igniteui-webcomponents-grids 5.2.0 → 5.3.0
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 +440 -444
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/custom-elements.json +21194 -0
- package/esm2015/lib/CheckboxListBridge.js +15 -15
- package/esm2015/lib/CheckboxListView_combined.js +343 -350
- package/esm2015/lib/ColumnChooserView_combined.js +4 -4
- package/esm2015/lib/ColumnFilterCondition_combined.js +7 -1
- package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
- package/esm2015/lib/ColumnPinningView_combined.js +2 -2
- package/esm2015/lib/FilterCell.js +1 -1
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +3 -3
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/PropertyEditorView_combined.js +2 -2
- package/esm2015/lib/igc-checkbox-list-component.js +52 -52
- package/esm5/lib/CheckboxListBridge.js +15 -15
- package/esm5/lib/CheckboxListView_combined.js +336 -343
- package/esm5/lib/ColumnChooserView_combined.js +4 -4
- package/esm5/lib/ColumnFilterCondition_combined.js +7 -1
- package/esm5/lib/ColumnGroupingView_combined.js +1 -1
- package/esm5/lib/ColumnPinningView_combined.js +2 -2
- package/esm5/lib/FilterCell.js +1 -1
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnHideOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +3 -3
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/PropertyEditorView_combined.js +2 -2
- package/esm5/lib/igc-checkbox-list-component.js +52 -52
- package/fesm2015/igniteui-webcomponents-grids.js +448 -452
- package/fesm5/igniteui-webcomponents-grids.js +441 -445
- package/grids/combined.js +32900 -31630
- package/grids/index.d.ts +0 -1
- package/grids/lib/common.d.ts +11 -2
- package/grids/lib/igc-action-strip-component.d.ts +5 -0
- package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +2 -1
- package/grids/lib/igc-column-component.d.ts +23 -0
- package/grids/lib/igc-column-group-component.d.ts +5 -0
- package/grids/lib/igc-column-layout-component.d.ts +5 -0
- package/grids/lib/igc-column-pipe-args.d.ts +1 -1
- package/grids/lib/igc-grid-base-directive.d.ts +1 -0
- package/grids/lib/igc-grid-component.d.ts +7 -1
- package/grids/lib/igc-grid-editing-actions-component.d.ts +5 -0
- package/grids/lib/igc-grid-pinning-actions-component.d.ts +5 -0
- package/grids/lib/igc-grid-state-component.d.ts +5 -0
- package/grids/lib/igc-grid-toolbar-actions-component.d.ts +5 -0
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +5 -0
- package/grids/lib/igc-grid-toolbar-component.d.ts +5 -0
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +7 -1
- package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +7 -1
- package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +7 -1
- package/grids/lib/igc-grid-toolbar-title-component.d.ts +5 -0
- package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +2 -1
- package/grids/lib/igc-hierarchical-grid-component.d.ts +7 -1
- package/grids/lib/igc-paginator-component.d.ts +5 -0
- package/grids/lib/igc-pivot-data-selector-component.d.ts +8 -2
- package/grids/lib/igc-pivot-grid-component.d.ts +7 -1
- package/grids/lib/igc-row-island-component.d.ts +6 -0
- package/grids/lib/igc-tree-grid-component.d.ts +7 -1
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/CheckboxListExternal.d.ts +1 -2
- package/lib/CheckboxListView_combined.d.ts +85 -85
- package/lib/igc-checkbox-list-component.d.ts +1 -1
- package/package.json +7 -5
- package/vscode.css-custom-data.json +6 -0
- package/vscode.html-custom-data.json +5 -0
- package/web-types.json +14 -0
- package/grids/lib/igc-grid-action-button-component.d.ts +0 -56
|
@@ -33,7 +33,7 @@ export let CheckboxListBridge = /*@__PURE__*/ (() => {
|
|
|
33
33
|
this.aa = null;
|
|
34
34
|
}
|
|
35
35
|
getDesiredSize(a, b) {
|
|
36
|
-
return this.t.
|
|
36
|
+
return this.t.getDesiredSize(b);
|
|
37
37
|
}
|
|
38
38
|
addHandler(a, b, c, d) {
|
|
39
39
|
let e = a;
|
|
@@ -153,16 +153,16 @@ export let CheckboxListBridge = /*@__PURE__*/ (() => {
|
|
|
153
153
|
case 8:
|
|
154
154
|
d.itemsSource = c;
|
|
155
155
|
break;
|
|
156
|
-
case
|
|
156
|
+
case 75:
|
|
157
157
|
d.selectedMemberPath = c;
|
|
158
158
|
break;
|
|
159
|
-
case
|
|
159
|
+
case 76:
|
|
160
160
|
d.dataMemberPath = c;
|
|
161
161
|
break;
|
|
162
|
-
case
|
|
162
|
+
case 77:
|
|
163
163
|
d.showSelectAll = c;
|
|
164
164
|
break;
|
|
165
|
-
case
|
|
165
|
+
case 78:
|
|
166
166
|
d.primaryKey = c;
|
|
167
167
|
break;
|
|
168
168
|
case 1:
|
|
@@ -177,13 +177,13 @@ export let CheckboxListBridge = /*@__PURE__*/ (() => {
|
|
|
177
177
|
case 24:
|
|
178
178
|
d.rowHoverBackgroundColor = c;
|
|
179
179
|
break;
|
|
180
|
-
case
|
|
180
|
+
case 79:
|
|
181
181
|
d.searchIconColor = c;
|
|
182
182
|
break;
|
|
183
|
-
case
|
|
183
|
+
case 80:
|
|
184
184
|
d.searchTextColor = c;
|
|
185
185
|
break;
|
|
186
|
-
case
|
|
186
|
+
case 97:
|
|
187
187
|
d.indexType = EnumUtil.getEnumValue(NativeUICheckboxListIndexType_$type, c);
|
|
188
188
|
break;
|
|
189
189
|
}
|
|
@@ -193,17 +193,17 @@ export let CheckboxListBridge = /*@__PURE__*/ (() => {
|
|
|
193
193
|
switch (b) {
|
|
194
194
|
case 23: return c.backgroundColor;
|
|
195
195
|
case 8: return c.itemsSource;
|
|
196
|
-
case
|
|
197
|
-
case
|
|
198
|
-
case
|
|
199
|
-
case
|
|
196
|
+
case 75: return c.selectedMemberPath;
|
|
197
|
+
case 76: return c.dataMemberPath;
|
|
198
|
+
case 77: return c.showSelectAll;
|
|
199
|
+
case 78: return c.primaryKey;
|
|
200
200
|
case 1: return enumGetBox(ControlDisplayDensity_$type, c.density);
|
|
201
201
|
case 18: return enumGetBox(BaseControlTheme_$type, c.baseTheme);
|
|
202
202
|
case 33: return c.textColor;
|
|
203
203
|
case 24: return c.rowHoverBackgroundColor;
|
|
204
|
-
case
|
|
205
|
-
case
|
|
206
|
-
case
|
|
204
|
+
case 79: return c.searchIconColor;
|
|
205
|
+
case 80: return c.searchTextColor;
|
|
206
|
+
case 97: return enumGetBox(CheckboxListExternalIndexType_$type, c.indexType);
|
|
207
207
|
}
|
|
208
208
|
return null;
|
|
209
209
|
}
|