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
@@ -152,12 +152,12 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
152
152
  },
153
153
  set: function (value) {
154
154
  if (typeof value == "string") {
155
- var int_1 = ColumnWidth_internal.parse(value);
155
+ var int = ColumnWidth_internal.parse(value);
156
156
  var ext = new IgcColumnWidth();
157
- ext._implementation = int_1;
157
+ ext._implementation = int;
158
158
  value = ext;
159
159
  }
160
- else {
160
+ else if (typeof value == "number") {
161
161
  var int = ColumnWidth_internal.parse(value.toString());
162
162
  var ext = new IgcColumnWidth();
163
163
  ext._implementation = int;
@@ -168,6 +168,12 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
168
168
  enumerable: true,
169
169
  configurable: true
170
170
  });
171
+ IgcMultiColumnComboBoxComponent.prototype.attributeSynced = function (name, value) {
172
+ // an attribute was set by the component renderer.
173
+ if (name === 'name') {
174
+ this.i.setName(value);
175
+ }
176
+ };
171
177
  IgcMultiColumnComboBoxComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
172
178
  this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
173
179
  };
@@ -261,11 +267,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
261
267
  * Gets or sets the background color to use for the input group.
262
268
  */
263
269
  get: function () {
264
- return brushToString(this.i.hi);
270
+ return brushToString(this.i.hj);
265
271
  },
266
272
  set: function (v) {
267
- this.i.hi = stringToBrush(v);
268
- this._a("backgroundColor", brushToString(this.i.hi));
273
+ this.i.hj = stringToBrush(v);
274
+ this._a("backgroundColor", brushToString(this.i.hj));
269
275
  },
270
276
  enumerable: true,
271
277
  configurable: true
@@ -275,11 +281,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
275
281
  * Gets the actual opacity to use for the underline ripple element.
276
282
  */
277
283
  get: function () {
278
- return brushToString(this.i.g7);
284
+ return brushToString(this.i.g8);
279
285
  },
280
286
  set: function (v) {
281
- this.i.g7 = stringToBrush(v);
282
- this._a("actualBackgroundColor", brushToString(this.i.g7));
287
+ this.i.g8 = stringToBrush(v);
288
+ this._a("actualBackgroundColor", brushToString(this.i.g8));
283
289
  },
284
290
  enumerable: true,
285
291
  configurable: true
@@ -317,11 +323,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
317
323
  * Gets or sets the color to use the border of the input group.
318
324
  */
319
325
  get: function () {
320
- return brushToString(this.i.hj);
326
+ return brushToString(this.i.hk);
321
327
  },
322
328
  set: function (v) {
323
- this.i.hj = stringToBrush(v);
324
- this._a("borderColor", brushToString(this.i.hj));
329
+ this.i.hk = stringToBrush(v);
330
+ this._a("borderColor", brushToString(this.i.hk));
325
331
  },
326
332
  enumerable: true,
327
333
  configurable: true
@@ -331,11 +337,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
331
337
  * Gets the actual item background color.
332
338
  */
333
339
  get: function () {
334
- return brushToString(this.i.g8);
340
+ return brushToString(this.i.g9);
335
341
  },
336
342
  set: function (v) {
337
- this.i.g8 = stringToBrush(v);
338
- this._a("actualBorderColor", brushToString(this.i.g8));
343
+ this.i.g9 = stringToBrush(v);
344
+ this._a("actualBorderColor", brushToString(this.i.g9));
339
345
  },
340
346
  enumerable: true,
341
347
  configurable: true
@@ -384,235 +390,235 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
384
390
  });
385
391
  Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "contentPaddingBottom", {
386
392
  get: function () {
387
- return this.i.h7 ? this.i.h7.b : NaN;
393
+ return this.i.h8 ? this.i.h8.bottom : NaN;
388
394
  },
389
395
  set: function (v) {
390
396
  this.ensureContentPadding();
391
- this.i.h7.b = +v;
392
- this._a("contentPaddingBottom", this.i.h7.b);
393
- this.i.h7 = this.i.h7;
397
+ this.i.h8.bottom = +v;
398
+ this._a("contentPaddingBottom", this.i.h8.bottom);
399
+ this.i.h8 = this.i.h8;
394
400
  },
395
401
  enumerable: true,
396
402
  configurable: true
397
403
  });
398
404
  Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "contentPaddingLeft", {
399
405
  get: function () {
400
- return this.i.h7 ? this.i.h7.c : NaN;
406
+ return this.i.h8 ? this.i.h8.left : NaN;
401
407
  },
402
408
  set: function (v) {
403
409
  this.ensureContentPadding();
404
- this.i.h7.c = +v;
405
- this._a("contentPaddingLeft", this.i.h7.c);
406
- this.i.h7 = this.i.h7;
410
+ this.i.h8.left = +v;
411
+ this._a("contentPaddingLeft", this.i.h8.left);
412
+ this.i.h8 = this.i.h8;
407
413
  },
408
414
  enumerable: true,
409
415
  configurable: true
410
416
  });
411
417
  Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "contentPaddingRight", {
412
418
  get: function () {
413
- return this.i.h7 ? this.i.h7.d : NaN;
419
+ return this.i.h8 ? this.i.h8.right : NaN;
414
420
  },
415
421
  set: function (v) {
416
422
  this.ensureContentPadding();
417
- this.i.h7.d = +v;
418
- this._a("contentPaddingRight", this.i.h7.d);
419
- this.i.h7 = this.i.h7;
423
+ this.i.h8.right = +v;
424
+ this._a("contentPaddingRight", this.i.h8.right);
425
+ this.i.h8 = this.i.h8;
420
426
  },
421
427
  enumerable: true,
422
428
  configurable: true
423
429
  });
424
430
  Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "contentPaddingTop", {
425
431
  get: function () {
426
- return this.i.h7 ? this.i.h7.e : NaN;
432
+ return this.i.h8 ? this.i.h8.top : NaN;
427
433
  },
428
434
  set: function (v) {
429
435
  this.ensureContentPadding();
430
- this.i.h7.e = +v;
431
- this._a("contentPaddingTop", this.i.h7.e);
432
- this.i.h7 = this.i.h7;
436
+ this.i.h8.top = +v;
437
+ this._a("contentPaddingTop", this.i.h8.top);
438
+ this.i.h8 = this.i.h8;
433
439
  },
434
440
  enumerable: true,
435
441
  configurable: true
436
442
  });
437
443
  IgcMultiColumnComboBoxComponent.prototype.ensureContentPadding = function () {
438
- if (this.i.h7) {
444
+ if (this.i.h8) {
439
445
  return;
440
446
  }
441
- this.i.h7 = new Thickness(2);
447
+ this.i.h8 = new Thickness(2);
442
448
  };
443
449
  Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "actualContentPaddingBottom", {
444
450
  get: function () {
445
- return this.i.h6 ? this.i.h6.b : NaN;
451
+ return this.i.h7 ? this.i.h7.bottom : NaN;
446
452
  },
447
453
  set: function (v) {
448
454
  this.ensureActualContentPadding();
449
- this.i.h6.b = +v;
450
- this._a("actualContentPaddingBottom", this.i.h6.b);
451
- this.i.h6 = this.i.h6;
455
+ this.i.h7.bottom = +v;
456
+ this._a("actualContentPaddingBottom", this.i.h7.bottom);
457
+ this.i.h7 = this.i.h7;
452
458
  },
453
459
  enumerable: true,
454
460
  configurable: true
455
461
  });
456
462
  Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "actualContentPaddingLeft", {
457
463
  get: function () {
458
- return this.i.h6 ? this.i.h6.c : NaN;
464
+ return this.i.h7 ? this.i.h7.left : NaN;
459
465
  },
460
466
  set: function (v) {
461
467
  this.ensureActualContentPadding();
462
- this.i.h6.c = +v;
463
- this._a("actualContentPaddingLeft", this.i.h6.c);
464
- this.i.h6 = this.i.h6;
468
+ this.i.h7.left = +v;
469
+ this._a("actualContentPaddingLeft", this.i.h7.left);
470
+ this.i.h7 = this.i.h7;
465
471
  },
466
472
  enumerable: true,
467
473
  configurable: true
468
474
  });
469
475
  Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "actualContentPaddingRight", {
470
476
  get: function () {
471
- return this.i.h6 ? this.i.h6.d : NaN;
477
+ return this.i.h7 ? this.i.h7.right : NaN;
472
478
  },
473
479
  set: function (v) {
474
480
  this.ensureActualContentPadding();
475
- this.i.h6.d = +v;
476
- this._a("actualContentPaddingRight", this.i.h6.d);
477
- this.i.h6 = this.i.h6;
481
+ this.i.h7.right = +v;
482
+ this._a("actualContentPaddingRight", this.i.h7.right);
483
+ this.i.h7 = this.i.h7;
478
484
  },
479
485
  enumerable: true,
480
486
  configurable: true
481
487
  });
482
488
  Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "actualContentPaddingTop", {
483
489
  get: function () {
484
- return this.i.h6 ? this.i.h6.e : NaN;
490
+ return this.i.h7 ? this.i.h7.top : NaN;
485
491
  },
486
492
  set: function (v) {
487
493
  this.ensureActualContentPadding();
488
- this.i.h6.e = +v;
489
- this._a("actualContentPaddingTop", this.i.h6.e);
490
- this.i.h6 = this.i.h6;
494
+ this.i.h7.top = +v;
495
+ this._a("actualContentPaddingTop", this.i.h7.top);
496
+ this.i.h7 = this.i.h7;
491
497
  },
492
498
  enumerable: true,
493
499
  configurable: true
494
500
  });
495
501
  IgcMultiColumnComboBoxComponent.prototype.ensureActualContentPadding = function () {
496
- if (this.i.h6) {
502
+ if (this.i.h7) {
497
503
  return;
498
504
  }
499
- this.i.h6 = new Thickness(2);
505
+ this.i.h7 = new Thickness(2);
500
506
  };
501
507
  Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "cornerRadiusBottomRight", {
502
508
  get: function () {
503
- return this.i.gj ? this.i.gj.b : NaN;
509
+ return this.i.gk ? this.i.gk.b : NaN;
504
510
  },
505
511
  set: function (v) {
506
512
  this.ensureCornerRadius();
507
- this.i.gj.b = +v;
508
- this._a("cornerRadiusBottomRight", this.i.gj.b);
509
- this.i.gj = this.i.gj;
513
+ this.i.gk.b = +v;
514
+ this._a("cornerRadiusBottomRight", this.i.gk.b);
515
+ this.i.gk = this.i.gk;
510
516
  },
511
517
  enumerable: true,
512
518
  configurable: true
513
519
  });
514
520
  Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "cornerRadiusBottomLeft", {
515
521
  get: function () {
516
- return this.i.gj ? this.i.gj.a : NaN;
522
+ return this.i.gk ? this.i.gk.a : NaN;
517
523
  },
518
524
  set: function (v) {
519
525
  this.ensureCornerRadius();
520
- this.i.gj.a = +v;
521
- this._a("cornerRadiusBottomLeft", this.i.gj.a);
522
- this.i.gj = this.i.gj;
526
+ this.i.gk.a = +v;
527
+ this._a("cornerRadiusBottomLeft", this.i.gk.a);
528
+ this.i.gk = this.i.gk;
523
529
  },
524
530
  enumerable: true,
525
531
  configurable: true
526
532
  });
527
533
  Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "cornerRadiusTopLeft", {
528
534
  get: function () {
529
- return this.i.gj ? this.i.gj.c : NaN;
535
+ return this.i.gk ? this.i.gk.c : NaN;
530
536
  },
531
537
  set: function (v) {
532
538
  this.ensureCornerRadius();
533
- this.i.gj.c = +v;
534
- this._a("cornerRadiusTopLeft", this.i.gj.c);
535
- this.i.gj = this.i.gj;
539
+ this.i.gk.c = +v;
540
+ this._a("cornerRadiusTopLeft", this.i.gk.c);
541
+ this.i.gk = this.i.gk;
536
542
  },
537
543
  enumerable: true,
538
544
  configurable: true
539
545
  });
540
546
  Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "cornerRadiusTopRight", {
541
547
  get: function () {
542
- return this.i.gj ? this.i.gj.d : NaN;
548
+ return this.i.gk ? this.i.gk.d : NaN;
543
549
  },
544
550
  set: function (v) {
545
551
  this.ensureCornerRadius();
546
- this.i.gj.d = +v;
547
- this._a("cornerRadiusTopRight", this.i.gj.d);
548
- this.i.gj = this.i.gj;
552
+ this.i.gk.d = +v;
553
+ this._a("cornerRadiusTopRight", this.i.gk.d);
554
+ this.i.gk = this.i.gk;
549
555
  },
550
556
  enumerable: true,
551
557
  configurable: true
552
558
  });
553
559
  IgcMultiColumnComboBoxComponent.prototype.ensureCornerRadius = function () {
554
- if (this.i.gj) {
560
+ if (this.i.gk) {
555
561
  return;
556
562
  }
557
- this.i.gj = new CornerRadius(2);
563
+ this.i.gk = new CornerRadius(2);
558
564
  };
559
565
  Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "actualCornerRadiusBottomRight", {
560
566
  get: function () {
561
- return this.i.gi ? this.i.gi.b : NaN;
567
+ return this.i.gj ? this.i.gj.b : NaN;
562
568
  },
563
569
  set: function (v) {
564
570
  this.ensureActualCornerRadius();
565
- this.i.gi.b = +v;
566
- this._a("actualCornerRadiusBottomRight", this.i.gi.b);
567
- this.i.gi = this.i.gi;
571
+ this.i.gj.b = +v;
572
+ this._a("actualCornerRadiusBottomRight", this.i.gj.b);
573
+ this.i.gj = this.i.gj;
568
574
  },
569
575
  enumerable: true,
570
576
  configurable: true
571
577
  });
572
578
  Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "actualCornerRadiusBottomLeft", {
573
579
  get: function () {
574
- return this.i.gi ? this.i.gi.a : NaN;
580
+ return this.i.gj ? this.i.gj.a : NaN;
575
581
  },
576
582
  set: function (v) {
577
583
  this.ensureActualCornerRadius();
578
- this.i.gi.a = +v;
579
- this._a("actualCornerRadiusBottomLeft", this.i.gi.a);
580
- this.i.gi = this.i.gi;
584
+ this.i.gj.a = +v;
585
+ this._a("actualCornerRadiusBottomLeft", this.i.gj.a);
586
+ this.i.gj = this.i.gj;
581
587
  },
582
588
  enumerable: true,
583
589
  configurable: true
584
590
  });
585
591
  Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "actualCornerRadiusTopLeft", {
586
592
  get: function () {
587
- return this.i.gi ? this.i.gi.c : NaN;
593
+ return this.i.gj ? this.i.gj.c : NaN;
588
594
  },
589
595
  set: function (v) {
590
596
  this.ensureActualCornerRadius();
591
- this.i.gi.c = +v;
592
- this._a("actualCornerRadiusTopLeft", this.i.gi.c);
593
- this.i.gi = this.i.gi;
597
+ this.i.gj.c = +v;
598
+ this._a("actualCornerRadiusTopLeft", this.i.gj.c);
599
+ this.i.gj = this.i.gj;
594
600
  },
595
601
  enumerable: true,
596
602
  configurable: true
597
603
  });
598
604
  Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "actualCornerRadiusTopRight", {
599
605
  get: function () {
600
- return this.i.gi ? this.i.gi.d : NaN;
606
+ return this.i.gj ? this.i.gj.d : NaN;
601
607
  },
602
608
  set: function (v) {
603
609
  this.ensureActualCornerRadius();
604
- this.i.gi.d = +v;
605
- this._a("actualCornerRadiusTopRight", this.i.gi.d);
606
- this.i.gi = this.i.gi;
610
+ this.i.gj.d = +v;
611
+ this._a("actualCornerRadiusTopRight", this.i.gj.d);
612
+ this.i.gj = this.i.gj;
607
613
  },
608
614
  enumerable: true,
609
615
  configurable: true
610
616
  });
611
617
  IgcMultiColumnComboBoxComponent.prototype.ensureActualCornerRadius = function () {
612
- if (this.i.gi) {
618
+ if (this.i.gj) {
613
619
  return;
614
620
  }
615
- this.i.gi = new CornerRadius(2);
621
+ this.i.gj = new CornerRadius(2);
616
622
  };
617
623
  Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "dataSourceDesiredProperties", {
618
624
  /**
@@ -678,11 +684,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
678
684
  * Gets or sets the color to use the hovered background of the inputs in the group.
679
685
  */
680
686
  get: function () {
681
- return brushToString(this.i.hv);
687
+ return brushToString(this.i.hw);
682
688
  },
683
689
  set: function (v) {
684
- this.i.hv = stringToBrush(v);
685
- this._a("focusBorderColor", brushToString(this.i.hv));
690
+ this.i.hw = stringToBrush(v);
691
+ this._a("focusBorderColor", brushToString(this.i.hw));
686
692
  },
687
693
  enumerable: true,
688
694
  configurable: true
@@ -692,11 +698,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
692
698
  * Gets the actual item border color.
693
699
  */
694
700
  get: function () {
695
- return brushToString(this.i.g9);
701
+ return brushToString(this.i.ha);
696
702
  },
697
703
  set: function (v) {
698
- this.i.g9 = stringToBrush(v);
699
- this._a("actualFocusBorderColor", brushToString(this.i.g9));
704
+ this.i.ha = stringToBrush(v);
705
+ this._a("actualFocusBorderColor", brushToString(this.i.ha));
700
706
  },
701
707
  enumerable: true,
702
708
  configurable: true
@@ -734,11 +740,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
734
740
  * Gets or sets the color to use for the underline element.
735
741
  */
736
742
  get: function () {
737
- return brushToString(this.i.hw);
743
+ return brushToString(this.i.hx);
738
744
  },
739
745
  set: function (v) {
740
- this.i.hw = stringToBrush(v);
741
- this._a("focusUnderlineColor", brushToString(this.i.hw));
746
+ this.i.hx = stringToBrush(v);
747
+ this._a("focusUnderlineColor", brushToString(this.i.hx));
742
748
  },
743
749
  enumerable: true,
744
750
  configurable: true
@@ -748,11 +754,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
748
754
  * Gets the actual color to use for the underline element when focused.
749
755
  */
750
756
  get: function () {
751
- return brushToString(this.i.ha);
757
+ return brushToString(this.i.hb);
752
758
  },
753
759
  set: function (v) {
754
- this.i.ha = stringToBrush(v);
755
- this._a("actualFocusUnderlineColor", brushToString(this.i.ha));
760
+ this.i.hb = stringToBrush(v);
761
+ this._a("actualFocusUnderlineColor", brushToString(this.i.hb));
756
762
  },
757
763
  enumerable: true,
758
764
  configurable: true
@@ -818,11 +824,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
818
824
  * Gets or sets the color to use for the underline element.
819
825
  */
820
826
  get: function () {
821
- return brushToString(this.i.hx);
827
+ return brushToString(this.i.hy);
822
828
  },
823
829
  set: function (v) {
824
- this.i.hx = stringToBrush(v);
825
- this._a("hoverUnderlineColor", brushToString(this.i.hx));
830
+ this.i.hy = stringToBrush(v);
831
+ this._a("hoverUnderlineColor", brushToString(this.i.hy));
826
832
  },
827
833
  enumerable: true,
828
834
  configurable: true
@@ -832,11 +838,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
832
838
  * Gets the actual color to use for the underline element.
833
839
  */
834
840
  get: function () {
835
- return brushToString(this.i.hb);
841
+ return brushToString(this.i.hc);
836
842
  },
837
843
  set: function (v) {
838
- this.i.hb = stringToBrush(v);
839
- this._a("actualHoverUnderlineColor", brushToString(this.i.hb));
844
+ this.i.hc = stringToBrush(v);
845
+ this._a("actualHoverUnderlineColor", brushToString(this.i.hc));
840
846
  },
841
847
  enumerable: true,
842
848
  configurable: true
@@ -939,11 +945,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
939
945
  * Gets or sets the color to use for the text.
940
946
  */
941
947
  get: function () {
942
- return brushToString(this.i.hy);
948
+ return brushToString(this.i.hz);
943
949
  },
944
950
  set: function (v) {
945
- this.i.hy = stringToBrush(v);
946
- this._a("labelTextColor", brushToString(this.i.hy));
951
+ this.i.hz = stringToBrush(v);
952
+ this._a("labelTextColor", brushToString(this.i.hz));
947
953
  },
948
954
  enumerable: true,
949
955
  configurable: true
@@ -953,11 +959,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
953
959
  * Gets the actual color to use for the text color.
954
960
  */
955
961
  get: function () {
956
- return brushToString(this.i.hc);
962
+ return brushToString(this.i.hd);
957
963
  },
958
964
  set: function (v) {
959
- this.i.hc = stringToBrush(v);
960
- this._a("actualLabelTextColor", brushToString(this.i.hc));
965
+ this.i.hd = stringToBrush(v);
966
+ this._a("actualLabelTextColor", brushToString(this.i.hd));
961
967
  },
962
968
  enumerable: true,
963
969
  configurable: true
@@ -1026,11 +1032,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
1026
1032
  * Gets or sets the color to use for the "no matches found" label.
1027
1033
  */
1028
1034
  get: function () {
1029
- return brushToString(this.i.hz);
1035
+ return brushToString(this.i.h0);
1030
1036
  },
1031
1037
  set: function (v) {
1032
- this.i.hz = stringToBrush(v);
1033
- this._a("noMatchesFoundLabelBackgroundColor", brushToString(this.i.hz));
1038
+ this.i.h0 = stringToBrush(v);
1039
+ this._a("noMatchesFoundLabelBackgroundColor", brushToString(this.i.h0));
1034
1040
  },
1035
1041
  enumerable: true,
1036
1042
  configurable: true
@@ -1040,11 +1046,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
1040
1046
  * Gets the actual color to use for the "no matches found" label.
1041
1047
  */
1042
1048
  get: function () {
1043
- return brushToString(this.i.hd);
1049
+ return brushToString(this.i.he);
1044
1050
  },
1045
1051
  set: function (v) {
1046
- this.i.hd = stringToBrush(v);
1047
- this._a("actualNoMatchesFoundLabelBackgroundColor", brushToString(this.i.hd));
1052
+ this.i.he = stringToBrush(v);
1053
+ this._a("actualNoMatchesFoundLabelBackgroundColor", brushToString(this.i.he));
1048
1054
  },
1049
1055
  enumerable: true,
1050
1056
  configurable: true
@@ -1054,11 +1060,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
1054
1060
  * Gets or sets the color to use for the "no matches found" label.
1055
1061
  */
1056
1062
  get: function () {
1057
- return brushToString(this.i.h0);
1063
+ return brushToString(this.i.h1);
1058
1064
  },
1059
1065
  set: function (v) {
1060
- this.i.h0 = stringToBrush(v);
1061
- this._a("noMatchesFoundLabelTextColor", brushToString(this.i.h0));
1066
+ this.i.h1 = stringToBrush(v);
1067
+ this._a("noMatchesFoundLabelTextColor", brushToString(this.i.h1));
1062
1068
  },
1063
1069
  enumerable: true,
1064
1070
  configurable: true
@@ -1068,11 +1074,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
1068
1074
  * Gets the actual color to use for the "no matches found" label.
1069
1075
  */
1070
1076
  get: function () {
1071
- return brushToString(this.i.he);
1077
+ return brushToString(this.i.hf);
1072
1078
  },
1073
1079
  set: function (v) {
1074
- this.i.he = stringToBrush(v);
1075
- this._a("actualNoMatchesFoundLabelTextColor", brushToString(this.i.he));
1080
+ this.i.hf = stringToBrush(v);
1081
+ this._a("actualNoMatchesFoundLabelTextColor", brushToString(this.i.hf));
1076
1082
  },
1077
1083
  enumerable: true,
1078
1084
  configurable: true
@@ -1128,11 +1134,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
1128
1134
  * Gets or sets the color to use for the text.
1129
1135
  */
1130
1136
  get: function () {
1131
- return brushToString(this.i.h1);
1137
+ return brushToString(this.i.h2);
1132
1138
  },
1133
1139
  set: function (v) {
1134
- this.i.h1 = stringToBrush(v);
1135
- this._a("textColor", brushToString(this.i.h1));
1140
+ this.i.h2 = stringToBrush(v);
1141
+ this._a("textColor", brushToString(this.i.h2));
1136
1142
  },
1137
1143
  enumerable: true,
1138
1144
  configurable: true
@@ -1142,11 +1148,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
1142
1148
  * Gets the actual color to use for the text color.
1143
1149
  */
1144
1150
  get: function () {
1145
- return brushToString(this.i.hf);
1151
+ return brushToString(this.i.hg);
1146
1152
  },
1147
1153
  set: function (v) {
1148
- this.i.hf = stringToBrush(v);
1149
- this._a("actualTextColor", brushToString(this.i.hf));
1154
+ this.i.hg = stringToBrush(v);
1155
+ this._a("actualTextColor", brushToString(this.i.hg));
1150
1156
  },
1151
1157
  enumerable: true,
1152
1158
  configurable: true
@@ -1175,11 +1181,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
1175
1181
  * Gets or sets the color to use for the underline element.
1176
1182
  */
1177
1183
  get: function () {
1178
- return brushToString(this.i.h2);
1184
+ return brushToString(this.i.h3);
1179
1185
  },
1180
1186
  set: function (v) {
1181
- this.i.h2 = stringToBrush(v);
1182
- this._a("underlineColor", brushToString(this.i.h2));
1187
+ this.i.h3 = stringToBrush(v);
1188
+ this._a("underlineColor", brushToString(this.i.h3));
1183
1189
  },
1184
1190
  enumerable: true,
1185
1191
  configurable: true
@@ -1189,11 +1195,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
1189
1195
  * Gets the actual color to use for the underline element.
1190
1196
  */
1191
1197
  get: function () {
1192
- return brushToString(this.i.hg);
1198
+ return brushToString(this.i.hh);
1193
1199
  },
1194
1200
  set: function (v) {
1195
- this.i.hg = stringToBrush(v);
1196
- this._a("actualUnderlineColor", brushToString(this.i.hg));
1201
+ this.i.hh = stringToBrush(v);
1202
+ this._a("actualUnderlineColor", brushToString(this.i.hh));
1197
1203
  },
1198
1204
  enumerable: true,
1199
1205
  configurable: true
@@ -1231,11 +1237,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
1231
1237
  * Gets or sets the color to use for the underline ripple element.
1232
1238
  */
1233
1239
  get: function () {
1234
- return brushToString(this.i.h3);
1240
+ return brushToString(this.i.h4);
1235
1241
  },
1236
1242
  set: function (v) {
1237
- this.i.h3 = stringToBrush(v);
1238
- this._a("underlineRippleColor", brushToString(this.i.h3));
1243
+ this.i.h4 = stringToBrush(v);
1244
+ this._a("underlineRippleColor", brushToString(this.i.h4));
1239
1245
  },
1240
1246
  enumerable: true,
1241
1247
  configurable: true
@@ -1245,11 +1251,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
1245
1251
  * Gets the actual color to use for the underline ripple element.
1246
1252
  */
1247
1253
  get: function () {
1248
- return brushToString(this.i.hh);
1254
+ return brushToString(this.i.hi);
1249
1255
  },
1250
1256
  set: function (v) {
1251
- this.i.hh = stringToBrush(v);
1252
- this._a("actualUnderlineRippleColor", brushToString(this.i.hh));
1257
+ this.i.hi = stringToBrush(v);
1258
+ this._a("actualUnderlineRippleColor", brushToString(this.i.hi));
1253
1259
  },
1254
1260
  enumerable: true,
1255
1261
  configurable: true