@crystaldesign/diva-backoffice 25.14.0-beta.47 → 25.14.0-beta.48
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 +7 -3
- package/package.json +9 -9
package/build/esm/index.js
CHANGED
|
@@ -40284,7 +40284,7 @@ var TableSeries = observer(function () {
|
|
|
40284
40284
|
elementProps: {
|
|
40285
40285
|
organizationId: organizationId,
|
|
40286
40286
|
selectedCatalog: selectedCatalog,
|
|
40287
|
-
selectedSerie: selectedSerie
|
|
40287
|
+
selectedSerie: selectedSerie,
|
|
40288
40288
|
apiConfig: apiConfig
|
|
40289
40289
|
},
|
|
40290
40290
|
condition: function condition() {
|
|
@@ -44046,7 +44046,9 @@ function Features(_ref) {
|
|
|
44046
44046
|
headerName: 'backoffice.idmCatalog.features.label.featureNo',
|
|
44047
44047
|
required: true,
|
|
44048
44048
|
unique: true
|
|
44049
|
-
}, createTranslatedColumnConfig('featureText', 'backoffice.idmCatalog.features.label.featureText', (_root$dataStore$curre = root.dataStore.currentOrganization) === null || _root$dataStore$curre === void 0 ? void 0 : _root$dataStore$curre.
|
|
44049
|
+
}, createTranslatedColumnConfig('featureText', 'backoffice.idmCatalog.features.label.featureText', ((_root$dataStore$curre = root.dataStore.currentOrganization) === null || _root$dataStore$curre === void 0 || (_root$dataStore$curre = _root$dataStore$curre.settings.languages) === null || _root$dataStore$curre === void 0 ? void 0 : _root$dataStore$curre.map(function (value) {
|
|
44050
|
+
return value.toUpperCase();
|
|
44051
|
+
})) || ['DE'], true), {
|
|
44050
44052
|
field: 'sequenceNo',
|
|
44051
44053
|
headerName: 'backoffice.idmCatalog.features.label.sequenceNo',
|
|
44052
44054
|
required: true,
|
|
@@ -44167,7 +44169,9 @@ function Options(_ref) {
|
|
|
44167
44169
|
var root = useStore();
|
|
44168
44170
|
var apiConfig = root.configurationStore.apiConfig;
|
|
44169
44171
|
var organizationId = root.dataStore.organizationId;
|
|
44170
|
-
var languages = (_root$dataStore$curre = root.dataStore.currentOrganization) === null || _root$dataStore$curre === void 0 ? void 0 : _root$dataStore$curre.
|
|
44172
|
+
var languages = ((_root$dataStore$curre = root.dataStore.currentOrganization) === null || _root$dataStore$curre === void 0 || (_root$dataStore$curre = _root$dataStore$curre.settings.languages) === null || _root$dataStore$curre === void 0 ? void 0 : _root$dataStore$curre.map(function (value) {
|
|
44173
|
+
return value.toUpperCase();
|
|
44174
|
+
})) || ['DE'];
|
|
44171
44175
|
var applicationData = useMemo(function () {
|
|
44172
44176
|
return {
|
|
44173
44177
|
organizationId: organizationId
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "25.14.0-beta.
|
|
3
|
+
"version": "25.14.0-beta.48",
|
|
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.14.0-beta.
|
|
19
|
-
"@crystaldesign/content-item": "25.14.0-beta.
|
|
20
|
-
"@crystaldesign/diva-core": "25.14.0-beta.
|
|
21
|
-
"@crystaldesign/diva-utils": "25.14.0-beta.
|
|
22
|
-
"@crystaldesign/media-upload": "25.14.0-beta.
|
|
23
|
-
"@crystaldesign/rtf-editor": "25.14.0-beta.
|
|
24
|
-
"@crystaldesign/spreadsheet": "25.14.0-beta.
|
|
18
|
+
"@crystaldesign/content-box": "25.14.0-beta.48",
|
|
19
|
+
"@crystaldesign/content-item": "25.14.0-beta.48",
|
|
20
|
+
"@crystaldesign/diva-core": "25.14.0-beta.48",
|
|
21
|
+
"@crystaldesign/diva-utils": "25.14.0-beta.48",
|
|
22
|
+
"@crystaldesign/media-upload": "25.14.0-beta.48",
|
|
23
|
+
"@crystaldesign/rtf-editor": "25.14.0-beta.48",
|
|
24
|
+
"@crystaldesign/spreadsheet": "25.14.0-beta.48",
|
|
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": "072fd984c050f5c14b420a4251ebd0dc82176a72"
|
|
55
55
|
}
|