@crystaldesign/diva-backoffice 26.7.0-rc.1 → 26.7.0-rc.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/build/esm/index.js +2 -2
- package/package.json +9 -9
package/build/esm/index.js
CHANGED
|
@@ -14766,7 +14766,7 @@ function getRenderjobMamStoragePredictionItems(t) {
|
|
|
14766
14766
|
readonly: {
|
|
14767
14767
|
field: 'state',
|
|
14768
14768
|
op: 'gt',
|
|
14769
|
-
value:
|
|
14769
|
+
value: 11
|
|
14770
14770
|
},
|
|
14771
14771
|
allowClear: true
|
|
14772
14772
|
}, {
|
|
@@ -14782,7 +14782,7 @@ function getRenderjobMamStoragePredictionItems(t) {
|
|
|
14782
14782
|
readonly: {
|
|
14783
14783
|
field: 'state',
|
|
14784
14784
|
op: 'gt',
|
|
14785
|
-
value:
|
|
14785
|
+
value: 11
|
|
14786
14786
|
},
|
|
14787
14787
|
allowClear: true
|
|
14788
14788
|
}];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "26.7.0-rc.
|
|
3
|
+
"version": "26.7.0-rc.2",
|
|
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.7.0-rc.
|
|
19
|
-
"@crystaldesign/content-item": "26.7.0-rc.
|
|
20
|
-
"@crystaldesign/diva-core": "26.7.0-rc.
|
|
21
|
-
"@crystaldesign/diva-utils": "26.7.0-rc.
|
|
22
|
-
"@crystaldesign/media-upload": "26.7.0-rc.
|
|
23
|
-
"@crystaldesign/rtf-editor": "26.7.0-rc.
|
|
24
|
-
"@crystaldesign/spreadsheet": "26.7.0-rc.
|
|
18
|
+
"@crystaldesign/content-box": "26.7.0-rc.2",
|
|
19
|
+
"@crystaldesign/content-item": "26.7.0-rc.2",
|
|
20
|
+
"@crystaldesign/diva-core": "26.7.0-rc.2",
|
|
21
|
+
"@crystaldesign/diva-utils": "26.7.0-rc.2",
|
|
22
|
+
"@crystaldesign/media-upload": "26.7.0-rc.2",
|
|
23
|
+
"@crystaldesign/rtf-editor": "26.7.0-rc.2",
|
|
24
|
+
"@crystaldesign/spreadsheet": "26.7.0-rc.2",
|
|
25
25
|
"@dnd-kit/core": "^6.1.0",
|
|
26
26
|
"@dnd-kit/sortable": "^8.0.0",
|
|
27
27
|
"@dnd-kit/utilities": "^3.2.2",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
},
|
|
57
57
|
"module": "build/esm/index.js",
|
|
58
58
|
"types": "./build/types/backoffice/src/index.d.ts",
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "edd5f2ad82e5c8437a4411275e27a17460afac09"
|
|
60
60
|
}
|