igniteui-webcomponents-data-grids 6.3.1 → 7.0.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +9505 -8241
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +10 -10
- package/esm2015/lib/CheckboxListBridge.js +28 -0
- package/esm2015/lib/CheckboxListView_combined.js +730 -705
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm2015/lib/ContentCellModelHelper.js +3 -3
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
- package/esm2015/lib/DateTimeCellPresenter.js +2 -2
- package/esm2015/lib/DraggerView.js +3 -3
- package/esm2015/lib/EditorCell.js +267 -267
- package/esm2015/lib/EditorCellPresenter.js +15 -15
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +8 -8
- package/esm2015/lib/GridCellBase.js +65 -63
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExternalWrapper.js +9 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +271 -433
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +8 -8
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +2 -2
- package/esm2015/lib/PropertyEditorView_combined.js +22 -22
- package/esm2015/lib/SectionHeaderCell.js +8 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/SummaryCell.js +25 -25
- package/esm2015/lib/SummaryCellPresenter.js +5 -5
- package/esm2015/lib/TemplateCell.js +11 -11
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +2 -2
- package/esm2015/lib/TextHeaderCell.js +140 -134
- package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igc-checkbox-list-component.js +89 -89
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +307 -193
- package/esm2015/lib/igc-data-grid-component.js +99 -1
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +77 -20
- package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +129 -129
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +65 -4
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/CanvasCellPresenterBase.js +1 -1
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +10 -10
- package/esm5/lib/CheckboxListBridge.js +28 -0
- package/esm5/lib/CheckboxListView_combined.js +709 -684
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm5/lib/ContentCellModelHelper.js +3 -3
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +12 -12
- package/esm5/lib/DateTimeCellPresenter.js +2 -2
- package/esm5/lib/DraggerView.js +3 -3
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +15 -15
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +8 -8
- package/esm5/lib/GridCellBase.js +64 -62
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExternalWrapper.js +9 -6
- package/esm5/lib/GridFilterDialogView_combined.js +331 -164
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +275 -585
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +8 -8
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +2 -2
- package/esm5/lib/PropertyEditorView_combined.js +22 -22
- package/esm5/lib/SectionHeaderCell.js +8 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/SummaryCell.js +26 -26
- package/esm5/lib/SummaryCellPresenter.js +5 -5
- package/esm5/lib/TemplateCell.js +11 -11
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +2 -2
- package/esm5/lib/TextHeaderCell.js +138 -132
- package/esm5/lib/TextHeaderCellPresenter.js +43 -21
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igc-checkbox-list-component.js +89 -89
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +355 -193
- package/esm5/lib/igc-data-grid-component.js +140 -2
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +101 -20
- package/esm5/lib/igc-data-grid-pager-component.js +38 -10
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +129 -129
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +93 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +9402 -8300
- package/fesm5/igniteui-webcomponents-data-grids.js +9507 -8244
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +153 -148
- package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +21 -19
- package/lib/GridExternalWrapper.d.ts +1 -0
- package/lib/GridFilterDialogView_combined.d.ts +81 -58
- package/lib/GridStyleRepository.d.ts +23 -84
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +2 -2
- package/lib/SummaryCell.d.ts +4 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igc-data-grid-column-component.d.ts +54 -0
- package/lib/igc-data-grid-component.d.ts +49 -1
- package/lib/igc-data-grid-filter-dialog-component.d.ts +27 -0
- package/lib/igc-data-grid-pager-component.d.ts +10 -0
- package/lib/igc-text-header-cell-info.d.ts +33 -0
- package/package.json +4 -4
- package/public_api.d.ts +1 -0
|
@@ -132,6 +132,7 @@ import { IgcTextHeaderCellInfo } from "./igc-text-header-cell-info";
|
|
|
132
132
|
import { IgcFilterCellInfo } from "./igc-filter-cell-info";
|
|
133
133
|
import { CellContentVerticalAlignment_$type } from "./CellContentVerticalAlignment";
|
|
134
134
|
import { IgcDataSourceRootSummariesChangedEventArgs } from "igniteui-webcomponents-core";
|
|
135
|
+
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
135
136
|
let GridStylingDefaults = {};
|
|
136
137
|
let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
137
138
|
class IgcDataGridComponent extends IgcHTMLElement {
|
|
@@ -934,8 +935,18 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
934
935
|
}
|
|
935
936
|
}
|
|
936
937
|
/**
|
|
937
|
-
* Gets or sets the
|
|
938
|
+
* Gets or sets the base theme used by the grid.
|
|
938
939
|
*/
|
|
940
|
+
get theme() {
|
|
941
|
+
return this.i.theme;
|
|
942
|
+
}
|
|
943
|
+
set theme(v) {
|
|
944
|
+
this.i.theme = ensureEnum(BaseControlTheme_$type, v);
|
|
945
|
+
this._a("theme", enumToString(BaseControlTheme_$type, this.i.theme));
|
|
946
|
+
}
|
|
947
|
+
/**
|
|
948
|
+
* Gets or sets the type of column resizing to use.
|
|
949
|
+
*/
|
|
939
950
|
get columnResizingMode() {
|
|
940
951
|
return this.i.columnResizingMode;
|
|
941
952
|
}
|
|
@@ -2337,6 +2348,16 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2337
2348
|
this.i.columnOptionsIconBehavior = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
2338
2349
|
this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.columnOptionsIconBehavior));
|
|
2339
2350
|
}
|
|
2351
|
+
/**
|
|
2352
|
+
* Gets the actual border color around the grid.
|
|
2353
|
+
*/
|
|
2354
|
+
get actualBorder() {
|
|
2355
|
+
return brushToString(this.i.actualBorder);
|
|
2356
|
+
}
|
|
2357
|
+
set actualBorder(v) {
|
|
2358
|
+
this.i.actualBorder = stringToBrush(v);
|
|
2359
|
+
this._a("actualBorder", brushToString(this.i.actualBorder));
|
|
2360
|
+
}
|
|
2340
2361
|
/**
|
|
2341
2362
|
* Gets or sets the border color around the grid.
|
|
2342
2363
|
*/
|
|
@@ -2512,6 +2533,26 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2512
2533
|
this.i.stopPropagation = ensureBool(v);
|
|
2513
2534
|
this._a("stopPropagation", this.i.stopPropagation);
|
|
2514
2535
|
}
|
|
2536
|
+
/**
|
|
2537
|
+
* Gets the actual background for the grid.
|
|
2538
|
+
*/
|
|
2539
|
+
get actualBackground() {
|
|
2540
|
+
return brushToString(this.i.actualBackground);
|
|
2541
|
+
}
|
|
2542
|
+
set actualBackground(v) {
|
|
2543
|
+
this.i.actualBackground = stringToBrush(v);
|
|
2544
|
+
this._a("actualBackground", brushToString(this.i.actualBackground));
|
|
2545
|
+
}
|
|
2546
|
+
/**
|
|
2547
|
+
* Gets or sets the background for the grid.
|
|
2548
|
+
*/
|
|
2549
|
+
get background() {
|
|
2550
|
+
return brushToString(this.i.background);
|
|
2551
|
+
}
|
|
2552
|
+
set background(v) {
|
|
2553
|
+
this.i.background = stringToBrush(v);
|
|
2554
|
+
this._a("background", brushToString(this.i.background));
|
|
2555
|
+
}
|
|
2515
2556
|
/**
|
|
2516
2557
|
* A set of states that can be applied to the columns of the grid based on available space.
|
|
2517
2558
|
*/
|
|
@@ -3103,6 +3144,63 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3103
3144
|
this.i.scrollbarBackground = stringToBrush(v);
|
|
3104
3145
|
this._a("scrollbarBackground", brushToString(this.i.scrollbarBackground));
|
|
3105
3146
|
}
|
|
3147
|
+
/**
|
|
3148
|
+
* Gets or sets the column options dropdown background color.
|
|
3149
|
+
*/
|
|
3150
|
+
get columnOptionsBackground() {
|
|
3151
|
+
return brushToString(this.i.columnOptionsBackground);
|
|
3152
|
+
}
|
|
3153
|
+
set columnOptionsBackground(v) {
|
|
3154
|
+
this.i.columnOptionsBackground = stringToBrush(v);
|
|
3155
|
+
this._a("columnOptionsBackground", brushToString(this.i.columnOptionsBackground));
|
|
3156
|
+
}
|
|
3157
|
+
/**
|
|
3158
|
+
* Gets or sets the text color for text inside the column options menu.
|
|
3159
|
+
*/
|
|
3160
|
+
get columnOptionsTextColor() {
|
|
3161
|
+
return brushToString(this.i.columnOptionsTextColor);
|
|
3162
|
+
}
|
|
3163
|
+
set columnOptionsTextColor(v) {
|
|
3164
|
+
this.i.columnOptionsTextColor = stringToBrush(v);
|
|
3165
|
+
this._a("columnOptionsTextColor", brushToString(this.i.columnOptionsTextColor));
|
|
3166
|
+
}
|
|
3167
|
+
/**
|
|
3168
|
+
* Gets or sets the color of separators inside the column options menu.
|
|
3169
|
+
*/
|
|
3170
|
+
get columnOptionsSeparatorColor() {
|
|
3171
|
+
return brushToString(this.i.columnOptionsSeparatorColor);
|
|
3172
|
+
}
|
|
3173
|
+
set columnOptionsSeparatorColor(v) {
|
|
3174
|
+
this.i.columnOptionsSeparatorColor = stringToBrush(v);
|
|
3175
|
+
this._a("columnOptionsSeparatorColor", brushToString(this.i.columnOptionsSeparatorColor));
|
|
3176
|
+
}
|
|
3177
|
+
/**
|
|
3178
|
+
* Gets or sets the background color for group headers inside the column options menu.
|
|
3179
|
+
*/
|
|
3180
|
+
get columnOptionsGroupHeaderBackground() {
|
|
3181
|
+
return brushToString(this.i.columnOptionsGroupHeaderBackground);
|
|
3182
|
+
}
|
|
3183
|
+
set columnOptionsGroupHeaderBackground(v) {
|
|
3184
|
+
this.i.columnOptionsGroupHeaderBackground = stringToBrush(v);
|
|
3185
|
+
this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.columnOptionsGroupHeaderBackground));
|
|
3186
|
+
}
|
|
3187
|
+
/**
|
|
3188
|
+
* Gets or sets the text color for group headers inside the column options menu.
|
|
3189
|
+
*/
|
|
3190
|
+
get columnOptionsGroupHeaderTextColor() {
|
|
3191
|
+
return brushToString(this.i.columnOptionsGroupHeaderTextColor);
|
|
3192
|
+
}
|
|
3193
|
+
set columnOptionsGroupHeaderTextColor(v) {
|
|
3194
|
+
this.i.columnOptionsGroupHeaderTextColor = stringToBrush(v);
|
|
3195
|
+
this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.columnOptionsGroupHeaderTextColor));
|
|
3196
|
+
}
|
|
3197
|
+
get columnOptionsAccentColor() {
|
|
3198
|
+
return brushToString(this.i.columnOptionsAccentColor);
|
|
3199
|
+
}
|
|
3200
|
+
set columnOptionsAccentColor(v) {
|
|
3201
|
+
this.i.columnOptionsAccentColor = stringToBrush(v);
|
|
3202
|
+
this._a("columnOptionsAccentColor", brushToString(this.i.columnOptionsAccentColor));
|
|
3203
|
+
}
|
|
3106
3204
|
get allowCopyOperation() {
|
|
3107
3205
|
return this.i.allowCopyOperation;
|
|
3108
3206
|
}
|
|
@@ -142,11 +142,11 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
142
142
|
}
|
|
143
143
|
}
|
|
144
144
|
get isAnimationEnabled() {
|
|
145
|
-
return this.i.
|
|
145
|
+
return this.i.ad;
|
|
146
146
|
}
|
|
147
147
|
set isAnimationEnabled(v) {
|
|
148
|
-
this.i.
|
|
149
|
-
this._a("isAnimationEnabled", this.i.
|
|
148
|
+
this.i.ad = ensureBool(v);
|
|
149
|
+
this._a("isAnimationEnabled", this.i.ad);
|
|
150
150
|
}
|
|
151
151
|
/**
|
|
152
152
|
* Gets or sets the scaling value used to affect the pixel density of the control.
|
|
@@ -154,11 +154,11 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
154
154
|
* to appear blurry.
|
|
155
155
|
*/
|
|
156
156
|
get pixelScalingRatio() {
|
|
157
|
-
return this.i.
|
|
157
|
+
return this.i.al;
|
|
158
158
|
}
|
|
159
159
|
set pixelScalingRatio(v) {
|
|
160
|
-
this.i.
|
|
161
|
-
this._a("pixelScalingRatio", this.i.
|
|
160
|
+
this.i.al = +v;
|
|
161
|
+
this._a("pixelScalingRatio", this.i.al);
|
|
162
162
|
}
|
|
163
163
|
/**
|
|
164
164
|
* Gets the actual pixel scaling ratio used to affect the pixel density of the control.
|
|
@@ -166,28 +166,85 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
166
166
|
* to appear blurry.
|
|
167
167
|
*/
|
|
168
168
|
get actualPixelScalingRatio() {
|
|
169
|
-
return this.i.
|
|
169
|
+
return this.i.ak;
|
|
170
170
|
}
|
|
171
171
|
set actualPixelScalingRatio(v) {
|
|
172
|
-
this.i.
|
|
173
|
-
this._a("actualPixelScalingRatio", this.i.
|
|
172
|
+
this.i.ak = +v;
|
|
173
|
+
this._a("actualPixelScalingRatio", this.i.ak);
|
|
174
174
|
}
|
|
175
175
|
get iconColor() {
|
|
176
|
-
return brushToString(this.i.
|
|
176
|
+
return brushToString(this.i.ci);
|
|
177
177
|
}
|
|
178
178
|
set iconColor(v) {
|
|
179
|
-
this.i.
|
|
180
|
-
this._a("iconColor", brushToString(this.i.
|
|
179
|
+
this.i.ci = stringToBrush(v);
|
|
180
|
+
this._a("iconColor", brushToString(this.i.ci));
|
|
181
181
|
}
|
|
182
182
|
get viewSize() {
|
|
183
|
-
return this.i.
|
|
183
|
+
return this.i.am;
|
|
184
184
|
}
|
|
185
185
|
set viewSize(v) {
|
|
186
|
-
this.i.
|
|
187
|
-
this._a("viewSize", this.i.
|
|
186
|
+
this.i.am = +v;
|
|
187
|
+
this._a("viewSize", this.i.am);
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* Gets or sets the column options dropdown background color.
|
|
191
|
+
*/
|
|
192
|
+
get columnOptionsBackground() {
|
|
193
|
+
return brushToString(this.i.cd);
|
|
194
|
+
}
|
|
195
|
+
set columnOptionsBackground(v) {
|
|
196
|
+
this.i.cd = stringToBrush(v);
|
|
197
|
+
this._a("columnOptionsBackground", brushToString(this.i.cd));
|
|
198
|
+
}
|
|
199
|
+
/**
|
|
200
|
+
* Gets or sets the text color for text inside the column options menu.
|
|
201
|
+
*/
|
|
202
|
+
get columnOptionsTextColor() {
|
|
203
|
+
return brushToString(this.i.ch);
|
|
204
|
+
}
|
|
205
|
+
set columnOptionsTextColor(v) {
|
|
206
|
+
this.i.ch = stringToBrush(v);
|
|
207
|
+
this._a("columnOptionsTextColor", brushToString(this.i.ch));
|
|
208
|
+
}
|
|
209
|
+
/**
|
|
210
|
+
* Gets or sets the color of separators inside the column options menu.
|
|
211
|
+
*/
|
|
212
|
+
get columnOptionsSeparatorColor() {
|
|
213
|
+
return brushToString(this.i.cg);
|
|
214
|
+
}
|
|
215
|
+
set columnOptionsSeparatorColor(v) {
|
|
216
|
+
this.i.cg = stringToBrush(v);
|
|
217
|
+
this._a("columnOptionsSeparatorColor", brushToString(this.i.cg));
|
|
218
|
+
}
|
|
219
|
+
/**
|
|
220
|
+
* Gets or sets the background color for group headers inside the column options menu.
|
|
221
|
+
*/
|
|
222
|
+
get columnOptionsGroupHeaderBackground() {
|
|
223
|
+
return brushToString(this.i.ce);
|
|
224
|
+
}
|
|
225
|
+
set columnOptionsGroupHeaderBackground(v) {
|
|
226
|
+
this.i.ce = stringToBrush(v);
|
|
227
|
+
this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.ce));
|
|
228
|
+
}
|
|
229
|
+
/**
|
|
230
|
+
* Gets or sets the text color for group headers inside the column options menu.
|
|
231
|
+
*/
|
|
232
|
+
get columnOptionsGroupHeaderTextColor() {
|
|
233
|
+
return brushToString(this.i.cf);
|
|
234
|
+
}
|
|
235
|
+
set columnOptionsGroupHeaderTextColor(v) {
|
|
236
|
+
this.i.cf = stringToBrush(v);
|
|
237
|
+
this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.cf));
|
|
238
|
+
}
|
|
239
|
+
get columnOptionsAccentColor() {
|
|
240
|
+
return brushToString(this.i.cc);
|
|
241
|
+
}
|
|
242
|
+
set columnOptionsAccentColor(v) {
|
|
243
|
+
this.i.cc = stringToBrush(v);
|
|
244
|
+
this._a("columnOptionsAccentColor", brushToString(this.i.cc));
|
|
188
245
|
}
|
|
189
246
|
get isOpen() {
|
|
190
|
-
return this.i.
|
|
247
|
+
return this.i.ae;
|
|
191
248
|
}
|
|
192
249
|
get commandCompleted() {
|
|
193
250
|
return this.i.commandCompleted;
|
|
@@ -263,16 +320,16 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
263
320
|
this._inStyling = false;
|
|
264
321
|
}
|
|
265
322
|
notifySizeChanged(width, height) {
|
|
266
|
-
this.i.
|
|
323
|
+
this.i.bo(width, height);
|
|
267
324
|
}
|
|
268
325
|
notifyCellSizeChanged() {
|
|
269
|
-
this.i.
|
|
326
|
+
this.i.bn();
|
|
270
327
|
}
|
|
271
328
|
showIcon() {
|
|
272
|
-
this.i.
|
|
329
|
+
this.i.b1();
|
|
273
330
|
}
|
|
274
331
|
hideIcon() {
|
|
275
|
-
this.i.
|
|
332
|
+
this.i.bl();
|
|
276
333
|
}
|
|
277
334
|
getDesiredToolbarActions() {
|
|
278
335
|
let iv = this.i.getDesiredToolbarActions();
|
|
@@ -178,10 +178,10 @@ let IgcDataGridPagerComponent = /*@__PURE__*/ (() => {
|
|
|
178
178
|
}
|
|
179
179
|
}
|
|
180
180
|
get pagerText() {
|
|
181
|
-
return this.i.
|
|
181
|
+
return this.i.bb;
|
|
182
182
|
}
|
|
183
183
|
set pagerText(v) {
|
|
184
|
-
this.i.
|
|
184
|
+
this.i.bb = v;
|
|
185
185
|
}
|
|
186
186
|
/**
|
|
187
187
|
* Gets or sets the page size.
|
|
@@ -231,12 +231,32 @@ let IgcDataGridPagerComponent = /*@__PURE__*/ (() => {
|
|
|
231
231
|
/**
|
|
232
232
|
* Gets or sets the background color to use.
|
|
233
233
|
*/
|
|
234
|
+
get actualBackground() {
|
|
235
|
+
return brushToString(this.i.cg);
|
|
236
|
+
}
|
|
237
|
+
set actualBackground(v) {
|
|
238
|
+
this.i.cg = stringToBrush(v);
|
|
239
|
+
this._a("actualBackground", brushToString(this.i.cg));
|
|
240
|
+
}
|
|
241
|
+
/**
|
|
242
|
+
* Gets or sets the background color to use.
|
|
243
|
+
*/
|
|
234
244
|
get background() {
|
|
235
|
-
return brushToString(this.i.
|
|
245
|
+
return brushToString(this.i.ci);
|
|
236
246
|
}
|
|
237
247
|
set background(v) {
|
|
238
|
-
this.i.
|
|
239
|
-
this._a("background", brushToString(this.i.
|
|
248
|
+
this.i.ci = stringToBrush(v);
|
|
249
|
+
this._a("background", brushToString(this.i.ci));
|
|
250
|
+
}
|
|
251
|
+
/**
|
|
252
|
+
* Gets or sets the border color around the grid.
|
|
253
|
+
*/
|
|
254
|
+
get actualBorder() {
|
|
255
|
+
return brushToString(this.i.ch);
|
|
256
|
+
}
|
|
257
|
+
set actualBorder(v) {
|
|
258
|
+
this.i.ch = stringToBrush(v);
|
|
259
|
+
this._a("actualBorder", brushToString(this.i.ch));
|
|
240
260
|
}
|
|
241
261
|
/**
|
|
242
262
|
* Gets or sets the border color around the grid.
|
|
@@ -310,16 +330,16 @@ let IgcDataGridPagerComponent = /*@__PURE__*/ (() => {
|
|
|
310
330
|
this._inStyling = false;
|
|
311
331
|
}
|
|
312
332
|
nextPage() {
|
|
313
|
-
this.i.
|
|
333
|
+
this.i.bp();
|
|
314
334
|
}
|
|
315
335
|
previousPage() {
|
|
316
|
-
this.i.
|
|
336
|
+
this.i.b0();
|
|
317
337
|
}
|
|
318
338
|
firstPage() {
|
|
319
|
-
this.i.
|
|
339
|
+
this.i.bm();
|
|
320
340
|
}
|
|
321
341
|
lastPage() {
|
|
322
|
-
this.i.
|
|
342
|
+
this.i.bo();
|
|
323
343
|
}
|
|
324
344
|
provideContainer(container) {
|
|
325
345
|
this.i.provideContainer(container);
|
|
@@ -337,7 +357,7 @@ let IgcDataGridPagerComponent = /*@__PURE__*/ (() => {
|
|
|
337
357
|
|
|
338
358
|
*/
|
|
339
359
|
exportSerializedVisualModel() {
|
|
340
|
-
let iv = this.i.
|
|
360
|
+
let iv = this.i.a1();
|
|
341
361
|
return (iv);
|
|
342
362
|
}
|
|
343
363
|
/**
|
|
@@ -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.qv;
|
|
71
71
|
}
|
|
72
72
|
set dateTimeFormat(v) {
|
|
73
|
-
this.i.
|
|
74
|
-
this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.
|
|
73
|
+
this.i.qv = ensureEnum(DateTimeFormats_$type, v);
|
|
74
|
+
this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.qv));
|
|
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.rd;
|
|
81
81
|
}
|
|
82
82
|
set formatString(v) {
|
|
83
|
-
this.i.
|
|
83
|
+
this.i.rd = 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.q6;
|
|
90
90
|
}
|
|
91
91
|
set editorFormatString(v) {
|
|
92
|
-
this.i.
|
|
92
|
+
this.i.q6 = v;
|
|
93
93
|
}
|
|
94
94
|
get formatSpecifiers() {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.qr;
|
|
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.qr = 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.q2;
|
|
109
109
|
}
|
|
110
110
|
set formatOverride(v) {
|
|
111
|
-
this.i.
|
|
111
|
+
this.i.q2 = 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.qy;
|
|
118
118
|
}
|
|
119
119
|
set showTodayButton(v) {
|
|
120
|
-
this.i.
|
|
121
|
-
this._a("showTodayButton", this.i.
|
|
120
|
+
this.i.qy = ensureBool(v);
|
|
121
|
+
this._a("showTodayButton", this.i.qy);
|
|
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.qw;
|
|
128
128
|
}
|
|
129
129
|
set editorType(v) {
|
|
130
|
-
this.i.
|
|
131
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
130
|
+
this.i.qw = ensureEnum(EditorType_$type, v);
|
|
131
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.qw));
|
|
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.q1;
|
|
138
138
|
}
|
|
139
139
|
set editorDataSource(v) {
|
|
140
|
-
this.i.
|
|
140
|
+
this.i.q1 = 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.q8;
|
|
147
147
|
}
|
|
148
148
|
set editorTextField(v) {
|
|
149
|
-
this.i.
|
|
149
|
+
this.i.q8 = 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.q9;
|
|
156
156
|
}
|
|
157
157
|
set editorValueField(v) {
|
|
158
|
-
this.i.
|
|
158
|
+
this.i.q9 = v;
|
|
159
159
|
}
|
|
160
160
|
findByName(name) {
|
|
161
161
|
var baseResult = super.findByName(name);
|