ag-grid-community 32.3.4 → 32.3.5

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.
@@ -1929,7 +1929,7 @@ var SortStage = class extends import_core8.BeanStub {
1929
1929
  };
1930
1930
 
1931
1931
  // community-modules/client-side-row-model/src/version.ts
1932
- var VERSION = "32.3.4";
1932
+ var VERSION = "32.3.5";
1933
1933
 
1934
1934
  // community-modules/client-side-row-model/src/clientSideRowModelModule.ts
1935
1935
  var ClientSideRowModelCoreModule = (0, import_core9._defineModule)({
@@ -9409,14 +9409,14 @@ function _isRtlNegativeScroll() {
9409
9409
  }
9410
9410
  const template = document.createElement("div");
9411
9411
  template.style.direction = "rtl";
9412
- template.style.width = "1px";
9413
- template.style.height = "1px";
9412
+ template.style.width = "10px";
9413
+ template.style.height = "5px";
9414
9414
  template.style.position = "fixed";
9415
9415
  template.style.top = "0px";
9416
9416
  template.style.overflow = "hidden";
9417
9417
  template.dir = "rtl";
9418
9418
  template.innerHTML = /* html */
9419
- `<div style="width: 2px">
9419
+ `<div style="width: 20px">
9420
9420
  <span style="display: inline-block; width: 1px"></span>
9421
9421
  <span style="display: inline-block; width: 1px"></span>
9422
9422
  </div>`;
@@ -19853,7 +19853,7 @@ function _defineModule(definition) {
19853
19853
  }
19854
19854
 
19855
19855
  // community-modules/core/src/version.ts
19856
- var VERSION = "32.3.4";
19856
+ var VERSION = "32.3.5";
19857
19857
 
19858
19858
  // community-modules/core/src/filter/columnFilterApi.ts
19859
19859
  function isColumnFilterPresent(beans) {
@@ -48015,7 +48015,7 @@ var GridSerializer = class extends import_core6.BeanStub {
48015
48015
  };
48016
48016
 
48017
48017
  // community-modules/csv-export/src/version.ts
48018
- var VERSION = "32.3.4";
48018
+ var VERSION = "32.3.5";
48019
48019
 
48020
48020
  // community-modules/csv-export/src/csvExportModule.ts
48021
48021
  var CsvExportCoreModule = (0, import_core7._defineModule)({
@@ -49272,7 +49272,7 @@ function getInfiniteRowCount(beans) {
49272
49272
  }
49273
49273
 
49274
49274
  // community-modules/infinite-row-model/src/version.ts
49275
- var VERSION = "32.3.4";
49275
+ var VERSION = "32.3.5";
49276
49276
 
49277
49277
  // community-modules/infinite-row-model/src/infiniteRowModelModule.ts
49278
49278
  var InfiniteRowModelCoreModule = (0, import_core4._defineModule)({
@@ -7478,14 +7478,14 @@ function _isRtlNegativeScroll() {
7478
7478
  }
7479
7479
  const template = document.createElement("div");
7480
7480
  template.style.direction = "rtl";
7481
- template.style.width = "1px";
7482
- template.style.height = "1px";
7481
+ template.style.width = "10px";
7482
+ template.style.height = "5px";
7483
7483
  template.style.position = "fixed";
7484
7484
  template.style.top = "0px";
7485
7485
  template.style.overflow = "hidden";
7486
7486
  template.dir = "rtl";
7487
7487
  template.innerHTML = /* html */
7488
- `<div style="width: 2px">
7488
+ `<div style="width: 20px">
7489
7489
  <span style="display: inline-block; width: 1px"></span>
7490
7490
  <span style="display: inline-block; width: 1px"></span>
7491
7491
  </div>`;
@@ -17922,7 +17922,7 @@ function _defineModule(definition) {
17922
17922
  }
17923
17923
 
17924
17924
  // community-modules/core/src/version.ts
17925
- var VERSION = "32.3.4";
17925
+ var VERSION = "32.3.5";
17926
17926
 
17927
17927
  // community-modules/core/src/filter/columnFilterApi.ts
17928
17928
  function isColumnFilterPresent(beans) {
@@ -47236,7 +47236,7 @@ var SortStage = class extends BeanStub {
47236
47236
  };
47237
47237
 
47238
47238
  // community-modules/client-side-row-model/src/version.ts
47239
- var VERSION2 = "32.3.4";
47239
+ var VERSION2 = "32.3.5";
47240
47240
 
47241
47241
  // community-modules/client-side-row-model/src/clientSideRowModelModule.ts
47242
47242
  var ClientSideRowModelCoreModule = _defineModule({
@@ -47929,7 +47929,7 @@ var GridSerializer = class extends BeanStub {
47929
47929
  });
47930
47930
  }
47931
47931
  };
47932
- var VERSION3 = "32.3.4";
47932
+ var VERSION3 = "32.3.5";
47933
47933
  var CsvExportCoreModule = _defineModule({
47934
47934
  version: VERSION3,
47935
47935
  moduleName: `${"@ag-grid-community/csv-export" /* CsvExportModule */}-core`,
@@ -49120,7 +49120,7 @@ function purgeInfiniteCache(beans) {
49120
49120
  function getInfiniteRowCount(beans) {
49121
49121
  return beans.rowModelHelperService?.getInfiniteRowModel()?.getRowCount();
49122
49122
  }
49123
- var VERSION4 = "32.3.4";
49123
+ var VERSION4 = "32.3.5";
49124
49124
  var InfiniteRowModelCoreModule = _defineModule({
49125
49125
  version: VERSION4,
49126
49126
  moduleName: `${"@ag-grid-community/infinite-row-model" /* InfiniteRowModelModule */}-core`,