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
|
@@ -29,10 +29,10 @@ var IgxSummaryCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29
29
|
* Sets or gets the resolved summary label for the summary cell.
|
|
30
30
|
*/
|
|
31
31
|
get: function () {
|
|
32
|
-
return this.i.
|
|
32
|
+
return this.i.oh;
|
|
33
33
|
},
|
|
34
34
|
set: function (v) {
|
|
35
|
-
this.i.
|
|
35
|
+
this.i.oh = v;
|
|
36
36
|
},
|
|
37
37
|
enumerable: false,
|
|
38
38
|
configurable: true
|
|
@@ -42,10 +42,10 @@ var IgxSummaryCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
42
42
|
* Sets or gets the resolved summary value for the sumamry cell.
|
|
43
43
|
*/
|
|
44
44
|
get: function () {
|
|
45
|
-
return this.i.
|
|
45
|
+
return this.i.oj;
|
|
46
46
|
},
|
|
47
47
|
set: function (v) {
|
|
48
|
-
this.i.
|
|
48
|
+
this.i.oj = v;
|
|
49
49
|
},
|
|
50
50
|
enumerable: false,
|
|
51
51
|
configurable: true
|
|
@@ -55,25 +55,25 @@ var IgxSummaryCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
55
55
|
* Gets or sets the color of the text for the summary label in the cell.
|
|
56
56
|
*/
|
|
57
57
|
get: function () {
|
|
58
|
-
return brushToString(this.i.
|
|
58
|
+
return brushToString(this.i.oo);
|
|
59
59
|
},
|
|
60
60
|
set: function (v) {
|
|
61
|
-
this.i.
|
|
61
|
+
this.i.oo = stringToBrush(v);
|
|
62
62
|
},
|
|
63
63
|
enumerable: false,
|
|
64
64
|
configurable: true
|
|
65
65
|
});
|
|
66
66
|
Object.defineProperty(IgxSummaryCellInfo.prototype, "font", {
|
|
67
67
|
get: function () {
|
|
68
|
-
if (this.i.
|
|
68
|
+
if (this.i.oa == null) {
|
|
69
69
|
return null;
|
|
70
70
|
}
|
|
71
|
-
return this.i.
|
|
71
|
+
return this.i.oa.fontString;
|
|
72
72
|
},
|
|
73
73
|
set: function (v) {
|
|
74
74
|
var fi = new FontInfo();
|
|
75
75
|
fi.fontString = v;
|
|
76
|
-
this.i.
|
|
76
|
+
this.i.oa = fi;
|
|
77
77
|
},
|
|
78
78
|
enumerable: false,
|
|
79
79
|
configurable: true
|
|
@@ -38,10 +38,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38
38
|
* Gets or sets the background color for summary cells when selected.
|
|
39
39
|
*/
|
|
40
40
|
get: function () {
|
|
41
|
-
return brushToString(this.i.
|
|
41
|
+
return brushToString(this.i.hz);
|
|
42
42
|
},
|
|
43
43
|
set: function (v) {
|
|
44
|
-
this.i.
|
|
44
|
+
this.i.hz = stringToBrush(v);
|
|
45
45
|
},
|
|
46
46
|
enumerable: false,
|
|
47
47
|
configurable: true
|
|
@@ -51,10 +51,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51
51
|
* Gets the actual background color for summary cells when selected.
|
|
52
52
|
*/
|
|
53
53
|
get: function () {
|
|
54
|
-
return brushToString(this.i.
|
|
54
|
+
return brushToString(this.i.hw);
|
|
55
55
|
},
|
|
56
56
|
set: function (v) {
|
|
57
|
-
this.i.
|
|
57
|
+
this.i.hw = stringToBrush(v);
|
|
58
58
|
},
|
|
59
59
|
enumerable: false,
|
|
60
60
|
configurable: true
|
|
@@ -64,10 +64,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
64
64
|
* Gets or sets the text color for the summary labels.
|
|
65
65
|
*/
|
|
66
66
|
get: function () {
|
|
67
|
-
return brushToString(this.i.
|
|
67
|
+
return brushToString(this.i.h0);
|
|
68
68
|
},
|
|
69
69
|
set: function (v) {
|
|
70
|
-
this.i.
|
|
70
|
+
this.i.h0 = stringToBrush(v);
|
|
71
71
|
},
|
|
72
72
|
enumerable: false,
|
|
73
73
|
configurable: true
|
|
@@ -77,10 +77,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77
77
|
* Gets the actual text color for the summary labels.
|
|
78
78
|
*/
|
|
79
79
|
get: function () {
|
|
80
|
-
return brushToString(this.i.
|
|
80
|
+
return brushToString(this.i.hx);
|
|
81
81
|
},
|
|
82
82
|
set: function (v) {
|
|
83
|
-
this.i.
|
|
83
|
+
this.i.hx = stringToBrush(v);
|
|
84
84
|
},
|
|
85
85
|
enumerable: false,
|
|
86
86
|
configurable: true
|
|
@@ -108,10 +108,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
108
108
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
109
109
|
*/
|
|
110
110
|
get: function () {
|
|
111
|
-
return this.i.
|
|
111
|
+
return this.i.hc;
|
|
112
112
|
},
|
|
113
113
|
set: function (v) {
|
|
114
|
-
this.i.
|
|
114
|
+
this.i.hc = +v;
|
|
115
115
|
},
|
|
116
116
|
enumerable: false,
|
|
117
117
|
configurable: true
|
|
@@ -121,10 +121,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
121
121
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
122
122
|
*/
|
|
123
123
|
get: function () {
|
|
124
|
-
return this.i.
|
|
124
|
+
return this.i.he;
|
|
125
125
|
},
|
|
126
126
|
set: function (v) {
|
|
127
|
-
this.i.
|
|
127
|
+
this.i.he = +v;
|
|
128
128
|
},
|
|
129
129
|
enumerable: false,
|
|
130
130
|
configurable: true
|
|
@@ -134,10 +134,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
134
134
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
135
135
|
*/
|
|
136
136
|
get: function () {
|
|
137
|
-
return this.i.
|
|
137
|
+
return this.i.hd;
|
|
138
138
|
},
|
|
139
139
|
set: function (v) {
|
|
140
|
-
this.i.
|
|
140
|
+
this.i.hd = +v;
|
|
141
141
|
},
|
|
142
142
|
enumerable: false,
|
|
143
143
|
configurable: true
|
|
@@ -147,10 +147,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
147
147
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
148
148
|
*/
|
|
149
149
|
get: function () {
|
|
150
|
-
return this.i.
|
|
150
|
+
return this.i.hb;
|
|
151
151
|
},
|
|
152
152
|
set: function (v) {
|
|
153
|
-
this.i.
|
|
153
|
+
this.i.hb = +v;
|
|
154
154
|
},
|
|
155
155
|
enumerable: false,
|
|
156
156
|
configurable: true
|
|
@@ -27,10 +27,10 @@ var IgxTemplateCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27
27
|
* Sets or gets the value to provide to the template.
|
|
28
28
|
*/
|
|
29
29
|
get: function () {
|
|
30
|
-
return this.i.
|
|
30
|
+
return this.i.ob;
|
|
31
31
|
},
|
|
32
32
|
set: function (v) {
|
|
33
|
-
this.i.
|
|
33
|
+
this.i.ob = v;
|
|
34
34
|
},
|
|
35
35
|
enumerable: false,
|
|
36
36
|
configurable: true
|
|
@@ -10,11 +10,13 @@ import { IgxTemplateColumnModule } from './igx-template-column-module';
|
|
|
10
10
|
import { IgxTemplateColumnComponent } from './igx-template-column-component';
|
|
11
11
|
import { TemplateColumn } from './TemplateColumn';
|
|
12
12
|
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import { IgxTemplateCellInfo } from './igx-template-cell-info';
|
|
13
14
|
import * as i0 from "@angular/core";
|
|
14
15
|
var IgxTemplateColumnDynamicModule = /** @class */ /*@__PURE__*/ (function () {
|
|
15
16
|
function IgxTemplateColumnDynamicModule() {
|
|
16
17
|
TypeRegistrar.registerCons("IgxTemplateColumnComponent", IgxTemplateColumnComponent);
|
|
17
18
|
TypeRegistrar.register("TemplateColumn", TemplateColumn.$type);
|
|
19
|
+
TypeRegistrar.registerCons("IgxTemplateCellInfo", IgxTemplateCellInfo);
|
|
18
20
|
}
|
|
19
21
|
IgxTemplateColumnDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxTemplateColumnDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20
22
|
IgxTemplateColumnDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxTemplateColumnDynamicModule, imports: [CommonModule, IgxTemplateColumnModule], exports: [IgxTemplateColumnModule] });
|
|
@@ -28,10 +28,10 @@ var IgxTemplateHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
28
28
|
* Sets or gets whether the filter UI should be visible in the header.
|
|
29
29
|
*/
|
|
30
30
|
get: function () {
|
|
31
|
-
return this.i.
|
|
31
|
+
return this.i.oe;
|
|
32
32
|
},
|
|
33
33
|
set: function (v) {
|
|
34
|
-
this.i.
|
|
34
|
+
this.i.oe = ensureBool(v);
|
|
35
35
|
},
|
|
36
36
|
enumerable: false,
|
|
37
37
|
configurable: true
|
|
@@ -10,11 +10,13 @@ import { IgxTemplateHeaderModule } from './igx-template-header-module';
|
|
|
10
10
|
import { IgxTemplateHeaderComponent } from './igx-template-header-component';
|
|
11
11
|
import { TemplateHeader } from './TemplateHeader';
|
|
12
12
|
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import { IgxTemplateHeaderCellInfo } from './igx-template-header-cell-info';
|
|
13
14
|
import * as i0 from "@angular/core";
|
|
14
15
|
var IgxTemplateHeaderDynamicModule = /** @class */ /*@__PURE__*/ (function () {
|
|
15
16
|
function IgxTemplateHeaderDynamicModule() {
|
|
16
17
|
TypeRegistrar.registerCons("IgxTemplateHeaderComponent", IgxTemplateHeaderComponent);
|
|
17
18
|
TypeRegistrar.register("TemplateHeader", TemplateHeader.$type);
|
|
19
|
+
TypeRegistrar.registerCons("IgxTemplateHeaderCellInfo", IgxTemplateHeaderCellInfo);
|
|
18
20
|
}
|
|
19
21
|
IgxTemplateHeaderDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxTemplateHeaderDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20
22
|
IgxTemplateHeaderDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxTemplateHeaderDynamicModule, imports: [CommonModule, IgxTemplateHeaderModule], exports: [IgxTemplateHeaderModule] });
|
|
@@ -10,11 +10,15 @@ import { IgxTemplateSectionHeaderModule } from './igx-template-section-header-mo
|
|
|
10
10
|
import { IgxTemplateSectionHeaderComponent } from './igx-template-section-header-component';
|
|
11
11
|
import { TemplateSectionHeader } from './TemplateSectionHeader';
|
|
12
12
|
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import { IgxTemplateSectionHeaderCellInfo } from './igx-template-section-header-cell-info';
|
|
14
|
+
import { IgxSectionHeaderCellInfo } from './igx-section-header-cell-info';
|
|
13
15
|
import * as i0 from "@angular/core";
|
|
14
16
|
var IgxTemplateSectionHeaderDynamicModule = /** @class */ /*@__PURE__*/ (function () {
|
|
15
17
|
function IgxTemplateSectionHeaderDynamicModule() {
|
|
16
18
|
TypeRegistrar.registerCons("IgxTemplateSectionHeaderComponent", IgxTemplateSectionHeaderComponent);
|
|
17
19
|
TypeRegistrar.register("TemplateSectionHeader", TemplateSectionHeader.$type);
|
|
20
|
+
TypeRegistrar.registerCons("IgxTemplateSectionHeaderCellInfo", IgxTemplateSectionHeaderCellInfo);
|
|
21
|
+
TypeRegistrar.registerCons("IgxSectionHeaderCellInfo", IgxSectionHeaderCellInfo);
|
|
18
22
|
}
|
|
19
23
|
IgxTemplateSectionHeaderDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxTemplateSectionHeaderDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20
24
|
IgxTemplateSectionHeaderDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxTemplateSectionHeaderDynamicModule, imports: [CommonModule, IgxTemplateSectionHeaderModule], exports: [IgxTemplateSectionHeaderModule] });
|
|
@@ -27,10 +27,10 @@ var IgxTextCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27
27
|
* Sets or gets the text value for the cell.
|
|
28
28
|
*/
|
|
29
29
|
get: function () {
|
|
30
|
-
return this.i.
|
|
30
|
+
return this.i.ob;
|
|
31
31
|
},
|
|
32
32
|
set: function (v) {
|
|
33
|
-
this.i.
|
|
33
|
+
this.i.ob = v;
|
|
34
34
|
},
|
|
35
35
|
enumerable: false,
|
|
36
36
|
configurable: true
|
|
@@ -46,10 +46,10 @@ var IgxTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
46
46
|
* Gets or sets the editor type used for editing cells in this column.
|
|
47
47
|
*/
|
|
48
48
|
get: function () {
|
|
49
|
-
return this.i.
|
|
49
|
+
return this.i.r7;
|
|
50
50
|
},
|
|
51
51
|
set: function (v) {
|
|
52
|
-
this.i.
|
|
52
|
+
this.i.r7 = ensureEnum(EditorType_$type, v);
|
|
53
53
|
},
|
|
54
54
|
enumerable: false,
|
|
55
55
|
configurable: true
|
|
@@ -59,10 +59,10 @@ var IgxTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
59
59
|
* Gets or sets the ComboBox data source.
|
|
60
60
|
*/
|
|
61
61
|
get: function () {
|
|
62
|
-
return this.i.
|
|
62
|
+
return this.i.r8;
|
|
63
63
|
},
|
|
64
64
|
set: function (v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.r8 = v;
|
|
66
66
|
},
|
|
67
67
|
enumerable: false,
|
|
68
68
|
configurable: true
|
|
@@ -72,10 +72,10 @@ var IgxTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72
72
|
* Gets or sets the ComboBox text field.
|
|
73
73
|
*/
|
|
74
74
|
get: function () {
|
|
75
|
-
return this.i.
|
|
75
|
+
return this.i.sa;
|
|
76
76
|
},
|
|
77
77
|
set: function (v) {
|
|
78
|
-
this.i.
|
|
78
|
+
this.i.sa = v;
|
|
79
79
|
},
|
|
80
80
|
enumerable: false,
|
|
81
81
|
configurable: true
|
|
@@ -85,10 +85,10 @@ var IgxTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85
85
|
* Gets or sets the ComboBox value field.
|
|
86
86
|
*/
|
|
87
87
|
get: function () {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.sb;
|
|
89
89
|
},
|
|
90
90
|
set: function (v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.sb = v;
|
|
92
92
|
},
|
|
93
93
|
enumerable: false,
|
|
94
94
|
configurable: true
|
|
@@ -10,11 +10,13 @@ import { IgxTextColumnModule } from './igx-text-column-module';
|
|
|
10
10
|
import { IgxTextColumnComponent } from './igx-text-column-component';
|
|
11
11
|
import { TextColumn } from './TextColumn';
|
|
12
12
|
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import { IgxTextCellInfo } from './igx-text-cell-info';
|
|
13
14
|
import * as i0 from "@angular/core";
|
|
14
15
|
var IgxTextColumnDynamicModule = /** @class */ /*@__PURE__*/ (function () {
|
|
15
16
|
function IgxTextColumnDynamicModule() {
|
|
16
17
|
TypeRegistrar.registerCons("IgxTextColumnComponent", IgxTextColumnComponent);
|
|
17
18
|
TypeRegistrar.register("TextColumn", TextColumn.$type);
|
|
19
|
+
TypeRegistrar.registerCons("IgxTextCellInfo", IgxTextCellInfo);
|
|
18
20
|
}
|
|
19
21
|
IgxTextColumnDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxTextColumnDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20
22
|
IgxTextColumnDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxTextColumnDynamicModule, imports: [CommonModule, IgxTextColumnModule], exports: [IgxTextColumnModule] });
|
|
@@ -6,6 +6,7 @@ import { BaseControlTheme_$type } from "igniteui-angular-core";
|
|
|
6
6
|
import { IgxTextCellInfo } from "./igx-text-cell-info";
|
|
7
7
|
import { TextHeaderCellModel as TextHeaderCellModel_internal } from "./TextHeaderCellModel";
|
|
8
8
|
import { ensureBool, ensureEnum, brushToString, stringToBrush } from "igniteui-angular-core";
|
|
9
|
+
import { FontInfo } from "igniteui-angular-core";
|
|
9
10
|
/**
|
|
10
11
|
* Backing information for a text header cell.
|
|
11
12
|
*/
|
|
@@ -32,20 +33,20 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32
33
|
* Sets or gets whether the filter UI should be visible in the header.
|
|
33
34
|
*/
|
|
34
35
|
get: function () {
|
|
35
|
-
return this.i.
|
|
36
|
+
return this.i.oq;
|
|
36
37
|
},
|
|
37
38
|
set: function (v) {
|
|
38
|
-
this.i.
|
|
39
|
+
this.i.oq = ensureBool(v);
|
|
39
40
|
},
|
|
40
41
|
enumerable: false,
|
|
41
42
|
configurable: true
|
|
42
43
|
});
|
|
43
44
|
Object.defineProperty(IgxTextHeaderCellInfo.prototype, "sortIndicatorStyle", {
|
|
44
45
|
get: function () {
|
|
45
|
-
return this.i.
|
|
46
|
+
return this.i.oi;
|
|
46
47
|
},
|
|
47
48
|
set: function (v) {
|
|
48
|
-
this.i.
|
|
49
|
+
this.i.oi = ensureEnum(SortIndicatorStyle_$type, v);
|
|
49
50
|
},
|
|
50
51
|
enumerable: false,
|
|
51
52
|
configurable: true
|
|
@@ -55,10 +56,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
55
56
|
* Gets or sets the alignment of the column options icon within the header cell.
|
|
56
57
|
*/
|
|
57
58
|
get: function () {
|
|
58
|
-
return this.i.
|
|
59
|
+
return this.i.oe;
|
|
59
60
|
},
|
|
60
61
|
set: function (v) {
|
|
61
|
-
this.i.
|
|
62
|
+
this.i.oe = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
62
63
|
},
|
|
63
64
|
enumerable: false,
|
|
64
65
|
configurable: true
|
|
@@ -68,10 +69,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
68
69
|
* Gets or sets the color for the column options icon in the header.
|
|
69
70
|
*/
|
|
70
71
|
get: function () {
|
|
71
|
-
return brushToString(this.i.
|
|
72
|
+
return brushToString(this.i.p9);
|
|
72
73
|
},
|
|
73
74
|
set: function (v) {
|
|
74
|
-
this.i.
|
|
75
|
+
this.i.p9 = stringToBrush(v);
|
|
75
76
|
},
|
|
76
77
|
enumerable: false,
|
|
77
78
|
configurable: true
|
|
@@ -81,10 +82,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81
82
|
* Gets or sets how the column option icon will behave in the header.
|
|
82
83
|
*/
|
|
83
84
|
get: function () {
|
|
84
|
-
return this.i.
|
|
85
|
+
return this.i.og;
|
|
85
86
|
},
|
|
86
87
|
set: function (v) {
|
|
87
|
-
this.i.
|
|
88
|
+
this.i.og = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
88
89
|
},
|
|
89
90
|
enumerable: false,
|
|
90
91
|
configurable: true
|
|
@@ -94,10 +95,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
94
95
|
* Gets or sets the column options theme.
|
|
95
96
|
*/
|
|
96
97
|
get: function () {
|
|
97
|
-
return this.i.
|
|
98
|
+
return this.i.ok;
|
|
98
99
|
},
|
|
99
100
|
set: function (v) {
|
|
100
|
-
this.i.
|
|
101
|
+
this.i.ok = ensureEnum(BaseControlTheme_$type, v);
|
|
101
102
|
},
|
|
102
103
|
enumerable: false,
|
|
103
104
|
configurable: true
|
|
@@ -107,10 +108,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
107
108
|
* Gets or sets the column options dropdown background color.
|
|
108
109
|
*/
|
|
109
110
|
get: function () {
|
|
110
|
-
return brushToString(this.i.
|
|
111
|
+
return brushToString(this.i.p4);
|
|
111
112
|
},
|
|
112
113
|
set: function (v) {
|
|
113
|
-
this.i.
|
|
114
|
+
this.i.p4 = stringToBrush(v);
|
|
114
115
|
},
|
|
115
116
|
enumerable: false,
|
|
116
117
|
configurable: true
|
|
@@ -120,10 +121,58 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
120
121
|
* Gets or sets the text color for text inside the column options menu.
|
|
121
122
|
*/
|
|
122
123
|
get: function () {
|
|
123
|
-
return brushToString(this.i.
|
|
124
|
+
return brushToString(this.i.qb);
|
|
124
125
|
},
|
|
125
126
|
set: function (v) {
|
|
126
|
-
this.i.
|
|
127
|
+
this.i.qb = stringToBrush(v);
|
|
128
|
+
},
|
|
129
|
+
enumerable: false,
|
|
130
|
+
configurable: true
|
|
131
|
+
});
|
|
132
|
+
Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsTextStyle", {
|
|
133
|
+
/**
|
|
134
|
+
* Gets or sets the font settings for text inside the column options menu.
|
|
135
|
+
*/
|
|
136
|
+
get: function () {
|
|
137
|
+
if (this.i.oo == null) {
|
|
138
|
+
return null;
|
|
139
|
+
}
|
|
140
|
+
return this.i.oo.fontString;
|
|
141
|
+
},
|
|
142
|
+
set: function (v) {
|
|
143
|
+
var fi = new FontInfo();
|
|
144
|
+
fi.fontString = v;
|
|
145
|
+
this.i.oo = fi;
|
|
146
|
+
},
|
|
147
|
+
enumerable: false,
|
|
148
|
+
configurable: true
|
|
149
|
+
});
|
|
150
|
+
Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsHoverBackgroundColor", {
|
|
151
|
+
get: function () {
|
|
152
|
+
return brushToString(this.i.p8);
|
|
153
|
+
},
|
|
154
|
+
set: function (v) {
|
|
155
|
+
this.i.p8 = stringToBrush(v);
|
|
156
|
+
},
|
|
157
|
+
enumerable: false,
|
|
158
|
+
configurable: true
|
|
159
|
+
});
|
|
160
|
+
Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsToolTipBackgroundColor", {
|
|
161
|
+
get: function () {
|
|
162
|
+
return brushToString(this.i.qc);
|
|
163
|
+
},
|
|
164
|
+
set: function (v) {
|
|
165
|
+
this.i.qc = stringToBrush(v);
|
|
166
|
+
},
|
|
167
|
+
enumerable: false,
|
|
168
|
+
configurable: true
|
|
169
|
+
});
|
|
170
|
+
Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsHighlightColor", {
|
|
171
|
+
get: function () {
|
|
172
|
+
return brushToString(this.i.p7);
|
|
173
|
+
},
|
|
174
|
+
set: function (v) {
|
|
175
|
+
this.i.p7 = stringToBrush(v);
|
|
127
176
|
},
|
|
128
177
|
enumerable: false,
|
|
129
178
|
configurable: true
|
|
@@ -133,10 +182,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
133
182
|
* Gets or sets the color of separators inside the column options menu.
|
|
134
183
|
*/
|
|
135
184
|
get: function () {
|
|
136
|
-
return brushToString(this.i.
|
|
185
|
+
return brushToString(this.i.qa);
|
|
137
186
|
},
|
|
138
187
|
set: function (v) {
|
|
139
|
-
this.i.
|
|
188
|
+
this.i.qa = stringToBrush(v);
|
|
140
189
|
},
|
|
141
190
|
enumerable: false,
|
|
142
191
|
configurable: true
|
|
@@ -146,10 +195,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
146
195
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
147
196
|
*/
|
|
148
197
|
get: function () {
|
|
149
|
-
return brushToString(this.i.
|
|
198
|
+
return brushToString(this.i.p5);
|
|
150
199
|
},
|
|
151
200
|
set: function (v) {
|
|
152
|
-
this.i.
|
|
201
|
+
this.i.p5 = stringToBrush(v);
|
|
153
202
|
},
|
|
154
203
|
enumerable: false,
|
|
155
204
|
configurable: true
|
|
@@ -159,20 +208,45 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
159
208
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
160
209
|
*/
|
|
161
210
|
get: function () {
|
|
162
|
-
return brushToString(this.i.
|
|
211
|
+
return brushToString(this.i.p6);
|
|
212
|
+
},
|
|
213
|
+
set: function (v) {
|
|
214
|
+
this.i.p6 = stringToBrush(v);
|
|
215
|
+
},
|
|
216
|
+
enumerable: false,
|
|
217
|
+
configurable: true
|
|
218
|
+
});
|
|
219
|
+
Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsGroupHeaderTextStyle", {
|
|
220
|
+
get: function () {
|
|
221
|
+
if (this.i.on == null) {
|
|
222
|
+
return null;
|
|
223
|
+
}
|
|
224
|
+
return this.i.on.fontString;
|
|
163
225
|
},
|
|
164
226
|
set: function (v) {
|
|
165
|
-
|
|
227
|
+
var fi = new FontInfo();
|
|
228
|
+
fi.fontString = v;
|
|
229
|
+
this.i.on = fi;
|
|
166
230
|
},
|
|
167
231
|
enumerable: false,
|
|
168
232
|
configurable: true
|
|
169
233
|
});
|
|
170
234
|
Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsAccentColor", {
|
|
171
235
|
get: function () {
|
|
172
|
-
return brushToString(this.i.
|
|
236
|
+
return brushToString(this.i.p3);
|
|
237
|
+
},
|
|
238
|
+
set: function (v) {
|
|
239
|
+
this.i.p3 = stringToBrush(v);
|
|
240
|
+
},
|
|
241
|
+
enumerable: false,
|
|
242
|
+
configurable: true
|
|
243
|
+
});
|
|
244
|
+
Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsRowHeight", {
|
|
245
|
+
get: function () {
|
|
246
|
+
return this.i.o2;
|
|
173
247
|
},
|
|
174
248
|
set: function (v) {
|
|
175
|
-
this.i.
|
|
249
|
+
this.i.o2 = +v;
|
|
176
250
|
},
|
|
177
251
|
enumerable: false,
|
|
178
252
|
configurable: true
|
|
@@ -10,11 +10,13 @@ import { IgxTextHeaderModule } from './igx-text-header-module';
|
|
|
10
10
|
import { IgxTextHeaderComponent } from './igx-text-header-component';
|
|
11
11
|
import { TextHeader } from './TextHeader';
|
|
12
12
|
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import { IgxTextHeaderCellInfo } from './igx-text-header-cell-info';
|
|
13
14
|
import * as i0 from "@angular/core";
|
|
14
15
|
var IgxTextHeaderDynamicModule = /** @class */ /*@__PURE__*/ (function () {
|
|
15
16
|
function IgxTextHeaderDynamicModule() {
|
|
16
17
|
TypeRegistrar.registerCons("IgxTextHeaderComponent", IgxTextHeaderComponent);
|
|
17
18
|
TypeRegistrar.register("TextHeader", TextHeader.$type);
|
|
19
|
+
TypeRegistrar.registerCons("IgxTextHeaderCellInfo", IgxTextHeaderCellInfo);
|
|
18
20
|
}
|
|
19
21
|
IgxTextHeaderDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxTextHeaderDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20
22
|
IgxTextHeaderDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxTextHeaderDynamicModule, imports: [CommonModule, IgxTextHeaderModule], exports: [IgxTextHeaderModule] });
|
package/esm5/public_api.js
CHANGED
|
@@ -2,6 +2,7 @@ export * from './lib/igx-checkbox-list-component';
|
|
|
2
2
|
export * from './lib/igx-checkbox-list-dynamic-module';
|
|
3
3
|
export * from './lib/igx-checkbox-list-module';
|
|
4
4
|
export * from './lib/CheckboxListView';
|
|
5
|
+
export * from './lib/ICheckboxListView';
|
|
5
6
|
export * from './lib/CheckboxList';
|
|
6
7
|
export * from './lib/CheckboxListKeysClearedEventArgs';
|
|
7
8
|
export * from './lib/igx-checkbox-list-keys-cleared-event-args';
|
|
@@ -323,6 +324,7 @@ export * from './lib/GridAnimationManager';
|
|
|
323
324
|
export * from './lib/GridAnimationManagerAnimationCreatedEventArgs';
|
|
324
325
|
export * from './lib/GridAnimationManagerAnimationCompletedEventArgs';
|
|
325
326
|
export * from './lib/GridAnimationManagerAnimationCanceledEventArgs';
|
|
327
|
+
export * from './lib/GridIconRepository';
|
|
326
328
|
export * from './lib/igx-grid-conditional-style-collection';
|
|
327
329
|
export * from './lib/GridConditionalStyleCollection';
|
|
328
330
|
export * from './lib/igx-grid-conditional-style-property-collection';
|