igniteui-webcomponents-grids 4.0.3 → 4.2.2

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 (165) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +1042 -654
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasGridCellBase.js +26 -26
  4. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  5. package/esm2015/lib/CanvasTextHeaderCell.js +1 -1
  6. package/esm2015/lib/CheckboxListView_combined.js +552 -389
  7. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  8. package/esm2015/lib/ColumnFilterCondition_combined.js +1 -1
  9. package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
  10. package/esm2015/lib/ColumnPinningView_combined.js +7 -7
  11. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +1 -1
  12. package/esm2015/lib/DataGridCellLayoutPanel.js +5 -5
  13. package/esm2015/lib/EditorCell.js +1 -1
  14. package/esm2015/lib/FilterCell.js +1 -1
  15. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +8 -8
  16. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +2 -2
  17. package/esm2015/lib/GridExpansionIndicatorView_combined.js +8 -8
  18. package/esm2015/lib/GridFilterDialogView_combined.js +5 -5
  19. package/esm2015/lib/GridSortIndicatorView_combined.js +9 -9
  20. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  21. package/esm2015/lib/MultiColumnComboBoxView_combined.js +19 -19
  22. package/esm2015/lib/NumericEditorView.js +3 -3
  23. package/esm2015/lib/PropertyEditorView_combined.js +40 -40
  24. package/esm2015/lib/TextEditorView.js +10 -10
  25. package/esm2015/lib/igc-checkbox-list-component.js +155 -50
  26. package/esm2015/lib/igc-data-grid-column-component.js +10 -6
  27. package/esm2015/lib/igc-data-grid-component.js +45 -27
  28. package/esm2015/lib/igc-grid-active-cell-changed-event-args.js +10 -6
  29. package/esm2015/lib/igc-grid-column-width-changed-event-args.js +10 -6
  30. package/esm2015/lib/igc-grid-custom-filter-requested-event-args.js +5 -3
  31. package/esm2015/lib/igc-grid-filter-expressions-event-args.js +5 -3
  32. package/esm2015/lib/igc-grid-group-descriptions-changed-event-args.js +5 -3
  33. package/esm2015/lib/igc-grid-sort-descriptions-changed-event-args.js +5 -3
  34. package/esm2015/lib/igc-grid-summary-descriptions-changed-event-args.js +5 -3
  35. package/esm5/lib/CanvasGridCellBase.js +26 -26
  36. package/esm5/lib/CanvasSummaryCell.js +2 -2
  37. package/esm5/lib/CanvasTextHeaderCell.js +1 -1
  38. package/esm5/lib/CheckboxListView_combined.js +578 -375
  39. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  40. package/esm5/lib/ColumnFilterCondition_combined.js +1 -1
  41. package/esm5/lib/ColumnGroupingView_combined.js +1 -1
  42. package/esm5/lib/ColumnPinningView_combined.js +7 -7
  43. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +1 -1
  44. package/esm5/lib/DataGridCellLayoutPanel.js +5 -5
  45. package/esm5/lib/EditorCell.js +1 -1
  46. package/esm5/lib/FilterCell.js +1 -1
  47. package/esm5/lib/GridColumnFilterOptionsView_combined.js +8 -8
  48. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +2 -2
  49. package/esm5/lib/GridExpansionIndicatorView_combined.js +8 -8
  50. package/esm5/lib/GridFilterDialogView_combined.js +5 -5
  51. package/esm5/lib/GridSortIndicatorView_combined.js +9 -9
  52. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  53. package/esm5/lib/MultiColumnComboBoxView_combined.js +19 -19
  54. package/esm5/lib/NumericEditorView.js +3 -3
  55. package/esm5/lib/PropertyEditorView_combined.js +40 -40
  56. package/esm5/lib/TextEditorView.js +10 -10
  57. package/esm5/lib/igc-checkbox-list-component.js +195 -50
  58. package/esm5/lib/igc-data-grid-column-component.js +10 -6
  59. package/esm5/lib/igc-data-grid-component.js +45 -27
  60. package/esm5/lib/igc-grid-active-cell-changed-event-args.js +10 -6
  61. package/esm5/lib/igc-grid-column-width-changed-event-args.js +10 -6
  62. package/esm5/lib/igc-grid-custom-filter-requested-event-args.js +5 -3
  63. package/esm5/lib/igc-grid-filter-expressions-event-args.js +5 -3
  64. package/esm5/lib/igc-grid-group-descriptions-changed-event-args.js +5 -3
  65. package/esm5/lib/igc-grid-sort-descriptions-changed-event-args.js +5 -3
  66. package/esm5/lib/igc-grid-summary-descriptions-changed-event-args.js +5 -3
  67. package/fesm2015/igniteui-webcomponents-grids.js +974 -666
  68. package/fesm5/igniteui-webcomponents-grids.js +1040 -652
  69. package/grids/combined.js +173 -91
  70. package/grids/index.d.ts +30 -0
  71. package/grids/index.js +1 -0
  72. package/grids/lib/column-pinning-position.d.ts +1 -0
  73. package/grids/lib/common.d.ts +0 -4
  74. package/grids/lib/filtering-expressions-tree-type.d.ts +1 -0
  75. package/grids/lib/filtering-logic.d.ts +1 -0
  76. package/grids/lib/grid-column-data-type.d.ts +1 -1
  77. package/grids/lib/grid-paging-mode.d.ts +1 -0
  78. package/grids/lib/grid-toolbar-exporter-type.d.ts +3 -0
  79. package/grids/lib/igc-action-strip-resource-strings.d.ts +1 -2
  80. package/grids/lib/igc-active-node-change-event-args.d.ts +1 -2
  81. package/grids/lib/igc-base-date-time-filtering-operand.d.ts +18 -0
  82. package/grids/lib/igc-base-event-args.d.ts +1 -2
  83. package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +2 -1
  84. package/grids/lib/igc-boolean-filtering-operand.d.ts +20 -0
  85. package/grids/lib/igc-cell-type.d.ts +6 -12
  86. package/grids/lib/igc-column-component.d.ts +4 -3
  87. package/grids/lib/igc-column-exporting-event-args.d.ts +1 -2
  88. package/grids/lib/igc-column-group-component.d.ts +4 -2
  89. package/grids/lib/igc-columns-auto-generated-event-args.d.ts +21 -0
  90. package/grids/lib/igc-date-filtering-operand.d.ts +20 -0
  91. package/grids/lib/igc-date-summary-operand.d.ts +75 -0
  92. package/grids/lib/igc-date-time-filtering-operand.d.ts +15 -0
  93. package/grids/lib/igc-dimensions-change.d.ts +30 -0
  94. package/grids/lib/igc-display-density-base.d.ts +1 -1
  95. package/grids/lib/igc-exporter-options-base.d.ts +18 -2
  96. package/grids/lib/igc-field-pipe-args.d.ts +6 -12
  97. package/grids/lib/igc-filtering-expression.d.ts +33 -0
  98. package/grids/lib/igc-filtering-expressions-tree.d.ts +8 -8
  99. package/grids/lib/igc-filtering-operand.d.ts +4 -2
  100. package/grids/lib/igc-filtering-operation.d.ts +5 -2
  101. package/grids/lib/igc-for-of-state.d.ts +2 -4
  102. package/grids/lib/igc-grid-action-button-component.d.ts +1 -1
  103. package/grids/lib/igc-grid-actions-base-directive.d.ts +1 -1
  104. package/grids/lib/igc-grid-base-directive.d.ts +34 -6
  105. package/grids/lib/igc-grid-component.d.ts +5 -5
  106. package/grids/lib/igc-grid-edit-done-event-args.d.ts +6 -12
  107. package/grids/lib/igc-grid-resource-strings.d.ts +166 -326
  108. package/grids/lib/igc-grid-toolbar-actions-component.d.ts +2 -1
  109. package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +2 -1
  110. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +2 -1
  111. package/grids/lib/igc-grid-toolbar-title-component.d.ts +2 -1
  112. package/grids/lib/igc-grid-validation-state.d.ts +1 -2
  113. package/grids/lib/igc-group-by-record.d.ts +2 -4
  114. package/grids/lib/igc-grouped-records.d.ts +1 -1
  115. package/grids/lib/igc-number-filtering-operand.d.ts +20 -0
  116. package/grids/lib/igc-number-summary-operand.d.ts +104 -0
  117. package/grids/lib/igc-overlay-settings.d.ts +6 -12
  118. package/grids/lib/igc-paginator-resource-strings.d.ts +6 -12
  119. package/grids/lib/igc-pin-row-event-args.d.ts +2 -4
  120. package/grids/lib/igc-pinning-config.d.ts +2 -4
  121. package/grids/lib/igc-pivot-aggregator.d.ts +46 -0
  122. package/grids/lib/igc-pivot-configuration.d.ts +60 -0
  123. package/grids/lib/igc-pivot-data-selector-component.d.ts +127 -0
  124. package/grids/lib/igc-pivot-date-dimension-options.d.ts +34 -0
  125. package/grids/lib/igc-pivot-date-dimension.d.ts +88 -0
  126. package/grids/lib/igc-pivot-dimension-strategy.d.ts +25 -0
  127. package/grids/lib/igc-pivot-dimension.d.ts +69 -0
  128. package/grids/lib/igc-pivot-grid-component.d.ts +492 -0
  129. package/grids/lib/igc-pivot-grid-value-template-context.d.ts +20 -0
  130. package/grids/lib/igc-pivot-keys.d.ts +47 -0
  131. package/grids/lib/igc-pivot-value.d.ts +65 -0
  132. package/grids/lib/igc-position-settings.d.ts +6 -12
  133. package/grids/lib/igc-row-data-event-args.d.ts +0 -5
  134. package/grids/lib/igc-row-selection-event-args.d.ts +3 -0
  135. package/grids/lib/igc-row-type.d.ts +19 -38
  136. package/grids/lib/igc-sorting-event-args.d.ts +2 -4
  137. package/grids/lib/igc-sorting-expression.d.ts +2 -4
  138. package/grids/lib/igc-sorting-options.d.ts +3 -2
  139. package/grids/lib/igc-string-filtering-operand.d.ts +29 -0
  140. package/grids/lib/igc-summary-operand.d.ts +61 -0
  141. package/grids/lib/igc-summary-result.d.ts +1 -2
  142. package/grids/lib/igc-time-filtering-operand.d.ts +15 -0
  143. package/grids/lib/igc-time-summary-operand.d.ts +49 -0
  144. package/grids/lib/igc-tree-grid-component.d.ts +3 -2
  145. package/grids/lib/igc-tree-grid-record.d.ts +5 -10
  146. package/grids/lib/igc-values-change.d.ts +23 -0
  147. package/grids/lib/pivot-aggregation-type.d.ts +3 -0
  148. package/grids/lib/pivot-dimension-type.d.ts +17 -0
  149. package/grids/lib/row-pinning-position.d.ts +1 -0
  150. package/grids/lib/sorting-direction.d.ts +1 -0
  151. package/grids/lib/sorting-options-mode.d.ts +3 -0
  152. package/grids/styles.css +1 -1
  153. package/grids/themes/dark/bootstrap.css +1 -1
  154. package/grids/themes/dark/fluent.css +1 -1
  155. package/grids/themes/dark/indigo.css +1 -1
  156. package/grids/themes/dark/material.css +1 -1
  157. package/grids/themes/light/bootstrap.css +1 -1
  158. package/grids/themes/light/fluent.css +1 -1
  159. package/grids/themes/light/indigo.css +1 -1
  160. package/grids/themes/light/material.css +1 -1
  161. package/lib/CheckboxListView_combined.d.ts +120 -96
  162. package/lib/ComparisonOperatorSelectorView_combined.d.ts +1 -1
  163. package/lib/GridColumnSummaryOptionsView_combined.d.ts +1 -1
  164. package/lib/igc-checkbox-list-component.d.ts +40 -0
  165. package/package.json +4 -4
@@ -260,7 +260,7 @@ export let ColumnChooser = /*@__PURE__*/ (() => {
260
260
  break;
261
261
  case "FilterPlaceholderText":
262
262
  if (this.d != null) {
263
- this.d.a8 = this.s;
263
+ this.d.bg = this.s;
264
264
  }
265
265
  break;
266
266
  case "BaseTheme":
@@ -271,7 +271,7 @@ export let ColumnChooser = /*@__PURE__*/ (() => {
271
271
  break;
272
272
  case "BackgroundColor":
273
273
  if (this.d != null) {
274
- this.d.cw = this.aq;
274
+ this.d.di = this.aq;
275
275
  }
276
276
  this.c.i();
277
277
  break;
@@ -300,7 +300,7 @@ export let ColumnChooser = /*@__PURE__*/ (() => {
300
300
  if (this.a != null && this.d != null) {
301
301
  this.d.y = this.f;
302
302
  this.d.aa = this.h;
303
- this.d.cw = this.aq;
303
+ this.d.di = this.aq;
304
304
  let a;
305
305
  let b = new ObservableCollection$1(ColumnChooserInfo.$, 0);
306
306
  for (let c of fromEnum(this.a.actualColumns)) {
@@ -314,16 +314,16 @@ export let ColumnChooser = /*@__PURE__*/ (() => {
314
314
  b.add(a);
315
315
  }
316
316
  if (this.s != null) {
317
- this.d.a8 = this.s;
317
+ this.d.bg = this.s;
318
318
  }
319
319
  this.d.itemsSource = b;
320
320
  let e = "";
321
321
  let f = "";
322
322
  e = "columnName";
323
323
  f = "isNotHidden";
324
- this.d.bn = f;
325
- this.d.a4 = e;
326
- this.d.aq = true;
324
+ this.d.b0 = f;
325
+ this.d.bc = e;
326
+ this.d.as = true;
327
327
  }
328
328
  }
329
329
  an(a) {
@@ -332,7 +332,7 @@ export let ColumnChooser = /*@__PURE__*/ (() => {
332
332
  }
333
333
  }
334
334
  al() {
335
- this.d.cl();
335
+ this.d.cy();
336
336
  if (this.a != null) {
337
337
  for (let a of fromEnum(this.a.actualColumns)) {
338
338
  this.m = true;
@@ -341,7 +341,7 @@ export let ColumnChooser = /*@__PURE__*/ (() => {
341
341
  }
342
342
  }
343
343
  ae() {
344
- this.d.bw();
344
+ this.d.b9();
345
345
  if (this.a != null) {
346
346
  for (let a of fromEnum(this.a.actualColumns)) {
347
347
  this.m = true;
@@ -4858,7 +4858,7 @@ export let Pager = /*@__PURE__*/ (() => {
4858
4858
  }
4859
4859
  let c = this.b.getItemAtIndex(b);
4860
4860
  this.ac.add1(c);
4861
- if (this.b.isVirtual && c != null) {
4861
+ if (c != null) {
4862
4862
  this.d.d7 = true;
4863
4863
  }
4864
4864
  }
@@ -937,7 +937,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
937
937
  }
938
938
  let j = this.d.j;
939
939
  for (let k = 0; k < j.count; k++) {
940
- let l = this.q._inner[k].ac();
940
+ let l = this.q._inner[k].ae();
941
941
  let m = this.d.b(j._inner[k]);
942
942
  l.h = m[0] - d;
943
943
  l.f = m[1] - e;
@@ -259,7 +259,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
259
259
  break;
260
260
  case "FilterPlaceholderText":
261
261
  if (this.d != null) {
262
- this.d.a8 = this.s;
262
+ this.d.bg = this.s;
263
263
  }
264
264
  break;
265
265
  case "BaseTheme":
@@ -270,7 +270,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
270
270
  break;
271
271
  case "BackgroundColor":
272
272
  if (this.d != null) {
273
- this.d.cw = this.an;
273
+ this.d.di = this.an;
274
274
  }
275
275
  this.c.g();
276
276
  break;
@@ -299,7 +299,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
299
299
  if (this.a != null && this.d != null) {
300
300
  this.d.y = this.f;
301
301
  this.d.aa = this.h;
302
- this.d.cw = this.an;
302
+ this.d.di = this.an;
303
303
  let a;
304
304
  let b = new ObservableCollection$1(ColumnPinningInfo.$, 0);
305
305
  for (let c of fromEnum(this.a.actualColumns)) {
@@ -317,17 +317,17 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
317
317
  }
318
318
  b.add(a);
319
319
  }
320
- this.d.aq = false;
320
+ this.d.as = false;
321
321
  if (this.s != null) {
322
- this.d.a8 = this.s;
322
+ this.d.bg = this.s;
323
323
  }
324
324
  this.d.itemsSource = b;
325
325
  let e = "";
326
326
  let f = "";
327
327
  e = "columnName";
328
328
  f = "isPinned";
329
- this.d.bn = f;
330
- this.d.a4 = e;
329
+ this.d.b0 = f;
330
+ this.d.bc = e;
331
331
  }
332
332
  }
333
333
  ae(a, b) {
@@ -8,7 +8,7 @@ import { Base, String_$type, runOn, delegateRemove, delegateCombine, markType, I
8
8
  import { Dictionary$2 } from "igniteui-webcomponents-core";
9
9
  import { XIcon } from "igniteui-webcomponents-inputs";
10
10
  import { OperatorSelectorOpeningEventArgs } from "./OperatorSelectorOpeningEventArgs";
11
- import { Popup } from "igniteui-webcomponents-layouts";
11
+ import { Popup } from "igniteui-webcomponents-core";
12
12
  import { Rect } from "igniteui-webcomponents-core";
13
13
  import { OperatorModel } from "./OperatorModel";
14
14
  import { BaseDOMEventProxy } from "igniteui-webcomponents-core";
@@ -284,13 +284,13 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
284
284
  af.s.modelUpdated(af);
285
285
  if (ai && y.b) {
286
286
  let aq = y.a;
287
- aq.z();
287
+ aq.aa();
288
288
  if (af.l.d != 0 && this.e.b2) {
289
- aq.ae(this.ax(af.l.d));
289
+ aq.af(this.ax(af.l.d));
290
290
  }
291
291
  let ar = af.s.nativeCell;
292
292
  ar.b3(aq, y.c, y.d, af.cl, af.cm, z);
293
- aq.y();
293
+ aq.z();
294
294
  }
295
295
  af.jv();
296
296
  if (m) {
@@ -305,7 +305,7 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
305
305
  }
306
306
  this.m = false;
307
307
  if (y.a != null && this.q != 1) {
308
- y.a.y();
308
+ y.a.z();
309
309
  }
310
310
  this.an();
311
311
  }
@@ -486,7 +486,7 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
486
486
  if (f) {
487
487
  this.a[b].setRawStyleProperty("z-index", e.toString());
488
488
  }
489
- a.a.k(0, 0, d.actualVisibleRegion.width, d.actualVisibleRegion.height);
489
+ a.a.l(0, 0, d.actualVisibleRegion.width, d.actualVisibleRegion.height);
490
490
  this.a[b].setRawPosition(a.c, a.d);
491
491
  }
492
492
  }
@@ -8,7 +8,7 @@ import { GridCellBase } from "./GridCellBase";
8
8
  import { DataSourceSchemaPropertyType_$type } from "igniteui-webcomponents-core";
9
9
  import { enumGetBox, runOn, delegateCombine, delegateRemove, markType } from "igniteui-webcomponents-core";
10
10
  import { EditorType_$type } from "./EditorType";
11
- import { Popup } from "igniteui-webcomponents-layouts";
11
+ import { Popup } from "igniteui-webcomponents-core";
12
12
  import { TextEditorView } from "./TextEditorView";
13
13
  import { NumericEditorView } from "./NumericEditorView";
14
14
  import { DateEditorView } from "./DateEditorView";
@@ -194,7 +194,7 @@ export let FilterCell = /*@__PURE__*/ (() => {
194
194
  d3(a) {
195
195
  if (this.cw != null) {
196
196
  this.cw.disabled = !a;
197
- this.cw.x = a ? 1 : 0.3;
197
+ this.cw.z = a ? 1 : 0.3;
198
198
  }
199
199
  }
200
200
  dh(a) {
@@ -261,7 +261,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
261
261
  this.bc("TextFilterCaption", b, this.cf);
262
262
  }
263
263
  cu() {
264
- let a = this.bx.aj();
264
+ let a = this.bx.al();
265
265
  this.bw.al(!a);
266
266
  let b = this.b3();
267
267
  this.bw.am(b);
@@ -379,7 +379,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
379
379
  }
380
380
  }
381
381
  this.bx.itemsSource = e;
382
- this.bx.a4 = c;
382
+ this.bx.bc = c;
383
383
  this.bx.b = [c];
384
384
  e.shouldEmitSectionHeaders = true;
385
385
  e.isSectionHeaderNormalRow = true;
@@ -424,15 +424,15 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
424
424
  }
425
425
  }
426
426
  if (e.count == 0 || !c) {
427
- this.bx.cl();
427
+ this.bx.cy();
428
428
  return;
429
429
  }
430
430
  switch (d.value) {
431
431
  case 0:
432
- this.bx.bw();
432
+ this.bx.b9();
433
433
  break;
434
434
  case 1:
435
- this.bx.cl();
435
+ this.bx.cy();
436
436
  break;
437
437
  }
438
438
  let h = this.bx.g;
@@ -474,9 +474,9 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
474
474
  cw() {
475
475
  if (null != this.bx) {
476
476
  this.bx.aa = this.b0;
477
- this.bx.a8 = this.cc;
478
- this.bx.cw = this.bo;
479
- this.bx.c2 = this.br;
477
+ this.bx.bg = this.cc;
478
+ this.bx.di = this.bo;
479
+ this.bx.dy = this.br;
480
480
  this.bx.y = this.i;
481
481
  this.bx.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
482
482
  }
@@ -6,7 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import { GridColumnOptionsViewBase } from "./GridColumnOptionsViewBase";
8
8
  import { SummaryChooser } from "./SummaryChooser";
9
- import { Popup } from "igniteui-webcomponents-layouts";
9
+ import { Popup } from "igniteui-webcomponents-core";
10
10
  import { Size } from "igniteui-webcomponents-core";
11
11
  import { GridColumnOptionsUtilities } from "./GridColumnOptionsUtilities";
12
12
  import { runOn, markType, enumGetBox, delegateRemove, delegateCombine } from "igniteui-webcomponents-core";
@@ -362,7 +362,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
362
362
  if (this.by != null) {
363
363
  this.by.ef = 0;
364
364
  this.by.ak = false;
365
- this.by.t8 = this.br;
365
+ this.by.t9 = this.br;
366
366
  this.bh(this.by);
367
367
  }
368
368
  }
@@ -147,23 +147,23 @@ export let GridExpansionIndicatorView = /*@__PURE__*/ (() => {
147
147
  this.d = truncate(Math.round(d));
148
148
  }
149
149
  if (this.b.d && this.f != 1) {
150
- this.b.z();
151
- this.b.aa(this.f, this.f);
150
+ this.b.aa();
151
+ this.b.ab(this.f, this.f);
152
152
  }
153
- this.b.k(0, 0, this.j, this.g);
154
- this.b.z();
153
+ this.b.l(0, 0, this.j, this.g);
154
+ this.b.aa();
155
155
  for (let e = 0; e < this.c.count; e++) {
156
- this.b.j(this.c._inner[e].j);
156
+ this.b.k(this.c._inner[e].j);
157
157
  let f = this.s();
158
158
  if (this.a.ae != null) {
159
159
  f = this.a.ae;
160
160
  }
161
161
  this.c._inner[e]._stroke = f;
162
- this.b.s(this.c._inner[e]);
162
+ this.b.t(this.c._inner[e]);
163
163
  }
164
- this.b.y();
164
+ this.b.z();
165
165
  if (this.b.d && this.f != 1) {
166
- this.b.y();
166
+ this.b.z();
167
167
  }
168
168
  }
169
169
  }
@@ -80,13 +80,13 @@ export let GridFilterDialogView = /*@__PURE__*/ (() => {
80
80
  this.z();
81
81
  this.ad._fill = this.b.bq != null ? this.b.bq : GridStyleRepository.az;
82
82
  if (this.d.d && this.h != 1) {
83
- this.d.z();
84
- this.d.aa(this.h, this.h);
83
+ this.d.aa();
84
+ this.d.ab(this.h, this.h);
85
85
  }
86
- this.d.k(0, 0, this.l, this.k);
87
- this.d.s(this.ad);
86
+ this.d.l(0, 0, this.l, this.k);
87
+ this.d.t(this.ad);
88
88
  if (this.d.d && this.h != 1) {
89
- this.d.y();
89
+ this.d.z();
90
90
  }
91
91
  this.b.bc();
92
92
  }
@@ -90,24 +90,24 @@ export let GridSortIndicatorView = /*@__PURE__*/ (() => {
90
90
  this.e = truncate(Math.round(b));
91
91
  }
92
92
  if (this.c.d && this.g != 1) {
93
- this.c.z();
94
- this.c.aa(this.g, this.g);
93
+ this.c.aa();
94
+ this.c.ab(this.g, this.g);
95
95
  }
96
- this.c.k(0, 0, this.k, this.j);
97
- this.c.z();
98
- this.c.aa(this.a.v(), this.a.v());
96
+ this.c.l(0, 0, this.k, this.j);
97
+ this.c.aa();
98
+ this.c.ab(this.a.v(), this.a.v());
99
99
  for (let c = 0; c < this.d.count; c++) {
100
- this.c.j(this.d._inner[c].j);
100
+ this.c.k(this.d._inner[c].j);
101
101
  let d = this.y();
102
102
  if (this.a.a0 != null) {
103
103
  d = this.a.a0;
104
104
  }
105
105
  this.d._inner[c]._stroke = d;
106
- this.c.s(this.d._inner[c]);
106
+ this.c.t(this.d._inner[c]);
107
107
  }
108
- this.c.y();
108
+ this.c.z();
109
109
  if (this.c.d && this.g != 1) {
110
- this.c.y();
110
+ this.c.z();
111
111
  }
112
112
  this.a.at();
113
113
  }
@@ -75,8 +75,8 @@ export let SummaryChooserView = /*@__PURE__*/ (() => {
75
75
  this.e();
76
76
  }
77
77
  e() {
78
- if (this.model.f.as > -1) {
79
- let a = this.model.r.count * this.model.f.as;
78
+ if (this.model.f.av > -1) {
79
+ let a = this.model.r.count * this.model.f.av;
80
80
  a += 4;
81
81
  this.d.setStyleProperty("height", a + "px");
82
82
  }
@@ -322,15 +322,15 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
322
322
  a6() {
323
323
  if (this.e != null) {
324
324
  this.e.aa = this.m;
325
- this.e.c2 = this.ba;
325
+ this.e.dy = this.ba;
326
326
  this.e.y = this.i;
327
+ this.e.as = false;
327
328
  this.e.aq = false;
328
- this.e.ao = false;
329
- this.e.al = false;
329
+ this.e.an = false;
330
330
  this.e.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
331
331
  this.e.itemsSource = this.q;
332
- this.e.a4 = "label";
333
- this.e.bn = "isSelected";
332
+ this.e.bc = "label";
333
+ this.e.b0 = "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.b3(c, d, d);
383
+ this.e.cg(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.b1(this.q.count - 1, c);
395
+ this.e.ce(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.b2(b, c);
405
+ this.e.cf(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.b3(c, d, d);
418
+ this.e.cg(c, d, d);
419
419
  }
420
420
  break;
421
421
  }
@@ -5,7 +5,7 @@ https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
7
  import { Base, Delegate_$type, runOn, delegateCombine, fromEnum, typeCast, Array_$type, delegateRemove, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox, String_$type } from "igniteui-webcomponents-core";
8
- import { Popup } from "igniteui-webcomponents-layouts";
8
+ import { Popup } from "igniteui-webcomponents-core";
9
9
  import { XSuffix } from "igniteui-webcomponents-inputs";
10
10
  import { XInputGroup } from "igniteui-webcomponents-inputs";
11
11
  import { XLabel } from "igniteui-webcomponents-inputs";
@@ -187,8 +187,8 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
187
187
  this.j = new XInput();
188
188
  this.j.provideContainer(g);
189
189
  a.getExternal(this.j, a.rootWrapper, a.getExternal(b, null, null));
190
- this.j.b3 = "text";
191
- this.j.cj = b.text;
190
+ this.j.b6 = "text";
191
+ this.j.cm = b.text;
192
192
  let h = this.j;
193
193
  h.changing = delegateCombine(h.changing, runOn(this, this.bi));
194
194
  let i = this.j;
@@ -437,14 +437,14 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
437
437
  this.az();
438
438
  let b = this.j;
439
439
  b.focus();
440
- let c = b.cj;
441
- let d = null != c ? b.cj.length : 0;
442
- b.di(d, d);
440
+ let c = b.cm;
441
+ let d = null != c ? b.cm.length : 0;
442
+ b.dl(d, d);
443
443
  }
444
444
  }
445
445
  by() {
446
446
  this.k.ah = true;
447
- this.j.dg();
447
+ this.j.dj();
448
448
  let a = new GotFocusEventArgs();
449
449
  this.g.f1(a);
450
450
  }
@@ -537,7 +537,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
537
537
  if (this.x && !stringIsNullOrEmpty(this.au) && b > 0) {
538
538
  b--;
539
539
  }
540
- this.j.di(b, c);
540
+ this.j.dl(b, c);
541
541
  }
542
542
  b8() {
543
543
  if (this.p) {
@@ -566,7 +566,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
566
566
  if (this.g.bi == false) {
567
567
  this.ae.setStyleProperty("display", "none");
568
568
  }
569
- else if ((this.g.value != null && this.g.value != "") || (this.j.cj != null && this.j.cj != "")) {
569
+ else if ((this.g.value != null && this.g.value != "") || (this.j.cm != null && this.j.cm != "")) {
570
570
  this.ae.show();
571
571
  }
572
572
  else {
@@ -714,9 +714,9 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
714
714
  this.k.h4 = a.cc;
715
715
  }
716
716
  if (null != this.j) {
717
- this.j.dy = a.hg;
718
- this.j.ad = a.aw;
719
- this.j.cb = a.fb;
717
+ this.j.d1 = a.hg;
718
+ this.j.af = a.aw;
719
+ this.j.ce = a.fb;
720
720
  }
721
721
  if (null != this.l) {
722
722
  this.l.text = a.e0;
@@ -747,7 +747,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
747
747
  if (!this.v) {
748
748
  if (null != this.j) {
749
749
  let a = this.f.text;
750
- this.j.cj = a;
750
+ this.j.cm = a;
751
751
  }
752
752
  }
753
753
  }
@@ -981,7 +981,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
981
981
  }
982
982
  ce() {
983
983
  if (this.j != null) {
984
- this.j.dg();
984
+ this.j.dj();
985
985
  }
986
986
  }
987
987
  ci(a) {
@@ -1011,7 +1011,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1011
1011
  }
1012
1012
  ax(a) {
1013
1013
  this.d.ae.clear();
1014
- this.j.cj = "";
1014
+ this.j.cm = "";
1015
1015
  this.g.text = "";
1016
1016
  this.g.value = null;
1017
1017
  }
@@ -1025,7 +1025,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1025
1025
  }
1026
1026
  if (null != this.j) {
1027
1027
  this.j.focus();
1028
- this.j.dg();
1028
+ this.j.dj();
1029
1029
  }
1030
1030
  }
1031
1031
  a7(a, b) {
@@ -1069,7 +1069,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1069
1069
  this.b9(c);
1070
1070
  }
1071
1071
  bj(a, b) {
1072
- let c = this.j.cj;
1072
+ let c = this.j.cm;
1073
1073
  this.b9(c);
1074
1074
  }
1075
1075
  bk(a, b) {
@@ -1090,7 +1090,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1090
1090
  if (0 == e) {
1091
1091
  break;
1092
1092
  }
1093
- let f = this.j.cj;
1093
+ let f = this.j.cm;
1094
1094
  if (stringIsNullOrEmpty(f)) {
1095
1095
  break;
1096
1096
  }
@@ -1169,7 +1169,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1169
1169
  }
1170
1170
  bm(a, b) {
1171
1171
  if (false == this.o()) {
1172
- this.j.dg();
1172
+ this.j.dj();
1173
1173
  b.handled = true;
1174
1174
  }
1175
1175
  }
@@ -14,14 +14,14 @@ export let NumericEditorView = /*@__PURE__*/ (() => {
14
14
  class NumericEditorView extends TextEditorView {
15
15
  constructor(a, b, c) {
16
16
  super(a, b, c);
17
- this.v.b3 = "number";
17
+ this.v.b6 = "number";
18
18
  }
19
19
  getEditorValue() {
20
- if (this.v == null || this.v.cj == null) {
20
+ if (this.v == null || this.v.cm == null) {
21
21
  return null;
22
22
  }
23
23
  let a = NaN;
24
- let b = tryParseNumber(this.v.cj, a);
24
+ let b = tryParseNumber(this.v.cm, a);
25
25
  a = b.p1;
26
26
  return a;
27
27
  }