@panneau/modal-medias-picker 3.0.186 → 3.0.189
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 +2 -1
- package/lib/index.js +2 -1
- package/package.json +5 -5
package/es/index.js
CHANGED
@@ -96,6 +96,7 @@ function MediasPickerModal(_ref) {
|
|
96
96
|
onClick: onConfirm
|
97
97
|
}, confirmButton)] : null
|
98
98
|
}, resource !== null ? /*#__PURE__*/React.createElement(MediasResourcePicker, Object.assign({}, props, {
|
99
|
+
value: selectedItems,
|
99
100
|
resource: resource,
|
100
101
|
onChange: onSelectionChange,
|
101
102
|
onClose: onClose,
|
@@ -103,7 +104,7 @@ function MediasPickerModal(_ref) {
|
|
103
104
|
onMediaFormOpen: onMediaFormOpen,
|
104
105
|
onMediaFormClose: onMediaFormClose
|
105
106
|
})) : /*#__PURE__*/React.createElement(MediasPickerContainer, Object.assign({}, props, {
|
106
|
-
|
107
|
+
value: selectedItems,
|
107
108
|
onChange: onSelectionChange,
|
108
109
|
onClose: onClose,
|
109
110
|
multiple: multiple,
|
package/lib/index.js
CHANGED
@@ -100,6 +100,7 @@ function MediasPickerModal(_ref) {
|
|
100
100
|
onClick: onConfirm
|
101
101
|
}, confirmButton)] : null
|
102
102
|
}, resource !== null ? /*#__PURE__*/React.createElement(medias.MediasResourcePicker, Object.assign({}, props, {
|
103
|
+
value: selectedItems,
|
103
104
|
resource: resource,
|
104
105
|
onChange: onSelectionChange,
|
105
106
|
onClose: onClose,
|
@@ -107,7 +108,7 @@ function MediasPickerModal(_ref) {
|
|
107
108
|
onMediaFormOpen: onMediaFormOpen,
|
108
109
|
onMediaFormClose: onMediaFormClose
|
109
110
|
})) : /*#__PURE__*/React.createElement(medias.MediasPickerContainer, Object.assign({}, props, {
|
110
|
-
|
111
|
+
value: selectedItems,
|
111
112
|
onChange: onSelectionChange,
|
112
113
|
onClose: onClose,
|
113
114
|
multiple: multiple,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@panneau/modal-medias-picker",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.189",
|
4
4
|
"description": "Medias picker modal",
|
5
5
|
"keywords": [
|
6
6
|
"javascript"
|
@@ -46,9 +46,9 @@
|
|
46
46
|
},
|
47
47
|
"dependencies": {
|
48
48
|
"@babel/runtime": "^7.12.5",
|
49
|
-
"@panneau/core": "^3.0.
|
50
|
-
"@panneau/medias": "^3.0.
|
51
|
-
"@panneau/modal-dialog": "^3.0.
|
49
|
+
"@panneau/core": "^3.0.187",
|
50
|
+
"@panneau/medias": "^3.0.189",
|
51
|
+
"@panneau/modal-dialog": "^3.0.187",
|
52
52
|
"@uppy/core": "^3.9.1",
|
53
53
|
"@uppy/dashboard": "^3.7.3",
|
54
54
|
"@uppy/drag-drop": "^3.0.3",
|
@@ -64,5 +64,5 @@
|
|
64
64
|
"publishConfig": {
|
65
65
|
"access": "public"
|
66
66
|
},
|
67
|
-
"gitHead": "
|
67
|
+
"gitHead": "8858e57d8a8e8f70d35ac3bcb037fd884102c819"
|
68
68
|
}
|