igniteui-webcomponents-grids 1.4.2 → 3.2.2
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 +16049 -15259
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/BrowserExecutionContext.js +3 -1
- package/esm2015/lib/CanvasGridCellBase.js +6 -6
- package/esm2015/lib/CanvasSummaryCell.js +4 -4
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +31 -31
- package/esm2015/lib/ColumnChooserView_combined.js +10 -10
- package/esm2015/lib/ColumnFilterCondition_combined.js +5546 -4404
- package/esm2015/lib/ColumnGroupingView_combined.js +186 -168
- package/esm2015/lib/ColumnPinningView_combined.js +6 -6
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +13 -13
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +25 -25
- package/esm2015/lib/DataGridLocaleEn.js +1 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +294 -223
- package/esm2015/lib/DraggerView.js +8 -8
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +45 -26
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +8 -11
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +5 -5
- package/esm2015/lib/HorizontalPropertyEditorDataSource.js +2 -2
- package/esm2015/lib/{PropertyEditorDescriptionObjectCollection.js → IDataGridComponent.js} +5 -1
- package/esm2015/lib/IToolbarVisualModelExport.js +11 -0
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +314 -302
- package/esm2015/lib/MultiColumnComboVisualModelExport.js +2 -2
- package/esm2015/lib/PageChangedEventArgs.js +33 -0
- package/esm2015/lib/{PropertyEditorDataSource.js → PagedDataProvider.js} +1 -1
- package/{esm5/lib/PropertyEditorDataSource.js → esm2015/lib/Pager.js} +1 -1
- package/esm2015/lib/{PropertyEditorDescriptionObject.js → PagerDataSourceNotificationBridge.js} +1 -1
- package/{esm5/lib/PropertyEditorDescriptionObject.js → esm2015/lib/PagerGridDataSourceNotificationBridge.js} +1 -1
- package/esm2015/lib/PagerView.js +7 -0
- package/esm2015/lib/PagerVisualModelExport.js +82 -0
- package/esm2015/lib/PropertyEditorView_combined.js +145 -145
- package/esm2015/lib/TemplateCell.js +1 -1
- package/esm2015/lib/TemplateCellPresenter.js +1 -1
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/{PropertyEditorPropertyDescriptionChangedEventArgs.js → ToolbarVisualModelExport.js} +9 -5
- package/esm2015/lib/VisualModelExport.js +77 -69
- package/esm2015/lib/igc-column-component.js +133 -113
- package/esm2015/lib/igc-column-grouping-component.js +33 -23
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-component.js +588 -413
- package/esm2015/lib/igc-data-grid-module.js +4 -0
- package/esm2015/lib/igc-data-grid-pager-component.js +368 -0
- package/esm2015/lib/{igc-property-editor-property-description-module.js → igc-data-grid-pager-module.js} +6 -6
- package/esm2015/lib/igc-data-grid-toolbar-component.js +94 -35
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-horizontal-property-editor-data-source.js +2 -2
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-multi-column-combo-box-component.js +146 -140
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-page-changed-event-args.js +46 -0
- package/esm2015/lib/igc-property-editor-component.js +7 -7
- package/esm2015/lib/igc-property-editor-module.js +1 -1
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/public_api.js +14 -20
- package/esm5/lib/BrowserExecutionContext.js +3 -1
- package/esm5/lib/CanvasGridCellBase.js +6 -6
- package/esm5/lib/CanvasSummaryCell.js +4 -4
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +31 -31
- package/esm5/lib/ColumnChooserView_combined.js +10 -10
- package/esm5/lib/ColumnFilterCondition_combined.js +5514 -4226
- package/esm5/lib/ColumnGroupingView_combined.js +188 -162
- package/esm5/lib/ColumnPinningView_combined.js +6 -6
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +13 -13
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +25 -25
- package/esm5/lib/DataGridLocaleEn.js +1 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +295 -220
- package/esm5/lib/DraggerView.js +8 -8
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +45 -26
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnPinOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +8 -11
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +5 -5
- package/esm5/lib/HorizontalPropertyEditorDataSource.js +2 -2
- package/{esm2015/lib/PropertyEditorPropertyDescription.js → esm5/lib/IDataGridComponent.js} +5 -1
- package/esm5/lib/IToolbarVisualModelExport.js +11 -0
- package/esm5/lib/MultiColumnComboBoxView_combined.js +297 -285
- package/esm5/lib/MultiColumnComboVisualModelExport.js +2 -2
- package/esm5/lib/PageChangedEventArgs.js +43 -0
- package/esm5/lib/PagedDataProvider.js +7 -0
- package/esm5/lib/Pager.js +7 -0
- package/esm5/lib/PagerDataSourceNotificationBridge.js +7 -0
- package/esm5/lib/PagerGridDataSourceNotificationBridge.js +7 -0
- package/esm5/lib/PagerView.js +7 -0
- package/esm5/lib/PagerVisualModelExport.js +84 -0
- package/esm5/lib/PropertyEditorView_combined.js +144 -144
- package/esm5/lib/TemplateCell.js +1 -1
- package/esm5/lib/TemplateCellPresenter.js +1 -1
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/ToolbarVisualModelExport.js +24 -0
- package/esm5/lib/VisualModelExport.js +77 -69
- package/esm5/lib/igc-column-component.js +141 -113
- package/esm5/lib/igc-column-grouping-component.js +35 -21
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-component.js +636 -413
- package/esm5/lib/igc-data-grid-module.js +4 -0
- package/esm5/lib/igc-data-grid-pager-component.js +435 -0
- package/esm5/lib/igc-data-grid-pager-module.js +20 -0
- package/esm5/lib/igc-data-grid-toolbar-component.js +110 -35
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-horizontal-property-editor-data-source.js +2 -2
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-multi-column-combo-box-component.js +147 -141
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-page-changed-event-args.js +60 -0
- package/esm5/lib/igc-property-editor-component.js +7 -7
- package/esm5/lib/igc-property-editor-module.js +1 -1
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/public_api.js +14 -20
- package/fesm2015/igniteui-webcomponents-grids.js +17478 -16796
- package/fesm5/igniteui-webcomponents-grids.js +16939 -16142
- package/lib/ColumnFilterCondition_combined.d.ts +1025 -824
- package/lib/ColumnGroupingView_combined.d.ts +44 -41
- package/lib/DataGridLocaleEn.d.ts +1 -0
- package/lib/DataGridToolbarView_combined.d.ts +50 -41
- package/lib/GridColumnGroupOptionsView_combined.d.ts +1 -1
- package/lib/HorizontalPropertyEditorDataSource.d.ts +1 -1
- package/lib/IDataGridComponent.d.ts +12 -0
- package/lib/IToolbarVisualModelExport.d.ts +11 -0
- package/lib/MultiColumnComboBoxView_combined.d.ts +78 -76
- package/lib/PageChangedEventArgs.d.ts +11 -0
- package/lib/PagedDataProvider.d.ts +1 -0
- package/lib/Pager.d.ts +1 -0
- package/lib/PagerDataSourceNotificationBridge.d.ts +1 -0
- package/lib/PagerGridDataSourceNotificationBridge.d.ts +1 -0
- package/lib/PagerView.d.ts +1 -0
- package/lib/PagerVisualModelExport.d.ts +25 -0
- package/lib/PropertyEditorView_combined.d.ts +10 -10
- package/lib/ToolbarVisualModelExport.d.ts +9 -0
- package/lib/VisualModelExport.d.ts +21 -17
- package/lib/igc-column-component.d.ts +9 -1
- package/lib/igc-column-grouping-component.d.ts +8 -4
- package/lib/igc-data-grid-component.d.ts +56 -0
- package/lib/igc-data-grid-pager-component.d.ts +101 -0
- package/lib/igc-data-grid-pager-module.d.ts +3 -0
- package/lib/igc-data-grid-toolbar-component.d.ts +15 -0
- package/lib/igc-horizontal-property-editor-data-source.d.ts +2 -2
- package/lib/igc-multi-column-combo-box-component.d.ts +1 -0
- package/lib/igc-page-changed-event-args.d.ts +20 -0
- package/lib/igc-property-editor-component.d.ts +2 -2
- package/package.json +5 -5
- package/public_api.d.ts +14 -20
- package/esm2015/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -16
- package/esm2015/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
- package/esm2015/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -40
- package/esm2015/lib/PropertyEditorPropertyDescription_combined.js +0 -463
- package/esm2015/lib/PropertyEditorTreeTransformer.js +0 -207
- package/esm2015/lib/PropertyEditorValueType.js +0 -35
- package/esm2015/lib/igc-property-editor-data-source.js +0 -39
- package/esm2015/lib/igc-property-editor-description-object-collection.js +0 -48
- package/esm2015/lib/igc-property-editor-description-object.js +0 -70
- package/esm2015/lib/igc-property-editor-property-description-button-click-event-args.js +0 -24
- package/esm2015/lib/igc-property-editor-property-description-changed-event-args.js +0 -24
- package/esm2015/lib/igc-property-editor-property-description-collection.js +0 -48
- package/esm2015/lib/igc-property-editor-property-description-component.js +0 -372
- package/esm2015/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -42
- package/esm5/lib/PropertyEditorDescriptionObjectCollection.js +0 -7
- package/esm5/lib/PropertyEditorPropertyDescription.js +0 -7
- package/esm5/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -20
- package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +0 -20
- package/esm5/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
- package/esm5/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -54
- package/esm5/lib/PropertyEditorPropertyDescription_combined.js +0 -525
- package/esm5/lib/PropertyEditorTreeTransformer.js +0 -209
- package/esm5/lib/PropertyEditorValueType.js +0 -35
- package/esm5/lib/igc-property-editor-data-source.js +0 -53
- package/esm5/lib/igc-property-editor-description-object-collection.js +0 -53
- package/esm5/lib/igc-property-editor-description-object.js +0 -84
- package/esm5/lib/igc-property-editor-property-description-button-click-event-args.js +0 -30
- package/esm5/lib/igc-property-editor-property-description-changed-event-args.js +0 -30
- package/esm5/lib/igc-property-editor-property-description-collection.js +0 -53
- package/esm5/lib/igc-property-editor-property-description-component.js +0 -445
- package/esm5/lib/igc-property-editor-property-description-module.js +0 -20
- package/esm5/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -60
- package/lib/PropertyEditorDataSource.d.ts +0 -1
- package/lib/PropertyEditorDescriptionObject.d.ts +0 -1
- package/lib/PropertyEditorDescriptionObjectCollection.d.ts +0 -1
- package/lib/PropertyEditorPropertyDescription.d.ts +0 -1
- package/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.d.ts +0 -7
- package/lib/PropertyEditorPropertyDescriptionChangedEventArgs.d.ts +0 -7
- package/lib/PropertyEditorPropertyDescriptionCollection.d.ts +0 -1
- package/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.d.ts +0 -13
- package/lib/PropertyEditorPropertyDescription_combined.d.ts +0 -88
- package/lib/PropertyEditorTreeTransformer.d.ts +0 -17
- package/lib/PropertyEditorValueType.d.ts +0 -28
- package/lib/igc-property-editor-data-source.d.ts +0 -16
- package/lib/igc-property-editor-description-object-collection.d.ts +0 -8
- package/lib/igc-property-editor-description-object.d.ts +0 -17
- package/lib/igc-property-editor-property-description-button-click-event-args.d.ts +0 -12
- package/lib/igc-property-editor-property-description-changed-event-args.d.ts +0 -12
- package/lib/igc-property-editor-property-description-collection.d.ts +0 -8
- package/lib/igc-property-editor-property-description-component.d.ts +0 -65
- package/lib/igc-property-editor-property-description-module.d.ts +0 -3
- package/lib/igc-property-editor-property-description-target-property-updating-event-args.d.ts +0 -15
|
@@ -152,12 +152,12 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
152
152
|
},
|
|
153
153
|
set: function (value) {
|
|
154
154
|
if (typeof value == "string") {
|
|
155
|
-
var
|
|
155
|
+
var int = ColumnWidth_internal.parse(value);
|
|
156
156
|
var ext = new IgcColumnWidth();
|
|
157
|
-
ext._implementation =
|
|
157
|
+
ext._implementation = int;
|
|
158
158
|
value = ext;
|
|
159
159
|
}
|
|
160
|
-
else {
|
|
160
|
+
else if (typeof value == "number") {
|
|
161
161
|
var int = ColumnWidth_internal.parse(value.toString());
|
|
162
162
|
var ext = new IgcColumnWidth();
|
|
163
163
|
ext._implementation = int;
|
|
@@ -168,6 +168,12 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
168
168
|
enumerable: true,
|
|
169
169
|
configurable: true
|
|
170
170
|
});
|
|
171
|
+
IgcMultiColumnComboBoxComponent.prototype.attributeSynced = function (name, value) {
|
|
172
|
+
// an attribute was set by the component renderer.
|
|
173
|
+
if (name === 'name') {
|
|
174
|
+
this.i.setName(value);
|
|
175
|
+
}
|
|
176
|
+
};
|
|
171
177
|
IgcMultiColumnComboBoxComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
|
|
172
178
|
this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
|
|
173
179
|
};
|
|
@@ -261,11 +267,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
261
267
|
* Gets or sets the background color to use for the input group.
|
|
262
268
|
*/
|
|
263
269
|
get: function () {
|
|
264
|
-
return brushToString(this.i.
|
|
270
|
+
return brushToString(this.i.hj);
|
|
265
271
|
},
|
|
266
272
|
set: function (v) {
|
|
267
|
-
this.i.
|
|
268
|
-
this._a("backgroundColor", brushToString(this.i.
|
|
273
|
+
this.i.hj = stringToBrush(v);
|
|
274
|
+
this._a("backgroundColor", brushToString(this.i.hj));
|
|
269
275
|
},
|
|
270
276
|
enumerable: true,
|
|
271
277
|
configurable: true
|
|
@@ -275,11 +281,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
275
281
|
* Gets the actual opacity to use for the underline ripple element.
|
|
276
282
|
*/
|
|
277
283
|
get: function () {
|
|
278
|
-
return brushToString(this.i.
|
|
284
|
+
return brushToString(this.i.g8);
|
|
279
285
|
},
|
|
280
286
|
set: function (v) {
|
|
281
|
-
this.i.
|
|
282
|
-
this._a("actualBackgroundColor", brushToString(this.i.
|
|
287
|
+
this.i.g8 = stringToBrush(v);
|
|
288
|
+
this._a("actualBackgroundColor", brushToString(this.i.g8));
|
|
283
289
|
},
|
|
284
290
|
enumerable: true,
|
|
285
291
|
configurable: true
|
|
@@ -317,11 +323,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
317
323
|
* Gets or sets the color to use the border of the input group.
|
|
318
324
|
*/
|
|
319
325
|
get: function () {
|
|
320
|
-
return brushToString(this.i.
|
|
326
|
+
return brushToString(this.i.hk);
|
|
321
327
|
},
|
|
322
328
|
set: function (v) {
|
|
323
|
-
this.i.
|
|
324
|
-
this._a("borderColor", brushToString(this.i.
|
|
329
|
+
this.i.hk = stringToBrush(v);
|
|
330
|
+
this._a("borderColor", brushToString(this.i.hk));
|
|
325
331
|
},
|
|
326
332
|
enumerable: true,
|
|
327
333
|
configurable: true
|
|
@@ -331,11 +337,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
331
337
|
* Gets the actual item background color.
|
|
332
338
|
*/
|
|
333
339
|
get: function () {
|
|
334
|
-
return brushToString(this.i.
|
|
340
|
+
return brushToString(this.i.g9);
|
|
335
341
|
},
|
|
336
342
|
set: function (v) {
|
|
337
|
-
this.i.
|
|
338
|
-
this._a("actualBorderColor", brushToString(this.i.
|
|
343
|
+
this.i.g9 = stringToBrush(v);
|
|
344
|
+
this._a("actualBorderColor", brushToString(this.i.g9));
|
|
339
345
|
},
|
|
340
346
|
enumerable: true,
|
|
341
347
|
configurable: true
|
|
@@ -384,235 +390,235 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
384
390
|
});
|
|
385
391
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "contentPaddingBottom", {
|
|
386
392
|
get: function () {
|
|
387
|
-
return this.i.
|
|
393
|
+
return this.i.h8 ? this.i.h8.bottom : NaN;
|
|
388
394
|
},
|
|
389
395
|
set: function (v) {
|
|
390
396
|
this.ensureContentPadding();
|
|
391
|
-
this.i.
|
|
392
|
-
this._a("contentPaddingBottom", this.i.
|
|
393
|
-
this.i.
|
|
397
|
+
this.i.h8.bottom = +v;
|
|
398
|
+
this._a("contentPaddingBottom", this.i.h8.bottom);
|
|
399
|
+
this.i.h8 = this.i.h8;
|
|
394
400
|
},
|
|
395
401
|
enumerable: true,
|
|
396
402
|
configurable: true
|
|
397
403
|
});
|
|
398
404
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "contentPaddingLeft", {
|
|
399
405
|
get: function () {
|
|
400
|
-
return this.i.
|
|
406
|
+
return this.i.h8 ? this.i.h8.left : NaN;
|
|
401
407
|
},
|
|
402
408
|
set: function (v) {
|
|
403
409
|
this.ensureContentPadding();
|
|
404
|
-
this.i.
|
|
405
|
-
this._a("contentPaddingLeft", this.i.
|
|
406
|
-
this.i.
|
|
410
|
+
this.i.h8.left = +v;
|
|
411
|
+
this._a("contentPaddingLeft", this.i.h8.left);
|
|
412
|
+
this.i.h8 = this.i.h8;
|
|
407
413
|
},
|
|
408
414
|
enumerable: true,
|
|
409
415
|
configurable: true
|
|
410
416
|
});
|
|
411
417
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "contentPaddingRight", {
|
|
412
418
|
get: function () {
|
|
413
|
-
return this.i.
|
|
419
|
+
return this.i.h8 ? this.i.h8.right : NaN;
|
|
414
420
|
},
|
|
415
421
|
set: function (v) {
|
|
416
422
|
this.ensureContentPadding();
|
|
417
|
-
this.i.
|
|
418
|
-
this._a("contentPaddingRight", this.i.
|
|
419
|
-
this.i.
|
|
423
|
+
this.i.h8.right = +v;
|
|
424
|
+
this._a("contentPaddingRight", this.i.h8.right);
|
|
425
|
+
this.i.h8 = this.i.h8;
|
|
420
426
|
},
|
|
421
427
|
enumerable: true,
|
|
422
428
|
configurable: true
|
|
423
429
|
});
|
|
424
430
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "contentPaddingTop", {
|
|
425
431
|
get: function () {
|
|
426
|
-
return this.i.
|
|
432
|
+
return this.i.h8 ? this.i.h8.top : NaN;
|
|
427
433
|
},
|
|
428
434
|
set: function (v) {
|
|
429
435
|
this.ensureContentPadding();
|
|
430
|
-
this.i.
|
|
431
|
-
this._a("contentPaddingTop", this.i.
|
|
432
|
-
this.i.
|
|
436
|
+
this.i.h8.top = +v;
|
|
437
|
+
this._a("contentPaddingTop", this.i.h8.top);
|
|
438
|
+
this.i.h8 = this.i.h8;
|
|
433
439
|
},
|
|
434
440
|
enumerable: true,
|
|
435
441
|
configurable: true
|
|
436
442
|
});
|
|
437
443
|
IgcMultiColumnComboBoxComponent.prototype.ensureContentPadding = function () {
|
|
438
|
-
if (this.i.
|
|
444
|
+
if (this.i.h8) {
|
|
439
445
|
return;
|
|
440
446
|
}
|
|
441
|
-
this.i.
|
|
447
|
+
this.i.h8 = new Thickness(2);
|
|
442
448
|
};
|
|
443
449
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "actualContentPaddingBottom", {
|
|
444
450
|
get: function () {
|
|
445
|
-
return this.i.
|
|
451
|
+
return this.i.h7 ? this.i.h7.bottom : NaN;
|
|
446
452
|
},
|
|
447
453
|
set: function (v) {
|
|
448
454
|
this.ensureActualContentPadding();
|
|
449
|
-
this.i.
|
|
450
|
-
this._a("actualContentPaddingBottom", this.i.
|
|
451
|
-
this.i.
|
|
455
|
+
this.i.h7.bottom = +v;
|
|
456
|
+
this._a("actualContentPaddingBottom", this.i.h7.bottom);
|
|
457
|
+
this.i.h7 = this.i.h7;
|
|
452
458
|
},
|
|
453
459
|
enumerable: true,
|
|
454
460
|
configurable: true
|
|
455
461
|
});
|
|
456
462
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "actualContentPaddingLeft", {
|
|
457
463
|
get: function () {
|
|
458
|
-
return this.i.
|
|
464
|
+
return this.i.h7 ? this.i.h7.left : NaN;
|
|
459
465
|
},
|
|
460
466
|
set: function (v) {
|
|
461
467
|
this.ensureActualContentPadding();
|
|
462
|
-
this.i.
|
|
463
|
-
this._a("actualContentPaddingLeft", this.i.
|
|
464
|
-
this.i.
|
|
468
|
+
this.i.h7.left = +v;
|
|
469
|
+
this._a("actualContentPaddingLeft", this.i.h7.left);
|
|
470
|
+
this.i.h7 = this.i.h7;
|
|
465
471
|
},
|
|
466
472
|
enumerable: true,
|
|
467
473
|
configurable: true
|
|
468
474
|
});
|
|
469
475
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "actualContentPaddingRight", {
|
|
470
476
|
get: function () {
|
|
471
|
-
return this.i.
|
|
477
|
+
return this.i.h7 ? this.i.h7.right : NaN;
|
|
472
478
|
},
|
|
473
479
|
set: function (v) {
|
|
474
480
|
this.ensureActualContentPadding();
|
|
475
|
-
this.i.
|
|
476
|
-
this._a("actualContentPaddingRight", this.i.
|
|
477
|
-
this.i.
|
|
481
|
+
this.i.h7.right = +v;
|
|
482
|
+
this._a("actualContentPaddingRight", this.i.h7.right);
|
|
483
|
+
this.i.h7 = this.i.h7;
|
|
478
484
|
},
|
|
479
485
|
enumerable: true,
|
|
480
486
|
configurable: true
|
|
481
487
|
});
|
|
482
488
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "actualContentPaddingTop", {
|
|
483
489
|
get: function () {
|
|
484
|
-
return this.i.
|
|
490
|
+
return this.i.h7 ? this.i.h7.top : NaN;
|
|
485
491
|
},
|
|
486
492
|
set: function (v) {
|
|
487
493
|
this.ensureActualContentPadding();
|
|
488
|
-
this.i.
|
|
489
|
-
this._a("actualContentPaddingTop", this.i.
|
|
490
|
-
this.i.
|
|
494
|
+
this.i.h7.top = +v;
|
|
495
|
+
this._a("actualContentPaddingTop", this.i.h7.top);
|
|
496
|
+
this.i.h7 = this.i.h7;
|
|
491
497
|
},
|
|
492
498
|
enumerable: true,
|
|
493
499
|
configurable: true
|
|
494
500
|
});
|
|
495
501
|
IgcMultiColumnComboBoxComponent.prototype.ensureActualContentPadding = function () {
|
|
496
|
-
if (this.i.
|
|
502
|
+
if (this.i.h7) {
|
|
497
503
|
return;
|
|
498
504
|
}
|
|
499
|
-
this.i.
|
|
505
|
+
this.i.h7 = new Thickness(2);
|
|
500
506
|
};
|
|
501
507
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "cornerRadiusBottomRight", {
|
|
502
508
|
get: function () {
|
|
503
|
-
return this.i.
|
|
509
|
+
return this.i.gk ? this.i.gk.b : NaN;
|
|
504
510
|
},
|
|
505
511
|
set: function (v) {
|
|
506
512
|
this.ensureCornerRadius();
|
|
507
|
-
this.i.
|
|
508
|
-
this._a("cornerRadiusBottomRight", this.i.
|
|
509
|
-
this.i.
|
|
513
|
+
this.i.gk.b = +v;
|
|
514
|
+
this._a("cornerRadiusBottomRight", this.i.gk.b);
|
|
515
|
+
this.i.gk = this.i.gk;
|
|
510
516
|
},
|
|
511
517
|
enumerable: true,
|
|
512
518
|
configurable: true
|
|
513
519
|
});
|
|
514
520
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "cornerRadiusBottomLeft", {
|
|
515
521
|
get: function () {
|
|
516
|
-
return this.i.
|
|
522
|
+
return this.i.gk ? this.i.gk.a : NaN;
|
|
517
523
|
},
|
|
518
524
|
set: function (v) {
|
|
519
525
|
this.ensureCornerRadius();
|
|
520
|
-
this.i.
|
|
521
|
-
this._a("cornerRadiusBottomLeft", this.i.
|
|
522
|
-
this.i.
|
|
526
|
+
this.i.gk.a = +v;
|
|
527
|
+
this._a("cornerRadiusBottomLeft", this.i.gk.a);
|
|
528
|
+
this.i.gk = this.i.gk;
|
|
523
529
|
},
|
|
524
530
|
enumerable: true,
|
|
525
531
|
configurable: true
|
|
526
532
|
});
|
|
527
533
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "cornerRadiusTopLeft", {
|
|
528
534
|
get: function () {
|
|
529
|
-
return this.i.
|
|
535
|
+
return this.i.gk ? this.i.gk.c : NaN;
|
|
530
536
|
},
|
|
531
537
|
set: function (v) {
|
|
532
538
|
this.ensureCornerRadius();
|
|
533
|
-
this.i.
|
|
534
|
-
this._a("cornerRadiusTopLeft", this.i.
|
|
535
|
-
this.i.
|
|
539
|
+
this.i.gk.c = +v;
|
|
540
|
+
this._a("cornerRadiusTopLeft", this.i.gk.c);
|
|
541
|
+
this.i.gk = this.i.gk;
|
|
536
542
|
},
|
|
537
543
|
enumerable: true,
|
|
538
544
|
configurable: true
|
|
539
545
|
});
|
|
540
546
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "cornerRadiusTopRight", {
|
|
541
547
|
get: function () {
|
|
542
|
-
return this.i.
|
|
548
|
+
return this.i.gk ? this.i.gk.d : NaN;
|
|
543
549
|
},
|
|
544
550
|
set: function (v) {
|
|
545
551
|
this.ensureCornerRadius();
|
|
546
|
-
this.i.
|
|
547
|
-
this._a("cornerRadiusTopRight", this.i.
|
|
548
|
-
this.i.
|
|
552
|
+
this.i.gk.d = +v;
|
|
553
|
+
this._a("cornerRadiusTopRight", this.i.gk.d);
|
|
554
|
+
this.i.gk = this.i.gk;
|
|
549
555
|
},
|
|
550
556
|
enumerable: true,
|
|
551
557
|
configurable: true
|
|
552
558
|
});
|
|
553
559
|
IgcMultiColumnComboBoxComponent.prototype.ensureCornerRadius = function () {
|
|
554
|
-
if (this.i.
|
|
560
|
+
if (this.i.gk) {
|
|
555
561
|
return;
|
|
556
562
|
}
|
|
557
|
-
this.i.
|
|
563
|
+
this.i.gk = new CornerRadius(2);
|
|
558
564
|
};
|
|
559
565
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "actualCornerRadiusBottomRight", {
|
|
560
566
|
get: function () {
|
|
561
|
-
return this.i.
|
|
567
|
+
return this.i.gj ? this.i.gj.b : NaN;
|
|
562
568
|
},
|
|
563
569
|
set: function (v) {
|
|
564
570
|
this.ensureActualCornerRadius();
|
|
565
|
-
this.i.
|
|
566
|
-
this._a("actualCornerRadiusBottomRight", this.i.
|
|
567
|
-
this.i.
|
|
571
|
+
this.i.gj.b = +v;
|
|
572
|
+
this._a("actualCornerRadiusBottomRight", this.i.gj.b);
|
|
573
|
+
this.i.gj = this.i.gj;
|
|
568
574
|
},
|
|
569
575
|
enumerable: true,
|
|
570
576
|
configurable: true
|
|
571
577
|
});
|
|
572
578
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "actualCornerRadiusBottomLeft", {
|
|
573
579
|
get: function () {
|
|
574
|
-
return this.i.
|
|
580
|
+
return this.i.gj ? this.i.gj.a : NaN;
|
|
575
581
|
},
|
|
576
582
|
set: function (v) {
|
|
577
583
|
this.ensureActualCornerRadius();
|
|
578
|
-
this.i.
|
|
579
|
-
this._a("actualCornerRadiusBottomLeft", this.i.
|
|
580
|
-
this.i.
|
|
584
|
+
this.i.gj.a = +v;
|
|
585
|
+
this._a("actualCornerRadiusBottomLeft", this.i.gj.a);
|
|
586
|
+
this.i.gj = this.i.gj;
|
|
581
587
|
},
|
|
582
588
|
enumerable: true,
|
|
583
589
|
configurable: true
|
|
584
590
|
});
|
|
585
591
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "actualCornerRadiusTopLeft", {
|
|
586
592
|
get: function () {
|
|
587
|
-
return this.i.
|
|
593
|
+
return this.i.gj ? this.i.gj.c : NaN;
|
|
588
594
|
},
|
|
589
595
|
set: function (v) {
|
|
590
596
|
this.ensureActualCornerRadius();
|
|
591
|
-
this.i.
|
|
592
|
-
this._a("actualCornerRadiusTopLeft", this.i.
|
|
593
|
-
this.i.
|
|
597
|
+
this.i.gj.c = +v;
|
|
598
|
+
this._a("actualCornerRadiusTopLeft", this.i.gj.c);
|
|
599
|
+
this.i.gj = this.i.gj;
|
|
594
600
|
},
|
|
595
601
|
enumerable: true,
|
|
596
602
|
configurable: true
|
|
597
603
|
});
|
|
598
604
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "actualCornerRadiusTopRight", {
|
|
599
605
|
get: function () {
|
|
600
|
-
return this.i.
|
|
606
|
+
return this.i.gj ? this.i.gj.d : NaN;
|
|
601
607
|
},
|
|
602
608
|
set: function (v) {
|
|
603
609
|
this.ensureActualCornerRadius();
|
|
604
|
-
this.i.
|
|
605
|
-
this._a("actualCornerRadiusTopRight", this.i.
|
|
606
|
-
this.i.
|
|
610
|
+
this.i.gj.d = +v;
|
|
611
|
+
this._a("actualCornerRadiusTopRight", this.i.gj.d);
|
|
612
|
+
this.i.gj = this.i.gj;
|
|
607
613
|
},
|
|
608
614
|
enumerable: true,
|
|
609
615
|
configurable: true
|
|
610
616
|
});
|
|
611
617
|
IgcMultiColumnComboBoxComponent.prototype.ensureActualCornerRadius = function () {
|
|
612
|
-
if (this.i.
|
|
618
|
+
if (this.i.gj) {
|
|
613
619
|
return;
|
|
614
620
|
}
|
|
615
|
-
this.i.
|
|
621
|
+
this.i.gj = new CornerRadius(2);
|
|
616
622
|
};
|
|
617
623
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "dataSourceDesiredProperties", {
|
|
618
624
|
/**
|
|
@@ -678,11 +684,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
678
684
|
* Gets or sets the color to use the hovered background of the inputs in the group.
|
|
679
685
|
*/
|
|
680
686
|
get: function () {
|
|
681
|
-
return brushToString(this.i.
|
|
687
|
+
return brushToString(this.i.hw);
|
|
682
688
|
},
|
|
683
689
|
set: function (v) {
|
|
684
|
-
this.i.
|
|
685
|
-
this._a("focusBorderColor", brushToString(this.i.
|
|
690
|
+
this.i.hw = stringToBrush(v);
|
|
691
|
+
this._a("focusBorderColor", brushToString(this.i.hw));
|
|
686
692
|
},
|
|
687
693
|
enumerable: true,
|
|
688
694
|
configurable: true
|
|
@@ -692,11 +698,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
692
698
|
* Gets the actual item border color.
|
|
693
699
|
*/
|
|
694
700
|
get: function () {
|
|
695
|
-
return brushToString(this.i.
|
|
701
|
+
return brushToString(this.i.ha);
|
|
696
702
|
},
|
|
697
703
|
set: function (v) {
|
|
698
|
-
this.i.
|
|
699
|
-
this._a("actualFocusBorderColor", brushToString(this.i.
|
|
704
|
+
this.i.ha = stringToBrush(v);
|
|
705
|
+
this._a("actualFocusBorderColor", brushToString(this.i.ha));
|
|
700
706
|
},
|
|
701
707
|
enumerable: true,
|
|
702
708
|
configurable: true
|
|
@@ -734,11 +740,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
734
740
|
* Gets or sets the color to use for the underline element.
|
|
735
741
|
*/
|
|
736
742
|
get: function () {
|
|
737
|
-
return brushToString(this.i.
|
|
743
|
+
return brushToString(this.i.hx);
|
|
738
744
|
},
|
|
739
745
|
set: function (v) {
|
|
740
|
-
this.i.
|
|
741
|
-
this._a("focusUnderlineColor", brushToString(this.i.
|
|
746
|
+
this.i.hx = stringToBrush(v);
|
|
747
|
+
this._a("focusUnderlineColor", brushToString(this.i.hx));
|
|
742
748
|
},
|
|
743
749
|
enumerable: true,
|
|
744
750
|
configurable: true
|
|
@@ -748,11 +754,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
748
754
|
* Gets the actual color to use for the underline element when focused.
|
|
749
755
|
*/
|
|
750
756
|
get: function () {
|
|
751
|
-
return brushToString(this.i.
|
|
757
|
+
return brushToString(this.i.hb);
|
|
752
758
|
},
|
|
753
759
|
set: function (v) {
|
|
754
|
-
this.i.
|
|
755
|
-
this._a("actualFocusUnderlineColor", brushToString(this.i.
|
|
760
|
+
this.i.hb = stringToBrush(v);
|
|
761
|
+
this._a("actualFocusUnderlineColor", brushToString(this.i.hb));
|
|
756
762
|
},
|
|
757
763
|
enumerable: true,
|
|
758
764
|
configurable: true
|
|
@@ -818,11 +824,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
818
824
|
* Gets or sets the color to use for the underline element.
|
|
819
825
|
*/
|
|
820
826
|
get: function () {
|
|
821
|
-
return brushToString(this.i.
|
|
827
|
+
return brushToString(this.i.hy);
|
|
822
828
|
},
|
|
823
829
|
set: function (v) {
|
|
824
|
-
this.i.
|
|
825
|
-
this._a("hoverUnderlineColor", brushToString(this.i.
|
|
830
|
+
this.i.hy = stringToBrush(v);
|
|
831
|
+
this._a("hoverUnderlineColor", brushToString(this.i.hy));
|
|
826
832
|
},
|
|
827
833
|
enumerable: true,
|
|
828
834
|
configurable: true
|
|
@@ -832,11 +838,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
832
838
|
* Gets the actual color to use for the underline element.
|
|
833
839
|
*/
|
|
834
840
|
get: function () {
|
|
835
|
-
return brushToString(this.i.
|
|
841
|
+
return brushToString(this.i.hc);
|
|
836
842
|
},
|
|
837
843
|
set: function (v) {
|
|
838
|
-
this.i.
|
|
839
|
-
this._a("actualHoverUnderlineColor", brushToString(this.i.
|
|
844
|
+
this.i.hc = stringToBrush(v);
|
|
845
|
+
this._a("actualHoverUnderlineColor", brushToString(this.i.hc));
|
|
840
846
|
},
|
|
841
847
|
enumerable: true,
|
|
842
848
|
configurable: true
|
|
@@ -939,11 +945,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
939
945
|
* Gets or sets the color to use for the text.
|
|
940
946
|
*/
|
|
941
947
|
get: function () {
|
|
942
|
-
return brushToString(this.i.
|
|
948
|
+
return brushToString(this.i.hz);
|
|
943
949
|
},
|
|
944
950
|
set: function (v) {
|
|
945
|
-
this.i.
|
|
946
|
-
this._a("labelTextColor", brushToString(this.i.
|
|
951
|
+
this.i.hz = stringToBrush(v);
|
|
952
|
+
this._a("labelTextColor", brushToString(this.i.hz));
|
|
947
953
|
},
|
|
948
954
|
enumerable: true,
|
|
949
955
|
configurable: true
|
|
@@ -953,11 +959,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
953
959
|
* Gets the actual color to use for the text color.
|
|
954
960
|
*/
|
|
955
961
|
get: function () {
|
|
956
|
-
return brushToString(this.i.
|
|
962
|
+
return brushToString(this.i.hd);
|
|
957
963
|
},
|
|
958
964
|
set: function (v) {
|
|
959
|
-
this.i.
|
|
960
|
-
this._a("actualLabelTextColor", brushToString(this.i.
|
|
965
|
+
this.i.hd = stringToBrush(v);
|
|
966
|
+
this._a("actualLabelTextColor", brushToString(this.i.hd));
|
|
961
967
|
},
|
|
962
968
|
enumerable: true,
|
|
963
969
|
configurable: true
|
|
@@ -1026,11 +1032,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1026
1032
|
* Gets or sets the color to use for the "no matches found" label.
|
|
1027
1033
|
*/
|
|
1028
1034
|
get: function () {
|
|
1029
|
-
return brushToString(this.i.
|
|
1035
|
+
return brushToString(this.i.h0);
|
|
1030
1036
|
},
|
|
1031
1037
|
set: function (v) {
|
|
1032
|
-
this.i.
|
|
1033
|
-
this._a("noMatchesFoundLabelBackgroundColor", brushToString(this.i.
|
|
1038
|
+
this.i.h0 = stringToBrush(v);
|
|
1039
|
+
this._a("noMatchesFoundLabelBackgroundColor", brushToString(this.i.h0));
|
|
1034
1040
|
},
|
|
1035
1041
|
enumerable: true,
|
|
1036
1042
|
configurable: true
|
|
@@ -1040,11 +1046,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1040
1046
|
* Gets the actual color to use for the "no matches found" label.
|
|
1041
1047
|
*/
|
|
1042
1048
|
get: function () {
|
|
1043
|
-
return brushToString(this.i.
|
|
1049
|
+
return brushToString(this.i.he);
|
|
1044
1050
|
},
|
|
1045
1051
|
set: function (v) {
|
|
1046
|
-
this.i.
|
|
1047
|
-
this._a("actualNoMatchesFoundLabelBackgroundColor", brushToString(this.i.
|
|
1052
|
+
this.i.he = stringToBrush(v);
|
|
1053
|
+
this._a("actualNoMatchesFoundLabelBackgroundColor", brushToString(this.i.he));
|
|
1048
1054
|
},
|
|
1049
1055
|
enumerable: true,
|
|
1050
1056
|
configurable: true
|
|
@@ -1054,11 +1060,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1054
1060
|
* Gets or sets the color to use for the "no matches found" label.
|
|
1055
1061
|
*/
|
|
1056
1062
|
get: function () {
|
|
1057
|
-
return brushToString(this.i.
|
|
1063
|
+
return brushToString(this.i.h1);
|
|
1058
1064
|
},
|
|
1059
1065
|
set: function (v) {
|
|
1060
|
-
this.i.
|
|
1061
|
-
this._a("noMatchesFoundLabelTextColor", brushToString(this.i.
|
|
1066
|
+
this.i.h1 = stringToBrush(v);
|
|
1067
|
+
this._a("noMatchesFoundLabelTextColor", brushToString(this.i.h1));
|
|
1062
1068
|
},
|
|
1063
1069
|
enumerable: true,
|
|
1064
1070
|
configurable: true
|
|
@@ -1068,11 +1074,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1068
1074
|
* Gets the actual color to use for the "no matches found" label.
|
|
1069
1075
|
*/
|
|
1070
1076
|
get: function () {
|
|
1071
|
-
return brushToString(this.i.
|
|
1077
|
+
return brushToString(this.i.hf);
|
|
1072
1078
|
},
|
|
1073
1079
|
set: function (v) {
|
|
1074
|
-
this.i.
|
|
1075
|
-
this._a("actualNoMatchesFoundLabelTextColor", brushToString(this.i.
|
|
1080
|
+
this.i.hf = stringToBrush(v);
|
|
1081
|
+
this._a("actualNoMatchesFoundLabelTextColor", brushToString(this.i.hf));
|
|
1076
1082
|
},
|
|
1077
1083
|
enumerable: true,
|
|
1078
1084
|
configurable: true
|
|
@@ -1128,11 +1134,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1128
1134
|
* Gets or sets the color to use for the text.
|
|
1129
1135
|
*/
|
|
1130
1136
|
get: function () {
|
|
1131
|
-
return brushToString(this.i.
|
|
1137
|
+
return brushToString(this.i.h2);
|
|
1132
1138
|
},
|
|
1133
1139
|
set: function (v) {
|
|
1134
|
-
this.i.
|
|
1135
|
-
this._a("textColor", brushToString(this.i.
|
|
1140
|
+
this.i.h2 = stringToBrush(v);
|
|
1141
|
+
this._a("textColor", brushToString(this.i.h2));
|
|
1136
1142
|
},
|
|
1137
1143
|
enumerable: true,
|
|
1138
1144
|
configurable: true
|
|
@@ -1142,11 +1148,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1142
1148
|
* Gets the actual color to use for the text color.
|
|
1143
1149
|
*/
|
|
1144
1150
|
get: function () {
|
|
1145
|
-
return brushToString(this.i.
|
|
1151
|
+
return brushToString(this.i.hg);
|
|
1146
1152
|
},
|
|
1147
1153
|
set: function (v) {
|
|
1148
|
-
this.i.
|
|
1149
|
-
this._a("actualTextColor", brushToString(this.i.
|
|
1154
|
+
this.i.hg = stringToBrush(v);
|
|
1155
|
+
this._a("actualTextColor", brushToString(this.i.hg));
|
|
1150
1156
|
},
|
|
1151
1157
|
enumerable: true,
|
|
1152
1158
|
configurable: true
|
|
@@ -1175,11 +1181,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1175
1181
|
* Gets or sets the color to use for the underline element.
|
|
1176
1182
|
*/
|
|
1177
1183
|
get: function () {
|
|
1178
|
-
return brushToString(this.i.
|
|
1184
|
+
return brushToString(this.i.h3);
|
|
1179
1185
|
},
|
|
1180
1186
|
set: function (v) {
|
|
1181
|
-
this.i.
|
|
1182
|
-
this._a("underlineColor", brushToString(this.i.
|
|
1187
|
+
this.i.h3 = stringToBrush(v);
|
|
1188
|
+
this._a("underlineColor", brushToString(this.i.h3));
|
|
1183
1189
|
},
|
|
1184
1190
|
enumerable: true,
|
|
1185
1191
|
configurable: true
|
|
@@ -1189,11 +1195,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1189
1195
|
* Gets the actual color to use for the underline element.
|
|
1190
1196
|
*/
|
|
1191
1197
|
get: function () {
|
|
1192
|
-
return brushToString(this.i.
|
|
1198
|
+
return brushToString(this.i.hh);
|
|
1193
1199
|
},
|
|
1194
1200
|
set: function (v) {
|
|
1195
|
-
this.i.
|
|
1196
|
-
this._a("actualUnderlineColor", brushToString(this.i.
|
|
1201
|
+
this.i.hh = stringToBrush(v);
|
|
1202
|
+
this._a("actualUnderlineColor", brushToString(this.i.hh));
|
|
1197
1203
|
},
|
|
1198
1204
|
enumerable: true,
|
|
1199
1205
|
configurable: true
|
|
@@ -1231,11 +1237,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1231
1237
|
* Gets or sets the color to use for the underline ripple element.
|
|
1232
1238
|
*/
|
|
1233
1239
|
get: function () {
|
|
1234
|
-
return brushToString(this.i.
|
|
1240
|
+
return brushToString(this.i.h4);
|
|
1235
1241
|
},
|
|
1236
1242
|
set: function (v) {
|
|
1237
|
-
this.i.
|
|
1238
|
-
this._a("underlineRippleColor", brushToString(this.i.
|
|
1243
|
+
this.i.h4 = stringToBrush(v);
|
|
1244
|
+
this._a("underlineRippleColor", brushToString(this.i.h4));
|
|
1239
1245
|
},
|
|
1240
1246
|
enumerable: true,
|
|
1241
1247
|
configurable: true
|
|
@@ -1245,11 +1251,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1245
1251
|
* Gets the actual color to use for the underline ripple element.
|
|
1246
1252
|
*/
|
|
1247
1253
|
get: function () {
|
|
1248
|
-
return brushToString(this.i.
|
|
1254
|
+
return brushToString(this.i.hi);
|
|
1249
1255
|
},
|
|
1250
1256
|
set: function (v) {
|
|
1251
|
-
this.i.
|
|
1252
|
-
this._a("actualUnderlineRippleColor", brushToString(this.i.
|
|
1257
|
+
this.i.hi = stringToBrush(v);
|
|
1258
|
+
this._a("actualUnderlineRippleColor", brushToString(this.i.hi));
|
|
1253
1259
|
},
|
|
1254
1260
|
enumerable: true,
|
|
1255
1261
|
configurable: true
|