@skyfox2000/webui 1.2.2 → 1.2.3
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/{download-C3KYmuzo.js → download-D6JcG5ZR.js} +3 -3
- package/lib/assets/modules/{file-upload-CMHnVQty.js → file-upload-D5dPRmq8.js} +1 -1
- package/lib/assets/modules/{form-excel-Xre5F1Ez.js → form-excel-DITF2FoK.js} +1 -1
- package/lib/assets/modules/{index-htdsukeW.js → index-CRKPVlgC.js} +1 -1
- package/lib/assets/modules/{index-lc53kVVe.js → index-XIk9IJH2.js} +2 -2
- package/lib/assets/modules/{menuTabs-CkAkFKU8.js → menuTabs-D2OgHmBc.js} +2 -2
- package/lib/assets/modules/{hostInfo-DK8lknRe.js → pinia-8iujwf8y.js} +273 -269
- package/lib/assets/modules/{toolIcon-Dpr1pbgl.js → toolIcon-Cwggvppx.js} +1 -1
- 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/index.d.ts +2 -1
- package/lib/webui.es.js +52 -50
- package/package.json +1 -1
- package/src/index.ts +4 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { defineComponent as $, ref as k, computed as O, watch as j, createElementBlock as p, openBlock as f, createElementVNode as r, createVNode as v, unref as l, mergeProps as B, withCtx as U, createTextVNode as E, toDisplayString as y, Fragment as M, renderList as R, normalizeClass as T, createCommentVNode as F } from "vue";
|
|
2
|
-
import { _ as V } from "./index-
|
|
2
|
+
import { _ as V } from "./index-CRKPVlgC.js";
|
|
3
3
|
import { Upload as A, Tag as K, Progress as D } from "ant-design-vue";
|
|
4
4
|
import { httpPost as I, ResStatus as Q } from "@skyfox2000/fapi";
|
|
5
|
-
import "./
|
|
5
|
+
import "./pinia-8iujwf8y.js";
|
|
6
6
|
import "vue-draggable-next";
|
|
7
7
|
import h from "vue-m-message";
|
|
8
8
|
import "dayjs";
|
|
9
9
|
import { combineParams as q } from "@skyfox2000/microbase";
|
|
10
|
-
import { U as o, p as G } from "./file-upload-
|
|
10
|
+
import { U as o, p as G } from "./file-upload-D5dPRmq8.js";
|
|
11
11
|
import "async-validator";
|
|
12
12
|
const H = { class: "w-full border border-solid border-gray-100 mt-1 rounded-md py-5" }, J = { class: "flex items-center justify-between w-full" }, W = { class: "w-35 mx-3" }, X = { class: "flex-1 text-sm text-gray-500" }, Y = { class: "mt-4 px-3" }, Z = { class: "flex items-center justify-between" }, ee = { class: "flex items-center" }, te = { class: "flex items-center" }, oe = ["onClick"], ne = ["onClick"], se = ["onClick"], ve = /* @__PURE__ */ $({
|
|
13
13
|
__name: "uploadList",
|
|
@@ -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 {
|
|
5
|
+
import { ac as S, ab as I, z as d } from "./pinia-8iujwf8y.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 { A as C,
|
|
3
|
+
import { A as C, ae as N } from "./pinia-8iujwf8y.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-Cwggvppx.js";
|
|
4
4
|
const C = /* @__PURE__ */ d({
|
|
5
5
|
inheritAttrs: !1,
|
|
6
6
|
__name: "index",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as A, provide as B, ref as S, watch as p, onMounted as F, createBlock as n, openBlock as r, unref as a, withCtx as t, createElementVNode as N, renderSlot as b, createVNode as V, createCommentVNode as d, createTextVNode as u, toDisplayString as m } from "vue";
|
|
2
|
-
import { _ as f } from "./index-
|
|
2
|
+
import { _ as f } from "./index-CRKPVlgC.js";
|
|
3
3
|
import { Modal as E, Space as M } from "ant-design-vue";
|
|
4
4
|
import "@skyfox2000/fapi";
|
|
5
|
-
import { P, o as $, b as D, a as K } from "./
|
|
5
|
+
import { P, o as $, b as D, a as K } from "./pinia-8iujwf8y.js";
|
|
6
6
|
import "vue-draggable-next";
|
|
7
7
|
import "vue-m-message";
|
|
8
8
|
import "dayjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as _, createBlock as y, createCommentVNode as I, openBlock as p, unref as t, mergeProps as C, useAttrs as q, computed as P, ref as h, watch as k, withCtx as f, createElementBlock as g, normalizeStyle as T, createElementVNode as x, inject as J, onMounted as R, createVNode as u, toDisplayString as U, Fragment as L, createTextVNode as O, reactive as Q, nextTick as W, renderList as G, withModifiers as X } from "vue";
|
|
2
|
-
import { a as w, _ as b } from "./toolIcon-
|
|
3
|
-
import { c as F, N as j,
|
|
2
|
+
import { a as w, _ as b } from "./toolIcon-Cwggvppx.js";
|
|
3
|
+
import { c as F, N as j, ad as B, S as K, R as E, z as H, u as V, Q as Y, r as D, ab as z } from "./pinia-8iujwf8y.js";
|
|
4
4
|
import { theme as N, Breadcrumb as Z, Modal as ee, Flex as te, LayoutHeader as ne, Space as oe, Menu as se, Tabs as ie, TabPane as ce } from "ant-design-vue";
|
|
5
5
|
import { SERVER_HOST as A } from "@skyfox2000/fapi";
|
|
6
6
|
import "vue-draggable-next";
|