igniteui-webcomponents-grids 3.2.3 → 3.2.4

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 (188) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +10236 -9350
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/BaseEditorView.js +5 -0
  4. package/esm2015/lib/CanvasCellPresenterBase.js +10 -10
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +11 -11
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +2 -2
  7. package/esm2015/lib/CanvasGridCellBase.js +305 -289
  8. package/esm2015/lib/CanvasImageCell.js +29 -29
  9. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  10. package/esm2015/lib/CanvasNumericCell.js +2 -2
  11. package/esm2015/lib/CanvasNumericCellPresenter.js +3 -3
  12. package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
  13. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +2 -2
  14. package/esm2015/lib/CanvasSummaryCell.js +51 -51
  15. package/esm2015/lib/CanvasSummaryCellPresenter.js +5 -5
  16. package/esm2015/lib/CanvasTemplateCell.js +7 -7
  17. package/esm2015/lib/CanvasTemplateCellPresenter.js +3 -3
  18. package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
  19. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  20. package/esm2015/lib/CanvasTextCell.js +3 -3
  21. package/esm2015/lib/CanvasTextCellPresenter.js +2 -2
  22. package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
  23. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  24. package/esm2015/lib/CellPresenterBase.js +1 -1
  25. package/esm2015/lib/CheckboxListView_combined.js +341 -306
  26. package/esm2015/lib/ColumnChooserView_combined.js +22 -22
  27. package/esm2015/lib/ColumnFilterCondition_combined.js +7498 -7180
  28. package/esm2015/lib/ColumnGroupDescription.js +22 -0
  29. package/esm2015/lib/ColumnGroupDescriptionCollection.js +14 -8
  30. package/esm2015/lib/ColumnGroupingView_combined.js +25 -25
  31. package/esm2015/lib/ColumnPinningView_combined.js +22 -22
  32. package/esm2015/lib/ColumnSortDescriptionCollection.js +12 -6
  33. package/esm2015/lib/ColumnSummaryDescriptionCollection.js +12 -6
  34. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +23 -18
  35. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  36. package/esm2015/lib/DataGridCellLayoutPanel.js +27 -25
  37. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  38. package/esm2015/lib/DataGridToolbarView_combined.js +17 -17
  39. package/esm2015/lib/DateTimeColumnValueFormatter.js +90 -1
  40. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +25 -25
  41. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +10 -10
  42. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  43. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +6 -6
  44. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  45. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  46. package/esm2015/lib/GridColumnPinOptionsView_combined.js +5 -5
  47. package/esm2015/lib/GridColumnSortOptionsView_combined.js +5 -5
  48. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +15 -15
  49. package/esm2015/lib/GridExternalWrapper.js +18 -6
  50. package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
  51. package/esm2015/lib/ISummaryChooserView_combined.js +13 -13
  52. package/esm2015/lib/MultiColumnComboBoxView_combined.js +47 -47
  53. package/esm2015/lib/MultiColumnComboVisualModelExport.js +1 -1
  54. package/esm2015/lib/NumericCellPresenter.js +1 -1
  55. package/esm2015/lib/PropertyEditorView_combined.js +40 -40
  56. package/esm2015/lib/TemplateCellPresenter.js +1 -1
  57. package/esm2015/lib/TemplateHeader.js +8 -8
  58. package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
  59. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  60. package/esm2015/lib/TextEditorView.js +28 -10
  61. package/esm2015/lib/VerticalSeparatorCell.js +46 -8
  62. package/esm2015/lib/VisualModelExport.js +120 -100
  63. package/esm2015/lib/igc-checkbox-list-component.js +74 -54
  64. package/esm2015/lib/igc-column-component.js +164 -164
  65. package/esm2015/lib/igc-column-group-description-collection.js +13 -3
  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-column-sort-description-collection.js +13 -3
  69. package/esm2015/lib/igc-column-summary-description-collection.js +13 -3
  70. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  71. package/esm2015/lib/igc-data-grid-component.js +699 -593
  72. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  73. package/esm2015/lib/igc-definition-base-component.js +50 -50
  74. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  75. package/esm2015/lib/igc-header-component.js +24 -24
  76. package/esm2015/lib/igc-image-column-component.js +12 -12
  77. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  78. package/esm2015/lib/igc-section-header-component.js +24 -24
  79. package/esm2015/lib/igc-summary-row-component.js +24 -24
  80. package/esm2015/lib/igc-text-column-component.js +9 -9
  81. package/esm5/lib/BaseEditorView.js +5 -0
  82. package/esm5/lib/CanvasCellPresenterBase.js +10 -10
  83. package/esm5/lib/CanvasContentCellModelHelper.js +11 -11
  84. package/esm5/lib/CanvasDateTimeCellPresenter.js +2 -2
  85. package/esm5/lib/CanvasGridCellBase.js +304 -288
  86. package/esm5/lib/CanvasImageCell.js +28 -28
  87. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  88. package/esm5/lib/CanvasNumericCell.js +2 -2
  89. package/esm5/lib/CanvasNumericCellPresenter.js +3 -3
  90. package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
  91. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +2 -2
  92. package/esm5/lib/CanvasSummaryCell.js +51 -51
  93. package/esm5/lib/CanvasSummaryCellPresenter.js +5 -5
  94. package/esm5/lib/CanvasTemplateCell.js +7 -7
  95. package/esm5/lib/CanvasTemplateCellPresenter.js +3 -3
  96. package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
  97. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  98. package/esm5/lib/CanvasTextCell.js +3 -3
  99. package/esm5/lib/CanvasTextCellPresenter.js +2 -2
  100. package/esm5/lib/CanvasTextHeaderCell.js +24 -24
  101. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  102. package/esm5/lib/CellPresenterBase.js +1 -1
  103. package/esm5/lib/CheckboxListView_combined.js +339 -296
  104. package/esm5/lib/ColumnChooserView_combined.js +22 -22
  105. package/esm5/lib/ColumnFilterCondition_combined.js +7319 -6934
  106. package/esm5/lib/ColumnGroupDescription.js +22 -0
  107. package/esm5/lib/ColumnGroupDescriptionCollection.js +18 -8
  108. package/esm5/lib/ColumnGroupingView_combined.js +25 -25
  109. package/esm5/lib/ColumnPinningView_combined.js +22 -22
  110. package/esm5/lib/ColumnSortDescriptionCollection.js +16 -6
  111. package/esm5/lib/ColumnSummaryDescriptionCollection.js +16 -6
  112. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +23 -18
  113. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  114. package/esm5/lib/DataGridCellLayoutPanel.js +27 -25
  115. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  116. package/esm5/lib/DataGridToolbarView_combined.js +17 -17
  117. package/esm5/lib/DateTimeColumnValueFormatter.js +92 -1
  118. package/esm5/lib/GridColumnFilterOptionsView_combined.js +25 -25
  119. package/esm5/lib/GridColumnGroupOptionsView_combined.js +10 -10
  120. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  121. package/esm5/lib/GridColumnMoveOptionsView_combined.js +6 -6
  122. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  123. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  124. package/esm5/lib/GridColumnPinOptionsView_combined.js +5 -5
  125. package/esm5/lib/GridColumnSortOptionsView_combined.js +5 -5
  126. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +15 -15
  127. package/esm5/lib/GridExternalWrapper.js +18 -6
  128. package/esm5/lib/GridFilterDialogView_combined.js +1 -1
  129. package/esm5/lib/ISummaryChooserView_combined.js +13 -13
  130. package/esm5/lib/MultiColumnComboBoxView_combined.js +47 -47
  131. package/esm5/lib/MultiColumnComboVisualModelExport.js +1 -1
  132. package/esm5/lib/NumericCellPresenter.js +1 -1
  133. package/esm5/lib/PropertyEditorView_combined.js +40 -40
  134. package/esm5/lib/TemplateCellPresenter.js +1 -1
  135. package/esm5/lib/TemplateHeader.js +8 -8
  136. package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
  137. package/esm5/lib/TemplateSectionHeader.js +2 -2
  138. package/esm5/lib/TextEditorView.js +28 -10
  139. package/esm5/lib/VerticalSeparatorCell.js +46 -8
  140. package/esm5/lib/VisualModelExport.js +120 -100
  141. package/esm5/lib/igc-checkbox-list-component.js +82 -54
  142. package/esm5/lib/igc-column-component.js +164 -164
  143. package/esm5/lib/igc-column-group-description-collection.js +17 -3
  144. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  145. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  146. package/esm5/lib/igc-column-sort-description-collection.js +17 -3
  147. package/esm5/lib/igc-column-summary-description-collection.js +17 -3
  148. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  149. package/esm5/lib/igc-data-grid-component.js +743 -601
  150. package/esm5/lib/igc-date-time-column-component.js +23 -23
  151. package/esm5/lib/igc-definition-base-component.js +50 -50
  152. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  153. package/esm5/lib/igc-header-component.js +24 -24
  154. package/esm5/lib/igc-image-column-component.js +12 -12
  155. package/esm5/lib/igc-numeric-column-component.js +35 -35
  156. package/esm5/lib/igc-section-header-component.js +24 -24
  157. package/esm5/lib/igc-summary-row-component.js +24 -24
  158. package/esm5/lib/igc-text-column-component.js +9 -9
  159. package/fesm2015/igniteui-webcomponents-grids.js +10276 -9534
  160. package/fesm5/igniteui-webcomponents-grids.js +10237 -9351
  161. package/lib/CanvasGridCellBase.d.ts +95 -93
  162. package/lib/CanvasImageCell.d.ts +11 -11
  163. package/lib/CanvasSectionHeaderCell.d.ts +1 -1
  164. package/lib/CanvasSummaryCell.d.ts +15 -15
  165. package/lib/CanvasTemplateCell.d.ts +4 -4
  166. package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
  167. package/lib/CanvasTextCell.d.ts +1 -1
  168. package/lib/CanvasTextHeaderCell.d.ts +6 -6
  169. package/lib/CheckboxListView_combined.d.ts +74 -69
  170. package/lib/ColumnFilterCondition_combined.d.ts +1299 -1258
  171. package/lib/ColumnGroupDescription.d.ts +1 -0
  172. package/lib/ColumnGroupDescriptionCollection.d.ts +8 -7
  173. package/lib/ColumnSortDescriptionCollection.d.ts +8 -7
  174. package/lib/ColumnSummaryDescriptionCollection.d.ts +8 -7
  175. package/lib/DataGridCellLayoutPanel.d.ts +1 -0
  176. package/lib/DateTimeColumnValueFormatter.d.ts +19 -1
  177. package/lib/GridExternalWrapper.d.ts +4 -0
  178. package/lib/TemplateHeader.d.ts +3 -3
  179. package/lib/TemplateSectionHeader.d.ts +2 -2
  180. package/lib/TextEditorView.d.ts +5 -3
  181. package/lib/VerticalSeparatorCell.d.ts +9 -0
  182. package/lib/VisualModelExport.d.ts +31 -26
  183. package/lib/igc-checkbox-list-component.d.ts +9 -0
  184. package/lib/igc-column-group-description-collection.d.ts +4 -0
  185. package/lib/igc-column-sort-description-collection.d.ts +4 -0
  186. package/lib/igc-column-summary-description-collection.d.ts +4 -0
  187. package/lib/igc-data-grid-component.d.ts +30 -2
  188. package/package.json +4 -4
@@ -210,7 +210,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
210
210
  }
211
211
  a6() {
212
212
  let a = this.column;
213
- this.b3 = a != null ? a.f5 : 0;
213
+ this.b3 = a != null ? a.f6 : 0;
214
214
  super.a6();
215
215
  }
216
216
  a7(a, b) {
@@ -221,7 +221,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
221
221
  }
222
222
  switch (b.propertyName) {
223
223
  case "Pinned":
224
- this.b3 = c != null ? c.f5 : 0;
224
+ this.b3 = c != null ? c.f6 : 0;
225
225
  this.b2.m();
226
226
  break;
227
227
  }
@@ -238,7 +238,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
238
238
  get b4() {
239
239
  let a = this.column;
240
240
  if (null != a) {
241
- return a.f5;
241
+ return a.f6;
242
242
  }
243
243
  return this.b3;
244
244
  }
@@ -247,8 +247,8 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
247
247
  let b = this.c;
248
248
  let c = this.column;
249
249
  if (null != b && null != c) {
250
- b.v8(c, this.b3);
251
- c.kh("Pinned");
250
+ b.w5(c, this.b3);
251
+ c.ki("Pinned");
252
252
  }
253
253
  }
254
254
  get b2() {
@@ -180,7 +180,7 @@ export let GridColumnSortOptions = /*@__PURE__*/ (() => {
180
180
  if (null == a) {
181
181
  return true;
182
182
  }
183
- switch (a.em) {
183
+ switch (a.ev) {
184
184
  case 1:
185
185
  case 3:
186
186
  case 0:
@@ -249,7 +249,7 @@ export let GridColumnSortOptions = /*@__PURE__*/ (() => {
249
249
  let d = GridColumnOptionsUtilities.a(c.c);
250
250
  return d;
251
251
  }
252
- return a.fe;
252
+ return a.ff;
253
253
  }
254
254
  return 0;
255
255
  }
@@ -263,12 +263,12 @@ export let GridColumnSortOptions = /*@__PURE__*/ (() => {
263
263
  if (e != null) {
264
264
  let f = a != 0 ? GridColumnOptionsUtilities.c(a) : 0;
265
265
  d.c = f;
266
- e.bb.d(c);
267
- e.bb.n(c, d);
266
+ e.bf.d(c);
267
+ e.bf.o(c, d);
268
268
  }
269
269
  return;
270
270
  }
271
- b.fe = a;
271
+ b.ff = a;
272
272
  }
273
273
  }
274
274
  }
@@ -125,7 +125,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
125
125
  if (this.c == null || this.column == null) {
126
126
  return false;
127
127
  }
128
- return this.column.gu && this.c.f7 != 3;
128
+ return this.column.gv && this.c.gg != 3;
129
129
  }
130
130
  be(a, b, c) {
131
131
  super.be(a, b, c);
@@ -153,7 +153,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
153
153
  if (this.bw != null) {
154
154
  let a = this.bw.a();
155
155
  for (let b = 0; b < a.length; b++) {
156
- let c = new ColumnSummaryDescription(1, this.column.i7);
156
+ let c = new ColumnSummaryDescription(1, this.column.i8);
157
157
  switch (a[b]) {
158
158
  case "avg":
159
159
  c.n = 3;
@@ -171,17 +171,17 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
171
171
  c.n = 2;
172
172
  break;
173
173
  }
174
- for (let d = 0; d < this.c.cb.i.count; d++) {
175
- let e = this.c.cb.i.item(d);
176
- if (e.af == this.column.i7 && e.n == c.n) {
177
- this.c.cb.i.removeAt(d);
174
+ for (let d = 0; d < this.c.ck.j.count; d++) {
175
+ let e = this.c.ck.j.item(d);
176
+ if (e.af == this.column.i8 && e.n == c.n) {
177
+ this.c.ck.j.removeAt(d);
178
178
  d--;
179
179
  }
180
180
  }
181
181
  }
182
182
  let f = this.bw.b();
183
183
  for (let g = 0; g < f.length; g++) {
184
- let h = new ColumnSummaryDescription(1, this.column.i7);
184
+ let h = new ColumnSummaryDescription(1, this.column.i8);
185
185
  switch (f[g]) {
186
186
  case "avg":
187
187
  h.n = 3;
@@ -200,16 +200,16 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
200
200
  break;
201
201
  }
202
202
  let i = false;
203
- for (let j = 0; j < this.c.cb.i.count; j++) {
204
- let k = this.c.cb.i.item(j);
205
- if (k.af == this.column.i7 && k.n == h.n) {
203
+ for (let j = 0; j < this.c.ck.j.count; j++) {
204
+ let k = this.c.ck.j.item(j);
205
+ if (k.af == this.column.i8 && k.n == h.n) {
206
206
  i = true;
207
207
  break;
208
208
  }
209
209
  }
210
210
  if (!i) {
211
- this.c.cb.i.add(h);
212
- this.column.kh("Summed");
211
+ this.c.ck.j.add(h);
212
+ this.column.ki("Summed");
213
213
  }
214
214
  }
215
215
  }
@@ -226,9 +226,9 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
226
226
  super.a6();
227
227
  if (this.column != null) {
228
228
  this.b7 = 0;
229
- for (let a = 0; a < this.c.cb.i.count; a++) {
230
- let b = this.c.cb.i.item(a);
231
- if (b.af == this.column.i7) {
229
+ for (let a = 0; a < this.c.ck.j.count; a++) {
230
+ let b = this.c.ck.j.item(a);
231
+ if (b.af == this.column.i8) {
232
232
  switch (b.n) {
233
233
  case 3:
234
234
  this.bw.a4("avg", true);
@@ -35,7 +35,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
35
35
  let column_ = TypeRegistrar.create("IgxTextColumnComponent");
36
36
  let b = (column_._implementation);
37
37
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
38
- b.i7 = a;
38
+ b.i8 = a;
39
39
  return b;
40
40
  }
41
41
  return null;
@@ -45,7 +45,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
45
45
  let column_ = TypeRegistrar.create("IgxNumericColumnComponent");
46
46
  let b = (column_._implementation);
47
47
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
48
- b.i7 = a;
48
+ b.i8 = a;
49
49
  return b;
50
50
  }
51
51
  return null;
@@ -55,7 +55,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
55
55
  let column_ = TypeRegistrar.create("IgxDateTimeColumnComponent");
56
56
  let b = (column_._implementation);
57
57
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
58
- b.i7 = a;
58
+ b.i8 = a;
59
59
  return b;
60
60
  }
61
61
  return null;
@@ -65,7 +65,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
65
65
  let column_ = TypeRegistrar.create("IgxImageColumnComponent");
66
66
  let b = (column_._implementation);
67
67
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
68
- b.i7 = a;
68
+ b.i8 = a;
69
69
  return b;
70
70
  }
71
71
  return null;
@@ -75,7 +75,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
75
75
  let column_ = TypeRegistrar.create("IgxTemplateColumnComponent");
76
76
  let b = (column_._implementation);
77
77
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
78
- b.i7 = a;
78
+ b.i8 = a;
79
79
  return b;
80
80
  }
81
81
  return null;
@@ -85,7 +85,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
85
85
  let column_ = TypeRegistrar.create("IgxComboBoxColumnComponent");
86
86
  let b = (column_._implementation);
87
87
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
88
- b.i7 = a;
88
+ b.i8 = a;
89
89
  return b;
90
90
  }
91
91
  return null;
@@ -130,6 +130,18 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
130
130
  setScrollerVerticalTrackInset(a) {
131
131
  this.a._setScrollerVerticalTrackInset(a);
132
132
  }
133
+ setScrollbarStyle(a) {
134
+ this.a._setScrollbarStyle(a);
135
+ }
136
+ setScrollbarColor(a) {
137
+ this.a._setScrollbarColor(a);
138
+ }
139
+ setClipboardText(a) {
140
+ let b = window.navigator['clipboard'];
141
+ if (b != null) {
142
+ b.writeText(a);
143
+ }
144
+ }
133
145
  ensureColumnsAreManual() {
134
146
  let grid_ = this.a;
135
147
  grid_._ensureColumnsAreManual();
@@ -292,7 +292,7 @@ export let GridFilterDialogPanel = /*@__PURE__*/ (() => {
292
292
  this.d = b;
293
293
  let comp_ = b.componentRef;
294
294
  let col_ = a;
295
- let displayDensity_ = a.grid.gd;
295
+ let displayDensity_ = a.grid.go;
296
296
  let buttonDensity_ = GridFilterDialogPanel.c(displayDensity_, true);
297
297
  let filterListDensity_ = GridFilterDialogPanel.c(displayDensity_, true);
298
298
  this.k = comp_.i;
@@ -75,8 +75,8 @@ export let SummaryChooserView = /*@__PURE__*/ (() => {
75
75
  this.e();
76
76
  }
77
77
  e() {
78
- if (this.model.f.aq > -1) {
79
- let a = this.model.r.count * this.model.f.aq;
78
+ if (this.model.f.as > -1) {
79
+ let a = this.model.r.count * this.model.f.as;
80
80
  a += 4;
81
81
  this.d.setStyleProperty("height", a + "px");
82
82
  }
@@ -321,16 +321,16 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
321
321
  }
322
322
  a6() {
323
323
  if (this.e != null) {
324
- this.e.y = this.m;
325
- this.e.cw = this.ba;
326
- this.e.w = this.i;
324
+ this.e.aa = this.m;
325
+ this.e.c2 = this.ba;
326
+ this.e.y = this.i;
327
+ this.e.aq = false;
327
328
  this.e.ao = false;
328
- this.e.am = false;
329
- this.e.aj = false;
329
+ this.e.al = false;
330
330
  this.e.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
331
331
  this.e.itemsSource = this.q;
332
- this.e.a2 = "label";
333
- this.e.bj = "isSelected";
332
+ this.e.a4 = "label";
333
+ this.e.bn = "isSelected";
334
334
  this.e.b = ["label"];
335
335
  }
336
336
  }
@@ -380,7 +380,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
380
380
  if (d.iD == a) {
381
381
  d.isSelected = b;
382
382
  if (this.e != null) {
383
- this.e.bz(c, d, d);
383
+ this.e.b3(c, d, d);
384
384
  }
385
385
  break;
386
386
  }
@@ -392,7 +392,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
392
392
  c.label = b;
393
393
  this.q.add(c);
394
394
  if (this.e != null) {
395
- this.e.bx(this.q.count - 1, c);
395
+ this.e.b1(this.q.count - 1, c);
396
396
  }
397
397
  this.c.onItemInserted();
398
398
  }
@@ -402,7 +402,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
402
402
  if (c.iD == a) {
403
403
  this.q.removeAt(b);
404
404
  if (this.e != null) {
405
- this.e.by(b, c);
405
+ this.e.b2(b, c);
406
406
  }
407
407
  break;
408
408
  }
@@ -415,7 +415,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
415
415
  if (d.iD == a) {
416
416
  d.label = b;
417
417
  if (this.e != null) {
418
- this.e.bz(c, d, d);
418
+ this.e.b3(c, d, d);
419
419
  }
420
420
  break;
421
421
  }
@@ -122,8 +122,8 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
122
122
  return;
123
123
  }
124
124
  this.p = false;
125
- if (b.eo != a) {
126
- b.eo = a;
125
+ if (b.ep != a) {
126
+ b.ep = a;
127
127
  this.p = true;
128
128
  }
129
129
  else {
@@ -132,7 +132,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
132
132
  }
133
133
  ay() {
134
134
  let a = this.e;
135
- a.dd = null;
135
+ a.dm = null;
136
136
  }
137
137
  az() {
138
138
  let a = this.n;
@@ -142,9 +142,9 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
142
142
  this.co();
143
143
  let b = this.g.n();
144
144
  if (null != b) {
145
- let c = b.eo;
145
+ let c = b.ep;
146
146
  if (null != c) {
147
- b.eo = null;
147
+ b.ep = null;
148
148
  }
149
149
  }
150
150
  }
@@ -329,7 +329,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
329
329
  b0(a, b) {
330
330
  let c = this.e;
331
331
  if (null != c) {
332
- let d = c.dd;
332
+ let d = c.dm;
333
333
  if (null != d) {
334
334
  if (d.b >= a && d.b <= b) {
335
335
  this.cf(d.b);
@@ -389,7 +389,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
389
389
  return null;
390
390
  }
391
391
  q(a) {
392
- let b = this.d.ab;
392
+ let b = this.d.ae;
393
393
  let c = b.count;
394
394
  if (0 == c) {
395
395
  a = null;
@@ -600,7 +600,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
600
600
  }
601
601
  this.w = true;
602
602
  if (stringIsNullOrEmpty(this.au)) {
603
- if (null != a.eo) {
603
+ if (null != a.ep) {
604
604
  this.aw(null);
605
605
  }
606
606
  else {
@@ -628,7 +628,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
628
628
  let d = this.e;
629
629
  if (a < 0) {
630
630
  this.s = false;
631
- d.ab.clear();
631
+ d.ae.clear();
632
632
  if (!this.s) {
633
633
  this.bc();
634
634
  }
@@ -636,7 +636,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
636
636
  }
637
637
  d.selectedItemsChanged = delegateRemove(d.selectedItemsChanged, runOn(this, this.bd));
638
638
  try {
639
- d.ab.clear();
639
+ d.ae.clear();
640
640
  }
641
641
  finally {
642
642
  d.selectedItemsChanged = delegateCombine(d.selectedItemsChanged, runOn(this, this.bd));
@@ -644,7 +644,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
644
644
  if (a >= 0) {
645
645
  let e = b.getItemAtIndex(a);
646
646
  this.s = false;
647
- d.ab.add1(e);
647
+ d.ae.add1(e);
648
648
  if (!this.s) {
649
649
  this.bc();
650
650
  }
@@ -654,10 +654,10 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
654
654
  ch(a) {
655
655
  let b = this.e;
656
656
  if (-1 == a) {
657
- b.dd = null;
657
+ b.dm = null;
658
658
  return;
659
659
  }
660
- let c = b.dd;
660
+ let c = b.dm;
661
661
  let d = new GridCellPosition();
662
662
  let e;
663
663
  if (null != c) {
@@ -670,14 +670,14 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
670
670
  }
671
671
  let f = this.g;
672
672
  let g = this.g.n();
673
- e = g.jc();
673
+ e = g.jd();
674
674
  }
675
675
  d.d = e;
676
676
  d.b = a;
677
677
  this.r = false;
678
- b.dd = d;
678
+ b.dm = d;
679
679
  if (!this.r) {
680
- this.a8(b.dd);
680
+ this.a8(b.dm);
681
681
  }
682
682
  this.cv();
683
683
  }
@@ -715,7 +715,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
715
715
  }
716
716
  if (null != this.j) {
717
717
  this.j.dy = a.hg;
718
- this.j.ac = a.aw;
718
+ this.j.ad = a.aw;
719
719
  this.j.cb = a.fb;
720
720
  }
721
721
  if (null != this.l) {
@@ -733,10 +733,10 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
733
733
  this.bp();
734
734
  }
735
735
  if (null != this.d) {
736
- this.d.gd = a.density;
736
+ this.d.go = a.density;
737
737
  let b = a.columnHeadersVisible;
738
- this.d.ng = b ? -1 : 0;
739
- this.d.nr = a.rowSeparatorsVisible ? 1 : 0;
738
+ this.d.n1 = b ? -1 : 0;
739
+ this.d.oc = a.rowSeparatorsVisible ? 1 : 0;
740
740
  }
741
741
  if (null != this.af) {
742
742
  let c = a.dropDownButtonVisible;
@@ -757,8 +757,8 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
757
757
  this.i.svgPath = b ? MultiColumnComboBoxView.as : MultiColumnComboBoxView.at;
758
758
  }
759
759
  cq() {
760
- let a = this.d.mt + 3;
761
- let b = this.d.mu + this.d.nr;
760
+ let a = this.d.ne + 3;
761
+ let b = this.d.nf + this.d.oc;
762
762
  let c = this.d.actualDataSource;
763
763
  let d = null != c ? c.actualCount : 0;
764
764
  if (d > 8) {
@@ -775,7 +775,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
775
775
  i = this.d.defaultColumnWidth.f;
776
776
  }
777
777
  g = h * i;
778
- this.d.ls = 0;
778
+ this.d.md = 0;
779
779
  g += 2;
780
780
  let j = stringFormat("{0}px", g);
781
781
  this.ag.setStyleProperty("width", j);
@@ -797,9 +797,9 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
797
797
  this.au = null;
798
798
  let a = this.g.n();
799
799
  if (null != a) {
800
- let b = a.eo;
800
+ let b = a.ep;
801
801
  if (null != b) {
802
- a.eo = null;
802
+ a.ep = null;
803
803
  }
804
804
  else {
805
805
  this.ct();
@@ -826,16 +826,16 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
826
826
  this.aq.width = '100%';
827
827
  this.d = (this.aq.i);
828
828
  this.cw();
829
- this.d.ec = 1;
830
- this.d.d9 = 0;
831
- this.d.cy = 1;
829
+ this.d.el = 1;
830
+ this.d.ei = 0;
831
+ this.d.c7 = 1;
832
832
  this.d.defaultColumnWidth = this.f.defaultColumnWidth;
833
833
  this.cp();
834
- this.d.cj = 0;
835
- this.d.i2 = false;
836
- this.d.it = false;
837
- this.d.xu = new CornerRadius(0, 0);
838
- this.d.ic = false;
834
+ this.d.cs = 0;
835
+ this.d.jn = false;
836
+ this.d.je = false;
837
+ this.d.yr = new CornerRadius(0, 0);
838
+ this.d.iw = false;
839
839
  let b = this.d;
840
840
  b.activeCellChanged = delegateCombine(b.activeCellChanged, runOn(this, this.a7));
841
841
  let c = this.d;
@@ -880,7 +880,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
880
880
  a = 4;
881
881
  break;
882
882
  }
883
- this.d.em = a;
883
+ this.d.ev = a;
884
884
  }
885
885
  }
886
886
  cv() {
@@ -888,7 +888,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
888
888
  return;
889
889
  }
890
890
  let a = this.d;
891
- let b = a.dd;
891
+ let b = a.dm;
892
892
  if (null != b) {
893
893
  let c = this.b();
894
894
  if (null != c) {
@@ -896,18 +896,18 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
896
896
  if (null == d) {
897
897
  return;
898
898
  }
899
- a.ki(d);
899
+ a.k3(d);
900
900
  }
901
901
  }
902
902
  else {
903
- a.wy(0);
903
+ a.xv(0);
904
904
  }
905
905
  }
906
906
  cw() {
907
907
  if (null != this.aq) {
908
908
  let a = this.g;
909
909
  let b = a.itemsSource;
910
- this.d.ab.clear();
910
+ this.d.ae.clear();
911
911
  if (this.d.actualDataSource != null) {
912
912
  let c = this.d.actualDataSource;
913
913
  c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.av));
@@ -1010,7 +1010,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1010
1010
  }
1011
1011
  }
1012
1012
  ax(a) {
1013
- this.d.ab.clear();
1013
+ this.d.ae.clear();
1014
1014
  this.j.cj = "";
1015
1015
  this.g.text = "";
1016
1016
  this.g.value = null;
@@ -1112,9 +1112,9 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1112
1112
  if (null == j) {
1113
1113
  return;
1114
1114
  }
1115
- let k = this.e.dd;
1116
- if (null != j.dd) {
1117
- this.d.jx(false, false);
1115
+ let k = this.e.dm;
1116
+ if (null != j.dm) {
1117
+ this.d.ki(false, false);
1118
1118
  b.preventDefault();
1119
1119
  }
1120
1120
  else {
@@ -1139,9 +1139,9 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1139
1139
  if (null == n) {
1140
1140
  return;
1141
1141
  }
1142
- let o = this.e.dd;
1143
- if (null != n.dd) {
1144
- this.d.ka(false, false);
1142
+ let o = this.e.dm;
1143
+ if (null != n.dm) {
1144
+ this.d.kv(false, false);
1145
1145
  b.preventDefault();
1146
1146
  }
1147
1147
  else {
@@ -2341,7 +2341,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2341
2341
  return c._inner[0];
2342
2342
  }
2343
2343
  for (let d of fromEnum(c)) {
2344
- if (0 == StringComparer.b.compare(d.i7, a)) {
2344
+ if (0 == StringComparer.b.compare(d.i8, a)) {
2345
2345
  return d;
2346
2346
  }
2347
2347
  }
@@ -2499,7 +2499,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2499
2499
  a.u = this.cc;
2500
2500
  a.an = this.text;
2501
2501
  a.y = this.value;
2502
- a.i = this.v.e.n0();
2502
+ a.i = this.v.e.ol();
2503
2503
  if (this.au != null) {
2504
2504
  let b = this.au;
2505
2505
  if (this.v != null && b.n == null) {
@@ -177,7 +177,7 @@ export let MultiColumnComboVisualModelExport = /*@__PURE__*/ (() => {
177
177
  if (this.y != null) {
178
178
  a.l("value : \"" + this.y.toString() + "\", ");
179
179
  }
180
- a.l("Grid : " + this.i.a0());
180
+ a.l("Grid : " + this.i.a5());
181
181
  a.l("}");
182
182
  return a.toString();
183
183
  }
@@ -37,7 +37,7 @@ export let NumericCellPresenter = /*@__PURE__*/ (() => {
37
37
  let override_ = a.me;
38
38
  return (override_.format(val_));
39
39
  }
40
- return NumericCellFormatter.b(a);
40
+ return NumericCellFormatter.c(a);
41
41
  }
42
42
  }
43
43
  NumericCellPresenter.$t = /*@__PURE__*/ markType(NumericCellPresenter, 'NumericCellPresenter', CellPresenterBase.$);