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
|
@@ -50,95 +50,95 @@ export let IgcDateTimeColumnComponent = /*@__PURE__*/ (() => {
|
|
|
50
50
|
* Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
|
|
51
51
|
*/
|
|
52
52
|
get dateTimeFormat() {
|
|
53
|
-
return this.i.
|
|
53
|
+
return this.i.lo;
|
|
54
54
|
}
|
|
55
55
|
set dateTimeFormat(v) {
|
|
56
|
-
this.i.
|
|
57
|
-
this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.
|
|
56
|
+
this.i.lo = ensureEnum(DateTimeFormats_$type, v);
|
|
57
|
+
this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.lo));
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
60
|
* Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
|
|
61
61
|
*/
|
|
62
62
|
get formatString() {
|
|
63
|
-
return this.i.
|
|
63
|
+
return this.i.l5;
|
|
64
64
|
}
|
|
65
65
|
set formatString(v) {
|
|
66
|
-
this.i.
|
|
66
|
+
this.i.l5 = v;
|
|
67
67
|
}
|
|
68
68
|
/**
|
|
69
69
|
* Gets or sets the format string to use when editing dates.
|
|
70
70
|
*/
|
|
71
71
|
get editorFormatString() {
|
|
72
|
-
return this.i.
|
|
72
|
+
return this.i.lz;
|
|
73
73
|
}
|
|
74
74
|
set editorFormatString(v) {
|
|
75
|
-
this.i.
|
|
75
|
+
this.i.lz = v;
|
|
76
76
|
}
|
|
77
77
|
get formatSpecifiers() {
|
|
78
|
-
return this.i.
|
|
78
|
+
return this.i.ll;
|
|
79
79
|
}
|
|
80
80
|
set formatSpecifiers(v) {
|
|
81
81
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
82
82
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
83
83
|
v = v.split(re);
|
|
84
84
|
}
|
|
85
|
-
this.i.
|
|
85
|
+
this.i.ll = v;
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
88
|
* Gets or sets the INTL DateTimeFormat object to use for formatting the date values.
|
|
89
89
|
*/
|
|
90
90
|
get formatOverride() {
|
|
91
|
-
return this.i.
|
|
91
|
+
return this.i.lv;
|
|
92
92
|
}
|
|
93
93
|
set formatOverride(v) {
|
|
94
|
-
this.i.
|
|
94
|
+
this.i.lv = v;
|
|
95
95
|
}
|
|
96
96
|
/**
|
|
97
97
|
* Gets or sets the ShowTodayButton property to detirmine if the today button is shown
|
|
98
98
|
*/
|
|
99
99
|
get showTodayButton() {
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.lr;
|
|
101
101
|
}
|
|
102
102
|
set showTodayButton(v) {
|
|
103
|
-
this.i.
|
|
104
|
-
this._a("showTodayButton", this.i.
|
|
103
|
+
this.i.lr = ensureBool(v);
|
|
104
|
+
this._a("showTodayButton", this.i.lr);
|
|
105
105
|
}
|
|
106
106
|
/**
|
|
107
107
|
* Gets or sets the editor type used for editing cells in this column.
|
|
108
108
|
*/
|
|
109
109
|
get editorType() {
|
|
110
|
-
return this.i.
|
|
110
|
+
return this.i.lp;
|
|
111
111
|
}
|
|
112
112
|
set editorType(v) {
|
|
113
|
-
this.i.
|
|
114
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
113
|
+
this.i.lp = ensureEnum(EditorType_$type, v);
|
|
114
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.lp));
|
|
115
115
|
}
|
|
116
116
|
/**
|
|
117
117
|
* Gets or sets the ComboBox data source.
|
|
118
118
|
*/
|
|
119
119
|
get editorDataSource() {
|
|
120
|
-
return this.i.
|
|
120
|
+
return this.i.lu;
|
|
121
121
|
}
|
|
122
122
|
set editorDataSource(v) {
|
|
123
|
-
this.i.
|
|
123
|
+
this.i.lu = v;
|
|
124
124
|
}
|
|
125
125
|
/**
|
|
126
126
|
* Gets or sets the ComboBox text field.
|
|
127
127
|
*/
|
|
128
128
|
get editorTextField() {
|
|
129
|
-
return this.i.
|
|
129
|
+
return this.i.l1;
|
|
130
130
|
}
|
|
131
131
|
set editorTextField(v) {
|
|
132
|
-
this.i.
|
|
132
|
+
this.i.l1 = v;
|
|
133
133
|
}
|
|
134
134
|
/**
|
|
135
135
|
* Gets or sets the ComboBox value field.
|
|
136
136
|
*/
|
|
137
137
|
get editorValueField() {
|
|
138
|
-
return this.i.
|
|
138
|
+
return this.i.l2;
|
|
139
139
|
}
|
|
140
140
|
set editorValueField(v) {
|
|
141
|
-
this.i.
|
|
141
|
+
this.i.l2 = v;
|
|
142
142
|
}
|
|
143
143
|
findByName(name) {
|
|
144
144
|
var baseResult = super.findByName(name);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { IgCollection } from "igniteui-webcomponents-core";
|
|
2
2
|
import { markType } from "igniteui-webcomponents-core";
|
|
3
3
|
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
|
|
4
|
-
import { PropertyEditorPropertyDescription as PropertyEditorPropertyDescription_internal } from
|
|
5
|
-
import { IgcPropertyEditorPropertyDescriptionComponent as IgcPropertyEditorPropertyDescriptionComponent } from
|
|
4
|
+
import { PropertyEditorPropertyDescription as PropertyEditorPropertyDescription_internal } from "igniteui-webcomponents-layouts";
|
|
5
|
+
import { IgcPropertyEditorPropertyDescriptionComponent as IgcPropertyEditorPropertyDescriptionComponent } from "igniteui-webcomponents-layouts";
|
|
6
6
|
export class IgcHorizontalPropertyEditorDataSource extends IgCollection {
|
|
7
7
|
constructor(list) {
|
|
8
8
|
super();
|
|
@@ -50,48 +50,48 @@ export let IgcImageColumnComponent = /*@__PURE__*/ (() => {
|
|
|
50
50
|
* Gets or sets the stretch option to use when rendering images
|
|
51
51
|
*/
|
|
52
52
|
get imageStretchOption() {
|
|
53
|
-
return this.i.
|
|
53
|
+
return this.i.lo;
|
|
54
54
|
}
|
|
55
55
|
set imageStretchOption(v) {
|
|
56
|
-
this.i.
|
|
57
|
-
this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.
|
|
56
|
+
this.i.lo = ensureEnum(ImageStretchOptions_$type, v);
|
|
57
|
+
this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.lo));
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
60
|
* Gets or sets the editor type used for editing cells in this column.
|
|
61
61
|
*/
|
|
62
62
|
get editorType() {
|
|
63
|
-
return this.i.
|
|
63
|
+
return this.i.lk;
|
|
64
64
|
}
|
|
65
65
|
set editorType(v) {
|
|
66
|
-
this.i.
|
|
67
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
66
|
+
this.i.lk = ensureEnum(EditorType_$type, v);
|
|
67
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.lk));
|
|
68
68
|
}
|
|
69
69
|
/**
|
|
70
70
|
* Gets or sets the ComboBox data source.
|
|
71
71
|
*/
|
|
72
72
|
get editorDataSource() {
|
|
73
|
-
return this.i.
|
|
73
|
+
return this.i.lp;
|
|
74
74
|
}
|
|
75
75
|
set editorDataSource(v) {
|
|
76
|
-
this.i.
|
|
76
|
+
this.i.lp = v;
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
79
|
* Gets or sets the ComboBox text field.
|
|
80
80
|
*/
|
|
81
81
|
get editorTextField() {
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.lq;
|
|
83
83
|
}
|
|
84
84
|
set editorTextField(v) {
|
|
85
|
-
this.i.
|
|
85
|
+
this.i.lq = v;
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
88
|
* Gets or sets the ComboBox value field.
|
|
89
89
|
*/
|
|
90
90
|
get editorValueField() {
|
|
91
|
-
return this.i.
|
|
91
|
+
return this.i.lr;
|
|
92
92
|
}
|
|
93
93
|
set editorValueField(v) {
|
|
94
|
-
this.i.
|
|
94
|
+
this.i.lr = v;
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
IgcImageColumnComponent._observedAttributesIgcImageColumnComponent = null;
|