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.
Files changed (41) hide show
  1. package/dist/ag-grid-community.js +5 -5
  2. package/dist/ag-grid-community.min.js +1 -1
  3. package/dist/ag-grid-community.min.noStyle.js +1 -1
  4. package/dist/ag-grid-community.noStyle.js +5 -5
  5. package/dist/package/main.cjs.js +5 -5
  6. package/dist/package/main.cjs.min.js +4 -4
  7. package/dist/package/main.esm.min.mjs +4 -4
  8. package/dist/package/main.esm.mjs +5 -5
  9. package/dist/package/package.json +7 -7
  10. package/dist/types/client-side-row-model/version.d.ts +1 -1
  11. package/dist/types/core/version.d.ts +1 -1
  12. package/dist/types/csv-export/version.d.ts +1 -1
  13. package/dist/types/infinite-row-model/version.d.ts +1 -1
  14. package/dist/types/main.d.ts +1 -0
  15. package/dist/types/theming/Part.d.ts +33 -0
  16. package/dist/types/theming/Theme.d.ts +39 -0
  17. package/dist/types/theming/main.d.ts +9 -0
  18. package/dist/types/theming/styles/core/GENERATED-core.d.ts +1 -0
  19. package/dist/types/theming/styles/core/core-css.d.ts +468 -0
  20. package/dist/types/theming/styles/parts/checkbox-style/GENERATED-checkbox-style-default.d.ts +1 -0
  21. package/dist/types/theming/styles/parts/checkbox-style/checkbox-styles.d.ts +56 -0
  22. package/dist/types/theming/styles/parts/color-scheme/color-schemes.d.ts +6 -0
  23. package/dist/types/theming/styles/parts/icon-set/alpine/GENERATED-icon-set-alpine.d.ts +1 -0
  24. package/dist/types/theming/styles/parts/icon-set/alpine/icon-set-alpine.d.ts +1 -0
  25. package/dist/types/theming/styles/parts/icon-set/icon-sets.d.ts +3 -0
  26. package/dist/types/theming/styles/parts/icon-set/material/GENERATED-icon-set-material.d.ts +1 -0
  27. package/dist/types/theming/styles/parts/icon-set/material/icon-set-material.d.ts +1 -0
  28. package/dist/types/theming/styles/parts/icon-set/quartz/GENERATED-icon-set-quartz.d.ts +1 -0
  29. package/dist/types/theming/styles/parts/icon-set/quartz/icon-set-quartz.d.ts +6 -0
  30. package/dist/types/theming/styles/parts/icon-set/quartz/quartz-icon-data.d.ts +3 -0
  31. package/dist/types/theming/styles/parts/input-style/GENERATED-input-style-base.d.ts +1 -0
  32. package/dist/types/theming/styles/parts/input-style/GENERATED-input-style-underlined.d.ts +1 -0
  33. package/dist/types/theming/styles/parts/input-style/input-styles.d.ts +70 -0
  34. package/dist/types/theming/styles/parts/tab-style/GENERATED-tab-style-base.d.ts +1 -0
  35. package/dist/types/theming/styles/parts/tab-style/GENERATED-tab-style-rolodex.d.ts +1 -0
  36. package/dist/types/theming/styles/parts/tab-style/tab-styles.d.ts +101 -0
  37. package/dist/types/theming/styles/parts/theme/themes.d.ts +3 -0
  38. package/dist/types/theming/theme-types.d.ts +206 -0
  39. package/dist/types/theming/theme-utils.d.ts +8 -0
  40. package/dist/types/theming/version.d.ts +1 -0
  41. 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.1";
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.1";
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.1";
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.1";
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(/(?<!(\w|--[\w-]*))([a-z][a-z0-9]*\b)(?!\s*\()/gi, (p) => ` ${paramToVariableExpression(p)} `)})`;
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);
@@ -17883,7 +17883,7 @@ function _defineModule(definition) {
17883
17883
  }
17884
17884
 
17885
17885
  // community-modules/core/src/version.ts
17886
- var VERSION = "32.2.1";
17886
+ var VERSION = "32.2.2";
17887
17887
 
17888
17888
  // community-modules/core/src/filter/columnFilterApi.ts
17889
17889
  function isColumnFilterPresent(beans) {
@@ -47083,7 +47083,7 @@ var SortStage = class extends BeanStub {
47083
47083
  };
47084
47084
 
47085
47085
  // community-modules/client-side-row-model/src/version.ts
47086
- var VERSION2 = "32.2.1";
47086
+ var VERSION2 = "32.2.2";
47087
47087
 
47088
47088
  // community-modules/client-side-row-model/src/clientSideRowModelModule.ts
47089
47089
  var ClientSideRowModelCoreModule = _defineModule({
@@ -47774,7 +47774,7 @@ var GridSerializer = class extends BeanStub {
47774
47774
  });
47775
47775
  }
47776
47776
  };
47777
- var VERSION3 = "32.2.1";
47777
+ var VERSION3 = "32.2.2";
47778
47778
  var CsvExportCoreModule = _defineModule({
47779
47779
  version: VERSION3,
47780
47780
  moduleName: `${"@ag-grid-community/csv-export" /* CsvExportModule */}-core`,
@@ -48965,7 +48965,7 @@ function purgeInfiniteCache(beans) {
48965
48965
  function getInfiniteRowCount(beans) {
48966
48966
  return beans.rowModelHelperService?.getInfiniteRowModel()?.getRowCount();
48967
48967
  }
48968
- var VERSION4 = "32.2.1";
48968
+ var VERSION4 = "32.2.2";
48969
48969
  var InfiniteRowModelCoreModule = _defineModule({
48970
48970
  version: VERSION4,
48971
48971
  moduleName: `${"@ag-grid-community/infinite-row-model" /* InfiniteRowModelModule */}-core`,
@@ -49396,7 +49396,7 @@ var lengthValueToCss = (value) => {
49396
49396
  return `${value}px`;
49397
49397
  if ("calc" in value) {
49398
49398
  const valueWithSpaces = value.calc.replace(/ ?[*/+] ?/g, " $& ");
49399
- return `calc(${valueWithSpaces.replace(/(?<!(\w|--[\w-]*))([a-z][a-z0-9]*\b)(?!\s*\()/gi, (p) => ` ${paramToVariableExpression(p)} `)})`;
49399
+ return `calc(${valueWithSpaces.replace(/-?[a-z][a-z0-9]*\b(?![-(])/gi, (p) => p[0] === "-" ? p : ` ${paramToVariableExpression(p)} `)})`;
49400
49400
  }
49401
49401
  if ("ref" in value)
49402
49402
  return paramToVariableExpression(value.ref);