@crystaldesign/diva-backoffice 26.4.0-rc.4 → 26.5.0-beta.1
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 +53 -43
- package/build/types/backoffice/src/ui/Form/useFormData.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/Catalogs.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/Items.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/Options.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableSeries/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMOrganizationOptionsEditor/Tables/Options.d.ts.map +1 -1
- package/package.json +9 -9
package/build/esm/index.js
CHANGED
|
@@ -17991,7 +17991,6 @@ function useFormData (_ref) {
|
|
|
17991
17991
|
}, [configuration]);
|
|
17992
17992
|
var selectedItemsInitValues = [];
|
|
17993
17993
|
var selectedItemsInitIndex = [0, 0];
|
|
17994
|
-
var selectorSourceData = Array.isArray(inboundData) ? inboundData[0] : inboundData;
|
|
17995
17994
|
if (!Array.isArray(configuration.items[0])) {
|
|
17996
17995
|
selectedItemsInitValues = configuration.items;
|
|
17997
17996
|
} else if (configuration.itemSelector && configuration.itemSelectorDefautIndex !== undefined) {
|
|
@@ -18002,14 +18001,12 @@ function useFormData (_ref) {
|
|
|
18002
18001
|
var indices = [0, 0];
|
|
18003
18002
|
var _loop = function _loop() {
|
|
18004
18003
|
var is = selectorItems[idx];
|
|
18005
|
-
var val =
|
|
18004
|
+
var val = inboundData[is.name];
|
|
18006
18005
|
if (val) {
|
|
18007
18006
|
var valueIdx = is.values.findIndex(function (value) {
|
|
18008
18007
|
return value == val;
|
|
18009
18008
|
});
|
|
18010
|
-
|
|
18011
|
-
indices[idx] = valueIdx;
|
|
18012
|
-
}
|
|
18009
|
+
indices[idx] = valueIdx;
|
|
18013
18010
|
}
|
|
18014
18011
|
};
|
|
18015
18012
|
for (var idx = 0; idx < selectorItems.length; idx++) {
|
|
@@ -18394,7 +18391,7 @@ function useFormData (_ref) {
|
|
|
18394
18391
|
var data = {};
|
|
18395
18392
|
if (Array.isArray(configuration.itemSelector)) {
|
|
18396
18393
|
configuration.itemSelector.forEach(function (is, idx) {
|
|
18397
|
-
if (is.type !=
|
|
18394
|
+
if (is.type != "select") return;
|
|
18398
18395
|
data[is.name] = is.values[selectorIdx[idx]];
|
|
18399
18396
|
});
|
|
18400
18397
|
} else {
|
|
@@ -40674,6 +40671,7 @@ var Catalogs = /*#__PURE__*/forwardRef(function Catalogs(_ref, ref) {
|
|
|
40674
40671
|
headerName: 'backoffice.idmCatalog.catalogs.label.logo',
|
|
40675
40672
|
field: 'logo',
|
|
40676
40673
|
cellDataType: 'asset',
|
|
40674
|
+
excludeFromExcelExport: true,
|
|
40677
40675
|
customParams: {
|
|
40678
40676
|
isObject: true,
|
|
40679
40677
|
urlField: 'url',
|
|
@@ -40692,6 +40690,7 @@ var Catalogs = /*#__PURE__*/forwardRef(function Catalogs(_ref, ref) {
|
|
|
40692
40690
|
headerName: 'backoffice.idmCatalog.catalogs.label.catalogImage',
|
|
40693
40691
|
field: 'catalogImage',
|
|
40694
40692
|
cellDataType: 'asset',
|
|
40693
|
+
excludeFromExcelExport: true,
|
|
40695
40694
|
customParams: {
|
|
40696
40695
|
isObject: true,
|
|
40697
40696
|
urlField: 'url',
|
|
@@ -42246,6 +42245,7 @@ var Items$1 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
42246
42245
|
}, {
|
|
42247
42246
|
headerName: 'backoffice.idmCatalog.items.label.images',
|
|
42248
42247
|
field: 'images',
|
|
42248
|
+
excludeFromExcelExport: true,
|
|
42249
42249
|
cellDataType: 'asset',
|
|
42250
42250
|
customParams: {
|
|
42251
42251
|
multiple: true,
|
|
@@ -42283,6 +42283,7 @@ var Items$1 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
42283
42283
|
}, {
|
|
42284
42284
|
headerName: 'backoffice.idmCatalog.items.label.svgs',
|
|
42285
42285
|
field: 'svgs',
|
|
42286
|
+
excludeFromExcelExport: true,
|
|
42286
42287
|
cellDataType: 'asset',
|
|
42287
42288
|
customParams: {
|
|
42288
42289
|
multiple: true,
|
|
@@ -42749,7 +42750,7 @@ var TableItems = observer(function () {
|
|
|
42749
42750
|
buttonIcon: /*#__PURE__*/jsx(DownloadOutlined$1, {}),
|
|
42750
42751
|
buttonText: t('backoffice.idmEnricher.importexcel.label'),
|
|
42751
42752
|
modalTitle: t('backoffice.idmEnricher.importexcel.label'),
|
|
42752
|
-
endpoint: "".concat(apiConfig.idmService, "/
|
|
42753
|
+
endpoint: "".concat(apiConfig.idmService, "/catalogs/").concat(catalogId, "/series/").concat(selectedSerie === null || selectedSerie === void 0 ? void 0 : selectedSerie._id, "/items/bulk/excel"),
|
|
42753
42754
|
authToken: jwt,
|
|
42754
42755
|
acceptedFileTypes: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
|
|
42755
42756
|
uploadHint: t('backoffice.idmEnricher.importexcel.uploadhint'),
|
|
@@ -42947,6 +42948,7 @@ var TableSeries = observer(function () {
|
|
|
42947
42948
|
headerName: 'backoffice.idmCatalog.series.label.mainImage',
|
|
42948
42949
|
field: 'mainImage',
|
|
42949
42950
|
cellDataType: 'asset',
|
|
42951
|
+
excludeFromExcelExport: true,
|
|
42950
42952
|
customParams: {
|
|
42951
42953
|
isObject: true,
|
|
42952
42954
|
urlField: 'url',
|
|
@@ -42965,6 +42967,7 @@ var TableSeries = observer(function () {
|
|
|
42965
42967
|
headerName: 'backoffice.idmCatalog.series.label.showroomImages',
|
|
42966
42968
|
field: 'showroomImages',
|
|
42967
42969
|
cellDataType: 'asset',
|
|
42970
|
+
excludeFromExcelExport: true,
|
|
42968
42971
|
customParams: {
|
|
42969
42972
|
multiple: true,
|
|
42970
42973
|
isObject: true,
|
|
@@ -42984,6 +42987,7 @@ var TableSeries = observer(function () {
|
|
|
42984
42987
|
headerName: 'backoffice.idmCatalog.series.label.documents',
|
|
42985
42988
|
field: 'documents',
|
|
42986
42989
|
cellDataType: 'asset',
|
|
42990
|
+
excludeFromExcelExport: true,
|
|
42987
42991
|
customParams: {
|
|
42988
42992
|
multiple: true,
|
|
42989
42993
|
isObject: true,
|
|
@@ -43515,6 +43519,7 @@ var Options$1 = /*#__PURE__*/forwardRef(function Options(_ref, ref) {
|
|
|
43515
43519
|
headerName: 'backoffice.idmCatalog.items.label.optionImages',
|
|
43516
43520
|
field: 'optionImages',
|
|
43517
43521
|
cellDataType: 'asset',
|
|
43522
|
+
excludeFromExcelExport: true,
|
|
43518
43523
|
customParams: {
|
|
43519
43524
|
multiple: true,
|
|
43520
43525
|
isObject: true,
|
|
@@ -43562,6 +43567,7 @@ var Options$1 = /*#__PURE__*/forwardRef(function Options(_ref, ref) {
|
|
|
43562
43567
|
headerName: 'backoffice.idmCatalog.items.label.textures',
|
|
43563
43568
|
field: 'textures',
|
|
43564
43569
|
cellDataType: 'asset',
|
|
43570
|
+
excludeFromExcelExport: true,
|
|
43565
43571
|
customParams: {
|
|
43566
43572
|
multiple: true,
|
|
43567
43573
|
isObject: true,
|
|
@@ -43609,6 +43615,7 @@ var Options$1 = /*#__PURE__*/forwardRef(function Options(_ref, ref) {
|
|
|
43609
43615
|
headerName: 'backoffice.idmCatalog.items.label.documents',
|
|
43610
43616
|
field: 'documents',
|
|
43611
43617
|
cellDataType: 'asset',
|
|
43618
|
+
excludeFromExcelExport: true,
|
|
43612
43619
|
customParams: {
|
|
43613
43620
|
multiple: true,
|
|
43614
43621
|
isObject: true,
|
|
@@ -45080,9 +45087,9 @@ var TableDetailInfos = observer(function () {
|
|
|
45080
45087
|
return {
|
|
45081
45088
|
type: 'dotnetSSM',
|
|
45082
45089
|
apiInterface: {
|
|
45083
|
-
read: apiConfig.idmService + '/
|
|
45084
|
-
update: apiConfig.idmService + '/
|
|
45085
|
-
bulk: apiConfig.idmService + '/
|
|
45090
|
+
read: apiConfig.idmService + '/catalogs/${catalogId}/detailinfos',
|
|
45091
|
+
update: apiConfig.idmService + '/catalogs/${catalogId}/detailinfos/${_id}',
|
|
45092
|
+
bulk: apiConfig.idmService + '/catalogs/${catalogId}/detailinfos/bulk'
|
|
45086
45093
|
},
|
|
45087
45094
|
dateFormat: 'DD.MM.YYYY, HH:mm:ss',
|
|
45088
45095
|
colDef: [{
|
|
@@ -45658,12 +45665,12 @@ function PriceFeatureGroupPercentageSurcharge(_ref) {
|
|
|
45658
45665
|
}, [catalogId, priceFeatureGroup._id]);
|
|
45659
45666
|
var apiInterface = useMemo(function () {
|
|
45660
45667
|
return {
|
|
45661
|
-
read: apiConfig.idmService + '/
|
|
45662
|
-
create: apiConfig.idmService + '/
|
|
45663
|
-
restore: apiConfig.idmService + '/
|
|
45664
|
-
"delete": apiConfig.idmService + '/
|
|
45665
|
-
update: apiConfig.idmService + '/
|
|
45666
|
-
bulk: apiConfig.idmService + '/
|
|
45668
|
+
read: apiConfig.idmService + '/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/percentagesurcharges',
|
|
45669
|
+
create: apiConfig.idmService + '/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/percentagesurcharges',
|
|
45670
|
+
restore: apiConfig.idmService + '/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/percentagesurcharges/${_id}',
|
|
45671
|
+
"delete": apiConfig.idmService + '/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/percentagesurcharges/${_id}',
|
|
45672
|
+
update: apiConfig.idmService + '/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/percentagesurcharges/${_id}',
|
|
45673
|
+
bulk: apiConfig.idmService + '/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/percentagesurcharges/bulk'
|
|
45667
45674
|
};
|
|
45668
45675
|
}, []);
|
|
45669
45676
|
var hooks = useMemo(function () {
|
|
@@ -45709,7 +45716,7 @@ function PriceFeatureGroupPercentageSurcharge(_ref) {
|
|
|
45709
45716
|
editorElementProps: {
|
|
45710
45717
|
nameField: 'featureNosDisplayTexts',
|
|
45711
45718
|
apiInterface: {
|
|
45712
|
-
read: apiConfig.idmService + '/
|
|
45719
|
+
read: apiConfig.idmService + '/catalogs/${catalogId}/allfeatures'
|
|
45713
45720
|
},
|
|
45714
45721
|
filter: function filter(_, lookupData) {
|
|
45715
45722
|
var _priceFeatureGroup$fe7;
|
|
@@ -45742,7 +45749,7 @@ function PriceFeatureGroupPercentageSurcharge(_ref) {
|
|
|
45742
45749
|
customParams: {
|
|
45743
45750
|
nameField: 'pricefeaturegroupsDisplayTexts',
|
|
45744
45751
|
apiInterface: {
|
|
45745
|
-
read: apiConfig.idmService + '/
|
|
45752
|
+
read: apiConfig.idmService + '/catalogs/${catalogId}/pricefeaturegroups'
|
|
45746
45753
|
},
|
|
45747
45754
|
lookupValue: 'priceFeatureGroupText',
|
|
45748
45755
|
lookupKey: 'priceFeatureGroupNo',
|
|
@@ -45866,12 +45873,12 @@ function PriceFeatureGroupFinishes(_ref) {
|
|
|
45866
45873
|
return {
|
|
45867
45874
|
type: 'dotnetSSM',
|
|
45868
45875
|
apiInterface: {
|
|
45869
|
-
read: apiConfig.idmService + '/
|
|
45870
|
-
create: apiConfig.idmService + '/
|
|
45871
|
-
restore: apiConfig.idmService + '/
|
|
45872
|
-
"delete": apiConfig.idmService + '/
|
|
45873
|
-
update: apiConfig.idmService + '/
|
|
45874
|
-
bulk: apiConfig.idmService + '/
|
|
45876
|
+
read: apiConfig.idmService + '/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/finishes',
|
|
45877
|
+
create: apiConfig.idmService + '/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/finishes',
|
|
45878
|
+
restore: apiConfig.idmService + '/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/finishes/${_id}',
|
|
45879
|
+
"delete": apiConfig.idmService + '/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/finishes/${_id}',
|
|
45880
|
+
update: apiConfig.idmService + '/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/finishes/${_id}',
|
|
45881
|
+
bulk: apiConfig.idmService + '/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/finishes/bulk'
|
|
45875
45882
|
},
|
|
45876
45883
|
dateFormat: 'DD.MM.YYYY, HH:mm:ss',
|
|
45877
45884
|
colDef: [].concat(_toConsumableArray((_priceFeatureGroup$fe3 = (_priceFeatureGroup$fe4 = priceFeatureGroup.featureNos) === null || _priceFeatureGroup$fe4 === void 0 ? void 0 : _priceFeatureGroup$fe4.map(function (featureNos, i) {
|
|
@@ -45907,7 +45914,7 @@ function PriceFeatureGroupFinishes(_ref) {
|
|
|
45907
45914
|
editorElementProps: {
|
|
45908
45915
|
nameField: 'featureNosDisplayTexts',
|
|
45909
45916
|
apiInterface: {
|
|
45910
|
-
read: apiConfig.idmService + '/
|
|
45917
|
+
read: apiConfig.idmService + '/catalogs/${catalogId}/allfeatures'
|
|
45911
45918
|
},
|
|
45912
45919
|
filter: function filter(_, lookupData) {
|
|
45913
45920
|
var _priceFeatureGroup$fe7;
|
|
@@ -46117,12 +46124,12 @@ var TablePriceFeatureGroups = observer(function () {
|
|
|
46117
46124
|
return {
|
|
46118
46125
|
type: 'dotnetSSM',
|
|
46119
46126
|
apiInterface: {
|
|
46120
|
-
read: apiConfig.idmService + '/
|
|
46121
|
-
create: apiConfig.idmService + '/
|
|
46122
|
-
restore: apiConfig.idmService + '/
|
|
46123
|
-
"delete": apiConfig.idmService + '/
|
|
46124
|
-
update: apiConfig.idmService + '/
|
|
46125
|
-
bulk: apiConfig.idmService + '/
|
|
46127
|
+
read: apiConfig.idmService + '/catalogs/${catalogId}/pricefeaturegroups',
|
|
46128
|
+
create: apiConfig.idmService + '/catalogs/${catalogId}/pricefeaturegroups',
|
|
46129
|
+
restore: apiConfig.idmService + '/catalogs/${catalogId}/pricefeaturegroups/${_id}',
|
|
46130
|
+
"delete": apiConfig.idmService + '/catalogs/${catalogId}/pricefeaturegroups/${_id}',
|
|
46131
|
+
update: apiConfig.idmService + '/catalogs/${catalogId}/pricefeaturegroups/${_id}',
|
|
46132
|
+
bulk: apiConfig.idmService + '/catalogs/${catalogId}/pricefeaturegroups/bulk'
|
|
46126
46133
|
},
|
|
46127
46134
|
dateFormat: 'DD.MM.YYYY, HH:mm:ss',
|
|
46128
46135
|
colDef: [{
|
|
@@ -46403,12 +46410,12 @@ function Items(_ref) {
|
|
|
46403
46410
|
type: 'dotnetSSM',
|
|
46404
46411
|
idCol: 'optionKey',
|
|
46405
46412
|
apiInterface: {
|
|
46406
|
-
read: apiConfig.idmService + '/
|
|
46407
|
-
create: apiConfig.idmService + '/
|
|
46408
|
-
restore: apiConfig.idmService + '/
|
|
46409
|
-
"delete": apiConfig.idmService + '/
|
|
46410
|
-
update: apiConfig.idmService + '/
|
|
46411
|
-
bulk: apiConfig.idmService + '/
|
|
46413
|
+
read: apiConfig.idmService + '/catalogs/${catalogId}/optiongroups/${selectedOptionGroup}/options',
|
|
46414
|
+
create: apiConfig.idmService + '/catalogs/${catalogId}/optiongroups/${selectedOptionGroup}/options',
|
|
46415
|
+
restore: apiConfig.idmService + '/catalogs/${catalogId}/optiongroups/${selectedOptionGroup}/options/${optionKey}',
|
|
46416
|
+
"delete": apiConfig.idmService + '/catalogs/${catalogId}/optiongroups/${selectedOptionGroup}/options/${optionKey}',
|
|
46417
|
+
update: apiConfig.idmService + '/catalogs/${catalogId}/optiongroups/${selectedOptionGroup}/options/${optionKey}',
|
|
46418
|
+
bulk: apiConfig.idmService + '/catalogs/${catalogId}/optiongroups/${selectedOptionGroup}/options/bulk'
|
|
46412
46419
|
},
|
|
46413
46420
|
dateFormat: 'DD.MM.YYYY, HH:mm:ss',
|
|
46414
46421
|
floatingFilter: true,
|
|
@@ -46508,12 +46515,12 @@ var TableOptionGroups = observer(function () {
|
|
|
46508
46515
|
type: 'dotnetSSM',
|
|
46509
46516
|
idCol: 'optionGroupKey',
|
|
46510
46517
|
apiInterface: {
|
|
46511
|
-
read: apiConfig.idmService + '/
|
|
46512
|
-
create: apiConfig.idmService + '/
|
|
46513
|
-
restore: apiConfig.idmService + '/
|
|
46514
|
-
"delete": apiConfig.idmService + '/
|
|
46515
|
-
update: apiConfig.idmService + '/
|
|
46516
|
-
bulk: apiConfig.idmService + '/
|
|
46518
|
+
read: apiConfig.idmService + '/catalogs/${catalogId}/optiongroups',
|
|
46519
|
+
create: apiConfig.idmService + '/catalogs/${catalogId}/optiongroups',
|
|
46520
|
+
restore: apiConfig.idmService + '/catalogs/${catalogId}/optiongroups/${optionGroupKey}',
|
|
46521
|
+
"delete": apiConfig.idmService + '/catalogs/${catalogId}/optiongroups/${optionGroupKey}',
|
|
46522
|
+
update: apiConfig.idmService + '/catalogs/${catalogId}/optiongroups/${optionGroupKey}',
|
|
46523
|
+
bulk: apiConfig.idmService + '/catalogs/${catalogId}/optiongroups/bulk'
|
|
46517
46524
|
},
|
|
46518
46525
|
dateFormat: 'DD.MM.YYYY, HH:mm:ss',
|
|
46519
46526
|
colDef: [{
|
|
@@ -47198,6 +47205,7 @@ function Options(_ref) {
|
|
|
47198
47205
|
headerName: 'backoffice.idmCatalog.items.label.optionImages',
|
|
47199
47206
|
field: 'optionImages',
|
|
47200
47207
|
cellDataType: 'asset',
|
|
47208
|
+
excludeFromExcelExport: true,
|
|
47201
47209
|
customParams: {
|
|
47202
47210
|
multiple: true,
|
|
47203
47211
|
isObject: true,
|
|
@@ -47217,6 +47225,7 @@ function Options(_ref) {
|
|
|
47217
47225
|
headerName: 'backoffice.idmCatalog.items.label.textures',
|
|
47218
47226
|
field: 'textures',
|
|
47219
47227
|
cellDataType: 'asset',
|
|
47228
|
+
excludeFromExcelExport: true,
|
|
47220
47229
|
customParams: {
|
|
47221
47230
|
multiple: true,
|
|
47222
47231
|
isObject: true,
|
|
@@ -47236,6 +47245,7 @@ function Options(_ref) {
|
|
|
47236
47245
|
headerName: 'backoffice.idmCatalog.items.label.documents',
|
|
47237
47246
|
field: 'documents',
|
|
47238
47247
|
cellDataType: 'asset',
|
|
47248
|
+
excludeFromExcelExport: true,
|
|
47239
47249
|
customParams: {
|
|
47240
47250
|
multiple: true,
|
|
47241
47251
|
isObject: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useFormData.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/Form/useFormData.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"useFormData.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/Form/useFormData.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Catalogs.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCatalogEditor/Tables/Catalogs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAE9D,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAgC,mBAAmB,EAAuC,MAAM,4BAA4B,CAAC;AAUpI,MAAM,MAAM,oBAAoB,GAAG,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;AAEnH,MAAM,MAAM,UAAU,GAAG;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE,CAAC;AAEhF,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,UAAU,CAAC;AAelD,QAAA,MAAM,QAAQ;oBAGM,MAAM;eACX,SAAS;cACV,eAAe;IACzB,sFAAsF;gBAC1E,MAAM;eACP,OAAO;yBACG,oBAAoB;+BACd,CAAC,OAAO,EAAE,UAAU,GAAG,IAAI,KAAK,IAAI;IAC/D,mEAAmE;qBAClD,MAAM,IAAI;IAC3B,oFAAoF;qBACnE,MAAM;IACvB,6HAA6H;mBAC9G,MAAM;
|
|
1
|
+
{"version":3,"file":"Catalogs.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCatalogEditor/Tables/Catalogs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAE9D,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAgC,mBAAmB,EAAuC,MAAM,4BAA4B,CAAC;AAUpI,MAAM,MAAM,oBAAoB,GAAG,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;AAEnH,MAAM,MAAM,UAAU,GAAG;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE,CAAC;AAEhF,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,UAAU,CAAC;AAelD,QAAA,MAAM,QAAQ;oBAGM,MAAM;eACX,SAAS;cACV,eAAe;IACzB,sFAAsF;gBAC1E,MAAM;eACP,OAAO;yBACG,oBAAoB;+BACd,CAAC,OAAO,EAAE,UAAU,GAAG,IAAI,KAAK,IAAI;IAC/D,mEAAmE;qBAClD,MAAM,IAAI;IAC3B,oFAAoF;qBACnE,MAAM;IACvB,6HAA6H;mBAC9G,MAAM;6CA85BvB,CAAC;AAEH,eAAe,QAAQ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Items.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCatalogEditor/Tables/Items.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAiB,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtG,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAIvC,UAAU,UAAU;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,WAAW,CAAC;IAC7B,aAAa,EAAE,GAAG,CAAC;IACnB,SAAS,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,oBAAoB,CAAC,GAAG,CAAC,CAAC;CACnC;AAED,QAAA,MAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"Items.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCatalogEditor/Tables/Items.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAiB,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtG,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAIvC,UAAU,UAAU;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,WAAW,CAAC;IAC7B,aAAa,EAAE,GAAG,CAAC;IACnB,SAAS,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,oBAAoB,CAAC,GAAG,CAAC,CAAC;CACnC;AAED,QAAA,MAAM,KAAK,wFAwZT,CAAC;AAIH,eAAe,KAAK,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Options.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCatalogEditor/Tables/Options.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAiB,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtG,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAGvC,QAAA,MAAM,OAAO;oBAGO,MAAM;qBACL,WAAW;eACjB,SAAS;YACZ,oBAAoB,CAAC,GAAG,CAAC;
|
|
1
|
+
{"version":3,"file":"Options.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCatalogEditor/Tables/Options.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAiB,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtG,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAGvC,QAAA,MAAM,OAAO;oBAGO,MAAM;qBACL,WAAW;eACjB,SAAS;YACZ,oBAAoB,CAAC,GAAG,CAAC;6CAqUnC,CAAC;AAEH,eAAe,OAAO,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableSeries/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAe5D,eAAO,MAAM,WAAW;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableSeries/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAe5D,eAAO,MAAM,WAAW;;CAiVtB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Options.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMOrganizationOptionsEditor/Tables/Options.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAOvC,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,
|
|
1
|
+
{"version":3,"file":"Options.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMOrganizationOptionsEditor/Tables/Options.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAOvC,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,qBA4NnE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "26.
|
|
3
|
+
"version": "26.5.0-beta.1",
|
|
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.
|
|
19
|
-
"@crystaldesign/content-item": "26.
|
|
20
|
-
"@crystaldesign/diva-core": "26.
|
|
21
|
-
"@crystaldesign/diva-utils": "26.
|
|
22
|
-
"@crystaldesign/media-upload": "26.
|
|
23
|
-
"@crystaldesign/rtf-editor": "26.
|
|
24
|
-
"@crystaldesign/spreadsheet": "26.
|
|
18
|
+
"@crystaldesign/content-box": "26.5.0-beta.1",
|
|
19
|
+
"@crystaldesign/content-item": "26.5.0-beta.1",
|
|
20
|
+
"@crystaldesign/diva-core": "26.5.0-beta.1",
|
|
21
|
+
"@crystaldesign/diva-utils": "26.5.0-beta.1",
|
|
22
|
+
"@crystaldesign/media-upload": "26.5.0-beta.1",
|
|
23
|
+
"@crystaldesign/rtf-editor": "26.5.0-beta.1",
|
|
24
|
+
"@crystaldesign/spreadsheet": "26.5.0-beta.1",
|
|
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": "96b435ae2034e5d16e116a91334ac026d4dba7bb"
|
|
56
56
|
}
|