@crystaldesign/diva-backoffice 24.9.0-beta.25 → 24.9.0-beta.26
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
|
@@ -7221,7 +7221,7 @@ function loadConfiguration(t, root, config, lang) {
|
|
|
7221
7221
|
value: 'PUBLIC'
|
|
7222
7222
|
}]
|
|
7223
7223
|
}, {
|
|
7224
|
-
name: ['settings', '
|
|
7224
|
+
name: ['settings', 'crossOrganizationSetting'],
|
|
7225
7225
|
label: t('backoffice.form.organizationdetails.items.settings.crossOrganizations'),
|
|
7226
7226
|
permission: 'backoffice_sys_admin_organizations',
|
|
7227
7227
|
type: 'radio',
|
|
@@ -7234,10 +7234,13 @@ function loadConfiguration(t, root, config, lang) {
|
|
|
7234
7234
|
value: undefined
|
|
7235
7235
|
}, {
|
|
7236
7236
|
label: t('backoffice.form.organizationdetails.items.ja'),
|
|
7237
|
-
value:
|
|
7237
|
+
value: 'YES'
|
|
7238
7238
|
}, {
|
|
7239
7239
|
label: t('backoffice.form.organizationdetails.items.nein'),
|
|
7240
|
-
value:
|
|
7240
|
+
value: 'NO'
|
|
7241
|
+
}, {
|
|
7242
|
+
label: t('backoffice.form.organizationdetails.items.onlyChildren'),
|
|
7243
|
+
value: 'ONLY_CHILDREN'
|
|
7241
7244
|
}]
|
|
7242
7245
|
}, {
|
|
7243
7246
|
name: ['settings', 'invitationType'],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "24.9.0-beta.
|
|
3
|
+
"version": "24.9.0-beta.26",
|
|
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.9.0-beta.
|
|
18
|
+
"@crystaldesign/spreadsheet": "24.9.0-beta.26",
|
|
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": "c3f5f50e844513f749de87880383605f087b0c7c"
|
|
55
55
|
}
|