igniteui-webcomponents-grids 5.4.0-beta.0 → 5.4.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 +2318 -1688
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CheckboxListBridge.js +97 -49
- package/esm2015/lib/CheckboxListView_combined.js +989 -602
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +795 -781
- package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
- package/esm2015/lib/ColumnPinningView_combined.js +3 -3
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +2 -2
- package/esm2015/lib/GridFilterDialogView_combined.js +2 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +3 -3
- package/esm2015/lib/TemplateCellPresenter.js +1 -1
- package/esm2015/lib/TemplateHeader.js +1 -1
- package/esm2015/lib/igc-checkbox-list-component.js +150 -71
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +77 -77
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +3 -0
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CheckboxListBridge.js +97 -49
- package/esm5/lib/CheckboxListView_combined.js +1009 -580
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +828 -778
- package/esm5/lib/ColumnGroupingView_combined.js +1 -1
- package/esm5/lib/ColumnPinningView_combined.js +3 -3
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +2 -2
- package/esm5/lib/GridFilterDialogView_combined.js +2 -0
- package/esm5/lib/ISummaryChooserView_combined.js +9 -9
- package/esm5/lib/MultiColumnComboBoxView_combined.js +3 -3
- package/esm5/lib/TemplateCellPresenter.js +1 -1
- package/esm5/lib/TemplateHeader.js +1 -1
- package/esm5/lib/igc-checkbox-list-component.js +179 -71
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +77 -77
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +3 -0
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/fesm2015/igniteui-webcomponents-grids.js +2236 -1713
- package/fesm5/igniteui-webcomponents-grids.js +2320 -1690
- package/grids/combined.js +8724 -8736
- package/grids/lib/igc-expression-tree.d.ts +1 -0
- package/grids/lib/igc-filtering-expression.d.ts +0 -1
- package/grids/lib/igc-filtering-expressions-tree.d.ts +3 -1
- package/grids/lib/igc-filtering-operation.d.ts +1 -2
- package/grids/lib/igc-grid-created-event-args.d.ts +3 -0
- 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/CheckboxListBridge.d.ts +12 -9
- package/lib/CheckboxListExternal.d.ts +12 -0
- package/lib/CheckboxListViewExternal.d.ts +1 -0
- package/lib/CheckboxListView_combined.d.ts +184 -151
- package/lib/ColumnFilterCondition_combined.d.ts +178 -176
- package/lib/GridFilterDialogView_combined.d.ts +1 -0
- package/lib/igc-checkbox-list-component.d.ts +29 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +1 -0
- package/package.json +4 -4
|
@@ -260,7 +260,7 @@ export let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
260
260
|
break;
|
|
261
261
|
case "FilterPlaceholderText":
|
|
262
262
|
if (this.d != null) {
|
|
263
|
-
this.d.
|
|
263
|
+
this.d.b4 = this.s;
|
|
264
264
|
}
|
|
265
265
|
break;
|
|
266
266
|
case "BaseTheme":
|
|
@@ -310,11 +310,11 @@ export let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
310
310
|
d = c.lv;
|
|
311
311
|
}
|
|
312
312
|
a.columnName = d;
|
|
313
|
-
a.isNotHidden = !c.
|
|
313
|
+
a.isNotHidden = !c.jo;
|
|
314
314
|
b.add(a);
|
|
315
315
|
}
|
|
316
316
|
if (this.s != null) {
|
|
317
|
-
this.d.
|
|
317
|
+
this.d.b4 = this.s;
|
|
318
318
|
}
|
|
319
319
|
this.d.itemsSource = b;
|
|
320
320
|
let e = "";
|
|
@@ -332,20 +332,20 @@ export let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
332
332
|
}
|
|
333
333
|
}
|
|
334
334
|
al() {
|
|
335
|
-
this.d.
|
|
335
|
+
this.d.d3();
|
|
336
336
|
if (this.b != null) {
|
|
337
337
|
for (let a of fromEnum(this.b.actualColumns)) {
|
|
338
338
|
this.m = true;
|
|
339
|
-
a.
|
|
339
|
+
a.jo = false;
|
|
340
340
|
}
|
|
341
341
|
}
|
|
342
342
|
}
|
|
343
343
|
ae() {
|
|
344
|
-
this.d.
|
|
344
|
+
this.d.c5();
|
|
345
345
|
if (this.b != null) {
|
|
346
346
|
for (let a of fromEnum(this.b.actualColumns)) {
|
|
347
347
|
this.m = true;
|
|
348
|
-
a.
|
|
348
|
+
a.jo = true;
|
|
349
349
|
}
|
|
350
350
|
}
|
|
351
351
|
}
|
|
@@ -364,8 +364,8 @@ export let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
364
364
|
let d = this.b.actualColumns.count;
|
|
365
365
|
for (let e = 0; e < d; e++) {
|
|
366
366
|
if (this.b.actualColumns._inner[e].lo == c.columnName || this.b.actualColumns._inner[e].mf == c.columnName || this.b.actualColumns._inner[e].lv == c.columnName) {
|
|
367
|
-
this.b.actualColumns._inner[e].
|
|
368
|
-
this.b.actualColumns._inner[e].
|
|
367
|
+
this.b.actualColumns._inner[e].jo = !b.b;
|
|
368
|
+
this.b.actualColumns._inner[e].m0("Hidden");
|
|
369
369
|
}
|
|
370
370
|
}
|
|
371
371
|
}
|