@symphony-talent/component-library 4.149.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.
- package/esm2020/lib/atoms/atoms.module.mjs +8 -4
- package/esm2020/lib/atoms/status-card/status-card.component.mjs +15 -0
- package/esm2020/lib/atoms/status-card/status-card.model.mjs +2 -0
- package/esm2020/lib/atoms/status-card/status-card.module.mjs +24 -0
- package/esm2020/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.component.mjs +30 -6
- package/esm2020/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.model.mjs +1 -1
- package/esm2020/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.module.mjs +14 -2
- package/esm2020/lib/pages/settings-license-management/settings-license-management.component.mjs +33 -7
- package/esm2020/lib/pages/settings-license-management/settings-license-management.component.model.mjs +1 -1
- package/esm2020/lib/pages/settings-license-management/settings-license-management.module.mjs +5 -1
- package/esm2020/lib/templates/setting-details/setting-details-template.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/atoms/atoms.module.mjs +8 -4
- package/esm2020/projects/component-library/lib/atoms/status-card/status-card.component.mjs +15 -0
- package/esm2020/projects/component-library/lib/atoms/status-card/status-card.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/atoms/status-card/status-card.module.mjs +24 -0
- package/esm2020/projects/component-library/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.component.mjs +30 -6
- package/esm2020/projects/component-library/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.model.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.module.mjs +14 -2
- package/esm2020/projects/component-library/lib/pages/settings-license-management/settings-license-management.component.mjs +33 -7
- package/esm2020/projects/component-library/lib/pages/settings-license-management/settings-license-management.component.model.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/settings-license-management/settings-license-management.module.mjs +5 -1
- package/esm2020/projects/component-library/lib/templates/setting-details/setting-details-template.component.mjs +3 -3
- package/esm2020/projects/component-library/public-api.mjs +4 -1
- package/esm2020/public-api.mjs +4 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +101 -13
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +101 -13
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +101 -13
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +101 -13
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/atoms/atoms.module.d.ts +2 -1
- package/lib/atoms/status-card/status-card.component.d.ts +8 -0
- package/lib/atoms/status-card/status-card.model.d.ts +8 -0
- package/lib/atoms/status-card/status-card.module.d.ts +8 -0
- package/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.component.d.ts +9 -1
- package/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.model.d.ts +7 -0
- package/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.module.d.ts +7 -1
- package/lib/pages/settings-license-management/settings-license-management.component.d.ts +10 -1
- package/lib/pages/settings-license-management/settings-license-management.component.model.d.ts +3 -2
- package/lib/pages/settings-license-management/settings-license-management.module.d.ts +3 -2
- package/lib/templates/setting-details/setting-details-template.component.d.ts +1 -1
- package/package.json +1 -1
- package/projects/component-library/lib/atoms/atoms.module.d.ts +2 -1
- package/projects/component-library/lib/atoms/status-card/status-card.component.d.ts +8 -0
- package/projects/component-library/lib/atoms/status-card/status-card.model.d.ts +8 -0
- package/projects/component-library/lib/atoms/status-card/status-card.module.d.ts +8 -0
- package/projects/component-library/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.component.d.ts +9 -1
- package/projects/component-library/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.model.d.ts +7 -0
- package/projects/component-library/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.module.d.ts +7 -1
- package/projects/component-library/lib/pages/settings-license-management/settings-license-management.component.d.ts +10 -1
- package/projects/component-library/lib/pages/settings-license-management/settings-license-management.component.model.d.ts +3 -2
- package/projects/component-library/lib/pages/settings-license-management/settings-license-management.module.d.ts +3 -2
- package/projects/component-library/lib/templates/setting-details/setting-details-template.component.d.ts +1 -1
- package/projects/component-library/public-api.d.ts +3 -0
- package/public-api.d.ts +3 -0
|
@@ -2748,6 +2748,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
2748
2748
|
}]
|
|
2749
2749
|
}] });
|
|
2750
2750
|
|
|
2751
|
+
class StatusCardComponent {
|
|
2752
|
+
constructor() { }
|
|
2753
|
+
}
|
|
2754
|
+
StatusCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2755
|
+
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"] }] });
|
|
2756
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusCardComponent, decorators: [{
|
|
2757
|
+
type: Component,
|
|
2758
|
+
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"] }]
|
|
2759
|
+
}], ctorParameters: function () { return []; }, propDecorators: { statusCardModel: [{
|
|
2760
|
+
type: Input
|
|
2761
|
+
}] } });
|
|
2762
|
+
|
|
2763
|
+
class StatusCardModule {
|
|
2764
|
+
}
|
|
2765
|
+
StatusCardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2766
|
+
StatusCardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusCardModule, declarations: [StatusCardComponent], imports: [CommonModule], exports: [StatusCardComponent] });
|
|
2767
|
+
StatusCardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusCardModule, imports: [[
|
|
2768
|
+
CommonModule
|
|
2769
|
+
]] });
|
|
2770
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusCardModule, decorators: [{
|
|
2771
|
+
type: NgModule,
|
|
2772
|
+
args: [{
|
|
2773
|
+
declarations: [
|
|
2774
|
+
StatusCardComponent
|
|
2775
|
+
],
|
|
2776
|
+
imports: [
|
|
2777
|
+
CommonModule
|
|
2778
|
+
],
|
|
2779
|
+
exports: [StatusCardComponent],
|
|
2780
|
+
}]
|
|
2781
|
+
}] });
|
|
2782
|
+
|
|
2751
2783
|
var ColorNames;
|
|
2752
2784
|
(function (ColorNames) {
|
|
2753
2785
|
ColorNames["BLACK"] = "background-color-black";
|
|
@@ -2819,7 +2851,8 @@ AtomsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "1
|
|
|
2819
2851
|
ChatHistoryMessageBubbleModule,
|
|
2820
2852
|
ChatHistoryDateStampModule,
|
|
2821
2853
|
InputRadioToggleModule,
|
|
2822
|
-
ButtonDropdownModule
|
|
2854
|
+
ButtonDropdownModule,
|
|
2855
|
+
StatusCardModule] });
|
|
2823
2856
|
AtomsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AtomsModule, imports: [[], ButtonModule,
|
|
2824
2857
|
ContextualMenuModule,
|
|
2825
2858
|
AvatarModule,
|
|
@@ -2861,7 +2894,8 @@ AtomsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "1
|
|
|
2861
2894
|
ChatHistoryMessageBubbleModule,
|
|
2862
2895
|
ChatHistoryDateStampModule,
|
|
2863
2896
|
InputRadioToggleModule,
|
|
2864
|
-
ButtonDropdownModule
|
|
2897
|
+
ButtonDropdownModule,
|
|
2898
|
+
StatusCardModule] });
|
|
2865
2899
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AtomsModule, decorators: [{
|
|
2866
2900
|
type: NgModule,
|
|
2867
2901
|
args: [{
|
|
@@ -2909,7 +2943,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
2909
2943
|
ChatHistoryMessageBubbleModule,
|
|
2910
2944
|
ChatHistoryDateStampModule,
|
|
2911
2945
|
InputRadioToggleModule,
|
|
2912
|
-
ButtonDropdownModule
|
|
2946
|
+
ButtonDropdownModule,
|
|
2947
|
+
StatusCardModule
|
|
2913
2948
|
]
|
|
2914
2949
|
}]
|
|
2915
2950
|
}] });
|
|
@@ -8939,10 +8974,10 @@ class SettingDetailsTemplateComponent {
|
|
|
8939
8974
|
constructor() { }
|
|
8940
8975
|
}
|
|
8941
8976
|
SettingDetailsTemplateComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailsTemplateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8942
|
-
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"] });
|
|
8977
|
+
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"] });
|
|
8943
8978
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailsTemplateComponent, decorators: [{
|
|
8944
8979
|
type: Component,
|
|
8945
|
-
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"] }]
|
|
8980
|
+
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"] }]
|
|
8946
8981
|
}], ctorParameters: function () { return []; } });
|
|
8947
8982
|
|
|
8948
8983
|
class SettingDetailPageComponent {
|
|
@@ -9425,37 +9460,85 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
9425
9460
|
}] });
|
|
9426
9461
|
|
|
9427
9462
|
class ReportLicenseDetailsPageComponent {
|
|
9428
|
-
constructor() {
|
|
9463
|
+
constructor() {
|
|
9464
|
+
this.keywordSearchChange = new EventEmitter();
|
|
9465
|
+
this.statusFilterChange = new EventEmitter();
|
|
9466
|
+
this.modifiedFilterChange = new EventEmitter();
|
|
9467
|
+
}
|
|
9468
|
+
onKeywordSearch(keyword) {
|
|
9469
|
+
this.keywordSearchChange.emit(keyword);
|
|
9470
|
+
}
|
|
9471
|
+
onStatusFilterChange(selectedModel) {
|
|
9472
|
+
this.statusFilterChange.emit(selectedModel.value);
|
|
9473
|
+
}
|
|
9474
|
+
onModifiedFilterChange(selectedModel) {
|
|
9475
|
+
this.modifiedFilterChange.emit(selectedModel.value);
|
|
9476
|
+
}
|
|
9429
9477
|
}
|
|
9430
9478
|
ReportLicenseDetailsPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ReportLicenseDetailsPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9431
|
-
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\
|
|
9479
|
+
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"] }] });
|
|
9432
9480
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ReportLicenseDetailsPageComponent, decorators: [{
|
|
9433
9481
|
type: Component,
|
|
9434
|
-
args: [{ selector: 'symphony-report-license-details-page', template: "<symphony-grid\n#sfxgrid\
|
|
9482
|
+
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"] }]
|
|
9435
9483
|
}], ctorParameters: function () { return []; }, propDecorators: { reportLicenseModel: [{
|
|
9436
9484
|
type: Input
|
|
9485
|
+
}], keywordSearchChange: [{
|
|
9486
|
+
type: Output
|
|
9487
|
+
}], statusFilterChange: [{
|
|
9488
|
+
type: Output
|
|
9489
|
+
}], modifiedFilterChange: [{
|
|
9490
|
+
type: Output
|
|
9437
9491
|
}] } });
|
|
9438
9492
|
|
|
9439
9493
|
class SettingsLicenseManagementComponent {
|
|
9440
|
-
constructor() {
|
|
9494
|
+
constructor() {
|
|
9495
|
+
this.clicked = new EventEmitter();
|
|
9496
|
+
this.keywordSearchChange = new EventEmitter();
|
|
9497
|
+
this.statusFilterChange = new EventEmitter();
|
|
9498
|
+
this.modifiedFilterChange = new EventEmitter();
|
|
9499
|
+
}
|
|
9500
|
+
assignButtonClicked(event) {
|
|
9501
|
+
this.clicked.emit(event);
|
|
9502
|
+
}
|
|
9503
|
+
onKeywordSearch(keyword) {
|
|
9504
|
+
this.keywordSearchChange.emit(keyword);
|
|
9505
|
+
}
|
|
9506
|
+
onStatusFilterChange(selectedModel) {
|
|
9507
|
+
this.statusFilterChange.emit(selectedModel);
|
|
9508
|
+
}
|
|
9509
|
+
onModifiedFilterChange(selectedModel) {
|
|
9510
|
+
this.modifiedFilterChange.emit(selectedModel);
|
|
9511
|
+
}
|
|
9441
9512
|
}
|
|
9442
9513
|
SettingsLicenseManagementComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsLicenseManagementComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9443
|
-
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"] }] });
|
|
9514
|
+
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"] }] });
|
|
9444
9515
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsLicenseManagementComponent, decorators: [{
|
|
9445
9516
|
type: Component,
|
|
9446
|
-
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: [""] }]
|
|
9517
|
+
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"] }]
|
|
9447
9518
|
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
9448
9519
|
type: Input
|
|
9520
|
+
}], clicked: [{
|
|
9521
|
+
type: Output
|
|
9522
|
+
}], keywordSearchChange: [{
|
|
9523
|
+
type: Output
|
|
9524
|
+
}], statusFilterChange: [{
|
|
9525
|
+
type: Output
|
|
9526
|
+
}], modifiedFilterChange: [{
|
|
9527
|
+
type: Output
|
|
9449
9528
|
}] } });
|
|
9450
9529
|
|
|
9451
9530
|
class ReportLicenseDetailsPageModule {
|
|
9452
9531
|
}
|
|
9453
9532
|
ReportLicenseDetailsPageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ReportLicenseDetailsPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9454
9533
|
ReportLicenseDetailsPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ReportLicenseDetailsPageModule, declarations: [ReportLicenseDetailsPageComponent], imports: [CommonModule,
|
|
9455
|
-
GridModule
|
|
9534
|
+
GridModule,
|
|
9535
|
+
FormattedCounterModule,
|
|
9536
|
+
FilterAreaModule, PlaceholderModule, InputTextModule, InputDropdownModule, StatusCardModule], exports: [ReportLicenseDetailsPageComponent] });
|
|
9456
9537
|
ReportLicenseDetailsPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ReportLicenseDetailsPageModule, imports: [[
|
|
9457
9538
|
CommonModule,
|
|
9458
9539
|
GridModule,
|
|
9540
|
+
FormattedCounterModule,
|
|
9541
|
+
FilterAreaModule, PlaceholderModule, InputTextModule, InputDropdownModule, StatusCardModule
|
|
9459
9542
|
]] });
|
|
9460
9543
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ReportLicenseDetailsPageModule, decorators: [{
|
|
9461
9544
|
type: NgModule,
|
|
@@ -9464,6 +9547,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
9464
9547
|
imports: [
|
|
9465
9548
|
CommonModule,
|
|
9466
9549
|
GridModule,
|
|
9550
|
+
FormattedCounterModule,
|
|
9551
|
+
FilterAreaModule, PlaceholderModule, InputTextModule, InputDropdownModule, StatusCardModule
|
|
9467
9552
|
],
|
|
9468
9553
|
exports: [ReportLicenseDetailsPageComponent],
|
|
9469
9554
|
}]
|
|
@@ -9477,12 +9562,14 @@ SettingsLicenseManagementModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
|
9477
9562
|
SettingDetailsTemplateModule,
|
|
9478
9563
|
ReportLicenseDetailsPageModule,
|
|
9479
9564
|
BreadcrumbModule,
|
|
9565
|
+
ButtonV2Module,
|
|
9480
9566
|
H3Module], exports: [SettingsLicenseManagementComponent] });
|
|
9481
9567
|
SettingsLicenseManagementModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsLicenseManagementModule, imports: [[CommonModule,
|
|
9482
9568
|
SettingsDetailNavigationListModule,
|
|
9483
9569
|
SettingDetailsTemplateModule,
|
|
9484
9570
|
ReportLicenseDetailsPageModule,
|
|
9485
9571
|
BreadcrumbModule,
|
|
9572
|
+
ButtonV2Module,
|
|
9486
9573
|
H3Module]] });
|
|
9487
9574
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsLicenseManagementModule, decorators: [{
|
|
9488
9575
|
type: NgModule,
|
|
@@ -9495,6 +9582,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
9495
9582
|
SettingDetailsTemplateModule,
|
|
9496
9583
|
ReportLicenseDetailsPageModule,
|
|
9497
9584
|
BreadcrumbModule,
|
|
9585
|
+
ButtonV2Module,
|
|
9498
9586
|
H3Module],
|
|
9499
9587
|
exports: [SettingsLicenseManagementComponent],
|
|
9500
9588
|
}]
|
|
@@ -9666,5 +9754,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
9666
9754
|
* Generated bundle index. Do not edit.
|
|
9667
9755
|
*/
|
|
9668
9756
|
|
|
9669
|
-
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 };
|
|
9757
|
+
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 };
|
|
9670
9758
|
//# sourceMappingURL=symphony-talent-component-library.mjs.map
|