@crystaldesign/diva-backoffice 24.7.0-beta.48 → 24.7.0-beta.49
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 +22 -0
- package/package.json +3 -3
package/build/esm/index.js
CHANGED
|
@@ -7228,6 +7228,25 @@ function loadConfiguration(t, root, config, lang) {
|
|
|
7228
7228
|
label: 'Standard',
|
|
7229
7229
|
value: 'STANDARD'
|
|
7230
7230
|
}]
|
|
7231
|
+
}, {
|
|
7232
|
+
name: ['shopType'],
|
|
7233
|
+
label: t('backoffice.description.currentorg.items.shopType'),
|
|
7234
|
+
permission: 'backoffice_admin_organizations',
|
|
7235
|
+
type: 'radio',
|
|
7236
|
+
hidden: function hidden(data) {
|
|
7237
|
+
return (data === null || data === void 0 ? void 0 : data.type) === 'SUPPLIER' || (data === null || data === void 0 ? void 0 : data.parentType) === 'SUPPLIER';
|
|
7238
|
+
},
|
|
7239
|
+
optionType: 'button',
|
|
7240
|
+
options: [{
|
|
7241
|
+
label: t('backoffice.form.organizationdetails.items.vererbt'),
|
|
7242
|
+
value: undefined
|
|
7243
|
+
}, {
|
|
7244
|
+
label: t('backoffice.currentorg.items.shopType.webshop'),
|
|
7245
|
+
value: 'webshop'
|
|
7246
|
+
}, {
|
|
7247
|
+
label: t('backoffice.currentorg.items.shopType.store'),
|
|
7248
|
+
value: 'store'
|
|
7249
|
+
}]
|
|
7231
7250
|
}]
|
|
7232
7251
|
},
|
|
7233
7252
|
FromAffilateOrganizationDetails: {
|
|
@@ -9310,6 +9329,9 @@ function loadConfiguration(t, root, config, lang) {
|
|
|
9310
9329
|
}, {
|
|
9311
9330
|
name: 'homepage',
|
|
9312
9331
|
label: t('backoffice.description.currentorg.items.homepage')
|
|
9332
|
+
}, {
|
|
9333
|
+
name: 'shopType',
|
|
9334
|
+
label: t('backoffice.description.currentorg.items.shopType')
|
|
9313
9335
|
}],
|
|
9314
9336
|
editAction: {
|
|
9315
9337
|
actionType: 'Detail',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "24.7.0-beta.
|
|
3
|
+
"version": "24.7.0-beta.49",
|
|
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.7.0-beta.
|
|
18
|
+
"@crystaldesign/spreadsheet": "24.7.0-beta.49",
|
|
19
19
|
"@google/model-viewer": "3.4.0",
|
|
20
20
|
"@tinymce/tinymce-react": "^3.13.0",
|
|
21
21
|
"ag-charts-community": "^8.0.1",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
},
|
|
51
51
|
"module": "build/esm/index.js",
|
|
52
52
|
"types": "./build/types/backoffice/src/index.d.ts",
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "b3e730649c5930e63ec22770e58c6b042f3f87e4"
|
|
54
54
|
}
|