@crystaldesign/diva-backoffice 25.6.0-beta.11 → 25.6.0-beta.3
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 +25 -238
- package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/Features.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/OptionCombinations/index.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/Tables/PriceFeatureGroupFinishes.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/PriceFeatureGroupPercentageSurcharge.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableCatalogs/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableDecisions/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableDetailInfos/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableFeatureClasses/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableOptionGroups/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TablePartlists/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TablePriceFeatureGroups/index.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/IDMCollectionEditor/Tables/CollectionMembers.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCollectionEditor/modules/TableCollections/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableGroups/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePartlistPos/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableProperties/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableTabGroups/index.d.ts.map +1 -1
- package/package.json +9 -9
package/build/esm/index.js
CHANGED
@@ -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;
|
1841
1841
|
var organization = toJS(root.dataStore.currentOrganization);
|
1842
1842
|
return {
|
1843
1843
|
TableApplicationLogs: {
|
@@ -3334,13 +3334,6 @@ 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
|
3344
3337
|
}, {
|
3345
3338
|
title: t('backoffice.table.clientrelations.columns.created'),
|
3346
3339
|
field: 'created',
|
@@ -3425,7 +3418,7 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
|
|
3425
3418
|
inverted: true
|
3426
3419
|
},
|
3427
3420
|
search: {
|
3428
|
-
fields: ['nameSource', 'nameTarget', 'externalCloudName', 'state', '
|
3421
|
+
fields: ['nameSource', 'nameTarget', 'externalCloudName', 'state', 'name']
|
3429
3422
|
}
|
3430
3423
|
},
|
3431
3424
|
rowAction: [{
|
@@ -10646,9 +10639,6 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
|
|
10646
10639
|
}, {
|
10647
10640
|
value: 'ASSOCIATION',
|
10648
10641
|
label: 'Verband'
|
10649
|
-
}, {
|
10650
|
-
value: 'ENRICHER',
|
10651
|
-
label: 'Retailer'
|
10652
10642
|
}]
|
10653
10643
|
},
|
10654
10644
|
itemSelectorReset: true,
|
@@ -11057,187 +11047,6 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
|
|
11057
11047
|
type: 'checkbox',
|
11058
11048
|
required: false,
|
11059
11049
|
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
|
11241
11050
|
}]]
|
11242
11051
|
},
|
11243
11052
|
FormPartlistArticlePrefix: {
|
@@ -18602,7 +18411,7 @@ function useSelectData (_ref) {
|
|
18602
18411
|
}
|
18603
18412
|
}, []);
|
18604
18413
|
useEffect(function () {
|
18605
|
-
if (gettingDefaultValue
|
18414
|
+
if (gettingDefaultValue) onSelect(options[0]);
|
18606
18415
|
}, [gettingDefaultValue]);
|
18607
18416
|
var onFocus = function onFocus() {
|
18608
18417
|
loadOptions(undefined);
|
@@ -31064,8 +30873,7 @@ var TableGroups = observer(function () {
|
|
31064
30873
|
create: apiConfig.enricherService + '/packages/${packageId}/groups',
|
31065
30874
|
restore: apiConfig.enricherService + '/packages/${packageId}/groups/${_id}',
|
31066
30875
|
"delete": apiConfig.enricherService + '/packages/${packageId}/groups/${_id}',
|
31067
|
-
update: apiConfig.enricherService + '/packages/${packageId}/groups/${_id}'
|
31068
|
-
bulk: apiConfig.enricherService + '/packages/${packageId}/groups/bulk'
|
30876
|
+
update: apiConfig.enricherService + '/packages/${packageId}/groups/${_id}'
|
31069
30877
|
};
|
31070
30878
|
}, []);
|
31071
30879
|
var configuration = useMemo(function () {
|
@@ -31701,8 +31509,7 @@ var TablePackages = observer(function () {
|
|
31701
31509
|
create: apiConfig.enricherService + '/packages',
|
31702
31510
|
restore: apiConfig.enricherService + '/packages/${_id}',
|
31703
31511
|
"delete": apiConfig.enricherService + '/packages/${_id}',
|
31704
|
-
update: apiConfig.enricherService + '/packages/${_id}'
|
31705
|
-
bulk: apiConfig.enricherService + '/packages/bulk?organizationId=${organizationId}'
|
31512
|
+
update: apiConfig.enricherService + '/packages/${_id}'
|
31706
31513
|
};
|
31707
31514
|
}, [apiConfig.enricherService]);
|
31708
31515
|
var configuration = useMemo(function () {
|
@@ -31887,8 +31694,7 @@ var TableProperties = observer(function () {
|
|
31887
31694
|
create: apiConfig.enricherService + '/packages/${packageId}/properties',
|
31888
31695
|
restore: apiConfig.enricherService + '/packages/${packageId}/properties/${_id}',
|
31889
31696
|
"delete": apiConfig.enricherService + '/packages/${packageId}/properties/${_id}',
|
31890
|
-
update: apiConfig.enricherService + '/packages/${packageId}/properties/${_id}'
|
31891
|
-
bulk: apiConfig.enricherService + '/packages/${packageId}/properties/bulk'
|
31697
|
+
update: apiConfig.enricherService + '/packages/${packageId}/properties/${_id}'
|
31892
31698
|
};
|
31893
31699
|
}, []);
|
31894
31700
|
var configuration = useMemo(function () {
|
@@ -32689,8 +32495,7 @@ var RenamingTable = observer(function (_ref) {
|
|
32689
32495
|
var apiInterface = useMemo(function () {
|
32690
32496
|
return {
|
32691
32497
|
read: apiConfig.enricherService + '/packages/${packageId}/renamings/' + type,
|
32692
|
-
update: apiConfig.enricherService + '/packages/${packageId}/renamings/' + type + '/${_id}'
|
32693
|
-
bulk: apiConfig.enricherService + '/packages/${packageId}/renamings/' + type + '/bulk'
|
32498
|
+
update: apiConfig.enricherService + '/packages/${packageId}/renamings/' + type + '/${_id}'
|
32694
32499
|
};
|
32695
32500
|
}, [type]);
|
32696
32501
|
var configuration = useMemo(function () {
|
@@ -33310,8 +33115,7 @@ var TableTabGroups = observer(function () {
|
|
33310
33115
|
create: apiConfig.enricherService + '/packages/${packageId}/tabgroups',
|
33311
33116
|
restore: apiConfig.enricherService + '/packages/${packageId}/tabgroups/${_id}',
|
33312
33117
|
"delete": apiConfig.enricherService + '/packages/${packageId}/tabgroups/${_id}',
|
33313
|
-
update: apiConfig.enricherService + '/packages/${packageId}/tabgroups/${_id}'
|
33314
|
-
bulk: apiConfig.enricherService + '/packages/${packageId}/tabgroups/bulk'
|
33118
|
+
update: apiConfig.enricherService + '/packages/${packageId}/tabgroups/${_id}'
|
33315
33119
|
};
|
33316
33120
|
}, []);
|
33317
33121
|
var configuration = useMemo(function () {
|
@@ -33421,8 +33225,7 @@ var TablePartlistPos = observer(function () {
|
|
33421
33225
|
create: apiConfig.enricherService + '/packages/${packageId}/partlistpos',
|
33422
33226
|
restore: apiConfig.enricherService + '/packages/${packageId}/partlistpos/${_id}',
|
33423
33227
|
"delete": apiConfig.enricherService + '/packages/${packageId}/partlistpos/${_id}',
|
33424
|
-
update: apiConfig.enricherService + '/packages/${packageId}/partlistpos/${_id}'
|
33425
|
-
bulk: apiConfig.enricherService + '/packages/${packageId}/partlistpos/bulk'
|
33228
|
+
update: apiConfig.enricherService + '/packages/${packageId}/partlistpos/${_id}'
|
33426
33229
|
};
|
33427
33230
|
}, []);
|
33428
33231
|
var configuration = useMemo(function () {
|
@@ -35445,8 +35248,7 @@ var TableCatalogs = observer(function () {
|
|
35445
35248
|
create: apiConfig.idmService + '/v3.0/catalogs',
|
35446
35249
|
restore: apiConfig.idmService + '/v3.0/catalogs/${_id}',
|
35447
35250
|
"delete": apiConfig.idmService + '/v3.0/catalogs/${_id}',
|
35448
|
-
update: apiConfig.idmService + '/v3.0/catalogs/${_id}'
|
35449
|
-
bulk: apiConfig.idmService + '/v3.0/catalogs/bulk?organizationId=${organizationId}'
|
35251
|
+
update: apiConfig.idmService + '/v3.0/catalogs/${_id}'
|
35450
35252
|
},
|
35451
35253
|
dateFormat: 'DD.MM.YYYY, HH:mm:ss',
|
35452
35254
|
floatingFilter: true,
|
@@ -36266,8 +36068,7 @@ function Items$1(_ref) {
|
|
36266
36068
|
create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/series/${selectedSerie}/items',
|
36267
36069
|
restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/series/${selectedSerie}/items/${_id}',
|
36268
36070
|
"delete": 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'
|
36071
|
+
update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/series/${selectedSerie}/items/${_id}'
|
36271
36072
|
},
|
36272
36073
|
dateFormat: 'DD.MM.YYYY, HH:mm:ss',
|
36273
36074
|
floatingFilter: true,
|
@@ -36610,8 +36411,7 @@ var TableSeries = observer(function () {
|
|
36610
36411
|
create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/series',
|
36611
36412
|
restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/series/${_id}',
|
36612
36413
|
"delete": 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'
|
36414
|
+
update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/series/${_id}'
|
36615
36415
|
},
|
36616
36416
|
dateFormat: 'DD.MM.YYYY, HH:mm:ss',
|
36617
36417
|
colDef: [{
|
@@ -36752,8 +36552,7 @@ function Features(_ref) {
|
|
36752
36552
|
create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/features',
|
36753
36553
|
restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/features/${_id}',
|
36754
36554
|
"delete": 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'
|
36555
|
+
update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/features/${_id}'
|
36757
36556
|
};
|
36758
36557
|
}, [featureClassId]);
|
36759
36558
|
var configuration = useMemo(function () {
|
@@ -36933,8 +36732,7 @@ function Options(_ref) {
|
|
36933
36732
|
create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/options',
|
36934
36733
|
restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/options/${_id}',
|
36935
36734
|
"delete": 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'
|
36735
|
+
update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/options/${_id}'
|
36938
36736
|
},
|
36939
36737
|
dateFormat: 'DD.MM.YYYY, HH:mm:ss',
|
36940
36738
|
floatingFilter: true,
|
@@ -37156,8 +36954,7 @@ var TableFeatureClasses = observer(function () {
|
|
37156
36954
|
create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/featureclasses',
|
37157
36955
|
restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/featureclasses/${_id}',
|
37158
36956
|
"delete": 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'
|
36957
|
+
update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/featureclasses/${_id}'
|
37161
36958
|
},
|
37162
36959
|
dateFormat: 'DD.MM.YYYY, HH:mm:ss',
|
37163
36960
|
colDef: [{
|
@@ -37763,8 +37560,7 @@ function OptionCombinations(_ref) {
|
|
37763
37560
|
create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/decisions/${decisionId}/optioncombinations',
|
37764
37561
|
restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/decisions/${decisionId}/optioncombinations/${_id}',
|
37765
37562
|
"delete": 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'
|
37563
|
+
update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/decisions/${decisionId}/optioncombinations/${_id}'
|
37768
37564
|
};
|
37769
37565
|
}, []);
|
37770
37566
|
var configuration = useMemo(function () {
|
@@ -37995,8 +37791,7 @@ var TableDecisions = observer(function () {
|
|
37995
37791
|
create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/decisions',
|
37996
37792
|
restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/decisions/${_id}',
|
37997
37793
|
"delete": 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'
|
37794
|
+
update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/decisions/${_id}'
|
38000
37795
|
},
|
38001
37796
|
dateFormat: 'DD.MM.YYYY, HH:mm:ss',
|
38002
37797
|
colDef: [{
|
@@ -38131,8 +37926,7 @@ var TableDetailInfos = observer(function () {
|
|
38131
37926
|
type: 'dotnetSSM',
|
38132
37927
|
apiInterface: {
|
38133
37928
|
read: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/detailinfos',
|
38134
|
-
update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/detailinfos/${_id}'
|
38135
|
-
bulk: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/detailinfos/bulk'
|
37929
|
+
update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/detailinfos/${_id}'
|
38136
37930
|
},
|
38137
37931
|
dateFormat: 'DD.MM.YYYY, HH:mm:ss',
|
38138
37932
|
colDef: [{
|
@@ -38522,8 +38316,7 @@ var TablePartlists = observer(function () {
|
|
38522
38316
|
create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/partlists',
|
38523
38317
|
restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/partlists/${_id}',
|
38524
38318
|
"delete": 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'
|
38319
|
+
update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/partlists/${_id}'
|
38527
38320
|
};
|
38528
38321
|
}, []);
|
38529
38322
|
var configuration = useMemo(function () {
|
@@ -38657,8 +38450,7 @@ function PriceFeatureGroupPercentageSurcharge(_ref) {
|
|
38657
38450
|
create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/percentagesurcharges',
|
38658
38451
|
restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/percentagesurcharges/${_id}',
|
38659
38452
|
"delete": 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'
|
38453
|
+
update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/percentagesurcharges/${_id}'
|
38662
38454
|
};
|
38663
38455
|
}, []);
|
38664
38456
|
var hooks = useMemo(function () {
|
@@ -38849,8 +38641,7 @@ function PriceFeatureGroupFinishes(_ref) {
|
|
38849
38641
|
create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/finishes',
|
38850
38642
|
restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/finishes/${_id}',
|
38851
38643
|
"delete": 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'
|
38644
|
+
update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/finishes/${_id}'
|
38854
38645
|
},
|
38855
38646
|
dateFormat: 'DD.MM.YYYY, HH:mm:ss',
|
38856
38647
|
colDef: [].concat(_toConsumableArray((_priceFeatureGroup$fe3 = (_priceFeatureGroup$fe4 = priceFeatureGroup.featureNos) === null || _priceFeatureGroup$fe4 === void 0 ? void 0 : _priceFeatureGroup$fe4.map(function (featureNos, i) {
|
@@ -39078,8 +38869,7 @@ var TablePriceFeatureGroups = observer(function () {
|
|
39078
38869
|
create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups',
|
39079
38870
|
restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${_id}',
|
39080
38871
|
"delete": 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'
|
38872
|
+
update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${_id}'
|
39083
38873
|
},
|
39084
38874
|
dateFormat: 'DD.MM.YYYY, HH:mm:ss',
|
39085
38875
|
colDef: [{
|
@@ -39418,8 +39208,7 @@ var TableOptionGroups = observer(function () {
|
|
39418
39208
|
create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/optiongroups',
|
39419
39209
|
restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/optiongroups/${optionGroupKey}',
|
39420
39210
|
"delete": 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'
|
39211
|
+
update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/optiongroups/${optionGroupKey}'
|
39423
39212
|
},
|
39424
39213
|
dateFormat: 'DD.MM.YYYY, HH:mm:ss',
|
39425
39214
|
colDef: [{
|
@@ -39537,8 +39326,7 @@ function CollectionMembers(_ref) {
|
|
39537
39326
|
read: apiConfig.enricherService + '/collections/${collectionId}/members',
|
39538
39327
|
create: apiConfig.enricherService + '/collections/${collectionId}/members',
|
39539
39328
|
"delete": apiConfig.enricherService + '/collections/${collectionId}/members/${_id}',
|
39540
|
-
update: apiConfig.enricherService + '/collections/${collectionId}/members/${_id}'
|
39541
|
-
bulk: apiConfig.enricherService + '/collections/${collectionId}/members/bulk'
|
39329
|
+
update: apiConfig.enricherService + '/collections/${collectionId}/members/${_id}'
|
39542
39330
|
};
|
39543
39331
|
}, []);
|
39544
39332
|
var configuration = useMemo(function () {
|
@@ -39689,8 +39477,7 @@ function TableCollections () {
|
|
39689
39477
|
create: apiConfig.enricherService + '/collections',
|
39690
39478
|
restore: apiConfig.enricherService + '/collections/${_id}',
|
39691
39479
|
"delete": apiConfig.enricherService + '/collections/${_id}',
|
39692
|
-
update: apiConfig.enricherService + '/collections/${_id}'
|
39693
|
-
bulk: apiConfig.enricherService + '/collections/bulk?organizationId=${organizationId}'
|
39480
|
+
update: apiConfig.enricherService + '/collections/${_id}'
|
39694
39481
|
};
|
39695
39482
|
}, []);
|
39696
39483
|
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,
|
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 +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,
|
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"}
|
package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/OptionCombinations/index.d.ts.map
CHANGED
@@ -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,
|
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 +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,
|
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"}
|
package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/PriceFeatureGroupFinishes.d.ts.map
CHANGED
@@ -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,
|
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 +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,
|
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 +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;;
|
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"}
|
package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableDecisions/index.d.ts.map
CHANGED
@@ -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;;
|
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"}
|
package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableDetailInfos/index.d.ts.map
CHANGED
@@ -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;;
|
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"}
|
package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableFeatureClasses/index.d.ts.map
CHANGED
@@ -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;;
|
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"}
|
package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableOptionGroups/index.d.ts.map
CHANGED
@@ -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;;
|
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"}
|
package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TablePartlists/index.d.ts.map
CHANGED
@@ -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;;
|
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 +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;;
|
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 +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;;
|
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 +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,
|
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"}
|
package/build/types/backoffice/src/ui/IDMCollectionEditor/modules/TableCollections/index.d.ts.map
CHANGED
@@ -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,
|
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 +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;;
|
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"}
|
package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/index.d.ts.map
CHANGED
@@ -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;;
|
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"}
|
package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePartlistPos/index.d.ts.map
CHANGED
@@ -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;;
|
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"}
|
package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableProperties/index.d.ts.map
CHANGED
@@ -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;;
|
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"}
|
package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableTabGroups/index.d.ts.map
CHANGED
@@ -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;;
|
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"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
3
|
-
"version": "25.6.0-beta.
|
3
|
+
"version": "25.6.0-beta.3",
|
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.
|
19
|
-
"@crystaldesign/content-item": "25.6.0-beta.
|
20
|
-
"@crystaldesign/diva-core": "25.6.0-beta.
|
21
|
-
"@crystaldesign/diva-utils": "25.6.0-beta.
|
22
|
-
"@crystaldesign/media-upload": "25.6.0-beta.
|
23
|
-
"@crystaldesign/rtf-editor": "25.6.0-beta.
|
24
|
-
"@crystaldesign/spreadsheet": "25.6.0-beta.
|
18
|
+
"@crystaldesign/content-box": "25.6.0-beta.3",
|
19
|
+
"@crystaldesign/content-item": "25.6.0-beta.3",
|
20
|
+
"@crystaldesign/diva-core": "25.6.0-beta.3",
|
21
|
+
"@crystaldesign/diva-utils": "25.6.0-beta.3",
|
22
|
+
"@crystaldesign/media-upload": "25.6.0-beta.3",
|
23
|
+
"@crystaldesign/rtf-editor": "25.6.0-beta.3",
|
24
|
+
"@crystaldesign/spreadsheet": "25.6.0-beta.3",
|
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": "
|
54
|
+
"gitHead": "1cec4a3f484f4893f92f459bb8ca9b40d48cd000"
|
55
55
|
}
|