@crystaldesign/diva-backoffice 26.2.0-rc.8 → 26.2.0

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 +17 -0
  2. package/package.json +9 -9
@@ -8836,6 +8836,23 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
8836
8836
  label: t('backoffice.form.organizationdetails.items.nein'),
8837
8837
  value: false
8838
8838
  }]
8839
+ }, {
8840
+ name: ['settings', 'enableInsights'],
8841
+ label: t('backoffice.form.organizationdetails.items.settings.enableInsights'),
8842
+ tabgroup: t('backoffice.form.organizationdetails.items.licenses'),
8843
+ permission: 'backoffice_admin_organizations',
8844
+ type: 'radio',
8845
+ optionType: 'button',
8846
+ options: [{
8847
+ label: t('backoffice.form.organizationdetails.items.vererbt'),
8848
+ value: undefined
8849
+ }, {
8850
+ label: t('backoffice.form.organizationdetails.items.ja'),
8851
+ value: true
8852
+ }, {
8853
+ label: t('backoffice.form.organizationdetails.items.nein'),
8854
+ value: false
8855
+ }]
8839
8856
  }, {
8840
8857
  name: ['settings', 'pricePreview'],
8841
8858
  label: t('backoffice.form.organizationdetails.items.settings.pricePreview'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "26.2.0-rc.8",
3
+ "version": "26.2.0",
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.2.0-rc.8",
19
- "@crystaldesign/content-item": "26.2.0-rc.8",
20
- "@crystaldesign/diva-core": "26.2.0-rc.8",
21
- "@crystaldesign/diva-utils": "26.2.0-rc.8",
22
- "@crystaldesign/media-upload": "26.2.0-rc.8",
23
- "@crystaldesign/rtf-editor": "26.2.0-rc.8",
24
- "@crystaldesign/spreadsheet": "26.2.0-rc.8",
18
+ "@crystaldesign/content-box": "26.2.0",
19
+ "@crystaldesign/content-item": "26.2.0",
20
+ "@crystaldesign/diva-core": "26.2.0",
21
+ "@crystaldesign/diva-utils": "26.2.0",
22
+ "@crystaldesign/media-upload": "26.2.0",
23
+ "@crystaldesign/rtf-editor": "26.2.0",
24
+ "@crystaldesign/spreadsheet": "26.2.0",
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": "0d07506a4026d83bb850996b8b29762aa72d1908"
54
+ "gitHead": "53bfe4bb064622c9e235d39d17c5273cb29204b1"
55
55
  }