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
|
@@ -237,10 +237,10 @@ var IgcColumnGroupingComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
237
237
|
* Gets or Sets the property name that contains the values.
|
|
238
238
|
*/
|
|
239
239
|
get: function () {
|
|
240
|
-
return this.i.
|
|
240
|
+
return this.i.al;
|
|
241
241
|
},
|
|
242
242
|
set: function (v) {
|
|
243
|
-
this.i.
|
|
243
|
+
this.i.al = v;
|
|
244
244
|
},
|
|
245
245
|
enumerable: true,
|
|
246
246
|
configurable: true
|
|
@@ -250,11 +250,11 @@ var IgcColumnGroupingComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
250
250
|
* Gets or Sets the property name that contains the values.
|
|
251
251
|
*/
|
|
252
252
|
get: function () {
|
|
253
|
-
return brushToString(this.i.
|
|
253
|
+
return brushToString(this.i.bm);
|
|
254
254
|
},
|
|
255
255
|
set: function (v) {
|
|
256
|
-
this.i.
|
|
257
|
-
this._a("titleColor", brushToString(this.i.
|
|
256
|
+
this.i.bm = stringToBrush(v);
|
|
257
|
+
this._a("titleColor", brushToString(this.i.bm));
|
|
258
258
|
},
|
|
259
259
|
enumerable: true,
|
|
260
260
|
configurable: true
|
|
@@ -283,11 +283,11 @@ var IgcColumnGroupingComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
283
283
|
* Gets or Sets the property name that contains the values.
|
|
284
284
|
*/
|
|
285
285
|
get: function () {
|
|
286
|
-
return brushToString(this.i.
|
|
286
|
+
return brushToString(this.i.bl);
|
|
287
287
|
},
|
|
288
288
|
set: function (v) {
|
|
289
|
-
this.i.
|
|
290
|
-
this._a("textColor", brushToString(this.i.
|
|
289
|
+
this.i.bl = stringToBrush(v);
|
|
290
|
+
this._a("textColor", brushToString(this.i.bl));
|
|
291
291
|
},
|
|
292
292
|
enumerable: true,
|
|
293
293
|
configurable: true
|
|
@@ -297,39 +297,53 @@ var IgcColumnGroupingComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
297
297
|
* Gets or Sets the property name that contains the values.
|
|
298
298
|
*/
|
|
299
299
|
get: function () {
|
|
300
|
-
return brushToString(this.i.
|
|
300
|
+
return brushToString(this.i.bi);
|
|
301
301
|
},
|
|
302
302
|
set: function (v) {
|
|
303
|
-
this.i.
|
|
304
|
-
this._a("iconColor", brushToString(this.i.
|
|
303
|
+
this.i.bi = stringToBrush(v);
|
|
304
|
+
this._a("iconColor", brushToString(this.i.bi));
|
|
305
305
|
},
|
|
306
306
|
enumerable: true,
|
|
307
307
|
configurable: true
|
|
308
308
|
});
|
|
309
|
-
Object.defineProperty(IgcColumnGroupingComponent.prototype, "
|
|
309
|
+
Object.defineProperty(IgcColumnGroupingComponent.prototype, "itemBackgroundColor", {
|
|
310
310
|
/**
|
|
311
|
-
* Gets or
|
|
311
|
+
* Gets or sets the background color of the column items in the group area.
|
|
312
312
|
*/
|
|
313
313
|
get: function () {
|
|
314
|
-
return brushToString(this.i.
|
|
314
|
+
return brushToString(this.i.bj);
|
|
315
315
|
},
|
|
316
316
|
set: function (v) {
|
|
317
|
-
this.i.
|
|
318
|
-
this._a("
|
|
317
|
+
this.i.bj = stringToBrush(v);
|
|
318
|
+
this._a("itemBackgroundColor", brushToString(this.i.bj));
|
|
319
319
|
},
|
|
320
320
|
enumerable: true,
|
|
321
321
|
configurable: true
|
|
322
322
|
});
|
|
323
|
-
Object.defineProperty(IgcColumnGroupingComponent.prototype, "
|
|
323
|
+
Object.defineProperty(IgcColumnGroupingComponent.prototype, "itemHoverBackgroundColor", {
|
|
324
324
|
/**
|
|
325
|
-
* Gets or
|
|
325
|
+
* Gets or sets the background color of the column items when hovered by the mouse.
|
|
326
326
|
*/
|
|
327
327
|
get: function () {
|
|
328
|
-
return brushToString(this.i.
|
|
328
|
+
return brushToString(this.i.bk);
|
|
329
329
|
},
|
|
330
330
|
set: function (v) {
|
|
331
|
-
this.i.
|
|
332
|
-
this._a("
|
|
331
|
+
this.i.bk = stringToBrush(v);
|
|
332
|
+
this._a("itemHoverBackgroundColor", brushToString(this.i.bk));
|
|
333
|
+
},
|
|
334
|
+
enumerable: true,
|
|
335
|
+
configurable: true
|
|
336
|
+
});
|
|
337
|
+
Object.defineProperty(IgcColumnGroupingComponent.prototype, "backgroundColor", {
|
|
338
|
+
/**
|
|
339
|
+
* Gets or sets the background of the group by area.
|
|
340
|
+
*/
|
|
341
|
+
get: function () {
|
|
342
|
+
return brushToString(this.i.bh);
|
|
343
|
+
},
|
|
344
|
+
set: function (v) {
|
|
345
|
+
this.i.bh = stringToBrush(v);
|
|
346
|
+
this._a("backgroundColor", brushToString(this.i.bh));
|
|
333
347
|
},
|
|
334
348
|
enumerable: true,
|
|
335
349
|
configurable: true
|
|
@@ -58,10 +58,10 @@ var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
58
58
|
* Gets the actual data source that is being used by the combo. If a collection was provided for the combobox data, an implicit LocalDataSource is created, and this is available via this property.
|
|
59
59
|
*/
|
|
60
60
|
get: function () {
|
|
61
|
-
return this.i.
|
|
61
|
+
return this.i.lm;
|
|
62
62
|
},
|
|
63
63
|
set: function (v) {
|
|
64
|
-
this.i.
|
|
64
|
+
this.i.lm = v;
|
|
65
65
|
},
|
|
66
66
|
enumerable: true,
|
|
67
67
|
configurable: true
|
|
@@ -71,10 +71,10 @@ var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
71
71
|
* Gets or sets the ComboBox data source.
|
|
72
72
|
*/
|
|
73
73
|
get: function () {
|
|
74
|
-
return this.i.
|
|
74
|
+
return this.i.ln;
|
|
75
75
|
},
|
|
76
76
|
set: function (v) {
|
|
77
|
-
this.i.
|
|
77
|
+
this.i.ln = v;
|
|
78
78
|
},
|
|
79
79
|
enumerable: true,
|
|
80
80
|
configurable: true
|
|
@@ -84,10 +84,10 @@ var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
84
84
|
* Gets or sets the ComboBox text field.
|
|
85
85
|
*/
|
|
86
86
|
get: function () {
|
|
87
|
-
return this.i.
|
|
87
|
+
return this.i.lr;
|
|
88
88
|
},
|
|
89
89
|
set: function (v) {
|
|
90
|
-
this.i.
|
|
90
|
+
this.i.lr = v;
|
|
91
91
|
},
|
|
92
92
|
enumerable: true,
|
|
93
93
|
configurable: true
|
|
@@ -97,10 +97,10 @@ var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
97
97
|
* Gets or sets the ComboBox value field.
|
|
98
98
|
*/
|
|
99
99
|
get: function () {
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.ls;
|
|
101
101
|
},
|
|
102
102
|
set: function (v) {
|
|
103
|
-
this.i.
|
|
103
|
+
this.i.ls = v;
|
|
104
104
|
},
|
|
105
105
|
enumerable: true,
|
|
106
106
|
configurable: true
|
|
@@ -110,14 +110,14 @@ var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
110
110
|
* Gets or sets the ComboBox value field.
|
|
111
111
|
*/
|
|
112
112
|
get: function () {
|
|
113
|
-
return this.i.
|
|
113
|
+
return this.i.lk;
|
|
114
114
|
},
|
|
115
115
|
set: function (v) {
|
|
116
116
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
117
117
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
118
118
|
v = v.split(re);
|
|
119
119
|
}
|
|
120
|
-
this.i.
|
|
120
|
+
this.i.lk = v;
|
|
121
121
|
},
|
|
122
122
|
enumerable: true,
|
|
123
123
|
configurable: true
|