@skyfox2000/webui 1.5.14 → 1.5.15
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/lib/assets/modules/{baseLayout-Cgz2GD9U.js → baseLayout-BTMzpIiV.js} +3 -3
- package/lib/assets/modules/{file-upload-BlYrF7tq.js → file-upload-d6wJYD_r.js} +1 -1
- package/lib/assets/modules/{index-iyoc8G6M.js → index-BhXS0TjD.js} +1 -1
- package/lib/assets/modules/{index-DWfUKv6h.js → index-BsaUh4V0.js} +2 -2
- package/lib/assets/modules/{index-DF1aIGJh.js → index-CxB0AuVY.js} +2 -2
- package/lib/assets/modules/{menuTabs-DoseEHrE.js → menuTabs-DZNVE3eg.js} +2 -2
- package/lib/assets/modules/{toolIcon-CNuVTW1z.js → toolIcon-B8bR-dPF.js} +1 -1
- package/lib/assets/modules/{upload-template-BepTTCSN.js → upload-template-CiWosjbL.js} +2 -2
- package/lib/assets/modules/{uploadList-DGdEHRgF.js → uploadList-DHmkR_yd.js} +4 -4
- package/lib/es/AceEditor/index.js +3 -3
- package/lib/es/BasicLayout/index.js +2 -2
- package/lib/es/Error403/index.js +1 -1
- package/lib/es/Error404/index.js +1 -1
- package/lib/es/ExcelForm/index.js +4 -4
- package/lib/es/MenuLayout/index.js +2 -2
- package/lib/es/TemplateFile/index.js +4 -4
- package/lib/es/UploadForm/index.js +4 -4
- package/lib/webui.es.js +13 -13
- package/package.json +1 -1
- package/src/utils/page.ts +2 -2
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as _, onMounted as I, createBlock as s, openBlock as o, unref as e, withCtx as l, createCommentVNode as r, createVNode as p, createElementVNode as x, createElementBlock as y, toDisplayString as g, renderSlot as k } from "vue";
|
|
2
2
|
import { Layout as i, LayoutSider as h } from "ant-design-vue";
|
|
3
|
-
import { a as b } from "./toolIcon-
|
|
4
|
-
import { I as C, _ as S, f as w, d as $, g as N } from "./menuTabs-
|
|
5
|
-
import { ak as v, a as B, am as E } from "./upload-template-
|
|
3
|
+
import { a as b } from "./toolIcon-B8bR-dPF.js";
|
|
4
|
+
import { I as C, _ as S, f as w, d as $, g as N } from "./menuTabs-DZNVE3eg.js";
|
|
5
|
+
import { ak as v, a as B, am as E } from "./upload-template-CiWosjbL.js";
|
|
6
6
|
import "@skyfox2000/microbase";
|
|
7
7
|
import "@skyfox2000/fapi";
|
|
8
8
|
import L from "vue-m-message";
|
|
@@ -4,7 +4,7 @@ var h = (i, e, a) => U(i, typeof e != "symbol" ? e + "" : e, a);
|
|
|
4
4
|
import { hostUrl as E } from "@skyfox2000/fapi";
|
|
5
5
|
import m from "dayjs";
|
|
6
6
|
import f from "vue-m-message";
|
|
7
|
-
import { $ as n, M as y, u as F } from "./upload-template-
|
|
7
|
+
import { $ as n, M as y, u as F } from "./upload-template-CiWosjbL.js";
|
|
8
8
|
import { isMicroApp as g } from "@skyfox2000/microbase";
|
|
9
9
|
var l = /* @__PURE__ */ ((i) => (i.Pending = "pending", i.Uploading = "uploading", i.Success = "success", i.Error = "error", i.Online = "online", i.Offline = "offline", i))(l || {});
|
|
10
10
|
class M {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as d, useAttrs as f, createElementBlock as u, openBlock as x, createVNode as e, withCtx as n, unref as o, mergeProps as r, renderSlot as p } from "vue";
|
|
2
2
|
import { Button as _ } from "ant-design-vue";
|
|
3
|
-
import { a as P, _ as k } from "./toolIcon-
|
|
3
|
+
import { a as P, _ as k } from "./toolIcon-B8bR-dPF.js";
|
|
4
4
|
const C = /* @__PURE__ */ d({
|
|
5
5
|
inheritAttrs: !1,
|
|
6
6
|
__name: "index",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import H from "async-validator";
|
|
2
2
|
import { httpPost as $, ResStatus as M } from "@skyfox2000/fapi";
|
|
3
|
-
import { $ as d, i as U, au as V, L as j, u as T } from "./upload-template-
|
|
3
|
+
import { $ as d, i as U, au as V, L as j, u as T } from "./upload-template-CiWosjbL.js";
|
|
4
4
|
import E from "vue-m-message";
|
|
5
5
|
import { defineComponent as S, useAttrs as B, createElementBlock as P, openBlock as y, createVNode as z, unref as v, mergeProps as _, computed as x, createBlock as D, withCtx as A, normalizeStyle as N } from "vue";
|
|
6
6
|
import { Spin as L, Alert as O } from "ant-design-vue";
|
|
7
|
-
import { _ as K } from "./toolIcon-
|
|
7
|
+
import { _ as K } from "./toolIcon-B8bR-dPF.js";
|
|
8
8
|
const W = (l) => {
|
|
9
9
|
const e = l.split(`
|
|
10
10
|
`).filter((i) => i.trim() !== "");
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as B, provide as N, ref as A, watch as m, onMounted as V, createBlock as r, openBlock as d, unref as o, withCtx as n, createElementVNode as $, renderSlot as C, createVNode as D, createCommentVNode as u, createTextVNode as v, toDisplayString as f } from "vue";
|
|
2
|
-
import { _ as c } from "./index-
|
|
2
|
+
import { _ as c } from "./index-BhXS0TjD.js";
|
|
3
3
|
import { Modal as E, Space as M } from "ant-design-vue";
|
|
4
4
|
import "@skyfox2000/fapi";
|
|
5
|
-
import { P, d as K, $ as p, o as U, b as j } from "./upload-template-
|
|
5
|
+
import { P, d as K, $ as p, o as U, b as j } from "./upload-template-CiWosjbL.js";
|
|
6
6
|
import "vue-m-message";
|
|
7
7
|
import "@skyfox2000/microbase";
|
|
8
8
|
import "async-validator";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as x, createBlock as y, createCommentVNode as b, openBlock as l, unref as t, mergeProps as $, useAttrs as Y, computed as j, ref as v, watch as w, withCtx as m, createElementBlock as g, normalizeStyle as T, createElementVNode as f, inject as Z, onMounted as P, createVNode as r, toDisplayString as C, Fragment as L, renderList as U, createTextVNode as G, reactive as Q, nextTick as X, withModifiers as ee } from "vue";
|
|
2
|
-
import { a as A, _ as k } from "./toolIcon-
|
|
3
|
-
import { c as D, Y as E, am as M, a1 as K, a0 as R, as as F, u as H, $ as S, M as te, ar as V, at as ne, a as q, Z as oe, r as J, ak as B } from "./upload-template-
|
|
2
|
+
import { a as A, _ as k } from "./toolIcon-B8bR-dPF.js";
|
|
3
|
+
import { c as D, Y as E, am as M, a1 as K, a0 as R, as as F, u as H, $ as S, M as te, ar as V, at as ne, a as q, Z as oe, r as J, ak as B } from "./upload-template-CiWosjbL.js";
|
|
4
4
|
import { _ as se } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
5
|
import { theme as O, Breadcrumb as ie, Modal as ae, Flex as ce, Dropdown as le, Menu as W, MenuItem as re, LayoutHeader as ue, Space as pe, Tabs as de, TabPane as me } from "ant-design-vue";
|
|
6
6
|
import { isMicroApp as fe } from "@skyfox2000/microbase";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as i, createBlock as s, openBlock as l, unref as a, withCtx as p, renderSlot as f, createCommentVNode as u, mergeProps as d } from "vue";
|
|
2
2
|
import { Tooltip as I } from "ant-design-vue";
|
|
3
3
|
import { SERVER_HOST as r } from "@skyfox2000/fapi";
|
|
4
|
-
import { c as S } from "./upload-template-
|
|
4
|
+
import { c as S } from "./upload-template-CiWosjbL.js";
|
|
5
5
|
const T = /* @__PURE__ */ i({
|
|
6
6
|
__name: "index",
|
|
7
7
|
props: {
|
|
@@ -5745,10 +5745,10 @@ const nt = new $i(), dt = (e, t, a) => {
|
|
|
5745
5745
|
url: e,
|
|
5746
5746
|
reload: R(!1),
|
|
5747
5747
|
optionQuery: {},
|
|
5748
|
-
data: ke([]),
|
|
5748
|
+
data: ke((t == null ? void 0 : t.data) ?? []),
|
|
5749
5749
|
selected: R([]),
|
|
5750
5750
|
selectedOptions: R([]),
|
|
5751
|
-
options: R([]),
|
|
5751
|
+
options: R((t == null ? void 0 : t.data) ?? []),
|
|
5752
5752
|
isOptionLoading: R(!1)
|
|
5753
5753
|
};
|
|
5754
5754
|
return B(
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent as ce, ref as R, computed as I, watch as $, resolveDirective as de, createElementBlock as m, openBlock as d, normalizeClass as z, unref as n, createElementVNode as w, withDirectives as b, createCommentVNode as y, createBlock as V, mergeProps as G, withCtx as v, createVNode as p, createTextVNode as E, toDisplayString as P, Fragment as pe, renderList as me } from "vue";
|
|
2
|
-
import { _ as H } from "./index-
|
|
3
|
-
import { a as B, _ as K } from "./toolIcon-
|
|
2
|
+
import { _ as H } from "./index-BhXS0TjD.js";
|
|
3
|
+
import { a as B, _ as K } from "./toolIcon-B8bR-dPF.js";
|
|
4
4
|
import { httpPost as N, ResStatus as j } from "@skyfox2000/fapi";
|
|
5
|
-
import { L as X, u as Y, $ as a, v as fe, _ as he } from "./upload-template-
|
|
5
|
+
import { L as X, u as Y, $ as a, v as fe, _ as he } from "./upload-template-CiWosjbL.js";
|
|
6
6
|
import U from "vue-m-message";
|
|
7
7
|
import { Upload as J, Tag as we, Popconfirm as ve, Progress as xe } from "ant-design-vue";
|
|
8
|
-
import { U as r, f as be, p as W } from "./file-upload-
|
|
8
|
+
import { U as r, f as be, p as W } from "./file-upload-d6wJYD_r.js";
|
|
9
9
|
import { combineParams as Z } from "@skyfox2000/microbase";
|
|
10
10
|
import "async-validator";
|
|
11
11
|
import "dayjs";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent as V, defineAsyncComponent as J, ref as m, watch as K, onMounted as W, createElementBlock as x, openBlock as p, Fragment as z, createElementVNode as f, createVNode as N, toDisplayString as $, unref as l, createBlock as A, withKeys as v, normalizeClass as O, withModifiers as w, withCtx as L, createCommentVNode as q } from "vue";
|
|
2
2
|
import "ant-design-vue";
|
|
3
|
-
import { _ as D } from "../../assets/modules/toolIcon-
|
|
3
|
+
import { _ as D } from "../../assets/modules/toolIcon-B8bR-dPF.js";
|
|
4
4
|
import "@skyfox2000/fapi";
|
|
5
|
-
import { $ as b } from "../../assets/modules/upload-template-
|
|
5
|
+
import { $ as b } from "../../assets/modules/upload-template-CiWosjbL.js";
|
|
6
6
|
import "vue-m-message";
|
|
7
|
-
import { _ as Q } from "../../assets/modules/index-
|
|
7
|
+
import { _ as Q } from "../../assets/modules/index-CxB0AuVY.js";
|
|
8
8
|
import "@skyfox2000/microbase";
|
|
9
9
|
import "async-validator";
|
|
10
10
|
import "dayjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as f, ref as d, watch as _, onMounted as v, resolveComponent as h, createBlock as o, openBlock as t, withCtx as s, createElementVNode as C, normalizeClass as x, createVNode as w, KeepAlive as y, unref as n, resolveDynamicComponent as I } from "vue";
|
|
2
|
-
import { _ as g } from "../../assets/modules/baseLayout-
|
|
3
|
-
import { ak as k, a as A } from "../../assets/modules/upload-template-
|
|
2
|
+
import { _ as g } from "../../assets/modules/baseLayout-BTMzpIiV.js";
|
|
3
|
+
import { ak as k, a as A } from "../../assets/modules/upload-template-CiWosjbL.js";
|
|
4
4
|
import "@skyfox2000/microbase";
|
|
5
5
|
import "@skyfox2000/fapi";
|
|
6
6
|
import S from "vue-m-message";
|
package/lib/es/Error403/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as i, createBlock as n, openBlock as p, unref as r, withCtx as e, createVNode as m, createTextVNode as c, toDisplayString as a } from "vue";
|
|
2
|
-
import { r as s } from "../../assets/modules/upload-template-
|
|
2
|
+
import { r as s } from "../../assets/modules/upload-template-CiWosjbL.js";
|
|
3
3
|
import "@skyfox2000/microbase";
|
|
4
4
|
import "@skyfox2000/fapi";
|
|
5
5
|
import "vue-m-message";
|
package/lib/es/Error404/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as i, createBlock as n, openBlock as p, unref as e, withCtx as r, createVNode as m, createTextVNode as a, toDisplayString as c } from "vue";
|
|
2
|
-
import { r as u } from "../../assets/modules/upload-template-
|
|
2
|
+
import { r as u } from "../../assets/modules/upload-template-CiWosjbL.js";
|
|
3
3
|
import "@skyfox2000/microbase";
|
|
4
4
|
import "@skyfox2000/fapi";
|
|
5
5
|
import "vue-m-message";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent as be, ref as p, computed as S, watch as H, onMounted as he, createBlock as Q, openBlock as f, unref as r, withCtx as D, renderSlot as W, createElementBlock as g, createCommentVNode as B, createElementVNode as b, createVNode as _, createTextVNode as J, toDisplayString as E, normalizeClass as Fe, Fragment as ie, renderList as ne } from "vue";
|
|
2
|
-
import { _ as Y } from "../../assets/modules/index-
|
|
2
|
+
import { _ as Y } from "../../assets/modules/index-BhXS0TjD.js";
|
|
3
3
|
import { Modal as Ce, Upload as ce, Space as Ue } from "ant-design-vue";
|
|
4
4
|
import { httpGet as _e, ResStatus as de } from "@skyfox2000/fapi";
|
|
5
|
-
import { $ as a, H as Ee, a8 as Te, ae as Re } from "../../assets/modules/upload-template-
|
|
5
|
+
import { $ as a, H as Ee, a8 as Te, ae as Re } from "../../assets/modules/upload-template-CiWosjbL.js";
|
|
6
6
|
import m from "vue-m-message";
|
|
7
|
-
import { c as pe, _ as Z, h as Se, p as De, i as ke } from "../../assets/modules/index-
|
|
8
|
-
import { A as Pe, p as Le, U as ue } from "../../assets/modules/file-upload-
|
|
7
|
+
import { c as pe, _ as Z, h as Se, p as De, i as ke } from "../../assets/modules/index-BsaUh4V0.js";
|
|
8
|
+
import { A as Pe, p as Le, U as ue } from "../../assets/modules/file-upload-d6wJYD_r.js";
|
|
9
9
|
import "@skyfox2000/microbase";
|
|
10
10
|
import "dayjs";
|
|
11
11
|
import "vue-draggable-next";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as f, ref as d, watch as _, onMounted as v, resolveComponent as h, createBlock as o, openBlock as t, withCtx as s, createElementVNode as C, normalizeClass as x, createVNode as w, KeepAlive as I, unref as n, resolveDynamicComponent as g } from "vue";
|
|
2
|
-
import { _ as k } from "../../assets/modules/baseLayout-
|
|
3
|
-
import { ak as y, a as A } from "../../assets/modules/upload-template-
|
|
2
|
+
import { _ as k } from "../../assets/modules/baseLayout-BTMzpIiV.js";
|
|
3
|
+
import { ak as y, a as A } from "../../assets/modules/upload-template-CiWosjbL.js";
|
|
4
4
|
import "@skyfox2000/microbase";
|
|
5
5
|
import "@skyfox2000/fapi";
|
|
6
6
|
import S from "vue-m-message";
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { defineComponent as T, ref as l, watch as x, onMounted as F, createBlock as C, openBlock as q, unref as u, withCtx as d, createVNode as f, createTextVNode as L, toDisplayString as b } from "vue";
|
|
2
|
-
import { _ as g } from "../../assets/modules/index-
|
|
2
|
+
import { _ as g } from "../../assets/modules/index-BhXS0TjD.js";
|
|
3
3
|
import { Modal as D, Space as z } from "ant-design-vue";
|
|
4
4
|
import { httpPost as N, ResStatus as O } from "@skyfox2000/fapi";
|
|
5
|
-
import { an as n, $ as w } from "../../assets/modules/upload-template-
|
|
5
|
+
import { an as n, $ as w } from "../../assets/modules/upload-template-CiWosjbL.js";
|
|
6
6
|
import "vue-m-message";
|
|
7
|
-
import { U as M } from "../../assets/modules/file-upload-
|
|
7
|
+
import { U as M } from "../../assets/modules/file-upload-d6wJYD_r.js";
|
|
8
8
|
import "@skyfox2000/microbase";
|
|
9
9
|
import "async-validator";
|
|
10
10
|
import "dayjs";
|
|
11
11
|
import "vue-draggable-next";
|
|
12
|
-
import { U as $ } from "../../assets/modules/uploadList-
|
|
12
|
+
import { U as $ } from "../../assets/modules/uploadList-DHmkR_yd.js";
|
|
13
13
|
const H = /* @__PURE__ */ T({
|
|
14
14
|
__name: "templateFile",
|
|
15
15
|
props: {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { defineComponent as F, ref as s, watch as y, onMounted as z, createBlock as D, openBlock as _, unref as u, withCtx as p, createVNode as m, mergeProps as L, createTextVNode as w, toDisplayString as C } from "vue";
|
|
2
|
-
import { _ as g } from "../../assets/modules/index-
|
|
2
|
+
import { _ as g } from "../../assets/modules/index-BhXS0TjD.js";
|
|
3
3
|
import { Modal as k, Space as N } from "ant-design-vue";
|
|
4
4
|
import { ResStatus as T } from "@skyfox2000/fapi";
|
|
5
|
-
import { $ as v, aa as $ } from "../../assets/modules/upload-template-
|
|
5
|
+
import { $ as v, aa as $ } from "../../assets/modules/upload-template-CiWosjbL.js";
|
|
6
6
|
import A from "vue-m-message";
|
|
7
7
|
import "@skyfox2000/microbase";
|
|
8
8
|
import "async-validator";
|
|
9
9
|
import "dayjs";
|
|
10
|
-
import { A as E } from "../../assets/modules/file-upload-
|
|
10
|
+
import { A as E } from "../../assets/modules/file-upload-d6wJYD_r.js";
|
|
11
11
|
import "vue-draggable-next";
|
|
12
|
-
import { U as B } from "../../assets/modules/uploadList-
|
|
12
|
+
import { U as B } from "../../assets/modules/uploadList-DHmkR_yd.js";
|
|
13
13
|
const W = /* @__PURE__ */ F({
|
|
14
14
|
__name: "uploadForm",
|
|
15
15
|
props: {
|
package/lib/webui.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { u as Be, i as ve, $ as y, a as Ae, L as $t, c as Dt, P as oe, o as Qe, b as Ft, d as Pt, e as Je, g as Xe, r as fe, f as Ze, h as et, j as tt, k as It, l as be, m as at, _ as lt, n as rt, O as ze, p as Et, q as ot, s as Lt, t as Ut, v as te, w as Mt, x as Nt, y as Rt, z as Bt, A as At, B as zt, C as se, D as Ot, E as ue, F as Kt, G as jt, H as st, M as Vt } from "./assets/modules/upload-template-
|
|
2
|
-
import { ag as Vr, V as Yr, W as Gr, a0 as Wr, af as Hr, ad as qr, ae as Qr, ah as Jr, ar as Xr, a3 as Zr, Y as eo, as as to, ab as ao, a8 as lo, T as ro, aa as oo, ap as so, aq as no, Z as io, K as co, J as uo, a5 as po, a9 as fo, ac as vo, U as mo, X as go, ai as ho, I as bo, a7 as xo, aj as yo, a2 as wo, a4 as ko, at as _o, a1 as Co, ao as So, an as To, ak as $o, N as Do, Q as Fo, al as Po, S as Io, am as Eo, R as Lo, a6 as Uo } from "./assets/modules/upload-template-
|
|
3
|
-
import { f as Yt, p as Ve } from "./assets/modules/file-upload-
|
|
4
|
-
import { A as No, U as Ro } from "./assets/modules/file-upload-
|
|
1
|
+
import { u as Be, i as ve, $ as y, a as Ae, L as $t, c as Dt, P as oe, o as Qe, b as Ft, d as Pt, e as Je, g as Xe, r as fe, f as Ze, h as et, j as tt, k as It, l as be, m as at, _ as lt, n as rt, O as ze, p as Et, q as ot, s as Lt, t as Ut, v as te, w as Mt, x as Nt, y as Rt, z as Bt, A as At, B as zt, C as se, D as Ot, E as ue, F as Kt, G as jt, H as st, M as Vt } from "./assets/modules/upload-template-CiWosjbL.js";
|
|
2
|
+
import { ag as Vr, V as Yr, W as Gr, a0 as Wr, af as Hr, ad as qr, ae as Qr, ah as Jr, ar as Xr, a3 as Zr, Y as eo, as as to, ab as ao, a8 as lo, T as ro, aa as oo, ap as so, aq as no, Z as io, K as co, J as uo, a5 as po, a9 as fo, ac as vo, U as mo, X as go, ai as ho, I as bo, a7 as xo, aj as yo, a2 as wo, a4 as ko, at as _o, a1 as Co, ao as So, an as To, ak as $o, N as Do, Q as Fo, al as Po, S as Io, am as Eo, R as Lo, a6 as Uo } from "./assets/modules/upload-template-CiWosjbL.js";
|
|
3
|
+
import { f as Yt, p as Ve } from "./assets/modules/file-upload-d6wJYD_r.js";
|
|
4
|
+
import { A as No, U as Ro } from "./assets/modules/file-upload-d6wJYD_r.js";
|
|
5
5
|
import { EnvConfig as Ye, isMicroApp as Gt } from "@skyfox2000/microbase";
|
|
6
6
|
import { FrontCache as he, httpPost as Oe, ResStatus as Ke, SERVER_HOST as Wt, fieldMapping as xe } from "@skyfox2000/fapi";
|
|
7
7
|
import ae from "vue-m-message";
|
|
@@ -10,15 +10,15 @@ import "async-validator";
|
|
|
10
10
|
import Ne from "dayjs";
|
|
11
11
|
import { Popover as Jt, theme as ct, Drawer as Xt, Space as pe, Form as ut, message as Zt, FormItem as dt, ConfigProvider as we, Popconfirm as pt, DropdownButton as ft, Menu as Te, MenuItem as $e, Dropdown as Re, Checkbox as ea, List as ta, ListItem as aa, Card as la, Button as vt, Table as mt, Tree as ra, Cascader as oa, DatePicker as sa, Input as me, InputPassword as na, InputNumber as ia, RangePicker as ca, Textarea as ua, TimePicker as da, Transfer as pa, TreeSelect as fa, Upload as va, Image as ma, LayoutContent as ga } from "ant-design-vue";
|
|
12
12
|
import { VueDraggableNext as ha } from "vue-draggable-next";
|
|
13
|
-
import { d as ba } from "./assets/modules/uploadList-
|
|
14
|
-
import { C as Ao, U as zo, a as Oo, p as Ko } from "./assets/modules/uploadList-
|
|
15
|
-
import { c as gt } from "./assets/modules/index-
|
|
16
|
-
import { _ as Vo, h as Yo, b as Go, a as Wo, d as Ho, e as qo, g as Qo, f as Jo, n as Xo, p as Zo, t as es, v as ts } from "./assets/modules/index-
|
|
17
|
-
import { _ as ee } from "./assets/modules/index-
|
|
18
|
-
import { _ as Y } from "./assets/modules/toolIcon-
|
|
19
|
-
import { a as ls } from "./assets/modules/toolIcon-
|
|
20
|
-
import { _ as os, b as ss, c as ns, d as is, e as cs, I as us, f as ds, g as ps, a as fs } from "./assets/modules/menuTabs-
|
|
21
|
-
import { _ as ms } from "./assets/modules/index-
|
|
13
|
+
import { d as ba } from "./assets/modules/uploadList-DHmkR_yd.js";
|
|
14
|
+
import { C as Ao, U as zo, a as Oo, p as Ko } from "./assets/modules/uploadList-DHmkR_yd.js";
|
|
15
|
+
import { c as gt } from "./assets/modules/index-BsaUh4V0.js";
|
|
16
|
+
import { _ as Vo, h as Yo, b as Go, a as Wo, d as Ho, e as qo, g as Qo, f as Jo, n as Xo, p as Zo, t as es, v as ts } from "./assets/modules/index-BsaUh4V0.js";
|
|
17
|
+
import { _ as ee } from "./assets/modules/index-BhXS0TjD.js";
|
|
18
|
+
import { _ as Y } from "./assets/modules/toolIcon-B8bR-dPF.js";
|
|
19
|
+
import { a as ls } from "./assets/modules/toolIcon-B8bR-dPF.js";
|
|
20
|
+
import { _ as os, b as ss, c as ns, d as is, e as cs, I as us, f as ds, g as ps, a as fs } from "./assets/modules/menuTabs-DZNVE3eg.js";
|
|
21
|
+
import { _ as ms } from "./assets/modules/index-CxB0AuVY.js";
|
|
22
22
|
import { _ as ie } from "./assets/modules/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
23
23
|
const We = (r, a, e, t = "remove") => {
|
|
24
24
|
if (!e)
|
package/package.json
CHANGED
package/src/utils/page.ts
CHANGED
|
@@ -246,10 +246,10 @@ export const useOptionFactory = (url?: IUrlInfo, props?: OptionProps) => {
|
|
|
246
246
|
url: url,
|
|
247
247
|
reload: ref(false),
|
|
248
248
|
optionQuery: {},
|
|
249
|
-
data: shallowRef([]),
|
|
249
|
+
data: shallowRef(props?.data ?? []),
|
|
250
250
|
selected: ref([]),
|
|
251
251
|
selectedOptions: ref([]),
|
|
252
|
-
options: ref([]),
|
|
252
|
+
options: ref(props?.data ?? []),
|
|
253
253
|
isOptionLoading: ref(false),
|
|
254
254
|
};
|
|
255
255
|
|