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.
Files changed (36) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +3847 -3535
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CellPresenterBase.js +1 -1
  4. package/esm2015/lib/CheckboxListView_combined.js +75 -67
  5. package/esm2015/lib/ColumnFilterCondition_combined.js +3119 -3094
  6. package/esm2015/lib/ContentCellModelHelper.js +1 -1
  7. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  8. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +1 -1
  9. package/esm2015/lib/GridConditionalStyleProperty.js +315 -197
  10. package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
  11. package/esm2015/lib/MultiColumnComboBoxView_combined.js +3 -3
  12. package/esm2015/lib/TemplateHeader.js +1 -1
  13. package/esm2015/lib/TextIconSetConditionalStyle.js +14 -9
  14. package/esm2015/lib/igx-data-grid-component.js +28 -0
  15. package/esm2015/lib/igx-grid-conditional-style-property-component.js +109 -33
  16. package/esm5/lib/CellPresenterBase.js +1 -1
  17. package/esm5/lib/CheckboxListView_combined.js +75 -67
  18. package/esm5/lib/ColumnFilterCondition_combined.js +3096 -3071
  19. package/esm5/lib/ContentCellModelHelper.js +1 -1
  20. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  21. package/esm5/lib/GridColumnFilterOptionsView_combined.js +1 -1
  22. package/esm5/lib/GridConditionalStyleProperty.js +332 -186
  23. package/esm5/lib/GridFilterDialogView_combined.js +1 -1
  24. package/esm5/lib/MultiColumnComboBoxView_combined.js +3 -3
  25. package/esm5/lib/TemplateHeader.js +1 -1
  26. package/esm5/lib/TextIconSetConditionalStyle.js +14 -9
  27. package/esm5/lib/igx-data-grid-component.js +28 -0
  28. package/esm5/lib/igx-grid-conditional-style-property-component.js +136 -32
  29. package/fesm2015/igniteui-angular-data-grids.js +3817 -3561
  30. package/fesm5/igniteui-angular-data-grids.js +3849 -3537
  31. package/lib/CheckboxListView_combined.d.ts +25 -24
  32. package/lib/ColumnFilterCondition_combined.d.ts +533 -525
  33. package/lib/GridConditionalStyleProperty.d.ts +84 -61
  34. package/lib/igx-data-grid-component.d.ts +8 -0
  35. package/lib/igx-grid-conditional-style-property-component.d.ts +21 -3
  36. 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.ai = 0;
24
+ this.ak = 0;
23
25
  this.af = 0;
24
26
  this.ae = 0;
25
- this.bg = null;
27
+ this.br = null;
26
28
  this.k = null;
27
- this.bd = null;
29
+ this.bo = null;
28
30
  this.g = null;
29
31
  this.m = null;
30
- this.bf = null;
32
+ this.bq = null;
31
33
  this.i = null;
32
34
  this.l = null;
33
- this.be = null;
35
+ this.bp = null;
34
36
  this.h = null;
35
37
  this.r = null;
36
- this.bh = null;
38
+ this.bt = null;
37
39
  this.j = null;
38
- this.a7 = null;
39
- this.al = true;
40
- this.a3 = null;
41
- this.cm = null;
42
- this.cl = null;
43
- this.a5 = null;
44
- this.a4 = null;
45
- this.a6 = null;
46
- this.ax = NaN;
47
- this.az = NaN;
48
- this.ay = NaN;
49
- this.at = dateMinValue();
50
- this.au = dateMinValue();
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.an = false;
55
- this.am = false;
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 aj() {
64
- return this.ai;
72
+ get al() {
73
+ return this.ak;
65
74
  }
66
- set aj(a) {
67
- let b = this.ai;
68
- this.ai = a;
75
+ set al(a) {
76
+ let b = this.ak;
77
+ this.ak = a;
69
78
  if (b != a) {
70
- this.cj("StylingType", enumGetBox(GridConditionalStylePropertyStylingType_$type, b), enumGetBox(GridConditionalStylePropertyStylingType_$type, a));
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.cj("MinimumType", enumGetBox(GridConditionalStyleBoundType_$type, b), enumGetBox(GridConditionalStyleBoundType_$type, a));
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.cj("MaximumType", enumGetBox(GridConditionalStyleBoundType_$type, b), enumGetBox(GridConditionalStyleBoundType_$type, a));
99
+ this.c3("MaximumType", enumGetBox(GridConditionalStyleBoundType_$type, b), enumGetBox(GridConditionalStyleBoundType_$type, a));
91
100
  }
92
101
  }
93
- get b9() {
94
- return this.bg;
102
+ get cs() {
103
+ return this.br;
95
104
  }
96
- set b9(a) {
97
- let b = this.bg;
98
- this.bg = a;
105
+ set cs(a) {
106
+ let b = this.br;
107
+ this.br = a;
99
108
  if (b != a) {
100
- this.cj("PropertyName", b, a);
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.cj("InputValueExpression", b, a);
119
+ this.c3("InputValueExpression", b, a);
111
120
  }
112
121
  }
113
- get bo() {
114
- return this.bd;
122
+ get b5() {
123
+ return this.bo;
115
124
  }
116
- set bo(a) {
117
- let b = this.bd;
118
- this.bd = a;
125
+ set b5(a) {
126
+ let b = this.bo;
127
+ this.bo = a;
119
128
  if (b != a) {
120
- this.cj("InputValueExpressionString", b, a);
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.cj("ActualInputValueExpression", b, a);
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.cj("MinimumInputValueExpression", b, a);
149
+ this.c3("MinimumInputValueExpression", b, a);
141
150
  }
142
151
  }
143
- get b5() {
144
- return this.bf;
152
+ get cn() {
153
+ return this.bq;
145
154
  }
146
- set b5(a) {
147
- let b = this.bf;
148
- this.bf = a;
155
+ set cn(a) {
156
+ let b = this.bq;
157
+ this.bq = a;
149
158
  if (b != a) {
150
- this.cj("MinimumInputValueExpressionString", b, a);
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.cj("ActualMinimumInputValueExpression", b, a);
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.cj("MaximumInputValueExpression", b, a);
179
+ this.c3("MaximumInputValueExpression", b, a);
171
180
  }
172
181
  }
173
- get bz() {
174
- return this.be;
182
+ get ch() {
183
+ return this.bp;
175
184
  }
176
- set bz(a) {
177
- let b = this.be;
178
- this.be = a;
185
+ set ch(a) {
186
+ let b = this.bp;
187
+ this.bp = a;
179
188
  if (b != a) {
180
- this.cj("MaximumInputValueExpressionString", b, a);
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.cj("ActualMaximumInputValueExpression", b, a);
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.cj("SumInputValueExpression", b, a);
209
+ this.c3("SumInputValueExpression", b, a);
201
210
  }
202
211
  }
203
- get ce() {
204
- return this.bh;
212
+ get cz() {
213
+ return this.bt;
205
214
  }
206
- set ce(a) {
207
- let b = this.bh;
208
- this.bh = a;
215
+ set cz(a) {
216
+ let b = this.bt;
217
+ this.bt = a;
209
218
  if (b != a) {
210
- this.cj("SumInputValueExpressionString", b, a);
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.cj("ActualSumInputValueExpression", b, a);
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.a7;
243
+ return this.bb;
225
244
  }
226
245
  set bc(a) {
227
- let b = this.a7;
228
- this.a7 = a;
229
- if (this.a7 != b) {
230
- this.cj("Value", b, a);
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 as() {
234
- return this.al;
252
+ get ap() {
253
+ return this.an;
235
254
  }
236
- set as(a) {
237
- let b = this.al;
238
- this.al = a;
239
- if (this.al != b) {
240
- this.cj("ShouldSetValue", b, a);
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 a8() {
244
- return this.a3;
262
+ get a0() {
263
+ return this.ax;
245
264
  }
246
- set a8(a) {
247
- let b = this.a3;
248
- this.a3 = a;
249
- if (this.a3 != b) {
250
- this.cj("InternalValue", b, a);
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 co() {
254
- return this.cm;
272
+ get aj() {
273
+ return this.ai;
255
274
  }
256
- set co(a) {
257
- let b = this.cm;
258
- this.cm = a;
259
- if (this.cm != b) {
260
- this.cj("MinimumColor", b, a);
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 cn() {
264
- return this.cl;
282
+ get bm() {
283
+ return this.bg;
265
284
  }
266
- set cn(a) {
267
- let b = this.cl;
268
- this.cl = a;
269
- if (this.cl != b) {
270
- this.cj("MaximumColor", b, a);
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 ba() {
274
- return this.a5;
292
+ get cv() {
293
+ return this.bs;
275
294
  }
276
- set ba(a) {
277
- let b = this.a5;
278
- this.a5 = a;
279
- if (this.a5 != b) {
280
- this.cj("MinimumInputValue", b, a);
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 a9() {
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 a9(a) {
385
+ set a8(a) {
287
386
  let b = this.a4;
288
387
  this.a4 = a;
289
388
  if (this.a4 != b) {
290
- this.cj("MaximumInputValue", b, a);
389
+ this.c3("InternalMaximumNumericInputValue", b, a);
291
390
  }
292
391
  }
293
- get bb() {
392
+ get ba() {
294
393
  return this.a6;
295
394
  }
296
- set bb(a) {
395
+ set ba(a) {
297
396
  let b = this.a6;
298
397
  this.a6 = a;
299
398
  if (this.a6 != b) {
300
- this.cj("SumInputValue", b, a);
399
+ this.c3("InternalSumNumericInputValue", b, a);
301
400
  }
302
401
  }
303
- get a0() {
304
- return this.ax;
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 a2(a) {
317
- let b = this.az;
318
- this.az = a;
319
- if (this.az != b) {
320
- this.cj("InternalSumNumericInputValue", b, a);
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.cj("InternalMinimumNumericInputValue", b, a);
418
+ if (+(this.ay) != +b) {
419
+ this.c3("InternalMaximumDateInputValue", b, a);
331
420
  }
332
421
  }
333
- get av() {
334
- return this.at;
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 aw(a) {
347
- let b = this.au;
348
- this.au = a;
349
- if (+(this.au) != +b) {
350
- this.cj("InternalMinimumDateInputValue", b, a);
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.cj("ColorCollection", b, a);
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.cj("ValueCollection", b, a);
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.cj("InternalValueCollection", b, this.d);
459
+ this.c3("InternalValueCollection", b, this.d);
381
460
  }
382
461
  }
383
- get ar() {
384
- return this.ap || this.ao || this.aq;
462
+ get av() {
463
+ return this.at || this.as || this.au;
385
464
  }
386
- get ap() {
387
- if (this.aj == 0) {
465
+ get at() {
466
+ if (this.al == 0) {
388
467
  return false;
389
468
  }
390
- if (!isNaN_(this.a1) && this.ah != 1) {
469
+ if (!isNaN_(this.a9) && this.ah != 1) {
391
470
  return false;
392
471
  }
393
- if (+(this.aw) != +(dateMinValue())) {
472
+ if (+(this.a2) != +(dateMinValue())) {
394
473
  return false;
395
474
  }
396
- if (this.u != null && (this.ah != 1 || (!isNaN_(this.a0) && !isNaN_(this.a1)))) {
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 ao() {
402
- if (this.aj == 0) {
480
+ get as() {
481
+ if (this.al == 0) {
403
482
  return false;
404
483
  }
405
- if (!isNaN_(this.a0) && this.ah != 1) {
484
+ if (!isNaN_(this.a8) && this.ah != 1) {
406
485
  return false;
407
486
  }
408
- if (+(this.av) != +(dateMinValue())) {
487
+ if (+(this.a1) != +(dateMinValue())) {
409
488
  return false;
410
489
  }
411
- if (this.t != null && (this.ah != 1 || (!isNaN_(this.a0) && !isNaN_(this.a1)))) {
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 aq() {
495
+ get au() {
417
496
  return false;
418
497
  }
419
- cj(a, b, c) {
420
- this.ck(a, b, c);
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
- ck(a, b, c) {
504
+ c4(a, b, c) {
426
505
  switch (a) {
427
- case "Value":
428
- this.an = true;
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.am = true;
517
+ this.aq = true;
432
518
  break;
433
519
  case "MinimumInputValue":
434
520
  if (typeof c === 'number') {
435
- this.a1 = c;
521
+ this.a9 = c;
436
522
  }
437
523
  if (typeof c === 'number') {
438
- this.a1 = typeGetValue(c);
524
+ this.a9 = typeGetValue(c);
439
525
  }
440
526
  if (typeof c === 'number') {
441
- this.a1 = c;
527
+ this.a9 = c;
442
528
  }
443
529
  if (typeof c === 'number') {
444
- this.a1 = typeGetValue(c);
530
+ this.a9 = typeGetValue(c);
445
531
  }
446
532
  if (typeof c === 'number') {
447
- this.a1 = typeGetValue(c);
533
+ this.a9 = typeGetValue(c);
448
534
  }
449
535
  if (typeCast(Date_$type, c) !== null) {
450
- this.aw = c;
536
+ this.a2 = c;
451
537
  }
452
538
  break;
453
539
  case "MaximumInputValue":
454
540
  if (typeof c === 'number') {
455
- this.a0 = c;
541
+ this.a8 = c;
456
542
  }
457
543
  if (typeof c === 'number') {
458
- this.a0 = typeGetValue(c);
544
+ this.a8 = typeGetValue(c);
459
545
  }
460
546
  if (typeof c === 'number') {
461
- this.a0 = c;
547
+ this.a8 = c;
462
548
  }
463
549
  if (typeof c === 'number') {
464
- this.a0 = typeGetValue(c);
550
+ this.a8 = typeGetValue(c);
465
551
  }
466
552
  if (typeof c === 'number') {
467
- this.a0 = typeGetValue(c);
553
+ this.a8 = typeGetValue(c);
468
554
  }
469
555
  if (typeCast(Date_$type, c) !== null) {
470
- this.av = c;
556
+ this.a1 = c;
471
557
  }
472
558
  break;
473
559
  case "SumInputValue":
474
560
  if (typeof c === 'number') {
475
- this.a2 = c;
561
+ this.ba = c;
476
562
  }
477
563
  if (typeof c === 'number') {
478
- this.a2 = typeGetValue(c);
564
+ this.ba = typeGetValue(c);
479
565
  }
480
566
  if (typeof c === 'number') {
481
- this.a2 = c;
567
+ this.ba = c;
482
568
  }
483
569
  if (typeof c === 'number') {
484
- this.a2 = typeGetValue(c);
570
+ this.ba = typeGetValue(c);
485
571
  }
486
572
  if (typeof c === 'number') {
487
- this.a2 = typeGetValue(c);
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.bo != null) {
525
- let a = FilterExpressionParsingHelper.getFilterExpression(this.bo);
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.b5 != null) {
548
- let a = FilterExpressionParsingHelper.getFilterExpression(this.b5);
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.bz != null) {
571
- let a = FilterExpressionParsingHelper.getFilterExpression(this.bz);
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.ce != null) {
594
- let a = FilterExpressionParsingHelper.getFilterExpression(this.ce);
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;