@skyfox2000/webui 1.2.5 → 1.2.6
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/{file-upload-CoDWKNFQ.js → file-upload-Cf9uxE2y.js} +1 -1
- package/lib/assets/modules/{form-excel-DitXm4uj.js → form-excel-DnROEQ0w.js} +1 -1
- package/lib/assets/modules/{index-DG2jNBuv.js → index-BkbOMv2e.js} +1 -1
- package/lib/assets/modules/{index-C4515EtU.js → index-D4mESG0b.js} +356 -364
- package/lib/assets/modules/{index-B5NckHoK.js → index-DvbJb5Ha.js} +2 -2
- package/lib/assets/modules/{menuTabs-BwX6S1WN.js → menuTabs-DgX7pUbX.js} +2 -2
- package/lib/assets/modules/{toolIcon-B5Qojob9.js → toolIcon-C0bp66dj.js} +1 -1
- package/lib/assets/modules/{uploadList-BdeV2JlK.js → uploadList-CWhqNLX9.js} +3 -3
- package/lib/es/AceEditor/index.js +3 -3
- package/lib/es/BasicLayout/index.js +3 -3
- 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/UploadForm/index.js +4 -4
- package/lib/stores/appInfo.d.ts +2 -5
- package/lib/webui.es.js +12 -12
- package/package.json +1 -1
- package/src/router/index.ts +1 -11
- package/src/stores/appInfo.ts +23 -32
- package/src/stores/userInfo.ts +1 -1
|
@@ -2,7 +2,7 @@ var v = Object.defineProperty;
|
|
|
2
2
|
var m = (t, r, o) => r in t ? v(t, r, { enumerable: !0, configurable: !0, writable: !0, value: o }) : t[r] = o;
|
|
3
3
|
var h = (t, r, o) => m(t, typeof r != "symbol" ? r + "" : r, o);
|
|
4
4
|
import { hostUrl as E } from "@skyfox2000/fapi";
|
|
5
|
-
import { ac as S, ab as I, u as d } from "./index-
|
|
5
|
+
import { ac as S, ab as I, u as d } from "./index-D4mESG0b.js";
|
|
6
6
|
import { mainAppApis as s } from "@skyfox2000/microbase";
|
|
7
7
|
import b from "dayjs";
|
|
8
8
|
var l = /* @__PURE__ */ ((t) => (t.Pending = "pending", t.Uploading = "uploading", t.Success = "success", t.Error = "error", t.Online = "online", t.Offline = "offline", t))(l || {});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import k from "async-validator";
|
|
2
2
|
import { httpPost as J, ResStatus as b } from "@skyfox2000/fapi";
|
|
3
|
-
import { i as C, ae as N } from "./index-
|
|
3
|
+
import { i as C, ae as N } from "./index-D4mESG0b.js";
|
|
4
4
|
import w from "vue-m-message";
|
|
5
5
|
const E = async (v) => {
|
|
6
6
|
const f = await import("exceljs"), m = new f.Workbook();
|
|
@@ -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-C0bp66dj.js";
|
|
4
4
|
const C = /* @__PURE__ */ d({
|
|
5
5
|
inheritAttrs: !1,
|
|
6
6
|
__name: "index",
|