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

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 (224) hide show
  1. package/custom-elements.json +23311 -22
  2. package/grids/combined.js +17775 -17895
  3. package/grids/lib/column-pinning-position.d.ts +20 -0
  4. package/grids/lib/drop-position.d.ts +19 -0
  5. package/grids/lib/filter-mode.d.ts +3 -0
  6. package/grids/lib/filtering-expressions-tree-type.d.ts +15 -0
  7. package/grids/lib/filtering-logic.d.ts +15 -0
  8. package/grids/lib/grid-cell-merge-mode.d.ts +3 -0
  9. package/grids/lib/grid-column-data-type.d.ts +3 -0
  10. package/grids/lib/grid-keydown-target-type.d.ts +3 -0
  11. package/grids/lib/grid-paging-mode.d.ts +3 -0
  12. package/grids/lib/grid-selection-mode.d.ts +3 -0
  13. package/grids/lib/grid-summary-calculation-mode.d.ts +3 -0
  14. package/grids/lib/grid-summary-position.d.ts +3 -0
  15. package/grids/lib/grid-toolbar-exporter-type.d.ts +3 -0
  16. package/grids/lib/grid-validation-trigger.d.ts +3 -0
  17. package/grids/lib/horizontal-alignment.d.ts +16 -0
  18. package/grids/lib/igc-action-strip-component.d.ts +119 -0
  19. package/grids/lib/igc-action-strip-resource-strings.d.ts +15 -0
  20. package/grids/lib/igc-action-strip-token.d.ts +16 -0
  21. package/grids/lib/igc-active-node-change-event-args.d.ts +38 -0
  22. package/grids/lib/igc-base-date-time-filtering-operand.d.ts +19 -0
  23. package/grids/lib/igc-base-event-args.d.ts +19 -0
  24. package/grids/lib/igc-base-exporter.d.ts +72 -0
  25. package/grids/lib/igc-base-filtering-strategy.d.ts +36 -0
  26. package/grids/lib/igc-base-search-info.d.ts +34 -0
  27. package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +21 -0
  28. package/grids/lib/igc-base-toolbar-directive.d.ts +87 -0
  29. package/grids/lib/igc-boolean-filtering-operand.d.ts +20 -0
  30. package/grids/lib/igc-by-level-tree-grid-merge-strategy.d.ts +18 -0
  31. package/grids/lib/igc-cancelable-browser-event-args.d.ts +14 -0
  32. package/grids/lib/igc-cancelable-event-args.d.ts +19 -0
  33. package/grids/lib/igc-cell-position.d.ts +30 -0
  34. package/grids/lib/igc-cell-template-context.d.ts +27 -0
  35. package/grids/lib/igc-cell-type.d.ts +117 -0
  36. package/grids/lib/igc-clipboard-options.d.ts +45 -0
  37. package/grids/lib/igc-column-component.d.ts +1102 -0
  38. package/grids/lib/igc-column-editor-options.d.ts +15 -0
  39. package/grids/lib/igc-column-exporting-event-args.d.ts +64 -0
  40. package/grids/lib/igc-column-group-component.d.ts +186 -0
  41. package/grids/lib/igc-column-layout-component.d.ts +55 -0
  42. package/grids/lib/igc-column-moving-end-event-args.d.ts +37 -0
  43. package/grids/lib/igc-column-moving-event-args.d.ts +30 -0
  44. package/grids/lib/igc-column-moving-start-event-args.d.ts +23 -0
  45. package/grids/lib/igc-column-pipe-args.d.ts +17 -0
  46. package/grids/lib/igc-column-resize-event-args.d.ts +29 -0
  47. package/grids/lib/igc-column-selection-event-args.d.ts +51 -0
  48. package/grids/lib/igc-column-state.d.ts +140 -0
  49. package/grids/lib/igc-column-template-context.d.ts +23 -0
  50. package/grids/lib/igc-column-toggled-event-args.d.ts +27 -0
  51. package/grids/lib/igc-column-visibility-changed-event-args.d.ts +26 -0
  52. package/grids/lib/igc-column-visibility-changing-event-args.d.ts +35 -0
  53. package/grids/lib/igc-columns-auto-generated-event-args.d.ts +22 -0
  54. package/grids/lib/igc-data-clone-strategy.d.ts +22 -0
  55. package/grids/lib/igc-date-filtering-operand.d.ts +20 -0
  56. package/grids/lib/igc-date-summary-operand.d.ts +75 -0
  57. package/grids/lib/igc-date-time-filtering-operand.d.ts +15 -0
  58. package/grids/lib/igc-default-merge-strategy.d.ts +28 -0
  59. package/grids/lib/igc-default-tree-grid-merge-strategy.d.ts +19 -0
  60. package/grids/lib/igc-dimensions-change.d.ts +29 -0
  61. package/grids/lib/igc-exporter-event-args.d.ts +35 -0
  62. package/grids/lib/igc-exporter-options-base.d.ts +153 -0
  63. package/grids/lib/igc-exporter-options.d.ts +13 -0
  64. package/grids/lib/igc-expression-tree.d.ts +34 -0
  65. package/grids/lib/igc-field-editor-options.d.ts +21 -0
  66. package/grids/lib/igc-field-pipe-args.d.ts +50 -0
  67. package/grids/lib/igc-filter-item.d.ts +25 -0
  68. package/grids/lib/igc-filtering-event-args.d.ts +37 -0
  69. package/grids/lib/igc-filtering-expression.d.ts +39 -0
  70. package/grids/lib/igc-filtering-expressions-tree.d.ts +47 -0
  71. package/grids/lib/igc-filtering-operand.d.ts +53 -0
  72. package/grids/lib/igc-filtering-operation.d.ts +44 -0
  73. package/grids/lib/igc-filtering-strategy.d.ts +26 -0
  74. package/grids/lib/igc-for-of-data-change-event-args.d.ts +14 -0
  75. package/grids/lib/igc-for-of-data-changing-event-args.d.ts +24 -0
  76. package/grids/lib/igc-for-of-state.d.ts +21 -0
  77. package/grids/lib/igc-grid-actions-base-directive.d.ts +32 -0
  78. package/grids/lib/igc-grid-base-directive.d.ts +2664 -0
  79. package/grids/lib/igc-grid-cell-event-args.d.ts +28 -0
  80. package/grids/lib/igc-grid-clipboard-event.d.ts +28 -0
  81. package/grids/lib/igc-grid-component.d.ts +570 -0
  82. package/grids/lib/igc-grid-context-menu-event-args.d.ts +32 -0
  83. package/grids/lib/igc-grid-created-event-args.d.ts +29 -0
  84. package/grids/lib/igc-grid-edit-done-event-args.d.ts +86 -0
  85. package/grids/lib/igc-grid-edit-event-args.d.ts +96 -0
  86. package/grids/lib/igc-grid-editing-actions-component.d.ts +77 -0
  87. package/grids/lib/igc-grid-empty-template-context.d.ts +13 -0
  88. package/grids/lib/igc-grid-form-group-created-event-args.d.ts +22 -0
  89. package/grids/lib/igc-grid-grouping-strategy.d.ts +33 -0
  90. package/grids/lib/igc-grid-header-template-context.d.ts +19 -0
  91. package/grids/lib/igc-grid-keydown-event-args.d.ts +40 -0
  92. package/grids/lib/igc-grid-master-detail-context.d.ts +22 -0
  93. package/grids/lib/igc-grid-merge-strategy.d.ts +32 -0
  94. package/grids/lib/igc-grid-paginator-template-context.d.ts +19 -0
  95. package/grids/lib/igc-grid-pinning-actions-component.d.ts +56 -0
  96. package/grids/lib/igc-grid-resource-strings.d.ts +552 -0
  97. package/grids/lib/igc-grid-row-component.d.ts +24 -0
  98. package/grids/lib/igc-grid-row-drag-ghost-context.d.ts +27 -0
  99. package/grids/lib/igc-grid-row-edit-actions-template-context.d.ts +20 -0
  100. package/grids/lib/igc-grid-row-edit-text-template-context.d.ts +18 -0
  101. package/grids/lib/igc-grid-row-event-args.d.ts +27 -0
  102. package/grids/lib/igc-grid-row-template-context.d.ts +19 -0
  103. package/grids/lib/igc-grid-scroll-event-args.d.ts +30 -0
  104. package/grids/lib/igc-grid-selection-range.d.ts +48 -0
  105. package/grids/lib/igc-grid-sorting-strategy.d.ts +30 -0
  106. package/grids/lib/igc-grid-state-base-directive.d.ts +31 -0
  107. package/grids/lib/igc-grid-state-collection.d.ts +28 -0
  108. package/grids/lib/igc-grid-state-component.d.ts +6 -10
  109. package/grids/lib/igc-grid-state-info.d.ts +15 -6
  110. package/grids/lib/igc-grid-state-options.d.ts +59 -0
  111. package/grids/lib/igc-grid-template-context.d.ts +19 -0
  112. package/grids/lib/igc-grid-toolbar-actions-component.d.ts +36 -0
  113. package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +43 -0
  114. package/grids/lib/igc-grid-toolbar-component.d.ts +64 -0
  115. package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +52 -0
  116. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +95 -0
  117. package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +38 -0
  118. package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +37 -0
  119. package/grids/lib/igc-grid-toolbar-template-context.d.ts +19 -0
  120. package/grids/lib/igc-grid-toolbar-title-component.d.ts +34 -0
  121. package/grids/lib/igc-grid-validation-state.d.ts +28 -0
  122. package/grids/lib/igc-grid-validation-status-event-args.d.ts +26 -0
  123. package/grids/lib/igc-group-by-expand-state.d.ts +21 -0
  124. package/grids/lib/igc-group-by-key.d.ts +22 -0
  125. package/grids/lib/igc-group-by-record.d.ts +47 -0
  126. package/grids/lib/igc-group-by-result.d.ts +23 -0
  127. package/grids/lib/igc-group-by-row-selector-template-context.d.ts +18 -0
  128. package/grids/lib/igc-group-by-row-selector-template-details.d.ts +27 -0
  129. package/grids/lib/igc-group-by-row-template-context.d.ts +19 -0
  130. package/grids/lib/igc-grouped-records.d.ts +16 -0
  131. package/grids/lib/igc-grouping-done-event-args.d.ts +25 -0
  132. package/grids/lib/igc-grouping-expression.d.ts +21 -0
  133. package/grids/lib/igc-grouping-state.d.ts +30 -0
  134. package/grids/lib/igc-head-selector-template-context.d.ts +18 -0
  135. package/grids/lib/igc-head-selector-template-details.d.ts +28 -0
  136. package/grids/lib/igc-header-type.d.ts +50 -0
  137. package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +69 -0
  138. package/grids/lib/igc-hierarchical-grid-component.d.ts +230 -0
  139. package/grids/lib/igc-noop-filtering-strategy.d.ts +24 -0
  140. package/grids/lib/igc-noop-pivot-dimensions-strategy.d.ts +24 -0
  141. package/grids/lib/igc-noop-sorting-strategy.d.ts +27 -0
  142. package/grids/lib/igc-number-filtering-operand.d.ts +20 -0
  143. package/grids/lib/igc-number-summary-operand.d.ts +104 -0
  144. package/grids/lib/igc-overlay-outlet-directive.d.ts +20 -0
  145. package/grids/lib/igc-overlay-settings.d.ts +41 -0
  146. package/grids/lib/igc-page-cancellable-event-args.d.ts +20 -0
  147. package/grids/lib/igc-page-event-args.d.ts +20 -0
  148. package/grids/lib/igc-paginator-component.d.ts +231 -0
  149. package/grids/lib/igc-paginator-resource-strings.d.ts +30 -0
  150. package/grids/lib/igc-paging-state.d.ts +24 -0
  151. package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +44 -0
  152. package/grids/lib/igc-pin-column-event-args.d.ts +37 -0
  153. package/grids/lib/igc-pin-row-event-args.d.ts +52 -0
  154. package/grids/lib/igc-pinning-config.d.ts +27 -0
  155. package/grids/lib/igc-pivot-aggregator.d.ts +47 -0
  156. package/grids/lib/igc-pivot-configuration-changed-event-args.d.ts +21 -0
  157. package/grids/lib/igc-pivot-configuration.d.ts +53 -0
  158. package/grids/lib/igc-pivot-data-selector-component.d.ts +183 -0
  159. package/grids/lib/igc-pivot-date-dimension-options.d.ts +34 -0
  160. package/grids/lib/igc-pivot-date-dimension.d.ts +91 -0
  161. package/grids/lib/igc-pivot-dimension-strategy.d.ts +26 -0
  162. package/grids/lib/igc-pivot-dimension.d.ts +80 -0
  163. package/grids/lib/igc-pivot-grid-column.d.ts +32 -0
  164. package/grids/lib/igc-pivot-grid-component.d.ts +472 -0
  165. package/grids/lib/igc-pivot-grid-record.d.ts +36 -0
  166. package/grids/lib/igc-pivot-grid-value-template-context.d.ts +19 -0
  167. package/grids/lib/igc-pivot-keys.d.ts +48 -0
  168. package/grids/lib/igc-pivot-ui-settings.d.ts +28 -0
  169. package/grids/lib/igc-pivot-value.d.ts +62 -0
  170. package/grids/lib/igc-position-settings.d.ts +41 -0
  171. package/grids/lib/igc-position-strategy.d.ts +36 -0
  172. package/grids/lib/igc-row-data-cancelable-event-args.d.ts +61 -0
  173. package/grids/lib/igc-row-data-event-args.d.ts +38 -0
  174. package/grids/lib/igc-row-directive.d.ts +191 -0
  175. package/grids/lib/igc-row-drag-end-event-args.d.ts +28 -0
  176. package/grids/lib/igc-row-drag-start-event-args.d.ts +38 -0
  177. package/grids/lib/igc-row-exporting-event-args.d.ts +39 -0
  178. package/grids/lib/igc-row-island-component.d.ts +2661 -0
  179. package/grids/lib/igc-row-selection-event-args.d.ts +56 -0
  180. package/grids/lib/igc-row-selector-template-context.d.ts +19 -0
  181. package/grids/lib/igc-row-selector-template-details.d.ts +39 -0
  182. package/grids/lib/igc-row-toggle-event-args.d.ts +40 -0
  183. package/grids/lib/igc-row-type.d.ts +177 -0
  184. package/grids/lib/igc-scroll-strategy.d.ts +37 -0
  185. package/grids/lib/igc-search-info.d.ts +23 -0
  186. package/grids/lib/igc-size.d.ts +25 -0
  187. package/grids/lib/igc-sorting-event-args.d.ts +49 -0
  188. package/grids/lib/igc-sorting-expression.d.ts +34 -0
  189. package/grids/lib/igc-sorting-options.d.ts +19 -0
  190. package/grids/lib/igc-sorting-strategy.d.ts +14 -0
  191. package/grids/lib/igc-string-filtering-operand.d.ts +29 -0
  192. package/grids/lib/igc-summary-expression.d.ts +24 -0
  193. package/grids/lib/igc-summary-operand.d.ts +61 -0
  194. package/grids/lib/igc-summary-result.d.ts +44 -0
  195. package/grids/lib/igc-summary-template-context.d.ts +19 -0
  196. package/grids/lib/igc-time-filtering-operand.d.ts +15 -0
  197. package/grids/lib/igc-time-summary-operand.d.ts +49 -0
  198. package/grids/lib/igc-toggle-view-cancelable-event-args.d.ts +24 -0
  199. package/grids/lib/igc-toggle-view-event-args.d.ts +22 -0
  200. package/grids/lib/igc-tree-grid-component.d.ts +398 -0
  201. package/grids/lib/igc-tree-grid-record.d.ts +39 -0
  202. package/grids/lib/igc-validation-errors.d.ts +11 -0
  203. package/grids/lib/igc-values-change.d.ts +23 -0
  204. package/grids/lib/index.d.ts +208 -0
  205. package/grids/lib/pivot-aggregation-type.d.ts +3 -0
  206. package/grids/lib/pivot-dimension-type.d.ts +17 -0
  207. package/grids/lib/pivot-row-layout-type.d.ts +3 -0
  208. package/grids/lib/pivot-summary-position.d.ts +3 -0
  209. package/grids/lib/row-pinning-position.d.ts +20 -0
  210. package/grids/lib/sorting-direction.d.ts +16 -0
  211. package/grids/lib/sorting-options-mode.d.ts +3 -0
  212. package/grids/lib/validation-status.d.ts +3 -0
  213. package/grids/lib/vertical-alignment.d.ts +16 -0
  214. package/grids/themes/dark/bootstrap.css +1 -1
  215. package/grids/themes/dark/fluent.css +1 -1
  216. package/grids/themes/dark/indigo.css +1 -1
  217. package/grids/themes/dark/material.css +1 -1
  218. package/grids/themes/light/bootstrap.css +1 -1
  219. package/grids/themes/light/fluent.css +1 -1
  220. package/grids/themes/light/indigo.css +1 -1
  221. package/grids/themes/light/material.css +1 -1
  222. package/package.json +1 -1
  223. package/vscode.html-custom-data.json +1 -1
  224. package/web-types.json +1 -1
@@ -0,0 +1,231 @@
1
+
2
+ import { IgcPageCancellableEventArgs } from './igc-page-cancellable-event-args';
3
+ import { IgcPageEventArgs } from './igc-page-event-args';
4
+ import { IgcOverlaySettings } from './igc-overlay-settings';
5
+ import { IgcPaginatorResourceStrings } from './igc-paginator-resource-strings';
6
+ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from './common';
7
+
8
+
9
+
10
+
11
+ /* blazorElement */
12
+ /* mustUseNGParentAnchor */
13
+ /* wcElementTag: igc-paginator */
14
+ /* blazorIndirectRender */
15
+ /* singleInstanceIdentifier */
16
+ /* contentParent: GridBaseDirective */
17
+ /* contentParent: RowIsland */
18
+ /* contentParent: HierarchicalGrid */
19
+ /* jsonAPIManageCollectionInMarkup */
20
+ /**
21
+ * Paginator component description
22
+ * @igxParent IgxGridComponent, IgxTreeGridComponent, IgxHierarchicalGridComponent, IgxPivotGridComponent, *
23
+ */
24
+
25
+ export declare class IgcPaginatorComponent extends EventEmitterMixin<IgcPaginatorComponentEventMap, Constructor<LitElement>>(LitElement)
26
+
27
+ {
28
+
29
+ /* blazorSuppress */
30
+ static readonly tagName: string;
31
+ /* blazorSuppress */
32
+ static register(): void;
33
+
34
+
35
+
36
+ /**
37
+ * Total pages calculated from totalRecords and perPage
38
+ */
39
+ public set totalPages(value: number);
40
+ public get totalPages(): number;
41
+
42
+
43
+
44
+ /**
45
+ * Gets/Sets the current page of the paginator.
46
+ * The default is 0.
47
+ * ```typescript
48
+ * let page = this.paginator.page;
49
+ * ```
50
+ *
51
+ * @memberof IgxPaginatorComponent
52
+ */
53
+ public set page(value: number);
54
+ public get page(): number;
55
+
56
+
57
+
58
+ /**
59
+ * Gets/Sets the number of visible items per page in the paginator.
60
+ * The default is 15.
61
+ * ```typescript
62
+ * let itemsPerPage = this.paginator.perPage;
63
+ * ```
64
+ *
65
+ * @memberof IgxPaginatorComponent
66
+ */
67
+ public set perPage(value: number);
68
+ public get perPage(): number;
69
+
70
+
71
+
72
+ /**
73
+ * Sets the total records.
74
+ * ```typescript
75
+ * let totalRecords = this.paginator.totalRecords;
76
+ * ```
77
+ *
78
+ * @memberof IgxPaginatorComponent
79
+ */
80
+ public set totalRecords(value: number);
81
+ public get totalRecords(): number;
82
+
83
+
84
+
85
+ /**
86
+ * Sets custom options in the select of the paginator
87
+ * ```typescript
88
+ * let options = this.paginator.selectOptions;
89
+ * ```
90
+ *
91
+ * @memberof IgxPaginatorComponent
92
+ */
93
+ public set selectOptions(value: number[]);
94
+ public get selectOptions(): number[];
95
+
96
+
97
+
98
+ /**
99
+ * Sets custom OverlaySettings.
100
+ * ```html
101
+ * <igx-paginator [overlaySettings] = "customOverlaySettings"></igx-paginator>
102
+ * ```
103
+ */
104
+ public set overlaySettings(value: IgcOverlaySettings);
105
+ public get overlaySettings(): IgcOverlaySettings;
106
+
107
+
108
+
109
+ /* mustSetInCodePlatforms: WebComponents;Blazor;React */
110
+ /**
111
+ * An accessor that sets the resource strings.
112
+ * By default it uses EN resources.
113
+ */
114
+ public set resourceStrings(value: IgcPaginatorResourceStrings);
115
+ public get resourceStrings(): IgcPaginatorResourceStrings;
116
+
117
+
118
+
119
+ /**
120
+ * Returns if the current page is the last page.
121
+ * ```typescript
122
+ * const lastPage = this.paginator.isLastPage;
123
+ * ```
124
+ */
125
+ public get isLastPage(): boolean;
126
+
127
+
128
+
129
+ /**
130
+ * Returns if the current page is the first page.
131
+ * ```typescript
132
+ * const lastPage = this.paginator.isFirstPage;
133
+ * ```
134
+ */
135
+ public get isFirstPage(): boolean;
136
+
137
+
138
+
139
+ /**
140
+ * Goes to the next page of the `IgxPaginatorComponent`, if the paginator is not already at the last page.
141
+ * ```typescript
142
+ * this.paginator.nextPage();
143
+ * ```
144
+ *
145
+ * @memberof IgxPaginatorComponent
146
+ */
147
+ public nextPage(): void;
148
+
149
+
150
+ /**
151
+ * Goes to the previous page of the `IgxPaginatorComponent`, if the paginator is not already at the first page.
152
+ * ```typescript
153
+ * this.paginator.previousPage();
154
+ * ```
155
+ *
156
+ * @memberof IgxPaginatorComponent
157
+ */
158
+ public previousPage(): void;
159
+
160
+
161
+ /**
162
+ * Goes to the desired page index.
163
+ * ```typescript
164
+ * this.paginator.paginate(1);
165
+ * ```
166
+ *
167
+ * @param val
168
+ * @memberof IgxPaginatorComponent
169
+ */
170
+ public paginate(val: number): void;
171
+
172
+ }
173
+
174
+ export declare interface IgcPaginatorComponentEventMap {
175
+
176
+ /**
177
+ * Emitted when `perPage` property value of the paginator is changed.
178
+ *
179
+ * @example
180
+ * ```html
181
+ * <igx-paginator (perPageChange)="onPerPageChange($event)"></igx-paginator>
182
+ * ```
183
+ * ```typescript
184
+ * public onPerPageChange(perPage: number) {
185
+ * this.perPage = perPage;
186
+ * }
187
+ * ```
188
+ */
189
+ perPageChange: CustomEvent<number>;
190
+
191
+ /**
192
+ * Emitted after the current page is changed.
193
+ *
194
+ * @example
195
+ * ```html
196
+ * <igx-paginator (pageChange)="onPageChange($event)"></igx-paginator>
197
+ * ```
198
+ * ```typescript
199
+ * public onPageChange(page: number) {
200
+ * this.currentPage = page;
201
+ * }
202
+ * ```
203
+ */
204
+ pageChange: CustomEvent<number>;
205
+
206
+ /**
207
+ * Emitted before paging is performed.
208
+ *
209
+ * @remarks
210
+ * Returns an object consisting of the current and next pages.
211
+ * @example
212
+ * ```html
213
+ * <igx-paginator (paging)="pagingHandler($event)"></igx-paginator>
214
+ * ```
215
+ */
216
+ paging: CustomEvent<IgcPageCancellableEventArgs>;
217
+
218
+ /**
219
+ * Emitted after paging is performed.
220
+ *
221
+ * @remarks
222
+ * Returns an object consisting of the previous and current pages.
223
+ * @example
224
+ * ```html
225
+ * <igx-paginator (pagingDone)="pagingDone($event)"></igx-paginator>
226
+ * ```
227
+ */
228
+ pagingDone: CustomEvent<IgcPageEventArgs>;
229
+
230
+ }
231
+
@@ -0,0 +1,30 @@
1
+
2
+
3
+
4
+ /* jsonAPIPlainObject */
5
+
6
+ export declare class IgcPaginatorResourceStrings
7
+ {
8
+
9
+
10
+ public igx_paginator_label?: string;
11
+
12
+
13
+ public igx_paginator_pager_text?: string;
14
+
15
+
16
+ public igx_paginator_first_page_button_text?: string;
17
+
18
+
19
+ public igx_paginator_previous_page_button_text?: string;
20
+
21
+
22
+ public igx_paginator_last_page_button_text?: string;
23
+
24
+
25
+ public igx_paginator_next_page_button_text?: string;
26
+
27
+ }
28
+
29
+
30
+
@@ -0,0 +1,24 @@
1
+
2
+
3
+
4
+ /* jsonAPIPlainObject */
5
+
6
+
7
+ /* marshalByValue */
8
+ /* tsPlainInterface */
9
+
10
+ export declare class IgcPagingState
11
+ {
12
+
13
+
14
+ public set index(value: number);
15
+ public get index(): number;
16
+
17
+
18
+ public set recordsPerPage(value: number);
19
+ public get recordsPerPage(): number;
20
+
21
+ }
22
+
23
+
24
+
@@ -0,0 +1,44 @@
1
+
2
+ import { IgcColumnComponent } from './igc-column-component';
3
+
4
+
5
+
6
+
7
+ /**
8
+ * The event arguments before a column's pin state is changed.
9
+ * `insertAtIndex`specifies at which index in the pinned/unpinned area the column is inserted.
10
+ * Can be changed in the `columnPin` event.
11
+ * `isPinned` returns the actual pin state of the column. When pinning/unpinning is successful,
12
+ * the value of `isPinned` will change accordingly when read in the "-ing" and "-ed" event.
13
+ */
14
+
15
+ export declare class IgcPinColumnCancellableEventArgs
16
+ {
17
+
18
+
19
+ public column: IgcColumnComponent;
20
+
21
+
22
+ /**
23
+ * If pinned, specifies at which index in the pinned area the column is inserted.
24
+ * If unpinned, specifies at which index in the unpinned area the column is inserted.
25
+ */
26
+ public insertAtIndex: number;
27
+
28
+
29
+ /**
30
+ * Returns the actual pin state of the column.
31
+ * If pinning/unpinning is successful, value of `isPinned` will change accordingly when read in the "-ing" and "-ed" event.
32
+ */
33
+ public isPinned: boolean;
34
+
35
+
36
+ /**
37
+ * Provides the ability to cancel the event.
38
+ */
39
+ public cancel: boolean;
40
+
41
+ }
42
+
43
+
44
+
@@ -0,0 +1,37 @@
1
+
2
+ import { IgcBaseEventArgs } from './igc-base-event-args';
3
+ import { IgcColumnComponent } from './igc-column-component';
4
+
5
+
6
+
7
+
8
+ /**
9
+ * The event arguments after a column's pin state is changed.
10
+ * `insertAtIndex`specifies at which index in the pinned/unpinned area the column was inserted.
11
+ * `isPinned` returns the actual pin state of the column after the operation completed.
12
+ */
13
+
14
+ export declare class IgcPinColumnEventArgs extends IgcBaseEventArgs
15
+ {
16
+
17
+
18
+ public column: IgcColumnComponent;
19
+
20
+
21
+ /**
22
+ * If pinned, specifies at which index in the pinned area the column is inserted.
23
+ * If unpinned, specifies at which index in the unpinned area the column is inserted.
24
+ */
25
+ public insertAtIndex: number;
26
+
27
+
28
+ /**
29
+ * Returns the actual pin state of the column.
30
+ * If pinning/unpinning is successful, value of `isPinned` will change accordingly when read in the "-ing" and "-ed" event.
31
+ */
32
+ public isPinned: boolean;
33
+
34
+ }
35
+
36
+
37
+
@@ -0,0 +1,52 @@
1
+
2
+ import { IgcRowType } from './igc-row-type';
3
+
4
+
5
+
6
+
7
+ /**
8
+ * Event emitted when a row's pin state changes.
9
+ * The event is cancelable
10
+ */
11
+
12
+ export declare class IgcPinRowEventArgs
13
+ {
14
+
15
+
16
+ /**
17
+ * The ID of the row, that was pinned/unpinned.
18
+ * ID is either the primaryKey value or the data record instance.
19
+ * @deprecated Use the `rowKey` property instead.
20
+ */
21
+ public rowID: any;
22
+
23
+
24
+ public rowKey: any;
25
+
26
+
27
+ public row?: IgcRowType;
28
+
29
+
30
+ /** The index at which to pin the row in the pinned rows collection. */
31
+ public insertAtIndex?: number;
32
+
33
+
34
+ /** Whether or not the row is pinned or unpinned. */
35
+ public isPinned: boolean;
36
+
37
+
38
+ /**
39
+ * Provides reference to the owner component.
40
+ */
41
+ public owner?: any;
42
+
43
+
44
+ /**
45
+ * Provides the ability to cancel the event.
46
+ */
47
+ public cancel: boolean;
48
+
49
+ }
50
+
51
+
52
+
@@ -0,0 +1,27 @@
1
+
2
+ import { ColumnPinningPosition } from './column-pinning-position';
3
+ import { RowPinningPosition } from './row-pinning-position';
4
+
5
+
6
+ /* jsonAPIPlainObject */
7
+
8
+
9
+ /* marshalByValue */
10
+ /* tsPlainInterface */
11
+ /**
12
+ * An interface describing settings for row/column pinning position.
13
+ */
14
+
15
+ export declare class IgcPinningConfig
16
+ {
17
+
18
+
19
+ public columns?: ColumnPinningPosition;
20
+
21
+
22
+ public rows?: RowPinningPosition;
23
+
24
+ }
25
+
26
+
27
+
@@ -0,0 +1,47 @@
1
+
2
+ import { PivotAggregationType } from './pivot-aggregation-type';
3
+
4
+
5
+ /* jsonAPIPlainObject */
6
+
7
+
8
+ /* marshalByValue */
9
+ /**
10
+ * Interface describing a IPivotAggregator class.
11
+ * Used for specifying custom aggregator lists.
12
+ */
13
+
14
+ export declare class IgcPivotAggregator
15
+ {
16
+
17
+
18
+ /** Aggregation unique key. */
19
+ public set key(value: string);
20
+ public get key(): string;
21
+
22
+
23
+ /** Aggregation label to show in the UI. */
24
+ public set label(value: string);
25
+ public get label(): string;
26
+
27
+
28
+ /**
29
+ * Aggregation name that will be used from a list of predefined aggregations.
30
+ * If not set will use the specified aggregator function.
31
+ */
32
+ public aggregatorName?: PivotAggregationType;
33
+
34
+
35
+
36
+ /* blazorAlternateType: AggregatorEventHandler */
37
+ /* blazorOnlyScript */
38
+ /**
39
+ * Aggregator function can be a custom implementation of `PivotAggregation`, or
40
+ * use predefined ones from `IgxPivotAggregate` and its variants.
41
+ */
42
+ public aggregator?: any;
43
+
44
+ }
45
+
46
+
47
+
@@ -0,0 +1,21 @@
1
+
2
+ import { IgcPivotConfiguration } from './igc-pivot-configuration';
3
+
4
+
5
+
6
+
7
+ /**
8
+ * Event emitted when pivot configuration is changed.
9
+ */
10
+
11
+ export declare class IgcPivotConfigurationChangedEventArgs
12
+ {
13
+
14
+
15
+ /** The new configuration. */
16
+ public pivotConfiguration: IgcPivotConfiguration;
17
+
18
+ }
19
+
20
+
21
+
@@ -0,0 +1,53 @@
1
+
2
+ import { IgcPivotDimensionStrategy } from './igc-pivot-dimension-strategy';
3
+ import { IgcPivotDimension } from './igc-pivot-dimension';
4
+ import { IgcPivotValue } from './igc-pivot-value';
5
+ import { IgcPivotKeys } from './igc-pivot-keys';
6
+
7
+
8
+ /* jsonAPIPlainObject */
9
+
10
+
11
+ /* marshalByValue */
12
+ /**
13
+ * Configuration of the pivot grid.
14
+ */
15
+
16
+ export declare class IgcPivotConfiguration
17
+ {
18
+
19
+
20
+ /** A strategy to transform the rows. */
21
+ public rowStrategy?: IgcPivotDimensionStrategy;
22
+
23
+
24
+ /** A strategy to transform the columns. */
25
+ public columnStrategy?: IgcPivotDimensionStrategy;
26
+
27
+
28
+ /** A list of the rows. */
29
+ public set rows(value: IgcPivotDimension[]);
30
+ public get rows(): IgcPivotDimension[];
31
+
32
+
33
+ /** A list of the columns. */
34
+ public set columns(value: IgcPivotDimension[]);
35
+ public get columns(): IgcPivotDimension[];
36
+
37
+
38
+ /** A list of the values. */
39
+ public set values(value: IgcPivotValue[]);
40
+ public get values(): IgcPivotValue[];
41
+
42
+
43
+ /** Dimensions to be displayed in the filter area. */
44
+ public filters?: IgcPivotDimension[];
45
+
46
+
47
+ /** Pivot data keys used for data generation. Can be used for custom remote scenarios where the data is pre-populated. */
48
+ public pivotKeys?: IgcPivotKeys;
49
+
50
+ }
51
+
52
+
53
+