@crystaldesign/diva-backoffice 25.2.0-beta.4 → 25.2.0-beta.6
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 +3 -12
- package/package.json +9 -9
package/build/esm/index.js
CHANGED
|
@@ -7817,10 +7817,7 @@ function loadConfiguration(t, root, config, lang) {
|
|
|
7817
7817
|
style: {
|
|
7818
7818
|
marginBottom: '20px'
|
|
7819
7819
|
},
|
|
7820
|
-
permission: 'backoffice_admin_organizations'
|
|
7821
|
-
hidden: function hidden(data) {
|
|
7822
|
-
return (data === null || data === void 0 ? void 0 : data.parentType) === 'SUPPLIER' && (data === null || data === void 0 ? void 0 : data.type) === undefined;
|
|
7823
|
-
}
|
|
7820
|
+
permission: 'backoffice_admin_organizations'
|
|
7824
7821
|
}, {
|
|
7825
7822
|
name: 'Info',
|
|
7826
7823
|
type: 'text',
|
|
@@ -7828,10 +7825,7 @@ function loadConfiguration(t, root, config, lang) {
|
|
|
7828
7825
|
marginBottom: '30px'
|
|
7829
7826
|
},
|
|
7830
7827
|
text: t('backoffice.form.organizationdetails.items.licensesdesc'),
|
|
7831
|
-
permission: 'backoffice_admin_organizations'
|
|
7832
|
-
hidden: function hidden(data) {
|
|
7833
|
-
return (data === null || data === void 0 ? void 0 : data.parentType) === 'SUPPLIER' && (data === null || data === void 0 ? void 0 : data.type) === undefined;
|
|
7834
|
-
}
|
|
7828
|
+
permission: 'backoffice_admin_organizations'
|
|
7835
7829
|
}, {
|
|
7836
7830
|
name: ['settings', 'enable3DExport'],
|
|
7837
7831
|
label: t('backoffice.form.organizationdetails.items.settings.enable3DExport'),
|
|
@@ -7938,10 +7932,7 @@ function loadConfiguration(t, root, config, lang) {
|
|
|
7938
7932
|
style: {
|
|
7939
7933
|
marginBottom: '40px'
|
|
7940
7934
|
},
|
|
7941
|
-
permission: 'backoffice_admin_organizations'
|
|
7942
|
-
hidden: function hidden(data) {
|
|
7943
|
-
return (data === null || data === void 0 ? void 0 : data.parentType) === 'SUPPLIER' && (data === null || data === void 0 ? void 0 : data.type) === undefined;
|
|
7944
|
-
}
|
|
7935
|
+
permission: 'backoffice_admin_organizations'
|
|
7945
7936
|
}, {
|
|
7946
7937
|
name: 'iln',
|
|
7947
7938
|
label: t('backoffice.form.organizationdetails.items.iln'),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "25.2.0-beta.
|
|
3
|
+
"version": "25.2.0-beta.6",
|
|
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": "25.2.0-beta.
|
|
19
|
-
"@crystaldesign/content-item": "25.2.0-beta.
|
|
20
|
-
"@crystaldesign/diva-core": "25.2.0-beta.
|
|
21
|
-
"@crystaldesign/diva-utils": "25.2.0-beta.
|
|
22
|
-
"@crystaldesign/media-upload": "25.2.0-beta.
|
|
23
|
-
"@crystaldesign/rtf-editor": "25.2.0-beta.
|
|
24
|
-
"@crystaldesign/spreadsheet": "25.2.0-beta.
|
|
18
|
+
"@crystaldesign/content-box": "25.2.0-beta.6",
|
|
19
|
+
"@crystaldesign/content-item": "25.2.0-beta.6",
|
|
20
|
+
"@crystaldesign/diva-core": "25.2.0-beta.6",
|
|
21
|
+
"@crystaldesign/diva-utils": "25.2.0-beta.6",
|
|
22
|
+
"@crystaldesign/media-upload": "25.2.0-beta.6",
|
|
23
|
+
"@crystaldesign/rtf-editor": "25.2.0-beta.6",
|
|
24
|
+
"@crystaldesign/spreadsheet": "25.2.0-beta.6",
|
|
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": "54535a2bf41318d8c7ea02105144ca5af98f2dc1"
|
|
55
55
|
}
|