@vidispine/vdt-materialui 22.1.0-pre.1 → 22.1.0
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/LICENSE.md +55 -0
- package/dist/index.es.js +351 -328
- package/dist/index.js +514 -492
- package/package.json +21 -13
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';
|
|
@@ -276,7 +275,7 @@ function useThemeContext() {
|
|
|
276
275
|
return context;
|
|
277
276
|
}
|
|
278
277
|
|
|
279
|
-
var styles$
|
|
278
|
+
var styles$2A = function styles(theme) {
|
|
280
279
|
return {
|
|
281
280
|
button: {
|
|
282
281
|
borderRadius: 0,
|
|
@@ -313,7 +312,7 @@ function LayoutButtonGroup(_ref) {
|
|
|
313
312
|
}, /*#__PURE__*/React__default.createElement(ViewHeadlineIcon, null)));
|
|
314
313
|
}
|
|
315
314
|
|
|
316
|
-
var LayoutButtonGroup$1 = withStyles(styles$
|
|
315
|
+
var LayoutButtonGroup$1 = withStyles(styles$2A, {
|
|
317
316
|
name: 'VdtLayoutButtonGroup'
|
|
318
317
|
})(LayoutButtonGroup);
|
|
319
318
|
|
|
@@ -425,7 +424,7 @@ var useMenu = function useMenu() {
|
|
|
425
424
|
|
|
426
425
|
var _excluded$1q = ["AlertProps"];
|
|
427
426
|
|
|
428
|
-
var styles$
|
|
427
|
+
var styles$2z = function styles() {
|
|
429
428
|
return {};
|
|
430
429
|
};
|
|
431
430
|
|
|
@@ -446,7 +445,7 @@ function useSnackbarAlert() {
|
|
|
446
445
|
var severity = _ref.severity,
|
|
447
446
|
message = _ref.message;
|
|
448
447
|
setAlert(function () {
|
|
449
|
-
return withStyles(styles$
|
|
448
|
+
return withStyles(styles$2z)(function (_ref2) {
|
|
450
449
|
var AlertProps = _ref2.AlertProps,
|
|
451
450
|
props = _objectWithoutProperties(_ref2, _excluded$1q);
|
|
452
451
|
|
|
@@ -1574,16 +1573,14 @@ var PropTypes$1 = propTypes$1.exports;
|
|
|
1574
1573
|
var _excluded$1p = ["checked", "name", "onChange"],
|
|
1575
1574
|
_excluded2$i = ["input", "meta", "label", "classes", "className", "FormControlProps", "FormControlLabelProps", "FormControlHelperTextProps"];
|
|
1576
1575
|
|
|
1577
|
-
var styles$
|
|
1576
|
+
var styles$2y = function styles(theme) {
|
|
1578
1577
|
return {
|
|
1579
1578
|
root: {
|
|
1580
1579
|
marginTop: theme.spacing(1),
|
|
1581
1580
|
width: '100%'
|
|
1582
1581
|
}
|
|
1583
1582
|
};
|
|
1584
|
-
};
|
|
1585
|
-
// Fields should behave like mui fields by default
|
|
1586
|
-
|
|
1583
|
+
};
|
|
1587
1584
|
|
|
1588
1585
|
function CheckboxField(_ref) {
|
|
1589
1586
|
var _ref$input = _ref.input;
|
|
@@ -1631,7 +1628,7 @@ function CheckboxField(_ref) {
|
|
|
1631
1628
|
}, FormControlHelperTextProps), error || submitError));
|
|
1632
1629
|
}
|
|
1633
1630
|
|
|
1634
|
-
var CheckboxField$1 = withStyles(styles$
|
|
1631
|
+
var CheckboxField$1 = withStyles(styles$2y, {
|
|
1635
1632
|
name: 'VdtCheckboxField'
|
|
1636
1633
|
})(CheckboxField);
|
|
1637
1634
|
|
|
@@ -1639,7 +1636,7 @@ var _excluded$1o = ["label"],
|
|
|
1639
1636
|
_excluded2$h = ["value", "name", "onChange"],
|
|
1640
1637
|
_excluded3$6 = ["value", "label"];
|
|
1641
1638
|
|
|
1642
|
-
var styles$
|
|
1639
|
+
var styles$2x = function styles(theme) {
|
|
1643
1640
|
return {
|
|
1644
1641
|
root: {
|
|
1645
1642
|
marginTop: theme.spacing(2),
|
|
@@ -1655,9 +1652,7 @@ function DefaultFormLabel(_ref) {
|
|
|
1655
1652
|
return /*#__PURE__*/React.createElement(FormLabel, _extends$4({
|
|
1656
1653
|
component: "legend"
|
|
1657
1654
|
}, props), label);
|
|
1658
|
-
}
|
|
1659
|
-
// Fields should behave like mui fields by default
|
|
1660
|
-
|
|
1655
|
+
}
|
|
1661
1656
|
|
|
1662
1657
|
function CheckboxGroupField(_ref2) {
|
|
1663
1658
|
var _ref2$input = _ref2.input;
|
|
@@ -1779,13 +1774,13 @@ function CheckboxGroupField(_ref2) {
|
|
|
1779
1774
|
}, FormHelperTextProps), error || submitError));
|
|
1780
1775
|
}
|
|
1781
1776
|
|
|
1782
|
-
var CheckboxGroupField$1 = withStyles(styles$
|
|
1777
|
+
var CheckboxGroupField$1 = withStyles(styles$2x, {
|
|
1783
1778
|
name: 'VdtCheckboxGroupField'
|
|
1784
1779
|
})(CheckboxGroupField);
|
|
1785
1780
|
|
|
1786
1781
|
var _excluded$1n = ["value", "label"];
|
|
1787
1782
|
|
|
1788
|
-
var styles$
|
|
1783
|
+
var styles$2w = function styles(theme) {
|
|
1789
1784
|
return {
|
|
1790
1785
|
root: {
|
|
1791
1786
|
marginTop: theme.spacing(2),
|
|
@@ -1855,14 +1850,14 @@ function RadioField(_ref) {
|
|
|
1855
1850
|
}, FormHelperTextProps), error || submitError));
|
|
1856
1851
|
}
|
|
1857
1852
|
|
|
1858
|
-
var RadioField$1 = withStyles(styles$
|
|
1853
|
+
var RadioField$1 = withStyles(styles$2w, {
|
|
1859
1854
|
name: 'VdtRadioField'
|
|
1860
1855
|
})(RadioField);
|
|
1861
1856
|
|
|
1862
1857
|
var _excluded$1m = ["input", "meta", "options", "label", "classes", "className", "FormControlProps", "InputLabelProps", "MenuItemProps", "FormHelperTextProps"],
|
|
1863
1858
|
_excluded2$g = ["value", "label"];
|
|
1864
1859
|
|
|
1865
|
-
var styles$
|
|
1860
|
+
var styles$2v = function styles(theme) {
|
|
1866
1861
|
return {
|
|
1867
1862
|
root: {
|
|
1868
1863
|
marginTop: theme.spacing(1),
|
|
@@ -1937,14 +1932,14 @@ function SelectField(_ref) {
|
|
|
1937
1932
|
}, FormHelperTextProps), touched && (error || submitError) ? error || submitError : ''));
|
|
1938
1933
|
}
|
|
1939
1934
|
|
|
1940
|
-
var SelectField$1 = withStyles(styles$
|
|
1935
|
+
var SelectField$1 = withStyles(styles$2v, {
|
|
1941
1936
|
name: 'VdtSelectField'
|
|
1942
1937
|
})(SelectField);
|
|
1943
1938
|
|
|
1944
1939
|
var _excluded$1l = ["name", "onChange", "value"],
|
|
1945
1940
|
_excluded2$f = ["input", "meta", "helperText", "classes", "className", "FormControlProps"];
|
|
1946
1941
|
|
|
1947
|
-
var styles$
|
|
1942
|
+
var styles$2u = function styles(theme) {
|
|
1948
1943
|
return {
|
|
1949
1944
|
root: {
|
|
1950
1945
|
marginTop: theme.spacing(1),
|
|
@@ -1996,13 +1991,13 @@ function TextField(_ref) {
|
|
|
1996
1991
|
}, props)));
|
|
1997
1992
|
}
|
|
1998
1993
|
|
|
1999
|
-
var TextField$1 = withStyles(styles$
|
|
1994
|
+
var TextField$1 = withStyles(styles$2u, {
|
|
2000
1995
|
name: 'VdtTextField'
|
|
2001
1996
|
})(TextField);
|
|
2002
1997
|
|
|
2003
1998
|
var _excluded$1k = ["input", "meta", "options", "label", "min", "max", "isRange", "step", "showMarks", "classes", "className", "FormControlProps", "FormLabelProps", "FormHelperTextProps", "exclude"];
|
|
2004
1999
|
|
|
2005
|
-
var styles$
|
|
2000
|
+
var styles$2t = function styles(theme) {
|
|
2006
2001
|
return {
|
|
2007
2002
|
root: {
|
|
2008
2003
|
marginTop: theme.spacing(2),
|
|
@@ -2102,13 +2097,13 @@ function Slider(_ref) {
|
|
|
2102
2097
|
}, FormHelperTextProps), error || submitError));
|
|
2103
2098
|
}
|
|
2104
2099
|
|
|
2105
|
-
var SliderField = withStyles(styles$
|
|
2100
|
+
var SliderField = withStyles(styles$2t, {
|
|
2106
2101
|
name: 'VdtSliderField'
|
|
2107
2102
|
})(Slider);
|
|
2108
2103
|
|
|
2109
2104
|
var _excluded$1j = ["input", "meta", "options", "label", "classes", "className", "FormControlProps", "TextFieldProps", "InputLabelProps", "FormHelperTextProps", "AutocompleteProps"];
|
|
2110
2105
|
|
|
2111
|
-
var styles$
|
|
2106
|
+
var styles$2s = function styles(theme) {
|
|
2112
2107
|
return {
|
|
2113
2108
|
root: {
|
|
2114
2109
|
marginTop: theme.spacing(1),
|
|
@@ -2250,7 +2245,7 @@ function TagField(_ref) {
|
|
|
2250
2245
|
}, FormHelperTextProps), error || submitError));
|
|
2251
2246
|
}
|
|
2252
2247
|
|
|
2253
|
-
var TagField$1 = withStyles(styles$
|
|
2248
|
+
var TagField$1 = withStyles(styles$2s, {
|
|
2254
2249
|
name: 'VdtTagField'
|
|
2255
2250
|
})(TagField);
|
|
2256
2251
|
|
|
@@ -2260,7 +2255,7 @@ function ownKeys$U(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
2260
2255
|
|
|
2261
2256
|
function _objectSpread$U(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$U(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$U(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
2262
2257
|
|
|
2263
|
-
var styles$
|
|
2258
|
+
var styles$2r = function styles(theme) {
|
|
2264
2259
|
return {
|
|
2265
2260
|
root: {
|
|
2266
2261
|
marginTop: theme.spacing(2),
|
|
@@ -2317,11 +2312,11 @@ function DateField(_ref) {
|
|
|
2317
2312
|
}, props)));
|
|
2318
2313
|
}
|
|
2319
2314
|
|
|
2320
|
-
var DateField$1 = withStyles$1(styles$
|
|
2315
|
+
var DateField$1 = withStyles$1(styles$2r, {
|
|
2321
2316
|
name: 'VdtDateField'
|
|
2322
2317
|
})(DateField);
|
|
2323
2318
|
|
|
2324
|
-
var styles$
|
|
2319
|
+
var styles$2q = function styles(theme) {
|
|
2325
2320
|
return {
|
|
2326
2321
|
root: {
|
|
2327
2322
|
marginTop: theme.spacing(1),
|
|
@@ -2367,7 +2362,7 @@ function SwitchField(_ref) {
|
|
|
2367
2362
|
}, FormControlLabelProps)));
|
|
2368
2363
|
}
|
|
2369
2364
|
|
|
2370
|
-
var SwitchField$1 = withStyles(styles$
|
|
2365
|
+
var SwitchField$1 = withStyles(styles$2q, {
|
|
2371
2366
|
name: 'VdtSwitchField'
|
|
2372
2367
|
})(SwitchField);
|
|
2373
2368
|
|
|
@@ -2377,7 +2372,7 @@ function ownKeys$T(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
2377
2372
|
|
|
2378
2373
|
function _objectSpread$T(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$T(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$T(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
2379
2374
|
|
|
2380
|
-
var styles$
|
|
2375
|
+
var styles$2p = function styles() {};
|
|
2381
2376
|
|
|
2382
2377
|
var defaultGetOptionLabel = function defaultGetOptionLabel(opt) {
|
|
2383
2378
|
return opt.label || opt;
|
|
@@ -2397,9 +2392,7 @@ var defaultGetValue = function defaultGetValue(_ref) {
|
|
|
2397
2392
|
if (multiple && !Array.isArray(value)) return [value];
|
|
2398
2393
|
if (!multiple && Array.isArray(value)) return value.join(', ');
|
|
2399
2394
|
return value;
|
|
2400
|
-
};
|
|
2401
|
-
// Fields should behave like mui fields by default
|
|
2402
|
-
|
|
2395
|
+
};
|
|
2403
2396
|
|
|
2404
2397
|
function AutocompleteField(_ref2) {
|
|
2405
2398
|
var _ref2$input = _ref2.input,
|
|
@@ -2477,7 +2470,7 @@ function AutocompleteField(_ref2) {
|
|
|
2477
2470
|
}, props));
|
|
2478
2471
|
}
|
|
2479
2472
|
|
|
2480
|
-
var AutocompleteField$1 = withStyles$1(styles$
|
|
2473
|
+
var AutocompleteField$1 = withStyles$1(styles$2p, {
|
|
2481
2474
|
name: 'VdtAutocompleteField'
|
|
2482
2475
|
})(AutocompleteField);
|
|
2483
2476
|
|
|
@@ -3301,7 +3294,7 @@ var FormButtons = withStyles({}, {
|
|
|
3301
3294
|
fullWidth: true
|
|
3302
3295
|
}, SubmitButtonProps), loginText));
|
|
3303
3296
|
});
|
|
3304
|
-
var styles$
|
|
3297
|
+
var styles$2o = function styles() {
|
|
3305
3298
|
return {
|
|
3306
3299
|
root: {}
|
|
3307
3300
|
};
|
|
@@ -3399,13 +3392,13 @@ LoginForm.defaultProps = {
|
|
|
3399
3392
|
FormButtonsProps: {}
|
|
3400
3393
|
};
|
|
3401
3394
|
|
|
3402
|
-
var Component$
|
|
3395
|
+
var Component$U = withStyles(styles$2o, {
|
|
3403
3396
|
name: 'VdtLoginForm'
|
|
3404
3397
|
})(LoginForm);
|
|
3405
|
-
Component$
|
|
3398
|
+
Component$U.displayName = 'LoginForm';
|
|
3406
3399
|
|
|
3407
3400
|
var _excluded$1c = ["checked", "classes", "className", "control", "disabled", "inputRef", "label", "name", "onChange", "value"];
|
|
3408
|
-
var styles$
|
|
3401
|
+
var styles$2n = function styles(theme) {
|
|
3409
3402
|
return {
|
|
3410
3403
|
root: {
|
|
3411
3404
|
display: 'inline-flex',
|
|
@@ -3488,7 +3481,7 @@ var ExpandedFormControlLabel = /*#__PURE__*/React.forwardRef(function (props, re
|
|
|
3488
3481
|
}, labelCount))
|
|
3489
3482
|
);
|
|
3490
3483
|
});
|
|
3491
|
-
var ExpandedFormControlLabel$1 = withStyles$1(styles$
|
|
3484
|
+
var ExpandedFormControlLabel$1 = withStyles$1(styles$2n, {
|
|
3492
3485
|
name: 'VdtExpandedFormControlLabel'
|
|
3493
3486
|
})(ExpandedFormControlLabel);
|
|
3494
3487
|
|
|
@@ -3552,7 +3545,7 @@ var onGetToken = /*#__PURE__*/function () {
|
|
|
3552
3545
|
};
|
|
3553
3546
|
}();
|
|
3554
3547
|
|
|
3555
|
-
var styles$
|
|
3548
|
+
var styles$2m = function styles(theme) {
|
|
3556
3549
|
return {
|
|
3557
3550
|
root: {
|
|
3558
3551
|
height: 20,
|
|
@@ -3583,7 +3576,7 @@ function FilterFormLabel(_ref) {
|
|
|
3583
3576
|
}, /*#__PURE__*/React__default.createElement(IconComponent, null)));
|
|
3584
3577
|
}
|
|
3585
3578
|
|
|
3586
|
-
var FilterFormLabel$1 = withStyles(styles$
|
|
3579
|
+
var FilterFormLabel$1 = withStyles(styles$2m, {
|
|
3587
3580
|
name: 'VdtFilterFormLabel'
|
|
3588
3581
|
})(FilterFormLabel);
|
|
3589
3582
|
|
|
@@ -3676,7 +3669,7 @@ function ownKeys$S(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
3676
3669
|
|
|
3677
3670
|
function _objectSpread$S(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$S(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$S(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
3678
3671
|
|
|
3679
|
-
var styles$
|
|
3672
|
+
var styles$2l = function styles(theme) {
|
|
3680
3673
|
return {
|
|
3681
3674
|
header: {
|
|
3682
3675
|
padding: theme.spacing(2),
|
|
@@ -3886,7 +3879,7 @@ function FilterCard(_ref4) {
|
|
|
3886
3879
|
}, FormProps))) : null;
|
|
3887
3880
|
}
|
|
3888
3881
|
|
|
3889
|
-
var FilterCard$1 = withStyles(styles$
|
|
3882
|
+
var FilterCard$1 = withStyles(styles$2l, {
|
|
3890
3883
|
name: 'VdtFilterCard'
|
|
3891
3884
|
})(FilterCard);
|
|
3892
3885
|
|
|
@@ -4306,7 +4299,7 @@ function SearchPagination(_ref) {
|
|
|
4306
4299
|
|
|
4307
4300
|
var _excluded$1a = ["classes", "onSubmit", "fields", "value", "query", "fieldPlaceHolder", "queryPlaceHolder", "disableReset", "disableRequired", "fieldInputRef", "queryInputRef"];
|
|
4308
4301
|
|
|
4309
|
-
var styles$
|
|
4302
|
+
var styles$2k = function styles(theme) {
|
|
4310
4303
|
return {
|
|
4311
4304
|
root: {
|
|
4312
4305
|
backgroundColor: theme.palette.background.paper
|
|
@@ -4453,7 +4446,7 @@ function SearchInputFieldSelect(_ref) {
|
|
|
4453
4446
|
})));
|
|
4454
4447
|
}
|
|
4455
4448
|
|
|
4456
|
-
var SearchInputFieldSelect$1 = withStyles(styles$
|
|
4449
|
+
var SearchInputFieldSelect$1 = withStyles(styles$2k, {
|
|
4457
4450
|
name: 'VdtSearchInputFieldSelect'
|
|
4458
4451
|
})(SearchInputFieldSelect);
|
|
4459
4452
|
|
|
@@ -4509,7 +4502,7 @@ SortMenuItem.defaultProps = {
|
|
|
4509
4502
|
};
|
|
4510
4503
|
|
|
4511
4504
|
var _excluded$19 = ["classes", "caption", "options", "sortAsc", "sortDesc", "IconComponent", "MenuItemComponent", "onChange", "initialSort"];
|
|
4512
|
-
var styles$
|
|
4505
|
+
var styles$2j = function styles(theme) {
|
|
4513
4506
|
return {
|
|
4514
4507
|
root: {
|
|
4515
4508
|
color: theme.palette.secondary.main,
|
|
@@ -4657,10 +4650,10 @@ Sort.defaultProps = {
|
|
|
4657
4650
|
options: []
|
|
4658
4651
|
};
|
|
4659
4652
|
|
|
4660
|
-
var Component$
|
|
4653
|
+
var Component$T = withStyles(styles$2j, {
|
|
4661
4654
|
name: 'VdtSort'
|
|
4662
4655
|
})(Sort);
|
|
4663
|
-
Component$
|
|
4656
|
+
Component$T.displayName = 'Sort';
|
|
4664
4657
|
|
|
4665
4658
|
var _excluded$18 = ["onSubmit", "onChange", "options", "name", "label"];
|
|
4666
4659
|
|
|
@@ -4920,7 +4913,7 @@ function JobList(_ref) {
|
|
|
4920
4913
|
return handleDelete(index);
|
|
4921
4914
|
}
|
|
4922
4915
|
});
|
|
4923
|
-
})), /*#__PURE__*/React__default.createElement(Component$
|
|
4916
|
+
})), /*#__PURE__*/React__default.createElement(Component$T, {
|
|
4924
4917
|
options: sortOptions,
|
|
4925
4918
|
initialSort: initialSort,
|
|
4926
4919
|
onChange: onChangeSort,
|
|
@@ -5389,7 +5382,7 @@ function JobTaskTableRow(_ref4) {
|
|
|
5389
5382
|
}, duration !== undefined ? humanizeDuration(duration) : '-')));
|
|
5390
5383
|
}
|
|
5391
5384
|
|
|
5392
|
-
var styles$
|
|
5385
|
+
var styles$2i = {
|
|
5393
5386
|
root: {},
|
|
5394
5387
|
TableHead: {},
|
|
5395
5388
|
TableBody: {}
|
|
@@ -5461,7 +5454,7 @@ JobTaskTable.defaultProps = {
|
|
|
5461
5454
|
JobTaskTableRowComponent: JobTaskTableRow,
|
|
5462
5455
|
JobTaskTableRowProps: {}
|
|
5463
5456
|
};
|
|
5464
|
-
var JobTaskTable$1 = withStyles(styles$
|
|
5457
|
+
var JobTaskTable$1 = withStyles(styles$2i, {
|
|
5465
5458
|
name: 'VdtJobTaskTable'
|
|
5466
5459
|
})(JobTaskTable);
|
|
5467
5460
|
|
|
@@ -5527,7 +5520,7 @@ function JobMenu(_ref) {
|
|
|
5527
5520
|
}))));
|
|
5528
5521
|
}
|
|
5529
5522
|
|
|
5530
|
-
var styles$
|
|
5523
|
+
var styles$2h = {
|
|
5531
5524
|
root: {},
|
|
5532
5525
|
CardContent: {
|
|
5533
5526
|
height: 'calc(100% - 70px)',
|
|
@@ -5674,7 +5667,7 @@ JobCard.defaultProps = {
|
|
|
5674
5667
|
JobMenuComponent: JobMenu,
|
|
5675
5668
|
JobMenuProps: {}
|
|
5676
5669
|
};
|
|
5677
|
-
var JobCard$1 = withStyles(styles$
|
|
5670
|
+
var JobCard$1 = withStyles(styles$2h, {
|
|
5678
5671
|
name: 'VdtJobCard'
|
|
5679
5672
|
})(JobCard);
|
|
5680
5673
|
|
|
@@ -6023,7 +6016,7 @@ function VidispineIcon(props) {
|
|
|
6023
6016
|
}, props));
|
|
6024
6017
|
}
|
|
6025
6018
|
|
|
6026
|
-
var styles$
|
|
6019
|
+
var styles$2g = function styles(theme) {
|
|
6027
6020
|
var isLight = theme.palette.type === 'light';
|
|
6028
6021
|
return {
|
|
6029
6022
|
badge: {
|
|
@@ -6057,7 +6050,7 @@ function MediaBadge(_ref) {
|
|
|
6057
6050
|
}, children);
|
|
6058
6051
|
}
|
|
6059
6052
|
|
|
6060
|
-
var MediaBadge$1 = withStyles(styles$
|
|
6053
|
+
var MediaBadge$1 = withStyles(styles$2g, {
|
|
6061
6054
|
name: 'VdtMediaBadge'
|
|
6062
6055
|
})(MediaBadge);
|
|
6063
6056
|
|
|
@@ -6165,7 +6158,7 @@ var generateBadges = function generateBadges(_ref) {
|
|
|
6165
6158
|
return _toConsumableArray(new Set(badges)); // remove duplicates
|
|
6166
6159
|
};
|
|
6167
6160
|
|
|
6168
|
-
var styles$
|
|
6161
|
+
var styles$2f = function styles() {
|
|
6169
6162
|
return {
|
|
6170
6163
|
root: {}
|
|
6171
6164
|
};
|
|
@@ -6198,11 +6191,11 @@ function MediaBadges(_ref2) {
|
|
|
6198
6191
|
}));
|
|
6199
6192
|
}
|
|
6200
6193
|
|
|
6201
|
-
var MediaBadges$1 = withStyles(styles$
|
|
6194
|
+
var MediaBadges$1 = withStyles(styles$2f, {
|
|
6202
6195
|
name: 'VdtMediaBadges'
|
|
6203
6196
|
})(MediaBadges);
|
|
6204
6197
|
|
|
6205
|
-
var styles$
|
|
6198
|
+
var styles$2e = function styles(theme) {
|
|
6206
6199
|
return {
|
|
6207
6200
|
root: {
|
|
6208
6201
|
display: 'flex'
|
|
@@ -6255,7 +6248,7 @@ function ShapeTagCard(_ref) {
|
|
|
6255
6248
|
className: classes.description
|
|
6256
6249
|
}, shapeTag.description)));
|
|
6257
6250
|
}
|
|
6258
|
-
var ShapeTagCard$1 = withStyles(styles$
|
|
6251
|
+
var ShapeTagCard$1 = withStyles(styles$2e, {
|
|
6259
6252
|
name: 'VdtShapeTagCard'
|
|
6260
6253
|
})(ShapeTagCard);
|
|
6261
6254
|
ShapeTagCard.propTypes = {
|
|
@@ -6395,7 +6388,7 @@ var AccordionDetails = withStyles(function (theme) {
|
|
|
6395
6388
|
};
|
|
6396
6389
|
})(MuiAccordionDetails);
|
|
6397
6390
|
|
|
6398
|
-
var styles$
|
|
6391
|
+
var styles$2d = function styles(theme) {
|
|
6399
6392
|
return {
|
|
6400
6393
|
root: {},
|
|
6401
6394
|
Accordion: {},
|
|
@@ -6506,7 +6499,7 @@ function ShapeTagListAccordion(_ref3) {
|
|
|
6506
6499
|
})));
|
|
6507
6500
|
})));
|
|
6508
6501
|
}
|
|
6509
|
-
var ShapeTagListAccordion$1 = withStyles(styles$
|
|
6502
|
+
var ShapeTagListAccordion$1 = withStyles(styles$2d, {
|
|
6510
6503
|
name: 'VdtShapeTagListAccordion'
|
|
6511
6504
|
})(ShapeTagListAccordion);
|
|
6512
6505
|
ShapeTagListAccordion.propTypes = {
|
|
@@ -6652,7 +6645,7 @@ var useTranscodeResources = function useTranscodeResources(_ref4) {
|
|
|
6652
6645
|
};
|
|
6653
6646
|
};
|
|
6654
6647
|
|
|
6655
|
-
var styles$
|
|
6648
|
+
var styles$2c = function styles(theme) {
|
|
6656
6649
|
return {
|
|
6657
6650
|
root: {},
|
|
6658
6651
|
noResourceText: _objectSpread$L(_objectSpread$L({}, theme.typography.body1), {}, {
|
|
@@ -6874,7 +6867,7 @@ function TranscodeDialog(_ref6) {
|
|
|
6874
6867
|
}, ShapeTagListProps)));
|
|
6875
6868
|
})));
|
|
6876
6869
|
}
|
|
6877
|
-
var TranscodeDialog$1 = withStyles(styles$
|
|
6870
|
+
var TranscodeDialog$1 = withStyles(styles$2c, {
|
|
6878
6871
|
name: 'VdtTranscodeDialog'
|
|
6879
6872
|
})(TranscodeDialog);
|
|
6880
6873
|
TranscodeDialog.propTypes = {
|
|
@@ -7056,28 +7049,8 @@ var filterTimespanList = function filterTimespanList(_ref) {
|
|
|
7056
7049
|
});
|
|
7057
7050
|
}
|
|
7058
7051
|
}
|
|
7059
|
-
});
|
|
7060
|
-
|
|
7061
|
-
return filteredTimespans; // return parsedTimespans.filter((timespanType) => {
|
|
7062
|
-
// const fieldList = Array.isArray(field) ? field : [field];
|
|
7063
|
-
// const fieldGroupList = Array.isArray(fieldGroup) ? fieldGroup : [fieldGroup];
|
|
7064
|
-
// const { group: groupList = [] } = timespanType;
|
|
7065
|
-
// const matchingGroups = groupList.filter(({ name }) => fieldGroupList.includes(name));
|
|
7066
|
-
// const matchingValues = matchingGroups.reduce((acc, groupFields) => {
|
|
7067
|
-
// Object.entries(groupFields).forEach(([fieldName, fieldValue]) => {
|
|
7068
|
-
// if (fieldList.includes(fieldName)) {
|
|
7069
|
-
// acc.push(fieldValue);
|
|
7070
|
-
// }
|
|
7071
|
-
// });
|
|
7072
|
-
// return acc;
|
|
7073
|
-
// }, []);
|
|
7074
|
-
// const timespanText = matchingValues.join('');
|
|
7075
|
-
// if (timespanText === '') return false;
|
|
7076
|
-
// if (filterText) {
|
|
7077
|
-
// return timespanText.toLowerCase().includes(filterText.toLowerCase());
|
|
7078
|
-
// }
|
|
7079
|
-
// return true;
|
|
7080
|
-
// });
|
|
7052
|
+
});
|
|
7053
|
+
return filteredTimespans;
|
|
7081
7054
|
};
|
|
7082
7055
|
|
|
7083
7056
|
var sortTimespanList = function sortTimespanList(timespan1, timespan2) {
|
|
@@ -7229,10 +7202,15 @@ var useConfidenceSlider = function useConfidenceSlider(onChange) {
|
|
|
7229
7202
|
return [confidenceValue, onChangeConfidenceValue];
|
|
7230
7203
|
};
|
|
7231
7204
|
|
|
7232
|
-
var styles$
|
|
7233
|
-
|
|
7234
|
-
|
|
7235
|
-
|
|
7205
|
+
var styles$2b = function styles(theme) {
|
|
7206
|
+
return {
|
|
7207
|
+
Typography: {},
|
|
7208
|
+
Slider: {},
|
|
7209
|
+
root: {
|
|
7210
|
+
marginLeft: theme.spacing(2),
|
|
7211
|
+
marginRight: theme.spacing(2)
|
|
7212
|
+
}
|
|
7213
|
+
};
|
|
7236
7214
|
};
|
|
7237
7215
|
|
|
7238
7216
|
function ConfidenceSlider(_ref) {
|
|
@@ -7270,11 +7248,11 @@ function ConfidenceSlider(_ref) {
|
|
|
7270
7248
|
}, SliderProps)));
|
|
7271
7249
|
}
|
|
7272
7250
|
|
|
7273
|
-
var ConfidenceSlider$1 = withStyles(styles$
|
|
7251
|
+
var ConfidenceSlider$1 = withStyles(styles$2b, {
|
|
7274
7252
|
name: 'VdtConfidenceSlider'
|
|
7275
7253
|
})(ConfidenceSlider);
|
|
7276
7254
|
|
|
7277
|
-
var styles$
|
|
7255
|
+
var styles$2a = {
|
|
7278
7256
|
Button: {
|
|
7279
7257
|
minWidth: 0
|
|
7280
7258
|
},
|
|
@@ -7301,7 +7279,7 @@ function EditButton(_ref) {
|
|
|
7301
7279
|
}, ButtonProps), /*#__PURE__*/React__default.createElement(IconComponent, null));
|
|
7302
7280
|
}
|
|
7303
7281
|
|
|
7304
|
-
var EditButton$1 = withStyles(styles$
|
|
7282
|
+
var EditButton$1 = withStyles(styles$2a)(EditButton);
|
|
7305
7283
|
|
|
7306
7284
|
var _excluded$15 = ["itemId", "video", "sampleRate", "onSuccess", "onError", "sameAsStartText", "laterThanEndText"],
|
|
7307
7285
|
_excluded2$c = ["startText", "endText", "uuid", "timespan"],
|
|
@@ -7545,7 +7523,7 @@ var _excluded$14 = ["className", "classes", "itemId", "sampleRate", "onSuccess",
|
|
|
7545
7523
|
function ownKeys$I(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; }
|
|
7546
7524
|
|
|
7547
7525
|
function _objectSpread$I(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$I(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$I(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
7548
|
-
var styles$
|
|
7526
|
+
var styles$29 = {
|
|
7549
7527
|
Form: {}
|
|
7550
7528
|
};
|
|
7551
7529
|
|
|
@@ -7606,7 +7584,7 @@ function ItemTimespanEdit(_ref) {
|
|
|
7606
7584
|
}, props));
|
|
7607
7585
|
}
|
|
7608
7586
|
|
|
7609
|
-
var ItemTimespanEdit$1 = withStyles(styles$
|
|
7587
|
+
var ItemTimespanEdit$1 = withStyles(styles$29, {
|
|
7610
7588
|
name: 'VdtItemTimespanEdit'
|
|
7611
7589
|
})(ItemTimespanEdit);
|
|
7612
7590
|
|
|
@@ -7789,7 +7767,7 @@ var useItemTimespanInterval = function useItemTimespanInterval(_ref3) {
|
|
|
7789
7767
|
};
|
|
7790
7768
|
};
|
|
7791
7769
|
|
|
7792
|
-
var styles$
|
|
7770
|
+
var styles$28 = function styles(theme) {
|
|
7793
7771
|
return {
|
|
7794
7772
|
root: {
|
|
7795
7773
|
transition: 'background-color 0.3s ease-out',
|
|
@@ -7930,11 +7908,11 @@ function ItemTimespanInterval(_ref) {
|
|
|
7930
7908
|
);
|
|
7931
7909
|
}
|
|
7932
7910
|
|
|
7933
|
-
var ItemTimespanInterval$1 = withStyles(styles$
|
|
7911
|
+
var ItemTimespanInterval$1 = withStyles(styles$28, {
|
|
7934
7912
|
name: 'VdtItemTimespanInterval'
|
|
7935
7913
|
})(ItemTimespanInterval);
|
|
7936
7914
|
|
|
7937
|
-
var styles$
|
|
7915
|
+
var styles$27 = {
|
|
7938
7916
|
root: {},
|
|
7939
7917
|
ItemTimespanIntervalContainer: {},
|
|
7940
7918
|
ItemTimespanInterval: {},
|
|
@@ -7995,12 +7973,12 @@ function ItemTimespanList(_ref) {
|
|
|
7995
7973
|
}));
|
|
7996
7974
|
}
|
|
7997
7975
|
|
|
7998
|
-
var ItemTimespanList$1 = withStyles(styles$
|
|
7976
|
+
var ItemTimespanList$1 = withStyles(styles$27, {
|
|
7999
7977
|
name: 'VdtItemTimespanList'
|
|
8000
7978
|
})(ItemTimespanList);
|
|
8001
7979
|
|
|
8002
7980
|
var _excluded$13 = ["className", "classes", "onChange", "searchText", "SearchIconComponent", "CloseIconComponent", "inputRef"];
|
|
8003
|
-
var styles$
|
|
7981
|
+
var styles$26 = {
|
|
8004
7982
|
TextField: {},
|
|
8005
7983
|
InputAdornment: {},
|
|
8006
7984
|
Button: {
|
|
@@ -8077,11 +8055,11 @@ function ItemTimespanSearchInput(_ref) {
|
|
|
8077
8055
|
}, props));
|
|
8078
8056
|
}
|
|
8079
8057
|
|
|
8080
|
-
var ItemTimespanSearchInput$1 = withStyles(styles$
|
|
8058
|
+
var ItemTimespanSearchInput$1 = withStyles(styles$26, {
|
|
8081
8059
|
name: 'VdtItemTimespanSearchInput'
|
|
8082
8060
|
})(ItemTimespanSearchInput);
|
|
8083
8061
|
|
|
8084
|
-
var styles$
|
|
8062
|
+
var styles$25 = function styles(theme) {
|
|
8085
8063
|
return {
|
|
8086
8064
|
root: {},
|
|
8087
8065
|
header: {
|
|
@@ -8239,11 +8217,11 @@ function ItemTimespanBox(_ref) {
|
|
|
8239
8217
|
}, ItemTimespanListProps)));
|
|
8240
8218
|
}
|
|
8241
8219
|
|
|
8242
|
-
var ItemTimespanBox$1 = withStyles(styles$
|
|
8220
|
+
var ItemTimespanBox$1 = withStyles(styles$25, {
|
|
8243
8221
|
name: 'VdtItemTimespanBox'
|
|
8244
8222
|
})(ItemTimespanBox);
|
|
8245
8223
|
|
|
8246
|
-
var styles$
|
|
8224
|
+
var styles$24 = {
|
|
8247
8225
|
FormControl: {},
|
|
8248
8226
|
InputLabel: {},
|
|
8249
8227
|
Select: {},
|
|
@@ -8281,7 +8259,7 @@ function ItemTimespanSelection(_ref) {
|
|
|
8281
8259
|
})));
|
|
8282
8260
|
}
|
|
8283
8261
|
|
|
8284
|
-
var ItemTimespanSelection$1 = withStyles(styles$
|
|
8262
|
+
var ItemTimespanSelection$1 = withStyles(styles$24, {
|
|
8285
8263
|
name: 'VdtItemTimespanSelection'
|
|
8286
8264
|
})(ItemTimespanSelection);
|
|
8287
8265
|
|
|
@@ -8342,7 +8320,7 @@ var useItemTimespan = function useItemTimespan(_ref) {
|
|
|
8342
8320
|
};
|
|
8343
8321
|
};
|
|
8344
8322
|
|
|
8345
|
-
var styles$
|
|
8323
|
+
var styles$23 = function styles(theme) {
|
|
8346
8324
|
return {
|
|
8347
8325
|
root: {},
|
|
8348
8326
|
ItemTimespanSelection: {
|
|
@@ -8409,7 +8387,7 @@ function ItemTimespan$1(_ref) {
|
|
|
8409
8387
|
}, timespanOptionValue, ItemTimespanBoxProps)));
|
|
8410
8388
|
}
|
|
8411
8389
|
|
|
8412
|
-
var ItemTimespan = withStyles(styles$
|
|
8390
|
+
var ItemTimespan = withStyles(styles$23, {
|
|
8413
8391
|
name: 'VdtItemTimespan'
|
|
8414
8392
|
})(ItemTimespan$1);
|
|
8415
8393
|
|
|
@@ -8431,7 +8409,7 @@ var PERMISSIONS = {
|
|
|
8431
8409
|
NONE: 'NONE'
|
|
8432
8410
|
};
|
|
8433
8411
|
|
|
8434
|
-
var styles$
|
|
8412
|
+
var styles$22 = function styles(theme) {
|
|
8435
8413
|
return {
|
|
8436
8414
|
root: {},
|
|
8437
8415
|
recipientRoot: {
|
|
@@ -8839,7 +8817,7 @@ function EntityAccessEdit(_ref6) {
|
|
|
8839
8817
|
}, grantAccessText)));
|
|
8840
8818
|
}
|
|
8841
8819
|
|
|
8842
|
-
var EntityAccessEdit$1 = withStyles(styles$
|
|
8820
|
+
var EntityAccessEdit$1 = withStyles(styles$22, {
|
|
8843
8821
|
name: 'VdtEntityAccessEdit'
|
|
8844
8822
|
})(EntityAccessEdit);
|
|
8845
8823
|
|
|
@@ -9158,7 +9136,7 @@ function ownKeys$E(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
9158
9136
|
|
|
9159
9137
|
function _objectSpread$E(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$E(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$E(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
9160
9138
|
|
|
9161
|
-
var styles$
|
|
9139
|
+
var styles$21 = function styles(theme) {
|
|
9162
9140
|
return {
|
|
9163
9141
|
root: {
|
|
9164
9142
|
height: '42px',
|
|
@@ -9224,7 +9202,7 @@ function ItemMetadataFieldRow(_ref) {
|
|
|
9224
9202
|
}, props))));
|
|
9225
9203
|
}
|
|
9226
9204
|
|
|
9227
|
-
var ItemMetadataFieldRow$1 = withStyles(styles$
|
|
9205
|
+
var ItemMetadataFieldRow$1 = withStyles(styles$21, {
|
|
9228
9206
|
name: 'VdtItemMetadataFieldRow'
|
|
9229
9207
|
})(ItemMetadataFieldRow);
|
|
9230
9208
|
|
|
@@ -9307,7 +9285,7 @@ var defaultGetFieldProps = function defaultGetFieldProps(_ref) {
|
|
|
9307
9285
|
};
|
|
9308
9286
|
};
|
|
9309
9287
|
|
|
9310
|
-
var styles$
|
|
9288
|
+
var styles$20 = {
|
|
9311
9289
|
root: {
|
|
9312
9290
|
tableLayout: 'fixed'
|
|
9313
9291
|
},
|
|
@@ -9424,7 +9402,7 @@ function PureItemMetadataFieldGroupRow(_ref4) {
|
|
|
9424
9402
|
var ItemMetadataFieldGroupRow = withStyles(FieldGroupRowStyles, {
|
|
9425
9403
|
name: 'VdtItemMetadataFieldGroupRow'
|
|
9426
9404
|
})(PureItemMetadataFieldGroupRow);
|
|
9427
|
-
var ItemMetadataFormTable = withStyles(styles$
|
|
9405
|
+
var ItemMetadataFormTable = withStyles(styles$20, {
|
|
9428
9406
|
name: 'VdtItemMetadataFormTable'
|
|
9429
9407
|
})(PureItemMetadataFormTable);
|
|
9430
9408
|
|
|
@@ -9548,7 +9526,7 @@ function ownKeys$D(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
9548
9526
|
|
|
9549
9527
|
function _objectSpread$D(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$D(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$D(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
9550
9528
|
|
|
9551
|
-
var styles$
|
|
9529
|
+
var styles$1$ = function styles(theme) {
|
|
9552
9530
|
return {
|
|
9553
9531
|
root: {
|
|
9554
9532
|
padding: 0,
|
|
@@ -9614,7 +9592,7 @@ function ItemMetadataListFieldItem(_ref) {
|
|
|
9614
9592
|
}));
|
|
9615
9593
|
}
|
|
9616
9594
|
|
|
9617
|
-
var ItemMetadataListFieldItem$1 = withStyles(styles$
|
|
9595
|
+
var ItemMetadataListFieldItem$1 = withStyles(styles$1$, {
|
|
9618
9596
|
name: 'VdtItemMetadataListFieldItem'
|
|
9619
9597
|
})(ItemMetadataListFieldItem);
|
|
9620
9598
|
|
|
@@ -9626,7 +9604,7 @@ function ownKeys$C(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
9626
9604
|
|
|
9627
9605
|
function _objectSpread$C(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$C(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$C(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
9628
9606
|
|
|
9629
|
-
var styles$
|
|
9607
|
+
var styles$1_ = function styles(theme) {
|
|
9630
9608
|
return {
|
|
9631
9609
|
root: {
|
|
9632
9610
|
padding: 0
|
|
@@ -9715,7 +9693,7 @@ function ItemMetadataListFieldGroupItem(_ref) {
|
|
|
9715
9693
|
}))));
|
|
9716
9694
|
}
|
|
9717
9695
|
|
|
9718
|
-
var ItemMetadataListFieldGroupItem$1 = withStyles(styles$
|
|
9696
|
+
var ItemMetadataListFieldGroupItem$1 = withStyles(styles$1_, {
|
|
9719
9697
|
name: 'VdtItemMetadataListFieldGroupItem'
|
|
9720
9698
|
})(ItemMetadataListFieldGroupItem);
|
|
9721
9699
|
|
|
@@ -9723,7 +9701,7 @@ var _excluded$$ = ["classes", "className", "fields", "groups", "showFieldName",
|
|
|
9723
9701
|
_excluded2$9 = ["name"],
|
|
9724
9702
|
_excluded3$2 = ["name"];
|
|
9725
9703
|
|
|
9726
|
-
var styles$
|
|
9704
|
+
var styles$1Z = function styles() {
|
|
9727
9705
|
return {
|
|
9728
9706
|
root: {
|
|
9729
9707
|
width: '100%',
|
|
@@ -9780,7 +9758,7 @@ function ItemMetadataList(_ref) {
|
|
|
9780
9758
|
}));
|
|
9781
9759
|
}
|
|
9782
9760
|
|
|
9783
|
-
var ItemMetadataList$1 = withStyles(styles$
|
|
9761
|
+
var ItemMetadataList$1 = withStyles(styles$1Z, {
|
|
9784
9762
|
name: 'VdtItemMetadataList'
|
|
9785
9763
|
})(ItemMetadataList);
|
|
9786
9764
|
|
|
@@ -15553,7 +15531,7 @@ function ownKeys$B(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
15553
15531
|
|
|
15554
15532
|
function _objectSpread$B(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$B(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$B(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
15555
15533
|
|
|
15556
|
-
var styles$
|
|
15534
|
+
var styles$1Y = function styles(theme) {
|
|
15557
15535
|
return {
|
|
15558
15536
|
TableCellLabel: _objectSpread$B({
|
|
15559
15537
|
borderStyle: 'none'
|
|
@@ -15586,7 +15564,7 @@ function TableRow(_ref) {
|
|
|
15586
15564
|
}, value !== undefined ? formatValue(value) : ''));
|
|
15587
15565
|
}
|
|
15588
15566
|
|
|
15589
|
-
var TableRow$1 = withStyles(styles$
|
|
15567
|
+
var TableRow$1 = withStyles(styles$1Y)(TableRow);
|
|
15590
15568
|
|
|
15591
15569
|
function AudioComponentTypeTableBody(_ref) {
|
|
15592
15570
|
var className = _ref.className,
|
|
@@ -15912,7 +15890,7 @@ function ShapeTypeTableBody(_ref2) {
|
|
|
15912
15890
|
}));
|
|
15913
15891
|
}
|
|
15914
15892
|
|
|
15915
|
-
var styles$
|
|
15893
|
+
var styles$1X = function styles() {
|
|
15916
15894
|
return {
|
|
15917
15895
|
MenuIconButton: {},
|
|
15918
15896
|
MenuIcon: {},
|
|
@@ -16000,7 +15978,7 @@ function ItemShapeMenu(_ref) {
|
|
|
16000
15978
|
}));
|
|
16001
15979
|
}
|
|
16002
15980
|
|
|
16003
|
-
var ItemShapeMenu$1 = withStyles(styles$
|
|
15981
|
+
var ItemShapeMenu$1 = withStyles(styles$1X, {
|
|
16004
15982
|
name: 'VdtItemShapeMenu'
|
|
16005
15983
|
})(ItemShapeMenu);
|
|
16006
15984
|
|
|
@@ -16064,7 +16042,7 @@ function ItemShapeRow(_ref) {
|
|
|
16064
16042
|
})))))));
|
|
16065
16043
|
}
|
|
16066
16044
|
|
|
16067
|
-
var styles$
|
|
16045
|
+
var styles$1W = function styles() {
|
|
16068
16046
|
return {
|
|
16069
16047
|
root: {
|
|
16070
16048
|
width: '100%'
|
|
@@ -16129,10 +16107,10 @@ ItemShapeTable.defaultProps = {
|
|
|
16129
16107
|
canExpand: true
|
|
16130
16108
|
};
|
|
16131
16109
|
|
|
16132
|
-
var Component$
|
|
16110
|
+
var Component$S = withStyles(styles$1W, {
|
|
16133
16111
|
name: 'VdtItemShapeTable'
|
|
16134
16112
|
})(ItemShapeTable);
|
|
16135
|
-
Component$
|
|
16113
|
+
Component$S.displayName = 'ItemShapeTable';
|
|
16136
16114
|
|
|
16137
16115
|
var _excluded$Z = ["itemId", "hidden"];
|
|
16138
16116
|
var queryParams$2 = {
|
|
@@ -16173,7 +16151,7 @@ function ItemShapeTab(_ref) {
|
|
|
16173
16151
|
|
|
16174
16152
|
hiddenRef.current = hidden;
|
|
16175
16153
|
}, [hidden, onRefresh]);
|
|
16176
|
-
return /*#__PURE__*/React__default.createElement(Component$
|
|
16154
|
+
return /*#__PURE__*/React__default.createElement(Component$S, _extends$4({
|
|
16177
16155
|
itemId: itemId,
|
|
16178
16156
|
itemType: itemType,
|
|
16179
16157
|
onRemove: onRemove
|
|
@@ -16205,7 +16183,7 @@ function MetadataTypeTableBody(_ref) {
|
|
|
16205
16183
|
}));
|
|
16206
16184
|
}
|
|
16207
16185
|
|
|
16208
|
-
var styles$
|
|
16186
|
+
var styles$1V = function styles() {
|
|
16209
16187
|
return {
|
|
16210
16188
|
root: {
|
|
16211
16189
|
width: '100%'
|
|
@@ -16251,10 +16229,10 @@ ItemSourceTable.defaultProps = {
|
|
|
16251
16229
|
classes: {}
|
|
16252
16230
|
};
|
|
16253
16231
|
|
|
16254
|
-
var Component$
|
|
16232
|
+
var Component$R = withStyles(styles$1V, {
|
|
16255
16233
|
name: 'VdtItemSourceTable'
|
|
16256
16234
|
})(ItemSourceTable);
|
|
16257
|
-
Component$
|
|
16235
|
+
Component$R.displayName = 'ItemSourceTable';
|
|
16258
16236
|
|
|
16259
16237
|
var queryParams$1 = {
|
|
16260
16238
|
content: ['shape', 'metadata'],
|
|
@@ -16268,7 +16246,7 @@ function ItemSourceTab(_ref) {
|
|
|
16268
16246
|
return /*#__PURE__*/React__default.createElement(GetItem, {
|
|
16269
16247
|
itemId: itemId,
|
|
16270
16248
|
queryParams: queryParams$1
|
|
16271
|
-
}, /*#__PURE__*/React__default.createElement(Component$
|
|
16249
|
+
}, /*#__PURE__*/React__default.createElement(Component$R, null));
|
|
16272
16250
|
}
|
|
16273
16251
|
|
|
16274
16252
|
function ItemPosterDialog(_ref) {
|
|
@@ -16322,7 +16300,7 @@ function ItemPosterDialog(_ref) {
|
|
|
16322
16300
|
function ownKeys$z(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; }
|
|
16323
16301
|
|
|
16324
16302
|
function _objectSpread$z(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$z(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$z(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
16325
|
-
var styles$
|
|
16303
|
+
var styles$1U = function styles(theme) {
|
|
16326
16304
|
return {
|
|
16327
16305
|
root: {
|
|
16328
16306
|
color: theme.palette.common.white,
|
|
@@ -16371,10 +16349,10 @@ MediaCardThumbnailLabel.defaultProps = {
|
|
|
16371
16349
|
style: {}
|
|
16372
16350
|
};
|
|
16373
16351
|
|
|
16374
|
-
var Component$
|
|
16352
|
+
var Component$Q = withStyles(styles$1U, {
|
|
16375
16353
|
name: 'VdtMediaCardThumbnailLabel'
|
|
16376
16354
|
})(MediaCardThumbnailLabel);
|
|
16377
|
-
Component$
|
|
16355
|
+
Component$Q.displayName = 'MediaCardThumbnailLabel';
|
|
16378
16356
|
|
|
16379
16357
|
var formatDurationSeconds = function formatDurationSeconds(durationSeconds) {
|
|
16380
16358
|
var hours = Math.floor(durationSeconds / 3600);
|
|
@@ -16393,7 +16371,7 @@ function MediaCardDurationLabel(_ref) {
|
|
|
16393
16371
|
var seconds = Number(label);
|
|
16394
16372
|
if (seconds === 0) return null;
|
|
16395
16373
|
var formattedDuration = formatDurationSeconds(seconds);
|
|
16396
|
-
return /*#__PURE__*/React__default.createElement(Component$
|
|
16374
|
+
return /*#__PURE__*/React__default.createElement(Component$Q, {
|
|
16397
16375
|
className: className,
|
|
16398
16376
|
classes: classes,
|
|
16399
16377
|
style: style,
|
|
@@ -16402,7 +16380,7 @@ function MediaCardDurationLabel(_ref) {
|
|
|
16402
16380
|
}
|
|
16403
16381
|
|
|
16404
16382
|
var _excluded$Y = ["classes", "className", "component", "image", "height", "width", "primaryColor", "onClick", "labelLeftTop", "LabelComponentLeftTop", "LabelPropsLeftTop", "labelLeftBottom", "LabelComponentLeftBottom", "LabelPropsLeftBottom", "labelRightTop", "LabelComponentRightTop", "LabelPropsRightTop", "labelRightBottom", "LabelComponentRightBottom", "LabelPropsRightBottom", "innerProps", "scrubOnHover", "scrubOffsetProp", "scrubLabelLeftMargin", "ScrubLabelComponent", "ScrubLabelProps"];
|
|
16405
|
-
var styles$
|
|
16383
|
+
var styles$1T = function styles(theme) {
|
|
16406
16384
|
return {
|
|
16407
16385
|
root: {},
|
|
16408
16386
|
container: {
|
|
@@ -16649,16 +16627,16 @@ MediaCardThumbnail.defaultProps = {
|
|
|
16649
16627
|
primaryColor: undefined,
|
|
16650
16628
|
onClick: undefined,
|
|
16651
16629
|
labelLeftTop: undefined,
|
|
16652
|
-
LabelComponentLeftTop: Component$
|
|
16630
|
+
LabelComponentLeftTop: Component$Q,
|
|
16653
16631
|
LabelPropsLeftTop: {},
|
|
16654
16632
|
labelLeftBottom: undefined,
|
|
16655
|
-
LabelComponentLeftBottom: Component$
|
|
16633
|
+
LabelComponentLeftBottom: Component$Q,
|
|
16656
16634
|
LabelPropsLeftBottom: {},
|
|
16657
16635
|
labelRightTop: undefined,
|
|
16658
|
-
LabelComponentRightTop: Component$
|
|
16636
|
+
LabelComponentRightTop: Component$Q,
|
|
16659
16637
|
LabelPropsRightTop: {},
|
|
16660
16638
|
labelRightBottom: undefined,
|
|
16661
|
-
LabelComponentRightBottom: Component$
|
|
16639
|
+
LabelComponentRightBottom: Component$Q,
|
|
16662
16640
|
LabelPropsRightBottom: {},
|
|
16663
16641
|
innerProps: {},
|
|
16664
16642
|
scrubOnHover: true,
|
|
@@ -16668,12 +16646,12 @@ MediaCardThumbnail.defaultProps = {
|
|
|
16668
16646
|
ScrubLabelProps: {}
|
|
16669
16647
|
};
|
|
16670
16648
|
|
|
16671
|
-
var Component$
|
|
16649
|
+
var Component$P = withStyles(styles$1T, {
|
|
16672
16650
|
name: 'VdtMediaCardThumbnail'
|
|
16673
16651
|
})(MediaCardThumbnail);
|
|
16674
|
-
Component$
|
|
16652
|
+
Component$P.displayName = 'MediaCardThumbnail';
|
|
16675
16653
|
|
|
16676
|
-
var styles$
|
|
16654
|
+
var styles$1S = function styles(theme) {
|
|
16677
16655
|
return {
|
|
16678
16656
|
root: {},
|
|
16679
16657
|
posterRoot: {
|
|
@@ -16691,7 +16669,7 @@ function ItemPosterList(_ref) {
|
|
|
16691
16669
|
imgList = _ref$imgList === void 0 ? [] : _ref$imgList,
|
|
16692
16670
|
handleOpen = _ref.handleOpen,
|
|
16693
16671
|
_ref$MediaCardThumbna = _ref.MediaCardThumbnailComponent,
|
|
16694
|
-
MediaCardThumbnailComponent = _ref$MediaCardThumbna === void 0 ? Component$
|
|
16672
|
+
MediaCardThumbnailComponent = _ref$MediaCardThumbna === void 0 ? Component$P : _ref$MediaCardThumbna,
|
|
16695
16673
|
_ref$MediaCardThumbna2 = _ref.MediaCardThumbnailProps,
|
|
16696
16674
|
MediaCardThumbnailProps = _ref$MediaCardThumbna2 === void 0 ? {} : _ref$MediaCardThumbna2;
|
|
16697
16675
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -16719,7 +16697,7 @@ function ItemPosterList(_ref) {
|
|
|
16719
16697
|
}));
|
|
16720
16698
|
}
|
|
16721
16699
|
|
|
16722
|
-
var ItemPosterList$1 = withStyles(styles$
|
|
16700
|
+
var ItemPosterList$1 = withStyles(styles$1S, {
|
|
16723
16701
|
name: 'VdtItemPosterList'
|
|
16724
16702
|
})(ItemPosterList);
|
|
16725
16703
|
|
|
@@ -16893,7 +16871,7 @@ var IMAGE_MIMETYPE_PREFIX = 'image';
|
|
|
16893
16871
|
var COLLECTION$4 = 'collection';
|
|
16894
16872
|
var FILE$1 = 'file';
|
|
16895
16873
|
var PLACEHOLDER = 'placeholder';
|
|
16896
|
-
var styles$
|
|
16874
|
+
var styles$1R = {};
|
|
16897
16875
|
function MimeTypeIcon(_ref) {
|
|
16898
16876
|
var className = _ref.className,
|
|
16899
16877
|
classes = _ref.classes,
|
|
@@ -16954,12 +16932,12 @@ MimeTypeIcon.defaultProps = {
|
|
|
16954
16932
|
collectionIcon: FolderIcon
|
|
16955
16933
|
};
|
|
16956
16934
|
|
|
16957
|
-
var Component$
|
|
16935
|
+
var Component$O = withStyles(styles$1R, {
|
|
16958
16936
|
name: 'VdtMimeTypeIcon'
|
|
16959
16937
|
})(MimeTypeIcon);
|
|
16960
|
-
Component$
|
|
16938
|
+
Component$O.displayName = 'MimeTypeIcon';
|
|
16961
16939
|
|
|
16962
|
-
var styles$
|
|
16940
|
+
var styles$1Q = {
|
|
16963
16941
|
root: {
|
|
16964
16942
|
transition: 'background-color .2s ease-out'
|
|
16965
16943
|
},
|
|
@@ -16976,7 +16954,7 @@ function MediaCardAvatar(_ref) {
|
|
|
16976
16954
|
_ref$variant = _ref.variant,
|
|
16977
16955
|
variant = _ref$variant === void 0 ? 'square' : _ref$variant,
|
|
16978
16956
|
_ref$MimeTypeComponen = _ref.MimeTypeComponent,
|
|
16979
|
-
MimeTypeComponent = _ref$MimeTypeComponen === void 0 ? Component$
|
|
16957
|
+
MimeTypeComponent = _ref$MimeTypeComponen === void 0 ? Component$O : _ref$MimeTypeComponen,
|
|
16980
16958
|
_ref$MimeTypeProps = _ref.MimeTypeProps,
|
|
16981
16959
|
MimeTypeProps = _ref$MimeTypeProps === void 0 ? {} : _ref$MimeTypeProps,
|
|
16982
16960
|
_ref$SkeletonProps = _ref.SkeletonProps,
|
|
@@ -17017,20 +16995,20 @@ MediaCardAvatar.defaultProps = {
|
|
|
17017
16995
|
avatar: undefined,
|
|
17018
16996
|
skeleton: false,
|
|
17019
16997
|
variant: 'square',
|
|
17020
|
-
MimeTypeComponent: Component$
|
|
16998
|
+
MimeTypeComponent: Component$O,
|
|
17021
16999
|
MimeTypeProps: {},
|
|
17022
17000
|
SkeletonProps: {},
|
|
17023
17001
|
AvatarProps: {}
|
|
17024
17002
|
};
|
|
17025
17003
|
|
|
17026
|
-
var Component$
|
|
17004
|
+
var Component$N = withStyles(styles$1Q, {
|
|
17027
17005
|
name: 'VdtMediaCardAvatar'
|
|
17028
17006
|
})(MediaCardAvatar);
|
|
17029
|
-
Component$
|
|
17007
|
+
Component$N.displayName = 'MediaCardAvatar';
|
|
17030
17008
|
|
|
17031
17009
|
var _excluded$W = ["className", "classes", "checked", "handleHover", "children", "innerProps"];
|
|
17032
17010
|
|
|
17033
|
-
var styles$
|
|
17011
|
+
var styles$1P = function styles(theme) {
|
|
17034
17012
|
return {
|
|
17035
17013
|
root: {
|
|
17036
17014
|
width: 'inherit',
|
|
@@ -17078,7 +17056,7 @@ function MediaCardCard(_ref) {
|
|
|
17078
17056
|
}, CardProps), children);
|
|
17079
17057
|
}
|
|
17080
17058
|
|
|
17081
|
-
var MediaCardCard$1 = withStyles(styles$
|
|
17059
|
+
var MediaCardCard$1 = withStyles(styles$1P, {
|
|
17082
17060
|
name: 'VdtMediaCardCard'
|
|
17083
17061
|
})(MediaCardCard);
|
|
17084
17062
|
|
|
@@ -17202,7 +17180,7 @@ function MediaCardHeader(_ref) {
|
|
|
17202
17180
|
handleChecked = _ref.handleChecked,
|
|
17203
17181
|
avatar = _ref.avatar,
|
|
17204
17182
|
_ref$AvatarComponent = _ref.AvatarComponent,
|
|
17205
|
-
AvatarComponent = _ref$AvatarComponent === void 0 ? Component$
|
|
17183
|
+
AvatarComponent = _ref$AvatarComponent === void 0 ? Component$N : _ref$AvatarComponent,
|
|
17206
17184
|
_ref$AvatarProps = _ref.AvatarProps,
|
|
17207
17185
|
AvatarProps = _ref$AvatarProps === void 0 ? {} : _ref$AvatarProps,
|
|
17208
17186
|
_ref$MenuComponent = _ref.MenuComponent,
|
|
@@ -17247,7 +17225,7 @@ var _excluded$V = ["className", "classes", "onHover", "onCheck", "onClick", "che
|
|
|
17247
17225
|
* MediaCard displays information, thumbnail and action buttons
|
|
17248
17226
|
*/
|
|
17249
17227
|
|
|
17250
|
-
var styles$
|
|
17228
|
+
var styles$1O = function styles() {
|
|
17251
17229
|
return {
|
|
17252
17230
|
root: {}
|
|
17253
17231
|
};
|
|
@@ -17380,10 +17358,10 @@ MediaCard.defaultProps = {
|
|
|
17380
17358
|
avatar: undefined,
|
|
17381
17359
|
CardComponent: MediaCardCard$1,
|
|
17382
17360
|
HeaderComponent: MediaCardHeader,
|
|
17383
|
-
ThumbnailComponent: Component$
|
|
17361
|
+
ThumbnailComponent: Component$P,
|
|
17384
17362
|
ContentComponent: MediaCardContent,
|
|
17385
17363
|
ActionsComponent: MediaCardActions,
|
|
17386
|
-
AvatarComponent: Component$
|
|
17364
|
+
AvatarComponent: Component$N,
|
|
17387
17365
|
MenuComponent: MediaCardMenu,
|
|
17388
17366
|
CardProps: {},
|
|
17389
17367
|
HeaderProps: {},
|
|
@@ -17394,10 +17372,10 @@ MediaCard.defaultProps = {
|
|
|
17394
17372
|
MenuProps: {}
|
|
17395
17373
|
};
|
|
17396
17374
|
|
|
17397
|
-
var Component$
|
|
17375
|
+
var Component$M = withStyles(styles$1O, {
|
|
17398
17376
|
name: 'VdtMediaCard'
|
|
17399
17377
|
})(MediaCard);
|
|
17400
|
-
Component$
|
|
17378
|
+
Component$M.displayName = 'MediaCard';
|
|
17401
17379
|
|
|
17402
17380
|
function CollectionAvatar() {
|
|
17403
17381
|
return /*#__PURE__*/React__default.createElement(Avatar$1, {
|
|
@@ -17406,7 +17384,7 @@ function CollectionAvatar() {
|
|
|
17406
17384
|
}
|
|
17407
17385
|
|
|
17408
17386
|
var _excluded$U = ["collectionType", "MediaCardComponent", "AvatarComponent", "ThumbnailComponent", "MenuComponent", "ContentComponent", "ActionsComponent", "metadataToProps", "parseMetadataOpts", "titleSelector", "subheaderSelector"];
|
|
17409
|
-
var styles$
|
|
17387
|
+
var styles$1N = {};
|
|
17410
17388
|
|
|
17411
17389
|
var metadataToProps$3 = function metadataToProps(_ref) {
|
|
17412
17390
|
var collectionType = _ref.collectionType,
|
|
@@ -17476,7 +17454,7 @@ CollectionCard.defaultProps = {
|
|
|
17476
17454
|
joinValue: ', ',
|
|
17477
17455
|
flat: true
|
|
17478
17456
|
},
|
|
17479
|
-
MediaCardComponent: Component$
|
|
17457
|
+
MediaCardComponent: Component$M,
|
|
17480
17458
|
AvatarComponent: CollectionAvatar,
|
|
17481
17459
|
ThumbnailComponent: null,
|
|
17482
17460
|
MenuComponent: null,
|
|
@@ -17490,12 +17468,12 @@ CollectionCard.defaultProps = {
|
|
|
17490
17468
|
}
|
|
17491
17469
|
};
|
|
17492
17470
|
|
|
17493
|
-
var Component$
|
|
17471
|
+
var Component$L = withStyles(styles$1N, {
|
|
17494
17472
|
name: 'VdtCollectionCard'
|
|
17495
17473
|
})(CollectionCard);
|
|
17496
|
-
Component$
|
|
17474
|
+
Component$L.displayName = 'CollectionCard';
|
|
17497
17475
|
|
|
17498
|
-
var styles$
|
|
17476
|
+
var styles$1M = {
|
|
17499
17477
|
root: {
|
|
17500
17478
|
display: 'flex',
|
|
17501
17479
|
flexWrap: 'wrap',
|
|
@@ -17616,8 +17594,13 @@ ImageCollage.defaultProps = {
|
|
|
17616
17594
|
}
|
|
17617
17595
|
};
|
|
17618
17596
|
|
|
17597
|
+
var Component$K = withStyles(styles$1M, {
|
|
17598
|
+
name: 'VdtImageCollage'
|
|
17599
|
+
})(ImageCollage);
|
|
17600
|
+
Component$K.displayName = 'ImageCollage';
|
|
17601
|
+
|
|
17619
17602
|
var _excluded$T = ["classes", "className", "component", "height", "width", "primaryColor", "onClick", "onError", "innerProps", "ImageCollageProps"];
|
|
17620
|
-
var styles$
|
|
17603
|
+
var styles$1L = function styles() {
|
|
17621
17604
|
return {
|
|
17622
17605
|
root: {},
|
|
17623
17606
|
isClickable: {
|
|
@@ -17699,7 +17682,7 @@ function CollectionCardThumbnail(_ref) {
|
|
|
17699
17682
|
width: width,
|
|
17700
17683
|
backgroundColor: thumbnailUrls.length ? undefined : primaryColor
|
|
17701
17684
|
}
|
|
17702
|
-
}, /*#__PURE__*/React__default.createElement(
|
|
17685
|
+
}, /*#__PURE__*/React__default.createElement(Component$K, _extends$4({
|
|
17703
17686
|
className: "VdtCollectionCardThumbnail-image",
|
|
17704
17687
|
urls: thumbnailUrls,
|
|
17705
17688
|
onError: handleError
|
|
@@ -17730,7 +17713,7 @@ CollectionCardThumbnail.propTypes = {
|
|
|
17730
17713
|
ImageCollageProps: PropTypes$1.objectOf(PropTypes$1.any)
|
|
17731
17714
|
};
|
|
17732
17715
|
CollectionCardThumbnail.defaultProps = {
|
|
17733
|
-
className:
|
|
17716
|
+
className: '',
|
|
17734
17717
|
classes: {},
|
|
17735
17718
|
component: 'div',
|
|
17736
17719
|
height: 180,
|
|
@@ -17742,7 +17725,7 @@ CollectionCardThumbnail.defaultProps = {
|
|
|
17742
17725
|
ImageCollageProps: {}
|
|
17743
17726
|
};
|
|
17744
17727
|
|
|
17745
|
-
var Component$J = withStyles(styles$
|
|
17728
|
+
var Component$J = withStyles(styles$1L, {
|
|
17746
17729
|
name: 'VdtCollectionCardThumbnail'
|
|
17747
17730
|
})(CollectionCardThumbnail);
|
|
17748
17731
|
Component$J.displayName = 'CollectionCardThumbnail';
|
|
@@ -17750,7 +17733,7 @@ Component$J.displayName = 'CollectionCardThumbnail';
|
|
|
17750
17733
|
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
17734
|
|
|
17752
17735
|
function _objectSpread$y(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$y(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$y(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
17753
|
-
var styles$
|
|
17736
|
+
var styles$1K = {
|
|
17754
17737
|
root: {}
|
|
17755
17738
|
};
|
|
17756
17739
|
function CollectionGrid(_ref) {
|
|
@@ -17815,7 +17798,7 @@ CollectionGrid.defaultProps = {
|
|
|
17815
17798
|
className: undefined,
|
|
17816
17799
|
classes: {},
|
|
17817
17800
|
collectionListType: {},
|
|
17818
|
-
CollectionCardComponent: Component$
|
|
17801
|
+
CollectionCardComponent: Component$L,
|
|
17819
17802
|
CollectionCardProps: {},
|
|
17820
17803
|
GridContainerProps: {},
|
|
17821
17804
|
GridItemProps: {},
|
|
@@ -17823,7 +17806,7 @@ CollectionGrid.defaultProps = {
|
|
|
17823
17806
|
onCollectionClick: null
|
|
17824
17807
|
};
|
|
17825
17808
|
|
|
17826
|
-
var Component$I = withStyles(styles$
|
|
17809
|
+
var Component$I = withStyles(styles$1K, {
|
|
17827
17810
|
name: 'VdtCollectionGrid'
|
|
17828
17811
|
})(CollectionGrid);
|
|
17829
17812
|
Component$I.displayName = 'CollectionGrid';
|
|
@@ -17844,7 +17827,7 @@ var defaultMetadataToProps = function defaultMetadataToProps(_ref) {
|
|
|
17844
17827
|
});
|
|
17845
17828
|
};
|
|
17846
17829
|
|
|
17847
|
-
var styles$
|
|
17830
|
+
var styles$1J = function styles() {
|
|
17848
17831
|
return {
|
|
17849
17832
|
root: {}
|
|
17850
17833
|
};
|
|
@@ -17938,13 +17921,13 @@ CollectionRow.defaultProps = {
|
|
|
17938
17921
|
TableRowProps: {}
|
|
17939
17922
|
};
|
|
17940
17923
|
|
|
17941
|
-
var Component$H = withStyles(styles$
|
|
17924
|
+
var Component$H = withStyles(styles$1J, {
|
|
17942
17925
|
name: 'VdtCollectionRow'
|
|
17943
17926
|
})(CollectionRow);
|
|
17944
17927
|
Component$H.displayName = 'CollectionRow';
|
|
17945
17928
|
|
|
17946
17929
|
var _excluded$R = ["classes", "className", "collectionListType", "RowComponent", "options", "onCheck", "selected", "onRowClick"];
|
|
17947
|
-
var styles$
|
|
17930
|
+
var styles$1I = function styles() {
|
|
17948
17931
|
return {
|
|
17949
17932
|
root: {}
|
|
17950
17933
|
};
|
|
@@ -18017,7 +18000,7 @@ CollectionTable.defaultProps = {
|
|
|
18017
18000
|
onRowClick: undefined
|
|
18018
18001
|
};
|
|
18019
18002
|
|
|
18020
|
-
var Component$G = withStyles(styles$
|
|
18003
|
+
var Component$G = withStyles(styles$1I, {
|
|
18021
18004
|
name: 'VdtCollectionTable'
|
|
18022
18005
|
})(CollectionTable);
|
|
18023
18006
|
Component$G.displayName = 'CollectionTable';
|
|
@@ -18783,17 +18766,17 @@ withDrop.defaultProps = {
|
|
|
18783
18766
|
acceptedEntityTypes: ACCEPTED_ENTITY_TYPES
|
|
18784
18767
|
};
|
|
18785
18768
|
|
|
18786
|
-
var styles$
|
|
18769
|
+
var styles$1H = {
|
|
18787
18770
|
isDragging: {
|
|
18788
18771
|
opacity: 0.5,
|
|
18789
18772
|
cursor: 'move'
|
|
18790
18773
|
}
|
|
18791
18774
|
};
|
|
18792
|
-
var TreeItemDraggable = compose(withStyles$1(styles$
|
|
18775
|
+
var TreeItemDraggable = compose(withStyles$1(styles$1H, {
|
|
18793
18776
|
name: 'VdtTreeItemDraggable'
|
|
18794
18777
|
}), withDrag)(TreeItem);
|
|
18795
18778
|
|
|
18796
|
-
var styles$
|
|
18779
|
+
var styles$1G = function styles() {
|
|
18797
18780
|
return {
|
|
18798
18781
|
root: {}
|
|
18799
18782
|
};
|
|
@@ -18820,7 +18803,7 @@ function ItemLabel(_ref) {
|
|
|
18820
18803
|
className: clsx(className, classes.root, 'VdtItemLabel-root'),
|
|
18821
18804
|
display: "flex",
|
|
18822
18805
|
alignItems: "flex-end"
|
|
18823
|
-
}, /*#__PURE__*/React__default.createElement(Component$
|
|
18806
|
+
}, /*#__PURE__*/React__default.createElement(Component$O, {
|
|
18824
18807
|
mimeType: mimeType
|
|
18825
18808
|
}), /*#__PURE__*/React__default.createElement(Typography, {
|
|
18826
18809
|
style: {
|
|
@@ -18829,11 +18812,11 @@ function ItemLabel(_ref) {
|
|
|
18829
18812
|
}, label));
|
|
18830
18813
|
}
|
|
18831
18814
|
|
|
18832
|
-
var ItemLabel$1 = withStyles$1(styles$
|
|
18815
|
+
var ItemLabel$1 = withStyles$1(styles$1G, {
|
|
18833
18816
|
name: 'VdtItemLabel'
|
|
18834
18817
|
})(ItemLabel);
|
|
18835
18818
|
|
|
18836
|
-
var styles$
|
|
18819
|
+
var styles$1F = function styles(theme) {
|
|
18837
18820
|
return {
|
|
18838
18821
|
isOver: {
|
|
18839
18822
|
backgroundColor: theme.palette.primary.main
|
|
@@ -18841,11 +18824,11 @@ var styles$1E = function styles(theme) {
|
|
|
18841
18824
|
};
|
|
18842
18825
|
};
|
|
18843
18826
|
|
|
18844
|
-
var ItemLabelDroppable = compose(withStyles$1(styles$
|
|
18827
|
+
var ItemLabelDroppable = compose(withStyles$1(styles$1F, {
|
|
18845
18828
|
name: 'VdtItemLabelDroppable'
|
|
18846
18829
|
}), withDrop)(ItemLabel$1);
|
|
18847
18830
|
|
|
18848
|
-
var styles$
|
|
18831
|
+
var styles$1E = {
|
|
18849
18832
|
root: {}
|
|
18850
18833
|
};
|
|
18851
18834
|
|
|
@@ -18883,11 +18866,11 @@ function ItemTreeItem(_ref) {
|
|
|
18883
18866
|
}, TreeItemProps));
|
|
18884
18867
|
}
|
|
18885
18868
|
|
|
18886
|
-
var ItemTreeItem$1 = withStyles$1(styles$
|
|
18869
|
+
var ItemTreeItem$1 = withStyles$1(styles$1E, {
|
|
18887
18870
|
name: 'VdtItemTreeItem'
|
|
18888
18871
|
})(ItemTreeItem);
|
|
18889
18872
|
|
|
18890
|
-
var styles$
|
|
18873
|
+
var styles$1D = {
|
|
18891
18874
|
root: {}
|
|
18892
18875
|
};
|
|
18893
18876
|
|
|
@@ -18919,11 +18902,11 @@ function CollectionLabel(_ref) {
|
|
|
18919
18902
|
}, collectionLabel));
|
|
18920
18903
|
}
|
|
18921
18904
|
|
|
18922
|
-
var CollectionLabel$1 = withStyles$1(styles$
|
|
18905
|
+
var CollectionLabel$1 = withStyles$1(styles$1D, {
|
|
18923
18906
|
name: 'CollectionLabel'
|
|
18924
18907
|
})(CollectionLabel);
|
|
18925
18908
|
|
|
18926
|
-
var styles$
|
|
18909
|
+
var styles$1C = function styles(theme) {
|
|
18927
18910
|
return {
|
|
18928
18911
|
isOver: {
|
|
18929
18912
|
backgroundColor: theme.palette.primary.main
|
|
@@ -18931,7 +18914,7 @@ var styles$1B = function styles(theme) {
|
|
|
18931
18914
|
};
|
|
18932
18915
|
};
|
|
18933
18916
|
|
|
18934
|
-
var CollectionLabelDroppable = compose(withStyles$1(styles$
|
|
18917
|
+
var CollectionLabelDroppable = compose(withStyles$1(styles$1C, {
|
|
18935
18918
|
name: 'VdtCollectionLabelDroppable'
|
|
18936
18919
|
}), withDrop)(CollectionLabel$1);
|
|
18937
18920
|
|
|
@@ -18970,7 +18953,7 @@ var getStateWithParentCollection = function getStateWithParentCollection(state,
|
|
|
18970
18953
|
});
|
|
18971
18954
|
};
|
|
18972
18955
|
|
|
18973
|
-
var styles$
|
|
18956
|
+
var styles$1B = {
|
|
18974
18957
|
root: {}
|
|
18975
18958
|
};
|
|
18976
18959
|
function CollectionTreeList(_ref) {
|
|
@@ -19245,7 +19228,7 @@ function CollectionTreeList(_ref) {
|
|
|
19245
19228
|
}) : undefined);
|
|
19246
19229
|
}
|
|
19247
19230
|
|
|
19248
|
-
var Component$F = withStyles(styles$
|
|
19231
|
+
var Component$F = withStyles(styles$1B, {
|
|
19249
19232
|
name: 'VdtCollectionTreeList'
|
|
19250
19233
|
})(CollectionTreeList);
|
|
19251
19234
|
Component$F.displayName = 'CollectionTreeList';
|
|
@@ -19253,7 +19236,7 @@ Component$F.displayName = 'CollectionTreeList';
|
|
|
19253
19236
|
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
19237
|
|
|
19255
19238
|
function _objectSpread$t(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$t(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$t(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
19256
|
-
var styles$
|
|
19239
|
+
var styles$1A = function styles() {
|
|
19257
19240
|
return {
|
|
19258
19241
|
ListItemSecondaryAction: {
|
|
19259
19242
|
visibility: 'hidden'
|
|
@@ -19416,7 +19399,7 @@ CollectionListItem.defaultProps = {
|
|
|
19416
19399
|
onClick: undefined,
|
|
19417
19400
|
ActionComponent: undefined,
|
|
19418
19401
|
ActionProps: {},
|
|
19419
|
-
AvatarComponent: Component$
|
|
19402
|
+
AvatarComponent: Component$N,
|
|
19420
19403
|
AvatarProps: {},
|
|
19421
19404
|
ListItemProps: {},
|
|
19422
19405
|
parseMetadataOptions: {
|
|
@@ -19426,12 +19409,12 @@ CollectionListItem.defaultProps = {
|
|
|
19426
19409
|
skeleton: false
|
|
19427
19410
|
};
|
|
19428
19411
|
|
|
19429
|
-
var Component$E = withStyles(styles$
|
|
19412
|
+
var Component$E = withStyles(styles$1A, {
|
|
19430
19413
|
name: 'VdtCollectionListItem'
|
|
19431
19414
|
})(CollectionListItem);
|
|
19432
19415
|
Component$E.displayName = 'CollectionListItem';
|
|
19433
19416
|
|
|
19434
|
-
var styles$
|
|
19417
|
+
var styles$1z = function styles() {
|
|
19435
19418
|
return {
|
|
19436
19419
|
root: {
|
|
19437
19420
|
width: '100%'
|
|
@@ -19476,7 +19459,7 @@ CollectionList.defaultProps = {
|
|
|
19476
19459
|
CollectionListItemProps: {}
|
|
19477
19460
|
};
|
|
19478
19461
|
|
|
19479
|
-
var Component$D = withStyles(styles$
|
|
19462
|
+
var Component$D = withStyles(styles$1z, {
|
|
19480
19463
|
name: 'VdtCollectionList'
|
|
19481
19464
|
})(CollectionList);
|
|
19482
19465
|
Component$D.displayName = 'CollectionList';
|
|
@@ -19684,7 +19667,7 @@ var CollectionAccessTab$1 = withStyles({}, {
|
|
|
19684
19667
|
name: 'VdtCollectionAccessTab'
|
|
19685
19668
|
})(CollectionAccessTab);
|
|
19686
19669
|
|
|
19687
|
-
var styles$
|
|
19670
|
+
var styles$1y = function styles() {
|
|
19688
19671
|
return {
|
|
19689
19672
|
root: {}
|
|
19690
19673
|
};
|
|
@@ -19773,12 +19756,12 @@ CollectionCreateDialog.defaultProps = {
|
|
|
19773
19756
|
onSuccess: undefined
|
|
19774
19757
|
};
|
|
19775
19758
|
|
|
19776
|
-
var Component$C = withStyles(styles$
|
|
19759
|
+
var Component$C = withStyles(styles$1y, {
|
|
19777
19760
|
name: 'VdtCollectionCreateDialog'
|
|
19778
19761
|
})(CollectionCreateDialog);
|
|
19779
19762
|
Component$C.displayName = 'CollectionCreateDialog';
|
|
19780
19763
|
|
|
19781
|
-
var styles$
|
|
19764
|
+
var styles$1x = function styles(theme) {
|
|
19782
19765
|
return {
|
|
19783
19766
|
root: {
|
|
19784
19767
|
alignItems: 'center',
|
|
@@ -20044,7 +20027,7 @@ SearchInput.defaultProps = {
|
|
|
20044
20027
|
inputRef: undefined
|
|
20045
20028
|
};
|
|
20046
20029
|
|
|
20047
|
-
var Component$B = withStyles(styles$
|
|
20030
|
+
var Component$B = withStyles(styles$1x, {
|
|
20048
20031
|
name: 'VdtSearchInput'
|
|
20049
20032
|
})(SearchInput);
|
|
20050
20033
|
Component$B.displayName = 'SearchInput';
|
|
@@ -20059,41 +20042,39 @@ function PaginationWrapper$1(_ref) {
|
|
|
20059
20042
|
var _props$collectionList = props.collectionListType.hits,
|
|
20060
20043
|
count = _props$collectionList === void 0 ? 0 : _props$collectionList;
|
|
20061
20044
|
return /*#__PURE__*/React__default.createElement(PaginationComponent, _extends$4({
|
|
20062
|
-
count: count
|
|
20045
|
+
count: count // eslint-disable-next-line react/jsx-props-no-spreading
|
|
20046
|
+
|
|
20063
20047
|
}, props));
|
|
20064
20048
|
}
|
|
20065
20049
|
|
|
20066
20050
|
function SearchInputWrapper$1(props) {
|
|
20067
20051
|
var isLoading = props.isLoading;
|
|
20068
20052
|
return /*#__PURE__*/React__default.createElement(Component$B, _extends$4({
|
|
20069
|
-
submitting: isLoading
|
|
20070
|
-
}, props));
|
|
20071
|
-
} // TODO: Rename to SelectCollection
|
|
20053
|
+
submitting: isLoading // eslint-disable-next-line react/jsx-props-no-spreading
|
|
20072
20054
|
|
|
20055
|
+
}, props));
|
|
20056
|
+
}
|
|
20073
20057
|
|
|
20058
|
+
var styles$1w = function styles() {
|
|
20059
|
+
return {
|
|
20060
|
+
root: {}
|
|
20061
|
+
};
|
|
20062
|
+
};
|
|
20074
20063
|
function CollectionSearchPicker(_ref2) {
|
|
20075
|
-
var
|
|
20076
|
-
|
|
20077
|
-
|
|
20078
|
-
|
|
20079
|
-
CollectionTableComponent = _ref2
|
|
20080
|
-
|
|
20081
|
-
CollectionTableProps = _ref2$CollectionTable2 === void 0 ? {} : _ref2$CollectionTable2,
|
|
20064
|
+
var className = _ref2.className,
|
|
20065
|
+
classes = _ref2.classes,
|
|
20066
|
+
onChange = _ref2.onChange,
|
|
20067
|
+
onCheck = _ref2.onCheck,
|
|
20068
|
+
CollectionTableComponent = _ref2.CollectionTableComponent,
|
|
20069
|
+
CollectionTableProps = _ref2.CollectionTableProps,
|
|
20082
20070
|
searchProps = _ref2.searchProps,
|
|
20083
|
-
|
|
20084
|
-
|
|
20085
|
-
|
|
20086
|
-
|
|
20087
|
-
|
|
20088
|
-
|
|
20089
|
-
|
|
20090
|
-
searchPlaceholder = _ref2$searchPlacehold === void 0 ? 'Search collections' : _ref2$searchPlacehold,
|
|
20091
|
-
_ref2$SearchInputProp = _ref2.SearchInputProps,
|
|
20092
|
-
SearchInputProps = _ref2$SearchInputProp === void 0 ? {} : _ref2$SearchInputProp,
|
|
20093
|
-
_ref2$PaginationProps = _ref2.PaginationProps,
|
|
20094
|
-
PaginationProps = _ref2$PaginationProps === void 0 ? {} : _ref2$PaginationProps,
|
|
20095
|
-
_ref2$SearchCollectio = _ref2.SearchCollectionProps,
|
|
20096
|
-
SearchCollectionProps = _ref2$SearchCollectio === void 0 ? {} : _ref2$SearchCollectio;
|
|
20071
|
+
idLabelText = _ref2.idLabelText,
|
|
20072
|
+
titleLabelText = _ref2.titleLabelText,
|
|
20073
|
+
ownerLabelText = _ref2.ownerLabelText,
|
|
20074
|
+
searchPlaceholder = _ref2.searchPlaceholder,
|
|
20075
|
+
SearchInputProps = _ref2.SearchInputProps,
|
|
20076
|
+
PaginationProps = _ref2.PaginationProps,
|
|
20077
|
+
SearchCollectionProps = _ref2.SearchCollectionProps;
|
|
20097
20078
|
var defaultSearchProps = useSearch({
|
|
20098
20079
|
queryParams: {
|
|
20099
20080
|
field: ['collectionId', 'title', '__user'],
|
|
@@ -20142,15 +20123,19 @@ function CollectionSearchPicker(_ref2) {
|
|
|
20142
20123
|
return check(id);
|
|
20143
20124
|
};
|
|
20144
20125
|
|
|
20145
|
-
return /*#__PURE__*/React__default.createElement(
|
|
20126
|
+
return /*#__PURE__*/React__default.createElement("div", {
|
|
20127
|
+
className: clsx(classes.root, 'VdtCollectionSearchPicker', className)
|
|
20128
|
+
}, /*#__PURE__*/React__default.createElement(SearchCollection, _extends$4({
|
|
20146
20129
|
itemSearchDocument: itemSearchDocument,
|
|
20147
20130
|
matrixParams: matrixParams,
|
|
20148
|
-
queryParams: queryParams
|
|
20131
|
+
queryParams: queryParams // eslint-disable-next-line react/jsx-props-no-spreading
|
|
20132
|
+
|
|
20149
20133
|
}, SearchCollectionProps), /*#__PURE__*/React__default.createElement(SearchInputWrapper$1, _extends$4({
|
|
20150
20134
|
onSubmit: function onSubmit(text) {
|
|
20151
20135
|
return setSearchText("*".concat(text, "*"));
|
|
20152
20136
|
},
|
|
20153
|
-
searchPlaceholder: searchPlaceholder
|
|
20137
|
+
searchPlaceholder: searchPlaceholder // eslint-disable-next-line react/jsx-props-no-spreading
|
|
20138
|
+
|
|
20154
20139
|
}, SearchInputProps)), /*#__PURE__*/React__default.createElement(CollectionTableComponent, _extends$4({
|
|
20155
20140
|
onRowClick: handleRowClick,
|
|
20156
20141
|
onCheck: onCheck,
|
|
@@ -20164,18 +20149,60 @@ function CollectionSearchPicker(_ref2) {
|
|
|
20164
20149
|
}, {
|
|
20165
20150
|
label: ownerLabelText,
|
|
20166
20151
|
value: '__user'
|
|
20167
|
-
}]
|
|
20152
|
+
}] // eslint-disable-next-line react/jsx-props-no-spreading
|
|
20153
|
+
|
|
20168
20154
|
}, CollectionTableProps)), /*#__PURE__*/React__default.createElement(PaginationWrapper$1, _extends$4({
|
|
20169
20155
|
onChangePage: onChangePage,
|
|
20170
20156
|
onChangeRowsPerPage: onChangeRowsPerPage,
|
|
20171
20157
|
page: page,
|
|
20172
|
-
rowsPerPage: rowsPerPage
|
|
20173
|
-
|
|
20158
|
+
rowsPerPage: rowsPerPage // eslint-disable-next-line react/jsx-props-no-spreading
|
|
20159
|
+
|
|
20160
|
+
}, PaginationProps))));
|
|
20174
20161
|
}
|
|
20162
|
+
CollectionSearchPicker.propTypes = {
|
|
20163
|
+
/**
|
|
20164
|
+
* Override or extend the styles applied to the component.
|
|
20165
|
+
*/
|
|
20166
|
+
classes: PropTypes$1.objectOf(PropTypes$1.string),
|
|
20175
20167
|
|
|
20176
|
-
|
|
20168
|
+
/**
|
|
20169
|
+
* @ignore
|
|
20170
|
+
*/
|
|
20171
|
+
className: PropTypes$1.string,
|
|
20172
|
+
onChange: PropTypes$1.func,
|
|
20173
|
+
onCheck: PropTypes$1.func,
|
|
20174
|
+
CollectionTableComponent: PropTypes$1.elementType,
|
|
20175
|
+
CollectionTableProps: PropTypes$1.objectOf(PropTypes$1.any),
|
|
20176
|
+
searchProps: PropTypes$1.objectOf(PropTypes$1.any),
|
|
20177
|
+
idLabelText: PropTypes$1.string,
|
|
20178
|
+
titleLabelText: PropTypes$1.string,
|
|
20179
|
+
ownerLabelText: PropTypes$1.string,
|
|
20180
|
+
searchPlaceholder: PropTypes$1.string,
|
|
20181
|
+
SearchInputProps: PropTypes$1.objectOf(PropTypes$1.any),
|
|
20182
|
+
PaginationProps: PropTypes$1.objectOf(PropTypes$1.any),
|
|
20183
|
+
SearchCollectionProps: PropTypes$1.objectOf(PropTypes$1.any)
|
|
20184
|
+
};
|
|
20185
|
+
CollectionSearchPicker.defaultProps = {
|
|
20186
|
+
className: undefined,
|
|
20187
|
+
classes: {},
|
|
20188
|
+
onChange: undefined,
|
|
20189
|
+
onCheck: function onCheck() {},
|
|
20190
|
+
CollectionTableComponent: Component$G,
|
|
20191
|
+
CollectionTableProps: {},
|
|
20192
|
+
searchProps: undefined,
|
|
20193
|
+
idLabelText: 'Id',
|
|
20194
|
+
titleLabelText: 'Title',
|
|
20195
|
+
ownerLabelText: 'Owner',
|
|
20196
|
+
searchPlaceholder: 'Search collections',
|
|
20197
|
+
SearchInputProps: {},
|
|
20198
|
+
PaginationProps: {},
|
|
20199
|
+
SearchCollectionProps: {}
|
|
20200
|
+
};
|
|
20201
|
+
|
|
20202
|
+
var Component$A = withStyles(styles$1w, {
|
|
20177
20203
|
name: 'VdtCollectionSearchPicker'
|
|
20178
20204
|
})(CollectionSearchPicker);
|
|
20205
|
+
Component$A.displayName = 'CollectionSearchPicker';
|
|
20179
20206
|
|
|
20180
20207
|
function ownKeys$s(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; }
|
|
20181
20208
|
|
|
@@ -20391,7 +20418,7 @@ AddToCollectionDialog.propTypes = {
|
|
|
20391
20418
|
AddToCollectionDialog.defaultProps = {
|
|
20392
20419
|
classes: {},
|
|
20393
20420
|
className: undefined,
|
|
20394
|
-
CollectionPickerComponent:
|
|
20421
|
+
CollectionPickerComponent: Component$A,
|
|
20395
20422
|
CreateCollectionComponent: CreateCollection,
|
|
20396
20423
|
onClose: function onClose() {},
|
|
20397
20424
|
onSubmit: defaultOnSubmit$1,
|
|
@@ -20413,10 +20440,10 @@ AddToCollectionDialog.defaultProps = {
|
|
|
20413
20440
|
SearchCollectionIcon: SearchIcon
|
|
20414
20441
|
};
|
|
20415
20442
|
|
|
20416
|
-
var Component$
|
|
20443
|
+
var Component$z = withStyles(styles$1v, {
|
|
20417
20444
|
name: 'VdtAddToCollectionDialog'
|
|
20418
20445
|
})(AddToCollectionDialog);
|
|
20419
|
-
Component$
|
|
20446
|
+
Component$z.displayName = 'AddToCollectionDialog';
|
|
20420
20447
|
|
|
20421
20448
|
var defaultOnConfirm = function defaultOnConfirm(_ref) {
|
|
20422
20449
|
var collectionId = _ref.collectionId,
|
|
@@ -20508,10 +20535,10 @@ RemoveFromCollectionDialog.defaultProps = {
|
|
|
20508
20535
|
confirmText: 'Remove'
|
|
20509
20536
|
};
|
|
20510
20537
|
|
|
20511
|
-
var Component$
|
|
20538
|
+
var Component$y = withStyles(styles$1u, {
|
|
20512
20539
|
name: 'VdtRemoveFromCollectionDialog'
|
|
20513
20540
|
})(RemoveFromCollectionDialog);
|
|
20514
|
-
Component$
|
|
20541
|
+
Component$y.displayName = 'RemoveFromCollectionDialog';
|
|
20515
20542
|
|
|
20516
20543
|
var _excluded$M = ["className", "classes", "ListItemTextComponent", "collectionId", "collectionType", "showUser", "showDate"];
|
|
20517
20544
|
|
|
@@ -20680,7 +20707,7 @@ function CollectionContentCollection(_ref3) {
|
|
|
20680
20707
|
_ref3$PaperProps = _ref3.PaperProps,
|
|
20681
20708
|
PaperProps = _ref3$PaperProps === void 0 ? {} : _ref3$PaperProps,
|
|
20682
20709
|
_ref3$IconComponent = _ref3.IconComponent,
|
|
20683
|
-
IconComponent = _ref3$IconComponent === void 0 ? Component$
|
|
20710
|
+
IconComponent = _ref3$IconComponent === void 0 ? Component$O : _ref3$IconComponent;
|
|
20684
20711
|
var isSelected = selected && selected.entityType === 'collection' && selected.entityId === collectionId;
|
|
20685
20712
|
|
|
20686
20713
|
var onClickListItem = function onClickListItem() {
|
|
@@ -20904,13 +20931,13 @@ var defaultListItemAvatarComponent = function defaultListItemAvatarComponent(_re
|
|
|
20904
20931
|
_ref4$PaperProps = _ref4.PaperProps,
|
|
20905
20932
|
PaperProps = _ref4$PaperProps === void 0 ? {} : _ref4$PaperProps,
|
|
20906
20933
|
_ref4$ThumbnailCompon = _ref4.ThumbnailComponent,
|
|
20907
|
-
ThumbnailComponent = _ref4$ThumbnailCompon === void 0 ? Component$
|
|
20934
|
+
ThumbnailComponent = _ref4$ThumbnailCompon === void 0 ? Component$P : _ref4$ThumbnailCompon,
|
|
20908
20935
|
_ref4$ThumbnailProps = _ref4.ThumbnailProps,
|
|
20909
20936
|
ThumbnailProps = _ref4$ThumbnailProps === void 0 ? {} : _ref4$ThumbnailProps,
|
|
20910
20937
|
_ref4$ThumbnailLabelC = _ref4.ThumbnailLabelComponent,
|
|
20911
|
-
ThumbnailLabelComponent = _ref4$ThumbnailLabelC === void 0 ? Component$
|
|
20938
|
+
ThumbnailLabelComponent = _ref4$ThumbnailLabelC === void 0 ? Component$Q : _ref4$ThumbnailLabelC,
|
|
20912
20939
|
_ref4$IconComponent = _ref4.IconComponent,
|
|
20913
|
-
IconComponent = _ref4$IconComponent === void 0 ? Component$
|
|
20940
|
+
IconComponent = _ref4$IconComponent === void 0 ? Component$O : _ref4$IconComponent,
|
|
20914
20941
|
_ref4$ListItemAvatarC = _ref4.ListItemAvatarComponent,
|
|
20915
20942
|
ListItemAvatarComponent = _ref4$ListItemAvatarC === void 0 ? ListItemAvatar : _ref4$ListItemAvatarC,
|
|
20916
20943
|
props = _objectWithoutProperties(_ref4, _excluded2$8);
|
|
@@ -21515,10 +21542,10 @@ function CollectionContent(_ref3) {
|
|
|
21515
21542
|
}));
|
|
21516
21543
|
}
|
|
21517
21544
|
|
|
21518
|
-
var Component$
|
|
21545
|
+
var Component$x = withStyles(styles$1q, {
|
|
21519
21546
|
name: 'VdtCollectionContent'
|
|
21520
21547
|
})(CollectionContent);
|
|
21521
|
-
Component$
|
|
21548
|
+
Component$x.displayName = 'CollectionContent';
|
|
21522
21549
|
|
|
21523
21550
|
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
21551
|
|
|
@@ -21584,7 +21611,7 @@ function ActionComponent$1(_ref) {
|
|
|
21584
21611
|
primary: removeText
|
|
21585
21612
|
}))), /*#__PURE__*/React__default.createElement(Dialog$1, {
|
|
21586
21613
|
open: openDialog
|
|
21587
|
-
}, /*#__PURE__*/React__default.createElement(Component$
|
|
21614
|
+
}, /*#__PURE__*/React__default.createElement(Component$y, {
|
|
21588
21615
|
collectionId: collectionId,
|
|
21589
21616
|
entityId: itemId,
|
|
21590
21617
|
entityType: "item",
|
|
@@ -22216,7 +22243,7 @@ ItemListItem.defaultProps = {
|
|
|
22216
22243
|
onClick: undefined,
|
|
22217
22244
|
ActionComponent: undefined,
|
|
22218
22245
|
ActionProps: {},
|
|
22219
|
-
AvatarComponent: Component$
|
|
22246
|
+
AvatarComponent: Component$N,
|
|
22220
22247
|
AvatarProps: {},
|
|
22221
22248
|
ListItemProps: {},
|
|
22222
22249
|
ListItemAvatarProps: {},
|
|
@@ -22228,10 +22255,10 @@ ItemListItem.defaultProps = {
|
|
|
22228
22255
|
skeleton: false
|
|
22229
22256
|
};
|
|
22230
22257
|
|
|
22231
|
-
var Component$
|
|
22258
|
+
var Component$w = withStyles(styles$1o, {
|
|
22232
22259
|
name: 'VdtItemListItem'
|
|
22233
22260
|
})(ItemListItem);
|
|
22234
|
-
Component$
|
|
22261
|
+
Component$w.displayName = 'ItemListItem';
|
|
22235
22262
|
|
|
22236
22263
|
var styles$1n = function styles() {
|
|
22237
22264
|
return {
|
|
@@ -22269,14 +22296,14 @@ ItemList.defaultProps = {
|
|
|
22269
22296
|
className: undefined,
|
|
22270
22297
|
classes: {},
|
|
22271
22298
|
itemListType: {},
|
|
22272
|
-
ItemListItemComponent: Component$
|
|
22299
|
+
ItemListItemComponent: Component$w,
|
|
22273
22300
|
ItemListItemProps: {}
|
|
22274
22301
|
};
|
|
22275
22302
|
|
|
22276
|
-
var Component$
|
|
22303
|
+
var Component$v = withStyles(styles$1n, {
|
|
22277
22304
|
name: 'VdtItemList'
|
|
22278
22305
|
})(ItemList);
|
|
22279
|
-
Component$
|
|
22306
|
+
Component$v.displayName = 'ItemList';
|
|
22280
22307
|
|
|
22281
22308
|
function ItemRelationRemoveDialog(_ref) {
|
|
22282
22309
|
var open = _ref.open,
|
|
@@ -22588,7 +22615,7 @@ ItemRelationsTab.defaultProps = {
|
|
|
22588
22615
|
var message = _ref6.message;
|
|
22589
22616
|
return console.error(message);
|
|
22590
22617
|
},
|
|
22591
|
-
ItemListComponent: Component$
|
|
22618
|
+
ItemListComponent: Component$v,
|
|
22592
22619
|
ItemListProps: {},
|
|
22593
22620
|
onRemove: function onRemove() {},
|
|
22594
22621
|
onAdd: function onAdd() {},
|
|
@@ -22773,10 +22800,10 @@ ItemTabs.defaultProps = {
|
|
|
22773
22800
|
tabs: []
|
|
22774
22801
|
};
|
|
22775
22802
|
|
|
22776
|
-
var Component$
|
|
22803
|
+
var Component$u = withStyles(styles$1i, {
|
|
22777
22804
|
name: 'VdtItemTabs'
|
|
22778
22805
|
})(ItemTabs);
|
|
22779
|
-
Component$
|
|
22806
|
+
Component$u.displayName = 'ItemTabs';
|
|
22780
22807
|
|
|
22781
22808
|
var _excluded$E = ["itemType", "MediaCardComponent", "metadataToProps", "parseMetadataOpts", "parseHighlightOpts", "titleSelector", "subheaderSelector", "imageSelector", "contentSelector", "avatarSelector", "labelRightBottomSelector", "ThumbnailProps"];
|
|
22782
22809
|
|
|
@@ -22877,7 +22904,7 @@ ItemCard.defaultProps = {
|
|
|
22877
22904
|
arrayOnSingle: false,
|
|
22878
22905
|
flat: true
|
|
22879
22906
|
},
|
|
22880
|
-
MediaCardComponent: Component$
|
|
22907
|
+
MediaCardComponent: Component$M,
|
|
22881
22908
|
titleSelector: function titleSelector() {
|
|
22882
22909
|
var parsedMetadata = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
22883
22910
|
return parsedMetadata.title;
|
|
@@ -22968,7 +22995,7 @@ function ItemCardClone(_ref) {
|
|
|
22968
22995
|
}), /*#__PURE__*/React__default.createElement(ItemCardComponent, _extends$4({}, props, {
|
|
22969
22996
|
itemId: itemType.id,
|
|
22970
22997
|
itemType: itemType,
|
|
22971
|
-
MediaCardComponent: Component$
|
|
22998
|
+
MediaCardComponent: Component$M,
|
|
22972
22999
|
ThumbnailComponent: null
|
|
22973
23000
|
})));
|
|
22974
23001
|
}
|
|
@@ -24018,10 +24045,10 @@ ItemSidecarDialog.defaultProps = {
|
|
|
24018
24045
|
ItemSidecarUploadProps: {}
|
|
24019
24046
|
};
|
|
24020
24047
|
|
|
24021
|
-
var Component$
|
|
24048
|
+
var Component$t = withStyles(styles$1f, {
|
|
24022
24049
|
name: 'VdtItemSidecarDialog'
|
|
24023
24050
|
})(ItemSidecarDialog);
|
|
24024
|
-
Component$
|
|
24051
|
+
Component$t.displayName = 'ItemSidecarDialog';
|
|
24025
24052
|
|
|
24026
24053
|
var styles$1e = function styles() {
|
|
24027
24054
|
return {
|
|
@@ -24476,10 +24503,6 @@ function ItemCompoundMetadataTable(_ref) {
|
|
|
24476
24503
|
rowsPerPage = _React$useState6[0],
|
|
24477
24504
|
setRowsPerPage = _React$useState6[1];
|
|
24478
24505
|
|
|
24479
|
-
useDeepCompareEffect(function () {
|
|
24480
|
-
setGroupFields(values.group);
|
|
24481
|
-
}, [values]);
|
|
24482
|
-
|
|
24483
24506
|
var _useCompoundMetadata = useCompoundMetadata(itemId, values, groups, groupFields, setGroupFields, onRefresh, onSuccess, onError),
|
|
24484
24507
|
tableColumns = _useCompoundMetadata.tableColumns,
|
|
24485
24508
|
_onChange = _useCompoundMetadata.onChange,
|
|
@@ -25175,10 +25198,10 @@ function ItemPlayer(_ref2) {
|
|
|
25175
25198
|
}, ItemVideoPlayerProps))));
|
|
25176
25199
|
}
|
|
25177
25200
|
|
|
25178
|
-
var Component$
|
|
25201
|
+
var Component$s = withStyles(styles$18, {
|
|
25179
25202
|
name: 'VdtItemPlayer'
|
|
25180
25203
|
})(ItemPlayer);
|
|
25181
|
-
Component$
|
|
25204
|
+
Component$s.displayName = 'ItemPlayer';
|
|
25182
25205
|
|
|
25183
25206
|
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
25207
|
|
|
@@ -27619,7 +27642,11 @@ function SavedSearchRow(_ref) {
|
|
|
27619
27642
|
setAnchorEl(e.currentTarget);
|
|
27620
27643
|
};
|
|
27621
27644
|
|
|
27622
|
-
var handleMenuAction = function handleMenuAction(
|
|
27645
|
+
var handleMenuAction = function handleMenuAction() {
|
|
27646
|
+
var action = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : function () {
|
|
27647
|
+
return null;
|
|
27648
|
+
};
|
|
27649
|
+
var fieldType = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
|
27623
27650
|
return function (e) {
|
|
27624
27651
|
if (e.stopPropagation) e.stopPropagation();
|
|
27625
27652
|
setAnchorEl(null);
|
|
@@ -27835,7 +27862,7 @@ function SavedSearchList(_ref) {
|
|
|
27835
27862
|
accessTranslate = _ref.accessTranslate,
|
|
27836
27863
|
props = _objectWithoutProperties(_ref, _excluded$t);
|
|
27837
27864
|
|
|
27838
|
-
return /*#__PURE__*/React__default.createElement(
|
|
27865
|
+
return /*#__PURE__*/React__default.createElement(Component$A, _extends$4({
|
|
27839
27866
|
searchProps: searchProps,
|
|
27840
27867
|
searchPlaceholder: searchPlaceholderText // TODO: Extract CollectionTableComponent to separate component to describe it's interface in a story
|
|
27841
27868
|
// eslint-disable-next-line react/no-unstable-nested-components
|
|
@@ -28170,10 +28197,10 @@ SpellCheck.defaultProps = {
|
|
|
28170
28197
|
onClick: function onClick() {}
|
|
28171
28198
|
};
|
|
28172
28199
|
|
|
28173
|
-
var Component$
|
|
28200
|
+
var Component$r = withStyles(styles$Y, {
|
|
28174
28201
|
name: 'VdtSpellCheck'
|
|
28175
28202
|
})(SpellCheck);
|
|
28176
|
-
Component$
|
|
28203
|
+
Component$r.displayName = 'SpellCheck';
|
|
28177
28204
|
|
|
28178
28205
|
var _excluded$s = ["isFocused"],
|
|
28179
28206
|
_excluded2$4 = ["inputRef"];
|
|
@@ -28704,6 +28731,7 @@ SearchField.propTypes = {
|
|
|
28704
28731
|
*/
|
|
28705
28732
|
className: PropTypes$1.string,
|
|
28706
28733
|
theme: PropTypes$1.objectOf(PropTypes$1.any),
|
|
28734
|
+
// eslint-disable-next-line react/forbid-prop-types
|
|
28707
28735
|
defaultValue: PropTypes$1.arrayOf(PropTypes$1.object),
|
|
28708
28736
|
modifiers: PropTypes$1.arrayOf(PropTypes$1.any),
|
|
28709
28737
|
loadOptions: PropTypes$1.func,
|
|
@@ -28745,10 +28773,10 @@ SearchField.defaultProps = {
|
|
|
28745
28773
|
ProgressProps: {}
|
|
28746
28774
|
};
|
|
28747
28775
|
|
|
28748
|
-
var Component$
|
|
28776
|
+
var Component$q = withStyles(styles$X, {
|
|
28749
28777
|
name: 'VdtSearchField'
|
|
28750
28778
|
})(SearchField);
|
|
28751
|
-
Component$
|
|
28779
|
+
Component$q.displayName = 'SearchField';
|
|
28752
28780
|
|
|
28753
28781
|
var styles$W = function styles() {
|
|
28754
28782
|
return {
|
|
@@ -30790,10 +30818,10 @@ QueryBuilder.defaultProps = {
|
|
|
30790
30818
|
QueryEntryProps: {}
|
|
30791
30819
|
};
|
|
30792
30820
|
|
|
30793
|
-
var Component$
|
|
30821
|
+
var Component$p = withStyles(styles$M, {
|
|
30794
30822
|
name: 'VdtQueryBuilder'
|
|
30795
30823
|
})(QueryBuilder);
|
|
30796
|
-
Component$
|
|
30824
|
+
Component$p.displayName = 'QueryBuilder';
|
|
30797
30825
|
|
|
30798
30826
|
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
30827
|
|
|
@@ -30855,7 +30883,7 @@ function QueryBuilderCard(_ref) {
|
|
|
30855
30883
|
variant: "outlined",
|
|
30856
30884
|
elevation: 0,
|
|
30857
30885
|
square: true
|
|
30858
|
-
}, PaperProps), /*#__PURE__*/React__default.createElement(Component$
|
|
30886
|
+
}, PaperProps), /*#__PURE__*/React__default.createElement(Component$p, _extends$4({
|
|
30859
30887
|
query: queryBuilderQuery,
|
|
30860
30888
|
fields: fields,
|
|
30861
30889
|
groups: groups,
|
|
@@ -30917,10 +30945,10 @@ QueryBuilderCard.defaultProps = {
|
|
|
30917
30945
|
searchButtonProps: {}
|
|
30918
30946
|
};
|
|
30919
30947
|
|
|
30920
|
-
var Component$
|
|
30948
|
+
var Component$o = withStyles(styles$L, {
|
|
30921
30949
|
name: 'VdtQueryBuilderCard'
|
|
30922
30950
|
})(QueryBuilderCard);
|
|
30923
|
-
Component$
|
|
30951
|
+
Component$o.displayName = 'QueryBuilderCard';
|
|
30924
30952
|
|
|
30925
30953
|
var _excluded$j = ["entityType", "entity", "entityComponents"];
|
|
30926
30954
|
|
|
@@ -30931,7 +30959,7 @@ function ownKeys$9(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
30931
30959
|
function _objectSpread$9(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$9(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$9(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
30932
30960
|
var ITEM$2 = 'item';
|
|
30933
30961
|
var COLLECTION$2 = 'collection';
|
|
30934
|
-
var defaultEntityComponents = (_defaultEntityCompone = {}, _defineProperty(_defaultEntityCompone, ITEM$2, ItemCard), _defineProperty(_defaultEntityCompone, COLLECTION$2, Component$
|
|
30962
|
+
var defaultEntityComponents = (_defaultEntityCompone = {}, _defineProperty(_defaultEntityCompone, ITEM$2, ItemCard), _defineProperty(_defaultEntityCompone, COLLECTION$2, Component$L), _defaultEntityCompone);
|
|
30935
30963
|
function EntityCard(_ref) {
|
|
30936
30964
|
var entityType = _ref.entityType,
|
|
30937
30965
|
entity = _ref.entity,
|
|
@@ -30964,7 +30992,7 @@ function EntityGridItem(_ref) {
|
|
|
30964
30992
|
entity = _ref.entity,
|
|
30965
30993
|
index = _ref.index,
|
|
30966
30994
|
_ref$CollectionCardCo = _ref.CollectionCardComponent,
|
|
30967
|
-
CollectionCardComponent = _ref$CollectionCardCo === void 0 ? Component$
|
|
30995
|
+
CollectionCardComponent = _ref$CollectionCardCo === void 0 ? Component$L : _ref$CollectionCardCo,
|
|
30968
30996
|
_ref$ItemCardComponen = _ref.ItemCardComponent,
|
|
30969
30997
|
ItemCardComponent = _ref$ItemCardComponen === void 0 ? ItemCard : _ref$ItemCardComponen,
|
|
30970
30998
|
_ref$CollectionCardPr = _ref.CollectionCardProps,
|
|
@@ -31024,7 +31052,7 @@ function EntityGrid(_ref) {
|
|
|
31024
31052
|
_ref$EntityGridItemCo = _ref.EntityGridItemComponent,
|
|
31025
31053
|
EntityGridItemComponent = _ref$EntityGridItemCo === void 0 ? EntityGridItemDraggable$1 : _ref$EntityGridItemCo,
|
|
31026
31054
|
_ref$CollectionCardCo = _ref.CollectionCardComponent,
|
|
31027
|
-
CollectionCardComponent = _ref$CollectionCardCo === void 0 ? Component$
|
|
31055
|
+
CollectionCardComponent = _ref$CollectionCardCo === void 0 ? Component$L : _ref$CollectionCardCo,
|
|
31028
31056
|
_ref$ItemCardComponen = _ref.ItemCardComponent,
|
|
31029
31057
|
ItemCardComponent = _ref$ItemCardComponen === void 0 ? ItemCard : _ref$ItemCardComponen,
|
|
31030
31058
|
_ref$CollectionCardPr = _ref.CollectionCardProps,
|
|
@@ -31373,7 +31401,7 @@ EntityDeleteDialog.defaultProps = {
|
|
|
31373
31401
|
'noauth-url': true
|
|
31374
31402
|
},
|
|
31375
31403
|
DialogProps: {},
|
|
31376
|
-
CollectionCardComponent: Component$
|
|
31404
|
+
CollectionCardComponent: Component$L,
|
|
31377
31405
|
CollectionCardProps: {},
|
|
31378
31406
|
ItemCardComponent: ItemCard,
|
|
31379
31407
|
ItemCardProps: {},
|
|
@@ -31381,10 +31409,10 @@ EntityDeleteDialog.defaultProps = {
|
|
|
31381
31409
|
classes: {}
|
|
31382
31410
|
};
|
|
31383
31411
|
|
|
31384
|
-
var Component$
|
|
31412
|
+
var Component$n = withStyles(styles$I, {
|
|
31385
31413
|
name: 'VdtEntityDeleteDialog'
|
|
31386
31414
|
})(EntityDeleteDialog);
|
|
31387
|
-
Component$
|
|
31415
|
+
Component$n.displayName = 'EntityDeleteDialog';
|
|
31388
31416
|
|
|
31389
31417
|
var getPlayerFromRef = function getPlayerFromRef(playerRef) {
|
|
31390
31418
|
if (!playerRef || !playerRef.current) return undefined;
|
|
@@ -32273,7 +32301,7 @@ BinList.defaultProps = {
|
|
|
32273
32301
|
},
|
|
32274
32302
|
ActionComponent: BinListMenu,
|
|
32275
32303
|
ActionProps: {},
|
|
32276
|
-
AddToCollectionDialogComponent: Component$
|
|
32304
|
+
AddToCollectionDialogComponent: Component$z,
|
|
32277
32305
|
AddToCollectionDialogProps: {},
|
|
32278
32306
|
BinContentComponent: BinContentDroppable,
|
|
32279
32307
|
BinContentProps: {},
|
|
@@ -32284,15 +32312,15 @@ BinList.defaultProps = {
|
|
|
32284
32312
|
BinProps: {}
|
|
32285
32313
|
};
|
|
32286
32314
|
|
|
32287
|
-
var Component$
|
|
32315
|
+
var Component$m = withStyles(styles$E, {
|
|
32288
32316
|
name: 'VdtBinList'
|
|
32289
32317
|
})(BinList);
|
|
32290
|
-
Component$
|
|
32318
|
+
Component$m.displayName = 'BinList';
|
|
32291
32319
|
|
|
32292
|
-
var Component$
|
|
32320
|
+
var Component$l = withStyles(styles$F, {
|
|
32293
32321
|
name: 'VdtBinListMenu'
|
|
32294
32322
|
})(BinListMenu);
|
|
32295
|
-
Component$
|
|
32323
|
+
Component$l.displayName = 'BinListMenu';
|
|
32296
32324
|
|
|
32297
32325
|
var LoadMoreTreeItem = withStyles$1({}, {
|
|
32298
32326
|
name: 'VdtLoadMoreTreeItem'
|
|
@@ -33230,7 +33258,7 @@ function UploadListItem(_ref) {
|
|
|
33230
33258
|
_ref$DeleteIcon = _ref.DeleteIcon,
|
|
33231
33259
|
DeleteIcon$1 = _ref$DeleteIcon === void 0 ? DeleteIcon : _ref$DeleteIcon,
|
|
33232
33260
|
_ref$MimeTypeAvatarIc = _ref.MimeTypeAvatarIcon,
|
|
33233
|
-
MimeTypeAvatarIcon = _ref$MimeTypeAvatarIc === void 0 ? Component$
|
|
33261
|
+
MimeTypeAvatarIcon = _ref$MimeTypeAvatarIc === void 0 ? Component$O : _ref$MimeTypeAvatarIc;
|
|
33234
33262
|
var mimeType = file.type,
|
|
33235
33263
|
size = file.size,
|
|
33236
33264
|
name = file.name,
|
|
@@ -33460,7 +33488,7 @@ function UploadCollectionPicker(_ref2) {
|
|
|
33460
33488
|
});
|
|
33461
33489
|
};
|
|
33462
33490
|
|
|
33463
|
-
return /*#__PURE__*/React__default.createElement(Component$
|
|
33491
|
+
return /*#__PURE__*/React__default.createElement(Component$z, _extends$4({
|
|
33464
33492
|
className: "VdtUploadCollectionPicker-root",
|
|
33465
33493
|
entities: [],
|
|
33466
33494
|
titleText: "Upload To Collection",
|
|
@@ -34131,7 +34159,7 @@ MediaCardFullWidth.defaultProps = {
|
|
|
34131
34159
|
expandedContent: undefined,
|
|
34132
34160
|
CardComponent: MediaCardFullWidthCard$1,
|
|
34133
34161
|
HeaderComponent: MediaCardFullWidthHeader$1,
|
|
34134
|
-
ThumbnailComponent: Component$
|
|
34162
|
+
ThumbnailComponent: Component$P,
|
|
34135
34163
|
ContentComponent: MediaCardFullWidthContent$1,
|
|
34136
34164
|
ExpandComponent: MediaCardExpand$1,
|
|
34137
34165
|
ExpandedContentComponent: MediaCardFullWidthContent$1,
|
|
@@ -34145,10 +34173,10 @@ MediaCardFullWidth.defaultProps = {
|
|
|
34145
34173
|
ActionsProps: {}
|
|
34146
34174
|
};
|
|
34147
34175
|
|
|
34148
|
-
var Component$
|
|
34176
|
+
var Component$k = withStyles(styles$u, {
|
|
34149
34177
|
name: 'VdtMediaCardFullWidth'
|
|
34150
34178
|
})(MediaCardFullWidth);
|
|
34151
|
-
Component$
|
|
34179
|
+
Component$k.displayName = 'MediaCardFullWidth';
|
|
34152
34180
|
|
|
34153
34181
|
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
34182
|
|
|
@@ -34633,10 +34661,10 @@ UserTable.defaultProps = {
|
|
|
34633
34661
|
userColumnLabels: DEFAULT_COLUMN_LABELS
|
|
34634
34662
|
};
|
|
34635
34663
|
|
|
34636
|
-
var Component$
|
|
34664
|
+
var Component$j = withStyles(styles$r, {
|
|
34637
34665
|
name: 'VdtUserTable'
|
|
34638
34666
|
})(UserTable);
|
|
34639
|
-
Component$
|
|
34667
|
+
Component$j.displayName = 'UserTable';
|
|
34640
34668
|
|
|
34641
34669
|
var styles$q = function styles(theme) {
|
|
34642
34670
|
return {
|
|
@@ -34927,10 +34955,10 @@ GroupRelationList.defaultProps = {
|
|
|
34927
34955
|
addButtonText: 'Add'
|
|
34928
34956
|
};
|
|
34929
34957
|
|
|
34930
|
-
var Component$
|
|
34958
|
+
var Component$i = withStyles(styles$q, {
|
|
34931
34959
|
name: 'VdtGroupRelationList'
|
|
34932
34960
|
})(GroupRelationList);
|
|
34933
|
-
Component$
|
|
34961
|
+
Component$i.displayName = 'GroupRelationList';
|
|
34934
34962
|
|
|
34935
34963
|
var styles$p = function styles(theme) {
|
|
34936
34964
|
return {
|
|
@@ -35176,19 +35204,19 @@ UserDetails.defaultProps = {
|
|
|
35176
35204
|
onChangePassword: undefined,
|
|
35177
35205
|
DetailsComponent: UserData$1,
|
|
35178
35206
|
DetailsProps: {},
|
|
35179
|
-
GroupsComponent: Component$
|
|
35207
|
+
GroupsComponent: Component$i,
|
|
35180
35208
|
GroupsProps: {},
|
|
35181
|
-
RolesComponent: Component$
|
|
35209
|
+
RolesComponent: Component$i,
|
|
35182
35210
|
RolesProps: {},
|
|
35183
35211
|
MenuComponent: UserMenu,
|
|
35184
35212
|
MenuProps: {},
|
|
35185
35213
|
lockedUsers: ['admin', 'vidinetviewer']
|
|
35186
35214
|
};
|
|
35187
35215
|
|
|
35188
|
-
var Component$
|
|
35216
|
+
var Component$h = withStyles(styles$o, {
|
|
35189
35217
|
name: 'VdtUserDetails'
|
|
35190
35218
|
})(UserDetails);
|
|
35191
|
-
Component$
|
|
35219
|
+
Component$h.displayName = 'UserDetails';
|
|
35192
35220
|
|
|
35193
35221
|
function PasswordField(props) {
|
|
35194
35222
|
var _React$useState = React__default.useState(false),
|
|
@@ -35413,10 +35441,10 @@ CreateUserDialog$1.defaultProps = {
|
|
|
35413
35441
|
CreateUserFormProps: {}
|
|
35414
35442
|
};
|
|
35415
35443
|
|
|
35416
|
-
var Component$
|
|
35444
|
+
var Component$g = withStyles(styles$m, {
|
|
35417
35445
|
name: 'VdtCreateUserDialog'
|
|
35418
35446
|
})(CreateUserDialog$1);
|
|
35419
|
-
Component$
|
|
35447
|
+
Component$g.displayName = 'CreateUserDialog';
|
|
35420
35448
|
|
|
35421
35449
|
var styles$l = function styles(theme) {
|
|
35422
35450
|
return {
|
|
@@ -35548,10 +35576,10 @@ EditUserDialog.defaultProps = {
|
|
|
35548
35576
|
}
|
|
35549
35577
|
};
|
|
35550
35578
|
|
|
35551
|
-
var Component$
|
|
35579
|
+
var Component$f = withStyles(styles$k, {
|
|
35552
35580
|
name: 'VdtEditUserDialog'
|
|
35553
35581
|
})(EditUserDialog);
|
|
35554
|
-
Component$
|
|
35582
|
+
Component$f.displayName = 'EditUserDialog';
|
|
35555
35583
|
|
|
35556
35584
|
var styles$j = function styles(theme) {
|
|
35557
35585
|
return {
|
|
@@ -35663,10 +35691,10 @@ CreateUserDialog.defaultProps = {
|
|
|
35663
35691
|
onSubmit: undefined
|
|
35664
35692
|
};
|
|
35665
35693
|
|
|
35666
|
-
var Component$
|
|
35694
|
+
var Component$e = withStyles(styles$i, {
|
|
35667
35695
|
name: 'VdtChangeUserPasswordDialog'
|
|
35668
35696
|
})(CreateUserDialog);
|
|
35669
|
-
Component$
|
|
35697
|
+
Component$e.displayName = 'ChangeUserPasswordDialog';
|
|
35670
35698
|
|
|
35671
35699
|
var styles$h = function styles(theme) {
|
|
35672
35700
|
return {
|
|
@@ -35945,10 +35973,10 @@ UserRelationList.defaultProps = {
|
|
|
35945
35973
|
addButtonText: 'Add'
|
|
35946
35974
|
};
|
|
35947
35975
|
|
|
35948
|
-
var Component$
|
|
35976
|
+
var Component$d = withStyles(styles$h, {
|
|
35949
35977
|
name: 'VdtUserRelationList'
|
|
35950
35978
|
})(UserRelationList);
|
|
35951
|
-
Component$
|
|
35979
|
+
Component$d.displayName = 'UserRelationList';
|
|
35952
35980
|
|
|
35953
35981
|
var styles$g = function styles(theme) {
|
|
35954
35982
|
return {
|
|
@@ -36095,10 +36123,10 @@ UserAvatarButton.defaultProps = {
|
|
|
36095
36123
|
localeSelectProps: {}
|
|
36096
36124
|
};
|
|
36097
36125
|
|
|
36098
|
-
var Component$
|
|
36126
|
+
var Component$c = withStyles(styles$g, {
|
|
36099
36127
|
name: 'VdtUserAvatarButton'
|
|
36100
36128
|
})(UserAvatarButton);
|
|
36101
|
-
Component$
|
|
36129
|
+
Component$c.displayName = 'UserAvatarButton';
|
|
36102
36130
|
|
|
36103
36131
|
var _excluded$2 = ["classes", "group", "columns", "onClick"];
|
|
36104
36132
|
|
|
@@ -36224,10 +36252,10 @@ GroupTable.defaultProps = {
|
|
|
36224
36252
|
}
|
|
36225
36253
|
};
|
|
36226
36254
|
|
|
36227
|
-
var Component$
|
|
36255
|
+
var Component$b = withStyles(styles$e, {
|
|
36228
36256
|
name: 'VdtGroupTable'
|
|
36229
36257
|
})(GroupTable);
|
|
36230
|
-
Component$
|
|
36258
|
+
Component$b.displayName = 'GroupTable';
|
|
36231
36259
|
|
|
36232
36260
|
var styles$d = function styles(theme) {
|
|
36233
36261
|
return {
|
|
@@ -36519,13 +36547,13 @@ GroupDetails.defaultProps = {
|
|
|
36519
36547
|
onRemoveFromParent: undefined,
|
|
36520
36548
|
DetailsComponent: GroupData$1,
|
|
36521
36549
|
DetailsProps: {},
|
|
36522
|
-
UsersComponent: Component$
|
|
36550
|
+
UsersComponent: Component$d,
|
|
36523
36551
|
UsersProps: {},
|
|
36524
|
-
RolesComponent: Component$
|
|
36552
|
+
RolesComponent: Component$i,
|
|
36525
36553
|
RolesProps: {},
|
|
36526
|
-
ParentGroupsComponent: Component$
|
|
36554
|
+
ParentGroupsComponent: Component$i,
|
|
36527
36555
|
ParentGroupsProps: {},
|
|
36528
|
-
ChildGroupsComponent: Component$
|
|
36556
|
+
ChildGroupsComponent: Component$i,
|
|
36529
36557
|
ChildGroupsProps: {},
|
|
36530
36558
|
MenuComponent: GroupMenu,
|
|
36531
36559
|
MenuProps: {},
|
|
@@ -36533,10 +36561,10 @@ GroupDetails.defaultProps = {
|
|
|
36533
36561
|
lockedUsers: ['admin', 'vidinetviewer']
|
|
36534
36562
|
};
|
|
36535
36563
|
|
|
36536
|
-
var Component$
|
|
36564
|
+
var Component$a = withStyles(styles$c, {
|
|
36537
36565
|
name: 'VdtGroupDetails'
|
|
36538
36566
|
})(GroupDetails);
|
|
36539
|
-
Component$
|
|
36567
|
+
Component$a.displayName = 'GroupDetails';
|
|
36540
36568
|
|
|
36541
36569
|
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
36570
|
|
|
@@ -36819,10 +36847,10 @@ CreateGroupDialog.defaultProps = {
|
|
|
36819
36847
|
CreateGroupFormProps: {}
|
|
36820
36848
|
};
|
|
36821
36849
|
|
|
36822
|
-
var Component$
|
|
36850
|
+
var Component$9 = withStyles(styles$a, {
|
|
36823
36851
|
name: 'VdtCreateGroupDialog'
|
|
36824
36852
|
})(CreateGroupDialog);
|
|
36825
|
-
Component$
|
|
36853
|
+
Component$9.displayName = 'CreateGroupDialog';
|
|
36826
36854
|
|
|
36827
36855
|
var styles$9 = function styles(theme) {
|
|
36828
36856
|
return {
|
|
@@ -36940,10 +36968,10 @@ EditGroupDialog.defaultProps = {
|
|
|
36940
36968
|
EditGroupFormProps: {}
|
|
36941
36969
|
};
|
|
36942
36970
|
|
|
36943
|
-
var Component$
|
|
36971
|
+
var Component$8 = withStyles(styles$8, {
|
|
36944
36972
|
name: 'VdtEditGroupDialog'
|
|
36945
36973
|
})(EditGroupDialog);
|
|
36946
|
-
Component$
|
|
36974
|
+
Component$8.displayName = 'EditGroupDialog';
|
|
36947
36975
|
|
|
36948
36976
|
var styles$7 = function styles() {
|
|
36949
36977
|
return {
|
|
@@ -37091,15 +37119,10 @@ DragScroll.defaultProps = {
|
|
|
37091
37119
|
classes: {}
|
|
37092
37120
|
};
|
|
37093
37121
|
|
|
37094
|
-
var Component$
|
|
37122
|
+
var Component$7 = withStyles(styles$7, {
|
|
37095
37123
|
name: 'VdtDragScroll'
|
|
37096
37124
|
})(DragScroll);
|
|
37097
|
-
Component$
|
|
37098
|
-
|
|
37099
|
-
var Component$7 = withStyles(styles$1L, {
|
|
37100
|
-
name: 'VdtImageCollage'
|
|
37101
|
-
})(ImageCollage);
|
|
37102
|
-
Component$7.displayName = 'ImageCollage';
|
|
37125
|
+
Component$7.displayName = 'DragScroll';
|
|
37103
37126
|
|
|
37104
37127
|
var actions = {
|
|
37105
37128
|
DELETE: 'DELETE',
|
|
@@ -38116,4 +38139,4 @@ var Component = withStyles(styles, {
|
|
|
38116
38139
|
})(EventTimeline);
|
|
38117
38140
|
Component.displayName = 'EventTimeline';
|
|
38118
38141
|
|
|
38119
|
-
export { AddRelationDialog$1 as AddRelationDialog, Component$
|
|
38142
|
+
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$L as CollectionCard, Component$J as CollectionCardThumbnail, Component$x as CollectionContent, Component$C as CollectionCreateDialog, Component$I as CollectionGrid, Component$D as CollectionList, Component$E as CollectionListItem, CollectionMetadataEdit, CollectionMetadataTab$1 as CollectionMetadataTab, Component$H as CollectionRow, Component$A as CollectionSearchPicker, Component$G as CollectionTable, Component$F 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$K 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$S as ItemShapeTable, Component$t as ItemSidecarDialog, ItemSidecarDownload, ItemSidecarUpload, ItemSourceTab, Component$R 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$U as LoginForm, MediaBadge$1 as MediaBadge, MediaBadges$1 as MediaBadges, Component$M as MediaCard, MediaCardActions, Component$N as MediaCardAvatar, MediaCardCard$1 as MediaCardCard, MediaCardCheckbox, MediaCardContent, MediaCardDurationLabel, Component$k as MediaCardFullWidth, MediaCardHeader, MediaCardMenu, Component$P as MediaCardThumbnail, Component$Q as MediaCardThumbnailLabel, Component$O 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$B 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$T 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 };
|