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
|
@@ -78,11 +78,11 @@ export var IgcFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (functi
|
|
|
78
78
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
79
79
|
*/
|
|
80
80
|
get: function () {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.g4;
|
|
82
82
|
},
|
|
83
83
|
set: function (v) {
|
|
84
|
-
this.i.
|
|
85
|
-
this._a("paddingLeft", this.i.
|
|
84
|
+
this.i.g4 = +v;
|
|
85
|
+
this._a("paddingLeft", this.i.g4);
|
|
86
86
|
},
|
|
87
87
|
enumerable: false,
|
|
88
88
|
configurable: true
|
|
@@ -92,11 +92,11 @@ export var IgcFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (functi
|
|
|
92
92
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
93
93
|
*/
|
|
94
94
|
get: function () {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.g6;
|
|
96
96
|
},
|
|
97
97
|
set: function (v) {
|
|
98
|
-
this.i.
|
|
99
|
-
this._a("paddingTop", this.i.
|
|
98
|
+
this.i.g6 = +v;
|
|
99
|
+
this._a("paddingTop", this.i.g6);
|
|
100
100
|
},
|
|
101
101
|
enumerable: false,
|
|
102
102
|
configurable: true
|
|
@@ -106,11 +106,11 @@ export var IgcFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (functi
|
|
|
106
106
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
107
107
|
*/
|
|
108
108
|
get: function () {
|
|
109
|
-
return this.i.
|
|
109
|
+
return this.i.g5;
|
|
110
110
|
},
|
|
111
111
|
set: function (v) {
|
|
112
|
-
this.i.
|
|
113
|
-
this._a("paddingRight", this.i.
|
|
112
|
+
this.i.g5 = +v;
|
|
113
|
+
this._a("paddingRight", this.i.g5);
|
|
114
114
|
},
|
|
115
115
|
enumerable: false,
|
|
116
116
|
configurable: true
|
|
@@ -120,11 +120,11 @@ export var IgcFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (functi
|
|
|
120
120
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
121
121
|
*/
|
|
122
122
|
get: function () {
|
|
123
|
-
return this.i.
|
|
123
|
+
return this.i.g3;
|
|
124
124
|
},
|
|
125
125
|
set: function (v) {
|
|
126
|
-
this.i.
|
|
127
|
-
this._a("paddingBottom", this.i.
|
|
126
|
+
this.i.g3 = +v;
|
|
127
|
+
this._a("paddingBottom", this.i.g3);
|
|
128
128
|
},
|
|
129
129
|
enumerable: false,
|
|
130
130
|
configurable: true
|
|
@@ -68,11 +68,11 @@ export var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
68
68
|
* Gets or sets the color to use for the sort indicator icon
|
|
69
69
|
*/
|
|
70
70
|
get: function () {
|
|
71
|
-
return brushToString(this.i.
|
|
71
|
+
return brushToString(this.i.hp);
|
|
72
72
|
},
|
|
73
73
|
set: function (v) {
|
|
74
|
-
this.i.
|
|
75
|
-
this._a("sortIndicatorColor", brushToString(this.i.
|
|
74
|
+
this.i.hp = stringToBrush(v);
|
|
75
|
+
this._a("sortIndicatorColor", brushToString(this.i.hp));
|
|
76
76
|
},
|
|
77
77
|
enumerable: false,
|
|
78
78
|
configurable: true
|
|
@@ -82,33 +82,33 @@ export var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
82
82
|
* Gets the actual background color that is used for the cells when they are selected
|
|
83
83
|
*/
|
|
84
84
|
get: function () {
|
|
85
|
-
return brushToString(this.i.
|
|
85
|
+
return brushToString(this.i.hn);
|
|
86
86
|
},
|
|
87
87
|
set: function (v) {
|
|
88
|
-
this.i.
|
|
89
|
-
this._a("actualSortIndicatorColor", brushToString(this.i.
|
|
88
|
+
this.i.hn = stringToBrush(v);
|
|
89
|
+
this._a("actualSortIndicatorColor", brushToString(this.i.hn));
|
|
90
90
|
},
|
|
91
91
|
enumerable: false,
|
|
92
92
|
configurable: true
|
|
93
93
|
});
|
|
94
94
|
Object.defineProperty(IgcHeaderComponent.prototype, "sortIndicatorStyle", {
|
|
95
95
|
get: function () {
|
|
96
|
-
return this.i.
|
|
96
|
+
return this.i.g2;
|
|
97
97
|
},
|
|
98
98
|
set: function (v) {
|
|
99
|
-
this.i.
|
|
100
|
-
this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.
|
|
99
|
+
this.i.g2 = ensureEnum(SortIndicatorStyle_$type, v);
|
|
100
|
+
this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g2));
|
|
101
101
|
},
|
|
102
102
|
enumerable: false,
|
|
103
103
|
configurable: true
|
|
104
104
|
});
|
|
105
105
|
Object.defineProperty(IgcHeaderComponent.prototype, "actualSortIndicatorStyle", {
|
|
106
106
|
get: function () {
|
|
107
|
-
return this.i.
|
|
107
|
+
return this.i.g1;
|
|
108
108
|
},
|
|
109
109
|
set: function (v) {
|
|
110
|
-
this.i.
|
|
111
|
-
this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.
|
|
110
|
+
this.i.g1 = ensureEnum(SortIndicatorStyle_$type, v);
|
|
111
|
+
this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g1));
|
|
112
112
|
},
|
|
113
113
|
enumerable: false,
|
|
114
114
|
configurable: true
|
|
@@ -118,11 +118,11 @@ export var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
118
118
|
* Gets or sets the amount of left padding to use for the cell content.
|
|
119
119
|
*/
|
|
120
120
|
get: function () {
|
|
121
|
-
return this.i.
|
|
121
|
+
return this.i.g8;
|
|
122
122
|
},
|
|
123
123
|
set: function (v) {
|
|
124
|
-
this.i.
|
|
125
|
-
this._a("paddingLeft", this.i.
|
|
124
|
+
this.i.g8 = +v;
|
|
125
|
+
this._a("paddingLeft", this.i.g8);
|
|
126
126
|
},
|
|
127
127
|
enumerable: false,
|
|
128
128
|
configurable: true
|
|
@@ -132,11 +132,11 @@ export var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
132
132
|
* Gets or sets the amount of top padding to use for the cell content.
|
|
133
133
|
*/
|
|
134
134
|
get: function () {
|
|
135
|
-
return this.i.
|
|
135
|
+
return this.i.ha;
|
|
136
136
|
},
|
|
137
137
|
set: function (v) {
|
|
138
|
-
this.i.
|
|
139
|
-
this._a("paddingTop", this.i.
|
|
138
|
+
this.i.ha = +v;
|
|
139
|
+
this._a("paddingTop", this.i.ha);
|
|
140
140
|
},
|
|
141
141
|
enumerable: false,
|
|
142
142
|
configurable: true
|
|
@@ -146,11 +146,11 @@ export var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
146
146
|
* Gets or sets the amount of right padding to use for the cell content.
|
|
147
147
|
*/
|
|
148
148
|
get: function () {
|
|
149
|
-
return this.i.
|
|
149
|
+
return this.i.g9;
|
|
150
150
|
},
|
|
151
151
|
set: function (v) {
|
|
152
|
-
this.i.
|
|
153
|
-
this._a("paddingRight", this.i.
|
|
152
|
+
this.i.g9 = +v;
|
|
153
|
+
this._a("paddingRight", this.i.g9);
|
|
154
154
|
},
|
|
155
155
|
enumerable: false,
|
|
156
156
|
configurable: true
|
|
@@ -160,11 +160,11 @@ export var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
160
160
|
* Gets or sets the amount of bottom padding to use for the cell content.
|
|
161
161
|
*/
|
|
162
162
|
get: function () {
|
|
163
|
-
return this.i.
|
|
163
|
+
return this.i.g7;
|
|
164
164
|
},
|
|
165
165
|
set: function (v) {
|
|
166
|
-
this.i.
|
|
167
|
-
this._a("paddingBottom", this.i.
|
|
166
|
+
this.i.g7 = +v;
|
|
167
|
+
this._a("paddingBottom", this.i.g7);
|
|
168
168
|
},
|
|
169
169
|
enumerable: false,
|
|
170
170
|
configurable: true
|
|
@@ -80,11 +80,11 @@ export var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
80
80
|
* Gets or sets the stretch option to use when rendering images
|
|
81
81
|
*/
|
|
82
82
|
get: function () {
|
|
83
|
-
return this.i.
|
|
83
|
+
return this.i.pd;
|
|
84
84
|
},
|
|
85
85
|
set: function (v) {
|
|
86
|
-
this.i.
|
|
87
|
-
this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.
|
|
86
|
+
this.i.pd = ensureEnum(ImageStretchOptions_$type, v);
|
|
87
|
+
this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.pd));
|
|
88
88
|
},
|
|
89
89
|
enumerable: false,
|
|
90
90
|
configurable: true
|
|
@@ -94,11 +94,11 @@ export var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
94
94
|
* Gets or sets the editor type used for editing cells in this column.
|
|
95
95
|
*/
|
|
96
96
|
get: function () {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.o9;
|
|
98
98
|
},
|
|
99
99
|
set: function (v) {
|
|
100
|
-
this.i.
|
|
101
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
100
|
+
this.i.o9 = ensureEnum(EditorType_$type, v);
|
|
101
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.o9));
|
|
102
102
|
},
|
|
103
103
|
enumerable: false,
|
|
104
104
|
configurable: true
|
|
@@ -108,10 +108,10 @@ export var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
108
108
|
* Gets or sets the ComboBox data source.
|
|
109
109
|
*/
|
|
110
110
|
get: function () {
|
|
111
|
-
return this.i.
|
|
111
|
+
return this.i.pe;
|
|
112
112
|
},
|
|
113
113
|
set: function (v) {
|
|
114
|
-
this.i.
|
|
114
|
+
this.i.pe = v;
|
|
115
115
|
},
|
|
116
116
|
enumerable: false,
|
|
117
117
|
configurable: true
|
|
@@ -121,10 +121,10 @@ export var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
121
121
|
* Gets or sets the ComboBox text field.
|
|
122
122
|
*/
|
|
123
123
|
get: function () {
|
|
124
|
-
return this.i.
|
|
124
|
+
return this.i.pf;
|
|
125
125
|
},
|
|
126
126
|
set: function (v) {
|
|
127
|
-
this.i.
|
|
127
|
+
this.i.pf = v;
|
|
128
128
|
},
|
|
129
129
|
enumerable: false,
|
|
130
130
|
configurable: true
|
|
@@ -134,10 +134,10 @@ export var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
134
134
|
* Gets or sets the ComboBox value field.
|
|
135
135
|
*/
|
|
136
136
|
get: function () {
|
|
137
|
-
return this.i.
|
|
137
|
+
return this.i.pg;
|
|
138
138
|
},
|
|
139
139
|
set: function (v) {
|
|
140
|
-
this.i.
|
|
140
|
+
this.i.pg = v;
|
|
141
141
|
},
|
|
142
142
|
enumerable: false,
|
|
143
143
|
configurable: true
|
|
@@ -79,10 +79,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
79
79
|
* Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
|
|
80
80
|
*/
|
|
81
81
|
get: function () {
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.p4;
|
|
83
83
|
},
|
|
84
84
|
set: function (v) {
|
|
85
|
-
this.i.
|
|
85
|
+
this.i.p4 = v;
|
|
86
86
|
},
|
|
87
87
|
enumerable: false,
|
|
88
88
|
configurable: true
|
|
@@ -92,10 +92,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
92
92
|
* Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
|
|
93
93
|
*/
|
|
94
94
|
get: function () {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.p8;
|
|
96
96
|
},
|
|
97
97
|
set: function (v) {
|
|
98
|
-
this.i.
|
|
98
|
+
this.i.p8 = v;
|
|
99
99
|
},
|
|
100
100
|
enumerable: false,
|
|
101
101
|
configurable: true
|
|
@@ -105,10 +105,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
105
105
|
* Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
|
|
106
106
|
*/
|
|
107
107
|
get: function () {
|
|
108
|
-
return this.i.
|
|
108
|
+
return this.i.p6;
|
|
109
109
|
},
|
|
110
110
|
set: function (v) {
|
|
111
|
-
this.i.
|
|
111
|
+
this.i.p6 = v;
|
|
112
112
|
},
|
|
113
113
|
enumerable: false,
|
|
114
114
|
configurable: true
|
|
@@ -118,10 +118,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
118
118
|
* Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
|
|
119
119
|
*/
|
|
120
120
|
get: function () {
|
|
121
|
-
return this.i.
|
|
121
|
+
return this.i.qa;
|
|
122
122
|
},
|
|
123
123
|
set: function (v) {
|
|
124
|
-
this.i.
|
|
124
|
+
this.i.qa = v;
|
|
125
125
|
},
|
|
126
126
|
enumerable: false,
|
|
127
127
|
configurable: true
|
|
@@ -131,11 +131,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
131
131
|
* Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
|
|
132
132
|
*/
|
|
133
133
|
get: function () {
|
|
134
|
-
return this.i.
|
|
134
|
+
return this.i.pj;
|
|
135
135
|
},
|
|
136
136
|
set: function (v) {
|
|
137
|
-
this.i.
|
|
138
|
-
this._a("maxFractionDigits", this.i.
|
|
137
|
+
this.i.pj = +v;
|
|
138
|
+
this._a("maxFractionDigits", this.i.pj);
|
|
139
139
|
},
|
|
140
140
|
enumerable: false,
|
|
141
141
|
configurable: true
|
|
@@ -145,11 +145,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
145
145
|
* Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
|
|
146
146
|
*/
|
|
147
147
|
get: function () {
|
|
148
|
-
return this.i.
|
|
148
|
+
return this.i.pk;
|
|
149
149
|
},
|
|
150
150
|
set: function (v) {
|
|
151
|
-
this.i.
|
|
152
|
-
this._a("minFractionDigits", this.i.
|
|
151
|
+
this.i.pk = +v;
|
|
152
|
+
this._a("minFractionDigits", this.i.pk);
|
|
153
153
|
},
|
|
154
154
|
enumerable: false,
|
|
155
155
|
configurable: true
|
|
@@ -159,11 +159,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
159
159
|
* Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
|
|
160
160
|
*/
|
|
161
161
|
get: function () {
|
|
162
|
-
return this.i.
|
|
162
|
+
return this.i.pl;
|
|
163
163
|
},
|
|
164
164
|
set: function (v) {
|
|
165
|
-
this.i.
|
|
166
|
-
this._a("minIntegerDigits", this.i.
|
|
165
|
+
this.i.pl = +v;
|
|
166
|
+
this._a("minIntegerDigits", this.i.pl);
|
|
167
167
|
},
|
|
168
168
|
enumerable: false,
|
|
169
169
|
configurable: true
|
|
@@ -173,11 +173,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
173
173
|
* Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
|
|
174
174
|
*/
|
|
175
175
|
get: function () {
|
|
176
|
-
return this.i.
|
|
176
|
+
return this.i.pe;
|
|
177
177
|
},
|
|
178
178
|
set: function (v) {
|
|
179
|
-
this.i.
|
|
180
|
-
this._a("showGroupingSeparator", this.i.
|
|
179
|
+
this.i.pe = ensureBool(v);
|
|
180
|
+
this._a("showGroupingSeparator", this.i.pe);
|
|
181
181
|
},
|
|
182
182
|
enumerable: false,
|
|
183
183
|
configurable: true
|
|
@@ -187,24 +187,24 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
187
187
|
* Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
|
|
188
188
|
*/
|
|
189
189
|
get: function () {
|
|
190
|
-
return this.i.
|
|
190
|
+
return this.i.pz;
|
|
191
191
|
},
|
|
192
192
|
set: function (v) {
|
|
193
|
-
this.i.
|
|
193
|
+
this.i.pz = v;
|
|
194
194
|
},
|
|
195
195
|
enumerable: false,
|
|
196
196
|
configurable: true
|
|
197
197
|
});
|
|
198
198
|
Object.defineProperty(IgcNumericColumnComponent.prototype, "formatSpecifiers", {
|
|
199
199
|
get: function () {
|
|
200
|
-
return this.i.
|
|
200
|
+
return this.i.pa;
|
|
201
201
|
},
|
|
202
202
|
set: function (v) {
|
|
203
203
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
204
204
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
205
205
|
v = v.split(re);
|
|
206
206
|
}
|
|
207
|
-
this.i.
|
|
207
|
+
this.i.pa = v;
|
|
208
208
|
},
|
|
209
209
|
enumerable: false,
|
|
210
210
|
configurable: true
|
|
@@ -214,10 +214,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
214
214
|
* Gets or sets the INTL NumericFormat object to use for formatting the date values.
|
|
215
215
|
*/
|
|
216
216
|
get: function () {
|
|
217
|
-
return this.i.
|
|
217
|
+
return this.i.po;
|
|
218
218
|
},
|
|
219
219
|
set: function (v) {
|
|
220
|
-
this.i.
|
|
220
|
+
this.i.po = v;
|
|
221
221
|
},
|
|
222
222
|
enumerable: false,
|
|
223
223
|
configurable: true
|
|
@@ -227,11 +227,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
227
227
|
* Gets or sets the editor type used for editing cells in this column.
|
|
228
228
|
*/
|
|
229
229
|
get: function () {
|
|
230
|
-
return this.i.
|
|
230
|
+
return this.i.pc;
|
|
231
231
|
},
|
|
232
232
|
set: function (v) {
|
|
233
|
-
this.i.
|
|
234
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
233
|
+
this.i.pc = ensureEnum(EditorType_$type, v);
|
|
234
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.pc));
|
|
235
235
|
},
|
|
236
236
|
enumerable: false,
|
|
237
237
|
configurable: true
|
|
@@ -241,10 +241,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
241
241
|
* Gets or sets the ComboBox data source.
|
|
242
242
|
*/
|
|
243
243
|
get: function () {
|
|
244
|
-
return this.i.
|
|
244
|
+
return this.i.pn;
|
|
245
245
|
},
|
|
246
246
|
set: function (v) {
|
|
247
|
-
this.i.
|
|
247
|
+
this.i.pn = v;
|
|
248
248
|
},
|
|
249
249
|
enumerable: false,
|
|
250
250
|
configurable: true
|
|
@@ -254,10 +254,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
254
254
|
* Gets or sets the ComboBox text field.
|
|
255
255
|
*/
|
|
256
256
|
get: function () {
|
|
257
|
-
return this.i.
|
|
257
|
+
return this.i.pu;
|
|
258
258
|
},
|
|
259
259
|
set: function (v) {
|
|
260
|
-
this.i.
|
|
260
|
+
this.i.pu = v;
|
|
261
261
|
},
|
|
262
262
|
enumerable: false,
|
|
263
263
|
configurable: true
|
|
@@ -267,10 +267,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
267
267
|
* Gets or sets the ComboBox value field.
|
|
268
268
|
*/
|
|
269
269
|
get: function () {
|
|
270
|
-
return this.i.
|
|
270
|
+
return this.i.pv;
|
|
271
271
|
},
|
|
272
272
|
set: function (v) {
|
|
273
|
-
this.i.
|
|
273
|
+
this.i.pv = v;
|
|
274
274
|
},
|
|
275
275
|
enumerable: false,
|
|
276
276
|
configurable: true
|
|
@@ -76,22 +76,22 @@ export var IgcSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
76
76
|
};
|
|
77
77
|
Object.defineProperty(IgcSectionHeaderComponent.prototype, "selectedBackground", {
|
|
78
78
|
get: function () {
|
|
79
|
-
return brushToString(this.i.
|
|
79
|
+
return brushToString(this.i.ht);
|
|
80
80
|
},
|
|
81
81
|
set: function (v) {
|
|
82
|
-
this.i.
|
|
83
|
-
this._a("selectedBackground", brushToString(this.i.
|
|
82
|
+
this.i.ht = stringToBrush(v);
|
|
83
|
+
this._a("selectedBackground", brushToString(this.i.ht));
|
|
84
84
|
},
|
|
85
85
|
enumerable: false,
|
|
86
86
|
configurable: true
|
|
87
87
|
});
|
|
88
88
|
Object.defineProperty(IgcSectionHeaderComponent.prototype, "actualSelectedBackground", {
|
|
89
89
|
get: function () {
|
|
90
|
-
return brushToString(this.i.
|
|
90
|
+
return brushToString(this.i.hs);
|
|
91
91
|
},
|
|
92
92
|
set: function (v) {
|
|
93
|
-
this.i.
|
|
94
|
-
this._a("actualSelectedBackground", brushToString(this.i.
|
|
93
|
+
this.i.hs = stringToBrush(v);
|
|
94
|
+
this._a("actualSelectedBackground", brushToString(this.i.hs));
|
|
95
95
|
},
|
|
96
96
|
enumerable: false,
|
|
97
97
|
configurable: true
|
|
@@ -101,11 +101,11 @@ export var IgcSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
101
101
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
102
102
|
*/
|
|
103
103
|
get: function () {
|
|
104
|
-
return this.i.
|
|
104
|
+
return this.i.hb;
|
|
105
105
|
},
|
|
106
106
|
set: function (v) {
|
|
107
|
-
this.i.
|
|
108
|
-
this._a("paddingLeft", this.i.
|
|
107
|
+
this.i.hb = +v;
|
|
108
|
+
this._a("paddingLeft", this.i.hb);
|
|
109
109
|
},
|
|
110
110
|
enumerable: false,
|
|
111
111
|
configurable: true
|
|
@@ -115,11 +115,11 @@ export var IgcSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
115
115
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
116
116
|
*/
|
|
117
117
|
get: function () {
|
|
118
|
-
return this.i.
|
|
118
|
+
return this.i.hd;
|
|
119
119
|
},
|
|
120
120
|
set: function (v) {
|
|
121
|
-
this.i.
|
|
122
|
-
this._a("paddingTop", this.i.
|
|
121
|
+
this.i.hd = +v;
|
|
122
|
+
this._a("paddingTop", this.i.hd);
|
|
123
123
|
},
|
|
124
124
|
enumerable: false,
|
|
125
125
|
configurable: true
|
|
@@ -129,11 +129,11 @@ export var IgcSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
129
129
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
130
130
|
*/
|
|
131
131
|
get: function () {
|
|
132
|
-
return this.i.
|
|
132
|
+
return this.i.hc;
|
|
133
133
|
},
|
|
134
134
|
set: function (v) {
|
|
135
|
-
this.i.
|
|
136
|
-
this._a("paddingRight", this.i.
|
|
135
|
+
this.i.hc = +v;
|
|
136
|
+
this._a("paddingRight", this.i.hc);
|
|
137
137
|
},
|
|
138
138
|
enumerable: false,
|
|
139
139
|
configurable: true
|
|
@@ -143,33 +143,33 @@ export var IgcSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
143
143
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
144
144
|
*/
|
|
145
145
|
get: function () {
|
|
146
|
-
return this.i.
|
|
146
|
+
return this.i.ha;
|
|
147
147
|
},
|
|
148
148
|
set: function (v) {
|
|
149
|
-
this.i.
|
|
150
|
-
this._a("paddingBottom", this.i.
|
|
149
|
+
this.i.ha = +v;
|
|
150
|
+
this._a("paddingBottom", this.i.ha);
|
|
151
151
|
},
|
|
152
152
|
enumerable: false,
|
|
153
153
|
configurable: true
|
|
154
154
|
});
|
|
155
155
|
Object.defineProperty(IgcSectionHeaderComponent.prototype, "isCollapsable", {
|
|
156
156
|
get: function () {
|
|
157
|
-
return this.i.
|
|
157
|
+
return this.i.g4;
|
|
158
158
|
},
|
|
159
159
|
set: function (v) {
|
|
160
|
-
this.i.
|
|
161
|
-
this._a("isCollapsable", this.i.
|
|
160
|
+
this.i.g4 = ensureBool(v);
|
|
161
|
+
this._a("isCollapsable", this.i.g4);
|
|
162
162
|
},
|
|
163
163
|
enumerable: false,
|
|
164
164
|
configurable: true
|
|
165
165
|
});
|
|
166
166
|
Object.defineProperty(IgcSectionHeaderComponent.prototype, "summaryDisplayMode", {
|
|
167
167
|
get: function () {
|
|
168
|
-
return this.i.
|
|
168
|
+
return this.i.g1;
|
|
169
169
|
},
|
|
170
170
|
set: function (v) {
|
|
171
|
-
this.i.
|
|
172
|
-
this._a("summaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.
|
|
171
|
+
this.i.g1 = ensureEnum(GroupSummaryDisplayMode_$type, v);
|
|
172
|
+
this._a("summaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.g1));
|
|
173
173
|
},
|
|
174
174
|
enumerable: false,
|
|
175
175
|
configurable: true
|