igniteui-angular-data-grids 21.0.0 → 21.0.1-beta.0
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 +9371 -8077
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +10 -10
- package/esm2015/lib/CheckboxListBridge.js +28 -0
- package/esm2015/lib/CheckboxListView_combined.js +730 -705
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm2015/lib/ContentCellModelHelper.js +3 -3
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
- package/esm2015/lib/DateTimeCellPresenter.js +2 -2
- package/esm2015/lib/DraggerView.js +3 -3
- package/esm2015/lib/EditorCell.js +266 -266
- package/esm2015/lib/EditorCellPresenter.js +15 -15
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +8 -8
- package/esm2015/lib/GridCellBase.js +65 -63
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExternalWrapper.js +9 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +271 -433
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +8 -8
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +2 -2
- package/esm2015/lib/PropertyEditorView_combined.js +22 -22
- package/esm2015/lib/SectionHeaderCell.js +8 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/SummaryCell.js +25 -25
- package/esm2015/lib/SummaryCellPresenter.js +5 -5
- package/esm2015/lib/TemplateCell.js +11 -11
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +2 -2
- package/esm2015/lib/TextHeaderCell.js +140 -134
- package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igx-checkbox-list-component.js +69 -69
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +265 -139
- package/esm2015/lib/igx-data-grid-component.js +110 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
- package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +89 -89
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-component.js +16 -16
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +65 -4
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/CanvasCellPresenterBase.js +1 -1
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +10 -10
- package/esm5/lib/CheckboxListBridge.js +28 -0
- package/esm5/lib/CheckboxListView_combined.js +709 -684
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm5/lib/ContentCellModelHelper.js +3 -3
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +12 -12
- package/esm5/lib/DateTimeCellPresenter.js +2 -2
- package/esm5/lib/DraggerView.js +3 -3
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +15 -15
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +8 -8
- package/esm5/lib/GridCellBase.js +64 -62
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExternalWrapper.js +9 -6
- package/esm5/lib/GridFilterDialogView_combined.js +331 -164
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +275 -585
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +8 -8
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +2 -2
- package/esm5/lib/PropertyEditorView_combined.js +22 -22
- package/esm5/lib/SectionHeaderCell.js +8 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/SummaryCell.js +26 -26
- package/esm5/lib/SummaryCellPresenter.js +5 -5
- package/esm5/lib/TemplateCell.js +11 -11
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +2 -2
- package/esm5/lib/TextHeaderCell.js +138 -132
- package/esm5/lib/TextHeaderCellPresenter.js +43 -21
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igx-checkbox-list-component.js +69 -69
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +313 -139
- package/esm5/lib/igx-data-grid-component.js +151 -3
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
- package/esm5/lib/igx-data-grid-pager-component.js +40 -10
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +89 -89
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-component.js +16 -16
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +93 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
- package/fesm5/igniteui-angular-data-grids.js +9373 -8080
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +153 -148
- package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +21 -19
- package/lib/GridExternalWrapper.d.ts +1 -0
- package/lib/GridFilterDialogView_combined.d.ts +81 -58
- package/lib/GridStyleRepository.d.ts +23 -84
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +2 -2
- package/lib/SummaryCell.d.ts +4 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igx-data-grid-column-component.d.ts +55 -1
- package/lib/igx-data-grid-component.d.ts +51 -2
- package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
- package/lib/igx-data-grid-pager-component.d.ts +11 -1
- package/lib/igx-text-header-cell-info.d.ts +34 -0
- package/package.json +4 -4
- package/public_api.d.ts +1 -0
|
@@ -181,10 +181,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
181
181
|
* Gets or sets the background color to use.
|
|
182
182
|
*/
|
|
183
183
|
get: function () {
|
|
184
|
-
return brushToString(this.i.
|
|
184
|
+
return brushToString(this.i.gh);
|
|
185
185
|
},
|
|
186
186
|
set: function (v) {
|
|
187
|
-
this.i.
|
|
187
|
+
this.i.gh = stringToBrush(v);
|
|
188
188
|
},
|
|
189
189
|
enumerable: false,
|
|
190
190
|
configurable: true
|
|
@@ -238,10 +238,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
238
238
|
* Gets or sets the background color to use.
|
|
239
239
|
*/
|
|
240
240
|
get: function () {
|
|
241
|
-
return brushToString(this.i.
|
|
241
|
+
return brushToString(this.i.gk);
|
|
242
242
|
},
|
|
243
243
|
set: function (v) {
|
|
244
|
-
this.i.
|
|
244
|
+
this.i.gk = stringToBrush(v);
|
|
245
245
|
},
|
|
246
246
|
enumerable: false,
|
|
247
247
|
configurable: true
|
|
@@ -251,10 +251,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
251
251
|
* Gets or sets the background color to use.
|
|
252
252
|
*/
|
|
253
253
|
get: function () {
|
|
254
|
-
return brushToString(this.i.
|
|
254
|
+
return brushToString(this.i.f6);
|
|
255
255
|
},
|
|
256
256
|
set: function (v) {
|
|
257
|
-
this.i.
|
|
257
|
+
this.i.f6 = stringToBrush(v);
|
|
258
258
|
},
|
|
259
259
|
enumerable: false,
|
|
260
260
|
configurable: true
|
|
@@ -264,10 +264,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
264
264
|
* Gets or sets the error border color to use.
|
|
265
265
|
*/
|
|
266
266
|
get: function () {
|
|
267
|
-
return brushToString(this.i.
|
|
267
|
+
return brushToString(this.i.gl);
|
|
268
268
|
},
|
|
269
269
|
set: function (v) {
|
|
270
|
-
this.i.
|
|
270
|
+
this.i.gl = stringToBrush(v);
|
|
271
271
|
},
|
|
272
272
|
enumerable: false,
|
|
273
273
|
configurable: true
|
|
@@ -277,10 +277,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
277
277
|
* Gets the actual border color that will be used.
|
|
278
278
|
*/
|
|
279
279
|
get: function () {
|
|
280
|
-
return brushToString(this.i.
|
|
280
|
+
return brushToString(this.i.gb);
|
|
281
281
|
},
|
|
282
282
|
set: function (v) {
|
|
283
|
-
this.i.
|
|
283
|
+
this.i.gb = stringToBrush(v);
|
|
284
284
|
},
|
|
285
285
|
enumerable: false,
|
|
286
286
|
configurable: true
|
|
@@ -290,10 +290,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
290
290
|
* Gets or sets the amount of left border to use for the cell content for this column.
|
|
291
291
|
*/
|
|
292
292
|
get: function () {
|
|
293
|
-
return this.i.
|
|
293
|
+
return this.i.cd;
|
|
294
294
|
},
|
|
295
295
|
set: function (v) {
|
|
296
|
-
this.i.
|
|
296
|
+
this.i.cd = +v;
|
|
297
297
|
},
|
|
298
298
|
enumerable: false,
|
|
299
299
|
configurable: true
|
|
@@ -303,10 +303,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
303
303
|
* Gets or sets the amount of top border to use for the cell content for this column.
|
|
304
304
|
*/
|
|
305
305
|
get: function () {
|
|
306
|
-
return this.i.
|
|
306
|
+
return this.i.cf;
|
|
307
307
|
},
|
|
308
308
|
set: function (v) {
|
|
309
|
-
this.i.
|
|
309
|
+
this.i.cf = +v;
|
|
310
310
|
},
|
|
311
311
|
enumerable: false,
|
|
312
312
|
configurable: true
|
|
@@ -316,10 +316,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
316
316
|
* Gets or sets the amount of right border to use for the cell content of this column.
|
|
317
317
|
*/
|
|
318
318
|
get: function () {
|
|
319
|
-
return this.i.
|
|
319
|
+
return this.i.ce;
|
|
320
320
|
},
|
|
321
321
|
set: function (v) {
|
|
322
|
-
this.i.
|
|
322
|
+
this.i.ce = +v;
|
|
323
323
|
},
|
|
324
324
|
enumerable: false,
|
|
325
325
|
configurable: true
|
|
@@ -329,10 +329,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
329
329
|
* Gets or sets the amount of bottom border to use for the cell content of this column.
|
|
330
330
|
*/
|
|
331
331
|
get: function () {
|
|
332
|
-
return this.i.
|
|
332
|
+
return this.i.cc;
|
|
333
333
|
},
|
|
334
334
|
set: function (v) {
|
|
335
|
-
this.i.
|
|
335
|
+
this.i.cc = +v;
|
|
336
336
|
},
|
|
337
337
|
enumerable: false,
|
|
338
338
|
configurable: true
|
|
@@ -342,10 +342,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
342
342
|
* Gets or sets the amount of left activation border to use for the cell content for this column.
|
|
343
343
|
*/
|
|
344
344
|
get: function () {
|
|
345
|
-
return this.i.
|
|
345
|
+
return this.i.b5;
|
|
346
346
|
},
|
|
347
347
|
set: function (v) {
|
|
348
|
-
this.i.
|
|
348
|
+
this.i.b5 = +v;
|
|
349
349
|
},
|
|
350
350
|
enumerable: false,
|
|
351
351
|
configurable: true
|
|
@@ -355,10 +355,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
355
355
|
* Gets or sets the amount of top activation border to use for the cell content for this column.
|
|
356
356
|
*/
|
|
357
357
|
get: function () {
|
|
358
|
-
return this.i.
|
|
358
|
+
return this.i.b7;
|
|
359
359
|
},
|
|
360
360
|
set: function (v) {
|
|
361
|
-
this.i.
|
|
361
|
+
this.i.b7 = +v;
|
|
362
362
|
},
|
|
363
363
|
enumerable: false,
|
|
364
364
|
configurable: true
|
|
@@ -368,10 +368,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
368
368
|
* Gets or sets the amount of right activation border to use for the cell content of this column.
|
|
369
369
|
*/
|
|
370
370
|
get: function () {
|
|
371
|
-
return this.i.
|
|
371
|
+
return this.i.b6;
|
|
372
372
|
},
|
|
373
373
|
set: function (v) {
|
|
374
|
-
this.i.
|
|
374
|
+
this.i.b6 = +v;
|
|
375
375
|
},
|
|
376
376
|
enumerable: false,
|
|
377
377
|
configurable: true
|
|
@@ -381,50 +381,50 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
381
381
|
* Gets or sets the amount of bottom activation border to use for the cell content of this column.
|
|
382
382
|
*/
|
|
383
383
|
get: function () {
|
|
384
|
-
return this.i.
|
|
384
|
+
return this.i.b4;
|
|
385
385
|
},
|
|
386
386
|
set: function (v) {
|
|
387
|
-
this.i.
|
|
387
|
+
this.i.b4 = +v;
|
|
388
388
|
},
|
|
389
389
|
enumerable: false,
|
|
390
390
|
configurable: true
|
|
391
391
|
});
|
|
392
392
|
Object.defineProperty(IgxDefinitionBaseComponent.prototype, "errorBorderLeftWidth", {
|
|
393
393
|
get: function () {
|
|
394
|
-
return this.i.
|
|
394
|
+
return this.i.ch;
|
|
395
395
|
},
|
|
396
396
|
set: function (v) {
|
|
397
|
-
this.i.
|
|
397
|
+
this.i.ch = +v;
|
|
398
398
|
},
|
|
399
399
|
enumerable: false,
|
|
400
400
|
configurable: true
|
|
401
401
|
});
|
|
402
402
|
Object.defineProperty(IgxDefinitionBaseComponent.prototype, "errorBorderTopWidth", {
|
|
403
403
|
get: function () {
|
|
404
|
-
return this.i.
|
|
404
|
+
return this.i.cj;
|
|
405
405
|
},
|
|
406
406
|
set: function (v) {
|
|
407
|
-
this.i.
|
|
407
|
+
this.i.cj = +v;
|
|
408
408
|
},
|
|
409
409
|
enumerable: false,
|
|
410
410
|
configurable: true
|
|
411
411
|
});
|
|
412
412
|
Object.defineProperty(IgxDefinitionBaseComponent.prototype, "errorBorderRightWidth", {
|
|
413
413
|
get: function () {
|
|
414
|
-
return this.i.
|
|
414
|
+
return this.i.ci;
|
|
415
415
|
},
|
|
416
416
|
set: function (v) {
|
|
417
|
-
this.i.
|
|
417
|
+
this.i.ci = +v;
|
|
418
418
|
},
|
|
419
419
|
enumerable: false,
|
|
420
420
|
configurable: true
|
|
421
421
|
});
|
|
422
422
|
Object.defineProperty(IgxDefinitionBaseComponent.prototype, "errorBorderBottomWidth", {
|
|
423
423
|
get: function () {
|
|
424
|
-
return this.i.
|
|
424
|
+
return this.i.cg;
|
|
425
425
|
},
|
|
426
426
|
set: function (v) {
|
|
427
|
-
this.i.
|
|
427
|
+
this.i.cg = +v;
|
|
428
428
|
},
|
|
429
429
|
enumerable: false,
|
|
430
430
|
configurable: true
|
|
@@ -434,10 +434,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
434
434
|
* Gets the actual background color that will be used.
|
|
435
435
|
*/
|
|
436
436
|
get: function () {
|
|
437
|
-
return brushToString(this.i.
|
|
437
|
+
return brushToString(this.i.f8);
|
|
438
438
|
},
|
|
439
439
|
set: function (v) {
|
|
440
|
-
this.i.
|
|
440
|
+
this.i.f8 = stringToBrush(v);
|
|
441
441
|
},
|
|
442
442
|
enumerable: false,
|
|
443
443
|
configurable: true
|
|
@@ -447,10 +447,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
447
447
|
* Gets the actual background color that will be used.
|
|
448
448
|
*/
|
|
449
449
|
get: function () {
|
|
450
|
-
return brushToString(this.i.
|
|
450
|
+
return brushToString(this.i.f7);
|
|
451
451
|
},
|
|
452
452
|
set: function (v) {
|
|
453
|
-
this.i.
|
|
453
|
+
this.i.f7 = stringToBrush(v);
|
|
454
454
|
},
|
|
455
455
|
enumerable: false,
|
|
456
456
|
configurable: true
|
|
@@ -460,10 +460,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
460
460
|
* Gets the actual error border color that will be used.
|
|
461
461
|
*/
|
|
462
462
|
get: function () {
|
|
463
|
-
return brushToString(this.i.
|
|
463
|
+
return brushToString(this.i.gc);
|
|
464
464
|
},
|
|
465
465
|
set: function (v) {
|
|
466
|
-
this.i.
|
|
466
|
+
this.i.gc = stringToBrush(v);
|
|
467
467
|
},
|
|
468
468
|
enumerable: false,
|
|
469
469
|
configurable: true
|
|
@@ -473,10 +473,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
473
473
|
* Gets or sets the background color for content that sticks to the top of the grid.
|
|
474
474
|
*/
|
|
475
475
|
get: function () {
|
|
476
|
-
return brushToString(this.i.
|
|
476
|
+
return brushToString(this.i.gz);
|
|
477
477
|
},
|
|
478
478
|
set: function (v) {
|
|
479
|
-
this.i.
|
|
479
|
+
this.i.gz = stringToBrush(v);
|
|
480
480
|
},
|
|
481
481
|
enumerable: false,
|
|
482
482
|
configurable: true
|
|
@@ -486,10 +486,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
486
486
|
* Gets the actual background color for content that sticks to the top of the grid.
|
|
487
487
|
*/
|
|
488
488
|
get: function () {
|
|
489
|
-
return brushToString(this.i.
|
|
489
|
+
return brushToString(this.i.gf);
|
|
490
490
|
},
|
|
491
491
|
set: function (v) {
|
|
492
|
-
this.i.
|
|
492
|
+
this.i.gf = stringToBrush(v);
|
|
493
493
|
},
|
|
494
494
|
enumerable: false,
|
|
495
495
|
configurable: true
|
|
@@ -499,10 +499,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
499
499
|
* Gets or sets the background color for cells belonging to rows marked as pinned.
|
|
500
500
|
*/
|
|
501
501
|
get: function () {
|
|
502
|
-
return brushToString(this.i.
|
|
502
|
+
return brushToString(this.i.gy);
|
|
503
503
|
},
|
|
504
504
|
set: function (v) {
|
|
505
|
-
this.i.
|
|
505
|
+
this.i.gy = stringToBrush(v);
|
|
506
506
|
},
|
|
507
507
|
enumerable: false,
|
|
508
508
|
configurable: true
|
|
@@ -512,10 +512,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
512
512
|
* Gets the actual background color for cells belonging to rows marked as pinned.
|
|
513
513
|
*/
|
|
514
514
|
get: function () {
|
|
515
|
-
return brushToString(this.i.
|
|
515
|
+
return brushToString(this.i.ge);
|
|
516
516
|
},
|
|
517
517
|
set: function (v) {
|
|
518
|
-
this.i.
|
|
518
|
+
this.i.ge = stringToBrush(v);
|
|
519
519
|
},
|
|
520
520
|
enumerable: false,
|
|
521
521
|
configurable: true
|
|
@@ -525,10 +525,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
525
525
|
* Gets or sets the color for the last row in the sticky row area.
|
|
526
526
|
*/
|
|
527
527
|
get: function () {
|
|
528
|
-
return brushToString(this.i.
|
|
528
|
+
return brushToString(this.i.gx);
|
|
529
529
|
},
|
|
530
530
|
set: function (v) {
|
|
531
|
-
this.i.
|
|
531
|
+
this.i.gx = stringToBrush(v);
|
|
532
532
|
},
|
|
533
533
|
enumerable: false,
|
|
534
534
|
configurable: true
|
|
@@ -538,10 +538,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
538
538
|
* Gets the actual color for the last row in the sticky row area.
|
|
539
539
|
*/
|
|
540
540
|
get: function () {
|
|
541
|
-
return brushToString(this.i.
|
|
541
|
+
return brushToString(this.i.gd);
|
|
542
542
|
},
|
|
543
543
|
set: function (v) {
|
|
544
|
-
this.i.
|
|
544
|
+
this.i.gd = stringToBrush(v);
|
|
545
545
|
},
|
|
546
546
|
enumerable: false,
|
|
547
547
|
configurable: true
|
|
@@ -551,10 +551,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
551
551
|
* Gets or sets the opacity of the content.
|
|
552
552
|
*/
|
|
553
553
|
get: function () {
|
|
554
|
-
return this.i.
|
|
554
|
+
return this.i.bi;
|
|
555
555
|
},
|
|
556
556
|
set: function (v) {
|
|
557
|
-
this.i.
|
|
557
|
+
this.i.bi = +v;
|
|
558
558
|
},
|
|
559
559
|
enumerable: false,
|
|
560
560
|
configurable: true
|
|
@@ -616,10 +616,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
616
616
|
* Gets or sets the color to use for displaying text.
|
|
617
617
|
*/
|
|
618
618
|
get: function () {
|
|
619
|
-
return brushToString(this.i.
|
|
619
|
+
return brushToString(this.i.g0);
|
|
620
620
|
},
|
|
621
621
|
set: function (v) {
|
|
622
|
-
this.i.
|
|
622
|
+
this.i.g0 = stringToBrush(v);
|
|
623
623
|
},
|
|
624
624
|
enumerable: false,
|
|
625
625
|
configurable: true
|
|
@@ -629,10 +629,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
629
629
|
* Gets the actual color used for displaying text.
|
|
630
630
|
*/
|
|
631
631
|
get: function () {
|
|
632
|
-
return brushToString(this.i.
|
|
632
|
+
return brushToString(this.i.gg);
|
|
633
633
|
},
|
|
634
634
|
set: function (v) {
|
|
635
|
-
this.i.
|
|
635
|
+
this.i.gg = stringToBrush(v);
|
|
636
636
|
},
|
|
637
637
|
enumerable: false,
|
|
638
638
|
configurable: true
|
|
@@ -642,10 +642,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
642
642
|
* Gets or sets whether the bar is supported.
|
|
643
643
|
*/
|
|
644
644
|
get: function () {
|
|
645
|
-
return this.i.
|
|
645
|
+
return this.i.as;
|
|
646
646
|
},
|
|
647
647
|
set: function (v) {
|
|
648
|
-
this.i.
|
|
648
|
+
this.i.as = ensureBool(v);
|
|
649
649
|
},
|
|
650
650
|
enumerable: false,
|
|
651
651
|
configurable: true
|
|
@@ -655,10 +655,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
655
655
|
* Gets or sets the color to use for value bars.
|
|
656
656
|
*/
|
|
657
657
|
get: function () {
|
|
658
|
-
return brushToString(this.i.
|
|
658
|
+
return brushToString(this.i.gi);
|
|
659
659
|
},
|
|
660
660
|
set: function (v) {
|
|
661
|
-
this.i.
|
|
661
|
+
this.i.gi = stringToBrush(v);
|
|
662
662
|
},
|
|
663
663
|
enumerable: false,
|
|
664
664
|
configurable: true
|
|
@@ -668,10 +668,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
668
668
|
* Gets the actual color used for value bars.
|
|
669
669
|
*/
|
|
670
670
|
get: function () {
|
|
671
|
-
return brushToString(this.i.
|
|
671
|
+
return brushToString(this.i.f9);
|
|
672
672
|
},
|
|
673
673
|
set: function (v) {
|
|
674
|
-
this.i.
|
|
674
|
+
this.i.f9 = stringToBrush(v);
|
|
675
675
|
},
|
|
676
676
|
enumerable: false,
|
|
677
677
|
configurable: true
|
|
@@ -681,10 +681,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
681
681
|
* Gets or sets the Outline color to use for value bars.
|
|
682
682
|
*/
|
|
683
683
|
get: function () {
|
|
684
|
-
return brushToString(this.i.
|
|
684
|
+
return brushToString(this.i.gj);
|
|
685
685
|
},
|
|
686
686
|
set: function (v) {
|
|
687
|
-
this.i.
|
|
687
|
+
this.i.gj = stringToBrush(v);
|
|
688
688
|
},
|
|
689
689
|
enumerable: false,
|
|
690
690
|
configurable: true
|
|
@@ -694,10 +694,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
694
694
|
* Gets the actual Outline color used for value bars.
|
|
695
695
|
*/
|
|
696
696
|
get: function () {
|
|
697
|
-
return brushToString(this.i.
|
|
697
|
+
return brushToString(this.i.ga);
|
|
698
698
|
},
|
|
699
699
|
set: function (v) {
|
|
700
|
-
this.i.
|
|
700
|
+
this.i.ga = stringToBrush(v);
|
|
701
701
|
},
|
|
702
702
|
enumerable: false,
|
|
703
703
|
configurable: true
|
|
@@ -707,10 +707,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
707
707
|
* Gets or sets the stroke thickness to use for value bars.
|
|
708
708
|
*/
|
|
709
709
|
get: function () {
|
|
710
|
-
return this.i.
|
|
710
|
+
return this.i.cb;
|
|
711
711
|
},
|
|
712
712
|
set: function (v) {
|
|
713
|
-
this.i.
|
|
713
|
+
this.i.cb = +v;
|
|
714
714
|
},
|
|
715
715
|
enumerable: false,
|
|
716
716
|
configurable: true
|
|
@@ -720,10 +720,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
720
720
|
* Gets the actual stroke thickness used for value bars.
|
|
721
721
|
*/
|
|
722
722
|
get: function () {
|
|
723
|
-
return this.i.
|
|
723
|
+
return this.i.b9;
|
|
724
724
|
},
|
|
725
725
|
set: function (v) {
|
|
726
|
-
this.i.
|
|
726
|
+
this.i.b9 = +v;
|
|
727
727
|
},
|
|
728
728
|
enumerable: false,
|
|
729
729
|
configurable: true
|
|
@@ -733,10 +733,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
733
733
|
* Gets or sets the stroke thickness to use for value bars.
|
|
734
734
|
*/
|
|
735
735
|
get: function () {
|
|
736
|
-
return this.i.
|
|
736
|
+
return this.i.ca;
|
|
737
737
|
},
|
|
738
738
|
set: function (v) {
|
|
739
|
-
this.i.
|
|
739
|
+
this.i.ca = +v;
|
|
740
740
|
},
|
|
741
741
|
enumerable: false,
|
|
742
742
|
configurable: true
|
|
@@ -746,10 +746,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
746
746
|
* Gets the actual stroke thickness used for value bars.
|
|
747
747
|
*/
|
|
748
748
|
get: function () {
|
|
749
|
-
return this.i.
|
|
749
|
+
return this.i.b8;
|
|
750
750
|
},
|
|
751
751
|
set: function (v) {
|
|
752
|
-
this.i.
|
|
752
|
+
this.i.b8 = +v;
|
|
753
753
|
},
|
|
754
754
|
enumerable: false,
|
|
755
755
|
configurable: true
|
|
@@ -759,10 +759,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
759
759
|
* Gets or sets the color to use for displaying text.
|
|
760
760
|
*/
|
|
761
761
|
get: function () {
|
|
762
|
-
return this.i.
|
|
762
|
+
return this.i.bn;
|
|
763
763
|
},
|
|
764
764
|
set: function (v) {
|
|
765
|
-
this.i.
|
|
765
|
+
this.i.bn = +v;
|
|
766
766
|
},
|
|
767
767
|
enumerable: false,
|
|
768
768
|
configurable: true
|
|
@@ -772,10 +772,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
772
772
|
* Gets or sets the color to use for displaying text.
|
|
773
773
|
*/
|
|
774
774
|
get: function () {
|
|
775
|
-
return this.i.
|
|
775
|
+
return this.i.bg;
|
|
776
776
|
},
|
|
777
777
|
set: function (v) {
|
|
778
|
-
this.i.
|
|
778
|
+
this.i.bg = +v;
|
|
779
779
|
},
|
|
780
780
|
enumerable: false,
|
|
781
781
|
configurable: true
|
|
@@ -797,7 +797,7 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
797
797
|
});
|
|
798
798
|
Object.defineProperty(IgxDefinitionBaseComponent.prototype, "isBarRequired", {
|
|
799
799
|
get: function () {
|
|
800
|
-
return this.i.
|
|
800
|
+
return this.i.ar;
|
|
801
801
|
},
|
|
802
802
|
enumerable: false,
|
|
803
803
|
configurable: true
|
|
@@ -814,24 +814,24 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
814
814
|
return null;
|
|
815
815
|
};
|
|
816
816
|
IgxDefinitionBaseComponent.prototype.transitionStyleOut = function (style) {
|
|
817
|
-
this.i.
|
|
817
|
+
this.i.e6((style == null ? null : style.i));
|
|
818
818
|
};
|
|
819
819
|
IgxDefinitionBaseComponent.prototype.transitionStyleIn = function (style) {
|
|
820
|
-
this.i.
|
|
820
|
+
this.i.e5((style == null ? null : style.i));
|
|
821
821
|
};
|
|
822
822
|
IgxDefinitionBaseComponent.prototype.isStyleTransitioningOut = function (style) {
|
|
823
|
-
var iv = this.i.
|
|
823
|
+
var iv = this.i.at((style == null ? null : style.i));
|
|
824
824
|
return (iv);
|
|
825
825
|
};
|
|
826
826
|
IgxDefinitionBaseComponent.prototype.setNamedValue = function (valueName, animationType, value) {
|
|
827
|
-
this.i.
|
|
827
|
+
this.i.e3(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
|
|
828
828
|
};
|
|
829
829
|
/**
|
|
830
830
|
* Returns if this definition has named value.
|
|
831
831
|
|
|
832
832
|
*/
|
|
833
833
|
IgxDefinitionBaseComponent.prototype.hasNamedValues = function () {
|
|
834
|
-
var iv = this.i.
|
|
834
|
+
var iv = this.i.aq();
|
|
835
835
|
return (iv);
|
|
836
836
|
};
|
|
837
837
|
/**
|
|
@@ -840,7 +840,7 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
840
840
|
* @param valueName * The named value name to check for.
|
|
841
841
|
*/
|
|
842
842
|
IgxDefinitionBaseComponent.prototype.hasNamedValue = function (valueName) {
|
|
843
|
-
var iv = this.i.
|
|
843
|
+
var iv = this.i.ap(valueName);
|
|
844
844
|
return (iv);
|
|
845
845
|
};
|
|
846
846
|
/**
|
|
@@ -849,7 +849,7 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
849
849
|
* @param valueName * The named value name to remove.
|
|
850
850
|
*/
|
|
851
851
|
IgxDefinitionBaseComponent.prototype.removeNamedValue = function (valueName) {
|
|
852
|
-
this.i.
|
|
852
|
+
this.i.ey(valueName);
|
|
853
853
|
};
|
|
854
854
|
/**
|
|
855
855
|
* Gets the value for a named value from this definition.
|
|
@@ -857,7 +857,7 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
857
857
|
* @param valueName * The named value name to check for.
|
|
858
858
|
*/
|
|
859
859
|
IgxDefinitionBaseComponent.prototype.getNamedValue = function (valueName) {
|
|
860
|
-
var iv = this.i.
|
|
860
|
+
var iv = this.i.cq(valueName);
|
|
861
861
|
return (iv);
|
|
862
862
|
};
|
|
863
863
|
Object.defineProperty(IgxDefinitionBaseComponent.prototype, "dataBinding", {
|
|
@@ -43,10 +43,10 @@ var IgxFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
43
43
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
44
44
|
*/
|
|
45
45
|
get: function () {
|
|
46
|
-
return this.i.
|
|
46
|
+
return this.i.g6;
|
|
47
47
|
},
|
|
48
48
|
set: function (v) {
|
|
49
|
-
this.i.
|
|
49
|
+
this.i.g6 = +v;
|
|
50
50
|
},
|
|
51
51
|
enumerable: false,
|
|
52
52
|
configurable: true
|
|
@@ -56,10 +56,10 @@ var IgxFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
56
56
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
57
57
|
*/
|
|
58
58
|
get: function () {
|
|
59
|
-
return this.i.
|
|
59
|
+
return this.i.g8;
|
|
60
60
|
},
|
|
61
61
|
set: function (v) {
|
|
62
|
-
this.i.
|
|
62
|
+
this.i.g8 = +v;
|
|
63
63
|
},
|
|
64
64
|
enumerable: false,
|
|
65
65
|
configurable: true
|
|
@@ -69,10 +69,10 @@ var IgxFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
69
69
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
70
70
|
*/
|
|
71
71
|
get: function () {
|
|
72
|
-
return this.i.
|
|
72
|
+
return this.i.g7;
|
|
73
73
|
},
|
|
74
74
|
set: function (v) {
|
|
75
|
-
this.i.
|
|
75
|
+
this.i.g7 = +v;
|
|
76
76
|
},
|
|
77
77
|
enumerable: false,
|
|
78
78
|
configurable: true
|
|
@@ -82,10 +82,10 @@ var IgxFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
82
82
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
83
83
|
*/
|
|
84
84
|
get: function () {
|
|
85
|
-
return this.i.
|
|
85
|
+
return this.i.g5;
|
|
86
86
|
},
|
|
87
87
|
set: function (v) {
|
|
88
|
-
this.i.
|
|
88
|
+
this.i.g5 = +v;
|
|
89
89
|
},
|
|
90
90
|
enumerable: false,
|
|
91
91
|
configurable: true
|