@panneau/medias 3.0.248 → 3.0.250
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 +1 -1
- 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,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@panneau/medias",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.250",
|
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.250",
|
68
|
+
"@panneau/filter-filters": "^3.0.250",
|
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": "25b40b328a4085ad20e71a256006d3bbd11eeb07"
|
78
78
|
}
|