@crystaldesign/diva-backoffice 26.4.0-beta.24 → 26.4.0-beta.26
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 +45 -45
- package/package.json +9 -9
package/build/esm/index.js
CHANGED
|
@@ -42270,7 +42270,7 @@ var Items$1 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
42270
42270
|
filterCellType: 'number',
|
|
42271
42271
|
displayLabelTemplate: '${name} (${value})',
|
|
42272
42272
|
apiInterface: {
|
|
42273
|
-
read: apiConfig.idmService + '/
|
|
42273
|
+
read: apiConfig.idmService + '/catalogs/${catalogId}/featureclasses'
|
|
42274
42274
|
},
|
|
42275
42275
|
lookupKey: 'featureClassNo',
|
|
42276
42276
|
lookupValue: 'featureClassName',
|
|
@@ -42308,7 +42308,7 @@ var Items$1 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
42308
42308
|
cellDataType: 'lookup',
|
|
42309
42309
|
customParams: {
|
|
42310
42310
|
apiInterface: {
|
|
42311
|
-
read: apiConfig.idmService + '/
|
|
42311
|
+
read: apiConfig.idmService + '/catalogs/${catalogId}/partlists'
|
|
42312
42312
|
},
|
|
42313
42313
|
lookupKey: 'partlistKey'
|
|
42314
42314
|
}
|
|
@@ -42322,7 +42322,7 @@ var Items$1 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
42322
42322
|
filterCellType: 'number',
|
|
42323
42323
|
displayLabelTemplate: '${name} (${value})',
|
|
42324
42324
|
apiInterface: {
|
|
42325
|
-
read: apiConfig.idmService + '/
|
|
42325
|
+
read: apiConfig.idmService + '/catalogs/${catalogId}/decisions'
|
|
42326
42326
|
},
|
|
42327
42327
|
lookupValue: 'decisionText',
|
|
42328
42328
|
lookupKey: 'decisionNo',
|
|
@@ -43767,11 +43767,11 @@ var FeaturesWithFeatureClass = /*#__PURE__*/forwardRef(function FeaturesWithFeat
|
|
|
43767
43767
|
}, [selectedCatalog === null || selectedCatalog === void 0 ? void 0 : selectedCatalog._id, featureClassId, organizationId]);
|
|
43768
43768
|
var apiInterface = useMemo(function () {
|
|
43769
43769
|
return {
|
|
43770
|
-
read: apiConfig.idmService + '/
|
|
43771
|
-
create: apiConfig.idmService + '/
|
|
43772
|
-
restore: apiConfig.idmService + '/
|
|
43773
|
-
"delete": apiConfig.idmService + '/
|
|
43774
|
-
update: apiConfig.idmService + '/
|
|
43770
|
+
read: apiConfig.idmService + '/catalogs/${catalogId}/featureclasses/${featureClassId}/features',
|
|
43771
|
+
create: apiConfig.idmService + '/catalogs/${catalogId}/featureclasses/${featureClassId}/features',
|
|
43772
|
+
restore: apiConfig.idmService + '/catalogs/${catalogId}/featureclasses/${featureClassId}/features',
|
|
43773
|
+
"delete": apiConfig.idmService + '/catalogs/${catalogId}/featureclasses/${featureClassId}/features/${_id}',
|
|
43774
|
+
update: apiConfig.idmService + '/catalogs/${catalogId}/featureclasses/${featureClassId}/features/${_id}'
|
|
43775
43775
|
};
|
|
43776
43776
|
}, [apiConfig.idmService, featureClassId]);
|
|
43777
43777
|
var configuration = useMemo(function () {
|
|
@@ -43817,7 +43817,7 @@ var FeaturesWithFeatureClass = /*#__PURE__*/forwardRef(function FeaturesWithFeat
|
|
|
43817
43817
|
displayLabelTemplate: '${value}',
|
|
43818
43818
|
lookupLabelTemplate: '${name} (${value})',
|
|
43819
43819
|
apiInterface: {
|
|
43820
|
-
read: apiConfig.idmService + '/
|
|
43820
|
+
read: apiConfig.idmService + '/catalogs/${catalogId}/allfeatures'
|
|
43821
43821
|
},
|
|
43822
43822
|
lookupKey: 'featureNo',
|
|
43823
43823
|
lookupValue: 'featureText',
|
|
@@ -43966,12 +43966,12 @@ var TableFeatureClasses = observer(function () {
|
|
|
43966
43966
|
return {
|
|
43967
43967
|
type: 'dotnetSSM',
|
|
43968
43968
|
apiInterface: {
|
|
43969
|
-
read: apiConfig.idmService + '/
|
|
43970
|
-
create: apiConfig.idmService + '/
|
|
43971
|
-
restore: apiConfig.idmService + '/
|
|
43972
|
-
"delete": apiConfig.idmService + '/
|
|
43973
|
-
update: apiConfig.idmService + '/
|
|
43974
|
-
bulk: apiConfig.idmService + '/
|
|
43969
|
+
read: apiConfig.idmService + '/catalogs/${catalogId}/featureclasses',
|
|
43970
|
+
create: apiConfig.idmService + '/catalogs/${catalogId}/featureclasses',
|
|
43971
|
+
restore: apiConfig.idmService + '/catalogs/${catalogId}/featureclasses/${_id}',
|
|
43972
|
+
"delete": apiConfig.idmService + '/catalogs/${catalogId}/featureclasses/${_id}',
|
|
43973
|
+
update: apiConfig.idmService + '/catalogs/${catalogId}/featureclasses/${_id}',
|
|
43974
|
+
bulk: apiConfig.idmService + '/catalogs/${catalogId}/featureclasses/bulk'
|
|
43975
43975
|
},
|
|
43976
43976
|
dateFormat: 'DD.MM.YYYY, HH:mm:ss',
|
|
43977
43977
|
colDef: [{
|
|
@@ -44577,12 +44577,12 @@ function OptionCombinations(_ref) {
|
|
|
44577
44577
|
}, [catalogId, decision._id]);
|
|
44578
44578
|
var apiInterface = useMemo(function () {
|
|
44579
44579
|
return {
|
|
44580
|
-
read: apiConfig.idmService + '/
|
|
44581
|
-
create: apiConfig.idmService + '/
|
|
44582
|
-
restore: apiConfig.idmService + '/
|
|
44583
|
-
"delete": apiConfig.idmService + '/
|
|
44584
|
-
update: apiConfig.idmService + '/
|
|
44585
|
-
bulk: apiConfig.idmService + '/
|
|
44580
|
+
read: apiConfig.idmService + '/catalogs/${catalogId}/decisions/${decisionId}/optioncombinations',
|
|
44581
|
+
create: apiConfig.idmService + '/catalogs/${catalogId}/decisions/${decisionId}/optioncombinations',
|
|
44582
|
+
restore: apiConfig.idmService + '/catalogs/${catalogId}/decisions/${decisionId}/optioncombinations/${_id}',
|
|
44583
|
+
"delete": apiConfig.idmService + '/catalogs/${catalogId}/decisions/${decisionId}/optioncombinations/${_id}',
|
|
44584
|
+
update: apiConfig.idmService + '/catalogs/${catalogId}/decisions/${decisionId}/optioncombinations/${_id}',
|
|
44585
|
+
bulk: apiConfig.idmService + '/catalogs/${catalogId}/decisions/${decisionId}/optioncombinations/bulk'
|
|
44586
44586
|
};
|
|
44587
44587
|
}, []);
|
|
44588
44588
|
var configuration = useMemo(function () {
|
|
@@ -44623,7 +44623,7 @@ function OptionCombinations(_ref) {
|
|
|
44623
44623
|
editorElementProps: {
|
|
44624
44624
|
nameField: 'featureRefsDisplayTexts',
|
|
44625
44625
|
apiInterface: {
|
|
44626
|
-
read: apiConfig.idmService + '/
|
|
44626
|
+
read: apiConfig.idmService + '/catalogs/${catalogId}/allfeatures'
|
|
44627
44627
|
},
|
|
44628
44628
|
filter: function filter(_, lookupData) {
|
|
44629
44629
|
var _decision$featureRefs8;
|
|
@@ -44824,12 +44824,12 @@ var TableDecisions = observer(function () {
|
|
|
44824
44824
|
return {
|
|
44825
44825
|
type: 'dotnetSSM',
|
|
44826
44826
|
apiInterface: {
|
|
44827
|
-
read: apiConfig.idmService + '/
|
|
44828
|
-
create: apiConfig.idmService + '/
|
|
44829
|
-
restore: apiConfig.idmService + '/
|
|
44830
|
-
"delete": apiConfig.idmService + '/
|
|
44831
|
-
update: apiConfig.idmService + '/
|
|
44832
|
-
bulk: apiConfig.idmService + '/
|
|
44827
|
+
read: apiConfig.idmService + '/catalogs/${catalogId}/decisions',
|
|
44828
|
+
create: apiConfig.idmService + '/catalogs/${catalogId}/decisions',
|
|
44829
|
+
restore: apiConfig.idmService + '/catalogs/${catalogId}/decisions/${_id}',
|
|
44830
|
+
"delete": apiConfig.idmService + '/catalogs/${catalogId}/decisions/${_id}',
|
|
44831
|
+
update: apiConfig.idmService + '/catalogs/${catalogId}/decisions/${_id}',
|
|
44832
|
+
bulk: apiConfig.idmService + '/catalogs/${catalogId}/decisions/bulk'
|
|
44833
44833
|
},
|
|
44834
44834
|
dateFormat: 'DD.MM.YYYY, HH:mm:ss',
|
|
44835
44835
|
colDef: [{
|
|
@@ -44863,7 +44863,7 @@ var TableDecisions = observer(function () {
|
|
|
44863
44863
|
nameField: 'featureRefsDisplayTexts',
|
|
44864
44864
|
displayLabelTemplate: '${name} (${value})',
|
|
44865
44865
|
apiInterface: {
|
|
44866
|
-
read: apiConfig.idmService + '/
|
|
44866
|
+
read: apiConfig.idmService + '/catalogs/${catalogId}/allfeatures'
|
|
44867
44867
|
},
|
|
44868
44868
|
lookupValue: 'featureText',
|
|
44869
44869
|
lookupKey: 'featureNo',
|
|
@@ -45178,11 +45178,11 @@ function PartlistPos(_ref) {
|
|
|
45178
45178
|
}, [catalog, partlist, organizationId]);
|
|
45179
45179
|
var apiInterface = useMemo(function () {
|
|
45180
45180
|
return {
|
|
45181
|
-
read: apiConfig.idmService + '/
|
|
45182
|
-
create: apiConfig.idmService + '/
|
|
45183
|
-
restore: apiConfig.idmService + '/
|
|
45184
|
-
"delete": apiConfig.idmService + '/
|
|
45185
|
-
update: apiConfig.idmService + '/
|
|
45181
|
+
read: apiConfig.idmService + '/catalogs/${catalogId}/partlists/${partlistId}/partlistpos',
|
|
45182
|
+
create: apiConfig.idmService + '/catalogs/${catalogId}/partlists/${partlistId}/partlistpos',
|
|
45183
|
+
restore: apiConfig.idmService + '/catalogs/${catalogId}/partlists/${partlistId}/partlistpos',
|
|
45184
|
+
"delete": apiConfig.idmService + '/catalogs/${catalogId}/partlists/${partlistId}/partlistpos/${_id}',
|
|
45185
|
+
update: apiConfig.idmService + '/catalogs/${catalogId}/partlists/${partlistId}/partlistpos/${_id}'
|
|
45186
45186
|
};
|
|
45187
45187
|
}, []);
|
|
45188
45188
|
var configuration = useMemo(function () {
|
|
@@ -45206,7 +45206,7 @@ function PartlistPos(_ref) {
|
|
|
45206
45206
|
nameField: 'itemRefSerieNoDisplayText',
|
|
45207
45207
|
displayLabelTemplate: '${name} (${value})',
|
|
45208
45208
|
apiInterface: {
|
|
45209
|
-
read: apiConfig.idmService + '/
|
|
45209
|
+
read: apiConfig.idmService + '/catalogs/${catalogId}/series'
|
|
45210
45210
|
},
|
|
45211
45211
|
lookupValue: 'seriesName',
|
|
45212
45212
|
lookupKey: 'serieNo',
|
|
@@ -45232,7 +45232,7 @@ function PartlistPos(_ref) {
|
|
|
45232
45232
|
nameField: 'itemRefTypeNoDisplayText',
|
|
45233
45233
|
displayLabelTemplate: '${name} (${value})',
|
|
45234
45234
|
apiInterface: {
|
|
45235
|
-
read: apiConfig.idmService + '/
|
|
45235
|
+
read: apiConfig.idmService + '/catalogs/${catalogId}/series/${itemRefSerieId}/items'
|
|
45236
45236
|
},
|
|
45237
45237
|
lookupValue: 'shortText',
|
|
45238
45238
|
lookupKey: 'typeNo',
|
|
@@ -45256,7 +45256,7 @@ function PartlistPos(_ref) {
|
|
|
45256
45256
|
nameField: 'decisionRefsDisplayTexts',
|
|
45257
45257
|
displayLabelTemplate: '${name} (${value})',
|
|
45258
45258
|
apiInterface: {
|
|
45259
|
-
read: apiConfig.idmService + '/
|
|
45259
|
+
read: apiConfig.idmService + '/catalogs/${catalogId}/decisions'
|
|
45260
45260
|
},
|
|
45261
45261
|
lookupValue: 'decisionText',
|
|
45262
45262
|
lookupKey: 'decisionNo',
|
|
@@ -45279,7 +45279,7 @@ function PartlistPos(_ref) {
|
|
|
45279
45279
|
nameField: 'decisionPosCountDisplayText',
|
|
45280
45280
|
displayLabelTemplate: '${name} (${value})',
|
|
45281
45281
|
apiInterface: {
|
|
45282
|
-
read: apiConfig.idmService + '/
|
|
45282
|
+
read: apiConfig.idmService + '/catalogs/${catalogId}/decisions'
|
|
45283
45283
|
},
|
|
45284
45284
|
lookupValue: 'decisionText',
|
|
45285
45285
|
lookupKey: 'decisionNo',
|
|
@@ -45365,7 +45365,7 @@ function PartlistPos(_ref) {
|
|
|
45365
45365
|
buttonIcon: /*#__PURE__*/jsx(DownloadOutlined$1, {}),
|
|
45366
45366
|
buttonText: t('backoffice.idmEnricher.importexcel.label'),
|
|
45367
45367
|
modalTitle: t('backoffice.idmEnricher.importexcel.label'),
|
|
45368
|
-
endpoint: "".concat(apiConfig.idmService, "/
|
|
45368
|
+
endpoint: "".concat(apiConfig.idmService, "/catalogs/").concat(catalog._id, "/partlists/").concat(partlist._id, "/partlistpos/bulk/excel"),
|
|
45369
45369
|
authToken: jwt,
|
|
45370
45370
|
acceptedFileTypes: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
|
|
45371
45371
|
uploadHint: t('backoffice.idmEnricher.importexcel.uploadhint'),
|
|
@@ -45452,12 +45452,12 @@ var TablePartlists = observer(function () {
|
|
|
45452
45452
|
}, []);
|
|
45453
45453
|
var apiInterface = useMemo(function () {
|
|
45454
45454
|
return {
|
|
45455
|
-
read: apiConfig.idmService + '/
|
|
45456
|
-
create: apiConfig.idmService + '/
|
|
45457
|
-
restore: apiConfig.idmService + '/
|
|
45458
|
-
"delete": apiConfig.idmService + '/
|
|
45459
|
-
update: apiConfig.idmService + '/
|
|
45460
|
-
bulk: apiConfig.idmService + '/
|
|
45455
|
+
read: apiConfig.idmService + '/catalogs/${catalogId}/partlists',
|
|
45456
|
+
create: apiConfig.idmService + '/catalogs/${catalogId}/partlists',
|
|
45457
|
+
restore: apiConfig.idmService + '/catalogs/${catalogId}/partlists/${_id}',
|
|
45458
|
+
"delete": apiConfig.idmService + '/catalogs/${catalogId}/partlists/${_id}',
|
|
45459
|
+
update: apiConfig.idmService + '/catalogs/${catalogId}/partlists/${_id}',
|
|
45460
|
+
bulk: apiConfig.idmService + '/catalogs/${catalogId}/partlists/bulk'
|
|
45461
45461
|
};
|
|
45462
45462
|
}, []);
|
|
45463
45463
|
var configuration = useMemo(function () {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "26.4.0-beta.
|
|
3
|
+
"version": "26.4.0-beta.26",
|
|
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.4.0-beta.
|
|
19
|
-
"@crystaldesign/content-item": "26.4.0-beta.
|
|
20
|
-
"@crystaldesign/diva-core": "26.4.0-beta.
|
|
21
|
-
"@crystaldesign/diva-utils": "26.4.0-beta.
|
|
22
|
-
"@crystaldesign/media-upload": "26.4.0-beta.
|
|
23
|
-
"@crystaldesign/rtf-editor": "26.4.0-beta.
|
|
24
|
-
"@crystaldesign/spreadsheet": "26.4.0-beta.
|
|
18
|
+
"@crystaldesign/content-box": "26.4.0-beta.26",
|
|
19
|
+
"@crystaldesign/content-item": "26.4.0-beta.26",
|
|
20
|
+
"@crystaldesign/diva-core": "26.4.0-beta.26",
|
|
21
|
+
"@crystaldesign/diva-utils": "26.4.0-beta.26",
|
|
22
|
+
"@crystaldesign/media-upload": "26.4.0-beta.26",
|
|
23
|
+
"@crystaldesign/rtf-editor": "26.4.0-beta.26",
|
|
24
|
+
"@crystaldesign/spreadsheet": "26.4.0-beta.26",
|
|
25
25
|
"@google/model-viewer": "3.5.0",
|
|
26
26
|
"ag-charts-community": "^10.1.0",
|
|
27
27
|
"ag-charts-react": "^10.1.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
},
|
|
53
53
|
"module": "build/esm/index.js",
|
|
54
54
|
"types": "./build/types/backoffice/src/index.d.ts",
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "f2c0aee80adbf2c369449ae1b6328f7d31f81010"
|
|
56
56
|
}
|