igniteui-webcomponents-grids 4.7.1 → 4.7.2-beta.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 (152) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +498 -373
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasGridCellBase.js +10 -10
  4. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  5. package/esm2015/lib/ColumnFilterCondition_combined.js +246 -210
  6. package/esm2015/lib/ColumnGroupingView_combined.js +17 -17
  7. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +3 -3
  8. package/esm2015/lib/EditorCell.js +2 -2
  9. package/esm2015/lib/FilterCell.js +12 -12
  10. package/esm2015/lib/GridCellBase.js +2 -2
  11. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  12. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +4 -4
  13. package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
  14. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +5 -5
  15. package/esm2015/lib/GridFilterDialogView_combined.js +16 -16
  16. package/esm2015/lib/GridStyleRepository.js +12 -12
  17. package/esm2015/lib/MultiColumnComboBoxView_combined.js +51 -51
  18. package/esm2015/lib/PropertyEditorView_combined.js +4 -4
  19. package/esm2015/lib/igc-column-exchangers-collection.js +6 -1
  20. package/esm2015/lib/igc-column-property-setters-collection.js +6 -1
  21. package/esm2015/lib/igc-grid-column-collection.js +6 -1
  22. package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping-level-collection.js +6 -1
  23. package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping-level.js +6 -1
  24. package/esm2015/lib/igc-grid-filter-dialog-view-model-row-collection.js +6 -1
  25. package/esm2015/lib/igc-grid-filter-operands-collection.js +6 -1
  26. package/esm2015/lib/igc-grid-selected-cell-ranges-collection.js +6 -1
  27. package/esm2015/lib/igc-grid-selected-cells-collection.js +6 -1
  28. package/esm2015/lib/igc-grid-selected-keys-collection.js +6 -1
  29. package/esm2015/lib/igc-horizontal-property-editor-data-source.js +6 -1
  30. package/esm2015/lib/igc-responsive-phases-collection.js +6 -1
  31. package/esm2015/lib/igc-responsive-states-collection.js +6 -1
  32. package/esm5/lib/CanvasGridCellBase.js +10 -10
  33. package/esm5/lib/CanvasSummaryCell.js +2 -2
  34. package/esm5/lib/ColumnFilterCondition_combined.js +270 -210
  35. package/esm5/lib/ColumnGroupingView_combined.js +17 -17
  36. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +3 -3
  37. package/esm5/lib/EditorCell.js +2 -2
  38. package/esm5/lib/FilterCell.js +12 -12
  39. package/esm5/lib/GridCellBase.js +2 -2
  40. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  41. package/esm5/lib/GridColumnOptionsViewBase_combined.js +4 -4
  42. package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
  43. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +5 -5
  44. package/esm5/lib/GridFilterDialogView_combined.js +16 -16
  45. package/esm5/lib/GridStyleRepository.js +12 -12
  46. package/esm5/lib/MultiColumnComboBoxView_combined.js +51 -51
  47. package/esm5/lib/PropertyEditorView_combined.js +4 -4
  48. package/esm5/lib/igc-column-exchangers-collection.js +6 -1
  49. package/esm5/lib/igc-column-property-setters-collection.js +6 -1
  50. package/esm5/lib/igc-grid-column-collection.js +6 -1
  51. package/esm5/lib/igc-grid-filter-dialog-view-model-grouping-level-collection.js +6 -1
  52. package/esm5/lib/igc-grid-filter-dialog-view-model-grouping-level.js +6 -1
  53. package/esm5/lib/igc-grid-filter-dialog-view-model-row-collection.js +6 -1
  54. package/esm5/lib/igc-grid-filter-operands-collection.js +6 -1
  55. package/esm5/lib/igc-grid-selected-cell-ranges-collection.js +6 -1
  56. package/esm5/lib/igc-grid-selected-cells-collection.js +6 -1
  57. package/esm5/lib/igc-grid-selected-keys-collection.js +6 -1
  58. package/esm5/lib/igc-horizontal-property-editor-data-source.js +6 -1
  59. package/esm5/lib/igc-responsive-phases-collection.js +6 -1
  60. package/esm5/lib/igc-responsive-states-collection.js +6 -1
  61. package/fesm2015/igniteui-webcomponents-grids.js +474 -373
  62. package/fesm5/igniteui-webcomponents-grids.js +498 -373
  63. package/grids/3rdpartylicenses.txt +101 -26
  64. package/grids/combined.js +27161 -27885
  65. package/grids/index.d.ts +9 -1
  66. package/grids/lib/igc-action-strip-component.d.ts +4 -15
  67. package/grids/lib/igc-active-node-change-event-args.d.ts +3 -6
  68. package/grids/lib/igc-cancelable-event-args.d.ts +1 -2
  69. package/grids/lib/igc-child-grid-row-component.d.ts +58 -0
  70. package/grids/lib/igc-clipboard-options.d.ts +45 -0
  71. package/grids/lib/igc-column-component.d.ts +15 -1
  72. package/grids/lib/igc-column-exporting-event-args.d.ts +5 -10
  73. package/grids/lib/igc-column-group-component.d.ts +1 -0
  74. package/grids/lib/igc-column-layout-component.d.ts +1 -0
  75. package/grids/lib/igc-column-moving-end-event-args.d.ts +3 -6
  76. package/grids/lib/igc-column-moving-event-args.d.ts +2 -4
  77. package/grids/lib/igc-column-moving-start-event-args.d.ts +1 -2
  78. package/grids/lib/igc-column-resize-event-args.d.ts +3 -6
  79. package/grids/lib/igc-column-selection-event-args.d.ts +5 -10
  80. package/grids/lib/igc-column-state.d.ts +2 -0
  81. package/grids/lib/igc-column-toggled-event-args.d.ts +2 -4
  82. package/grids/lib/igc-column-visibility-changed-event-args.d.ts +2 -4
  83. package/grids/lib/igc-column-visibility-changing-event-args.d.ts +3 -6
  84. package/grids/lib/igc-density-changed-event-args.d.ts +2 -4
  85. package/grids/lib/{igc-exporter-event.d.ts → igc-exporter-event-args.d.ts} +2 -1
  86. package/grids/lib/igc-expression-tree.d.ts +4 -3
  87. package/grids/lib/igc-filtering-event-args.d.ts +2 -4
  88. package/grids/lib/igc-filtering-expressions-tree.d.ts +3 -3
  89. package/grids/lib/igc-for-of-data-changing-event-args.d.ts +1 -2
  90. package/grids/lib/igc-grid-base-directive.d.ts +17 -7
  91. package/grids/lib/igc-grid-cell-event-args.d.ts +2 -4
  92. package/grids/lib/igc-grid-created-event-args.d.ts +26 -0
  93. package/grids/lib/igc-grid-edit-done-event-args.d.ts +4 -8
  94. package/grids/lib/igc-grid-edit-event-args.d.ts +5 -10
  95. package/grids/lib/igc-grid-editing-actions-component.d.ts +1 -0
  96. package/grids/lib/igc-grid-form-group-created-event-args.d.ts +1 -2
  97. package/grids/lib/igc-grid-keydown-event-args.d.ts +4 -8
  98. package/grids/lib/igc-grid-pinning-actions-component.d.ts +1 -0
  99. package/grids/lib/igc-grid-scroll-event-args.d.ts +3 -6
  100. package/grids/lib/igc-grid-selection-range.d.ts +2 -0
  101. package/grids/lib/igc-grid-state-base-directive.d.ts +2 -16
  102. package/grids/lib/igc-grid-state-collection.d.ts +1 -0
  103. package/grids/lib/igc-grid-state-component.d.ts +11 -3
  104. package/grids/lib/igc-grid-state-info.d.ts +3 -0
  105. package/grids/lib/igc-grid-toolbar-actions-component.d.ts +1 -0
  106. package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +1 -0
  107. package/grids/lib/igc-grid-toolbar-component.d.ts +2 -0
  108. package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +4 -8
  109. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +3 -2
  110. package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +1 -0
  111. package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +1 -0
  112. package/grids/lib/igc-grid-toolbar-template-context.d.ts +19 -0
  113. package/grids/lib/igc-grid-toolbar-title-component.d.ts +1 -0
  114. package/grids/lib/igc-grid-validation-status-event-args.d.ts +2 -4
  115. package/grids/lib/igc-grouping-done-event-args.d.ts +3 -6
  116. package/grids/lib/igc-grouping-state.d.ts +2 -0
  117. package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +68 -0
  118. package/grids/lib/igc-hierarchical-grid-component.d.ts +218 -0
  119. package/grids/lib/igc-noop-pivot-dimensions-strategy.d.ts +24 -0
  120. package/grids/lib/igc-page-cancellable-event-args.d.ts +2 -4
  121. package/grids/lib/igc-page-event-args.d.ts +2 -4
  122. package/grids/lib/igc-paginator-component.d.ts +3 -0
  123. package/grids/lib/igc-paging-state.d.ts +2 -0
  124. package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +4 -8
  125. package/grids/lib/igc-pin-column-event-args.d.ts +3 -6
  126. package/grids/lib/igc-pin-row-event-args.d.ts +3 -6
  127. package/grids/lib/igc-pinning-config.d.ts +2 -0
  128. package/grids/lib/igc-pivot-configuration-changed-event-args.d.ts +1 -2
  129. package/grids/lib/igc-row-data-event-args.d.ts +2 -4
  130. package/grids/lib/igc-row-drag-end-event-args.d.ts +3 -6
  131. package/grids/lib/igc-row-drag-start-event-args.d.ts +3 -6
  132. package/grids/lib/igc-row-exporting-event-args.d.ts +3 -6
  133. package/grids/lib/igc-row-island-component.d.ts +2635 -0
  134. package/grids/lib/igc-row-selection-event-args.d.ts +5 -10
  135. package/grids/lib/igc-row-toggle-event-args.d.ts +3 -6
  136. package/grids/lib/igc-sorting-event-args.d.ts +1 -2
  137. package/grids/lib/igc-toggle-view-cancelable-event-args.d.ts +1 -2
  138. package/grids/lib/igc-toggle-view-event-args.d.ts +1 -2
  139. package/grids/styles.css +1 -1
  140. package/grids/themes/dark/bootstrap.css +1 -1
  141. package/grids/themes/dark/fluent.css +1 -1
  142. package/grids/themes/dark/indigo.css +1 -1
  143. package/grids/themes/dark/material.css +1 -1
  144. package/grids/themes/light/bootstrap.css +1 -1
  145. package/grids/themes/light/fluent.css +1 -1
  146. package/grids/themes/light/indigo.css +1 -1
  147. package/grids/themes/light/material.css +1 -1
  148. package/lib/ColumnFilterCondition_combined.d.ts +33 -21
  149. package/lib/DateEditorView.d.ts +1 -1
  150. package/lib/GridFilterDialogView_combined.d.ts +1 -1
  151. package/lib/TextEditorView.d.ts +1 -1
  152. package/package.json +4 -4
@@ -176,7 +176,7 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
176
176
  aq() {
177
177
  if (this.t != null) {
178
178
  if (this.e.k != null) {
179
- this.t.setStyleProperty("font", this.e.k.q);
179
+ this.t.setStyleProperty("font", this.e.k.s);
180
180
  }
181
181
  else {
182
182
  this.t.setStyleProperty("font", "14px Verdana");
@@ -188,7 +188,7 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
188
188
  let a = this.i.count;
189
189
  for (let b = 0; b < a; b++) {
190
190
  let c = this.i._inner[b];
191
- c.setStyleProperty("font", this.e.k.q);
191
+ c.setStyleProperty("font", this.e.k.s);
192
192
  }
193
193
  }
194
194
  }
@@ -252,7 +252,7 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
252
252
  f.setAttribute("data-field", a._inner[c].b.toString());
253
253
  let g = this.n.createElement("span");
254
254
  if (this.e.k != null) {
255
- g.setStyleProperty("font", this.e.k.q);
255
+ g.setStyleProperty("font", this.e.k.s);
256
256
  }
257
257
  else {
258
258
  g.setStyleProperty("font", "14px Verdana");
@@ -947,30 +947,30 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
947
947
  }
948
948
  if (this.k != null) {
949
949
  let n = this.k;
950
- if (this.d != null && n.n == null) {
950
+ if (this.d != null && n.p == null) {
951
951
  let o = this.d.o;
952
952
  let p = FontUtil.getFontInfoFromString(o, n.fontString);
953
- n.n = p.n;
954
- n.d = p.d;
955
- n.o = p.o;
953
+ n.p = p.p;
954
+ n.e = p.e;
956
955
  n.q = p.q;
957
- n.r = p.r;
958
956
  n.s = p.s;
957
+ n.t = p.t;
958
+ n.u = p.u;
959
959
  }
960
- if (n.n != null) {
961
- a.j = n.n;
960
+ if (n.p != null) {
961
+ a.j = n.p;
962
962
  }
963
- if (!isNaN_(n.d)) {
964
- a.g = n.d;
963
+ if (!isNaN_(n.e)) {
964
+ a.g = n.e;
965
+ }
966
+ if (n.u != null) {
967
+ a.n = n.u;
965
968
  }
966
969
  if (n.s != null) {
967
- a.n = n.s;
970
+ a.l = n.s;
968
971
  }
969
972
  if (n.q != null) {
970
- a.l = n.q;
971
- }
972
- if (n.o != null) {
973
- a.k = n.q;
973
+ a.k = n.s;
974
974
  }
975
975
  }
976
976
  return a;
@@ -145,7 +145,7 @@ export let ComparisonOperatorSelectorView = /*@__PURE__*/ (() => {
145
145
  }
146
146
  s(a, b) {
147
147
  this.i.setStyleProperty("height", stringFormat("{0}px", this.a.y()));
148
- this.d.b6();
148
+ this.d.b8();
149
149
  document.addEventListener("keydown", runOn(this, this.onDocumentKeyDown), false);
150
150
  document.addEventListener("mousedown", runOn(this, this.onDocumentMouseDown), false);
151
151
  }
@@ -775,13 +775,13 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
775
775
  this.ee();
776
776
  }
777
777
  else {
778
- this.q.b3();
778
+ this.q.b5();
779
779
  }
780
780
  }
781
781
  }
782
782
  d8() {
783
783
  if (this.q != null) {
784
- this.q.b3();
784
+ this.q.b5();
785
785
  }
786
786
  }
787
787
  d1(a, b, c, d) {
@@ -360,7 +360,7 @@ export let EditorCell = /*@__PURE__*/ (() => {
360
360
  eh(a, b, c, d, e) {
361
361
  if (!stringIsNullOrWhiteSpace(a)) {
362
362
  this.dd.setRawText(a);
363
- this.cx.b6();
363
+ this.cx.b8();
364
364
  this.ei();
365
365
  }
366
366
  }
@@ -375,7 +375,7 @@ export let EditorCell = /*@__PURE__*/ (() => {
375
375
  }
376
376
  d0() {
377
377
  if (this.cx.aw) {
378
- this.cx.b3();
378
+ this.cx.b5();
379
379
  }
380
380
  }
381
381
  bo() {
@@ -255,32 +255,32 @@ export let FilterCell = /*@__PURE__*/ (() => {
255
255
  if (this.ci != null) {
256
256
  if (typeCast(ColumnComparisonFilterCondition.$, this.ci) !== null) {
257
257
  let a = typeCast(ColumnComparisonFilterCondition.$, this.ci);
258
- this.ck.b = a.f;
258
+ this.ck.b = a.operator;
259
259
  let b = this.cr.getEditorValue();
260
260
  if (b != null) {
261
- if (!Base.equalsStatic(b, a.l)) {
262
- this.cr.value = a.l;
263
- this.c8 = a.l;
261
+ if (!Base.equalsStatic(b, a.value)) {
262
+ this.cr.value = a.value;
263
+ this.c8 = a.value;
264
264
  }
265
265
  }
266
266
  else {
267
- this.cr.value = a.l;
268
- this.c8 = a.l;
267
+ this.cr.value = a.value;
268
+ this.c8 = a.value;
269
269
  }
270
270
  }
271
271
  else if (typeCast(ColumnCustomFilterCondition.$, this.ci) !== null) {
272
272
  let c = typeCast(ColumnCustomFilterCondition.$, this.ci);
273
- this.ck.ek(c.id, c.d);
273
+ this.ck.ek(c.id, c.index);
274
274
  let d = this.cr.getEditorValue();
275
275
  if (d != null) {
276
- if (!Base.equalsStatic(d, c.e)) {
277
- this.cr.value = c.e;
278
- this.c8 = c.e;
276
+ if (!Base.equalsStatic(d, c.value)) {
277
+ this.cr.value = c.value;
278
+ this.c8 = c.value;
279
279
  }
280
280
  }
281
281
  else {
282
- this.cr.value = c.e;
283
- this.c8 = c.e;
282
+ this.cr.value = c.value;
283
+ this.c8 = c.value;
284
284
  }
285
285
  }
286
286
  else if (!(typeCast(ColumnCustomFilterCondition.$, this.ci) !== null)) {
@@ -316,8 +316,8 @@ export let GridCellBase = /*@__PURE__*/ (() => {
316
316
  return;
317
317
  }
318
318
  let b = DeviceUtils.f(12);
319
- if (a.ag != null && !isNaN_(a.ag.d)) {
320
- b = a.ag.d;
319
+ if (a.ag != null && !isNaN_(a.ag.e)) {
320
+ b = a.ag.e;
321
321
  }
322
322
  if (this.y != b) {
323
323
  this.y = b;
@@ -14,8 +14,8 @@ import { StringComparer } from "igniteui-webcomponents-core";
14
14
  import { ColumnComparisonConditionOperatorType_$type } from "./ColumnComparisonConditionOperatorType";
15
15
  import { List$1 } from "igniteui-webcomponents-core";
16
16
  import { ColumnComparisonFilterCondition } from "./ColumnComparisonFilterCondition";
17
- import { ColumnFilterConditionGroup } from "./ColumnFilterConditionGroup";
18
17
  import { PrimaryKeyValue } from "./PrimaryKeyValue";
18
+ import { ColumnFilterConditionGroup } from "./ColumnFilterConditionGroup";
19
19
  import { SortDescription } from "igniteui-webcomponents-core";
20
20
  import { Thickness } from "igniteui-webcomponents-core";
21
21
  import { nullableEquals } from "igniteui-webcomponents-core";
@@ -294,9 +294,9 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
294
294
  }
295
295
  else {
296
296
  let i = new ColumnFilterConditionGroup();
297
- i.g = b;
297
+ i.usesOrOperator = b;
298
298
  for (let j of fromEnum(c)) {
299
- i.i(j);
299
+ i.add(j);
300
300
  }
301
301
  this.column.ep = i;
302
302
  }
@@ -328,8 +328,8 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
328
328
  }
329
329
  static bv(a, b) {
330
330
  let c = new ColumnComparisonFilterCondition();
331
- c.f = a;
332
- c.l = b;
331
+ c.operator = a;
332
+ c.value = b;
333
333
  return c;
334
334
  }
335
335
  b3() {
@@ -408,7 +408,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
408
408
  let e = this.b4();
409
409
  for (let f = e.count - 1; f >= 0; f--) {
410
410
  let g = e._inner[f];
411
- switch (g.f) {
411
+ switch (g.operator) {
412
412
  case 0:
413
413
  case 1: break;
414
414
  default:
@@ -416,9 +416,9 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
416
416
  continue;
417
417
  }
418
418
  if (nullableEquals(d, null)) {
419
- d = toNullable(ColumnComparisonConditionOperatorType_$type, g.f);
419
+ d = toNullable(ColumnComparisonConditionOperatorType_$type, g.operator);
420
420
  }
421
- else if (d.value != g.f) {
421
+ else if (d.value != g.operator) {
422
422
  c = false;
423
423
  break;
424
424
  }
@@ -437,7 +437,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
437
437
  }
438
438
  let h = this.bx.g;
439
439
  for (let i of fromEnum(e)) {
440
- h.add(new PrimaryKeyValue([b], [i.l]));
440
+ h.add(new PrimaryKeyValue([b], [i.value]));
441
441
  }
442
442
  this.cu();
443
443
  }
@@ -456,7 +456,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
456
456
  static cm(a, b) {
457
457
  let c = typeCast(ColumnFilterConditionGroup.$, a);
458
458
  if (null != c) {
459
- for (let d = 0; d < c.h; d++) {
459
+ for (let d = 0; d < c.count; d++) {
460
460
  let e = c.item(d);
461
461
  let f = GridColumnFilterOptions.cm(e, b);
462
462
  b = f.p1;
@@ -311,16 +311,16 @@ export let GridColumnOptionsBase = /*@__PURE__*/ (() => {
311
311
  get ad() {
312
312
  if (null == this.ac) {
313
313
  this.ac = new FontInfo();
314
- this.ac.n = "Verdana";
315
- this.ac.d = 12;
314
+ this.ac.p = "Verdana";
315
+ this.ac.e = 12;
316
316
  }
317
317
  return this.ac;
318
318
  }
319
319
  get af() {
320
320
  if (null == this.ae) {
321
321
  this.ae = new FontInfo();
322
- this.ae.n = "Verdana";
323
- this.ae.d = 14;
322
+ this.ae.p = "Verdana";
323
+ this.ae.e = 14;
324
324
  }
325
325
  return this.ae;
326
326
  }
@@ -302,8 +302,8 @@ export let GridColumnOptions = /*@__PURE__*/ (() => {
302
302
  get ci() {
303
303
  if (null == this.ch) {
304
304
  this.ch = new FontInfo();
305
- this.ch.n = "Verdana";
306
- this.ch.d = 16;
305
+ this.ch.p = "Verdana";
306
+ this.ch.e = 16;
307
307
  }
308
308
  return this.ch;
309
309
  }
@@ -219,12 +219,12 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
219
219
  }
220
220
  }
221
221
  if (this.b0 != null && this.b0.aw) {
222
- this.b0.b3();
222
+ this.b0.b5();
223
223
  }
224
224
  }
225
225
  bu() {
226
226
  if (this.b0 != null && this.b0.aw) {
227
- this.b0.b3();
227
+ this.b0.b5();
228
228
  }
229
229
  }
230
230
  a6() {
@@ -345,7 +345,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
345
345
  }
346
346
  cj() {
347
347
  if (this.b0 != null && this.b0.aw) {
348
- this.b0.b3();
348
+ this.b0.b5();
349
349
  }
350
350
  }
351
351
  ck(a) {
@@ -394,7 +394,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
394
394
  }
395
395
  cr() {
396
396
  if (this.b0 != null) {
397
- this.b0.cw = this.bo;
397
+ this.b0.cy = this.bo;
398
398
  this.b0.al = false;
399
399
  }
400
400
  }
@@ -403,7 +403,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
403
403
  return;
404
404
  }
405
405
  if (this.b0.aw) {
406
- this.b0.b3();
406
+ this.b0.b5();
407
407
  }
408
408
  else {
409
409
  let c = this.bv.t();
@@ -616,14 +616,14 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
616
616
  }
617
617
  e(a) {
618
618
  let b = new ColumnFilterConditionGroup();
619
- b.g = a.k;
619
+ b.usesOrOperator = a.k;
620
620
  let c = new Stack$1(ColumnFilterConditionGroup.$);
621
621
  let d = 0;
622
622
  let e = b;
623
623
  for (let f = 0; f < a.f.count; f++) {
624
624
  let g = this.h(d, c, a, f);
625
625
  while (g != null) {
626
- e.i(g);
626
+ e.add(g);
627
627
  e = g;
628
628
  d++;
629
629
  g = this.h(d, c, a, f);
@@ -640,9 +640,9 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
640
640
  if (this.z(a, a.f._inner[f])) {
641
641
  continue;
642
642
  }
643
- e.i(this.d(a.f._inner[f]));
643
+ e.add(this.d(a.f._inner[f]));
644
644
  }
645
- if (b.h == 0) {
645
+ if (b.count == 0) {
646
646
  return null;
647
647
  }
648
648
  return b;
@@ -683,7 +683,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
683
683
  if (a < e) {
684
684
  let f = c.b(d);
685
685
  let g = new ColumnFilterConditionGroup();
686
- g.g = f.a;
686
+ g.usesOrOperator = f.a;
687
687
  b.h(g);
688
688
  return g;
689
689
  }
@@ -691,8 +691,8 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
691
691
  }
692
692
  d(a) {
693
693
  let b = new ColumnComparisonFilterCondition();
694
- b.f = this.c(a.l);
695
- b.l = a.i;
694
+ b.operator = this.c(a.l);
695
+ b.value = a.i;
696
696
  return b;
697
697
  }
698
698
  c(a) {
@@ -717,9 +717,9 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
717
717
  return c;
718
718
  }
719
719
  a1(a, b, c) {
720
- if (b.c()) {
720
+ if (b.isGroup()) {
721
721
  let d = b;
722
- for (let e = 0; e < d.h; e++) {
722
+ for (let e = 0; e < d.count; e++) {
723
723
  let f = d.item(e);
724
724
  this.a1(a, f, c);
725
725
  }
@@ -730,28 +730,28 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
730
730
  }
731
731
  t(a, b) {
732
732
  let c = new GridFilterDialogViewModelRow();
733
- c.l = GridFilterDialog.au(a.f);
733
+ c.l = GridFilterDialog.au(a.operator);
734
734
  c.f = b;
735
735
  c.e = GridFilterDialog.a(b);
736
- c.i = GridFilterDialog.ao(GridFilterDialog.ak(a.f), a.f, a);
737
- c.j = GridFilterDialog.ap(GridFilterDialog.ak(a.f), a.f, a);
736
+ c.i = GridFilterDialog.ao(GridFilterDialog.ak(a.operator), a.operator, a);
737
+ c.j = GridFilterDialog.ap(GridFilterDialog.ak(a.operator), a.operator, a);
738
738
  c.d = GridFilterDialog.b(b);
739
739
  return c;
740
740
  }
741
741
  static ak(a) {
742
- return ColumnComparisonFilterCondition.j(a);
742
+ return ColumnComparisonFilterCondition.getOperandNumber(a);
743
743
  }
744
744
  static ao(a, b, c) {
745
745
  if (a == 0) {
746
746
  return "";
747
747
  }
748
- return c.l != null ? c.l.toString() : "";
748
+ return c.value != null ? c.value.toString() : "";
749
749
  }
750
750
  static ap(a, b, c) {
751
751
  return "";
752
752
  }
753
753
  static b(a) {
754
- return ColumnComparisonFilterCondition.e(a);
754
+ return ColumnComparisonFilterCondition.getOperandNumbers(a);
755
755
  }
756
756
  static a(a) {
757
757
  let b = new Array(a.length);
@@ -843,7 +843,7 @@ export let GridFilterDialogViewModel = /*@__PURE__*/ (() => {
843
843
  class GridFilterDialogViewModel extends Base {
844
844
  n() {
845
845
  let a = new GridFilterDialogViewModelRow();
846
- let b = ColumnComparisonFilterCondition.d(this.a);
846
+ let b = ColumnComparisonFilterCondition.getApplicableOperators(this.a);
847
847
  a.f = b;
848
848
  a.e = GridFilterDialog.a(b);
849
849
  a.d = GridFilterDialog.b(b);
@@ -107,42 +107,42 @@ export let GridStyleRepository = /*@__PURE__*/ (() => {
107
107
  static get l() {
108
108
  if (GridStyleRepository.g == null) {
109
109
  GridStyleRepository.g = new FontInfo();
110
- GridStyleRepository.g.d = DeviceUtils.f(13);
111
- GridStyleRepository.g.n = "Verdana";
110
+ GridStyleRepository.g.e = DeviceUtils.f(13);
111
+ GridStyleRepository.g.p = "Verdana";
112
112
  }
113
113
  return GridStyleRepository.g;
114
114
  }
115
115
  static get k() {
116
116
  if (GridStyleRepository.f == null) {
117
117
  GridStyleRepository.f = new FontInfo();
118
- GridStyleRepository.f.d = DeviceUtils.f(13);
119
- GridStyleRepository.f.q = "italic";
120
- GridStyleRepository.f.n = "Verdana";
118
+ GridStyleRepository.f.e = DeviceUtils.f(13);
119
+ GridStyleRepository.f.s = "italic";
120
+ GridStyleRepository.f.p = "Verdana";
121
121
  }
122
122
  return GridStyleRepository.f;
123
123
  }
124
124
  static get h() {
125
125
  if (GridStyleRepository.c == null) {
126
126
  GridStyleRepository.c = new FontInfo();
127
- GridStyleRepository.c.d = DeviceUtils.f(14);
128
- GridStyleRepository.c.n = "Verdana";
127
+ GridStyleRepository.c.e = DeviceUtils.f(14);
128
+ GridStyleRepository.c.p = "Verdana";
129
129
  }
130
130
  return GridStyleRepository.c;
131
131
  }
132
132
  static get j() {
133
133
  if (GridStyleRepository.d == null) {
134
134
  GridStyleRepository.d = new FontInfo();
135
- GridStyleRepository.d.d = DeviceUtils.f(12);
136
- GridStyleRepository.d.s = "600";
137
- GridStyleRepository.d.n = "Verdana";
135
+ GridStyleRepository.d.e = DeviceUtils.f(12);
136
+ GridStyleRepository.d.u = "600";
137
+ GridStyleRepository.d.p = "Verdana";
138
138
  }
139
139
  return GridStyleRepository.d;
140
140
  }
141
141
  static get i() {
142
142
  if (GridStyleRepository.e == null) {
143
143
  GridStyleRepository.e = new FontInfo();
144
- GridStyleRepository.e.d = DeviceUtils.f(12);
145
- GridStyleRepository.e.n = "Verdana";
144
+ GridStyleRepository.e.e = DeviceUtils.f(12);
145
+ GridStyleRepository.e.p = "Verdana";
146
146
  }
147
147
  return GridStyleRepository.e;
148
148
  }
@@ -137,7 +137,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
137
137
  az() {
138
138
  let a = this.n;
139
139
  if (null != a) {
140
- a.b3();
140
+ a.b5();
141
141
  }
142
142
  this.co();
143
143
  let b = this.g.p();
@@ -430,7 +430,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
430
430
  a.f9(b);
431
431
  }
432
432
  bp() {
433
- this.n.b6();
433
+ this.n.b8();
434
434
  }
435
435
  br() {
436
436
  let a = this.n;
@@ -610,9 +610,9 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
610
610
  }
611
611
  else {
612
612
  let b = new ColumnComparisonFilterCondition();
613
- b.f = 14;
614
- b.l = this.au;
615
- b.i = false;
613
+ b.operator = 14;
614
+ b.value = this.au;
615
+ b.isCaseSensitive = false;
616
616
  this.aw(b);
617
617
  }
618
618
  }
@@ -933,7 +933,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
933
933
  this.a = null;
934
934
  if (this.n != null && this.n.aw) {
935
935
  this.cz();
936
- this.n.b6();
936
+ this.n.b8();
937
937
  }
938
938
  }
939
939
  }
@@ -1194,7 +1194,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1194
1194
  return;
1195
1195
  }
1196
1196
  let c = this.c2();
1197
- this.m.b7(c);
1197
+ this.m.b9(c);
1198
1198
  }
1199
1199
  cp() {
1200
1200
  if (this.g.disallowTabFocus) {
@@ -1526,8 +1526,8 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1526
1526
  get a1() {
1527
1527
  if (null == this.a0) {
1528
1528
  this.a0 = new FontInfo();
1529
- this.a0.n = "Verdana";
1530
- this.a0.d = DeviceUtils.f(16);
1529
+ this.a0.p = "Verdana";
1530
+ this.a0.e = DeviceUtils.f(16);
1531
1531
  }
1532
1532
  return this.a0;
1533
1533
  }
@@ -2536,86 +2536,86 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2536
2536
  a.i = this.v.e.exportVisualModel();
2537
2537
  if (this.av != null) {
2538
2538
  let b = this.av;
2539
- if (this.v != null && b.n == null) {
2539
+ if (this.v != null && b.p == null) {
2540
2540
  let c = this.v.ad;
2541
2541
  let d = FontUtil.getFontInfoFromString(c, b.fontString);
2542
- b.n = d.n;
2543
- b.d = d.d;
2544
- b.o = d.o;
2542
+ b.p = d.p;
2543
+ b.e = d.e;
2545
2544
  b.q = d.q;
2546
- b.r = d.r;
2547
2545
  b.s = d.s;
2546
+ b.t = d.t;
2547
+ b.u = d.u;
2548
2548
  }
2549
- if (b.n != null) {
2550
- a.ab = b.n;
2549
+ if (b.p != null) {
2550
+ a.ab = b.p;
2551
2551
  }
2552
- if (!isNaN_(b.d)) {
2553
- a.v = b.d;
2552
+ if (!isNaN_(b.e)) {
2553
+ a.v = b.e;
2554
+ }
2555
+ if (b.u != null) {
2556
+ a.af = b.u;
2554
2557
  }
2555
2558
  if (b.s != null) {
2556
- a.af = b.s;
2559
+ a.ad = b.s;
2557
2560
  }
2558
2561
  if (b.q != null) {
2559
- a.ad = b.q;
2560
- }
2561
- if (b.o != null) {
2562
- a.ac = b.q;
2562
+ a.ac = b.s;
2563
2563
  }
2564
2564
  }
2565
2565
  if (this.aw != null) {
2566
2566
  let e = this.aw;
2567
- if (this.v != null && e.n == null) {
2567
+ if (this.v != null && e.p == null) {
2568
2568
  let f = this.v.ad;
2569
2569
  let g = FontUtil.getFontInfoFromString(f, e.fontString);
2570
- e.n = g.n;
2571
- e.d = g.d;
2572
- e.o = g.o;
2570
+ e.p = g.p;
2571
+ e.e = g.e;
2573
2572
  e.q = g.q;
2574
- e.r = g.r;
2575
2573
  e.s = g.s;
2574
+ e.t = g.t;
2575
+ e.u = g.u;
2576
+ }
2577
+ if (e.p != null) {
2578
+ a.ag = e.p;
2576
2579
  }
2577
- if (e.n != null) {
2578
- a.ag = e.n;
2580
+ if (!isNaN_(e.e)) {
2581
+ a.w = e.e;
2579
2582
  }
2580
- if (!isNaN_(e.d)) {
2581
- a.w = e.d;
2583
+ if (e.u != null) {
2584
+ a.ak = e.u;
2582
2585
  }
2583
2586
  if (e.s != null) {
2584
- a.ak = e.s;
2587
+ a.ai = e.s;
2585
2588
  }
2586
2589
  if (e.q != null) {
2587
- a.ai = e.q;
2588
- }
2589
- if (e.o != null) {
2590
- a.ah = e.q;
2590
+ a.ah = e.s;
2591
2591
  }
2592
2592
  }
2593
2593
  if (this.ax != null) {
2594
2594
  let h = this.ax;
2595
- if (this.v != null && h.n == null) {
2595
+ if (this.v != null && h.p == null) {
2596
2596
  let i = this.v.ad;
2597
2597
  let j = FontUtil.getFontInfoFromString(i, h.fontString);
2598
- h.n = j.n;
2599
- h.d = j.d;
2600
- h.o = j.o;
2598
+ h.p = j.p;
2599
+ h.e = j.e;
2601
2600
  h.q = j.q;
2602
- h.r = j.r;
2603
2601
  h.s = j.s;
2602
+ h.t = j.t;
2603
+ h.u = j.u;
2604
+ }
2605
+ if (h.p != null) {
2606
+ a.ao = h.p;
2604
2607
  }
2605
- if (h.n != null) {
2606
- a.ao = h.n;
2608
+ if (!isNaN_(h.e)) {
2609
+ a.x = h.e;
2607
2610
  }
2608
- if (!isNaN_(h.d)) {
2609
- a.x = h.d;
2611
+ if (h.u != null) {
2612
+ a.as = h.u;
2610
2613
  }
2611
2614
  if (h.s != null) {
2612
- a.as = h.s;
2615
+ a.aq = h.s;
2613
2616
  }
2614
2617
  if (h.q != null) {
2615
- a.aq = h.q;
2616
- }
2617
- if (h.o != null) {
2618
- a.ap = h.q;
2618
+ a.ap = h.s;
2619
2619
  }
2620
2620
  }
2621
2621
  return a;