@crystaldesign/diva-backoffice 26.4.0-beta.25 → 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 +17 -17
- package/package.json +9 -9
package/build/esm/index.js
CHANGED
|
@@ -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
|
}
|
|
@@ -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
|
}
|