@crystaldesign/diva-backoffice 26.5.0-rc.1 → 26.5.0-rc.3
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/build/esm/index.js +1 -1
- package/package.json +9 -9
package/build/esm/index.js
CHANGED
|
@@ -11362,7 +11362,7 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
|
|
|
11362
11362
|
method: 'POST'
|
|
11363
11363
|
},
|
|
11364
11364
|
read: {
|
|
11365
|
-
list: '${mediaService}/renderjobpresets'
|
|
11365
|
+
list: '${mediaService}/renderjobpresets?limit=1000'
|
|
11366
11366
|
},
|
|
11367
11367
|
"delete": {
|
|
11368
11368
|
url: '${mediaService}/renderjobpresets/${id}'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "26.5.0-rc.
|
|
3
|
+
"version": "26.5.0-rc.3",
|
|
4
4
|
"license": "COMMERCIAL",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@testing-library/jest-dom": "^6.5.0",
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@ant-design/icons": "6.1.0",
|
|
17
17
|
"@babel/runtime": "7.24.7",
|
|
18
|
-
"@crystaldesign/content-box": "26.5.0-rc.
|
|
19
|
-
"@crystaldesign/content-item": "26.5.0-rc.
|
|
20
|
-
"@crystaldesign/diva-core": "26.5.0-rc.
|
|
21
|
-
"@crystaldesign/diva-utils": "26.5.0-rc.
|
|
22
|
-
"@crystaldesign/media-upload": "26.5.0-rc.
|
|
23
|
-
"@crystaldesign/rtf-editor": "26.5.0-rc.
|
|
24
|
-
"@crystaldesign/spreadsheet": "26.5.0-rc.
|
|
18
|
+
"@crystaldesign/content-box": "26.5.0-rc.3",
|
|
19
|
+
"@crystaldesign/content-item": "26.5.0-rc.3",
|
|
20
|
+
"@crystaldesign/diva-core": "26.5.0-rc.3",
|
|
21
|
+
"@crystaldesign/diva-utils": "26.5.0-rc.3",
|
|
22
|
+
"@crystaldesign/media-upload": "26.5.0-rc.3",
|
|
23
|
+
"@crystaldesign/rtf-editor": "26.5.0-rc.3",
|
|
24
|
+
"@crystaldesign/spreadsheet": "26.5.0-rc.3",
|
|
25
25
|
"@google/genai": "^1.22.0",
|
|
26
26
|
"@google/model-viewer": "3.5.0",
|
|
27
27
|
"ag-charts-community": "^10.1.0",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
},
|
|
54
54
|
"module": "build/esm/index.js",
|
|
55
55
|
"types": "./build/types/backoffice/src/index.d.ts",
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "e921dd05b4c4d09528f8c336f9a034bf73465cec"
|
|
57
57
|
}
|