@progress-chef/platform-shared-components 0.0.141 → 0.0.143

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.
Files changed (215) hide show
  1. package/esm2022/lib/atoms/alert/alert.component.mjs +6 -6
  2. package/esm2022/lib/atoms/alert/alert.module.mjs +13 -8
  3. package/esm2022/lib/atoms/angular-popup/angular-popup.component.mjs +10 -5
  4. package/esm2022/lib/atoms/angular-popup/angular-popup.module.mjs +12 -10
  5. package/esm2022/lib/atoms/atoms.module.mjs +4 -4
  6. package/esm2022/lib/atoms/avatar/avatar.component.mjs +14 -8
  7. package/esm2022/lib/atoms/avatar/avatar.module.mjs +19 -11
  8. package/esm2022/lib/atoms/breadcrumb/breadcrumb.component.mjs +6 -5
  9. package/esm2022/lib/atoms/breadcrumb/breadcrumb.module.mjs +8 -8
  10. package/esm2022/lib/atoms/button/button.component.mjs +42 -14
  11. package/esm2022/lib/atoms/button/button.module.mjs +12 -8
  12. package/esm2022/lib/atoms/button-group/button-group.component.mjs +17 -9
  13. package/esm2022/lib/atoms/button-group/button-group.module.mjs +12 -10
  14. package/esm2022/lib/atoms/checkbox/checkbox.component.mjs +18 -9
  15. package/esm2022/lib/atoms/checkbox/checkbox.module.mjs +12 -10
  16. package/esm2022/lib/atoms/chip/chip.component.mjs +8 -6
  17. package/esm2022/lib/atoms/chip/chip.module.mjs +8 -8
  18. package/esm2022/lib/atoms/chip-list/chip-list.component.mjs +27 -10
  19. package/esm2022/lib/atoms/chip-list/chip-list.module.mjs +12 -10
  20. package/esm2022/lib/atoms/clipboard/clipboard.component.mjs +27 -11
  21. package/esm2022/lib/atoms/clipboard/clipboard.module.mjs +12 -10
  22. package/esm2022/lib/atoms/container/container.component.mjs +5 -5
  23. package/esm2022/lib/atoms/container/container.module.mjs +7 -8
  24. package/esm2022/lib/atoms/date-range/date-range.component.mjs +13 -6
  25. package/esm2022/lib/atoms/date-range/date-range.module.mjs +17 -11
  26. package/esm2022/lib/atoms/datepicker/datepicker.component.mjs +20 -12
  27. package/esm2022/lib/atoms/datepicker/datepicker.module.mjs +16 -10
  28. package/esm2022/lib/atoms/drag-and-drop/drag-and-drop.component.mjs +20 -12
  29. package/esm2022/lib/atoms/drag-and-drop/drag-and-drop.module.mjs +8 -8
  30. package/esm2022/lib/atoms/dropdown/dropdown.component.mjs +45 -17
  31. package/esm2022/lib/atoms/dropdown/dropdown.module.mjs +12 -10
  32. package/esm2022/lib/atoms/dropdown-button/dropdown-button.component.mjs +15 -8
  33. package/esm2022/lib/atoms/dropdown-button/dropdown-button.module.mjs +12 -10
  34. package/esm2022/lib/atoms/dropdown-tree/dropdowntree.component.mjs +36 -12
  35. package/esm2022/lib/atoms/dropdown-tree/dropdowntree.module.mjs +12 -10
  36. package/esm2022/lib/atoms/expansion-panel/expansion-panel.component.mjs +18 -10
  37. package/esm2022/lib/atoms/expansion-panel/expansion-panel.module.mjs +12 -10
  38. package/esm2022/lib/atoms/icon/icon.component.mjs +16 -6
  39. package/esm2022/lib/atoms/icon/icon.module.mjs +11 -7
  40. package/esm2022/lib/atoms/labels/label.component.mjs +16 -7
  41. package/esm2022/lib/atoms/labels/label.module.mjs +8 -8
  42. package/esm2022/lib/atoms/list-views/list-view.component.mjs +32 -13
  43. package/esm2022/lib/atoms/list-views/list-view.module.mjs +12 -10
  44. package/esm2022/lib/atoms/loader/loader.component.mjs +9 -8
  45. package/esm2022/lib/atoms/loader/loader.module.mjs +8 -8
  46. package/esm2022/lib/atoms/loading-spinner/loading-spinner.component.mjs +28 -8
  47. package/esm2022/lib/atoms/loading-spinner/loading-spinner.module.mjs +15 -9
  48. package/esm2022/lib/atoms/multi-select-dropdown/multi-select-dropdown.component.mjs +40 -20
  49. package/esm2022/lib/atoms/multi-select-dropdown/multi-select-dropdown.module.mjs +12 -10
  50. package/esm2022/lib/atoms/notification/notification.component.mjs +5 -5
  51. package/esm2022/lib/atoms/notification/notification.module.mjs +7 -8
  52. package/esm2022/lib/atoms/numeric-textbox/numeric-textbox.component.mjs +73 -16
  53. package/esm2022/lib/atoms/numeric-textbox/numeric-textbox.module.mjs +8 -8
  54. package/esm2022/lib/atoms/progress-bar/progress-bar.component.mjs +18 -6
  55. package/esm2022/lib/atoms/progress-bar/progress-bar.module.mjs +14 -8
  56. package/esm2022/lib/atoms/radio-button/radio-button.component.mjs +18 -9
  57. package/esm2022/lib/atoms/radio-button/radio-button.module.mjs +12 -10
  58. package/esm2022/lib/atoms/search-box/search-box.component.mjs +47 -15
  59. package/esm2022/lib/atoms/search-box/search-box.module.mjs +12 -10
  60. package/esm2022/lib/atoms/slider/slider.component.mjs +24 -9
  61. package/esm2022/lib/atoms/slider/slider.module.mjs +12 -10
  62. package/esm2022/lib/atoms/stepper/stepper.component.mjs +30 -8
  63. package/esm2022/lib/atoms/stepper/stepper.module.mjs +8 -8
  64. package/esm2022/lib/atoms/switch/switch.component.mjs +17 -9
  65. package/esm2022/lib/atoms/switch/switch.module.mjs +8 -8
  66. package/esm2022/lib/atoms/text-area/text-area.component.mjs +44 -14
  67. package/esm2022/lib/atoms/text-area/text-area.module.mjs +12 -10
  68. package/esm2022/lib/atoms/textbox/textbox.component.mjs +46 -16
  69. package/esm2022/lib/atoms/textbox/textbox.module.mjs +12 -10
  70. package/esm2022/lib/atoms/time-picker/time-picker.component.mjs +17 -8
  71. package/esm2022/lib/atoms/time-picker/time-picker.module.mjs +17 -11
  72. package/esm2022/lib/atoms/timescheduler/timescheduler.component.mjs +15 -8
  73. package/esm2022/lib/atoms/timescheduler/timescheduler.module.mjs +16 -10
  74. package/esm2022/lib/atoms/tooltip/tooltip.component.mjs +38 -12
  75. package/esm2022/lib/atoms/tooltip/tooltip.module.mjs +14 -8
  76. package/esm2022/lib/atoms/typography/TypographyType.mjs +1 -1
  77. package/esm2022/lib/atoms/typography/typography.component.mjs +10 -7
  78. package/esm2022/lib/atoms/typography/typography.module.mjs +11 -9
  79. package/esm2022/lib/atoms/uploader/uploader.component.mjs +34 -17
  80. package/esm2022/lib/atoms/uploader/uploader.module.mjs +13 -10
  81. package/esm2022/lib/molecules/card/card-actions/card-actions.component.mjs +8 -5
  82. package/esm2022/lib/molecules/card/card-body/card-body.component.mjs +8 -5
  83. package/esm2022/lib/molecules/card/card-footer/card-footer.component.mjs +8 -5
  84. package/esm2022/lib/molecules/card/card-header/card-header.component.mjs +14 -8
  85. package/esm2022/lib/molecules/card/card.component.mjs +11 -37
  86. package/esm2022/lib/molecules/card/card.module.mjs +19 -17
  87. package/esm2022/lib/molecules/dialog/confirmation-dialog/confirmation-dialog.component.mjs +28 -11
  88. package/esm2022/lib/molecules/dialog/dialog-actions/dialog-actions.component.mjs +8 -5
  89. package/esm2022/lib/molecules/dialog/dialog-titlebar/dialog-titlebar.component.mjs +16 -7
  90. package/esm2022/lib/molecules/dialog/dialog.component.mjs +35 -9
  91. package/esm2022/lib/molecules/dialog/dialog.module.mjs +32 -14
  92. package/esm2022/lib/molecules/grid-form/grid-form.component.mjs +26 -14
  93. package/esm2022/lib/molecules/grid-form/grid-form.module.mjs +12 -14
  94. package/esm2022/lib/molecules/grid-layout/grid-layout-item/grid-layout-item.component.mjs +30 -7
  95. package/esm2022/lib/molecules/grid-layout/grid-layout.component.mjs +27 -7
  96. package/esm2022/lib/molecules/grid-layout/grid-layout.module.mjs +15 -12
  97. package/esm2022/lib/molecules/grid-pagination/grid-pagination-spacer/grid-pagination-spacer.component.mjs +8 -5
  98. package/esm2022/lib/molecules/grid-pagination/grid-pagination.component.mjs +137 -70
  99. package/esm2022/lib/molecules/grid-pagination/grid-pagination.module.mjs +14 -17
  100. package/esm2022/lib/molecules/grid-pagination/kebab-menu-filter.pipe.mjs +5 -4
  101. package/esm2022/lib/molecules/molecules.module.mjs +6 -6
  102. package/esm2022/lib/molecules/tabstrip/tabstrip-tab/tabstrip-tab.component.mjs +7 -6
  103. package/esm2022/lib/molecules/tabstrip/tabstrip.component.mjs +19 -8
  104. package/esm2022/lib/molecules/tabstrip/tabstrip.module.mjs +14 -12
  105. package/esm2022/lib/shared.component.mjs +5 -5
  106. package/esm2022/lib/shared.module.mjs +7 -6
  107. package/esm2022/public-api.mjs +4 -1
  108. package/fesm2022/progress-chef-platform-shared-components.mjs +1774 -1026
  109. package/fesm2022/progress-chef-platform-shared-components.mjs.map +1 -1
  110. package/lib/atoms/alert/alert.component.d.ts +1 -1
  111. package/lib/atoms/alert/alert.module.d.ts +4 -3
  112. package/lib/atoms/angular-popup/angular-popup.component.d.ts +1 -1
  113. package/lib/atoms/angular-popup/angular-popup.module.d.ts +1 -1
  114. package/lib/atoms/avatar/avatar.component.d.ts +1 -1
  115. package/lib/atoms/avatar/avatar.module.d.ts +3 -3
  116. package/lib/atoms/breadcrumb/breadcrumb.component.d.ts +1 -1
  117. package/lib/atoms/breadcrumb/breadcrumb.module.d.ts +1 -1
  118. package/lib/atoms/button/button.component.d.ts +16 -3
  119. package/lib/atoms/button/button.module.d.ts +5 -4
  120. package/lib/atoms/button-group/button-group.component.d.ts +3 -1
  121. package/lib/atoms/button-group/button-group.module.d.ts +1 -1
  122. package/lib/atoms/checkbox/checkbox.component.d.ts +3 -3
  123. package/lib/atoms/checkbox/checkbox.module.d.ts +1 -1
  124. package/lib/atoms/chip/chip.component.d.ts +3 -2
  125. package/lib/atoms/chip/chip.module.d.ts +1 -1
  126. package/lib/atoms/chip-list/chip-list.component.d.ts +2 -1
  127. package/lib/atoms/chip-list/chip-list.module.d.ts +1 -1
  128. package/lib/atoms/clipboard/clipboard.component.d.ts +3 -1
  129. package/lib/atoms/clipboard/clipboard.module.d.ts +1 -1
  130. package/lib/atoms/container/container.component.d.ts +1 -1
  131. package/lib/atoms/container/container.module.d.ts +1 -1
  132. package/lib/atoms/date-range/date-range.component.d.ts +2 -1
  133. package/lib/atoms/date-range/date-range.module.d.ts +7 -6
  134. package/lib/atoms/datepicker/datepicker.component.d.ts +8 -4
  135. package/lib/atoms/datepicker/datepicker.module.d.ts +6 -5
  136. package/lib/atoms/drag-and-drop/drag-and-drop.component.d.ts +4 -4
  137. package/lib/atoms/drag-and-drop/drag-and-drop.module.d.ts +1 -1
  138. package/lib/atoms/dropdown/dropdown.component.d.ts +17 -3
  139. package/lib/atoms/dropdown/dropdown.module.d.ts +1 -1
  140. package/lib/atoms/dropdown-button/dropdown-button.component.d.ts +1 -1
  141. package/lib/atoms/dropdown-button/dropdown-button.module.d.ts +1 -1
  142. package/lib/atoms/dropdown-tree/dropdowntree.component.d.ts +19 -3
  143. package/lib/atoms/dropdown-tree/dropdowntree.module.d.ts +1 -1
  144. package/lib/atoms/expansion-panel/expansion-panel.component.d.ts +3 -1
  145. package/lib/atoms/expansion-panel/expansion-panel.module.d.ts +1 -1
  146. package/lib/atoms/icon/icon.component.d.ts +3 -2
  147. package/lib/atoms/icon/icon.module.d.ts +3 -2
  148. package/lib/atoms/labels/label.component.d.ts +3 -2
  149. package/lib/atoms/labels/label.module.d.ts +1 -1
  150. package/lib/atoms/list-views/list-view.component.d.ts +7 -1
  151. package/lib/atoms/list-views/list-view.module.d.ts +1 -1
  152. package/lib/atoms/loader/loader.component.d.ts +4 -4
  153. package/lib/atoms/loader/loader.module.d.ts +1 -1
  154. package/lib/atoms/loading-spinner/loading-spinner.component.d.ts +4 -1
  155. package/lib/atoms/loading-spinner/loading-spinner.module.d.ts +2 -1
  156. package/lib/atoms/multi-select-dropdown/multi-select-dropdown.component.d.ts +13 -3
  157. package/lib/atoms/multi-select-dropdown/multi-select-dropdown.module.d.ts +1 -1
  158. package/lib/atoms/notification/notification.component.d.ts +1 -1
  159. package/lib/atoms/notification/notification.module.d.ts +1 -1
  160. package/lib/atoms/numeric-textbox/numeric-textbox.component.d.ts +20 -10
  161. package/lib/atoms/numeric-textbox/numeric-textbox.module.d.ts +1 -1
  162. package/lib/atoms/progress-bar/progress-bar.component.d.ts +2 -1
  163. package/lib/atoms/progress-bar/progress-bar.module.d.ts +4 -3
  164. package/lib/atoms/radio-button/radio-button.component.d.ts +3 -3
  165. package/lib/atoms/radio-button/radio-button.module.d.ts +1 -1
  166. package/lib/atoms/search-box/search-box.component.d.ts +7 -1
  167. package/lib/atoms/search-box/search-box.module.d.ts +1 -1
  168. package/lib/atoms/slider/slider.component.d.ts +4 -1
  169. package/lib/atoms/slider/slider.module.d.ts +1 -1
  170. package/lib/atoms/stepper/stepper.component.d.ts +4 -1
  171. package/lib/atoms/stepper/stepper.module.d.ts +1 -1
  172. package/lib/atoms/switch/switch.component.d.ts +3 -1
  173. package/lib/atoms/switch/switch.module.d.ts +1 -1
  174. package/lib/atoms/text-area/text-area.component.d.ts +8 -3
  175. package/lib/atoms/text-area/text-area.module.d.ts +1 -1
  176. package/lib/atoms/textbox/textbox.component.d.ts +12 -4
  177. package/lib/atoms/textbox/textbox.module.d.ts +1 -1
  178. package/lib/atoms/time-picker/time-picker.component.d.ts +6 -3
  179. package/lib/atoms/time-picker/time-picker.module.d.ts +6 -5
  180. package/lib/atoms/timescheduler/timescheduler.component.d.ts +4 -2
  181. package/lib/atoms/timescheduler/timescheduler.module.d.ts +6 -5
  182. package/lib/atoms/tooltip/tooltip.component.d.ts +11 -2
  183. package/lib/atoms/tooltip/tooltip.module.d.ts +4 -3
  184. package/lib/atoms/typography/TypographyType.d.ts +1 -1
  185. package/lib/atoms/typography/typography.component.d.ts +2 -1
  186. package/lib/atoms/typography/typography.module.d.ts +3 -3
  187. package/lib/atoms/uploader/uploader.component.d.ts +10 -1
  188. package/lib/atoms/uploader/uploader.module.d.ts +1 -1
  189. package/lib/molecules/card/card-actions/card-actions.component.d.ts +1 -1
  190. package/lib/molecules/card/card-body/card-body.component.d.ts +1 -1
  191. package/lib/molecules/card/card-footer/card-footer.component.d.ts +1 -1
  192. package/lib/molecules/card/card-header/card-header.component.d.ts +1 -1
  193. package/lib/molecules/card/card.component.d.ts +1 -10
  194. package/lib/molecules/card/card.module.d.ts +1 -2
  195. package/lib/molecules/dialog/confirmation-dialog/confirmation-dialog.component.d.ts +2 -1
  196. package/lib/molecules/dialog/dialog-actions/dialog-actions.component.d.ts +1 -1
  197. package/lib/molecules/dialog/dialog-titlebar/dialog-titlebar.component.d.ts +2 -1
  198. package/lib/molecules/dialog/dialog.component.d.ts +2 -1
  199. package/lib/molecules/dialog/dialog.module.d.ts +5 -4
  200. package/lib/molecules/grid-form/grid-form.component.d.ts +2 -1
  201. package/lib/molecules/grid-form/grid-form.module.d.ts +2 -3
  202. package/lib/molecules/grid-layout/grid-layout-item/grid-layout-item.component.d.ts +3 -1
  203. package/lib/molecules/grid-layout/grid-layout.component.d.ts +3 -1
  204. package/lib/molecules/grid-layout/grid-layout.module.d.ts +1 -1
  205. package/lib/molecules/grid-pagination/grid-pagination-spacer/grid-pagination-spacer.component.d.ts +1 -1
  206. package/lib/molecules/grid-pagination/grid-pagination.component.d.ts +32 -12
  207. package/lib/molecules/grid-pagination/grid-pagination.module.d.ts +1 -2
  208. package/lib/molecules/grid-pagination/kebab-menu-filter.pipe.d.ts +1 -1
  209. package/lib/molecules/tabstrip/tabstrip-tab/tabstrip-tab.component.d.ts +2 -1
  210. package/lib/molecules/tabstrip/tabstrip.component.d.ts +3 -2
  211. package/lib/molecules/tabstrip/tabstrip.module.d.ts +1 -1
  212. package/lib/shared.component.d.ts +1 -1
  213. package/lib/shared.module.d.ts +1 -1
  214. package/package.json +29 -27
  215. package/public-api.d.ts +3 -0
@@ -11,6 +11,6 @@ import * as i9 from "../container/container.module";
11
11
  import * as i10 from "../typography/typography.module";
12
12
  export declare class ExpansionPanelModule {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ExpansionPanelModule, never>;
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]>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ExpansionPanelModule, never, [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 i2.CommonModule, typeof i1.ExpansionPanelComponent]>;
15
15
  static ɵinj: i0.ɵɵInjectorDeclaration<ExpansionPanelModule>;
16
16
  }
@@ -6,9 +6,10 @@ export declare class IconComponent {
6
6
  _projectedIcon: boolean;
7
7
  set projectedIcon(value: boolean);
8
8
  _fontSize: number;
9
- set fontSize(value: number);
9
+ set fontSize(value: number | string);
10
10
  type: 'success' | 'error';
11
+ get iconSize(): string;
11
12
  constructor(themesService: ThemesService);
12
13
  static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "lib-icon", never, { "name": { "alias": "name"; "required": false; }; "projectedIcon": { "alias": "projectedIcon"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "lib-icon", never, { "name": { "alias": "name"; "required": false; }; "projectedIcon": { "alias": "projectedIcon"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, never>;
14
15
  }
@@ -1,7 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./icon.component";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./icon.component";
3
4
  export declare class IconModule {
4
5
  static ɵfac: i0.ɵɵFactoryDeclaration<IconModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<IconModule, [typeof i1.IconComponent], never, [typeof i1.IconComponent]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IconModule, never, [typeof i1.CommonModule, typeof i2.IconComponent], [typeof i1.CommonModule, typeof i2.IconComponent]>;
6
7
  static ɵinj: i0.ɵɵInjectorDeclaration<IconModule>;
7
8
  }
@@ -3,10 +3,11 @@ import { ThemesService } from '@progress-chef/platform-themes-service';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class LabelComponent {
5
5
  private themesService;
6
- text: string;
6
+ text: string | number;
7
7
  hiddenLabel: string;
8
8
  labelFont: TypographyType;
9
9
  constructor(themesService: ThemesService);
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<LabelComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<LabelComponent, "lib-label", never, { "text": { "alias": "text"; "required": false; }; "hiddenLabel": { "alias": "hiddenLabel"; "required": false; }; "labelFont": { "alias": "labelFont"; "required": false; }; }, {}, never, ["*"], false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<LabelComponent, "lib-label", never, { "text": { "alias": "text"; "required": false; }; "hiddenLabel": { "alias": "hiddenLabel"; "required": false; }; "labelFont": { "alias": "labelFont"; "required": false; }; }, {}, never, ["*"], true, never>;
12
+ static ngAcceptInputType_text: string | number | undefined;
12
13
  }
@@ -5,6 +5,6 @@ import * as i3 from "../typography/typography.module";
5
5
  import * as i4 from "@angular/common";
6
6
  export declare class LabelsModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<LabelsModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<LabelsModule, [typeof i1.LabelComponent], [typeof i2.LabelModule, typeof i3.TypographyModule, typeof i4.CommonModule], [typeof i1.LabelComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LabelsModule, never, [typeof i1.LabelComponent, typeof i2.LabelModule, typeof i3.TypographyModule, typeof i4.CommonModule], [typeof i1.LabelComponent]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<LabelsModule>;
10
10
  }
@@ -28,5 +28,11 @@ export declare class ListViewComponent implements OnInit, OnChanges {
28
28
  onScrollToBottom(): void;
29
29
  setListItemOnScroll(): void;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<ListViewComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<ListViewComponent, "lib-list-view", never, { "data": { "alias": "data"; "required": false; }; "customHeader": { "alias": "customHeader"; "required": false; }; "customFooter": { "alias": "customFooter"; "required": false; }; "height": { "alias": "height"; "required": false; }; "enableEndlessScroll": { "alias": "enableEndlessScroll"; "required": false; }; "noOfListItems": { "alias": "noOfListItems"; "required": false; }; "listItemStyle": { "alias": "listItemStyle"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "navigable": { "alias": "navigable"; "required": false; }; "containerStyle": { "alias": "containerStyle"; "required": false; }; }, { "scrollBottom": "scrollBottom"; "pageChange": "pageChange"; "pageSizeChange": "pageSizeChange"; "listItemCount": "listItemCount"; }, ["templateHeader", "templateFooter", "tempListItem", "templateLoader"], never, false, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<ListViewComponent, "lib-list-view", never, { "data": { "alias": "data"; "required": false; }; "customHeader": { "alias": "customHeader"; "required": false; }; "customFooter": { "alias": "customFooter"; "required": false; }; "height": { "alias": "height"; "required": false; }; "enableEndlessScroll": { "alias": "enableEndlessScroll"; "required": false; }; "noOfListItems": { "alias": "noOfListItems"; "required": false; }; "listItemStyle": { "alias": "listItemStyle"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "navigable": { "alias": "navigable"; "required": false; }; "containerStyle": { "alias": "containerStyle"; "required": false; }; }, { "scrollBottom": "scrollBottom"; "pageChange": "pageChange"; "pageSizeChange": "pageSizeChange"; "listItemCount": "listItemCount"; }, ["templateHeader", "templateFooter", "tempListItem", "templateLoader"], never, true, never>;
32
+ static ngAcceptInputType_customHeader: boolean | string;
33
+ static ngAcceptInputType_customFooter: boolean | string;
34
+ static ngAcceptInputType_enableEndlessScroll: boolean | string;
35
+ static ngAcceptInputType_noOfListItems: number | string | undefined;
36
+ static ngAcceptInputType_loading: boolean | string;
37
+ static ngAcceptInputType_navigable: boolean | string;
32
38
  }
@@ -12,6 +12,6 @@ import * as i10 from "../typography/typography.module";
12
12
  import * as i11 from "@progress/kendo-angular-listview";
13
13
  export declare class ListViewsModule {
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ListViewsModule, never>;
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]>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ListViewsModule, never, [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 i2.CommonModule, typeof i1.ListViewComponent]>;
16
16
  static ɵinj: i0.ɵɵInjectorDeclaration<ListViewsModule>;
17
17
  }
@@ -22,9 +22,9 @@ export declare enum LoaderThemeColor {
22
22
  inverse = "inverse"
23
23
  }
24
24
  export declare class LoaderComponent {
25
- size: LoaderSize;
26
- type: LoaderType;
27
- themeColor: LoaderThemeColor;
25
+ size: 'small' | 'medium' | 'large';
26
+ type: 'pulsing' | 'infinite-spinner' | 'converging-spinner';
27
+ themeColor: 'primary' | 'secondary' | 'tertiary' | 'info' | 'success' | 'warning' | 'error' | 'dark' | 'light' | 'inverse';
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<LoaderComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "lib-loader", never, { "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; }, {}, never, never, false, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "lib-loader", never, { "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; }, {}, never, never, true, never>;
30
30
  }
@@ -4,6 +4,6 @@ import * as i2 from "@angular/common";
4
4
  import * as i3 from "@progress/kendo-angular-indicators";
5
5
  export declare class LoaderModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<LoaderModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<LoaderModule, [typeof i1.LoaderComponent], [typeof i2.CommonModule, typeof i3.IndicatorsModule], [typeof i1.LoaderComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LoaderModule, never, [typeof i1.LoaderComponent, typeof i2.CommonModule, typeof i3.IndicatorsModule], [typeof i1.LoaderComponent]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<LoaderModule>;
9
9
  }
@@ -7,5 +7,8 @@ export declare class LoadingSpinnerComponent {
7
7
  visible: boolean;
8
8
  constructor(themesService: ThemesService);
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<LoadingSpinnerComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<LoadingSpinnerComponent, "lib-loading-spinner", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoadingSpinnerComponent, "lib-loading-spinner", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>;
11
+ static ngAcceptInputType_width: number | string | undefined;
12
+ static ngAcceptInputType_height: number | string | undefined;
13
+ static ngAcceptInputType_visible: boolean | string;
11
14
  }
@@ -1,8 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./loading-spinner.component";
3
3
  import * as i2 from "@angular/common";
4
+ import * as i3 from "@progress/kendo-angular-indicators";
4
5
  export declare class LoadingSpinnerModule {
5
6
  static ɵfac: i0.ɵɵFactoryDeclaration<LoadingSpinnerModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<LoadingSpinnerModule, [typeof i1.LoadingSpinnerComponent], [typeof i2.CommonModule], [typeof i1.LoadingSpinnerComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LoadingSpinnerModule, never, [typeof i1.LoadingSpinnerComponent, typeof i2.CommonModule, typeof i3.IndicatorsModule], [typeof i2.CommonModule, typeof i1.LoadingSpinnerComponent]>;
7
8
  static ɵinj: i0.ɵɵInjectorDeclaration<LoadingSpinnerModule>;
8
9
  }
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter, Renderer2, SimpleChanges } from '@angular/core';
2
- import { FormControl } from '@angular/forms';
2
+ import { AbstractControl, FormControl } from '@angular/forms';
3
3
  import { ThemesService } from '@progress-chef/platform-themes-service';
4
4
  import { MultiSelectComponent } from '@progress/kendo-angular-dropdowns';
5
5
  import { TypographyType } from '../typography/TypographyType';
@@ -26,7 +26,7 @@ export declare class MultiSelectDropdownComponent {
26
26
  model: any;
27
27
  valuePrimitive: boolean;
28
28
  modelChange: EventEmitter<any>;
29
- control: FormControl;
29
+ control: AbstractControl | FormControl;
30
30
  fontType: TypographyType;
31
31
  focus: boolean;
32
32
  autoClose: boolean;
@@ -46,5 +46,15 @@ export declare class MultiSelectDropdownComponent {
46
46
  onDropdownOpen(): void;
47
47
  onDropdownClose(): void;
48
48
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectDropdownComponent, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectDropdownComponent, "lib-multi-select-dropdown", never, { "label": { "alias": "label"; "required": false; }; "elementId": { "alias": "elementId"; "required": false; }; "data": { "alias": "data"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "clearButton": { "alias": "clearButton"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "checkboxes": { "alias": "checkboxes"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "size": { "alias": "size"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "model": { "alias": "model"; "required": false; }; "valuePrimitive": { "alias": "valuePrimitive"; "required": false; }; "control": { "alias": "control"; "required": false; }; "fontType": { "alias": "fontType"; "required": false; }; "focus": { "alias": "focus"; "required": false; }; "autoClose": { "alias": "autoClose"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loaderType": { "alias": "loaderType"; "required": false; }; "loaderSize": { "alias": "loaderSize"; "required": false; }; "loaderTheme": { "alias": "loaderTheme"; "required": false; }; "popupClass": { "alias": "popupClass"; "required": false; }; "infiniteScrollLoader": { "alias": "infiniteScrollLoader"; "required": false; }; }, { "modelChange": "modelChange"; "onScrollEnd": "onScrollEnd"; }, never, never, false, never>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectDropdownComponent, "lib-multi-select-dropdown", never, { "label": { "alias": "label"; "required": false; }; "elementId": { "alias": "elementId"; "required": false; }; "data": { "alias": "data"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "clearButton": { "alias": "clearButton"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "checkboxes": { "alias": "checkboxes"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "size": { "alias": "size"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "model": { "alias": "model"; "required": false; }; "valuePrimitive": { "alias": "valuePrimitive"; "required": false; }; "control": { "alias": "control"; "required": false; }; "fontType": { "alias": "fontType"; "required": false; }; "focus": { "alias": "focus"; "required": false; }; "autoClose": { "alias": "autoClose"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loaderType": { "alias": "loaderType"; "required": false; }; "loaderSize": { "alias": "loaderSize"; "required": false; }; "loaderTheme": { "alias": "loaderTheme"; "required": false; }; "popupClass": { "alias": "popupClass"; "required": false; }; "infiniteScrollLoader": { "alias": "infiniteScrollLoader"; "required": false; }; }, { "modelChange": "modelChange"; "onScrollEnd": "onScrollEnd"; }, never, never, true, never>;
50
+ static ngAcceptInputType_isDisabled: boolean | string;
51
+ static ngAcceptInputType_clearButton: boolean | string;
52
+ static ngAcceptInputType_checkboxes: boolean | string;
53
+ static ngAcceptInputType_filterable: boolean | string;
54
+ static ngAcceptInputType_readonly: boolean | string;
55
+ static ngAcceptInputType_valuePrimitive: boolean | string;
56
+ static ngAcceptInputType_focus: boolean | string;
57
+ static ngAcceptInputType_autoClose: boolean | string;
58
+ static ngAcceptInputType_loading: boolean | string;
59
+ static ngAcceptInputType_infiniteScrollLoader: boolean | string;
50
60
  }
@@ -7,6 +7,6 @@ import * as i5 from "../typography/typography.module";
7
7
  import * as i6 from "../loader/loader.module";
8
8
  export declare class MultiSelectDropdownModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectDropdownModule, never>;
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]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MultiSelectDropdownModule, never, [typeof i1.MultiSelectDropdownComponent, typeof i2.CommonModule, typeof i3.DropDownsModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.TypographyModule, typeof i6.LoaderModule], [typeof i2.CommonModule, typeof i1.MultiSelectDropdownComponent]>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<MultiSelectDropdownModule>;
12
12
  }
@@ -20,5 +20,5 @@ export declare class NotificationComponent implements AfterViewInit {
20
20
  ngAfterViewInit(): void;
21
21
  handleClose: () => void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<NotificationComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "lib-notification", never, { "type": { "alias": "type"; "required": false; }; "timeout": { "alias": "timeout"; "required": false; }; }, { "dismissed": "dismissed"; }, never, ["*"], false, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "lib-notification", never, { "type": { "alias": "type"; "required": false; }; "timeout": { "alias": "timeout"; "required": false; }; }, { "dismissed": "dismissed"; }, never, ["*"], true, never>;
24
24
  }
@@ -3,6 +3,6 @@ import * as i1 from "./notification.component";
3
3
  import * as i2 from "@angular/common";
4
4
  export declare class NotificationModule {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<NotificationModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<NotificationModule, [typeof i1.NotificationComponent], [typeof i2.CommonModule], [typeof i1.NotificationComponent]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NotificationModule, never, [typeof i1.NotificationComponent, typeof i2.CommonModule], [typeof i1.NotificationComponent]>;
7
7
  static ɵinj: i0.ɵɵInjectorDeclaration<NotificationModule>;
8
8
  }
@@ -1,15 +1,15 @@
1
1
  import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
- import { FormControl } from '@angular/forms';
2
+ import { AbstractControl, FormControl } from '@angular/forms';
3
3
  import { ThemesService } from '@progress-chef/platform-themes-service';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class NumericTextboxComponent implements OnChanges {
6
6
  private themesService;
7
7
  autoCorrect: boolean;
8
- width: number;
8
+ width?: number | string;
9
9
  isDisabled: boolean;
10
- value: number;
11
- min: number;
12
- max: number;
10
+ value?: number;
11
+ min?: number;
12
+ max?: number;
13
13
  step: number;
14
14
  format: string;
15
15
  fillMode: "flat" | "solid" | "outline" | "none";
@@ -17,12 +17,22 @@ export declare class NumericTextboxComponent implements OnChanges {
17
17
  size: "small" | "medium" | "large" | "none";
18
18
  readonly: boolean;
19
19
  placeholder: string;
20
- model: any;
21
- modelChange: EventEmitter<any>;
22
- control: FormControl;
20
+ clearButton: boolean;
21
+ model?: number;
22
+ modelChange: EventEmitter<number>;
23
+ control: AbstractControl | FormControl;
23
24
  constructor(themesService: ThemesService);
24
25
  ngOnChanges(changes: SimpleChanges): void;
25
- emitModelChange(ev: any): void;
26
+ emitModelChange(ev: number): void;
26
27
  static ɵfac: i0.ɵɵFactoryDeclaration<NumericTextboxComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<NumericTextboxComponent, "lib-numeric-textbox", never, { "autoCorrect": { "alias": "autoCorrect"; "required": false; }; "width": { "alias": "width"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "format": { "alias": "format"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "size": { "alias": "size"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "model": { "alias": "model"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, { "modelChange": "modelChange"; }, never, never, false, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<NumericTextboxComponent, "lib-numeric-textbox", never, { "autoCorrect": { "alias": "autoCorrect"; "required": false; }; "width": { "alias": "width"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "format": { "alias": "format"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "size": { "alias": "size"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "clearButton": { "alias": "clearButton"; "required": false; }; "model": { "alias": "model"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, { "modelChange": "modelChange"; }, never, never, true, never>;
29
+ static ngAcceptInputType_autoCorrect: boolean | string;
30
+ static ngAcceptInputType_width: number | string | undefined;
31
+ static ngAcceptInputType_isDisabled: boolean | string;
32
+ static ngAcceptInputType_value: number | string | undefined;
33
+ static ngAcceptInputType_min: number | string | undefined;
34
+ static ngAcceptInputType_max: number | string | undefined;
35
+ static ngAcceptInputType_step: number | string | undefined;
36
+ static ngAcceptInputType_readonly: boolean | string;
37
+ static ngAcceptInputType_clearButton: boolean | string;
28
38
  }
@@ -5,6 +5,6 @@ import * as i3 from "@angular/forms";
5
5
  import * as i4 from "@progress/kendo-angular-inputs";
6
6
  export declare class NumericTextboxModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<NumericTextboxModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<NumericTextboxModule, [typeof i1.NumericTextboxComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.InputsModule], [typeof i1.NumericTextboxComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NumericTextboxModule, never, [typeof i1.NumericTextboxComponent, typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.InputsModule], [typeof i1.NumericTextboxComponent]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<NumericTextboxModule>;
10
10
  }
@@ -5,5 +5,6 @@ export declare class ProgressBarComponent {
5
5
  value: number;
6
6
  constructor(themesService: ThemesService);
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "lib-progress-bar", never, { "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "lib-progress-bar", never, { "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
9
+ static ngAcceptInputType_value: number | string | undefined;
9
10
  }
@@ -1,8 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./progress-bar.component";
3
- import * as i2 from "@progress/kendo-angular-progressbar";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./progress-bar.component";
4
+ import * as i3 from "@progress/kendo-angular-progressbar";
4
5
  export declare class ProgressBarsModule {
5
6
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarsModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressBarsModule, [typeof i1.ProgressBarComponent], [typeof i2.ProgressBarModule], [typeof i1.ProgressBarComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressBarsModule, never, [typeof i1.CommonModule, typeof i2.ProgressBarComponent, typeof i3.ProgressBarModule], [typeof i1.CommonModule, typeof i2.ProgressBarComponent]>;
7
8
  static ɵinj: i0.ɵɵInjectorDeclaration<ProgressBarsModule>;
8
9
  }
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { FormControl } from '@angular/forms';
2
+ import { AbstractControl, FormControl } from '@angular/forms';
3
3
  import { ThemesService } from '@progress-chef/platform-themes-service';
4
4
  import { TypographyType } from '../typography/TypographyType';
5
5
  import * as i0 from "@angular/core";
@@ -8,7 +8,7 @@ export declare class RadioButtonComponent {
8
8
  size: "small" | "medium" | "large" | "none";
9
9
  name: string;
10
10
  value: string;
11
- control: FormControl;
11
+ control: AbstractControl | FormControl;
12
12
  label: string;
13
13
  labelPosition: "before" | "after";
14
14
  labelFont: TypographyType;
@@ -18,5 +18,5 @@ export declare class RadioButtonComponent {
18
18
  constructor(themesService: ThemesService);
19
19
  emitModelChange(ev: string): void;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "lib-radio-button", never, { "size": { "alias": "size"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "control": { "alias": "control"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "labelFont": { "alias": "labelFont"; "required": false; }; "elementId": { "alias": "elementId"; "required": false; }; "model": { "alias": "model"; "required": false; }; }, { "modelChange": "modelChange"; }, never, ["*"], false, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "lib-radio-button", never, { "size": { "alias": "size"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "control": { "alias": "control"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "labelFont": { "alias": "labelFont"; "required": false; }; "elementId": { "alias": "elementId"; "required": false; }; "model": { "alias": "model"; "required": false; }; }, { "modelChange": "modelChange"; }, never, ["*"], true, never>;
22
22
  }
@@ -6,6 +6,6 @@ import * as i4 from "@angular/forms";
6
6
  import * as i5 from "../typography/typography.module";
7
7
  export declare class RadioButtonModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonModule, never>;
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]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RadioButtonModule, never, [typeof i1.RadioButtonComponent, typeof i2.CommonModule, typeof i3.InputsModule, typeof i4.ReactiveFormsModule, typeof i5.TypographyModule, typeof i4.FormsModule], [typeof i2.CommonModule, typeof i1.RadioButtonComponent]>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<RadioButtonModule>;
11
11
  }
@@ -33,5 +33,11 @@ export declare class SearchBoxComponent implements AfterViewInit {
33
33
  onSearchClick(): void;
34
34
  ngOnDestroy(): void;
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchBoxComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<SearchBoxComponent, "lib-search-box", never, { "source": { "alias": "source"; "required": false; }; "data": { "alias": "data"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "clearButton": { "alias": "clearButton"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "width": { "alias": "width"; "required": false; }; "suggest": { "alias": "suggest"; "required": false; }; "control": { "alias": "control"; "required": false; }; "value": { "alias": "value"; "required": false; }; "debounceTimeMs": { "alias": "debounceTimeMs"; "required": false; }; }, { "modelChange": "modelChange"; "searchClick": "searchClick"; }, never, never, false, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<SearchBoxComponent, "lib-search-box", never, { "source": { "alias": "source"; "required": false; }; "data": { "alias": "data"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "clearButton": { "alias": "clearButton"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "width": { "alias": "width"; "required": false; }; "suggest": { "alias": "suggest"; "required": false; }; "control": { "alias": "control"; "required": false; }; "value": { "alias": "value"; "required": false; }; "debounceTimeMs": { "alias": "debounceTimeMs"; "required": false; }; }, { "modelChange": "modelChange"; "searchClick": "searchClick"; }, never, never, true, never>;
37
+ static ngAcceptInputType_filterable: boolean | string;
38
+ static ngAcceptInputType_clearButton: boolean | string;
39
+ static ngAcceptInputType_autoComplete: boolean | string;
40
+ static ngAcceptInputType_width: number | string | undefined;
41
+ static ngAcceptInputType_suggest: boolean | string;
42
+ static ngAcceptInputType_debounceTimeMs: number | string | undefined;
37
43
  }
@@ -7,6 +7,6 @@ import * as i5 from "@angular/forms";
7
7
  import * as i6 from "../icon/icon.module";
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.InputsModule, typeof i4.CommonModule, typeof i5.ReactiveFormsModule, typeof i6.IconModule], [typeof i1.SearchBoxComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SearchBoxModule, never, [typeof i1.SearchBoxComponent, typeof i2.AutoCompleteModule, typeof i3.InputsModule, typeof i4.CommonModule, typeof i5.ReactiveFormsModule, typeof i6.IconModule], [typeof i4.CommonModule, typeof i1.SearchBoxComponent]>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<SearchBoxModule>;
12
12
  }
@@ -15,5 +15,8 @@ export declare class SliderComponent implements OnInit {
15
15
  closeSlider(e: any): void;
16
16
  toggleSlide(): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "lib-slider", never, { "opened": { "alias": "opened"; "required": false; }; "title": { "alias": "title"; "required": false; }; "frameNumber": { "alias": "frameNumber"; "required": false; }; "parentId": { "alias": "parentId"; "required": false; }; "customTitle": { "alias": "customTitle"; "required": false; }; }, { "sliderClose": "sliderClose"; }, never, ["header", "*"], false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "lib-slider", never, { "opened": { "alias": "opened"; "required": false; }; "title": { "alias": "title"; "required": false; }; "frameNumber": { "alias": "frameNumber"; "required": false; }; "parentId": { "alias": "parentId"; "required": false; }; "customTitle": { "alias": "customTitle"; "required": false; }; }, { "sliderClose": "sliderClose"; }, never, ["header", "*"], true, never>;
19
+ static ngAcceptInputType_opened: boolean | string;
20
+ static ngAcceptInputType_frameNumber: number | string | undefined;
21
+ static ngAcceptInputType_customTitle: boolean | string;
19
22
  }
@@ -4,6 +4,6 @@ import * as i2 from "@angular/common";
4
4
  import * as i3 from "../typography/typography.module";
5
5
  export declare class SliderModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SliderModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<SliderModule, [typeof i1.SliderComponent], [typeof i2.CommonModule, typeof i3.TypographyModule], [typeof i1.SliderComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SliderModule, never, [typeof i1.SliderComponent, typeof i2.CommonModule, typeof i3.TypographyModule], [typeof i2.CommonModule, typeof i1.SliderComponent]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<SliderModule>;
9
9
  }
@@ -20,6 +20,9 @@ export declare class StepperComponent {
20
20
  currentStepChange: EventEmitter<number>;
21
21
  emitStepChange(step: number): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<StepperComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "lib-stepper", never, { "steps": { "alias": "steps"; "required": false; }; "stepType": { "alias": "stepType"; "required": false; }; "stepperWidth": { "alias": "stepperWidth"; "required": false; }; "current": { "alias": "current"; "required": false; }; "isLinear": { "alias": "isLinear"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; }, { "currentStepChange": "currentStepChange"; }, never, never, false, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "lib-stepper", never, { "steps": { "alias": "steps"; "required": false; }; "stepType": { "alias": "stepType"; "required": false; }; "stepperWidth": { "alias": "stepperWidth"; "required": false; }; "current": { "alias": "current"; "required": false; }; "isLinear": { "alias": "isLinear"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; }, { "currentStepChange": "currentStepChange"; }, never, never, true, never>;
24
+ static ngAcceptInputType_stepperWidth: number | string | undefined;
25
+ static ngAcceptInputType_current: number | string | undefined;
26
+ static ngAcceptInputType_isLinear: boolean | string;
24
27
  }
25
28
  export {};
@@ -10,6 +10,6 @@ import * as i8 from "@progress/kendo-angular-buttons";
10
10
  import * as i9 from "@progress/kendo-angular-dropdowns";
11
11
  export declare class StepperModule {
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<StepperModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<StepperModule, [typeof i1.StepperComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.LayoutModule, typeof i5.IconsModule, typeof i6.InputsModule, typeof i7.LabelModule, typeof i8.ButtonsModule, typeof i9.DropDownsModule], [typeof i1.StepperComponent]>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<StepperModule, never, [typeof i1.StepperComponent, typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.LayoutModule, typeof i5.IconsModule, typeof i6.InputsModule, typeof i7.LabelModule, typeof i8.ButtonsModule, typeof i9.DropDownsModule], [typeof i1.StepperComponent]>;
14
14
  static ɵinj: i0.ɵɵInjectorDeclaration<StepperModule>;
15
15
  }
@@ -16,5 +16,7 @@ export declare class SwitchComponent {
16
16
  valueChange: EventEmitter<any>;
17
17
  onChange(event: any): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "lib-switch", never, { "model": { "alias": "model"; "required": false; }; "style": { "alias": "style"; "required": false; }; "onLabel": { "alias": "onLabel"; "required": false; }; "offLabel": { "alias": "offLabel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "size": { "alias": "size"; "required": false; }; "trackRounded": { "alias": "trackRounded"; "required": false; }; "thumbRounded": { "alias": "thumbRounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "lib-switch", never, { "model": { "alias": "model"; "required": false; }; "style": { "alias": "style"; "required": false; }; "onLabel": { "alias": "onLabel"; "required": false; }; "offLabel": { "alias": "offLabel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "size": { "alias": "size"; "required": false; }; "trackRounded": { "alias": "trackRounded"; "required": false; }; "thumbRounded": { "alias": "thumbRounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
20
+ static ngAcceptInputType_disabled: boolean | string;
21
+ static ngAcceptInputType_readonly: boolean | string;
20
22
  }
@@ -11,6 +11,6 @@ import * as i9 from "@progress/kendo-angular-dropdowns";
11
11
  import * as i10 from "../typography/typography.module";
12
12
  export declare class SwitchModule {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<SwitchModule, never>;
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]>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SwitchModule, never, [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]>;
15
15
  static ɵinj: i0.ɵɵInjectorDeclaration<SwitchModule>;
16
16
  }
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { FormControl } from '@angular/forms';
2
+ import { AbstractControl, FormControl } from '@angular/forms';
3
3
  import { ThemesService } from '@progress-chef/platform-themes-service';
4
4
  import { TextAreaComponent } from '@progress/kendo-angular-inputs';
5
5
  import * as i0 from "@angular/core";
@@ -16,7 +16,7 @@ export declare class TextareaComponent {
16
16
  value: string;
17
17
  showError: boolean;
18
18
  errorMessage: string;
19
- control: FormControl;
19
+ control: AbstractControl | FormControl;
20
20
  set focus(value: any);
21
21
  private _focus;
22
22
  fillMode: "solid" | "flat" | "outline" | "none";
@@ -31,5 +31,10 @@ export declare class TextareaComponent {
31
31
  onFocus(): void;
32
32
  customCss(): "custom-fillMode" | undefined;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<TextareaComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<TextareaComponent, "lib-text-area", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "cols": { "alias": "cols"; "required": false; }; "width": { "alias": "width"; "required": false; }; "value": { "alias": "value"; "required": false; }; "showError": { "alias": "showError"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "control": { "alias": "control"; "required": false; }; "focus": { "alias": "focus"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; }, { "inputChange": "inputChange"; "emitOnBlur": "emitOnBlur"; "emitOnFocus": "emitOnFocus"; }, never, never, false, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextareaComponent, "lib-text-area", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "cols": { "alias": "cols"; "required": false; }; "width": { "alias": "width"; "required": false; }; "value": { "alias": "value"; "required": false; }; "showError": { "alias": "showError"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "control": { "alias": "control"; "required": false; }; "focus": { "alias": "focus"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; }, { "inputChange": "inputChange"; "emitOnBlur": "emitOnBlur"; "emitOnFocus": "emitOnFocus"; }, never, never, true, never>;
35
+ static ngAcceptInputType_readonly: boolean | string;
36
+ static ngAcceptInputType_disabled: boolean | string;
37
+ static ngAcceptInputType_rows: number | string | undefined;
38
+ static ngAcceptInputType_cols: number | string | undefined;
39
+ static ngAcceptInputType_showError: boolean | string;
35
40
  }
@@ -6,6 +6,6 @@ import * as i4 from "@angular/forms";
6
6
  import * as i5 from "../typography/typography.module";
7
7
  export declare class TextAreaModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<TextAreaModule, [typeof i1.TextareaComponent], [typeof i2.CommonModule, typeof i3.InputsModule, typeof i4.ReactiveFormsModule, typeof i5.TypographyModule], [typeof i1.TextareaComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TextAreaModule, never, [typeof i1.TextareaComponent, typeof i2.CommonModule, typeof i3.InputsModule, typeof i4.ReactiveFormsModule, typeof i5.TypographyModule], [typeof i2.CommonModule, typeof i1.TextareaComponent]>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<TextAreaModule>;
11
11
  }
@@ -1,5 +1,5 @@
1
1
  import { AfterViewInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
- import { FormControl } from '@angular/forms';
2
+ import { AbstractControl, FormControl } from '@angular/forms';
3
3
  import { ThemesService } from '@progress-chef/platform-themes-service';
4
4
  import { TextBoxComponent } from '@progress/kendo-angular-inputs';
5
5
  import * as i0 from "@angular/core";
@@ -10,18 +10,20 @@ export declare class TextboxComponent implements AfterViewInit, OnChanges {
10
10
  showEyeIcon: boolean;
11
11
  clearButton: boolean;
12
12
  placeholder: string;
13
- width: string;
13
+ width: string | number;
14
14
  isDisabled: boolean;
15
15
  readonly: boolean;
16
16
  size: "small" | "medium" | "large";
17
17
  rounded: "small" | "medium" | "large" | "full" | "none";
18
18
  fillMode: "solid" | "flat" | "outline" | "none";
19
- control: FormControl;
19
+ control: AbstractControl | FormControl;
20
20
  value: string;
21
21
  type: string;
22
22
  showError: boolean;
23
23
  errorMessage: string;
24
24
  focus: boolean;
25
+ model: string;
26
+ modelChange: EventEmitter<string>;
25
27
  inputChange: EventEmitter<string>;
26
28
  focusEvent: EventEmitter<any>;
27
29
  blurEvent: EventEmitter<any>;
@@ -33,5 +35,11 @@ export declare class TextboxComponent implements AfterViewInit, OnChanges {
33
35
  onFocus(): void;
34
36
  onBlur(): void;
35
37
  static ɵfac: i0.ɵɵFactoryDeclaration<TextboxComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<TextboxComponent, "lib-textbox", never, { "showEyeIcon": { "alias": "showEyeIcon"; "required": false; }; "clearButton": { "alias": "clearButton"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "width": { "alias": "width"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "control": { "alias": "control"; "required": false; }; "value": { "alias": "value"; "required": false; }; "type": { "alias": "type"; "required": false; }; "showError": { "alias": "showError"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "focus": { "alias": "focus"; "required": false; }; }, { "inputChange": "inputChange"; "focusEvent": "focusEvent"; "blurEvent": "blurEvent"; }, never, never, false, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextboxComponent, "lib-textbox", never, { "showEyeIcon": { "alias": "showEyeIcon"; "required": false; }; "clearButton": { "alias": "clearButton"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "width": { "alias": "width"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "control": { "alias": "control"; "required": false; }; "value": { "alias": "value"; "required": false; }; "type": { "alias": "type"; "required": false; }; "showError": { "alias": "showError"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "focus": { "alias": "focus"; "required": false; }; "model": { "alias": "model"; "required": false; }; }, { "modelChange": "modelChange"; "inputChange": "inputChange"; "focusEvent": "focusEvent"; "blurEvent": "blurEvent"; }, never, never, true, never>;
39
+ static ngAcceptInputType_showEyeIcon: boolean | string;
40
+ static ngAcceptInputType_clearButton: boolean | string;
41
+ static ngAcceptInputType_width: string | number | undefined;
42
+ static ngAcceptInputType_isDisabled: boolean | string;
43
+ static ngAcceptInputType_readonly: boolean | string;
44
+ static ngAcceptInputType_showError: boolean | string;
37
45
  }
@@ -7,6 +7,6 @@ import * as i5 from "../icon/icon.module";
7
7
  import * as i6 from "../typography/typography.module";
8
8
  export declare class TextboxModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<TextboxModule, never>;
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]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TextboxModule, never, [typeof i1.TextboxComponent, typeof i2.CommonModule, typeof i3.InputsModule, typeof i4.ReactiveFormsModule, typeof i5.IconModule, typeof i6.TypographyModule], [typeof i2.CommonModule, typeof i1.TextboxComponent]>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<TextboxModule>;
12
12
  }
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
- import { FormControl } from '@angular/forms';
2
+ import { AbstractControl, FormControl } from '@angular/forms';
3
3
  import { ThemesService } from '@progress-chef/platform-themes-service';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class TimePickerComponent implements OnChanges {
@@ -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
- control: FormControl;
19
+ control: AbstractControl | FormControl;
20
20
  id: any;
21
21
  modelChange: EventEmitter<any>;
22
22
  onOpenEvent: EventEmitter<any>;
@@ -27,5 +27,8 @@ 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; }; "control": { "alias": "control"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "modelChange": "modelChange"; "onOpenEvent": "onOpenEvent"; "onCloseEvent": "onCloseEvent"; }, never, never, false, 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; }; "control": { "alias": "control"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "modelChange": "modelChange"; "onOpenEvent": "onOpenEvent"; "onCloseEvent": "onCloseEvent"; }, never, never, true, never>;
31
+ static ngAcceptInputType_isDisabled: boolean | string;
32
+ static ngAcceptInputType_readonly: boolean | string;
33
+ static ngAcceptInputType_allowCaretMode: boolean | string;
31
34
  }
@@ -1,10 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./time-picker.component";
3
- import * as i2 from "@progress/kendo-angular-dateinputs";
4
- import * as i3 from "@progress/kendo-angular-buttons";
5
- import * as i4 from "@angular/forms";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./time-picker.component";
4
+ import * as i3 from "@progress/kendo-angular-dateinputs";
5
+ import * as i4 from "@progress/kendo-angular-buttons";
6
+ import * as i5 from "@angular/forms";
6
7
  export declare class TimePickerModule {
7
8
  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 ɵmod: i0.ɵɵNgModuleDeclaration<TimePickerModule, never, [typeof i1.CommonModule, typeof i2.TimePickerComponent, typeof i3.DateInputsModule, typeof i4.ButtonsModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule], [typeof i1.CommonModule, typeof i2.TimePickerComponent]>;
9
10
  static ɵinj: i0.ɵɵInjectorDeclaration<TimePickerModule>;
10
11
  }