@vidispine/vdt-materialui 22.1.0-pre.1 → 22.1.0-pre.2
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/dist/index.es.js +105 -109
- package/dist/index.js +143 -148
- package/package.json +20 -12
package/dist/index.es.js
CHANGED
|
@@ -136,7 +136,6 @@ import ListItemSecondaryAction$1 from '@material-ui/core/ListItemSecondaryAction
|
|
|
136
136
|
import GetAppIcon from '@material-ui/icons/GetApp';
|
|
137
137
|
import { useDropzone } from 'react-dropzone';
|
|
138
138
|
import ListSubheader from '@material-ui/core/ListSubheader';
|
|
139
|
-
import useDeepCompareEffect from 'use-deep-compare-effect';
|
|
140
139
|
import Input from '@material-ui/core/Input';
|
|
141
140
|
import TableContainer$1 from '@material-ui/core/TableContainer';
|
|
142
141
|
import { VideoPlayer } from '@vidispine/vdt-videojs-react';
|
|
@@ -17616,6 +17615,11 @@ ImageCollage.defaultProps = {
|
|
|
17616
17615
|
}
|
|
17617
17616
|
};
|
|
17618
17617
|
|
|
17618
|
+
var Component$J = withStyles(styles$1L, {
|
|
17619
|
+
name: 'VdtImageCollage'
|
|
17620
|
+
})(ImageCollage);
|
|
17621
|
+
Component$J.displayName = 'ImageCollage';
|
|
17622
|
+
|
|
17619
17623
|
var _excluded$T = ["classes", "className", "component", "height", "width", "primaryColor", "onClick", "onError", "innerProps", "ImageCollageProps"];
|
|
17620
17624
|
var styles$1K = function styles() {
|
|
17621
17625
|
return {
|
|
@@ -17699,7 +17703,7 @@ function CollectionCardThumbnail(_ref) {
|
|
|
17699
17703
|
width: width,
|
|
17700
17704
|
backgroundColor: thumbnailUrls.length ? undefined : primaryColor
|
|
17701
17705
|
}
|
|
17702
|
-
}, /*#__PURE__*/React__default.createElement(
|
|
17706
|
+
}, /*#__PURE__*/React__default.createElement(Component$J, _extends$4({
|
|
17703
17707
|
className: "VdtCollectionCardThumbnail-image",
|
|
17704
17708
|
urls: thumbnailUrls,
|
|
17705
17709
|
onError: handleError
|
|
@@ -17730,7 +17734,7 @@ CollectionCardThumbnail.propTypes = {
|
|
|
17730
17734
|
ImageCollageProps: PropTypes$1.objectOf(PropTypes$1.any)
|
|
17731
17735
|
};
|
|
17732
17736
|
CollectionCardThumbnail.defaultProps = {
|
|
17733
|
-
className:
|
|
17737
|
+
className: '',
|
|
17734
17738
|
classes: {},
|
|
17735
17739
|
component: 'div',
|
|
17736
17740
|
height: 180,
|
|
@@ -17742,10 +17746,10 @@ CollectionCardThumbnail.defaultProps = {
|
|
|
17742
17746
|
ImageCollageProps: {}
|
|
17743
17747
|
};
|
|
17744
17748
|
|
|
17745
|
-
var Component$
|
|
17749
|
+
var Component$I = withStyles(styles$1K, {
|
|
17746
17750
|
name: 'VdtCollectionCardThumbnail'
|
|
17747
17751
|
})(CollectionCardThumbnail);
|
|
17748
|
-
Component$
|
|
17752
|
+
Component$I.displayName = 'CollectionCardThumbnail';
|
|
17749
17753
|
|
|
17750
17754
|
function ownKeys$y(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
17751
17755
|
|
|
@@ -17823,10 +17827,10 @@ CollectionGrid.defaultProps = {
|
|
|
17823
17827
|
onCollectionClick: null
|
|
17824
17828
|
};
|
|
17825
17829
|
|
|
17826
|
-
var Component$
|
|
17830
|
+
var Component$H = withStyles(styles$1J, {
|
|
17827
17831
|
name: 'VdtCollectionGrid'
|
|
17828
17832
|
})(CollectionGrid);
|
|
17829
|
-
Component$
|
|
17833
|
+
Component$H.displayName = 'CollectionGrid';
|
|
17830
17834
|
|
|
17831
17835
|
var _excluded$S = ["classes", "className", "options", "metadataToProps", "parseMetadataOpts", "selected", "onCheck", "onClick", "TableRowProps"];
|
|
17832
17836
|
|
|
@@ -17938,10 +17942,10 @@ CollectionRow.defaultProps = {
|
|
|
17938
17942
|
TableRowProps: {}
|
|
17939
17943
|
};
|
|
17940
17944
|
|
|
17941
|
-
var Component$
|
|
17945
|
+
var Component$G = withStyles(styles$1I, {
|
|
17942
17946
|
name: 'VdtCollectionRow'
|
|
17943
17947
|
})(CollectionRow);
|
|
17944
|
-
Component$
|
|
17948
|
+
Component$G.displayName = 'CollectionRow';
|
|
17945
17949
|
|
|
17946
17950
|
var _excluded$R = ["classes", "className", "collectionListType", "RowComponent", "options", "onCheck", "selected", "onRowClick"];
|
|
17947
17951
|
var styles$1H = function styles() {
|
|
@@ -18010,17 +18014,17 @@ CollectionTable.defaultProps = {
|
|
|
18010
18014
|
className: undefined,
|
|
18011
18015
|
classes: {},
|
|
18012
18016
|
collectionListType: {},
|
|
18013
|
-
RowComponent: Component$
|
|
18017
|
+
RowComponent: Component$G,
|
|
18014
18018
|
options: [],
|
|
18015
18019
|
onCheck: undefined,
|
|
18016
18020
|
selected: undefined,
|
|
18017
18021
|
onRowClick: undefined
|
|
18018
18022
|
};
|
|
18019
18023
|
|
|
18020
|
-
var Component$
|
|
18024
|
+
var Component$F = withStyles(styles$1H, {
|
|
18021
18025
|
name: 'VdtCollectionTable'
|
|
18022
18026
|
})(CollectionTable);
|
|
18023
|
-
Component$
|
|
18027
|
+
Component$F.displayName = 'CollectionTable';
|
|
18024
18028
|
|
|
18025
18029
|
var LOAD_MORE$1 = 'LOAD_MORE';
|
|
18026
18030
|
var ITEM$3 = 'ITEM';
|
|
@@ -19245,10 +19249,10 @@ function CollectionTreeList(_ref) {
|
|
|
19245
19249
|
}) : undefined);
|
|
19246
19250
|
}
|
|
19247
19251
|
|
|
19248
|
-
var Component$
|
|
19252
|
+
var Component$E = withStyles(styles$1A, {
|
|
19249
19253
|
name: 'VdtCollectionTreeList'
|
|
19250
19254
|
})(CollectionTreeList);
|
|
19251
|
-
Component$
|
|
19255
|
+
Component$E.displayName = 'CollectionTreeList';
|
|
19252
19256
|
|
|
19253
19257
|
function ownKeys$t(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
19254
19258
|
|
|
@@ -19426,10 +19430,10 @@ CollectionListItem.defaultProps = {
|
|
|
19426
19430
|
skeleton: false
|
|
19427
19431
|
};
|
|
19428
19432
|
|
|
19429
|
-
var Component$
|
|
19433
|
+
var Component$D = withStyles(styles$1z, {
|
|
19430
19434
|
name: 'VdtCollectionListItem'
|
|
19431
19435
|
})(CollectionListItem);
|
|
19432
|
-
Component$
|
|
19436
|
+
Component$D.displayName = 'CollectionListItem';
|
|
19433
19437
|
|
|
19434
19438
|
var styles$1y = function styles() {
|
|
19435
19439
|
return {
|
|
@@ -19472,14 +19476,14 @@ CollectionList.defaultProps = {
|
|
|
19472
19476
|
classes: {},
|
|
19473
19477
|
collectionListType: {},
|
|
19474
19478
|
onItemClick: undefined,
|
|
19475
|
-
CollectionListItemComponent: Component$
|
|
19479
|
+
CollectionListItemComponent: Component$D,
|
|
19476
19480
|
CollectionListItemProps: {}
|
|
19477
19481
|
};
|
|
19478
19482
|
|
|
19479
|
-
var Component$
|
|
19483
|
+
var Component$C = withStyles(styles$1y, {
|
|
19480
19484
|
name: 'VdtCollectionList'
|
|
19481
19485
|
})(CollectionList);
|
|
19482
|
-
Component$
|
|
19486
|
+
Component$C.displayName = 'CollectionList';
|
|
19483
19487
|
|
|
19484
19488
|
function CollectionMetadataEdit(_ref) {
|
|
19485
19489
|
var collectionId = _ref.collectionId,
|
|
@@ -19773,10 +19777,10 @@ CollectionCreateDialog.defaultProps = {
|
|
|
19773
19777
|
onSuccess: undefined
|
|
19774
19778
|
};
|
|
19775
19779
|
|
|
19776
|
-
var Component$
|
|
19780
|
+
var Component$B = withStyles(styles$1x, {
|
|
19777
19781
|
name: 'VdtCollectionCreateDialog'
|
|
19778
19782
|
})(CollectionCreateDialog);
|
|
19779
|
-
Component$
|
|
19783
|
+
Component$B.displayName = 'CollectionCreateDialog';
|
|
19780
19784
|
|
|
19781
19785
|
var styles$1w = function styles(theme) {
|
|
19782
19786
|
return {
|
|
@@ -20044,10 +20048,10 @@ SearchInput.defaultProps = {
|
|
|
20044
20048
|
inputRef: undefined
|
|
20045
20049
|
};
|
|
20046
20050
|
|
|
20047
|
-
var Component$
|
|
20051
|
+
var Component$A = withStyles(styles$1w, {
|
|
20048
20052
|
name: 'VdtSearchInput'
|
|
20049
20053
|
})(SearchInput);
|
|
20050
|
-
Component$
|
|
20054
|
+
Component$A.displayName = 'SearchInput';
|
|
20051
20055
|
|
|
20052
20056
|
var _excluded$N = ["PaginationComponent"];
|
|
20053
20057
|
|
|
@@ -20065,7 +20069,7 @@ function PaginationWrapper$1(_ref) {
|
|
|
20065
20069
|
|
|
20066
20070
|
function SearchInputWrapper$1(props) {
|
|
20067
20071
|
var isLoading = props.isLoading;
|
|
20068
|
-
return /*#__PURE__*/React__default.createElement(Component$
|
|
20072
|
+
return /*#__PURE__*/React__default.createElement(Component$A, _extends$4({
|
|
20069
20073
|
submitting: isLoading
|
|
20070
20074
|
}, props));
|
|
20071
20075
|
} // TODO: Rename to SelectCollection
|
|
@@ -20076,7 +20080,7 @@ function CollectionSearchPicker(_ref2) {
|
|
|
20076
20080
|
_ref2$onCheck = _ref2.onCheck,
|
|
20077
20081
|
onCheck = _ref2$onCheck === void 0 ? function () {} : _ref2$onCheck,
|
|
20078
20082
|
_ref2$CollectionTable = _ref2.CollectionTableComponent,
|
|
20079
|
-
CollectionTableComponent = _ref2$CollectionTable === void 0 ? Component$
|
|
20083
|
+
CollectionTableComponent = _ref2$CollectionTable === void 0 ? Component$F : _ref2$CollectionTable,
|
|
20080
20084
|
_ref2$CollectionTable2 = _ref2.CollectionTableProps,
|
|
20081
20085
|
CollectionTableProps = _ref2$CollectionTable2 === void 0 ? {} : _ref2$CollectionTable2,
|
|
20082
20086
|
searchProps = _ref2.searchProps,
|
|
@@ -20413,10 +20417,10 @@ AddToCollectionDialog.defaultProps = {
|
|
|
20413
20417
|
SearchCollectionIcon: SearchIcon
|
|
20414
20418
|
};
|
|
20415
20419
|
|
|
20416
|
-
var Component$
|
|
20420
|
+
var Component$z = withStyles(styles$1v, {
|
|
20417
20421
|
name: 'VdtAddToCollectionDialog'
|
|
20418
20422
|
})(AddToCollectionDialog);
|
|
20419
|
-
Component$
|
|
20423
|
+
Component$z.displayName = 'AddToCollectionDialog';
|
|
20420
20424
|
|
|
20421
20425
|
var defaultOnConfirm = function defaultOnConfirm(_ref) {
|
|
20422
20426
|
var collectionId = _ref.collectionId,
|
|
@@ -20508,10 +20512,10 @@ RemoveFromCollectionDialog.defaultProps = {
|
|
|
20508
20512
|
confirmText: 'Remove'
|
|
20509
20513
|
};
|
|
20510
20514
|
|
|
20511
|
-
var Component$
|
|
20515
|
+
var Component$y = withStyles(styles$1u, {
|
|
20512
20516
|
name: 'VdtRemoveFromCollectionDialog'
|
|
20513
20517
|
})(RemoveFromCollectionDialog);
|
|
20514
|
-
Component$
|
|
20518
|
+
Component$y.displayName = 'RemoveFromCollectionDialog';
|
|
20515
20519
|
|
|
20516
20520
|
var _excluded$M = ["className", "classes", "ListItemTextComponent", "collectionId", "collectionType", "showUser", "showDate"];
|
|
20517
20521
|
|
|
@@ -21515,10 +21519,10 @@ function CollectionContent(_ref3) {
|
|
|
21515
21519
|
}));
|
|
21516
21520
|
}
|
|
21517
21521
|
|
|
21518
|
-
var Component$
|
|
21522
|
+
var Component$x = withStyles(styles$1q, {
|
|
21519
21523
|
name: 'VdtCollectionContent'
|
|
21520
21524
|
})(CollectionContent);
|
|
21521
|
-
Component$
|
|
21525
|
+
Component$x.displayName = 'CollectionContent';
|
|
21522
21526
|
|
|
21523
21527
|
function ownKeys$q(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
21524
21528
|
|
|
@@ -21584,7 +21588,7 @@ function ActionComponent$1(_ref) {
|
|
|
21584
21588
|
primary: removeText
|
|
21585
21589
|
}))), /*#__PURE__*/React__default.createElement(Dialog$1, {
|
|
21586
21590
|
open: openDialog
|
|
21587
|
-
}, /*#__PURE__*/React__default.createElement(Component$
|
|
21591
|
+
}, /*#__PURE__*/React__default.createElement(Component$y, {
|
|
21588
21592
|
collectionId: collectionId,
|
|
21589
21593
|
entityId: itemId,
|
|
21590
21594
|
entityType: "item",
|
|
@@ -21717,7 +21721,7 @@ ItemParentsTab.defaultProps = {
|
|
|
21717
21721
|
var message = _ref5.message;
|
|
21718
21722
|
return console.error(message);
|
|
21719
21723
|
},
|
|
21720
|
-
CollectionListComponent: Component$
|
|
21724
|
+
CollectionListComponent: Component$C,
|
|
21721
21725
|
CollectionListProps: {},
|
|
21722
21726
|
collectionListType: {
|
|
21723
21727
|
collection: _toConsumableArray(Array(3).keys()).map(function (id) {
|
|
@@ -21854,7 +21858,7 @@ function PaginationWrapper(props) {
|
|
|
21854
21858
|
|
|
21855
21859
|
function SearchInputWrapper(props) {
|
|
21856
21860
|
var isLoading = props.isLoading;
|
|
21857
|
-
return /*#__PURE__*/React__default.createElement(Component$
|
|
21861
|
+
return /*#__PURE__*/React__default.createElement(Component$A, _extends$4({
|
|
21858
21862
|
submitting: isLoading
|
|
21859
21863
|
}, props));
|
|
21860
21864
|
}
|
|
@@ -22228,10 +22232,10 @@ ItemListItem.defaultProps = {
|
|
|
22228
22232
|
skeleton: false
|
|
22229
22233
|
};
|
|
22230
22234
|
|
|
22231
|
-
var Component$
|
|
22235
|
+
var Component$w = withStyles(styles$1o, {
|
|
22232
22236
|
name: 'VdtItemListItem'
|
|
22233
22237
|
})(ItemListItem);
|
|
22234
|
-
Component$
|
|
22238
|
+
Component$w.displayName = 'ItemListItem';
|
|
22235
22239
|
|
|
22236
22240
|
var styles$1n = function styles() {
|
|
22237
22241
|
return {
|
|
@@ -22269,14 +22273,14 @@ ItemList.defaultProps = {
|
|
|
22269
22273
|
className: undefined,
|
|
22270
22274
|
classes: {},
|
|
22271
22275
|
itemListType: {},
|
|
22272
|
-
ItemListItemComponent: Component$
|
|
22276
|
+
ItemListItemComponent: Component$w,
|
|
22273
22277
|
ItemListItemProps: {}
|
|
22274
22278
|
};
|
|
22275
22279
|
|
|
22276
|
-
var Component$
|
|
22280
|
+
var Component$v = withStyles(styles$1n, {
|
|
22277
22281
|
name: 'VdtItemList'
|
|
22278
22282
|
})(ItemList);
|
|
22279
|
-
Component$
|
|
22283
|
+
Component$v.displayName = 'ItemList';
|
|
22280
22284
|
|
|
22281
22285
|
function ItemRelationRemoveDialog(_ref) {
|
|
22282
22286
|
var open = _ref.open,
|
|
@@ -22588,7 +22592,7 @@ ItemRelationsTab.defaultProps = {
|
|
|
22588
22592
|
var message = _ref6.message;
|
|
22589
22593
|
return console.error(message);
|
|
22590
22594
|
},
|
|
22591
|
-
ItemListComponent: Component$
|
|
22595
|
+
ItemListComponent: Component$v,
|
|
22592
22596
|
ItemListProps: {},
|
|
22593
22597
|
onRemove: function onRemove() {},
|
|
22594
22598
|
onAdd: function onAdd() {},
|
|
@@ -22773,10 +22777,10 @@ ItemTabs.defaultProps = {
|
|
|
22773
22777
|
tabs: []
|
|
22774
22778
|
};
|
|
22775
22779
|
|
|
22776
|
-
var Component$
|
|
22780
|
+
var Component$u = withStyles(styles$1i, {
|
|
22777
22781
|
name: 'VdtItemTabs'
|
|
22778
22782
|
})(ItemTabs);
|
|
22779
|
-
Component$
|
|
22783
|
+
Component$u.displayName = 'ItemTabs';
|
|
22780
22784
|
|
|
22781
22785
|
var _excluded$E = ["itemType", "MediaCardComponent", "metadataToProps", "parseMetadataOpts", "parseHighlightOpts", "titleSelector", "subheaderSelector", "imageSelector", "contentSelector", "avatarSelector", "labelRightBottomSelector", "ThumbnailProps"];
|
|
22782
22786
|
|
|
@@ -24018,10 +24022,10 @@ ItemSidecarDialog.defaultProps = {
|
|
|
24018
24022
|
ItemSidecarUploadProps: {}
|
|
24019
24023
|
};
|
|
24020
24024
|
|
|
24021
|
-
var Component$
|
|
24025
|
+
var Component$t = withStyles(styles$1f, {
|
|
24022
24026
|
name: 'VdtItemSidecarDialog'
|
|
24023
24027
|
})(ItemSidecarDialog);
|
|
24024
|
-
Component$
|
|
24028
|
+
Component$t.displayName = 'ItemSidecarDialog';
|
|
24025
24029
|
|
|
24026
24030
|
var styles$1e = function styles() {
|
|
24027
24031
|
return {
|
|
@@ -24476,10 +24480,6 @@ function ItemCompoundMetadataTable(_ref) {
|
|
|
24476
24480
|
rowsPerPage = _React$useState6[0],
|
|
24477
24481
|
setRowsPerPage = _React$useState6[1];
|
|
24478
24482
|
|
|
24479
|
-
useDeepCompareEffect(function () {
|
|
24480
|
-
setGroupFields(values.group);
|
|
24481
|
-
}, [values]);
|
|
24482
|
-
|
|
24483
24483
|
var _useCompoundMetadata = useCompoundMetadata(itemId, values, groups, groupFields, setGroupFields, onRefresh, onSuccess, onError),
|
|
24484
24484
|
tableColumns = _useCompoundMetadata.tableColumns,
|
|
24485
24485
|
_onChange = _useCompoundMetadata.onChange,
|
|
@@ -25175,10 +25175,10 @@ function ItemPlayer(_ref2) {
|
|
|
25175
25175
|
}, ItemVideoPlayerProps))));
|
|
25176
25176
|
}
|
|
25177
25177
|
|
|
25178
|
-
var Component$
|
|
25178
|
+
var Component$s = withStyles(styles$18, {
|
|
25179
25179
|
name: 'VdtItemPlayer'
|
|
25180
25180
|
})(ItemPlayer);
|
|
25181
|
-
Component$
|
|
25181
|
+
Component$s.displayName = 'ItemPlayer';
|
|
25182
25182
|
|
|
25183
25183
|
function ownKeys$j(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
25184
25184
|
|
|
@@ -28170,10 +28170,10 @@ SpellCheck.defaultProps = {
|
|
|
28170
28170
|
onClick: function onClick() {}
|
|
28171
28171
|
};
|
|
28172
28172
|
|
|
28173
|
-
var Component$
|
|
28173
|
+
var Component$r = withStyles(styles$Y, {
|
|
28174
28174
|
name: 'VdtSpellCheck'
|
|
28175
28175
|
})(SpellCheck);
|
|
28176
|
-
Component$
|
|
28176
|
+
Component$r.displayName = 'SpellCheck';
|
|
28177
28177
|
|
|
28178
28178
|
var _excluded$s = ["isFocused"],
|
|
28179
28179
|
_excluded2$4 = ["inputRef"];
|
|
@@ -28704,6 +28704,7 @@ SearchField.propTypes = {
|
|
|
28704
28704
|
*/
|
|
28705
28705
|
className: PropTypes$1.string,
|
|
28706
28706
|
theme: PropTypes$1.objectOf(PropTypes$1.any),
|
|
28707
|
+
// eslint-disable-next-line react/forbid-prop-types
|
|
28707
28708
|
defaultValue: PropTypes$1.arrayOf(PropTypes$1.object),
|
|
28708
28709
|
modifiers: PropTypes$1.arrayOf(PropTypes$1.any),
|
|
28709
28710
|
loadOptions: PropTypes$1.func,
|
|
@@ -28745,10 +28746,10 @@ SearchField.defaultProps = {
|
|
|
28745
28746
|
ProgressProps: {}
|
|
28746
28747
|
};
|
|
28747
28748
|
|
|
28748
|
-
var Component$
|
|
28749
|
+
var Component$q = withStyles(styles$X, {
|
|
28749
28750
|
name: 'VdtSearchField'
|
|
28750
28751
|
})(SearchField);
|
|
28751
|
-
Component$
|
|
28752
|
+
Component$q.displayName = 'SearchField';
|
|
28752
28753
|
|
|
28753
28754
|
var styles$W = function styles() {
|
|
28754
28755
|
return {
|
|
@@ -30790,10 +30791,10 @@ QueryBuilder.defaultProps = {
|
|
|
30790
30791
|
QueryEntryProps: {}
|
|
30791
30792
|
};
|
|
30792
30793
|
|
|
30793
|
-
var Component$
|
|
30794
|
+
var Component$p = withStyles(styles$M, {
|
|
30794
30795
|
name: 'VdtQueryBuilder'
|
|
30795
30796
|
})(QueryBuilder);
|
|
30796
|
-
Component$
|
|
30797
|
+
Component$p.displayName = 'QueryBuilder';
|
|
30797
30798
|
|
|
30798
30799
|
function ownKeys$a(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
30799
30800
|
|
|
@@ -30855,7 +30856,7 @@ function QueryBuilderCard(_ref) {
|
|
|
30855
30856
|
variant: "outlined",
|
|
30856
30857
|
elevation: 0,
|
|
30857
30858
|
square: true
|
|
30858
|
-
}, PaperProps), /*#__PURE__*/React__default.createElement(Component$
|
|
30859
|
+
}, PaperProps), /*#__PURE__*/React__default.createElement(Component$p, _extends$4({
|
|
30859
30860
|
query: queryBuilderQuery,
|
|
30860
30861
|
fields: fields,
|
|
30861
30862
|
groups: groups,
|
|
@@ -30917,10 +30918,10 @@ QueryBuilderCard.defaultProps = {
|
|
|
30917
30918
|
searchButtonProps: {}
|
|
30918
30919
|
};
|
|
30919
30920
|
|
|
30920
|
-
var Component$
|
|
30921
|
+
var Component$o = withStyles(styles$L, {
|
|
30921
30922
|
name: 'VdtQueryBuilderCard'
|
|
30922
30923
|
})(QueryBuilderCard);
|
|
30923
|
-
Component$
|
|
30924
|
+
Component$o.displayName = 'QueryBuilderCard';
|
|
30924
30925
|
|
|
30925
30926
|
var _excluded$j = ["entityType", "entity", "entityComponents"];
|
|
30926
30927
|
|
|
@@ -31076,7 +31077,7 @@ function EntityTableRow(_ref) {
|
|
|
31076
31077
|
|
|
31077
31078
|
var isCollection = entityType === 'COLLECTION';
|
|
31078
31079
|
var isItem = entityType === 'ITEM';
|
|
31079
|
-
return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, isCollection && /*#__PURE__*/React__default.createElement(Component$
|
|
31080
|
+
return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, isCollection && /*#__PURE__*/React__default.createElement(Component$G, _extends$4({
|
|
31080
31081
|
collectionId: entityId,
|
|
31081
31082
|
collectionType: entity,
|
|
31082
31083
|
options: collectionOptions,
|
|
@@ -31381,10 +31382,10 @@ EntityDeleteDialog.defaultProps = {
|
|
|
31381
31382
|
classes: {}
|
|
31382
31383
|
};
|
|
31383
31384
|
|
|
31384
|
-
var Component$
|
|
31385
|
+
var Component$n = withStyles(styles$I, {
|
|
31385
31386
|
name: 'VdtEntityDeleteDialog'
|
|
31386
31387
|
})(EntityDeleteDialog);
|
|
31387
|
-
Component$
|
|
31388
|
+
Component$n.displayName = 'EntityDeleteDialog';
|
|
31388
31389
|
|
|
31389
31390
|
var getPlayerFromRef = function getPlayerFromRef(playerRef) {
|
|
31390
31391
|
if (!playerRef || !playerRef.current) return undefined;
|
|
@@ -32273,7 +32274,7 @@ BinList.defaultProps = {
|
|
|
32273
32274
|
},
|
|
32274
32275
|
ActionComponent: BinListMenu,
|
|
32275
32276
|
ActionProps: {},
|
|
32276
|
-
AddToCollectionDialogComponent: Component$
|
|
32277
|
+
AddToCollectionDialogComponent: Component$z,
|
|
32277
32278
|
AddToCollectionDialogProps: {},
|
|
32278
32279
|
BinContentComponent: BinContentDroppable,
|
|
32279
32280
|
BinContentProps: {},
|
|
@@ -32284,15 +32285,15 @@ BinList.defaultProps = {
|
|
|
32284
32285
|
BinProps: {}
|
|
32285
32286
|
};
|
|
32286
32287
|
|
|
32287
|
-
var Component$
|
|
32288
|
+
var Component$m = withStyles(styles$E, {
|
|
32288
32289
|
name: 'VdtBinList'
|
|
32289
32290
|
})(BinList);
|
|
32290
|
-
Component$
|
|
32291
|
+
Component$m.displayName = 'BinList';
|
|
32291
32292
|
|
|
32292
|
-
var Component$
|
|
32293
|
+
var Component$l = withStyles(styles$F, {
|
|
32293
32294
|
name: 'VdtBinListMenu'
|
|
32294
32295
|
})(BinListMenu);
|
|
32295
|
-
Component$
|
|
32296
|
+
Component$l.displayName = 'BinListMenu';
|
|
32296
32297
|
|
|
32297
32298
|
var LoadMoreTreeItem = withStyles$1({}, {
|
|
32298
32299
|
name: 'VdtLoadMoreTreeItem'
|
|
@@ -32389,7 +32390,7 @@ function EntityTreeList(_ref3) {
|
|
|
32389
32390
|
return null;
|
|
32390
32391
|
} : _ref3$onAdjustHits,
|
|
32391
32392
|
_ref3$CollectionListC = _ref3.CollectionListComponent,
|
|
32392
|
-
CollectionListComponent = _ref3$CollectionListC === void 0 ? Component$
|
|
32393
|
+
CollectionListComponent = _ref3$CollectionListC === void 0 ? Component$E : _ref3$CollectionListC,
|
|
32393
32394
|
_ref3$ItemComponent = _ref3.ItemComponent,
|
|
32394
32395
|
ItemComponent = _ref3$ItemComponent === void 0 ? ItemTreeItem$1 : _ref3$ItemComponent,
|
|
32395
32396
|
_ref3$LoadMoreCompone = _ref3.LoadMoreComponent,
|
|
@@ -33460,7 +33461,7 @@ function UploadCollectionPicker(_ref2) {
|
|
|
33460
33461
|
});
|
|
33461
33462
|
};
|
|
33462
33463
|
|
|
33463
|
-
return /*#__PURE__*/React__default.createElement(Component$
|
|
33464
|
+
return /*#__PURE__*/React__default.createElement(Component$z, _extends$4({
|
|
33464
33465
|
className: "VdtUploadCollectionPicker-root",
|
|
33465
33466
|
entities: [],
|
|
33466
33467
|
titleText: "Upload To Collection",
|
|
@@ -34145,10 +34146,10 @@ MediaCardFullWidth.defaultProps = {
|
|
|
34145
34146
|
ActionsProps: {}
|
|
34146
34147
|
};
|
|
34147
34148
|
|
|
34148
|
-
var Component$
|
|
34149
|
+
var Component$k = withStyles(styles$u, {
|
|
34149
34150
|
name: 'VdtMediaCardFullWidth'
|
|
34150
34151
|
})(MediaCardFullWidth);
|
|
34151
|
-
Component$
|
|
34152
|
+
Component$k.displayName = 'MediaCardFullWidth';
|
|
34152
34153
|
|
|
34153
34154
|
function ownKeys$1(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
34154
34155
|
|
|
@@ -34633,10 +34634,10 @@ UserTable.defaultProps = {
|
|
|
34633
34634
|
userColumnLabels: DEFAULT_COLUMN_LABELS
|
|
34634
34635
|
};
|
|
34635
34636
|
|
|
34636
|
-
var Component$
|
|
34637
|
+
var Component$j = withStyles(styles$r, {
|
|
34637
34638
|
name: 'VdtUserTable'
|
|
34638
34639
|
})(UserTable);
|
|
34639
|
-
Component$
|
|
34640
|
+
Component$j.displayName = 'UserTable';
|
|
34640
34641
|
|
|
34641
34642
|
var styles$q = function styles(theme) {
|
|
34642
34643
|
return {
|
|
@@ -34927,10 +34928,10 @@ GroupRelationList.defaultProps = {
|
|
|
34927
34928
|
addButtonText: 'Add'
|
|
34928
34929
|
};
|
|
34929
34930
|
|
|
34930
|
-
var Component$
|
|
34931
|
+
var Component$i = withStyles(styles$q, {
|
|
34931
34932
|
name: 'VdtGroupRelationList'
|
|
34932
34933
|
})(GroupRelationList);
|
|
34933
|
-
Component$
|
|
34934
|
+
Component$i.displayName = 'GroupRelationList';
|
|
34934
34935
|
|
|
34935
34936
|
var styles$p = function styles(theme) {
|
|
34936
34937
|
return {
|
|
@@ -35176,19 +35177,19 @@ UserDetails.defaultProps = {
|
|
|
35176
35177
|
onChangePassword: undefined,
|
|
35177
35178
|
DetailsComponent: UserData$1,
|
|
35178
35179
|
DetailsProps: {},
|
|
35179
|
-
GroupsComponent: Component$
|
|
35180
|
+
GroupsComponent: Component$i,
|
|
35180
35181
|
GroupsProps: {},
|
|
35181
|
-
RolesComponent: Component$
|
|
35182
|
+
RolesComponent: Component$i,
|
|
35182
35183
|
RolesProps: {},
|
|
35183
35184
|
MenuComponent: UserMenu,
|
|
35184
35185
|
MenuProps: {},
|
|
35185
35186
|
lockedUsers: ['admin', 'vidinetviewer']
|
|
35186
35187
|
};
|
|
35187
35188
|
|
|
35188
|
-
var Component$
|
|
35189
|
+
var Component$h = withStyles(styles$o, {
|
|
35189
35190
|
name: 'VdtUserDetails'
|
|
35190
35191
|
})(UserDetails);
|
|
35191
|
-
Component$
|
|
35192
|
+
Component$h.displayName = 'UserDetails';
|
|
35192
35193
|
|
|
35193
35194
|
function PasswordField(props) {
|
|
35194
35195
|
var _React$useState = React__default.useState(false),
|
|
@@ -35413,10 +35414,10 @@ CreateUserDialog$1.defaultProps = {
|
|
|
35413
35414
|
CreateUserFormProps: {}
|
|
35414
35415
|
};
|
|
35415
35416
|
|
|
35416
|
-
var Component$
|
|
35417
|
+
var Component$g = withStyles(styles$m, {
|
|
35417
35418
|
name: 'VdtCreateUserDialog'
|
|
35418
35419
|
})(CreateUserDialog$1);
|
|
35419
|
-
Component$
|
|
35420
|
+
Component$g.displayName = 'CreateUserDialog';
|
|
35420
35421
|
|
|
35421
35422
|
var styles$l = function styles(theme) {
|
|
35422
35423
|
return {
|
|
@@ -35548,10 +35549,10 @@ EditUserDialog.defaultProps = {
|
|
|
35548
35549
|
}
|
|
35549
35550
|
};
|
|
35550
35551
|
|
|
35551
|
-
var Component$
|
|
35552
|
+
var Component$f = withStyles(styles$k, {
|
|
35552
35553
|
name: 'VdtEditUserDialog'
|
|
35553
35554
|
})(EditUserDialog);
|
|
35554
|
-
Component$
|
|
35555
|
+
Component$f.displayName = 'EditUserDialog';
|
|
35555
35556
|
|
|
35556
35557
|
var styles$j = function styles(theme) {
|
|
35557
35558
|
return {
|
|
@@ -35663,10 +35664,10 @@ CreateUserDialog.defaultProps = {
|
|
|
35663
35664
|
onSubmit: undefined
|
|
35664
35665
|
};
|
|
35665
35666
|
|
|
35666
|
-
var Component$
|
|
35667
|
+
var Component$e = withStyles(styles$i, {
|
|
35667
35668
|
name: 'VdtChangeUserPasswordDialog'
|
|
35668
35669
|
})(CreateUserDialog);
|
|
35669
|
-
Component$
|
|
35670
|
+
Component$e.displayName = 'ChangeUserPasswordDialog';
|
|
35670
35671
|
|
|
35671
35672
|
var styles$h = function styles(theme) {
|
|
35672
35673
|
return {
|
|
@@ -35945,10 +35946,10 @@ UserRelationList.defaultProps = {
|
|
|
35945
35946
|
addButtonText: 'Add'
|
|
35946
35947
|
};
|
|
35947
35948
|
|
|
35948
|
-
var Component$
|
|
35949
|
+
var Component$d = withStyles(styles$h, {
|
|
35949
35950
|
name: 'VdtUserRelationList'
|
|
35950
35951
|
})(UserRelationList);
|
|
35951
|
-
Component$
|
|
35952
|
+
Component$d.displayName = 'UserRelationList';
|
|
35952
35953
|
|
|
35953
35954
|
var styles$g = function styles(theme) {
|
|
35954
35955
|
return {
|
|
@@ -36095,10 +36096,10 @@ UserAvatarButton.defaultProps = {
|
|
|
36095
36096
|
localeSelectProps: {}
|
|
36096
36097
|
};
|
|
36097
36098
|
|
|
36098
|
-
var Component$
|
|
36099
|
+
var Component$c = withStyles(styles$g, {
|
|
36099
36100
|
name: 'VdtUserAvatarButton'
|
|
36100
36101
|
})(UserAvatarButton);
|
|
36101
|
-
Component$
|
|
36102
|
+
Component$c.displayName = 'UserAvatarButton';
|
|
36102
36103
|
|
|
36103
36104
|
var _excluded$2 = ["classes", "group", "columns", "onClick"];
|
|
36104
36105
|
|
|
@@ -36224,10 +36225,10 @@ GroupTable.defaultProps = {
|
|
|
36224
36225
|
}
|
|
36225
36226
|
};
|
|
36226
36227
|
|
|
36227
|
-
var Component$
|
|
36228
|
+
var Component$b = withStyles(styles$e, {
|
|
36228
36229
|
name: 'VdtGroupTable'
|
|
36229
36230
|
})(GroupTable);
|
|
36230
|
-
Component$
|
|
36231
|
+
Component$b.displayName = 'GroupTable';
|
|
36231
36232
|
|
|
36232
36233
|
var styles$d = function styles(theme) {
|
|
36233
36234
|
return {
|
|
@@ -36519,13 +36520,13 @@ GroupDetails.defaultProps = {
|
|
|
36519
36520
|
onRemoveFromParent: undefined,
|
|
36520
36521
|
DetailsComponent: GroupData$1,
|
|
36521
36522
|
DetailsProps: {},
|
|
36522
|
-
UsersComponent: Component$
|
|
36523
|
+
UsersComponent: Component$d,
|
|
36523
36524
|
UsersProps: {},
|
|
36524
|
-
RolesComponent: Component$
|
|
36525
|
+
RolesComponent: Component$i,
|
|
36525
36526
|
RolesProps: {},
|
|
36526
|
-
ParentGroupsComponent: Component$
|
|
36527
|
+
ParentGroupsComponent: Component$i,
|
|
36527
36528
|
ParentGroupsProps: {},
|
|
36528
|
-
ChildGroupsComponent: Component$
|
|
36529
|
+
ChildGroupsComponent: Component$i,
|
|
36529
36530
|
ChildGroupsProps: {},
|
|
36530
36531
|
MenuComponent: GroupMenu,
|
|
36531
36532
|
MenuProps: {},
|
|
@@ -36533,10 +36534,10 @@ GroupDetails.defaultProps = {
|
|
|
36533
36534
|
lockedUsers: ['admin', 'vidinetviewer']
|
|
36534
36535
|
};
|
|
36535
36536
|
|
|
36536
|
-
var Component$
|
|
36537
|
+
var Component$a = withStyles(styles$c, {
|
|
36537
36538
|
name: 'VdtGroupDetails'
|
|
36538
36539
|
})(GroupDetails);
|
|
36539
|
-
Component$
|
|
36540
|
+
Component$a.displayName = 'GroupDetails';
|
|
36540
36541
|
|
|
36541
36542
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
36542
36543
|
|
|
@@ -36819,10 +36820,10 @@ CreateGroupDialog.defaultProps = {
|
|
|
36819
36820
|
CreateGroupFormProps: {}
|
|
36820
36821
|
};
|
|
36821
36822
|
|
|
36822
|
-
var Component$
|
|
36823
|
+
var Component$9 = withStyles(styles$a, {
|
|
36823
36824
|
name: 'VdtCreateGroupDialog'
|
|
36824
36825
|
})(CreateGroupDialog);
|
|
36825
|
-
Component$
|
|
36826
|
+
Component$9.displayName = 'CreateGroupDialog';
|
|
36826
36827
|
|
|
36827
36828
|
var styles$9 = function styles(theme) {
|
|
36828
36829
|
return {
|
|
@@ -36940,10 +36941,10 @@ EditGroupDialog.defaultProps = {
|
|
|
36940
36941
|
EditGroupFormProps: {}
|
|
36941
36942
|
};
|
|
36942
36943
|
|
|
36943
|
-
var Component$
|
|
36944
|
+
var Component$8 = withStyles(styles$8, {
|
|
36944
36945
|
name: 'VdtEditGroupDialog'
|
|
36945
36946
|
})(EditGroupDialog);
|
|
36946
|
-
Component$
|
|
36947
|
+
Component$8.displayName = 'EditGroupDialog';
|
|
36947
36948
|
|
|
36948
36949
|
var styles$7 = function styles() {
|
|
36949
36950
|
return {
|
|
@@ -37091,15 +37092,10 @@ DragScroll.defaultProps = {
|
|
|
37091
37092
|
classes: {}
|
|
37092
37093
|
};
|
|
37093
37094
|
|
|
37094
|
-
var Component$
|
|
37095
|
+
var Component$7 = withStyles(styles$7, {
|
|
37095
37096
|
name: 'VdtDragScroll'
|
|
37096
37097
|
})(DragScroll);
|
|
37097
|
-
Component$
|
|
37098
|
-
|
|
37099
|
-
var Component$7 = withStyles(styles$1L, {
|
|
37100
|
-
name: 'VdtImageCollage'
|
|
37101
|
-
})(ImageCollage);
|
|
37102
|
-
Component$7.displayName = 'ImageCollage';
|
|
37098
|
+
Component$7.displayName = 'DragScroll';
|
|
37103
37099
|
|
|
37104
37100
|
var actions = {
|
|
37105
37101
|
DELETE: 'DELETE',
|
|
@@ -38116,4 +38112,4 @@ var Component = withStyles(styles, {
|
|
|
38116
38112
|
})(EventTimeline);
|
|
38117
38113
|
Component.displayName = 'EventTimeline';
|
|
38118
38114
|
|
|
38119
|
-
export { AddRelationDialog$1 as AddRelationDialog, Component$
|
|
38115
|
+
export { AddRelationDialog$1 as AddRelationDialog, Component$z as AddToCollectionDialog, AutocompleteConstraintField$1 as AutocompleteConstraintField, AutocompleteField$1 as AutocompleteField, BatonAnalysisDialog$1 as BatonAnalysisDialog, BatonFormComponent as BatonAnalysisForm, Component$m as BinList, Component$l as BinListMenu, ChangePasswordDialog$1 as ChangePasswordDialog, ChangePasswordForm$1 as ChangePasswordForm, Component$e as ChangeUserPasswordDialog, CheckboxField$1 as CheckboxField, CheckboxGroupField$1 as CheckboxGroupField, CollectionAccessTab$1 as CollectionAccessTab, Component$K as CollectionCard, Component$I as CollectionCardThumbnail, Component$x as CollectionContent, Component$B as CollectionCreateDialog, Component$H as CollectionGrid, Component$C as CollectionList, Component$D as CollectionListItem, CollectionMetadataEdit, CollectionMetadataTab$1 as CollectionMetadataTab, Component$G as CollectionRow, CollectionSearchPicker$1 as CollectionSearchPicker, Component$F as CollectionTable, Component$E as CollectionTreeList, Component$9 as CreateGroupDialog, Component$g as CreateUserDialog, DateField$1 as DateField, DragAndDropContext, DragAndDropProvider, Component$7 as DragScroll, COLLECTION$3 as ENTITY_TREE_COLLECTION, ITEM$3 as ENTITY_TREE_ITEM, JOIN_CHARACTER$1 as ENTITY_TREE_JOIN_CHARACTER, ROOT as ENTITY_TREE_ROOT, Component$8 as EditGroupDialog, Component$f as EditUserDialog, EntityCard, EntityComment$1 as EntityComment, Component$n as EntityDeleteDialog, EntityGrid, EntityGridItemDraggable$1 as EntityGridItemDraggable, EntityTable, EntityTableRowDraggable$1 as EntityTableRowDraggable, EntityTree$1 as EntityTree, EntityTreeContext, EntityTreeList, Component$5 as Event, Component$4 as EventContainer, Component$3 as EventMarker, Component$2 as EventMarkerThumbnail, Component$1 as EventMarkerTimeline, Component as EventTimeline, ExpandedFormControlLabel$1 as ExpandedFormControlLabel, FILE, FieldGroupDesigner$1 as FieldGroupDesigner, FieldIcon$1 as FieldIcon, FilterCard$1 as FilterCard, FilterForm, FilterFormLabel$1 as FilterFormLabel, FolderListTree, FolderTree, Component$a as GroupDetails, Component$i as GroupRelationList, Component$b as GroupTable, Component$J as ImageCollage, ItemAccessTab$1 as ItemAccessTab, ItemCard, ItemCompoundMetadataTab$1 as ItemCompoundMetadataTab, ItemCompoundMetadataTable$1 as ItemCompoundMetadataTable, ItemFieldGroupTab$1 as ItemFieldGroupTab, ItemFileShareDialog$1 as ItemFileShareDialog, ItemGrid, ItemGridDroppable, ItemImagePlayer$1 as ItemImagePlayer, Component$v as ItemList, Component$w as ItemListItem, ItemMetadataFieldGroupRow, ItemMetadataFieldRow$1 as ItemMetadataFieldRow, ItemMetadataFieldRow$1 as ItemMetadataFormRow, ItemMetadataFormTable, ItemMetadataTab$1 as ItemMetadataTab, ItemParentsTab$1 as ItemParentsTab, Component$s as ItemPlayer, ItemPoster, ItemPosterTab, ItemRelationRemoveDialog$1 as ItemRelationRemoveDialog, ItemRelationsTab$1 as ItemRelationsTab, ItemRow, ItemSearchPicker$1 as ItemSearchPicker, ItemShapeTab, Component$R as ItemShapeTable, Component$t as ItemSidecarDialog, ItemSidecarDownload, ItemSidecarUpload, ItemSourceTab, Component$Q as ItemSourceTable, ItemTable, Component$u as ItemTabs, ItemTimespan as ItemTimespanTab, ItemTreeItem$1 as ItemTreeItem, ItemVideoPlayer$1 as ItemVideoPlayer, JOIN_CHARACTER, JobCard$1 as JobCard, JobDataTable$1 as JobDataTable, JobFooter, JobFooterContext, JobFooterContextProvider, JobList$1 as JobList, JobRow$1 as JobRow, JobRowButton, JobTable$1 as JobTable, JobTaskTable$1 as JobTaskTable, LOAD_MORE, LayoutButtonGroup$1 as LayoutButtonGroup, Component$T as LoginForm, MediaBadge$1 as MediaBadge, MediaBadges$1 as MediaBadges, Component$L as MediaCard, MediaCardActions, Component$M as MediaCardAvatar, MediaCardCard$1 as MediaCardCard, MediaCardCheckbox, MediaCardContent, MediaCardDurationLabel, Component$k as MediaCardFullWidth, MediaCardHeader, MediaCardMenu, Component$O as MediaCardThumbnail, Component$P as MediaCardThumbnailLabel, Component$N as MimeTypeIcon, PREFIX, SearchPagination as Pagination, SearchPaginationActions as PaginationActions, QueryBetween, Component$p as QueryBuilder, Component$o as QueryBuilderCard, QueryContains, QueryEntry, QueryEquals, QueryField, QueryGroup, QueryInput, QueryOperator, RadioField$1 as RadioField, Component$y as RemoveFromCollectionDialog, STORAGE, SavedSearch$1 as SavedSearch, FolderRow$1 as SavedSearchFolder, Component$q as SearchField, Component$A as SearchInput, SearchInputFieldSelect$1 as SearchInputFieldSelect, SearchResultRow, SearchResultTable, SearchSuggestions$1 as SearchSuggestions, SelectField$1 as SelectField, SelectedEntityWrapper, SelectedFile, SelectedFileWrapper, SelectedStorage, SelectedStorageWrapper, Component$6 as SelectedToolbar, ShapeTagCard$1 as ShapeTagCard, ShapeTagListAccordion$1 as ShapeTagListAccordion, SliderField, Component$S as Sort, SortMenuItem, Component$r as SpellCheck, Storage, StorageList, StorageListTree, StorageTree, SubmitButton, SwitchField$1 as SwitchField, TagField$1 as TagField, TextField$1 as TextField, ThemeContext, ThemeProvider, TranscodeDialog$1 as TranscodeDialog, Upload$1 as Upload, UploadEditor$1 as UploadEditor, UploadForm$1 as UploadForm, UploadListItem$1 as UploadListItem, Component$c as UserAvatarButton, Component$h as UserDetails, Component$d as UserRelationList, Component$j as UserTable, extractEntityInfo, onGetToken, useConfirmationDialog, useDraggedComponent, useMediaCardContext, useMenu, useSnackbarAlert, useThemeContext, withDrag, withDrop };
|