igniteui-webcomponents-data-grids 7.1.0-alpha.3 → 7.1.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +7956 -7387
- 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 +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- 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 +38 -35
- package/esm2015/lib/CheckboxListBridge.js +8 -0
- package/esm2015/lib/CheckboxListView_combined.js +369 -335
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +5218 -4964
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +5 -5
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm2015/lib/DataGridLocaleEn.js +8 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/EditorCell.js +292 -292
- 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 +167 -150
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +8 -8
- 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/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +188 -173
- package/esm2015/lib/GridIconRepository.js +4 -4
- package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +20 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +45 -45
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +2 -2
- 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 +184 -184
- package/esm2015/lib/TextHeaderCellPresenter.js +55 -52
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +90 -81
- package/esm2015/lib/igc-checkbox-list-component.js +68 -58
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +238 -214
- package/esm2015/lib/igc-data-grid-component.js +31 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +44 -34
- 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-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-cell-info.js +35 -26
- package/esm2015/lib/igc-numeric-column-component.js +38 -38
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +32 -12
- 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-header-cell-info.js +2 -2
- 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-header-cell-info.js +44 -38
- 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 +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- 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 +38 -35
- package/esm5/lib/CheckboxListBridge.js +8 -0
- package/esm5/lib/CheckboxListView_combined.js +359 -321
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +5068 -4770
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +5 -5
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm5/lib/DataGridLocaleEn.js +8 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- 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 +164 -143
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +8 -8
- 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/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +183 -164
- package/esm5/lib/GridIconRepository.js +4 -4
- package/esm5/lib/ISummaryChooserView_combined.js +5 -5
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +20 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +45 -45
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +2 -2
- 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 +182 -182
- package/esm5/lib/TextHeaderCellPresenter.js +55 -52
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +94 -81
- package/esm5/lib/igc-checkbox-list-component.js +72 -58
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +250 -214
- package/esm5/lib/igc-data-grid-component.js +43 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +48 -34
- 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-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-cell-info.js +39 -26
- package/esm5/lib/igc-numeric-column-component.js +38 -38
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +40 -12
- 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-header-cell-info.js +2 -2
- 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-header-cell-info.js +48 -38
- package/fesm2015/igniteui-webcomponents-data-grids.js +8096 -7635
- package/fesm5/igniteui-webcomponents-data-grids.js +7956 -7387
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +98 -94
- package/lib/ColumnFilterCondition_combined.d.ts +1308 -1267
- package/lib/DataGridLocaleEn.d.ts +8 -0
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridFilterDialogView_combined.d.ts +52 -49
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- 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/igc-cell-info.d.ts +5 -0
- package/lib/igc-checkbox-list-component.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +9 -0
- package/lib/igc-data-grid-component.d.ts +16 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +5 -0
- package/lib/igc-numeric-cell-info.d.ts +5 -0
- package/lib/igc-section-header-component.d.ts +10 -0
- package/lib/igc-text-header-cell-info.d.ts +2 -0
- package/package.json +4 -4
|
@@ -2029,6 +2029,16 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2029
2029
|
this.i.sectionHeaderTextColor = stringToBrush(v);
|
|
2030
2030
|
this._a("sectionHeaderTextColor", brushToString(this.i.sectionHeaderTextColor));
|
|
2031
2031
|
}
|
|
2032
|
+
/**
|
|
2033
|
+
* Gets or sets the color to use for the expansion indicator icon on section header cells. When unset, the icon defers to the section header text color.
|
|
2034
|
+
*/
|
|
2035
|
+
get sectionHeaderExpansionIndicatorIconColor() {
|
|
2036
|
+
return brushToString(this.i.sectionHeaderExpansionIndicatorIconColor);
|
|
2037
|
+
}
|
|
2038
|
+
set sectionHeaderExpansionIndicatorIconColor(v) {
|
|
2039
|
+
this.i.sectionHeaderExpansionIndicatorIconColor = stringToBrush(v);
|
|
2040
|
+
this._a("sectionHeaderExpansionIndicatorIconColor", brushToString(this.i.sectionHeaderExpansionIndicatorIconColor));
|
|
2041
|
+
}
|
|
2032
2042
|
/**
|
|
2033
2043
|
* Gets or sets the font to use for section header cells
|
|
2034
2044
|
*/
|
|
@@ -2829,6 +2839,17 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2829
2839
|
this.i.isGroupExpandedDefault = ensureBool(v);
|
|
2830
2840
|
this._a("isGroupExpandedDefault", this.i.isGroupExpandedDefault);
|
|
2831
2841
|
}
|
|
2842
|
+
/**
|
|
2843
|
+
* Gets or sets whether clicking anywhere inside a section header cell toggles the group's expansion state.
|
|
2844
|
+
* When false (the default), only the expansion indicator toggles the group.
|
|
2845
|
+
*/
|
|
2846
|
+
get expandCollapseOnSectionHeaderClick() {
|
|
2847
|
+
return this.i.expandCollapseOnSectionHeaderClick;
|
|
2848
|
+
}
|
|
2849
|
+
set expandCollapseOnSectionHeaderClick(v) {
|
|
2850
|
+
this.i.expandCollapseOnSectionHeaderClick = ensureBool(v);
|
|
2851
|
+
this._a("expandCollapseOnSectionHeaderClick", this.i.expandCollapseOnSectionHeaderClick);
|
|
2852
|
+
}
|
|
2832
2853
|
/**
|
|
2833
2854
|
* Gets or sets the display mode summaries will use inside groups.
|
|
2834
2855
|
*/
|
|
@@ -3227,6 +3248,16 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3227
3248
|
this.i.columnOptionsToolTipBackgroundColor = stringToBrush(v);
|
|
3228
3249
|
this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.columnOptionsToolTipBackgroundColor));
|
|
3229
3250
|
}
|
|
3251
|
+
/**
|
|
3252
|
+
* Gets or sets the tooltip text color inside the column options menu.
|
|
3253
|
+
*/
|
|
3254
|
+
get columnOptionsToolTipTextColor() {
|
|
3255
|
+
return brushToString(this.i.columnOptionsToolTipTextColor);
|
|
3256
|
+
}
|
|
3257
|
+
set columnOptionsToolTipTextColor(v) {
|
|
3258
|
+
this.i.columnOptionsToolTipTextColor = stringToBrush(v);
|
|
3259
|
+
this._a("columnOptionsToolTipTextColor", brushToString(this.i.columnOptionsToolTipTextColor));
|
|
3260
|
+
}
|
|
3230
3261
|
/**
|
|
3231
3262
|
* Gets or sets the highlight color inside the column options menu.
|
|
3232
3263
|
*/
|
|
@@ -174,11 +174,11 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
174
174
|
this._a("actualPixelScalingRatio", this.i.ap);
|
|
175
175
|
}
|
|
176
176
|
get iconColor() {
|
|
177
|
-
return brushToString(this.i.
|
|
177
|
+
return brushToString(this.i.c4);
|
|
178
178
|
}
|
|
179
179
|
set iconColor(v) {
|
|
180
|
-
this.i.
|
|
181
|
-
this._a("iconColor", brushToString(this.i.
|
|
180
|
+
this.i.c4 = stringToBrush(v);
|
|
181
|
+
this._a("iconColor", brushToString(this.i.c4));
|
|
182
182
|
}
|
|
183
183
|
get viewSize() {
|
|
184
184
|
return this.i.ar;
|
|
@@ -191,21 +191,21 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
191
191
|
* Gets or sets the column options dropdown background color.
|
|
192
192
|
*/
|
|
193
193
|
get columnOptionsBackground() {
|
|
194
|
-
return brushToString(this.i.
|
|
194
|
+
return brushToString(this.i.cv);
|
|
195
195
|
}
|
|
196
196
|
set columnOptionsBackground(v) {
|
|
197
|
-
this.i.
|
|
198
|
-
this._a("columnOptionsBackground", brushToString(this.i.
|
|
197
|
+
this.i.cv = stringToBrush(v);
|
|
198
|
+
this._a("columnOptionsBackground", brushToString(this.i.cv));
|
|
199
199
|
}
|
|
200
200
|
/**
|
|
201
201
|
* Gets or sets the text color for text inside the column options menu.
|
|
202
202
|
*/
|
|
203
203
|
get columnOptionsTextColor() {
|
|
204
|
-
return brushToString(this.i.
|
|
204
|
+
return brushToString(this.i.c1);
|
|
205
205
|
}
|
|
206
206
|
set columnOptionsTextColor(v) {
|
|
207
|
-
this.i.
|
|
208
|
-
this._a("columnOptionsTextColor", brushToString(this.i.
|
|
207
|
+
this.i.c1 = stringToBrush(v);
|
|
208
|
+
this._a("columnOptionsTextColor", brushToString(this.i.c1));
|
|
209
209
|
}
|
|
210
210
|
/**
|
|
211
211
|
* Gets or sets the font settings for text inside the column options menu.
|
|
@@ -226,61 +226,71 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
226
226
|
* Gets or sets the hover background color inside the column options menu.
|
|
227
227
|
*/
|
|
228
228
|
get columnOptionsHoverBackgroundColor() {
|
|
229
|
-
return brushToString(this.i.
|
|
229
|
+
return brushToString(this.i.cz);
|
|
230
230
|
}
|
|
231
231
|
set columnOptionsHoverBackgroundColor(v) {
|
|
232
|
-
this.i.
|
|
233
|
-
this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.
|
|
232
|
+
this.i.cz = stringToBrush(v);
|
|
233
|
+
this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.cz));
|
|
234
234
|
}
|
|
235
235
|
/**
|
|
236
236
|
* Gets or sets the tooltip background color inside the column options menu.
|
|
237
237
|
*/
|
|
238
238
|
get columnOptionsToolTipBackgroundColor() {
|
|
239
|
-
return brushToString(this.i.
|
|
239
|
+
return brushToString(this.i.c2);
|
|
240
240
|
}
|
|
241
241
|
set columnOptionsToolTipBackgroundColor(v) {
|
|
242
|
-
this.i.
|
|
243
|
-
this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.
|
|
242
|
+
this.i.c2 = stringToBrush(v);
|
|
243
|
+
this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.c2));
|
|
244
|
+
}
|
|
245
|
+
/**
|
|
246
|
+
* Gets or sets the tooltip text color inside the column options menu.
|
|
247
|
+
*/
|
|
248
|
+
get columnOptionsToolTipTextColor() {
|
|
249
|
+
return brushToString(this.i.c3);
|
|
250
|
+
}
|
|
251
|
+
set columnOptionsToolTipTextColor(v) {
|
|
252
|
+
this.i.c3 = stringToBrush(v);
|
|
253
|
+
this._a("columnOptionsToolTipTextColor", brushToString(this.i.c3));
|
|
244
254
|
}
|
|
245
255
|
/**
|
|
246
256
|
* Gets or sets the highlight color inside the column options menu.
|
|
247
257
|
*/
|
|
248
258
|
get columnOptionsHighlightColor() {
|
|
249
|
-
return brushToString(this.i.
|
|
259
|
+
return brushToString(this.i.cy);
|
|
250
260
|
}
|
|
251
261
|
set columnOptionsHighlightColor(v) {
|
|
252
|
-
this.i.
|
|
253
|
-
this._a("columnOptionsHighlightColor", brushToString(this.i.
|
|
262
|
+
this.i.cy = stringToBrush(v);
|
|
263
|
+
this._a("columnOptionsHighlightColor", brushToString(this.i.cy));
|
|
254
264
|
}
|
|
255
265
|
/**
|
|
256
266
|
* Gets or sets the color of separators inside the column options menu.
|
|
257
267
|
*/
|
|
258
268
|
get columnOptionsSeparatorColor() {
|
|
259
|
-
return brushToString(this.i.
|
|
269
|
+
return brushToString(this.i.c0);
|
|
260
270
|
}
|
|
261
271
|
set columnOptionsSeparatorColor(v) {
|
|
262
|
-
this.i.
|
|
263
|
-
this._a("columnOptionsSeparatorColor", brushToString(this.i.
|
|
272
|
+
this.i.c0 = stringToBrush(v);
|
|
273
|
+
this._a("columnOptionsSeparatorColor", brushToString(this.i.c0));
|
|
264
274
|
}
|
|
265
275
|
/**
|
|
266
276
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
267
277
|
*/
|
|
268
278
|
get columnOptionsGroupHeaderBackground() {
|
|
269
|
-
return brushToString(this.i.
|
|
279
|
+
return brushToString(this.i.cw);
|
|
270
280
|
}
|
|
271
281
|
set columnOptionsGroupHeaderBackground(v) {
|
|
272
|
-
this.i.
|
|
273
|
-
this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.
|
|
282
|
+
this.i.cw = stringToBrush(v);
|
|
283
|
+
this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.cw));
|
|
274
284
|
}
|
|
275
285
|
/**
|
|
276
286
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
277
287
|
*/
|
|
278
288
|
get columnOptionsGroupHeaderTextColor() {
|
|
279
|
-
return brushToString(this.i.
|
|
289
|
+
return brushToString(this.i.cx);
|
|
280
290
|
}
|
|
281
291
|
set columnOptionsGroupHeaderTextColor(v) {
|
|
282
|
-
this.i.
|
|
283
|
-
this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.
|
|
292
|
+
this.i.cx = stringToBrush(v);
|
|
293
|
+
this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.cx));
|
|
284
294
|
}
|
|
285
295
|
/**
|
|
286
296
|
* Gets or sets the font settings for group header text inside the column options menu.
|
|
@@ -298,11 +308,11 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
298
308
|
this._a("columnOptionsGroupHeaderTextStyle", this.i.aa != null ? this.i.aa.fontString : "");
|
|
299
309
|
}
|
|
300
310
|
get columnOptionsAccentColor() {
|
|
301
|
-
return brushToString(this.i.
|
|
311
|
+
return brushToString(this.i.cu);
|
|
302
312
|
}
|
|
303
313
|
set columnOptionsAccentColor(v) {
|
|
304
|
-
this.i.
|
|
305
|
-
this._a("columnOptionsAccentColor", brushToString(this.i.
|
|
314
|
+
this.i.cu = stringToBrush(v);
|
|
315
|
+
this._a("columnOptionsAccentColor", brushToString(this.i.cu));
|
|
306
316
|
}
|
|
307
317
|
/**
|
|
308
318
|
* Gets or sets the row height for submenus inside the column options menu.
|
|
@@ -391,16 +401,16 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
391
401
|
this._inStyling = false;
|
|
392
402
|
}
|
|
393
403
|
notifySizeChanged(width, height) {
|
|
394
|
-
this.i.
|
|
404
|
+
this.i.b2(width, height);
|
|
395
405
|
}
|
|
396
406
|
notifyCellSizeChanged() {
|
|
397
|
-
this.i.
|
|
407
|
+
this.i.b1();
|
|
398
408
|
}
|
|
399
409
|
showIcon() {
|
|
400
|
-
this.i.
|
|
410
|
+
this.i.cf();
|
|
401
411
|
}
|
|
402
412
|
hideIcon() {
|
|
403
|
-
this.i.
|
|
413
|
+
this.i.bz();
|
|
404
414
|
}
|
|
405
415
|
getDesiredToolbarActions() {
|
|
406
416
|
let iv = this.i.getDesiredToolbarActions();
|
|
@@ -22,56 +22,56 @@ export class IgcDateTimeCellInfo extends IgcCellInfo {
|
|
|
22
22
|
* Sets or gets the DateTime value for the cell.
|
|
23
23
|
*/
|
|
24
24
|
get dateTimeValue() {
|
|
25
|
-
return this.i.
|
|
25
|
+
return this.i.oj;
|
|
26
26
|
}
|
|
27
27
|
set dateTimeValue(v) {
|
|
28
|
-
this.i.
|
|
28
|
+
this.i.oj = v;
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
31
|
* The format string to apply to the value
|
|
32
32
|
*/
|
|
33
33
|
get formatStringOverride() {
|
|
34
|
-
return this.i.
|
|
34
|
+
return this.i.o0;
|
|
35
35
|
}
|
|
36
36
|
set formatStringOverride(v) {
|
|
37
|
-
this.i.
|
|
37
|
+
this.i.o0 = v;
|
|
38
38
|
}
|
|
39
39
|
get formatSpecifiers() {
|
|
40
|
-
return this.i.
|
|
40
|
+
return this.i.oa;
|
|
41
41
|
}
|
|
42
42
|
set formatSpecifiers(v) {
|
|
43
43
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
44
44
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
45
45
|
v = v.split(re);
|
|
46
46
|
}
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.oa = v;
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
50
|
* The format options to apply to the value
|
|
51
51
|
*/
|
|
52
52
|
get formatOverride() {
|
|
53
|
-
return this.i.
|
|
53
|
+
return this.i.ot;
|
|
54
54
|
}
|
|
55
55
|
set formatOverride(v) {
|
|
56
|
-
this.i.
|
|
56
|
+
this.i.ot = v;
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
59
|
* Sets or gets the simple DateTimeFormat to use for the cell.
|
|
60
60
|
*/
|
|
61
61
|
get dateTimeFormat() {
|
|
62
|
-
return this.i.
|
|
62
|
+
return this.i.of;
|
|
63
63
|
}
|
|
64
64
|
set dateTimeFormat(v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.of = ensureEnum(DateTimeFormats_$type, v);
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
68
|
* Sets or gets whether the value to use is a DateTimeOffset value.
|
|
69
69
|
*/
|
|
70
70
|
get isOffsetValue() {
|
|
71
|
-
return this.i.
|
|
71
|
+
return this.i.oh;
|
|
72
72
|
}
|
|
73
73
|
set isOffsetValue(v) {
|
|
74
|
-
this.i.
|
|
74
|
+
this.i.oh = ensureBool(v);
|
|
75
75
|
}
|
|
76
76
|
findByName(name) {
|
|
77
77
|
var baseResult = super.findByName(name);
|
|
@@ -67,95 +67,95 @@ let IgcDateTimeColumnComponent = /*@__PURE__*/ (() => {
|
|
|
67
67
|
* Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
|
|
68
68
|
*/
|
|
69
69
|
get dateTimeFormat() {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.sj;
|
|
71
71
|
}
|
|
72
72
|
set dateTimeFormat(v) {
|
|
73
|
-
this.i.
|
|
74
|
-
this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.
|
|
73
|
+
this.i.sj = ensureEnum(DateTimeFormats_$type, v);
|
|
74
|
+
this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.sj));
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
77
|
* Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
|
|
78
78
|
*/
|
|
79
79
|
get formatString() {
|
|
80
|
-
return this.i.
|
|
80
|
+
return this.i.s1;
|
|
81
81
|
}
|
|
82
82
|
set formatString(v) {
|
|
83
|
-
this.i.
|
|
83
|
+
this.i.s1 = v;
|
|
84
84
|
}
|
|
85
85
|
/**
|
|
86
86
|
* Gets or sets the format string to use when editing dates.
|
|
87
87
|
*/
|
|
88
88
|
get editorFormatString() {
|
|
89
|
-
return this.i.
|
|
89
|
+
return this.i.su;
|
|
90
90
|
}
|
|
91
91
|
set editorFormatString(v) {
|
|
92
|
-
this.i.
|
|
92
|
+
this.i.su = v;
|
|
93
93
|
}
|
|
94
94
|
get formatSpecifiers() {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.sf;
|
|
96
96
|
}
|
|
97
97
|
set formatSpecifiers(v) {
|
|
98
98
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
99
99
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
100
100
|
v = v.split(re);
|
|
101
101
|
}
|
|
102
|
-
this.i.
|
|
102
|
+
this.i.sf = v;
|
|
103
103
|
}
|
|
104
104
|
/**
|
|
105
105
|
* Gets or sets the INTL DateTimeFormat object to use for formatting the date values.
|
|
106
106
|
*/
|
|
107
107
|
get formatOverride() {
|
|
108
|
-
return this.i.
|
|
108
|
+
return this.i.sq;
|
|
109
109
|
}
|
|
110
110
|
set formatOverride(v) {
|
|
111
|
-
this.i.
|
|
111
|
+
this.i.sq = v;
|
|
112
112
|
}
|
|
113
113
|
/**
|
|
114
114
|
* Gets or sets the ShowTodayButton property to detirmine if the today button is shown
|
|
115
115
|
*/
|
|
116
116
|
get showTodayButton() {
|
|
117
|
-
return this.i.
|
|
117
|
+
return this.i.sm;
|
|
118
118
|
}
|
|
119
119
|
set showTodayButton(v) {
|
|
120
|
-
this.i.
|
|
121
|
-
this._a("showTodayButton", this.i.
|
|
120
|
+
this.i.sm = ensureBool(v);
|
|
121
|
+
this._a("showTodayButton", this.i.sm);
|
|
122
122
|
}
|
|
123
123
|
/**
|
|
124
124
|
* Gets or sets the editor type used for editing cells in this column.
|
|
125
125
|
*/
|
|
126
126
|
get editorType() {
|
|
127
|
-
return this.i.
|
|
127
|
+
return this.i.sk;
|
|
128
128
|
}
|
|
129
129
|
set editorType(v) {
|
|
130
|
-
this.i.
|
|
131
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
130
|
+
this.i.sk = ensureEnum(EditorType_$type, v);
|
|
131
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.sk));
|
|
132
132
|
}
|
|
133
133
|
/**
|
|
134
134
|
* Gets or sets the ComboBox data source.
|
|
135
135
|
*/
|
|
136
136
|
get editorDataSource() {
|
|
137
|
-
return this.i.
|
|
137
|
+
return this.i.sp;
|
|
138
138
|
}
|
|
139
139
|
set editorDataSource(v) {
|
|
140
|
-
this.i.
|
|
140
|
+
this.i.sp = v;
|
|
141
141
|
}
|
|
142
142
|
/**
|
|
143
143
|
* Gets or sets the ComboBox text field.
|
|
144
144
|
*/
|
|
145
145
|
get editorTextField() {
|
|
146
|
-
return this.i.
|
|
146
|
+
return this.i.sw;
|
|
147
147
|
}
|
|
148
148
|
set editorTextField(v) {
|
|
149
|
-
this.i.
|
|
149
|
+
this.i.sw = v;
|
|
150
150
|
}
|
|
151
151
|
/**
|
|
152
152
|
* Gets or sets the ComboBox value field.
|
|
153
153
|
*/
|
|
154
154
|
get editorValueField() {
|
|
155
|
-
return this.i.
|
|
155
|
+
return this.i.sx;
|
|
156
156
|
}
|
|
157
157
|
set editorValueField(v) {
|
|
158
|
-
this.i.
|
|
158
|
+
this.i.sx = v;
|
|
159
159
|
}
|
|
160
160
|
findByName(name) {
|
|
161
161
|
var baseResult = super.findByName(name);
|
|
@@ -23,111 +23,111 @@ export class IgcEditorCellInfo extends IgcCellInfo {
|
|
|
23
23
|
* Gets whether the editor cell is hidden or not.
|
|
24
24
|
*/
|
|
25
25
|
get isHidden() {
|
|
26
|
-
return this.i.
|
|
26
|
+
return this.i.ol;
|
|
27
27
|
}
|
|
28
28
|
/**
|
|
29
29
|
* Gets or sets the edit target for this cell.
|
|
30
30
|
*/
|
|
31
31
|
get editTarget() {
|
|
32
|
-
const r = this.i.
|
|
32
|
+
const r = this.i.oe;
|
|
33
33
|
if (r == null) {
|
|
34
34
|
return null;
|
|
35
35
|
}
|
|
36
36
|
return r.externalObject;
|
|
37
37
|
}
|
|
38
38
|
set editTarget(v) {
|
|
39
|
-
v == null ? this.i.
|
|
39
|
+
v == null ? this.i.oe = null : this.i.oe = v.i;
|
|
40
40
|
}
|
|
41
41
|
/**
|
|
42
42
|
* Gets or sets the data type associated with the cell being edited.
|
|
43
43
|
*/
|
|
44
44
|
get dataType() {
|
|
45
|
-
return this.i.
|
|
45
|
+
return this.i.oc;
|
|
46
46
|
}
|
|
47
47
|
set dataType(v) {
|
|
48
|
-
this.i.
|
|
48
|
+
this.i.oc = ensureEnum(DataSourceSchemaPropertyType_$type, v);
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
51
|
* Gets or sets the error message to display in the editor cell.
|
|
52
52
|
*/
|
|
53
53
|
get errorMessage() {
|
|
54
|
-
return this.i.
|
|
54
|
+
return this.i.ph;
|
|
55
55
|
}
|
|
56
56
|
set errorMessage(v) {
|
|
57
|
-
this.i.
|
|
57
|
+
this.i.ph = v;
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
60
|
* Gets or sets the user selected value.
|
|
61
61
|
*/
|
|
62
62
|
get editValue() {
|
|
63
|
-
return this.i.
|
|
63
|
+
return this.i.o4;
|
|
64
64
|
}
|
|
65
65
|
set editValue(v) {
|
|
66
|
-
this.i.
|
|
66
|
+
this.i.o4 = v;
|
|
67
67
|
}
|
|
68
68
|
/**
|
|
69
69
|
* Gets or sets the type of editor to use while cell editing.
|
|
70
70
|
*/
|
|
71
71
|
get editorType() {
|
|
72
|
-
return this.i.
|
|
72
|
+
return this.i.og;
|
|
73
73
|
}
|
|
74
74
|
set editorType(v) {
|
|
75
|
-
this.i.
|
|
75
|
+
this.i.og = ensureEnum(EditorType_$type, v);
|
|
76
76
|
}
|
|
77
77
|
/**
|
|
78
78
|
* Gets or sets the data source to use for the editor where it makes sense.
|
|
79
79
|
*/
|
|
80
80
|
get editorDataSource() {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.o3;
|
|
82
82
|
}
|
|
83
83
|
set editorDataSource(v) {
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.o3 = v;
|
|
85
85
|
}
|
|
86
86
|
/**
|
|
87
87
|
* Gets or sets the editors display member.
|
|
88
88
|
*/
|
|
89
89
|
get editorTextField() {
|
|
90
|
-
return this.i.
|
|
90
|
+
return this.i.pc;
|
|
91
91
|
}
|
|
92
92
|
set editorTextField(v) {
|
|
93
|
-
this.i.
|
|
93
|
+
this.i.pc = v;
|
|
94
94
|
}
|
|
95
95
|
/**
|
|
96
96
|
* Gets or sets the editors value member.
|
|
97
97
|
*/
|
|
98
98
|
get editorValueField() {
|
|
99
|
-
return this.i.
|
|
99
|
+
return this.i.oa;
|
|
100
100
|
}
|
|
101
101
|
set editorValueField(v) {
|
|
102
102
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
103
103
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
104
104
|
v = v.split(re);
|
|
105
105
|
}
|
|
106
|
-
this.i.
|
|
106
|
+
this.i.oa = v;
|
|
107
107
|
}
|
|
108
108
|
get dateFormatString() {
|
|
109
|
-
return this.i.
|
|
109
|
+
return this.i.o9;
|
|
110
110
|
}
|
|
111
111
|
set dateFormatString(v) {
|
|
112
|
-
this.i.
|
|
112
|
+
this.i.o9 = v;
|
|
113
113
|
}
|
|
114
114
|
get showTodayButton() {
|
|
115
|
-
return this.i.
|
|
115
|
+
return this.i.om;
|
|
116
116
|
}
|
|
117
117
|
set showTodayButton(v) {
|
|
118
|
-
this.i.
|
|
118
|
+
this.i.om = ensureBool(v);
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
121
|
* Gets the row index that the editor cell is targeting for edit.
|
|
122
122
|
*/
|
|
123
123
|
get targetRow() {
|
|
124
|
-
return this.i.
|
|
124
|
+
return this.i.o1;
|
|
125
125
|
}
|
|
126
126
|
/**
|
|
127
127
|
* Gets the column index that the editor cell is targeting for edit.
|
|
128
128
|
*/
|
|
129
129
|
get targetColumn() {
|
|
130
|
-
return this.i.
|
|
130
|
+
return this.i.o0;
|
|
131
131
|
}
|
|
132
132
|
findByName(name) {
|
|
133
133
|
var baseResult = super.findByName(name);
|
|
@@ -27,38 +27,38 @@ export class IgcFilterCellInfo extends IgcCellInfo {
|
|
|
27
27
|
* Gets or sets whether the cell is hit test visible.
|
|
28
28
|
*/
|
|
29
29
|
get dataType() {
|
|
30
|
-
return this.i.
|
|
30
|
+
return this.i.oe;
|
|
31
31
|
}
|
|
32
32
|
set dataType(v) {
|
|
33
|
-
this.i.
|
|
33
|
+
this.i.oe = ensureEnum(DataSourceSchemaPropertyType_$type, v);
|
|
34
34
|
}
|
|
35
35
|
/**
|
|
36
36
|
* Gets or sets the current filter to display in the cell.
|
|
37
37
|
*/
|
|
38
38
|
get filter() {
|
|
39
|
-
return this.i.
|
|
39
|
+
return this.i.oc;
|
|
40
40
|
}
|
|
41
41
|
set filter(v) {
|
|
42
|
-
this.i.
|
|
42
|
+
this.i.oc = v;
|
|
43
43
|
}
|
|
44
44
|
/**
|
|
45
45
|
* Gets or sets the current filter expression applied to the column.
|
|
46
46
|
*/
|
|
47
47
|
get filterExpression() {
|
|
48
|
-
return this.i.
|
|
48
|
+
return this.i.og;
|
|
49
49
|
}
|
|
50
50
|
set filterExpression(v) {
|
|
51
|
-
this.i.
|
|
51
|
+
this.i.og = v;
|
|
52
52
|
}
|
|
53
53
|
get filterOperands() {
|
|
54
54
|
if (this._filterOperands === null) {
|
|
55
55
|
let coll = new IgcGridFilterOperandsCollection();
|
|
56
|
-
let innerColl = this.i.
|
|
56
|
+
let innerColl = this.i.oi;
|
|
57
57
|
if (!innerColl) {
|
|
58
58
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
59
59
|
}
|
|
60
60
|
this._filterOperands = coll._fromInner(innerColl);
|
|
61
|
-
this.i.
|
|
61
|
+
this.i.oi = innerColl;
|
|
62
62
|
}
|
|
63
63
|
return this._filterOperands;
|
|
64
64
|
}
|
|
@@ -70,62 +70,62 @@ export class IgcFilterCellInfo extends IgcCellInfo {
|
|
|
70
70
|
let coll = new IgcGridFilterOperandsCollection();
|
|
71
71
|
this._filterOperands = coll._fromOuter(v);
|
|
72
72
|
let syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
|
|
73
|
-
let innerColl = this.i.
|
|
73
|
+
let innerColl = this.i.oi;
|
|
74
74
|
if (!innerColl) {
|
|
75
75
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
76
76
|
}
|
|
77
77
|
syncColl._inner = innerColl;
|
|
78
78
|
syncColl.clear();
|
|
79
79
|
this._filterOperands._setSyncTarget(syncColl);
|
|
80
|
-
this.i.
|
|
80
|
+
this.i.oi = innerColl;
|
|
81
81
|
}
|
|
82
82
|
get operatorType() {
|
|
83
|
-
return this.i.
|
|
83
|
+
return this.i.oa;
|
|
84
84
|
}
|
|
85
85
|
set operatorType(v) {
|
|
86
|
-
this.i.
|
|
86
|
+
this.i.oa = v;
|
|
87
87
|
}
|
|
88
88
|
get filterValue() {
|
|
89
|
-
return this.i.
|
|
89
|
+
return this.i.ow;
|
|
90
90
|
}
|
|
91
91
|
set filterValue(v) {
|
|
92
|
-
this.i.
|
|
92
|
+
this.i.ow = v;
|
|
93
93
|
}
|
|
94
94
|
get selectorTop() {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.oq;
|
|
96
96
|
}
|
|
97
97
|
set selectorTop(v) {
|
|
98
|
-
this.i.
|
|
98
|
+
this.i.oq = +v;
|
|
99
99
|
}
|
|
100
100
|
get selectorLeft() {
|
|
101
|
-
return this.i.
|
|
101
|
+
return this.i.op;
|
|
102
102
|
}
|
|
103
103
|
set selectorLeft(v) {
|
|
104
|
-
this.i.
|
|
104
|
+
this.i.op = +v;
|
|
105
105
|
}
|
|
106
106
|
get editorTop() {
|
|
107
|
-
return this.i.
|
|
107
|
+
return this.i.oo;
|
|
108
108
|
}
|
|
109
109
|
set editorTop(v) {
|
|
110
|
-
this.i.
|
|
110
|
+
this.i.oo = +v;
|
|
111
111
|
}
|
|
112
112
|
get editorLeft() {
|
|
113
|
-
return this.i.
|
|
113
|
+
return this.i.on;
|
|
114
114
|
}
|
|
115
115
|
set editorLeft(v) {
|
|
116
|
-
this.i.
|
|
116
|
+
this.i.on = +v;
|
|
117
117
|
}
|
|
118
118
|
get clearIconTop() {
|
|
119
|
-
return this.i.
|
|
119
|
+
return this.i.om;
|
|
120
120
|
}
|
|
121
121
|
set clearIconTop(v) {
|
|
122
|
-
this.i.
|
|
122
|
+
this.i.om = +v;
|
|
123
123
|
}
|
|
124
124
|
get clearIconLeft() {
|
|
125
|
-
return this.i.
|
|
125
|
+
return this.i.ol;
|
|
126
126
|
}
|
|
127
127
|
set clearIconLeft(v) {
|
|
128
|
-
this.i.
|
|
128
|
+
this.i.ol = +v;
|
|
129
129
|
}
|
|
130
130
|
findByName(name) {
|
|
131
131
|
var baseResult = super.findByName(name);
|