@crystaldesign/diva-backoffice 25.10.0-rc.1 → 25.10.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.
Files changed (2) hide show
  1. package/build/esm/index.js +14 -14
  2. package/package.json +9 -9
@@ -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.1",
3
+ "version": "25.10.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": "5.4.0",
17
17
  "@babel/runtime": "7.24.7",
18
- "@crystaldesign/content-box": "25.10.0-rc.1",
19
- "@crystaldesign/content-item": "25.10.0-rc.1",
20
- "@crystaldesign/diva-core": "25.10.0-rc.1",
21
- "@crystaldesign/diva-utils": "25.10.0-rc.1",
22
- "@crystaldesign/media-upload": "25.10.0-rc.1",
23
- "@crystaldesign/rtf-editor": "25.10.0-rc.1",
24
- "@crystaldesign/spreadsheet": "25.10.0-rc.1",
18
+ "@crystaldesign/content-box": "25.10.0-rc.3",
19
+ "@crystaldesign/content-item": "25.10.0-rc.3",
20
+ "@crystaldesign/diva-core": "25.10.0-rc.3",
21
+ "@crystaldesign/diva-utils": "25.10.0-rc.3",
22
+ "@crystaldesign/media-upload": "25.10.0-rc.3",
23
+ "@crystaldesign/rtf-editor": "25.10.0-rc.3",
24
+ "@crystaldesign/spreadsheet": "25.10.0-rc.3",
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": "060a60c95f8de3f8893ab3e1865ffdd11a04d414"
54
+ "gitHead": "59dc45c8c83bc41c65fdd54f036384a9686086dc"
55
55
  }