Skip to content

Commit

Permalink
Merge e88c2be into 3bb1804
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoBorzi committed Dec 26, 2019
2 parents 3bb1804 + e88c2be commit b5c3aba
Show file tree
Hide file tree
Showing 41 changed files with 99 additions and 42 deletions.
Expand Up @@ -3,6 +3,7 @@ import { BrowserModule } from '@angular/platform-browser';
import { ReactiveFormsModule } from '@angular/forms';
import { TooltipModule } from 'ngx-bootstrap';
import { ToastrModule } from 'ngx-toastr';
import { toastrConfig } from '../../../../config/toastr.config';

import { QueryOutputModule } from '../../shared/query-output/query-output.module';
import { ConditionsComponent } from './conditions.component';
Expand All @@ -16,7 +17,7 @@ import { ConditionsComponent } from './conditions.component';
ReactiveFormsModule,
QueryOutputModule,
TooltipModule.forRoot(),
ToastrModule.forRoot(),
ToastrModule.forRoot(toastrConfig),
],
exports: [
ConditionsComponent,
Expand Down
Expand Up @@ -2,6 +2,7 @@ import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { ReactiveFormsModule } from '@angular/forms';
import { ToastrModule } from 'ngx-toastr';
import { toastrConfig } from '../../../../config/toastr.config';

import { CreatureEquipTemplateComponent } from './creature-equip-template.component';
import { TopBarModule } from '../../shared/top-bar/top-bar.module';
Expand All @@ -18,7 +19,7 @@ import { ItemSelectorModule } from '../../shared/selectors/item-selector/item-se
TopBarModule,
QueryOutputModule,
ItemSelectorModule,
ToastrModule.forRoot(),
ToastrModule.forRoot(toastrConfig),
],
exports: [
CreatureEquipTemplateComponent,
Expand Down
Expand Up @@ -8,6 +8,7 @@ import { CreatureLootTemplateComponent } from './creature-loot-template.componen
import { ItemSelectorModule } from '../../shared/selectors/item-selector/item-selector.module';
import { TooltipModule } from 'ngx-bootstrap';
import { ToastrModule } from 'ngx-toastr';
import { toastrConfig } from '../../../../config/toastr.config';
import { FlagsSelectorModule } from '../../shared/selectors/flags-selector/flags-selector.module';
import { NgxDatatableModule } from '@swimlane/ngx-datatable';

Expand All @@ -21,7 +22,7 @@ import { NgxDatatableModule } from '@swimlane/ngx-datatable';
TopBarModule,
QueryOutputModule,
TooltipModule.forRoot(),
ToastrModule.forRoot(),
ToastrModule.forRoot(toastrConfig),
ItemSelectorModule,
FlagsSelectorModule,
NgxDatatableModule,
Expand Down
Expand Up @@ -3,6 +3,7 @@ import { BrowserModule } from '@angular/platform-browser';
import { ReactiveFormsModule } from '@angular/forms';
import { TooltipModule } from 'ngx-bootstrap';
import { ToastrModule } from 'ngx-toastr';
import { toastrConfig } from '../../../../config/toastr.config';

import { TopBarModule } from '../../shared/top-bar/top-bar.module';
import { QueryOutputModule } from '../../shared/query-output/query-output.module';
Expand All @@ -19,7 +20,7 @@ import { SingleValueSelectorModule } from '../../shared/selectors/single-value-s
TopBarModule,
QueryOutputModule,
TooltipModule.forRoot(),
ToastrModule.forRoot(),
ToastrModule.forRoot(toastrConfig),
SingleValueSelectorModule,
],
exports: [
Expand Down
Expand Up @@ -3,6 +3,7 @@ import { BrowserModule } from '@angular/platform-browser';
import { ReactiveFormsModule } from '@angular/forms';
import { NgxDatatableModule } from '@swimlane/ngx-datatable';
import { ToastrModule } from 'ngx-toastr';
import { toastrConfig } from '../../../../config/toastr.config';

import { TopBarModule } from '../../shared/top-bar/top-bar.module';
import { QueryOutputModule } from '../../shared/query-output/query-output.module';
Expand All @@ -20,7 +21,7 @@ import { ItemSelectorModule } from '../../shared/selectors/item-selector/item-se
QueryOutputModule,
NgxDatatableModule,
ItemSelectorModule,
ToastrModule.forRoot(),
ToastrModule.forRoot(toastrConfig),
],
exports: [
CreatureQuestitemComponent,
Expand Down
Expand Up @@ -3,6 +3,7 @@ import { BrowserModule } from '@angular/platform-browser';
import { ReactiveFormsModule } from '@angular/forms';
import { TooltipModule } from 'ngx-bootstrap';
import { ToastrModule } from 'ngx-toastr';
import { toastrConfig } from '../../../../config/toastr.config';
import { NgxDatatableModule } from '@swimlane/ngx-datatable';

import { TopBarModule } from '../../shared/top-bar/top-bar.module';
Expand All @@ -20,7 +21,7 @@ import { SingleValueSelectorModule } from '../../shared/selectors/single-value-s
TopBarModule,
QueryOutputModule,
TooltipModule.forRoot(),
ToastrModule.forRoot(),
ToastrModule.forRoot(toastrConfig),
NgxDatatableModule,
SingleValueSelectorModule,
],
Expand Down
Expand Up @@ -3,6 +3,7 @@ import { BrowserModule } from '@angular/platform-browser';
import { ReactiveFormsModule } from '@angular/forms';
import { TooltipModule } from 'ngx-bootstrap';
import { ToastrModule } from 'ngx-toastr';
import { toastrConfig } from '../../../../config/toastr.config';
import { NgxDatatableModule } from '@swimlane/ngx-datatable';

import { TopBarModule } from '../../shared/top-bar/top-bar.module';
Expand All @@ -21,7 +22,7 @@ import { SingleValueSelectorModule } from '../../shared/selectors/single-value-s
TopBarModule,
QueryOutputModule,
TooltipModule.forRoot(),
ToastrModule.forRoot(),
ToastrModule.forRoot(toastrConfig),
NgxDatatableModule,
FlagsSelectorModule,
SingleValueSelectorModule,
Expand Down
Expand Up @@ -3,6 +3,7 @@ import { BrowserModule } from '@angular/platform-browser';
import { ReactiveFormsModule } from '@angular/forms';
import { TooltipModule } from 'ngx-bootstrap';
import { ToastrModule } from 'ngx-toastr';
import { toastrConfig } from '../../../../config/toastr.config';

import { TopBarModule } from '../../shared/top-bar/top-bar.module';
import { QueryOutputModule } from '../../shared/query-output/query-output.module';
Expand All @@ -19,7 +20,7 @@ import { SingleValueSelectorModule } from '../../shared/selectors/single-value-s
TopBarModule,
QueryOutputModule,
TooltipModule.forRoot(),
ToastrModule.forRoot(),
ToastrModule.forRoot(toastrConfig),
SingleValueSelectorModule,
],
exports: [
Expand Down
Expand Up @@ -3,6 +3,7 @@ import { BrowserModule } from '@angular/platform-browser';
import { ReactiveFormsModule } from '@angular/forms';
import { TooltipModule } from 'ngx-bootstrap';
import { ToastrModule } from 'ngx-toastr';
import { toastrConfig } from '../../../../config/toastr.config';

import { TopBarModule } from '../../shared/top-bar/top-bar.module';
import { QueryOutputModule } from '../../shared/query-output/query-output.module';
Expand All @@ -20,7 +21,7 @@ import { FlagsSelectorModule } from '../../shared/selectors/flags-selector/flags
TopBarModule,
QueryOutputModule,
TooltipModule.forRoot(),
ToastrModule.forRoot(),
ToastrModule.forRoot(toastrConfig),
SingleValueSelectorModule,
FlagsSelectorModule,
],
Expand Down
Expand Up @@ -3,6 +3,7 @@ import { BrowserModule } from '@angular/platform-browser';
import { ReactiveFormsModule } from '@angular/forms';
import { TooltipModule } from 'ngx-bootstrap';
import { ToastrModule } from 'ngx-toastr';
import { toastrConfig } from '../../../../config/toastr.config';
import { NgxDatatableModule } from '@swimlane/ngx-datatable';

import { TopBarModule } from '../../shared/top-bar/top-bar.module';
Expand All @@ -19,7 +20,7 @@ import { NpcTrainerComponent } from './npc-trainer.component';
TopBarModule,
QueryOutputModule,
TooltipModule.forRoot(),
ToastrModule.forRoot(),
ToastrModule.forRoot(toastrConfig),
NgxDatatableModule,
],
exports: [
Expand Down
Expand Up @@ -3,6 +3,7 @@ import { BrowserModule } from '@angular/platform-browser';
import { ReactiveFormsModule } from '@angular/forms';
import { TooltipModule } from 'ngx-bootstrap';
import { ToastrModule } from 'ngx-toastr';
import { toastrConfig } from '../../../../config/toastr.config';
import { NgxDatatableModule } from '@swimlane/ngx-datatable';

import { TopBarModule } from '../../shared/top-bar/top-bar.module';
Expand All @@ -20,7 +21,7 @@ import { ItemSelectorModule } from '../../shared/selectors/item-selector/item-se
TopBarModule,
QueryOutputModule,
TooltipModule.forRoot(),
ToastrModule.forRoot(),
ToastrModule.forRoot(toastrConfig),
NgxDatatableModule,
ItemSelectorModule,
],
Expand Down
Expand Up @@ -3,6 +3,7 @@ import { BrowserModule } from '@angular/platform-browser';
import { ReactiveFormsModule } from '@angular/forms';
import { TooltipModule } from 'ngx-bootstrap';
import { ToastrModule } from 'ngx-toastr';
import { toastrConfig } from '../../../../config/toastr.config';
import { NgxDatatableModule } from '@swimlane/ngx-datatable';

import { TopBarModule } from '../../shared/top-bar/top-bar.module';
Expand All @@ -21,7 +22,7 @@ import { FlagsSelectorModule } from '../../shared/selectors/flags-selector/flags
TopBarModule,
QueryOutputModule,
TooltipModule.forRoot(),
ToastrModule.forRoot(),
ToastrModule.forRoot(toastrConfig),
NgxDatatableModule,
ItemSelectorModule,
FlagsSelectorModule,
Expand Down
Expand Up @@ -3,6 +3,7 @@ import { BrowserModule } from '@angular/platform-browser';
import { ReactiveFormsModule } from '@angular/forms';
import { TooltipModule } from 'ngx-bootstrap';
import { ToastrModule } from 'ngx-toastr';
import { toastrConfig } from '../../../../config/toastr.config';
import { NgxDatatableModule } from '@swimlane/ngx-datatable';

import { TopBarModule } from '../../shared/top-bar/top-bar.module';
Expand All @@ -22,7 +23,7 @@ import { SaiEditorModule } from '../../shared/sai-editor/sai-editor.module';
TopBarModule,
QueryOutputModule,
TooltipModule.forRoot(),
ToastrModule.forRoot(),
ToastrModule.forRoot(toastrConfig),
NgxDatatableModule,
FlagsSelectorModule,
SingleValueSelectorModule,
Expand Down
Expand Up @@ -3,6 +3,7 @@ import { BrowserModule } from '@angular/platform-browser';
import { ReactiveFormsModule } from '@angular/forms';
import { TooltipModule } from 'ngx-bootstrap';
import { ToastrModule } from 'ngx-toastr';
import { toastrConfig } from '../../../../config/toastr.config';
import { NgxDatatableModule } from '@swimlane/ngx-datatable';

import { TopBarModule } from '../../shared/top-bar/top-bar.module';
Expand All @@ -21,7 +22,7 @@ import { FlagsSelectorModule } from '../../shared/selectors/flags-selector/flags
TopBarModule,
QueryOutputModule,
TooltipModule.forRoot(),
ToastrModule.forRoot(),
ToastrModule.forRoot(toastrConfig),
NgxDatatableModule,
ItemSelectorModule,
FlagsSelectorModule,
Expand Down
Expand Up @@ -8,6 +8,7 @@ import { GameobjectLootTemplateComponent } from './gameobject-loot-template.comp
import { ItemSelectorModule } from '../../shared/selectors/item-selector/item-selector.module';
import { TooltipModule } from 'ngx-bootstrap';
import { ToastrModule } from 'ngx-toastr';
import { toastrConfig } from '../../../../config/toastr.config';
import { FlagsSelectorModule } from '../../shared/selectors/flags-selector/flags-selector.module';
import { NgxDatatableModule } from '@swimlane/ngx-datatable';

Expand All @@ -21,7 +22,7 @@ import { NgxDatatableModule } from '@swimlane/ngx-datatable';
TopBarModule,
QueryOutputModule,
TooltipModule.forRoot(),
ToastrModule.forRoot(),
ToastrModule.forRoot(toastrConfig),
ItemSelectorModule,
FlagsSelectorModule,
NgxDatatableModule,
Expand Down
Expand Up @@ -3,6 +3,7 @@ import { BrowserModule } from '@angular/platform-browser';
import { ReactiveFormsModule } from '@angular/forms';
import { NgxDatatableModule } from '@swimlane/ngx-datatable';
import { ToastrModule } from 'ngx-toastr';
import { toastrConfig } from '../../../../config/toastr.config';

import { TopBarModule } from '../../shared/top-bar/top-bar.module';
import { QueryOutputModule } from '../../shared/query-output/query-output.module';
Expand All @@ -20,7 +21,7 @@ import { ItemSelectorModule } from '../../shared/selectors/item-selector/item-se
QueryOutputModule,
NgxDatatableModule,
ItemSelectorModule,
ToastrModule.forRoot(),
ToastrModule.forRoot(toastrConfig),
],
exports: [
GameobjectQuestitemComponent,
Expand Down
Expand Up @@ -3,6 +3,7 @@ import { BrowserModule } from '@angular/platform-browser';
import { ReactiveFormsModule } from '@angular/forms';
import { TooltipModule } from 'ngx-bootstrap';
import { ToastrModule } from 'ngx-toastr';
import { toastrConfig } from '../../../../config/toastr.config';
import { NgxDatatableModule } from '@swimlane/ngx-datatable';

import { TopBarModule } from '../../shared/top-bar/top-bar.module';
Expand All @@ -21,7 +22,7 @@ import { SingleValueSelectorModule } from '../../shared/selectors/single-value-s
TopBarModule,
QueryOutputModule,
TooltipModule.forRoot(),
ToastrModule.forRoot(),
ToastrModule.forRoot(toastrConfig),
NgxDatatableModule,
FlagsSelectorModule,
SingleValueSelectorModule,
Expand Down
Expand Up @@ -3,6 +3,7 @@ import { BrowserModule } from '@angular/platform-browser';
import { ReactiveFormsModule } from '@angular/forms';
import { TooltipModule } from 'ngx-bootstrap';
import { ToastrModule } from 'ngx-toastr';
import { toastrConfig } from '../../../../config/toastr.config';

import { TopBarModule } from '../../shared/top-bar/top-bar.module';
import { QueryOutputModule } from '../../shared/query-output/query-output.module';
Expand All @@ -20,7 +21,7 @@ import { FlagsSelectorModule } from '../../shared/selectors/flags-selector/flags
TopBarModule,
QueryOutputModule,
TooltipModule.forRoot(),
ToastrModule.forRoot(),
ToastrModule.forRoot(toastrConfig),
SingleValueSelectorModule,
FlagsSelectorModule,
],
Expand Down
Expand Up @@ -3,6 +3,7 @@ import { BrowserModule } from '@angular/platform-browser';
import { ReactiveFormsModule } from '@angular/forms';
import { TooltipModule } from 'ngx-bootstrap';
import { ToastrModule } from 'ngx-toastr';
import { toastrConfig } from '../../../../config/toastr.config';

import { TopBarModule } from '../../shared/top-bar/top-bar.module';
import { QueryOutputModule } from '../../shared/query-output/query-output.module';
Expand All @@ -19,7 +20,7 @@ import { SingleValueSelectorModule } from '../../shared/selectors/single-value-s
TopBarModule,
QueryOutputModule,
TooltipModule.forRoot(),
ToastrModule.forRoot(),
ToastrModule.forRoot(toastrConfig),
SingleValueSelectorModule,
],
exports: [
Expand Down
Expand Up @@ -3,6 +3,7 @@ import { BrowserModule } from '@angular/platform-browser';
import { ReactiveFormsModule } from '@angular/forms';
import { TooltipModule } from 'ngx-bootstrap';
import { ToastrModule } from 'ngx-toastr';
import { toastrConfig } from '../../../../config/toastr.config';
import { NgxDatatableModule } from '@swimlane/ngx-datatable';

import { TopBarModule } from '../../shared/top-bar/top-bar.module';
Expand All @@ -22,7 +23,7 @@ import { SaiEditorModule } from '../../shared/sai-editor/sai-editor.module';
TopBarModule,
QueryOutputModule,
TooltipModule.forRoot(),
ToastrModule.forRoot(),
ToastrModule.forRoot(toastrConfig),
NgxDatatableModule,
FlagsSelectorModule,
SingleValueSelectorModule,
Expand Down
Expand Up @@ -3,6 +3,7 @@ import { BrowserModule } from '@angular/platform-browser';
import { ReactiveFormsModule } from '@angular/forms';
import { TooltipModule } from 'ngx-bootstrap';
import { ToastrModule } from 'ngx-toastr';
import { toastrConfig } from '../../../../config/toastr.config';

import { SingleValueSelectorModule } from '../../shared/selectors/single-value-selector/single-value-selector.module';
import { TopBarModule } from '../../shared/top-bar/top-bar.module';
Expand All @@ -20,7 +21,7 @@ import { NgxDatatableModule } from '@swimlane/ngx-datatable';
TopBarModule,
QueryOutputModule,
TooltipModule.forRoot(),
ToastrModule.forRoot(),
ToastrModule.forRoot(toastrConfig),
NgxDatatableModule,
SingleValueSelectorModule,
],
Expand Down
Expand Up @@ -3,6 +3,7 @@ import { BrowserModule } from '@angular/platform-browser';
import { ReactiveFormsModule } from '@angular/forms';
import { TooltipModule } from 'ngx-bootstrap';
import { ToastrModule } from 'ngx-toastr';
import { toastrConfig } from '../../../../config/toastr.config';

import { TopBarModule } from '../../shared/top-bar/top-bar.module';
import { QueryOutputModule } from '../../shared/query-output/query-output.module';
Expand All @@ -19,7 +20,7 @@ import { NgxDatatableModule } from '@swimlane/ngx-datatable';
TopBarModule,
QueryOutputModule,
TooltipModule.forRoot(),
ToastrModule.forRoot(),
ToastrModule.forRoot(toastrConfig),
NgxDatatableModule,
],
exports: [
Expand Down
Expand Up @@ -8,6 +8,7 @@ import { DisenchantLootTemplateComponent } from './disenchant-loot-template.comp
import { ItemSelectorModule } from '../../shared/selectors/item-selector/item-selector.module';
import { TooltipModule } from 'ngx-bootstrap';
import { ToastrModule } from 'ngx-toastr';
import { toastrConfig } from '../../../../config/toastr.config';
import { FlagsSelectorModule } from '../../shared/selectors/flags-selector/flags-selector.module';
import { NgxDatatableModule } from '@swimlane/ngx-datatable';

Expand All @@ -21,7 +22,7 @@ import { NgxDatatableModule } from '@swimlane/ngx-datatable';
TopBarModule,
QueryOutputModule,
TooltipModule.forRoot(),
ToastrModule.forRoot(),
ToastrModule.forRoot(toastrConfig),
ItemSelectorModule,
FlagsSelectorModule,
NgxDatatableModule,
Expand Down

0 comments on commit b5c3aba

Please sign in to comment.