@crystaldesign/diva-backoffice 24.9.0 → 24.10.0-beta.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 +6 -3
- package/package.json +3 -3
package/build/esm/index.js
CHANGED
|
@@ -7224,7 +7224,7 @@ function loadConfiguration(t, root, config, lang) {
|
|
|
7224
7224
|
value: 'PUBLIC'
|
|
7225
7225
|
}]
|
|
7226
7226
|
}, {
|
|
7227
|
-
name: ['settings', '
|
|
7227
|
+
name: ['settings', 'crossOrganizationSetting'],
|
|
7228
7228
|
label: t('backoffice.form.organizationdetails.items.settings.crossOrganizations'),
|
|
7229
7229
|
permission: 'backoffice_sys_admin_organizations',
|
|
7230
7230
|
type: 'radio',
|
|
@@ -7237,10 +7237,13 @@ function loadConfiguration(t, root, config, lang) {
|
|
|
7237
7237
|
value: undefined
|
|
7238
7238
|
}, {
|
|
7239
7239
|
label: t('backoffice.form.organizationdetails.items.ja'),
|
|
7240
|
-
value:
|
|
7240
|
+
value: 'YES'
|
|
7241
7241
|
}, {
|
|
7242
7242
|
label: t('backoffice.form.organizationdetails.items.nein'),
|
|
7243
|
-
value:
|
|
7243
|
+
value: 'NO'
|
|
7244
|
+
}, {
|
|
7245
|
+
label: t('backoffice.form.organizationdetails.items.onlyChildren'),
|
|
7246
|
+
value: 'ONLY_CHILDREN'
|
|
7244
7247
|
}]
|
|
7245
7248
|
}, {
|
|
7246
7249
|
name: ['settings', 'invitationType'],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "24.
|
|
3
|
+
"version": "24.10.0-beta.2",
|
|
4
4
|
"license": "COMMERCIAL",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@testing-library/jest-dom": "^5.15.0",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@ant-design/icons": "5.0.1",
|
|
17
17
|
"@babel/runtime": "7.18.0",
|
|
18
|
-
"@crystaldesign/spreadsheet": "24.
|
|
18
|
+
"@crystaldesign/spreadsheet": "24.10.0-beta.2",
|
|
19
19
|
"@google/model-viewer": "3.4.0",
|
|
20
20
|
"@tinymce/tinymce-react": "^3.13.0",
|
|
21
21
|
"ag-charts-community": "^9.3.1",
|
|
@@ -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": "6a2281331f581740856a0d1cc8e978a453b69638"
|
|
55
55
|
}
|