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.
Files changed (70) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +4 -4
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/ColumnFilterCondition_combined.js +4 -4
  4. package/esm5/lib/ColumnFilterCondition_combined.js +4 -4
  5. package/fesm2015/igniteui-webcomponents-grids.js +4 -4
  6. package/fesm5/igniteui-webcomponents-grids.js +4 -4
  7. package/grids/3rdpartylicenses.txt +1 -1
  8. package/grids/combined.js +27800 -28242
  9. package/grids/index.d.ts +2 -0
  10. package/grids/lib/column-pinning-position.d.ts +5 -0
  11. package/grids/lib/grid-paging-mode.d.ts +5 -0
  12. package/grids/lib/igc-active-node-change-event-args.d.ts +11 -0
  13. package/grids/lib/igc-base-search-info.d.ts +34 -0
  14. package/grids/lib/igc-cell-position.d.ts +6 -0
  15. package/grids/lib/igc-cell-type.d.ts +29 -0
  16. package/grids/lib/igc-child-grid-row-component.d.ts +1 -0
  17. package/grids/lib/igc-column-moving-end-event-args.d.ts +13 -0
  18. package/grids/lib/igc-column-moving-event-args.d.ts +9 -0
  19. package/grids/lib/igc-column-moving-start-event-args.d.ts +5 -0
  20. package/grids/lib/igc-column-resize-event-args.d.ts +4 -0
  21. package/grids/lib/igc-column-selection-event-args.d.ts +14 -0
  22. package/grids/lib/igc-column-state.d.ts +13 -0
  23. package/grids/lib/igc-column-visibility-changed-event-args.d.ts +3 -1
  24. package/grids/lib/igc-column-visibility-changing-event-args.d.ts +7 -1
  25. package/grids/lib/igc-display-density-base.d.ts +3 -0
  26. package/grids/lib/igc-filtering-event-args.d.ts +8 -0
  27. package/grids/lib/igc-grid-base-directive.d.ts +13 -5
  28. package/grids/lib/igc-grid-cell-event-args.d.ts +6 -0
  29. package/grids/lib/igc-grid-clipboard-event.d.ts +6 -0
  30. package/grids/lib/igc-grid-edit-done-event-args.d.ts +32 -0
  31. package/grids/lib/igc-grid-edit-event-args.d.ts +36 -0
  32. package/grids/lib/igc-grid-form-group-created-event-args.d.ts +5 -0
  33. package/grids/lib/igc-grid-grouping-strategy.d.ts +12 -0
  34. package/grids/lib/igc-grid-keydown-event-args.d.ts +12 -0
  35. package/grids/lib/igc-grid-resource-strings.d.ts +3 -0
  36. package/grids/lib/igc-grid-selection-range.d.ts +14 -0
  37. package/grids/lib/igc-grid-sorting-strategy.d.ts +10 -0
  38. package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +21 -0
  39. package/grids/lib/igc-grid-validation-state.d.ts +5 -0
  40. package/grids/lib/igc-grid-validation-status-event-args.d.ts +5 -0
  41. package/grids/lib/igc-header-type.d.ts +11 -1
  42. package/grids/lib/igc-paginator-component.d.ts +1 -0
  43. package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +2 -2
  44. package/grids/lib/igc-pin-column-event-args.d.ts +1 -1
  45. package/grids/lib/igc-pin-row-event-args.d.ts +1 -0
  46. package/grids/lib/igc-pivot-configuration.d.ts +1 -8
  47. package/grids/lib/igc-row-data-event-args.d.ts +9 -0
  48. package/grids/lib/igc-row-drag-end-event-args.d.ts +4 -0
  49. package/grids/lib/igc-row-drag-start-event-args.d.ts +6 -0
  50. package/grids/lib/igc-row-island-component.d.ts +13 -5
  51. package/grids/lib/igc-row-selection-event-args.d.ts +16 -0
  52. package/grids/lib/igc-row-toggle-event-args.d.ts +11 -0
  53. package/grids/lib/igc-row-type.d.ts +75 -0
  54. package/grids/lib/igc-search-info.d.ts +23 -0
  55. package/grids/lib/igc-sorting-event-args.d.ts +16 -0
  56. package/grids/lib/igc-toggle-directive.d.ts +4 -4
  57. package/grids/lib/row-pinning-position.d.ts +5 -0
  58. package/grids/styles.css +1 -1
  59. package/grids/themes/_util.css +1 -0
  60. package/grids/themes/_variables.css +1 -0
  61. package/grids/themes/dark/bootstrap.css +1 -1
  62. package/grids/themes/dark/fluent.css +1 -1
  63. package/grids/themes/dark/indigo.css +1 -1
  64. package/grids/themes/dark/material.css +1 -1
  65. package/grids/themes/light/bootstrap.css +1 -1
  66. package/grids/themes/light/fluent.css +1 -1
  67. package/grids/themes/light/indigo.css +1 -1
  68. package/grids/themes/light/material.css +1 -1
  69. package/lib/ColumnFilterCondition_combined.d.ts +1 -1
  70. 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.at = null;
5329
- this.at = a;
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.at.actualDataSource.isVirtual) {
5336
- let c = this.at.actualDataSource;
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.at = null;
6130
- _this.at = a;
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.at.actualDataSource.isVirtual) {
6138
- var c = this.at.actualDataSource;
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.at = null;
11623
- this.at = a;
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.at.actualDataSource.isVirtual) {
11630
- let c = this.at.actualDataSource;
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.at = null;
13149
- _this.at = a;
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.at.actualDataSource.isVirtual) {
13157
- var c = this.at.actualDataSource;
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) 2020 Arjun Barrett
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