@symphony-talent/component-library 4.155.0 → 4.157.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/grid/framework/framework.module.mjs +8 -4
- package/esm2020/lib/atoms/grid/framework/status-indicator/status-indicator.component.mjs +22 -0
- package/esm2020/lib/atoms/grid/framework/status-indicator/status-indicator.module.mjs +18 -0
- package/esm2020/lib/atoms/grid/grid.component.mjs +4 -2
- package/esm2020/lib/organisms/grid-action-bar-v2/grid-action-bar-v2.component.mjs +3 -3
- package/esm2020/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.module.mjs +5 -1
- package/esm2020/projects/component-library/lib/atoms/atoms.module.mjs +8 -4
- package/esm2020/projects/component-library/lib/atoms/grid/framework/framework.module.mjs +8 -4
- package/esm2020/projects/component-library/lib/atoms/grid/framework/status-indicator/status-indicator.component.mjs +22 -0
- package/esm2020/projects/component-library/lib/atoms/grid/framework/status-indicator/status-indicator.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/atoms/grid/grid.component.mjs +4 -2
- package/esm2020/projects/component-library/lib/organisms/grid-action-bar-v2/grid-action-bar-v2.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.module.mjs +5 -1
- package/esm2020/projects/component-library/public-api.mjs +3 -1
- package/esm2020/public-api.mjs +3 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +84 -42
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +84 -42
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +84 -42
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +84 -42
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/atoms/atoms.module.d.ts +2 -1
- package/lib/atoms/grid/framework/framework.module.d.ts +2 -1
- package/lib/atoms/grid/framework/status-indicator/status-indicator.component.d.ts +11 -0
- package/lib/atoms/grid/framework/status-indicator/status-indicator.module.d.ts +9 -0
- package/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.module.d.ts +8 -7
- package/package.json +1 -1
- package/projects/component-library/lib/atoms/atoms.module.d.ts +2 -1
- package/projects/component-library/lib/atoms/grid/framework/framework.module.d.ts +2 -1
- package/projects/component-library/lib/atoms/grid/framework/status-indicator/status-indicator.component.d.ts +11 -0
- package/projects/component-library/lib/atoms/grid/framework/status-indicator/status-indicator.module.d.ts +9 -0
- package/projects/component-library/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.module.d.ts +8 -7
- package/projects/component-library/public-api.d.ts +2 -0
- package/public-api.d.ts +2 -0
|
@@ -837,6 +837,37 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
837
837
|
args: [{ selector: 'symphony-colored-text-indicator', template: "<ng-container *ngIf=\"model\">\n <symphony-color-sample\n [color]=\"model.iconColor\"\n [isSmall]=\"true\"\n ></symphony-color-sample>\n {{model.value}}\n</ng-container>\n" }]
|
|
838
838
|
}], ctorParameters: function () { return []; } });
|
|
839
839
|
|
|
840
|
+
class StatusPillComponent {
|
|
841
|
+
constructor() { }
|
|
842
|
+
}
|
|
843
|
+
StatusPillComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusPillComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
844
|
+
StatusPillComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: StatusPillComponent, selector: "symphony-status-pill", inputs: { statusPillModel: "statusPillModel" }, ngImport: i0, template: "<span [ngClass]=\"statusPillModel.statusClass\" class=\"pill\">\n <span>\n {{statusPillModel.value}}\n </span>\n</span>", styles: [".pill{align-items:center;box-sizing:border-box;border-radius:5px;padding:4px 12px;font-weight:500;justify-content:center}.pill span{white-space:nowrap;font-size:12px;line-height:16px}.statusGreen{background:#e6f4ea;color:#188038}.statusAmber{background:#fee6e0;color:#b00c00}.statusRed{background:#ffcfd2;color:#a30f0f}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
845
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusPillComponent, decorators: [{
|
|
846
|
+
type: Component,
|
|
847
|
+
args: [{ selector: 'symphony-status-pill', template: "<span [ngClass]=\"statusPillModel.statusClass\" class=\"pill\">\n <span>\n {{statusPillModel.value}}\n </span>\n</span>", styles: [".pill{align-items:center;box-sizing:border-box;border-radius:5px;padding:4px 12px;font-weight:500;justify-content:center}.pill span{white-space:nowrap;font-size:12px;line-height:16px}.statusGreen{background:#e6f4ea;color:#188038}.statusAmber{background:#fee6e0;color:#b00c00}.statusRed{background:#ffcfd2;color:#a30f0f}\n"] }]
|
|
848
|
+
}], ctorParameters: function () { return []; }, propDecorators: { statusPillModel: [{
|
|
849
|
+
type: Input
|
|
850
|
+
}] } });
|
|
851
|
+
|
|
852
|
+
class StatusIndicatorComponent {
|
|
853
|
+
constructor() { }
|
|
854
|
+
refresh(params) {
|
|
855
|
+
return true;
|
|
856
|
+
}
|
|
857
|
+
agInit(params) {
|
|
858
|
+
this.model = {
|
|
859
|
+
statusClass: params.statusPillModel.statusClass,
|
|
860
|
+
value: params.statusPillModel.value,
|
|
861
|
+
};
|
|
862
|
+
}
|
|
863
|
+
}
|
|
864
|
+
StatusIndicatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusIndicatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
865
|
+
StatusIndicatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: StatusIndicatorComponent, selector: "symphony-status-indicator", ngImport: i0, template: "<symphony-status-pill [statusPillModel]=\"model\">\n\n</symphony-status-pill>", styles: [""], components: [{ type: StatusPillComponent, selector: "symphony-status-pill", inputs: ["statusPillModel"] }] });
|
|
866
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusIndicatorComponent, decorators: [{
|
|
867
|
+
type: Component,
|
|
868
|
+
args: [{ selector: 'symphony-status-indicator', template: "<symphony-status-pill [statusPillModel]=\"model\">\n\n</symphony-status-pill>", styles: [""] }]
|
|
869
|
+
}], ctorParameters: function () { return []; } });
|
|
870
|
+
|
|
840
871
|
class GridComponent {
|
|
841
872
|
constructor() {
|
|
842
873
|
this.pageSize = 20;
|
|
@@ -872,7 +903,8 @@ class GridComponent {
|
|
|
872
903
|
overflowTextTooltip: OverflowTextTooltipComponent,
|
|
873
904
|
gridCellClickable: GridCellClickableComponent,
|
|
874
905
|
noRowsOverlay: GridNoRowsOverlayComponent,
|
|
875
|
-
coloredTextIndicator: ColoredTextIndicatorComponent
|
|
906
|
+
coloredTextIndicator: ColoredTextIndicatorComponent,
|
|
907
|
+
statusIndicatorComponent: StatusIndicatorComponent
|
|
876
908
|
};
|
|
877
909
|
}
|
|
878
910
|
onGridReady(gridReadyEvent) {
|
|
@@ -1139,6 +1171,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
1139
1171
|
}]
|
|
1140
1172
|
}] });
|
|
1141
1173
|
|
|
1174
|
+
class StatusPillModule {
|
|
1175
|
+
}
|
|
1176
|
+
StatusPillModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusPillModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1177
|
+
StatusPillModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusPillModule, declarations: [StatusPillComponent], imports: [CommonModule], exports: [StatusPillComponent] });
|
|
1178
|
+
StatusPillModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusPillModule, imports: [[
|
|
1179
|
+
CommonModule
|
|
1180
|
+
]] });
|
|
1181
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusPillModule, decorators: [{
|
|
1182
|
+
type: NgModule,
|
|
1183
|
+
args: [{
|
|
1184
|
+
declarations: [
|
|
1185
|
+
StatusPillComponent
|
|
1186
|
+
],
|
|
1187
|
+
imports: [
|
|
1188
|
+
CommonModule
|
|
1189
|
+
],
|
|
1190
|
+
exports: [StatusPillComponent],
|
|
1191
|
+
}]
|
|
1192
|
+
}] });
|
|
1193
|
+
|
|
1194
|
+
class StatusIndicatorModule {
|
|
1195
|
+
}
|
|
1196
|
+
StatusIndicatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusIndicatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1197
|
+
StatusIndicatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusIndicatorModule, declarations: [StatusIndicatorComponent], imports: [CommonModule, StatusPillModule] });
|
|
1198
|
+
StatusIndicatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusIndicatorModule, imports: [[CommonModule, StatusPillModule]] });
|
|
1199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusIndicatorModule, decorators: [{
|
|
1200
|
+
type: NgModule,
|
|
1201
|
+
args: [{
|
|
1202
|
+
declarations: [StatusIndicatorComponent],
|
|
1203
|
+
imports: [CommonModule, StatusPillModule],
|
|
1204
|
+
}]
|
|
1205
|
+
}] });
|
|
1206
|
+
|
|
1142
1207
|
class FrameworkModule {
|
|
1143
1208
|
}
|
|
1144
1209
|
FrameworkModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FrameworkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
@@ -1152,7 +1217,8 @@ FrameworkModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
1152
1217
|
GridCellClickableModule,
|
|
1153
1218
|
OverflowTextModule,
|
|
1154
1219
|
GridNoRowsOverlayModule,
|
|
1155
|
-
ColoredTextIndicatorModule
|
|
1220
|
+
ColoredTextIndicatorModule,
|
|
1221
|
+
StatusIndicatorModule] });
|
|
1156
1222
|
FrameworkModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FrameworkModule, imports: [[], ContactActivityScoreModule,
|
|
1157
1223
|
RelevanceScoreModule,
|
|
1158
1224
|
GridToggleCellRendererModule,
|
|
@@ -1163,7 +1229,8 @@ FrameworkModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
1163
1229
|
GridCellClickableModule,
|
|
1164
1230
|
OverflowTextModule,
|
|
1165
1231
|
GridNoRowsOverlayModule,
|
|
1166
|
-
ColoredTextIndicatorModule
|
|
1232
|
+
ColoredTextIndicatorModule,
|
|
1233
|
+
StatusIndicatorModule] });
|
|
1167
1234
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FrameworkModule, decorators: [{
|
|
1168
1235
|
type: NgModule,
|
|
1169
1236
|
args: [{
|
|
@@ -1180,7 +1247,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
1180
1247
|
GridCellClickableModule,
|
|
1181
1248
|
OverflowTextModule,
|
|
1182
1249
|
GridNoRowsOverlayModule,
|
|
1183
|
-
ColoredTextIndicatorModule
|
|
1250
|
+
ColoredTextIndicatorModule,
|
|
1251
|
+
StatusIndicatorModule
|
|
1184
1252
|
],
|
|
1185
1253
|
}]
|
|
1186
1254
|
}] });
|
|
@@ -2778,38 +2846,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
2778
2846
|
}]
|
|
2779
2847
|
}] });
|
|
2780
2848
|
|
|
2781
|
-
class StatusPillComponent {
|
|
2782
|
-
constructor() { }
|
|
2783
|
-
}
|
|
2784
|
-
StatusPillComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusPillComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2785
|
-
StatusPillComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: StatusPillComponent, selector: "symphony-status-pill", inputs: { statusPillModel: "statusPillModel" }, ngImport: i0, template: "<span [ngClass]=\"statusPillModel.statusClass\" class=\"pill\">\n <span>\n {{statusPillModel.value}}\n </span>\n</span>", styles: [".pill{align-items:center;box-sizing:border-box;border-radius:5px;padding:4px 12px;font-weight:500;justify-content:center}.pill span{white-space:nowrap;font-size:12px;line-height:16px}.statusGreen{background:#e6f4ea;color:#188038}.statusAmber{background:#fee6e0;color:#b00c00}.statusRed{background:#ffcfd2;color:#a30f0f}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
2786
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusPillComponent, decorators: [{
|
|
2787
|
-
type: Component,
|
|
2788
|
-
args: [{ selector: 'symphony-status-pill', template: "<span [ngClass]=\"statusPillModel.statusClass\" class=\"pill\">\n <span>\n {{statusPillModel.value}}\n </span>\n</span>", styles: [".pill{align-items:center;box-sizing:border-box;border-radius:5px;padding:4px 12px;font-weight:500;justify-content:center}.pill span{white-space:nowrap;font-size:12px;line-height:16px}.statusGreen{background:#e6f4ea;color:#188038}.statusAmber{background:#fee6e0;color:#b00c00}.statusRed{background:#ffcfd2;color:#a30f0f}\n"] }]
|
|
2789
|
-
}], ctorParameters: function () { return []; }, propDecorators: { statusPillModel: [{
|
|
2790
|
-
type: Input
|
|
2791
|
-
}] } });
|
|
2792
|
-
|
|
2793
|
-
class StatusPillModule {
|
|
2794
|
-
}
|
|
2795
|
-
StatusPillModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusPillModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2796
|
-
StatusPillModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusPillModule, declarations: [StatusPillComponent], imports: [CommonModule], exports: [StatusPillComponent] });
|
|
2797
|
-
StatusPillModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusPillModule, imports: [[
|
|
2798
|
-
CommonModule
|
|
2799
|
-
]] });
|
|
2800
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: StatusPillModule, decorators: [{
|
|
2801
|
-
type: NgModule,
|
|
2802
|
-
args: [{
|
|
2803
|
-
declarations: [
|
|
2804
|
-
StatusPillComponent
|
|
2805
|
-
],
|
|
2806
|
-
imports: [
|
|
2807
|
-
CommonModule
|
|
2808
|
-
],
|
|
2809
|
-
exports: [StatusPillComponent],
|
|
2810
|
-
}]
|
|
2811
|
-
}] });
|
|
2812
|
-
|
|
2813
2849
|
var ColorNames;
|
|
2814
2850
|
(function (ColorNames) {
|
|
2815
2851
|
ColorNames["BLACK"] = "background-color-black";
|
|
@@ -2883,7 +2919,8 @@ AtomsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "1
|
|
|
2883
2919
|
InputRadioToggleModule,
|
|
2884
2920
|
ButtonDropdownModule,
|
|
2885
2921
|
StatusCardModule,
|
|
2886
|
-
StatusPillModule
|
|
2922
|
+
StatusPillModule,
|
|
2923
|
+
StatusIndicatorModule] });
|
|
2887
2924
|
AtomsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AtomsModule, imports: [[], ButtonModule,
|
|
2888
2925
|
ContextualMenuModule,
|
|
2889
2926
|
AvatarModule,
|
|
@@ -2927,7 +2964,8 @@ AtomsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "1
|
|
|
2927
2964
|
InputRadioToggleModule,
|
|
2928
2965
|
ButtonDropdownModule,
|
|
2929
2966
|
StatusCardModule,
|
|
2930
|
-
StatusPillModule
|
|
2967
|
+
StatusPillModule,
|
|
2968
|
+
StatusIndicatorModule] });
|
|
2931
2969
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AtomsModule, decorators: [{
|
|
2932
2970
|
type: NgModule,
|
|
2933
2971
|
args: [{
|
|
@@ -2977,7 +3015,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
2977
3015
|
InputRadioToggleModule,
|
|
2978
3016
|
ButtonDropdownModule,
|
|
2979
3017
|
StatusCardModule,
|
|
2980
|
-
StatusPillModule
|
|
3018
|
+
StatusPillModule,
|
|
3019
|
+
StatusIndicatorModule
|
|
2981
3020
|
]
|
|
2982
3021
|
}]
|
|
2983
3022
|
}] });
|
|
@@ -4765,10 +4804,10 @@ class GridActionBarV2Component {
|
|
|
4765
4804
|
}
|
|
4766
4805
|
}
|
|
4767
4806
|
GridActionBarV2Component.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionBarV2Component, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4768
|
-
GridActionBarV2Component.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: GridActionBarV2Component, selector: "symphony-grid-action-bar-v2", inputs: { actionListModel: "actionListModel" }, outputs: { actionBarListItem: "actionBarListItem" }, ngImport: i0, template: "<div *ngIf=\"actionListModel\">\n <div class=\"sfx-d-flex sfx-grid-action-bar-v2\">\n <div class=\"selected-wrap\">\n <symphony-icon\n [ngClass]=\"{\n isSelected: actionListModel.isSelected,\n '': !actionListModel.isSelected\n }\"\n class=\"sfx-cursor-pointer\"\n [icon]=\"'si-activity'\"\n [size]=\"'18px'\"\n ></symphony-icon>\n <symphony-paragraph [isFontBold]=\"true\"\n >{{ actionListModel.selectedCount }}\n {{ actionListModel.selectedText }}</symphony-paragraph\n >\n </div>\n <symphony-vertical-separator\n class=\"flex-align-content-center\"\n ></symphony-vertical-separator>\n <symphony-grid-action-list-v2\n class=\"flex-1\"\n [actionList]=\"actionListModel.gridActionListV2\"\n (actionClicked)=\"onActionBarListClick($event)\"\n ></symphony-grid-action-list-v2>\n <div class=\"sfx-grid-controls-v2\">\n <ng-content select=\"[grid-controls-v2]\"></ng-content>\n </div>\n </div>\n</div>\n", styles: [".sfx-grid-action-bar-v2{flex-flow:wrap}.sfx-grid-action-bar-v2 .selected-wrap{display:flex;align-items:center;gap:5px}.sfx-grid-action-bar-v2 .selected-wrap i{color:#c3cbdc}.sfx-grid-action-bar-v2 .selected-wrap .isSelected i{color:#712ace}.sfx-grid-action-bar-v2 .flex-align-content-center{align-content:center}.sfx-grid-action-bar-v2 .flex-align-content-center .sfx-v-seperator{margin-right:5px}.sfx-grid-action-bar-v2 .flex-1{flex:1}\n"], components: [{ type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold"] }, { type: VerticalSeparatorComponent, selector: "symphony-vertical-separator" }, { type: GridActionListV2Component, selector: "symphony-grid-action-list-v2", inputs: ["actionList"], outputs: ["actionClicked"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
4807
|
+
GridActionBarV2Component.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: GridActionBarV2Component, selector: "symphony-grid-action-bar-v2", inputs: { actionListModel: "actionListModel" }, outputs: { actionBarListItem: "actionBarListItem" }, ngImport: i0, template: "<div *ngIf=\"actionListModel\">\n <div class=\"sfx-d-flex sfx-grid-action-bar-v2\">\n <div class=\"selected-wrap\" *ngIf=\"actionListModel.selectedText\">\n <symphony-icon\n [ngClass]=\"{\n isSelected: actionListModel.isSelected,\n '': !actionListModel.isSelected\n }\"\n class=\"sfx-cursor-pointer\"\n [icon]=\"'si-activity'\"\n [size]=\"'18px'\"\n ></symphony-icon>\n <symphony-paragraph [isFontBold]=\"true\"\n >{{ actionListModel.selectedCount }}\n {{ actionListModel.selectedText }}</symphony-paragraph\n >\n </div>\n <symphony-vertical-separator *ngIf=\"actionListModel.selectedText\"\n class=\"flex-align-content-center\"\n ></symphony-vertical-separator>\n <symphony-grid-action-list-v2\n class=\"flex-1\"\n [actionList]=\"actionListModel.gridActionListV2\"\n (actionClicked)=\"onActionBarListClick($event)\"\n ></symphony-grid-action-list-v2>\n <div class=\"sfx-grid-controls-v2\">\n <ng-content select=\"[grid-controls-v2]\"></ng-content>\n </div>\n </div>\n</div>\n", styles: [".sfx-grid-action-bar-v2{flex-flow:wrap}.sfx-grid-action-bar-v2 .selected-wrap{display:flex;align-items:center;gap:5px}.sfx-grid-action-bar-v2 .selected-wrap i{color:#c3cbdc}.sfx-grid-action-bar-v2 .selected-wrap .isSelected i{color:#712ace}.sfx-grid-action-bar-v2 .flex-align-content-center{align-content:center}.sfx-grid-action-bar-v2 .flex-align-content-center .sfx-v-seperator{margin-right:5px}.sfx-grid-action-bar-v2 .flex-1{flex:1}\n"], components: [{ type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold"] }, { type: VerticalSeparatorComponent, selector: "symphony-vertical-separator" }, { type: GridActionListV2Component, selector: "symphony-grid-action-list-v2", inputs: ["actionList"], outputs: ["actionClicked"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
4769
4808
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionBarV2Component, decorators: [{
|
|
4770
4809
|
type: Component,
|
|
4771
|
-
args: [{ selector: 'symphony-grid-action-bar-v2', encapsulation: ViewEncapsulation.None, template: "<div *ngIf=\"actionListModel\">\n <div class=\"sfx-d-flex sfx-grid-action-bar-v2\">\n <div class=\"selected-wrap\">\n <symphony-icon\n [ngClass]=\"{\n isSelected: actionListModel.isSelected,\n '': !actionListModel.isSelected\n }\"\n class=\"sfx-cursor-pointer\"\n [icon]=\"'si-activity'\"\n [size]=\"'18px'\"\n ></symphony-icon>\n <symphony-paragraph [isFontBold]=\"true\"\n >{{ actionListModel.selectedCount }}\n {{ actionListModel.selectedText }}</symphony-paragraph\n >\n </div>\n <symphony-vertical-separator\n class=\"flex-align-content-center\"\n ></symphony-vertical-separator>\n <symphony-grid-action-list-v2\n class=\"flex-1\"\n [actionList]=\"actionListModel.gridActionListV2\"\n (actionClicked)=\"onActionBarListClick($event)\"\n ></symphony-grid-action-list-v2>\n <div class=\"sfx-grid-controls-v2\">\n <ng-content select=\"[grid-controls-v2]\"></ng-content>\n </div>\n </div>\n</div>\n", styles: [".sfx-grid-action-bar-v2{flex-flow:wrap}.sfx-grid-action-bar-v2 .selected-wrap{display:flex;align-items:center;gap:5px}.sfx-grid-action-bar-v2 .selected-wrap i{color:#c3cbdc}.sfx-grid-action-bar-v2 .selected-wrap .isSelected i{color:#712ace}.sfx-grid-action-bar-v2 .flex-align-content-center{align-content:center}.sfx-grid-action-bar-v2 .flex-align-content-center .sfx-v-seperator{margin-right:5px}.sfx-grid-action-bar-v2 .flex-1{flex:1}\n"] }]
|
|
4810
|
+
args: [{ selector: 'symphony-grid-action-bar-v2', encapsulation: ViewEncapsulation.None, template: "<div *ngIf=\"actionListModel\">\n <div class=\"sfx-d-flex sfx-grid-action-bar-v2\">\n <div class=\"selected-wrap\" *ngIf=\"actionListModel.selectedText\">\n <symphony-icon\n [ngClass]=\"{\n isSelected: actionListModel.isSelected,\n '': !actionListModel.isSelected\n }\"\n class=\"sfx-cursor-pointer\"\n [icon]=\"'si-activity'\"\n [size]=\"'18px'\"\n ></symphony-icon>\n <symphony-paragraph [isFontBold]=\"true\"\n >{{ actionListModel.selectedCount }}\n {{ actionListModel.selectedText }}</symphony-paragraph\n >\n </div>\n <symphony-vertical-separator *ngIf=\"actionListModel.selectedText\"\n class=\"flex-align-content-center\"\n ></symphony-vertical-separator>\n <symphony-grid-action-list-v2\n class=\"flex-1\"\n [actionList]=\"actionListModel.gridActionListV2\"\n (actionClicked)=\"onActionBarListClick($event)\"\n ></symphony-grid-action-list-v2>\n <div class=\"sfx-grid-controls-v2\">\n <ng-content select=\"[grid-controls-v2]\"></ng-content>\n </div>\n </div>\n</div>\n", styles: [".sfx-grid-action-bar-v2{flex-flow:wrap}.sfx-grid-action-bar-v2 .selected-wrap{display:flex;align-items:center;gap:5px}.sfx-grid-action-bar-v2 .selected-wrap i{color:#c3cbdc}.sfx-grid-action-bar-v2 .selected-wrap .isSelected i{color:#712ace}.sfx-grid-action-bar-v2 .flex-align-content-center{align-content:center}.sfx-grid-action-bar-v2 .flex-align-content-center .sfx-v-seperator{margin-right:5px}.sfx-grid-action-bar-v2 .flex-1{flex:1}\n"] }]
|
|
4772
4811
|
}], propDecorators: { actionListModel: [{
|
|
4773
4812
|
type: Input
|
|
4774
4813
|
}], actionBarListItem: [{
|
|
@@ -9573,12 +9612,14 @@ ReportLicenseDetailsPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "1
|
|
|
9573
9612
|
GridModule,
|
|
9574
9613
|
FormattedCounterModule,
|
|
9575
9614
|
ParagraphModule,
|
|
9615
|
+
StatusIndicatorModule,
|
|
9576
9616
|
FilterAreaModule, PlaceholderModule, InputTextModule, InputDropdownModule, StatusCardModule, SfxLoaderModule], exports: [ReportLicenseDetailsPageComponent] });
|
|
9577
9617
|
ReportLicenseDetailsPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ReportLicenseDetailsPageModule, imports: [[
|
|
9578
9618
|
CommonModule,
|
|
9579
9619
|
GridModule,
|
|
9580
9620
|
FormattedCounterModule,
|
|
9581
9621
|
ParagraphModule,
|
|
9622
|
+
StatusIndicatorModule,
|
|
9582
9623
|
FilterAreaModule, PlaceholderModule, InputTextModule, InputDropdownModule, StatusCardModule, SfxLoaderModule
|
|
9583
9624
|
]] });
|
|
9584
9625
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ReportLicenseDetailsPageModule, decorators: [{
|
|
@@ -9590,6 +9631,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
9590
9631
|
GridModule,
|
|
9591
9632
|
FormattedCounterModule,
|
|
9592
9633
|
ParagraphModule,
|
|
9634
|
+
StatusIndicatorModule,
|
|
9593
9635
|
FilterAreaModule, PlaceholderModule, InputTextModule, InputDropdownModule, StatusCardModule, SfxLoaderModule
|
|
9594
9636
|
],
|
|
9595
9637
|
exports: [ReportLicenseDetailsPageComponent],
|
|
@@ -9796,5 +9838,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
9796
9838
|
* Generated bundle index. Do not edit.
|
|
9797
9839
|
*/
|
|
9798
9840
|
|
|
9799
|
-
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, StatusPillComponent, StatusPillModule, SymphonyModalComponent, SymphonyModalModule, TabsComponent, TabsModules, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TrimIdPipe, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule, UploadResumeModalComponent, UploadResumeModalModule, VerticalSeparatorComponent, VerticalSeparatorModule, gridType };
|
|
9841
|
+
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, StatusIndicatorComponent, StatusIndicatorModule, StatusPillComponent, StatusPillModule, SymphonyModalComponent, SymphonyModalModule, TabsComponent, TabsModules, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TrimIdPipe, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule, UploadResumeModalComponent, UploadResumeModalModule, VerticalSeparatorComponent, VerticalSeparatorModule, gridType };
|
|
9800
9842
|
//# sourceMappingURL=symphony-talent-component-library.mjs.map
|