@skyfox2000/webui 0.1.4 → 0.1.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/{index-D47Ci-T3.js → index-B1ORU4ra.js} +2 -2
- package/lib/assets/modules/{index-BoKIa2sr.js → index-BPzLSZNi.js} +1 -1
- package/lib/assets/modules/{index-BEWJ_qAH.js → index-C5d7UoLo.js} +10 -8
- package/lib/assets/modules/{menuTabs-JxjPoyCD.js → menuTabs-C-sjSq20.js} +1 -1
- package/lib/assets/modules/{uploadList-Dzlg47V0.js → uploadList-DbS4rQQ7.js} +2 -2
- package/lib/components/common/icon/toolIcon.vue.d.ts.map +1 -1
- package/lib/es/AceEditor/index.js +2 -2
- package/lib/es/BasicLayout/index.js +2 -2
- package/lib/es/ExcelForm/index.js +2 -2
- package/lib/es/UploadForm/index.js +3 -3
- package/lib/webui.es.js +7 -7
- package/package.json +2 -2
- package/src/components/common/icon/toolIcon.vue +1 -0
|
@@ -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 "./index-
|
|
2
|
+
import { _ as v } from "./index-BPzLSZNi.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-C5d7UoLo.js";
|
|
7
7
|
const U = { class: "overflow-y-auto w-full h-full" }, J = /* @__PURE__ */ A({
|
|
8
8
|
__name: "index",
|
|
9
9
|
props: {
|
|
@@ -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-C5d7UoLo.js";
|
|
4
4
|
const C = /* @__PURE__ */ d({
|
|
5
5
|
inheritAttrs: !1,
|
|
6
6
|
__name: "index",
|
|
@@ -1,15 +1,15 @@
|
|
|
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
|
|
2
|
-
import { Tooltip as
|
|
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 I } from "vue";
|
|
2
|
+
import { Tooltip as d } from "ant-design-vue";
|
|
3
3
|
import { SERVER_HOST as r } from "@skyfox2000/fapi";
|
|
4
|
-
import { createFromIconfont as
|
|
5
|
-
const
|
|
4
|
+
import { createFromIconfont as O } from "@skyfox2000/webbase";
|
|
5
|
+
const C = /* @__PURE__ */ i({
|
|
6
6
|
__name: "index",
|
|
7
7
|
props: {
|
|
8
8
|
size: {}
|
|
9
9
|
},
|
|
10
10
|
setup(o) {
|
|
11
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(
|
|
12
|
+
return e.size === "small" && (n.fontSize = "12px", n.padding = "4px 6px", n.minHeight = "26px", t.height = "30px"), (c, m) => (l(), s(a(d), {
|
|
13
13
|
overlayInnerStyle: n,
|
|
14
14
|
overlayStyle: t
|
|
15
15
|
}, {
|
|
@@ -30,13 +30,15 @@ const T = /* @__PURE__ */ i({
|
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
setup(o) {
|
|
33
|
-
const e = o
|
|
33
|
+
const e = o;
|
|
34
|
+
console.log("ToolIcon", r.TOOL_ICONS);
|
|
35
|
+
const n = O({
|
|
34
36
|
iconUrl: `${r.TOOL_ICONS ?? r.MICROLAYOUT_ICONS}`,
|
|
35
37
|
monoColor: !0,
|
|
36
38
|
icon: e.icon,
|
|
37
39
|
icons: e.icons
|
|
38
40
|
});
|
|
39
|
-
return (c, m) => o.icon || o.icons ? (l(), s(a(n),
|
|
41
|
+
return (c, m) => o.icon || o.icons ? (l(), s(a(n), I({
|
|
40
42
|
key: 0,
|
|
41
43
|
icon: o.icon,
|
|
42
44
|
icons: o.icons,
|
|
@@ -46,5 +48,5 @@ const T = /* @__PURE__ */ i({
|
|
|
46
48
|
});
|
|
47
49
|
export {
|
|
48
50
|
_,
|
|
49
|
-
|
|
51
|
+
C as a
|
|
50
52
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as v, createBlock as h, createCommentVNode as C, openBlock as p, unref as t, mergeProps as I, useAttrs as H, computed as P, ref as _, watch as S, withCtx as m, createElementBlock as g, normalizeStyle as z, createElementVNode as x, inject as D, onMounted as U, createVNode as u, toDisplayString as M, Fragment as R, createTextVNode as A, reactive as q, nextTick as J, renderList as W, withModifiers as G } from "vue";
|
|
2
2
|
import { SERVER_HOST as $ } from "@skyfox2000/fapi";
|
|
3
3
|
import { createFromIconfont as L, getIconTransform as O, usePageInfo as B, showBreadcrumb as j, crumbs as K, useUserInfo as Q, useSettingInfo as V, initMenu as X, AppRouter as Y, useAppInfo as w } from "@skyfox2000/webbase";
|
|
4
|
-
import { a as F, _ as k } from "./index-
|
|
4
|
+
import { a as F, _ as k } from "./index-C5d7UoLo.js";
|
|
5
5
|
import { theme as N, Breadcrumb as Z, Modal as ee, Flex as te, LayoutHeader as ne, Space as oe, Avatar as se, Menu as ie, Tabs as ce, TabPane as le } from "ant-design-vue";
|
|
6
6
|
import { mainAppApis as E } from "@skyfox2000/microbase";
|
|
7
7
|
const ze = /* @__PURE__ */ v({
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent as P, ref as h, computed as _, watch as j, createElementBlock as i, openBlock as u, createElementVNode as r, createVNode as c, unref as a, mergeProps as B, withCtx as p, createTextVNode as g, toDisplayString as d, Fragment as M, renderList as V, normalizeClass as T, createCommentVNode as v } from "vue";
|
|
2
|
-
import { _ as K } from "./index-
|
|
2
|
+
import { _ as K } from "./index-BPzLSZNi.js";
|
|
3
3
|
import { Upload as D, Tag as I, Progress as Q } from "ant-design-vue";
|
|
4
4
|
import "@skyfox2000/fapi";
|
|
5
5
|
import { UploadStatus as s, path as q, donwloadFromMinio as A } from "@skyfox2000/webbase";
|
|
6
|
-
import "./index-
|
|
6
|
+
import "./index-C5d7UoLo.js";
|
|
7
7
|
import m from "vue-m-message";
|
|
8
8
|
const G = { class: "w-full border border-solid border-gray-100 mt-1 rounded-md py-5" }, H = { class: "flex items-center justify-between w-full" }, J = { class: "w-35 mx-3" }, R = { class: "flex-1 text-sm text-gray-500" }, W = { class: "mt-4 px-3" }, X = { class: "flex items-center justify-between" }, Y = { class: "flex items-center" }, Z = { class: "flex items-center" }, ee = ["onClick"], te = ["onClick"], se = ["onClick"], ce = /* @__PURE__ */ P({
|
|
9
9
|
__name: "uploadList",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolIcon.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/common/icon/toolIcon.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"toolIcon.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/common/icon/toolIcon.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4HA,wBAaG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as F, defineAsyncComponent as M, ref as m, watch as V, onMounted as J, createElementBlock as x, openBlock as p, Fragment as K, createElementVNode as v, createVNode as _, toDisplayString as W, unref as i, createBlock as P, withKeys as f, normalizeClass as N, withModifiers as w, withCtx as z, createCommentVNode as L } from "vue";
|
|
2
|
-
import { _ as q } from "../../assets/modules/index-
|
|
2
|
+
import { _ as q } from "../../assets/modules/index-B1ORU4ra.js";
|
|
3
3
|
import "ant-design-vue";
|
|
4
|
-
import { _ as D } from "../../assets/modules/index-
|
|
4
|
+
import { _ as D } from "../../assets/modules/index-C5d7UoLo.js";
|
|
5
5
|
import "@skyfox2000/fapi";
|
|
6
6
|
import "@skyfox2000/webbase";
|
|
7
7
|
import "vue-draggable-next";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as y, ref as I, watch as C, onMounted as g, resolveComponent as b, createBlock as n, openBlock as o, unref as e, withCtx as a, createCommentVNode as c, createVNode as r, createElementVNode as f, createElementBlock as k, toDisplayString as w, normalizeClass as S, KeepAlive as N, resolveDynamicComponent as $ } from "vue";
|
|
2
2
|
import { Layout as m, LayoutSider as E } from "ant-design-vue";
|
|
3
|
-
import { a as z } from "../../assets/modules/index-
|
|
4
|
-
import { I as A, a as B, f as L, d as V, g as D } from "../../assets/modules/menuTabs-
|
|
3
|
+
import { a as z } from "../../assets/modules/index-C5d7UoLo.js";
|
|
4
|
+
import { I as A, a as B, f as L, d as V, g as D } from "../../assets/modules/menuTabs-C-sjSq20.js";
|
|
5
5
|
import { useAppInfo as j, useSettingInfo as K, usePageInfo as M } from "@skyfox2000/webbase";
|
|
6
6
|
import P from "vue-m-message";
|
|
7
7
|
const T = { class: "h-[40px] max-h-[40px] bg-[rgba(240,240,240,0.2)] flex flex-nowrap items-center justify-center text-white font-bold text-lg overflow-hidden text-ellipsis" }, U = {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent as Y, ref as r, watch as A, onMounted as Z, createBlock as ee, openBlock as d, unref as i, withCtx as _, renderSlot as le, createElementVNode as c, createVNode as m, createElementBlock as f, createCommentVNode as M, createTextVNode as O, toDisplayString as F, normalizeClass as ae, Fragment as P, renderList as $ } from "vue";
|
|
2
|
-
import { _ as K } from "../../assets/modules/index-
|
|
2
|
+
import { _ as K } from "../../assets/modules/index-BPzLSZNi.js";
|
|
3
3
|
import { Modal as te, Upload as I, Alert as G, Space as re } from "ant-design-vue";
|
|
4
4
|
import { ResStatus as oe } from "@skyfox2000/fapi";
|
|
5
5
|
import { getRuleTexts as se, AsyncUploader as ie, path as ue, UploadStatus as ne, processExcelFile as ce, doSave as ve, validateExcel as de, checkExcelDuplicates as fe } from "@skyfox2000/webbase";
|
|
6
|
-
import "../../assets/modules/index-
|
|
6
|
+
import "../../assets/modules/index-C5d7UoLo.js";
|
|
7
7
|
import n from "vue-m-message";
|
|
8
8
|
import pe from "@vue-office/excel";
|
|
9
9
|
const me = { class: "mb-4 flex items-center" }, xe = {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { defineComponent as S, ref as m, watch as k, onMounted as z, createBlock as D, openBlock as E, unref as s, withCtx as f, createVNode as v, createTextVNode as g } from "vue";
|
|
2
|
-
import { _ as x } from "../../assets/modules/index-
|
|
2
|
+
import { _ as x } from "../../assets/modules/index-BPzLSZNi.js";
|
|
3
3
|
import { Modal as L, Space as N } from "ant-design-vue";
|
|
4
4
|
import { ResStatus as $ } from "@skyfox2000/fapi";
|
|
5
5
|
import { AsyncUploader as B, UploadStatus as R, gridRowUpdate as M } from "@skyfox2000/webbase";
|
|
6
|
-
import "../../assets/modules/index-
|
|
6
|
+
import "../../assets/modules/index-C5d7UoLo.js";
|
|
7
7
|
import "../../assets/modules/index-BahGnrAq.js";
|
|
8
8
|
import "dayjs";
|
|
9
9
|
import t from "vue-m-message";
|
|
10
|
-
import { _ as O } from "../../assets/modules/uploadList-
|
|
10
|
+
import { _ as O } from "../../assets/modules/uploadList-DbS4rQQ7.js";
|
|
11
11
|
const P = /* @__PURE__ */ S({
|
|
12
12
|
__name: "uploadForm",
|
|
13
13
|
props: {
|
package/lib/webui.es.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { _ as La } from "./assets/modules/index-
|
|
2
|
-
import { _ as O } from "./assets/modules/index-
|
|
3
|
-
import { _ as Y } from "./assets/modules/index-
|
|
4
|
-
import { a as Ua } from "./assets/modules/index-
|
|
5
|
-
import { _ as V } from "./assets/modules/menuTabs-
|
|
6
|
-
import { a as qa, c as Qa, d as Va, e as Ha, I as Wa, f as Ja, g as Ga, b as Xa } from "./assets/modules/menuTabs-
|
|
1
|
+
import { _ as La } from "./assets/modules/index-B1ORU4ra.js";
|
|
2
|
+
import { _ as O } from "./assets/modules/index-BPzLSZNi.js";
|
|
3
|
+
import { _ as Y } from "./assets/modules/index-C5d7UoLo.js";
|
|
4
|
+
import { a as Ua } from "./assets/modules/index-C5d7UoLo.js";
|
|
5
|
+
import { _ as V } from "./assets/modules/menuTabs-C-sjSq20.js";
|
|
6
|
+
import { a as qa, c as Qa, d as Va, e as Ha, I as Wa, f as Ja, g as Ga, b as Xa } from "./assets/modules/menuTabs-C-sjSq20.js";
|
|
7
7
|
import { defineComponent as k, createBlock as h, openBlock as p, withModifiers as J, unref as e, useAttrs as W, withCtx as m, createElementVNode as S, createVNode as b, mergeProps as B, renderSlot as I, normalizeStyle as se, toDisplayString as D, createCommentVNode as C, ref as g, provide as he, watch as $, onMounted as z, createTextVNode as M, inject as ne, resolveDirective as q, withDirectives as Q, createElementBlock as w, normalizeClass as N, createSlots as ge, useSlots as Oe, Fragment as F, renderList as L, resolveDynamicComponent as ze, onUnmounted as xe, onActivated as Ke, computed as pe, withKeys as fe } from "vue";
|
|
8
8
|
import { useSettingInfo as ye, onFullscreenClick as Ae, createFromIconfont as Ee, ProviderKeys as X, onFormClose as ae, onFormSaveAs as Ye, onFormSave as be, useFormItemFactory as Ce, getToolGroup as ke, onGridRowEdit as Le, onGridRowDelete as Re, getToolVisible as H, onToolClicked as R, getToolStatus as j, useToolFactory as Ue, getToolByKey as Z, filterColumns as we, onColumnVisibleChanged as je, AppRouter as qe, openNewForm as Qe, useInputFactory as K, loadOption as $e, unloadOption as Se, formValidate as U, gridQueryFind as ve, gridQueryList as Ve, gridStatusUpdate as He, OPTIONS as Te, queryTree as De, OptionCommProps as We, circleLoading as Je, doQuery as Ie } from "@skyfox2000/webbase";
|
|
9
9
|
import { Popover as Ge, theme as Be, Drawer as Xe, Space as G, Form as Pe, FormItem as Me, ConfigProvider as me, Popconfirm as Ze, Button as Fe, DropdownButton as et, Menu as ue, MenuItem as ie, Dropdown as re, Checkbox as tt, Switch as at, Table as Ne, Tree as lt, Cascader as rt, DatePicker as ot, Input as oe, InputPassword as st, InputNumber as nt, RangePicker as ut, Textarea as it, Transfer as dt, TreeSelect as ct, LayoutContent as pt } from "ant-design-vue";
|
|
@@ -12,7 +12,7 @@ import { VueDraggableNext as vt } from "vue-draggable-next";
|
|
|
12
12
|
import mt from "vue-m-message";
|
|
13
13
|
import { _ as _t, a as ht, b as gt, c as xt } from "./assets/modules/index-BahGnrAq.js";
|
|
14
14
|
import _e from "dayjs";
|
|
15
|
-
import { _ as el } from "./assets/modules/uploadList-
|
|
15
|
+
import { _ as el } from "./assets/modules/uploadList-DbS4rQQ7.js";
|
|
16
16
|
const ma = /* @__PURE__ */ k({
|
|
17
17
|
__name: "fullscreen",
|
|
18
18
|
setup(v) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyfox2000/webui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "后台前端通用组件定义",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [],
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@skyfox2000/fapi": "^1.1.17",
|
|
34
34
|
"@skyfox2000/microbase": "^1.0.14",
|
|
35
|
-
"@skyfox2000/webbase": "^1.0.
|
|
35
|
+
"@skyfox2000/webbase": "^1.0.52",
|
|
36
36
|
"@vue-office/excel": "^1.7.14",
|
|
37
37
|
"ace-builds": "^1.42.0",
|
|
38
38
|
"ant-design-vue": "^4.2.6",
|