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
@@ -142,14 +142,20 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
142
142
  ext._implementation = int;
143
143
  value = ext;
144
144
  }
145
- else {
146
- var int = ColumnWidth_internal.parse(value.toString());
145
+ else if (typeof value == "number") {
146
+ let int = ColumnWidth_internal.parse(value.toString());
147
147
  let ext = new IgcColumnWidth();
148
148
  ext._implementation = int;
149
149
  value = ext;
150
150
  }
151
151
  this.i.defaultColumnWidth = value.i;
152
152
  }
153
+ attributeSynced(name, value) {
154
+ // an attribute was set by the component renderer.
155
+ if (name === 'name') {
156
+ this.i.setName(value);
157
+ }
158
+ }
153
159
  _enqueueSetAttribute(attrName, attrValue) {
154
160
  this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
155
161
  }
@@ -230,21 +236,21 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
230
236
  * Gets or sets the background color to use for the input group.
231
237
  */
232
238
  get backgroundColor() {
233
- return brushToString(this.i.hi);
239
+ return brushToString(this.i.hj);
234
240
  }
235
241
  set backgroundColor(v) {
236
- this.i.hi = stringToBrush(v);
237
- this._a("backgroundColor", brushToString(this.i.hi));
242
+ this.i.hj = stringToBrush(v);
243
+ this._a("backgroundColor", brushToString(this.i.hj));
238
244
  }
239
245
  /**
240
246
  * Gets the actual opacity to use for the underline ripple element.
241
247
  */
242
248
  get actualBackgroundColor() {
243
- return brushToString(this.i.g7);
249
+ return brushToString(this.i.g8);
244
250
  }
245
251
  set actualBackgroundColor(v) {
246
- this.i.g7 = stringToBrush(v);
247
- this._a("actualBackgroundColor", brushToString(this.i.g7));
252
+ this.i.g8 = stringToBrush(v);
253
+ this._a("actualBackgroundColor", brushToString(this.i.g8));
248
254
  }
249
255
  /**
250
256
  * Gets or sets the base built in theme to use for the component.
@@ -270,21 +276,21 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
270
276
  * Gets or sets the color to use the border of the input group.
271
277
  */
272
278
  get borderColor() {
273
- return brushToString(this.i.hj);
279
+ return brushToString(this.i.hk);
274
280
  }
275
281
  set borderColor(v) {
276
- this.i.hj = stringToBrush(v);
277
- this._a("borderColor", brushToString(this.i.hj));
282
+ this.i.hk = stringToBrush(v);
283
+ this._a("borderColor", brushToString(this.i.hk));
278
284
  }
279
285
  /**
280
286
  * Gets the actual item background color.
281
287
  */
282
288
  get actualBorderColor() {
283
- return brushToString(this.i.g8);
289
+ return brushToString(this.i.g9);
284
290
  }
285
291
  set actualBorderColor(v) {
286
- this.i.g8 = stringToBrush(v);
287
- this._a("actualBorderColor", brushToString(this.i.g8));
292
+ this.i.g9 = stringToBrush(v);
293
+ this._a("actualBorderColor", brushToString(this.i.g9));
288
294
  }
289
295
  /**
290
296
  * Gets or sets the border width to use for the border of the item group.
@@ -317,172 +323,172 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
317
323
  this._a("columnHeadersVisible", this.i.columnHeadersVisible);
318
324
  }
319
325
  get contentPaddingBottom() {
320
- return this.i.h7 ? this.i.h7.b : NaN;
326
+ return this.i.h8 ? this.i.h8.bottom : NaN;
321
327
  }
322
328
  set contentPaddingBottom(v) {
323
329
  this.ensureContentPadding();
324
- this.i.h7.b = +v;
325
- this._a("contentPaddingBottom", this.i.h7.b);
326
- this.i.h7 = this.i.h7;
330
+ this.i.h8.bottom = +v;
331
+ this._a("contentPaddingBottom", this.i.h8.bottom);
332
+ this.i.h8 = this.i.h8;
327
333
  }
328
334
  get contentPaddingLeft() {
329
- return this.i.h7 ? this.i.h7.c : NaN;
335
+ return this.i.h8 ? this.i.h8.left : NaN;
330
336
  }
331
337
  set contentPaddingLeft(v) {
332
338
  this.ensureContentPadding();
333
- this.i.h7.c = +v;
334
- this._a("contentPaddingLeft", this.i.h7.c);
335
- this.i.h7 = this.i.h7;
339
+ this.i.h8.left = +v;
340
+ this._a("contentPaddingLeft", this.i.h8.left);
341
+ this.i.h8 = this.i.h8;
336
342
  }
337
343
  get contentPaddingRight() {
338
- return this.i.h7 ? this.i.h7.d : NaN;
344
+ return this.i.h8 ? this.i.h8.right : NaN;
339
345
  }
340
346
  set contentPaddingRight(v) {
341
347
  this.ensureContentPadding();
342
- this.i.h7.d = +v;
343
- this._a("contentPaddingRight", this.i.h7.d);
344
- this.i.h7 = this.i.h7;
348
+ this.i.h8.right = +v;
349
+ this._a("contentPaddingRight", this.i.h8.right);
350
+ this.i.h8 = this.i.h8;
345
351
  }
346
352
  get contentPaddingTop() {
347
- return this.i.h7 ? this.i.h7.e : NaN;
353
+ return this.i.h8 ? this.i.h8.top : NaN;
348
354
  }
349
355
  set contentPaddingTop(v) {
350
356
  this.ensureContentPadding();
351
- this.i.h7.e = +v;
352
- this._a("contentPaddingTop", this.i.h7.e);
353
- this.i.h7 = this.i.h7;
357
+ this.i.h8.top = +v;
358
+ this._a("contentPaddingTop", this.i.h8.top);
359
+ this.i.h8 = this.i.h8;
354
360
  }
355
361
  ensureContentPadding() {
356
- if (this.i.h7) {
362
+ if (this.i.h8) {
357
363
  return;
358
364
  }
359
- this.i.h7 = new Thickness(2);
365
+ this.i.h8 = new Thickness(2);
360
366
  }
361
367
  get actualContentPaddingBottom() {
362
- return this.i.h6 ? this.i.h6.b : NaN;
368
+ return this.i.h7 ? this.i.h7.bottom : NaN;
363
369
  }
364
370
  set actualContentPaddingBottom(v) {
365
371
  this.ensureActualContentPadding();
366
- this.i.h6.b = +v;
367
- this._a("actualContentPaddingBottom", this.i.h6.b);
368
- this.i.h6 = this.i.h6;
372
+ this.i.h7.bottom = +v;
373
+ this._a("actualContentPaddingBottom", this.i.h7.bottom);
374
+ this.i.h7 = this.i.h7;
369
375
  }
370
376
  get actualContentPaddingLeft() {
371
- return this.i.h6 ? this.i.h6.c : NaN;
377
+ return this.i.h7 ? this.i.h7.left : NaN;
372
378
  }
373
379
  set actualContentPaddingLeft(v) {
374
380
  this.ensureActualContentPadding();
375
- this.i.h6.c = +v;
376
- this._a("actualContentPaddingLeft", this.i.h6.c);
377
- this.i.h6 = this.i.h6;
381
+ this.i.h7.left = +v;
382
+ this._a("actualContentPaddingLeft", this.i.h7.left);
383
+ this.i.h7 = this.i.h7;
378
384
  }
379
385
  get actualContentPaddingRight() {
380
- return this.i.h6 ? this.i.h6.d : NaN;
386
+ return this.i.h7 ? this.i.h7.right : NaN;
381
387
  }
382
388
  set actualContentPaddingRight(v) {
383
389
  this.ensureActualContentPadding();
384
- this.i.h6.d = +v;
385
- this._a("actualContentPaddingRight", this.i.h6.d);
386
- this.i.h6 = this.i.h6;
390
+ this.i.h7.right = +v;
391
+ this._a("actualContentPaddingRight", this.i.h7.right);
392
+ this.i.h7 = this.i.h7;
387
393
  }
388
394
  get actualContentPaddingTop() {
389
- return this.i.h6 ? this.i.h6.e : NaN;
395
+ return this.i.h7 ? this.i.h7.top : NaN;
390
396
  }
391
397
  set actualContentPaddingTop(v) {
392
398
  this.ensureActualContentPadding();
393
- this.i.h6.e = +v;
394
- this._a("actualContentPaddingTop", this.i.h6.e);
395
- this.i.h6 = this.i.h6;
399
+ this.i.h7.top = +v;
400
+ this._a("actualContentPaddingTop", this.i.h7.top);
401
+ this.i.h7 = this.i.h7;
396
402
  }
397
403
  ensureActualContentPadding() {
398
- if (this.i.h6) {
404
+ if (this.i.h7) {
399
405
  return;
400
406
  }
401
- this.i.h6 = new Thickness(2);
407
+ this.i.h7 = new Thickness(2);
402
408
  }
403
409
  get cornerRadiusBottomRight() {
404
- return this.i.gj ? this.i.gj.b : NaN;
410
+ return this.i.gk ? this.i.gk.b : NaN;
405
411
  }
406
412
  set cornerRadiusBottomRight(v) {
407
413
  this.ensureCornerRadius();
408
- this.i.gj.b = +v;
409
- this._a("cornerRadiusBottomRight", this.i.gj.b);
410
- this.i.gj = this.i.gj;
414
+ this.i.gk.b = +v;
415
+ this._a("cornerRadiusBottomRight", this.i.gk.b);
416
+ this.i.gk = this.i.gk;
411
417
  }
412
418
  get cornerRadiusBottomLeft() {
413
- return this.i.gj ? this.i.gj.a : NaN;
419
+ return this.i.gk ? this.i.gk.a : NaN;
414
420
  }
415
421
  set cornerRadiusBottomLeft(v) {
416
422
  this.ensureCornerRadius();
417
- this.i.gj.a = +v;
418
- this._a("cornerRadiusBottomLeft", this.i.gj.a);
419
- this.i.gj = this.i.gj;
423
+ this.i.gk.a = +v;
424
+ this._a("cornerRadiusBottomLeft", this.i.gk.a);
425
+ this.i.gk = this.i.gk;
420
426
  }
421
427
  get cornerRadiusTopLeft() {
422
- return this.i.gj ? this.i.gj.c : NaN;
428
+ return this.i.gk ? this.i.gk.c : NaN;
423
429
  }
424
430
  set cornerRadiusTopLeft(v) {
425
431
  this.ensureCornerRadius();
426
- this.i.gj.c = +v;
427
- this._a("cornerRadiusTopLeft", this.i.gj.c);
428
- this.i.gj = this.i.gj;
432
+ this.i.gk.c = +v;
433
+ this._a("cornerRadiusTopLeft", this.i.gk.c);
434
+ this.i.gk = this.i.gk;
429
435
  }
430
436
  get cornerRadiusTopRight() {
431
- return this.i.gj ? this.i.gj.d : NaN;
437
+ return this.i.gk ? this.i.gk.d : NaN;
432
438
  }
433
439
  set cornerRadiusTopRight(v) {
434
440
  this.ensureCornerRadius();
435
- this.i.gj.d = +v;
436
- this._a("cornerRadiusTopRight", this.i.gj.d);
437
- this.i.gj = this.i.gj;
441
+ this.i.gk.d = +v;
442
+ this._a("cornerRadiusTopRight", this.i.gk.d);
443
+ this.i.gk = this.i.gk;
438
444
  }
439
445
  ensureCornerRadius() {
440
- if (this.i.gj) {
446
+ if (this.i.gk) {
441
447
  return;
442
448
  }
443
- this.i.gj = new CornerRadius(2);
449
+ this.i.gk = new CornerRadius(2);
444
450
  }
445
451
  get actualCornerRadiusBottomRight() {
446
- return this.i.gi ? this.i.gi.b : NaN;
452
+ return this.i.gj ? this.i.gj.b : NaN;
447
453
  }
448
454
  set actualCornerRadiusBottomRight(v) {
449
455
  this.ensureActualCornerRadius();
450
- this.i.gi.b = +v;
451
- this._a("actualCornerRadiusBottomRight", this.i.gi.b);
452
- this.i.gi = this.i.gi;
456
+ this.i.gj.b = +v;
457
+ this._a("actualCornerRadiusBottomRight", this.i.gj.b);
458
+ this.i.gj = this.i.gj;
453
459
  }
454
460
  get actualCornerRadiusBottomLeft() {
455
- return this.i.gi ? this.i.gi.a : NaN;
461
+ return this.i.gj ? this.i.gj.a : NaN;
456
462
  }
457
463
  set actualCornerRadiusBottomLeft(v) {
458
464
  this.ensureActualCornerRadius();
459
- this.i.gi.a = +v;
460
- this._a("actualCornerRadiusBottomLeft", this.i.gi.a);
461
- this.i.gi = this.i.gi;
465
+ this.i.gj.a = +v;
466
+ this._a("actualCornerRadiusBottomLeft", this.i.gj.a);
467
+ this.i.gj = this.i.gj;
462
468
  }
463
469
  get actualCornerRadiusTopLeft() {
464
- return this.i.gi ? this.i.gi.c : NaN;
470
+ return this.i.gj ? this.i.gj.c : NaN;
465
471
  }
466
472
  set actualCornerRadiusTopLeft(v) {
467
473
  this.ensureActualCornerRadius();
468
- this.i.gi.c = +v;
469
- this._a("actualCornerRadiusTopLeft", this.i.gi.c);
470
- this.i.gi = this.i.gi;
474
+ this.i.gj.c = +v;
475
+ this._a("actualCornerRadiusTopLeft", this.i.gj.c);
476
+ this.i.gj = this.i.gj;
471
477
  }
472
478
  get actualCornerRadiusTopRight() {
473
- return this.i.gi ? this.i.gi.d : NaN;
479
+ return this.i.gj ? this.i.gj.d : NaN;
474
480
  }
475
481
  set actualCornerRadiusTopRight(v) {
476
482
  this.ensureActualCornerRadius();
477
- this.i.gi.d = +v;
478
- this._a("actualCornerRadiusTopRight", this.i.gi.d);
479
- this.i.gi = this.i.gi;
483
+ this.i.gj.d = +v;
484
+ this._a("actualCornerRadiusTopRight", this.i.gj.d);
485
+ this.i.gj = this.i.gj;
480
486
  }
481
487
  ensureActualCornerRadius() {
482
- if (this.i.gi) {
488
+ if (this.i.gj) {
483
489
  return;
484
490
  }
485
- this.i.gi = new CornerRadius(2);
491
+ this.i.gj = new CornerRadius(2);
486
492
  }
487
493
  /**
488
494
  * Gets or sets the desired properties for the data source to load. If specified the data source may decide to constrain the properties it fetches to these properties and must make sure that at least those properties are loaded, rather than the default behavior for that data source.
@@ -531,21 +537,21 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
531
537
  * Gets or sets the color to use the hovered background of the inputs in the group.
532
538
  */
533
539
  get focusBorderColor() {
534
- return brushToString(this.i.hv);
540
+ return brushToString(this.i.hw);
535
541
  }
536
542
  set focusBorderColor(v) {
537
- this.i.hv = stringToBrush(v);
538
- this._a("focusBorderColor", brushToString(this.i.hv));
543
+ this.i.hw = stringToBrush(v);
544
+ this._a("focusBorderColor", brushToString(this.i.hw));
539
545
  }
540
546
  /**
541
547
  * Gets the actual item border color.
542
548
  */
543
549
  get actualFocusBorderColor() {
544
- return brushToString(this.i.g9);
550
+ return brushToString(this.i.ha);
545
551
  }
546
552
  set actualFocusBorderColor(v) {
547
- this.i.g9 = stringToBrush(v);
548
- this._a("actualFocusBorderColor", brushToString(this.i.g9));
553
+ this.i.ha = stringToBrush(v);
554
+ this._a("actualFocusBorderColor", brushToString(this.i.ha));
549
555
  }
550
556
  /**
551
557
  * Gets or sets the border width to use for the border of the item group when focused.
@@ -571,21 +577,21 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
571
577
  * Gets or sets the color to use for the underline element.
572
578
  */
573
579
  get focusUnderlineColor() {
574
- return brushToString(this.i.hw);
580
+ return brushToString(this.i.hx);
575
581
  }
576
582
  set focusUnderlineColor(v) {
577
- this.i.hw = stringToBrush(v);
578
- this._a("focusUnderlineColor", brushToString(this.i.hw));
583
+ this.i.hx = stringToBrush(v);
584
+ this._a("focusUnderlineColor", brushToString(this.i.hx));
579
585
  }
580
586
  /**
581
587
  * Gets the actual color to use for the underline element when focused.
582
588
  */
583
589
  get actualFocusUnderlineColor() {
584
- return brushToString(this.i.ha);
590
+ return brushToString(this.i.hb);
585
591
  }
586
592
  set actualFocusUnderlineColor(v) {
587
- this.i.ha = stringToBrush(v);
588
- this._a("actualFocusUnderlineColor", brushToString(this.i.ha));
593
+ this.i.hb = stringToBrush(v);
594
+ this._a("actualFocusUnderlineColor", brushToString(this.i.hb));
589
595
  }
590
596
  /**
591
597
  * Gets or sets the color to use for the underline element.
@@ -631,21 +637,21 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
631
637
  * Gets or sets the color to use for the underline element.
632
638
  */
633
639
  get hoverUnderlineColor() {
634
- return brushToString(this.i.hx);
640
+ return brushToString(this.i.hy);
635
641
  }
636
642
  set hoverUnderlineColor(v) {
637
- this.i.hx = stringToBrush(v);
638
- this._a("hoverUnderlineColor", brushToString(this.i.hx));
643
+ this.i.hy = stringToBrush(v);
644
+ this._a("hoverUnderlineColor", brushToString(this.i.hy));
639
645
  }
640
646
  /**
641
647
  * Gets the actual color to use for the underline element.
642
648
  */
643
649
  get actualHoverUnderlineColor() {
644
- return brushToString(this.i.hb);
650
+ return brushToString(this.i.hc);
645
651
  }
646
652
  set actualHoverUnderlineColor(v) {
647
- this.i.hb = stringToBrush(v);
648
- this._a("actualHoverUnderlineColor", brushToString(this.i.hb));
653
+ this.i.hc = stringToBrush(v);
654
+ this._a("actualHoverUnderlineColor", brushToString(this.i.hc));
649
655
  }
650
656
  /**
651
657
  * Gets or sets the color to use for the underline element.
@@ -716,21 +722,21 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
716
722
  * Gets or sets the color to use for the text.
717
723
  */
718
724
  get labelTextColor() {
719
- return brushToString(this.i.hy);
725
+ return brushToString(this.i.hz);
720
726
  }
721
727
  set labelTextColor(v) {
722
- this.i.hy = stringToBrush(v);
723
- this._a("labelTextColor", brushToString(this.i.hy));
728
+ this.i.hz = stringToBrush(v);
729
+ this._a("labelTextColor", brushToString(this.i.hz));
724
730
  }
725
731
  /**
726
732
  * Gets the actual color to use for the text color.
727
733
  */
728
734
  get actualLabelTextColor() {
729
- return brushToString(this.i.hc);
735
+ return brushToString(this.i.hd);
730
736
  }
731
737
  set actualLabelTextColor(v) {
732
- this.i.hc = stringToBrush(v);
733
- this._a("actualLabelTextColor", brushToString(this.i.hc));
738
+ this.i.hd = stringToBrush(v);
739
+ this._a("actualLabelTextColor", brushToString(this.i.hd));
734
740
  }
735
741
  /**
736
742
  * Gets or sets the font to use for the combobox.
@@ -779,41 +785,41 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
779
785
  * Gets or sets the color to use for the "no matches found" label.
780
786
  */
781
787
  get noMatchesFoundLabelBackgroundColor() {
782
- return brushToString(this.i.hz);
788
+ return brushToString(this.i.h0);
783
789
  }
784
790
  set noMatchesFoundLabelBackgroundColor(v) {
785
- this.i.hz = stringToBrush(v);
786
- this._a("noMatchesFoundLabelBackgroundColor", brushToString(this.i.hz));
791
+ this.i.h0 = stringToBrush(v);
792
+ this._a("noMatchesFoundLabelBackgroundColor", brushToString(this.i.h0));
787
793
  }
788
794
  /**
789
795
  * Gets the actual color to use for the "no matches found" label.
790
796
  */
791
797
  get actualNoMatchesFoundLabelBackgroundColor() {
792
- return brushToString(this.i.hd);
798
+ return brushToString(this.i.he);
793
799
  }
794
800
  set actualNoMatchesFoundLabelBackgroundColor(v) {
795
- this.i.hd = stringToBrush(v);
796
- this._a("actualNoMatchesFoundLabelBackgroundColor", brushToString(this.i.hd));
801
+ this.i.he = stringToBrush(v);
802
+ this._a("actualNoMatchesFoundLabelBackgroundColor", brushToString(this.i.he));
797
803
  }
798
804
  /**
799
805
  * Gets or sets the color to use for the "no matches found" label.
800
806
  */
801
807
  get noMatchesFoundLabelTextColor() {
802
- return brushToString(this.i.h0);
808
+ return brushToString(this.i.h1);
803
809
  }
804
810
  set noMatchesFoundLabelTextColor(v) {
805
- this.i.h0 = stringToBrush(v);
806
- this._a("noMatchesFoundLabelTextColor", brushToString(this.i.h0));
811
+ this.i.h1 = stringToBrush(v);
812
+ this._a("noMatchesFoundLabelTextColor", brushToString(this.i.h1));
807
813
  }
808
814
  /**
809
815
  * Gets the actual color to use for the "no matches found" label.
810
816
  */
811
817
  get actualNoMatchesFoundLabelTextColor() {
812
- return brushToString(this.i.he);
818
+ return brushToString(this.i.hf);
813
819
  }
814
820
  set actualNoMatchesFoundLabelTextColor(v) {
815
- this.i.he = stringToBrush(v);
816
- this._a("actualNoMatchesFoundLabelTextColor", brushToString(this.i.he));
821
+ this.i.hf = stringToBrush(v);
822
+ this._a("actualNoMatchesFoundLabelTextColor", brushToString(this.i.hf));
817
823
  }
818
824
  /**
819
825
  * Gets or sets the font to use for the combobox.
@@ -853,21 +859,21 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
853
859
  * Gets or sets the color to use for the text.
854
860
  */
855
861
  get textColor() {
856
- return brushToString(this.i.h1);
862
+ return brushToString(this.i.h2);
857
863
  }
858
864
  set textColor(v) {
859
- this.i.h1 = stringToBrush(v);
860
- this._a("textColor", brushToString(this.i.h1));
865
+ this.i.h2 = stringToBrush(v);
866
+ this._a("textColor", brushToString(this.i.h2));
861
867
  }
862
868
  /**
863
869
  * Gets the actual color to use for the text color.
864
870
  */
865
871
  get actualTextColor() {
866
- return brushToString(this.i.hf);
872
+ return brushToString(this.i.hg);
867
873
  }
868
874
  set actualTextColor(v) {
869
- this.i.hf = stringToBrush(v);
870
- this._a("actualTextColor", brushToString(this.i.hf));
875
+ this.i.hg = stringToBrush(v);
876
+ this._a("actualTextColor", brushToString(this.i.hg));
871
877
  }
872
878
  /**
873
879
  * Gets or sets the font to use for the combobox.
@@ -888,21 +894,21 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
888
894
  * Gets or sets the color to use for the underline element.
889
895
  */
890
896
  get underlineColor() {
891
- return brushToString(this.i.h2);
897
+ return brushToString(this.i.h3);
892
898
  }
893
899
  set underlineColor(v) {
894
- this.i.h2 = stringToBrush(v);
895
- this._a("underlineColor", brushToString(this.i.h2));
900
+ this.i.h3 = stringToBrush(v);
901
+ this._a("underlineColor", brushToString(this.i.h3));
896
902
  }
897
903
  /**
898
904
  * Gets the actual color to use for the underline element.
899
905
  */
900
906
  get actualUnderlineColor() {
901
- return brushToString(this.i.hg);
907
+ return brushToString(this.i.hh);
902
908
  }
903
909
  set actualUnderlineColor(v) {
904
- this.i.hg = stringToBrush(v);
905
- this._a("actualUnderlineColor", brushToString(this.i.hg));
910
+ this.i.hh = stringToBrush(v);
911
+ this._a("actualUnderlineColor", brushToString(this.i.hh));
906
912
  }
907
913
  /**
908
914
  * Gets or sets the color to use for the underline element.
@@ -928,21 +934,21 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
928
934
  * Gets or sets the color to use for the underline ripple element.
929
935
  */
930
936
  get underlineRippleColor() {
931
- return brushToString(this.i.h3);
937
+ return brushToString(this.i.h4);
932
938
  }
933
939
  set underlineRippleColor(v) {
934
- this.i.h3 = stringToBrush(v);
935
- this._a("underlineRippleColor", brushToString(this.i.h3));
940
+ this.i.h4 = stringToBrush(v);
941
+ this._a("underlineRippleColor", brushToString(this.i.h4));
936
942
  }
937
943
  /**
938
944
  * Gets the actual color to use for the underline ripple element.
939
945
  */
940
946
  get actualUnderlineRippleColor() {
941
- return brushToString(this.i.hh);
947
+ return brushToString(this.i.hi);
942
948
  }
943
949
  set actualUnderlineRippleColor(v) {
944
- this.i.hh = stringToBrush(v);
945
- this._a("actualUnderlineRippleColor", brushToString(this.i.hh));
950
+ this.i.hi = stringToBrush(v);
951
+ this._a("actualUnderlineRippleColor", brushToString(this.i.hi));
946
952
  }
947
953
  /**
948
954
  * Gets or sets the opacity to use for the underline ripple element.