easy-email-pro-asset-manager 1.49.2 → 1.49.4
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/lib/index.es.js +1 -1
- package/package.json +1 -1
package/lib/index.es.js
CHANGED
|
@@ -2016,7 +2016,7 @@ const Rt = ({
|
|
|
2016
2016
|
},
|
|
2017
2017
|
/* @__PURE__ */ h.createElement("div", { style: { padding: "50px 0" } }, /* @__PURE__ */ h.createElement("div", { style: { marginBottom: 10 } }, /* @__PURE__ */ h.createElement(vi, null)), /* @__PURE__ */ h.createElement("div", null, N("Click or drag a file here to upload.")))
|
|
2018
2018
|
))));
|
|
2019
|
-
}, _a = (a) => fi.getFeatureEnabled("FILE_MANAGER") ? /* @__PURE__ */ h.createElement(Oi, re({}, a), /* @__PURE__ */ h.createElement(ja, re({}, a)))
|
|
2019
|
+
}, _a = (a) => !fi.getFeatureEnabled("FILE_MANAGER") || !a.visible ? null : /* @__PURE__ */ h.createElement(Oi, re({}, a), /* @__PURE__ */ h.createElement(ja, re({}, a))), ja = (a) => {
|
|
2020
2020
|
const [e, i] = W(!1), { title: t = N("Asset Manager"), onSelect: n } = a, {
|
|
2021
2021
|
previewFile: r,
|
|
2022
2022
|
currentFolderChildren: o,
|