igniteui-angular-data-grids 20.1.0-beta.0 → 20.2.0-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 (192) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +5727 -5576
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +1 -1
  4. package/esm2015/lib/CanvasCellPresenterBase.js +9 -9
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +9 -9
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +7 -7
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCell.js +1 -1
  12. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  13. package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
  14. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
  15. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  16. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  17. package/esm2015/lib/CellPresenterBase.js +40 -37
  18. package/esm2015/lib/CheckboxListBridge.js +4 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +778 -743
  20. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +2894 -2867
  22. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  23. package/esm2015/lib/ColumnPinningView_combined.js +7 -7
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +13 -13
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  27. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  28. package/esm2015/lib/EditorCell.js +303 -303
  29. package/esm2015/lib/EditorCellPresenter.js +27 -27
  30. package/esm2015/lib/EditorRowCell.js +1 -1
  31. package/esm2015/lib/FilterCell.js +272 -272
  32. package/esm2015/lib/FilterCellPresenter.js +16 -16
  33. package/esm2015/lib/GridCellBase.js +354 -335
  34. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
  35. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
  36. package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
  37. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  38. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  39. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  40. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  41. package/esm2015/lib/GridExternalWrapper.js +6 -6
  42. package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
  43. package/esm2015/lib/GridSortIndicatorView_combined.js +15 -8
  44. package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
  45. package/esm2015/lib/ImageCell.js +59 -59
  46. package/esm2015/lib/ImageCellPresenter.js +17 -17
  47. package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
  48. package/esm2015/lib/NumericCell.js +8 -8
  49. package/esm2015/lib/NumericCellPresenter.js +9 -9
  50. package/esm2015/lib/PropertyEditorView_combined.js +21 -21
  51. package/esm2015/lib/SectionHeaderCell.js +15 -15
  52. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  53. package/esm2015/lib/SortIndicatorStyle.js +6 -2
  54. package/esm2015/lib/SummaryCell.js +40 -40
  55. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  56. package/esm2015/lib/TemplateCell.js +15 -15
  57. package/esm2015/lib/TemplateCellPresenter.js +5 -5
  58. package/esm2015/lib/TemplateHeader.js +2 -2
  59. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  60. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  61. package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
  62. package/esm2015/lib/TextCell.js +32 -32
  63. package/esm2015/lib/TextCellPresenter.js +10 -10
  64. package/esm2015/lib/TextHeaderCell.js +153 -153
  65. package/esm2015/lib/TextHeaderCellPresenter.js +25 -25
  66. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  67. package/esm2015/lib/igx-cell-info.js +164 -155
  68. package/esm2015/lib/igx-checkbox-list-component.js +82 -66
  69. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  70. package/esm2015/lib/igx-data-grid-column-component.js +87 -76
  71. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  72. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  73. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  74. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  75. package/esm2015/lib/igx-image-cell-info.js +6 -6
  76. package/esm2015/lib/igx-image-column-component.js +10 -10
  77. package/esm2015/lib/igx-numeric-cell-info.js +26 -26
  78. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  79. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  80. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  81. package/esm2015/lib/igx-template-cell-info.js +2 -2
  82. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  83. package/esm2015/lib/igx-text-cell-info.js +2 -2
  84. package/esm2015/lib/igx-text-column-component.js +8 -8
  85. package/esm2015/lib/igx-text-header-cell-info.js +10 -10
  86. package/esm5/lib/AccessibilityRow.js +1 -1
  87. package/esm5/lib/CanvasCellPresenterBase.js +9 -9
  88. package/esm5/lib/CanvasContentCellModelHelper.js +9 -9
  89. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  90. package/esm5/lib/CanvasGridCellBase.js +7 -7
  91. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  92. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  93. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  94. package/esm5/lib/CanvasSummaryCell.js +1 -1
  95. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  96. package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
  97. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
  98. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  99. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  100. package/esm5/lib/CellPresenterBase.js +40 -37
  101. package/esm5/lib/CheckboxListBridge.js +4 -0
  102. package/esm5/lib/CheckboxListView_combined.js +760 -725
  103. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  104. package/esm5/lib/ColumnFilterCondition_combined.js +2735 -2700
  105. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  106. package/esm5/lib/ColumnPinningView_combined.js +7 -7
  107. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  108. package/esm5/lib/ContentCellModelHelper.js +13 -13
  109. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  110. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  111. package/esm5/lib/EditorCell.js +285 -285
  112. package/esm5/lib/EditorCellPresenter.js +27 -27
  113. package/esm5/lib/EditorRowCell.js +1 -1
  114. package/esm5/lib/FilterCell.js +262 -262
  115. package/esm5/lib/FilterCellPresenter.js +16 -16
  116. package/esm5/lib/GridCellBase.js +349 -326
  117. package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
  118. package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
  119. package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
  120. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  121. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  122. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  123. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  124. package/esm5/lib/GridExternalWrapper.js +6 -6
  125. package/esm5/lib/GridFilterDialogView_combined.js +1 -1
  126. package/esm5/lib/GridSortIndicatorView_combined.js +15 -10
  127. package/esm5/lib/ISummaryChooserView_combined.js +9 -9
  128. package/esm5/lib/ImageCell.js +59 -59
  129. package/esm5/lib/ImageCellPresenter.js +17 -17
  130. package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
  131. package/esm5/lib/NumericCell.js +8 -8
  132. package/esm5/lib/NumericCellPresenter.js +9 -9
  133. package/esm5/lib/PropertyEditorView_combined.js +21 -21
  134. package/esm5/lib/SectionHeaderCell.js +15 -15
  135. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  136. package/esm5/lib/SortIndicatorStyle.js +6 -2
  137. package/esm5/lib/SummaryCell.js +40 -40
  138. package/esm5/lib/SummaryCellPresenter.js +10 -10
  139. package/esm5/lib/TemplateCell.js +15 -15
  140. package/esm5/lib/TemplateCellPresenter.js +5 -5
  141. package/esm5/lib/TemplateHeader.js +2 -2
  142. package/esm5/lib/TemplateHeaderCell.js +5 -5
  143. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  144. package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
  145. package/esm5/lib/TextCell.js +32 -32
  146. package/esm5/lib/TextCellPresenter.js +10 -10
  147. package/esm5/lib/TextHeaderCell.js +151 -151
  148. package/esm5/lib/TextHeaderCellPresenter.js +25 -25
  149. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  150. package/esm5/lib/igx-cell-info.js +168 -155
  151. package/esm5/lib/igx-checkbox-list-component.js +82 -66
  152. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  153. package/esm5/lib/igx-data-grid-column-component.js +91 -76
  154. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  155. package/esm5/lib/igx-date-time-column-component.js +20 -20
  156. package/esm5/lib/igx-editor-cell-info.js +23 -23
  157. package/esm5/lib/igx-filter-cell-info.js +26 -26
  158. package/esm5/lib/igx-image-cell-info.js +6 -6
  159. package/esm5/lib/igx-image-column-component.js +10 -10
  160. package/esm5/lib/igx-numeric-cell-info.js +26 -26
  161. package/esm5/lib/igx-numeric-column-component.js +30 -30
  162. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  163. package/esm5/lib/igx-summary-cell-info.js +9 -9
  164. package/esm5/lib/igx-template-cell-info.js +2 -2
  165. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  166. package/esm5/lib/igx-text-cell-info.js +2 -2
  167. package/esm5/lib/igx-text-column-component.js +8 -8
  168. package/esm5/lib/igx-text-header-cell-info.js +10 -10
  169. package/fesm2015/igniteui-angular-data-grids.js +5924 -5791
  170. package/fesm5/igniteui-angular-data-grids.js +5729 -5578
  171. package/lib/CheckboxListBridge.d.ts +1 -0
  172. package/lib/CheckboxListViewExternal.d.ts +1 -0
  173. package/lib/CheckboxListView_combined.d.ts +185 -179
  174. package/lib/ColumnFilterCondition_combined.d.ts +820 -813
  175. package/lib/EditorCell.d.ts +67 -67
  176. package/lib/FilterCell.d.ts +55 -55
  177. package/lib/GridCellBase.d.ts +105 -102
  178. package/lib/ImageCell.d.ts +17 -17
  179. package/lib/NumericCell.d.ts +2 -2
  180. package/lib/SectionHeaderCell.d.ts +3 -3
  181. package/lib/SortIndicatorStyle.d.ts +5 -1
  182. package/lib/SummaryCell.d.ts +9 -9
  183. package/lib/TemplateCell.d.ts +5 -5
  184. package/lib/TemplateHeaderCell.d.ts +2 -2
  185. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  186. package/lib/TextCell.d.ts +7 -7
  187. package/lib/TextHeaderCell.d.ts +29 -29
  188. package/lib/VerticalSeparatorCell.d.ts +8 -8
  189. package/lib/igx-cell-info.d.ts +6 -0
  190. package/lib/igx-checkbox-list-component.d.ts +10 -0
  191. package/lib/igx-data-grid-column-component.d.ts +7 -1
  192. package/package.json +4 -4
@@ -30,45 +30,46 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
30
30
  _this.a = null;
31
31
  _this.e = null;
32
32
  _this.c = null;
33
- _this.ai = null;
34
- _this.al = null;
33
+ _this.ak = null;
34
+ _this.an = null;
35
35
  _this.w = false;
36
- _this.am = null;
36
+ _this.ao = null;
37
37
  _this.j = null;
38
+ _this.a2 = 0;
39
+ _this.az = 24;
40
+ _this.a1 = 0;
38
41
  _this.a0 = 0;
39
- _this.ax = 24;
40
- _this.az = 0;
41
- _this.ay = 0;
42
- _this.a3 = 0;
42
+ _this.a5 = 0;
43
43
  _this.t = false;
44
44
  _this.u = false;
45
45
  _this.v = true;
46
- _this.ao = null;
47
- _this.bn = null;
48
- _this.dl = null;
46
+ _this.aq = null;
47
+ _this.bp = null;
48
+ _this.dp = null;
49
49
  _this.m = null;
50
50
  _this.x = false;
51
- _this.bm = null;
52
- _this.bl = null;
53
- _this.dk = null;
54
- _this.dj = null;
55
- _this.dq = Rect.empty;
56
- _this.aj = null;
57
- _this.an = null;
51
+ _this.bo = null;
52
+ _this.bn = null;
53
+ _this.dn = null;
54
+ _this.dm = null;
55
+ _this.dt = Rect.empty;
56
+ _this.al = null;
57
+ _this.ap = null;
58
58
  _this.l = null;
59
+ _this.ai = 5;
59
60
  _this.r = false;
60
- _this.a5 = 0;
61
61
  _this.a7 = 0;
62
+ _this.a9 = 0;
63
+ _this.a8 = 0;
62
64
  _this.a6 = 0;
63
- _this.a4 = 0;
64
- _this.as = 0;
65
65
  _this.au = 0;
66
+ _this.aw = 0;
67
+ _this.av = 0;
66
68
  _this.at = 0;
67
- _this.ar = 0;
68
- _this.di = null;
69
- _this.a1 = 0;
70
- _this.ba = 0;
71
- _this.a2 = 0;
69
+ _this.dl = null;
70
+ _this.a3 = 0;
71
+ _this.bc = 0;
72
+ _this.a4 = 0;
72
73
  _this.k = null;
73
74
  _this.g = 0;
74
75
  _this.i = 0;
@@ -76,37 +77,37 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
76
77
  _this.ag = 0;
77
78
  _this.h = 1;
78
79
  _this.y = false;
79
- _this.bj = 0;
80
- _this.bk = 0;
81
- _this.aq = 0;
82
- _this.a9 = -1;
83
- _this.av = 0;
80
+ _this.bl = 0;
81
+ _this.bm = 0;
82
+ _this.as = 0;
83
+ _this.bb = -1;
84
+ _this.ax = 0;
84
85
  _this.s = false;
85
- _this.ai = a;
86
- _this.al = _this.ai.createElement("div");
87
- _this.al.setAttribute("tabindex", "-1");
88
- _this.al.setRawStyleProperty("position", "absolute");
89
- _this.al.setRawStyleProperty("overflow", "hidden");
90
- _this.al.setRawStyleProperty("box-sizing", "border-box");
91
- _this.al.setRawStyleProperty("outline", "none");
86
+ _this.ak = a;
87
+ _this.an = _this.ak.createElement("div");
88
+ _this.an.setAttribute("tabindex", "-1");
89
+ _this.an.setRawStyleProperty("position", "absolute");
90
+ _this.an.setRawStyleProperty("overflow", "hidden");
91
+ _this.an.setRawStyleProperty("box-sizing", "border-box");
92
+ _this.an.setRawStyleProperty("outline", "none");
92
93
  var b = (window.navigator.msPointerEnabled && window.MSGesture !== undefined);
93
94
  var c = (window.PointerEvent !== undefined);
94
95
  var d = (window.TouchEvent);
95
96
  if ((b || c)) {
96
- _this.al.listen("pointerdown", runOn(_this, _this.cm));
97
- _this.al.listen("pointerup", runOn(_this, _this.cq));
98
- _this.al.listen("pointermove", runOn(_this, _this.cp));
99
- _this.al.listen("pointerleave", runOn(_this, _this.co));
100
- _this.al.listen("pointerenter", runOn(_this, _this.cn));
97
+ _this.an.listen("pointerdown", runOn(_this, _this.cp));
98
+ _this.an.listen("pointerup", runOn(_this, _this.ct));
99
+ _this.an.listen("pointermove", runOn(_this, _this.cs));
100
+ _this.an.listen("pointerleave", runOn(_this, _this.cr));
101
+ _this.an.listen("pointerenter", runOn(_this, _this.cq));
101
102
  }
102
103
  else {
103
- _this.al.listen("mousedown", runOn(_this, _this.b8));
104
- _this.al.listen("mouseup", runOn(_this, _this.cc));
105
- _this.al.listen("mousemove", runOn(_this, _this.cb));
106
- _this.al.listen("mouseleave", runOn(_this, _this.ca));
107
- _this.al.listen("touchstart", runOn(_this, _this.da));
108
- _this.al.listen("touchend", runOn(_this, _this.dc));
109
- _this.al.listen("touchmove", runOn(_this, _this.db));
104
+ _this.an.listen("mousedown", runOn(_this, _this.cb));
105
+ _this.an.listen("mouseup", runOn(_this, _this.cf));
106
+ _this.an.listen("mousemove", runOn(_this, _this.ce));
107
+ _this.an.listen("mouseleave", runOn(_this, _this.cd));
108
+ _this.an.listen("touchstart", runOn(_this, _this.dd));
109
+ _this.an.listen("touchend", runOn(_this, _this.df));
110
+ _this.an.listen("touchmove", runOn(_this, _this.de));
110
111
  }
111
112
  return _this;
112
113
  }
@@ -131,16 +132,16 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
131
132
  enumerable: false,
132
133
  configurable: true
133
134
  });
134
- Object.defineProperty(GridCellBase.prototype, "ak", {
135
+ Object.defineProperty(GridCellBase.prototype, "am", {
135
136
  get: function () {
136
- return this.ai;
137
+ return this.ak;
137
138
  },
138
139
  enumerable: false,
139
140
  configurable: true
140
141
  });
141
- Object.defineProperty(GridCellBase.prototype, "ap", {
142
+ Object.defineProperty(GridCellBase.prototype, "ar", {
142
143
  get: function () {
143
- return this.al;
144
+ return this.an;
144
145
  },
145
146
  enumerable: false,
146
147
  configurable: true
@@ -153,42 +154,42 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
153
154
  var b = this.w;
154
155
  this.w = a;
155
156
  if (b != this.w) {
156
- this.ch("IsRemoved", b, this.w);
157
+ this.ck("IsRemoved", b, this.w);
157
158
  }
158
159
  },
159
160
  enumerable: false,
160
161
  configurable: true
161
162
  });
162
- Object.defineProperty(GridCellBase.prototype, "bd", {
163
+ Object.defineProperty(GridCellBase.prototype, "bf", {
163
164
  get: function () {
164
- return this.a0;
165
+ return this.a2;
165
166
  },
166
167
  enumerable: false,
167
168
  configurable: true
168
169
  });
169
- Object.defineProperty(GridCellBase.prototype, "bb", {
170
+ Object.defineProperty(GridCellBase.prototype, "bd", {
170
171
  get: function () {
171
- return this.ay;
172
+ return this.a0;
172
173
  },
173
174
  enumerable: false,
174
175
  configurable: true
175
176
  });
176
- Object.defineProperty(GridCellBase.prototype, "bc", {
177
+ Object.defineProperty(GridCellBase.prototype, "be", {
177
178
  get: function () {
178
- return this.az;
179
+ return this.a1;
179
180
  },
180
181
  enumerable: false,
181
182
  configurable: true
182
183
  });
183
- Object.defineProperty(GridCellBase.prototype, "bg", {
184
+ Object.defineProperty(GridCellBase.prototype, "bi", {
184
185
  get: function () {
185
- return this.a3;
186
+ return this.a5;
186
187
  },
187
188
  set: function (a) {
188
- var b = this.a3;
189
- this.a3 = a;
190
- if (b != this.a3) {
191
- this.ch("Indent", b, this.a3);
189
+ var b = this.a5;
190
+ this.a5 = a;
191
+ if (b != this.a5) {
192
+ this.ck("Indent", b, this.a5);
192
193
  }
193
194
  },
194
195
  enumerable: false,
@@ -202,7 +203,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
202
203
  var b = this.t;
203
204
  this.t = a;
204
205
  if (b != this.t) {
205
- this.ch("IsCollapsable", b, this.t);
206
+ this.ck("IsCollapsable", b, this.t);
206
207
  }
207
208
  },
208
209
  enumerable: false,
@@ -216,7 +217,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
216
217
  var b = this.u;
217
218
  this.u = a;
218
219
  if (b != this.u) {
219
- this.ch("IsExpanded", b, this.u);
220
+ this.ck("IsExpanded", b, this.u);
220
221
  }
221
222
  },
222
223
  enumerable: false,
@@ -230,35 +231,35 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
230
231
  var b = this.v;
231
232
  this.v = a;
232
233
  if (b != this.v) {
233
- this.ch("IsHitTestVisible", b, this.v);
234
+ this.ck("IsHitTestVisible", b, this.v);
234
235
  }
235
236
  },
236
237
  enumerable: false,
237
238
  configurable: true
238
239
  });
239
- Object.defineProperty(GridCellBase.prototype, "b0", {
240
+ Object.defineProperty(GridCellBase.prototype, "b3", {
240
241
  get: function () {
241
- return this.bn;
242
+ return this.bp;
242
243
  },
243
244
  set: function (a) {
244
- var b = this.bn;
245
- this.bn = a;
246
- if (b != this.bn) {
247
- this.ch("SuffixText", b, this.bn);
245
+ var b = this.bp;
246
+ this.bp = a;
247
+ if (b != this.bp) {
248
+ this.ck("SuffixText", b, this.bp);
248
249
  }
249
250
  },
250
251
  enumerable: false,
251
252
  configurable: true
252
253
  });
253
- Object.defineProperty(GridCellBase.prototype, "dp", {
254
+ Object.defineProperty(GridCellBase.prototype, "ds", {
254
255
  get: function () {
255
- return this.dl;
256
+ return this.dp;
256
257
  },
257
258
  set: function (a) {
258
- var b = this.dl;
259
- this.dl = a;
260
- if (b != this.dl) {
261
- this.ch("SuffixTextColor", b, this.dl);
259
+ var b = this.dp;
260
+ this.dp = a;
261
+ if (b != this.dp) {
262
+ this.ck("SuffixTextColor", b, this.dp);
262
263
  }
263
264
  },
264
265
  enumerable: false,
@@ -272,165 +273,165 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
272
273
  var b = this.m;
273
274
  this.m = a;
274
275
  if (b != this.m) {
275
- this.ch("SuffixTextFont", b, this.m);
276
+ this.ck("SuffixTextFont", b, this.m);
276
277
  }
277
278
  },
278
279
  enumerable: false,
279
280
  configurable: true
280
281
  });
281
- GridCellBase.prototype.ci = function () {
282
- if (this.bn != null) {
283
- if (this.ao == null) {
284
- this.ao = this.ai.createElement("span");
285
- this.ao.setRawStyleProperty("display", "inline-block");
286
- this.ao.setRawStyleProperty("overflow", "hidden");
287
- this.ao.setRawStyleProperty("white-space", "nowrap");
288
- this.ao.setRawStyleProperty("margin-left", "5px");
282
+ GridCellBase.prototype.cl = function () {
283
+ if (this.bp != null) {
284
+ if (this.aq == null) {
285
+ this.aq = this.ak.createElement("span");
286
+ this.aq.setRawStyleProperty("display", "inline-block");
287
+ this.aq.setRawStyleProperty("overflow", "hidden");
288
+ this.aq.setRawStyleProperty("white-space", "nowrap");
289
+ this.aq.setRawStyleProperty("margin-left", this.aj + "px");
289
290
  }
290
- this.ck();
291
+ this.cn();
291
292
  if (!this.x) {
292
- this.ap.setRawStyleProperty("display", "grid");
293
- this.ap.setRawStyleProperty("grid-template-columns", "1fr min-content");
294
- this.ap.append(this.ao);
293
+ this.ar.setRawStyleProperty("display", "grid");
294
+ this.ar.setRawStyleProperty("grid-template-columns", "1fr min-content");
295
+ this.ar.append(this.aq);
295
296
  this.x = true;
296
297
  }
297
298
  }
298
299
  else {
299
300
  if (this.x) {
300
- this.ap.setRawStyleProperty("display", "unset");
301
- this.ap.setRawStyleProperty("grid-template-columns", "unset");
302
- this.ap.removeChild(this.ao);
301
+ this.ar.setRawStyleProperty("display", "unset");
302
+ this.ar.setRawStyleProperty("grid-template-columns", "unset");
303
+ this.ar.removeChild(this.aq);
303
304
  this.x = false;
304
305
  }
305
306
  }
306
307
  };
307
- Object.defineProperty(GridCellBase.prototype, "bw", {
308
+ Object.defineProperty(GridCellBase.prototype, "by", {
308
309
  get: function () {
309
- return this.bm;
310
+ return this.bo;
310
311
  },
311
312
  set: function (a) {
312
- var b = this.bm;
313
- this.bm = a;
314
- if (b != this.bm) {
315
- this.ch("SuffixIconName", b, this.bm);
313
+ var b = this.bo;
314
+ this.bo = a;
315
+ if (b != this.bo) {
316
+ this.ck("SuffixIconName", b, this.bo);
316
317
  }
317
318
  },
318
319
  enumerable: false,
319
320
  configurable: true
320
321
  });
321
- Object.defineProperty(GridCellBase.prototype, "bt", {
322
+ Object.defineProperty(GridCellBase.prototype, "bv", {
322
323
  get: function () {
323
- return this.bl;
324
+ return this.bn;
324
325
  },
325
326
  set: function (a) {
326
- var b = this.bl;
327
- this.bl = a;
328
- if (b != this.bl) {
329
- this.ch("SuffixIconCollectionName", b, this.bl);
327
+ var b = this.bn;
328
+ this.bn = a;
329
+ if (b != this.bn) {
330
+ this.ck("SuffixIconCollectionName", b, this.bn);
330
331
  }
331
332
  },
332
333
  enumerable: false,
333
334
  configurable: true
334
335
  });
335
- Object.defineProperty(GridCellBase.prototype, "dn", {
336
+ Object.defineProperty(GridCellBase.prototype, "dr", {
336
337
  get: function () {
337
- return this.dk;
338
+ return this.dn;
338
339
  },
339
340
  set: function (a) {
340
- var b = this.dk;
341
- this.dk = a;
342
- if (b != this.dk) {
343
- this.ch("SuffixIconStroke", b, this.dk);
341
+ var b = this.dn;
342
+ this.dn = a;
343
+ if (b != this.dn) {
344
+ this.ck("SuffixIconStroke", b, this.dn);
344
345
  }
345
346
  },
346
347
  enumerable: false,
347
348
  configurable: true
348
349
  });
349
- Object.defineProperty(GridCellBase.prototype, "dm", {
350
+ Object.defineProperty(GridCellBase.prototype, "dq", {
350
351
  get: function () {
351
- return this.dj;
352
+ return this.dm;
352
353
  },
353
354
  set: function (a) {
354
- var b = this.dj;
355
- this.dj = a;
356
- if (b != this.dj) {
357
- this.ch("SuffixIconFill", b, this.dj);
355
+ var b = this.dm;
356
+ this.dm = a;
357
+ if (b != this.dm) {
358
+ this.ck("SuffixIconFill", b, this.dm);
358
359
  }
359
360
  },
360
361
  enumerable: false,
361
362
  configurable: true
362
363
  });
363
- Object.defineProperty(GridCellBase.prototype, "dr", {
364
+ Object.defineProperty(GridCellBase.prototype, "du", {
364
365
  get: function () {
365
- return this.dq;
366
+ return this.dt;
366
367
  },
367
368
  set: function (a) {
368
- var b = this.dq;
369
- this.dq = a;
370
- if (Rect.l_op_Inequality(b, this.dq)) {
371
- this.ch("SuffixIconViewBox", b, this.dq);
369
+ var b = this.dt;
370
+ this.dt = a;
371
+ if (Rect.l_op_Inequality(b, this.dt)) {
372
+ this.ck("SuffixIconViewBox", b, this.dt);
372
373
  }
373
374
  },
374
375
  enumerable: false,
375
376
  configurable: true
376
377
  });
377
- GridCellBase.prototype.cj = function () {
378
- if (this.bm != null && this.bl != null) {
378
+ GridCellBase.prototype.cm = function () {
379
+ if (this.bo != null && this.bn != null) {
379
380
  if (this.l == null) {
380
- this.an = this.ai.createElement("div");
381
- this.aj = this.ai.getSubRenderer(this.an);
381
+ this.ap = this.ak.createElement("div");
382
+ this.al = this.ak.getSubRenderer(this.ap);
382
383
  this.l = new XIcon();
383
- this.l.provideContainer(this.aj);
384
- this.an.setRawStyleProperty("display", "inline-block");
385
- this.an.setRawStyleProperty("overflow", "hidden");
386
- this.an.setRawStyleProperty("margin-left", "5px");
384
+ this.l.provideContainer(this.al);
385
+ this.ap.setRawStyleProperty("display", "inline-block");
386
+ this.ap.setRawStyleProperty("overflow", "hidden");
387
+ this.ap.setRawStyleProperty("margin-left", this.aj + "px");
387
388
  }
388
- this.ck();
389
+ this.cn();
389
390
  if (!this.x) {
390
- this.ap.setRawStyleProperty("display", "grid");
391
- this.ap.setRawStyleProperty("grid-template-columns", "1fr min-content");
392
- this.ap.append(this.an);
391
+ this.ar.setRawStyleProperty("display", "grid");
392
+ this.ar.setRawStyleProperty("grid-template-columns", "1fr min-content");
393
+ this.ar.append(this.ap);
393
394
  this.x = true;
394
395
  }
395
396
  }
396
397
  else {
397
398
  if (this.x) {
398
- this.ap.setRawStyleProperty("display", "unset");
399
- this.ap.setRawStyleProperty("grid-template-columns", "unset");
400
- this.ap.removeChild(this.an);
399
+ this.ar.setRawStyleProperty("display", "unset");
400
+ this.ar.setRawStyleProperty("grid-template-columns", "unset");
401
+ this.ar.removeChild(this.ap);
401
402
  this.x = false;
402
403
  }
403
404
  }
404
405
  };
405
- GridCellBase.prototype.ck = function () {
406
- if (this.ao != null) {
407
- this.c5(this.ao, this.bn);
408
- this.c6(this.ao, this.dp);
409
- this.cx(this.ao, this.n);
410
- this.c7(this.ao, this.h);
406
+ GridCellBase.prototype.cn = function () {
407
+ if (this.aq != null) {
408
+ this.c8(this.aq, this.bp);
409
+ this.c9(this.aq, this.ds);
410
+ this.c0(this.aq, this.n);
411
+ this.da(this.aq, this.h);
411
412
  }
412
413
  if (this.l != null) {
413
- this.l.ea = this.dn;
414
- this.l.fill = this.dm;
415
- if (!this.dr.isEmpty && !isNaN_(this.dr.left) && !isNaN_(this.dr.top) && !isNaN_(this.dr.width) && !isNaN_(this.dr.height)) {
416
- this.l.a6 = this.dr.left;
417
- this.l.a7 = this.dr.top;
418
- this.l.a8 = this.dr.width;
419
- this.l.a5 = this.dr.height;
414
+ this.l.ea = this.dr;
415
+ this.l.fill = this.dq;
416
+ if (!this.du.isEmpty && !isNaN_(this.du.left) && !isNaN_(this.du.top) && !isNaN_(this.du.width) && !isNaN_(this.du.height)) {
417
+ this.l.a6 = this.du.left;
418
+ this.l.a7 = this.du.top;
419
+ this.l.a8 = this.du.width;
420
+ this.l.a5 = this.du.height;
420
421
  }
421
- this.c4(this.an, this.dn);
422
- this.cw(this.an, this.dm);
423
- this.c7(this.an, this.h);
424
- this.c0(this.l, this.bt, this.bw);
422
+ this.c7(this.ap, this.dr);
423
+ this.cz(this.ap, this.dq);
424
+ this.da(this.ap, this.h);
425
+ this.c3(this.l, this.bv, this.by);
425
426
  }
426
427
  };
427
- GridCellBase.prototype.c0 = function (a, b, c) {
428
+ GridCellBase.prototype.c3 = function (a, b, c) {
428
429
  a.svg = null;
429
430
  a.svgPath = null;
430
431
  a.b = null;
431
432
  a.b0 = null;
432
433
  a.bh = null;
433
- var d = SvgIconRegistry.instance.getSvgPathString(this.bl, this.bm);
434
+ var d = SvgIconRegistry.instance.getSvgPathString(this.bn, this.bo);
434
435
  if (d != null) {
435
436
  if (stringStartsWith(d, "<svg")) {
436
437
  a.svg = d;
@@ -440,52 +441,66 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
440
441
  }
441
442
  return;
442
443
  }
443
- var e = SvgIconRegistry.instance.getSvgPathsString(this.bl, this.bm);
444
+ var e = SvgIconRegistry.instance.getSvgPathsString(this.bn, this.bo);
444
445
  if (e != null) {
445
446
  a.b = e;
446
447
  return;
447
448
  }
448
- var f = SvgIconRegistry.instance.getDataURLString(this.bl, this.bm);
449
+ var f = SvgIconRegistry.instance.getDataURLString(this.bn, this.bo);
449
450
  if (f != null) {
450
451
  a.b0 = f;
451
452
  return;
452
453
  }
453
- var g = SvgIconRegistry.instance.getIconSource(this.bl, this.bm);
454
+ var g = SvgIconRegistry.instance.getIconSource(this.bn, this.bo);
454
455
  if (g != null) {
455
456
  a.bh = g;
456
457
  }
457
458
  };
458
- GridCellBase.prototype.b7 = function () {
459
- this.az = 10;
460
- this.ay = this.bg * 24;
461
- this.a0 = 24;
462
- if (this.am == null) {
463
- this.am = this.ai.createElement("div");
464
- this.am.setRawStyleProperty("display", "inline-block");
465
- this.am.setRawStyleProperty("vertical-align", "middle");
466
- this.am.setRawStyleProperty("width", this.a0 + "px");
467
- this.am.setRawStyleProperty("height", this.a0 + "px");
468
- this.am.setRawStyleProperty("cursor", "pointer");
469
- this.am.setRawStyleProperty("position", "absolute");
470
- this.am.setRawXPosition(this.a5 + this.ay);
471
- this.am.setRawYPosition(intDivide(this.a1, 2) - intDivide(this.ax, 2));
459
+ Object.defineProperty(GridCellBase.prototype, "aj", {
460
+ get: function () {
461
+ return this.ai;
462
+ },
463
+ set: function (a) {
464
+ var b = this.ai;
465
+ this.ai = a;
466
+ if (b != this.ai) {
467
+ this.ck("SuffixMargin", b, this.ai);
468
+ }
469
+ },
470
+ enumerable: false,
471
+ configurable: true
472
+ });
473
+ GridCellBase.prototype.ca = function () {
474
+ this.a1 = 10;
475
+ this.a0 = this.bi * 24;
476
+ this.a2 = 24;
477
+ if (this.ao == null) {
478
+ this.ao = this.ak.createElement("div");
479
+ this.ao.setRawStyleProperty("display", "inline-block");
480
+ this.ao.setRawStyleProperty("vertical-align", "middle");
481
+ this.ao.setRawStyleProperty("width", this.a2 + "px");
482
+ this.ao.setRawStyleProperty("height", this.a2 + "px");
483
+ this.ao.setRawStyleProperty("cursor", "pointer");
484
+ this.ao.setRawStyleProperty("position", "absolute");
485
+ this.ao.setRawXPosition(this.a7 + this.a0);
486
+ this.ao.setRawYPosition(intDivide(this.a3, 2) - intDivide(this.az, 2));
472
487
  }
473
488
  if (this.j == null) {
474
- var a = this.ai.getSubRenderer(this.am);
489
+ var a = this.ak.getSubRenderer(this.ao);
475
490
  this.j = new GridExpansionIndicator();
476
491
  this.j.ab(a);
477
492
  this.j.y(24, 24);
478
493
  }
479
- if (this.am.parent() == null) {
480
- this.al.append(this.am);
494
+ if (this.ao.parent() == null) {
495
+ this.an.append(this.ao);
481
496
  }
482
497
  };
483
- GridCellBase.prototype.cr = function () {
484
- this.a0 = 0;
485
- this.az = 0;
486
- if (this.am != null) {
487
- if (this.am.parent() != null) {
488
- this.am.remove();
498
+ GridCellBase.prototype.cu = function () {
499
+ this.a2 = 0;
500
+ this.a1 = 0;
501
+ if (this.ao != null) {
502
+ if (this.ao.parent() != null) {
503
+ this.ao.remove();
489
504
  }
490
505
  }
491
506
  };
@@ -509,32 +524,32 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
509
524
  enumerable: false,
510
525
  configurable: true
511
526
  });
512
- GridCellBase.prototype.c3 = function (a, b, c, d) {
513
- this.a5 = a;
514
- this.a7 = b;
515
- this.a6 = c;
516
- this.a4 = d;
517
- this.al.setRawStyleProperty("padding-left", a.toString() + "px");
518
- this.al.setRawStyleProperty("padding-top", b.toString() + "px");
519
- this.al.setRawStyleProperty("padding-right", c.toString() + "px");
520
- this.al.setRawStyleProperty("padding-bottom", d.toString() + "px");
527
+ GridCellBase.prototype.c6 = function (a, b, c, d) {
528
+ this.a7 = a;
529
+ this.a9 = b;
530
+ this.a8 = c;
531
+ this.a6 = d;
532
+ this.an.setRawStyleProperty("padding-left", a.toString() + "px");
533
+ this.an.setRawStyleProperty("padding-top", b.toString() + "px");
534
+ this.an.setRawStyleProperty("padding-right", c.toString() + "px");
535
+ this.an.setRawStyleProperty("padding-bottom", d.toString() + "px");
521
536
  };
522
- GridCellBase.prototype.cu = function (a, b, c, d, e) {
523
- this.as = b;
524
- this.au = c;
525
- this.at = d;
526
- this.ar = e;
527
- this.di = a;
537
+ GridCellBase.prototype.cx = function (a, b, c, d, e) {
538
+ this.au = b;
539
+ this.aw = c;
540
+ this.av = d;
541
+ this.at = e;
542
+ this.dl = a;
528
543
  if (a == null) {
529
- this.al.setRawStyleProperty("border", "");
544
+ this.an.setRawStyleProperty("border", "");
530
545
  }
531
546
  else {
532
- this.al.setRawStyleProperty("border-color", a._fill);
533
- this.al.setRawStyleProperty("border-left-width", b.toString() + "px");
534
- this.al.setRawStyleProperty("border-top-width", c.toString() + "px");
535
- this.al.setRawStyleProperty("border-right-width", d.toString() + "px");
536
- this.al.setRawStyleProperty("border-bottom-width", e.toString() + "px");
537
- this.al.setRawStyleProperty("border-style", "solid");
547
+ this.an.setRawStyleProperty("border-color", a._fill);
548
+ this.an.setRawStyleProperty("border-left-width", b.toString() + "px");
549
+ this.an.setRawStyleProperty("border-top-width", c.toString() + "px");
550
+ this.an.setRawStyleProperty("border-right-width", d.toString() + "px");
551
+ this.an.setRawStyleProperty("border-bottom-width", e.toString() + "px");
552
+ this.an.setRawStyleProperty("border-style", "solid");
538
553
  }
539
554
  };
540
555
  GridCellBase.prototype.get_ac = function () {
@@ -547,96 +562,96 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
547
562
  enumerable: false,
548
563
  configurable: true
549
564
  });
550
- Object.defineProperty(GridCellBase.prototype, "be", {
565
+ Object.defineProperty(GridCellBase.prototype, "bg", {
551
566
  get: function () {
552
- return this.a1;
567
+ return this.a3;
553
568
  },
554
569
  enumerable: false,
555
570
  configurable: true
556
571
  });
557
- Object.defineProperty(GridCellBase.prototype, "bh", {
572
+ Object.defineProperty(GridCellBase.prototype, "bj", {
558
573
  get: function () {
559
- return this.ba;
574
+ return this.bc;
560
575
  },
561
576
  enumerable: false,
562
577
  configurable: true
563
578
  });
564
- Object.defineProperty(GridCellBase.prototype, "bf", {
579
+ Object.defineProperty(GridCellBase.prototype, "bh", {
565
580
  get: function () {
566
- return this.a2;
581
+ return this.a4;
567
582
  },
568
583
  enumerable: false,
569
584
  configurable: true
570
585
  });
571
- GridCellBase.prototype.cy = function (a, b) {
572
- if (this.a1 != a || this.a2 != b) {
573
- var c = this.a1;
574
- this.a1 = a;
575
- this.a2 = b;
576
- var d = Math.max(0, this.a1 - this.a2);
577
- this.al.setRawStyleProperty("height", a.toString() + "px");
578
- if (this.am != null) {
579
- this.am.setRawYPosition(intDivide(this.a1, 2) - intDivide(this.a0, 2));
586
+ GridCellBase.prototype.c1 = function (a, b) {
587
+ if (this.a3 != a || this.a4 != b) {
588
+ var c = this.a3;
589
+ this.a3 = a;
590
+ this.a4 = b;
591
+ var d = Math.max(0, this.a3 - this.a4);
592
+ this.an.setRawStyleProperty("height", a.toString() + "px");
593
+ if (this.ao != null) {
594
+ this.ao.setRawYPosition(intDivide(this.a3, 2) - intDivide(this.a2, 2));
580
595
  }
581
- this.c9(this.ba, this.a1, this.ba, c);
596
+ this.dc(this.bc, this.a3, this.bc, c);
582
597
  }
583
598
  };
584
- GridCellBase.prototype.c8 = function (a, b) {
585
- if (this.ba != a) {
586
- var c = this.ba;
587
- this.ba = a;
588
- this.al.setRawStyleProperty("width", a.toString() + "px");
589
- this.c9(this.ba, this.a1, c, this.a1);
599
+ GridCellBase.prototype.db = function (a, b) {
600
+ if (this.bc != a) {
601
+ var c = this.bc;
602
+ this.bc = a;
603
+ this.an.setRawStyleProperty("width", a.toString() + "px");
604
+ this.dc(this.bc, this.a3, c, this.a3);
590
605
  }
591
606
  };
592
- GridCellBase.prototype.c9 = function (a, b, c, d) {
607
+ GridCellBase.prototype.dc = function (a, b, c, d) {
593
608
  };
594
- GridCellBase.prototype.b5 = function () {
609
+ GridCellBase.prototype.b8 = function () {
595
610
  if (!this.ae) {
596
611
  return;
597
612
  }
598
613
  this.r = true;
599
- this.k = new PlaceholderView(this.ai);
614
+ this.k = new PlaceholderView(this.ak);
600
615
  this.g = 0;
601
616
  this.i = 1;
602
617
  this.k.l = Color.u(120, 120, 120, 120);
603
618
  this.k.i = 0;
604
- this.al.append(this.k.g);
619
+ this.an.append(this.k.g);
605
620
  };
606
- GridCellBase.prototype.ct = function (a) {
607
- this.al.setRawStyleProperty("background-color", a.colorString);
621
+ GridCellBase.prototype.cw = function (a) {
622
+ this.an.setRawStyleProperty("background-color", a.colorString);
608
623
  };
609
- GridCellBase.prototype.c2 = function (a) {
610
- this.al.setRawStyleProperty("opacity", a.toString());
624
+ GridCellBase.prototype.c5 = function (a) {
625
+ this.an.setRawStyleProperty("opacity", a.toString());
611
626
  };
612
- GridCellBase.prototype.cx = function (a, b) {
627
+ GridCellBase.prototype.c0 = function (a, b) {
613
628
  if (b == null) {
614
- b = FontUtil.getDefaultFont(this.ak);
629
+ b = FontUtil.getDefaultFont(this.am);
615
630
  }
616
631
  a.setRawStyleProperty("font", b.fontString);
617
632
  };
618
- GridCellBase.prototype.c6 = function (a, b) {
633
+ GridCellBase.prototype.c9 = function (a, b) {
619
634
  var c = Color.u(0, 0, 0, 0);
620
635
  if (b != null) {
621
636
  c = b.color;
622
637
  }
623
638
  a.setRawStyleProperty("color", c.colorString);
624
639
  };
625
- GridCellBase.prototype.c4 = function (a, b) {
640
+ GridCellBase.prototype.c7 = function (a, b) {
626
641
  var c = Color.u(0, 0, 0, 0);
627
642
  if (b != null) {
628
643
  c = b.color;
629
644
  }
630
645
  a.setRawStyleProperty("stroke", c.colorString);
631
646
  };
632
- GridCellBase.prototype.cw = function (a, b) {
647
+ GridCellBase.prototype.cz = function (a, b) {
633
648
  var c = Color.u(0, 0, 0, 0);
634
649
  if (b != null) {
635
650
  c = b.color;
636
651
  }
637
652
  a.setRawStyleProperty("fill", c.colorString);
638
653
  };
639
- GridCellBase.prototype.c5 = function (a, b) {
654
+ GridCellBase.prototype.c8 = function (a, b) {
640
655
  if (a != null) {
641
656
  a.setRawText(b);
642
657
  }
@@ -645,19 +660,19 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
645
660
  if (TestRandomness.instance.testRandomnessSource != null) {
646
661
  return TestRandomness.instance.testRandomnessSource;
647
662
  }
648
- return new DefaultRandomnessSource(1, GridCellBase.bi);
663
+ return new DefaultRandomnessSource(1, GridCellBase.bk);
649
664
  };
650
665
  GridCellBase.prototype.p = function () {
651
666
  var a = this.q();
652
667
  return a.getGenerator("PlaceholderWidths");
653
668
  };
654
- GridCellBase.prototype.dh = function (a) {
669
+ GridCellBase.prototype.dk = function (a) {
655
670
  if (!this.ae) {
656
671
  return;
657
672
  }
658
673
  this.k.i = (a * 0.20000000298023224);
659
674
  };
660
- GridCellBase.prototype.df = function (a, b, c, d) {
675
+ GridCellBase.prototype.di = function (a, b, c, d) {
661
676
  if (this.k != null) {
662
677
  var e = this.ah;
663
678
  var f = this.ag;
@@ -677,15 +692,15 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
677
692
  this.k.g.setRawYPosition(b);
678
693
  }
679
694
  };
680
- GridCellBase.prototype.cf = function (a, b, c) {
695
+ GridCellBase.prototype.ci = function (a, b, c) {
681
696
  };
682
- GridCellBase.prototype.cl = function (a) {
697
+ GridCellBase.prototype.co = function (a) {
683
698
  this.h = a;
684
- if (this.ao != null) {
685
- this.c7(this.ao, a);
699
+ if (this.aq != null) {
700
+ this.da(this.aq, a);
686
701
  }
687
702
  };
688
- GridCellBase.prototype.dg = function (a) {
703
+ GridCellBase.prototype.dj = function (a) {
689
704
  if (!this.ae) {
690
705
  return;
691
706
  }
@@ -697,8 +712,8 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
697
712
  this.ag = b;
698
713
  this.k.d = (b);
699
714
  }
700
- var c = a.h2 * 0.2;
701
- var d = a.f6 * 0.6;
715
+ var c = a.h5 * 0.2;
716
+ var d = a.f8 * 0.6;
702
717
  if (this.ah >= c && this.ah <= d && !this.y) {
703
718
  return;
704
719
  }
@@ -711,9 +726,9 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
711
726
  this.ah = e;
712
727
  this.k.e = e;
713
728
  }
714
- this.df(this.a5 + this.ay + this.a0, this.a7, this.ba - (this.a5 + this.a6), this.a1 - (this.a7 + this.a4));
729
+ this.di(this.a7 + this.a0 + this.a2, this.a9, this.bc - (this.a7 + this.a8), this.a3 - (this.a9 + this.a6));
715
730
  };
716
- GridCellBase.prototype.dd = function (a, b) {
731
+ GridCellBase.prototype.dg = function (a, b) {
717
732
  if (!this.ae) {
718
733
  return;
719
734
  }
@@ -721,7 +736,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
721
736
  this.i = b;
722
737
  this.y = true;
723
738
  };
724
- GridCellBase.prototype.de = function (a) {
739
+ GridCellBase.prototype.dh = function (a) {
725
740
  if (!this.ae) {
726
741
  return;
727
742
  }
@@ -729,32 +744,32 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
729
744
  this.k.l = a.color;
730
745
  }
731
746
  };
732
- GridCellBase.prototype.cs = function (a) {
747
+ GridCellBase.prototype.cv = function (a) {
733
748
  this.a = a;
734
749
  };
735
- GridCellBase.prototype.c1 = function (a) {
750
+ GridCellBase.prototype.c4 = function (a) {
736
751
  this.e = a;
737
752
  };
738
- GridCellBase.prototype.cv = function (a) {
753
+ GridCellBase.prototype.cy = function (a) {
739
754
  this.c = a;
740
755
  };
741
- GridCellBase.prototype.cz = function (a, b) {
756
+ GridCellBase.prototype.c2 = function (a, b) {
742
757
  switch (b) {
743
758
  case 0:
744
- this.ap.setRawStyleProperty("text-align", "left");
759
+ this.ar.setRawStyleProperty("text-align", "left");
745
760
  break;
746
761
  case 1:
747
- this.ap.setRawStyleProperty("text-align", "center");
762
+ this.ar.setRawStyleProperty("text-align", "center");
748
763
  break;
749
764
  case 2:
750
- this.ap.setRawStyleProperty("text-align", "right");
765
+ this.ar.setRawStyleProperty("text-align", "right");
751
766
  break;
752
767
  case 3:
753
- this.ap.setRawStyleProperty("text-align", "center");
768
+ this.ar.setRawStyleProperty("text-align", "center");
754
769
  break;
755
770
  }
756
771
  };
757
- GridCellBase.prototype.c7 = function (a, b) {
772
+ GridCellBase.prototype.da = function (a, b) {
758
773
  switch (b) {
759
774
  case 0:
760
775
  a.setRawStyleProperty("vertical-align", "top");
@@ -777,67 +792,67 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
777
792
  GridCellBase.prototype.af = function (a) {
778
793
  return a.isClickActionDesired;
779
794
  };
780
- GridCellBase.prototype.b8 = function (a) {
795
+ GridCellBase.prototype.cb = function (a) {
781
796
  this.onContactStarted(a, false);
782
797
  };
783
- GridCellBase.prototype.cc = function (a) {
798
+ GridCellBase.prototype.cf = function (a) {
784
799
  this.onContactCompleted(a, false);
785
800
  };
786
- GridCellBase.prototype.cb = function (a) {
801
+ GridCellBase.prototype.ce = function (a) {
787
802
  this.onContactMoved(a, false);
788
803
  };
789
- GridCellBase.prototype.ca = function (a) {
790
- this.ce(a, false);
804
+ GridCellBase.prototype.cd = function (a) {
805
+ this.ch(a, false);
791
806
  };
792
- GridCellBase.prototype.b9 = function (a) {
793
- this.cd(a, false);
807
+ GridCellBase.prototype.cc = function (a) {
808
+ this.cg(a, false);
794
809
  };
795
- GridCellBase.prototype.cm = function (e_) {
810
+ GridCellBase.prototype.cp = function (e_) {
796
811
  var a = (e_.originalEvent.pointerType);
797
812
  if (a == "touch") {
798
- this.da(e_);
813
+ this.dd(e_);
799
814
  }
800
815
  else {
801
- this.b8(e_);
816
+ this.cb(e_);
802
817
  }
803
818
  };
804
- GridCellBase.prototype.cp = function (e_) {
819
+ GridCellBase.prototype.cs = function (e_) {
805
820
  var a = (e_.originalEvent.pointerType);
806
821
  if (a == "touch") {
807
- this.db(e_);
822
+ this.de(e_);
808
823
  }
809
824
  else {
810
- this.cb(e_);
825
+ this.ce(e_);
811
826
  }
812
827
  };
813
- GridCellBase.prototype.cq = function (e_) {
828
+ GridCellBase.prototype.ct = function (e_) {
814
829
  var a = (e_.originalEvent.pointerType);
815
830
  if (a == "touch") {
816
- this.dc(e_);
831
+ this.df(e_);
817
832
  }
818
833
  else {
819
- this.cc(e_);
834
+ this.cf(e_);
820
835
  }
821
836
  };
822
- GridCellBase.prototype.co = function (e_) {
837
+ GridCellBase.prototype.cr = function (e_) {
823
838
  var a = (e_.originalEvent.pointerType);
824
839
  if (a != "touch") {
825
- this.ca(e_);
840
+ this.cd(e_);
826
841
  }
827
842
  };
828
- GridCellBase.prototype.cn = function (e_) {
843
+ GridCellBase.prototype.cq = function (e_) {
829
844
  var a = (e_.originalEvent.pointerType);
830
845
  if (a != "touch") {
831
- this.b9(e_);
846
+ this.cc(e_);
832
847
  }
833
848
  };
834
- GridCellBase.prototype.da = function (a) {
849
+ GridCellBase.prototype.dd = function (a) {
835
850
  this.onContactStarted(a, true);
836
851
  };
837
- GridCellBase.prototype.db = function (a) {
852
+ GridCellBase.prototype.de = function (a) {
838
853
  this.onContactMoved(a, true);
839
854
  };
840
- GridCellBase.prototype.dc = function (a) {
855
+ GridCellBase.prototype.df = function (a) {
841
856
  this.onContactCompleted(a, true);
842
857
  };
843
858
  GridCellBase.prototype.onContactStarted = function (e_, a) {
@@ -852,13 +867,13 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
852
867
  }
853
868
  else {
854
869
  if (this.a != null && this.af(this.a)) {
855
- this.bj = e_.pageX;
856
- this.bk = e_.pageY;
857
- if (this.a9 != e_.which) {
858
- this.av = 0;
870
+ this.bl = e_.pageX;
871
+ this.bm = e_.pageY;
872
+ if (this.bb != e_.which) {
873
+ this.ax = 0;
859
874
  }
860
- this.a9 = e_.which;
861
- this.a.mouseDownCell(this.bj, this.bk);
875
+ this.bb = e_.which;
876
+ this.a.mouseDownCell(this.bl, this.bm);
862
877
  }
863
878
  }
864
879
  };
@@ -869,7 +884,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
869
884
  if (this.af(this.a)) {
870
885
  if (this.a.isMouseDown) {
871
886
  if (b) {
872
- if (PointUtil.equals(this.a.mousePosition, null) || Math.abs(c - this.a.mousePosition.x) > GridCellBase.a8 || Math.abs(d - this.a.mousePosition.y) > GridCellBase.a8) {
887
+ if (PointUtil.equals(this.a.mousePosition, null) || Math.abs(c - this.a.mousePosition.x) > GridCellBase.ba || Math.abs(d - this.a.mousePosition.y) > GridCellBase.ba) {
873
888
  this.a.mouseUpCell(c, d);
874
889
  }
875
890
  else {
@@ -880,8 +895,8 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
880
895
  if (PointUtil.equals(this.a.mousePosition, null)) {
881
896
  this.a.mouseUpCell(c, d);
882
897
  }
883
- else if (this.a9 == 1) {
884
- if (Math.abs(c - this.a.mousePosition.x) > GridCellBase.aw || Math.abs(d - this.a.mousePosition.y) > GridCellBase.aw) {
898
+ else if (this.bb == 1) {
899
+ if (Math.abs(c - this.a.mousePosition.x) > GridCellBase.ay || Math.abs(d - this.a.mousePosition.y) > GridCellBase.ay) {
885
900
  this.a.isControlPressed = a.ctrlKey;
886
901
  this.a.dragStarted();
887
902
  }
@@ -896,8 +911,8 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
896
911
  };
897
912
  GridCellBase.prototype.onContactCompleted = function (e_, a) {
898
913
  var _this = this;
899
- this.av++;
900
- window.setTimeout(function () { return _this.av = 0; }, 250);
914
+ this.ax++;
915
+ window.setTimeout(function () { return _this.ax = 0; }, 250);
901
916
  var b = false;
902
917
  if (this.aa) {
903
918
  var indicator_ = this.j.q();
@@ -910,14 +925,14 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
910
925
  if (this.a != null && this.af(this.a)) {
911
926
  var c = e_.pageX;
912
927
  var d = e_.pageY;
913
- if (PointUtil.equals(this.a.mousePosition, null) || Math.abs(c - this.a.mousePosition.x) > GridCellBase.a8 || Math.abs(d - this.a.mousePosition.y) > GridCellBase.a8 || this.a.isDrag) {
928
+ if (PointUtil.equals(this.a.mousePosition, null) || Math.abs(c - this.a.mousePosition.x) > GridCellBase.ba || Math.abs(d - this.a.mousePosition.y) > GridCellBase.ba || this.a.isDrag) {
914
929
  this.a.mouseUpCell(c, d);
915
930
  }
916
931
  if (this.a.isCellDown()) {
917
932
  this.a.isControlPressed = e_.ctrlKey;
918
933
  this.a.isShiftPressed = e_.shiftKey;
919
- if (this.av > 1) {
920
- switch (this.a9) {
934
+ if (this.ax > 1) {
935
+ switch (this.bb) {
921
936
  case 1:
922
937
  this.a.doubleClicked(0);
923
938
  break;
@@ -954,7 +969,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
954
969
  }
955
970
  this.s = false;
956
971
  };
957
- GridCellBase.prototype.ce = function (a, b) {
972
+ GridCellBase.prototype.ch = function (a, b) {
958
973
  if (this.a != null) {
959
974
  if (this.af(this.a)) {
960
975
  if (this.a.isMouseDown) {
@@ -971,7 +986,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
971
986
  }
972
987
  }
973
988
  };
974
- GridCellBase.prototype.cd = function (a, b) {
989
+ GridCellBase.prototype.cg = function (a, b) {
975
990
  if (this.a != null && this.a.isEnterActionDesired) {
976
991
  var c = a.pageX;
977
992
  var d = a.pageY;
@@ -980,22 +995,22 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
980
995
  };
981
996
  GridCellBase.prototype.onDoubleClick = function (a) {
982
997
  };
983
- GridCellBase.prototype.ch = function (a, b, c) {
998
+ GridCellBase.prototype.ck = function (a, b, c) {
984
999
  switch (a) {
985
1000
  case "Indent":
986
- this.ay = this.bg * 24;
987
- this.az = this.bg > 0 ? 10 : 0;
988
- if (this.am != null) {
989
- this.am.setRawXPosition(this.a5 + this.ay);
990
- this.am.setRawYPosition(intDivide(this.a1, 2) - intDivide(this.ax, 2));
1001
+ this.a0 = this.bi * 24;
1002
+ this.a1 = this.bi > 0 ? 10 : 0;
1003
+ if (this.ao != null) {
1004
+ this.ao.setRawXPosition(this.a7 + this.a0);
1005
+ this.ao.setRawYPosition(intDivide(this.a3, 2) - intDivide(this.az, 2));
991
1006
  }
992
1007
  break;
993
1008
  case "IsCollapsable":
994
1009
  if (this.aa) {
995
- this.b7();
1010
+ this.ca();
996
1011
  }
997
1012
  else {
998
- this.cr();
1013
+ this.cu();
999
1014
  }
1000
1015
  break;
1001
1016
  case "IsExpanded":
@@ -1004,32 +1019,40 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
1004
1019
  }
1005
1020
  break;
1006
1021
  case "IsHitTestVisible":
1007
- this.ap.setRawStyleProperty("pointer-events", this.ad ? "auto" : "none");
1022
+ this.ar.setRawStyleProperty("pointer-events", this.ad ? "auto" : "none");
1008
1023
  break;
1009
1024
  case "SuffixText":
1010
- this.ci();
1025
+ this.cl();
1011
1026
  break;
1012
1027
  case "SuffixIconName":
1013
1028
  case "SuffixIconCollectionName":
1014
- this.cj();
1029
+ this.cm();
1015
1030
  break;
1016
1031
  case "SuffixTextColor":
1017
1032
  case "SuffixTextFont":
1018
1033
  case "SuffixIconStroke":
1019
1034
  case "SuffixIconFill":
1020
1035
  case "SuffixIconViewBox":
1021
- this.ck();
1036
+ this.cn();
1037
+ break;
1038
+ case "SuffixMargin":
1039
+ if (this.ap != null) {
1040
+ this.ap.setRawStyleProperty("margin-left", this.aj + "px");
1041
+ }
1042
+ if (this.aq != null) {
1043
+ this.aq.setRawStyleProperty("margin-left", this.aj + "px");
1044
+ }
1022
1045
  break;
1023
1046
  }
1024
1047
  };
1025
- GridCellBase.prototype.cg = function () {
1048
+ GridCellBase.prototype.cj = function () {
1026
1049
  };
1027
- GridCellBase.prototype.b6 = function () {
1028
- this.al.focus(true);
1050
+ GridCellBase.prototype.b9 = function () {
1051
+ this.an.focus(true);
1029
1052
  };
1030
- GridCellBase.prototype.b4 = function () {
1053
+ GridCellBase.prototype.b7 = function () {
1031
1054
  if (this.a != null) {
1032
- var a = this.al.clone();
1055
+ var a = this.an.clone();
1033
1056
  this.a.passCellClone(a);
1034
1057
  }
1035
1058
  };
@@ -1037,9 +1060,9 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
1037
1060
  };
1038
1061
  GridCellBase.$t = markType(GridCellBase, 'GridCellBase', Base.$, [INativeCell_$type]);
1039
1062
  GridCellBase.o = null;
1040
- GridCellBase.bi = new Random(0);
1041
- GridCellBase.a8 = 10;
1042
- GridCellBase.aw = 3;
1063
+ GridCellBase.bk = new Random(0);
1064
+ GridCellBase.ba = 10;
1065
+ GridCellBase.ay = 3;
1043
1066
  return GridCellBase;
1044
1067
  }(Base));
1045
1068
  export { GridCellBase };