@crystaldesign/diva-backoffice 25.6.0-beta.1 → 25.6.0-beta.11

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.
Files changed (23) hide show
  1. package/build/esm/index.js +238 -25
  2. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/Features.d.ts.map +1 -1
  3. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/Items.d.ts.map +1 -1
  4. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/OptionCombinations/index.d.ts.map +1 -1
  5. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/Options.d.ts.map +1 -1
  6. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/PriceFeatureGroupFinishes.d.ts.map +1 -1
  7. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/PriceFeatureGroupPercentageSurcharge.d.ts.map +1 -1
  8. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableCatalogs/index.d.ts.map +1 -1
  9. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableDecisions/index.d.ts.map +1 -1
  10. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableDetailInfos/index.d.ts.map +1 -1
  11. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableFeatureClasses/index.d.ts.map +1 -1
  12. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableOptionGroups/index.d.ts.map +1 -1
  13. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TablePartlists/index.d.ts.map +1 -1
  14. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TablePriceFeatureGroups/index.d.ts.map +1 -1
  15. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableSeries/index.d.ts.map +1 -1
  16. package/build/types/backoffice/src/ui/IDMCollectionEditor/Tables/CollectionMembers.d.ts.map +1 -1
  17. package/build/types/backoffice/src/ui/IDMCollectionEditor/modules/TableCollections/index.d.ts.map +1 -1
  18. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableGroups/index.d.ts.map +1 -1
  19. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/index.d.ts.map +1 -1
  20. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePartlistPos/index.d.ts.map +1 -1
  21. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableProperties/index.d.ts.map +1 -1
  22. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableTabGroups/index.d.ts.map +1 -1
  23. package/package.json +9 -9
@@ -1837,7 +1837,7 @@ function runThroughObjectReqursive(obj, apiConfig) {
1837
1837
  }
1838
1838
  }
1839
1839
  function loadConfiguration(t, root, config, lang, apiConfig) {
1840
- var _organization$setting, _organization$setting2, _organization$setting3, _organization$setting4, _parentOrganizations, _parentOrganizations2, _parentOrganizations3, _parentOrganizations4, _parentOrganizations5, _parentOrganizations6, _parentOrganizations7, _parentOrganizations8, _parentOrganizations9, _parentOrganizations10, _parentOrganizations11, _parentOrganizations12, _parentOrganizations13;
1840
+ var _organization$setting, _organization$setting2, _organization$setting3, _organization$setting4, _parentOrganizations, _parentOrganizations2, _parentOrganizations3, _parentOrganizations4, _parentOrganizations5, _parentOrganizations6, _parentOrganizations7, _parentOrganizations8, _parentOrganizations9, _parentOrganizations10, _parentOrganizations11, _parentOrganizations12, _parentOrganizations13, _parentOrganizations14, _parentOrganizations15, _parentOrganizations16, _parentOrganizations17, _parentOrganizations18, _parentOrganizations19;
1841
1841
  var organization = toJS(root.dataStore.currentOrganization);
1842
1842
  return {
1843
1843
  TableApplicationLogs: {
@@ -3334,6 +3334,13 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
3334
3334
  sorter: 4,
3335
3335
  filter: 'search',
3336
3336
  width: 100
3337
+ }, {
3338
+ title: t('backoffice.table.clientrelations.columns.idmenricher'),
3339
+ field: 'idmenricher',
3340
+ sorter: 4,
3341
+ filter: 'search',
3342
+ type: 'boolean',
3343
+ width: 100
3337
3344
  }, {
3338
3345
  title: t('backoffice.table.clientrelations.columns.created'),
3339
3346
  field: 'created',
@@ -3418,7 +3425,7 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
3418
3425
  inverted: true
3419
3426
  },
3420
3427
  search: {
3421
- fields: ['nameSource', 'nameTarget', 'externalCloudName', 'state', 'name']
3428
+ fields: ['nameSource', 'nameTarget', 'externalCloudName', 'state', 'idmenricher', 'name']
3422
3429
  }
3423
3430
  },
3424
3431
  rowAction: [{
@@ -10639,6 +10646,9 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
10639
10646
  }, {
10640
10647
  value: 'ASSOCIATION',
10641
10648
  label: 'Verband'
10649
+ }, {
10650
+ value: 'ENRICHER',
10651
+ label: 'Retailer'
10642
10652
  }]
10643
10653
  },
10644
10654
  itemSelectorReset: true,
@@ -11047,6 +11057,187 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
11047
11057
  type: 'checkbox',
11048
11058
  required: false,
11049
11059
  defaultValue: true
11060
+ }], [{
11061
+ name: 'name',
11062
+ label: t('backoffice.form.createclientrelation.name'),
11063
+ type: 'input',
11064
+ required: true
11065
+ }, {
11066
+ type: 'subTitle',
11067
+ orientation: 'center',
11068
+ name: t('backoffice.form.createclientrelation.src')
11069
+ }, {
11070
+ type: 'select',
11071
+ mode: 'single',
11072
+ label: t('backoffice.form.createclientrelation.externalCloudSource'),
11073
+ name: 'externalCloudSource',
11074
+ disabled: function disabled(d) {
11075
+ return d && (d.externalCloudTarget && d.externalCloudTarget._id !== 'LOCAL' || !!(d !== null && d !== void 0 && d.organizationSource));
11076
+ },
11077
+ required: true,
11078
+ selectMapping: {
11079
+ label: '${name}',
11080
+ value: '_id',
11081
+ prefilter: '[{hideInSource,ne,true}]',
11082
+ searchField: [{
11083
+ field: 'name',
11084
+ filter: 'contains'
11085
+ }, {
11086
+ field: '_id',
11087
+ filter: 'eq'
11088
+ }]
11089
+ },
11090
+ mapping: {
11091
+ type: 'body',
11092
+ map: [{
11093
+ targetField: '_id',
11094
+ globalValue: 'externalCloudSource'
11095
+ }]
11096
+ },
11097
+ useFirstValueAsDefault: true,
11098
+ apiInterface: {
11099
+ read: {
11100
+ list: '${authService}/externalclouds',
11101
+ filterServerSide: true
11102
+ }
11103
+ },
11104
+ canSetToUndefined: true
11105
+ }, {
11106
+ type: 'select',
11107
+ mode: 'single',
11108
+ label: t('backoffice.form.createclientrelation.organizationTarget'),
11109
+ name: 'organizationSource',
11110
+ hidden: function hidden(data) {
11111
+ return (data === null || data === void 0 ? void 0 : data.type) === 'SUPPLIER';
11112
+ },
11113
+ required: true,
11114
+ selectMapping: {
11115
+ label: '${displayName}',
11116
+ value: '_id',
11117
+ searchField: [{
11118
+ field: 'displayName',
11119
+ filter: 'contains'
11120
+ }, {
11121
+ field: '_id',
11122
+ filter: 'eq'
11123
+ }],
11124
+ prefilter: '+[{type,eq,ASSOCIATION},{type,eq,RETAILER}]',
11125
+ prefilterMapping: {
11126
+ map: [{
11127
+ sourceField: 'externalCloudSource._id',
11128
+ targetField: 'cloudId'
11129
+ }],
11130
+ type: 'query'
11131
+ }
11132
+ },
11133
+ defaultValue: [organization].concat(_toConsumableArray((_parentOrganizations14 = organization.parentOrganizations) !== null && _parentOrganizations14 !== void 0 ? _parentOrganizations14 : [])).find(function (o) {
11134
+ return o.type === 'ASSOCIATION';
11135
+ }) ? {
11136
+ _id: [organization].concat(_toConsumableArray((_parentOrganizations15 = organization.parentOrganizations) !== null && _parentOrganizations15 !== void 0 ? _parentOrganizations15 : [])).find(function (o) {
11137
+ return o.type === 'ASSOCIATION';
11138
+ })._id,
11139
+ label: [organization].concat(_toConsumableArray((_parentOrganizations16 = organization.parentOrganizations) !== null && _parentOrganizations16 !== void 0 ? _parentOrganizations16 : [])).find(function (o) {
11140
+ return o.type === 'ASSOCIATION';
11141
+ }).displayName
11142
+ } : undefined,
11143
+ apiInterface: {
11144
+ read: {
11145
+ list: '${authService}/externalclouds/${cloudId}/organizations',
11146
+ filterServerSide: true
11147
+ }
11148
+ },
11149
+ canSetToUndefined: true
11150
+ }, {
11151
+ type: 'subTitle',
11152
+ orientation: 'center',
11153
+ name: t('backoffice.form.createclientrelation.targetretass')
11154
+ }, {
11155
+ type: 'select',
11156
+ mode: 'single',
11157
+ label: t('backoffice.form.createclientrelation.externalCloudTarget'),
11158
+ name: 'externalCloudTarget',
11159
+ hidden: function hidden(data) {
11160
+ return (data === null || data === void 0 ? void 0 : data.type) === 'SUPPLIER';
11161
+ },
11162
+ required: true,
11163
+ selectMapping: {
11164
+ label: '${name}',
11165
+ value: '_id',
11166
+ prefilter: '[{hideInTarget,ne,true}]',
11167
+ searchField: [{
11168
+ field: 'name',
11169
+ filter: 'contains'
11170
+ }, {
11171
+ field: '_id',
11172
+ filter: 'eq'
11173
+ }]
11174
+ },
11175
+ apiInterface: {
11176
+ read: {
11177
+ list: '${authService}/externalclouds',
11178
+ filterServerSide: true
11179
+ }
11180
+ },
11181
+ useFirstValueAsDefault: true,
11182
+ canSetToUndefined: true
11183
+ }, {
11184
+ type: 'select',
11185
+ mode: 'single',
11186
+ label: t('backoffice.form.createclientrelation.organizationTarget'),
11187
+ name: 'organizationTarget',
11188
+ hidden: function hidden(data) {
11189
+ return (data === null || data === void 0 ? void 0 : data.type) === 'SUPPLIER';
11190
+ },
11191
+ required: true,
11192
+ selectMapping: {
11193
+ label: '${displayName}',
11194
+ value: '_id',
11195
+ searchField: [{
11196
+ field: 'displayName',
11197
+ filter: 'contains'
11198
+ }, {
11199
+ field: '_id',
11200
+ filter: 'eq'
11201
+ }],
11202
+ prefilter: '+[{type,eq,ASSOCIATION},{type,eq,RETAILER}]',
11203
+ prefilterMapping: {
11204
+ map: [{
11205
+ sourceField: 'externalCloudTarget._id',
11206
+ targetField: 'cloudId'
11207
+ }],
11208
+ type: 'query'
11209
+ }
11210
+ },
11211
+ apiInterface: {
11212
+ read: {
11213
+ list: '${authService}/externalclouds/${cloudId}/organizations',
11214
+ filterServerSide: true
11215
+ }
11216
+ },
11217
+ defaultValue: [organization].concat(_toConsumableArray((_parentOrganizations17 = organization.parentOrganizations) !== null && _parentOrganizations17 !== void 0 ? _parentOrganizations17 : [])).find(function (o) {
11218
+ return ['RETAILER', 'ASSOCIATION'].includes(o.type);
11219
+ }) ? {
11220
+ _id: [organization].concat(_toConsumableArray((_parentOrganizations18 = organization.parentOrganizations) !== null && _parentOrganizations18 !== void 0 ? _parentOrganizations18 : [])).find(function (o) {
11221
+ return ['RETAILER', 'ASSOCIATION'].includes(o.type);
11222
+ })._id,
11223
+ label: [organization].concat(_toConsumableArray((_parentOrganizations19 = organization.parentOrganizations) !== null && _parentOrganizations19 !== void 0 ? _parentOrganizations19 : [])).find(function (o) {
11224
+ return ['RETAILER', 'ASSOCIATION'].includes(o.type);
11225
+ }).displayName
11226
+ } : undefined,
11227
+ canSetToUndefined: true
11228
+ }, {
11229
+ label: t('backoffice.form.createclientrelation.aktivate'),
11230
+ name: 'state',
11231
+ type: 'checkbox',
11232
+ required: false,
11233
+ defaultValue: true
11234
+ }, {
11235
+ label: 'idmenricher',
11236
+ name: 'idmenricher',
11237
+ type: 'checkbox',
11238
+ required: false,
11239
+ defaultValue: true,
11240
+ hidden: true
11050
11241
  }]]
11051
11242
  },
11052
11243
  FormPartlistArticlePrefix: {
@@ -18411,7 +18602,7 @@ function useSelectData (_ref) {
18411
18602
  }
18412
18603
  }, []);
18413
18604
  useEffect(function () {
18414
- if (gettingDefaultValue) onSelect(options[0]);
18605
+ if (gettingDefaultValue && options[0]) onSelect(options[0]);
18415
18606
  }, [gettingDefaultValue]);
18416
18607
  var onFocus = function onFocus() {
18417
18608
  loadOptions(undefined);
@@ -30873,7 +31064,8 @@ var TableGroups = observer(function () {
30873
31064
  create: apiConfig.enricherService + '/packages/${packageId}/groups',
30874
31065
  restore: apiConfig.enricherService + '/packages/${packageId}/groups/${_id}',
30875
31066
  "delete": apiConfig.enricherService + '/packages/${packageId}/groups/${_id}',
30876
- update: apiConfig.enricherService + '/packages/${packageId}/groups/${_id}'
31067
+ update: apiConfig.enricherService + '/packages/${packageId}/groups/${_id}',
31068
+ bulk: apiConfig.enricherService + '/packages/${packageId}/groups/bulk'
30877
31069
  };
30878
31070
  }, []);
30879
31071
  var configuration = useMemo(function () {
@@ -31509,7 +31701,8 @@ var TablePackages = observer(function () {
31509
31701
  create: apiConfig.enricherService + '/packages',
31510
31702
  restore: apiConfig.enricherService + '/packages/${_id}',
31511
31703
  "delete": apiConfig.enricherService + '/packages/${_id}',
31512
- update: apiConfig.enricherService + '/packages/${_id}'
31704
+ update: apiConfig.enricherService + '/packages/${_id}',
31705
+ bulk: apiConfig.enricherService + '/packages/bulk?organizationId=${organizationId}'
31513
31706
  };
31514
31707
  }, [apiConfig.enricherService]);
31515
31708
  var configuration = useMemo(function () {
@@ -31694,7 +31887,8 @@ var TableProperties = observer(function () {
31694
31887
  create: apiConfig.enricherService + '/packages/${packageId}/properties',
31695
31888
  restore: apiConfig.enricherService + '/packages/${packageId}/properties/${_id}',
31696
31889
  "delete": apiConfig.enricherService + '/packages/${packageId}/properties/${_id}',
31697
- update: apiConfig.enricherService + '/packages/${packageId}/properties/${_id}'
31890
+ update: apiConfig.enricherService + '/packages/${packageId}/properties/${_id}',
31891
+ bulk: apiConfig.enricherService + '/packages/${packageId}/properties/bulk'
31698
31892
  };
31699
31893
  }, []);
31700
31894
  var configuration = useMemo(function () {
@@ -32495,7 +32689,8 @@ var RenamingTable = observer(function (_ref) {
32495
32689
  var apiInterface = useMemo(function () {
32496
32690
  return {
32497
32691
  read: apiConfig.enricherService + '/packages/${packageId}/renamings/' + type,
32498
- update: apiConfig.enricherService + '/packages/${packageId}/renamings/' + type + '/${_id}'
32692
+ update: apiConfig.enricherService + '/packages/${packageId}/renamings/' + type + '/${_id}',
32693
+ bulk: apiConfig.enricherService + '/packages/${packageId}/renamings/' + type + '/bulk'
32499
32694
  };
32500
32695
  }, [type]);
32501
32696
  var configuration = useMemo(function () {
@@ -33115,7 +33310,8 @@ var TableTabGroups = observer(function () {
33115
33310
  create: apiConfig.enricherService + '/packages/${packageId}/tabgroups',
33116
33311
  restore: apiConfig.enricherService + '/packages/${packageId}/tabgroups/${_id}',
33117
33312
  "delete": apiConfig.enricherService + '/packages/${packageId}/tabgroups/${_id}',
33118
- update: apiConfig.enricherService + '/packages/${packageId}/tabgroups/${_id}'
33313
+ update: apiConfig.enricherService + '/packages/${packageId}/tabgroups/${_id}',
33314
+ bulk: apiConfig.enricherService + '/packages/${packageId}/tabgroups/bulk'
33119
33315
  };
33120
33316
  }, []);
33121
33317
  var configuration = useMemo(function () {
@@ -33225,7 +33421,8 @@ var TablePartlistPos = observer(function () {
33225
33421
  create: apiConfig.enricherService + '/packages/${packageId}/partlistpos',
33226
33422
  restore: apiConfig.enricherService + '/packages/${packageId}/partlistpos/${_id}',
33227
33423
  "delete": apiConfig.enricherService + '/packages/${packageId}/partlistpos/${_id}',
33228
- update: apiConfig.enricherService + '/packages/${packageId}/partlistpos/${_id}'
33424
+ update: apiConfig.enricherService + '/packages/${packageId}/partlistpos/${_id}',
33425
+ bulk: apiConfig.enricherService + '/packages/${packageId}/partlistpos/bulk'
33229
33426
  };
33230
33427
  }, []);
33231
33428
  var configuration = useMemo(function () {
@@ -35248,7 +35445,8 @@ var TableCatalogs = observer(function () {
35248
35445
  create: apiConfig.idmService + '/v3.0/catalogs',
35249
35446
  restore: apiConfig.idmService + '/v3.0/catalogs/${_id}',
35250
35447
  "delete": apiConfig.idmService + '/v3.0/catalogs/${_id}',
35251
- update: apiConfig.idmService + '/v3.0/catalogs/${_id}'
35448
+ update: apiConfig.idmService + '/v3.0/catalogs/${_id}',
35449
+ bulk: apiConfig.idmService + '/v3.0/catalogs/bulk?organizationId=${organizationId}'
35252
35450
  },
35253
35451
  dateFormat: 'DD.MM.YYYY, HH:mm:ss',
35254
35452
  floatingFilter: true,
@@ -36068,7 +36266,8 @@ function Items$1(_ref) {
36068
36266
  create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/series/${selectedSerie}/items',
36069
36267
  restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/series/${selectedSerie}/items/${_id}',
36070
36268
  "delete": apiConfig.idmService + '/v3.0/catalogs/${catalogId}/series/${selectedSerie}/items/${_id}',
36071
- update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/series/${selectedSerie}/items/${_id}'
36269
+ update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/series/${selectedSerie}/items/${_id}',
36270
+ bulk: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/series/${selectedSerie}/items/bulk'
36072
36271
  },
36073
36272
  dateFormat: 'DD.MM.YYYY, HH:mm:ss',
36074
36273
  floatingFilter: true,
@@ -36411,7 +36610,8 @@ var TableSeries = observer(function () {
36411
36610
  create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/series',
36412
36611
  restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/series/${_id}',
36413
36612
  "delete": apiConfig.idmService + '/v3.0/catalogs/${catalogId}/series/${_id}',
36414
- update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/series/${_id}'
36613
+ update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/series/${_id}',
36614
+ bulk: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/series/bulk'
36415
36615
  },
36416
36616
  dateFormat: 'DD.MM.YYYY, HH:mm:ss',
36417
36617
  colDef: [{
@@ -36552,7 +36752,8 @@ function Features(_ref) {
36552
36752
  create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/features',
36553
36753
  restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/features/${_id}',
36554
36754
  "delete": apiConfig.idmService + '/v3.0/catalogs/${catalogId}/features/${_id}',
36555
- update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/features/${_id}'
36755
+ update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/features/${_id}',
36756
+ bulk: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/features/bulk'
36556
36757
  };
36557
36758
  }, [featureClassId]);
36558
36759
  var configuration = useMemo(function () {
@@ -36732,7 +36933,8 @@ function Options(_ref) {
36732
36933
  create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/options',
36733
36934
  restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/options/${_id}',
36734
36935
  "delete": apiConfig.idmService + '/v3.0/catalogs/${catalogId}/options/${_id}',
36735
- update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/options/${_id}'
36936
+ update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/options/${_id}',
36937
+ bulk: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/options/bulk'
36736
36938
  },
36737
36939
  dateFormat: 'DD.MM.YYYY, HH:mm:ss',
36738
36940
  floatingFilter: true,
@@ -36954,7 +37156,8 @@ var TableFeatureClasses = observer(function () {
36954
37156
  create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/featureclasses',
36955
37157
  restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/featureclasses/${_id}',
36956
37158
  "delete": apiConfig.idmService + '/v3.0/catalogs/${catalogId}/featureclasses/${_id}',
36957
- update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/featureclasses/${_id}'
37159
+ update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/featureclasses/${_id}',
37160
+ bulk: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/featureclasses/bulk'
36958
37161
  },
36959
37162
  dateFormat: 'DD.MM.YYYY, HH:mm:ss',
36960
37163
  colDef: [{
@@ -37560,7 +37763,8 @@ function OptionCombinations(_ref) {
37560
37763
  create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/decisions/${decisionId}/optioncombinations',
37561
37764
  restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/decisions/${decisionId}/optioncombinations/${_id}',
37562
37765
  "delete": apiConfig.idmService + '/v3.0/catalogs/${catalogId}/decisions/${decisionId}/optioncombinations/${_id}',
37563
- update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/decisions/${decisionId}/optioncombinations/${_id}'
37766
+ update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/decisions/${decisionId}/optioncombinations/${_id}',
37767
+ bulk: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/decisions/${decisionId}/optioncombinations/bulk'
37564
37768
  };
37565
37769
  }, []);
37566
37770
  var configuration = useMemo(function () {
@@ -37791,7 +37995,8 @@ var TableDecisions = observer(function () {
37791
37995
  create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/decisions',
37792
37996
  restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/decisions/${_id}',
37793
37997
  "delete": apiConfig.idmService + '/v3.0/catalogs/${catalogId}/decisions/${_id}',
37794
- update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/decisions/${_id}'
37998
+ update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/decisions/${_id}',
37999
+ bulk: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/decisions/bulk'
37795
38000
  },
37796
38001
  dateFormat: 'DD.MM.YYYY, HH:mm:ss',
37797
38002
  colDef: [{
@@ -37926,7 +38131,8 @@ var TableDetailInfos = observer(function () {
37926
38131
  type: 'dotnetSSM',
37927
38132
  apiInterface: {
37928
38133
  read: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/detailinfos',
37929
- update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/detailinfos/${_id}'
38134
+ update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/detailinfos/${_id}',
38135
+ bulk: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/detailinfos/bulk'
37930
38136
  },
37931
38137
  dateFormat: 'DD.MM.YYYY, HH:mm:ss',
37932
38138
  colDef: [{
@@ -38316,7 +38522,8 @@ var TablePartlists = observer(function () {
38316
38522
  create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/partlists',
38317
38523
  restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/partlists/${_id}',
38318
38524
  "delete": apiConfig.idmService + '/v3.0/catalogs/${catalogId}/partlists/${_id}',
38319
- update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/partlists/${_id}'
38525
+ update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/partlists/${_id}',
38526
+ bulk: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/partlists/bulk'
38320
38527
  };
38321
38528
  }, []);
38322
38529
  var configuration = useMemo(function () {
@@ -38450,7 +38657,8 @@ function PriceFeatureGroupPercentageSurcharge(_ref) {
38450
38657
  create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/percentagesurcharges',
38451
38658
  restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/percentagesurcharges/${_id}',
38452
38659
  "delete": apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/percentagesurcharges/${_id}',
38453
- update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/percentagesurcharges/${_id}'
38660
+ update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/percentagesurcharges/${_id}',
38661
+ bulk: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/percentagesurcharges/bulk'
38454
38662
  };
38455
38663
  }, []);
38456
38664
  var hooks = useMemo(function () {
@@ -38641,7 +38849,8 @@ function PriceFeatureGroupFinishes(_ref) {
38641
38849
  create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/finishes',
38642
38850
  restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/finishes/${_id}',
38643
38851
  "delete": apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/finishes/${_id}',
38644
- update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/finishes/${_id}'
38852
+ update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/finishes/${_id}',
38853
+ bulk: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/finishes/bulk'
38645
38854
  },
38646
38855
  dateFormat: 'DD.MM.YYYY, HH:mm:ss',
38647
38856
  colDef: [].concat(_toConsumableArray((_priceFeatureGroup$fe3 = (_priceFeatureGroup$fe4 = priceFeatureGroup.featureNos) === null || _priceFeatureGroup$fe4 === void 0 ? void 0 : _priceFeatureGroup$fe4.map(function (featureNos, i) {
@@ -38869,7 +39078,8 @@ var TablePriceFeatureGroups = observer(function () {
38869
39078
  create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups',
38870
39079
  restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${_id}',
38871
39080
  "delete": apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${_id}',
38872
- update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${_id}'
39081
+ update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${_id}',
39082
+ bulk: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/bulk'
38873
39083
  },
38874
39084
  dateFormat: 'DD.MM.YYYY, HH:mm:ss',
38875
39085
  colDef: [{
@@ -39208,7 +39418,8 @@ var TableOptionGroups = observer(function () {
39208
39418
  create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/optiongroups',
39209
39419
  restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/optiongroups/${optionGroupKey}',
39210
39420
  "delete": apiConfig.idmService + '/v3.0/catalogs/${catalogId}/optiongroups/${optionGroupKey}',
39211
- update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/optiongroups/${optionGroupKey}'
39421
+ update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/optiongroups/${optionGroupKey}',
39422
+ bulk: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/optiongroups/bulk'
39212
39423
  },
39213
39424
  dateFormat: 'DD.MM.YYYY, HH:mm:ss',
39214
39425
  colDef: [{
@@ -39326,7 +39537,8 @@ function CollectionMembers(_ref) {
39326
39537
  read: apiConfig.enricherService + '/collections/${collectionId}/members',
39327
39538
  create: apiConfig.enricherService + '/collections/${collectionId}/members',
39328
39539
  "delete": apiConfig.enricherService + '/collections/${collectionId}/members/${_id}',
39329
- update: apiConfig.enricherService + '/collections/${collectionId}/members/${_id}'
39540
+ update: apiConfig.enricherService + '/collections/${collectionId}/members/${_id}',
39541
+ bulk: apiConfig.enricherService + '/collections/${collectionId}/members/bulk'
39330
39542
  };
39331
39543
  }, []);
39332
39544
  var configuration = useMemo(function () {
@@ -39477,7 +39689,8 @@ function TableCollections () {
39477
39689
  create: apiConfig.enricherService + '/collections',
39478
39690
  restore: apiConfig.enricherService + '/collections/${_id}',
39479
39691
  "delete": apiConfig.enricherService + '/collections/${_id}',
39480
- update: apiConfig.enricherService + '/collections/${_id}'
39692
+ update: apiConfig.enricherService + '/collections/${_id}',
39693
+ bulk: apiConfig.enricherService + '/collections/bulk?organizationId=${organizationId}'
39481
39694
  };
39482
39695
  }, []);
39483
39696
  var configuration = useMemo(function () {
@@ -1 +1 @@
1
- {"version":3,"file":"Features.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCatalogEditor/Tables/Features.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAE,oBAAoB,EAAiB,MAAM,4BAA4B,CAAC;AACjF,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAGvC,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAC/B,cAAc,EACd,eAAe,EACf,cAAc,EACd,SAAS,EACT,KAAK,GACN,EAAE;IACD,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,WAAW,CAAC;IAC7B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,oBAAoB,CAAC,GAAG,CAAC,CAAC;CACnC,qBAyLA"}
1
+ {"version":3,"file":"Features.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCatalogEditor/Tables/Features.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAE,oBAAoB,EAAiB,MAAM,4BAA4B,CAAC;AACjF,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAGvC,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAC/B,cAAc,EACd,eAAe,EACf,cAAc,EACd,SAAS,EACT,KAAK,GACN,EAAE;IACD,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,WAAW,CAAC;IAC7B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,oBAAoB,CAAC,GAAG,CAAC,CAAC;CACnC,qBA0LA"}
@@ -1 +1 @@
1
- {"version":3,"file":"Items.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCatalogEditor/Tables/Items.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AAErE,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAIvC,MAAM,CAAC,OAAO,UAAU,KAAK,CAAC,EAC5B,cAAc,EACd,eAAe,EACf,SAAS,EACT,aAAa,GACd,EAAE;IACD,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,WAAW,CAAC;IAC7B,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,SAAS,CAAC;CACtB,qBAuTA"}
1
+ {"version":3,"file":"Items.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCatalogEditor/Tables/Items.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AAErE,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAIvC,MAAM,CAAC,OAAO,UAAU,KAAK,CAAC,EAC5B,cAAc,EACd,eAAe,EACf,SAAS,EACT,aAAa,GACd,EAAE;IACD,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,WAAW,CAAC;IAC7B,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,SAAS,CAAC;CACtB,qBAwTA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/Tables/OptionCombinations/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AAMrE,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EACzC,QAAQ,EACR,SAAS,EACT,SAAS,EACT,gBAAgB,GACjB,EAAE;IACD,QAAQ,EAAE,GAAG,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,SAAS,CAAC;IACrB,gBAAgB,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,OAAO,CAAC;CAC1D,qBAkLA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/Tables/OptionCombinations/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AAMrE,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EACzC,QAAQ,EACR,SAAS,EACT,SAAS,EACT,gBAAgB,GACjB,EAAE;IACD,QAAQ,EAAE,GAAG,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,SAAS,CAAC;IACrB,gBAAgB,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,OAAO,CAAC;CAC1D,qBAmLA"}
@@ -1 +1 @@
1
- {"version":3,"file":"Options.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCatalogEditor/Tables/Options.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAErD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,EAC9B,cAAc,EACd,eAAe,EACf,SAAS,GACV,EAAE;IACD,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,WAAW,CAAC;IAC7B,SAAS,EAAE,SAAS,CAAC;CACtB,qBA2KA"}
1
+ {"version":3,"file":"Options.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCatalogEditor/Tables/Options.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAErD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,EAC9B,cAAc,EACd,eAAe,EACf,SAAS,GACV,EAAE;IACD,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,WAAW,CAAC;IAC7B,SAAS,EAAE,SAAS,CAAC;CACtB,qBA4KA"}
@@ -1 +1 @@
1
- {"version":3,"file":"PriceFeatureGroupFinishes.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCatalogEditor/Tables/PriceFeatureGroupFinishes.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AAKrE,MAAM,CAAC,OAAO,UAAU,yBAAyB,CAAC,EAChD,iBAAiB,EACjB,SAAS,EACT,SAAS,EACT,gBAAgB,EAChB,eAAe,GAChB,EAAE;IACD,iBAAiB,EAAE,GAAG,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,SAAS,CAAC;IACrB,gBAAgB,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,OAAO,CAAC;IACzD,eAAe,EAAE,CAAC,YAAY,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;CACnD,qBA6LA"}
1
+ {"version":3,"file":"PriceFeatureGroupFinishes.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCatalogEditor/Tables/PriceFeatureGroupFinishes.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AAKrE,MAAM,CAAC,OAAO,UAAU,yBAAyB,CAAC,EAChD,iBAAiB,EACjB,SAAS,EACT,SAAS,EACT,gBAAgB,EAChB,eAAe,GAChB,EAAE;IACD,iBAAiB,EAAE,GAAG,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,SAAS,CAAC;IACrB,gBAAgB,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,OAAO,CAAC;IACzD,eAAe,EAAE,CAAC,YAAY,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;CACnD,qBA8LA"}
@@ -1 +1 @@
1
- {"version":3,"file":"PriceFeatureGroupPercentageSurcharge.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCatalogEditor/Tables/PriceFeatureGroupPercentageSurcharge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AAMrE,MAAM,CAAC,OAAO,UAAU,oCAAoC,CAAC,EAC3D,iBAAiB,EACjB,SAAS,EACT,SAAS,EACT,gBAAgB,EAChB,eAAe,GAChB,EAAE;IACD,iBAAiB,EAAE,GAAG,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,SAAS,CAAC;IACrB,gBAAgB,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,OAAO,CAAC;IACzD,eAAe,EAAE,CAAC,YAAY,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;CACnD,qBAyMA"}
1
+ {"version":3,"file":"PriceFeatureGroupPercentageSurcharge.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCatalogEditor/Tables/PriceFeatureGroupPercentageSurcharge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AAMrE,MAAM,CAAC,OAAO,UAAU,oCAAoC,CAAC,EAC3D,iBAAiB,EACjB,SAAS,EACT,SAAS,EACT,gBAAgB,EAChB,eAAe,GAChB,EAAE;IACD,iBAAiB,EAAE,GAAG,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,SAAS,CAAC;IACrB,gBAAgB,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,OAAO,CAAC;IACzD,eAAe,EAAE,CAAC,YAAY,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;CACnD,qBA0MA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableCatalogs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAkB5D,eAAO,MAAM,aAAa;;CAswBxB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableCatalogs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAkB5D,eAAO,MAAM,aAAa;;CAuwBxB,CAAC"}
@@ -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;AAavE,eAAO,MAAM,cAAc;;CAmOzB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableDecisions/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAavE,eAAO,MAAM,cAAc;;CAoOzB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableDetailInfos/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAYvC,eAAO,MAAM,gBAAgB;;CA+J3B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableDetailInfos/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAYvC,eAAO,MAAM,gBAAgB;;CAgK3B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableFeatureClasses/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAalD,eAAO,MAAM,mBAAmB;;CA0J9B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableFeatureClasses/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAalD,eAAO,MAAM,mBAAmB;;CA2J9B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableOptionGroups/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqC,MAAM,OAAO,CAAC;AAa1D,eAAO,MAAM,iBAAiB;;CA6H5B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableOptionGroups/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqC,MAAM,OAAO,CAAC;AAa1D,eAAO,MAAM,iBAAiB;;CA8H5B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TablePartlists/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAYlD,eAAO,MAAM,cAAc;;CAqJzB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TablePartlists/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAYlD,eAAO,MAAM,cAAc;;CAsJzB,CAAC"}
@@ -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;AAcvE,eAAO,MAAM,uBAAuB;;CAyNlC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TablePriceFeatureGroups/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAcvE,eAAO,MAAM,uBAAuB;;CA0NlC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableSeries/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAalD,eAAO,MAAM,WAAW;;CAkMtB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableSeries/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAalD,eAAO,MAAM,WAAW;;CAmMtB,CAAC"}
@@ -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,qBAmFA"}
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,qBAoFA"}
@@ -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;AAQ1D,MAAM,CAAC,OAAO,gCAiMb"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCollectionEditor/modules/TableCollections/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqC,MAAM,OAAO,CAAC;AAQ1D,MAAM,CAAC,OAAO,gCAkMb"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableGroups/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAWvC,eAAO,MAAM,WAAW;;CAqItB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableGroups/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAWvC,eAAO,MAAM,WAAW;;CAsItB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TablePackages/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAcvC,eAAO,MAAM,aAAa;;CAwPxB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TablePackages/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAcvC,eAAO,MAAM,aAAa;;CAyPxB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TablePartlistPos/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAUvC,eAAO,MAAM,gBAAgB;;CAsL3B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TablePartlistPos/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAUvC,eAAO,MAAM,gBAAgB;;CAuL3B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableProperties/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAWvC,eAAO,MAAM,eAAe;;CAuL1B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableProperties/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAWvC,eAAO,MAAM,eAAe;;CAwL1B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableTabGroups/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAWvC,eAAO,MAAM,cAAc;;CAyGzB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableTabGroups/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAWvC,eAAO,MAAM,cAAc;;CA0GzB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "25.6.0-beta.1",
3
+ "version": "25.6.0-beta.11",
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.6.0-beta.1",
19
- "@crystaldesign/content-item": "25.6.0-beta.1",
20
- "@crystaldesign/diva-core": "25.6.0-beta.1",
21
- "@crystaldesign/diva-utils": "25.6.0-beta.1",
22
- "@crystaldesign/media-upload": "25.6.0-beta.1",
23
- "@crystaldesign/rtf-editor": "25.6.0-beta.1",
24
- "@crystaldesign/spreadsheet": "25.6.0-beta.1",
18
+ "@crystaldesign/content-box": "25.6.0-beta.11",
19
+ "@crystaldesign/content-item": "25.6.0-beta.11",
20
+ "@crystaldesign/diva-core": "25.6.0-beta.11",
21
+ "@crystaldesign/diva-utils": "25.6.0-beta.11",
22
+ "@crystaldesign/media-upload": "25.6.0-beta.11",
23
+ "@crystaldesign/rtf-editor": "25.6.0-beta.11",
24
+ "@crystaldesign/spreadsheet": "25.6.0-beta.11",
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": "f260c1339699940f6d7368c4c631ee6e30b33604"
54
+ "gitHead": "910f9c19126874d6ac8c381b4c61ea502dce9c5c"
55
55
  }