igniteui-webcomponents-grids 3.2.3 → 3.2.4
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-grids.umd.js +10236 -9350
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/BaseEditorView.js +5 -0
- package/esm2015/lib/CanvasCellPresenterBase.js +10 -10
- package/esm2015/lib/CanvasContentCellModelHelper.js +11 -11
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +2 -2
- package/esm2015/lib/CanvasGridCellBase.js +305 -289
- package/esm2015/lib/CanvasImageCell.js +29 -29
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCell.js +2 -2
- package/esm2015/lib/CanvasNumericCellPresenter.js +3 -3
- package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasSummaryCell.js +51 -51
- package/esm2015/lib/CanvasSummaryCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTemplateCell.js +7 -7
- package/esm2015/lib/CanvasTemplateCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCell.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +341 -306
- package/esm2015/lib/ColumnChooserView_combined.js +22 -22
- package/esm2015/lib/ColumnFilterCondition_combined.js +7498 -7180
- package/esm2015/lib/ColumnGroupDescription.js +22 -0
- package/esm2015/lib/ColumnGroupDescriptionCollection.js +14 -8
- package/esm2015/lib/ColumnGroupingView_combined.js +25 -25
- package/esm2015/lib/ColumnPinningView_combined.js +22 -22
- package/esm2015/lib/ColumnSortDescriptionCollection.js +12 -6
- package/esm2015/lib/ColumnSummaryDescriptionCollection.js +12 -6
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +23 -18
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +27 -25
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +17 -17
- package/esm2015/lib/DateTimeColumnValueFormatter.js +90 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +25 -25
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +10 -10
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +6 -6
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +15 -15
- package/esm2015/lib/GridExternalWrapper.js +18 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
- package/esm2015/lib/ISummaryChooserView_combined.js +13 -13
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +47 -47
- package/esm2015/lib/MultiColumnComboVisualModelExport.js +1 -1
- package/esm2015/lib/NumericCellPresenter.js +1 -1
- package/esm2015/lib/PropertyEditorView_combined.js +40 -40
- package/esm2015/lib/TemplateCellPresenter.js +1 -1
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextEditorView.js +28 -10
- package/esm2015/lib/VerticalSeparatorCell.js +46 -8
- package/esm2015/lib/VisualModelExport.js +120 -100
- package/esm2015/lib/igc-checkbox-list-component.js +74 -54
- package/esm2015/lib/igc-column-component.js +164 -164
- package/esm2015/lib/igc-column-group-description-collection.js +13 -3
- 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-column-sort-description-collection.js +13 -3
- package/esm2015/lib/igc-column-summary-description-collection.js +13 -3
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-component.js +699 -593
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +50 -50
- 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/esm5/lib/BaseEditorView.js +5 -0
- package/esm5/lib/CanvasCellPresenterBase.js +10 -10
- package/esm5/lib/CanvasContentCellModelHelper.js +11 -11
- package/esm5/lib/CanvasDateTimeCellPresenter.js +2 -2
- package/esm5/lib/CanvasGridCellBase.js +304 -288
- package/esm5/lib/CanvasImageCell.js +28 -28
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCell.js +2 -2
- package/esm5/lib/CanvasNumericCellPresenter.js +3 -3
- package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasSummaryCell.js +51 -51
- package/esm5/lib/CanvasSummaryCellPresenter.js +5 -5
- package/esm5/lib/CanvasTemplateCell.js +7 -7
- package/esm5/lib/CanvasTemplateCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCell.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextHeaderCell.js +24 -24
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +339 -296
- package/esm5/lib/ColumnChooserView_combined.js +22 -22
- package/esm5/lib/ColumnFilterCondition_combined.js +7319 -6934
- package/esm5/lib/ColumnGroupDescription.js +22 -0
- package/esm5/lib/ColumnGroupDescriptionCollection.js +18 -8
- package/esm5/lib/ColumnGroupingView_combined.js +25 -25
- package/esm5/lib/ColumnPinningView_combined.js +22 -22
- package/esm5/lib/ColumnSortDescriptionCollection.js +16 -6
- package/esm5/lib/ColumnSummaryDescriptionCollection.js +16 -6
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +23 -18
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +27 -25
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +17 -17
- package/esm5/lib/DateTimeColumnValueFormatter.js +92 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +25 -25
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +10 -10
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +6 -6
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnSortOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +15 -15
- package/esm5/lib/GridExternalWrapper.js +18 -6
- package/esm5/lib/GridFilterDialogView_combined.js +1 -1
- package/esm5/lib/ISummaryChooserView_combined.js +13 -13
- package/esm5/lib/MultiColumnComboBoxView_combined.js +47 -47
- package/esm5/lib/MultiColumnComboVisualModelExport.js +1 -1
- package/esm5/lib/NumericCellPresenter.js +1 -1
- package/esm5/lib/PropertyEditorView_combined.js +40 -40
- package/esm5/lib/TemplateCellPresenter.js +1 -1
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextEditorView.js +28 -10
- package/esm5/lib/VerticalSeparatorCell.js +46 -8
- package/esm5/lib/VisualModelExport.js +120 -100
- package/esm5/lib/igc-checkbox-list-component.js +82 -54
- package/esm5/lib/igc-column-component.js +164 -164
- package/esm5/lib/igc-column-group-description-collection.js +17 -3
- 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-column-sort-description-collection.js +17 -3
- package/esm5/lib/igc-column-summary-description-collection.js +17 -3
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-component.js +743 -601
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +50 -50
- 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/fesm2015/igniteui-webcomponents-grids.js +10276 -9534
- package/fesm5/igniteui-webcomponents-grids.js +10237 -9351
- package/lib/CanvasGridCellBase.d.ts +95 -93
- package/lib/CanvasImageCell.d.ts +11 -11
- package/lib/CanvasSectionHeaderCell.d.ts +1 -1
- package/lib/CanvasSummaryCell.d.ts +15 -15
- package/lib/CanvasTemplateCell.d.ts +4 -4
- package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
- package/lib/CanvasTextCell.d.ts +1 -1
- package/lib/CanvasTextHeaderCell.d.ts +6 -6
- package/lib/CheckboxListView_combined.d.ts +74 -69
- package/lib/ColumnFilterCondition_combined.d.ts +1299 -1258
- package/lib/ColumnGroupDescription.d.ts +1 -0
- package/lib/ColumnGroupDescriptionCollection.d.ts +8 -7
- package/lib/ColumnSortDescriptionCollection.d.ts +8 -7
- package/lib/ColumnSummaryDescriptionCollection.d.ts +8 -7
- package/lib/DataGridCellLayoutPanel.d.ts +1 -0
- package/lib/DateTimeColumnValueFormatter.d.ts +19 -1
- package/lib/GridExternalWrapper.d.ts +4 -0
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextEditorView.d.ts +5 -3
- package/lib/VerticalSeparatorCell.d.ts +9 -0
- package/lib/VisualModelExport.d.ts +31 -26
- package/lib/igc-checkbox-list-component.d.ts +9 -0
- package/lib/igc-column-group-description-collection.d.ts +4 -0
- package/lib/igc-column-sort-description-collection.d.ts +4 -0
- package/lib/igc-column-summary-description-collection.d.ts +4 -0
- package/lib/igc-data-grid-component.d.ts +30 -2
- package/package.json +4 -4
|
@@ -60,11 +60,11 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
60
60
|
* Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
|
|
61
61
|
*/
|
|
62
62
|
get: function () {
|
|
63
|
-
return this.i.
|
|
63
|
+
return this.i.lq;
|
|
64
64
|
},
|
|
65
65
|
set: function (v) {
|
|
66
|
-
this.i.
|
|
67
|
-
this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.
|
|
66
|
+
this.i.lq = ensureEnum(DateTimeFormats_$type, v);
|
|
67
|
+
this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.lq));
|
|
68
68
|
},
|
|
69
69
|
enumerable: true,
|
|
70
70
|
configurable: true
|
|
@@ -74,10 +74,10 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
74
74
|
* Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
|
|
75
75
|
*/
|
|
76
76
|
get: function () {
|
|
77
|
-
return this.i.
|
|
77
|
+
return this.i.l8;
|
|
78
78
|
},
|
|
79
79
|
set: function (v) {
|
|
80
|
-
this.i.
|
|
80
|
+
this.i.l8 = v;
|
|
81
81
|
},
|
|
82
82
|
enumerable: true,
|
|
83
83
|
configurable: true
|
|
@@ -87,24 +87,24 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
87
87
|
* Gets or sets the format string to use when editing dates.
|
|
88
88
|
*/
|
|
89
89
|
get: function () {
|
|
90
|
-
return this.i.
|
|
90
|
+
return this.i.l1;
|
|
91
91
|
},
|
|
92
92
|
set: function (v) {
|
|
93
|
-
this.i.
|
|
93
|
+
this.i.l1 = v;
|
|
94
94
|
},
|
|
95
95
|
enumerable: true,
|
|
96
96
|
configurable: true
|
|
97
97
|
});
|
|
98
98
|
Object.defineProperty(IgcDateTimeColumnComponent.prototype, "formatSpecifiers", {
|
|
99
99
|
get: function () {
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.lm;
|
|
101
101
|
},
|
|
102
102
|
set: function (v) {
|
|
103
103
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
104
104
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
105
105
|
v = v.split(re);
|
|
106
106
|
}
|
|
107
|
-
this.i.
|
|
107
|
+
this.i.lm = v;
|
|
108
108
|
},
|
|
109
109
|
enumerable: true,
|
|
110
110
|
configurable: true
|
|
@@ -114,10 +114,10 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
114
114
|
* Gets or sets the INTL DateTimeFormat object to use for formatting the date values.
|
|
115
115
|
*/
|
|
116
116
|
get: function () {
|
|
117
|
-
return this.i.
|
|
117
|
+
return this.i.lx;
|
|
118
118
|
},
|
|
119
119
|
set: function (v) {
|
|
120
|
-
this.i.
|
|
120
|
+
this.i.lx = v;
|
|
121
121
|
},
|
|
122
122
|
enumerable: true,
|
|
123
123
|
configurable: true
|
|
@@ -127,11 +127,11 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
127
127
|
* Gets or sets the ShowTodayButton property to detirmine if the today button is shown
|
|
128
128
|
*/
|
|
129
129
|
get: function () {
|
|
130
|
-
return this.i.
|
|
130
|
+
return this.i.lt;
|
|
131
131
|
},
|
|
132
132
|
set: function (v) {
|
|
133
|
-
this.i.
|
|
134
|
-
this._a("showTodayButton", this.i.
|
|
133
|
+
this.i.lt = ensureBool(v);
|
|
134
|
+
this._a("showTodayButton", this.i.lt);
|
|
135
135
|
},
|
|
136
136
|
enumerable: true,
|
|
137
137
|
configurable: true
|
|
@@ -141,11 +141,11 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
141
141
|
* Gets or sets the editor type used for editing cells in this column.
|
|
142
142
|
*/
|
|
143
143
|
get: function () {
|
|
144
|
-
return this.i.
|
|
144
|
+
return this.i.lr;
|
|
145
145
|
},
|
|
146
146
|
set: function (v) {
|
|
147
|
-
this.i.
|
|
148
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
147
|
+
this.i.lr = ensureEnum(EditorType_$type, v);
|
|
148
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.lr));
|
|
149
149
|
},
|
|
150
150
|
enumerable: true,
|
|
151
151
|
configurable: true
|
|
@@ -155,10 +155,10 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
155
155
|
* Gets or sets the ComboBox data source.
|
|
156
156
|
*/
|
|
157
157
|
get: function () {
|
|
158
|
-
return this.i.
|
|
158
|
+
return this.i.lw;
|
|
159
159
|
},
|
|
160
160
|
set: function (v) {
|
|
161
|
-
this.i.
|
|
161
|
+
this.i.lw = v;
|
|
162
162
|
},
|
|
163
163
|
enumerable: true,
|
|
164
164
|
configurable: true
|
|
@@ -168,10 +168,10 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
168
168
|
* Gets or sets the ComboBox text field.
|
|
169
169
|
*/
|
|
170
170
|
get: function () {
|
|
171
|
-
return this.i.
|
|
171
|
+
return this.i.l3;
|
|
172
172
|
},
|
|
173
173
|
set: function (v) {
|
|
174
|
-
this.i.
|
|
174
|
+
this.i.l3 = v;
|
|
175
175
|
},
|
|
176
176
|
enumerable: true,
|
|
177
177
|
configurable: true
|
|
@@ -181,10 +181,10 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
181
181
|
* Gets or sets the ComboBox value field.
|
|
182
182
|
*/
|
|
183
183
|
get: function () {
|
|
184
|
-
return this.i.
|
|
184
|
+
return this.i.l4;
|
|
185
185
|
},
|
|
186
186
|
set: function (v) {
|
|
187
|
-
this.i.
|
|
187
|
+
this.i.l4 = v;
|
|
188
188
|
},
|
|
189
189
|
enumerable: true,
|
|
190
190
|
configurable: true
|
|
@@ -210,11 +210,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
210
210
|
* Gets or sets the background color to use.
|
|
211
211
|
*/
|
|
212
212
|
get: function () {
|
|
213
|
-
return brushToString(this.i.
|
|
213
|
+
return brushToString(this.i.d8);
|
|
214
214
|
},
|
|
215
215
|
set: function (v) {
|
|
216
|
-
this.i.
|
|
217
|
-
this._a("background", brushToString(this.i.
|
|
216
|
+
this.i.d8 = stringToBrush(v);
|
|
217
|
+
this._a("background", brushToString(this.i.d8));
|
|
218
218
|
},
|
|
219
219
|
enumerable: true,
|
|
220
220
|
configurable: true
|
|
@@ -224,11 +224,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
224
224
|
* Gets or sets the background color to use.
|
|
225
225
|
*/
|
|
226
226
|
get: function () {
|
|
227
|
-
return brushToString(this.i.
|
|
227
|
+
return brushToString(this.i.d9);
|
|
228
228
|
},
|
|
229
229
|
set: function (v) {
|
|
230
|
-
this.i.
|
|
231
|
-
this._a("border", brushToString(this.i.
|
|
230
|
+
this.i.d9 = stringToBrush(v);
|
|
231
|
+
this._a("border", brushToString(this.i.d9));
|
|
232
232
|
},
|
|
233
233
|
enumerable: true,
|
|
234
234
|
configurable: true
|
|
@@ -238,11 +238,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
238
238
|
* Gets or sets the background color to use.
|
|
239
239
|
*/
|
|
240
240
|
get: function () {
|
|
241
|
-
return brushToString(this.i.
|
|
241
|
+
return brushToString(this.i.dz);
|
|
242
242
|
},
|
|
243
243
|
set: function (v) {
|
|
244
|
-
this.i.
|
|
245
|
-
this._a("activationBorder", brushToString(this.i.
|
|
244
|
+
this.i.dz = stringToBrush(v);
|
|
245
|
+
this._a("activationBorder", brushToString(this.i.dz));
|
|
246
246
|
},
|
|
247
247
|
enumerable: true,
|
|
248
248
|
configurable: true
|
|
@@ -252,11 +252,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
252
252
|
* Gets or sets the error border color to use.
|
|
253
253
|
*/
|
|
254
254
|
get: function () {
|
|
255
|
-
return brushToString(this.i.
|
|
255
|
+
return brushToString(this.i.ea);
|
|
256
256
|
},
|
|
257
257
|
set: function (v) {
|
|
258
|
-
this.i.
|
|
259
|
-
this._a("errorBorder", brushToString(this.i.
|
|
258
|
+
this.i.ea = stringToBrush(v);
|
|
259
|
+
this._a("errorBorder", brushToString(this.i.ea));
|
|
260
260
|
},
|
|
261
261
|
enumerable: true,
|
|
262
262
|
configurable: true
|
|
@@ -266,11 +266,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
266
266
|
* Gets the actual border color that will be used.
|
|
267
267
|
*/
|
|
268
268
|
get: function () {
|
|
269
|
-
return brushToString(this.i.
|
|
269
|
+
return brushToString(this.i.d2);
|
|
270
270
|
},
|
|
271
271
|
set: function (v) {
|
|
272
|
-
this.i.
|
|
273
|
-
this._a("actualBorder", brushToString(this.i.
|
|
272
|
+
this.i.d2 = stringToBrush(v);
|
|
273
|
+
this._a("actualBorder", brushToString(this.i.d2));
|
|
274
274
|
},
|
|
275
275
|
enumerable: true,
|
|
276
276
|
configurable: true
|
|
@@ -436,11 +436,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
436
436
|
* Gets the actual background color that will be used.
|
|
437
437
|
*/
|
|
438
438
|
get: function () {
|
|
439
|
-
return brushToString(this.i.
|
|
439
|
+
return brushToString(this.i.d1);
|
|
440
440
|
},
|
|
441
441
|
set: function (v) {
|
|
442
|
-
this.i.
|
|
443
|
-
this._a("actualBackground", brushToString(this.i.
|
|
442
|
+
this.i.d1 = stringToBrush(v);
|
|
443
|
+
this._a("actualBackground", brushToString(this.i.d1));
|
|
444
444
|
},
|
|
445
445
|
enumerable: true,
|
|
446
446
|
configurable: true
|
|
@@ -450,11 +450,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
450
450
|
* Gets the actual background color that will be used.
|
|
451
451
|
*/
|
|
452
452
|
get: function () {
|
|
453
|
-
return brushToString(this.i.
|
|
453
|
+
return brushToString(this.i.d0);
|
|
454
454
|
},
|
|
455
455
|
set: function (v) {
|
|
456
|
-
this.i.
|
|
457
|
-
this._a("actualActivationBorder", brushToString(this.i.
|
|
456
|
+
this.i.d0 = stringToBrush(v);
|
|
457
|
+
this._a("actualActivationBorder", brushToString(this.i.d0));
|
|
458
458
|
},
|
|
459
459
|
enumerable: true,
|
|
460
460
|
configurable: true
|
|
@@ -464,11 +464,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
464
464
|
* Gets the actual error border color that will be used.
|
|
465
465
|
*/
|
|
466
466
|
get: function () {
|
|
467
|
-
return brushToString(this.i.
|
|
467
|
+
return brushToString(this.i.d3);
|
|
468
468
|
},
|
|
469
469
|
set: function (v) {
|
|
470
|
-
this.i.
|
|
471
|
-
this._a("actualErrorBorder", brushToString(this.i.
|
|
470
|
+
this.i.d3 = stringToBrush(v);
|
|
471
|
+
this._a("actualErrorBorder", brushToString(this.i.d3));
|
|
472
472
|
},
|
|
473
473
|
enumerable: true,
|
|
474
474
|
configurable: true
|
|
@@ -478,11 +478,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
478
478
|
* Gets or sets the background color for content that sticks to the top of the grid.
|
|
479
479
|
*/
|
|
480
480
|
get: function () {
|
|
481
|
-
return brushToString(this.i.
|
|
481
|
+
return brushToString(this.i.ek);
|
|
482
482
|
},
|
|
483
483
|
set: function (v) {
|
|
484
|
-
this.i.
|
|
485
|
-
this._a("stickyRowBackground", brushToString(this.i.
|
|
484
|
+
this.i.ek = stringToBrush(v);
|
|
485
|
+
this._a("stickyRowBackground", brushToString(this.i.ek));
|
|
486
486
|
},
|
|
487
487
|
enumerable: true,
|
|
488
488
|
configurable: true
|
|
@@ -492,11 +492,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
492
492
|
* Gets the actual background color for content that sticks to the top of the grid.
|
|
493
493
|
*/
|
|
494
494
|
get: function () {
|
|
495
|
-
return brushToString(this.i.
|
|
495
|
+
return brushToString(this.i.d6);
|
|
496
496
|
},
|
|
497
497
|
set: function (v) {
|
|
498
|
-
this.i.
|
|
499
|
-
this._a("actualStickyRowBackground", brushToString(this.i.
|
|
498
|
+
this.i.d6 = stringToBrush(v);
|
|
499
|
+
this._a("actualStickyRowBackground", brushToString(this.i.d6));
|
|
500
500
|
},
|
|
501
501
|
enumerable: true,
|
|
502
502
|
configurable: true
|
|
@@ -506,11 +506,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
506
506
|
* Gets or sets the background color for cells belonging to rows marked as pinned.
|
|
507
507
|
*/
|
|
508
508
|
get: function () {
|
|
509
|
-
return brushToString(this.i.
|
|
509
|
+
return brushToString(this.i.ej);
|
|
510
510
|
},
|
|
511
511
|
set: function (v) {
|
|
512
|
-
this.i.
|
|
513
|
-
this._a("pinnedRowBackground", brushToString(this.i.
|
|
512
|
+
this.i.ej = stringToBrush(v);
|
|
513
|
+
this._a("pinnedRowBackground", brushToString(this.i.ej));
|
|
514
514
|
},
|
|
515
515
|
enumerable: true,
|
|
516
516
|
configurable: true
|
|
@@ -520,11 +520,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
520
520
|
* Gets the actual background color for cells belonging to rows marked as pinned.
|
|
521
521
|
*/
|
|
522
522
|
get: function () {
|
|
523
|
-
return brushToString(this.i.
|
|
523
|
+
return brushToString(this.i.d5);
|
|
524
524
|
},
|
|
525
525
|
set: function (v) {
|
|
526
|
-
this.i.
|
|
527
|
-
this._a("actualPinnedRowBackground", brushToString(this.i.
|
|
526
|
+
this.i.d5 = stringToBrush(v);
|
|
527
|
+
this._a("actualPinnedRowBackground", brushToString(this.i.d5));
|
|
528
528
|
},
|
|
529
529
|
enumerable: true,
|
|
530
530
|
configurable: true
|
|
@@ -534,11 +534,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
534
534
|
* Gets or sets the color for the last row in the sticky row area.
|
|
535
535
|
*/
|
|
536
536
|
get: function () {
|
|
537
|
-
return brushToString(this.i.
|
|
537
|
+
return brushToString(this.i.ei);
|
|
538
538
|
},
|
|
539
539
|
set: function (v) {
|
|
540
|
-
this.i.
|
|
541
|
-
this._a("lastStickyRowBackground", brushToString(this.i.
|
|
540
|
+
this.i.ei = stringToBrush(v);
|
|
541
|
+
this._a("lastStickyRowBackground", brushToString(this.i.ei));
|
|
542
542
|
},
|
|
543
543
|
enumerable: true,
|
|
544
544
|
configurable: true
|
|
@@ -548,11 +548,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
548
548
|
* Gets the actual color for the last row in the sticky row area.
|
|
549
549
|
*/
|
|
550
550
|
get: function () {
|
|
551
|
-
return brushToString(this.i.
|
|
551
|
+
return brushToString(this.i.d4);
|
|
552
552
|
},
|
|
553
553
|
set: function (v) {
|
|
554
|
-
this.i.
|
|
555
|
-
this._a("actualLastStickyRowBackground", brushToString(this.i.
|
|
554
|
+
this.i.d4 = stringToBrush(v);
|
|
555
|
+
this._a("actualLastStickyRowBackground", brushToString(this.i.d4));
|
|
556
556
|
},
|
|
557
557
|
enumerable: true,
|
|
558
558
|
configurable: true
|
|
@@ -632,11 +632,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
632
632
|
* Gets or sets the color to use for displaying text.
|
|
633
633
|
*/
|
|
634
634
|
get: function () {
|
|
635
|
-
return brushToString(this.i.
|
|
635
|
+
return brushToString(this.i.el);
|
|
636
636
|
},
|
|
637
637
|
set: function (v) {
|
|
638
|
-
this.i.
|
|
639
|
-
this._a("textColor", brushToString(this.i.
|
|
638
|
+
this.i.el = stringToBrush(v);
|
|
639
|
+
this._a("textColor", brushToString(this.i.el));
|
|
640
640
|
},
|
|
641
641
|
enumerable: true,
|
|
642
642
|
configurable: true
|
|
@@ -646,11 +646,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
646
646
|
* Gets the actual color used for displaying text.
|
|
647
647
|
*/
|
|
648
648
|
get: function () {
|
|
649
|
-
return brushToString(this.i.
|
|
649
|
+
return brushToString(this.i.d7);
|
|
650
650
|
},
|
|
651
651
|
set: function (v) {
|
|
652
|
-
this.i.
|
|
653
|
-
this._a("actualTextColor", brushToString(this.i.
|
|
652
|
+
this.i.d7 = stringToBrush(v);
|
|
653
|
+
this._a("actualTextColor", brushToString(this.i.d7));
|
|
654
654
|
},
|
|
655
655
|
enumerable: true,
|
|
656
656
|
configurable: true
|
|
@@ -703,7 +703,7 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
703
703
|
return null;
|
|
704
704
|
};
|
|
705
705
|
IgcDefinitionBaseComponent.prototype.setNamedValue = function (valueName, animationType, value) {
|
|
706
|
-
this.i.
|
|
706
|
+
this.i.c7(valueName, (animationType == null ? null : animationType), value);
|
|
707
707
|
};
|
|
708
708
|
/**
|
|
709
709
|
* Returns if this definition has named value.
|
|
@@ -728,7 +728,7 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
728
728
|
* @param valueName * The named value name to remove.
|
|
729
729
|
*/
|
|
730
730
|
IgcDefinitionBaseComponent.prototype.removeNamedValue = function (valueName) {
|
|
731
|
-
this.i.
|
|
731
|
+
this.i.c5(valueName);
|
|
732
732
|
};
|
|
733
733
|
/**
|
|
734
734
|
* Gets the value for a named value from this definition.
|
|
@@ -58,11 +58,11 @@ var IgcFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
58
58
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
59
59
|
*/
|
|
60
60
|
get: function () {
|
|
61
|
-
return this.i.
|
|
61
|
+
return this.i.er;
|
|
62
62
|
},
|
|
63
63
|
set: function (v) {
|
|
64
|
-
this.i.
|
|
65
|
-
this._a("paddingLeft", this.i.
|
|
64
|
+
this.i.er = +v;
|
|
65
|
+
this._a("paddingLeft", this.i.er);
|
|
66
66
|
},
|
|
67
67
|
enumerable: true,
|
|
68
68
|
configurable: true
|
|
@@ -72,11 +72,11 @@ var IgcFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
72
72
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
73
73
|
*/
|
|
74
74
|
get: function () {
|
|
75
|
-
return this.i.
|
|
75
|
+
return this.i.et;
|
|
76
76
|
},
|
|
77
77
|
set: function (v) {
|
|
78
|
-
this.i.
|
|
79
|
-
this._a("paddingTop", this.i.
|
|
78
|
+
this.i.et = +v;
|
|
79
|
+
this._a("paddingTop", this.i.et);
|
|
80
80
|
},
|
|
81
81
|
enumerable: true,
|
|
82
82
|
configurable: true
|
|
@@ -86,11 +86,11 @@ var IgcFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
86
86
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
87
87
|
*/
|
|
88
88
|
get: function () {
|
|
89
|
-
return this.i.
|
|
89
|
+
return this.i.es;
|
|
90
90
|
},
|
|
91
91
|
set: function (v) {
|
|
92
|
-
this.i.
|
|
93
|
-
this._a("paddingRight", this.i.
|
|
92
|
+
this.i.es = +v;
|
|
93
|
+
this._a("paddingRight", this.i.es);
|
|
94
94
|
},
|
|
95
95
|
enumerable: true,
|
|
96
96
|
configurable: true
|
|
@@ -100,11 +100,11 @@ var IgcFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
100
100
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
101
101
|
*/
|
|
102
102
|
get: function () {
|
|
103
|
-
return this.i.
|
|
103
|
+
return this.i.eq;
|
|
104
104
|
},
|
|
105
105
|
set: function (v) {
|
|
106
|
-
this.i.
|
|
107
|
-
this._a("paddingBottom", this.i.
|
|
106
|
+
this.i.eq = +v;
|
|
107
|
+
this._a("paddingBottom", this.i.eq);
|
|
108
108
|
},
|
|
109
109
|
enumerable: true,
|
|
110
110
|
configurable: true
|
|
@@ -48,11 +48,11 @@ var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48
48
|
* Gets or sets the color to use for the sort indicator icon
|
|
49
49
|
*/
|
|
50
50
|
get: function () {
|
|
51
|
-
return brushToString(this.i.
|
|
51
|
+
return brushToString(this.i.fc);
|
|
52
52
|
},
|
|
53
53
|
set: function (v) {
|
|
54
|
-
this.i.
|
|
55
|
-
this._a("sortIndicatorColor", brushToString(this.i.
|
|
54
|
+
this.i.fc = stringToBrush(v);
|
|
55
|
+
this._a("sortIndicatorColor", brushToString(this.i.fc));
|
|
56
56
|
},
|
|
57
57
|
enumerable: true,
|
|
58
58
|
configurable: true
|
|
@@ -62,33 +62,33 @@ var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
62
62
|
* Gets the actual background color that is used for the cells when they are selected
|
|
63
63
|
*/
|
|
64
64
|
get: function () {
|
|
65
|
-
return brushToString(this.i.
|
|
65
|
+
return brushToString(this.i.fa);
|
|
66
66
|
},
|
|
67
67
|
set: function (v) {
|
|
68
|
-
this.i.
|
|
69
|
-
this._a("actualSortIndicatorColor", brushToString(this.i.
|
|
68
|
+
this.i.fa = stringToBrush(v);
|
|
69
|
+
this._a("actualSortIndicatorColor", brushToString(this.i.fa));
|
|
70
70
|
},
|
|
71
71
|
enumerable: true,
|
|
72
72
|
configurable: true
|
|
73
73
|
});
|
|
74
74
|
Object.defineProperty(IgcHeaderComponent.prototype, "sortIndicatorStyle", {
|
|
75
75
|
get: function () {
|
|
76
|
-
return this.i.
|
|
76
|
+
return this.i.ep;
|
|
77
77
|
},
|
|
78
78
|
set: function (v) {
|
|
79
|
-
this.i.
|
|
80
|
-
this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.
|
|
79
|
+
this.i.ep = ensureEnum(SortIndicatorStyle_$type, v);
|
|
80
|
+
this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.ep));
|
|
81
81
|
},
|
|
82
82
|
enumerable: true,
|
|
83
83
|
configurable: true
|
|
84
84
|
});
|
|
85
85
|
Object.defineProperty(IgcHeaderComponent.prototype, "actualSortIndicatorStyle", {
|
|
86
86
|
get: function () {
|
|
87
|
-
return this.i.
|
|
87
|
+
return this.i.eo;
|
|
88
88
|
},
|
|
89
89
|
set: function (v) {
|
|
90
|
-
this.i.
|
|
91
|
-
this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.
|
|
90
|
+
this.i.eo = ensureEnum(SortIndicatorStyle_$type, v);
|
|
91
|
+
this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.eo));
|
|
92
92
|
},
|
|
93
93
|
enumerable: true,
|
|
94
94
|
configurable: true
|
|
@@ -98,11 +98,11 @@ var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
98
98
|
* Gets or sets the amount of left padding to use for the cell content.
|
|
99
99
|
*/
|
|
100
100
|
get: function () {
|
|
101
|
-
return this.i.
|
|
101
|
+
return this.i.ev;
|
|
102
102
|
},
|
|
103
103
|
set: function (v) {
|
|
104
|
-
this.i.
|
|
105
|
-
this._a("paddingLeft", this.i.
|
|
104
|
+
this.i.ev = +v;
|
|
105
|
+
this._a("paddingLeft", this.i.ev);
|
|
106
106
|
},
|
|
107
107
|
enumerable: true,
|
|
108
108
|
configurable: true
|
|
@@ -112,11 +112,11 @@ var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
112
112
|
* Gets or sets the amount of top padding to use for the cell content.
|
|
113
113
|
*/
|
|
114
114
|
get: function () {
|
|
115
|
-
return this.i.
|
|
115
|
+
return this.i.ex;
|
|
116
116
|
},
|
|
117
117
|
set: function (v) {
|
|
118
|
-
this.i.
|
|
119
|
-
this._a("paddingTop", this.i.
|
|
118
|
+
this.i.ex = +v;
|
|
119
|
+
this._a("paddingTop", this.i.ex);
|
|
120
120
|
},
|
|
121
121
|
enumerable: true,
|
|
122
122
|
configurable: true
|
|
@@ -126,11 +126,11 @@ var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
126
126
|
* Gets or sets the amount of right padding to use for the cell content.
|
|
127
127
|
*/
|
|
128
128
|
get: function () {
|
|
129
|
-
return this.i.
|
|
129
|
+
return this.i.ew;
|
|
130
130
|
},
|
|
131
131
|
set: function (v) {
|
|
132
|
-
this.i.
|
|
133
|
-
this._a("paddingRight", this.i.
|
|
132
|
+
this.i.ew = +v;
|
|
133
|
+
this._a("paddingRight", this.i.ew);
|
|
134
134
|
},
|
|
135
135
|
enumerable: true,
|
|
136
136
|
configurable: true
|
|
@@ -140,11 +140,11 @@ var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
140
140
|
* Gets or sets the amount of bottom padding to use for the cell content.
|
|
141
141
|
*/
|
|
142
142
|
get: function () {
|
|
143
|
-
return this.i.
|
|
143
|
+
return this.i.eu;
|
|
144
144
|
},
|
|
145
145
|
set: function (v) {
|
|
146
|
-
this.i.
|
|
147
|
-
this._a("paddingBottom", this.i.
|
|
146
|
+
this.i.eu = +v;
|
|
147
|
+
this._a("paddingBottom", this.i.eu);
|
|
148
148
|
},
|
|
149
149
|
enumerable: true,
|
|
150
150
|
configurable: true
|
|
@@ -60,11 +60,11 @@ var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60
60
|
* Gets or sets the stretch option to use when rendering images
|
|
61
61
|
*/
|
|
62
62
|
get: function () {
|
|
63
|
-
return this.i.
|
|
63
|
+
return this.i.lp;
|
|
64
64
|
},
|
|
65
65
|
set: function (v) {
|
|
66
|
-
this.i.
|
|
67
|
-
this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.
|
|
66
|
+
this.i.lp = ensureEnum(ImageStretchOptions_$type, v);
|
|
67
|
+
this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.lp));
|
|
68
68
|
},
|
|
69
69
|
enumerable: true,
|
|
70
70
|
configurable: true
|
|
@@ -74,11 +74,11 @@ var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74
74
|
* Gets or sets the editor type used for editing cells in this column.
|
|
75
75
|
*/
|
|
76
76
|
get: function () {
|
|
77
|
-
return this.i.
|
|
77
|
+
return this.i.ll;
|
|
78
78
|
},
|
|
79
79
|
set: function (v) {
|
|
80
|
-
this.i.
|
|
81
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
80
|
+
this.i.ll = ensureEnum(EditorType_$type, v);
|
|
81
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.ll));
|
|
82
82
|
},
|
|
83
83
|
enumerable: true,
|
|
84
84
|
configurable: true
|
|
@@ -88,10 +88,10 @@ var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
88
88
|
* Gets or sets the ComboBox data source.
|
|
89
89
|
*/
|
|
90
90
|
get: function () {
|
|
91
|
-
return this.i.
|
|
91
|
+
return this.i.lq;
|
|
92
92
|
},
|
|
93
93
|
set: function (v) {
|
|
94
|
-
this.i.
|
|
94
|
+
this.i.lq = v;
|
|
95
95
|
},
|
|
96
96
|
enumerable: true,
|
|
97
97
|
configurable: true
|
|
@@ -101,10 +101,10 @@ var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
101
101
|
* Gets or sets the ComboBox text field.
|
|
102
102
|
*/
|
|
103
103
|
get: function () {
|
|
104
|
-
return this.i.
|
|
104
|
+
return this.i.lr;
|
|
105
105
|
},
|
|
106
106
|
set: function (v) {
|
|
107
|
-
this.i.
|
|
107
|
+
this.i.lr = v;
|
|
108
108
|
},
|
|
109
109
|
enumerable: true,
|
|
110
110
|
configurable: true
|
|
@@ -114,10 +114,10 @@ var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
114
114
|
* Gets or sets the ComboBox value field.
|
|
115
115
|
*/
|
|
116
116
|
get: function () {
|
|
117
|
-
return this.i.
|
|
117
|
+
return this.i.ls;
|
|
118
118
|
},
|
|
119
119
|
set: function (v) {
|
|
120
|
-
this.i.
|
|
120
|
+
this.i.ls = v;
|
|
121
121
|
},
|
|
122
122
|
enumerable: true,
|
|
123
123
|
configurable: true
|