zsysview 0.0.70 → 0.0.73
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/{backup-D-L7hwnR.js → backup-C-8XxUeg.js} +1 -1
- package/dist/{change_password-C-teYe4k.js → change_password-Cf9KZh5r.js} +1 -1
- package/dist/{department-CTyQMftt.js → department-BLvPB0Ab.js} +2 -2
- package/dist/{desktop-Dxmzy_T3.js → desktop-Dq-laqzI.js} +1 -1
- package/dist/{index-B56QW4ZF.js → index-DoL8e_A7.js} +22 -17
- package/dist/{log-DkJRq6dX.js → log-C_eq9bz-.js} +1 -1
- package/dist/{login-DhJS6yaO.js → login-BSJMr2hP.js} +1 -1
- package/dist/{main-CboQ0BR_.js → main-BFfEI8GX.js} +1 -1
- package/dist/{notification-PgrYAFfd.js → notification-3Dfu-bx3.js} +1 -1
- package/dist/{position-BdBThH2R.js → position-CooCxhxs.js} +2 -2
- package/dist/{role-h264g7mV.js → role-CdVnR2bR.js} +2 -2
- package/dist/{self-O9p_JGuZ.js → self-BcLSubtZ.js} +1 -1
- package/dist/{systemsetting-6Js2KdQ7.js → systemsetting-_UBbOz8c.js} +1 -1
- package/dist/{user-fuOG29g7.js → user-GBXDre5q.js} +2 -2
- package/dist/{zsys_delbutton.vue_vue_type_script_setup_true_lang-CIK8ETNl.js → zsys_delbutton.vue_vue_type_script_setup_true_lang-Cqb4mbmJ.js} +1 -1
- package/dist/zsysview.es.d.ts +2 -0
- package/dist/zsysview.es.js +4 -3
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, reactive, onMounted, resolveComponent, createElementBlock, openBlock, Fragment, createVNode, createElementVNode, withCtx, createTextVNode, createCommentVNode } from "vue";
|
|
2
|
-
import { H as HttpApiV1, i as _sfc_main$1, k as _sfc_main$2, Z as ZSYSMessage } from "./index-
|
|
2
|
+
import { H as HttpApiV1, i as _sfc_main$1, k as _sfc_main$2, Z as ZSYSMessage } from "./index-DoL8e_A7.js";
|
|
3
3
|
const _hoisted_1 = { style: { padding: "0px 20px" } }, _hoisted_2 = { key: 0 }, _hoisted_3 = { key: 0 }, _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
4
|
__name: "backup",
|
|
5
5
|
setup(__props) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, reactive, resolveComponent, createElementBlock, openBlock, Fragment, createVNode, createElementVNode, withCtx, createTextVNode } from "vue";
|
|
2
|
-
import { e as useRouter, i as _sfc_main$1, H as HttpApiV1, Z as ZSYSMessage } from "./index-
|
|
2
|
+
import { e as useRouter, i as _sfc_main$1, H as HttpApiV1, Z as ZSYSMessage } from "./index-DoL8e_A7.js";
|
|
3
3
|
import { h } from "./index.es-DrN1BLo5.js";
|
|
4
4
|
const _hoisted_1 = { style: { padding: "0px 20px", "margin-top": "20px" } }, _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
5
|
__name: "change_password",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, watch, reactive, resolveComponent, resolveDirective, createBlock, openBlock, withCtx, withDirectives, withModifiers, createVNode, createElementVNode, createCommentVNode, createTextVNode, onMounted, onUnmounted, createElementBlock, Fragment, unref } from "vue";
|
|
2
|
-
import { z as zsysEventBus, l as useMagicKeys, w as whenever, H as HttpApiV1, Z as ZSYSMessage, i as _sfc_main$2, m as refresh_default } from "./index-
|
|
3
|
-
import { _ as _sfc_main$3 } from "./zsys_delbutton.vue_vue_type_script_setup_true_lang-
|
|
2
|
+
import { z as zsysEventBus, l as useMagicKeys, w as whenever, H as HttpApiV1, Z as ZSYSMessage, i as _sfc_main$2, m as refresh_default } from "./index-DoL8e_A7.js";
|
|
3
|
+
import { _ as _sfc_main$3 } from "./zsys_delbutton.vue_vue_type_script_setup_true_lang-Cqb4mbmJ.js";
|
|
4
4
|
const _hoisted_1$1 = { style: { display: "flex", "justify-content": "right" } }, _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
5
5
|
__name: "department_edit_dialog",
|
|
6
6
|
props: {
|
|
@@ -48816,13 +48816,14 @@ const useTokenStore = /* @__PURE__ */ defineStore("UseToken", () => {
|
|
|
48816
48816
|
{
|
|
48817
48817
|
path: "/main",
|
|
48818
48818
|
//"/main"
|
|
48819
|
-
|
|
48819
|
+
name: "main",
|
|
48820
|
+
component: () => import("./main-BFfEI8GX.js"),
|
|
48820
48821
|
meta: { requiresAuth: !0, title: "主界面" },
|
|
48821
48822
|
children: [
|
|
48822
48823
|
{
|
|
48823
48824
|
path: "/desktop",
|
|
48824
48825
|
meta: { title: "首页" },
|
|
48825
|
-
component: () => import("./desktop-
|
|
48826
|
+
component: () => import("./desktop-Dq-laqzI.js")
|
|
48826
48827
|
},
|
|
48827
48828
|
{
|
|
48828
48829
|
path: "/self",
|
|
@@ -48833,13 +48834,13 @@ const useTokenStore = /* @__PURE__ */ defineStore("UseToken", () => {
|
|
|
48833
48834
|
path: "/self",
|
|
48834
48835
|
//个人中心
|
|
48835
48836
|
meta: { title: "基本信息" },
|
|
48836
|
-
component: () => import("./self-
|
|
48837
|
+
component: () => import("./self-BcLSubtZ.js")
|
|
48837
48838
|
},
|
|
48838
48839
|
{
|
|
48839
48840
|
path: "/notification",
|
|
48840
48841
|
//个人中心
|
|
48841
48842
|
meta: { title: "系统消息" },
|
|
48842
|
-
component: () => import("./notification-
|
|
48843
|
+
component: () => import("./notification-3Dfu-bx3.js")
|
|
48843
48844
|
}
|
|
48844
48845
|
]
|
|
48845
48846
|
},
|
|
@@ -48847,7 +48848,7 @@ const useTokenStore = /* @__PURE__ */ defineStore("UseToken", () => {
|
|
|
48847
48848
|
path: "/password",
|
|
48848
48849
|
//修改密码
|
|
48849
48850
|
meta: { title: "修改密码" },
|
|
48850
|
-
component: () => import("./change_password-
|
|
48851
|
+
component: () => import("./change_password-Cf9KZh5r.js")
|
|
48851
48852
|
},
|
|
48852
48853
|
{
|
|
48853
48854
|
path: "/sys",
|
|
@@ -48858,37 +48859,37 @@ const useTokenStore = /* @__PURE__ */ defineStore("UseToken", () => {
|
|
|
48858
48859
|
{
|
|
48859
48860
|
path: "/user",
|
|
48860
48861
|
meta: { title: "用户管理" },
|
|
48861
|
-
component: () => import("./user-
|
|
48862
|
+
component: () => import("./user-GBXDre5q.js")
|
|
48862
48863
|
},
|
|
48863
48864
|
{
|
|
48864
48865
|
path: "/department",
|
|
48865
48866
|
meta: { title: "组织架构" },
|
|
48866
|
-
component: () => import("./department-
|
|
48867
|
+
component: () => import("./department-BLvPB0Ab.js")
|
|
48867
48868
|
},
|
|
48868
48869
|
{
|
|
48869
48870
|
path: "/position",
|
|
48870
48871
|
meta: { title: "职务" },
|
|
48871
|
-
component: () => import("./position-
|
|
48872
|
+
component: () => import("./position-CooCxhxs.js")
|
|
48872
48873
|
},
|
|
48873
48874
|
{
|
|
48874
48875
|
path: "/role",
|
|
48875
48876
|
meta: { title: "角色权限" },
|
|
48876
|
-
component: () => import("./role-
|
|
48877
|
+
component: () => import("./role-CdVnR2bR.js")
|
|
48877
48878
|
},
|
|
48878
48879
|
{
|
|
48879
48880
|
path: "/log",
|
|
48880
48881
|
meta: { title: "日志" },
|
|
48881
|
-
component: () => import("./log-
|
|
48882
|
+
component: () => import("./log-C_eq9bz-.js")
|
|
48882
48883
|
},
|
|
48883
48884
|
{
|
|
48884
48885
|
path: "/backup",
|
|
48885
48886
|
meta: { title: "备份" },
|
|
48886
|
-
component: () => import("./backup-
|
|
48887
|
+
component: () => import("./backup-C-8XxUeg.js")
|
|
48887
48888
|
},
|
|
48888
48889
|
{
|
|
48889
48890
|
path: "/systemsetting",
|
|
48890
48891
|
meta: { title: "高级设置" },
|
|
48891
|
-
component: () => import("./systemsetting-
|
|
48892
|
+
component: () => import("./systemsetting-_UBbOz8c.js")
|
|
48892
48893
|
}
|
|
48893
48894
|
]
|
|
48894
48895
|
}
|
|
@@ -48897,13 +48898,16 @@ const useTokenStore = /* @__PURE__ */ defineStore("UseToken", () => {
|
|
|
48897
48898
|
{
|
|
48898
48899
|
path: "/login",
|
|
48899
48900
|
name: "login",
|
|
48900
|
-
component: () => import("./login-
|
|
48901
|
+
component: () => import("./login-BSJMr2hP.js")
|
|
48901
48902
|
}
|
|
48902
48903
|
], router = createRouter({
|
|
48903
48904
|
history: createWebHistory(),
|
|
48904
48905
|
routes
|
|
48905
|
-
}),
|
|
48906
|
-
|
|
48906
|
+
}), addFrameRouters = function(rs) {
|
|
48907
|
+
for (const r of rs)
|
|
48908
|
+
addFrameRouter(r);
|
|
48909
|
+
}, addFrameRouter = function(r) {
|
|
48910
|
+
router.addRoute("main", r);
|
|
48907
48911
|
};
|
|
48908
48912
|
router.beforeEach((to, _2, next) => {
|
|
48909
48913
|
if (console.log("to", to.fullPath), to.matched.some((r) => r.meta?.requiresAuth)) {
|
|
@@ -52291,9 +52295,10 @@ export {
|
|
|
52291
52295
|
router as q,
|
|
52292
52296
|
reading_default as r,
|
|
52293
52297
|
setting_default as s,
|
|
52294
|
-
|
|
52298
|
+
addFrameRouters as t,
|
|
52295
52299
|
user_default as u,
|
|
52296
|
-
|
|
52300
|
+
addFrameRouter as v,
|
|
52297
52301
|
whenever as w,
|
|
52302
|
+
HttpApiReturnData as x,
|
|
52298
52303
|
zsysEventBus as z
|
|
52299
52304
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, onMounted, resolveComponent, createElementBlock, openBlock, Fragment, createVNode, withCtx, createTextVNode, reactive, computed, createElementVNode, toDisplayString } from "vue";
|
|
2
|
-
import { H as HttpApiV1, Z as ZSYSMessage, j as formatDateTime, i as _sfc_main$2, k as _sfc_main$3 } from "./index-
|
|
2
|
+
import { H as HttpApiV1, Z as ZSYSMessage, j as formatDateTime, i as _sfc_main$2, k as _sfc_main$3 } from "./index-DoL8e_A7.js";
|
|
3
3
|
const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
4
4
|
__name: "log_setting",
|
|
5
5
|
setup(__props, { expose: __expose }) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, reactive, resolveComponent, createElementBlock, openBlock, createVNode, withCtx, withKeys, createTextVNode, createElementVNode, toDisplayString, inject } from "vue";
|
|
2
|
-
import { e as useRouter, n as useRoute, H as HttpApiV1, Z as ZSYSMessage, _ as _export_sfc } from "./index-
|
|
2
|
+
import { e as useRouter, n as useRoute, H as HttpApiV1, Z as ZSYSMessage, _ as _export_sfc } from "./index-DoL8e_A7.js";
|
|
3
3
|
import { h } from "./index.es-DrN1BLo5.js";
|
|
4
4
|
const _hoisted_1 = {
|
|
5
5
|
class: "bg",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, resolveComponent, createBlock, openBlock, withCtx, createVNode, createElementVNode, resolveDynamicComponent, toDisplayString, createElementBlock, Fragment, renderList, markRaw, inject, reactive, onMounted, ref, unref, createTextVNode, watch } from "vue";
|
|
2
|
-
import { b as bell_default, u as user_default, o as office_building_default, a as avatar_default, r as reading_default, c as copy_document_default, d as operation_default, s as setting_default, H as HttpApiV1, _ as _export_sfc, e as useRouter, f as formatPreciseOralTime, g as arrow_down_default, h as useTokenStore, Z as ZSYSMessage } from "./index-
|
|
2
|
+
import { b as bell_default, u as user_default, o as office_building_default, a as avatar_default, r as reading_default, c as copy_document_default, d as operation_default, s as setting_default, H as HttpApiV1, _ as _export_sfc, e as useRouter, f as formatPreciseOralTime, g as arrow_down_default, h as useTokenStore, Z as ZSYSMessage } from "./index-DoL8e_A7.js";
|
|
3
3
|
const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
4
4
|
__name: "userMenuItem",
|
|
5
5
|
props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, reactive, computed, resolveComponent, createElementBlock, openBlock, Fragment, createVNode, createElementVNode, withCtx, createTextVNode, toDisplayString } from "vue";
|
|
2
|
-
import { H as HttpApiV1, j as formatDateTime, i as _sfc_main$1, k as _sfc_main$2 } from "./index-
|
|
2
|
+
import { H as HttpApiV1, j as formatDateTime, i as _sfc_main$1, k as _sfc_main$2 } from "./index-DoL8e_A7.js";
|
|
3
3
|
const _hoisted_1 = { style: { padding: "0px 20px" } }, _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
4
|
__name: "notification",
|
|
5
5
|
setup(__props) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, watch, reactive, resolveComponent, resolveDirective, createBlock, openBlock, withCtx, withDirectives, withModifiers, createVNode, createElementVNode, createCommentVNode, createTextVNode, createElementBlock, Fragment, unref } from "vue";
|
|
2
|
-
import { z as zsysEventBus, l as useMagicKeys, w as whenever, H as HttpApiV1, Z as ZSYSMessage, i as _sfc_main$2, k as _sfc_main$3 } from "./index-
|
|
3
|
-
import { _ as _sfc_main$4 } from "./zsys_delbutton.vue_vue_type_script_setup_true_lang-
|
|
2
|
+
import { z as zsysEventBus, l as useMagicKeys, w as whenever, H as HttpApiV1, Z as ZSYSMessage, i as _sfc_main$2, k as _sfc_main$3 } from "./index-DoL8e_A7.js";
|
|
3
|
+
import { _ as _sfc_main$4 } from "./zsys_delbutton.vue_vue_type_script_setup_true_lang-Cqb4mbmJ.js";
|
|
4
4
|
const _hoisted_1$1 = { style: { display: "flex", "justify-content": "right" } }, _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
5
5
|
__name: "position_edit_dialog",
|
|
6
6
|
props: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, watch, reactive, resolveComponent, resolveDirective, createBlock, openBlock, withCtx, withDirectives, withModifiers, createVNode, createElementVNode, createCommentVNode, createTextVNode, createElementBlock, Fragment, unref } from "vue";
|
|
2
|
-
import { z as zsysEventBus, l as useMagicKeys, w as whenever, H as HttpApiV1, Z as ZSYSMessage, _ as _export_sfc, i as _sfc_main$2, k as _sfc_main$3 } from "./index-
|
|
3
|
-
import { _ as _sfc_main$4 } from "./zsys_delbutton.vue_vue_type_script_setup_true_lang-
|
|
2
|
+
import { z as zsysEventBus, l as useMagicKeys, w as whenever, H as HttpApiV1, Z as ZSYSMessage, _ as _export_sfc, i as _sfc_main$2, k as _sfc_main$3 } from "./index-DoL8e_A7.js";
|
|
3
|
+
import { _ as _sfc_main$4 } from "./zsys_delbutton.vue_vue_type_script_setup_true_lang-Cqb4mbmJ.js";
|
|
4
4
|
const _hoisted_1$1 = { style: { display: "flex", "justify-content": "right" } }, _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
5
5
|
__name: "role_edit_dialog",
|
|
6
6
|
props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, onMounted, resolveComponent, createElementBlock, openBlock, Fragment, createVNode, createElementVNode, withCtx, createTextVNode, toDisplayString } from "vue";
|
|
2
|
-
import { H as HttpApiV1, i as _sfc_main$1 } from "./index-
|
|
2
|
+
import { H as HttpApiV1, i as _sfc_main$1 } from "./index-DoL8e_A7.js";
|
|
3
3
|
const _hoisted_1 = { style: { padding: "0px 20px", "margin-top": "20px" } }, _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
4
|
__name: "self",
|
|
5
5
|
setup(__props) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, reactive, resolveComponent, createElementBlock, openBlock, Fragment, createVNode, createElementVNode, withCtx, createTextVNode } from "vue";
|
|
2
|
-
import { i as _sfc_main$1, H as HttpApiV1, Z as ZSYSMessage } from "./index-
|
|
2
|
+
import { i as _sfc_main$1, H as HttpApiV1, Z as ZSYSMessage } from "./index-DoL8e_A7.js";
|
|
3
3
|
const _hoisted_1 = { style: { padding: "0px 20px" } }, _hoisted_2 = ["src"], _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
4
|
__name: "systemsetting",
|
|
5
5
|
setup(__props) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, watch, reactive, resolveComponent, resolveDirective, createBlock, openBlock, withCtx, withDirectives, withModifiers, createVNode, createCommentVNode, createElementBlock, Fragment, renderList, createElementVNode, toDisplayString, createTextVNode, computed, unref } from "vue";
|
|
2
|
-
import { z as zsysEventBus, l as useMagicKeys, w as whenever, H as HttpApiV1, Z as ZSYSMessage, j as formatDateTime, i as _sfc_main$3, k as _sfc_main$4 } from "./index-
|
|
2
|
+
import { z as zsysEventBus, l as useMagicKeys, w as whenever, H as HttpApiV1, Z as ZSYSMessage, j as formatDateTime, i as _sfc_main$3, k as _sfc_main$4 } from "./index-DoL8e_A7.js";
|
|
3
3
|
import { h } from "./index.es-DrN1BLo5.js";
|
|
4
|
-
import { _ as _sfc_main$5 } from "./zsys_delbutton.vue_vue_type_script_setup_true_lang-
|
|
4
|
+
import { _ as _sfc_main$5 } from "./zsys_delbutton.vue_vue_type_script_setup_true_lang-Cqb4mbmJ.js";
|
|
5
5
|
const _hoisted_1$2 = { style: { float: "left" } }, _hoisted_2 = {
|
|
6
6
|
key: 0,
|
|
7
7
|
style: { float: "right", color: "var(--el-text-color-secondary)", "font-size": "13px" }
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, reactive, resolveComponent, createElementBlock, openBlock, Fragment, createBlock, createCommentVNode, withCtx, createVNode, createTextVNode } from "vue";
|
|
2
|
-
import { z as zsysEventBus, H as HttpApiV1, Z as ZSYSMessage } from "./index-
|
|
2
|
+
import { z as zsysEventBus, H as HttpApiV1, Z as ZSYSMessage } from "./index-DoL8e_A7.js";
|
|
3
3
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
4
|
__name: "zsys_delbutton",
|
|
5
5
|
props: {
|
package/dist/zsysview.es.d.ts
CHANGED
|
@@ -49,6 +49,8 @@ declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
49
49
|
|
|
50
50
|
export declare const addFrameRouter: (r: RouteRecordRaw) => void;
|
|
51
51
|
|
|
52
|
+
export declare const addFrameRouters: (rs: RouteRecordRaw[]) => void;
|
|
53
|
+
|
|
52
54
|
export declare const breadcrumb: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
53
55
|
|
|
54
56
|
declare interface ExportColumn {
|
package/dist/zsysview.es.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { v, t, i, j, f, H, q, p, k } from "./index-
|
|
1
|
+
import { x, v, t, i, j, f, H, q, p, k } from "./index-DoL8e_A7.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
x as HttpApiReturnData,
|
|
4
|
+
v as addFrameRouter,
|
|
5
|
+
t as addFrameRouters,
|
|
5
6
|
i as breadcrumb,
|
|
6
7
|
j as formatDateTime,
|
|
7
8
|
f as formatPreciseOralTime,
|