@crystaldesign/diva-backoffice 25.10.0-rc.2 → 25.10.0-rc.4
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 +14 -14
- package/package.json +9 -9
package/build/esm/index.js
CHANGED
@@ -8652,20 +8652,6 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
|
|
8652
8652
|
label: 'Standard',
|
8653
8653
|
value: 'STANDARD'
|
8654
8654
|
}]
|
8655
|
-
}, {
|
8656
|
-
name: ['settings', 'discountImage', 'id'],
|
8657
|
-
label: t('backoffice.form.organizationdetails.items.settings.discountImage'),
|
8658
|
-
permission: 'backoffice_sys_admin_organizations',
|
8659
|
-
type: 'media',
|
8660
|
-
hideTrash: false,
|
8661
|
-
hidden: false,
|
8662
|
-
allowedTypes: ['image/*'],
|
8663
|
-
functionType: 'BAN',
|
8664
|
-
mediaItemRefField: 'refId',
|
8665
|
-
urlField: 'url',
|
8666
|
-
onSave: function onSave(data) {
|
8667
|
-
return data;
|
8668
|
-
}
|
8669
8655
|
}, {
|
8670
8656
|
name: ['shopType'],
|
8671
8657
|
label: t('backoffice.description.currentorg.items.shopType'),
|
@@ -8685,6 +8671,20 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
|
|
8685
8671
|
label: t('backoffice.currentorg.items.shopType.store'),
|
8686
8672
|
value: 'store'
|
8687
8673
|
}]
|
8674
|
+
}, {
|
8675
|
+
name: ['settings', 'discountImage', 'id'],
|
8676
|
+
label: t('backoffice.form.organizationdetails.items.settings.discountImage'),
|
8677
|
+
permission: 'backoffice_admin_organizations',
|
8678
|
+
type: 'media',
|
8679
|
+
hideTrash: false,
|
8680
|
+
hidden: false,
|
8681
|
+
allowedTypes: ['image/*'],
|
8682
|
+
functionType: 'BAN',
|
8683
|
+
mediaItemRefField: 'refId',
|
8684
|
+
urlField: 'url',
|
8685
|
+
onSave: function onSave(data) {
|
8686
|
+
return data;
|
8687
|
+
}
|
8688
8688
|
}, {
|
8689
8689
|
type: 'subTitle',
|
8690
8690
|
name: t('backoffice.form.organizationdetails.socialUrls'),
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
3
|
-
"version": "25.10.0-rc.
|
3
|
+
"version": "25.10.0-rc.4",
|
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": "5.4.0",
|
17
17
|
"@babel/runtime": "7.24.7",
|
18
|
-
"@crystaldesign/content-box": "25.10.0-rc.
|
19
|
-
"@crystaldesign/content-item": "25.10.0-rc.
|
20
|
-
"@crystaldesign/diva-core": "25.10.0-rc.
|
21
|
-
"@crystaldesign/diva-utils": "25.10.0-rc.
|
22
|
-
"@crystaldesign/media-upload": "25.10.0-rc.
|
23
|
-
"@crystaldesign/rtf-editor": "25.10.0-rc.
|
24
|
-
"@crystaldesign/spreadsheet": "25.10.0-rc.
|
18
|
+
"@crystaldesign/content-box": "25.10.0-rc.4",
|
19
|
+
"@crystaldesign/content-item": "25.10.0-rc.4",
|
20
|
+
"@crystaldesign/diva-core": "25.10.0-rc.4",
|
21
|
+
"@crystaldesign/diva-utils": "25.10.0-rc.4",
|
22
|
+
"@crystaldesign/media-upload": "25.10.0-rc.4",
|
23
|
+
"@crystaldesign/rtf-editor": "25.10.0-rc.4",
|
24
|
+
"@crystaldesign/spreadsheet": "25.10.0-rc.4",
|
25
25
|
"@google/model-viewer": "4.1.0",
|
26
26
|
"ag-charts-community": "^10.1.0",
|
27
27
|
"ag-charts-react": "^10.1.0",
|
@@ -51,5 +51,5 @@
|
|
51
51
|
},
|
52
52
|
"module": "build/esm/index.js",
|
53
53
|
"types": "./build/types/backoffice/src/index.d.ts",
|
54
|
-
"gitHead": "
|
54
|
+
"gitHead": "822e58cf75fc9dc3d6a094b751d4fc5d30e363b7"
|
55
55
|
}
|