@progress-chef/platform-shared-components 0.0.110 → 0.0.112
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/esm2022/lib/atoms/alert/alert.component.mjs +2 -2
- package/esm2022/lib/atoms/alert/alert.module.mjs +10 -6
- package/esm2022/lib/atoms/angular-popup/angular-popup.component.mjs +1 -1
- package/esm2022/lib/atoms/angular-popup/angular-popup.module.mjs +4 -8
- package/esm2022/lib/atoms/atoms.module.mjs +117 -117
- package/esm2022/lib/atoms/avatar/avatar.component.mjs +3 -3
- package/esm2022/lib/atoms/avatar/avatar.module.mjs +20 -8
- package/esm2022/lib/atoms/breadcrumb/breadcrumb.component.mjs +3 -3
- package/esm2022/lib/atoms/breadcrumb/breadcrumb.module.mjs +8 -4
- package/esm2022/lib/atoms/button/button.component.mjs +8 -5
- package/esm2022/lib/atoms/button/button.module.mjs +24 -9
- package/esm2022/lib/atoms/button-group/button-group.component.mjs +2 -2
- package/esm2022/lib/atoms/button-group/button-group.module.mjs +24 -9
- package/esm2022/lib/atoms/checkbox/checkbox.component.mjs +2 -2
- package/esm2022/lib/atoms/checkbox/checkbox.module.mjs +9 -5
- package/esm2022/lib/atoms/chip/chip.component.mjs +1 -1
- package/esm2022/lib/atoms/chip/chip.module.mjs +8 -12
- package/esm2022/lib/atoms/chip-list/chip-list.component.mjs +4 -4
- package/esm2022/lib/atoms/chip-list/chip-list.module.mjs +5 -5
- package/esm2022/lib/atoms/clipboard/clipboard.component.mjs +13 -5
- package/esm2022/lib/atoms/clipboard/clipboard.module.mjs +12 -8
- package/esm2022/lib/atoms/container/container.component.mjs +1 -1
- package/esm2022/lib/atoms/container/container.module.mjs +5 -3
- package/esm2022/lib/atoms/date-range/date-range.component.mjs +1 -1
- package/esm2022/lib/atoms/date-range/date-range.module.mjs +4 -4
- package/esm2022/lib/atoms/datepicker/datepicker.component.mjs +1 -1
- package/esm2022/lib/atoms/datepicker/datepicker.module.mjs +5 -5
- package/esm2022/lib/atoms/drag-and-drop/drag-and-drop.component.mjs +1 -1
- package/esm2022/lib/atoms/drag-and-drop/drag-and-drop.module.mjs +2 -2
- package/esm2022/lib/atoms/dropdown/dropdown.component.mjs +42 -23
- package/esm2022/lib/atoms/dropdown/dropdown.module.mjs +4 -4
- package/esm2022/lib/atoms/dropdown-button/dropdown-button.component.mjs +46 -0
- package/esm2022/lib/atoms/dropdown-button/dropdown-button.module.mjs +36 -0
- package/esm2022/lib/atoms/{dropdowntree → dropdown-tree}/dropdowntree.component.mjs +3 -3
- package/esm2022/lib/atoms/dropdown-tree/dropdowntree.module.mjs +43 -0
- package/esm2022/lib/atoms/expansion-panel/expansion-panel.component.mjs +2 -2
- package/esm2022/lib/atoms/expansion-panel/expansion-panel.module.mjs +10 -10
- package/esm2022/lib/atoms/icon/icon.component.mjs +1 -1
- package/esm2022/lib/atoms/icon/icon.module.mjs +7 -3
- package/esm2022/lib/atoms/{label → labels}/label.component.mjs +2 -2
- package/esm2022/lib/atoms/labels/label.module.mjs +32 -0
- package/esm2022/lib/atoms/{list-view → list-views}/list-view.component.mjs +1 -1
- package/esm2022/lib/atoms/list-views/list-view.module.mjs +60 -0
- package/esm2022/lib/atoms/loader/loader.component.mjs +1 -1
- package/esm2022/lib/atoms/loader/loader.module.mjs +2 -2
- package/esm2022/lib/atoms/loading-spinner/loading-spinner.component.mjs +1 -1
- package/esm2022/lib/atoms/loading-spinner/loading-spinner.module.mjs +11 -5
- package/esm2022/lib/atoms/multi-select-dropdown/multi-select-dropdown.component.mjs +4 -4
- package/esm2022/lib/atoms/multi-select-dropdown/multi-select-dropdown.module.mjs +5 -5
- package/esm2022/lib/atoms/notification/notification.component.mjs +2 -2
- package/esm2022/lib/atoms/notification/notification.module.mjs +9 -5
- package/esm2022/lib/atoms/numeric-textbox/numeric-textbox.component.mjs +1 -1
- package/esm2022/lib/atoms/numeric-textbox/numeric-textbox.module.mjs +3 -3
- package/esm2022/lib/atoms/progress-bar/progress-bar.component.mjs +1 -1
- package/esm2022/lib/atoms/progress-bar/progress-bar.module.mjs +2 -2
- package/esm2022/lib/atoms/radio-button/radio-button.component.mjs +2 -2
- package/esm2022/lib/atoms/radio-button/radio-button.module.mjs +4 -4
- package/esm2022/lib/atoms/search-box/search-box.component.mjs +7 -7
- package/esm2022/lib/atoms/search-box/search-box.module.mjs +16 -12
- package/esm2022/lib/atoms/slider/slider.component.mjs +2 -2
- package/esm2022/lib/atoms/slider/slider.module.mjs +3 -3
- package/esm2022/lib/atoms/stepper/stepper.component.mjs +1 -1
- package/esm2022/lib/atoms/stepper/stepper.module.mjs +2 -2
- package/esm2022/lib/atoms/switch/switch.module.mjs +11 -15
- package/esm2022/lib/atoms/text-area/text-area.component.mjs +3 -3
- package/esm2022/lib/atoms/text-area/text-area.module.mjs +9 -5
- package/esm2022/lib/atoms/textbox/textbox.component.mjs +4 -4
- package/esm2022/lib/atoms/textbox/textbox.module.mjs +27 -9
- package/esm2022/lib/atoms/time-picker/time-picker.component.mjs +83 -0
- package/esm2022/lib/atoms/time-picker/time-picker.module.mjs +35 -0
- package/esm2022/lib/atoms/timescheduler/timescheduler.component.mjs +24 -6
- package/esm2022/lib/atoms/timescheduler/timescheduler.module.mjs +13 -9
- package/esm2022/lib/atoms/toast-notification/toast-notification.module.mjs +20 -7
- package/esm2022/lib/atoms/toast-notification/toast-notification.service.mjs +105 -31
- package/esm2022/lib/atoms/tooltip/tooltip.component.mjs +1 -1
- package/esm2022/lib/atoms/tooltip/tooltip.module.mjs +8 -4
- package/esm2022/lib/atoms/typography/typography.component.mjs +1 -4
- package/esm2022/lib/atoms/typography/typography.module.mjs +2 -2
- package/esm2022/lib/atoms/uploader/uploader.component.mjs +2 -2
- package/esm2022/lib/atoms/uploader/uploader.module.mjs +12 -8
- package/esm2022/lib/molecules/card/card-actions/card-actions.component.mjs +1 -1
- package/esm2022/lib/molecules/card/card-body/card-body.component.mjs +1 -1
- package/esm2022/lib/molecules/card/card-footer/card-footer.component.mjs +1 -1
- package/esm2022/lib/molecules/card/card-header/card-header.component.mjs +2 -2
- package/esm2022/lib/molecules/card/card.component.mjs +1 -1
- package/esm2022/lib/molecules/card/card.module.mjs +16 -8
- package/esm2022/lib/molecules/dialog/confirmation-dialog/confirmation-dialog.component.mjs +3 -3
- package/esm2022/lib/molecules/dialog/dialog-titlebar/dialog-titlebar.component.mjs +2 -2
- package/esm2022/lib/molecules/dialog/dialog.component.mjs +1 -1
- package/esm2022/lib/molecules/dialog/dialog.module.mjs +16 -8
- package/esm2022/lib/molecules/grid-form/grid-form.component.mjs +110 -0
- package/esm2022/lib/molecules/grid-form/grid-form.module.mjs +59 -0
- package/esm2022/lib/molecules/grid-layout/grid-layout-item/grid-layout-item.component.mjs +1 -1
- package/esm2022/lib/molecules/grid-layout/grid-layout.component.mjs +1 -1
- package/esm2022/lib/molecules/grid-layout/grid-layout.module.mjs +2 -2
- package/esm2022/lib/molecules/grid-pagination/grid-pagination-spacer/grid-pagination-spacer.component.mjs +1 -1
- package/esm2022/lib/molecules/grid-pagination/grid-pagination.component.mjs +42 -14
- package/esm2022/lib/molecules/grid-pagination/grid-pagination.module.mjs +25 -17
- package/esm2022/lib/molecules/molecules.module.mjs +23 -24
- package/esm2022/lib/molecules/tabstrip/tabstrip-tab/tabstrip-tab.component.mjs +1 -1
- package/esm2022/lib/molecules/tabstrip/tabstrip.module.mjs +3 -3
- package/esm2022/lib/shared.component.mjs +4 -7
- package/esm2022/lib/shared.module.mjs +1 -1
- package/esm2022/public-api.mjs +29 -31
- package/fesm2022/progress-chef-platform-shared-components.mjs +3375 -3300
- package/fesm2022/progress-chef-platform-shared-components.mjs.map +1 -1
- package/lib/atoms/alert/alert.module.d.ts +1 -1
- package/lib/atoms/angular-popup/angular-popup.module.d.ts +2 -3
- package/lib/atoms/atoms.module.d.ts +43 -43
- package/lib/atoms/avatar/avatar.component.d.ts +1 -1
- package/lib/atoms/avatar/avatar.module.d.ts +1 -1
- package/lib/atoms/button/button.component.d.ts +3 -2
- package/lib/atoms/button/button.module.d.ts +2 -2
- package/lib/atoms/button-group/button-group.module.d.ts +2 -2
- package/lib/atoms/checkbox/checkbox.component.d.ts +1 -1
- package/lib/atoms/checkbox/checkbox.module.d.ts +1 -1
- package/lib/atoms/chip/chip.module.d.ts +4 -5
- package/lib/atoms/chip-list/chip-list.module.d.ts +3 -3
- package/lib/atoms/clipboard/clipboard.component.d.ts +3 -1
- package/lib/atoms/clipboard/clipboard.module.d.ts +4 -4
- package/lib/atoms/dropdown/dropdown.component.d.ts +15 -7
- package/lib/atoms/dropdown/dropdown.module.d.ts +2 -2
- package/lib/atoms/dropdown-button/dropdown-button.component.d.ts +17 -0
- package/lib/atoms/dropdown-button/dropdown-button.module.d.ts +11 -0
- package/lib/atoms/{dropdowntree → dropdown-tree}/dropdowntree.module.d.ts +6 -6
- package/lib/atoms/expansion-panel/expansion-panel.module.d.ts +3 -4
- package/lib/atoms/{label → labels}/label.component.d.ts +1 -1
- package/lib/atoms/{label → labels}/label.module.d.ts +1 -1
- package/lib/atoms/{list-view → list-views}/list-view.module.d.ts +4 -5
- package/lib/atoms/multi-select-dropdown/multi-select-dropdown.component.d.ts +4 -4
- package/lib/atoms/multi-select-dropdown/multi-select-dropdown.module.d.ts +2 -2
- package/lib/atoms/notification/notification.component.d.ts +1 -1
- package/lib/atoms/radio-button/radio-button.component.d.ts +1 -1
- package/lib/atoms/radio-button/radio-button.module.d.ts +1 -1
- package/lib/atoms/search-box/search-box.module.d.ts +5 -5
- package/lib/atoms/slider/slider.module.d.ts +1 -1
- package/lib/atoms/switch/switch.module.d.ts +10 -12
- package/lib/atoms/text-area/text-area.module.d.ts +1 -1
- package/lib/atoms/textbox/textbox.component.d.ts +1 -1
- package/lib/atoms/textbox/textbox.module.d.ts +2 -2
- package/lib/atoms/time-picker/{timepicker.component.d.ts → time-picker.component.d.ts} +2 -2
- package/lib/atoms/time-picker/{timePicker.module.d.ts → time-picker.module.d.ts} +5 -5
- package/lib/atoms/timescheduler/timescheduler.component.d.ts +8 -2
- package/lib/atoms/timescheduler/timescheduler.module.d.ts +4 -4
- package/lib/atoms/toast-notification/toast-notification.service.d.ts +19 -4
- package/lib/atoms/typography/typography.component.d.ts +1 -1
- package/lib/atoms/uploader/uploader.component.d.ts +2 -2
- package/lib/atoms/uploader/uploader.module.d.ts +3 -2
- package/lib/molecules/card/card-header/card-header.component.d.ts +1 -1
- package/lib/molecules/card/card.module.d.ts +1 -1
- package/lib/molecules/dialog/dialog-titlebar/dialog-titlebar.component.d.ts +1 -1
- package/lib/molecules/dialog/dialog.module.d.ts +2 -2
- package/lib/molecules/grid-form/grid-form.module.d.ts +16 -0
- package/lib/molecules/grid-pagination/grid-pagination.component.d.ts +13 -4
- package/lib/molecules/grid-pagination/grid-pagination.module.d.ts +6 -5
- package/lib/molecules/molecules.module.d.ts +6 -6
- package/lib/shared.component.d.ts +1 -3
- package/package.json +22 -24
- package/public-api.d.ts +28 -29
- package/assets/IconFont.css +0 -101
- package/assets/IconFont.scss +0 -101
- package/assets/IconFont.ttf +0 -0
- package/assets/IconFont.woff +0 -0
- package/assets/IconFont.woff2 +0 -0
- package/esm2022/lib/atoms/dropdowntree/dropdowntree.module.mjs +0 -43
- package/esm2022/lib/atoms/label/label.module.mjs +0 -20
- package/esm2022/lib/atoms/list-view/list-view.module.mjs +0 -60
- package/esm2022/lib/atoms/time-picker/timePicker.module.mjs +0 -35
- package/esm2022/lib/atoms/time-picker/timepicker.component.mjs +0 -83
- package/esm2022/lib/molecules/grid/grid-form/grid-form.component.mjs +0 -110
- package/esm2022/lib/molecules/grid/grid-spacer/grid-spacer.component.mjs +0 -12
- package/esm2022/lib/molecules/grid/grid.component.mjs +0 -278
- package/esm2022/lib/molecules/grid/grid.module.mjs +0 -61
- package/esm2022/lib/shared.service.mjs +0 -13
- package/esm2022/lib/style-tokens/style-tokens.module.mjs +0 -18
- package/lib/molecules/grid/grid-spacer/grid-spacer.component.d.ts +0 -5
- package/lib/molecules/grid/grid.component.d.ts +0 -71
- package/lib/molecules/grid/grid.module.d.ts +0 -19
- package/lib/shared.service.d.ts +0 -5
- package/lib/style-tokens/style-tokens.module.d.ts +0 -7
- /package/lib/atoms/{dropdowntree → dropdown-tree}/dropdowntree.component.d.ts +0 -0
- /package/lib/atoms/{list-view → list-views}/list-view.component.d.ts +0 -0
- /package/lib/molecules/{grid/grid-form → grid-form}/grid-form.component.d.ts +0 -0
|
@@ -3,7 +3,7 @@ import * as i1 from "./text-area.component";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@progress/kendo-angular-inputs";
|
|
5
5
|
import * as i4 from "@angular/forms";
|
|
6
|
-
import * as i5 from "
|
|
6
|
+
import * as i5 from "@progress-chef/typography";
|
|
7
7
|
export declare class TextAreaModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaModule, never>;
|
|
9
9
|
static ɵmod: i0.ɵɵNgModuleDeclaration<TextAreaModule, [typeof i1.TextareaComponent], [typeof i2.CommonModule, typeof i3.InputsModule, typeof i4.ReactiveFormsModule, typeof i5.TypographyModule], [typeof i1.TextareaComponent]>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AfterViewInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { FormControl } from '@angular/forms';
|
|
3
3
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
4
4
|
import { TextBoxComponent } from '@progress/kendo-angular-inputs';
|
|
@@ -3,8 +3,8 @@ import * as i1 from "./textbox.component";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@progress/kendo-angular-inputs";
|
|
5
5
|
import * as i4 from "@angular/forms";
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "
|
|
6
|
+
import * as i5 from "@progress-chef/icon";
|
|
7
|
+
import * as i6 from "@progress-chef/typography";
|
|
8
8
|
export declare class TextboxModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextboxModule, never>;
|
|
10
10
|
static ɵmod: i0.ɵɵNgModuleDeclaration<TextboxModule, [typeof i1.TextboxComponent], [typeof i2.CommonModule, typeof i3.InputsModule, typeof i4.ReactiveFormsModule, typeof i5.IconModule, typeof i6.TypographyModule], [typeof i1.TextboxComponent]>;
|
|
@@ -16,7 +16,7 @@ export declare class TimePickerComponent implements OnChanges {
|
|
|
16
16
|
rounded: "small" | "medium" | "large" | "full" | "none";
|
|
17
17
|
size: "small" | "medium" | "large" | "none";
|
|
18
18
|
adaptiveMode: "none" | "auto";
|
|
19
|
-
|
|
19
|
+
control: FormControl;
|
|
20
20
|
id: any;
|
|
21
21
|
modelChange: EventEmitter<any>;
|
|
22
22
|
onOpenEvent: EventEmitter<any>;
|
|
@@ -27,5 +27,5 @@ export declare class TimePickerComponent implements OnChanges {
|
|
|
27
27
|
onOpen(event: any): void;
|
|
28
28
|
onClose(event: any): void;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerComponent, "lib-time-picker", never, { "isDisabled": { "alias": "isDisabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "incompleteDateValidation": { "alias": "incompleteDateValidation"; "required": false; }; "value": { "alias": "value"; "required": false; }; "format": { "alias": "format"; "required": false; }; "steps": { "alias": "steps"; "required": false; }; "allowCaretMode": { "alias": "allowCaretMode"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "size": { "alias": "size"; "required": false; }; "adaptiveMode": { "alias": "adaptiveMode"; "required": false; }; "
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerComponent, "lib-time-picker", never, { "isDisabled": { "alias": "isDisabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "incompleteDateValidation": { "alias": "incompleteDateValidation"; "required": false; }; "value": { "alias": "value"; "required": false; }; "format": { "alias": "format"; "required": false; }; "steps": { "alias": "steps"; "required": false; }; "allowCaretMode": { "alias": "allowCaretMode"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "size": { "alias": "size"; "required": false; }; "adaptiveMode": { "alias": "adaptiveMode"; "required": false; }; "control": { "alias": "control"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "modelChange": "modelChange"; "onOpenEvent": "onOpenEvent"; "onCloseEvent": "onCloseEvent"; }, never, never, false, never>;
|
|
31
31
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./
|
|
2
|
+
import * as i1 from "./time-picker.component";
|
|
3
3
|
import * as i2 from "@progress/kendo-angular-dateinputs";
|
|
4
4
|
import * as i3 from "@progress/kendo-angular-buttons";
|
|
5
5
|
import * as i4 from "@angular/forms";
|
|
6
|
-
export declare class
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
6
|
+
export declare class TimePickerModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TimePickerModule, [typeof i1.TimePickerComponent], [typeof i2.DateInputsModule, typeof i3.ButtonsModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule], [typeof i1.TimePickerComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TimePickerModule>;
|
|
10
10
|
}
|
|
@@ -5,7 +5,6 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class TimeschedulerComponent implements OnChanges {
|
|
6
6
|
private themesService;
|
|
7
7
|
model: Date;
|
|
8
|
-
modelChange: EventEmitter<Date>;
|
|
9
8
|
size: 'small' | 'medium' | 'large' | 'none';
|
|
10
9
|
rounded: 'small' | 'medium' | 'large' | 'full' | 'none';
|
|
11
10
|
fillMode: 'solid' | 'flat' | 'outline' | 'none';
|
|
@@ -14,9 +13,16 @@ export declare class TimeschedulerComponent implements OnChanges {
|
|
|
14
13
|
readonly: boolean;
|
|
15
14
|
placeholder: string;
|
|
16
15
|
control: FormControl;
|
|
16
|
+
min: Date;
|
|
17
|
+
max: Date;
|
|
18
|
+
disabledDates: Date[];
|
|
19
|
+
popupSettings: {};
|
|
20
|
+
modelChange: EventEmitter<Date>;
|
|
21
|
+
onOpenEvent: EventEmitter<any>;
|
|
17
22
|
constructor(themesService: ThemesService);
|
|
18
23
|
ngOnChanges(changes: SimpleChanges): void;
|
|
19
24
|
emitModelChange(ev: Date): void;
|
|
25
|
+
onOpen(event: any): void;
|
|
20
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimeschedulerComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimeschedulerComponent, "lib-timescheduler", never, { "model": { "alias": "model"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "format": { "alias": "format"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, { "modelChange": "modelChange"; }, never, never, false, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimeschedulerComponent, "lib-timescheduler", never, { "model": { "alias": "model"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "format": { "alias": "format"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "control": { "alias": "control"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "popupSettings": { "alias": "popupSettings"; "required": false; }; }, { "modelChange": "modelChange"; "onOpenEvent": "onOpenEvent"; }, never, never, false, never>;
|
|
22
28
|
}
|
|
@@ -3,8 +3,8 @@ import * as i1 from "./timescheduler.component";
|
|
|
3
3
|
import * as i2 from "@progress/kendo-angular-dateinputs";
|
|
4
4
|
import * as i3 from "@progress/kendo-angular-buttons";
|
|
5
5
|
import * as i4 from "@angular/forms";
|
|
6
|
-
export declare class
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
6
|
+
export declare class TimeschedulerModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TimeschedulerModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TimeschedulerModule, [typeof i1.TimeschedulerComponent], [typeof i2.DateInputsModule, typeof i3.ButtonsModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule], [typeof i1.TimeschedulerComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TimeschedulerModule>;
|
|
10
10
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnDestroy, TemplateRef } from '@angular/core';
|
|
1
|
+
import { OnDestroy, RendererFactory2, TemplateRef } from '@angular/core';
|
|
2
2
|
import { NotificationRef, NotificationService } from '@progress/kendo-angular-notification';
|
|
3
3
|
import { Subscription } from 'rxjs';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -13,12 +13,21 @@ export interface ToastNotification {
|
|
|
13
13
|
action: any;
|
|
14
14
|
}
|
|
15
15
|
export declare class ToastNotificationService implements OnDestroy {
|
|
16
|
-
private notificationService;
|
|
16
|
+
private readonly notificationService;
|
|
17
17
|
httpStatusHandledInHttpInterceptor: Set<number>;
|
|
18
|
-
|
|
18
|
+
errMessagesSet: Set<unknown>;
|
|
19
19
|
allSubscriptions: Subscription[];
|
|
20
20
|
errorNotifications: NotificationRef[];
|
|
21
|
-
|
|
21
|
+
infoNotifications: NotificationRef[];
|
|
22
|
+
toastElement: HTMLElement | null;
|
|
23
|
+
notificationsContainerSelector: string;
|
|
24
|
+
private errNotificationClickListener;
|
|
25
|
+
private documentClickListener;
|
|
26
|
+
private readonly renderer;
|
|
27
|
+
notificationsContainer: any;
|
|
28
|
+
registerClickListenersTimeoutId: any;
|
|
29
|
+
notificationAfterHideSubscription$: Subscription | undefined;
|
|
30
|
+
constructor(notificationService: NotificationService, rendererFactory: RendererFactory2);
|
|
22
31
|
/**
|
|
23
32
|
* @param notification
|
|
24
33
|
* default notification config:
|
|
@@ -29,7 +38,13 @@ export declare class ToastNotificationService implements OnDestroy {
|
|
|
29
38
|
* - hideAfter: 4000,
|
|
30
39
|
*/
|
|
31
40
|
showToastNotification(notification: ToastNotification): void;
|
|
41
|
+
private processErrorNotification;
|
|
42
|
+
private registerClickListenersErrNotifications;
|
|
43
|
+
private onClickOutCloseErrors;
|
|
44
|
+
hideToastNotifications(filter: 'error' | 'info'): void;
|
|
32
45
|
hideErrorToastNotifications(): void;
|
|
46
|
+
hideInfoToastNotifications(): void;
|
|
47
|
+
private cleanUpListenersAndSubsForErr;
|
|
33
48
|
ngOnDestroy(): void;
|
|
34
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToastNotificationService, never>;
|
|
35
50
|
static ɵprov: i0.ɵɵInjectableDeclaration<ToastNotificationService>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, ElementRef, OnChanges } from '@angular/core';
|
|
2
|
-
import { TypographyType } from './TypographyType';
|
|
3
2
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
3
|
+
import { TypographyType } from './TypographyType';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class TypographyComponent implements AfterViewInit, OnChanges {
|
|
6
6
|
private themesService;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnInit, Renderer2, SimpleChanges, TemplateRef } from '@angular/core';
|
|
2
2
|
import { FormControl } from '@angular/forms';
|
|
3
|
-
import {
|
|
3
|
+
import { CancelEvent, ChunkSettings, ErrorEvent, FileInfo, FileRestrictions, PauseEvent, RemoveEvent, ResumeEvent, SelectEvent, SuccessEvent, UploadComponent, UploadEvent, UploadProgressEvent } from '@progress/kendo-angular-upload';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class UploaderComponent implements OnChanges, OnInit, AfterViewInit {
|
|
6
6
|
private renderer;
|
|
@@ -5,9 +5,10 @@ import * as i3 from "@progress/kendo-angular-upload";
|
|
|
5
5
|
import * as i4 from "@progress/kendo-angular-buttons";
|
|
6
6
|
import * as i5 from "@angular/forms";
|
|
7
7
|
import * as i6 from "@progress/kendo-angular-layout";
|
|
8
|
-
import * as i7 from "
|
|
8
|
+
import * as i7 from "@progress-chef/typography";
|
|
9
|
+
import * as i8 from "@angular/common/http";
|
|
9
10
|
export declare class UploaderModule {
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<UploaderModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UploaderModule, [typeof i1.UploaderComponent], [typeof i2.CommonModule, typeof i3.UploadsModule, typeof i4.ButtonsModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.LayoutModule, typeof i7.TypographyModule], [typeof i1.UploaderComponent, typeof i3.UploadsModule]>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UploaderModule, [typeof i1.UploaderComponent], [typeof i2.CommonModule, typeof i3.UploadsModule, typeof i4.ButtonsModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.LayoutModule, typeof i7.TypographyModule, typeof i8.HttpClientModule], [typeof i1.UploaderComponent, typeof i3.UploadsModule]>;
|
|
12
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<UploaderModule>;
|
|
13
14
|
}
|
|
@@ -6,7 +6,7 @@ import * as i4 from "./card-actions/card-actions.component";
|
|
|
6
6
|
import * as i5 from "./card-body/card-body.component";
|
|
7
7
|
import * as i6 from "@angular/common";
|
|
8
8
|
import * as i7 from "@progress/kendo-angular-layout";
|
|
9
|
-
import * as i8 from "
|
|
9
|
+
import * as i8 from "@progress-chef/typography";
|
|
10
10
|
export declare class CardModule {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardModule, never>;
|
|
12
12
|
static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, [typeof i1.CardComponent, typeof i2.CardHeaderComponent, typeof i3.CardFooterComponent, typeof i4.CardActionsComponent, typeof i5.CardBodyComponent], [typeof i6.CommonModule, typeof i7.LayoutModule, typeof i8.TypographyModule], [typeof i1.CardComponent, typeof i2.CardHeaderComponent, typeof i3.CardFooterComponent, typeof i4.CardActionsComponent, typeof i5.CardBodyComponent]>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { DialogComponent } from '../dialog.component';
|
|
3
|
-
import { TypographyType } from '
|
|
3
|
+
import { TypographyType } from '@progress-chef/typography';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class DialogTitlebarComponent {
|
|
6
6
|
dialogComponent: DialogComponent;
|
|
@@ -6,8 +6,8 @@ import * as i4 from "./confirmation-dialog/confirmation-dialog.component";
|
|
|
6
6
|
import * as i5 from "@angular/common";
|
|
7
7
|
import * as i6 from "@progress/kendo-angular-dialog";
|
|
8
8
|
import * as i7 from "@progress/kendo-angular-buttons";
|
|
9
|
-
import * as i8 from "
|
|
10
|
-
import * as i9 from "
|
|
9
|
+
import * as i8 from "@progress-chef/typography";
|
|
10
|
+
import * as i9 from "@progress-chef/button";
|
|
11
11
|
export declare class DialogModule {
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogModule, never>;
|
|
13
13
|
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogModule, [typeof i1.DialogComponent, typeof i2.DialogTitlebarComponent, typeof i3.DialogActionsComponent, typeof i4.ConfirmationDialogComponent], [typeof i5.CommonModule, typeof i6.DialogsModule, typeof i7.ButtonsModule, typeof i8.TypographyModule, typeof i9.ButtonModule], [typeof i1.DialogComponent, typeof i2.DialogTitlebarComponent, typeof i3.DialogActionsComponent, typeof i4.ConfirmationDialogComponent]>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./grid-form.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@progress-chef/icon";
|
|
5
|
+
import * as i4 from "@progress/kendo-angular-icons";
|
|
6
|
+
import * as i5 from "@progress/kendo-angular-inputs";
|
|
7
|
+
import * as i6 from "@progress-chef/typography";
|
|
8
|
+
import * as i7 from "@progress-chef/tooltip";
|
|
9
|
+
import * as i8 from "@progress/kendo-angular-grid";
|
|
10
|
+
import * as i9 from "@progress-chef/grid-pagination";
|
|
11
|
+
import * as i10 from "@angular/forms";
|
|
12
|
+
export declare class GridFormModule {
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GridFormModule, never>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GridFormModule, [typeof i1.GridFormComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.IconsModule, typeof i5.InputsModule, typeof i6.TypographyModule, typeof i7.TooltipModule, typeof i8.GridModule, typeof i9.GridPaginationModule, typeof i10.FormsModule, typeof i10.ReactiveFormsModule], [typeof i1.GridFormComponent]>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GridFormModule>;
|
|
16
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { AfterContentInit, AfterViewInit, ChangeDetectorRef, Component, ElementRef, EventEmitter, OnInit, QueryList, Renderer2, TemplateRef } from '@angular/core';
|
|
2
2
|
import { FormGroup } from '@angular/forms';
|
|
3
|
-
import { CellClickEvent, CellCloseEvent, GridComponent, GridDataResult, PageChangeEvent, RowClassArgs, SelectAllCheckboxState, SelectableMode, SelectableSettings } from '@progress/kendo-angular-grid';
|
|
4
3
|
import { SortDescriptor } from '@progress/kendo-data-query';
|
|
4
|
+
import { LoaderSize, LoaderThemeColor, LoaderType } from '@progress-chef/loader';
|
|
5
|
+
import { CellClickEvent, CellCloseEvent, GridComponent, GridDataResult, PageChangeEvent, RowClassArgs, SelectAllCheckboxState, SelectableMode, SelectableSettings } from '@progress/kendo-angular-grid';
|
|
5
6
|
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
6
|
-
import { LoaderSize, LoaderThemeColor, LoaderType } from '../../atoms/loader/loader.component';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class CustomColumnTemplate {
|
|
9
9
|
template: TemplateRef<Component>;
|
|
@@ -81,7 +81,8 @@ export declare class GridPaginationComponent implements OnInit, AfterContentInit
|
|
|
81
81
|
expandRowColumnWidth: number;
|
|
82
82
|
deletedRowData: EventEmitter<any>;
|
|
83
83
|
sizes: any[];
|
|
84
|
-
|
|
84
|
+
_pageCount: number;
|
|
85
|
+
set pageCount(value: number);
|
|
85
86
|
showDeleteColumn: boolean;
|
|
86
87
|
hideKebabRowIndex: number[];
|
|
87
88
|
loading: boolean;
|
|
@@ -104,6 +105,13 @@ export declare class GridPaginationComponent implements OnInit, AfterContentInit
|
|
|
104
105
|
isInfiniteScrollGrid: boolean;
|
|
105
106
|
gridLoading: boolean;
|
|
106
107
|
selectAllMsgParentElement: any;
|
|
108
|
+
minResizableWidth: number;
|
|
109
|
+
showRefresh: boolean;
|
|
110
|
+
isKebabColumnSticky: boolean;
|
|
111
|
+
isCheckBoxColumnSticky: boolean;
|
|
112
|
+
isDeleteColumnSticky: boolean;
|
|
113
|
+
emitRefreshEvt: EventEmitter<any>;
|
|
114
|
+
isSelectAllCheckboxRequired: boolean;
|
|
107
115
|
constructor(cdRef: ChangeDetectorRef, renderer: Renderer2);
|
|
108
116
|
columnTemplateDict: any;
|
|
109
117
|
ngOnInit(): void;
|
|
@@ -136,6 +144,7 @@ export declare class GridPaginationComponent implements OnInit, AfterContentInit
|
|
|
136
144
|
canEnableSelectAll(): boolean;
|
|
137
145
|
cellCloseHandler(args: CellCloseEvent): void;
|
|
138
146
|
saveChanges(): void;
|
|
147
|
+
refreshGridData(): void;
|
|
139
148
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridPaginationComponent, never>;
|
|
140
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GridPaginationComponent, "lib-grid-pagination", never, { "skip": { "alias": "skip"; "required": false; }; "itemName": { "alias": "itemName"; "required": false; }; "showSelectAllMessage": { "alias": "showSelectAllMessage"; "required": false; }; "columnData": { "alias": "columnData"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pageable": { "alias": "pageable"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "groupable": { "alias": "groupable"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "checkBoxWidth": { "alias": "checkBoxWidth"; "required": false; }; "checkBoxColumnResizable": { "alias": "checkBoxColumnResizable"; "required": false; }; "checkBoxColumnMenu": { "alias": "checkBoxColumnMenu"; "required": false; }; "checkBoxColumnShowSelectedAll": { "alias": "checkBoxColumnShowSelectedAll"; "required": false; }; "checkBoxRequired": { "alias": "checkBoxRequired"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "checkboxOnly": { "alias": "checkboxOnly"; "required": false; }; "dragColumns": { "alias": "dragColumns"; "required": false; }; "navigable": { "alias": "navigable"; "required": false; }; "gridHeight": { "alias": "gridHeight"; "required": false; }; "gridRowSelectByValue": { "alias": "gridRowSelectByValue"; "required": false; }; "noRecordsContent": { "alias": "noRecordsContent"; "required": false; }; "showToolbar": { "alias": "showToolbar"; "required": false; }; "kebabList": { "alias": "kebabList"; "required": false; }; "showKebab": { "alias": "showKebab"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "kebabColumnWidth": { "alias": "kebabColumnWidth"; "required": false; }; "selectColumn": { "alias": "selectColumn"; "required": false; }; "preSelected": { "alias": "preSelected"; "required": false; }; "gridView": { "alias": "gridView"; "required": false; }; "ignoreColumnCellClick": { "alias": "ignoreColumnCellClick"; "required": false; }; "allowColumnClick": { "alias": "allowColumnClick"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "hasApiSorting": { "alias": "hasApiSorting"; "required": false; }; "expandRowIndex": { "alias": "expandRowIndex"; "required": false; }; "customExpandRowColumn": { "alias": "customExpandRowColumn"; "required": false; }; "deleteColumnWidth": { "alias": "deleteColumnWidth"; "required": false; }; "sizes": { "alias": "sizes"; "required": false; }; "pageCount": { "alias": "pageCount"; "required": false; }; "showDeleteColumn": { "alias": "showDeleteColumn"; "required": false; }; "hideKebabRowIndex": { "alias": "hideKebabRowIndex"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loaderType": { "alias": "loaderType"; "required": false; }; "loaderSize": { "alias": "loaderSize"; "required": false; }; "loaderTheme": { "alias": "loaderTheme"; "required": false; }; "disablePreSelectedRows": { "alias": "disablePreSelectedRows"; "required": false; }; "allowEditingCell": { "alias": "allowEditingCell"; "required": false; }; "columnContentNoWrap": { "alias": "columnContentNoWrap"; "required": false; }; "infiniteScrollLoader": { "alias": "infiniteScrollLoader"; "required": false; }; "isInfiniteScrollGrid": { "alias": "isInfiniteScrollGrid"; "required": false; }; "gridLoading": { "alias": "gridLoading"; "required": false; }; }, { "onSelectAllAcrossPages": "onSelectAllAcrossPages"; "selectedRowData": "selectedRowData"; "rowDetails": "rowDetails"; "kebabItemClick": "kebabItemClick"; "rowDataOfClickedCell": "rowDataOfClickedCell"; "onPageChange": "onPageChange"; "sortDirection": "sortDirection"; "deletedRowData": "deletedRowData"; "updatedData": "updatedData"; "onscrollBottom": "onscrollBottom"; }, ["templateRef", "detailTemplate", "impactColumn", "columnTemplates"], ["*"], false, never>;
|
|
149
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GridPaginationComponent, "lib-grid-pagination", never, { "skip": { "alias": "skip"; "required": false; }; "itemName": { "alias": "itemName"; "required": false; }; "showSelectAllMessage": { "alias": "showSelectAllMessage"; "required": false; }; "columnData": { "alias": "columnData"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pageable": { "alias": "pageable"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "groupable": { "alias": "groupable"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "checkBoxWidth": { "alias": "checkBoxWidth"; "required": false; }; "checkBoxColumnResizable": { "alias": "checkBoxColumnResizable"; "required": false; }; "checkBoxColumnMenu": { "alias": "checkBoxColumnMenu"; "required": false; }; "checkBoxColumnShowSelectedAll": { "alias": "checkBoxColumnShowSelectedAll"; "required": false; }; "checkBoxRequired": { "alias": "checkBoxRequired"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "checkboxOnly": { "alias": "checkboxOnly"; "required": false; }; "dragColumns": { "alias": "dragColumns"; "required": false; }; "navigable": { "alias": "navigable"; "required": false; }; "gridHeight": { "alias": "gridHeight"; "required": false; }; "gridRowSelectByValue": { "alias": "gridRowSelectByValue"; "required": false; }; "noRecordsContent": { "alias": "noRecordsContent"; "required": false; }; "showToolbar": { "alias": "showToolbar"; "required": false; }; "kebabList": { "alias": "kebabList"; "required": false; }; "showKebab": { "alias": "showKebab"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "kebabColumnWidth": { "alias": "kebabColumnWidth"; "required": false; }; "selectColumn": { "alias": "selectColumn"; "required": false; }; "preSelected": { "alias": "preSelected"; "required": false; }; "gridView": { "alias": "gridView"; "required": false; }; "ignoreColumnCellClick": { "alias": "ignoreColumnCellClick"; "required": false; }; "allowColumnClick": { "alias": "allowColumnClick"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "hasApiSorting": { "alias": "hasApiSorting"; "required": false; }; "expandRowIndex": { "alias": "expandRowIndex"; "required": false; }; "customExpandRowColumn": { "alias": "customExpandRowColumn"; "required": false; }; "deleteColumnWidth": { "alias": "deleteColumnWidth"; "required": false; }; "sizes": { "alias": "sizes"; "required": false; }; "pageCount": { "alias": "pageCount"; "required": false; }; "showDeleteColumn": { "alias": "showDeleteColumn"; "required": false; }; "hideKebabRowIndex": { "alias": "hideKebabRowIndex"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loaderType": { "alias": "loaderType"; "required": false; }; "loaderSize": { "alias": "loaderSize"; "required": false; }; "loaderTheme": { "alias": "loaderTheme"; "required": false; }; "disablePreSelectedRows": { "alias": "disablePreSelectedRows"; "required": false; }; "allowEditingCell": { "alias": "allowEditingCell"; "required": false; }; "columnContentNoWrap": { "alias": "columnContentNoWrap"; "required": false; }; "infiniteScrollLoader": { "alias": "infiniteScrollLoader"; "required": false; }; "isInfiniteScrollGrid": { "alias": "isInfiniteScrollGrid"; "required": false; }; "gridLoading": { "alias": "gridLoading"; "required": false; }; "minResizableWidth": { "alias": "minResizableWidth"; "required": false; }; "showRefresh": { "alias": "showRefresh"; "required": false; }; "isKebabColumnSticky": { "alias": "isKebabColumnSticky"; "required": false; }; "isCheckBoxColumnSticky": { "alias": "isCheckBoxColumnSticky"; "required": false; }; "isDeleteColumnSticky": { "alias": "isDeleteColumnSticky"; "required": false; }; "isSelectAllCheckboxRequired": { "alias": "isSelectAllCheckboxRequired"; "required": false; }; }, { "onSelectAllAcrossPages": "onSelectAllAcrossPages"; "selectedRowData": "selectedRowData"; "rowDetails": "rowDetails"; "kebabItemClick": "kebabItemClick"; "rowDataOfClickedCell": "rowDataOfClickedCell"; "onPageChange": "onPageChange"; "sortDirection": "sortDirection"; "deletedRowData": "deletedRowData"; "updatedData": "updatedData"; "onscrollBottom": "onscrollBottom"; "emitRefreshEvt": "emitRefreshEvt"; }, ["templateRef", "detailTemplate", "impactColumn", "columnTemplates"], ["*"], false, never>;
|
|
141
150
|
}
|
|
@@ -4,17 +4,18 @@ import * as i2 from "./grid-pagination-spacer/grid-pagination-spacer.component";
|
|
|
4
4
|
import * as i3 from "./kebab-menu-filter.pipe";
|
|
5
5
|
import * as i4 from "@angular/common";
|
|
6
6
|
import * as i5 from "@progress/kendo-angular-buttons";
|
|
7
|
-
import * as i6 from "
|
|
7
|
+
import * as i6 from "@progress-chef/icon";
|
|
8
8
|
import * as i7 from "@progress/kendo-angular-icons";
|
|
9
9
|
import * as i8 from "@progress/kendo-angular-inputs";
|
|
10
10
|
import * as i9 from "@progress/kendo-angular-grid";
|
|
11
11
|
import * as i10 from "@progress/kendo-angular-dialog";
|
|
12
12
|
import * as i11 from "@angular/forms";
|
|
13
|
-
import * as i12 from "
|
|
14
|
-
import * as i13 from "
|
|
15
|
-
import * as i14 from "
|
|
13
|
+
import * as i12 from "@progress-chef/tooltip";
|
|
14
|
+
import * as i13 from "@progress-chef/typography";
|
|
15
|
+
import * as i14 from "@progress-chef/loader";
|
|
16
|
+
import * as i15 from "@progress-chef/button";
|
|
16
17
|
export declare class GridPaginationModule {
|
|
17
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridPaginationModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GridPaginationModule, [typeof i1.GridPaginationComponent, typeof i2.GridPaginationSpacerComponent, typeof
|
|
19
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GridPaginationModule, [typeof i1.GridPaginationComponent, typeof i2.GridPaginationSpacerComponent, typeof i1.CustomColumnTemplate, typeof i3.KebabMenuFilterPipe], [typeof i4.CommonModule, typeof i5.ButtonsModule, typeof i6.IconModule, typeof i7.IconsModule, typeof i8.InputsModule, typeof i9.GridModule, typeof i10.DialogModule, typeof i11.FormsModule, typeof i12.TooltipModule, typeof i11.ReactiveFormsModule, typeof i13.TypographyModule, typeof i14.LoaderModule, typeof i15.ButtonModule], [typeof i1.GridPaginationComponent, typeof i2.GridPaginationSpacerComponent, typeof i1.CustomColumnTemplate]>;
|
|
19
20
|
static ɵinj: i0.ɵɵInjectorDeclaration<GridPaginationModule>;
|
|
20
21
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "@angular/
|
|
4
|
-
import * as i3 from "./
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "./grid/grid.module";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/forms";
|
|
4
|
+
import * as i3 from "./card/card.module";
|
|
5
|
+
import * as i4 from "./dialog/dialog.module";
|
|
6
|
+
import * as i5 from "./grid-form/grid-form.module";
|
|
7
7
|
import * as i6 from "./grid-layout/grid-layout.module";
|
|
8
8
|
import * as i7 from "./grid-pagination/grid-pagination.module";
|
|
9
9
|
import * as i8 from "./tabstrip/tabstrip.module";
|
|
10
10
|
export declare class MoleculesModule {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<MoleculesModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i2.ReactiveFormsModule, typeof i3.CardModule, typeof i4.DialogModule, typeof i5.GridFormModule, typeof i6.GridLayoutModule, typeof i7.GridPaginationModule, typeof i8.TabstripModule], [typeof i3.CardModule, typeof i4.DialogModule, typeof i5.GridFormModule, typeof i6.GridLayoutModule, typeof i7.GridPaginationModule, typeof i8.TabstripModule]>;
|
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<MoleculesModule>;
|
|
14
14
|
}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class SharedComponent {
|
|
4
|
-
|
|
5
|
-
constructor(themesService: ThemesService);
|
|
3
|
+
constructor();
|
|
6
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedComponent, never>;
|
|
7
5
|
static ɵcmp: i0.ɵɵComponentDeclaration<SharedComponent, "lib-shared", never, {}, {}, never, never, false, never>;
|
|
8
6
|
}
|
package/package.json
CHANGED
|
@@ -1,44 +1,42 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress-chef/platform-shared-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.112",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^
|
|
6
|
-
"@angular/core": "^
|
|
7
|
-
"@angular/localize": "^
|
|
5
|
+
"@angular/common": "^17.3.12",
|
|
6
|
+
"@angular/core": "^17.3.12",
|
|
7
|
+
"@angular/localize": "^17.3.12"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
+
"tslib": "^2.3.0",
|
|
10
11
|
"bootstrap": "^5.2.1",
|
|
12
|
+
"material-icons": "^1.13.2",
|
|
13
|
+
"@progress/kendo-angular-popup": "^14.2.0",
|
|
14
|
+
"@progress/kendo-angular-layout": "^15.5.0",
|
|
15
|
+
"@progress/kendo-angular-navigation": "^14.2.0",
|
|
11
16
|
"@progress/kendo-angular-buttons": "^14.2.0",
|
|
12
|
-
"@progress/kendo-angular-common": "^14.2.0",
|
|
13
|
-
"@progress/kendo-angular-dialog": "^14.2.0",
|
|
14
|
-
"@progress/kendo-angular-dateinputs": "^14.2.0",
|
|
15
17
|
"@progress/kendo-angular-dropdowns": "^14.2.0",
|
|
16
|
-
"@progress/kendo-angular-icons": "^14.2.0",
|
|
17
|
-
"@progress/kendo-angular-indicators": "^14.2.0",
|
|
18
18
|
"@progress/kendo-angular-inputs": "^14.2.0",
|
|
19
19
|
"@progress/kendo-angular-intl": "^14.2.0",
|
|
20
|
-
"@progress/kendo-angular-
|
|
20
|
+
"@progress/kendo-angular-treeview": "^14.2.0",
|
|
21
|
+
"@progress/kendo-drawing": "^1.19.0",
|
|
21
22
|
"@progress/kendo-angular-label": "^14.2.0",
|
|
22
|
-
"@progress/kendo-angular-
|
|
23
|
+
"@progress/kendo-angular-dateinputs": "^14.2.0",
|
|
24
|
+
"@progress/kendo-angular-dialog": "^14.2.0",
|
|
25
|
+
"@progress/kendo-angular-utils": "^14.2.0",
|
|
23
26
|
"@progress/kendo-angular-listview": "^14.2.0",
|
|
24
|
-
"@progress/kendo-angular-
|
|
25
|
-
"@progress/kendo-angular-notification": "^14.2.0",
|
|
27
|
+
"@progress/kendo-angular-icons": "^14.2.0",
|
|
26
28
|
"@progress/kendo-angular-pager": "^14.2.0",
|
|
27
|
-
"@progress/kendo-angular-
|
|
28
|
-
"@progress/kendo-angular-
|
|
29
|
-
"@progress/kendo-angular-tooltip": "^14.2.0",
|
|
30
|
-
"@progress/kendo-angular-treeview": "^14.2.0",
|
|
31
|
-
"@progress/kendo-angular-utils": "14.2.0",
|
|
29
|
+
"@progress/kendo-angular-grid": "^14.2.0",
|
|
30
|
+
"@progress/kendo-angular-common": "^14.2.0",
|
|
32
31
|
"@progress/kendo-data-query": "^1.7.0",
|
|
33
|
-
"@progress/kendo-drawing": "1.19.0",
|
|
34
|
-
"@progress/kendo-licensing": "^1.3.3",
|
|
35
|
-
"@progress/kendo-recurrence": "^1.0.3",
|
|
36
32
|
"@progress/kendo-svg-icons": "^2.0.0",
|
|
37
|
-
"@progress/kendo-angular-grid": "^14.2.0",
|
|
38
33
|
"@progress/kendo-angular-pdf-export": "^14.2.0",
|
|
39
34
|
"@progress/kendo-angular-excel-export": "^14.2.0",
|
|
40
|
-
"@progress/kendo-angular-
|
|
41
|
-
"
|
|
35
|
+
"@progress/kendo-angular-indicators": "^14.2.0",
|
|
36
|
+
"@progress/kendo-angular-progressbar": "^14.2.0",
|
|
37
|
+
"@progress/kendo-angular-notification": "^14.2.0",
|
|
38
|
+
"@progress/kendo-angular-tooltip": "^14.2.0",
|
|
39
|
+
"@progress/kendo-angular-upload": "^14.2.0"
|
|
42
40
|
},
|
|
43
41
|
"module": "fesm2022/progress-chef-platform-shared-components.mjs",
|
|
44
42
|
"typings": "index.d.ts",
|
package/public-api.d.ts
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
export * from './lib/shared.service';
|
|
2
1
|
export * from './lib/atoms/toast-notification/toast-notification.service';
|
|
3
|
-
export * from './lib/style-tokens/style-tokens.module';
|
|
4
2
|
/** --------------- modules ----------------------- **/
|
|
5
3
|
export * from './lib/shared.module';
|
|
6
4
|
export * from './lib/atoms/atoms.module';
|
|
@@ -11,14 +9,21 @@ export * from './lib/atoms/breadcrumb/breadcrumb.module';
|
|
|
11
9
|
export * from './lib/atoms/button/button.module';
|
|
12
10
|
export * from './lib/atoms/button-group/button-group.module';
|
|
13
11
|
export * from './lib/atoms/checkbox/checkbox.module';
|
|
12
|
+
export * from './lib/atoms/chip/chip.module';
|
|
13
|
+
export * from './lib/atoms/chip-list/chip-list.module';
|
|
14
14
|
export * from './lib/atoms/clipboard/clipboard.module';
|
|
15
15
|
export * from './lib/atoms/container/container.module';
|
|
16
|
+
export * from './lib/atoms/date-range/date-range.module';
|
|
17
|
+
export * from './lib/atoms/datepicker/datepicker.module';
|
|
18
|
+
export * from './lib/atoms/drag-and-drop/drag-and-drop.module';
|
|
16
19
|
export * from './lib/atoms/dropdown/dropdown.module';
|
|
17
|
-
export * from './lib/atoms/
|
|
20
|
+
export * from './lib/atoms/dropdown-button/dropdown-button.module';
|
|
21
|
+
export * from './lib/atoms/dropdown-tree/dropdowntree.module';
|
|
18
22
|
export * from './lib/atoms/expansion-panel/expansion-panel.module';
|
|
19
23
|
export * from './lib/atoms/icon/icon.module';
|
|
20
|
-
export * from './lib/atoms/
|
|
24
|
+
export * from './lib/atoms/labels/label.module';
|
|
21
25
|
export * from './lib/atoms/loader/loader.module';
|
|
26
|
+
export * from './lib/atoms/list-views/list-view.module';
|
|
22
27
|
export * from './lib/atoms/loading-spinner/loading-spinner.module';
|
|
23
28
|
export * from './lib/atoms/multi-select-dropdown/multi-select-dropdown.module';
|
|
24
29
|
export * from './lib/atoms/notification/notification.module';
|
|
@@ -27,26 +32,20 @@ export * from './lib/atoms/progress-bar/progress-bar.module';
|
|
|
27
32
|
export * from './lib/atoms/radio-button/radio-button.module';
|
|
28
33
|
export * from './lib/atoms/search-box/search-box.module';
|
|
29
34
|
export * from './lib/atoms/slider/slider.module';
|
|
35
|
+
export * from './lib/atoms/stepper/stepper.module';
|
|
36
|
+
export * from './lib/atoms/switch/switch.module';
|
|
30
37
|
export * from './lib/atoms/text-area/text-area.module';
|
|
31
38
|
export * from './lib/atoms/textbox/textbox.module';
|
|
39
|
+
export * from './lib/atoms/time-picker/time-picker.module';
|
|
32
40
|
export * from './lib/atoms/toast-notification/toast-notification.module';
|
|
33
41
|
export * from './lib/atoms/timescheduler/timescheduler.module';
|
|
34
42
|
export * from './lib/atoms/tooltip/tooltip.module';
|
|
35
43
|
export * from './lib/atoms/typography/typography.module';
|
|
36
|
-
export * from './lib/atoms/datepicker/datepicker.module';
|
|
37
|
-
export * from './lib/atoms/stepper/stepper.module';
|
|
38
|
-
export * from './lib/atoms/list-view/list-view.module';
|
|
39
|
-
export * from './lib/atoms/date-range/date-range.module';
|
|
40
|
-
export * from './lib/atoms/drag-and-drop/drag-and-drop.module';
|
|
41
|
-
export * from './lib/atoms/switch/switch.module';
|
|
42
|
-
export * from './lib/atoms/chip/chip.module';
|
|
43
|
-
export * from './lib/atoms/chip-list/chip-list.module';
|
|
44
44
|
export * from './lib/atoms/uploader/uploader.module';
|
|
45
|
-
export * from './lib/atoms/time-picker/timePicker.module';
|
|
46
45
|
export * from './lib/molecules/molecules.module';
|
|
47
46
|
export * from './lib/molecules/card/card.module';
|
|
48
47
|
export * from './lib/molecules/dialog/dialog.module';
|
|
49
|
-
export * from './lib/molecules/grid/grid.module';
|
|
48
|
+
export * from './lib/molecules/grid-form/grid-form.module';
|
|
50
49
|
export * from './lib/molecules/grid-layout/grid-layout.module';
|
|
51
50
|
export * from './lib/molecules/grid-pagination/grid-pagination.module';
|
|
52
51
|
export * from './lib/molecules/tabstrip/tabstrip.module';
|
|
@@ -58,13 +57,20 @@ export * from './lib/atoms/breadcrumb/breadcrumb.component';
|
|
|
58
57
|
export * from './lib/atoms/button/button.component';
|
|
59
58
|
export * from './lib/atoms/button-group/button-group.component';
|
|
60
59
|
export * from './lib/atoms/checkbox/checkbox.component';
|
|
60
|
+
export * from './lib/atoms/chip/chip.component';
|
|
61
|
+
export * from './lib/atoms/chip-list/chip-list.component';
|
|
61
62
|
export * from './lib/atoms/clipboard/clipboard.component';
|
|
62
63
|
export * from './lib/atoms/container/container.component';
|
|
64
|
+
export * from './lib/atoms/date-range/date-range.component';
|
|
65
|
+
export * from './lib/atoms/datepicker/datepicker.component';
|
|
66
|
+
export * from './lib/atoms/drag-and-drop/drag-and-drop.component';
|
|
63
67
|
export * from './lib/atoms/dropdown/dropdown.component';
|
|
64
|
-
export * from './lib/atoms/
|
|
68
|
+
export * from './lib/atoms/dropdown-button/dropdown-button.component';
|
|
69
|
+
export * from './lib/atoms/dropdown-tree/dropdowntree.component';
|
|
65
70
|
export * from './lib/atoms/expansion-panel/expansion-panel.component';
|
|
66
71
|
export * from './lib/atoms/icon/icon.component';
|
|
67
|
-
export * from './lib/atoms/
|
|
72
|
+
export * from './lib/atoms/labels/label.component';
|
|
73
|
+
export * from './lib/atoms/list-views/list-view.component';
|
|
68
74
|
export * from './lib/atoms/loader/loader.component';
|
|
69
75
|
export * from './lib/atoms/loading-spinner/loading-spinner.component';
|
|
70
76
|
export * from './lib/atoms/multi-select-dropdown/multi-select-dropdown.component';
|
|
@@ -74,22 +80,16 @@ export * from './lib/atoms/progress-bar/progress-bar.component';
|
|
|
74
80
|
export * from './lib/atoms/radio-button/radio-button.component';
|
|
75
81
|
export * from './lib/atoms/search-box/search-box.component';
|
|
76
82
|
export * from './lib/atoms/slider/slider.component';
|
|
83
|
+
export * from './lib/atoms/stepper/stepper.component';
|
|
84
|
+
export * from './lib/atoms/switch/switch.component';
|
|
77
85
|
export * from './lib/atoms/text-area/text-area.component';
|
|
78
86
|
export * from './lib/atoms/textbox/textbox.component';
|
|
87
|
+
export * from './lib/atoms/time-picker/time-picker.component';
|
|
79
88
|
export * from './lib/atoms/timescheduler/timescheduler.component';
|
|
80
89
|
export * from './lib/atoms/tooltip/tooltip.component';
|
|
81
90
|
export * from './lib/atoms/typography/typography.component';
|
|
82
|
-
export * from './lib/atoms/datepicker/datepicker.component';
|
|
83
|
-
export * from './lib/atoms/stepper/stepper.component';
|
|
84
|
-
export * from './lib/atoms/drag-and-drop/drag-and-drop.component';
|
|
85
|
-
export * from './lib/shared.component';
|
|
86
|
-
export * from './lib/atoms/list-view/list-view.component';
|
|
87
|
-
export * from './lib/atoms/date-range/date-range.component';
|
|
88
|
-
export * from './lib/atoms/switch/switch.component';
|
|
89
|
-
export * from './lib/atoms/chip/chip.component';
|
|
90
|
-
export * from './lib/atoms/chip-list/chip-list.component';
|
|
91
91
|
export * from './lib/atoms/uploader/uploader.component';
|
|
92
|
-
export * from './lib/
|
|
92
|
+
export * from './lib/shared.component';
|
|
93
93
|
export * from './lib/molecules/card/card-actions/card-actions.component';
|
|
94
94
|
export * from './lib/molecules/card/card-body/card-body.component';
|
|
95
95
|
export * from './lib/molecules/card/card-footer/card-footer.component';
|
|
@@ -100,10 +100,9 @@ export * from './lib/molecules/dialog/dialog-titlebar/dialog-titlebar.component'
|
|
|
100
100
|
export * from './lib/molecules/dialog/confirmation-dialog/confirmation-dialog.component';
|
|
101
101
|
export * from './lib/molecules/dialog/dialog.component';
|
|
102
102
|
export * from './lib/molecules/grid-layout/grid-layout-item/grid-layout-item.component';
|
|
103
|
+
export * from './lib/molecules/grid-form/grid-form.component';
|
|
103
104
|
export * from './lib/molecules/grid-layout/grid-layout.component';
|
|
104
|
-
export * from './lib/molecules/grid/grid.component';
|
|
105
|
-
export * from './lib/molecules/grid/grid-spacer/grid-spacer.component';
|
|
106
|
-
export * from './lib/molecules/grid/grid-form/grid-form.component';
|
|
105
|
+
export * from './lib/molecules/grid-layout/grid-layout-item/grid-layout-item.component';
|
|
107
106
|
export * from './lib/molecules/grid-pagination/grid-pagination.component';
|
|
108
107
|
export * from './lib/molecules/grid-pagination/grid-pagination-spacer/grid-pagination-spacer.component';
|
|
109
108
|
export * from './lib/molecules/tabstrip/tabstrip-tab/tabstrip-tab.component';
|