@crystaldesign/diva-backoffice 25.2.0-beta.33 → 25.2.0-beta.35
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 +34 -16
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableDecisions/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableDetailInfos/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TablePriceFeatureGroups/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCollectionEditor/Tables/CollectionMembers.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCollectionEditor/modules/TableCollections/index.d.ts.map +1 -1
- package/package.json +9 -9
package/build/esm/index.js
CHANGED
|
@@ -36604,7 +36604,8 @@ function TableDecisions () {
|
|
|
36604
36604
|
colDef: [{
|
|
36605
36605
|
field: 'decisionNo',
|
|
36606
36606
|
headerName: 'backoffice.idmCatalog.decisions.label.decisionNo',
|
|
36607
|
-
required: true
|
|
36607
|
+
required: true,
|
|
36608
|
+
cellDataType: 'number'
|
|
36608
36609
|
}, {
|
|
36609
36610
|
headerName: 'backoffice.idmCatalog.decisions.label.decisionText',
|
|
36610
36611
|
marryChildren: true,
|
|
@@ -36770,22 +36771,22 @@ function TableDetailInfos () {
|
|
|
36770
36771
|
}, []);
|
|
36771
36772
|
var configuration = useMemo(function () {
|
|
36772
36773
|
var layerId = [{
|
|
36773
|
-
name: t('backoffice.idmCatalog.detailinfos.label.
|
|
36774
|
+
name: t('backoffice.idmCatalog.detailinfos.label.layerkey.l10'),
|
|
36774
36775
|
value: 10
|
|
36775
36776
|
}, {
|
|
36776
|
-
name: t('backoffice.idmCatalog.detailinfos.label.
|
|
36777
|
+
name: t('backoffice.idmCatalog.detailinfos.label.layerkey.l20'),
|
|
36777
36778
|
value: 20
|
|
36778
36779
|
}, {
|
|
36779
|
-
name: t('backoffice.idmCatalog.detailinfos.label.
|
|
36780
|
+
name: t('backoffice.idmCatalog.detailinfos.label.layerkey.l30'),
|
|
36780
36781
|
value: 30
|
|
36781
36782
|
}, {
|
|
36782
|
-
name: t('backoffice.idmCatalog.detailinfos.label.
|
|
36783
|
+
name: t('backoffice.idmCatalog.detailinfos.label.layerkey.l40'),
|
|
36783
36784
|
value: 40
|
|
36784
36785
|
}, {
|
|
36785
|
-
name: t('backoffice.idmCatalog.detailinfos.label.
|
|
36786
|
+
name: t('backoffice.idmCatalog.detailinfos.label.layerkey.l50'),
|
|
36786
36787
|
value: 50
|
|
36787
36788
|
}, {
|
|
36788
|
-
name: t('backoffice.idmCatalog.detailinfos.label.
|
|
36789
|
+
name: t('backoffice.idmCatalog.detailinfos.label.layerkey.l60'),
|
|
36789
36790
|
value: 60
|
|
36790
36791
|
}];
|
|
36791
36792
|
var infoType = [{
|
|
@@ -36943,7 +36944,14 @@ function TableDetailInfos () {
|
|
|
36943
36944
|
}, {
|
|
36944
36945
|
field: 'isoLanguageId',
|
|
36945
36946
|
headerName: 'backoffice.idmCatalog.detailinfos.label.isoLanguageId',
|
|
36946
|
-
|
|
36947
|
+
cellDataType: 'enum',
|
|
36948
|
+
editable: true,
|
|
36949
|
+
required: true,
|
|
36950
|
+
customParams: {
|
|
36951
|
+
enumData: ['DE', 'EN', 'FR', 'IT'],
|
|
36952
|
+
multiple: false
|
|
36953
|
+
},
|
|
36954
|
+
defaultValue: 'DE'
|
|
36947
36955
|
}, {
|
|
36948
36956
|
field: 'hashValue',
|
|
36949
36957
|
headerName: 'backoffice.idmCatalog.detailinfos.label.hashValue',
|
|
@@ -37857,7 +37865,8 @@ function TablePriceFeatureGroups () {
|
|
|
37857
37865
|
colDef: [{
|
|
37858
37866
|
field: 'priceFeatureGroupNo',
|
|
37859
37867
|
headerName: 'backoffice.idmCatalog.pricefeaturegroups.label.priceFeatureGroupNo',
|
|
37860
|
-
required: true
|
|
37868
|
+
required: true,
|
|
37869
|
+
cellDataType: 'number'
|
|
37861
37870
|
}, {
|
|
37862
37871
|
headerName: 'backoffice.idmCatalog.pricefeaturegroups.label.priceFeatureGroupText',
|
|
37863
37872
|
marryChildren: true,
|
|
@@ -38173,23 +38182,23 @@ function CollectionMembers(_ref) {
|
|
|
38173
38182
|
apiInterface: apiInterface,
|
|
38174
38183
|
dateFormat: 'LL',
|
|
38175
38184
|
colDef: [{
|
|
38185
|
+
headerName: 'backoffice.idmEnricher.collections.label.active',
|
|
38186
|
+
field: 'active',
|
|
38187
|
+
cellDataType: 'boolean',
|
|
38188
|
+
editable: true,
|
|
38189
|
+
defaultValue: true
|
|
38190
|
+
}, {
|
|
38176
38191
|
field: 'enricherPackageId',
|
|
38177
38192
|
headerName: 'backoffice.idmCatalogEditor.collection.label.enricherPackage',
|
|
38178
38193
|
cellDataType: 'lookup',
|
|
38179
38194
|
editable: true,
|
|
38180
38195
|
customParams: {
|
|
38181
38196
|
nameField: 'enricherPackageName',
|
|
38182
|
-
filterCellType: 'string',
|
|
38183
|
-
displayLabelTemplate: '${name} (${value})',
|
|
38184
38197
|
apiInterface: {
|
|
38185
38198
|
read: apiConfig.enricherService + '/packages?organizationId=${organizationId}'
|
|
38186
38199
|
},
|
|
38187
38200
|
lookupValue: 'name',
|
|
38188
38201
|
lookupKey: '_id',
|
|
38189
|
-
lookupKeyFilterType: {
|
|
38190
|
-
type: 'equals',
|
|
38191
|
-
filterType: 'string'
|
|
38192
|
-
},
|
|
38193
38202
|
multiple: false,
|
|
38194
38203
|
translated: false
|
|
38195
38204
|
},
|
|
@@ -38199,7 +38208,10 @@ function CollectionMembers(_ref) {
|
|
|
38199
38208
|
field: 'serieNos',
|
|
38200
38209
|
headerName: 'backoffice.idmCatalogEditor.collectionmembers.label.serieNos',
|
|
38201
38210
|
cellDataType: 'lookup',
|
|
38202
|
-
editable:
|
|
38211
|
+
editable: function editable(_ref2) {
|
|
38212
|
+
var data = _ref2.data;
|
|
38213
|
+
return data.enricherPackageId;
|
|
38214
|
+
},
|
|
38203
38215
|
customParams: {
|
|
38204
38216
|
nameField: 'serieNosDisplayTexts',
|
|
38205
38217
|
filterCellType: 'number',
|
|
@@ -38323,6 +38335,12 @@ function TableCollections () {
|
|
|
38323
38335
|
dateFormat: 'DD.MM.YYYY, HH:mm:ss',
|
|
38324
38336
|
floatingFilter: true,
|
|
38325
38337
|
colDef: [{
|
|
38338
|
+
headerName: 'backoffice.idmEnricher.collections.label.active',
|
|
38339
|
+
field: 'active',
|
|
38340
|
+
cellDataType: 'boolean',
|
|
38341
|
+
editable: true,
|
|
38342
|
+
defaultValue: true
|
|
38343
|
+
}, {
|
|
38326
38344
|
headerName: 'backoffice.idmEnricher.collections.label.name',
|
|
38327
38345
|
marryChildren: true,
|
|
38328
38346
|
children: [{
|
package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableDecisions/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableDecisions/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAWvE,MAAM,CAAC,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableDecisions/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAWvE,MAAM,CAAC,OAAO,gCA2Pb"}
|
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;AAUlD,MAAM,CAAC,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableDetailInfos/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAUlD,MAAM,CAAC,OAAO,gCA8Rb"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TablePriceFeatureGroups/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAYvE,MAAM,CAAC,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TablePriceFeatureGroups/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAYvE,MAAM,CAAC,OAAO,gCAmPb"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CollectionMembers.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCollectionEditor/Tables/CollectionMembers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,oBAAoB,EAAiB,MAAM,4BAA4B,CAAC;AAEjF,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EACxC,UAAU,EACV,cAAc,EACd,SAAS,GACV,EAAE;IACD,UAAU,EAAE,GAAG,CAAC;IAChB,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,oBAAoB,CAAC,GAAG,CAAC,CAAC;CACnC,
|
|
1
|
+
{"version":3,"file":"CollectionMembers.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCollectionEditor/Tables/CollectionMembers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,oBAAoB,EAAiB,MAAM,4BAA4B,CAAC;AAEjF,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EACxC,UAAU,EACV,cAAc,EACd,SAAS,GACV,EAAE;IACD,UAAU,EAAE,GAAG,CAAC;IAChB,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,oBAAoB,CAAC,GAAG,CAAC,CAAC;CACnC,qBAmFA"}
|
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,KAAqC,MAAM,OAAO,CAAC;AAS1D,MAAM,CAAC,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCollectionEditor/modules/TableCollections/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqC,MAAM,OAAO,CAAC;AAS1D,MAAM,CAAC,OAAO,gCAgMb"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "25.2.0-beta.
|
|
3
|
+
"version": "25.2.0-beta.35",
|
|
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.2.0-beta.
|
|
19
|
-
"@crystaldesign/content-item": "25.2.0-beta.
|
|
20
|
-
"@crystaldesign/diva-core": "25.2.0-beta.
|
|
21
|
-
"@crystaldesign/diva-utils": "25.2.0-beta.
|
|
22
|
-
"@crystaldesign/media-upload": "25.2.0-beta.
|
|
23
|
-
"@crystaldesign/rtf-editor": "25.2.0-beta.
|
|
24
|
-
"@crystaldesign/spreadsheet": "25.2.0-beta.
|
|
18
|
+
"@crystaldesign/content-box": "25.2.0-beta.35",
|
|
19
|
+
"@crystaldesign/content-item": "25.2.0-beta.35",
|
|
20
|
+
"@crystaldesign/diva-core": "25.2.0-beta.35",
|
|
21
|
+
"@crystaldesign/diva-utils": "25.2.0-beta.35",
|
|
22
|
+
"@crystaldesign/media-upload": "25.2.0-beta.35",
|
|
23
|
+
"@crystaldesign/rtf-editor": "25.2.0-beta.35",
|
|
24
|
+
"@crystaldesign/spreadsheet": "25.2.0-beta.35",
|
|
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": "f24c82e251141a0b0ecc0357ad9b3b8f25966ebf"
|
|
55
55
|
}
|