ode-explorer 2.3.1 → 2.3.2-develop.202511061334
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/dist/index.js +45 -45
- package/dist/style.css +1 -1
- package/lib/EmptyScreenApp.js +31 -19
- package/lib/Library.js +40 -39
- package/package.json +4 -4
- package/lib/dynamic-import-helper.js +0 -16
- package/lib/image-library.js +0 -4
- package/lib/image-library2.js +0 -4
package/lib/EmptyScreenApp.js
CHANGED
|
@@ -1,29 +1,41 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { useEdificeClient as g, useEdificeTheme as f, EmptyScreen as b } from "@edifice.io/react";
|
|
1
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { useEdificeClient as u, useEdificeTheme as g, EmptyScreen as f } from "@edifice.io/react";
|
|
4
3
|
import { useTranslation as y } from "react-i18next";
|
|
5
|
-
import { useState as
|
|
4
|
+
import { useState as b, useEffect as v } from "react";
|
|
6
5
|
import "@edifice.io/client";
|
|
7
6
|
import "@tanstack/react-query";
|
|
8
7
|
import "i18next";
|
|
9
|
-
import { u as
|
|
10
|
-
|
|
8
|
+
import { u as _, b as x } from "./index2.js";
|
|
9
|
+
const S = (t, e, o) => {
|
|
10
|
+
const s = t[e];
|
|
11
|
+
return s ? typeof s == "function" ? s() : Promise.resolve(s) : new Promise((m, r) => {
|
|
12
|
+
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(
|
|
13
|
+
r.bind(
|
|
14
|
+
null,
|
|
15
|
+
new Error(
|
|
16
|
+
"Unknown variable dynamic import: " + e + (e.split("/").length !== o ? ". Note that variables only represent file names one level deep." : "")
|
|
17
|
+
)
|
|
18
|
+
)
|
|
19
|
+
);
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
function U() {
|
|
11
23
|
const {
|
|
12
24
|
appCode: t
|
|
13
|
-
} =
|
|
25
|
+
} = u(), {
|
|
14
26
|
theme: e
|
|
15
|
-
} =
|
|
27
|
+
} = g(), {
|
|
16
28
|
t: o
|
|
17
|
-
} = y(), [
|
|
18
|
-
|
|
29
|
+
} = y(), [s, m] = b("");
|
|
30
|
+
v(() => {
|
|
19
31
|
(async () => {
|
|
20
|
-
const a = await
|
|
21
|
-
|
|
32
|
+
const a = await S(/* @__PURE__ */ Object.assign({ "../../../node_modules/@edifice.io/bootstrap/dist/images/emptyscreen/illu-blog.svg": () => import("./illu-blog.js"), "../../../node_modules/@edifice.io/bootstrap/dist/images/emptyscreen/illu-collaborativeeditor.svg": () => import("./illu-collaborativeeditor.js"), "../../../node_modules/@edifice.io/bootstrap/dist/images/emptyscreen/illu-collaborativewall.svg": () => import("./illu-collaborativewall.js"), "../../../node_modules/@edifice.io/bootstrap/dist/images/emptyscreen/illu-error.svg": () => import("./illu-error.js"), "../../../node_modules/@edifice.io/bootstrap/dist/images/emptyscreen/illu-exercizer.svg": () => import("./illu-exercizer.js"), "../../../node_modules/@edifice.io/bootstrap/dist/images/emptyscreen/illu-homeworks.svg": () => import("./illu-homeworks.js"), "../../../node_modules/@edifice.io/bootstrap/dist/images/emptyscreen/illu-messagerie.svg": () => import("./illu-messagerie.js"), "../../../node_modules/@edifice.io/bootstrap/dist/images/emptyscreen/illu-mindmap.svg": () => import("./illu-mindmap.js"), "../../../node_modules/@edifice.io/bootstrap/dist/images/emptyscreen/illu-no-content-in-folder.svg": () => import("./illu-no-content-in-folder.js"), "../../../node_modules/@edifice.io/bootstrap/dist/images/emptyscreen/illu-pad.svg": () => import("./illu-pad.js"), "../../../node_modules/@edifice.io/bootstrap/dist/images/emptyscreen/illu-scrapbook.svg": () => import("./illu-scrapbook.js"), "../../../node_modules/@edifice.io/bootstrap/dist/images/emptyscreen/illu-search.svg": () => import("./illu-search.js"), "../../../node_modules/@edifice.io/bootstrap/dist/images/emptyscreen/illu-timeline.svg": () => import("./illu-timeline.js"), "../../../node_modules/@edifice.io/bootstrap/dist/images/emptyscreen/illu-timelinegenerator.svg": () => import("./illu-timelinegenerator.js"), "../../../node_modules/@edifice.io/bootstrap/dist/images/emptyscreen/illu-trash.svg": () => import("./illu-trash.js"), "../../../node_modules/@edifice.io/bootstrap/dist/images/emptyscreen/illu-wiki.svg": () => import("./illu-wiki.js") }), `../../../node_modules/@edifice.io/bootstrap/dist/images/emptyscreen/illu-${t}.svg`, 10);
|
|
33
|
+
m(a.default);
|
|
22
34
|
})();
|
|
23
35
|
}, [t]);
|
|
24
|
-
const r =
|
|
25
|
-
data:
|
|
26
|
-
} =
|
|
36
|
+
const r = _((l) => l.config), {
|
|
37
|
+
data: n
|
|
38
|
+
} = x(r == null ? void 0 : r.actions), i = n == null ? void 0 : n.find((l) => l.id === "create"), p = () => i != null && i.available && (e != null && e.is1d) ? o("explorer.emptyScreen.txt1d.create", {
|
|
27
39
|
ns: t
|
|
28
40
|
}) : i != null && i.available && !(e != null && e.is1d) ? o("explorer.emptyScreen.txt2d.create", {
|
|
29
41
|
ns: t
|
|
@@ -31,7 +43,7 @@ function F() {
|
|
|
31
43
|
ns: t
|
|
32
44
|
}) : o("explorer.emptyScreen.txt2d.consultation", {
|
|
33
45
|
ns: t
|
|
34
|
-
}),
|
|
46
|
+
}), d = () => i != null && i.available && (e != null && e.is1d) ? o("explorer.emptyScreen.title1d.create", {
|
|
35
47
|
ns: t
|
|
36
48
|
}) : i != null && i.available && !(e != null && e.is1d) ? o("explorer.emptyScreen.title2d.create", {
|
|
37
49
|
ns: t
|
|
@@ -40,10 +52,10 @@ function F() {
|
|
|
40
52
|
}) : o("explorer.emptyScreen.title2d.consultation", {
|
|
41
53
|
ns: t
|
|
42
54
|
});
|
|
43
|
-
return /* @__PURE__ */
|
|
55
|
+
return /* @__PURE__ */ c(f, { imageSrc: s, imageAlt: o("explorer.emptyScreen.app.alt", {
|
|
44
56
|
ns: t
|
|
45
|
-
}), title:
|
|
57
|
+
}), title: d(), text: p() });
|
|
46
58
|
}
|
|
47
59
|
export {
|
|
48
|
-
|
|
60
|
+
U as default
|
|
49
61
|
};
|
package/lib/Library.js
CHANGED
|
@@ -1,50 +1,51 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useLibraryUrl as
|
|
3
|
-
import { useTranslation as
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
r ? /* @__PURE__ */ i("title", { id: e, children: r }) : null,
|
|
1
|
+
import { jsxs as a, jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import { useLibraryUrl as f, useEdificeTheme as H, Image as o } from "@edifice.io/react";
|
|
3
|
+
import { useTranslation as V } from "react-i18next";
|
|
4
|
+
import { odeServices as n } from "@edifice.io/client";
|
|
5
|
+
import { useState as L, useEffect as s } from "react";
|
|
6
|
+
const M = ({
|
|
7
|
+
title: e,
|
|
8
|
+
titleId: l,
|
|
9
|
+
...t
|
|
10
|
+
}) => /* @__PURE__ */ a("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", "aria-hidden": "true", "aria-labelledby": l, ...t, children: [
|
|
11
|
+
e ? /* @__PURE__ */ i("title", { id: l, children: e }) : null,
|
|
13
12
|
/* @__PURE__ */ i("path", { fill: "currentColor", fillRule: "evenodd", d: "M4 12a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1", clipRule: "evenodd" }),
|
|
14
13
|
/* @__PURE__ */ i("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.293 4.293a1 1 0 0 1 1.414 0l7 7a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414-1.414L17.586 12l-6.293-6.293a1 1 0 0 1 0-1.414", clipRule: "evenodd" })
|
|
15
|
-
] }), f = () => {
|
|
16
|
-
const
|
|
17
|
-
theme:
|
|
18
|
-
} =
|
|
19
|
-
return
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
14
|
+
] }), d = "data:image/svg+xml,%3csvg%20width='236'%20height='120'%20viewBox='0%200%20236%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1127_3886)'%3e%3cpath%20d='M236.02%200.0825195H-0.0891113V119.789H236.02V0.0825195Z'%20fill='%23B9E3F8'/%3e%3cpath%20d='M236.02%200.0825195H-0.0891113V119.789H236.02V0.0825195Z'%20fill='%232A9CC8'%20fill-opacity='0.2'/%3e%3cpath%20d='M216.156%2055.0721C206.627%2054.983%20197.682%2051.2235%20190.965%2044.4901C184.248%2037.7501%20180.548%2028.8118%20180.548%2019.3223V-11.2224H149.386V19.7679H149.393C149.634%2056.2109%20179.241%2085.7191%20215.866%2086.0591V86.069C215.978%2086.069%20216.09%2086.0657%20216.202%2086.0657C216.305%2086.0657%20216.404%2086.069%20216.506%2086.069V86.0624C253.127%2085.7224%20282.738%2056.2109%20282.979%2019.7712H282.985V-11.2224H251.824V19.319C251.824%2028.8085%20248.123%2037.7468%20241.407%2044.4868C234.69%2051.2235%20225.745%2054.983%20216.216%2055.0721H216.212H216.159H216.156Z'%20fill='%2346AFE6'%20fill-opacity='0.2'/%3e%3cpath%20d='M15.8433%2045.2856C-25.9006%2045.2856%20-59.7427%2079.1244%20-59.7427%20120.872H91.4326C91.4326%2079.1277%2057.5906%2045.2856%2015.8466%2045.2856'%20fill='%2346AFE6'%20fill-opacity='0.2'/%3e%3cpath%20d='M109.897%20111.442H44.9819V119.799H109.897V111.442Z'%20fill='%23FF8D2E'/%3e%3cpath%20d='M181.855%20111.442H116.94V119.799H181.855V111.442Z'%20fill='%23FF8D2E'/%3e%3cpath%20d='M116.944%20111.442H109.824V119.799H116.944V111.442Z'%20fill='%23DA6A0B'/%3e%3cpath%20d='M131.454%2030.3103C133.464%2030.3103%20135.094%2028.6804%20135.094%2026.6697C135.094%2024.659%20133.464%2023.029%20131.454%2023.029C129.443%2023.029%20127.813%2024.659%20127.813%2026.6697C127.813%2028.6804%20129.443%2030.3103%20131.454%2030.3103Z'%20fill='white'/%3e%3cpath%20d='M142.244%2034.5286L143.32%2033.9114C144.584%2033.1885%20144.383%2031.3071%20142.993%2030.8681L137.174%2029.0197C136.203%2028.7128%20135.183%2029.3366%20135.018%2030.34L134.071%2036.0667C133.84%2037.4563%20135.329%2038.4894%20136.553%2037.7897L138.431%2036.7136C141.306%2041.3676%20142.821%2046.7049%20142.821%2052.217C142.821%2068.5093%20129.566%2081.7649%20113.273%2081.7649C96.9812%2081.7649%2083.7256%2068.5093%2083.7256%2052.217C83.7256%2035.9248%2096.9812%2022.6692%20113.273%2022.6692C116.577%2022.6692%20119.825%2023.2105%20122.918%2024.2766C124.063%2024.6727%20125.314%2024.0621%20125.71%2022.9167C126.107%2021.7714%20125.496%2020.5204%20124.351%2020.1243C120.796%2018.8965%20117.069%2018.2759%20113.273%2018.2759C94.5585%2018.2759%2079.3323%2033.5021%2079.3323%2052.217C79.3323%2070.932%2094.5585%2086.1581%20113.273%2086.1581C131.988%2086.1581%20147.215%2070.932%20147.215%2052.217C147.215%2045.9358%20145.498%2039.846%20142.244%2034.5286Z'%20fill='white'/%3e%3cpath%20d='M110.577%2075.652C110.742%2076.9954%20111.857%2078.0219%20113.168%2078.0714C114.554%2078.1243%20115.795%2077.0746%20115.97%2075.652H110.573H110.577Z'%20fill='white'/%3e%3cpath%20d='M106.342%2068.1825H119.947C119.947%2067.3672%20119.997%2066.552%20120.086%2065.7433H106.342V68.1825Z'%20fill='white'/%3e%3cpath%20d='M106.342%2071.5394C106.342%2073.3581%20107.814%2074.8302%20109.633%2074.8302H116.726C118.502%2074.8302%20119.944%2073.3878%20119.944%2071.612V70.5228H106.339V71.5394H106.342Z'%20fill='white'/%3e%3cpath%20d='M127.813%2045.3747C127.813%2037.1427%20121.04%2030.4885%20112.765%2030.6866C104.863%2030.8747%2098.4664%2037.4002%2098.4268%2045.3054C98.407%2049.1969%2099.9022%2052.7385%20102.358%2055.3758C104.431%2057.6071%20105.731%2060.4193%20106.174%2063.4064H120.462C121.159%2060.1783%20122.552%2057.1219%20124.628%2054.511C126.621%2052.0025%20127.813%2048.8305%20127.813%2045.378V45.3747ZM112.138%2036.1294C111.389%2036.2548%20107.543%2037.0536%20105.309%2040.6811C103.414%2043.754%20103.833%2046.8567%20104.104%2048.0449C104.22%2048.5598%20103.896%2049.0715%20103.384%2049.187C103.315%2049.2035%20103.243%2049.2101%20103.173%2049.2101C102.738%2049.2101%20102.341%2048.9097%20102.242%2048.4641C101.922%2047.0448%20101.421%2043.348%20103.685%2039.6777C106.286%2035.4561%20110.577%2034.4527%20111.828%2034.2447C112.349%2034.1589%20112.841%2034.5121%20112.927%2035.0303C113.013%2035.5518%20112.659%2036.0436%20112.141%2036.1294H112.138Z'%20fill='white'/%3e%3cpath%20d='M48.319%20111.442L53.1611%2096.7538L113.372%20107.316L174.775%2096.7538L179.027%20111.442H48.319Z'%20fill='white'/%3e%3cpath%20d='M188.939%2027.3397L176.634%2066.0602L167.728%2063.2315L180.033%2024.5077L188.939%2027.3397Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M221.751%2040.0243H221.853C236.264%2040.0243%20247.949%2051.7451%20247.949%2066.2054C247.949%2066.2054%20232.683%2066.2186%20221.751%2066.2219V40.0243Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M220.5%2026.257V66.2186H211.869V26.257H220.5Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M209.311%2026.0656L210.964%2065.9942L200.947%2066.4101L199.293%2026.4815L209.311%2026.0656Z'%20fill='%23FF8D2E'/%3e%3cpath%20d='M198.699%2026.257V66.2186H188.939V26.257H198.699Z'%20fill='%235AC235'/%3e%3cpath%20d='M247.945%2065.5288H167.464V72.7276H247.945V65.5288Z'%20fill='%23FF8D2E'/%3e%3cpath%20d='M37.8723%2014.5462L50.174%2053.2667L59.0826%2050.438L46.7775%2011.7142L37.8723%2014.5462Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M5.06002%2027.2307H4.9577C-9.45316%2027.2307%20-21.1376%2038.9515%20-21.1376%2053.4119C-21.1376%2053.4119%20-5.8719%2053.4251%205.06002%2053.4284V27.2307Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M6.30762%2013.4636V53.4284H14.9389V13.4636H6.30762Z'%20fill='%235AC235'/%3e%3cpath%20d='M17.497%2013.2721L15.8433%2053.204L25.8642%2053.6165L27.5179%2013.688L17.497%2013.2721Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M28.1088%2013.4636V53.4284H37.8722V13.4636H28.1088Z'%20fill='%23FF8D2E'/%3e%3cpath%20d='M-17.1075%2060.4655L63.3734%2060.4655V53.2666L-17.1075%2053.2666V60.4655Z'%20fill='%23FF8D2E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1127_3886'%3e%3crect%20width='236'%20height='119.815'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Z = "data:image/svg+xml,%3csvg%20width='236'%20height='120'%20viewBox='0%200%20236%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1127_3886)'%3e%3cpath%20d='M236.02%200.0825195H-0.0891113V119.789H236.02V0.0825195Z'%20fill='%23B9E3F8'/%3e%3cpath%20d='M236.02%200.0825195H-0.0891113V119.789H236.02V0.0825195Z'%20fill='%232A9CC8'%20fill-opacity='0.2'/%3e%3cpath%20d='M216.156%2055.0721C206.627%2054.983%20197.682%2051.2235%20190.965%2044.4901C184.248%2037.7501%20180.548%2028.8118%20180.548%2019.3223V-11.2224H149.386V19.7679H149.393C149.634%2056.2109%20179.241%2085.7191%20215.866%2086.0591V86.069C215.978%2086.069%20216.09%2086.0657%20216.202%2086.0657C216.305%2086.0657%20216.404%2086.069%20216.506%2086.069V86.0624C253.127%2085.7224%20282.738%2056.2109%20282.979%2019.7712H282.985V-11.2224H251.824V19.319C251.824%2028.8085%20248.123%2037.7468%20241.407%2044.4868C234.69%2051.2235%20225.745%2054.983%20216.216%2055.0721H216.212H216.159H216.156Z'%20fill='%2346AFE6'%20fill-opacity='0.2'/%3e%3cpath%20d='M15.8433%2045.2856C-25.9006%2045.2856%20-59.7427%2079.1244%20-59.7427%20120.872H91.4326C91.4326%2079.1277%2057.5906%2045.2856%2015.8466%2045.2856'%20fill='%2346AFE6'%20fill-opacity='0.2'/%3e%3cpath%20d='M109.897%20111.442H44.9819V119.799H109.897V111.442Z'%20fill='%23FF8D2E'/%3e%3cpath%20d='M181.855%20111.442H116.94V119.799H181.855V111.442Z'%20fill='%23FF8D2E'/%3e%3cpath%20d='M116.944%20111.442H109.824V119.799H116.944V111.442Z'%20fill='%23DA6A0B'/%3e%3cpath%20d='M131.454%2030.3103C133.464%2030.3103%20135.094%2028.6804%20135.094%2026.6697C135.094%2024.659%20133.464%2023.029%20131.454%2023.029C129.443%2023.029%20127.813%2024.659%20127.813%2026.6697C127.813%2028.6804%20129.443%2030.3103%20131.454%2030.3103Z'%20fill='white'/%3e%3cpath%20d='M142.244%2034.5286L143.32%2033.9114C144.584%2033.1885%20144.383%2031.3071%20142.993%2030.8681L137.174%2029.0197C136.203%2028.7128%20135.183%2029.3366%20135.018%2030.34L134.071%2036.0667C133.84%2037.4563%20135.329%2038.4894%20136.553%2037.7897L138.431%2036.7136C141.306%2041.3676%20142.821%2046.7049%20142.821%2052.217C142.821%2068.5093%20129.566%2081.7649%20113.273%2081.7649C96.9812%2081.7649%2083.7256%2068.5093%2083.7256%2052.217C83.7256%2035.9248%2096.9812%2022.6692%20113.273%2022.6692C116.577%2022.6692%20119.825%2023.2105%20122.918%2024.2766C124.063%2024.6727%20125.314%2024.0621%20125.71%2022.9167C126.107%2021.7714%20125.496%2020.5204%20124.351%2020.1243C120.796%2018.8965%20117.069%2018.2759%20113.273%2018.2759C94.5585%2018.2759%2079.3323%2033.5021%2079.3323%2052.217C79.3323%2070.932%2094.5585%2086.1581%20113.273%2086.1581C131.988%2086.1581%20147.215%2070.932%20147.215%2052.217C147.215%2045.9358%20145.498%2039.846%20142.244%2034.5286Z'%20fill='white'/%3e%3cpath%20d='M110.577%2075.652C110.742%2076.9954%20111.857%2078.0219%20113.168%2078.0714C114.554%2078.1243%20115.795%2077.0746%20115.97%2075.652H110.573H110.577Z'%20fill='white'/%3e%3cpath%20d='M106.342%2068.1825H119.947C119.947%2067.3672%20119.997%2066.552%20120.086%2065.7433H106.342V68.1825Z'%20fill='white'/%3e%3cpath%20d='M106.342%2071.5394C106.342%2073.3581%20107.814%2074.8302%20109.633%2074.8302H116.726C118.502%2074.8302%20119.944%2073.3878%20119.944%2071.612V70.5228H106.339V71.5394H106.342Z'%20fill='white'/%3e%3cpath%20d='M127.813%2045.3747C127.813%2037.1427%20121.04%2030.4885%20112.765%2030.6866C104.863%2030.8747%2098.4664%2037.4002%2098.4268%2045.3054C98.407%2049.1969%2099.9022%2052.7385%20102.358%2055.3758C104.431%2057.6071%20105.731%2060.4193%20106.174%2063.4064H120.462C121.159%2060.1783%20122.552%2057.1219%20124.628%2054.511C126.621%2052.0025%20127.813%2048.8305%20127.813%2045.378V45.3747ZM112.138%2036.1294C111.389%2036.2548%20107.543%2037.0536%20105.309%2040.6811C103.414%2043.754%20103.833%2046.8567%20104.104%2048.0449C104.22%2048.5598%20103.896%2049.0715%20103.384%2049.187C103.315%2049.2035%20103.243%2049.2101%20103.173%2049.2101C102.738%2049.2101%20102.341%2048.9097%20102.242%2048.4641C101.922%2047.0448%20101.421%2043.348%20103.685%2039.6777C106.286%2035.4561%20110.577%2034.4527%20111.828%2034.2447C112.349%2034.1589%20112.841%2034.5121%20112.927%2035.0303C113.013%2035.5518%20112.659%2036.0436%20112.141%2036.1294H112.138Z'%20fill='white'/%3e%3cpath%20d='M48.319%20111.442L53.1611%2096.7538L113.372%20107.316L174.775%2096.7538L179.027%20111.442H48.319Z'%20fill='white'/%3e%3cpath%20d='M188.939%2027.3397L176.634%2066.0602L167.728%2063.2315L180.033%2024.5077L188.939%2027.3397Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M221.751%2040.0243H221.853C236.264%2040.0243%20247.949%2051.7451%20247.949%2066.2054C247.949%2066.2054%20232.683%2066.2186%20221.751%2066.2219V40.0243Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M220.5%2026.257V66.2186H211.869V26.257H220.5Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M209.311%2026.0656L210.964%2065.9942L200.947%2066.4101L199.293%2026.4815L209.311%2026.0656Z'%20fill='%23FF8D2E'/%3e%3cpath%20d='M198.699%2026.257V66.2186H188.939V26.257H198.699Z'%20fill='%235AC235'/%3e%3cpath%20d='M247.945%2065.5288H167.464V72.7276H247.945V65.5288Z'%20fill='%23FF8D2E'/%3e%3cpath%20d='M37.8723%2014.5462L50.174%2053.2667L59.0826%2050.438L46.7775%2011.7142L37.8723%2014.5462Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M5.06002%2027.2307H4.9577C-9.45316%2027.2307%20-21.1376%2038.9515%20-21.1376%2053.4119C-21.1376%2053.4119%20-5.8719%2053.4251%205.06002%2053.4284V27.2307Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M6.30762%2013.4636V53.4284H14.9389V13.4636H6.30762Z'%20fill='%235AC235'/%3e%3cpath%20d='M17.497%2013.2721L15.8433%2053.204L25.8642%2053.6165L27.5179%2013.688L17.497%2013.2721Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M28.1088%2013.4636V53.4284H37.8722V13.4636H28.1088Z'%20fill='%23FF8D2E'/%3e%3cpath%20d='M-17.1075%2060.4655L63.3734%2060.4655V53.2666L-17.1075%2053.2666V60.4655Z'%20fill='%23FF8D2E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1127_3886'%3e%3crect%20width='236'%20height='119.815'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", w = () => {
|
|
15
|
+
const e = f(), {
|
|
16
|
+
theme: l
|
|
17
|
+
} = H(), [t, C] = L("");
|
|
18
|
+
return s(() => {
|
|
19
|
+
var c, h;
|
|
20
|
+
const p = {
|
|
21
|
+
neo: d,
|
|
22
|
+
one: Z
|
|
23
|
+
}, r = ((h = (c = l == null ? void 0 : l.bootstrapVersion) == null ? void 0 : c.toString()) == null ? void 0 : h.toLowerCase()) || "neo";
|
|
24
|
+
C(p[r] || d);
|
|
25
|
+
}, [l]), {
|
|
26
|
+
libraryUrl: e,
|
|
27
|
+
imageFullURL: t,
|
|
27
28
|
handleClick: () => {
|
|
28
|
-
|
|
29
|
+
e && (window.open(e, "_blank"), n.data().trackAccessLibraryFromExplorer());
|
|
29
30
|
}
|
|
30
31
|
};
|
|
31
|
-
},
|
|
32
|
+
}, E = () => {
|
|
32
33
|
const {
|
|
33
|
-
libraryUrl:
|
|
34
|
-
imageFullURL:
|
|
35
|
-
handleClick:
|
|
36
|
-
} =
|
|
37
|
-
t:
|
|
38
|
-
} =
|
|
39
|
-
return
|
|
40
|
-
/* @__PURE__ */ i(
|
|
41
|
-
/* @__PURE__ */ i("p", { className: "m-8", children:
|
|
42
|
-
/* @__PURE__ */
|
|
43
|
-
/* @__PURE__ */ i("span", { children:
|
|
44
|
-
/* @__PURE__ */ i(
|
|
34
|
+
libraryUrl: e,
|
|
35
|
+
imageFullURL: l,
|
|
36
|
+
handleClick: t
|
|
37
|
+
} = w(), {
|
|
38
|
+
t: C
|
|
39
|
+
} = V();
|
|
40
|
+
return e && /* @__PURE__ */ a("div", { className: "p-16", children: [
|
|
41
|
+
/* @__PURE__ */ i(o, { width: "270", height: "140", loading: "lazy", className: "rounded", src: l, alt: C("explorer.libray.img.alt") }),
|
|
42
|
+
/* @__PURE__ */ i("p", { className: "m-8", children: C("explorer.libray.title") }),
|
|
43
|
+
/* @__PURE__ */ a("button", { type: "button", onClick: t, rel: "noreferrer", className: "btn btn-ghost-primary d-inline-flex align-items-center gap-4 p-8", children: [
|
|
44
|
+
/* @__PURE__ */ i("span", { children: C("explorer.libray.btn") }),
|
|
45
|
+
/* @__PURE__ */ i(M, {})
|
|
45
46
|
] })
|
|
46
47
|
] });
|
|
47
48
|
};
|
|
48
49
|
export {
|
|
49
|
-
|
|
50
|
+
E as default
|
|
50
51
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ode-explorer",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.2-develop.202511061334",
|
|
4
4
|
"description": "Edifice Explorer",
|
|
5
5
|
"homepage": "https://github.com/edificeio/explorer#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@dnd-kit/core": "^6.1.0",
|
|
40
40
|
"@dnd-kit/modifiers": "^7.0.0",
|
|
41
|
-
"@edifice.io/react": "
|
|
42
|
-
"@edifice.io/bootstrap": "
|
|
43
|
-
"@edifice.io/client": "
|
|
41
|
+
"@edifice.io/react": "develop",
|
|
42
|
+
"@edifice.io/bootstrap": "develop",
|
|
43
|
+
"@edifice.io/client": "develop",
|
|
44
44
|
"@react-spring/web": "^9.7.3",
|
|
45
45
|
"@tanstack/react-query": "5.62.7",
|
|
46
46
|
"clsx": "^2.1.1",
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
const l = (r, n, o) => {
|
|
2
|
-
const e = r[n];
|
|
3
|
-
return e ? typeof e == "function" ? e() : Promise.resolve(e) : new Promise((i, t) => {
|
|
4
|
-
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(
|
|
5
|
-
t.bind(
|
|
6
|
-
null,
|
|
7
|
-
new Error(
|
|
8
|
-
"Unknown variable dynamic import: " + n + (n.split("/").length !== o ? ". Note that variables only represent file names one level deep." : "")
|
|
9
|
-
)
|
|
10
|
-
)
|
|
11
|
-
);
|
|
12
|
-
});
|
|
13
|
-
};
|
|
14
|
-
export {
|
|
15
|
-
l as _
|
|
16
|
-
};
|
package/lib/image-library.js
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const l = "data:image/svg+xml,%3csvg%20width='236'%20height='120'%20viewBox='0%200%20236%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1127_3886)'%3e%3cpath%20d='M236.02%200.0825195H-0.0891113V119.789H236.02V0.0825195Z'%20fill='%23B9E3F8'/%3e%3cpath%20d='M236.02%200.0825195H-0.0891113V119.789H236.02V0.0825195Z'%20fill='%232A9CC8'%20fill-opacity='0.2'/%3e%3cpath%20d='M216.156%2055.0721C206.627%2054.983%20197.682%2051.2235%20190.965%2044.4901C184.248%2037.7501%20180.548%2028.8118%20180.548%2019.3223V-11.2224H149.386V19.7679H149.393C149.634%2056.2109%20179.241%2085.7191%20215.866%2086.0591V86.069C215.978%2086.069%20216.09%2086.0657%20216.202%2086.0657C216.305%2086.0657%20216.404%2086.069%20216.506%2086.069V86.0624C253.127%2085.7224%20282.738%2056.2109%20282.979%2019.7712H282.985V-11.2224H251.824V19.319C251.824%2028.8085%20248.123%2037.7468%20241.407%2044.4868C234.69%2051.2235%20225.745%2054.983%20216.216%2055.0721H216.212H216.159H216.156Z'%20fill='%2346AFE6'%20fill-opacity='0.2'/%3e%3cpath%20d='M15.8433%2045.2856C-25.9006%2045.2856%20-59.7427%2079.1244%20-59.7427%20120.872H91.4326C91.4326%2079.1277%2057.5906%2045.2856%2015.8466%2045.2856'%20fill='%2346AFE6'%20fill-opacity='0.2'/%3e%3cpath%20d='M109.897%20111.442H44.9819V119.799H109.897V111.442Z'%20fill='%23FF8D2E'/%3e%3cpath%20d='M181.855%20111.442H116.94V119.799H181.855V111.442Z'%20fill='%23FF8D2E'/%3e%3cpath%20d='M116.944%20111.442H109.824V119.799H116.944V111.442Z'%20fill='%23DA6A0B'/%3e%3cpath%20d='M131.454%2030.3103C133.464%2030.3103%20135.094%2028.6804%20135.094%2026.6697C135.094%2024.659%20133.464%2023.029%20131.454%2023.029C129.443%2023.029%20127.813%2024.659%20127.813%2026.6697C127.813%2028.6804%20129.443%2030.3103%20131.454%2030.3103Z'%20fill='white'/%3e%3cpath%20d='M142.244%2034.5286L143.32%2033.9114C144.584%2033.1885%20144.383%2031.3071%20142.993%2030.8681L137.174%2029.0197C136.203%2028.7128%20135.183%2029.3366%20135.018%2030.34L134.071%2036.0667C133.84%2037.4563%20135.329%2038.4894%20136.553%2037.7897L138.431%2036.7136C141.306%2041.3676%20142.821%2046.7049%20142.821%2052.217C142.821%2068.5093%20129.566%2081.7649%20113.273%2081.7649C96.9812%2081.7649%2083.7256%2068.5093%2083.7256%2052.217C83.7256%2035.9248%2096.9812%2022.6692%20113.273%2022.6692C116.577%2022.6692%20119.825%2023.2105%20122.918%2024.2766C124.063%2024.6727%20125.314%2024.0621%20125.71%2022.9167C126.107%2021.7714%20125.496%2020.5204%20124.351%2020.1243C120.796%2018.8965%20117.069%2018.2759%20113.273%2018.2759C94.5585%2018.2759%2079.3323%2033.5021%2079.3323%2052.217C79.3323%2070.932%2094.5585%2086.1581%20113.273%2086.1581C131.988%2086.1581%20147.215%2070.932%20147.215%2052.217C147.215%2045.9358%20145.498%2039.846%20142.244%2034.5286Z'%20fill='white'/%3e%3cpath%20d='M110.577%2075.652C110.742%2076.9954%20111.857%2078.0219%20113.168%2078.0714C114.554%2078.1243%20115.795%2077.0746%20115.97%2075.652H110.573H110.577Z'%20fill='white'/%3e%3cpath%20d='M106.342%2068.1825H119.947C119.947%2067.3672%20119.997%2066.552%20120.086%2065.7433H106.342V68.1825Z'%20fill='white'/%3e%3cpath%20d='M106.342%2071.5394C106.342%2073.3581%20107.814%2074.8302%20109.633%2074.8302H116.726C118.502%2074.8302%20119.944%2073.3878%20119.944%2071.612V70.5228H106.339V71.5394H106.342Z'%20fill='white'/%3e%3cpath%20d='M127.813%2045.3747C127.813%2037.1427%20121.04%2030.4885%20112.765%2030.6866C104.863%2030.8747%2098.4664%2037.4002%2098.4268%2045.3054C98.407%2049.1969%2099.9022%2052.7385%20102.358%2055.3758C104.431%2057.6071%20105.731%2060.4193%20106.174%2063.4064H120.462C121.159%2060.1783%20122.552%2057.1219%20124.628%2054.511C126.621%2052.0025%20127.813%2048.8305%20127.813%2045.378V45.3747ZM112.138%2036.1294C111.389%2036.2548%20107.543%2037.0536%20105.309%2040.6811C103.414%2043.754%20103.833%2046.8567%20104.104%2048.0449C104.22%2048.5598%20103.896%2049.0715%20103.384%2049.187C103.315%2049.2035%20103.243%2049.2101%20103.173%2049.2101C102.738%2049.2101%20102.341%2048.9097%20102.242%2048.4641C101.922%2047.0448%20101.421%2043.348%20103.685%2039.6777C106.286%2035.4561%20110.577%2034.4527%20111.828%2034.2447C112.349%2034.1589%20112.841%2034.5121%20112.927%2035.0303C113.013%2035.5518%20112.659%2036.0436%20112.141%2036.1294H112.138Z'%20fill='white'/%3e%3cpath%20d='M48.319%20111.442L53.1611%2096.7538L113.372%20107.316L174.775%2096.7538L179.027%20111.442H48.319Z'%20fill='white'/%3e%3cpath%20d='M188.939%2027.3397L176.634%2066.0602L167.728%2063.2315L180.033%2024.5077L188.939%2027.3397Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M221.751%2040.0243H221.853C236.264%2040.0243%20247.949%2051.7451%20247.949%2066.2054C247.949%2066.2054%20232.683%2066.2186%20221.751%2066.2219V40.0243Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M220.5%2026.257V66.2186H211.869V26.257H220.5Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M209.311%2026.0656L210.964%2065.9942L200.947%2066.4101L199.293%2026.4815L209.311%2026.0656Z'%20fill='%23FF8D2E'/%3e%3cpath%20d='M198.699%2026.257V66.2186H188.939V26.257H198.699Z'%20fill='%235AC235'/%3e%3cpath%20d='M247.945%2065.5288H167.464V72.7276H247.945V65.5288Z'%20fill='%23FF8D2E'/%3e%3cpath%20d='M37.8723%2014.5462L50.174%2053.2667L59.0826%2050.438L46.7775%2011.7142L37.8723%2014.5462Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M5.06002%2027.2307H4.9577C-9.45316%2027.2307%20-21.1376%2038.9515%20-21.1376%2053.4119C-21.1376%2053.4119%20-5.8719%2053.4251%205.06002%2053.4284V27.2307Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M6.30762%2013.4636V53.4284H14.9389V13.4636H6.30762Z'%20fill='%235AC235'/%3e%3cpath%20d='M17.497%2013.2721L15.8433%2053.204L25.8642%2053.6165L27.5179%2013.688L17.497%2013.2721Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M28.1088%2013.4636V53.4284H37.8722V13.4636H28.1088Z'%20fill='%23FF8D2E'/%3e%3cpath%20d='M-17.1075%2060.4655L63.3734%2060.4655V53.2666L-17.1075%2053.2666V60.4655Z'%20fill='%23FF8D2E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1127_3886'%3e%3crect%20width='236'%20height='119.815'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
|
|
2
|
-
export {
|
|
3
|
-
l as default
|
|
4
|
-
};
|
package/lib/image-library2.js
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const l = "data:image/svg+xml,%3csvg%20width='236'%20height='120'%20viewBox='0%200%20236%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1127_3886)'%3e%3cpath%20d='M236.02%200.0825195H-0.0891113V119.789H236.02V0.0825195Z'%20fill='%23B9E3F8'/%3e%3cpath%20d='M236.02%200.0825195H-0.0891113V119.789H236.02V0.0825195Z'%20fill='%232A9CC8'%20fill-opacity='0.2'/%3e%3cpath%20d='M216.156%2055.0721C206.627%2054.983%20197.682%2051.2235%20190.965%2044.4901C184.248%2037.7501%20180.548%2028.8118%20180.548%2019.3223V-11.2224H149.386V19.7679H149.393C149.634%2056.2109%20179.241%2085.7191%20215.866%2086.0591V86.069C215.978%2086.069%20216.09%2086.0657%20216.202%2086.0657C216.305%2086.0657%20216.404%2086.069%20216.506%2086.069V86.0624C253.127%2085.7224%20282.738%2056.2109%20282.979%2019.7712H282.985V-11.2224H251.824V19.319C251.824%2028.8085%20248.123%2037.7468%20241.407%2044.4868C234.69%2051.2235%20225.745%2054.983%20216.216%2055.0721H216.212H216.159H216.156Z'%20fill='%2346AFE6'%20fill-opacity='0.2'/%3e%3cpath%20d='M15.8433%2045.2856C-25.9006%2045.2856%20-59.7427%2079.1244%20-59.7427%20120.872H91.4326C91.4326%2079.1277%2057.5906%2045.2856%2015.8466%2045.2856'%20fill='%2346AFE6'%20fill-opacity='0.2'/%3e%3cpath%20d='M109.897%20111.442H44.9819V119.799H109.897V111.442Z'%20fill='%23FF8D2E'/%3e%3cpath%20d='M181.855%20111.442H116.94V119.799H181.855V111.442Z'%20fill='%23FF8D2E'/%3e%3cpath%20d='M116.944%20111.442H109.824V119.799H116.944V111.442Z'%20fill='%23DA6A0B'/%3e%3cpath%20d='M131.454%2030.3103C133.464%2030.3103%20135.094%2028.6804%20135.094%2026.6697C135.094%2024.659%20133.464%2023.029%20131.454%2023.029C129.443%2023.029%20127.813%2024.659%20127.813%2026.6697C127.813%2028.6804%20129.443%2030.3103%20131.454%2030.3103Z'%20fill='white'/%3e%3cpath%20d='M142.244%2034.5286L143.32%2033.9114C144.584%2033.1885%20144.383%2031.3071%20142.993%2030.8681L137.174%2029.0197C136.203%2028.7128%20135.183%2029.3366%20135.018%2030.34L134.071%2036.0667C133.84%2037.4563%20135.329%2038.4894%20136.553%2037.7897L138.431%2036.7136C141.306%2041.3676%20142.821%2046.7049%20142.821%2052.217C142.821%2068.5093%20129.566%2081.7649%20113.273%2081.7649C96.9812%2081.7649%2083.7256%2068.5093%2083.7256%2052.217C83.7256%2035.9248%2096.9812%2022.6692%20113.273%2022.6692C116.577%2022.6692%20119.825%2023.2105%20122.918%2024.2766C124.063%2024.6727%20125.314%2024.0621%20125.71%2022.9167C126.107%2021.7714%20125.496%2020.5204%20124.351%2020.1243C120.796%2018.8965%20117.069%2018.2759%20113.273%2018.2759C94.5585%2018.2759%2079.3323%2033.5021%2079.3323%2052.217C79.3323%2070.932%2094.5585%2086.1581%20113.273%2086.1581C131.988%2086.1581%20147.215%2070.932%20147.215%2052.217C147.215%2045.9358%20145.498%2039.846%20142.244%2034.5286Z'%20fill='white'/%3e%3cpath%20d='M110.577%2075.652C110.742%2076.9954%20111.857%2078.0219%20113.168%2078.0714C114.554%2078.1243%20115.795%2077.0746%20115.97%2075.652H110.573H110.577Z'%20fill='white'/%3e%3cpath%20d='M106.342%2068.1825H119.947C119.947%2067.3672%20119.997%2066.552%20120.086%2065.7433H106.342V68.1825Z'%20fill='white'/%3e%3cpath%20d='M106.342%2071.5394C106.342%2073.3581%20107.814%2074.8302%20109.633%2074.8302H116.726C118.502%2074.8302%20119.944%2073.3878%20119.944%2071.612V70.5228H106.339V71.5394H106.342Z'%20fill='white'/%3e%3cpath%20d='M127.813%2045.3747C127.813%2037.1427%20121.04%2030.4885%20112.765%2030.6866C104.863%2030.8747%2098.4664%2037.4002%2098.4268%2045.3054C98.407%2049.1969%2099.9022%2052.7385%20102.358%2055.3758C104.431%2057.6071%20105.731%2060.4193%20106.174%2063.4064H120.462C121.159%2060.1783%20122.552%2057.1219%20124.628%2054.511C126.621%2052.0025%20127.813%2048.8305%20127.813%2045.378V45.3747ZM112.138%2036.1294C111.389%2036.2548%20107.543%2037.0536%20105.309%2040.6811C103.414%2043.754%20103.833%2046.8567%20104.104%2048.0449C104.22%2048.5598%20103.896%2049.0715%20103.384%2049.187C103.315%2049.2035%20103.243%2049.2101%20103.173%2049.2101C102.738%2049.2101%20102.341%2048.9097%20102.242%2048.4641C101.922%2047.0448%20101.421%2043.348%20103.685%2039.6777C106.286%2035.4561%20110.577%2034.4527%20111.828%2034.2447C112.349%2034.1589%20112.841%2034.5121%20112.927%2035.0303C113.013%2035.5518%20112.659%2036.0436%20112.141%2036.1294H112.138Z'%20fill='white'/%3e%3cpath%20d='M48.319%20111.442L53.1611%2096.7538L113.372%20107.316L174.775%2096.7538L179.027%20111.442H48.319Z'%20fill='white'/%3e%3cpath%20d='M188.939%2027.3397L176.634%2066.0602L167.728%2063.2315L180.033%2024.5077L188.939%2027.3397Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M221.751%2040.0243H221.853C236.264%2040.0243%20247.949%2051.7451%20247.949%2066.2054C247.949%2066.2054%20232.683%2066.2186%20221.751%2066.2219V40.0243Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M220.5%2026.257V66.2186H211.869V26.257H220.5Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M209.311%2026.0656L210.964%2065.9942L200.947%2066.4101L199.293%2026.4815L209.311%2026.0656Z'%20fill='%23FF8D2E'/%3e%3cpath%20d='M198.699%2026.257V66.2186H188.939V26.257H198.699Z'%20fill='%235AC235'/%3e%3cpath%20d='M247.945%2065.5288H167.464V72.7276H247.945V65.5288Z'%20fill='%23FF8D2E'/%3e%3cpath%20d='M37.8723%2014.5462L50.174%2053.2667L59.0826%2050.438L46.7775%2011.7142L37.8723%2014.5462Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M5.06002%2027.2307H4.9577C-9.45316%2027.2307%20-21.1376%2038.9515%20-21.1376%2053.4119C-21.1376%2053.4119%20-5.8719%2053.4251%205.06002%2053.4284V27.2307Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M6.30762%2013.4636V53.4284H14.9389V13.4636H6.30762Z'%20fill='%235AC235'/%3e%3cpath%20d='M17.497%2013.2721L15.8433%2053.204L25.8642%2053.6165L27.5179%2013.688L17.497%2013.2721Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M28.1088%2013.4636V53.4284H37.8722V13.4636H28.1088Z'%20fill='%23FF8D2E'/%3e%3cpath%20d='M-17.1075%2060.4655L63.3734%2060.4655V53.2666L-17.1075%2053.2666V60.4655Z'%20fill='%23FF8D2E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1127_3886'%3e%3crect%20width='236'%20height='119.815'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
|
|
2
|
-
export {
|
|
3
|
-
l as default
|
|
4
|
-
};
|