@symphony-talent/component-library 4.148.0 → 4.150.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/esm2020/lib/atoms/atoms.module.mjs +8 -4
  2. package/esm2020/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.component.mjs +8 -1
  3. package/esm2020/lib/atoms/status-card/status-card.component.mjs +15 -0
  4. package/esm2020/lib/atoms/status-card/status-card.model.mjs +2 -0
  5. package/esm2020/lib/atoms/status-card/status-card.module.mjs +24 -0
  6. package/esm2020/lib/pages/events-settings-page/events-settings-page.component.mjs +3 -3
  7. package/esm2020/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.component.mjs +30 -6
  8. package/esm2020/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.model.mjs +1 -1
  9. package/esm2020/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.module.mjs +14 -2
  10. package/esm2020/lib/pages/settings-license-management/settings-license-management.component.mjs +33 -7
  11. package/esm2020/lib/pages/settings-license-management/settings-license-management.component.model.mjs +1 -1
  12. package/esm2020/lib/pages/settings-license-management/settings-license-management.module.mjs +5 -1
  13. package/esm2020/lib/templates/setting-details/setting-details-template.component.mjs +3 -3
  14. package/esm2020/projects/component-library/lib/atoms/atoms.module.mjs +8 -4
  15. package/esm2020/projects/component-library/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.component.mjs +8 -1
  16. package/esm2020/projects/component-library/lib/atoms/status-card/status-card.component.mjs +15 -0
  17. package/esm2020/projects/component-library/lib/atoms/status-card/status-card.model.mjs +2 -0
  18. package/esm2020/projects/component-library/lib/atoms/status-card/status-card.module.mjs +24 -0
  19. package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.mjs +3 -3
  20. package/esm2020/projects/component-library/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.component.mjs +30 -6
  21. package/esm2020/projects/component-library/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.model.mjs +1 -1
  22. package/esm2020/projects/component-library/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.module.mjs +14 -2
  23. package/esm2020/projects/component-library/lib/pages/settings-license-management/settings-license-management.component.mjs +33 -7
  24. package/esm2020/projects/component-library/lib/pages/settings-license-management/settings-license-management.component.model.mjs +1 -1
  25. package/esm2020/projects/component-library/lib/pages/settings-license-management/settings-license-management.module.mjs +5 -1
  26. package/esm2020/projects/component-library/lib/templates/setting-details/setting-details-template.component.mjs +3 -3
  27. package/esm2020/projects/component-library/public-api.mjs +4 -1
  28. package/esm2020/public-api.mjs +4 -1
  29. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +110 -15
  30. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  31. package/fesm2015/symphony-talent-component-library.mjs +110 -15
  32. package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
  33. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +110 -15
  34. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  35. package/fesm2020/symphony-talent-component-library.mjs +110 -15
  36. package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
  37. package/lib/atoms/atoms.module.d.ts +2 -1
  38. package/lib/atoms/status-card/status-card.component.d.ts +8 -0
  39. package/lib/atoms/status-card/status-card.model.d.ts +8 -0
  40. package/lib/atoms/status-card/status-card.module.d.ts +8 -0
  41. package/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.component.d.ts +9 -1
  42. package/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.model.d.ts +7 -0
  43. package/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.module.d.ts +7 -1
  44. package/lib/pages/settings-license-management/settings-license-management.component.d.ts +10 -1
  45. package/lib/pages/settings-license-management/settings-license-management.component.model.d.ts +3 -2
  46. package/lib/pages/settings-license-management/settings-license-management.module.d.ts +3 -2
  47. package/lib/templates/setting-details/setting-details-template.component.d.ts +1 -1
  48. package/package.json +1 -1
  49. package/projects/component-library/lib/atoms/atoms.module.d.ts +2 -1
  50. package/projects/component-library/lib/atoms/status-card/status-card.component.d.ts +8 -0
  51. package/projects/component-library/lib/atoms/status-card/status-card.model.d.ts +8 -0
  52. package/projects/component-library/lib/atoms/status-card/status-card.module.d.ts +8 -0
  53. package/projects/component-library/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.component.d.ts +9 -1
  54. package/projects/component-library/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.model.d.ts +7 -0
  55. package/projects/component-library/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.module.d.ts +7 -1
  56. package/projects/component-library/lib/pages/settings-license-management/settings-license-management.component.d.ts +10 -1
  57. package/projects/component-library/lib/pages/settings-license-management/settings-license-management.component.model.d.ts +3 -2
  58. package/projects/component-library/lib/pages/settings-license-management/settings-license-management.module.d.ts +3 -2
  59. package/projects/component-library/lib/templates/setting-details/setting-details-template.component.d.ts +1 -1
  60. package/projects/component-library/public-api.d.ts +3 -0
  61. package/public-api.d.ts +3 -0
@@ -585,6 +585,13 @@ class EventSettingsMoreOptionsComponent {
585
585
  return true;
586
586
  }
587
587
  agInit(params) {
588
+ if (params.colDef.field === 'licenseMenu') {
589
+ this.moreOptions =
590
+ {
591
+ items: ['Renew license', 'Remove'],
592
+ hasBorder: false,
593
+ };
594
+ }
588
595
  this.agGridParams = params;
589
596
  }
590
597
  onItemClick(item) {
@@ -2743,6 +2750,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
2743
2750
  }]
2744
2751
  }] });
2745
2752
 
2753
+ class StatusCardComponent {
2754
+ constructor() { }
2755
+ }
2756
+ StatusCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2757
+ StatusCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: StatusCardComponent, selector: "symphony-status-card", inputs: { statusCardModel: "statusCardModel" }, ngImport: i0, template: "<div class=\"status-card\">\n <h6 class=\"font600\" >\n <i *ngIf=\"statusCardModel?.showIcon\" [ngClass]=\"statusCardModel.iconClass\" class=\"icon-color-{{\n statusCardModel.iconColor\n }} ml-10\"></i>\n {{ statusCardModel.status }}\n </h6>\n <h2 [ngClass]=\"statusCardModel.statusClass\">{{ statusCardModel.value }}</h2>\n</div>", styles: [".status-card{float:none!important;position:relative!important;width:auto!important;box-shadow:4px 4px 15px rgba(0,0,0,.2);border-radius:20px;padding:20px}.status-card h2{margin-top:0!important;font-size:3rem;color:#000}.font600{font-weight:600}.ml-10{margin-right:.625rem}.dot{height:10px;width:10px;border-radius:50%;display:inline-block}.icon-color-phaser-green{background-color:#00d56b}.icon-color-phaser-red{background-color:#f0001e}.icon-color-phaser-grey{background-color:#82919f}.mediumFont{font-size:2.6rem!important}.smallFont{font-size:2.2rem!important}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
2758
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusCardComponent, decorators: [{
2759
+ type: Component,
2760
+ args: [{ selector: 'symphony-status-card', template: "<div class=\"status-card\">\n <h6 class=\"font600\" >\n <i *ngIf=\"statusCardModel?.showIcon\" [ngClass]=\"statusCardModel.iconClass\" class=\"icon-color-{{\n statusCardModel.iconColor\n }} ml-10\"></i>\n {{ statusCardModel.status }}\n </h6>\n <h2 [ngClass]=\"statusCardModel.statusClass\">{{ statusCardModel.value }}</h2>\n</div>", styles: [".status-card{float:none!important;position:relative!important;width:auto!important;box-shadow:4px 4px 15px rgba(0,0,0,.2);border-radius:20px;padding:20px}.status-card h2{margin-top:0!important;font-size:3rem;color:#000}.font600{font-weight:600}.ml-10{margin-right:.625rem}.dot{height:10px;width:10px;border-radius:50%;display:inline-block}.icon-color-phaser-green{background-color:#00d56b}.icon-color-phaser-red{background-color:#f0001e}.icon-color-phaser-grey{background-color:#82919f}.mediumFont{font-size:2.6rem!important}.smallFont{font-size:2.2rem!important}\n"] }]
2761
+ }], ctorParameters: function () { return []; }, propDecorators: { statusCardModel: [{
2762
+ type: Input
2763
+ }] } });
2764
+
2765
+ class StatusCardModule {
2766
+ }
2767
+ StatusCardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2768
+ StatusCardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusCardModule, declarations: [StatusCardComponent], imports: [CommonModule], exports: [StatusCardComponent] });
2769
+ StatusCardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusCardModule, imports: [[
2770
+ CommonModule
2771
+ ]] });
2772
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusCardModule, decorators: [{
2773
+ type: NgModule,
2774
+ args: [{
2775
+ declarations: [
2776
+ StatusCardComponent
2777
+ ],
2778
+ imports: [
2779
+ CommonModule
2780
+ ],
2781
+ exports: [StatusCardComponent],
2782
+ }]
2783
+ }] });
2784
+
2746
2785
  var ColorNames;
2747
2786
  (function (ColorNames) {
2748
2787
  ColorNames["BLACK"] = "background-color-black";
@@ -2814,7 +2853,8 @@ AtomsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "1
2814
2853
  ChatHistoryMessageBubbleModule,
2815
2854
  ChatHistoryDateStampModule,
2816
2855
  InputRadioToggleModule,
2817
- ButtonDropdownModule] });
2856
+ ButtonDropdownModule,
2857
+ StatusCardModule] });
2818
2858
  AtomsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AtomsModule, imports: [[], ButtonModule,
2819
2859
  ContextualMenuModule,
2820
2860
  AvatarModule,
@@ -2856,7 +2896,8 @@ AtomsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "1
2856
2896
  ChatHistoryMessageBubbleModule,
2857
2897
  ChatHistoryDateStampModule,
2858
2898
  InputRadioToggleModule,
2859
- ButtonDropdownModule] });
2899
+ ButtonDropdownModule,
2900
+ StatusCardModule] });
2860
2901
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AtomsModule, decorators: [{
2861
2902
  type: NgModule,
2862
2903
  args: [{
@@ -2904,7 +2945,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
2904
2945
  ChatHistoryMessageBubbleModule,
2905
2946
  ChatHistoryDateStampModule,
2906
2947
  InputRadioToggleModule,
2907
- ButtonDropdownModule
2948
+ ButtonDropdownModule,
2949
+ StatusCardModule
2908
2950
  ]
2909
2951
  }]
2910
2952
  }] });
@@ -6835,10 +6877,10 @@ class EventsSettingsPageComponent {
6835
6877
  }
6836
6878
  }
6837
6879
  EventsSettingsPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventsSettingsPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6838
- EventsSettingsPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: EventsSettingsPageComponent, selector: "symphony-events-settings-page", inputs: { model: "model" }, outputs: { keywordSearchChange: "keywordSearchChange", filterChange: "filterChange", gridActionsSelectedOption: "gridActionsSelectedOption", addButtonClicked: "addButtonClicked" }, viewQueries: [{ propertyName: "grid", first: true, predicate: ["sfxgrid"], descendants: true }], ngImport: i0, template: "<symphony-admin-list-template *ngIf=\"model\">\n <symphony-breadcrumb breadcrumb [breadcrumbs]=\"model.breadcrumbs\">\n </symphony-breadcrumb>\n <symphony-h3 sfx-header>Event Settings</symphony-h3>\n <symphony-icon-wrapper\n sfx-page-action\n *ngIf=\"model.showAddButton\"\n (clicked)=\"onAddButtonClick()\"\n >\n <symphony-icon [icon]=\"'si-add'\"></symphony-icon>\n </symphony-icon-wrapper>\n <symphony-two-column-filter-area sfx-filter-area>\n <symphony-input-dropdown\n filter-one\n [isInverse]=\"true\"\n [inputDropdownListModel]=\"model.settingTypeDropdown\"\n (selectItem)=\"onFilterChange($event)\"\n *ngIf=\"!model.overrideSettingTypeFilterPlaceholder\"\n >\n </symphony-input-dropdown>\n <ng-content\n *ngIf=\"model.overrideSettingTypeFilterPlaceholder\"\n select=\"[filter-one]\"\n ></ng-content>\n <symphony-input-text\n filter-two\n [label]=\"'Search by Keyword'\"\n [placeholder]=\"'Enter Search Value'\"\n [icon]=\"'si-search-new'\"\n [isInverse]=\"true\"\n (textChange)=\"keywordSearch($event)\"\n >\n </symphony-input-text>\n </symphony-two-column-filter-area>\n <symphony-h4 sfx-title>{{ model.gridTitle }}</symphony-h4>\n <symphony-grid\n #sfxgrid\n sfx-grid\n [columnDefs]=\"model.grid.columnDefs\"\n [defaultColDef]=\"model.grid.defaultColumnDef\"\n [rowData]=\"model.grid.rowData\"\n [pageSize]=\"model.grid.pageSize\"\n [onGridReadyFunction]=\"model.grid.onGridReadyFunction\"\n [rowModelType]=\"model.grid.rowModelType\"\n [hasNoPaddingleft]=\"true\"\n ></symphony-grid>\n</symphony-admin-list-template>\n", styles: [".icon-wrapper i{color:#334860}.icon-wrapper:hover i{color:#fff}\n"], components: [{ type: AdminListTemplateComponent, selector: "symphony-admin-list-template" }, { type: BreadcrumbComponent, selector: "symphony-breadcrumb", inputs: ["breadcrumbs"], outputs: ["breadcrumbClicked"] }, { type: H3Component, selector: "symphony-h3", inputs: ["text", "isSecondary"] }, { type: IconWrapperComponent, selector: "symphony-icon-wrapper", inputs: ["backgroundColor", "isInverse", "hasHoverWithoutBorder"], outputs: ["clicked"] }, { type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: TwoColumnFilterAreaComponent, selector: "symphony-two-column-filter-area", inputs: ["height"] }, { type: InputDropdownComponent, selector: "symphony-input-dropdown", inputs: ["inputDropdownListModel", "disableBtn", "isInverse", "isRequired"], outputs: ["selectItem", "clearSelection"] }, { type: InputTextComponent, selector: "symphony-input-text", inputs: ["placeholder", "icon", "label", "isInverse", "size", "value", "maxlength", "isDisabled"], outputs: ["textChange"] }, { type: H4Component, selector: "symphony-h4", inputs: ["text", "isSecondary"] }, { type: GridComponent, selector: "symphony-grid", inputs: ["columnDefs", "defaultColDef", "rowData", "onGridReadyFunction", "pageSize", "rowModelType", "suppressRowClickSelection", "rowSelectionMode", "hasNoPaddingleft", "isGridColPinnedLeft", "isServerSideGroup", "getServerSideGroupKey", "autoGroupColumnDef", "treeData", "getDataPath", "rowClassRules", "gridContextMenu"], outputs: ["sortChanged", "cellClick"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
6880
+ EventsSettingsPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: EventsSettingsPageComponent, selector: "symphony-events-settings-page", inputs: { model: "model" }, outputs: { keywordSearchChange: "keywordSearchChange", filterChange: "filterChange", gridActionsSelectedOption: "gridActionsSelectedOption", addButtonClicked: "addButtonClicked" }, viewQueries: [{ propertyName: "grid", first: true, predicate: ["sfxgrid"], descendants: true }], ngImport: i0, template: "<symphony-admin-list-template *ngIf=\"model\">\n <symphony-breadcrumb breadcrumb [breadcrumbs]=\"model.breadcrumbs\">\n </symphony-breadcrumb>\n <symphony-h3 sfx-header>Event Settings</symphony-h3>\n <symphony-icon-wrapper\n sfx-page-action\n *ngIf=\"model.showAddButton\"\n (clicked)=\"onAddButtonClick()\"\n >\n <symphony-icon [icon]=\"'si-add'\"></symphony-icon>\n </symphony-icon-wrapper>\n <symphony-two-column-filter-area sfx-filter-area>\n <symphony-input-dropdown\n filter-one\n [isInverse]=\"true\"\n [inputDropdownListModel]=\"model.settingTypeDropdown\"\n (selectItem)=\"onFilterChange($event)\"\n *ngIf=\"!model.overrideSettingTypeFilterPlaceholder\"\n >\n </symphony-input-dropdown>\n <ng-content\n *ngIf=\"model.overrideSettingTypeFilterPlaceholder\"\n select=\"[filter-one]\"\n ></ng-content>\n <symphony-input-text\n filter-two\n [label]=\"'Search by Keyword'\"\n [placeholder]=\"'Enter Search Value'\"\n [icon]=\"'si-search-new'\"\n [isInverse]=\"true\"\n (textChange)=\"keywordSearch($event)\"\n >\n </symphony-input-text>\n </symphony-two-column-filter-area>\n <symphony-h4 sfx-title>{{ model.gridTitle }}</symphony-h4>\n <symphony-grid\n #sfxgrid\n sfx-grid\n [columnDefs]=\"model.grid.columnDefs\"\n [defaultColDef]=\"model.grid.defaultColumnDef\"\n [rowData]=\"model.grid.rowData\"\n [pageSize]=\"model.grid.pageSize\"\n [onGridReadyFunction]=\"model.grid.onGridReadyFunction\"\n [rowModelType]=\"model.grid.rowModelType\"\n [hasNoPaddingleft]=\"true\"\n [gridContextMenu]=\"true\"\n ></symphony-grid>\n</symphony-admin-list-template>\n", styles: [".icon-wrapper i{color:#334860}.icon-wrapper:hover i{color:#fff}\n"], components: [{ type: AdminListTemplateComponent, selector: "symphony-admin-list-template" }, { type: BreadcrumbComponent, selector: "symphony-breadcrumb", inputs: ["breadcrumbs"], outputs: ["breadcrumbClicked"] }, { type: H3Component, selector: "symphony-h3", inputs: ["text", "isSecondary"] }, { type: IconWrapperComponent, selector: "symphony-icon-wrapper", inputs: ["backgroundColor", "isInverse", "hasHoverWithoutBorder"], outputs: ["clicked"] }, { type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: TwoColumnFilterAreaComponent, selector: "symphony-two-column-filter-area", inputs: ["height"] }, { type: InputDropdownComponent, selector: "symphony-input-dropdown", inputs: ["inputDropdownListModel", "disableBtn", "isInverse", "isRequired"], outputs: ["selectItem", "clearSelection"] }, { type: InputTextComponent, selector: "symphony-input-text", inputs: ["placeholder", "icon", "label", "isInverse", "size", "value", "maxlength", "isDisabled"], outputs: ["textChange"] }, { type: H4Component, selector: "symphony-h4", inputs: ["text", "isSecondary"] }, { type: GridComponent, selector: "symphony-grid", inputs: ["columnDefs", "defaultColDef", "rowData", "onGridReadyFunction", "pageSize", "rowModelType", "suppressRowClickSelection", "rowSelectionMode", "hasNoPaddingleft", "isGridColPinnedLeft", "isServerSideGroup", "getServerSideGroupKey", "autoGroupColumnDef", "treeData", "getDataPath", "rowClassRules", "gridContextMenu"], outputs: ["sortChanged", "cellClick"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
6839
6881
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventsSettingsPageComponent, decorators: [{
6840
6882
  type: Component,
6841
- args: [{ selector: 'symphony-events-settings-page', encapsulation: ViewEncapsulation.None, template: "<symphony-admin-list-template *ngIf=\"model\">\n <symphony-breadcrumb breadcrumb [breadcrumbs]=\"model.breadcrumbs\">\n </symphony-breadcrumb>\n <symphony-h3 sfx-header>Event Settings</symphony-h3>\n <symphony-icon-wrapper\n sfx-page-action\n *ngIf=\"model.showAddButton\"\n (clicked)=\"onAddButtonClick()\"\n >\n <symphony-icon [icon]=\"'si-add'\"></symphony-icon>\n </symphony-icon-wrapper>\n <symphony-two-column-filter-area sfx-filter-area>\n <symphony-input-dropdown\n filter-one\n [isInverse]=\"true\"\n [inputDropdownListModel]=\"model.settingTypeDropdown\"\n (selectItem)=\"onFilterChange($event)\"\n *ngIf=\"!model.overrideSettingTypeFilterPlaceholder\"\n >\n </symphony-input-dropdown>\n <ng-content\n *ngIf=\"model.overrideSettingTypeFilterPlaceholder\"\n select=\"[filter-one]\"\n ></ng-content>\n <symphony-input-text\n filter-two\n [label]=\"'Search by Keyword'\"\n [placeholder]=\"'Enter Search Value'\"\n [icon]=\"'si-search-new'\"\n [isInverse]=\"true\"\n (textChange)=\"keywordSearch($event)\"\n >\n </symphony-input-text>\n </symphony-two-column-filter-area>\n <symphony-h4 sfx-title>{{ model.gridTitle }}</symphony-h4>\n <symphony-grid\n #sfxgrid\n sfx-grid\n [columnDefs]=\"model.grid.columnDefs\"\n [defaultColDef]=\"model.grid.defaultColumnDef\"\n [rowData]=\"model.grid.rowData\"\n [pageSize]=\"model.grid.pageSize\"\n [onGridReadyFunction]=\"model.grid.onGridReadyFunction\"\n [rowModelType]=\"model.grid.rowModelType\"\n [hasNoPaddingleft]=\"true\"\n ></symphony-grid>\n</symphony-admin-list-template>\n", styles: [".icon-wrapper i{color:#334860}.icon-wrapper:hover i{color:#fff}\n"] }]
6883
+ args: [{ selector: 'symphony-events-settings-page', encapsulation: ViewEncapsulation.None, template: "<symphony-admin-list-template *ngIf=\"model\">\n <symphony-breadcrumb breadcrumb [breadcrumbs]=\"model.breadcrumbs\">\n </symphony-breadcrumb>\n <symphony-h3 sfx-header>Event Settings</symphony-h3>\n <symphony-icon-wrapper\n sfx-page-action\n *ngIf=\"model.showAddButton\"\n (clicked)=\"onAddButtonClick()\"\n >\n <symphony-icon [icon]=\"'si-add'\"></symphony-icon>\n </symphony-icon-wrapper>\n <symphony-two-column-filter-area sfx-filter-area>\n <symphony-input-dropdown\n filter-one\n [isInverse]=\"true\"\n [inputDropdownListModel]=\"model.settingTypeDropdown\"\n (selectItem)=\"onFilterChange($event)\"\n *ngIf=\"!model.overrideSettingTypeFilterPlaceholder\"\n >\n </symphony-input-dropdown>\n <ng-content\n *ngIf=\"model.overrideSettingTypeFilterPlaceholder\"\n select=\"[filter-one]\"\n ></ng-content>\n <symphony-input-text\n filter-two\n [label]=\"'Search by Keyword'\"\n [placeholder]=\"'Enter Search Value'\"\n [icon]=\"'si-search-new'\"\n [isInverse]=\"true\"\n (textChange)=\"keywordSearch($event)\"\n >\n </symphony-input-text>\n </symphony-two-column-filter-area>\n <symphony-h4 sfx-title>{{ model.gridTitle }}</symphony-h4>\n <symphony-grid\n #sfxgrid\n sfx-grid\n [columnDefs]=\"model.grid.columnDefs\"\n [defaultColDef]=\"model.grid.defaultColumnDef\"\n [rowData]=\"model.grid.rowData\"\n [pageSize]=\"model.grid.pageSize\"\n [onGridReadyFunction]=\"model.grid.onGridReadyFunction\"\n [rowModelType]=\"model.grid.rowModelType\"\n [hasNoPaddingleft]=\"true\"\n [gridContextMenu]=\"true\"\n ></symphony-grid>\n</symphony-admin-list-template>\n", styles: [".icon-wrapper i{color:#334860}.icon-wrapper:hover i{color:#fff}\n"] }]
6842
6884
  }], ctorParameters: function () { return []; }, propDecorators: { model: [{
6843
6885
  type: Input
6844
6886
  }], keywordSearchChange: [{
@@ -8936,10 +8978,10 @@ class SettingDetailsTemplateComponent {
8936
8978
  constructor() { }
8937
8979
  }
8938
8980
  SettingDetailsTemplateComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailsTemplateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8939
- SettingDetailsTemplateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: SettingDetailsTemplateComponent, selector: "symphony-setting-details-template", ngImport: i0, template: "<section>\n <section>\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <ng-content select=\"[breadcrumb]\"></ng-content>\n </div>\n </div>\n </section>\n <section>\n <div class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 colmd-9 col-lg-9\">\n <ng-content select=\"[sfx-header]\"></ng-content>\n </div>\n </div>\n </div>\n <div class=\"sfx-border-bottom-black-2\"></div>\n </section>\n <section class=\"row sfx-mt-30\">\n <section class=\"col-xs-12 col-sm-12 col-md-4 col-lg-3\">\n <ng-content select=\"[sfx-nav]\"></ng-content>\n </section>\n <section class=\"col-xs-12 col-sm-12 col-md-8 col-lg-9\">\n <ng-content select=\"[sfx-content]\"></ng-content>\n </section>\n </section>\n</section>\n", styles: [".sfx-page-title{margin-top:3.125rem;margin-bottom:1.875rem}\n"] });
8981
+ SettingDetailsTemplateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: SettingDetailsTemplateComponent, selector: "symphony-setting-details-template", ngImport: i0, template: "<section>\n <section>\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <ng-content select=\"[breadcrumb]\"></ng-content>\n </div>\n </div>\n </section>\n <section>\n <div class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 colmd-9 col-lg-9\">\n <ng-content select=\"[sfx-header]\"></ng-content>\n </div>\n </div>\n </div>\n <div class=\"sfx-border-bottom-black-2\"></div>\n </section>\n\n <section class=\"row sfx-mt-30\">\n <section class=\"col-xs-12 col-sm-12 col-md-4 col-lg-3\">\n <ng-content select=\"[sfx-nav]\"></ng-content>\n </section>\n <section class=\"col-xs-12 col-sm-12 col-md-8 col-lg-9\">\n <section>\n <ng-content select=\"[sfx-button]\"></ng-content>\n </section>\n <section class=\"sfx-mt-30 clear-card\">\n <ng-content select=\"[sfx-content]\"></ng-content>\n </section>\n </section>\n </section>\n</section>\n", styles: [".sfx-page-title{margin-top:3.125rem;margin-bottom:1.875rem}.clear-card{clear:both}\n"] });
8940
8982
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailsTemplateComponent, decorators: [{
8941
8983
  type: Component,
8942
- args: [{ selector: 'symphony-setting-details-template', template: "<section>\n <section>\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <ng-content select=\"[breadcrumb]\"></ng-content>\n </div>\n </div>\n </section>\n <section>\n <div class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 colmd-9 col-lg-9\">\n <ng-content select=\"[sfx-header]\"></ng-content>\n </div>\n </div>\n </div>\n <div class=\"sfx-border-bottom-black-2\"></div>\n </section>\n <section class=\"row sfx-mt-30\">\n <section class=\"col-xs-12 col-sm-12 col-md-4 col-lg-3\">\n <ng-content select=\"[sfx-nav]\"></ng-content>\n </section>\n <section class=\"col-xs-12 col-sm-12 col-md-8 col-lg-9\">\n <ng-content select=\"[sfx-content]\"></ng-content>\n </section>\n </section>\n</section>\n", styles: [".sfx-page-title{margin-top:3.125rem;margin-bottom:1.875rem}\n"] }]
8984
+ args: [{ selector: 'symphony-setting-details-template', template: "<section>\n <section>\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <ng-content select=\"[breadcrumb]\"></ng-content>\n </div>\n </div>\n </section>\n <section>\n <div class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 colmd-9 col-lg-9\">\n <ng-content select=\"[sfx-header]\"></ng-content>\n </div>\n </div>\n </div>\n <div class=\"sfx-border-bottom-black-2\"></div>\n </section>\n\n <section class=\"row sfx-mt-30\">\n <section class=\"col-xs-12 col-sm-12 col-md-4 col-lg-3\">\n <ng-content select=\"[sfx-nav]\"></ng-content>\n </section>\n <section class=\"col-xs-12 col-sm-12 col-md-8 col-lg-9\">\n <section>\n <ng-content select=\"[sfx-button]\"></ng-content>\n </section>\n <section class=\"sfx-mt-30 clear-card\">\n <ng-content select=\"[sfx-content]\"></ng-content>\n </section>\n </section>\n </section>\n</section>\n", styles: [".sfx-page-title{margin-top:3.125rem;margin-bottom:1.875rem}.clear-card{clear:both}\n"] }]
8943
8985
  }], ctorParameters: function () { return []; } });
8944
8986
 
8945
8987
  class SettingDetailPageComponent {
@@ -9422,37 +9464,85 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
9422
9464
  }] });
9423
9465
 
9424
9466
  class ReportLicenseDetailsPageComponent {
9425
- constructor() { }
9467
+ constructor() {
9468
+ this.keywordSearchChange = new EventEmitter();
9469
+ this.statusFilterChange = new EventEmitter();
9470
+ this.modifiedFilterChange = new EventEmitter();
9471
+ }
9472
+ onKeywordSearch(keyword) {
9473
+ this.keywordSearchChange.emit(keyword);
9474
+ }
9475
+ onStatusFilterChange(selectedModel) {
9476
+ this.statusFilterChange.emit(selectedModel.value);
9477
+ }
9478
+ onModifiedFilterChange(selectedModel) {
9479
+ this.modifiedFilterChange.emit(selectedModel.value);
9480
+ }
9426
9481
  }
9427
9482
  ReportLicenseDetailsPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ReportLicenseDetailsPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9428
- ReportLicenseDetailsPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ReportLicenseDetailsPageComponent, selector: "symphony-report-license-details-page", inputs: { reportLicenseModel: "reportLicenseModel" }, ngImport: i0, template: "<symphony-grid\n#sfxgrid\nsfx-grid\n[columnDefs]=\"reportLicenseModel.grid.columnDefs\"\n[defaultColDef]=\"reportLicenseModel.grid.defaultColumnDef\"\n[rowData]=\"reportLicenseModel.grid.rowData\"\n[pageSize]=\"reportLicenseModel.grid.pageSize\"\n[onGridReadyFunction]=\"reportLicenseModel.grid.onGridReadyFunction\"\n[rowModelType]=\"reportLicenseModel.grid.rowModelType\"\n[hasNoPaddingleft]=\"true\"\n[suppressRowClickSelection]=\"true\"\n[rowClassRules]=\"reportLicenseModel.grid.rowClassRules\"\n[gridContextMenu]=\"true\"\n></symphony-grid>\n", styles: [""], components: [{ type: GridComponent, selector: "symphony-grid", inputs: ["columnDefs", "defaultColDef", "rowData", "onGridReadyFunction", "pageSize", "rowModelType", "suppressRowClickSelection", "rowSelectionMode", "hasNoPaddingleft", "isGridColPinnedLeft", "isServerSideGroup", "getServerSideGroupKey", "autoGroupColumnDef", "treeData", "getDataPath", "rowClassRules", "gridContextMenu"], outputs: ["sortChanged", "cellClick"] }] });
9483
+ ReportLicenseDetailsPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ReportLicenseDetailsPageComponent, selector: "symphony-report-license-details-page", inputs: { reportLicenseModel: "reportLicenseModel" }, outputs: { keywordSearchChange: "keywordSearchChange", statusFilterChange: "statusFilterChange", modifiedFilterChange: "modifiedFilterChange" }, ngImport: i0, template: "<div class=\"row mb-space space-around-card\">\n<div *ngFor=\"let card of reportLicenseModel.statusCard\" class=\"col-md-3 card-space\">\n <symphony-status-card [statusCardModel]=\"card\"></symphony-status-card>\n</div>\n</div>\n<div class=\"filter-area-section row mb-space\">\n <div class=\"col-md-4\">\n <symphony-input-text\n filter-one\n [label]=\"'Keyword'\"\n [placeholder]=\"'Enter Search Value'\"\n [icon]=\"'si-search-new'\"\n [isInverse]=\"true\"\n (textChange)=\"onKeywordSearch($event)\"\n>\n</symphony-input-text>\n </div>\n <div class=\"col-md-4\">\n <symphony-input-dropdown\n filter-one\n [isInverse]=\"true\"\n [inputDropdownListModel]=\"reportLicenseModel.statusDropdown\"\n (selectItem)=\"onStatusFilterChange($event)\">\n </symphony-input-dropdown>\n </div>\n <div class=\"col-md-4\">\n <symphony-input-dropdown\n filter-one\n [isInverse]=\"true\"\n [inputDropdownListModel]=\"reportLicenseModel.lastModifiedDropdown\"\n (selectItem)=\"onModifiedFilterChange($event)\">\n </symphony-input-dropdown>\n </div>\n</div>\n<div class=\"fl-right mb-space\">\n <symphony-formatted-counter [model]=\"reportLicenseModel.formattedCounterModel\"></symphony-formatted-counter>\n</div>\n<div class=\"grid-clear\">\n<symphony-grid\n #sfxgrid\n sfx-grid\n [columnDefs]=\"reportLicenseModel.grid.columnDefs\"\n [defaultColDef]=\"reportLicenseModel.grid.defaultColumnDef\"\n [rowData]=\"reportLicenseModel.grid.rowData\"\n [pageSize]=\"reportLicenseModel.grid.pageSize\"\n [onGridReadyFunction]=\"reportLicenseModel.grid.onGridReadyFunction\"\n [rowModelType]=\"reportLicenseModel.grid.rowModelType\"\n [hasNoPaddingleft]=\"true\"\n [suppressRowClickSelection]=\"true\"\n [rowClassRules]=\"reportLicenseModel.grid.rowClassRules\"\n [gridContextMenu]=\"true\"\n></symphony-grid>\n</div>\n", styles: [".filter-area-section{background:#D2D8E5;padding:1.875rem 2.5rem .9375rem;border-radius:.9375rem}.mb-space{margin-bottom:2rem}.card-space{margin-bottom:1rem}.fl-right{float:right}.grid-clear{clear:both}.space-around-card{margin-left:-30px!important;margin-right:-30px!important}\n"], components: [{ type: StatusCardComponent, selector: "symphony-status-card", inputs: ["statusCardModel"] }, { type: InputTextComponent, selector: "symphony-input-text", inputs: ["placeholder", "icon", "label", "isInverse", "size", "value", "maxlength", "isDisabled"], outputs: ["textChange"] }, { type: InputDropdownComponent, selector: "symphony-input-dropdown", inputs: ["inputDropdownListModel", "disableBtn", "isInverse", "isRequired"], outputs: ["selectItem", "clearSelection"] }, { type: FormattedCounterComponent, selector: "symphony-formatted-counter", inputs: ["model"] }, { type: GridComponent, selector: "symphony-grid", inputs: ["columnDefs", "defaultColDef", "rowData", "onGridReadyFunction", "pageSize", "rowModelType", "suppressRowClickSelection", "rowSelectionMode", "hasNoPaddingleft", "isGridColPinnedLeft", "isServerSideGroup", "getServerSideGroupKey", "autoGroupColumnDef", "treeData", "getDataPath", "rowClassRules", "gridContextMenu"], outputs: ["sortChanged", "cellClick"] }], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
9429
9484
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ReportLicenseDetailsPageComponent, decorators: [{
9430
9485
  type: Component,
9431
- args: [{ selector: 'symphony-report-license-details-page', template: "<symphony-grid\n#sfxgrid\nsfx-grid\n[columnDefs]=\"reportLicenseModel.grid.columnDefs\"\n[defaultColDef]=\"reportLicenseModel.grid.defaultColumnDef\"\n[rowData]=\"reportLicenseModel.grid.rowData\"\n[pageSize]=\"reportLicenseModel.grid.pageSize\"\n[onGridReadyFunction]=\"reportLicenseModel.grid.onGridReadyFunction\"\n[rowModelType]=\"reportLicenseModel.grid.rowModelType\"\n[hasNoPaddingleft]=\"true\"\n[suppressRowClickSelection]=\"true\"\n[rowClassRules]=\"reportLicenseModel.grid.rowClassRules\"\n[gridContextMenu]=\"true\"\n></symphony-grid>\n", styles: [""] }]
9486
+ args: [{ selector: 'symphony-report-license-details-page', template: "<div class=\"row mb-space space-around-card\">\n<div *ngFor=\"let card of reportLicenseModel.statusCard\" class=\"col-md-3 card-space\">\n <symphony-status-card [statusCardModel]=\"card\"></symphony-status-card>\n</div>\n</div>\n<div class=\"filter-area-section row mb-space\">\n <div class=\"col-md-4\">\n <symphony-input-text\n filter-one\n [label]=\"'Keyword'\"\n [placeholder]=\"'Enter Search Value'\"\n [icon]=\"'si-search-new'\"\n [isInverse]=\"true\"\n (textChange)=\"onKeywordSearch($event)\"\n>\n</symphony-input-text>\n </div>\n <div class=\"col-md-4\">\n <symphony-input-dropdown\n filter-one\n [isInverse]=\"true\"\n [inputDropdownListModel]=\"reportLicenseModel.statusDropdown\"\n (selectItem)=\"onStatusFilterChange($event)\">\n </symphony-input-dropdown>\n </div>\n <div class=\"col-md-4\">\n <symphony-input-dropdown\n filter-one\n [isInverse]=\"true\"\n [inputDropdownListModel]=\"reportLicenseModel.lastModifiedDropdown\"\n (selectItem)=\"onModifiedFilterChange($event)\">\n </symphony-input-dropdown>\n </div>\n</div>\n<div class=\"fl-right mb-space\">\n <symphony-formatted-counter [model]=\"reportLicenseModel.formattedCounterModel\"></symphony-formatted-counter>\n</div>\n<div class=\"grid-clear\">\n<symphony-grid\n #sfxgrid\n sfx-grid\n [columnDefs]=\"reportLicenseModel.grid.columnDefs\"\n [defaultColDef]=\"reportLicenseModel.grid.defaultColumnDef\"\n [rowData]=\"reportLicenseModel.grid.rowData\"\n [pageSize]=\"reportLicenseModel.grid.pageSize\"\n [onGridReadyFunction]=\"reportLicenseModel.grid.onGridReadyFunction\"\n [rowModelType]=\"reportLicenseModel.grid.rowModelType\"\n [hasNoPaddingleft]=\"true\"\n [suppressRowClickSelection]=\"true\"\n [rowClassRules]=\"reportLicenseModel.grid.rowClassRules\"\n [gridContextMenu]=\"true\"\n></symphony-grid>\n</div>\n", styles: [".filter-area-section{background:#D2D8E5;padding:1.875rem 2.5rem .9375rem;border-radius:.9375rem}.mb-space{margin-bottom:2rem}.card-space{margin-bottom:1rem}.fl-right{float:right}.grid-clear{clear:both}.space-around-card{margin-left:-30px!important;margin-right:-30px!important}\n"] }]
9432
9487
  }], ctorParameters: function () { return []; }, propDecorators: { reportLicenseModel: [{
9433
9488
  type: Input
9489
+ }], keywordSearchChange: [{
9490
+ type: Output
9491
+ }], statusFilterChange: [{
9492
+ type: Output
9493
+ }], modifiedFilterChange: [{
9494
+ type: Output
9434
9495
  }] } });
9435
9496
 
9436
9497
  class SettingsLicenseManagementComponent {
9437
- constructor() { }
9498
+ constructor() {
9499
+ this.clicked = new EventEmitter();
9500
+ this.keywordSearchChange = new EventEmitter();
9501
+ this.statusFilterChange = new EventEmitter();
9502
+ this.modifiedFilterChange = new EventEmitter();
9503
+ }
9504
+ assignButtonClicked(event) {
9505
+ this.clicked.emit(event);
9506
+ }
9507
+ onKeywordSearch(keyword) {
9508
+ this.keywordSearchChange.emit(keyword);
9509
+ }
9510
+ onStatusFilterChange(selectedModel) {
9511
+ this.statusFilterChange.emit(selectedModel);
9512
+ }
9513
+ onModifiedFilterChange(selectedModel) {
9514
+ this.modifiedFilterChange.emit(selectedModel);
9515
+ }
9438
9516
  }
9439
9517
  SettingsLicenseManagementComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsLicenseManagementComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9440
- SettingsLicenseManagementComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: SettingsLicenseManagementComponent, selector: "symphony-settings-license-management", inputs: { model: "model" }, ngImport: i0, template: "<symphony-setting-details-template *ngIf=\"model\">\n <symphony-breadcrumb breadcrumb [breadcrumbs]=\"model.breadcrumbs\">\n </symphony-breadcrumb>\n <symphony-h3 sfx-header [text]=\"model.pageTitle\"></symphony-h3>\n <symphony-settings-detail-navigation-list sfx-nav\n [navigationList]=\"model.navigationList\"></symphony-settings-detail-navigation-list>\n <section sfx-content>\n <symphony-report-license-details-page [reportLicenseModel]=\"model\"></symphony-report-license-details-page>\n </section>\n</symphony-setting-details-template>", styles: [""], components: [{ type: SettingDetailsTemplateComponent, selector: "symphony-setting-details-template" }, { type: BreadcrumbComponent, selector: "symphony-breadcrumb", inputs: ["breadcrumbs"], outputs: ["breadcrumbClicked"] }, { type: H3Component, selector: "symphony-h3", inputs: ["text", "isSecondary"] }, { type: SettingsDetailNavigationListComponent, selector: "symphony-settings-detail-navigation-list", inputs: ["navigationList"], outputs: ["navigationItemClicked"] }, { type: ReportLicenseDetailsPageComponent, selector: "symphony-report-license-details-page", inputs: ["reportLicenseModel"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
9518
+ SettingsLicenseManagementComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: SettingsLicenseManagementComponent, selector: "symphony-settings-license-management", inputs: { model: "model" }, outputs: { clicked: "clicked", keywordSearchChange: "keywordSearchChange", statusFilterChange: "statusFilterChange", modifiedFilterChange: "modifiedFilterChange" }, ngImport: i0, template: "<symphony-setting-details-template *ngIf=\"model\">\n <symphony-breadcrumb breadcrumb [breadcrumbs]=\"model.breadcrumbs\">\n </symphony-breadcrumb>\n <symphony-h3 sfx-header [text]=\"model.pageTitle\"></symphony-h3>\n <symphony-settings-detail-navigation-list sfx-nav\n [navigationList]=\"model.navigationList\"></symphony-settings-detail-navigation-list>\n <section sfx-button class=\"row fl-right sfx-mb-30\">\n <symphony-button-v2\n text=\"Assign License\"\n [disabled]=\"model.assignButtonDisabled\"\n [isSecondary]=\"false\"\n [isInverse]=\"false\"\n (clicked)=\"assignButtonClicked($event)\"\n ></symphony-button-v2>\n </section>\n <section sfx-content>\n <symphony-report-license-details-page [reportLicenseModel]=\"model.reportLicenseModel\" (onStatusFilterChange)=\"onStatusFilterChange($event)\" (onModifiedFilterChange)=\"onModifiedFilterChange($event)\" (onKeywordSearch)=\"onKeywordSearch($event)\"></symphony-report-license-details-page>\n </section>\n</symphony-setting-details-template>", styles: [".fl-right{float:right}\n"], components: [{ type: SettingDetailsTemplateComponent, selector: "symphony-setting-details-template" }, { type: BreadcrumbComponent, selector: "symphony-breadcrumb", inputs: ["breadcrumbs"], outputs: ["breadcrumbClicked"] }, { type: H3Component, selector: "symphony-h3", inputs: ["text", "isSecondary"] }, { type: SettingsDetailNavigationListComponent, selector: "symphony-settings-detail-navigation-list", inputs: ["navigationList"], outputs: ["navigationItemClicked"] }, { type: ButtonV2Component, selector: "symphony-button-v2" }, { type: ReportLicenseDetailsPageComponent, selector: "symphony-report-license-details-page", inputs: ["reportLicenseModel"], outputs: ["keywordSearchChange", "statusFilterChange", "modifiedFilterChange"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
9441
9519
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsLicenseManagementComponent, decorators: [{
9442
9520
  type: Component,
9443
- args: [{ selector: 'symphony-settings-license-management', template: "<symphony-setting-details-template *ngIf=\"model\">\n <symphony-breadcrumb breadcrumb [breadcrumbs]=\"model.breadcrumbs\">\n </symphony-breadcrumb>\n <symphony-h3 sfx-header [text]=\"model.pageTitle\"></symphony-h3>\n <symphony-settings-detail-navigation-list sfx-nav\n [navigationList]=\"model.navigationList\"></symphony-settings-detail-navigation-list>\n <section sfx-content>\n <symphony-report-license-details-page [reportLicenseModel]=\"model\"></symphony-report-license-details-page>\n </section>\n</symphony-setting-details-template>", styles: [""] }]
9521
+ args: [{ selector: 'symphony-settings-license-management', template: "<symphony-setting-details-template *ngIf=\"model\">\n <symphony-breadcrumb breadcrumb [breadcrumbs]=\"model.breadcrumbs\">\n </symphony-breadcrumb>\n <symphony-h3 sfx-header [text]=\"model.pageTitle\"></symphony-h3>\n <symphony-settings-detail-navigation-list sfx-nav\n [navigationList]=\"model.navigationList\"></symphony-settings-detail-navigation-list>\n <section sfx-button class=\"row fl-right sfx-mb-30\">\n <symphony-button-v2\n text=\"Assign License\"\n [disabled]=\"model.assignButtonDisabled\"\n [isSecondary]=\"false\"\n [isInverse]=\"false\"\n (clicked)=\"assignButtonClicked($event)\"\n ></symphony-button-v2>\n </section>\n <section sfx-content>\n <symphony-report-license-details-page [reportLicenseModel]=\"model.reportLicenseModel\" (onStatusFilterChange)=\"onStatusFilterChange($event)\" (onModifiedFilterChange)=\"onModifiedFilterChange($event)\" (onKeywordSearch)=\"onKeywordSearch($event)\"></symphony-report-license-details-page>\n </section>\n</symphony-setting-details-template>", styles: [".fl-right{float:right}\n"] }]
9444
9522
  }], ctorParameters: function () { return []; }, propDecorators: { model: [{
9445
9523
  type: Input
9524
+ }], clicked: [{
9525
+ type: Output
9526
+ }], keywordSearchChange: [{
9527
+ type: Output
9528
+ }], statusFilterChange: [{
9529
+ type: Output
9530
+ }], modifiedFilterChange: [{
9531
+ type: Output
9446
9532
  }] } });
9447
9533
 
9448
9534
  class ReportLicenseDetailsPageModule {
9449
9535
  }
9450
9536
  ReportLicenseDetailsPageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ReportLicenseDetailsPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9451
9537
  ReportLicenseDetailsPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ReportLicenseDetailsPageModule, declarations: [ReportLicenseDetailsPageComponent], imports: [CommonModule,
9452
- GridModule], exports: [ReportLicenseDetailsPageComponent] });
9538
+ GridModule,
9539
+ FormattedCounterModule,
9540
+ FilterAreaModule, PlaceholderModule, InputTextModule, InputDropdownModule, StatusCardModule], exports: [ReportLicenseDetailsPageComponent] });
9453
9541
  ReportLicenseDetailsPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ReportLicenseDetailsPageModule, imports: [[
9454
9542
  CommonModule,
9455
9543
  GridModule,
9544
+ FormattedCounterModule,
9545
+ FilterAreaModule, PlaceholderModule, InputTextModule, InputDropdownModule, StatusCardModule
9456
9546
  ]] });
9457
9547
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ReportLicenseDetailsPageModule, decorators: [{
9458
9548
  type: NgModule,
@@ -9461,6 +9551,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
9461
9551
  imports: [
9462
9552
  CommonModule,
9463
9553
  GridModule,
9554
+ FormattedCounterModule,
9555
+ FilterAreaModule, PlaceholderModule, InputTextModule, InputDropdownModule, StatusCardModule
9464
9556
  ],
9465
9557
  exports: [ReportLicenseDetailsPageComponent],
9466
9558
  }]
@@ -9474,12 +9566,14 @@ SettingsLicenseManagementModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
9474
9566
  SettingDetailsTemplateModule,
9475
9567
  ReportLicenseDetailsPageModule,
9476
9568
  BreadcrumbModule,
9569
+ ButtonV2Module,
9477
9570
  H3Module], exports: [SettingsLicenseManagementComponent] });
9478
9571
  SettingsLicenseManagementModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsLicenseManagementModule, imports: [[CommonModule,
9479
9572
  SettingsDetailNavigationListModule,
9480
9573
  SettingDetailsTemplateModule,
9481
9574
  ReportLicenseDetailsPageModule,
9482
9575
  BreadcrumbModule,
9576
+ ButtonV2Module,
9483
9577
  H3Module]] });
9484
9578
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsLicenseManagementModule, decorators: [{
9485
9579
  type: NgModule,
@@ -9492,6 +9586,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
9492
9586
  SettingDetailsTemplateModule,
9493
9587
  ReportLicenseDetailsPageModule,
9494
9588
  BreadcrumbModule,
9589
+ ButtonV2Module,
9495
9590
  H3Module],
9496
9591
  exports: [SettingsLicenseManagementComponent],
9497
9592
  }]
@@ -9663,5 +9758,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
9663
9758
  * Generated bundle index. Do not edit.
9664
9759
  */
9665
9760
 
9666
- export { ActionBarComponent, ActionBarJobListComponent, ActionBarJobListModule, ActionBarModule, ActionBarSelectionCounterComponent, ActionBarSelectionCounterModule, ActivityScoreLevel, AdditionModalComponent, AdditionModalModule, AdditionalInformationCardListComponent, AdditionalInformationCardListModule, AdvanceFilterSelectedCounterComponent, AdvanceFilterSelectedCounterModule, AdvanceSearchModalComponent, AdvanceSearchModalModule, AdvertiseModalComponent, AdvertiseModalModule, AdvertisedJobPostingsListPageComponent, AdvertisedJobPostingsListPageModule, AdvertisedJobPostingsModalComponent, AdvertisedJobPostingsModalModule, AdvertisedJobsCostComponent, AdvertisedJobsCostModule, AlertDuration, AssignToUserModalComponent, AssignToUserModalModule, AssignedToWidgetComponent, AssignedToWidgetModule, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonDropdownComponent, ButtonDropdownModule, ButtonModule, ButtonV2Component, ButtonV2Module, ButtonWithIconComponent, ButtonWithIconModule, CapitalizeFirstCharacterPipe, CardComponent, CardListComponent, CardListModule, CardModule, CharacterCounterComponent, CharacterCounterModule, ChatHistoryDateStampComponent, ChatHistoryDateStampModule, ChatHistoryMessageAvatarComponent, ChatHistoryMessageAvatarModule, ChatHistoryMessageBubbleComponent, ChatHistoryMessageBubbleModule, ChatHistoryMessageItemComponent, ChatHistoryMessageItemModule, ChatHistoryMessageListComponent, ChatHistoryMessageListModule, ChatbotHistoryModalComponent, ChatbotHistoryModalModule, ColorNames, ColoredTextIndicatorComponent, ColoredTextIndicatorModule, ConfirmationModalComponent, ConfirmationModalModule, ContactActivityScoreComponent, ContactActivityScoreModule, ContextualMenuComponent, ContextualMenuModule, DocumentManagementItemComponent, DocumentManagementItemModule, DocumentManagementListComponent, DocumentManagementListModule, DomainWhitelistingPartialPageComponent, DomainWhitelistingPartialPageModule, EditableSettingItemComponent, EditableSettingItemListComponent, EditableSettingItemListModule, EditableSettingItemModule, EditableSettingKey, EditableSettingPartialPageComponent, EditableSettingPartialPageModule, EmailValidator, EventSettingsMoreOptionsComponent, EventSettingsMoreOptionsModule, EventsSettingsPageComponent, EventsSettingsPageModule, FeedbackCardComponent, FeedbackCardListComponent, FeedbackCardListModule, FeedbackCardModule, FeedbackCardState, FeedbackDetailPageComponent, FeedbackDetailPageModule, FeedbackListPageComponent, FeedbackListPageModule, FeedbackLoginModalComponent, FeedbackLoginModalModule, FeedbackRequestListPageComponent, FeedbackRequestListPageModule, FeedbackSettingDetailsPageComponent, FeedbackSettingDetailsPageModule, FileUploadComponent, FileUploadModule, FileUploadV2Component, FileUploadV2Module, FilterAreaComponent, FilterAreaModule, FilterDetailComponent, FilterDetailModule, FilterDetailTreeComponent, FilterDetailTreeModule, FilterTabsComponent, FilterTabsModule, FormattedCounterComponent, FormattedCounterModule, FrameworkModule, GridActionBarV2Component, GridActionBarV2Module, GridActionsComponent, GridActionsModule, GridCellClickableComponent, GridCellClickableModule, GridCellLoaderModule, GridComponent, GridControlsComponent, GridControlsModule, GridDownloadComponent, GridDownloadModule, GridLoadingCellComponent, GridModule, GridNoRowsOverlayComponent, GridNoRowsOverlayModule, GridToggleCellRendererComponent, GridToggleCellRendererModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, H5WithIconComponent, H5WithIconModule, IconComponent, IconModule, IconWithTooltipComponent, IconWithTooltipModule, IconWrapperComponent, IconWrapperModule, Icons, InformationModalComponent, InformationModalModule, InputCheckboxComponent, InputCheckboxListComponent, InputCheckboxListModule, InputCheckboxModule, InputChipsComponent, InputChipsModule, InputDropdownComponent, InputDropdownList, InputDropdownListItemModel, InputDropdownModule, InputFileUploadComponent, InputFileUploadModule, InputLimitedTextComponent, InputLimitedTextModule, InputRadioComponent, InputRadioModule, InputRadioToggleComponent, InputRadioToggleModule, InputSearchCheckboxDropdownComponent, InputSearchCheckboxDropdownModule, InputTextComponent, InputTextModule, InputTextareaComponent, InputTextareaModule, InputToggleComponent, InputToggleModule, JobListPageComponent, JobListPageModule, LibrariesPageComponent, LibrariesPageModule, LinkedinPremiumJobPostingsModalComponent, LinkedinPremiumJobPostingsModalModule, MoleculesModule, MultiSelectDataModule, MultiselectSearchCheckbox, NavigationLinkComponent, NavigationLinkModule, NotificationsComponent, NotificationsModule, OrganismsModule, OverflowTextComponent, OverflowTextModule, OverflowTextTooltipComponent, OverflowTextTooltipModule, ParagraphComponent, ParagraphModule, PartialPages, PhaserCardComponent, PhaserCardModule, PhaserComponent, PhaserModule, PillComponent, PillModule, PillsComponent, PillsModule, PipeModule, RelevanceScoreComponent, RelevanceScoreModule, ReportLicenseDetailsPageComponent, ReportLicenseDetailsPageModule, ReportsCardComponent, ReportsCardListComponent, ReportsCardListModule, ReportsCardModule, ReportsPageComponent, ReportsPageModule, ScheduleInterviewModalComponent, ScheduleInterviewModalModule, SettingDetailPageComponent, SettingDetailPageModule, SettingListPageComponent, SettingListPageModule, SettingsDetailNavigationItemComponent, SettingsDetailNavigationItemModule, SettingsDetailNavigationListComponent, SettingsDetailNavigationListModule, SettingsLicenseManagementComponent, SettingsLicenseManagementModule, SettingsReportManagementComponent, SettingsReportManagementModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, SidebarNavigationComponent, SidebarNavigationModule, SidebarNavigationV2Component, SidebarNavigationV2Module, SmsUsageReportPageComponent, SmsUsageReportPageModule, SymphonyModalComponent, SymphonyModalModule, TabsComponent, TabsModules, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TrimIdPipe, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule, UploadResumeModalComponent, UploadResumeModalModule, VerticalSeparatorComponent, VerticalSeparatorModule, gridType };
9761
+ export { ActionBarComponent, ActionBarJobListComponent, ActionBarJobListModule, ActionBarModule, ActionBarSelectionCounterComponent, ActionBarSelectionCounterModule, ActivityScoreLevel, AdditionModalComponent, AdditionModalModule, AdditionalInformationCardListComponent, AdditionalInformationCardListModule, AdvanceFilterSelectedCounterComponent, AdvanceFilterSelectedCounterModule, AdvanceSearchModalComponent, AdvanceSearchModalModule, AdvertiseModalComponent, AdvertiseModalModule, AdvertisedJobPostingsListPageComponent, AdvertisedJobPostingsListPageModule, AdvertisedJobPostingsModalComponent, AdvertisedJobPostingsModalModule, AdvertisedJobsCostComponent, AdvertisedJobsCostModule, AlertDuration, AssignToUserModalComponent, AssignToUserModalModule, AssignedToWidgetComponent, AssignedToWidgetModule, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonDropdownComponent, ButtonDropdownModule, ButtonModule, ButtonV2Component, ButtonV2Module, ButtonWithIconComponent, ButtonWithIconModule, CapitalizeFirstCharacterPipe, CardComponent, CardListComponent, CardListModule, CardModule, CharacterCounterComponent, CharacterCounterModule, ChatHistoryDateStampComponent, ChatHistoryDateStampModule, ChatHistoryMessageAvatarComponent, ChatHistoryMessageAvatarModule, ChatHistoryMessageBubbleComponent, ChatHistoryMessageBubbleModule, ChatHistoryMessageItemComponent, ChatHistoryMessageItemModule, ChatHistoryMessageListComponent, ChatHistoryMessageListModule, ChatbotHistoryModalComponent, ChatbotHistoryModalModule, ColorNames, ColoredTextIndicatorComponent, ColoredTextIndicatorModule, ConfirmationModalComponent, ConfirmationModalModule, ContactActivityScoreComponent, ContactActivityScoreModule, ContextualMenuComponent, ContextualMenuModule, DocumentManagementItemComponent, DocumentManagementItemModule, DocumentManagementListComponent, DocumentManagementListModule, DomainWhitelistingPartialPageComponent, DomainWhitelistingPartialPageModule, EditableSettingItemComponent, EditableSettingItemListComponent, EditableSettingItemListModule, EditableSettingItemModule, EditableSettingKey, EditableSettingPartialPageComponent, EditableSettingPartialPageModule, EmailValidator, EventSettingsMoreOptionsComponent, EventSettingsMoreOptionsModule, EventsSettingsPageComponent, EventsSettingsPageModule, FeedbackCardComponent, FeedbackCardListComponent, FeedbackCardListModule, FeedbackCardModule, FeedbackCardState, FeedbackDetailPageComponent, FeedbackDetailPageModule, FeedbackListPageComponent, FeedbackListPageModule, FeedbackLoginModalComponent, FeedbackLoginModalModule, FeedbackRequestListPageComponent, FeedbackRequestListPageModule, FeedbackSettingDetailsPageComponent, FeedbackSettingDetailsPageModule, FileUploadComponent, FileUploadModule, FileUploadV2Component, FileUploadV2Module, FilterAreaComponent, FilterAreaModule, FilterDetailComponent, FilterDetailModule, FilterDetailTreeComponent, FilterDetailTreeModule, FilterTabsComponent, FilterTabsModule, FormattedCounterComponent, FormattedCounterModule, FrameworkModule, GridActionBarV2Component, GridActionBarV2Module, GridActionsComponent, GridActionsModule, GridCellClickableComponent, GridCellClickableModule, GridCellLoaderModule, GridComponent, GridControlsComponent, GridControlsModule, GridDownloadComponent, GridDownloadModule, GridLoadingCellComponent, GridModule, GridNoRowsOverlayComponent, GridNoRowsOverlayModule, GridToggleCellRendererComponent, GridToggleCellRendererModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, H5WithIconComponent, H5WithIconModule, IconComponent, IconModule, IconWithTooltipComponent, IconWithTooltipModule, IconWrapperComponent, IconWrapperModule, Icons, InformationModalComponent, InformationModalModule, InputCheckboxComponent, InputCheckboxListComponent, InputCheckboxListModule, InputCheckboxModule, InputChipsComponent, InputChipsModule, InputDropdownComponent, InputDropdownList, InputDropdownListItemModel, InputDropdownModule, InputFileUploadComponent, InputFileUploadModule, InputLimitedTextComponent, InputLimitedTextModule, InputRadioComponent, InputRadioModule, InputRadioToggleComponent, InputRadioToggleModule, InputSearchCheckboxDropdownComponent, InputSearchCheckboxDropdownModule, InputTextComponent, InputTextModule, InputTextareaComponent, InputTextareaModule, InputToggleComponent, InputToggleModule, JobListPageComponent, JobListPageModule, LibrariesPageComponent, LibrariesPageModule, LinkedinPremiumJobPostingsModalComponent, LinkedinPremiumJobPostingsModalModule, MoleculesModule, MultiSelectDataModule, MultiselectSearchCheckbox, NavigationLinkComponent, NavigationLinkModule, NotificationsComponent, NotificationsModule, OrganismsModule, OverflowTextComponent, OverflowTextModule, OverflowTextTooltipComponent, OverflowTextTooltipModule, ParagraphComponent, ParagraphModule, PartialPages, PhaserCardComponent, PhaserCardModule, PhaserComponent, PhaserModule, PillComponent, PillModule, PillsComponent, PillsModule, PipeModule, RelevanceScoreComponent, RelevanceScoreModule, ReportLicenseDetailsPageComponent, ReportLicenseDetailsPageModule, ReportsCardComponent, ReportsCardListComponent, ReportsCardListModule, ReportsCardModule, ReportsPageComponent, ReportsPageModule, ScheduleInterviewModalComponent, ScheduleInterviewModalModule, SettingDetailPageComponent, SettingDetailPageModule, SettingListPageComponent, SettingListPageModule, SettingsDetailNavigationItemComponent, SettingsDetailNavigationItemModule, SettingsDetailNavigationListComponent, SettingsDetailNavigationListModule, SettingsLicenseManagementComponent, SettingsLicenseManagementModule, SettingsReportManagementComponent, SettingsReportManagementModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, SidebarNavigationComponent, SidebarNavigationModule, SidebarNavigationV2Component, SidebarNavigationV2Module, SmsUsageReportPageComponent, SmsUsageReportPageModule, StatusCardComponent, StatusCardModule, SymphonyModalComponent, SymphonyModalModule, TabsComponent, TabsModules, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TrimIdPipe, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule, UploadResumeModalComponent, UploadResumeModalModule, VerticalSeparatorComponent, VerticalSeparatorModule, gridType };
9667
9762
  //# sourceMappingURL=symphony-talent-component-library.mjs.map