ag-grid-community 32.3.0 → 32.3.2
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/dist/ag-grid-community.js +4 -4
- package/dist/ag-grid-community.min.js +1 -1
- package/dist/ag-grid-community.min.noStyle.js +1 -1
- package/dist/ag-grid-community.noStyle.js +4 -4
- package/dist/package/main.cjs.js +4 -4
- package/dist/package/main.cjs.min.js +4 -4
- package/dist/package/main.esm.min.mjs +4 -4
- package/dist/package/main.esm.mjs +4 -4
- package/dist/package/package.json +8 -8
- package/dist/types/client-side-row-model/version.d.ts +1 -1
- package/dist/types/core/version.d.ts +1 -1
- package/dist/types/csv-export/version.d.ts +1 -1
- package/dist/types/infinite-row-model/version.d.ts +1 -1
- package/dist/types/theming/version.d.ts +1 -1
- package/package.json +8 -8
|
@@ -17557,7 +17557,7 @@ function _defineModule(definition) {
|
|
|
17557
17557
|
}
|
|
17558
17558
|
|
|
17559
17559
|
// community-modules/core/src/version.ts
|
|
17560
|
-
var VERSION = "32.3.
|
|
17560
|
+
var VERSION = "32.3.2";
|
|
17561
17561
|
|
|
17562
17562
|
// community-modules/core/src/filter/columnFilterApi.ts
|
|
17563
17563
|
function isColumnFilterPresent(beans) {
|
|
@@ -46838,7 +46838,7 @@ var SortStage = class extends BeanStub {
|
|
|
46838
46838
|
};
|
|
46839
46839
|
|
|
46840
46840
|
// community-modules/client-side-row-model/src/version.ts
|
|
46841
|
-
var VERSION2 = "32.3.
|
|
46841
|
+
var VERSION2 = "32.3.2";
|
|
46842
46842
|
|
|
46843
46843
|
// community-modules/client-side-row-model/src/clientSideRowModelModule.ts
|
|
46844
46844
|
var ClientSideRowModelCoreModule = _defineModule({
|
|
@@ -47531,7 +47531,7 @@ var GridSerializer = class extends BeanStub {
|
|
|
47531
47531
|
});
|
|
47532
47532
|
}
|
|
47533
47533
|
};
|
|
47534
|
-
var VERSION3 = "32.3.
|
|
47534
|
+
var VERSION3 = "32.3.2";
|
|
47535
47535
|
var CsvExportCoreModule = _defineModule({
|
|
47536
47536
|
version: VERSION3,
|
|
47537
47537
|
moduleName: `${"@ag-grid-community/csv-export" /* CsvExportModule */}-core`,
|
|
@@ -48722,7 +48722,7 @@ function purgeInfiniteCache(beans) {
|
|
|
48722
48722
|
function getInfiniteRowCount(beans) {
|
|
48723
48723
|
return beans.rowModelHelperService?.getInfiniteRowModel()?.getRowCount();
|
|
48724
48724
|
}
|
|
48725
|
-
var VERSION4 = "32.3.
|
|
48725
|
+
var VERSION4 = "32.3.2";
|
|
48726
48726
|
var InfiniteRowModelCoreModule = _defineModule({
|
|
48727
48727
|
version: VERSION4,
|
|
48728
48728
|
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.
|
|
3
|
+
"version": "32.3.2",
|
|
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.
|
|
91
|
+
"ag-charts-types": "10.3.1"
|
|
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.
|
|
99
|
-
"@ag-grid-community/core": "32.3.
|
|
100
|
-
"@ag-grid-community/csv-export": "32.3.
|
|
101
|
-
"@ag-grid-community/infinite-row-model": "32.3.
|
|
102
|
-
"@ag-grid-community/styles": "32.3.
|
|
103
|
-
"@ag-grid-community/theming": "32.3.
|
|
98
|
+
"@ag-grid-community/client-side-row-model": "32.3.2",
|
|
99
|
+
"@ag-grid-community/core": "32.3.2",
|
|
100
|
+
"@ag-grid-community/csv-export": "32.3.2",
|
|
101
|
+
"@ag-grid-community/infinite-row-model": "32.3.2",
|
|
102
|
+
"@ag-grid-community/styles": "32.3.2",
|
|
103
|
+
"@ag-grid-community/theming": "32.3.2",
|
|
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.
|
|
1
|
+
export declare const VERSION = "32.3.2";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "32.3.
|
|
1
|
+
export declare const VERSION = "32.3.2";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "32.3.
|
|
1
|
+
export declare const VERSION = "32.3.2";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "32.3.
|
|
1
|
+
export declare const VERSION = "32.3.2";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "32.3.
|
|
1
|
+
export declare const VERSION = "32.3.2";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ag-grid-community",
|
|
3
|
-
"version": "32.3.
|
|
3
|
+
"version": "32.3.2",
|
|
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.
|
|
91
|
+
"ag-charts-types": "10.3.1"
|
|
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.
|
|
99
|
-
"@ag-grid-community/core": "32.3.
|
|
100
|
-
"@ag-grid-community/csv-export": "32.3.
|
|
101
|
-
"@ag-grid-community/infinite-row-model": "32.3.
|
|
102
|
-
"@ag-grid-community/styles": "32.3.
|
|
103
|
-
"@ag-grid-community/theming": "32.3.
|
|
98
|
+
"@ag-grid-community/client-side-row-model": "32.3.2",
|
|
99
|
+
"@ag-grid-community/core": "32.3.2",
|
|
100
|
+
"@ag-grid-community/csv-export": "32.3.2",
|
|
101
|
+
"@ag-grid-community/infinite-row-model": "32.3.2",
|
|
102
|
+
"@ag-grid-community/styles": "32.3.2",
|
|
103
|
+
"@ag-grid-community/theming": "32.3.2",
|
|
104
104
|
"ts-loader": "^9.5.1",
|
|
105
105
|
"style-loader": "^3.3.4",
|
|
106
106
|
"css-loader": "^6.10.0",
|