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
@@ -42,8 +42,8 @@ var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
42
42
  this.c = null;
43
43
  }
44
44
  if (this.a != null) {
45
- this.a.an = null;
46
- this.a.au();
45
+ this.a.ao = null;
46
+ this.a.av();
47
47
  }
48
48
  return;
49
49
  }
@@ -51,23 +51,23 @@ var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
51
51
  var b = Math.round(this.c.rootWrapper.width());
52
52
  var c = Math.round(this.c.rootWrapper.height());
53
53
  this.a = new CanvasGestureDOMEventProxy(this.c.rootWrapper, this.c, true);
54
- this.a.c7 = true;
54
+ this.a.c8 = true;
55
55
  var d = this.a;
56
56
  d.onMouseOver = delegateCombine(d.onMouseOver, runOn(this, this.e));
57
57
  var e = this.a;
58
58
  e.onMouseUp = delegateCombine(e.onMouseUp, runOn(this, this.f));
59
- this.a.an = runOn(this, this.b);
59
+ this.a.ao = runOn(this, this.b);
60
60
  this.model.viewportWidth = b;
61
61
  this.model.viewportHeight = c;
62
62
  };
63
63
  DraggerView.prototype.onDetachedFromUI = function () {
64
64
  if (this.a != null) {
65
- this.a.bg(this.c.rootWrapper, "");
65
+ this.a.bh(this.c.rootWrapper, "");
66
66
  }
67
67
  };
68
68
  DraggerView.prototype.onAttachedToUI = function () {
69
69
  if (this.a != null) {
70
- this.a.as(this.c.rootWrapper, "");
70
+ this.a.at(this.c.rootWrapper, "");
71
71
  }
72
72
  };
73
73
  DraggerView.prototype.b = function (a) {
@@ -84,7 +84,7 @@ var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
84
84
  DraggerView.prototype.releaseMouse = function () {
85
85
  };
86
86
  DraggerView.prototype.transformPoint = function (a, b) {
87
- var c = BaseDOMEventProxy.c3(this.c.rootWrapper);
87
+ var c = BaseDOMEventProxy.c4(this.c.rootWrapper);
88
88
  var d = { $type: Point_$type, x: a - c.x, y: b - c.y };
89
89
  return d;
90
90
  };
@@ -95,7 +95,7 @@ var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
95
95
  this.model.onMouseUp(a.x, a.y);
96
96
  };
97
97
  DraggerView.prototype.onViewportSizeChanged = function (a, b) {
98
- this.a.bk = new Rect(0, 0, 0, a, b);
98
+ this.a.bl = new Rect(0, 0, 0, a, b);
99
99
  };
100
100
  DraggerView.prototype.addCloneCellToDom = function () {
101
101
  if (this.c != null) {
@@ -159,12 +159,18 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
159
159
  if (this.c != null && this.c.cw != 0) {
160
160
  return false;
161
161
  }
162
- if (!this.column.g0) {
162
+ if (!this.column.g4) {
163
163
  return false;
164
164
  }
165
165
  if (this.c == null || this.c.actualDataSource == null || !this.c.actualDataSource.isGroupingSupported || !this.c.actualDataSource.isFilteringSupported) {
166
166
  return false;
167
167
  }
168
+ if (this.c.isPagerVisible && this.c.pager != null) {
169
+ var a = this.c.pager.actualDataSource;
170
+ if (a == null || !a.isGroupingSupported || !a.isFilteringSupported) {
171
+ return false;
172
+ }
173
+ }
168
174
  return true;
169
175
  };
170
176
  GridColumnFilterOptions.prototype.a6 = function () {
@@ -343,7 +349,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
343
349
  }
344
350
  this.column.eo = i;
345
351
  }
346
- this.column.kb("Filtered");
352
+ this.column.kh("Filtered");
347
353
  };
348
354
  GridColumnFilterOptions.prototype.provideClearFiltersSection = function (a) {
349
355
  this.bw.ah(a);
@@ -385,37 +391,50 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
385
391
  GridColumnFilterOptions.prototype.co = function () {
386
392
  var a = this.column;
387
393
  var b = this.c;
388
- var c = (null != a) ? a.i2 : null;
389
- var d = (null != b) ? b.actualDataSource.clone() : null;
390
- if (null != d) {
391
- this.cx(b.actualDataSource, d);
392
- d.summaryDescriptions.clear();
393
- d.groupDescriptions.clear();
394
- var e = new SortDescription();
395
- e.propertyName = c;
396
- e.direction = 0;
397
- d.groupDescriptions.add(e);
398
- var f = b.x(a);
399
- var g = d.filterExpressions;
400
- for (var h = g.j.count - 1; h >= 0; h--) {
401
- var i = g.j.item(h);
402
- if (i.isAutoGenerated) {
403
- if (null != f) {
404
- g.j.item(h, f);
394
+ var c = (null != a) ? a.i7 : null;
395
+ var d = null;
396
+ var e = null;
397
+ if (b != null) {
398
+ if (b.isPagerVisible && b.pager != null && b.pager.actualDataSource != null) {
399
+ d = b.pager.actualDataSource;
400
+ e = b.pager.actualDataSource.clone();
401
+ }
402
+ else {
403
+ d = b.actualDataSource;
404
+ e = b.actualDataSource.clone();
405
+ }
406
+ }
407
+ if (null != e) {
408
+ this.cx(d, e);
409
+ e.summaryDescriptions.clear();
410
+ e.sortDescriptions.clear();
411
+ e.groupDescriptions.clear();
412
+ var f = new SortDescription();
413
+ f.propertyName = c;
414
+ f.direction = 0;
415
+ e.groupDescriptions.add(f);
416
+ var g = b.x(a);
417
+ var h = e.filterExpressions;
418
+ for (var i = h.j.count - 1; i >= 0; i--) {
419
+ var j = h.j.item(i);
420
+ if (j.isAutoGenerated) {
421
+ if (null != g) {
422
+ h.j.item(i, g);
405
423
  }
406
424
  else {
407
- d.filterExpressions.removeAt(h);
425
+ e.filterExpressions.removeAt(i);
408
426
  }
409
427
  break;
410
428
  }
411
429
  }
412
- this.bx.itemsSource = d;
430
+ this.bx.itemsSource = e;
413
431
  this.bx.a2 = c;
414
432
  this.bx.b = [c];
415
- d.isSectionHeaderNormalRow = true;
416
- d.isSectionExpandedDefault = false;
417
- d.isSectionCollapsable = true;
418
- d.isSectionContentVisible = false;
433
+ e.shouldEmitSectionHeaders = true;
434
+ e.isSectionHeaderNormalRow = true;
435
+ e.isSectionExpandedDefault = false;
436
+ e.isSectionCollapsable = true;
437
+ e.isSectionContentVisible = false;
419
438
  this.cv();
420
439
  }
421
440
  };
@@ -433,7 +452,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
433
452
  GridColumnFilterOptions.prototype.cv = function () {
434
453
  var e_2, _a;
435
454
  var a = this.column;
436
- var b = (null != a) ? a.i2 : null;
455
+ var b = (null != a) ? a.i7 : null;
437
456
  var c = true;
438
457
  var d = toNullable(ColumnComparisonConditionOperatorType_$type, null);
439
458
  var e = this.b4();
@@ -129,7 +129,7 @@ var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_super) {
129
129
  if (null == this.c) {
130
130
  return false;
131
131
  }
132
- return true;
132
+ return this.column.gt;
133
133
  };
134
134
  GridColumnGroupOptions.prototype.bj = function (a, b) {
135
135
  if (null != a) {
@@ -178,7 +178,7 @@ var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_super) {
178
178
  if (null != a) {
179
179
  var c = a.grid;
180
180
  if (null != c) {
181
- var d = a.i2;
181
+ var d = a.i7;
182
182
  var e = c.bb.i;
183
183
  for (var f = 0; f < e.count; f++) {
184
184
  var g = e.item(f);
@@ -203,13 +203,13 @@ var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_super) {
203
203
  var a = this.c;
204
204
  var b = this.column;
205
205
  if (null != a && null != b) {
206
- var c = new ColumnGroupDescription(1, b.i2);
206
+ var c = new ColumnGroupDescription(1, b.i7);
207
207
  var d = b.fe;
208
208
  var e = d != 0 ? GridColumnOptionsUtilities.c(d) : 0;
209
209
  c.c = e;
210
210
  a.bb.g(c);
211
211
  b.fe = 0;
212
- b.kb("Grouped");
212
+ b.kh("Grouped");
213
213
  }
214
214
  };
215
215
  GridColumnGroupOptions.prototype.b8 = function () {
@@ -221,7 +221,7 @@ var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_super) {
221
221
  var d = ((function () { var e = _this.b3(c_1); c_1 = e.p0; return e.ret; })());
222
222
  if (c_1 != -1) {
223
223
  a.bb.d(c_1);
224
- b.kb("Grouped");
224
+ b.kh("Grouped");
225
225
  }
226
226
  }
227
227
  };
@@ -144,15 +144,15 @@ var GridColumnHideOptions = /** @class */ /*@__PURE__*/ (function (_super) {
144
144
  get: function () {
145
145
  var a = this.column;
146
146
  if (null != a) {
147
- return a.g2;
147
+ return a.g6;
148
148
  }
149
149
  return false;
150
150
  },
151
151
  set: function (a) {
152
152
  var b = this.column;
153
153
  if (null != b) {
154
- b.g2 = a;
155
- b.kb("Hidden");
154
+ b.g6 = a;
155
+ b.kh("Hidden");
156
156
  }
157
157
  },
158
158
  enumerable: true,
@@ -270,10 +270,10 @@ var GridColumnMoveOptions = /** @class */ /*@__PURE__*/ (function (_super) {
270
270
  return false;
271
271
  }
272
272
  if (a) {
273
- return this.c.h9(e);
273
+ return this.c.ii(e);
274
274
  }
275
275
  else {
276
- return this.c.ia(e);
276
+ return this.c.ij(e);
277
277
  }
278
278
  };
279
279
  GridColumnMoveOptions.prototype.cf = function (a) {
@@ -290,12 +290,12 @@ var GridColumnMoveOptions = /** @class */ /*@__PURE__*/ (function (_super) {
290
290
  }
291
291
  var d = c.actualColumns;
292
292
  var e = d.indexOf(b);
293
- b.kb("Moved");
293
+ b.kh("Moved");
294
294
  if (a) {
295
- c.sx(e);
295
+ c.tz(e);
296
296
  }
297
297
  else {
298
- c.sy(e);
298
+ c.t0(e);
299
299
  }
300
300
  };
301
301
  GridColumnMoveOptions.prototype.b5 = function () {
@@ -384,7 +384,7 @@ var GridColumnOptionsBase = /** @class */ /*@__PURE__*/ (function (_super) {
384
384
  get: function () {
385
385
  if (null == this.ac) {
386
386
  this.ac = new FontInfo();
387
- this.ac.n = "'Segoe UI', Verdana";
387
+ this.ac.n = "Verdana";
388
388
  this.ac.d = 12;
389
389
  }
390
390
  return this.ac;
@@ -396,7 +396,7 @@ var GridColumnOptionsBase = /** @class */ /*@__PURE__*/ (function (_super) {
396
396
  get: function () {
397
397
  if (null == this.ae) {
398
398
  this.ae = new FontInfo();
399
- this.ae.n = "'Segoe UI', Verdana";
399
+ this.ae.n = "Verdana";
400
400
  this.ae.d = 14;
401
401
  }
402
402
  return this.ae;
@@ -302,7 +302,7 @@ var GridColumnOptions = /** @class */ /*@__PURE__*/ (function (_super) {
302
302
  Object.defineProperty(GridColumnOptions.prototype, "dx", {
303
303
  get: function () {
304
304
  var a = this.column;
305
- return (null != a) ? a.ih : "(No column selected)";
305
+ return (null != a) ? a.il : "(No column selected)";
306
306
  },
307
307
  enumerable: true,
308
308
  configurable: true
@@ -311,7 +311,7 @@ var GridColumnOptions = /** @class */ /*@__PURE__*/ (function (_super) {
311
311
  get: function () {
312
312
  if (null == this.ch) {
313
313
  this.ch = new FontInfo();
314
- this.ch.n = "'Segoe UI', Verdana";
314
+ this.ch.n = "Verdana";
315
315
  this.ch.d = 16;
316
316
  }
317
317
  return this.ch;
@@ -260,8 +260,8 @@ var GridColumnPinOptions = /** @class */ /*@__PURE__*/ (function (_super) {
260
260
  var b = this.c;
261
261
  var c = this.column;
262
262
  if (null != b && null != c) {
263
- b.u6(c, this.b3);
264
- c.kb("Pinned");
263
+ b.v8(c, this.b3);
264
+ c.kh("Pinned");
265
265
  }
266
266
  },
267
267
  enumerable: true,
@@ -130,13 +130,10 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
130
130
  return new GridColumnSummaryOptionsView();
131
131
  };
132
132
  GridColumnSummaryOptions.prototype.bs = function () {
133
- if (this.column == null) {
133
+ if (this.c == null || this.column == null) {
134
134
  return false;
135
135
  }
136
- if (!this.column.gy) {
137
- return false;
138
- }
139
- return this.c.iv && this.c.f5 != 3;
136
+ return this.column.gu && this.c.f7 != 3;
140
137
  };
141
138
  GridColumnSummaryOptions.prototype.be = function (a, b, c) {
142
139
  _super.prototype.be.call(this, a, b, c);
@@ -164,7 +161,7 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
164
161
  if (this.bw != null) {
165
162
  var a = this.bw.a();
166
163
  for (var b = 0; b < a.length; b++) {
167
- var c = new ColumnSummaryDescription(1, this.column.i2);
164
+ var c = new ColumnSummaryDescription(1, this.column.i7);
168
165
  switch (a[b]) {
169
166
  case "avg":
170
167
  c.n = 3;
@@ -184,7 +181,7 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
184
181
  }
185
182
  for (var d = 0; d < this.c.cb.i.count; d++) {
186
183
  var e = this.c.cb.i.item(d);
187
- if (e.af == this.column.i2 && e.n == c.n) {
184
+ if (e.af == this.column.i7 && e.n == c.n) {
188
185
  this.c.cb.i.removeAt(d);
189
186
  d--;
190
187
  }
@@ -192,7 +189,7 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
192
189
  }
193
190
  var f = this.bw.b();
194
191
  for (var g = 0; g < f.length; g++) {
195
- var h = new ColumnSummaryDescription(1, this.column.i2);
192
+ var h = new ColumnSummaryDescription(1, this.column.i7);
196
193
  switch (f[g]) {
197
194
  case "avg":
198
195
  h.n = 3;
@@ -213,14 +210,14 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
213
210
  var i = false;
214
211
  for (var j = 0; j < this.c.cb.i.count; j++) {
215
212
  var k = this.c.cb.i.item(j);
216
- if (k.af == this.column.i2 && k.n == h.n) {
213
+ if (k.af == this.column.i7 && k.n == h.n) {
217
214
  i = true;
218
215
  break;
219
216
  }
220
217
  }
221
218
  if (!i) {
222
219
  this.c.cb.i.add(h);
223
- this.column.kb("Summed");
220
+ this.column.kh("Summed");
224
221
  }
225
222
  }
226
223
  }
@@ -239,7 +236,7 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
239
236
  this.b7 = 0;
240
237
  for (var a = 0; a < this.c.cb.i.count; a++) {
241
238
  var b = this.c.cb.i.item(a);
242
- if (b.af == this.column.i2) {
239
+ if (b.af == this.column.i7) {
243
240
  switch (b.n) {
244
241
  case 3:
245
242
  this.bw.a4("avg", true);
@@ -41,7 +41,7 @@ var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super) {
41
41
  var column_ = TypeRegistrar.create("IgxTextColumnComponent");
42
42
  var b = (column_._implementation);
43
43
  var c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
44
- b.i2 = a;
44
+ b.i7 = a;
45
45
  return b;
46
46
  }
47
47
  return null;
@@ -51,7 +51,7 @@ var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super) {
51
51
  var column_ = TypeRegistrar.create("IgxNumericColumnComponent");
52
52
  var b = (column_._implementation);
53
53
  var c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
54
- b.i2 = a;
54
+ b.i7 = a;
55
55
  return b;
56
56
  }
57
57
  return null;
@@ -61,7 +61,7 @@ var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super) {
61
61
  var column_ = TypeRegistrar.create("IgxDateTimeColumnComponent");
62
62
  var b = (column_._implementation);
63
63
  var c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
64
- b.i2 = a;
64
+ b.i7 = a;
65
65
  return b;
66
66
  }
67
67
  return null;
@@ -71,7 +71,7 @@ var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super) {
71
71
  var column_ = TypeRegistrar.create("IgxImageColumnComponent");
72
72
  var b = (column_._implementation);
73
73
  var c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
74
- b.i2 = a;
74
+ b.i7 = a;
75
75
  return b;
76
76
  }
77
77
  return null;
@@ -81,7 +81,7 @@ var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super) {
81
81
  var column_ = TypeRegistrar.create("IgxTemplateColumnComponent");
82
82
  var b = (column_._implementation);
83
83
  var c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
84
- b.i2 = a;
84
+ b.i7 = a;
85
85
  return b;
86
86
  }
87
87
  return null;
@@ -91,7 +91,7 @@ var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super) {
91
91
  var column_ = TypeRegistrar.create("IgxComboBoxColumnComponent");
92
92
  var b = (column_._implementation);
93
93
  var c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
94
- b.i2 = a;
94
+ b.i7 = a;
95
95
  return b;
96
96
  }
97
97
  return null;
@@ -269,7 +269,7 @@ var GridFilterDialogPanel = /** @class */ /*@__PURE__*/ (function (_super) {
269
269
  a.stopPropagation();
270
270
  };
271
271
  GridFilterDialogPanel.prototype.onDocumentKeyDown = function (a) {
272
- if (BaseDOMEventProxy.cz(a) == 8) {
272
+ if (BaseDOMEventProxy.c0(a) == 8) {
273
273
  this.b.a2();
274
274
  }
275
275
  };
@@ -296,7 +296,7 @@ var GridFilterDialogPanel = /** @class */ /*@__PURE__*/ (function (_super) {
296
296
  _this.d = b;
297
297
  var comp_ = b.componentRef;
298
298
  var col_ = a;
299
- var displayDensity_ = a.grid.gb;
299
+ var displayDensity_ = a.grid.gd;
300
300
  var buttonDensity_ = GridFilterDialogPanel.c(displayDensity_, true);
301
301
  var filterListDensity_ = GridFilterDialogPanel.c(displayDensity_, true);
302
302
  _this.k = comp_.i;
@@ -145,7 +145,7 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
145
145
  if (GridStyleRepository.g == null) {
146
146
  GridStyleRepository.g = new FontInfo();
147
147
  GridStyleRepository.g.d = DeviceUtils.f(13);
148
- GridStyleRepository.g.n = "'Segoe UI', Verdana";
148
+ GridStyleRepository.g.n = "Verdana";
149
149
  }
150
150
  return GridStyleRepository.g;
151
151
  },
@@ -158,7 +158,7 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
158
158
  GridStyleRepository.f = new FontInfo();
159
159
  GridStyleRepository.f.d = DeviceUtils.f(13);
160
160
  GridStyleRepository.f.q = "italic";
161
- GridStyleRepository.f.n = "'Segoe UI', Verdana";
161
+ GridStyleRepository.f.n = "Verdana";
162
162
  }
163
163
  return GridStyleRepository.f;
164
164
  },
@@ -170,7 +170,7 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
170
170
  if (GridStyleRepository.c == null) {
171
171
  GridStyleRepository.c = new FontInfo();
172
172
  GridStyleRepository.c.d = DeviceUtils.f(14);
173
- GridStyleRepository.c.n = "'Segoe UI', Verdana";
173
+ GridStyleRepository.c.n = "Verdana";
174
174
  }
175
175
  return GridStyleRepository.c;
176
176
  },
@@ -183,7 +183,7 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
183
183
  GridStyleRepository.d = new FontInfo();
184
184
  GridStyleRepository.d.d = DeviceUtils.f(12);
185
185
  GridStyleRepository.d.s = "600";
186
- GridStyleRepository.d.n = "'Segoe UI', Verdana";
186
+ GridStyleRepository.d.n = "Verdana";
187
187
  }
188
188
  return GridStyleRepository.d;
189
189
  },
@@ -195,7 +195,7 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
195
195
  if (GridStyleRepository.e == null) {
196
196
  GridStyleRepository.e = new FontInfo();
197
197
  GridStyleRepository.e.d = DeviceUtils.f(12);
198
- GridStyleRepository.e.n = "'Segoe UI', Verdana";
198
+ GridStyleRepository.e.n = "Verdana";
199
199
  }
200
200
  return GridStyleRepository.e;
201
201
  },
@@ -5,8 +5,8 @@ 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
7
  import * as tslib_1 from "tslib";
8
- import { PropertyEditorPropertyDescriptionCollection } from "./PropertyEditorPropertyDescriptionCollection";
9
- import { PropertyEditorPropertyDescription } from "./PropertyEditorPropertyDescription";
8
+ import { PropertyEditorPropertyDescriptionCollection } from "igniteui-webcomponents-layouts";
9
+ import { PropertyEditorPropertyDescription } from "igniteui-webcomponents-layouts";
10
10
  import { markType } from "igniteui-webcomponents-core";
11
11
  /**
12
12
  * @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 { PropertyEditorPropertyDescription } from "./PropertyEditorPropertyDescription_combined";
7
+ import { Type } from "igniteui-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export var 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 var IToolbarVisualModelExport_$type = /*@__PURE__*/ new Type(null, 'IToolbarVisualModelExport');