@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./alert.component";
|
|
3
|
-
import * as i2 from "
|
|
3
|
+
import * as i2 from "@progress-chef/icon";
|
|
4
4
|
export declare class AlertModule {
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<AlertModule, never>;
|
|
6
6
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AlertModule, [typeof i1.AlertComponent], [typeof i2.IconModule], [typeof i1.AlertComponent]>;
|
|
@@ -2,10 +2,9 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./angular-popup.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@progress/kendo-angular-popup";
|
|
5
|
-
import * as i4 from "@
|
|
6
|
-
import * as i5 from "../container/container.module";
|
|
5
|
+
import * as i4 from "@progress-chef/container";
|
|
7
6
|
export declare class AngularPopupModule {
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AngularPopupModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AngularPopupModule, [typeof i1.AngularPopupComponent], [typeof i2.CommonModule, typeof i3.PopupModule, typeof i4.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AngularPopupModule, [typeof i1.AngularPopupComponent], [typeof i2.CommonModule, typeof i3.PopupModule, typeof i4.ContainerModule], [typeof i1.AngularPopupComponent]>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<AngularPopupModule>;
|
|
11
10
|
}
|
|
@@ -1,48 +1,48 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "./
|
|
5
|
-
import * as i4 from "./
|
|
6
|
-
import * as i5 from "./
|
|
7
|
-
import * as i6 from "./
|
|
8
|
-
import * as i7 from "./
|
|
9
|
-
import * as i8 from "
|
|
10
|
-
import * as i9 from "./
|
|
11
|
-
import * as i10 from "./
|
|
12
|
-
import * as i11 from "./
|
|
13
|
-
import * as i12 from "./
|
|
14
|
-
import * as i13 from "
|
|
15
|
-
import * as i14 from "./
|
|
16
|
-
import * as i15 from "./
|
|
17
|
-
import * as i16 from "./
|
|
18
|
-
import * as i17 from "./
|
|
19
|
-
import * as i18 from "./
|
|
20
|
-
import * as i19 from "./
|
|
21
|
-
import * as i20 from "./
|
|
22
|
-
import * as i21 from "./
|
|
23
|
-
import * as i22 from "./
|
|
24
|
-
import * as i23 from "./
|
|
25
|
-
import * as i24 from "./
|
|
26
|
-
import * as i25 from "
|
|
27
|
-
import * as i26 from "./
|
|
28
|
-
import * as i27 from "./
|
|
29
|
-
import * as i28 from "./
|
|
30
|
-
import * as i29 from "./
|
|
31
|
-
import * as i30 from "./
|
|
32
|
-
import * as i31 from "./
|
|
33
|
-
import * as i32 from "./
|
|
34
|
-
import * as i33 from "./
|
|
35
|
-
import * as i34 from "./
|
|
36
|
-
import * as i35 from "./
|
|
37
|
-
import * as i36 from "./
|
|
38
|
-
import * as i37 from "./
|
|
39
|
-
import * as i38 from "./
|
|
40
|
-
import * as i39 from "./
|
|
41
|
-
import * as i40 from "./
|
|
42
|
-
import * as i41 from "./
|
|
43
|
-
import * as i42 from "./
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/forms";
|
|
4
|
+
import * as i3 from "./alert/alert.module";
|
|
5
|
+
import * as i4 from "./angular-popup/angular-popup.module";
|
|
6
|
+
import * as i5 from "./avatar/avatar.module";
|
|
7
|
+
import * as i6 from "./breadcrumb/breadcrumb.module";
|
|
8
|
+
import * as i7 from "./button/button.module";
|
|
9
|
+
import * as i8 from "./button-group/button-group.module";
|
|
10
|
+
import * as i9 from "./checkbox/checkbox.module";
|
|
11
|
+
import * as i10 from "./chip/chip.module";
|
|
12
|
+
import * as i11 from "./chip-list/chip-list.module";
|
|
13
|
+
import * as i12 from "./clipboard/clipboard.module";
|
|
14
|
+
import * as i13 from "./container/container.module";
|
|
15
|
+
import * as i14 from "./date-range/date-range.module";
|
|
16
|
+
import * as i15 from "./datepicker/datepicker.module";
|
|
17
|
+
import * as i16 from "./drag-and-drop/drag-and-drop.module";
|
|
18
|
+
import * as i17 from "./dropdown/dropdown.module";
|
|
19
|
+
import * as i18 from "./dropdown-button/dropdown-button.module";
|
|
20
|
+
import * as i19 from "./dropdown-tree/dropdowntree.module";
|
|
21
|
+
import * as i20 from "./expansion-panel/expansion-panel.module";
|
|
22
|
+
import * as i21 from "./icon/icon.module";
|
|
23
|
+
import * as i22 from "./labels/label.module";
|
|
24
|
+
import * as i23 from "./list-views/list-view.module";
|
|
25
|
+
import * as i24 from "./loader/loader.module";
|
|
26
|
+
import * as i25 from "./loading-spinner/loading-spinner.module";
|
|
27
|
+
import * as i26 from "./multi-select-dropdown/multi-select-dropdown.module";
|
|
28
|
+
import * as i27 from "./notification/notification.module";
|
|
29
|
+
import * as i28 from "./numeric-textbox/numeric-textbox.module";
|
|
30
|
+
import * as i29 from "./progress-bar/progress-bar.module";
|
|
31
|
+
import * as i30 from "./radio-button/radio-button.module";
|
|
32
|
+
import * as i31 from "./search-box/search-box.module";
|
|
33
|
+
import * as i32 from "./slider/slider.module";
|
|
34
|
+
import * as i33 from "./stepper/stepper.module";
|
|
35
|
+
import * as i34 from "./switch/switch.module";
|
|
36
|
+
import * as i35 from "./text-area/text-area.module";
|
|
37
|
+
import * as i36 from "./textbox/textbox.module";
|
|
38
|
+
import * as i37 from "./time-picker/time-picker.module";
|
|
39
|
+
import * as i38 from "./timescheduler/timescheduler.module";
|
|
40
|
+
import * as i39 from "./toast-notification/toast-notification.module";
|
|
41
|
+
import * as i40 from "./tooltip/tooltip.module";
|
|
42
|
+
import * as i41 from "./typography/typography.module";
|
|
43
|
+
import * as i42 from "./uploader/uploader.module";
|
|
44
44
|
export declare class AtomsModule {
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<AtomsModule, never>;
|
|
46
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AtomsModule, never, [typeof i1.
|
|
46
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AtomsModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i2.ReactiveFormsModule, typeof i3.AlertModule, typeof i4.AngularPopupModule, typeof i5.AvatarModule, typeof i6.BreadcrumbModule, typeof i7.ButtonModule, typeof i8.ButtonGroupModule, typeof i9.CheckboxModule, typeof i10.ChipModule, typeof i11.ChipListModule, typeof i12.ClipboardModule, typeof i13.ContainerModule, typeof i14.DateRangeModule, typeof i15.DatepickerModule, typeof i16.DragAndDropModule, typeof i17.DropdownModule, typeof i18.DropdownButtonModule, typeof i19.DropdowntreeModule, typeof i20.ExpansionPanelModule, typeof i21.IconModule, typeof i22.LabelsModule, typeof i23.ListViewsModule, typeof i24.LoaderModule, typeof i25.LoadingSpinnerModule, typeof i26.MultiSelectDropdownModule, typeof i27.NotificationModule, typeof i28.NumericTextboxModule, typeof i29.ProgressBarsModule, typeof i30.RadioButtonModule, typeof i31.SearchBoxModule, typeof i32.SliderModule, typeof i33.StepperModule, typeof i34.SwitchModule, typeof i35.TextAreaModule, typeof i36.TextboxModule, typeof i37.TimePickerModule, typeof i38.TimeschedulerModule, typeof i39.ToastNotificationModule, typeof i40.TooltipModule, typeof i41.TypographyModule, typeof i42.UploaderModule], [typeof i3.AlertModule, typeof i4.AngularPopupModule, typeof i5.AvatarModule, typeof i6.BreadcrumbModule, typeof i7.ButtonModule, typeof i8.ButtonGroupModule, typeof i9.CheckboxModule, typeof i10.ChipModule, typeof i11.ChipListModule, typeof i12.ClipboardModule, typeof i13.ContainerModule, typeof i14.DateRangeModule, typeof i15.DatepickerModule, typeof i16.DragAndDropModule, typeof i17.DropdownModule, typeof i18.DropdownButtonModule, typeof i19.DropdowntreeModule, typeof i20.ExpansionPanelModule, typeof i21.IconModule, typeof i22.LabelsModule, typeof i23.ListViewsModule, typeof i24.LoaderModule, typeof i25.LoadingSpinnerModule, typeof i26.MultiSelectDropdownModule, typeof i27.NotificationModule, typeof i28.NumericTextboxModule, typeof i29.ProgressBarsModule, typeof i30.RadioButtonModule, typeof i31.SearchBoxModule, typeof i32.SliderModule, typeof i33.StepperModule, typeof i34.SwitchModule, typeof i35.TextAreaModule, typeof i36.TextboxModule, typeof i37.TimePickerModule, typeof i38.TimeschedulerModule, typeof i39.ToastNotificationModule, typeof i40.TooltipModule, typeof i41.TypographyModule, typeof i42.UploaderModule]>;
|
|
47
47
|
static ɵinj: i0.ɵɵInjectorDeclaration<AtomsModule>;
|
|
48
48
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
3
|
-
import { SVGIcon } from
|
|
3
|
+
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class AvatarComponent implements OnInit {
|
|
6
6
|
private themesService;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./avatar.component";
|
|
3
3
|
import * as i2 from "@progress/kendo-angular-layout";
|
|
4
|
-
import * as i3 from "
|
|
4
|
+
import * as i3 from "@progress-chef/typography";
|
|
5
5
|
import * as i4 from "@angular/common";
|
|
6
6
|
export declare class AvatarModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarModule, never>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { TypographyType } from '../typography/TypographyType';
|
|
3
2
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
3
|
+
import { TypographyType } from '@progress-chef/typography';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class ButtonComponent {
|
|
6
6
|
private themesService;
|
|
@@ -20,9 +20,10 @@ export declare class ButtonComponent {
|
|
|
20
20
|
iconButton: boolean;
|
|
21
21
|
projectedIcon: boolean;
|
|
22
22
|
formatFn: Function;
|
|
23
|
+
iconFontSize: number;
|
|
23
24
|
onButtonClick(e: any): void;
|
|
24
25
|
button_size(): string;
|
|
25
26
|
toTitleCase(str: any): any;
|
|
26
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "lib-button", never, { "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; "label": { "alias": "label"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "toggleable": { "alias": "toggleable"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "fontType": { "alias": "fontType"; "required": false; }; "width": { "alias": "width"; "required": false; }; "iconButton": { "alias": "iconButton"; "required": false; }; "projectedIcon": { "alias": "projectedIcon"; "required": false; }; "formatFn": { "alias": "formatFn"; "required": false; }; }, { "buttonClick": "buttonClick"; }, never, never, false, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "lib-button", never, { "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; "label": { "alias": "label"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "toggleable": { "alias": "toggleable"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "fontType": { "alias": "fontType"; "required": false; }; "width": { "alias": "width"; "required": false; }; "iconButton": { "alias": "iconButton"; "required": false; }; "projectedIcon": { "alias": "projectedIcon"; "required": false; }; "formatFn": { "alias": "formatFn"; "required": false; }; "iconFontSize": { "alias": "iconFontSize"; "required": false; }; }, { "buttonClick": "buttonClick"; }, never, never, false, never>;
|
|
28
29
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./button.component";
|
|
3
3
|
import * as i2 from "@progress/kendo-angular-buttons";
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "
|
|
4
|
+
import * as i3 from "@progress-chef/typography";
|
|
5
|
+
import * as i4 from "@progress-chef/icon";
|
|
6
6
|
import * as i5 from "@angular/common";
|
|
7
7
|
export declare class ButtonModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonModule, never>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./button-group.component";
|
|
3
3
|
import * as i2 from "@progress/kendo-angular-buttons";
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "
|
|
4
|
+
import * as i3 from "@progress-chef/typography";
|
|
5
|
+
import * as i4 from "@progress-chef/icon";
|
|
6
6
|
import * as i5 from "@angular/common";
|
|
7
7
|
export declare class ButtonGroupModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonGroupModule, never>;
|
|
@@ -2,7 +2,7 @@ import { EventEmitter } from '@angular/core';
|
|
|
2
2
|
import { FormControl } from '@angular/forms';
|
|
3
3
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
4
4
|
import { CheckBoxRounded, InputSize } from '@progress/kendo-angular-inputs';
|
|
5
|
-
import { TypographyType } from '
|
|
5
|
+
import { TypographyType } from '@progress-chef/typography';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class CheckboxComponent {
|
|
8
8
|
private themesService;
|
|
@@ -3,7 +3,7 @@ import * as i1 from "./checkbox.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 CheckboxModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxModule, never>;
|
|
9
9
|
static ɵmod: i0.ɵɵNgModuleDeclaration<CheckboxModule, [typeof i1.CheckboxComponent], [typeof i2.CommonModule, typeof i3.InputsModule, typeof i4.ReactiveFormsModule, typeof i5.TypographyModule], [typeof i1.CheckboxComponent]>;
|
|
@@ -3,12 +3,11 @@ import * as i1 from "./chip.component";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@progress/kendo-angular-buttons";
|
|
5
5
|
import * as i4 from "@progress/kendo-angular-label";
|
|
6
|
-
import * as i5 from "@angular/
|
|
7
|
-
import * as i6 from "@
|
|
8
|
-
import * as i7 from "@
|
|
9
|
-
import * as i8 from "@progress/kendo-angular-dropdowns";
|
|
6
|
+
import * as i5 from "@angular/forms";
|
|
7
|
+
import * as i6 from "@progress/kendo-angular-dropdowns";
|
|
8
|
+
import * as i7 from "@progress-chef/platform-themes-service";
|
|
10
9
|
export declare class ChipModule {
|
|
11
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChipModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ChipModule, [typeof i1.ChipComponent], [typeof i2.CommonModule, typeof i3.ButtonsModule, typeof i4.LabelModule, typeof i5.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ChipModule, [typeof i1.ChipComponent], [typeof i2.CommonModule, typeof i3.ButtonsModule, typeof i4.LabelModule, typeof i5.FormsModule, typeof i6.DropDownsModule, typeof i7.ThemesModule], [typeof i1.ChipComponent]>;
|
|
13
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<ChipModule>;
|
|
14
13
|
}
|
|
@@ -5,9 +5,9 @@ import * as i3 from "@progress/kendo-angular-buttons";
|
|
|
5
5
|
import * as i4 from "@progress/kendo-angular-label";
|
|
6
6
|
import * as i5 from "@angular/forms";
|
|
7
7
|
import * as i6 from "@progress/kendo-angular-dropdowns";
|
|
8
|
-
import * as i7 from "
|
|
9
|
-
import * as i8 from "
|
|
10
|
-
import * as i9 from "
|
|
8
|
+
import * as i7 from "@progress-chef/chip";
|
|
9
|
+
import * as i8 from "@progress-chef/tooltip";
|
|
10
|
+
import * as i9 from "@progress-chef/typography";
|
|
11
11
|
export declare class ChipListModule {
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChipListModule, never>;
|
|
13
13
|
static ɵmod: i0.ɵɵNgModuleDeclaration<ChipListModule, [typeof i1.ChipListComponent], [typeof i2.CommonModule, typeof i3.ButtonsModule, typeof i4.LabelModule, typeof i5.FormsModule, typeof i6.DropDownsModule, typeof i7.ChipModule, typeof i8.TooltipModule, typeof i9.TypographyModule], [typeof i1.ChipListComponent]>;
|
|
@@ -8,6 +8,8 @@ export declare class ClipboardComponent implements OnInit {
|
|
|
8
8
|
preCopyText: string;
|
|
9
9
|
postCopyText: string;
|
|
10
10
|
tooltipText: string;
|
|
11
|
+
showCopyIcon: boolean;
|
|
12
|
+
iconFontSize: number;
|
|
11
13
|
constructor(themesService: ThemesService);
|
|
12
14
|
ngOnInit(): void;
|
|
13
15
|
copyToClipboard(): Promise<void>;
|
|
@@ -29,5 +31,5 @@ export declare class ClipboardComponent implements OnInit {
|
|
|
29
31
|
copyLegacy(clipboardData: string): Promise<boolean>;
|
|
30
32
|
revertTooltipText(): void;
|
|
31
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClipboardComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ClipboardComponent, "lib-clipboard", never, { "clipboardData": { "alias": "clipboardData"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "preCopyText": { "alias": "preCopyText"; "required": false; }; "postCopyText": { "alias": "postCopyText"; "required": false; }; }, {}, never, never, false, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClipboardComponent, "lib-clipboard", never, { "clipboardData": { "alias": "clipboardData"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "preCopyText": { "alias": "preCopyText"; "required": false; }; "postCopyText": { "alias": "postCopyText"; "required": false; }; "showCopyIcon": { "alias": "showCopyIcon"; "required": false; }; "iconFontSize": { "alias": "iconFontSize"; "required": false; }; }, {}, never, never, false, never>;
|
|
33
35
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./clipboard.component";
|
|
3
|
-
import * as i2 from "
|
|
3
|
+
import * as i2 from "@progress-chef/button";
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "
|
|
5
|
+
import * as i4 from "@progress-chef/tooltip";
|
|
6
|
+
import * as i5 from "@progress-chef/icon";
|
|
7
|
+
import * as i6 from "@progress-chef/typography";
|
|
8
8
|
export declare class ClipboardModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClipboardModule, never>;
|
|
10
10
|
static ɵmod: i0.ɵɵNgModuleDeclaration<ClipboardModule, [typeof i1.ClipboardComponent], [typeof i2.ButtonModule, typeof i3.CommonModule, typeof i4.TooltipModule, typeof i5.IconModule, typeof i6.TypographyModule], [typeof i1.ClipboardComponent]>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { AfterViewInit, EventEmitter, OnChanges, Renderer2, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { FormControl } from '@angular/forms';
|
|
3
|
-
import {
|
|
3
|
+
import { LoaderType, LoaderSize, LoaderThemeColor } from '@progress-chef/loader';
|
|
4
4
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
5
|
+
import { TypographyType } from '@progress-chef/typography';
|
|
6
|
+
import { ComboBoxComponent, DropDownListComponent } from '@progress/kendo-angular-dropdowns';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class DropdownComponent implements OnChanges, AfterViewInit {
|
|
9
9
|
private themesService;
|
|
@@ -15,9 +15,8 @@ export declare class DropdownComponent implements OnChanges, AfterViewInit {
|
|
|
15
15
|
clearButton: boolean;
|
|
16
16
|
fillMode: "flat" | "solid" | "outline" | "none";
|
|
17
17
|
filterable: boolean;
|
|
18
|
-
placeholder: string;
|
|
19
|
-
itemDisabled: any;
|
|
20
18
|
popupClass: string;
|
|
19
|
+
showDefaultItem: boolean;
|
|
21
20
|
_useAsComboBox: boolean;
|
|
22
21
|
set useAsComboBox(value: boolean);
|
|
23
22
|
_selectedItem: any;
|
|
@@ -43,17 +42,26 @@ export declare class DropdownComponent implements OnChanges, AfterViewInit {
|
|
|
43
42
|
infiniteScrollLoader: boolean;
|
|
44
43
|
showError: boolean;
|
|
45
44
|
errorMessage: string;
|
|
45
|
+
defaultItem: any;
|
|
46
46
|
onScrollEnd: EventEmitter<any>;
|
|
47
47
|
scrollListener: any;
|
|
48
48
|
constructor(themesService: ThemesService, renderer: Renderer2);
|
|
49
49
|
comboBox: ComboBoxComponent;
|
|
50
|
-
|
|
50
|
+
dropdownList: DropDownListComponent;
|
|
51
|
+
itemDisabled(itemArgs: {
|
|
52
|
+
dataItem: any;
|
|
53
|
+
index: number;
|
|
54
|
+
}): boolean;
|
|
55
|
+
_placeholder: any;
|
|
56
|
+
set placeholder(value: any);
|
|
51
57
|
ngOnChanges(changes: SimpleChanges): void;
|
|
52
58
|
ngAfterViewInit(): void;
|
|
53
59
|
emitModelChange(ev: any): void;
|
|
54
60
|
onScroll(event: any): void;
|
|
55
61
|
onDropdownOpen(): void;
|
|
62
|
+
getDefaultValClass(): "" | "default-text";
|
|
56
63
|
onDropdownClose(): void;
|
|
64
|
+
getDefaultItem(): any;
|
|
57
65
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "lib-dropdown", never, { "elementId": { "alias": "elementId"; "required": false; }; "label": { "alias": "label"; "required": false; }; "data": { "alias": "data"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "clearButton": { "alias": "clearButton"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "
|
|
66
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "lib-dropdown", never, { "elementId": { "alias": "elementId"; "required": false; }; "label": { "alias": "label"; "required": false; }; "data": { "alias": "data"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "clearButton": { "alias": "clearButton"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "popupClass": { "alias": "popupClass"; "required": false; }; "showDefaultItem": { "alias": "showDefaultItem"; "required": false; }; "useAsComboBox": { "alias": "useAsComboBox"; "required": false; }; "selectedItem": { "alias": "selectedItem"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "size": { "alias": "size"; "required": false; }; "suggest": { "alias": "suggest"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "value": { "alias": "value"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "valuePrimitive": { "alias": "valuePrimitive"; "required": false; }; "model": { "alias": "model"; "required": false; }; "control": { "alias": "control"; "required": false; }; "fontType": { "alias": "fontType"; "required": false; }; "focus": { "alias": "focus"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loaderType": { "alias": "loaderType"; "required": false; }; "loaderSize": { "alias": "loaderSize"; "required": false; }; "loaderTheme": { "alias": "loaderTheme"; "required": false; }; "width": { "alias": "width"; "required": false; }; "infiniteScrollLoader": { "alias": "infiniteScrollLoader"; "required": false; }; "showError": { "alias": "showError"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, { "modelChange": "modelChange"; "onScrollEnd": "onScrollEnd"; }, never, ["header"], false, never>;
|
|
59
67
|
}
|
|
@@ -3,8 +3,8 @@ import * as i1 from "./dropdown.component";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@progress/kendo-angular-dropdowns";
|
|
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/typography";
|
|
7
|
+
import * as i6 from "@progress-chef/loader";
|
|
8
8
|
export declare class DropdownModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownModule, never>;
|
|
10
10
|
static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownModule, [typeof i1.DropdownComponent], [typeof i2.CommonModule, typeof i3.DropDownsModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.TypographyModule, typeof i6.LoaderModule], [typeof i1.DropdownComponent]>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { TypographyType } from '@progress-chef/typography';
|
|
2
|
+
import { ButtonSize, ButtonRounded, ButtonFillMode, ButtonThemeColor } from '@progress/kendo-angular-buttons';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class DropdownButtonComponent {
|
|
5
|
+
data: any[];
|
|
6
|
+
size: ButtonSize;
|
|
7
|
+
rounded: ButtonRounded;
|
|
8
|
+
fillMode: ButtonFillMode;
|
|
9
|
+
themeColor: ButtonThemeColor;
|
|
10
|
+
dropdownBtnText: string;
|
|
11
|
+
fontType: TypographyType;
|
|
12
|
+
isDisabled: boolean;
|
|
13
|
+
popupSettings: {};
|
|
14
|
+
buttonClass: any;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownButtonComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownButtonComponent, "lib-dropdown-button", never, { "data": { "alias": "data"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; "dropdownBtnText": { "alias": "dropdownBtnText"; "required": false; }; "fontType": { "alias": "fontType"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "popupSettings": { "alias": "popupSettings"; "required": false; }; "buttonClass": { "alias": "buttonClass"; "required": false; }; }, {}, never, never, false, never>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./dropdown-button.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@progress-chef/typography";
|
|
5
|
+
import * as i4 from "@progress/kendo-angular-buttons";
|
|
6
|
+
import * as i5 from "@progress-chef/icon";
|
|
7
|
+
export declare class DropdownButtonModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownButtonModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownButtonModule, [typeof i1.DropdownButtonComponent], [typeof i2.CommonModule, typeof i3.TypographyModule, typeof i4.ButtonsModule, typeof i5.IconModule], [typeof i1.DropdownButtonComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DropdownButtonModule>;
|
|
11
|
+
}
|
|
@@ -3,10 +3,10 @@ import * as i1 from "./dropdowntree.component";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@progress/kendo-angular-dropdowns";
|
|
5
5
|
import * as i4 from "@angular/forms";
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
export declare class
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
6
|
+
import * as i5 from "@progress-chef/typography";
|
|
7
|
+
import * as i6 from "@progress-chef/button";
|
|
8
|
+
export declare class DropdowntreeModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropdowntreeModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DropdowntreeModule, [typeof i1.DropdowntreeComponent], [typeof i2.CommonModule, typeof i3.DropDownsModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.TypographyModule, typeof i6.ButtonModule], [typeof i1.DropdowntreeComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DropdowntreeModule>;
|
|
12
12
|
}
|
|
@@ -7,11 +7,10 @@ import * as i5 from "@progress/kendo-angular-buttons";
|
|
|
7
7
|
import * as i6 from "@progress/kendo-angular-inputs";
|
|
8
8
|
import * as i7 from "@progress/kendo-angular-label";
|
|
9
9
|
import * as i8 from "@progress/kendo-angular-dropdowns";
|
|
10
|
-
import * as i9 from "@
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "../typography/typography.module";
|
|
10
|
+
import * as i9 from "@progress-chef/container";
|
|
11
|
+
import * as i10 from "@progress-chef/typography";
|
|
13
12
|
export declare class ExpansionPanelModule {
|
|
14
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpansionPanelModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ExpansionPanelModule, [typeof i1.ExpansionPanelComponent], [typeof i2.CommonModule, typeof i3.LayoutModule, typeof i4.IconsModule, typeof i5.ButtonsModule, typeof i6.InputsModule, typeof i7.LabelModule, typeof i8.DropDownsModule, typeof i9.
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ExpansionPanelModule, [typeof i1.ExpansionPanelComponent], [typeof i2.CommonModule, typeof i3.LayoutModule, typeof i4.IconsModule, typeof i5.ButtonsModule, typeof i6.InputsModule, typeof i7.LabelModule, typeof i8.DropDownsModule, typeof i9.ContainerModule, typeof i10.TypographyModule], [typeof i1.ExpansionPanelComponent]>;
|
|
16
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<ExpansionPanelModule>;
|
|
17
16
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TypographyType } from '
|
|
1
|
+
import { TypographyType } from '@progress-chef/typography';
|
|
2
2
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class LabelComponent {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./label.component";
|
|
3
3
|
import * as i2 from "@progress/kendo-angular-label";
|
|
4
|
-
import * as i3 from "
|
|
4
|
+
import * as i3 from "@progress-chef/typography";
|
|
5
5
|
import * as i4 from "@angular/common";
|
|
6
6
|
export declare class LabelsModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<LabelsModule, never>;
|
|
@@ -7,12 +7,11 @@ import * as i5 from "@progress/kendo-angular-buttons";
|
|
|
7
7
|
import * as i6 from "@progress/kendo-angular-inputs";
|
|
8
8
|
import * as i7 from "@progress/kendo-angular-label";
|
|
9
9
|
import * as i8 from "@progress/kendo-angular-dropdowns";
|
|
10
|
-
import * as i9 from "@
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "
|
|
13
|
-
import * as i12 from "@progress/kendo-angular-listview";
|
|
10
|
+
import * as i9 from "@progress-chef/container";
|
|
11
|
+
import * as i10 from "@progress-chef/typography";
|
|
12
|
+
import * as i11 from "@progress/kendo-angular-listview";
|
|
14
13
|
export declare class ListViewsModule {
|
|
15
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListViewsModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ListViewsModule, [typeof i1.ListViewComponent], [typeof i2.CommonModule, typeof i3.LayoutModule, typeof i4.IconsModule, typeof i5.ButtonsModule, typeof i6.InputsModule, typeof i7.LabelModule, typeof i8.DropDownsModule, typeof i9.
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ListViewsModule, [typeof i1.ListViewComponent], [typeof i2.CommonModule, typeof i3.LayoutModule, typeof i4.IconsModule, typeof i5.ButtonsModule, typeof i6.InputsModule, typeof i7.LabelModule, typeof i8.DropDownsModule, typeof i9.ContainerModule, typeof i10.TypographyModule, typeof i11.ListViewModule], [typeof i1.ListViewComponent]>;
|
|
17
16
|
static ɵinj: i0.ɵɵInjectorDeclaration<ListViewsModule>;
|
|
18
17
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { TypographyType } from '../typography/TypographyType';
|
|
1
|
+
import { EventEmitter, Renderer2, SimpleChanges } from '@angular/core';
|
|
3
2
|
import { FormControl } from '@angular/forms';
|
|
4
3
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
5
4
|
import { MultiSelectComponent } from '@progress/kendo-angular-dropdowns';
|
|
6
|
-
import {
|
|
5
|
+
import { TypographyType } from '@progress-chef/typography';
|
|
6
|
+
import { LoaderSize, LoaderType, LoaderThemeColor } from '@progress-chef/loader';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class MultiSelectDropdownComponent
|
|
8
|
+
export declare class MultiSelectDropdownComponent {
|
|
9
9
|
private themesService;
|
|
10
10
|
private renderer;
|
|
11
11
|
scrollListener: any;
|
|
@@ -3,8 +3,8 @@ import * as i1 from "./multi-select-dropdown.component";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@progress/kendo-angular-dropdowns";
|
|
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/typography";
|
|
7
|
+
import * as i6 from "@progress-chef/loader";
|
|
8
8
|
export declare class MultiSelectDropdownModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectDropdownModule, never>;
|
|
10
10
|
static ɵmod: i0.ɵɵNgModuleDeclaration<MultiSelectDropdownModule, [typeof i1.MultiSelectDropdownComponent], [typeof i2.CommonModule, typeof i3.DropDownsModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.TypographyModule, typeof i6.LoaderModule], [typeof i1.MultiSelectDropdownComponent]>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { FormControl } from '@angular/forms';
|
|
3
3
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
4
|
-
import { TypographyType } from '
|
|
4
|
+
import { TypographyType } from '@progress-chef/typography';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class RadioButtonComponent {
|
|
7
7
|
private themesService;
|
|
@@ -3,7 +3,7 @@ import * as i1 from "./radio-button.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 RadioButtonModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonModule, never>;
|
|
9
9
|
static ɵmod: i0.ɵɵNgModuleDeclaration<RadioButtonModule, [typeof i1.RadioButtonComponent], [typeof i2.CommonModule, typeof i3.InputsModule, typeof i4.ReactiveFormsModule, typeof i5.TypographyModule, typeof i4.FormsModule], [typeof i1.RadioButtonComponent]>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./search-box.component";
|
|
3
3
|
import * as i2 from "@progress/kendo-angular-dropdowns";
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "@
|
|
6
|
-
import * as i5 from "@angular/
|
|
7
|
-
import * as i6 from "@
|
|
4
|
+
import * as i3 from "@progress/kendo-angular-inputs";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
6
|
+
import * as i5 from "@angular/forms";
|
|
7
|
+
import * as i6 from "@progress-chef/icon";
|
|
8
8
|
export declare class SearchBoxModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchBoxModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SearchBoxModule, [typeof i1.SearchBoxComponent], [typeof i2.AutoCompleteModule, typeof i3.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SearchBoxModule, [typeof i1.SearchBoxComponent], [typeof i2.AutoCompleteModule, typeof i3.InputsModule, typeof i4.CommonModule, typeof i5.ReactiveFormsModule, typeof i6.IconModule], [typeof i1.SearchBoxComponent]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<SearchBoxModule>;
|
|
12
12
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./slider.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "
|
|
4
|
+
import * as i3 from "@progress-chef/typography";
|
|
5
5
|
export declare class SliderModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SliderModule, never>;
|
|
7
7
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SliderModule, [typeof i1.SliderComponent], [typeof i2.CommonModule, typeof i3.TypographyModule], [typeof i1.SliderComponent]>;
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./switch.component";
|
|
3
|
-
import * as i2 from "@angular/
|
|
4
|
-
import * as i3 from "@angular/
|
|
5
|
-
import * as i4 from "@angular
|
|
6
|
-
import * as i5 from "@angular
|
|
7
|
-
import * as i6 from "@progress/kendo-angular-
|
|
8
|
-
import * as i7 from "@progress/kendo-angular-
|
|
9
|
-
import * as i8 from "@progress/kendo-angular-
|
|
10
|
-
import * as i9 from "@progress/kendo-angular-
|
|
11
|
-
import * as i10 from "@progress/
|
|
12
|
-
import * as i11 from "@progress/kendo-angular-dropdowns";
|
|
13
|
-
import * as i12 from "../typography/typography.module";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "@progress/kendo-angular-inputs";
|
|
6
|
+
import * as i5 from "@progress/kendo-angular-label";
|
|
7
|
+
import * as i6 from "@progress/kendo-angular-buttons";
|
|
8
|
+
import * as i7 from "@progress/kendo-angular-icons";
|
|
9
|
+
import * as i8 from "@progress/kendo-angular-layout";
|
|
10
|
+
import * as i9 from "@progress/kendo-angular-dropdowns";
|
|
11
|
+
import * as i10 from "@progress-chef/typography";
|
|
14
12
|
export declare class SwitchModule {
|
|
15
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SwitchModule, [typeof i1.SwitchComponent], [typeof i2.
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SwitchModule, [typeof i1.SwitchComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.InputsModule, typeof i5.LabelModule, typeof i6.ButtonsModule, typeof i7.IconsModule, typeof i8.LayoutModule, typeof i9.DropDownsModule, typeof i10.TypographyModule], [typeof i1.SwitchComponent]>;
|
|
17
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<SwitchModule>;
|
|
18
16
|
}
|