igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +44020 -42109
- package/bundles/igniteui-webcomponents-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 +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +25 -25
- package/esm2015/lib/CheckboxListBridge.js +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +416 -411
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +6915 -5977
- package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/EditorCellPresenter.js +21 -21
- package/esm2015/lib/FilterCellPresenter.js +12 -12
- package/esm2015/lib/GridCellBase.js +6 -6
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- 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 +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
- package/esm2015/lib/GridIconRepository.js +92 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +6 -3
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCellPresenter.js +7 -7
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +7 -7
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/SummaryCellPresenter.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +3 -3
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextHeaderCell.js +62 -27
- package/esm2015/lib/TextHeaderCellPresenter.js +44 -25
- package/esm2015/lib/igc-cell-info.js +97 -91
- package/esm2015/lib/igc-checkbox-list-component.js +57 -58
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-binding-event-args.js +27 -22
- package/esm2015/lib/igc-data-grid-column-component.js +271 -188
- package/esm2015/lib/igc-data-grid-component.js +135 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-date-time-column-module.js +2 -0
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-image-column-module.js +2 -0
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-numeric-column-module.js +2 -0
- package/esm2015/lib/igc-row-separator-module.js +2 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-module.js +2 -0
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-column-module.js +2 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-module.js +2 -0
- package/esm2015/lib/igc-template-section-header-module.js +4 -0
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-column-module.js +2 -0
- package/esm2015/lib/igc-text-header-cell-info.js +74 -24
- package/esm2015/lib/igc-text-header-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 +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +25 -25
- package/esm5/lib/CheckboxListBridge.js +36 -36
- package/esm5/lib/CheckboxListView_combined.js +399 -394
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +6922 -5827
- package/esm5/lib/ColumnGroupingView_combined.js +13 -13
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/EditorCellPresenter.js +21 -21
- package/esm5/lib/FilterCellPresenter.js +12 -12
- package/esm5/lib/GridCellBase.js +6 -6
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- 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 +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +377 -244
- package/esm5/lib/GridIconRepository.js +97 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +10 -3
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCellPresenter.js +7 -7
- package/esm5/lib/MultiColumnComboBoxView_combined.js +7 -7
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/SummaryCellPresenter.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +3 -3
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextHeaderCell.js +62 -27
- package/esm5/lib/TextHeaderCellPresenter.js +44 -25
- package/esm5/lib/igc-cell-info.js +101 -91
- package/esm5/lib/igc-checkbox-list-component.js +57 -58
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-binding-event-args.js +27 -22
- package/esm5/lib/igc-data-grid-column-component.js +311 -188
- package/esm5/lib/igc-data-grid-component.js +177 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-date-time-column-module.js +2 -0
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-module.js +2 -0
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-image-column-module.js +2 -0
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-numeric-column-module.js +2 -0
- package/esm5/lib/igc-row-separator-module.js +2 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-module.js +2 -0
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-column-module.js +2 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-module.js +2 -0
- package/esm5/lib/igc-template-section-header-module.js +4 -0
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-column-module.js +2 -0
- package/esm5/lib/igc-text-header-cell-info.js +98 -24
- package/esm5/lib/igc-text-header-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +38809 -37228
- package/fesm5/igniteui-webcomponents-data-grids.js +44020 -42111
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1518 -1434
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -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/ICheckboxListView.d.ts +38 -0
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/igc-cell-info.d.ts +4 -0
- package/lib/igc-data-grid-column-component.d.ts +23 -0
- package/lib/igc-data-grid-component.d.ts +43 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
- package/lib/igc-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -4,6 +4,7 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
|
+
import { IgcTextCellInfo } from './igc-text-cell-info';
|
|
7
8
|
import { IgcTextColumnComponent } from './igc-text-column-component';
|
|
8
9
|
import { TextColumn } from './TextColumn';
|
|
9
10
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
@@ -11,6 +12,7 @@ var IgcTextColumnModule = /** @class */ /*@__PURE__*/ (function () {
|
|
|
11
12
|
function IgcTextColumnModule() {
|
|
12
13
|
}
|
|
13
14
|
IgcTextColumnModule.register = function () {
|
|
15
|
+
TypeRegistrar.registerCons("IgcTextCellInfo", IgcTextCellInfo);
|
|
14
16
|
IgcTextColumnComponent.register();
|
|
15
17
|
TypeRegistrar.registerCons("IgcTextColumnComponent", IgcTextColumnComponent);
|
|
16
18
|
TypeRegistrar.register("TextColumn", TextColumn.$type);
|
|
@@ -6,6 +6,7 @@ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
|
6
6
|
import { IgcTextCellInfo } from "./igc-text-cell-info";
|
|
7
7
|
import { TextHeaderCellModel as TextHeaderCellModel_internal } from "./TextHeaderCellModel";
|
|
8
8
|
import { ensureBool, ensureEnum, brushToString, stringToBrush } from "igniteui-webcomponents-core";
|
|
9
|
+
import { FontInfo } from "igniteui-webcomponents-core";
|
|
9
10
|
/**
|
|
10
11
|
* Backing information for a text header cell.
|
|
11
12
|
*/
|
|
@@ -32,20 +33,20 @@ var IgcTextHeaderCellInfo = /** @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.oi;
|
|
36
37
|
},
|
|
37
38
|
set: function (v) {
|
|
38
|
-
this.i.
|
|
39
|
+
this.i.oi = ensureBool(v);
|
|
39
40
|
},
|
|
40
41
|
enumerable: false,
|
|
41
42
|
configurable: true
|
|
42
43
|
});
|
|
43
44
|
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "sortIndicatorStyle", {
|
|
44
45
|
get: function () {
|
|
45
|
-
return this.i.
|
|
46
|
+
return this.i.oa;
|
|
46
47
|
},
|
|
47
48
|
set: function (v) {
|
|
48
|
-
this.i.
|
|
49
|
+
this.i.oa = ensureEnum(SortIndicatorStyle_$type, v);
|
|
49
50
|
},
|
|
50
51
|
enumerable: false,
|
|
51
52
|
configurable: true
|
|
@@ -55,10 +56,10 @@ var IgcTextHeaderCellInfo = /** @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.n6;
|
|
59
60
|
},
|
|
60
61
|
set: function (v) {
|
|
61
|
-
this.i.
|
|
62
|
+
this.i.n6 = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
62
63
|
},
|
|
63
64
|
enumerable: false,
|
|
64
65
|
configurable: true
|
|
@@ -68,10 +69,10 @@ var IgcTextHeaderCellInfo = /** @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.p1);
|
|
72
73
|
},
|
|
73
74
|
set: function (v) {
|
|
74
|
-
this.i.
|
|
75
|
+
this.i.p1 = stringToBrush(v);
|
|
75
76
|
},
|
|
76
77
|
enumerable: false,
|
|
77
78
|
configurable: true
|
|
@@ -81,10 +82,10 @@ var IgcTextHeaderCellInfo = /** @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.n8;
|
|
85
86
|
},
|
|
86
87
|
set: function (v) {
|
|
87
|
-
this.i.
|
|
88
|
+
this.i.n8 = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
88
89
|
},
|
|
89
90
|
enumerable: false,
|
|
90
91
|
configurable: true
|
|
@@ -94,10 +95,10 @@ var IgcTextHeaderCellInfo = /** @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.oc;
|
|
98
99
|
},
|
|
99
100
|
set: function (v) {
|
|
100
|
-
this.i.
|
|
101
|
+
this.i.oc = ensureEnum(BaseControlTheme_$type, v);
|
|
101
102
|
},
|
|
102
103
|
enumerable: false,
|
|
103
104
|
configurable: true
|
|
@@ -107,10 +108,10 @@ var IgcTextHeaderCellInfo = /** @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.pw);
|
|
111
112
|
},
|
|
112
113
|
set: function (v) {
|
|
113
|
-
this.i.
|
|
114
|
+
this.i.pw = stringToBrush(v);
|
|
114
115
|
},
|
|
115
116
|
enumerable: false,
|
|
116
117
|
configurable: true
|
|
@@ -120,10 +121,58 @@ var IgcTextHeaderCellInfo = /** @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.p3);
|
|
124
125
|
},
|
|
125
126
|
set: function (v) {
|
|
126
|
-
this.i.
|
|
127
|
+
this.i.p3 = stringToBrush(v);
|
|
128
|
+
},
|
|
129
|
+
enumerable: false,
|
|
130
|
+
configurable: true
|
|
131
|
+
});
|
|
132
|
+
Object.defineProperty(IgcTextHeaderCellInfo.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.og == null) {
|
|
138
|
+
return null;
|
|
139
|
+
}
|
|
140
|
+
return this.i.og.fontString;
|
|
141
|
+
},
|
|
142
|
+
set: function (v) {
|
|
143
|
+
var fi = new FontInfo();
|
|
144
|
+
fi.fontString = v;
|
|
145
|
+
this.i.og = fi;
|
|
146
|
+
},
|
|
147
|
+
enumerable: false,
|
|
148
|
+
configurable: true
|
|
149
|
+
});
|
|
150
|
+
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsHoverBackgroundColor", {
|
|
151
|
+
get: function () {
|
|
152
|
+
return brushToString(this.i.p0);
|
|
153
|
+
},
|
|
154
|
+
set: function (v) {
|
|
155
|
+
this.i.p0 = stringToBrush(v);
|
|
156
|
+
},
|
|
157
|
+
enumerable: false,
|
|
158
|
+
configurable: true
|
|
159
|
+
});
|
|
160
|
+
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsToolTipBackgroundColor", {
|
|
161
|
+
get: function () {
|
|
162
|
+
return brushToString(this.i.p4);
|
|
163
|
+
},
|
|
164
|
+
set: function (v) {
|
|
165
|
+
this.i.p4 = stringToBrush(v);
|
|
166
|
+
},
|
|
167
|
+
enumerable: false,
|
|
168
|
+
configurable: true
|
|
169
|
+
});
|
|
170
|
+
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsHighlightColor", {
|
|
171
|
+
get: function () {
|
|
172
|
+
return brushToString(this.i.pz);
|
|
173
|
+
},
|
|
174
|
+
set: function (v) {
|
|
175
|
+
this.i.pz = stringToBrush(v);
|
|
127
176
|
},
|
|
128
177
|
enumerable: false,
|
|
129
178
|
configurable: true
|
|
@@ -133,10 +182,10 @@ var IgcTextHeaderCellInfo = /** @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.p2);
|
|
137
186
|
},
|
|
138
187
|
set: function (v) {
|
|
139
|
-
this.i.
|
|
188
|
+
this.i.p2 = stringToBrush(v);
|
|
140
189
|
},
|
|
141
190
|
enumerable: false,
|
|
142
191
|
configurable: true
|
|
@@ -146,10 +195,10 @@ var IgcTextHeaderCellInfo = /** @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.px);
|
|
150
199
|
},
|
|
151
200
|
set: function (v) {
|
|
152
|
-
this.i.
|
|
201
|
+
this.i.px = stringToBrush(v);
|
|
153
202
|
},
|
|
154
203
|
enumerable: false,
|
|
155
204
|
configurable: true
|
|
@@ -159,20 +208,45 @@ var IgcTextHeaderCellInfo = /** @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.py);
|
|
212
|
+
},
|
|
213
|
+
set: function (v) {
|
|
214
|
+
this.i.py = stringToBrush(v);
|
|
215
|
+
},
|
|
216
|
+
enumerable: false,
|
|
217
|
+
configurable: true
|
|
218
|
+
});
|
|
219
|
+
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsGroupHeaderTextStyle", {
|
|
220
|
+
get: function () {
|
|
221
|
+
if (this.i.of == null) {
|
|
222
|
+
return null;
|
|
223
|
+
}
|
|
224
|
+
return this.i.of.fontString;
|
|
163
225
|
},
|
|
164
226
|
set: function (v) {
|
|
165
|
-
|
|
227
|
+
var fi = new FontInfo();
|
|
228
|
+
fi.fontString = v;
|
|
229
|
+
this.i.of = fi;
|
|
166
230
|
},
|
|
167
231
|
enumerable: false,
|
|
168
232
|
configurable: true
|
|
169
233
|
});
|
|
170
234
|
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsAccentColor", {
|
|
171
235
|
get: function () {
|
|
172
|
-
return brushToString(this.i.
|
|
236
|
+
return brushToString(this.i.pv);
|
|
237
|
+
},
|
|
238
|
+
set: function (v) {
|
|
239
|
+
this.i.pv = stringToBrush(v);
|
|
240
|
+
},
|
|
241
|
+
enumerable: false,
|
|
242
|
+
configurable: true
|
|
243
|
+
});
|
|
244
|
+
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsRowHeight", {
|
|
245
|
+
get: function () {
|
|
246
|
+
return this.i.ou;
|
|
173
247
|
},
|
|
174
248
|
set: function (v) {
|
|
175
|
-
this.i.
|
|
249
|
+
this.i.ou = +v;
|
|
176
250
|
},
|
|
177
251
|
enumerable: false,
|
|
178
252
|
configurable: true
|
|
@@ -4,6 +4,7 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
|
+
import { IgcTextHeaderCellInfo } from './igc-text-header-cell-info';
|
|
7
8
|
import { IgcTextHeaderComponent } from './igc-text-header-component';
|
|
8
9
|
import { TextHeader } from './TextHeader';
|
|
9
10
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
@@ -11,6 +12,7 @@ var IgcTextHeaderModule = /** @class */ /*@__PURE__*/ (function () {
|
|
|
11
12
|
function IgcTextHeaderModule() {
|
|
12
13
|
}
|
|
13
14
|
IgcTextHeaderModule.register = function () {
|
|
15
|
+
TypeRegistrar.registerCons("IgcTextHeaderCellInfo", IgcTextHeaderCellInfo);
|
|
14
16
|
IgcTextHeaderComponent.register();
|
|
15
17
|
TypeRegistrar.registerCons("IgcTextHeaderComponent", IgcTextHeaderComponent);
|
|
16
18
|
TypeRegistrar.register("TextHeader", TextHeader.$type);
|
package/esm5/public_api.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from './lib/igc-checkbox-list-module';
|
|
2
2
|
export * from './lib/igc-checkbox-list-component';
|
|
3
3
|
export * from './lib/CheckboxListView';
|
|
4
|
+
export * from './lib/ICheckboxListView';
|
|
4
5
|
export * from './lib/CheckboxList';
|
|
5
6
|
export * from './lib/CheckboxListKeysClearedEventArgs';
|
|
6
7
|
export * from './lib/igc-checkbox-list-keys-cleared-event-args';
|
|
@@ -315,6 +316,7 @@ export * from './lib/GridAnimationManager';
|
|
|
315
316
|
export * from './lib/GridAnimationManagerAnimationCreatedEventArgs';
|
|
316
317
|
export * from './lib/GridAnimationManagerAnimationCompletedEventArgs';
|
|
317
318
|
export * from './lib/GridAnimationManagerAnimationCanceledEventArgs';
|
|
319
|
+
export * from './lib/GridIconRepository';
|
|
318
320
|
export * from './lib/igc-grid-conditional-style-collection';
|
|
319
321
|
export * from './lib/GridConditionalStyleCollection';
|
|
320
322
|
export * from './lib/igc-grid-conditional-style-property-collection';
|