igniteui-angular-data-grids 20.0.2-beta.1 → 20.0.2-beta.3
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-angular-data-grids.umd.js +3847 -3535
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +75 -67
- package/esm2015/lib/ColumnFilterCondition_combined.js +3119 -3094
- package/esm2015/lib/ContentCellModelHelper.js +1 -1
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +1 -1
- package/esm2015/lib/GridConditionalStyleProperty.js +315 -197
- package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +3 -3
- package/esm2015/lib/TemplateHeader.js +1 -1
- package/esm2015/lib/TextIconSetConditionalStyle.js +14 -9
- package/esm2015/lib/igx-data-grid-component.js +28 -0
- package/esm2015/lib/igx-grid-conditional-style-property-component.js +109 -33
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +75 -67
- package/esm5/lib/ColumnFilterCondition_combined.js +3096 -3071
- package/esm5/lib/ContentCellModelHelper.js +1 -1
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +1 -1
- package/esm5/lib/GridConditionalStyleProperty.js +332 -186
- package/esm5/lib/GridFilterDialogView_combined.js +1 -1
- package/esm5/lib/MultiColumnComboBoxView_combined.js +3 -3
- package/esm5/lib/TemplateHeader.js +1 -1
- package/esm5/lib/TextIconSetConditionalStyle.js +14 -9
- package/esm5/lib/igx-data-grid-component.js +28 -0
- package/esm5/lib/igx-grid-conditional-style-property-component.js +136 -32
- package/fesm2015/igniteui-angular-data-grids.js +3817 -3561
- package/fesm5/igniteui-angular-data-grids.js +3849 -3537
- package/lib/CheckboxListView_combined.d.ts +25 -24
- package/lib/ColumnFilterCondition_combined.d.ts +533 -525
- package/lib/GridConditionalStyleProperty.d.ts +84 -61
- package/lib/igx-data-grid-component.d.ts +8 -0
- package/lib/igx-grid-conditional-style-property-component.d.ts +21 -3
- package/package.json +5 -5
|
@@ -4,11 +4,13 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
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
|
-
import { Base, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox, typeGetValue, typeCast, Date_$type, markType } from "igniteui-angular-core";
|
|
7
|
+
import { Base, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox, typeGetValue, typeCast, Date_$type, Number_$type, String_$type, Boolean_$type, markType, EnumUtil } from "igniteui-angular-core";
|
|
8
8
|
import { GridConditionalStylePropertyStylingType_$type } from "./GridConditionalStylePropertyStylingType";
|
|
9
9
|
import { GridConditionalStyleBoundType_$type } from "./GridConditionalStyleBoundType";
|
|
10
|
+
import { Brush } from "igniteui-angular-core";
|
|
10
11
|
import { GridConditionFilterStringErrorsParsingEventArgs } from "./GridConditionFilterStringErrorsParsingEventArgs";
|
|
11
12
|
import { FilterExpressionParsingHelper } from "igniteui-angular-core";
|
|
13
|
+
import { FontInfo } from "igniteui-angular-core";
|
|
12
14
|
import { dateMinValue } from "igniteui-angular-core";
|
|
13
15
|
import { isNaN_ } from "igniteui-angular-core";
|
|
14
16
|
import { stringIsNullOrEmpty } from "igniteui-angular-core";
|
|
@@ -19,40 +21,47 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
|
|
|
19
21
|
class GridConditionalStyleProperty extends Base {
|
|
20
22
|
constructor() {
|
|
21
23
|
super(...arguments);
|
|
22
|
-
this.
|
|
24
|
+
this.ak = 0;
|
|
23
25
|
this.af = 0;
|
|
24
26
|
this.ae = 0;
|
|
25
|
-
this.
|
|
27
|
+
this.br = null;
|
|
26
28
|
this.k = null;
|
|
27
|
-
this.
|
|
29
|
+
this.bo = null;
|
|
28
30
|
this.g = null;
|
|
29
31
|
this.m = null;
|
|
30
|
-
this.
|
|
32
|
+
this.bq = null;
|
|
31
33
|
this.i = null;
|
|
32
34
|
this.l = null;
|
|
33
|
-
this.
|
|
35
|
+
this.bp = null;
|
|
34
36
|
this.h = null;
|
|
35
37
|
this.r = null;
|
|
36
|
-
this.
|
|
38
|
+
this.bt = null;
|
|
37
39
|
this.j = null;
|
|
38
|
-
this.
|
|
39
|
-
this.
|
|
40
|
-
this.
|
|
41
|
-
this.
|
|
42
|
-
this.
|
|
43
|
-
this.
|
|
44
|
-
this.
|
|
45
|
-
this.
|
|
46
|
-
this.
|
|
47
|
-
this.
|
|
48
|
-
this.
|
|
49
|
-
this.
|
|
50
|
-
this.
|
|
40
|
+
this.a3 = NaN;
|
|
41
|
+
this.bb = -2147483648;
|
|
42
|
+
this.an = false;
|
|
43
|
+
this.ax = new Date();
|
|
44
|
+
this.ai = null;
|
|
45
|
+
this.bg = null;
|
|
46
|
+
this.bs = null;
|
|
47
|
+
this.c5 = null;
|
|
48
|
+
this.ao = true;
|
|
49
|
+
this.bd = null;
|
|
50
|
+
this.c7 = null;
|
|
51
|
+
this.c6 = null;
|
|
52
|
+
this.bf = null;
|
|
53
|
+
this.be = null;
|
|
54
|
+
this.bh = null;
|
|
55
|
+
this.a4 = NaN;
|
|
56
|
+
this.a6 = NaN;
|
|
57
|
+
this.a5 = NaN;
|
|
58
|
+
this.ay = dateMinValue();
|
|
59
|
+
this.az = dateMinValue();
|
|
51
60
|
this.e = null;
|
|
52
61
|
this.b = null;
|
|
53
62
|
this.a = null;
|
|
54
|
-
this.
|
|
55
|
-
this.
|
|
63
|
+
this.ar = false;
|
|
64
|
+
this.aq = false;
|
|
56
65
|
this.filterStringErrorsParsing = null;
|
|
57
66
|
this.n = null;
|
|
58
67
|
this.p = null;
|
|
@@ -60,14 +69,14 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
|
|
|
60
69
|
this.q = null;
|
|
61
70
|
this.propertyChanged = null;
|
|
62
71
|
}
|
|
63
|
-
get
|
|
64
|
-
return this.
|
|
72
|
+
get al() {
|
|
73
|
+
return this.ak;
|
|
65
74
|
}
|
|
66
|
-
set
|
|
67
|
-
let b = this.
|
|
68
|
-
this.
|
|
75
|
+
set al(a) {
|
|
76
|
+
let b = this.ak;
|
|
77
|
+
this.ak = a;
|
|
69
78
|
if (b != a) {
|
|
70
|
-
this.
|
|
79
|
+
this.c3("StylingType", enumGetBox(GridConditionalStylePropertyStylingType_$type, b), enumGetBox(GridConditionalStylePropertyStylingType_$type, a));
|
|
71
80
|
}
|
|
72
81
|
}
|
|
73
82
|
get ah() {
|
|
@@ -77,7 +86,7 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
|
|
|
77
86
|
let b = this.af;
|
|
78
87
|
this.af = a;
|
|
79
88
|
if (b != a) {
|
|
80
|
-
this.
|
|
89
|
+
this.c3("MinimumType", enumGetBox(GridConditionalStyleBoundType_$type, b), enumGetBox(GridConditionalStyleBoundType_$type, a));
|
|
81
90
|
}
|
|
82
91
|
}
|
|
83
92
|
get ag() {
|
|
@@ -87,17 +96,17 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
|
|
|
87
96
|
let b = this.ae;
|
|
88
97
|
this.ae = a;
|
|
89
98
|
if (b != a) {
|
|
90
|
-
this.
|
|
99
|
+
this.c3("MaximumType", enumGetBox(GridConditionalStyleBoundType_$type, b), enumGetBox(GridConditionalStyleBoundType_$type, a));
|
|
91
100
|
}
|
|
92
101
|
}
|
|
93
|
-
get
|
|
94
|
-
return this.
|
|
102
|
+
get cs() {
|
|
103
|
+
return this.br;
|
|
95
104
|
}
|
|
96
|
-
set
|
|
97
|
-
let b = this.
|
|
98
|
-
this.
|
|
105
|
+
set cs(a) {
|
|
106
|
+
let b = this.br;
|
|
107
|
+
this.br = a;
|
|
99
108
|
if (b != a) {
|
|
100
|
-
this.
|
|
109
|
+
this.c3("PropertyName", b, a);
|
|
101
110
|
}
|
|
102
111
|
}
|
|
103
112
|
get w() {
|
|
@@ -107,17 +116,17 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
|
|
|
107
116
|
let b = this.k;
|
|
108
117
|
this.k = a;
|
|
109
118
|
if (b != a) {
|
|
110
|
-
this.
|
|
119
|
+
this.c3("InputValueExpression", b, a);
|
|
111
120
|
}
|
|
112
121
|
}
|
|
113
|
-
get
|
|
114
|
-
return this.
|
|
122
|
+
get b5() {
|
|
123
|
+
return this.bo;
|
|
115
124
|
}
|
|
116
|
-
set
|
|
117
|
-
let b = this.
|
|
118
|
-
this.
|
|
125
|
+
set b5(a) {
|
|
126
|
+
let b = this.bo;
|
|
127
|
+
this.bo = a;
|
|
119
128
|
if (b != a) {
|
|
120
|
-
this.
|
|
129
|
+
this.c3("InputValueExpressionString", b, a);
|
|
121
130
|
}
|
|
122
131
|
}
|
|
123
132
|
get s() {
|
|
@@ -127,7 +136,7 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
|
|
|
127
136
|
let b = this.g;
|
|
128
137
|
this.g = a;
|
|
129
138
|
if (b != a) {
|
|
130
|
-
this.
|
|
139
|
+
this.c3("ActualInputValueExpression", b, a);
|
|
131
140
|
}
|
|
132
141
|
}
|
|
133
142
|
get y() {
|
|
@@ -137,17 +146,17 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
|
|
|
137
146
|
let b = this.m;
|
|
138
147
|
this.m = a;
|
|
139
148
|
if (b != a) {
|
|
140
|
-
this.
|
|
149
|
+
this.c3("MinimumInputValueExpression", b, a);
|
|
141
150
|
}
|
|
142
151
|
}
|
|
143
|
-
get
|
|
144
|
-
return this.
|
|
152
|
+
get cn() {
|
|
153
|
+
return this.bq;
|
|
145
154
|
}
|
|
146
|
-
set
|
|
147
|
-
let b = this.
|
|
148
|
-
this.
|
|
155
|
+
set cn(a) {
|
|
156
|
+
let b = this.bq;
|
|
157
|
+
this.bq = a;
|
|
149
158
|
if (b != a) {
|
|
150
|
-
this.
|
|
159
|
+
this.c3("MinimumInputValueExpressionString", b, a);
|
|
151
160
|
}
|
|
152
161
|
}
|
|
153
162
|
get u() {
|
|
@@ -157,7 +166,7 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
|
|
|
157
166
|
let b = this.i;
|
|
158
167
|
this.i = a;
|
|
159
168
|
if (b != a) {
|
|
160
|
-
this.
|
|
169
|
+
this.c3("ActualMinimumInputValueExpression", b, a);
|
|
161
170
|
}
|
|
162
171
|
}
|
|
163
172
|
get x() {
|
|
@@ -167,17 +176,17 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
|
|
|
167
176
|
let b = this.l;
|
|
168
177
|
this.l = a;
|
|
169
178
|
if (b != a) {
|
|
170
|
-
this.
|
|
179
|
+
this.c3("MaximumInputValueExpression", b, a);
|
|
171
180
|
}
|
|
172
181
|
}
|
|
173
|
-
get
|
|
174
|
-
return this.
|
|
182
|
+
get ch() {
|
|
183
|
+
return this.bp;
|
|
175
184
|
}
|
|
176
|
-
set
|
|
177
|
-
let b = this.
|
|
178
|
-
this.
|
|
185
|
+
set ch(a) {
|
|
186
|
+
let b = this.bp;
|
|
187
|
+
this.bp = a;
|
|
179
188
|
if (b != a) {
|
|
180
|
-
this.
|
|
189
|
+
this.c3("MaximumInputValueExpressionString", b, a);
|
|
181
190
|
}
|
|
182
191
|
}
|
|
183
192
|
get t() {
|
|
@@ -187,7 +196,7 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
|
|
|
187
196
|
let b = this.h;
|
|
188
197
|
this.h = a;
|
|
189
198
|
if (b != a) {
|
|
190
|
-
this.
|
|
199
|
+
this.c3("ActualMaximumInputValueExpression", b, a);
|
|
191
200
|
}
|
|
192
201
|
}
|
|
193
202
|
get ad() {
|
|
@@ -197,17 +206,17 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
|
|
|
197
206
|
let b = this.r;
|
|
198
207
|
this.r = a;
|
|
199
208
|
if (b != a) {
|
|
200
|
-
this.
|
|
209
|
+
this.c3("SumInputValueExpression", b, a);
|
|
201
210
|
}
|
|
202
211
|
}
|
|
203
|
-
get
|
|
204
|
-
return this.
|
|
212
|
+
get cz() {
|
|
213
|
+
return this.bt;
|
|
205
214
|
}
|
|
206
|
-
set
|
|
207
|
-
let b = this.
|
|
208
|
-
this.
|
|
215
|
+
set cz(a) {
|
|
216
|
+
let b = this.bt;
|
|
217
|
+
this.bt = a;
|
|
209
218
|
if (b != a) {
|
|
210
|
-
this.
|
|
219
|
+
this.c3("SumInputValueExpressionString", b, a);
|
|
211
220
|
}
|
|
212
221
|
}
|
|
213
222
|
get v() {
|
|
@@ -217,107 +226,187 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
|
|
|
217
226
|
let b = this.j;
|
|
218
227
|
this.j = a;
|
|
219
228
|
if (b != a) {
|
|
220
|
-
this.
|
|
229
|
+
this.c3("ActualSumInputValueExpression", b, a);
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
get a7() {
|
|
233
|
+
return this.a3;
|
|
234
|
+
}
|
|
235
|
+
set a7(a) {
|
|
236
|
+
let b = this.a3;
|
|
237
|
+
this.a3 = a;
|
|
238
|
+
if (this.a3 != b) {
|
|
239
|
+
this.c3("DoubleValue", b, a);
|
|
221
240
|
}
|
|
222
241
|
}
|
|
223
242
|
get bc() {
|
|
224
|
-
return this.
|
|
243
|
+
return this.bb;
|
|
225
244
|
}
|
|
226
245
|
set bc(a) {
|
|
227
|
-
let b = this.
|
|
228
|
-
this.
|
|
229
|
-
if (this.
|
|
230
|
-
this.
|
|
246
|
+
let b = this.bb;
|
|
247
|
+
this.bb = a;
|
|
248
|
+
if (this.bb != b) {
|
|
249
|
+
this.c3("IntValue", b, a);
|
|
231
250
|
}
|
|
232
251
|
}
|
|
233
|
-
get
|
|
234
|
-
return this.
|
|
252
|
+
get ap() {
|
|
253
|
+
return this.an;
|
|
235
254
|
}
|
|
236
|
-
set
|
|
237
|
-
let b = this.
|
|
238
|
-
this.
|
|
239
|
-
if (this.
|
|
240
|
-
this.
|
|
255
|
+
set ap(a) {
|
|
256
|
+
let b = this.an;
|
|
257
|
+
this.an = a;
|
|
258
|
+
if (this.an != b) {
|
|
259
|
+
this.c3("BoolValue", b, a);
|
|
241
260
|
}
|
|
242
261
|
}
|
|
243
|
-
get
|
|
244
|
-
return this.
|
|
262
|
+
get a0() {
|
|
263
|
+
return this.ax;
|
|
245
264
|
}
|
|
246
|
-
set
|
|
247
|
-
let b = this.
|
|
248
|
-
this.
|
|
249
|
-
if (this.
|
|
250
|
-
this.
|
|
265
|
+
set a0(a) {
|
|
266
|
+
let b = this.ax;
|
|
267
|
+
this.ax = a;
|
|
268
|
+
if (+(this.ax) != +b) {
|
|
269
|
+
this.c3("DateValue", b, a);
|
|
251
270
|
}
|
|
252
271
|
}
|
|
253
|
-
get
|
|
254
|
-
return this.
|
|
272
|
+
get aj() {
|
|
273
|
+
return this.ai;
|
|
255
274
|
}
|
|
256
|
-
set
|
|
257
|
-
let b = this.
|
|
258
|
-
this.
|
|
259
|
-
if (this.
|
|
260
|
-
this.
|
|
275
|
+
set aj(a) {
|
|
276
|
+
let b = this.ai;
|
|
277
|
+
this.ai = a;
|
|
278
|
+
if (this.ai != b) {
|
|
279
|
+
this.c3("FontValue", b, a);
|
|
261
280
|
}
|
|
262
281
|
}
|
|
263
|
-
get
|
|
264
|
-
return this.
|
|
282
|
+
get bm() {
|
|
283
|
+
return this.bg;
|
|
265
284
|
}
|
|
266
|
-
set
|
|
267
|
-
let b = this.
|
|
268
|
-
this.
|
|
269
|
-
if (this.
|
|
270
|
-
this.
|
|
285
|
+
set bm(a) {
|
|
286
|
+
let b = this.bg;
|
|
287
|
+
this.bg = a;
|
|
288
|
+
if (this.bg != b) {
|
|
289
|
+
this.c3("ObjectValue", b, a);
|
|
271
290
|
}
|
|
272
291
|
}
|
|
273
|
-
get
|
|
274
|
-
return this.
|
|
292
|
+
get cv() {
|
|
293
|
+
return this.bs;
|
|
275
294
|
}
|
|
276
|
-
set
|
|
277
|
-
let b = this.
|
|
278
|
-
this.
|
|
279
|
-
if (this.
|
|
280
|
-
this.
|
|
295
|
+
set cv(a) {
|
|
296
|
+
let b = this.bs;
|
|
297
|
+
this.bs = a;
|
|
298
|
+
if (this.bs != b) {
|
|
299
|
+
this.c3("StringValue", b, a);
|
|
281
300
|
}
|
|
282
301
|
}
|
|
283
|
-
get
|
|
302
|
+
get c8() {
|
|
303
|
+
return this.c5;
|
|
304
|
+
}
|
|
305
|
+
set c8(a) {
|
|
306
|
+
let b = this.c5;
|
|
307
|
+
this.c5 = a;
|
|
308
|
+
if (this.c5 != b) {
|
|
309
|
+
this.c3("BrushValue", b, a);
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
get aw() {
|
|
313
|
+
return this.ao;
|
|
314
|
+
}
|
|
315
|
+
set aw(a) {
|
|
316
|
+
let b = this.ao;
|
|
317
|
+
this.ao = a;
|
|
318
|
+
if (this.ao != b) {
|
|
319
|
+
this.c3("ShouldSetValue", b, a);
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
get bj() {
|
|
323
|
+
return this.bd;
|
|
324
|
+
}
|
|
325
|
+
set bj(a) {
|
|
326
|
+
let b = this.bd;
|
|
327
|
+
this.bd = a;
|
|
328
|
+
if (this.bd != b) {
|
|
329
|
+
this.c3("InternalValue", b, a);
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
get da() {
|
|
333
|
+
return this.c7;
|
|
334
|
+
}
|
|
335
|
+
set da(a) {
|
|
336
|
+
let b = this.c7;
|
|
337
|
+
this.c7 = a;
|
|
338
|
+
if (this.c7 != b) {
|
|
339
|
+
this.c3("MinimumColor", b, a);
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
get c9() {
|
|
343
|
+
return this.c6;
|
|
344
|
+
}
|
|
345
|
+
set c9(a) {
|
|
346
|
+
let b = this.c6;
|
|
347
|
+
this.c6 = a;
|
|
348
|
+
if (this.c6 != b) {
|
|
349
|
+
this.c3("MaximumColor", b, a);
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
get bl() {
|
|
353
|
+
return this.bf;
|
|
354
|
+
}
|
|
355
|
+
set bl(a) {
|
|
356
|
+
let b = this.bf;
|
|
357
|
+
this.bf = a;
|
|
358
|
+
if (this.bf != b) {
|
|
359
|
+
this.c3("MinimumInputValue", b, a);
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
get bk() {
|
|
363
|
+
return this.be;
|
|
364
|
+
}
|
|
365
|
+
set bk(a) {
|
|
366
|
+
let b = this.be;
|
|
367
|
+
this.be = a;
|
|
368
|
+
if (this.be != b) {
|
|
369
|
+
this.c3("MaximumInputValue", b, a);
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
get bn() {
|
|
373
|
+
return this.bh;
|
|
374
|
+
}
|
|
375
|
+
set bn(a) {
|
|
376
|
+
let b = this.bh;
|
|
377
|
+
this.bh = a;
|
|
378
|
+
if (this.bh != b) {
|
|
379
|
+
this.c3("SumInputValue", b, a);
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
get a8() {
|
|
284
383
|
return this.a4;
|
|
285
384
|
}
|
|
286
|
-
set
|
|
385
|
+
set a8(a) {
|
|
287
386
|
let b = this.a4;
|
|
288
387
|
this.a4 = a;
|
|
289
388
|
if (this.a4 != b) {
|
|
290
|
-
this.
|
|
389
|
+
this.c3("InternalMaximumNumericInputValue", b, a);
|
|
291
390
|
}
|
|
292
391
|
}
|
|
293
|
-
get
|
|
392
|
+
get ba() {
|
|
294
393
|
return this.a6;
|
|
295
394
|
}
|
|
296
|
-
set
|
|
395
|
+
set ba(a) {
|
|
297
396
|
let b = this.a6;
|
|
298
397
|
this.a6 = a;
|
|
299
398
|
if (this.a6 != b) {
|
|
300
|
-
this.
|
|
399
|
+
this.c3("InternalSumNumericInputValue", b, a);
|
|
301
400
|
}
|
|
302
401
|
}
|
|
303
|
-
get
|
|
304
|
-
return this.
|
|
305
|
-
}
|
|
306
|
-
set a0(a) {
|
|
307
|
-
let b = this.ax;
|
|
308
|
-
this.ax = a;
|
|
309
|
-
if (this.ax != b) {
|
|
310
|
-
this.cj("InternalMaximumNumericInputValue", b, a);
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
get a2() {
|
|
314
|
-
return this.az;
|
|
402
|
+
get a9() {
|
|
403
|
+
return this.a5;
|
|
315
404
|
}
|
|
316
|
-
set
|
|
317
|
-
let b = this.
|
|
318
|
-
this.
|
|
319
|
-
if (this.
|
|
320
|
-
this.
|
|
405
|
+
set a9(a) {
|
|
406
|
+
let b = this.a5;
|
|
407
|
+
this.a5 = a;
|
|
408
|
+
if (this.a5 != b) {
|
|
409
|
+
this.c3("InternalMinimumNumericInputValue", b, a);
|
|
321
410
|
}
|
|
322
411
|
}
|
|
323
412
|
get a1() {
|
|
@@ -326,28 +415,18 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
|
|
|
326
415
|
set a1(a) {
|
|
327
416
|
let b = this.ay;
|
|
328
417
|
this.ay = a;
|
|
329
|
-
if (this.ay != b) {
|
|
330
|
-
this.
|
|
418
|
+
if (+(this.ay) != +b) {
|
|
419
|
+
this.c3("InternalMaximumDateInputValue", b, a);
|
|
331
420
|
}
|
|
332
421
|
}
|
|
333
|
-
get
|
|
334
|
-
return this.
|
|
335
|
-
}
|
|
336
|
-
set av(a) {
|
|
337
|
-
let b = this.at;
|
|
338
|
-
this.at = a;
|
|
339
|
-
if (+(this.at) != +b) {
|
|
340
|
-
this.cj("InternalMaximumDateInputValue", b, a);
|
|
341
|
-
}
|
|
342
|
-
}
|
|
343
|
-
get aw() {
|
|
344
|
-
return this.au;
|
|
422
|
+
get a2() {
|
|
423
|
+
return this.az;
|
|
345
424
|
}
|
|
346
|
-
set
|
|
347
|
-
let b = this.
|
|
348
|
-
this.
|
|
349
|
-
if (+(this.
|
|
350
|
-
this.
|
|
425
|
+
set a2(a) {
|
|
426
|
+
let b = this.az;
|
|
427
|
+
this.az = a;
|
|
428
|
+
if (+(this.az) != +b) {
|
|
429
|
+
this.c3("InternalMinimumDateInputValue", b, a);
|
|
351
430
|
}
|
|
352
431
|
}
|
|
353
432
|
get f() {
|
|
@@ -357,7 +436,7 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
|
|
|
357
436
|
let b = this.e;
|
|
358
437
|
this.e = a;
|
|
359
438
|
if (this.e != b) {
|
|
360
|
-
this.
|
|
439
|
+
this.c3("ColorCollection", b, a);
|
|
361
440
|
}
|
|
362
441
|
}
|
|
363
442
|
get d() {
|
|
@@ -367,7 +446,7 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
|
|
|
367
446
|
let b = this.b;
|
|
368
447
|
this.b = a;
|
|
369
448
|
if (this.b != b) {
|
|
370
|
-
this.
|
|
449
|
+
this.c3("ValueCollection", b, a);
|
|
371
450
|
}
|
|
372
451
|
}
|
|
373
452
|
get c() {
|
|
@@ -377,114 +456,121 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
|
|
|
377
456
|
let b = this.a;
|
|
378
457
|
this.a = this.d;
|
|
379
458
|
if (this.a != b) {
|
|
380
|
-
this.
|
|
459
|
+
this.c3("InternalValueCollection", b, this.d);
|
|
381
460
|
}
|
|
382
461
|
}
|
|
383
|
-
get
|
|
384
|
-
return this.
|
|
462
|
+
get av() {
|
|
463
|
+
return this.at || this.as || this.au;
|
|
385
464
|
}
|
|
386
|
-
get
|
|
387
|
-
if (this.
|
|
465
|
+
get at() {
|
|
466
|
+
if (this.al == 0) {
|
|
388
467
|
return false;
|
|
389
468
|
}
|
|
390
|
-
if (!isNaN_(this.
|
|
469
|
+
if (!isNaN_(this.a9) && this.ah != 1) {
|
|
391
470
|
return false;
|
|
392
471
|
}
|
|
393
|
-
if (+(this.
|
|
472
|
+
if (+(this.a2) != +(dateMinValue())) {
|
|
394
473
|
return false;
|
|
395
474
|
}
|
|
396
|
-
if (this.u != null && (this.ah != 1 || (!isNaN_(this.
|
|
475
|
+
if (this.u != null && (this.ah != 1 || (!isNaN_(this.a8) && !isNaN_(this.a9)))) {
|
|
397
476
|
return false;
|
|
398
477
|
}
|
|
399
478
|
return true;
|
|
400
479
|
}
|
|
401
|
-
get
|
|
402
|
-
if (this.
|
|
480
|
+
get as() {
|
|
481
|
+
if (this.al == 0) {
|
|
403
482
|
return false;
|
|
404
483
|
}
|
|
405
|
-
if (!isNaN_(this.
|
|
484
|
+
if (!isNaN_(this.a8) && this.ah != 1) {
|
|
406
485
|
return false;
|
|
407
486
|
}
|
|
408
|
-
if (+(this.
|
|
487
|
+
if (+(this.a1) != +(dateMinValue())) {
|
|
409
488
|
return false;
|
|
410
489
|
}
|
|
411
|
-
if (this.t != null && (this.ah != 1 || (!isNaN_(this.
|
|
490
|
+
if (this.t != null && (this.ah != 1 || (!isNaN_(this.a8) && !isNaN_(this.a9)))) {
|
|
412
491
|
return false;
|
|
413
492
|
}
|
|
414
493
|
return true;
|
|
415
494
|
}
|
|
416
|
-
get
|
|
495
|
+
get au() {
|
|
417
496
|
return false;
|
|
418
497
|
}
|
|
419
|
-
|
|
420
|
-
this.
|
|
498
|
+
c3(a, b, c) {
|
|
499
|
+
this.c4(a, b, c);
|
|
421
500
|
if (this.propertyChanged != null) {
|
|
422
501
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
423
502
|
}
|
|
424
503
|
}
|
|
425
|
-
|
|
504
|
+
c4(a, b, c) {
|
|
426
505
|
switch (a) {
|
|
427
|
-
case "
|
|
428
|
-
|
|
506
|
+
case "DoubleValue":
|
|
507
|
+
case "IntValue":
|
|
508
|
+
case "StringValue":
|
|
509
|
+
case "DateValue":
|
|
510
|
+
case "BoolValue":
|
|
511
|
+
case "FontValue":
|
|
512
|
+
case "ObjectValue":
|
|
513
|
+
case "BrushValue":
|
|
514
|
+
this.ar = true;
|
|
429
515
|
break;
|
|
430
516
|
case "ValueCollection":
|
|
431
|
-
this.
|
|
517
|
+
this.aq = true;
|
|
432
518
|
break;
|
|
433
519
|
case "MinimumInputValue":
|
|
434
520
|
if (typeof c === 'number') {
|
|
435
|
-
this.
|
|
521
|
+
this.a9 = c;
|
|
436
522
|
}
|
|
437
523
|
if (typeof c === 'number') {
|
|
438
|
-
this.
|
|
524
|
+
this.a9 = typeGetValue(c);
|
|
439
525
|
}
|
|
440
526
|
if (typeof c === 'number') {
|
|
441
|
-
this.
|
|
527
|
+
this.a9 = c;
|
|
442
528
|
}
|
|
443
529
|
if (typeof c === 'number') {
|
|
444
|
-
this.
|
|
530
|
+
this.a9 = typeGetValue(c);
|
|
445
531
|
}
|
|
446
532
|
if (typeof c === 'number') {
|
|
447
|
-
this.
|
|
533
|
+
this.a9 = typeGetValue(c);
|
|
448
534
|
}
|
|
449
535
|
if (typeCast(Date_$type, c) !== null) {
|
|
450
|
-
this.
|
|
536
|
+
this.a2 = c;
|
|
451
537
|
}
|
|
452
538
|
break;
|
|
453
539
|
case "MaximumInputValue":
|
|
454
540
|
if (typeof c === 'number') {
|
|
455
|
-
this.
|
|
541
|
+
this.a8 = c;
|
|
456
542
|
}
|
|
457
543
|
if (typeof c === 'number') {
|
|
458
|
-
this.
|
|
544
|
+
this.a8 = typeGetValue(c);
|
|
459
545
|
}
|
|
460
546
|
if (typeof c === 'number') {
|
|
461
|
-
this.
|
|
547
|
+
this.a8 = c;
|
|
462
548
|
}
|
|
463
549
|
if (typeof c === 'number') {
|
|
464
|
-
this.
|
|
550
|
+
this.a8 = typeGetValue(c);
|
|
465
551
|
}
|
|
466
552
|
if (typeof c === 'number') {
|
|
467
|
-
this.
|
|
553
|
+
this.a8 = typeGetValue(c);
|
|
468
554
|
}
|
|
469
555
|
if (typeCast(Date_$type, c) !== null) {
|
|
470
|
-
this.
|
|
556
|
+
this.a1 = c;
|
|
471
557
|
}
|
|
472
558
|
break;
|
|
473
559
|
case "SumInputValue":
|
|
474
560
|
if (typeof c === 'number') {
|
|
475
|
-
this.
|
|
561
|
+
this.ba = c;
|
|
476
562
|
}
|
|
477
563
|
if (typeof c === 'number') {
|
|
478
|
-
this.
|
|
564
|
+
this.ba = typeGetValue(c);
|
|
479
565
|
}
|
|
480
566
|
if (typeof c === 'number') {
|
|
481
|
-
this.
|
|
567
|
+
this.ba = c;
|
|
482
568
|
}
|
|
483
569
|
if (typeof c === 'number') {
|
|
484
|
-
this.
|
|
570
|
+
this.ba = typeGetValue(c);
|
|
485
571
|
}
|
|
486
572
|
if (typeof c === 'number') {
|
|
487
|
-
this.
|
|
573
|
+
this.ba = typeGetValue(c);
|
|
488
574
|
}
|
|
489
575
|
break;
|
|
490
576
|
case "InputValueExpression":
|
|
@@ -521,8 +607,8 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
|
|
|
521
607
|
if (this.w != null) {
|
|
522
608
|
return this.w;
|
|
523
609
|
}
|
|
524
|
-
if (this.n == null && this.
|
|
525
|
-
let a = FilterExpressionParsingHelper.getFilterExpression(this.
|
|
610
|
+
if (this.n == null && this.b5 != null) {
|
|
611
|
+
let a = FilterExpressionParsingHelper.getFilterExpression(this.b5);
|
|
526
612
|
if (!stringIsNullOrEmpty(a.errors)) {
|
|
527
613
|
if (this.filterStringErrorsParsing != null) {
|
|
528
614
|
this.filterStringErrorsParsing(this, ((() => {
|
|
@@ -544,8 +630,8 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
|
|
|
544
630
|
if (this.y != null) {
|
|
545
631
|
return this.y;
|
|
546
632
|
}
|
|
547
|
-
if (this.p == null && this.
|
|
548
|
-
let a = FilterExpressionParsingHelper.getFilterExpression(this.
|
|
633
|
+
if (this.p == null && this.cn != null) {
|
|
634
|
+
let a = FilterExpressionParsingHelper.getFilterExpression(this.cn);
|
|
549
635
|
if (!stringIsNullOrEmpty(a.errors)) {
|
|
550
636
|
if (this.filterStringErrorsParsing != null) {
|
|
551
637
|
this.filterStringErrorsParsing(this, ((() => {
|
|
@@ -567,8 +653,8 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
|
|
|
567
653
|
if (this.x != null) {
|
|
568
654
|
return this.x;
|
|
569
655
|
}
|
|
570
|
-
if (this.o == null && this.
|
|
571
|
-
let a = FilterExpressionParsingHelper.getFilterExpression(this.
|
|
656
|
+
if (this.o == null && this.ch != null) {
|
|
657
|
+
let a = FilterExpressionParsingHelper.getFilterExpression(this.ch);
|
|
572
658
|
if (!stringIsNullOrEmpty(a.errors)) {
|
|
573
659
|
if (this.filterStringErrorsParsing != null) {
|
|
574
660
|
this.filterStringErrorsParsing(this, ((() => {
|
|
@@ -590,8 +676,8 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
|
|
|
590
676
|
if (this.ad != null) {
|
|
591
677
|
return this.ad;
|
|
592
678
|
}
|
|
593
|
-
if (this.q == null && this.
|
|
594
|
-
let a = FilterExpressionParsingHelper.getFilterExpression(this.
|
|
679
|
+
if (this.q == null && this.cz != null) {
|
|
680
|
+
let a = FilterExpressionParsingHelper.getFilterExpression(this.cz);
|
|
595
681
|
if (!stringIsNullOrEmpty(a.errors)) {
|
|
596
682
|
if (this.filterStringErrorsParsing != null) {
|
|
597
683
|
this.filterStringErrorsParsing(this, ((() => {
|
|
@@ -609,6 +695,38 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
|
|
|
609
695
|
}
|
|
610
696
|
return this.q;
|
|
611
697
|
}
|
|
698
|
+
bi(a) {
|
|
699
|
+
if (a == Number_$type) {
|
|
700
|
+
return this.a7;
|
|
701
|
+
}
|
|
702
|
+
if (a == Date_$type) {
|
|
703
|
+
return this.a0;
|
|
704
|
+
}
|
|
705
|
+
if (a == String_$type) {
|
|
706
|
+
return this.cv;
|
|
707
|
+
}
|
|
708
|
+
if (a == Boolean_$type) {
|
|
709
|
+
return this.ap;
|
|
710
|
+
}
|
|
711
|
+
if (a == Base.$) {
|
|
712
|
+
return this.bm;
|
|
713
|
+
}
|
|
714
|
+
if (a == FontInfo.$) {
|
|
715
|
+
return this.aj;
|
|
716
|
+
}
|
|
717
|
+
if (a == Brush.$) {
|
|
718
|
+
return this.c8;
|
|
719
|
+
}
|
|
720
|
+
if (a.isEnumType) {
|
|
721
|
+
if (this.cv != null) {
|
|
722
|
+
return EnumUtil.parse(a, this.cv, true);
|
|
723
|
+
}
|
|
724
|
+
else {
|
|
725
|
+
return EnumUtil.toObject(a, this.bc);
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
return null;
|
|
729
|
+
}
|
|
612
730
|
}
|
|
613
731
|
GridConditionalStyleProperty.$t = markType(GridConditionalStyleProperty, 'GridConditionalStyleProperty', Base.$, [INotifyPropertyChanged_$type]);
|
|
614
732
|
return GridConditionalStyleProperty;
|