@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.
Files changed (64) hide show
  1. package/lib/AceEditor.d.ts +0 -3
  2. package/lib/BasicLayout.d.ts +0 -3
  3. package/lib/Error403.d.ts +0 -3
  4. package/lib/Error404.d.ts +0 -3
  5. package/lib/ExcelForm.d.ts +0 -3
  6. package/lib/UploadForm.d.ts +0 -3
  7. package/lib/assets/modules/index-BEWJ_qAH.js +50 -0
  8. package/lib/assets/modules/{excelForm-Dzndz-SG.js → index-BoKIa2sr.js} +1 -1
  9. package/lib/assets/modules/{index-FzWSvscZ.js → index-D47Ci-T3.js} +2 -2
  10. package/lib/assets/modules/menuTabs-JxjPoyCD.js +639 -0
  11. package/lib/assets/modules/uploadList-Dzlg47V0.js +182 -0
  12. package/lib/components/common/icon/layoutIcon.vue.d.ts.map +1 -1
  13. package/lib/components/common/icon/projectIcon.vue.d.ts.map +1 -1
  14. package/lib/components/common/icon/toolIcon.vue.d.ts.map +1 -1
  15. package/lib/components/content/index.d.ts +0 -4
  16. package/lib/components/content/index.d.ts.map +1 -1
  17. package/lib/components/form/autoComplete/index.vue.d.ts +3 -3
  18. package/lib/components/form/cascader/index.vue.d.ts +3 -3
  19. package/lib/components/form/checkbox/index.vue.d.ts +1 -1
  20. package/lib/components/form/index.d.ts +0 -2
  21. package/lib/components/form/index.d.ts.map +1 -1
  22. package/lib/components/form/radio/index.vue.d.ts +3 -3
  23. package/lib/components/form/select/index.vue.d.ts +3 -3
  24. package/lib/components/form/transfer/index.vue.d.ts +2 -2
  25. package/lib/components/form/treeSelect/index.vue.d.ts +2 -2
  26. package/lib/components/index.d.ts +3 -6
  27. package/lib/components/index.d.ts.map +1 -1
  28. package/lib/components/layout/index.d.ts +0 -2
  29. package/lib/components/layout/index.d.ts.map +1 -1
  30. package/lib/es/AceEditor/index.js +9 -11
  31. package/lib/es/BasicLayout/index.js +94 -2
  32. package/lib/es/Error403/index.js +31 -2
  33. package/lib/es/Error404/index.js +31 -2
  34. package/lib/es/ExcelForm/index.js +315 -3
  35. package/lib/es/UploadForm/index.js +133 -3
  36. package/lib/webui.css +1 -1
  37. package/lib/webui.es.js +1568 -1575
  38. package/package.json +2 -2
  39. package/src/components/common/icon/layoutIcon.vue +1 -1
  40. package/src/components/common/icon/projectIcon.vue +1 -1
  41. package/src/components/common/icon/toolIcon.vue +2 -2
  42. package/src/components/content/index.ts +4 -4
  43. package/src/components/form/index.ts +2 -2
  44. package/src/components/index.ts +1 -10
  45. package/src/components/layout/index.ts +2 -2
  46. package/lib/assets/modules/basicLayout-YP_-EySb.js +0 -726
  47. package/lib/assets/modules/error403-Bi0E2twj.js +0 -33
  48. package/lib/assets/modules/error404-BF7vasR_.js +0 -33
  49. package/lib/assets/modules/excelForm-WJVQmaDT.js +0 -317
  50. package/lib/assets/modules/index-ekkaExvB.js +0 -49
  51. package/lib/assets/modules/uploadForm-CwXiG05t.js +0 -309
  52. package/lib/components/content/dialog/excelForm.vue.d.ts +0 -31
  53. package/lib/components/content/dialog/excelForm.vue.d.ts.map +0 -1
  54. package/lib/components/content/dialog/uploadForm.vue.d.ts +0 -25
  55. package/lib/components/content/dialog/uploadForm.vue.d.ts.map +0 -1
  56. package/lib/components/error/error403.vue.d.ts +0 -4
  57. package/lib/components/error/error403.vue.d.ts.map +0 -1
  58. package/lib/components/error/error404.vue.d.ts +0 -4
  59. package/lib/components/error/error404.vue.d.ts.map +0 -1
  60. package/lib/components/form/aceEditor/index.vue.d.ts +0 -13
  61. package/lib/components/form/aceEditor/index.vue.d.ts.map +0 -1
  62. package/lib/components/layout/page/basicLayout.vue.d.ts +0 -7
  63. package/lib/components/layout/page/basicLayout.vue.d.ts.map +0 -1
  64. /package/lib/assets/modules/{uploadForm-BahGnrAq.js → index-BahGnrAq.js} +0 -0
@@ -1,4 +1 @@
1
1
  export {}
2
- import _default from './components/form/aceEditor/index.vue'
3
- export default _default
4
- export {}
@@ -1,4 +1 @@
1
1
  export {}
2
- import _default from './components/layout/page/basicLayout.vue'
3
- export default _default
4
- export {}
package/lib/Error403.d.ts CHANGED
@@ -1,4 +1 @@
1
1
  export {}
2
- import _default from './components/error/error403.vue'
3
- export default _default
4
- export {}
package/lib/Error404.d.ts CHANGED
@@ -1,4 +1 @@
1
1
  export {}
2
- import _default from './components/error/error404.vue'
3
- export default _default
4
- export {}
@@ -1,4 +1 @@
1
1
  export {}
2
- import _default from './components/content/dialog/excelForm.vue'
3
- export default _default
4
- export {}
@@ -1,4 +1 @@
1
1
  export {}
2
- import _default from './components/content/dialog/uploadForm.vue'
3
- export default _default
4
- export {}
@@ -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-ekkaExvB.js";
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 "./excelForm-Dzndz-SG.js";
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-ekkaExvB.js";
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: {