@crystaldesign/diva-backoffice 26.2.0-beta.12 → 26.2.0-beta.14
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
CHANGED
|
@@ -9443,20 +9443,40 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
|
|
|
9443
9443
|
}, {
|
|
9444
9444
|
name: ['settings', 'aiSettings', 'checkForDivaKiReady'],
|
|
9445
9445
|
label: t('backoffice.form.organizationdetails.items.ai.checkForDivaKiReady'),
|
|
9446
|
-
type: '
|
|
9446
|
+
type: 'radio',
|
|
9447
|
+
optionType: 'button',
|
|
9448
|
+
options: [{
|
|
9449
|
+
label: t('backoffice.form.organizationdetails.items.vererbt'),
|
|
9450
|
+
value: undefined
|
|
9451
|
+
}, {
|
|
9452
|
+
label: t('backoffice.form.organizationdetails.items.ja'),
|
|
9453
|
+
value: true
|
|
9454
|
+
}, {
|
|
9455
|
+
label: t('backoffice.form.organizationdetails.items.nein'),
|
|
9456
|
+
value: false
|
|
9457
|
+
}],
|
|
9447
9458
|
permission: 'backoffice_admin_organizations',
|
|
9448
9459
|
tabgroup: t('backoffice.form.organizationdetails.items.ai.tabgroup'),
|
|
9449
|
-
defaultValue: false,
|
|
9450
9460
|
hidden: function hidden(data) {
|
|
9451
9461
|
return (data === null || data === void 0 ? void 0 : data.type) === 'SUPPLIER' || (data === null || data === void 0 ? void 0 : data.parentType) === 'SUPPLIER';
|
|
9452
9462
|
}
|
|
9453
9463
|
}, {
|
|
9454
9464
|
name: ['settings', 'aiSettings', 'noLimit'],
|
|
9455
9465
|
label: t('backoffice.form.organizationdetails.items.ai.noLimit'),
|
|
9456
|
-
type: '
|
|
9466
|
+
type: 'radio',
|
|
9467
|
+
optionType: 'button',
|
|
9468
|
+
options: [{
|
|
9469
|
+
label: t('backoffice.form.organizationdetails.items.vererbt'),
|
|
9470
|
+
value: undefined
|
|
9471
|
+
}, {
|
|
9472
|
+
label: t('backoffice.form.organizationdetails.items.ja'),
|
|
9473
|
+
value: true
|
|
9474
|
+
}, {
|
|
9475
|
+
label: t('backoffice.form.organizationdetails.items.nein'),
|
|
9476
|
+
value: false
|
|
9477
|
+
}],
|
|
9457
9478
|
permission: 'backoffice_admin_organizations',
|
|
9458
9479
|
tabgroup: t('backoffice.form.organizationdetails.items.ai.tabgroup'),
|
|
9459
|
-
defaultValue: false,
|
|
9460
9480
|
hidden: function hidden(data) {
|
|
9461
9481
|
return (data === null || data === void 0 ? void 0 : data.type) === 'SUPPLIER' || (data === null || data === void 0 ? void 0 : data.parentType) === 'SUPPLIER';
|
|
9462
9482
|
}
|
|
@@ -45158,8 +45178,23 @@ function TableCollections () {
|
|
|
45158
45178
|
isDictionary: true
|
|
45159
45179
|
}]
|
|
45160
45180
|
}, {
|
|
45161
|
-
headerName: 'backoffice.idmEnricher.collections.label.
|
|
45162
|
-
field: '
|
|
45181
|
+
headerName: 'backoffice.idmEnricher.collections.label.image',
|
|
45182
|
+
field: 'image',
|
|
45183
|
+
cellDataType: 'asset',
|
|
45184
|
+
customParams: {
|
|
45185
|
+
isObject: true,
|
|
45186
|
+
urlField: 'url',
|
|
45187
|
+
fileNameField: 'name',
|
|
45188
|
+
mediaItemIdField: 'mediaitemId',
|
|
45189
|
+
apiInterface: {
|
|
45190
|
+
create: {
|
|
45191
|
+
upload: apiConfig.mediaService + '/v1/assets/uploads',
|
|
45192
|
+
externalUpload: apiConfig.mediaService + '/v1/assets/uploads/externals',
|
|
45193
|
+
completeUpload: apiConfig.mediaService + '/v1/assets/uploads/complete'
|
|
45194
|
+
}
|
|
45195
|
+
},
|
|
45196
|
+
allowedTypes: ['image/png', 'image/jpeg', 'image/webp', 'image/svg+xml']
|
|
45197
|
+
}
|
|
45163
45198
|
}, {
|
|
45164
45199
|
headerName: 'backoffice.idmEnricher.collections.label.validation',
|
|
45165
45200
|
children: [{
|
package/build/types/backoffice/src/ui/IDMCollectionEditor/modules/TableCollections/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCollectionEditor/modules/TableCollections/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AASlD,MAAM,CAAC,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCollectionEditor/modules/TableCollections/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AASlD,MAAM,CAAC,OAAO,gCA4Mb"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "26.2.0-beta.
|
|
3
|
+
"version": "26.2.0-beta.14",
|
|
4
4
|
"license": "COMMERCIAL",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@testing-library/jest-dom": "^6.5.0",
|
|
@@ -15,18 +15,18 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@ant-design/icons": "6.1.0",
|
|
17
17
|
"@babel/runtime": "7.24.7",
|
|
18
|
-
"@crystaldesign/content-box": "26.2.0-beta.
|
|
19
|
-
"@crystaldesign/content-item": "26.2.0-beta.
|
|
20
|
-
"@crystaldesign/diva-core": "26.2.0-beta.
|
|
21
|
-
"@crystaldesign/diva-utils": "26.2.0-beta.
|
|
22
|
-
"@crystaldesign/media-upload": "26.2.0-beta.
|
|
23
|
-
"@crystaldesign/rtf-editor": "26.2.0-beta.
|
|
24
|
-
"@crystaldesign/spreadsheet": "26.2.0-beta.
|
|
18
|
+
"@crystaldesign/content-box": "26.2.0-beta.14",
|
|
19
|
+
"@crystaldesign/content-item": "26.2.0-beta.14",
|
|
20
|
+
"@crystaldesign/diva-core": "26.2.0-beta.14",
|
|
21
|
+
"@crystaldesign/diva-utils": "26.2.0-beta.14",
|
|
22
|
+
"@crystaldesign/media-upload": "26.2.0-beta.14",
|
|
23
|
+
"@crystaldesign/rtf-editor": "26.2.0-beta.14",
|
|
24
|
+
"@crystaldesign/spreadsheet": "26.2.0-beta.14",
|
|
25
25
|
"@google/model-viewer": "3.5.0",
|
|
26
26
|
"ag-charts-community": "^10.1.0",
|
|
27
27
|
"ag-charts-react": "^10.1.0",
|
|
28
28
|
"antd": "6.2.0",
|
|
29
|
-
"csv": "6.
|
|
29
|
+
"csv": "6.4.1",
|
|
30
30
|
"fast-json-patch": "^3.1.0",
|
|
31
31
|
"fast-sort": "^3.4.1",
|
|
32
32
|
"flat": "^5.0.2",
|
|
@@ -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": "267167c2b6c9447634fe45b31e10779a3dc99556"
|
|
55
55
|
}
|