igniteui-webcomponents-grids 4.0.4 → 4.2.3-alpha

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 (129) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +2059 -1378
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/BaseEditorView.js +30 -14
  4. package/esm2015/lib/CanvasGridCellBase.js +26 -26
  5. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  6. package/esm2015/lib/CanvasTextHeaderCell.js +1 -1
  7. package/esm2015/lib/CheckboxListView_combined.js +553 -389
  8. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  9. package/esm2015/lib/ColumnFilterCondition_combined.js +32 -0
  10. package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
  11. package/esm2015/lib/ColumnPinningView_combined.js +7 -7
  12. package/esm2015/lib/ComboEditorView.js +111 -105
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +401 -344
  14. package/esm2015/lib/DataGridCellLayoutPanel.js +5 -5
  15. package/esm2015/lib/DateEditorView.js +94 -87
  16. package/esm2015/lib/EditorCell.js +11 -11
  17. package/esm2015/lib/FilterCell.js +77 -61
  18. package/esm2015/lib/FilterCellPresenter.js +6 -3
  19. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +8 -8
  20. package/esm2015/lib/GridColumnOptionsView_combined.js +47 -22
  21. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +51 -25
  22. package/esm2015/lib/GridExpansionIndicatorView_combined.js +8 -8
  23. package/esm2015/lib/GridFilterDialogView_combined.js +5 -5
  24. package/esm2015/lib/GridSortIndicatorView_combined.js +9 -9
  25. package/esm2015/lib/ISummaryChooserView_combined.js +12 -11
  26. package/esm2015/lib/MultiColumnComboBoxView_combined.js +19 -19
  27. package/esm2015/lib/NumericEditorView.js +3 -3
  28. package/esm2015/lib/PropertyEditorView_combined.js +40 -40
  29. package/esm2015/lib/TextEditorView.js +82 -75
  30. package/esm2015/lib/igc-checkbox-list-component.js +155 -50
  31. package/esm2015/lib/igc-data-grid-comparison-operator-selector-component.js +104 -59
  32. package/esm2015/lib/igc-grid-column-options-component.js +21 -1
  33. package/esm2015/lib/igc-grid-column-summary-options-component.js +16 -2
  34. package/esm5/lib/BaseEditorView.js +34 -14
  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 +579 -375
  39. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  40. package/esm5/lib/ColumnFilterCondition_combined.js +32 -0
  41. package/esm5/lib/ColumnGroupingView_combined.js +1 -1
  42. package/esm5/lib/ColumnPinningView_combined.js +7 -7
  43. package/esm5/lib/ComboEditorView.js +108 -102
  44. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +408 -343
  45. package/esm5/lib/DataGridCellLayoutPanel.js +5 -5
  46. package/esm5/lib/DateEditorView.js +93 -86
  47. package/esm5/lib/EditorCell.js +11 -11
  48. package/esm5/lib/FilterCell.js +81 -61
  49. package/esm5/lib/FilterCellPresenter.js +6 -3
  50. package/esm5/lib/GridColumnFilterOptionsView_combined.js +8 -8
  51. package/esm5/lib/GridColumnOptionsView_combined.js +55 -22
  52. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +59 -25
  53. package/esm5/lib/GridExpansionIndicatorView_combined.js +8 -8
  54. package/esm5/lib/GridFilterDialogView_combined.js +5 -5
  55. package/esm5/lib/GridSortIndicatorView_combined.js +9 -9
  56. package/esm5/lib/ISummaryChooserView_combined.js +12 -11
  57. package/esm5/lib/MultiColumnComboBoxView_combined.js +19 -19
  58. package/esm5/lib/NumericEditorView.js +3 -3
  59. package/esm5/lib/PropertyEditorView_combined.js +40 -40
  60. package/esm5/lib/TextEditorView.js +82 -75
  61. package/esm5/lib/igc-checkbox-list-component.js +195 -50
  62. package/esm5/lib/igc-data-grid-comparison-operator-selector-component.js +117 -59
  63. package/esm5/lib/igc-grid-column-options-component.js +29 -1
  64. package/esm5/lib/igc-grid-column-summary-options-component.js +24 -2
  65. package/fesm2015/igniteui-webcomponents-grids.js +1935 -1395
  66. package/fesm5/igniteui-webcomponents-grids.js +2057 -1376
  67. package/grids/3rdpartylicenses.txt +445 -0
  68. package/grids/combined.js +44 -90
  69. package/grids/index.d.ts +15 -0
  70. package/grids/lib/common.d.ts +0 -4
  71. package/grids/lib/grid-toolbar-exporter-type.d.ts +3 -0
  72. package/grids/lib/igc-base-date-time-filtering-operand.d.ts +18 -0
  73. package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +2 -1
  74. package/grids/lib/igc-boolean-filtering-operand.d.ts +20 -0
  75. package/grids/lib/igc-cell-template-context.d.ts +2 -1
  76. package/grids/lib/igc-column-component.d.ts +3 -2
  77. package/grids/lib/igc-columns-auto-generated-event-args.d.ts +21 -0
  78. package/grids/lib/igc-date-filtering-operand.d.ts +20 -0
  79. package/grids/lib/igc-date-summary-operand.d.ts +75 -0
  80. package/grids/lib/igc-date-time-filtering-operand.d.ts +15 -0
  81. package/grids/lib/igc-display-density-base.d.ts +1 -1
  82. package/grids/lib/igc-exporter-options-base.d.ts +2 -0
  83. package/grids/lib/igc-filtering-expression.d.ts +33 -0
  84. package/grids/lib/igc-filtering-expressions-tree.d.ts +6 -4
  85. package/grids/lib/igc-filtering-operand.d.ts +4 -2
  86. package/grids/lib/igc-filtering-operation.d.ts +4 -0
  87. package/grids/lib/igc-grid-base-directive.d.ts +23 -2
  88. package/grids/lib/igc-grid-component.d.ts +4 -4
  89. package/grids/lib/igc-grid-edit-done-event-args.d.ts +5 -1
  90. package/grids/lib/igc-grid-selection-range.d.ts +1 -0
  91. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +2 -1
  92. package/grids/lib/igc-grouped-records.d.ts +1 -1
  93. package/grids/lib/igc-number-filtering-operand.d.ts +20 -0
  94. package/grids/lib/igc-number-summary-operand.d.ts +104 -0
  95. package/grids/lib/igc-pivot-date-dimension.d.ts +1 -20
  96. package/grids/lib/igc-pivot-grid-component.d.ts +12 -0
  97. package/grids/lib/igc-row-data-event-args.d.ts +4 -0
  98. package/grids/lib/igc-sorting-options.d.ts +3 -2
  99. package/grids/lib/igc-string-filtering-operand.d.ts +29 -0
  100. package/grids/lib/igc-summary-operand.d.ts +61 -0
  101. package/grids/lib/igc-time-filtering-operand.d.ts +15 -0
  102. package/grids/lib/igc-time-summary-operand.d.ts +49 -0
  103. package/grids/lib/sorting-options-mode.d.ts +3 -0
  104. package/grids/styles.css +1 -1
  105. package/grids/themes/dark/bootstrap.css +1 -1
  106. package/grids/themes/dark/fluent.css +1 -1
  107. package/grids/themes/dark/indigo.css +1 -1
  108. package/grids/themes/dark/material.css +1 -1
  109. package/grids/themes/light/bootstrap.css +1 -1
  110. package/grids/themes/light/fluent.css +1 -1
  111. package/grids/themes/light/indigo.css +1 -1
  112. package/grids/themes/light/material.css +1 -1
  113. package/lib/BaseEditorView.d.ts +12 -8
  114. package/lib/CheckboxListView_combined.d.ts +120 -96
  115. package/lib/ColumnFilterCondition_combined.d.ts +2 -0
  116. package/lib/ComboEditorView.d.ts +15 -14
  117. package/lib/ComboEditorView_ComboExternal.d.ts +1 -0
  118. package/lib/ComparisonOperatorSelectorView_combined.d.ts +105 -96
  119. package/lib/DateEditorView.d.ts +13 -12
  120. package/lib/FilterCell.d.ts +23 -20
  121. package/lib/GridColumnOptionsView_combined.d.ts +10 -5
  122. package/lib/GridColumnSummaryOptionsView_combined.d.ts +14 -9
  123. package/lib/IEditorView.d.ts +2 -0
  124. package/lib/TextEditorView.d.ts +10 -9
  125. package/lib/igc-checkbox-list-component.d.ts +40 -0
  126. package/lib/igc-data-grid-comparison-operator-selector-component.d.ts +11 -0
  127. package/lib/igc-grid-column-options-component.d.ts +8 -0
  128. package/lib/igc-grid-column-summary-options-component.d.ts +2 -0
  129. package/package.json +4 -4
@@ -7,13 +7,14 @@ 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";
14
14
  import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
15
15
  import { Rect } from "igniteui-webcomponents-core";
16
16
  import { GridColumnOptionsSectionBase } from "./GridColumnOptionsSectionBase";
17
+ import { BrushUtil } from "igniteui-webcomponents-core";
17
18
  import { ColumnSummaryDescription } from "./ColumnSummaryDescription";
18
19
  import { stringFormat } from "igniteui-webcomponents-core";
19
20
  import { stringIsNullOrWhiteSpace } from "igniteui-webcomponents-core";
@@ -48,18 +49,18 @@ var GridColumnSummaryOptionsView = /** @class */ /*@__PURE__*/ (function (_super
48
49
  this.o = ((function () { var d = GridColumnOptionsUtilities.f(_this.n, _this.e, GridColumnSummaryOptionsView.r, 1, _this.n.p, _this.n.j, new Size(1, 24, 24), a_1, b_1, _this.p, c_1, false, true); a_1 = d.p7; b_1 = d.p8; _this.p = d.p9; c_1 = d.p10; return d.ret; })());
49
50
  c_1.setStyleProperty("transform", "rotate(-90deg)");
50
51
  this.g.append(this.o);
51
- this.n.ci(a_1);
52
+ this.n.ck(a_1);
52
53
  }
53
54
  if (this.n.bx == null) {
54
55
  var d = new SummaryChooser();
55
56
  d.a2(this.e);
56
- this.n.cm(d);
57
+ this.n.co(d);
57
58
  var e = this.e.createElement("div");
58
59
  var f = this.e.getSubRenderer(e);
59
60
  var g = new Popup();
60
61
  g.provideRenderer(f);
61
62
  g.appendPopupContent(d.c.container);
62
- this.n.cj(g);
63
+ this.n.cl(g);
63
64
  }
64
65
  document.addEventListener("mousedown", runOn(this, this.s), false);
65
66
  };
@@ -103,7 +104,7 @@ var GridColumnSummaryOptionsView = /** @class */ /*@__PURE__*/ (function (_super
103
104
  return (window.innerWidth);
104
105
  };
105
106
  GridColumnSummaryOptionsView.prototype.s = function (e_) {
106
- this.n.ch();
107
+ this.n.cj();
107
108
  };
108
109
  GridColumnSummaryOptionsView.$t = markType(GridColumnSummaryOptionsView, 'GridColumnSummaryOptionsView', GridColumnOptionsViewBase.$);
109
110
  GridColumnSummaryOptionsView.r = "M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z";
@@ -124,6 +125,8 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
124
125
  _this.b2 = 0;
125
126
  _this.b1 = 0;
126
127
  _this.b6 = 0;
128
+ _this.ct = BrushUtil.g(255, 24, 29, 31);
129
+ _this.cs = BrushUtil.g(255, 248, 248, 248);
127
130
  return _this;
128
131
  }
129
132
  GridColumnSummaryOptions.prototype.f = function () {
@@ -143,9 +146,11 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
143
146
  case "ActualSummaryListDensity":
144
147
  case "BackgroundColor":
145
148
  case "TextColor":
146
- this.co();
147
- this.cn();
149
+ case "SummaryListTextColor":
150
+ case "SummaryListBackground":
151
+ this.cq();
148
152
  this.cp();
153
+ this.cr();
149
154
  break;
150
155
  case "SummaryListDensity":
151
156
  this.b3 = this.b5 == 0 ? this.q : this.b5;
@@ -358,61 +363,90 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
358
363
  enumerable: true,
359
364
  configurable: true
360
365
  });
361
- GridColumnSummaryOptions.prototype.ch = function () {
366
+ Object.defineProperty(GridColumnSummaryOptions.prototype, "cv", {
367
+ get: function () {
368
+ return this.ct;
369
+ },
370
+ set: function (a) {
371
+ var b = this.ct;
372
+ this.ct = a;
373
+ if (b != this.ct) {
374
+ this.bc("SummaryListTextColor", b, this.ct);
375
+ }
376
+ },
377
+ enumerable: true,
378
+ configurable: true
379
+ });
380
+ Object.defineProperty(GridColumnSummaryOptions.prototype, "cu", {
381
+ get: function () {
382
+ return this.cs;
383
+ },
384
+ set: function (a) {
385
+ var b = this.cs;
386
+ this.cs = a;
387
+ if (b != this.cs) {
388
+ this.bc("SummaryListBackground", b, this.cs);
389
+ }
390
+ },
391
+ enumerable: true,
392
+ configurable: true
393
+ });
394
+ GridColumnSummaryOptions.prototype.cj = function () {
362
395
  if (this.b0 != null && this.b0.t) {
363
396
  this.b0.ao();
364
397
  }
365
398
  };
366
- GridColumnSummaryOptions.prototype.ci = function (a) {
399
+ GridColumnSummaryOptions.prototype.ck = function (a) {
367
400
  if (this.by != null) {
368
401
  var b = this.by;
369
- b.clicked = delegateRemove(b.clicked, runOn(this, this.ck));
402
+ b.clicked = delegateRemove(b.clicked, runOn(this, this.cm));
370
403
  }
371
404
  this.by = a;
372
405
  if (this.by != null) {
373
406
  var c = this.by;
374
- c.clicked = delegateCombine(c.clicked, runOn(this, this.ck));
407
+ c.clicked = delegateCombine(c.clicked, runOn(this, this.cm));
375
408
  }
376
- this.cn();
409
+ this.cp();
377
410
  };
378
- GridColumnSummaryOptions.prototype.cj = function (a) {
411
+ GridColumnSummaryOptions.prototype.cl = function (a) {
379
412
  this.b0 = a;
380
- this.cp();
413
+ this.cr();
381
414
  };
382
- GridColumnSummaryOptions.prototype.cm = function (a) {
415
+ GridColumnSummaryOptions.prototype.co = function (a) {
383
416
  if (this.bw != null) {
384
417
  var b = this.bw;
385
- b.summaryChanged = delegateRemove(b.summaryChanged, runOn(this, this.cl));
418
+ b.summaryChanged = delegateRemove(b.summaryChanged, runOn(this, this.cn));
386
419
  }
387
420
  this.bw = a;
388
421
  if (this.bw != null) {
389
422
  var c = this.bw;
390
- c.summaryChanged = delegateCombine(c.summaryChanged, runOn(this, this.cl));
423
+ c.summaryChanged = delegateCombine(c.summaryChanged, runOn(this, this.cn));
391
424
  }
392
- this.co();
425
+ this.cq();
393
426
  };
394
- GridColumnSummaryOptions.prototype.co = function () {
427
+ GridColumnSummaryOptions.prototype.cq = function () {
395
428
  if (this.bw != null) {
396
429
  this.bw.j = this.i;
397
430
  this.bw.n = this.b3;
398
- this.bw.ba = this.br;
431
+ this.bw.ba = this.cv;
432
+ this.bw.a9 = this.cu;
399
433
  }
400
434
  };
401
- GridColumnSummaryOptions.prototype.cn = function () {
435
+ GridColumnSummaryOptions.prototype.cp = function () {
402
436
  if (this.by != null) {
403
437
  this.by.ef = 0;
404
438
  this.by.ak = false;
405
- this.by.t8 = this.br;
439
+ this.by.t9 = this.br;
406
440
  this.bh(this.by);
407
441
  }
408
442
  };
409
- GridColumnSummaryOptions.prototype.cp = function () {
443
+ GridColumnSummaryOptions.prototype.cr = function () {
410
444
  if (this.b0 != null) {
411
445
  this.b0.a8 = this.bo;
412
446
  this.b0.q = false;
413
447
  }
414
448
  };
415
- GridColumnSummaryOptions.prototype.ck = function (a, b) {
449
+ GridColumnSummaryOptions.prototype.cm = function (a, b) {
416
450
  if (this.b0 == null) {
417
451
  return;
418
452
  }
@@ -435,7 +469,7 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
435
469
  this.b0.showRelativeToExclusionRect(d, 1, 0);
436
470
  }
437
471
  };
438
- GridColumnSummaryOptions.prototype.cl = function (a, b) {
472
+ GridColumnSummaryOptions.prototype.cn = function (a, b) {
439
473
  if (b.a) {
440
474
  this.b7++;
441
475
  }
@@ -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,16 @@ 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.di = this.a9;
401
+ this.e.as = false;
400
402
  this.e.aq = false;
401
- this.e.ao = false;
402
- this.e.al = false;
403
+ this.e.an = false;
403
404
  this.e.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
404
405
  this.e.itemsSource = this.q;
405
- this.e.a4 = "label";
406
- this.e.bn = "isSelected";
406
+ this.e.bc = "label";
407
+ this.e.b0 = "isSelected";
407
408
  this.e.b = ["label"];
408
409
  }
409
410
  };
@@ -453,7 +454,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
453
454
  if (d.iD == a) {
454
455
  d.isSelected = b;
455
456
  if (this.e != null) {
456
- this.e.b3(c, d, d);
457
+ this.e.cg(c, d, d);
457
458
  }
458
459
  break;
459
460
  }
@@ -465,7 +466,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
465
466
  c.label = b;
466
467
  this.q.add(c);
467
468
  if (this.e != null) {
468
- this.e.b1(this.q.count - 1, c);
469
+ this.e.ce(this.q.count - 1, c);
469
470
  }
470
471
  this.c.onItemInserted();
471
472
  };
@@ -475,7 +476,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
475
476
  if (c.iD == a) {
476
477
  this.q.removeAt(b);
477
478
  if (this.e != null) {
478
- this.e.b2(b, c);
479
+ this.e.cf(b, c);
479
480
  }
480
481
  break;
481
482
  }
@@ -488,7 +489,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
488
489
  if (d.iD == a) {
489
490
  d.label = b;
490
491
  if (this.e != null) {
491
- this.e.b3(c, d, d);
492
+ this.e.cg(c, d, d);
492
493
  }
493
494
  break;
494
495
  }
@@ -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.y.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.y == null || this.y.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.y.cm, a);
27
27
  a = b.p1;
28
28
  return a;
29
29
  };