@panneau/medias 3.0.247 → 3.0.249
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/es/index.js +3 -3
- package/package.json +4 -4
package/es/index.js
CHANGED
@@ -1320,7 +1320,7 @@ function MediasBrowser(_ref) {
|
|
1320
1320
|
withoutMedia: true,
|
1321
1321
|
uppyProps: uppyConfig,
|
1322
1322
|
types: types,
|
1323
|
-
allowMultipleUploads:
|
1323
|
+
allowMultipleUploads: true,
|
1324
1324
|
onChange: onUploadComplete,
|
1325
1325
|
disabled: uploadProcessing,
|
1326
1326
|
loading: uploadProcessing,
|
@@ -1356,7 +1356,7 @@ function MediasBrowser(_ref) {
|
|
1356
1356
|
onOpenMedia(it);
|
1357
1357
|
}
|
1358
1358
|
},
|
1359
|
-
selectable: selectable,
|
1359
|
+
selectable: selectable && !showTrashed,
|
1360
1360
|
selectedItems: selectedItems,
|
1361
1361
|
onSelectionChange: uploadProcessing ? null : onSelectionChange,
|
1362
1362
|
multipleSelection: multipleSelection,
|
@@ -1373,7 +1373,7 @@ function MediasBrowser(_ref) {
|
|
1373
1373
|
displayPlaceholder: /*#__PURE__*/React.createElement("span", {
|
1374
1374
|
className: "text-secondary text-opacity-75"
|
1375
1375
|
}, "\u2014"),
|
1376
|
-
selectable: selectable,
|
1376
|
+
selectable: selectable && !showTrashed,
|
1377
1377
|
selectedItems: selectedItems,
|
1378
1378
|
onSelectionChange: uploadProcessing ? null : onSelectionChange,
|
1379
1379
|
multipleSelection: multipleSelection,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@panneau/medias",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.249",
|
4
4
|
"description": "",
|
5
5
|
"keywords": [
|
6
6
|
"javascript"
|
@@ -64,8 +64,8 @@
|
|
64
64
|
"@panneau/element-media-player": "^3.0.244",
|
65
65
|
"@panneau/element-pagination": "^3.0.244",
|
66
66
|
"@panneau/element-table": "^3.0.244",
|
67
|
-
"@panneau/field-upload": "^3.0.
|
68
|
-
"@panneau/filter-filters": "^3.0.
|
67
|
+
"@panneau/field-upload": "^3.0.248",
|
68
|
+
"@panneau/filter-filters": "^3.0.248",
|
69
69
|
"classnames": "^2.5.1",
|
70
70
|
"lodash": "^4.17.21",
|
71
71
|
"prop-types": "^15.7.2",
|
@@ -74,5 +74,5 @@
|
|
74
74
|
"publishConfig": {
|
75
75
|
"access": "public"
|
76
76
|
},
|
77
|
-
"gitHead": "
|
77
|
+
"gitHead": "da59bca996fb1a1c011b44ca7593ad62da75ed41"
|
78
78
|
}
|