@crystaldesign/diva-backoffice 24.15.0-beta.28 → 24.15.0-beta.29

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 +19 -0
  2. package/package.json +9 -9
@@ -8215,6 +8215,25 @@ function loadConfiguration(t, root, config, lang) {
8215
8215
  label: t('backoffice.currentorg.items.shopType.store'),
8216
8216
  value: 'store'
8217
8217
  }]
8218
+ }, {
8219
+ name: ['settings', 'enableVKMarketing'],
8220
+ label: t('backoffice.form.organizationdetails.items.settings.enableVKMarketing'),
8221
+ permission: 'backoffice_sys_admin_organizations',
8222
+ type: 'radio',
8223
+ hidden: function hidden(data) {
8224
+ return (data === null || data === void 0 ? void 0 : data.type) === 'ASSOCIATION' || (data === null || data === void 0 ? void 0 : data.type) === 'SUPPLIER' || (data === null || data === void 0 ? void 0 : data.parentType) === 'SUPPLIER';
8225
+ },
8226
+ optionType: 'button',
8227
+ options: [{
8228
+ label: t('backoffice.form.organizationdetails.items.vererbt'),
8229
+ value: undefined
8230
+ }, {
8231
+ label: t('backoffice.form.organizationdetails.items.ja'),
8232
+ value: true
8233
+ }, {
8234
+ label: t('backoffice.form.organizationdetails.items.nein'),
8235
+ value: false
8236
+ }]
8218
8237
  }]
8219
8238
  },
8220
8239
  FromAffilateOrganizationDetails: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "24.15.0-beta.28",
3
+ "version": "24.15.0-beta.29",
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": "24.15.0-beta.28",
19
- "@crystaldesign/content-item": "24.15.0-beta.28",
20
- "@crystaldesign/diva-core": "24.15.0-beta.28",
21
- "@crystaldesign/diva-utils": "24.15.0-beta.28",
22
- "@crystaldesign/media-upload": "24.15.0-beta.28",
23
- "@crystaldesign/rtf-editor": "24.15.0-beta.28",
24
- "@crystaldesign/spreadsheet": "24.15.0-beta.28",
18
+ "@crystaldesign/content-box": "24.15.0-beta.29",
19
+ "@crystaldesign/content-item": "24.15.0-beta.29",
20
+ "@crystaldesign/diva-core": "24.15.0-beta.29",
21
+ "@crystaldesign/diva-utils": "24.15.0-beta.29",
22
+ "@crystaldesign/media-upload": "24.15.0-beta.29",
23
+ "@crystaldesign/rtf-editor": "24.15.0-beta.29",
24
+ "@crystaldesign/spreadsheet": "24.15.0-beta.29",
25
25
  "@google/model-viewer": "3.5.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": "db56e946bdce836a56fb20608f6c4be1279cc298"
54
+ "gitHead": "0728ae008c7d21f41246a824a9af5c207774778f"
55
55
  }