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
|
@@ -66,142 +66,142 @@ let IgcNumericColumnComponent = /*@__PURE__*/ (() => {
|
|
|
66
66
|
* Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
|
|
67
67
|
*/
|
|
68
68
|
get negativePrefix() {
|
|
69
|
-
return this.i.
|
|
69
|
+
return this.i.sr;
|
|
70
70
|
}
|
|
71
71
|
set negativePrefix(v) {
|
|
72
|
-
this.i.
|
|
72
|
+
this.i.sr = v;
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
75
|
* Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
|
|
76
76
|
*/
|
|
77
77
|
get positivePrefix() {
|
|
78
|
-
return this.i.
|
|
78
|
+
return this.i.sv;
|
|
79
79
|
}
|
|
80
80
|
set positivePrefix(v) {
|
|
81
|
-
this.i.
|
|
81
|
+
this.i.sv = v;
|
|
82
82
|
}
|
|
83
83
|
/**
|
|
84
84
|
* Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
|
|
85
85
|
*/
|
|
86
86
|
get negativeSuffix() {
|
|
87
|
-
return this.i.
|
|
87
|
+
return this.i.st;
|
|
88
88
|
}
|
|
89
89
|
set negativeSuffix(v) {
|
|
90
|
-
this.i.
|
|
90
|
+
this.i.st = v;
|
|
91
91
|
}
|
|
92
92
|
/**
|
|
93
93
|
* Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
|
|
94
94
|
*/
|
|
95
95
|
get positiveSuffix() {
|
|
96
|
-
return this.i.
|
|
96
|
+
return this.i.sx;
|
|
97
97
|
}
|
|
98
98
|
set positiveSuffix(v) {
|
|
99
|
-
this.i.
|
|
99
|
+
this.i.sx = v;
|
|
100
100
|
}
|
|
101
101
|
/**
|
|
102
102
|
* Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
|
|
103
103
|
*/
|
|
104
104
|
get maxFractionDigits() {
|
|
105
|
-
return this.i.
|
|
105
|
+
return this.i.r6;
|
|
106
106
|
}
|
|
107
107
|
set maxFractionDigits(v) {
|
|
108
|
-
this.i.
|
|
109
|
-
this._a("maxFractionDigits", this.i.
|
|
108
|
+
this.i.r6 = +v;
|
|
109
|
+
this._a("maxFractionDigits", this.i.r6);
|
|
110
110
|
}
|
|
111
111
|
/**
|
|
112
112
|
* Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
|
|
113
113
|
*/
|
|
114
114
|
get minFractionDigits() {
|
|
115
|
-
return this.i.
|
|
115
|
+
return this.i.r7;
|
|
116
116
|
}
|
|
117
117
|
set minFractionDigits(v) {
|
|
118
|
-
this.i.
|
|
119
|
-
this._a("minFractionDigits", this.i.
|
|
118
|
+
this.i.r7 = +v;
|
|
119
|
+
this._a("minFractionDigits", this.i.r7);
|
|
120
120
|
}
|
|
121
121
|
/**
|
|
122
122
|
* Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
|
|
123
123
|
*/
|
|
124
124
|
get minIntegerDigits() {
|
|
125
|
-
return this.i.
|
|
125
|
+
return this.i.r8;
|
|
126
126
|
}
|
|
127
127
|
set minIntegerDigits(v) {
|
|
128
|
-
this.i.
|
|
129
|
-
this._a("minIntegerDigits", this.i.
|
|
128
|
+
this.i.r8 = +v;
|
|
129
|
+
this._a("minIntegerDigits", this.i.r8);
|
|
130
130
|
}
|
|
131
131
|
/**
|
|
132
132
|
* Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
|
|
133
133
|
*/
|
|
134
134
|
get showGroupingSeparator() {
|
|
135
|
-
return this.i.
|
|
135
|
+
return this.i.r1;
|
|
136
136
|
}
|
|
137
137
|
set showGroupingSeparator(v) {
|
|
138
|
-
this.i.
|
|
139
|
-
this._a("showGroupingSeparator", this.i.
|
|
138
|
+
this.i.r1 = ensureBool(v);
|
|
139
|
+
this._a("showGroupingSeparator", this.i.r1);
|
|
140
140
|
}
|
|
141
141
|
/**
|
|
142
142
|
* Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
|
|
143
143
|
*/
|
|
144
144
|
get formatString() {
|
|
145
|
-
return this.i.
|
|
145
|
+
return this.i.sm;
|
|
146
146
|
}
|
|
147
147
|
set formatString(v) {
|
|
148
|
-
this.i.
|
|
148
|
+
this.i.sm = v;
|
|
149
149
|
}
|
|
150
150
|
get formatSpecifiers() {
|
|
151
|
-
return this.i.
|
|
151
|
+
return this.i.rx;
|
|
152
152
|
}
|
|
153
153
|
set formatSpecifiers(v) {
|
|
154
154
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
155
155
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
156
156
|
v = v.split(re);
|
|
157
157
|
}
|
|
158
|
-
this.i.
|
|
158
|
+
this.i.rx = v;
|
|
159
159
|
}
|
|
160
160
|
/**
|
|
161
161
|
* Gets or sets the INTL NumericFormat object to use for formatting the date values.
|
|
162
162
|
*/
|
|
163
163
|
get formatOverride() {
|
|
164
|
-
return this.i.
|
|
164
|
+
return this.i.sb;
|
|
165
165
|
}
|
|
166
166
|
set formatOverride(v) {
|
|
167
|
-
this.i.
|
|
167
|
+
this.i.sb = v;
|
|
168
168
|
}
|
|
169
169
|
/**
|
|
170
170
|
* Gets or sets the editor type used for editing cells in this column.
|
|
171
171
|
*/
|
|
172
172
|
get editorType() {
|
|
173
|
-
return this.i.
|
|
173
|
+
return this.i.rz;
|
|
174
174
|
}
|
|
175
175
|
set editorType(v) {
|
|
176
|
-
this.i.
|
|
177
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
176
|
+
this.i.rz = ensureEnum(EditorType_$type, v);
|
|
177
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.rz));
|
|
178
178
|
}
|
|
179
179
|
/**
|
|
180
180
|
* Gets or sets the ComboBox data source.
|
|
181
181
|
*/
|
|
182
182
|
get editorDataSource() {
|
|
183
|
-
return this.i.
|
|
183
|
+
return this.i.sa;
|
|
184
184
|
}
|
|
185
185
|
set editorDataSource(v) {
|
|
186
|
-
this.i.
|
|
186
|
+
this.i.sa = v;
|
|
187
187
|
}
|
|
188
188
|
/**
|
|
189
189
|
* Gets or sets the ComboBox text field.
|
|
190
190
|
*/
|
|
191
191
|
get editorTextField() {
|
|
192
|
-
return this.i.
|
|
192
|
+
return this.i.sh;
|
|
193
193
|
}
|
|
194
194
|
set editorTextField(v) {
|
|
195
|
-
this.i.
|
|
195
|
+
this.i.sh = v;
|
|
196
196
|
}
|
|
197
197
|
/**
|
|
198
198
|
* Gets or sets the ComboBox value field.
|
|
199
199
|
*/
|
|
200
200
|
get editorValueField() {
|
|
201
|
-
return this.i.
|
|
201
|
+
return this.i.si;
|
|
202
202
|
}
|
|
203
203
|
set editorValueField(v) {
|
|
204
|
-
this.i.
|
|
204
|
+
this.i.si = v;
|
|
205
205
|
}
|
|
206
206
|
findByName(name) {
|
|
207
207
|
var baseResult = super.findByName(name);
|
|
@@ -4,11 +4,13 @@ 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 { IgcNumericCellInfo } from './igc-numeric-cell-info';
|
|
7
8
|
import { IgcNumericColumnComponent } from './igc-numeric-column-component';
|
|
8
9
|
import { NumericColumn } from './NumericColumn';
|
|
9
10
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
11
|
export class IgcNumericColumnModule {
|
|
11
12
|
static register() {
|
|
13
|
+
TypeRegistrar.registerCons("IgcNumericCellInfo", IgcNumericCellInfo);
|
|
12
14
|
IgcNumericColumnComponent.register();
|
|
13
15
|
TypeRegistrar.registerCons("IgcNumericColumnComponent", IgcNumericColumnComponent);
|
|
14
16
|
TypeRegistrar.register("NumericColumn", NumericColumn.$type);
|
|
@@ -4,11 +4,13 @@ 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 { IgcRowSeparatorInfo } from './igc-row-separator-info';
|
|
7
8
|
import { IgcRowSeparatorComponent } from './igc-row-separator-component';
|
|
8
9
|
import { RowSeparator } from './RowSeparator';
|
|
9
10
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
11
|
export class IgcRowSeparatorModule {
|
|
11
12
|
static register() {
|
|
13
|
+
TypeRegistrar.registerCons("IgcRowSeparatorInfo", IgcRowSeparatorInfo);
|
|
12
14
|
IgcRowSeparatorComponent.register();
|
|
13
15
|
TypeRegistrar.registerCons("IgcRowSeparatorComponent", IgcRowSeparatorComponent);
|
|
14
16
|
TypeRegistrar.register("RowSeparator", RowSeparator.$type);
|
|
@@ -22,27 +22,27 @@ export class IgcSectionHeaderCellInfo extends IgcCellInfo {
|
|
|
22
22
|
* Sets or gets the resolved text for the section header cell.
|
|
23
23
|
*/
|
|
24
24
|
get resolvedText() {
|
|
25
|
-
return this.i.
|
|
25
|
+
return this.i.oh;
|
|
26
26
|
}
|
|
27
27
|
set resolvedText(v) {
|
|
28
|
-
this.i.
|
|
28
|
+
this.i.oh = v;
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
31
|
* Sets or gets the resolved summary text for the section header cell.
|
|
32
32
|
*/
|
|
33
33
|
get resolvedSummaryText() {
|
|
34
|
-
return this.i.
|
|
34
|
+
return this.i.of;
|
|
35
35
|
}
|
|
36
36
|
set resolvedSummaryText(v) {
|
|
37
|
-
this.i.
|
|
37
|
+
this.i.of = v;
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
40
|
* Sets or gets how summaries are displayed in the section header cell.
|
|
41
41
|
*/
|
|
42
42
|
get summaryDisplayMode() {
|
|
43
|
-
return this.i.
|
|
43
|
+
return this.i.n6;
|
|
44
44
|
}
|
|
45
45
|
set summaryDisplayMode(v) {
|
|
46
|
-
this.i.
|
|
46
|
+
this.i.n6 = ensureEnum(GroupSummaryDisplayMode_$type, v);
|
|
47
47
|
}
|
|
48
48
|
}
|
|
@@ -4,11 +4,13 @@ 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 { IgcSectionHeaderCellInfo } from './igc-section-header-cell-info';
|
|
7
8
|
import { IgcSectionHeaderComponent } from './igc-section-header-component';
|
|
8
9
|
import { SectionHeader } from './SectionHeader';
|
|
9
10
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
11
|
export class IgcSectionHeaderModule {
|
|
11
12
|
static register() {
|
|
13
|
+
TypeRegistrar.registerCons("IgcSectionHeaderCellInfo", IgcSectionHeaderCellInfo);
|
|
12
14
|
IgcSectionHeaderComponent.register();
|
|
13
15
|
TypeRegistrar.registerCons("IgcSectionHeaderComponent", IgcSectionHeaderComponent);
|
|
14
16
|
TypeRegistrar.register("SectionHeader", SectionHeader.$type);
|
|
@@ -22,38 +22,38 @@ export class IgcSummaryCellInfo extends IgcCellInfo {
|
|
|
22
22
|
* Sets or gets the resolved summary label for the summary cell.
|
|
23
23
|
*/
|
|
24
24
|
get resolvedSummaryLabel() {
|
|
25
|
-
return this.i.
|
|
25
|
+
return this.i.n9;
|
|
26
26
|
}
|
|
27
27
|
set resolvedSummaryLabel(v) {
|
|
28
|
-
this.i.
|
|
28
|
+
this.i.n9 = v;
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
31
|
* Sets or gets the resolved summary value for the sumamry cell.
|
|
32
32
|
*/
|
|
33
33
|
get resolvedSummaryValue() {
|
|
34
|
-
return this.i.
|
|
34
|
+
return this.i.ob;
|
|
35
35
|
}
|
|
36
36
|
set resolvedSummaryValue(v) {
|
|
37
|
-
this.i.
|
|
37
|
+
this.i.ob = v;
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
40
|
* Gets or sets the color of the text for the summary label in the cell.
|
|
41
41
|
*/
|
|
42
42
|
get summaryLabelTextColor() {
|
|
43
|
-
return brushToString(this.i.
|
|
43
|
+
return brushToString(this.i.og);
|
|
44
44
|
}
|
|
45
45
|
set summaryLabelTextColor(v) {
|
|
46
|
-
this.i.
|
|
46
|
+
this.i.og = stringToBrush(v);
|
|
47
47
|
}
|
|
48
48
|
get font() {
|
|
49
|
-
if (this.i.
|
|
49
|
+
if (this.i.n2 == null) {
|
|
50
50
|
return null;
|
|
51
51
|
}
|
|
52
|
-
return this.i.
|
|
52
|
+
return this.i.n2.fontString;
|
|
53
53
|
}
|
|
54
54
|
set font(v) {
|
|
55
55
|
let fi = new FontInfo();
|
|
56
56
|
fi.fontString = v;
|
|
57
|
-
this.i.
|
|
57
|
+
this.i.n2 = fi;
|
|
58
58
|
}
|
|
59
59
|
}
|
|
@@ -4,11 +4,13 @@ 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 { IgcTemplateCellInfo } from './igc-template-cell-info';
|
|
7
8
|
import { IgcTemplateColumnComponent } from './igc-template-column-component';
|
|
8
9
|
import { TemplateColumn } from './TemplateColumn';
|
|
9
10
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
11
|
export class IgcTemplateColumnModule {
|
|
11
12
|
static register() {
|
|
13
|
+
TypeRegistrar.registerCons("IgcTemplateCellInfo", IgcTemplateCellInfo);
|
|
12
14
|
IgcTemplateColumnComponent.register();
|
|
13
15
|
TypeRegistrar.registerCons("IgcTemplateColumnComponent", IgcTemplateColumnComponent);
|
|
14
16
|
TypeRegistrar.register("TemplateColumn", TemplateColumn.$type);
|
|
@@ -21,9 +21,9 @@ export class IgcTemplateHeaderCellInfo extends IgcTemplateCellInfo {
|
|
|
21
21
|
* Sets or gets whether the filter UI should be visible in the header.
|
|
22
22
|
*/
|
|
23
23
|
get isFilterUIVisible() {
|
|
24
|
-
return this.i.
|
|
24
|
+
return this.i.n6;
|
|
25
25
|
}
|
|
26
26
|
set isFilterUIVisible(v) {
|
|
27
|
-
this.i.
|
|
27
|
+
this.i.n6 = ensureBool(v);
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -4,11 +4,13 @@ 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 { IgcTemplateHeaderCellInfo } from './igc-template-header-cell-info';
|
|
7
8
|
import { IgcTemplateHeaderComponent } from './igc-template-header-component';
|
|
8
9
|
import { TemplateHeader } from './TemplateHeader';
|
|
9
10
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
11
|
export class IgcTemplateHeaderModule {
|
|
11
12
|
static register() {
|
|
13
|
+
TypeRegistrar.registerCons("IgcTemplateHeaderCellInfo", IgcTemplateHeaderCellInfo);
|
|
12
14
|
IgcTemplateHeaderComponent.register();
|
|
13
15
|
TypeRegistrar.registerCons("IgcTemplateHeaderComponent", IgcTemplateHeaderComponent);
|
|
14
16
|
TypeRegistrar.register("TemplateHeader", TemplateHeader.$type);
|
|
@@ -4,11 +4,15 @@ 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 { IgcTemplateSectionHeaderCellInfo } from './igc-template-section-header-cell-info';
|
|
8
|
+
import { IgcSectionHeaderCellInfo } from './igc-section-header-cell-info';
|
|
7
9
|
import { IgcTemplateSectionHeaderComponent } from './igc-template-section-header-component';
|
|
8
10
|
import { TemplateSectionHeader } from './TemplateSectionHeader';
|
|
9
11
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
12
|
export class IgcTemplateSectionHeaderModule {
|
|
11
13
|
static register() {
|
|
14
|
+
TypeRegistrar.registerCons("IgcTemplateSectionHeaderCellInfo", IgcTemplateSectionHeaderCellInfo);
|
|
15
|
+
TypeRegistrar.registerCons("IgcSectionHeaderCellInfo", IgcSectionHeaderCellInfo);
|
|
12
16
|
IgcTemplateSectionHeaderComponent.register();
|
|
13
17
|
TypeRegistrar.registerCons("IgcTemplateSectionHeaderComponent", IgcTemplateSectionHeaderComponent);
|
|
14
18
|
TypeRegistrar.register("TemplateSectionHeader", TemplateSectionHeader.$type);
|
|
@@ -66,38 +66,38 @@ let IgcTextColumnComponent = /*@__PURE__*/ (() => {
|
|
|
66
66
|
* Gets or sets the editor type used for editing cells in this column.
|
|
67
67
|
*/
|
|
68
68
|
get editorType() {
|
|
69
|
-
return this.i.
|
|
69
|
+
return this.i.rw;
|
|
70
70
|
}
|
|
71
71
|
set editorType(v) {
|
|
72
|
-
this.i.
|
|
73
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
72
|
+
this.i.rw = ensureEnum(EditorType_$type, v);
|
|
73
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.rw));
|
|
74
74
|
}
|
|
75
75
|
/**
|
|
76
76
|
* Gets or sets the ComboBox data source.
|
|
77
77
|
*/
|
|
78
78
|
get editorDataSource() {
|
|
79
|
-
return this.i.
|
|
79
|
+
return this.i.rx;
|
|
80
80
|
}
|
|
81
81
|
set editorDataSource(v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.rx = v;
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* Gets or sets the ComboBox text field.
|
|
86
86
|
*/
|
|
87
87
|
get editorTextField() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.rz;
|
|
89
89
|
}
|
|
90
90
|
set editorTextField(v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.rz = v;
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
94
|
* Gets or sets the ComboBox value field.
|
|
95
95
|
*/
|
|
96
96
|
get editorValueField() {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.r0;
|
|
98
98
|
}
|
|
99
99
|
set editorValueField(v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.r0 = v;
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
IgcTextColumnComponent._observedAttributesIgcTextColumnComponent = null;
|
|
@@ -4,11 +4,13 @@ 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";
|
|
10
11
|
export class IgcTextColumnModule {
|
|
11
12
|
static register() {
|
|
13
|
+
TypeRegistrar.registerCons("IgcTextCellInfo", IgcTextCellInfo);
|
|
12
14
|
IgcTextColumnComponent.register();
|
|
13
15
|
TypeRegistrar.registerCons("IgcTextColumnComponent", IgcTextColumnComponent);
|
|
14
16
|
TypeRegistrar.register("TextColumn", TextColumn.$type);
|
|
@@ -5,6 +5,7 @@ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
|
5
5
|
import { IgcTextCellInfo } from "./igc-text-cell-info";
|
|
6
6
|
import { TextHeaderCellModel as TextHeaderCellModel_internal } from "./TextHeaderCellModel";
|
|
7
7
|
import { ensureBool, ensureEnum, brushToString, stringToBrush } from "igniteui-webcomponents-core";
|
|
8
|
+
import { FontInfo } from "igniteui-webcomponents-core";
|
|
8
9
|
/**
|
|
9
10
|
* Backing information for a text header cell.
|
|
10
11
|
*/
|
|
@@ -25,102 +26,151 @@ export class IgcTextHeaderCellInfo extends IgcTextCellInfo {
|
|
|
25
26
|
* Sets or gets whether the filter UI should be visible in the header.
|
|
26
27
|
*/
|
|
27
28
|
get isColumnOptionsEnabled() {
|
|
28
|
-
return this.i.
|
|
29
|
+
return this.i.oi;
|
|
29
30
|
}
|
|
30
31
|
set isColumnOptionsEnabled(v) {
|
|
31
|
-
this.i.
|
|
32
|
+
this.i.oi = ensureBool(v);
|
|
32
33
|
}
|
|
33
34
|
get sortIndicatorStyle() {
|
|
34
|
-
return this.i.
|
|
35
|
+
return this.i.oa;
|
|
35
36
|
}
|
|
36
37
|
set sortIndicatorStyle(v) {
|
|
37
|
-
this.i.
|
|
38
|
+
this.i.oa = ensureEnum(SortIndicatorStyle_$type, v);
|
|
38
39
|
}
|
|
39
40
|
/**
|
|
40
41
|
* Gets or sets the alignment of the column options icon within the header cell.
|
|
41
42
|
*/
|
|
42
43
|
get columnOptionsIconAlignment() {
|
|
43
|
-
return this.i.
|
|
44
|
+
return this.i.n6;
|
|
44
45
|
}
|
|
45
46
|
set columnOptionsIconAlignment(v) {
|
|
46
|
-
this.i.
|
|
47
|
+
this.i.n6 = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
47
48
|
}
|
|
48
49
|
/**
|
|
49
50
|
* Gets or sets the color for the column options icon in the header.
|
|
50
51
|
*/
|
|
51
52
|
get columnOptionsIconColor() {
|
|
52
|
-
return brushToString(this.i.
|
|
53
|
+
return brushToString(this.i.p1);
|
|
53
54
|
}
|
|
54
55
|
set columnOptionsIconColor(v) {
|
|
55
|
-
this.i.
|
|
56
|
+
this.i.p1 = stringToBrush(v);
|
|
56
57
|
}
|
|
57
58
|
/**
|
|
58
59
|
* Gets or sets how the column option icon will behave in the header.
|
|
59
60
|
*/
|
|
60
61
|
get columnOptionsIconBehavior() {
|
|
61
|
-
return this.i.
|
|
62
|
+
return this.i.n8;
|
|
62
63
|
}
|
|
63
64
|
set columnOptionsIconBehavior(v) {
|
|
64
|
-
this.i.
|
|
65
|
+
this.i.n8 = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
65
66
|
}
|
|
66
67
|
/**
|
|
67
68
|
* Gets or sets the column options theme.
|
|
68
69
|
*/
|
|
69
70
|
get columnOptionsTheme() {
|
|
70
|
-
return this.i.
|
|
71
|
+
return this.i.oc;
|
|
71
72
|
}
|
|
72
73
|
set columnOptionsTheme(v) {
|
|
73
|
-
this.i.
|
|
74
|
+
this.i.oc = ensureEnum(BaseControlTheme_$type, v);
|
|
74
75
|
}
|
|
75
76
|
/**
|
|
76
77
|
* Gets or sets the column options dropdown background color.
|
|
77
78
|
*/
|
|
78
79
|
get columnOptionsBackground() {
|
|
79
|
-
return brushToString(this.i.
|
|
80
|
+
return brushToString(this.i.pw);
|
|
80
81
|
}
|
|
81
82
|
set columnOptionsBackground(v) {
|
|
82
|
-
this.i.
|
|
83
|
+
this.i.pw = stringToBrush(v);
|
|
83
84
|
}
|
|
84
85
|
/**
|
|
85
86
|
* Gets or sets the text color for text inside the column options menu.
|
|
86
87
|
*/
|
|
87
88
|
get columnOptionsTextColor() {
|
|
88
|
-
return brushToString(this.i.
|
|
89
|
+
return brushToString(this.i.p3);
|
|
89
90
|
}
|
|
90
91
|
set columnOptionsTextColor(v) {
|
|
91
|
-
this.i.
|
|
92
|
+
this.i.p3 = stringToBrush(v);
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* Gets or sets the font settings for text inside the column options menu.
|
|
96
|
+
*/
|
|
97
|
+
get columnOptionsTextStyle() {
|
|
98
|
+
if (this.i.og == null) {
|
|
99
|
+
return null;
|
|
100
|
+
}
|
|
101
|
+
return this.i.og.fontString;
|
|
102
|
+
}
|
|
103
|
+
set columnOptionsTextStyle(v) {
|
|
104
|
+
let fi = new FontInfo();
|
|
105
|
+
fi.fontString = v;
|
|
106
|
+
this.i.og = fi;
|
|
107
|
+
}
|
|
108
|
+
get columnOptionsHoverBackgroundColor() {
|
|
109
|
+
return brushToString(this.i.p0);
|
|
110
|
+
}
|
|
111
|
+
set columnOptionsHoverBackgroundColor(v) {
|
|
112
|
+
this.i.p0 = stringToBrush(v);
|
|
113
|
+
}
|
|
114
|
+
get columnOptionsToolTipBackgroundColor() {
|
|
115
|
+
return brushToString(this.i.p4);
|
|
116
|
+
}
|
|
117
|
+
set columnOptionsToolTipBackgroundColor(v) {
|
|
118
|
+
this.i.p4 = stringToBrush(v);
|
|
119
|
+
}
|
|
120
|
+
get columnOptionsHighlightColor() {
|
|
121
|
+
return brushToString(this.i.pz);
|
|
122
|
+
}
|
|
123
|
+
set columnOptionsHighlightColor(v) {
|
|
124
|
+
this.i.pz = stringToBrush(v);
|
|
92
125
|
}
|
|
93
126
|
/**
|
|
94
127
|
* Gets or sets the color of separators inside the column options menu.
|
|
95
128
|
*/
|
|
96
129
|
get columnOptionsSeparatorColor() {
|
|
97
|
-
return brushToString(this.i.
|
|
130
|
+
return brushToString(this.i.p2);
|
|
98
131
|
}
|
|
99
132
|
set columnOptionsSeparatorColor(v) {
|
|
100
|
-
this.i.
|
|
133
|
+
this.i.p2 = stringToBrush(v);
|
|
101
134
|
}
|
|
102
135
|
/**
|
|
103
136
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
104
137
|
*/
|
|
105
138
|
get columnOptionsGroupHeaderBackground() {
|
|
106
|
-
return brushToString(this.i.
|
|
139
|
+
return brushToString(this.i.px);
|
|
107
140
|
}
|
|
108
141
|
set columnOptionsGroupHeaderBackground(v) {
|
|
109
|
-
this.i.
|
|
142
|
+
this.i.px = stringToBrush(v);
|
|
110
143
|
}
|
|
111
144
|
/**
|
|
112
145
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
113
146
|
*/
|
|
114
147
|
get columnOptionsGroupHeaderTextColor() {
|
|
115
|
-
return brushToString(this.i.
|
|
148
|
+
return brushToString(this.i.py);
|
|
116
149
|
}
|
|
117
150
|
set columnOptionsGroupHeaderTextColor(v) {
|
|
118
|
-
this.i.
|
|
151
|
+
this.i.py = stringToBrush(v);
|
|
152
|
+
}
|
|
153
|
+
get columnOptionsGroupHeaderTextStyle() {
|
|
154
|
+
if (this.i.of == null) {
|
|
155
|
+
return null;
|
|
156
|
+
}
|
|
157
|
+
return this.i.of.fontString;
|
|
158
|
+
}
|
|
159
|
+
set columnOptionsGroupHeaderTextStyle(v) {
|
|
160
|
+
let fi = new FontInfo();
|
|
161
|
+
fi.fontString = v;
|
|
162
|
+
this.i.of = fi;
|
|
119
163
|
}
|
|
120
164
|
get columnOptionsAccentColor() {
|
|
121
|
-
return brushToString(this.i.
|
|
165
|
+
return brushToString(this.i.pv);
|
|
122
166
|
}
|
|
123
167
|
set columnOptionsAccentColor(v) {
|
|
124
|
-
this.i.
|
|
168
|
+
this.i.pv = stringToBrush(v);
|
|
169
|
+
}
|
|
170
|
+
get columnOptionsRowHeight() {
|
|
171
|
+
return this.i.ou;
|
|
172
|
+
}
|
|
173
|
+
set columnOptionsRowHeight(v) {
|
|
174
|
+
this.i.ou = +v;
|
|
125
175
|
}
|
|
126
176
|
}
|
|
@@ -4,11 +4,13 @@ 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";
|
|
10
11
|
export class IgcTextHeaderModule {
|
|
11
12
|
static register() {
|
|
13
|
+
TypeRegistrar.registerCons("IgcTextHeaderCellInfo", IgcTextHeaderCellInfo);
|
|
12
14
|
IgcTextHeaderComponent.register();
|
|
13
15
|
TypeRegistrar.registerCons("IgcTextHeaderComponent", IgcTextHeaderComponent);
|
|
14
16
|
TypeRegistrar.register("TextHeader", TextHeader.$type);
|