@symphony-talent/component-library 4.117.0 → 4.119.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 (41) hide show
  1. package/esm2020/lib/molecules/filter-detail-tree/filter-detail-tree.component.mjs +17 -0
  2. package/esm2020/lib/molecules/filter-detail-tree/filter-detail-tree.component.model.mjs +2 -0
  3. package/esm2020/lib/molecules/filter-detail-tree/filter-detail-tree.module.mjs +18 -0
  4. package/esm2020/lib/molecules/molecules.module.mjs +8 -4
  5. package/esm2020/lib/pages/settings-license-management/settings-license-management.component.mjs +19 -0
  6. package/esm2020/lib/pages/settings-license-management/settings-license-management.component.model.mjs +2 -0
  7. package/esm2020/lib/pages/settings-license-management/settings-license-management.module.mjs +36 -0
  8. package/esm2020/projects/component-library/lib/molecules/filter-detail-tree/filter-detail-tree.component.mjs +17 -0
  9. package/esm2020/projects/component-library/lib/molecules/filter-detail-tree/filter-detail-tree.component.model.mjs +2 -0
  10. package/esm2020/projects/component-library/lib/molecules/filter-detail-tree/filter-detail-tree.module.mjs +18 -0
  11. package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +8 -4
  12. package/esm2020/projects/component-library/lib/pages/settings-license-management/settings-license-management.component.mjs +19 -0
  13. package/esm2020/projects/component-library/lib/pages/settings-license-management/settings-license-management.component.model.mjs +2 -0
  14. package/esm2020/projects/component-library/lib/pages/settings-license-management/settings-license-management.module.mjs +36 -0
  15. package/esm2020/projects/component-library/public-api.mjs +7 -1
  16. package/esm2020/public-api.mjs +7 -1
  17. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +75 -4
  18. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  19. package/fesm2015/symphony-talent-component-library.mjs +75 -4
  20. package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
  21. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +75 -4
  22. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  23. package/fesm2020/symphony-talent-component-library.mjs +75 -4
  24. package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
  25. package/lib/molecules/filter-detail-tree/filter-detail-tree.component.d.ts +9 -0
  26. package/lib/molecules/filter-detail-tree/filter-detail-tree.component.model.d.ts +10 -0
  27. package/lib/molecules/filter-detail-tree/filter-detail-tree.module.d.ts +8 -0
  28. package/lib/molecules/molecules.module.d.ts +3 -2
  29. package/lib/pages/settings-license-management/settings-license-management.component.d.ts +8 -0
  30. package/lib/pages/settings-license-management/settings-license-management.component.model.d.ts +7 -0
  31. package/lib/pages/settings-license-management/settings-license-management.module.d.ts +12 -0
  32. package/package.json +1 -1
  33. package/projects/component-library/lib/molecules/filter-detail-tree/filter-detail-tree.component.d.ts +9 -0
  34. package/projects/component-library/lib/molecules/filter-detail-tree/filter-detail-tree.component.model.d.ts +10 -0
  35. package/projects/component-library/lib/molecules/filter-detail-tree/filter-detail-tree.module.d.ts +8 -0
  36. package/projects/component-library/lib/molecules/molecules.module.d.ts +3 -2
  37. package/projects/component-library/lib/pages/settings-license-management/settings-license-management.component.d.ts +8 -0
  38. package/projects/component-library/lib/pages/settings-license-management/settings-license-management.component.model.d.ts +7 -0
  39. package/projects/component-library/lib/pages/settings-license-management/settings-license-management.module.d.ts +12 -0
  40. package/projects/component-library/public-api.d.ts +6 -0
  41. package/public-api.d.ts +6 -0
@@ -3689,6 +3689,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
3689
3689
  }]
3690
3690
  }] });
3691
3691
 
3692
+ class FilterDetailTreeComponent {
3693
+ constructor() { }
3694
+ }
3695
+ FilterDetailTreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterDetailTreeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3696
+ FilterDetailTreeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: FilterDetailTreeComponent, selector: "symphony-filter-detail-tree", inputs: { filterBooleanGroupOperator: "filterBooleanGroupOperator", groupItemList: "groupItemList" }, ngImport: i0, template: "<ul class=\"list-unstyled\">\n <li class=\"parent-group-wrapper filter-detail-wrapper\">\n <div class=\"filterBooleanGroupOperator\">\n {{ filterBooleanGroupOperator }}\n </div>\n <ul class=\"list-unstyled tier1-group-wrapper\">\n <li class=\"t1-li\" *ngFor=\"let groupItem of groupItemList\">\n <div class=\"t1-wrapper\">\n <div class=\"group-title-wrap\">\n <h5>\n {{ groupItem.groupName }}\n <span class=\"filterBooleanGroupOperator sfx-d-inline-block\">{{\n groupItem.filterBooleanOperator\n }}</span>\n </h5>\n </div>\n <div class=\"detail-group-wrap\">\n <div *ngFor=\"let detailItem of groupItem.detailItemList\">\n <h6>{{ detailItem.filterLabel }}</h6>\n <div>\n <span class=\"filterOperator sfx-mr-5\">{{\n detailItem.filterOperator\n }}</span\n ><span [innerHTML]=\"detailItem.content\"></span>\n </div>\n </div>\n </div>\n </div>\n </li>\n </ul>\n </li>\n</ul>\n", styles: [".sfx-p-0{padding:0}.sfx-p-5{padding:.3rem}.sfx-p-10{padding:.625rem}.sfx-p-15{padding:.9375rem}.sfx-p-20{padding:1.25rem}.sfx-p-30{padding:1.875rem}.sfx-pt-0{padding-top:0}.sfx-pt-5{padding-top:.3rem}.sfx-pt-10{padding-top:.625rem}.sfx-pt-15{padding-top:.9375rem}.sfx-pt-20{padding-top:1.25rem}.sfx-pt-25{padding-top:1.5625rem}.sfx-pt-30{padding-top:1.875rem}.sfx-pt-35{padding-top:2.1875rem}.sfx-pt-40{padding-top:2.5rem}.sfx-pt-50{padding-top:3.125rem}.sfx-pb-0{padding-bottom:0}.sfx-pb-5{padding-bottom:.3rem}.sfx-pb-10{padding-bottom:.625rem}.sfx-pb-15{padding-bottom:.9375rem}.sfx-pb-20{padding-bottom:1.25rem}.sfx-pb-25{padding-bottom:1.5625rem}.sfx-pb-30{padding-bottom:1.875rem}.sfx-pb-35{padding-bottom:2.1875rem}.sfx-pb-40{padding-bottom:2.5rem}.sfx-pb-50{padding-bottom:3.125rem}.sfx-pl-0{padding-left:0}.sfx-pl-5{padding-left:.3rem}.sfx-pl-10{padding-left:.625rem}.sfx-pl-15{padding-left:.9375rem}.sfx-pl-20{padding-left:1.25rem}.sfx-pl-25{padding-left:1.5625rem}.sfx-pl-30{padding-left:1.875rem}.sfx-pr-0{padding-right:0}.sfx-pr-5{padding-right:.3rem}.sfx-pr-10{padding-right:.625rem}.sfx-pr-15{padding-right:.9375rem}.sfx-pr-20{padding-right:1.25rem}.sfx-pr-25{padding-right:1.5625rem}.sfx-pr-30{padding-right:1.875rem}.sfx-py-15{padding-left:.9375rem;padding-right:.9375rem}.sfx-py-30{padding-left:1.875rem;padding-right:1.875rem}.sfx-px-0{padding-top:0;padding-bottom:0}.sfx-px-15{padding-top:.9375rem;padding-bottom:.9375rem}.sfx-px-20{padding-top:1.25rem;padding-bottom:1.25rem}.sfx-px-30{padding-top:1.875rem;padding-bottom:1.875rem}.sfx-m-0{margin:0}.sfx-m-5{margin:.3rem}.sfx-m-10{margin:.625rem}.sfx-m-15{margin:.9375rem}.sfx-m-20{margin:1.25rem}.sfx-m-auto{margin:0 auto}.sfx-mt-0{margin-top:0}.sfx-mt-5{margin-top:.3rem}.sfx-mt-10{margin-top:.625rem}.sfx-mt-15{margin-top:.9375rem}.sfx-mt-20{margin-top:1.25rem}.sfx-mt-25{margin-top:1.5625rem}.sfx-mt-30{margin-top:1.875rem}.sfx-mt-40{margin-top:2.5rem}.sfx-mt-80{margin-top:5rem}.sfx-mb-0{margin-bottom:0}.sfx-mb-5{margin-bottom:.3rem}.sfx-mb-10{margin-bottom:.625rem}.sfx-mb-15{margin-bottom:.9375rem}.sfx-mb-20{margin-bottom:1.25rem}.sfx-mb-25{margin-bottom:1.5625rem}.sfx-mb-30{margin-bottom:1.875rem}.sfx-mb-40{margin-bottom:2.5rem}.sfx-mb-50{margin-bottom:3.125rem}.sfx-ml-0{margin-left:0}.sfx-ml-5{margin-left:.3rem}.sfx-ml-10{margin-left:.625rem}.sfx-ml-15{margin-left:.9375rem}.sfx-ml-20{margin-left:1.25rem}.sfx-ml-auto{margin-left:auto}.sfx-mr-0{margin-right:0}.sfx-mr-5{margin-right:.3rem}.sfx-mr-10{margin-right:.625rem}.sfx-mr-15{margin-right:.9375rem}.sfx-mr-20{margin-right:1.25rem}.sfx-mr-25{margin-right:1.5625rem}.sfx-mr-30{margin-right:1.875rem}.sfx-mr-40{margin-right:2.5rem}.parent-group-wrapper.filter-detail-wrapper .filterBooleanGroupOperator{font-size:12px;line-height:18px;text-align:center;border:1px solid #334860;text-transform:uppercase;font-weight:500;width:50px;background:#334860;color:#fff;border-radius:10px;position:relative;z-index:1}.parent-group-wrapper.filter-detail-wrapper .tier1-group-wrapper{margin-left:25px;position:relative}.parent-group-wrapper.filter-detail-wrapper .tier1-group-wrapper .t1-li{margin-left:30px;position:relative;margin-bottom:20px}.parent-group-wrapper.filter-detail-wrapper .tier1-group-wrapper .t1-li .t1-wrapper{padding:20px;border:1px solid #5B6D80;border-radius:4px;margin-bottom:10px}.parent-group-wrapper.filter-detail-wrapper .tier1-group-wrapper .t1-li .t1-wrapper .detail-group-wrap{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.parent-group-wrapper.filter-detail-wrapper .tier1-group-wrapper .t1-li .t1-wrapper .detail-group-wrap .filterOperator{background:#bababa;border-radius:10px;padding:2px 5px}.parent-group-wrapper.filter-detail-wrapper .tier1-group-wrapper .t1-li:before{content:\"\";position:absolute;top:-10px;border-left:1px solid #5B6D80;border-bottom:1px solid #5B6D80;left:-30px;width:30px;height:30px}.parent-group-wrapper.filter-detail-wrapper .tier1-group-wrapper .t1-li:after{position:absolute;content:\"\";top:20px;border-left:1px solid #5B6D80;width:30px;height:100%;left:-30px}.parent-group-wrapper.filter-detail-wrapper .tier1-group-wrapper .t1-li:last-child:before{border-bottom-left-radius:4px}.parent-group-wrapper.filter-detail-wrapper .tier1-group-wrapper .t1-li:last-child:after{display:none}\n"], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
3697
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterDetailTreeComponent, decorators: [{
3698
+ type: Component,
3699
+ args: [{ selector: 'symphony-filter-detail-tree', template: "<ul class=\"list-unstyled\">\n <li class=\"parent-group-wrapper filter-detail-wrapper\">\n <div class=\"filterBooleanGroupOperator\">\n {{ filterBooleanGroupOperator }}\n </div>\n <ul class=\"list-unstyled tier1-group-wrapper\">\n <li class=\"t1-li\" *ngFor=\"let groupItem of groupItemList\">\n <div class=\"t1-wrapper\">\n <div class=\"group-title-wrap\">\n <h5>\n {{ groupItem.groupName }}\n <span class=\"filterBooleanGroupOperator sfx-d-inline-block\">{{\n groupItem.filterBooleanOperator\n }}</span>\n </h5>\n </div>\n <div class=\"detail-group-wrap\">\n <div *ngFor=\"let detailItem of groupItem.detailItemList\">\n <h6>{{ detailItem.filterLabel }}</h6>\n <div>\n <span class=\"filterOperator sfx-mr-5\">{{\n detailItem.filterOperator\n }}</span\n ><span [innerHTML]=\"detailItem.content\"></span>\n </div>\n </div>\n </div>\n </div>\n </li>\n </ul>\n </li>\n</ul>\n", styles: [".sfx-p-0{padding:0}.sfx-p-5{padding:.3rem}.sfx-p-10{padding:.625rem}.sfx-p-15{padding:.9375rem}.sfx-p-20{padding:1.25rem}.sfx-p-30{padding:1.875rem}.sfx-pt-0{padding-top:0}.sfx-pt-5{padding-top:.3rem}.sfx-pt-10{padding-top:.625rem}.sfx-pt-15{padding-top:.9375rem}.sfx-pt-20{padding-top:1.25rem}.sfx-pt-25{padding-top:1.5625rem}.sfx-pt-30{padding-top:1.875rem}.sfx-pt-35{padding-top:2.1875rem}.sfx-pt-40{padding-top:2.5rem}.sfx-pt-50{padding-top:3.125rem}.sfx-pb-0{padding-bottom:0}.sfx-pb-5{padding-bottom:.3rem}.sfx-pb-10{padding-bottom:.625rem}.sfx-pb-15{padding-bottom:.9375rem}.sfx-pb-20{padding-bottom:1.25rem}.sfx-pb-25{padding-bottom:1.5625rem}.sfx-pb-30{padding-bottom:1.875rem}.sfx-pb-35{padding-bottom:2.1875rem}.sfx-pb-40{padding-bottom:2.5rem}.sfx-pb-50{padding-bottom:3.125rem}.sfx-pl-0{padding-left:0}.sfx-pl-5{padding-left:.3rem}.sfx-pl-10{padding-left:.625rem}.sfx-pl-15{padding-left:.9375rem}.sfx-pl-20{padding-left:1.25rem}.sfx-pl-25{padding-left:1.5625rem}.sfx-pl-30{padding-left:1.875rem}.sfx-pr-0{padding-right:0}.sfx-pr-5{padding-right:.3rem}.sfx-pr-10{padding-right:.625rem}.sfx-pr-15{padding-right:.9375rem}.sfx-pr-20{padding-right:1.25rem}.sfx-pr-25{padding-right:1.5625rem}.sfx-pr-30{padding-right:1.875rem}.sfx-py-15{padding-left:.9375rem;padding-right:.9375rem}.sfx-py-30{padding-left:1.875rem;padding-right:1.875rem}.sfx-px-0{padding-top:0;padding-bottom:0}.sfx-px-15{padding-top:.9375rem;padding-bottom:.9375rem}.sfx-px-20{padding-top:1.25rem;padding-bottom:1.25rem}.sfx-px-30{padding-top:1.875rem;padding-bottom:1.875rem}.sfx-m-0{margin:0}.sfx-m-5{margin:.3rem}.sfx-m-10{margin:.625rem}.sfx-m-15{margin:.9375rem}.sfx-m-20{margin:1.25rem}.sfx-m-auto{margin:0 auto}.sfx-mt-0{margin-top:0}.sfx-mt-5{margin-top:.3rem}.sfx-mt-10{margin-top:.625rem}.sfx-mt-15{margin-top:.9375rem}.sfx-mt-20{margin-top:1.25rem}.sfx-mt-25{margin-top:1.5625rem}.sfx-mt-30{margin-top:1.875rem}.sfx-mt-40{margin-top:2.5rem}.sfx-mt-80{margin-top:5rem}.sfx-mb-0{margin-bottom:0}.sfx-mb-5{margin-bottom:.3rem}.sfx-mb-10{margin-bottom:.625rem}.sfx-mb-15{margin-bottom:.9375rem}.sfx-mb-20{margin-bottom:1.25rem}.sfx-mb-25{margin-bottom:1.5625rem}.sfx-mb-30{margin-bottom:1.875rem}.sfx-mb-40{margin-bottom:2.5rem}.sfx-mb-50{margin-bottom:3.125rem}.sfx-ml-0{margin-left:0}.sfx-ml-5{margin-left:.3rem}.sfx-ml-10{margin-left:.625rem}.sfx-ml-15{margin-left:.9375rem}.sfx-ml-20{margin-left:1.25rem}.sfx-ml-auto{margin-left:auto}.sfx-mr-0{margin-right:0}.sfx-mr-5{margin-right:.3rem}.sfx-mr-10{margin-right:.625rem}.sfx-mr-15{margin-right:.9375rem}.sfx-mr-20{margin-right:1.25rem}.sfx-mr-25{margin-right:1.5625rem}.sfx-mr-30{margin-right:1.875rem}.sfx-mr-40{margin-right:2.5rem}.parent-group-wrapper.filter-detail-wrapper .filterBooleanGroupOperator{font-size:12px;line-height:18px;text-align:center;border:1px solid #334860;text-transform:uppercase;font-weight:500;width:50px;background:#334860;color:#fff;border-radius:10px;position:relative;z-index:1}.parent-group-wrapper.filter-detail-wrapper .tier1-group-wrapper{margin-left:25px;position:relative}.parent-group-wrapper.filter-detail-wrapper .tier1-group-wrapper .t1-li{margin-left:30px;position:relative;margin-bottom:20px}.parent-group-wrapper.filter-detail-wrapper .tier1-group-wrapper .t1-li .t1-wrapper{padding:20px;border:1px solid #5B6D80;border-radius:4px;margin-bottom:10px}.parent-group-wrapper.filter-detail-wrapper .tier1-group-wrapper .t1-li .t1-wrapper .detail-group-wrap{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.parent-group-wrapper.filter-detail-wrapper .tier1-group-wrapper .t1-li .t1-wrapper .detail-group-wrap .filterOperator{background:#bababa;border-radius:10px;padding:2px 5px}.parent-group-wrapper.filter-detail-wrapper .tier1-group-wrapper .t1-li:before{content:\"\";position:absolute;top:-10px;border-left:1px solid #5B6D80;border-bottom:1px solid #5B6D80;left:-30px;width:30px;height:30px}.parent-group-wrapper.filter-detail-wrapper .tier1-group-wrapper .t1-li:after{position:absolute;content:\"\";top:20px;border-left:1px solid #5B6D80;width:30px;height:100%;left:-30px}.parent-group-wrapper.filter-detail-wrapper .tier1-group-wrapper .t1-li:last-child:before{border-bottom-left-radius:4px}.parent-group-wrapper.filter-detail-wrapper .tier1-group-wrapper .t1-li:last-child:after{display:none}\n"] }]
3700
+ }], ctorParameters: function () { return []; }, propDecorators: { filterBooleanGroupOperator: [{
3701
+ type: Input
3702
+ }], groupItemList: [{
3703
+ type: Input
3704
+ }] } });
3705
+
3706
+ class FilterDetailTreeModule {
3707
+ }
3708
+ FilterDetailTreeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterDetailTreeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3709
+ FilterDetailTreeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterDetailTreeModule, declarations: [FilterDetailTreeComponent], imports: [CommonModule], exports: [FilterDetailTreeComponent] });
3710
+ FilterDetailTreeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterDetailTreeModule, imports: [[CommonModule]] });
3711
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterDetailTreeModule, decorators: [{
3712
+ type: NgModule,
3713
+ args: [{
3714
+ declarations: [FilterDetailTreeComponent],
3715
+ imports: [CommonModule],
3716
+ exports: [FilterDetailTreeComponent],
3717
+ }]
3718
+ }] });
3719
+
3692
3720
  class TabsComponent {
3693
3721
  constructor() { }
3694
3722
  ngOnInit() {
@@ -3976,7 +4004,8 @@ MoleculesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
3976
4004
  LabelledInputToggleModule,
3977
4005
  LabelledToggleListModule,
3978
4006
  ChatHistoryMessageItemModule,
3979
- FilterTabsModule], exports: [PillsModule,
4007
+ FilterTabsModule,
4008
+ FilterDetailTreeModule], exports: [PillsModule,
3980
4009
  BreadcrumbModule,
3981
4010
  FeedbackCardModule,
3982
4011
  DocumentManagementItemModule,
@@ -4010,7 +4039,8 @@ MoleculesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
4010
4039
  LabelledInputToggleModule,
4011
4040
  LabelledToggleListModule,
4012
4041
  ChatHistoryMessageItemModule,
4013
- FilterTabsModule
4042
+ FilterTabsModule,
4043
+ FilterDetailTreeModule
4014
4044
  ], PillsModule,
4015
4045
  BreadcrumbModule,
4016
4046
  FeedbackCardModule,
@@ -4057,7 +4087,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
4057
4087
  LabelledInputToggleModule,
4058
4088
  LabelledToggleListModule,
4059
4089
  ChatHistoryMessageItemModule,
4060
- FilterTabsModule
4090
+ FilterTabsModule,
4091
+ FilterDetailTreeModule
4061
4092
  ]
4062
4093
  }]
4063
4094
  }] });
@@ -9126,6 +9157,46 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
9126
9157
  }]
9127
9158
  }] });
9128
9159
 
9160
+ class SettingsLicenseManagementComponent {
9161
+ constructor() { }
9162
+ }
9163
+ SettingsLicenseManagementComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsLicenseManagementComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9164
+ 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 <p>License page</p>\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"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
9165
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsLicenseManagementComponent, decorators: [{
9166
+ type: Component,
9167
+ 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 <p>License page</p>\n </section>\n</symphony-setting-details-template>", styles: [""] }]
9168
+ }], ctorParameters: function () { return []; }, propDecorators: { model: [{
9169
+ type: Input
9170
+ }] } });
9171
+
9172
+ class SettingsLicenseManagementModule {
9173
+ }
9174
+ SettingsLicenseManagementModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsLicenseManagementModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9175
+ SettingsLicenseManagementModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsLicenseManagementModule, declarations: [SettingsLicenseManagementComponent], imports: [CommonModule,
9176
+ SettingsDetailNavigationListModule,
9177
+ SettingDetailsTemplateModule,
9178
+ BreadcrumbModule,
9179
+ H3Module], exports: [SettingsLicenseManagementComponent] });
9180
+ SettingsLicenseManagementModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsLicenseManagementModule, imports: [[CommonModule,
9181
+ SettingsDetailNavigationListModule,
9182
+ SettingDetailsTemplateModule,
9183
+ BreadcrumbModule,
9184
+ H3Module]] });
9185
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsLicenseManagementModule, decorators: [{
9186
+ type: NgModule,
9187
+ args: [{
9188
+ declarations: [
9189
+ SettingsLicenseManagementComponent
9190
+ ],
9191
+ imports: [CommonModule,
9192
+ SettingsDetailNavigationListModule,
9193
+ SettingDetailsTemplateModule,
9194
+ BreadcrumbModule,
9195
+ H3Module],
9196
+ exports: [SettingsLicenseManagementComponent],
9197
+ }]
9198
+ }] });
9199
+
9129
9200
  /*
9130
9201
  * ATOMS
9131
9202
  */
@@ -9134,5 +9205,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
9134
9205
  * Generated bundle index. Do not edit.
9135
9206
  */
9136
9207
 
9137
- 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, FilterTabsComponent, FilterTabsModule, FormattedCounterComponent, FormattedCounterModule, FrameworkModule, 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, ScheduleInterviewModalComponent, ScheduleInterviewModalModule, SettingDetailPageComponent, SettingDetailPageModule, SettingListPageComponent, SettingListPageModule, SettingsDetailNavigationItemComponent, SettingsDetailNavigationItemModule, SettingsDetailNavigationListComponent, SettingsDetailNavigationListModule, SettingsReportManagementComponent, SettingsReportManagementModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, SidebarNavigationComponent, SidebarNavigationModule, SidebarNavigationV2Component, SidebarNavigationV2Module, SymphonyModalComponent, SymphonyModalModule, TabsComponent, TabsModules, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TrimIdPipe, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule, UploadResumeModalComponent, UploadResumeModalModule, VerticalSeparatorComponent, VerticalSeparatorModule, gridType };
9208
+ 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, FilterDetailTreeComponent, FilterDetailTreeModule, FilterTabsComponent, FilterTabsModule, FormattedCounterComponent, FormattedCounterModule, FrameworkModule, 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, ScheduleInterviewModalComponent, ScheduleInterviewModalModule, SettingDetailPageComponent, SettingDetailPageModule, SettingListPageComponent, SettingListPageModule, SettingsDetailNavigationItemComponent, SettingsDetailNavigationItemModule, SettingsDetailNavigationListComponent, SettingsDetailNavigationListModule, SettingsLicenseManagementComponent, SettingsLicenseManagementModule, SettingsReportManagementComponent, SettingsReportManagementModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, SidebarNavigationComponent, SidebarNavigationModule, SidebarNavigationV2Component, SidebarNavigationV2Module, SymphonyModalComponent, SymphonyModalModule, TabsComponent, TabsModules, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TrimIdPipe, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule, UploadResumeModalComponent, UploadResumeModalModule, VerticalSeparatorComponent, VerticalSeparatorModule, gridType };
9138
9209
  //# sourceMappingURL=symphony-talent-component-library.mjs.map