@crystaldesign/diva-backoffice 26.1.0-beta.22 → 26.1.0-beta.23
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 +5 -5
- package/package.json +9 -9
package/build/esm/index.js
CHANGED
|
@@ -34361,7 +34361,7 @@ var TableProperties = observer(function () {
|
|
|
34361
34361
|
additionalFields: ['featureNosDisplayTexts'],
|
|
34362
34362
|
isDictionary: true
|
|
34363
34363
|
}, {
|
|
34364
|
-
field: '
|
|
34364
|
+
field: 'optionKeys',
|
|
34365
34365
|
headerName: 'backoffice.idmEnricher.renaming.label.optionKeys',
|
|
34366
34366
|
cellDataType: 'lookup',
|
|
34367
34367
|
editable: !viewOnly,
|
|
@@ -34373,10 +34373,10 @@ var TableProperties = observer(function () {
|
|
|
34373
34373
|
read: apiConfig.enricherService + '/packages/${packageId}/lookup/options'
|
|
34374
34374
|
},
|
|
34375
34375
|
lookupValue: 'optionText',
|
|
34376
|
-
lookupKey: '
|
|
34376
|
+
lookupKey: 'optionKey',
|
|
34377
34377
|
additionalMappings: [{
|
|
34378
|
-
lookupField: '
|
|
34379
|
-
targetField: '
|
|
34378
|
+
lookupField: '_id',
|
|
34379
|
+
targetField: 'optionIds'
|
|
34380
34380
|
}, {
|
|
34381
34381
|
lookupField: 'featureNos',
|
|
34382
34382
|
targetField: 'optionFeatureNos'
|
|
@@ -34390,7 +34390,7 @@ var TableProperties = observer(function () {
|
|
|
34390
34390
|
filter: '${featureNos}'
|
|
34391
34391
|
}
|
|
34392
34392
|
},
|
|
34393
|
-
additionalFields: ['optionKeysDisplayTexts', '
|
|
34393
|
+
additionalFields: ['optionKeysDisplayTexts', 'optionIds', 'optionFeatureNos'],
|
|
34394
34394
|
isDictionary: true
|
|
34395
34395
|
}, createTranslatedColumnConfig('name', 'backoffice.idmEnricher.properties.label.name', selectedPackage === null || selectedPackage === void 0 ? void 0 : selectedPackage.isoLanguageIds, true), createTranslatedColumnConfig('value', 'backoffice.idmEnricher.properties.label.value', selectedPackage === null || selectedPackage === void 0 ? void 0 : selectedPackage.isoLanguageIds, true), {
|
|
34396
34396
|
field: 'serieNos',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "26.1.0-beta.
|
|
3
|
+
"version": "26.1.0-beta.23",
|
|
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": "6.1.0",
|
|
17
17
|
"@babel/runtime": "7.24.7",
|
|
18
|
-
"@crystaldesign/content-box": "26.1.0-beta.
|
|
19
|
-
"@crystaldesign/content-item": "26.1.0-beta.
|
|
20
|
-
"@crystaldesign/diva-core": "26.1.0-beta.
|
|
21
|
-
"@crystaldesign/diva-utils": "26.1.0-beta.
|
|
22
|
-
"@crystaldesign/media-upload": "26.1.0-beta.
|
|
23
|
-
"@crystaldesign/rtf-editor": "26.1.0-beta.
|
|
24
|
-
"@crystaldesign/spreadsheet": "26.1.0-beta.
|
|
18
|
+
"@crystaldesign/content-box": "26.1.0-beta.23",
|
|
19
|
+
"@crystaldesign/content-item": "26.1.0-beta.23",
|
|
20
|
+
"@crystaldesign/diva-core": "26.1.0-beta.23",
|
|
21
|
+
"@crystaldesign/diva-utils": "26.1.0-beta.23",
|
|
22
|
+
"@crystaldesign/media-upload": "26.1.0-beta.23",
|
|
23
|
+
"@crystaldesign/rtf-editor": "26.1.0-beta.23",
|
|
24
|
+
"@crystaldesign/spreadsheet": "26.1.0-beta.23",
|
|
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": "24f5e1783477bd5e0a85c3b2f38a6de5546a5418"
|
|
55
55
|
}
|