igniteui-angular-data-grids 21.0.1 → 21.1.0-beta.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 +16132 -13283
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +39 -36
- package/esm2015/lib/CheckboxListBridge.js +44 -36
- package/esm2015/lib/CheckboxListView_combined.js +492 -453
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8444 -7075
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +11 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/DraggerView.js +8 -8
- package/esm2015/lib/EditorCell.js +291 -291
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +171 -154
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +382 -261
- package/esm2015/lib/GridIconRepository.js +94 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +123 -115
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCell.js +22 -10
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +47 -38
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +5 -5
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +188 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +61 -39
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +115 -91
- package/esm2015/lib/igx-checkbox-list-component.js +64 -54
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- 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-binding-event-args.js +27 -22
- package/esm2015/lib/igx-data-grid-column-component.js +305 -163
- package/esm2015/lib/igx-data-grid-component.js +186 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +116 -28
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-definition-base-component.js +8 -8
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
- package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-numeric-cell-info.js +35 -26
- package/esm2015/lib/igx-numeric-column-component.js +43 -31
- package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +55 -17
- package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-text-header-cell-info.js +80 -24
- package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +39 -36
- package/esm5/lib/CheckboxListBridge.js +44 -36
- package/esm5/lib/CheckboxListView_combined.js +476 -433
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8422 -6824
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +11 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm5/lib/DataGridToolbarView_combined.js +3 -3
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/DraggerView.js +8 -8
- package/esm5/lib/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +168 -147
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +400 -247
- package/esm5/lib/GridIconRepository.js +98 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +127 -115
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCell.js +22 -10
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +47 -38
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +5 -5
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +186 -151
- package/esm5/lib/TextHeaderCellPresenter.js +61 -39
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +127 -91
- package/esm5/lib/igx-checkbox-list-component.js +67 -53
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- 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-binding-event-args.js +27 -22
- package/esm5/lib/igx-data-grid-column-component.js +365 -163
- package/esm5/lib/igx-data-grid-component.js +244 -2
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +144 -28
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-definition-base-component.js +8 -8
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
- package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-numeric-cell-info.js +39 -26
- package/esm5/lib/igx-numeric-column-component.js +47 -31
- package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +71 -17
- package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-text-header-cell-info.js +108 -24
- package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-data-grids.js +16030 -13672
- package/fesm5/igniteui-angular-data-grids.js +16132 -13285
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +117 -113
- package/lib/ColumnFilterCondition_combined.d.ts +1833 -1680
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +11 -0
- package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +102 -79
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +5 -3
- package/lib/SummaryCell.d.ts +11 -9
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +1 -1
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +15 -0
- package/lib/igx-checkbox-list-component.d.ts +6 -1
- package/lib/igx-data-grid-column-component.d.ts +46 -1
- package/lib/igx-data-grid-component.d.ts +73 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +37 -1
- package/lib/igx-numeric-cell-info.d.ts +6 -0
- package/lib/igx-numeric-column-component.d.ts +8 -1
- package/lib/igx-section-header-component.d.ts +15 -1
- package/lib/igx-text-header-cell-info.d.ts +18 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -65,10 +65,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
65
65
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
66
66
|
*/
|
|
67
67
|
get: function () {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.lm;
|
|
69
69
|
},
|
|
70
70
|
set: function (v) {
|
|
71
|
-
this.i.
|
|
71
|
+
this.i.lm = +v;
|
|
72
72
|
},
|
|
73
73
|
enumerable: false,
|
|
74
74
|
configurable: true
|
|
@@ -78,10 +78,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
78
78
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
79
79
|
*/
|
|
80
80
|
get: function () {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.lo;
|
|
82
82
|
},
|
|
83
83
|
set: function (v) {
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.lo = +v;
|
|
85
85
|
},
|
|
86
86
|
enumerable: false,
|
|
87
87
|
configurable: true
|
|
@@ -91,10 +91,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
91
91
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
92
92
|
*/
|
|
93
93
|
get: function () {
|
|
94
|
-
return this.i.
|
|
94
|
+
return this.i.ln;
|
|
95
95
|
},
|
|
96
96
|
set: function (v) {
|
|
97
|
-
this.i.
|
|
97
|
+
this.i.ln = +v;
|
|
98
98
|
},
|
|
99
99
|
enumerable: false,
|
|
100
100
|
configurable: true
|
|
@@ -104,10 +104,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
104
104
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
105
105
|
*/
|
|
106
106
|
get: function () {
|
|
107
|
-
return this.i.
|
|
107
|
+
return this.i.ll;
|
|
108
108
|
},
|
|
109
109
|
set: function (v) {
|
|
110
|
-
this.i.
|
|
110
|
+
this.i.ll = +v;
|
|
111
111
|
},
|
|
112
112
|
enumerable: false,
|
|
113
113
|
configurable: true
|
|
@@ -117,10 +117,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
117
117
|
* Gets or sets an unique name of the Column
|
|
118
118
|
*/
|
|
119
119
|
get: function () {
|
|
120
|
-
return this.i.
|
|
120
|
+
return this.i.od;
|
|
121
121
|
},
|
|
122
122
|
set: function (v) {
|
|
123
|
-
this.i.
|
|
123
|
+
this.i.od = v;
|
|
124
124
|
},
|
|
125
125
|
enumerable: false,
|
|
126
126
|
configurable: true
|
|
@@ -130,10 +130,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
130
130
|
* Gets or sets the key used for the column binding
|
|
131
131
|
*/
|
|
132
132
|
get: function () {
|
|
133
|
-
return this.i.
|
|
133
|
+
return this.i.nl;
|
|
134
134
|
},
|
|
135
135
|
set: function (v) {
|
|
136
|
-
this.i.
|
|
136
|
+
this.i.nl = v;
|
|
137
137
|
},
|
|
138
138
|
enumerable: false,
|
|
139
139
|
configurable: true
|
|
@@ -143,10 +143,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
143
143
|
* Gets or sets the text displayed in the header of the column
|
|
144
144
|
*/
|
|
145
145
|
get: function () {
|
|
146
|
-
return this.i.
|
|
146
|
+
return this.i.ns;
|
|
147
147
|
},
|
|
148
148
|
set: function (v) {
|
|
149
|
-
this.i.
|
|
149
|
+
this.i.ns = v;
|
|
150
150
|
},
|
|
151
151
|
enumerable: false,
|
|
152
152
|
configurable: true
|
|
@@ -156,10 +156,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
156
156
|
* Gets the actual text displayed in the header of the column
|
|
157
157
|
*/
|
|
158
158
|
get: function () {
|
|
159
|
-
return this.i.
|
|
159
|
+
return this.i.mm;
|
|
160
160
|
},
|
|
161
161
|
set: function (v) {
|
|
162
|
-
this.i.
|
|
162
|
+
this.i.mm = v;
|
|
163
163
|
},
|
|
164
164
|
enumerable: false,
|
|
165
165
|
configurable: true
|
|
@@ -169,10 +169,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
169
169
|
* Gets or sets the background color to use for the cells when they are selected
|
|
170
170
|
*/
|
|
171
171
|
get: function () {
|
|
172
|
-
return brushToString(this.i.
|
|
172
|
+
return brushToString(this.i.r9);
|
|
173
173
|
},
|
|
174
174
|
set: function (v) {
|
|
175
|
-
this.i.
|
|
175
|
+
this.i.r9 = stringToBrush(v);
|
|
176
176
|
},
|
|
177
177
|
enumerable: false,
|
|
178
178
|
configurable: true
|
|
@@ -182,10 +182,36 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
182
182
|
* Gets the actual background color that is used for the cells when they are selected
|
|
183
183
|
*/
|
|
184
184
|
get: function () {
|
|
185
|
-
return brushToString(this.i.
|
|
185
|
+
return brushToString(this.i.rr);
|
|
186
186
|
},
|
|
187
187
|
set: function (v) {
|
|
188
|
-
this.i.
|
|
188
|
+
this.i.rr = stringToBrush(v);
|
|
189
|
+
},
|
|
190
|
+
enumerable: false,
|
|
191
|
+
configurable: true
|
|
192
|
+
});
|
|
193
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "selectedTextColor", {
|
|
194
|
+
/**
|
|
195
|
+
* Gets or sets the text color to use for the cells when they are selected
|
|
196
|
+
*/
|
|
197
|
+
get: function () {
|
|
198
|
+
return brushToString(this.i.sa);
|
|
199
|
+
},
|
|
200
|
+
set: function (v) {
|
|
201
|
+
this.i.sa = stringToBrush(v);
|
|
202
|
+
},
|
|
203
|
+
enumerable: false,
|
|
204
|
+
configurable: true
|
|
205
|
+
});
|
|
206
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualSelectedTextColor", {
|
|
207
|
+
/**
|
|
208
|
+
* Gets the actual text color that is used for the cells when they are selected
|
|
209
|
+
*/
|
|
210
|
+
get: function () {
|
|
211
|
+
return brushToString(this.i.rs);
|
|
212
|
+
},
|
|
213
|
+
set: function (v) {
|
|
214
|
+
this.i.rs = stringToBrush(v);
|
|
189
215
|
},
|
|
190
216
|
enumerable: false,
|
|
191
217
|
configurable: true
|
|
@@ -195,10 +221,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
195
221
|
* Gets or sets the background color to use for the cells when the row is hovered.
|
|
196
222
|
*/
|
|
197
223
|
get: function () {
|
|
198
|
-
return brushToString(this.i.
|
|
224
|
+
return brushToString(this.i.r7);
|
|
199
225
|
},
|
|
200
226
|
set: function (v) {
|
|
201
|
-
this.i.
|
|
227
|
+
this.i.r7 = stringToBrush(v);
|
|
202
228
|
},
|
|
203
229
|
enumerable: false,
|
|
204
230
|
configurable: true
|
|
@@ -208,10 +234,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
208
234
|
* Gets the actual background color that is used for the cells when they are hovered.
|
|
209
235
|
*/
|
|
210
236
|
get: function () {
|
|
211
|
-
return brushToString(this.i.
|
|
237
|
+
return brushToString(this.i.rp);
|
|
212
238
|
},
|
|
213
239
|
set: function (v) {
|
|
214
|
-
this.i.
|
|
240
|
+
this.i.rp = stringToBrush(v);
|
|
215
241
|
},
|
|
216
242
|
enumerable: false,
|
|
217
243
|
configurable: true
|
|
@@ -221,10 +247,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
221
247
|
* Gets or sets the text color to use for the cells when the row is hovered.
|
|
222
248
|
*/
|
|
223
249
|
get: function () {
|
|
224
|
-
return brushToString(this.i.
|
|
250
|
+
return brushToString(this.i.r8);
|
|
225
251
|
},
|
|
226
252
|
set: function (v) {
|
|
227
|
-
this.i.
|
|
253
|
+
this.i.r8 = stringToBrush(v);
|
|
228
254
|
},
|
|
229
255
|
enumerable: false,
|
|
230
256
|
configurable: true
|
|
@@ -234,10 +260,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
234
260
|
* Gets the actual text color that is used for the cells when they are hovered.
|
|
235
261
|
*/
|
|
236
262
|
get: function () {
|
|
237
|
-
return brushToString(this.i.
|
|
263
|
+
return brushToString(this.i.rq);
|
|
238
264
|
},
|
|
239
265
|
set: function (v) {
|
|
240
|
-
this.i.
|
|
266
|
+
this.i.rq = stringToBrush(v);
|
|
241
267
|
},
|
|
242
268
|
enumerable: false,
|
|
243
269
|
configurable: true
|
|
@@ -247,7 +273,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
247
273
|
* Gets or sets the animation settings to use for this column.
|
|
248
274
|
*/
|
|
249
275
|
get: function () {
|
|
250
|
-
var r = this.i.
|
|
276
|
+
var r = this.i.id;
|
|
251
277
|
if (r == null) {
|
|
252
278
|
return null;
|
|
253
279
|
}
|
|
@@ -266,7 +292,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
266
292
|
return r.externalObject;
|
|
267
293
|
},
|
|
268
294
|
set: function (v) {
|
|
269
|
-
v == null ? this.i.
|
|
295
|
+
v == null ? this.i.id = null : this.i.id = v.i;
|
|
270
296
|
},
|
|
271
297
|
enumerable: false,
|
|
272
298
|
configurable: true
|
|
@@ -311,10 +337,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
311
337
|
* Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
|
|
312
338
|
*/
|
|
313
339
|
get: function () {
|
|
314
|
-
return this.i.
|
|
340
|
+
return this.i.kt;
|
|
315
341
|
},
|
|
316
342
|
set: function (v) {
|
|
317
|
-
this.i.
|
|
343
|
+
this.i.kt = +v;
|
|
318
344
|
},
|
|
319
345
|
enumerable: false,
|
|
320
346
|
configurable: true
|
|
@@ -324,10 +350,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
324
350
|
* Gets whether this column was projected from markup/templates and is constrained.
|
|
325
351
|
*/
|
|
326
352
|
get: function () {
|
|
327
|
-
return this.i.
|
|
353
|
+
return this.i.ka;
|
|
328
354
|
},
|
|
329
355
|
set: function (v) {
|
|
330
|
-
this.i.
|
|
356
|
+
this.i.ka = ensureBool(v);
|
|
331
357
|
},
|
|
332
358
|
enumerable: false,
|
|
333
359
|
configurable: true
|
|
@@ -337,10 +363,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
337
363
|
* Gets whether this column was auto generated.
|
|
338
364
|
*/
|
|
339
365
|
get: function () {
|
|
340
|
-
return this.i.
|
|
366
|
+
return this.i.j4;
|
|
341
367
|
},
|
|
342
368
|
set: function (v) {
|
|
343
|
-
this.i.
|
|
369
|
+
this.i.j4 = ensureBool(v);
|
|
344
370
|
},
|
|
345
371
|
enumerable: false,
|
|
346
372
|
configurable: true
|
|
@@ -350,10 +376,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
350
376
|
* Gets or sets a filter to apply on the values of this column
|
|
351
377
|
*/
|
|
352
378
|
get: function () {
|
|
353
|
-
return this.i.
|
|
379
|
+
return this.i.g5;
|
|
354
380
|
},
|
|
355
381
|
set: function (v) {
|
|
356
|
-
this.i.
|
|
382
|
+
this.i.g5 = v;
|
|
357
383
|
},
|
|
358
384
|
enumerable: false,
|
|
359
385
|
configurable: true
|
|
@@ -363,10 +389,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
363
389
|
* Gets or sets a filter to apply to the values of this column.
|
|
364
390
|
*/
|
|
365
391
|
get: function () {
|
|
366
|
-
return this.i.
|
|
392
|
+
return this.i.g7;
|
|
367
393
|
},
|
|
368
394
|
set: function (v) {
|
|
369
|
-
this.i.
|
|
395
|
+
this.i.g7 = v;
|
|
370
396
|
},
|
|
371
397
|
enumerable: false,
|
|
372
398
|
configurable: true
|
|
@@ -402,10 +428,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
402
428
|
* Gets or sets whether filtering is enabled for this column.
|
|
403
429
|
*/
|
|
404
430
|
get: function () {
|
|
405
|
-
return this.i.
|
|
431
|
+
return this.i.j9;
|
|
406
432
|
},
|
|
407
433
|
set: function (v) {
|
|
408
|
-
this.i.
|
|
434
|
+
this.i.j9 = ensureBool(v);
|
|
409
435
|
},
|
|
410
436
|
enumerable: false,
|
|
411
437
|
configurable: true
|
|
@@ -415,10 +441,23 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
415
441
|
* Gets or sets whether resizing is enabled for this column.
|
|
416
442
|
*/
|
|
417
443
|
get: function () {
|
|
418
|
-
return this.i.
|
|
444
|
+
return this.i.kc;
|
|
419
445
|
},
|
|
420
446
|
set: function (v) {
|
|
421
|
-
this.i.
|
|
447
|
+
this.i.kc = ensureBool(v);
|
|
448
|
+
},
|
|
449
|
+
enumerable: false,
|
|
450
|
+
configurable: true
|
|
451
|
+
});
|
|
452
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "isSortingEnabled", {
|
|
453
|
+
/**
|
|
454
|
+
* Gets or sets whether sorting is enabled for this column from the UI.
|
|
455
|
+
*/
|
|
456
|
+
get: function () {
|
|
457
|
+
return this.i.kd;
|
|
458
|
+
},
|
|
459
|
+
set: function (v) {
|
|
460
|
+
this.i.kd = ensureBool(v);
|
|
422
461
|
},
|
|
423
462
|
enumerable: false,
|
|
424
463
|
configurable: true
|
|
@@ -428,10 +467,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
428
467
|
* Gets or sets whether or not a column is hidden from the grid
|
|
429
468
|
*/
|
|
430
469
|
get: function () {
|
|
431
|
-
return this.i.
|
|
470
|
+
return this.i.kb;
|
|
432
471
|
},
|
|
433
472
|
set: function (v) {
|
|
434
|
-
this.i.
|
|
473
|
+
this.i.kb = ensureBool(v);
|
|
435
474
|
},
|
|
436
475
|
enumerable: false,
|
|
437
476
|
configurable: true
|
|
@@ -441,10 +480,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
441
480
|
* Gets or sets if a column should be removed from the grid when it is fully hidden
|
|
442
481
|
*/
|
|
443
482
|
get: function () {
|
|
444
|
-
return this.i.
|
|
483
|
+
return this.i.kg;
|
|
445
484
|
},
|
|
446
485
|
set: function (v) {
|
|
447
|
-
this.i.
|
|
486
|
+
this.i.kg = ensureBool(v);
|
|
448
487
|
},
|
|
449
488
|
enumerable: false,
|
|
450
489
|
configurable: true
|
|
@@ -454,10 +493,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
454
493
|
* Gets the current sort direction (None, Ascending, Descending) for this column.
|
|
455
494
|
*/
|
|
456
495
|
get: function () {
|
|
457
|
-
return this.i.
|
|
496
|
+
return this.i.hv;
|
|
458
497
|
},
|
|
459
498
|
set: function (v) {
|
|
460
|
-
this.i.
|
|
499
|
+
this.i.hv = ensureEnum(ColumnSortDirection_$type, v);
|
|
461
500
|
},
|
|
462
501
|
enumerable: false,
|
|
463
502
|
configurable: true
|
|
@@ -467,10 +506,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
467
506
|
* Gets or sets the current fixed position for this column.
|
|
468
507
|
*/
|
|
469
508
|
get: function () {
|
|
470
|
-
return this.i.
|
|
509
|
+
return this.i.it;
|
|
471
510
|
},
|
|
472
511
|
set: function (v) {
|
|
473
|
-
this.i.
|
|
512
|
+
this.i.it = ensureEnum(PinnedPositions_$type, v);
|
|
474
513
|
},
|
|
475
514
|
enumerable: false,
|
|
476
515
|
configurable: true
|
|
@@ -480,10 +519,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
480
519
|
* Gets the actual column options icon alignment for this column.
|
|
481
520
|
*/
|
|
482
521
|
get: function () {
|
|
483
|
-
return this.i.
|
|
522
|
+
return this.i.hm;
|
|
484
523
|
},
|
|
485
524
|
set: function (v) {
|
|
486
|
-
this.i.
|
|
525
|
+
this.i.hm = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
487
526
|
},
|
|
488
527
|
enumerable: false,
|
|
489
528
|
configurable: true
|
|
@@ -493,10 +532,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
493
532
|
* Gets or sets whether the column options icon is aligned opposite the header text or not.
|
|
494
533
|
*/
|
|
495
534
|
get: function () {
|
|
496
|
-
return this.i.
|
|
535
|
+
return this.i.hn;
|
|
497
536
|
},
|
|
498
537
|
set: function (v) {
|
|
499
|
-
this.i.
|
|
538
|
+
this.i.hn = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
500
539
|
},
|
|
501
540
|
enumerable: false,
|
|
502
541
|
configurable: true
|
|
@@ -506,10 +545,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
506
545
|
* Gets the actual column options icon color for this column.
|
|
507
546
|
*/
|
|
508
547
|
get: function () {
|
|
509
|
-
return brushToString(this.i.
|
|
548
|
+
return brushToString(this.i.rj);
|
|
510
549
|
},
|
|
511
550
|
set: function (v) {
|
|
512
|
-
this.i.
|
|
551
|
+
this.i.rj = stringToBrush(v);
|
|
513
552
|
},
|
|
514
553
|
enumerable: false,
|
|
515
554
|
configurable: true
|
|
@@ -519,10 +558,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
519
558
|
* Gets or sets the column options icon color for this column.
|
|
520
559
|
*/
|
|
521
560
|
get: function () {
|
|
522
|
-
return brushToString(this.i.
|
|
561
|
+
return brushToString(this.i.rz);
|
|
523
562
|
},
|
|
524
563
|
set: function (v) {
|
|
525
|
-
this.i.
|
|
564
|
+
this.i.rz = stringToBrush(v);
|
|
526
565
|
},
|
|
527
566
|
enumerable: false,
|
|
528
567
|
configurable: true
|
|
@@ -532,10 +571,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
532
571
|
* Gets or sets how the column option icon will behave in the column header.
|
|
533
572
|
*/
|
|
534
573
|
get: function () {
|
|
535
|
-
return this.i.
|
|
574
|
+
return this.i.hr;
|
|
536
575
|
},
|
|
537
576
|
set: function (v) {
|
|
538
|
-
this.i.
|
|
577
|
+
this.i.hr = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
539
578
|
},
|
|
540
579
|
enumerable: false,
|
|
541
580
|
configurable: true
|
|
@@ -545,10 +584,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
545
584
|
* Gets or sets how the column option icon will behave in the column header.
|
|
546
585
|
*/
|
|
547
586
|
get: function () {
|
|
548
|
-
return this.i.
|
|
587
|
+
return this.i.hq;
|
|
549
588
|
},
|
|
550
589
|
set: function (v) {
|
|
551
|
-
this.i.
|
|
590
|
+
this.i.hq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
552
591
|
},
|
|
553
592
|
enumerable: false,
|
|
554
593
|
configurable: true
|
|
@@ -558,10 +597,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
558
597
|
* Gets the actual state of the column options for this column.
|
|
559
598
|
*/
|
|
560
599
|
get: function () {
|
|
561
|
-
return this.i.
|
|
600
|
+
return this.i.jx;
|
|
562
601
|
},
|
|
563
602
|
set: function (v) {
|
|
564
|
-
this.i.
|
|
603
|
+
this.i.jx = ensureBool(v);
|
|
565
604
|
},
|
|
566
605
|
enumerable: false,
|
|
567
606
|
configurable: true
|
|
@@ -572,10 +611,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
572
611
|
* then it will be disabled for the column regardless of what this is set to.
|
|
573
612
|
*/
|
|
574
613
|
get: function () {
|
|
575
|
-
return this.i.
|
|
614
|
+
return this.i.j5;
|
|
576
615
|
},
|
|
577
616
|
set: function (v) {
|
|
578
|
-
this.i.
|
|
617
|
+
this.i.j5 = ensureBool(v);
|
|
579
618
|
},
|
|
580
619
|
enumerable: false,
|
|
581
620
|
configurable: true
|
|
@@ -585,10 +624,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
585
624
|
* Gets the actual state of summaries menu in the column options for this column.
|
|
586
625
|
*/
|
|
587
626
|
get: function () {
|
|
588
|
-
return this.i.
|
|
627
|
+
return this.i.jz;
|
|
589
628
|
},
|
|
590
629
|
set: function (v) {
|
|
591
|
-
this.i.
|
|
630
|
+
this.i.jz = ensureBool(v);
|
|
592
631
|
},
|
|
593
632
|
enumerable: false,
|
|
594
633
|
configurable: true
|
|
@@ -598,10 +637,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
598
637
|
* Gets or sets whether to show the summaries option in the column options menu for this column.
|
|
599
638
|
*/
|
|
600
639
|
get: function () {
|
|
601
|
-
return this.i.
|
|
640
|
+
return this.i.j7;
|
|
602
641
|
},
|
|
603
642
|
set: function (v) {
|
|
604
|
-
this.i.
|
|
643
|
+
this.i.j7 = ensureBool(v);
|
|
605
644
|
},
|
|
606
645
|
enumerable: false,
|
|
607
646
|
configurable: true
|
|
@@ -611,10 +650,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
611
650
|
* Gets the actual state of grouping menu in the column options for this column.
|
|
612
651
|
*/
|
|
613
652
|
get: function () {
|
|
614
|
-
return this.i.
|
|
653
|
+
return this.i.jy;
|
|
615
654
|
},
|
|
616
655
|
set: function (v) {
|
|
617
|
-
this.i.
|
|
656
|
+
this.i.jy = ensureBool(v);
|
|
618
657
|
},
|
|
619
658
|
enumerable: false,
|
|
620
659
|
configurable: true
|
|
@@ -624,10 +663,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
624
663
|
* Gets or sets whether to show the grouping option in the column options menu for this column.
|
|
625
664
|
*/
|
|
626
665
|
get: function () {
|
|
627
|
-
return this.i.
|
|
666
|
+
return this.i.j6;
|
|
628
667
|
},
|
|
629
668
|
set: function (v) {
|
|
630
|
-
this.i.
|
|
669
|
+
this.i.j6 = ensureBool(v);
|
|
631
670
|
},
|
|
632
671
|
enumerable: false,
|
|
633
672
|
configurable: true
|
|
@@ -637,10 +676,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
637
676
|
* Gets or sets the column options dropdown background color.
|
|
638
677
|
*/
|
|
639
678
|
get: function () {
|
|
640
|
-
return brushToString(this.i.
|
|
679
|
+
return brushToString(this.i.re);
|
|
641
680
|
},
|
|
642
681
|
set: function (v) {
|
|
643
|
-
this.i.
|
|
682
|
+
this.i.re = stringToBrush(v);
|
|
644
683
|
},
|
|
645
684
|
enumerable: false,
|
|
646
685
|
configurable: true
|
|
@@ -650,10 +689,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
650
689
|
* Gets or sets the column options dropdown background color.
|
|
651
690
|
*/
|
|
652
691
|
get: function () {
|
|
653
|
-
return brushToString(this.i.
|
|
692
|
+
return brushToString(this.i.ru);
|
|
654
693
|
},
|
|
655
694
|
set: function (v) {
|
|
656
|
-
this.i.
|
|
695
|
+
this.i.ru = stringToBrush(v);
|
|
657
696
|
},
|
|
658
697
|
enumerable: false,
|
|
659
698
|
configurable: true
|
|
@@ -663,10 +702,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
663
702
|
* Gets or sets the text color for text inside the column options menu.
|
|
664
703
|
*/
|
|
665
704
|
get: function () {
|
|
666
|
-
return brushToString(this.i.
|
|
705
|
+
return brushToString(this.i.rl);
|
|
667
706
|
},
|
|
668
707
|
set: function (v) {
|
|
669
|
-
this.i.
|
|
708
|
+
this.i.rl = stringToBrush(v);
|
|
670
709
|
},
|
|
671
710
|
enumerable: false,
|
|
672
711
|
configurable: true
|
|
@@ -676,10 +715,108 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
676
715
|
* Gets or sets the text color for text inside the column options menu.
|
|
677
716
|
*/
|
|
678
717
|
get: function () {
|
|
679
|
-
return brushToString(this.i.
|
|
718
|
+
return brushToString(this.i.r1);
|
|
719
|
+
},
|
|
720
|
+
set: function (v) {
|
|
721
|
+
this.i.r1 = stringToBrush(v);
|
|
722
|
+
},
|
|
723
|
+
enumerable: false,
|
|
724
|
+
configurable: true
|
|
725
|
+
});
|
|
726
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsTextStyle", {
|
|
727
|
+
/**
|
|
728
|
+
* Gets or sets the font settings for text inside the column options menu.
|
|
729
|
+
*/
|
|
730
|
+
get: function () {
|
|
731
|
+
if (this.i.jd == null) {
|
|
732
|
+
return null;
|
|
733
|
+
}
|
|
734
|
+
return this.i.jd.fontString;
|
|
735
|
+
},
|
|
736
|
+
set: function (v) {
|
|
737
|
+
var fi = new FontInfo();
|
|
738
|
+
fi.fontString = v;
|
|
739
|
+
this.i.jd = fi;
|
|
740
|
+
},
|
|
741
|
+
enumerable: false,
|
|
742
|
+
configurable: true
|
|
743
|
+
});
|
|
744
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsHoverBackgroundColor", {
|
|
745
|
+
get: function () {
|
|
746
|
+
return brushToString(this.i.ri);
|
|
747
|
+
},
|
|
748
|
+
set: function (v) {
|
|
749
|
+
this.i.ri = stringToBrush(v);
|
|
750
|
+
},
|
|
751
|
+
enumerable: false,
|
|
752
|
+
configurable: true
|
|
753
|
+
});
|
|
754
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsHoverBackgroundColor", {
|
|
755
|
+
get: function () {
|
|
756
|
+
return brushToString(this.i.ry);
|
|
757
|
+
},
|
|
758
|
+
set: function (v) {
|
|
759
|
+
this.i.ry = stringToBrush(v);
|
|
760
|
+
},
|
|
761
|
+
enumerable: false,
|
|
762
|
+
configurable: true
|
|
763
|
+
});
|
|
764
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsToolTipBackgroundColor", {
|
|
765
|
+
get: function () {
|
|
766
|
+
return brushToString(this.i.rm);
|
|
680
767
|
},
|
|
681
768
|
set: function (v) {
|
|
682
|
-
this.i.
|
|
769
|
+
this.i.rm = stringToBrush(v);
|
|
770
|
+
},
|
|
771
|
+
enumerable: false,
|
|
772
|
+
configurable: true
|
|
773
|
+
});
|
|
774
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsToolTipBackgroundColor", {
|
|
775
|
+
get: function () {
|
|
776
|
+
return brushToString(this.i.r2);
|
|
777
|
+
},
|
|
778
|
+
set: function (v) {
|
|
779
|
+
this.i.r2 = stringToBrush(v);
|
|
780
|
+
},
|
|
781
|
+
enumerable: false,
|
|
782
|
+
configurable: true
|
|
783
|
+
});
|
|
784
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsToolTipTextColor", {
|
|
785
|
+
get: function () {
|
|
786
|
+
return brushToString(this.i.rn);
|
|
787
|
+
},
|
|
788
|
+
set: function (v) {
|
|
789
|
+
this.i.rn = stringToBrush(v);
|
|
790
|
+
},
|
|
791
|
+
enumerable: false,
|
|
792
|
+
configurable: true
|
|
793
|
+
});
|
|
794
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsToolTipTextColor", {
|
|
795
|
+
get: function () {
|
|
796
|
+
return brushToString(this.i.r3);
|
|
797
|
+
},
|
|
798
|
+
set: function (v) {
|
|
799
|
+
this.i.r3 = stringToBrush(v);
|
|
800
|
+
},
|
|
801
|
+
enumerable: false,
|
|
802
|
+
configurable: true
|
|
803
|
+
});
|
|
804
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsHighlightColor", {
|
|
805
|
+
get: function () {
|
|
806
|
+
return brushToString(this.i.rh);
|
|
807
|
+
},
|
|
808
|
+
set: function (v) {
|
|
809
|
+
this.i.rh = stringToBrush(v);
|
|
810
|
+
},
|
|
811
|
+
enumerable: false,
|
|
812
|
+
configurable: true
|
|
813
|
+
});
|
|
814
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsHighlightColor", {
|
|
815
|
+
get: function () {
|
|
816
|
+
return brushToString(this.i.rx);
|
|
817
|
+
},
|
|
818
|
+
set: function (v) {
|
|
819
|
+
this.i.rx = stringToBrush(v);
|
|
683
820
|
},
|
|
684
821
|
enumerable: false,
|
|
685
822
|
configurable: true
|
|
@@ -689,10 +826,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
689
826
|
* Gets or sets the color of separators inside the column options menu.
|
|
690
827
|
*/
|
|
691
828
|
get: function () {
|
|
692
|
-
return brushToString(this.i.
|
|
829
|
+
return brushToString(this.i.rk);
|
|
693
830
|
},
|
|
694
831
|
set: function (v) {
|
|
695
|
-
this.i.
|
|
832
|
+
this.i.rk = stringToBrush(v);
|
|
696
833
|
},
|
|
697
834
|
enumerable: false,
|
|
698
835
|
configurable: true
|
|
@@ -702,10 +839,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
702
839
|
* Gets or sets the color of separators inside the column options menu.
|
|
703
840
|
*/
|
|
704
841
|
get: function () {
|
|
705
|
-
return brushToString(this.i.
|
|
842
|
+
return brushToString(this.i.r0);
|
|
706
843
|
},
|
|
707
844
|
set: function (v) {
|
|
708
|
-
this.i.
|
|
845
|
+
this.i.r0 = stringToBrush(v);
|
|
709
846
|
},
|
|
710
847
|
enumerable: false,
|
|
711
848
|
configurable: true
|
|
@@ -715,10 +852,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
715
852
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
716
853
|
*/
|
|
717
854
|
get: function () {
|
|
718
|
-
return brushToString(this.i.
|
|
855
|
+
return brushToString(this.i.rf);
|
|
719
856
|
},
|
|
720
857
|
set: function (v) {
|
|
721
|
-
this.i.
|
|
858
|
+
this.i.rf = stringToBrush(v);
|
|
722
859
|
},
|
|
723
860
|
enumerable: false,
|
|
724
861
|
configurable: true
|
|
@@ -728,10 +865,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
728
865
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
729
866
|
*/
|
|
730
867
|
get: function () {
|
|
731
|
-
return brushToString(this.i.
|
|
868
|
+
return brushToString(this.i.rv);
|
|
732
869
|
},
|
|
733
870
|
set: function (v) {
|
|
734
|
-
this.i.
|
|
871
|
+
this.i.rv = stringToBrush(v);
|
|
735
872
|
},
|
|
736
873
|
enumerable: false,
|
|
737
874
|
configurable: true
|
|
@@ -741,10 +878,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
741
878
|
* Gets the actual text color for group headers inside the column options menu.
|
|
742
879
|
*/
|
|
743
880
|
get: function () {
|
|
744
|
-
return brushToString(this.i.
|
|
881
|
+
return brushToString(this.i.rg);
|
|
745
882
|
},
|
|
746
883
|
set: function (v) {
|
|
747
|
-
this.i.
|
|
884
|
+
this.i.rg = stringToBrush(v);
|
|
748
885
|
},
|
|
749
886
|
enumerable: false,
|
|
750
887
|
configurable: true
|
|
@@ -754,30 +891,65 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
754
891
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
755
892
|
*/
|
|
756
893
|
get: function () {
|
|
757
|
-
return brushToString(this.i.
|
|
894
|
+
return brushToString(this.i.rw);
|
|
758
895
|
},
|
|
759
896
|
set: function (v) {
|
|
760
|
-
this.i.
|
|
897
|
+
this.i.rw = stringToBrush(v);
|
|
898
|
+
},
|
|
899
|
+
enumerable: false,
|
|
900
|
+
configurable: true
|
|
901
|
+
});
|
|
902
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsGroupHeaderTextStyle", {
|
|
903
|
+
get: function () {
|
|
904
|
+
if (this.i.jc == null) {
|
|
905
|
+
return null;
|
|
906
|
+
}
|
|
907
|
+
return this.i.jc.fontString;
|
|
908
|
+
},
|
|
909
|
+
set: function (v) {
|
|
910
|
+
var fi = new FontInfo();
|
|
911
|
+
fi.fontString = v;
|
|
912
|
+
this.i.jc = fi;
|
|
761
913
|
},
|
|
762
914
|
enumerable: false,
|
|
763
915
|
configurable: true
|
|
764
916
|
});
|
|
765
917
|
Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsAccentColor", {
|
|
766
918
|
get: function () {
|
|
767
|
-
return brushToString(this.i.
|
|
919
|
+
return brushToString(this.i.rd);
|
|
768
920
|
},
|
|
769
921
|
set: function (v) {
|
|
770
|
-
this.i.
|
|
922
|
+
this.i.rd = stringToBrush(v);
|
|
771
923
|
},
|
|
772
924
|
enumerable: false,
|
|
773
925
|
configurable: true
|
|
774
926
|
});
|
|
775
927
|
Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsAccentColor", {
|
|
776
928
|
get: function () {
|
|
777
|
-
return brushToString(this.i.
|
|
929
|
+
return brushToString(this.i.rt);
|
|
930
|
+
},
|
|
931
|
+
set: function (v) {
|
|
932
|
+
this.i.rt = stringToBrush(v);
|
|
933
|
+
},
|
|
934
|
+
enumerable: false,
|
|
935
|
+
configurable: true
|
|
936
|
+
});
|
|
937
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsRowHeight", {
|
|
938
|
+
get: function () {
|
|
939
|
+
return this.i.lc;
|
|
940
|
+
},
|
|
941
|
+
set: function (v) {
|
|
942
|
+
this.i.lc = +v;
|
|
943
|
+
},
|
|
944
|
+
enumerable: false,
|
|
945
|
+
configurable: true
|
|
946
|
+
});
|
|
947
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsRowHeight", {
|
|
948
|
+
get: function () {
|
|
949
|
+
return this.i.ld;
|
|
778
950
|
},
|
|
779
951
|
set: function (v) {
|
|
780
|
-
this.i.
|
|
952
|
+
this.i.ld = +v;
|
|
781
953
|
},
|
|
782
954
|
enumerable: false,
|
|
783
955
|
configurable: true
|
|
@@ -787,10 +959,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
787
959
|
* Gets or sets if the column is editable.
|
|
788
960
|
*/
|
|
789
961
|
get: function () {
|
|
790
|
-
return this.i.
|
|
962
|
+
return this.i.j8;
|
|
791
963
|
},
|
|
792
964
|
set: function (v) {
|
|
793
|
-
this.i.
|
|
965
|
+
this.i.j8 = ensureBool(v);
|
|
794
966
|
},
|
|
795
967
|
enumerable: false,
|
|
796
968
|
configurable: true
|
|
@@ -800,10 +972,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
800
972
|
* Gets or sets the text color used for deleted rows.
|
|
801
973
|
*/
|
|
802
974
|
get: function () {
|
|
803
|
-
return brushToString(this.i.
|
|
975
|
+
return brushToString(this.i.r4);
|
|
804
976
|
},
|
|
805
977
|
set: function (v) {
|
|
806
|
-
this.i.
|
|
978
|
+
this.i.r4 = stringToBrush(v);
|
|
807
979
|
},
|
|
808
980
|
enumerable: false,
|
|
809
981
|
configurable: true
|
|
@@ -813,10 +985,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
813
985
|
* Gets the actual text color used for deleted rows.
|
|
814
986
|
*/
|
|
815
987
|
get: function () {
|
|
816
|
-
return brushToString(this.i.
|
|
988
|
+
return brushToString(this.i.ro);
|
|
817
989
|
},
|
|
818
990
|
set: function (v) {
|
|
819
|
-
this.i.
|
|
991
|
+
this.i.ro = stringToBrush(v);
|
|
820
992
|
},
|
|
821
993
|
enumerable: false,
|
|
822
994
|
configurable: true
|
|
@@ -826,10 +998,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
826
998
|
* Gets or sets the opacity to use for unsaved edited cell values.
|
|
827
999
|
*/
|
|
828
1000
|
get: function () {
|
|
829
|
-
return this.i.
|
|
1001
|
+
return this.i.ks;
|
|
830
1002
|
},
|
|
831
1003
|
set: function (v) {
|
|
832
|
-
this.i.
|
|
1004
|
+
this.i.ks = +v;
|
|
833
1005
|
},
|
|
834
1006
|
enumerable: false,
|
|
835
1007
|
configurable: true
|
|
@@ -839,10 +1011,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
839
1011
|
* Gets the actual opacity for unsaved edited cell values.
|
|
840
1012
|
*/
|
|
841
1013
|
get: function () {
|
|
842
|
-
return this.i.
|
|
1014
|
+
return this.i.kr;
|
|
843
1015
|
},
|
|
844
1016
|
set: function (v) {
|
|
845
|
-
this.i.
|
|
1017
|
+
this.i.kr = +v;
|
|
846
1018
|
},
|
|
847
1019
|
enumerable: false,
|
|
848
1020
|
configurable: true
|
|
@@ -870,15 +1042,15 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
870
1042
|
* Gets the actual font style used for unsaved cell edits.
|
|
871
1043
|
*/
|
|
872
1044
|
get: function () {
|
|
873
|
-
if (this.i.
|
|
1045
|
+
if (this.i.jb == null) {
|
|
874
1046
|
return null;
|
|
875
1047
|
}
|
|
876
|
-
return this.i.
|
|
1048
|
+
return this.i.jb.fontString;
|
|
877
1049
|
},
|
|
878
1050
|
set: function (v) {
|
|
879
1051
|
var fi = new FontInfo();
|
|
880
1052
|
fi.fontString = v;
|
|
881
|
-
this.i.
|
|
1053
|
+
this.i.jb = fi;
|
|
882
1054
|
},
|
|
883
1055
|
enumerable: false,
|
|
884
1056
|
configurable: true
|
|
@@ -888,10 +1060,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
888
1060
|
* Gets or sets if and how cell merging is performed for this field.
|
|
889
1061
|
*/
|
|
890
1062
|
get: function () {
|
|
891
|
-
return this.i.
|
|
1063
|
+
return this.i.ip;
|
|
892
1064
|
},
|
|
893
1065
|
set: function (v) {
|
|
894
|
-
this.i.
|
|
1066
|
+
this.i.ip = ensureEnum(MergedCellMode_$type, v);
|
|
895
1067
|
},
|
|
896
1068
|
enumerable: false,
|
|
897
1069
|
configurable: true
|
|
@@ -901,10 +1073,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
901
1073
|
* Gets or sets how cells are evaluated for merging.
|
|
902
1074
|
*/
|
|
903
1075
|
get: function () {
|
|
904
|
-
return this.i.
|
|
1076
|
+
return this.i.il;
|
|
905
1077
|
},
|
|
906
1078
|
set: function (v) {
|
|
907
|
-
this.i.
|
|
1079
|
+
this.i.il = ensureEnum(MergedCellEvaluationCriteria_$type, v);
|
|
908
1080
|
},
|
|
909
1081
|
enumerable: false,
|
|
910
1082
|
configurable: true
|
|
@@ -914,10 +1086,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
914
1086
|
* Gets or sets the vertical alignment to use for the merged cell content.
|
|
915
1087
|
*/
|
|
916
1088
|
get: function () {
|
|
917
|
-
return this.i.
|
|
1089
|
+
return this.i.he;
|
|
918
1090
|
},
|
|
919
1091
|
set: function (v) {
|
|
920
|
-
this.i.
|
|
1092
|
+
this.i.he = ensureEnum(CellContentVerticalAlignment_$type, v);
|
|
921
1093
|
},
|
|
922
1094
|
enumerable: false,
|
|
923
1095
|
configurable: true
|
|
@@ -927,10 +1099,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
927
1099
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
928
1100
|
*/
|
|
929
1101
|
get: function () {
|
|
930
|
-
return this.i.
|
|
1102
|
+
return this.i.lf;
|
|
931
1103
|
},
|
|
932
1104
|
set: function (v) {
|
|
933
|
-
this.i.
|
|
1105
|
+
this.i.lf = +v;
|
|
934
1106
|
},
|
|
935
1107
|
enumerable: false,
|
|
936
1108
|
configurable: true
|
|
@@ -940,10 +1112,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
940
1112
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
941
1113
|
*/
|
|
942
1114
|
get: function () {
|
|
943
|
-
return this.i.
|
|
1115
|
+
return this.i.lh;
|
|
944
1116
|
},
|
|
945
1117
|
set: function (v) {
|
|
946
|
-
this.i.
|
|
1118
|
+
this.i.lh = +v;
|
|
947
1119
|
},
|
|
948
1120
|
enumerable: false,
|
|
949
1121
|
configurable: true
|
|
@@ -953,10 +1125,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
953
1125
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
954
1126
|
*/
|
|
955
1127
|
get: function () {
|
|
956
|
-
return this.i.
|
|
1128
|
+
return this.i.lg;
|
|
957
1129
|
},
|
|
958
1130
|
set: function (v) {
|
|
959
|
-
this.i.
|
|
1131
|
+
this.i.lg = +v;
|
|
960
1132
|
},
|
|
961
1133
|
enumerable: false,
|
|
962
1134
|
configurable: true
|
|
@@ -966,10 +1138,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
966
1138
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
967
1139
|
*/
|
|
968
1140
|
get: function () {
|
|
969
|
-
return this.i.
|
|
1141
|
+
return this.i.le;
|
|
970
1142
|
},
|
|
971
1143
|
set: function (v) {
|
|
972
|
-
this.i.
|
|
1144
|
+
this.i.le = +v;
|
|
973
1145
|
},
|
|
974
1146
|
enumerable: false,
|
|
975
1147
|
configurable: true
|
|
@@ -979,10 +1151,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
979
1151
|
* Gets or sets whether UI filters are case sensitive or not.
|
|
980
1152
|
*/
|
|
981
1153
|
get: function () {
|
|
982
|
-
return this.i.
|
|
1154
|
+
return this.i.h7;
|
|
983
1155
|
},
|
|
984
1156
|
set: function (v) {
|
|
985
|
-
this.i.
|
|
1157
|
+
this.i.h7 = ensureEnum(FilterComparisonType_$type, v);
|
|
986
1158
|
},
|
|
987
1159
|
enumerable: false,
|
|
988
1160
|
configurable: true
|
|
@@ -994,7 +1166,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
994
1166
|
get: function () {
|
|
995
1167
|
if (this._filterOperands === null) {
|
|
996
1168
|
var coll = new IgxGridFilterOperandsCollection();
|
|
997
|
-
var innerColl = this.i.
|
|
1169
|
+
var innerColl = this.i.ig;
|
|
998
1170
|
if (!innerColl) {
|
|
999
1171
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
1000
1172
|
}
|
|
@@ -1010,7 +1182,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1010
1182
|
var coll = new IgxGridFilterOperandsCollection();
|
|
1011
1183
|
this._filterOperands = coll._fromOuter(v);
|
|
1012
1184
|
var syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
|
|
1013
|
-
var innerColl = this.i.
|
|
1185
|
+
var innerColl = this.i.ig;
|
|
1014
1186
|
if (!innerColl) {
|
|
1015
1187
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
1016
1188
|
}
|
|
@@ -1026,10 +1198,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1026
1198
|
* Gets or sets the text to display in the suffix area of cells in this column.
|
|
1027
1199
|
*/
|
|
1028
1200
|
get: function () {
|
|
1029
|
-
return this.i.
|
|
1201
|
+
return this.i.o2;
|
|
1030
1202
|
},
|
|
1031
1203
|
set: function (v) {
|
|
1032
|
-
this.i.
|
|
1204
|
+
this.i.o2 = v;
|
|
1033
1205
|
},
|
|
1034
1206
|
enumerable: false,
|
|
1035
1207
|
configurable: true
|
|
@@ -1039,10 +1211,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1039
1211
|
* Gets or sets the color of the text in the suffix area of the cells in this column.
|
|
1040
1212
|
*/
|
|
1041
1213
|
get: function () {
|
|
1042
|
-
return brushToString(this.i.
|
|
1214
|
+
return brushToString(this.i.sd);
|
|
1043
1215
|
},
|
|
1044
1216
|
set: function (v) {
|
|
1045
|
-
this.i.
|
|
1217
|
+
this.i.sd = stringToBrush(v);
|
|
1046
1218
|
},
|
|
1047
1219
|
enumerable: false,
|
|
1048
1220
|
configurable: true
|
|
@@ -1070,10 +1242,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1070
1242
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
1071
1243
|
*/
|
|
1072
1244
|
get: function () {
|
|
1073
|
-
return this.i.
|
|
1245
|
+
return this.i.ou;
|
|
1074
1246
|
},
|
|
1075
1247
|
set: function (v) {
|
|
1076
|
-
this.i.
|
|
1248
|
+
this.i.ou = v;
|
|
1077
1249
|
},
|
|
1078
1250
|
enumerable: false,
|
|
1079
1251
|
configurable: true
|
|
@@ -1083,10 +1255,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1083
1255
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
1084
1256
|
*/
|
|
1085
1257
|
get: function () {
|
|
1086
|
-
return this.i.
|
|
1258
|
+
return this.i.or;
|
|
1087
1259
|
},
|
|
1088
1260
|
set: function (v) {
|
|
1089
|
-
this.i.
|
|
1261
|
+
this.i.or = v;
|
|
1090
1262
|
},
|
|
1091
1263
|
enumerable: false,
|
|
1092
1264
|
configurable: true
|
|
@@ -1096,10 +1268,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1096
1268
|
* Gets or sets the stroke color of suffix icon.
|
|
1097
1269
|
*/
|
|
1098
1270
|
get: function () {
|
|
1099
|
-
return brushToString(this.i.
|
|
1271
|
+
return brushToString(this.i.sc);
|
|
1100
1272
|
},
|
|
1101
1273
|
set: function (v) {
|
|
1102
|
-
this.i.
|
|
1274
|
+
this.i.sc = stringToBrush(v);
|
|
1103
1275
|
},
|
|
1104
1276
|
enumerable: false,
|
|
1105
1277
|
configurable: true
|
|
@@ -1109,10 +1281,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1109
1281
|
* Gets or sets the fill color of suffix icon.
|
|
1110
1282
|
*/
|
|
1111
1283
|
get: function () {
|
|
1112
|
-
return brushToString(this.i.
|
|
1284
|
+
return brushToString(this.i.sb);
|
|
1113
1285
|
},
|
|
1114
1286
|
set: function (v) {
|
|
1115
|
-
this.i.
|
|
1287
|
+
this.i.sb = stringToBrush(v);
|
|
1116
1288
|
},
|
|
1117
1289
|
enumerable: false,
|
|
1118
1290
|
configurable: true
|
|
@@ -1122,10 +1294,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1122
1294
|
* Gets or sets the suffix icon's viewbox x coordinate.
|
|
1123
1295
|
*/
|
|
1124
1296
|
get: function () {
|
|
1125
|
-
return this.i.
|
|
1297
|
+
return this.i.kv;
|
|
1126
1298
|
},
|
|
1127
1299
|
set: function (v) {
|
|
1128
|
-
this.i.
|
|
1300
|
+
this.i.kv = +v;
|
|
1129
1301
|
},
|
|
1130
1302
|
enumerable: false,
|
|
1131
1303
|
configurable: true
|
|
@@ -1135,10 +1307,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1135
1307
|
* Gets or sets the suffix icon's viewbox y coordinate.
|
|
1136
1308
|
*/
|
|
1137
1309
|
get: function () {
|
|
1138
|
-
return this.i.
|
|
1310
|
+
return this.i.kw;
|
|
1139
1311
|
},
|
|
1140
1312
|
set: function (v) {
|
|
1141
|
-
this.i.
|
|
1313
|
+
this.i.kw = +v;
|
|
1142
1314
|
},
|
|
1143
1315
|
enumerable: false,
|
|
1144
1316
|
configurable: true
|
|
@@ -1148,10 +1320,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1148
1320
|
* Gets or sets the suffix icon's viewbox width.
|
|
1149
1321
|
*/
|
|
1150
1322
|
get: function () {
|
|
1151
|
-
return this.i.
|
|
1323
|
+
return this.i.kx;
|
|
1152
1324
|
},
|
|
1153
1325
|
set: function (v) {
|
|
1154
|
-
this.i.
|
|
1326
|
+
this.i.kx = +v;
|
|
1155
1327
|
},
|
|
1156
1328
|
enumerable: false,
|
|
1157
1329
|
configurable: true
|
|
@@ -1161,10 +1333,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1161
1333
|
* Gets or sets the suffix icon's viewbox height.
|
|
1162
1334
|
*/
|
|
1163
1335
|
get: function () {
|
|
1164
|
-
return this.i.
|
|
1336
|
+
return this.i.ku;
|
|
1165
1337
|
},
|
|
1166
1338
|
set: function (v) {
|
|
1167
|
-
this.i.
|
|
1339
|
+
this.i.ku = +v;
|
|
1168
1340
|
},
|
|
1169
1341
|
enumerable: false,
|
|
1170
1342
|
configurable: true
|
|
@@ -1174,10 +1346,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1174
1346
|
* Gets or sets the suffix margin.
|
|
1175
1347
|
*/
|
|
1176
1348
|
get: function () {
|
|
1177
|
-
return this.i.
|
|
1349
|
+
return this.i.ky;
|
|
1178
1350
|
},
|
|
1179
1351
|
set: function (v) {
|
|
1180
|
-
this.i.
|
|
1352
|
+
this.i.ky = +v;
|
|
1181
1353
|
},
|
|
1182
1354
|
enumerable: false,
|
|
1183
1355
|
configurable: true
|
|
@@ -1187,10 +1359,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1187
1359
|
* Gets or sets the text decoration to apply to cells in this column.
|
|
1188
1360
|
*/
|
|
1189
1361
|
get: function () {
|
|
1190
|
-
return this.i.
|
|
1362
|
+
return this.i.iv;
|
|
1191
1363
|
},
|
|
1192
1364
|
set: function (v) {
|
|
1193
|
-
this.i.
|
|
1365
|
+
this.i.iv = ensureEnum(TextCellDecoration_$type, v);
|
|
1194
1366
|
},
|
|
1195
1367
|
enumerable: false,
|
|
1196
1368
|
configurable: true
|
|
@@ -1227,18 +1399,18 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1227
1399
|
|
|
1228
1400
|
*/
|
|
1229
1401
|
IgxDataGridColumnComponent.prototype.getUniqueKey = function () {
|
|
1230
|
-
var iv = this.i.
|
|
1402
|
+
var iv = this.i.nq();
|
|
1231
1403
|
return (iv);
|
|
1232
1404
|
};
|
|
1233
1405
|
IgxDataGridColumnComponent.prototype.setNamedHeaderValue = function (valueName, animationType, value) {
|
|
1234
|
-
this.i.
|
|
1406
|
+
this.i.pk(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
|
|
1235
1407
|
};
|
|
1236
1408
|
/**
|
|
1237
1409
|
* Returns if the column has named header values.
|
|
1238
1410
|
|
|
1239
1411
|
*/
|
|
1240
1412
|
IgxDataGridColumnComponent.prototype.hasNamedHeaderValues = function () {
|
|
1241
|
-
var iv = this.i.
|
|
1413
|
+
var iv = this.i.j2();
|
|
1242
1414
|
return (iv);
|
|
1243
1415
|
};
|
|
1244
1416
|
/**
|
|
@@ -1247,7 +1419,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1247
1419
|
* @param valueName * The named value to check for.
|
|
1248
1420
|
*/
|
|
1249
1421
|
IgxDataGridColumnComponent.prototype.hasNamedHeaderValue = function (valueName) {
|
|
1250
|
-
var iv = this.i.
|
|
1422
|
+
var iv = this.i.j1(valueName);
|
|
1251
1423
|
return (iv);
|
|
1252
1424
|
};
|
|
1253
1425
|
/**
|
|
@@ -1256,7 +1428,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1256
1428
|
* @param valueName * The named header value to remove.
|
|
1257
1429
|
*/
|
|
1258
1430
|
IgxDataGridColumnComponent.prototype.removeNamedHeaderValue = function (valueName) {
|
|
1259
|
-
this.i.
|
|
1431
|
+
this.i.pj(valueName);
|
|
1260
1432
|
};
|
|
1261
1433
|
/**
|
|
1262
1434
|
* Gets the value of a named header value for this column by name.
|
|
@@ -1264,11 +1436,11 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1264
1436
|
* @param valueName * Name of the named header value to retrieve.
|
|
1265
1437
|
*/
|
|
1266
1438
|
IgxDataGridColumnComponent.prototype.getNamedHeaderValue = function (valueName) {
|
|
1267
|
-
var iv = this.i.
|
|
1439
|
+
var iv = this.i.lt(valueName);
|
|
1268
1440
|
return (iv);
|
|
1269
1441
|
};
|
|
1270
1442
|
IgxDataGridColumnComponent.prototype.applyCustomFilter = function (filterID, index, value) {
|
|
1271
|
-
this.i.
|
|
1443
|
+
this.i.pa(filterID, index, value);
|
|
1272
1444
|
};
|
|
1273
1445
|
IgxDataGridColumnComponent.prototype.getDesiredToolbarActions = function () {
|
|
1274
1446
|
var iv = this.i.getDesiredToolbarActions();
|
|
@@ -1333,7 +1505,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1333
1505
|
configurable: true
|
|
1334
1506
|
});
|
|
1335
1507
|
IgxDataGridColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1336
|
-
IgxDataGridColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridColumnComponent, selector: "ng-component", inputs: { paddingLeft: "paddingLeft", paddingTop: "paddingTop", paddingRight: "paddingRight", paddingBottom: "paddingBottom", name: "name", field: "field", headerText: "headerText", actualHeaderText: "actualHeaderText", selectedBackground: "selectedBackground", actualSelectedBackground: "actualSelectedBackground", rowHoverBackground: "rowHoverBackground", actualHoverBackground: "actualHoverBackground", rowHoverTextColor: "rowHoverTextColor", actualRowHoverTextColor: "actualRowHoverTextColor", animationSettings: "animationSettings", width: "width", minWidth: "minWidth", isFromMarkup: "isFromMarkup", isAutoGenerated: "isAutoGenerated", filter: "filter", filterExpression: "filterExpression", header: "header", isFilteringEnabled: "isFilteringEnabled", isResizingEnabled: "isResizingEnabled", isHidden: "isHidden", shouldRemoveWhenHidden: "shouldRemoveWhenHidden", sortDirection: "sortDirection", pinned: "pinned", actualColumnOptionsIconAlignment: "actualColumnOptionsIconAlignment", columnOptionsIconAlignment: "columnOptionsIconAlignment", actualColumnOptionsIconColor: "actualColumnOptionsIconColor", columnOptionsIconColor: "columnOptionsIconColor", columnOptionsIconBehavior: "columnOptionsIconBehavior", actualColumnOptionsIconBehavior: "actualColumnOptionsIconBehavior", actualIsColumnOptionsEnabled: "actualIsColumnOptionsEnabled", isColumnOptionsEnabled: "isColumnOptionsEnabled", actualIsColumnOptionsSummariesEnabled: "actualIsColumnOptionsSummariesEnabled", isColumnOptionsSummariesEnabled: "isColumnOptionsSummariesEnabled", actualIsColumnOptionsGroupingEnabled: "actualIsColumnOptionsGroupingEnabled", isColumnOptionsGroupingEnabled: "isColumnOptionsGroupingEnabled", actualColumnOptionsBackground: "actualColumnOptionsBackground", columnOptionsBackground: "columnOptionsBackground", actualColumnOptionsTextColor: "actualColumnOptionsTextColor", columnOptionsTextColor: "columnOptionsTextColor", actualColumnOptionsSeparatorColor: "actualColumnOptionsSeparatorColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", actualColumnOptionsGroupHeaderBackground: "actualColumnOptionsGroupHeaderBackground", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", actualColumnOptionsGroupHeaderTextColor: "actualColumnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", actualColumnOptionsAccentColor: "actualColumnOptionsAccentColor", columnOptionsAccentColor: "columnOptionsAccentColor", isEditable: "isEditable", deletedTextColor: "deletedTextColor", actualDeletedTextColor: "actualDeletedTextColor", editOpacity: "editOpacity", actualEditOpacity: "actualEditOpacity", textEditStyle: "textEditStyle", actualEditFontInfo: "actualEditFontInfo", mergedCellMode: "mergedCellMode", mergedCellEvaluationCriteria: "mergedCellEvaluationCriteria", mergedCellVerticalAlignment: "mergedCellVerticalAlignment", mergedCellPaddingLeft: "mergedCellPaddingLeft", mergedCellPaddingTop: "mergedCellPaddingTop", mergedCellPaddingRight: "mergedCellPaddingRight", mergedCellPaddingBottom: "mergedCellPaddingBottom", filterComparisonType: "filterComparisonType", filterOperands: "filterOperands", suffixText: "suffixText", suffixTextColor: "suffixTextColor", suffixTextStyle: "suffixTextStyle", suffixIconName: "suffixIconName", suffixIconCollectionName: "suffixIconCollectionName", suffixIconStroke: "suffixIconStroke", suffixIconFill: "suffixIconFill", suffixIconViewBoxLeft: "suffixIconViewBoxLeft", suffixIconViewBoxTop: "suffixIconViewBoxTop", suffixIconViewBoxWidth: "suffixIconViewBoxWidth", suffixIconViewBoxHeight: "suffixIconViewBoxHeight", suffixMargin: "suffixMargin", textDecoration: "textDecoration" }, outputs: { formatCell: "formatCell", actualHeaderTextChange: "actualHeaderTextChange" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
1508
|
+
IgxDataGridColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridColumnComponent, selector: "ng-component", inputs: { paddingLeft: "paddingLeft", paddingTop: "paddingTop", paddingRight: "paddingRight", paddingBottom: "paddingBottom", name: "name", field: "field", headerText: "headerText", actualHeaderText: "actualHeaderText", selectedBackground: "selectedBackground", actualSelectedBackground: "actualSelectedBackground", selectedTextColor: "selectedTextColor", actualSelectedTextColor: "actualSelectedTextColor", rowHoverBackground: "rowHoverBackground", actualHoverBackground: "actualHoverBackground", rowHoverTextColor: "rowHoverTextColor", actualRowHoverTextColor: "actualRowHoverTextColor", animationSettings: "animationSettings", width: "width", minWidth: "minWidth", isFromMarkup: "isFromMarkup", isAutoGenerated: "isAutoGenerated", filter: "filter", filterExpression: "filterExpression", header: "header", isFilteringEnabled: "isFilteringEnabled", isResizingEnabled: "isResizingEnabled", isSortingEnabled: "isSortingEnabled", isHidden: "isHidden", shouldRemoveWhenHidden: "shouldRemoveWhenHidden", sortDirection: "sortDirection", pinned: "pinned", actualColumnOptionsIconAlignment: "actualColumnOptionsIconAlignment", columnOptionsIconAlignment: "columnOptionsIconAlignment", actualColumnOptionsIconColor: "actualColumnOptionsIconColor", columnOptionsIconColor: "columnOptionsIconColor", columnOptionsIconBehavior: "columnOptionsIconBehavior", actualColumnOptionsIconBehavior: "actualColumnOptionsIconBehavior", actualIsColumnOptionsEnabled: "actualIsColumnOptionsEnabled", isColumnOptionsEnabled: "isColumnOptionsEnabled", actualIsColumnOptionsSummariesEnabled: "actualIsColumnOptionsSummariesEnabled", isColumnOptionsSummariesEnabled: "isColumnOptionsSummariesEnabled", actualIsColumnOptionsGroupingEnabled: "actualIsColumnOptionsGroupingEnabled", isColumnOptionsGroupingEnabled: "isColumnOptionsGroupingEnabled", actualColumnOptionsBackground: "actualColumnOptionsBackground", columnOptionsBackground: "columnOptionsBackground", actualColumnOptionsTextColor: "actualColumnOptionsTextColor", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsTextStyle: "columnOptionsTextStyle", actualColumnOptionsHoverBackgroundColor: "actualColumnOptionsHoverBackgroundColor", columnOptionsHoverBackgroundColor: "columnOptionsHoverBackgroundColor", actualColumnOptionsToolTipBackgroundColor: "actualColumnOptionsToolTipBackgroundColor", columnOptionsToolTipBackgroundColor: "columnOptionsToolTipBackgroundColor", actualColumnOptionsToolTipTextColor: "actualColumnOptionsToolTipTextColor", columnOptionsToolTipTextColor: "columnOptionsToolTipTextColor", actualColumnOptionsHighlightColor: "actualColumnOptionsHighlightColor", columnOptionsHighlightColor: "columnOptionsHighlightColor", actualColumnOptionsSeparatorColor: "actualColumnOptionsSeparatorColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", actualColumnOptionsGroupHeaderBackground: "actualColumnOptionsGroupHeaderBackground", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", actualColumnOptionsGroupHeaderTextColor: "actualColumnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextStyle: "columnOptionsGroupHeaderTextStyle", actualColumnOptionsAccentColor: "actualColumnOptionsAccentColor", columnOptionsAccentColor: "columnOptionsAccentColor", actualColumnOptionsRowHeight: "actualColumnOptionsRowHeight", columnOptionsRowHeight: "columnOptionsRowHeight", isEditable: "isEditable", deletedTextColor: "deletedTextColor", actualDeletedTextColor: "actualDeletedTextColor", editOpacity: "editOpacity", actualEditOpacity: "actualEditOpacity", textEditStyle: "textEditStyle", actualEditFontInfo: "actualEditFontInfo", mergedCellMode: "mergedCellMode", mergedCellEvaluationCriteria: "mergedCellEvaluationCriteria", mergedCellVerticalAlignment: "mergedCellVerticalAlignment", mergedCellPaddingLeft: "mergedCellPaddingLeft", mergedCellPaddingTop: "mergedCellPaddingTop", mergedCellPaddingRight: "mergedCellPaddingRight", mergedCellPaddingBottom: "mergedCellPaddingBottom", filterComparisonType: "filterComparisonType", filterOperands: "filterOperands", suffixText: "suffixText", suffixTextColor: "suffixTextColor", suffixTextStyle: "suffixTextStyle", suffixIconName: "suffixIconName", suffixIconCollectionName: "suffixIconCollectionName", suffixIconStroke: "suffixIconStroke", suffixIconFill: "suffixIconFill", suffixIconViewBoxLeft: "suffixIconViewBoxLeft", suffixIconViewBoxTop: "suffixIconViewBoxTop", suffixIconViewBoxWidth: "suffixIconViewBoxWidth", suffixIconViewBoxHeight: "suffixIconViewBoxHeight", suffixMargin: "suffixMargin", textDecoration: "textDecoration" }, outputs: { formatCell: "formatCell", actualHeaderTextChange: "actualHeaderTextChange" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
1337
1509
|
return IgxDataGridColumnComponent;
|
|
1338
1510
|
}(IgxDefinitionBaseComponent));
|
|
1339
1511
|
export { IgxDataGridColumnComponent };
|
|
@@ -1362,6 +1534,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1362
1534
|
type: Input
|
|
1363
1535
|
}], actualSelectedBackground: [{
|
|
1364
1536
|
type: Input
|
|
1537
|
+
}], selectedTextColor: [{
|
|
1538
|
+
type: Input
|
|
1539
|
+
}], actualSelectedTextColor: [{
|
|
1540
|
+
type: Input
|
|
1365
1541
|
}], rowHoverBackground: [{
|
|
1366
1542
|
type: Input
|
|
1367
1543
|
}], actualHoverBackground: [{
|
|
@@ -1390,6 +1566,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1390
1566
|
type: Input
|
|
1391
1567
|
}], isResizingEnabled: [{
|
|
1392
1568
|
type: Input
|
|
1569
|
+
}], isSortingEnabled: [{
|
|
1570
|
+
type: Input
|
|
1393
1571
|
}], isHidden: [{
|
|
1394
1572
|
type: Input
|
|
1395
1573
|
}], shouldRemoveWhenHidden: [{
|
|
@@ -1430,6 +1608,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1430
1608
|
type: Input
|
|
1431
1609
|
}], columnOptionsTextColor: [{
|
|
1432
1610
|
type: Input
|
|
1611
|
+
}], columnOptionsTextStyle: [{
|
|
1612
|
+
type: Input
|
|
1613
|
+
}], actualColumnOptionsHoverBackgroundColor: [{
|
|
1614
|
+
type: Input
|
|
1615
|
+
}], columnOptionsHoverBackgroundColor: [{
|
|
1616
|
+
type: Input
|
|
1617
|
+
}], actualColumnOptionsToolTipBackgroundColor: [{
|
|
1618
|
+
type: Input
|
|
1619
|
+
}], columnOptionsToolTipBackgroundColor: [{
|
|
1620
|
+
type: Input
|
|
1621
|
+
}], actualColumnOptionsToolTipTextColor: [{
|
|
1622
|
+
type: Input
|
|
1623
|
+
}], columnOptionsToolTipTextColor: [{
|
|
1624
|
+
type: Input
|
|
1625
|
+
}], actualColumnOptionsHighlightColor: [{
|
|
1626
|
+
type: Input
|
|
1627
|
+
}], columnOptionsHighlightColor: [{
|
|
1628
|
+
type: Input
|
|
1433
1629
|
}], actualColumnOptionsSeparatorColor: [{
|
|
1434
1630
|
type: Input
|
|
1435
1631
|
}], columnOptionsSeparatorColor: [{
|
|
@@ -1442,10 +1638,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1442
1638
|
type: Input
|
|
1443
1639
|
}], columnOptionsGroupHeaderTextColor: [{
|
|
1444
1640
|
type: Input
|
|
1641
|
+
}], columnOptionsGroupHeaderTextStyle: [{
|
|
1642
|
+
type: Input
|
|
1445
1643
|
}], actualColumnOptionsAccentColor: [{
|
|
1446
1644
|
type: Input
|
|
1447
1645
|
}], columnOptionsAccentColor: [{
|
|
1448
1646
|
type: Input
|
|
1647
|
+
}], actualColumnOptionsRowHeight: [{
|
|
1648
|
+
type: Input
|
|
1649
|
+
}], columnOptionsRowHeight: [{
|
|
1650
|
+
type: Input
|
|
1449
1651
|
}], isEditable: [{
|
|
1450
1652
|
type: Input
|
|
1451
1653
|
}], deletedTextColor: [{
|