@pubinfo/core 2.0.0-rc.2 → 2.0.0-rc.3
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-D2RJrc9O.js → AppSetting-3wJKvibc.js} +19 -19
- package/dist/{HCheckList.vue_vue_type_script_setup_true_lang-DusVz35O.js → HCheckList.vue_vue_type_script_setup_true_lang-17EywJvs.js} +1 -1
- package/dist/{HToggle-DMcVgMVY.js → HToggle-B-ZjSh6S.js} +1 -1
- package/dist/{PreferencesContent-Dtd9rtew.js → PreferencesContent-xT4paU7N.js} +52 -52
- package/dist/{SettingBreadcrumb-QSCSviKM.js → SettingBreadcrumb-CYnO51Ek.js} +5 -5
- package/dist/{SettingCopyright-Dr5P6yfq.js → SettingCopyright-FOW5ObHK.js} +2 -2
- package/dist/{SettingEnableTransition-DGiHEbCI.js → SettingEnableTransition-Q5cvubmF.js} +12 -12
- package/dist/{SettingHome-CEPcBlds.js → SettingHome-Df7-AlWB.js} +8 -8
- package/dist/{SettingMenu-BJdjnRA6.js → SettingMenu-BNAJ3el9.js} +14 -14
- package/dist/{SettingMode-BnuCHoEY.js → SettingMode-LzlRsBL9.js} +3 -3
- package/dist/{SettingNavSearch-CiU4BmlU.js → SettingNavSearch-BA08vYuw.js} +6 -6
- package/dist/{SettingOther-DTHjVlFe.js → SettingOther-BE8dDCYD.js} +11 -11
- package/dist/{SettingPage-D75_Nf05.js → SettingPage-D061yXCv.js} +2 -2
- package/dist/{SettingTabbar-D48dzvgA.js → SettingTabbar-COwdPPKy.js} +13 -13
- package/dist/{SettingThemes-D-8vTs5n.js → SettingThemes-BHaYERNp.js} +12 -12
- package/dist/{SettingToolbar-DjIjm9V-.js → SettingToolbar-fSuzu6ND.js} +10 -10
- package/dist/{SettingTopbar-Cg30OTH3.js → SettingTopbar-D7GgP0KB.js} +6 -6
- package/dist/{SettingWidthMode-BKV_7kb8.js → SettingWidthMode-CNjzChe1.js} +11 -11
- package/dist/{TopThinMode-JFYsp_lJ.js → TopThinMode-B-28sBJD.js} +3 -3
- package/dist/built-in/layout-component/Layout.vue.d.ts +1 -0
- package/dist/built-in/layout-component/components/Tools/Fullscreen.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Tools/PageReload.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Tools/SearchBar.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Tools/index.vue.d.ts +47 -1
- package/dist/built-in/layout-component/components/Tools/interface.d.ts +26 -0
- package/dist/built-in/layout-component/components/ui/HDropdownMenu.vue.d.ts +2 -7
- package/dist/built-in/layout-component/composables/useHotkey.d.ts +1 -5
- package/dist/built-in/layout-component/composables/useMainPage.d.ts +1 -1
- package/dist/built-in/layout-component/composables/useMenu.d.ts +1 -1
- package/dist/built-in/layout-component/composables/useTabbar.d.ts +1 -1
- package/dist/built-in/layout-component/composables/useTitle.d.ts +2 -1
- package/dist/built-in/layout-component/composables/useWatermark.d.ts +3 -1
- package/dist/built-in/layout-component/index.d.ts +9 -6
- package/dist/built-in/layout-component/utils/index.d.ts +0 -1
- package/dist/{colors-CODcBxrF.js → colors-BIQSd520.js} +1 -1
- package/dist/{index-Jd3PYkpj.js → index-Beb7_0-E.js} +11384 -11329
- package/dist/{index-BAoB7aoj.js → index-CPRiufg0.js} +1 -1
- package/dist/{index-DmcblkoZ.js → index-DNdH93AP.js} +13 -13
- package/dist/{index-DQn1WFMa.js → index-DYMBkmAp.js} +2 -2
- package/dist/{index-BVLkBCRY.js → index-Dlf6GQBd.js} +6418 -6439
- package/dist/{index-DvJr0paY.js → index-IscoZG-Y.js} +2 -2
- package/dist/{index-BROqFYXS.js → index-WubcSL0v.js} +1 -1
- package/dist/{index-RT-QBzm0.js → index-YSjb6X1D.js} +10 -12
- package/dist/{index-D4_xmL_A.js → index-wxEEuQXu.js} +17 -17
- package/dist/index.d.ts +4 -2
- package/dist/index.js +53 -55
- package/dist/{pick-BLJM77QN.js → pick-D_XPbQHB.js} +1 -1
- package/dist/style.css +1 -1
- package/package.json +9 -9
- package/src/built-in/layout-component/Layout.vue +11 -22
- package/src/built-in/layout-component/components/Header/TopMode/index.vue +1 -1
- package/src/built-in/layout-component/components/Sidebar/MainSidebar.vue +1 -1
- package/src/built-in/layout-component/components/Sidebar/index.vue +1 -1
- package/src/built-in/layout-component/components/Tools/DarkModeToggle.vue +108 -0
- package/src/built-in/layout-component/components/Tools/Fullscreen.vue +24 -0
- package/src/built-in/layout-component/components/Tools/PageReload.vue +22 -0
- package/src/built-in/layout-component/components/Tools/SearchBar.vue +44 -0
- package/src/built-in/layout-component/components/Tools/{Search.vue → SearchPanel.vue} +1 -1
- package/src/built-in/layout-component/components/Tools/index.vue +63 -131
- package/src/built-in/layout-component/components/Tools/interface.ts +27 -0
- package/src/built-in/layout-component/components/Topbar/Tabbar/MoreAction.vue +2 -2
- package/src/built-in/layout-component/components/Topbar/Tabbar/index.vue +2 -2
- package/src/built-in/layout-component/components/ui/HDropdownMenu.vue +19 -26
- package/src/built-in/layout-component/composables/useGetComputedStyle.ts +2 -3
- package/src/built-in/layout-component/composables/useHotkey.ts +6 -10
- package/src/built-in/layout-component/composables/useMainPage.ts +5 -6
- package/src/built-in/layout-component/composables/useMenu.ts +3 -5
- package/src/built-in/layout-component/composables/useTabbar.ts +3 -5
- package/src/built-in/layout-component/composables/useTitle.ts +2 -3
- package/src/built-in/layout-component/composables/useWatermark.ts +25 -12
- package/src/built-in/layout-component/index.ts +21 -12
- package/src/built-in/layout-component/provider.ts +6 -2
- package/src/built-in/layout-component/utils/index.ts +0 -1
- package/src/built-in/settings/router.ts +5 -1
- package/src/features/stores/utils/routerHelper.ts +3 -0
- package/src/index.ts +7 -9
- package/dist/built-in/layout-component/utils/eventBus.d.ts +0 -5
- package/src/built-in/layout-component/components/Tools/DayNightSwitch.vue +0 -70
- package/src/built-in/layout-component/utils/eventBus.ts +0 -8
- /package/dist/built-in/layout-component/components/Tools/{DayNightSwitch.vue.d.ts → DarkModeToggle.vue.d.ts} +0 -0
- /package/dist/built-in/layout-component/components/Tools/{Search.vue.d.ts → SearchPanel.vue.d.ts} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { H as L, F as O, e as P, B as R, bF as j, M as z, h as F, g as b, P as B, a1 as X, Y as U, aP as V, x as Y } from "./index-
|
|
1
|
+
import { H as L, F as O, e as P, B as R, bF as j, M as z, h as F, g as b, P as B, a1 as X, Y as U, aP as V, x as Y } from "./index-Beb7_0-E.js";
|
|
2
2
|
import { defineComponent as H, computed as m, createVNode as d, shallowRef as q, watchEffect as G, Fragment as J } from "vue";
|
|
3
|
-
import { g as K, i as Q, a as Z } from "./colors-
|
|
3
|
+
import { g as K, i as Q, a as Z } from "./colors-BIQSd520.js";
|
|
4
4
|
const h = (e, t, l) => {
|
|
5
5
|
const r = j(l);
|
|
6
6
|
return {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b9 as a, _ as i, b as u } from "./index-
|
|
1
|
+
import { b9 as a, _ as i, b as u } from "./index-Beb7_0-E.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 b } from "vue-router";
|
|
4
4
|
const k = { 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({
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
import { defineComponent as T, mergeModels as d, useModel as G, reactive as z, ref as B, createElementBlock as O, openBlock as v, createVNode as l, unref as k, withCtx as i, createTextVNode as H, nextTick as Z, computed as b, createElementVNode as Q, isRef as x } from "vue";
|
|
2
|
-
import { b7 as K, b8 as P, b9 as r, a5 as h, ba as D, bb as a, b as Y } from "./index-
|
|
2
|
+
import { b7 as K, b8 as P, b9 as r, a5 as h, ba as D, bb as a, b as Y } from "./index-Beb7_0-E.js";
|
|
3
3
|
import { useRouter as U, useRoute as L } from "vue-router";
|
|
4
4
|
import "pinia";
|
|
5
5
|
import "alova";
|
|
6
6
|
import "alova/vue";
|
|
7
7
|
import "alova/client";
|
|
8
|
-
import "vue-m-message";
|
|
9
8
|
import "vue-i18n";
|
|
10
|
-
import "vue-m-message/dist/style.css";
|
|
11
9
|
import "pinia-plugin-persistedstate";
|
|
12
|
-
import { J as X, _ as u, M as m } from "./index-
|
|
10
|
+
import { J as X, _ as u, M as m } from "./index-DNdH93AP.js";
|
|
13
11
|
var V = "Expected a function";
|
|
14
12
|
function N(g, s, n) {
|
|
15
13
|
if (typeof g != "function")
|
|
@@ -65,18 +63,18 @@ const W = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmln
|
|
|
65
63
|
newPassword: e.newPassword,
|
|
66
64
|
token: n.token
|
|
67
65
|
}), D.success("密码修改成功"), F(() => {
|
|
68
|
-
|
|
66
|
+
j();
|
|
69
67
|
}, 800);
|
|
70
68
|
} catch {
|
|
71
69
|
}
|
|
72
70
|
}
|
|
73
|
-
function
|
|
71
|
+
function j() {
|
|
74
72
|
y.go(-1);
|
|
75
73
|
}
|
|
76
74
|
return s({
|
|
77
75
|
formState: e
|
|
78
76
|
}), (o, A) => {
|
|
79
|
-
const M = m, S = u,
|
|
77
|
+
const M = m, S = u, t = h, R = X;
|
|
80
78
|
return v(), O("div", null, [
|
|
81
79
|
l(R, {
|
|
82
80
|
ref_key: "changePasswordForm",
|
|
@@ -126,7 +124,7 @@ const W = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmln
|
|
|
126
124
|
}),
|
|
127
125
|
l(S, null, {
|
|
128
126
|
default: i(() => [
|
|
129
|
-
l(
|
|
127
|
+
l(t, {
|
|
130
128
|
type: "primary",
|
|
131
129
|
block: "",
|
|
132
130
|
"h-48px": "",
|
|
@@ -139,10 +137,10 @@ const W = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmln
|
|
|
139
137
|
_: 1,
|
|
140
138
|
__: [3]
|
|
141
139
|
}),
|
|
142
|
-
l(
|
|
140
|
+
l(t, {
|
|
143
141
|
block: "",
|
|
144
142
|
"h-48px": "",
|
|
145
|
-
onClick:
|
|
143
|
+
onClick: j
|
|
146
144
|
}, {
|
|
147
145
|
default: i(() => A[4] || (A[4] = [
|
|
148
146
|
H(" 返回 ")
|
|
@@ -228,7 +226,7 @@ const W = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmln
|
|
|
228
226
|
])
|
|
229
227
|
]));
|
|
230
228
|
}
|
|
231
|
-
}),
|
|
229
|
+
}), CA = /* @__PURE__ */ Y(kA, [["__scopeId", "data-v-619e4015"]]);
|
|
232
230
|
export {
|
|
233
|
-
|
|
231
|
+
CA as default
|
|
234
232
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { markRaw as J, createElementBlock as f, openBlock as r, createElementVNode as o, defineComponent as D, resolveComponent as h, renderSlot as Y, createBlock as g, withCtx as d, toDisplayString as G, mergeProps as U, Fragment as v, renderList as P, normalizeClass as
|
|
2
|
-
import { b as y, bE as I,
|
|
1
|
+
import { markRaw as J, createElementBlock as f, openBlock as r, createElementVNode as o, defineComponent as D, resolveComponent as h, renderSlot as Y, createBlock as g, withCtx as d, toDisplayString as G, mergeProps as U, Fragment as v, renderList as P, normalizeClass as H, createCommentVNode as C, unref as t, ref as b, computed as k, onMounted as T, watch as O, createVNode as Q, createTextVNode as Z } from "vue";
|
|
2
|
+
import { b as y, bE as I, bL as K, bR as V, bS as L } from "./index-Beb7_0-E.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
const X = {
|
|
5
5
|
viewBox: "0 0 24 24",
|
|
@@ -113,11 +113,11 @@ const q = J({ name: "solar-widget-5-bold-duotone", render: W }), _ = "data:image
|
|
|
113
113
|
"rounded-8px": "",
|
|
114
114
|
"text-sm": "",
|
|
115
115
|
"mb-10px": "",
|
|
116
|
-
class:
|
|
116
|
+
class: H({
|
|
117
117
|
"bg-[#fff] dark:bg-[var(--g-header-menu-active-bg)]!": u === a.activeIndex,
|
|
118
118
|
"is-dev": l.meta?.isDev
|
|
119
119
|
}),
|
|
120
|
-
onClick: (
|
|
120
|
+
onClick: (S) => p(u, l)
|
|
121
121
|
}, [
|
|
122
122
|
l.meta?.icon ? (r(), g(t(I), {
|
|
123
123
|
key: 0,
|
|
@@ -155,25 +155,25 @@ const q = J({ name: "solar-widget-5-bold-duotone", render: W }), _ = "data:image
|
|
|
155
155
|
let s;
|
|
156
156
|
return !m && i || m && !e ? s = i : m && e && (s = e), s;
|
|
157
157
|
}
|
|
158
|
-
const x = b(), { width: l } = L(x), u = b(0),
|
|
158
|
+
const x = b(), { width: l } = L(x), u = b(0), S = k(() => u.value === c.allMenus.length - 1);
|
|
159
159
|
function z(m, i) {
|
|
160
160
|
const e = m + u.value + 1;
|
|
161
161
|
a(e, i);
|
|
162
162
|
}
|
|
163
163
|
function E() {
|
|
164
|
-
const m = x.value, i = Array.from(m.children).at(0), e = i.clientWidth, s = Array.from(i.children),
|
|
165
|
-
let w = 0,
|
|
166
|
-
if (
|
|
167
|
-
|
|
164
|
+
const m = x.value, i = Array.from(m.children).at(0), e = i.clientWidth, s = Array.from(i.children), N = s.reduce((A, B) => A + B.clientWidth, 0);
|
|
165
|
+
let w = 0, F = 0;
|
|
166
|
+
if (N <= e)
|
|
167
|
+
F = s.length - 1;
|
|
168
168
|
else
|
|
169
169
|
for (const [A, B] of s.entries())
|
|
170
170
|
if (w += B.clientWidth, w >= e) {
|
|
171
|
-
|
|
171
|
+
F = A - 1;
|
|
172
172
|
break;
|
|
173
173
|
}
|
|
174
174
|
return s.forEach((A, B) => {
|
|
175
|
-
B >
|
|
176
|
-
}),
|
|
175
|
+
B > F ? A.style.visibility = "hidden" : A.style.visibility = "visible";
|
|
176
|
+
}), F;
|
|
177
177
|
}
|
|
178
178
|
return T(() => {
|
|
179
179
|
O(
|
|
@@ -191,13 +191,13 @@ const q = J({ name: "solar-widget-5-bold-duotone", render: W }), _ = "data:image
|
|
|
191
191
|
class: "menu-container nothin"
|
|
192
192
|
}, [
|
|
193
193
|
o("div", {
|
|
194
|
-
class:
|
|
194
|
+
class: H(["menu flex of-hidden transition-all", {
|
|
195
195
|
[`menu-active-${t(n).settings.menu.menuActiveStyle}`]: t(n).settings.menu.menuActiveStyle !== ""
|
|
196
196
|
}])
|
|
197
197
|
}, [
|
|
198
198
|
(r(!0), f(v, null, P(t(c).allMenus, (e, s) => (r(), f("div", {
|
|
199
199
|
key: e?.meta?.title || s,
|
|
200
|
-
class:
|
|
200
|
+
class: H(["menu-item relative transition-all", {
|
|
201
201
|
active: s === t(c).actived,
|
|
202
202
|
"px-1 py-2": t(n).settings.menu.isRounded,
|
|
203
203
|
"is-dev": e.meta?.isDev
|
|
@@ -211,12 +211,12 @@ const q = J({ name: "solar-widget-5-bold-duotone", render: W }), _ = "data:image
|
|
|
211
211
|
default: d(() => [
|
|
212
212
|
e.children && e.children.length !== 0 || e?.meta?.isDev ? (r(), f("div", {
|
|
213
213
|
key: 0,
|
|
214
|
-
class:
|
|
214
|
+
class: H(["group menu-item-container h-full w-full flex cursor-pointer items-center justify-between gap-1 px-5 py-4 text-[var(--g-header-menu-color)] transition-all hover:(bg-[var(--g-header-menu-hover-bg)] text-[var(--g-header-menu-hover-color)])", {
|
|
215
215
|
"text-[var(--g-header-menu-active-color)]! bg-[var(--g-header-menu-active-bg)]!": s === t(c).actived,
|
|
216
216
|
"rounded-2": t(n).settings.menu.isRounded
|
|
217
217
|
}]),
|
|
218
218
|
title: t(p)(e.meta?.i18n, e.meta?.title),
|
|
219
|
-
onClick: (
|
|
219
|
+
onClick: (N) => t(a)(s, e)
|
|
220
220
|
}, [
|
|
221
221
|
o("div", ie, [
|
|
222
222
|
M(s === t(c).actived, e.meta?.icon, e.meta?.activeIcon) ? (r(), g(t(I), {
|
|
@@ -233,7 +233,7 @@ const q = J({ name: "solar-widget-5-bold-duotone", render: W }), _ = "data:image
|
|
|
233
233
|
}, 1032, ["is-cursor", "dev-text"])
|
|
234
234
|
], 2))), 128))
|
|
235
235
|
], 2),
|
|
236
|
-
t(
|
|
236
|
+
t(S) ? C("", !0) : (r(), g(oe, {
|
|
237
237
|
key: 0,
|
|
238
238
|
items: t(c).allMenus.slice(t(u) + 1),
|
|
239
239
|
"active-index": t(c).actived - t(u) - 1,
|
package/dist/index.d.ts
CHANGED
|
@@ -15,8 +15,10 @@ export interface PubinfoOptions extends Options {
|
|
|
15
15
|
pure?: boolean;
|
|
16
16
|
}
|
|
17
17
|
export declare function createPubinfo(options: PubinfoOptions): () => Promise<import('./core').Context>;
|
|
18
|
-
export {
|
|
19
|
-
export {
|
|
18
|
+
export { RESPONSE_CODE } from './built-in/authentication';
|
|
19
|
+
export { Copyright, Layout, LayoutContent, LayoutHeader, LayoutProvider, LayoutSidebar, LayoutTopbar, Logo, Tool, Tools, } from './built-in/layout-component';
|
|
20
|
+
export type { DropdownMenu, DropdownMenuRender } from './built-in/layout-component';
|
|
21
|
+
export { updateWatermark } from './built-in/layout-component/composables/useWatermark';
|
|
20
22
|
export { createRequest, defineIconModule, defineRouteModule, getAllIconModules, getAllRouteModules, readProjectModules, } from './core';
|
|
21
23
|
export * from './core/interface';
|
|
22
24
|
export * from './features';
|
package/dist/index.js
CHANGED
|
@@ -1,62 +1,60 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { bZ as a, b_ as c, b$ as o, c0 as t, c1 as u, c2 as r, c3 as n, c4 as i, cj as b, ck as d, cl as S, bb as l, cm as f, bE as g, cn as P, cx as y, bY as p, c5 as R, c6 as A, ce as E, cf as M, cg as h, bX as m, co as I, c8 as L, cy as v, c9 as C, ca as T, cC as x, cA as j, cb as w, cc as O, cz as W, cD as D, cB as H, cp as U, cd as _, ch as k, c7 as q, cq as B, cw as F, cr as K, cE as N, cF as Y, cu as z, cG as G, cH as V, cI as X, u as Z, cv as $, cs as J, a as Q, bW as ee, b9 as se, ct as ae, bM as ce, ci as oe } from "./index-Beb7_0-E.js";
|
|
2
2
|
export {
|
|
3
|
-
a as
|
|
4
|
-
c as
|
|
5
|
-
t as Layout,
|
|
3
|
+
a as Copyright,
|
|
4
|
+
c as Layout,
|
|
6
5
|
o as LayoutContent,
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
6
|
+
t as LayoutHeader,
|
|
7
|
+
u as LayoutProvider,
|
|
8
|
+
r as LayoutSidebar,
|
|
9
|
+
n as LayoutTopbar,
|
|
10
|
+
i as Logo,
|
|
11
11
|
b as NotAllowed,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
d as PageHeader,
|
|
13
|
+
S as PageMain,
|
|
14
|
+
l as PassStrengthValidator,
|
|
15
|
+
f as PubinfoApp,
|
|
16
16
|
g as PubinfoIcon,
|
|
17
17
|
P as PubinfoProvider,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
R as
|
|
21
|
-
A as
|
|
22
|
-
E as
|
|
23
|
-
M as
|
|
24
|
-
h as
|
|
25
|
-
v as cleanupWithoutUser,
|
|
26
|
-
I as createContext,
|
|
18
|
+
y as RESOURCE_TYPE,
|
|
19
|
+
p as RESPONSE_CODE,
|
|
20
|
+
R as Tool,
|
|
21
|
+
A as Tools,
|
|
22
|
+
E as cleanup,
|
|
23
|
+
M as cleanupWithoutUser,
|
|
24
|
+
h as createContext,
|
|
27
25
|
m as createPubinfo,
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
26
|
+
I as createPubinfoProvider,
|
|
27
|
+
L as createRequest,
|
|
28
|
+
v as defineAsyncRoutes,
|
|
29
|
+
C as defineIconModule,
|
|
30
|
+
T as defineRouteModule,
|
|
31
|
+
x as defineSettings,
|
|
32
|
+
j as defineSystemRoutes,
|
|
33
|
+
w as getAllIconModules,
|
|
34
|
+
O as getAllRouteModules,
|
|
35
|
+
W as getAsyncRoutes,
|
|
36
|
+
D as getSettings,
|
|
37
|
+
H as getSystemRoutes,
|
|
38
|
+
U as pubinfoInjectionKey,
|
|
39
|
+
_ as readProjectModules,
|
|
40
|
+
k as storage,
|
|
41
|
+
q as updateWatermark,
|
|
42
|
+
B as useAuth,
|
|
43
|
+
F as useBox,
|
|
44
|
+
K as useError,
|
|
45
|
+
N as useFavoritesStore,
|
|
46
|
+
Y as useIframeStore,
|
|
47
|
+
z as useInfo,
|
|
48
|
+
G as useKeepAliveStore,
|
|
49
|
+
V as useMenuStore,
|
|
50
|
+
X as useRouteStore,
|
|
51
|
+
Z as useSettingsStore,
|
|
52
|
+
$ as useStart,
|
|
53
|
+
J as useSuccess,
|
|
54
|
+
Q as useTabbarStore,
|
|
55
|
+
ee as useTheme,
|
|
56
|
+
se as useUserStore,
|
|
57
|
+
ae as useWarn,
|
|
58
|
+
ce as watchDiffObject,
|
|
59
|
+
oe as wrapProxy
|
|
62
60
|
};
|