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
@@ -107,14 +107,14 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
107
107
  }
108
108
  b2() {
109
109
  this.ag = this.ac.createElement("div");
110
- this.ct();
110
+ this.cu();
111
111
  this.a1();
112
112
  this.a0();
113
113
  this.ak.append(this.ai);
114
- this.cl();
115
- this.cn();
114
+ this.cm();
115
+ this.co();
116
116
  document.addEventListener("click", runOn(this, this.a2), false);
117
- window.addEventListener("resize", runOn(this, this.cz), false);
117
+ window.addEventListener("resize", runOn(this, this.c0), false);
118
118
  }
119
119
  aw(a) {
120
120
  let b = this.g.n();
@@ -139,7 +139,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
139
139
  if (null != a) {
140
140
  a.ao();
141
141
  }
142
- this.cn();
142
+ this.co();
143
143
  let b = this.g.n();
144
144
  if (null != b) {
145
145
  let c = b.eo;
@@ -178,7 +178,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
178
178
  this.l.provideContainer(e);
179
179
  let f = e.getExternal(this.l, e.rootWrapper, e.getExternal(this.g, null, null));
180
180
  if (this.f.actualLabelVisible) {
181
- this.cw();
181
+ this.cx();
182
182
  }
183
183
  this.ah = a.createElement("div");
184
184
  this.ah.addClass("ig-input");
@@ -218,7 +218,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
218
218
  o.appendContentChild(this.ae);
219
219
  this.k.appendContentChild(m);
220
220
  this.k.inputs.add(o);
221
- this.ci();
221
+ this.cj();
222
222
  let s = a.createElement("div");
223
223
  let t = a.getSubRenderer(s);
224
224
  let u = new XSuffix();
@@ -333,7 +333,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
333
333
  if (null != d) {
334
334
  if (d.b >= a && d.b <= b) {
335
335
  this.cf(d.b);
336
- this.cu();
336
+ this.cv();
337
337
  }
338
338
  }
339
339
  }
@@ -353,7 +353,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
353
353
  }
354
354
  }
355
355
  else {
356
- this.cs();
356
+ this.ct();
357
357
  }
358
358
  }
359
359
  b1(a, b) {
@@ -365,18 +365,18 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
365
365
  return this.u(a);
366
366
  }
367
367
  a3() {
368
- this.cx();
368
+ this.cy();
369
369
  this.bp();
370
370
  let a = this.n;
371
371
  if (a.t) {
372
372
  return;
373
373
  }
374
- let b = this.c0();
374
+ let b = this.c1();
375
375
  a.q = !this.w;
376
376
  a.showRelativeToExclusionRect(b, 1, 1);
377
- this.cn();
377
+ this.co();
378
378
  }
379
- c0() {
379
+ c1() {
380
380
  let a = this.ac.rootWrapper.getNativeElement();
381
381
  let b = (a.getBoundingClientRect());
382
382
  return new Rect(0, b.left + window.pageXOffset, b.top + window.pageYOffset, b.width, b.height);
@@ -530,7 +530,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
530
530
  }
531
531
  }
532
532
  b7() {
533
- this.cq();
533
+ this.cr();
534
534
  let a = this.f.text;
535
535
  let b = this.au.length;
536
536
  let c = !stringIsNullOrEmpty(a) ? a.length : 0;
@@ -549,7 +549,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
549
549
  this.au = a;
550
550
  this.aa = !this.y;
551
551
  this.cc();
552
- this.ci();
552
+ this.cj();
553
553
  }
554
554
  ca() {
555
555
  if (stringIsNullOrEmpty(this.au)) {
@@ -561,7 +561,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
561
561
  this.b7();
562
562
  this.w = false;
563
563
  }
564
- ci() {
564
+ cj() {
565
565
  if (this.ae != null && this.j != null) {
566
566
  if (this.g.bi == false) {
567
567
  this.ae.setStyleProperty("display", "none");
@@ -584,7 +584,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
584
584
  a.selectedItemsChanged = delegateRemove(a.selectedItemsChanged, runOn(this, this.bd));
585
585
  this.v = true;
586
586
  try {
587
- this.g.gc(this.au);
587
+ this.g.gd(this.au);
588
588
  }
589
589
  finally {
590
590
  this.v = false;
@@ -670,7 +670,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
670
670
  }
671
671
  let f = this.g;
672
672
  let g = this.g.n();
673
- e = g.i7();
673
+ e = g.jc();
674
674
  }
675
675
  d.d = e;
676
676
  d.b = a;
@@ -679,53 +679,53 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
679
679
  if (!this.r) {
680
680
  this.a8(b.dd);
681
681
  }
682
- this.cu();
682
+ this.cv();
683
683
  }
684
- ck(a) {
684
+ cl(a) {
685
685
  this.b6(2, a);
686
686
  }
687
- cj(a) {
687
+ ck(a) {
688
688
  this.b6(1, a);
689
689
  }
690
- cl() {
690
+ cm() {
691
691
  let a = this.g;
692
692
  if (null != this.k) {
693
693
  this.k.n = a.density;
694
694
  this.k.j = a.ag;
695
- this.k.oz = a.g7;
696
- this.k.o0 = a.g8;
695
+ this.k.oz = a.g8;
696
+ this.k.o0 = a.g9;
697
697
  this.k.cu = a.b3;
698
- this.k.tk = a.h6;
699
- this.k.m4 = a.gi;
698
+ this.k.tk = a.h7;
699
+ this.k.m4 = a.gj;
700
700
  this.k.n = a.al;
701
- this.k.sr = a.g9;
701
+ this.k.sr = a.ha;
702
702
  this.k.hc = a.b4;
703
- this.k.ss = a.ha;
703
+ this.k.ss = a.hb;
704
704
  this.k.hd = a.b5;
705
705
  this.k.he = a.b6;
706
- this.k.st = a.hb;
706
+ this.k.st = a.hc;
707
707
  this.k.hf = a.b7;
708
708
  this.k.hg = a.b8;
709
- this.k.s8 = a.hg;
709
+ this.k.s8 = a.hh;
710
710
  this.k.h1 = a.b9;
711
- this.k.s9 = a.hh;
711
+ this.k.s9 = a.hi;
712
712
  this.k.h2 = a.ca;
713
713
  this.k.h3 = a.cb;
714
714
  this.k.h4 = a.cc;
715
715
  }
716
716
  if (null != this.j) {
717
- this.j.dy = a.hf;
717
+ this.j.dy = a.hg;
718
718
  this.j.ac = a.aw;
719
719
  this.j.cb = a.fb;
720
720
  }
721
721
  if (null != this.l) {
722
722
  this.l.text = a.e0;
723
- this.l.df = a.hc;
723
+ this.l.df = a.hd;
724
724
  this.l.y = a.au;
725
725
  }
726
726
  if (null != this.am) {
727
- NativeUI.o(this.am, a.he);
728
- NativeUI.k(this.am, a.hd);
727
+ NativeUI.o(this.am, a.hf);
728
+ NativeUI.k(this.am, a.he);
729
729
  if (null != a.av) {
730
730
  this.am.setStyleProperty("font", a.av.fontString);
731
731
  }
@@ -733,17 +733,17 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
733
733
  this.bp();
734
734
  }
735
735
  if (null != this.d) {
736
- this.d.gb = a.density;
736
+ this.d.gd = a.density;
737
737
  let b = a.columnHeadersVisible;
738
- this.d.m0 = b ? -1 : 0;
739
- this.d.na = a.rowSeparatorsVisible ? 1 : 0;
738
+ this.d.ng = b ? -1 : 0;
739
+ this.d.nr = a.rowSeparatorsVisible ? 1 : 0;
740
740
  }
741
741
  if (null != this.af) {
742
742
  let c = a.dropDownButtonVisible;
743
743
  MultiColumnComboBoxUtilities.c(this.af, c);
744
744
  }
745
745
  }
746
- cq() {
746
+ cr() {
747
747
  if (!this.v) {
748
748
  if (null != this.j) {
749
749
  let a = this.f.text;
@@ -751,14 +751,14 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
751
751
  }
752
752
  }
753
753
  }
754
- cn() {
754
+ co() {
755
755
  let a = this.n;
756
756
  let b = null != a ? a.t : false;
757
757
  this.i.svgPath = b ? MultiColumnComboBoxView.as : MultiColumnComboBoxView.at;
758
758
  }
759
- cp() {
760
- let a = this.d.md + 3;
761
- let b = this.d.me + this.d.na;
759
+ cq() {
760
+ let a = this.d.mt + 3;
761
+ let b = this.d.mu + this.d.nr;
762
762
  let c = this.d.actualDataSource;
763
763
  let d = null != c ? c.actualCount : 0;
764
764
  if (d > 8) {
@@ -775,7 +775,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
775
775
  i = this.d.defaultColumnWidth.f;
776
776
  }
777
777
  g = h * i;
778
- this.d.ld = 0;
778
+ this.d.ls = 0;
779
779
  g += 2;
780
780
  let j = stringFormat("{0}px", g);
781
781
  this.ag.setStyleProperty("width", j);
@@ -790,7 +790,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
790
790
  this.am.setStyleProperty("height", p);
791
791
  }
792
792
  }
793
- cr() {
793
+ cs() {
794
794
  if (this.w) {
795
795
  return;
796
796
  }
@@ -802,11 +802,11 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
802
802
  a.eo = null;
803
803
  }
804
804
  else {
805
- this.cs();
805
+ this.ct();
806
806
  }
807
807
  }
808
808
  }
809
- cs() {
809
+ ct() {
810
810
  let a = this.g;
811
811
  if (null != a.value) {
812
812
  let b = this.g.value;
@@ -818,24 +818,24 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
818
818
  }
819
819
  }
820
820
  }
821
- ct() {
821
+ cu() {
822
822
  if (null == this.d) {
823
823
  this.ac.getPortal(this.ag, "DataGrid", (a) => {
824
824
  this.aq = a.componentRef;
825
825
  this.aq.height = '100%';
826
826
  this.aq.width = '100%';
827
827
  this.d = (this.aq.i);
828
- this.cv();
828
+ this.cw();
829
829
  this.d.ec = 1;
830
830
  this.d.d9 = 0;
831
831
  this.d.cy = 1;
832
832
  this.d.defaultColumnWidth = this.f.defaultColumnWidth;
833
- this.co();
833
+ this.cp();
834
834
  this.d.cj = 0;
835
- this.d.iu = false;
836
- this.d.ik = false;
837
- this.d.ws = new CornerRadius(0, 0);
838
- this.d.h4 = false;
835
+ this.d.i2 = false;
836
+ this.d.it = false;
837
+ this.d.xu = new CornerRadius(0, 0);
838
+ this.d.ic = false;
839
839
  let b = this.d;
840
840
  b.activeCellChanged = delegateCombine(b.activeCellChanged, runOn(this, this.a7));
841
841
  let c = this.d;
@@ -850,17 +850,17 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
850
850
  g.actualColumnsChanged = delegateCombine(g.actualColumnsChanged, runOn(this, this.a9));
851
851
  let h = this.d;
852
852
  h.columnWidthChanged = delegateCombine(h.columnWidthChanged, runOn(this, this.bb));
853
- this.cl();
853
+ this.cm();
854
854
  }, false);
855
855
  }
856
856
  }
857
- cm(a) {
857
+ cn(a) {
858
858
  if (this.d != null) {
859
859
  this.d.defaultColumnWidth = a;
860
- this.cp();
860
+ this.cq();
861
861
  }
862
862
  }
863
- co() {
863
+ cp() {
864
864
  if (this.d != null) {
865
865
  let a = 0;
866
866
  switch (this.f.x) {
@@ -883,7 +883,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
883
883
  this.d.em = a;
884
884
  }
885
885
  }
886
- cu() {
886
+ cv() {
887
887
  if (!this.t) {
888
888
  return;
889
889
  }
@@ -896,14 +896,14 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
896
896
  if (null == d) {
897
897
  return;
898
898
  }
899
- a.j4(d);
899
+ a.ki(d);
900
900
  }
901
901
  }
902
902
  else {
903
- a.vw(0);
903
+ a.wy(0);
904
904
  }
905
905
  }
906
- cv() {
906
+ cw() {
907
907
  if (null != this.aq) {
908
908
  let a = this.g;
909
909
  let b = a.itemsSource;
@@ -929,6 +929,10 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
929
929
  }
930
930
  }
931
931
  this.a = null;
932
+ if (this.n != null && this.n.t) {
933
+ this.cy();
934
+ this.n.ar();
935
+ }
932
936
  }
933
937
  }
934
938
  av(a, b) {
@@ -937,7 +941,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
937
941
  this.ao = -1;
938
942
  }
939
943
  }
940
- cw() {
944
+ cx() {
941
945
  if (null != this.aj) {
942
946
  let a = this.f.actualLabelVisible;
943
947
  if (a) {
@@ -958,8 +962,8 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
958
962
  this.k.disabled = !a;
959
963
  }
960
964
  }
961
- cx() {
962
- this.cp();
965
+ cy() {
966
+ this.cq();
963
967
  if (!this.w) {
964
968
  this.z = false;
965
969
  }
@@ -980,6 +984,11 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
980
984
  this.j.dg();
981
985
  }
982
986
  }
987
+ ci(a) {
988
+ if (this.j != null) {
989
+ this.j.e = a;
990
+ }
991
+ }
983
992
  get al() {
984
993
  return this.ak;
985
994
  }
@@ -989,7 +998,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
989
998
  get ad() {
990
999
  return this.ac;
991
1000
  }
992
- cy() {
1001
+ cz() {
993
1002
  if (null != this.al) {
994
1003
  this.al.setStyleProperty("box-sizing", "border-box");
995
1004
  }
@@ -1025,7 +1034,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1025
1034
  this.r = true;
1026
1035
  }
1027
1036
  a9(a, b) {
1028
- this.cr();
1037
+ this.cs();
1029
1038
  }
1030
1039
  ba(a, b) {
1031
1040
  if (typeCast(TextHeaderCellModel.$, b.cellInfo) !== null) {
@@ -1034,20 +1043,20 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1034
1043
  this.br();
1035
1044
  }
1036
1045
  bb(a, b) {
1037
- this.cp();
1046
+ this.cq();
1038
1047
  this.bp();
1039
1048
  }
1040
1049
  bd(a, b) {
1041
1050
  this.bc();
1042
1051
  this.s = true;
1043
- this.ci();
1052
+ this.cj();
1044
1053
  }
1045
1054
  be(a, b) {
1046
1055
  this.t = b.b != 0 && b.a != 0;
1047
- this.cu();
1056
+ this.cv();
1048
1057
  }
1049
1058
  bf(a, b) {
1050
- this.cu();
1059
+ this.cv();
1051
1060
  let c = this.d;
1052
1061
  c.viewportChanged = delegateRemove(c.viewportChanged, runOn(this, this.bf));
1053
1062
  }
@@ -1095,7 +1104,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1095
1104
  case 40:
1096
1105
  if (d == 1) {
1097
1106
  this.a3();
1098
- this.cr();
1107
+ this.cs();
1099
1108
  b.preventDefault();
1100
1109
  }
1101
1110
  else {
@@ -1105,7 +1114,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1105
1114
  }
1106
1115
  let k = this.e.dd;
1107
1116
  if (null != j.dd) {
1108
- this.d.jj(false, false);
1117
+ this.d.jx(false, false);
1109
1118
  b.preventDefault();
1110
1119
  }
1111
1120
  else {
@@ -1132,7 +1141,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1132
1141
  }
1133
1142
  let o = this.e.dd;
1134
1143
  if (null != n.dd) {
1135
- this.d.jw(false, false);
1144
+ this.d.ka(false, false);
1136
1145
  b.preventDefault();
1137
1146
  }
1138
1147
  else {
@@ -1177,12 +1186,12 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1177
1186
  this.bz();
1178
1187
  }
1179
1188
  }
1180
- cz(a) {
1189
+ c0(a) {
1181
1190
  let b = this.n;
1182
1191
  if (null == b || false == b.t) {
1183
1192
  return;
1184
1193
  }
1185
- let c = this.c0();
1194
+ let c = this.c1();
1186
1195
  this.m.as(c);
1187
1196
  }
1188
1197
  }
@@ -1200,22 +1209,22 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1200
1209
  constructor() {
1201
1210
  super();
1202
1211
  this.c4 = null;
1203
- this.hn = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.r7, XInputGroup.qr);
1204
- this.ho = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.r8, XInputGroup.qs);
1212
+ this.ho = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.r7, XInputGroup.qr);
1213
+ this.hp = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.r8, XInputGroup.qs);
1205
1214
  this.cf = ThemeResolver.b(MultiColumnComboBox.af, XInputGroup.gk, XInputGroup.er);
1206
- this.h8 = ThemeResolver.f(MultiColumnComboBox.af, XInputGroup.ty, XInputGroup.ts);
1207
- this.gk = ThemeResolver.d(MultiColumnComboBox.af, XInputGroup.ni, XInputGroup.nc);
1208
- this.hp = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.r9, XInputGroup.qt);
1215
+ this.h9 = ThemeResolver.f(MultiColumnComboBox.af, XInputGroup.ty, XInputGroup.ts);
1216
+ this.gl = ThemeResolver.d(MultiColumnComboBox.af, XInputGroup.ni, XInputGroup.nc);
1217
+ this.hq = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.r9, XInputGroup.qt);
1209
1218
  this.cg = ThemeResolver.b(MultiColumnComboBox.af, XInputGroup.gl, XInputGroup.es);
1210
- this.hq = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.sb, XInputGroup.qv);
1219
+ this.hr = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.sb, XInputGroup.qv);
1211
1220
  this.ch = ThemeResolver.b(MultiColumnComboBox.af, XInputGroup.gm, XInputGroup.et);
1212
1221
  this.ci = ThemeResolver.b(MultiColumnComboBox.af, XInputGroup.gn, XInputGroup.eu);
1213
- this.hr = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.sc, XInputGroup.qw);
1222
+ this.hs = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.sc, XInputGroup.qw);
1214
1223
  this.cj = ThemeResolver.b(MultiColumnComboBox.af, XInputGroup.go, XInputGroup.ev);
1215
1224
  this.ck = ThemeResolver.b(MultiColumnComboBox.af, XInputGroup.gp, XInputGroup.ew);
1216
- this.hs = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.sd, XInputGroup.qx);
1225
+ this.ht = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.sd, XInputGroup.qx);
1217
1226
  this.cl = ThemeResolver.b(MultiColumnComboBox.af, XInputGroup.gq, XInputGroup.ex);
1218
- this.ht = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.se, XInputGroup.qy);
1227
+ this.hu = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.se, XInputGroup.qy);
1219
1228
  this.cm = ThemeResolver.b(MultiColumnComboBox.af, XInputGroup.gr, XInputGroup.ey);
1220
1229
  this.cn = ThemeResolver.b(MultiColumnComboBox.af, XInputGroup.gs, XInputGroup.ez);
1221
1230
  this.co = ThemeResolver.b(MultiColumnComboBox.af, XInputGroup.gt, XInputGroup.e0);
@@ -1225,66 +1234,66 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1225
1234
  this.a8 = true;
1226
1235
  this.c = null;
1227
1236
  this.o = ColumnWidth.a;
1228
- this.gw = null;
1229
- this.gl = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.rd, XInputGroup.px);
1237
+ this.gx = null;
1238
+ this.gm = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.rd, XInputGroup.px);
1230
1239
  this.ae = 0;
1231
1240
  this.ad = 1;
1232
- this.gx = null;
1233
- this.gm = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.re, XInputGroup.py);
1241
+ this.gy = null;
1242
+ this.gn = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.re, XInputGroup.py);
1234
1243
  this.bt = NaN;
1235
1244
  this.bj = ThemeResolver.b(MultiColumnComboBox.af, XInputGroup.fu, XInputGroup.d1);
1236
1245
  this.bc = true;
1237
- this.h5 = new Thickness(1, NaN, NaN, NaN, NaN);
1238
- this.h4 = ThemeResolver.f(MultiColumnComboBox.af, XInputGroup.tw, XInputGroup.tq);
1239
- this.gh = new CornerRadius(1, NaN, NaN, NaN, NaN);
1240
- this.gg = ThemeResolver.d(MultiColumnComboBox.af, XInputGroup.ng, XInputGroup.na);
1246
+ this.h6 = new Thickness(1, NaN, NaN, NaN, NaN);
1247
+ this.h5 = ThemeResolver.f(MultiColumnComboBox.af, XInputGroup.tw, XInputGroup.tq);
1248
+ this.gi = new CornerRadius(1, NaN, NaN, NaN, NaN);
1249
+ this.gh = ThemeResolver.d(MultiColumnComboBox.af, XInputGroup.ng, XInputGroup.na);
1241
1250
  this.b = null;
1242
1251
  this.ak = 0;
1243
1252
  this.aj = 0;
1244
1253
  this.be = true;
1245
- this.gy = null;
1246
- this.gn = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.rv, XInputGroup.qf);
1254
+ this.gz = null;
1255
+ this.go = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.rv, XInputGroup.qf);
1247
1256
  this.bu = NaN;
1248
1257
  this.bk = ThemeResolver.b(MultiColumnComboBox.af, XInputGroup.f5, XInputGroup.ec);
1249
- this.gz = null;
1250
- this.go = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.rx, XInputGroup.qh);
1258
+ this.g0 = null;
1259
+ this.gp = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.rx, XInputGroup.qh);
1251
1260
  this.bv = NaN;
1252
1261
  this.bl = ThemeResolver.b(MultiColumnComboBox.af, XInputGroup.f6, XInputGroup.ed);
1253
1262
  this.bw = NaN;
1254
1263
  this.bm = ThemeResolver.b(MultiColumnComboBox.af, XInputGroup.f7, XInputGroup.ee);
1255
- this.g0 = null;
1256
- this.gp = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.ry, XInputGroup.qi);
1264
+ this.g1 = null;
1265
+ this.gq = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.ry, XInputGroup.qi);
1257
1266
  this.bx = NaN;
1258
1267
  this.bn = ThemeResolver.b(MultiColumnComboBox.af, XInputGroup.f8, XInputGroup.ef);
1259
1268
  this.by = NaN;
1260
1269
  this.bo = ThemeResolver.b(MultiColumnComboBox.af, XInputGroup.f9, XInputGroup.eg);
1261
1270
  this.cy = null;
1262
1271
  this.e2 = null;
1263
- this.g1 = null;
1264
- this.gq = MultiColumnComboBox.hk;
1272
+ this.g2 = null;
1273
+ this.gr = MultiColumnComboBox.hl;
1265
1274
  this.ar = null;
1266
1275
  this.ao = null;
1267
1276
  this.a9 = false;
1268
1277
  this.e5 = null;
1269
1278
  this.ds = "No Matches Found";
1270
- this.g2 = null;
1271
- this.gr = MultiColumnComboBox.hl;
1272
1279
  this.g3 = null;
1273
1280
  this.gs = MultiColumnComboBox.hm;
1281
+ this.g4 = null;
1282
+ this.gt = MultiColumnComboBox.hn;
1274
1283
  this.as = null;
1275
1284
  this.ap = null;
1276
1285
  this.fc = "";
1277
1286
  this.a7 = true;
1278
- this.g4 = MultiColumnComboBox.hu;
1279
- this.gt = MultiColumnComboBox.hu;
1287
+ this.g5 = MultiColumnComboBox.hv;
1288
+ this.gu = MultiColumnComboBox.hv;
1280
1289
  this.at = null;
1281
1290
  this.aq = null;
1282
- this.g5 = null;
1283
- this.gu = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.sf, XInputGroup.qz);
1291
+ this.g6 = null;
1292
+ this.gv = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.sf, XInputGroup.qz);
1284
1293
  this.bz = NaN;
1285
1294
  this.bp = ThemeResolver.b(MultiColumnComboBox.af, XInputGroup.gu, XInputGroup.e1);
1286
- this.g6 = null;
1287
- this.gv = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.sg, XInputGroup.q0);
1295
+ this.g7 = null;
1296
+ this.gw = ThemeResolver.e(MultiColumnComboBox.af, XInputGroup.sg, XInputGroup.q0);
1288
1297
  this.b0 = NaN;
1289
1298
  this.bq = ThemeResolver.b(MultiColumnComboBox.af, XInputGroup.gv, XInputGroup.e2);
1290
1299
  this.b1 = NaN;
@@ -1327,28 +1336,28 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1327
1336
  f9(a, b, c) {
1328
1337
  switch (a) {
1329
1338
  case "BackgroundColor":
1330
- this.g7 = this.hi != null ? this.hi : this.hn;
1339
+ this.g8 = this.hj != null ? this.hj : this.ho;
1331
1340
  break;
1332
1341
  case "BorderColor":
1333
- this.g8 = this.hj != null ? this.hj : this.ho;
1342
+ this.g9 = this.hk != null ? this.hk : this.hp;
1334
1343
  break;
1335
1344
  case "BorderWidth":
1336
1345
  this.b3 = !isNaN_(this.cd) ? this.cd : this.cf;
1337
1346
  break;
1338
1347
  case "ContentPadding":
1339
- this.h6 = XInputGroup.tj(this.h7, this.h8);
1348
+ this.h7 = XInputGroup.tj(this.h8, this.h9);
1340
1349
  break;
1341
1350
  case "CornerRadius":
1342
- this.gi = XInputGroup.m3(this.gj, this.gk);
1351
+ this.gj = XInputGroup.m3(this.gk, this.gl);
1343
1352
  break;
1344
1353
  case "FocusBorderColor":
1345
- this.g9 = this.hv != null ? this.hv : this.hp;
1354
+ this.ha = this.hw != null ? this.hw : this.hq;
1346
1355
  break;
1347
1356
  case "FocusBorderWidth":
1348
1357
  this.b4 = !isNaN_(this.cp) ? this.cp : this.cg;
1349
1358
  break;
1350
1359
  case "FocusUnderlineColor":
1351
- this.ha = this.hw != null ? this.hw : this.hq;
1360
+ this.hb = this.hx != null ? this.hx : this.hr;
1352
1361
  break;
1353
1362
  case "FocusUnderlineOpacity":
1354
1363
  this.b5 = !isNaN_(this.cq) ? this.cq : this.ch;
@@ -1357,7 +1366,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1357
1366
  this.b6 = !isNaN_(this.cr) ? this.cr : this.ci;
1358
1367
  break;
1359
1368
  case "HoverUnderlineColor":
1360
- this.hb = this.hx != null ? this.hx : this.hr;
1369
+ this.hc = this.hy != null ? this.hy : this.hs;
1361
1370
  break;
1362
1371
  case "HoverUnderlineOpacity":
1363
1372
  this.b7 = !isNaN_(this.cs) ? this.cs : this.cj;
@@ -1369,34 +1378,34 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1369
1378
  case "ValueField":
1370
1379
  case "DataSourceDesiredProperties":
1371
1380
  case "Fields":
1372
- this.v.cv();
1381
+ this.v.cw();
1373
1382
  break;
1374
1383
  case "DefaultColumnWidth":
1375
- this.v.cm(this.defaultColumnWidth);
1384
+ this.v.cn(this.defaultColumnWidth);
1376
1385
  break;
1377
1386
  case "LabelTextColor":
1378
- this.hc = this.hy != null ? this.hy : MultiColumnComboBox.hk;
1387
+ this.hd = this.hz != null ? this.hz : MultiColumnComboBox.hl;
1379
1388
  break;
1380
1389
  case "LabelTextStyle":
1381
1390
  this.au = this.a1 != null ? this.a1 : MultiColumnComboBox.ax;
1382
1391
  break;
1383
1392
  case "NoMatchesFoundLabelTextColor":
1384
- this.he = this.h0 != null ? this.h0 : MultiColumnComboBox.hm;
1393
+ this.hf = this.h1 != null ? this.h1 : MultiColumnComboBox.hn;
1385
1394
  break;
1386
1395
  case "NoMatchesFoundLabelBackgroundColor":
1387
- this.hd = this.hz != null ? this.hz : MultiColumnComboBox.hl;
1396
+ this.he = this.h0 != null ? this.h0 : MultiColumnComboBox.hm;
1388
1397
  break;
1389
1398
  case "NoMatchesFoundLabelTextStyle":
1390
1399
  this.av = this.a2 != null ? this.a2 : MultiColumnComboBox.ay;
1391
1400
  break;
1392
1401
  case "UnderlineColor":
1393
- this.hg = this.h2 != null ? this.h2 : this.hs;
1402
+ this.hh = this.h3 != null ? this.h3 : this.ht;
1394
1403
  break;
1395
1404
  case "UnderlineOpacity":
1396
1405
  this.b9 = !isNaN_(this.cu) ? this.cu : this.cl;
1397
1406
  break;
1398
1407
  case "UnderlineRippleColor":
1399
- this.hh = this.h3 != null ? this.h3 : this.ht;
1408
+ this.hi = this.h4 != null ? this.h4 : this.hu;
1400
1409
  break;
1401
1410
  case "UnderlineRippleOpacity":
1402
1411
  this.ca = !isNaN_(this.cv) ? this.cv : this.cm;
@@ -1414,7 +1423,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1414
1423
  this.al = this.density == 0 ? 0 : this.density;
1415
1424
  break;
1416
1425
  case "TextColor":
1417
- this.hf = this.h1 != null ? this.h1 : MultiColumnComboBox.hu;
1426
+ this.hg = this.h2 != null ? this.h2 : MultiColumnComboBox.hv;
1418
1427
  break;
1419
1428
  case "TextStyle":
1420
1429
  this.aw = this.a3 != null ? this.a3 : null;
@@ -1452,21 +1461,21 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1452
1461
  case "ActualNoMatchesFoundLabelTextColor":
1453
1462
  case "ActualNoMatchesFoundLabelTextStyle":
1454
1463
  case MultiColumnComboBox.du:
1455
- this.v.cl();
1464
+ this.v.cm();
1456
1465
  break;
1457
1466
  case "NoMatchesFoundLabel":
1458
1467
  this.actualNoMatchesFoundLabel = stringIsNullOrEmpty(this.e6) ? "No Matches Found" : this.e6;
1459
1468
  break;
1460
1469
  case "ActualLabelVisible":
1461
- this.v.cw();
1470
+ this.v.cx();
1462
1471
  break;
1463
1472
  case "Label":
1464
1473
  case "PlaceholderText":
1465
- this.v.cl();
1474
+ this.v.cm();
1466
1475
  this.actualLabelVisible = !stringIsNullOrEmpty(this.e2);
1467
1476
  break;
1468
1477
  case "Text":
1469
- this.v.cq();
1478
+ this.v.cr();
1470
1479
  let d = b != null ? b.toString() : null;
1471
1480
  let e = c != null ? c.toString() : null;
1472
1481
  this.f7(new MultiColumnComboBoxTextChangedEventArgs(d, e));
@@ -1477,23 +1486,23 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1477
1486
  this.f8(0, c);
1478
1487
  break;
1479
1488
  case "ShowClearButton":
1480
- this.v.ci();
1489
+ this.v.cj();
1481
1490
  break;
1482
1491
  case "AllowFilter":
1483
1492
  this.v.a5(this.bb);
1484
1493
  break;
1485
1494
  case "SortMode":
1486
- this.v.co();
1495
+ this.v.cp();
1487
1496
  break;
1488
1497
  }
1489
1498
  }
1490
- gf() {
1491
- this.v.cy();
1499
+ gg() {
1500
+ this.v.cz();
1492
1501
  }
1493
1502
  get a0() {
1494
1503
  if (null == this.az) {
1495
1504
  this.az = new FontInfo();
1496
- this.az.n = "'Segoe UI', Verdana";
1505
+ this.az.n = "Verdana";
1497
1506
  this.az.d = DeviceUtils.f(16);
1498
1507
  }
1499
1508
  return this.az;
@@ -1501,6 +1510,9 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1501
1510
  focus(a) {
1502
1511
  this.v.a6(a);
1503
1512
  }
1513
+ setName(a) {
1514
+ this.v.ci(a);
1515
+ }
1504
1516
  get bi() {
1505
1517
  return this.a8;
1506
1518
  }
@@ -1531,23 +1543,23 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1531
1543
  this.f4("DefaultColumnWidth", b, this.o);
1532
1544
  }
1533
1545
  }
1534
- get hi() {
1535
- return this.gw;
1546
+ get hj() {
1547
+ return this.gx;
1536
1548
  }
1537
- set hi(a) {
1538
- let b = this.gw;
1539
- this.gw = a;
1540
- if (b != this.gw) {
1549
+ set hj(a) {
1550
+ let b = this.gx;
1551
+ this.gx = a;
1552
+ if (b != this.gx) {
1541
1553
  this.f4("BackgroundColor", b, a);
1542
1554
  }
1543
1555
  }
1544
- get g7() {
1545
- return this.gl;
1556
+ get g8() {
1557
+ return this.gm;
1546
1558
  }
1547
- set g7(a) {
1548
- let b = this.gl;
1549
- this.gl = a;
1550
- if (b != this.gl) {
1559
+ set g8(a) {
1560
+ let b = this.gm;
1561
+ this.gm = a;
1562
+ if (b != this.gm) {
1551
1563
  this.f4("ActualBackgroundColor", b, a);
1552
1564
  }
1553
1565
  }
@@ -1571,23 +1583,23 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1571
1583
  this.f4("ActualBaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
1572
1584
  }
1573
1585
  }
1574
- get hj() {
1575
- return this.gx;
1586
+ get hk() {
1587
+ return this.gy;
1576
1588
  }
1577
- set hj(a) {
1578
- let b = this.gx;
1579
- this.gx = a;
1580
- if (b != this.gx) {
1589
+ set hk(a) {
1590
+ let b = this.gy;
1591
+ this.gy = a;
1592
+ if (b != this.gy) {
1581
1593
  this.f4("BorderColor", b, a);
1582
1594
  }
1583
1595
  }
1584
- get g8() {
1585
- return this.gm;
1596
+ get g9() {
1597
+ return this.gn;
1586
1598
  }
1587
- set g8(a) {
1588
- let b = this.gm;
1589
- this.gm = a;
1590
- if (b != this.gm) {
1599
+ set g9(a) {
1600
+ let b = this.gn;
1601
+ this.gn = a;
1602
+ if (b != this.gn) {
1591
1603
  this.f4("ActualBorderColor", b, a);
1592
1604
  }
1593
1605
  }
@@ -1621,6 +1633,16 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1621
1633
  this.f4("ColumnHeadersVisible", b, a);
1622
1634
  }
1623
1635
  }
1636
+ get h8() {
1637
+ return this.h6;
1638
+ }
1639
+ set h8(a) {
1640
+ let b = this.h6;
1641
+ this.h6 = a;
1642
+ if (b != this.h6) {
1643
+ this.f4("ContentPadding", b, a);
1644
+ }
1645
+ }
1624
1646
  get h7() {
1625
1647
  return this.h5;
1626
1648
  }
@@ -1628,17 +1650,17 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1628
1650
  let b = this.h5;
1629
1651
  this.h5 = a;
1630
1652
  if (b != this.h5) {
1631
- this.f4("ContentPadding", b, a);
1653
+ this.f4("ActualContentPadding", b, a);
1632
1654
  }
1633
1655
  }
1634
- get h6() {
1635
- return this.h4;
1656
+ get gk() {
1657
+ return this.gi;
1636
1658
  }
1637
- set h6(a) {
1638
- let b = this.h4;
1639
- this.h4 = a;
1640
- if (b != this.h4) {
1641
- this.f4("ActualContentPadding", b, a);
1659
+ set gk(a) {
1660
+ let b = this.gi;
1661
+ this.gi = a;
1662
+ if (b != this.gi) {
1663
+ this.f4("CornerRadius", b, a);
1642
1664
  }
1643
1665
  }
1644
1666
  get gj() {
@@ -1648,16 +1670,6 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1648
1670
  let b = this.gh;
1649
1671
  this.gh = a;
1650
1672
  if (b != this.gh) {
1651
- this.f4("CornerRadius", b, a);
1652
- }
1653
- }
1654
- get gi() {
1655
- return this.gg;
1656
- }
1657
- set gi(a) {
1658
- let b = this.gg;
1659
- this.gg = a;
1660
- if (b != this.gg) {
1661
1673
  this.f4("ActualCornerRadius", b, a);
1662
1674
  }
1663
1675
  }
@@ -1701,23 +1713,23 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1701
1713
  this.f4("DropDownButtonVisible", b, a);
1702
1714
  }
1703
1715
  }
1704
- get hv() {
1705
- return this.gy;
1716
+ get hw() {
1717
+ return this.gz;
1706
1718
  }
1707
- set hv(a) {
1708
- let b = this.gy;
1709
- this.gy = a;
1710
- if (b != this.gy) {
1719
+ set hw(a) {
1720
+ let b = this.gz;
1721
+ this.gz = a;
1722
+ if (b != this.gz) {
1711
1723
  this.f4("FocusBorderColor", b, a);
1712
1724
  }
1713
1725
  }
1714
- get g9() {
1715
- return this.gn;
1726
+ get ha() {
1727
+ return this.go;
1716
1728
  }
1717
- set g9(a) {
1718
- let b = this.gn;
1719
- this.gn = a;
1720
- if (b != this.gn) {
1729
+ set ha(a) {
1730
+ let b = this.go;
1731
+ this.go = a;
1732
+ if (b != this.go) {
1721
1733
  this.f4("ActualFocusBorderColor", b, a);
1722
1734
  }
1723
1735
  }
@@ -1741,23 +1753,23 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1741
1753
  this.f4("ActualFocusBorderWidth", b, a);
1742
1754
  }
1743
1755
  }
1744
- get hw() {
1745
- return this.gz;
1756
+ get hx() {
1757
+ return this.g0;
1746
1758
  }
1747
- set hw(a) {
1748
- let b = this.gz;
1749
- this.gz = a;
1750
- if (b != this.gz) {
1759
+ set hx(a) {
1760
+ let b = this.g0;
1761
+ this.g0 = a;
1762
+ if (b != this.g0) {
1751
1763
  this.f4("FocusUnderlineColor", b, a);
1752
1764
  }
1753
1765
  }
1754
- get ha() {
1755
- return this.go;
1766
+ get hb() {
1767
+ return this.gp;
1756
1768
  }
1757
- set ha(a) {
1758
- let b = this.go;
1759
- this.gz = a;
1760
- if (b != this.go) {
1769
+ set hb(a) {
1770
+ let b = this.gp;
1771
+ this.g0 = a;
1772
+ if (b != this.gp) {
1761
1773
  this.f4("ActualFocusUnderlineColor", b, a);
1762
1774
  }
1763
1775
  }
@@ -1801,23 +1813,23 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1801
1813
  this.f4("ActualFocusUnderlineRippleOpacity", b, a);
1802
1814
  }
1803
1815
  }
1804
- get hx() {
1805
- return this.g0;
1816
+ get hy() {
1817
+ return this.g1;
1806
1818
  }
1807
- set hx(a) {
1808
- let b = this.g0;
1809
- this.g0 = a;
1810
- if (b != this.g0) {
1819
+ set hy(a) {
1820
+ let b = this.g1;
1821
+ this.g1 = a;
1822
+ if (b != this.g1) {
1811
1823
  this.f4("HoverUnderlineColor", b, a);
1812
1824
  }
1813
1825
  }
1814
- get hb() {
1815
- return this.gp;
1826
+ get hc() {
1827
+ return this.gq;
1816
1828
  }
1817
- set hb(a) {
1818
- let b = this.gp;
1819
- this.gp = a;
1820
- if (b != this.gp) {
1829
+ set hc(a) {
1830
+ let b = this.gq;
1831
+ this.gq = a;
1832
+ if (b != this.gq) {
1821
1833
  this.f4("ActualHoverUnderlineColor", b, a);
1822
1834
  }
1823
1835
  }
@@ -1885,23 +1897,23 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1885
1897
  this.e2 = a;
1886
1898
  this.f4("Label", b, this.e2);
1887
1899
  }
1888
- get hy() {
1889
- return this.g1;
1900
+ get hz() {
1901
+ return this.g2;
1890
1902
  }
1891
- set hy(a) {
1892
- let b = this.g1;
1893
- this.g1 = a;
1894
- if (b != this.g1) {
1903
+ set hz(a) {
1904
+ let b = this.g2;
1905
+ this.g2 = a;
1906
+ if (b != this.g2) {
1895
1907
  this.f4("LabelTextColor", b, a);
1896
1908
  }
1897
1909
  }
1898
- get hc() {
1899
- return this.gq;
1910
+ get hd() {
1911
+ return this.gr;
1900
1912
  }
1901
- set hc(a) {
1902
- let b = this.gq;
1903
- this.gq = a;
1904
- if (b != this.gq) {
1913
+ set hd(a) {
1914
+ let b = this.gr;
1915
+ this.gr = a;
1916
+ if (b != this.gr) {
1905
1917
  this.f4("ActualLabelTextColor", b, a);
1906
1918
  }
1907
1919
  }
@@ -1956,26 +1968,6 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1956
1968
  this.f4("ActualNoMatchesFoundLabel", b, a);
1957
1969
  }
1958
1970
  }
1959
- get hz() {
1960
- return this.g2;
1961
- }
1962
- set hz(a) {
1963
- let b = this.g2;
1964
- this.g2 = a;
1965
- if (b != this.g2) {
1966
- this.f4("NoMatchesFoundLabelBackgroundColor", b, a);
1967
- }
1968
- }
1969
- get hd() {
1970
- return this.gr;
1971
- }
1972
- set hd(a) {
1973
- let b = this.gr;
1974
- this.gr = a;
1975
- if (b != this.gr) {
1976
- this.f4(MultiColumnComboBox.du, b, a);
1977
- }
1978
- }
1979
1971
  get h0() {
1980
1972
  return this.g3;
1981
1973
  }
@@ -1983,7 +1975,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1983
1975
  let b = this.g3;
1984
1976
  this.g3 = a;
1985
1977
  if (b != this.g3) {
1986
- this.f4("NoMatchesFoundLabelTextColor", b, a);
1978
+ this.f4("NoMatchesFoundLabelBackgroundColor", b, a);
1987
1979
  }
1988
1980
  }
1989
1981
  get he() {
@@ -1993,6 +1985,26 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1993
1985
  let b = this.gs;
1994
1986
  this.gs = a;
1995
1987
  if (b != this.gs) {
1988
+ this.f4(MultiColumnComboBox.du, b, a);
1989
+ }
1990
+ }
1991
+ get h1() {
1992
+ return this.g4;
1993
+ }
1994
+ set h1(a) {
1995
+ let b = this.g4;
1996
+ this.g4 = a;
1997
+ if (b != this.g4) {
1998
+ this.f4("NoMatchesFoundLabelTextColor", b, a);
1999
+ }
2000
+ }
2001
+ get hf() {
2002
+ return this.gt;
2003
+ }
2004
+ set hf(a) {
2005
+ let b = this.gt;
2006
+ this.gt = a;
2007
+ if (b != this.gt) {
1996
2008
  this.f4("ActualNoMatchesFoundLabelTextColor", b, a);
1997
2009
  }
1998
2010
  }
@@ -2037,23 +2049,23 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2037
2049
  this.f4("RowSeparatorsVisible", b, a);
2038
2050
  }
2039
2051
  }
2040
- get h1() {
2041
- return this.g4;
2052
+ get h2() {
2053
+ return this.g5;
2042
2054
  }
2043
- set h1(a) {
2044
- let b = this.g4;
2045
- this.g4 = a;
2046
- if (b != this.g4) {
2055
+ set h2(a) {
2056
+ let b = this.g5;
2057
+ this.g5 = a;
2058
+ if (b != this.g5) {
2047
2059
  this.f4("TextColor", b, a);
2048
2060
  }
2049
2061
  }
2050
- get hf() {
2051
- return this.gt;
2062
+ get hg() {
2063
+ return this.gu;
2052
2064
  }
2053
- set hf(a) {
2054
- let b = this.gt;
2055
- this.gt = a;
2056
- if (b != this.gt) {
2065
+ set hg(a) {
2066
+ let b = this.gu;
2067
+ this.gu = a;
2068
+ if (b != this.gu) {
2057
2069
  this.f4("ActualTextColor", b, a);
2058
2070
  }
2059
2071
  }
@@ -2077,23 +2089,23 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2077
2089
  this.f4("ActualTextStyle", b, this.aq);
2078
2090
  }
2079
2091
  }
2080
- get h2() {
2081
- return this.g5;
2092
+ get h3() {
2093
+ return this.g6;
2082
2094
  }
2083
- set h2(a) {
2084
- let b = this.g5;
2085
- this.g5 = a;
2086
- if (b != this.g5) {
2095
+ set h3(a) {
2096
+ let b = this.g6;
2097
+ this.g6 = a;
2098
+ if (b != this.g6) {
2087
2099
  this.f4("UnderlineColor", b, a);
2088
2100
  }
2089
2101
  }
2090
- get hg() {
2091
- return this.gu;
2102
+ get hh() {
2103
+ return this.gv;
2092
2104
  }
2093
- set hg(a) {
2094
- let b = this.gu;
2095
- this.gu = a;
2096
- if (b != this.gu) {
2105
+ set hh(a) {
2106
+ let b = this.gv;
2107
+ this.gv = a;
2108
+ if (b != this.gv) {
2097
2109
  this.f4("ActualUnderlineColor", b, a);
2098
2110
  }
2099
2111
  }
@@ -2117,23 +2129,23 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2117
2129
  this.f4("ActualUnderlineOpacity", b, a);
2118
2130
  }
2119
2131
  }
2120
- get h3() {
2121
- return this.g6;
2132
+ get h4() {
2133
+ return this.g7;
2122
2134
  }
2123
- set h3(a) {
2124
- let b = this.g6;
2125
- this.g6 = a;
2126
- if (b != this.g6) {
2135
+ set h4(a) {
2136
+ let b = this.g7;
2137
+ this.g7 = a;
2138
+ if (b != this.g7) {
2127
2139
  this.f4("UnderlineRippleColor", b, a);
2128
2140
  }
2129
2141
  }
2130
- get hh() {
2131
- return this.gv;
2142
+ get hi() {
2143
+ return this.gw;
2132
2144
  }
2133
- set hh(a) {
2134
- let b = this.gv;
2135
- this.gv = a;
2136
- if (b != this.gv) {
2145
+ set hi(a) {
2146
+ let b = this.gw;
2147
+ this.gw = a;
2148
+ if (b != this.gw) {
2137
2149
  this.f4("ActualUnderlineRippleColor", b, a);
2138
2150
  }
2139
2151
  }
@@ -2329,7 +2341,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2329
2341
  return c._inner[0];
2330
2342
  }
2331
2343
  for (let d of fromEnum(c)) {
2332
- if (0 == StringComparer.b.compare(d.i2, a)) {
2344
+ if (0 == StringComparer.b.compare(d.i7, a)) {
2333
2345
  return d;
2334
2346
  }
2335
2347
  }
@@ -2411,26 +2423,26 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2411
2423
  }
2412
2424
  break;
2413
2425
  case 1:
2414
- this.v.ck(b.toString());
2426
+ this.v.cl(b.toString());
2415
2427
  break;
2416
2428
  case 0:
2417
- this.v.cj(b);
2429
+ this.v.ck(b);
2418
2430
  break;
2419
2431
  }
2420
2432
  }
2421
2433
  finally {
2422
2434
  this.bg = false;
2423
2435
  }
2424
- this.v.ci();
2436
+ this.v.cj();
2425
2437
  }
2426
- gc(a) {
2438
+ gd(a) {
2427
2439
  this.text = a;
2428
2440
  }
2429
- ge() {
2441
+ gf() {
2430
2442
  this.aw = (null == this.a3) ? this.a0 : this.a3;
2431
2443
  this.au = (null == this.a1) ? this.a0 : this.a1;
2432
2444
  }
2433
- gd() {
2445
+ ge() {
2434
2446
  }
2435
2447
  closeUp() {
2436
2448
  this.v.az();
@@ -2460,34 +2472,34 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2460
2472
  }
2461
2473
  l() {
2462
2474
  let a = new MultiColumnComboVisualModelExport();
2463
- a.a = AppearanceHelper.a(this.g7);
2475
+ a.a = AppearanceHelper.a(this.g8);
2464
2476
  a.j = this.ag;
2465
- a.b = AppearanceHelper.a(this.g8);
2477
+ a.b = AppearanceHelper.a(this.g9);
2466
2478
  a.p = this.b3;
2467
2479
  a.columnHeadersVisible = this.columnHeadersVisible;
2468
- a.au = this.h6;
2469
- a.at = this.gi;
2480
+ a.au = this.h7;
2481
+ a.at = this.gj;
2470
2482
  a.k = this.al;
2471
2483
  a.dropDownButtonVisible = this.dropDownButtonVisible;
2472
2484
  a.q = this.b5;
2473
2485
  a.aa = this.e0;
2474
- a.c = AppearanceHelper.a(this.hc);
2486
+ a.c = AppearanceHelper.a(this.hd);
2475
2487
  a.actualLabelVisible = this.actualLabelVisible;
2476
2488
  a.actualNoMatchesFoundLabel = this.actualNoMatchesFoundLabel;
2477
- a.d = AppearanceHelper.a(this.hd);
2478
- a.e = AppearanceHelper.a(this.he);
2489
+ a.d = AppearanceHelper.a(this.he);
2490
+ a.e = AppearanceHelper.a(this.hf);
2479
2491
  a.al = this.fb;
2480
2492
  a.rowSeparatorsVisible = this.rowSeparatorsVisible;
2481
- a.f = AppearanceHelper.a(this.hf);
2482
- a.g = AppearanceHelper.a(this.hg);
2493
+ a.f = AppearanceHelper.a(this.hg);
2494
+ a.g = AppearanceHelper.a(this.hh);
2483
2495
  a.r = this.b9;
2484
- a.h = AppearanceHelper.a(this.hh);
2496
+ a.h = AppearanceHelper.a(this.hi);
2485
2497
  a.s = this.ca;
2486
2498
  a.t = this.cb;
2487
2499
  a.u = this.cc;
2488
2500
  a.an = this.text;
2489
2501
  a.y = this.value;
2490
- a.i = this.v.e.nj();
2502
+ a.i = this.v.e.n0();
2491
2503
  if (this.au != null) {
2492
2504
  let b = this.au;
2493
2505
  if (this.v != null && b.n == null) {
@@ -2613,13 +2625,13 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2613
2625
  }
2614
2626
  MultiColumnComboBox.$t = /*@__PURE__*/ markType(MultiColumnComboBox, 'MultiColumnComboBox', Base.$, [INotifyPropertyChanged_$type]);
2615
2627
  MultiColumnComboBox.af = 1;
2616
- MultiColumnComboBox.hk = /*@__PURE__*/ ThemeResolver.e(MultiColumnComboBox.af, XLabel.da, XLabel.c3);
2617
- MultiColumnComboBox.hm = /*@__PURE__*/ ThemeResolver.e(MultiColumnComboBox.af, XLabel.da, XLabel.c3);
2618
- MultiColumnComboBox.hl = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
2628
+ MultiColumnComboBox.hl = /*@__PURE__*/ ThemeResolver.e(MultiColumnComboBox.af, XLabel.da, XLabel.c3);
2629
+ MultiColumnComboBox.hn = /*@__PURE__*/ ThemeResolver.e(MultiColumnComboBox.af, XLabel.da, XLabel.c3);
2630
+ MultiColumnComboBox.hm = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
2619
2631
  MultiColumnComboBox.ax = null;
2620
2632
  MultiColumnComboBox.du = "ActualNoMatchesFoundLabelBackgroundColor";
2621
2633
  MultiColumnComboBox.ay = null;
2622
- MultiColumnComboBox.hu = /*@__PURE__*/ BrushUtil.g(221, 0, 0, 0);
2634
+ MultiColumnComboBox.hv = /*@__PURE__*/ BrushUtil.g(221, 0, 0, 0);
2623
2635
  return MultiColumnComboBox;
2624
2636
  })();
2625
2637
  /**