igniteui-webcomponents-data-grids 7.0.1-beta.0 → 7.1.0-alpha.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 +8241 -9505
- 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 +0 -28
- package/esm2015/lib/CheckboxListView_combined.js +705 -730
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5150 -5835
- 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 +63 -65
- 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 +6 -9
- package/esm2015/lib/GridFilterDialogView_combined.js +172 -311
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +433 -271
- 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 +134 -140
- package/esm2015/lib/TextHeaderCellPresenter.js +21 -43
- 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 +193 -307
- package/esm2015/lib/igc-data-grid-component.js +1 -99
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +20 -77
- package/esm2015/lib/igc-data-grid-pager-component.js +10 -30
- 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 +4 -65
- package/esm2015/public_api.js +0 -1
- 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 +0 -28
- package/esm5/lib/CheckboxListView_combined.js +684 -709
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5014 -5831
- 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 +62 -64
- 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 +6 -9
- package/esm5/lib/GridFilterDialogView_combined.js +164 -331
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +585 -275
- 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 +132 -138
- package/esm5/lib/TextHeaderCellPresenter.js +21 -43
- package/esm5/lib/TextIconSetConditionalStyle.js +3 -4
- 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 +193 -355
- package/esm5/lib/igc-data-grid-component.js +2 -140
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +20 -101
- package/esm5/lib/igc-data-grid-pager-component.js +10 -38
- 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 +4 -93
- package/esm5/public_api.js +0 -1
- package/fesm2015/igniteui-webcomponents-data-grids.js +8299 -9401
- package/fesm5/igniteui-webcomponents-data-grids.js +8244 -9507
- package/lib/CheckboxListBridge.d.ts +0 -1
- package/lib/CheckboxListExternal.d.ts +0 -6
- package/lib/CheckboxListView_combined.d.ts +148 -153
- package/lib/ColumnFilterCondition_combined.d.ts +1266 -1400
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +19 -21
- package/lib/GridExternalWrapper.d.ts +0 -1
- package/lib/GridFilterDialogView_combined.d.ts +58 -81
- package/lib/GridStyleRepository.d.ts +84 -23
- 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 +24 -26
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igc-data-grid-column-component.d.ts +0 -54
- package/lib/igc-data-grid-component.d.ts +1 -49
- package/lib/igc-data-grid-filter-dialog-component.d.ts +0 -27
- package/lib/igc-data-grid-pager-component.d.ts +0 -10
- package/lib/igc-text-header-cell-info.d.ts +0 -33
- package/package.json +4 -4
- package/public_api.d.ts +0 -1
- package/esm2015/lib/GridStyleRepositoryKeys.js +0 -11
- package/esm5/lib/GridStyleRepositoryKeys.js +0 -11
- package/lib/GridStyleRepositoryKeys.d.ts +0 -48
|
@@ -132,7 +132,6 @@ 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";
|
|
136
135
|
let GridStylingDefaults = {};
|
|
137
136
|
let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
138
137
|
class IgcDataGridComponent extends IgcHTMLElement {
|
|
@@ -935,18 +934,8 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
935
934
|
}
|
|
936
935
|
}
|
|
937
936
|
/**
|
|
938
|
-
* Gets or sets the
|
|
937
|
+
* Gets or sets the type of column resizing to use.
|
|
939
938
|
*/
|
|
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
|
-
*/
|
|
950
939
|
get columnResizingMode() {
|
|
951
940
|
return this.i.columnResizingMode;
|
|
952
941
|
}
|
|
@@ -2348,16 +2337,6 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2348
2337
|
this.i.columnOptionsIconBehavior = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
2349
2338
|
this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.columnOptionsIconBehavior));
|
|
2350
2339
|
}
|
|
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
|
-
}
|
|
2361
2340
|
/**
|
|
2362
2341
|
* Gets or sets the border color around the grid.
|
|
2363
2342
|
*/
|
|
@@ -2533,26 +2512,6 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2533
2512
|
this.i.stopPropagation = ensureBool(v);
|
|
2534
2513
|
this._a("stopPropagation", this.i.stopPropagation);
|
|
2535
2514
|
}
|
|
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
|
-
}
|
|
2556
2515
|
/**
|
|
2557
2516
|
* A set of states that can be applied to the columns of the grid based on available space.
|
|
2558
2517
|
*/
|
|
@@ -3144,63 +3103,6 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3144
3103
|
this.i.scrollbarBackground = stringToBrush(v);
|
|
3145
3104
|
this._a("scrollbarBackground", brushToString(this.i.scrollbarBackground));
|
|
3146
3105
|
}
|
|
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
|
-
}
|
|
3204
3106
|
get allowCopyOperation() {
|
|
3205
3107
|
return this.i.allowCopyOperation;
|
|
3206
3108
|
}
|
|
@@ -142,11 +142,11 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
142
142
|
}
|
|
143
143
|
}
|
|
144
144
|
get isAnimationEnabled() {
|
|
145
|
-
return this.i.
|
|
145
|
+
return this.i.ab;
|
|
146
146
|
}
|
|
147
147
|
set isAnimationEnabled(v) {
|
|
148
|
-
this.i.
|
|
149
|
-
this._a("isAnimationEnabled", this.i.
|
|
148
|
+
this.i.ab = ensureBool(v);
|
|
149
|
+
this._a("isAnimationEnabled", this.i.ab);
|
|
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.aj;
|
|
158
158
|
}
|
|
159
159
|
set pixelScalingRatio(v) {
|
|
160
|
-
this.i.
|
|
161
|
-
this._a("pixelScalingRatio", this.i.
|
|
160
|
+
this.i.aj = +v;
|
|
161
|
+
this._a("pixelScalingRatio", this.i.aj);
|
|
162
162
|
}
|
|
163
163
|
/**
|
|
164
164
|
* Gets the actual pixel scaling ratio used to affect the pixel density of the control.
|
|
@@ -166,85 +166,28 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
166
166
|
* to appear blurry.
|
|
167
167
|
*/
|
|
168
168
|
get actualPixelScalingRatio() {
|
|
169
|
-
return this.i.
|
|
169
|
+
return this.i.ai;
|
|
170
170
|
}
|
|
171
171
|
set actualPixelScalingRatio(v) {
|
|
172
|
-
this.i.
|
|
173
|
-
this._a("actualPixelScalingRatio", this.i.
|
|
172
|
+
this.i.ai = +v;
|
|
173
|
+
this._a("actualPixelScalingRatio", this.i.ai);
|
|
174
174
|
}
|
|
175
175
|
get iconColor() {
|
|
176
|
-
return brushToString(this.i.
|
|
176
|
+
return brushToString(this.i.bw);
|
|
177
177
|
}
|
|
178
178
|
set iconColor(v) {
|
|
179
|
-
this.i.
|
|
180
|
-
this._a("iconColor", brushToString(this.i.
|
|
179
|
+
this.i.bw = stringToBrush(v);
|
|
180
|
+
this._a("iconColor", brushToString(this.i.bw));
|
|
181
181
|
}
|
|
182
182
|
get viewSize() {
|
|
183
|
-
return this.i.
|
|
183
|
+
return this.i.ak;
|
|
184
184
|
}
|
|
185
185
|
set viewSize(v) {
|
|
186
|
-
this.i.
|
|
187
|
-
this._a("viewSize", this.i.
|
|
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));
|
|
186
|
+
this.i.ak = +v;
|
|
187
|
+
this._a("viewSize", this.i.ak);
|
|
245
188
|
}
|
|
246
189
|
get isOpen() {
|
|
247
|
-
return this.i.
|
|
190
|
+
return this.i.ac;
|
|
248
191
|
}
|
|
249
192
|
get commandCompleted() {
|
|
250
193
|
return this.i.commandCompleted;
|
|
@@ -320,16 +263,16 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
320
263
|
this._inStyling = false;
|
|
321
264
|
}
|
|
322
265
|
notifySizeChanged(width, height) {
|
|
323
|
-
this.i.
|
|
266
|
+
this.i.be(width, height);
|
|
324
267
|
}
|
|
325
268
|
notifyCellSizeChanged() {
|
|
326
|
-
this.i.
|
|
269
|
+
this.i.bd();
|
|
327
270
|
}
|
|
328
271
|
showIcon() {
|
|
329
|
-
this.i.
|
|
272
|
+
this.i.br();
|
|
330
273
|
}
|
|
331
274
|
hideIcon() {
|
|
332
|
-
this.i.
|
|
275
|
+
this.i.bb();
|
|
333
276
|
}
|
|
334
277
|
getDesiredToolbarActions() {
|
|
335
278
|
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.a9;
|
|
182
182
|
}
|
|
183
183
|
set pagerText(v) {
|
|
184
|
-
this.i.
|
|
184
|
+
this.i.a9 = v;
|
|
185
185
|
}
|
|
186
186
|
/**
|
|
187
187
|
* Gets or sets the page size.
|
|
@@ -231,32 +231,12 @@ 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
|
-
*/
|
|
244
234
|
get background() {
|
|
245
|
-
return brushToString(this.i.
|
|
235
|
+
return brushToString(this.i.ca);
|
|
246
236
|
}
|
|
247
237
|
set background(v) {
|
|
248
|
-
this.i.
|
|
249
|
-
this._a("background", brushToString(this.i.
|
|
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));
|
|
238
|
+
this.i.ca = stringToBrush(v);
|
|
239
|
+
this._a("background", brushToString(this.i.ca));
|
|
260
240
|
}
|
|
261
241
|
/**
|
|
262
242
|
* Gets or sets the border color around the grid.
|
|
@@ -330,16 +310,16 @@ let IgcDataGridPagerComponent = /*@__PURE__*/ (() => {
|
|
|
330
310
|
this._inStyling = false;
|
|
331
311
|
}
|
|
332
312
|
nextPage() {
|
|
333
|
-
this.i.
|
|
313
|
+
this.i.bn();
|
|
334
314
|
}
|
|
335
315
|
previousPage() {
|
|
336
|
-
this.i.
|
|
316
|
+
this.i.by();
|
|
337
317
|
}
|
|
338
318
|
firstPage() {
|
|
339
|
-
this.i.
|
|
319
|
+
this.i.bk();
|
|
340
320
|
}
|
|
341
321
|
lastPage() {
|
|
342
|
-
this.i.
|
|
322
|
+
this.i.bm();
|
|
343
323
|
}
|
|
344
324
|
provideContainer(container) {
|
|
345
325
|
this.i.provideContainer(container);
|
|
@@ -357,7 +337,7 @@ let IgcDataGridPagerComponent = /*@__PURE__*/ (() => {
|
|
|
357
337
|
|
|
358
338
|
*/
|
|
359
339
|
exportSerializedVisualModel() {
|
|
360
|
-
let iv = this.i.
|
|
340
|
+
let iv = this.i.az();
|
|
361
341
|
return (iv);
|
|
362
342
|
}
|
|
363
343
|
/**
|
|
@@ -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.pe;
|
|
71
71
|
}
|
|
72
72
|
set dateTimeFormat(v) {
|
|
73
|
-
this.i.
|
|
74
|
-
this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.
|
|
73
|
+
this.i.pe = ensureEnum(DateTimeFormats_$type, v);
|
|
74
|
+
this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.pe));
|
|
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.pw;
|
|
81
81
|
}
|
|
82
82
|
set formatString(v) {
|
|
83
|
-
this.i.
|
|
83
|
+
this.i.pw = 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.pp;
|
|
90
90
|
}
|
|
91
91
|
set editorFormatString(v) {
|
|
92
|
-
this.i.
|
|
92
|
+
this.i.pp = v;
|
|
93
93
|
}
|
|
94
94
|
get formatSpecifiers() {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.pa;
|
|
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.pa = 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.pl;
|
|
109
109
|
}
|
|
110
110
|
set formatOverride(v) {
|
|
111
|
-
this.i.
|
|
111
|
+
this.i.pl = 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.ph;
|
|
118
118
|
}
|
|
119
119
|
set showTodayButton(v) {
|
|
120
|
-
this.i.
|
|
121
|
-
this._a("showTodayButton", this.i.
|
|
120
|
+
this.i.ph = ensureBool(v);
|
|
121
|
+
this._a("showTodayButton", this.i.ph);
|
|
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.pf;
|
|
128
128
|
}
|
|
129
129
|
set editorType(v) {
|
|
130
|
-
this.i.
|
|
131
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
130
|
+
this.i.pf = ensureEnum(EditorType_$type, v);
|
|
131
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.pf));
|
|
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.pk;
|
|
138
138
|
}
|
|
139
139
|
set editorDataSource(v) {
|
|
140
|
-
this.i.
|
|
140
|
+
this.i.pk = 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.pr;
|
|
147
147
|
}
|
|
148
148
|
set editorTextField(v) {
|
|
149
|
-
this.i.
|
|
149
|
+
this.i.pr = 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.ps;
|
|
156
156
|
}
|
|
157
157
|
set editorValueField(v) {
|
|
158
|
-
this.i.
|
|
158
|
+
this.i.ps = v;
|
|
159
159
|
}
|
|
160
160
|
findByName(name) {
|
|
161
161
|
var baseResult = super.findByName(name);
|