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
@@ -8,6 +8,7 @@ import { DataGridToolbar } from './DataGridToolbar';
8
8
  import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
9
9
  import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
10
10
  import { IgcHTMLElement } from "igniteui-webcomponents-core";
11
+ import { Thickness } from "igniteui-webcomponents-core";
11
12
  var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
12
13
  tslib_1.__extends(IgcDataGridToolbarComponent, _super);
13
14
  function IgcDataGridToolbarComponent() {
@@ -222,10 +223,10 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
222
223
  * Gets or Sets the property name that contains the values.
223
224
  */
224
225
  get: function () {
225
- return this.i.ap;
226
+ return this.i.ar;
226
227
  },
227
228
  set: function (v) {
228
- this.i.ap = v;
229
+ this.i.ar = v;
229
230
  },
230
231
  enumerable: true,
231
232
  configurable: true
@@ -235,16 +236,16 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
235
236
  * Gets or Sets the property name that contains the values.
236
237
  */
237
238
  get: function () {
238
- if (this.i.m == null) {
239
+ if (this.i.n == null) {
239
240
  return null;
240
241
  }
241
- return this.i.m.fontString;
242
+ return this.i.n.fontString;
242
243
  },
243
244
  set: function (v) {
244
245
  var fi = new FontInfo();
245
246
  fi.fontString = v;
246
- this.i.m = fi;
247
- this._a("toolbarTitleStyle", this.i.m != null ? this.i.m.fontString : "");
247
+ this.i.n = fi;
248
+ this._a("toolbarTitleStyle", this.i.n != null ? this.i.n.fontString : "");
248
249
  },
249
250
  enumerable: true,
250
251
  configurable: true
@@ -254,11 +255,11 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
254
255
  * Gets or Sets the property name that contains the values.
255
256
  */
256
257
  get: function () {
257
- return brushToString(this.i.bd);
258
+ return brushToString(this.i.bg);
258
259
  },
259
260
  set: function (v) {
260
- this.i.bd = stringToBrush(v);
261
- this._a("toolbarTitleColor", brushToString(this.i.bd));
261
+ this.i.bg = stringToBrush(v);
262
+ this._a("toolbarTitleColor", brushToString(this.i.bg));
262
263
  },
263
264
  enumerable: true,
264
265
  configurable: true
@@ -268,11 +269,11 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
268
269
  * Gets or Sets the property name that contains the values.
269
270
  */
270
271
  get: function () {
271
- return brushToString(this.i.bb);
272
+ return brushToString(this.i.be);
272
273
  },
273
274
  set: function (v) {
274
- this.i.bb = stringToBrush(v);
275
- this._a("backgroundColor", brushToString(this.i.bb));
275
+ this.i.be = stringToBrush(v);
276
+ this._a("backgroundColor", brushToString(this.i.be));
276
277
  },
277
278
  enumerable: true,
278
279
  configurable: true
@@ -282,11 +283,11 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
282
283
  * Gets or Sets the property name that contains the values.
283
284
  */
284
285
  get: function () {
285
- return brushToString(this.i.bc);
286
+ return brushToString(this.i.bf);
286
287
  },
287
288
  set: function (v) {
288
- this.i.bc = stringToBrush(v);
289
- this._a("dialogBackgroundColor", brushToString(this.i.bc));
289
+ this.i.bf = stringToBrush(v);
290
+ this._a("dialogBackgroundColor", brushToString(this.i.bf));
290
291
  },
291
292
  enumerable: true,
292
293
  configurable: true
@@ -296,11 +297,11 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
296
297
  * Gets or Sets the property name that contains the values.
297
298
  */
298
299
  get: function () {
299
- return this.i.p;
300
+ return this.i.q;
300
301
  },
301
302
  set: function (v) {
302
- this.i.p = ensureBool(v);
303
- this._a("columnChooser", this.i.p);
303
+ this.i.q = ensureBool(v);
304
+ this._a("columnChooser", this.i.q);
304
305
  },
305
306
  enumerable: true,
306
307
  configurable: true
@@ -310,10 +311,10 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
310
311
  * Gets or Sets the property name that contains the values.
311
312
  */
312
313
  get: function () {
313
- return this.i.ab;
314
+ return this.i.ad;
314
315
  },
315
316
  set: function (v) {
316
- this.i.ab = v;
317
+ this.i.ad = v;
317
318
  },
318
319
  enumerable: true,
319
320
  configurable: true
@@ -323,10 +324,10 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
323
324
  * Gets or Sets the property name that contains the values.
324
325
  */
325
326
  get: function () {
326
- return this.i.ad;
327
+ return this.i.af;
327
328
  },
328
329
  set: function (v) {
329
- this.i.ad = v;
330
+ this.i.af = v;
330
331
  },
331
332
  enumerable: true,
332
333
  configurable: true
@@ -336,11 +337,11 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
336
337
  * Gets or Sets the property name that contains the values.
337
338
  */
338
339
  get: function () {
339
- return this.i.q;
340
+ return this.i.r;
340
341
  },
341
342
  set: function (v) {
342
- this.i.q = ensureBool(v);
343
- this._a("columnPinning", this.i.q);
343
+ this.i.r = ensureBool(v);
344
+ this._a("columnPinning", this.i.r);
344
345
  },
345
346
  enumerable: true,
346
347
  configurable: true
@@ -350,10 +351,10 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
350
351
  * Gets or Sets the property name that contains the values.
351
352
  */
352
353
  get: function () {
353
- return this.i.ag;
354
+ return this.i.ai;
354
355
  },
355
356
  set: function (v) {
356
- this.i.ag = v;
357
+ this.i.ai = v;
357
358
  },
358
359
  enumerable: true,
359
360
  configurable: true
@@ -363,24 +364,82 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
363
364
  * Gets or Sets the property name that contains the values.
364
365
  */
365
366
  get: function () {
366
- return this.i.ai;
367
+ return this.i.ak;
367
368
  },
368
369
  set: function (v) {
369
- this.i.ai = v;
370
+ this.i.ak = v;
371
+ },
372
+ enumerable: true,
373
+ configurable: true
374
+ });
375
+ Object.defineProperty(IgcDataGridToolbarComponent.prototype, "borderWidthBottom", {
376
+ get: function () {
377
+ return this.i.bi ? this.i.bi.bottom : NaN;
378
+ },
379
+ set: function (v) {
380
+ this.ensureBorderWidth();
381
+ this.i.bi.bottom = +v;
382
+ this._a("borderWidthBottom", this.i.bi.bottom);
383
+ this.i.bi = this.i.bi;
384
+ },
385
+ enumerable: true,
386
+ configurable: true
387
+ });
388
+ Object.defineProperty(IgcDataGridToolbarComponent.prototype, "borderWidthLeft", {
389
+ get: function () {
390
+ return this.i.bi ? this.i.bi.left : NaN;
391
+ },
392
+ set: function (v) {
393
+ this.ensureBorderWidth();
394
+ this.i.bi.left = +v;
395
+ this._a("borderWidthLeft", this.i.bi.left);
396
+ this.i.bi = this.i.bi;
397
+ },
398
+ enumerable: true,
399
+ configurable: true
400
+ });
401
+ Object.defineProperty(IgcDataGridToolbarComponent.prototype, "borderWidthRight", {
402
+ get: function () {
403
+ return this.i.bi ? this.i.bi.right : NaN;
404
+ },
405
+ set: function (v) {
406
+ this.ensureBorderWidth();
407
+ this.i.bi.right = +v;
408
+ this._a("borderWidthRight", this.i.bi.right);
409
+ this.i.bi = this.i.bi;
370
410
  },
371
411
  enumerable: true,
372
412
  configurable: true
373
413
  });
414
+ Object.defineProperty(IgcDataGridToolbarComponent.prototype, "borderWidthTop", {
415
+ get: function () {
416
+ return this.i.bi ? this.i.bi.top : NaN;
417
+ },
418
+ set: function (v) {
419
+ this.ensureBorderWidth();
420
+ this.i.bi.top = +v;
421
+ this._a("borderWidthTop", this.i.bi.top);
422
+ this.i.bi = this.i.bi;
423
+ },
424
+ enumerable: true,
425
+ configurable: true
426
+ });
427
+ IgcDataGridToolbarComponent.prototype.ensureBorderWidth = function () {
428
+ if (this.i.bi) {
429
+ return;
430
+ }
431
+ this.i.bi = new Thickness(2);
432
+ };
374
433
  Object.defineProperty(IgcDataGridToolbarComponent.prototype, "density", {
375
434
  /**
376
435
  * Gets or Sets the property name that contains the values.
377
436
  */
378
437
  get: function () {
379
- return this.i.k;
438
+ return this.i.l;
380
439
  },
381
440
  set: function (v) {
382
- this.i.k = ensureEnum(ControlDisplayDensity_$type, v);
383
- this._a("density", enumToString(ControlDisplayDensity_$type, this.i.k));
441
+ this.i.l = ensureEnum(ControlDisplayDensity_$type, v);
442
+ this._a("density", enumToString(ControlDisplayDensity_$type, this.i.l));
384
443
  },
385
444
  enumerable: true,
386
445
  configurable: true
@@ -390,11 +449,11 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
390
449
  * Gets or Sets the property name that contains the values.
391
450
  */
392
451
  get: function () {
393
- return this.i.i;
452
+ return this.i.j;
394
453
  },
395
454
  set: function (v) {
396
- this.i.i = ensureEnum(BaseControlTheme_$type, v);
397
- this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.i));
455
+ this.i.j = ensureEnum(BaseControlTheme_$type, v);
456
+ this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.j));
398
457
  },
399
458
  enumerable: true,
400
459
  configurable: true
@@ -465,6 +524,22 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
465
524
  }
466
525
  this._inStyling = false;
467
526
  };
527
+ /**
528
+ * Exports visual information about the current state of the toolbar.
529
+
530
+ */
531
+ IgcDataGridToolbarComponent.prototype.exportVisualModel = function () {
532
+ var iv = this.i.exportVisualModel();
533
+ return (iv);
534
+ };
535
+ /**
536
+ * Returns a serialized copy of the exported visual model
537
+
538
+ */
539
+ IgcDataGridToolbarComponent.prototype.exportSerializedVisualModel = function () {
540
+ var iv = this.i.exportSerializedVisualModel();
541
+ return (iv);
542
+ };
468
543
  IgcDataGridToolbarComponent._observedAttributesIgcDataGridToolbarComponent = null;
469
544
  IgcDataGridToolbarComponent.htmlTagName = "igc-data-grid-toolbar";
470
545
  IgcDataGridToolbarComponent._isElementRegistered = false;
@@ -60,11 +60,11 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
60
60
  * Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
61
61
  */
62
62
  get: function () {
63
- return this.i.lh;
63
+ return this.i.lo;
64
64
  },
65
65
  set: function (v) {
66
- this.i.lh = ensureEnum(DateTimeFormats_$type, v);
67
- this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.lh));
66
+ this.i.lo = ensureEnum(DateTimeFormats_$type, v);
67
+ this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.lo));
68
68
  },
69
69
  enumerable: true,
70
70
  configurable: true
@@ -74,10 +74,10 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
74
74
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
75
75
  */
76
76
  get: function () {
77
- return this.i.ly;
77
+ return this.i.l5;
78
78
  },
79
79
  set: function (v) {
80
- this.i.ly = v;
80
+ this.i.l5 = v;
81
81
  },
82
82
  enumerable: true,
83
83
  configurable: true
@@ -87,24 +87,24 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
87
87
  * Gets or sets the format string to use when editing dates.
88
88
  */
89
89
  get: function () {
90
- return this.i.ls;
90
+ return this.i.lz;
91
91
  },
92
92
  set: function (v) {
93
- this.i.ls = v;
93
+ this.i.lz = v;
94
94
  },
95
95
  enumerable: true,
96
96
  configurable: true
97
97
  });
98
98
  Object.defineProperty(IgcDateTimeColumnComponent.prototype, "formatSpecifiers", {
99
99
  get: function () {
100
- return this.i.le;
100
+ return this.i.ll;
101
101
  },
102
102
  set: function (v) {
103
103
  if (v && !Array.isArray(v) && typeof (v) == "string") {
104
104
  var re = /\s*(?:,|\s|$)\s*/gm;
105
105
  v = v.split(re);
106
106
  }
107
- this.i.le = v;
107
+ this.i.ll = v;
108
108
  },
109
109
  enumerable: true,
110
110
  configurable: true
@@ -114,10 +114,10 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
114
114
  * Gets or sets the INTL DateTimeFormat object to use for formatting the date values.
115
115
  */
116
116
  get: function () {
117
- return this.i.lo;
117
+ return this.i.lv;
118
118
  },
119
119
  set: function (v) {
120
- this.i.lo = v;
120
+ this.i.lv = v;
121
121
  },
122
122
  enumerable: true,
123
123
  configurable: true
@@ -127,11 +127,11 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
127
127
  * Gets or sets the ShowTodayButton property to detirmine if the today button is shown
128
128
  */
129
129
  get: function () {
130
- return this.i.lk;
130
+ return this.i.lr;
131
131
  },
132
132
  set: function (v) {
133
- this.i.lk = ensureBool(v);
134
- this._a("showTodayButton", this.i.lk);
133
+ this.i.lr = ensureBool(v);
134
+ this._a("showTodayButton", this.i.lr);
135
135
  },
136
136
  enumerable: true,
137
137
  configurable: true
@@ -141,11 +141,11 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
141
141
  * Gets or sets the editor type used for editing cells in this column.
142
142
  */
143
143
  get: function () {
144
- return this.i.li;
144
+ return this.i.lp;
145
145
  },
146
146
  set: function (v) {
147
- this.i.li = ensureEnum(EditorType_$type, v);
148
- this._a("editorType", enumToString(EditorType_$type, this.i.li));
147
+ this.i.lp = ensureEnum(EditorType_$type, v);
148
+ this._a("editorType", enumToString(EditorType_$type, this.i.lp));
149
149
  },
150
150
  enumerable: true,
151
151
  configurable: true
@@ -155,10 +155,10 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
155
155
  * Gets or sets the ComboBox data source.
156
156
  */
157
157
  get: function () {
158
- return this.i.ln;
158
+ return this.i.lu;
159
159
  },
160
160
  set: function (v) {
161
- this.i.ln = v;
161
+ this.i.lu = v;
162
162
  },
163
163
  enumerable: true,
164
164
  configurable: true
@@ -168,10 +168,10 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
168
168
  * Gets or sets the ComboBox text field.
169
169
  */
170
170
  get: function () {
171
- return this.i.lu;
171
+ return this.i.l1;
172
172
  },
173
173
  set: function (v) {
174
- this.i.lu = v;
174
+ this.i.l1 = v;
175
175
  },
176
176
  enumerable: true,
177
177
  configurable: true
@@ -181,10 +181,10 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
181
181
  * Gets or sets the ComboBox value field.
182
182
  */
183
183
  get: function () {
184
- return this.i.lv;
184
+ return this.i.l2;
185
185
  },
186
186
  set: function (v) {
187
- this.i.lv = v;
187
+ this.i.l2 = v;
188
188
  },
189
189
  enumerable: true,
190
190
  configurable: true
@@ -2,8 +2,8 @@ import * as tslib_1 from "tslib";
2
2
  import { IgCollection } from "igniteui-webcomponents-core";
3
3
  import { markType } from "igniteui-webcomponents-core";
4
4
  import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
5
- import { PropertyEditorPropertyDescription as PropertyEditorPropertyDescription_internal } from './PropertyEditorPropertyDescription';
6
- import { IgcPropertyEditorPropertyDescriptionComponent as IgcPropertyEditorPropertyDescriptionComponent } from './igc-property-editor-property-description-component';
5
+ import { PropertyEditorPropertyDescription as PropertyEditorPropertyDescription_internal } from "igniteui-webcomponents-layouts";
6
+ import { IgcPropertyEditorPropertyDescriptionComponent as IgcPropertyEditorPropertyDescriptionComponent } from "igniteui-webcomponents-layouts";
7
7
  var IgcHorizontalPropertyEditorDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
8
8
  tslib_1.__extends(IgcHorizontalPropertyEditorDataSource, _super);
9
9
  function IgcHorizontalPropertyEditorDataSource(list) {
@@ -60,11 +60,11 @@ var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
60
60
  * Gets or sets the stretch option to use when rendering images
61
61
  */
62
62
  get: function () {
63
- return this.i.lh;
63
+ return this.i.lo;
64
64
  },
65
65
  set: function (v) {
66
- this.i.lh = ensureEnum(ImageStretchOptions_$type, v);
67
- this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.lh));
66
+ this.i.lo = ensureEnum(ImageStretchOptions_$type, v);
67
+ this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.lo));
68
68
  },
69
69
  enumerable: true,
70
70
  configurable: true
@@ -74,11 +74,11 @@ var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
74
74
  * Gets or sets the editor type used for editing cells in this column.
75
75
  */
76
76
  get: function () {
77
- return this.i.ld;
77
+ return this.i.lk;
78
78
  },
79
79
  set: function (v) {
80
- this.i.ld = ensureEnum(EditorType_$type, v);
81
- this._a("editorType", enumToString(EditorType_$type, this.i.ld));
80
+ this.i.lk = ensureEnum(EditorType_$type, v);
81
+ this._a("editorType", enumToString(EditorType_$type, this.i.lk));
82
82
  },
83
83
  enumerable: true,
84
84
  configurable: true
@@ -88,10 +88,10 @@ var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
88
88
  * Gets or sets the ComboBox data source.
89
89
  */
90
90
  get: function () {
91
- return this.i.li;
91
+ return this.i.lp;
92
92
  },
93
93
  set: function (v) {
94
- this.i.li = v;
94
+ this.i.lp = v;
95
95
  },
96
96
  enumerable: true,
97
97
  configurable: true
@@ -101,10 +101,10 @@ var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
101
101
  * Gets or sets the ComboBox text field.
102
102
  */
103
103
  get: function () {
104
- return this.i.lj;
104
+ return this.i.lq;
105
105
  },
106
106
  set: function (v) {
107
- this.i.lj = v;
107
+ this.i.lq = v;
108
108
  },
109
109
  enumerable: true,
110
110
  configurable: true
@@ -114,10 +114,10 @@ var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
114
114
  * Gets or sets the ComboBox value field.
115
115
  */
116
116
  get: function () {
117
- return this.i.lk;
117
+ return this.i.lr;
118
118
  },
119
119
  set: function (v) {
120
- this.i.lk = v;
120
+ this.i.lr = v;
121
121
  },
122
122
  enumerable: true,
123
123
  configurable: true