@vidispine/vdt-materialui 22.1.0-pre.3 → 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 +292 -265
- package/dist/index.js +464 -437
- package/package.json +10 -10
package/dist/index.es.js
CHANGED
|
@@ -275,7 +275,7 @@ function useThemeContext() {
|
|
|
275
275
|
return context;
|
|
276
276
|
}
|
|
277
277
|
|
|
278
|
-
var styles$
|
|
278
|
+
var styles$2A = function styles(theme) {
|
|
279
279
|
return {
|
|
280
280
|
button: {
|
|
281
281
|
borderRadius: 0,
|
|
@@ -312,7 +312,7 @@ function LayoutButtonGroup(_ref) {
|
|
|
312
312
|
}, /*#__PURE__*/React__default.createElement(ViewHeadlineIcon, null)));
|
|
313
313
|
}
|
|
314
314
|
|
|
315
|
-
var LayoutButtonGroup$1 = withStyles(styles$
|
|
315
|
+
var LayoutButtonGroup$1 = withStyles(styles$2A, {
|
|
316
316
|
name: 'VdtLayoutButtonGroup'
|
|
317
317
|
})(LayoutButtonGroup);
|
|
318
318
|
|
|
@@ -424,7 +424,7 @@ var useMenu = function useMenu() {
|
|
|
424
424
|
|
|
425
425
|
var _excluded$1q = ["AlertProps"];
|
|
426
426
|
|
|
427
|
-
var styles$
|
|
427
|
+
var styles$2z = function styles() {
|
|
428
428
|
return {};
|
|
429
429
|
};
|
|
430
430
|
|
|
@@ -445,7 +445,7 @@ function useSnackbarAlert() {
|
|
|
445
445
|
var severity = _ref.severity,
|
|
446
446
|
message = _ref.message;
|
|
447
447
|
setAlert(function () {
|
|
448
|
-
return withStyles(styles$
|
|
448
|
+
return withStyles(styles$2z)(function (_ref2) {
|
|
449
449
|
var AlertProps = _ref2.AlertProps,
|
|
450
450
|
props = _objectWithoutProperties(_ref2, _excluded$1q);
|
|
451
451
|
|
|
@@ -1573,16 +1573,14 @@ var PropTypes$1 = propTypes$1.exports;
|
|
|
1573
1573
|
var _excluded$1p = ["checked", "name", "onChange"],
|
|
1574
1574
|
_excluded2$i = ["input", "meta", "label", "classes", "className", "FormControlProps", "FormControlLabelProps", "FormControlHelperTextProps"];
|
|
1575
1575
|
|
|
1576
|
-
var styles$
|
|
1576
|
+
var styles$2y = function styles(theme) {
|
|
1577
1577
|
return {
|
|
1578
1578
|
root: {
|
|
1579
1579
|
marginTop: theme.spacing(1),
|
|
1580
1580
|
width: '100%'
|
|
1581
1581
|
}
|
|
1582
1582
|
};
|
|
1583
|
-
};
|
|
1584
|
-
// Fields should behave like mui fields by default
|
|
1585
|
-
|
|
1583
|
+
};
|
|
1586
1584
|
|
|
1587
1585
|
function CheckboxField(_ref) {
|
|
1588
1586
|
var _ref$input = _ref.input;
|
|
@@ -1630,7 +1628,7 @@ function CheckboxField(_ref) {
|
|
|
1630
1628
|
}, FormControlHelperTextProps), error || submitError));
|
|
1631
1629
|
}
|
|
1632
1630
|
|
|
1633
|
-
var CheckboxField$1 = withStyles(styles$
|
|
1631
|
+
var CheckboxField$1 = withStyles(styles$2y, {
|
|
1634
1632
|
name: 'VdtCheckboxField'
|
|
1635
1633
|
})(CheckboxField);
|
|
1636
1634
|
|
|
@@ -1638,7 +1636,7 @@ var _excluded$1o = ["label"],
|
|
|
1638
1636
|
_excluded2$h = ["value", "name", "onChange"],
|
|
1639
1637
|
_excluded3$6 = ["value", "label"];
|
|
1640
1638
|
|
|
1641
|
-
var styles$
|
|
1639
|
+
var styles$2x = function styles(theme) {
|
|
1642
1640
|
return {
|
|
1643
1641
|
root: {
|
|
1644
1642
|
marginTop: theme.spacing(2),
|
|
@@ -1654,9 +1652,7 @@ function DefaultFormLabel(_ref) {
|
|
|
1654
1652
|
return /*#__PURE__*/React.createElement(FormLabel, _extends$4({
|
|
1655
1653
|
component: "legend"
|
|
1656
1654
|
}, props), label);
|
|
1657
|
-
}
|
|
1658
|
-
// Fields should behave like mui fields by default
|
|
1659
|
-
|
|
1655
|
+
}
|
|
1660
1656
|
|
|
1661
1657
|
function CheckboxGroupField(_ref2) {
|
|
1662
1658
|
var _ref2$input = _ref2.input;
|
|
@@ -1778,13 +1774,13 @@ function CheckboxGroupField(_ref2) {
|
|
|
1778
1774
|
}, FormHelperTextProps), error || submitError));
|
|
1779
1775
|
}
|
|
1780
1776
|
|
|
1781
|
-
var CheckboxGroupField$1 = withStyles(styles$
|
|
1777
|
+
var CheckboxGroupField$1 = withStyles(styles$2x, {
|
|
1782
1778
|
name: 'VdtCheckboxGroupField'
|
|
1783
1779
|
})(CheckboxGroupField);
|
|
1784
1780
|
|
|
1785
1781
|
var _excluded$1n = ["value", "label"];
|
|
1786
1782
|
|
|
1787
|
-
var styles$
|
|
1783
|
+
var styles$2w = function styles(theme) {
|
|
1788
1784
|
return {
|
|
1789
1785
|
root: {
|
|
1790
1786
|
marginTop: theme.spacing(2),
|
|
@@ -1854,14 +1850,14 @@ function RadioField(_ref) {
|
|
|
1854
1850
|
}, FormHelperTextProps), error || submitError));
|
|
1855
1851
|
}
|
|
1856
1852
|
|
|
1857
|
-
var RadioField$1 = withStyles(styles$
|
|
1853
|
+
var RadioField$1 = withStyles(styles$2w, {
|
|
1858
1854
|
name: 'VdtRadioField'
|
|
1859
1855
|
})(RadioField);
|
|
1860
1856
|
|
|
1861
1857
|
var _excluded$1m = ["input", "meta", "options", "label", "classes", "className", "FormControlProps", "InputLabelProps", "MenuItemProps", "FormHelperTextProps"],
|
|
1862
1858
|
_excluded2$g = ["value", "label"];
|
|
1863
1859
|
|
|
1864
|
-
var styles$
|
|
1860
|
+
var styles$2v = function styles(theme) {
|
|
1865
1861
|
return {
|
|
1866
1862
|
root: {
|
|
1867
1863
|
marginTop: theme.spacing(1),
|
|
@@ -1936,14 +1932,14 @@ function SelectField(_ref) {
|
|
|
1936
1932
|
}, FormHelperTextProps), touched && (error || submitError) ? error || submitError : ''));
|
|
1937
1933
|
}
|
|
1938
1934
|
|
|
1939
|
-
var SelectField$1 = withStyles(styles$
|
|
1935
|
+
var SelectField$1 = withStyles(styles$2v, {
|
|
1940
1936
|
name: 'VdtSelectField'
|
|
1941
1937
|
})(SelectField);
|
|
1942
1938
|
|
|
1943
1939
|
var _excluded$1l = ["name", "onChange", "value"],
|
|
1944
1940
|
_excluded2$f = ["input", "meta", "helperText", "classes", "className", "FormControlProps"];
|
|
1945
1941
|
|
|
1946
|
-
var styles$
|
|
1942
|
+
var styles$2u = function styles(theme) {
|
|
1947
1943
|
return {
|
|
1948
1944
|
root: {
|
|
1949
1945
|
marginTop: theme.spacing(1),
|
|
@@ -1995,13 +1991,13 @@ function TextField(_ref) {
|
|
|
1995
1991
|
}, props)));
|
|
1996
1992
|
}
|
|
1997
1993
|
|
|
1998
|
-
var TextField$1 = withStyles(styles$
|
|
1994
|
+
var TextField$1 = withStyles(styles$2u, {
|
|
1999
1995
|
name: 'VdtTextField'
|
|
2000
1996
|
})(TextField);
|
|
2001
1997
|
|
|
2002
1998
|
var _excluded$1k = ["input", "meta", "options", "label", "min", "max", "isRange", "step", "showMarks", "classes", "className", "FormControlProps", "FormLabelProps", "FormHelperTextProps", "exclude"];
|
|
2003
1999
|
|
|
2004
|
-
var styles$
|
|
2000
|
+
var styles$2t = function styles(theme) {
|
|
2005
2001
|
return {
|
|
2006
2002
|
root: {
|
|
2007
2003
|
marginTop: theme.spacing(2),
|
|
@@ -2101,13 +2097,13 @@ function Slider(_ref) {
|
|
|
2101
2097
|
}, FormHelperTextProps), error || submitError));
|
|
2102
2098
|
}
|
|
2103
2099
|
|
|
2104
|
-
var SliderField = withStyles(styles$
|
|
2100
|
+
var SliderField = withStyles(styles$2t, {
|
|
2105
2101
|
name: 'VdtSliderField'
|
|
2106
2102
|
})(Slider);
|
|
2107
2103
|
|
|
2108
2104
|
var _excluded$1j = ["input", "meta", "options", "label", "classes", "className", "FormControlProps", "TextFieldProps", "InputLabelProps", "FormHelperTextProps", "AutocompleteProps"];
|
|
2109
2105
|
|
|
2110
|
-
var styles$
|
|
2106
|
+
var styles$2s = function styles(theme) {
|
|
2111
2107
|
return {
|
|
2112
2108
|
root: {
|
|
2113
2109
|
marginTop: theme.spacing(1),
|
|
@@ -2249,7 +2245,7 @@ function TagField(_ref) {
|
|
|
2249
2245
|
}, FormHelperTextProps), error || submitError));
|
|
2250
2246
|
}
|
|
2251
2247
|
|
|
2252
|
-
var TagField$1 = withStyles(styles$
|
|
2248
|
+
var TagField$1 = withStyles(styles$2s, {
|
|
2253
2249
|
name: 'VdtTagField'
|
|
2254
2250
|
})(TagField);
|
|
2255
2251
|
|
|
@@ -2259,7 +2255,7 @@ function ownKeys$U(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
2259
2255
|
|
|
2260
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; }
|
|
2261
2257
|
|
|
2262
|
-
var styles$
|
|
2258
|
+
var styles$2r = function styles(theme) {
|
|
2263
2259
|
return {
|
|
2264
2260
|
root: {
|
|
2265
2261
|
marginTop: theme.spacing(2),
|
|
@@ -2316,11 +2312,11 @@ function DateField(_ref) {
|
|
|
2316
2312
|
}, props)));
|
|
2317
2313
|
}
|
|
2318
2314
|
|
|
2319
|
-
var DateField$1 = withStyles$1(styles$
|
|
2315
|
+
var DateField$1 = withStyles$1(styles$2r, {
|
|
2320
2316
|
name: 'VdtDateField'
|
|
2321
2317
|
})(DateField);
|
|
2322
2318
|
|
|
2323
|
-
var styles$
|
|
2319
|
+
var styles$2q = function styles(theme) {
|
|
2324
2320
|
return {
|
|
2325
2321
|
root: {
|
|
2326
2322
|
marginTop: theme.spacing(1),
|
|
@@ -2366,7 +2362,7 @@ function SwitchField(_ref) {
|
|
|
2366
2362
|
}, FormControlLabelProps)));
|
|
2367
2363
|
}
|
|
2368
2364
|
|
|
2369
|
-
var SwitchField$1 = withStyles(styles$
|
|
2365
|
+
var SwitchField$1 = withStyles(styles$2q, {
|
|
2370
2366
|
name: 'VdtSwitchField'
|
|
2371
2367
|
})(SwitchField);
|
|
2372
2368
|
|
|
@@ -2376,7 +2372,7 @@ function ownKeys$T(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
2376
2372
|
|
|
2377
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; }
|
|
2378
2374
|
|
|
2379
|
-
var styles$
|
|
2375
|
+
var styles$2p = function styles() {};
|
|
2380
2376
|
|
|
2381
2377
|
var defaultGetOptionLabel = function defaultGetOptionLabel(opt) {
|
|
2382
2378
|
return opt.label || opt;
|
|
@@ -2396,9 +2392,7 @@ var defaultGetValue = function defaultGetValue(_ref) {
|
|
|
2396
2392
|
if (multiple && !Array.isArray(value)) return [value];
|
|
2397
2393
|
if (!multiple && Array.isArray(value)) return value.join(', ');
|
|
2398
2394
|
return value;
|
|
2399
|
-
};
|
|
2400
|
-
// Fields should behave like mui fields by default
|
|
2401
|
-
|
|
2395
|
+
};
|
|
2402
2396
|
|
|
2403
2397
|
function AutocompleteField(_ref2) {
|
|
2404
2398
|
var _ref2$input = _ref2.input,
|
|
@@ -2476,7 +2470,7 @@ function AutocompleteField(_ref2) {
|
|
|
2476
2470
|
}, props));
|
|
2477
2471
|
}
|
|
2478
2472
|
|
|
2479
|
-
var AutocompleteField$1 = withStyles$1(styles$
|
|
2473
|
+
var AutocompleteField$1 = withStyles$1(styles$2p, {
|
|
2480
2474
|
name: 'VdtAutocompleteField'
|
|
2481
2475
|
})(AutocompleteField);
|
|
2482
2476
|
|
|
@@ -3300,7 +3294,7 @@ var FormButtons = withStyles({}, {
|
|
|
3300
3294
|
fullWidth: true
|
|
3301
3295
|
}, SubmitButtonProps), loginText));
|
|
3302
3296
|
});
|
|
3303
|
-
var styles$
|
|
3297
|
+
var styles$2o = function styles() {
|
|
3304
3298
|
return {
|
|
3305
3299
|
root: {}
|
|
3306
3300
|
};
|
|
@@ -3398,13 +3392,13 @@ LoginForm.defaultProps = {
|
|
|
3398
3392
|
FormButtonsProps: {}
|
|
3399
3393
|
};
|
|
3400
3394
|
|
|
3401
|
-
var Component$
|
|
3395
|
+
var Component$U = withStyles(styles$2o, {
|
|
3402
3396
|
name: 'VdtLoginForm'
|
|
3403
3397
|
})(LoginForm);
|
|
3404
|
-
Component$
|
|
3398
|
+
Component$U.displayName = 'LoginForm';
|
|
3405
3399
|
|
|
3406
3400
|
var _excluded$1c = ["checked", "classes", "className", "control", "disabled", "inputRef", "label", "name", "onChange", "value"];
|
|
3407
|
-
var styles$
|
|
3401
|
+
var styles$2n = function styles(theme) {
|
|
3408
3402
|
return {
|
|
3409
3403
|
root: {
|
|
3410
3404
|
display: 'inline-flex',
|
|
@@ -3487,7 +3481,7 @@ var ExpandedFormControlLabel = /*#__PURE__*/React.forwardRef(function (props, re
|
|
|
3487
3481
|
}, labelCount))
|
|
3488
3482
|
);
|
|
3489
3483
|
});
|
|
3490
|
-
var ExpandedFormControlLabel$1 = withStyles$1(styles$
|
|
3484
|
+
var ExpandedFormControlLabel$1 = withStyles$1(styles$2n, {
|
|
3491
3485
|
name: 'VdtExpandedFormControlLabel'
|
|
3492
3486
|
})(ExpandedFormControlLabel);
|
|
3493
3487
|
|
|
@@ -3551,7 +3545,7 @@ var onGetToken = /*#__PURE__*/function () {
|
|
|
3551
3545
|
};
|
|
3552
3546
|
}();
|
|
3553
3547
|
|
|
3554
|
-
var styles$
|
|
3548
|
+
var styles$2m = function styles(theme) {
|
|
3555
3549
|
return {
|
|
3556
3550
|
root: {
|
|
3557
3551
|
height: 20,
|
|
@@ -3582,7 +3576,7 @@ function FilterFormLabel(_ref) {
|
|
|
3582
3576
|
}, /*#__PURE__*/React__default.createElement(IconComponent, null)));
|
|
3583
3577
|
}
|
|
3584
3578
|
|
|
3585
|
-
var FilterFormLabel$1 = withStyles(styles$
|
|
3579
|
+
var FilterFormLabel$1 = withStyles(styles$2m, {
|
|
3586
3580
|
name: 'VdtFilterFormLabel'
|
|
3587
3581
|
})(FilterFormLabel);
|
|
3588
3582
|
|
|
@@ -3675,7 +3669,7 @@ function ownKeys$S(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
3675
3669
|
|
|
3676
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; }
|
|
3677
3671
|
|
|
3678
|
-
var styles$
|
|
3672
|
+
var styles$2l = function styles(theme) {
|
|
3679
3673
|
return {
|
|
3680
3674
|
header: {
|
|
3681
3675
|
padding: theme.spacing(2),
|
|
@@ -3885,7 +3879,7 @@ function FilterCard(_ref4) {
|
|
|
3885
3879
|
}, FormProps))) : null;
|
|
3886
3880
|
}
|
|
3887
3881
|
|
|
3888
|
-
var FilterCard$1 = withStyles(styles$
|
|
3882
|
+
var FilterCard$1 = withStyles(styles$2l, {
|
|
3889
3883
|
name: 'VdtFilterCard'
|
|
3890
3884
|
})(FilterCard);
|
|
3891
3885
|
|
|
@@ -4305,7 +4299,7 @@ function SearchPagination(_ref) {
|
|
|
4305
4299
|
|
|
4306
4300
|
var _excluded$1a = ["classes", "onSubmit", "fields", "value", "query", "fieldPlaceHolder", "queryPlaceHolder", "disableReset", "disableRequired", "fieldInputRef", "queryInputRef"];
|
|
4307
4301
|
|
|
4308
|
-
var styles$
|
|
4302
|
+
var styles$2k = function styles(theme) {
|
|
4309
4303
|
return {
|
|
4310
4304
|
root: {
|
|
4311
4305
|
backgroundColor: theme.palette.background.paper
|
|
@@ -4452,7 +4446,7 @@ function SearchInputFieldSelect(_ref) {
|
|
|
4452
4446
|
})));
|
|
4453
4447
|
}
|
|
4454
4448
|
|
|
4455
|
-
var SearchInputFieldSelect$1 = withStyles(styles$
|
|
4449
|
+
var SearchInputFieldSelect$1 = withStyles(styles$2k, {
|
|
4456
4450
|
name: 'VdtSearchInputFieldSelect'
|
|
4457
4451
|
})(SearchInputFieldSelect);
|
|
4458
4452
|
|
|
@@ -4508,7 +4502,7 @@ SortMenuItem.defaultProps = {
|
|
|
4508
4502
|
};
|
|
4509
4503
|
|
|
4510
4504
|
var _excluded$19 = ["classes", "caption", "options", "sortAsc", "sortDesc", "IconComponent", "MenuItemComponent", "onChange", "initialSort"];
|
|
4511
|
-
var styles$
|
|
4505
|
+
var styles$2j = function styles(theme) {
|
|
4512
4506
|
return {
|
|
4513
4507
|
root: {
|
|
4514
4508
|
color: theme.palette.secondary.main,
|
|
@@ -4656,10 +4650,10 @@ Sort.defaultProps = {
|
|
|
4656
4650
|
options: []
|
|
4657
4651
|
};
|
|
4658
4652
|
|
|
4659
|
-
var Component$
|
|
4653
|
+
var Component$T = withStyles(styles$2j, {
|
|
4660
4654
|
name: 'VdtSort'
|
|
4661
4655
|
})(Sort);
|
|
4662
|
-
Component$
|
|
4656
|
+
Component$T.displayName = 'Sort';
|
|
4663
4657
|
|
|
4664
4658
|
var _excluded$18 = ["onSubmit", "onChange", "options", "name", "label"];
|
|
4665
4659
|
|
|
@@ -4919,7 +4913,7 @@ function JobList(_ref) {
|
|
|
4919
4913
|
return handleDelete(index);
|
|
4920
4914
|
}
|
|
4921
4915
|
});
|
|
4922
|
-
})), /*#__PURE__*/React__default.createElement(Component$
|
|
4916
|
+
})), /*#__PURE__*/React__default.createElement(Component$T, {
|
|
4923
4917
|
options: sortOptions,
|
|
4924
4918
|
initialSort: initialSort,
|
|
4925
4919
|
onChange: onChangeSort,
|
|
@@ -5388,7 +5382,7 @@ function JobTaskTableRow(_ref4) {
|
|
|
5388
5382
|
}, duration !== undefined ? humanizeDuration(duration) : '-')));
|
|
5389
5383
|
}
|
|
5390
5384
|
|
|
5391
|
-
var styles$
|
|
5385
|
+
var styles$2i = {
|
|
5392
5386
|
root: {},
|
|
5393
5387
|
TableHead: {},
|
|
5394
5388
|
TableBody: {}
|
|
@@ -5460,7 +5454,7 @@ JobTaskTable.defaultProps = {
|
|
|
5460
5454
|
JobTaskTableRowComponent: JobTaskTableRow,
|
|
5461
5455
|
JobTaskTableRowProps: {}
|
|
5462
5456
|
};
|
|
5463
|
-
var JobTaskTable$1 = withStyles(styles$
|
|
5457
|
+
var JobTaskTable$1 = withStyles(styles$2i, {
|
|
5464
5458
|
name: 'VdtJobTaskTable'
|
|
5465
5459
|
})(JobTaskTable);
|
|
5466
5460
|
|
|
@@ -5526,7 +5520,7 @@ function JobMenu(_ref) {
|
|
|
5526
5520
|
}))));
|
|
5527
5521
|
}
|
|
5528
5522
|
|
|
5529
|
-
var styles$
|
|
5523
|
+
var styles$2h = {
|
|
5530
5524
|
root: {},
|
|
5531
5525
|
CardContent: {
|
|
5532
5526
|
height: 'calc(100% - 70px)',
|
|
@@ -5673,7 +5667,7 @@ JobCard.defaultProps = {
|
|
|
5673
5667
|
JobMenuComponent: JobMenu,
|
|
5674
5668
|
JobMenuProps: {}
|
|
5675
5669
|
};
|
|
5676
|
-
var JobCard$1 = withStyles(styles$
|
|
5670
|
+
var JobCard$1 = withStyles(styles$2h, {
|
|
5677
5671
|
name: 'VdtJobCard'
|
|
5678
5672
|
})(JobCard);
|
|
5679
5673
|
|
|
@@ -6022,7 +6016,7 @@ function VidispineIcon(props) {
|
|
|
6022
6016
|
}, props));
|
|
6023
6017
|
}
|
|
6024
6018
|
|
|
6025
|
-
var styles$
|
|
6019
|
+
var styles$2g = function styles(theme) {
|
|
6026
6020
|
var isLight = theme.palette.type === 'light';
|
|
6027
6021
|
return {
|
|
6028
6022
|
badge: {
|
|
@@ -6056,7 +6050,7 @@ function MediaBadge(_ref) {
|
|
|
6056
6050
|
}, children);
|
|
6057
6051
|
}
|
|
6058
6052
|
|
|
6059
|
-
var MediaBadge$1 = withStyles(styles$
|
|
6053
|
+
var MediaBadge$1 = withStyles(styles$2g, {
|
|
6060
6054
|
name: 'VdtMediaBadge'
|
|
6061
6055
|
})(MediaBadge);
|
|
6062
6056
|
|
|
@@ -6164,7 +6158,7 @@ var generateBadges = function generateBadges(_ref) {
|
|
|
6164
6158
|
return _toConsumableArray(new Set(badges)); // remove duplicates
|
|
6165
6159
|
};
|
|
6166
6160
|
|
|
6167
|
-
var styles$
|
|
6161
|
+
var styles$2f = function styles() {
|
|
6168
6162
|
return {
|
|
6169
6163
|
root: {}
|
|
6170
6164
|
};
|
|
@@ -6197,11 +6191,11 @@ function MediaBadges(_ref2) {
|
|
|
6197
6191
|
}));
|
|
6198
6192
|
}
|
|
6199
6193
|
|
|
6200
|
-
var MediaBadges$1 = withStyles(styles$
|
|
6194
|
+
var MediaBadges$1 = withStyles(styles$2f, {
|
|
6201
6195
|
name: 'VdtMediaBadges'
|
|
6202
6196
|
})(MediaBadges);
|
|
6203
6197
|
|
|
6204
|
-
var styles$
|
|
6198
|
+
var styles$2e = function styles(theme) {
|
|
6205
6199
|
return {
|
|
6206
6200
|
root: {
|
|
6207
6201
|
display: 'flex'
|
|
@@ -6254,7 +6248,7 @@ function ShapeTagCard(_ref) {
|
|
|
6254
6248
|
className: classes.description
|
|
6255
6249
|
}, shapeTag.description)));
|
|
6256
6250
|
}
|
|
6257
|
-
var ShapeTagCard$1 = withStyles(styles$
|
|
6251
|
+
var ShapeTagCard$1 = withStyles(styles$2e, {
|
|
6258
6252
|
name: 'VdtShapeTagCard'
|
|
6259
6253
|
})(ShapeTagCard);
|
|
6260
6254
|
ShapeTagCard.propTypes = {
|
|
@@ -6394,7 +6388,7 @@ var AccordionDetails = withStyles(function (theme) {
|
|
|
6394
6388
|
};
|
|
6395
6389
|
})(MuiAccordionDetails);
|
|
6396
6390
|
|
|
6397
|
-
var styles$
|
|
6391
|
+
var styles$2d = function styles(theme) {
|
|
6398
6392
|
return {
|
|
6399
6393
|
root: {},
|
|
6400
6394
|
Accordion: {},
|
|
@@ -6505,7 +6499,7 @@ function ShapeTagListAccordion(_ref3) {
|
|
|
6505
6499
|
})));
|
|
6506
6500
|
})));
|
|
6507
6501
|
}
|
|
6508
|
-
var ShapeTagListAccordion$1 = withStyles(styles$
|
|
6502
|
+
var ShapeTagListAccordion$1 = withStyles(styles$2d, {
|
|
6509
6503
|
name: 'VdtShapeTagListAccordion'
|
|
6510
6504
|
})(ShapeTagListAccordion);
|
|
6511
6505
|
ShapeTagListAccordion.propTypes = {
|
|
@@ -6651,7 +6645,7 @@ var useTranscodeResources = function useTranscodeResources(_ref4) {
|
|
|
6651
6645
|
};
|
|
6652
6646
|
};
|
|
6653
6647
|
|
|
6654
|
-
var styles$
|
|
6648
|
+
var styles$2c = function styles(theme) {
|
|
6655
6649
|
return {
|
|
6656
6650
|
root: {},
|
|
6657
6651
|
noResourceText: _objectSpread$L(_objectSpread$L({}, theme.typography.body1), {}, {
|
|
@@ -6873,7 +6867,7 @@ function TranscodeDialog(_ref6) {
|
|
|
6873
6867
|
}, ShapeTagListProps)));
|
|
6874
6868
|
})));
|
|
6875
6869
|
}
|
|
6876
|
-
var TranscodeDialog$1 = withStyles(styles$
|
|
6870
|
+
var TranscodeDialog$1 = withStyles(styles$2c, {
|
|
6877
6871
|
name: 'VdtTranscodeDialog'
|
|
6878
6872
|
})(TranscodeDialog);
|
|
6879
6873
|
TranscodeDialog.propTypes = {
|
|
@@ -7055,28 +7049,8 @@ var filterTimespanList = function filterTimespanList(_ref) {
|
|
|
7055
7049
|
});
|
|
7056
7050
|
}
|
|
7057
7051
|
}
|
|
7058
|
-
});
|
|
7059
|
-
|
|
7060
|
-
return filteredTimespans; // return parsedTimespans.filter((timespanType) => {
|
|
7061
|
-
// const fieldList = Array.isArray(field) ? field : [field];
|
|
7062
|
-
// const fieldGroupList = Array.isArray(fieldGroup) ? fieldGroup : [fieldGroup];
|
|
7063
|
-
// const { group: groupList = [] } = timespanType;
|
|
7064
|
-
// const matchingGroups = groupList.filter(({ name }) => fieldGroupList.includes(name));
|
|
7065
|
-
// const matchingValues = matchingGroups.reduce((acc, groupFields) => {
|
|
7066
|
-
// Object.entries(groupFields).forEach(([fieldName, fieldValue]) => {
|
|
7067
|
-
// if (fieldList.includes(fieldName)) {
|
|
7068
|
-
// acc.push(fieldValue);
|
|
7069
|
-
// }
|
|
7070
|
-
// });
|
|
7071
|
-
// return acc;
|
|
7072
|
-
// }, []);
|
|
7073
|
-
// const timespanText = matchingValues.join('');
|
|
7074
|
-
// if (timespanText === '') return false;
|
|
7075
|
-
// if (filterText) {
|
|
7076
|
-
// return timespanText.toLowerCase().includes(filterText.toLowerCase());
|
|
7077
|
-
// }
|
|
7078
|
-
// return true;
|
|
7079
|
-
// });
|
|
7052
|
+
});
|
|
7053
|
+
return filteredTimespans;
|
|
7080
7054
|
};
|
|
7081
7055
|
|
|
7082
7056
|
var sortTimespanList = function sortTimespanList(timespan1, timespan2) {
|
|
@@ -7228,10 +7202,15 @@ var useConfidenceSlider = function useConfidenceSlider(onChange) {
|
|
|
7228
7202
|
return [confidenceValue, onChangeConfidenceValue];
|
|
7229
7203
|
};
|
|
7230
7204
|
|
|
7231
|
-
var styles$
|
|
7232
|
-
|
|
7233
|
-
|
|
7234
|
-
|
|
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
|
+
};
|
|
7235
7214
|
};
|
|
7236
7215
|
|
|
7237
7216
|
function ConfidenceSlider(_ref) {
|
|
@@ -7269,11 +7248,11 @@ function ConfidenceSlider(_ref) {
|
|
|
7269
7248
|
}, SliderProps)));
|
|
7270
7249
|
}
|
|
7271
7250
|
|
|
7272
|
-
var ConfidenceSlider$1 = withStyles(styles$
|
|
7251
|
+
var ConfidenceSlider$1 = withStyles(styles$2b, {
|
|
7273
7252
|
name: 'VdtConfidenceSlider'
|
|
7274
7253
|
})(ConfidenceSlider);
|
|
7275
7254
|
|
|
7276
|
-
var styles$
|
|
7255
|
+
var styles$2a = {
|
|
7277
7256
|
Button: {
|
|
7278
7257
|
minWidth: 0
|
|
7279
7258
|
},
|
|
@@ -7300,7 +7279,7 @@ function EditButton(_ref) {
|
|
|
7300
7279
|
}, ButtonProps), /*#__PURE__*/React__default.createElement(IconComponent, null));
|
|
7301
7280
|
}
|
|
7302
7281
|
|
|
7303
|
-
var EditButton$1 = withStyles(styles$
|
|
7282
|
+
var EditButton$1 = withStyles(styles$2a)(EditButton);
|
|
7304
7283
|
|
|
7305
7284
|
var _excluded$15 = ["itemId", "video", "sampleRate", "onSuccess", "onError", "sameAsStartText", "laterThanEndText"],
|
|
7306
7285
|
_excluded2$c = ["startText", "endText", "uuid", "timespan"],
|
|
@@ -7544,7 +7523,7 @@ var _excluded$14 = ["className", "classes", "itemId", "sampleRate", "onSuccess",
|
|
|
7544
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; }
|
|
7545
7524
|
|
|
7546
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; }
|
|
7547
|
-
var styles$
|
|
7526
|
+
var styles$29 = {
|
|
7548
7527
|
Form: {}
|
|
7549
7528
|
};
|
|
7550
7529
|
|
|
@@ -7605,7 +7584,7 @@ function ItemTimespanEdit(_ref) {
|
|
|
7605
7584
|
}, props));
|
|
7606
7585
|
}
|
|
7607
7586
|
|
|
7608
|
-
var ItemTimespanEdit$1 = withStyles(styles$
|
|
7587
|
+
var ItemTimespanEdit$1 = withStyles(styles$29, {
|
|
7609
7588
|
name: 'VdtItemTimespanEdit'
|
|
7610
7589
|
})(ItemTimespanEdit);
|
|
7611
7590
|
|
|
@@ -7788,7 +7767,7 @@ var useItemTimespanInterval = function useItemTimespanInterval(_ref3) {
|
|
|
7788
7767
|
};
|
|
7789
7768
|
};
|
|
7790
7769
|
|
|
7791
|
-
var styles$
|
|
7770
|
+
var styles$28 = function styles(theme) {
|
|
7792
7771
|
return {
|
|
7793
7772
|
root: {
|
|
7794
7773
|
transition: 'background-color 0.3s ease-out',
|
|
@@ -7929,11 +7908,11 @@ function ItemTimespanInterval(_ref) {
|
|
|
7929
7908
|
);
|
|
7930
7909
|
}
|
|
7931
7910
|
|
|
7932
|
-
var ItemTimespanInterval$1 = withStyles(styles$
|
|
7911
|
+
var ItemTimespanInterval$1 = withStyles(styles$28, {
|
|
7933
7912
|
name: 'VdtItemTimespanInterval'
|
|
7934
7913
|
})(ItemTimespanInterval);
|
|
7935
7914
|
|
|
7936
|
-
var styles$
|
|
7915
|
+
var styles$27 = {
|
|
7937
7916
|
root: {},
|
|
7938
7917
|
ItemTimespanIntervalContainer: {},
|
|
7939
7918
|
ItemTimespanInterval: {},
|
|
@@ -7994,12 +7973,12 @@ function ItemTimespanList(_ref) {
|
|
|
7994
7973
|
}));
|
|
7995
7974
|
}
|
|
7996
7975
|
|
|
7997
|
-
var ItemTimespanList$1 = withStyles(styles$
|
|
7976
|
+
var ItemTimespanList$1 = withStyles(styles$27, {
|
|
7998
7977
|
name: 'VdtItemTimespanList'
|
|
7999
7978
|
})(ItemTimespanList);
|
|
8000
7979
|
|
|
8001
7980
|
var _excluded$13 = ["className", "classes", "onChange", "searchText", "SearchIconComponent", "CloseIconComponent", "inputRef"];
|
|
8002
|
-
var styles$
|
|
7981
|
+
var styles$26 = {
|
|
8003
7982
|
TextField: {},
|
|
8004
7983
|
InputAdornment: {},
|
|
8005
7984
|
Button: {
|
|
@@ -8076,11 +8055,11 @@ function ItemTimespanSearchInput(_ref) {
|
|
|
8076
8055
|
}, props));
|
|
8077
8056
|
}
|
|
8078
8057
|
|
|
8079
|
-
var ItemTimespanSearchInput$1 = withStyles(styles$
|
|
8058
|
+
var ItemTimespanSearchInput$1 = withStyles(styles$26, {
|
|
8080
8059
|
name: 'VdtItemTimespanSearchInput'
|
|
8081
8060
|
})(ItemTimespanSearchInput);
|
|
8082
8061
|
|
|
8083
|
-
var styles$
|
|
8062
|
+
var styles$25 = function styles(theme) {
|
|
8084
8063
|
return {
|
|
8085
8064
|
root: {},
|
|
8086
8065
|
header: {
|
|
@@ -8238,11 +8217,11 @@ function ItemTimespanBox(_ref) {
|
|
|
8238
8217
|
}, ItemTimespanListProps)));
|
|
8239
8218
|
}
|
|
8240
8219
|
|
|
8241
|
-
var ItemTimespanBox$1 = withStyles(styles$
|
|
8220
|
+
var ItemTimespanBox$1 = withStyles(styles$25, {
|
|
8242
8221
|
name: 'VdtItemTimespanBox'
|
|
8243
8222
|
})(ItemTimespanBox);
|
|
8244
8223
|
|
|
8245
|
-
var styles$
|
|
8224
|
+
var styles$24 = {
|
|
8246
8225
|
FormControl: {},
|
|
8247
8226
|
InputLabel: {},
|
|
8248
8227
|
Select: {},
|
|
@@ -8280,7 +8259,7 @@ function ItemTimespanSelection(_ref) {
|
|
|
8280
8259
|
})));
|
|
8281
8260
|
}
|
|
8282
8261
|
|
|
8283
|
-
var ItemTimespanSelection$1 = withStyles(styles$
|
|
8262
|
+
var ItemTimespanSelection$1 = withStyles(styles$24, {
|
|
8284
8263
|
name: 'VdtItemTimespanSelection'
|
|
8285
8264
|
})(ItemTimespanSelection);
|
|
8286
8265
|
|
|
@@ -8341,7 +8320,7 @@ var useItemTimespan = function useItemTimespan(_ref) {
|
|
|
8341
8320
|
};
|
|
8342
8321
|
};
|
|
8343
8322
|
|
|
8344
|
-
var styles$
|
|
8323
|
+
var styles$23 = function styles(theme) {
|
|
8345
8324
|
return {
|
|
8346
8325
|
root: {},
|
|
8347
8326
|
ItemTimespanSelection: {
|
|
@@ -8408,7 +8387,7 @@ function ItemTimespan$1(_ref) {
|
|
|
8408
8387
|
}, timespanOptionValue, ItemTimespanBoxProps)));
|
|
8409
8388
|
}
|
|
8410
8389
|
|
|
8411
|
-
var ItemTimespan = withStyles(styles$
|
|
8390
|
+
var ItemTimespan = withStyles(styles$23, {
|
|
8412
8391
|
name: 'VdtItemTimespan'
|
|
8413
8392
|
})(ItemTimespan$1);
|
|
8414
8393
|
|
|
@@ -8430,7 +8409,7 @@ var PERMISSIONS = {
|
|
|
8430
8409
|
NONE: 'NONE'
|
|
8431
8410
|
};
|
|
8432
8411
|
|
|
8433
|
-
var styles$
|
|
8412
|
+
var styles$22 = function styles(theme) {
|
|
8434
8413
|
return {
|
|
8435
8414
|
root: {},
|
|
8436
8415
|
recipientRoot: {
|
|
@@ -8838,7 +8817,7 @@ function EntityAccessEdit(_ref6) {
|
|
|
8838
8817
|
}, grantAccessText)));
|
|
8839
8818
|
}
|
|
8840
8819
|
|
|
8841
|
-
var EntityAccessEdit$1 = withStyles(styles$
|
|
8820
|
+
var EntityAccessEdit$1 = withStyles(styles$22, {
|
|
8842
8821
|
name: 'VdtEntityAccessEdit'
|
|
8843
8822
|
})(EntityAccessEdit);
|
|
8844
8823
|
|
|
@@ -9157,7 +9136,7 @@ function ownKeys$E(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
9157
9136
|
|
|
9158
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; }
|
|
9159
9138
|
|
|
9160
|
-
var styles$
|
|
9139
|
+
var styles$21 = function styles(theme) {
|
|
9161
9140
|
return {
|
|
9162
9141
|
root: {
|
|
9163
9142
|
height: '42px',
|
|
@@ -9223,7 +9202,7 @@ function ItemMetadataFieldRow(_ref) {
|
|
|
9223
9202
|
}, props))));
|
|
9224
9203
|
}
|
|
9225
9204
|
|
|
9226
|
-
var ItemMetadataFieldRow$1 = withStyles(styles$
|
|
9205
|
+
var ItemMetadataFieldRow$1 = withStyles(styles$21, {
|
|
9227
9206
|
name: 'VdtItemMetadataFieldRow'
|
|
9228
9207
|
})(ItemMetadataFieldRow);
|
|
9229
9208
|
|
|
@@ -9306,7 +9285,7 @@ var defaultGetFieldProps = function defaultGetFieldProps(_ref) {
|
|
|
9306
9285
|
};
|
|
9307
9286
|
};
|
|
9308
9287
|
|
|
9309
|
-
var styles$
|
|
9288
|
+
var styles$20 = {
|
|
9310
9289
|
root: {
|
|
9311
9290
|
tableLayout: 'fixed'
|
|
9312
9291
|
},
|
|
@@ -9423,7 +9402,7 @@ function PureItemMetadataFieldGroupRow(_ref4) {
|
|
|
9423
9402
|
var ItemMetadataFieldGroupRow = withStyles(FieldGroupRowStyles, {
|
|
9424
9403
|
name: 'VdtItemMetadataFieldGroupRow'
|
|
9425
9404
|
})(PureItemMetadataFieldGroupRow);
|
|
9426
|
-
var ItemMetadataFormTable = withStyles(styles$
|
|
9405
|
+
var ItemMetadataFormTable = withStyles(styles$20, {
|
|
9427
9406
|
name: 'VdtItemMetadataFormTable'
|
|
9428
9407
|
})(PureItemMetadataFormTable);
|
|
9429
9408
|
|
|
@@ -9547,7 +9526,7 @@ function ownKeys$D(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
9547
9526
|
|
|
9548
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; }
|
|
9549
9528
|
|
|
9550
|
-
var styles$
|
|
9529
|
+
var styles$1$ = function styles(theme) {
|
|
9551
9530
|
return {
|
|
9552
9531
|
root: {
|
|
9553
9532
|
padding: 0,
|
|
@@ -9613,7 +9592,7 @@ function ItemMetadataListFieldItem(_ref) {
|
|
|
9613
9592
|
}));
|
|
9614
9593
|
}
|
|
9615
9594
|
|
|
9616
|
-
var ItemMetadataListFieldItem$1 = withStyles(styles$
|
|
9595
|
+
var ItemMetadataListFieldItem$1 = withStyles(styles$1$, {
|
|
9617
9596
|
name: 'VdtItemMetadataListFieldItem'
|
|
9618
9597
|
})(ItemMetadataListFieldItem);
|
|
9619
9598
|
|
|
@@ -9625,7 +9604,7 @@ function ownKeys$C(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
9625
9604
|
|
|
9626
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; }
|
|
9627
9606
|
|
|
9628
|
-
var styles$
|
|
9607
|
+
var styles$1_ = function styles(theme) {
|
|
9629
9608
|
return {
|
|
9630
9609
|
root: {
|
|
9631
9610
|
padding: 0
|
|
@@ -9714,7 +9693,7 @@ function ItemMetadataListFieldGroupItem(_ref) {
|
|
|
9714
9693
|
}))));
|
|
9715
9694
|
}
|
|
9716
9695
|
|
|
9717
|
-
var ItemMetadataListFieldGroupItem$1 = withStyles(styles$
|
|
9696
|
+
var ItemMetadataListFieldGroupItem$1 = withStyles(styles$1_, {
|
|
9718
9697
|
name: 'VdtItemMetadataListFieldGroupItem'
|
|
9719
9698
|
})(ItemMetadataListFieldGroupItem);
|
|
9720
9699
|
|
|
@@ -9722,7 +9701,7 @@ var _excluded$$ = ["classes", "className", "fields", "groups", "showFieldName",
|
|
|
9722
9701
|
_excluded2$9 = ["name"],
|
|
9723
9702
|
_excluded3$2 = ["name"];
|
|
9724
9703
|
|
|
9725
|
-
var styles$
|
|
9704
|
+
var styles$1Z = function styles() {
|
|
9726
9705
|
return {
|
|
9727
9706
|
root: {
|
|
9728
9707
|
width: '100%',
|
|
@@ -9779,7 +9758,7 @@ function ItemMetadataList(_ref) {
|
|
|
9779
9758
|
}));
|
|
9780
9759
|
}
|
|
9781
9760
|
|
|
9782
|
-
var ItemMetadataList$1 = withStyles(styles$
|
|
9761
|
+
var ItemMetadataList$1 = withStyles(styles$1Z, {
|
|
9783
9762
|
name: 'VdtItemMetadataList'
|
|
9784
9763
|
})(ItemMetadataList);
|
|
9785
9764
|
|
|
@@ -15552,7 +15531,7 @@ function ownKeys$B(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
15552
15531
|
|
|
15553
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; }
|
|
15554
15533
|
|
|
15555
|
-
var styles$
|
|
15534
|
+
var styles$1Y = function styles(theme) {
|
|
15556
15535
|
return {
|
|
15557
15536
|
TableCellLabel: _objectSpread$B({
|
|
15558
15537
|
borderStyle: 'none'
|
|
@@ -15585,7 +15564,7 @@ function TableRow(_ref) {
|
|
|
15585
15564
|
}, value !== undefined ? formatValue(value) : ''));
|
|
15586
15565
|
}
|
|
15587
15566
|
|
|
15588
|
-
var TableRow$1 = withStyles(styles$
|
|
15567
|
+
var TableRow$1 = withStyles(styles$1Y)(TableRow);
|
|
15589
15568
|
|
|
15590
15569
|
function AudioComponentTypeTableBody(_ref) {
|
|
15591
15570
|
var className = _ref.className,
|
|
@@ -15911,7 +15890,7 @@ function ShapeTypeTableBody(_ref2) {
|
|
|
15911
15890
|
}));
|
|
15912
15891
|
}
|
|
15913
15892
|
|
|
15914
|
-
var styles$
|
|
15893
|
+
var styles$1X = function styles() {
|
|
15915
15894
|
return {
|
|
15916
15895
|
MenuIconButton: {},
|
|
15917
15896
|
MenuIcon: {},
|
|
@@ -15999,7 +15978,7 @@ function ItemShapeMenu(_ref) {
|
|
|
15999
15978
|
}));
|
|
16000
15979
|
}
|
|
16001
15980
|
|
|
16002
|
-
var ItemShapeMenu$1 = withStyles(styles$
|
|
15981
|
+
var ItemShapeMenu$1 = withStyles(styles$1X, {
|
|
16003
15982
|
name: 'VdtItemShapeMenu'
|
|
16004
15983
|
})(ItemShapeMenu);
|
|
16005
15984
|
|
|
@@ -16063,7 +16042,7 @@ function ItemShapeRow(_ref) {
|
|
|
16063
16042
|
})))))));
|
|
16064
16043
|
}
|
|
16065
16044
|
|
|
16066
|
-
var styles$
|
|
16045
|
+
var styles$1W = function styles() {
|
|
16067
16046
|
return {
|
|
16068
16047
|
root: {
|
|
16069
16048
|
width: '100%'
|
|
@@ -16128,10 +16107,10 @@ ItemShapeTable.defaultProps = {
|
|
|
16128
16107
|
canExpand: true
|
|
16129
16108
|
};
|
|
16130
16109
|
|
|
16131
|
-
var Component$
|
|
16110
|
+
var Component$S = withStyles(styles$1W, {
|
|
16132
16111
|
name: 'VdtItemShapeTable'
|
|
16133
16112
|
})(ItemShapeTable);
|
|
16134
|
-
Component$
|
|
16113
|
+
Component$S.displayName = 'ItemShapeTable';
|
|
16135
16114
|
|
|
16136
16115
|
var _excluded$Z = ["itemId", "hidden"];
|
|
16137
16116
|
var queryParams$2 = {
|
|
@@ -16172,7 +16151,7 @@ function ItemShapeTab(_ref) {
|
|
|
16172
16151
|
|
|
16173
16152
|
hiddenRef.current = hidden;
|
|
16174
16153
|
}, [hidden, onRefresh]);
|
|
16175
|
-
return /*#__PURE__*/React__default.createElement(Component$
|
|
16154
|
+
return /*#__PURE__*/React__default.createElement(Component$S, _extends$4({
|
|
16176
16155
|
itemId: itemId,
|
|
16177
16156
|
itemType: itemType,
|
|
16178
16157
|
onRemove: onRemove
|
|
@@ -16204,7 +16183,7 @@ function MetadataTypeTableBody(_ref) {
|
|
|
16204
16183
|
}));
|
|
16205
16184
|
}
|
|
16206
16185
|
|
|
16207
|
-
var styles$
|
|
16186
|
+
var styles$1V = function styles() {
|
|
16208
16187
|
return {
|
|
16209
16188
|
root: {
|
|
16210
16189
|
width: '100%'
|
|
@@ -16250,10 +16229,10 @@ ItemSourceTable.defaultProps = {
|
|
|
16250
16229
|
classes: {}
|
|
16251
16230
|
};
|
|
16252
16231
|
|
|
16253
|
-
var Component$
|
|
16232
|
+
var Component$R = withStyles(styles$1V, {
|
|
16254
16233
|
name: 'VdtItemSourceTable'
|
|
16255
16234
|
})(ItemSourceTable);
|
|
16256
|
-
Component$
|
|
16235
|
+
Component$R.displayName = 'ItemSourceTable';
|
|
16257
16236
|
|
|
16258
16237
|
var queryParams$1 = {
|
|
16259
16238
|
content: ['shape', 'metadata'],
|
|
@@ -16267,7 +16246,7 @@ function ItemSourceTab(_ref) {
|
|
|
16267
16246
|
return /*#__PURE__*/React__default.createElement(GetItem, {
|
|
16268
16247
|
itemId: itemId,
|
|
16269
16248
|
queryParams: queryParams$1
|
|
16270
|
-
}, /*#__PURE__*/React__default.createElement(Component$
|
|
16249
|
+
}, /*#__PURE__*/React__default.createElement(Component$R, null));
|
|
16271
16250
|
}
|
|
16272
16251
|
|
|
16273
16252
|
function ItemPosterDialog(_ref) {
|
|
@@ -16321,7 +16300,7 @@ function ItemPosterDialog(_ref) {
|
|
|
16321
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; }
|
|
16322
16301
|
|
|
16323
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; }
|
|
16324
|
-
var styles$
|
|
16303
|
+
var styles$1U = function styles(theme) {
|
|
16325
16304
|
return {
|
|
16326
16305
|
root: {
|
|
16327
16306
|
color: theme.palette.common.white,
|
|
@@ -16370,10 +16349,10 @@ MediaCardThumbnailLabel.defaultProps = {
|
|
|
16370
16349
|
style: {}
|
|
16371
16350
|
};
|
|
16372
16351
|
|
|
16373
|
-
var Component$
|
|
16352
|
+
var Component$Q = withStyles(styles$1U, {
|
|
16374
16353
|
name: 'VdtMediaCardThumbnailLabel'
|
|
16375
16354
|
})(MediaCardThumbnailLabel);
|
|
16376
|
-
Component$
|
|
16355
|
+
Component$Q.displayName = 'MediaCardThumbnailLabel';
|
|
16377
16356
|
|
|
16378
16357
|
var formatDurationSeconds = function formatDurationSeconds(durationSeconds) {
|
|
16379
16358
|
var hours = Math.floor(durationSeconds / 3600);
|
|
@@ -16392,7 +16371,7 @@ function MediaCardDurationLabel(_ref) {
|
|
|
16392
16371
|
var seconds = Number(label);
|
|
16393
16372
|
if (seconds === 0) return null;
|
|
16394
16373
|
var formattedDuration = formatDurationSeconds(seconds);
|
|
16395
|
-
return /*#__PURE__*/React__default.createElement(Component$
|
|
16374
|
+
return /*#__PURE__*/React__default.createElement(Component$Q, {
|
|
16396
16375
|
className: className,
|
|
16397
16376
|
classes: classes,
|
|
16398
16377
|
style: style,
|
|
@@ -16401,7 +16380,7 @@ function MediaCardDurationLabel(_ref) {
|
|
|
16401
16380
|
}
|
|
16402
16381
|
|
|
16403
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"];
|
|
16404
|
-
var styles$
|
|
16383
|
+
var styles$1T = function styles(theme) {
|
|
16405
16384
|
return {
|
|
16406
16385
|
root: {},
|
|
16407
16386
|
container: {
|
|
@@ -16648,16 +16627,16 @@ MediaCardThumbnail.defaultProps = {
|
|
|
16648
16627
|
primaryColor: undefined,
|
|
16649
16628
|
onClick: undefined,
|
|
16650
16629
|
labelLeftTop: undefined,
|
|
16651
|
-
LabelComponentLeftTop: Component$
|
|
16630
|
+
LabelComponentLeftTop: Component$Q,
|
|
16652
16631
|
LabelPropsLeftTop: {},
|
|
16653
16632
|
labelLeftBottom: undefined,
|
|
16654
|
-
LabelComponentLeftBottom: Component$
|
|
16633
|
+
LabelComponentLeftBottom: Component$Q,
|
|
16655
16634
|
LabelPropsLeftBottom: {},
|
|
16656
16635
|
labelRightTop: undefined,
|
|
16657
|
-
LabelComponentRightTop: Component$
|
|
16636
|
+
LabelComponentRightTop: Component$Q,
|
|
16658
16637
|
LabelPropsRightTop: {},
|
|
16659
16638
|
labelRightBottom: undefined,
|
|
16660
|
-
LabelComponentRightBottom: Component$
|
|
16639
|
+
LabelComponentRightBottom: Component$Q,
|
|
16661
16640
|
LabelPropsRightBottom: {},
|
|
16662
16641
|
innerProps: {},
|
|
16663
16642
|
scrubOnHover: true,
|
|
@@ -16667,12 +16646,12 @@ MediaCardThumbnail.defaultProps = {
|
|
|
16667
16646
|
ScrubLabelProps: {}
|
|
16668
16647
|
};
|
|
16669
16648
|
|
|
16670
|
-
var Component$
|
|
16649
|
+
var Component$P = withStyles(styles$1T, {
|
|
16671
16650
|
name: 'VdtMediaCardThumbnail'
|
|
16672
16651
|
})(MediaCardThumbnail);
|
|
16673
|
-
Component$
|
|
16652
|
+
Component$P.displayName = 'MediaCardThumbnail';
|
|
16674
16653
|
|
|
16675
|
-
var styles$
|
|
16654
|
+
var styles$1S = function styles(theme) {
|
|
16676
16655
|
return {
|
|
16677
16656
|
root: {},
|
|
16678
16657
|
posterRoot: {
|
|
@@ -16690,7 +16669,7 @@ function ItemPosterList(_ref) {
|
|
|
16690
16669
|
imgList = _ref$imgList === void 0 ? [] : _ref$imgList,
|
|
16691
16670
|
handleOpen = _ref.handleOpen,
|
|
16692
16671
|
_ref$MediaCardThumbna = _ref.MediaCardThumbnailComponent,
|
|
16693
|
-
MediaCardThumbnailComponent = _ref$MediaCardThumbna === void 0 ? Component$
|
|
16672
|
+
MediaCardThumbnailComponent = _ref$MediaCardThumbna === void 0 ? Component$P : _ref$MediaCardThumbna,
|
|
16694
16673
|
_ref$MediaCardThumbna2 = _ref.MediaCardThumbnailProps,
|
|
16695
16674
|
MediaCardThumbnailProps = _ref$MediaCardThumbna2 === void 0 ? {} : _ref$MediaCardThumbna2;
|
|
16696
16675
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -16718,7 +16697,7 @@ function ItemPosterList(_ref) {
|
|
|
16718
16697
|
}));
|
|
16719
16698
|
}
|
|
16720
16699
|
|
|
16721
|
-
var ItemPosterList$1 = withStyles(styles$
|
|
16700
|
+
var ItemPosterList$1 = withStyles(styles$1S, {
|
|
16722
16701
|
name: 'VdtItemPosterList'
|
|
16723
16702
|
})(ItemPosterList);
|
|
16724
16703
|
|
|
@@ -16892,7 +16871,7 @@ var IMAGE_MIMETYPE_PREFIX = 'image';
|
|
|
16892
16871
|
var COLLECTION$4 = 'collection';
|
|
16893
16872
|
var FILE$1 = 'file';
|
|
16894
16873
|
var PLACEHOLDER = 'placeholder';
|
|
16895
|
-
var styles$
|
|
16874
|
+
var styles$1R = {};
|
|
16896
16875
|
function MimeTypeIcon(_ref) {
|
|
16897
16876
|
var className = _ref.className,
|
|
16898
16877
|
classes = _ref.classes,
|
|
@@ -16953,12 +16932,12 @@ MimeTypeIcon.defaultProps = {
|
|
|
16953
16932
|
collectionIcon: FolderIcon
|
|
16954
16933
|
};
|
|
16955
16934
|
|
|
16956
|
-
var Component$
|
|
16935
|
+
var Component$O = withStyles(styles$1R, {
|
|
16957
16936
|
name: 'VdtMimeTypeIcon'
|
|
16958
16937
|
})(MimeTypeIcon);
|
|
16959
|
-
Component$
|
|
16938
|
+
Component$O.displayName = 'MimeTypeIcon';
|
|
16960
16939
|
|
|
16961
|
-
var styles$
|
|
16940
|
+
var styles$1Q = {
|
|
16962
16941
|
root: {
|
|
16963
16942
|
transition: 'background-color .2s ease-out'
|
|
16964
16943
|
},
|
|
@@ -16975,7 +16954,7 @@ function MediaCardAvatar(_ref) {
|
|
|
16975
16954
|
_ref$variant = _ref.variant,
|
|
16976
16955
|
variant = _ref$variant === void 0 ? 'square' : _ref$variant,
|
|
16977
16956
|
_ref$MimeTypeComponen = _ref.MimeTypeComponent,
|
|
16978
|
-
MimeTypeComponent = _ref$MimeTypeComponen === void 0 ? Component$
|
|
16957
|
+
MimeTypeComponent = _ref$MimeTypeComponen === void 0 ? Component$O : _ref$MimeTypeComponen,
|
|
16979
16958
|
_ref$MimeTypeProps = _ref.MimeTypeProps,
|
|
16980
16959
|
MimeTypeProps = _ref$MimeTypeProps === void 0 ? {} : _ref$MimeTypeProps,
|
|
16981
16960
|
_ref$SkeletonProps = _ref.SkeletonProps,
|
|
@@ -17016,20 +16995,20 @@ MediaCardAvatar.defaultProps = {
|
|
|
17016
16995
|
avatar: undefined,
|
|
17017
16996
|
skeleton: false,
|
|
17018
16997
|
variant: 'square',
|
|
17019
|
-
MimeTypeComponent: Component$
|
|
16998
|
+
MimeTypeComponent: Component$O,
|
|
17020
16999
|
MimeTypeProps: {},
|
|
17021
17000
|
SkeletonProps: {},
|
|
17022
17001
|
AvatarProps: {}
|
|
17023
17002
|
};
|
|
17024
17003
|
|
|
17025
|
-
var Component$
|
|
17004
|
+
var Component$N = withStyles(styles$1Q, {
|
|
17026
17005
|
name: 'VdtMediaCardAvatar'
|
|
17027
17006
|
})(MediaCardAvatar);
|
|
17028
|
-
Component$
|
|
17007
|
+
Component$N.displayName = 'MediaCardAvatar';
|
|
17029
17008
|
|
|
17030
17009
|
var _excluded$W = ["className", "classes", "checked", "handleHover", "children", "innerProps"];
|
|
17031
17010
|
|
|
17032
|
-
var styles$
|
|
17011
|
+
var styles$1P = function styles(theme) {
|
|
17033
17012
|
return {
|
|
17034
17013
|
root: {
|
|
17035
17014
|
width: 'inherit',
|
|
@@ -17077,7 +17056,7 @@ function MediaCardCard(_ref) {
|
|
|
17077
17056
|
}, CardProps), children);
|
|
17078
17057
|
}
|
|
17079
17058
|
|
|
17080
|
-
var MediaCardCard$1 = withStyles(styles$
|
|
17059
|
+
var MediaCardCard$1 = withStyles(styles$1P, {
|
|
17081
17060
|
name: 'VdtMediaCardCard'
|
|
17082
17061
|
})(MediaCardCard);
|
|
17083
17062
|
|
|
@@ -17201,7 +17180,7 @@ function MediaCardHeader(_ref) {
|
|
|
17201
17180
|
handleChecked = _ref.handleChecked,
|
|
17202
17181
|
avatar = _ref.avatar,
|
|
17203
17182
|
_ref$AvatarComponent = _ref.AvatarComponent,
|
|
17204
|
-
AvatarComponent = _ref$AvatarComponent === void 0 ? Component$
|
|
17183
|
+
AvatarComponent = _ref$AvatarComponent === void 0 ? Component$N : _ref$AvatarComponent,
|
|
17205
17184
|
_ref$AvatarProps = _ref.AvatarProps,
|
|
17206
17185
|
AvatarProps = _ref$AvatarProps === void 0 ? {} : _ref$AvatarProps,
|
|
17207
17186
|
_ref$MenuComponent = _ref.MenuComponent,
|
|
@@ -17246,7 +17225,7 @@ var _excluded$V = ["className", "classes", "onHover", "onCheck", "onClick", "che
|
|
|
17246
17225
|
* MediaCard displays information, thumbnail and action buttons
|
|
17247
17226
|
*/
|
|
17248
17227
|
|
|
17249
|
-
var styles$
|
|
17228
|
+
var styles$1O = function styles() {
|
|
17250
17229
|
return {
|
|
17251
17230
|
root: {}
|
|
17252
17231
|
};
|
|
@@ -17379,10 +17358,10 @@ MediaCard.defaultProps = {
|
|
|
17379
17358
|
avatar: undefined,
|
|
17380
17359
|
CardComponent: MediaCardCard$1,
|
|
17381
17360
|
HeaderComponent: MediaCardHeader,
|
|
17382
|
-
ThumbnailComponent: Component$
|
|
17361
|
+
ThumbnailComponent: Component$P,
|
|
17383
17362
|
ContentComponent: MediaCardContent,
|
|
17384
17363
|
ActionsComponent: MediaCardActions,
|
|
17385
|
-
AvatarComponent: Component$
|
|
17364
|
+
AvatarComponent: Component$N,
|
|
17386
17365
|
MenuComponent: MediaCardMenu,
|
|
17387
17366
|
CardProps: {},
|
|
17388
17367
|
HeaderProps: {},
|
|
@@ -17393,10 +17372,10 @@ MediaCard.defaultProps = {
|
|
|
17393
17372
|
MenuProps: {}
|
|
17394
17373
|
};
|
|
17395
17374
|
|
|
17396
|
-
var Component$
|
|
17375
|
+
var Component$M = withStyles(styles$1O, {
|
|
17397
17376
|
name: 'VdtMediaCard'
|
|
17398
17377
|
})(MediaCard);
|
|
17399
|
-
Component$
|
|
17378
|
+
Component$M.displayName = 'MediaCard';
|
|
17400
17379
|
|
|
17401
17380
|
function CollectionAvatar() {
|
|
17402
17381
|
return /*#__PURE__*/React__default.createElement(Avatar$1, {
|
|
@@ -17405,7 +17384,7 @@ function CollectionAvatar() {
|
|
|
17405
17384
|
}
|
|
17406
17385
|
|
|
17407
17386
|
var _excluded$U = ["collectionType", "MediaCardComponent", "AvatarComponent", "ThumbnailComponent", "MenuComponent", "ContentComponent", "ActionsComponent", "metadataToProps", "parseMetadataOpts", "titleSelector", "subheaderSelector"];
|
|
17408
|
-
var styles$
|
|
17387
|
+
var styles$1N = {};
|
|
17409
17388
|
|
|
17410
17389
|
var metadataToProps$3 = function metadataToProps(_ref) {
|
|
17411
17390
|
var collectionType = _ref.collectionType,
|
|
@@ -17475,7 +17454,7 @@ CollectionCard.defaultProps = {
|
|
|
17475
17454
|
joinValue: ', ',
|
|
17476
17455
|
flat: true
|
|
17477
17456
|
},
|
|
17478
|
-
MediaCardComponent: Component$
|
|
17457
|
+
MediaCardComponent: Component$M,
|
|
17479
17458
|
AvatarComponent: CollectionAvatar,
|
|
17480
17459
|
ThumbnailComponent: null,
|
|
17481
17460
|
MenuComponent: null,
|
|
@@ -17489,12 +17468,12 @@ CollectionCard.defaultProps = {
|
|
|
17489
17468
|
}
|
|
17490
17469
|
};
|
|
17491
17470
|
|
|
17492
|
-
var Component$
|
|
17471
|
+
var Component$L = withStyles(styles$1N, {
|
|
17493
17472
|
name: 'VdtCollectionCard'
|
|
17494
17473
|
})(CollectionCard);
|
|
17495
|
-
Component$
|
|
17474
|
+
Component$L.displayName = 'CollectionCard';
|
|
17496
17475
|
|
|
17497
|
-
var styles$
|
|
17476
|
+
var styles$1M = {
|
|
17498
17477
|
root: {
|
|
17499
17478
|
display: 'flex',
|
|
17500
17479
|
flexWrap: 'wrap',
|
|
@@ -17615,13 +17594,13 @@ ImageCollage.defaultProps = {
|
|
|
17615
17594
|
}
|
|
17616
17595
|
};
|
|
17617
17596
|
|
|
17618
|
-
var Component$
|
|
17597
|
+
var Component$K = withStyles(styles$1M, {
|
|
17619
17598
|
name: 'VdtImageCollage'
|
|
17620
17599
|
})(ImageCollage);
|
|
17621
|
-
Component$
|
|
17600
|
+
Component$K.displayName = 'ImageCollage';
|
|
17622
17601
|
|
|
17623
17602
|
var _excluded$T = ["classes", "className", "component", "height", "width", "primaryColor", "onClick", "onError", "innerProps", "ImageCollageProps"];
|
|
17624
|
-
var styles$
|
|
17603
|
+
var styles$1L = function styles() {
|
|
17625
17604
|
return {
|
|
17626
17605
|
root: {},
|
|
17627
17606
|
isClickable: {
|
|
@@ -17703,7 +17682,7 @@ function CollectionCardThumbnail(_ref) {
|
|
|
17703
17682
|
width: width,
|
|
17704
17683
|
backgroundColor: thumbnailUrls.length ? undefined : primaryColor
|
|
17705
17684
|
}
|
|
17706
|
-
}, /*#__PURE__*/React__default.createElement(Component$
|
|
17685
|
+
}, /*#__PURE__*/React__default.createElement(Component$K, _extends$4({
|
|
17707
17686
|
className: "VdtCollectionCardThumbnail-image",
|
|
17708
17687
|
urls: thumbnailUrls,
|
|
17709
17688
|
onError: handleError
|
|
@@ -17746,15 +17725,15 @@ CollectionCardThumbnail.defaultProps = {
|
|
|
17746
17725
|
ImageCollageProps: {}
|
|
17747
17726
|
};
|
|
17748
17727
|
|
|
17749
|
-
var Component$
|
|
17728
|
+
var Component$J = withStyles(styles$1L, {
|
|
17750
17729
|
name: 'VdtCollectionCardThumbnail'
|
|
17751
17730
|
})(CollectionCardThumbnail);
|
|
17752
|
-
Component$
|
|
17731
|
+
Component$J.displayName = 'CollectionCardThumbnail';
|
|
17753
17732
|
|
|
17754
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; }
|
|
17755
17734
|
|
|
17756
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; }
|
|
17757
|
-
var styles$
|
|
17736
|
+
var styles$1K = {
|
|
17758
17737
|
root: {}
|
|
17759
17738
|
};
|
|
17760
17739
|
function CollectionGrid(_ref) {
|
|
@@ -17819,7 +17798,7 @@ CollectionGrid.defaultProps = {
|
|
|
17819
17798
|
className: undefined,
|
|
17820
17799
|
classes: {},
|
|
17821
17800
|
collectionListType: {},
|
|
17822
|
-
CollectionCardComponent: Component$
|
|
17801
|
+
CollectionCardComponent: Component$L,
|
|
17823
17802
|
CollectionCardProps: {},
|
|
17824
17803
|
GridContainerProps: {},
|
|
17825
17804
|
GridItemProps: {},
|
|
@@ -17827,10 +17806,10 @@ CollectionGrid.defaultProps = {
|
|
|
17827
17806
|
onCollectionClick: null
|
|
17828
17807
|
};
|
|
17829
17808
|
|
|
17830
|
-
var Component$
|
|
17809
|
+
var Component$I = withStyles(styles$1K, {
|
|
17831
17810
|
name: 'VdtCollectionGrid'
|
|
17832
17811
|
})(CollectionGrid);
|
|
17833
|
-
Component$
|
|
17812
|
+
Component$I.displayName = 'CollectionGrid';
|
|
17834
17813
|
|
|
17835
17814
|
var _excluded$S = ["classes", "className", "options", "metadataToProps", "parseMetadataOpts", "selected", "onCheck", "onClick", "TableRowProps"];
|
|
17836
17815
|
|
|
@@ -17848,7 +17827,7 @@ var defaultMetadataToProps = function defaultMetadataToProps(_ref) {
|
|
|
17848
17827
|
});
|
|
17849
17828
|
};
|
|
17850
17829
|
|
|
17851
|
-
var styles$
|
|
17830
|
+
var styles$1J = function styles() {
|
|
17852
17831
|
return {
|
|
17853
17832
|
root: {}
|
|
17854
17833
|
};
|
|
@@ -17942,13 +17921,13 @@ CollectionRow.defaultProps = {
|
|
|
17942
17921
|
TableRowProps: {}
|
|
17943
17922
|
};
|
|
17944
17923
|
|
|
17945
|
-
var Component$
|
|
17924
|
+
var Component$H = withStyles(styles$1J, {
|
|
17946
17925
|
name: 'VdtCollectionRow'
|
|
17947
17926
|
})(CollectionRow);
|
|
17948
|
-
Component$
|
|
17927
|
+
Component$H.displayName = 'CollectionRow';
|
|
17949
17928
|
|
|
17950
17929
|
var _excluded$R = ["classes", "className", "collectionListType", "RowComponent", "options", "onCheck", "selected", "onRowClick"];
|
|
17951
|
-
var styles$
|
|
17930
|
+
var styles$1I = function styles() {
|
|
17952
17931
|
return {
|
|
17953
17932
|
root: {}
|
|
17954
17933
|
};
|
|
@@ -18014,17 +17993,17 @@ CollectionTable.defaultProps = {
|
|
|
18014
17993
|
className: undefined,
|
|
18015
17994
|
classes: {},
|
|
18016
17995
|
collectionListType: {},
|
|
18017
|
-
RowComponent: Component$
|
|
17996
|
+
RowComponent: Component$H,
|
|
18018
17997
|
options: [],
|
|
18019
17998
|
onCheck: undefined,
|
|
18020
17999
|
selected: undefined,
|
|
18021
18000
|
onRowClick: undefined
|
|
18022
18001
|
};
|
|
18023
18002
|
|
|
18024
|
-
var Component$
|
|
18003
|
+
var Component$G = withStyles(styles$1I, {
|
|
18025
18004
|
name: 'VdtCollectionTable'
|
|
18026
18005
|
})(CollectionTable);
|
|
18027
|
-
Component$
|
|
18006
|
+
Component$G.displayName = 'CollectionTable';
|
|
18028
18007
|
|
|
18029
18008
|
var LOAD_MORE$1 = 'LOAD_MORE';
|
|
18030
18009
|
var ITEM$3 = 'ITEM';
|
|
@@ -18787,17 +18766,17 @@ withDrop.defaultProps = {
|
|
|
18787
18766
|
acceptedEntityTypes: ACCEPTED_ENTITY_TYPES
|
|
18788
18767
|
};
|
|
18789
18768
|
|
|
18790
|
-
var styles$
|
|
18769
|
+
var styles$1H = {
|
|
18791
18770
|
isDragging: {
|
|
18792
18771
|
opacity: 0.5,
|
|
18793
18772
|
cursor: 'move'
|
|
18794
18773
|
}
|
|
18795
18774
|
};
|
|
18796
|
-
var TreeItemDraggable = compose(withStyles$1(styles$
|
|
18775
|
+
var TreeItemDraggable = compose(withStyles$1(styles$1H, {
|
|
18797
18776
|
name: 'VdtTreeItemDraggable'
|
|
18798
18777
|
}), withDrag)(TreeItem);
|
|
18799
18778
|
|
|
18800
|
-
var styles$
|
|
18779
|
+
var styles$1G = function styles() {
|
|
18801
18780
|
return {
|
|
18802
18781
|
root: {}
|
|
18803
18782
|
};
|
|
@@ -18824,7 +18803,7 @@ function ItemLabel(_ref) {
|
|
|
18824
18803
|
className: clsx(className, classes.root, 'VdtItemLabel-root'),
|
|
18825
18804
|
display: "flex",
|
|
18826
18805
|
alignItems: "flex-end"
|
|
18827
|
-
}, /*#__PURE__*/React__default.createElement(Component$
|
|
18806
|
+
}, /*#__PURE__*/React__default.createElement(Component$O, {
|
|
18828
18807
|
mimeType: mimeType
|
|
18829
18808
|
}), /*#__PURE__*/React__default.createElement(Typography, {
|
|
18830
18809
|
style: {
|
|
@@ -18833,11 +18812,11 @@ function ItemLabel(_ref) {
|
|
|
18833
18812
|
}, label));
|
|
18834
18813
|
}
|
|
18835
18814
|
|
|
18836
|
-
var ItemLabel$1 = withStyles$1(styles$
|
|
18815
|
+
var ItemLabel$1 = withStyles$1(styles$1G, {
|
|
18837
18816
|
name: 'VdtItemLabel'
|
|
18838
18817
|
})(ItemLabel);
|
|
18839
18818
|
|
|
18840
|
-
var styles$
|
|
18819
|
+
var styles$1F = function styles(theme) {
|
|
18841
18820
|
return {
|
|
18842
18821
|
isOver: {
|
|
18843
18822
|
backgroundColor: theme.palette.primary.main
|
|
@@ -18845,11 +18824,11 @@ var styles$1E = function styles(theme) {
|
|
|
18845
18824
|
};
|
|
18846
18825
|
};
|
|
18847
18826
|
|
|
18848
|
-
var ItemLabelDroppable = compose(withStyles$1(styles$
|
|
18827
|
+
var ItemLabelDroppable = compose(withStyles$1(styles$1F, {
|
|
18849
18828
|
name: 'VdtItemLabelDroppable'
|
|
18850
18829
|
}), withDrop)(ItemLabel$1);
|
|
18851
18830
|
|
|
18852
|
-
var styles$
|
|
18831
|
+
var styles$1E = {
|
|
18853
18832
|
root: {}
|
|
18854
18833
|
};
|
|
18855
18834
|
|
|
@@ -18887,11 +18866,11 @@ function ItemTreeItem(_ref) {
|
|
|
18887
18866
|
}, TreeItemProps));
|
|
18888
18867
|
}
|
|
18889
18868
|
|
|
18890
|
-
var ItemTreeItem$1 = withStyles$1(styles$
|
|
18869
|
+
var ItemTreeItem$1 = withStyles$1(styles$1E, {
|
|
18891
18870
|
name: 'VdtItemTreeItem'
|
|
18892
18871
|
})(ItemTreeItem);
|
|
18893
18872
|
|
|
18894
|
-
var styles$
|
|
18873
|
+
var styles$1D = {
|
|
18895
18874
|
root: {}
|
|
18896
18875
|
};
|
|
18897
18876
|
|
|
@@ -18923,11 +18902,11 @@ function CollectionLabel(_ref) {
|
|
|
18923
18902
|
}, collectionLabel));
|
|
18924
18903
|
}
|
|
18925
18904
|
|
|
18926
|
-
var CollectionLabel$1 = withStyles$1(styles$
|
|
18905
|
+
var CollectionLabel$1 = withStyles$1(styles$1D, {
|
|
18927
18906
|
name: 'CollectionLabel'
|
|
18928
18907
|
})(CollectionLabel);
|
|
18929
18908
|
|
|
18930
|
-
var styles$
|
|
18909
|
+
var styles$1C = function styles(theme) {
|
|
18931
18910
|
return {
|
|
18932
18911
|
isOver: {
|
|
18933
18912
|
backgroundColor: theme.palette.primary.main
|
|
@@ -18935,7 +18914,7 @@ var styles$1B = function styles(theme) {
|
|
|
18935
18914
|
};
|
|
18936
18915
|
};
|
|
18937
18916
|
|
|
18938
|
-
var CollectionLabelDroppable = compose(withStyles$1(styles$
|
|
18917
|
+
var CollectionLabelDroppable = compose(withStyles$1(styles$1C, {
|
|
18939
18918
|
name: 'VdtCollectionLabelDroppable'
|
|
18940
18919
|
}), withDrop)(CollectionLabel$1);
|
|
18941
18920
|
|
|
@@ -18974,7 +18953,7 @@ var getStateWithParentCollection = function getStateWithParentCollection(state,
|
|
|
18974
18953
|
});
|
|
18975
18954
|
};
|
|
18976
18955
|
|
|
18977
|
-
var styles$
|
|
18956
|
+
var styles$1B = {
|
|
18978
18957
|
root: {}
|
|
18979
18958
|
};
|
|
18980
18959
|
function CollectionTreeList(_ref) {
|
|
@@ -19249,15 +19228,15 @@ function CollectionTreeList(_ref) {
|
|
|
19249
19228
|
}) : undefined);
|
|
19250
19229
|
}
|
|
19251
19230
|
|
|
19252
|
-
var Component$
|
|
19231
|
+
var Component$F = withStyles(styles$1B, {
|
|
19253
19232
|
name: 'VdtCollectionTreeList'
|
|
19254
19233
|
})(CollectionTreeList);
|
|
19255
|
-
Component$
|
|
19234
|
+
Component$F.displayName = 'CollectionTreeList';
|
|
19256
19235
|
|
|
19257
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; }
|
|
19258
19237
|
|
|
19259
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; }
|
|
19260
|
-
var styles$
|
|
19239
|
+
var styles$1A = function styles() {
|
|
19261
19240
|
return {
|
|
19262
19241
|
ListItemSecondaryAction: {
|
|
19263
19242
|
visibility: 'hidden'
|
|
@@ -19420,7 +19399,7 @@ CollectionListItem.defaultProps = {
|
|
|
19420
19399
|
onClick: undefined,
|
|
19421
19400
|
ActionComponent: undefined,
|
|
19422
19401
|
ActionProps: {},
|
|
19423
|
-
AvatarComponent: Component$
|
|
19402
|
+
AvatarComponent: Component$N,
|
|
19424
19403
|
AvatarProps: {},
|
|
19425
19404
|
ListItemProps: {},
|
|
19426
19405
|
parseMetadataOptions: {
|
|
@@ -19430,12 +19409,12 @@ CollectionListItem.defaultProps = {
|
|
|
19430
19409
|
skeleton: false
|
|
19431
19410
|
};
|
|
19432
19411
|
|
|
19433
|
-
var Component$
|
|
19412
|
+
var Component$E = withStyles(styles$1A, {
|
|
19434
19413
|
name: 'VdtCollectionListItem'
|
|
19435
19414
|
})(CollectionListItem);
|
|
19436
|
-
Component$
|
|
19415
|
+
Component$E.displayName = 'CollectionListItem';
|
|
19437
19416
|
|
|
19438
|
-
var styles$
|
|
19417
|
+
var styles$1z = function styles() {
|
|
19439
19418
|
return {
|
|
19440
19419
|
root: {
|
|
19441
19420
|
width: '100%'
|
|
@@ -19476,14 +19455,14 @@ CollectionList.defaultProps = {
|
|
|
19476
19455
|
classes: {},
|
|
19477
19456
|
collectionListType: {},
|
|
19478
19457
|
onItemClick: undefined,
|
|
19479
|
-
CollectionListItemComponent: Component$
|
|
19458
|
+
CollectionListItemComponent: Component$E,
|
|
19480
19459
|
CollectionListItemProps: {}
|
|
19481
19460
|
};
|
|
19482
19461
|
|
|
19483
|
-
var Component$
|
|
19462
|
+
var Component$D = withStyles(styles$1z, {
|
|
19484
19463
|
name: 'VdtCollectionList'
|
|
19485
19464
|
})(CollectionList);
|
|
19486
|
-
Component$
|
|
19465
|
+
Component$D.displayName = 'CollectionList';
|
|
19487
19466
|
|
|
19488
19467
|
function CollectionMetadataEdit(_ref) {
|
|
19489
19468
|
var collectionId = _ref.collectionId,
|
|
@@ -19688,7 +19667,7 @@ var CollectionAccessTab$1 = withStyles({}, {
|
|
|
19688
19667
|
name: 'VdtCollectionAccessTab'
|
|
19689
19668
|
})(CollectionAccessTab);
|
|
19690
19669
|
|
|
19691
|
-
var styles$
|
|
19670
|
+
var styles$1y = function styles() {
|
|
19692
19671
|
return {
|
|
19693
19672
|
root: {}
|
|
19694
19673
|
};
|
|
@@ -19777,12 +19756,12 @@ CollectionCreateDialog.defaultProps = {
|
|
|
19777
19756
|
onSuccess: undefined
|
|
19778
19757
|
};
|
|
19779
19758
|
|
|
19780
|
-
var Component$
|
|
19759
|
+
var Component$C = withStyles(styles$1y, {
|
|
19781
19760
|
name: 'VdtCollectionCreateDialog'
|
|
19782
19761
|
})(CollectionCreateDialog);
|
|
19783
|
-
Component$
|
|
19762
|
+
Component$C.displayName = 'CollectionCreateDialog';
|
|
19784
19763
|
|
|
19785
|
-
var styles$
|
|
19764
|
+
var styles$1x = function styles(theme) {
|
|
19786
19765
|
return {
|
|
19787
19766
|
root: {
|
|
19788
19767
|
alignItems: 'center',
|
|
@@ -20048,10 +20027,10 @@ SearchInput.defaultProps = {
|
|
|
20048
20027
|
inputRef: undefined
|
|
20049
20028
|
};
|
|
20050
20029
|
|
|
20051
|
-
var Component$
|
|
20030
|
+
var Component$B = withStyles(styles$1x, {
|
|
20052
20031
|
name: 'VdtSearchInput'
|
|
20053
20032
|
})(SearchInput);
|
|
20054
|
-
Component$
|
|
20033
|
+
Component$B.displayName = 'SearchInput';
|
|
20055
20034
|
|
|
20056
20035
|
var _excluded$N = ["PaginationComponent"];
|
|
20057
20036
|
|
|
@@ -20063,41 +20042,39 @@ function PaginationWrapper$1(_ref) {
|
|
|
20063
20042
|
var _props$collectionList = props.collectionListType.hits,
|
|
20064
20043
|
count = _props$collectionList === void 0 ? 0 : _props$collectionList;
|
|
20065
20044
|
return /*#__PURE__*/React__default.createElement(PaginationComponent, _extends$4({
|
|
20066
|
-
count: count
|
|
20045
|
+
count: count // eslint-disable-next-line react/jsx-props-no-spreading
|
|
20046
|
+
|
|
20067
20047
|
}, props));
|
|
20068
20048
|
}
|
|
20069
20049
|
|
|
20070
20050
|
function SearchInputWrapper$1(props) {
|
|
20071
20051
|
var isLoading = props.isLoading;
|
|
20072
|
-
return /*#__PURE__*/React__default.createElement(Component$
|
|
20073
|
-
submitting: isLoading
|
|
20074
|
-
}, props));
|
|
20075
|
-
} // TODO: Rename to SelectCollection
|
|
20052
|
+
return /*#__PURE__*/React__default.createElement(Component$B, _extends$4({
|
|
20053
|
+
submitting: isLoading // eslint-disable-next-line react/jsx-props-no-spreading
|
|
20076
20054
|
|
|
20055
|
+
}, props));
|
|
20056
|
+
}
|
|
20077
20057
|
|
|
20058
|
+
var styles$1w = function styles() {
|
|
20059
|
+
return {
|
|
20060
|
+
root: {}
|
|
20061
|
+
};
|
|
20062
|
+
};
|
|
20078
20063
|
function CollectionSearchPicker(_ref2) {
|
|
20079
|
-
var
|
|
20080
|
-
|
|
20081
|
-
|
|
20082
|
-
|
|
20083
|
-
CollectionTableComponent = _ref2
|
|
20084
|
-
|
|
20085
|
-
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,
|
|
20086
20070
|
searchProps = _ref2.searchProps,
|
|
20087
|
-
|
|
20088
|
-
|
|
20089
|
-
|
|
20090
|
-
|
|
20091
|
-
|
|
20092
|
-
|
|
20093
|
-
|
|
20094
|
-
searchPlaceholder = _ref2$searchPlacehold === void 0 ? 'Search collections' : _ref2$searchPlacehold,
|
|
20095
|
-
_ref2$SearchInputProp = _ref2.SearchInputProps,
|
|
20096
|
-
SearchInputProps = _ref2$SearchInputProp === void 0 ? {} : _ref2$SearchInputProp,
|
|
20097
|
-
_ref2$PaginationProps = _ref2.PaginationProps,
|
|
20098
|
-
PaginationProps = _ref2$PaginationProps === void 0 ? {} : _ref2$PaginationProps,
|
|
20099
|
-
_ref2$SearchCollectio = _ref2.SearchCollectionProps,
|
|
20100
|
-
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;
|
|
20101
20078
|
var defaultSearchProps = useSearch({
|
|
20102
20079
|
queryParams: {
|
|
20103
20080
|
field: ['collectionId', 'title', '__user'],
|
|
@@ -20146,15 +20123,19 @@ function CollectionSearchPicker(_ref2) {
|
|
|
20146
20123
|
return check(id);
|
|
20147
20124
|
};
|
|
20148
20125
|
|
|
20149
|
-
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({
|
|
20150
20129
|
itemSearchDocument: itemSearchDocument,
|
|
20151
20130
|
matrixParams: matrixParams,
|
|
20152
|
-
queryParams: queryParams
|
|
20131
|
+
queryParams: queryParams // eslint-disable-next-line react/jsx-props-no-spreading
|
|
20132
|
+
|
|
20153
20133
|
}, SearchCollectionProps), /*#__PURE__*/React__default.createElement(SearchInputWrapper$1, _extends$4({
|
|
20154
20134
|
onSubmit: function onSubmit(text) {
|
|
20155
20135
|
return setSearchText("*".concat(text, "*"));
|
|
20156
20136
|
},
|
|
20157
|
-
searchPlaceholder: searchPlaceholder
|
|
20137
|
+
searchPlaceholder: searchPlaceholder // eslint-disable-next-line react/jsx-props-no-spreading
|
|
20138
|
+
|
|
20158
20139
|
}, SearchInputProps)), /*#__PURE__*/React__default.createElement(CollectionTableComponent, _extends$4({
|
|
20159
20140
|
onRowClick: handleRowClick,
|
|
20160
20141
|
onCheck: onCheck,
|
|
@@ -20168,18 +20149,60 @@ function CollectionSearchPicker(_ref2) {
|
|
|
20168
20149
|
}, {
|
|
20169
20150
|
label: ownerLabelText,
|
|
20170
20151
|
value: '__user'
|
|
20171
|
-
}]
|
|
20152
|
+
}] // eslint-disable-next-line react/jsx-props-no-spreading
|
|
20153
|
+
|
|
20172
20154
|
}, CollectionTableProps)), /*#__PURE__*/React__default.createElement(PaginationWrapper$1, _extends$4({
|
|
20173
20155
|
onChangePage: onChangePage,
|
|
20174
20156
|
onChangeRowsPerPage: onChangeRowsPerPage,
|
|
20175
20157
|
page: page,
|
|
20176
|
-
rowsPerPage: rowsPerPage
|
|
20177
|
-
|
|
20158
|
+
rowsPerPage: rowsPerPage // eslint-disable-next-line react/jsx-props-no-spreading
|
|
20159
|
+
|
|
20160
|
+
}, PaginationProps))));
|
|
20178
20161
|
}
|
|
20162
|
+
CollectionSearchPicker.propTypes = {
|
|
20163
|
+
/**
|
|
20164
|
+
* Override or extend the styles applied to the component.
|
|
20165
|
+
*/
|
|
20166
|
+
classes: PropTypes$1.objectOf(PropTypes$1.string),
|
|
20179
20167
|
|
|
20180
|
-
|
|
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, {
|
|
20181
20203
|
name: 'VdtCollectionSearchPicker'
|
|
20182
20204
|
})(CollectionSearchPicker);
|
|
20205
|
+
Component$A.displayName = 'CollectionSearchPicker';
|
|
20183
20206
|
|
|
20184
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; }
|
|
20185
20208
|
|
|
@@ -20395,7 +20418,7 @@ AddToCollectionDialog.propTypes = {
|
|
|
20395
20418
|
AddToCollectionDialog.defaultProps = {
|
|
20396
20419
|
classes: {},
|
|
20397
20420
|
className: undefined,
|
|
20398
|
-
CollectionPickerComponent:
|
|
20421
|
+
CollectionPickerComponent: Component$A,
|
|
20399
20422
|
CreateCollectionComponent: CreateCollection,
|
|
20400
20423
|
onClose: function onClose() {},
|
|
20401
20424
|
onSubmit: defaultOnSubmit$1,
|
|
@@ -20684,7 +20707,7 @@ function CollectionContentCollection(_ref3) {
|
|
|
20684
20707
|
_ref3$PaperProps = _ref3.PaperProps,
|
|
20685
20708
|
PaperProps = _ref3$PaperProps === void 0 ? {} : _ref3$PaperProps,
|
|
20686
20709
|
_ref3$IconComponent = _ref3.IconComponent,
|
|
20687
|
-
IconComponent = _ref3$IconComponent === void 0 ? Component$
|
|
20710
|
+
IconComponent = _ref3$IconComponent === void 0 ? Component$O : _ref3$IconComponent;
|
|
20688
20711
|
var isSelected = selected && selected.entityType === 'collection' && selected.entityId === collectionId;
|
|
20689
20712
|
|
|
20690
20713
|
var onClickListItem = function onClickListItem() {
|
|
@@ -20908,13 +20931,13 @@ var defaultListItemAvatarComponent = function defaultListItemAvatarComponent(_re
|
|
|
20908
20931
|
_ref4$PaperProps = _ref4.PaperProps,
|
|
20909
20932
|
PaperProps = _ref4$PaperProps === void 0 ? {} : _ref4$PaperProps,
|
|
20910
20933
|
_ref4$ThumbnailCompon = _ref4.ThumbnailComponent,
|
|
20911
|
-
ThumbnailComponent = _ref4$ThumbnailCompon === void 0 ? Component$
|
|
20934
|
+
ThumbnailComponent = _ref4$ThumbnailCompon === void 0 ? Component$P : _ref4$ThumbnailCompon,
|
|
20912
20935
|
_ref4$ThumbnailProps = _ref4.ThumbnailProps,
|
|
20913
20936
|
ThumbnailProps = _ref4$ThumbnailProps === void 0 ? {} : _ref4$ThumbnailProps,
|
|
20914
20937
|
_ref4$ThumbnailLabelC = _ref4.ThumbnailLabelComponent,
|
|
20915
|
-
ThumbnailLabelComponent = _ref4$ThumbnailLabelC === void 0 ? Component$
|
|
20938
|
+
ThumbnailLabelComponent = _ref4$ThumbnailLabelC === void 0 ? Component$Q : _ref4$ThumbnailLabelC,
|
|
20916
20939
|
_ref4$IconComponent = _ref4.IconComponent,
|
|
20917
|
-
IconComponent = _ref4$IconComponent === void 0 ? Component$
|
|
20940
|
+
IconComponent = _ref4$IconComponent === void 0 ? Component$O : _ref4$IconComponent,
|
|
20918
20941
|
_ref4$ListItemAvatarC = _ref4.ListItemAvatarComponent,
|
|
20919
20942
|
ListItemAvatarComponent = _ref4$ListItemAvatarC === void 0 ? ListItemAvatar : _ref4$ListItemAvatarC,
|
|
20920
20943
|
props = _objectWithoutProperties(_ref4, _excluded2$8);
|
|
@@ -21721,7 +21744,7 @@ ItemParentsTab.defaultProps = {
|
|
|
21721
21744
|
var message = _ref5.message;
|
|
21722
21745
|
return console.error(message);
|
|
21723
21746
|
},
|
|
21724
|
-
CollectionListComponent: Component$
|
|
21747
|
+
CollectionListComponent: Component$D,
|
|
21725
21748
|
CollectionListProps: {},
|
|
21726
21749
|
collectionListType: {
|
|
21727
21750
|
collection: _toConsumableArray(Array(3).keys()).map(function (id) {
|
|
@@ -21858,7 +21881,7 @@ function PaginationWrapper(props) {
|
|
|
21858
21881
|
|
|
21859
21882
|
function SearchInputWrapper(props) {
|
|
21860
21883
|
var isLoading = props.isLoading;
|
|
21861
|
-
return /*#__PURE__*/React__default.createElement(Component$
|
|
21884
|
+
return /*#__PURE__*/React__default.createElement(Component$B, _extends$4({
|
|
21862
21885
|
submitting: isLoading
|
|
21863
21886
|
}, props));
|
|
21864
21887
|
}
|
|
@@ -22220,7 +22243,7 @@ ItemListItem.defaultProps = {
|
|
|
22220
22243
|
onClick: undefined,
|
|
22221
22244
|
ActionComponent: undefined,
|
|
22222
22245
|
ActionProps: {},
|
|
22223
|
-
AvatarComponent: Component$
|
|
22246
|
+
AvatarComponent: Component$N,
|
|
22224
22247
|
AvatarProps: {},
|
|
22225
22248
|
ListItemProps: {},
|
|
22226
22249
|
ListItemAvatarProps: {},
|
|
@@ -22881,7 +22904,7 @@ ItemCard.defaultProps = {
|
|
|
22881
22904
|
arrayOnSingle: false,
|
|
22882
22905
|
flat: true
|
|
22883
22906
|
},
|
|
22884
|
-
MediaCardComponent: Component$
|
|
22907
|
+
MediaCardComponent: Component$M,
|
|
22885
22908
|
titleSelector: function titleSelector() {
|
|
22886
22909
|
var parsedMetadata = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
22887
22910
|
return parsedMetadata.title;
|
|
@@ -22972,7 +22995,7 @@ function ItemCardClone(_ref) {
|
|
|
22972
22995
|
}), /*#__PURE__*/React__default.createElement(ItemCardComponent, _extends$4({}, props, {
|
|
22973
22996
|
itemId: itemType.id,
|
|
22974
22997
|
itemType: itemType,
|
|
22975
|
-
MediaCardComponent: Component$
|
|
22998
|
+
MediaCardComponent: Component$M,
|
|
22976
22999
|
ThumbnailComponent: null
|
|
22977
23000
|
})));
|
|
22978
23001
|
}
|
|
@@ -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
|
|
@@ -30932,7 +30959,7 @@ function ownKeys$9(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
30932
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; }
|
|
30933
30960
|
var ITEM$2 = 'item';
|
|
30934
30961
|
var COLLECTION$2 = 'collection';
|
|
30935
|
-
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);
|
|
30936
30963
|
function EntityCard(_ref) {
|
|
30937
30964
|
var entityType = _ref.entityType,
|
|
30938
30965
|
entity = _ref.entity,
|
|
@@ -30965,7 +30992,7 @@ function EntityGridItem(_ref) {
|
|
|
30965
30992
|
entity = _ref.entity,
|
|
30966
30993
|
index = _ref.index,
|
|
30967
30994
|
_ref$CollectionCardCo = _ref.CollectionCardComponent,
|
|
30968
|
-
CollectionCardComponent = _ref$CollectionCardCo === void 0 ? Component$
|
|
30995
|
+
CollectionCardComponent = _ref$CollectionCardCo === void 0 ? Component$L : _ref$CollectionCardCo,
|
|
30969
30996
|
_ref$ItemCardComponen = _ref.ItemCardComponent,
|
|
30970
30997
|
ItemCardComponent = _ref$ItemCardComponen === void 0 ? ItemCard : _ref$ItemCardComponen,
|
|
30971
30998
|
_ref$CollectionCardPr = _ref.CollectionCardProps,
|
|
@@ -31025,7 +31052,7 @@ function EntityGrid(_ref) {
|
|
|
31025
31052
|
_ref$EntityGridItemCo = _ref.EntityGridItemComponent,
|
|
31026
31053
|
EntityGridItemComponent = _ref$EntityGridItemCo === void 0 ? EntityGridItemDraggable$1 : _ref$EntityGridItemCo,
|
|
31027
31054
|
_ref$CollectionCardCo = _ref.CollectionCardComponent,
|
|
31028
|
-
CollectionCardComponent = _ref$CollectionCardCo === void 0 ? Component$
|
|
31055
|
+
CollectionCardComponent = _ref$CollectionCardCo === void 0 ? Component$L : _ref$CollectionCardCo,
|
|
31029
31056
|
_ref$ItemCardComponen = _ref.ItemCardComponent,
|
|
31030
31057
|
ItemCardComponent = _ref$ItemCardComponen === void 0 ? ItemCard : _ref$ItemCardComponen,
|
|
31031
31058
|
_ref$CollectionCardPr = _ref.CollectionCardProps,
|
|
@@ -31077,7 +31104,7 @@ function EntityTableRow(_ref) {
|
|
|
31077
31104
|
|
|
31078
31105
|
var isCollection = entityType === 'COLLECTION';
|
|
31079
31106
|
var isItem = entityType === 'ITEM';
|
|
31080
|
-
return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, isCollection && /*#__PURE__*/React__default.createElement(Component$
|
|
31107
|
+
return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, isCollection && /*#__PURE__*/React__default.createElement(Component$H, _extends$4({
|
|
31081
31108
|
collectionId: entityId,
|
|
31082
31109
|
collectionType: entity,
|
|
31083
31110
|
options: collectionOptions,
|
|
@@ -31374,7 +31401,7 @@ EntityDeleteDialog.defaultProps = {
|
|
|
31374
31401
|
'noauth-url': true
|
|
31375
31402
|
},
|
|
31376
31403
|
DialogProps: {},
|
|
31377
|
-
CollectionCardComponent: Component$
|
|
31404
|
+
CollectionCardComponent: Component$L,
|
|
31378
31405
|
CollectionCardProps: {},
|
|
31379
31406
|
ItemCardComponent: ItemCard,
|
|
31380
31407
|
ItemCardProps: {},
|
|
@@ -32390,7 +32417,7 @@ function EntityTreeList(_ref3) {
|
|
|
32390
32417
|
return null;
|
|
32391
32418
|
} : _ref3$onAdjustHits,
|
|
32392
32419
|
_ref3$CollectionListC = _ref3.CollectionListComponent,
|
|
32393
|
-
CollectionListComponent = _ref3$CollectionListC === void 0 ? Component$
|
|
32420
|
+
CollectionListComponent = _ref3$CollectionListC === void 0 ? Component$F : _ref3$CollectionListC,
|
|
32394
32421
|
_ref3$ItemComponent = _ref3.ItemComponent,
|
|
32395
32422
|
ItemComponent = _ref3$ItemComponent === void 0 ? ItemTreeItem$1 : _ref3$ItemComponent,
|
|
32396
32423
|
_ref3$LoadMoreCompone = _ref3.LoadMoreComponent,
|
|
@@ -33231,7 +33258,7 @@ function UploadListItem(_ref) {
|
|
|
33231
33258
|
_ref$DeleteIcon = _ref.DeleteIcon,
|
|
33232
33259
|
DeleteIcon$1 = _ref$DeleteIcon === void 0 ? DeleteIcon : _ref$DeleteIcon,
|
|
33233
33260
|
_ref$MimeTypeAvatarIc = _ref.MimeTypeAvatarIcon,
|
|
33234
|
-
MimeTypeAvatarIcon = _ref$MimeTypeAvatarIc === void 0 ? Component$
|
|
33261
|
+
MimeTypeAvatarIcon = _ref$MimeTypeAvatarIc === void 0 ? Component$O : _ref$MimeTypeAvatarIc;
|
|
33235
33262
|
var mimeType = file.type,
|
|
33236
33263
|
size = file.size,
|
|
33237
33264
|
name = file.name,
|
|
@@ -34132,7 +34159,7 @@ MediaCardFullWidth.defaultProps = {
|
|
|
34132
34159
|
expandedContent: undefined,
|
|
34133
34160
|
CardComponent: MediaCardFullWidthCard$1,
|
|
34134
34161
|
HeaderComponent: MediaCardFullWidthHeader$1,
|
|
34135
|
-
ThumbnailComponent: Component$
|
|
34162
|
+
ThumbnailComponent: Component$P,
|
|
34136
34163
|
ContentComponent: MediaCardFullWidthContent$1,
|
|
34137
34164
|
ExpandComponent: MediaCardExpand$1,
|
|
34138
34165
|
ExpandedContentComponent: MediaCardFullWidthContent$1,
|
|
@@ -38112,4 +38139,4 @@ var Component = withStyles(styles, {
|
|
|
38112
38139
|
})(EventTimeline);
|
|
38113
38140
|
Component.displayName = 'EventTimeline';
|
|
38114
38141
|
|
|
38115
|
-
export { AddRelationDialog$1 as AddRelationDialog, Component$z as AddToCollectionDialog, AutocompleteConstraintField$1 as AutocompleteConstraintField, AutocompleteField$1 as AutocompleteField, BatonAnalysisDialog$1 as BatonAnalysisDialog, BatonFormComponent as BatonAnalysisForm, Component$m as BinList, Component$l as BinListMenu, ChangePasswordDialog$1 as ChangePasswordDialog, ChangePasswordForm$1 as ChangePasswordForm, Component$e as ChangeUserPasswordDialog, CheckboxField$1 as CheckboxField, CheckboxGroupField$1 as CheckboxGroupField, CollectionAccessTab$1 as CollectionAccessTab, Component$
|
|
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 };
|