@pubinfo/core 2.0.15 → 2.1.1
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/{AppSetting-CF0Y36Kx.js → AppSetting-CmT5_15W.js} +17 -17
- package/dist/{HCheckList.vue_vue_type_script_setup_true_lang-B7ZyR4n6.js → HCheckList.vue_vue_type_script_setup_true_lang-CHzkJth7.js} +1 -1
- package/dist/{HToggle-Dap0xf8L.js → HToggle-DpDYLh8y.js} +1 -1
- package/dist/HeaderThinMenu-D6jF8yl1.js +4 -0
- package/dist/{PreferencesContent-DWHQ2EOo.js → PreferencesContent-AXqWatOF.js} +6 -6
- package/dist/{SettingBreadcrumb-P-C21e5U.js → SettingBreadcrumb-CBWdS_nO.js} +3 -3
- package/dist/{SettingCopyright-XUQuMUND.js → SettingCopyright-D5Jhdu1J.js} +2 -2
- package/dist/{SettingEnableTransition-hJTXOtuP.js → SettingEnableTransition-DQJozSZH.js} +2 -2
- package/dist/{SettingHome-1C9Ph1Dl.js → SettingHome-DAwn9Ypx.js} +3 -3
- package/dist/{SettingMenu-B2h4e61Z.js → SettingMenu-DEQRAtWl.js} +4 -4
- package/dist/{SettingMode-bStWvnHg.js → SettingMode-bh3I8UBZ.js} +1 -1
- package/dist/{SettingNavSearch-BvTlahqj.js → SettingNavSearch-iYc-eRzY.js} +3 -3
- package/dist/{SettingOther-ihHycIPn.js → SettingOther-C2TS6okv.js} +3 -3
- package/dist/{SettingPage-d8HGOfhZ.js → SettingPage-B2_SNyn5.js} +2 -2
- package/dist/{SettingTabbar-YLshyP8G.js → SettingTabbar-BETdKJxz.js} +6 -6
- package/dist/{SettingThemes-Do-SwCzx.js → SettingThemes-ComNCP3P.js} +16 -15
- package/dist/{SettingToolbar-DHbr1d6B.js → SettingToolbar-D0DTBbbb.js} +3 -3
- package/dist/{SettingTopbar-QwqH9maD.js → SettingTopbar-BcO5Hcxm.js} +4 -4
- package/dist/{SettingWidthMode-CGmv4JQk.js → SettingWidthMode-wzTMq96A.js} +2 -2
- package/dist/built-in/devtools/index.d.ts +13 -0
- package/dist/built-in/index.d.ts +1 -0
- package/dist/built-in/layout-component/Layout.vue.d.ts +7 -1
- package/dist/built-in/layout-component/components/Topbar/index.vue.d.ts +1 -1
- package/dist/built-in/layout-component/composables/useLayoutVisible.d.ts +8 -0
- package/dist/built-in/layout-component/interface.d.ts +22 -0
- package/dist/built-in/pinia-plugin/plugins/persist.d.ts +2 -2
- package/dist/built-in/pinia-plugin/plugins/persistedstate/index.d.ts +3 -0
- package/dist/built-in/pinia-plugin/plugins/persistedstate/persistedstate.d.ts +15 -0
- package/dist/built-in/pinia-plugin/plugins/persistedstate/types.d.ts +150 -0
- package/dist/built-in/pinia-plugin/plugins/persistedstate/utils.d.ts +17 -0
- package/dist/core/ctx.d.ts +1 -0
- package/dist/core/interface.d.ts +26 -1
- package/dist/core/utils/index.d.ts +2 -0
- package/dist/features/composables/index.d.ts +1 -0
- package/dist/features/composables/partyLogin.d.ts +7 -1
- package/dist/features/stores/modules/settings.d.ts +6 -6
- package/dist/features/stores/modules/user.d.ts +14 -2
- package/dist/{index-WLA0JU4Y.js → index-6W8u4oWQ.js} +1 -1
- package/dist/{index-CEodMjIg.js → index-B9i7R1pn.js} +4 -5
- package/dist/{index-Ctu3_aXu.js → index-BXLF9xfN.js} +17666 -17025
- package/dist/{index-egA-td8O.js → index-C5X0cH7a.js} +3 -3
- package/dist/{index-Da79wYQP.js → index-CMSPnrUx.js} +1 -1
- package/dist/index-DSKHePRb.js +4 -0
- package/dist/{index-B8wbywmR.js → index-FATjHAwl.js} +1 -1
- package/dist/{index-B69sIuLj.js → index-_VKoUSGo.js} +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +13 -12
- package/dist/{pick-BS5wr8z9.js → pick-BvMRfqim.js} +1 -1
- package/dist/{question-line-CfkciTFq.js → question-line-DCMVyZ3e.js} +2 -2
- package/dist/{right-Bfe2p1o0.js → right-aIVrXLnr.js} +4 -4
- package/dist/style.css +1 -1
- package/dist/utils/index.d.ts +0 -1
- package/package.json +10 -9
- package/src/built-in/devtools/index.ts +292 -0
- package/src/built-in/index.ts +1 -0
- package/src/built-in/layout-component/Layout.vue +93 -9
- package/src/built-in/layout-component/components/Header/index.vue +4 -11
- package/src/built-in/layout-component/components/Sidebar/MainSidebar.vue +3 -1
- package/src/built-in/layout-component/components/Sidebar/SubSidebar.vue +4 -21
- package/src/built-in/layout-component/components/Topbar/index.vue +4 -105
- package/src/built-in/layout-component/composables/useLayoutVisible.ts +87 -0
- package/src/built-in/layout-component/interface.ts +25 -0
- package/src/built-in/pinia-plugin/index.ts +2 -2
- package/src/built-in/pinia-plugin/plugins/persist.ts +15 -4
- package/src/built-in/pinia-plugin/plugins/persistedstate/README.md +551 -0
- package/src/built-in/pinia-plugin/plugins/persistedstate/index.ts +3 -0
- package/src/built-in/pinia-plugin/plugins/persistedstate/persistedstate.ts +575 -0
- package/src/built-in/pinia-plugin/plugins/persistedstate/types.ts +162 -0
- package/src/built-in/pinia-plugin/plugins/persistedstate/utils.ts +46 -0
- package/src/core/create.ts +1 -3
- package/src/core/ctx.ts +24 -1
- package/src/core/interface.ts +31 -1
- package/src/core/request.ts +0 -1
- package/src/core/resolver/icon.ts +1 -1
- package/src/core/utils/index.ts +2 -0
- package/src/features/assets/styles/globals.css +2 -1
- package/src/features/composables/index.ts +1 -0
- package/src/features/composables/log.ts +3 -5
- package/src/features/composables/partyLogin.ts +180 -38
- package/src/features/context/index.ts +1 -1
- package/src/features/stores/modules/keepAlive.ts +10 -14
- package/src/features/stores/modules/settings.ts +2 -7
- package/src/features/stores/modules/user.ts +57 -2
- package/src/index.ts +9 -5
- package/src/utils/index.ts +0 -1
- package/src/utils/proxy.ts +1 -1
- package/types/index.d.ts +1 -0
- package/types/pinia.d.ts +94 -0
- package/types/vue-router.d.ts +7 -0
- package/dist/HeaderThinMenu-Bu4X2-vs.js +0 -4
- package/dist/index-ondkWqUz.js +0 -4
- /package/dist/{utils → core/utils}/global.d.ts +0 -0
- /package/dist/core/{utils.d.ts → utils/utils.d.ts} +0 -0
- /package/src/{utils → core/utils}/global.ts +0 -0
- /package/src/core/{utils.ts → utils/utils.ts} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as ae, ref as q, createVNode as f, shallowRef as ce, onMounted as qe, onUnmounted as ua, watch as ge, computed as P, Fragment as Ke, provide as Xe, inject as We, toRaw as jr, toRef as ke, getCurrentInstance as ca, onBeforeUnmount as nt, Transition as pl, withDirectives as vl, vShow as ml, watchEffect as Ae, unref as ct, Teleport as jl, useAttrs as rd, createTextVNode as vo, nextTick as ht, onBeforeUpdate as Cs, getCurrentScope as id, onScopeDispose as sd, toRefs as ao, isVNode as dt, cloneVNode as Yr, reactive as nn, onUpdated as Yl, onActivated as Xl, onBeforeMount as ud, Text as xs, mergeProps as lt, useTemplateRef as ln, Comment as cd, resolveDynamicComponent as Xr, createElementBlock as dd, openBlock as fd, createElementVNode as pd, withCtx as Gr, isRef as Ur } from "vue";
|
|
2
|
-
import { a as vd, u as md, C as hd, b as gd, A as bd, d as yd, f as $d, _ as Ss, c as Cd, F as xd } from "./index-
|
|
3
|
-
import { S as La, s as ws, c as Sd, d as wd, w as Le, e as y, f as Et, g as ze, i as kt, o as et, h as Tt, j as A, k as mo, l as Wt, P as Y, T as da, m as se, n as Pd, p as gt, q as we, r as _e, t as Fe, v as Id, x as kd, y as ft, z as Td, A as rt, B as rn, C as qo, D as Ps, E as it, F as Is, G as ks, H as Ts, I as Os, J as Ds, K as zn, L as Ze, M as Gl, N as jt, R as uo, O as Me, Q as Od, U as fa, V as lo, W as he, X as hl, Y as qr, Z as It, $ as gl, a0 as sn, a1 as bt, a2 as Dd, a3 as Cn, a4 as Md, a5 as Ed, a6 as un, a7 as Rd, a8 as Ms, a9 as Ye, aa as ut, ab as Nd, ac as Es, ad as Ve, ae as Ul, af as Rs, ag as ql, ah as Qo, ai as _d, aj as de, ak as bn, al as Jo, am as Ns, an as Bd, ao as Ad, ap as _s, aq as je, ar as Je, as as Ql, at as Zn, au as pa, av as Hd, aw as Fd, ax as Ka, ay as Jl, az as Zl, aA as zd, aB as Bs, aC as Rn, aD as Vd, aE as Ld, aF as Kd, aG as cn, aH as Yt, aI as va, aJ as ma, aK as er, aL as As, aM as Wd, aN as bl, aO as Hs, aP as jd, aQ as Zo, aR as Yd, aS as co, aT as Xd, aU as ha, aV as Fs, aW as zs, aX as Vs, aY as Ls, aZ as Gd, a_ as Ud, a$ as qd, b0 as Vn, b1 as tr, b2 as ga, b3 as Qd, b4 as Zt, b5 as Jd, b6 as Qr, b7 as Zd, b8 as ef, b9 as Jr, ba as Zr, bb as ea, bc as tf, bd as nf, be as of, bf as af, bg as lf, bh as rf, bi as yl, bj as sf, bk as Ks, bl as nr, bm as xt, bn as uf, bo as cf, bp as df, bq as ff, br as pf, bs as vf, bt as mf, bu as hf, bv as ei, bw as ti, bx as gf, by as bf, bz as yf, bA as Ws, bB as fo, bC as or, bD as $f, bE as Cf, bF as xf, bG as Sf, bH as js, bI as wf, bJ as Pf, bK as If, bL as kf, bM as Tf, bN as ni, bO as Of, bP as Df, bQ as Mf, bR as Ef, bS as Rf, bT as Nf, bU as _f, bV as oi, bW as Bf, bX as Xt, bY as Ln, bZ as ba, b_ as ya, b$ as Af, c0 as Hf, c1 as Ff, c2 as zf, c3 as ai, c4 as Vf, c5 as Lf, c6 as Kf, c7 as Wf, c8 as jf, c9 as Yf, ca as Xf, cb as Gf } from "./index-
|
|
4
|
-
import { p as ar } from "./pick-
|
|
2
|
+
import { a as vd, u as md, C as hd, b as gd, A as bd, d as yd, f as $d, _ as Ss, c as Cd, F as xd } from "./index-FATjHAwl.js";
|
|
3
|
+
import { S as La, s as ws, c as Sd, d as wd, w as Le, e as y, f as Et, g as ze, i as kt, o as et, h as Tt, j as A, k as mo, l as Wt, P as Y, T as da, m as se, n as Pd, p as gt, q as we, r as _e, t as Fe, v as Id, x as kd, y as ft, z as Td, A as rt, B as rn, C as qo, D as Ps, E as it, F as Is, G as ks, H as Ts, I as Os, J as Ds, K as zn, L as Ze, M as Gl, N as jt, R as uo, O as Me, Q as Od, U as fa, V as lo, W as he, X as hl, Y as qr, Z as It, $ as gl, a0 as sn, a1 as bt, a2 as Dd, a3 as Cn, a4 as Md, a5 as Ed, a6 as un, a7 as Rd, a8 as Ms, a9 as Ye, aa as ut, ab as Nd, ac as Es, ad as Ve, ae as Ul, af as Rs, ag as ql, ah as Qo, ai as _d, aj as de, ak as bn, al as Jo, am as Ns, an as Bd, ao as Ad, ap as _s, aq as je, ar as Je, as as Ql, at as Zn, au as pa, av as Hd, aw as Fd, ax as Ka, ay as Jl, az as Zl, aA as zd, aB as Bs, aC as Rn, aD as Vd, aE as Ld, aF as Kd, aG as cn, aH as Yt, aI as va, aJ as ma, aK as er, aL as As, aM as Wd, aN as bl, aO as Hs, aP as jd, aQ as Zo, aR as Yd, aS as co, aT as Xd, aU as ha, aV as Fs, aW as zs, aX as Vs, aY as Ls, aZ as Gd, a_ as Ud, a$ as qd, b0 as Vn, b1 as tr, b2 as ga, b3 as Qd, b4 as Zt, b5 as Jd, b6 as Qr, b7 as Zd, b8 as ef, b9 as Jr, ba as Zr, bb as ea, bc as tf, bd as nf, be as of, bf as af, bg as lf, bh as rf, bi as yl, bj as sf, bk as Ks, bl as nr, bm as xt, bn as uf, bo as cf, bp as df, bq as ff, br as pf, bs as vf, bt as mf, bu as hf, bv as ei, bw as ti, bx as gf, by as bf, bz as yf, bA as Ws, bB as fo, bC as or, bD as $f, bE as Cf, bF as xf, bG as Sf, bH as js, bI as wf, bJ as Pf, bK as If, bL as kf, bM as Tf, bN as ni, bO as Of, bP as Df, bQ as Mf, bR as Ef, bS as Rf, bT as Nf, bU as _f, bV as oi, bW as Bf, bX as Xt, bY as Ln, bZ as ba, b_ as ya, b$ as Af, c0 as Hf, c1 as Ff, c2 as zf, c3 as ai, c4 as Vf, c5 as Lf, c6 as Kf, c7 as Wf, c8 as jf, c9 as Yf, ca as Xf, cb as Gf } from "./index-BXLF9xfN.js";
|
|
4
|
+
import { p as ar } from "./pick-BvMRfqim.js";
|
|
5
5
|
function Uf() {
|
|
6
6
|
}
|
|
7
7
|
function qf(e) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { u, a as d, _ as c, b as f } from "./index-
|
|
1
|
+
import { u, a as d, _ as c, b as f } from "./index-BXLF9xfN.js";
|
|
2
2
|
import { defineComponent as x, ref as p, onMounted as v, createElementBlock as m, openBlock as _, createElementVNode as o, createVNode as w, withCtx as b, createTextVNode as g, toDisplayString as k, unref as N } from "vue";
|
|
3
3
|
import { useRoute as S, useRouter as h, onBeforeRouteLeave as B } from "vue-router";
|
|
4
4
|
const C = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ci as Gt, cj as Bt, cd as at, ck as zt, c as Xt, d as lt, cl as kt, cc as Ut, cm as Kt, cn as Yt, e as A, co as Qt, y as Qe, A as $t, t as ye, g as je, m as ue, j as H, a9 as _e, i as Zt, aU as Jt, U as en, cp as tn, bW as nn, a2 as rn, cq as wt, E as Ft, a5 as an, cr as ln, X as on, b0 as St, P as me, cs as Ee, ct as sn, cu as un, aI as cn, aO as fn, aY as dn, cv as mn, cw as gn, bb as Ze, bX as hn, cx as Ot, aj as ce, q as ve, ar as ot, bc as vn, r as Fe, L as pn, cy as yn, cz as bn, cA as xn, f as Pe, aH as $n, cB as We } from "./index-
|
|
1
|
+
import { ci as Gt, cj as Bt, cd as at, ck as zt, c as Xt, d as lt, cl as kt, cc as Ut, cm as Kt, cn as Yt, e as A, co as Qt, y as Qe, A as $t, t as ye, g as je, m as ue, j as H, a9 as _e, i as Zt, aU as Jt, U as en, cp as tn, bW as nn, a2 as rn, cq as wt, E as Ft, a5 as an, cr as ln, X as on, b0 as St, P as me, cs as Ee, ct as sn, cu as un, aI as cn, aO as fn, aY as dn, cv as mn, cw as gn, bb as Ze, bX as hn, cx as Ot, aj as ce, q as ve, ar as ot, bc as vn, r as Fe, L as pn, cy as yn, cz as bn, cA as xn, f as Pe, aH as $n, cB as We } from "./index-BXLF9xfN.js";
|
|
2
2
|
import { computed as E, shallowRef as ee, onMounted as Je, inject as et, provide as tt, defineComponent as ge, ref as xe, onBeforeUnmount as Ct, createVNode as R, cloneVNode as wn, Fragment as Ae, watch as se, Transition as Fn, withDirectives as Sn, TransitionGroup as On, vShow as Cn, watchEffect as De, reactive as Et, toRaw as He, nextTick as qt, unref as ae } from "vue";
|
|
3
3
|
function En(e) {
|
|
4
4
|
return e !== e;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ce as a, _ as i, b as u } from "./index-
|
|
1
|
+
import { ce as a, _ as i, b as u } from "./index-BXLF9xfN.js";
|
|
2
2
|
import { defineComponent as d, ref as c, onUnmounted as x, onMounted as f, createElementBlock as m, openBlock as p, createElementVNode as n, createVNode as v, withCtx as _, createTextVNode as w, toDisplayString as g, unref as N } from "vue";
|
|
3
3
|
import { useRouter as k } from "vue-router";
|
|
4
4
|
const b = { class: "absolute left-[50%] top-[50%] flex flex-col items-center justify-between lg:flex-row -translate-x-50% -translate-y-50% lg:gap-12" }, C = { class: "flex flex-col gap-4" }, I = /* @__PURE__ */ d({
|
package/dist/index.d.ts
CHANGED
|
@@ -21,5 +21,6 @@ export type { DropdownMenu, DropdownMenuRender } from './built-in/layout-compone
|
|
|
21
21
|
export { updateWatermark } from './built-in/layout-component/composables/useWatermark';
|
|
22
22
|
export { createRequest, defineIconModule, defineRouteModule, getAllIconModules, getAllRouteModules, readProjectModules, } from './core';
|
|
23
23
|
export * from './core/interface';
|
|
24
|
+
export { clearPersistedState, createContext, getPersistedState, getPubinfoNamespace, setPersistedState, } from './core/utils';
|
|
24
25
|
export * from './features';
|
|
25
|
-
export { cleanup, cleanupWithoutUser,
|
|
26
|
+
export { cleanup, cleanupWithoutUser, createRawContext, publicKeyEncryption, storage, wrapProxy, } from './utils';
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { cV as a, cW as t, cX as d, cY as o, cZ as u, c_ as r, c$ as n, d0 as c, d1 as i, dm as
|
|
1
|
+
import { cV as a, cW as t, cX as d, cY as o, cZ as u, c_ as r, c$ as n, d0 as c, d1 as i, dm as P, dn as S, dp as l, ch as f, dq as g, cC as y, dr as b, ds as p, dt as R, dE as L, cU as m, d2 as A, d3 as E, dg as I, dh as M, db as h, dc as x, cT as C, du as T, di as v, d5 as w, dF as O, d6 as j, d7 as B, dJ as K, dH as N, d8 as U, d9 as W, dG as q, dd as D, de as H, dK as _, dI as k, dv as F, dj as V, da as Y, df as z, dk as G, d4 as J, dw as X, dC as Z, dx as $, dL as Q, dM as ee, dA as se, dN as ae, dO as te, dD as de, dP as oe, u as ue, dB as re, dy as ne, a as ce, cS as ie, ce as Pe, dz as Se, cL as le, dl as fe } from "./index-BXLF9xfN.js";
|
|
2
2
|
export {
|
|
3
3
|
a as Copyright,
|
|
4
4
|
t as Layout,
|
|
@@ -9,8 +9,8 @@ export {
|
|
|
9
9
|
n as LayoutTopbar,
|
|
10
10
|
c as Logo,
|
|
11
11
|
i as NotAllowed,
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
P as PageHeader,
|
|
13
|
+
S as PageMain,
|
|
14
14
|
l as PartyLoginModal,
|
|
15
15
|
f as PassStrengthValidator,
|
|
16
16
|
g as PubinfoApp,
|
|
@@ -56,14 +56,15 @@ export {
|
|
|
56
56
|
se as useInfo,
|
|
57
57
|
ae as useKeepAliveStore,
|
|
58
58
|
te as useMenuStore,
|
|
59
|
-
de as
|
|
60
|
-
oe as
|
|
61
|
-
ue as
|
|
62
|
-
re as
|
|
63
|
-
ne as
|
|
64
|
-
ce as
|
|
65
|
-
ie as
|
|
59
|
+
de as usePartyLogin,
|
|
60
|
+
oe as useRouteStore,
|
|
61
|
+
ue as useSettingsStore,
|
|
62
|
+
re as useStart,
|
|
63
|
+
ne as useSuccess,
|
|
64
|
+
ce as useTabbarStore,
|
|
65
|
+
ie as useTheme,
|
|
66
|
+
Pe as useUserStore,
|
|
66
67
|
Se as useWarn,
|
|
67
|
-
|
|
68
|
-
|
|
68
|
+
le as watchDiffObject,
|
|
69
|
+
fe as wrapProxy
|
|
69
70
|
};
|
|
@@ -5,12 +5,12 @@ const i = {
|
|
|
5
5
|
height: "1.2em"
|
|
6
6
|
};
|
|
7
7
|
function l(m, e) {
|
|
8
|
-
return o(), n("svg", i, e[0] || (e[0] = [
|
|
8
|
+
return o(), n("svg", i, [...e[0] || (e[0] = [
|
|
9
9
|
r("path", {
|
|
10
10
|
fill: "currentColor",
|
|
11
11
|
d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16m-1-5h2v2h-2zm2-1.645V14h-2v-1.5a1 1 0 0 1 1-1a1.5 1.5 0 1 0-1.471-1.794l-1.962-.393A3.501 3.501 0 1 1 13 13.355"
|
|
12
12
|
}, null, -1)
|
|
13
|
-
]));
|
|
13
|
+
])]);
|
|
14
14
|
}
|
|
15
15
|
const s = t({ name: "ri-question-line", render: l });
|
|
16
16
|
export {
|
|
@@ -5,7 +5,7 @@ const a = {
|
|
|
5
5
|
height: "1.2em"
|
|
6
6
|
};
|
|
7
7
|
function i(o, e) {
|
|
8
|
-
return n(), l("svg", a, e[0] || (e[0] = [
|
|
8
|
+
return n(), l("svg", a, [...e[0] || (e[0] = [
|
|
9
9
|
t("path", {
|
|
10
10
|
fill: "currentColor",
|
|
11
11
|
d: "M224 480h640a32 32 0 1 1 0 64H224a32 32 0 0 1 0-64"
|
|
@@ -14,7 +14,7 @@ function i(o, e) {
|
|
|
14
14
|
fill: "currentColor",
|
|
15
15
|
d: "m237.248 512l265.408 265.344a32 32 0 0 1-45.312 45.312l-288-288a32 32 0 0 1 0-45.312l288-288a32 32 0 1 1 45.312 45.312z"
|
|
16
16
|
}, null, -1)
|
|
17
|
-
]));
|
|
17
|
+
])]);
|
|
18
18
|
}
|
|
19
19
|
const d = r({ name: "ep-back", render: i }), c = {
|
|
20
20
|
viewBox: "0 0 1024 1024",
|
|
@@ -22,12 +22,12 @@ const d = r({ name: "ep-back", render: i }), c = {
|
|
|
22
22
|
height: "1.2em"
|
|
23
23
|
};
|
|
24
24
|
function h(o, e) {
|
|
25
|
-
return n(), l("svg", c, e[0] || (e[0] = [
|
|
25
|
+
return n(), l("svg", c, [...e[0] || (e[0] = [
|
|
26
26
|
t("path", {
|
|
27
27
|
fill: "currentColor",
|
|
28
28
|
d: "M754.752 480H160a32 32 0 1 0 0 64h594.752L521.344 777.344a32 32 0 0 0 45.312 45.312l288-288a32 32 0 0 0 0-45.312l-288-288a32 32 0 1 0-45.312 45.312z"
|
|
29
29
|
}, null, -1)
|
|
30
|
-
]));
|
|
30
|
+
])]);
|
|
31
31
|
}
|
|
32
32
|
const p = r({ name: "ep-right", render: h });
|
|
33
33
|
export {
|