@panneau/medias 3.0.135 → 3.0.136
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/lib/index.js +1 -1
- package/package.json +12 -12
package/es/index.js
CHANGED
@@ -562,7 +562,7 @@ function MediasPicker(_ref) {
|
|
562
562
|
}, /*#__PURE__*/React.createElement(MediasBrowser, Object.assign({
|
563
563
|
tableProps: {
|
564
564
|
selectable: true,
|
565
|
-
|
565
|
+
multipleSelection: multiple,
|
566
566
|
onSelectionChange: onSelectionChange
|
567
567
|
}
|
568
568
|
}, props)), multiple ? /*#__PURE__*/React.createElement(Button, {
|
package/lib/index.js
CHANGED
@@ -566,7 +566,7 @@ function MediasPicker(_ref) {
|
|
566
566
|
}, /*#__PURE__*/React.createElement(MediasBrowser, Object.assign({
|
567
567
|
tableProps: {
|
568
568
|
selectable: true,
|
569
|
-
|
569
|
+
multipleSelection: multiple,
|
570
570
|
onSelectionChange: onSelectionChange
|
571
571
|
}
|
572
572
|
}, props)), multiple ? /*#__PURE__*/React.createElement(Button, {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@panneau/medias",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.136",
|
4
4
|
"description": "",
|
5
5
|
"keywords": [
|
6
6
|
"javascript"
|
@@ -46,16 +46,16 @@
|
|
46
46
|
},
|
47
47
|
"dependencies": {
|
48
48
|
"@babel/runtime": "^7.12.5",
|
49
|
-
"@panneau/core": "^3.0.
|
50
|
-
"@panneau/data": "^3.0.
|
51
|
-
"@panneau/element-button": "^3.0.
|
52
|
-
"@panneau/element-buttons": "^3.0.
|
53
|
-
"@panneau/element-grid": "^3.0.
|
54
|
-
"@panneau/element-icon": "^3.0.
|
55
|
-
"@panneau/element-media-card": "^3.0.
|
56
|
-
"@panneau/element-pagination": "^3.0.
|
57
|
-
"@panneau/element-table": "^3.0.
|
58
|
-
"@panneau/filter-filters": "^3.0.
|
49
|
+
"@panneau/core": "^3.0.136",
|
50
|
+
"@panneau/data": "^3.0.136",
|
51
|
+
"@panneau/element-button": "^3.0.136",
|
52
|
+
"@panneau/element-buttons": "^3.0.136",
|
53
|
+
"@panneau/element-grid": "^3.0.136",
|
54
|
+
"@panneau/element-icon": "^3.0.136",
|
55
|
+
"@panneau/element-media-card": "^3.0.136",
|
56
|
+
"@panneau/element-pagination": "^3.0.136",
|
57
|
+
"@panneau/element-table": "^3.0.136",
|
58
|
+
"@panneau/filter-filters": "^3.0.136",
|
59
59
|
"classnames": "^2.5.1",
|
60
60
|
"lodash": "^4.17.21",
|
61
61
|
"prop-types": "^15.7.2",
|
@@ -64,5 +64,5 @@
|
|
64
64
|
"publishConfig": {
|
65
65
|
"access": "public"
|
66
66
|
},
|
67
|
-
"gitHead": "
|
67
|
+
"gitHead": "c9a3de330286a6cadd73651f1893adbbe090cd0e"
|
68
68
|
}
|