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
|
@@ -58,137 +58,137 @@ export let IgcColumnComponent = /*@__PURE__*/ (() => {
|
|
|
58
58
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
59
59
|
*/
|
|
60
60
|
get paddingLeft() {
|
|
61
|
-
return this.i.
|
|
61
|
+
return this.i.h1;
|
|
62
62
|
}
|
|
63
63
|
set paddingLeft(v) {
|
|
64
|
-
this.i.
|
|
65
|
-
this._a("paddingLeft", this.i.
|
|
64
|
+
this.i.h1 = +v;
|
|
65
|
+
this._a("paddingLeft", this.i.h1);
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
68
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
69
69
|
*/
|
|
70
70
|
get paddingTop() {
|
|
71
|
-
return this.i.
|
|
71
|
+
return this.i.h3;
|
|
72
72
|
}
|
|
73
73
|
set paddingTop(v) {
|
|
74
|
-
this.i.
|
|
75
|
-
this._a("paddingTop", this.i.
|
|
74
|
+
this.i.h3 = +v;
|
|
75
|
+
this._a("paddingTop", this.i.h3);
|
|
76
76
|
}
|
|
77
77
|
/**
|
|
78
78
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
79
79
|
*/
|
|
80
80
|
get paddingRight() {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.h2;
|
|
82
82
|
}
|
|
83
83
|
set paddingRight(v) {
|
|
84
|
-
this.i.
|
|
85
|
-
this._a("paddingRight", this.i.
|
|
84
|
+
this.i.h2 = +v;
|
|
85
|
+
this._a("paddingRight", this.i.h2);
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
88
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
89
89
|
*/
|
|
90
90
|
get paddingBottom() {
|
|
91
|
-
return this.i.
|
|
91
|
+
return this.i.h0;
|
|
92
92
|
}
|
|
93
93
|
set paddingBottom(v) {
|
|
94
|
-
this.i.
|
|
95
|
-
this._a("paddingBottom", this.i.
|
|
94
|
+
this.i.h0 = +v;
|
|
95
|
+
this._a("paddingBottom", this.i.h0);
|
|
96
96
|
}
|
|
97
97
|
/**
|
|
98
98
|
* Gets or sets an unique name of the Column
|
|
99
99
|
*/
|
|
100
100
|
get name() {
|
|
101
|
-
return this.i.
|
|
101
|
+
return this.i.jy;
|
|
102
102
|
}
|
|
103
103
|
set name(v) {
|
|
104
|
-
this.i.
|
|
104
|
+
this.i.jy = v;
|
|
105
105
|
}
|
|
106
106
|
/**
|
|
107
107
|
* Gets or sets the key used for the column binding
|
|
108
108
|
*/
|
|
109
109
|
get field() {
|
|
110
|
-
return this.i.
|
|
110
|
+
return this.i.i7;
|
|
111
111
|
}
|
|
112
112
|
set field(v) {
|
|
113
|
-
this.i.
|
|
113
|
+
this.i.i7 = v;
|
|
114
114
|
}
|
|
115
115
|
/**
|
|
116
116
|
* Gets or sets the text displayed in the header of the column
|
|
117
117
|
*/
|
|
118
118
|
get headerText() {
|
|
119
|
-
return this.i.
|
|
119
|
+
return this.i.je;
|
|
120
120
|
}
|
|
121
121
|
set headerText(v) {
|
|
122
|
-
this.i.
|
|
122
|
+
this.i.je = v;
|
|
123
123
|
}
|
|
124
124
|
/**
|
|
125
125
|
* Gets the actual text displayed in the header of the column
|
|
126
126
|
*/
|
|
127
127
|
get actualHeaderText() {
|
|
128
|
-
return this.i.
|
|
128
|
+
return this.i.il;
|
|
129
129
|
}
|
|
130
130
|
set actualHeaderText(v) {
|
|
131
|
-
this.i.
|
|
131
|
+
this.i.il = v;
|
|
132
132
|
}
|
|
133
133
|
/**
|
|
134
134
|
* Gets or sets the background color to use for the cells when they are selected
|
|
135
135
|
*/
|
|
136
136
|
get selectedBackground() {
|
|
137
|
-
return brushToString(this.i.
|
|
137
|
+
return brushToString(this.i.lj);
|
|
138
138
|
}
|
|
139
139
|
set selectedBackground(v) {
|
|
140
|
-
this.i.
|
|
141
|
-
this._a("selectedBackground", brushToString(this.i.
|
|
140
|
+
this.i.lj = stringToBrush(v);
|
|
141
|
+
this._a("selectedBackground", brushToString(this.i.lj));
|
|
142
142
|
}
|
|
143
143
|
/**
|
|
144
144
|
* Gets the actual background color that is used for the cells when they are selected
|
|
145
145
|
*/
|
|
146
146
|
get actualSelectedBackground() {
|
|
147
|
-
return brushToString(this.i.
|
|
147
|
+
return brushToString(this.i.lc);
|
|
148
148
|
}
|
|
149
149
|
set actualSelectedBackground(v) {
|
|
150
|
-
this.i.
|
|
151
|
-
this._a("actualSelectedBackground", brushToString(this.i.
|
|
150
|
+
this.i.lc = stringToBrush(v);
|
|
151
|
+
this._a("actualSelectedBackground", brushToString(this.i.lc));
|
|
152
152
|
}
|
|
153
153
|
/**
|
|
154
154
|
* Gets or sets the background color to use for the cells when the row is hovered.
|
|
155
155
|
*/
|
|
156
156
|
get rowHoverBackground() {
|
|
157
|
-
return brushToString(this.i.
|
|
157
|
+
return brushToString(this.i.lh);
|
|
158
158
|
}
|
|
159
159
|
set rowHoverBackground(v) {
|
|
160
|
-
this.i.
|
|
161
|
-
this._a("rowHoverBackground", brushToString(this.i.
|
|
160
|
+
this.i.lh = stringToBrush(v);
|
|
161
|
+
this._a("rowHoverBackground", brushToString(this.i.lh));
|
|
162
162
|
}
|
|
163
163
|
/**
|
|
164
164
|
* Gets the actual background color that is used for the cells when they are hovered.
|
|
165
165
|
*/
|
|
166
166
|
get actualHoverBackground() {
|
|
167
|
-
return brushToString(this.i.
|
|
167
|
+
return brushToString(this.i.la);
|
|
168
168
|
}
|
|
169
169
|
set actualHoverBackground(v) {
|
|
170
|
-
this.i.
|
|
171
|
-
this._a("actualHoverBackground", brushToString(this.i.
|
|
170
|
+
this.i.la = stringToBrush(v);
|
|
171
|
+
this._a("actualHoverBackground", brushToString(this.i.la));
|
|
172
172
|
}
|
|
173
173
|
/**
|
|
174
174
|
* Gets or sets the text color to use for the cells when the row is hovered.
|
|
175
175
|
*/
|
|
176
176
|
get rowHoverTextColor() {
|
|
177
|
-
return brushToString(this.i.
|
|
177
|
+
return brushToString(this.i.li);
|
|
178
178
|
}
|
|
179
179
|
set rowHoverTextColor(v) {
|
|
180
|
-
this.i.
|
|
181
|
-
this._a("rowHoverTextColor", brushToString(this.i.
|
|
180
|
+
this.i.li = stringToBrush(v);
|
|
181
|
+
this._a("rowHoverTextColor", brushToString(this.i.li));
|
|
182
182
|
}
|
|
183
183
|
/**
|
|
184
184
|
* Gets the actual text color that is used for the cells when they are hovered.
|
|
185
185
|
*/
|
|
186
186
|
get actualRowHoverTextColor() {
|
|
187
|
-
return brushToString(this.i.
|
|
187
|
+
return brushToString(this.i.lb);
|
|
188
188
|
}
|
|
189
189
|
set actualRowHoverTextColor(v) {
|
|
190
|
-
this.i.
|
|
191
|
-
this._a("actualRowHoverTextColor", brushToString(this.i.
|
|
190
|
+
this.i.lb = stringToBrush(v);
|
|
191
|
+
this._a("actualRowHoverTextColor", brushToString(this.i.lb));
|
|
192
192
|
}
|
|
193
193
|
/**
|
|
194
194
|
* Gets or sets the animation settings to use for this column.
|
|
@@ -234,31 +234,31 @@ export let IgcColumnComponent = /*@__PURE__*/ (() => {
|
|
|
234
234
|
* Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
|
|
235
235
|
*/
|
|
236
236
|
get minWidth() {
|
|
237
|
-
return this.i.
|
|
237
|
+
return this.i.hh;
|
|
238
238
|
}
|
|
239
239
|
set minWidth(v) {
|
|
240
|
-
this.i.
|
|
241
|
-
this._a("minWidth", this.i.
|
|
240
|
+
this.i.hh = +v;
|
|
241
|
+
this._a("minWidth", this.i.hh);
|
|
242
242
|
}
|
|
243
243
|
/**
|
|
244
244
|
* Gets whether this column was projected from markup/templates and is constrained.
|
|
245
245
|
*/
|
|
246
246
|
get isFromMarkup() {
|
|
247
|
-
return this.i.
|
|
247
|
+
return this.i.g5;
|
|
248
248
|
}
|
|
249
249
|
set isFromMarkup(v) {
|
|
250
|
-
this.i.
|
|
251
|
-
this._a("isFromMarkup", this.i.
|
|
250
|
+
this.i.g5 = ensureBool(v);
|
|
251
|
+
this._a("isFromMarkup", this.i.g5);
|
|
252
252
|
}
|
|
253
253
|
/**
|
|
254
254
|
* Gets whether this column was auto generated.
|
|
255
255
|
*/
|
|
256
256
|
get isAutoGenerated() {
|
|
257
|
-
return this.i.
|
|
257
|
+
return this.i.gz;
|
|
258
258
|
}
|
|
259
259
|
set isAutoGenerated(v) {
|
|
260
|
-
this.i.
|
|
261
|
-
this._a("isAutoGenerated", this.i.
|
|
260
|
+
this.i.gz = ensureBool(v);
|
|
261
|
+
this._a("isAutoGenerated", this.i.gz);
|
|
262
262
|
}
|
|
263
263
|
/**
|
|
264
264
|
* Gets or sets a filter to apply on the values of this column
|
|
@@ -303,41 +303,41 @@ export let IgcColumnComponent = /*@__PURE__*/ (() => {
|
|
|
303
303
|
* Gets or sets whether filtering is enabled for this column.
|
|
304
304
|
*/
|
|
305
305
|
get isFilteringEnabled() {
|
|
306
|
-
return this.i.
|
|
306
|
+
return this.i.g4;
|
|
307
307
|
}
|
|
308
308
|
set isFilteringEnabled(v) {
|
|
309
|
-
this.i.
|
|
310
|
-
this._a("isFilteringEnabled", this.i.
|
|
309
|
+
this.i.g4 = ensureBool(v);
|
|
310
|
+
this._a("isFilteringEnabled", this.i.g4);
|
|
311
311
|
}
|
|
312
312
|
/**
|
|
313
313
|
* Gets or sets whether resizing is enabled for this column.
|
|
314
314
|
*/
|
|
315
315
|
get isResizingEnabled() {
|
|
316
|
-
return this.i.
|
|
316
|
+
return this.i.g7;
|
|
317
317
|
}
|
|
318
318
|
set isResizingEnabled(v) {
|
|
319
|
-
this.i.
|
|
320
|
-
this._a("isResizingEnabled", this.i.
|
|
319
|
+
this.i.g7 = ensureBool(v);
|
|
320
|
+
this._a("isResizingEnabled", this.i.g7);
|
|
321
321
|
}
|
|
322
322
|
/**
|
|
323
323
|
* Gets or sets whether or not a column is hidden from the grid
|
|
324
324
|
*/
|
|
325
325
|
get isHidden() {
|
|
326
|
-
return this.i.
|
|
326
|
+
return this.i.g6;
|
|
327
327
|
}
|
|
328
328
|
set isHidden(v) {
|
|
329
|
-
this.i.
|
|
330
|
-
this._a("isHidden", this.i.
|
|
329
|
+
this.i.g6 = ensureBool(v);
|
|
330
|
+
this._a("isHidden", this.i.g6);
|
|
331
331
|
}
|
|
332
332
|
/**
|
|
333
333
|
* Gets or sets if a column should be removed from the grid when it is fully hidden
|
|
334
334
|
*/
|
|
335
335
|
get shouldRemoveWhenHidden() {
|
|
336
|
-
return this.i.
|
|
336
|
+
return this.i.ha;
|
|
337
337
|
}
|
|
338
338
|
set shouldRemoveWhenHidden(v) {
|
|
339
|
-
this.i.
|
|
340
|
-
this._a("shouldRemoveWhenHidden", this.i.
|
|
339
|
+
this.i.ha = ensureBool(v);
|
|
340
|
+
this._a("shouldRemoveWhenHidden", this.i.ha);
|
|
341
341
|
}
|
|
342
342
|
/**
|
|
343
343
|
* Gets the current sort direction (None, Ascending, Descending) for this column.
|
|
@@ -383,21 +383,21 @@ export let IgcColumnComponent = /*@__PURE__*/ (() => {
|
|
|
383
383
|
* Gets the actual column options icon color for this column.
|
|
384
384
|
*/
|
|
385
385
|
get actualColumnOptionsIconColor() {
|
|
386
|
-
return brushToString(this.i.
|
|
386
|
+
return brushToString(this.i.k8);
|
|
387
387
|
}
|
|
388
388
|
set actualColumnOptionsIconColor(v) {
|
|
389
|
-
this.i.
|
|
390
|
-
this._a("actualColumnOptionsIconColor", brushToString(this.i.
|
|
389
|
+
this.i.k8 = stringToBrush(v);
|
|
390
|
+
this._a("actualColumnOptionsIconColor", brushToString(this.i.k8));
|
|
391
391
|
}
|
|
392
392
|
/**
|
|
393
393
|
* Gets or sets the column options icon color for this column.
|
|
394
394
|
*/
|
|
395
395
|
get columnOptionsIconColor() {
|
|
396
|
-
return brushToString(this.i.
|
|
396
|
+
return brushToString(this.i.ld);
|
|
397
397
|
}
|
|
398
398
|
set columnOptionsIconColor(v) {
|
|
399
|
-
this.i.
|
|
400
|
-
this._a("columnOptionsIconColor", brushToString(this.i.
|
|
399
|
+
this.i.ld = stringToBrush(v);
|
|
400
|
+
this._a("columnOptionsIconColor", brushToString(this.i.ld));
|
|
401
401
|
}
|
|
402
402
|
/**
|
|
403
403
|
* Gets or sets how the column option icon will behave in the column header.
|
|
@@ -423,92 +423,112 @@ export let IgcColumnComponent = /*@__PURE__*/ (() => {
|
|
|
423
423
|
* Gets the actual state of the column options for this column.
|
|
424
424
|
*/
|
|
425
425
|
get actualIsColumnOptionsEnabled() {
|
|
426
|
-
return this.i.
|
|
426
|
+
return this.i.gs;
|
|
427
427
|
}
|
|
428
428
|
set actualIsColumnOptionsEnabled(v) {
|
|
429
|
-
this.i.
|
|
430
|
-
this._a("actualIsColumnOptionsEnabled", this.i.
|
|
429
|
+
this.i.gs = ensureBool(v);
|
|
430
|
+
this._a("actualIsColumnOptionsEnabled", this.i.gs);
|
|
431
431
|
}
|
|
432
432
|
/**
|
|
433
433
|
* Gets or sets the preferred state of the column options for this column. If the feature is disabled at the grid level
|
|
434
434
|
* then it will be disabled for the column regardless of what this is set to.
|
|
435
435
|
*/
|
|
436
436
|
get isColumnOptionsEnabled() {
|
|
437
|
-
return this.i.
|
|
437
|
+
return this.i.g0;
|
|
438
438
|
}
|
|
439
439
|
set isColumnOptionsEnabled(v) {
|
|
440
|
-
this.i.
|
|
441
|
-
this._a("isColumnOptionsEnabled", this.i.
|
|
440
|
+
this.i.g0 = ensureBool(v);
|
|
441
|
+
this._a("isColumnOptionsEnabled", this.i.g0);
|
|
442
442
|
}
|
|
443
443
|
/**
|
|
444
|
-
* Gets the actual state of the column options for this column.
|
|
444
|
+
* Gets the actual state of summaries menu in the column options for this column.
|
|
445
445
|
*/
|
|
446
446
|
get actualIsColumnOptionsSummariesEnabled() {
|
|
447
|
-
return this.i.
|
|
447
|
+
return this.i.gu;
|
|
448
448
|
}
|
|
449
449
|
set actualIsColumnOptionsSummariesEnabled(v) {
|
|
450
|
-
this.i.
|
|
451
|
-
this._a("actualIsColumnOptionsSummariesEnabled", this.i.
|
|
450
|
+
this.i.gu = ensureBool(v);
|
|
451
|
+
this._a("actualIsColumnOptionsSummariesEnabled", this.i.gu);
|
|
452
452
|
}
|
|
453
453
|
/**
|
|
454
454
|
* Gets or sets whether to show the summaries option in the column options menu for this column.
|
|
455
455
|
*/
|
|
456
456
|
get isColumnOptionsSummariesEnabled() {
|
|
457
|
-
return this.i.
|
|
457
|
+
return this.i.g2;
|
|
458
458
|
}
|
|
459
459
|
set isColumnOptionsSummariesEnabled(v) {
|
|
460
|
-
this.i.
|
|
461
|
-
this._a("isColumnOptionsSummariesEnabled", this.i.
|
|
460
|
+
this.i.g2 = ensureBool(v);
|
|
461
|
+
this._a("isColumnOptionsSummariesEnabled", this.i.g2);
|
|
462
|
+
}
|
|
463
|
+
/**
|
|
464
|
+
* Gets the actual state of grouping menu in the column options for this column.
|
|
465
|
+
*/
|
|
466
|
+
get actualIsColumnOptionsGroupingEnabled() {
|
|
467
|
+
return this.i.gt;
|
|
468
|
+
}
|
|
469
|
+
set actualIsColumnOptionsGroupingEnabled(v) {
|
|
470
|
+
this.i.gt = ensureBool(v);
|
|
471
|
+
this._a("actualIsColumnOptionsGroupingEnabled", this.i.gt);
|
|
472
|
+
}
|
|
473
|
+
/**
|
|
474
|
+
* Gets or sets whether to show the grouping option in the column options menu for this column.
|
|
475
|
+
*/
|
|
476
|
+
get isColumnOptionsGroupingEnabled() {
|
|
477
|
+
return this.i.g1;
|
|
478
|
+
}
|
|
479
|
+
set isColumnOptionsGroupingEnabled(v) {
|
|
480
|
+
this.i.g1 = ensureBool(v);
|
|
481
|
+
this._a("isColumnOptionsGroupingEnabled", this.i.g1);
|
|
462
482
|
}
|
|
463
483
|
/**
|
|
464
484
|
* Gets or sets if the column is editable.
|
|
465
485
|
*/
|
|
466
486
|
get isEditable() {
|
|
467
|
-
return this.i.
|
|
487
|
+
return this.i.g3;
|
|
468
488
|
}
|
|
469
489
|
set isEditable(v) {
|
|
470
|
-
this.i.
|
|
471
|
-
this._a("isEditable", this.i.
|
|
490
|
+
this.i.g3 = ensureBool(v);
|
|
491
|
+
this._a("isEditable", this.i.g3);
|
|
472
492
|
}
|
|
473
493
|
/**
|
|
474
494
|
* Gets or sets the text color used for deleted rows.
|
|
475
495
|
*/
|
|
476
496
|
get deletedTextColor() {
|
|
477
|
-
return brushToString(this.i.
|
|
497
|
+
return brushToString(this.i.le);
|
|
478
498
|
}
|
|
479
499
|
set deletedTextColor(v) {
|
|
480
|
-
this.i.
|
|
481
|
-
this._a("deletedTextColor", brushToString(this.i.
|
|
500
|
+
this.i.le = stringToBrush(v);
|
|
501
|
+
this._a("deletedTextColor", brushToString(this.i.le));
|
|
482
502
|
}
|
|
483
503
|
/**
|
|
484
504
|
* Gets the actual text color used for deleted rows.
|
|
485
505
|
*/
|
|
486
506
|
get actualDeletedTextColor() {
|
|
487
|
-
return brushToString(this.i.
|
|
507
|
+
return brushToString(this.i.k9);
|
|
488
508
|
}
|
|
489
509
|
set actualDeletedTextColor(v) {
|
|
490
|
-
this.i.
|
|
491
|
-
this._a("actualDeletedTextColor", brushToString(this.i.
|
|
510
|
+
this.i.k9 = stringToBrush(v);
|
|
511
|
+
this._a("actualDeletedTextColor", brushToString(this.i.k9));
|
|
492
512
|
}
|
|
493
513
|
/**
|
|
494
514
|
* Gets or sets the opacity to use for unsaved edited cell values.
|
|
495
515
|
*/
|
|
496
516
|
get editOpacity() {
|
|
497
|
-
return this.i.
|
|
517
|
+
return this.i.hg;
|
|
498
518
|
}
|
|
499
519
|
set editOpacity(v) {
|
|
500
|
-
this.i.
|
|
501
|
-
this._a("editOpacity", this.i.
|
|
520
|
+
this.i.hg = +v;
|
|
521
|
+
this._a("editOpacity", this.i.hg);
|
|
502
522
|
}
|
|
503
523
|
/**
|
|
504
524
|
* Gets the actual opacity for unsaved edited cell values.
|
|
505
525
|
*/
|
|
506
526
|
get actualEditOpacity() {
|
|
507
|
-
return this.i.
|
|
527
|
+
return this.i.hf;
|
|
508
528
|
}
|
|
509
529
|
set actualEditOpacity(v) {
|
|
510
|
-
this.i.
|
|
511
|
-
this._a("actualEditOpacity", this.i.
|
|
530
|
+
this.i.hf = +v;
|
|
531
|
+
this._a("actualEditOpacity", this.i.hf);
|
|
512
532
|
}
|
|
513
533
|
/**
|
|
514
534
|
* Gets or sets the font style to use for unsaved cell edits.
|
|
@@ -574,41 +594,41 @@ export let IgcColumnComponent = /*@__PURE__*/ (() => {
|
|
|
574
594
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
575
595
|
*/
|
|
576
596
|
get mergedCellPaddingLeft() {
|
|
577
|
-
return this.i.
|
|
597
|
+
return this.i.hu;
|
|
578
598
|
}
|
|
579
599
|
set mergedCellPaddingLeft(v) {
|
|
580
|
-
this.i.
|
|
581
|
-
this._a("mergedCellPaddingLeft", this.i.
|
|
600
|
+
this.i.hu = +v;
|
|
601
|
+
this._a("mergedCellPaddingLeft", this.i.hu);
|
|
582
602
|
}
|
|
583
603
|
/**
|
|
584
604
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
585
605
|
*/
|
|
586
606
|
get mergedCellPaddingTop() {
|
|
587
|
-
return this.i.
|
|
607
|
+
return this.i.hw;
|
|
588
608
|
}
|
|
589
609
|
set mergedCellPaddingTop(v) {
|
|
590
|
-
this.i.
|
|
591
|
-
this._a("mergedCellPaddingTop", this.i.
|
|
610
|
+
this.i.hw = +v;
|
|
611
|
+
this._a("mergedCellPaddingTop", this.i.hw);
|
|
592
612
|
}
|
|
593
613
|
/**
|
|
594
614
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
595
615
|
*/
|
|
596
616
|
get mergedCellPaddingRight() {
|
|
597
|
-
return this.i.
|
|
617
|
+
return this.i.hv;
|
|
598
618
|
}
|
|
599
619
|
set mergedCellPaddingRight(v) {
|
|
600
|
-
this.i.
|
|
601
|
-
this._a("mergedCellPaddingRight", this.i.
|
|
620
|
+
this.i.hv = +v;
|
|
621
|
+
this._a("mergedCellPaddingRight", this.i.hv);
|
|
602
622
|
}
|
|
603
623
|
/**
|
|
604
624
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
605
625
|
*/
|
|
606
626
|
get mergedCellPaddingBottom() {
|
|
607
|
-
return this.i.
|
|
627
|
+
return this.i.ht;
|
|
608
628
|
}
|
|
609
629
|
set mergedCellPaddingBottom(v) {
|
|
610
|
-
this.i.
|
|
611
|
-
this._a("mergedCellPaddingBottom", this.i.
|
|
630
|
+
this.i.ht = +v;
|
|
631
|
+
this._a("mergedCellPaddingBottom", this.i.ht);
|
|
612
632
|
}
|
|
613
633
|
/**
|
|
614
634
|
* Gets or sets whether UI filters are case sensitive or not.
|
|
@@ -682,18 +702,18 @@ export let IgcColumnComponent = /*@__PURE__*/ (() => {
|
|
|
682
702
|
|
|
683
703
|
*/
|
|
684
704
|
getUniqueKey() {
|
|
685
|
-
let iv = this.i.
|
|
705
|
+
let iv = this.i.jc();
|
|
686
706
|
return (iv);
|
|
687
707
|
}
|
|
688
708
|
setNamedHeaderValue(valueName, animationType, value) {
|
|
689
|
-
this.i.
|
|
709
|
+
this.i.kj(valueName, (animationType == null ? null : animationType), value);
|
|
690
710
|
}
|
|
691
711
|
/**
|
|
692
712
|
* Returns if the column has named header values.
|
|
693
713
|
|
|
694
714
|
*/
|
|
695
715
|
hasNamedHeaderValues() {
|
|
696
|
-
let iv = this.i.
|
|
716
|
+
let iv = this.i.gx();
|
|
697
717
|
return (iv);
|
|
698
718
|
}
|
|
699
719
|
/**
|
|
@@ -702,7 +722,7 @@ export let IgcColumnComponent = /*@__PURE__*/ (() => {
|
|
|
702
722
|
* @param valueName * The named value to check for.
|
|
703
723
|
*/
|
|
704
724
|
hasNamedHeaderValue(valueName) {
|
|
705
|
-
let iv = this.i.
|
|
725
|
+
let iv = this.i.gw(valueName);
|
|
706
726
|
return (iv);
|
|
707
727
|
}
|
|
708
728
|
/**
|
|
@@ -711,7 +731,7 @@ export let IgcColumnComponent = /*@__PURE__*/ (() => {
|
|
|
711
731
|
* @param valueName * The named header value to remove.
|
|
712
732
|
*/
|
|
713
733
|
removeNamedHeaderValue(valueName) {
|
|
714
|
-
this.i.
|
|
734
|
+
this.i.ki(valueName);
|
|
715
735
|
}
|
|
716
736
|
/**
|
|
717
737
|
* Gets the value of a named header value for this column by name.
|
|
@@ -719,11 +739,11 @@ export let IgcColumnComponent = /*@__PURE__*/ (() => {
|
|
|
719
739
|
* @param valueName * Name of the named header value to retrieve.
|
|
720
740
|
*/
|
|
721
741
|
getNamedHeaderValue(valueName) {
|
|
722
|
-
let iv = this.i.
|
|
742
|
+
let iv = this.i.h8(valueName);
|
|
723
743
|
return (iv);
|
|
724
744
|
}
|
|
725
745
|
applyCustomFilter(filterID, index, value) {
|
|
726
|
-
this.i.
|
|
746
|
+
this.i.kd(filterID, index, value);
|
|
727
747
|
}
|
|
728
748
|
get actualHeaderTextChange() {
|
|
729
749
|
return this._actualHeaderTextChange;
|
|
@@ -737,7 +757,7 @@ export let IgcColumnComponent = /*@__PURE__*/ (() => {
|
|
|
737
757
|
this._actualHeaderTextChange = ev;
|
|
738
758
|
this._actualHeaderTextChange_wrapped = (o, e) => {
|
|
739
759
|
let ext = this.actualHeaderText;
|
|
740
|
-
if (e.propertyName == '
|
|
760
|
+
if (e.propertyName == 'Il') {
|
|
741
761
|
if (this.beforeActualHeaderTextChange) {
|
|
742
762
|
this.beforeActualHeaderTextChange(this, ext);
|
|
743
763
|
}
|
|
@@ -206,20 +206,20 @@ export let IgcColumnGroupingComponent = /*@__PURE__*/ (() => {
|
|
|
206
206
|
* Gets or Sets the property name that contains the values.
|
|
207
207
|
*/
|
|
208
208
|
get title() {
|
|
209
|
-
return this.i.
|
|
209
|
+
return this.i.al;
|
|
210
210
|
}
|
|
211
211
|
set title(v) {
|
|
212
|
-
this.i.
|
|
212
|
+
this.i.al = v;
|
|
213
213
|
}
|
|
214
214
|
/**
|
|
215
215
|
* Gets or Sets the property name that contains the values.
|
|
216
216
|
*/
|
|
217
217
|
get titleColor() {
|
|
218
|
-
return brushToString(this.i.
|
|
218
|
+
return brushToString(this.i.bm);
|
|
219
219
|
}
|
|
220
220
|
set titleColor(v) {
|
|
221
|
-
this.i.
|
|
222
|
-
this._a("titleColor", brushToString(this.i.
|
|
221
|
+
this.i.bm = stringToBrush(v);
|
|
222
|
+
this._a("titleColor", brushToString(this.i.bm));
|
|
223
223
|
}
|
|
224
224
|
/**
|
|
225
225
|
* Gets or Sets the property name that contains the values.
|
|
@@ -240,41 +240,51 @@ export let IgcColumnGroupingComponent = /*@__PURE__*/ (() => {
|
|
|
240
240
|
* Gets or Sets the property name that contains the values.
|
|
241
241
|
*/
|
|
242
242
|
get textColor() {
|
|
243
|
-
return brushToString(this.i.
|
|
243
|
+
return brushToString(this.i.bl);
|
|
244
244
|
}
|
|
245
245
|
set textColor(v) {
|
|
246
|
-
this.i.
|
|
247
|
-
this._a("textColor", brushToString(this.i.
|
|
246
|
+
this.i.bl = stringToBrush(v);
|
|
247
|
+
this._a("textColor", brushToString(this.i.bl));
|
|
248
248
|
}
|
|
249
249
|
/**
|
|
250
250
|
* Gets or Sets the property name that contains the values.
|
|
251
251
|
*/
|
|
252
252
|
get iconColor() {
|
|
253
|
-
return brushToString(this.i.
|
|
253
|
+
return brushToString(this.i.bi);
|
|
254
254
|
}
|
|
255
255
|
set iconColor(v) {
|
|
256
|
-
this.i.
|
|
257
|
-
this._a("iconColor", brushToString(this.i.
|
|
256
|
+
this.i.bi = stringToBrush(v);
|
|
257
|
+
this._a("iconColor", brushToString(this.i.bi));
|
|
258
258
|
}
|
|
259
259
|
/**
|
|
260
|
-
* Gets or
|
|
260
|
+
* Gets or sets the background color of the column items in the group area.
|
|
261
261
|
*/
|
|
262
|
-
get
|
|
263
|
-
return brushToString(this.i.
|
|
262
|
+
get itemBackgroundColor() {
|
|
263
|
+
return brushToString(this.i.bj);
|
|
264
264
|
}
|
|
265
|
-
set
|
|
266
|
-
this.i.
|
|
267
|
-
this._a("
|
|
265
|
+
set itemBackgroundColor(v) {
|
|
266
|
+
this.i.bj = stringToBrush(v);
|
|
267
|
+
this._a("itemBackgroundColor", brushToString(this.i.bj));
|
|
268
268
|
}
|
|
269
269
|
/**
|
|
270
|
-
* Gets or
|
|
270
|
+
* Gets or sets the background color of the column items when hovered by the mouse.
|
|
271
271
|
*/
|
|
272
|
-
get
|
|
273
|
-
return brushToString(this.i.
|
|
272
|
+
get itemHoverBackgroundColor() {
|
|
273
|
+
return brushToString(this.i.bk);
|
|
274
274
|
}
|
|
275
|
-
set
|
|
276
|
-
this.i.
|
|
277
|
-
this._a("
|
|
275
|
+
set itemHoverBackgroundColor(v) {
|
|
276
|
+
this.i.bk = stringToBrush(v);
|
|
277
|
+
this._a("itemHoverBackgroundColor", brushToString(this.i.bk));
|
|
278
|
+
}
|
|
279
|
+
/**
|
|
280
|
+
* Gets or sets the background of the group by area.
|
|
281
|
+
*/
|
|
282
|
+
get backgroundColor() {
|
|
283
|
+
return brushToString(this.i.bh);
|
|
284
|
+
}
|
|
285
|
+
set backgroundColor(v) {
|
|
286
|
+
this.i.bh = stringToBrush(v);
|
|
287
|
+
this._a("backgroundColor", brushToString(this.i.bh));
|
|
278
288
|
}
|
|
279
289
|
findByName(name) {
|
|
280
290
|
if (this.targetGrid && this.targetGrid.name && this.targetGrid.name == name) {
|