@crystaldesign/grid 25.15.0-beta.11 → 25.15.0-beta.12

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.
@@ -3252,9 +3252,9 @@ function useApiInterface(_ref) {
3252
3252
  useEffect(function () {
3253
3253
  //if apiInterface changes and data is fetched from url reset the state
3254
3254
  if (apiInterface.url) {
3255
- var _initialFilterState$l2, _initialFilterState$s3, _initialFilterState$s4;
3255
+ var _state$serverSideFilt3, _initialFilterState$l2, _initialFilterState$s3, _initialFilterState$s4;
3256
3256
  setInitialized(true);
3257
- fetchData({
3257
+ fetchData((_state$serverSideFilt3 = state.serverSideFilterState) !== null && _state$serverSideFilt3 !== void 0 ? _state$serverSideFilt3 : {
3258
3258
  limit: (_initialFilterState$l2 = initialFilterState.limit) !== null && _initialFilterState$l2 !== void 0 ? _initialFilterState$l2 : 20,
3259
3259
  skip: (_initialFilterState$s3 = initialFilterState.skip) !== null && _initialFilterState$s3 !== void 0 ? _initialFilterState$s3 : 0,
3260
3260
  sortBy: (_initialFilterState$s4 = initialFilterState.sortBy) !== null && _initialFilterState$s4 !== void 0 ? _initialFilterState$s4 : [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/grid",
3
- "version": "25.15.0-beta.11",
3
+ "version": "25.15.0-beta.12",
4
4
  "license": "COMMERCIAL",
5
5
  "devDependencies": {
6
6
  "@mui/x-date-pickers": "^7.22.0",
@@ -12,9 +12,9 @@
12
12
  "react-dom": "18.3.1"
13
13
  },
14
14
  "dependencies": {
15
- "@crystaldesign/content-box": "25.15.0-beta.11",
16
- "@crystaldesign/rtf-editor": "25.15.0-beta.11",
17
- "@crystaldesign/searchfield": "25.15.0-beta.11",
15
+ "@crystaldesign/content-box": "25.15.0-beta.12",
16
+ "@crystaldesign/rtf-editor": "25.15.0-beta.12",
17
+ "@crystaldesign/searchfield": "25.15.0-beta.12",
18
18
  "@hello-pangea/dnd": "^18.0.1",
19
19
  "@mui/icons-material": "^6.1.5",
20
20
  "@mui/lab": "^6.0.0-beta.13",
@@ -40,5 +40,5 @@
40
40
  },
41
41
  "module": "build/esm/index.js",
42
42
  "types": "./build/types/grid/src/index.d.ts",
43
- "gitHead": "c4bc8b815bff85ffd0a26a872258b6075ffd1623"
43
+ "gitHead": "f23a482bc4a37cbee9d04c047f5de2738636701d"
44
44
  }