ag-grid-community 32.2.1 → 32.2.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 +5 -5
- 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 +5 -5
- package/dist/package/main.cjs.js +5 -5
- package/dist/package/main.cjs.min.js +4 -4
- package/dist/package/main.esm.min.mjs +4 -4
- package/dist/package/main.esm.mjs +5 -5
- package/dist/package/package.json +7 -7
- 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/main.d.ts +1 -0
- package/dist/types/theming/Part.d.ts +33 -0
- package/dist/types/theming/Theme.d.ts +39 -0
- package/dist/types/theming/main.d.ts +9 -0
- package/dist/types/theming/styles/core/GENERATED-core.d.ts +1 -0
- package/dist/types/theming/styles/core/core-css.d.ts +468 -0
- package/dist/types/theming/styles/parts/checkbox-style/GENERATED-checkbox-style-default.d.ts +1 -0
- package/dist/types/theming/styles/parts/checkbox-style/checkbox-styles.d.ts +56 -0
- package/dist/types/theming/styles/parts/color-scheme/color-schemes.d.ts +6 -0
- package/dist/types/theming/styles/parts/icon-set/alpine/GENERATED-icon-set-alpine.d.ts +1 -0
- package/dist/types/theming/styles/parts/icon-set/alpine/icon-set-alpine.d.ts +1 -0
- package/dist/types/theming/styles/parts/icon-set/icon-sets.d.ts +3 -0
- package/dist/types/theming/styles/parts/icon-set/material/GENERATED-icon-set-material.d.ts +1 -0
- package/dist/types/theming/styles/parts/icon-set/material/icon-set-material.d.ts +1 -0
- package/dist/types/theming/styles/parts/icon-set/quartz/GENERATED-icon-set-quartz.d.ts +1 -0
- package/dist/types/theming/styles/parts/icon-set/quartz/icon-set-quartz.d.ts +6 -0
- package/dist/types/theming/styles/parts/icon-set/quartz/quartz-icon-data.d.ts +3 -0
- package/dist/types/theming/styles/parts/input-style/GENERATED-input-style-base.d.ts +1 -0
- package/dist/types/theming/styles/parts/input-style/GENERATED-input-style-underlined.d.ts +1 -0
- package/dist/types/theming/styles/parts/input-style/input-styles.d.ts +70 -0
- package/dist/types/theming/styles/parts/tab-style/GENERATED-tab-style-base.d.ts +1 -0
- package/dist/types/theming/styles/parts/tab-style/GENERATED-tab-style-rolodex.d.ts +1 -0
- package/dist/types/theming/styles/parts/tab-style/tab-styles.d.ts +101 -0
- package/dist/types/theming/styles/parts/theme/themes.d.ts +3 -0
- package/dist/types/theming/theme-types.d.ts +206 -0
- package/dist/types/theming/theme-utils.d.ts +8 -0
- package/dist/types/theming/version.d.ts +1 -0
- package/package.json +7 -7
|
@@ -1906,7 +1906,7 @@ var SortStage = class extends import_core8.BeanStub {
|
|
|
1906
1906
|
};
|
|
1907
1907
|
|
|
1908
1908
|
// community-modules/client-side-row-model/src/version.ts
|
|
1909
|
-
var VERSION = "32.2.
|
|
1909
|
+
var VERSION = "32.2.2";
|
|
1910
1910
|
|
|
1911
1911
|
// community-modules/client-side-row-model/src/clientSideRowModelModule.ts
|
|
1912
1912
|
var ClientSideRowModelCoreModule = (0, import_core9._defineModule)({
|
|
@@ -19791,7 +19791,7 @@ function _defineModule(definition) {
|
|
|
19791
19791
|
}
|
|
19792
19792
|
|
|
19793
19793
|
// community-modules/core/src/version.ts
|
|
19794
|
-
var VERSION = "32.2.
|
|
19794
|
+
var VERSION = "32.2.2";
|
|
19795
19795
|
|
|
19796
19796
|
// community-modules/core/src/filter/columnFilterApi.ts
|
|
19797
19797
|
function isColumnFilterPresent(beans) {
|
|
@@ -47860,7 +47860,7 @@ var GridSerializer = class extends import_core6.BeanStub {
|
|
|
47860
47860
|
};
|
|
47861
47861
|
|
|
47862
47862
|
// community-modules/csv-export/src/version.ts
|
|
47863
|
-
var VERSION = "32.2.
|
|
47863
|
+
var VERSION = "32.2.2";
|
|
47864
47864
|
|
|
47865
47865
|
// community-modules/csv-export/src/csvExportModule.ts
|
|
47866
47866
|
var CsvExportCoreModule = (0, import_core7._defineModule)({
|
|
@@ -49117,7 +49117,7 @@ function getInfiniteRowCount(beans) {
|
|
|
49117
49117
|
}
|
|
49118
49118
|
|
|
49119
49119
|
// community-modules/infinite-row-model/src/version.ts
|
|
49120
|
-
var VERSION = "32.2.
|
|
49120
|
+
var VERSION = "32.2.2";
|
|
49121
49121
|
|
|
49122
49122
|
// community-modules/infinite-row-model/src/infiniteRowModelModule.ts
|
|
49123
49123
|
var InfiniteRowModelCoreModule = (0, import_core4._defineModule)({
|
|
@@ -49622,7 +49622,7 @@ var lengthValueToCss = (value) => {
|
|
|
49622
49622
|
return `${value}px`;
|
|
49623
49623
|
if ("calc" in value) {
|
|
49624
49624
|
const valueWithSpaces = value.calc.replace(/ ?[*/+] ?/g, " $& ");
|
|
49625
|
-
return `calc(${valueWithSpaces.replace(
|
|
49625
|
+
return `calc(${valueWithSpaces.replace(/-?[a-z][a-z0-9]*\b(?![-(])/gi, (p) => p[0] === "-" ? p : ` ${paramToVariableExpression(p)} `)})`;
|
|
49626
49626
|
}
|
|
49627
49627
|
if ("ref" in value)
|
|
49628
49628
|
return paramToVariableExpression(value.ref);
|