igniteui-webcomponents-data-grids 7.0.1 → 7.1.0-alpha.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-webcomponents-data-grids.umd.js +8241 -9505
- package/bundles/igniteui-webcomponents-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 +0 -28
- package/esm2015/lib/CheckboxListView_combined.js +705 -730
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5150 -5835
- 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 +267 -267
- 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 +63 -65
- 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 +6 -9
- package/esm2015/lib/GridFilterDialogView_combined.js +172 -311
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +433 -271
- 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 +134 -140
- package/esm2015/lib/TextHeaderCellPresenter.js +21 -43
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igc-checkbox-list-component.js +89 -89
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +193 -307
- package/esm2015/lib/igc-data-grid-component.js +1 -99
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +20 -77
- package/esm2015/lib/igc-data-grid-pager-component.js +10 -30
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +129 -129
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +4 -65
- package/esm2015/public_api.js +0 -1
- 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 +0 -28
- package/esm5/lib/CheckboxListView_combined.js +684 -709
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5014 -5831
- 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 +62 -64
- 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 +6 -9
- package/esm5/lib/GridFilterDialogView_combined.js +164 -331
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +585 -275
- 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 +132 -138
- package/esm5/lib/TextHeaderCellPresenter.js +21 -43
- package/esm5/lib/TextIconSetConditionalStyle.js +3 -4
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igc-checkbox-list-component.js +89 -89
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +193 -355
- package/esm5/lib/igc-data-grid-component.js +2 -140
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +20 -101
- package/esm5/lib/igc-data-grid-pager-component.js +10 -38
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +129 -129
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +4 -93
- package/esm5/public_api.js +0 -1
- package/fesm2015/igniteui-webcomponents-data-grids.js +8299 -9401
- package/fesm5/igniteui-webcomponents-data-grids.js +8244 -9507
- package/lib/CheckboxListBridge.d.ts +0 -1
- package/lib/CheckboxListExternal.d.ts +0 -6
- package/lib/CheckboxListView_combined.d.ts +148 -153
- package/lib/ColumnFilterCondition_combined.d.ts +1266 -1400
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +19 -21
- package/lib/GridExternalWrapper.d.ts +0 -1
- package/lib/GridFilterDialogView_combined.d.ts +58 -81
- package/lib/GridStyleRepository.d.ts +84 -23
- 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 +24 -26
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igc-data-grid-column-component.d.ts +0 -54
- package/lib/igc-data-grid-component.d.ts +1 -49
- package/lib/igc-data-grid-filter-dialog-component.d.ts +0 -27
- package/lib/igc-data-grid-pager-component.d.ts +0 -10
- package/lib/igc-text-header-cell-info.d.ts +0 -33
- package/package.json +4 -4
- package/public_api.d.ts +0 -1
- package/esm2015/lib/GridStyleRepositoryKeys.js +0 -11
- package/esm5/lib/GridStyleRepositoryKeys.js +0 -11
- package/lib/GridStyleRepositoryKeys.d.ts +0 -48
|
@@ -266,11 +266,11 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
266
266
|
* Gets or sets the background color to use.
|
|
267
267
|
*/
|
|
268
268
|
get background() {
|
|
269
|
-
return brushToString(this.i.
|
|
269
|
+
return brushToString(this.i.gf);
|
|
270
270
|
}
|
|
271
271
|
set background(v) {
|
|
272
|
-
this.i.
|
|
273
|
-
this._a("background", brushToString(this.i.
|
|
272
|
+
this.i.gf = stringToBrush(v);
|
|
273
|
+
this._a("background", brushToString(this.i.gf));
|
|
274
274
|
}
|
|
275
275
|
get actualConditionalStyles() {
|
|
276
276
|
if (!this._actualConditionalStyles) {
|
|
@@ -317,249 +317,249 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
317
317
|
* Gets or sets the background color to use.
|
|
318
318
|
*/
|
|
319
319
|
get border() {
|
|
320
|
-
return brushToString(this.i.
|
|
320
|
+
return brushToString(this.i.gi);
|
|
321
321
|
}
|
|
322
322
|
set border(v) {
|
|
323
|
-
this.i.
|
|
324
|
-
this._a("border", brushToString(this.i.
|
|
323
|
+
this.i.gi = stringToBrush(v);
|
|
324
|
+
this._a("border", brushToString(this.i.gi));
|
|
325
325
|
}
|
|
326
326
|
/**
|
|
327
327
|
* Gets or sets the background color to use.
|
|
328
328
|
*/
|
|
329
329
|
get activationBorder() {
|
|
330
|
-
return brushToString(this.i.
|
|
330
|
+
return brushToString(this.i.f4);
|
|
331
331
|
}
|
|
332
332
|
set activationBorder(v) {
|
|
333
|
-
this.i.
|
|
334
|
-
this._a("activationBorder", brushToString(this.i.
|
|
333
|
+
this.i.f4 = stringToBrush(v);
|
|
334
|
+
this._a("activationBorder", brushToString(this.i.f4));
|
|
335
335
|
}
|
|
336
336
|
/**
|
|
337
337
|
* Gets or sets the error border color to use.
|
|
338
338
|
*/
|
|
339
339
|
get errorBorder() {
|
|
340
|
-
return brushToString(this.i.
|
|
340
|
+
return brushToString(this.i.gj);
|
|
341
341
|
}
|
|
342
342
|
set errorBorder(v) {
|
|
343
|
-
this.i.
|
|
344
|
-
this._a("errorBorder", brushToString(this.i.
|
|
343
|
+
this.i.gj = stringToBrush(v);
|
|
344
|
+
this._a("errorBorder", brushToString(this.i.gj));
|
|
345
345
|
}
|
|
346
346
|
/**
|
|
347
347
|
* Gets the actual border color that will be used.
|
|
348
348
|
*/
|
|
349
349
|
get actualBorder() {
|
|
350
|
-
return brushToString(this.i.
|
|
350
|
+
return brushToString(this.i.f9);
|
|
351
351
|
}
|
|
352
352
|
set actualBorder(v) {
|
|
353
|
-
this.i.
|
|
354
|
-
this._a("actualBorder", brushToString(this.i.
|
|
353
|
+
this.i.f9 = stringToBrush(v);
|
|
354
|
+
this._a("actualBorder", brushToString(this.i.f9));
|
|
355
355
|
}
|
|
356
356
|
/**
|
|
357
357
|
* Gets or sets the amount of left border to use for the cell content for this column.
|
|
358
358
|
*/
|
|
359
359
|
get borderLeftWidth() {
|
|
360
|
-
return this.i.
|
|
360
|
+
return this.i.cc;
|
|
361
361
|
}
|
|
362
362
|
set borderLeftWidth(v) {
|
|
363
|
-
this.i.
|
|
364
|
-
this._a("borderLeftWidth", this.i.
|
|
363
|
+
this.i.cc = +v;
|
|
364
|
+
this._a("borderLeftWidth", this.i.cc);
|
|
365
365
|
}
|
|
366
366
|
/**
|
|
367
367
|
* Gets or sets the amount of top border to use for the cell content for this column.
|
|
368
368
|
*/
|
|
369
369
|
get borderTopWidth() {
|
|
370
|
-
return this.i.
|
|
370
|
+
return this.i.ce;
|
|
371
371
|
}
|
|
372
372
|
set borderTopWidth(v) {
|
|
373
|
-
this.i.
|
|
374
|
-
this._a("borderTopWidth", this.i.
|
|
373
|
+
this.i.ce = +v;
|
|
374
|
+
this._a("borderTopWidth", this.i.ce);
|
|
375
375
|
}
|
|
376
376
|
/**
|
|
377
377
|
* Gets or sets the amount of right border to use for the cell content of this column.
|
|
378
378
|
*/
|
|
379
379
|
get borderRightWidth() {
|
|
380
|
-
return this.i.
|
|
380
|
+
return this.i.cd;
|
|
381
381
|
}
|
|
382
382
|
set borderRightWidth(v) {
|
|
383
|
-
this.i.
|
|
384
|
-
this._a("borderRightWidth", this.i.
|
|
383
|
+
this.i.cd = +v;
|
|
384
|
+
this._a("borderRightWidth", this.i.cd);
|
|
385
385
|
}
|
|
386
386
|
/**
|
|
387
387
|
* Gets or sets the amount of bottom border to use for the cell content of this column.
|
|
388
388
|
*/
|
|
389
389
|
get borderBottomWidth() {
|
|
390
|
-
return this.i.
|
|
390
|
+
return this.i.cb;
|
|
391
391
|
}
|
|
392
392
|
set borderBottomWidth(v) {
|
|
393
|
-
this.i.
|
|
394
|
-
this._a("borderBottomWidth", this.i.
|
|
393
|
+
this.i.cb = +v;
|
|
394
|
+
this._a("borderBottomWidth", this.i.cb);
|
|
395
395
|
}
|
|
396
396
|
/**
|
|
397
397
|
* Gets or sets the amount of left activation border to use for the cell content for this column.
|
|
398
398
|
*/
|
|
399
399
|
get activationBorderLeftWidth() {
|
|
400
|
-
return this.i.
|
|
400
|
+
return this.i.b4;
|
|
401
401
|
}
|
|
402
402
|
set activationBorderLeftWidth(v) {
|
|
403
|
-
this.i.
|
|
404
|
-
this._a("activationBorderLeftWidth", this.i.
|
|
403
|
+
this.i.b4 = +v;
|
|
404
|
+
this._a("activationBorderLeftWidth", this.i.b4);
|
|
405
405
|
}
|
|
406
406
|
/**
|
|
407
407
|
* Gets or sets the amount of top activation border to use for the cell content for this column.
|
|
408
408
|
*/
|
|
409
409
|
get activationBorderTopWidth() {
|
|
410
|
-
return this.i.
|
|
410
|
+
return this.i.b6;
|
|
411
411
|
}
|
|
412
412
|
set activationBorderTopWidth(v) {
|
|
413
|
-
this.i.
|
|
414
|
-
this._a("activationBorderTopWidth", this.i.
|
|
413
|
+
this.i.b6 = +v;
|
|
414
|
+
this._a("activationBorderTopWidth", this.i.b6);
|
|
415
415
|
}
|
|
416
416
|
/**
|
|
417
417
|
* Gets or sets the amount of right activation border to use for the cell content of this column.
|
|
418
418
|
*/
|
|
419
419
|
get activationBorderRightWidth() {
|
|
420
|
-
return this.i.
|
|
420
|
+
return this.i.b5;
|
|
421
421
|
}
|
|
422
422
|
set activationBorderRightWidth(v) {
|
|
423
|
-
this.i.
|
|
424
|
-
this._a("activationBorderRightWidth", this.i.
|
|
423
|
+
this.i.b5 = +v;
|
|
424
|
+
this._a("activationBorderRightWidth", this.i.b5);
|
|
425
425
|
}
|
|
426
426
|
/**
|
|
427
427
|
* Gets or sets the amount of bottom activation border to use for the cell content of this column.
|
|
428
428
|
*/
|
|
429
429
|
get activationBorderBottomWidth() {
|
|
430
|
-
return this.i.
|
|
430
|
+
return this.i.b3;
|
|
431
431
|
}
|
|
432
432
|
set activationBorderBottomWidth(v) {
|
|
433
|
-
this.i.
|
|
434
|
-
this._a("activationBorderBottomWidth", this.i.
|
|
433
|
+
this.i.b3 = +v;
|
|
434
|
+
this._a("activationBorderBottomWidth", this.i.b3);
|
|
435
435
|
}
|
|
436
436
|
get errorBorderLeftWidth() {
|
|
437
|
-
return this.i.
|
|
437
|
+
return this.i.cg;
|
|
438
438
|
}
|
|
439
439
|
set errorBorderLeftWidth(v) {
|
|
440
|
-
this.i.
|
|
441
|
-
this._a("errorBorderLeftWidth", this.i.
|
|
440
|
+
this.i.cg = +v;
|
|
441
|
+
this._a("errorBorderLeftWidth", this.i.cg);
|
|
442
442
|
}
|
|
443
443
|
get errorBorderTopWidth() {
|
|
444
|
-
return this.i.
|
|
444
|
+
return this.i.ci;
|
|
445
445
|
}
|
|
446
446
|
set errorBorderTopWidth(v) {
|
|
447
|
-
this.i.
|
|
448
|
-
this._a("errorBorderTopWidth", this.i.
|
|
447
|
+
this.i.ci = +v;
|
|
448
|
+
this._a("errorBorderTopWidth", this.i.ci);
|
|
449
449
|
}
|
|
450
450
|
get errorBorderRightWidth() {
|
|
451
|
-
return this.i.
|
|
451
|
+
return this.i.ch;
|
|
452
452
|
}
|
|
453
453
|
set errorBorderRightWidth(v) {
|
|
454
|
-
this.i.
|
|
455
|
-
this._a("errorBorderRightWidth", this.i.
|
|
454
|
+
this.i.ch = +v;
|
|
455
|
+
this._a("errorBorderRightWidth", this.i.ch);
|
|
456
456
|
}
|
|
457
457
|
get errorBorderBottomWidth() {
|
|
458
|
-
return this.i.
|
|
458
|
+
return this.i.cf;
|
|
459
459
|
}
|
|
460
460
|
set errorBorderBottomWidth(v) {
|
|
461
|
-
this.i.
|
|
462
|
-
this._a("errorBorderBottomWidth", this.i.
|
|
461
|
+
this.i.cf = +v;
|
|
462
|
+
this._a("errorBorderBottomWidth", this.i.cf);
|
|
463
463
|
}
|
|
464
464
|
/**
|
|
465
465
|
* Gets the actual background color that will be used.
|
|
466
466
|
*/
|
|
467
467
|
get actualBackground() {
|
|
468
|
-
return brushToString(this.i.
|
|
468
|
+
return brushToString(this.i.f6);
|
|
469
469
|
}
|
|
470
470
|
set actualBackground(v) {
|
|
471
|
-
this.i.
|
|
472
|
-
this._a("actualBackground", brushToString(this.i.
|
|
471
|
+
this.i.f6 = stringToBrush(v);
|
|
472
|
+
this._a("actualBackground", brushToString(this.i.f6));
|
|
473
473
|
}
|
|
474
474
|
/**
|
|
475
475
|
* Gets the actual background color that will be used.
|
|
476
476
|
*/
|
|
477
477
|
get actualActivationBorder() {
|
|
478
|
-
return brushToString(this.i.
|
|
478
|
+
return brushToString(this.i.f5);
|
|
479
479
|
}
|
|
480
480
|
set actualActivationBorder(v) {
|
|
481
|
-
this.i.
|
|
482
|
-
this._a("actualActivationBorder", brushToString(this.i.
|
|
481
|
+
this.i.f5 = stringToBrush(v);
|
|
482
|
+
this._a("actualActivationBorder", brushToString(this.i.f5));
|
|
483
483
|
}
|
|
484
484
|
/**
|
|
485
485
|
* Gets the actual error border color that will be used.
|
|
486
486
|
*/
|
|
487
487
|
get actualErrorBorder() {
|
|
488
|
-
return brushToString(this.i.
|
|
488
|
+
return brushToString(this.i.ga);
|
|
489
489
|
}
|
|
490
490
|
set actualErrorBorder(v) {
|
|
491
|
-
this.i.
|
|
492
|
-
this._a("actualErrorBorder", brushToString(this.i.
|
|
491
|
+
this.i.ga = stringToBrush(v);
|
|
492
|
+
this._a("actualErrorBorder", brushToString(this.i.ga));
|
|
493
493
|
}
|
|
494
494
|
/**
|
|
495
495
|
* Gets or sets the background color for content that sticks to the top of the grid.
|
|
496
496
|
*/
|
|
497
497
|
get stickyRowBackground() {
|
|
498
|
-
return brushToString(this.i.
|
|
498
|
+
return brushToString(this.i.gx);
|
|
499
499
|
}
|
|
500
500
|
set stickyRowBackground(v) {
|
|
501
|
-
this.i.
|
|
502
|
-
this._a("stickyRowBackground", brushToString(this.i.
|
|
501
|
+
this.i.gx = stringToBrush(v);
|
|
502
|
+
this._a("stickyRowBackground", brushToString(this.i.gx));
|
|
503
503
|
}
|
|
504
504
|
/**
|
|
505
505
|
* Gets the actual background color for content that sticks to the top of the grid.
|
|
506
506
|
*/
|
|
507
507
|
get actualStickyRowBackground() {
|
|
508
|
-
return brushToString(this.i.
|
|
508
|
+
return brushToString(this.i.gd);
|
|
509
509
|
}
|
|
510
510
|
set actualStickyRowBackground(v) {
|
|
511
|
-
this.i.
|
|
512
|
-
this._a("actualStickyRowBackground", brushToString(this.i.
|
|
511
|
+
this.i.gd = stringToBrush(v);
|
|
512
|
+
this._a("actualStickyRowBackground", brushToString(this.i.gd));
|
|
513
513
|
}
|
|
514
514
|
/**
|
|
515
515
|
* Gets or sets the background color for cells belonging to rows marked as pinned.
|
|
516
516
|
*/
|
|
517
517
|
get pinnedRowBackground() {
|
|
518
|
-
return brushToString(this.i.
|
|
518
|
+
return brushToString(this.i.gw);
|
|
519
519
|
}
|
|
520
520
|
set pinnedRowBackground(v) {
|
|
521
|
-
this.i.
|
|
522
|
-
this._a("pinnedRowBackground", brushToString(this.i.
|
|
521
|
+
this.i.gw = stringToBrush(v);
|
|
522
|
+
this._a("pinnedRowBackground", brushToString(this.i.gw));
|
|
523
523
|
}
|
|
524
524
|
/**
|
|
525
525
|
* Gets the actual background color for cells belonging to rows marked as pinned.
|
|
526
526
|
*/
|
|
527
527
|
get actualPinnedRowBackground() {
|
|
528
|
-
return brushToString(this.i.
|
|
528
|
+
return brushToString(this.i.gc);
|
|
529
529
|
}
|
|
530
530
|
set actualPinnedRowBackground(v) {
|
|
531
|
-
this.i.
|
|
532
|
-
this._a("actualPinnedRowBackground", brushToString(this.i.
|
|
531
|
+
this.i.gc = stringToBrush(v);
|
|
532
|
+
this._a("actualPinnedRowBackground", brushToString(this.i.gc));
|
|
533
533
|
}
|
|
534
534
|
/**
|
|
535
535
|
* Gets or sets the color for the last row in the sticky row area.
|
|
536
536
|
*/
|
|
537
537
|
get lastStickyRowBackground() {
|
|
538
|
-
return brushToString(this.i.
|
|
538
|
+
return brushToString(this.i.gv);
|
|
539
539
|
}
|
|
540
540
|
set lastStickyRowBackground(v) {
|
|
541
|
-
this.i.
|
|
542
|
-
this._a("lastStickyRowBackground", brushToString(this.i.
|
|
541
|
+
this.i.gv = stringToBrush(v);
|
|
542
|
+
this._a("lastStickyRowBackground", brushToString(this.i.gv));
|
|
543
543
|
}
|
|
544
544
|
/**
|
|
545
545
|
* Gets the actual color for the last row in the sticky row area.
|
|
546
546
|
*/
|
|
547
547
|
get actualLastStickyRowBackground() {
|
|
548
|
-
return brushToString(this.i.
|
|
548
|
+
return brushToString(this.i.gb);
|
|
549
549
|
}
|
|
550
550
|
set actualLastStickyRowBackground(v) {
|
|
551
|
-
this.i.
|
|
552
|
-
this._a("actualLastStickyRowBackground", brushToString(this.i.
|
|
551
|
+
this.i.gb = stringToBrush(v);
|
|
552
|
+
this._a("actualLastStickyRowBackground", brushToString(this.i.gb));
|
|
553
553
|
}
|
|
554
554
|
/**
|
|
555
555
|
* Gets or sets the opacity of the content.
|
|
556
556
|
*/
|
|
557
557
|
get contentOpacity() {
|
|
558
|
-
return this.i.
|
|
558
|
+
return this.i.bh;
|
|
559
559
|
}
|
|
560
560
|
set contentOpacity(v) {
|
|
561
|
-
this.i.
|
|
562
|
-
this._a("contentOpacity", this.i.
|
|
561
|
+
this.i.bh = +v;
|
|
562
|
+
this._a("contentOpacity", this.i.bh);
|
|
563
563
|
}
|
|
564
564
|
/**
|
|
565
565
|
* Gets or sets the horizontal alignment to use for the cell content.
|
|
@@ -605,131 +605,131 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
605
605
|
* Gets or sets the color to use for displaying text.
|
|
606
606
|
*/
|
|
607
607
|
get textColor() {
|
|
608
|
-
return brushToString(this.i.
|
|
608
|
+
return brushToString(this.i.gy);
|
|
609
609
|
}
|
|
610
610
|
set textColor(v) {
|
|
611
|
-
this.i.
|
|
612
|
-
this._a("textColor", brushToString(this.i.
|
|
611
|
+
this.i.gy = stringToBrush(v);
|
|
612
|
+
this._a("textColor", brushToString(this.i.gy));
|
|
613
613
|
}
|
|
614
614
|
/**
|
|
615
615
|
* Gets the actual color used for displaying text.
|
|
616
616
|
*/
|
|
617
617
|
get actualTextColor() {
|
|
618
|
-
return brushToString(this.i.
|
|
618
|
+
return brushToString(this.i.ge);
|
|
619
619
|
}
|
|
620
620
|
set actualTextColor(v) {
|
|
621
|
-
this.i.
|
|
622
|
-
this._a("actualTextColor", brushToString(this.i.
|
|
621
|
+
this.i.ge = stringToBrush(v);
|
|
622
|
+
this._a("actualTextColor", brushToString(this.i.ge));
|
|
623
623
|
}
|
|
624
624
|
/**
|
|
625
625
|
* Gets or sets whether the bar is supported.
|
|
626
626
|
*/
|
|
627
627
|
get isBarSupported() {
|
|
628
|
-
return this.i.
|
|
628
|
+
return this.i.ar;
|
|
629
629
|
}
|
|
630
630
|
set isBarSupported(v) {
|
|
631
|
-
this.i.
|
|
632
|
-
this._a("isBarSupported", this.i.
|
|
631
|
+
this.i.ar = ensureBool(v);
|
|
632
|
+
this._a("isBarSupported", this.i.ar);
|
|
633
633
|
}
|
|
634
634
|
/**
|
|
635
635
|
* Gets or sets the color to use for value bars.
|
|
636
636
|
*/
|
|
637
637
|
get barBackground() {
|
|
638
|
-
return brushToString(this.i.
|
|
638
|
+
return brushToString(this.i.gg);
|
|
639
639
|
}
|
|
640
640
|
set barBackground(v) {
|
|
641
|
-
this.i.
|
|
642
|
-
this._a("barBackground", brushToString(this.i.
|
|
641
|
+
this.i.gg = stringToBrush(v);
|
|
642
|
+
this._a("barBackground", brushToString(this.i.gg));
|
|
643
643
|
}
|
|
644
644
|
/**
|
|
645
645
|
* Gets the actual color used for value bars.
|
|
646
646
|
*/
|
|
647
647
|
get actualBarBackground() {
|
|
648
|
-
return brushToString(this.i.
|
|
648
|
+
return brushToString(this.i.f7);
|
|
649
649
|
}
|
|
650
650
|
set actualBarBackground(v) {
|
|
651
|
-
this.i.
|
|
652
|
-
this._a("actualBarBackground", brushToString(this.i.
|
|
651
|
+
this.i.f7 = stringToBrush(v);
|
|
652
|
+
this._a("actualBarBackground", brushToString(this.i.f7));
|
|
653
653
|
}
|
|
654
654
|
/**
|
|
655
655
|
* Gets or sets the Outline color to use for value bars.
|
|
656
656
|
*/
|
|
657
657
|
get barOutline() {
|
|
658
|
-
return brushToString(this.i.
|
|
658
|
+
return brushToString(this.i.gh);
|
|
659
659
|
}
|
|
660
660
|
set barOutline(v) {
|
|
661
|
-
this.i.
|
|
662
|
-
this._a("barOutline", brushToString(this.i.
|
|
661
|
+
this.i.gh = stringToBrush(v);
|
|
662
|
+
this._a("barOutline", brushToString(this.i.gh));
|
|
663
663
|
}
|
|
664
664
|
/**
|
|
665
665
|
* Gets the actual Outline color used for value bars.
|
|
666
666
|
*/
|
|
667
667
|
get actualBarOutline() {
|
|
668
|
-
return brushToString(this.i.
|
|
668
|
+
return brushToString(this.i.f8);
|
|
669
669
|
}
|
|
670
670
|
set actualBarOutline(v) {
|
|
671
|
-
this.i.
|
|
672
|
-
this._a("actualBarOutline", brushToString(this.i.
|
|
671
|
+
this.i.f8 = stringToBrush(v);
|
|
672
|
+
this._a("actualBarOutline", brushToString(this.i.f8));
|
|
673
673
|
}
|
|
674
674
|
/**
|
|
675
675
|
* Gets or sets the stroke thickness to use for value bars.
|
|
676
676
|
*/
|
|
677
677
|
get barStrokeThickness() {
|
|
678
|
-
return this.i.
|
|
678
|
+
return this.i.ca;
|
|
679
679
|
}
|
|
680
680
|
set barStrokeThickness(v) {
|
|
681
|
-
this.i.
|
|
682
|
-
this._a("barStrokeThickness", this.i.
|
|
681
|
+
this.i.ca = +v;
|
|
682
|
+
this._a("barStrokeThickness", this.i.ca);
|
|
683
683
|
}
|
|
684
684
|
/**
|
|
685
685
|
* Gets the actual stroke thickness used for value bars.
|
|
686
686
|
*/
|
|
687
687
|
get actualBarStrokeThickness() {
|
|
688
|
-
return this.i.
|
|
688
|
+
return this.i.b8;
|
|
689
689
|
}
|
|
690
690
|
set actualBarStrokeThickness(v) {
|
|
691
|
-
this.i.
|
|
692
|
-
this._a("actualBarStrokeThickness", this.i.
|
|
691
|
+
this.i.b8 = +v;
|
|
692
|
+
this._a("actualBarStrokeThickness", this.i.b8);
|
|
693
693
|
}
|
|
694
694
|
/**
|
|
695
695
|
* Gets or sets the stroke thickness to use for value bars.
|
|
696
696
|
*/
|
|
697
697
|
get barCornerRadius() {
|
|
698
|
-
return this.i.
|
|
698
|
+
return this.i.b9;
|
|
699
699
|
}
|
|
700
700
|
set barCornerRadius(v) {
|
|
701
|
-
this.i.
|
|
702
|
-
this._a("barCornerRadius", this.i.
|
|
701
|
+
this.i.b9 = +v;
|
|
702
|
+
this._a("barCornerRadius", this.i.b9);
|
|
703
703
|
}
|
|
704
704
|
/**
|
|
705
705
|
* Gets the actual stroke thickness used for value bars.
|
|
706
706
|
*/
|
|
707
707
|
get actualBarCornerRadius() {
|
|
708
|
-
return this.i.
|
|
708
|
+
return this.i.b7;
|
|
709
709
|
}
|
|
710
710
|
set actualBarCornerRadius(v) {
|
|
711
|
-
this.i.
|
|
712
|
-
this._a("actualBarCornerRadius", this.i.
|
|
711
|
+
this.i.b7 = +v;
|
|
712
|
+
this._a("actualBarCornerRadius", this.i.b7);
|
|
713
713
|
}
|
|
714
714
|
/**
|
|
715
715
|
* Gets or sets the color to use for displaying text.
|
|
716
716
|
*/
|
|
717
717
|
get pinnedRowOpacity() {
|
|
718
|
-
return this.i.
|
|
718
|
+
return this.i.bm;
|
|
719
719
|
}
|
|
720
720
|
set pinnedRowOpacity(v) {
|
|
721
|
-
this.i.
|
|
722
|
-
this._a("pinnedRowOpacity", this.i.
|
|
721
|
+
this.i.bm = +v;
|
|
722
|
+
this._a("pinnedRowOpacity", this.i.bm);
|
|
723
723
|
}
|
|
724
724
|
/**
|
|
725
725
|
* Gets or sets the color to use for displaying text.
|
|
726
726
|
*/
|
|
727
727
|
get actualPinnedRowOpacity() {
|
|
728
|
-
return this.i.
|
|
728
|
+
return this.i.bf;
|
|
729
729
|
}
|
|
730
730
|
set actualPinnedRowOpacity(v) {
|
|
731
|
-
this.i.
|
|
732
|
-
this._a("actualPinnedRowOpacity", this.i.
|
|
731
|
+
this.i.bf = +v;
|
|
732
|
+
this._a("actualPinnedRowOpacity", this.i.bf);
|
|
733
733
|
}
|
|
734
734
|
get textStyle() {
|
|
735
735
|
if (this.i.textStyle == null) {
|
|
@@ -744,7 +744,7 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
744
744
|
this._a("textStyle", this.i.textStyle != null ? this.i.textStyle.fontString : "");
|
|
745
745
|
}
|
|
746
746
|
get isBarRequired() {
|
|
747
|
-
return this.i.
|
|
747
|
+
return this.i.aq;
|
|
748
748
|
}
|
|
749
749
|
findByName(name) {
|
|
750
750
|
if (this.findEphemera) {
|
|
@@ -758,24 +758,24 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
758
758
|
return null;
|
|
759
759
|
}
|
|
760
760
|
transitionStyleOut(style) {
|
|
761
|
-
this.i.
|
|
761
|
+
this.i.e4((style == null ? null : style.i));
|
|
762
762
|
}
|
|
763
763
|
transitionStyleIn(style) {
|
|
764
|
-
this.i.
|
|
764
|
+
this.i.e3((style == null ? null : style.i));
|
|
765
765
|
}
|
|
766
766
|
isStyleTransitioningOut(style) {
|
|
767
|
-
let iv = this.i.
|
|
767
|
+
let iv = this.i.as((style == null ? null : style.i));
|
|
768
768
|
return (iv);
|
|
769
769
|
}
|
|
770
770
|
setNamedValue(valueName, animationType, value) {
|
|
771
|
-
this.i.
|
|
771
|
+
this.i.e2(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
|
|
772
772
|
}
|
|
773
773
|
/**
|
|
774
774
|
* Returns if this definition has named value.
|
|
775
775
|
|
|
776
776
|
*/
|
|
777
777
|
hasNamedValues() {
|
|
778
|
-
let iv = this.i.
|
|
778
|
+
let iv = this.i.ap();
|
|
779
779
|
return (iv);
|
|
780
780
|
}
|
|
781
781
|
/**
|
|
@@ -784,7 +784,7 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
784
784
|
* @param valueName * The named value name to check for.
|
|
785
785
|
*/
|
|
786
786
|
hasNamedValue(valueName) {
|
|
787
|
-
let iv = this.i.
|
|
787
|
+
let iv = this.i.ao(valueName);
|
|
788
788
|
return (iv);
|
|
789
789
|
}
|
|
790
790
|
/**
|
|
@@ -793,7 +793,7 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
793
793
|
* @param valueName * The named value name to remove.
|
|
794
794
|
*/
|
|
795
795
|
removeNamedValue(valueName) {
|
|
796
|
-
this.i.
|
|
796
|
+
this.i.ex(valueName);
|
|
797
797
|
}
|
|
798
798
|
/**
|
|
799
799
|
* Gets the value for a named value from this definition.
|
|
@@ -801,7 +801,7 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
801
801
|
* @param valueName * The named value name to check for.
|
|
802
802
|
*/
|
|
803
803
|
getNamedValue(valueName) {
|
|
804
|
-
let iv = this.i.
|
|
804
|
+
let iv = this.i.cp(valueName);
|
|
805
805
|
return (iv);
|
|
806
806
|
}
|
|
807
807
|
/**
|
|
@@ -65,41 +65,41 @@ let IgcFilterRowDefinitionComponent = /*@__PURE__*/ (() => {
|
|
|
65
65
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
66
66
|
*/
|
|
67
67
|
get paddingLeft() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.g4;
|
|
69
69
|
}
|
|
70
70
|
set paddingLeft(v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("paddingLeft", this.i.
|
|
71
|
+
this.i.g4 = +v;
|
|
72
|
+
this._a("paddingLeft", this.i.g4);
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
75
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
76
76
|
*/
|
|
77
77
|
get paddingTop() {
|
|
78
|
-
return this.i.
|
|
78
|
+
return this.i.g6;
|
|
79
79
|
}
|
|
80
80
|
set paddingTop(v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("paddingTop", this.i.
|
|
81
|
+
this.i.g6 = +v;
|
|
82
|
+
this._a("paddingTop", this.i.g6);
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
86
86
|
*/
|
|
87
87
|
get paddingRight() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.g5;
|
|
89
89
|
}
|
|
90
90
|
set paddingRight(v) {
|
|
91
|
-
this.i.
|
|
92
|
-
this._a("paddingRight", this.i.
|
|
91
|
+
this.i.g5 = +v;
|
|
92
|
+
this._a("paddingRight", this.i.g5);
|
|
93
93
|
}
|
|
94
94
|
/**
|
|
95
95
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
96
96
|
*/
|
|
97
97
|
get paddingBottom() {
|
|
98
|
-
return this.i.
|
|
98
|
+
return this.i.g3;
|
|
99
99
|
}
|
|
100
100
|
set paddingBottom(v) {
|
|
101
|
-
this.i.
|
|
102
|
-
this._a("paddingBottom", this.i.
|
|
101
|
+
this.i.g3 = +v;
|
|
102
|
+
this._a("paddingBottom", this.i.g3);
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
105
|
IgcFilterRowDefinitionComponent._observedAttributesIgcFilterRowDefinitionComponent = null;
|