igniteui-webcomponents-data-grids 7.0.1 → 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
|
@@ -133,7 +133,6 @@ 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";
|
|
137
136
|
var GridStylingDefaults = {};
|
|
138
137
|
export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
139
138
|
__extends(IgcDataGridComponent, _super);
|
|
@@ -1022,24 +1021,10 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1022
1021
|
RegisterElementHelper.registerElement(IgcDataGridComponent.htmlTagName, IgcDataGridComponent);
|
|
1023
1022
|
}
|
|
1024
1023
|
};
|
|
1025
|
-
Object.defineProperty(IgcDataGridComponent.prototype, "theme", {
|
|
1026
|
-
/**
|
|
1027
|
-
* Gets or sets the base theme used by the grid.
|
|
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
1024
|
Object.defineProperty(IgcDataGridComponent.prototype, "columnResizingMode", {
|
|
1040
1025
|
/**
|
|
1041
|
-
|
|
1042
|
-
|
|
1026
|
+
* Gets or sets the type of column resizing to use.
|
|
1027
|
+
*/
|
|
1043
1028
|
get: function () {
|
|
1044
1029
|
return this.i.columnResizingMode;
|
|
1045
1030
|
},
|
|
@@ -2880,20 +2865,6 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
2880
2865
|
enumerable: false,
|
|
2881
2866
|
configurable: true
|
|
2882
2867
|
});
|
|
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
|
-
});
|
|
2897
2868
|
Object.defineProperty(IgcDataGridComponent.prototype, "border", {
|
|
2898
2869
|
/**
|
|
2899
2870
|
* Gets or sets the border color around the grid.
|
|
@@ -3137,34 +3108,6 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
3137
3108
|
enumerable: false,
|
|
3138
3109
|
configurable: true
|
|
3139
3110
|
});
|
|
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
|
-
});
|
|
3168
3111
|
Object.defineProperty(IgcDataGridComponent.prototype, "responsiveStates", {
|
|
3169
3112
|
/**
|
|
3170
3113
|
* A set of states that can be applied to the columns of the grid based on available space.
|
|
@@ -3952,87 +3895,6 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
3952
3895
|
enumerable: false,
|
|
3953
3896
|
configurable: true
|
|
3954
3897
|
});
|
|
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
|
-
});
|
|
4036
3898
|
Object.defineProperty(IgcDataGridComponent.prototype, "allowCopyOperation", {
|
|
4037
3899
|
get: function () {
|
|
4038
3900
|
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.ab;
|
|
160
160
|
},
|
|
161
161
|
set: function (v) {
|
|
162
|
-
this.i.
|
|
163
|
-
this._a("isAnimationEnabled", this.i.
|
|
162
|
+
this.i.ab = ensureBool(v);
|
|
163
|
+
this._a("isAnimationEnabled", this.i.ab);
|
|
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.aj;
|
|
176
176
|
},
|
|
177
177
|
set: function (v) {
|
|
178
|
-
this.i.
|
|
179
|
-
this._a("pixelScalingRatio", this.i.
|
|
178
|
+
this.i.aj = +v;
|
|
179
|
+
this._a("pixelScalingRatio", this.i.aj);
|
|
180
180
|
},
|
|
181
181
|
enumerable: false,
|
|
182
182
|
configurable: true
|
|
@@ -188,121 +188,40 @@ 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.ai;
|
|
192
192
|
},
|
|
193
193
|
set: function (v) {
|
|
194
|
-
this.i.
|
|
195
|
-
this._a("actualPixelScalingRatio", this.i.
|
|
194
|
+
this.i.ai = +v;
|
|
195
|
+
this._a("actualPixelScalingRatio", this.i.ai);
|
|
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.bw);
|
|
203
203
|
},
|
|
204
204
|
set: function (v) {
|
|
205
|
-
this.i.
|
|
206
|
-
this._a("iconColor", brushToString(this.i.
|
|
205
|
+
this.i.bw = stringToBrush(v);
|
|
206
|
+
this._a("iconColor", brushToString(this.i.bw));
|
|
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.
|
|
214
|
-
},
|
|
215
|
-
set: function (v) {
|
|
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);
|
|
213
|
+
return this.i.ak;
|
|
295
214
|
},
|
|
296
215
|
set: function (v) {
|
|
297
|
-
this.i.
|
|
298
|
-
this._a("
|
|
216
|
+
this.i.ak = +v;
|
|
217
|
+
this._a("viewSize", this.i.ak);
|
|
299
218
|
},
|
|
300
219
|
enumerable: false,
|
|
301
220
|
configurable: true
|
|
302
221
|
});
|
|
303
222
|
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "isOpen", {
|
|
304
223
|
get: function () {
|
|
305
|
-
return this.i.
|
|
224
|
+
return this.i.ac;
|
|
306
225
|
},
|
|
307
226
|
enumerable: false,
|
|
308
227
|
configurable: true
|
|
@@ -393,16 +312,16 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
393
312
|
this._inStyling = false;
|
|
394
313
|
};
|
|
395
314
|
IgcDataGridFilterDialogComponent.prototype.notifySizeChanged = function (width, height) {
|
|
396
|
-
this.i.
|
|
315
|
+
this.i.be(width, height);
|
|
397
316
|
};
|
|
398
317
|
IgcDataGridFilterDialogComponent.prototype.notifyCellSizeChanged = function () {
|
|
399
|
-
this.i.
|
|
318
|
+
this.i.bd();
|
|
400
319
|
};
|
|
401
320
|
IgcDataGridFilterDialogComponent.prototype.showIcon = function () {
|
|
402
|
-
this.i.
|
|
321
|
+
this.i.br();
|
|
403
322
|
};
|
|
404
323
|
IgcDataGridFilterDialogComponent.prototype.hideIcon = function () {
|
|
405
|
-
this.i.
|
|
324
|
+
this.i.bb();
|
|
406
325
|
};
|
|
407
326
|
IgcDataGridFilterDialogComponent.prototype.getDesiredToolbarActions = function () {
|
|
408
327
|
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.a9;
|
|
213
213
|
},
|
|
214
214
|
set: function (v) {
|
|
215
|
-
this.i.
|
|
215
|
+
this.i.a9 = v;
|
|
216
216
|
},
|
|
217
217
|
enumerable: false,
|
|
218
218
|
configurable: true
|
|
@@ -278,44 +278,16 @@ 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
|
-
});
|
|
295
281
|
Object.defineProperty(IgcDataGridPagerComponent.prototype, "background", {
|
|
296
282
|
/**
|
|
297
283
|
* Gets or sets the background color to use.
|
|
298
284
|
*/
|
|
299
285
|
get: function () {
|
|
300
|
-
return brushToString(this.i.
|
|
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);
|
|
286
|
+
return brushToString(this.i.ca);
|
|
315
287
|
},
|
|
316
288
|
set: function (v) {
|
|
317
|
-
this.i.
|
|
318
|
-
this._a("
|
|
289
|
+
this.i.ca = stringToBrush(v);
|
|
290
|
+
this._a("background", brushToString(this.i.ca));
|
|
319
291
|
},
|
|
320
292
|
enumerable: false,
|
|
321
293
|
configurable: true
|
|
@@ -400,16 +372,16 @@ export var IgcDataGridPagerComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
400
372
|
this._inStyling = false;
|
|
401
373
|
};
|
|
402
374
|
IgcDataGridPagerComponent.prototype.nextPage = function () {
|
|
403
|
-
this.i.
|
|
375
|
+
this.i.bn();
|
|
404
376
|
};
|
|
405
377
|
IgcDataGridPagerComponent.prototype.previousPage = function () {
|
|
406
|
-
this.i.
|
|
378
|
+
this.i.by();
|
|
407
379
|
};
|
|
408
380
|
IgcDataGridPagerComponent.prototype.firstPage = function () {
|
|
409
|
-
this.i.
|
|
381
|
+
this.i.bk();
|
|
410
382
|
};
|
|
411
383
|
IgcDataGridPagerComponent.prototype.lastPage = function () {
|
|
412
|
-
this.i.
|
|
384
|
+
this.i.bm();
|
|
413
385
|
};
|
|
414
386
|
IgcDataGridPagerComponent.prototype.provideContainer = function (container) {
|
|
415
387
|
this.i.provideContainer(container);
|
|
@@ -427,7 +399,7 @@ export var IgcDataGridPagerComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
427
399
|
|
|
428
400
|
*/
|
|
429
401
|
IgcDataGridPagerComponent.prototype.exportSerializedVisualModel = function () {
|
|
430
|
-
var iv = this.i.
|
|
402
|
+
var iv = this.i.az();
|
|
431
403
|
return (iv);
|
|
432
404
|
};
|
|
433
405
|
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.pe;
|
|
84
84
|
},
|
|
85
85
|
set: function (v) {
|
|
86
|
-
this.i.
|
|
87
|
-
this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.
|
|
86
|
+
this.i.pe = ensureEnum(DateTimeFormats_$type, v);
|
|
87
|
+
this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.pe));
|
|
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.pw;
|
|
98
98
|
},
|
|
99
99
|
set: function (v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.pw = 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.pp;
|
|
111
111
|
},
|
|
112
112
|
set: function (v) {
|
|
113
|
-
this.i.
|
|
113
|
+
this.i.pp = 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.pa;
|
|
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.pa = 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.pl;
|
|
138
138
|
},
|
|
139
139
|
set: function (v) {
|
|
140
|
-
this.i.
|
|
140
|
+
this.i.pl = 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.ph;
|
|
151
151
|
},
|
|
152
152
|
set: function (v) {
|
|
153
|
-
this.i.
|
|
154
|
-
this._a("showTodayButton", this.i.
|
|
153
|
+
this.i.ph = ensureBool(v);
|
|
154
|
+
this._a("showTodayButton", this.i.ph);
|
|
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.pf;
|
|
165
165
|
},
|
|
166
166
|
set: function (v) {
|
|
167
|
-
this.i.
|
|
168
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
167
|
+
this.i.pf = ensureEnum(EditorType_$type, v);
|
|
168
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.pf));
|
|
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.pk;
|
|
179
179
|
},
|
|
180
180
|
set: function (v) {
|
|
181
|
-
this.i.
|
|
181
|
+
this.i.pk = 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.pr;
|
|
192
192
|
},
|
|
193
193
|
set: function (v) {
|
|
194
|
-
this.i.
|
|
194
|
+
this.i.pr = 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.ps;
|
|
205
205
|
},
|
|
206
206
|
set: function (v) {
|
|
207
|
-
this.i.
|
|
207
|
+
this.i.ps = v;
|
|
208
208
|
},
|
|
209
209
|
enumerable: false,
|
|
210
210
|
configurable: true
|