@pubinfo-pr/core 0.1.1 → 0.171.2
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-CmT5_15W.js → AppSetting-D5eSdPuB.js} +15 -15
- package/dist/{HCheckList.vue_vue_type_script_setup_true_lang-CHzkJth7.js → HCheckList.vue_vue_type_script_setup_true_lang-DgeRhutB.js} +1 -1
- package/dist/{HToggle-DpDYLh8y.js → HToggle-BajvSdEE.js} +1 -1
- package/dist/HeaderThinMenu-ouAiyBjb.js +4 -0
- package/dist/{PreferencesContent-AXqWatOF.js → PreferencesContent-mr3zgq9x.js} +4 -4
- package/dist/{SettingBreadcrumb-CBWdS_nO.js → SettingBreadcrumb-Chx1c5oE.js} +3 -3
- package/dist/{SettingCopyright-D5Jhdu1J.js → SettingCopyright-BgIL_X3d.js} +2 -2
- package/dist/{SettingEnableTransition-DQJozSZH.js → SettingEnableTransition-16PeKbCJ.js} +2 -2
- package/dist/{SettingHome-DAwn9Ypx.js → SettingHome-DuLT9846.js} +2 -2
- package/dist/{SettingMenu-DEQRAtWl.js → SettingMenu-DDOmRqGo.js} +3 -3
- package/dist/{SettingMode-bh3I8UBZ.js → SettingMode-B6OwuuHR.js} +1 -1
- package/dist/{SettingNavSearch-iYc-eRzY.js → SettingNavSearch-BzmXK8I0.js} +2 -2
- package/dist/{SettingOther-C2TS6okv.js → SettingOther-DcDn9I3J.js} +2 -2
- package/dist/{SettingPage-B2_SNyn5.js → SettingPage-DmfsDzGF.js} +2 -2
- package/dist/{SettingTabbar-BETdKJxz.js → SettingTabbar-BxxzDY5f.js} +3 -3
- package/dist/{SettingThemes-ComNCP3P.js → SettingThemes-DoTkccTu.js} +1 -1
- package/dist/{SettingToolbar-D0DTBbbb.js → SettingToolbar-ogjoj5NI.js} +2 -2
- package/dist/{SettingTopbar-BcO5Hcxm.js → SettingTopbar-BRZEIJZt.js} +3 -3
- package/dist/{SettingWidthMode-wzTMq96A.js → SettingWidthMode-DQmewGT6.js} +1 -1
- package/dist/built-in/authentication/pages/change-password/components/ChangePasswordForm/index.vue.d.ts +1 -5
- package/dist/built-in/authentication/pages/change-password/index.vue.d.ts +2 -10
- package/dist/built-in/layout-component/components/Menu/item.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/Menu/sub.vue.d.ts +17 -17
- package/dist/built-in/layout-component/components/Menu/types.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingBreadcrumb.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingCopyright.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingEnableTransition.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingHome.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingMenu.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingMode.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingNavSearch.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingOther.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingPage.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingTabbar.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingThemes.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingToolbar.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingTopbar.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingWidthMode.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/Sidebar/index.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/Tools/SearchPanel.vue.d.ts +15 -15
- package/dist/built-in/layout-component/components/ui/HBadge.vue.d.ts +20 -0
- package/dist/built-in/layout-component/components/ui/HButton.vue.d.ts +26 -0
- package/dist/built-in/layout-component/components/ui/HCheckList.vue.d.ts +20 -0
- package/dist/built-in/layout-component/components/ui/HDialog.vue.d.ts +39 -0
- package/dist/built-in/layout-component/components/ui/HDivider.vue.d.ts +20 -0
- package/dist/built-in/layout-component/components/ui/HDropdown.vue.d.ts +18 -0
- package/dist/built-in/layout-component/components/ui/HDropdownMenu.vue.d.ts +21 -0
- package/dist/built-in/layout-component/components/ui/HDropdownTree.vue.d.ts +32 -0
- package/dist/built-in/layout-component/components/ui/HInput.vue.d.ts +17 -0
- package/dist/built-in/layout-component/components/ui/HKbd.vue.d.ts +17 -0
- package/dist/built-in/layout-component/components/ui/HSelect.vue.d.ts +17 -0
- package/dist/built-in/layout-component/components/ui/HTabList.vue.d.ts +22 -0
- package/dist/built-in/layout-component/components/ui/HToggle.vue.d.ts +14 -0
- package/dist/built-in/layout-component/components/ui/HTooltip.vue.d.ts +23 -0
- package/dist/built-in/layout-component/composables/useContext.d.ts +1 -1
- package/dist/built-in/layout-component/composables/useGetComputedStyle.d.ts +2 -2
- package/dist/built-in/layout-component/composables/useGlobalSearch.d.ts +3 -3
- package/dist/built-in/layout-component/composables/useLayoutVisible.d.ts +1 -12
- package/dist/built-in/layout-component/composables/useTabbar.d.ts +8 -8
- package/dist/built-in/layout-component/provider.d.ts +1 -24
- package/dist/built-in/pinia-plugin/plugins/persistedstate/utils.d.ts +1 -1
- package/dist/features/components/PassStrengthValidator/index.vue.d.ts +6 -6
- package/dist/features/components/PubinfoProvider/index.d.ts +2 -12
- package/dist/features/composables/partyLogin.d.ts +3 -3
- package/dist/features/composables/theme.d.ts +1 -1
- package/dist/features/stores/modules/favorites.d.ts +9 -39
- package/dist/features/stores/modules/iframe.d.ts +18 -61
- package/dist/features/stores/modules/keepAlive.d.ts +9 -9
- package/dist/features/stores/modules/menu.d.ts +21 -255
- package/dist/features/stores/modules/route.d.ts +21 -189
- package/dist/features/stores/modules/settings.d.ts +33 -1662
- package/dist/features/stores/modules/tabbar.d.ts +9 -117
- package/dist/{index-C5X0cH7a.js → index-73TLLAnx.js} +3 -3
- package/dist/{index-BXLF9xfN.js → index-B3GOGQYd.js} +9898 -9894
- package/dist/{index-6W8u4oWQ.js → index-BRjgatUZ.js} +1 -1
- package/dist/index-BrK3HYDT.js +4 -0
- package/dist/{index-B9i7R1pn.js → index-CkUIa4JM.js} +2 -2
- package/dist/{index-_VKoUSGo.js → index-D2zvNBbe.js} +1 -1
- package/dist/{index-CMSPnrUx.js → index-DwF3aqst.js} +1 -1
- package/dist/{index-FATjHAwl.js → index-NOUM2y9h.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/{pick-BvMRfqim.js → pick-dLE6MD9A.js} +1 -1
- package/package.json +7 -7
- package/src/built-in/devtools/index.ts +4 -4
- package/src/built-in/layout-component/components/SettingBar/components/SettingThemes.vue +2 -2
- package/src/built-in/layout-component/components/Tools/Preferences/PreferencesContent.vue +1 -1
- package/src/built-in/pinia-plugin/plugins/persistedstate/utils.ts +1 -1
- package/src/features/stores/modules/iframe.ts +6 -0
- package/src/utils/cleanup.ts +3 -4
- package/types/auto-imports.d.ts +0 -9
- package/dist/HeaderThinMenu-D6jF8yl1.js +0 -4
- package/dist/index-DSKHePRb.js +0 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { cK as k, cQ as B, cR as H, _ as w, b as A } from "./index-
|
|
1
|
+
import { cK as k, cQ as B, cR as H, _ as w, b as A } from "./index-B3GOGQYd.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 R, unref as c, resolveDynamicComponent as W, createVNode as f, createTextVNode as $ } from "vue";
|
|
3
3
|
import D from "vue-m-message";
|
|
4
4
|
import { useRoute as I } from "vue-router";
|
|
@@ -18,20 +18,20 @@ function J(l, o) {
|
|
|
18
18
|
const K = E({ name: "ep-document-copy", render: J }), L = { class: "settong-warp" }, Q = /* @__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-DoTkccTu.js")),
|
|
22
|
+
SettingsMode: t(() => import("./SettingMode-B6OwuuHR.js")),
|
|
23
|
+
SettingWidthMode: t(() => import("./SettingWidthMode-DQmewGT6.js")),
|
|
24
|
+
SettingEnableTransition: t(() => import("./SettingEnableTransition-16PeKbCJ.js")),
|
|
25
|
+
SettingMenu: t(() => import("./SettingMenu-DDOmRqGo.js")),
|
|
26
|
+
SettingTopbar: t(() => import("./SettingTopbar-BRZEIJZt.js")),
|
|
27
|
+
SettingTabbar: t(() => import("./SettingTabbar-BxxzDY5f.js")),
|
|
28
|
+
SettingToolbar: t(() => import("./SettingToolbar-ogjoj5NI.js")),
|
|
29
|
+
SettingBreadcrumb: t(() => import("./SettingBreadcrumb-Chx1c5oE.js")),
|
|
30
|
+
SettingPage: t(() => import("./SettingPage-DmfsDzGF.js")),
|
|
31
|
+
SettingNavSearch: t(() => import("./SettingNavSearch-BzmXK8I0.js")),
|
|
32
|
+
SettingCopyright: t(() => import("./SettingCopyright-BgIL_X3d.js")),
|
|
33
|
+
SettingHome: t(() => import("./SettingHome-DuLT9846.js")),
|
|
34
|
+
SettingOther: t(() => import("./SettingOther-DcDn9I3J.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 { cC as y } from "./index-
|
|
2
|
+
import { cC as y } from "./index-B3GOGQYd.js";
|
|
3
3
|
import "pinia";
|
|
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-B3GOGQYd.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 { y as ue, A as me, e as E, E as ce, aG as be, P as k, g as pe, cF as ye, cG as ge, cH as ve, cI as fe, cv as he, aY as we, cJ as Me, cw as Pe, m as Oe, ap as Ce, i as $e, p as ke, X as xe, j as ne, bb as Se, cK as Ve, cL as Te, cs as _e, cg as Ie, cM as Be, N as Ue, b as Ae } from "./index-
|
|
3
|
-
import { _ as He } from "./HToggle-
|
|
1
|
+
import { _ as re } from "./HCheckList.vue_vue_type_script_setup_true_lang-DgeRhutB.js";
|
|
2
|
+
import { y as ue, A as me, e as E, E as ce, aG as be, P as k, g as pe, cF as ye, cG as ge, cH as ve, cI as fe, cv as he, aY as we, cJ as Me, cw as Pe, m as Oe, ap as Ce, i as $e, p as ke, X as xe, j as ne, bb as Se, cK as Ve, cL as Te, cs as _e, cg as Ie, cM as Be, N as Ue, b as Ae } from "./index-B3GOGQYd.js";
|
|
3
|
+
import { _ as He } from "./HToggle-BajvSdEE.js";
|
|
4
4
|
import { defineComponent as te, shallowRef as U, 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 je, Fragment as De, renderList as Fe, normalizeClass as v, normalizeStyle as Ne, withCtx as b, createTextVNode as V } from "vue";
|
|
5
5
|
import { getThemes as Ge } from "@pubinfo-pr/config/themes";
|
|
6
6
|
import { E as X, a as J } from "./right-aIVrXLnr.js";
|
|
7
7
|
import { R as A } from "./question-line-DCMVyZ3e.js";
|
|
8
|
-
import { p as $ } from "./pick-
|
|
8
|
+
import { p as $ } from "./pick-dLE6MD9A.js";
|
|
9
9
|
const H = (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 p } from "./HCheckList.vue_vue_type_script_setup_true_lang-
|
|
3
|
-
import { _ } from "./HToggle-
|
|
2
|
+
import { _ as p } from "./HCheckList.vue_vue_type_script_setup_true_lang-DgeRhutB.js";
|
|
3
|
+
import { _ } from "./HToggle-BajvSdEE.js";
|
|
4
4
|
import { defineComponent as b, 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 { cK as v } from "./index-
|
|
5
|
+
import { cK as v } from "./index-B3GOGQYd.js";
|
|
6
6
|
const M = { class: "setting-item" }, x = { class: "setting-item" }, B = { class: "setting-item" }, $ = /* @__PURE__ */ b({
|
|
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-BajvSdEE.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 { cK as v } from "./index-
|
|
5
|
+
import { cK as v } from "./index-B3GOGQYd.js";
|
|
6
6
|
const y = { class: "setting-item" }, C = { class: "setting-item" }, U = { class: "setting-item" }, x = { class: "setting-item" }, w = { class: "setting-item" }, D = /* @__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 { cK as k, cM as x, b as C } from "./index-
|
|
3
|
-
import { _ as T } from "./HToggle-
|
|
2
|
+
import { cK as k, cM as x, b as C } from "./index-B3GOGQYd.js";
|
|
3
|
+
import { _ as T } from "./HToggle-BajvSdEE.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 S, Fragment as B, renderList as M, normalizeClass as N } from "vue";
|
|
5
5
|
const $ = { class: "flex items-center justify-center pb-4" }, L = {
|
|
6
6
|
key: 0,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { _ as p } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
|
|
2
2
|
import { _ as u } from "./HInput.vue_vue_type_script_setup_true_lang-DBqCXRnn.js";
|
|
3
|
-
import { _ as c } from "./HToggle-
|
|
4
|
-
import { cK as f, cM as g } from "./index-
|
|
3
|
+
import { _ as c } from "./HToggle-BajvSdEE.js";
|
|
4
|
+
import { cK as f, cM as g } from "./index-B3GOGQYd.js";
|
|
5
5
|
import { defineComponent as V, toRefs as x, createBlock as H, openBlock as b, withCtx as i, createElementVNode as n, createVNode as s, createTextVNode as v, unref as e } from "vue";
|
|
6
6
|
import { R as C } from "./question-line-DCMVyZ3e.js";
|
|
7
7
|
const N = { class: "setting-item" }, R = { class: "label" }, S = { class: "setting-item" }, K = /* @__PURE__ */ V({
|
|
@@ -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 { cK as g, cM as y } from "./index-
|
|
2
|
+
import { _ as M } from "./HCheckList.vue_vue_type_script_setup_true_lang-DgeRhutB.js";
|
|
3
|
+
import { _ } from "./HToggle-BajvSdEE.js";
|
|
4
|
+
import { cK as g, cM as y } from "./index-B3GOGQYd.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-DCMVyZ3e.js";
|
|
7
7
|
const x = { class: "setting-item" }, H = { class: "label" }, S = { class: "setting-item" }, O = { class: "label" }, B = { class: "setting-item" }, R = { class: "label" }, w = { class: "setting-item" }, A = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as u } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
|
|
2
|
-
import { cK as v, cM as f, b } from "./index-
|
|
2
|
+
import { cK as v, cM as f, b } from "./index-B3GOGQYd.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 M, renderList as S, unref as l, normalizeClass as h } from "vue";
|
|
4
4
|
const y = { 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 c } from "./HToggle-
|
|
3
|
-
import { cK as p, cM as u } from "./index-
|
|
2
|
+
import { _ as c } from "./HToggle-BajvSdEE.js";
|
|
3
|
+
import { cK as p, cM as u } from "./index-B3GOGQYd.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-DCMVyZ3e.js";
|
|
6
6
|
const x = { class: "setting-item" }, H = { class: "label" }, N = { class: "setting-item" }, $ = /* @__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 x } from "./HInput.vue_vue_type_script_setup_true_lang-DBqCXRnn.js";
|
|
3
|
-
import { cK as b, cM as S } from "./index-
|
|
4
|
-
import { _ as H } from "./HToggle-
|
|
3
|
+
import { cK as b, cM as S } from "./index-B3GOGQYd.js";
|
|
4
|
+
import { _ as H } from "./HToggle-BajvSdEE.js";
|
|
5
5
|
import { defineComponent as R, toRefs as T, createBlock as U, openBlock as C, 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-DCMVyZ3e.js";
|
|
7
7
|
const N = { class: "setting-item" }, P = { class: "setting-item" }, $ = { class: "label" }, k = { class: "setting-item" }, B = { class: "label" }, D = { class: "setting-item" }, O = { class: "label" }, j = /* @__PURE__ */ R({
|
|
@@ -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-BajvSdEE.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 { cK as f } from "./index-
|
|
4
|
+
import { cK as f } from "./index-B3GOGQYd.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 { cK as w, cM as y } from "./index-
|
|
2
|
+
import { cK as w, cM as y } from "./index-B3GOGQYd.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 M, toRef as S, createTextVNode as T } 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-DgeRhutB.js";
|
|
5
|
+
import { _ as L } from "./HToggle-BajvSdEE.js";
|
|
6
6
|
import { R as N } from "./question-line-DCMVyZ3e.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 S, createStaticVNode as $, vModelCheckbox as w, toRef as D, computed as B, createBlock as N, withCtx as j, createVNode as u, unref as o, isRef as L, Fragment as b, renderList as _, normalizeClass as M, normalizeStyle as h, toDisplayString as z } from "vue";
|
|
3
3
|
import { getThemes as F } from "@pubinfo-pr/config/themes";
|
|
4
|
-
import { b as x, cS as R, cK as A } from "./index-
|
|
4
|
+
import { b as x, cS as R, cK as A } from "./index-B3GOGQYd.js";
|
|
5
5
|
import "pinia";
|
|
6
6
|
const E = {
|
|
7
7
|
viewBox: "-5 -2 24 24",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _ as f } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
|
|
2
|
-
import { _ as c } from "./HToggle-
|
|
3
|
-
import { cK as b, cM as V } from "./index-
|
|
2
|
+
import { _ as c } from "./HToggle-BajvSdEE.js";
|
|
3
|
+
import { cK as b, cM as V } from "./index-B3GOGQYd.js";
|
|
4
4
|
import { defineComponent as g, toRef as v, createBlock as x, openBlock as _, withCtx as i, createElementVNode as s, createElementBlock as C, createCommentVNode as N, createVNode as o, createTextVNode as m, unref as t } from "vue";
|
|
5
5
|
import { R as r } from "./question-line-DCMVyZ3e.js";
|
|
6
6
|
const R = { class: "setting-item" }, S = { class: "label" }, T = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { _ as c } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
|
|
2
|
-
import { _ as u } from "./HToggle-
|
|
3
|
-
import { cK as b, cM as f } from "./index-
|
|
4
|
-
import { _ as g } from "./HCheckList.vue_vue_type_script_setup_true_lang-
|
|
2
|
+
import { _ as u } from "./HToggle-BajvSdEE.js";
|
|
3
|
+
import { cK as b, cM as f } from "./index-B3GOGQYd.js";
|
|
4
|
+
import { _ as g } from "./HCheckList.vue_vue_type_script_setup_true_lang-DgeRhutB.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-DCMVyZ3e.js";
|
|
7
7
|
const H = { class: "setting-item" }, w = { class: "setting-item" }, N = { 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 { cK as u, cM as k, b as w } from "./index-
|
|
2
|
+
import { cK as u, cM as k, b as w } from "./index-B3GOGQYd.js";
|
|
3
3
|
import { defineComponent as x, toRef as g, reactive as b, 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-aIVrXLnr.js";
|
|
5
5
|
const S = { class: "app-width-mode" }, H = ["onClick"], N = /* @__PURE__ */ x({
|
|
@@ -7,11 +7,7 @@ type __VLS_PublicProps = {
|
|
|
7
7
|
'validate'?: typeof isValidate['value'];
|
|
8
8
|
} & __VLS_Props;
|
|
9
9
|
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
10
|
-
formState:
|
|
11
|
-
password: string;
|
|
12
|
-
newPassword: string;
|
|
13
|
-
repeatNewPassword: string;
|
|
14
|
-
};
|
|
10
|
+
formState: any;
|
|
15
11
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
12
|
"update:validate": (value: boolean) => any;
|
|
17
13
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
@@ -6,11 +6,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
6
6
|
}> & Readonly<{
|
|
7
7
|
"onUpdate:validate"?: ((value: boolean) => any) | undefined;
|
|
8
8
|
}>, {
|
|
9
|
-
formState:
|
|
10
|
-
password: string;
|
|
11
|
-
newPassword: string;
|
|
12
|
-
repeatNewPassword: string;
|
|
13
|
-
};
|
|
9
|
+
formState: any;
|
|
14
10
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
11
|
"update:validate": (value: boolean) => any;
|
|
16
12
|
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
@@ -29,11 +25,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
29
25
|
}> & Readonly<{
|
|
30
26
|
"onUpdate:validate"?: ((value: boolean) => any) | undefined;
|
|
31
27
|
}>, {
|
|
32
|
-
formState:
|
|
33
|
-
password: string;
|
|
34
|
-
newPassword: string;
|
|
35
|
-
repeatNewPassword: string;
|
|
36
|
-
};
|
|
28
|
+
formState: any;
|
|
37
29
|
}, {}, {}, {}, {}> | null;
|
|
38
30
|
}, HTMLDivElement>;
|
|
39
31
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SubMenuItemProps } from './types';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<SubMenuItemProps, {
|
|
3
|
-
ref:
|
|
3
|
+
ref: any;
|
|
4
4
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SubMenuItemProps> & Readonly<{}>, {
|
|
5
5
|
level: number;
|
|
6
6
|
subMenu: boolean;
|
|
@@ -3,7 +3,7 @@ declare const _default: import('vue').DefineComponent<SubMenuProps, {}, {}, {},
|
|
|
3
3
|
level: number;
|
|
4
4
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
5
5
|
itemRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').SubMenuItemProps> & Readonly<{}>, {
|
|
6
|
-
ref:
|
|
6
|
+
ref: any;
|
|
7
7
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
8
8
|
level: number;
|
|
9
9
|
subMenu: boolean;
|
|
@@ -18,7 +18,7 @@ declare const _default: import('vue').DefineComponent<SubMenuProps, {}, {}, {},
|
|
|
18
18
|
M: {};
|
|
19
19
|
Defaults: {};
|
|
20
20
|
}, Readonly<import('./types').SubMenuItemProps> & Readonly<{}>, {
|
|
21
|
-
ref:
|
|
21
|
+
ref: any;
|
|
22
22
|
}, {}, {}, {}, {
|
|
23
23
|
level: number;
|
|
24
24
|
subMenu: boolean;
|
|
@@ -30,7 +30,7 @@ declare const _default: import('vue').DefineComponent<SubMenuProps, {}, {}, {},
|
|
|
30
30
|
$props: Partial<{
|
|
31
31
|
element: string | import('vue').Component;
|
|
32
32
|
}> & Omit<{
|
|
33
|
-
readonly element: string |
|
|
33
|
+
readonly element: string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
34
34
|
readonly options?: false | {
|
|
35
35
|
paddingAbsolute?: boolean | undefined;
|
|
36
36
|
showNativeOverlaidScrollbars?: boolean | undefined;
|
|
@@ -74,20 +74,20 @@ declare const _default: import('vue').DefineComponent<SubMenuProps, {}, {}, {},
|
|
|
74
74
|
[x: string]: unknown;
|
|
75
75
|
};
|
|
76
76
|
$slots: Readonly<{
|
|
77
|
-
[name: string]:
|
|
77
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
78
78
|
}>;
|
|
79
|
-
$root: ComponentPublicInstance | null;
|
|
80
|
-
$parent: ComponentPublicInstance | null;
|
|
79
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
80
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
81
81
|
$host: Element | null;
|
|
82
82
|
$emit: ((event: "osInitialized", instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars) => void) & ((event: "osUpdated", instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, onUpdatedArgs: import('../../../../../../../node_modules/overlayscrollbars').OnUpdatedEventListenerArgs) => void) & ((event: "osDestroyed", instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, canceled: boolean) => void) & ((event: "osScroll", instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, event: Event) => void);
|
|
83
83
|
$el: any;
|
|
84
|
-
$options: import('vue').ComponentOptionsBase<Readonly<
|
|
84
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
85
85
|
element: {
|
|
86
|
-
type: PropType<string | import('vue').Component>;
|
|
86
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
87
87
|
default: string;
|
|
88
88
|
};
|
|
89
89
|
options: {
|
|
90
|
-
type: PropType<false | {
|
|
90
|
+
type: import('vue').PropType<false | {
|
|
91
91
|
paddingAbsolute?: boolean | undefined;
|
|
92
92
|
showNativeOverlaidScrollbars?: boolean | undefined;
|
|
93
93
|
update?: {
|
|
@@ -113,7 +113,7 @@ declare const _default: import('vue').DefineComponent<SubMenuProps, {}, {}, {},
|
|
|
113
113
|
} | null | undefined>;
|
|
114
114
|
};
|
|
115
115
|
events: {
|
|
116
|
-
type: PropType<false | {
|
|
116
|
+
type: import('vue').PropType<false | {
|
|
117
117
|
initialized?: ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars) => void) | ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars) => void)[] | null | undefined;
|
|
118
118
|
updated?: ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, onUpdatedArgs: import('../../../../../../../node_modules/overlayscrollbars').OnUpdatedEventListenerArgs) => void) | ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, onUpdatedArgs: import('../../../../../../../node_modules/overlayscrollbars').OnUpdatedEventListenerArgs) => void)[] | null | undefined;
|
|
119
119
|
destroyed?: ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, canceled: boolean) => void) | ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, canceled: boolean) => void)[] | null | undefined;
|
|
@@ -121,7 +121,7 @@ declare const _default: import('vue').DefineComponent<SubMenuProps, {}, {}, {},
|
|
|
121
121
|
} | null | undefined>;
|
|
122
122
|
};
|
|
123
123
|
defer: {
|
|
124
|
-
type: PropType<boolean | IdleRequestOptions | undefined>;
|
|
124
|
+
type: import('vue').PropType<boolean | IdleRequestOptions | undefined>;
|
|
125
125
|
};
|
|
126
126
|
}>> & {
|
|
127
127
|
onOsInitialized?: ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars) => any) | undefined;
|
|
@@ -153,20 +153,20 @@ declare const _default: import('vue').DefineComponent<SubMenuProps, {}, {}, {},
|
|
|
153
153
|
unmounted?: (() => void) | (() => void)[];
|
|
154
154
|
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
155
155
|
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
156
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
156
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
157
157
|
};
|
|
158
158
|
$forceUpdate: () => void;
|
|
159
159
|
$nextTick: typeof import('vue').nextTick;
|
|
160
160
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
161
161
|
} & Readonly<{
|
|
162
162
|
element: string | import('vue').Component;
|
|
163
|
-
}> & Omit<Readonly<
|
|
163
|
+
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
164
164
|
element: {
|
|
165
|
-
type: PropType<string | import('vue').Component>;
|
|
165
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
166
166
|
default: string;
|
|
167
167
|
};
|
|
168
168
|
options: {
|
|
169
|
-
type: PropType<false | {
|
|
169
|
+
type: import('vue').PropType<false | {
|
|
170
170
|
paddingAbsolute?: boolean | undefined;
|
|
171
171
|
showNativeOverlaidScrollbars?: boolean | undefined;
|
|
172
172
|
update?: {
|
|
@@ -192,7 +192,7 @@ declare const _default: import('vue').DefineComponent<SubMenuProps, {}, {}, {},
|
|
|
192
192
|
} | null | undefined>;
|
|
193
193
|
};
|
|
194
194
|
events: {
|
|
195
|
-
type: PropType<false | {
|
|
195
|
+
type: import('vue').PropType<false | {
|
|
196
196
|
initialized?: ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars) => void) | ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars) => void)[] | null | undefined;
|
|
197
197
|
updated?: ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, onUpdatedArgs: import('../../../../../../../node_modules/overlayscrollbars').OnUpdatedEventListenerArgs) => void) | ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, onUpdatedArgs: import('../../../../../../../node_modules/overlayscrollbars').OnUpdatedEventListenerArgs) => void)[] | null | undefined;
|
|
198
198
|
destroyed?: ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, canceled: boolean) => void) | ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, canceled: boolean) => void)[] | null | undefined;
|
|
@@ -200,7 +200,7 @@ declare const _default: import('vue').DefineComponent<SubMenuProps, {}, {}, {},
|
|
|
200
200
|
} | null | undefined>;
|
|
201
201
|
};
|
|
202
202
|
defer: {
|
|
203
|
-
type: PropType<boolean | IdleRequestOptions | undefined>;
|
|
203
|
+
type: import('vue').PropType<boolean | IdleRequestOptions | undefined>;
|
|
204
204
|
};
|
|
205
205
|
}>> & {
|
|
206
206
|
onOsInitialized?: ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars) => any) | undefined;
|
|
@@ -27,7 +27,7 @@ export interface MenuInjection {
|
|
|
27
27
|
handleMenuItemClick: (index: string, meta?: Menu.recordRaw['meta']) => void;
|
|
28
28
|
handleSubMenuClick: (index: string, indexPath: string[]) => void;
|
|
29
29
|
}
|
|
30
|
-
export declare const rootMenuInjectionKey:
|
|
30
|
+
export declare const rootMenuInjectionKey: import('vue').InjectionKey<MenuInjection>;
|
|
31
31
|
export interface SubMenuProps {
|
|
32
32
|
uniqueKey: string[];
|
|
33
33
|
menu: Menu.recordRaw;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingBreadcrumb.vue.d.ts
CHANGED
|
@@ -1,2 +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, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingCopyright.vue.d.ts
CHANGED
|
@@ -1,2 +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, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +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, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingHome.vue.d.ts
CHANGED
|
@@ -1,2 +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, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingMenu.vue.d.ts
CHANGED
|
@@ -1,2 +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, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingMode.vue.d.ts
CHANGED
|
@@ -1,2 +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, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingNavSearch.vue.d.ts
CHANGED
|
@@ -1,2 +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, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingOther.vue.d.ts
CHANGED
|
@@ -1,2 +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, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingPage.vue.d.ts
CHANGED
|
@@ -1,2 +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, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingTabbar.vue.d.ts
CHANGED
|
@@ -1,2 +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, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingThemes.vue.d.ts
CHANGED
|
@@ -1,2 +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, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingToolbar.vue.d.ts
CHANGED
|
@@ -1,2 +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, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingTopbar.vue.d.ts
CHANGED
|
@@ -1,2 +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, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingWidthMode.vue.d.ts
CHANGED
|
@@ -1,2 +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, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -2,7 +2,7 @@ type __VLS_Props = {
|
|
|
2
2
|
showAllMenus?: boolean;
|
|
3
3
|
};
|
|
4
4
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
5
|
-
toggleSidebarCollapse: () =>
|
|
5
|
+
toggleSidebarCollapse: () => any;
|
|
6
6
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
7
7
|
showAllMenus: boolean;
|
|
8
8
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|