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
@@ -6,13 +6,14 @@ 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";
13
13
  import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
14
14
  import { Rect } from "igniteui-webcomponents-core";
15
15
  import { GridColumnOptionsSectionBase } from "./GridColumnOptionsSectionBase";
16
+ import { BrushUtil } from "igniteui-webcomponents-core";
16
17
  import { ColumnSummaryDescription } from "./ColumnSummaryDescription";
17
18
  import { stringFormat } from "igniteui-webcomponents-core";
18
19
  import { stringIsNullOrWhiteSpace } from "igniteui-webcomponents-core";
@@ -41,18 +42,18 @@ export let GridColumnSummaryOptionsView = /*@__PURE__*/ (() => {
41
42
  this.o = ((() => { let d = GridColumnOptionsUtilities.f(this.n, this.e, GridColumnSummaryOptionsView.r, 1, this.n.p, this.n.j, new Size(1, 24, 24), a, b, this.p, c, false, true); a = d.p7; b = d.p8; this.p = d.p9; c = d.p10; return d.ret; })());
42
43
  c.setStyleProperty("transform", "rotate(-90deg)");
43
44
  this.g.append(this.o);
44
- this.n.ci(a);
45
+ this.n.ck(a);
45
46
  }
46
47
  if (this.n.bx == null) {
47
48
  let d = new SummaryChooser();
48
49
  d.a2(this.e);
49
- this.n.cm(d);
50
+ this.n.co(d);
50
51
  let e = this.e.createElement("div");
51
52
  let f = this.e.getSubRenderer(e);
52
53
  let g = new Popup();
53
54
  g.provideRenderer(f);
54
55
  g.appendPopupContent(d.c.container);
55
- this.n.cj(g);
56
+ this.n.cl(g);
56
57
  }
57
58
  document.addEventListener("mousedown", runOn(this, this.s), false);
58
59
  }
@@ -96,7 +97,7 @@ export let GridColumnSummaryOptionsView = /*@__PURE__*/ (() => {
96
97
  return (window.innerWidth);
97
98
  }
98
99
  s(e_) {
99
- this.n.ch();
100
+ this.n.cj();
100
101
  }
101
102
  }
102
103
  GridColumnSummaryOptionsView.$t = /*@__PURE__*/ markType(GridColumnSummaryOptionsView, 'GridColumnSummaryOptionsView', GridColumnOptionsViewBase.$);
@@ -117,6 +118,8 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
117
118
  this.b2 = 0;
118
119
  this.b1 = 0;
119
120
  this.b6 = 0;
121
+ this.ct = BrushUtil.g(255, 24, 29, 31);
122
+ this.cs = BrushUtil.g(255, 248, 248, 248);
120
123
  }
121
124
  f() {
122
125
  return new GridColumnSummaryOptionsView();
@@ -135,9 +138,11 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
135
138
  case "ActualSummaryListDensity":
136
139
  case "BackgroundColor":
137
140
  case "TextColor":
138
- this.co();
139
- this.cn();
141
+ case "SummaryListTextColor":
142
+ case "SummaryListBackground":
143
+ this.cq();
140
144
  this.cp();
145
+ this.cr();
141
146
  break;
142
147
  case "SummaryListDensity":
143
148
  this.b3 = this.b5 == 0 ? this.q : this.b5;
@@ -318,61 +323,82 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
318
323
  this.bc("ActiveCount", b, this.b6);
319
324
  }
320
325
  }
321
- ch() {
326
+ get cv() {
327
+ return this.ct;
328
+ }
329
+ set cv(a) {
330
+ let b = this.ct;
331
+ this.ct = a;
332
+ if (b != this.ct) {
333
+ this.bc("SummaryListTextColor", b, this.ct);
334
+ }
335
+ }
336
+ get cu() {
337
+ return this.cs;
338
+ }
339
+ set cu(a) {
340
+ let b = this.cs;
341
+ this.cs = a;
342
+ if (b != this.cs) {
343
+ this.bc("SummaryListBackground", b, this.cs);
344
+ }
345
+ }
346
+ cj() {
322
347
  if (this.b0 != null && this.b0.t) {
323
348
  this.b0.ao();
324
349
  }
325
350
  }
326
- ci(a) {
351
+ ck(a) {
327
352
  if (this.by != null) {
328
353
  let b = this.by;
329
- b.clicked = delegateRemove(b.clicked, runOn(this, this.ck));
354
+ b.clicked = delegateRemove(b.clicked, runOn(this, this.cm));
330
355
  }
331
356
  this.by = a;
332
357
  if (this.by != null) {
333
358
  let c = this.by;
334
- c.clicked = delegateCombine(c.clicked, runOn(this, this.ck));
359
+ c.clicked = delegateCombine(c.clicked, runOn(this, this.cm));
335
360
  }
336
- this.cn();
361
+ this.cp();
337
362
  }
338
- cj(a) {
363
+ cl(a) {
339
364
  this.b0 = a;
340
- this.cp();
365
+ this.cr();
341
366
  }
342
- cm(a) {
367
+ co(a) {
343
368
  if (this.bw != null) {
344
369
  let b = this.bw;
345
- b.summaryChanged = delegateRemove(b.summaryChanged, runOn(this, this.cl));
370
+ b.summaryChanged = delegateRemove(b.summaryChanged, runOn(this, this.cn));
346
371
  }
347
372
  this.bw = a;
348
373
  if (this.bw != null) {
349
374
  let c = this.bw;
350
- c.summaryChanged = delegateCombine(c.summaryChanged, runOn(this, this.cl));
375
+ c.summaryChanged = delegateCombine(c.summaryChanged, runOn(this, this.cn));
351
376
  }
352
- this.co();
377
+ this.cq();
353
378
  }
354
- co() {
379
+ cq() {
355
380
  if (this.bw != null) {
356
381
  this.bw.j = this.i;
357
382
  this.bw.n = this.b3;
358
- this.bw.ba = this.br;
383
+ this.bw.ba = this.cv;
384
+ this.bw.a9 = this.cu;
359
385
  }
360
386
  }
361
- cn() {
387
+ cp() {
362
388
  if (this.by != null) {
363
389
  this.by.ef = 0;
364
390
  this.by.ak = false;
365
- this.by.t8 = this.br;
391
+ this.by.t9 = this.br;
366
392
  this.bh(this.by);
367
393
  }
368
394
  }
369
- cp() {
395
+ cr() {
370
396
  if (this.b0 != null) {
371
397
  this.b0.a8 = this.bo;
372
398
  this.b0.q = false;
373
399
  }
374
400
  }
375
- ck(a, b) {
401
+ cm(a, b) {
376
402
  if (this.b0 == null) {
377
403
  return;
378
404
  }
@@ -395,7 +421,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
395
421
  this.b0.showRelativeToExclusionRect(d, 1, 0);
396
422
  }
397
423
  }
398
- cl(a, b) {
424
+ cn(a, b) {
399
425
  if (b.a) {
400
426
  this.b7++;
401
427
  }
@@ -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,16 @@ 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.di = this.a9;
328
+ this.e.as = false;
327
329
  this.e.aq = false;
328
- this.e.ao = false;
329
- this.e.al = false;
330
+ this.e.an = false;
330
331
  this.e.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
331
332
  this.e.itemsSource = this.q;
332
- this.e.a4 = "label";
333
- this.e.bn = "isSelected";
333
+ this.e.bc = "label";
334
+ this.e.b0 = "isSelected";
334
335
  this.e.b = ["label"];
335
336
  }
336
337
  }
@@ -380,7 +381,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
380
381
  if (d.iD == a) {
381
382
  d.isSelected = b;
382
383
  if (this.e != null) {
383
- this.e.b3(c, d, d);
384
+ this.e.cg(c, d, d);
384
385
  }
385
386
  break;
386
387
  }
@@ -392,7 +393,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
392
393
  c.label = b;
393
394
  this.q.add(c);
394
395
  if (this.e != null) {
395
- this.e.b1(this.q.count - 1, c);
396
+ this.e.ce(this.q.count - 1, c);
396
397
  }
397
398
  this.c.onItemInserted();
398
399
  }
@@ -402,7 +403,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
402
403
  if (c.iD == a) {
403
404
  this.q.removeAt(b);
404
405
  if (this.e != null) {
405
- this.e.b2(b, c);
406
+ this.e.cf(b, c);
406
407
  }
407
408
  break;
408
409
  }
@@ -415,7 +416,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
415
416
  if (d.iD == a) {
416
417
  d.label = b;
417
418
  if (this.e != null) {
418
- this.e.b3(c, d, d);
419
+ this.e.cg(c, d, d);
419
420
  }
420
421
  break;
421
422
  }
@@ -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.y.b6 = "number";
18
18
  }
19
19
  getEditorValue() {
20
- if (this.v == null || this.v.cj == null) {
20
+ if (this.y == null || this.y.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.y.cm, a);
25
25
  a = b.p1;
26
26
  return a;
27
27
  }