@progress-chef/platform-shared-components 0.0.58 → 0.0.60

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.
@@ -2185,18 +2185,19 @@ class AlertComponent {
2185
2185
  }
2186
2186
  constructor(themesService) {
2187
2187
  this.themesService = themesService;
2188
- this.type = ALERT_TYPE.info;
2188
+ this.type = "";
2189
2189
  this.dismissed = new EventEmitter();
2190
+ this.iconName = 'warning-filled';
2190
2191
  this.onClose = () => {
2191
2192
  this.dismissed.emit();
2192
2193
  };
2193
2194
  }
2194
2195
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AlertComponent, deps: [{ token: i1$1.ThemesService }], target: i0.ɵɵFactoryTarget.Component }); }
2195
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: AlertComponent, selector: "lib-alert", inputs: { type: "type" }, outputs: { dismissed: "dismissed" }, host: { properties: { "class": "this.theType" } }, ngImport: i0, template: "<div class=\"icon\">\n <lib-icon name=\"info\"></lib-icon>\n</div>\n<div>\n <ng-content></ng-content>\n</div>\n<div class=\"close\" (click)=\"onClose()\">\n <lib-icon name=\"close\" [fontSize]=\"20\"></lib-icon>\n</div>\n", styles: [":host{display:flex;border-radius:4px;padding:1.125rem 3rem 1.125rem 1rem;position:relative}:host .icon{margin-right:.5rem;display:flex;position:relative}:host.information{color:#003b6e;background-color:#b8d8f5}:host .close{font-weight:700;position:absolute;right:1rem;top:.75rem;cursor:pointer}\n"], dependencies: [{ kind: "component", type: IconComponent, selector: "lib-icon", inputs: ["name", "projectedIcon", "fontSize", "type"] }] }); }
2196
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: AlertComponent, selector: "lib-alert", inputs: { type: "type", iconName: "iconName" }, outputs: { dismissed: "dismissed" }, host: { properties: { "class": "this.theType" } }, ngImport: i0, template: "<div class=\"icon\">\n <lib-icon [name]=\"iconName\"></lib-icon>\n</div>\n<div>\n <ng-content></ng-content>\n</div>\n<div class=\"close\" (click)=\"onClose()\">\n <lib-icon name=\"close\" [fontSize]=\"20\"></lib-icon>\n</div>\n", styles: [":host{display:flex;border-radius:4px;padding:1.125rem 1rem;position:relative}:host .icon{margin-right:.5rem;display:flex;position:relative}:host.information{color:#003b6e;background-color:#b8d8f5}:host.warning{padding-top:.625rem;padding-bottom:0;color:#d68e00;background-color:#ffe6b3;outline:auto}:host.warning .icon{outline:auto;background-color:#fbc457;height:2rem;width:2rem;justify-content:center;align-items:center}:host.warning .close{display:none}:host .close{font-weight:700;position:absolute;right:1rem;top:.75rem;cursor:pointer}\n"], dependencies: [{ kind: "component", type: IconComponent, selector: "lib-icon", inputs: ["name", "projectedIcon", "fontSize", "type"] }] }); }
2196
2197
  }
2197
2198
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AlertComponent, decorators: [{
2198
2199
  type: Component,
2199
- args: [{ selector: 'lib-alert', template: "<div class=\"icon\">\n <lib-icon name=\"info\"></lib-icon>\n</div>\n<div>\n <ng-content></ng-content>\n</div>\n<div class=\"close\" (click)=\"onClose()\">\n <lib-icon name=\"close\" [fontSize]=\"20\"></lib-icon>\n</div>\n", styles: [":host{display:flex;border-radius:4px;padding:1.125rem 3rem 1.125rem 1rem;position:relative}:host .icon{margin-right:.5rem;display:flex;position:relative}:host.information{color:#003b6e;background-color:#b8d8f5}:host .close{font-weight:700;position:absolute;right:1rem;top:.75rem;cursor:pointer}\n"] }]
2200
+ args: [{ selector: 'lib-alert', template: "<div class=\"icon\">\n <lib-icon [name]=\"iconName\"></lib-icon>\n</div>\n<div>\n <ng-content></ng-content>\n</div>\n<div class=\"close\" (click)=\"onClose()\">\n <lib-icon name=\"close\" [fontSize]=\"20\"></lib-icon>\n</div>\n", styles: [":host{display:flex;border-radius:4px;padding:1.125rem 1rem;position:relative}:host .icon{margin-right:.5rem;display:flex;position:relative}:host.information{color:#003b6e;background-color:#b8d8f5}:host.warning{padding-top:.625rem;padding-bottom:0;color:#d68e00;background-color:#ffe6b3;outline:auto}:host.warning .icon{outline:auto;background-color:#fbc457;height:2rem;width:2rem;justify-content:center;align-items:center}:host.warning .close{display:none}:host .close{font-weight:700;position:absolute;right:1rem;top:.75rem;cursor:pointer}\n"] }]
2200
2201
  }], ctorParameters: function () { return [{ type: i1$1.ThemesService }]; }, propDecorators: { type: [{
2201
2202
  type: Input
2202
2203
  }], dismissed: [{
@@ -2204,6 +2205,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2204
2205
  }], theType: [{
2205
2206
  type: HostBinding,
2206
2207
  args: ['class']
2208
+ }], iconName: [{
2209
+ type: Input
2207
2210
  }] } });
2208
2211
 
2209
2212
  class AlertModule {
@@ -2977,11 +2980,11 @@ class ChipComponent {
2977
2980
  this.removable = false;
2978
2981
  }
2979
2982
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2980
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ChipComponent, selector: "lib-chip", inputs: { size: "size", rounded: "rounded", fillMode: "fillMode", themeColor: "themeColor", removable: "removable" }, viewQueries: [{ propertyName: "chip", first: true, predicate: ["chip"], descendants: true }], ngImport: i0, template: "<kendo-chip #chip [size]=\"size\" [rounded]=\"rounded\" [fillMode]=\"fillMode\" [themeColor]=\"themeColor\"\n [removable]=\"removable\">\n <ng-content></ng-content>\n</kendo-chip>\n", styles: [".k-chip-solid-info{border-color:#6a96ff;color:#fff;background-color:#6a96ff}.k-chip-solid-success{border-color:#42be65;color:#fff;background-color:#42be65}.k-chip-solid-warning{border-color:#f3a302;color:#fff;background-color:#f3a302}.k-chip-solid-error{border-color:#ff4358;color:#fff;background-color:#ff4358}.k-chip-outline-info{border-color:#6a96ff;color:#6a96ff;background-color:#fff}.k-chip-outline-success{border-color:#42be65;color:#42be65;background-color:#fff}.k-chip-outline-warning{border-color:#f3a302;color:#f3a302;background-color:#fff}.k-chip-outline-error{border-color:#ff4358;color:#ff4358;background-color:#fff}\n"], dependencies: [{ kind: "component", type: i2$2.ChipComponent, selector: "kendo-chip", inputs: ["label", "icon", "svgIcon", "iconClass", "avatarClass", "selected", "removable", "removeIcon", "removeSvgIcon", "hasMenu", "menuIcon", "menuSvgIcon", "disabled", "size", "rounded", "fillMode", "themeColor"], outputs: ["remove", "menuToggle", "contentClick"] }] }); }
2983
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ChipComponent, selector: "lib-chip", inputs: { size: "size", rounded: "rounded", fillMode: "fillMode", themeColor: "themeColor", removable: "removable" }, viewQueries: [{ propertyName: "chip", first: true, predicate: ["chip"], descendants: true }], ngImport: i0, template: "<kendo-chip #chip [size]=\"size\" [rounded]=\"rounded\" [fillMode]=\"fillMode\" [themeColor]=\"themeColor\"\n [removable]=\"removable\">\n <ng-content></ng-content>\n</kendo-chip>\n", styles: [".k-chip-solid-info{border-color:#6a96ff;color:#fff;background-color:#6a96ff}.k-chip-solid-success{border-color:#42be65;color:#fff;background-color:#42be65}.k-chip-solid-warning{border-color:#f3a302;color:#fff;background-color:#f3a302}.k-chip-solid-error{border-color:#ff4358;color:#fff;background-color:#ff4358}.k-chip-outline-info{border-color:#6a96ff;color:#6a96ff;background-color:#fff}.k-chip-outline-success{border-color:#42be65;color:#42be65;background-color:#fff}.k-chip-outline-warning{border-color:#f3a302;color:#f3a302;background-color:#fff}.k-chip-outline-error{border-color:#ff4358;color:#ff4358;background-color:#fff}kendo-chip:hover{cursor:default}\n"], dependencies: [{ kind: "component", type: i2$2.ChipComponent, selector: "kendo-chip", inputs: ["label", "icon", "svgIcon", "iconClass", "avatarClass", "selected", "removable", "removeIcon", "removeSvgIcon", "hasMenu", "menuIcon", "menuSvgIcon", "disabled", "size", "rounded", "fillMode", "themeColor"], outputs: ["remove", "menuToggle", "contentClick"] }] }); }
2981
2984
  }
2982
2985
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChipComponent, decorators: [{
2983
2986
  type: Component,
2984
- args: [{ selector: 'lib-chip', template: "<kendo-chip #chip [size]=\"size\" [rounded]=\"rounded\" [fillMode]=\"fillMode\" [themeColor]=\"themeColor\"\n [removable]=\"removable\">\n <ng-content></ng-content>\n</kendo-chip>\n", styles: [".k-chip-solid-info{border-color:#6a96ff;color:#fff;background-color:#6a96ff}.k-chip-solid-success{border-color:#42be65;color:#fff;background-color:#42be65}.k-chip-solid-warning{border-color:#f3a302;color:#fff;background-color:#f3a302}.k-chip-solid-error{border-color:#ff4358;color:#fff;background-color:#ff4358}.k-chip-outline-info{border-color:#6a96ff;color:#6a96ff;background-color:#fff}.k-chip-outline-success{border-color:#42be65;color:#42be65;background-color:#fff}.k-chip-outline-warning{border-color:#f3a302;color:#f3a302;background-color:#fff}.k-chip-outline-error{border-color:#ff4358;color:#ff4358;background-color:#fff}\n"] }]
2987
+ args: [{ selector: 'lib-chip', template: "<kendo-chip #chip [size]=\"size\" [rounded]=\"rounded\" [fillMode]=\"fillMode\" [themeColor]=\"themeColor\"\n [removable]=\"removable\">\n <ng-content></ng-content>\n</kendo-chip>\n", styles: [".k-chip-solid-info{border-color:#6a96ff;color:#fff;background-color:#6a96ff}.k-chip-solid-success{border-color:#42be65;color:#fff;background-color:#42be65}.k-chip-solid-warning{border-color:#f3a302;color:#fff;background-color:#f3a302}.k-chip-solid-error{border-color:#ff4358;color:#fff;background-color:#ff4358}.k-chip-outline-info{border-color:#6a96ff;color:#6a96ff;background-color:#fff}.k-chip-outline-success{border-color:#42be65;color:#42be65;background-color:#fff}.k-chip-outline-warning{border-color:#f3a302;color:#f3a302;background-color:#fff}.k-chip-outline-error{border-color:#ff4358;color:#ff4358;background-color:#fff}kendo-chip:hover{cursor:default}\n"] }]
2985
2988
  }], propDecorators: { size: [{
2986
2989
  type: Input
2987
2990
  }], rounded: [{
@@ -3147,6 +3150,52 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3147
3150
  }]
3148
3151
  }] });
3149
3152
 
3153
+ class AlertWarningComponent {
3154
+ constructor(themesService) {
3155
+ this.themesService = themesService;
3156
+ this.RenewLicencePage = new EventEmitter();
3157
+ this.iconName = 'warning-filled';
3158
+ }
3159
+ onRenewLicense() {
3160
+ this.RenewLicencePage.emit();
3161
+ }
3162
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AlertWarningComponent, deps: [{ token: i1$1.ThemesService }], target: i0.ɵɵFactoryTarget.Component }); }
3163
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: AlertWarningComponent, selector: "lib-alert-warning", inputs: { iconName: "iconName" }, outputs: { RenewLicencePage: "RenewLicencePage" }, ngImport: i0, template: "<div class=\"container\">\n <div class=\"column column-1\">\n <lib-icon [name]=\"iconName\"></lib-icon>\n </div>\n <div class=\"column column-2\">\n <ng-content></ng-content>\n </div>\n <div class=\"column column-3\">\n <lib-button label=\"Renew license\" iconName=\"chevron-right\" iconPosition=\"after\" fillMode=\"flat\" themeColor=\"warning\" (click)=\"onRenewLicense()\"></lib-button>\n </div>\n</div>\n", styles: [".container{outline:auto;outline-color:#d68e00;display:flex;background-color:#ffe6b3;border-radius:.25rem;padding:.625rem 1rem 0rem;max-width:87.125rem;margin-bottom:.063rem}.column-1{display:flex;background-color:#fbc457;color:#d68e00;outline:auto;height:2.25rem;width:2.25rem;justify-content:center;align-items:center;margin-left:3.688rem}.column-2{background-color:#ffe6b3;padding:0%;margin-left:3.25rem}.column-3{background-color:#ffe6b3;padding:0%;margin-top:1rem}\n"], dependencies: [{ kind: "component", type: IconComponent, selector: "lib-icon", inputs: ["name", "projectedIcon", "fontSize", "type"] }, { kind: "component", type: ButtonComponent, selector: "lib-button", inputs: ["size", "rounded", "fillMode", "themeColor", "label", "iconName", "disabled", "toggleable", "iconPosition", "fontType", "width", "iconButton", "projectedIcon"], outputs: ["buttonClick"] }] }); }
3164
+ }
3165
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AlertWarningComponent, decorators: [{
3166
+ type: Component,
3167
+ args: [{ selector: 'lib-alert-warning', template: "<div class=\"container\">\n <div class=\"column column-1\">\n <lib-icon [name]=\"iconName\"></lib-icon>\n </div>\n <div class=\"column column-2\">\n <ng-content></ng-content>\n </div>\n <div class=\"column column-3\">\n <lib-button label=\"Renew license\" iconName=\"chevron-right\" iconPosition=\"after\" fillMode=\"flat\" themeColor=\"warning\" (click)=\"onRenewLicense()\"></lib-button>\n </div>\n</div>\n", styles: [".container{outline:auto;outline-color:#d68e00;display:flex;background-color:#ffe6b3;border-radius:.25rem;padding:.625rem 1rem 0rem;max-width:87.125rem;margin-bottom:.063rem}.column-1{display:flex;background-color:#fbc457;color:#d68e00;outline:auto;height:2.25rem;width:2.25rem;justify-content:center;align-items:center;margin-left:3.688rem}.column-2{background-color:#ffe6b3;padding:0%;margin-left:3.25rem}.column-3{background-color:#ffe6b3;padding:0%;margin-top:1rem}\n"] }]
3168
+ }], ctorParameters: function () { return [{ type: i1$1.ThemesService }]; }, propDecorators: { RenewLicencePage: [{
3169
+ type: Output
3170
+ }], iconName: [{
3171
+ type: Input
3172
+ }] } });
3173
+
3174
+ class AlertWarningModule {
3175
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AlertWarningModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3176
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: AlertWarningModule, declarations: [AlertWarningComponent], imports: [AlertModule,
3177
+ IconModule,
3178
+ ButtonModule,
3179
+ TypographyModule], exports: [AlertWarningComponent] }); }
3180
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AlertWarningModule, imports: [AlertModule,
3181
+ IconModule,
3182
+ ButtonModule,
3183
+ TypographyModule] }); }
3184
+ }
3185
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AlertWarningModule, decorators: [{
3186
+ type: NgModule,
3187
+ args: [{
3188
+ declarations: [AlertWarningComponent],
3189
+ imports: [
3190
+ AlertModule,
3191
+ IconModule,
3192
+ ButtonModule,
3193
+ TypographyModule
3194
+ ],
3195
+ exports: [AlertWarningComponent]
3196
+ }]
3197
+ }] });
3198
+
3150
3199
  class AtomsModule {
3151
3200
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AtomsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3152
3201
  static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: AtomsModule, imports: [AlertModule,
@@ -3189,7 +3238,8 @@ class AtomsModule {
3189
3238
  DragAndDropModule,
3190
3239
  SwitchModule,
3191
3240
  ChipModule,
3192
- ChipListModule], exports: [AlertModule,
3241
+ ChipListModule,
3242
+ AlertWarningModule], exports: [AlertModule,
3193
3243
  AngularPopupModule,
3194
3244
  AvatarModule,
3195
3245
  BreadcrumbModule,
@@ -3226,7 +3276,8 @@ class AtomsModule {
3226
3276
  DragAndDropModule,
3227
3277
  SwitchModule,
3228
3278
  ChipModule,
3229
- ChipListModule] }); }
3279
+ ChipListModule,
3280
+ AlertWarningModule] }); }
3230
3281
  static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AtomsModule, imports: [AlertModule,
3231
3282
  AngularPopupModule,
3232
3283
  AvatarModule,
@@ -3267,7 +3318,8 @@ class AtomsModule {
3267
3318
  DragAndDropModule,
3268
3319
  SwitchModule,
3269
3320
  ChipModule,
3270
- ChipListModule, AlertModule,
3321
+ ChipListModule,
3322
+ AlertWarningModule, AlertModule,
3271
3323
  AngularPopupModule,
3272
3324
  AvatarModule,
3273
3325
  BreadcrumbModule,
@@ -3304,7 +3356,8 @@ class AtomsModule {
3304
3356
  DragAndDropModule,
3305
3357
  SwitchModule,
3306
3358
  ChipModule,
3307
- ChipListModule] }); }
3359
+ ChipListModule,
3360
+ AlertWarningModule] }); }
3308
3361
  }
3309
3362
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AtomsModule, decorators: [{
3310
3363
  type: NgModule,
@@ -3350,7 +3403,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3350
3403
  DragAndDropModule,
3351
3404
  SwitchModule,
3352
3405
  ChipModule,
3353
- ChipListModule
3406
+ ChipListModule,
3407
+ AlertWarningModule,
3354
3408
  ],
3355
3409
  exports: [
3356
3410
  AlertModule,
@@ -3390,7 +3444,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3390
3444
  DragAndDropModule,
3391
3445
  SwitchModule,
3392
3446
  ChipModule,
3393
- ChipListModule
3447
+ ChipListModule,
3448
+ AlertWarningModule,
3394
3449
  ],
3395
3450
  }]
3396
3451
  }] });
@@ -4948,5 +5003,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
4948
5003
  * Generated bundle index. Do not edit.
4949
5004
  */
4950
5005
 
4951
- export { ALERT_TYPE, AlertComponent, AlertModule, AngularPopupComponent, AngularPopupModule, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonGroupComponent, ButtonGroupModule, ButtonModule, CardActionsComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CardModule, CheckboxComponent, CheckboxModule, ChipComponent, ChipListComponent, ChipListModule, ChipModule, ClipboardComponent, ClipboardModule, ConfirmationDialogComponent, ContainerComponent, ContainerModule, CustomColumnTemplate, DateRangeComponent, DateRangeModule, DatepickerComponent, DatepickerModule, DialogActionsComponent, DialogComponent, DialogModule, DialogTitlebarComponent, DragAndDropComponent, DragAndDropModule, DropdownComponent, DropdownModule, DropdownTreeModule, DropdowntreeComponent, ExpansionPanelComponent, ExpansionPanelModule, GridFormComponent, GridLayoutComponent, GridLayoutItemComponent, GridLayoutModule, GridPaginationComponent, GridPaginationModule, GridPaginationSpacerComponent, GridSpacerComponent, GridsModule, IconComponent, IconModule, LabelComponent, LabelsModule, LibGridComponent, ListViewComponent, ListViewsModule, LoaderComponent, LoaderModule, LoaderSize, LoaderThemeColor, LoaderType, LoadingSpinnerComponent, LoadingSpinnerModule, MoleculesModule, MultiSelectDropdownComponent, MultiSelectDropdownModule, NotificationComponent, NotificationModule, NumericTextboxComponent, NumericTextboxModule, ProgressBarComponent, ProgressBarsModule, RadioButtonComponent, RadioButtonModule, SearchBoxComponent, SearchBoxModule, SharedComponent, SharedModule, SharedService, SliderComponent, SliderModule, StepperComponent, StepperModule, StyleTokensModule, SwitchComponent, SwitchModule, TabstripComponent, TabstripModule, TabstripTabComponent, TextAreaModule, TextareaComponent, TextboxComponent, TextboxModule, TimeSchedulerModule, TimeschedulerComponent, ToastNotificationModule, ToastNotificationService, TooltipComponent, TooltipModule, Type, TypographyComponent, TypographyModule };
5006
+ export { ALERT_TYPE, AlertComponent, AlertModule, AlertWarningComponent, AlertWarningModule, AngularPopupComponent, AngularPopupModule, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonGroupComponent, ButtonGroupModule, ButtonModule, CardActionsComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CardModule, CheckboxComponent, CheckboxModule, ChipComponent, ChipListComponent, ChipListModule, ChipModule, ClipboardComponent, ClipboardModule, ConfirmationDialogComponent, ContainerComponent, ContainerModule, CustomColumnTemplate, DateRangeComponent, DateRangeModule, DatepickerComponent, DatepickerModule, DialogActionsComponent, DialogComponent, DialogModule, DialogTitlebarComponent, DragAndDropComponent, DragAndDropModule, DropdownComponent, DropdownModule, DropdownTreeModule, DropdowntreeComponent, ExpansionPanelComponent, ExpansionPanelModule, GridFormComponent, GridLayoutComponent, GridLayoutItemComponent, GridLayoutModule, GridPaginationComponent, GridPaginationModule, GridPaginationSpacerComponent, GridSpacerComponent, GridsModule, IconComponent, IconModule, LabelComponent, LabelsModule, LibGridComponent, ListViewComponent, ListViewsModule, LoaderComponent, LoaderModule, LoaderSize, LoaderThemeColor, LoaderType, LoadingSpinnerComponent, LoadingSpinnerModule, MoleculesModule, MultiSelectDropdownComponent, MultiSelectDropdownModule, NotificationComponent, NotificationModule, NumericTextboxComponent, NumericTextboxModule, ProgressBarComponent, ProgressBarsModule, RadioButtonComponent, RadioButtonModule, SearchBoxComponent, SearchBoxModule, SharedComponent, SharedModule, SharedService, SliderComponent, SliderModule, StepperComponent, StepperModule, StyleTokensModule, SwitchComponent, SwitchModule, TabstripComponent, TabstripModule, TabstripTabComponent, TextAreaModule, TextareaComponent, TextboxComponent, TextboxModule, TimeSchedulerModule, TimeschedulerComponent, ToastNotificationModule, ToastNotificationService, TooltipComponent, TooltipModule, Type, TypographyComponent, TypographyModule };
4952
5007
  //# sourceMappingURL=progress-chef-platform-shared-components.mjs.map