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
@@ -553,7 +553,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
553
553
  }
554
554
  if (this.n != null) {
555
555
  if (this.n.grid != null) {
556
- this.n.grid.vd();
556
+ this.n.grid.vh();
557
557
  }
558
558
  this.n.nu();
559
559
  }
@@ -879,7 +879,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
879
879
  _this.d.isColumnOptionsEnabled = false;
880
880
  _this.d.isActiveCellStyleEnabled = false;
881
881
  _this.d.cornerRadius = new CornerRadius(0, 0);
882
- _this.d.iy = false;
882
+ _this.d.iz = false;
883
883
  var b = _this.d;
884
884
  b.activeCellChanged = delegateCombine(b.activeCellChanged, runOn(_this, _this.a7));
885
885
  var c = _this.d;
@@ -1170,7 +1170,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
1170
1170
  }
1171
1171
  var k = this.e.activeCell;
1172
1172
  if (null != j.activeCell) {
1173
- this.d.kl(false, false);
1173
+ this.d.km(false, false);
1174
1174
  b.preventDefault();
1175
1175
  }
1176
1176
  else {
@@ -1197,7 +1197,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
1197
1197
  }
1198
1198
  var o = this.e.activeCell;
1199
1199
  if (null != n.activeCell) {
1200
- this.d.ky(false, false);
1200
+ this.d.kz(false, false);
1201
1201
  b.preventDefault();
1202
1202
  }
1203
1203
  else {
@@ -29,7 +29,7 @@ var TemplateHeader = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  TemplateHeader.prototype.ep = function (a, b, c, d) {
30
30
  _super.prototype.ep.call(this, a, b, c, d);
31
31
  var e = a;
32
- var f = b.cf(a.l);
32
+ var f = b.cg(a.l);
33
33
  e.ny = f.lk;
34
34
  e.n = f.hs;
35
35
  e.n1 = f.jg;
@@ -13,6 +13,7 @@ import { Convert } from "igniteui-angular-core";
13
13
  import { enumGetBox, markType } from "igniteui-angular-core";
14
14
  import { GridConditionalStyleCollection } from "./GridConditionalStyleCollection";
15
15
  import { GridConditionalStyleProperty } from "./GridConditionalStyleProperty";
16
+ import { GridConditionalStyleFontInfo } from "./GridConditionalStyleFontInfo";
16
17
  import { GridStyleRepository } from "./GridStyleRepository";
17
18
  import { intDivide } from "igniteui-angular-core";
18
19
  /**
@@ -81,19 +82,23 @@ var TextIconSetConditionalStyle = /** @class */ /*@__PURE__*/ (function (_super)
81
82
  h.t = true;
82
83
  h.u = true;
83
84
  var i = new GridConditionalStyleProperty();
84
- i.aj = 0;
85
- i.b9 = "TextValue";
86
- i.bc = b[d];
85
+ i.al = 0;
86
+ i.cs = "TextValue";
87
+ i.cv = b[d];
87
88
  h.properties.add(i);
88
89
  i = new GridConditionalStyleProperty();
89
- i.aj = 0;
90
- i.b9 = "TextColor";
91
- i.bc = c[d];
90
+ i.al = 0;
91
+ i.cs = "TextColor";
92
+ i.c8 = c[d];
92
93
  h.properties.add(i);
93
94
  i = new GridConditionalStyleProperty();
94
- i.aj = 0;
95
- i.b9 = "FontInfo";
96
- i.bc = GridStyleRepository.i;
95
+ i.al = 0;
96
+ i.cs = "FontInfo";
97
+ i.aj = ((function () {
98
+ var $ret = new GridConditionalStyleFontInfo();
99
+ $ret.textStyle = GridStyleRepository.i;
100
+ return $ret;
101
+ })());
97
102
  h.properties.add(i);
98
103
  a.add(h);
99
104
  }
@@ -3919,6 +3919,34 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
3919
3919
  IgxDataGridComponent.prototype.loadLayout = function (json) {
3920
3920
  this.i.loadLayout(json);
3921
3921
  };
3922
+ IgxDataGridComponent.prototype.registerIconFromText = function (iconCollection, iconName, iconText) {
3923
+ this.i.registerIconFromText(iconCollection, iconName, iconText);
3924
+ };
3925
+ IgxDataGridComponent.prototype.getIconFromCache = function (iconCollection, iconName) {
3926
+ var iv = this.i.getIconFromCache(iconCollection, iconName);
3927
+ return (iv);
3928
+ };
3929
+ IgxDataGridComponent.prototype.registerMultiPathSVG = function (iconCollection, iconName, multiPathSVG) {
3930
+ this.i.registerMultiPathSVG(iconCollection, iconName, multiPathSVG);
3931
+ };
3932
+ IgxDataGridComponent.prototype.getMultiPathSVGFromCache = function (iconCollection, iconName) {
3933
+ var iv = this.i.getMultiPathSVGFromCache(iconCollection, iconName);
3934
+ return (iv);
3935
+ };
3936
+ IgxDataGridComponent.prototype.registerIconFromDataURL = function (iconCollection, iconName, dataURL) {
3937
+ this.i.registerIconFromDataURL(iconCollection, iconName, dataURL);
3938
+ };
3939
+ IgxDataGridComponent.prototype.getDataURLFromCache = function (iconCollection, iconName) {
3940
+ var iv = this.i.getDataURLFromCache(iconCollection, iconName);
3941
+ return (iv);
3942
+ };
3943
+ IgxDataGridComponent.prototype.registerIconSource = function (iconCollection, iconName, source) {
3944
+ this.i.registerIconSource(iconCollection, iconName, source);
3945
+ };
3946
+ IgxDataGridComponent.prototype.getIconSource = function (iconCollection, iconName) {
3947
+ var iv = this.i.getIconSource(iconCollection, iconName);
3948
+ return (iv);
3949
+ };
3922
3950
  Object.defineProperty(IgxDataGridComponent.prototype, "filterExpressionsChanging", {
3923
3951
  get: function () {
3924
3952
  var _this = this;
@@ -2,6 +2,7 @@ import { EventEmitter, Output, Component, Input, ChangeDetectionStrategy } from
2
2
  import { delegateCombine } from "igniteui-angular-core";
3
3
  import { GridConditionalStylePropertyStylingType_$type } from "./GridConditionalStylePropertyStylingType";
4
4
  import { GridConditionalStyleBoundType_$type } from "./GridConditionalStyleBoundType";
5
+ import { IgxGridConditionalStyleFontInfoComponent } from "./igx-grid-conditional-style-font-info-component";
5
6
  import { IgxGridConditionFilterStringErrorsParsingEventArgs } from "./igx-grid-condition-filter-string-errors-parsing-event-args";
6
7
  import { GridConditionalStyleProperty } from "./GridConditionalStyleProperty";
7
8
  import { TypeRegistrar } from "igniteui-angular-core";
@@ -61,10 +62,10 @@ var IgxGridConditionalStylePropertyComponent = /** @class */ /*@__PURE__*/ (func
61
62
  };
62
63
  Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "stylingType", {
63
64
  get: function () {
64
- return this.i.aj;
65
+ return this.i.al;
65
66
  },
66
67
  set: function (v) {
67
- this.i.aj = ensureEnum(GridConditionalStylePropertyStylingType_$type, v);
68
+ this.i.al = ensureEnum(GridConditionalStylePropertyStylingType_$type, v);
68
69
  },
69
70
  enumerable: false,
70
71
  configurable: true
@@ -91,10 +92,10 @@ var IgxGridConditionalStylePropertyComponent = /** @class */ /*@__PURE__*/ (func
91
92
  });
92
93
  Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "propertyName", {
93
94
  get: function () {
94
- return this.i.b9;
95
+ return this.i.cs;
95
96
  },
96
97
  set: function (v) {
97
- this.i.b9 = v;
98
+ this.i.cs = v;
98
99
  },
99
100
  enumerable: false,
100
101
  configurable: true
@@ -111,10 +112,10 @@ var IgxGridConditionalStylePropertyComponent = /** @class */ /*@__PURE__*/ (func
111
112
  });
112
113
  Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "inputValueExpressionString", {
113
114
  get: function () {
114
- return this.i.bo;
115
+ return this.i.b5;
115
116
  },
116
117
  set: function (v) {
117
- this.i.bo = v;
118
+ this.i.b5 = v;
118
119
  },
119
120
  enumerable: false,
120
121
  configurable: true
@@ -141,10 +142,10 @@ var IgxGridConditionalStylePropertyComponent = /** @class */ /*@__PURE__*/ (func
141
142
  });
142
143
  Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "minimumInputValueExpressionString", {
143
144
  get: function () {
144
- return this.i.b5;
145
+ return this.i.cn;
145
146
  },
146
147
  set: function (v) {
147
- this.i.b5 = v;
148
+ this.i.cn = v;
148
149
  },
149
150
  enumerable: false,
150
151
  configurable: true
@@ -171,10 +172,10 @@ var IgxGridConditionalStylePropertyComponent = /** @class */ /*@__PURE__*/ (func
171
172
  });
172
173
  Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "maximumInputValueExpressionString", {
173
174
  get: function () {
174
- return this.i.bz;
175
+ return this.i.ch;
175
176
  },
176
177
  set: function (v) {
177
- this.i.bz = v;
178
+ this.i.ch = v;
178
179
  },
179
180
  enumerable: false,
180
181
  configurable: true
@@ -201,10 +202,10 @@ var IgxGridConditionalStylePropertyComponent = /** @class */ /*@__PURE__*/ (func
201
202
  });
202
203
  Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "sumInputValueExpressionString", {
203
204
  get: function () {
204
- return this.i.ce;
205
+ return this.i.cz;
205
206
  },
206
207
  set: function (v) {
207
- this.i.ce = v;
208
+ this.i.cz = v;
208
209
  },
209
210
  enumerable: false,
210
211
  configurable: true
@@ -219,72 +220,155 @@ var IgxGridConditionalStylePropertyComponent = /** @class */ /*@__PURE__*/ (func
219
220
  enumerable: false,
220
221
  configurable: true
221
222
  });
222
- Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "value", {
223
+ Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "doubleValue", {
224
+ get: function () {
225
+ return this.i.a7;
226
+ },
227
+ set: function (v) {
228
+ this.i.a7 = +v;
229
+ },
230
+ enumerable: false,
231
+ configurable: true
232
+ });
233
+ Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "intValue", {
223
234
  get: function () {
224
235
  return this.i.bc;
225
236
  },
226
237
  set: function (v) {
227
- this.i.bc = v;
238
+ this.i.bc = +v;
239
+ },
240
+ enumerable: false,
241
+ configurable: true
242
+ });
243
+ Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "boolValue", {
244
+ get: function () {
245
+ return this.i.ap;
246
+ },
247
+ set: function (v) {
248
+ this.i.ap = ensureBool(v);
249
+ },
250
+ enumerable: false,
251
+ configurable: true
252
+ });
253
+ Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "dateValue", {
254
+ get: function () {
255
+ return this.i.a0;
256
+ },
257
+ set: function (v) {
258
+ this.i.a0 = v;
259
+ },
260
+ enumerable: false,
261
+ configurable: true
262
+ });
263
+ Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "fontValue", {
264
+ get: function () {
265
+ var r = this.i.aj;
266
+ if (r == null) {
267
+ return null;
268
+ }
269
+ if (!r.externalObject) {
270
+ var e = IgxGridConditionalStyleFontInfoComponent._createFromInternal(r);
271
+ if (e) {
272
+ e._implementation = r;
273
+ }
274
+ r.externalObject = e;
275
+ }
276
+ return r.externalObject;
277
+ },
278
+ set: function (v) {
279
+ if (v != null && this._stylingContainer && v._styling)
280
+ v._styling(this._stylingContainer, this, this);
281
+ v == null ? this.i.aj = null : this.i.aj = v.i;
282
+ },
283
+ enumerable: false,
284
+ configurable: true
285
+ });
286
+ Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "objectValue", {
287
+ get: function () {
288
+ return this.i.bm;
289
+ },
290
+ set: function (v) {
291
+ this.i.bm = v;
292
+ },
293
+ enumerable: false,
294
+ configurable: true
295
+ });
296
+ Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "stringValue", {
297
+ get: function () {
298
+ return this.i.cv;
299
+ },
300
+ set: function (v) {
301
+ this.i.cv = v;
302
+ },
303
+ enumerable: false,
304
+ configurable: true
305
+ });
306
+ Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "brushValue", {
307
+ get: function () {
308
+ return brushToString(this.i.c8);
309
+ },
310
+ set: function (v) {
311
+ this.i.c8 = stringToBrush(v);
228
312
  },
229
313
  enumerable: false,
230
314
  configurable: true
231
315
  });
232
316
  Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "shouldSetValue", {
233
317
  get: function () {
234
- return this.i.as;
318
+ return this.i.aw;
235
319
  },
236
320
  set: function (v) {
237
- this.i.as = ensureBool(v);
321
+ this.i.aw = ensureBool(v);
238
322
  },
239
323
  enumerable: false,
240
324
  configurable: true
241
325
  });
242
326
  Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "minimumColor", {
243
327
  get: function () {
244
- return brushToString(this.i.co);
328
+ return brushToString(this.i.da);
245
329
  },
246
330
  set: function (v) {
247
- this.i.co = stringToBrush(v);
331
+ this.i.da = stringToBrush(v);
248
332
  },
249
333
  enumerable: false,
250
334
  configurable: true
251
335
  });
252
336
  Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "maximumColor", {
253
337
  get: function () {
254
- return brushToString(this.i.cn);
338
+ return brushToString(this.i.c9);
255
339
  },
256
340
  set: function (v) {
257
- this.i.cn = stringToBrush(v);
341
+ this.i.c9 = stringToBrush(v);
258
342
  },
259
343
  enumerable: false,
260
344
  configurable: true
261
345
  });
262
346
  Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "minimumInputValue", {
263
347
  get: function () {
264
- return this.i.ba;
348
+ return this.i.bl;
265
349
  },
266
350
  set: function (v) {
267
- this.i.ba = v;
351
+ this.i.bl = v;
268
352
  },
269
353
  enumerable: false,
270
354
  configurable: true
271
355
  });
272
356
  Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "maximumInputValue", {
273
357
  get: function () {
274
- return this.i.a9;
358
+ return this.i.bk;
275
359
  },
276
360
  set: function (v) {
277
- this.i.a9 = v;
361
+ this.i.bk = v;
278
362
  },
279
363
  enumerable: false,
280
364
  configurable: true
281
365
  });
282
366
  Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "sumInputValue", {
283
367
  get: function () {
284
- return this.i.bb;
368
+ return this.i.bn;
285
369
  },
286
370
  set: function (v) {
287
- this.i.bb = v;
371
+ this.i.bn = v;
288
372
  },
289
373
  enumerable: false,
290
374
  configurable: true
@@ -315,28 +399,28 @@ var IgxGridConditionalStylePropertyComponent = /** @class */ /*@__PURE__*/ (func
315
399
  });
316
400
  Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "requiresGlobalValues", {
317
401
  get: function () {
318
- return this.i.ar;
402
+ return this.i.av;
319
403
  },
320
404
  enumerable: false,
321
405
  configurable: true
322
406
  });
323
407
  Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "needsGlobalMinimum", {
324
408
  get: function () {
325
- return this.i.ap;
409
+ return this.i.at;
326
410
  },
327
411
  enumerable: false,
328
412
  configurable: true
329
413
  });
330
414
  Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "needsGlobalMaximum", {
331
415
  get: function () {
332
- return this.i.ao;
416
+ return this.i.as;
333
417
  },
334
418
  enumerable: false,
335
419
  configurable: true
336
420
  });
337
421
  Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "needsGlobalSum", {
338
422
  get: function () {
339
- return this.i.aq;
423
+ return this.i.au;
340
424
  },
341
425
  enumerable: false,
342
426
  configurable: true
@@ -347,6 +431,9 @@ var IgxGridConditionalStylePropertyComponent = /** @class */ /*@__PURE__*/ (func
347
431
  return this.findEphemera(name);
348
432
  }
349
433
  }
434
+ if (this.fontValue && this.fontValue.name && this.fontValue.name == name) {
435
+ return this.fontValue;
436
+ }
350
437
  return null;
351
438
  };
352
439
  Object.defineProperty(IgxGridConditionalStylePropertyComponent.prototype, "hasUserValues", {
@@ -401,6 +488,9 @@ var IgxGridConditionalStylePropertyComponent = /** @class */ /*@__PURE__*/ (func
401
488
  additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
402
489
  }
403
490
  initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
491
+ if (this.fontValue && this.fontValue._styling) {
492
+ this.fontValue._styling(container, component, this);
493
+ }
404
494
  if (this._otherStyling) {
405
495
  this._otherStyling(container, component, parent);
406
496
  }
@@ -439,7 +529,7 @@ var IgxGridConditionalStylePropertyComponent = /** @class */ /*@__PURE__*/ (func
439
529
  }
440
530
  };
441
531
  IgxGridConditionalStylePropertyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGridConditionalStylePropertyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
442
- IgxGridConditionalStylePropertyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxGridConditionalStylePropertyComponent, selector: "igx-grid-conditional-style-property", inputs: { stylingType: "stylingType", minimumType: "minimumType", maximumType: "maximumType", propertyName: "propertyName", inputValueExpression: "inputValueExpression", inputValueExpressionString: "inputValueExpressionString", actualInputValueExpression: "actualInputValueExpression", minimumInputValueExpression: "minimumInputValueExpression", minimumInputValueExpressionString: "minimumInputValueExpressionString", actualMinimumInputValueExpression: "actualMinimumInputValueExpression", maximumInputValueExpression: "maximumInputValueExpression", maximumInputValueExpressionString: "maximumInputValueExpressionString", actualMaximumInputValueExpression: "actualMaximumInputValueExpression", sumInputValueExpression: "sumInputValueExpression", sumInputValueExpressionString: "sumInputValueExpressionString", actualSumInputValueExpression: "actualSumInputValueExpression", value: "value", shouldSetValue: "shouldSetValue", minimumColor: "minimumColor", maximumColor: "maximumColor", minimumInputValue: "minimumInputValue", maximumInputValue: "maximumInputValue", sumInputValue: "sumInputValue", colorCollection: "colorCollection", valueCollection: "valueCollection" }, outputs: { filterStringErrorsParsing: "filterStringErrorsParsing" }, providers: [], ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
532
+ IgxGridConditionalStylePropertyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxGridConditionalStylePropertyComponent, selector: "igx-grid-conditional-style-property", inputs: { stylingType: "stylingType", minimumType: "minimumType", maximumType: "maximumType", propertyName: "propertyName", inputValueExpression: "inputValueExpression", inputValueExpressionString: "inputValueExpressionString", actualInputValueExpression: "actualInputValueExpression", minimumInputValueExpression: "minimumInputValueExpression", minimumInputValueExpressionString: "minimumInputValueExpressionString", actualMinimumInputValueExpression: "actualMinimumInputValueExpression", maximumInputValueExpression: "maximumInputValueExpression", maximumInputValueExpressionString: "maximumInputValueExpressionString", actualMaximumInputValueExpression: "actualMaximumInputValueExpression", sumInputValueExpression: "sumInputValueExpression", sumInputValueExpressionString: "sumInputValueExpressionString", actualSumInputValueExpression: "actualSumInputValueExpression", doubleValue: "doubleValue", intValue: "intValue", boolValue: "boolValue", dateValue: "dateValue", fontValue: "fontValue", objectValue: "objectValue", stringValue: "stringValue", brushValue: "brushValue", shouldSetValue: "shouldSetValue", minimumColor: "minimumColor", maximumColor: "maximumColor", minimumInputValue: "minimumInputValue", maximumInputValue: "maximumInputValue", sumInputValue: "sumInputValue", colorCollection: "colorCollection", valueCollection: "valueCollection" }, outputs: { filterStringErrorsParsing: "filterStringErrorsParsing" }, providers: [], ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
443
533
  return IgxGridConditionalStylePropertyComponent;
444
534
  }());
445
535
  export { IgxGridConditionalStylePropertyComponent };
@@ -483,7 +573,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
483
573
  type: Input
484
574
  }], actualSumInputValueExpression: [{
485
575
  type: Input
486
- }], value: [{
576
+ }], doubleValue: [{
577
+ type: Input
578
+ }], intValue: [{
579
+ type: Input
580
+ }], boolValue: [{
581
+ type: Input
582
+ }], dateValue: [{
583
+ type: Input
584
+ }], fontValue: [{
585
+ type: Input
586
+ }], objectValue: [{
587
+ type: Input
588
+ }], stringValue: [{
589
+ type: Input
590
+ }], brushValue: [{
487
591
  type: Input
488
592
  }], shouldSetValue: [{
489
593
  type: Input