igniteui-webcomponents-grids 1.4.2 → 3.2.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 (217) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +16049 -15259
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/BrowserExecutionContext.js +3 -1
  4. package/esm2015/lib/CanvasGridCellBase.js +6 -6
  5. package/esm2015/lib/CanvasSummaryCell.js +4 -4
  6. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  7. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +1 -1
  8. package/esm2015/lib/CellPresenterBase.js +1 -1
  9. package/esm2015/lib/CheckboxListView_combined.js +31 -31
  10. package/esm2015/lib/ColumnChooserView_combined.js +10 -10
  11. package/esm2015/lib/ColumnFilterCondition_combined.js +5546 -4404
  12. package/esm2015/lib/ColumnGroupingView_combined.js +186 -168
  13. package/esm2015/lib/ColumnPinningView_combined.js +6 -6
  14. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +13 -13
  15. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  16. package/esm2015/lib/DataGridCellLayoutPanel.js +25 -25
  17. package/esm2015/lib/DataGridLocaleEn.js +1 -0
  18. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  19. package/esm2015/lib/DataGridToolbarView_combined.js +294 -223
  20. package/esm2015/lib/DraggerView.js +8 -8
  21. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +45 -26
  22. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  23. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  24. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +5 -5
  25. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  26. package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
  27. package/esm2015/lib/GridColumnPinOptionsView_combined.js +2 -2
  28. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +8 -11
  29. package/esm2015/lib/GridExternalWrapper.js +6 -6
  30. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  31. package/esm2015/lib/GridStyleRepository.js +5 -5
  32. package/esm2015/lib/HorizontalPropertyEditorDataSource.js +2 -2
  33. package/esm2015/lib/{PropertyEditorDescriptionObjectCollection.js → IDataGridComponent.js} +5 -1
  34. package/esm2015/lib/IToolbarVisualModelExport.js +11 -0
  35. package/esm2015/lib/MultiColumnComboBoxView_combined.js +314 -302
  36. package/esm2015/lib/MultiColumnComboVisualModelExport.js +2 -2
  37. package/esm2015/lib/PageChangedEventArgs.js +33 -0
  38. package/esm2015/lib/{PropertyEditorDataSource.js → PagedDataProvider.js} +1 -1
  39. package/{esm5/lib/PropertyEditorDataSource.js → esm2015/lib/Pager.js} +1 -1
  40. package/esm2015/lib/{PropertyEditorDescriptionObject.js → PagerDataSourceNotificationBridge.js} +1 -1
  41. package/{esm5/lib/PropertyEditorDescriptionObject.js → esm2015/lib/PagerGridDataSourceNotificationBridge.js} +1 -1
  42. package/esm2015/lib/PagerView.js +7 -0
  43. package/esm2015/lib/PagerVisualModelExport.js +82 -0
  44. package/esm2015/lib/PropertyEditorView_combined.js +145 -145
  45. package/esm2015/lib/TemplateCell.js +1 -1
  46. package/esm2015/lib/TemplateCellPresenter.js +1 -1
  47. package/esm2015/lib/TemplateHeader.js +2 -2
  48. package/esm2015/lib/{PropertyEditorPropertyDescriptionChangedEventArgs.js → ToolbarVisualModelExport.js} +9 -5
  49. package/esm2015/lib/VisualModelExport.js +77 -69
  50. package/esm2015/lib/igc-column-component.js +133 -113
  51. package/esm2015/lib/igc-column-grouping-component.js +33 -23
  52. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  53. package/esm2015/lib/igc-data-grid-component.js +588 -413
  54. package/esm2015/lib/igc-data-grid-module.js +4 -0
  55. package/esm2015/lib/igc-data-grid-pager-component.js +368 -0
  56. package/esm2015/lib/{igc-property-editor-property-description-module.js → igc-data-grid-pager-module.js} +6 -6
  57. package/esm2015/lib/igc-data-grid-toolbar-component.js +94 -35
  58. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  59. package/esm2015/lib/igc-horizontal-property-editor-data-source.js +2 -2
  60. package/esm2015/lib/igc-image-column-component.js +12 -12
  61. package/esm2015/lib/igc-multi-column-combo-box-component.js +146 -140
  62. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  63. package/esm2015/lib/igc-page-changed-event-args.js +46 -0
  64. package/esm2015/lib/igc-property-editor-component.js +7 -7
  65. package/esm2015/lib/igc-property-editor-module.js +1 -1
  66. package/esm2015/lib/igc-text-column-component.js +9 -9
  67. package/esm2015/public_api.js +14 -20
  68. package/esm5/lib/BrowserExecutionContext.js +3 -1
  69. package/esm5/lib/CanvasGridCellBase.js +6 -6
  70. package/esm5/lib/CanvasSummaryCell.js +4 -4
  71. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  72. package/esm5/lib/CanvasTextHeaderCellPresenter.js +1 -1
  73. package/esm5/lib/CellPresenterBase.js +1 -1
  74. package/esm5/lib/CheckboxListView_combined.js +31 -31
  75. package/esm5/lib/ColumnChooserView_combined.js +10 -10
  76. package/esm5/lib/ColumnFilterCondition_combined.js +5514 -4226
  77. package/esm5/lib/ColumnGroupingView_combined.js +188 -162
  78. package/esm5/lib/ColumnPinningView_combined.js +6 -6
  79. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +13 -13
  80. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  81. package/esm5/lib/DataGridCellLayoutPanel.js +25 -25
  82. package/esm5/lib/DataGridLocaleEn.js +1 -0
  83. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  84. package/esm5/lib/DataGridToolbarView_combined.js +295 -220
  85. package/esm5/lib/DraggerView.js +8 -8
  86. package/esm5/lib/GridColumnFilterOptionsView_combined.js +45 -26
  87. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  88. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  89. package/esm5/lib/GridColumnMoveOptionsView_combined.js +5 -5
  90. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  91. package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
  92. package/esm5/lib/GridColumnPinOptionsView_combined.js +2 -2
  93. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +8 -11
  94. package/esm5/lib/GridExternalWrapper.js +6 -6
  95. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  96. package/esm5/lib/GridStyleRepository.js +5 -5
  97. package/esm5/lib/HorizontalPropertyEditorDataSource.js +2 -2
  98. package/{esm2015/lib/PropertyEditorPropertyDescription.js → esm5/lib/IDataGridComponent.js} +5 -1
  99. package/esm5/lib/IToolbarVisualModelExport.js +11 -0
  100. package/esm5/lib/MultiColumnComboBoxView_combined.js +297 -285
  101. package/esm5/lib/MultiColumnComboVisualModelExport.js +2 -2
  102. package/esm5/lib/PageChangedEventArgs.js +43 -0
  103. package/esm5/lib/PagedDataProvider.js +7 -0
  104. package/esm5/lib/Pager.js +7 -0
  105. package/esm5/lib/PagerDataSourceNotificationBridge.js +7 -0
  106. package/esm5/lib/PagerGridDataSourceNotificationBridge.js +7 -0
  107. package/esm5/lib/PagerView.js +7 -0
  108. package/esm5/lib/PagerVisualModelExport.js +84 -0
  109. package/esm5/lib/PropertyEditorView_combined.js +144 -144
  110. package/esm5/lib/TemplateCell.js +1 -1
  111. package/esm5/lib/TemplateCellPresenter.js +1 -1
  112. package/esm5/lib/TemplateHeader.js +2 -2
  113. package/esm5/lib/ToolbarVisualModelExport.js +24 -0
  114. package/esm5/lib/VisualModelExport.js +77 -69
  115. package/esm5/lib/igc-column-component.js +141 -113
  116. package/esm5/lib/igc-column-grouping-component.js +35 -21
  117. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  118. package/esm5/lib/igc-data-grid-component.js +636 -413
  119. package/esm5/lib/igc-data-grid-module.js +4 -0
  120. package/esm5/lib/igc-data-grid-pager-component.js +435 -0
  121. package/esm5/lib/igc-data-grid-pager-module.js +20 -0
  122. package/esm5/lib/igc-data-grid-toolbar-component.js +110 -35
  123. package/esm5/lib/igc-date-time-column-component.js +23 -23
  124. package/esm5/lib/igc-horizontal-property-editor-data-source.js +2 -2
  125. package/esm5/lib/igc-image-column-component.js +12 -12
  126. package/esm5/lib/igc-multi-column-combo-box-component.js +147 -141
  127. package/esm5/lib/igc-numeric-column-component.js +35 -35
  128. package/esm5/lib/igc-page-changed-event-args.js +60 -0
  129. package/esm5/lib/igc-property-editor-component.js +7 -7
  130. package/esm5/lib/igc-property-editor-module.js +1 -1
  131. package/esm5/lib/igc-text-column-component.js +9 -9
  132. package/esm5/public_api.js +14 -20
  133. package/fesm2015/igniteui-webcomponents-grids.js +17478 -16796
  134. package/fesm5/igniteui-webcomponents-grids.js +16939 -16142
  135. package/lib/ColumnFilterCondition_combined.d.ts +1025 -824
  136. package/lib/ColumnGroupingView_combined.d.ts +44 -41
  137. package/lib/DataGridLocaleEn.d.ts +1 -0
  138. package/lib/DataGridToolbarView_combined.d.ts +50 -41
  139. package/lib/GridColumnGroupOptionsView_combined.d.ts +1 -1
  140. package/lib/HorizontalPropertyEditorDataSource.d.ts +1 -1
  141. package/lib/IDataGridComponent.d.ts +12 -0
  142. package/lib/IToolbarVisualModelExport.d.ts +11 -0
  143. package/lib/MultiColumnComboBoxView_combined.d.ts +78 -76
  144. package/lib/PageChangedEventArgs.d.ts +11 -0
  145. package/lib/PagedDataProvider.d.ts +1 -0
  146. package/lib/Pager.d.ts +1 -0
  147. package/lib/PagerDataSourceNotificationBridge.d.ts +1 -0
  148. package/lib/PagerGridDataSourceNotificationBridge.d.ts +1 -0
  149. package/lib/PagerView.d.ts +1 -0
  150. package/lib/PagerVisualModelExport.d.ts +25 -0
  151. package/lib/PropertyEditorView_combined.d.ts +10 -10
  152. package/lib/ToolbarVisualModelExport.d.ts +9 -0
  153. package/lib/VisualModelExport.d.ts +21 -17
  154. package/lib/igc-column-component.d.ts +9 -1
  155. package/lib/igc-column-grouping-component.d.ts +8 -4
  156. package/lib/igc-data-grid-component.d.ts +56 -0
  157. package/lib/igc-data-grid-pager-component.d.ts +101 -0
  158. package/lib/igc-data-grid-pager-module.d.ts +3 -0
  159. package/lib/igc-data-grid-toolbar-component.d.ts +15 -0
  160. package/lib/igc-horizontal-property-editor-data-source.d.ts +2 -2
  161. package/lib/igc-multi-column-combo-box-component.d.ts +1 -0
  162. package/lib/igc-page-changed-event-args.d.ts +20 -0
  163. package/lib/igc-property-editor-component.d.ts +2 -2
  164. package/package.json +5 -5
  165. package/public_api.d.ts +14 -20
  166. package/esm2015/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -16
  167. package/esm2015/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
  168. package/esm2015/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -40
  169. package/esm2015/lib/PropertyEditorPropertyDescription_combined.js +0 -463
  170. package/esm2015/lib/PropertyEditorTreeTransformer.js +0 -207
  171. package/esm2015/lib/PropertyEditorValueType.js +0 -35
  172. package/esm2015/lib/igc-property-editor-data-source.js +0 -39
  173. package/esm2015/lib/igc-property-editor-description-object-collection.js +0 -48
  174. package/esm2015/lib/igc-property-editor-description-object.js +0 -70
  175. package/esm2015/lib/igc-property-editor-property-description-button-click-event-args.js +0 -24
  176. package/esm2015/lib/igc-property-editor-property-description-changed-event-args.js +0 -24
  177. package/esm2015/lib/igc-property-editor-property-description-collection.js +0 -48
  178. package/esm2015/lib/igc-property-editor-property-description-component.js +0 -372
  179. package/esm2015/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -42
  180. package/esm5/lib/PropertyEditorDescriptionObjectCollection.js +0 -7
  181. package/esm5/lib/PropertyEditorPropertyDescription.js +0 -7
  182. package/esm5/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -20
  183. package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +0 -20
  184. package/esm5/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
  185. package/esm5/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -54
  186. package/esm5/lib/PropertyEditorPropertyDescription_combined.js +0 -525
  187. package/esm5/lib/PropertyEditorTreeTransformer.js +0 -209
  188. package/esm5/lib/PropertyEditorValueType.js +0 -35
  189. package/esm5/lib/igc-property-editor-data-source.js +0 -53
  190. package/esm5/lib/igc-property-editor-description-object-collection.js +0 -53
  191. package/esm5/lib/igc-property-editor-description-object.js +0 -84
  192. package/esm5/lib/igc-property-editor-property-description-button-click-event-args.js +0 -30
  193. package/esm5/lib/igc-property-editor-property-description-changed-event-args.js +0 -30
  194. package/esm5/lib/igc-property-editor-property-description-collection.js +0 -53
  195. package/esm5/lib/igc-property-editor-property-description-component.js +0 -445
  196. package/esm5/lib/igc-property-editor-property-description-module.js +0 -20
  197. package/esm5/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -60
  198. package/lib/PropertyEditorDataSource.d.ts +0 -1
  199. package/lib/PropertyEditorDescriptionObject.d.ts +0 -1
  200. package/lib/PropertyEditorDescriptionObjectCollection.d.ts +0 -1
  201. package/lib/PropertyEditorPropertyDescription.d.ts +0 -1
  202. package/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.d.ts +0 -7
  203. package/lib/PropertyEditorPropertyDescriptionChangedEventArgs.d.ts +0 -7
  204. package/lib/PropertyEditorPropertyDescriptionCollection.d.ts +0 -1
  205. package/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.d.ts +0 -13
  206. package/lib/PropertyEditorPropertyDescription_combined.d.ts +0 -88
  207. package/lib/PropertyEditorTreeTransformer.d.ts +0 -17
  208. package/lib/PropertyEditorValueType.d.ts +0 -28
  209. package/lib/igc-property-editor-data-source.d.ts +0 -16
  210. package/lib/igc-property-editor-description-object-collection.d.ts +0 -8
  211. package/lib/igc-property-editor-description-object.d.ts +0 -17
  212. package/lib/igc-property-editor-property-description-button-click-event-args.d.ts +0 -12
  213. package/lib/igc-property-editor-property-description-changed-event-args.d.ts +0 -12
  214. package/lib/igc-property-editor-property-description-collection.d.ts +0 -8
  215. package/lib/igc-property-editor-property-description-component.d.ts +0 -65
  216. package/lib/igc-property-editor-property-description-module.d.ts +0 -3
  217. package/lib/igc-property-editor-property-description-target-property-updating-event-args.d.ts +0 -15
@@ -36,8 +36,8 @@ export let DraggerView = /*@__PURE__*/ (() => {
36
36
  this.c = null;
37
37
  }
38
38
  if (this.a != null) {
39
- this.a.an = null;
40
- this.a.au();
39
+ this.a.ao = null;
40
+ this.a.av();
41
41
  }
42
42
  return;
43
43
  }
@@ -45,23 +45,23 @@ export let DraggerView = /*@__PURE__*/ (() => {
45
45
  let b = Math.round(this.c.rootWrapper.width());
46
46
  let c = Math.round(this.c.rootWrapper.height());
47
47
  this.a = new CanvasGestureDOMEventProxy(this.c.rootWrapper, this.c, true);
48
- this.a.c7 = true;
48
+ this.a.c8 = true;
49
49
  let d = this.a;
50
50
  d.onMouseOver = delegateCombine(d.onMouseOver, runOn(this, this.e));
51
51
  let e = this.a;
52
52
  e.onMouseUp = delegateCombine(e.onMouseUp, runOn(this, this.f));
53
- this.a.an = runOn(this, this.b);
53
+ this.a.ao = runOn(this, this.b);
54
54
  this.model.viewportWidth = b;
55
55
  this.model.viewportHeight = c;
56
56
  }
57
57
  onDetachedFromUI() {
58
58
  if (this.a != null) {
59
- this.a.bg(this.c.rootWrapper, "");
59
+ this.a.bh(this.c.rootWrapper, "");
60
60
  }
61
61
  }
62
62
  onAttachedToUI() {
63
63
  if (this.a != null) {
64
- this.a.as(this.c.rootWrapper, "");
64
+ this.a.at(this.c.rootWrapper, "");
65
65
  }
66
66
  }
67
67
  b(a) {
@@ -78,7 +78,7 @@ export let DraggerView = /*@__PURE__*/ (() => {
78
78
  releaseMouse() {
79
79
  }
80
80
  transformPoint(a, b) {
81
- let c = BaseDOMEventProxy.c3(this.c.rootWrapper);
81
+ let c = BaseDOMEventProxy.c4(this.c.rootWrapper);
82
82
  let d = { $type: Point_$type, x: a - c.x, y: b - c.y };
83
83
  return d;
84
84
  }
@@ -89,7 +89,7 @@ export let DraggerView = /*@__PURE__*/ (() => {
89
89
  this.model.onMouseUp(a.x, a.y);
90
90
  }
91
91
  onViewportSizeChanged(a, b) {
92
- this.a.bk = new Rect(0, 0, 0, a, b);
92
+ this.a.bl = new Rect(0, 0, 0, a, b);
93
93
  }
94
94
  addCloneCellToDom() {
95
95
  if (this.c != null) {
@@ -151,12 +151,18 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
151
151
  if (this.c != null && this.c.cw != 0) {
152
152
  return false;
153
153
  }
154
- if (!this.column.g0) {
154
+ if (!this.column.g4) {
155
155
  return false;
156
156
  }
157
157
  if (this.c == null || this.c.actualDataSource == null || !this.c.actualDataSource.isGroupingSupported || !this.c.actualDataSource.isFilteringSupported) {
158
158
  return false;
159
159
  }
160
+ if (this.c.isPagerVisible && this.c.pager != null) {
161
+ let a = this.c.pager.actualDataSource;
162
+ if (a == null || !a.isGroupingSupported || !a.isFilteringSupported) {
163
+ return false;
164
+ }
165
+ }
160
166
  return true;
161
167
  }
162
168
  a6() {
@@ -294,7 +300,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
294
300
  }
295
301
  this.column.eo = i;
296
302
  }
297
- this.column.kb("Filtered");
303
+ this.column.kh("Filtered");
298
304
  }
299
305
  provideClearFiltersSection(a) {
300
306
  this.bw.ah(a);
@@ -336,37 +342,50 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
336
342
  co() {
337
343
  let a = this.column;
338
344
  let b = this.c;
339
- let c = (null != a) ? a.i2 : null;
340
- let d = (null != b) ? b.actualDataSource.clone() : null;
341
- if (null != d) {
342
- this.cx(b.actualDataSource, d);
343
- d.summaryDescriptions.clear();
344
- d.groupDescriptions.clear();
345
- let e = new SortDescription();
346
- e.propertyName = c;
347
- e.direction = 0;
348
- d.groupDescriptions.add(e);
349
- let f = b.x(a);
350
- let g = d.filterExpressions;
351
- for (let h = g.j.count - 1; h >= 0; h--) {
352
- let i = g.j.item(h);
353
- if (i.isAutoGenerated) {
354
- if (null != f) {
355
- g.j.item(h, f);
345
+ let c = (null != a) ? a.i7 : null;
346
+ let d = null;
347
+ let e = null;
348
+ if (b != null) {
349
+ if (b.isPagerVisible && b.pager != null && b.pager.actualDataSource != null) {
350
+ d = b.pager.actualDataSource;
351
+ e = b.pager.actualDataSource.clone();
352
+ }
353
+ else {
354
+ d = b.actualDataSource;
355
+ e = b.actualDataSource.clone();
356
+ }
357
+ }
358
+ if (null != e) {
359
+ this.cx(d, e);
360
+ e.summaryDescriptions.clear();
361
+ e.sortDescriptions.clear();
362
+ e.groupDescriptions.clear();
363
+ let f = new SortDescription();
364
+ f.propertyName = c;
365
+ f.direction = 0;
366
+ e.groupDescriptions.add(f);
367
+ let g = b.x(a);
368
+ let h = e.filterExpressions;
369
+ for (let i = h.j.count - 1; i >= 0; i--) {
370
+ let j = h.j.item(i);
371
+ if (j.isAutoGenerated) {
372
+ if (null != g) {
373
+ h.j.item(i, g);
356
374
  }
357
375
  else {
358
- d.filterExpressions.removeAt(h);
376
+ e.filterExpressions.removeAt(i);
359
377
  }
360
378
  break;
361
379
  }
362
380
  }
363
- this.bx.itemsSource = d;
381
+ this.bx.itemsSource = e;
364
382
  this.bx.a2 = c;
365
383
  this.bx.b = [c];
366
- d.isSectionHeaderNormalRow = true;
367
- d.isSectionExpandedDefault = false;
368
- d.isSectionCollapsable = true;
369
- d.isSectionContentVisible = false;
384
+ e.shouldEmitSectionHeaders = true;
385
+ e.isSectionHeaderNormalRow = true;
386
+ e.isSectionExpandedDefault = false;
387
+ e.isSectionCollapsable = true;
388
+ e.isSectionContentVisible = false;
370
389
  this.cv();
371
390
  }
372
391
  }
@@ -383,7 +402,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
383
402
  }
384
403
  cv() {
385
404
  let a = this.column;
386
- let b = (null != a) ? a.i2 : null;
405
+ let b = (null != a) ? a.i7 : null;
387
406
  let c = true;
388
407
  let d = toNullable(ColumnComparisonConditionOperatorType_$type, null);
389
408
  let e = this.b4();
@@ -118,7 +118,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
118
118
  if (null == this.c) {
119
119
  return false;
120
120
  }
121
- return true;
121
+ return this.column.gt;
122
122
  }
123
123
  bj(a, b) {
124
124
  if (null != a) {
@@ -159,7 +159,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
159
159
  if (null != a) {
160
160
  let c = a.grid;
161
161
  if (null != c) {
162
- let d = a.i2;
162
+ let d = a.i7;
163
163
  let e = c.bb.i;
164
164
  for (let f = 0; f < e.count; f++) {
165
165
  let g = e.item(f);
@@ -184,13 +184,13 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
184
184
  let a = this.c;
185
185
  let b = this.column;
186
186
  if (null != a && null != b) {
187
- let c = new ColumnGroupDescription(1, b.i2);
187
+ let c = new ColumnGroupDescription(1, b.i7);
188
188
  let d = b.fe;
189
189
  let e = d != 0 ? GridColumnOptionsUtilities.c(d) : 0;
190
190
  c.c = e;
191
191
  a.bb.g(c);
192
192
  b.fe = 0;
193
- b.kb("Grouped");
193
+ b.kh("Grouped");
194
194
  }
195
195
  }
196
196
  b8() {
@@ -201,7 +201,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
201
201
  let d = ((() => { let e = this.b3(c); c = e.p0; return e.ret; })());
202
202
  if (c != -1) {
203
203
  a.bb.d(c);
204
- b.kb("Grouped");
204
+ b.kh("Grouped");
205
205
  }
206
206
  }
207
207
  }
@@ -132,15 +132,15 @@ export let GridColumnHideOptions = /*@__PURE__*/ (() => {
132
132
  get b3() {
133
133
  let a = this.column;
134
134
  if (null != a) {
135
- return a.g2;
135
+ return a.g6;
136
136
  }
137
137
  return false;
138
138
  }
139
139
  set b3(a) {
140
140
  let b = this.column;
141
141
  if (null != b) {
142
- b.g2 = a;
143
- b.kb("Hidden");
142
+ b.g6 = a;
143
+ b.kh("Hidden");
144
144
  }
145
145
  }
146
146
  get b2() {
@@ -245,10 +245,10 @@ export let GridColumnMoveOptions = /*@__PURE__*/ (() => {
245
245
  return false;
246
246
  }
247
247
  if (a) {
248
- return this.c.h9(e);
248
+ return this.c.ii(e);
249
249
  }
250
250
  else {
251
- return this.c.ia(e);
251
+ return this.c.ij(e);
252
252
  }
253
253
  }
254
254
  cf(a) {
@@ -265,12 +265,12 @@ export let GridColumnMoveOptions = /*@__PURE__*/ (() => {
265
265
  }
266
266
  let d = c.actualColumns;
267
267
  let e = d.indexOf(b);
268
- b.kb("Moved");
268
+ b.kh("Moved");
269
269
  if (a) {
270
- c.sx(e);
270
+ c.tz(e);
271
271
  }
272
272
  else {
273
- c.sy(e);
273
+ c.t0(e);
274
274
  }
275
275
  }
276
276
  b5() {
@@ -311,7 +311,7 @@ export let GridColumnOptionsBase = /*@__PURE__*/ (() => {
311
311
  get ad() {
312
312
  if (null == this.ac) {
313
313
  this.ac = new FontInfo();
314
- this.ac.n = "'Segoe UI', Verdana";
314
+ this.ac.n = "Verdana";
315
315
  this.ac.d = 12;
316
316
  }
317
317
  return this.ac;
@@ -319,7 +319,7 @@ export let GridColumnOptionsBase = /*@__PURE__*/ (() => {
319
319
  get af() {
320
320
  if (null == this.ae) {
321
321
  this.ae = new FontInfo();
322
- this.ae.n = "'Segoe UI', Verdana";
322
+ this.ae.n = "Verdana";
323
323
  this.ae.d = 14;
324
324
  }
325
325
  return this.ae;
@@ -294,12 +294,12 @@ export let GridColumnOptions = /*@__PURE__*/ (() => {
294
294
  }
295
295
  get dx() {
296
296
  let a = this.column;
297
- return (null != a) ? a.ih : "(No column selected)";
297
+ return (null != a) ? a.il : "(No column selected)";
298
298
  }
299
299
  get ci() {
300
300
  if (null == this.ch) {
301
301
  this.ch = new FontInfo();
302
- this.ch.n = "'Segoe UI', Verdana";
302
+ this.ch.n = "Verdana";
303
303
  this.ch.d = 16;
304
304
  }
305
305
  return this.ch;
@@ -247,8 +247,8 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
247
247
  let b = this.c;
248
248
  let c = this.column;
249
249
  if (null != b && null != c) {
250
- b.u6(c, this.b3);
251
- c.kb("Pinned");
250
+ b.v8(c, this.b3);
251
+ c.kh("Pinned");
252
252
  }
253
253
  }
254
254
  get b2() {
@@ -122,13 +122,10 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
122
122
  return new GridColumnSummaryOptionsView();
123
123
  }
124
124
  bs() {
125
- if (this.column == null) {
125
+ if (this.c == null || this.column == null) {
126
126
  return false;
127
127
  }
128
- if (!this.column.gy) {
129
- return false;
130
- }
131
- return this.c.iv && this.c.f5 != 3;
128
+ return this.column.gu && this.c.f7 != 3;
132
129
  }
133
130
  be(a, b, c) {
134
131
  super.be(a, b, c);
@@ -156,7 +153,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
156
153
  if (this.bw != null) {
157
154
  let a = this.bw.a();
158
155
  for (let b = 0; b < a.length; b++) {
159
- let c = new ColumnSummaryDescription(1, this.column.i2);
156
+ let c = new ColumnSummaryDescription(1, this.column.i7);
160
157
  switch (a[b]) {
161
158
  case "avg":
162
159
  c.n = 3;
@@ -176,7 +173,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
176
173
  }
177
174
  for (let d = 0; d < this.c.cb.i.count; d++) {
178
175
  let e = this.c.cb.i.item(d);
179
- if (e.af == this.column.i2 && e.n == c.n) {
176
+ if (e.af == this.column.i7 && e.n == c.n) {
180
177
  this.c.cb.i.removeAt(d);
181
178
  d--;
182
179
  }
@@ -184,7 +181,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
184
181
  }
185
182
  let f = this.bw.b();
186
183
  for (let g = 0; g < f.length; g++) {
187
- let h = new ColumnSummaryDescription(1, this.column.i2);
184
+ let h = new ColumnSummaryDescription(1, this.column.i7);
188
185
  switch (f[g]) {
189
186
  case "avg":
190
187
  h.n = 3;
@@ -205,14 +202,14 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
205
202
  let i = false;
206
203
  for (let j = 0; j < this.c.cb.i.count; j++) {
207
204
  let k = this.c.cb.i.item(j);
208
- if (k.af == this.column.i2 && k.n == h.n) {
205
+ if (k.af == this.column.i7 && k.n == h.n) {
209
206
  i = true;
210
207
  break;
211
208
  }
212
209
  }
213
210
  if (!i) {
214
211
  this.c.cb.i.add(h);
215
- this.column.kb("Summed");
212
+ this.column.kh("Summed");
216
213
  }
217
214
  }
218
215
  }
@@ -231,7 +228,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
231
228
  this.b7 = 0;
232
229
  for (let a = 0; a < this.c.cb.i.count; a++) {
233
230
  let b = this.c.cb.i.item(a);
234
- if (b.af == this.column.i2) {
231
+ if (b.af == this.column.i7) {
235
232
  switch (b.n) {
236
233
  case 3:
237
234
  this.bw.a4("avg", true);
@@ -35,7 +35,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
35
35
  let column_ = TypeRegistrar.create("IgxTextColumnComponent");
36
36
  let b = (column_._implementation);
37
37
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
38
- b.i2 = a;
38
+ b.i7 = a;
39
39
  return b;
40
40
  }
41
41
  return null;
@@ -45,7 +45,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
45
45
  let column_ = TypeRegistrar.create("IgxNumericColumnComponent");
46
46
  let b = (column_._implementation);
47
47
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
48
- b.i2 = a;
48
+ b.i7 = a;
49
49
  return b;
50
50
  }
51
51
  return null;
@@ -55,7 +55,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
55
55
  let column_ = TypeRegistrar.create("IgxDateTimeColumnComponent");
56
56
  let b = (column_._implementation);
57
57
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
58
- b.i2 = a;
58
+ b.i7 = a;
59
59
  return b;
60
60
  }
61
61
  return null;
@@ -65,7 +65,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
65
65
  let column_ = TypeRegistrar.create("IgxImageColumnComponent");
66
66
  let b = (column_._implementation);
67
67
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
68
- b.i2 = a;
68
+ b.i7 = a;
69
69
  return b;
70
70
  }
71
71
  return null;
@@ -75,7 +75,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
75
75
  let column_ = TypeRegistrar.create("IgxTemplateColumnComponent");
76
76
  let b = (column_._implementation);
77
77
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
78
- b.i2 = a;
78
+ b.i7 = a;
79
79
  return b;
80
80
  }
81
81
  return null;
@@ -85,7 +85,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
85
85
  let column_ = TypeRegistrar.create("IgxComboBoxColumnComponent");
86
86
  let b = (column_._implementation);
87
87
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
88
- b.i2 = a;
88
+ b.i7 = a;
89
89
  return b;
90
90
  }
91
91
  return null;
@@ -266,7 +266,7 @@ export let GridFilterDialogPanel = /*@__PURE__*/ (() => {
266
266
  a.stopPropagation();
267
267
  }
268
268
  onDocumentKeyDown(a) {
269
- if (BaseDOMEventProxy.cz(a) == 8) {
269
+ if (BaseDOMEventProxy.c0(a) == 8) {
270
270
  this.b.a2();
271
271
  }
272
272
  }
@@ -292,7 +292,7 @@ export let GridFilterDialogPanel = /*@__PURE__*/ (() => {
292
292
  this.d = b;
293
293
  let comp_ = b.componentRef;
294
294
  let col_ = a;
295
- let displayDensity_ = a.grid.gb;
295
+ let displayDensity_ = a.grid.gd;
296
296
  let buttonDensity_ = GridFilterDialogPanel.c(displayDensity_, true);
297
297
  let filterListDensity_ = GridFilterDialogPanel.c(displayDensity_, true);
298
298
  this.k = comp_.i;
@@ -108,7 +108,7 @@ export let GridStyleRepository = /*@__PURE__*/ (() => {
108
108
  if (GridStyleRepository.g == null) {
109
109
  GridStyleRepository.g = new FontInfo();
110
110
  GridStyleRepository.g.d = DeviceUtils.f(13);
111
- GridStyleRepository.g.n = "'Segoe UI', Verdana";
111
+ GridStyleRepository.g.n = "Verdana";
112
112
  }
113
113
  return GridStyleRepository.g;
114
114
  }
@@ -117,7 +117,7 @@ export let GridStyleRepository = /*@__PURE__*/ (() => {
117
117
  GridStyleRepository.f = new FontInfo();
118
118
  GridStyleRepository.f.d = DeviceUtils.f(13);
119
119
  GridStyleRepository.f.q = "italic";
120
- GridStyleRepository.f.n = "'Segoe UI', Verdana";
120
+ GridStyleRepository.f.n = "Verdana";
121
121
  }
122
122
  return GridStyleRepository.f;
123
123
  }
@@ -125,7 +125,7 @@ export let GridStyleRepository = /*@__PURE__*/ (() => {
125
125
  if (GridStyleRepository.c == null) {
126
126
  GridStyleRepository.c = new FontInfo();
127
127
  GridStyleRepository.c.d = DeviceUtils.f(14);
128
- GridStyleRepository.c.n = "'Segoe UI', Verdana";
128
+ GridStyleRepository.c.n = "Verdana";
129
129
  }
130
130
  return GridStyleRepository.c;
131
131
  }
@@ -134,7 +134,7 @@ export let GridStyleRepository = /*@__PURE__*/ (() => {
134
134
  GridStyleRepository.d = new FontInfo();
135
135
  GridStyleRepository.d.d = DeviceUtils.f(12);
136
136
  GridStyleRepository.d.s = "600";
137
- GridStyleRepository.d.n = "'Segoe UI', Verdana";
137
+ GridStyleRepository.d.n = "Verdana";
138
138
  }
139
139
  return GridStyleRepository.d;
140
140
  }
@@ -142,7 +142,7 @@ export let GridStyleRepository = /*@__PURE__*/ (() => {
142
142
  if (GridStyleRepository.e == null) {
143
143
  GridStyleRepository.e = new FontInfo();
144
144
  GridStyleRepository.e.d = DeviceUtils.f(12);
145
- GridStyleRepository.e.n = "'Segoe UI', Verdana";
145
+ GridStyleRepository.e.n = "Verdana";
146
146
  }
147
147
  return GridStyleRepository.e;
148
148
  }
@@ -4,8 +4,8 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
- import { PropertyEditorPropertyDescriptionCollection } from "./PropertyEditorPropertyDescriptionCollection";
8
- import { PropertyEditorPropertyDescription } from "./PropertyEditorPropertyDescription";
7
+ import { PropertyEditorPropertyDescriptionCollection } from "igniteui-webcomponents-layouts";
8
+ import { PropertyEditorPropertyDescription } from "igniteui-webcomponents-layouts";
9
9
  import { markType } from "igniteui-webcomponents-core";
10
10
  /**
11
11
  * @hidden
@@ -4,4 +4,8 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
- export { PropertyEditorDescriptionObjectCollection } from "./PropertyEditorPropertyDescription_combined";
7
+ import { Type } from "igniteui-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export let IDataGridComponent_$type = /*@__PURE__*/ new Type(null, 'IDataGridComponent');
@@ -0,0 +1,11 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { Type } from "igniteui-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export let IToolbarVisualModelExport_$type = /*@__PURE__*/ new Type(null, 'IToolbarVisualModelExport');