igniteui-webcomponents-data-grids 7.0.0 → 7.0.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 +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
|
@@ -133,6 +133,7 @@ import { IgcTextHeaderCellInfo } from "./igc-text-header-cell-info";
|
|
|
133
133
|
import { IgcFilterCellInfo } from "./igc-filter-cell-info";
|
|
134
134
|
import { CellContentVerticalAlignment_$type } from "./CellContentVerticalAlignment";
|
|
135
135
|
import { IgcDataSourceRootSummariesChangedEventArgs } from "igniteui-webcomponents-core";
|
|
136
|
+
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
136
137
|
var GridStylingDefaults = {};
|
|
137
138
|
export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
138
139
|
__extends(IgcDataGridComponent, _super);
|
|
@@ -1021,10 +1022,24 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1021
1022
|
RegisterElementHelper.registerElement(IgcDataGridComponent.htmlTagName, IgcDataGridComponent);
|
|
1022
1023
|
}
|
|
1023
1024
|
};
|
|
1024
|
-
Object.defineProperty(IgcDataGridComponent.prototype, "
|
|
1025
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "theme", {
|
|
1025
1026
|
/**
|
|
1026
|
-
* Gets or sets the
|
|
1027
|
+
* Gets or sets the base theme used by the grid.
|
|
1027
1028
|
*/
|
|
1029
|
+
get: function () {
|
|
1030
|
+
return this.i.theme;
|
|
1031
|
+
},
|
|
1032
|
+
set: function (v) {
|
|
1033
|
+
this.i.theme = ensureEnum(BaseControlTheme_$type, v);
|
|
1034
|
+
this._a("theme", enumToString(BaseControlTheme_$type, this.i.theme));
|
|
1035
|
+
},
|
|
1036
|
+
enumerable: false,
|
|
1037
|
+
configurable: true
|
|
1038
|
+
});
|
|
1039
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnResizingMode", {
|
|
1040
|
+
/**
|
|
1041
|
+
* Gets or sets the type of column resizing to use.
|
|
1042
|
+
*/
|
|
1028
1043
|
get: function () {
|
|
1029
1044
|
return this.i.columnResizingMode;
|
|
1030
1045
|
},
|
|
@@ -2865,6 +2880,20 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
2865
2880
|
enumerable: false,
|
|
2866
2881
|
configurable: true
|
|
2867
2882
|
});
|
|
2883
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "actualBorder", {
|
|
2884
|
+
/**
|
|
2885
|
+
* Gets the actual border color around the grid.
|
|
2886
|
+
*/
|
|
2887
|
+
get: function () {
|
|
2888
|
+
return brushToString(this.i.actualBorder);
|
|
2889
|
+
},
|
|
2890
|
+
set: function (v) {
|
|
2891
|
+
this.i.actualBorder = stringToBrush(v);
|
|
2892
|
+
this._a("actualBorder", brushToString(this.i.actualBorder));
|
|
2893
|
+
},
|
|
2894
|
+
enumerable: false,
|
|
2895
|
+
configurable: true
|
|
2896
|
+
});
|
|
2868
2897
|
Object.defineProperty(IgcDataGridComponent.prototype, "border", {
|
|
2869
2898
|
/**
|
|
2870
2899
|
* Gets or sets the border color around the grid.
|
|
@@ -3108,6 +3137,34 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
3108
3137
|
enumerable: false,
|
|
3109
3138
|
configurable: true
|
|
3110
3139
|
});
|
|
3140
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "actualBackground", {
|
|
3141
|
+
/**
|
|
3142
|
+
* Gets the actual background for the grid.
|
|
3143
|
+
*/
|
|
3144
|
+
get: function () {
|
|
3145
|
+
return brushToString(this.i.actualBackground);
|
|
3146
|
+
},
|
|
3147
|
+
set: function (v) {
|
|
3148
|
+
this.i.actualBackground = stringToBrush(v);
|
|
3149
|
+
this._a("actualBackground", brushToString(this.i.actualBackground));
|
|
3150
|
+
},
|
|
3151
|
+
enumerable: false,
|
|
3152
|
+
configurable: true
|
|
3153
|
+
});
|
|
3154
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "background", {
|
|
3155
|
+
/**
|
|
3156
|
+
* Gets or sets the background for the grid.
|
|
3157
|
+
*/
|
|
3158
|
+
get: function () {
|
|
3159
|
+
return brushToString(this.i.background);
|
|
3160
|
+
},
|
|
3161
|
+
set: function (v) {
|
|
3162
|
+
this.i.background = stringToBrush(v);
|
|
3163
|
+
this._a("background", brushToString(this.i.background));
|
|
3164
|
+
},
|
|
3165
|
+
enumerable: false,
|
|
3166
|
+
configurable: true
|
|
3167
|
+
});
|
|
3111
3168
|
Object.defineProperty(IgcDataGridComponent.prototype, "responsiveStates", {
|
|
3112
3169
|
/**
|
|
3113
3170
|
* A set of states that can be applied to the columns of the grid based on available space.
|
|
@@ -3895,6 +3952,87 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
3895
3952
|
enumerable: false,
|
|
3896
3953
|
configurable: true
|
|
3897
3954
|
});
|
|
3955
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsBackground", {
|
|
3956
|
+
/**
|
|
3957
|
+
* Gets or sets the column options dropdown background color.
|
|
3958
|
+
*/
|
|
3959
|
+
get: function () {
|
|
3960
|
+
return brushToString(this.i.columnOptionsBackground);
|
|
3961
|
+
},
|
|
3962
|
+
set: function (v) {
|
|
3963
|
+
this.i.columnOptionsBackground = stringToBrush(v);
|
|
3964
|
+
this._a("columnOptionsBackground", brushToString(this.i.columnOptionsBackground));
|
|
3965
|
+
},
|
|
3966
|
+
enumerable: false,
|
|
3967
|
+
configurable: true
|
|
3968
|
+
});
|
|
3969
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsTextColor", {
|
|
3970
|
+
/**
|
|
3971
|
+
* Gets or sets the text color for text inside the column options menu.
|
|
3972
|
+
*/
|
|
3973
|
+
get: function () {
|
|
3974
|
+
return brushToString(this.i.columnOptionsTextColor);
|
|
3975
|
+
},
|
|
3976
|
+
set: function (v) {
|
|
3977
|
+
this.i.columnOptionsTextColor = stringToBrush(v);
|
|
3978
|
+
this._a("columnOptionsTextColor", brushToString(this.i.columnOptionsTextColor));
|
|
3979
|
+
},
|
|
3980
|
+
enumerable: false,
|
|
3981
|
+
configurable: true
|
|
3982
|
+
});
|
|
3983
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsSeparatorColor", {
|
|
3984
|
+
/**
|
|
3985
|
+
* Gets or sets the color of separators inside the column options menu.
|
|
3986
|
+
*/
|
|
3987
|
+
get: function () {
|
|
3988
|
+
return brushToString(this.i.columnOptionsSeparatorColor);
|
|
3989
|
+
},
|
|
3990
|
+
set: function (v) {
|
|
3991
|
+
this.i.columnOptionsSeparatorColor = stringToBrush(v);
|
|
3992
|
+
this._a("columnOptionsSeparatorColor", brushToString(this.i.columnOptionsSeparatorColor));
|
|
3993
|
+
},
|
|
3994
|
+
enumerable: false,
|
|
3995
|
+
configurable: true
|
|
3996
|
+
});
|
|
3997
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsGroupHeaderBackground", {
|
|
3998
|
+
/**
|
|
3999
|
+
* Gets or sets the background color for group headers inside the column options menu.
|
|
4000
|
+
*/
|
|
4001
|
+
get: function () {
|
|
4002
|
+
return brushToString(this.i.columnOptionsGroupHeaderBackground);
|
|
4003
|
+
},
|
|
4004
|
+
set: function (v) {
|
|
4005
|
+
this.i.columnOptionsGroupHeaderBackground = stringToBrush(v);
|
|
4006
|
+
this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.columnOptionsGroupHeaderBackground));
|
|
4007
|
+
},
|
|
4008
|
+
enumerable: false,
|
|
4009
|
+
configurable: true
|
|
4010
|
+
});
|
|
4011
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsGroupHeaderTextColor", {
|
|
4012
|
+
/**
|
|
4013
|
+
* Gets or sets the text color for group headers inside the column options menu.
|
|
4014
|
+
*/
|
|
4015
|
+
get: function () {
|
|
4016
|
+
return brushToString(this.i.columnOptionsGroupHeaderTextColor);
|
|
4017
|
+
},
|
|
4018
|
+
set: function (v) {
|
|
4019
|
+
this.i.columnOptionsGroupHeaderTextColor = stringToBrush(v);
|
|
4020
|
+
this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.columnOptionsGroupHeaderTextColor));
|
|
4021
|
+
},
|
|
4022
|
+
enumerable: false,
|
|
4023
|
+
configurable: true
|
|
4024
|
+
});
|
|
4025
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsAccentColor", {
|
|
4026
|
+
get: function () {
|
|
4027
|
+
return brushToString(this.i.columnOptionsAccentColor);
|
|
4028
|
+
},
|
|
4029
|
+
set: function (v) {
|
|
4030
|
+
this.i.columnOptionsAccentColor = stringToBrush(v);
|
|
4031
|
+
this._a("columnOptionsAccentColor", brushToString(this.i.columnOptionsAccentColor));
|
|
4032
|
+
},
|
|
4033
|
+
enumerable: false,
|
|
4034
|
+
configurable: true
|
|
4035
|
+
});
|
|
3898
4036
|
Object.defineProperty(IgcDataGridComponent.prototype, "allowCopyOperation", {
|
|
3899
4037
|
get: function () {
|
|
3900
4038
|
return this.i.allowCopyOperation;
|
|
@@ -156,11 +156,11 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
156
156
|
};
|
|
157
157
|
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "isAnimationEnabled", {
|
|
158
158
|
get: function () {
|
|
159
|
-
return this.i.
|
|
159
|
+
return this.i.ad;
|
|
160
160
|
},
|
|
161
161
|
set: function (v) {
|
|
162
|
-
this.i.
|
|
163
|
-
this._a("isAnimationEnabled", this.i.
|
|
162
|
+
this.i.ad = ensureBool(v);
|
|
163
|
+
this._a("isAnimationEnabled", this.i.ad);
|
|
164
164
|
},
|
|
165
165
|
enumerable: false,
|
|
166
166
|
configurable: true
|
|
@@ -172,11 +172,11 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
172
172
|
* to appear blurry.
|
|
173
173
|
*/
|
|
174
174
|
get: function () {
|
|
175
|
-
return this.i.
|
|
175
|
+
return this.i.al;
|
|
176
176
|
},
|
|
177
177
|
set: function (v) {
|
|
178
|
-
this.i.
|
|
179
|
-
this._a("pixelScalingRatio", this.i.
|
|
178
|
+
this.i.al = +v;
|
|
179
|
+
this._a("pixelScalingRatio", this.i.al);
|
|
180
180
|
},
|
|
181
181
|
enumerable: false,
|
|
182
182
|
configurable: true
|
|
@@ -188,40 +188,121 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
188
188
|
* to appear blurry.
|
|
189
189
|
*/
|
|
190
190
|
get: function () {
|
|
191
|
-
return this.i.
|
|
191
|
+
return this.i.ak;
|
|
192
192
|
},
|
|
193
193
|
set: function (v) {
|
|
194
|
-
this.i.
|
|
195
|
-
this._a("actualPixelScalingRatio", this.i.
|
|
194
|
+
this.i.ak = +v;
|
|
195
|
+
this._a("actualPixelScalingRatio", this.i.ak);
|
|
196
196
|
},
|
|
197
197
|
enumerable: false,
|
|
198
198
|
configurable: true
|
|
199
199
|
});
|
|
200
200
|
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "iconColor", {
|
|
201
201
|
get: function () {
|
|
202
|
-
return brushToString(this.i.
|
|
202
|
+
return brushToString(this.i.ci);
|
|
203
203
|
},
|
|
204
204
|
set: function (v) {
|
|
205
|
-
this.i.
|
|
206
|
-
this._a("iconColor", brushToString(this.i.
|
|
205
|
+
this.i.ci = stringToBrush(v);
|
|
206
|
+
this._a("iconColor", brushToString(this.i.ci));
|
|
207
207
|
},
|
|
208
208
|
enumerable: false,
|
|
209
209
|
configurable: true
|
|
210
210
|
});
|
|
211
211
|
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "viewSize", {
|
|
212
212
|
get: function () {
|
|
213
|
-
return this.i.
|
|
213
|
+
return this.i.am;
|
|
214
214
|
},
|
|
215
215
|
set: function (v) {
|
|
216
|
-
this.i.
|
|
217
|
-
this._a("viewSize", this.i.
|
|
216
|
+
this.i.am = +v;
|
|
217
|
+
this._a("viewSize", this.i.am);
|
|
218
|
+
},
|
|
219
|
+
enumerable: false,
|
|
220
|
+
configurable: true
|
|
221
|
+
});
|
|
222
|
+
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsBackground", {
|
|
223
|
+
/**
|
|
224
|
+
* Gets or sets the column options dropdown background color.
|
|
225
|
+
*/
|
|
226
|
+
get: function () {
|
|
227
|
+
return brushToString(this.i.cd);
|
|
228
|
+
},
|
|
229
|
+
set: function (v) {
|
|
230
|
+
this.i.cd = stringToBrush(v);
|
|
231
|
+
this._a("columnOptionsBackground", brushToString(this.i.cd));
|
|
232
|
+
},
|
|
233
|
+
enumerable: false,
|
|
234
|
+
configurable: true
|
|
235
|
+
});
|
|
236
|
+
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsTextColor", {
|
|
237
|
+
/**
|
|
238
|
+
* Gets or sets the text color for text inside the column options menu.
|
|
239
|
+
*/
|
|
240
|
+
get: function () {
|
|
241
|
+
return brushToString(this.i.ch);
|
|
242
|
+
},
|
|
243
|
+
set: function (v) {
|
|
244
|
+
this.i.ch = stringToBrush(v);
|
|
245
|
+
this._a("columnOptionsTextColor", brushToString(this.i.ch));
|
|
246
|
+
},
|
|
247
|
+
enumerable: false,
|
|
248
|
+
configurable: true
|
|
249
|
+
});
|
|
250
|
+
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsSeparatorColor", {
|
|
251
|
+
/**
|
|
252
|
+
* Gets or sets the color of separators inside the column options menu.
|
|
253
|
+
*/
|
|
254
|
+
get: function () {
|
|
255
|
+
return brushToString(this.i.cg);
|
|
256
|
+
},
|
|
257
|
+
set: function (v) {
|
|
258
|
+
this.i.cg = stringToBrush(v);
|
|
259
|
+
this._a("columnOptionsSeparatorColor", brushToString(this.i.cg));
|
|
260
|
+
},
|
|
261
|
+
enumerable: false,
|
|
262
|
+
configurable: true
|
|
263
|
+
});
|
|
264
|
+
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsGroupHeaderBackground", {
|
|
265
|
+
/**
|
|
266
|
+
* Gets or sets the background color for group headers inside the column options menu.
|
|
267
|
+
*/
|
|
268
|
+
get: function () {
|
|
269
|
+
return brushToString(this.i.ce);
|
|
270
|
+
},
|
|
271
|
+
set: function (v) {
|
|
272
|
+
this.i.ce = stringToBrush(v);
|
|
273
|
+
this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.ce));
|
|
274
|
+
},
|
|
275
|
+
enumerable: false,
|
|
276
|
+
configurable: true
|
|
277
|
+
});
|
|
278
|
+
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsGroupHeaderTextColor", {
|
|
279
|
+
/**
|
|
280
|
+
* Gets or sets the text color for group headers inside the column options menu.
|
|
281
|
+
*/
|
|
282
|
+
get: function () {
|
|
283
|
+
return brushToString(this.i.cf);
|
|
284
|
+
},
|
|
285
|
+
set: function (v) {
|
|
286
|
+
this.i.cf = stringToBrush(v);
|
|
287
|
+
this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.cf));
|
|
288
|
+
},
|
|
289
|
+
enumerable: false,
|
|
290
|
+
configurable: true
|
|
291
|
+
});
|
|
292
|
+
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsAccentColor", {
|
|
293
|
+
get: function () {
|
|
294
|
+
return brushToString(this.i.cc);
|
|
295
|
+
},
|
|
296
|
+
set: function (v) {
|
|
297
|
+
this.i.cc = stringToBrush(v);
|
|
298
|
+
this._a("columnOptionsAccentColor", brushToString(this.i.cc));
|
|
218
299
|
},
|
|
219
300
|
enumerable: false,
|
|
220
301
|
configurable: true
|
|
221
302
|
});
|
|
222
303
|
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "isOpen", {
|
|
223
304
|
get: function () {
|
|
224
|
-
return this.i.
|
|
305
|
+
return this.i.ae;
|
|
225
306
|
},
|
|
226
307
|
enumerable: false,
|
|
227
308
|
configurable: true
|
|
@@ -312,16 +393,16 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
312
393
|
this._inStyling = false;
|
|
313
394
|
};
|
|
314
395
|
IgcDataGridFilterDialogComponent.prototype.notifySizeChanged = function (width, height) {
|
|
315
|
-
this.i.
|
|
396
|
+
this.i.bo(width, height);
|
|
316
397
|
};
|
|
317
398
|
IgcDataGridFilterDialogComponent.prototype.notifyCellSizeChanged = function () {
|
|
318
|
-
this.i.
|
|
399
|
+
this.i.bn();
|
|
319
400
|
};
|
|
320
401
|
IgcDataGridFilterDialogComponent.prototype.showIcon = function () {
|
|
321
|
-
this.i.
|
|
402
|
+
this.i.b1();
|
|
322
403
|
};
|
|
323
404
|
IgcDataGridFilterDialogComponent.prototype.hideIcon = function () {
|
|
324
|
-
this.i.
|
|
405
|
+
this.i.bl();
|
|
325
406
|
};
|
|
326
407
|
IgcDataGridFilterDialogComponent.prototype.getDesiredToolbarActions = function () {
|
|
327
408
|
var iv = this.i.getDesiredToolbarActions();
|
|
@@ -209,10 +209,10 @@ export var IgcDataGridPagerComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
209
209
|
};
|
|
210
210
|
Object.defineProperty(IgcDataGridPagerComponent.prototype, "pagerText", {
|
|
211
211
|
get: function () {
|
|
212
|
-
return this.i.
|
|
212
|
+
return this.i.bb;
|
|
213
213
|
},
|
|
214
214
|
set: function (v) {
|
|
215
|
-
this.i.
|
|
215
|
+
this.i.bb = v;
|
|
216
216
|
},
|
|
217
217
|
enumerable: false,
|
|
218
218
|
configurable: true
|
|
@@ -278,16 +278,44 @@ export var IgcDataGridPagerComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
278
278
|
enumerable: false,
|
|
279
279
|
configurable: true
|
|
280
280
|
});
|
|
281
|
+
Object.defineProperty(IgcDataGridPagerComponent.prototype, "actualBackground", {
|
|
282
|
+
/**
|
|
283
|
+
* Gets or sets the background color to use.
|
|
284
|
+
*/
|
|
285
|
+
get: function () {
|
|
286
|
+
return brushToString(this.i.cg);
|
|
287
|
+
},
|
|
288
|
+
set: function (v) {
|
|
289
|
+
this.i.cg = stringToBrush(v);
|
|
290
|
+
this._a("actualBackground", brushToString(this.i.cg));
|
|
291
|
+
},
|
|
292
|
+
enumerable: false,
|
|
293
|
+
configurable: true
|
|
294
|
+
});
|
|
281
295
|
Object.defineProperty(IgcDataGridPagerComponent.prototype, "background", {
|
|
282
296
|
/**
|
|
283
297
|
* Gets or sets the background color to use.
|
|
284
298
|
*/
|
|
285
299
|
get: function () {
|
|
286
|
-
return brushToString(this.i.
|
|
300
|
+
return brushToString(this.i.ci);
|
|
301
|
+
},
|
|
302
|
+
set: function (v) {
|
|
303
|
+
this.i.ci = stringToBrush(v);
|
|
304
|
+
this._a("background", brushToString(this.i.ci));
|
|
305
|
+
},
|
|
306
|
+
enumerable: false,
|
|
307
|
+
configurable: true
|
|
308
|
+
});
|
|
309
|
+
Object.defineProperty(IgcDataGridPagerComponent.prototype, "actualBorder", {
|
|
310
|
+
/**
|
|
311
|
+
* Gets or sets the border color around the grid.
|
|
312
|
+
*/
|
|
313
|
+
get: function () {
|
|
314
|
+
return brushToString(this.i.ch);
|
|
287
315
|
},
|
|
288
316
|
set: function (v) {
|
|
289
|
-
this.i.
|
|
290
|
-
this._a("
|
|
317
|
+
this.i.ch = stringToBrush(v);
|
|
318
|
+
this._a("actualBorder", brushToString(this.i.ch));
|
|
291
319
|
},
|
|
292
320
|
enumerable: false,
|
|
293
321
|
configurable: true
|
|
@@ -372,16 +400,16 @@ export var IgcDataGridPagerComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
372
400
|
this._inStyling = false;
|
|
373
401
|
};
|
|
374
402
|
IgcDataGridPagerComponent.prototype.nextPage = function () {
|
|
375
|
-
this.i.
|
|
403
|
+
this.i.bp();
|
|
376
404
|
};
|
|
377
405
|
IgcDataGridPagerComponent.prototype.previousPage = function () {
|
|
378
|
-
this.i.
|
|
406
|
+
this.i.b0();
|
|
379
407
|
};
|
|
380
408
|
IgcDataGridPagerComponent.prototype.firstPage = function () {
|
|
381
|
-
this.i.
|
|
409
|
+
this.i.bm();
|
|
382
410
|
};
|
|
383
411
|
IgcDataGridPagerComponent.prototype.lastPage = function () {
|
|
384
|
-
this.i.
|
|
412
|
+
this.i.bo();
|
|
385
413
|
};
|
|
386
414
|
IgcDataGridPagerComponent.prototype.provideContainer = function (container) {
|
|
387
415
|
this.i.provideContainer(container);
|
|
@@ -399,7 +427,7 @@ export var IgcDataGridPagerComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
399
427
|
|
|
400
428
|
*/
|
|
401
429
|
IgcDataGridPagerComponent.prototype.exportSerializedVisualModel = function () {
|
|
402
|
-
var iv = this.i.
|
|
430
|
+
var iv = this.i.a1();
|
|
403
431
|
return (iv);
|
|
404
432
|
};
|
|
405
433
|
Object.defineProperty(IgcDataGridPagerComponent.prototype, "pageChanged", {
|
|
@@ -80,11 +80,11 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
80
80
|
* Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
|
|
81
81
|
*/
|
|
82
82
|
get: function () {
|
|
83
|
-
return this.i.
|
|
83
|
+
return this.i.qv;
|
|
84
84
|
},
|
|
85
85
|
set: function (v) {
|
|
86
|
-
this.i.
|
|
87
|
-
this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.
|
|
86
|
+
this.i.qv = ensureEnum(DateTimeFormats_$type, v);
|
|
87
|
+
this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.qv));
|
|
88
88
|
},
|
|
89
89
|
enumerable: false,
|
|
90
90
|
configurable: true
|
|
@@ -94,10 +94,10 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
94
94
|
* Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
|
|
95
95
|
*/
|
|
96
96
|
get: function () {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.rd;
|
|
98
98
|
},
|
|
99
99
|
set: function (v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.rd = v;
|
|
101
101
|
},
|
|
102
102
|
enumerable: false,
|
|
103
103
|
configurable: true
|
|
@@ -107,24 +107,24 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
107
107
|
* Gets or sets the format string to use when editing dates.
|
|
108
108
|
*/
|
|
109
109
|
get: function () {
|
|
110
|
-
return this.i.
|
|
110
|
+
return this.i.q6;
|
|
111
111
|
},
|
|
112
112
|
set: function (v) {
|
|
113
|
-
this.i.
|
|
113
|
+
this.i.q6 = v;
|
|
114
114
|
},
|
|
115
115
|
enumerable: false,
|
|
116
116
|
configurable: true
|
|
117
117
|
});
|
|
118
118
|
Object.defineProperty(IgcDateTimeColumnComponent.prototype, "formatSpecifiers", {
|
|
119
119
|
get: function () {
|
|
120
|
-
return this.i.
|
|
120
|
+
return this.i.qr;
|
|
121
121
|
},
|
|
122
122
|
set: function (v) {
|
|
123
123
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
124
124
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
125
125
|
v = v.split(re);
|
|
126
126
|
}
|
|
127
|
-
this.i.
|
|
127
|
+
this.i.qr = v;
|
|
128
128
|
},
|
|
129
129
|
enumerable: false,
|
|
130
130
|
configurable: true
|
|
@@ -134,10 +134,10 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
134
134
|
* Gets or sets the INTL DateTimeFormat object to use for formatting the date values.
|
|
135
135
|
*/
|
|
136
136
|
get: function () {
|
|
137
|
-
return this.i.
|
|
137
|
+
return this.i.q2;
|
|
138
138
|
},
|
|
139
139
|
set: function (v) {
|
|
140
|
-
this.i.
|
|
140
|
+
this.i.q2 = v;
|
|
141
141
|
},
|
|
142
142
|
enumerable: false,
|
|
143
143
|
configurable: true
|
|
@@ -147,11 +147,11 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
147
147
|
* Gets or sets the ShowTodayButton property to detirmine if the today button is shown
|
|
148
148
|
*/
|
|
149
149
|
get: function () {
|
|
150
|
-
return this.i.
|
|
150
|
+
return this.i.qy;
|
|
151
151
|
},
|
|
152
152
|
set: function (v) {
|
|
153
|
-
this.i.
|
|
154
|
-
this._a("showTodayButton", this.i.
|
|
153
|
+
this.i.qy = ensureBool(v);
|
|
154
|
+
this._a("showTodayButton", this.i.qy);
|
|
155
155
|
},
|
|
156
156
|
enumerable: false,
|
|
157
157
|
configurable: true
|
|
@@ -161,11 +161,11 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
161
161
|
* Gets or sets the editor type used for editing cells in this column.
|
|
162
162
|
*/
|
|
163
163
|
get: function () {
|
|
164
|
-
return this.i.
|
|
164
|
+
return this.i.qw;
|
|
165
165
|
},
|
|
166
166
|
set: function (v) {
|
|
167
|
-
this.i.
|
|
168
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
167
|
+
this.i.qw = ensureEnum(EditorType_$type, v);
|
|
168
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.qw));
|
|
169
169
|
},
|
|
170
170
|
enumerable: false,
|
|
171
171
|
configurable: true
|
|
@@ -175,10 +175,10 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
175
175
|
* Gets or sets the ComboBox data source.
|
|
176
176
|
*/
|
|
177
177
|
get: function () {
|
|
178
|
-
return this.i.
|
|
178
|
+
return this.i.q1;
|
|
179
179
|
},
|
|
180
180
|
set: function (v) {
|
|
181
|
-
this.i.
|
|
181
|
+
this.i.q1 = v;
|
|
182
182
|
},
|
|
183
183
|
enumerable: false,
|
|
184
184
|
configurable: true
|
|
@@ -188,10 +188,10 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
188
188
|
* Gets or sets the ComboBox text field.
|
|
189
189
|
*/
|
|
190
190
|
get: function () {
|
|
191
|
-
return this.i.
|
|
191
|
+
return this.i.q8;
|
|
192
192
|
},
|
|
193
193
|
set: function (v) {
|
|
194
|
-
this.i.
|
|
194
|
+
this.i.q8 = v;
|
|
195
195
|
},
|
|
196
196
|
enumerable: false,
|
|
197
197
|
configurable: true
|
|
@@ -201,10 +201,10 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
201
201
|
* Gets or sets the ComboBox value field.
|
|
202
202
|
*/
|
|
203
203
|
get: function () {
|
|
204
|
-
return this.i.
|
|
204
|
+
return this.i.q9;
|
|
205
205
|
},
|
|
206
206
|
set: function (v) {
|
|
207
|
-
this.i.
|
|
207
|
+
this.i.q9 = v;
|
|
208
208
|
},
|
|
209
209
|
enumerable: false,
|
|
210
210
|
configurable: true
|