@panneau/field-upload 3.0.173 → 3.0.174
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 -0
- package/lib/index.js +2 -0
- package/package.json +12 -12
package/es/index.js
CHANGED
|
@@ -378,6 +378,7 @@ var UploadField = function UploadField(_ref) {
|
|
|
378
378
|
showAddFilesPanel: true,
|
|
379
379
|
doneButtonHandler: closeModal
|
|
380
380
|
}) : null, showResourceModal ? /*#__PURE__*/React.createElement(ModalPicker, {
|
|
381
|
+
value: value,
|
|
381
382
|
resource: resource,
|
|
382
383
|
types: types,
|
|
383
384
|
selectable: true,
|
|
@@ -390,6 +391,7 @@ var UploadField = function UploadField(_ref) {
|
|
|
390
391
|
theme: 'primary',
|
|
391
392
|
onClick: openModalInResource
|
|
392
393
|
}],
|
|
394
|
+
buttonsClassName: "ms-xl-auto",
|
|
393
395
|
multiple: allowMultipleUploads
|
|
394
396
|
}) : null);
|
|
395
397
|
};
|
package/lib/index.js
CHANGED
|
@@ -382,6 +382,7 @@ var UploadField = function UploadField(_ref) {
|
|
|
382
382
|
showAddFilesPanel: true,
|
|
383
383
|
doneButtonHandler: closeModal
|
|
384
384
|
}) : null, showResourceModal ? /*#__PURE__*/React.createElement(ModalPicker, {
|
|
385
|
+
value: value,
|
|
385
386
|
resource: resource,
|
|
386
387
|
types: types,
|
|
387
388
|
selectable: true,
|
|
@@ -394,6 +395,7 @@ var UploadField = function UploadField(_ref) {
|
|
|
394
395
|
theme: 'primary',
|
|
395
396
|
onClick: openModalInResource
|
|
396
397
|
}],
|
|
398
|
+
buttonsClassName: "ms-xl-auto",
|
|
397
399
|
multiple: allowMultipleUploads
|
|
398
400
|
}) : null);
|
|
399
401
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/field-upload",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.174",
|
|
4
4
|
"description": "An Upload field",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -57,16 +57,16 @@
|
|
|
57
57
|
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
|
58
58
|
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
|
59
59
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
60
|
-
"@panneau/core": "^3.0.
|
|
61
|
-
"@panneau/element-button": "^3.0.
|
|
62
|
-
"@panneau/element-label": "^3.0.
|
|
63
|
-
"@panneau/element-media-card": "^3.0.
|
|
64
|
-
"@panneau/list-resource-items": "^3.0.
|
|
65
|
-
"@panneau/modal-dialog": "^3.0.
|
|
66
|
-
"@panneau/modal-medias-picker": "^3.0.
|
|
67
|
-
"@panneau/modal-upload": "^3.0.
|
|
68
|
-
"@panneau/themes": "^3.0.
|
|
69
|
-
"@panneau/uppy": "^3.0.
|
|
60
|
+
"@panneau/core": "^3.0.174",
|
|
61
|
+
"@panneau/element-button": "^3.0.174",
|
|
62
|
+
"@panneau/element-label": "^3.0.174",
|
|
63
|
+
"@panneau/element-media-card": "^3.0.174",
|
|
64
|
+
"@panneau/list-resource-items": "^3.0.174",
|
|
65
|
+
"@panneau/modal-dialog": "^3.0.174",
|
|
66
|
+
"@panneau/modal-medias-picker": "^3.0.174",
|
|
67
|
+
"@panneau/modal-upload": "^3.0.174",
|
|
68
|
+
"@panneau/themes": "^3.0.174",
|
|
69
|
+
"@panneau/uppy": "^3.0.174",
|
|
70
70
|
"@uppy/core": "^3.9.1",
|
|
71
71
|
"@uppy/dashboard": "^3.7.3",
|
|
72
72
|
"@uppy/drag-drop": "^3.0.3",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"publishConfig": {
|
|
84
84
|
"access": "public"
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "0b3a328b97ef9e9c02f8cfe731ac50a1611dc854"
|
|
87
87
|
}
|