@skyfox2000/webui 1.6.13 → 1.6.14
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-p7VibDY4.js → baseLayout-C3MLMXao.js} +3 -3
- package/lib/assets/modules/{file-upload-D7C_mOmO.js → file-upload-CUtR0hOH.js} +1 -1
- package/lib/assets/modules/{index-CEBo0bZK.js → index-DZBPuIFH.js} +1 -1
- package/lib/assets/modules/{index-CWI8upr0.js → index-DnOFwC7U.js} +2 -2
- package/lib/assets/modules/{index-BQN_a3GE.js → index-hkaalxUK.js} +2 -2
- package/lib/assets/modules/{menuTabs-RYgm30Xy.js → menuTabs-De95t73j.js} +2 -2
- package/lib/assets/modules/{toolIcon-CUIeCTuV.js → toolIcon-N4IrlKKJ.js} +1 -1
- package/lib/assets/modules/{upload-template-Bl7C0exv.js → upload-template-BdldosL5.js} +241 -245
- package/lib/assets/modules/{uploadList-DIvGI7qL.js → uploadList-DbCnFWuZ.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/locales/default.en-US.d.ts +18 -16
- package/lib/locales/default.zh-CN.d.ts +2 -5
- package/lib/webui.es.js +13 -13
- package/package.json +1 -1
- package/src/locales/default.en-US.ts +19 -19
- package/src/locales/default.zh-CN.ts +2 -10
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as _, onMounted as I, openBlock as o, createBlock as s, unref as e, withCtx as l, createElementVNode as x, createVNode as p, createElementBlock as y, toDisplayString as g, createCommentVNode as r, renderSlot as h } from "vue";
|
|
2
2
|
import { Layout as i, LayoutSider as k } from "ant-design-vue";
|
|
3
|
-
import { a as b } from "./toolIcon-
|
|
4
|
-
import { I as C, _ as S, e as w, c as $, f as N } from "./menuTabs-
|
|
5
|
-
import { an as v, a as B, as as E } from "./upload-template-
|
|
3
|
+
import { a as b } from "./toolIcon-N4IrlKKJ.js";
|
|
4
|
+
import { I as C, _ as S, e as w, c as $, f as N } from "./menuTabs-De95t73j.js";
|
|
5
|
+
import { an as v, a as B, as as E } from "./upload-template-BdldosL5.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-BdldosL5.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, openBlock as u, createElementBlock 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-N4IrlKKJ.js";
|
|
4
4
|
const C = /* @__PURE__ */ d({
|
|
5
5
|
inheritAttrs: !1,
|
|
6
6
|
__name: "index",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as B, provide as N, ref as A, watch as m, onMounted as V, openBlock as r, createBlock as d, unref as o, withCtx as n, createElementVNode as $, renderSlot as C, createVNode as D, createTextVNode as u, toDisplayString as v, createCommentVNode as f } from "vue";
|
|
2
|
-
import { _ as c } from "./index-
|
|
2
|
+
import { _ as c } from "./index-DZBPuIFH.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-BdldosL5.js";
|
|
6
6
|
import "vue-m-message";
|
|
7
7
|
import "@skyfox2000/microbase";
|
|
8
8
|
import "async-validator";
|
|
@@ -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, L as U, u as V, i as j, av as T } from "./upload-template-
|
|
3
|
+
import { $ as d, L as U, u as V, i as j, av as T } from "./upload-template-BdldosL5.js";
|
|
4
4
|
import E from "vue-m-message";
|
|
5
5
|
import { defineComponent as S, useAttrs as B, openBlock as y, createElementBlock as P, createVNode as z, unref as v, mergeProps as _, computed as x, createBlock as D, withCtx as A, normalizeStyle as L } from "vue";
|
|
6
6
|
import { Spin as N, Alert as O } from "ant-design-vue";
|
|
7
|
-
import { _ as K } from "./toolIcon-
|
|
7
|
+
import { _ as K } from "./toolIcon-N4IrlKKJ.js";
|
|
8
8
|
const W = (l) => {
|
|
9
9
|
const e = l.split(`
|
|
10
10
|
`).filter((i) => i.trim() !== "");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as x, openBlock as c, createBlock as _, unref as t, mergeProps as $, createCommentVNode as h, useAttrs as X, computed as O, ref as k, watch as S, withCtx as m, createElementBlock as f, normalizeStyle as T, createElementVNode as g, inject as G, onMounted as P, createVNode as u, toDisplayString as C, Fragment as L, renderList as R, createTextVNode as Q, reactive as Y, nextTick as Z, withModifiers as ee } from "vue";
|
|
2
|
-
import { a as A, _ as b } from "./toolIcon-
|
|
3
|
-
import { c as D, W as j, as as E, ak as K, N as U, X as F, u as H, $ as w, M as te, U as V, aj as ne, a as W, a5 as oe, r as q, an as B } from "./upload-template-
|
|
2
|
+
import { a as A, _ as b } from "./toolIcon-N4IrlKKJ.js";
|
|
3
|
+
import { c as D, W as j, as as E, ak as K, N as U, X as F, u as H, $ as w, M as te, U as V, aj as ne, a as W, a5 as oe, r as q, an as B } from "./upload-template-BdldosL5.js";
|
|
4
4
|
import { _ as se } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
5
|
import { theme as M, Breadcrumb as ie, Modal as ae, Flex as ce, Dropdown as le, Menu as J, 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, openBlock as s, createBlock as l, unref as a, withCtx as p, renderSlot as f, mergeProps as u, createCommentVNode 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-BdldosL5.js";
|
|
5
5
|
const T = /* @__PURE__ */ i({
|
|
6
6
|
__name: "index",
|
|
7
7
|
props: {
|