@crystaldesign/diva-backoffice 24.14.0-beta.14 → 24.14.0-beta.16
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 +80 -0
- package/package.json +9 -9
package/build/esm/index.js
CHANGED
|
@@ -8039,6 +8039,86 @@ function loadConfiguration(t, root, config, lang) {
|
|
|
8039
8039
|
hidden: function hidden(data) {
|
|
8040
8040
|
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';
|
|
8041
8041
|
}
|
|
8042
|
+
}, {
|
|
8043
|
+
name: ['settings', 'enable3DExport'],
|
|
8044
|
+
label: t('backoffice.form.organizationdetails.items.settings.enable3DExport'),
|
|
8045
|
+
type: 'radio',
|
|
8046
|
+
optionType: 'button',
|
|
8047
|
+
options: [{
|
|
8048
|
+
label: t('backoffice.form.organizationdetails.items.vererbt'),
|
|
8049
|
+
value: undefined
|
|
8050
|
+
}, {
|
|
8051
|
+
label: t('backoffice.form.organizationdetails.items.ja'),
|
|
8052
|
+
value: true
|
|
8053
|
+
}, {
|
|
8054
|
+
label: t('backoffice.form.organizationdetails.items.nein'),
|
|
8055
|
+
value: false
|
|
8056
|
+
}],
|
|
8057
|
+
permission: 'backoffice_sys_admin_organizations'
|
|
8058
|
+
}, {
|
|
8059
|
+
name: ['settings', 'enableAR'],
|
|
8060
|
+
label: t('backoffice.form.organizationdetails.items.settings.enableAR'),
|
|
8061
|
+
permission: 'backoffice_sys_admin_organizations',
|
|
8062
|
+
type: 'radio',
|
|
8063
|
+
optionType: 'button',
|
|
8064
|
+
options: [{
|
|
8065
|
+
label: t('backoffice.form.organizationdetails.items.vererbt'),
|
|
8066
|
+
value: undefined
|
|
8067
|
+
}, {
|
|
8068
|
+
label: t('backoffice.form.organizationdetails.items.ja'),
|
|
8069
|
+
value: true
|
|
8070
|
+
}, {
|
|
8071
|
+
label: t('backoffice.form.organizationdetails.items.nein'),
|
|
8072
|
+
value: false
|
|
8073
|
+
}]
|
|
8074
|
+
}, {
|
|
8075
|
+
name: ['settings', 'enableARLeaflet'],
|
|
8076
|
+
label: t('backoffice.form.organizationdetails.items.settings.enableARLeaflet'),
|
|
8077
|
+
permission: 'backoffice_sys_admin_organizations',
|
|
8078
|
+
type: 'radio',
|
|
8079
|
+
optionType: 'button',
|
|
8080
|
+
options: [{
|
|
8081
|
+
label: t('backoffice.form.organizationdetails.items.vererbt'),
|
|
8082
|
+
value: undefined
|
|
8083
|
+
}, {
|
|
8084
|
+
label: t('backoffice.form.organizationdetails.items.ja'),
|
|
8085
|
+
value: true
|
|
8086
|
+
}, {
|
|
8087
|
+
label: t('backoffice.form.organizationdetails.items.nein'),
|
|
8088
|
+
value: false
|
|
8089
|
+
}]
|
|
8090
|
+
}, {
|
|
8091
|
+
name: ['settings', 'enableRTV'],
|
|
8092
|
+
label: t('backoffice.form.organizationdetails.items.settings.enableRTV'),
|
|
8093
|
+
permission: 'backoffice_sys_admin_organizations',
|
|
8094
|
+
type: 'radio',
|
|
8095
|
+
optionType: 'button',
|
|
8096
|
+
options: [{
|
|
8097
|
+
label: t('backoffice.form.organizationdetails.items.vererbt'),
|
|
8098
|
+
value: undefined
|
|
8099
|
+
}, {
|
|
8100
|
+
label: t('backoffice.form.organizationdetails.items.ja'),
|
|
8101
|
+
value: true
|
|
8102
|
+
}, {
|
|
8103
|
+
label: t('backoffice.form.organizationdetails.items.nein'),
|
|
8104
|
+
value: false
|
|
8105
|
+
}]
|
|
8106
|
+
}, {
|
|
8107
|
+
name: ['settings', 'forceRTV'],
|
|
8108
|
+
label: t('backoffice.form.organizationdetails.items.settings.forceRTV'),
|
|
8109
|
+
permission: 'backoffice_sys_admin_organizations',
|
|
8110
|
+
type: 'radio',
|
|
8111
|
+
optionType: 'button',
|
|
8112
|
+
options: [{
|
|
8113
|
+
label: t('backoffice.form.organizationdetails.items.vererbt'),
|
|
8114
|
+
value: undefined
|
|
8115
|
+
}, {
|
|
8116
|
+
label: t('backoffice.form.organizationdetails.items.ja'),
|
|
8117
|
+
value: true
|
|
8118
|
+
}, {
|
|
8119
|
+
label: t('backoffice.form.organizationdetails.items.nein'),
|
|
8120
|
+
value: false
|
|
8121
|
+
}]
|
|
8042
8122
|
}, {
|
|
8043
8123
|
name: ['settings', 'ruleDescWithoutParenthesis'],
|
|
8044
8124
|
label: t('backoffice.form.organizationdetails.items.settings.ruleDescWithoutParenthesis'),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "24.14.0-beta.
|
|
3
|
+
"version": "24.14.0-beta.16",
|
|
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.14.0-beta.
|
|
19
|
-
"@crystaldesign/content-item": "24.14.0-beta.
|
|
20
|
-
"@crystaldesign/diva-core": "24.14.0-beta.
|
|
21
|
-
"@crystaldesign/diva-utils": "24.14.0-beta.
|
|
22
|
-
"@crystaldesign/media-upload": "24.14.0-beta.
|
|
23
|
-
"@crystaldesign/rtf-editor": "24.14.0-beta.
|
|
24
|
-
"@crystaldesign/spreadsheet": "24.14.0-beta.
|
|
18
|
+
"@crystaldesign/content-box": "24.14.0-beta.16",
|
|
19
|
+
"@crystaldesign/content-item": "24.14.0-beta.16",
|
|
20
|
+
"@crystaldesign/diva-core": "24.14.0-beta.16",
|
|
21
|
+
"@crystaldesign/diva-utils": "24.14.0-beta.16",
|
|
22
|
+
"@crystaldesign/media-upload": "24.14.0-beta.16",
|
|
23
|
+
"@crystaldesign/rtf-editor": "24.14.0-beta.16",
|
|
24
|
+
"@crystaldesign/spreadsheet": "24.14.0-beta.16",
|
|
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": "
|
|
54
|
+
"gitHead": "7a96225f7a11110f9f7c652a19faf720b8dba8aa"
|
|
55
55
|
}
|