igniteui-angular-data-grids 21.0.0 → 21.0.1-beta.0

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 (190) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +9371 -8077
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  6. package/esm2015/lib/CellPresenterBase.js +10 -10
  7. package/esm2015/lib/CheckboxListBridge.js +28 -0
  8. package/esm2015/lib/CheckboxListView_combined.js +730 -705
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
  11. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +3 -3
  19. package/esm2015/lib/EditorCell.js +266 -266
  20. package/esm2015/lib/EditorCellPresenter.js +15 -15
  21. package/esm2015/lib/FilterCell.js +261 -261
  22. package/esm2015/lib/FilterCellPresenter.js +8 -8
  23. package/esm2015/lib/GridCellBase.js +65 -63
  24. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  25. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  26. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  27. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  28. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  29. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
  30. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  31. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  32. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  33. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  34. package/esm2015/lib/GridExternalWrapper.js +9 -6
  35. package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +271 -433
  38. package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
  39. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  40. package/esm2015/lib/ImageCell.js +55 -55
  41. package/esm2015/lib/ImageCellPresenter.js +8 -8
  42. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  44. package/esm2015/lib/NumericCell.js +4 -4
  45. package/esm2015/lib/NumericCellPresenter.js +2 -2
  46. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  47. package/esm2015/lib/SectionHeaderCell.js +8 -8
  48. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  49. package/esm2015/lib/SummaryCell.js +25 -25
  50. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  51. package/esm2015/lib/TemplateCell.js +11 -11
  52. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  53. package/esm2015/lib/TemplateHeader.js +7 -7
  54. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  55. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  56. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  57. package/esm2015/lib/TextCell.js +22 -22
  58. package/esm2015/lib/TextCellPresenter.js +2 -2
  59. package/esm2015/lib/TextHeaderCell.js +140 -134
  60. package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
  61. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  62. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  63. package/esm2015/lib/igx-checkbox-list-component.js +69 -69
  64. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  65. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  66. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  67. package/esm2015/lib/igx-data-grid-column-component.js +265 -139
  68. package/esm2015/lib/igx-data-grid-component.js +110 -2
  69. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
  70. package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
  71. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  72. package/esm2015/lib/igx-definition-base-component.js +89 -89
  73. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  74. package/esm2015/lib/igx-header-component.js +16 -16
  75. package/esm2015/lib/igx-image-column-component.js +10 -10
  76. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  77. package/esm2015/lib/igx-section-header-component.js +16 -16
  78. package/esm2015/lib/igx-summary-row-component.js +16 -16
  79. package/esm2015/lib/igx-text-column-component.js +8 -8
  80. package/esm2015/lib/igx-text-header-cell-info.js +65 -4
  81. package/esm2015/public_api.js +1 -0
  82. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  83. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  84. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  85. package/esm5/lib/CellPresenterBase.js +10 -10
  86. package/esm5/lib/CheckboxListBridge.js +28 -0
  87. package/esm5/lib/CheckboxListView_combined.js +709 -684
  88. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  89. package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
  90. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  91. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  92. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  93. package/esm5/lib/ContentCellModelHelper.js +3 -3
  94. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  95. package/esm5/lib/DataGridToolbarView_combined.js +12 -12
  96. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  97. package/esm5/lib/DraggerView.js +3 -3
  98. package/esm5/lib/EditorCell.js +256 -256
  99. package/esm5/lib/EditorCellPresenter.js +15 -15
  100. package/esm5/lib/FilterCell.js +252 -252
  101. package/esm5/lib/FilterCellPresenter.js +8 -8
  102. package/esm5/lib/GridCellBase.js +64 -62
  103. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  104. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  105. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  106. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  107. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  108. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  109. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  110. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  111. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  112. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  113. package/esm5/lib/GridExternalWrapper.js +9 -6
  114. package/esm5/lib/GridFilterDialogView_combined.js +331 -164
  115. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  116. package/esm5/lib/GridStyleRepository.js +275 -585
  117. package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
  118. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  119. package/esm5/lib/ImageCell.js +54 -54
  120. package/esm5/lib/ImageCellPresenter.js +8 -8
  121. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  122. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  123. package/esm5/lib/NumericCell.js +4 -4
  124. package/esm5/lib/NumericCellPresenter.js +2 -2
  125. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  126. package/esm5/lib/SectionHeaderCell.js +8 -8
  127. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  128. package/esm5/lib/SummaryCell.js +26 -26
  129. package/esm5/lib/SummaryCellPresenter.js +5 -5
  130. package/esm5/lib/TemplateCell.js +11 -11
  131. package/esm5/lib/TemplateCellPresenter.js +2 -2
  132. package/esm5/lib/TemplateHeader.js +7 -7
  133. package/esm5/lib/TemplateHeaderCell.js +5 -5
  134. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  135. package/esm5/lib/TemplateSectionHeader.js +2 -2
  136. package/esm5/lib/TextCell.js +22 -22
  137. package/esm5/lib/TextCellPresenter.js +2 -2
  138. package/esm5/lib/TextHeaderCell.js +138 -132
  139. package/esm5/lib/TextHeaderCellPresenter.js +43 -21
  140. package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
  141. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  142. package/esm5/lib/igx-checkbox-list-component.js +69 -69
  143. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  144. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  145. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  146. package/esm5/lib/igx-data-grid-column-component.js +313 -139
  147. package/esm5/lib/igx-data-grid-component.js +151 -3
  148. package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
  149. package/esm5/lib/igx-data-grid-pager-component.js +40 -10
  150. package/esm5/lib/igx-date-time-column-component.js +20 -20
  151. package/esm5/lib/igx-definition-base-component.js +89 -89
  152. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  153. package/esm5/lib/igx-header-component.js +16 -16
  154. package/esm5/lib/igx-image-column-component.js +10 -10
  155. package/esm5/lib/igx-numeric-column-component.js +30 -30
  156. package/esm5/lib/igx-section-header-component.js +16 -16
  157. package/esm5/lib/igx-summary-row-component.js +16 -16
  158. package/esm5/lib/igx-text-column-component.js +8 -8
  159. package/esm5/lib/igx-text-header-cell-info.js +93 -4
  160. package/esm5/public_api.js +1 -0
  161. package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
  162. package/fesm5/igniteui-angular-data-grids.js +9373 -8080
  163. package/lib/CheckboxListBridge.d.ts +1 -0
  164. package/lib/CheckboxListExternal.d.ts +6 -0
  165. package/lib/CheckboxListView_combined.d.ts +153 -148
  166. package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
  167. package/lib/EditorCell.d.ts +51 -51
  168. package/lib/FilterCell.d.ts +53 -53
  169. package/lib/GridCellBase.d.ts +21 -19
  170. package/lib/GridExternalWrapper.d.ts +1 -0
  171. package/lib/GridFilterDialogView_combined.d.ts +81 -58
  172. package/lib/GridStyleRepository.d.ts +23 -84
  173. package/lib/GridStyleRepositoryKeys.d.ts +48 -0
  174. package/lib/ImageCell.d.ts +14 -14
  175. package/lib/SectionHeaderCell.d.ts +2 -2
  176. package/lib/SummaryCell.d.ts +4 -4
  177. package/lib/TemplateCell.d.ts +3 -3
  178. package/lib/TemplateHeader.d.ts +3 -3
  179. package/lib/TemplateHeaderCell.d.ts +2 -2
  180. package/lib/TemplateSectionHeader.d.ts +2 -2
  181. package/lib/TextCell.d.ts +4 -4
  182. package/lib/TextHeaderCell.d.ts +26 -24
  183. package/lib/VerticalSeparatorCell.d.ts +4 -4
  184. package/lib/igx-data-grid-column-component.d.ts +55 -1
  185. package/lib/igx-data-grid-component.d.ts +51 -2
  186. package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
  187. package/lib/igx-data-grid-pager-component.d.ts +11 -1
  188. package/lib/igx-text-header-cell-info.d.ts +34 -0
  189. package/package.json +4 -4
  190. package/public_api.d.ts +1 -0
@@ -0,0 +1,11 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { markEnum } from "igniteui-angular-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export let GridStyleRepositoryKeys_$type = markEnum('GridStyleRepositoryKeys', 'HeaderSeparatorColorKey,0|RowSeparatorColorKey,1|StickyRowSeparatorColorKey,2|LastStickyRowSeparatorColorKey,3|HeaderRowSeparatorColorKey,4|CellDeleteTextColorKey,5|CellTextColorKey,6|BarColorKey,7|BarOutlineColorKey,8|ActivationBorderColorKey,9|CellSelectedBackgroundColorKey,10|CellBackgroundColorKey,11|CellHoverBackgroundColorKey,12|HeaderBackgroundColorKey,13|SortIndicatorColorKey,14|HeaderTextColorKey,15|SectionHeaderBackgroundColorKey,16|SectionFooterBackgroundColorKey,17|StickyRowBackgroundColorKey,18|PinnedRowBackgroundColorKey,19|RootSummaryCellBackgroundColorKey,20|SectionSummaryCellBackgroundColorKey,21|SummaryLabelTextColorKey,22|SummaryValueTextColorKey,23|ColumnMoveSeparatorBackgroundColorKey,24|ResizeSeparatorBackgroundColorKey,25|PinnedAreaSeparatorBackgroundColorKey,26|ColumnOptionsIconColorKey,27|GridBorderColorKey,28|GridBackgroundColorKey,29|CellErrorBorderColorKey,30|EditorRowOverlayBackgroundColorKey,31|CellFontKey,32|EmojiFontKey,33|CellEditFontKey,34|HeaderCellFontKey,35|SummaryValueFontKey,36|SummaryNameFontKey,37');
@@ -75,8 +75,8 @@ export let SummaryChooserView = /*@__PURE__*/ (() => {
75
75
  this.e();
76
76
  }
77
77
  e() {
78
- if (this.model.f.bg > -1) {
79
- let a = this.model.r.count * this.model.f.bg;
78
+ if (this.model.f.bh > -1) {
79
+ let a = this.model.r.count * this.model.f.bh;
80
80
  a += 4;
81
81
  this.d.setStyleProperty("height", a + "px");
82
82
  }
@@ -103,10 +103,10 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
103
103
  this.w = null;
104
104
  this.l = 0;
105
105
  this.k = 0;
106
- this.a8 = BrushUtil.j(255, 24, 29, 31);
106
+ this.a8 = BrushUtil.l(255, 24, 29, 31);
107
107
  this.h = 0;
108
108
  this.g = 1;
109
- this.a7 = BrushUtil.j(255, 248, 248, 248);
109
+ this.a7 = BrushUtil.l(255, 248, 248, 248);
110
110
  this.summaryChanged = null;
111
111
  this.c = new SummaryChooserView();
112
112
  this.c.model = this;
@@ -322,12 +322,12 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
322
322
  a6() {
323
323
  if (this.e != null) {
324
324
  this.e.density = this.m;
325
- this.e.fh = this.ba;
325
+ this.e.fl = this.ba;
326
326
  this.e.baseTheme = this.i;
327
327
  this.e.backgroundColor = this.a9;
328
328
  this.e.showSelectAll = false;
329
- this.e.a7 = false;
330
- this.e.a3 = false;
329
+ this.e.a8 = false;
330
+ this.e.a4 = false;
331
331
  this.e.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
332
332
  this.e.itemsSource = this.q;
333
333
  this.e.dataMemberPath = "label";
@@ -381,7 +381,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
381
381
  if (d.iD == a) {
382
382
  d.isSelected = b;
383
383
  if (this.e != null) {
384
- this.e.dp(c, d, d);
384
+ this.e.dr(c, d, d);
385
385
  }
386
386
  break;
387
387
  }
@@ -393,7 +393,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
393
393
  c.label = b;
394
394
  this.q.add(c);
395
395
  if (this.e != null) {
396
- this.e.dl(this.q.count - 1, c);
396
+ this.e.dn(this.q.count - 1, c);
397
397
  }
398
398
  this.c.onItemInserted();
399
399
  }
@@ -403,7 +403,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
403
403
  if (c.iD == a) {
404
404
  this.q.removeAt(b);
405
405
  if (this.e != null) {
406
- this.e.dn(b, c);
406
+ this.e.dq(b, c);
407
407
  }
408
408
  break;
409
409
  }
@@ -416,7 +416,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
416
416
  if (d.iD == a) {
417
417
  d.label = b;
418
418
  if (this.e != null) {
419
- this.e.dp(c, d, d);
419
+ this.e.dr(c, d, d);
420
420
  }
421
421
  break;
422
422
  }
@@ -14,103 +14,103 @@ export let ImageCell = /*@__PURE__*/ (() => {
14
14
  class ImageCell extends GridCellBase {
15
15
  constructor(a) {
16
16
  super(a);
17
+ this.d2 = null;
18
+ this.dw = 1;
19
+ this.dx = 3;
20
+ this.d4 = null;
21
+ this.dy = false;
22
+ this.dz = 1;
17
23
  this.d1 = null;
18
- this.dv = 1;
19
- this.dw = 3;
20
- this.d3 = null;
21
- this.dx = false;
22
- this.dy = 1;
23
- this.d0 = null;
24
- this.d1 = a.createElement("img");
25
- this.d1.listen("load", runOn(this, this.d6));
26
- this.d0 = a.createElement("div");
27
- this.d0.setRawStyleProperty("background-size", "contain");
28
- this.d0.setRawStyleProperty("background-repeat", "no-repeat");
29
- this.d0.setRawStyleProperty("background-position", "center");
30
- this.d0.setRawStyleProperty("width", "100%");
31
- this.d0.setRawStyleProperty("height", "100%");
24
+ this.d2 = a.createElement("img");
25
+ this.d2.listen("load", runOn(this, this.d7));
26
+ this.d1 = a.createElement("div");
27
+ this.d1.setRawStyleProperty("background-size", "contain");
28
+ this.d1.setRawStyleProperty("background-repeat", "no-repeat");
29
+ this.d1.setRawStyleProperty("background-position", "center");
30
+ this.d1.setRawStyleProperty("width", "100%");
31
+ this.d1.setRawStyleProperty("height", "100%");
32
32
  this.ar.setRawStyleProperty("text-align", "left");
33
33
  this.ar.setRawStyleProperty("vertical-align", "middle");
34
- this.ar.append(this.d0);
34
+ this.ar.append(this.d1);
35
35
  }
36
- get d2() {
37
- return this.d1;
36
+ get d3() {
37
+ return this.d2;
38
38
  }
39
- get dz() {
40
- return this.dy;
39
+ get d0() {
40
+ return this.dz;
41
41
  }
42
- set dz(a) {
43
- this.dy = a;
42
+ set d0(a) {
43
+ this.dz = a;
44
44
  }
45
- d6(a) {
46
- this.dx = false;
47
- if (!stringIsNullOrEmpty(this.d3)) {
48
- this.d0.setRawStyleProperty("opacity", "1");
49
- this.d0.setRawStyleProperty("background-image", "url(" + this.d3 + ")");
45
+ d7(a) {
46
+ this.dy = false;
47
+ if (!stringIsNullOrEmpty(this.d4)) {
48
+ this.d1.setRawStyleProperty("opacity", "1");
49
+ this.d1.setRawStyleProperty("background-image", "url(" + this.d4 + ")");
50
50
  }
51
51
  }
52
- d7(a, b) {
53
- if (a == this.d3) {
52
+ d8(a, b) {
53
+ if (a == this.d4) {
54
54
  return;
55
55
  }
56
- this.d4();
57
- this.d0.setRawStyleProperty("opacity", "0");
56
+ this.d5();
57
+ this.d1.setRawStyleProperty("opacity", "0");
58
58
  if (a == null || a.length == 0) {
59
- this.d5(this.d1);
59
+ this.d6(this.d2);
60
60
  return;
61
61
  }
62
- if (Base.equalsStatic(a, this.d3)) {
62
+ if (Base.equalsStatic(a, this.d4)) {
63
63
  return;
64
64
  }
65
- this.eb(a, b);
66
- let img_ = this.d1.getNativeElement();
65
+ this.ec(a, b);
66
+ let img_ = this.d2.getNativeElement();
67
67
  if (img_ != null && (img_.complete)) {
68
- this.dx = false;
69
- this.d1.setRawStyleProperty("opacity", "1");
70
- this.d0.setRawStyleProperty("background-image", "url(" + this.d3 + ")");
68
+ this.dy = false;
69
+ this.d2.setRawStyleProperty("opacity", "1");
70
+ this.d1.setRawStyleProperty("background-image", "url(" + this.d4 + ")");
71
71
  }
72
72
  }
73
- d5(a) {
73
+ d6(a) {
74
74
  a.setAttribute("src", "");
75
- this.d0.setRawStyleProperty("background-image", "");
75
+ this.d1.setRawStyleProperty("background-image", "");
76
76
  }
77
- ea(a) {
77
+ eb(a) {
78
78
  switch (a) {
79
79
  case 1:
80
- this.d0.setRawStyleProperty("background-size", "100% 100%");
80
+ this.d1.setRawStyleProperty("background-size", "100% 100%");
81
81
  break;
82
82
  case 2:
83
- this.d0.setRawStyleProperty("background-size", "auto");
83
+ this.d1.setRawStyleProperty("background-size", "auto");
84
84
  break;
85
85
  case 0:
86
- this.d0.setRawStyleProperty("background-size", "contain");
86
+ this.d1.setRawStyleProperty("background-size", "contain");
87
87
  break;
88
88
  }
89
89
  }
90
- eb(a, b) {
91
- this.dx = true;
92
- this.d3 = a;
93
- this.d2.setAttribute("src", a);
90
+ ec(a, b) {
91
+ this.dy = true;
92
+ this.d4 = a;
93
+ this.d3.setAttribute("src", a);
94
94
  }
95
- d4() {
96
- if (this.dx) {
97
- this.d5(this.d1);
98
- this.d3 = "";
95
+ d5() {
96
+ if (this.dy) {
97
+ this.d6(this.d2);
98
+ this.d4 = "";
99
99
  }
100
100
  }
101
- d8(a) {
102
- this.dv = a;
103
- }
104
101
  d9(a) {
105
102
  this.dw = a;
106
103
  }
104
+ ea(a) {
105
+ this.dx = a;
106
+ }
107
107
  get_ae() {
108
108
  return true;
109
109
  }
110
110
  ck(a, b, c) {
111
111
  super.ck(a, b, c);
112
112
  if (a == "Indent" || a == "IsCollapsable") {
113
- this.d0.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
113
+ this.d1.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
114
114
  }
115
115
  }
116
116
  }
@@ -27,7 +27,7 @@ export let ImageCellPresenter = /*@__PURE__*/ (() => {
27
27
  if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
28
28
  let c = Math.min(1, Math.max(0, a.c7));
29
29
  let d = a.cs * (1 - c);
30
- this.d.dz = d;
30
+ this.d.d0 = d;
31
31
  }
32
32
  if (b.bc(ImageCellModel.n4) || b.bc(ImageCellModel.n5)) {
33
33
  this.e(b.n8, b.n1);
@@ -37,7 +37,7 @@ export let ImageCellPresenter = /*@__PURE__*/ (() => {
37
37
  }
38
38
  if (b.bc(ImageCellModel.hk)) {
39
39
  if (a.u == 1) {
40
- this.d.d4();
40
+ this.d.d5();
41
41
  }
42
42
  else if (a.u == 2) {
43
43
  this.e(b.n8, b.n1);
@@ -46,7 +46,7 @@ export let ImageCellPresenter = /*@__PURE__*/ (() => {
46
46
  }
47
47
  }
48
48
  f(a, b, c) {
49
- this.d.ea(a);
49
+ this.d.eb(a);
50
50
  }
51
51
  e(a, b) {
52
52
  let c = a.toLowerCase();
@@ -54,35 +54,35 @@ export let ImageCellPresenter = /*@__PURE__*/ (() => {
54
54
  b = 4;
55
55
  }
56
56
  if (stringStartsWith(c, "http") || b == 4) {
57
- this.d.d7(a, 4);
57
+ this.d.d8(a, 4);
58
58
  }
59
59
  if (stringStartsWith(c, "asset") || b == 2) {
60
60
  let d = a;
61
61
  if (stringStartsWith(c, "asset")) {
62
62
  d = a.substr(8);
63
63
  }
64
- this.d.d7(d, 2);
64
+ this.d.d8(d, 2);
65
65
  }
66
66
  if (stringStartsWith(c, "drawable") || b == 1) {
67
67
  let e = a;
68
68
  if (stringStartsWith(c, "drawable")) {
69
69
  e = a.substr(11);
70
70
  }
71
- this.d.d7(e, 1);
71
+ this.d.d8(e, 1);
72
72
  }
73
73
  if (stringStartsWith(c, "nativeresource") || b == 1) {
74
74
  let f = a;
75
75
  if (stringStartsWith(c, "nativeresource")) {
76
76
  f = a.substr(17);
77
77
  }
78
- this.d.d7(f, 1);
78
+ this.d.d8(f, 1);
79
79
  }
80
80
  if (stringStartsWith(c, "embeddedresource") || b == 3) {
81
81
  let g = a;
82
82
  if (stringStartsWith(c, "embeddedresource")) {
83
83
  g = a.substr(19);
84
84
  }
85
- this.d.d7(g, 3);
85
+ this.d.d8(g, 3);
86
86
  }
87
87
  }
88
88
  }
@@ -22,8 +22,8 @@ export let MultiColumnComboBoxUtilities = /*@__PURE__*/ (() => {
22
22
  h.provideContainer(k);
23
23
  let l = k.getExternal(h, k.rootWrapper, k.getExternal(a, null, null));
24
24
  h.e = d;
25
- h.r = e;
26
- h.n = f;
25
+ h.s = e;
26
+ h.o = f;
27
27
  let m = b.createElement("div");
28
28
  m.setStyleProperty("display", "inline-block");
29
29
  i = new XIcon();
@@ -122,8 +122,8 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
122
122
  return;
123
123
  }
124
124
  this.p = false;
125
- if (b.g2 != a) {
126
- b.g2 = a;
125
+ if (b.g4 != a) {
126
+ b.g4 = a;
127
127
  this.p = true;
128
128
  }
129
129
  else {
@@ -142,9 +142,9 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
142
142
  this.co();
143
143
  let b = this.g.p();
144
144
  if (null != b) {
145
- let c = b.g2;
145
+ let c = b.g4;
146
146
  if (null != c) {
147
- b.g2 = null;
147
+ b.g4 = null;
148
148
  }
149
149
  }
150
150
  }
@@ -243,7 +243,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
243
243
  this.m = new Popup();
244
244
  this.m.ar = this.f.bn;
245
245
  this.m.ay = this.f.br;
246
- this.m.c0 = BrushUtil.j(255, 255, 255, 255);
246
+ this.m.c0 = BrushUtil.l(255, 255, 255, 255);
247
247
  this.m.a9 = 150;
248
248
  this.m.provideRenderer(b);
249
249
  let c = b.getExternal(this.m, b.rootWrapper, b.getExternal(this.g, null, null));
@@ -610,7 +610,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
610
610
  }
611
611
  this.w = true;
612
612
  if (stringIsNullOrEmpty(this.au)) {
613
- if (null != a.g2) {
613
+ if (null != a.g4) {
614
614
  this.aw(null);
615
615
  }
616
616
  else {
@@ -680,7 +680,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
680
680
  }
681
681
  let f = this.g;
682
682
  let g = this.g.p();
683
- e = g.mc();
683
+ e = g.mw();
684
684
  }
685
685
  d.d = e;
686
686
  d.b = a;
@@ -807,9 +807,9 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
807
807
  this.au = null;
808
808
  let a = this.g.p();
809
809
  if (null != a) {
810
- let b = a.g2;
810
+ let b = a.g4;
811
811
  if (null != b) {
812
- a.g2 = null;
812
+ a.g4 = null;
813
813
  }
814
814
  else {
815
815
  this.cw();
@@ -846,7 +846,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
846
846
  this.d.isColumnOptionsEnabled = false;
847
847
  this.d.isActiveCellStyleEnabled = false;
848
848
  this.d.cornerRadius = new CornerRadius(0, 0);
849
- this.d.iz = false;
849
+ this.d.i1 = false;
850
850
  let b = this.d;
851
851
  b.activeCellChanged = delegateCombine(b.activeCellChanged, runOn(this, this.a7));
852
852
  let c = this.d;
@@ -1125,7 +1125,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1125
1125
  }
1126
1126
  let k = this.e.activeCell;
1127
1127
  if (null != j.activeCell) {
1128
- this.d.km(false, false);
1128
+ this.d.ko(false, false);
1129
1129
  b.preventDefault();
1130
1130
  }
1131
1131
  else {
@@ -1152,7 +1152,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1152
1152
  }
1153
1153
  let o = this.e.activeCell;
1154
1154
  if (null != n.activeCell) {
1155
- this.d.kz(false, false);
1155
+ this.d.k1(false, false);
1156
1156
  b.preventDefault();
1157
1157
  }
1158
1158
  else {
@@ -1248,22 +1248,22 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1248
1248
  constructor() {
1249
1249
  super();
1250
1250
  this.dd = null;
1251
- this.h1 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
1252
- this.h2 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
1251
+ this.h1 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
1252
+ this.h2 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
1253
1253
  this.co = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
1254
- this.io = XInputGroup.m.ai(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
1255
- this.gy = XInputGroup.m.y(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
1256
- this.h3 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
1254
+ this.io = XInputGroup.m.ak(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
1255
+ this.gy = XInputGroup.m.z(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
1256
+ this.h3 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
1257
1257
  this.cp = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
1258
- this.h4 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
1258
+ this.h4 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
1259
1259
  this.cq = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
1260
1260
  this.cr = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
1261
- this.h5 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
1261
+ this.h5 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
1262
1262
  this.cs = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
1263
1263
  this.ct = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
1264
- this.h6 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
1264
+ this.h6 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
1265
1265
  this.cu = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
1266
- this.h7 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
1266
+ this.h7 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
1267
1267
  this.cv = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
1268
1268
  this.cw = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleWidth");
1269
1269
  this.cx = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
@@ -1275,34 +1275,34 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1275
1275
  this.c = null;
1276
1276
  this.m = ColumnWidth.a;
1277
1277
  this.ha = null;
1278
- this.gz = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
1278
+ this.gz = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
1279
1279
  this.af = 0;
1280
1280
  this.ae = 1;
1281
1281
  this.hb = null;
1282
- this.g0 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
1282
+ this.g0 = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
1283
1283
  this.b2 = NaN;
1284
1284
  this.bs = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
1285
1285
  this.bh = true;
1286
1286
  this.ik = new Thickness(1, NaN, NaN, NaN, NaN);
1287
- this.ij = ThemeResolver.ak(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
1287
+ this.ij = ThemeResolver.am(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
1288
1288
  this.gv = new CornerRadius(1, NaN, NaN, NaN, NaN);
1289
- this.gu = ThemeResolver.aa(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
1289
+ this.gu = ThemeResolver.ab(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
1290
1290
  this.b = null;
1291
1291
  this.al = 0;
1292
1292
  this.ak = 0;
1293
1293
  this.bk = true;
1294
1294
  this.hc = null;
1295
- this.g1 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
1295
+ this.g1 = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
1296
1296
  this.b3 = NaN;
1297
1297
  this.bt = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
1298
1298
  this.hd = null;
1299
- this.g2 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
1299
+ this.g2 = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
1300
1300
  this.b4 = NaN;
1301
1301
  this.bu = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
1302
1302
  this.b5 = NaN;
1303
1303
  this.bv = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
1304
1304
  this.he = null;
1305
- this.g3 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
1305
+ this.g3 = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
1306
1306
  this.b6 = NaN;
1307
1307
  this.bw = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
1308
1308
  this.b7 = NaN;
@@ -1329,11 +1329,11 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1329
1329
  this.au = null;
1330
1330
  this.ar = null;
1331
1331
  this.hj = null;
1332
- this.g8 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
1332
+ this.g8 = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
1333
1333
  this.b8 = NaN;
1334
1334
  this.by = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
1335
1335
  this.hk = null;
1336
- this.g9 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
1336
+ this.g9 = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
1337
1337
  this.b9 = NaN;
1338
1338
  this.bz = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleOpacity");
1339
1339
  this.ca = NaN;
@@ -2403,7 +2403,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2403
2403
  return c._inner[0];
2404
2404
  }
2405
2405
  for (let d of fromEnum(c)) {
2406
- if (0 == StringComparer.b.compare(d.l7, a)) {
2406
+ if (0 == StringComparer.b.compare(d.mr, a)) {
2407
2407
  return d;
2408
2408
  }
2409
2409
  }
@@ -2717,13 +2717,13 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2717
2717
  }
2718
2718
  MultiColumnComboBox.$t = markType(MultiColumnComboBox, 'MultiColumnComboBox', Base.$, [INotifyPropertyChanged_$type]);
2719
2719
  MultiColumnComboBox.ag = 1;
2720
- MultiColumnComboBox.hy = ThemeResolver.ah(MultiColumnComboBox.ag, XLabel.de, XLabel.c7);
2721
- MultiColumnComboBox.h0 = ThemeResolver.ah(MultiColumnComboBox.ag, XLabel.de, XLabel.c7);
2722
- MultiColumnComboBox.hz = BrushUtil.j(255, 255, 255, 255);
2720
+ MultiColumnComboBox.hy = ThemeResolver.aj(MultiColumnComboBox.ag, XLabel.de, XLabel.c7);
2721
+ MultiColumnComboBox.h0 = ThemeResolver.aj(MultiColumnComboBox.ag, XLabel.de, XLabel.c7);
2722
+ MultiColumnComboBox.hz = BrushUtil.l(255, 255, 255, 255);
2723
2723
  MultiColumnComboBox.ay = null;
2724
2724
  MultiColumnComboBox.d3 = "ActualNoMatchesFoundLabelBackgroundColor";
2725
2725
  MultiColumnComboBox.az = null;
2726
- MultiColumnComboBox.h8 = BrushUtil.j(221, 0, 0, 0);
2726
+ MultiColumnComboBox.h8 = BrushUtil.l(221, 0, 0, 0);
2727
2727
  return MultiColumnComboBox;
2728
2728
  })();
2729
2729
  /**
@@ -13,18 +13,18 @@ export let NumericCell = /*@__PURE__*/ (() => {
13
13
  class NumericCell extends TextCell {
14
14
  constructor(a) {
15
15
  super(a);
16
- this.c2(this.dw, 2);
17
- this.da(this.dw, 1);
16
+ this.c2(this.dx, 2);
17
+ this.db(this.dx, 1);
18
18
  }
19
19
  ck(a, b, c) {
20
20
  super.ck(a, b, c);
21
21
  if (a == "Indent" || a == "IsCollapsable") {
22
- this.dw.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
22
+ this.dx.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
23
23
  }
24
24
  }
25
25
  b8() {
26
26
  super.b8();
27
- this.dg(2, 1);
27
+ this.dh(2, 1);
28
28
  }
29
29
  }
30
30
  NumericCell.$t = markType(NumericCell, 'NumericCell', TextCell.$);
@@ -26,9 +26,9 @@ export let NumericCellPresenter = /*@__PURE__*/ (() => {
26
26
  if (a.a7) {
27
27
  if (a.bc(NumericCellModel.op) || a.bc(NumericCellModel.od) || a.bc(NumericCellModel.h2) || b.n6()) {
28
28
  b.kx = this.e(b);
29
- this.d.c8(this.d.dw, b.kx);
29
+ this.d.c8(this.d.dx, b.kx);
30
30
  }
31
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dw, this.a);
31
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
32
32
  }
33
33
  }
34
34
  e(a) {