@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.js
CHANGED
|
@@ -6,7 +6,7 @@ require('core-js/es/string/replace-all');
|
|
|
6
6
|
var _slicedToArray = require('@babel/runtime/helpers/slicedToArray');
|
|
7
7
|
var React = require('react');
|
|
8
8
|
var CssBaseline = require('@material-ui/core/CssBaseline');
|
|
9
|
-
var styles$
|
|
9
|
+
var styles$2B = require('@material-ui/core/styles');
|
|
10
10
|
require('typeface-roboto');
|
|
11
11
|
var clsx = require('clsx');
|
|
12
12
|
var grey = require('@material-ui/core/colors/grey');
|
|
@@ -139,7 +139,6 @@ var ListItemSecondaryAction = require('@material-ui/core/ListItemSecondaryAction
|
|
|
139
139
|
var GetAppIcon = require('@material-ui/icons/GetApp');
|
|
140
140
|
var reactDropzone = require('react-dropzone');
|
|
141
141
|
var ListSubheader = require('@material-ui/core/ListSubheader');
|
|
142
|
-
var useDeepCompareEffect = require('use-deep-compare-effect');
|
|
143
142
|
var Input = require('@material-ui/core/Input');
|
|
144
143
|
var TableContainer = require('@material-ui/core/TableContainer');
|
|
145
144
|
var vdtVideojsReact = require('@vidispine/vdt-videojs-react');
|
|
@@ -330,7 +329,6 @@ var ListItemAvatar__default = /*#__PURE__*/_interopDefaultLegacy(ListItemAvatar)
|
|
|
330
329
|
var ListItemSecondaryAction__default = /*#__PURE__*/_interopDefaultLegacy(ListItemSecondaryAction);
|
|
331
330
|
var GetAppIcon__default = /*#__PURE__*/_interopDefaultLegacy(GetAppIcon);
|
|
332
331
|
var ListSubheader__default = /*#__PURE__*/_interopDefaultLegacy(ListSubheader);
|
|
333
|
-
var useDeepCompareEffect__default = /*#__PURE__*/_interopDefaultLegacy(useDeepCompareEffect);
|
|
334
332
|
var Input__default = /*#__PURE__*/_interopDefaultLegacy(Input);
|
|
335
333
|
var TableContainer__default = /*#__PURE__*/_interopDefaultLegacy(TableContainer);
|
|
336
334
|
var pdfjsWorker__default = /*#__PURE__*/_interopDefaultLegacy(pdfjsWorker);
|
|
@@ -376,12 +374,12 @@ var VisibilityOff__default = /*#__PURE__*/_interopDefaultLegacy(VisibilityOff);
|
|
|
376
374
|
var DescriptionIcon__default = /*#__PURE__*/_interopDefaultLegacy(DescriptionIcon);
|
|
377
375
|
var RoleIcon__default = /*#__PURE__*/_interopDefaultLegacy(RoleIcon);
|
|
378
376
|
|
|
379
|
-
var light = styles$
|
|
377
|
+
var light = styles$2B.createTheme({
|
|
380
378
|
palette: {
|
|
381
379
|
type: 'light'
|
|
382
380
|
}
|
|
383
381
|
});
|
|
384
|
-
var dark = styles$
|
|
382
|
+
var dark = styles$2B.createTheme({
|
|
385
383
|
palette: {
|
|
386
384
|
type: 'dark'
|
|
387
385
|
}
|
|
@@ -450,8 +448,8 @@ function ThemeProvider(_ref) {
|
|
|
450
448
|
}, [isDefaultPalette, palette, theme, togglePalette]);
|
|
451
449
|
return /*#__PURE__*/React__default["default"].createElement(ThemeContext.Provider, {
|
|
452
450
|
value: contextValue
|
|
453
|
-
}, /*#__PURE__*/React__default["default"].createElement(styles$
|
|
454
|
-
theme: styles$
|
|
451
|
+
}, /*#__PURE__*/React__default["default"].createElement(styles$2B.MuiThemeProvider, {
|
|
452
|
+
theme: styles$2B.createTheme(theme, {
|
|
455
453
|
props: props
|
|
456
454
|
})
|
|
457
455
|
}, /*#__PURE__*/React__default["default"].createElement(CssBaseline__default["default"], null, children)));
|
|
@@ -467,7 +465,7 @@ function useThemeContext() {
|
|
|
467
465
|
return context;
|
|
468
466
|
}
|
|
469
467
|
|
|
470
|
-
var styles$
|
|
468
|
+
var styles$2A = function styles(theme) {
|
|
471
469
|
return {
|
|
472
470
|
button: {
|
|
473
471
|
borderRadius: 0,
|
|
@@ -504,7 +502,7 @@ function LayoutButtonGroup(_ref) {
|
|
|
504
502
|
}, /*#__PURE__*/React__default["default"].createElement(ViewHeadlineIcon__default["default"], null)));
|
|
505
503
|
}
|
|
506
504
|
|
|
507
|
-
var LayoutButtonGroup$1 = styles$
|
|
505
|
+
var LayoutButtonGroup$1 = styles$2B.withStyles(styles$2A, {
|
|
508
506
|
name: 'VdtLayoutButtonGroup'
|
|
509
507
|
})(LayoutButtonGroup);
|
|
510
508
|
|
|
@@ -616,7 +614,7 @@ var useMenu = function useMenu() {
|
|
|
616
614
|
|
|
617
615
|
var _excluded$1q = ["AlertProps"];
|
|
618
616
|
|
|
619
|
-
var styles$
|
|
617
|
+
var styles$2z = function styles() {
|
|
620
618
|
return {};
|
|
621
619
|
};
|
|
622
620
|
|
|
@@ -637,7 +635,7 @@ function useSnackbarAlert() {
|
|
|
637
635
|
var severity = _ref.severity,
|
|
638
636
|
message = _ref.message;
|
|
639
637
|
setAlert(function () {
|
|
640
|
-
return styles$
|
|
638
|
+
return styles$2B.withStyles(styles$2z)(function (_ref2) {
|
|
641
639
|
var AlertProps = _ref2.AlertProps,
|
|
642
640
|
props = _objectWithoutProperties__default["default"](_ref2, _excluded$1q);
|
|
643
641
|
|
|
@@ -1765,16 +1763,14 @@ var PropTypes$1 = propTypes$1.exports;
|
|
|
1765
1763
|
var _excluded$1p = ["checked", "name", "onChange"],
|
|
1766
1764
|
_excluded2$i = ["input", "meta", "label", "classes", "className", "FormControlProps", "FormControlLabelProps", "FormControlHelperTextProps"];
|
|
1767
1765
|
|
|
1768
|
-
var styles$
|
|
1766
|
+
var styles$2y = function styles(theme) {
|
|
1769
1767
|
return {
|
|
1770
1768
|
root: {
|
|
1771
1769
|
marginTop: theme.spacing(1),
|
|
1772
1770
|
width: '100%'
|
|
1773
1771
|
}
|
|
1774
1772
|
};
|
|
1775
|
-
};
|
|
1776
|
-
// Fields should behave like mui fields by default
|
|
1777
|
-
|
|
1773
|
+
};
|
|
1778
1774
|
|
|
1779
1775
|
function CheckboxField(_ref) {
|
|
1780
1776
|
var _ref$input = _ref.input;
|
|
@@ -1822,7 +1818,7 @@ function CheckboxField(_ref) {
|
|
|
1822
1818
|
}, FormControlHelperTextProps), error || submitError));
|
|
1823
1819
|
}
|
|
1824
1820
|
|
|
1825
|
-
var CheckboxField$1 = styles$
|
|
1821
|
+
var CheckboxField$1 = styles$2B.withStyles(styles$2y, {
|
|
1826
1822
|
name: 'VdtCheckboxField'
|
|
1827
1823
|
})(CheckboxField);
|
|
1828
1824
|
|
|
@@ -1830,7 +1826,7 @@ var _excluded$1o = ["label"],
|
|
|
1830
1826
|
_excluded2$h = ["value", "name", "onChange"],
|
|
1831
1827
|
_excluded3$6 = ["value", "label"];
|
|
1832
1828
|
|
|
1833
|
-
var styles$
|
|
1829
|
+
var styles$2x = function styles(theme) {
|
|
1834
1830
|
return {
|
|
1835
1831
|
root: {
|
|
1836
1832
|
marginTop: theme.spacing(2),
|
|
@@ -1846,9 +1842,7 @@ function DefaultFormLabel(_ref) {
|
|
|
1846
1842
|
return /*#__PURE__*/React__namespace.createElement(FormLabel__default["default"], _extends__default["default"]({
|
|
1847
1843
|
component: "legend"
|
|
1848
1844
|
}, props), label);
|
|
1849
|
-
}
|
|
1850
|
-
// Fields should behave like mui fields by default
|
|
1851
|
-
|
|
1845
|
+
}
|
|
1852
1846
|
|
|
1853
1847
|
function CheckboxGroupField(_ref2) {
|
|
1854
1848
|
var _ref2$input = _ref2.input;
|
|
@@ -1970,13 +1964,13 @@ function CheckboxGroupField(_ref2) {
|
|
|
1970
1964
|
}, FormHelperTextProps), error || submitError));
|
|
1971
1965
|
}
|
|
1972
1966
|
|
|
1973
|
-
var CheckboxGroupField$1 = styles$
|
|
1967
|
+
var CheckboxGroupField$1 = styles$2B.withStyles(styles$2x, {
|
|
1974
1968
|
name: 'VdtCheckboxGroupField'
|
|
1975
1969
|
})(CheckboxGroupField);
|
|
1976
1970
|
|
|
1977
1971
|
var _excluded$1n = ["value", "label"];
|
|
1978
1972
|
|
|
1979
|
-
var styles$
|
|
1973
|
+
var styles$2w = function styles(theme) {
|
|
1980
1974
|
return {
|
|
1981
1975
|
root: {
|
|
1982
1976
|
marginTop: theme.spacing(2),
|
|
@@ -2046,14 +2040,14 @@ function RadioField(_ref) {
|
|
|
2046
2040
|
}, FormHelperTextProps), error || submitError));
|
|
2047
2041
|
}
|
|
2048
2042
|
|
|
2049
|
-
var RadioField$1 = styles$
|
|
2043
|
+
var RadioField$1 = styles$2B.withStyles(styles$2w, {
|
|
2050
2044
|
name: 'VdtRadioField'
|
|
2051
2045
|
})(RadioField);
|
|
2052
2046
|
|
|
2053
2047
|
var _excluded$1m = ["input", "meta", "options", "label", "classes", "className", "FormControlProps", "InputLabelProps", "MenuItemProps", "FormHelperTextProps"],
|
|
2054
2048
|
_excluded2$g = ["value", "label"];
|
|
2055
2049
|
|
|
2056
|
-
var styles$
|
|
2050
|
+
var styles$2v = function styles(theme) {
|
|
2057
2051
|
return {
|
|
2058
2052
|
root: {
|
|
2059
2053
|
marginTop: theme.spacing(1),
|
|
@@ -2128,14 +2122,14 @@ function SelectField(_ref) {
|
|
|
2128
2122
|
}, FormHelperTextProps), touched && (error || submitError) ? error || submitError : ''));
|
|
2129
2123
|
}
|
|
2130
2124
|
|
|
2131
|
-
var SelectField$1 = styles$
|
|
2125
|
+
var SelectField$1 = styles$2B.withStyles(styles$2v, {
|
|
2132
2126
|
name: 'VdtSelectField'
|
|
2133
2127
|
})(SelectField);
|
|
2134
2128
|
|
|
2135
2129
|
var _excluded$1l = ["name", "onChange", "value"],
|
|
2136
2130
|
_excluded2$f = ["input", "meta", "helperText", "classes", "className", "FormControlProps"];
|
|
2137
2131
|
|
|
2138
|
-
var styles$
|
|
2132
|
+
var styles$2u = function styles(theme) {
|
|
2139
2133
|
return {
|
|
2140
2134
|
root: {
|
|
2141
2135
|
marginTop: theme.spacing(1),
|
|
@@ -2187,13 +2181,13 @@ function TextField(_ref) {
|
|
|
2187
2181
|
}, props)));
|
|
2188
2182
|
}
|
|
2189
2183
|
|
|
2190
|
-
var TextField$1 = styles$
|
|
2184
|
+
var TextField$1 = styles$2B.withStyles(styles$2u, {
|
|
2191
2185
|
name: 'VdtTextField'
|
|
2192
2186
|
})(TextField);
|
|
2193
2187
|
|
|
2194
2188
|
var _excluded$1k = ["input", "meta", "options", "label", "min", "max", "isRange", "step", "showMarks", "classes", "className", "FormControlProps", "FormLabelProps", "FormHelperTextProps", "exclude"];
|
|
2195
2189
|
|
|
2196
|
-
var styles$
|
|
2190
|
+
var styles$2t = function styles(theme) {
|
|
2197
2191
|
return {
|
|
2198
2192
|
root: {
|
|
2199
2193
|
marginTop: theme.spacing(2),
|
|
@@ -2293,13 +2287,13 @@ function Slider(_ref) {
|
|
|
2293
2287
|
}, FormHelperTextProps), error || submitError));
|
|
2294
2288
|
}
|
|
2295
2289
|
|
|
2296
|
-
var SliderField = styles$
|
|
2290
|
+
var SliderField = styles$2B.withStyles(styles$2t, {
|
|
2297
2291
|
name: 'VdtSliderField'
|
|
2298
2292
|
})(Slider);
|
|
2299
2293
|
|
|
2300
2294
|
var _excluded$1j = ["input", "meta", "options", "label", "classes", "className", "FormControlProps", "TextFieldProps", "InputLabelProps", "FormHelperTextProps", "AutocompleteProps"];
|
|
2301
2295
|
|
|
2302
|
-
var styles$
|
|
2296
|
+
var styles$2s = function styles(theme) {
|
|
2303
2297
|
return {
|
|
2304
2298
|
root: {
|
|
2305
2299
|
marginTop: theme.spacing(1),
|
|
@@ -2441,7 +2435,7 @@ function TagField(_ref) {
|
|
|
2441
2435
|
}, FormHelperTextProps), error || submitError));
|
|
2442
2436
|
}
|
|
2443
2437
|
|
|
2444
|
-
var TagField$1 = styles$
|
|
2438
|
+
var TagField$1 = styles$2B.withStyles(styles$2s, {
|
|
2445
2439
|
name: 'VdtTagField'
|
|
2446
2440
|
})(TagField);
|
|
2447
2441
|
|
|
@@ -2451,7 +2445,7 @@ function ownKeys$U(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
2451
2445
|
|
|
2452
2446
|
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__default["default"](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; }
|
|
2453
2447
|
|
|
2454
|
-
var styles$
|
|
2448
|
+
var styles$2r = function styles(theme) {
|
|
2455
2449
|
return {
|
|
2456
2450
|
root: {
|
|
2457
2451
|
marginTop: theme.spacing(2),
|
|
@@ -2508,11 +2502,11 @@ function DateField(_ref) {
|
|
|
2508
2502
|
}, props)));
|
|
2509
2503
|
}
|
|
2510
2504
|
|
|
2511
|
-
var DateField$1 = core.withStyles(styles$
|
|
2505
|
+
var DateField$1 = core.withStyles(styles$2r, {
|
|
2512
2506
|
name: 'VdtDateField'
|
|
2513
2507
|
})(DateField);
|
|
2514
2508
|
|
|
2515
|
-
var styles$
|
|
2509
|
+
var styles$2q = function styles(theme) {
|
|
2516
2510
|
return {
|
|
2517
2511
|
root: {
|
|
2518
2512
|
marginTop: theme.spacing(1),
|
|
@@ -2558,7 +2552,7 @@ function SwitchField(_ref) {
|
|
|
2558
2552
|
}, FormControlLabelProps)));
|
|
2559
2553
|
}
|
|
2560
2554
|
|
|
2561
|
-
var SwitchField$1 = styles$
|
|
2555
|
+
var SwitchField$1 = styles$2B.withStyles(styles$2q, {
|
|
2562
2556
|
name: 'VdtSwitchField'
|
|
2563
2557
|
})(SwitchField);
|
|
2564
2558
|
|
|
@@ -2568,7 +2562,7 @@ function ownKeys$T(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
2568
2562
|
|
|
2569
2563
|
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__default["default"](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; }
|
|
2570
2564
|
|
|
2571
|
-
var styles$
|
|
2565
|
+
var styles$2p = function styles() {};
|
|
2572
2566
|
|
|
2573
2567
|
var defaultGetOptionLabel = function defaultGetOptionLabel(opt) {
|
|
2574
2568
|
return opt.label || opt;
|
|
@@ -2588,9 +2582,7 @@ var defaultGetValue = function defaultGetValue(_ref) {
|
|
|
2588
2582
|
if (multiple && !Array.isArray(value)) return [value];
|
|
2589
2583
|
if (!multiple && Array.isArray(value)) return value.join(', ');
|
|
2590
2584
|
return value;
|
|
2591
|
-
};
|
|
2592
|
-
// Fields should behave like mui fields by default
|
|
2593
|
-
|
|
2585
|
+
};
|
|
2594
2586
|
|
|
2595
2587
|
function AutocompleteField(_ref2) {
|
|
2596
2588
|
var _ref2$input = _ref2.input,
|
|
@@ -2668,7 +2660,7 @@ function AutocompleteField(_ref2) {
|
|
|
2668
2660
|
}, props));
|
|
2669
2661
|
}
|
|
2670
2662
|
|
|
2671
|
-
var AutocompleteField$1 = core.withStyles(styles$
|
|
2663
|
+
var AutocompleteField$1 = core.withStyles(styles$2p, {
|
|
2672
2664
|
name: 'VdtAutocompleteField'
|
|
2673
2665
|
})(AutocompleteField);
|
|
2674
2666
|
|
|
@@ -3351,7 +3343,7 @@ var isUrl = function isUrl() {
|
|
|
3351
3343
|
return matches ? undefined : helperText;
|
|
3352
3344
|
};
|
|
3353
3345
|
|
|
3354
|
-
var UrlField = styles$
|
|
3346
|
+
var UrlField = styles$2B.withStyles({}, {
|
|
3355
3347
|
name: 'VdtUrlField'
|
|
3356
3348
|
})(function (_ref) {
|
|
3357
3349
|
var _ref$name = _ref.name,
|
|
@@ -3371,7 +3363,7 @@ var UrlField = styles$2A.withStyles({}, {
|
|
|
3371
3363
|
fullWidth: true
|
|
3372
3364
|
}, FieldProps, props));
|
|
3373
3365
|
});
|
|
3374
|
-
var UsernameField = styles$
|
|
3366
|
+
var UsernameField = styles$2B.withStyles({}, {
|
|
3375
3367
|
name: 'VdtUsernameField'
|
|
3376
3368
|
})(function (_ref2) {
|
|
3377
3369
|
var _ref2$name = _ref2.name,
|
|
@@ -3395,7 +3387,7 @@ var UsernameField = styles$2A.withStyles({}, {
|
|
|
3395
3387
|
fullWidth: true
|
|
3396
3388
|
}, FieldProps, props));
|
|
3397
3389
|
});
|
|
3398
|
-
var PasswordField$1 = styles$
|
|
3390
|
+
var PasswordField$1 = styles$2B.withStyles({}, {
|
|
3399
3391
|
name: 'VdtPasswordField'
|
|
3400
3392
|
})(function (_ref3) {
|
|
3401
3393
|
var _ref3$name = _ref3.name,
|
|
@@ -3419,7 +3411,7 @@ var PasswordField$1 = styles$2A.withStyles({}, {
|
|
|
3419
3411
|
fullWidth: true
|
|
3420
3412
|
}, FieldProps, props));
|
|
3421
3413
|
});
|
|
3422
|
-
var RememberMeField = styles$
|
|
3414
|
+
var RememberMeField = styles$2B.withStyles({}, {
|
|
3423
3415
|
name: 'VdtRememberMeField'
|
|
3424
3416
|
})(function (_ref4) {
|
|
3425
3417
|
var _ref4$name = _ref4.name,
|
|
@@ -3478,7 +3470,7 @@ function FormText(_ref6) {
|
|
|
3478
3470
|
}, submitError || helperText));
|
|
3479
3471
|
}
|
|
3480
3472
|
|
|
3481
|
-
var FormButtons = styles$
|
|
3473
|
+
var FormButtons = styles$2B.withStyles({}, {
|
|
3482
3474
|
name: 'VdtLoginFormButtons'
|
|
3483
3475
|
})(function (_ref7) {
|
|
3484
3476
|
var submitting = _ref7.submitting,
|
|
@@ -3492,7 +3484,7 @@ var FormButtons = styles$2A.withStyles({}, {
|
|
|
3492
3484
|
fullWidth: true
|
|
3493
3485
|
}, SubmitButtonProps), loginText));
|
|
3494
3486
|
});
|
|
3495
|
-
var styles$
|
|
3487
|
+
var styles$2o = function styles() {
|
|
3496
3488
|
return {
|
|
3497
3489
|
root: {}
|
|
3498
3490
|
};
|
|
@@ -3590,13 +3582,13 @@ LoginForm.defaultProps = {
|
|
|
3590
3582
|
FormButtonsProps: {}
|
|
3591
3583
|
};
|
|
3592
3584
|
|
|
3593
|
-
var Component$
|
|
3585
|
+
var Component$U = styles$2B.withStyles(styles$2o, {
|
|
3594
3586
|
name: 'VdtLoginForm'
|
|
3595
3587
|
})(LoginForm);
|
|
3596
|
-
Component$
|
|
3588
|
+
Component$U.displayName = 'LoginForm';
|
|
3597
3589
|
|
|
3598
3590
|
var _excluded$1c = ["checked", "classes", "className", "control", "disabled", "inputRef", "label", "name", "onChange", "value"];
|
|
3599
|
-
var styles$
|
|
3591
|
+
var styles$2n = function styles(theme) {
|
|
3600
3592
|
return {
|
|
3601
3593
|
root: {
|
|
3602
3594
|
display: 'inline-flex',
|
|
@@ -3679,7 +3671,7 @@ var ExpandedFormControlLabel = /*#__PURE__*/React__namespace.forwardRef(function
|
|
|
3679
3671
|
}, labelCount))
|
|
3680
3672
|
);
|
|
3681
3673
|
});
|
|
3682
|
-
var ExpandedFormControlLabel$1 = core.withStyles(styles$
|
|
3674
|
+
var ExpandedFormControlLabel$1 = core.withStyles(styles$2n, {
|
|
3683
3675
|
name: 'VdtExpandedFormControlLabel'
|
|
3684
3676
|
})(ExpandedFormControlLabel);
|
|
3685
3677
|
|
|
@@ -3743,7 +3735,7 @@ var onGetToken = /*#__PURE__*/function () {
|
|
|
3743
3735
|
};
|
|
3744
3736
|
}();
|
|
3745
3737
|
|
|
3746
|
-
var styles$
|
|
3738
|
+
var styles$2m = function styles(theme) {
|
|
3747
3739
|
return {
|
|
3748
3740
|
root: {
|
|
3749
3741
|
height: 20,
|
|
@@ -3774,7 +3766,7 @@ function FilterFormLabel(_ref) {
|
|
|
3774
3766
|
}, /*#__PURE__*/React__default["default"].createElement(IconComponent, null)));
|
|
3775
3767
|
}
|
|
3776
3768
|
|
|
3777
|
-
var FilterFormLabel$1 = styles$
|
|
3769
|
+
var FilterFormLabel$1 = styles$2B.withStyles(styles$2m, {
|
|
3778
3770
|
name: 'VdtFilterFormLabel'
|
|
3779
3771
|
})(FilterFormLabel);
|
|
3780
3772
|
|
|
@@ -3867,7 +3859,7 @@ function ownKeys$S(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
3867
3859
|
|
|
3868
3860
|
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__default["default"](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; }
|
|
3869
3861
|
|
|
3870
|
-
var styles$
|
|
3862
|
+
var styles$2l = function styles(theme) {
|
|
3871
3863
|
return {
|
|
3872
3864
|
header: {
|
|
3873
3865
|
padding: theme.spacing(2),
|
|
@@ -4077,7 +4069,7 @@ function FilterCard(_ref4) {
|
|
|
4077
4069
|
}, FormProps))) : null;
|
|
4078
4070
|
}
|
|
4079
4071
|
|
|
4080
|
-
var FilterCard$1 = styles$
|
|
4072
|
+
var FilterCard$1 = styles$2B.withStyles(styles$2l, {
|
|
4081
4073
|
name: 'VdtFilterCard'
|
|
4082
4074
|
})(FilterCard);
|
|
4083
4075
|
|
|
@@ -4231,7 +4223,7 @@ function JobRow(_ref) {
|
|
|
4231
4223
|
})));
|
|
4232
4224
|
}
|
|
4233
4225
|
|
|
4234
|
-
var JobRow$1 = styles$
|
|
4226
|
+
var JobRow$1 = styles$2B.withStyles({}, {
|
|
4235
4227
|
name: 'VdtJobRow'
|
|
4236
4228
|
})(JobRow);
|
|
4237
4229
|
|
|
@@ -4292,7 +4284,7 @@ function JobTable(_ref2) {
|
|
|
4292
4284
|
}))));
|
|
4293
4285
|
}
|
|
4294
4286
|
|
|
4295
|
-
var JobTable$1 = styles$
|
|
4287
|
+
var JobTable$1 = styles$2B.withStyles({}, {
|
|
4296
4288
|
name: 'VdtJobTable'
|
|
4297
4289
|
})(JobTable);
|
|
4298
4290
|
|
|
@@ -4497,7 +4489,7 @@ function SearchPagination(_ref) {
|
|
|
4497
4489
|
|
|
4498
4490
|
var _excluded$1a = ["classes", "onSubmit", "fields", "value", "query", "fieldPlaceHolder", "queryPlaceHolder", "disableReset", "disableRequired", "fieldInputRef", "queryInputRef"];
|
|
4499
4491
|
|
|
4500
|
-
var styles$
|
|
4492
|
+
var styles$2k = function styles(theme) {
|
|
4501
4493
|
return {
|
|
4502
4494
|
root: {
|
|
4503
4495
|
backgroundColor: theme.palette.background.paper
|
|
@@ -4644,15 +4636,15 @@ function SearchInputFieldSelect(_ref) {
|
|
|
4644
4636
|
})));
|
|
4645
4637
|
}
|
|
4646
4638
|
|
|
4647
|
-
var SearchInputFieldSelect$1 = styles$
|
|
4639
|
+
var SearchInputFieldSelect$1 = styles$2B.withStyles(styles$2k, {
|
|
4648
4640
|
name: 'VdtSearchInputFieldSelect'
|
|
4649
4641
|
})(SearchInputFieldSelect);
|
|
4650
4642
|
|
|
4651
4643
|
var useStyles$2 = function useStyles(secondaryColor) {
|
|
4652
|
-
return styles$
|
|
4644
|
+
return styles$2B.makeStyles({
|
|
4653
4645
|
selected: {
|
|
4654
4646
|
'&$selected': {
|
|
4655
|
-
backgroundColor: styles$
|
|
4647
|
+
backgroundColor: styles$2B.alpha(secondaryColor, 0.16),
|
|
4656
4648
|
color: secondaryColor
|
|
4657
4649
|
}
|
|
4658
4650
|
}
|
|
@@ -4700,7 +4692,7 @@ SortMenuItem.defaultProps = {
|
|
|
4700
4692
|
};
|
|
4701
4693
|
|
|
4702
4694
|
var _excluded$19 = ["classes", "caption", "options", "sortAsc", "sortDesc", "IconComponent", "MenuItemComponent", "onChange", "initialSort"];
|
|
4703
|
-
var styles$
|
|
4695
|
+
var styles$2j = function styles(theme) {
|
|
4704
4696
|
return {
|
|
4705
4697
|
root: {
|
|
4706
4698
|
color: theme.palette.secondary.main,
|
|
@@ -4848,10 +4840,10 @@ Sort.defaultProps = {
|
|
|
4848
4840
|
options: []
|
|
4849
4841
|
};
|
|
4850
4842
|
|
|
4851
|
-
var Component$
|
|
4843
|
+
var Component$T = styles$2B.withStyles(styles$2j, {
|
|
4852
4844
|
name: 'VdtSort'
|
|
4853
4845
|
})(Sort);
|
|
4854
|
-
Component$
|
|
4846
|
+
Component$T.displayName = 'Sort';
|
|
4855
4847
|
|
|
4856
4848
|
var _excluded$18 = ["onSubmit", "onChange", "options", "name", "label"];
|
|
4857
4849
|
|
|
@@ -5111,7 +5103,7 @@ function JobList(_ref) {
|
|
|
5111
5103
|
return handleDelete(index);
|
|
5112
5104
|
}
|
|
5113
5105
|
});
|
|
5114
|
-
})), /*#__PURE__*/React__default["default"].createElement(Component$
|
|
5106
|
+
})), /*#__PURE__*/React__default["default"].createElement(Component$T, {
|
|
5115
5107
|
options: sortOptions,
|
|
5116
5108
|
initialSort: initialSort,
|
|
5117
5109
|
onChange: onChangeSort,
|
|
@@ -5214,7 +5206,7 @@ function JobList(_ref) {
|
|
|
5214
5206
|
}, JobTableProps))))));
|
|
5215
5207
|
}
|
|
5216
5208
|
|
|
5217
|
-
var JobList$1 = styles$
|
|
5209
|
+
var JobList$1 = styles$2B.withStyles({}, {
|
|
5218
5210
|
name: 'VdtJobList'
|
|
5219
5211
|
})(JobList);
|
|
5220
5212
|
|
|
@@ -5224,7 +5216,7 @@ var _excluded$17 = ["fields", "TableRowComponent", "TableRowProps"],
|
|
|
5224
5216
|
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; }
|
|
5225
5217
|
|
|
5226
5218
|
function _objectSpread$Q(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$Q(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$Q(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
5227
|
-
var TableCellLabel$1 = styles$
|
|
5219
|
+
var TableCellLabel$1 = styles$2B.withStyles(function (theme) {
|
|
5228
5220
|
return {
|
|
5229
5221
|
root: _objectSpread$Q({
|
|
5230
5222
|
borderStyle: 'none',
|
|
@@ -5233,7 +5225,7 @@ var TableCellLabel$1 = styles$2A.withStyles(function (theme) {
|
|
|
5233
5225
|
}, theme.typography.body2)
|
|
5234
5226
|
};
|
|
5235
5227
|
})(TableCell__default["default"]);
|
|
5236
|
-
var TableCellValue$1 = styles$
|
|
5228
|
+
var TableCellValue$1 = styles$2B.withStyles(function (theme) {
|
|
5237
5229
|
return {
|
|
5238
5230
|
root: _objectSpread$Q({
|
|
5239
5231
|
borderStyle: 'none',
|
|
@@ -5425,7 +5417,7 @@ JobDataTable.defaultProps = {
|
|
|
5425
5417
|
TableComponent: ItemMetadataTable,
|
|
5426
5418
|
TableProps: {}
|
|
5427
5419
|
};
|
|
5428
|
-
var JobDataTable$1 = styles$
|
|
5420
|
+
var JobDataTable$1 = styles$2B.withStyles({}, {
|
|
5429
5421
|
name: 'VdtJobDataTable'
|
|
5430
5422
|
})(JobDataTable);
|
|
5431
5423
|
|
|
@@ -5580,7 +5572,7 @@ function JobTaskTableRow(_ref4) {
|
|
|
5580
5572
|
}, duration !== undefined ? humanizeDuration(duration) : '-')));
|
|
5581
5573
|
}
|
|
5582
5574
|
|
|
5583
|
-
var styles$
|
|
5575
|
+
var styles$2i = {
|
|
5584
5576
|
root: {},
|
|
5585
5577
|
TableHead: {},
|
|
5586
5578
|
TableBody: {}
|
|
@@ -5652,7 +5644,7 @@ JobTaskTable.defaultProps = {
|
|
|
5652
5644
|
JobTaskTableRowComponent: JobTaskTableRow,
|
|
5653
5645
|
JobTaskTableRowProps: {}
|
|
5654
5646
|
};
|
|
5655
|
-
var JobTaskTable$1 = styles$
|
|
5647
|
+
var JobTaskTable$1 = styles$2B.withStyles(styles$2i, {
|
|
5656
5648
|
name: 'VdtJobTaskTable'
|
|
5657
5649
|
})(JobTaskTable);
|
|
5658
5650
|
|
|
@@ -5718,7 +5710,7 @@ function JobMenu(_ref) {
|
|
|
5718
5710
|
}))));
|
|
5719
5711
|
}
|
|
5720
5712
|
|
|
5721
|
-
var styles$
|
|
5713
|
+
var styles$2h = {
|
|
5722
5714
|
root: {},
|
|
5723
5715
|
CardContent: {
|
|
5724
5716
|
height: 'calc(100% - 70px)',
|
|
@@ -5865,7 +5857,7 @@ JobCard.defaultProps = {
|
|
|
5865
5857
|
JobMenuComponent: JobMenu,
|
|
5866
5858
|
JobMenuProps: {}
|
|
5867
5859
|
};
|
|
5868
|
-
var JobCard$1 = styles$
|
|
5860
|
+
var JobCard$1 = styles$2B.withStyles(styles$2h, {
|
|
5869
5861
|
name: 'VdtJobCard'
|
|
5870
5862
|
})(JobCard);
|
|
5871
5863
|
|
|
@@ -6214,7 +6206,7 @@ function VidispineIcon(props) {
|
|
|
6214
6206
|
}, props));
|
|
6215
6207
|
}
|
|
6216
6208
|
|
|
6217
|
-
var styles$
|
|
6209
|
+
var styles$2g = function styles(theme) {
|
|
6218
6210
|
var isLight = theme.palette.type === 'light';
|
|
6219
6211
|
return {
|
|
6220
6212
|
badge: {
|
|
@@ -6248,7 +6240,7 @@ function MediaBadge(_ref) {
|
|
|
6248
6240
|
}, children);
|
|
6249
6241
|
}
|
|
6250
6242
|
|
|
6251
|
-
var MediaBadge$1 = styles$
|
|
6243
|
+
var MediaBadge$1 = styles$2B.withStyles(styles$2g, {
|
|
6252
6244
|
name: 'VdtMediaBadge'
|
|
6253
6245
|
})(MediaBadge);
|
|
6254
6246
|
|
|
@@ -6356,7 +6348,7 @@ var generateBadges = function generateBadges(_ref) {
|
|
|
6356
6348
|
return _toConsumableArray__default["default"](new Set(badges)); // remove duplicates
|
|
6357
6349
|
};
|
|
6358
6350
|
|
|
6359
|
-
var styles$
|
|
6351
|
+
var styles$2f = function styles() {
|
|
6360
6352
|
return {
|
|
6361
6353
|
root: {}
|
|
6362
6354
|
};
|
|
@@ -6389,11 +6381,11 @@ function MediaBadges(_ref2) {
|
|
|
6389
6381
|
}));
|
|
6390
6382
|
}
|
|
6391
6383
|
|
|
6392
|
-
var MediaBadges$1 = styles$
|
|
6384
|
+
var MediaBadges$1 = styles$2B.withStyles(styles$2f, {
|
|
6393
6385
|
name: 'VdtMediaBadges'
|
|
6394
6386
|
})(MediaBadges);
|
|
6395
6387
|
|
|
6396
|
-
var styles$
|
|
6388
|
+
var styles$2e = function styles(theme) {
|
|
6397
6389
|
return {
|
|
6398
6390
|
root: {
|
|
6399
6391
|
display: 'flex'
|
|
@@ -6446,7 +6438,7 @@ function ShapeTagCard(_ref) {
|
|
|
6446
6438
|
className: classes.description
|
|
6447
6439
|
}, shapeTag.description)));
|
|
6448
6440
|
}
|
|
6449
|
-
var ShapeTagCard$1 = styles$
|
|
6441
|
+
var ShapeTagCard$1 = styles$2B.withStyles(styles$2e, {
|
|
6450
6442
|
name: 'VdtShapeTagCard'
|
|
6451
6443
|
})(ShapeTagCard);
|
|
6452
6444
|
ShapeTagCard.propTypes = {
|
|
@@ -6541,7 +6533,7 @@ var useExpand = function useExpand(initialState) {
|
|
|
6541
6533
|
};
|
|
6542
6534
|
};
|
|
6543
6535
|
|
|
6544
|
-
var Accordion = styles$
|
|
6536
|
+
var Accordion = styles$2B.withStyles(function (theme) {
|
|
6545
6537
|
return {
|
|
6546
6538
|
root: {
|
|
6547
6539
|
border: theme.palette.type === 'light' ? '1px solid rgba(0, 0, 0, .125)' : '1px solid rgba(0, 0, 0, .3)',
|
|
@@ -6559,7 +6551,7 @@ var Accordion = styles$2A.withStyles(function (theme) {
|
|
|
6559
6551
|
expanded: {}
|
|
6560
6552
|
};
|
|
6561
6553
|
})(MuiAccordion__default["default"]);
|
|
6562
|
-
var AccordionSummary = styles$
|
|
6554
|
+
var AccordionSummary = styles$2B.withStyles(function (theme) {
|
|
6563
6555
|
return {
|
|
6564
6556
|
root: {
|
|
6565
6557
|
backgroundColor: theme.palette.type === 'light' ? 'rgba(0, 0, 0, .03)' : 'rgba(0, 0, 0, .1)',
|
|
@@ -6578,7 +6570,7 @@ var AccordionSummary = styles$2A.withStyles(function (theme) {
|
|
|
6578
6570
|
expanded: {}
|
|
6579
6571
|
};
|
|
6580
6572
|
})(MuiAccordionSummary__default["default"]);
|
|
6581
|
-
var AccordionDetails = styles$
|
|
6573
|
+
var AccordionDetails = styles$2B.withStyles(function (theme) {
|
|
6582
6574
|
return {
|
|
6583
6575
|
root: {
|
|
6584
6576
|
padding: theme.spacing(2)
|
|
@@ -6586,7 +6578,7 @@ var AccordionDetails = styles$2A.withStyles(function (theme) {
|
|
|
6586
6578
|
};
|
|
6587
6579
|
})(MuiAccordionDetails__default["default"]);
|
|
6588
6580
|
|
|
6589
|
-
var styles$
|
|
6581
|
+
var styles$2d = function styles(theme) {
|
|
6590
6582
|
return {
|
|
6591
6583
|
root: {},
|
|
6592
6584
|
Accordion: {},
|
|
@@ -6697,7 +6689,7 @@ function ShapeTagListAccordion(_ref3) {
|
|
|
6697
6689
|
})));
|
|
6698
6690
|
})));
|
|
6699
6691
|
}
|
|
6700
|
-
var ShapeTagListAccordion$1 = styles$
|
|
6692
|
+
var ShapeTagListAccordion$1 = styles$2B.withStyles(styles$2d, {
|
|
6701
6693
|
name: 'VdtShapeTagListAccordion'
|
|
6702
6694
|
})(ShapeTagListAccordion);
|
|
6703
6695
|
ShapeTagListAccordion.propTypes = {
|
|
@@ -6843,7 +6835,7 @@ var useTranscodeResources = function useTranscodeResources(_ref4) {
|
|
|
6843
6835
|
};
|
|
6844
6836
|
};
|
|
6845
6837
|
|
|
6846
|
-
var styles$
|
|
6838
|
+
var styles$2c = function styles(theme) {
|
|
6847
6839
|
return {
|
|
6848
6840
|
root: {},
|
|
6849
6841
|
noResourceText: _objectSpread$L(_objectSpread$L({}, theme.typography.body1), {}, {
|
|
@@ -7065,7 +7057,7 @@ function TranscodeDialog(_ref6) {
|
|
|
7065
7057
|
}, ShapeTagListProps)));
|
|
7066
7058
|
})));
|
|
7067
7059
|
}
|
|
7068
|
-
var TranscodeDialog$1 = styles$
|
|
7060
|
+
var TranscodeDialog$1 = styles$2B.withStyles(styles$2c, {
|
|
7069
7061
|
name: 'VdtTranscodeDialog'
|
|
7070
7062
|
})(TranscodeDialog);
|
|
7071
7063
|
TranscodeDialog.propTypes = {
|
|
@@ -7247,28 +7239,8 @@ var filterTimespanList = function filterTimespanList(_ref) {
|
|
|
7247
7239
|
});
|
|
7248
7240
|
}
|
|
7249
7241
|
}
|
|
7250
|
-
});
|
|
7251
|
-
|
|
7252
|
-
return filteredTimespans; // return parsedTimespans.filter((timespanType) => {
|
|
7253
|
-
// const fieldList = Array.isArray(field) ? field : [field];
|
|
7254
|
-
// const fieldGroupList = Array.isArray(fieldGroup) ? fieldGroup : [fieldGroup];
|
|
7255
|
-
// const { group: groupList = [] } = timespanType;
|
|
7256
|
-
// const matchingGroups = groupList.filter(({ name }) => fieldGroupList.includes(name));
|
|
7257
|
-
// const matchingValues = matchingGroups.reduce((acc, groupFields) => {
|
|
7258
|
-
// Object.entries(groupFields).forEach(([fieldName, fieldValue]) => {
|
|
7259
|
-
// if (fieldList.includes(fieldName)) {
|
|
7260
|
-
// acc.push(fieldValue);
|
|
7261
|
-
// }
|
|
7262
|
-
// });
|
|
7263
|
-
// return acc;
|
|
7264
|
-
// }, []);
|
|
7265
|
-
// const timespanText = matchingValues.join('');
|
|
7266
|
-
// if (timespanText === '') return false;
|
|
7267
|
-
// if (filterText) {
|
|
7268
|
-
// return timespanText.toLowerCase().includes(filterText.toLowerCase());
|
|
7269
|
-
// }
|
|
7270
|
-
// return true;
|
|
7271
|
-
// });
|
|
7242
|
+
});
|
|
7243
|
+
return filteredTimespans;
|
|
7272
7244
|
};
|
|
7273
7245
|
|
|
7274
7246
|
var sortTimespanList = function sortTimespanList(timespan1, timespan2) {
|
|
@@ -7420,10 +7392,15 @@ var useConfidenceSlider = function useConfidenceSlider(onChange) {
|
|
|
7420
7392
|
return [confidenceValue, onChangeConfidenceValue];
|
|
7421
7393
|
};
|
|
7422
7394
|
|
|
7423
|
-
var styles$
|
|
7424
|
-
|
|
7425
|
-
|
|
7426
|
-
|
|
7395
|
+
var styles$2b = function styles(theme) {
|
|
7396
|
+
return {
|
|
7397
|
+
Typography: {},
|
|
7398
|
+
Slider: {},
|
|
7399
|
+
root: {
|
|
7400
|
+
marginLeft: theme.spacing(2),
|
|
7401
|
+
marginRight: theme.spacing(2)
|
|
7402
|
+
}
|
|
7403
|
+
};
|
|
7427
7404
|
};
|
|
7428
7405
|
|
|
7429
7406
|
function ConfidenceSlider(_ref) {
|
|
@@ -7461,11 +7438,11 @@ function ConfidenceSlider(_ref) {
|
|
|
7461
7438
|
}, SliderProps)));
|
|
7462
7439
|
}
|
|
7463
7440
|
|
|
7464
|
-
var ConfidenceSlider$1 = styles$
|
|
7441
|
+
var ConfidenceSlider$1 = styles$2B.withStyles(styles$2b, {
|
|
7465
7442
|
name: 'VdtConfidenceSlider'
|
|
7466
7443
|
})(ConfidenceSlider);
|
|
7467
7444
|
|
|
7468
|
-
var styles$
|
|
7445
|
+
var styles$2a = {
|
|
7469
7446
|
Button: {
|
|
7470
7447
|
minWidth: 0
|
|
7471
7448
|
},
|
|
@@ -7492,7 +7469,7 @@ function EditButton(_ref) {
|
|
|
7492
7469
|
}, ButtonProps), /*#__PURE__*/React__default["default"].createElement(IconComponent, null));
|
|
7493
7470
|
}
|
|
7494
7471
|
|
|
7495
|
-
var EditButton$1 = styles$
|
|
7472
|
+
var EditButton$1 = styles$2B.withStyles(styles$2a)(EditButton);
|
|
7496
7473
|
|
|
7497
7474
|
var _excluded$15 = ["itemId", "video", "sampleRate", "onSuccess", "onError", "sameAsStartText", "laterThanEndText"],
|
|
7498
7475
|
_excluded2$c = ["startText", "endText", "uuid", "timespan"],
|
|
@@ -7727,7 +7704,7 @@ function ItemTimespanForm(_ref) {
|
|
|
7727
7704
|
}, cancelText)))));
|
|
7728
7705
|
}
|
|
7729
7706
|
|
|
7730
|
-
var ItemTimespanForm$1 = styles$
|
|
7707
|
+
var ItemTimespanForm$1 = styles$2B.withStyles({}, {
|
|
7731
7708
|
name: 'VdtItemTimespanForm'
|
|
7732
7709
|
})(ItemTimespanForm);
|
|
7733
7710
|
|
|
@@ -7736,7 +7713,7 @@ var _excluded$14 = ["className", "classes", "itemId", "sampleRate", "onSuccess",
|
|
|
7736
7713
|
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; }
|
|
7737
7714
|
|
|
7738
7715
|
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__default["default"](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; }
|
|
7739
|
-
var styles$
|
|
7716
|
+
var styles$29 = {
|
|
7740
7717
|
Form: {}
|
|
7741
7718
|
};
|
|
7742
7719
|
|
|
@@ -7797,7 +7774,7 @@ function ItemTimespanEdit(_ref) {
|
|
|
7797
7774
|
}, props));
|
|
7798
7775
|
}
|
|
7799
7776
|
|
|
7800
|
-
var ItemTimespanEdit$1 = styles$
|
|
7777
|
+
var ItemTimespanEdit$1 = styles$2B.withStyles(styles$29, {
|
|
7801
7778
|
name: 'VdtItemTimespanEdit'
|
|
7802
7779
|
})(ItemTimespanEdit);
|
|
7803
7780
|
|
|
@@ -7980,7 +7957,7 @@ var useItemTimespanInterval = function useItemTimespanInterval(_ref3) {
|
|
|
7980
7957
|
};
|
|
7981
7958
|
};
|
|
7982
7959
|
|
|
7983
|
-
var styles$
|
|
7960
|
+
var styles$28 = function styles(theme) {
|
|
7984
7961
|
return {
|
|
7985
7962
|
root: {
|
|
7986
7963
|
transition: 'background-color 0.3s ease-out',
|
|
@@ -8121,11 +8098,11 @@ function ItemTimespanInterval(_ref) {
|
|
|
8121
8098
|
);
|
|
8122
8099
|
}
|
|
8123
8100
|
|
|
8124
|
-
var ItemTimespanInterval$1 = styles$
|
|
8101
|
+
var ItemTimespanInterval$1 = styles$2B.withStyles(styles$28, {
|
|
8125
8102
|
name: 'VdtItemTimespanInterval'
|
|
8126
8103
|
})(ItemTimespanInterval);
|
|
8127
8104
|
|
|
8128
|
-
var styles$
|
|
8105
|
+
var styles$27 = {
|
|
8129
8106
|
root: {},
|
|
8130
8107
|
ItemTimespanIntervalContainer: {},
|
|
8131
8108
|
ItemTimespanInterval: {},
|
|
@@ -8186,12 +8163,12 @@ function ItemTimespanList(_ref) {
|
|
|
8186
8163
|
}));
|
|
8187
8164
|
}
|
|
8188
8165
|
|
|
8189
|
-
var ItemTimespanList$1 = styles$
|
|
8166
|
+
var ItemTimespanList$1 = styles$2B.withStyles(styles$27, {
|
|
8190
8167
|
name: 'VdtItemTimespanList'
|
|
8191
8168
|
})(ItemTimespanList);
|
|
8192
8169
|
|
|
8193
8170
|
var _excluded$13 = ["className", "classes", "onChange", "searchText", "SearchIconComponent", "CloseIconComponent", "inputRef"];
|
|
8194
|
-
var styles$
|
|
8171
|
+
var styles$26 = {
|
|
8195
8172
|
TextField: {},
|
|
8196
8173
|
InputAdornment: {},
|
|
8197
8174
|
Button: {
|
|
@@ -8268,11 +8245,11 @@ function ItemTimespanSearchInput(_ref) {
|
|
|
8268
8245
|
}, props));
|
|
8269
8246
|
}
|
|
8270
8247
|
|
|
8271
|
-
var ItemTimespanSearchInput$1 = styles$
|
|
8248
|
+
var ItemTimespanSearchInput$1 = styles$2B.withStyles(styles$26, {
|
|
8272
8249
|
name: 'VdtItemTimespanSearchInput'
|
|
8273
8250
|
})(ItemTimespanSearchInput);
|
|
8274
8251
|
|
|
8275
|
-
var styles$
|
|
8252
|
+
var styles$25 = function styles(theme) {
|
|
8276
8253
|
return {
|
|
8277
8254
|
root: {},
|
|
8278
8255
|
header: {
|
|
@@ -8430,11 +8407,11 @@ function ItemTimespanBox(_ref) {
|
|
|
8430
8407
|
}, ItemTimespanListProps)));
|
|
8431
8408
|
}
|
|
8432
8409
|
|
|
8433
|
-
var ItemTimespanBox$1 = styles$
|
|
8410
|
+
var ItemTimespanBox$1 = styles$2B.withStyles(styles$25, {
|
|
8434
8411
|
name: 'VdtItemTimespanBox'
|
|
8435
8412
|
})(ItemTimespanBox);
|
|
8436
8413
|
|
|
8437
|
-
var styles$
|
|
8414
|
+
var styles$24 = {
|
|
8438
8415
|
FormControl: {},
|
|
8439
8416
|
InputLabel: {},
|
|
8440
8417
|
Select: {},
|
|
@@ -8472,7 +8449,7 @@ function ItemTimespanSelection(_ref) {
|
|
|
8472
8449
|
})));
|
|
8473
8450
|
}
|
|
8474
8451
|
|
|
8475
|
-
var ItemTimespanSelection$1 = styles$
|
|
8452
|
+
var ItemTimespanSelection$1 = styles$2B.withStyles(styles$24, {
|
|
8476
8453
|
name: 'VdtItemTimespanSelection'
|
|
8477
8454
|
})(ItemTimespanSelection);
|
|
8478
8455
|
|
|
@@ -8533,7 +8510,7 @@ var useItemTimespan = function useItemTimespan(_ref) {
|
|
|
8533
8510
|
};
|
|
8534
8511
|
};
|
|
8535
8512
|
|
|
8536
|
-
var styles$
|
|
8513
|
+
var styles$23 = function styles(theme) {
|
|
8537
8514
|
return {
|
|
8538
8515
|
root: {},
|
|
8539
8516
|
ItemTimespanSelection: {
|
|
@@ -8600,7 +8577,7 @@ function ItemTimespan$1(_ref) {
|
|
|
8600
8577
|
}, timespanOptionValue, ItemTimespanBoxProps)));
|
|
8601
8578
|
}
|
|
8602
8579
|
|
|
8603
|
-
var ItemTimespan = styles$
|
|
8580
|
+
var ItemTimespan = styles$2B.withStyles(styles$23, {
|
|
8604
8581
|
name: 'VdtItemTimespan'
|
|
8605
8582
|
})(ItemTimespan$1);
|
|
8606
8583
|
|
|
@@ -8622,7 +8599,7 @@ var PERMISSIONS = {
|
|
|
8622
8599
|
NONE: 'NONE'
|
|
8623
8600
|
};
|
|
8624
8601
|
|
|
8625
|
-
var styles$
|
|
8602
|
+
var styles$22 = function styles(theme) {
|
|
8626
8603
|
return {
|
|
8627
8604
|
root: {},
|
|
8628
8605
|
recipientRoot: {
|
|
@@ -9030,14 +9007,14 @@ function EntityAccessEdit(_ref6) {
|
|
|
9030
9007
|
}, grantAccessText)));
|
|
9031
9008
|
}
|
|
9032
9009
|
|
|
9033
|
-
var EntityAccessEdit$1 = styles$
|
|
9010
|
+
var EntityAccessEdit$1 = styles$2B.withStyles(styles$22, {
|
|
9034
9011
|
name: 'VdtEntityAccessEdit'
|
|
9035
9012
|
})(EntityAccessEdit);
|
|
9036
9013
|
|
|
9037
9014
|
function ownKeys$F(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; }
|
|
9038
9015
|
|
|
9039
9016
|
function _objectSpread$F(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$F(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$F(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
9040
|
-
var TableCellLabel = styles$
|
|
9017
|
+
var TableCellLabel = styles$2B.withStyles(function (theme) {
|
|
9041
9018
|
return {
|
|
9042
9019
|
root: _objectSpread$F({
|
|
9043
9020
|
display: 'flex',
|
|
@@ -9046,14 +9023,14 @@ var TableCellLabel = styles$2A.withStyles(function (theme) {
|
|
|
9046
9023
|
}, theme.typography.body2)
|
|
9047
9024
|
};
|
|
9048
9025
|
})(TableCell__default["default"]);
|
|
9049
|
-
var TableCellValue = styles$
|
|
9026
|
+
var TableCellValue = styles$2B.withStyles(function (theme) {
|
|
9050
9027
|
return {
|
|
9051
9028
|
root: _objectSpread$F({
|
|
9052
9029
|
borderStyle: 'none'
|
|
9053
9030
|
}, theme.typography.subtitle2)
|
|
9054
9031
|
};
|
|
9055
9032
|
})(TableCell__default["default"]);
|
|
9056
|
-
var Chip = styles$
|
|
9033
|
+
var Chip = styles$2B.withStyles(function () {
|
|
9057
9034
|
return {
|
|
9058
9035
|
root: {
|
|
9059
9036
|
borderStyle: 'none'
|
|
@@ -9195,7 +9172,7 @@ function EntityAccessTable(_ref3) {
|
|
|
9195
9172
|
})));
|
|
9196
9173
|
}
|
|
9197
9174
|
|
|
9198
|
-
var EntityAccessTable$1 = styles$
|
|
9175
|
+
var EntityAccessTable$1 = styles$2B.withStyles({}, {
|
|
9199
9176
|
name: 'VdtEntityAccessTable'
|
|
9200
9177
|
})(EntityAccessTable);
|
|
9201
9178
|
|
|
@@ -9267,7 +9244,7 @@ function ItemAccessTab(_ref) {
|
|
|
9267
9244
|
}, EntityAccessTableProps)));
|
|
9268
9245
|
}
|
|
9269
9246
|
|
|
9270
|
-
var ItemAccessTab$1 = styles$
|
|
9247
|
+
var ItemAccessTab$1 = styles$2B.withStyles({}, {
|
|
9271
9248
|
name: 'VdtItemAccessTab'
|
|
9272
9249
|
})(ItemAccessTab);
|
|
9273
9250
|
|
|
@@ -9349,7 +9326,7 @@ function ownKeys$E(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
9349
9326
|
|
|
9350
9327
|
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__default["default"](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; }
|
|
9351
9328
|
|
|
9352
|
-
var styles$
|
|
9329
|
+
var styles$21 = function styles(theme) {
|
|
9353
9330
|
return {
|
|
9354
9331
|
root: {
|
|
9355
9332
|
height: '42px',
|
|
@@ -9415,7 +9392,7 @@ function ItemMetadataFieldRow(_ref) {
|
|
|
9415
9392
|
}, props))));
|
|
9416
9393
|
}
|
|
9417
9394
|
|
|
9418
|
-
var ItemMetadataFieldRow$1 = styles$
|
|
9395
|
+
var ItemMetadataFieldRow$1 = styles$2B.withStyles(styles$21, {
|
|
9419
9396
|
name: 'VdtItemMetadataFieldRow'
|
|
9420
9397
|
})(ItemMetadataFieldRow);
|
|
9421
9398
|
|
|
@@ -9498,7 +9475,7 @@ var defaultGetFieldProps = function defaultGetFieldProps(_ref) {
|
|
|
9498
9475
|
};
|
|
9499
9476
|
};
|
|
9500
9477
|
|
|
9501
|
-
var styles$
|
|
9478
|
+
var styles$20 = {
|
|
9502
9479
|
root: {
|
|
9503
9480
|
tableLayout: 'fixed'
|
|
9504
9481
|
},
|
|
@@ -9612,10 +9589,10 @@ function PureItemMetadataFieldGroupRow(_ref4) {
|
|
|
9612
9589
|
})))));
|
|
9613
9590
|
}
|
|
9614
9591
|
|
|
9615
|
-
var ItemMetadataFieldGroupRow = styles$
|
|
9592
|
+
var ItemMetadataFieldGroupRow = styles$2B.withStyles(FieldGroupRowStyles, {
|
|
9616
9593
|
name: 'VdtItemMetadataFieldGroupRow'
|
|
9617
9594
|
})(PureItemMetadataFieldGroupRow);
|
|
9618
|
-
var ItemMetadataFormTable = styles$
|
|
9595
|
+
var ItemMetadataFormTable = styles$2B.withStyles(styles$20, {
|
|
9619
9596
|
name: 'VdtItemMetadataFormTable'
|
|
9620
9597
|
})(PureItemMetadataFormTable);
|
|
9621
9598
|
|
|
@@ -9654,7 +9631,7 @@ function ItemMetadataForm(_ref) {
|
|
|
9654
9631
|
}, saveText)));
|
|
9655
9632
|
}
|
|
9656
9633
|
|
|
9657
|
-
var ItemMetadataForm$1 = styles$
|
|
9634
|
+
var ItemMetadataForm$1 = styles$2B.withStyles({}, {
|
|
9658
9635
|
name: 'VdtItemMetadataForm'
|
|
9659
9636
|
})(ItemMetadataForm);
|
|
9660
9637
|
|
|
@@ -9739,7 +9716,7 @@ function ownKeys$D(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
9739
9716
|
|
|
9740
9717
|
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__default["default"](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; }
|
|
9741
9718
|
|
|
9742
|
-
var styles$
|
|
9719
|
+
var styles$1$ = function styles(theme) {
|
|
9743
9720
|
return {
|
|
9744
9721
|
root: {
|
|
9745
9722
|
padding: 0,
|
|
@@ -9805,7 +9782,7 @@ function ItemMetadataListFieldItem(_ref) {
|
|
|
9805
9782
|
}));
|
|
9806
9783
|
}
|
|
9807
9784
|
|
|
9808
|
-
var ItemMetadataListFieldItem$1 = styles$
|
|
9785
|
+
var ItemMetadataListFieldItem$1 = styles$2B.withStyles(styles$1$, {
|
|
9809
9786
|
name: 'VdtItemMetadataListFieldItem'
|
|
9810
9787
|
})(ItemMetadataListFieldItem);
|
|
9811
9788
|
|
|
@@ -9817,7 +9794,7 @@ function ownKeys$C(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
9817
9794
|
|
|
9818
9795
|
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__default["default"](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; }
|
|
9819
9796
|
|
|
9820
|
-
var styles$
|
|
9797
|
+
var styles$1_ = function styles(theme) {
|
|
9821
9798
|
return {
|
|
9822
9799
|
root: {
|
|
9823
9800
|
padding: 0
|
|
@@ -9906,7 +9883,7 @@ function ItemMetadataListFieldGroupItem(_ref) {
|
|
|
9906
9883
|
}))));
|
|
9907
9884
|
}
|
|
9908
9885
|
|
|
9909
|
-
var ItemMetadataListFieldGroupItem$1 = styles$
|
|
9886
|
+
var ItemMetadataListFieldGroupItem$1 = styles$2B.withStyles(styles$1_, {
|
|
9910
9887
|
name: 'VdtItemMetadataListFieldGroupItem'
|
|
9911
9888
|
})(ItemMetadataListFieldGroupItem);
|
|
9912
9889
|
|
|
@@ -9914,7 +9891,7 @@ var _excluded$$ = ["classes", "className", "fields", "groups", "showFieldName",
|
|
|
9914
9891
|
_excluded2$9 = ["name"],
|
|
9915
9892
|
_excluded3$2 = ["name"];
|
|
9916
9893
|
|
|
9917
|
-
var styles$
|
|
9894
|
+
var styles$1Z = function styles() {
|
|
9918
9895
|
return {
|
|
9919
9896
|
root: {
|
|
9920
9897
|
width: '100%',
|
|
@@ -9971,7 +9948,7 @@ function ItemMetadataList(_ref) {
|
|
|
9971
9948
|
}));
|
|
9972
9949
|
}
|
|
9973
9950
|
|
|
9974
|
-
var ItemMetadataList$1 = styles$
|
|
9951
|
+
var ItemMetadataList$1 = styles$2B.withStyles(styles$1Z, {
|
|
9975
9952
|
name: 'VdtItemMetadataList'
|
|
9976
9953
|
})(ItemMetadataList);
|
|
9977
9954
|
|
|
@@ -10065,7 +10042,7 @@ function ItemMetadataTab(_ref) {
|
|
|
10065
10042
|
}))));
|
|
10066
10043
|
}
|
|
10067
10044
|
|
|
10068
|
-
var ItemMetadataTab$1 = styles$
|
|
10045
|
+
var ItemMetadataTab$1 = styles$2B.withStyles({}, {
|
|
10069
10046
|
name: 'VdtItemMetadataTab'
|
|
10070
10047
|
})(ItemMetadataTab);
|
|
10071
10048
|
|
|
@@ -10202,7 +10179,7 @@ function ItemFieldGroupTab(_ref) {
|
|
|
10202
10179
|
}))));
|
|
10203
10180
|
}
|
|
10204
10181
|
|
|
10205
|
-
var ItemFieldGroupTab$1 = styles$
|
|
10182
|
+
var ItemFieldGroupTab$1 = styles$2B.withStyles({}, {
|
|
10206
10183
|
name: 'VdtItemFieldGroupTab'
|
|
10207
10184
|
})(ItemFieldGroupTab);
|
|
10208
10185
|
|
|
@@ -15744,7 +15721,7 @@ function ownKeys$B(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
15744
15721
|
|
|
15745
15722
|
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__default["default"](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; }
|
|
15746
15723
|
|
|
15747
|
-
var styles$
|
|
15724
|
+
var styles$1Y = function styles(theme) {
|
|
15748
15725
|
return {
|
|
15749
15726
|
TableCellLabel: _objectSpread$B({
|
|
15750
15727
|
borderStyle: 'none'
|
|
@@ -15777,7 +15754,7 @@ function TableRow(_ref) {
|
|
|
15777
15754
|
}, value !== undefined ? formatValue(value) : ''));
|
|
15778
15755
|
}
|
|
15779
15756
|
|
|
15780
|
-
var TableRow$1 = styles$
|
|
15757
|
+
var TableRow$1 = styles$2B.withStyles(styles$1Y)(TableRow);
|
|
15781
15758
|
|
|
15782
15759
|
function AudioComponentTypeTableBody(_ref) {
|
|
15783
15760
|
var className = _ref.className,
|
|
@@ -16103,7 +16080,7 @@ function ShapeTypeTableBody(_ref2) {
|
|
|
16103
16080
|
}));
|
|
16104
16081
|
}
|
|
16105
16082
|
|
|
16106
|
-
var styles$
|
|
16083
|
+
var styles$1X = function styles() {
|
|
16107
16084
|
return {
|
|
16108
16085
|
MenuIconButton: {},
|
|
16109
16086
|
MenuIcon: {},
|
|
@@ -16191,7 +16168,7 @@ function ItemShapeMenu(_ref) {
|
|
|
16191
16168
|
}));
|
|
16192
16169
|
}
|
|
16193
16170
|
|
|
16194
|
-
var ItemShapeMenu$1 = styles$
|
|
16171
|
+
var ItemShapeMenu$1 = styles$2B.withStyles(styles$1X, {
|
|
16195
16172
|
name: 'VdtItemShapeMenu'
|
|
16196
16173
|
})(ItemShapeMenu);
|
|
16197
16174
|
|
|
@@ -16255,7 +16232,7 @@ function ItemShapeRow(_ref) {
|
|
|
16255
16232
|
})))))));
|
|
16256
16233
|
}
|
|
16257
16234
|
|
|
16258
|
-
var styles$
|
|
16235
|
+
var styles$1W = function styles() {
|
|
16259
16236
|
return {
|
|
16260
16237
|
root: {
|
|
16261
16238
|
width: '100%'
|
|
@@ -16320,10 +16297,10 @@ ItemShapeTable.defaultProps = {
|
|
|
16320
16297
|
canExpand: true
|
|
16321
16298
|
};
|
|
16322
16299
|
|
|
16323
|
-
var Component$
|
|
16300
|
+
var Component$S = styles$2B.withStyles(styles$1W, {
|
|
16324
16301
|
name: 'VdtItemShapeTable'
|
|
16325
16302
|
})(ItemShapeTable);
|
|
16326
|
-
Component$
|
|
16303
|
+
Component$S.displayName = 'ItemShapeTable';
|
|
16327
16304
|
|
|
16328
16305
|
var _excluded$Z = ["itemId", "hidden"];
|
|
16329
16306
|
var queryParams$2 = {
|
|
@@ -16364,7 +16341,7 @@ function ItemShapeTab(_ref) {
|
|
|
16364
16341
|
|
|
16365
16342
|
hiddenRef.current = hidden;
|
|
16366
16343
|
}, [hidden, onRefresh]);
|
|
16367
|
-
return /*#__PURE__*/React__default["default"].createElement(Component$
|
|
16344
|
+
return /*#__PURE__*/React__default["default"].createElement(Component$S, _extends__default["default"]({
|
|
16368
16345
|
itemId: itemId,
|
|
16369
16346
|
itemType: itemType,
|
|
16370
16347
|
onRemove: onRemove
|
|
@@ -16396,7 +16373,7 @@ function MetadataTypeTableBody(_ref) {
|
|
|
16396
16373
|
}));
|
|
16397
16374
|
}
|
|
16398
16375
|
|
|
16399
|
-
var styles$
|
|
16376
|
+
var styles$1V = function styles() {
|
|
16400
16377
|
return {
|
|
16401
16378
|
root: {
|
|
16402
16379
|
width: '100%'
|
|
@@ -16442,10 +16419,10 @@ ItemSourceTable.defaultProps = {
|
|
|
16442
16419
|
classes: {}
|
|
16443
16420
|
};
|
|
16444
16421
|
|
|
16445
|
-
var Component$
|
|
16422
|
+
var Component$R = styles$2B.withStyles(styles$1V, {
|
|
16446
16423
|
name: 'VdtItemSourceTable'
|
|
16447
16424
|
})(ItemSourceTable);
|
|
16448
|
-
Component$
|
|
16425
|
+
Component$R.displayName = 'ItemSourceTable';
|
|
16449
16426
|
|
|
16450
16427
|
var queryParams$1 = {
|
|
16451
16428
|
content: ['shape', 'metadata'],
|
|
@@ -16459,7 +16436,7 @@ function ItemSourceTab(_ref) {
|
|
|
16459
16436
|
return /*#__PURE__*/React__default["default"].createElement(vdtReact.GetItem, {
|
|
16460
16437
|
itemId: itemId,
|
|
16461
16438
|
queryParams: queryParams$1
|
|
16462
|
-
}, /*#__PURE__*/React__default["default"].createElement(Component$
|
|
16439
|
+
}, /*#__PURE__*/React__default["default"].createElement(Component$R, null));
|
|
16463
16440
|
}
|
|
16464
16441
|
|
|
16465
16442
|
function ItemPosterDialog(_ref) {
|
|
@@ -16513,7 +16490,7 @@ function ItemPosterDialog(_ref) {
|
|
|
16513
16490
|
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; }
|
|
16514
16491
|
|
|
16515
16492
|
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__default["default"](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; }
|
|
16516
|
-
var styles$
|
|
16493
|
+
var styles$1U = function styles(theme) {
|
|
16517
16494
|
return {
|
|
16518
16495
|
root: {
|
|
16519
16496
|
color: theme.palette.common.white,
|
|
@@ -16562,10 +16539,10 @@ MediaCardThumbnailLabel.defaultProps = {
|
|
|
16562
16539
|
style: {}
|
|
16563
16540
|
};
|
|
16564
16541
|
|
|
16565
|
-
var Component$
|
|
16542
|
+
var Component$Q = styles$2B.withStyles(styles$1U, {
|
|
16566
16543
|
name: 'VdtMediaCardThumbnailLabel'
|
|
16567
16544
|
})(MediaCardThumbnailLabel);
|
|
16568
|
-
Component$
|
|
16545
|
+
Component$Q.displayName = 'MediaCardThumbnailLabel';
|
|
16569
16546
|
|
|
16570
16547
|
var formatDurationSeconds = function formatDurationSeconds(durationSeconds) {
|
|
16571
16548
|
var hours = Math.floor(durationSeconds / 3600);
|
|
@@ -16584,7 +16561,7 @@ function MediaCardDurationLabel(_ref) {
|
|
|
16584
16561
|
var seconds = Number(label);
|
|
16585
16562
|
if (seconds === 0) return null;
|
|
16586
16563
|
var formattedDuration = formatDurationSeconds(seconds);
|
|
16587
|
-
return /*#__PURE__*/React__default["default"].createElement(Component$
|
|
16564
|
+
return /*#__PURE__*/React__default["default"].createElement(Component$Q, {
|
|
16588
16565
|
className: className,
|
|
16589
16566
|
classes: classes,
|
|
16590
16567
|
style: style,
|
|
@@ -16593,7 +16570,7 @@ function MediaCardDurationLabel(_ref) {
|
|
|
16593
16570
|
}
|
|
16594
16571
|
|
|
16595
16572
|
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"];
|
|
16596
|
-
var styles$
|
|
16573
|
+
var styles$1T = function styles(theme) {
|
|
16597
16574
|
return {
|
|
16598
16575
|
root: {},
|
|
16599
16576
|
container: {
|
|
@@ -16840,16 +16817,16 @@ MediaCardThumbnail.defaultProps = {
|
|
|
16840
16817
|
primaryColor: undefined,
|
|
16841
16818
|
onClick: undefined,
|
|
16842
16819
|
labelLeftTop: undefined,
|
|
16843
|
-
LabelComponentLeftTop: Component$
|
|
16820
|
+
LabelComponentLeftTop: Component$Q,
|
|
16844
16821
|
LabelPropsLeftTop: {},
|
|
16845
16822
|
labelLeftBottom: undefined,
|
|
16846
|
-
LabelComponentLeftBottom: Component$
|
|
16823
|
+
LabelComponentLeftBottom: Component$Q,
|
|
16847
16824
|
LabelPropsLeftBottom: {},
|
|
16848
16825
|
labelRightTop: undefined,
|
|
16849
|
-
LabelComponentRightTop: Component$
|
|
16826
|
+
LabelComponentRightTop: Component$Q,
|
|
16850
16827
|
LabelPropsRightTop: {},
|
|
16851
16828
|
labelRightBottom: undefined,
|
|
16852
|
-
LabelComponentRightBottom: Component$
|
|
16829
|
+
LabelComponentRightBottom: Component$Q,
|
|
16853
16830
|
LabelPropsRightBottom: {},
|
|
16854
16831
|
innerProps: {},
|
|
16855
16832
|
scrubOnHover: true,
|
|
@@ -16859,12 +16836,12 @@ MediaCardThumbnail.defaultProps = {
|
|
|
16859
16836
|
ScrubLabelProps: {}
|
|
16860
16837
|
};
|
|
16861
16838
|
|
|
16862
|
-
var Component$
|
|
16839
|
+
var Component$P = styles$2B.withStyles(styles$1T, {
|
|
16863
16840
|
name: 'VdtMediaCardThumbnail'
|
|
16864
16841
|
})(MediaCardThumbnail);
|
|
16865
|
-
Component$
|
|
16842
|
+
Component$P.displayName = 'MediaCardThumbnail';
|
|
16866
16843
|
|
|
16867
|
-
var styles$
|
|
16844
|
+
var styles$1S = function styles(theme) {
|
|
16868
16845
|
return {
|
|
16869
16846
|
root: {},
|
|
16870
16847
|
posterRoot: {
|
|
@@ -16882,7 +16859,7 @@ function ItemPosterList(_ref) {
|
|
|
16882
16859
|
imgList = _ref$imgList === void 0 ? [] : _ref$imgList,
|
|
16883
16860
|
handleOpen = _ref.handleOpen,
|
|
16884
16861
|
_ref$MediaCardThumbna = _ref.MediaCardThumbnailComponent,
|
|
16885
|
-
MediaCardThumbnailComponent = _ref$MediaCardThumbna === void 0 ? Component$
|
|
16862
|
+
MediaCardThumbnailComponent = _ref$MediaCardThumbna === void 0 ? Component$P : _ref$MediaCardThumbna,
|
|
16886
16863
|
_ref$MediaCardThumbna2 = _ref.MediaCardThumbnailProps,
|
|
16887
16864
|
MediaCardThumbnailProps = _ref$MediaCardThumbna2 === void 0 ? {} : _ref$MediaCardThumbna2;
|
|
16888
16865
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -16910,7 +16887,7 @@ function ItemPosterList(_ref) {
|
|
|
16910
16887
|
}));
|
|
16911
16888
|
}
|
|
16912
16889
|
|
|
16913
|
-
var ItemPosterList$1 = styles$
|
|
16890
|
+
var ItemPosterList$1 = styles$2B.withStyles(styles$1S, {
|
|
16914
16891
|
name: 'VdtItemPosterList'
|
|
16915
16892
|
})(ItemPosterList);
|
|
16916
16893
|
|
|
@@ -17084,7 +17061,7 @@ var IMAGE_MIMETYPE_PREFIX = 'image';
|
|
|
17084
17061
|
var COLLECTION$4 = 'collection';
|
|
17085
17062
|
var FILE$1 = 'file';
|
|
17086
17063
|
var PLACEHOLDER = 'placeholder';
|
|
17087
|
-
var styles$
|
|
17064
|
+
var styles$1R = {};
|
|
17088
17065
|
function MimeTypeIcon(_ref) {
|
|
17089
17066
|
var className = _ref.className,
|
|
17090
17067
|
classes = _ref.classes,
|
|
@@ -17145,12 +17122,12 @@ MimeTypeIcon.defaultProps = {
|
|
|
17145
17122
|
collectionIcon: FolderIcon__default["default"]
|
|
17146
17123
|
};
|
|
17147
17124
|
|
|
17148
|
-
var Component$
|
|
17125
|
+
var Component$O = styles$2B.withStyles(styles$1R, {
|
|
17149
17126
|
name: 'VdtMimeTypeIcon'
|
|
17150
17127
|
})(MimeTypeIcon);
|
|
17151
|
-
Component$
|
|
17128
|
+
Component$O.displayName = 'MimeTypeIcon';
|
|
17152
17129
|
|
|
17153
|
-
var styles$
|
|
17130
|
+
var styles$1Q = {
|
|
17154
17131
|
root: {
|
|
17155
17132
|
transition: 'background-color .2s ease-out'
|
|
17156
17133
|
},
|
|
@@ -17167,7 +17144,7 @@ function MediaCardAvatar(_ref) {
|
|
|
17167
17144
|
_ref$variant = _ref.variant,
|
|
17168
17145
|
variant = _ref$variant === void 0 ? 'square' : _ref$variant,
|
|
17169
17146
|
_ref$MimeTypeComponen = _ref.MimeTypeComponent,
|
|
17170
|
-
MimeTypeComponent = _ref$MimeTypeComponen === void 0 ? Component$
|
|
17147
|
+
MimeTypeComponent = _ref$MimeTypeComponen === void 0 ? Component$O : _ref$MimeTypeComponen,
|
|
17171
17148
|
_ref$MimeTypeProps = _ref.MimeTypeProps,
|
|
17172
17149
|
MimeTypeProps = _ref$MimeTypeProps === void 0 ? {} : _ref$MimeTypeProps,
|
|
17173
17150
|
_ref$SkeletonProps = _ref.SkeletonProps,
|
|
@@ -17208,20 +17185,20 @@ MediaCardAvatar.defaultProps = {
|
|
|
17208
17185
|
avatar: undefined,
|
|
17209
17186
|
skeleton: false,
|
|
17210
17187
|
variant: 'square',
|
|
17211
|
-
MimeTypeComponent: Component$
|
|
17188
|
+
MimeTypeComponent: Component$O,
|
|
17212
17189
|
MimeTypeProps: {},
|
|
17213
17190
|
SkeletonProps: {},
|
|
17214
17191
|
AvatarProps: {}
|
|
17215
17192
|
};
|
|
17216
17193
|
|
|
17217
|
-
var Component$
|
|
17194
|
+
var Component$N = styles$2B.withStyles(styles$1Q, {
|
|
17218
17195
|
name: 'VdtMediaCardAvatar'
|
|
17219
17196
|
})(MediaCardAvatar);
|
|
17220
|
-
Component$
|
|
17197
|
+
Component$N.displayName = 'MediaCardAvatar';
|
|
17221
17198
|
|
|
17222
17199
|
var _excluded$W = ["className", "classes", "checked", "handleHover", "children", "innerProps"];
|
|
17223
17200
|
|
|
17224
|
-
var styles$
|
|
17201
|
+
var styles$1P = function styles(theme) {
|
|
17225
17202
|
return {
|
|
17226
17203
|
root: {
|
|
17227
17204
|
width: 'inherit',
|
|
@@ -17241,7 +17218,7 @@ var styles$1O = function styles(theme) {
|
|
|
17241
17218
|
}
|
|
17242
17219
|
},
|
|
17243
17220
|
'& .MuiCardHeader-root': {
|
|
17244
|
-
backgroundColor: theme.palette.type === 'dark' ? styles$
|
|
17221
|
+
backgroundColor: theme.palette.type === 'dark' ? styles$2B.emphasize(theme.palette.background.paper, 0.1) : undefined,
|
|
17245
17222
|
color: theme.palette.type === 'dark' ? theme.palette.common.white : undefined
|
|
17246
17223
|
}
|
|
17247
17224
|
},
|
|
@@ -17269,7 +17246,7 @@ function MediaCardCard(_ref) {
|
|
|
17269
17246
|
}, CardProps), children);
|
|
17270
17247
|
}
|
|
17271
17248
|
|
|
17272
|
-
var MediaCardCard$1 = styles$
|
|
17249
|
+
var MediaCardCard$1 = styles$2B.withStyles(styles$1P, {
|
|
17273
17250
|
name: 'VdtMediaCardCard'
|
|
17274
17251
|
})(MediaCardCard);
|
|
17275
17252
|
|
|
@@ -17296,7 +17273,7 @@ function MediaCardContent(_ref) {
|
|
|
17296
17273
|
})))));
|
|
17297
17274
|
}
|
|
17298
17275
|
|
|
17299
|
-
var useStyles$1 = styles$
|
|
17276
|
+
var useStyles$1 = styles$2B.makeStyles({
|
|
17300
17277
|
colorDefault: {
|
|
17301
17278
|
color: function color(props) {
|
|
17302
17279
|
return props.primaryColor;
|
|
@@ -17357,7 +17334,7 @@ function MediaCardMenu(_ref) {
|
|
|
17357
17334
|
}, /*#__PURE__*/React__default["default"].createElement(MenuItem__default["default"], null, "First"), /*#__PURE__*/React__default["default"].createElement(MenuItem__default["default"], null, "Second"), /*#__PURE__*/React__default["default"].createElement(MenuItem__default["default"], null, "Third")));
|
|
17358
17335
|
}
|
|
17359
17336
|
|
|
17360
|
-
var useStyles = styles$
|
|
17337
|
+
var useStyles = styles$2B.makeStyles({
|
|
17361
17338
|
root: {
|
|
17362
17339
|
paddingLeft: 8,
|
|
17363
17340
|
paddingRight: 0,
|
|
@@ -17393,7 +17370,7 @@ function MediaCardHeader(_ref) {
|
|
|
17393
17370
|
handleChecked = _ref.handleChecked,
|
|
17394
17371
|
avatar = _ref.avatar,
|
|
17395
17372
|
_ref$AvatarComponent = _ref.AvatarComponent,
|
|
17396
|
-
AvatarComponent = _ref$AvatarComponent === void 0 ? Component$
|
|
17373
|
+
AvatarComponent = _ref$AvatarComponent === void 0 ? Component$N : _ref$AvatarComponent,
|
|
17397
17374
|
_ref$AvatarProps = _ref.AvatarProps,
|
|
17398
17375
|
AvatarProps = _ref$AvatarProps === void 0 ? {} : _ref$AvatarProps,
|
|
17399
17376
|
_ref$MenuComponent = _ref.MenuComponent,
|
|
@@ -17438,7 +17415,7 @@ var _excluded$V = ["className", "classes", "onHover", "onCheck", "onClick", "che
|
|
|
17438
17415
|
* MediaCard displays information, thumbnail and action buttons
|
|
17439
17416
|
*/
|
|
17440
17417
|
|
|
17441
|
-
var styles$
|
|
17418
|
+
var styles$1O = function styles() {
|
|
17442
17419
|
return {
|
|
17443
17420
|
root: {}
|
|
17444
17421
|
};
|
|
@@ -17571,10 +17548,10 @@ MediaCard.defaultProps = {
|
|
|
17571
17548
|
avatar: undefined,
|
|
17572
17549
|
CardComponent: MediaCardCard$1,
|
|
17573
17550
|
HeaderComponent: MediaCardHeader,
|
|
17574
|
-
ThumbnailComponent: Component$
|
|
17551
|
+
ThumbnailComponent: Component$P,
|
|
17575
17552
|
ContentComponent: MediaCardContent,
|
|
17576
17553
|
ActionsComponent: MediaCardActions,
|
|
17577
|
-
AvatarComponent: Component$
|
|
17554
|
+
AvatarComponent: Component$N,
|
|
17578
17555
|
MenuComponent: MediaCardMenu,
|
|
17579
17556
|
CardProps: {},
|
|
17580
17557
|
HeaderProps: {},
|
|
@@ -17585,10 +17562,10 @@ MediaCard.defaultProps = {
|
|
|
17585
17562
|
MenuProps: {}
|
|
17586
17563
|
};
|
|
17587
17564
|
|
|
17588
|
-
var Component$
|
|
17565
|
+
var Component$M = styles$2B.withStyles(styles$1O, {
|
|
17589
17566
|
name: 'VdtMediaCard'
|
|
17590
17567
|
})(MediaCard);
|
|
17591
|
-
Component$
|
|
17568
|
+
Component$M.displayName = 'MediaCard';
|
|
17592
17569
|
|
|
17593
17570
|
function CollectionAvatar() {
|
|
17594
17571
|
return /*#__PURE__*/React__default["default"].createElement(core.Avatar, {
|
|
@@ -17597,7 +17574,7 @@ function CollectionAvatar() {
|
|
|
17597
17574
|
}
|
|
17598
17575
|
|
|
17599
17576
|
var _excluded$U = ["collectionType", "MediaCardComponent", "AvatarComponent", "ThumbnailComponent", "MenuComponent", "ContentComponent", "ActionsComponent", "metadataToProps", "parseMetadataOpts", "titleSelector", "subheaderSelector"];
|
|
17600
|
-
var styles$
|
|
17577
|
+
var styles$1N = {};
|
|
17601
17578
|
|
|
17602
17579
|
var metadataToProps$3 = function metadataToProps(_ref) {
|
|
17603
17580
|
var collectionType = _ref.collectionType,
|
|
@@ -17667,7 +17644,7 @@ CollectionCard.defaultProps = {
|
|
|
17667
17644
|
joinValue: ', ',
|
|
17668
17645
|
flat: true
|
|
17669
17646
|
},
|
|
17670
|
-
MediaCardComponent: Component$
|
|
17647
|
+
MediaCardComponent: Component$M,
|
|
17671
17648
|
AvatarComponent: CollectionAvatar,
|
|
17672
17649
|
ThumbnailComponent: null,
|
|
17673
17650
|
MenuComponent: null,
|
|
@@ -17681,12 +17658,12 @@ CollectionCard.defaultProps = {
|
|
|
17681
17658
|
}
|
|
17682
17659
|
};
|
|
17683
17660
|
|
|
17684
|
-
var Component$
|
|
17661
|
+
var Component$L = styles$2B.withStyles(styles$1N, {
|
|
17685
17662
|
name: 'VdtCollectionCard'
|
|
17686
17663
|
})(CollectionCard);
|
|
17687
|
-
Component$
|
|
17664
|
+
Component$L.displayName = 'CollectionCard';
|
|
17688
17665
|
|
|
17689
|
-
var styles$
|
|
17666
|
+
var styles$1M = {
|
|
17690
17667
|
root: {
|
|
17691
17668
|
display: 'flex',
|
|
17692
17669
|
flexWrap: 'wrap',
|
|
@@ -17807,8 +17784,13 @@ ImageCollage.defaultProps = {
|
|
|
17807
17784
|
}
|
|
17808
17785
|
};
|
|
17809
17786
|
|
|
17787
|
+
var Component$K = styles$2B.withStyles(styles$1M, {
|
|
17788
|
+
name: 'VdtImageCollage'
|
|
17789
|
+
})(ImageCollage);
|
|
17790
|
+
Component$K.displayName = 'ImageCollage';
|
|
17791
|
+
|
|
17810
17792
|
var _excluded$T = ["classes", "className", "component", "height", "width", "primaryColor", "onClick", "onError", "innerProps", "ImageCollageProps"];
|
|
17811
|
-
var styles$
|
|
17793
|
+
var styles$1L = function styles() {
|
|
17812
17794
|
return {
|
|
17813
17795
|
root: {},
|
|
17814
17796
|
isClickable: {
|
|
@@ -17890,7 +17872,7 @@ function CollectionCardThumbnail(_ref) {
|
|
|
17890
17872
|
width: width,
|
|
17891
17873
|
backgroundColor: thumbnailUrls.length ? undefined : primaryColor
|
|
17892
17874
|
}
|
|
17893
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
17875
|
+
}, /*#__PURE__*/React__default["default"].createElement(Component$K, _extends__default["default"]({
|
|
17894
17876
|
className: "VdtCollectionCardThumbnail-image",
|
|
17895
17877
|
urls: thumbnailUrls,
|
|
17896
17878
|
onError: handleError
|
|
@@ -17921,7 +17903,7 @@ CollectionCardThumbnail.propTypes = {
|
|
|
17921
17903
|
ImageCollageProps: PropTypes$1.objectOf(PropTypes$1.any)
|
|
17922
17904
|
};
|
|
17923
17905
|
CollectionCardThumbnail.defaultProps = {
|
|
17924
|
-
className:
|
|
17906
|
+
className: '',
|
|
17925
17907
|
classes: {},
|
|
17926
17908
|
component: 'div',
|
|
17927
17909
|
height: 180,
|
|
@@ -17933,7 +17915,7 @@ CollectionCardThumbnail.defaultProps = {
|
|
|
17933
17915
|
ImageCollageProps: {}
|
|
17934
17916
|
};
|
|
17935
17917
|
|
|
17936
|
-
var Component$J = styles$
|
|
17918
|
+
var Component$J = styles$2B.withStyles(styles$1L, {
|
|
17937
17919
|
name: 'VdtCollectionCardThumbnail'
|
|
17938
17920
|
})(CollectionCardThumbnail);
|
|
17939
17921
|
Component$J.displayName = 'CollectionCardThumbnail';
|
|
@@ -17941,7 +17923,7 @@ Component$J.displayName = 'CollectionCardThumbnail';
|
|
|
17941
17923
|
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; }
|
|
17942
17924
|
|
|
17943
17925
|
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__default["default"](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; }
|
|
17944
|
-
var styles$
|
|
17926
|
+
var styles$1K = {
|
|
17945
17927
|
root: {}
|
|
17946
17928
|
};
|
|
17947
17929
|
function CollectionGrid(_ref) {
|
|
@@ -18006,7 +17988,7 @@ CollectionGrid.defaultProps = {
|
|
|
18006
17988
|
className: undefined,
|
|
18007
17989
|
classes: {},
|
|
18008
17990
|
collectionListType: {},
|
|
18009
|
-
CollectionCardComponent: Component$
|
|
17991
|
+
CollectionCardComponent: Component$L,
|
|
18010
17992
|
CollectionCardProps: {},
|
|
18011
17993
|
GridContainerProps: {},
|
|
18012
17994
|
GridItemProps: {},
|
|
@@ -18014,7 +17996,7 @@ CollectionGrid.defaultProps = {
|
|
|
18014
17996
|
onCollectionClick: null
|
|
18015
17997
|
};
|
|
18016
17998
|
|
|
18017
|
-
var Component$I = styles$
|
|
17999
|
+
var Component$I = styles$2B.withStyles(styles$1K, {
|
|
18018
18000
|
name: 'VdtCollectionGrid'
|
|
18019
18001
|
})(CollectionGrid);
|
|
18020
18002
|
Component$I.displayName = 'CollectionGrid';
|
|
@@ -18035,7 +18017,7 @@ var defaultMetadataToProps = function defaultMetadataToProps(_ref) {
|
|
|
18035
18017
|
});
|
|
18036
18018
|
};
|
|
18037
18019
|
|
|
18038
|
-
var styles$
|
|
18020
|
+
var styles$1J = function styles() {
|
|
18039
18021
|
return {
|
|
18040
18022
|
root: {}
|
|
18041
18023
|
};
|
|
@@ -18129,13 +18111,13 @@ CollectionRow.defaultProps = {
|
|
|
18129
18111
|
TableRowProps: {}
|
|
18130
18112
|
};
|
|
18131
18113
|
|
|
18132
|
-
var Component$H = styles$
|
|
18114
|
+
var Component$H = styles$2B.withStyles(styles$1J, {
|
|
18133
18115
|
name: 'VdtCollectionRow'
|
|
18134
18116
|
})(CollectionRow);
|
|
18135
18117
|
Component$H.displayName = 'CollectionRow';
|
|
18136
18118
|
|
|
18137
18119
|
var _excluded$R = ["classes", "className", "collectionListType", "RowComponent", "options", "onCheck", "selected", "onRowClick"];
|
|
18138
|
-
var styles$
|
|
18120
|
+
var styles$1I = function styles() {
|
|
18139
18121
|
return {
|
|
18140
18122
|
root: {}
|
|
18141
18123
|
};
|
|
@@ -18208,7 +18190,7 @@ CollectionTable.defaultProps = {
|
|
|
18208
18190
|
onRowClick: undefined
|
|
18209
18191
|
};
|
|
18210
18192
|
|
|
18211
|
-
var Component$G = styles$
|
|
18193
|
+
var Component$G = styles$2B.withStyles(styles$1I, {
|
|
18212
18194
|
name: 'VdtCollectionTable'
|
|
18213
18195
|
})(CollectionTable);
|
|
18214
18196
|
Component$G.displayName = 'CollectionTable';
|
|
@@ -18974,17 +18956,17 @@ withDrop.defaultProps = {
|
|
|
18974
18956
|
acceptedEntityTypes: ACCEPTED_ENTITY_TYPES
|
|
18975
18957
|
};
|
|
18976
18958
|
|
|
18977
|
-
var styles$
|
|
18959
|
+
var styles$1H = {
|
|
18978
18960
|
isDragging: {
|
|
18979
18961
|
opacity: 0.5,
|
|
18980
18962
|
cursor: 'move'
|
|
18981
18963
|
}
|
|
18982
18964
|
};
|
|
18983
|
-
var TreeItemDraggable = vdtReact.compose(core.withStyles(styles$
|
|
18965
|
+
var TreeItemDraggable = vdtReact.compose(core.withStyles(styles$1H, {
|
|
18984
18966
|
name: 'VdtTreeItemDraggable'
|
|
18985
18967
|
}), withDrag)(TreeItem__default["default"]);
|
|
18986
18968
|
|
|
18987
|
-
var styles$
|
|
18969
|
+
var styles$1G = function styles() {
|
|
18988
18970
|
return {
|
|
18989
18971
|
root: {}
|
|
18990
18972
|
};
|
|
@@ -19011,7 +18993,7 @@ function ItemLabel(_ref) {
|
|
|
19011
18993
|
className: clsx__default["default"](className, classes.root, 'VdtItemLabel-root'),
|
|
19012
18994
|
display: "flex",
|
|
19013
18995
|
alignItems: "flex-end"
|
|
19014
|
-
}, /*#__PURE__*/React__default["default"].createElement(Component$
|
|
18996
|
+
}, /*#__PURE__*/React__default["default"].createElement(Component$O, {
|
|
19015
18997
|
mimeType: mimeType
|
|
19016
18998
|
}), /*#__PURE__*/React__default["default"].createElement(core.Typography, {
|
|
19017
18999
|
style: {
|
|
@@ -19020,11 +19002,11 @@ function ItemLabel(_ref) {
|
|
|
19020
19002
|
}, label));
|
|
19021
19003
|
}
|
|
19022
19004
|
|
|
19023
|
-
var ItemLabel$1 = core.withStyles(styles$
|
|
19005
|
+
var ItemLabel$1 = core.withStyles(styles$1G, {
|
|
19024
19006
|
name: 'VdtItemLabel'
|
|
19025
19007
|
})(ItemLabel);
|
|
19026
19008
|
|
|
19027
|
-
var styles$
|
|
19009
|
+
var styles$1F = function styles(theme) {
|
|
19028
19010
|
return {
|
|
19029
19011
|
isOver: {
|
|
19030
19012
|
backgroundColor: theme.palette.primary.main
|
|
@@ -19032,11 +19014,11 @@ var styles$1E = function styles(theme) {
|
|
|
19032
19014
|
};
|
|
19033
19015
|
};
|
|
19034
19016
|
|
|
19035
|
-
var ItemLabelDroppable = vdtReact.compose(core.withStyles(styles$
|
|
19017
|
+
var ItemLabelDroppable = vdtReact.compose(core.withStyles(styles$1F, {
|
|
19036
19018
|
name: 'VdtItemLabelDroppable'
|
|
19037
19019
|
}), withDrop)(ItemLabel$1);
|
|
19038
19020
|
|
|
19039
|
-
var styles$
|
|
19021
|
+
var styles$1E = {
|
|
19040
19022
|
root: {}
|
|
19041
19023
|
};
|
|
19042
19024
|
|
|
@@ -19074,11 +19056,11 @@ function ItemTreeItem(_ref) {
|
|
|
19074
19056
|
}, TreeItemProps));
|
|
19075
19057
|
}
|
|
19076
19058
|
|
|
19077
|
-
var ItemTreeItem$1 = core.withStyles(styles$
|
|
19059
|
+
var ItemTreeItem$1 = core.withStyles(styles$1E, {
|
|
19078
19060
|
name: 'VdtItemTreeItem'
|
|
19079
19061
|
})(ItemTreeItem);
|
|
19080
19062
|
|
|
19081
|
-
var styles$
|
|
19063
|
+
var styles$1D = {
|
|
19082
19064
|
root: {}
|
|
19083
19065
|
};
|
|
19084
19066
|
|
|
@@ -19110,11 +19092,11 @@ function CollectionLabel(_ref) {
|
|
|
19110
19092
|
}, collectionLabel));
|
|
19111
19093
|
}
|
|
19112
19094
|
|
|
19113
|
-
var CollectionLabel$1 = core.withStyles(styles$
|
|
19095
|
+
var CollectionLabel$1 = core.withStyles(styles$1D, {
|
|
19114
19096
|
name: 'CollectionLabel'
|
|
19115
19097
|
})(CollectionLabel);
|
|
19116
19098
|
|
|
19117
|
-
var styles$
|
|
19099
|
+
var styles$1C = function styles(theme) {
|
|
19118
19100
|
return {
|
|
19119
19101
|
isOver: {
|
|
19120
19102
|
backgroundColor: theme.palette.primary.main
|
|
@@ -19122,7 +19104,7 @@ var styles$1B = function styles(theme) {
|
|
|
19122
19104
|
};
|
|
19123
19105
|
};
|
|
19124
19106
|
|
|
19125
|
-
var CollectionLabelDroppable = vdtReact.compose(core.withStyles(styles$
|
|
19107
|
+
var CollectionLabelDroppable = vdtReact.compose(core.withStyles(styles$1C, {
|
|
19126
19108
|
name: 'VdtCollectionLabelDroppable'
|
|
19127
19109
|
}), withDrop)(CollectionLabel$1);
|
|
19128
19110
|
|
|
@@ -19161,7 +19143,7 @@ var getStateWithParentCollection = function getStateWithParentCollection(state,
|
|
|
19161
19143
|
});
|
|
19162
19144
|
};
|
|
19163
19145
|
|
|
19164
|
-
var styles$
|
|
19146
|
+
var styles$1B = {
|
|
19165
19147
|
root: {}
|
|
19166
19148
|
};
|
|
19167
19149
|
function CollectionTreeList(_ref) {
|
|
@@ -19436,7 +19418,7 @@ function CollectionTreeList(_ref) {
|
|
|
19436
19418
|
}) : undefined);
|
|
19437
19419
|
}
|
|
19438
19420
|
|
|
19439
|
-
var Component$F = styles$
|
|
19421
|
+
var Component$F = styles$2B.withStyles(styles$1B, {
|
|
19440
19422
|
name: 'VdtCollectionTreeList'
|
|
19441
19423
|
})(CollectionTreeList);
|
|
19442
19424
|
Component$F.displayName = 'CollectionTreeList';
|
|
@@ -19444,7 +19426,7 @@ Component$F.displayName = 'CollectionTreeList';
|
|
|
19444
19426
|
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; }
|
|
19445
19427
|
|
|
19446
19428
|
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__default["default"](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; }
|
|
19447
|
-
var styles$
|
|
19429
|
+
var styles$1A = function styles() {
|
|
19448
19430
|
return {
|
|
19449
19431
|
ListItemSecondaryAction: {
|
|
19450
19432
|
visibility: 'hidden'
|
|
@@ -19607,7 +19589,7 @@ CollectionListItem.defaultProps = {
|
|
|
19607
19589
|
onClick: undefined,
|
|
19608
19590
|
ActionComponent: undefined,
|
|
19609
19591
|
ActionProps: {},
|
|
19610
|
-
AvatarComponent: Component$
|
|
19592
|
+
AvatarComponent: Component$N,
|
|
19611
19593
|
AvatarProps: {},
|
|
19612
19594
|
ListItemProps: {},
|
|
19613
19595
|
parseMetadataOptions: {
|
|
@@ -19617,12 +19599,12 @@ CollectionListItem.defaultProps = {
|
|
|
19617
19599
|
skeleton: false
|
|
19618
19600
|
};
|
|
19619
19601
|
|
|
19620
|
-
var Component$E = styles$
|
|
19602
|
+
var Component$E = styles$2B.withStyles(styles$1A, {
|
|
19621
19603
|
name: 'VdtCollectionListItem'
|
|
19622
19604
|
})(CollectionListItem);
|
|
19623
19605
|
Component$E.displayName = 'CollectionListItem';
|
|
19624
19606
|
|
|
19625
|
-
var styles$
|
|
19607
|
+
var styles$1z = function styles() {
|
|
19626
19608
|
return {
|
|
19627
19609
|
root: {
|
|
19628
19610
|
width: '100%'
|
|
@@ -19667,7 +19649,7 @@ CollectionList.defaultProps = {
|
|
|
19667
19649
|
CollectionListItemProps: {}
|
|
19668
19650
|
};
|
|
19669
19651
|
|
|
19670
|
-
var Component$D = styles$
|
|
19652
|
+
var Component$D = styles$2B.withStyles(styles$1z, {
|
|
19671
19653
|
name: 'VdtCollectionList'
|
|
19672
19654
|
})(CollectionList);
|
|
19673
19655
|
Component$D.displayName = 'CollectionList';
|
|
@@ -19799,7 +19781,7 @@ function CollectionMetadataTab(_ref) {
|
|
|
19799
19781
|
}))));
|
|
19800
19782
|
}
|
|
19801
19783
|
|
|
19802
|
-
var CollectionMetadataTab$1 = styles$
|
|
19784
|
+
var CollectionMetadataTab$1 = styles$2B.withStyles({}, {
|
|
19803
19785
|
name: 'VdtCollectionMetadataTab'
|
|
19804
19786
|
})(CollectionMetadataTab);
|
|
19805
19787
|
|
|
@@ -19871,11 +19853,11 @@ function CollectionAccessTab(_ref) {
|
|
|
19871
19853
|
}, EntityAccessTableProps)));
|
|
19872
19854
|
}
|
|
19873
19855
|
|
|
19874
|
-
var CollectionAccessTab$1 = styles$
|
|
19856
|
+
var CollectionAccessTab$1 = styles$2B.withStyles({}, {
|
|
19875
19857
|
name: 'VdtCollectionAccessTab'
|
|
19876
19858
|
})(CollectionAccessTab);
|
|
19877
19859
|
|
|
19878
|
-
var styles$
|
|
19860
|
+
var styles$1y = function styles() {
|
|
19879
19861
|
return {
|
|
19880
19862
|
root: {}
|
|
19881
19863
|
};
|
|
@@ -19964,12 +19946,12 @@ CollectionCreateDialog.defaultProps = {
|
|
|
19964
19946
|
onSuccess: undefined
|
|
19965
19947
|
};
|
|
19966
19948
|
|
|
19967
|
-
var Component$C = styles$
|
|
19949
|
+
var Component$C = styles$2B.withStyles(styles$1y, {
|
|
19968
19950
|
name: 'VdtCollectionCreateDialog'
|
|
19969
19951
|
})(CollectionCreateDialog);
|
|
19970
19952
|
Component$C.displayName = 'CollectionCreateDialog';
|
|
19971
19953
|
|
|
19972
|
-
var styles$
|
|
19954
|
+
var styles$1x = function styles(theme) {
|
|
19973
19955
|
return {
|
|
19974
19956
|
root: {
|
|
19975
19957
|
alignItems: 'center',
|
|
@@ -20235,7 +20217,7 @@ SearchInput.defaultProps = {
|
|
|
20235
20217
|
inputRef: undefined
|
|
20236
20218
|
};
|
|
20237
20219
|
|
|
20238
|
-
var Component$B = styles$
|
|
20220
|
+
var Component$B = styles$2B.withStyles(styles$1x, {
|
|
20239
20221
|
name: 'VdtSearchInput'
|
|
20240
20222
|
})(SearchInput);
|
|
20241
20223
|
Component$B.displayName = 'SearchInput';
|
|
@@ -20250,41 +20232,39 @@ function PaginationWrapper$1(_ref) {
|
|
|
20250
20232
|
var _props$collectionList = props.collectionListType.hits,
|
|
20251
20233
|
count = _props$collectionList === void 0 ? 0 : _props$collectionList;
|
|
20252
20234
|
return /*#__PURE__*/React__default["default"].createElement(PaginationComponent, _extends__default["default"]({
|
|
20253
|
-
count: count
|
|
20235
|
+
count: count // eslint-disable-next-line react/jsx-props-no-spreading
|
|
20236
|
+
|
|
20254
20237
|
}, props));
|
|
20255
20238
|
}
|
|
20256
20239
|
|
|
20257
20240
|
function SearchInputWrapper$1(props) {
|
|
20258
20241
|
var isLoading = props.isLoading;
|
|
20259
20242
|
return /*#__PURE__*/React__default["default"].createElement(Component$B, _extends__default["default"]({
|
|
20260
|
-
submitting: isLoading
|
|
20261
|
-
}, props));
|
|
20262
|
-
} // TODO: Rename to SelectCollection
|
|
20243
|
+
submitting: isLoading // eslint-disable-next-line react/jsx-props-no-spreading
|
|
20263
20244
|
|
|
20245
|
+
}, props));
|
|
20246
|
+
}
|
|
20264
20247
|
|
|
20248
|
+
var styles$1w = function styles() {
|
|
20249
|
+
return {
|
|
20250
|
+
root: {}
|
|
20251
|
+
};
|
|
20252
|
+
};
|
|
20265
20253
|
function CollectionSearchPicker(_ref2) {
|
|
20266
|
-
var
|
|
20267
|
-
|
|
20268
|
-
|
|
20269
|
-
|
|
20270
|
-
CollectionTableComponent = _ref2
|
|
20271
|
-
|
|
20272
|
-
CollectionTableProps = _ref2$CollectionTable2 === void 0 ? {} : _ref2$CollectionTable2,
|
|
20254
|
+
var className = _ref2.className,
|
|
20255
|
+
classes = _ref2.classes,
|
|
20256
|
+
onChange = _ref2.onChange,
|
|
20257
|
+
onCheck = _ref2.onCheck,
|
|
20258
|
+
CollectionTableComponent = _ref2.CollectionTableComponent,
|
|
20259
|
+
CollectionTableProps = _ref2.CollectionTableProps,
|
|
20273
20260
|
searchProps = _ref2.searchProps,
|
|
20274
|
-
|
|
20275
|
-
|
|
20276
|
-
|
|
20277
|
-
|
|
20278
|
-
|
|
20279
|
-
|
|
20280
|
-
|
|
20281
|
-
searchPlaceholder = _ref2$searchPlacehold === void 0 ? 'Search collections' : _ref2$searchPlacehold,
|
|
20282
|
-
_ref2$SearchInputProp = _ref2.SearchInputProps,
|
|
20283
|
-
SearchInputProps = _ref2$SearchInputProp === void 0 ? {} : _ref2$SearchInputProp,
|
|
20284
|
-
_ref2$PaginationProps = _ref2.PaginationProps,
|
|
20285
|
-
PaginationProps = _ref2$PaginationProps === void 0 ? {} : _ref2$PaginationProps,
|
|
20286
|
-
_ref2$SearchCollectio = _ref2.SearchCollectionProps,
|
|
20287
|
-
SearchCollectionProps = _ref2$SearchCollectio === void 0 ? {} : _ref2$SearchCollectio;
|
|
20261
|
+
idLabelText = _ref2.idLabelText,
|
|
20262
|
+
titleLabelText = _ref2.titleLabelText,
|
|
20263
|
+
ownerLabelText = _ref2.ownerLabelText,
|
|
20264
|
+
searchPlaceholder = _ref2.searchPlaceholder,
|
|
20265
|
+
SearchInputProps = _ref2.SearchInputProps,
|
|
20266
|
+
PaginationProps = _ref2.PaginationProps,
|
|
20267
|
+
SearchCollectionProps = _ref2.SearchCollectionProps;
|
|
20288
20268
|
var defaultSearchProps = vdtReact.useSearch({
|
|
20289
20269
|
queryParams: {
|
|
20290
20270
|
field: ['collectionId', 'title', '__user'],
|
|
@@ -20333,15 +20313,19 @@ function CollectionSearchPicker(_ref2) {
|
|
|
20333
20313
|
return check(id);
|
|
20334
20314
|
};
|
|
20335
20315
|
|
|
20336
|
-
return /*#__PURE__*/React__default["default"].createElement(
|
|
20316
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20317
|
+
className: clsx__default["default"](classes.root, 'VdtCollectionSearchPicker', className)
|
|
20318
|
+
}, /*#__PURE__*/React__default["default"].createElement(vdtReact.SearchCollection, _extends__default["default"]({
|
|
20337
20319
|
itemSearchDocument: itemSearchDocument,
|
|
20338
20320
|
matrixParams: matrixParams,
|
|
20339
|
-
queryParams: queryParams
|
|
20321
|
+
queryParams: queryParams // eslint-disable-next-line react/jsx-props-no-spreading
|
|
20322
|
+
|
|
20340
20323
|
}, SearchCollectionProps), /*#__PURE__*/React__default["default"].createElement(SearchInputWrapper$1, _extends__default["default"]({
|
|
20341
20324
|
onSubmit: function onSubmit(text) {
|
|
20342
20325
|
return setSearchText("*".concat(text, "*"));
|
|
20343
20326
|
},
|
|
20344
|
-
searchPlaceholder: searchPlaceholder
|
|
20327
|
+
searchPlaceholder: searchPlaceholder // eslint-disable-next-line react/jsx-props-no-spreading
|
|
20328
|
+
|
|
20345
20329
|
}, SearchInputProps)), /*#__PURE__*/React__default["default"].createElement(CollectionTableComponent, _extends__default["default"]({
|
|
20346
20330
|
onRowClick: handleRowClick,
|
|
20347
20331
|
onCheck: onCheck,
|
|
@@ -20355,18 +20339,60 @@ function CollectionSearchPicker(_ref2) {
|
|
|
20355
20339
|
}, {
|
|
20356
20340
|
label: ownerLabelText,
|
|
20357
20341
|
value: '__user'
|
|
20358
|
-
}]
|
|
20342
|
+
}] // eslint-disable-next-line react/jsx-props-no-spreading
|
|
20343
|
+
|
|
20359
20344
|
}, CollectionTableProps)), /*#__PURE__*/React__default["default"].createElement(PaginationWrapper$1, _extends__default["default"]({
|
|
20360
20345
|
onChangePage: onChangePage,
|
|
20361
20346
|
onChangeRowsPerPage: onChangeRowsPerPage,
|
|
20362
20347
|
page: page,
|
|
20363
|
-
rowsPerPage: rowsPerPage
|
|
20364
|
-
|
|
20348
|
+
rowsPerPage: rowsPerPage // eslint-disable-next-line react/jsx-props-no-spreading
|
|
20349
|
+
|
|
20350
|
+
}, PaginationProps))));
|
|
20365
20351
|
}
|
|
20352
|
+
CollectionSearchPicker.propTypes = {
|
|
20353
|
+
/**
|
|
20354
|
+
* Override or extend the styles applied to the component.
|
|
20355
|
+
*/
|
|
20356
|
+
classes: PropTypes$1.objectOf(PropTypes$1.string),
|
|
20366
20357
|
|
|
20367
|
-
|
|
20358
|
+
/**
|
|
20359
|
+
* @ignore
|
|
20360
|
+
*/
|
|
20361
|
+
className: PropTypes$1.string,
|
|
20362
|
+
onChange: PropTypes$1.func,
|
|
20363
|
+
onCheck: PropTypes$1.func,
|
|
20364
|
+
CollectionTableComponent: PropTypes$1.elementType,
|
|
20365
|
+
CollectionTableProps: PropTypes$1.objectOf(PropTypes$1.any),
|
|
20366
|
+
searchProps: PropTypes$1.objectOf(PropTypes$1.any),
|
|
20367
|
+
idLabelText: PropTypes$1.string,
|
|
20368
|
+
titleLabelText: PropTypes$1.string,
|
|
20369
|
+
ownerLabelText: PropTypes$1.string,
|
|
20370
|
+
searchPlaceholder: PropTypes$1.string,
|
|
20371
|
+
SearchInputProps: PropTypes$1.objectOf(PropTypes$1.any),
|
|
20372
|
+
PaginationProps: PropTypes$1.objectOf(PropTypes$1.any),
|
|
20373
|
+
SearchCollectionProps: PropTypes$1.objectOf(PropTypes$1.any)
|
|
20374
|
+
};
|
|
20375
|
+
CollectionSearchPicker.defaultProps = {
|
|
20376
|
+
className: undefined,
|
|
20377
|
+
classes: {},
|
|
20378
|
+
onChange: undefined,
|
|
20379
|
+
onCheck: function onCheck() {},
|
|
20380
|
+
CollectionTableComponent: Component$G,
|
|
20381
|
+
CollectionTableProps: {},
|
|
20382
|
+
searchProps: undefined,
|
|
20383
|
+
idLabelText: 'Id',
|
|
20384
|
+
titleLabelText: 'Title',
|
|
20385
|
+
ownerLabelText: 'Owner',
|
|
20386
|
+
searchPlaceholder: 'Search collections',
|
|
20387
|
+
SearchInputProps: {},
|
|
20388
|
+
PaginationProps: {},
|
|
20389
|
+
SearchCollectionProps: {}
|
|
20390
|
+
};
|
|
20391
|
+
|
|
20392
|
+
var Component$A = styles$2B.withStyles(styles$1w, {
|
|
20368
20393
|
name: 'VdtCollectionSearchPicker'
|
|
20369
20394
|
})(CollectionSearchPicker);
|
|
20395
|
+
Component$A.displayName = 'CollectionSearchPicker';
|
|
20370
20396
|
|
|
20371
20397
|
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; }
|
|
20372
20398
|
|
|
@@ -20582,7 +20608,7 @@ AddToCollectionDialog.propTypes = {
|
|
|
20582
20608
|
AddToCollectionDialog.defaultProps = {
|
|
20583
20609
|
classes: {},
|
|
20584
20610
|
className: undefined,
|
|
20585
|
-
CollectionPickerComponent:
|
|
20611
|
+
CollectionPickerComponent: Component$A,
|
|
20586
20612
|
CreateCollectionComponent: CreateCollection,
|
|
20587
20613
|
onClose: function onClose() {},
|
|
20588
20614
|
onSubmit: defaultOnSubmit$1,
|
|
@@ -20604,10 +20630,10 @@ AddToCollectionDialog.defaultProps = {
|
|
|
20604
20630
|
SearchCollectionIcon: SearchIcon__default["default"]
|
|
20605
20631
|
};
|
|
20606
20632
|
|
|
20607
|
-
var Component$
|
|
20633
|
+
var Component$z = styles$2B.withStyles(styles$1v, {
|
|
20608
20634
|
name: 'VdtAddToCollectionDialog'
|
|
20609
20635
|
})(AddToCollectionDialog);
|
|
20610
|
-
Component$
|
|
20636
|
+
Component$z.displayName = 'AddToCollectionDialog';
|
|
20611
20637
|
|
|
20612
20638
|
var defaultOnConfirm = function defaultOnConfirm(_ref) {
|
|
20613
20639
|
var collectionId = _ref.collectionId,
|
|
@@ -20699,10 +20725,10 @@ RemoveFromCollectionDialog.defaultProps = {
|
|
|
20699
20725
|
confirmText: 'Remove'
|
|
20700
20726
|
};
|
|
20701
20727
|
|
|
20702
|
-
var Component$
|
|
20728
|
+
var Component$y = styles$2B.withStyles(styles$1u, {
|
|
20703
20729
|
name: 'VdtRemoveFromCollectionDialog'
|
|
20704
20730
|
})(RemoveFromCollectionDialog);
|
|
20705
|
-
Component$
|
|
20731
|
+
Component$y.displayName = 'RemoveFromCollectionDialog';
|
|
20706
20732
|
|
|
20707
20733
|
var _excluded$M = ["className", "classes", "ListItemTextComponent", "collectionId", "collectionType", "showUser", "showDate"];
|
|
20708
20734
|
|
|
@@ -20871,7 +20897,7 @@ function CollectionContentCollection(_ref3) {
|
|
|
20871
20897
|
_ref3$PaperProps = _ref3.PaperProps,
|
|
20872
20898
|
PaperProps = _ref3$PaperProps === void 0 ? {} : _ref3$PaperProps,
|
|
20873
20899
|
_ref3$IconComponent = _ref3.IconComponent,
|
|
20874
|
-
IconComponent = _ref3$IconComponent === void 0 ? Component$
|
|
20900
|
+
IconComponent = _ref3$IconComponent === void 0 ? Component$O : _ref3$IconComponent;
|
|
20875
20901
|
var isSelected = selected && selected.entityType === 'collection' && selected.entityId === collectionId;
|
|
20876
20902
|
|
|
20877
20903
|
var onClickListItem = function onClickListItem() {
|
|
@@ -20909,7 +20935,7 @@ function CollectionContentCollection(_ref3) {
|
|
|
20909
20935
|
}, ListItemMenuProps)));
|
|
20910
20936
|
}
|
|
20911
20937
|
|
|
20912
|
-
var CollectionContentCollection$1 = styles$
|
|
20938
|
+
var CollectionContentCollection$1 = styles$2B.withStyles(styles$1t, {
|
|
20913
20939
|
name: 'VdtCollectionContentCollection'
|
|
20914
20940
|
})(CollectionContentCollection);
|
|
20915
20941
|
|
|
@@ -21095,13 +21121,13 @@ var defaultListItemAvatarComponent = function defaultListItemAvatarComponent(_re
|
|
|
21095
21121
|
_ref4$PaperProps = _ref4.PaperProps,
|
|
21096
21122
|
PaperProps = _ref4$PaperProps === void 0 ? {} : _ref4$PaperProps,
|
|
21097
21123
|
_ref4$ThumbnailCompon = _ref4.ThumbnailComponent,
|
|
21098
|
-
ThumbnailComponent = _ref4$ThumbnailCompon === void 0 ? Component$
|
|
21124
|
+
ThumbnailComponent = _ref4$ThumbnailCompon === void 0 ? Component$P : _ref4$ThumbnailCompon,
|
|
21099
21125
|
_ref4$ThumbnailProps = _ref4.ThumbnailProps,
|
|
21100
21126
|
ThumbnailProps = _ref4$ThumbnailProps === void 0 ? {} : _ref4$ThumbnailProps,
|
|
21101
21127
|
_ref4$ThumbnailLabelC = _ref4.ThumbnailLabelComponent,
|
|
21102
|
-
ThumbnailLabelComponent = _ref4$ThumbnailLabelC === void 0 ? Component$
|
|
21128
|
+
ThumbnailLabelComponent = _ref4$ThumbnailLabelC === void 0 ? Component$Q : _ref4$ThumbnailLabelC,
|
|
21103
21129
|
_ref4$IconComponent = _ref4.IconComponent,
|
|
21104
|
-
IconComponent = _ref4$IconComponent === void 0 ? Component$
|
|
21130
|
+
IconComponent = _ref4$IconComponent === void 0 ? Component$O : _ref4$IconComponent,
|
|
21105
21131
|
_ref4$ListItemAvatarC = _ref4.ListItemAvatarComponent,
|
|
21106
21132
|
ListItemAvatarComponent = _ref4$ListItemAvatarC === void 0 ? core.ListItemAvatar : _ref4$ListItemAvatarC,
|
|
21107
21133
|
props = _objectWithoutProperties__default["default"](_ref4, _excluded2$8);
|
|
@@ -21313,7 +21339,7 @@ function CollectionContentItem(_ref7) {
|
|
|
21313
21339
|
}, /*#__PURE__*/React__default["default"].createElement(icons.Wallpaper, null))));
|
|
21314
21340
|
}
|
|
21315
21341
|
|
|
21316
|
-
var CollectionContentItem$1 = styles$
|
|
21342
|
+
var CollectionContentItem$1 = styles$2B.withStyles(styles$1s, {
|
|
21317
21343
|
name: 'VdtCollectionContentItem'
|
|
21318
21344
|
})(CollectionContentItem);
|
|
21319
21345
|
|
|
@@ -21394,7 +21420,7 @@ CollectionContentSkeleton.defaultProps = {
|
|
|
21394
21420
|
ListItemAvatarProps: {},
|
|
21395
21421
|
ListItemTextProps: {}
|
|
21396
21422
|
};
|
|
21397
|
-
var CollectionContentSkeleton$1 = styles$
|
|
21423
|
+
var CollectionContentSkeleton$1 = styles$2B.withStyles(styles$1r, {
|
|
21398
21424
|
name: 'VdtCollectionContentSkeleton'
|
|
21399
21425
|
})(CollectionContentSkeleton);
|
|
21400
21426
|
|
|
@@ -21474,7 +21500,7 @@ function CollectionContentEntity(_ref) {
|
|
|
21474
21500
|
}[entityType];
|
|
21475
21501
|
}
|
|
21476
21502
|
|
|
21477
|
-
var CollectionContentEntity$1 = styles$
|
|
21503
|
+
var CollectionContentEntity$1 = styles$2B.withStyles({}, {
|
|
21478
21504
|
name: 'VdtCollectionContentEntity'
|
|
21479
21505
|
})(CollectionContentEntity);
|
|
21480
21506
|
|
|
@@ -21516,13 +21542,13 @@ var collectionContentDroppableStyles = function collectionContentDroppableStyles
|
|
|
21516
21542
|
canDrop: {
|
|
21517
21543
|
boxShadow: "inset 0px 0px 1px 1px ".concat(theme.palette.primary.main),
|
|
21518
21544
|
'&.VdtDroppable-isOver': {
|
|
21519
|
-
backgroundColor: styles$
|
|
21545
|
+
backgroundColor: styles$2B.emphasize(theme.palette.background.paper, 0.05)
|
|
21520
21546
|
}
|
|
21521
21547
|
}
|
|
21522
21548
|
};
|
|
21523
21549
|
};
|
|
21524
21550
|
|
|
21525
|
-
var CollectionContentDroppable = vdtReact.compose(styles$
|
|
21551
|
+
var CollectionContentDroppable = vdtReact.compose(styles$2B.withStyles(collectionContentDroppableStyles, {
|
|
21526
21552
|
name: 'VdtCollectionContentDroppable'
|
|
21527
21553
|
}), withDrop)(CollectionContentWrapper);
|
|
21528
21554
|
|
|
@@ -21530,7 +21556,7 @@ var CollectionContentEntityStyles = function CollectionContentEntityStyles(theme
|
|
|
21530
21556
|
return {
|
|
21531
21557
|
root: {
|
|
21532
21558
|
marginBottom: theme.spacing(1.25),
|
|
21533
|
-
backgroundColor: theme.palette.type === 'dark' ? styles$
|
|
21559
|
+
backgroundColor: theme.palette.type === 'dark' ? styles$2B.emphasize(theme.palette.background.paper, 0.1) : undefined,
|
|
21534
21560
|
color: theme.palette.type === 'dark' ? theme.palette.common.white : undefined,
|
|
21535
21561
|
borderColor: 'transparent',
|
|
21536
21562
|
borderWidth: 0.7,
|
|
@@ -21557,7 +21583,7 @@ function CollectionContentEntityWrapper(_ref2) {
|
|
|
21557
21583
|
}, /*#__PURE__*/React__default["default"].createElement(CollectionContentEntity$1, props));
|
|
21558
21584
|
}
|
|
21559
21585
|
|
|
21560
|
-
var CollectionContentEntityDraggable = vdtReact.compose(styles$
|
|
21586
|
+
var CollectionContentEntityDraggable = vdtReact.compose(styles$2B.withStyles(CollectionContentEntityStyles, {
|
|
21561
21587
|
name: 'VdtCollectionContentEntityDraggable'
|
|
21562
21588
|
}), withDrag)(CollectionContentEntityWrapper);
|
|
21563
21589
|
function CollectionContent(_ref3) {
|
|
@@ -21706,10 +21732,10 @@ function CollectionContent(_ref3) {
|
|
|
21706
21732
|
}));
|
|
21707
21733
|
}
|
|
21708
21734
|
|
|
21709
|
-
var Component$
|
|
21735
|
+
var Component$x = styles$2B.withStyles(styles$1q, {
|
|
21710
21736
|
name: 'VdtCollectionContent'
|
|
21711
21737
|
})(CollectionContent);
|
|
21712
|
-
Component$
|
|
21738
|
+
Component$x.displayName = 'CollectionContent';
|
|
21713
21739
|
|
|
21714
21740
|
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; }
|
|
21715
21741
|
|
|
@@ -21775,7 +21801,7 @@ function ActionComponent$1(_ref) {
|
|
|
21775
21801
|
primary: removeText
|
|
21776
21802
|
}))), /*#__PURE__*/React__default["default"].createElement(Dialog__default["default"], {
|
|
21777
21803
|
open: openDialog
|
|
21778
|
-
}, /*#__PURE__*/React__default["default"].createElement(Component$
|
|
21804
|
+
}, /*#__PURE__*/React__default["default"].createElement(Component$y, {
|
|
21779
21805
|
collectionId: collectionId,
|
|
21780
21806
|
entityId: itemId,
|
|
21781
21807
|
entityType: "item",
|
|
@@ -21918,7 +21944,7 @@ ItemParentsTab.defaultProps = {
|
|
|
21918
21944
|
})
|
|
21919
21945
|
}
|
|
21920
21946
|
};
|
|
21921
|
-
var ItemParentsTab$1 = styles$
|
|
21947
|
+
var ItemParentsTab$1 = styles$2B.withStyles(styles$1p, {
|
|
21922
21948
|
name: 'VdtItemParentsTab'
|
|
21923
21949
|
})(ItemParentsTab);
|
|
21924
21950
|
|
|
@@ -22151,7 +22177,7 @@ function ItemSearchPicker(_ref) {
|
|
|
22151
22177
|
}, PaginationProps)));
|
|
22152
22178
|
}
|
|
22153
22179
|
|
|
22154
|
-
var ItemSearchPicker$1 = styles$
|
|
22180
|
+
var ItemSearchPicker$1 = styles$2B.withStyles({}, {
|
|
22155
22181
|
name: 'VdtItemSearchPicker'
|
|
22156
22182
|
})(ItemSearchPicker);
|
|
22157
22183
|
|
|
@@ -22276,7 +22302,7 @@ AddRelationDialog.defaultProps = {
|
|
|
22276
22302
|
open: false,
|
|
22277
22303
|
setOpenDialog: function setOpenDialog() {}
|
|
22278
22304
|
};
|
|
22279
|
-
var AddRelationDialog$1 = styles$
|
|
22305
|
+
var AddRelationDialog$1 = styles$2B.withStyles({}, {
|
|
22280
22306
|
name: 'VdtAddRelationDialog'
|
|
22281
22307
|
})(AddRelationDialog);
|
|
22282
22308
|
|
|
@@ -22407,7 +22433,7 @@ ItemListItem.defaultProps = {
|
|
|
22407
22433
|
onClick: undefined,
|
|
22408
22434
|
ActionComponent: undefined,
|
|
22409
22435
|
ActionProps: {},
|
|
22410
|
-
AvatarComponent: Component$
|
|
22436
|
+
AvatarComponent: Component$N,
|
|
22411
22437
|
AvatarProps: {},
|
|
22412
22438
|
ListItemProps: {},
|
|
22413
22439
|
ListItemAvatarProps: {},
|
|
@@ -22419,10 +22445,10 @@ ItemListItem.defaultProps = {
|
|
|
22419
22445
|
skeleton: false
|
|
22420
22446
|
};
|
|
22421
22447
|
|
|
22422
|
-
var Component$
|
|
22448
|
+
var Component$w = styles$2B.withStyles(styles$1o, {
|
|
22423
22449
|
name: 'VdtItemListItem'
|
|
22424
22450
|
})(ItemListItem);
|
|
22425
|
-
Component$
|
|
22451
|
+
Component$w.displayName = 'ItemListItem';
|
|
22426
22452
|
|
|
22427
22453
|
var styles$1n = function styles() {
|
|
22428
22454
|
return {
|
|
@@ -22460,14 +22486,14 @@ ItemList.defaultProps = {
|
|
|
22460
22486
|
className: undefined,
|
|
22461
22487
|
classes: {},
|
|
22462
22488
|
itemListType: {},
|
|
22463
|
-
ItemListItemComponent: Component$
|
|
22489
|
+
ItemListItemComponent: Component$w,
|
|
22464
22490
|
ItemListItemProps: {}
|
|
22465
22491
|
};
|
|
22466
22492
|
|
|
22467
|
-
var Component$
|
|
22493
|
+
var Component$v = styles$2B.withStyles(styles$1n, {
|
|
22468
22494
|
name: 'VdtItemList'
|
|
22469
22495
|
})(ItemList);
|
|
22470
|
-
Component$
|
|
22496
|
+
Component$v.displayName = 'ItemList';
|
|
22471
22497
|
|
|
22472
22498
|
function ItemRelationRemoveDialog(_ref) {
|
|
22473
22499
|
var open = _ref.open,
|
|
@@ -22530,7 +22556,7 @@ ItemRelationRemoveDialog.defaultProps = {
|
|
|
22530
22556
|
confirmText: 'Remove',
|
|
22531
22557
|
rejectText: 'Cancel'
|
|
22532
22558
|
};
|
|
22533
|
-
var ItemRelationRemoveDialog$1 = styles$
|
|
22559
|
+
var ItemRelationRemoveDialog$1 = styles$2B.withStyles({}, {
|
|
22534
22560
|
name: 'VdtItemRelationRemoveDialog'
|
|
22535
22561
|
})(ItemRelationRemoveDialog);
|
|
22536
22562
|
|
|
@@ -22779,14 +22805,14 @@ ItemRelationsTab.defaultProps = {
|
|
|
22779
22805
|
var message = _ref6.message;
|
|
22780
22806
|
return console.error(message);
|
|
22781
22807
|
},
|
|
22782
|
-
ItemListComponent: Component$
|
|
22808
|
+
ItemListComponent: Component$v,
|
|
22783
22809
|
ItemListProps: {},
|
|
22784
22810
|
onRemove: function onRemove() {},
|
|
22785
22811
|
onAdd: function onAdd() {},
|
|
22786
22812
|
addText: 'Add new relation',
|
|
22787
22813
|
direction: 'A'
|
|
22788
22814
|
};
|
|
22789
|
-
var ItemRelationsTab$1 = styles$
|
|
22815
|
+
var ItemRelationsTab$1 = styles$2B.withStyles(styles$1m, {
|
|
22790
22816
|
name: 'VdtItemRelationsTab'
|
|
22791
22817
|
})(ItemRelationsTab);
|
|
22792
22818
|
|
|
@@ -22826,7 +22852,7 @@ var styles$1l = function styles(theme) {
|
|
|
22826
22852
|
};
|
|
22827
22853
|
};
|
|
22828
22854
|
|
|
22829
|
-
var Tab = styles$
|
|
22855
|
+
var Tab = styles$2B.withStyles(styles$1l, {
|
|
22830
22856
|
name: 'VdtItemTabTab'
|
|
22831
22857
|
})(Tab__default["default"]);
|
|
22832
22858
|
|
|
@@ -22859,7 +22885,7 @@ function TabPanel(_ref2) {
|
|
|
22859
22885
|
}, props));
|
|
22860
22886
|
}
|
|
22861
22887
|
|
|
22862
|
-
var TabPanel$1 = styles$
|
|
22888
|
+
var TabPanel$1 = styles$2B.withStyles(styles$1k, {
|
|
22863
22889
|
name: 'VdtItemTabTabPanel'
|
|
22864
22890
|
})(TabPanel);
|
|
22865
22891
|
|
|
@@ -22875,7 +22901,7 @@ var styles$1j = {
|
|
|
22875
22901
|
backgroundColor: 'unset'
|
|
22876
22902
|
}
|
|
22877
22903
|
};
|
|
22878
|
-
var Tabs = styles$
|
|
22904
|
+
var Tabs = styles$2B.withStyles(styles$1j, {
|
|
22879
22905
|
name: 'VdtItemTabTabs'
|
|
22880
22906
|
})(Tabs__default["default"]);
|
|
22881
22907
|
|
|
@@ -22964,10 +22990,10 @@ ItemTabs.defaultProps = {
|
|
|
22964
22990
|
tabs: []
|
|
22965
22991
|
};
|
|
22966
22992
|
|
|
22967
|
-
var Component$
|
|
22993
|
+
var Component$u = styles$2B.withStyles(styles$1i, {
|
|
22968
22994
|
name: 'VdtItemTabs'
|
|
22969
22995
|
})(ItemTabs);
|
|
22970
|
-
Component$
|
|
22996
|
+
Component$u.displayName = 'ItemTabs';
|
|
22971
22997
|
|
|
22972
22998
|
var _excluded$E = ["itemType", "MediaCardComponent", "metadataToProps", "parseMetadataOpts", "parseHighlightOpts", "titleSelector", "subheaderSelector", "imageSelector", "contentSelector", "avatarSelector", "labelRightBottomSelector", "ThumbnailProps"];
|
|
22973
22999
|
|
|
@@ -23068,7 +23094,7 @@ ItemCard.defaultProps = {
|
|
|
23068
23094
|
arrayOnSingle: false,
|
|
23069
23095
|
flat: true
|
|
23070
23096
|
},
|
|
23071
|
-
MediaCardComponent: Component$
|
|
23097
|
+
MediaCardComponent: Component$M,
|
|
23072
23098
|
titleSelector: function titleSelector() {
|
|
23073
23099
|
var parsedMetadata = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
23074
23100
|
return parsedMetadata.title;
|
|
@@ -23159,7 +23185,7 @@ function ItemCardClone(_ref) {
|
|
|
23159
23185
|
}), /*#__PURE__*/React__default["default"].createElement(ItemCardComponent, _extends__default["default"]({}, props, {
|
|
23160
23186
|
itemId: itemType.id,
|
|
23161
23187
|
itemType: itemType,
|
|
23162
|
-
MediaCardComponent: Component$
|
|
23188
|
+
MediaCardComponent: Component$M,
|
|
23163
23189
|
ThumbnailComponent: null
|
|
23164
23190
|
})));
|
|
23165
23191
|
}
|
|
@@ -23488,7 +23514,7 @@ ItemSidecarDownload$1.defaultProps = {
|
|
|
23488
23514
|
ItemSidecarDownloadListItemProps: {}
|
|
23489
23515
|
};
|
|
23490
23516
|
|
|
23491
|
-
var ItemSidecarDownload = styles$
|
|
23517
|
+
var ItemSidecarDownload = styles$2B.withStyles(styles$1h, {
|
|
23492
23518
|
name: 'VdtItemSidecarDownload'
|
|
23493
23519
|
})(ItemSidecarDownload$1);
|
|
23494
23520
|
|
|
@@ -24074,7 +24100,7 @@ ItemSidecarUpload$1.defaultProps = {
|
|
|
24074
24100
|
ItemSidecarUploadActionsProps: {}
|
|
24075
24101
|
};
|
|
24076
24102
|
|
|
24077
|
-
var ItemSidecarUpload = styles$
|
|
24103
|
+
var ItemSidecarUpload = styles$2B.withStyles(styles$1g, {
|
|
24078
24104
|
name: 'VdtItemSidecarUpload'
|
|
24079
24105
|
})(ItemSidecarUpload$1);
|
|
24080
24106
|
|
|
@@ -24209,10 +24235,10 @@ ItemSidecarDialog.defaultProps = {
|
|
|
24209
24235
|
ItemSidecarUploadProps: {}
|
|
24210
24236
|
};
|
|
24211
24237
|
|
|
24212
|
-
var Component$
|
|
24238
|
+
var Component$t = styles$2B.withStyles(styles$1f, {
|
|
24213
24239
|
name: 'VdtItemSidecarDialog'
|
|
24214
24240
|
})(ItemSidecarDialog);
|
|
24215
|
-
Component$
|
|
24241
|
+
Component$t.displayName = 'ItemSidecarDialog';
|
|
24216
24242
|
|
|
24217
24243
|
var styles$1e = function styles() {
|
|
24218
24244
|
return {
|
|
@@ -24667,10 +24693,6 @@ function ItemCompoundMetadataTable(_ref) {
|
|
|
24667
24693
|
rowsPerPage = _React$useState6[0],
|
|
24668
24694
|
setRowsPerPage = _React$useState6[1];
|
|
24669
24695
|
|
|
24670
|
-
useDeepCompareEffect__default["default"](function () {
|
|
24671
|
-
setGroupFields(values.group);
|
|
24672
|
-
}, [values]);
|
|
24673
|
-
|
|
24674
24696
|
var _useCompoundMetadata = vdtReact.useCompoundMetadata(itemId, values, groups, groupFields, setGroupFields, onRefresh, onSuccess, onError),
|
|
24675
24697
|
tableColumns = _useCompoundMetadata.tableColumns,
|
|
24676
24698
|
_onChange = _useCompoundMetadata.onChange,
|
|
@@ -24736,7 +24758,7 @@ function ItemCompoundMetadataTable(_ref) {
|
|
|
24736
24758
|
}, "Save")));
|
|
24737
24759
|
}
|
|
24738
24760
|
|
|
24739
|
-
var ItemCompoundMetadataTable$1 = styles$
|
|
24761
|
+
var ItemCompoundMetadataTable$1 = styles$2B.withStyles(styles$1d, {
|
|
24740
24762
|
name: 'VdtItemCompoundMetadataTable'
|
|
24741
24763
|
})(ItemCompoundMetadataTable);
|
|
24742
24764
|
|
|
@@ -24813,7 +24835,7 @@ function ItemCompoundMetadataTab(_ref) {
|
|
|
24813
24835
|
}))));
|
|
24814
24836
|
}
|
|
24815
24837
|
|
|
24816
|
-
var ItemCompoundMetadataTab$1 = styles$
|
|
24838
|
+
var ItemCompoundMetadataTab$1 = styles$2B.withStyles({}, {
|
|
24817
24839
|
name: 'VdtItemCompoundMetadataTab'
|
|
24818
24840
|
})(ItemCompoundMetadataTab);
|
|
24819
24841
|
|
|
@@ -24862,7 +24884,7 @@ function ItemAudioPlayer(_ref) {
|
|
|
24862
24884
|
}, audioPlayerProps))));
|
|
24863
24885
|
}
|
|
24864
24886
|
|
|
24865
|
-
var ItemAudioPlayer$1 = styles$
|
|
24887
|
+
var ItemAudioPlayer$1 = styles$2B.withStyles(styles$1c, {
|
|
24866
24888
|
name: 'VdtItemAudioPlayer'
|
|
24867
24889
|
})(ItemAudioPlayer);
|
|
24868
24890
|
|
|
@@ -24930,7 +24952,7 @@ function ItemPdfViewer(_ref) {
|
|
|
24930
24952
|
});
|
|
24931
24953
|
}
|
|
24932
24954
|
|
|
24933
|
-
var ItemPdfViewer$1 = styles$
|
|
24955
|
+
var ItemPdfViewer$1 = styles$2B.withStyles(styles$1b, {
|
|
24934
24956
|
name: 'VdtItemPdfViewer'
|
|
24935
24957
|
})(ItemPdfViewer);
|
|
24936
24958
|
|
|
@@ -24986,7 +25008,7 @@ function ItemImagePlayer(_ref) {
|
|
|
24986
25008
|
}));
|
|
24987
25009
|
}
|
|
24988
25010
|
|
|
24989
|
-
var ItemImagePlayer$1 = styles$
|
|
25011
|
+
var ItemImagePlayer$1 = styles$2B.withStyles(styles$1a, {
|
|
24990
25012
|
name: 'VdtItemImagePlayer'
|
|
24991
25013
|
})(ItemImagePlayer);
|
|
24992
25014
|
|
|
@@ -25128,7 +25150,7 @@ function ItemVideoPlayer(_ref) {
|
|
|
25128
25150
|
}, videoPlayerProps)))));
|
|
25129
25151
|
}
|
|
25130
25152
|
|
|
25131
|
-
var ItemVideoPlayer$1 = styles$
|
|
25153
|
+
var ItemVideoPlayer$1 = styles$2B.withStyles(styles$19, {
|
|
25132
25154
|
name: 'VdtItemVideoPlayer'
|
|
25133
25155
|
})(ItemVideoPlayer);
|
|
25134
25156
|
|
|
@@ -25163,7 +25185,7 @@ var defaultShapeToLabel = function defaultShapeToLabel(shape) {
|
|
|
25163
25185
|
return shape.tag;
|
|
25164
25186
|
};
|
|
25165
25187
|
|
|
25166
|
-
var SourceSelection = styles$
|
|
25188
|
+
var SourceSelection = styles$2B.withStyles({}, {
|
|
25167
25189
|
name: 'VdtSourceSelection'
|
|
25168
25190
|
})(function (_ref) {
|
|
25169
25191
|
var currentValue = _ref.value,
|
|
@@ -25366,10 +25388,10 @@ function ItemPlayer(_ref2) {
|
|
|
25366
25388
|
}, ItemVideoPlayerProps))));
|
|
25367
25389
|
}
|
|
25368
25390
|
|
|
25369
|
-
var Component$
|
|
25391
|
+
var Component$s = styles$2B.withStyles(styles$18, {
|
|
25370
25392
|
name: 'VdtItemPlayer'
|
|
25371
25393
|
})(ItemPlayer);
|
|
25372
|
-
Component$
|
|
25394
|
+
Component$s.displayName = 'ItemPlayer';
|
|
25373
25395
|
|
|
25374
25396
|
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; }
|
|
25375
25397
|
|
|
@@ -25830,7 +25852,7 @@ function Editor(_ref) {
|
|
|
25830
25852
|
}, "Delete"))));
|
|
25831
25853
|
}
|
|
25832
25854
|
|
|
25833
|
-
var Editor$1 = styles$
|
|
25855
|
+
var Editor$1 = styles$2B.withStyles(styles$17, {
|
|
25834
25856
|
name: 'VdtFieldGroupEditor'
|
|
25835
25857
|
})(Editor);
|
|
25836
25858
|
|
|
@@ -25871,7 +25893,7 @@ function FieldIcon(_ref) {
|
|
|
25871
25893
|
}));
|
|
25872
25894
|
}
|
|
25873
25895
|
|
|
25874
|
-
var FieldIcon$1 = styles$
|
|
25896
|
+
var FieldIcon$1 = styles$2B.withStyles(styles$16, {
|
|
25875
25897
|
name: 'VdtFieldGroupIcon'
|
|
25876
25898
|
})(FieldIcon);
|
|
25877
25899
|
|
|
@@ -25902,7 +25924,7 @@ var styles$15 = function styles(theme) {
|
|
|
25902
25924
|
height: '40px'
|
|
25903
25925
|
},
|
|
25904
25926
|
activeItem: {
|
|
25905
|
-
backgroundColor: styles$
|
|
25927
|
+
backgroundColor: styles$2B.emphasize(theme.palette.background.paper, 0.1),
|
|
25906
25928
|
boxSizing: 'border-box',
|
|
25907
25929
|
fontSize: '14px',
|
|
25908
25930
|
userSelect: 'none',
|
|
@@ -26013,7 +26035,7 @@ function MyField(_ref2) {
|
|
|
26013
26035
|
})));
|
|
26014
26036
|
}
|
|
26015
26037
|
|
|
26016
|
-
var MyField$1 = styles$
|
|
26038
|
+
var MyField$1 = styles$2B.withStyles(styles$15, {
|
|
26017
26039
|
name: 'VdtFieldGroupMyField'
|
|
26018
26040
|
})(MyField);
|
|
26019
26041
|
|
|
@@ -26067,7 +26089,7 @@ function MyFieldList(_ref) {
|
|
|
26067
26089
|
});
|
|
26068
26090
|
}
|
|
26069
26091
|
|
|
26070
|
-
var MyFieldList$1 = styles$
|
|
26092
|
+
var MyFieldList$1 = styles$2B.withStyles(styles$14, {
|
|
26071
26093
|
name: 'VdtFieldGroupMyFieldList'
|
|
26072
26094
|
})(MyFieldList);
|
|
26073
26095
|
|
|
@@ -26837,7 +26859,7 @@ function FieldGroupDesigner(_ref2) {
|
|
|
26837
26859
|
}, "Add"))));
|
|
26838
26860
|
}
|
|
26839
26861
|
|
|
26840
|
-
var FieldGroupDesigner$1 = styles$
|
|
26862
|
+
var FieldGroupDesigner$1 = styles$2B.withStyles(styles$13, {
|
|
26841
26863
|
name: 'VdtFieldGroupDesigner'
|
|
26842
26864
|
})(FieldGroupDesigner);
|
|
26843
26865
|
|
|
@@ -26855,7 +26877,7 @@ var FILE = 'FILE';
|
|
|
26855
26877
|
var PREFIX = 'PREFIX';
|
|
26856
26878
|
var LOAD_MORE = 'LOAD_MORE';
|
|
26857
26879
|
var JOIN_CHARACTER = '_';
|
|
26858
|
-
var SelectedFile = styles$
|
|
26880
|
+
var SelectedFile = styles$2B.withStyles({}, {
|
|
26859
26881
|
name: 'VdtSelectedFile'
|
|
26860
26882
|
})(function (_ref) {
|
|
26861
26883
|
var _ref$className = _ref.className,
|
|
@@ -26919,7 +26941,7 @@ function SelectedFileWrapper(_ref2) {
|
|
|
26919
26941
|
fileId: fileType.id
|
|
26920
26942
|
}, props)) : null;
|
|
26921
26943
|
}
|
|
26922
|
-
var SelectedStorage = styles$
|
|
26944
|
+
var SelectedStorage = styles$2B.withStyles({}, {
|
|
26923
26945
|
name: 'VdtSelectedStorage'
|
|
26924
26946
|
})(function (_ref4) {
|
|
26925
26947
|
var _ref4$className = _ref4.className,
|
|
@@ -27174,7 +27196,7 @@ function FolderListTree(_ref11) {
|
|
|
27174
27196
|
onListFilesMore: onListFilesMore
|
|
27175
27197
|
}, FolderTreeProps));
|
|
27176
27198
|
}
|
|
27177
|
-
var StorageTree = styles$
|
|
27199
|
+
var StorageTree = styles$2B.withStyles({}, {
|
|
27178
27200
|
name: 'VdtStorageTree'
|
|
27179
27201
|
})(function (_ref14) {
|
|
27180
27202
|
var _ref14$className = _ref14.className,
|
|
@@ -27442,7 +27464,7 @@ function SearchSuggestions(_ref) {
|
|
|
27442
27464
|
}))) : null;
|
|
27443
27465
|
}
|
|
27444
27466
|
|
|
27445
|
-
var SearchSuggestions$1 = styles$
|
|
27467
|
+
var SearchSuggestions$1 = styles$2B.withStyles(styles$12, {
|
|
27446
27468
|
name: 'VdtSearchSuggestions'
|
|
27447
27469
|
})(SearchSuggestions);
|
|
27448
27470
|
|
|
@@ -27651,7 +27673,7 @@ function ShareSearch(_ref) {
|
|
|
27651
27673
|
}, props));
|
|
27652
27674
|
}
|
|
27653
27675
|
|
|
27654
|
-
var ShareSearch$1 = styles$
|
|
27676
|
+
var ShareSearch$1 = styles$2B.withStyles(styles$11, {
|
|
27655
27677
|
name: 'VdtShareSearch'
|
|
27656
27678
|
})(ShareSearch);
|
|
27657
27679
|
|
|
@@ -27810,7 +27832,11 @@ function SavedSearchRow(_ref) {
|
|
|
27810
27832
|
setAnchorEl(e.currentTarget);
|
|
27811
27833
|
};
|
|
27812
27834
|
|
|
27813
|
-
var handleMenuAction = function handleMenuAction(
|
|
27835
|
+
var handleMenuAction = function handleMenuAction() {
|
|
27836
|
+
var action = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : function () {
|
|
27837
|
+
return null;
|
|
27838
|
+
};
|
|
27839
|
+
var fieldType = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
|
27814
27840
|
return function (e) {
|
|
27815
27841
|
if (e.stopPropagation) e.stopPropagation();
|
|
27816
27842
|
setAnchorEl(null);
|
|
@@ -28005,7 +28031,7 @@ function SavedSearchRow(_ref) {
|
|
|
28005
28031
|
}, ListAccessProps)))));
|
|
28006
28032
|
}
|
|
28007
28033
|
|
|
28008
|
-
var SavedSearchRow$1 = styles$
|
|
28034
|
+
var SavedSearchRow$1 = styles$2B.withStyles(styles$10, {
|
|
28009
28035
|
name: 'VdtSavedSearchRow'
|
|
28010
28036
|
})(SavedSearchRow);
|
|
28011
28037
|
|
|
@@ -28026,7 +28052,7 @@ function SavedSearchList(_ref) {
|
|
|
28026
28052
|
accessTranslate = _ref.accessTranslate,
|
|
28027
28053
|
props = _objectWithoutProperties__default["default"](_ref, _excluded$t);
|
|
28028
28054
|
|
|
28029
|
-
return /*#__PURE__*/React__default["default"].createElement(
|
|
28055
|
+
return /*#__PURE__*/React__default["default"].createElement(Component$A, _extends__default["default"]({
|
|
28030
28056
|
searchProps: searchProps,
|
|
28031
28057
|
searchPlaceholder: searchPlaceholderText // TODO: Extract CollectionTableComponent to separate component to describe it's interface in a story
|
|
28032
28058
|
// eslint-disable-next-line react/no-unstable-nested-components
|
|
@@ -28064,7 +28090,7 @@ function SavedSearchList(_ref) {
|
|
|
28064
28090
|
}, props));
|
|
28065
28091
|
}
|
|
28066
28092
|
|
|
28067
|
-
var SavedSearchList$1 = styles$
|
|
28093
|
+
var SavedSearchList$1 = styles$2B.withStyles(styles$$, {
|
|
28068
28094
|
name: 'VdtSavedSearchList'
|
|
28069
28095
|
})(SavedSearchList);
|
|
28070
28096
|
|
|
@@ -28136,7 +28162,7 @@ function SaveSearchForm(_ref) {
|
|
|
28136
28162
|
}, saveText));
|
|
28137
28163
|
}
|
|
28138
28164
|
|
|
28139
|
-
var SaveSearchForm$1 = styles$
|
|
28165
|
+
var SaveSearchForm$1 = styles$2B.withStyles(styles$_, {
|
|
28140
28166
|
name: 'VdtSaveSearchForm'
|
|
28141
28167
|
})(SaveSearchForm);
|
|
28142
28168
|
|
|
@@ -28207,7 +28233,7 @@ function SavedSearch(_ref) {
|
|
|
28207
28233
|
}, SearchListProps)));
|
|
28208
28234
|
}
|
|
28209
28235
|
|
|
28210
|
-
var SavedSearch$1 = styles$
|
|
28236
|
+
var SavedSearch$1 = styles$2B.withStyles(styles$Z, {
|
|
28211
28237
|
name: 'VdtSavedSearchList'
|
|
28212
28238
|
})(SavedSearch);
|
|
28213
28239
|
|
|
@@ -28361,10 +28387,10 @@ SpellCheck.defaultProps = {
|
|
|
28361
28387
|
onClick: function onClick() {}
|
|
28362
28388
|
};
|
|
28363
28389
|
|
|
28364
|
-
var Component$
|
|
28390
|
+
var Component$r = styles$2B.withStyles(styles$Y, {
|
|
28365
28391
|
name: 'VdtSpellCheck'
|
|
28366
28392
|
})(SpellCheck);
|
|
28367
|
-
Component$
|
|
28393
|
+
Component$r.displayName = 'SpellCheck';
|
|
28368
28394
|
|
|
28369
28395
|
var _excluded$s = ["isFocused"],
|
|
28370
28396
|
_excluded2$4 = ["inputRef"];
|
|
@@ -28895,6 +28921,7 @@ SearchField.propTypes = {
|
|
|
28895
28921
|
*/
|
|
28896
28922
|
className: PropTypes$1.string,
|
|
28897
28923
|
theme: PropTypes$1.objectOf(PropTypes$1.any),
|
|
28924
|
+
// eslint-disable-next-line react/forbid-prop-types
|
|
28898
28925
|
defaultValue: PropTypes$1.arrayOf(PropTypes$1.object),
|
|
28899
28926
|
modifiers: PropTypes$1.arrayOf(PropTypes$1.any),
|
|
28900
28927
|
loadOptions: PropTypes$1.func,
|
|
@@ -28936,10 +28963,10 @@ SearchField.defaultProps = {
|
|
|
28936
28963
|
ProgressProps: {}
|
|
28937
28964
|
};
|
|
28938
28965
|
|
|
28939
|
-
var Component$
|
|
28966
|
+
var Component$q = styles$2B.withStyles(styles$X, {
|
|
28940
28967
|
name: 'VdtSearchField'
|
|
28941
28968
|
})(SearchField);
|
|
28942
|
-
Component$
|
|
28969
|
+
Component$q.displayName = 'SearchField';
|
|
28943
28970
|
|
|
28944
28971
|
var styles$W = function styles() {
|
|
28945
28972
|
return {
|
|
@@ -29124,7 +29151,7 @@ function FolderRowContent(_ref) {
|
|
|
29124
29151
|
}), children);
|
|
29125
29152
|
}
|
|
29126
29153
|
|
|
29127
|
-
var FolderRowContentWrapper = vdtReact.compose(styles$
|
|
29154
|
+
var FolderRowContentWrapper = vdtReact.compose(styles$2B.withStyles(folderRowContentStyles, {
|
|
29128
29155
|
name: 'VdtFolderRowContentWrapper'
|
|
29129
29156
|
}))(FolderRowContent);
|
|
29130
29157
|
|
|
@@ -29330,7 +29357,7 @@ function FolderRow(_ref2) {
|
|
|
29330
29357
|
}));
|
|
29331
29358
|
}
|
|
29332
29359
|
|
|
29333
|
-
var FolderRow$1 = styles$
|
|
29360
|
+
var FolderRow$1 = styles$2B.withStyles(styles$V, {
|
|
29334
29361
|
name: 'VdtFolderRow'
|
|
29335
29362
|
})(FolderRow);
|
|
29336
29363
|
|
|
@@ -29493,7 +29520,7 @@ QueryInput$1.defaultProps = {
|
|
|
29493
29520
|
autoCompleteHoc: function autoCompleteHoc() {}
|
|
29494
29521
|
};
|
|
29495
29522
|
|
|
29496
|
-
var QueryInput = styles$
|
|
29523
|
+
var QueryInput = styles$2B.withStyles(styles$U, {
|
|
29497
29524
|
name: 'VdtQueryInput'
|
|
29498
29525
|
})(QueryInput$1);
|
|
29499
29526
|
|
|
@@ -29583,7 +29610,7 @@ QueryBetween$1.defaultProps = {
|
|
|
29583
29610
|
InputComponent: QueryInput
|
|
29584
29611
|
};
|
|
29585
29612
|
|
|
29586
|
-
var QueryBetween = styles$
|
|
29613
|
+
var QueryBetween = styles$2B.withStyles(styles$T, {
|
|
29587
29614
|
name: 'VdtQueryBetween'
|
|
29588
29615
|
})(QueryBetween$1);
|
|
29589
29616
|
|
|
@@ -29732,7 +29759,7 @@ QueryContains$1.defaultProps = {
|
|
|
29732
29759
|
InputComponent: QueryInput
|
|
29733
29760
|
};
|
|
29734
29761
|
|
|
29735
|
-
var QueryContains = styles$
|
|
29762
|
+
var QueryContains = styles$2B.withStyles(styles$S, {
|
|
29736
29763
|
name: 'VdtQueryContains'
|
|
29737
29764
|
})(QueryContains$1);
|
|
29738
29765
|
|
|
@@ -29801,7 +29828,7 @@ QueryEquals$1.defaultProps = {
|
|
|
29801
29828
|
InputComponent: QueryInput
|
|
29802
29829
|
};
|
|
29803
29830
|
|
|
29804
|
-
var QueryEquals = styles$
|
|
29831
|
+
var QueryEquals = styles$2B.withStyles(styles$R, {
|
|
29805
29832
|
name: 'VdtQueryEquals'
|
|
29806
29833
|
})(QueryEquals$1);
|
|
29807
29834
|
|
|
@@ -30148,7 +30175,7 @@ QueryField$1.defaultProps = {
|
|
|
30148
30175
|
PredicateComponentProps: {}
|
|
30149
30176
|
};
|
|
30150
30177
|
|
|
30151
|
-
var QueryField = styles$
|
|
30178
|
+
var QueryField = styles$2B.withStyles(styles$Q, {
|
|
30152
30179
|
name: 'VdtQueryField'
|
|
30153
30180
|
})(QueryField$1);
|
|
30154
30181
|
|
|
@@ -30329,7 +30356,7 @@ QueryGroup$1.defaultProps = {
|
|
|
30329
30356
|
}
|
|
30330
30357
|
};
|
|
30331
30358
|
|
|
30332
|
-
var QueryGroup = styles$
|
|
30359
|
+
var QueryGroup = styles$2B.withStyles(styles$P, {
|
|
30333
30360
|
name: 'VdtQueryGroup'
|
|
30334
30361
|
})(QueryGroup$1);
|
|
30335
30362
|
|
|
@@ -30508,7 +30535,7 @@ QueryOperator$1.defaultProps = {
|
|
|
30508
30535
|
onChangeOperation: undefined
|
|
30509
30536
|
};
|
|
30510
30537
|
|
|
30511
|
-
var QueryOperator = styles$
|
|
30538
|
+
var QueryOperator = styles$2B.withStyles(styles$O, {
|
|
30512
30539
|
name: 'VdtQueryOperator'
|
|
30513
30540
|
})(QueryOperator$1);
|
|
30514
30541
|
|
|
@@ -30527,8 +30554,8 @@ var styles$N = function styles(theme) {
|
|
|
30527
30554
|
},
|
|
30528
30555
|
queryGroup: {
|
|
30529
30556
|
position: 'relative',
|
|
30530
|
-
border: "1px solid ".concat(styles$
|
|
30531
|
-
backgroundColor: styles$
|
|
30557
|
+
border: "1px solid ".concat(styles$2B.alpha(theme.palette.text.primary, 0.05)),
|
|
30558
|
+
backgroundColor: styles$2B.alpha(theme.palette.text.primary, 0.02),
|
|
30532
30559
|
borderRadius: '4px',
|
|
30533
30560
|
margin: '1rem 1rem 1rem 0',
|
|
30534
30561
|
'& .MuiTreeItem-iconContainer': {
|
|
@@ -30781,7 +30808,7 @@ QueryEntry$1.defaultProps = {
|
|
|
30781
30808
|
onRemove: undefined
|
|
30782
30809
|
};
|
|
30783
30810
|
|
|
30784
|
-
var QueryEntry = styles$
|
|
30811
|
+
var QueryEntry = styles$2B.withStyles(styles$N, {
|
|
30785
30812
|
name: 'VdtQueryEntry'
|
|
30786
30813
|
})(QueryEntry$1);
|
|
30787
30814
|
|
|
@@ -30981,10 +31008,10 @@ QueryBuilder.defaultProps = {
|
|
|
30981
31008
|
QueryEntryProps: {}
|
|
30982
31009
|
};
|
|
30983
31010
|
|
|
30984
|
-
var Component$
|
|
31011
|
+
var Component$p = styles$2B.withStyles(styles$M, {
|
|
30985
31012
|
name: 'VdtQueryBuilder'
|
|
30986
31013
|
})(QueryBuilder);
|
|
30987
|
-
Component$
|
|
31014
|
+
Component$p.displayName = 'QueryBuilder';
|
|
30988
31015
|
|
|
30989
31016
|
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; }
|
|
30990
31017
|
|
|
@@ -31046,7 +31073,7 @@ function QueryBuilderCard(_ref) {
|
|
|
31046
31073
|
variant: "outlined",
|
|
31047
31074
|
elevation: 0,
|
|
31048
31075
|
square: true
|
|
31049
|
-
}, PaperProps), /*#__PURE__*/React__default["default"].createElement(Component$
|
|
31076
|
+
}, PaperProps), /*#__PURE__*/React__default["default"].createElement(Component$p, _extends__default["default"]({
|
|
31050
31077
|
query: queryBuilderQuery,
|
|
31051
31078
|
fields: fields,
|
|
31052
31079
|
groups: groups,
|
|
@@ -31108,10 +31135,10 @@ QueryBuilderCard.defaultProps = {
|
|
|
31108
31135
|
searchButtonProps: {}
|
|
31109
31136
|
};
|
|
31110
31137
|
|
|
31111
|
-
var Component$
|
|
31138
|
+
var Component$o = styles$2B.withStyles(styles$L, {
|
|
31112
31139
|
name: 'VdtQueryBuilderCard'
|
|
31113
31140
|
})(QueryBuilderCard);
|
|
31114
|
-
Component$
|
|
31141
|
+
Component$o.displayName = 'QueryBuilderCard';
|
|
31115
31142
|
|
|
31116
31143
|
var _excluded$j = ["entityType", "entity", "entityComponents"];
|
|
31117
31144
|
|
|
@@ -31122,7 +31149,7 @@ function ownKeys$9(object, enumerableOnly) { var keys = Object.keys(object); if
|
|
|
31122
31149
|
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__default["default"](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; }
|
|
31123
31150
|
var ITEM$2 = 'item';
|
|
31124
31151
|
var COLLECTION$2 = 'collection';
|
|
31125
|
-
var defaultEntityComponents = (_defaultEntityCompone = {}, _defineProperty__default["default"](_defaultEntityCompone, ITEM$2, ItemCard), _defineProperty__default["default"](_defaultEntityCompone, COLLECTION$2, Component$
|
|
31152
|
+
var defaultEntityComponents = (_defaultEntityCompone = {}, _defineProperty__default["default"](_defaultEntityCompone, ITEM$2, ItemCard), _defineProperty__default["default"](_defaultEntityCompone, COLLECTION$2, Component$L), _defaultEntityCompone);
|
|
31126
31153
|
function EntityCard(_ref) {
|
|
31127
31154
|
var entityType = _ref.entityType,
|
|
31128
31155
|
entity = _ref.entity,
|
|
@@ -31155,7 +31182,7 @@ function EntityGridItem(_ref) {
|
|
|
31155
31182
|
entity = _ref.entity,
|
|
31156
31183
|
index = _ref.index,
|
|
31157
31184
|
_ref$CollectionCardCo = _ref.CollectionCardComponent,
|
|
31158
|
-
CollectionCardComponent = _ref$CollectionCardCo === void 0 ? Component$
|
|
31185
|
+
CollectionCardComponent = _ref$CollectionCardCo === void 0 ? Component$L : _ref$CollectionCardCo,
|
|
31159
31186
|
_ref$ItemCardComponen = _ref.ItemCardComponent,
|
|
31160
31187
|
ItemCardComponent = _ref$ItemCardComponen === void 0 ? ItemCard : _ref$ItemCardComponen,
|
|
31161
31188
|
_ref$CollectionCardPr = _ref.CollectionCardProps,
|
|
@@ -31215,7 +31242,7 @@ function EntityGrid(_ref) {
|
|
|
31215
31242
|
_ref$EntityGridItemCo = _ref.EntityGridItemComponent,
|
|
31216
31243
|
EntityGridItemComponent = _ref$EntityGridItemCo === void 0 ? EntityGridItemDraggable$1 : _ref$EntityGridItemCo,
|
|
31217
31244
|
_ref$CollectionCardCo = _ref.CollectionCardComponent,
|
|
31218
|
-
CollectionCardComponent = _ref$CollectionCardCo === void 0 ? Component$
|
|
31245
|
+
CollectionCardComponent = _ref$CollectionCardCo === void 0 ? Component$L : _ref$CollectionCardCo,
|
|
31219
31246
|
_ref$ItemCardComponen = _ref.ItemCardComponent,
|
|
31220
31247
|
ItemCardComponent = _ref$ItemCardComponen === void 0 ? ItemCard : _ref$ItemCardComponen,
|
|
31221
31248
|
_ref$CollectionCardPr = _ref.CollectionCardProps,
|
|
@@ -31564,7 +31591,7 @@ EntityDeleteDialog.defaultProps = {
|
|
|
31564
31591
|
'noauth-url': true
|
|
31565
31592
|
},
|
|
31566
31593
|
DialogProps: {},
|
|
31567
|
-
CollectionCardComponent: Component$
|
|
31594
|
+
CollectionCardComponent: Component$L,
|
|
31568
31595
|
CollectionCardProps: {},
|
|
31569
31596
|
ItemCardComponent: ItemCard,
|
|
31570
31597
|
ItemCardProps: {},
|
|
@@ -31572,10 +31599,10 @@ EntityDeleteDialog.defaultProps = {
|
|
|
31572
31599
|
classes: {}
|
|
31573
31600
|
};
|
|
31574
31601
|
|
|
31575
|
-
var Component$
|
|
31602
|
+
var Component$n = styles$2B.withStyles(styles$I, {
|
|
31576
31603
|
name: 'VdtEntityDeleteDialog'
|
|
31577
31604
|
})(EntityDeleteDialog);
|
|
31578
|
-
Component$
|
|
31605
|
+
Component$n.displayName = 'EntityDeleteDialog';
|
|
31579
31606
|
|
|
31580
31607
|
var getPlayerFromRef = function getPlayerFromRef(playerRef) {
|
|
31581
31608
|
if (!playerRef || !playerRef.current) return undefined;
|
|
@@ -31878,7 +31905,7 @@ function EntityCommentCard(_ref) {
|
|
|
31878
31905
|
})))));
|
|
31879
31906
|
}
|
|
31880
31907
|
|
|
31881
|
-
var EntityCommentCard$1 = styles$
|
|
31908
|
+
var EntityCommentCard$1 = styles$2B.withStyles(styles$H, {
|
|
31882
31909
|
name: 'VdtEntityCommentCard'
|
|
31883
31910
|
})(EntityCommentCard);
|
|
31884
31911
|
EntityCommentCard.propTypes = {
|
|
@@ -32061,7 +32088,7 @@ function EntityComment(_ref) {
|
|
|
32061
32088
|
}) : null));
|
|
32062
32089
|
}
|
|
32063
32090
|
|
|
32064
|
-
var EntityComment$1 = styles$
|
|
32091
|
+
var EntityComment$1 = styles$2B.withStyles(styles$G, {
|
|
32065
32092
|
name: 'VdtEntityComment'
|
|
32066
32093
|
})(EntityComment);
|
|
32067
32094
|
EntityComment.propTypes = {
|
|
@@ -32220,13 +32247,13 @@ var binContentDroppableStyles = function binContentDroppableStyles(theme) {
|
|
|
32220
32247
|
canDrop: {
|
|
32221
32248
|
boxShadow: "inset 0px 0px 1px 1px ".concat(theme.palette.primary.main),
|
|
32222
32249
|
'&.VdtDroppable-isOver': {
|
|
32223
|
-
backgroundColor: styles$
|
|
32250
|
+
backgroundColor: styles$2B.emphasize(theme.palette.background.paper, 0.05)
|
|
32224
32251
|
}
|
|
32225
32252
|
}
|
|
32226
32253
|
};
|
|
32227
32254
|
};
|
|
32228
32255
|
|
|
32229
|
-
var BinContentDroppable = vdtReact.compose(styles$
|
|
32256
|
+
var BinContentDroppable = vdtReact.compose(styles$2B.withStyles(binContentDroppableStyles, {
|
|
32230
32257
|
name: 'VdtBinContentDroppable'
|
|
32231
32258
|
}), withDrop)(BinContent);
|
|
32232
32259
|
var entityCardDraggableStyles = {
|
|
@@ -32234,7 +32261,7 @@ var entityCardDraggableStyles = {
|
|
|
32234
32261
|
opacity: 0
|
|
32235
32262
|
}
|
|
32236
32263
|
};
|
|
32237
|
-
var EntityCardDraggable = vdtReact.compose(styles$
|
|
32264
|
+
var EntityCardDraggable = vdtReact.compose(styles$2B.withStyles(entityCardDraggableStyles, {
|
|
32238
32265
|
name: 'VdtEntityCardDraggable'
|
|
32239
32266
|
}), withDrag)(EntityCard);
|
|
32240
32267
|
var styles$E = {
|
|
@@ -32464,7 +32491,7 @@ BinList.defaultProps = {
|
|
|
32464
32491
|
},
|
|
32465
32492
|
ActionComponent: BinListMenu,
|
|
32466
32493
|
ActionProps: {},
|
|
32467
|
-
AddToCollectionDialogComponent: Component$
|
|
32494
|
+
AddToCollectionDialogComponent: Component$z,
|
|
32468
32495
|
AddToCollectionDialogProps: {},
|
|
32469
32496
|
BinContentComponent: BinContentDroppable,
|
|
32470
32497
|
BinContentProps: {},
|
|
@@ -32475,15 +32502,15 @@ BinList.defaultProps = {
|
|
|
32475
32502
|
BinProps: {}
|
|
32476
32503
|
};
|
|
32477
32504
|
|
|
32478
|
-
var Component$
|
|
32505
|
+
var Component$m = styles$2B.withStyles(styles$E, {
|
|
32479
32506
|
name: 'VdtBinList'
|
|
32480
32507
|
})(BinList);
|
|
32481
|
-
Component$
|
|
32508
|
+
Component$m.displayName = 'BinList';
|
|
32482
32509
|
|
|
32483
|
-
var Component$
|
|
32510
|
+
var Component$l = styles$2B.withStyles(styles$F, {
|
|
32484
32511
|
name: 'VdtBinListMenu'
|
|
32485
32512
|
})(BinListMenu);
|
|
32486
|
-
Component$
|
|
32513
|
+
Component$l.displayName = 'BinListMenu';
|
|
32487
32514
|
|
|
32488
32515
|
var LoadMoreTreeItem = core.withStyles({}, {
|
|
32489
32516
|
name: 'VdtLoadMoreTreeItem'
|
|
@@ -33022,7 +33049,7 @@ function SplitButton(_ref) {
|
|
|
33022
33049
|
}))))));
|
|
33023
33050
|
}
|
|
33024
33051
|
|
|
33025
|
-
var SplitButton$1 = styles$
|
|
33052
|
+
var SplitButton$1 = styles$2B.withStyles({}, {
|
|
33026
33053
|
name: 'VdtSplitButton'
|
|
33027
33054
|
})(SplitButton);
|
|
33028
33055
|
|
|
@@ -33239,7 +33266,7 @@ function UploadForm(_ref) {
|
|
|
33239
33266
|
})));
|
|
33240
33267
|
}
|
|
33241
33268
|
|
|
33242
|
-
var UploadForm$1 = styles$
|
|
33269
|
+
var UploadForm$1 = styles$2B.withStyles(styles$C, {
|
|
33243
33270
|
name: 'VdtUploadForm'
|
|
33244
33271
|
})(UploadForm);
|
|
33245
33272
|
|
|
@@ -33304,7 +33331,7 @@ function UploadEditor(_ref) {
|
|
|
33304
33331
|
}, UploadFormProps))));
|
|
33305
33332
|
}
|
|
33306
33333
|
|
|
33307
|
-
var UploadEditor$1 = styles$
|
|
33334
|
+
var UploadEditor$1 = styles$2B.withStyles(styles$B, {
|
|
33308
33335
|
name: 'VdtUploadEditor'
|
|
33309
33336
|
})(UploadEditor);
|
|
33310
33337
|
|
|
@@ -33336,7 +33363,7 @@ var styles$A = function styles(theme) {
|
|
|
33336
33363
|
'&:not(:first-of-type)': {
|
|
33337
33364
|
marginTop: theme.spacing(0.5)
|
|
33338
33365
|
},
|
|
33339
|
-
backgroundColor: styles$
|
|
33366
|
+
backgroundColor: styles$2B.emphasize(theme.palette.background.paper, 0.05),
|
|
33340
33367
|
'&:hover $fileListItemSecondaryAction': {
|
|
33341
33368
|
visibility: 'visible'
|
|
33342
33369
|
},
|
|
@@ -33352,7 +33379,7 @@ var styles$A = function styles(theme) {
|
|
|
33352
33379
|
},
|
|
33353
33380
|
fileListItemContainerHover: {
|
|
33354
33381
|
'&:hover': {
|
|
33355
|
-
backgroundColor: styles$
|
|
33382
|
+
backgroundColor: styles$2B.emphasize(theme.palette.background.paper, 0.1)
|
|
33356
33383
|
}
|
|
33357
33384
|
},
|
|
33358
33385
|
successIcon: {
|
|
@@ -33421,7 +33448,7 @@ function UploadListItem(_ref) {
|
|
|
33421
33448
|
_ref$DeleteIcon = _ref.DeleteIcon,
|
|
33422
33449
|
DeleteIcon = _ref$DeleteIcon === void 0 ? DeleteIcon__default["default"] : _ref$DeleteIcon,
|
|
33423
33450
|
_ref$MimeTypeAvatarIc = _ref.MimeTypeAvatarIcon,
|
|
33424
|
-
MimeTypeAvatarIcon = _ref$MimeTypeAvatarIc === void 0 ? Component$
|
|
33451
|
+
MimeTypeAvatarIcon = _ref$MimeTypeAvatarIc === void 0 ? Component$O : _ref$MimeTypeAvatarIc;
|
|
33425
33452
|
var mimeType = file.type,
|
|
33426
33453
|
size = file.size,
|
|
33427
33454
|
name = file.name,
|
|
@@ -33504,7 +33531,7 @@ function UploadListItem(_ref) {
|
|
|
33504
33531
|
}, /*#__PURE__*/React__default["default"].createElement(DeleteIcon, null))));
|
|
33505
33532
|
}
|
|
33506
33533
|
|
|
33507
|
-
var UploadListItem$1 = styles$
|
|
33534
|
+
var UploadListItem$1 = styles$2B.withStyles(styles$A, {
|
|
33508
33535
|
name: 'VdtUploadListItem'
|
|
33509
33536
|
})(UploadListItem);
|
|
33510
33537
|
|
|
@@ -33597,7 +33624,7 @@ var styles$z = function styles(theme) {
|
|
|
33597
33624
|
marginBottom: theme.spacing(1)
|
|
33598
33625
|
},
|
|
33599
33626
|
editorOpen: {
|
|
33600
|
-
backgroundColor: styles$
|
|
33627
|
+
backgroundColor: styles$2B.emphasize(theme.palette.background.paper, 0.05)
|
|
33601
33628
|
},
|
|
33602
33629
|
isEditing: {
|
|
33603
33630
|
width: '50%'
|
|
@@ -33651,7 +33678,7 @@ function UploadCollectionPicker(_ref2) {
|
|
|
33651
33678
|
});
|
|
33652
33679
|
};
|
|
33653
33680
|
|
|
33654
|
-
return /*#__PURE__*/React__default["default"].createElement(Component$
|
|
33681
|
+
return /*#__PURE__*/React__default["default"].createElement(Component$z, _extends__default["default"]({
|
|
33655
33682
|
className: "VdtUploadCollectionPicker-root",
|
|
33656
33683
|
entities: [],
|
|
33657
33684
|
titleText: "Upload To Collection",
|
|
@@ -33924,7 +33951,7 @@ function Upload(_ref4) {
|
|
|
33924
33951
|
}, UploadCollectionPickerProps))));
|
|
33925
33952
|
}
|
|
33926
33953
|
|
|
33927
|
-
var Upload$1 = styles$
|
|
33954
|
+
var Upload$1 = styles$2B.withStyles(styles$z, {
|
|
33928
33955
|
name: 'VdtUpload'
|
|
33929
33956
|
})(Upload);
|
|
33930
33957
|
|
|
@@ -33986,7 +34013,7 @@ function MediaCardExpand(_ref) {
|
|
|
33986
34013
|
})));
|
|
33987
34014
|
}
|
|
33988
34015
|
|
|
33989
|
-
var MediaCardExpand$1 = styles$
|
|
34016
|
+
var MediaCardExpand$1 = styles$2B.withStyles(styles$y, {
|
|
33990
34017
|
name: 'VdtMediaCardExpand'
|
|
33991
34018
|
})(MediaCardExpand);
|
|
33992
34019
|
|
|
@@ -34020,7 +34047,7 @@ function MediaCardFullWidthCard(_ref) {
|
|
|
34020
34047
|
}, props), children);
|
|
34021
34048
|
}
|
|
34022
34049
|
|
|
34023
|
-
var MediaCardFullWidthCard$1 = styles$
|
|
34050
|
+
var MediaCardFullWidthCard$1 = styles$2B.withStyles(styles$x, {
|
|
34024
34051
|
name: 'VdtMediaCardFullWidthCard'
|
|
34025
34052
|
})(MediaCardFullWidthCard);
|
|
34026
34053
|
|
|
@@ -34078,7 +34105,7 @@ function MediaCardFullWidthContent(_ref) {
|
|
|
34078
34105
|
}, TypographyProps), content)));
|
|
34079
34106
|
}
|
|
34080
34107
|
|
|
34081
|
-
var MediaCardFullWidthContent$1 = styles$
|
|
34108
|
+
var MediaCardFullWidthContent$1 = styles$2B.withStyles(styles$w, {
|
|
34082
34109
|
name: 'VdtMediaCardFullWidthContent'
|
|
34083
34110
|
})(MediaCardFullWidthContent);
|
|
34084
34111
|
|
|
@@ -34127,7 +34154,7 @@ function MediaCardFullWidthHeader(_ref) {
|
|
|
34127
34154
|
}, props));
|
|
34128
34155
|
}
|
|
34129
34156
|
|
|
34130
|
-
var MediaCardFullWidthHeader$1 = styles$
|
|
34157
|
+
var MediaCardFullWidthHeader$1 = styles$2B.withStyles(styles$v, {
|
|
34131
34158
|
name: 'MediaCardFullWidthHeader'
|
|
34132
34159
|
})(MediaCardFullWidthHeader);
|
|
34133
34160
|
|
|
@@ -34322,7 +34349,7 @@ MediaCardFullWidth.defaultProps = {
|
|
|
34322
34349
|
expandedContent: undefined,
|
|
34323
34350
|
CardComponent: MediaCardFullWidthCard$1,
|
|
34324
34351
|
HeaderComponent: MediaCardFullWidthHeader$1,
|
|
34325
|
-
ThumbnailComponent: Component$
|
|
34352
|
+
ThumbnailComponent: Component$P,
|
|
34326
34353
|
ContentComponent: MediaCardFullWidthContent$1,
|
|
34327
34354
|
ExpandComponent: MediaCardExpand$1,
|
|
34328
34355
|
ExpandedContentComponent: MediaCardFullWidthContent$1,
|
|
@@ -34336,10 +34363,10 @@ MediaCardFullWidth.defaultProps = {
|
|
|
34336
34363
|
ActionsProps: {}
|
|
34337
34364
|
};
|
|
34338
34365
|
|
|
34339
|
-
var Component$
|
|
34366
|
+
var Component$k = styles$2B.withStyles(styles$u, {
|
|
34340
34367
|
name: 'VdtMediaCardFullWidth'
|
|
34341
34368
|
})(MediaCardFullWidth);
|
|
34342
|
-
Component$
|
|
34369
|
+
Component$k.displayName = 'MediaCardFullWidth';
|
|
34343
34370
|
|
|
34344
34371
|
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; }
|
|
34345
34372
|
|
|
@@ -34666,7 +34693,7 @@ ChangePasswordForm.defaultProps = {
|
|
|
34666
34693
|
noPwdTxt: 'No password set',
|
|
34667
34694
|
noUserTxt: 'Cannot determine username'
|
|
34668
34695
|
};
|
|
34669
|
-
var ChangePasswordForm$1 = styles$
|
|
34696
|
+
var ChangePasswordForm$1 = styles$2B.withStyles(styles$t, {
|
|
34670
34697
|
name: 'VdtChangePasswordForm'
|
|
34671
34698
|
})(ChangePasswordForm);
|
|
34672
34699
|
|
|
@@ -34716,7 +34743,7 @@ function ChangePasswordDialog(_ref) {
|
|
|
34716
34743
|
}, props))));
|
|
34717
34744
|
}
|
|
34718
34745
|
|
|
34719
|
-
var ChangePasswordDialog$1 = styles$
|
|
34746
|
+
var ChangePasswordDialog$1 = styles$2B.withStyles(styles$s, {
|
|
34720
34747
|
name: 'VdtChangePasswordDialog'
|
|
34721
34748
|
})(ChangePasswordDialog);
|
|
34722
34749
|
|
|
@@ -34746,7 +34773,7 @@ function UserRow(_ref) {
|
|
|
34746
34773
|
}));
|
|
34747
34774
|
}
|
|
34748
34775
|
|
|
34749
|
-
var UserRow$1 = styles$
|
|
34776
|
+
var UserRow$1 = styles$2B.withStyles({}, {
|
|
34750
34777
|
name: 'VdtUserRow'
|
|
34751
34778
|
})(UserRow);
|
|
34752
34779
|
|
|
@@ -34824,10 +34851,10 @@ UserTable.defaultProps = {
|
|
|
34824
34851
|
userColumnLabels: DEFAULT_COLUMN_LABELS
|
|
34825
34852
|
};
|
|
34826
34853
|
|
|
34827
|
-
var Component$
|
|
34854
|
+
var Component$j = styles$2B.withStyles(styles$r, {
|
|
34828
34855
|
name: 'VdtUserTable'
|
|
34829
34856
|
})(UserTable);
|
|
34830
|
-
Component$
|
|
34857
|
+
Component$j.displayName = 'UserTable';
|
|
34831
34858
|
|
|
34832
34859
|
var styles$q = function styles(theme) {
|
|
34833
34860
|
return {
|
|
@@ -34840,7 +34867,7 @@ var styles$q = function styles(theme) {
|
|
|
34840
34867
|
visibility: 'hidden'
|
|
34841
34868
|
},
|
|
34842
34869
|
'&:hover': {
|
|
34843
|
-
backgroundColor: styles$
|
|
34870
|
+
backgroundColor: styles$2B.emphasize(theme.palette.background.paper, 0.1),
|
|
34844
34871
|
'& .MuiListItemSecondaryAction-root': {
|
|
34845
34872
|
visibility: 'visible'
|
|
34846
34873
|
}
|
|
@@ -35118,10 +35145,10 @@ GroupRelationList.defaultProps = {
|
|
|
35118
35145
|
addButtonText: 'Add'
|
|
35119
35146
|
};
|
|
35120
35147
|
|
|
35121
|
-
var Component$
|
|
35148
|
+
var Component$i = styles$2B.withStyles(styles$q, {
|
|
35122
35149
|
name: 'VdtGroupRelationList'
|
|
35123
35150
|
})(GroupRelationList);
|
|
35124
|
-
Component$
|
|
35151
|
+
Component$i.displayName = 'GroupRelationList';
|
|
35125
35152
|
|
|
35126
35153
|
var styles$p = function styles(theme) {
|
|
35127
35154
|
return {
|
|
@@ -35176,7 +35203,7 @@ function UserData(_ref2) {
|
|
|
35176
35203
|
}))));
|
|
35177
35204
|
}
|
|
35178
35205
|
|
|
35179
|
-
var UserData$1 = styles$
|
|
35206
|
+
var UserData$1 = styles$2B.withStyles(styles$p, {
|
|
35180
35207
|
name: 'VdtUserData'
|
|
35181
35208
|
})(UserData);
|
|
35182
35209
|
|
|
@@ -35367,19 +35394,19 @@ UserDetails.defaultProps = {
|
|
|
35367
35394
|
onChangePassword: undefined,
|
|
35368
35395
|
DetailsComponent: UserData$1,
|
|
35369
35396
|
DetailsProps: {},
|
|
35370
|
-
GroupsComponent: Component$
|
|
35397
|
+
GroupsComponent: Component$i,
|
|
35371
35398
|
GroupsProps: {},
|
|
35372
|
-
RolesComponent: Component$
|
|
35399
|
+
RolesComponent: Component$i,
|
|
35373
35400
|
RolesProps: {},
|
|
35374
35401
|
MenuComponent: UserMenu,
|
|
35375
35402
|
MenuProps: {},
|
|
35376
35403
|
lockedUsers: ['admin', 'vidinetviewer']
|
|
35377
35404
|
};
|
|
35378
35405
|
|
|
35379
|
-
var Component$
|
|
35406
|
+
var Component$h = styles$2B.withStyles(styles$o, {
|
|
35380
35407
|
name: 'VdtUserDetails'
|
|
35381
35408
|
})(UserDetails);
|
|
35382
|
-
Component$
|
|
35409
|
+
Component$h.displayName = 'UserDetails';
|
|
35383
35410
|
|
|
35384
35411
|
function PasswordField(props) {
|
|
35385
35412
|
var _React$useState = React__default["default"].useState(false),
|
|
@@ -35604,10 +35631,10 @@ CreateUserDialog$1.defaultProps = {
|
|
|
35604
35631
|
CreateUserFormProps: {}
|
|
35605
35632
|
};
|
|
35606
35633
|
|
|
35607
|
-
var Component$
|
|
35634
|
+
var Component$g = styles$2B.withStyles(styles$m, {
|
|
35608
35635
|
name: 'VdtCreateUserDialog'
|
|
35609
35636
|
})(CreateUserDialog$1);
|
|
35610
|
-
Component$
|
|
35637
|
+
Component$g.displayName = 'CreateUserDialog';
|
|
35611
35638
|
|
|
35612
35639
|
var styles$l = function styles(theme) {
|
|
35613
35640
|
return {
|
|
@@ -35739,10 +35766,10 @@ EditUserDialog.defaultProps = {
|
|
|
35739
35766
|
}
|
|
35740
35767
|
};
|
|
35741
35768
|
|
|
35742
|
-
var Component$
|
|
35769
|
+
var Component$f = styles$2B.withStyles(styles$k, {
|
|
35743
35770
|
name: 'VdtEditUserDialog'
|
|
35744
35771
|
})(EditUserDialog);
|
|
35745
|
-
Component$
|
|
35772
|
+
Component$f.displayName = 'EditUserDialog';
|
|
35746
35773
|
|
|
35747
35774
|
var styles$j = function styles(theme) {
|
|
35748
35775
|
return {
|
|
@@ -35854,10 +35881,10 @@ CreateUserDialog.defaultProps = {
|
|
|
35854
35881
|
onSubmit: undefined
|
|
35855
35882
|
};
|
|
35856
35883
|
|
|
35857
|
-
var Component$
|
|
35884
|
+
var Component$e = styles$2B.withStyles(styles$i, {
|
|
35858
35885
|
name: 'VdtChangeUserPasswordDialog'
|
|
35859
35886
|
})(CreateUserDialog);
|
|
35860
|
-
Component$
|
|
35887
|
+
Component$e.displayName = 'ChangeUserPasswordDialog';
|
|
35861
35888
|
|
|
35862
35889
|
var styles$h = function styles(theme) {
|
|
35863
35890
|
return {
|
|
@@ -35870,7 +35897,7 @@ var styles$h = function styles(theme) {
|
|
|
35870
35897
|
visibility: 'hidden'
|
|
35871
35898
|
},
|
|
35872
35899
|
'&:hover': {
|
|
35873
|
-
backgroundColor: styles$
|
|
35900
|
+
backgroundColor: styles$2B.emphasize(theme.palette.background.paper, 0.1),
|
|
35874
35901
|
'& .MuiListItemSecondaryAction-root': {
|
|
35875
35902
|
visibility: 'visible'
|
|
35876
35903
|
}
|
|
@@ -36136,10 +36163,10 @@ UserRelationList.defaultProps = {
|
|
|
36136
36163
|
addButtonText: 'Add'
|
|
36137
36164
|
};
|
|
36138
36165
|
|
|
36139
|
-
var Component$
|
|
36166
|
+
var Component$d = styles$2B.withStyles(styles$h, {
|
|
36140
36167
|
name: 'VdtUserRelationList'
|
|
36141
36168
|
})(UserRelationList);
|
|
36142
|
-
Component$
|
|
36169
|
+
Component$d.displayName = 'UserRelationList';
|
|
36143
36170
|
|
|
36144
36171
|
var styles$g = function styles(theme) {
|
|
36145
36172
|
return {
|
|
@@ -36286,10 +36313,10 @@ UserAvatarButton.defaultProps = {
|
|
|
36286
36313
|
localeSelectProps: {}
|
|
36287
36314
|
};
|
|
36288
36315
|
|
|
36289
|
-
var Component$
|
|
36316
|
+
var Component$c = styles$2B.withStyles(styles$g, {
|
|
36290
36317
|
name: 'VdtUserAvatarButton'
|
|
36291
36318
|
})(UserAvatarButton);
|
|
36292
|
-
Component$
|
|
36319
|
+
Component$c.displayName = 'UserAvatarButton';
|
|
36293
36320
|
|
|
36294
36321
|
var _excluded$2 = ["classes", "group", "columns", "onClick"];
|
|
36295
36322
|
|
|
@@ -36327,7 +36354,7 @@ function GroupRow(_ref) {
|
|
|
36327
36354
|
}));
|
|
36328
36355
|
}
|
|
36329
36356
|
|
|
36330
|
-
var GroupRow$1 = styles$
|
|
36357
|
+
var GroupRow$1 = styles$2B.withStyles(styles$f, {
|
|
36331
36358
|
name: 'VdtGroupRow'
|
|
36332
36359
|
})(GroupRow);
|
|
36333
36360
|
|
|
@@ -36415,10 +36442,10 @@ GroupTable.defaultProps = {
|
|
|
36415
36442
|
}
|
|
36416
36443
|
};
|
|
36417
36444
|
|
|
36418
|
-
var Component$
|
|
36445
|
+
var Component$b = styles$2B.withStyles(styles$e, {
|
|
36419
36446
|
name: 'VdtGroupTable'
|
|
36420
36447
|
})(GroupTable);
|
|
36421
|
-
Component$
|
|
36448
|
+
Component$b.displayName = 'GroupTable';
|
|
36422
36449
|
|
|
36423
36450
|
var styles$d = function styles(theme) {
|
|
36424
36451
|
return {
|
|
@@ -36490,7 +36517,7 @@ function GroupData(_ref) {
|
|
|
36490
36517
|
})));
|
|
36491
36518
|
}
|
|
36492
36519
|
|
|
36493
|
-
var GroupData$1 = styles$
|
|
36520
|
+
var GroupData$1 = styles$2B.withStyles(styles$d, {
|
|
36494
36521
|
name: 'VdtGroupData'
|
|
36495
36522
|
})(GroupData);
|
|
36496
36523
|
|
|
@@ -36710,13 +36737,13 @@ GroupDetails.defaultProps = {
|
|
|
36710
36737
|
onRemoveFromParent: undefined,
|
|
36711
36738
|
DetailsComponent: GroupData$1,
|
|
36712
36739
|
DetailsProps: {},
|
|
36713
|
-
UsersComponent: Component$
|
|
36740
|
+
UsersComponent: Component$d,
|
|
36714
36741
|
UsersProps: {},
|
|
36715
|
-
RolesComponent: Component$
|
|
36742
|
+
RolesComponent: Component$i,
|
|
36716
36743
|
RolesProps: {},
|
|
36717
|
-
ParentGroupsComponent: Component$
|
|
36744
|
+
ParentGroupsComponent: Component$i,
|
|
36718
36745
|
ParentGroupsProps: {},
|
|
36719
|
-
ChildGroupsComponent: Component$
|
|
36746
|
+
ChildGroupsComponent: Component$i,
|
|
36720
36747
|
ChildGroupsProps: {},
|
|
36721
36748
|
MenuComponent: GroupMenu,
|
|
36722
36749
|
MenuProps: {},
|
|
@@ -36724,10 +36751,10 @@ GroupDetails.defaultProps = {
|
|
|
36724
36751
|
lockedUsers: ['admin', 'vidinetviewer']
|
|
36725
36752
|
};
|
|
36726
36753
|
|
|
36727
|
-
var Component$
|
|
36754
|
+
var Component$a = styles$2B.withStyles(styles$c, {
|
|
36728
36755
|
name: 'VdtGroupDetails'
|
|
36729
36756
|
})(GroupDetails);
|
|
36730
|
-
Component$
|
|
36757
|
+
Component$a.displayName = 'GroupDetails';
|
|
36731
36758
|
|
|
36732
36759
|
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; }
|
|
36733
36760
|
|
|
@@ -37010,10 +37037,10 @@ CreateGroupDialog.defaultProps = {
|
|
|
37010
37037
|
CreateGroupFormProps: {}
|
|
37011
37038
|
};
|
|
37012
37039
|
|
|
37013
|
-
var Component$
|
|
37040
|
+
var Component$9 = styles$2B.withStyles(styles$a, {
|
|
37014
37041
|
name: 'VdtCreateGroupDialog'
|
|
37015
37042
|
})(CreateGroupDialog);
|
|
37016
|
-
Component$
|
|
37043
|
+
Component$9.displayName = 'CreateGroupDialog';
|
|
37017
37044
|
|
|
37018
37045
|
var styles$9 = function styles(theme) {
|
|
37019
37046
|
return {
|
|
@@ -37131,10 +37158,10 @@ EditGroupDialog.defaultProps = {
|
|
|
37131
37158
|
EditGroupFormProps: {}
|
|
37132
37159
|
};
|
|
37133
37160
|
|
|
37134
|
-
var Component$
|
|
37161
|
+
var Component$8 = styles$2B.withStyles(styles$8, {
|
|
37135
37162
|
name: 'VdtEditGroupDialog'
|
|
37136
37163
|
})(EditGroupDialog);
|
|
37137
|
-
Component$
|
|
37164
|
+
Component$8.displayName = 'EditGroupDialog';
|
|
37138
37165
|
|
|
37139
37166
|
var styles$7 = function styles() {
|
|
37140
37167
|
return {
|
|
@@ -37282,15 +37309,10 @@ DragScroll.defaultProps = {
|
|
|
37282
37309
|
classes: {}
|
|
37283
37310
|
};
|
|
37284
37311
|
|
|
37285
|
-
var Component$
|
|
37312
|
+
var Component$7 = styles$2B.withStyles(styles$7, {
|
|
37286
37313
|
name: 'VdtDragScroll'
|
|
37287
37314
|
})(DragScroll);
|
|
37288
|
-
Component$
|
|
37289
|
-
|
|
37290
|
-
var Component$7 = styles$2A.withStyles(styles$1L, {
|
|
37291
|
-
name: 'VdtImageCollage'
|
|
37292
|
-
})(ImageCollage);
|
|
37293
|
-
Component$7.displayName = 'ImageCollage';
|
|
37315
|
+
Component$7.displayName = 'DragScroll';
|
|
37294
37316
|
|
|
37295
37317
|
var actions = {
|
|
37296
37318
|
DELETE: 'DELETE',
|
|
@@ -37377,7 +37399,7 @@ SelectedToolbar.defaultProps = {
|
|
|
37377
37399
|
className: undefined
|
|
37378
37400
|
};
|
|
37379
37401
|
|
|
37380
|
-
var Component$6 = styles$
|
|
37402
|
+
var Component$6 = styles$2B.withStyles(styles$6, {
|
|
37381
37403
|
name: 'VdtSelectedToolbar'
|
|
37382
37404
|
})(SelectedToolbar);
|
|
37383
37405
|
Component$6.displayName = 'SelectedToolbar';
|
|
@@ -37396,10 +37418,10 @@ var styles$5 = function styles(theme) {
|
|
|
37396
37418
|
},
|
|
37397
37419
|
'@keyframes active': {
|
|
37398
37420
|
'0%': {
|
|
37399
|
-
borderColor: styles$
|
|
37421
|
+
borderColor: styles$2B.alpha(theme.palette.primary.main, 1)
|
|
37400
37422
|
},
|
|
37401
37423
|
'100%': {
|
|
37402
|
-
borderColor: styles$
|
|
37424
|
+
borderColor: styles$2B.alpha(theme.palette.primary.main, 0)
|
|
37403
37425
|
}
|
|
37404
37426
|
}
|
|
37405
37427
|
};
|
|
@@ -37468,7 +37490,7 @@ Event.defaultProps = {
|
|
|
37468
37490
|
EventContentProps: {}
|
|
37469
37491
|
};
|
|
37470
37492
|
|
|
37471
|
-
var Component$5 = styles$
|
|
37493
|
+
var Component$5 = styles$2B.withStyles(styles$5, {
|
|
37472
37494
|
name: 'VdtEvent'
|
|
37473
37495
|
})(Event);
|
|
37474
37496
|
Component$5.displayName = 'Event';
|
|
@@ -37529,7 +37551,7 @@ EventContainer.defaultProps = {
|
|
|
37529
37551
|
classes: {}
|
|
37530
37552
|
};
|
|
37531
37553
|
|
|
37532
|
-
var Component$4 = styles$
|
|
37554
|
+
var Component$4 = styles$2B.withStyles(styles$4, {
|
|
37533
37555
|
name: 'VdtEventContainer'
|
|
37534
37556
|
})(EventContainer);
|
|
37535
37557
|
Component$4.displayName = 'EventContainer';
|
|
@@ -37597,7 +37619,7 @@ EventMarker.defaultProps = {
|
|
|
37597
37619
|
onClick: undefined
|
|
37598
37620
|
};
|
|
37599
37621
|
|
|
37600
|
-
var Component$3 = styles$
|
|
37622
|
+
var Component$3 = styles$2B.withStyles(styles$3, {
|
|
37601
37623
|
name: 'VdtEventMarker'
|
|
37602
37624
|
})(EventMarker);
|
|
37603
37625
|
Component$3.displayName = 'EventMarker';
|
|
@@ -37684,7 +37706,7 @@ EventMarkerThumbnail.defaultProps = {
|
|
|
37684
37706
|
TooltipProps: {}
|
|
37685
37707
|
};
|
|
37686
37708
|
|
|
37687
|
-
var Component$2 = styles$
|
|
37709
|
+
var Component$2 = styles$2B.withStyles(styles$2, {
|
|
37688
37710
|
name: 'VdtEventMarkerThumbnail'
|
|
37689
37711
|
})(EventMarkerThumbnail);
|
|
37690
37712
|
Component$2.displayName = 'EventMarkerThumbnail';
|
|
@@ -37692,7 +37714,7 @@ Component$2.displayName = 'EventMarkerThumbnail';
|
|
|
37692
37714
|
var styles$1 = function styles(theme) {
|
|
37693
37715
|
return {
|
|
37694
37716
|
root: {
|
|
37695
|
-
backgroundColor: styles$
|
|
37717
|
+
backgroundColor: styles$2B.alpha(theme.palette.primary.main, 0.25),
|
|
37696
37718
|
height: '5px',
|
|
37697
37719
|
width: '100%',
|
|
37698
37720
|
borderRadius: '2px',
|
|
@@ -37745,7 +37767,7 @@ EventMarkerTimeline.defaultProps = {
|
|
|
37745
37767
|
length: undefined
|
|
37746
37768
|
};
|
|
37747
37769
|
|
|
37748
|
-
var Component$1 = styles$
|
|
37770
|
+
var Component$1 = styles$2B.withStyles(styles$1, {
|
|
37749
37771
|
name: 'VdtEventMarkerTimeline'
|
|
37750
37772
|
})(EventMarkerTimeline);
|
|
37751
37773
|
Component$1.displayName = 'EventMarkerTimeline';
|
|
@@ -38302,28 +38324,28 @@ EventTimeline.defaultProps = {
|
|
|
38302
38324
|
itemSearchDocument: {}
|
|
38303
38325
|
};
|
|
38304
38326
|
|
|
38305
|
-
var Component = styles$
|
|
38327
|
+
var Component = styles$2B.withStyles(styles, {
|
|
38306
38328
|
name: 'VdtEventTimeline'
|
|
38307
38329
|
})(EventTimeline);
|
|
38308
38330
|
Component.displayName = 'EventTimeline';
|
|
38309
38331
|
|
|
38310
38332
|
exports.AddRelationDialog = AddRelationDialog$1;
|
|
38311
|
-
exports.AddToCollectionDialog = Component$
|
|
38333
|
+
exports.AddToCollectionDialog = Component$z;
|
|
38312
38334
|
exports.AutocompleteConstraintField = AutocompleteConstraintField$1;
|
|
38313
38335
|
exports.AutocompleteField = AutocompleteField$1;
|
|
38314
38336
|
exports.BatonAnalysisDialog = BatonAnalysisDialog$1;
|
|
38315
38337
|
exports.BatonAnalysisForm = BatonFormComponent;
|
|
38316
|
-
exports.BinList = Component$
|
|
38317
|
-
exports.BinListMenu = Component$
|
|
38338
|
+
exports.BinList = Component$m;
|
|
38339
|
+
exports.BinListMenu = Component$l;
|
|
38318
38340
|
exports.ChangePasswordDialog = ChangePasswordDialog$1;
|
|
38319
38341
|
exports.ChangePasswordForm = ChangePasswordForm$1;
|
|
38320
|
-
exports.ChangeUserPasswordDialog = Component$
|
|
38342
|
+
exports.ChangeUserPasswordDialog = Component$e;
|
|
38321
38343
|
exports.CheckboxField = CheckboxField$1;
|
|
38322
38344
|
exports.CheckboxGroupField = CheckboxGroupField$1;
|
|
38323
38345
|
exports.CollectionAccessTab = CollectionAccessTab$1;
|
|
38324
|
-
exports.CollectionCard = Component$
|
|
38346
|
+
exports.CollectionCard = Component$L;
|
|
38325
38347
|
exports.CollectionCardThumbnail = Component$J;
|
|
38326
|
-
exports.CollectionContent = Component$
|
|
38348
|
+
exports.CollectionContent = Component$x;
|
|
38327
38349
|
exports.CollectionCreateDialog = Component$C;
|
|
38328
38350
|
exports.CollectionGrid = Component$I;
|
|
38329
38351
|
exports.CollectionList = Component$D;
|
|
@@ -38331,24 +38353,24 @@ exports.CollectionListItem = Component$E;
|
|
|
38331
38353
|
exports.CollectionMetadataEdit = CollectionMetadataEdit;
|
|
38332
38354
|
exports.CollectionMetadataTab = CollectionMetadataTab$1;
|
|
38333
38355
|
exports.CollectionRow = Component$H;
|
|
38334
|
-
exports.CollectionSearchPicker =
|
|
38356
|
+
exports.CollectionSearchPicker = Component$A;
|
|
38335
38357
|
exports.CollectionTable = Component$G;
|
|
38336
38358
|
exports.CollectionTreeList = Component$F;
|
|
38337
|
-
exports.CreateGroupDialog = Component$
|
|
38338
|
-
exports.CreateUserDialog = Component$
|
|
38359
|
+
exports.CreateGroupDialog = Component$9;
|
|
38360
|
+
exports.CreateUserDialog = Component$g;
|
|
38339
38361
|
exports.DateField = DateField$1;
|
|
38340
38362
|
exports.DragAndDropContext = DragAndDropContext;
|
|
38341
38363
|
exports.DragAndDropProvider = DragAndDropProvider;
|
|
38342
|
-
exports.DragScroll = Component$
|
|
38364
|
+
exports.DragScroll = Component$7;
|
|
38343
38365
|
exports.ENTITY_TREE_COLLECTION = COLLECTION$3;
|
|
38344
38366
|
exports.ENTITY_TREE_ITEM = ITEM$3;
|
|
38345
38367
|
exports.ENTITY_TREE_JOIN_CHARACTER = JOIN_CHARACTER$1;
|
|
38346
38368
|
exports.ENTITY_TREE_ROOT = ROOT;
|
|
38347
|
-
exports.EditGroupDialog = Component$
|
|
38348
|
-
exports.EditUserDialog = Component$
|
|
38369
|
+
exports.EditGroupDialog = Component$8;
|
|
38370
|
+
exports.EditUserDialog = Component$f;
|
|
38349
38371
|
exports.EntityCard = EntityCard;
|
|
38350
38372
|
exports.EntityComment = EntityComment$1;
|
|
38351
|
-
exports.EntityDeleteDialog = Component$
|
|
38373
|
+
exports.EntityDeleteDialog = Component$n;
|
|
38352
38374
|
exports.EntityGrid = EntityGrid;
|
|
38353
38375
|
exports.EntityGridItemDraggable = EntityGridItemDraggable$1;
|
|
38354
38376
|
exports.EntityTable = EntityTable;
|
|
@@ -38371,10 +38393,10 @@ exports.FilterForm = FilterForm;
|
|
|
38371
38393
|
exports.FilterFormLabel = FilterFormLabel$1;
|
|
38372
38394
|
exports.FolderListTree = FolderListTree;
|
|
38373
38395
|
exports.FolderTree = FolderTree;
|
|
38374
|
-
exports.GroupDetails = Component$
|
|
38375
|
-
exports.GroupRelationList = Component$
|
|
38376
|
-
exports.GroupTable = Component$
|
|
38377
|
-
exports.ImageCollage = Component$
|
|
38396
|
+
exports.GroupDetails = Component$a;
|
|
38397
|
+
exports.GroupRelationList = Component$i;
|
|
38398
|
+
exports.GroupTable = Component$b;
|
|
38399
|
+
exports.ImageCollage = Component$K;
|
|
38378
38400
|
exports.ItemAccessTab = ItemAccessTab$1;
|
|
38379
38401
|
exports.ItemCard = ItemCard;
|
|
38380
38402
|
exports.ItemCompoundMetadataTab = ItemCompoundMetadataTab$1;
|
|
@@ -38384,15 +38406,15 @@ exports.ItemFileShareDialog = ItemFileShareDialog$1;
|
|
|
38384
38406
|
exports.ItemGrid = ItemGrid;
|
|
38385
38407
|
exports.ItemGridDroppable = ItemGridDroppable;
|
|
38386
38408
|
exports.ItemImagePlayer = ItemImagePlayer$1;
|
|
38387
|
-
exports.ItemList = Component$
|
|
38388
|
-
exports.ItemListItem = Component$
|
|
38409
|
+
exports.ItemList = Component$v;
|
|
38410
|
+
exports.ItemListItem = Component$w;
|
|
38389
38411
|
exports.ItemMetadataFieldGroupRow = ItemMetadataFieldGroupRow;
|
|
38390
38412
|
exports.ItemMetadataFieldRow = ItemMetadataFieldRow$1;
|
|
38391
38413
|
exports.ItemMetadataFormRow = ItemMetadataFieldRow$1;
|
|
38392
38414
|
exports.ItemMetadataFormTable = ItemMetadataFormTable;
|
|
38393
38415
|
exports.ItemMetadataTab = ItemMetadataTab$1;
|
|
38394
38416
|
exports.ItemParentsTab = ItemParentsTab$1;
|
|
38395
|
-
exports.ItemPlayer = Component$
|
|
38417
|
+
exports.ItemPlayer = Component$s;
|
|
38396
38418
|
exports.ItemPoster = ItemPoster;
|
|
38397
38419
|
exports.ItemPosterTab = ItemPosterTab;
|
|
38398
38420
|
exports.ItemRelationRemoveDialog = ItemRelationRemoveDialog$1;
|
|
@@ -38400,14 +38422,14 @@ exports.ItemRelationsTab = ItemRelationsTab$1;
|
|
|
38400
38422
|
exports.ItemRow = ItemRow;
|
|
38401
38423
|
exports.ItemSearchPicker = ItemSearchPicker$1;
|
|
38402
38424
|
exports.ItemShapeTab = ItemShapeTab;
|
|
38403
|
-
exports.ItemShapeTable = Component$
|
|
38404
|
-
exports.ItemSidecarDialog = Component$
|
|
38425
|
+
exports.ItemShapeTable = Component$S;
|
|
38426
|
+
exports.ItemSidecarDialog = Component$t;
|
|
38405
38427
|
exports.ItemSidecarDownload = ItemSidecarDownload;
|
|
38406
38428
|
exports.ItemSidecarUpload = ItemSidecarUpload;
|
|
38407
38429
|
exports.ItemSourceTab = ItemSourceTab;
|
|
38408
|
-
exports.ItemSourceTable = Component$
|
|
38430
|
+
exports.ItemSourceTable = Component$R;
|
|
38409
38431
|
exports.ItemTable = ItemTable;
|
|
38410
|
-
exports.ItemTabs = Component$
|
|
38432
|
+
exports.ItemTabs = Component$u;
|
|
38411
38433
|
exports.ItemTimespanTab = ItemTimespan;
|
|
38412
38434
|
exports.ItemTreeItem = ItemTreeItem$1;
|
|
38413
38435
|
exports.ItemVideoPlayer = ItemVideoPlayer$1;
|
|
@@ -38424,28 +38446,28 @@ exports.JobTable = JobTable$1;
|
|
|
38424
38446
|
exports.JobTaskTable = JobTaskTable$1;
|
|
38425
38447
|
exports.LOAD_MORE = LOAD_MORE;
|
|
38426
38448
|
exports.LayoutButtonGroup = LayoutButtonGroup$1;
|
|
38427
|
-
exports.LoginForm = Component$
|
|
38449
|
+
exports.LoginForm = Component$U;
|
|
38428
38450
|
exports.MediaBadge = MediaBadge$1;
|
|
38429
38451
|
exports.MediaBadges = MediaBadges$1;
|
|
38430
|
-
exports.MediaCard = Component$
|
|
38452
|
+
exports.MediaCard = Component$M;
|
|
38431
38453
|
exports.MediaCardActions = MediaCardActions;
|
|
38432
|
-
exports.MediaCardAvatar = Component$
|
|
38454
|
+
exports.MediaCardAvatar = Component$N;
|
|
38433
38455
|
exports.MediaCardCard = MediaCardCard$1;
|
|
38434
38456
|
exports.MediaCardCheckbox = MediaCardCheckbox;
|
|
38435
38457
|
exports.MediaCardContent = MediaCardContent;
|
|
38436
38458
|
exports.MediaCardDurationLabel = MediaCardDurationLabel;
|
|
38437
|
-
exports.MediaCardFullWidth = Component$
|
|
38459
|
+
exports.MediaCardFullWidth = Component$k;
|
|
38438
38460
|
exports.MediaCardHeader = MediaCardHeader;
|
|
38439
38461
|
exports.MediaCardMenu = MediaCardMenu;
|
|
38440
|
-
exports.MediaCardThumbnail = Component$
|
|
38441
|
-
exports.MediaCardThumbnailLabel = Component$
|
|
38442
|
-
exports.MimeTypeIcon = Component$
|
|
38462
|
+
exports.MediaCardThumbnail = Component$P;
|
|
38463
|
+
exports.MediaCardThumbnailLabel = Component$Q;
|
|
38464
|
+
exports.MimeTypeIcon = Component$O;
|
|
38443
38465
|
exports.PREFIX = PREFIX;
|
|
38444
38466
|
exports.Pagination = SearchPagination;
|
|
38445
38467
|
exports.PaginationActions = SearchPaginationActions;
|
|
38446
38468
|
exports.QueryBetween = QueryBetween;
|
|
38447
|
-
exports.QueryBuilder = Component$
|
|
38448
|
-
exports.QueryBuilderCard = Component$
|
|
38469
|
+
exports.QueryBuilder = Component$p;
|
|
38470
|
+
exports.QueryBuilderCard = Component$o;
|
|
38449
38471
|
exports.QueryContains = QueryContains;
|
|
38450
38472
|
exports.QueryEntry = QueryEntry;
|
|
38451
38473
|
exports.QueryEquals = QueryEquals;
|
|
@@ -38454,11 +38476,11 @@ exports.QueryGroup = QueryGroup;
|
|
|
38454
38476
|
exports.QueryInput = QueryInput;
|
|
38455
38477
|
exports.QueryOperator = QueryOperator;
|
|
38456
38478
|
exports.RadioField = RadioField$1;
|
|
38457
|
-
exports.RemoveFromCollectionDialog = Component$
|
|
38479
|
+
exports.RemoveFromCollectionDialog = Component$y;
|
|
38458
38480
|
exports.STORAGE = STORAGE;
|
|
38459
38481
|
exports.SavedSearch = SavedSearch$1;
|
|
38460
38482
|
exports.SavedSearchFolder = FolderRow$1;
|
|
38461
|
-
exports.SearchField = Component$
|
|
38483
|
+
exports.SearchField = Component$q;
|
|
38462
38484
|
exports.SearchInput = Component$B;
|
|
38463
38485
|
exports.SearchInputFieldSelect = SearchInputFieldSelect$1;
|
|
38464
38486
|
exports.SearchResultRow = SearchResultRow;
|
|
@@ -38474,9 +38496,9 @@ exports.SelectedToolbar = Component$6;
|
|
|
38474
38496
|
exports.ShapeTagCard = ShapeTagCard$1;
|
|
38475
38497
|
exports.ShapeTagListAccordion = ShapeTagListAccordion$1;
|
|
38476
38498
|
exports.SliderField = SliderField;
|
|
38477
|
-
exports.Sort = Component$
|
|
38499
|
+
exports.Sort = Component$T;
|
|
38478
38500
|
exports.SortMenuItem = SortMenuItem;
|
|
38479
|
-
exports.SpellCheck = Component$
|
|
38501
|
+
exports.SpellCheck = Component$r;
|
|
38480
38502
|
exports.Storage = Storage;
|
|
38481
38503
|
exports.StorageList = StorageList;
|
|
38482
38504
|
exports.StorageListTree = StorageListTree;
|
|
@@ -38492,10 +38514,10 @@ exports.Upload = Upload$1;
|
|
|
38492
38514
|
exports.UploadEditor = UploadEditor$1;
|
|
38493
38515
|
exports.UploadForm = UploadForm$1;
|
|
38494
38516
|
exports.UploadListItem = UploadListItem$1;
|
|
38495
|
-
exports.UserAvatarButton = Component$
|
|
38496
|
-
exports.UserDetails = Component$
|
|
38497
|
-
exports.UserRelationList = Component$
|
|
38498
|
-
exports.UserTable = Component$
|
|
38517
|
+
exports.UserAvatarButton = Component$c;
|
|
38518
|
+
exports.UserDetails = Component$h;
|
|
38519
|
+
exports.UserRelationList = Component$d;
|
|
38520
|
+
exports.UserTable = Component$j;
|
|
38499
38521
|
exports.extractEntityInfo = extractEntityInfo;
|
|
38500
38522
|
exports.onGetToken = onGetToken;
|
|
38501
38523
|
exports.useConfirmationDialog = useConfirmationDialog;
|