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.
@@ -7102,14 +7102,14 @@ function _isRtlNegativeScroll() {
7102
7102
  }
7103
7103
  const template = document.createElement("div");
7104
7104
  template.style.direction = "rtl";
7105
- template.style.width = "1px";
7106
- template.style.height = "1px";
7105
+ template.style.width = "10px";
7106
+ template.style.height = "5px";
7107
7107
  template.style.position = "fixed";
7108
7108
  template.style.top = "0px";
7109
7109
  template.style.overflow = "hidden";
7110
7110
  template.dir = "rtl";
7111
7111
  template.innerHTML = /* html */
7112
- `<div style="width: 2px">
7112
+ `<div style="width: 20px">
7113
7113
  <span style="display: inline-block; width: 1px"></span>
7114
7114
  <span style="display: inline-block; width: 1px"></span>
7115
7115
  </div>`;
@@ -17546,7 +17546,7 @@ function _defineModule(definition) {
17546
17546
  }
17547
17547
 
17548
17548
  // community-modules/core/src/version.ts
17549
- var VERSION = "32.3.4";
17549
+ var VERSION = "32.3.5";
17550
17550
 
17551
17551
  // community-modules/core/src/filter/columnFilterApi.ts
17552
17552
  function isColumnFilterPresent(beans) {
@@ -46860,7 +46860,7 @@ var SortStage = class extends BeanStub {
46860
46860
  };
46861
46861
 
46862
46862
  // community-modules/client-side-row-model/src/version.ts
46863
- var VERSION2 = "32.3.4";
46863
+ var VERSION2 = "32.3.5";
46864
46864
 
46865
46865
  // community-modules/client-side-row-model/src/clientSideRowModelModule.ts
46866
46866
  var ClientSideRowModelCoreModule = _defineModule({
@@ -47553,7 +47553,7 @@ var GridSerializer = class extends BeanStub {
47553
47553
  });
47554
47554
  }
47555
47555
  };
47556
- var VERSION3 = "32.3.4";
47556
+ var VERSION3 = "32.3.5";
47557
47557
  var CsvExportCoreModule = _defineModule({
47558
47558
  version: VERSION3,
47559
47559
  moduleName: `${"@ag-grid-community/csv-export" /* CsvExportModule */}-core`,
@@ -48744,7 +48744,7 @@ function purgeInfiniteCache(beans) {
48744
48744
  function getInfiniteRowCount(beans) {
48745
48745
  return beans.rowModelHelperService?.getInfiniteRowModel()?.getRowCount();
48746
48746
  }
48747
- var VERSION4 = "32.3.4";
48747
+ var VERSION4 = "32.3.5";
48748
48748
  var InfiniteRowModelCoreModule = _defineModule({
48749
48749
  version: VERSION4,
48750
48750
  moduleName: `${"@ag-grid-community/infinite-row-model" /* InfiniteRowModelModule */}-core`,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ag-grid-community",
3
- "version": "32.3.4",
3
+ "version": "32.3.5",
4
4
  "description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
5
5
  "main": "./dist/package/main.cjs.js",
6
6
  "types": "./dist/types/main.d.ts",
@@ -88,19 +88,19 @@
88
88
  ],
89
89
  "homepage": "https://www.ag-grid.com/",
90
90
  "dependencies": {
91
- "ag-charts-types": "10.3.4"
91
+ "ag-charts-types": "10.3.5"
92
92
  },
93
93
  "devDependencies": {
94
94
  "source-map-loader": "^5.0.0",
95
95
  "gulp": "^4.0.0",
96
96
  "gulp-replace": "^1.0.0",
97
97
  "gulp-rename": "^2.0.0",
98
- "@ag-grid-community/client-side-row-model": "32.3.4",
99
- "@ag-grid-community/core": "32.3.4",
100
- "@ag-grid-community/csv-export": "32.3.4",
101
- "@ag-grid-community/infinite-row-model": "32.3.4",
102
- "@ag-grid-community/styles": "32.3.4",
103
- "@ag-grid-community/theming": "32.3.4",
98
+ "@ag-grid-community/client-side-row-model": "32.3.5",
99
+ "@ag-grid-community/core": "32.3.5",
100
+ "@ag-grid-community/csv-export": "32.3.5",
101
+ "@ag-grid-community/infinite-row-model": "32.3.5",
102
+ "@ag-grid-community/styles": "32.3.5",
103
+ "@ag-grid-community/theming": "32.3.5",
104
104
  "ts-loader": "^9.5.1",
105
105
  "style-loader": "^3.3.4",
106
106
  "css-loader": "^6.10.0",
@@ -1 +1 @@
1
- export declare const VERSION = "32.3.4";
1
+ export declare const VERSION = "32.3.5";
@@ -1 +1 @@
1
- export declare const VERSION = "32.3.4";
1
+ export declare const VERSION = "32.3.5";
@@ -1 +1 @@
1
- export declare const VERSION = "32.3.4";
1
+ export declare const VERSION = "32.3.5";
@@ -1 +1 @@
1
- export declare const VERSION = "32.3.4";
1
+ export declare const VERSION = "32.3.5";
@@ -1 +1 @@
1
- export declare const VERSION = "32.3.4";
1
+ export declare const VERSION = "32.3.5";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ag-grid-community",
3
- "version": "32.3.4",
3
+ "version": "32.3.5",
4
4
  "description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
5
5
  "main": "./dist/package/main.cjs.js",
6
6
  "types": "./dist/types/main.d.ts",
@@ -88,19 +88,19 @@
88
88
  ],
89
89
  "homepage": "https://www.ag-grid.com/",
90
90
  "dependencies": {
91
- "ag-charts-types": "10.3.4"
91
+ "ag-charts-types": "10.3.5"
92
92
  },
93
93
  "devDependencies": {
94
94
  "source-map-loader": "^5.0.0",
95
95
  "gulp": "^4.0.0",
96
96
  "gulp-replace": "^1.0.0",
97
97
  "gulp-rename": "^2.0.0",
98
- "@ag-grid-community/client-side-row-model": "32.3.4",
99
- "@ag-grid-community/core": "32.3.4",
100
- "@ag-grid-community/csv-export": "32.3.4",
101
- "@ag-grid-community/infinite-row-model": "32.3.4",
102
- "@ag-grid-community/styles": "32.3.4",
103
- "@ag-grid-community/theming": "32.3.4",
98
+ "@ag-grid-community/client-side-row-model": "32.3.5",
99
+ "@ag-grid-community/core": "32.3.5",
100
+ "@ag-grid-community/csv-export": "32.3.5",
101
+ "@ag-grid-community/infinite-row-model": "32.3.5",
102
+ "@ag-grid-community/styles": "32.3.5",
103
+ "@ag-grid-community/theming": "32.3.5",
104
104
  "ts-loader": "^9.5.1",
105
105
  "style-loader": "^3.3.4",
106
106
  "css-loader": "^6.10.0",