@panneau/field-upload 3.0.56 → 3.0.58
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 +7 -0
- package/lib/index.js +7 -0
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -406,7 +406,12 @@ var UploadField = function UploadField(_ref) {
|
|
|
406
406
|
// onRequestClose={closeModal}
|
|
407
407
|
// proudlyDisplayPoweredByUppy={false}
|
|
408
408
|
// closeModalOnClickOutside
|
|
409
|
+
// areInsidesReadyToBeVisible
|
|
410
|
+
// isDashboardVisible
|
|
411
|
+
// showProgressDetailss
|
|
412
|
+
// showAddFilesPanel
|
|
409
413
|
// />
|
|
414
|
+
// ) : //
|
|
410
415
|
React.createElement(Dialog, {
|
|
411
416
|
size: "lg",
|
|
412
417
|
onClose: closeModal,
|
|
@@ -425,6 +430,8 @@ var UploadField = function UploadField(_ref) {
|
|
|
425
430
|
inline: true,
|
|
426
431
|
showProgressDetails: true,
|
|
427
432
|
areInsidesReadyToBeVisible: true,
|
|
433
|
+
isDashboardVisible: true,
|
|
434
|
+
showAddFilesPanel: true,
|
|
428
435
|
proudlyDisplayPoweredByUppy: false,
|
|
429
436
|
doneButtonHandler: closeModalAndClear
|
|
430
437
|
}))) : null, showResourceModal ? /*#__PURE__*/React.createElement(Dialog, {
|
package/lib/index.js
CHANGED
|
@@ -428,7 +428,12 @@ var UploadField = function UploadField(_ref) {
|
|
|
428
428
|
// onRequestClose={closeModal}
|
|
429
429
|
// proudlyDisplayPoweredByUppy={false}
|
|
430
430
|
// closeModalOnClickOutside
|
|
431
|
+
// areInsidesReadyToBeVisible
|
|
432
|
+
// isDashboardVisible
|
|
433
|
+
// showProgressDetailss
|
|
434
|
+
// showAddFilesPanel
|
|
431
435
|
// />
|
|
436
|
+
// ) : //
|
|
432
437
|
React__default["default"].createElement(Dialog__default["default"], {
|
|
433
438
|
size: "lg",
|
|
434
439
|
onClose: closeModal,
|
|
@@ -447,6 +452,8 @@ var UploadField = function UploadField(_ref) {
|
|
|
447
452
|
inline: true,
|
|
448
453
|
showProgressDetails: true,
|
|
449
454
|
areInsidesReadyToBeVisible: true,
|
|
455
|
+
isDashboardVisible: true,
|
|
456
|
+
showAddFilesPanel: true,
|
|
450
457
|
proudlyDisplayPoweredByUppy: false,
|
|
451
458
|
doneButtonHandler: closeModalAndClear
|
|
452
459
|
}))) : null, showResourceModal ? /*#__PURE__*/React__default["default"].createElement(Dialog__default["default"], {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/field-upload",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.58",
|
|
4
4
|
"description": "An Upload field",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public"
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "dfe49b5c00a2425a7eb889d47ee5e78de6f49ccf"
|
|
86
86
|
}
|