igniteui-webcomponents-data-grids 7.1.0-alpha.0 → 7.1.0-alpha.1

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 (195) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +9702 -8361
  2. package/bundles/igniteui-webcomponents-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 +5882 -5157
  11. package/esm2015/lib/ColumnGroupingView_combined.js +15 -15
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +13 -13
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +11 -11
  19. package/esm2015/lib/EditorCell.js +267 -267
  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 +15 -6
  35. package/esm2015/lib/GridFilterDialogView_combined.js +322 -182
  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/NativeUIComboFactory.js +1 -1
  45. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  46. package/esm2015/lib/NumericCell.js +4 -4
  47. package/esm2015/lib/NumericCellPresenter.js +2 -2
  48. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  49. package/esm2015/lib/SectionHeaderCell.js +20 -8
  50. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  51. package/esm2015/lib/SummaryCell.js +34 -25
  52. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  53. package/esm2015/lib/TemplateCell.js +12 -12
  54. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  55. package/esm2015/lib/TemplateHeader.js +7 -7
  56. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  57. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  58. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  59. package/esm2015/lib/TextCell.js +22 -22
  60. package/esm2015/lib/TextCellPresenter.js +2 -2
  61. package/esm2015/lib/TextHeaderCell.js +140 -134
  62. package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
  63. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  64. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  65. package/esm2015/lib/igc-checkbox-list-component.js +89 -89
  66. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  67. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  68. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  69. package/esm2015/lib/igc-data-grid-column-component.js +307 -193
  70. package/esm2015/lib/igc-data-grid-component.js +106 -2
  71. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +77 -20
  72. package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
  73. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  74. package/esm2015/lib/igc-definition-base-component.js +129 -129
  75. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  76. package/esm2015/lib/igc-header-component.js +24 -24
  77. package/esm2015/lib/igc-image-column-component.js +12 -12
  78. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  79. package/esm2015/lib/igc-section-header-component.js +24 -24
  80. package/esm2015/lib/igc-summary-row-component.js +24 -24
  81. package/esm2015/lib/igc-text-column-component.js +9 -9
  82. package/esm2015/lib/igc-text-header-cell-info.js +65 -4
  83. package/esm2015/public_api.js +1 -0
  84. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  85. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  86. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  87. package/esm5/lib/CellPresenterBase.js +10 -10
  88. package/esm5/lib/CheckboxListBridge.js +28 -0
  89. package/esm5/lib/CheckboxListView_combined.js +709 -684
  90. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  91. package/esm5/lib/ColumnFilterCondition_combined.js +5860 -5003
  92. package/esm5/lib/ColumnGroupingView_combined.js +15 -15
  93. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  94. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  95. package/esm5/lib/ContentCellModelHelper.js +3 -3
  96. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  97. package/esm5/lib/DataGridToolbarView_combined.js +13 -13
  98. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  99. package/esm5/lib/DraggerView.js +11 -11
  100. package/esm5/lib/EditorCell.js +256 -256
  101. package/esm5/lib/EditorCellPresenter.js +15 -15
  102. package/esm5/lib/FilterCell.js +252 -252
  103. package/esm5/lib/FilterCellPresenter.js +8 -8
  104. package/esm5/lib/GridCellBase.js +64 -62
  105. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  106. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  107. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  108. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  109. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  110. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  111. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  112. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  113. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  114. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  115. package/esm5/lib/GridExternalWrapper.js +15 -6
  116. package/esm5/lib/GridFilterDialogView_combined.js +342 -174
  117. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  118. package/esm5/lib/GridStyleRepository.js +275 -585
  119. package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
  120. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  121. package/esm5/lib/ImageCell.js +54 -54
  122. package/esm5/lib/ImageCellPresenter.js +8 -8
  123. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  124. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  125. package/esm5/lib/NativeUIComboFactory.js +1 -1
  126. package/esm5/lib/NativeUIGridFactory.js +2 -2
  127. package/esm5/lib/NumericCell.js +4 -4
  128. package/esm5/lib/NumericCellPresenter.js +2 -2
  129. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  130. package/esm5/lib/SectionHeaderCell.js +20 -8
  131. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  132. package/esm5/lib/SummaryCell.js +35 -26
  133. package/esm5/lib/SummaryCellPresenter.js +5 -5
  134. package/esm5/lib/TemplateCell.js +12 -12
  135. package/esm5/lib/TemplateCellPresenter.js +2 -2
  136. package/esm5/lib/TemplateHeader.js +7 -7
  137. package/esm5/lib/TemplateHeaderCell.js +5 -5
  138. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  139. package/esm5/lib/TemplateSectionHeader.js +2 -2
  140. package/esm5/lib/TextCell.js +22 -22
  141. package/esm5/lib/TextCellPresenter.js +2 -2
  142. package/esm5/lib/TextHeaderCell.js +138 -132
  143. package/esm5/lib/TextHeaderCellPresenter.js +43 -21
  144. package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
  145. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  146. package/esm5/lib/igc-checkbox-list-component.js +89 -89
  147. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  148. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  149. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  150. package/esm5/lib/igc-data-grid-column-component.js +355 -193
  151. package/esm5/lib/igc-data-grid-component.js +147 -3
  152. package/esm5/lib/igc-data-grid-filter-dialog-component.js +101 -20
  153. package/esm5/lib/igc-data-grid-pager-component.js +38 -10
  154. package/esm5/lib/igc-date-time-column-component.js +23 -23
  155. package/esm5/lib/igc-definition-base-component.js +129 -129
  156. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  157. package/esm5/lib/igc-header-component.js +24 -24
  158. package/esm5/lib/igc-image-column-component.js +12 -12
  159. package/esm5/lib/igc-numeric-column-component.js +35 -35
  160. package/esm5/lib/igc-section-header-component.js +24 -24
  161. package/esm5/lib/igc-summary-row-component.js +24 -24
  162. package/esm5/lib/igc-text-column-component.js +9 -9
  163. package/esm5/lib/igc-text-header-cell-info.js +93 -4
  164. package/esm5/public_api.js +1 -0
  165. package/fesm2015/igniteui-webcomponents-data-grids.js +9519 -8340
  166. package/fesm5/igniteui-webcomponents-data-grids.js +9704 -8364
  167. package/lib/CheckboxListBridge.d.ts +1 -0
  168. package/lib/CheckboxListExternal.d.ts +6 -0
  169. package/lib/CheckboxListView_combined.d.ts +153 -148
  170. package/lib/ColumnFilterCondition_combined.d.ts +1405 -1268
  171. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  172. package/lib/EditorCell.d.ts +51 -51
  173. package/lib/FilterCell.d.ts +53 -53
  174. package/lib/GridCellBase.d.ts +21 -19
  175. package/lib/GridExternalWrapper.d.ts +3 -0
  176. package/lib/GridFilterDialogView_combined.d.ts +81 -58
  177. package/lib/GridStyleRepository.d.ts +23 -84
  178. package/lib/GridStyleRepositoryKeys.d.ts +48 -0
  179. package/lib/ImageCell.d.ts +14 -14
  180. package/lib/SectionHeaderCell.d.ts +4 -2
  181. package/lib/SummaryCell.d.ts +6 -4
  182. package/lib/TemplateCell.d.ts +3 -3
  183. package/lib/TemplateHeader.d.ts +3 -3
  184. package/lib/TemplateHeaderCell.d.ts +2 -2
  185. package/lib/TemplateSectionHeader.d.ts +2 -2
  186. package/lib/TextCell.d.ts +4 -4
  187. package/lib/TextHeaderCell.d.ts +26 -24
  188. package/lib/VerticalSeparatorCell.d.ts +4 -4
  189. package/lib/igc-data-grid-column-component.d.ts +54 -0
  190. package/lib/igc-data-grid-component.d.ts +51 -1
  191. package/lib/igc-data-grid-filter-dialog-component.d.ts +27 -0
  192. package/lib/igc-data-grid-pager-component.d.ts +10 -0
  193. package/lib/igc-text-header-cell-info.d.ts +33 -0
  194. package/package.json +4 -4
  195. 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-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export let GridStyleRepositoryKeys_$type = /*@__PURE__*/ 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');
@@ -72,8 +72,8 @@ let SummaryChooserView = /*@__PURE__*/ (() => {
72
72
  this.e();
73
73
  }
74
74
  e() {
75
- if (this.model.f.bg > -1) {
76
- let a = this.model.r.count * this.model.f.bg;
75
+ if (this.model.f.bh > -1) {
76
+ let a = this.model.r.count * this.model.f.bh;
77
77
  a += 4;
78
78
  this.d.setStyleProperty("height", a + "px");
79
79
  }
@@ -98,10 +98,10 @@ let SummaryChooser = /*@__PURE__*/ (() => {
98
98
  this.w = null;
99
99
  this.l = 0;
100
100
  this.k = 0;
101
- this.a8 = BrushUtil.j(255, 24, 29, 31);
101
+ this.a8 = BrushUtil.l(255, 24, 29, 31);
102
102
  this.h = 0;
103
103
  this.g = 1;
104
- this.a7 = BrushUtil.j(255, 248, 248, 248);
104
+ this.a7 = BrushUtil.l(255, 248, 248, 248);
105
105
  this.summaryChanged = null;
106
106
  this.c = new SummaryChooserView();
107
107
  this.c.model = this;
@@ -317,12 +317,12 @@ let SummaryChooser = /*@__PURE__*/ (() => {
317
317
  a6() {
318
318
  if (this.e != null) {
319
319
  this.e.density = this.m;
320
- this.e.fh = this.ba;
320
+ this.e.fl = this.ba;
321
321
  this.e.baseTheme = this.i;
322
322
  this.e.backgroundColor = this.a9;
323
323
  this.e.showSelectAll = false;
324
- this.e.a7 = false;
325
- this.e.a3 = false;
324
+ this.e.a8 = false;
325
+ this.e.a4 = false;
326
326
  this.e.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
327
327
  this.e.itemsSource = this.q;
328
328
  this.e.dataMemberPath = "label";
@@ -376,7 +376,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
376
376
  if (d.iD == a) {
377
377
  d.isSelected = b;
378
378
  if (this.e != null) {
379
- this.e.dp(c, d, d);
379
+ this.e.dr(c, d, d);
380
380
  }
381
381
  break;
382
382
  }
@@ -388,7 +388,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
388
388
  c.label = b;
389
389
  this.q.add(c);
390
390
  if (this.e != null) {
391
- this.e.dl(this.q.count - 1, c);
391
+ this.e.dn(this.q.count - 1, c);
392
392
  }
393
393
  this.c.onItemInserted();
394
394
  }
@@ -398,7 +398,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
398
398
  if (c.iD == a) {
399
399
  this.q.removeAt(b);
400
400
  if (this.e != null) {
401
- this.e.dn(b, c);
401
+ this.e.dq(b, c);
402
402
  }
403
403
  break;
404
404
  }
@@ -411,7 +411,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
411
411
  if (d.iD == a) {
412
412
  d.label = b;
413
413
  if (this.e != null) {
414
- this.e.dp(c, d, d);
414
+ this.e.dr(c, d, d);
415
415
  }
416
416
  break;
417
417
  }
@@ -9,105 +9,105 @@ import { Base, runOn, markType } from "igniteui-webcomponents-core";
9
9
  import { stringIsNullOrEmpty } from "igniteui-webcomponents-core";
10
10
  let ImageCell = /*@__PURE__*/ (() => {
11
11
  class ImageCell extends GridCellBase {
12
- get d2() {
13
- return this.d1;
12
+ get d3() {
13
+ return this.d2;
14
14
  }
15
- get dz() {
16
- return this.dy;
15
+ get d0() {
16
+ return this.dz;
17
17
  }
18
- set dz(a) {
19
- this.dy = a;
18
+ set d0(a) {
19
+ this.dz = a;
20
20
  }
21
21
  constructor(a) {
22
22
  super(a);
23
+ this.d2 = null;
24
+ this.dw = 1;
25
+ this.dx = 3;
26
+ this.d4 = null;
27
+ this.dy = false;
28
+ this.dz = 1;
23
29
  this.d1 = null;
24
- this.dv = 1;
25
- this.dw = 3;
26
- this.d3 = null;
27
- this.dx = false;
28
- this.dy = 1;
29
- this.d0 = null;
30
- this.d1 = a.createElement("img");
31
- this.d1.listen("load", runOn(this, this.d6));
32
- this.d0 = a.createElement("div");
33
- this.d0.setRawStyleProperty("background-size", "contain");
34
- this.d0.setRawStyleProperty("background-repeat", "no-repeat");
35
- this.d0.setRawStyleProperty("background-position", "center");
36
- this.d0.setRawStyleProperty("width", "100%");
37
- this.d0.setRawStyleProperty("height", "100%");
30
+ this.d2 = a.createElement("img");
31
+ this.d2.listen("load", runOn(this, this.d7));
32
+ this.d1 = a.createElement("div");
33
+ this.d1.setRawStyleProperty("background-size", "contain");
34
+ this.d1.setRawStyleProperty("background-repeat", "no-repeat");
35
+ this.d1.setRawStyleProperty("background-position", "center");
36
+ this.d1.setRawStyleProperty("width", "100%");
37
+ this.d1.setRawStyleProperty("height", "100%");
38
38
  this.ar.setRawStyleProperty("text-align", "left");
39
39
  this.ar.setRawStyleProperty("vertical-align", "middle");
40
- this.ar.append(this.d0);
40
+ this.ar.append(this.d1);
41
41
  }
42
- d6(a) {
43
- this.dx = false;
44
- if (!stringIsNullOrEmpty(this.d3)) {
45
- this.d0.setRawStyleProperty("opacity", "1");
46
- this.d0.setRawStyleProperty("background-image", "url(" + this.d3 + ")");
42
+ d7(a) {
43
+ this.dy = false;
44
+ if (!stringIsNullOrEmpty(this.d4)) {
45
+ this.d1.setRawStyleProperty("opacity", "1");
46
+ this.d1.setRawStyleProperty("background-image", "url(" + this.d4 + ")");
47
47
  }
48
48
  }
49
- d7(a, b) {
50
- if (a == this.d3) {
49
+ d8(a, b) {
50
+ if (a == this.d4) {
51
51
  return;
52
52
  }
53
- this.d4();
54
- this.d0.setRawStyleProperty("opacity", "0");
53
+ this.d5();
54
+ this.d1.setRawStyleProperty("opacity", "0");
55
55
  if (a == null || a.length == 0) {
56
- this.d5(this.d1);
56
+ this.d6(this.d2);
57
57
  return;
58
58
  }
59
- if (Base.equalsStatic(a, this.d3)) {
59
+ if (Base.equalsStatic(a, this.d4)) {
60
60
  return;
61
61
  }
62
- this.eb(a, b);
63
- let img_ = this.d1.getNativeElement();
62
+ this.ec(a, b);
63
+ let img_ = this.d2.getNativeElement();
64
64
  if (img_ != null && (img_.complete)) {
65
- this.dx = false;
66
- this.d1.setRawStyleProperty("opacity", "1");
67
- this.d0.setRawStyleProperty("background-image", "url(" + this.d3 + ")");
65
+ this.dy = false;
66
+ this.d2.setRawStyleProperty("opacity", "1");
67
+ this.d1.setRawStyleProperty("background-image", "url(" + this.d4 + ")");
68
68
  }
69
69
  }
70
- d5(a) {
70
+ d6(a) {
71
71
  a.setAttribute("src", "");
72
- this.d0.setRawStyleProperty("background-image", "");
72
+ this.d1.setRawStyleProperty("background-image", "");
73
73
  }
74
- ea(a) {
74
+ eb(a) {
75
75
  switch (a) {
76
76
  case 1:
77
- this.d0.setRawStyleProperty("background-size", "100% 100%");
77
+ this.d1.setRawStyleProperty("background-size", "100% 100%");
78
78
  break;
79
79
  case 2:
80
- this.d0.setRawStyleProperty("background-size", "auto");
80
+ this.d1.setRawStyleProperty("background-size", "auto");
81
81
  break;
82
82
  case 0:
83
- this.d0.setRawStyleProperty("background-size", "contain");
83
+ this.d1.setRawStyleProperty("background-size", "contain");
84
84
  break;
85
85
  }
86
86
  }
87
- eb(a, b) {
88
- this.dx = true;
89
- this.d3 = a;
90
- this.d2.setAttribute("src", a);
87
+ ec(a, b) {
88
+ this.dy = true;
89
+ this.d4 = a;
90
+ this.d3.setAttribute("src", a);
91
91
  }
92
- d4() {
93
- if (this.dx) {
94
- this.d5(this.d1);
95
- this.d3 = "";
92
+ d5() {
93
+ if (this.dy) {
94
+ this.d6(this.d2);
95
+ this.d4 = "";
96
96
  }
97
97
  }
98
- d8(a) {
99
- this.dv = a;
100
- }
101
98
  d9(a) {
102
99
  this.dw = a;
103
100
  }
101
+ ea(a) {
102
+ this.dx = a;
103
+ }
104
104
  get_ae() {
105
105
  return true;
106
106
  }
107
107
  ck(a, b, c) {
108
108
  super.ck(a, b, c);
109
109
  if (a == "Indent" || a == "IsCollapsable") {
110
- this.d0.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
110
+ this.d1.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
111
111
  }
112
112
  }
113
113
  }
@@ -24,7 +24,7 @@ let ImageCellPresenter = /*@__PURE__*/ (() => {
24
24
  if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
25
25
  let c = Math.min(1, Math.max(0, a.c7));
26
26
  let d = a.cs * (1 - c);
27
- this.d.dz = d;
27
+ this.d.d0 = d;
28
28
  }
29
29
  if (b.bc(ImageCellModel.n4) || b.bc(ImageCellModel.n5)) {
30
30
  this.e(b.n8, b.n1);
@@ -34,7 +34,7 @@ let ImageCellPresenter = /*@__PURE__*/ (() => {
34
34
  }
35
35
  if (b.bc(ImageCellModel.hk)) {
36
36
  if (a.u == 1) {
37
- this.d.d4();
37
+ this.d.d5();
38
38
  }
39
39
  else if (a.u == 2) {
40
40
  this.e(b.n8, b.n1);
@@ -43,7 +43,7 @@ let ImageCellPresenter = /*@__PURE__*/ (() => {
43
43
  }
44
44
  }
45
45
  f(a, b, c) {
46
- this.d.ea(a);
46
+ this.d.eb(a);
47
47
  }
48
48
  e(a, b) {
49
49
  let c = a.toLowerCase();
@@ -51,35 +51,35 @@ let ImageCellPresenter = /*@__PURE__*/ (() => {
51
51
  b = 4;
52
52
  }
53
53
  if (stringStartsWith(c, "http") || b == 4) {
54
- this.d.d7(a, 4);
54
+ this.d.d8(a, 4);
55
55
  }
56
56
  if (stringStartsWith(c, "asset") || b == 2) {
57
57
  let d = a;
58
58
  if (stringStartsWith(c, "asset")) {
59
59
  d = a.substr(8);
60
60
  }
61
- this.d.d7(d, 2);
61
+ this.d.d8(d, 2);
62
62
  }
63
63
  if (stringStartsWith(c, "drawable") || b == 1) {
64
64
  let e = a;
65
65
  if (stringStartsWith(c, "drawable")) {
66
66
  e = a.substr(11);
67
67
  }
68
- this.d.d7(e, 1);
68
+ this.d.d8(e, 1);
69
69
  }
70
70
  if (stringStartsWith(c, "nativeresource") || b == 1) {
71
71
  let f = a;
72
72
  if (stringStartsWith(c, "nativeresource")) {
73
73
  f = a.substr(17);
74
74
  }
75
- this.d.d7(f, 1);
75
+ this.d.d8(f, 1);
76
76
  }
77
77
  if (stringStartsWith(c, "embeddedresource") || b == 3) {
78
78
  let g = a;
79
79
  if (stringStartsWith(c, "embeddedresource")) {
80
80
  g = a.substr(19);
81
81
  }
82
- this.d.d7(g, 3);
82
+ this.d.d8(g, 3);
83
83
  }
84
84
  }
85
85
  }
@@ -19,8 +19,8 @@ let MultiColumnComboBoxUtilities = /*@__PURE__*/ (() => {
19
19
  h.provideContainer(k);
20
20
  let l = k.getExternal(h, k.rootWrapper, k.getExternal(a, null, null));
21
21
  h.e = d;
22
- h.r = e;
23
- h.n = f;
22
+ h.s = e;
23
+ h.o = f;
24
24
  let m = b.createElement("div");
25
25
  m.setStyleProperty("display", "inline-block");
26
26
  i = new XIcon();
@@ -119,8 +119,8 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
119
119
  return;
120
120
  }
121
121
  this.p = false;
122
- if (b.g2 != a) {
123
- b.g2 = a;
122
+ if (b.g4 != a) {
123
+ b.g4 = a;
124
124
  this.p = true;
125
125
  }
126
126
  else {
@@ -139,9 +139,9 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
139
139
  this.co();
140
140
  let b = this.g.p();
141
141
  if (null != b) {
142
- let c = b.g2;
142
+ let c = b.g4;
143
143
  if (null != c) {
144
- b.g2 = null;
144
+ b.g4 = null;
145
145
  }
146
146
  }
147
147
  }
@@ -240,7 +240,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
240
240
  this.m = new Popup();
241
241
  this.m.ar = this.f.bn;
242
242
  this.m.ay = this.f.br;
243
- this.m.c0 = BrushUtil.j(255, 255, 255, 255);
243
+ this.m.c0 = BrushUtil.l(255, 255, 255, 255);
244
244
  this.m.a9 = 150;
245
245
  this.m.provideRenderer(b);
246
246
  let c = b.getExternal(this.m, b.rootWrapper, b.getExternal(this.g, null, null));
@@ -607,7 +607,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
607
607
  }
608
608
  this.w = true;
609
609
  if (stringIsNullOrEmpty(this.au)) {
610
- if (null != a.g2) {
610
+ if (null != a.g4) {
611
611
  this.aw(null);
612
612
  }
613
613
  else {
@@ -677,7 +677,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
677
677
  }
678
678
  let f = this.g;
679
679
  let g = this.g.p();
680
- e = g.mc();
680
+ e = g.mw();
681
681
  }
682
682
  d.d = e;
683
683
  d.b = a;
@@ -804,9 +804,9 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
804
804
  this.au = null;
805
805
  let a = this.g.p();
806
806
  if (null != a) {
807
- let b = a.g2;
807
+ let b = a.g4;
808
808
  if (null != b) {
809
- a.g2 = null;
809
+ a.g4 = null;
810
810
  }
811
811
  else {
812
812
  this.cw();
@@ -843,7 +843,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
843
843
  this.d.isColumnOptionsEnabled = false;
844
844
  this.d.isActiveCellStyleEnabled = false;
845
845
  this.d.cornerRadius = new CornerRadius(0, 0);
846
- this.d.iz = false;
846
+ this.d.i1 = false;
847
847
  let b = this.d;
848
848
  b.activeCellChanged = delegateCombine(b.activeCellChanged, runOn(this, this.a7));
849
849
  let c = this.d;
@@ -1122,7 +1122,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1122
1122
  }
1123
1123
  let k = this.e.activeCell;
1124
1124
  if (null != j.activeCell) {
1125
- this.d.km(false, false);
1125
+ this.d.ko(false, false);
1126
1126
  b.preventDefault();
1127
1127
  }
1128
1128
  else {
@@ -1149,7 +1149,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1149
1149
  }
1150
1150
  let o = this.e.activeCell;
1151
1151
  if (null != n.activeCell) {
1152
- this.d.kz(false, false);
1152
+ this.d.k1(false, false);
1153
1153
  b.preventDefault();
1154
1154
  }
1155
1155
  else {
@@ -1243,22 +1243,22 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
1243
1243
  constructor() {
1244
1244
  super();
1245
1245
  this.dd = null;
1246
- this.h1 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
1247
- this.h2 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
1246
+ this.h1 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
1247
+ this.h2 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
1248
1248
  this.co = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
1249
- this.io = XInputGroup.m.ai(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
1250
- this.gy = XInputGroup.m.y(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
1251
- this.h3 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
1249
+ this.io = XInputGroup.m.ak(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
1250
+ this.gy = XInputGroup.m.z(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
1251
+ this.h3 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
1252
1252
  this.cp = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
1253
- this.h4 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
1253
+ this.h4 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
1254
1254
  this.cq = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
1255
1255
  this.cr = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
1256
- this.h5 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
1256
+ this.h5 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
1257
1257
  this.cs = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
1258
1258
  this.ct = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
1259
- this.h6 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
1259
+ this.h6 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
1260
1260
  this.cu = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
1261
- this.h7 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
1261
+ this.h7 = XInputGroup.m.af(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
1262
1262
  this.cv = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
1263
1263
  this.cw = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleWidth");
1264
1264
  this.cx = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
@@ -1270,34 +1270,34 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
1270
1270
  this.c = null;
1271
1271
  this.m = ColumnWidth.a;
1272
1272
  this.ha = null;
1273
- this.gz = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
1273
+ this.gz = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
1274
1274
  this.af = 0;
1275
1275
  this.ae = 1;
1276
1276
  this.hb = null;
1277
- this.g0 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
1277
+ this.g0 = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
1278
1278
  this.b2 = NaN;
1279
1279
  this.bs = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
1280
1280
  this.bh = true;
1281
1281
  this.ik = new Thickness(1, NaN, NaN, NaN, NaN);
1282
- this.ij = ThemeResolver.ak(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
1282
+ this.ij = ThemeResolver.am(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
1283
1283
  this.gv = new CornerRadius(1, NaN, NaN, NaN, NaN);
1284
- this.gu = ThemeResolver.aa(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
1284
+ this.gu = ThemeResolver.ab(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
1285
1285
  this.b = null;
1286
1286
  this.al = 0;
1287
1287
  this.ak = 0;
1288
1288
  this.bk = true;
1289
1289
  this.hc = null;
1290
- this.g1 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
1290
+ this.g1 = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
1291
1291
  this.b3 = NaN;
1292
1292
  this.bt = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
1293
1293
  this.hd = null;
1294
- this.g2 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
1294
+ this.g2 = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
1295
1295
  this.b4 = NaN;
1296
1296
  this.bu = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
1297
1297
  this.b5 = NaN;
1298
1298
  this.bv = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
1299
1299
  this.he = null;
1300
- this.g3 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
1300
+ this.g3 = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
1301
1301
  this.b6 = NaN;
1302
1302
  this.bw = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
1303
1303
  this.b7 = NaN;
@@ -1324,11 +1324,11 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
1324
1324
  this.au = null;
1325
1325
  this.ar = null;
1326
1326
  this.hj = null;
1327
- this.g8 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
1327
+ this.g8 = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
1328
1328
  this.b8 = NaN;
1329
1329
  this.by = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
1330
1330
  this.hk = null;
1331
- this.g9 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
1331
+ this.g9 = ThemeResolver.ah(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
1332
1332
  this.b9 = NaN;
1333
1333
  this.bz = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleOpacity");
1334
1334
  this.ca = NaN;
@@ -2398,7 +2398,7 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
2398
2398
  return c._inner[0];
2399
2399
  }
2400
2400
  for (let d of fromEnum(c)) {
2401
- if (0 == StringComparer.b.compare(d.l7, a)) {
2401
+ if (0 == StringComparer.b.compare(d.mr, a)) {
2402
2402
  return d;
2403
2403
  }
2404
2404
  }
@@ -2712,13 +2712,13 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
2712
2712
  }
2713
2713
  MultiColumnComboBox.$t = /*@__PURE__*/ markType(MultiColumnComboBox, 'MultiColumnComboBox', Base.$, [INotifyPropertyChanged_$type]);
2714
2714
  MultiColumnComboBox.ag = 1;
2715
- MultiColumnComboBox.hy = /*@__PURE__*/ ThemeResolver.ah(MultiColumnComboBox.ag, XLabel.de, XLabel.c7);
2716
- MultiColumnComboBox.h0 = /*@__PURE__*/ ThemeResolver.ah(MultiColumnComboBox.ag, XLabel.de, XLabel.c7);
2717
- MultiColumnComboBox.hz = /*@__PURE__*/ BrushUtil.j(255, 255, 255, 255);
2715
+ MultiColumnComboBox.hy = /*@__PURE__*/ ThemeResolver.aj(MultiColumnComboBox.ag, XLabel.de, XLabel.c7);
2716
+ MultiColumnComboBox.h0 = /*@__PURE__*/ ThemeResolver.aj(MultiColumnComboBox.ag, XLabel.de, XLabel.c7);
2717
+ MultiColumnComboBox.hz = /*@__PURE__*/ BrushUtil.l(255, 255, 255, 255);
2718
2718
  MultiColumnComboBox.ay = null;
2719
2719
  MultiColumnComboBox.d3 = "ActualNoMatchesFoundLabelBackgroundColor";
2720
2720
  MultiColumnComboBox.az = null;
2721
- MultiColumnComboBox.h8 = /*@__PURE__*/ BrushUtil.j(221, 0, 0, 0);
2721
+ MultiColumnComboBox.h8 = /*@__PURE__*/ BrushUtil.l(221, 0, 0, 0);
2722
2722
  return MultiColumnComboBox;
2723
2723
  })();
2724
2724
  export { MultiColumnComboBox };
@@ -20,7 +20,7 @@ let NativeUIComboFactory = /*@__PURE__*/ (() => {
20
20
  return NativeUIComboFactory.a;
21
21
  }
22
22
  static register() {
23
- NativeUIComponent.as(NativeUIComboFactory.instance);
23
+ NativeUIComponent.at(NativeUIComboFactory.instance);
24
24
  }
25
25
  get flavor() {
26
26
  return this.c;
@@ -22,7 +22,7 @@ let NativeUIGridFactory = /*@__PURE__*/ (() => {
22
22
  return NativeUIGridFactory.a;
23
23
  }
24
24
  static register() {
25
- NativeUIComponent.as(NativeUIGridFactory.instance);
25
+ NativeUIComponent.at(NativeUIGridFactory.instance);
26
26
  }
27
27
  get flavor() {
28
28
  return this.c;
@@ -55,7 +55,7 @@ let NativeUIGridFactory = /*@__PURE__*/ (() => {
55
55
  let f = (comp_.i);
56
56
  let g = new CheckboxListBridge(f);
57
57
  let h = new NativeUICheckboxList();
58
- h.an = d;
58
+ h.ao = d;
59
59
  h.d = g;
60
60
  b(h);
61
61
  }, false);
@@ -10,18 +10,18 @@ let NumericCell = /*@__PURE__*/ (() => {
10
10
  class NumericCell extends TextCell {
11
11
  constructor(a) {
12
12
  super(a);
13
- this.c2(this.dw, 2);
14
- this.da(this.dw, 1);
13
+ this.c2(this.dx, 2);
14
+ this.db(this.dx, 1);
15
15
  }
16
16
  ck(a, b, c) {
17
17
  super.ck(a, b, c);
18
18
  if (a == "Indent" || a == "IsCollapsable") {
19
- this.dw.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
19
+ this.dx.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
20
20
  }
21
21
  }
22
22
  b8() {
23
23
  super.b8();
24
- this.dg(2, 1);
24
+ this.dh(2, 1);
25
25
  }
26
26
  }
27
27
  NumericCell.$t = /*@__PURE__*/ markType(NumericCell, 'NumericCell', TextCell.$);
@@ -23,9 +23,9 @@ let NumericCellPresenter = /*@__PURE__*/ (() => {
23
23
  if (a.a7) {
24
24
  if (a.bc(NumericCellModel.op) || a.bc(NumericCellModel.od) || a.bc(NumericCellModel.h2) || b.n6()) {
25
25
  b.kx = this.e(b);
26
- this.d.c8(this.d.dw, b.kx);
26
+ this.d.c8(this.d.dx, b.kx);
27
27
  }
28
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dw, this.a);
28
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
29
29
  }
30
30
  }
31
31
  e(a) {