igniteui-webcomponents-grids 4.8.1-alpha.0 → 4.8.1-beta.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 +4 -4
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/ColumnFilterCondition_combined.js +4 -4
- package/esm5/lib/ColumnFilterCondition_combined.js +4 -4
- package/fesm2015/igniteui-webcomponents-grids.js +4 -4
- package/fesm5/igniteui-webcomponents-grids.js +4 -4
- package/grids/3rdpartylicenses.txt +1 -1
- package/grids/combined.js +27800 -28242
- package/grids/index.d.ts +2 -0
- package/grids/lib/column-pinning-position.d.ts +5 -0
- package/grids/lib/grid-paging-mode.d.ts +5 -0
- package/grids/lib/igc-active-node-change-event-args.d.ts +11 -0
- package/grids/lib/igc-base-search-info.d.ts +34 -0
- package/grids/lib/igc-cell-position.d.ts +6 -0
- package/grids/lib/igc-cell-type.d.ts +29 -0
- package/grids/lib/igc-child-grid-row-component.d.ts +1 -0
- package/grids/lib/igc-column-moving-end-event-args.d.ts +13 -0
- package/grids/lib/igc-column-moving-event-args.d.ts +9 -0
- package/grids/lib/igc-column-moving-start-event-args.d.ts +5 -0
- package/grids/lib/igc-column-resize-event-args.d.ts +4 -0
- package/grids/lib/igc-column-selection-event-args.d.ts +14 -0
- package/grids/lib/igc-column-state.d.ts +13 -0
- package/grids/lib/igc-column-visibility-changed-event-args.d.ts +3 -1
- package/grids/lib/igc-column-visibility-changing-event-args.d.ts +7 -1
- package/grids/lib/igc-display-density-base.d.ts +3 -0
- package/grids/lib/igc-filtering-event-args.d.ts +8 -0
- package/grids/lib/igc-grid-base-directive.d.ts +13 -5
- package/grids/lib/igc-grid-cell-event-args.d.ts +6 -0
- package/grids/lib/igc-grid-clipboard-event.d.ts +6 -0
- package/grids/lib/igc-grid-edit-done-event-args.d.ts +32 -0
- package/grids/lib/igc-grid-edit-event-args.d.ts +36 -0
- package/grids/lib/igc-grid-form-group-created-event-args.d.ts +5 -0
- package/grids/lib/igc-grid-grouping-strategy.d.ts +12 -0
- package/grids/lib/igc-grid-keydown-event-args.d.ts +12 -0
- package/grids/lib/igc-grid-resource-strings.d.ts +3 -0
- package/grids/lib/igc-grid-selection-range.d.ts +14 -0
- package/grids/lib/igc-grid-sorting-strategy.d.ts +10 -0
- package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +21 -0
- package/grids/lib/igc-grid-validation-state.d.ts +5 -0
- package/grids/lib/igc-grid-validation-status-event-args.d.ts +5 -0
- package/grids/lib/igc-header-type.d.ts +11 -1
- package/grids/lib/igc-paginator-component.d.ts +1 -0
- package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +2 -2
- package/grids/lib/igc-pin-column-event-args.d.ts +1 -1
- package/grids/lib/igc-pin-row-event-args.d.ts +1 -0
- package/grids/lib/igc-pivot-configuration.d.ts +1 -8
- package/grids/lib/igc-row-data-event-args.d.ts +9 -0
- package/grids/lib/igc-row-drag-end-event-args.d.ts +4 -0
- package/grids/lib/igc-row-drag-start-event-args.d.ts +6 -0
- package/grids/lib/igc-row-island-component.d.ts +13 -5
- package/grids/lib/igc-row-selection-event-args.d.ts +16 -0
- package/grids/lib/igc-row-toggle-event-args.d.ts +11 -0
- package/grids/lib/igc-row-type.d.ts +75 -0
- package/grids/lib/igc-search-info.d.ts +23 -0
- package/grids/lib/igc-sorting-event-args.d.ts +16 -0
- package/grids/lib/igc-toggle-directive.d.ts +4 -4
- package/grids/lib/row-pinning-position.d.ts +5 -0
- package/grids/styles.css +1 -1
- package/grids/themes/_util.css +1 -0
- package/grids/themes/_variables.css +1 -0
- 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/ColumnFilterCondition_combined.d.ts +1 -1
- package/package.json +4 -4
|
@@ -5325,15 +5325,15 @@ export let PagedDataProvider = /*@__PURE__*/ (() => {
|
|
|
5325
5325
|
class PagedDataProvider extends DataSourceLocalDataProvider {
|
|
5326
5326
|
constructor(a) {
|
|
5327
5327
|
super();
|
|
5328
|
-
this.
|
|
5329
|
-
this.
|
|
5328
|
+
this.au = null;
|
|
5329
|
+
this.au = a;
|
|
5330
5330
|
}
|
|
5331
5331
|
getItemValue(a, b) {
|
|
5332
5332
|
if (a == null) {
|
|
5333
5333
|
return null;
|
|
5334
5334
|
}
|
|
5335
|
-
if (this.
|
|
5336
|
-
let c = this.
|
|
5335
|
+
if (this.au.actualDataSource.isVirtual) {
|
|
5336
|
+
let c = this.au.actualDataSource;
|
|
5337
5337
|
return c.actualDataProvider.getItemValue(a, b);
|
|
5338
5338
|
}
|
|
5339
5339
|
return super.getItemValue(a, b);
|
|
@@ -6126,16 +6126,16 @@ var PagedDataProvider = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6126
6126
|
__extends(PagedDataProvider, _super);
|
|
6127
6127
|
function PagedDataProvider(a) {
|
|
6128
6128
|
var _this = _super.call(this) || this;
|
|
6129
|
-
_this.
|
|
6130
|
-
_this.
|
|
6129
|
+
_this.au = null;
|
|
6130
|
+
_this.au = a;
|
|
6131
6131
|
return _this;
|
|
6132
6132
|
}
|
|
6133
6133
|
PagedDataProvider.prototype.getItemValue = function (a, b) {
|
|
6134
6134
|
if (a == null) {
|
|
6135
6135
|
return null;
|
|
6136
6136
|
}
|
|
6137
|
-
if (this.
|
|
6138
|
-
var c = this.
|
|
6137
|
+
if (this.au.actualDataSource.isVirtual) {
|
|
6138
|
+
var c = this.au.actualDataSource;
|
|
6139
6139
|
return c.actualDataProvider.getItemValue(a, b);
|
|
6140
6140
|
}
|
|
6141
6141
|
return _super.prototype.getItemValue.call(this, a, b);
|
|
@@ -11619,15 +11619,15 @@ let PagedDataProvider = /*@__PURE__*/ (() => {
|
|
|
11619
11619
|
class PagedDataProvider extends DataSourceLocalDataProvider {
|
|
11620
11620
|
constructor(a) {
|
|
11621
11621
|
super();
|
|
11622
|
-
this.
|
|
11623
|
-
this.
|
|
11622
|
+
this.au = null;
|
|
11623
|
+
this.au = a;
|
|
11624
11624
|
}
|
|
11625
11625
|
getItemValue(a, b) {
|
|
11626
11626
|
if (a == null) {
|
|
11627
11627
|
return null;
|
|
11628
11628
|
}
|
|
11629
|
-
if (this.
|
|
11630
|
-
let c = this.
|
|
11629
|
+
if (this.au.actualDataSource.isVirtual) {
|
|
11630
|
+
let c = this.au.actualDataSource;
|
|
11631
11631
|
return c.actualDataProvider.getItemValue(a, b);
|
|
11632
11632
|
}
|
|
11633
11633
|
return super.getItemValue(a, b);
|
|
@@ -13145,16 +13145,16 @@ var PagedDataProvider = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13145
13145
|
__extends(PagedDataProvider, _super);
|
|
13146
13146
|
function PagedDataProvider(a) {
|
|
13147
13147
|
var _this = _super.call(this) || this;
|
|
13148
|
-
_this.
|
|
13149
|
-
_this.
|
|
13148
|
+
_this.au = null;
|
|
13149
|
+
_this.au = a;
|
|
13150
13150
|
return _this;
|
|
13151
13151
|
}
|
|
13152
13152
|
PagedDataProvider.prototype.getItemValue = function (a, b) {
|
|
13153
13153
|
if (a == null) {
|
|
13154
13154
|
return null;
|
|
13155
13155
|
}
|
|
13156
|
-
if (this.
|
|
13157
|
-
var c = this.
|
|
13156
|
+
if (this.au.actualDataSource.isVirtual) {
|
|
13157
|
+
var c = this.au.actualDataSource;
|
|
13158
13158
|
return c.actualDataProvider.getItemValue(a, b);
|
|
13159
13159
|
}
|
|
13160
13160
|
return _super.prototype.getItemValue.call(this, a, b);
|
|
@@ -289,7 +289,7 @@ License: "MIT"
|
|
|
289
289
|
|
|
290
290
|
MIT License
|
|
291
291
|
|
|
292
|
-
Copyright (c)
|
|
292
|
+
Copyright (c) 2023 Arjun Barrett
|
|
293
293
|
|
|
294
294
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
295
295
|
of this software and associated documentation files (the "Software"), to deal
|