zsysview 0.0.18 → 0.0.19

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 (23) hide show
  1. package/dist/{backup-BwHGMFM9.js → backup-B_ecXldN.js} +4 -4
  2. package/dist/{breadcrumb.vue_vue_type_script_setup_true_lang-B-s19d7a.js → breadcrumb.vue_vue_type_script_setup_true_lang-LiynoCpU.js} +12 -11
  3. package/dist/{change_password-Cvx2fsBt.js → change_password-DdXbDCW3.js} +9 -9
  4. package/dist/{department-D19P31la.js → department-CkeLYapS.js} +73 -73
  5. package/dist/{desktop-IlIshTtF.js → desktop-Dlxt_nj4.js} +1 -1
  6. package/dist/{http_api_v1-DFc71lD8.js → http_api_v1-C1nimGbM.js} +146 -143
  7. package/dist/index-BaFHeDAF.js +327 -0
  8. package/dist/index-CX41PbES.js +6688 -0
  9. package/dist/{log-sQxXMuk2.js → log-B4tgzmW2.js} +4 -4
  10. package/dist/{login-CN37wrzM.js → login-bJhy9URL.js} +21 -21
  11. package/dist/{main-B5GBQKz0.js → main-EI2iFkT9.js} +35 -34
  12. package/dist/{message-Dd0EkBmy.js → message-CdVUOGzt.js} +1 -1
  13. package/dist/{position-DfWT0ovL.js → position-CFiI2C0_.js} +11 -12
  14. package/dist/{role-CNn2CuOU.js → role-BD3_T6lz.js} +11 -11
  15. package/dist/{self-CraGrpq3.js → self-BsJkA8N-.js} +2 -2
  16. package/dist/{user-CYvTCZB6.js → user-E4blW7I0.js} +8 -9
  17. package/dist/{zsys_delbutton.vue_vue_type_script_setup_true_lang-DTE_uo5w.js → zsys_delbutton.vue_vue_type_script_setup_true_lang-BUVzkvi0.js} +3 -3
  18. package/dist/zsys_eventBus-DDrk0Aw8.js +178 -0
  19. package/dist/{zsyslist.vue_vue_type_script_setup_true_lang-CiKZqB0j.js → zsyslist.vue_vue_type_script_setup_true_lang-CjpC7Ren.js} +23 -22
  20. package/dist/zsysview.es.js +2 -1
  21. package/package.json +1 -1
  22. package/dist/index-C_d1JnWR.js +0 -49346
  23. package/dist/zsys_eventBus-Dc_JZwH4.js +0 -36
@@ -1,8 +1,9 @@
1
- import { defineComponent as Q, reactive as I, watch as R, resolveComponent as l, createElementBlock as V, openBlock as p, createCommentVNode as b, createElementVNode as j, createBlock as v, toDisplayString as K, withCtx as t, createTextVNode as k, createVNode as o, Fragment as P, renderList as G, unref as c, ref as C, withDirectives as E, withModifiers as H, vShow as O, renderSlot as M, withKeys as L, onMounted as W, onUnmounted as Z, resolveDirective as Y } from "vue";
2
- import { m as J, w as X, _ as ee, n as te, p as oe } from "./index-C_d1JnWR.js";
3
- import { H as T } from "./http_api_v1-DFc71lD8.js";
4
- import { Z as le } from "./message-Dd0EkBmy.js";
5
- import { z as ne } from "./zsys_eventBus-Dc_JZwH4.js";
1
+ import { defineComponent as Q, reactive as I, watch as R, resolveComponent as l, createElementBlock as V, openBlock as p, createCommentVNode as b, createElementVNode as M, createBlock as v, toDisplayString as K, withCtx as t, createTextVNode as k, createVNode as o, Fragment as P, renderList as j, unref as c, ref as C, withDirectives as E, withModifiers as H, vShow as O, renderSlot as G, withKeys as L, onMounted as W, onUnmounted as Z, resolveDirective as Y } from "vue";
2
+ import { j as J, k as X } from "./index-BaFHeDAF.js";
3
+ import { H as T } from "./http_api_v1-C1nimGbM.js";
4
+ import { Z as ee } from "./message-CdVUOGzt.js";
5
+ import { u as te, w as oe, z as le } from "./zsys_eventBus-DDrk0Aw8.js";
6
+ import { _ as ne } from "./index-CX41PbES.js";
6
7
  const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-top": "6px" } }, ae = {
7
8
  key: 0,
8
9
  style: { "font-size": "x-large" }
@@ -38,7 +39,7 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
38
39
  return p(), V("div", re, [
39
40
  n.state == 1 ? (p(), V("div", ae, "正在导出")) : b("", !0),
40
41
  n.state == 2 ? (p(), V("div", se, "导出完成")) : b("", !0),
41
- j("div", ie, " 累计处理: " + K(n.progress), 1),
42
+ M("div", ie, " 累计处理: " + K(n.progress), 1),
42
43
  n.state == 1 ? (p(), v(i, {
43
44
  key: 2,
44
45
  percentage: 50,
@@ -62,7 +63,7 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
62
63
  ])]),
63
64
  _: 1
64
65
  }),
65
- (p(!0), V(P, null, G(n.file_ids, (m) => (p(), v(f, {
66
+ (p(!0), V(P, null, j(n.file_ids, (m) => (p(), v(f, {
66
67
  href: c(T).url_export_file + "?id=" + m.toString(),
67
68
  target: "_blank",
68
69
  underline: "always",
@@ -112,15 +113,15 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
112
113
  async function m() {
113
114
  d.exporting = !0;
114
115
  let e = await T.Post(r.exportUrl, {});
115
- e.IsSuccess ? d.exportId = BigInt(e.data) : (le.ShowError(e.message), d.exporting = !1);
116
+ e.IsSuccess ? d.exportId = BigInt(e.data) : (ee.ShowError(e.message), d.exporting = !1);
116
117
  }
117
118
  const y = C(), x = C({
118
119
  columnOption: "all",
119
120
  exportColumnWanted: []
120
121
  }), q = I({}), z = () => {
121
122
  n.value?.focus(), n.value?.select();
122
- }, u = J();
123
- return X(u.alt_s, () => {
123
+ }, u = te();
124
+ return oe(u.alt_s, () => {
124
125
  i.value && console.log("Alt+S提交");
125
126
  }), (e, a) => {
126
127
  const h = l("el-radio"), B = l("el-radio-group"), U = l("el-form-item"), s = l("el-empty"), $ = l("el-transfer"), N = l("el-form"), A = l("el-button"), F = l("el-dialog");
@@ -139,7 +140,7 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
139
140
  "close-on-click-modal": !1
140
141
  }, {
141
142
  footer: t(() => [
142
- j("div", pe, [
143
+ M("div", pe, [
143
144
  E(o(A, {
144
145
  type: "primary",
145
146
  onClick: m
@@ -242,7 +243,7 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
242
243
  }, 8, ["modelValue"]);
243
244
  };
244
245
  }
245
- }), me = /* @__PURE__ */ ee(de, [["__scopeId", "data-v-b509e120"]]), ce = /* @__PURE__ */ Q({
246
+ }), me = /* @__PURE__ */ ne(de, [["__scopeId", "data-v-b509e120"]]), ce = /* @__PURE__ */ Q({
246
247
  __name: "zsyslist_header",
247
248
  props: ["config", "query"],
248
249
  emits: ["refresh"],
@@ -264,11 +265,11 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
264
265
  wrap: ""
265
266
  }, {
266
267
  default: t(() => [
267
- M(d.$slots, "headermain"),
268
+ G(d.$slots, "headermain"),
268
269
  o(x, { content: "刷新列表数据" }, {
269
270
  default: t(() => [
270
271
  o(y, {
271
- icon: c(te),
272
+ icon: c(J),
272
273
  onClick: f
273
274
  }, null, 8, ["icon"])
274
275
  ]),
@@ -283,7 +284,7 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
283
284
  o(q, {
284
285
  style: { width: "160px" },
285
286
  placeholder: c(r).KeywordTip ? c(r).KeywordTip : "快捷搜索",
286
- "prefix-icon": c(oe),
287
+ "prefix-icon": c(X),
287
288
  modelValue: c(g).keyword,
288
289
  "onUpdate:modelValue": m[0] || (m[0] = (s) => c(g).keyword = s),
289
290
  clearable: "",
@@ -317,7 +318,7 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
317
318
  ]),
318
319
  _: 3
319
320
  }),
320
- (p(!0), V(P, null, G(c(r).QuickConditionsGroups, (s) => (p(), v(e, { style: { "margin-top": "8px" } }, {
321
+ (p(!0), V(P, null, j(c(r).QuickConditionsGroups, (s) => (p(), v(e, { style: { "margin-top": "8px" } }, {
321
322
  default: t(() => [
322
323
  o(u, { span: 24 }, {
323
324
  default: t(() => [
@@ -338,7 +339,7 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
338
339
  size: "small"
339
340
  }, {
340
341
  default: t(() => [
341
- (p(!0), V(P, null, G(s.QuickConditions, ($, N) => (p(), v(h, {
342
+ (p(!0), V(P, null, j(s.QuickConditions, ($, N) => (p(), v(h, {
342
343
  value: N,
343
344
  onChange: f
344
345
  }, {
@@ -369,7 +370,7 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
369
370
  ], 64);
370
371
  };
371
372
  }
372
- }), ve = /* @__PURE__ */ Q({
373
+ }), we = /* @__PURE__ */ Q({
373
374
  __name: "zsyslist",
374
375
  props: {
375
376
  config: { type: Object, required: !0 },
@@ -377,7 +378,7 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
377
378
  // closeOnClickModal: { type: Boolean, default: true }
378
379
  },
379
380
  setup(S) {
380
- const w = ne(), n = I({
381
+ const w = le(), n = I({
381
382
  loading: !1
382
383
  }), r = S;
383
384
  console.log("zlist", r.module);
@@ -420,7 +421,7 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
420
421
  onRefresh: e[1] || (e[1] = (s) => y())
421
422
  }, {
422
423
  headermain: t(() => [
423
- M(u.$slots, "headermain")
424
+ G(u.$slots, "headermain")
424
425
  ]),
425
426
  _: 3
426
427
  }, 8, ["config", "query"]),
@@ -436,7 +437,7 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
436
437
  })
437
438
  ]),
438
439
  default: t(() => [
439
- M(u.$slots, "content")
440
+ G(u.$slots, "content")
440
441
  ]),
441
442
  _: 3
442
443
  }, 8, ["data"]),
@@ -461,5 +462,5 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
461
462
  }
462
463
  });
463
464
  export {
464
- ve as _
465
+ we as _
465
466
  };
@@ -1,2 +1,3 @@
1
1
  import "vue";
2
- import "./index-C_d1JnWR.js";
2
+ import "./index-CX41PbES.js";
3
+ import "element-plus";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zsysview",
3
3
  "private": false,
4
- "version": "0.0.18",
4
+ "version": "0.0.19",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"