@crystaldesign/diva-backoffice 25.15.0-beta.19 → 25.15.0-beta.20
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
|
@@ -42260,10 +42260,19 @@ var TableDetailInfos = observer(function () {
|
|
|
42260
42260
|
required: true,
|
|
42261
42261
|
cellDataType: 'number'
|
|
42262
42262
|
}, createTranslatedColumnConfig('externalName', 'backoffice.idmCatalog.detailinfos.label.externalName', selectedCatalog === null || selectedCatalog === void 0 ? void 0 : selectedCatalog.isoLanguageIds, false), createTranslatedColumnConfig('internalName', 'backoffice.idmCatalog.detailinfos.label.internalName', selectedCatalog === null || selectedCatalog === void 0 ? void 0 : selectedCatalog.isoLanguageIds, false), createTranslatedColumnConfig('toolTip', 'backoffice.idmCatalog.detailinfos.label.toolTip', selectedCatalog === null || selectedCatalog === void 0 ? void 0 : selectedCatalog.isoLanguageIds, false), {
|
|
42263
|
-
field: '
|
|
42264
|
-
|
|
42263
|
+
field: 'mediaItemId',
|
|
42264
|
+
colId: 'url-asset',
|
|
42265
|
+
headerName: 'backoffice.idmCatalog.detailinfos.label.asset',
|
|
42265
42266
|
required: true,
|
|
42266
|
-
cellDataType: '
|
|
42267
|
+
cellDataType: 'asset',
|
|
42268
|
+
customParams: {
|
|
42269
|
+
urlField: 'url',
|
|
42270
|
+
apiInterface: {
|
|
42271
|
+
create: apiConfig.mediaService + '/v1/mediaitems'
|
|
42272
|
+
},
|
|
42273
|
+
allowedTypes: ['image/png', 'image/jpeg', 'image/gif', 'image/bmp', 'image/webp', 'image/svg+xml', 'application/pdf']
|
|
42274
|
+
},
|
|
42275
|
+
additionalFields: ['url']
|
|
42267
42276
|
}, {
|
|
42268
42277
|
field: 'classification',
|
|
42269
42278
|
headerName: 'backoffice.idmCatalog.detailinfos.label.classification',
|
|
@@ -44685,7 +44694,7 @@ function MediaItemRefTableModule (_ref) {
|
|
|
44685
44694
|
}, {
|
|
44686
44695
|
field: 'cdnUrl',
|
|
44687
44696
|
editable: false,
|
|
44688
|
-
cellDataType: '
|
|
44697
|
+
cellDataType: 'mediaUrl'
|
|
44689
44698
|
}, {
|
|
44690
44699
|
field: 'functionType',
|
|
44691
44700
|
editable: false
|
|
@@ -44803,7 +44812,7 @@ function MediaTableModule () {
|
|
|
44803
44812
|
}, {
|
|
44804
44813
|
field: 'cdnUrl',
|
|
44805
44814
|
editable: false,
|
|
44806
|
-
cellDataType: '
|
|
44815
|
+
cellDataType: 'mediaUrl',
|
|
44807
44816
|
customParams: {
|
|
44808
44817
|
thumbnailField: 'thumbnailUrl',
|
|
44809
44818
|
mimeTypeField: 'mimeType'
|
package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableDetailInfos/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableDetailInfos/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAclD,eAAO,MAAM,gBAAgB;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableDetailInfos/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAclD,eAAO,MAAM,gBAAgB;;CAiN3B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "25.15.0-beta.
|
|
3
|
+
"version": "25.15.0-beta.20",
|
|
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.15.0-beta.
|
|
19
|
-
"@crystaldesign/content-item": "25.15.0-beta.
|
|
20
|
-
"@crystaldesign/diva-core": "25.15.0-beta.
|
|
21
|
-
"@crystaldesign/diva-utils": "25.15.0-beta.
|
|
22
|
-
"@crystaldesign/media-upload": "25.15.0-beta.
|
|
23
|
-
"@crystaldesign/rtf-editor": "25.15.0-beta.
|
|
24
|
-
"@crystaldesign/spreadsheet": "25.15.0-beta.
|
|
18
|
+
"@crystaldesign/content-box": "25.15.0-beta.20",
|
|
19
|
+
"@crystaldesign/content-item": "25.15.0-beta.20",
|
|
20
|
+
"@crystaldesign/diva-core": "25.15.0-beta.20",
|
|
21
|
+
"@crystaldesign/diva-utils": "25.15.0-beta.20",
|
|
22
|
+
"@crystaldesign/media-upload": "25.15.0-beta.20",
|
|
23
|
+
"@crystaldesign/rtf-editor": "25.15.0-beta.20",
|
|
24
|
+
"@crystaldesign/spreadsheet": "25.15.0-beta.20",
|
|
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": "ceb93b13bc9ff5a6d5aea91abc0f9bcb29a99f2f"
|
|
55
55
|
}
|