igniteui-webcomponents-grids 6.3.0-alpha.0 → 6.3.0-alpha.2

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 (233) hide show
  1. package/custom-elements.json +23632 -22
  2. package/grids/3rdpartylicenses.txt +31 -31
  3. package/grids/combined.js +26118 -25975
  4. package/grids/lib/column-pinning-position.d.ts +20 -0
  5. package/grids/lib/drop-position.d.ts +19 -0
  6. package/grids/lib/filter-mode.d.ts +3 -0
  7. package/grids/lib/filtering-expressions-tree-type.d.ts +15 -0
  8. package/grids/lib/filtering-logic.d.ts +15 -0
  9. package/grids/lib/grid-cell-merge-mode.d.ts +3 -0
  10. package/grids/lib/grid-column-data-type.d.ts +3 -0
  11. package/grids/lib/grid-keydown-target-type.d.ts +3 -0
  12. package/grids/lib/grid-paging-mode.d.ts +3 -0
  13. package/grids/lib/grid-selection-mode.d.ts +3 -0
  14. package/grids/lib/grid-summary-calculation-mode.d.ts +3 -0
  15. package/grids/lib/grid-summary-position.d.ts +3 -0
  16. package/grids/lib/grid-toolbar-exporter-type.d.ts +3 -0
  17. package/grids/lib/grid-validation-trigger.d.ts +3 -0
  18. package/grids/lib/horizontal-alignment.d.ts +16 -0
  19. package/grids/lib/igc-action-strip-component.d.ts +119 -0
  20. package/grids/lib/igc-action-strip-resource-strings.d.ts +15 -0
  21. package/grids/lib/igc-action-strip-token.d.ts +16 -0
  22. package/grids/lib/igc-active-node-change-event-args.d.ts +38 -0
  23. package/grids/lib/igc-base-date-time-filtering-operand.d.ts +19 -0
  24. package/grids/lib/igc-base-event-args.d.ts +19 -0
  25. package/grids/lib/igc-base-exporter.d.ts +72 -0
  26. package/grids/lib/igc-base-filtering-strategy.d.ts +36 -0
  27. package/grids/lib/igc-base-search-info.d.ts +34 -0
  28. package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +21 -0
  29. package/grids/lib/igc-base-toolbar-directive.d.ts +87 -0
  30. package/grids/lib/igc-boolean-filtering-operand.d.ts +20 -0
  31. package/grids/lib/igc-by-level-tree-grid-merge-strategy.d.ts +19 -0
  32. package/grids/lib/igc-cancelable-browser-event-args.d.ts +14 -0
  33. package/grids/lib/igc-cancelable-event-args.d.ts +19 -0
  34. package/grids/lib/igc-cell-position.d.ts +30 -0
  35. package/grids/lib/igc-cell-template-context.d.ts +27 -0
  36. package/grids/lib/igc-cell-type.d.ts +117 -0
  37. package/grids/lib/igc-clipboard-options.d.ts +45 -0
  38. package/grids/lib/igc-column-component.d.ts +1102 -0
  39. package/grids/lib/igc-column-editor-options.d.ts +15 -0
  40. package/grids/lib/igc-column-exporting-event-args.d.ts +64 -0
  41. package/grids/lib/igc-column-group-component.d.ts +186 -0
  42. package/grids/lib/igc-column-layout-component.d.ts +55 -0
  43. package/grids/lib/igc-column-moving-end-event-args.d.ts +37 -0
  44. package/grids/lib/igc-column-moving-event-args.d.ts +30 -0
  45. package/grids/lib/igc-column-moving-start-event-args.d.ts +23 -0
  46. package/grids/lib/igc-column-pipe-args.d.ts +17 -0
  47. package/grids/lib/igc-column-resize-event-args.d.ts +29 -0
  48. package/grids/lib/igc-column-selection-event-args.d.ts +51 -0
  49. package/grids/lib/igc-column-state.d.ts +140 -0
  50. package/grids/lib/igc-column-template-context.d.ts +23 -0
  51. package/grids/lib/igc-column-toggled-event-args.d.ts +27 -0
  52. package/grids/lib/igc-column-visibility-changed-event-args.d.ts +26 -0
  53. package/grids/lib/igc-column-visibility-changing-event-args.d.ts +35 -0
  54. package/grids/lib/igc-columns-auto-generated-event-args.d.ts +22 -0
  55. package/grids/lib/igc-data-clone-strategy.d.ts +22 -0
  56. package/grids/lib/igc-date-filtering-operand.d.ts +20 -0
  57. package/grids/lib/igc-date-summary-operand.d.ts +75 -0
  58. package/grids/lib/igc-date-time-filtering-operand.d.ts +15 -0
  59. package/grids/lib/igc-default-merge-strategy.d.ts +29 -0
  60. package/grids/lib/igc-default-tree-grid-merge-strategy.d.ts +19 -0
  61. package/grids/lib/igc-dimensions-change.d.ts +29 -0
  62. package/grids/lib/igc-entity-type.d.ts +43 -0
  63. package/grids/lib/igc-exporter-event-args.d.ts +35 -0
  64. package/grids/lib/igc-exporter-options-base.d.ts +153 -0
  65. package/grids/lib/igc-exporter-options.d.ts +13 -0
  66. package/grids/lib/igc-expression-tree.d.ts +34 -0
  67. package/grids/lib/igc-field-editor-options.d.ts +21 -0
  68. package/grids/lib/igc-field-pipe-args.d.ts +50 -0
  69. package/grids/lib/igc-field-type.d.ts +97 -0
  70. package/grids/lib/igc-filter-item.d.ts +25 -0
  71. package/grids/lib/igc-filtering-event-args.d.ts +37 -0
  72. package/grids/lib/igc-filtering-expression.d.ts +39 -0
  73. package/grids/lib/igc-filtering-expressions-tree.d.ts +47 -0
  74. package/grids/lib/igc-filtering-operand.d.ts +53 -0
  75. package/grids/lib/igc-filtering-operation.d.ts +44 -0
  76. package/grids/lib/igc-filtering-strategy.d.ts +26 -0
  77. package/grids/lib/igc-for-of-data-change-event-args.d.ts +14 -0
  78. package/grids/lib/igc-for-of-data-changing-event-args.d.ts +24 -0
  79. package/grids/lib/igc-for-of-state.d.ts +21 -0
  80. package/grids/lib/igc-grid-actions-base-directive.d.ts +32 -0
  81. package/grids/lib/igc-grid-base-directive.d.ts +2664 -0
  82. package/grids/lib/igc-grid-cell-event-args.d.ts +28 -0
  83. package/grids/lib/igc-grid-clipboard-event.d.ts +28 -0
  84. package/grids/lib/igc-grid-component.d.ts +570 -0
  85. package/grids/lib/igc-grid-context-menu-event-args.d.ts +32 -0
  86. package/grids/lib/igc-grid-created-event-args.d.ts +29 -0
  87. package/grids/lib/igc-grid-edit-done-event-args.d.ts +86 -0
  88. package/grids/lib/igc-grid-edit-event-args.d.ts +96 -0
  89. package/grids/lib/igc-grid-editing-actions-component.d.ts +77 -0
  90. package/grids/lib/igc-grid-empty-template-context.d.ts +13 -0
  91. package/grids/lib/igc-grid-form-group-created-event-args.d.ts +22 -0
  92. package/grids/lib/igc-grid-grouping-strategy.d.ts +33 -0
  93. package/grids/lib/igc-grid-header-template-context.d.ts +19 -0
  94. package/grids/lib/igc-grid-keydown-event-args.d.ts +40 -0
  95. package/grids/lib/igc-grid-master-detail-context.d.ts +22 -0
  96. package/grids/lib/igc-grid-merge-strategy.d.ts +33 -0
  97. package/grids/lib/igc-grid-paginator-template-context.d.ts +19 -0
  98. package/grids/lib/igc-grid-pinning-actions-component.d.ts +56 -0
  99. package/grids/lib/igc-grid-resource-strings.d.ts +532 -0
  100. package/grids/lib/igc-grid-row-component.d.ts +24 -0
  101. package/grids/lib/igc-grid-row-drag-ghost-context.d.ts +27 -0
  102. package/grids/lib/igc-grid-row-edit-actions-template-context.d.ts +20 -0
  103. package/grids/lib/igc-grid-row-edit-text-template-context.d.ts +18 -0
  104. package/grids/lib/igc-grid-row-event-args.d.ts +27 -0
  105. package/grids/lib/igc-grid-row-template-context.d.ts +19 -0
  106. package/grids/lib/igc-grid-scroll-event-args.d.ts +30 -0
  107. package/grids/lib/igc-grid-selection-range.d.ts +48 -0
  108. package/grids/lib/igc-grid-sorting-strategy.d.ts +30 -0
  109. package/grids/lib/igc-grid-state-base-directive.d.ts +31 -0
  110. package/grids/lib/igc-grid-state-collection.d.ts +28 -0
  111. package/grids/lib/igc-grid-state-component.d.ts +6 -10
  112. package/grids/lib/igc-grid-state-info.d.ts +15 -6
  113. package/grids/lib/igc-grid-state-options.d.ts +59 -0
  114. package/grids/lib/igc-grid-template-context.d.ts +19 -0
  115. package/grids/lib/igc-grid-toolbar-actions-component.d.ts +36 -0
  116. package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +43 -0
  117. package/grids/lib/igc-grid-toolbar-component.d.ts +64 -0
  118. package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +52 -0
  119. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +95 -0
  120. package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +38 -0
  121. package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +37 -0
  122. package/grids/lib/igc-grid-toolbar-template-context.d.ts +19 -0
  123. package/grids/lib/igc-grid-toolbar-title-component.d.ts +34 -0
  124. package/grids/lib/igc-grid-validation-state.d.ts +28 -0
  125. package/grids/lib/igc-grid-validation-status-event-args.d.ts +26 -0
  126. package/grids/lib/igc-group-by-expand-state.d.ts +21 -0
  127. package/grids/lib/igc-group-by-key.d.ts +22 -0
  128. package/grids/lib/igc-group-by-record.d.ts +47 -0
  129. package/grids/lib/igc-group-by-result.d.ts +23 -0
  130. package/grids/lib/igc-group-by-row-selector-template-context.d.ts +18 -0
  131. package/grids/lib/igc-group-by-row-selector-template-details.d.ts +27 -0
  132. package/grids/lib/igc-group-by-row-template-context.d.ts +19 -0
  133. package/grids/lib/igc-grouped-records.d.ts +16 -0
  134. package/grids/lib/igc-grouping-done-event-args.d.ts +25 -0
  135. package/grids/lib/igc-grouping-expression.d.ts +21 -0
  136. package/grids/lib/igc-grouping-state.d.ts +30 -0
  137. package/grids/lib/igc-head-selector-template-context.d.ts +18 -0
  138. package/grids/lib/igc-head-selector-template-details.d.ts +28 -0
  139. package/grids/lib/igc-header-type.d.ts +50 -0
  140. package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +69 -0
  141. package/grids/lib/igc-hierarchical-grid-component.d.ts +242 -0
  142. package/grids/lib/igc-noop-filtering-strategy.d.ts +24 -0
  143. package/grids/lib/igc-noop-pivot-dimensions-strategy.d.ts +24 -0
  144. package/grids/lib/igc-noop-sorting-strategy.d.ts +27 -0
  145. package/grids/lib/igc-number-filtering-operand.d.ts +20 -0
  146. package/grids/lib/igc-number-summary-operand.d.ts +104 -0
  147. package/grids/lib/igc-overlay-outlet-directive.d.ts +20 -0
  148. package/grids/lib/igc-overlay-settings.d.ts +41 -0
  149. package/grids/lib/igc-page-cancellable-event-args.d.ts +20 -0
  150. package/grids/lib/igc-page-event-args.d.ts +20 -0
  151. package/grids/lib/igc-paginator-component.d.ts +231 -0
  152. package/grids/lib/igc-paginator-resource-strings.d.ts +30 -0
  153. package/grids/lib/igc-paging-state.d.ts +24 -0
  154. package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +44 -0
  155. package/grids/lib/igc-pin-column-event-args.d.ts +37 -0
  156. package/grids/lib/igc-pin-row-event-args.d.ts +52 -0
  157. package/grids/lib/igc-pinning-config.d.ts +27 -0
  158. package/grids/lib/igc-pivot-aggregator.d.ts +47 -0
  159. package/grids/lib/igc-pivot-configuration-changed-event-args.d.ts +21 -0
  160. package/grids/lib/igc-pivot-configuration.d.ts +53 -0
  161. package/grids/lib/igc-pivot-data-selector-component.d.ts +183 -0
  162. package/grids/lib/igc-pivot-date-dimension-options.d.ts +34 -0
  163. package/grids/lib/igc-pivot-date-dimension.d.ts +91 -0
  164. package/grids/lib/igc-pivot-dimension-strategy.d.ts +26 -0
  165. package/grids/lib/igc-pivot-dimension.d.ts +80 -0
  166. package/grids/lib/igc-pivot-grid-column.d.ts +32 -0
  167. package/grids/lib/igc-pivot-grid-component.d.ts +472 -0
  168. package/grids/lib/igc-pivot-grid-record.d.ts +36 -0
  169. package/grids/lib/igc-pivot-grid-value-template-context.d.ts +19 -0
  170. package/grids/lib/igc-pivot-keys.d.ts +48 -0
  171. package/grids/lib/igc-pivot-ui-settings.d.ts +28 -0
  172. package/grids/lib/igc-pivot-value.d.ts +62 -0
  173. package/grids/lib/igc-position-settings.d.ts +41 -0
  174. package/grids/lib/igc-position-strategy.d.ts +36 -0
  175. package/grids/lib/igc-prefixed-resource-strings.d.ts +11 -0
  176. package/grids/lib/igc-query-builder-component.d.ts +141 -0
  177. package/grids/lib/igc-query-builder-header-component.d.ts +62 -0
  178. package/grids/lib/igc-query-builder-resource-strings.d.ts +228 -0
  179. package/grids/lib/igc-query-builder-search-value-context.d.ts +27 -0
  180. package/grids/lib/igc-row-data-cancelable-event-args.d.ts +61 -0
  181. package/grids/lib/igc-row-data-event-args.d.ts +38 -0
  182. package/grids/lib/igc-row-directive.d.ts +191 -0
  183. package/grids/lib/igc-row-drag-end-event-args.d.ts +28 -0
  184. package/grids/lib/igc-row-drag-start-event-args.d.ts +38 -0
  185. package/grids/lib/igc-row-exporting-event-args.d.ts +39 -0
  186. package/grids/lib/igc-row-island-component.d.ts +2637 -0
  187. package/grids/lib/igc-row-selection-event-args.d.ts +56 -0
  188. package/grids/lib/igc-row-selector-template-context.d.ts +19 -0
  189. package/grids/lib/igc-row-selector-template-details.d.ts +39 -0
  190. package/grids/lib/igc-row-toggle-event-args.d.ts +40 -0
  191. package/grids/lib/igc-row-type.d.ts +177 -0
  192. package/grids/lib/igc-scroll-strategy.d.ts +37 -0
  193. package/grids/lib/igc-search-info.d.ts +23 -0
  194. package/grids/lib/igc-size.d.ts +25 -0
  195. package/grids/lib/igc-sorting-event-args.d.ts +49 -0
  196. package/grids/lib/igc-sorting-expression.d.ts +34 -0
  197. package/grids/lib/igc-sorting-options.d.ts +19 -0
  198. package/grids/lib/igc-sorting-strategy.d.ts +14 -0
  199. package/grids/lib/igc-string-filtering-operand.d.ts +29 -0
  200. package/grids/lib/igc-summary-expression.d.ts +24 -0
  201. package/grids/lib/igc-summary-operand.d.ts +61 -0
  202. package/grids/lib/igc-summary-result.d.ts +44 -0
  203. package/grids/lib/igc-summary-template-context.d.ts +19 -0
  204. package/grids/lib/igc-time-filtering-operand.d.ts +15 -0
  205. package/grids/lib/igc-time-summary-operand.d.ts +49 -0
  206. package/grids/lib/igc-toggle-view-cancelable-event-args.d.ts +17 -0
  207. package/grids/lib/igc-toggle-view-event-args.d.ts +18 -0
  208. package/grids/lib/igc-tree-grid-component.d.ts +398 -0
  209. package/grids/lib/igc-tree-grid-record.d.ts +39 -0
  210. package/grids/lib/igc-validation-errors.d.ts +11 -0
  211. package/grids/lib/igc-validation-resource-strings.d.ts +42 -0
  212. package/grids/lib/igc-values-change.d.ts +23 -0
  213. package/grids/lib/index.d.ts +216 -0
  214. package/grids/lib/pivot-aggregation-type.d.ts +3 -0
  215. package/grids/lib/pivot-dimension-type.d.ts +17 -0
  216. package/grids/lib/pivot-row-layout-type.d.ts +3 -0
  217. package/grids/lib/pivot-summary-position.d.ts +3 -0
  218. package/grids/lib/row-pinning-position.d.ts +20 -0
  219. package/grids/lib/sorting-direction.d.ts +16 -0
  220. package/grids/lib/sorting-options-mode.d.ts +3 -0
  221. package/grids/lib/validation-status.d.ts +3 -0
  222. package/grids/lib/vertical-alignment.d.ts +16 -0
  223. package/grids/themes/dark/bootstrap.css +1 -1
  224. package/grids/themes/dark/fluent.css +1 -1
  225. package/grids/themes/dark/indigo.css +1 -1
  226. package/grids/themes/dark/material.css +1 -1
  227. package/grids/themes/light/bootstrap.css +1 -1
  228. package/grids/themes/light/fluent.css +1 -1
  229. package/grids/themes/light/indigo.css +1 -1
  230. package/grids/themes/light/material.css +1 -1
  231. package/package.json +1 -1
  232. package/vscode.html-custom-data.json +1 -1
  233. package/web-types.json +1 -1
@@ -0,0 +1,19 @@
1
+
2
+ import { IgcSummaryResult } from './igc-summary-result';
3
+
4
+
5
+
6
+
7
+
8
+ export declare class IgcSummaryTemplateContext
9
+ {
10
+
11
+
12
+ /* @wcWidgetMemberName: $implicit */
13
+ public set implicit(value: IgcSummaryResult[]);
14
+ public get implicit(): IgcSummaryResult[];
15
+
16
+ }
17
+
18
+
19
+
@@ -0,0 +1,15 @@
1
+
2
+ import { IgcBaseDateTimeFilteringOperand } from './igc-base-date-time-filtering-operand';
3
+
4
+
5
+
6
+
7
+ /* blazorCSSuppress */
8
+
9
+ export declare class IgcTimeFilteringOperand extends IgcBaseDateTimeFilteringOperand
10
+ {
11
+
12
+ }
13
+
14
+
15
+
@@ -0,0 +1,49 @@
1
+
2
+ import { IgcSummaryOperand } from './igc-summary-operand';
3
+ import { IgcGroupByRecord } from './igc-group-by-record';
4
+ import { IgcSummaryResult } from './igc-summary-result';
5
+
6
+
7
+
8
+
9
+ /* blazorCSSuppress */
10
+ // @dynamic
11
+
12
+ export declare class IgcTimeSummaryOperand extends IgcSummaryOperand
13
+ {
14
+
15
+
16
+ /**
17
+ * Returns the latest time value in the data records. Compare only the time part of the date.
18
+ * If filtering is applied, returns the latest time value in the filtered data records.
19
+ * ```typescript
20
+ * IgxTimeSummaryOperand.latestTime(data);
21
+ * ```
22
+ *
23
+ * @memberof IgxTimeSummaryOperand
24
+ */
25
+ public static latestTime(data: any[]): void;
26
+
27
+
28
+
29
+ /**
30
+ * Returns the earliest time value in the data records. Compare only the time part of the date.
31
+ * If filtering is applied, returns the earliest time value in the filtered data records.
32
+ * ```typescript
33
+ * IgxTimeSummaryOperand.earliestTime(data);
34
+ * ```
35
+ *
36
+ * @memberof IgxTimeSummaryOperand
37
+ */
38
+ public static earliestTime(data: any[]): void;
39
+
40
+
41
+ /**
42
+ * @memberof IgxTimeSummaryOperand
43
+ */
44
+ public operate(data?: any[], allData?: any[], fieldName?: string, groupRecord?: IgcGroupByRecord): IgcSummaryResult[];
45
+
46
+ }
47
+
48
+
49
+
@@ -0,0 +1,17 @@
1
+
2
+
3
+
4
+
5
+
6
+
7
+ export declare class IgcToggleViewCancelableEventArgs
8
+ {
9
+
10
+
11
+ /** Id of the toggle view */
12
+ public id: string;
13
+
14
+ }
15
+
16
+
17
+
@@ -0,0 +1,18 @@
1
+
2
+ import { IgcBaseEventArgs } from './igc-base-event-args';
3
+
4
+
5
+
6
+
7
+
8
+ export declare class IgcToggleViewEventArgs extends IgcBaseEventArgs
9
+ {
10
+
11
+
12
+ /** Id of the toggle view */
13
+ public id: string;
14
+
15
+ }
16
+
17
+
18
+
@@ -0,0 +1,398 @@
1
+
2
+ import { IgcGridBaseDirective } from './igc-grid-base-directive';
3
+ import { IgcColumnComponent } from './igc-column-component';
4
+ import { IgcColumnGroupComponent } from './igc-column-group-component';
5
+ import { IgcColumnLayoutComponent } from './igc-column-layout-component';
6
+ import { IgcGridToolbarComponent } from './igc-grid-toolbar-component';
7
+ import { IgcGridToolbarActionsComponent } from './igc-grid-toolbar-actions-component';
8
+ import { IgcGridToolbarTitleComponent } from './igc-grid-toolbar-title-component';
9
+ import { IgcGridToolbarAdvancedFilteringComponent } from './igc-grid-toolbar-advanced-filtering-component';
10
+ import { IgcGridToolbarExporterComponent } from './igc-grid-toolbar-exporter-component';
11
+ import { IgcGridToolbarHidingComponent } from './igc-grid-toolbar-hiding-component';
12
+ import { IgcGridToolbarPinningComponent } from './igc-grid-toolbar-pinning-component';
13
+ import { IgcActionStripComponent } from './igc-action-strip-component';
14
+ import { IgcGridEditingActionsComponent } from './igc-grid-editing-actions-component';
15
+ import { IgcGridPinningActionsComponent } from './igc-grid-pinning-actions-component';
16
+ import { IgcTreeGridRecord } from './igc-tree-grid-record';
17
+ import { IgcRenderFunction } from './common';
18
+ import { IgcCellType } from './igc-cell-type';
19
+ import { IgcRowType } from './igc-row-type';
20
+ import { IgcGridBaseDirectiveEventMap } from './igc-grid-base-directive';
21
+
22
+
23
+
24
+
25
+ /* blazorAdditionalDependency: Column */
26
+ /* blazorAdditionalDependency: ColumnGroup */
27
+ /* blazorAdditionalDependency: ColumnLayout */
28
+ /* blazorAdditionalDependency: GridToolbar */
29
+ /* blazorAdditionalDependency: GridToolbarActions */
30
+ /* blazorAdditionalDependency: GridToolbarTitle */
31
+ /* blazorAdditionalDependency: GridToolbarAdvancedFiltering */
32
+ /* blazorAdditionalDependency: GridToolbarExporter */
33
+ /* blazorAdditionalDependency: GridToolbarHiding */
34
+ /* blazorAdditionalDependency: GridToolbarPinning */
35
+ /* blazorAdditionalDependency: ActionStrip */
36
+ /* blazorAdditionalDependency: GridActionsBaseDirective */
37
+ /* blazorAdditionalDependency: GridEditingActions */
38
+ /* blazorAdditionalDependency: GridPinningActions */
39
+ /* blazorIndirectRender */
40
+ /**
41
+ * **Ignite UI for Angular Tree Grid** -
42
+ * [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/grid)
43
+ *
44
+ * The Ignite UI Tree Grid displays and manipulates hierarchical data with consistent schema formatted as a table and
45
+ * provides features such as sorting, filtering, editing, column pinning, paging, column moving and hiding.
46
+ *
47
+ * Example:
48
+ * ```html
49
+ * <igx-tree-grid [data]="employeeData" primaryKey="employeeID" foreignKey="PID" [autoGenerate]="false">
50
+ * <igx-column field="first" header="First Name"></igx-column>
51
+ * <igx-column field="last" header="Last Name"></igx-column>
52
+ * <igx-column field="role" header="Role"></igx-column>
53
+ * </igx-tree-grid>
54
+ * ```
55
+ */
56
+
57
+ export declare class IgcTreeGridComponent extends IgcGridBaseDirective
58
+ {
59
+
60
+ /* blazorSuppress */
61
+ static readonly tagName: string;
62
+ /* blazorSuppress */
63
+ static register(): void;
64
+
65
+
66
+
67
+ /**
68
+ * Sets the child data key of the `IgxTreeGridComponent`.
69
+ * ```html
70
+ * <igx-tree-grid #grid [data]="employeeData" [childDataKey]="'employees'" [autoGenerate]="true"></igx-tree-grid>
71
+ * ```
72
+ *
73
+ * @memberof IgxTreeGridComponent
74
+ */
75
+ public set childDataKey(value: string);
76
+ public get childDataKey(): string;
77
+
78
+
79
+
80
+ /**
81
+ * Sets the foreign key of the `IgxTreeGridComponent`.
82
+ * ```html
83
+ * <igx-tree-grid #grid [data]="employeeData" [primaryKey]="'employeeID'" [foreignKey]="'parentID'" [autoGenerate]="true">
84
+ * </igx-tree-grid>
85
+ * ```
86
+ *
87
+ * @memberof IgxTreeGridComponent
88
+ */
89
+ public set foreignKey(value: string);
90
+ public get foreignKey(): string;
91
+
92
+
93
+
94
+ /**
95
+ * Sets the key indicating whether a row has children.
96
+ * This property is only used for load on demand scenarios.
97
+ * ```html
98
+ * <igx-tree-grid #grid [data]="employeeData" [primaryKey]="'employeeID'" [foreignKey]="'parentID'"
99
+ * [loadChildrenOnDemand]="loadChildren"
100
+ * [hasChildrenKey]="'hasEmployees'">
101
+ * </igx-tree-grid>
102
+ * ```
103
+ *
104
+ * @memberof IgxTreeGridComponent
105
+ */
106
+ public set hasChildrenKey(value: string);
107
+ public get hasChildrenKey(): string;
108
+
109
+
110
+
111
+ /**
112
+ * Sets whether child records should be deleted when their parent gets deleted.
113
+ * By default it is set to true and deletes all children along with the parent.
114
+ * ```html
115
+ * <igx-tree-grid [data]="employeeData" [primaryKey]="'employeeID'" [foreignKey]="'parentID'" cascadeOnDelete="false">
116
+ * </igx-tree-grid>
117
+ * ```
118
+ *
119
+ * @memberof IgxTreeGridComponent
120
+ */
121
+ public set cascadeOnDelete(value: boolean);
122
+ public get cascadeOnDelete(): boolean;
123
+
124
+
125
+
126
+ /* csSuppress */
127
+ /**
128
+ * Sets a callback for loading child rows on demand.
129
+ * ```html
130
+ * <igx-tree-grid [data]="employeeData" [primaryKey]="'employeeID'" [foreignKey]="'parentID'" [loadChildrenOnDemand]="loadChildren">
131
+ * </igx-tree-grid>
132
+ * ```
133
+ * ```typescript
134
+ * public loadChildren = (parentID: any, done: (children: any[]) => void) => {
135
+ * this.dataService.getData(parentID, children => done(children));
136
+ * }
137
+ * ```
138
+ *
139
+ * @memberof IgxTreeGridComponent
140
+ */
141
+ public set loadChildrenOnDemand(value: any);
142
+ public get loadChildrenOnDemand(): any;
143
+
144
+
145
+
146
+ /**
147
+ * Sets the value of the `id` attribute. If not provided it will be automatically generated.
148
+ * ```html
149
+ * <igx-tree-grid [id]="'igx-tree-grid-1'"></igx-tree-grid>
150
+ * ```
151
+ *
152
+ * @memberof IgxTreeGridComponent
153
+ */
154
+ public set id(value: string);
155
+ public get id(): string;
156
+
157
+
158
+
159
+ /**
160
+ * Returns an array of the root level `ITreeGridRecord`s.
161
+ * ```typescript
162
+ * // gets the root record with index=2
163
+ * const states = this.grid.rootRecords[2];
164
+ * ```
165
+ *
166
+ * @memberof IgxTreeGridComponent
167
+ */
168
+ public set rootRecords(value: IgcTreeGridRecord[]);
169
+ public get rootRecords(): IgcTreeGridRecord[];
170
+
171
+
172
+
173
+ /**
174
+ * Returns an array of processed (filtered and sorted) root `ITreeGridRecord`s.
175
+ * ```typescript
176
+ * // gets the processed root record with index=2
177
+ * const states = this.grid.processedRootRecords[2];
178
+ * ```
179
+ *
180
+ * @memberof IgxTreeGridComponent
181
+ */
182
+ public set processedRootRecords(value: IgcTreeGridRecord[]);
183
+ public get processedRootRecords(): IgcTreeGridRecord[];
184
+
185
+
186
+
187
+ /* treatAsRef */
188
+ /**
189
+ * Gets/Sets the array of data that populates the component.
190
+ * ```html
191
+ * <igx-tree-grid [data]="Data" [autoGenerate]="true"></igx-tree-grid>
192
+ * ```
193
+ *
194
+ * @memberof IgxTreeGridComponent
195
+ */
196
+ public set data(value: any[]);
197
+ public get data(): any[];
198
+
199
+
200
+
201
+ /**
202
+ * Sets the count of levels to be expanded in the `IgxTreeGridComponent`. By default it is
203
+ * set to `Infinity` which means all levels would be expanded.
204
+ * ```html
205
+ * <igx-tree-grid #grid [data]="employeeData" [childDataKey]="'employees'" expansionDepth="1" [autoGenerate]="true"></igx-tree-grid>
206
+ * ```
207
+ *
208
+ * @memberof IgxTreeGridComponent
209
+ */
210
+ public set expansionDepth(value: number);
211
+ public get expansionDepth(): number;
212
+
213
+
214
+
215
+ /**
216
+ * Template for the row loading indicator when load on demand is enabled.
217
+ * ```html
218
+ * <ng-template #rowLoadingTemplate>
219
+ * <igx-icon>loop</igx-icon>
220
+ * </ng-template>
221
+ *
222
+ * <igx-tree-grid #grid [data]="employeeData" [primaryKey]="'ID'" [foreignKey]="'parentID'"
223
+ * [loadChildrenOnDemand]="loadChildren"
224
+ * [rowLoadingIndicatorTemplate]="rowLoadingTemplate">
225
+ * </igx-tree-grid>
226
+ * ```
227
+ *
228
+ * @memberof IgxTreeGridComponent
229
+ */
230
+ public set rowLoadingIndicatorTemplate(value: IgcRenderFunction<void>);
231
+ public get rowLoadingIndicatorTemplate(): IgcRenderFunction<void>;
232
+
233
+
234
+
235
+ /**
236
+ * Returns an array of the selected `IgxGridCell`s.
237
+ *
238
+ * @example
239
+ * ```typescript
240
+ * const selectedCells = this.grid.selectedCells;
241
+ * ```
242
+ */
243
+ public get selectedCells(): IgcCellType[];
244
+
245
+
246
+
247
+ public getDefaultExpandState(record: IgcTreeGridRecord): boolean;
248
+
249
+
250
+
251
+ /**
252
+ * Expands all rows.
253
+ * ```typescript
254
+ * this.grid.expandAll();
255
+ * ```
256
+ *
257
+ * @memberof IgxTreeGridComponent
258
+ */
259
+ public expandAll(): void;
260
+
261
+
262
+
263
+ /**
264
+ * Collapses all rows.
265
+ *
266
+ * ```typescript
267
+ * this.grid.collapseAll();
268
+ * ```
269
+ *
270
+ * @memberof IgxTreeGridComponent
271
+ */
272
+ public collapseAll(): void;
273
+
274
+
275
+
276
+ /* blazorCSSuppress */
277
+ /**
278
+ * Creates a new `IgxTreeGridRowComponent` with the given data. If a parentRowID is not specified, the newly created
279
+ * row would be added at the root level. Otherwise, it would be added as a child of the row whose primaryKey matches
280
+ * the specified parentRowID. If the parentRowID does not exist, an error would be thrown.
281
+ * ```typescript
282
+ * const record = {
283
+ * ID: this.grid.data[this.grid1.data.length - 1].ID + 1,
284
+ * Name: this.newRecord
285
+ * };
286
+ * this.grid.addRow(record, 1); // Adds a new child row to the row with ID=1.
287
+ * ```
288
+ *
289
+ * @param data
290
+ * @param parentRowID
291
+ * @memberof IgxTreeGridComponent
292
+ */
293
+ // TODO: remove evt emission
294
+ public addRow(data: any, parentRowID?: any): void;
295
+
296
+
297
+
298
+ /**
299
+ * Enters add mode by spawning the UI with the context of the specified row by index.
300
+ *
301
+ * @remarks
302
+ * Accepted values for index are integers from 0 to this.grid.dataView.length
303
+ * @remarks
304
+ * When adding the row as a child, the parent row is the specified row.
305
+ * @remarks
306
+ * To spawn the UI on top, call the function with index = null or a negative number.
307
+ * In this case trying to add this row as a child will result in error.
308
+ * @example
309
+ * ```typescript
310
+ * this.grid.beginAddRowByIndex(10);
311
+ * this.grid.beginAddRowByIndex(10, true);
312
+ * this.grid.beginAddRowByIndex(null);
313
+ * ```
314
+ * @param index - The index to spawn the UI at. Accepts integers from 0 to this.grid.dataView.length
315
+ * @param asChild - Whether the record should be added as a child. Only applicable to igxTreeGrid.
316
+ */
317
+ public beginAddRowByIndex(index: number, asChild?: boolean): void;
318
+
319
+
320
+
321
+ /**
322
+ *
323
+ * Returns an array of the current cell selection in the form of `[{ column.field: cell.value }, ...]`.
324
+ *
325
+ * @remarks
326
+ * If `formatters` is enabled, the cell value will be formatted by its respective column formatter (if any).
327
+ * If `headers` is enabled, it will use the column header (if any) instead of the column field.
328
+ */
329
+ public getSelectedData(formatters?: boolean, headers?: boolean): any[];
330
+
331
+
332
+
333
+ /**
334
+ * Returns the `IgxTreeGridRow` by index.
335
+ *
336
+ * @example
337
+ * ```typescript
338
+ * const myRow = treeGrid.getRowByIndex(1);
339
+ * ```
340
+ * @param index
341
+ */
342
+ public getRowByIndex(index: number): IgcRowType;
343
+
344
+
345
+
346
+ /**
347
+ * Returns the `RowType` object by the specified primary key.
348
+ *
349
+ * @example
350
+ * ```typescript
351
+ * const myRow = this.treeGrid.getRowByIndex(1);
352
+ * ```
353
+ * @param index
354
+ */
355
+ public getRowByKey(key: any): IgcRowType;
356
+
357
+
358
+
359
+ /**
360
+ * Returns a `CellType` object that matches the conditions.
361
+ *
362
+ * @example
363
+ * ```typescript
364
+ * const myCell = this.grid1.getCellByColumn(2, "UnitPrice");
365
+ * ```
366
+ * @param rowIndex
367
+ * @param columnField
368
+ */
369
+ public getCellByColumn(rowIndex: number, columnField: string): IgcCellType;
370
+
371
+
372
+
373
+ /**
374
+ * Returns a `CellType` object that matches the conditions.
375
+ *
376
+ * @remarks
377
+ * Requires that the primaryKey property is set.
378
+ * @example
379
+ * ```typescript
380
+ * grid.getCellByKey(1, 'index');
381
+ * ```
382
+ * @param rowSelector match any rowID
383
+ * @param columnField
384
+ */
385
+ public getCellByKey(rowSelector: any, columnField: string): IgcCellType;
386
+
387
+
388
+
389
+ public pinRow(rowID: any, index?: number): boolean;
390
+
391
+
392
+
393
+ public unpinRow(rowID: any): boolean;
394
+
395
+ }
396
+
397
+ export type IgcTreeGridComponentEventMap = IgcGridBaseDirectiveEventMap
398
+
@@ -0,0 +1,39 @@
1
+
2
+
3
+
4
+ /* jsonAPIPlainObject */
5
+
6
+
7
+ /* marshalByValue */
8
+
9
+ export declare class IgcTreeGridRecord
10
+ {
11
+
12
+
13
+ public set key(value: any);
14
+ public get key(): any;
15
+
16
+
17
+ public set data(value: any);
18
+ public get data(): any;
19
+
20
+
21
+ public children?: IgcTreeGridRecord[];
22
+
23
+
24
+ /* blazorAlternateName: RecordParent */
25
+ public parent?: IgcTreeGridRecord;
26
+
27
+
28
+ public level?: number;
29
+
30
+
31
+ public isFilteredOutParent?: boolean;
32
+
33
+
34
+ public expanded?: boolean;
35
+
36
+ }
37
+
38
+
39
+
@@ -0,0 +1,11 @@
1
+
2
+
3
+
4
+
5
+ export declare class IgcValidationErrors
6
+ {
7
+
8
+ }
9
+
10
+
11
+
@@ -0,0 +1,42 @@
1
+
2
+
3
+
4
+ /* jsonAPIPlainObject */
5
+
6
+ export declare class IgcValidationResourceStrings
7
+ {
8
+
9
+
10
+ public required_validation_error?: string;
11
+
12
+
13
+ public min_validation_error?: string;
14
+
15
+
16
+ public max_validation_error?: string;
17
+
18
+
19
+ public min_length_validation_error?: string;
20
+
21
+
22
+ public max_length_validation_error?: string;
23
+
24
+
25
+ public email_validation_error?: string;
26
+
27
+
28
+ public pattern_validation_error?: string;
29
+
30
+
31
+ public mask_validation_error?: string;
32
+
33
+
34
+ public url_validation_error?: string;
35
+
36
+
37
+ public disabled_date_validation_error?: string;
38
+
39
+ }
40
+
41
+
42
+
@@ -0,0 +1,23 @@
1
+
2
+ import { IgcPivotValue } from './igc-pivot-value';
3
+
4
+
5
+ /* jsonAPIPlainObject */
6
+
7
+
8
+ /**
9
+ * Event emitted when values list is changed.
10
+ */
11
+
12
+ export declare class IgcValuesChange
13
+ {
14
+
15
+
16
+ /** The new list of values. */
17
+ public set values(value: IgcPivotValue[]);
18
+ public get values(): IgcPivotValue[];
19
+
20
+ }
21
+
22
+
23
+