igniteui-webcomponents-grids 4.3.3-beta.0 → 4.3.3-beta.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.
- package/bundles/igniteui-webcomponents-grids.umd.js +41 -41
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +4 -4
- package/esm2015/lib/DateEditorView.js +12 -12
- package/esm2015/lib/EditorCell.js +5 -5
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +9 -9
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +11 -11
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +4 -4
- package/esm5/lib/DateEditorView.js +12 -12
- package/esm5/lib/EditorCell.js +5 -5
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +9 -9
- package/esm5/lib/MultiColumnComboBoxView_combined.js +11 -11
- package/fesm2015/igniteui-webcomponents-grids.js +41 -41
- package/fesm5/igniteui-webcomponents-grids.js +41 -41
- package/grids/combined.js +3 -1
- package/package.json +4 -4
|
@@ -145,7 +145,7 @@ export let ComparisonOperatorSelectorView = /*@__PURE__*/ (() => {
|
|
|
145
145
|
}
|
|
146
146
|
s(a, b) {
|
|
147
147
|
this.i.setStyleProperty("height", stringFormat("{0}px", this.a.y()));
|
|
148
|
-
this.d.
|
|
148
|
+
this.d.b6();
|
|
149
149
|
document.addEventListener("keydown", runOn(this, this.onDocumentKeyDown), false);
|
|
150
150
|
document.addEventListener("mousedown", runOn(this, this.onDocumentMouseDown), false);
|
|
151
151
|
}
|
|
@@ -769,19 +769,19 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
|
|
|
769
769
|
}
|
|
770
770
|
em() {
|
|
771
771
|
if (this.q != null) {
|
|
772
|
-
if (!this.q.
|
|
772
|
+
if (!this.q.aw) {
|
|
773
773
|
this.ef();
|
|
774
774
|
this.q.showRelativeToExclusionRect(this.e.w(), 1, 0);
|
|
775
775
|
this.ee();
|
|
776
776
|
}
|
|
777
777
|
else {
|
|
778
|
-
this.q.
|
|
778
|
+
this.q.b3();
|
|
779
779
|
}
|
|
780
780
|
}
|
|
781
781
|
}
|
|
782
782
|
d8() {
|
|
783
783
|
if (this.q != null) {
|
|
784
|
-
this.q.
|
|
784
|
+
this.q.b3();
|
|
785
785
|
}
|
|
786
786
|
}
|
|
787
787
|
d1(a, b, c, d) {
|
|
@@ -51,14 +51,14 @@ export let DateEditorView = /*@__PURE__*/ (() => {
|
|
|
51
51
|
let g = a.createElement("div");
|
|
52
52
|
e.append(g);
|
|
53
53
|
this.y = new DatePicker();
|
|
54
|
-
this.y.
|
|
54
|
+
this.y.ay = false;
|
|
55
55
|
this.y.provideContainer(e);
|
|
56
56
|
this.y.w = b;
|
|
57
57
|
this.y.y = 3;
|
|
58
|
-
this.y.
|
|
59
|
-
this.y.
|
|
60
|
-
this.y.
|
|
61
|
-
this.y.
|
|
58
|
+
this.y.az = this.showClearButton;
|
|
59
|
+
this.y.a0 = this.ac;
|
|
60
|
+
this.y.dx = this.textColor;
|
|
61
|
+
this.y.be = -1;
|
|
62
62
|
let h = e.getExternal(this.y, e.rootWrapper, null);
|
|
63
63
|
if (this.z != null) {
|
|
64
64
|
this.y.ad = this.z;
|
|
@@ -124,12 +124,12 @@ export let DateEditorView = /*@__PURE__*/ (() => {
|
|
|
124
124
|
s() {
|
|
125
125
|
if (this.y != null) {
|
|
126
126
|
this.y.focus(true);
|
|
127
|
-
this.y.
|
|
127
|
+
this.y.df();
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
ag() {
|
|
131
131
|
if (this.y != null) {
|
|
132
|
-
this.y.
|
|
132
|
+
this.y.cq();
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
u(a, b, c) {
|
|
@@ -140,18 +140,18 @@ export let DateEditorView = /*@__PURE__*/ (() => {
|
|
|
140
140
|
break;
|
|
141
141
|
case "ShowClearButton":
|
|
142
142
|
if (this.y != null) {
|
|
143
|
-
this.y.
|
|
143
|
+
this.y.az = this.showClearButton;
|
|
144
144
|
}
|
|
145
145
|
break;
|
|
146
146
|
case "ShowTodayButton":
|
|
147
147
|
if (this.y != null) {
|
|
148
|
-
this.y.
|
|
148
|
+
this.y.a0 = this.ac;
|
|
149
149
|
}
|
|
150
150
|
break;
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
153
|
ak() {
|
|
154
|
-
this.y.
|
|
154
|
+
this.y.by = this.ae;
|
|
155
155
|
}
|
|
156
156
|
w() {
|
|
157
157
|
this.ab = true;
|
|
@@ -170,13 +170,13 @@ export let DateEditorView = /*@__PURE__*/ (() => {
|
|
|
170
170
|
}
|
|
171
171
|
r() {
|
|
172
172
|
if (this.y != null) {
|
|
173
|
-
this.y.
|
|
173
|
+
this.y.av = !this.isEnabled;
|
|
174
174
|
}
|
|
175
175
|
}
|
|
176
176
|
v() {
|
|
177
177
|
super.v();
|
|
178
178
|
if (this.y != null) {
|
|
179
|
-
this.y.
|
|
179
|
+
this.y.dx = this.textColor;
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
182
|
onDatePickerValueChanged(a, b) {
|
|
@@ -360,7 +360,7 @@ export let EditorCell = /*@__PURE__*/ (() => {
|
|
|
360
360
|
eh(a, b, c, d, e) {
|
|
361
361
|
if (!stringIsNullOrWhiteSpace(a)) {
|
|
362
362
|
this.dd.setRawText(a);
|
|
363
|
-
this.cx.
|
|
363
|
+
this.cx.b6();
|
|
364
364
|
this.ei();
|
|
365
365
|
}
|
|
366
366
|
}
|
|
@@ -374,8 +374,8 @@ export let EditorCell = /*@__PURE__*/ (() => {
|
|
|
374
374
|
this.cx.showRelativeToExclusionRect(a, 1, 0);
|
|
375
375
|
}
|
|
376
376
|
d0() {
|
|
377
|
-
if (this.cx.
|
|
378
|
-
this.cx.
|
|
377
|
+
if (this.cx.aw) {
|
|
378
|
+
this.cx.b3();
|
|
379
379
|
}
|
|
380
380
|
}
|
|
381
381
|
bo() {
|
|
@@ -441,7 +441,7 @@ export let EditorCell = /*@__PURE__*/ (() => {
|
|
|
441
441
|
}
|
|
442
442
|
}
|
|
443
443
|
c9(a) {
|
|
444
|
-
if (a != null && this.cx != null && this.cx.
|
|
444
|
+
if (a != null && this.cx != null && this.cx.aw) {
|
|
445
445
|
let b = this.de.getNativeElement();
|
|
446
446
|
return b.contains(a);
|
|
447
447
|
}
|
|
@@ -476,7 +476,7 @@ export let EditorCell = /*@__PURE__*/ (() => {
|
|
|
476
476
|
}
|
|
477
477
|
}
|
|
478
478
|
d9(a) {
|
|
479
|
-
if (this.c6 && !this.cx.
|
|
479
|
+
if (this.c6 && !this.cx.aw) {
|
|
480
480
|
this.ei();
|
|
481
481
|
}
|
|
482
482
|
}
|
|
@@ -218,13 +218,13 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
218
218
|
}
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
|
-
if (this.b0 != null && this.b0.
|
|
222
|
-
this.b0.
|
|
221
|
+
if (this.b0 != null && this.b0.aw) {
|
|
222
|
+
this.b0.b3();
|
|
223
223
|
}
|
|
224
224
|
}
|
|
225
225
|
bu() {
|
|
226
|
-
if (this.b0 != null && this.b0.
|
|
227
|
-
this.b0.
|
|
226
|
+
if (this.b0 != null && this.b0.aw) {
|
|
227
|
+
this.b0.b3();
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
230
|
a6() {
|
|
@@ -344,8 +344,8 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
344
344
|
}
|
|
345
345
|
}
|
|
346
346
|
cj() {
|
|
347
|
-
if (this.b0 != null && this.b0.
|
|
348
|
-
this.b0.
|
|
347
|
+
if (this.b0 != null && this.b0.aw) {
|
|
348
|
+
this.b0.b3();
|
|
349
349
|
}
|
|
350
350
|
}
|
|
351
351
|
ck(a) {
|
|
@@ -394,7 +394,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
394
394
|
}
|
|
395
395
|
cr() {
|
|
396
396
|
if (this.b0 != null) {
|
|
397
|
-
this.b0.
|
|
397
|
+
this.b0.cw = this.bo;
|
|
398
398
|
this.b0.al = false;
|
|
399
399
|
}
|
|
400
400
|
}
|
|
@@ -402,8 +402,8 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
402
402
|
if (this.b0 == null) {
|
|
403
403
|
return;
|
|
404
404
|
}
|
|
405
|
-
if (this.b0.
|
|
406
|
-
this.b0.
|
|
405
|
+
if (this.b0.aw) {
|
|
406
|
+
this.b0.b3();
|
|
407
407
|
}
|
|
408
408
|
else {
|
|
409
409
|
let c = this.bv.t();
|
|
@@ -137,7 +137,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
137
137
|
az() {
|
|
138
138
|
let a = this.n;
|
|
139
139
|
if (null != a) {
|
|
140
|
-
a.
|
|
140
|
+
a.b3();
|
|
141
141
|
}
|
|
142
142
|
this.co();
|
|
143
143
|
let b = this.g.p();
|
|
@@ -369,7 +369,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
369
369
|
this.cz();
|
|
370
370
|
this.bp();
|
|
371
371
|
let a = this.n;
|
|
372
|
-
if (a.
|
|
372
|
+
if (a.aw) {
|
|
373
373
|
return;
|
|
374
374
|
}
|
|
375
375
|
let b = this.c2();
|
|
@@ -430,11 +430,11 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
430
430
|
a.f9(b);
|
|
431
431
|
}
|
|
432
432
|
bp() {
|
|
433
|
-
this.n.
|
|
433
|
+
this.n.b6();
|
|
434
434
|
}
|
|
435
435
|
br() {
|
|
436
436
|
let a = this.n;
|
|
437
|
-
if (a.
|
|
437
|
+
if (a.aw) {
|
|
438
438
|
this.az();
|
|
439
439
|
let b = this.j;
|
|
440
440
|
b.focus();
|
|
@@ -755,7 +755,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
755
755
|
}
|
|
756
756
|
co() {
|
|
757
757
|
let a = this.n;
|
|
758
|
-
let b = null != a ? a.
|
|
758
|
+
let b = null != a ? a.aw : false;
|
|
759
759
|
this.i.svgPath = b ? MultiColumnComboBoxView.as : MultiColumnComboBoxView.at;
|
|
760
760
|
}
|
|
761
761
|
cr() {
|
|
@@ -931,9 +931,9 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
931
931
|
}
|
|
932
932
|
}
|
|
933
933
|
this.a = null;
|
|
934
|
-
if (this.n != null && this.n.
|
|
934
|
+
if (this.n != null && this.n.aw) {
|
|
935
935
|
this.cz();
|
|
936
|
-
this.n.
|
|
936
|
+
this.n.b6();
|
|
937
937
|
}
|
|
938
938
|
}
|
|
939
939
|
}
|
|
@@ -1019,7 +1019,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1019
1019
|
}
|
|
1020
1020
|
a4(a) {
|
|
1021
1021
|
let b = this.n;
|
|
1022
|
-
if (b.
|
|
1022
|
+
if (b.aw) {
|
|
1023
1023
|
this.az();
|
|
1024
1024
|
}
|
|
1025
1025
|
else {
|
|
@@ -1159,7 +1159,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1159
1159
|
}
|
|
1160
1160
|
break;
|
|
1161
1161
|
case 13:
|
|
1162
|
-
if (this.n.
|
|
1162
|
+
if (this.n.aw) {
|
|
1163
1163
|
b.stopPropagation();
|
|
1164
1164
|
}
|
|
1165
1165
|
this.br();
|
|
@@ -1190,11 +1190,11 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1190
1190
|
}
|
|
1191
1191
|
c1(a) {
|
|
1192
1192
|
let b = this.n;
|
|
1193
|
-
if (null == b || false == b.
|
|
1193
|
+
if (null == b || false == b.aw) {
|
|
1194
1194
|
return;
|
|
1195
1195
|
}
|
|
1196
1196
|
let c = this.c2();
|
|
1197
|
-
this.m.
|
|
1197
|
+
this.m.b7(c);
|
|
1198
1198
|
}
|
|
1199
1199
|
cp() {
|
|
1200
1200
|
if (this.g.disallowTabFocus) {
|
|
@@ -148,7 +148,7 @@ var ComparisonOperatorSelectorView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
148
148
|
};
|
|
149
149
|
ComparisonOperatorSelectorView.prototype.s = function (a, b) {
|
|
150
150
|
this.i.setStyleProperty("height", stringFormat("{0}px", this.a.y()));
|
|
151
|
-
this.d.
|
|
151
|
+
this.d.b6();
|
|
152
152
|
document.addEventListener("keydown", runOn(this, this.onDocumentKeyDown), false);
|
|
153
153
|
document.addEventListener("mousedown", runOn(this, this.onDocumentMouseDown), false);
|
|
154
154
|
};
|
|
@@ -971,19 +971,19 @@ var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
971
971
|
};
|
|
972
972
|
ComparisonOperatorSelector.prototype.em = function () {
|
|
973
973
|
if (this.q != null) {
|
|
974
|
-
if (!this.q.
|
|
974
|
+
if (!this.q.aw) {
|
|
975
975
|
this.ef();
|
|
976
976
|
this.q.showRelativeToExclusionRect(this.e.w(), 1, 0);
|
|
977
977
|
this.ee();
|
|
978
978
|
}
|
|
979
979
|
else {
|
|
980
|
-
this.q.
|
|
980
|
+
this.q.b3();
|
|
981
981
|
}
|
|
982
982
|
}
|
|
983
983
|
};
|
|
984
984
|
ComparisonOperatorSelector.prototype.d8 = function () {
|
|
985
985
|
if (this.q != null) {
|
|
986
|
-
this.q.
|
|
986
|
+
this.q.b3();
|
|
987
987
|
}
|
|
988
988
|
};
|
|
989
989
|
ComparisonOperatorSelector.prototype.d1 = function (a, b, c, d) {
|
|
@@ -32,14 +32,14 @@ var DateEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32
32
|
var g = a.createElement("div");
|
|
33
33
|
e.append(g);
|
|
34
34
|
_this.y = new DatePicker();
|
|
35
|
-
_this.y.
|
|
35
|
+
_this.y.ay = false;
|
|
36
36
|
_this.y.provideContainer(e);
|
|
37
37
|
_this.y.w = b;
|
|
38
38
|
_this.y.y = 3;
|
|
39
|
-
_this.y.
|
|
40
|
-
_this.y.
|
|
41
|
-
_this.y.
|
|
42
|
-
_this.y.
|
|
39
|
+
_this.y.az = _this.showClearButton;
|
|
40
|
+
_this.y.a0 = _this.ac;
|
|
41
|
+
_this.y.dx = _this.textColor;
|
|
42
|
+
_this.y.be = -1;
|
|
43
43
|
var h = e.getExternal(_this.y, e.rootWrapper, null);
|
|
44
44
|
if (_this.z != null) {
|
|
45
45
|
_this.y.ad = _this.z;
|
|
@@ -134,12 +134,12 @@ var DateEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
134
134
|
DateEditorView.prototype.s = function () {
|
|
135
135
|
if (this.y != null) {
|
|
136
136
|
this.y.focus(true);
|
|
137
|
-
this.y.
|
|
137
|
+
this.y.df();
|
|
138
138
|
}
|
|
139
139
|
};
|
|
140
140
|
DateEditorView.prototype.ag = function () {
|
|
141
141
|
if (this.y != null) {
|
|
142
|
-
this.y.
|
|
142
|
+
this.y.cq();
|
|
143
143
|
}
|
|
144
144
|
};
|
|
145
145
|
DateEditorView.prototype.u = function (a, b, c) {
|
|
@@ -150,18 +150,18 @@ var DateEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
150
150
|
break;
|
|
151
151
|
case "ShowClearButton":
|
|
152
152
|
if (this.y != null) {
|
|
153
|
-
this.y.
|
|
153
|
+
this.y.az = this.showClearButton;
|
|
154
154
|
}
|
|
155
155
|
break;
|
|
156
156
|
case "ShowTodayButton":
|
|
157
157
|
if (this.y != null) {
|
|
158
|
-
this.y.
|
|
158
|
+
this.y.a0 = this.ac;
|
|
159
159
|
}
|
|
160
160
|
break;
|
|
161
161
|
}
|
|
162
162
|
};
|
|
163
163
|
DateEditorView.prototype.ak = function () {
|
|
164
|
-
this.y.
|
|
164
|
+
this.y.by = this.ae;
|
|
165
165
|
};
|
|
166
166
|
DateEditorView.prototype.w = function () {
|
|
167
167
|
this.ab = true;
|
|
@@ -180,13 +180,13 @@ var DateEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
180
180
|
};
|
|
181
181
|
DateEditorView.prototype.r = function () {
|
|
182
182
|
if (this.y != null) {
|
|
183
|
-
this.y.
|
|
183
|
+
this.y.av = !this.isEnabled;
|
|
184
184
|
}
|
|
185
185
|
};
|
|
186
186
|
DateEditorView.prototype.v = function () {
|
|
187
187
|
_super.prototype.v.call(this);
|
|
188
188
|
if (this.y != null) {
|
|
189
|
-
this.y.
|
|
189
|
+
this.y.dx = this.textColor;
|
|
190
190
|
}
|
|
191
191
|
};
|
|
192
192
|
DateEditorView.prototype.onDatePickerValueChanged = function (a, b) {
|
package/esm5/lib/EditorCell.js
CHANGED
|
@@ -402,7 +402,7 @@ var EditorCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
402
402
|
EditorCell.prototype.eh = function (a, b, c, d, e) {
|
|
403
403
|
if (!stringIsNullOrWhiteSpace(a)) {
|
|
404
404
|
this.dd.setRawText(a);
|
|
405
|
-
this.cx.
|
|
405
|
+
this.cx.b6();
|
|
406
406
|
this.ei();
|
|
407
407
|
}
|
|
408
408
|
};
|
|
@@ -416,8 +416,8 @@ var EditorCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
416
416
|
this.cx.showRelativeToExclusionRect(a, 1, 0);
|
|
417
417
|
};
|
|
418
418
|
EditorCell.prototype.d0 = function () {
|
|
419
|
-
if (this.cx.
|
|
420
|
-
this.cx.
|
|
419
|
+
if (this.cx.aw) {
|
|
420
|
+
this.cx.b3();
|
|
421
421
|
}
|
|
422
422
|
};
|
|
423
423
|
EditorCell.prototype.bo = function () {
|
|
@@ -483,7 +483,7 @@ var EditorCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
483
483
|
}
|
|
484
484
|
};
|
|
485
485
|
EditorCell.prototype.c9 = function (a) {
|
|
486
|
-
if (a != null && this.cx != null && this.cx.
|
|
486
|
+
if (a != null && this.cx != null && this.cx.aw) {
|
|
487
487
|
var b = this.de.getNativeElement();
|
|
488
488
|
return b.contains(a);
|
|
489
489
|
}
|
|
@@ -519,7 +519,7 @@ var EditorCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
519
519
|
}
|
|
520
520
|
};
|
|
521
521
|
EditorCell.prototype.d9 = function (a) {
|
|
522
|
-
if (this.c6 && !this.cx.
|
|
522
|
+
if (this.c6 && !this.cx.aw) {
|
|
523
523
|
this.ei();
|
|
524
524
|
}
|
|
525
525
|
};
|
|
@@ -226,13 +226,13 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
226
226
|
}
|
|
227
227
|
}
|
|
228
228
|
}
|
|
229
|
-
if (this.b0 != null && this.b0.
|
|
230
|
-
this.b0.
|
|
229
|
+
if (this.b0 != null && this.b0.aw) {
|
|
230
|
+
this.b0.b3();
|
|
231
231
|
}
|
|
232
232
|
};
|
|
233
233
|
GridColumnSummaryOptions.prototype.bu = function () {
|
|
234
|
-
if (this.b0 != null && this.b0.
|
|
235
|
-
this.b0.
|
|
234
|
+
if (this.b0 != null && this.b0.aw) {
|
|
235
|
+
this.b0.b3();
|
|
236
236
|
}
|
|
237
237
|
};
|
|
238
238
|
GridColumnSummaryOptions.prototype.a6 = function () {
|
|
@@ -392,8 +392,8 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
392
392
|
configurable: true
|
|
393
393
|
});
|
|
394
394
|
GridColumnSummaryOptions.prototype.cj = function () {
|
|
395
|
-
if (this.b0 != null && this.b0.
|
|
396
|
-
this.b0.
|
|
395
|
+
if (this.b0 != null && this.b0.aw) {
|
|
396
|
+
this.b0.b3();
|
|
397
397
|
}
|
|
398
398
|
};
|
|
399
399
|
GridColumnSummaryOptions.prototype.ck = function (a) {
|
|
@@ -442,7 +442,7 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
442
442
|
};
|
|
443
443
|
GridColumnSummaryOptions.prototype.cr = function () {
|
|
444
444
|
if (this.b0 != null) {
|
|
445
|
-
this.b0.
|
|
445
|
+
this.b0.cw = this.bo;
|
|
446
446
|
this.b0.al = false;
|
|
447
447
|
}
|
|
448
448
|
};
|
|
@@ -450,8 +450,8 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
450
450
|
if (this.b0 == null) {
|
|
451
451
|
return;
|
|
452
452
|
}
|
|
453
|
-
if (this.b0.
|
|
454
|
-
this.b0.
|
|
453
|
+
if (this.b0.aw) {
|
|
454
|
+
this.b0.b3();
|
|
455
455
|
}
|
|
456
456
|
else {
|
|
457
457
|
var c = this.bv.t();
|
|
@@ -151,7 +151,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
151
151
|
MultiColumnComboBoxView.prototype.az = function () {
|
|
152
152
|
var a = this.n;
|
|
153
153
|
if (null != a) {
|
|
154
|
-
a.
|
|
154
|
+
a.b3();
|
|
155
155
|
}
|
|
156
156
|
this.co();
|
|
157
157
|
var b = this.g.p();
|
|
@@ -383,7 +383,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
383
383
|
this.cz();
|
|
384
384
|
this.bp();
|
|
385
385
|
var a = this.n;
|
|
386
|
-
if (a.
|
|
386
|
+
if (a.aw) {
|
|
387
387
|
return;
|
|
388
388
|
}
|
|
389
389
|
var b = this.c2();
|
|
@@ -445,11 +445,11 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
445
445
|
a.f9(b);
|
|
446
446
|
};
|
|
447
447
|
MultiColumnComboBoxView.prototype.bp = function () {
|
|
448
|
-
this.n.
|
|
448
|
+
this.n.b6();
|
|
449
449
|
};
|
|
450
450
|
MultiColumnComboBoxView.prototype.br = function () {
|
|
451
451
|
var a = this.n;
|
|
452
|
-
if (a.
|
|
452
|
+
if (a.aw) {
|
|
453
453
|
this.az();
|
|
454
454
|
var b = this.j;
|
|
455
455
|
b.focus();
|
|
@@ -787,7 +787,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
787
787
|
};
|
|
788
788
|
MultiColumnComboBoxView.prototype.co = function () {
|
|
789
789
|
var a = this.n;
|
|
790
|
-
var b = null != a ? a.
|
|
790
|
+
var b = null != a ? a.aw : false;
|
|
791
791
|
this.i.svgPath = b ? MultiColumnComboBoxView.as : MultiColumnComboBoxView.at;
|
|
792
792
|
};
|
|
793
793
|
MultiColumnComboBoxView.prototype.cr = function () {
|
|
@@ -964,9 +964,9 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
964
964
|
}
|
|
965
965
|
}
|
|
966
966
|
this.a = null;
|
|
967
|
-
if (this.n != null && this.n.
|
|
967
|
+
if (this.n != null && this.n.aw) {
|
|
968
968
|
this.cz();
|
|
969
|
-
this.n.
|
|
969
|
+
this.n.b6();
|
|
970
970
|
}
|
|
971
971
|
}
|
|
972
972
|
};
|
|
@@ -1064,7 +1064,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1064
1064
|
};
|
|
1065
1065
|
MultiColumnComboBoxView.prototype.a4 = function (a) {
|
|
1066
1066
|
var b = this.n;
|
|
1067
|
-
if (b.
|
|
1067
|
+
if (b.aw) {
|
|
1068
1068
|
this.az();
|
|
1069
1069
|
}
|
|
1070
1070
|
else {
|
|
@@ -1204,7 +1204,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1204
1204
|
}
|
|
1205
1205
|
break;
|
|
1206
1206
|
case 13:
|
|
1207
|
-
if (this.n.
|
|
1207
|
+
if (this.n.aw) {
|
|
1208
1208
|
b.stopPropagation();
|
|
1209
1209
|
}
|
|
1210
1210
|
this.br();
|
|
@@ -1235,11 +1235,11 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1235
1235
|
};
|
|
1236
1236
|
MultiColumnComboBoxView.prototype.c1 = function (a) {
|
|
1237
1237
|
var b = this.n;
|
|
1238
|
-
if (null == b || false == b.
|
|
1238
|
+
if (null == b || false == b.aw) {
|
|
1239
1239
|
return;
|
|
1240
1240
|
}
|
|
1241
1241
|
var c = this.c2();
|
|
1242
|
-
this.m.
|
|
1242
|
+
this.m.b7(c);
|
|
1243
1243
|
};
|
|
1244
1244
|
MultiColumnComboBoxView.prototype.cp = function () {
|
|
1245
1245
|
if (this.g.disallowTabFocus) {
|