@crystaldesign/diva-backoffice 25.15.0-beta.1 → 25.15.0-beta.10
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 +192 -117
- package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG_Configurator/CatalogSelection/index.d.ts.map +1 -1
- package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG_Configurator/index.d.ts.map +1 -1
- package/build/types/backoffice/src/store/ContentStore.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/Form/Fields/Media/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/components/PrefilterSelectors/SeriesSelector.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableFeatures/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableOptions/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/SelectSimple/useSelectSimpleData.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/Table/BaseTable/cellRenderer/MediaItemViewerCell/index.d.ts.map +1 -1
- package/package.json +9 -9
package/build/esm/index.js
CHANGED
|
@@ -76,7 +76,7 @@ import DeleteOutlined from '@ant-design/icons/DeleteOutlined';
|
|
|
76
76
|
import JSONEditor from 'jsoneditor';
|
|
77
77
|
import 'jsoneditor/dist/jsoneditor.css';
|
|
78
78
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
79
|
-
import { MinusCircleOutlined, PlusOutlined, DownloadOutlined as DownloadOutlined$1, PlusSquareOutlined, DeleteOutlined as DeleteOutlined$1, FullscreenOutlined,
|
|
79
|
+
import { MinusCircleOutlined, PlusOutlined, DownloadOutlined as DownloadOutlined$1, PlusSquareOutlined, DeleteOutlined as DeleteOutlined$1, FullscreenOutlined, CloseOutlined as CloseOutlined$1, PlusCircleOutlined as PlusCircleOutlined$1, HomeOutlined as HomeOutlined$1, InboxOutlined, EditOutlined, EyeOutlined, InfoCircleOutlined as InfoCircleOutlined$1, FilePdfOutlined, LoadingOutlined, DownOutlined as DownOutlined$1, UploadOutlined as UploadOutlined$2, GlobalOutlined, DatabaseOutlined as DatabaseOutlined$1, DatabaseFilled, ReloadOutlined as ReloadOutlined$1 } from '@ant-design/icons';
|
|
80
80
|
import classnames from 'classnames';
|
|
81
81
|
import RTFEditor from '@crystaldesign/rtf-editor';
|
|
82
82
|
import debounce from 'lodash/debounce';
|
|
@@ -4509,8 +4509,14 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
|
|
|
4509
4509
|
targetField: 'previewImage',
|
|
4510
4510
|
sourceField: 'previewImage'
|
|
4511
4511
|
}, {
|
|
4512
|
-
targetField: '
|
|
4513
|
-
|
|
4512
|
+
targetField: 'previewImageRef',
|
|
4513
|
+
sourceField: 'previewImageRef'
|
|
4514
|
+
}, {
|
|
4515
|
+
targetField: 'previewImageId',
|
|
4516
|
+
sourceField: 'previewImageId'
|
|
4517
|
+
}, {
|
|
4518
|
+
targetField: 'isGlobal',
|
|
4519
|
+
sourceField: 'isGlobal'
|
|
4514
4520
|
}]
|
|
4515
4521
|
}
|
|
4516
4522
|
},
|
|
@@ -4562,13 +4568,25 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
|
|
|
4562
4568
|
type: 'media',
|
|
4563
4569
|
width: 100,
|
|
4564
4570
|
align: 'center'
|
|
4571
|
+
}, {
|
|
4572
|
+
title: t('backoffice.table.prompts.columns.isGlobal'),
|
|
4573
|
+
field: 'isGlobal',
|
|
4574
|
+
sorter: 1,
|
|
4575
|
+
filter: 'advanced',
|
|
4576
|
+
type: 'boolean',
|
|
4577
|
+
width: 150
|
|
4578
|
+
}, {
|
|
4579
|
+
title: t('backoffice.table.prompts.columns.organizations'),
|
|
4580
|
+
field: 'organizations',
|
|
4581
|
+
type: 'boolean',
|
|
4582
|
+
width: 150
|
|
4565
4583
|
}, {
|
|
4566
4584
|
title: t('backoffice.table.prompts.columns.archived'),
|
|
4567
4585
|
field: 'archived',
|
|
4568
4586
|
sorter: 1,
|
|
4569
4587
|
filter: 'advanced',
|
|
4570
4588
|
type: 'boolean',
|
|
4571
|
-
width:
|
|
4589
|
+
width: 150
|
|
4572
4590
|
}, {
|
|
4573
4591
|
title: t('backoffice.table.prompts.columns.defaultPrompt'),
|
|
4574
4592
|
field: 'defaultPrompt',
|
|
@@ -4595,12 +4613,6 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
|
|
|
4595
4613
|
sorter: 1,
|
|
4596
4614
|
filter: 'advanced',
|
|
4597
4615
|
width: 200
|
|
4598
|
-
}, {
|
|
4599
|
-
title: t('backoffice.table.medien.columns.title.organizationId'),
|
|
4600
|
-
field: 'organizationId',
|
|
4601
|
-
sorter: 1,
|
|
4602
|
-
filter: 'advanced',
|
|
4603
|
-
width: 160
|
|
4604
4616
|
}],
|
|
4605
4617
|
rowAction: [{
|
|
4606
4618
|
actionType: 'Detail',
|
|
@@ -4616,20 +4628,19 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
|
|
|
4616
4628
|
id: 'FormShowPrompt',
|
|
4617
4629
|
title: t('backoffice.table.prompt.show'),
|
|
4618
4630
|
label: t('backoffice.show')
|
|
4631
|
+
}, {
|
|
4632
|
+
actionType: 'Detail',
|
|
4633
|
+
type: 'RelationSelector',
|
|
4634
|
+
id: 'SelectorPromptOrganizations',
|
|
4635
|
+
title: t('backoffice.table.apikeys.rowAction.SelectorApiOrganizations.label'),
|
|
4636
|
+
label: t('backoffice.table.apikeys.rowAction.SelectorApiOrganizations.label')
|
|
4619
4637
|
}],
|
|
4620
4638
|
apiInterface: {
|
|
4621
4639
|
read: {
|
|
4622
|
-
list: '${aiService}/prompts
|
|
4640
|
+
list: '${aiService}/prompts',
|
|
4623
4641
|
filterServerSide: true
|
|
4624
4642
|
},
|
|
4625
4643
|
"delete": '${aiService}/prompts/${id}'
|
|
4626
|
-
},
|
|
4627
|
-
mapping: {
|
|
4628
|
-
type: 'query',
|
|
4629
|
-
map: [{
|
|
4630
|
-
globalValue: 'organizationId',
|
|
4631
|
-
targetField: 'organizationId'
|
|
4632
|
-
}]
|
|
4633
4644
|
}
|
|
4634
4645
|
},
|
|
4635
4646
|
TableApplicationTranslations: {
|
|
@@ -6088,10 +6099,9 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
|
|
|
6088
6099
|
width: 150
|
|
6089
6100
|
}, {
|
|
6090
6101
|
title: t('backoffice.table.renderjobs.columns.fileUrl'),
|
|
6091
|
-
field: '
|
|
6092
|
-
imageEnding: '_low',
|
|
6102
|
+
field: 'mediaItems',
|
|
6093
6103
|
width: 99,
|
|
6094
|
-
type: '
|
|
6104
|
+
type: 'mediaItem',
|
|
6095
6105
|
align: 'center'
|
|
6096
6106
|
}, {
|
|
6097
6107
|
title: t('backoffice.table.renderjobs.columns.realTimeRenderUrl'),
|
|
@@ -7866,9 +7876,6 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
|
|
|
7866
7876
|
label: t('backoffice.table.prompts.columns.archived'),
|
|
7867
7877
|
type: 'checkbox',
|
|
7868
7878
|
defaultValue: false
|
|
7869
|
-
}, {
|
|
7870
|
-
name: 'organizationId',
|
|
7871
|
-
hidden: true
|
|
7872
7879
|
}]
|
|
7873
7880
|
},
|
|
7874
7881
|
FormShowPrompt: {
|
|
@@ -7960,9 +7967,6 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
|
|
|
7960
7967
|
label: t('backoffice.table.prompts.columns.archived'),
|
|
7961
7968
|
type: 'checkbox',
|
|
7962
7969
|
readonly: true
|
|
7963
|
-
}, {
|
|
7964
|
-
name: 'organizationId',
|
|
7965
|
-
hidden: true
|
|
7966
7970
|
}]
|
|
7967
7971
|
},
|
|
7968
7972
|
FormOrganizationUserDetails: {
|
|
@@ -8654,6 +8658,13 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
|
|
|
8654
8658
|
hidden: function hidden(data) {
|
|
8655
8659
|
return (data === null || data === void 0 ? void 0 : data.parentType) === 'SUPPLIER' && (data === null || data === void 0 ? void 0 : data.type) === undefined;
|
|
8656
8660
|
}
|
|
8661
|
+
}, {
|
|
8662
|
+
name: 'impressumUrl',
|
|
8663
|
+
label: t('backoffice.form.organizationdetails.items.impressumUrl'),
|
|
8664
|
+
type: 'input',
|
|
8665
|
+
hidden: function hidden(data) {
|
|
8666
|
+
return (data === null || data === void 0 ? void 0 : data.parentType) === 'SUPPLIER' && (data === null || data === void 0 ? void 0 : data.type) === undefined;
|
|
8667
|
+
}
|
|
8657
8668
|
}, {
|
|
8658
8669
|
name: t('backoffice.subtitle.advanced'),
|
|
8659
8670
|
type: 'subTitle',
|
|
@@ -13247,6 +13258,62 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
|
|
|
13247
13258
|
}
|
|
13248
13259
|
}
|
|
13249
13260
|
},
|
|
13261
|
+
SelectorPromptOrganizations: {
|
|
13262
|
+
type: 'RelationSelector',
|
|
13263
|
+
searchApiInterface: {
|
|
13264
|
+
read: '${authService}/v2/organizations'
|
|
13265
|
+
},
|
|
13266
|
+
apiInterface: {
|
|
13267
|
+
read: '${aiService}/prompts/${promptId}/organizations',
|
|
13268
|
+
create: '${aiService}/prompts/${promptId}/organizations/${organizationId}',
|
|
13269
|
+
"delete": '${aiService}/prompts/${promptId}/organizations/${organizationId}'
|
|
13270
|
+
},
|
|
13271
|
+
configuration: {
|
|
13272
|
+
download: false,
|
|
13273
|
+
readListMapping: {
|
|
13274
|
+
type: 'query',
|
|
13275
|
+
map: [{
|
|
13276
|
+
sourceField: '_id',
|
|
13277
|
+
targetField: 'promptId'
|
|
13278
|
+
}]
|
|
13279
|
+
},
|
|
13280
|
+
deleteMapping: {
|
|
13281
|
+
type: 'query',
|
|
13282
|
+
map: [{
|
|
13283
|
+
sourceField: '_id',
|
|
13284
|
+
targetField: 'promptId'
|
|
13285
|
+
}, {
|
|
13286
|
+
sourceField: 'relatedId',
|
|
13287
|
+
targetField: 'organizationId'
|
|
13288
|
+
}]
|
|
13289
|
+
},
|
|
13290
|
+
createMapping: {
|
|
13291
|
+
type: 'query',
|
|
13292
|
+
map: [{
|
|
13293
|
+
sourceField: '_id',
|
|
13294
|
+
targetField: 'promptId'
|
|
13295
|
+
}, {
|
|
13296
|
+
sourceField: 'relatedId',
|
|
13297
|
+
targetField: 'organizationId'
|
|
13298
|
+
}]
|
|
13299
|
+
},
|
|
13300
|
+
search: {
|
|
13301
|
+
fields: ['_id', 'displayName']
|
|
13302
|
+
},
|
|
13303
|
+
functionalities: {
|
|
13304
|
+
canDelete: true,
|
|
13305
|
+
canEdit: false
|
|
13306
|
+
},
|
|
13307
|
+
filter: {
|
|
13308
|
+
fields: ['_id', 'displayName'],
|
|
13309
|
+
type: 'default'
|
|
13310
|
+
},
|
|
13311
|
+
list: {
|
|
13312
|
+
title: ['displayName'],
|
|
13313
|
+
description: ['_id']
|
|
13314
|
+
}
|
|
13315
|
+
}
|
|
13316
|
+
},
|
|
13250
13317
|
MediaUploadOrganizationLogoMobile: {
|
|
13251
13318
|
type: 'MediaUpload',
|
|
13252
13319
|
size: 'medium',
|
|
@@ -15256,12 +15323,6 @@ var menu = [{
|
|
|
15256
15323
|
path: 'contentitems',
|
|
15257
15324
|
label: 'backoffice.menu.items.label.ContentItems',
|
|
15258
15325
|
icon: 'OrderedListOutlined'
|
|
15259
|
-
}, {
|
|
15260
|
-
id: 'TablePrompts',
|
|
15261
|
-
path: 'prompts',
|
|
15262
|
-
label: 'backoffice.menu.items.label.Prompts',
|
|
15263
|
-
icon: 'OpenAIOutlined',
|
|
15264
|
-
permission: 'backoffice_prompts'
|
|
15265
15326
|
}, {
|
|
15266
15327
|
id: 'idmTables',
|
|
15267
15328
|
path: 'idm',
|
|
@@ -15439,6 +15500,12 @@ var menu = [{
|
|
|
15439
15500
|
label: 'backoffice.menu.items.label.userAdmin',
|
|
15440
15501
|
icon: 'UserOutlined',
|
|
15441
15502
|
permission: 'backoffice_admin_users'
|
|
15503
|
+
}, {
|
|
15504
|
+
id: 'TablePrompts',
|
|
15505
|
+
path: 'prompts',
|
|
15506
|
+
label: 'backoffice.menu.items.label.Prompts',
|
|
15507
|
+
icon: 'OpenAIOutlined',
|
|
15508
|
+
permission: 'backoffice_prompts'
|
|
15442
15509
|
}, {
|
|
15443
15510
|
id: 'mediaAdmin',
|
|
15444
15511
|
path: 'assetmanager',
|
|
@@ -18521,16 +18588,27 @@ function useSelectSimpleData (_ref) {
|
|
|
18521
18588
|
return selected.value;
|
|
18522
18589
|
}, [selected]);
|
|
18523
18590
|
|
|
18524
|
-
//
|
|
18591
|
+
// Sync selection when external value changes
|
|
18525
18592
|
useEffect(function () {
|
|
18526
|
-
if (
|
|
18527
|
-
|
|
18528
|
-
if (
|
|
18529
|
-
|
|
18530
|
-
return item.value;
|
|
18531
|
-
}) : sel.value;
|
|
18532
|
-
onSelectionChanged(selectedValues, sel);
|
|
18593
|
+
if (!options) return;
|
|
18594
|
+
if (value === undefined) {
|
|
18595
|
+
if (selected !== undefined) {
|
|
18596
|
+
setSelected(undefined);
|
|
18533
18597
|
}
|
|
18598
|
+
return;
|
|
18599
|
+
}
|
|
18600
|
+
var sel = findByValue(value, options, selectMapping);
|
|
18601
|
+
if (!sel) return;
|
|
18602
|
+
|
|
18603
|
+
// Compare found option's value with current value
|
|
18604
|
+
var foundValue = Array.isArray(sel) ? sel.map(function (item) {
|
|
18605
|
+
return item.value;
|
|
18606
|
+
}) : sel.value;
|
|
18607
|
+
var valuesMatch = Array.isArray(foundValue) ? Array.isArray(currentValue) && foundValue.length === currentValue.length && foundValue.every(function (v, i) {
|
|
18608
|
+
return v === currentValue[i];
|
|
18609
|
+
}) : foundValue === currentValue;
|
|
18610
|
+
if (!valuesMatch) {
|
|
18611
|
+
onSelectionChanged(foundValue, sel);
|
|
18534
18612
|
}
|
|
18535
18613
|
}, [value, options]);
|
|
18536
18614
|
var setLoadedOptions = function setLoadedOptions(options) {
|
|
@@ -20676,8 +20754,8 @@ function Media (_ref) {
|
|
|
20676
20754
|
value = _ref.value,
|
|
20677
20755
|
state = _ref.state,
|
|
20678
20756
|
absoluteName = _ref.absoluteName;
|
|
20679
|
-
var mediaItemRefIdPath = item.mediaItemRefField ? absoluteName.slice(0, -1).concat(item.mediaItemRefField) :
|
|
20680
|
-
var urlPath = item.urlField ? absoluteName.slice(0, -1).concat(item.urlField) :
|
|
20757
|
+
var mediaItemRefIdPath = Array.isArray(absoluteName) && item.mediaItemRefField ? absoluteName.slice(0, -1).concat(item.mediaItemRefField) : item.mediaItemRefField;
|
|
20758
|
+
var urlPath = Array.isArray(absoluteName) && item.urlField ? absoluteName.slice(0, -1).concat(item.urlField) : item.urlField;
|
|
20681
20759
|
var mediaItemRefId = mediaItemRefIdPath ? state.getData(mediaItemRefIdPath, state.data) : undefined;
|
|
20682
20760
|
var url = urlPath ? state.getData(urlPath, state.data) : undefined;
|
|
20683
20761
|
var _React$useState = React.useState(),
|
|
@@ -26667,7 +26745,7 @@ _defineProperty(UtilStore, "viewConfig", void 0);
|
|
|
26667
26745
|
function MediaItemViewerCell (_ref) {
|
|
26668
26746
|
var children = _ref.children;
|
|
26669
26747
|
_ref.column;
|
|
26670
|
-
var _useState = useState(
|
|
26748
|
+
var _useState = useState(),
|
|
26671
26749
|
_useState2 = _slicedToArray(_useState, 2),
|
|
26672
26750
|
media = _useState2[0],
|
|
26673
26751
|
setMedia = _useState2[1];
|
|
@@ -26693,32 +26771,38 @@ function MediaItemViewerCell (_ref) {
|
|
|
26693
26771
|
useEffect(function () {
|
|
26694
26772
|
if (!id) return;
|
|
26695
26773
|
handler.mediaHandler.getMediaById(id).then(function (res) {
|
|
26696
|
-
var _mediaItem$
|
|
26774
|
+
var _mediaItem$variants;
|
|
26697
26775
|
var mediaItem = res.data[0];
|
|
26698
|
-
|
|
26699
|
-
|
|
26700
|
-
|
|
26701
|
-
|
|
26702
|
-
|
|
26703
|
-
}
|
|
26704
|
-
|
|
26776
|
+
var mediaUrl;
|
|
26777
|
+
if (mediaItem.thumbnailUrl) {
|
|
26778
|
+
mediaUrl = mediaItem.thumbnailUrl;
|
|
26779
|
+
} else if ((_mediaItem$variants = mediaItem.variants) !== null && _mediaItem$variants !== void 0 && _mediaItem$variants[0]) {
|
|
26780
|
+
mediaUrl = mediaItem.variants[0];
|
|
26781
|
+
} else if (mediaItem.url && mediaItem.mediaType !== 'AR') {
|
|
26782
|
+
mediaUrl = mediaItem.url;
|
|
26783
|
+
}
|
|
26784
|
+
if (mediaItem.mediaType == 'AR' && mediaUrl) {
|
|
26785
|
+
var url = new URL(mediaUrl);
|
|
26705
26786
|
url.searchParams.append('v', timeStamp.toString());
|
|
26787
|
+
mediaUrl = url.toString();
|
|
26788
|
+
}
|
|
26789
|
+
if (mediaItem.mediaType === 'AR' && mediaItem.mimeType === 'application/octet-stream') {
|
|
26790
|
+
setMedia(undefined);
|
|
26791
|
+
return;
|
|
26706
26792
|
}
|
|
26707
26793
|
setMedia({
|
|
26708
|
-
|
|
26709
|
-
|
|
26710
|
-
|
|
26711
|
-
storage: 'OTHER',
|
|
26712
|
-
arViewerSettings: UtilStore.getArViewerSettings()
|
|
26794
|
+
thumbnailUrl: mediaUrl,
|
|
26795
|
+
originalUrl: mediaItem.url,
|
|
26796
|
+
mediaType: mediaItem.mediaType
|
|
26713
26797
|
});
|
|
26714
26798
|
});
|
|
26715
26799
|
}, [timeStamp, id]);
|
|
26716
|
-
if (!id) return /*#__PURE__*/jsx(
|
|
26800
|
+
if (!id) return /*#__PURE__*/jsx(Fragment, {});
|
|
26717
26801
|
var openModelViewer = function openModelViewer() {
|
|
26718
26802
|
actions.openFullscreen({
|
|
26719
26803
|
content: /*#__PURE__*/jsx("model-viewer", {
|
|
26720
26804
|
id: "model-viewer",
|
|
26721
|
-
src:
|
|
26805
|
+
src: media === null || media === void 0 ? void 0 : media.originalUrl,
|
|
26722
26806
|
ar: true,
|
|
26723
26807
|
"ar-scale": 'fixed',
|
|
26724
26808
|
"ar-modes": !isFirefox ? 'webxr quick-look' : '',
|
|
@@ -26743,7 +26827,13 @@ function MediaItemViewerCell (_ref) {
|
|
|
26743
26827
|
settings: {
|
|
26744
26828
|
contentBoxProps: {
|
|
26745
26829
|
type: 'MediaViewer',
|
|
26746
|
-
medias: media
|
|
26830
|
+
medias: media !== null && media !== void 0 && media.originalUrl ? [{
|
|
26831
|
+
url: media.originalUrl,
|
|
26832
|
+
mediaType: media.mediaType,
|
|
26833
|
+
functionType: 'ART',
|
|
26834
|
+
storage: 'OTHER',
|
|
26835
|
+
arViewerSettings: UtilStore.getArViewerSettings()
|
|
26836
|
+
}] : undefined,
|
|
26747
26837
|
defaultDataOptions: 'fullscreen.enable:false;'
|
|
26748
26838
|
}
|
|
26749
26839
|
}
|
|
@@ -26754,7 +26844,10 @@ function MediaItemViewerCell (_ref) {
|
|
|
26754
26844
|
children: (media === null || media === void 0 ? void 0 : media.mediaType) === 'AR' ? /*#__PURE__*/jsx(FullscreenOutlined, {
|
|
26755
26845
|
onClick: openModelViewer
|
|
26756
26846
|
}) : /*#__PURE__*/jsx("img", {
|
|
26757
|
-
|
|
26847
|
+
style: {
|
|
26848
|
+
cursor: 'pointer'
|
|
26849
|
+
},
|
|
26850
|
+
src: media === null || media === void 0 ? void 0 : media.thumbnailUrl,
|
|
26758
26851
|
width: 39,
|
|
26759
26852
|
onClick: openContentBox
|
|
26760
26853
|
})
|
|
@@ -39506,6 +39599,9 @@ var useSeriesSelector = function useSeriesSelector(modules) {
|
|
|
39506
39599
|
label: "${seriesName.".concat(i18n.language.toLocaleUpperCase(), "} (${serieNo})"),
|
|
39507
39600
|
value: '${_id}'
|
|
39508
39601
|
};
|
|
39602
|
+
useEffect(function () {
|
|
39603
|
+
setSelected(selectedSerie);
|
|
39604
|
+
}, [selectedSerie]);
|
|
39509
39605
|
var fetchSerie = /*#__PURE__*/function () {
|
|
39510
39606
|
var _ref2 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee(newSerie) {
|
|
39511
39607
|
var _seriesSelectorState$, _seriesSelectorState$2;
|
|
@@ -40203,7 +40299,7 @@ var TableItems = observer(function () {
|
|
|
40203
40299
|
serie: selectedSerie,
|
|
40204
40300
|
setSerie: setSelectedSerie,
|
|
40205
40301
|
setArticle: setSelectedItem,
|
|
40206
|
-
item: selectedItem
|
|
40302
|
+
item: selectedItem
|
|
40207
40303
|
});
|
|
40208
40304
|
var hooks = useMemo(function () {
|
|
40209
40305
|
return {
|
|
@@ -40752,38 +40848,24 @@ var TableFeatures$2 = observer(function () {
|
|
|
40752
40848
|
apiConfig = _useModule.apiConfig,
|
|
40753
40849
|
setSelectedSerie = _useModule.setSelectedSerie,
|
|
40754
40850
|
setSelectedItem = _useModule.setSelectedItem;
|
|
40755
|
-
|
|
40756
|
-
|
|
40757
|
-
|
|
40758
|
-
|
|
40759
|
-
|
|
40760
|
-
|
|
40761
|
-
|
|
40762
|
-
|
|
40763
|
-
|
|
40764
|
-
|
|
40765
|
-
|
|
40766
|
-
|
|
40767
|
-
|
|
40768
|
-
|
|
40769
|
-
}
|
|
40770
|
-
}]
|
|
40771
|
-
}),
|
|
40772
|
-
updateConfigurator = _useTools.updateConfigurator;
|
|
40773
|
-
var ref = useRef(null);
|
|
40774
|
-
var hooks = useMemo(function () {
|
|
40775
|
-
return {
|
|
40776
|
-
onCellSelectionChanged: function onCellSelectionChanged(event) {
|
|
40777
|
-
// Check if all selections are from the same node
|
|
40778
|
-
if (event.selection.length == 1) {
|
|
40779
|
-
var _event$selection$;
|
|
40780
|
-
updateConfigurator({
|
|
40781
|
-
opt: (_event$selection$ = event.selection[0]) === null || _event$selection$ === void 0 || (_event$selection$ = _event$selection$.node) === null || _event$selection$ === void 0 || (_event$selection$ = _event$selection$.data) === null || _event$selection$ === void 0 ? void 0 : _event$selection$.featureNo
|
|
40782
|
-
});
|
|
40783
|
-
}
|
|
40851
|
+
useTools({
|
|
40852
|
+
catalog: selectedCatalog,
|
|
40853
|
+
setSerie: setSelectedSerie,
|
|
40854
|
+
setArticle: setSelectedItem,
|
|
40855
|
+
conditionalTools: [{
|
|
40856
|
+
id: 'globalfeatures',
|
|
40857
|
+
name: t('backoffice.menu.features.label.IDMGlobalFeatures'),
|
|
40858
|
+
elementComponent: Features$1,
|
|
40859
|
+
elementProps: {
|
|
40860
|
+
readOnly: true
|
|
40861
|
+
},
|
|
40862
|
+
where: 'right',
|
|
40863
|
+
condition: function condition() {
|
|
40864
|
+
return selectedCatalog !== undefined;
|
|
40784
40865
|
}
|
|
40785
|
-
}
|
|
40786
|
-
}
|
|
40866
|
+
}]
|
|
40867
|
+
});
|
|
40868
|
+
var ref = useRef(null);
|
|
40787
40869
|
return /*#__PURE__*/jsxs(Fragment, {
|
|
40788
40870
|
children: [/*#__PURE__*/jsx(Descriptions$1, {
|
|
40789
40871
|
title: /*#__PURE__*/jsxs("div", {
|
|
@@ -40843,7 +40925,6 @@ var TableFeatures$2 = observer(function () {
|
|
|
40843
40925
|
}), selectedCatalog && /*#__PURE__*/jsx(Features$2, {
|
|
40844
40926
|
organizationId: organizationId,
|
|
40845
40927
|
selectedCatalog: selectedCatalog,
|
|
40846
|
-
hooks: hooks,
|
|
40847
40928
|
apiConfig: apiConfig,
|
|
40848
40929
|
ref: ref
|
|
40849
40930
|
})]
|
|
@@ -41026,27 +41107,15 @@ var TableOptions$1 = observer(function () {
|
|
|
41026
41107
|
apiConfig = _useModule.apiConfig,
|
|
41027
41108
|
organizationId = _useModule.organizationId,
|
|
41028
41109
|
setSelectedSerie = _useModule.setSelectedSerie,
|
|
41029
|
-
setSelectedItem = _useModule.setSelectedItem
|
|
41030
|
-
|
|
41031
|
-
|
|
41032
|
-
|
|
41033
|
-
|
|
41034
|
-
|
|
41035
|
-
|
|
41110
|
+
setSelectedItem = _useModule.setSelectedItem,
|
|
41111
|
+
selectedSerie = _useModule.selectedSerie;
|
|
41112
|
+
useTools({
|
|
41113
|
+
catalog: selectedCatalog,
|
|
41114
|
+
serie: selectedSerie,
|
|
41115
|
+
setSerie: setSelectedSerie,
|
|
41116
|
+
setArticle: setSelectedItem
|
|
41117
|
+
});
|
|
41036
41118
|
var ref = useRef(null);
|
|
41037
|
-
var hooks = useMemo(function () {
|
|
41038
|
-
return {
|
|
41039
|
-
onCellSelectionChanged: function onCellSelectionChanged(event) {
|
|
41040
|
-
// Check if all selections are from the same node
|
|
41041
|
-
if (event.selection.length == 1) {
|
|
41042
|
-
var _event$selection$;
|
|
41043
|
-
updateConfigurator({
|
|
41044
|
-
opv: (_event$selection$ = event.selection[0]) === null || _event$selection$ === void 0 || (_event$selection$ = _event$selection$.node) === null || _event$selection$ === void 0 || (_event$selection$ = _event$selection$.data) === null || _event$selection$ === void 0 ? void 0 : _event$selection$.optionKey
|
|
41045
|
-
});
|
|
41046
|
-
}
|
|
41047
|
-
}
|
|
41048
|
-
};
|
|
41049
|
-
}, [updateConfigurator]);
|
|
41050
41119
|
return /*#__PURE__*/jsxs(Fragment, {
|
|
41051
41120
|
children: [/*#__PURE__*/jsx(Descriptions$1, {
|
|
41052
41121
|
title: /*#__PURE__*/jsxs("div", {
|
|
@@ -41088,7 +41157,6 @@ var TableOptions$1 = observer(function () {
|
|
|
41088
41157
|
}), selectedCatalog && /*#__PURE__*/jsx(Options$1, {
|
|
41089
41158
|
organizationId: organizationId,
|
|
41090
41159
|
selectedCatalog: selectedCatalog,
|
|
41091
|
-
hooks: hooks,
|
|
41092
41160
|
apiConfig: apiConfig,
|
|
41093
41161
|
ref: ref
|
|
41094
41162
|
})]
|
|
@@ -46045,6 +46113,11 @@ var CatalogSelection = function CatalogSelection(_ref) {
|
|
|
46045
46113
|
setArticleCodex(undefined);
|
|
46046
46114
|
setSerieProp === null || setSerieProp === void 0 || setSerieProp(cat);
|
|
46047
46115
|
};
|
|
46116
|
+
useEffect(function () {
|
|
46117
|
+
if (options.length > 0 && !serie) {
|
|
46118
|
+
onChange(options[0].value);
|
|
46119
|
+
}
|
|
46120
|
+
}, [options]);
|
|
46048
46121
|
return /*#__PURE__*/jsx("div", {
|
|
46049
46122
|
className: wrapper,
|
|
46050
46123
|
children: /*#__PURE__*/jsx(Select$1, {
|
|
@@ -46061,7 +46134,7 @@ var CatalogSelection$1 = observer(CatalogSelection);
|
|
|
46061
46134
|
function ownKeys$3(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
46062
46135
|
function _objectSpread$3(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$3(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$3(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
46063
46136
|
var Wsyiwyg = function Wsyiwyg(_ref) {
|
|
46064
|
-
var _state$serie, _state$serie2, _state$serie3, _state$serie4, _tool$parameters, _state$articleCodex, _state$serie$catalogC, _state$serie5, _state$mask2, _state$serie6, _state$serie$accountI, _state$serie7, _state$mask3;
|
|
46137
|
+
var _tool$elementProps$in, _state$serie, _state$serie2, _state$serie3, _state$serie4, _tool$parameters, _state$articleCodex, _state$serie$catalogC, _state$serie5, _state$mask2, _state$serie6, _state$serie$accountI, _state$serie7, _state$mask3;
|
|
46065
46138
|
var tool = _ref.tool,
|
|
46066
46139
|
toolbar = _ref.toolbar;
|
|
46067
46140
|
var _useDivaCore = useDivaCore(),
|
|
@@ -46102,10 +46175,12 @@ var Wsyiwyg = function Wsyiwyg(_ref) {
|
|
|
46102
46175
|
state.setArticleCodex(undefined);
|
|
46103
46176
|
}
|
|
46104
46177
|
}
|
|
46178
|
+
}, [(_tool$elementProps$in = tool.elementProps.initSerie) === null || _tool$elementProps$in === void 0 ? void 0 : _tool$elementProps$in.serieNo, state.serieList]);
|
|
46179
|
+
useEffect(function () {
|
|
46105
46180
|
if (tool.elementProps.initItem) {
|
|
46106
46181
|
state.setArticleCodex(tool.elementProps.initItem);
|
|
46107
46182
|
}
|
|
46108
|
-
}, [tool.elementProps.initItem
|
|
46183
|
+
}, [tool.elementProps.initItem]);
|
|
46109
46184
|
if (tool.elementProps.onlyPlaceholder) {
|
|
46110
46185
|
return /*#__PURE__*/jsx("div", {});
|
|
46111
46186
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/layout/Toolbar/Tools/WYSIWYG_Configurator/CatalogSelection/index.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/layout/Toolbar/Tools/WYSIWYG_Configurator/CatalogSelection/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAGlD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAIzD,MAAM,WAAW,OAAO;IACtB,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;CACf;AAGD,KAAK,KAAK,GAAG;IAAE,KAAK,EAAE,YAAY,CAAC;IAAC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAA;CAAE,CAAC;8GACwC,KAAK;;;AA0CnH,wBAA0C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/layout/Toolbar/Tools/WYSIWYG_Configurator/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAMzC,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAMtD,QAAA,MAAM,OAAO,sBAAuB,SAAS,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/layout/Toolbar/Tools/WYSIWYG_Configurator/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAMzC,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAMtD,QAAA,MAAM,OAAO,sBAAuB,SAAS,sBA0G5C,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentStore.d.ts","sourceRoot":"","sources":["../../../../../src/store/ContentStore.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAA6B,MAAM,wBAAwB,CAAC;AAI7E,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AAInE,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAG1C,MAAM,CAAC,OAAO;IAWA,OAAO,CAAC,IAAI;IAVxB,OAAO,CAAC,MAAM,CAC8F;IAC5G,OAAO,CAAC,KAAK,CAAc;IAC3B,OAAO,CAAC,iBAAiB,CAAkB;IAC3C,OAAO,CAAC,aAAa,CAAC,CAAc;IACpC,OAAO,CAAC,aAAa,CAAC,CAAc;IACpC,OAAO,CAAC,uBAAuB,CAA+C;IAC9E,SAAgB,YAAY,EAAE,YAAY,CAAC;IAC3C,SAAgB,aAAa,EAAE,YAAY,CAAC;gBAExB,IAAI,EAAE,SAAS;IAcnC,QAAQ;IAmCR,IAAI,KAAK,6BAER;IAED,IAAI,YAAY,4BAEf;IAED,IAAI,YAAY,4BAEf;IAED,uBAAuB,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,QAAQ,EAAE,MAAM,EAAE;IAc1E,uBAAuB,CAAC,GAAG,EAAE,MAAM;IAInC,IAAI,sBAAsB,IAAI;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,WAAW,CAAA;KAAE,EAAE,CAEpE;IAED,QAAQ,CAAC,KAAK,EAAE,UAAU,GAAG,WAAW;IAKxC,sBAAsB,CAAC,GAAG,EAAE,MAAM,EAAE,EAAE,OAAO,EAAE;QAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,EAAE,QAAQ,CAAC,EAAE,IAAI;IA+BjG,uBAAuB,CAAC,SAAS,EAAE,CAAC,GAAG,CAAC,GAAG,MAAM;IAWjD;;;;;;;;;OASG;IACH,OAAO,CAAC,yBAAyB;IAmBjC,OAAO,CAAC,OAAO;IAiCf;;;;OAIG;IACH,OAAO,CAAC,YAAY;IAwBpB;;;OAGG;IACH,OAAO,CAAC,gBAAgB;IAgBxB;;;;OAIG;IACH,OAAO,CAAC,WAAW;IA2BnB;;;;OAIG;IACH,OAAO,CAAC,sBAAsB;CAa/B;AAED,eAAO,MAAM,IAAI,EAAE,QAAQ,
|
|
1
|
+
{"version":3,"file":"ContentStore.d.ts","sourceRoot":"","sources":["../../../../../src/store/ContentStore.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAA6B,MAAM,wBAAwB,CAAC;AAI7E,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AAInE,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAG1C,MAAM,CAAC,OAAO;IAWA,OAAO,CAAC,IAAI;IAVxB,OAAO,CAAC,MAAM,CAC8F;IAC5G,OAAO,CAAC,KAAK,CAAc;IAC3B,OAAO,CAAC,iBAAiB,CAAkB;IAC3C,OAAO,CAAC,aAAa,CAAC,CAAc;IACpC,OAAO,CAAC,aAAa,CAAC,CAAc;IACpC,OAAO,CAAC,uBAAuB,CAA+C;IAC9E,SAAgB,YAAY,EAAE,YAAY,CAAC;IAC3C,SAAgB,aAAa,EAAE,YAAY,CAAC;gBAExB,IAAI,EAAE,SAAS;IAcnC,QAAQ;IAmCR,IAAI,KAAK,6BAER;IAED,IAAI,YAAY,4BAEf;IAED,IAAI,YAAY,4BAEf;IAED,uBAAuB,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,QAAQ,EAAE,MAAM,EAAE;IAc1E,uBAAuB,CAAC,GAAG,EAAE,MAAM;IAInC,IAAI,sBAAsB,IAAI;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,WAAW,CAAA;KAAE,EAAE,CAEpE;IAED,QAAQ,CAAC,KAAK,EAAE,UAAU,GAAG,WAAW;IAKxC,sBAAsB,CAAC,GAAG,EAAE,MAAM,EAAE,EAAE,OAAO,EAAE;QAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,EAAE,QAAQ,CAAC,EAAE,IAAI;IA+BjG,uBAAuB,CAAC,SAAS,EAAE,CAAC,GAAG,CAAC,GAAG,MAAM;IAWjD;;;;;;;;;OASG;IACH,OAAO,CAAC,yBAAyB;IAmBjC,OAAO,CAAC,OAAO;IAiCf;;;;OAIG;IACH,OAAO,CAAC,YAAY;IAwBpB;;;OAGG;IACH,OAAO,CAAC,gBAAgB;IAgBxB;;;;OAIG;IACH,OAAO,CAAC,WAAW;IA2BnB;;;;OAIG;IACH,OAAO,CAAC,sBAAsB;CAa/B;AAED,eAAO,MAAM,IAAI,EAAE,QAAQ,EAqkB1B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/Form/Fields/Media/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAEzC,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAE1C,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,eAAe,CAAC;IACtB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,KAAK,EAAE,KAAK,CAAC;IACb,YAAY,EAAE,MAAM,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;CAC5C,CAAC;AAEF,MAAM,CAAC,OAAO,WAAW,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,YAAY,EAAE,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/Form/Fields/Media/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAEzC,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAE1C,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,eAAe,CAAC;IACtB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,KAAK,EAAE,KAAK,CAAC;IACb,YAAY,EAAE,MAAM,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;CAC5C,CAAC;AAEF,MAAM,CAAC,OAAO,WAAW,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,YAAY,EAAE,EAAE,KAAK,qBAmEnE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SeriesSelector.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/components/PrefilterSelectors/SeriesSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"SeriesSelector.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/components/PrefilterSelectors/SeriesSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;uCASd;IAAE,OAAO,EAAE,MAAM,EAAE,CAAA;CAAE;;;AAqB1D,wBAAwC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableFeatures/index.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableFeatures/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAgBtC,eAAO,MAAM,aAAa;;CAiExB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableOptions/index.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableOptions/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAatC,eAAO,MAAM,YAAY;;CA0DvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useSelectSimpleData.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/SelectSimple/useSelectSimpleData.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,qBAAqB,EAAE,MAAM,EAAiB,MAAM,SAAS,CAAC;AAOvE,MAAM,CAAC,OAAO,WAAW,EACvB,YAAY,EACZ,aAAa,EACb,UAAU,EACV,QAAQ,EACR,KAAK,EACL,OAAO,EAAE,iBAAiB,EAC1B,eAAe,EACf,WAAW,GACZ,EAAE,qBAAqB;;;;
|
|
1
|
+
{"version":3,"file":"useSelectSimpleData.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/SelectSimple/useSelectSimpleData.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,qBAAqB,EAAE,MAAM,EAAiB,MAAM,SAAS,CAAC;AAOvE,MAAM,CAAC,OAAO,WAAW,EACvB,YAAY,EACZ,aAAa,EACb,UAAU,EACV,QAAQ,EACR,KAAK,EACL,OAAO,EAAE,iBAAiB,EAC1B,eAAe,EACf,WAAW,GACZ,EAAE,qBAAqB;;;;sBAgGa,GAAG,UAAU,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS;;EAiB9E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/ui/Table/BaseTable/cellRenderer/MediaItemViewerCell/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,EAAE,kBAAkB,EAAE,MAAM,IAAI,CAAC;AAOxC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,cAAc,EAAE,GAAG,CAAC;SACrB;KACF;CACF;AAED,MAAM,CAAC,OAAO,WAAW,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,kBAAkB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/ui/Table/BaseTable/cellRenderer/MediaItemViewerCell/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,EAAE,kBAAkB,EAAE,MAAM,IAAI,CAAC;AAOxC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,cAAc,EAAE,GAAG,CAAC;SACrB;KACF;CACF;AAED,MAAM,CAAC,OAAO,WAAW,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,kBAAkB,qBAgHhE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "25.15.0-beta.
|
|
3
|
+
"version": "25.15.0-beta.10",
|
|
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.15.0-beta.
|
|
19
|
-
"@crystaldesign/content-item": "25.15.0-beta.
|
|
20
|
-
"@crystaldesign/diva-core": "25.15.0-beta.
|
|
21
|
-
"@crystaldesign/diva-utils": "25.15.0-beta.
|
|
22
|
-
"@crystaldesign/media-upload": "25.15.0-beta.
|
|
23
|
-
"@crystaldesign/rtf-editor": "25.15.0-beta.
|
|
24
|
-
"@crystaldesign/spreadsheet": "25.15.0-beta.
|
|
18
|
+
"@crystaldesign/content-box": "25.15.0-beta.10",
|
|
19
|
+
"@crystaldesign/content-item": "25.15.0-beta.10",
|
|
20
|
+
"@crystaldesign/diva-core": "25.15.0-beta.10",
|
|
21
|
+
"@crystaldesign/diva-utils": "25.15.0-beta.10",
|
|
22
|
+
"@crystaldesign/media-upload": "25.15.0-beta.10",
|
|
23
|
+
"@crystaldesign/rtf-editor": "25.15.0-beta.10",
|
|
24
|
+
"@crystaldesign/spreadsheet": "25.15.0-beta.10",
|
|
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": "0543e0c0c4748ec11e9c2a3e6f7b01ab5aef7c75"
|
|
55
55
|
}
|