@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
@@ -16,5 +16,5 @@ export declare class AlertComponent {
16
16
  constructor(themesService: ThemesService);
17
17
  onClose: () => void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<AlertComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "lib-alert", never, { "type": { "alias": "type"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; }, { "dismissed": "dismissed"; }, never, ["*"], false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "lib-alert", never, { "type": { "alias": "type"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; }, { "dismissed": "dismissed"; }, never, ["*"], true, never>;
20
20
  }
@@ -1,8 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./alert.component";
3
- import * as i2 from "../icon/icon.module";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./alert.component";
4
+ import * as i3 from "../icon/icon.module";
4
5
  export declare class AlertModule {
5
6
  static ɵfac: i0.ɵɵFactoryDeclaration<AlertModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<AlertModule, [typeof i1.AlertComponent], [typeof i2.IconModule], [typeof i1.AlertComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AlertModule, never, [typeof i1.CommonModule, typeof i2.AlertComponent, typeof i3.IconModule], [typeof i1.CommonModule, typeof i2.AlertComponent]>;
7
8
  static ɵinj: i0.ɵɵInjectorDeclaration<AlertModule>;
8
9
  }
@@ -11,5 +11,5 @@ export declare class AngularPopupComponent {
11
11
  popupVerticalAlign: "top" | "center" | "bottom";
12
12
  constructor(themesService: ThemesService);
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<AngularPopupComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<AngularPopupComponent, "lib-angular-popup", never, { "show": { "alias": "show"; "required": false; }; "anchor": { "alias": "anchor"; "required": false; }; "anchorHorizontalAlign": { "alias": "anchorHorizontalAlign"; "required": false; }; "anchorVerticalAlign": { "alias": "anchorVerticalAlign"; "required": false; }; "popupHorizontalAlign": { "alias": "popupHorizontalAlign"; "required": false; }; "popupVerticalAlign": { "alias": "popupVerticalAlign"; "required": false; }; }, {}, never, ["*"], false, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<AngularPopupComponent, "lib-angular-popup", never, { "show": { "alias": "show"; "required": false; }; "anchor": { "alias": "anchor"; "required": false; }; "anchorHorizontalAlign": { "alias": "anchorHorizontalAlign"; "required": false; }; "anchorVerticalAlign": { "alias": "anchorVerticalAlign"; "required": false; }; "popupHorizontalAlign": { "alias": "popupHorizontalAlign"; "required": false; }; "popupVerticalAlign": { "alias": "popupVerticalAlign"; "required": false; }; }, {}, never, ["*"], true, never>;
15
15
  }
@@ -5,6 +5,6 @@ import * as i3 from "@progress/kendo-angular-popup";
5
5
  import * as i4 from "../container/container.module";
6
6
  export declare class AngularPopupModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<AngularPopupModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<AngularPopupModule, [typeof i1.AngularPopupComponent], [typeof i2.CommonModule, typeof i3.PopupModule, typeof i4.ContainerModule], [typeof i1.AngularPopupComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AngularPopupModule, never, [typeof i1.AngularPopupComponent, typeof i2.CommonModule, typeof i3.PopupModule, typeof i4.ContainerModule], [typeof i2.CommonModule, typeof i1.AngularPopupComponent]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<AngularPopupModule>;
10
10
  }
@@ -17,5 +17,5 @@ export declare class AvatarComponent implements OnInit {
17
17
  ngOnInit(): void;
18
18
  getInitials(): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "lib-avatar", never, { "showInitials": { "alias": "showInitials"; "required": false; }; "imageURL": { "alias": "imageURL"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, never, false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "lib-avatar", never, { "showInitials": { "alias": "showInitials"; "required": false; }; "imageURL": { "alias": "imageURL"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, never, true, never>;
21
21
  }
@@ -1,10 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./avatar.component";
2
+ import * as i1 from "@angular/common";
3
3
  import * as i2 from "@progress/kendo-angular-layout";
4
4
  import * as i3 from "../typography/typography.module";
5
- import * as i4 from "@angular/common";
5
+ import * as i4 from "./avatar.component";
6
6
  export declare class AvatarModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<AvatarModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarModule, [typeof i1.AvatarComponent], [typeof i2.LayoutModule, typeof i3.TypographyModule, typeof i4.CommonModule], [typeof i1.AvatarComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarModule, never, [typeof i1.CommonModule, typeof i2.LayoutModule, typeof i3.TypographyModule, typeof i4.AvatarComponent], [typeof i1.CommonModule, typeof i2.LayoutModule, typeof i3.TypographyModule, typeof i4.AvatarComponent]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<AvatarModule>;
10
10
  }
@@ -13,5 +13,5 @@ export declare class BreadcrumbComponent {
13
13
  refreshBreadCrumb(): void;
14
14
  emitValueChange(itemsToBeEmit: BreadCrumbItem[]): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "lib-breadcrumb", never, { "items": { "alias": "items"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "lib-breadcrumb", never, { "items": { "alias": "items"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
17
17
  }
@@ -7,6 +7,6 @@ import * as i5 from "@progress/kendo-angular-dropdowns";
7
7
  import * as i6 from "@progress/kendo-angular-inputs";
8
8
  export declare class BreadcrumbModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbModule, [typeof i1.BreadcrumbComponent], [typeof i2.CommonModule, typeof i3.NavigationModule, typeof i4.ButtonsModule, typeof i5.DropDownsModule, typeof i6.InputsModule], [typeof i1.BreadcrumbComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbModule, never, [typeof i1.BreadcrumbComponent, typeof i2.CommonModule, typeof i3.NavigationModule, typeof i4.ButtonsModule, typeof i5.DropDownsModule, typeof i6.InputsModule], [typeof i1.BreadcrumbComponent]>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<BreadcrumbModule>;
12
12
  }
@@ -2,13 +2,21 @@ import { EventEmitter } from '@angular/core';
2
2
  import { ThemesService } from '@progress-chef/platform-themes-service';
3
3
  import { TypographyType } from '../typography/TypographyType';
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * Custom button component that wraps Kendo's kendoButton with design system styling.
7
+ *
8
+ * Note: This component uses lib-icon for custom icon rendering instead of Kendo's built-in
9
+ * icon system. Kendo's icon components are hidden via CSS (see button.component.scss).
10
+ * This allows for consistent icon styling across the design system while still leveraging
11
+ * Kendo's button directive for base styling and behavior.
12
+ */
5
13
  export declare class ButtonComponent {
6
14
  private themesService;
7
15
  constructor(themesService: ThemesService);
8
16
  size: 'small' | 'medium' | 'large';
9
17
  rounded: 'small' | 'medium' | 'large' | 'full' | 'none';
10
- fillMode: 'solid' | 'flat' | 'outline' | 'clear' | 'link' | 'none';
11
- themeColor: 'base' | 'primary' | 'secondary' | 'tertiary' | 'info' | 'success' | 'warning' | 'error' | 'dark' | 'light' | 'inverse';
18
+ fillMode: 'solid' | 'flat' | 'outline' | 'clear' | 'link' | 'none' | string;
19
+ themeColor: 'base' | 'primary' | 'secondary' | 'tertiary' | 'info' | 'success' | 'warning' | 'error' | 'dark' | 'light' | 'inverse' | string;
12
20
  label: string;
13
21
  iconName: string;
14
22
  disabled: boolean;
@@ -25,5 +33,10 @@ export declare class ButtonComponent {
25
33
  button_size(): string;
26
34
  toTitleCase(str: any): any;
27
35
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, 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>;
36
+ 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, true, never>;
37
+ static ngAcceptInputType_disabled: boolean | string;
38
+ static ngAcceptInputType_toggleable: boolean | string;
39
+ static ngAcceptInputType_iconButton: boolean | string;
40
+ static ngAcceptInputType_projectedIcon: boolean | string;
41
+ static ngAcceptInputType_iconFontSize: number | string | undefined;
29
42
  }
@@ -1,11 +1,12 @@
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 "../typography/typography.module";
5
- import * as i4 from "../icon/icon.module";
6
- import * as i5 from "@angular/common";
4
+ import * as i3 from "@progress/kendo-angular-icons";
5
+ import * as i4 from "../typography/typography.module";
6
+ import * as i5 from "../icon/icon.module";
7
+ import * as i6 from "@angular/common";
7
8
  export declare class ButtonModule {
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonModule, [typeof i1.ButtonComponent], [typeof i2.ButtonsModule, typeof i3.TypographyModule, typeof i4.IconModule, typeof i5.CommonModule], [typeof i1.ButtonComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonModule, never, [typeof i1.ButtonComponent, typeof i2.ButtonsModule, typeof i3.IconsModule, typeof i4.TypographyModule, typeof i5.IconModule, typeof i6.CommonModule], [typeof i1.ButtonComponent]>;
10
11
  static ɵinj: i0.ɵɵInjectorDeclaration<ButtonModule>;
11
12
  }
@@ -16,5 +16,7 @@ export declare class ButtonGroupComponent {
16
16
  buttonClick: EventEmitter<any>;
17
17
  onButtonClick(label: string): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonGroupComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonGroupComponent, "lib-button-group", never, { "buttons": { "alias": "buttons"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "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; }; "disabled": { "alias": "disabled"; "required": false; }; "toggleable": { "alias": "toggleable"; "required": false; }; }, { "buttonClick": "buttonClick"; }, never, ["*"], false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonGroupComponent, "lib-button-group", never, { "buttons": { "alias": "buttons"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "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; }; "disabled": { "alias": "disabled"; "required": false; }; "toggleable": { "alias": "toggleable"; "required": false; }; }, { "buttonClick": "buttonClick"; }, never, ["*"], true, never>;
20
+ static ngAcceptInputType_disabled: boolean | string;
21
+ static ngAcceptInputType_toggleable: boolean | string;
20
22
  }
@@ -6,6 +6,6 @@ import * as i4 from "../icon/icon.module";
6
6
  import * as i5 from "@angular/common";
7
7
  export declare class ButtonGroupModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonGroupModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonGroupModule, [typeof i1.ButtonGroupComponent], [typeof i2.ButtonsModule, typeof i3.TypographyModule, typeof i4.IconModule, typeof i5.CommonModule], [typeof i1.ButtonGroupComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonGroupModule, never, [typeof i1.ButtonGroupComponent, typeof i2.ButtonsModule, typeof i3.TypographyModule, typeof i4.IconModule, typeof i5.CommonModule], [typeof i5.CommonModule, typeof i1.ButtonGroupComponent]>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<ButtonGroupModule>;
11
11
  }
@@ -1,12 +1,12 @@
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 { CheckBoxRounded, InputSize } from '@progress/kendo-angular-inputs';
5
5
  import { TypographyType } from '../typography/TypographyType';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class CheckboxComponent {
8
8
  private themesService;
9
- control: FormControl;
9
+ control: AbstractControl | FormControl;
10
10
  elementId: string;
11
11
  size: InputSize;
12
12
  rounded: CheckBoxRounded;
@@ -17,5 +17,5 @@ export declare class CheckboxComponent {
17
17
  constructor(themesService: ThemesService);
18
18
  emitValueChange(ev: boolean): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "lib-checkbox", never, { "control": { "alias": "control"; "required": false; }; "elementId": { "alias": "elementId"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "labelFont": { "alias": "labelFont"; "required": false; }; }, { "modelChange": "modelChange"; }, never, ["*"], false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "lib-checkbox", never, { "control": { "alias": "control"; "required": false; }; "elementId": { "alias": "elementId"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "labelFont": { "alias": "labelFont"; "required": false; }; }, { "modelChange": "modelChange"; }, never, ["*"], true, never>;
21
21
  }
@@ -6,6 +6,6 @@ import * as i4 from "@angular/forms";
6
6
  import * as i5 from "../typography/typography.module";
7
7
  export declare class CheckboxModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<CheckboxModule, [typeof i1.CheckboxComponent], [typeof i2.CommonModule, typeof i3.InputsModule, typeof i4.ReactiveFormsModule, typeof i5.TypographyModule], [typeof i1.CheckboxComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CheckboxModule, never, [typeof i1.CheckboxComponent, typeof i2.CommonModule, typeof i3.InputsModule, typeof i4.ReactiveFormsModule, typeof i5.TypographyModule], [typeof i2.CommonModule, typeof i1.CheckboxComponent]>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<CheckboxModule>;
11
11
  }
@@ -4,9 +4,10 @@ export declare class ChipComponent {
4
4
  size: ButtonSize;
5
5
  rounded: ButtonRounded;
6
6
  fillMode: ChipFillMode;
7
- themeColor: ChipThemeColor;
7
+ themeColor: ChipThemeColor | string;
8
8
  removable: boolean;
9
9
  chip: ChipComponent;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ChipComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<ChipComponent, "lib-chip", never, { "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; }, {}, never, ["*"], false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChipComponent, "lib-chip", never, { "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; }, {}, never, ["*"], true, never>;
12
+ static ngAcceptInputType_removable: boolean | string;
12
13
  }
@@ -8,6 +8,6 @@ import * as i6 from "@progress/kendo-angular-dropdowns";
8
8
  import * as i7 from "@progress-chef/platform-themes-service";
9
9
  export declare class ChipModule {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ChipModule, never>;
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]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ChipModule, never, [typeof i1.ChipComponent, typeof i2.CommonModule, typeof i3.ButtonsModule, typeof i4.LabelModule, typeof i5.FormsModule, typeof i6.DropDownsModule, typeof i7.ThemesModule], [typeof i1.ChipComponent]>;
12
12
  static ɵinj: i0.ɵɵInjectorDeclaration<ChipModule>;
13
13
  }
@@ -28,5 +28,6 @@ export declare class ChipListComponent {
28
28
  ngAfterViewInit(): void;
29
29
  calculateWidthAndRender(): void;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<ChipListComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<ChipListComponent, "lib-chip-list", never, { "list": { "alias": "list"; "required": false; }; "width": { "alias": "width"; "required": false; }; "showFullList": { "alias": "showFullList"; "required": false; }; "numChipTheme": { "alias": "numChipTheme"; "required": false; }; "showTruncatedItemAsTooltip": { "alias": "showTruncatedItemAsTooltip"; "required": false; }; }, {}, never, never, false, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChipListComponent, "lib-chip-list", never, { "list": { "alias": "list"; "required": false; }; "width": { "alias": "width"; "required": false; }; "showFullList": { "alias": "showFullList"; "required": false; }; "numChipTheme": { "alias": "numChipTheme"; "required": false; }; "showTruncatedItemAsTooltip": { "alias": "showTruncatedItemAsTooltip"; "required": false; }; }, {}, never, never, true, never>;
32
+ static ngAcceptInputType_width: number | string | undefined;
32
33
  }
@@ -10,6 +10,6 @@ import * as i8 from "../tooltip/tooltip.module";
10
10
  import * as i9 from "../typography/typography.module";
11
11
  export declare class ChipListModule {
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<ChipListModule, never>;
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]>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ChipListModule, never, [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 i2.CommonModule, typeof i1.ChipListComponent]>;
14
14
  static ɵinj: i0.ɵɵInjectorDeclaration<ChipListModule>;
15
15
  }
@@ -31,5 +31,7 @@ export declare class ClipboardComponent implements OnInit {
31
31
  copyLegacy(clipboardData: string): Promise<boolean>;
32
32
  revertTooltipText(): void;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<ClipboardComponent, 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>;
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, true, never>;
35
+ static ngAcceptInputType_showCopyIcon: boolean | string;
36
+ static ngAcceptInputType_iconFontSize: number | string | undefined;
35
37
  }
@@ -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 ClipboardModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ClipboardModule, never>;
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]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ClipboardModule, never, [typeof i1.ClipboardComponent, typeof i2.ButtonModule, typeof i3.CommonModule, typeof i4.TooltipModule, typeof i5.IconModule, typeof i6.TypographyModule], [typeof i3.CommonModule, typeof i1.ClipboardComponent]>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<ClipboardModule>;
12
12
  }
@@ -5,5 +5,5 @@ export declare class ContainerComponent {
5
5
  padding: string;
6
6
  margin: string;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<ContainerComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<ContainerComponent, "lib-container", never, { "c_class": { "alias": "c_class"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; }, {}, never, ["*"], false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<ContainerComponent, "lib-container", never, { "c_class": { "alias": "c_class"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; }, {}, never, ["*"], true, never>;
9
9
  }
@@ -3,6 +3,6 @@ import * as i1 from "./container.component";
3
3
  import * as i2 from "@angular/common";
4
4
  export declare class ContainerModule {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<ContainerModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<ContainerModule, [typeof i1.ContainerComponent], [typeof i2.CommonModule], [typeof i1.ContainerComponent]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ContainerModule, never, [typeof i1.ContainerComponent, typeof i2.CommonModule], [typeof i1.ContainerComponent]>;
7
7
  static ɵinj: i0.ɵɵInjectorDeclaration<ContainerModule>;
8
8
  }
@@ -20,5 +20,6 @@ export declare class DateRangeComponent {
20
20
  onStartChange(ev: any): void;
21
21
  onEndChange(ev: any): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<DateRangeComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<DateRangeComponent, "lib-date-range", never, { "range": { "alias": "range"; "required": false; }; "rangeStartLabel": { "alias": "rangeStartLabel"; "required": false; }; "rangeEndLabel": { "alias": "rangeEndLabel"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "autoCorrectOn": { "alias": "autoCorrectOn"; "required": false; }; "labelStyle": { "alias": "labelStyle"; "required": false; }; }, { "modelChange": "modelChange"; }, never, never, false, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<DateRangeComponent, "lib-date-range", never, { "range": { "alias": "range"; "required": false; }; "rangeStartLabel": { "alias": "rangeStartLabel"; "required": false; }; "rangeEndLabel": { "alias": "rangeEndLabel"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "autoCorrectOn": { "alias": "autoCorrectOn"; "required": false; }; "labelStyle": { "alias": "labelStyle"; "required": false; }; }, { "modelChange": "modelChange"; }, never, never, true, never>;
24
+ static ngAcceptInputType_isDisabled: boolean | string;
24
25
  }
@@ -1,11 +1,12 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./date-range.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";
6
- import * as i5 from "@progress/kendo-angular-label";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./date-range.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";
7
+ import * as i6 from "@progress/kendo-angular-label";
7
8
  export declare class DateRangeModule {
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<DateRangeModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<DateRangeModule, [typeof i1.DateRangeComponent], [typeof i2.DateInputsModule, typeof i3.ButtonsModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.FloatingLabelModule], [typeof i1.DateRangeComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DateRangeModule, never, [typeof i1.CommonModule, typeof i2.DateRangeComponent, typeof i3.DateInputsModule, typeof i4.ButtonsModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.FloatingLabelModule], [typeof i1.CommonModule, typeof i2.DateRangeComponent]>;
10
11
  static ɵinj: i0.ɵɵInjectorDeclaration<DateRangeModule>;
11
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 DatepickerComponent implements OnChanges {
@@ -7,7 +7,7 @@ export declare class DatepickerComponent implements OnChanges {
7
7
  calendarType: "infinite" | "classic";
8
8
  isDisabled: boolean;
9
9
  readOnlyInput: boolean;
10
- disabledDates: any;
10
+ disabledDates?: Date[] | ((date: Date) => boolean);
11
11
  min: Date;
12
12
  max: Date;
13
13
  format: string;
@@ -17,7 +17,7 @@ export declare class DatepickerComponent implements OnChanges {
17
17
  rounded: "small" | "medium" | "large" | "full" | "none";
18
18
  size: "small" | "medium" | "large" | "none";
19
19
  modelChange: EventEmitter<any>;
20
- control: FormControl;
20
+ control: AbstractControl | FormControl;
21
21
  value: Date;
22
22
  navigation: boolean;
23
23
  onOpenEvent: EventEmitter<any>;
@@ -28,5 +28,9 @@ export declare class DatepickerComponent implements OnChanges {
28
28
  onOpen(event: any): void;
29
29
  onClose(event: any): void;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<DatepickerComponent, "lib-datepicker", never, { "calendarType": { "alias": "calendarType"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "readOnlyInput": { "alias": "readOnlyInput"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "format": { "alias": "format"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "incompleteDateValidation": { "alias": "incompleteDateValidation"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "size": { "alias": "size"; "required": false; }; "control": { "alias": "control"; "required": false; }; "value": { "alias": "value"; "required": false; }; "navigation": { "alias": "navigation"; "required": false; }; }, { "modelChange": "modelChange"; "onOpenEvent": "onOpenEvent"; "onCloseEvent": "onCloseEvent"; }, never, never, false, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<DatepickerComponent, "lib-datepicker", never, { "calendarType": { "alias": "calendarType"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "readOnlyInput": { "alias": "readOnlyInput"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "format": { "alias": "format"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "incompleteDateValidation": { "alias": "incompleteDateValidation"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "size": { "alias": "size"; "required": false; }; "control": { "alias": "control"; "required": false; }; "value": { "alias": "value"; "required": false; }; "navigation": { "alias": "navigation"; "required": false; }; }, { "modelChange": "modelChange"; "onOpenEvent": "onOpenEvent"; "onCloseEvent": "onCloseEvent"; }, never, never, true, never>;
32
+ static ngAcceptInputType_isDisabled: boolean | string;
33
+ static ngAcceptInputType_readOnlyInput: boolean | string;
34
+ static ngAcceptInputType_incompleteDateValidation: boolean | string;
35
+ static ngAcceptInputType_navigation: boolean | string;
32
36
  }
@@ -1,10 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./datepicker.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 "./datepicker.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 DatepickerModule {
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<DatepickerModule, [typeof i1.DatepickerComponent], [typeof i2.DateInputsModule, typeof i3.ButtonsModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule], [typeof i1.DatepickerComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DatepickerModule, never, [typeof i1.CommonModule, typeof i2.DatepickerComponent, typeof i3.DateInputsModule, typeof i4.ButtonsModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule], [typeof i1.CommonModule, typeof i2.DatepickerComponent]>;
9
10
  static ɵinj: i0.ɵɵInjectorDeclaration<DatepickerModule>;
10
11
  }
@@ -1,5 +1,5 @@
1
1
  import { AfterViewInit, EventEmitter } from '@angular/core';
2
- import { DropTargetEvent } from '@progress/kendo-angular-utils';
2
+ import { DragTargetContainerDirective, DropTargetContainerDirective, DropTargetEvent } from '@progress/kendo-angular-utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class DragAndDropComponent implements AfterViewInit {
5
5
  dragDropContainerClassSelector: string;
@@ -10,8 +10,8 @@ export declare class DragAndDropComponent implements AfterViewInit {
10
10
  set listData(value: any);
11
11
  private _listData;
12
12
  emitListChangeEv: EventEmitter<any>;
13
- dragTargetContainer: any;
14
- dropTargetContainer: any;
13
+ dragTargetContainer: DragTargetContainerDirective;
14
+ dropTargetContainer: DropTargetContainerDirective;
15
15
  ngAfterViewInit(): void;
16
16
  dragData: ({ dragTarget }: any) => {
17
17
  fromElement: number;
@@ -22,5 +22,5 @@ export declare class DragAndDropComponent implements AfterViewInit {
22
22
  updateData(fromCollection: any[], fromIndex: number, toIndex: number, dataFromCollection: any): void;
23
23
  calculateDestinationIndex(e: any, fromIndex: any): number;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<DragAndDropComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<DragAndDropComponent, "lib-drag-and-drop", never, { "dragDropContainerClassSelector": { "alias": "dragDropContainerClassSelector"; "required": false; }; "dragDropItemClassSelector": { "alias": "dragDropItemClassSelector"; "required": false; }; "dragDropContainerIndexAttribute": { "alias": "dragDropContainerIndexAttribute"; "required": false; }; "dragDropItemIndexAttribute": { "alias": "dragDropItemIndexAttribute"; "required": false; }; "dragHandleClassSelector": { "alias": "dragHandleClassSelector"; "required": false; }; "listData": { "alias": "listData"; "required": false; }; }, { "emitListChangeEv": "emitListChangeEv"; }, never, ["*"], false, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<DragAndDropComponent, "lib-drag-and-drop", never, { "dragDropContainerClassSelector": { "alias": "dragDropContainerClassSelector"; "required": false; }; "dragDropItemClassSelector": { "alias": "dragDropItemClassSelector"; "required": false; }; "dragDropContainerIndexAttribute": { "alias": "dragDropContainerIndexAttribute"; "required": false; }; "dragDropItemIndexAttribute": { "alias": "dragDropItemIndexAttribute"; "required": false; }; "dragHandleClassSelector": { "alias": "dragHandleClassSelector"; "required": false; }; "listData": { "alias": "listData"; "required": false; }; }, { "emitListChangeEv": "emitListChangeEv"; }, never, ["*"], true, never>;
26
26
  }
@@ -8,6 +8,6 @@ import * as i6 from "@progress/kendo-angular-listview";
8
8
  import * as i7 from "@progress/kendo-angular-icons";
9
9
  export declare class DragAndDropModule {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<DragAndDropModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<DragAndDropModule, [typeof i1.DragAndDropComponent], [typeof i2.CommonModule, typeof i3.ButtonsModule, typeof i4.InputsModule, typeof i5.UtilsModule, typeof i6.ListViewModule, typeof i7.IconsModule], [typeof i1.DragAndDropComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DragAndDropModule, never, [typeof i1.DragAndDropComponent, typeof i2.CommonModule, typeof i3.ButtonsModule, typeof i4.InputsModule, typeof i5.UtilsModule, typeof i6.ListViewModule, typeof i7.IconsModule], [typeof i1.DragAndDropComponent]>;
12
12
  static ɵinj: i0.ɵɵInjectorDeclaration<DragAndDropModule>;
13
13
  }
@@ -1,5 +1,5 @@
1
1
  import { AfterViewInit, EventEmitter, OnChanges, Renderer2, SimpleChanges } from '@angular/core';
2
- import { FormControl } from '@angular/forms';
2
+ import { AbstractControl, FormControl } from '@angular/forms';
3
3
  import { LoaderType, LoaderSize, LoaderThemeColor } from '../loader/loader.component';
4
4
  import { ThemesService } from '@progress-chef/platform-themes-service';
5
5
  import { TypographyType } from '../typography/TypographyType';
@@ -31,7 +31,7 @@ export declare class DropdownComponent implements OnChanges, AfterViewInit {
31
31
  valuePrimitive: boolean;
32
32
  model: any;
33
33
  modelChange: EventEmitter<any>;
34
- control: FormControl;
34
+ control: AbstractControl | FormControl;
35
35
  fontType: TypographyType;
36
36
  focus: boolean;
37
37
  loading: boolean;
@@ -42,6 +42,8 @@ export declare class DropdownComponent implements OnChanges, AfterViewInit {
42
42
  infiniteScrollLoader: boolean;
43
43
  showError: boolean;
44
44
  errorMessage: string;
45
+ checkboxes: boolean;
46
+ autoClose: boolean;
45
47
  defaultItem: any;
46
48
  onScrollEnd: EventEmitter<any>;
47
49
  scrollListener: any;
@@ -63,5 +65,17 @@ export declare class DropdownComponent implements OnChanges, AfterViewInit {
63
65
  onDropdownClose(): void;
64
66
  getDefaultItem(): any;
65
67
  static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
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>;
68
+ 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; }; "checkboxes": { "alias": "checkboxes"; "required": false; }; "autoClose": { "alias": "autoClose"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, { "modelChange": "modelChange"; "onScrollEnd": "onScrollEnd"; }, never, ["header"], true, never>;
69
+ static ngAcceptInputType_isDisabled: boolean | string;
70
+ static ngAcceptInputType_clearButton: boolean | string;
71
+ static ngAcceptInputType_filterable: boolean | string;
72
+ static ngAcceptInputType_readonly: boolean | string;
73
+ static ngAcceptInputType_suggest: boolean | string;
74
+ static ngAcceptInputType_valuePrimitive: boolean | string;
75
+ static ngAcceptInputType_focus: boolean | string;
76
+ static ngAcceptInputType_loading: boolean | string;
77
+ static ngAcceptInputType_infiniteScrollLoader: boolean | string;
78
+ static ngAcceptInputType_showError: boolean | string;
79
+ static ngAcceptInputType_checkboxes: boolean | string;
80
+ static ngAcceptInputType_autoClose: boolean | string;
67
81
  }
@@ -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 DropdownModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<DropdownModule, never>;
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]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownModule, never, [typeof i1.DropdownComponent, typeof i2.CommonModule, typeof i3.DropDownsModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.TypographyModule, typeof i6.LoaderModule], [typeof i2.CommonModule, typeof i1.DropdownComponent]>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<DropdownModule>;
12
12
  }
@@ -13,5 +13,5 @@ export declare class DropdownButtonComponent {
13
13
  popupSettings: {};
14
14
  buttonClass: any;
15
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>;
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, true, never>;
17
17
  }
@@ -6,6 +6,6 @@ import * as i4 from "@progress/kendo-angular-buttons";
6
6
  import * as i5 from "../icon/icon.module";
7
7
  export declare class DropdownButtonModule {
8
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]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownButtonModule, never, [typeof i1.DropdownButtonComponent, typeof i2.CommonModule, typeof i3.TypographyModule, typeof i4.ButtonsModule, typeof i5.IconModule], [typeof i2.CommonModule, typeof i1.DropdownButtonComponent]>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<DropdownButtonModule>;
11
11
  }
@@ -1,9 +1,23 @@
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 DropdowntreeComponent implements OnChanges {
6
6
  private themesService;
7
+ /**
8
+ * Field name that contains child items in the hierarchical tree structure.
9
+ *
10
+ * This input was temporarily made required during Angular 19 upgrade but has been
11
+ * restored to optional with empty string default to maintain backwards compatibility.
12
+ *
13
+ * Note: While optional, this should be provided when working with hierarchical data
14
+ * (e.g., 'items', 'children', 'subItems') for proper tree structure rendering.
15
+ *
16
+ * @example
17
+ * // Hierarchical data structure
18
+ * data = [{ text: 'Parent', items: [{ text: 'Child' }] }];
19
+ * childrenField = 'items';
20
+ */
7
21
  childrenField: string;
8
22
  hasDefaultValue: boolean;
9
23
  isDisabled: boolean;
@@ -23,7 +37,7 @@ export declare class DropdowntreeComponent implements OnChanges {
23
37
  rounded: "small" | "medium" | "large" | "full" | "none";
24
38
  fillMode: "flat" | "solid" | "outline" | "none";
25
39
  size: "small" | "medium" | "large" | "none";
26
- control: FormControl;
40
+ control: AbstractControl | FormControl;
27
41
  selectedItem: EventEmitter<any>;
28
42
  buttonClick: EventEmitter<any>;
29
43
  constructor(themesService: ThemesService);
@@ -31,5 +45,7 @@ export declare class DropdowntreeComponent implements OnChanges {
31
45
  valueChange(e: any): void;
32
46
  onButtonClick(e: any): void;
33
47
  static ɵfac: i0.ɵɵFactoryDeclaration<DropdowntreeComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<DropdowntreeComponent, "lib-dropdowntree", never, { "childrenField": { "alias": "childrenField"; "required": false; }; "hasDefaultValue": { "alias": "hasDefaultValue"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "listHeight": { "alias": "listHeight"; "required": false; }; "value": { "alias": "value"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "clearButton": { "alias": "clearButton"; "required": false; }; "expandBy": { "alias": "expandBy"; "required": false; }; "expandedKeys": { "alias": "expandedKeys"; "required": false; }; "data": { "alias": "data"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "footerBtnLabel": { "alias": "footerBtnLabel"; "required": false; }; "footerBtnIcon": { "alias": "footerBtnIcon"; "required": false; }; "hasFooterBtn": { "alias": "hasFooterBtn"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "size": { "alias": "size"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, { "selectedItem": "selectedItem"; "buttonClick": "buttonClick"; }, never, never, false, never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<DropdowntreeComponent, "lib-dropdowntree", never, { "childrenField": { "alias": "childrenField"; "required": false; }; "hasDefaultValue": { "alias": "hasDefaultValue"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "listHeight": { "alias": "listHeight"; "required": false; }; "value": { "alias": "value"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "clearButton": { "alias": "clearButton"; "required": false; }; "expandBy": { "alias": "expandBy"; "required": false; }; "expandedKeys": { "alias": "expandedKeys"; "required": false; }; "data": { "alias": "data"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "footerBtnLabel": { "alias": "footerBtnLabel"; "required": false; }; "footerBtnIcon": { "alias": "footerBtnIcon"; "required": false; }; "hasFooterBtn": { "alias": "hasFooterBtn"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "size": { "alias": "size"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, { "selectedItem": "selectedItem"; "buttonClick": "buttonClick"; }, never, never, true, never>;
49
+ static ngAcceptInputType_isDisabled: boolean | string;
50
+ static ngAcceptInputType_readonly: boolean | string;
35
51
  }
@@ -7,6 +7,6 @@ import * as i5 from "../typography/typography.module";
7
7
  import * as i6 from "../button/button.module";
8
8
  export declare class DropdowntreeModule {
9
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]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DropdowntreeModule, never, [typeof i1.DropdowntreeComponent, typeof i2.CommonModule, typeof i3.DropDownsModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.TypographyModule, typeof i6.ButtonModule], [typeof i2.CommonModule, typeof i1.DropdowntreeComponent]>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<DropdowntreeModule>;
12
12
  }
@@ -17,5 +17,7 @@ export declare class ExpansionPanelComponent {
17
17
  constructor(themesService: ThemesService);
18
18
  onAction(e: ExpansionPanelActionEvent): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<ExpansionPanelComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<ExpansionPanelComponent, "lib-expansion-panel", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "data": { "alias": "data"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "customHeader": { "alias": "customHeader"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "expandCollapseAllowed": { "alias": "expandCollapseAllowed"; "required": false; }; }, { "action": "action"; }, never, ["header", "*"], false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<ExpansionPanelComponent, "lib-expansion-panel", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "data": { "alias": "data"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "customHeader": { "alias": "customHeader"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "expandCollapseAllowed": { "alias": "expandCollapseAllowed"; "required": false; }; }, { "action": "action"; }, never, ["header", "*"], true, never>;
21
+ static ngAcceptInputType_customHeader: boolean | string;
22
+ static ngAcceptInputType_disabled: boolean | string;
21
23
  }