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
|
@@ -69,11 +69,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
69
69
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
70
70
|
*/
|
|
71
71
|
get: function () {
|
|
72
|
-
return this.i.
|
|
72
|
+
return this.i.h1;
|
|
73
73
|
},
|
|
74
74
|
set: function (v) {
|
|
75
|
-
this.i.
|
|
76
|
-
this._a("paddingLeft", this.i.
|
|
75
|
+
this.i.h1 = +v;
|
|
76
|
+
this._a("paddingLeft", this.i.h1);
|
|
77
77
|
},
|
|
78
78
|
enumerable: true,
|
|
79
79
|
configurable: true
|
|
@@ -83,11 +83,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
83
83
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
84
84
|
*/
|
|
85
85
|
get: function () {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.h3;
|
|
87
87
|
},
|
|
88
88
|
set: function (v) {
|
|
89
|
-
this.i.
|
|
90
|
-
this._a("paddingTop", this.i.
|
|
89
|
+
this.i.h3 = +v;
|
|
90
|
+
this._a("paddingTop", this.i.h3);
|
|
91
91
|
},
|
|
92
92
|
enumerable: true,
|
|
93
93
|
configurable: true
|
|
@@ -97,11 +97,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
97
97
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
98
98
|
*/
|
|
99
99
|
get: function () {
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.h2;
|
|
101
101
|
},
|
|
102
102
|
set: function (v) {
|
|
103
|
-
this.i.
|
|
104
|
-
this._a("paddingRight", this.i.
|
|
103
|
+
this.i.h2 = +v;
|
|
104
|
+
this._a("paddingRight", this.i.h2);
|
|
105
105
|
},
|
|
106
106
|
enumerable: true,
|
|
107
107
|
configurable: true
|
|
@@ -111,11 +111,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
111
111
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
112
112
|
*/
|
|
113
113
|
get: function () {
|
|
114
|
-
return this.i.
|
|
114
|
+
return this.i.h0;
|
|
115
115
|
},
|
|
116
116
|
set: function (v) {
|
|
117
|
-
this.i.
|
|
118
|
-
this._a("paddingBottom", this.i.
|
|
117
|
+
this.i.h0 = +v;
|
|
118
|
+
this._a("paddingBottom", this.i.h0);
|
|
119
119
|
},
|
|
120
120
|
enumerable: true,
|
|
121
121
|
configurable: true
|
|
@@ -125,10 +125,10 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
125
125
|
* Gets or sets an unique name of the Column
|
|
126
126
|
*/
|
|
127
127
|
get: function () {
|
|
128
|
-
return this.i.
|
|
128
|
+
return this.i.jy;
|
|
129
129
|
},
|
|
130
130
|
set: function (v) {
|
|
131
|
-
this.i.
|
|
131
|
+
this.i.jy = v;
|
|
132
132
|
},
|
|
133
133
|
enumerable: true,
|
|
134
134
|
configurable: true
|
|
@@ -138,10 +138,10 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
138
138
|
* Gets or sets the key used for the column binding
|
|
139
139
|
*/
|
|
140
140
|
get: function () {
|
|
141
|
-
return this.i.
|
|
141
|
+
return this.i.i7;
|
|
142
142
|
},
|
|
143
143
|
set: function (v) {
|
|
144
|
-
this.i.
|
|
144
|
+
this.i.i7 = v;
|
|
145
145
|
},
|
|
146
146
|
enumerable: true,
|
|
147
147
|
configurable: true
|
|
@@ -151,10 +151,10 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
151
151
|
* Gets or sets the text displayed in the header of the column
|
|
152
152
|
*/
|
|
153
153
|
get: function () {
|
|
154
|
-
return this.i.
|
|
154
|
+
return this.i.je;
|
|
155
155
|
},
|
|
156
156
|
set: function (v) {
|
|
157
|
-
this.i.
|
|
157
|
+
this.i.je = v;
|
|
158
158
|
},
|
|
159
159
|
enumerable: true,
|
|
160
160
|
configurable: true
|
|
@@ -164,10 +164,10 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
164
164
|
* Gets the actual text displayed in the header of the column
|
|
165
165
|
*/
|
|
166
166
|
get: function () {
|
|
167
|
-
return this.i.
|
|
167
|
+
return this.i.il;
|
|
168
168
|
},
|
|
169
169
|
set: function (v) {
|
|
170
|
-
this.i.
|
|
170
|
+
this.i.il = v;
|
|
171
171
|
},
|
|
172
172
|
enumerable: true,
|
|
173
173
|
configurable: true
|
|
@@ -177,11 +177,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
177
177
|
* Gets or sets the background color to use for the cells when they are selected
|
|
178
178
|
*/
|
|
179
179
|
get: function () {
|
|
180
|
-
return brushToString(this.i.
|
|
180
|
+
return brushToString(this.i.lj);
|
|
181
181
|
},
|
|
182
182
|
set: function (v) {
|
|
183
|
-
this.i.
|
|
184
|
-
this._a("selectedBackground", brushToString(this.i.
|
|
183
|
+
this.i.lj = stringToBrush(v);
|
|
184
|
+
this._a("selectedBackground", brushToString(this.i.lj));
|
|
185
185
|
},
|
|
186
186
|
enumerable: true,
|
|
187
187
|
configurable: true
|
|
@@ -191,11 +191,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
191
191
|
* Gets the actual background color that is used for the cells when they are selected
|
|
192
192
|
*/
|
|
193
193
|
get: function () {
|
|
194
|
-
return brushToString(this.i.
|
|
194
|
+
return brushToString(this.i.lc);
|
|
195
195
|
},
|
|
196
196
|
set: function (v) {
|
|
197
|
-
this.i.
|
|
198
|
-
this._a("actualSelectedBackground", brushToString(this.i.
|
|
197
|
+
this.i.lc = stringToBrush(v);
|
|
198
|
+
this._a("actualSelectedBackground", brushToString(this.i.lc));
|
|
199
199
|
},
|
|
200
200
|
enumerable: true,
|
|
201
201
|
configurable: true
|
|
@@ -205,11 +205,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
205
205
|
* Gets or sets the background color to use for the cells when the row is hovered.
|
|
206
206
|
*/
|
|
207
207
|
get: function () {
|
|
208
|
-
return brushToString(this.i.
|
|
208
|
+
return brushToString(this.i.lh);
|
|
209
209
|
},
|
|
210
210
|
set: function (v) {
|
|
211
|
-
this.i.
|
|
212
|
-
this._a("rowHoverBackground", brushToString(this.i.
|
|
211
|
+
this.i.lh = stringToBrush(v);
|
|
212
|
+
this._a("rowHoverBackground", brushToString(this.i.lh));
|
|
213
213
|
},
|
|
214
214
|
enumerable: true,
|
|
215
215
|
configurable: true
|
|
@@ -219,11 +219,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
219
219
|
* Gets the actual background color that is used for the cells when they are hovered.
|
|
220
220
|
*/
|
|
221
221
|
get: function () {
|
|
222
|
-
return brushToString(this.i.
|
|
222
|
+
return brushToString(this.i.la);
|
|
223
223
|
},
|
|
224
224
|
set: function (v) {
|
|
225
|
-
this.i.
|
|
226
|
-
this._a("actualHoverBackground", brushToString(this.i.
|
|
225
|
+
this.i.la = stringToBrush(v);
|
|
226
|
+
this._a("actualHoverBackground", brushToString(this.i.la));
|
|
227
227
|
},
|
|
228
228
|
enumerable: true,
|
|
229
229
|
configurable: true
|
|
@@ -233,11 +233,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
233
233
|
* Gets or sets the text color to use for the cells when the row is hovered.
|
|
234
234
|
*/
|
|
235
235
|
get: function () {
|
|
236
|
-
return brushToString(this.i.
|
|
236
|
+
return brushToString(this.i.li);
|
|
237
237
|
},
|
|
238
238
|
set: function (v) {
|
|
239
|
-
this.i.
|
|
240
|
-
this._a("rowHoverTextColor", brushToString(this.i.
|
|
239
|
+
this.i.li = stringToBrush(v);
|
|
240
|
+
this._a("rowHoverTextColor", brushToString(this.i.li));
|
|
241
241
|
},
|
|
242
242
|
enumerable: true,
|
|
243
243
|
configurable: true
|
|
@@ -247,11 +247,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
247
247
|
* Gets the actual text color that is used for the cells when they are hovered.
|
|
248
248
|
*/
|
|
249
249
|
get: function () {
|
|
250
|
-
return brushToString(this.i.
|
|
250
|
+
return brushToString(this.i.lb);
|
|
251
251
|
},
|
|
252
252
|
set: function (v) {
|
|
253
|
-
this.i.
|
|
254
|
-
this._a("actualRowHoverTextColor", brushToString(this.i.
|
|
253
|
+
this.i.lb = stringToBrush(v);
|
|
254
|
+
this._a("actualRowHoverTextColor", brushToString(this.i.lb));
|
|
255
255
|
},
|
|
256
256
|
enumerable: true,
|
|
257
257
|
configurable: true
|
|
@@ -309,11 +309,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
309
309
|
* Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
|
|
310
310
|
*/
|
|
311
311
|
get: function () {
|
|
312
|
-
return this.i.
|
|
312
|
+
return this.i.hh;
|
|
313
313
|
},
|
|
314
314
|
set: function (v) {
|
|
315
|
-
this.i.
|
|
316
|
-
this._a("minWidth", this.i.
|
|
315
|
+
this.i.hh = +v;
|
|
316
|
+
this._a("minWidth", this.i.hh);
|
|
317
317
|
},
|
|
318
318
|
enumerable: true,
|
|
319
319
|
configurable: true
|
|
@@ -323,11 +323,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
323
323
|
* Gets whether this column was projected from markup/templates and is constrained.
|
|
324
324
|
*/
|
|
325
325
|
get: function () {
|
|
326
|
-
return this.i.
|
|
326
|
+
return this.i.g5;
|
|
327
327
|
},
|
|
328
328
|
set: function (v) {
|
|
329
|
-
this.i.
|
|
330
|
-
this._a("isFromMarkup", this.i.
|
|
329
|
+
this.i.g5 = ensureBool(v);
|
|
330
|
+
this._a("isFromMarkup", this.i.g5);
|
|
331
331
|
},
|
|
332
332
|
enumerable: true,
|
|
333
333
|
configurable: true
|
|
@@ -337,11 +337,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
337
337
|
* Gets whether this column was auto generated.
|
|
338
338
|
*/
|
|
339
339
|
get: function () {
|
|
340
|
-
return this.i.
|
|
340
|
+
return this.i.gz;
|
|
341
341
|
},
|
|
342
342
|
set: function (v) {
|
|
343
|
-
this.i.
|
|
344
|
-
this._a("isAutoGenerated", this.i.
|
|
343
|
+
this.i.gz = ensureBool(v);
|
|
344
|
+
this._a("isAutoGenerated", this.i.gz);
|
|
345
345
|
},
|
|
346
346
|
enumerable: true,
|
|
347
347
|
configurable: true
|
|
@@ -402,11 +402,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
402
402
|
* Gets or sets whether filtering is enabled for this column.
|
|
403
403
|
*/
|
|
404
404
|
get: function () {
|
|
405
|
-
return this.i.
|
|
405
|
+
return this.i.g4;
|
|
406
406
|
},
|
|
407
407
|
set: function (v) {
|
|
408
|
-
this.i.
|
|
409
|
-
this._a("isFilteringEnabled", this.i.
|
|
408
|
+
this.i.g4 = ensureBool(v);
|
|
409
|
+
this._a("isFilteringEnabled", this.i.g4);
|
|
410
410
|
},
|
|
411
411
|
enumerable: true,
|
|
412
412
|
configurable: true
|
|
@@ -416,11 +416,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
416
416
|
* Gets or sets whether resizing is enabled for this column.
|
|
417
417
|
*/
|
|
418
418
|
get: function () {
|
|
419
|
-
return this.i.
|
|
419
|
+
return this.i.g7;
|
|
420
420
|
},
|
|
421
421
|
set: function (v) {
|
|
422
|
-
this.i.
|
|
423
|
-
this._a("isResizingEnabled", this.i.
|
|
422
|
+
this.i.g7 = ensureBool(v);
|
|
423
|
+
this._a("isResizingEnabled", this.i.g7);
|
|
424
424
|
},
|
|
425
425
|
enumerable: true,
|
|
426
426
|
configurable: true
|
|
@@ -430,11 +430,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
430
430
|
* Gets or sets whether or not a column is hidden from the grid
|
|
431
431
|
*/
|
|
432
432
|
get: function () {
|
|
433
|
-
return this.i.
|
|
433
|
+
return this.i.g6;
|
|
434
434
|
},
|
|
435
435
|
set: function (v) {
|
|
436
|
-
this.i.
|
|
437
|
-
this._a("isHidden", this.i.
|
|
436
|
+
this.i.g6 = ensureBool(v);
|
|
437
|
+
this._a("isHidden", this.i.g6);
|
|
438
438
|
},
|
|
439
439
|
enumerable: true,
|
|
440
440
|
configurable: true
|
|
@@ -444,11 +444,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
444
444
|
* Gets or sets if a column should be removed from the grid when it is fully hidden
|
|
445
445
|
*/
|
|
446
446
|
get: function () {
|
|
447
|
-
return this.i.
|
|
447
|
+
return this.i.ha;
|
|
448
448
|
},
|
|
449
449
|
set: function (v) {
|
|
450
|
-
this.i.
|
|
451
|
-
this._a("shouldRemoveWhenHidden", this.i.
|
|
450
|
+
this.i.ha = ensureBool(v);
|
|
451
|
+
this._a("shouldRemoveWhenHidden", this.i.ha);
|
|
452
452
|
},
|
|
453
453
|
enumerable: true,
|
|
454
454
|
configurable: true
|
|
@@ -514,11 +514,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
514
514
|
* Gets the actual column options icon color for this column.
|
|
515
515
|
*/
|
|
516
516
|
get: function () {
|
|
517
|
-
return brushToString(this.i.
|
|
517
|
+
return brushToString(this.i.k8);
|
|
518
518
|
},
|
|
519
519
|
set: function (v) {
|
|
520
|
-
this.i.
|
|
521
|
-
this._a("actualColumnOptionsIconColor", brushToString(this.i.
|
|
520
|
+
this.i.k8 = stringToBrush(v);
|
|
521
|
+
this._a("actualColumnOptionsIconColor", brushToString(this.i.k8));
|
|
522
522
|
},
|
|
523
523
|
enumerable: true,
|
|
524
524
|
configurable: true
|
|
@@ -528,11 +528,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
528
528
|
* Gets or sets the column options icon color for this column.
|
|
529
529
|
*/
|
|
530
530
|
get: function () {
|
|
531
|
-
return brushToString(this.i.
|
|
531
|
+
return brushToString(this.i.ld);
|
|
532
532
|
},
|
|
533
533
|
set: function (v) {
|
|
534
|
-
this.i.
|
|
535
|
-
this._a("columnOptionsIconColor", brushToString(this.i.
|
|
534
|
+
this.i.ld = stringToBrush(v);
|
|
535
|
+
this._a("columnOptionsIconColor", brushToString(this.i.ld));
|
|
536
536
|
},
|
|
537
537
|
enumerable: true,
|
|
538
538
|
configurable: true
|
|
@@ -570,11 +570,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
570
570
|
* Gets the actual state of the column options for this column.
|
|
571
571
|
*/
|
|
572
572
|
get: function () {
|
|
573
|
-
return this.i.
|
|
573
|
+
return this.i.gs;
|
|
574
574
|
},
|
|
575
575
|
set: function (v) {
|
|
576
|
-
this.i.
|
|
577
|
-
this._a("actualIsColumnOptionsEnabled", this.i.
|
|
576
|
+
this.i.gs = ensureBool(v);
|
|
577
|
+
this._a("actualIsColumnOptionsEnabled", this.i.gs);
|
|
578
578
|
},
|
|
579
579
|
enumerable: true,
|
|
580
580
|
configurable: true
|
|
@@ -585,25 +585,25 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
585
585
|
* then it will be disabled for the column regardless of what this is set to.
|
|
586
586
|
*/
|
|
587
587
|
get: function () {
|
|
588
|
-
return this.i.
|
|
588
|
+
return this.i.g0;
|
|
589
589
|
},
|
|
590
590
|
set: function (v) {
|
|
591
|
-
this.i.
|
|
592
|
-
this._a("isColumnOptionsEnabled", this.i.
|
|
591
|
+
this.i.g0 = ensureBool(v);
|
|
592
|
+
this._a("isColumnOptionsEnabled", this.i.g0);
|
|
593
593
|
},
|
|
594
594
|
enumerable: true,
|
|
595
595
|
configurable: true
|
|
596
596
|
});
|
|
597
597
|
Object.defineProperty(IgcColumnComponent.prototype, "actualIsColumnOptionsSummariesEnabled", {
|
|
598
598
|
/**
|
|
599
|
-
* Gets the actual state of the column options for this column.
|
|
599
|
+
* Gets the actual state of summaries menu in the column options for this column.
|
|
600
600
|
*/
|
|
601
601
|
get: function () {
|
|
602
|
-
return this.i.
|
|
602
|
+
return this.i.gu;
|
|
603
603
|
},
|
|
604
604
|
set: function (v) {
|
|
605
|
-
this.i.
|
|
606
|
-
this._a("actualIsColumnOptionsSummariesEnabled", this.i.
|
|
605
|
+
this.i.gu = ensureBool(v);
|
|
606
|
+
this._a("actualIsColumnOptionsSummariesEnabled", this.i.gu);
|
|
607
607
|
},
|
|
608
608
|
enumerable: true,
|
|
609
609
|
configurable: true
|
|
@@ -613,11 +613,39 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
613
613
|
* Gets or sets whether to show the summaries option in the column options menu for this column.
|
|
614
614
|
*/
|
|
615
615
|
get: function () {
|
|
616
|
-
return this.i.
|
|
616
|
+
return this.i.g2;
|
|
617
617
|
},
|
|
618
618
|
set: function (v) {
|
|
619
|
-
this.i.
|
|
620
|
-
this._a("isColumnOptionsSummariesEnabled", this.i.
|
|
619
|
+
this.i.g2 = ensureBool(v);
|
|
620
|
+
this._a("isColumnOptionsSummariesEnabled", this.i.g2);
|
|
621
|
+
},
|
|
622
|
+
enumerable: true,
|
|
623
|
+
configurable: true
|
|
624
|
+
});
|
|
625
|
+
Object.defineProperty(IgcColumnComponent.prototype, "actualIsColumnOptionsGroupingEnabled", {
|
|
626
|
+
/**
|
|
627
|
+
* Gets the actual state of grouping menu in the column options for this column.
|
|
628
|
+
*/
|
|
629
|
+
get: function () {
|
|
630
|
+
return this.i.gt;
|
|
631
|
+
},
|
|
632
|
+
set: function (v) {
|
|
633
|
+
this.i.gt = ensureBool(v);
|
|
634
|
+
this._a("actualIsColumnOptionsGroupingEnabled", this.i.gt);
|
|
635
|
+
},
|
|
636
|
+
enumerable: true,
|
|
637
|
+
configurable: true
|
|
638
|
+
});
|
|
639
|
+
Object.defineProperty(IgcColumnComponent.prototype, "isColumnOptionsGroupingEnabled", {
|
|
640
|
+
/**
|
|
641
|
+
* Gets or sets whether to show the grouping option in the column options menu for this column.
|
|
642
|
+
*/
|
|
643
|
+
get: function () {
|
|
644
|
+
return this.i.g1;
|
|
645
|
+
},
|
|
646
|
+
set: function (v) {
|
|
647
|
+
this.i.g1 = ensureBool(v);
|
|
648
|
+
this._a("isColumnOptionsGroupingEnabled", this.i.g1);
|
|
621
649
|
},
|
|
622
650
|
enumerable: true,
|
|
623
651
|
configurable: true
|
|
@@ -627,11 +655,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
627
655
|
* Gets or sets if the column is editable.
|
|
628
656
|
*/
|
|
629
657
|
get: function () {
|
|
630
|
-
return this.i.
|
|
658
|
+
return this.i.g3;
|
|
631
659
|
},
|
|
632
660
|
set: function (v) {
|
|
633
|
-
this.i.
|
|
634
|
-
this._a("isEditable", this.i.
|
|
661
|
+
this.i.g3 = ensureBool(v);
|
|
662
|
+
this._a("isEditable", this.i.g3);
|
|
635
663
|
},
|
|
636
664
|
enumerable: true,
|
|
637
665
|
configurable: true
|
|
@@ -641,11 +669,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
641
669
|
* Gets or sets the text color used for deleted rows.
|
|
642
670
|
*/
|
|
643
671
|
get: function () {
|
|
644
|
-
return brushToString(this.i.
|
|
672
|
+
return brushToString(this.i.le);
|
|
645
673
|
},
|
|
646
674
|
set: function (v) {
|
|
647
|
-
this.i.
|
|
648
|
-
this._a("deletedTextColor", brushToString(this.i.
|
|
675
|
+
this.i.le = stringToBrush(v);
|
|
676
|
+
this._a("deletedTextColor", brushToString(this.i.le));
|
|
649
677
|
},
|
|
650
678
|
enumerable: true,
|
|
651
679
|
configurable: true
|
|
@@ -655,11 +683,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
655
683
|
* Gets the actual text color used for deleted rows.
|
|
656
684
|
*/
|
|
657
685
|
get: function () {
|
|
658
|
-
return brushToString(this.i.
|
|
686
|
+
return brushToString(this.i.k9);
|
|
659
687
|
},
|
|
660
688
|
set: function (v) {
|
|
661
|
-
this.i.
|
|
662
|
-
this._a("actualDeletedTextColor", brushToString(this.i.
|
|
689
|
+
this.i.k9 = stringToBrush(v);
|
|
690
|
+
this._a("actualDeletedTextColor", brushToString(this.i.k9));
|
|
663
691
|
},
|
|
664
692
|
enumerable: true,
|
|
665
693
|
configurable: true
|
|
@@ -669,11 +697,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
669
697
|
* Gets or sets the opacity to use for unsaved edited cell values.
|
|
670
698
|
*/
|
|
671
699
|
get: function () {
|
|
672
|
-
return this.i.
|
|
700
|
+
return this.i.hg;
|
|
673
701
|
},
|
|
674
702
|
set: function (v) {
|
|
675
|
-
this.i.
|
|
676
|
-
this._a("editOpacity", this.i.
|
|
703
|
+
this.i.hg = +v;
|
|
704
|
+
this._a("editOpacity", this.i.hg);
|
|
677
705
|
},
|
|
678
706
|
enumerable: true,
|
|
679
707
|
configurable: true
|
|
@@ -683,11 +711,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
683
711
|
* Gets the actual opacity for unsaved edited cell values.
|
|
684
712
|
*/
|
|
685
713
|
get: function () {
|
|
686
|
-
return this.i.
|
|
714
|
+
return this.i.hf;
|
|
687
715
|
},
|
|
688
716
|
set: function (v) {
|
|
689
|
-
this.i.
|
|
690
|
-
this._a("actualEditOpacity", this.i.
|
|
717
|
+
this.i.hf = +v;
|
|
718
|
+
this._a("actualEditOpacity", this.i.hf);
|
|
691
719
|
},
|
|
692
720
|
enumerable: true,
|
|
693
721
|
configurable: true
|
|
@@ -777,11 +805,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
777
805
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
778
806
|
*/
|
|
779
807
|
get: function () {
|
|
780
|
-
return this.i.
|
|
808
|
+
return this.i.hu;
|
|
781
809
|
},
|
|
782
810
|
set: function (v) {
|
|
783
|
-
this.i.
|
|
784
|
-
this._a("mergedCellPaddingLeft", this.i.
|
|
811
|
+
this.i.hu = +v;
|
|
812
|
+
this._a("mergedCellPaddingLeft", this.i.hu);
|
|
785
813
|
},
|
|
786
814
|
enumerable: true,
|
|
787
815
|
configurable: true
|
|
@@ -791,11 +819,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
791
819
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
792
820
|
*/
|
|
793
821
|
get: function () {
|
|
794
|
-
return this.i.
|
|
822
|
+
return this.i.hw;
|
|
795
823
|
},
|
|
796
824
|
set: function (v) {
|
|
797
|
-
this.i.
|
|
798
|
-
this._a("mergedCellPaddingTop", this.i.
|
|
825
|
+
this.i.hw = +v;
|
|
826
|
+
this._a("mergedCellPaddingTop", this.i.hw);
|
|
799
827
|
},
|
|
800
828
|
enumerable: true,
|
|
801
829
|
configurable: true
|
|
@@ -805,11 +833,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
805
833
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
806
834
|
*/
|
|
807
835
|
get: function () {
|
|
808
|
-
return this.i.
|
|
836
|
+
return this.i.hv;
|
|
809
837
|
},
|
|
810
838
|
set: function (v) {
|
|
811
|
-
this.i.
|
|
812
|
-
this._a("mergedCellPaddingRight", this.i.
|
|
839
|
+
this.i.hv = +v;
|
|
840
|
+
this._a("mergedCellPaddingRight", this.i.hv);
|
|
813
841
|
},
|
|
814
842
|
enumerable: true,
|
|
815
843
|
configurable: true
|
|
@@ -819,11 +847,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
819
847
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
820
848
|
*/
|
|
821
849
|
get: function () {
|
|
822
|
-
return this.i.
|
|
850
|
+
return this.i.ht;
|
|
823
851
|
},
|
|
824
852
|
set: function (v) {
|
|
825
|
-
this.i.
|
|
826
|
-
this._a("mergedCellPaddingBottom", this.i.
|
|
853
|
+
this.i.ht = +v;
|
|
854
|
+
this._a("mergedCellPaddingBottom", this.i.ht);
|
|
827
855
|
},
|
|
828
856
|
enumerable: true,
|
|
829
857
|
configurable: true
|
|
@@ -908,18 +936,18 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
908
936
|
|
|
909
937
|
*/
|
|
910
938
|
IgcColumnComponent.prototype.getUniqueKey = function () {
|
|
911
|
-
var iv = this.i.
|
|
939
|
+
var iv = this.i.jc();
|
|
912
940
|
return (iv);
|
|
913
941
|
};
|
|
914
942
|
IgcColumnComponent.prototype.setNamedHeaderValue = function (valueName, animationType, value) {
|
|
915
|
-
this.i.
|
|
943
|
+
this.i.kj(valueName, (animationType == null ? null : animationType), value);
|
|
916
944
|
};
|
|
917
945
|
/**
|
|
918
946
|
* Returns if the column has named header values.
|
|
919
947
|
|
|
920
948
|
*/
|
|
921
949
|
IgcColumnComponent.prototype.hasNamedHeaderValues = function () {
|
|
922
|
-
var iv = this.i.
|
|
950
|
+
var iv = this.i.gx();
|
|
923
951
|
return (iv);
|
|
924
952
|
};
|
|
925
953
|
/**
|
|
@@ -928,7 +956,7 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
928
956
|
* @param valueName * The named value to check for.
|
|
929
957
|
*/
|
|
930
958
|
IgcColumnComponent.prototype.hasNamedHeaderValue = function (valueName) {
|
|
931
|
-
var iv = this.i.
|
|
959
|
+
var iv = this.i.gw(valueName);
|
|
932
960
|
return (iv);
|
|
933
961
|
};
|
|
934
962
|
/**
|
|
@@ -937,7 +965,7 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
937
965
|
* @param valueName * The named header value to remove.
|
|
938
966
|
*/
|
|
939
967
|
IgcColumnComponent.prototype.removeNamedHeaderValue = function (valueName) {
|
|
940
|
-
this.i.
|
|
968
|
+
this.i.ki(valueName);
|
|
941
969
|
};
|
|
942
970
|
/**
|
|
943
971
|
* Gets the value of a named header value for this column by name.
|
|
@@ -945,11 +973,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
945
973
|
* @param valueName * Name of the named header value to retrieve.
|
|
946
974
|
*/
|
|
947
975
|
IgcColumnComponent.prototype.getNamedHeaderValue = function (valueName) {
|
|
948
|
-
var iv = this.i.
|
|
976
|
+
var iv = this.i.h8(valueName);
|
|
949
977
|
return (iv);
|
|
950
978
|
};
|
|
951
979
|
IgcColumnComponent.prototype.applyCustomFilter = function (filterID, index, value) {
|
|
952
|
-
this.i.
|
|
980
|
+
this.i.kd(filterID, index, value);
|
|
953
981
|
};
|
|
954
982
|
Object.defineProperty(IgcColumnComponent.prototype, "actualHeaderTextChange", {
|
|
955
983
|
get: function () {
|
|
@@ -965,7 +993,7 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
965
993
|
this._actualHeaderTextChange = ev;
|
|
966
994
|
this._actualHeaderTextChange_wrapped = function (o, e) {
|
|
967
995
|
var ext = _this.actualHeaderText;
|
|
968
|
-
if (e.propertyName == '
|
|
996
|
+
if (e.propertyName == 'Il') {
|
|
969
997
|
if (_this.beforeActualHeaderTextChange) {
|
|
970
998
|
_this.beforeActualHeaderTextChange(_this, ext);
|
|
971
999
|
}
|