igniteui-angular-data-grids 21.0.1 → 21.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +15844 -13294
- 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 +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +417 -412
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8357 -7096
- 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 +3 -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 +367 -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 +58 -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 +46 -47
- 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-binding-event-args.js +27 -22
- package/esm2015/lib/igx-data-grid-column-component.js +289 -163
- package/esm2015/lib/igx-data-grid-component.js +163 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +105 -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-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 +74 -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 +36 -36
- package/esm5/lib/CheckboxListView_combined.js +400 -395
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8293 -6823
- 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 +3 -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 +381 -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 +58 -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 +46 -47
- 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-binding-event-args.js +27 -22
- package/esm5/lib/igx-data-grid-column-component.js +341 -163
- package/esm5/lib/igx-data-grid-component.js +213 -2
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +129 -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-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 +98 -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 +15287 -13172
- package/fesm5/igniteui-angular-data-grids.js +15844 -13296
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1817 -1681
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -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 +100 -80
- 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-data-grid-column-component.d.ts +42 -1
- package/lib/igx-data-grid-component.d.ts +61 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +32 -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 +16 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -6,6 +6,7 @@ import { IgxFilterDialogRenderCompletedEventArgs } from "./igx-filter-dialog-ren
|
|
|
6
6
|
import { GridFilterDialog } from "./GridFilterDialog";
|
|
7
7
|
import { TypeRegistrar } from "igniteui-angular-core";
|
|
8
8
|
import { NamePatcher, ensureBool, brushToString, stringToBrush, toSpinal, initializePropertiesFromCss } from "igniteui-angular-core";
|
|
9
|
+
import { FontInfo } from "igniteui-angular-core";
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
/**
|
|
11
12
|
* An advanced grid for displaying data.
|
|
@@ -67,10 +68,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
67
68
|
};
|
|
68
69
|
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "isAnimationEnabled", {
|
|
69
70
|
get: function () {
|
|
70
|
-
return this.i.
|
|
71
|
+
return this.i.ai;
|
|
71
72
|
},
|
|
72
73
|
set: function (v) {
|
|
73
|
-
this.i.
|
|
74
|
+
this.i.ai = ensureBool(v);
|
|
74
75
|
},
|
|
75
76
|
enumerable: false,
|
|
76
77
|
configurable: true
|
|
@@ -82,10 +83,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
82
83
|
* to appear blurry.
|
|
83
84
|
*/
|
|
84
85
|
get: function () {
|
|
85
|
-
return this.i.
|
|
86
|
+
return this.i.aq;
|
|
86
87
|
},
|
|
87
88
|
set: function (v) {
|
|
88
|
-
this.i.
|
|
89
|
+
this.i.aq = +v;
|
|
89
90
|
},
|
|
90
91
|
enumerable: false,
|
|
91
92
|
configurable: true
|
|
@@ -97,30 +98,30 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
97
98
|
* to appear blurry.
|
|
98
99
|
*/
|
|
99
100
|
get: function () {
|
|
100
|
-
return this.i.
|
|
101
|
+
return this.i.ap;
|
|
101
102
|
},
|
|
102
103
|
set: function (v) {
|
|
103
|
-
this.i.
|
|
104
|
+
this.i.ap = +v;
|
|
104
105
|
},
|
|
105
106
|
enumerable: false,
|
|
106
107
|
configurable: true
|
|
107
108
|
});
|
|
108
109
|
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "iconColor", {
|
|
109
110
|
get: function () {
|
|
110
|
-
return brushToString(this.i.
|
|
111
|
+
return brushToString(this.i.c1);
|
|
111
112
|
},
|
|
112
113
|
set: function (v) {
|
|
113
|
-
this.i.
|
|
114
|
+
this.i.c1 = stringToBrush(v);
|
|
114
115
|
},
|
|
115
116
|
enumerable: false,
|
|
116
117
|
configurable: true
|
|
117
118
|
});
|
|
118
119
|
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "viewSize", {
|
|
119
120
|
get: function () {
|
|
120
|
-
return this.i.
|
|
121
|
+
return this.i.ar;
|
|
121
122
|
},
|
|
122
123
|
set: function (v) {
|
|
123
|
-
this.i.
|
|
124
|
+
this.i.ar = +v;
|
|
124
125
|
},
|
|
125
126
|
enumerable: false,
|
|
126
127
|
configurable: true
|
|
@@ -130,10 +131,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
130
131
|
* Gets or sets the column options dropdown background color.
|
|
131
132
|
*/
|
|
132
133
|
get: function () {
|
|
133
|
-
return brushToString(this.i.
|
|
134
|
+
return brushToString(this.i.ct);
|
|
134
135
|
},
|
|
135
136
|
set: function (v) {
|
|
136
|
-
this.i.
|
|
137
|
+
this.i.ct = stringToBrush(v);
|
|
137
138
|
},
|
|
138
139
|
enumerable: false,
|
|
139
140
|
configurable: true
|
|
@@ -143,10 +144,67 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
143
144
|
* Gets or sets the text color for text inside the column options menu.
|
|
144
145
|
*/
|
|
145
146
|
get: function () {
|
|
146
|
-
return brushToString(this.i.
|
|
147
|
+
return brushToString(this.i.cz);
|
|
147
148
|
},
|
|
148
149
|
set: function (v) {
|
|
149
|
-
this.i.
|
|
150
|
+
this.i.cz = stringToBrush(v);
|
|
151
|
+
},
|
|
152
|
+
enumerable: false,
|
|
153
|
+
configurable: true
|
|
154
|
+
});
|
|
155
|
+
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsTextStyle", {
|
|
156
|
+
/**
|
|
157
|
+
* Gets or sets the font settings for text inside the column options menu.
|
|
158
|
+
*/
|
|
159
|
+
get: function () {
|
|
160
|
+
if (this.i.ab == null) {
|
|
161
|
+
return null;
|
|
162
|
+
}
|
|
163
|
+
return this.i.ab.fontString;
|
|
164
|
+
},
|
|
165
|
+
set: function (v) {
|
|
166
|
+
var fi = new FontInfo();
|
|
167
|
+
fi.fontString = v;
|
|
168
|
+
this.i.ab = fi;
|
|
169
|
+
},
|
|
170
|
+
enumerable: false,
|
|
171
|
+
configurable: true
|
|
172
|
+
});
|
|
173
|
+
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsHoverBackgroundColor", {
|
|
174
|
+
/**
|
|
175
|
+
* Gets or sets the hover background color inside the column options menu.
|
|
176
|
+
*/
|
|
177
|
+
get: function () {
|
|
178
|
+
return brushToString(this.i.cx);
|
|
179
|
+
},
|
|
180
|
+
set: function (v) {
|
|
181
|
+
this.i.cx = stringToBrush(v);
|
|
182
|
+
},
|
|
183
|
+
enumerable: false,
|
|
184
|
+
configurable: true
|
|
185
|
+
});
|
|
186
|
+
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsToolTipBackgroundColor", {
|
|
187
|
+
/**
|
|
188
|
+
* Gets or sets the tooltip background color inside the column options menu.
|
|
189
|
+
*/
|
|
190
|
+
get: function () {
|
|
191
|
+
return brushToString(this.i.c0);
|
|
192
|
+
},
|
|
193
|
+
set: function (v) {
|
|
194
|
+
this.i.c0 = stringToBrush(v);
|
|
195
|
+
},
|
|
196
|
+
enumerable: false,
|
|
197
|
+
configurable: true
|
|
198
|
+
});
|
|
199
|
+
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsHighlightColor", {
|
|
200
|
+
/**
|
|
201
|
+
* Gets or sets the highlight color inside the column options menu.
|
|
202
|
+
*/
|
|
203
|
+
get: function () {
|
|
204
|
+
return brushToString(this.i.cw);
|
|
205
|
+
},
|
|
206
|
+
set: function (v) {
|
|
207
|
+
this.i.cw = stringToBrush(v);
|
|
150
208
|
},
|
|
151
209
|
enumerable: false,
|
|
152
210
|
configurable: true
|
|
@@ -156,10 +214,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
156
214
|
* Gets or sets the color of separators inside the column options menu.
|
|
157
215
|
*/
|
|
158
216
|
get: function () {
|
|
159
|
-
return brushToString(this.i.
|
|
217
|
+
return brushToString(this.i.cy);
|
|
160
218
|
},
|
|
161
219
|
set: function (v) {
|
|
162
|
-
this.i.
|
|
220
|
+
this.i.cy = stringToBrush(v);
|
|
163
221
|
},
|
|
164
222
|
enumerable: false,
|
|
165
223
|
configurable: true
|
|
@@ -169,10 +227,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
169
227
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
170
228
|
*/
|
|
171
229
|
get: function () {
|
|
172
|
-
return brushToString(this.i.
|
|
230
|
+
return brushToString(this.i.cu);
|
|
173
231
|
},
|
|
174
232
|
set: function (v) {
|
|
175
|
-
this.i.
|
|
233
|
+
this.i.cu = stringToBrush(v);
|
|
176
234
|
},
|
|
177
235
|
enumerable: false,
|
|
178
236
|
configurable: true
|
|
@@ -182,27 +240,58 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
182
240
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
183
241
|
*/
|
|
184
242
|
get: function () {
|
|
185
|
-
return brushToString(this.i.
|
|
243
|
+
return brushToString(this.i.cv);
|
|
244
|
+
},
|
|
245
|
+
set: function (v) {
|
|
246
|
+
this.i.cv = stringToBrush(v);
|
|
247
|
+
},
|
|
248
|
+
enumerable: false,
|
|
249
|
+
configurable: true
|
|
250
|
+
});
|
|
251
|
+
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsGroupHeaderTextStyle", {
|
|
252
|
+
/**
|
|
253
|
+
* Gets or sets the font settings for group header text inside the column options menu.
|
|
254
|
+
*/
|
|
255
|
+
get: function () {
|
|
256
|
+
if (this.i.aa == null) {
|
|
257
|
+
return null;
|
|
258
|
+
}
|
|
259
|
+
return this.i.aa.fontString;
|
|
186
260
|
},
|
|
187
261
|
set: function (v) {
|
|
188
|
-
|
|
262
|
+
var fi = new FontInfo();
|
|
263
|
+
fi.fontString = v;
|
|
264
|
+
this.i.aa = fi;
|
|
189
265
|
},
|
|
190
266
|
enumerable: false,
|
|
191
267
|
configurable: true
|
|
192
268
|
});
|
|
193
269
|
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsAccentColor", {
|
|
194
270
|
get: function () {
|
|
195
|
-
return brushToString(this.i.
|
|
271
|
+
return brushToString(this.i.cs);
|
|
196
272
|
},
|
|
197
273
|
set: function (v) {
|
|
198
|
-
this.i.
|
|
274
|
+
this.i.cs = stringToBrush(v);
|
|
275
|
+
},
|
|
276
|
+
enumerable: false,
|
|
277
|
+
configurable: true
|
|
278
|
+
});
|
|
279
|
+
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsRowHeight", {
|
|
280
|
+
/**
|
|
281
|
+
* Gets or sets the row height for submenus inside the column options menu.
|
|
282
|
+
*/
|
|
283
|
+
get: function () {
|
|
284
|
+
return this.i.ax;
|
|
285
|
+
},
|
|
286
|
+
set: function (v) {
|
|
287
|
+
this.i.ax = +v;
|
|
199
288
|
},
|
|
200
289
|
enumerable: false,
|
|
201
290
|
configurable: true
|
|
202
291
|
});
|
|
203
292
|
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "isOpen", {
|
|
204
293
|
get: function () {
|
|
205
|
-
return this.i.
|
|
294
|
+
return this.i.aj;
|
|
206
295
|
},
|
|
207
296
|
enumerable: false,
|
|
208
297
|
configurable: true
|
|
@@ -293,16 +382,16 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
293
382
|
this._inStyling = false;
|
|
294
383
|
};
|
|
295
384
|
IgxDataGridFilterDialogComponent.prototype.notifySizeChanged = function (width, height) {
|
|
296
|
-
this.i.
|
|
385
|
+
this.i.b1(width, height);
|
|
297
386
|
};
|
|
298
387
|
IgxDataGridFilterDialogComponent.prototype.notifyCellSizeChanged = function () {
|
|
299
|
-
this.i.
|
|
388
|
+
this.i.b0();
|
|
300
389
|
};
|
|
301
390
|
IgxDataGridFilterDialogComponent.prototype.showIcon = function () {
|
|
302
|
-
this.i.
|
|
391
|
+
this.i.ce();
|
|
303
392
|
};
|
|
304
393
|
IgxDataGridFilterDialogComponent.prototype.hideIcon = function () {
|
|
305
|
-
this.i.
|
|
394
|
+
this.i.by();
|
|
306
395
|
};
|
|
307
396
|
IgxDataGridFilterDialogComponent.prototype.getDesiredToolbarActions = function () {
|
|
308
397
|
var iv = this.i.getDesiredToolbarActions();
|
|
@@ -429,7 +518,7 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
429
518
|
}
|
|
430
519
|
};
|
|
431
520
|
IgxDataGridFilterDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridFilterDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
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 });
|
|
521
|
+
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", columnOptionsTextStyle: "columnOptionsTextStyle", columnOptionsHoverBackgroundColor: "columnOptionsHoverBackgroundColor", columnOptionsToolTipBackgroundColor: "columnOptionsToolTipBackgroundColor", columnOptionsHighlightColor: "columnOptionsHighlightColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextStyle: "columnOptionsGroupHeaderTextStyle", columnOptionsAccentColor: "columnOptionsAccentColor", columnOptionsRowHeight: "columnOptionsRowHeight", commandCompleted: "commandCompleted", invalidateActions: "invalidateActions" }, outputs: { dialogOpening: "dialogOpening", filterChanging: "filterChanging", filterChanged: "filterChanged", renderCompleted: "renderCompleted" }, providers: [], ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
433
522
|
return IgxDataGridFilterDialogComponent;
|
|
434
523
|
}());
|
|
435
524
|
export { IgxDataGridFilterDialogComponent };
|
|
@@ -455,14 +544,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
455
544
|
type: Input
|
|
456
545
|
}], columnOptionsTextColor: [{
|
|
457
546
|
type: Input
|
|
547
|
+
}], columnOptionsTextStyle: [{
|
|
548
|
+
type: Input
|
|
549
|
+
}], columnOptionsHoverBackgroundColor: [{
|
|
550
|
+
type: Input
|
|
551
|
+
}], columnOptionsToolTipBackgroundColor: [{
|
|
552
|
+
type: Input
|
|
553
|
+
}], columnOptionsHighlightColor: [{
|
|
554
|
+
type: Input
|
|
458
555
|
}], columnOptionsSeparatorColor: [{
|
|
459
556
|
type: Input
|
|
460
557
|
}], columnOptionsGroupHeaderBackground: [{
|
|
461
558
|
type: Input
|
|
462
559
|
}], columnOptionsGroupHeaderTextColor: [{
|
|
463
560
|
type: Input
|
|
561
|
+
}], columnOptionsGroupHeaderTextStyle: [{
|
|
562
|
+
type: Input
|
|
464
563
|
}], columnOptionsAccentColor: [{
|
|
465
564
|
type: Input
|
|
565
|
+
}], columnOptionsRowHeight: [{
|
|
566
|
+
type: Input
|
|
466
567
|
}], commandCompleted: [{
|
|
467
568
|
type: Input
|
|
468
569
|
}], invalidateActions: [{
|
|
@@ -29,10 +29,10 @@ var IgxDateTimeCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29
29
|
* Sets or gets the DateTime value for the cell.
|
|
30
30
|
*/
|
|
31
31
|
get: function () {
|
|
32
|
-
return this.i.
|
|
32
|
+
return this.i.oj;
|
|
33
33
|
},
|
|
34
34
|
set: function (v) {
|
|
35
|
-
this.i.
|
|
35
|
+
this.i.oj = v;
|
|
36
36
|
},
|
|
37
37
|
enumerable: false,
|
|
38
38
|
configurable: true
|
|
@@ -42,24 +42,24 @@ var IgxDateTimeCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
42
42
|
* The format string to apply to the value
|
|
43
43
|
*/
|
|
44
44
|
get: function () {
|
|
45
|
-
return this.i.
|
|
45
|
+
return this.i.o0;
|
|
46
46
|
},
|
|
47
47
|
set: function (v) {
|
|
48
|
-
this.i.
|
|
48
|
+
this.i.o0 = v;
|
|
49
49
|
},
|
|
50
50
|
enumerable: false,
|
|
51
51
|
configurable: true
|
|
52
52
|
});
|
|
53
53
|
Object.defineProperty(IgxDateTimeCellInfo.prototype, "formatSpecifiers", {
|
|
54
54
|
get: function () {
|
|
55
|
-
return this.i.
|
|
55
|
+
return this.i.oa;
|
|
56
56
|
},
|
|
57
57
|
set: function (v) {
|
|
58
58
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
59
59
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
60
60
|
v = v.split(re);
|
|
61
61
|
}
|
|
62
|
-
this.i.
|
|
62
|
+
this.i.oa = v;
|
|
63
63
|
},
|
|
64
64
|
enumerable: false,
|
|
65
65
|
configurable: true
|
|
@@ -69,10 +69,10 @@ var IgxDateTimeCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
69
69
|
* The format options to apply to the value
|
|
70
70
|
*/
|
|
71
71
|
get: function () {
|
|
72
|
-
return this.i.
|
|
72
|
+
return this.i.ot;
|
|
73
73
|
},
|
|
74
74
|
set: function (v) {
|
|
75
|
-
this.i.
|
|
75
|
+
this.i.ot = v;
|
|
76
76
|
},
|
|
77
77
|
enumerable: false,
|
|
78
78
|
configurable: true
|
|
@@ -82,10 +82,10 @@ var IgxDateTimeCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
82
82
|
* Sets or gets the simple DateTimeFormat to use for the cell.
|
|
83
83
|
*/
|
|
84
84
|
get: function () {
|
|
85
|
-
return this.i.
|
|
85
|
+
return this.i.of;
|
|
86
86
|
},
|
|
87
87
|
set: function (v) {
|
|
88
|
-
this.i.
|
|
88
|
+
this.i.of = ensureEnum(DateTimeFormats_$type, v);
|
|
89
89
|
},
|
|
90
90
|
enumerable: false,
|
|
91
91
|
configurable: true
|
|
@@ -95,10 +95,10 @@ var IgxDateTimeCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
95
95
|
* Sets or gets whether the value to use is a DateTimeOffset value.
|
|
96
96
|
*/
|
|
97
97
|
get: function () {
|
|
98
|
-
return this.i.
|
|
98
|
+
return this.i.oh;
|
|
99
99
|
},
|
|
100
100
|
set: function (v) {
|
|
101
|
-
this.i.
|
|
101
|
+
this.i.oh = ensureBool(v);
|
|
102
102
|
},
|
|
103
103
|
enumerable: false,
|
|
104
104
|
configurable: true
|
|
@@ -47,10 +47,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
47
47
|
* Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
|
|
48
48
|
*/
|
|
49
49
|
get: function () {
|
|
50
|
-
return this.i.
|
|
50
|
+
return this.i.sc;
|
|
51
51
|
},
|
|
52
52
|
set: function (v) {
|
|
53
|
-
this.i.
|
|
53
|
+
this.i.sc = ensureEnum(DateTimeFormats_$type, v);
|
|
54
54
|
},
|
|
55
55
|
enumerable: false,
|
|
56
56
|
configurable: true
|
|
@@ -60,10 +60,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
60
60
|
* Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
|
|
61
61
|
*/
|
|
62
62
|
get: function () {
|
|
63
|
-
return this.i.
|
|
63
|
+
return this.i.su;
|
|
64
64
|
},
|
|
65
65
|
set: function (v) {
|
|
66
|
-
this.i.
|
|
66
|
+
this.i.su = v;
|
|
67
67
|
},
|
|
68
68
|
enumerable: false,
|
|
69
69
|
configurable: true
|
|
@@ -73,24 +73,24 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
73
73
|
* Gets or sets the format string to use when editing dates.
|
|
74
74
|
*/
|
|
75
75
|
get: function () {
|
|
76
|
-
return this.i.
|
|
76
|
+
return this.i.sn;
|
|
77
77
|
},
|
|
78
78
|
set: function (v) {
|
|
79
|
-
this.i.
|
|
79
|
+
this.i.sn = v;
|
|
80
80
|
},
|
|
81
81
|
enumerable: false,
|
|
82
82
|
configurable: true
|
|
83
83
|
});
|
|
84
84
|
Object.defineProperty(IgxDateTimeColumnComponent.prototype, "formatSpecifiers", {
|
|
85
85
|
get: function () {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.r8;
|
|
87
87
|
},
|
|
88
88
|
set: function (v) {
|
|
89
89
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
90
90
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
91
91
|
v = v.split(re);
|
|
92
92
|
}
|
|
93
|
-
this.i.
|
|
93
|
+
this.i.r8 = v;
|
|
94
94
|
},
|
|
95
95
|
enumerable: false,
|
|
96
96
|
configurable: true
|
|
@@ -100,10 +100,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
100
100
|
* Gets or sets the INTL DateTimeFormat object to use for formatting the date values.
|
|
101
101
|
*/
|
|
102
102
|
get: function () {
|
|
103
|
-
return this.i.
|
|
103
|
+
return this.i.sj;
|
|
104
104
|
},
|
|
105
105
|
set: function (v) {
|
|
106
|
-
this.i.
|
|
106
|
+
this.i.sj = v;
|
|
107
107
|
},
|
|
108
108
|
enumerable: false,
|
|
109
109
|
configurable: true
|
|
@@ -113,10 +113,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
113
113
|
* Gets or sets the ShowTodayButton property to detirmine if the today button is shown
|
|
114
114
|
*/
|
|
115
115
|
get: function () {
|
|
116
|
-
return this.i.
|
|
116
|
+
return this.i.sf;
|
|
117
117
|
},
|
|
118
118
|
set: function (v) {
|
|
119
|
-
this.i.
|
|
119
|
+
this.i.sf = ensureBool(v);
|
|
120
120
|
},
|
|
121
121
|
enumerable: false,
|
|
122
122
|
configurable: true
|
|
@@ -126,10 +126,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
126
126
|
* Gets or sets the editor type used for editing cells in this column.
|
|
127
127
|
*/
|
|
128
128
|
get: function () {
|
|
129
|
-
return this.i.
|
|
129
|
+
return this.i.sd;
|
|
130
130
|
},
|
|
131
131
|
set: function (v) {
|
|
132
|
-
this.i.
|
|
132
|
+
this.i.sd = ensureEnum(EditorType_$type, v);
|
|
133
133
|
},
|
|
134
134
|
enumerable: false,
|
|
135
135
|
configurable: true
|
|
@@ -139,10 +139,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
139
139
|
* Gets or sets the ComboBox data source.
|
|
140
140
|
*/
|
|
141
141
|
get: function () {
|
|
142
|
-
return this.i.
|
|
142
|
+
return this.i.si;
|
|
143
143
|
},
|
|
144
144
|
set: function (v) {
|
|
145
|
-
this.i.
|
|
145
|
+
this.i.si = v;
|
|
146
146
|
},
|
|
147
147
|
enumerable: false,
|
|
148
148
|
configurable: true
|
|
@@ -152,10 +152,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
152
152
|
* Gets or sets the ComboBox text field.
|
|
153
153
|
*/
|
|
154
154
|
get: function () {
|
|
155
|
-
return this.i.
|
|
155
|
+
return this.i.sp;
|
|
156
156
|
},
|
|
157
157
|
set: function (v) {
|
|
158
|
-
this.i.
|
|
158
|
+
this.i.sp = v;
|
|
159
159
|
},
|
|
160
160
|
enumerable: false,
|
|
161
161
|
configurable: true
|
|
@@ -165,10 +165,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
165
165
|
* Gets or sets the ComboBox value field.
|
|
166
166
|
*/
|
|
167
167
|
get: function () {
|
|
168
|
-
return this.i.
|
|
168
|
+
return this.i.sq;
|
|
169
169
|
},
|
|
170
170
|
set: function (v) {
|
|
171
|
-
this.i.
|
|
171
|
+
this.i.sq = v;
|
|
172
172
|
},
|
|
173
173
|
enumerable: false,
|
|
174
174
|
configurable: true
|
|
@@ -10,11 +10,13 @@ import { IgxDateTimeColumnModule } from './igx-date-time-column-module';
|
|
|
10
10
|
import { IgxDateTimeColumnComponent } from './igx-date-time-column-component';
|
|
11
11
|
import { DateTimeColumn } from './DateTimeColumn';
|
|
12
12
|
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import { IgxDateTimeCellInfo } from './igx-date-time-cell-info';
|
|
13
14
|
import * as i0 from "@angular/core";
|
|
14
15
|
var IgxDateTimeColumnDynamicModule = /** @class */ /*@__PURE__*/ (function () {
|
|
15
16
|
function IgxDateTimeColumnDynamicModule() {
|
|
16
17
|
TypeRegistrar.registerCons("IgxDateTimeColumnComponent", IgxDateTimeColumnComponent);
|
|
17
18
|
TypeRegistrar.register("DateTimeColumn", DateTimeColumn.$type);
|
|
19
|
+
TypeRegistrar.registerCons("IgxDateTimeCellInfo", IgxDateTimeCellInfo);
|
|
18
20
|
}
|
|
19
21
|
IgxDateTimeColumnDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDateTimeColumnDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20
22
|
IgxDateTimeColumnDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDateTimeColumnDynamicModule, imports: [CommonModule, IgxDateTimeColumnModule], exports: [IgxDateTimeColumnModule] });
|
|
@@ -473,10 +473,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
473
473
|
* Gets or sets the background color for content that sticks to the top of the grid.
|
|
474
474
|
*/
|
|
475
475
|
get: function () {
|
|
476
|
-
return brushToString(this.i.
|
|
476
|
+
return brushToString(this.i.g0);
|
|
477
477
|
},
|
|
478
478
|
set: function (v) {
|
|
479
|
-
this.i.
|
|
479
|
+
this.i.g0 = stringToBrush(v);
|
|
480
480
|
},
|
|
481
481
|
enumerable: false,
|
|
482
482
|
configurable: true
|
|
@@ -499,10 +499,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
499
499
|
* Gets or sets the background color for cells belonging to rows marked as pinned.
|
|
500
500
|
*/
|
|
501
501
|
get: function () {
|
|
502
|
-
return brushToString(this.i.
|
|
502
|
+
return brushToString(this.i.gz);
|
|
503
503
|
},
|
|
504
504
|
set: function (v) {
|
|
505
|
-
this.i.
|
|
505
|
+
this.i.gz = stringToBrush(v);
|
|
506
506
|
},
|
|
507
507
|
enumerable: false,
|
|
508
508
|
configurable: true
|
|
@@ -525,10 +525,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
525
525
|
* Gets or sets the color for the last row in the sticky row area.
|
|
526
526
|
*/
|
|
527
527
|
get: function () {
|
|
528
|
-
return brushToString(this.i.
|
|
528
|
+
return brushToString(this.i.gy);
|
|
529
529
|
},
|
|
530
530
|
set: function (v) {
|
|
531
|
-
this.i.
|
|
531
|
+
this.i.gy = stringToBrush(v);
|
|
532
532
|
},
|
|
533
533
|
enumerable: false,
|
|
534
534
|
configurable: true
|
|
@@ -616,10 +616,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
616
616
|
* Gets or sets the color to use for displaying text.
|
|
617
617
|
*/
|
|
618
618
|
get: function () {
|
|
619
|
-
return brushToString(this.i.
|
|
619
|
+
return brushToString(this.i.g1);
|
|
620
620
|
},
|
|
621
621
|
set: function (v) {
|
|
622
|
-
this.i.
|
|
622
|
+
this.i.g1 = stringToBrush(v);
|
|
623
623
|
},
|
|
624
624
|
enumerable: false,
|
|
625
625
|
configurable: true
|