@pubinfo/core 2.0.0-rc.4 → 2.0.0
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-BI-oNc4e.js → AppSetting-DqVYDIHj.js} +15 -15
- package/dist/{HCheckList.vue_vue_type_script_setup_true_lang-BdLpkcoh.js → HCheckList.vue_vue_type_script_setup_true_lang-SrNklW3P.js} +1 -1
- package/dist/{HToggle-DxdWLgp-.js → HToggle-DGTP9jYA.js} +1 -1
- package/dist/{PreferencesContent-CCYkZeCT.js → PreferencesContent-5NtwK9RQ.js} +4 -4
- package/dist/{SettingBreadcrumb-BTyfiy4k.js → SettingBreadcrumb-BudqQsuJ.js} +3 -3
- package/dist/{SettingCopyright-g6UHi8pZ.js → SettingCopyright-VUberG4R.js} +2 -2
- package/dist/{SettingEnableTransition-Ci-5bhbR.js → SettingEnableTransition-C6NYf021.js} +2 -2
- package/dist/SettingHome-BTaeKgwN.js +46 -0
- package/dist/{SettingMenu-BYLWzA5i.js → SettingMenu-D9Aon2LP.js} +3 -3
- package/dist/{SettingMode-tRisyKtg.js → SettingMode-DaqVd9Mq.js} +1 -1
- package/dist/{SettingNavSearch-CSM6mPf8.js → SettingNavSearch-N4JIheIk.js} +2 -2
- package/dist/{SettingOther-Bj5KF_vC.js → SettingOther-tLulcors.js} +2 -2
- package/dist/{SettingPage-CFjmrVI7.js → SettingPage-CEjWB45R.js} +2 -2
- package/dist/{SettingTabbar-uFYiaZhK.js → SettingTabbar-DyeLhcCT.js} +3 -3
- package/dist/{SettingThemes-C-tMq9o5.js → SettingThemes-C2M3tsVl.js} +1 -1
- package/dist/{SettingToolbar-BfDzijNU.js → SettingToolbar-DI7de6i0.js} +24 -31
- package/dist/{SettingTopbar-DTDv4NXD.js → SettingTopbar-BgIoXeAq.js} +3 -3
- package/dist/{SettingWidthMode-PkiwrHe3.js → SettingWidthMode-DIAU4s5e.js} +1 -1
- package/dist/{TopThinMode-BrvA8pV0.js → TopThinMode-JNUHrJI2.js} +1 -1
- package/dist/built-in/index.d.ts +1 -0
- package/dist/built-in/layout-component/components/Tools/SearchPanel.vue.d.ts +7 -2
- package/dist/built-in/layout-component/composables/useGlobalSearch.d.ts +7 -0
- package/dist/built-in/system-info/components/SystemInfo.vue.d.ts +2 -0
- package/dist/built-in/system-info/index.d.ts +5 -0
- package/dist/{colors-VoaDbOhe.js → colors-DxWfHM_v.js} +1 -1
- package/dist/features/components/PubinfoIcon/PrismBox.vue.d.ts +21 -0
- package/dist/features/components/PubinfoIcon/SquareBox.vue.d.ts +17 -0
- package/dist/features/components/PubinfoIcon/index.vue.d.ts +13 -9
- package/dist/features/components/PubinfoIcon/props.d.ts +58 -0
- package/dist/features/components/index.d.ts +2 -0
- package/dist/{index-BfGqLWFB.js → index-5fRpGyLW.js} +4 -4
- package/dist/{index-ConeY38N.js → index-BFRIv97x.js} +2 -2
- package/dist/{index-Dv9ndBoi.js → index-BH-vHGvk.js} +1 -1
- package/dist/{index-BSevJVD5.js → index-C7xIGcDc.js} +2 -2
- package/dist/{index-CYoFRwvw.js → index-CNVn3Ubv.js} +2 -2
- package/dist/{index-DV3hkzKA.js → index-Cf-u1Zqh.js} +1 -1
- package/dist/{index-Ddw98rJ5.js → index-D4v4g8FJ.js} +112 -98
- package/dist/{index-DrC787X_.js → index-DQGnbEGS.js} +2 -2
- package/dist/{index-IAYhIBQH.js → index-Dv7UUFkD.js} +23446 -23082
- package/dist/index.d.ts +1 -1
- package/dist/index.js +55 -48
- package/dist/{pick-vpv9EEvu.js → pick-VFuUwFn-.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/global.d.ts +33 -0
- package/dist/utils/index.d.ts +2 -1
- package/package.json +8 -5
- package/src/built-in/index.ts +1 -0
- package/src/built-in/layout-component/components/Header/TopMode/index.vue +27 -6
- package/src/built-in/layout-component/components/Menu/item.vue +41 -6
- package/src/built-in/layout-component/components/SettingBar/components/SettingHome.vue +1 -4
- package/src/built-in/layout-component/components/SettingBar/components/SettingToolbar.vue +0 -6
- package/src/built-in/layout-component/components/Tools/SearchPanel.vue +113 -37
- package/src/built-in/layout-component/components/Tools/index.vue +1 -1
- package/src/built-in/layout-component/components/Topbar/Tabbar/MoreAction.vue +58 -2
- package/src/built-in/layout-component/components/Topbar/Tabbar/index.vue +64 -6
- package/src/built-in/layout-component/composables/useGlobalSearch.ts +40 -1
- package/src/built-in/system-info/components/SystemInfo.vue +53 -0
- package/src/built-in/system-info/index.ts +16 -0
- package/src/core/ctx.ts +7 -1
- package/src/core/resolver/icon.ts +9 -5
- package/src/features/components/PubinfoIcon/PrismBox.vue +203 -0
- package/src/features/components/PubinfoIcon/SquareBox.vue +59 -0
- package/src/features/components/PubinfoIcon/index.vue +128 -37
- package/src/features/components/PubinfoIcon/props.ts +54 -0
- package/src/features/components/index.ts +4 -1
- package/src/features/context/index.ts +1 -16
- package/src/features/settings/index.ts +0 -1
- package/src/index.ts +7 -0
- package/src/utils/global.ts +161 -0
- package/src/utils/index.ts +2 -1
- package/src/utils/proxy.ts +7 -8
- package/types/global.d.ts +7 -0
- package/types/menu.d.ts +10 -0
- package/types/settings.d.ts +0 -7
- package/dist/SettingHome-K4Iel0Hr.js +0 -55
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { bL as k, bU as B, bV as H, _ as w, b as A } from "./index-
|
|
1
|
+
import { bL as k, bU as B, bV as H, _ as w, b as A } from "./index-Dv7UUFkD.js";
|
|
2
2
|
import { markRaw as E, createElementBlock as h, openBlock as a, createElementVNode as i, defineComponent as N, defineAsyncComponent as t, useModel as z, computed as u, watch as g, createBlock as S, createSlots as O, withCtx as p, Fragment as P, renderList as W, unref as l, resolveDynamicComponent as $, createVNode as f, createTextVNode as D } from "vue";
|
|
3
3
|
import I from "vue-m-message";
|
|
4
4
|
import { useRoute as L } from "vue-router";
|
|
@@ -18,20 +18,20 @@ function U(d, o) {
|
|
|
18
18
|
const F = E({ name: "ep-document-copy", render: U }), J = { class: "settong-warp" }, j = /* @__PURE__ */ N({
|
|
19
19
|
name: "AppSetting",
|
|
20
20
|
components: {
|
|
21
|
-
SettingThemes: t(() => import("./SettingThemes-
|
|
22
|
-
SettingsMode: t(() => import("./SettingMode-
|
|
23
|
-
SettingWidthMode: t(() => import("./SettingWidthMode-
|
|
24
|
-
SettingEnableTransition: t(() => import("./SettingEnableTransition-
|
|
25
|
-
SettingMenu: t(() => import("./SettingMenu-
|
|
26
|
-
SettingTopbar: t(() => import("./SettingTopbar-
|
|
27
|
-
SettingTabbar: t(() => import("./SettingTabbar-
|
|
28
|
-
SettingToolbar: t(() => import("./SettingToolbar-
|
|
29
|
-
SettingBreadcrumb: t(() => import("./SettingBreadcrumb-
|
|
30
|
-
SettingPage: t(() => import("./SettingPage-
|
|
31
|
-
SettingNavSearch: t(() => import("./SettingNavSearch-
|
|
32
|
-
SettingCopyright: t(() => import("./SettingCopyright-
|
|
33
|
-
SettingHome: t(() => import("./SettingHome-
|
|
34
|
-
SettingOther: t(() => import("./SettingOther-
|
|
21
|
+
SettingThemes: t(() => import("./SettingThemes-C2M3tsVl.js")),
|
|
22
|
+
SettingsMode: t(() => import("./SettingMode-DaqVd9Mq.js")),
|
|
23
|
+
SettingWidthMode: t(() => import("./SettingWidthMode-DIAU4s5e.js")),
|
|
24
|
+
SettingEnableTransition: t(() => import("./SettingEnableTransition-C6NYf021.js")),
|
|
25
|
+
SettingMenu: t(() => import("./SettingMenu-D9Aon2LP.js")),
|
|
26
|
+
SettingTopbar: t(() => import("./SettingTopbar-BgIoXeAq.js")),
|
|
27
|
+
SettingTabbar: t(() => import("./SettingTabbar-DyeLhcCT.js")),
|
|
28
|
+
SettingToolbar: t(() => import("./SettingToolbar-DI7de6i0.js")),
|
|
29
|
+
SettingBreadcrumb: t(() => import("./SettingBreadcrumb-BudqQsuJ.js")),
|
|
30
|
+
SettingPage: t(() => import("./SettingPage-CEjWB45R.js")),
|
|
31
|
+
SettingNavSearch: t(() => import("./SettingNavSearch-N4JIheIk.js")),
|
|
32
|
+
SettingCopyright: t(() => import("./SettingCopyright-VUberG4R.js")),
|
|
33
|
+
SettingHome: t(() => import("./SettingHome-BTaeKgwN.js")),
|
|
34
|
+
SettingOther: t(() => import("./SettingOther-tLulcors.js"))
|
|
35
35
|
},
|
|
36
36
|
__name: "AppSetting",
|
|
37
37
|
props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as c, watch as u, createElementBlock as n, openBlock as a, Fragment as s, renderList as m, normalizeClass as p, createBlock as b, unref as f, createTextVNode as h, toDisplayString as k } from "vue";
|
|
2
|
-
import { bE as y } from "./index-
|
|
2
|
+
import { bE as y } from "./index-Dv7UUFkD.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
const _ = { class: "inline-flex select-none items-center justify-center of-hidden rounded-md bg-stone-3 dark:bg-stone-7" }, g = ["disabled", "onClick"], w = /* @__PURE__ */ c({
|
|
5
5
|
__name: "HCheckList",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as u, computed as c, createElementBlock as m, openBlock as r, withDirectives as i, createElementVNode as n, isRef as _, vModelCheckbox as f, unref as b } from "vue";
|
|
2
|
-
import { b as g } from "./index-
|
|
2
|
+
import { b as g } from "./index-Dv7UUFkD.js";
|
|
3
3
|
const V = { class: "switch" }, k = /* @__PURE__ */ u({
|
|
4
4
|
__name: "HToggle",
|
|
5
5
|
props: {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { _ as re } from "./HCheckList.vue_vue_type_script_setup_true_lang-
|
|
2
|
-
import { H as ue, F as me, e as E, B as be, aq as ce, P as k, M as pe, bG as ye, bH as ge, bI as ve, bJ as fe, bx as he, C as we, bK as Me, by as Pe, h as Ce, x as Oe, k as $e, i as ke, a7 as xe, g as ne, aF as Se, bL as Ve, bM as Te, bv as _e, ba as Ie, bN as Be, a5 as He, b as Ue } from "./index-
|
|
3
|
-
import { _ as Ae } from "./HToggle-
|
|
1
|
+
import { _ as re } from "./HCheckList.vue_vue_type_script_setup_true_lang-SrNklW3P.js";
|
|
2
|
+
import { H as ue, F as me, e as E, B as be, aq as ce, P as k, M as pe, bG as ye, bH as ge, bI as ve, bJ as fe, bx as he, C as we, bK as Me, by as Pe, h as Ce, x as Oe, k as $e, i as ke, a7 as xe, g as ne, aF as Se, bL as Ve, bM as Te, bv as _e, ba as Ie, bN as Be, a5 as He, b as Ue } from "./index-Dv7UUFkD.js";
|
|
3
|
+
import { _ as Ae } from "./HToggle-DGTP9jYA.js";
|
|
4
4
|
import { defineComponent as te, shallowRef as H, computed as K, createVNode as a, Transition as Ee, withDirectives as ze, vShow as Le, ref as Re, createElementBlock as d, openBlock as r, createCommentVNode as u, createElementVNode as s, unref as e, isRef as Fe, Fragment as De, renderList as je, normalizeClass as v, normalizeStyle as Ne, withCtx as c, createTextVNode as V } from "vue";
|
|
5
5
|
import { getThemes as qe } from "@pubinfo/config/themes";
|
|
6
6
|
import { E as J, a as X } from "./right-Bfe2p1o0.js";
|
|
7
7
|
import { R as U } from "./question-line-CfkciTFq.js";
|
|
8
|
-
import { p as $ } from "./pick-
|
|
8
|
+
import { p as $ } from "./pick-VFuUwFn-.js";
|
|
9
9
|
const A = (i, o, n, p, f) => ({
|
|
10
10
|
backgroundColor: i,
|
|
11
11
|
border: `${p.lineWidth}px ${p.lineType} ${o}`,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { _ as r } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
|
|
2
|
-
import { _ as b } from "./HCheckList.vue_vue_type_script_setup_true_lang-
|
|
3
|
-
import { _ as p } from "./HToggle-
|
|
2
|
+
import { _ as b } from "./HCheckList.vue_vue_type_script_setup_true_lang-SrNklW3P.js";
|
|
3
|
+
import { _ as p } from "./HToggle-DGTP9jYA.js";
|
|
4
4
|
import { defineComponent as _, toRefs as f, createBlock as c, openBlock as g, withCtx as V, createElementVNode as n, createVNode as s, unref as t } from "vue";
|
|
5
|
-
import { bL as v } from "./index-
|
|
5
|
+
import { bL as v } from "./index-Dv7UUFkD.js";
|
|
6
6
|
const M = { class: "setting-item" }, x = { class: "setting-item" }, B = { class: "setting-item" }, N = /* @__PURE__ */ _({
|
|
7
7
|
name: "SettingBreadcrumb",
|
|
8
8
|
__name: "SettingBreadcrumb",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { _ as u } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
|
|
2
2
|
import { _ as p } from "./HInput.vue_vue_type_script_setup_true_lang-DBqCXRnn.js";
|
|
3
|
-
import { _ as r } from "./HToggle-
|
|
3
|
+
import { _ as r } from "./HToggle-DGTP9jYA.js";
|
|
4
4
|
import { defineComponent as b, toRef as V, createBlock as g, openBlock as _, withCtx as f, createElementVNode as o, createVNode as n, unref as t } from "vue";
|
|
5
|
-
import { bL as v } from "./index-
|
|
5
|
+
import { bL as v } from "./index-Dv7UUFkD.js";
|
|
6
6
|
const y = { class: "setting-item" }, C = { class: "setting-item" }, U = { class: "setting-item" }, x = { class: "setting-item" }, w = { class: "setting-item" }, E = /* @__PURE__ */ b({
|
|
7
7
|
name: "SettingCopyright",
|
|
8
8
|
__name: "SettingCopyright",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _ as g } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
|
|
2
|
-
import { bL as k, bN as x, b as C } from "./index-
|
|
3
|
-
import { _ as T } from "./HToggle-
|
|
2
|
+
import { bL as k, bN as x, b as C } from "./index-Dv7UUFkD.js";
|
|
3
|
+
import { _ as T } from "./HToggle-DGTP9jYA.js";
|
|
4
4
|
import { defineComponent as V, toRefs as h, reactive as E, createBlock as c, openBlock as o, withCtx as l, createElementVNode as d, createElementBlock as r, createCommentVNode as y, createVNode as H, unref as s, isRef as N, Fragment as S, renderList as B, normalizeClass as L } from "vue";
|
|
5
5
|
const $ = { class: "flex items-center justify-center pb-4" }, M = {
|
|
6
6
|
key: 0,
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { _ as p } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
|
|
2
|
+
import { _ as u } from "./HInput.vue_vue_type_script_setup_true_lang-DBqCXRnn.js";
|
|
3
|
+
import { _ as c } from "./HToggle-DGTP9jYA.js";
|
|
4
|
+
import { bL as f, bN as g } from "./index-Dv7UUFkD.js";
|
|
5
|
+
import { defineComponent as V, toRefs as b, createBlock as x, openBlock as H, withCtx as i, createElementVNode as n, createVNode as s, createTextVNode as v, unref as e } from "vue";
|
|
6
|
+
import { R as N } from "./question-line-CfkciTFq.js";
|
|
7
|
+
const C = { class: "setting-item" }, R = { class: "label" }, S = { class: "setting-item" }, I = /* @__PURE__ */ V({
|
|
8
|
+
name: "SettingHome",
|
|
9
|
+
__name: "SettingHome",
|
|
10
|
+
setup(T) {
|
|
11
|
+
const { settingsStore: m } = f(), { home: o, toolbar: $ } = b(m.settings);
|
|
12
|
+
return (k, t) => {
|
|
13
|
+
const a = g, _ = c, r = u, d = p;
|
|
14
|
+
return H(), x(d, { title: "主页" }, {
|
|
15
|
+
default: i(() => [
|
|
16
|
+
n("div", C, [
|
|
17
|
+
n("div", R, [
|
|
18
|
+
t[2] || (t[2] = v(" 是否启用 ")),
|
|
19
|
+
s(a, { text: "该功能开启时,登录成功默认进入主页,反之则默认进入导航栏里第一个导航页面" }, {
|
|
20
|
+
default: i(() => [
|
|
21
|
+
s(e(N))
|
|
22
|
+
]),
|
|
23
|
+
_: 1
|
|
24
|
+
})
|
|
25
|
+
]),
|
|
26
|
+
s(_, {
|
|
27
|
+
modelValue: e(o).enable,
|
|
28
|
+
"onUpdate:modelValue": t[0] || (t[0] = (l) => e(o).enable = l)
|
|
29
|
+
}, null, 8, ["modelValue"])
|
|
30
|
+
]),
|
|
31
|
+
n("div", S, [
|
|
32
|
+
t[3] || (t[3] = n("div", { class: "label" }, " 主页名称 ", -1)),
|
|
33
|
+
s(r, {
|
|
34
|
+
modelValue: e(o).title,
|
|
35
|
+
"onUpdate:modelValue": t[1] || (t[1] = (l) => e(o).title = l)
|
|
36
|
+
}, null, 8, ["modelValue"])
|
|
37
|
+
])
|
|
38
|
+
]),
|
|
39
|
+
_: 1
|
|
40
|
+
});
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
export {
|
|
45
|
+
I as default
|
|
46
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { _ as v } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
|
|
2
|
-
import { _ as M } from "./HCheckList.vue_vue_type_script_setup_true_lang-
|
|
3
|
-
import { _ } from "./HToggle-
|
|
4
|
-
import { bL as g, bN as y } from "./index-
|
|
2
|
+
import { _ as M } from "./HCheckList.vue_vue_type_script_setup_true_lang-SrNklW3P.js";
|
|
3
|
+
import { _ } from "./HToggle-DGTP9jYA.js";
|
|
4
|
+
import { bL as g, bN as y } from "./index-Dv7UUFkD.js";
|
|
5
5
|
import { defineComponent as f, toRef as c, createBlock as U, openBlock as b, withCtx as i, createElementVNode as s, createElementBlock as C, createCommentVNode as k, createVNode as d, createTextVNode as a, unref as l } from "vue";
|
|
6
6
|
import { R as m } from "./question-line-CfkciTFq.js";
|
|
7
7
|
const x = { class: "setting-item" }, H = { class: "label" }, S = { class: "setting-item" }, O = { class: "label" }, B = { class: "setting-item" }, N = { class: "label" }, R = { class: "setting-item" }, w = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as u } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
|
|
2
|
-
import { bL as v, bN as f, b } from "./index-
|
|
2
|
+
import { bL as v, bN as f, b } from "./index-Dv7UUFkD.js";
|
|
3
3
|
import { defineComponent as g, toRef as k, reactive as x, createBlock as a, openBlock as n, withCtx as s, createElementVNode as o, createElementBlock as C, Fragment as S, renderList as h, unref as l, normalizeClass as y } from "vue";
|
|
4
4
|
const M = { class: "menu-mode" }, $ = ["onClick"], B = /* @__PURE__ */ g({
|
|
5
5
|
name: "SettingMode",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _ } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
|
|
2
|
-
import { _ as p } from "./HToggle-
|
|
3
|
-
import { bL as u, bN as c } from "./index-
|
|
2
|
+
import { _ as p } from "./HToggle-DGTP9jYA.js";
|
|
3
|
+
import { bL as u, bN as c } from "./index-Dv7UUFkD.js";
|
|
4
4
|
import { defineComponent as f, toRef as b, createBlock as g, openBlock as v, withCtx as i, createElementVNode as n, createVNode as s, createTextVNode as V, unref as t } from "vue";
|
|
5
5
|
import { R as S } from "./question-line-CfkciTFq.js";
|
|
6
6
|
const x = { class: "setting-item" }, N = { class: "label" }, H = { class: "setting-item" }, U = /* @__PURE__ */ f({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { _ as c } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
|
|
2
2
|
import { _ as b } from "./HInput.vue_vue_type_script_setup_true_lang-DBqCXRnn.js";
|
|
3
|
-
import { bL as x, bN as S } from "./index-
|
|
4
|
-
import { _ as H } from "./HToggle-
|
|
3
|
+
import { bL as x, bN as S } from "./index-Dv7UUFkD.js";
|
|
4
|
+
import { _ as H } from "./HToggle-DGTP9jYA.js";
|
|
5
5
|
import { defineComponent as N, toRefs as R, createBlock as T, openBlock as U, withCtx as s, createElementVNode as o, createVNode as t, unref as n, isRef as i, createTextVNode as p } from "vue";
|
|
6
6
|
import { R as f } from "./question-line-CfkciTFq.js";
|
|
7
7
|
const C = { class: "setting-item" }, P = { class: "setting-item" }, $ = { class: "label" }, k = { class: "setting-item" }, B = { class: "label" }, D = { class: "setting-item" }, L = { class: "label" }, z = /* @__PURE__ */ N({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { _ as l } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
|
|
2
|
-
import { _ as r } from "./HToggle-
|
|
2
|
+
import { _ as r } from "./HToggle-DGTP9jYA.js";
|
|
3
3
|
import { defineComponent as _, toRef as p, createBlock as c, openBlock as d, withCtx as u, createElementVNode as o, createVNode as g, unref as n } from "vue";
|
|
4
|
-
import { bL as f } from "./index-
|
|
4
|
+
import { bL as f } from "./index-Dv7UUFkD.js";
|
|
5
5
|
const V = { class: "setting-item" }, C = /* @__PURE__ */ _({
|
|
6
6
|
name: "SettingPage",
|
|
7
7
|
__name: "SettingPage",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { _ as k } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
|
|
2
|
-
import { bL as w, bN as y } from "./index-
|
|
2
|
+
import { bL as w, bN as y } from "./index-Dv7UUFkD.js";
|
|
3
3
|
import { markRaw as x, createElementBlock as p, openBlock as r, createElementVNode as o, defineComponent as v, computed as $, resolveComponent as C, createBlock as V, mergeProps as h, withCtx as u, toDisplayString as g, unref as t, createVNode as a, Fragment as H, renderList as B, normalizeClass as S, toRef as T, createTextVNode as M } from "vue";
|
|
4
|
-
import { _ as U } from "./HCheckList.vue_vue_type_script_setup_true_lang-
|
|
5
|
-
import { _ as L } from "./HToggle-
|
|
4
|
+
import { _ as U } from "./HCheckList.vue_vue_type_script_setup_true_lang-SrNklW3P.js";
|
|
5
|
+
import { _ as L } from "./HToggle-DGTP9jYA.js";
|
|
6
6
|
import { R as N } from "./question-line-CfkciTFq.js";
|
|
7
7
|
const R = {
|
|
8
8
|
viewBox: "0 0 32 32",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { _ as T } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
|
|
2
2
|
import { markRaw as g, createElementBlock as r, openBlock as n, createElementVNode as s, defineComponent as k, useModel as V, withDirectives as $, createStaticVNode as S, vModelCheckbox as w, toRef as D, computed as B, createBlock as L, withCtx as N, createVNode as u, unref as o, isRef as j, Fragment as b, renderList as _, normalizeClass as M, normalizeStyle as h, toDisplayString as z } from "vue";
|
|
3
3
|
import { getThemes as F } from "@pubinfo/config/themes";
|
|
4
|
-
import { b as x, bW as R, bL as W } from "./index-
|
|
4
|
+
import { b as x, bW as R, bL as W } from "./index-Dv7UUFkD.js";
|
|
5
5
|
const A = {
|
|
6
6
|
viewBox: "-5 -2 24 24",
|
|
7
7
|
width: "1.2em",
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import { _ as b } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
|
|
2
|
-
import { _ as
|
|
3
|
-
import { bL as
|
|
4
|
-
import { defineComponent as
|
|
5
|
-
import { R as
|
|
6
|
-
const R = { class: "setting-item" }, S = { class: "label" }, T = {
|
|
2
|
+
import { _ as f } from "./HToggle-DGTP9jYA.js";
|
|
3
|
+
import { bL as V, bN as c } from "./index-Dv7UUFkD.js";
|
|
4
|
+
import { defineComponent as g, toRef as v, createBlock as x, openBlock as _, withCtx as i, createElementVNode as s, createElementBlock as N, createCommentVNode as C, createVNode as o, createTextVNode as m, unref as t } from "vue";
|
|
5
|
+
import { R as r } from "./question-line-CfkciTFq.js";
|
|
6
|
+
const R = { class: "setting-item" }, S = { class: "label" }, T = {
|
|
7
7
|
key: 0,
|
|
8
8
|
class: "setting-item"
|
|
9
|
-
}, k = { class: "setting-item" },
|
|
9
|
+
}, k = { class: "setting-item" }, U = { class: "label" }, B = { class: "setting-item" }, H = { class: "label" }, D = /* @__PURE__ */ g({
|
|
10
10
|
name: "SettingToolbar",
|
|
11
11
|
__name: "SettingToolbar",
|
|
12
|
-
setup(
|
|
13
|
-
const { settingsStore:
|
|
14
|
-
return (
|
|
15
|
-
const d =
|
|
12
|
+
setup(E) {
|
|
13
|
+
const { settingsStore: u } = V(), l = v(u.settings, "toolbar");
|
|
14
|
+
return (F, e) => {
|
|
15
|
+
const d = c, a = f, p = b;
|
|
16
16
|
return _(), x(p, { title: "工具栏" }, {
|
|
17
17
|
default: i(() => [
|
|
18
18
|
s("div", R, [
|
|
19
19
|
s("div", S, [
|
|
20
|
-
e[
|
|
20
|
+
e[4] || (e[4] = m(" 通知中心 ")),
|
|
21
21
|
o(d, { text: "该功能具体业务功能需自行开发,框架仅提供示例模版" }, {
|
|
22
22
|
default: i(() => [
|
|
23
|
-
o(t(
|
|
23
|
+
o(t(r))
|
|
24
24
|
]),
|
|
25
25
|
_: 1
|
|
26
26
|
})
|
|
@@ -30,48 +30,41 @@ const R = { class: "setting-item" }, S = { class: "label" }, T = { class: "setti
|
|
|
30
30
|
"onUpdate:modelValue": e[0] || (e[0] = (n) => t(l).enableNotification = n)
|
|
31
31
|
}, null, 8, ["modelValue"])
|
|
32
32
|
]),
|
|
33
|
-
|
|
34
|
-
e[
|
|
35
|
-
o(a, {
|
|
36
|
-
modelValue: t(l).enableI18n,
|
|
37
|
-
"onUpdate:modelValue": e[1] || (e[1] = (n) => t(l).enableI18n = n)
|
|
38
|
-
}, null, 8, ["modelValue"])
|
|
39
|
-
]),
|
|
40
|
-
t(r).mode === "pc" ? (_(), N("div", U, [
|
|
41
|
-
e[7] || (e[7] = s("div", { class: "label" }, " 全屏 ", -1)),
|
|
33
|
+
t(u).mode === "pc" ? (_(), N("div", T, [
|
|
34
|
+
e[5] || (e[5] = s("div", { class: "label" }, " 全屏 ", -1)),
|
|
42
35
|
o(a, {
|
|
43
36
|
modelValue: t(l).enableFullscreen,
|
|
44
|
-
"onUpdate:modelValue": e[
|
|
37
|
+
"onUpdate:modelValue": e[1] || (e[1] = (n) => t(l).enableFullscreen = n)
|
|
45
38
|
}, null, 8, ["modelValue"])
|
|
46
39
|
])) : C("", !0),
|
|
47
40
|
s("div", k, [
|
|
48
|
-
s("div",
|
|
49
|
-
e[
|
|
41
|
+
s("div", U, [
|
|
42
|
+
e[6] || (e[6] = m(" 页面刷新 ")),
|
|
50
43
|
o(d, { text: "使用框架内提供的刷新功能进行页面刷新" }, {
|
|
51
44
|
default: i(() => [
|
|
52
|
-
o(t(
|
|
45
|
+
o(t(r))
|
|
53
46
|
]),
|
|
54
47
|
_: 1
|
|
55
48
|
})
|
|
56
49
|
]),
|
|
57
50
|
o(a, {
|
|
58
51
|
modelValue: t(l).enablePageReload,
|
|
59
|
-
"onUpdate:modelValue": e[
|
|
52
|
+
"onUpdate:modelValue": e[2] || (e[2] = (n) => t(l).enablePageReload = n)
|
|
60
53
|
}, null, 8, ["modelValue"])
|
|
61
54
|
]),
|
|
62
|
-
s("div",
|
|
63
|
-
s("div",
|
|
64
|
-
e[
|
|
55
|
+
s("div", B, [
|
|
56
|
+
s("div", H, [
|
|
57
|
+
e[7] || (e[7] = m(" 颜色主题 ")),
|
|
65
58
|
o(d, { text: "开启后可在明亮/暗黑模式中切换" }, {
|
|
66
59
|
default: i(() => [
|
|
67
|
-
o(t(
|
|
60
|
+
o(t(r))
|
|
68
61
|
]),
|
|
69
62
|
_: 1
|
|
70
63
|
})
|
|
71
64
|
]),
|
|
72
65
|
o(a, {
|
|
73
66
|
modelValue: t(l).enableColorScheme,
|
|
74
|
-
"onUpdate:modelValue": e[
|
|
67
|
+
"onUpdate:modelValue": e[3] || (e[3] = (n) => t(l).enableColorScheme = n)
|
|
75
68
|
}, null, 8, ["modelValue"])
|
|
76
69
|
])
|
|
77
70
|
]),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { _ as u } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
|
|
2
|
-
import { _ as b } from "./HToggle-
|
|
3
|
-
import { bL as c, bN as f } from "./index-
|
|
4
|
-
import { _ as g } from "./HCheckList.vue_vue_type_script_setup_true_lang-
|
|
2
|
+
import { _ as b } from "./HToggle-DGTP9jYA.js";
|
|
3
|
+
import { bL as c, bN as f } from "./index-Dv7UUFkD.js";
|
|
4
|
+
import { _ as g } from "./HCheckList.vue_vue_type_script_setup_true_lang-SrNklW3P.js";
|
|
5
5
|
import { defineComponent as T, toRefs as V, createBlock as v, openBlock as x, withCtx as l, createElementVNode as n, createVNode as s, unref as t, createTextVNode as k } from "vue";
|
|
6
6
|
import { R as C } from "./question-line-CfkciTFq.js";
|
|
7
7
|
const H = { class: "setting-item" }, N = { class: "setting-item" }, w = { class: "label" }, D = /* @__PURE__ */ T({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as v } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
|
|
2
|
-
import { bL as u, bN as b, b as k } from "./index-
|
|
2
|
+
import { bL as u, bN as b, b as k } from "./index-Dv7UUFkD.js";
|
|
3
3
|
import { defineComponent as w, toRef as x, reactive as g, createBlock as o, openBlock as t, withCtx as n, createElementVNode as s, createElementBlock as d, Fragment as r, renderList as C, unref as c, normalizeClass as M, createCommentVNode as E, createVNode as l } from "vue";
|
|
4
4
|
import { E as y, a as B } from "./right-Bfe2p1o0.js";
|
|
5
5
|
const N = { class: "app-width-mode" }, S = ["onClick"], H = /* @__PURE__ */ w({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as a, ref as l, createElementBlock as m, openBlock as i, withModifiers as c, createVNode as d, normalizeClass as f, unref as e } from "vue";
|
|
2
|
-
import { bL as p, bT as _ } from "./index-
|
|
2
|
+
import { bL as p, bT as _ } from "./index-Dv7UUFkD.js";
|
|
3
3
|
import { useRoute as h } from "vue-router";
|
|
4
4
|
const y = /* @__PURE__ */ a({
|
|
5
5
|
name: "TopThinMode",
|
package/dist/built-in/index.d.ts
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
priority?: number;
|
|
3
|
+
};
|
|
1
4
|
declare function toggle(type?: 'menu' | 'tab'): void;
|
|
2
|
-
declare const _default: import('vue').DefineComponent<
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
3
6
|
toggle: typeof toggle;
|
|
4
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
7
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
8
|
+
priority: number;
|
|
9
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
5
10
|
searchInputRef: HTMLInputElement;
|
|
6
11
|
searchResultRef: ({
|
|
7
12
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
type SearchType = 'menu' | 'tab';
|
|
2
|
+
declare function registerPanel(id: symbol, priority?: number): void;
|
|
3
|
+
declare function unregisterPanel(id: symbol): void;
|
|
4
|
+
declare function setPanelPriority(id: symbol, priority: number): void;
|
|
2
5
|
declare function open(type?: SearchType): void;
|
|
3
6
|
declare function close(): void;
|
|
4
7
|
declare function toggle(type?: SearchType): void;
|
|
@@ -12,8 +15,12 @@ declare function toggle(type?: SearchType): void;
|
|
|
12
15
|
export declare function useGlobalSearch(): {
|
|
13
16
|
isShow: import('vue').Ref<boolean, boolean>;
|
|
14
17
|
searchType: import('vue').Ref<SearchType, SearchType>;
|
|
18
|
+
activePanelId: import('vue').ShallowRef<symbol | null, symbol | null>;
|
|
15
19
|
open: typeof open;
|
|
16
20
|
close: typeof close;
|
|
17
21
|
toggle: typeof toggle;
|
|
22
|
+
registerPanel: typeof registerPanel;
|
|
23
|
+
unregisterPanel: typeof unregisterPanel;
|
|
24
|
+
setPanelPriority: typeof setPanelPriority;
|
|
18
25
|
};
|
|
19
26
|
export type { SearchType };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { e as t } from "./index-
|
|
1
|
+
import { e as t } from "./index-Dv7UUFkD.js";
|
|
2
2
|
const n = ["blue", "purple", "cyan", "green", "magenta", "pink", "red", "orange", "yellow", "volcano", "geekblue", "lime", "gold"];
|
|
3
3
|
function C(e, s) {
|
|
4
4
|
return n.reduce((o, r) => {
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {
|
|
7
|
+
el: HTMLDivElement;
|
|
8
|
+
};
|
|
9
|
+
rootEl: HTMLDivElement;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
13
|
+
el: HTMLDivElement;
|
|
14
|
+
}, HTMLDivElement>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: HTMLDivElement;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('./props').PubinfoIconBoxOptions | (import('./props').PubinfoIconNotBoxOptions & {
|
|
2
|
+
box?: undefined;
|
|
3
|
+
background?: never;
|
|
4
|
+
radius?: never;
|
|
5
|
+
angle?: never;
|
|
6
|
+
small?: false;
|
|
7
|
+
}), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./props').PubinfoIconBoxOptions | (import('./props').PubinfoIconNotBoxOptions & {
|
|
8
|
+
box?: undefined;
|
|
9
|
+
background?: never;
|
|
10
|
+
radius?: never;
|
|
11
|
+
angle?: never;
|
|
12
|
+
small?: false;
|
|
13
|
+
})> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
10
14
|
export default _default;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 不带盒子外观的图标配置。
|
|
3
|
+
* 当未显式设置 `box` 时将使用该形状;并且此时不允许传入 `background` / `radius`。
|
|
4
|
+
*/
|
|
5
|
+
export interface PubinfoIconNotBoxOptions {
|
|
6
|
+
/** 图标名称 */
|
|
7
|
+
name: string;
|
|
8
|
+
/** 是否异步加载 */
|
|
9
|
+
async?: boolean;
|
|
10
|
+
/** 翻转方向 */
|
|
11
|
+
flip?: 'horizontal' | 'vertical' | 'both';
|
|
12
|
+
/** 旋转角度 */
|
|
13
|
+
rotate?: number;
|
|
14
|
+
/** 颜色 */
|
|
15
|
+
color?: string;
|
|
16
|
+
/** 尺寸 */
|
|
17
|
+
size?: string | number;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* 带盒子外观的图标配置。判定条件:存在 `box` 字段。
|
|
21
|
+
* 这里将 `box` 设为必填,用作判别式属性。
|
|
22
|
+
*/
|
|
23
|
+
export interface PubinfoIconBoxOptions extends PubinfoIconNotBoxOptions {
|
|
24
|
+
/** 盒子类型(存在该字段即可触发 Box 选项) */
|
|
25
|
+
box: 'square' | 'prism';
|
|
26
|
+
/** 背景:纯色或渐变 */
|
|
27
|
+
background?: string | {
|
|
28
|
+
from: string;
|
|
29
|
+
to: string;
|
|
30
|
+
};
|
|
31
|
+
/** 圆角 */
|
|
32
|
+
radius?: number | string;
|
|
33
|
+
/** 背景渐变的角度 */
|
|
34
|
+
angle?: number | string;
|
|
35
|
+
/** 是否是小 logo */
|
|
36
|
+
small?: boolean;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* 根据是否提供 `box` 自动区分两类配置:
|
|
40
|
+
* - 未提供 `box`:禁止出现 `background` 与 `radius`(否则 TS 报错)
|
|
41
|
+
* - 提供 `box`:允许使用盒子相关属性
|
|
42
|
+
*/
|
|
43
|
+
export type PubinfoIconOptions = PubinfoIconBoxOptions | (PubinfoIconNotBoxOptions & {
|
|
44
|
+
box?: undefined;
|
|
45
|
+
background?: never;
|
|
46
|
+
radius?: never;
|
|
47
|
+
angle?: never;
|
|
48
|
+
small?: false;
|
|
49
|
+
});
|
|
50
|
+
/**
|
|
51
|
+
* 可用于泛型推断的条件类型:传入的对象类型若含有 `box` 字段,则推断为 Box 版本,否则为普通版本。
|
|
52
|
+
* 一般情况下直接使用 `PubinfoIconOptions` 联合类型即可。
|
|
53
|
+
*/
|
|
54
|
+
export type InferPubinfoIconOptions<T extends {
|
|
55
|
+
box?: any;
|
|
56
|
+
} | undefined> = T extends {
|
|
57
|
+
box: PubinfoIconBoxOptions['box'];
|
|
58
|
+
} ? PubinfoIconBoxOptions : PubinfoIconNotBoxOptions;
|
|
@@ -4,5 +4,7 @@ export { default as PageMain } from './PageMain/index.vue';
|
|
|
4
4
|
export { default as PassStrengthValidator } from './PassStrengthValidator/index.vue';
|
|
5
5
|
export { default as PubinfoApp } from './PubinfoApp/index.vue';
|
|
6
6
|
export { default as PubinfoIcon } from './PubinfoIcon/index.vue';
|
|
7
|
+
export { default as PubinfoIconPrismBox } from './PubinfoIcon/PrismBox.vue';
|
|
8
|
+
export { default as PubinfoIconSquareBox } from './PubinfoIcon/SquareBox.vue';
|
|
7
9
|
export { default as PubinfoProvider } from './PubinfoProvider';
|
|
8
10
|
export { createPubinfoProvider, pubinfoInjectionKey } from './PubinfoProvider';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as pe, computed as I, ref as ne, createVNode as v, cloneVNode as Xo, isVNode as Nt, inject as qe, provide as Qe, onUnmounted as el, shallowRef as re, watch as $e, watchEffect as Fe, onMounted as Ze, createTextVNode as An, Fragment as nt, onBeforeUnmount as at, isRef as Fl, reactive as kt, toRefs as Jn, toRaw as Dt, nextTick as mt, onUpdated as Mo, unref as wt, toRef as Be, getCurrentInstance as Hn, Transition as vc, withDirectives as hc, vShow as mc, Teleport as gc, useAttrs as Vp, onBeforeUpdate as bc, getCurrentScope as yc, onScopeDispose as Sc, onActivated as ai, onBeforeMount as Hp, Text as xc, mergeProps as Kt, toValue as Nn, customRef as Lp, Comment as zp, resolveDynamicComponent as ys, createElementBlock as Wp, openBlock as jp, createElementVNode as Yp, withCtx as Ss } from "vue";
|
|
2
|
-
import { a as Gp, T as tl, B as Ql, R as to, u as Et, F as wn, g as io, b as dn, c as Xp, d as Up, r as Cc, e as qp, m as Jl, f as $c, h as wc, i as Zl, j as nl, k as Uo, l as ri, C as Qp, n as ii, o as Ic, p as Jp, q as Pc, N as xs, s as ea, t as Cs, v as Zp, w as ev, A as tv, x as nv, y as ov, z as lv, D as $s, I as Oc, E as av, G as rv, _ as Tc, H as iv, J as sv, K as uv, L as cv } from "./index-
|
|
3
|
-
import { S as Aa, s as kc, c as dv, d as fv, w as Ye, e as b, f as Ve, P as X, g as H, h as de, i as Pt, p as No, K as ge, j as st, k as Ot, l as zt, m as nn, o as et, n as Dc, q as tn, r as br, t as tt, C as si, L as ta, v as pv, x as Ec, y as Mc, D as na, z as vt, A as Nc, B as ot, E as an, F as lt, G as oa, H as yt, I as la, J as ze, M as Ue, N as Ro, O as Fn, Q as yr, R as ui, T as vv, U as Ce, V as Xe, W as De, X as Ge, Y as ln, Z as hv, $ as ut, a0 as mv, a1 as gv, a2 as Rc, a3 as Po, a4 as ci, a5 as $n, a6 as qo, a7 as bv, a8 as ws, a9 as Rn, aa as Kn, ab as Ht, ac as no, ad as Ln, ae as _c, af as it, ag as qn, ah as aa, ai as yv, aj as Ko, ak as ra, al as Sv, am as xv, an as Fa, ao as Vn, ap as Cv, aq as so, ar as Sr, as as ia, at as Bc, au as Ac, av as Fc, aw as $v, ax as Kc, ay as Is, az as wv, aA as Dn, aB as Iv, aC as Pv, aD as Ps, aE as Os, aF as Kl, aG as Ov, aH as Tv, aI as kv, aJ as xr, aK as Dv, aL as Vc, aM as Xt, aN as Ev, aO as Mv, aP as Nv, aQ as Rv, aR as Ts, aS as _v, aT as Bv, aU as Av, aV as Hc, aW as Fv, aX as Kv, aY as Vv, aZ as Hv, a_ as Lv, a$ as zv, b0 as ks, b1 as Wv, b2 as oo, b3 as di, b4 as jv, b5 as Yv, b6 as Gv } from "./index-
|
|
4
|
-
import { p as fi } from "./pick-
|
|
5
|
-
import { T as Xv } from "./index-
|
|
2
|
+
import { a as Gp, T as tl, B as Ql, R as to, u as Et, F as wn, g as io, b as dn, c as Xp, d as Up, r as Cc, e as qp, m as Jl, f as $c, h as wc, i as Zl, j as nl, k as Uo, l as ri, C as Qp, n as ii, o as Ic, p as Jp, q as Pc, N as xs, s as ea, t as Cs, v as Zp, w as ev, A as tv, x as nv, y as ov, z as lv, D as $s, I as Oc, E as av, G as rv, _ as Tc, H as iv, J as sv, K as uv, L as cv } from "./index-BFRIv97x.js";
|
|
3
|
+
import { S as Aa, s as kc, c as dv, d as fv, w as Ye, e as b, f as Ve, P as X, g as H, h as de, i as Pt, p as No, K as ge, j as st, k as Ot, l as zt, m as nn, o as et, n as Dc, q as tn, r as br, t as tt, C as si, L as ta, v as pv, x as Ec, y as Mc, D as na, z as vt, A as Nc, B as ot, E as an, F as lt, G as oa, H as yt, I as la, J as ze, M as Ue, N as Ro, O as Fn, Q as yr, R as ui, T as vv, U as Ce, V as Xe, W as De, X as Ge, Y as ln, Z as hv, $ as ut, a0 as mv, a1 as gv, a2 as Rc, a3 as Po, a4 as ci, a5 as $n, a6 as qo, a7 as bv, a8 as ws, a9 as Rn, aa as Kn, ab as Ht, ac as no, ad as Ln, ae as _c, af as it, ag as qn, ah as aa, ai as yv, aj as Ko, ak as ra, al as Sv, am as xv, an as Fa, ao as Vn, ap as Cv, aq as so, ar as Sr, as as ia, at as Bc, au as Ac, av as Fc, aw as $v, ax as Kc, ay as Is, az as wv, aA as Dn, aB as Iv, aC as Pv, aD as Ps, aE as Os, aF as Kl, aG as Ov, aH as Tv, aI as kv, aJ as xr, aK as Dv, aL as Vc, aM as Xt, aN as Ev, aO as Mv, aP as Nv, aQ as Rv, aR as Ts, aS as _v, aT as Bv, aU as Av, aV as Hc, aW as Fv, aX as Kv, aY as Vv, aZ as Hv, a_ as Lv, a$ as zv, b0 as ks, b1 as Wv, b2 as oo, b3 as di, b4 as jv, b5 as Yv, b6 as Gv } from "./index-Dv7UUFkD.js";
|
|
4
|
+
import { p as fi } from "./pick-VFuUwFn-.js";
|
|
5
|
+
import { T as Xv } from "./index-DQGnbEGS.js";
|
|
6
6
|
function Uv() {
|
|
7
7
|
}
|
|
8
8
|
function qv(e) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { bc as Co, bd as Oo, b8 as Mn, be as Po, c as Eo, d as Fn, bf as To, b7 as Ao, bg as _o, bh as Io, aL as Xe, e as b, P as V, bi as Or, g as L, l as Pr, h as Z, w as he, bj as De, ae as Mo, aM as Ge, i as ve, a7 as Er, m as Ye, aH as Fo, ao as He, aN as Ro, bk as Rn, bl as No, aA as Do, aB as jo, bm as Bo, bn as zo, J as Vo, bo as Ho, a9 as Lo, $ as $e, H as ot, F as Ce, a2 as Wo, B as it, j as Tr, Y as Ke, M as ye, k as pn, bp as qo, Q as Xo, bq as Go, aq as Yo, I as ko, ac as Uo, br as Ko, X as Ze, f as Xt, as as Zo, bs as Qo, b1 as Jo, bt as Ar, bu as ei, bv as mt, bw as ti, L as ni, C as hn, bx as ri, by as oi, aF as Ot, b2 as ii, U as Re, W as We, V as Gt, aG as xe, bz as ai, bA as li, bB as si, o as we, a1 as Nn, N as ui, O as _r, ay as Dn, y as ci, al as di, a5 as fi, bC as pi, bD as hi } from "./index-
|
|
1
|
+
import { bc as Co, bd as Oo, b8 as Mn, be as Po, c as Eo, d as Fn, bf as To, b7 as Ao, bg as _o, bh as Io, aL as Xe, e as b, P as V, bi as Or, g as L, l as Pr, h as Z, w as he, bj as De, ae as Mo, aM as Ge, i as ve, a7 as Er, m as Ye, aH as Fo, ao as He, aN as Ro, bk as Rn, bl as No, aA as Do, aB as jo, bm as Bo, bn as zo, J as Vo, bo as Ho, a9 as Lo, $ as $e, H as ot, F as Ce, a2 as Wo, B as it, j as Tr, Y as Ke, M as ye, k as pn, bp as qo, Q as Xo, bq as Go, aq as Yo, I as ko, ac as Uo, br as Ko, X as Ze, f as Xt, as as Zo, bs as Qo, b1 as Jo, bt as Ar, bu as ei, bv as mt, bw as ti, L as ni, C as hn, bx as ri, by as oi, aF as Ot, b2 as ii, U as Re, W as We, V as Gt, aG as xe, bz as ai, bA as li, bB as si, o as we, a1 as Nn, N as ui, O as _r, ay as Dn, y as ci, al as di, a5 as fi, bC as pi, bD as hi } from "./index-Dv7UUFkD.js";
|
|
2
2
|
import { defineComponent as ee, reactive as vn, getCurrentInstance as at, onMounted as Oe, onUpdated as Ir, onUnmounted as Mr, watch as ne, createVNode as _, Transition as Pt, withDirectives as gn, resolveDirective as vi, ref as te, shallowRef as X, onBeforeUnmount as _e, computed as M, nextTick as me, toRef as gi, withModifiers as jn, vShow as Fr, Fragment as Ie, provide as be, inject as ze, watchEffect as Me, cloneVNode as mi, TransitionGroup as bi, toRaw as Yt, unref as Pe, onBeforeUpdate as yi } from "vue";
|
|
3
|
-
import { i as wi, g as xi } from "./colors-
|
|
3
|
+
import { i as wi, g as xi } from "./colors-DxWfHM_v.js";
|
|
4
4
|
function $i(e) {
|
|
5
5
|
return e !== e;
|
|
6
6
|
}
|
|
@@ -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-Dv7UUFkD.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({
|