zsysview 0.0.33 → 0.0.36

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.
Files changed (25) hide show
  1. package/dist/{backup-DQdKrJO4.js → backup-CzH2TVgw.js} +4 -4
  2. package/dist/{breadcrumb.vue_vue_type_script_setup_true_lang-BQL707xT.js → breadcrumb.vue_vue_type_script_setup_true_lang-zbXxuTgZ.js} +1 -1
  3. package/dist/{change_password-BzInFtql.js → change_password-CGTsPVRW.js} +4 -4
  4. package/dist/default_avatar.png +0 -0
  5. package/dist/{department-BoO7nCBo.js → department-QRdHgu4z.js} +5 -5
  6. package/dist/{desktop-CmmGdzlM.js → desktop-C_q7VUj9.js} +1 -1
  7. package/dist/{http_api_v1-DiDJPhUb.js → http_api_v1-D1Pu4P-8.js} +1 -16
  8. package/dist/{index-Cz5HRyMQ.js → index-B1Hskmci.js} +70 -25
  9. package/dist/{log-DJ828XBW.js → log-ByJQPRKr.js} +4 -4
  10. package/dist/{login-a_df4G1c.js → login-GunVpm8V.js} +16 -16
  11. package/dist/{main-Ch20XSe9.js → main-Xzv2gkG-.js} +13 -15
  12. package/dist/{message-DddMzbN_.js → message-2gz6_WO4.js} +1 -1
  13. package/dist/{position-CuBw2NRy.js → position-2aCnMhUk.js} +6 -6
  14. package/dist/{role-57H8JS8y.js → role-BL8NWYb0.js} +6 -6
  15. package/dist/{self-DXpu_EV-.js → self-CyVqGJto.js} +2 -2
  16. package/dist/systemsetting-BdHsAnqL.js +158 -0
  17. package/dist/{user-C1FtP_9V.js → user-CpVX3F-F.js} +6 -6
  18. package/dist/{zsys_delbutton.vue_vue_type_script_setup_true_lang-CKHxikhl.js → zsys_delbutton.vue_vue_type_script_setup_true_lang-CFvu9b2e.js} +2 -2
  19. package/dist/{zsyslist.vue_vue_type_script_setup_true_lang-CXeBMLKW.js → zsyslist.vue_vue_type_script_setup_true_lang-B85TNTPZ.js} +3 -3
  20. package/dist/zsysview.css +1 -1
  21. package/dist/zsysview.es.js +4 -2
  22. package/docs//345/205/250/345/261/200/345/217/230/351/207/217.md +11 -0
  23. package/package.json +2 -2
  24. package/dist/sys-BZgBUI3k.js +0 -30
  25. /package/dist/{vite.svg → vite1.svg} +0 -0
@@ -1,2 +1,4 @@
1
- import "vue";
2
- import "./index-Cz5HRyMQ.js";
1
+ import { z } from "./index-B1Hskmci.js";
2
+ export {
3
+ z as zsysapp
4
+ };
@@ -0,0 +1,11 @@
1
+ # 全局变量
2
+ ```
3
+ import {inject} from 'vue'
4
+ inject('变量名')
5
+ ```
6
+
7
+ 名称 | 变量名 | 描述
8
+ ---------|----------|---------
9
+ 系统名称 | appname | 管理员可以修改的系统名称
10
+ 备案信息 | icp | 系统的ICP备案描述
11
+ A3 | B3 | C3
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "zsysview",
3
3
  "private": false,
4
- "version": "0.0.33",
4
+ "version": "0.0.36",
5
5
  "type": "module",
6
6
  "files": [
7
- "dist"
7
+ "dist","docs"
8
8
  ],
9
9
  "style": "./dist/zsysview.css",
10
10
  "main": "./dist/zsysview.umd.js",
@@ -1,30 +0,0 @@
1
- import { defineComponent, ref, resolveComponent, createElementBlock, openBlock, Fragment, createVNode, createElementVNode, withCtx } from "vue";
2
- const _hoisted_1 = { style: { padding: "0px 20px", "margin-top": "20px" } }, _sfc_main = /* @__PURE__ */ defineComponent({
3
- __name: "sys",
4
- setup(__props) {
5
- const tab = ref("base");
6
- return (_ctx, _cache) => {
7
- const _component_breadcrumb = resolveComponent("breadcrumb"), _component_el_tab_pane = resolveComponent("el-tab-pane"), _component_el_tabs = resolveComponent("el-tabs");
8
- return openBlock(), createElementBlock(Fragment, null, [
9
- createVNode(_component_breadcrumb),
10
- createElementVNode("div", _hoisted_1, [
11
- createVNode(_component_el_tabs, {
12
- modelValue: tab.value,
13
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => tab.value = $event)
14
- }, {
15
- default: withCtx(() => [
16
- createVNode(_component_el_tab_pane, {
17
- label: "基础",
18
- name: "base"
19
- })
20
- ]),
21
- _: 1
22
- }, 8, ["modelValue"])
23
- ])
24
- ], 64);
25
- };
26
- }
27
- });
28
- export {
29
- _sfc_main as default
30
- };
File without changes