@progress-chef/platform-shared-components 0.0.110 → 0.0.112

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (183) hide show
  1. package/esm2022/lib/atoms/alert/alert.component.mjs +2 -2
  2. package/esm2022/lib/atoms/alert/alert.module.mjs +10 -6
  3. package/esm2022/lib/atoms/angular-popup/angular-popup.component.mjs +1 -1
  4. package/esm2022/lib/atoms/angular-popup/angular-popup.module.mjs +4 -8
  5. package/esm2022/lib/atoms/atoms.module.mjs +117 -117
  6. package/esm2022/lib/atoms/avatar/avatar.component.mjs +3 -3
  7. package/esm2022/lib/atoms/avatar/avatar.module.mjs +20 -8
  8. package/esm2022/lib/atoms/breadcrumb/breadcrumb.component.mjs +3 -3
  9. package/esm2022/lib/atoms/breadcrumb/breadcrumb.module.mjs +8 -4
  10. package/esm2022/lib/atoms/button/button.component.mjs +8 -5
  11. package/esm2022/lib/atoms/button/button.module.mjs +24 -9
  12. package/esm2022/lib/atoms/button-group/button-group.component.mjs +2 -2
  13. package/esm2022/lib/atoms/button-group/button-group.module.mjs +24 -9
  14. package/esm2022/lib/atoms/checkbox/checkbox.component.mjs +2 -2
  15. package/esm2022/lib/atoms/checkbox/checkbox.module.mjs +9 -5
  16. package/esm2022/lib/atoms/chip/chip.component.mjs +1 -1
  17. package/esm2022/lib/atoms/chip/chip.module.mjs +8 -12
  18. package/esm2022/lib/atoms/chip-list/chip-list.component.mjs +4 -4
  19. package/esm2022/lib/atoms/chip-list/chip-list.module.mjs +5 -5
  20. package/esm2022/lib/atoms/clipboard/clipboard.component.mjs +13 -5
  21. package/esm2022/lib/atoms/clipboard/clipboard.module.mjs +12 -8
  22. package/esm2022/lib/atoms/container/container.component.mjs +1 -1
  23. package/esm2022/lib/atoms/container/container.module.mjs +5 -3
  24. package/esm2022/lib/atoms/date-range/date-range.component.mjs +1 -1
  25. package/esm2022/lib/atoms/date-range/date-range.module.mjs +4 -4
  26. package/esm2022/lib/atoms/datepicker/datepicker.component.mjs +1 -1
  27. package/esm2022/lib/atoms/datepicker/datepicker.module.mjs +5 -5
  28. package/esm2022/lib/atoms/drag-and-drop/drag-and-drop.component.mjs +1 -1
  29. package/esm2022/lib/atoms/drag-and-drop/drag-and-drop.module.mjs +2 -2
  30. package/esm2022/lib/atoms/dropdown/dropdown.component.mjs +42 -23
  31. package/esm2022/lib/atoms/dropdown/dropdown.module.mjs +4 -4
  32. package/esm2022/lib/atoms/dropdown-button/dropdown-button.component.mjs +46 -0
  33. package/esm2022/lib/atoms/dropdown-button/dropdown-button.module.mjs +36 -0
  34. package/esm2022/lib/atoms/{dropdowntree → dropdown-tree}/dropdowntree.component.mjs +3 -3
  35. package/esm2022/lib/atoms/dropdown-tree/dropdowntree.module.mjs +43 -0
  36. package/esm2022/lib/atoms/expansion-panel/expansion-panel.component.mjs +2 -2
  37. package/esm2022/lib/atoms/expansion-panel/expansion-panel.module.mjs +10 -10
  38. package/esm2022/lib/atoms/icon/icon.component.mjs +1 -1
  39. package/esm2022/lib/atoms/icon/icon.module.mjs +7 -3
  40. package/esm2022/lib/atoms/{label → labels}/label.component.mjs +2 -2
  41. package/esm2022/lib/atoms/labels/label.module.mjs +32 -0
  42. package/esm2022/lib/atoms/{list-view → list-views}/list-view.component.mjs +1 -1
  43. package/esm2022/lib/atoms/list-views/list-view.module.mjs +60 -0
  44. package/esm2022/lib/atoms/loader/loader.component.mjs +1 -1
  45. package/esm2022/lib/atoms/loader/loader.module.mjs +2 -2
  46. package/esm2022/lib/atoms/loading-spinner/loading-spinner.component.mjs +1 -1
  47. package/esm2022/lib/atoms/loading-spinner/loading-spinner.module.mjs +11 -5
  48. package/esm2022/lib/atoms/multi-select-dropdown/multi-select-dropdown.component.mjs +4 -4
  49. package/esm2022/lib/atoms/multi-select-dropdown/multi-select-dropdown.module.mjs +5 -5
  50. package/esm2022/lib/atoms/notification/notification.component.mjs +2 -2
  51. package/esm2022/lib/atoms/notification/notification.module.mjs +9 -5
  52. package/esm2022/lib/atoms/numeric-textbox/numeric-textbox.component.mjs +1 -1
  53. package/esm2022/lib/atoms/numeric-textbox/numeric-textbox.module.mjs +3 -3
  54. package/esm2022/lib/atoms/progress-bar/progress-bar.component.mjs +1 -1
  55. package/esm2022/lib/atoms/progress-bar/progress-bar.module.mjs +2 -2
  56. package/esm2022/lib/atoms/radio-button/radio-button.component.mjs +2 -2
  57. package/esm2022/lib/atoms/radio-button/radio-button.module.mjs +4 -4
  58. package/esm2022/lib/atoms/search-box/search-box.component.mjs +7 -7
  59. package/esm2022/lib/atoms/search-box/search-box.module.mjs +16 -12
  60. package/esm2022/lib/atoms/slider/slider.component.mjs +2 -2
  61. package/esm2022/lib/atoms/slider/slider.module.mjs +3 -3
  62. package/esm2022/lib/atoms/stepper/stepper.component.mjs +1 -1
  63. package/esm2022/lib/atoms/stepper/stepper.module.mjs +2 -2
  64. package/esm2022/lib/atoms/switch/switch.module.mjs +11 -15
  65. package/esm2022/lib/atoms/text-area/text-area.component.mjs +3 -3
  66. package/esm2022/lib/atoms/text-area/text-area.module.mjs +9 -5
  67. package/esm2022/lib/atoms/textbox/textbox.component.mjs +4 -4
  68. package/esm2022/lib/atoms/textbox/textbox.module.mjs +27 -9
  69. package/esm2022/lib/atoms/time-picker/time-picker.component.mjs +83 -0
  70. package/esm2022/lib/atoms/time-picker/time-picker.module.mjs +35 -0
  71. package/esm2022/lib/atoms/timescheduler/timescheduler.component.mjs +24 -6
  72. package/esm2022/lib/atoms/timescheduler/timescheduler.module.mjs +13 -9
  73. package/esm2022/lib/atoms/toast-notification/toast-notification.module.mjs +20 -7
  74. package/esm2022/lib/atoms/toast-notification/toast-notification.service.mjs +105 -31
  75. package/esm2022/lib/atoms/tooltip/tooltip.component.mjs +1 -1
  76. package/esm2022/lib/atoms/tooltip/tooltip.module.mjs +8 -4
  77. package/esm2022/lib/atoms/typography/typography.component.mjs +1 -4
  78. package/esm2022/lib/atoms/typography/typography.module.mjs +2 -2
  79. package/esm2022/lib/atoms/uploader/uploader.component.mjs +2 -2
  80. package/esm2022/lib/atoms/uploader/uploader.module.mjs +12 -8
  81. package/esm2022/lib/molecules/card/card-actions/card-actions.component.mjs +1 -1
  82. package/esm2022/lib/molecules/card/card-body/card-body.component.mjs +1 -1
  83. package/esm2022/lib/molecules/card/card-footer/card-footer.component.mjs +1 -1
  84. package/esm2022/lib/molecules/card/card-header/card-header.component.mjs +2 -2
  85. package/esm2022/lib/molecules/card/card.component.mjs +1 -1
  86. package/esm2022/lib/molecules/card/card.module.mjs +16 -8
  87. package/esm2022/lib/molecules/dialog/confirmation-dialog/confirmation-dialog.component.mjs +3 -3
  88. package/esm2022/lib/molecules/dialog/dialog-titlebar/dialog-titlebar.component.mjs +2 -2
  89. package/esm2022/lib/molecules/dialog/dialog.component.mjs +1 -1
  90. package/esm2022/lib/molecules/dialog/dialog.module.mjs +16 -8
  91. package/esm2022/lib/molecules/grid-form/grid-form.component.mjs +110 -0
  92. package/esm2022/lib/molecules/grid-form/grid-form.module.mjs +59 -0
  93. package/esm2022/lib/molecules/grid-layout/grid-layout-item/grid-layout-item.component.mjs +1 -1
  94. package/esm2022/lib/molecules/grid-layout/grid-layout.component.mjs +1 -1
  95. package/esm2022/lib/molecules/grid-layout/grid-layout.module.mjs +2 -2
  96. package/esm2022/lib/molecules/grid-pagination/grid-pagination-spacer/grid-pagination-spacer.component.mjs +1 -1
  97. package/esm2022/lib/molecules/grid-pagination/grid-pagination.component.mjs +42 -14
  98. package/esm2022/lib/molecules/grid-pagination/grid-pagination.module.mjs +25 -17
  99. package/esm2022/lib/molecules/molecules.module.mjs +23 -24
  100. package/esm2022/lib/molecules/tabstrip/tabstrip-tab/tabstrip-tab.component.mjs +1 -1
  101. package/esm2022/lib/molecules/tabstrip/tabstrip.module.mjs +3 -3
  102. package/esm2022/lib/shared.component.mjs +4 -7
  103. package/esm2022/lib/shared.module.mjs +1 -1
  104. package/esm2022/public-api.mjs +29 -31
  105. package/fesm2022/progress-chef-platform-shared-components.mjs +3375 -3300
  106. package/fesm2022/progress-chef-platform-shared-components.mjs.map +1 -1
  107. package/lib/atoms/alert/alert.module.d.ts +1 -1
  108. package/lib/atoms/angular-popup/angular-popup.module.d.ts +2 -3
  109. package/lib/atoms/atoms.module.d.ts +43 -43
  110. package/lib/atoms/avatar/avatar.component.d.ts +1 -1
  111. package/lib/atoms/avatar/avatar.module.d.ts +1 -1
  112. package/lib/atoms/button/button.component.d.ts +3 -2
  113. package/lib/atoms/button/button.module.d.ts +2 -2
  114. package/lib/atoms/button-group/button-group.module.d.ts +2 -2
  115. package/lib/atoms/checkbox/checkbox.component.d.ts +1 -1
  116. package/lib/atoms/checkbox/checkbox.module.d.ts +1 -1
  117. package/lib/atoms/chip/chip.module.d.ts +4 -5
  118. package/lib/atoms/chip-list/chip-list.module.d.ts +3 -3
  119. package/lib/atoms/clipboard/clipboard.component.d.ts +3 -1
  120. package/lib/atoms/clipboard/clipboard.module.d.ts +4 -4
  121. package/lib/atoms/dropdown/dropdown.component.d.ts +15 -7
  122. package/lib/atoms/dropdown/dropdown.module.d.ts +2 -2
  123. package/lib/atoms/dropdown-button/dropdown-button.component.d.ts +17 -0
  124. package/lib/atoms/dropdown-button/dropdown-button.module.d.ts +11 -0
  125. package/lib/atoms/{dropdowntree → dropdown-tree}/dropdowntree.module.d.ts +6 -6
  126. package/lib/atoms/expansion-panel/expansion-panel.module.d.ts +3 -4
  127. package/lib/atoms/{label → labels}/label.component.d.ts +1 -1
  128. package/lib/atoms/{label → labels}/label.module.d.ts +1 -1
  129. package/lib/atoms/{list-view → list-views}/list-view.module.d.ts +4 -5
  130. package/lib/atoms/multi-select-dropdown/multi-select-dropdown.component.d.ts +4 -4
  131. package/lib/atoms/multi-select-dropdown/multi-select-dropdown.module.d.ts +2 -2
  132. package/lib/atoms/notification/notification.component.d.ts +1 -1
  133. package/lib/atoms/radio-button/radio-button.component.d.ts +1 -1
  134. package/lib/atoms/radio-button/radio-button.module.d.ts +1 -1
  135. package/lib/atoms/search-box/search-box.module.d.ts +5 -5
  136. package/lib/atoms/slider/slider.module.d.ts +1 -1
  137. package/lib/atoms/switch/switch.module.d.ts +10 -12
  138. package/lib/atoms/text-area/text-area.module.d.ts +1 -1
  139. package/lib/atoms/textbox/textbox.component.d.ts +1 -1
  140. package/lib/atoms/textbox/textbox.module.d.ts +2 -2
  141. package/lib/atoms/time-picker/{timepicker.component.d.ts → time-picker.component.d.ts} +2 -2
  142. package/lib/atoms/time-picker/{timePicker.module.d.ts → time-picker.module.d.ts} +5 -5
  143. package/lib/atoms/timescheduler/timescheduler.component.d.ts +8 -2
  144. package/lib/atoms/timescheduler/timescheduler.module.d.ts +4 -4
  145. package/lib/atoms/toast-notification/toast-notification.service.d.ts +19 -4
  146. package/lib/atoms/typography/typography.component.d.ts +1 -1
  147. package/lib/atoms/uploader/uploader.component.d.ts +2 -2
  148. package/lib/atoms/uploader/uploader.module.d.ts +3 -2
  149. package/lib/molecules/card/card-header/card-header.component.d.ts +1 -1
  150. package/lib/molecules/card/card.module.d.ts +1 -1
  151. package/lib/molecules/dialog/dialog-titlebar/dialog-titlebar.component.d.ts +1 -1
  152. package/lib/molecules/dialog/dialog.module.d.ts +2 -2
  153. package/lib/molecules/grid-form/grid-form.module.d.ts +16 -0
  154. package/lib/molecules/grid-pagination/grid-pagination.component.d.ts +13 -4
  155. package/lib/molecules/grid-pagination/grid-pagination.module.d.ts +6 -5
  156. package/lib/molecules/molecules.module.d.ts +6 -6
  157. package/lib/shared.component.d.ts +1 -3
  158. package/package.json +22 -24
  159. package/public-api.d.ts +28 -29
  160. package/assets/IconFont.css +0 -101
  161. package/assets/IconFont.scss +0 -101
  162. package/assets/IconFont.ttf +0 -0
  163. package/assets/IconFont.woff +0 -0
  164. package/assets/IconFont.woff2 +0 -0
  165. package/esm2022/lib/atoms/dropdowntree/dropdowntree.module.mjs +0 -43
  166. package/esm2022/lib/atoms/label/label.module.mjs +0 -20
  167. package/esm2022/lib/atoms/list-view/list-view.module.mjs +0 -60
  168. package/esm2022/lib/atoms/time-picker/timePicker.module.mjs +0 -35
  169. package/esm2022/lib/atoms/time-picker/timepicker.component.mjs +0 -83
  170. package/esm2022/lib/molecules/grid/grid-form/grid-form.component.mjs +0 -110
  171. package/esm2022/lib/molecules/grid/grid-spacer/grid-spacer.component.mjs +0 -12
  172. package/esm2022/lib/molecules/grid/grid.component.mjs +0 -278
  173. package/esm2022/lib/molecules/grid/grid.module.mjs +0 -61
  174. package/esm2022/lib/shared.service.mjs +0 -13
  175. package/esm2022/lib/style-tokens/style-tokens.module.mjs +0 -18
  176. package/lib/molecules/grid/grid-spacer/grid-spacer.component.d.ts +0 -5
  177. package/lib/molecules/grid/grid.component.d.ts +0 -71
  178. package/lib/molecules/grid/grid.module.d.ts +0 -19
  179. package/lib/shared.service.d.ts +0 -5
  180. package/lib/style-tokens/style-tokens.module.d.ts +0 -7
  181. /package/lib/atoms/{dropdowntree → dropdown-tree}/dropdowntree.component.d.ts +0 -0
  182. /package/lib/atoms/{list-view → list-views}/list-view.component.d.ts +0 -0
  183. /package/lib/molecules/{grid/grid-form → grid-form}/grid-form.component.d.ts +0 -0
@@ -1,18 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import * as i0 from "@angular/core";
4
- export class StyleTokensModule {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StyleTokensModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: StyleTokensModule, imports: [CommonModule] }); }
7
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StyleTokensModule, imports: [CommonModule] }); }
8
- }
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StyleTokensModule, decorators: [{
10
- type: NgModule,
11
- args: [{
12
- declarations: [],
13
- imports: [
14
- CommonModule
15
- ]
16
- }]
17
- }] });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3R5bGUtdG9rZW5zLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NoYXJlZC9zcmMvbGliL3N0eWxlLXRva2Vucy9zdHlsZS10b2tlbnMubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDOztBQVMvQyxNQUFNLE9BQU8saUJBQWlCOytHQUFqQixpQkFBaUI7Z0hBQWpCLGlCQUFpQixZQUoxQixZQUFZO2dIQUlILGlCQUFpQixZQUoxQixZQUFZOzs0RkFJSCxpQkFBaUI7a0JBUDdCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLEVBQUU7b0JBQ2hCLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3FCQUNiO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW10sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGVcbiAgXVxufSlcblxuZXhwb3J0IGNsYXNzIFN0eWxlVG9rZW5zTW9kdWxlIHsgfVxuIl19
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class GridSpacerComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<GridSpacerComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<GridSpacerComponent, "lib-grid-spacer", never, {}, {}, never, never, false, never>;
5
- }
@@ -1,71 +0,0 @@
1
- import { AfterContentInit, AfterViewInit, EventEmitter, OnChanges, SimpleChanges, TemplateRef } from '@angular/core';
2
- import { SelectableSettings, SelectableMode, CellClickEvent, GridComponent } from '@progress/kendo-angular-grid';
3
- import { SVGIcon } from '@progress/kendo-svg-icons';
4
- import * as i0 from "@angular/core";
5
- export declare class LibGridComponent implements AfterContentInit, OnChanges, AfterViewInit {
6
- templateRef: TemplateRef<any> | null;
7
- detailTemplate: TemplateRef<any> | null;
8
- impactColumn: TemplateRef<any> | null;
9
- grid: GridComponent;
10
- gridData: any;
11
- columnData: any;
12
- pageSize: number;
13
- pageable: boolean;
14
- sortable: boolean;
15
- groupable: boolean;
16
- reorderable: boolean;
17
- resizable: boolean;
18
- checkBoxWidth: number;
19
- checkBoxColumnResizable: boolean;
20
- checkBoxColumnMenu: boolean;
21
- checkBoxColumnShowSelectedAll: boolean;
22
- checkBoxRequired: boolean;
23
- columnMenu: boolean;
24
- mode: SelectableMode | undefined;
25
- checkboxOnly: boolean;
26
- dragColumns: boolean;
27
- navigable: boolean;
28
- height: number;
29
- gridRowSelectByValue: string;
30
- noRecordsContent: string;
31
- selectedRowData: EventEmitter<any[]>;
32
- showToolbar: boolean;
33
- extractDataItems: any;
34
- selectableSettings: SelectableSettings;
35
- kebabList: any;
36
- showKebab: boolean;
37
- rowDetails: EventEmitter<any[]>;
38
- kebabItemClick: EventEmitter<any>;
39
- icon: SVGIcon;
40
- kebabColumnWidth: number;
41
- data: any;
42
- rowDataOfClickedCell: EventEmitter<any>;
43
- preSelected: any[];
44
- preSelectedRecords: any[];
45
- ignoreColumnCellClick: number[];
46
- allowColumnClick: boolean;
47
- arrowDownIcon: SVGIcon;
48
- arrowUpIcon: SVGIcon;
49
- expandRowIndex: number[];
50
- customExpandRowColumn: boolean;
51
- deleteIcon: SVGIcon;
52
- deleteColumnWidth: number;
53
- expandRowColumnWidth: number;
54
- deletedRowData: EventEmitter<any>;
55
- expandRows: boolean;
56
- showDeleteColumn: boolean;
57
- constructor();
58
- ngOnChanges(changes: SimpleChanges): void;
59
- ngAfterContentInit(): void;
60
- ngAfterViewInit(): void;
61
- setSelectableSettings(): void;
62
- onSelectionChange(args: any): any;
63
- onKebabClick(item: any, rowDetails: any): void;
64
- onDetailExpand(rowData: any): void;
65
- cellClickHandler(args: CellClickEvent): void;
66
- expandRow(id: number): void;
67
- collapseRow(id: number): void;
68
- onDelete(rowDetails: any): void;
69
- static ɵfac: i0.ɵɵFactoryDeclaration<LibGridComponent, never>;
70
- static ɵcmp: i0.ɵɵComponentDeclaration<LibGridComponent, "lib-grid", never, { "gridData": { "alias": "gridData"; "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; }; "height": { "alias": "height"; "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; }; "preSelected": { "alias": "preSelected"; "required": false; }; "ignoreColumnCellClick": { "alias": "ignoreColumnCellClick"; "required": false; }; "allowColumnClick": { "alias": "allowColumnClick"; "required": false; }; "expandRowIndex": { "alias": "expandRowIndex"; "required": false; }; "customExpandRowColumn": { "alias": "customExpandRowColumn"; "required": false; }; "deleteColumnWidth": { "alias": "deleteColumnWidth"; "required": false; }; "expandRowColumnWidth": { "alias": "expandRowColumnWidth"; "required": false; }; "expandRows": { "alias": "expandRows"; "required": false; }; "showDeleteColumn": { "alias": "showDeleteColumn"; "required": false; }; }, { "selectedRowData": "selectedRowData"; "rowDetails": "rowDetails"; "kebabItemClick": "kebabItemClick"; "rowDataOfClickedCell": "rowDataOfClickedCell"; "deletedRowData": "deletedRowData"; }, ["templateRef", "detailTemplate", "impactColumn"], ["*"], false, never>;
71
- }
@@ -1,19 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./grid.component";
3
- import * as i2 from "./grid-spacer/grid-spacer.component";
4
- import * as i3 from "./grid-form/grid-form.component";
5
- import * as i4 from "@angular/common";
6
- import * as i5 from "@progress/kendo-angular-buttons";
7
- import * as i6 from "../../atoms/icon/icon.module";
8
- import * as i7 from "@progress/kendo-angular-icons";
9
- import * as i8 from "@progress/kendo-angular-inputs";
10
- import * as i9 from "@progress/kendo-angular-grid";
11
- import * as i10 from "@progress/kendo-angular-dialog";
12
- import * as i11 from "@angular/forms";
13
- import * as i12 from "../../atoms/tooltip/tooltip.module";
14
- import * as i13 from "../../atoms/typography/typography.module";
15
- export declare class GridsModule {
16
- static ɵfac: i0.ɵɵFactoryDeclaration<GridsModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<GridsModule, [typeof i1.LibGridComponent, typeof i2.GridSpacerComponent, typeof i3.GridFormComponent], [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 i1.LibGridComponent, typeof i2.GridSpacerComponent, typeof i3.GridFormComponent]>;
18
- static ɵinj: i0.ɵɵInjectorDeclaration<GridsModule>;
19
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class SharedService {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<SharedService, never>;
4
- static ɵprov: i0.ɵɵInjectableDeclaration<SharedService>;
5
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- export declare class StyleTokensModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<StyleTokensModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<StyleTokensModule, never, [typeof i1.CommonModule], never>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<StyleTokensModule>;
7
- }