@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
@@ -15,7 +15,7 @@ export declare class TimeschedulerComponent implements OnChanges {
15
15
  control: FormControl;
16
16
  min: Date;
17
17
  max: Date;
18
- disabledDates: Date[];
18
+ disabledDates?: Date[] | ((date: Date) => boolean);
19
19
  popupSettings: {};
20
20
  modelChange: EventEmitter<Date>;
21
21
  onOpenEvent: EventEmitter<any>;
@@ -24,5 +24,7 @@ export declare class TimeschedulerComponent implements OnChanges {
24
24
  emitModelChange(ev: Date): void;
25
25
  onOpen(event: any): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<TimeschedulerComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<TimeschedulerComponent, "lib-timescheduler", never, { "model": { "alias": "model"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "format": { "alias": "format"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "control": { "alias": "control"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "popupSettings": { "alias": "popupSettings"; "required": false; }; }, { "modelChange": "modelChange"; "onOpenEvent": "onOpenEvent"; }, never, never, false, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimeschedulerComponent, "lib-timescheduler", never, { "model": { "alias": "model"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "format": { "alias": "format"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "control": { "alias": "control"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "popupSettings": { "alias": "popupSettings"; "required": false; }; }, { "modelChange": "modelChange"; "onOpenEvent": "onOpenEvent"; }, never, never, true, never>;
28
+ static ngAcceptInputType_isDisabled: boolean | string;
29
+ static ngAcceptInputType_readonly: boolean | string;
28
30
  }
@@ -1,10 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./timescheduler.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 "./timescheduler.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 TimeschedulerModule {
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TimeschedulerModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<TimeschedulerModule, [typeof i1.TimeschedulerComponent], [typeof i2.DateInputsModule, typeof i3.ButtonsModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule], [typeof i1.TimeschedulerComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TimeschedulerModule, never, [typeof i1.CommonModule, typeof i2.TimeschedulerComponent, typeof i3.DateInputsModule, typeof i4.ButtonsModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule], [typeof i1.CommonModule, typeof i2.TimeschedulerComponent]>;
9
10
  static ɵinj: i0.ɵɵInjectorDeclaration<TimeschedulerModule>;
10
11
  }
@@ -11,7 +11,16 @@ export declare class TooltipComponent {
11
11
  callout: boolean;
12
12
  tooltip: any;
13
13
  constructor(themesService: ThemesService);
14
- onDocumentClick($event: any): void;
14
+ /**
15
+ * Click-outside handler for closable tooltips
16
+ * When closable is true, clicking outside the tooltip content will hide it
17
+ * Re-implemented after Angular 19 upgrade to restore closable tooltip functionality
18
+ */
19
+ onDocumentClick($event: MouseEvent): void;
15
20
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "lib-tooltip", never, { "position": { "alias": "position"; "required": false; }; "tooltipWidth": { "alias": "tooltipWidth"; "required": false; }; "tooltipHeight": { "alias": "tooltipHeight"; "required": false; }; "showOn": { "alias": "showOn"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "title": { "alias": "title"; "required": false; }; "callout": { "alias": "callout"; "required": false; }; }, {}, never, ["*", "div.tooltip-content"], false, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "lib-tooltip", never, { "position": { "alias": "position"; "required": false; }; "tooltipWidth": { "alias": "tooltipWidth"; "required": false; }; "tooltipHeight": { "alias": "tooltipHeight"; "required": false; }; "showOn": { "alias": "showOn"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "title": { "alias": "title"; "required": false; }; "callout": { "alias": "callout"; "required": false; }; }, {}, never, ["*", "div.tooltip-content"], true, never>;
22
+ static ngAcceptInputType_tooltipWidth: number | string | undefined;
23
+ static ngAcceptInputType_tooltipHeight: number | string | undefined;
24
+ static ngAcceptInputType_closable: boolean | string;
25
+ static ngAcceptInputType_callout: boolean | string;
17
26
  }
@@ -1,8 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./tooltip.component";
3
- import * as i2 from "@progress/kendo-angular-tooltip";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./tooltip.component";
4
+ import * as i3 from "@progress/kendo-angular-tooltip";
4
5
  export declare class TooltipModule {
5
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<TooltipModule, [typeof i1.TooltipComponent], [typeof i2.TooltipsModule], [typeof i1.TooltipComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TooltipModule, never, [typeof i1.CommonModule, typeof i2.TooltipComponent, typeof i3.TooltipsModule], [typeof i1.CommonModule, typeof i2.TooltipComponent]>;
7
8
  static ɵinj: i0.ɵɵInjectorDeclaration<TooltipModule>;
8
9
  }
@@ -1 +1 @@
1
- export type TypographyType = 'DISPLAY_LARGE' | 'DISPLAY_MEDIUM' | 'DISPLAY_SMALL' | 'HEADING_LARGE' | 'HEADING_MEDIUM' | 'HEADING_SMALL' | 'SUBTITLE_REGULAR' | 'SUBTITLE_SMALL' | 'BODY_LARGE' | 'BODY_MEDIUM' | 'BODY_SMALL' | 'BODY_UNIT_LABEL' | 'OVERLINE_LABEL_REGULAR' | 'OVERLINE_LABEL_SMALL' | 'BUTTON_REGULAR' | 'BUTTON_SMALL';
1
+ export type TypographyType = 'DISPLAY_LARGE' | 'DISPLAY_MEDIUM' | 'DISPLAY_SMALL' | 'HEADING_LARGE' | 'HEADING_MEDIUM' | 'HEADING_SMALL' | 'SUBTITLE_REGULAR' | 'SUBTITLE_MEDIUM' | 'SUBTITLE_SMALL' | 'BODY_LARGE' | 'BODY_MEDIUM' | 'BODY_SMALL' | 'BODY_UNIT_LABEL' | 'CODE_BODY_MEDIUM' | 'OVERLINE_LABEL_REGULAR' | 'OVERLINE_LABEL_SMALL' | 'BUTTON_REGULAR' | 'BUTTON_SMALL';
@@ -21,5 +21,6 @@ export declare class TypographyComponent implements AfterViewInit, OnChanges {
21
21
  checkForLabel(): void;
22
22
  checkShowDefaultText(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<TypographyComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<TypographyComponent, "lib-typography", never, { "type": { "alias": "type"; "required": false; }; "defaultText": { "alias": "defaultText"; "required": false; }; "isLabel": { "alias": "isLabel"; "required": false; }; "hiddenLabel": { "alias": "hiddenLabel"; "required": false; }; }, {}, never, ["*"], false, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<TypographyComponent, "lib-typography", never, { "type": { "alias": "type"; "required": false; }; "defaultText": { "alias": "defaultText"; "required": false; }; "isLabel": { "alias": "isLabel"; "required": false; }; "hiddenLabel": { "alias": "hiddenLabel"; "required": false; }; }, {}, never, ["*"], true, never>;
25
+ static ngAcceptInputType_isLabel: boolean | string;
25
26
  }
@@ -1,8 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./typography.component";
3
- import * as i2 from "@angular/common";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./typography.component";
4
4
  export declare class TypographyModule {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<TypographyModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<TypographyModule, [typeof i1.TypographyComponent], [typeof i2.CommonModule], [typeof i1.TypographyComponent]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TypographyModule, never, [typeof i1.CommonModule, typeof i2.TypographyComponent], [typeof i1.CommonModule, typeof i2.TypographyComponent]>;
7
7
  static ɵinj: i0.ɵɵInjectorDeclaration<TypographyModule>;
8
8
  }
@@ -60,5 +60,14 @@ export declare class UploaderComponent implements OnChanges, OnInit, AfterViewIn
60
60
  focusHandler(): void;
61
61
  setActionButtonClass(showDefaultActionButtons?: boolean): void;
62
62
  static ɵfac: i0.ɵɵFactoryDeclaration<UploaderComponent, never>;
63
- static ɵcmp: i0.ɵɵComponentDeclaration<UploaderComponent, "lib-uploader", never, { "uploadSaveUrl": { "alias": "uploadSaveUrl"; "required": false; }; "uploadRemoveUrl": { "alias": "uploadRemoveUrl"; "required": false; }; "control": { "alias": "control"; "required": false; }; "model": { "alias": "model"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "hasExternalDropzone": { "alias": "hasExternalDropzone"; "required": false; }; "showFileList": { "alias": "showFileList"; "required": false; }; "autoUpload": { "alias": "autoUpload"; "required": false; }; "showDefaultActionButtons": { "alias": "showDefaultActionButtons"; "required": false; }; "actionsLayout": { "alias": "actionsLayout"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "batch": { "alias": "batch"; "required": false; }; "concurrent": { "alias": "concurrent"; "required": false; }; "withCredentials": { "alias": "withCredentials"; "required": false; }; "restrictions": { "alias": "restrictions"; "required": false; }; "chunkSettings": { "alias": "chunkSettings"; "required": false; }; }, { "onRemoveEvent": "onRemoveEvent"; "onCancelEvent": "onCancelEvent"; "onUploadEvent": "onUploadEvent"; "onResumeEvent": "onResumeEvent"; "onSelectEvent": "onSelectEvent"; "onSuccessEvent": "onSuccessEvent"; "onUploadProgressEvent": "onUploadProgressEvent"; "onValueChangeEvent": "onValueChangeEvent"; "onErrorEvent": "onErrorEvent"; "onPauseEvent": "onPauseEvent"; "onCompleteEvent": "onCompleteEvent"; "onBlurEvent": "onBlurEvent"; "onFocusEvent": "onFocusEvent"; "onclearEvent": "onclearEvent"; }, ["fileTemplate", "fileInfoTemplate"], never, false, never>;
63
+ static ɵcmp: i0.ɵɵComponentDeclaration<UploaderComponent, "lib-uploader", never, { "uploadSaveUrl": { "alias": "uploadSaveUrl"; "required": false; }; "uploadRemoveUrl": { "alias": "uploadRemoveUrl"; "required": false; }; "control": { "alias": "control"; "required": false; }; "model": { "alias": "model"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "hasExternalDropzone": { "alias": "hasExternalDropzone"; "required": false; }; "showFileList": { "alias": "showFileList"; "required": false; }; "autoUpload": { "alias": "autoUpload"; "required": false; }; "showDefaultActionButtons": { "alias": "showDefaultActionButtons"; "required": false; }; "actionsLayout": { "alias": "actionsLayout"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "batch": { "alias": "batch"; "required": false; }; "concurrent": { "alias": "concurrent"; "required": false; }; "withCredentials": { "alias": "withCredentials"; "required": false; }; "restrictions": { "alias": "restrictions"; "required": false; }; "chunkSettings": { "alias": "chunkSettings"; "required": false; }; }, { "onRemoveEvent": "onRemoveEvent"; "onCancelEvent": "onCancelEvent"; "onUploadEvent": "onUploadEvent"; "onResumeEvent": "onResumeEvent"; "onSelectEvent": "onSelectEvent"; "onSuccessEvent": "onSuccessEvent"; "onUploadProgressEvent": "onUploadProgressEvent"; "onValueChangeEvent": "onValueChangeEvent"; "onErrorEvent": "onErrorEvent"; "onPauseEvent": "onPauseEvent"; "onCompleteEvent": "onCompleteEvent"; "onBlurEvent": "onBlurEvent"; "onFocusEvent": "onFocusEvent"; "onclearEvent": "onclearEvent"; }, ["fileTemplate", "fileInfoTemplate"], never, true, never>;
64
+ static ngAcceptInputType_isDisabled: boolean | string;
65
+ static ngAcceptInputType_hasExternalDropzone: boolean | string;
66
+ static ngAcceptInputType_showFileList: boolean | string;
67
+ static ngAcceptInputType_autoUpload: boolean | string;
68
+ static ngAcceptInputType_showDefaultActionButtons: boolean | string;
69
+ static ngAcceptInputType_multiple: boolean | string;
70
+ static ngAcceptInputType_batch: boolean | string;
71
+ static ngAcceptInputType_concurrent: boolean | string;
72
+ static ngAcceptInputType_withCredentials: boolean | string;
64
73
  }
@@ -9,6 +9,6 @@ import * as i7 from "../typography/typography.module";
9
9
  import * as i8 from "@angular/common/http";
10
10
  export declare class UploaderModule {
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<UploaderModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<UploaderModule, [typeof i1.UploaderComponent], [typeof i2.CommonModule, typeof i3.UploadsModule, typeof i4.ButtonsModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.LayoutModule, typeof i7.TypographyModule, typeof i8.HttpClientModule], [typeof i1.UploaderComponent, typeof i3.UploadsModule]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UploaderModule, never, [typeof i1.UploaderComponent, typeof i2.CommonModule, typeof i3.UploadsModule, typeof i4.ButtonsModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.LayoutModule, typeof i7.TypographyModule, typeof i8.HttpClientModule], [typeof i2.CommonModule, typeof i1.UploaderComponent, typeof i3.UploadsModule]>;
13
13
  static ɵinj: i0.ɵɵInjectorDeclaration<UploaderModule>;
14
14
  }
@@ -4,5 +4,5 @@ export declare class CardActionsComponent {
4
4
  layout: ActionsLayout;
5
5
  orientation: Orientation;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<CardActionsComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<CardActionsComponent, "lib-card-actions", never, { "layout": { "alias": "layout"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; }, {}, never, ["*"], false, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardActionsComponent, "lib-card-actions", never, { "layout": { "alias": "layout"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; }, {}, never, ["*"], true, never>;
8
8
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class CardBodyComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<CardBodyComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<CardBodyComponent, "lib-card-body", never, {}, {}, never, ["*"], false, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardBodyComponent, "lib-card-body", never, {}, {}, never, ["*"], true, never>;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class CardFooterComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "lib-card-footer", never, {}, {}, never, ["*"], false, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "lib-card-footer", never, {}, {}, never, ["*"], true, never>;
5
5
  }
@@ -7,5 +7,5 @@ export declare class CardHeaderComponent {
7
7
  titleFont: TypographyType;
8
8
  subtitleFont: TypographyType;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "lib-card-header", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "cardNumber": { "alias": "cardNumber"; "required": false; }; "titleFont": { "alias": "titleFont"; "required": false; }; "subtitleFont": { "alias": "subtitleFont"; "required": false; }; }, {}, never, ["*"], false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "lib-card-header", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "cardNumber": { "alias": "cardNumber"; "required": false; }; "titleFont": { "alias": "titleFont"; "required": false; }; "subtitleFont": { "alias": "subtitleFont"; "required": false; }; }, {}, never, ["*"], true, never>;
11
11
  }
@@ -1,16 +1,7 @@
1
- import { DomSanitizer } from '@angular/platform-browser';
2
1
  import * as i0 from "@angular/core";
3
2
  export declare class CardComponent {
4
- private sanitizer;
5
3
  width: string;
6
4
  orientation: 'vertical' | 'horizontal';
7
- aiQuestions: any;
8
- itemName: string;
9
- aiDataItem: any;
10
- kebabAIIcon: string;
11
- kebabIconSafeUrl: import("@angular/platform-browser").SafeResourceUrl;
12
- constructor(sanitizer: DomSanitizer);
13
- onChefyClick(e: any, query?: null): void;
14
5
  static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "lib-card", never, { "width": { "alias": "width"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "aiQuestions": { "alias": "aiQuestions"; "required": false; }; "itemName": { "alias": "itemName"; "required": false; }; "aiDataItem": { "alias": "aiDataItem"; "required": false; }; }, {}, never, ["*"], false, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "lib-card", never, { "width": { "alias": "width"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; }, {}, never, ["*"], true, never>;
16
7
  }
@@ -7,9 +7,8 @@ import * as i5 from "./card-body/card-body.component";
7
7
  import * as i6 from "@angular/common";
8
8
  import * as i7 from "@progress/kendo-angular-layout";
9
9
  import * as i8 from "../../atoms/typography/typography.module";
10
- import * as i9 from "@progress/kendo-angular-tooltip";
11
10
  export declare class CardModule {
12
11
  static ɵfac: i0.ɵɵFactoryDeclaration<CardModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, [typeof i1.CardComponent, typeof i2.CardHeaderComponent, typeof i3.CardFooterComponent, typeof i4.CardActionsComponent, typeof i5.CardBodyComponent], [typeof i6.CommonModule, typeof i7.LayoutModule, typeof i8.TypographyModule, typeof i9.PopoverModule], [typeof i1.CardComponent, typeof i2.CardHeaderComponent, typeof i3.CardFooterComponent, typeof i4.CardActionsComponent, typeof i5.CardBodyComponent]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, never, [typeof i1.CardComponent, typeof i2.CardHeaderComponent, typeof i3.CardFooterComponent, typeof i4.CardActionsComponent, typeof i5.CardBodyComponent, typeof i6.CommonModule, typeof i7.LayoutModule, typeof i8.TypographyModule], [typeof i6.CommonModule, typeof i1.CardComponent, typeof i2.CardHeaderComponent, typeof i3.CardFooterComponent, typeof i4.CardActionsComponent, typeof i5.CardBodyComponent]>;
14
13
  static ɵinj: i0.ɵɵInjectorDeclaration<CardModule>;
15
14
  }
@@ -18,5 +18,6 @@ export declare class ConfirmationDialogComponent implements OnChanges {
18
18
  eventClicked(): void;
19
19
  ngOnChanges(changes: SimpleChanges): void;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationDialogComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationDialogComponent, "lib-confirmation-dialog", never, { "width": { "alias": "width"; "required": false; }; "title": { "alias": "title"; "required": false; }; "secondaryBtnLabel": { "alias": "secondaryBtnLabel"; "required": false; }; "btnText": { "alias": "btnText"; "required": false; }; "btnFormatFn": { "alias": "btnFormatFn"; "required": false; }; "type": { "alias": "type"; "required": false; }; "dialogInfoText": { "alias": "dialogInfoText"; "required": false; }; "dialogConfirmationText": { "alias": "dialogConfirmationText"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; "secondaryBtnFillMode": { "alias": "secondaryBtnFillMode"; "required": false; }; }, { "confirmationDialogCloseEvent": "confirmationDialogCloseEvent"; "popupEvent": "popupEvent"; }, never, never, false, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationDialogComponent, "lib-confirmation-dialog", never, { "width": { "alias": "width"; "required": false; }; "title": { "alias": "title"; "required": false; }; "secondaryBtnLabel": { "alias": "secondaryBtnLabel"; "required": false; }; "btnText": { "alias": "btnText"; "required": false; }; "btnFormatFn": { "alias": "btnFormatFn"; "required": false; }; "type": { "alias": "type"; "required": false; }; "dialogInfoText": { "alias": "dialogInfoText"; "required": false; }; "dialogConfirmationText": { "alias": "dialogConfirmationText"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; "secondaryBtnFillMode": { "alias": "secondaryBtnFillMode"; "required": false; }; }, { "confirmationDialogCloseEvent": "confirmationDialogCloseEvent"; "popupEvent": "popupEvent"; }, never, never, true, never>;
22
+ static ngAcceptInputType_width: string | number | undefined;
22
23
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class DialogActionsComponent {
4
4
  buttonLayout: ActionsLayout;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogActionsComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogActionsComponent, "lib-dialog-actions", never, { "buttonLayout": { "alias": "buttonLayout"; "required": false; }; }, {}, never, ["*"], false, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogActionsComponent, "lib-dialog-actions", never, { "buttonLayout": { "alias": "buttonLayout"; "required": false; }; }, {}, never, ["*"], true, never>;
7
7
  }
@@ -12,5 +12,6 @@ export declare class DialogTitlebarComponent {
12
12
  close(): void;
13
13
  closeBtn(): "dialog-title" | undefined;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogTitlebarComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogTitlebarComponent, "lib-dialog-titlebar", never, { "title": { "alias": "title"; "required": false; }; "titleFont": { "alias": "titleFont"; "required": false; }; "hideCloseIcon": { "alias": "hideCloseIcon"; "required": false; }; }, { "closeDialog": "closeDialog"; }, never, never, false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogTitlebarComponent, "lib-dialog-titlebar", never, { "title": { "alias": "title"; "required": false; }; "titleFont": { "alias": "titleFont"; "required": false; }; "hideCloseIcon": { "alias": "hideCloseIcon"; "required": false; }; }, { "closeDialog": "closeDialog"; }, never, never, true, never>;
16
+ static ngAcceptInputType_hideCloseIcon: boolean | string;
16
17
  }
@@ -14,6 +14,7 @@ export declare class DialogComponent {
14
14
  opened: true | false;
15
15
  constructor(ref: ChangeDetectorRef, renderer: Renderer2);
16
16
  ngAfterViewInit(): void;
17
+ private performDOMManipulation;
17
18
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "lib-dialog", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; }, {}, never, ["*"], false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "lib-dialog", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; }, {}, never, ["*"], true, never>;
19
20
  }
@@ -5,11 +5,12 @@ import * as i3 from "./dialog-actions/dialog-actions.component";
5
5
  import * as i4 from "./confirmation-dialog/confirmation-dialog.component";
6
6
  import * as i5 from "@angular/common";
7
7
  import * as i6 from "@progress/kendo-angular-dialog";
8
- import * as i7 from "@progress/kendo-angular-buttons";
9
- import * as i8 from "../../atoms/typography/typography.module";
10
- import * as i9 from "../../atoms/button/button.module";
8
+ import * as i7 from "@progress/kendo-angular-icons";
9
+ import * as i8 from "@progress/kendo-angular-buttons";
10
+ import * as i9 from "../../atoms/typography/typography.module";
11
+ import * as i10 from "../../atoms/button/button.module";
11
12
  export declare class DialogModule {
12
13
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<DialogModule, [typeof i1.DialogComponent, typeof i2.DialogTitlebarComponent, typeof i3.DialogActionsComponent, typeof i4.ConfirmationDialogComponent], [typeof i5.CommonModule, typeof i6.DialogsModule, typeof i7.ButtonsModule, typeof i8.TypographyModule, typeof i9.ButtonModule], [typeof i1.DialogComponent, typeof i2.DialogTitlebarComponent, typeof i3.DialogActionsComponent, typeof i4.ConfirmationDialogComponent]>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DialogModule, never, [typeof i1.DialogComponent, typeof i2.DialogTitlebarComponent, typeof i3.DialogActionsComponent, typeof i4.ConfirmationDialogComponent, typeof i5.CommonModule, typeof i6.DialogsModule, typeof i7.IconsModule, typeof i8.ButtonsModule, typeof i9.TypographyModule, typeof i10.ButtonModule], [typeof i5.CommonModule, typeof i1.DialogComponent, typeof i2.DialogTitlebarComponent, typeof i3.DialogActionsComponent, typeof i4.ConfirmationDialogComponent, typeof i6.DialogsModule, typeof i7.IconsModule, typeof i8.ButtonsModule]>;
14
15
  static ɵinj: i0.ɵɵInjectorDeclaration<DialogModule>;
15
16
  }
@@ -29,5 +29,6 @@ export declare class GridFormComponent {
29
29
  removeHandler(args: RemoveEvent): void;
30
30
  private closeEditor;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<GridFormComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<GridFormComponent, "lib-grid-form", never, { "showToolbar": { "alias": "showToolbar"; "required": false; }; "noRecordsContent": { "alias": "noRecordsContent"; "required": false; }; "gridData": { "alias": "gridData"; "required": false; }; "columnData": { "alias": "columnData"; "required": false; }; "controls": { "alias": "controls"; "required": false; }; }, { "addOrUpdateRow": "addOrUpdateRow"; "deletedRow": "deletedRow"; "removeRow": "removeRow"; "saveRow": "saveRow"; }, ["templateRef1", "templateRef2"], ["header", "div.header-add-btn"], false, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<GridFormComponent, "lib-grid-form", never, { "showToolbar": { "alias": "showToolbar"; "required": false; }; "noRecordsContent": { "alias": "noRecordsContent"; "required": false; }; "gridData": { "alias": "gridData"; "required": false; }; "columnData": { "alias": "columnData"; "required": false; }; "controls": { "alias": "controls"; "required": false; }; }, { "addOrUpdateRow": "addOrUpdateRow"; "deletedRow": "deletedRow"; "removeRow": "removeRow"; "saveRow": "saveRow"; }, ["templateRef1", "templateRef2"], ["header", "div.header-add-btn"], true, never>;
33
+ static ngAcceptInputType_showToolbar: boolean | string;
33
34
  }
@@ -7,10 +7,9 @@ import * as i5 from "@progress/kendo-angular-inputs";
7
7
  import * as i6 from "../../atoms/typography/typography.module";
8
8
  import * as i7 from "../../atoms/tooltip/tooltip.module";
9
9
  import * as i8 from "@progress/kendo-angular-grid";
10
- import * as i9 from "../grid-pagination/grid-pagination.module";
11
- import * as i10 from "@angular/forms";
10
+ import * as i9 from "@angular/forms";
12
11
  export declare class GridFormModule {
13
12
  static ɵfac: i0.ɵɵFactoryDeclaration<GridFormModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<GridFormModule, [typeof i1.GridFormComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.IconsModule, typeof i5.InputsModule, typeof i6.TypographyModule, typeof i7.TooltipModule, typeof i8.GridModule, typeof i9.GridPaginationModule, typeof i10.FormsModule, typeof i10.ReactiveFormsModule], [typeof i1.GridFormComponent]>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GridFormModule, never, [typeof i1.GridFormComponent, typeof i2.CommonModule, typeof i3.IconModule, typeof i4.IconsModule, typeof i5.InputsModule, typeof i6.TypographyModule, typeof i7.TooltipModule, typeof i8.GridModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule], [typeof i2.CommonModule, typeof i1.GridFormComponent]>;
15
14
  static ɵinj: i0.ɵɵInjectorDeclaration<GridFormModule>;
16
15
  }
@@ -10,5 +10,7 @@ export declare class GridLayoutItemComponent implements AfterViewInit {
10
10
  constructor(renderer: Renderer2, elRef: ElementRef);
11
11
  ngAfterViewInit(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<GridLayoutItemComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<GridLayoutItemComponent, "lib-grid-layout-item", never, { "rowNumber": { "alias": "rowNumber"; "required": false; }; "columnNumber": { "alias": "columnNumber"; "required": false; }; "rowSpan": { "alias": "rowSpan"; "required": false; }; "colSpan": { "alias": "colSpan"; "required": false; }; }, {}, never, ["*"], false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<GridLayoutItemComponent, "lib-grid-layout-item", never, { "rowNumber": { "alias": "rowNumber"; "required": false; }; "columnNumber": { "alias": "columnNumber"; "required": false; }; "rowSpan": { "alias": "rowSpan"; "required": false; }; "colSpan": { "alias": "colSpan"; "required": false; }; }, {}, never, ["*"], true, never>;
14
+ static ngAcceptInputType_rowSpan: number | string | undefined;
15
+ static ngAcceptInputType_colSpan: number | string | undefined;
14
16
  }
@@ -7,5 +7,7 @@ export declare class GridLayoutComponent {
7
7
  rows: any[];
8
8
  columns: any[];
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<GridLayoutComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<GridLayoutComponent, "lib-grid-layout", never, { "horizontalAlign": { "alias": "horizontalAlign"; "required": false; }; "verticalAlign": { "alias": "verticalAlign"; "required": false; }; "rowGap": { "alias": "rowGap"; "required": false; }; "columnGap": { "alias": "columnGap"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; }, {}, never, ["*"], false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<GridLayoutComponent, "lib-grid-layout", never, { "horizontalAlign": { "alias": "horizontalAlign"; "required": false; }; "verticalAlign": { "alias": "verticalAlign"; "required": false; }; "rowGap": { "alias": "rowGap"; "required": false; }; "columnGap": { "alias": "columnGap"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; }, {}, never, ["*"], true, never>;
11
+ static ngAcceptInputType_rowGap: string | number | undefined;
12
+ static ngAcceptInputType_columnGap: string | number | undefined;
11
13
  }
@@ -5,6 +5,6 @@ import * as i3 from "@angular/common";
5
5
  import * as i4 from "@progress/kendo-angular-layout";
6
6
  export declare class GridLayoutModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<GridLayoutModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<GridLayoutModule, [typeof i1.GridLayoutComponent, typeof i2.GridLayoutItemComponent], [typeof i3.CommonModule, typeof i4.LayoutModule], [typeof i1.GridLayoutComponent, typeof i2.GridLayoutItemComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GridLayoutModule, never, [typeof i1.GridLayoutComponent, typeof i2.GridLayoutItemComponent, typeof i3.CommonModule, typeof i4.LayoutModule], [typeof i3.CommonModule, typeof i1.GridLayoutComponent, typeof i2.GridLayoutItemComponent]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<GridLayoutModule>;
10
10
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class GridPaginationSpacerComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<GridPaginationSpacerComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<GridPaginationSpacerComponent, "lib-grid-pagination-spacer", never, {}, {}, never, never, false, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<GridPaginationSpacerComponent, "lib-grid-pagination-spacer", never, {}, {}, never, never, true, never>;
5
5
  }
@@ -2,22 +2,21 @@ import { AfterContentInit, AfterViewInit, ChangeDetectorRef, Component, ElementR
2
2
  import { FormGroup } from '@angular/forms';
3
3
  import { SortDescriptor } from '@progress/kendo-data-query';
4
4
  import { LoaderSize, LoaderThemeColor, LoaderType } from '../../atoms/loader/loader.component';
5
- import { CellClickEvent, CellCloseEvent, GridComponent, GridDataResult, PageChangeEvent, RowClassArgs, SelectAllCheckboxState, SelectableMode, SelectableSettings } from '@progress/kendo-angular-grid';
5
+ import { CellClickEvent, CellCloseEvent, GridComponent, GridDataResult, PageChangeEvent, PagerSettings, RowClassArgs, SelectAllCheckboxState, SelectableMode, SelectableSettings } from '@progress/kendo-angular-grid';
6
6
  import { SVGIcon } from '@progress/kendo-svg-icons';
7
- import { DomSanitizer } from '@angular/platform-browser';
8
7
  import * as i0 from "@angular/core";
9
8
  export declare class CustomColumnTemplate {
10
9
  template: TemplateRef<Component>;
11
10
  type: string;
12
11
  constructor(template: TemplateRef<Component>);
13
12
  static ɵfac: i0.ɵɵFactoryDeclaration<CustomColumnTemplate, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<CustomColumnTemplate, "ng-template[type]", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CustomColumnTemplate, "ng-template[type]", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, never>;
15
14
  }
16
15
  export declare class GridPaginationComponent implements OnInit, AfterContentInit, AfterViewInit {
17
16
  private cdRef;
18
- private sanitizer;
19
17
  private renderer;
20
- columnTemplates: QueryList<CustomColumnTemplate> | [];
18
+ columnTemplates: QueryList<CustomColumnTemplate> | [
19
+ ];
21
20
  templateRef: TemplateRef<any> | null;
22
21
  detailTemplate: TemplateRef<any> | null;
23
22
  impactColumn: TemplateRef<any> | null;
@@ -31,10 +30,9 @@ export declare class GridPaginationComponent implements OnInit, AfterContentInit
31
30
  allPagesSelected: boolean;
32
31
  previousSelectAllState: SelectAllCheckboxState;
33
32
  onSelectAllAcrossPages: EventEmitter<boolean>;
34
- aiQuestions: any;
35
33
  columnData: any;
36
34
  pageSize: number;
37
- pageable: boolean;
35
+ pageable: boolean | PagerSettings;
38
36
  sortable: boolean;
39
37
  groupable: boolean;
40
38
  reorderable: boolean;
@@ -115,9 +113,7 @@ export declare class GridPaginationComponent implements OnInit, AfterContentInit
115
113
  isDeleteColumnSticky: boolean;
116
114
  emitRefreshEvt: EventEmitter<any>;
117
115
  isSelectAllCheckboxRequired: boolean;
118
- kebabAIIcon: string;
119
- kebabIconSafeUrl: import("@angular/platform-browser").SafeResourceUrl;
120
- constructor(cdRef: ChangeDetectorRef, sanitizer: DomSanitizer, renderer: Renderer2);
116
+ constructor(cdRef: ChangeDetectorRef, renderer: Renderer2);
121
117
  columnTemplateDict: any;
122
118
  ngOnInit(): void;
123
119
  scrollBottom(): void;
@@ -150,7 +146,31 @@ export declare class GridPaginationComponent implements OnInit, AfterContentInit
150
146
  cellCloseHandler(args: CellCloseEvent): void;
151
147
  saveChanges(): void;
152
148
  refreshGridData(): void;
153
- onChefyClick(e: any, dataItem: any, query?: null): void;
154
149
  static ɵfac: i0.ɵɵFactoryDeclaration<GridPaginationComponent, never>;
155
- static ɵcmp: i0.ɵɵComponentDeclaration<GridPaginationComponent, "lib-grid-pagination", never, { "skip": { "alias": "skip"; "required": false; }; "itemName": { "alias": "itemName"; "required": false; }; "showSelectAllMessage": { "alias": "showSelectAllMessage"; "required": false; }; "aiQuestions": { "alias": "aiQuestions"; "required": false; }; "columnData": { "alias": "columnData"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pageable": { "alias": "pageable"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "groupable": { "alias": "groupable"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "checkBoxWidth": { "alias": "checkBoxWidth"; "required": false; }; "checkBoxColumnResizable": { "alias": "checkBoxColumnResizable"; "required": false; }; "checkBoxColumnMenu": { "alias": "checkBoxColumnMenu"; "required": false; }; "checkBoxColumnShowSelectedAll": { "alias": "checkBoxColumnShowSelectedAll"; "required": false; }; "checkBoxRequired": { "alias": "checkBoxRequired"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "checkboxOnly": { "alias": "checkboxOnly"; "required": false; }; "dragColumns": { "alias": "dragColumns"; "required": false; }; "navigable": { "alias": "navigable"; "required": false; }; "gridHeight": { "alias": "gridHeight"; "required": false; }; "gridRowSelectByValue": { "alias": "gridRowSelectByValue"; "required": false; }; "noRecordsContent": { "alias": "noRecordsContent"; "required": false; }; "showToolbar": { "alias": "showToolbar"; "required": false; }; "kebabList": { "alias": "kebabList"; "required": false; }; "showKebab": { "alias": "showKebab"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "kebabColumnWidth": { "alias": "kebabColumnWidth"; "required": false; }; "selectColumn": { "alias": "selectColumn"; "required": false; }; "preSelected": { "alias": "preSelected"; "required": false; }; "gridView": { "alias": "gridView"; "required": false; }; "ignoreColumnCellClick": { "alias": "ignoreColumnCellClick"; "required": false; }; "allowColumnClick": { "alias": "allowColumnClick"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "hasApiSorting": { "alias": "hasApiSorting"; "required": false; }; "expandRowIndex": { "alias": "expandRowIndex"; "required": false; }; "customExpandRowColumn": { "alias": "customExpandRowColumn"; "required": false; }; "deleteColumnWidth": { "alias": "deleteColumnWidth"; "required": false; }; "sizes": { "alias": "sizes"; "required": false; }; "pageCount": { "alias": "pageCount"; "required": false; }; "showDeleteColumn": { "alias": "showDeleteColumn"; "required": false; }; "hideKebabRowIndex": { "alias": "hideKebabRowIndex"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loaderType": { "alias": "loaderType"; "required": false; }; "loaderSize": { "alias": "loaderSize"; "required": false; }; "loaderTheme": { "alias": "loaderTheme"; "required": false; }; "disablePreSelectedRows": { "alias": "disablePreSelectedRows"; "required": false; }; "allowEditingCell": { "alias": "allowEditingCell"; "required": false; }; "columnContentNoWrap": { "alias": "columnContentNoWrap"; "required": false; }; "infiniteScrollLoader": { "alias": "infiniteScrollLoader"; "required": false; }; "isInfiniteScrollGrid": { "alias": "isInfiniteScrollGrid"; "required": false; }; "gridLoading": { "alias": "gridLoading"; "required": false; }; "minResizableWidth": { "alias": "minResizableWidth"; "required": false; }; "showRefresh": { "alias": "showRefresh"; "required": false; }; "isKebabColumnSticky": { "alias": "isKebabColumnSticky"; "required": false; }; "isCheckBoxColumnSticky": { "alias": "isCheckBoxColumnSticky"; "required": false; }; "isDeleteColumnSticky": { "alias": "isDeleteColumnSticky"; "required": false; }; "isSelectAllCheckboxRequired": { "alias": "isSelectAllCheckboxRequired"; "required": false; }; }, { "onSelectAllAcrossPages": "onSelectAllAcrossPages"; "selectedRowData": "selectedRowData"; "rowDetails": "rowDetails"; "kebabItemClick": "kebabItemClick"; "rowDataOfClickedCell": "rowDataOfClickedCell"; "onPageChange": "onPageChange"; "sortDirection": "sortDirection"; "deletedRowData": "deletedRowData"; "updatedData": "updatedData"; "onscrollBottom": "onscrollBottom"; "emitRefreshEvt": "emitRefreshEvt"; }, ["templateRef", "detailTemplate", "impactColumn", "columnTemplates"], ["*"], false, never>;
150
+ static ɵcmp: i0.ɵɵComponentDeclaration<GridPaginationComponent, "lib-grid-pagination", never, { "skip": { "alias": "skip"; "required": false; }; "itemName": { "alias": "itemName"; "required": false; }; "showSelectAllMessage": { "alias": "showSelectAllMessage"; "required": false; }; "columnData": { "alias": "columnData"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pageable": { "alias": "pageable"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "groupable": { "alias": "groupable"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "checkBoxWidth": { "alias": "checkBoxWidth"; "required": false; }; "checkBoxColumnResizable": { "alias": "checkBoxColumnResizable"; "required": false; }; "checkBoxColumnMenu": { "alias": "checkBoxColumnMenu"; "required": false; }; "checkBoxColumnShowSelectedAll": { "alias": "checkBoxColumnShowSelectedAll"; "required": false; }; "checkBoxRequired": { "alias": "checkBoxRequired"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "checkboxOnly": { "alias": "checkboxOnly"; "required": false; }; "dragColumns": { "alias": "dragColumns"; "required": false; }; "navigable": { "alias": "navigable"; "required": false; }; "gridHeight": { "alias": "gridHeight"; "required": false; }; "gridRowSelectByValue": { "alias": "gridRowSelectByValue"; "required": false; }; "noRecordsContent": { "alias": "noRecordsContent"; "required": false; }; "showToolbar": { "alias": "showToolbar"; "required": false; }; "kebabList": { "alias": "kebabList"; "required": false; }; "showKebab": { "alias": "showKebab"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "kebabColumnWidth": { "alias": "kebabColumnWidth"; "required": false; }; "selectColumn": { "alias": "selectColumn"; "required": false; }; "preSelected": { "alias": "preSelected"; "required": false; }; "gridView": { "alias": "gridView"; "required": false; }; "ignoreColumnCellClick": { "alias": "ignoreColumnCellClick"; "required": false; }; "allowColumnClick": { "alias": "allowColumnClick"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "hasApiSorting": { "alias": "hasApiSorting"; "required": false; }; "expandRowIndex": { "alias": "expandRowIndex"; "required": false; }; "customExpandRowColumn": { "alias": "customExpandRowColumn"; "required": false; }; "deleteColumnWidth": { "alias": "deleteColumnWidth"; "required": false; }; "expandRowColumnWidth": { "alias": "expandRowColumnWidth"; "required": false; }; "sizes": { "alias": "sizes"; "required": false; }; "pageCount": { "alias": "pageCount"; "required": false; }; "showDeleteColumn": { "alias": "showDeleteColumn"; "required": false; }; "hideKebabRowIndex": { "alias": "hideKebabRowIndex"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loaderType": { "alias": "loaderType"; "required": false; }; "loaderSize": { "alias": "loaderSize"; "required": false; }; "loaderTheme": { "alias": "loaderTheme"; "required": false; }; "disablePreSelectedRows": { "alias": "disablePreSelectedRows"; "required": false; }; "allowEditingCell": { "alias": "allowEditingCell"; "required": false; }; "columnContentNoWrap": { "alias": "columnContentNoWrap"; "required": false; }; "infiniteScrollLoader": { "alias": "infiniteScrollLoader"; "required": false; }; "isInfiniteScrollGrid": { "alias": "isInfiniteScrollGrid"; "required": false; }; "gridLoading": { "alias": "gridLoading"; "required": false; }; "minResizableWidth": { "alias": "minResizableWidth"; "required": false; }; "showRefresh": { "alias": "showRefresh"; "required": false; }; "isKebabColumnSticky": { "alias": "isKebabColumnSticky"; "required": false; }; "isCheckBoxColumnSticky": { "alias": "isCheckBoxColumnSticky"; "required": false; }; "isDeleteColumnSticky": { "alias": "isDeleteColumnSticky"; "required": false; }; "isSelectAllCheckboxRequired": { "alias": "isSelectAllCheckboxRequired"; "required": false; }; }, { "onSelectAllAcrossPages": "onSelectAllAcrossPages"; "selectedRowData": "selectedRowData"; "rowDetails": "rowDetails"; "kebabItemClick": "kebabItemClick"; "rowDataOfClickedCell": "rowDataOfClickedCell"; "onPageChange": "onPageChange"; "sortDirection": "sortDirection"; "deletedRowData": "deletedRowData"; "updatedData": "updatedData"; "onscrollBottom": "onscrollBottom"; "emitRefreshEvt": "emitRefreshEvt"; }, ["templateRef", "detailTemplate", "impactColumn", "columnTemplates"], ["*"], true, never>;
151
+ static ngAcceptInputType_skip: number | string | undefined;
152
+ static ngAcceptInputType_showSelectAllMessage: boolean | string;
153
+ static ngAcceptInputType_pageSize: number | string | undefined;
154
+ static ngAcceptInputType_pageable: unknown;
155
+ static ngAcceptInputType_sortable: boolean | string;
156
+ static ngAcceptInputType_groupable: boolean | string;
157
+ static ngAcceptInputType_reorderable: boolean | string;
158
+ static ngAcceptInputType_resizable: boolean | string;
159
+ static ngAcceptInputType_checkBoxWidth: number | string | undefined;
160
+ static ngAcceptInputType_checkBoxColumnResizable: boolean | string;
161
+ static ngAcceptInputType_checkBoxColumnMenu: boolean | string;
162
+ static ngAcceptInputType_checkBoxColumnShowSelectedAll: boolean | string;
163
+ static ngAcceptInputType_checkBoxRequired: boolean | string;
164
+ static ngAcceptInputType_columnMenu: boolean | string;
165
+ static ngAcceptInputType_navigable: boolean | string;
166
+ static ngAcceptInputType_showToolbar: boolean | string;
167
+ static ngAcceptInputType_showKebab: boolean | string;
168
+ static ngAcceptInputType_kebabColumnWidth: number | string | undefined;
169
+ static ngAcceptInputType_allowColumnClick: boolean | string;
170
+ static ngAcceptInputType_customExpandRowColumn: boolean | string;
171
+ static ngAcceptInputType_deleteColumnWidth: number | string | undefined;
172
+ static ngAcceptInputType_expandRowColumnWidth: number | string | undefined;
173
+ static ngAcceptInputType_loading: boolean | string;
174
+ static ngAcceptInputType_isInfiniteScrollGrid: boolean | string;
175
+ static ngAcceptInputType_gridLoading: boolean | string;
156
176
  }
@@ -14,9 +14,8 @@ import * as i12 from "../../atoms/tooltip/tooltip.module";
14
14
  import * as i13 from "../../atoms/typography/typography.module";
15
15
  import * as i14 from "../../atoms/loader/loader.module";
16
16
  import * as i15 from "../../atoms/button/button.module";
17
- import * as i16 from "@progress/kendo-angular-tooltip";
18
17
  export declare class GridPaginationModule {
19
18
  static ɵfac: i0.ɵɵFactoryDeclaration<GridPaginationModule, never>;
20
- static ɵmod: i0.ɵɵNgModuleDeclaration<GridPaginationModule, [typeof i1.GridPaginationComponent, typeof i2.GridPaginationSpacerComponent, typeof i1.CustomColumnTemplate, typeof i3.KebabMenuFilterPipe], [typeof i4.CommonModule, typeof i5.ButtonsModule, typeof i6.IconModule, typeof i7.IconsModule, typeof i8.InputsModule, typeof i9.GridModule, typeof i10.DialogModule, typeof i11.FormsModule, typeof i12.TooltipModule, typeof i11.ReactiveFormsModule, typeof i13.TypographyModule, typeof i14.LoaderModule, typeof i15.ButtonModule, typeof i16.PopoverModule], [typeof i1.GridPaginationComponent, typeof i2.GridPaginationSpacerComponent, typeof i1.CustomColumnTemplate]>;
19
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GridPaginationModule, never, [typeof i1.GridPaginationComponent, typeof i2.GridPaginationSpacerComponent, typeof i1.CustomColumnTemplate, typeof i3.KebabMenuFilterPipe, typeof i4.CommonModule, typeof i5.ButtonsModule, typeof i6.IconModule, typeof i7.IconsModule, typeof i8.InputsModule, typeof i9.GridModule, typeof i10.DialogModule, typeof i11.FormsModule, typeof i12.TooltipModule, typeof i11.ReactiveFormsModule, typeof i13.TypographyModule, typeof i14.LoaderModule, typeof i15.ButtonModule], [typeof i1.GridPaginationComponent, typeof i2.GridPaginationSpacerComponent, typeof i1.CustomColumnTemplate]>;
21
20
  static ɵinj: i0.ɵɵInjectorDeclaration<GridPaginationModule>;
22
21
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class KebabMenuFilterPipe implements PipeTransform {
4
4
  transform(menu: any, ...args: any[]): any[];
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<KebabMenuFilterPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<KebabMenuFilterPipe, "kebabMenuFilter", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<KebabMenuFilterPipe, "kebabMenuFilter", true>;
7
7
  }
@@ -6,5 +6,6 @@ export declare class TabstripTabComponent {
6
6
  titleRef: TemplateRef<any>;
7
7
  contentRef: TemplateRef<any>;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TabstripTabComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<TabstripTabComponent, "lib-tabstrip-tab", never, { "title": { "alias": "title"; "required": false; }; "customHeader": { "alias": "customHeader"; "required": false; }; }, {}, ["titleRef", "contentRef"], ["*"], false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabstripTabComponent, "lib-tabstrip-tab", never, { "title": { "alias": "title"; "required": false; }; "customHeader": { "alias": "customHeader"; "required": false; }; }, {}, ["titleRef", "contentRef"], ["*"], true, never>;
10
+ static ngAcceptInputType_customHeader: boolean | string;
10
11
  }
@@ -3,13 +3,14 @@ import { SelectEvent, TabAlignment, TabPosition } from "@progress/kendo-angular-
3
3
  import { TabstripTabComponent } from './tabstrip-tab/tabstrip-tab.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class TabstripComponent {
6
- height: string;
6
+ height: string | number;
7
7
  alignment: TabAlignment;
8
8
  position: TabPosition;
9
9
  onTabSelect: EventEmitter<any>;
10
10
  selectedTab: number;
11
+ get heightString(): string;
11
12
  tabstripTabComponents: QueryList<TabstripTabComponent>;
12
13
  onTabSelectEvent(e: SelectEvent): void;
13
14
  static ɵfac: i0.ɵɵFactoryDeclaration<TabstripComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<TabstripComponent, "lib-tabstrip", never, { "height": { "alias": "height"; "required": false; }; "alignment": { "alias": "alignment"; "required": false; }; "position": { "alias": "position"; "required": false; }; "selectedTab": { "alias": "selectedTab"; "required": false; }; }, { "onTabSelect": "onTabSelect"; }, ["tabstripTabComponents"], never, false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabstripComponent, "lib-tabstrip", never, { "height": { "alias": "height"; "required": false; }; "alignment": { "alias": "alignment"; "required": false; }; "position": { "alias": "position"; "required": false; }; "selectedTab": { "alias": "selectedTab"; "required": false; }; }, { "onTabSelect": "onTabSelect"; }, ["tabstripTabComponents"], never, true, never>;
15
16
  }
@@ -5,6 +5,6 @@ import * as i3 from "@angular/common";
5
5
  import * as i4 from "@progress/kendo-angular-layout";
6
6
  export declare class TabstripModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TabstripModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<TabstripModule, [typeof i1.TabstripComponent, typeof i2.TabstripTabComponent], [typeof i3.CommonModule, typeof i4.LayoutModule], [typeof i1.TabstripComponent, typeof i2.TabstripTabComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TabstripModule, never, [typeof i1.TabstripComponent, typeof i2.TabstripTabComponent, typeof i3.CommonModule, typeof i4.LayoutModule], [typeof i3.CommonModule, typeof i1.TabstripComponent, typeof i2.TabstripTabComponent]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<TabstripModule>;
10
10
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class SharedComponent {
3
3
  constructor();
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<SharedComponent, "lib-shared", never, {}, {}, never, never, false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<SharedComponent, "lib-shared", never, {}, {}, never, never, true, never>;
6
6
  }
@@ -6,6 +6,6 @@ import * as i4 from "./molecules/molecules.module";
6
6
  import * as i5 from "@progress-chef/platform-themes-service";
7
7
  export declare class SharedModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.SharedComponent], [typeof i2.AtomsModule, typeof i3.CommonModule, typeof i4.MoleculesModule, typeof i5.ThemesModule], [typeof i1.SharedComponent, typeof i2.AtomsModule, typeof i4.MoleculesModule]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1.SharedComponent, typeof i2.AtomsModule, typeof i3.CommonModule, typeof i4.MoleculesModule, typeof i5.ThemesModule], [typeof i1.SharedComponent, typeof i2.AtomsModule, typeof i4.MoleculesModule]>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
11
11
  }