@crystaldesign/diva-backoffice 26.4.0-beta.24 → 26.4.0-beta.25
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 +28 -28
- 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',
|
|
@@ -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',
|
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.25",
|
|
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.25",
|
|
19
|
+
"@crystaldesign/content-item": "26.4.0-beta.25",
|
|
20
|
+
"@crystaldesign/diva-core": "26.4.0-beta.25",
|
|
21
|
+
"@crystaldesign/diva-utils": "26.4.0-beta.25",
|
|
22
|
+
"@crystaldesign/media-upload": "26.4.0-beta.25",
|
|
23
|
+
"@crystaldesign/rtf-editor": "26.4.0-beta.25",
|
|
24
|
+
"@crystaldesign/spreadsheet": "26.4.0-beta.25",
|
|
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": "284b01ff4252d7f6d36c3b2eeb07e59982ec03c7"
|
|
56
56
|
}
|