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
@@ -299,7 +299,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
299
299
  break;
300
300
  case "FilterPlaceholderText":
301
301
  if (this.d != null) {
302
- this.d.a8 = this.s;
302
+ this.d.bg = this.s;
303
303
  }
304
304
  break;
305
305
  case "BaseTheme":
@@ -310,7 +310,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
310
310
  break;
311
311
  case "BackgroundColor":
312
312
  if (this.d != null) {
313
- this.d.cw = this.aq;
313
+ this.d.di = this.aq;
314
314
  }
315
315
  this.c.i();
316
316
  break;
@@ -340,7 +340,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
340
340
  if (this.a != null && this.d != null) {
341
341
  this.d.y = this.f;
342
342
  this.d.aa = this.h;
343
- this.d.cw = this.aq;
343
+ this.d.di = this.aq;
344
344
  var a = void 0;
345
345
  var b = new ObservableCollection$1(ColumnChooserInfo.$, 0);
346
346
  try {
@@ -370,16 +370,16 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
370
370
  }
371
371
  }
372
372
  if (this.s != null) {
373
- this.d.a8 = this.s;
373
+ this.d.bg = this.s;
374
374
  }
375
375
  this.d.itemsSource = b;
376
376
  var e = "";
377
377
  var f = "";
378
378
  e = "columnName";
379
379
  f = "isNotHidden";
380
- this.d.bn = f;
381
- this.d.a4 = e;
382
- this.d.aq = true;
380
+ this.d.b0 = f;
381
+ this.d.bc = e;
382
+ this.d.as = true;
383
383
  }
384
384
  };
385
385
  ColumnChooser.prototype.an = function (a) {
@@ -389,7 +389,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
389
389
  };
390
390
  ColumnChooser.prototype.al = function () {
391
391
  var e_2, _a;
392
- this.d.cl();
392
+ this.d.cy();
393
393
  if (this.a != null) {
394
394
  try {
395
395
  for (var _b = tslib_1.__values(fromEnum(this.a.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
@@ -415,7 +415,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
415
415
  };
416
416
  ColumnChooser.prototype.ae = function () {
417
417
  var e_3, _a;
418
- this.d.bw();
418
+ this.d.b9();
419
419
  if (this.a != null) {
420
420
  try {
421
421
  for (var _b = tslib_1.__values(fromEnum(this.a.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
@@ -5633,7 +5633,7 @@ var Pager = /** @class */ /*@__PURE__*/ (function (_super) {
5633
5633
  }
5634
5634
  var c = this.b.getItemAtIndex(b);
5635
5635
  this.ac.add1(c);
5636
- if (this.b.isVirtual && c != null) {
5636
+ if (c != null) {
5637
5637
  this.d.d7 = true;
5638
5638
  }
5639
5639
  }
@@ -1019,7 +1019,7 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
1019
1019
  }
1020
1020
  var j = this.d.j;
1021
1021
  for (var k = 0; k < j.count; k++) {
1022
- var l = this.q._inner[k].ac();
1022
+ var l = this.q._inner[k].ae();
1023
1023
  var m = this.d.b(j._inner[k]);
1024
1024
  l.h = m[0] - d;
1025
1025
  l.f = m[1] - e;
@@ -298,7 +298,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
298
298
  break;
299
299
  case "FilterPlaceholderText":
300
300
  if (this.d != null) {
301
- this.d.a8 = this.s;
301
+ this.d.bg = this.s;
302
302
  }
303
303
  break;
304
304
  case "BaseTheme":
@@ -309,7 +309,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
309
309
  break;
310
310
  case "BackgroundColor":
311
311
  if (this.d != null) {
312
- this.d.cw = this.an;
312
+ this.d.di = this.an;
313
313
  }
314
314
  this.c.g();
315
315
  break;
@@ -339,7 +339,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
339
339
  if (this.a != null && this.d != null) {
340
340
  this.d.y = this.f;
341
341
  this.d.aa = this.h;
342
- this.d.cw = this.an;
342
+ this.d.di = this.an;
343
343
  var a = void 0;
344
344
  var b = new ObservableCollection$1(ColumnPinningInfo.$, 0);
345
345
  try {
@@ -373,17 +373,17 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
373
373
  throw e_1.error;
374
374
  }
375
375
  }
376
- this.d.aq = false;
376
+ this.d.as = false;
377
377
  if (this.s != null) {
378
- this.d.a8 = this.s;
378
+ this.d.bg = this.s;
379
379
  }
380
380
  this.d.itemsSource = b;
381
381
  var e = "";
382
382
  var f = "";
383
383
  e = "columnName";
384
384
  f = "isPinned";
385
- this.d.bn = f;
386
- this.d.a4 = e;
385
+ this.d.b0 = f;
386
+ this.d.bc = e;
387
387
  }
388
388
  };
389
389
  ColumnPinning.prototype.ae = function (a, b) {
@@ -9,7 +9,7 @@ import { Base, String_$type, runOn, delegateRemove, delegateCombine, markType, I
9
9
  import { Dictionary$2 } from "igniteui-webcomponents-core";
10
10
  import { XIcon } from "igniteui-webcomponents-inputs";
11
11
  import { OperatorSelectorOpeningEventArgs } from "./OperatorSelectorOpeningEventArgs";
12
- import { Popup } from "igniteui-webcomponents-layouts";
12
+ import { Popup } from "igniteui-webcomponents-core";
13
13
  import { Rect } from "igniteui-webcomponents-core";
14
14
  import { OperatorModel } from "./OperatorModel";
15
15
  import { BaseDOMEventProxy } from "igniteui-webcomponents-core";
@@ -310,13 +310,13 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
310
310
  af.s.modelUpdated(af);
311
311
  if (ai && y.b) {
312
312
  var aq = y.a;
313
- aq.z();
313
+ aq.aa();
314
314
  if (af.l.d != 0 && this.e.b2) {
315
- aq.ae(this.ax(af.l.d));
315
+ aq.af(this.ax(af.l.d));
316
316
  }
317
317
  var ar = af.s.nativeCell;
318
318
  ar.b3(aq, y.c, y.d, af.cl, af.cm, z);
319
- aq.y();
319
+ aq.z();
320
320
  }
321
321
  af.jv();
322
322
  if (m) {
@@ -331,7 +331,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
331
331
  }
332
332
  this.m = false;
333
333
  if (y.a != null && this.q != 1) {
334
- y.a.y();
334
+ y.a.z();
335
335
  }
336
336
  this.an();
337
337
  };
@@ -512,7 +512,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
512
512
  if (f) {
513
513
  this.a[b].setRawStyleProperty("z-index", e.toString());
514
514
  }
515
- a.a.k(0, 0, d.actualVisibleRegion.width, d.actualVisibleRegion.height);
515
+ a.a.l(0, 0, d.actualVisibleRegion.width, d.actualVisibleRegion.height);
516
516
  this.a[b].setRawPosition(a.c, a.d);
517
517
  }
518
518
  };
@@ -9,7 +9,7 @@ import { GridCellBase } from "./GridCellBase";
9
9
  import { DataSourceSchemaPropertyType_$type } from "igniteui-webcomponents-core";
10
10
  import { enumGetBox, runOn, delegateCombine, delegateRemove, markType } from "igniteui-webcomponents-core";
11
11
  import { EditorType_$type } from "./EditorType";
12
- import { Popup } from "igniteui-webcomponents-layouts";
12
+ import { Popup } from "igniteui-webcomponents-core";
13
13
  import { TextEditorView } from "./TextEditorView";
14
14
  import { NumericEditorView } from "./NumericEditorView";
15
15
  import { DateEditorView } from "./DateEditorView";
@@ -196,7 +196,7 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
196
196
  FilterCell.prototype.d3 = function (a) {
197
197
  if (this.cw != null) {
198
198
  this.cw.disabled = !a;
199
- this.cw.x = a ? 1 : 0.3;
199
+ this.cw.z = a ? 1 : 0.3;
200
200
  }
201
201
  };
202
202
  FilterCell.prototype.dh = function (a) {
@@ -293,7 +293,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
293
293
  configurable: true
294
294
  });
295
295
  GridColumnFilterOptions.prototype.cu = function () {
296
- var a = this.bx.aj();
296
+ var a = this.bx.al();
297
297
  this.bw.al(!a);
298
298
  var b = this.b3();
299
299
  this.bw.am(b);
@@ -428,7 +428,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
428
428
  }
429
429
  }
430
430
  this.bx.itemsSource = e;
431
- this.bx.a4 = c;
431
+ this.bx.bc = c;
432
432
  this.bx.b = [c];
433
433
  e.shouldEmitSectionHeaders = true;
434
434
  e.isSectionHeaderNormalRow = true;
@@ -474,15 +474,15 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
474
474
  }
475
475
  }
476
476
  if (e.count == 0 || !c) {
477
- this.bx.cl();
477
+ this.bx.cy();
478
478
  return;
479
479
  }
480
480
  switch (d.value) {
481
481
  case 0:
482
- this.bx.bw();
482
+ this.bx.b9();
483
483
  break;
484
484
  case 1:
485
- this.bx.cl();
485
+ this.bx.cy();
486
486
  break;
487
487
  }
488
488
  var h = this.bx.g;
@@ -540,9 +540,9 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
540
540
  GridColumnFilterOptions.prototype.cw = function () {
541
541
  if (null != this.bx) {
542
542
  this.bx.aa = this.b0;
543
- this.bx.a8 = this.cc;
544
- this.bx.cw = this.bo;
545
- this.bx.c2 = this.br;
543
+ this.bx.bg = this.cc;
544
+ this.bx.di = this.bo;
545
+ this.bx.dy = this.br;
546
546
  this.bx.y = this.i;
547
547
  this.bx.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
548
548
  }
@@ -7,7 +7,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
7
7
  import * as tslib_1 from "tslib";
8
8
  import { GridColumnOptionsViewBase } from "./GridColumnOptionsViewBase";
9
9
  import { SummaryChooser } from "./SummaryChooser";
10
- import { Popup } from "igniteui-webcomponents-layouts";
10
+ import { Popup } from "igniteui-webcomponents-core";
11
11
  import { Size } from "igniteui-webcomponents-core";
12
12
  import { GridColumnOptionsUtilities } from "./GridColumnOptionsUtilities";
13
13
  import { runOn, markType, enumGetBox, delegateRemove, delegateCombine } from "igniteui-webcomponents-core";
@@ -402,7 +402,7 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
402
402
  if (this.by != null) {
403
403
  this.by.ef = 0;
404
404
  this.by.ak = false;
405
- this.by.t8 = this.br;
405
+ this.by.t9 = this.br;
406
406
  this.bh(this.by);
407
407
  }
408
408
  };
@@ -150,23 +150,23 @@ var GridExpansionIndicatorView = /** @class */ /*@__PURE__*/ (function (_super)
150
150
  this.d = truncate(Math.round(d));
151
151
  }
152
152
  if (this.b.d && this.f != 1) {
153
- this.b.z();
154
- this.b.aa(this.f, this.f);
153
+ this.b.aa();
154
+ this.b.ab(this.f, this.f);
155
155
  }
156
- this.b.k(0, 0, this.j, this.g);
157
- this.b.z();
156
+ this.b.l(0, 0, this.j, this.g);
157
+ this.b.aa();
158
158
  for (var e = 0; e < this.c.count; e++) {
159
- this.b.j(this.c._inner[e].j);
159
+ this.b.k(this.c._inner[e].j);
160
160
  var f = this.s();
161
161
  if (this.a.ae != null) {
162
162
  f = this.a.ae;
163
163
  }
164
164
  this.c._inner[e]._stroke = f;
165
- this.b.s(this.c._inner[e]);
165
+ this.b.t(this.c._inner[e]);
166
166
  }
167
- this.b.y();
167
+ this.b.z();
168
168
  if (this.b.d && this.f != 1) {
169
- this.b.y();
169
+ this.b.z();
170
170
  }
171
171
  };
172
172
  GridExpansionIndicatorView.$t = markType(GridExpansionIndicatorView, 'GridExpansionIndicatorView');
@@ -82,13 +82,13 @@ var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super) {
82
82
  this.z();
83
83
  this.ad._fill = this.b.bq != null ? this.b.bq : GridStyleRepository.az;
84
84
  if (this.d.d && this.h != 1) {
85
- this.d.z();
86
- this.d.aa(this.h, this.h);
85
+ this.d.aa();
86
+ this.d.ab(this.h, this.h);
87
87
  }
88
- this.d.k(0, 0, this.l, this.k);
89
- this.d.s(this.ad);
88
+ this.d.l(0, 0, this.l, this.k);
89
+ this.d.t(this.ad);
90
90
  if (this.d.d && this.h != 1) {
91
- this.d.y();
91
+ this.d.z();
92
92
  }
93
93
  this.b.bc();
94
94
  };
@@ -92,24 +92,24 @@ var GridSortIndicatorView = /** @class */ /*@__PURE__*/ (function (_super) {
92
92
  this.e = truncate(Math.round(b));
93
93
  }
94
94
  if (this.c.d && this.g != 1) {
95
- this.c.z();
96
- this.c.aa(this.g, this.g);
95
+ this.c.aa();
96
+ this.c.ab(this.g, this.g);
97
97
  }
98
- this.c.k(0, 0, this.k, this.j);
99
- this.c.z();
100
- this.c.aa(this.a.v(), this.a.v());
98
+ this.c.l(0, 0, this.k, this.j);
99
+ this.c.aa();
100
+ this.c.ab(this.a.v(), this.a.v());
101
101
  for (var c = 0; c < this.d.count; c++) {
102
- this.c.j(this.d._inner[c].j);
102
+ this.c.k(this.d._inner[c].j);
103
103
  var d = this.y();
104
104
  if (this.a.a0 != null) {
105
105
  d = this.a.a0;
106
106
  }
107
107
  this.d._inner[c]._stroke = d;
108
- this.c.s(this.d._inner[c]);
108
+ this.c.t(this.d._inner[c]);
109
109
  }
110
- this.c.y();
110
+ this.c.z();
111
111
  if (this.c.d && this.g != 1) {
112
- this.c.y();
112
+ this.c.z();
113
113
  }
114
114
  this.a.at();
115
115
  };
@@ -90,8 +90,8 @@ var SummaryChooserView = /** @class */ /*@__PURE__*/ (function (_super) {
90
90
  this.e();
91
91
  };
92
92
  SummaryChooserView.prototype.e = function () {
93
- if (this.model.f.as > -1) {
94
- var a = this.model.r.count * this.model.f.as;
93
+ if (this.model.f.av > -1) {
94
+ var a = this.model.r.count * this.model.f.av;
95
95
  a += 4;
96
96
  this.d.setStyleProperty("height", a + "px");
97
97
  }
@@ -395,15 +395,15 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
395
395
  SummaryChooser.prototype.a6 = function () {
396
396
  if (this.e != null) {
397
397
  this.e.aa = this.m;
398
- this.e.c2 = this.ba;
398
+ this.e.dy = this.ba;
399
399
  this.e.y = this.i;
400
+ this.e.as = false;
400
401
  this.e.aq = false;
401
- this.e.ao = false;
402
- this.e.al = false;
402
+ this.e.an = false;
403
403
  this.e.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
404
404
  this.e.itemsSource = this.q;
405
- this.e.a4 = "label";
406
- this.e.bn = "isSelected";
405
+ this.e.bc = "label";
406
+ this.e.b0 = "isSelected";
407
407
  this.e.b = ["label"];
408
408
  }
409
409
  };
@@ -453,7 +453,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
453
453
  if (d.iD == a) {
454
454
  d.isSelected = b;
455
455
  if (this.e != null) {
456
- this.e.b3(c, d, d);
456
+ this.e.cg(c, d, d);
457
457
  }
458
458
  break;
459
459
  }
@@ -465,7 +465,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
465
465
  c.label = b;
466
466
  this.q.add(c);
467
467
  if (this.e != null) {
468
- this.e.b1(this.q.count - 1, c);
468
+ this.e.ce(this.q.count - 1, c);
469
469
  }
470
470
  this.c.onItemInserted();
471
471
  };
@@ -475,7 +475,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
475
475
  if (c.iD == a) {
476
476
  this.q.removeAt(b);
477
477
  if (this.e != null) {
478
- this.e.b2(b, c);
478
+ this.e.cf(b, c);
479
479
  }
480
480
  break;
481
481
  }
@@ -488,7 +488,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
488
488
  if (d.iD == a) {
489
489
  d.label = b;
490
490
  if (this.e != null) {
491
- this.e.b3(c, d, d);
491
+ this.e.cg(c, d, d);
492
492
  }
493
493
  break;
494
494
  }
@@ -6,7 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import * as tslib_1 from "tslib";
8
8
  import { Base, Delegate_$type, runOn, delegateCombine, fromEnum, typeCast, Array_$type, delegateRemove, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox, String_$type } from "igniteui-webcomponents-core";
9
- import { Popup } from "igniteui-webcomponents-layouts";
9
+ import { Popup } from "igniteui-webcomponents-core";
10
10
  import { XSuffix } from "igniteui-webcomponents-inputs";
11
11
  import { XInputGroup } from "igniteui-webcomponents-inputs";
12
12
  import { XLabel } from "igniteui-webcomponents-inputs";
@@ -201,8 +201,8 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
201
201
  this.j = new XInput();
202
202
  this.j.provideContainer(g);
203
203
  a.getExternal(this.j, a.rootWrapper, a.getExternal(b, null, null));
204
- this.j.b3 = "text";
205
- this.j.cj = b.text;
204
+ this.j.b6 = "text";
205
+ this.j.cm = b.text;
206
206
  var h = this.j;
207
207
  h.changing = delegateCombine(h.changing, runOn(this, this.bi));
208
208
  var i = this.j;
@@ -452,14 +452,14 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
452
452
  this.az();
453
453
  var b = this.j;
454
454
  b.focus();
455
- var c = b.cj;
456
- var d = null != c ? b.cj.length : 0;
457
- b.di(d, d);
455
+ var c = b.cm;
456
+ var d = null != c ? b.cm.length : 0;
457
+ b.dl(d, d);
458
458
  }
459
459
  };
460
460
  MultiColumnComboBoxView.prototype.by = function () {
461
461
  this.k.ah = true;
462
- this.j.dg();
462
+ this.j.dj();
463
463
  var a = new GotFocusEventArgs();
464
464
  this.g.f1(a);
465
465
  };
@@ -569,7 +569,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
569
569
  if (this.x && !stringIsNullOrEmpty(this.au) && b > 0) {
570
570
  b--;
571
571
  }
572
- this.j.di(b, c);
572
+ this.j.dl(b, c);
573
573
  };
574
574
  MultiColumnComboBoxView.prototype.b8 = function () {
575
575
  if (this.p) {
@@ -598,7 +598,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
598
598
  if (this.g.bi == false) {
599
599
  this.ae.setStyleProperty("display", "none");
600
600
  }
601
- else if ((this.g.value != null && this.g.value != "") || (this.j.cj != null && this.j.cj != "")) {
601
+ else if ((this.g.value != null && this.g.value != "") || (this.j.cm != null && this.j.cm != "")) {
602
602
  this.ae.show();
603
603
  }
604
604
  else {
@@ -746,9 +746,9 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
746
746
  this.k.h4 = a.cc;
747
747
  }
748
748
  if (null != this.j) {
749
- this.j.dy = a.hg;
750
- this.j.ad = a.aw;
751
- this.j.cb = a.fb;
749
+ this.j.d1 = a.hg;
750
+ this.j.af = a.aw;
751
+ this.j.ce = a.fb;
752
752
  }
753
753
  if (null != this.l) {
754
754
  this.l.text = a.e0;
@@ -779,7 +779,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
779
779
  if (!this.v) {
780
780
  if (null != this.j) {
781
781
  var a = this.f.text;
782
- this.j.cj = a;
782
+ this.j.cm = a;
783
783
  }
784
784
  }
785
785
  };
@@ -1014,7 +1014,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
1014
1014
  };
1015
1015
  MultiColumnComboBoxView.prototype.ce = function () {
1016
1016
  if (this.j != null) {
1017
- this.j.dg();
1017
+ this.j.dj();
1018
1018
  }
1019
1019
  };
1020
1020
  MultiColumnComboBoxView.prototype.ci = function (a) {
@@ -1056,7 +1056,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
1056
1056
  };
1057
1057
  MultiColumnComboBoxView.prototype.ax = function (a) {
1058
1058
  this.d.ae.clear();
1059
- this.j.cj = "";
1059
+ this.j.cm = "";
1060
1060
  this.g.text = "";
1061
1061
  this.g.value = null;
1062
1062
  };
@@ -1070,7 +1070,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
1070
1070
  }
1071
1071
  if (null != this.j) {
1072
1072
  this.j.focus();
1073
- this.j.dg();
1073
+ this.j.dj();
1074
1074
  }
1075
1075
  };
1076
1076
  MultiColumnComboBoxView.prototype.a7 = function (a, b) {
@@ -1114,7 +1114,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
1114
1114
  this.b9(c);
1115
1115
  };
1116
1116
  MultiColumnComboBoxView.prototype.bj = function (a, b) {
1117
- var c = this.j.cj;
1117
+ var c = this.j.cm;
1118
1118
  this.b9(c);
1119
1119
  };
1120
1120
  MultiColumnComboBoxView.prototype.bk = function (a, b) {
@@ -1135,7 +1135,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
1135
1135
  if (0 == e) {
1136
1136
  break;
1137
1137
  }
1138
- var f = this.j.cj;
1138
+ var f = this.j.cm;
1139
1139
  if (stringIsNullOrEmpty(f)) {
1140
1140
  break;
1141
1141
  }
@@ -1214,7 +1214,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
1214
1214
  };
1215
1215
  MultiColumnComboBoxView.prototype.bm = function (a, b) {
1216
1216
  if (false == this.o()) {
1217
- this.j.dg();
1217
+ this.j.dj();
1218
1218
  b.handled = true;
1219
1219
  }
1220
1220
  };
@@ -15,15 +15,15 @@ var NumericEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
15
15
  tslib_1.__extends(NumericEditorView, _super);
16
16
  function NumericEditorView(a, b, c) {
17
17
  var _this = _super.call(this, a, b, c) || this;
18
- _this.v.b3 = "number";
18
+ _this.v.b6 = "number";
19
19
  return _this;
20
20
  }
21
21
  NumericEditorView.prototype.getEditorValue = function () {
22
- if (this.v == null || this.v.cj == null) {
22
+ if (this.v == null || this.v.cm == null) {
23
23
  return null;
24
24
  }
25
25
  var a = NaN;
26
- var b = tryParseNumber(this.v.cj, a);
26
+ var b = tryParseNumber(this.v.cm, a);
27
27
  a = b.p1;
28
28
  return a;
29
29
  };