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
|
@@ -142,14 +142,20 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
|
|
|
142
142
|
ext._implementation = int;
|
|
143
143
|
value = ext;
|
|
144
144
|
}
|
|
145
|
-
else {
|
|
146
|
-
|
|
145
|
+
else if (typeof value == "number") {
|
|
146
|
+
let int = ColumnWidth_internal.parse(value.toString());
|
|
147
147
|
let ext = new IgcColumnWidth();
|
|
148
148
|
ext._implementation = int;
|
|
149
149
|
value = ext;
|
|
150
150
|
}
|
|
151
151
|
this.i.defaultColumnWidth = value.i;
|
|
152
152
|
}
|
|
153
|
+
attributeSynced(name, value) {
|
|
154
|
+
// an attribute was set by the component renderer.
|
|
155
|
+
if (name === 'name') {
|
|
156
|
+
this.i.setName(value);
|
|
157
|
+
}
|
|
158
|
+
}
|
|
153
159
|
_enqueueSetAttribute(attrName, attrValue) {
|
|
154
160
|
this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
|
|
155
161
|
}
|
|
@@ -230,21 +236,21 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
|
|
|
230
236
|
* Gets or sets the background color to use for the input group.
|
|
231
237
|
*/
|
|
232
238
|
get backgroundColor() {
|
|
233
|
-
return brushToString(this.i.
|
|
239
|
+
return brushToString(this.i.hj);
|
|
234
240
|
}
|
|
235
241
|
set backgroundColor(v) {
|
|
236
|
-
this.i.
|
|
237
|
-
this._a("backgroundColor", brushToString(this.i.
|
|
242
|
+
this.i.hj = stringToBrush(v);
|
|
243
|
+
this._a("backgroundColor", brushToString(this.i.hj));
|
|
238
244
|
}
|
|
239
245
|
/**
|
|
240
246
|
* Gets the actual opacity to use for the underline ripple element.
|
|
241
247
|
*/
|
|
242
248
|
get actualBackgroundColor() {
|
|
243
|
-
return brushToString(this.i.
|
|
249
|
+
return brushToString(this.i.g8);
|
|
244
250
|
}
|
|
245
251
|
set actualBackgroundColor(v) {
|
|
246
|
-
this.i.
|
|
247
|
-
this._a("actualBackgroundColor", brushToString(this.i.
|
|
252
|
+
this.i.g8 = stringToBrush(v);
|
|
253
|
+
this._a("actualBackgroundColor", brushToString(this.i.g8));
|
|
248
254
|
}
|
|
249
255
|
/**
|
|
250
256
|
* Gets or sets the base built in theme to use for the component.
|
|
@@ -270,21 +276,21 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
|
|
|
270
276
|
* Gets or sets the color to use the border of the input group.
|
|
271
277
|
*/
|
|
272
278
|
get borderColor() {
|
|
273
|
-
return brushToString(this.i.
|
|
279
|
+
return brushToString(this.i.hk);
|
|
274
280
|
}
|
|
275
281
|
set borderColor(v) {
|
|
276
|
-
this.i.
|
|
277
|
-
this._a("borderColor", brushToString(this.i.
|
|
282
|
+
this.i.hk = stringToBrush(v);
|
|
283
|
+
this._a("borderColor", brushToString(this.i.hk));
|
|
278
284
|
}
|
|
279
285
|
/**
|
|
280
286
|
* Gets the actual item background color.
|
|
281
287
|
*/
|
|
282
288
|
get actualBorderColor() {
|
|
283
|
-
return brushToString(this.i.
|
|
289
|
+
return brushToString(this.i.g9);
|
|
284
290
|
}
|
|
285
291
|
set actualBorderColor(v) {
|
|
286
|
-
this.i.
|
|
287
|
-
this._a("actualBorderColor", brushToString(this.i.
|
|
292
|
+
this.i.g9 = stringToBrush(v);
|
|
293
|
+
this._a("actualBorderColor", brushToString(this.i.g9));
|
|
288
294
|
}
|
|
289
295
|
/**
|
|
290
296
|
* Gets or sets the border width to use for the border of the item group.
|
|
@@ -317,172 +323,172 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
|
|
|
317
323
|
this._a("columnHeadersVisible", this.i.columnHeadersVisible);
|
|
318
324
|
}
|
|
319
325
|
get contentPaddingBottom() {
|
|
320
|
-
return this.i.
|
|
326
|
+
return this.i.h8 ? this.i.h8.bottom : NaN;
|
|
321
327
|
}
|
|
322
328
|
set contentPaddingBottom(v) {
|
|
323
329
|
this.ensureContentPadding();
|
|
324
|
-
this.i.
|
|
325
|
-
this._a("contentPaddingBottom", this.i.
|
|
326
|
-
this.i.
|
|
330
|
+
this.i.h8.bottom = +v;
|
|
331
|
+
this._a("contentPaddingBottom", this.i.h8.bottom);
|
|
332
|
+
this.i.h8 = this.i.h8;
|
|
327
333
|
}
|
|
328
334
|
get contentPaddingLeft() {
|
|
329
|
-
return this.i.
|
|
335
|
+
return this.i.h8 ? this.i.h8.left : NaN;
|
|
330
336
|
}
|
|
331
337
|
set contentPaddingLeft(v) {
|
|
332
338
|
this.ensureContentPadding();
|
|
333
|
-
this.i.
|
|
334
|
-
this._a("contentPaddingLeft", this.i.
|
|
335
|
-
this.i.
|
|
339
|
+
this.i.h8.left = +v;
|
|
340
|
+
this._a("contentPaddingLeft", this.i.h8.left);
|
|
341
|
+
this.i.h8 = this.i.h8;
|
|
336
342
|
}
|
|
337
343
|
get contentPaddingRight() {
|
|
338
|
-
return this.i.
|
|
344
|
+
return this.i.h8 ? this.i.h8.right : NaN;
|
|
339
345
|
}
|
|
340
346
|
set contentPaddingRight(v) {
|
|
341
347
|
this.ensureContentPadding();
|
|
342
|
-
this.i.
|
|
343
|
-
this._a("contentPaddingRight", this.i.
|
|
344
|
-
this.i.
|
|
348
|
+
this.i.h8.right = +v;
|
|
349
|
+
this._a("contentPaddingRight", this.i.h8.right);
|
|
350
|
+
this.i.h8 = this.i.h8;
|
|
345
351
|
}
|
|
346
352
|
get contentPaddingTop() {
|
|
347
|
-
return this.i.
|
|
353
|
+
return this.i.h8 ? this.i.h8.top : NaN;
|
|
348
354
|
}
|
|
349
355
|
set contentPaddingTop(v) {
|
|
350
356
|
this.ensureContentPadding();
|
|
351
|
-
this.i.
|
|
352
|
-
this._a("contentPaddingTop", this.i.
|
|
353
|
-
this.i.
|
|
357
|
+
this.i.h8.top = +v;
|
|
358
|
+
this._a("contentPaddingTop", this.i.h8.top);
|
|
359
|
+
this.i.h8 = this.i.h8;
|
|
354
360
|
}
|
|
355
361
|
ensureContentPadding() {
|
|
356
|
-
if (this.i.
|
|
362
|
+
if (this.i.h8) {
|
|
357
363
|
return;
|
|
358
364
|
}
|
|
359
|
-
this.i.
|
|
365
|
+
this.i.h8 = new Thickness(2);
|
|
360
366
|
}
|
|
361
367
|
get actualContentPaddingBottom() {
|
|
362
|
-
return this.i.
|
|
368
|
+
return this.i.h7 ? this.i.h7.bottom : NaN;
|
|
363
369
|
}
|
|
364
370
|
set actualContentPaddingBottom(v) {
|
|
365
371
|
this.ensureActualContentPadding();
|
|
366
|
-
this.i.
|
|
367
|
-
this._a("actualContentPaddingBottom", this.i.
|
|
368
|
-
this.i.
|
|
372
|
+
this.i.h7.bottom = +v;
|
|
373
|
+
this._a("actualContentPaddingBottom", this.i.h7.bottom);
|
|
374
|
+
this.i.h7 = this.i.h7;
|
|
369
375
|
}
|
|
370
376
|
get actualContentPaddingLeft() {
|
|
371
|
-
return this.i.
|
|
377
|
+
return this.i.h7 ? this.i.h7.left : NaN;
|
|
372
378
|
}
|
|
373
379
|
set actualContentPaddingLeft(v) {
|
|
374
380
|
this.ensureActualContentPadding();
|
|
375
|
-
this.i.
|
|
376
|
-
this._a("actualContentPaddingLeft", this.i.
|
|
377
|
-
this.i.
|
|
381
|
+
this.i.h7.left = +v;
|
|
382
|
+
this._a("actualContentPaddingLeft", this.i.h7.left);
|
|
383
|
+
this.i.h7 = this.i.h7;
|
|
378
384
|
}
|
|
379
385
|
get actualContentPaddingRight() {
|
|
380
|
-
return this.i.
|
|
386
|
+
return this.i.h7 ? this.i.h7.right : NaN;
|
|
381
387
|
}
|
|
382
388
|
set actualContentPaddingRight(v) {
|
|
383
389
|
this.ensureActualContentPadding();
|
|
384
|
-
this.i.
|
|
385
|
-
this._a("actualContentPaddingRight", this.i.
|
|
386
|
-
this.i.
|
|
390
|
+
this.i.h7.right = +v;
|
|
391
|
+
this._a("actualContentPaddingRight", this.i.h7.right);
|
|
392
|
+
this.i.h7 = this.i.h7;
|
|
387
393
|
}
|
|
388
394
|
get actualContentPaddingTop() {
|
|
389
|
-
return this.i.
|
|
395
|
+
return this.i.h7 ? this.i.h7.top : NaN;
|
|
390
396
|
}
|
|
391
397
|
set actualContentPaddingTop(v) {
|
|
392
398
|
this.ensureActualContentPadding();
|
|
393
|
-
this.i.
|
|
394
|
-
this._a("actualContentPaddingTop", this.i.
|
|
395
|
-
this.i.
|
|
399
|
+
this.i.h7.top = +v;
|
|
400
|
+
this._a("actualContentPaddingTop", this.i.h7.top);
|
|
401
|
+
this.i.h7 = this.i.h7;
|
|
396
402
|
}
|
|
397
403
|
ensureActualContentPadding() {
|
|
398
|
-
if (this.i.
|
|
404
|
+
if (this.i.h7) {
|
|
399
405
|
return;
|
|
400
406
|
}
|
|
401
|
-
this.i.
|
|
407
|
+
this.i.h7 = new Thickness(2);
|
|
402
408
|
}
|
|
403
409
|
get cornerRadiusBottomRight() {
|
|
404
|
-
return this.i.
|
|
410
|
+
return this.i.gk ? this.i.gk.b : NaN;
|
|
405
411
|
}
|
|
406
412
|
set cornerRadiusBottomRight(v) {
|
|
407
413
|
this.ensureCornerRadius();
|
|
408
|
-
this.i.
|
|
409
|
-
this._a("cornerRadiusBottomRight", this.i.
|
|
410
|
-
this.i.
|
|
414
|
+
this.i.gk.b = +v;
|
|
415
|
+
this._a("cornerRadiusBottomRight", this.i.gk.b);
|
|
416
|
+
this.i.gk = this.i.gk;
|
|
411
417
|
}
|
|
412
418
|
get cornerRadiusBottomLeft() {
|
|
413
|
-
return this.i.
|
|
419
|
+
return this.i.gk ? this.i.gk.a : NaN;
|
|
414
420
|
}
|
|
415
421
|
set cornerRadiusBottomLeft(v) {
|
|
416
422
|
this.ensureCornerRadius();
|
|
417
|
-
this.i.
|
|
418
|
-
this._a("cornerRadiusBottomLeft", this.i.
|
|
419
|
-
this.i.
|
|
423
|
+
this.i.gk.a = +v;
|
|
424
|
+
this._a("cornerRadiusBottomLeft", this.i.gk.a);
|
|
425
|
+
this.i.gk = this.i.gk;
|
|
420
426
|
}
|
|
421
427
|
get cornerRadiusTopLeft() {
|
|
422
|
-
return this.i.
|
|
428
|
+
return this.i.gk ? this.i.gk.c : NaN;
|
|
423
429
|
}
|
|
424
430
|
set cornerRadiusTopLeft(v) {
|
|
425
431
|
this.ensureCornerRadius();
|
|
426
|
-
this.i.
|
|
427
|
-
this._a("cornerRadiusTopLeft", this.i.
|
|
428
|
-
this.i.
|
|
432
|
+
this.i.gk.c = +v;
|
|
433
|
+
this._a("cornerRadiusTopLeft", this.i.gk.c);
|
|
434
|
+
this.i.gk = this.i.gk;
|
|
429
435
|
}
|
|
430
436
|
get cornerRadiusTopRight() {
|
|
431
|
-
return this.i.
|
|
437
|
+
return this.i.gk ? this.i.gk.d : NaN;
|
|
432
438
|
}
|
|
433
439
|
set cornerRadiusTopRight(v) {
|
|
434
440
|
this.ensureCornerRadius();
|
|
435
|
-
this.i.
|
|
436
|
-
this._a("cornerRadiusTopRight", this.i.
|
|
437
|
-
this.i.
|
|
441
|
+
this.i.gk.d = +v;
|
|
442
|
+
this._a("cornerRadiusTopRight", this.i.gk.d);
|
|
443
|
+
this.i.gk = this.i.gk;
|
|
438
444
|
}
|
|
439
445
|
ensureCornerRadius() {
|
|
440
|
-
if (this.i.
|
|
446
|
+
if (this.i.gk) {
|
|
441
447
|
return;
|
|
442
448
|
}
|
|
443
|
-
this.i.
|
|
449
|
+
this.i.gk = new CornerRadius(2);
|
|
444
450
|
}
|
|
445
451
|
get actualCornerRadiusBottomRight() {
|
|
446
|
-
return this.i.
|
|
452
|
+
return this.i.gj ? this.i.gj.b : NaN;
|
|
447
453
|
}
|
|
448
454
|
set actualCornerRadiusBottomRight(v) {
|
|
449
455
|
this.ensureActualCornerRadius();
|
|
450
|
-
this.i.
|
|
451
|
-
this._a("actualCornerRadiusBottomRight", this.i.
|
|
452
|
-
this.i.
|
|
456
|
+
this.i.gj.b = +v;
|
|
457
|
+
this._a("actualCornerRadiusBottomRight", this.i.gj.b);
|
|
458
|
+
this.i.gj = this.i.gj;
|
|
453
459
|
}
|
|
454
460
|
get actualCornerRadiusBottomLeft() {
|
|
455
|
-
return this.i.
|
|
461
|
+
return this.i.gj ? this.i.gj.a : NaN;
|
|
456
462
|
}
|
|
457
463
|
set actualCornerRadiusBottomLeft(v) {
|
|
458
464
|
this.ensureActualCornerRadius();
|
|
459
|
-
this.i.
|
|
460
|
-
this._a("actualCornerRadiusBottomLeft", this.i.
|
|
461
|
-
this.i.
|
|
465
|
+
this.i.gj.a = +v;
|
|
466
|
+
this._a("actualCornerRadiusBottomLeft", this.i.gj.a);
|
|
467
|
+
this.i.gj = this.i.gj;
|
|
462
468
|
}
|
|
463
469
|
get actualCornerRadiusTopLeft() {
|
|
464
|
-
return this.i.
|
|
470
|
+
return this.i.gj ? this.i.gj.c : NaN;
|
|
465
471
|
}
|
|
466
472
|
set actualCornerRadiusTopLeft(v) {
|
|
467
473
|
this.ensureActualCornerRadius();
|
|
468
|
-
this.i.
|
|
469
|
-
this._a("actualCornerRadiusTopLeft", this.i.
|
|
470
|
-
this.i.
|
|
474
|
+
this.i.gj.c = +v;
|
|
475
|
+
this._a("actualCornerRadiusTopLeft", this.i.gj.c);
|
|
476
|
+
this.i.gj = this.i.gj;
|
|
471
477
|
}
|
|
472
478
|
get actualCornerRadiusTopRight() {
|
|
473
|
-
return this.i.
|
|
479
|
+
return this.i.gj ? this.i.gj.d : NaN;
|
|
474
480
|
}
|
|
475
481
|
set actualCornerRadiusTopRight(v) {
|
|
476
482
|
this.ensureActualCornerRadius();
|
|
477
|
-
this.i.
|
|
478
|
-
this._a("actualCornerRadiusTopRight", this.i.
|
|
479
|
-
this.i.
|
|
483
|
+
this.i.gj.d = +v;
|
|
484
|
+
this._a("actualCornerRadiusTopRight", this.i.gj.d);
|
|
485
|
+
this.i.gj = this.i.gj;
|
|
480
486
|
}
|
|
481
487
|
ensureActualCornerRadius() {
|
|
482
|
-
if (this.i.
|
|
488
|
+
if (this.i.gj) {
|
|
483
489
|
return;
|
|
484
490
|
}
|
|
485
|
-
this.i.
|
|
491
|
+
this.i.gj = new CornerRadius(2);
|
|
486
492
|
}
|
|
487
493
|
/**
|
|
488
494
|
* Gets or sets the desired properties for the data source to load. If specified the data source may decide to constrain the properties it fetches to these properties and must make sure that at least those properties are loaded, rather than the default behavior for that data source.
|
|
@@ -531,21 +537,21 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
|
|
|
531
537
|
* Gets or sets the color to use the hovered background of the inputs in the group.
|
|
532
538
|
*/
|
|
533
539
|
get focusBorderColor() {
|
|
534
|
-
return brushToString(this.i.
|
|
540
|
+
return brushToString(this.i.hw);
|
|
535
541
|
}
|
|
536
542
|
set focusBorderColor(v) {
|
|
537
|
-
this.i.
|
|
538
|
-
this._a("focusBorderColor", brushToString(this.i.
|
|
543
|
+
this.i.hw = stringToBrush(v);
|
|
544
|
+
this._a("focusBorderColor", brushToString(this.i.hw));
|
|
539
545
|
}
|
|
540
546
|
/**
|
|
541
547
|
* Gets the actual item border color.
|
|
542
548
|
*/
|
|
543
549
|
get actualFocusBorderColor() {
|
|
544
|
-
return brushToString(this.i.
|
|
550
|
+
return brushToString(this.i.ha);
|
|
545
551
|
}
|
|
546
552
|
set actualFocusBorderColor(v) {
|
|
547
|
-
this.i.
|
|
548
|
-
this._a("actualFocusBorderColor", brushToString(this.i.
|
|
553
|
+
this.i.ha = stringToBrush(v);
|
|
554
|
+
this._a("actualFocusBorderColor", brushToString(this.i.ha));
|
|
549
555
|
}
|
|
550
556
|
/**
|
|
551
557
|
* Gets or sets the border width to use for the border of the item group when focused.
|
|
@@ -571,21 +577,21 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
|
|
|
571
577
|
* Gets or sets the color to use for the underline element.
|
|
572
578
|
*/
|
|
573
579
|
get focusUnderlineColor() {
|
|
574
|
-
return brushToString(this.i.
|
|
580
|
+
return brushToString(this.i.hx);
|
|
575
581
|
}
|
|
576
582
|
set focusUnderlineColor(v) {
|
|
577
|
-
this.i.
|
|
578
|
-
this._a("focusUnderlineColor", brushToString(this.i.
|
|
583
|
+
this.i.hx = stringToBrush(v);
|
|
584
|
+
this._a("focusUnderlineColor", brushToString(this.i.hx));
|
|
579
585
|
}
|
|
580
586
|
/**
|
|
581
587
|
* Gets the actual color to use for the underline element when focused.
|
|
582
588
|
*/
|
|
583
589
|
get actualFocusUnderlineColor() {
|
|
584
|
-
return brushToString(this.i.
|
|
590
|
+
return brushToString(this.i.hb);
|
|
585
591
|
}
|
|
586
592
|
set actualFocusUnderlineColor(v) {
|
|
587
|
-
this.i.
|
|
588
|
-
this._a("actualFocusUnderlineColor", brushToString(this.i.
|
|
593
|
+
this.i.hb = stringToBrush(v);
|
|
594
|
+
this._a("actualFocusUnderlineColor", brushToString(this.i.hb));
|
|
589
595
|
}
|
|
590
596
|
/**
|
|
591
597
|
* Gets or sets the color to use for the underline element.
|
|
@@ -631,21 +637,21 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
|
|
|
631
637
|
* Gets or sets the color to use for the underline element.
|
|
632
638
|
*/
|
|
633
639
|
get hoverUnderlineColor() {
|
|
634
|
-
return brushToString(this.i.
|
|
640
|
+
return brushToString(this.i.hy);
|
|
635
641
|
}
|
|
636
642
|
set hoverUnderlineColor(v) {
|
|
637
|
-
this.i.
|
|
638
|
-
this._a("hoverUnderlineColor", brushToString(this.i.
|
|
643
|
+
this.i.hy = stringToBrush(v);
|
|
644
|
+
this._a("hoverUnderlineColor", brushToString(this.i.hy));
|
|
639
645
|
}
|
|
640
646
|
/**
|
|
641
647
|
* Gets the actual color to use for the underline element.
|
|
642
648
|
*/
|
|
643
649
|
get actualHoverUnderlineColor() {
|
|
644
|
-
return brushToString(this.i.
|
|
650
|
+
return brushToString(this.i.hc);
|
|
645
651
|
}
|
|
646
652
|
set actualHoverUnderlineColor(v) {
|
|
647
|
-
this.i.
|
|
648
|
-
this._a("actualHoverUnderlineColor", brushToString(this.i.
|
|
653
|
+
this.i.hc = stringToBrush(v);
|
|
654
|
+
this._a("actualHoverUnderlineColor", brushToString(this.i.hc));
|
|
649
655
|
}
|
|
650
656
|
/**
|
|
651
657
|
* Gets or sets the color to use for the underline element.
|
|
@@ -716,21 +722,21 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
|
|
|
716
722
|
* Gets or sets the color to use for the text.
|
|
717
723
|
*/
|
|
718
724
|
get labelTextColor() {
|
|
719
|
-
return brushToString(this.i.
|
|
725
|
+
return brushToString(this.i.hz);
|
|
720
726
|
}
|
|
721
727
|
set labelTextColor(v) {
|
|
722
|
-
this.i.
|
|
723
|
-
this._a("labelTextColor", brushToString(this.i.
|
|
728
|
+
this.i.hz = stringToBrush(v);
|
|
729
|
+
this._a("labelTextColor", brushToString(this.i.hz));
|
|
724
730
|
}
|
|
725
731
|
/**
|
|
726
732
|
* Gets the actual color to use for the text color.
|
|
727
733
|
*/
|
|
728
734
|
get actualLabelTextColor() {
|
|
729
|
-
return brushToString(this.i.
|
|
735
|
+
return brushToString(this.i.hd);
|
|
730
736
|
}
|
|
731
737
|
set actualLabelTextColor(v) {
|
|
732
|
-
this.i.
|
|
733
|
-
this._a("actualLabelTextColor", brushToString(this.i.
|
|
738
|
+
this.i.hd = stringToBrush(v);
|
|
739
|
+
this._a("actualLabelTextColor", brushToString(this.i.hd));
|
|
734
740
|
}
|
|
735
741
|
/**
|
|
736
742
|
* Gets or sets the font to use for the combobox.
|
|
@@ -779,41 +785,41 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
|
|
|
779
785
|
* Gets or sets the color to use for the "no matches found" label.
|
|
780
786
|
*/
|
|
781
787
|
get noMatchesFoundLabelBackgroundColor() {
|
|
782
|
-
return brushToString(this.i.
|
|
788
|
+
return brushToString(this.i.h0);
|
|
783
789
|
}
|
|
784
790
|
set noMatchesFoundLabelBackgroundColor(v) {
|
|
785
|
-
this.i.
|
|
786
|
-
this._a("noMatchesFoundLabelBackgroundColor", brushToString(this.i.
|
|
791
|
+
this.i.h0 = stringToBrush(v);
|
|
792
|
+
this._a("noMatchesFoundLabelBackgroundColor", brushToString(this.i.h0));
|
|
787
793
|
}
|
|
788
794
|
/**
|
|
789
795
|
* Gets the actual color to use for the "no matches found" label.
|
|
790
796
|
*/
|
|
791
797
|
get actualNoMatchesFoundLabelBackgroundColor() {
|
|
792
|
-
return brushToString(this.i.
|
|
798
|
+
return brushToString(this.i.he);
|
|
793
799
|
}
|
|
794
800
|
set actualNoMatchesFoundLabelBackgroundColor(v) {
|
|
795
|
-
this.i.
|
|
796
|
-
this._a("actualNoMatchesFoundLabelBackgroundColor", brushToString(this.i.
|
|
801
|
+
this.i.he = stringToBrush(v);
|
|
802
|
+
this._a("actualNoMatchesFoundLabelBackgroundColor", brushToString(this.i.he));
|
|
797
803
|
}
|
|
798
804
|
/**
|
|
799
805
|
* Gets or sets the color to use for the "no matches found" label.
|
|
800
806
|
*/
|
|
801
807
|
get noMatchesFoundLabelTextColor() {
|
|
802
|
-
return brushToString(this.i.
|
|
808
|
+
return brushToString(this.i.h1);
|
|
803
809
|
}
|
|
804
810
|
set noMatchesFoundLabelTextColor(v) {
|
|
805
|
-
this.i.
|
|
806
|
-
this._a("noMatchesFoundLabelTextColor", brushToString(this.i.
|
|
811
|
+
this.i.h1 = stringToBrush(v);
|
|
812
|
+
this._a("noMatchesFoundLabelTextColor", brushToString(this.i.h1));
|
|
807
813
|
}
|
|
808
814
|
/**
|
|
809
815
|
* Gets the actual color to use for the "no matches found" label.
|
|
810
816
|
*/
|
|
811
817
|
get actualNoMatchesFoundLabelTextColor() {
|
|
812
|
-
return brushToString(this.i.
|
|
818
|
+
return brushToString(this.i.hf);
|
|
813
819
|
}
|
|
814
820
|
set actualNoMatchesFoundLabelTextColor(v) {
|
|
815
|
-
this.i.
|
|
816
|
-
this._a("actualNoMatchesFoundLabelTextColor", brushToString(this.i.
|
|
821
|
+
this.i.hf = stringToBrush(v);
|
|
822
|
+
this._a("actualNoMatchesFoundLabelTextColor", brushToString(this.i.hf));
|
|
817
823
|
}
|
|
818
824
|
/**
|
|
819
825
|
* Gets or sets the font to use for the combobox.
|
|
@@ -853,21 +859,21 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
|
|
|
853
859
|
* Gets or sets the color to use for the text.
|
|
854
860
|
*/
|
|
855
861
|
get textColor() {
|
|
856
|
-
return brushToString(this.i.
|
|
862
|
+
return brushToString(this.i.h2);
|
|
857
863
|
}
|
|
858
864
|
set textColor(v) {
|
|
859
|
-
this.i.
|
|
860
|
-
this._a("textColor", brushToString(this.i.
|
|
865
|
+
this.i.h2 = stringToBrush(v);
|
|
866
|
+
this._a("textColor", brushToString(this.i.h2));
|
|
861
867
|
}
|
|
862
868
|
/**
|
|
863
869
|
* Gets the actual color to use for the text color.
|
|
864
870
|
*/
|
|
865
871
|
get actualTextColor() {
|
|
866
|
-
return brushToString(this.i.
|
|
872
|
+
return brushToString(this.i.hg);
|
|
867
873
|
}
|
|
868
874
|
set actualTextColor(v) {
|
|
869
|
-
this.i.
|
|
870
|
-
this._a("actualTextColor", brushToString(this.i.
|
|
875
|
+
this.i.hg = stringToBrush(v);
|
|
876
|
+
this._a("actualTextColor", brushToString(this.i.hg));
|
|
871
877
|
}
|
|
872
878
|
/**
|
|
873
879
|
* Gets or sets the font to use for the combobox.
|
|
@@ -888,21 +894,21 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
|
|
|
888
894
|
* Gets or sets the color to use for the underline element.
|
|
889
895
|
*/
|
|
890
896
|
get underlineColor() {
|
|
891
|
-
return brushToString(this.i.
|
|
897
|
+
return brushToString(this.i.h3);
|
|
892
898
|
}
|
|
893
899
|
set underlineColor(v) {
|
|
894
|
-
this.i.
|
|
895
|
-
this._a("underlineColor", brushToString(this.i.
|
|
900
|
+
this.i.h3 = stringToBrush(v);
|
|
901
|
+
this._a("underlineColor", brushToString(this.i.h3));
|
|
896
902
|
}
|
|
897
903
|
/**
|
|
898
904
|
* Gets the actual color to use for the underline element.
|
|
899
905
|
*/
|
|
900
906
|
get actualUnderlineColor() {
|
|
901
|
-
return brushToString(this.i.
|
|
907
|
+
return brushToString(this.i.hh);
|
|
902
908
|
}
|
|
903
909
|
set actualUnderlineColor(v) {
|
|
904
|
-
this.i.
|
|
905
|
-
this._a("actualUnderlineColor", brushToString(this.i.
|
|
910
|
+
this.i.hh = stringToBrush(v);
|
|
911
|
+
this._a("actualUnderlineColor", brushToString(this.i.hh));
|
|
906
912
|
}
|
|
907
913
|
/**
|
|
908
914
|
* Gets or sets the color to use for the underline element.
|
|
@@ -928,21 +934,21 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
|
|
|
928
934
|
* Gets or sets the color to use for the underline ripple element.
|
|
929
935
|
*/
|
|
930
936
|
get underlineRippleColor() {
|
|
931
|
-
return brushToString(this.i.
|
|
937
|
+
return brushToString(this.i.h4);
|
|
932
938
|
}
|
|
933
939
|
set underlineRippleColor(v) {
|
|
934
|
-
this.i.
|
|
935
|
-
this._a("underlineRippleColor", brushToString(this.i.
|
|
940
|
+
this.i.h4 = stringToBrush(v);
|
|
941
|
+
this._a("underlineRippleColor", brushToString(this.i.h4));
|
|
936
942
|
}
|
|
937
943
|
/**
|
|
938
944
|
* Gets the actual color to use for the underline ripple element.
|
|
939
945
|
*/
|
|
940
946
|
get actualUnderlineRippleColor() {
|
|
941
|
-
return brushToString(this.i.
|
|
947
|
+
return brushToString(this.i.hi);
|
|
942
948
|
}
|
|
943
949
|
set actualUnderlineRippleColor(v) {
|
|
944
|
-
this.i.
|
|
945
|
-
this._a("actualUnderlineRippleColor", brushToString(this.i.
|
|
950
|
+
this.i.hi = stringToBrush(v);
|
|
951
|
+
this._a("actualUnderlineRippleColor", brushToString(this.i.hi));
|
|
946
952
|
}
|
|
947
953
|
/**
|
|
948
954
|
* Gets or sets the opacity to use for the underline ripple element.
|