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
|
@@ -299,7 +299,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
299
299
|
break;
|
|
300
300
|
case "FilterPlaceholderText":
|
|
301
301
|
if (this.d != null) {
|
|
302
|
-
this.d.
|
|
302
|
+
this.d.b4 = this.s;
|
|
303
303
|
}
|
|
304
304
|
break;
|
|
305
305
|
case "BaseTheme":
|
|
@@ -352,7 +352,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
352
352
|
d = c.lv;
|
|
353
353
|
}
|
|
354
354
|
a.columnName = d;
|
|
355
|
-
a.isNotHidden = !c.
|
|
355
|
+
a.isNotHidden = !c.jo;
|
|
356
356
|
b.add(a);
|
|
357
357
|
}
|
|
358
358
|
}
|
|
@@ -370,7 +370,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
370
370
|
}
|
|
371
371
|
}
|
|
372
372
|
if (this.s != null) {
|
|
373
|
-
this.d.
|
|
373
|
+
this.d.b4 = this.s;
|
|
374
374
|
}
|
|
375
375
|
this.d.itemsSource = b;
|
|
376
376
|
var e = "";
|
|
@@ -389,13 +389,13 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
389
389
|
};
|
|
390
390
|
ColumnChooser.prototype.al = function () {
|
|
391
391
|
var e_2, _a;
|
|
392
|
-
this.d.
|
|
392
|
+
this.d.d3();
|
|
393
393
|
if (this.b != null) {
|
|
394
394
|
try {
|
|
395
395
|
for (var _b = __values(fromEnum(this.b.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
396
396
|
var a = _c.value;
|
|
397
397
|
this.m = true;
|
|
398
|
-
a.
|
|
398
|
+
a.jo = false;
|
|
399
399
|
}
|
|
400
400
|
}
|
|
401
401
|
catch (e_2_1) {
|
|
@@ -415,13 +415,13 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
415
415
|
};
|
|
416
416
|
ColumnChooser.prototype.ae = function () {
|
|
417
417
|
var e_3, _a;
|
|
418
|
-
this.d.
|
|
418
|
+
this.d.c5();
|
|
419
419
|
if (this.b != null) {
|
|
420
420
|
try {
|
|
421
421
|
for (var _b = __values(fromEnum(this.b.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
422
422
|
var a = _c.value;
|
|
423
423
|
this.m = true;
|
|
424
|
-
a.
|
|
424
|
+
a.jo = true;
|
|
425
425
|
}
|
|
426
426
|
}
|
|
427
427
|
catch (e_3_1) {
|
|
@@ -454,8 +454,8 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
454
454
|
var d = this.b.actualColumns.count;
|
|
455
455
|
for (var e = 0; e < d; e++) {
|
|
456
456
|
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) {
|
|
457
|
-
this.b.actualColumns._inner[e].
|
|
458
|
-
this.b.actualColumns._inner[e].
|
|
457
|
+
this.b.actualColumns._inner[e].jo = !b.b;
|
|
458
|
+
this.b.actualColumns._inner[e].m0("Hidden");
|
|
459
459
|
}
|
|
460
460
|
}
|
|
461
461
|
};
|