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.
- package/dist/ag-grid-community.js +7 -7
- 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 +7 -7
- package/dist/package/main.cjs.js +7 -7
- package/dist/package/main.cjs.min.js +5 -5
- package/dist/package/main.esm.min.mjs +5 -5
- package/dist/package/main.esm.mjs +7 -7
- 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
|
@@ -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.
|
|
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 = "
|
|
9413
|
-
template.style.height = "
|
|
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:
|
|
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.
|
|
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.
|
|
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.
|
|
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)({
|