igniteui-angular-data-grids 21.0.0 → 21.0.1
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
|
@@ -119,6 +119,7 @@ import { IgxGridCustomFilterRequestedEventArgs } from "./igx-grid-custom-filter-
|
|
|
119
119
|
import { ColumnGrouping } from "./ColumnGrouping";
|
|
120
120
|
import { CellContentVerticalAlignment_$type } from "./CellContentVerticalAlignment";
|
|
121
121
|
import { IgxDataSourceRootSummariesChangedEventArgs } from "igniteui-angular-core";
|
|
122
|
+
import { BaseControlTheme_$type } from "igniteui-angular-core";
|
|
122
123
|
import * as i0 from "@angular/core";
|
|
123
124
|
var GridStylingDefaults = {};
|
|
124
125
|
var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
@@ -643,10 +644,23 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
643
644
|
enumerable: false,
|
|
644
645
|
configurable: true
|
|
645
646
|
});
|
|
646
|
-
Object.defineProperty(IgxDataGridComponent.prototype, "
|
|
647
|
+
Object.defineProperty(IgxDataGridComponent.prototype, "theme", {
|
|
647
648
|
/**
|
|
648
|
-
* Gets or sets the
|
|
649
|
+
* Gets or sets the base theme used by the grid.
|
|
649
650
|
*/
|
|
651
|
+
get: function () {
|
|
652
|
+
return this.i.theme;
|
|
653
|
+
},
|
|
654
|
+
set: function (v) {
|
|
655
|
+
this.i.theme = ensureEnum(BaseControlTheme_$type, v);
|
|
656
|
+
},
|
|
657
|
+
enumerable: false,
|
|
658
|
+
configurable: true
|
|
659
|
+
});
|
|
660
|
+
Object.defineProperty(IgxDataGridComponent.prototype, "columnResizingMode", {
|
|
661
|
+
/**
|
|
662
|
+
* Gets or sets the type of column resizing to use.
|
|
663
|
+
*/
|
|
650
664
|
get: function () {
|
|
651
665
|
return this.i.columnResizingMode;
|
|
652
666
|
},
|
|
@@ -2396,6 +2410,19 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
2396
2410
|
enumerable: false,
|
|
2397
2411
|
configurable: true
|
|
2398
2412
|
});
|
|
2413
|
+
Object.defineProperty(IgxDataGridComponent.prototype, "actualBorder", {
|
|
2414
|
+
/**
|
|
2415
|
+
* Gets the actual border color around the grid.
|
|
2416
|
+
*/
|
|
2417
|
+
get: function () {
|
|
2418
|
+
return brushToString(this.i.actualBorder);
|
|
2419
|
+
},
|
|
2420
|
+
set: function (v) {
|
|
2421
|
+
this.i.actualBorder = stringToBrush(v);
|
|
2422
|
+
},
|
|
2423
|
+
enumerable: false,
|
|
2424
|
+
configurable: true
|
|
2425
|
+
});
|
|
2399
2426
|
Object.defineProperty(IgxDataGridComponent.prototype, "border", {
|
|
2400
2427
|
/**
|
|
2401
2428
|
* Gets or sets the border color around the grid.
|
|
@@ -2623,6 +2650,32 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
2623
2650
|
enumerable: false,
|
|
2624
2651
|
configurable: true
|
|
2625
2652
|
});
|
|
2653
|
+
Object.defineProperty(IgxDataGridComponent.prototype, "actualBackground", {
|
|
2654
|
+
/**
|
|
2655
|
+
* Gets the actual background for the grid.
|
|
2656
|
+
*/
|
|
2657
|
+
get: function () {
|
|
2658
|
+
return brushToString(this.i.actualBackground);
|
|
2659
|
+
},
|
|
2660
|
+
set: function (v) {
|
|
2661
|
+
this.i.actualBackground = stringToBrush(v);
|
|
2662
|
+
},
|
|
2663
|
+
enumerable: false,
|
|
2664
|
+
configurable: true
|
|
2665
|
+
});
|
|
2666
|
+
Object.defineProperty(IgxDataGridComponent.prototype, "background", {
|
|
2667
|
+
/**
|
|
2668
|
+
* Gets or sets the background for the grid.
|
|
2669
|
+
*/
|
|
2670
|
+
get: function () {
|
|
2671
|
+
return brushToString(this.i.background);
|
|
2672
|
+
},
|
|
2673
|
+
set: function (v) {
|
|
2674
|
+
this.i.background = stringToBrush(v);
|
|
2675
|
+
},
|
|
2676
|
+
enumerable: false,
|
|
2677
|
+
configurable: true
|
|
2678
|
+
});
|
|
2626
2679
|
Object.defineProperty(IgxDataGridComponent.prototype, "responsiveStates", {
|
|
2627
2680
|
/**
|
|
2628
2681
|
* A set of states that can be applied to the columns of the grid based on available space.
|
|
@@ -3385,6 +3438,81 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
3385
3438
|
enumerable: false,
|
|
3386
3439
|
configurable: true
|
|
3387
3440
|
});
|
|
3441
|
+
Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsBackground", {
|
|
3442
|
+
/**
|
|
3443
|
+
* Gets or sets the column options dropdown background color.
|
|
3444
|
+
*/
|
|
3445
|
+
get: function () {
|
|
3446
|
+
return brushToString(this.i.columnOptionsBackground);
|
|
3447
|
+
},
|
|
3448
|
+
set: function (v) {
|
|
3449
|
+
this.i.columnOptionsBackground = stringToBrush(v);
|
|
3450
|
+
},
|
|
3451
|
+
enumerable: false,
|
|
3452
|
+
configurable: true
|
|
3453
|
+
});
|
|
3454
|
+
Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsTextColor", {
|
|
3455
|
+
/**
|
|
3456
|
+
* Gets or sets the text color for text inside the column options menu.
|
|
3457
|
+
*/
|
|
3458
|
+
get: function () {
|
|
3459
|
+
return brushToString(this.i.columnOptionsTextColor);
|
|
3460
|
+
},
|
|
3461
|
+
set: function (v) {
|
|
3462
|
+
this.i.columnOptionsTextColor = stringToBrush(v);
|
|
3463
|
+
},
|
|
3464
|
+
enumerable: false,
|
|
3465
|
+
configurable: true
|
|
3466
|
+
});
|
|
3467
|
+
Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsSeparatorColor", {
|
|
3468
|
+
/**
|
|
3469
|
+
* Gets or sets the color of separators inside the column options menu.
|
|
3470
|
+
*/
|
|
3471
|
+
get: function () {
|
|
3472
|
+
return brushToString(this.i.columnOptionsSeparatorColor);
|
|
3473
|
+
},
|
|
3474
|
+
set: function (v) {
|
|
3475
|
+
this.i.columnOptionsSeparatorColor = stringToBrush(v);
|
|
3476
|
+
},
|
|
3477
|
+
enumerable: false,
|
|
3478
|
+
configurable: true
|
|
3479
|
+
});
|
|
3480
|
+
Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsGroupHeaderBackground", {
|
|
3481
|
+
/**
|
|
3482
|
+
* Gets or sets the background color for group headers inside the column options menu.
|
|
3483
|
+
*/
|
|
3484
|
+
get: function () {
|
|
3485
|
+
return brushToString(this.i.columnOptionsGroupHeaderBackground);
|
|
3486
|
+
},
|
|
3487
|
+
set: function (v) {
|
|
3488
|
+
this.i.columnOptionsGroupHeaderBackground = stringToBrush(v);
|
|
3489
|
+
},
|
|
3490
|
+
enumerable: false,
|
|
3491
|
+
configurable: true
|
|
3492
|
+
});
|
|
3493
|
+
Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsGroupHeaderTextColor", {
|
|
3494
|
+
/**
|
|
3495
|
+
* Gets or sets the text color for group headers inside the column options menu.
|
|
3496
|
+
*/
|
|
3497
|
+
get: function () {
|
|
3498
|
+
return brushToString(this.i.columnOptionsGroupHeaderTextColor);
|
|
3499
|
+
},
|
|
3500
|
+
set: function (v) {
|
|
3501
|
+
this.i.columnOptionsGroupHeaderTextColor = stringToBrush(v);
|
|
3502
|
+
},
|
|
3503
|
+
enumerable: false,
|
|
3504
|
+
configurable: true
|
|
3505
|
+
});
|
|
3506
|
+
Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsAccentColor", {
|
|
3507
|
+
get: function () {
|
|
3508
|
+
return brushToString(this.i.columnOptionsAccentColor);
|
|
3509
|
+
},
|
|
3510
|
+
set: function (v) {
|
|
3511
|
+
this.i.columnOptionsAccentColor = stringToBrush(v);
|
|
3512
|
+
},
|
|
3513
|
+
enumerable: false,
|
|
3514
|
+
configurable: true
|
|
3515
|
+
});
|
|
3388
3516
|
Object.defineProperty(IgxDataGridComponent.prototype, "allowCopyOperation", {
|
|
3389
3517
|
get: function () {
|
|
3390
3518
|
return this.i.allowCopyOperation;
|
|
@@ -4741,7 +4869,7 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
4741
4869
|
}
|
|
4742
4870
|
};
|
|
4743
4871
|
IgxDataGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.ComponentFactoryResolver }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
4744
|
-
IgxDataGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridComponent, selector: "igx-data-grid", inputs: { height: "height", width: "width", dataSource: "dataSource", columnResizingMode: "columnResizingMode", columnMovingMode: "columnMovingMode", isRowHoverEnabled: "isRowHoverEnabled", rowHoverBackground: "rowHoverBackground", rowHoverTextColor: "rowHoverTextColor", editRowBorder: "editRowBorder", editRowBorderWidthBottom: "editRowBorderWidthBottom", editRowBorderWidthLeft: "editRowBorderWidthLeft", editRowBorderWidthRight: "editRowBorderWidthRight", editRowBorderWidthTop: "editRowBorderWidthTop", sectionHeader: "sectionHeader", summaryRowRoot: "summaryRowRoot", summaryRowSection: "summaryRowSection", rowSeparator: "rowSeparator", headerRowSeparator: "headerRowSeparator", headerSeparator: "headerSeparator", columnResizingSeparator: "columnResizingSeparator", columnMovingSeparator: "columnMovingSeparator", pinnedAreaSeparator: "pinnedAreaSeparator", autoGenerateDesiredProperties: "autoGenerateDesiredProperties", dataSourceDesiredProperties: "dataSourceDesiredProperties", density: "density", actualRowHeight: "actualRowHeight", rowHeight: "rowHeight", defaultColumnMinWidth: "defaultColumnMinWidth", actualHeaderHeight: "actualHeaderHeight", headerHeight: "headerHeight", headerClickAction: "headerClickAction", editMode: "editMode", editModeClickAction: "editModeClickAction", editOnKeyPress: "editOnKeyPress", autoGenerateColumns: "autoGenerateColumns", rowSeparatorHeight: "rowSeparatorHeight", isPlaceholderRenderingEnabled: "isPlaceholderRenderingEnabled", columnAddingAnimationMode: "columnAddingAnimationMode", columnPropertyUpdatingAnimationMode: "columnPropertyUpdatingAnimationMode", cellDataLoadedAnimationMode: "cellDataLoadedAnimationMode", rowSelectionAnimationMode: "rowSelectionAnimationMode", rowHoverAnimationMode: "rowHoverAnimationMode", cellSelectionAnimationMode: "cellSelectionAnimationMode", animationSettings: "animationSettings", columnResizingAnimationMode: "columnResizingAnimationMode", columnShowingAnimationMode: "columnShowingAnimationMode", columnMovingAnimationMode: "columnMovingAnimationMode", columnHidingAnimationMode: "columnHidingAnimationMode", columnExchangingAnimationMode: "columnExchangingAnimationMode", selectionMode: "selectionMode", activationMode: "activationMode", selectionBehavior: "selectionBehavior", mouseDragSelectionEnabled: "mouseDragSelectionEnabled", selectedItems: "selectedItems", selectedKeys: "selectedKeys", selectedCells: "selectedCells", selectedCellRanges: "selectedCellRanges", pinnedItems: "pinnedItems", pinnedKeys: "pinnedKeys", isColumnOptionsEnabled: "isColumnOptionsEnabled", isGroupRowSticky: "isGroupRowSticky", isHeaderSeparatorVisible: "isHeaderSeparatorVisible", cellSelectedBackground: "cellSelectedBackground", sectionHeaderSelectedBackground: "sectionHeaderSelectedBackground", summaryRootBackground: "summaryRootBackground", summarySectionBackground: "summarySectionBackground", pinnedRowOpacity: "pinnedRowOpacity", editTextStyle: "editTextStyle", editOpacity: "editOpacity", deletedTextColor: "deletedTextColor", stickyRowBackground: "stickyRowBackground", pinnedRowBackground: "pinnedRowBackground", lastStickyRowBackground: "lastStickyRowBackground", activeCell: "activeCell", cellBackground: "cellBackground", cellTextColor: "cellTextColor", headerSortIndicatorColor: "headerSortIndicatorColor", headerSortIndicatorStyle: "headerSortIndicatorStyle", cellTextStyle: "cellTextStyle", sectionHeaderBackground: "sectionHeaderBackground", sectionHeaderTextColor: "sectionHeaderTextColor", sectionHeaderTextStyle: "sectionHeaderTextStyle", summaryRootLabelTextStyle: "summaryRootLabelTextStyle", summarySectionLabelTextStyle: "summarySectionLabelTextStyle", summaryRootValueTextColor: "summaryRootValueTextColor", summaryRootValueTextStyle: "summaryRootValueTextStyle", summarySectionValueTextStyle: "summarySectionValueTextStyle", summarySectionValueTextColor: "summarySectionValueTextColor", summaryRootLabelTextColor: "summaryRootLabelTextColor", summarySectionLabelTextColor: "summarySectionLabelTextColor", summaryRootSelectedBackground: "summaryRootSelectedBackground", summarySectionSelectedBackground: "summarySectionSelectedBackground", pinnedAreaSeparatorWidth: "pinnedAreaSeparatorWidth", headerSeparatorWidth: "headerSeparatorWidth", headerSeparatorBackground: "headerSeparatorBackground", headerBackground: "headerBackground", headerTextColor: "headerTextColor", headerTextStyle: "headerTextStyle", rowSeparatorBackground: "rowSeparatorBackground", headerRowSeparatorBackground: "headerRowSeparatorBackground", rowSeparatorStickyRowBackground: "rowSeparatorStickyRowBackground", rowSeparatorLastStickyRowBackground: "rowSeparatorLastStickyRowBackground", rowSeparatorPinnedRowBackground: "rowSeparatorPinnedRowBackground", columnResizingSeparatorWidth: "columnResizingSeparatorWidth", columnResizingSeparatorOpacity: "columnResizingSeparatorOpacity", columnMovingSeparatorWidth: "columnMovingSeparatorWidth", columnMovingSeparatorOpacity: "columnMovingSeparatorOpacity", columnResizingSeparatorBackground: "columnResizingSeparatorBackground", columnMovingSeparatorBackground: "columnMovingSeparatorBackground", shiftSectionContent: "shiftSectionContent", columnOptionsIconAlignment: "columnOptionsIconAlignment", columnOptionsIconColor: "columnOptionsIconColor", columnOptionsIconBehavior: "columnOptionsIconBehavior", border: "border", actualBorderWidth: "actualBorderWidth", borderWidthBottom: "borderWidthBottom", borderWidthLeft: "borderWidthLeft", borderWidthRight: "borderWidthRight", borderWidthTop: "borderWidthTop", notifyOnAllSelectionChanges: "notifyOnAllSelectionChanges", cornerRadiusBottomRight: "cornerRadiusBottomRight", cornerRadiusBottomLeft: "cornerRadiusBottomLeft", cornerRadiusTopLeft: "cornerRadiusTopLeft", cornerRadiusTopRight: "cornerRadiusTopRight", actualCornerRadiusBottomRight: "actualCornerRadiusBottomRight", actualCornerRadiusBottomLeft: "actualCornerRadiusBottomLeft", actualCornerRadiusTopLeft: "actualCornerRadiusTopLeft", actualCornerRadiusTopRight: "actualCornerRadiusTopRight", isActiveCellStyleEnabled: "isActiveCellStyleEnabled", stopPropagation: "stopPropagation", responsiveStates: "responsiveStates", initialSorts: "initialSorts", initialGroups: "initialGroups", initialSummaries: "initialSummaries", summaryScope: "summaryScope", isGroupCollapsable: "isGroupCollapsable", groupHeaderDisplayMode: "groupHeaderDisplayMode", isGroupExpandedDefault: "isGroupExpandedDefault", groupSummaryDisplayMode: "groupSummaryDisplayMode", autoAcceptEdits: "autoAcceptEdits", primaryKey: "primaryKey", actualPrimaryKey: "actualPrimaryKey", actualColumns: "actualColumns", reactsToSortChanges: "reactsToSortChanges", reactsToGroupChanges: "reactsToGroupChanges", reactsToFilterChanges: "reactsToFilterChanges", enterBehavior: "enterBehavior", enterBehaviorAfterEdit: "enterBehaviorAfterEdit", isColumnOptionsSummariesEnabled: "isColumnOptionsSummariesEnabled", isColumnOptionsGroupingEnabled: "isColumnOptionsGroupingEnabled", mergedCellMode: "mergedCellMode", mergedCellEvaluationCriteria: "mergedCellEvaluationCriteria", mergedCellVerticalAlignment: "mergedCellVerticalAlignment", filterUIType: "filterUIType", filterLogicalOperator: "filterLogicalOperator", filterComparisonType: "filterComparisonType", todayOverride: "todayOverride", clearSelectionOnEscape: "clearSelectionOnEscape", pageSize: "pageSize", isToolbarColumnChooserVisible: "isToolbarColumnChooserVisible", isToolbarColumnPinningVisible: "isToolbarColumnPinningVisible", toolbarTitle: "toolbarTitle", toolbarColumnChooserText: "toolbarColumnChooserText", toolbarColumnChooserTitle: "toolbarColumnChooserTitle", toolbarColumnPinningText: "toolbarColumnPinningText", toolbarColumnPinningTitle: "toolbarColumnPinningTitle", scrollbarStyle: "scrollbarStyle", scrollbarBackground: "scrollbarBackground", allowCopyOperation: "allowCopyOperation", deferEventForRowDragSelection: "deferEventForRowDragSelection" }, outputs: { filterExpressionsChanging: "filterExpressionsChanging", filterExpressionsChanged: "filterExpressionsChanged", cellPreviewPointerDown: "cellPreviewPointerDown", cellPreviewPointerUp: "cellPreviewPointerUp", cellPointerDown: "cellPointerDown", cellPointerUp: "cellPointerUp", cellClicked: "cellClicked", sortDescriptionsChanged: "sortDescriptionsChanged", groupDescriptionsChanged: "groupDescriptionsChanged", summaryDescriptionsChanged: "summaryDescriptionsChanged", columnHiddenChanged: "columnHiddenChanged", columnPinnedChanged: "columnPinnedChanged", cellValueChanging: "cellValueChanging", dataCommitted: "dataCommitted", dataCommitting: "dataCommitting", rootSummariesChanged: "rootSummariesChanged", sizeChanged: "sizeChanged", actualColumnsChanged: "actualColumnsChanged", columnsAutoGenerated: "columnsAutoGenerated", selectedItemsChanged: "selectedItemsChanged", selectedKeysChanged: "selectedKeysChanged", selectedCellsChanged: "selectedCellsChanged", selectionChanged: "selectionChanged", activeCellChanged: "activeCellChanged", selectedCellRangesChanged: "selectedCellRangesChanged", columnWidthChanged: "columnWidthChanged", cellEditStarted: "cellEditStarted", cellEditEnded: "cellEditEnded", rowEditStarted: "rowEditStarted", rowEditEnded: "rowEditEnded", customFilterRequested: "customFilterRequested", actualPrimaryKeyChange: "actualPrimaryKeyChange" }, host: { classAttribute: "ig-data-grid igx-data-grid" }, providers: [], queries: [{ propertyName: "contentColumns", predicate: IgxDataGridColumnComponent }], viewQueries: [{ propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: "\n <ng-container #dynamicContent></ng-container>\n ", isInline: true, styles: [":host {\n\t\tdisplay: block;\n box-sizing: border-box;\n overflow: hidden;\n\t}"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4872
|
+
IgxDataGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridComponent, selector: "igx-data-grid", inputs: { height: "height", width: "width", dataSource: "dataSource", theme: "theme", columnResizingMode: "columnResizingMode", columnMovingMode: "columnMovingMode", isRowHoverEnabled: "isRowHoverEnabled", rowHoverBackground: "rowHoverBackground", rowHoverTextColor: "rowHoverTextColor", editRowBorder: "editRowBorder", editRowBorderWidthBottom: "editRowBorderWidthBottom", editRowBorderWidthLeft: "editRowBorderWidthLeft", editRowBorderWidthRight: "editRowBorderWidthRight", editRowBorderWidthTop: "editRowBorderWidthTop", sectionHeader: "sectionHeader", summaryRowRoot: "summaryRowRoot", summaryRowSection: "summaryRowSection", rowSeparator: "rowSeparator", headerRowSeparator: "headerRowSeparator", headerSeparator: "headerSeparator", columnResizingSeparator: "columnResizingSeparator", columnMovingSeparator: "columnMovingSeparator", pinnedAreaSeparator: "pinnedAreaSeparator", autoGenerateDesiredProperties: "autoGenerateDesiredProperties", dataSourceDesiredProperties: "dataSourceDesiredProperties", density: "density", actualRowHeight: "actualRowHeight", rowHeight: "rowHeight", defaultColumnMinWidth: "defaultColumnMinWidth", actualHeaderHeight: "actualHeaderHeight", headerHeight: "headerHeight", headerClickAction: "headerClickAction", editMode: "editMode", editModeClickAction: "editModeClickAction", editOnKeyPress: "editOnKeyPress", autoGenerateColumns: "autoGenerateColumns", rowSeparatorHeight: "rowSeparatorHeight", isPlaceholderRenderingEnabled: "isPlaceholderRenderingEnabled", columnAddingAnimationMode: "columnAddingAnimationMode", columnPropertyUpdatingAnimationMode: "columnPropertyUpdatingAnimationMode", cellDataLoadedAnimationMode: "cellDataLoadedAnimationMode", rowSelectionAnimationMode: "rowSelectionAnimationMode", rowHoverAnimationMode: "rowHoverAnimationMode", cellSelectionAnimationMode: "cellSelectionAnimationMode", animationSettings: "animationSettings", columnResizingAnimationMode: "columnResizingAnimationMode", columnShowingAnimationMode: "columnShowingAnimationMode", columnMovingAnimationMode: "columnMovingAnimationMode", columnHidingAnimationMode: "columnHidingAnimationMode", columnExchangingAnimationMode: "columnExchangingAnimationMode", selectionMode: "selectionMode", activationMode: "activationMode", selectionBehavior: "selectionBehavior", mouseDragSelectionEnabled: "mouseDragSelectionEnabled", selectedItems: "selectedItems", selectedKeys: "selectedKeys", selectedCells: "selectedCells", selectedCellRanges: "selectedCellRanges", pinnedItems: "pinnedItems", pinnedKeys: "pinnedKeys", isColumnOptionsEnabled: "isColumnOptionsEnabled", isGroupRowSticky: "isGroupRowSticky", isHeaderSeparatorVisible: "isHeaderSeparatorVisible", cellSelectedBackground: "cellSelectedBackground", sectionHeaderSelectedBackground: "sectionHeaderSelectedBackground", summaryRootBackground: "summaryRootBackground", summarySectionBackground: "summarySectionBackground", pinnedRowOpacity: "pinnedRowOpacity", editTextStyle: "editTextStyle", editOpacity: "editOpacity", deletedTextColor: "deletedTextColor", stickyRowBackground: "stickyRowBackground", pinnedRowBackground: "pinnedRowBackground", lastStickyRowBackground: "lastStickyRowBackground", activeCell: "activeCell", cellBackground: "cellBackground", cellTextColor: "cellTextColor", headerSortIndicatorColor: "headerSortIndicatorColor", headerSortIndicatorStyle: "headerSortIndicatorStyle", cellTextStyle: "cellTextStyle", sectionHeaderBackground: "sectionHeaderBackground", sectionHeaderTextColor: "sectionHeaderTextColor", sectionHeaderTextStyle: "sectionHeaderTextStyle", summaryRootLabelTextStyle: "summaryRootLabelTextStyle", summarySectionLabelTextStyle: "summarySectionLabelTextStyle", summaryRootValueTextColor: "summaryRootValueTextColor", summaryRootValueTextStyle: "summaryRootValueTextStyle", summarySectionValueTextStyle: "summarySectionValueTextStyle", summarySectionValueTextColor: "summarySectionValueTextColor", summaryRootLabelTextColor: "summaryRootLabelTextColor", summarySectionLabelTextColor: "summarySectionLabelTextColor", summaryRootSelectedBackground: "summaryRootSelectedBackground", summarySectionSelectedBackground: "summarySectionSelectedBackground", pinnedAreaSeparatorWidth: "pinnedAreaSeparatorWidth", headerSeparatorWidth: "headerSeparatorWidth", headerSeparatorBackground: "headerSeparatorBackground", headerBackground: "headerBackground", headerTextColor: "headerTextColor", headerTextStyle: "headerTextStyle", rowSeparatorBackground: "rowSeparatorBackground", headerRowSeparatorBackground: "headerRowSeparatorBackground", rowSeparatorStickyRowBackground: "rowSeparatorStickyRowBackground", rowSeparatorLastStickyRowBackground: "rowSeparatorLastStickyRowBackground", rowSeparatorPinnedRowBackground: "rowSeparatorPinnedRowBackground", columnResizingSeparatorWidth: "columnResizingSeparatorWidth", columnResizingSeparatorOpacity: "columnResizingSeparatorOpacity", columnMovingSeparatorWidth: "columnMovingSeparatorWidth", columnMovingSeparatorOpacity: "columnMovingSeparatorOpacity", columnResizingSeparatorBackground: "columnResizingSeparatorBackground", columnMovingSeparatorBackground: "columnMovingSeparatorBackground", shiftSectionContent: "shiftSectionContent", columnOptionsIconAlignment: "columnOptionsIconAlignment", columnOptionsIconColor: "columnOptionsIconColor", columnOptionsIconBehavior: "columnOptionsIconBehavior", actualBorder: "actualBorder", border: "border", actualBorderWidth: "actualBorderWidth", borderWidthBottom: "borderWidthBottom", borderWidthLeft: "borderWidthLeft", borderWidthRight: "borderWidthRight", borderWidthTop: "borderWidthTop", notifyOnAllSelectionChanges: "notifyOnAllSelectionChanges", cornerRadiusBottomRight: "cornerRadiusBottomRight", cornerRadiusBottomLeft: "cornerRadiusBottomLeft", cornerRadiusTopLeft: "cornerRadiusTopLeft", cornerRadiusTopRight: "cornerRadiusTopRight", actualCornerRadiusBottomRight: "actualCornerRadiusBottomRight", actualCornerRadiusBottomLeft: "actualCornerRadiusBottomLeft", actualCornerRadiusTopLeft: "actualCornerRadiusTopLeft", actualCornerRadiusTopRight: "actualCornerRadiusTopRight", isActiveCellStyleEnabled: "isActiveCellStyleEnabled", stopPropagation: "stopPropagation", actualBackground: "actualBackground", background: "background", responsiveStates: "responsiveStates", initialSorts: "initialSorts", initialGroups: "initialGroups", initialSummaries: "initialSummaries", summaryScope: "summaryScope", isGroupCollapsable: "isGroupCollapsable", groupHeaderDisplayMode: "groupHeaderDisplayMode", isGroupExpandedDefault: "isGroupExpandedDefault", groupSummaryDisplayMode: "groupSummaryDisplayMode", autoAcceptEdits: "autoAcceptEdits", primaryKey: "primaryKey", actualPrimaryKey: "actualPrimaryKey", actualColumns: "actualColumns", reactsToSortChanges: "reactsToSortChanges", reactsToGroupChanges: "reactsToGroupChanges", reactsToFilterChanges: "reactsToFilterChanges", enterBehavior: "enterBehavior", enterBehaviorAfterEdit: "enterBehaviorAfterEdit", isColumnOptionsSummariesEnabled: "isColumnOptionsSummariesEnabled", isColumnOptionsGroupingEnabled: "isColumnOptionsGroupingEnabled", mergedCellMode: "mergedCellMode", mergedCellEvaluationCriteria: "mergedCellEvaluationCriteria", mergedCellVerticalAlignment: "mergedCellVerticalAlignment", filterUIType: "filterUIType", filterLogicalOperator: "filterLogicalOperator", filterComparisonType: "filterComparisonType", todayOverride: "todayOverride", clearSelectionOnEscape: "clearSelectionOnEscape", pageSize: "pageSize", isToolbarColumnChooserVisible: "isToolbarColumnChooserVisible", isToolbarColumnPinningVisible: "isToolbarColumnPinningVisible", toolbarTitle: "toolbarTitle", toolbarColumnChooserText: "toolbarColumnChooserText", toolbarColumnChooserTitle: "toolbarColumnChooserTitle", toolbarColumnPinningText: "toolbarColumnPinningText", toolbarColumnPinningTitle: "toolbarColumnPinningTitle", scrollbarStyle: "scrollbarStyle", scrollbarBackground: "scrollbarBackground", columnOptionsBackground: "columnOptionsBackground", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsAccentColor: "columnOptionsAccentColor", allowCopyOperation: "allowCopyOperation", deferEventForRowDragSelection: "deferEventForRowDragSelection" }, outputs: { filterExpressionsChanging: "filterExpressionsChanging", filterExpressionsChanged: "filterExpressionsChanged", cellPreviewPointerDown: "cellPreviewPointerDown", cellPreviewPointerUp: "cellPreviewPointerUp", cellPointerDown: "cellPointerDown", cellPointerUp: "cellPointerUp", cellClicked: "cellClicked", sortDescriptionsChanged: "sortDescriptionsChanged", groupDescriptionsChanged: "groupDescriptionsChanged", summaryDescriptionsChanged: "summaryDescriptionsChanged", columnHiddenChanged: "columnHiddenChanged", columnPinnedChanged: "columnPinnedChanged", cellValueChanging: "cellValueChanging", dataCommitted: "dataCommitted", dataCommitting: "dataCommitting", rootSummariesChanged: "rootSummariesChanged", sizeChanged: "sizeChanged", actualColumnsChanged: "actualColumnsChanged", columnsAutoGenerated: "columnsAutoGenerated", selectedItemsChanged: "selectedItemsChanged", selectedKeysChanged: "selectedKeysChanged", selectedCellsChanged: "selectedCellsChanged", selectionChanged: "selectionChanged", activeCellChanged: "activeCellChanged", selectedCellRangesChanged: "selectedCellRangesChanged", columnWidthChanged: "columnWidthChanged", cellEditStarted: "cellEditStarted", cellEditEnded: "cellEditEnded", rowEditStarted: "rowEditStarted", rowEditEnded: "rowEditEnded", customFilterRequested: "customFilterRequested", actualPrimaryKeyChange: "actualPrimaryKeyChange" }, host: { classAttribute: "ig-data-grid igx-data-grid" }, providers: [], queries: [{ propertyName: "contentColumns", predicate: IgxDataGridColumnComponent }], viewQueries: [{ propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: "\n <ng-container #dynamicContent></ng-container>\n ", isInline: true, styles: [":host {\n\t\tdisplay: block;\n box-sizing: border-box;\n overflow: hidden;\n\t}"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4745
4873
|
return IgxDataGridComponent;
|
|
4746
4874
|
}());
|
|
4747
4875
|
export { IgxDataGridComponent };
|
|
@@ -4767,6 +4895,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
4767
4895
|
type: Input
|
|
4768
4896
|
}], dataSource: [{
|
|
4769
4897
|
type: Input
|
|
4898
|
+
}], theme: [{
|
|
4899
|
+
type: Input
|
|
4770
4900
|
}], columnResizingMode: [{
|
|
4771
4901
|
type: Input
|
|
4772
4902
|
}], columnMovingMode: [{
|
|
@@ -4987,6 +5117,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
4987
5117
|
type: Input
|
|
4988
5118
|
}], columnOptionsIconBehavior: [{
|
|
4989
5119
|
type: Input
|
|
5120
|
+
}], actualBorder: [{
|
|
5121
|
+
type: Input
|
|
4990
5122
|
}], border: [{
|
|
4991
5123
|
type: Input
|
|
4992
5124
|
}], actualBorderWidth: [{
|
|
@@ -5021,6 +5153,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
5021
5153
|
type: Input
|
|
5022
5154
|
}], stopPropagation: [{
|
|
5023
5155
|
type: Input
|
|
5156
|
+
}], actualBackground: [{
|
|
5157
|
+
type: Input
|
|
5158
|
+
}], background: [{
|
|
5159
|
+
type: Input
|
|
5024
5160
|
}], responsiveStates: [{
|
|
5025
5161
|
type: Input
|
|
5026
5162
|
}], initialSorts: [{
|
|
@@ -5097,6 +5233,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
5097
5233
|
type: Input
|
|
5098
5234
|
}], scrollbarBackground: [{
|
|
5099
5235
|
type: Input
|
|
5236
|
+
}], columnOptionsBackground: [{
|
|
5237
|
+
type: Input
|
|
5238
|
+
}], columnOptionsTextColor: [{
|
|
5239
|
+
type: Input
|
|
5240
|
+
}], columnOptionsSeparatorColor: [{
|
|
5241
|
+
type: Input
|
|
5242
|
+
}], columnOptionsGroupHeaderBackground: [{
|
|
5243
|
+
type: Input
|
|
5244
|
+
}], columnOptionsGroupHeaderTextColor: [{
|
|
5245
|
+
type: Input
|
|
5246
|
+
}], columnOptionsAccentColor: [{
|
|
5247
|
+
type: Input
|
|
5100
5248
|
}], allowCopyOperation: [{
|
|
5101
5249
|
type: Input
|
|
5102
5250
|
}], deferEventForRowDragSelection: [{
|
|
@@ -67,10 +67,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
67
67
|
};
|
|
68
68
|
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "isAnimationEnabled", {
|
|
69
69
|
get: function () {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.ad;
|
|
71
71
|
},
|
|
72
72
|
set: function (v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.ad = ensureBool(v);
|
|
74
74
|
},
|
|
75
75
|
enumerable: false,
|
|
76
76
|
configurable: true
|
|
@@ -82,10 +82,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
82
82
|
* to appear blurry.
|
|
83
83
|
*/
|
|
84
84
|
get: function () {
|
|
85
|
-
return this.i.
|
|
85
|
+
return this.i.al;
|
|
86
86
|
},
|
|
87
87
|
set: function (v) {
|
|
88
|
-
this.i.
|
|
88
|
+
this.i.al = +v;
|
|
89
89
|
},
|
|
90
90
|
enumerable: false,
|
|
91
91
|
configurable: true
|
|
@@ -97,37 +97,112 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
97
97
|
* to appear blurry.
|
|
98
98
|
*/
|
|
99
99
|
get: function () {
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.ak;
|
|
101
101
|
},
|
|
102
102
|
set: function (v) {
|
|
103
|
-
this.i.
|
|
103
|
+
this.i.ak = +v;
|
|
104
104
|
},
|
|
105
105
|
enumerable: false,
|
|
106
106
|
configurable: true
|
|
107
107
|
});
|
|
108
108
|
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "iconColor", {
|
|
109
109
|
get: function () {
|
|
110
|
-
return brushToString(this.i.
|
|
110
|
+
return brushToString(this.i.ci);
|
|
111
111
|
},
|
|
112
112
|
set: function (v) {
|
|
113
|
-
this.i.
|
|
113
|
+
this.i.ci = stringToBrush(v);
|
|
114
114
|
},
|
|
115
115
|
enumerable: false,
|
|
116
116
|
configurable: true
|
|
117
117
|
});
|
|
118
118
|
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "viewSize", {
|
|
119
119
|
get: function () {
|
|
120
|
-
return this.i.
|
|
120
|
+
return this.i.am;
|
|
121
121
|
},
|
|
122
122
|
set: function (v) {
|
|
123
|
-
this.i.
|
|
123
|
+
this.i.am = +v;
|
|
124
|
+
},
|
|
125
|
+
enumerable: false,
|
|
126
|
+
configurable: true
|
|
127
|
+
});
|
|
128
|
+
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsBackground", {
|
|
129
|
+
/**
|
|
130
|
+
* Gets or sets the column options dropdown background color.
|
|
131
|
+
*/
|
|
132
|
+
get: function () {
|
|
133
|
+
return brushToString(this.i.cd);
|
|
134
|
+
},
|
|
135
|
+
set: function (v) {
|
|
136
|
+
this.i.cd = stringToBrush(v);
|
|
137
|
+
},
|
|
138
|
+
enumerable: false,
|
|
139
|
+
configurable: true
|
|
140
|
+
});
|
|
141
|
+
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsTextColor", {
|
|
142
|
+
/**
|
|
143
|
+
* Gets or sets the text color for text inside the column options menu.
|
|
144
|
+
*/
|
|
145
|
+
get: function () {
|
|
146
|
+
return brushToString(this.i.ch);
|
|
147
|
+
},
|
|
148
|
+
set: function (v) {
|
|
149
|
+
this.i.ch = stringToBrush(v);
|
|
150
|
+
},
|
|
151
|
+
enumerable: false,
|
|
152
|
+
configurable: true
|
|
153
|
+
});
|
|
154
|
+
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsSeparatorColor", {
|
|
155
|
+
/**
|
|
156
|
+
* Gets or sets the color of separators inside the column options menu.
|
|
157
|
+
*/
|
|
158
|
+
get: function () {
|
|
159
|
+
return brushToString(this.i.cg);
|
|
160
|
+
},
|
|
161
|
+
set: function (v) {
|
|
162
|
+
this.i.cg = stringToBrush(v);
|
|
163
|
+
},
|
|
164
|
+
enumerable: false,
|
|
165
|
+
configurable: true
|
|
166
|
+
});
|
|
167
|
+
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsGroupHeaderBackground", {
|
|
168
|
+
/**
|
|
169
|
+
* Gets or sets the background color for group headers inside the column options menu.
|
|
170
|
+
*/
|
|
171
|
+
get: function () {
|
|
172
|
+
return brushToString(this.i.ce);
|
|
173
|
+
},
|
|
174
|
+
set: function (v) {
|
|
175
|
+
this.i.ce = stringToBrush(v);
|
|
176
|
+
},
|
|
177
|
+
enumerable: false,
|
|
178
|
+
configurable: true
|
|
179
|
+
});
|
|
180
|
+
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsGroupHeaderTextColor", {
|
|
181
|
+
/**
|
|
182
|
+
* Gets or sets the text color for group headers inside the column options menu.
|
|
183
|
+
*/
|
|
184
|
+
get: function () {
|
|
185
|
+
return brushToString(this.i.cf);
|
|
186
|
+
},
|
|
187
|
+
set: function (v) {
|
|
188
|
+
this.i.cf = stringToBrush(v);
|
|
189
|
+
},
|
|
190
|
+
enumerable: false,
|
|
191
|
+
configurable: true
|
|
192
|
+
});
|
|
193
|
+
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsAccentColor", {
|
|
194
|
+
get: function () {
|
|
195
|
+
return brushToString(this.i.cc);
|
|
196
|
+
},
|
|
197
|
+
set: function (v) {
|
|
198
|
+
this.i.cc = stringToBrush(v);
|
|
124
199
|
},
|
|
125
200
|
enumerable: false,
|
|
126
201
|
configurable: true
|
|
127
202
|
});
|
|
128
203
|
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "isOpen", {
|
|
129
204
|
get: function () {
|
|
130
|
-
return this.i.
|
|
205
|
+
return this.i.ae;
|
|
131
206
|
},
|
|
132
207
|
enumerable: false,
|
|
133
208
|
configurable: true
|
|
@@ -218,16 +293,16 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
218
293
|
this._inStyling = false;
|
|
219
294
|
};
|
|
220
295
|
IgxDataGridFilterDialogComponent.prototype.notifySizeChanged = function (width, height) {
|
|
221
|
-
this.i.
|
|
296
|
+
this.i.bo(width, height);
|
|
222
297
|
};
|
|
223
298
|
IgxDataGridFilterDialogComponent.prototype.notifyCellSizeChanged = function () {
|
|
224
|
-
this.i.
|
|
299
|
+
this.i.bn();
|
|
225
300
|
};
|
|
226
301
|
IgxDataGridFilterDialogComponent.prototype.showIcon = function () {
|
|
227
|
-
this.i.
|
|
302
|
+
this.i.b1();
|
|
228
303
|
};
|
|
229
304
|
IgxDataGridFilterDialogComponent.prototype.hideIcon = function () {
|
|
230
|
-
this.i.
|
|
305
|
+
this.i.bl();
|
|
231
306
|
};
|
|
232
307
|
IgxDataGridFilterDialogComponent.prototype.getDesiredToolbarActions = function () {
|
|
233
308
|
var iv = this.i.getDesiredToolbarActions();
|
|
@@ -354,7 +429,7 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
354
429
|
}
|
|
355
430
|
};
|
|
356
431
|
IgxDataGridFilterDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridFilterDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
357
|
-
IgxDataGridFilterDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridFilterDialogComponent, selector: "igx-data-grid-filter-dialog", inputs: { isAnimationEnabled: "isAnimationEnabled", pixelScalingRatio: "pixelScalingRatio", actualPixelScalingRatio: "actualPixelScalingRatio", iconColor: "iconColor", viewSize: "viewSize", commandCompleted: "commandCompleted", invalidateActions: "invalidateActions" }, outputs: { dialogOpening: "dialogOpening", filterChanging: "filterChanging", filterChanged: "filterChanged", renderCompleted: "renderCompleted" }, providers: [], ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
432
|
+
IgxDataGridFilterDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridFilterDialogComponent, selector: "igx-data-grid-filter-dialog", inputs: { isAnimationEnabled: "isAnimationEnabled", pixelScalingRatio: "pixelScalingRatio", actualPixelScalingRatio: "actualPixelScalingRatio", iconColor: "iconColor", viewSize: "viewSize", columnOptionsBackground: "columnOptionsBackground", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsAccentColor: "columnOptionsAccentColor", commandCompleted: "commandCompleted", invalidateActions: "invalidateActions" }, outputs: { dialogOpening: "dialogOpening", filterChanging: "filterChanging", filterChanged: "filterChanged", renderCompleted: "renderCompleted" }, providers: [], ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
358
433
|
return IgxDataGridFilterDialogComponent;
|
|
359
434
|
}());
|
|
360
435
|
export { IgxDataGridFilterDialogComponent };
|
|
@@ -376,6 +451,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
376
451
|
type: Input
|
|
377
452
|
}], viewSize: [{
|
|
378
453
|
type: Input
|
|
454
|
+
}], columnOptionsBackground: [{
|
|
455
|
+
type: Input
|
|
456
|
+
}], columnOptionsTextColor: [{
|
|
457
|
+
type: Input
|
|
458
|
+
}], columnOptionsSeparatorColor: [{
|
|
459
|
+
type: Input
|
|
460
|
+
}], columnOptionsGroupHeaderBackground: [{
|
|
461
|
+
type: Input
|
|
462
|
+
}], columnOptionsGroupHeaderTextColor: [{
|
|
463
|
+
type: Input
|
|
464
|
+
}], columnOptionsAccentColor: [{
|
|
465
|
+
type: Input
|
|
379
466
|
}], commandCompleted: [{
|
|
380
467
|
type: Input
|
|
381
468
|
}], invalidateActions: [{
|
|
@@ -60,10 +60,10 @@ var IgxDataGridPagerComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
60
60
|
};
|
|
61
61
|
Object.defineProperty(IgxDataGridPagerComponent.prototype, "pagerText", {
|
|
62
62
|
get: function () {
|
|
63
|
-
return this.i.
|
|
63
|
+
return this.i.bb;
|
|
64
64
|
},
|
|
65
65
|
set: function (v) {
|
|
66
|
-
this.i.
|
|
66
|
+
this.i.bb = v;
|
|
67
67
|
},
|
|
68
68
|
enumerable: false,
|
|
69
69
|
configurable: true
|
|
@@ -125,15 +125,41 @@ var IgxDataGridPagerComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
125
125
|
enumerable: false,
|
|
126
126
|
configurable: true
|
|
127
127
|
});
|
|
128
|
+
Object.defineProperty(IgxDataGridPagerComponent.prototype, "actualBackground", {
|
|
129
|
+
/**
|
|
130
|
+
* Gets or sets the background color to use.
|
|
131
|
+
*/
|
|
132
|
+
get: function () {
|
|
133
|
+
return brushToString(this.i.cg);
|
|
134
|
+
},
|
|
135
|
+
set: function (v) {
|
|
136
|
+
this.i.cg = stringToBrush(v);
|
|
137
|
+
},
|
|
138
|
+
enumerable: false,
|
|
139
|
+
configurable: true
|
|
140
|
+
});
|
|
128
141
|
Object.defineProperty(IgxDataGridPagerComponent.prototype, "background", {
|
|
129
142
|
/**
|
|
130
143
|
* Gets or sets the background color to use.
|
|
131
144
|
*/
|
|
132
145
|
get: function () {
|
|
133
|
-
return brushToString(this.i.
|
|
146
|
+
return brushToString(this.i.ci);
|
|
147
|
+
},
|
|
148
|
+
set: function (v) {
|
|
149
|
+
this.i.ci = stringToBrush(v);
|
|
150
|
+
},
|
|
151
|
+
enumerable: false,
|
|
152
|
+
configurable: true
|
|
153
|
+
});
|
|
154
|
+
Object.defineProperty(IgxDataGridPagerComponent.prototype, "actualBorder", {
|
|
155
|
+
/**
|
|
156
|
+
* Gets or sets the border color around the grid.
|
|
157
|
+
*/
|
|
158
|
+
get: function () {
|
|
159
|
+
return brushToString(this.i.ch);
|
|
134
160
|
},
|
|
135
161
|
set: function (v) {
|
|
136
|
-
this.i.
|
|
162
|
+
this.i.ch = stringToBrush(v);
|
|
137
163
|
},
|
|
138
164
|
enumerable: false,
|
|
139
165
|
configurable: true
|
|
@@ -217,16 +243,16 @@ var IgxDataGridPagerComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
217
243
|
this._inStyling = false;
|
|
218
244
|
};
|
|
219
245
|
IgxDataGridPagerComponent.prototype.nextPage = function () {
|
|
220
|
-
this.i.
|
|
246
|
+
this.i.bp();
|
|
221
247
|
};
|
|
222
248
|
IgxDataGridPagerComponent.prototype.previousPage = function () {
|
|
223
|
-
this.i.
|
|
249
|
+
this.i.b0();
|
|
224
250
|
};
|
|
225
251
|
IgxDataGridPagerComponent.prototype.firstPage = function () {
|
|
226
|
-
this.i.
|
|
252
|
+
this.i.bm();
|
|
227
253
|
};
|
|
228
254
|
IgxDataGridPagerComponent.prototype.lastPage = function () {
|
|
229
|
-
this.i.
|
|
255
|
+
this.i.bo();
|
|
230
256
|
};
|
|
231
257
|
IgxDataGridPagerComponent.prototype.provideContainer = function (container) {
|
|
232
258
|
this.i.provideContainer(container);
|
|
@@ -244,7 +270,7 @@ var IgxDataGridPagerComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
244
270
|
|
|
245
271
|
*/
|
|
246
272
|
IgxDataGridPagerComponent.prototype.exportSerializedVisualModel = function () {
|
|
247
|
-
var iv = this.i.
|
|
273
|
+
var iv = this.i.a1();
|
|
248
274
|
return (iv);
|
|
249
275
|
};
|
|
250
276
|
Object.defineProperty(IgxDataGridPagerComponent.prototype, "pageChanged", {
|
|
@@ -283,7 +309,7 @@ var IgxDataGridPagerComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
283
309
|
}
|
|
284
310
|
};
|
|
285
311
|
IgxDataGridPagerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridPagerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
286
|
-
IgxDataGridPagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridPagerComponent, selector: "igx-data-grid-pager", inputs: { pagerText: "pagerText", pageSize: "pageSize", pageCount: "pageCount", currentPage: "currentPage", textStyle: "textStyle", background: "background", border: "border" }, outputs: { pageChanged: "pageChanged" }, providers: [], ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
312
|
+
IgxDataGridPagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridPagerComponent, selector: "igx-data-grid-pager", inputs: { pagerText: "pagerText", pageSize: "pageSize", pageCount: "pageCount", currentPage: "currentPage", textStyle: "textStyle", actualBackground: "actualBackground", background: "background", actualBorder: "actualBorder", border: "border" }, outputs: { pageChanged: "pageChanged" }, providers: [], ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
287
313
|
return IgxDataGridPagerComponent;
|
|
288
314
|
}());
|
|
289
315
|
export { IgxDataGridPagerComponent };
|
|
@@ -305,8 +331,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
305
331
|
type: Input
|
|
306
332
|
}], textStyle: [{
|
|
307
333
|
type: Input
|
|
334
|
+
}], actualBackground: [{
|
|
335
|
+
type: Input
|
|
308
336
|
}], background: [{
|
|
309
337
|
type: Input
|
|
338
|
+
}], actualBorder: [{
|
|
339
|
+
type: Input
|
|
310
340
|
}], border: [{
|
|
311
341
|
type: Input
|
|
312
342
|
}], pageChanged: [{
|