@skyfox2000/webui 0.1.2 → 0.1.4
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/AceEditor.d.ts +0 -3
- package/lib/BasicLayout.d.ts +0 -3
- package/lib/Error403.d.ts +0 -3
- package/lib/Error404.d.ts +0 -3
- package/lib/ExcelForm.d.ts +0 -3
- package/lib/UploadForm.d.ts +0 -3
- package/lib/assets/modules/index-BEWJ_qAH.js +50 -0
- package/lib/assets/modules/{excelForm-Dzndz-SG.js → index-BoKIa2sr.js} +1 -1
- package/lib/assets/modules/{index-FzWSvscZ.js → index-D47Ci-T3.js} +2 -2
- package/lib/assets/modules/menuTabs-JxjPoyCD.js +639 -0
- package/lib/assets/modules/uploadList-Dzlg47V0.js +182 -0
- package/lib/components/common/icon/layoutIcon.vue.d.ts.map +1 -1
- package/lib/components/common/icon/projectIcon.vue.d.ts.map +1 -1
- package/lib/components/common/icon/toolIcon.vue.d.ts.map +1 -1
- package/lib/components/content/index.d.ts +0 -4
- package/lib/components/content/index.d.ts.map +1 -1
- package/lib/components/form/autoComplete/index.vue.d.ts +3 -3
- package/lib/components/form/cascader/index.vue.d.ts +3 -3
- package/lib/components/form/checkbox/index.vue.d.ts +1 -1
- package/lib/components/form/index.d.ts +0 -2
- package/lib/components/form/index.d.ts.map +1 -1
- package/lib/components/form/radio/index.vue.d.ts +3 -3
- package/lib/components/form/select/index.vue.d.ts +3 -3
- package/lib/components/form/transfer/index.vue.d.ts +2 -2
- package/lib/components/form/treeSelect/index.vue.d.ts +2 -2
- package/lib/components/index.d.ts +3 -6
- package/lib/components/index.d.ts.map +1 -1
- package/lib/components/layout/index.d.ts +0 -2
- package/lib/components/layout/index.d.ts.map +1 -1
- package/lib/es/AceEditor/index.js +9 -11
- package/lib/es/BasicLayout/index.js +94 -2
- package/lib/es/Error403/index.js +31 -2
- package/lib/es/Error404/index.js +31 -2
- package/lib/es/ExcelForm/index.js +315 -3
- package/lib/es/UploadForm/index.js +133 -3
- package/lib/webui.css +1 -1
- package/lib/webui.es.js +1568 -1575
- package/package.json +2 -2
- package/src/components/common/icon/layoutIcon.vue +1 -1
- package/src/components/common/icon/projectIcon.vue +1 -1
- package/src/components/common/icon/toolIcon.vue +2 -2
- package/src/components/content/index.ts +4 -4
- package/src/components/form/index.ts +2 -2
- package/src/components/index.ts +1 -10
- package/src/components/layout/index.ts +2 -2
- package/lib/assets/modules/basicLayout-YP_-EySb.js +0 -726
- package/lib/assets/modules/error403-Bi0E2twj.js +0 -33
- package/lib/assets/modules/error404-BF7vasR_.js +0 -33
- package/lib/assets/modules/excelForm-WJVQmaDT.js +0 -317
- package/lib/assets/modules/index-ekkaExvB.js +0 -49
- package/lib/assets/modules/uploadForm-CwXiG05t.js +0 -309
- package/lib/components/content/dialog/excelForm.vue.d.ts +0 -31
- package/lib/components/content/dialog/excelForm.vue.d.ts.map +0 -1
- package/lib/components/content/dialog/uploadForm.vue.d.ts +0 -25
- package/lib/components/content/dialog/uploadForm.vue.d.ts.map +0 -1
- package/lib/components/error/error403.vue.d.ts +0 -4
- package/lib/components/error/error403.vue.d.ts.map +0 -1
- package/lib/components/error/error404.vue.d.ts +0 -4
- package/lib/components/error/error404.vue.d.ts.map +0 -1
- package/lib/components/form/aceEditor/index.vue.d.ts +0 -13
- package/lib/components/form/aceEditor/index.vue.d.ts.map +0 -1
- package/lib/components/layout/page/basicLayout.vue.d.ts +0 -7
- package/lib/components/layout/page/basicLayout.vue.d.ts.map +0 -1
- /package/lib/assets/modules/{uploadForm-BahGnrAq.js → index-BahGnrAq.js} +0 -0
package/lib/AceEditor.d.ts
CHANGED
package/lib/BasicLayout.d.ts
CHANGED
package/lib/Error403.d.ts
CHANGED
package/lib/Error404.d.ts
CHANGED
package/lib/ExcelForm.d.ts
CHANGED
package/lib/UploadForm.d.ts
CHANGED
|
@@ -0,0 +1,50 @@
|
|
|
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
|
+
import { Tooltip as I } from "ant-design-vue";
|
|
3
|
+
import { SERVER_HOST as r } from "@skyfox2000/fapi";
|
|
4
|
+
import { createFromIconfont as S } from "@skyfox2000/webbase";
|
|
5
|
+
const T = /* @__PURE__ */ i({
|
|
6
|
+
__name: "index",
|
|
7
|
+
props: {
|
|
8
|
+
size: {}
|
|
9
|
+
},
|
|
10
|
+
setup(o) {
|
|
11
|
+
const e = o, t = {}, n = {};
|
|
12
|
+
return e.size === "small" && (n.fontSize = "12px", n.padding = "4px 6px", n.minHeight = "26px", t.height = "30px"), (c, m) => (l(), s(a(I), {
|
|
13
|
+
overlayInnerStyle: n,
|
|
14
|
+
overlayStyle: t
|
|
15
|
+
}, {
|
|
16
|
+
default: p(() => [
|
|
17
|
+
f(c.$slots, "default")
|
|
18
|
+
]),
|
|
19
|
+
_: 3
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
}), _ = /* @__PURE__ */ i({
|
|
23
|
+
__name: "toolIcon",
|
|
24
|
+
props: {
|
|
25
|
+
icon: {
|
|
26
|
+
type: String
|
|
27
|
+
},
|
|
28
|
+
icons: {
|
|
29
|
+
type: Array
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
setup(o) {
|
|
33
|
+
const e = o, n = S({
|
|
34
|
+
iconUrl: `${r.TOOL_ICONS ?? r.MICROLAYOUT_ICONS}`,
|
|
35
|
+
monoColor: !0,
|
|
36
|
+
icon: e.icon,
|
|
37
|
+
icons: e.icons
|
|
38
|
+
});
|
|
39
|
+
return (c, m) => o.icon || o.icons ? (l(), s(a(n), d({
|
|
40
|
+
key: 0,
|
|
41
|
+
icon: o.icon,
|
|
42
|
+
icons: o.icons,
|
|
43
|
+
class: ["align-middle"]
|
|
44
|
+
}, c.$attrs), null, 16, ["icon", "icons"])) : u("", !0);
|
|
45
|
+
}
|
|
46
|
+
});
|
|
47
|
+
export {
|
|
48
|
+
_,
|
|
49
|
+
T as a
|
|
50
|
+
};
|
|
@@ -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 "./index-
|
|
3
|
+
import { a as P, _ as k } from "./index-BEWJ_qAH.js";
|
|
4
4
|
const C = /* @__PURE__ */ d({
|
|
5
5
|
inheritAttrs: !1,
|
|
6
6
|
__name: "index",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent as A, provide as B, ref as S, watch as p, onMounted as F, createBlock as i, openBlock as r, unref as a, withCtx as t, createElementVNode as N, renderSlot as V, createVNode as b, createCommentVNode as d, createTextVNode as u, toDisplayString as f } from "vue";
|
|
2
|
-
import { _ as v } from "./
|
|
2
|
+
import { _ as v } from "./index-BoKIa2sr.js";
|
|
3
3
|
import { Modal as E, Space as M } from "ant-design-vue";
|
|
4
4
|
import "@skyfox2000/fapi";
|
|
5
5
|
import { ProviderKeys as $, onFormClose as D, onFormSave as K, onFormSaveAs as P } from "@skyfox2000/webbase";
|
|
6
|
-
import "./index-
|
|
6
|
+
import "./index-BEWJ_qAH.js";
|
|
7
7
|
const U = { class: "overflow-y-auto w-full h-full" }, J = /* @__PURE__ */ A({
|
|
8
8
|
__name: "index",
|
|
9
9
|
props: {
|