@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
|
@@ -2750,6 +2750,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
2750
2750
|
}]
|
|
2751
2751
|
}] });
|
|
2752
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
|
+
|
|
2753
2785
|
var ColorNames;
|
|
2754
2786
|
(function (ColorNames) {
|
|
2755
2787
|
ColorNames["BLACK"] = "background-color-black";
|
|
@@ -2821,7 +2853,8 @@ AtomsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "1
|
|
|
2821
2853
|
ChatHistoryMessageBubbleModule,
|
|
2822
2854
|
ChatHistoryDateStampModule,
|
|
2823
2855
|
InputRadioToggleModule,
|
|
2824
|
-
ButtonDropdownModule
|
|
2856
|
+
ButtonDropdownModule,
|
|
2857
|
+
StatusCardModule] });
|
|
2825
2858
|
AtomsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AtomsModule, imports: [[], ButtonModule,
|
|
2826
2859
|
ContextualMenuModule,
|
|
2827
2860
|
AvatarModule,
|
|
@@ -2863,7 +2896,8 @@ AtomsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "1
|
|
|
2863
2896
|
ChatHistoryMessageBubbleModule,
|
|
2864
2897
|
ChatHistoryDateStampModule,
|
|
2865
2898
|
InputRadioToggleModule,
|
|
2866
|
-
ButtonDropdownModule
|
|
2899
|
+
ButtonDropdownModule,
|
|
2900
|
+
StatusCardModule] });
|
|
2867
2901
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AtomsModule, decorators: [{
|
|
2868
2902
|
type: NgModule,
|
|
2869
2903
|
args: [{
|
|
@@ -2911,7 +2945,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
2911
2945
|
ChatHistoryMessageBubbleModule,
|
|
2912
2946
|
ChatHistoryDateStampModule,
|
|
2913
2947
|
InputRadioToggleModule,
|
|
2914
|
-
ButtonDropdownModule
|
|
2948
|
+
ButtonDropdownModule,
|
|
2949
|
+
StatusCardModule
|
|
2915
2950
|
]
|
|
2916
2951
|
}]
|
|
2917
2952
|
}] });
|
|
@@ -8943,10 +8978,10 @@ class SettingDetailsTemplateComponent {
|
|
|
8943
8978
|
constructor() { }
|
|
8944
8979
|
}
|
|
8945
8980
|
SettingDetailsTemplateComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailsTemplateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8946
|
-
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"] });
|
|
8947
8982
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailsTemplateComponent, decorators: [{
|
|
8948
8983
|
type: Component,
|
|
8949
|
-
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"] }]
|
|
8950
8985
|
}], ctorParameters: function () { return []; } });
|
|
8951
8986
|
|
|
8952
8987
|
class SettingDetailPageComponent {
|
|
@@ -9429,37 +9464,85 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
9429
9464
|
}] });
|
|
9430
9465
|
|
|
9431
9466
|
class ReportLicenseDetailsPageComponent {
|
|
9432
|
-
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
|
+
}
|
|
9433
9481
|
}
|
|
9434
9482
|
ReportLicenseDetailsPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ReportLicenseDetailsPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9435
|
-
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\
|
|
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"] }] });
|
|
9436
9484
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ReportLicenseDetailsPageComponent, decorators: [{
|
|
9437
9485
|
type: Component,
|
|
9438
|
-
args: [{ selector: 'symphony-report-license-details-page', template: "<symphony-grid\n#sfxgrid\
|
|
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"] }]
|
|
9439
9487
|
}], ctorParameters: function () { return []; }, propDecorators: { reportLicenseModel: [{
|
|
9440
9488
|
type: Input
|
|
9489
|
+
}], keywordSearchChange: [{
|
|
9490
|
+
type: Output
|
|
9491
|
+
}], statusFilterChange: [{
|
|
9492
|
+
type: Output
|
|
9493
|
+
}], modifiedFilterChange: [{
|
|
9494
|
+
type: Output
|
|
9441
9495
|
}] } });
|
|
9442
9496
|
|
|
9443
9497
|
class SettingsLicenseManagementComponent {
|
|
9444
|
-
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
|
+
}
|
|
9445
9516
|
}
|
|
9446
9517
|
SettingsLicenseManagementComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsLicenseManagementComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9447
|
-
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"] }] });
|
|
9448
9519
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsLicenseManagementComponent, decorators: [{
|
|
9449
9520
|
type: Component,
|
|
9450
|
-
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"] }]
|
|
9451
9522
|
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
9452
9523
|
type: Input
|
|
9524
|
+
}], clicked: [{
|
|
9525
|
+
type: Output
|
|
9526
|
+
}], keywordSearchChange: [{
|
|
9527
|
+
type: Output
|
|
9528
|
+
}], statusFilterChange: [{
|
|
9529
|
+
type: Output
|
|
9530
|
+
}], modifiedFilterChange: [{
|
|
9531
|
+
type: Output
|
|
9453
9532
|
}] } });
|
|
9454
9533
|
|
|
9455
9534
|
class ReportLicenseDetailsPageModule {
|
|
9456
9535
|
}
|
|
9457
9536
|
ReportLicenseDetailsPageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ReportLicenseDetailsPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9458
9537
|
ReportLicenseDetailsPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ReportLicenseDetailsPageModule, declarations: [ReportLicenseDetailsPageComponent], imports: [CommonModule,
|
|
9459
|
-
GridModule
|
|
9538
|
+
GridModule,
|
|
9539
|
+
FormattedCounterModule,
|
|
9540
|
+
FilterAreaModule, PlaceholderModule, InputTextModule, InputDropdownModule, StatusCardModule], exports: [ReportLicenseDetailsPageComponent] });
|
|
9460
9541
|
ReportLicenseDetailsPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ReportLicenseDetailsPageModule, imports: [[
|
|
9461
9542
|
CommonModule,
|
|
9462
9543
|
GridModule,
|
|
9544
|
+
FormattedCounterModule,
|
|
9545
|
+
FilterAreaModule, PlaceholderModule, InputTextModule, InputDropdownModule, StatusCardModule
|
|
9463
9546
|
]] });
|
|
9464
9547
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ReportLicenseDetailsPageModule, decorators: [{
|
|
9465
9548
|
type: NgModule,
|
|
@@ -9468,6 +9551,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
9468
9551
|
imports: [
|
|
9469
9552
|
CommonModule,
|
|
9470
9553
|
GridModule,
|
|
9554
|
+
FormattedCounterModule,
|
|
9555
|
+
FilterAreaModule, PlaceholderModule, InputTextModule, InputDropdownModule, StatusCardModule
|
|
9471
9556
|
],
|
|
9472
9557
|
exports: [ReportLicenseDetailsPageComponent],
|
|
9473
9558
|
}]
|
|
@@ -9481,12 +9566,14 @@ SettingsLicenseManagementModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
|
9481
9566
|
SettingDetailsTemplateModule,
|
|
9482
9567
|
ReportLicenseDetailsPageModule,
|
|
9483
9568
|
BreadcrumbModule,
|
|
9569
|
+
ButtonV2Module,
|
|
9484
9570
|
H3Module], exports: [SettingsLicenseManagementComponent] });
|
|
9485
9571
|
SettingsLicenseManagementModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsLicenseManagementModule, imports: [[CommonModule,
|
|
9486
9572
|
SettingsDetailNavigationListModule,
|
|
9487
9573
|
SettingDetailsTemplateModule,
|
|
9488
9574
|
ReportLicenseDetailsPageModule,
|
|
9489
9575
|
BreadcrumbModule,
|
|
9576
|
+
ButtonV2Module,
|
|
9490
9577
|
H3Module]] });
|
|
9491
9578
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsLicenseManagementModule, decorators: [{
|
|
9492
9579
|
type: NgModule,
|
|
@@ -9499,6 +9586,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
9499
9586
|
SettingDetailsTemplateModule,
|
|
9500
9587
|
ReportLicenseDetailsPageModule,
|
|
9501
9588
|
BreadcrumbModule,
|
|
9589
|
+
ButtonV2Module,
|
|
9502
9590
|
H3Module],
|
|
9503
9591
|
exports: [SettingsLicenseManagementComponent],
|
|
9504
9592
|
}]
|
|
@@ -9670,5 +9758,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
9670
9758
|
* Generated bundle index. Do not edit.
|
|
9671
9759
|
*/
|
|
9672
9760
|
|
|
9673
|
-
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 };
|
|
9674
9762
|
//# sourceMappingURL=symphony-talent-component-library.mjs.map
|