From 5a54debdacf3423ca63c0f6ad5566e51aa0e4b9a Mon Sep 17 00:00:00 2001 From: what Date: Thu, 19 Dec 2024 11:11:36 +0800 Subject: [PATCH] v0.4.46 --- dist/button.js | 2 +- dist/common/main-Bd51PHML.js | 1008 ++++++++++++++++++++++++++++++++ dist/common/main-DkIsOuM3.js | 998 ------------------------------- dist/components.js | 2 +- dist/container.js | 2 +- dist/data-converter.js | 2 +- dist/data-list.js | 19 +- dist/data-list/utils.js | 2 +- dist/grid-layout-form.js | 2 +- dist/grid-layout-form/utils.js | 2 +- dist/grid-layout.js | 2 +- dist/grid-layout/utils.js | 2 +- dist/hooks.js | 2 +- dist/iconfont.js | 2 +- dist/index.js | 2 +- dist/res-ws.js | 2 +- dist/utils.js | 2 +- package.json | 2 +- 18 files changed, 1033 insertions(+), 1022 deletions(-) create mode 100644 dist/common/main-Bd51PHML.js delete mode 100644 dist/common/main-DkIsOuM3.js diff --git a/dist/button.js b/dist/button.js index c33ace6..a956243 100644 --- a/dist/button.js +++ b/dist/button.js @@ -1,4 +1,4 @@ -import { $ as s, _ as u, a0 as e } from "./common/main-DkIsOuM3.js"; +import { a0 as s, $ as u, a1 as e } from "./common/main-Bd51PHML.js"; import "prop-types"; export { s as auth, diff --git a/dist/common/main-Bd51PHML.js b/dist/common/main-Bd51PHML.js new file mode 100644 index 0000000..b64306a --- /dev/null +++ b/dist/common/main-Bd51PHML.js @@ -0,0 +1,1008 @@ +var kn = Object.defineProperty; +var Et = (e) => { + throw TypeError(e); +}; +var xn = (e, t, n) => t in e ? kn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n; +var v = (e, t, n) => xn(e, typeof t != "symbol" ? t + "" : t, n), Rt = (e, t, n) => t.has(e) || Et("Cannot " + n); +var m = (e, t, n) => (Rt(e, t, "read from private field"), n ? n.call(e) : t.get(e)), E = (e, t, n) => t.has(e) ? Et("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, n), U = (e, t, n, a) => (Rt(e, t, "write to private field"), a ? a.call(e, n) : t.set(e, n), n); +var Ft = (e, t, n, a) => ({ + set _(r) { + U(e, t, r, n); + }, + get _() { + return m(e, t, a); + } +}); +import { jsx as d, jsxs as O } from "react/jsx-runtime"; +import k, { useEffect as R, useState as T, useCallback as G, useMemo as Y, useRef as q, useContext as de, useId as Ge, useLayoutEffect as vn } from "react"; +import g from "lodash"; +import qt from "immutability-helper"; +import { Form as Ke, Input as Sn, Button as lt, Pagination as $n, Tree as Pn, Breadcrumb as Nn, Table as Tn, Empty as En, Popconfirm as Rn, Tooltip as Fn, Popover as On } from "antd"; +import { useMergedState as Ln } from "rc-util"; +import A from "classnames"; +import Z, { FieldContext as Vn, Field as Ht } from "rc-field-form"; +import { useParams as An, generatePath as jn, createBrowserRouter as In, useInRouterContext as Mn, Navigate as zn } from "react-router-dom"; +import b from "prop-types"; +import * as Ot from "react-is"; +import { useNotification as Bn } from "rc-notification"; +import { N as Re, a as Fe, T as ct, S as Wn } from "./vender-DMK1apIA.js"; +import "rc-util/lib/hooks/useMergedState"; +import Un from "rc-drawer"; +import Dn from "rc-dialog"; +var $e, Ve, Pe, oe, ke, xe; +class Jt { + constructor(t, n) { + E(this, $e, /* @__PURE__ */ new Map()); + E(this, Ve, !0); + E(this, Pe, []); + E(this, oe); + E(this, ke, () => m(this, oe)); + E(this, xe, () => Promise.resolve()); + v(this, "get", (...t) => new Promise((n, a) => { + const r = JSON.stringify(t); + if (m(this, $e).has(r)) return n(m(this, xe).call(this, m(this, oe), ...t)); + if (m(this, oe) === void 0) m(this, Pe).push([t, n, a]), m(this, Ve) && (U(this, Ve, !1), Promise.resolve(typeof m(this, ke) == "function" ? m(this, ke).call(this) : m(this, ke)).then((s) => U(this, oe, s || null)).finally(() => { + m(this, Pe).forEach(([s, i, o]) => { + try { + const l = m(this, xe).call(this, m(this, oe), ...s); + m(this, $e).set(JSON.stringify(s), l), i(l); + } catch (l) { + o(l); + } + }), m(this, Pe).length = 0; + })); + else { + const s = m(this, xe).call(this, m(this, oe), ...t); + m(this, $e).set(r, s), n(s); + } + })); + U(this, xe, n), U(this, ke, t); + } +} +$e = new WeakMap(), Ve = new WeakMap(), Pe = new WeakMap(), oe = new WeakMap(), ke = new WeakMap(), xe = new WeakMap(); +const er = () => d("div", { children: "Empty" }), Be = k.createContext({ ele: {}, mount: () => { +}, unmount: () => { +} }), _ = ({ rootClassName: e, className: t, children: n, actions: a, title: r, subTitle: s, extras: i, style: o = {} }) => { + const { mount: l, unmount: c } = k.useContext(Be); + return a && _.Action({ children: a }), r && _.Title({ children: r }), s && _.SubTitle({ children: s }), i && _.Extra({ children: i }), R(() => (l("rootClassName", e), () => c(e)), [e]), d("div", { className: A("ff-container", t), style: o, children: n }); +}, Je = (e) => ({ children: t, className: n }) => { + const { mount: a, unmount: r } = k.useContext(Be); + return R(() => (a(e, k.createElement("div", { key: `ff-${e}`, className: A(`ff-popup-${e}`, n) }, t)), () => r(e)), [n, t]), null; +}; +_.Action = Je("actions"), _.Title = Je("title"), _.SubTitle = Je("sub-title"), _.Extra = Je("extras"), _.propTypes = { className: b.string, style: b.object, title: b.any, subTitle: b.any, actions: b.any, extras: b.any }; +const tr = () => d(_, { className: "ff-loading", children: O("div", { className: "loader", children: [O("div", { className: "square", children: [d("span", {}), d("span", {}), d("span", {})] }), O("div", { className: "square", children: [d("span", {}), d("span", {}), d("span", {})] }), O("div", { className: "square", children: [d("span", {}), d("span", {}), d("span", {})] }), O("div", { className: "square", children: [d("span", {}), d("span", {}), d("span", {})] })] }) }), nr = () => d("div", { children: "NotFound" }), Kt = ({ children: e }) => { + const [t, n] = T({}), a = G((s, i) => n((o) => ({ ...o, [s]: i })), []), r = G((s) => n((i) => ({ ...i, [s]: void 0 })), []); + return typeof (e == null ? void 0 : e.type) == "string" ? e : d(Be.Provider, { value: { ele: t, mount: a, unmount: r }, children: k.cloneElement(e, { className: t.rootClassName, title: t.title, subTitle: t["sub-title"], actions: t.actions, extras: t.extras }) }); +}; +Kt.propTypes = { children: b.element.isRequired }; +const Lt = { close: ["M563.8 512l262.5-312.9c4.4-5.2 0.7-13.1-6.1-13.1h-79.8c-4.7 0-9.2 2.1-12.3 5.7L511.6 449.8 295.1 191.7c-3-3.6-7.5-5.7-12.3-5.7H203c-6.8 0-10.5 7.9-6.1 13.1L459.4 512 196.9 824.9c-4.4 5.2-0.7 13.1 6.1 13.1h79.8c4.7 0 9.2-2.1 12.3-5.7l216.5-258.1 216.5 258.1c3 3.6 7.5 5.7 12.3 5.7h79.8c6.8 0 10.5-7.9 6.1-13.1L563.8 512z"], check: ["M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474c-6.1-7.7-15.3-12.2-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1 0.4-12.8-6.3-12.8z"], info: ["M512 224m-64 0a64 64 0 1 0 128 0 64 64 0 1 0-128 0Z", "M544 392h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V400c0-4.4-3.6-8-8-8z"] }, Ct = ({ type: e, props: t }) => d("i", { ...t, children: d("svg", { viewBox: "0 0 1024 1024", width: "1em", height: "1em", fill: "currentColor", children: (Lt[e] || Lt.info).map((n, a) => d("path", { d: n }, a)) }) }), _t = ({ className: e, content: t, icon: n, $close: a }) => O(k.Fragment, { children: [n && d("div", { className: A("ff-notification-icon", e), children: d(Ct, { type: n }) }), t] }), qn = ({}) => d(_, { children: "Confirm" }); +var ge, Ne; +const ne = class ne { + constructor() { + E(this, Ne, /* @__PURE__ */ new Map()); + v(this, "init", (t) => U(this, Ne, new Map(t))); + v(this, "check", (t) => !m(this, Ne).has(t) || m(this, Ne).get(t)); + if (m(ne, ge)) return m(ne, ge); + } +}; +ge = new WeakMap(), Ne = new WeakMap(), E(ne, ge, null), v(ne, "getInstance", () => (m(ne, ge) || U(ne, ge, new ne()), m(ne, ge))); +let dt = ne; +const Hn = dt.getInstance(); +var pe, Ae; +const ae = class ae { + constructor() { + E(this, Ae, null); + v(this, "init", (t) => U(this, Ae, t)); + v(this, "get", (t, n) => g.get(m(this, Ae), t, n)); + if (m(ae, pe)) return m(ae, pe); + } +}; +pe = new WeakMap(), Ae = new WeakMap(), E(ae, pe, null), v(ae, "getInstance", () => (m(ae, pe) || U(ae, pe, new ae()), m(ae, pe))); +let ut = ae; +const Oe = ut.getInstance(), Vt = { null2json: (e) => Object.create(), null2array: (e) => [], null2number: (e) => 0, null2bool: (e) => !1, null2string: (e) => "", null2integer: (e) => 0, null2float: (e) => 0, string2json: (e) => e ? JSON.parse(e) : "{}", string2array: (e) => e.substr(0, 1) === "[" && e.substr(-1) === "]" ? JSON.parse(e) : e.split(","), string2number: (e) => e == "" ? 0 : +e, string2integer: (e) => e == "" ? 0 : +e, string2float: (e) => e == "" ? 0 : +e, string2bool: (e) => { + switch (`${e}`.toLowerCase()) { + case "0": + case "false": + case "[]": + case "{}": + return !1; + } + return !!e; +}, string2string: (e) => e, json2json: (e) => e, json2array: (e) => e ? Object.values(e) : [], json2number: (e) => Object.keys(e).length, json2integer: (e) => Object.keys(e).length, json2float: (e) => Object.keys(e).length, json2bool: (e) => Object.keys(e).length > 0, json2string: (e) => e ? JSON.stringify(e) : "", array2json: (e) => ({ ...e }), array2array: (e) => e, array2number: (e) => e.length, array2integer: (e) => e.length, array2float: (e) => e.length, array2bool: (e) => e.length > 0, array2string: (e) => JSON.stringify(e), number2json: (e) => ({}), number2array: (e) => [e], number2number: (e) => e, number2integer: (e) => e, number2float: (e) => e, number2bool: (e) => !!e, number2string: (e) => e.toString(), boolean2json: (e) => ({}), boolean2array: (e) => [], boolean2number: (e) => +e, boolean2integer: (e) => +e, boolean2float: (e) => +e, boolean2bool: (e) => e, boolean2string: (e) => e ? "true" : "false" }, Q = (e, t) => { + let n = "string"; + n = Array.isArray(e) ? "array" : typeof e, g.isObject(e) && (n = "json"); + const a = `${n}2${t}`; + return Reflect.has(Vt, a) ? Vt[a](e) : e; +}, Gt = (e = {}, t = {}, n = {}, a = "") => Yt(e, (r, s) => s === "type" && r === "code") ? Xt(e, t, n, a) : Qt(e, t, a), Yt = (e, t = () => !1) => g.some(e, (n) => !!g.some(n, t) || (g.isEmpty(n) || !g.isPlainObject(n) && !g.isArray(n) ? void 0 : Yt(n, t))), Xt = async (e = {}, t = {}, n = {}, a = "") => { + let r = /* @__PURE__ */ Object.create(null); + for (let s in e) { + let i; + if (Reflect.has(e[s], "type") && ["code", "field", "router", "query", "string"].includes(e[s].type)) { + const { type: o, value: l = "", default: c = a } = e[s]; + switch (o) { + case "code": + i = await Ce.exec(l, t, n); + break; + case "field": + i = g.get(t, l) ?? g.get(t, l.substring(l.indexOf(".") + 1)); + break; + case "router": + case "query": + i = ce.getPageParams(l); + break; + case "string": + i = l; + } + i ?? (i = c); + } else i = await Xt(e[s], t, n, a); + g.set(r, s, i); + } + return r; +}, Qt = (e = {}, t = {}, n = "") => Object.keys(e || {}).reduce((a, r) => { + if (g.isPlainObject(e[r])) { + let s; + if (Reflect.has(e[r], "type") && ["field", "router", "query", "string"].includes(e[r].type)) { + const { type: i, value: o = "", default: l = n } = e[r]; + switch (i) { + case "field": + s = g.get(t, o) ?? g.get(t, o.substring(o.indexOf(".") + 1)); + break; + case "router": + case "query": + s = ce.getPageParams(o); + break; + case "string": + s = o; + } + s ?? (s = l); + } else s = Qt(e[r], t, n); + g.set(a, r, s); + } + return a; +}, {}), st = (e, t) => e && typeof e == "object" ? Array.isArray(e) ? e.map((n) => st(n, t)) : Object.keys(e).reduce((n, a) => (t[a] ? n[t[a]] = st(e[a], t) : n[a] = st(e[a], t), n), {}) : e, ar = () => "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, (e) => { + const t = 16 * Math.random() | 0; + return (e === "x" ? t : 3 & t | 8).toString(16); +}), rr = (e) => { + var t, n; + return e ? (n = (t = e.match(/^@pkg(?:[^\/]*\/){3}(?[^\/]+)/)) == null ? void 0 : t.groups) == null ? void 0 : n.name : ""; +}, sr = (e) => { + var t, n; + return e ? (n = (t = e.match(/^@pkg(?:[^\/]*\/){2}(?[^\/]+)/)) == null ? void 0 : t.groups) == null ? void 0 : n.category : ""; +}, ir = (e) => { + var t, n; + return e ? (n = (t = e.match(/^@pkg(?:[^\/]*\/){1}(?[^\/]+)/)) == null ? void 0 : t.groups) == null ? void 0 : n.owner : ""; +}; +var Xe, je, Ie, Qe; +const Ze = class Ze { + constructor(...t) { + E(this, je, []); + E(this, Ie, (t) => { + var n; + for (let a of t) Array.isArray(a[0]) ? m(this, Ie).call(this, a) : m(this, je).push(m(n = Ze, Xe).call(n, a[0], a[1])); + }); + v(this, "toValue", async (t, n = null) => { + const a = { getValue: () => t, getRecord: () => n }; + return await m(this, je).reduce(async (r, s) => { + try { + const i = await r; + return (await s).call(a, i); + } catch (i) { + return console.error(i), r; + } + }, t); + }); + v(this, "toRender", (t, n, a = null) => k.createElement(m(this, Qe), { value: t, record: n }, a)); + E(this, Qe, ({ value: t, record: n, children: a }) => { + const [r, s] = T(a); + return vt(() => { + let i = !1; + return s(a), this.toValue(t, n).then((o) => Q(o, "string")).then((o) => !i && s(o)).catch((o) => !i && s(`${o}`)), () => i = !0; + }, [t, n]), r; + }); + m(this, Ie).call(this, t); + } +}; +Xe = new WeakMap(), je = new WeakMap(), Ie = new WeakMap(), Qe = new WeakMap(), E(Ze, Xe, g.memoize((t, n) => ee.getWidgetComponent(t).then((a) => { + var r; + return ((r = a.default) == null ? void 0 : r.call(a, n)) || ((s) => s); +}), (t, n) => `${t}::${Q(n, "string")}`)); +let Ye = Ze; +const Jn = (e, t = {}) => Y(() => e == null ? void 0 : e.map(({ widgetByJs: n, widgetByJsSetting: a, ...r }, s) => n ? { ...r, render: (i, o) => new Ye([n, a]).toRender(i, o, "-") } : r), [e, t]), or = (e) => { + const [t, n] = T({}); + return R(() => { + let a = !1; + return e && F.get(`/api/_/${e}`).then((r) => g.pick(r, ["uuid", "name", "code", "resource", "marginX", "marginY", "cols", "rowHeight", "primaryKey", "columns", "itemOperations", "batchOperations", "isConditionFormLayout", "layout", "tabs", "pageSize", "layoutConfig"])).then((r) => !a && n(r)), () => a = !0; + }, [e]), t; +}, lr = (e, t = {}) => { + const [n, a] = T({ dataSource: [] }); + return We(() => { + let r = !1; + return e && F.get(`/api/${e}/${F.encode({ page: 1, ...t })}`).then((s) => !r && a(s)), () => r = !0; + }, [e, t]), n; +}, Zt = (e, t, n = "id", a) => { + const r = G(a ? (s) => g.get(s, n, g.get(s, [a, n])) : (s) => g.get(s, n), [n, a]); + return G((s) => e == null ? void 0 : e.filter((i) => !i.uuid || !t.has(i.uuid) || t.get(i.uuid).includes(`${r(s)}`)), [e, t, r]); +}, gt = (e, t, n = null, a = "id", r) => { + const s = G(r ? (i) => g.get(i, a, g.get(i, [r, a])) : (i) => g.get(i, a), [a, r]); + return Y(() => { + if (g.isEmpty(t) || !t.some(({ uuid: o }) => Hn.check(o))) return !1; + if (g.isEmpty(n) || g.isEmpty(e)) return !0; + const i = e.map((o) => `${s(o)}`); + return t.some(({ uuid: o }) => !o || !n.has(o) || n.get(o).some((l) => i.includes(`${l}`))); + }, [t, e, n, s]); +}, Kn = (e, t, n = "id", a = null) => { + const r = xt(), s = q(!1), i = q(e.dataSource), o = q(e.itemOperationsAccess); + return R(() => (i.current = e.dataSource, o.current = e.itemOperationsAccess, () => s.current = !1), [e.dataSource, e.itemOperationsAccess]), s.current && (e.dataSource = i.current, e.itemOperationsAccess = o.current), [e, (l = 0, c = null) => { + var u, p; + if (s.current = !1, l === 1) return (u = e.onReload) == null ? void 0 : u.call(e); + if (l === 2) { + const f = g.get(c, "__PARENT_ID__", ""), y = g.get(c, n, g.get(c, [a, n], "")), h = g.findIndex(i.current, ["__PARENT_ID__", f]), w = g.findIndex(h > -1 ? g.get(i.current, [h, "children"]) : i.current, [n, y]); + if (w === -1) return (p = e.onReload) == null ? void 0 : p.call(e); + Promise.all([F.get(`/api/${t}/detail/${y}`), F.post(`/api/${t}/list-operations-access`, { ids: y })]).then(([C, S]) => { + const j = g.get(i.current, h > -1 ? [h, "children", w, "children"] : [w, "children"]); + i.current = qt(i.current, h > -1 ? { [h]: { children: { $splice: [[w, 1, { ...C, children: j }]] } } } : { $splice: [[w, 1, { ...C, children: j }]] }); + const P = new Map(S); + o.current.forEach((M, I) => { + var z; + (z = P.get(I)) != null && z.some((L) => L == y) || o.current.set(I, M.filter((L) => L !== y)); + }), P.forEach((M, I) => { + o.current.has(I) ? o.current.set(I, g.uniq([...o.current.get(I) || [], ...M])) : o.current.set(I, M); + }); + }).then(() => { + s.current = !0, r(); + }); + } + }]; +}, _n = (e, t) => { + const n = xt(), a = q(t), r = q(/* @__PURE__ */ new Map()), s = q([]), i = g.throttle((l) => { + s.current = [], F.list(e, g.pick({ ...a.current, ...l }, ["tab", "page", "pageSize", "condition", "sider", "keyword"])).then(({ keyword: c, condition: u, total: p, tab: f, sider: y, page: h, pageSize: w, operationsAccess: C, dataSource: S }) => { + a.current = { tab: f, condition: u, sider: y, keyword: c, total: p, pageSize: w, page: S != null && S.length ? h : 1 }, s.current = S, r.current = new Map(C), n(); + }); + }, 380, { leading: !1, trailing: !0 }); + vt(() => { + s.current = [], e && i(t); + }, [e, t]); + const o = Y(() => g.pick(a.current, ["total", "tab", "page", "pageSize", "condition", "sider", "keyword"]), [a.current]); + return Object.assign(o, { onTabChange: (l) => i({ tab: l, page: 1 }), onPageChange: (l, c) => i({ page: l, pageSize: c }), onPageSizeChange: (l) => i({ pageSize: l, page: 1 }), onConditionChange: (l, c) => i({ keyword: c, condition: qt(a.current.condition || {}, { $merge: l || {} }), page: 1 }), onSiderChange: (l) => i({ sider: l, page: 1 }), onKeywordChange: (l) => i({ keyword: l, page: 1 }), itemOperationsAccess: r.current, dataSource: s.current, onReload: i }); +}, Gn = ({ listCode: e, className: t, layouts: n, dataSource: a, isPaginate: r, isItemOperations: s, isBatchOperations: i, batchOperations: o, itemOperations: l, itemOperationsAccess: c, resource: u, primaryKey: p, title: f, itemGridLayout: y, $setting: h, tabs: w, isConditionFormLayout: C, isTreeSider: S, treeSiderConfig: j }) => { + const { classNames: P, onClickCallback: M } = de(te), I = Zt(l, c, p, u), z = G((L, V, x) => d(Yn, { className: A("ff-data-list-framework-item", P.item), operations: s ? I(V) : [], data: u ? { [u]: V } : V, children: L, onClickCallback: M }), [u, p, s, M, l, c]); + return O("div", { className: A("ff-data-list-framework", t), children: [d(n.sider, { isTreeSider: S, ...j }), O("div", { className: A("ff-data-list-container", P == null ? void 0 : P.container), children: [d(n.filter, { isConditionFormLayout: C }), d(n.toolbar, { title: f, tabs: w }), d(la, { ...y, style: { "--col-num": (h == null ? void 0 : h.colNum) || 1 }, primaryKey: p, itemRender: z, dataSource: a }), d(n.footer, { isPaginate: r, isOperations: i, operations: o })] })] }); +}, Yn = ({ className: e, operations: t, children: n, data: a, onClickCallback: r }) => O("div", { className: A("data-list-grid-layout-item-container", e), children: [n, !!(t != null && t.length) && d("div", { className: "data-list-grid-layout-item-actions", children: t.map((s) => d("span", { className: "data-list-grid-layout-item-action", children: d(N.Link, { uuid: s.uuid, type: s.type, name: s.name, widget: s.widget, widgetType: s.widgetType, widgetProps: s.widgetProps, widgetSetting: s.widgetSetting, widgetContainerProps: s.widgetContainerSetting, data: a, confirm: s.confirm, onAfterClick: (i) => i !== !1 && (r == null ? void 0 : r(s.isRefresh, a)) }, s.uuid || Ge()) }, (s == null ? void 0 : s.uuid) || Ge())) })] }), Xn = ({ listCode: e, className: t, layouts: n, dataSource: a, columns: r, isItemOperations: s, isBatchOperations: i, batchOperations: o, itemOperations: l, itemOperationsAccess: c, resource: u, primaryKey: p, title: f, tabs: y, isPaginate: h, isTreeSider: w, treeSiderConfig: C, isConditionFormLayout: S, ...j }) => { + const { classNames: P, onClickCallback: M } = de(te), I = Zt(l, c, p, u), z = gt(a, l, c, p, u); + return O("div", { className: A("ff-data-table-framework", t), children: [d(n.sider, { isTreeSider: w, ...C }), O("div", { className: A("ff-data-table-container", P == null ? void 0 : P.container), children: [d(n.filter, { isConditionFormLayout: S }), d(n.toolbar, { title: f, tabs: y }), d(aa, { ...j, primaryKey: p, className: "ff-data-table-content", columns: r, dataSource: a, operationRender: z ? (L) => { + var V; + return d("div", { className: "ff-data-table-actions", children: (V = I(L)) == null ? void 0 : V.map((x, W) => d(N.Link, { size: "small", uuid: x.uuid, type: x.type, name: x.name, widget: x.widget, widgetType: x.widgetType, widgetProps: x.widgetProps, widgetData: x.widgetData, widgetSetting: x.widgetSetting, widgetContainerProps: x.widgetContainerSetting, data: L, confirm: x.confirm, onAfterClick: ($) => $ !== !1 && (M == null ? void 0 : M(x.isRefresh, L)) }, x.uuid || W)) }); + } : null }), d(n.footer, { isPaginate: h, isOperations: i, operations: o })] })] }); +}, te = k.createContext({ listCode: "", classNames: {}, getBase62params: (e, t) => { +}, onReload: () => { +}, onClickCallback: () => { +}, onConditionChange: () => { +}, onTabChange: () => { +}, onSiderChange: () => { +}, onKeywordChange: () => { +}, onPageChange: () => { +}, onPageSizeChange: () => { +} }), en = (e, t, n, a, r = {}, s = 0) => { + const i = { "--grid-layout-h": `${a}`, "--grid-layout-w": `${n}`, "--grid-layout-x": `${e}`, "--grid-layout-y": `${t}`, "--grid-layout-row-height-offset": "0px" }; + return r != null && r.autoHeight ? i.height = "fit-content" : i["--grid-layout-row"] = `${a}`, r != null && r.alignItems && (i["--grid-layout-box-align-items"] = r.alignItems), r != null && r.justifyContent && (i["--grid-layout-box-justify-content"] = r.justifyContent), i["--grid-layout-box-margin"] = At(r == null ? void 0 : r.marginTop, r == null ? void 0 : r.marginRight, r == null ? void 0 : r.marginBottom, r == null ? void 0 : r.marginLeft), i["--grid-layout-box-padding"] = At(r == null ? void 0 : r.paddingTop, r == null ? void 0 : r.paddingRight, r == null ? void 0 : r.paddingBottom, r == null ? void 0 : r.paddingLeft), s && (i.height = `${s}px`), i; +}, At = (e, t, n, a) => `${e || 0}px ${t || 0}px ${n || 0}px ${a || 0}px`, tn = ({ className: e, isConditionFormLayout: t }) => { + var f, y; + const [n, a] = T({}), { listCode: r, onKeywordChange: s, onConditionChange: i, getBase62params: o, classNames: l } = k.useContext(te), { keyword: c, condition: u } = (o == null ? void 0 : o()) || {}, [p] = Ke.useForm(); + return R(() => { + r && t && F.get(`/api/_/${r}/list-condition-form-layout`).then(({ resource: h, marginX: w, marginY: C, rowHeight: S, cols: j, fields: P }) => { + a({ resource: h, itemMargin: [w, C], rowHeight: S, cols: j, fields: P }); + }).catch(() => a({})); + }, [r, t]), R(() => { + p.setFieldsValue({ keyword: c, ...u }); + }, [JSON.stringify([c, u])]), d("div", { className: A("ff-data-list-filter", l.filter, e), children: d(Ke, { form: p, layout: "vertical", autoComplete: "off", onFinish: ((f = n.fields) == null ? void 0 : f.length) > 1 ? (h) => i({ [n.resource]: h[n.resource] }, h.keyword) : () => { + }, onValuesChange: (h) => { + g.isEmpty(g.omit(h, ["keyword"])) || p.submit(); + }, children: ((y = n.fields) == null ? void 0 : y.length) > 1 ? d(St, { ...n, children: d(Qn, { onReset: () => { + const { keyword: h, condition: w } = o("init") || {}; + p.setFieldsValue({ keyword: h, ...w }); + } }) }) : d("div", { className: "ff-data-list-filter-default-form ff-grid-layout-form", children: d("div", { className: "grid-layout-item", style: en(20, 0, 5, 2), children: d(Ke.Item, { name: ["keyword"], children: d(Sn.Search, { allowClear: !0, enterButton: "搜索", placeholder: "多关键字 | 分割", onSearch: (h) => s(h) }) }) }) }) }) }); +}, Qn = ({ cols: e, fields: t, onReset: n }) => { + const [a, r] = T(!1), s = Y(() => t == null ? void 0 : t.toReversed().some((i) => i.y > 1 || i.x + i.w >= e - 5), [e, t]); + return O(Ke.Item, { label: " ", style: { "--item-span": 5 }, className: A("ff-data-list-filter-actions", { expanded: a }), children: [d(lt, { onClick: n, children: "重置" }), d(lt, { type: "primary", htmlType: "submit", children: "查询" }), s && d(N.Link, { className: "ff-data-list-filter-expanded-button", widget: () => r((i) => !i), type: "primary", name: a ? "关闭" : "展开", icon: a ? "icon-up" : "icon-down", iconPosition: "end" })] }); +}; +tn.reservedFields = [{ x: 0, y: 0, h: 3, w: 5, field: { isVirtual: !0, widgetPrefix: "@pkg/ff/grid-layout-forms", widget: "Input", code: "keyword", label: "关键字", placeholder: "多关键字 | 分割", extras: { prefix: "icon-search" } } }]; +const Zn = ({ className: e, operations: t, isOperations: n, isPaginate: a }) => { + const { onPageChange: r, onPageSizeChange: s, onClickCallback: i, getBase62params: o } = k.useContext(te), { total: l, page: c, pageSize: u } = (o == null ? void 0 : o()) || {}; + return n && !g.isEmpty(t) || a ? O("div", { className: A("ff-data-list-footer", e), children: [d("div", { className: "ff-data-list-actions", children: t == null ? void 0 : t.map((p, f) => d(N, { uuid: p.uuid, type: p.type, name: p.name, widget: p.widget, widgetType: p.widgetType, widgetProps: p.widgetProps, widgetData: p.widgetData, widgetSetting: p.widgetSetting, widgetContainerProps: p.widgetContainerSetting, onAfterClick: (y) => y !== !1 && (i == null ? void 0 : i(p.isRefresh, null)) }, p.uuid || f)) }), a && d($n, { size: "small", total: l, pageSize: u, showSizeChanger: !1, showTotal: (p) => `第 ${c} 页 / 总共 ${p} 条`, onChange: r, onShowSizeChange: s })] }) : null; +}, ea = [{ title: "parent 1", key: "0-0", children: [{ title: "parent 1-0", key: "0-0-0", disabled: !0, children: [{ title: "leaf", key: "0-0-0-0", disableCheckbox: !0 }, { title: "leaf", key: "0-0-0-1" }] }, { title: "parent 1-1", key: "0-0-1", children: [{ title: d("span", { style: { color: "#1677ff" }, children: "sss" }), key: "0-0-1-0" }] }] }], ta = ({ className: e, width: t = 280, isTreeSider: n }) => { + const { classNames: a } = de(te); + return n ? d(Pn.DirectoryTree, { className: A("ff-data-list-sider", a.sider, e), style: { "--sider-width": t }, showLine: !0, showIcon: !1, treeData: ea }) : null; +}, na = ({ className: e, title: t, tabs: n }) => { + const { getBase62params: a, onTabChange: r, onReload: s, classNames: i } = de(te), { tab: o } = (a == null ? void 0 : a()) || {}, [l, c] = Ln((n == null ? void 0 : n[0].value) ?? (n == null ? void 0 : n[0].code), { value: o, onChange: r }); + return O("div", { className: A("ff-data-list-toolbar", i.toolbar, e), children: [d("div", { className: "ff-data-list-title", children: t }), d(Nn, { className: "ff-data-list-tabs", itemRender: ({ label: u, code: p, value: f }) => d("span", { onClick: () => c(f ?? p), className: A("ff-data-list-tab", { active: (f ?? p) == l }), children: u }), items: n }), O("div", { className: "ff-data-list-actions", children: [d(N.Link, { icon: "icon-reload", widget: () => s() }), d(N.Link, { icon: "icon-setting" })] })] }); +}, nn = ({ isItemGridLayout: e, theme: t, themeProps: n, onClickCallback: a, onReload: r, listCode: s, total: i = 0, page: o = 0, onPageChange: l, pageSize: c = 30, onPageSizeChange: u, tab: p, onTabChange: f, keyword: y, onKeywordChange: h, condition: w, onConditionChange: C, sider: S, onSiderChange: j, layouts: P, classNames: M = {}, ...I }) => { + const [z, L] = T(), V = Y(() => { + let x = { sider: ta, filter: tn, footer: Zn, toolbar: na }; + P === !1 ? x = { sider: null, filter: null, footer: null, toolbar: null } : g.isPlainObject(P) && (x = Object.assign({}, x, P)); + for (const W in x) x[W] || (x[W] = () => d(k.Fragment, {})); + return x; + }, [P]); + return R(() => { + t ? ee.getWidgetComponent(t).then((x) => { + if (!x) throw `${t} not found`; + return x; + }).catch((x) => ({ default: () => `${x}` })).then((x) => L(k.createElement(x.default, { ...I, layouts: V, $setting: n }))) : L(d(e ? Gn : Xn, { ...I, layouts: V, $setting: n })); + }, [t, n]), d(te.Provider, { value: { classNames: M, listCode: s, onClickCallback: a, onReload: r, getBase62params: (x, W) => { + const $ = { tab: p, page: o, pageSize: c, keyword: y, sider: S, condition: w, total: i }; + return x && x != "init" ? $[x] ?? W : $; + }, onPageChange: l, onPageSizeChange: u, onTabChange: f, onSiderChange: j, onKeywordChange: h, onConditionChange: C }, children: z && k.cloneElement(z, I) }); +}; +nn.propTypes = { classNames: b.exact({ sider: b.string, filter: b.string, footer: b.string, toolbar: b.string, container: b.string, content: b.string, item: b.string }), layouts: b.oneOfType([b.exact({ sider: b.elementType, filter: b.elementType, footer: b.elementType, toolbar: b.elementType }), b.bool]) }; +var me, le, ve, et; +const re = class re { + constructor() { + E(this, le, null); + E(this, ve, /* @__PURE__ */ new Map()); + E(this, et, () => { + if (m(this, le)) return m(this, le).port.postMessage({ command: "status", data: [] }); + U(this, le, new SharedWorker(new URL("/ff-worker/res-ws.js", self.location))), m(this, le).port.onmessage = (t) => { + var n, a; + (n = t.data) != null && n.uuid ? m(this, ve).forEach((r, s) => { + var i; + (r == "*" || (i = r == null ? void 0 : r.includes) != null && i.call(r, t.data.uuid)) && s(t.data); + }) : ((a = t.data) == null ? void 0 : a.readyState) == WebSocket.CLOSED && F.get("/api/user-api-token").then(({ token: r, expire_at: s }) => { + m(this, le).port.postMessage({ command: "initWs", data: [`ws${g.trimStart(F.appUrl, "http")}api/user-resource-status-ws?token=${r}`] }); + }); + }, m(this, le).port.postMessage({ command: "status", data: [] }); + }); + v(this, "subscribe", (t, n = []) => (n ? Array.isArray(n) && n.length == 0 ? n = "*" : Array.isArray(n) || (n = [n].flat()) : n = "*", m(this, ve).set(t, n), m(this, ve).size == 1 && m(this, et).call(this), () => this.unsubscribe(t))); + v(this, "unsubscribe", (t) => m(this, ve).delete(t)); + if (m(re, me)) return m(re, me); + } +}; +me = new WeakMap(), le = new WeakMap(), ve = new WeakMap(), et = new WeakMap(), E(re, me, null), v(re, "getInstance", () => (m(re, me) || U(re, me, new re()), m(re, me))); +let pt = re; +const an = pt.getInstance(), kt = k.forwardRef(({ listCode: e, base62params: t, className: n, theme: a, themeProps: r, layouts: s, classNames: i }, o) => { + const [{ resource: l, primaryKey: c, batchOperations: u = [], itemOperations: p = [], columns: f = [], themeConfig: y, theme: h, isConditionFormLayout: w = !1, isTreeSider: C, treeSiderConfig: S, isItemGridLayout: j, itemGridLayout: P, title: M, isPaginate: I, tabs: z }, L] = T({ isItemGridLayout: !1, itemGridLayout: {} }), V = _n(e, t), [{ dataSource: x, itemOperationsAccess: W, condition: $, tab: H, keyword: ue, page: D, total: nt, pageSize: De, sider: at, onConditionChange: Nt, onTabChange: pn, onKeywordChange: mn, onPageChange: hn, onPageSizeChange: fn, onSiderChange: yn, onReload: rt }, Tt] = Kn(V, e, c, l), wn = gt(p, x, W, c), bn = gt(u); + return R(() => { + let qe = null; + return e && F.get(`/api/_/${e}`).resp(({ data: He, res: Cn }) => { + He != null && He.isDynamicRefresh && (qe = an.subscribe(() => rt(), Cn)), L(He); + }).catch(() => L({})), () => qe == null ? void 0 : qe(); + }, [e]), k.useImperativeHandle(o, () => ({ onReload: rt, onClickCallback: Tt })), d(nn, { listCode: e, title: M, classNames: i, layouts: s, resource: l, primaryKey: c, theme: a || h, themeProps: r || y, isTreeSider: C, treeSiderConfig: S, isPaginate: I, tabs: z, isItemOperations: wn, isBatchOperations: bn, batchOperations: u, itemOperations: p, isItemGridLayout: j, columns: f, itemGridLayout: P, isConditionFormLayout: w, itemOperationsAccess: W, dataSource: x, onConditionChange: Nt, onTabChange: pn, onKeywordChange: mn, onPageChange: hn, onPageSizeChange: fn, onSiderChange: yn, condition: $, tab: H, keyword: ue, page: D, total: nt, pageSize: De, sider: at, className: A("ff-data-list-helper", n), onReload: rt, onClickCallback: Tt }); +}), rn = (e, t, n = !0) => n !== !0 && n-- <= 0 ? [] : g.isArray(e) && !g.isEmpty(e) ? e.reduce((a, r) => (Reflect.has(r, t) && Reflect.has(r, "children") && a.push(r[t]), Reflect.has(r, "children") && !g.isEmpty(r.children) ? a.concat(rn(r.children, t, n)) : a), []) : [], aa = ({ className: e, primaryKey: t, columns: n = [], dataSource: a = [], operationRender: r, operationWidth: s = 180, ...i }) => { + const { classNames: o } = de(te); + Ge(); + const l = q(null), c = q(null), [u, p] = T([]), [f, y] = T({ width: 0, height: 0 }); + R(() => { + p(rn(a, t)); + }, [a, t]), vn(() => { + const w = new ResizeObserver(() => { + var C; + y({ width: ((C = l.current) == null ? void 0 : C.nativeElement.querySelector(".ant-table-body").scrollWidth) || c.current.offsetWidth, height: c.current.offsetHeight }); + }); + return c.current && w.observe(c.current), () => { + c.current && w.unobserve(c.current); + }; + }, []); + const h = Jn(n); + return d("div", { ref: c, className: A("ff-data-list-table", o.content, e), children: f.height ? d(Tn, { ...i, ref: l, rowKey: (w) => (w == null ? void 0 : w[t]) ?? Math.random(), columns: h == null ? void 0 : h.concat(r ? [{ title: "操作", align: "center", fixed: "right", width: `${Math.ceil(s / f.width * 100).toFixed(2)}%`, render: (w, C, S) => r(C, S) }] : []), dataSource: a, size: "middle", scroll: { x: "max-content", y: f.height - 50 }, pagination: !1, expandable: { defaultExpandAllRows: !0, expandRowByClick: !0, onExpandedRowsChange: p, expandedRowKeys: u } }) : null }); +}, ra = "RC_FORM_INTERNAL_HOOKS", sn = (e, { initialValue: t, initialValueLanguage: n, convertJs: a, convertJsSetting: r, type: s = "string" }, i = null) => { + const o = q(!1), l = de(Vn), [c, u] = T(), [p, f] = T(n != "javascript" && e ? l.getFieldValue(e) : void 0), { registerWatch: y } = l.getInternalHooks(ra) || {}; + return R(() => y == null ? void 0 : y((h, w, C) => { + if (!o.current) return; + const S = g.get(w, e); + g.isEqual(S, p) || f(Q(S, s)); + }), [p]), R(() => { + n == "javascript" && t ? Ce.exec(t, {}, { getFieldValueForBasicForm: (h) => i ? i.getFieldValue(h) : l.getFieldValue(h), getFieldValue: (h) => l.getFieldValue(h) }).then((h) => f(Q(h, s))).catch((h) => notification.error({ message: `布局数据错误: ${JSON.stringify(h)}` })).finally(() => o.current = !0) : (t && f(Q(t ?? l.getFieldValue(e), s)), o.current = !0); + }, [t, n]), We(() => { + o.current && a && new Ye([a, r]).toValue(p, l.getFieldsValue(!0)).then(u).catch((h) => { + u(h), console.error("布局数据转换错误: ", h, a); + }); + }, [p, a, r]), [c ?? p, p]; +}, on = (e, t, n = "@pkg/ff/grid-layouts", a = null) => Y(() => { + var r; + return (r = g.sortBy(e, ["y", "x"])) == null ? void 0 : r.map(({ i: s, x: i, y: o, w: l, h: c, field: { boxStyle: u, widgetPrefix: p = n, widget: f, ...y } }, h) => d("div", { className: "grid-layout-item", style: en(i, o, l, c, u, f === "Height" && (y == null ? void 0 : y.initialValue)), children: d(sa, { ...y, basicForm: a, itemWidget: f != null && f.startsWith("@") || f != null && f.startsWith("blob:") ? f : `${p}/${f}`, itemWidgetRender: t }) }, s || h)); +}, [e]), sa = ({ itemWidget: e, itemWidgetRender: t, basicForm: n, ...a }) => { + const [r, s] = T(); + return R(() => { + ee.getWidgetComponent(e).then(({ defaultProps: i = {}, default: o }) => { + s(k.createElement(t(o, i, n), a)); + }).catch((i) => { + console.error(i), s(e); + }); + }, [e]), r; +}, ln = ({ cols: e = 12, rowHeight: t = 21, fields: n = [], data: a, containerPadding: r = [0, 0], itemMargin: s = [4, 0], formProps: i = {}, className: o, ...l }) => { + const [c] = Z.useForm(), u = on(n, ia, "@pkg/ff/grid-layouts"), p = Y(() => [{ name: "__PROPS__", value: i }], [i]); + return We(() => (c.setFieldsValue(a), () => c.resetFields()), [a]), d(Z, { fields: p, form: c, component: !1, children: d("div", { ...l, className: A("ff-grid-layout", o), style: { "--grid-layout-item-margin-y": `${(s == null ? void 0 : s[0]) || 0}px`, "--grid-layout-item-margin-x": `${(s == null ? void 0 : s[1]) || 0}px`, "--grid-layout-container-padding-y": `${(r == null ? void 0 : r[0]) || 0}px`, "--grid-layout-container-padding-x": `${(r == null ? void 0 : r[1]) || 0}px`, "--grid-layout-cols": e, "--grid-layout-row-height": `${t}px` }, children: u }) }); +}, ia = (e, t = {}, n = null) => (a) => { + const { code: r, label: s, extras: i, isVirtual: o, initialValue: l, initialValueLanguage: c, convertJs: u, convertJsSetting: p, ...f } = g.merge({}, t, a), [y, h] = sn(o ? null : r, { initialValue: l, initialValueLanguage: c, convertJs: u, convertJsSetting: p, type: (f == null ? void 0 : f.type) || "string" }, n); + return d(e, { ...f, value: y, rawValue: h, $setting: i || {} }); +}, cr = (jt = ln, function({ code: e, data: t, ...n }) { + const [a, r] = T({ resource: null, cols: 12, rowHeight: 21, fields: [] }); + return R(() => { + e && F.get(`/api/_/${e}`).then((s) => r(g.pick(s, ["resource", "cols", "rowHeight", "fields"]))); + }, [e]), (a == null ? void 0 : a.resource) && d(jt, { ...n, rowHeight: a.rowHeight, cols: a.cols, fields: a.fields, data: a != null && a.resource ? { [a == null ? void 0 : a.resource]: t } : {} }); +}); +var jt; +const dr = ({ widget: e, widgetPrefix: t = "@pkg/ff/grid-layouts", basicForm: n, ...a }) => { + const r = e != null && e.startsWith("@") || e != null && e.startsWith("blob:") ? e : `${t}/${e}`, [s, i] = T(); + return R(() => { + r && ee.getWidgetComponent(r).then(({ defaultProps: o = {}, default: l }) => ({ default: oa(l, o, n) })).catch((o) => ({ default: () => `${o}` })).then((o) => i(k.createElement(o.default, a))); + }, [r]), s; +}, oa = (e, t = {}, n = null) => (a) => { + const { code: r, label: s, extras: i, isVirtual: o, initialValue: l, initialValueLanguage: c, convertJs: u, convertJsSetting: p, value: f, ...y } = g.merge({}, t, a), [h, w] = sn(o ? null : r, { initialValue: l, initialValueLanguage: c, convertJs: u, convertJsSetting: p, type: (y == null ? void 0 : y.type) || "string" }, n); + return d(e, { ...y, value: h, rawValue: w, $setting: i || {} }); +}, la = ({ cols: e, rowHeight: t, itemMargin: n, fields: a, primaryKey: r, dataSource: s, itemClassName: i, itemRender: o = (p, f, y) => p, empty: l = d(En, { description: null }), className: c, style: u = {} }) => { + const { classNames: p } = de(te), f = Ge(), y = Y(() => d(ln, { cols: e, rowHeight: t, itemMargin: n, fields: a, className: i }), [a, e, t, n]); + return d("div", { className: A("ff-data-list-content", p.content, c), style: u, children: g.isEmpty(s) ? l : s.map((h, w) => { + const C = o(k.cloneElement(y, { data: h }), h, w); + return k.cloneElement(C, { key: `${f}-${(h == null ? void 0 : h[r]) || w}` }); + }) }); +}, ca = ({ component: e }) => { + const { base62params: t } = An(); + return d(_, { children: d(kt, { listCode: e, base62params: F.decode(t) }) }); +}, da = () => "Empty", ua = ({ component: e, $setting: t }) => { + const [n, a] = T(); + R(() => { + if (!e) return a(d(da, { description: null })); + ee.getWidgetComponent(e).catch((s) => ({ default: () => `${s}` })).then((s) => k.createElement(s.default, { $setting: t })).then(a); + }, [e]); + const r = ce.getPageParams() || {}; + return n ? k.cloneElement(n, r) : null; +}; +var he, X, fe, ye, Me, ze; +const se = class se { + constructor() { + E(this, X, /* @__PURE__ */ new Map()); + E(this, fe, {}); + E(this, ye, null); + v(this, "init", (t, n) => { + U(this, X, t), U(this, fe, n); + }); + v(this, "get", (t) => (m(this, X).has(t) || (t = Array.from(m(this, X).keys()).find((n) => m(this, X).get(n).uri === t)), m(this, X).get(t) || {})); + v(this, "redirect", (t, n, a = {}) => { + const { uri: r, type: s, widgetProps: i } = this.get(t) || {}; + let o = jn(r || t, s != "list" ? n : g.mapValues(n, (c) => F.encode(c))); + const l = new URLSearchParams(); + for (const c in i || {}) (i == null ? void 0 : i.type) == "query" && l.append(c, n[c]); + return l.size > 0 && (o = `${o}?${l.toString()}`), m(this, ye).navigate(o, a); + }); + v(this, "getMenus", (t) => { + var n; + return ((n = m(this, fe)) == null ? void 0 : n[t]) || []; + }); + v(this, "findMenuPathByUuid", (t) => { + let n = []; + for (const a in m(this, fe)) if (n = m(this, Me).call(this, m(this, fe)[a], t, [a]), n.length > 1) return n; + return n; + }); + v(this, "getMenusByRouteUuid", (t) => m(this, ze).call(this, t, Object.values(m(this, fe)).flat())); + E(this, Me, (t, n, a = []) => { + if (g.isEmpty(t)) return a; + for (const { uuid: r, children: s } of t) { + if (r == n) return a.concat(r); + if (!g.isEmpty(s)) return a.concat(r, m(this, Me).call(this, s, n)); + } + return a; + }); + E(this, ze, (t, n) => { + var r; + let a = []; + for (const s of n) s.widgetType == "redirect" && (s.uuid == t || s.widget == t ? a.push(s) : (r = s.children) != null && r.length && (a = a.concat(m(this, ze).call(this, t, s.children)))); + return a; + }); + v(this, "getCurrentMenu", () => { + const { uuid: t } = this.getCurrentRoute() || {}; + if (!t) return; + const n = this.getMenusByRouteUuid(t); + return g.isEmpty(n) ? void 0 : n[0]; + }); + v(this, "getCurrentRoute", (t = 0) => { + var a; + const n = (a = m(this, ye).state.matches[m(this, ye).state.matches.length - 1 - t]) == null ? void 0 : a.route; + if (!n) return null; + for (let [r, s] of m(this, X)) if (s.uri === n.path) return s; + return null; + }); + v(this, "getPageParams", (t) => { + var s, i; + const { location: n = {}, matches: a = [] } = ((s = m(this, ye)) == null ? void 0 : s.state) || {}, r = ((i = a[a.length - 1]) == null ? void 0 : i.params) || {}; + return n.search && new URLSearchParams(n.search).forEach((o, l) => { + r[l] = o; + }), t ? g.get(r, t) : r; + }); + v(this, "createBrowserRouter", (t = {}) => { + if (m(this, X).size == 0) return null; + const n = Oe.get("Common.WEBSITE_DEFAULT_THEME", "@pkg/ff/frameworks/DefaultTheme"), a = Oe.get(ee.checkUserToken() ? "Common.WEBSITE_LOGIN_REDIRECT" : "Common.WEBSITE_DEFAULT", "/index"), r = { [n]: 0 }, s = (o, l) => () => ee.getWidgetComponent(o).then((c) => c.default || function() { + return `${o}`; + }).then((c) => ({ Component: () => k.createElement(Kt, {}, k.createElement(c, l)) })), i = Array.from(m(this, X).values()).reduce((o, { uuid: l, uri: c, name: u, type: p, component: f, widgetSetting: y, isLogin: h, isLayout: w, extra: C }) => { + let S = {}, j = 0; + switch (p) { + case "list": + S.element = k.createElement(ca, { component: f }); + break; + case "fsdpf-component": + S.element = k.createElement(ua, { key: f, component: f, $setting: y }); + } + if (C != null && C.layout) { + if (!r[C == null ? void 0 : C.layout]) return r[C == null ? void 0 : C.layout] = o.length, [...o, { path: "/", lazy: s(C == null ? void 0 : C.layout, {}), children: [{ path: c, ...S }] }]; + j = r[C == null ? void 0 : C.layout]; + } + return w && j > -1 ? (o[j].children.push({ path: c, ...S }), o) : [...o, { path: c, ...S }]; + }, [{ path: "/", lazy: s(n, {}), children: [] }]); + return i.push({ index: !0, element: k.createElement(ga, { to: a, replace: !0 }) }), U(this, ye, In(i, t)); + }); + if (m(se, he)) return m(se, he); + } +}; +he = new WeakMap(), X = new WeakMap(), fe = new WeakMap(), ye = new WeakMap(), Me = new WeakMap(), ze = new WeakMap(), E(se, he, null), v(se, "getInstance", () => (m(se, he) || U(se, he, new se()), m(se, he))); +let mt = se; +const ga = ({ to: e, replace: t }) => Mn() ? k.createElement(zn, { to: e, replace: t }) : (window.document.location = e, "redirect"), ce = mt.getInstance(), Se = new Worker(new URL("/ff-worker/index.js", self.location)), It = { getConfigure: (e) => Oe.get(e), route: { redirect: (...e) => ce.redirect(...e), getPageParams: (...e) => ce.getPageParams(...e), getCurrentRoute: () => ce.getCurrentRoute() }, popup: { notification: (...e) => K.notification(...e), success: (...e) => K.success(...e), error: (...e) => K.error(...e), form: (...e) => K.form(...e), modal: (...e) => K.modal(...e), confirm: (...e) => K.confirm(...e) } }; +var tt, Te, we; +const B = class B { + constructor() { + v(this, "exec", (t, n = {}, a = {}, r = "") => new Promise((s, i) => { + const o = Ft(B, tt)._++; + m(B, Te).set(o, a), B.mQueue.set(o, [s, i]), Se.postMessage({ id: o, session: r, category: "eval", method: t, args: n }); + })); + v(this, "clear", (t) => Se.postMessage({ session: t, category: "clear" })); + if (m(B, we)) return m(B, we); + Promise.resolve().then(() => ja).then((t) => { + It.http = t.http; + }), Se.addEventListener("message", ({ data: { id: t, task_id: n, method: a, args: r, category: s, data: i, error: o, session: l } }) => { + if (s === "eval" && B.mQueue.has(t)) o !== null ? B.mQueue.get(t)[1](o) : B.mQueue.get(t)[0](i), m(B, Te).delete(t), B.mQueue.delete(t); + else if (s === "util") try { + const c = g.get(It, a.split("/")) || g.get(m(B, Te).get(n), a.split("/")); + if (!g.isFunction(c)) throw `${a} not found`; + Promise.resolve(Reflect.apply(c, void 0, r)).then((u) => { + Se.postMessage({ id: t, task_id: n, category: s, method: a, args: r, session: l, data: u, error: null }); + }).catch((u) => { + Se.postMessage({ id: t, task_id: n, category: s, method: a, args: r, session: l, data: null, error: u }); + }); + } catch (c) { + Se.postMessage({ id: t, task_id: n, category: s, method: a, args: r, session: l, data: null, error: c }); + } + }, !1); + } +}; +tt = new WeakMap(), Te = new WeakMap(), we = new WeakMap(), v(B, "mQueue", /* @__PURE__ */ new Map()), E(B, tt, 0), E(B, Te, /* @__PURE__ */ new Map()), E(B, we, null), v(B, "getInstance", () => (m(B, we) || U(B, we, new B()), m(B, we))); +let ht = B; +const Ce = ht.getInstance(), xt = () => { + const e = q(!0), [, t] = k.useReducer((n) => n + 1, 0); + return R(() => () => e.current = !1, []), () => e.current && t(); +}, ur = (e) => { + const t = q(); + return R(() => { + t.current = e; + }, [e]), t.current; +}, gr = (e) => { + const [t, n] = T(e), a = q(null), r = G((s, i) => { + a.current = i, n(s); + }, []); + return R(() => { + a.current && (a.current(t), a.current = null); + }, [t]), [t, r]; +}, We = (e = (a) => { +}, t, n = g.isEqual) => { + const a = k.useRef(); + n(t, a.current) || (a.current = g.cloneDeep(t)), k.useEffect(e, [a.current]); +}, vt = We, cn = (e, t = "string") => { + var n; + if (!Array.isArray(e)) return e; + for (let a = 0; a < e.length; a++) e[a].value = Q((n = e[a]) == null ? void 0 : n.value, t), e[a] && Reflect.has(e[a], "children") && (e[a].children = cn(e[a].children, t)); + return e; +}, pr = (e, t = "json", n = "string", a, r = null) => { + const [s] = Z.useForm(a), [i, o] = T([{ label: "无", value: "", disabled: !0 }]), l = q([]), c = Z.useWatch((u) => l.current.length === 0 ? null : g.pick(u, l.current), s) || null; + return R(() => { + Array.isArray(e) ? o(e) : t === "javascript" && e ? Ce.exec(e, {}, { getFieldValue: (u) => (l.current.includes(u) || l.current.push(u), s.getFieldValue(u)), getFieldValueForBasicForm: (u) => (l.current.includes(u) || l.current.push(u), r ? r.getFieldValue(u) : s.getFieldValue(u)) }).then((u) => { + o(Q(u, "array")); + }) : e && o(Q(e, "array")); + }, [e, t, c]), cn(i, n); +}, mr = (e) => { + const [t, n] = T(), a = { type: "GET" }; + if (typeof e == "string" ? a.url = e : g.isPlainObject(e) && Object.assign(a, e), !(a != null && a.url)) throw "url is required"; + const r = (s) => F.request(a, !1).resp((i) => (console.log("useSubscribeRequest", s), n(i), i)); + return We(() => { + let s = null; + return r().then((i) => { + s = an.subscribe(g.throttle(r, 180, { leading: !1, trailing: !0 }), i.res); + }), () => s == null ? void 0 : s(); + }, a), t; +}, pa = (e) => { + const [t, n] = k.useState({ gridItems: [], hideItems: [] }); + return k.useEffect(() => { + e && F.get(`/api/_/${e}`).then(({ pk: a, uuid: r, code: s, resource: i, align: o, cols: l, rowHeight: c, marginX: u, marginY: p, listenChangeFields: f, listenChangeFieldsFunc: y, fields: h }) => ({ pk: a, uuid: r, code: s, resource: i, align: o, cols: l, rowHeight: c, marginX: u, marginY: p, listenChangeFields: f, listenChangeFieldsFunc: y, ...h.reduce((w, C) => { + var S; + return (S = C == null ? void 0 : C.field) != null && S.hidden ? w.hides.push(C == null ? void 0 : C.field) : w.items.push(C), w; + }, { items: [], hides: [] }) })).then(n); + }, [e]), t; +}, ma = ({ max: e = 0, min: t = 0, type: n = "", message: a, pattern: r, required: s = !1, validator: i } = {}, o, l) => { + const [c, u] = T([]); + return R(() => { + const p = []; + if (s) { + let f = l; + switch (l) { + case "number": + case "string": + case "array": + break; + case "bool": + f = "boolean"; + break; + case "json": + f = "object"; + } + p.push({ type: f, required: !0, whitespace: !0, message: "该项必填" }); + } + switch (n) { + case "string": + p.push({ type: n, max: e, min: t, message: a || (t && e ? `字符必须在 ${t} ~ ${e} 之间` : `${e ? "最多能有" : "最少要有"} ${t || e} 个字符`) }); + break; + case "pattern": + p.push({ type: "string", pattern: r, message: a }); + break; + case "validator": + i && p.push(({ getFieldValue: f }) => ({ validator: async (y, h) => { + const w = await Ce.exec(i, { value: h, fieldName: o }, { getFieldValue: f }); + return g.isString(w) && w ? Promise.reject(w) : g.isBoolean(w) && !w ? Promise.reject(a) : Promise.resolve(); + } })); + } + u(p); + }, [e, t, n, a, r, s, i]), c; +}, ha = (e, t, n) => { + const [a, r] = T(null); + return R(() => { + const { initDataUri: s = `/api/${e}`, initDataMethod: i = "GET" } = n || {}; + t && F.request({ method: i, url: g.trimEnd(`${s}/${t}`, "/") }).then((o) => { + r(o); + }); + }, [e, t, n]), a; +}, fa = (e, t, n, a = {}) => { + const r = xt(), s = q(!0), i = q([]), [o, l] = T(n), c = Z.useWatch((u) => JSON.stringify(g.pick(u, i.current)), t) || "{}"; + return R(() => { + e && Ce.exec(e, a, { getFieldValue: g.wrap(t.getFieldValue, (u, p) => (i.current.some((f) => g.isEqual(f, p)) || (i.current.push(p), r()), u(p))), isFieldTouched: t.isFieldTouched, isFieldsTouched: t.isFieldsTouched }).then((u) => s.current && l(u)); + }, [e, c, t, a]), R(() => () => s.current = !1, []), o; +}, hr = ({ value: e, onChange: t }, n = null) => { + const a = q(), [r] = Z.useForm(n); + return vt(() => { + g.isEqual(a.current, e) || r.setFieldsValue(e); + }, [e]), R(() => () => r.resetFields(), []), [Y(() => r.__INTERNAL__ ? r : { ...r, __INTERNAL__: {} }, [r]), (s, i) => { + a.current = i, t(i); + }]; +}, ya = ({ type: e, initialValue: t, initialValueLanguage: n, onChange: a, form: r }) => { + const s = fa(n == "javascript" && t, r, n == "javascript" ? void 0 : t, {}); + return R(() => { + n == "javascript" ? a(Q(s, e)) : t && a(Q(t, e)); + }, [e, t, s]), null; +}, wa = ({ widget: e = "Input", widgetPrefix: t = "@pkg/ff/grid-layout-forms", widgetDecorator: n, subWidgets: a, basicForm: r, ...s }) => { + const i = e != null && e.startsWith("@") || e != null && e.startsWith("blob:") ? e : `${t}/${e}`, [o, l] = T(); + return R(() => { + i && ee.getWidgetComponent(i).then(({ defaultProps: c = {}, default: u }) => ({ default: dn(u, c, r) })).catch((c) => ({ default: () => `${c}` })).then((c) => l(k.createElement(c.default, s))); + }, [i]), o && k.cloneElement(o, s); +}, dn = (e, t = {}, n = null) => (a) => { + const { type: r, code: s, label: i, noStyle: o, placeholder: l, extras: c, validators: u, help: p, isVirtual: f, $isReserved: y, initialValue: h, initialValueLanguage: w, convertJs: C, convertJsSetting: S, widgetPerfix: j, boxStyle: P, widgetDecorator: M, subWidgets: I, ...z } = { ...t, ...a }, L = ma(u || {}, s, r), V = { label: i, noStyle: o, colon: !1, layout: "vertical" }, x = { placeholder: l, ...z }, W = G(($) => $ == null ? void 0 : Q($, r), [r]); + return d(Ht, { name: s, rules: L, initialValue: W(h), normalize: W, children: ($, H, ue) => { + var D; + return d(e, { type: r, rcform: ue, itemProps: { validateStatus: H.errors.length > 0 ? "error" : "success", tooltip: p, help: H.errors.length > 0 ? H.errors.join("、") : null, required: ((D = L == null ? void 0 : L[0]) == null ? void 0 : D.required) || !1, ...V }, fieldProps: { ...x, ...$ }, $setting: c || {} }); + } }); +}, St = ({ cols: e = 24, rowHeight: t = 16, itemMargin: n = [8, 16], containerPadding: a = [0, 0], fields: r = [], children: s, basicForm: i = null }) => { + const o = on(r, dn, "@pkg/ff/grid-layout-forms"); + return O("div", { className: "ff-grid-layout-form", style: { "--grid-layout-item-margin-x": `${(n == null ? void 0 : n[0]) ?? 8}px`, "--grid-layout-item-margin-y": `${(n == null ? void 0 : n[1]) ?? 16}px`, "--grid-layout-container-padding-y": `${(a == null ? void 0 : a[0]) || 0}px`, "--grid-layout-container-padding-x": `${(a == null ? void 0 : a[1]) || 0}px`, "--grid-layout-cols": e, "--grid-layout-row-height": `${t}px` }, children: [o, s && k.cloneElement(s, { cols: e, rowHeight: t, itemMargin: n, containerPadding: a, fields: r })] }); +}; +St.propTypes = { fields: b.array }; +const ba = (Mt = St, ({ code: e, layout: t, name: n, primaryKey: a = 0, style: r = {}, formProps: s = {}, form: i, isPreview: o = !1, className: l, onFinish: c, onValuesChange: u = () => { +}, ...p }) => { + const { align: f, autoComplete: y, resource: h, items: w, hides: C, rowHeight: S, marginX: j, marginY: P, cols: M, listenChangeFields: I, listenChangeFieldsFunc: z, pk: L, uuid: V } = pa(e), [x] = Z.useForm(i), W = Y(() => [{ name: "__PK__", value: L }, { name: "__PROPS__", value: s }, { name: "__RESOURCE__", value: h }, { name: "__LAYOUT_KEY__", value: e }, { name: "__LAYOUT_UUID__", value: V }, { name: "__PRIMARY_KEY__", value: a }], [L, e, V, h, a, s]); + return O(Z, { className: l, name: n || e, layout: t || f, fields: W, form: x, autoComplete: y, style: { ...r, position: "relative" }, onFinish: c, onValuesChange: ($, H) => (({ changedValues: ue, allValues: D, listenChangeFields: nt, listenChangeFieldsFunc: De, onValuesChange: at, code: Nt }) => { + at(ue, D), De && Array.isArray(nt) && Ce.exec(De, { changedValues: ue, allValues: D }, { getFieldValue: x.getFieldValue, setFieldValue: x.setFieldValue, setFieldsValue: x.setFieldsValue, isFieldTouched: x.isFieldTouched, isFieldsTouched: x.isFieldsTouched }); + })({ changedValues: $, allValues: H, listenChangeFields: I, listenChangeFieldsFunc: z, onValuesChange: u, code: e }), children: [d(Mt, { ...p, form: x, code: e, fields: w, cols: M, rowHeight: S, itemMargin: [j, P] }), C == null ? void 0 : C.map(($) => { + var H; + return d(Ht, { name: $.code, children: d(ya, { form: x, name: $.code, type: $.type, initialValue: $.initialValue, initialValueLanguage: (H = $.extras) == null ? void 0 : H.initialValueLanguage }) }, JSON.stringify($.code)); + })] }, e); +}); +var Mt; +const un = ({ $setting: e, $close: t, extras: n, code: a, primaryKey: r, ...s }) => { + const [i] = Z.useForm(), o = ha(a, r, e); + return R(() => { + o && i.setFieldsValue(o); + }, [o]), d(_, { actions: O(k.Fragment, { children: [d(N, { name: "保存", type: "primary", widget: () => { + const l = i.getFieldValue("__RESOURCE__"), { initDataUri: c = `/api/${a}` } = e || {}; + i.validateFields(!0).then((u) => l ? g.pick(u, [l]) : u).then((u) => F.post(r ? `${c}/${r}` : `${c}`, u).msg(t)).catch(() => K.error("请先完善表单信息", { duration: 2e3 })); + } }), d(N, { name: "取消", widget: () => t(!1) })] }), extras: n, children: d(ba, { form: i, code: a, primaryKey: r, ...s }) }); +}, Ca = (e, t, n, { isReplaceRouteHistory: a = !1 } = {}) => ce.redirect(n, t, { replace: a }), ka = (e, t = {}, n, a = {}) => { + var s; + const r = (s = a.router) == null ? void 0 : s.reduce((i, [o, l, c]) => { + const u = g.get(t, ["router", o]); + if (!u && u !== 0 && l) throw `请传入 ${c}`; + return `${i}/${u}`; + }, `/api/${n}`); + return F.del(r, t.param).msg(); +}, zt = (e, t, n, { status: { loading: a, disabled: r }, setStatus: s }) => { + const i = { loading: (o) => o === void 0 ? a : s((l) => ({ ...l, loading: o })), disabled: (o) => o === void 0 ? r : s((l) => ({ ...l, disabled: o })) }; + return g.isFunction(n) ? n.call(null, { ...t, ...i }) : g.isString(n) && n ? Ce.exec(n, t, i) : null; +}, Bt = (e, t, n, a, r) => g.isString(n) && n ? ee.getWidgetComponent(n).then(({ default: s }) => K.modal(s, { ...t, $setting: a }, r != null && r.title ? { ...r, title: g.template(r.title)(e) } : r)).catch((s) => { + K.error(n, { content: s.toString() }); +}) : K.modal(n, { ...t, $setting: a }, r != null && r.title ? { ...r, title: g.template(r.title)(e) } : r), xa = (e, t, n, a, r) => K.modal(un, { ...t, $setting: a, code: n }, r != null && r.title ? { ...r, title: g.template(r.title)(e) } : r), va = (e, t, n, a, r) => K.modal(kt, { base62params: t, $setting: a, listCode: n }, r != null && r.title ? { ...r, title: g.template(r.title)(e) } : r), Sa = ({ widget: e, widgetType: t, widgetData: n, widgetProps: a, widgetSetting: r, widgetContainerProps: s }, { onAfterClick: i, onBeforeClick: o }) => { + const l = de(te), [c, u] = T({ leading: !0, trailing: !1 }), p = Y(() => { + switch (t) { + case "redirect": + return g.partialRight(Ca, e, r); + case "func": + return g.partialRight(zt, (r == null ? void 0 : r.code) ?? e, { status: c, setStatus: u }); + case "fsdpf-component": + return g.partialRight(Bt, e, r, s); + case "grid-layout-form": + return g.partialRight(xa, e, r, s); + case "data-list": + return g.partialRight(va, e, r, s); + case "destroy": + return g.partialRight(ka, e, r, s); + default: + if (Pt(e) || k.isValidElement(e)) return g.partialRight(Bt, e, r, s); + if (g.isFunction(e)) return g.partialRight(zt, (r == null ? void 0 : r.code) || e, { status: c, setStatus: u }); + } + return (...f) => console.error("useButton unknown widgetType", t, ...f); + }, [e, t]); + return [g.debounce((f) => (o == null || o(f), Promise.resolve(Gt(a, f, { list: l })).then((y) => p(f, { ...n, ...y })).then((y) => i == null ? void 0 : i(y)).catch(console.error)), 300, { leading: !0, trailing: !1 }), c]; +}, Wt = /* @__PURE__ */ new Set(), ft = (e = [], t = 0) => { + const n = e[t]; + if (n.length && !Wt.has(n)) { + const a = document.createElement("script"); + a.setAttribute("src", n), a.setAttribute("data-namespace", n), e.length > t + 1 && (a.onload = () => { + ft(e, t + 1); + }, a.onerror = () => { + ft(e, t + 1); + }), Wt.add(n), document.body.appendChild(a); + } +}, yt = ({ className: e, type: t, style: n = {}, ...a }) => d("span", { role: "img", className: A("ff-iconfont", e), style: n, ...a, children: d("svg", { style: { width: "1em", height: "1em", fill: "currentColor", overflow: "hidden" }, viewBox: "0 0 1024 1024", children: d("use", { xlinkHref: `#${t}` }) }) }); +yt.propTypes = { className: b.string, type: b.string.isRequired, style: b.object }, yt.init = ft; +const Ue = (e) => function({ className: t, children: n, name: a, icon: r, type: s = "default", iconPosition: i = "start", noAuthType: o, onAfterClick: l, onBeforeClick: c, data: u, loading: p, disabled: f, tooltip: y, confirm: h, widget: w, widgetType: C, widgetData: S, widgetProps: j, widgetSetting: P, widgetContainerProps: M, ...I }) { + const z = g.isEmpty(y) || !y.enabled ? {} : y, L = g.isEmpty(h) ? { enabled: !1 } : Object.assign({ enabled: !0 }, h), V = { type: "primary", className: A("ff-button", t), iconPosition: i }; + s === "danger" ? V.danger = !0 : s === "default" && (V.type = s), e === "link" || e === "dashed" ? (V.type = e, s === "default" && (V.className = A(V.className, "ff-default"))) : e !== "circle" && e !== "round" || (V.shape = e), r && (V.icon = d(yt, { type: r })); + const [x, W] = T(!1), [$, { disabled: H, loading: ue }] = Sa({ widget: w, widgetType: C, widgetData: S, widgetProps: j, widgetSetting: P, widgetContainerProps: M }, { onAfterClick: l, onBeforeClick: c }); + return d(Rn, { okText: "确定", cancelText: "取消", getPopupContainer: (D) => D, ...L, disabled: H || f, open: x, onOpenChange: (D) => { + if (!D) return W(D); + L.enabled ? W(D) : $(u); + }, onConfirm: () => { + $(u); + }, onClick: (D) => { + D.stopPropagation(); + }, children: d(Fn, { getPopupContainer: (D) => D, ...z, title: x ? null : z == null ? void 0 : z.title, trigger: ["hover", "click"], children: d(lt, { loading: ue || p, disabled: H || f, ...V, ...I, children: n || a }) }) }); +}, N = Ue("default"), $a = Ue("link"), Pa = Ue("circle"), Na = Ue("round"), Ta = Ue("dashed"), Ut = ({ data: e, widget: t, widgetType: n = "fsdpf-component", widgetData: a, widgetProps: r, widgetSetting: s, widgetContainerProps: i, onAfterClick: o, onBeforeClick: l, children: c, extras: u }) => { + const p = de(te), [f, y] = T(!1), [h, w] = T("hover"), [C, S] = T({}), [j, P] = T(), { placement: M, align: I, arrow: z = { pointAtCenter: !0 }, getPopupContainer: L, ...V } = i || {}; + R(() => { + n == "grid-layout-form" ? P(k.createElement(un, { ...a, $setting: s, code: t })) : n == "data-list" ? P(k.createElement(kt, { base62params: e, $setting: s, listCode: t })) : g.isString(t) ? ee.getWidgetComponent(t).then(({ default: $ }) => { + P(k.createElement($, { ...a, $setting: s })); + }).catch(($) => P($.toString())) : Pt(t) ? P(k.createElement(t, { ...a, $setting: s })) : k.isValidElement(t) && P(k.cloneElement(t, { ...a, $setting: s })); + }, [t, n, a]), R(() => { + Promise.resolve(Gt(r, e, { list: p })).then(S); + }, [r, e]); + const x = ($, H = !1) => (y($), !$ && w("hover"), $ ? l == null ? void 0 : l(C) : o == null ? void 0 : o(H)), W = ($) => { + y(!0), w("click"); + }; + return d(On, { zIndex: 1080, placement: M, onPopupClick: W, onClick: W, open: f, align: I, arrow: z, trigger: h, getPopupContainer: L, content: d(Ea, { ...V, extras: u, children: j && k.cloneElement(j, { ...C, $close: ($) => x(!1, $) }) }), children: c, onOpenChange: x }); +}, Ea = ({ title: e, className: t, children: n, extras: a, width: r, height: s, ...i }) => { + const [o, l] = T({}), c = G((y, h) => l((w) => ({ ...w, [y]: h })), []), u = G((y) => l((h) => ({ ...h, [y]: void 0 })), []), p = e ? k.createElement("div", { className: "ff-popup-title" }, e) : o == null ? void 0 : o.title, f = a ?? k.createElement("div", { className: "ff-popup-reserved-extras" }, a); + return d(Be.Provider, { value: { ele: o, mount: c, unmount: u }, children: O("div", { className: A("ff-popup ff-popover", t), style: { width: r, height: s }, ...i, children: [O("div", { className: "ff-popup-header", children: [p, o == null ? void 0 : o["sub-title"]] }), n, O("div", { className: "ff-popup-footer", children: [f, o == null ? void 0 : o.extras, o == null ? void 0 : o.actions] })] }) }); +}; +Ut.propTypes = { widgetType: b.oneOf(["fsdpf-component", "grid-layout-form", "data-list"]) }, N.propTypes = { type: b.oneOf(["primary", "default", "danger", ""]), name: b.string, icon: b.string, iconPosition: b.oneOf(["start", "end"]), data: b.any, widget: b.any, widgetType: b.oneOf(["destroy", "redirect", "func", "fsdpf-component", "grid-layout-form", "grid-layout", "data-list"]), widgetData: b.object, widgetProps: b.object, widgetSetting: b.object, widgetContainerProps: b.object, tooltip: b.exact({ title: b.string.isRequired, placement: b.oneOf(["top", "left", "right", "bottom", "topLeft", "topRight", "bottomLeft", "bottomRight", "leftTop", "leftBottom", "rightTop", "rightBottom"]), enabled: b.oneOfType([b.bool, b.number]), getPopupContainer: b.func }), confirm: b.exact({ title: b.string.isRequired, cancelText: b.string, okText: b.string, okType: b.oneOf(["primary", "default", "danger", ""]), placement: b.oneOf(["top", "left", "right", "bottom", "topLeft", "topRight", "bottomLeft", "bottomRight", "leftTop", "leftBottom", "rightTop", "rightBottom"]), enabled: b.oneOfType([b.bool, b.number]), getPopupContainer: b.func, arrow: b.oneOfType([b.bool, b.exact({ pointAtCenter: b.bool })]) }) }, N.Link = $a, N.Link.defaultProps = N.defaultProps, N.Link.propTypes = N.propTypes, N.Circle = Pa, N.Circle.defaultProps = N.defaultProps, N.Circle.propTypes = N.propTypes, N.Round = Na, N.Round.defaultProps = N.defaultProps, N.Round.propTypes = N.propTypes, N.Dashed = Ta, N.Dashed.defaultProps = N.defaultProps, N.Dashed.propTypes = N.propTypes, N.Popover = Ut; +const Ra = ({ fields: e, formProps: t, $close: n }) => { + const [a] = Z.useForm(), r = Y(() => [{ name: "__PROPS__", value: t }], [t]); + return d(_, { actions: O(k.Fragment, { children: [d(N, { name: "取消", widget: () => n(!1) }), d(N, { name: "确定", type: "primary", widget: () => a.validateFields(!0).then(n) })] }), children: d(Z, { fields: r, form: a, className: "ff-modal-form", children: e == null ? void 0 : e.map(({ code: s, ...i }) => d(wa, { code: s, ...i }, s)) }) }); +}, Fa = ({ className: e, $close: t, children: n, title: a, subTitle: r, actions: s, extras: i, zIndex: o, ...l }) => O(Un, { ...l, prefixCls: "ff-drawer", className: A("ff-popup", e), maskMotion: { motionAppear: !0, motionName: "mask-motion" }, motion: (c) => ({ motionAppear: !0, motionName: `panel-motion-${c}` }), children: [O("div", { className: "ff-popup-header", children: [d("button", { "aria-label": "Close", className: "ff-popup-close", onClick: l.onClose, children: d(Ct, { type: "close" }) }), a, r] }), d("div", { className: "ff-popup-body", children: n }), O("div", { className: "ff-popup-footer", children: [i, s] })] }), Oa = ({ className: e, $close: t, $event: n, children: a, title: r, subTitle: s, actions: i, extras: o, zIndex: l, placement: c, ...u }) => { + const p = (n == null ? void 0 : n.pageX) === void 0 ? { animation: null, maskAnimation: null, mousePosition: { x: null, y: null } } : { animation: "zoom", maskAnimation: "fade", mousePosition: { x: n == null ? void 0 : n.pageX, y: n == null ? void 0 : n.pageY } }; + return d(Dn, { ...u, ...p, prefixCls: "ff-modal", modalRender: () => O("div", { className: A("ff-modal-content ff-popup", e), children: [O("div", { className: "ff-popup-header", children: [d("button", { "aria-label": "Close", className: "ff-popup-close", onClick: u.onClose, children: d(Ct, { type: "close" }) }), r, s] }), d("div", { className: "ff-popup-body", children: a }), O("div", { className: "ff-popup-footer", children: [o, i] })] }) }); +}, gn = ({ placement: e, $close: t, $event: n, children: a, title: r, ...s }) => { + const [i, o] = T({}), [l, c] = T(!0), u = G((h, w) => o((C) => ({ ...C, [h]: w })), []), p = G((h) => o((w) => ({ ...w, [h]: void 0 })), []); + let f = { ...s, className: i.rootClassName, title: i.title || r && k.createElement("div", { className: A("ff-popup-title") }, r), subTitle: i["sub-title"], actions: i.actions, extras: i.extras, children: a, $close: t, $event: n, onClose: () => c(!1) }; + const y = () => { + t(!1); + }; + return d(Be.Provider, { value: { ele: i, mount: u, unmount: p }, children: e && e !== "center" ? d(Fa, { ...f, placement: e, open: l, afterOpenChange: (h) => !h && y() }) : d(Oa, { ...f, visible: l, afterClose: y }) }); +}; +gn.propTypes = { placement: b.oneOf(["center", "left", "top", "right", "bottom"]) }; +const J = () => { + const [e, t] = Bn({ maxCount: 6, motion: { motionName: "ff-notification-fade", motionAppear: !0, motionEnter: !0, motionLeave: !0, onLeaveStart: (s) => { + const { offsetHeight: i } = s; + return { height: i }; + }, onLeaveActive: () => ({ height: 0, opacity: 0, margin: 0 }) }, prefixCls: "ff-notification" }), [, n] = k.useReducer((s) => s + 1, 0); + R(() => { + J.$onClick = a, J.$queue.forEach(([s, i, o], l, c) => { + r([i, o], ...s), delete c[l]; + }); + }, []); + const a = (s, i = {}, o = {}) => new Promise((l, c) => r([l, c], s, i, o)), r = ([s, i], o, l = {}, c = {}) => { + const u = J.$index++, p = (f) => ((y, h) => (J.$popups.delete(y), n(), h == null ? void 0 : h()))(u, () => s(f)); + if (o === _t) return e.open({ ...c, key: u, content: k.createElement(o, { ...l, $close: () => e.close(u) }) }); + J.$popups.set(u, k.createElement(gn, { zIndex: u, maskClosable: !1, $event: l == null ? void 0 : l.$event, ...c, key: u, $close: p }, k.isValidElement(o) ? k.cloneElement(o, { ...l, $close: p }) : o != null && o.name || Ot.isForwardRef(o) || (o == null ? void 0 : o.$$typeof) === Ot.ForwardRef ? k.createElement(o, { ...l, $close: p }) : o)), n(); + }; + return O(k.Fragment, { children: [Array.from(J.$popups).map(([s, i]) => i), t] }); +}; +J.$popups = /* @__PURE__ */ new Map(), J.$index = 0, J.$queue = [], J.$onClick = (...e) => new Promise((t, n) => { + J.$queue.push([e, t, n]); +}); +const Dt = (e, t, n = {}) => J.$onClick(e, t, n), it = (e, { showProgress: t, duration: n, ...a } = { duration: 1.5 }) => J.$onClick(_t, { content: e, ...a }, { showProgress: t, duration: n }), K = { modal: Dt, confirm: (e, t = {}) => J.$onClick(qn, { content: e, ...t }, { placement: "center" }), form: (e, t = {}, n = {}) => Dt(Ra, { formProps: n, fields: e }, { placement: "center", ...t }).then((a) => { + if (a === !1) throw !1; + return a; +}), notification: it, success: (e, t = { duration: 1.5 }) => it(e, { ...t, className: "ff-notification-success", icon: "check" }), error: (e, t = { duration: 1.5 }) => it(e, { ...t, className: "ff-notification-error", icon: "close" }) }; +Re.configure({ showSpinner: !1 }), Fe.interceptors.request.use((e) => { + e.headers.Platform = "web", e.headers.SaaS = window.localStorage.getItem("SaaS"); + const t = window.localStorage.getItem(_e); + return e.headers.Authorization = t ? `Bearer ${t} ` : void 0, Re.inc(), e; +}, (e) => (Re.done(), Promise.reject({ code: -1, msg: e }))), Fe.interceptors.response.use(({ data: e, headers: t }) => (Re.done(), { ...e, res: t == null ? void 0 : t.res }), function(e) { + return Re.done(), Promise.reject(e.message); +}), window.addEventListener("unhandledrejection", ct.onUnhandledRejection), ct.onMsg = (e, t) => K[[0, 1].includes(e) ? "success" : "error"](t).then(() => e === 20300 && ce.redirect(Oe.get("Common.WEBSITE_LOGIN_PAGE"))); +const wt = { appUrl: "", init: (e, t, n) => { + wt.appUrl = n, Fe.defaults.baseURL = n, Fe.defaults.timeout = 15e3, Object.assign(wt, new ct(e, t, Fe)); +} }, F = wt; +class $t extends Error { + constructor(t, n) { + super(n), Error.captureStackTrace && Error.captureStackTrace(this, $t), !n instanceof Le && (this.name = `${t} Error Runtime`); + } +} +class Le extends Error { + constructor(t, ...n) { + super(...n), Error.captureStackTrace && Error.captureStackTrace(this, Le), this.name = `${t} Not Found`; + } +} +const ot = "mine", _e = "token"; +var be, Ee; +const ie = class ie { + constructor() { + E(this, Ee, /* @__PURE__ */ new Map()); + v(this, "setVendor", (t, n) => m(this, Ee).set(t, new Jt(n, async (a, r) => { + var i, o; + if (!(a != null && a.default)) throw "@pkg not found"; + let s = () => r; + switch ("function") { + case typeof (s = (i = a.default) == null ? void 0 : i[`./${r}/index.jsx`]): + case typeof (s = (o = a.default) == null ? void 0 : o[`./${r}/index.js`]): + return s(); + } + throw new Le(r); + }))); + v(this, "getWidgetComponent", async (t) => { + if (!t) throw "getWidgetComponent widget is required"; + if (t != null && t.startsWith("blob:") || t != null && t.startsWith("http:") || t != null && t.startsWith("https:")) return await import(t); + const [, n] = t == null ? void 0 : t.split("@pkg/"); + if (!n) throw new Le(t); + try { + return m(this, Ee).has("pkg") ? await m(this, Ee).get("pkg").get(n) : await import(`${F.appUrl}/api/pkg-import/web?name=${t}`); + } catch (a) { + throw new $t(t, a); + } + }); + v(this, "getRoutes", () => F.get("/api/my-router").then((t) => [...t, { uuid: "data-list-setting", isLayout: !0, uri: "/data-list-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/DataListSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "grid-layout-setting", isLayout: !0, uri: "/grid-layout-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/GridLayoutSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "grid-layout-form-setting", isLayout: !0, uri: "/grid-layout-form-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/GridLayoutFormSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "resource-api-setting", isLayout: !0, uri: "/resource-api-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/ResourceApiSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "charts-setting", isLayout: !0, uri: "/resource-api-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/ChartsSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "fsm-setting", isLayout: !0, uri: "/fsm-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/FsmSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "component-setting", isLayout: !0, uri: "/component-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/ComponentSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "login", uri: "/login", name: "登录", type: "fsdpf-component", isLogin: !1, component: "@pkg/ff/components/Login" }, { uuid: "not-found", uri: "*", name: "Not Found", type: "fsdpf-component", isLogin: !1, component: "@pkg/ff/components/NotFound" }].map(({ uuid: n, ...a }) => [n, { uuid: n, ...a }])).then((t) => new Map(t))); + v(this, "getMenus", () => F.get("/api/my-menu")); + v(this, "getConfigure", () => F.get("api/init-configure")); + v(this, "getWidgetOperationAuth", () => F.get("/api/init-widget-operation-auth").then((t) => t.reduce((n, { uuid: a, auth: r }) => [...n, [a, r]], []))); + v(this, "getPhoneNumber", (t) => F.get(`/api/user-wx-phone-number/${t}`)); + v(this, "getUserToken", () => { + const t = window.localStorage.getItem(_e); + if (!t) return ""; + const n = t.split("."); + if (!Array.isArray(n) || n.length !== 3) throw "登录令牌无效!"; + const { iat: a } = JSON.parse(window.atob(n[1])); + if (Math.floor((/* @__PURE__ */ new Date()).getTime() / 1e3) - a > 2592e3) throw "登录令牌已过期, 请重新登录!"; + return t; + }); + v(this, "checkUserToken", () => { + try { + return !!this.getUserToken(); + } catch { + return !1; + } + }); + v(this, "getUserInfo", (t = !0) => { + var n; + try { + const a = this.getUserToken(); + if (!a) return Promise.resolve(null); + const { iat: r } = JSON.parse(window.atob((n = a == null ? void 0 : a.split(".")) == null ? void 0 : n[1])), { iat: s, ...i } = F.decode(window.localStorage.getItem(ot) || "", {}); + return s === r ? Promise.resolve(i) : F.get("/api/mine-info").then(({ User: o = null }) => (window.localStorage.setItem(ot, F.encode({ ...o, iat: r })), o)); + } catch (a) { + console.error(a), t && K.error("请登录").then(this.logout); + } + return Promise.resolve(null); + }); + v(this, "login", (t, n, a = {}) => F.post("/api/user-token", { username: t, passwd: Wn.hash(n), platform: "web", ...a }).then(({ token: r }) => (window.localStorage.setItem(_e, r), r))); + v(this, "logout", (t) => (window.localStorage.removeItem(ot), window.localStorage.removeItem(_e), t == null ? void 0 : t())); + if (m(ie, be)) return m(ie, be); + } +}; +be = new WeakMap(), Ee = new WeakMap(), E(ie, be, null), v(ie, "getInstance", () => (m(ie, be) || U(ie, be, new ie()), m(ie, be))); +let bt = ie; +const ee = bt.getInstance(), La = k.createContext({ user: {}, initUser: () => { +}, initUserComplete: !1 }), Va = k.createContext({ set: () => { +}, get: () => { +}, assign: () => { +}, currentRoute: () => { +} }), Pt = (e) => !!(e != null && e.name) && (e.prototype instanceof k.Component || /^[A-Z]/.test(e.name)), Aa = (e, t) => { + if (!e || typeof window > "u") return; + let n = document.querySelector(`style[ff-style-token="${t}"]`); + return n ? (n.innerHTML = e, e) : (n = document.createElement("style"), n.setAttribute("ff-style-token", t), n.setAttribute("type", "text/css"), n.innerHTML = e, document.head.appendChild(n), e); +}, ja = Object.freeze(Object.defineProperty({ __proto__: null, AppContext: La, AppGlobalParamsContext: Va, cache: Jt, configure: Oe, default: ee, func: Ce, http: F, insertStyle: Aa, isReactComponent: Pt, route: ce }, Symbol.toStringTag, { value: "Module" })), Ia = (e, t, n = "children") => { + if (g.isEmpty(e)) return {}; + const a = g.find(e, ["value", t]); + if (!g.isEmpty(a)) return a; + const r = e.length; + for (let s = 0; s < r; s++) { + const { [n]: i } = e[s], o = Ia(i, t, n); + if (!g.isEmpty(o)) return o; + } + return {}; +}; +export { + N as $, + or as A, + lr as B, + Zt as C, + Ye as D, + gt as E, + Kn as F, + cr as G, + ra as H, + _n as I, + xt as J, + ur as K, + gr as L, + We as M, + vt as N, + pr as O, + mr as P, + ba as Q, + an as R, + St as S, + wa as T, + un as U, + pa as V, + ma as W, + ha as X, + fa as Y, + hr as Z, + yt as _, + rr as a, + Hn as a0, + Sa as a1, + _ as a2, + Be as a3, + Kt as a4, + J as a5, + K as a6, + er as a7, + tr as a8, + nr as a9, + ee as aa, + Pt as ab, + Aa as ac, + F as ad, + Jt as ae, + Oe as af, + Ce as ag, + ce as ah, + La as ai, + Va as aj, + Ia as ak, + sr as b, + ir as c, + Yt as d, + en as e, + rn as f, + Gt as g, + ln as h, + dr as i, + sn as j, + on as k, + nn as l, + tn as m, + na as n, + ta as o, + Zn as p, + kt as q, + st as r, + te as s, + Q as t, + ar as u, + aa as v, + la as w, + Gn as x, + Xn as y, + Jn as z +}; diff --git a/dist/common/main-DkIsOuM3.js b/dist/common/main-DkIsOuM3.js deleted file mode 100644 index 5a51a20..0000000 --- a/dist/common/main-DkIsOuM3.js +++ /dev/null @@ -1,998 +0,0 @@ -var Cn = Object.defineProperty; -var Et = (e) => { - throw TypeError(e); -}; -var kn = (e, t, n) => t in e ? Cn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n; -var v = (e, t, n) => kn(e, typeof t != "symbol" ? t + "" : t, n), Rt = (e, t, n) => t.has(e) || Et("Cannot " + n); -var m = (e, t, n) => (Rt(e, t, "read from private field"), n ? n.call(e) : t.get(e)), F = (e, t, n) => t.has(e) ? Et("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, n), U = (e, t, n, a) => (Rt(e, t, "write to private field"), a ? a.call(e, n) : t.set(e, n), n); -var Ft = (e, t, n, a) => ({ - set _(r) { - U(e, t, r, n); - }, - get _() { - return m(e, t, a); - } -}); -import { jsx as d, jsxs as V } from "react/jsx-runtime"; -import k, { useEffect as O, useState as E, useCallback as ce, useMemo as G, useRef as D, useContext as de, useId as Ge, useLayoutEffect as xn } from "react"; -import p from "lodash"; -import qt from "immutability-helper"; -import { Form as Ke, Input as vn, Button as lt, Pagination as Sn, Tree as $n, Breadcrumb as Pn, Table as Nn, Empty as Tn, Popconfirm as En, Tooltip as Rn, Popover as Fn } from "antd"; -import { useMergedState as On } from "rc-util"; -import A from "classnames"; -import Q, { FieldContext as Ln, Field as Ht } from "rc-field-form"; -import { useParams as Vn, generatePath as An, createBrowserRouter as jn, useInRouterContext as In, Navigate as Mn } from "react-router-dom"; -import b from "prop-types"; -import * as Ot from "react-is"; -import { useNotification as zn } from "rc-notification"; -import { N as Re, a as Fe, T as ct, S as Bn } from "./vender-DMK1apIA.js"; -import "rc-util/lib/hooks/useMergedState"; -import Wn from "rc-drawer"; -import Un from "rc-dialog"; -var $e, Ve, Pe, se, ke, xe; -class Jt { - constructor(t, n) { - F(this, $e, /* @__PURE__ */ new Map()); - F(this, Ve, !0); - F(this, Pe, []); - F(this, se); - F(this, ke, () => m(this, se)); - F(this, xe, () => Promise.resolve()); - v(this, "get", (...t) => new Promise((n, a) => { - const r = JSON.stringify(t); - if (m(this, $e).has(r)) return n(m(this, xe).call(this, m(this, se), ...t)); - if (m(this, se) === void 0) m(this, Pe).push([t, n, a]), m(this, Ve) && (U(this, Ve, !1), Promise.resolve(typeof m(this, ke) == "function" ? m(this, ke).call(this) : m(this, ke)).then((i) => U(this, se, i || null)).finally(() => { - m(this, Pe).forEach(([i, s, o]) => { - try { - const l = m(this, xe).call(this, m(this, se), ...i); - m(this, $e).set(JSON.stringify(i), l), s(l); - } catch (l) { - o(l); - } - }), m(this, Pe).length = 0; - })); - else { - const i = m(this, xe).call(this, m(this, se), ...t); - m(this, $e).set(r, i), n(i); - } - })); - U(this, xe, n), U(this, ke, t); - } -} -$e = new WeakMap(), Ve = new WeakMap(), Pe = new WeakMap(), se = new WeakMap(), ke = new WeakMap(), xe = new WeakMap(); -const Za = () => d("div", { children: "Empty" }), Be = k.createContext({ ele: {}, mount: () => { -}, unmount: () => { -} }), K = ({ rootClassName: e, className: t, children: n, actions: a, title: r, subTitle: i, extras: s, style: o = {} }) => { - const { mount: l, unmount: c } = k.useContext(Be); - return a && K.Action({ children: a }), r && K.Title({ children: r }), i && K.SubTitle({ children: i }), s && K.Extra({ children: s }), O(() => (l("rootClassName", e), () => c(e)), [e]), d("div", { className: A("ff-container", t), style: o, children: n }); -}, Je = (e) => ({ children: t, className: n }) => { - const { mount: a, unmount: r } = k.useContext(Be); - return O(() => (a(e, k.createElement("div", { key: `ff-${e}`, className: A(`ff-popup-${e}`, n) }, t)), () => r(e)), [n, t]), null; -}; -K.Action = Je("actions"), K.Title = Je("title"), K.SubTitle = Je("sub-title"), K.Extra = Je("extras"), K.propTypes = { className: b.string, style: b.object, title: b.any, subTitle: b.any, actions: b.any, extras: b.any }; -const er = () => d(K, { className: "ff-loading", children: V("div", { className: "loader", children: [V("div", { className: "square", children: [d("span", {}), d("span", {}), d("span", {})] }), V("div", { className: "square", children: [d("span", {}), d("span", {}), d("span", {})] }), V("div", { className: "square", children: [d("span", {}), d("span", {}), d("span", {})] }), V("div", { className: "square", children: [d("span", {}), d("span", {}), d("span", {})] })] }) }), tr = () => d("div", { children: "NotFound" }), Kt = ({ children: e }) => { - const [t, n] = E({}), a = ce((i, s) => n((o) => ({ ...o, [i]: s })), []), r = ce((i) => n((s) => ({ ...s, [i]: void 0 })), []); - return typeof (e == null ? void 0 : e.type) == "string" ? e : d(Be.Provider, { value: { ele: t, mount: a, unmount: r }, children: k.cloneElement(e, { className: t.rootClassName, title: t.title, subTitle: t["sub-title"], actions: t.actions, extras: t.extras }) }); -}; -Kt.propTypes = { children: b.element.isRequired }; -const Lt = { close: ["M563.8 512l262.5-312.9c4.4-5.2 0.7-13.1-6.1-13.1h-79.8c-4.7 0-9.2 2.1-12.3 5.7L511.6 449.8 295.1 191.7c-3-3.6-7.5-5.7-12.3-5.7H203c-6.8 0-10.5 7.9-6.1 13.1L459.4 512 196.9 824.9c-4.4 5.2-0.7 13.1 6.1 13.1h79.8c4.7 0 9.2-2.1 12.3-5.7l216.5-258.1 216.5 258.1c3 3.6 7.5 5.7 12.3 5.7h79.8c6.8 0 10.5-7.9 6.1-13.1L563.8 512z"], check: ["M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474c-6.1-7.7-15.3-12.2-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1 0.4-12.8-6.3-12.8z"], info: ["M512 224m-64 0a64 64 0 1 0 128 0 64 64 0 1 0-128 0Z", "M544 392h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V400c0-4.4-3.6-8-8-8z"] }, Ct = ({ type: e, props: t }) => d("i", { ...t, children: d("svg", { viewBox: "0 0 1024 1024", width: "1em", height: "1em", fill: "currentColor", children: (Lt[e] || Lt.info).map((n, a) => d("path", { d: n }, a)) }) }), _t = ({ className: e, content: t, icon: n, $close: a }) => V(k.Fragment, { children: [n && d("div", { className: A("ff-notification-icon", e), children: d(Ct, { type: n }) }), t] }), Dn = ({}) => d(K, { children: "Confirm" }); -var ge, Ne; -const te = class te { - constructor() { - F(this, Ne, /* @__PURE__ */ new Map()); - v(this, "init", (t) => U(this, Ne, new Map(t))); - v(this, "check", (t) => !m(this, Ne).has(t) || m(this, Ne).get(t)); - if (m(te, ge)) return m(te, ge); - } -}; -ge = new WeakMap(), Ne = new WeakMap(), F(te, ge, null), v(te, "getInstance", () => (m(te, ge) || U(te, ge, new te()), m(te, ge))); -let dt = te; -const qn = dt.getInstance(); -var pe, Ae; -const ne = class ne { - constructor() { - F(this, Ae, null); - v(this, "init", (t) => U(this, Ae, t)); - v(this, "get", (t, n) => p.get(m(this, Ae), t, n)); - if (m(ne, pe)) return m(ne, pe); - } -}; -pe = new WeakMap(), Ae = new WeakMap(), F(ne, pe, null), v(ne, "getInstance", () => (m(ne, pe) || U(ne, pe, new ne()), m(ne, pe))); -let ut = ne; -const Oe = ut.getInstance(), Vt = { null2json: (e) => Object.create(), null2array: (e) => [], null2number: (e) => 0, null2bool: (e) => !1, null2string: (e) => "", null2integer: (e) => 0, null2float: (e) => 0, string2json: (e) => e ? JSON.parse(e) : "{}", string2array: (e) => e.substr(0, 1) === "[" && e.substr(-1) === "]" ? JSON.parse(e) : e.split(","), string2number: (e) => e == "" ? 0 : +e, string2integer: (e) => e == "" ? 0 : +e, string2float: (e) => e == "" ? 0 : +e, string2bool: (e) => { - switch (`${e}`.toLowerCase()) { - case "0": - case "false": - case "[]": - case "{}": - return !1; - } - return !!e; -}, string2string: (e) => e, json2json: (e) => e, json2array: (e) => e ? Object.values(e) : [], json2number: (e) => Object.keys(e).length, json2integer: (e) => Object.keys(e).length, json2float: (e) => Object.keys(e).length, json2bool: (e) => Object.keys(e).length > 0, json2string: (e) => e ? JSON.stringify(e) : "", array2json: (e) => ({ ...e }), array2array: (e) => e, array2number: (e) => e.length, array2integer: (e) => e.length, array2float: (e) => e.length, array2bool: (e) => e.length > 0, array2string: (e) => JSON.stringify(e), number2json: (e) => ({}), number2array: (e) => [e], number2number: (e) => e, number2integer: (e) => e, number2float: (e) => e, number2bool: (e) => !!e, number2string: (e) => e.toString(), boolean2json: (e) => ({}), boolean2array: (e) => [], boolean2number: (e) => +e, boolean2integer: (e) => +e, boolean2float: (e) => +e, boolean2bool: (e) => e, boolean2string: (e) => e ? "true" : "false" }, X = (e, t) => { - let n = "string"; - n = Array.isArray(e) ? "array" : typeof e, p.isObject(e) && (n = "json"); - const a = `${n}2${t}`; - return Reflect.has(Vt, a) ? Vt[a](e) : e; -}, Gt = (e = {}, t = {}, n = {}, a = "") => Yt(e, (r, i) => i === "type" && r === "code") ? Xt(e, t, n, a) : Qt(e, t, a), Yt = (e, t = () => !1) => p.some(e, (n) => !!p.some(n, t) || (p.isEmpty(n) || !p.isPlainObject(n) && !p.isArray(n) ? void 0 : Yt(n, t))), Xt = async (e = {}, t = {}, n = {}, a = "") => { - let r = /* @__PURE__ */ Object.create(null); - for (let i in e) { - let s; - if (Reflect.has(e[i], "type") && ["code", "field", "router", "query", "string"].includes(e[i].type)) { - const { type: o, value: l = "", default: c = a } = e[i]; - switch (o) { - case "code": - s = await Ce.exec(l, t, n); - break; - case "field": - s = p.get(t, l) ?? p.get(t, l.substring(l.indexOf(".") + 1)); - break; - case "router": - case "query": - s = le.getPageParams(l); - break; - case "string": - s = l; - } - s ?? (s = c); - } else s = await Xt(e[i], t, n, a); - p.set(r, i, s); - } - return r; -}, Qt = (e = {}, t = {}, n = "") => Object.keys(e || {}).reduce((a, r) => { - if (p.isPlainObject(e[r])) { - let i; - if (Reflect.has(e[r], "type") && ["field", "router", "query", "string"].includes(e[r].type)) { - const { type: s, value: o = "", default: l = n } = e[r]; - switch (s) { - case "field": - i = p.get(t, o) ?? p.get(t, o.substring(o.indexOf(".") + 1)); - break; - case "router": - case "query": - i = le.getPageParams(o); - break; - case "string": - i = o; - } - i ?? (i = l); - } else i = Qt(e[r], t, n); - p.set(a, r, i); - } - return a; -}, {}), it = (e, t) => e && typeof e == "object" ? Array.isArray(e) ? e.map((n) => it(n, t)) : Object.keys(e).reduce((n, a) => (t[a] ? n[t[a]] = it(e[a], t) : n[a] = it(e[a], t), n), {}) : e, nr = () => "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, (e) => { - const t = 16 * Math.random() | 0; - return (e === "x" ? t : 3 & t | 8).toString(16); -}), ar = (e) => { - var t, n; - return e ? (n = (t = e.match(/^@pkg(?:[^\/]*\/){3}(?[^\/]+)/)) == null ? void 0 : t.groups) == null ? void 0 : n.name : ""; -}, rr = (e) => { - var t, n; - return e ? (n = (t = e.match(/^@pkg(?:[^\/]*\/){2}(?[^\/]+)/)) == null ? void 0 : t.groups) == null ? void 0 : n.category : ""; -}, ir = (e) => { - var t, n; - return e ? (n = (t = e.match(/^@pkg(?:[^\/]*\/){1}(?[^\/]+)/)) == null ? void 0 : t.groups) == null ? void 0 : n.owner : ""; -}; -var Xe, je, Ie, Qe; -const Ze = class Ze { - constructor(...t) { - F(this, je, []); - F(this, Ie, (t) => { - var n; - for (let a of t) Array.isArray(a[0]) ? m(this, Ie).call(this, a) : m(this, je).push(m(n = Ze, Xe).call(n, a[0], a[1])); - }); - v(this, "toValue", async (t, n = null) => { - const a = { getValue: () => t, getRecord: () => n }; - return await m(this, je).reduce(async (r, i) => { - try { - const s = await r; - return (await i).call(a, s); - } catch (s) { - return console.error(s), r; - } - }, t); - }); - v(this, "toRender", (t, n, a = null) => k.createElement(m(this, Qe), { value: t, record: n }, a)); - F(this, Qe, ({ value: t, record: n, children: a }) => { - const [r, i] = E(a); - return vt(() => { - let s = !1; - return i(a), this.toValue(t, n).then((o) => X(o, "string")).then((o) => !s && i(o)).catch((o) => !s && i(`${o}`)), () => s = !0; - }, [t, n]), r; - }); - m(this, Ie).call(this, t); - } -}; -Xe = new WeakMap(), je = new WeakMap(), Ie = new WeakMap(), Qe = new WeakMap(), F(Ze, Xe, p.memoize((t, n) => Z.getWidgetComponent(t).then((a) => { - var r; - return ((r = a.default) == null ? void 0 : r.call(a, n)) || ((i) => i); -}), (t, n) => `${t}::${X(n, "string")}`)); -let Ye = Ze; -const Hn = (e, t = {}) => G(() => e == null ? void 0 : e.map(({ widgetByJs: n, widgetByJsSetting: a, ...r }, i) => n ? { ...r, render: (s, o) => new Ye([n, a]).toRender(s, o, "-") } : r), [e, t]), sr = (e) => { - const [t, n] = E({}); - return O(() => { - let a = !1; - return e && L.get(`/api/_/${e}`).then((r) => p.pick(r, ["uuid", "name", "code", "resource", "marginX", "marginY", "cols", "rowHeight", "primaryKey", "columns", "itemOperations", "batchOperations", "isConditionFormLayout", "layout", "tabs", "pageSize", "layoutConfig"])).then((r) => !a && n(r)), () => a = !0; - }, [e]), t; -}, or = (e, t = {}) => { - const [n, a] = E({ dataSource: [] }); - return We(() => { - let r = !1; - return e && L.get(`/api/${e}/${L.encode({ page: 1, ...t })}`).then((i) => !r && a(i)), () => r = !0; - }, [e, t]), n; -}, gt = (e, t = null, n = null, a = "id") => G(() => { - if (p.isEmpty(e) || !e.some(({ uuid: i }) => qn.check(i))) return !1; - if (p.isEmpty(n) || p.isEmpty(t)) return !0; - const r = t.map((i) => `${i == null ? void 0 : i[a]}`); - return e.some(({ uuid: i }) => !i || !n.has(i) || n.get(i).some((s) => r.includes(`${s}`))); -}, [e, t, n, a]), Jn = (e, t, n = "id", a = null) => { - const r = xt(), i = D(!1), s = D(e.dataSource), o = D(e.itemOperationsAccess); - return O(() => (s.current = e.dataSource, o.current = e.itemOperationsAccess, () => i.current = !1), [e.dataSource, e.itemOperationsAccess]), i.current && (e.dataSource = s.current, e.itemOperationsAccess = o.current), [e, (l = 0, c = null) => { - var u, g; - if (i.current = !1, l === 1) return (u = e.onReload) == null ? void 0 : u.call(e); - if (l === 2) { - const f = p.get(c, "__PARENT_ID__", ""), y = p.get(c, n, p.get(c, [a, n], "")), h = p.findIndex(s.current, ["__PARENT_ID__", f]), w = p.findIndex(h > -1 ? p.get(s.current, [h, "children"]) : s.current, [n, y]); - if (w === -1) return (g = e.onReload) == null ? void 0 : g.call(e); - Promise.all([L.get(`/api/${t}/detail/${y}`), L.post(`/api/${t}/list-operations-access`, { ids: y })]).then(([C, S]) => { - const j = p.get(s.current, h > -1 ? [h, "children", w, "children"] : [w, "children"]); - s.current = qt(s.current, h > -1 ? { [h]: { children: { $splice: [[w, 1, { ...C, children: j }]] } } } : { $splice: [[w, 1, { ...C, children: j }]] }); - const P = new Map(S); - o.current.forEach((z, I) => { - var M; - (M = P.get(I)) != null && M.some((R) => R == y) || o.current.set(I, z.filter((R) => R !== y)); - }), P.forEach((z, I) => { - o.current.has(I) ? o.current.set(I, p.uniq([...o.current.get(I) || [], ...z])) : o.current.set(I, z); - }); - }).then(() => { - i.current = !0, r(); - }); - } - }]; -}, Kn = (e, t) => { - const n = xt(), a = D(t), r = D(/* @__PURE__ */ new Map()), i = D([]), s = p.throttle((l) => { - i.current = [], L.list(e, p.pick({ ...a.current, ...l }, ["tab", "page", "pageSize", "condition", "sider", "keyword"])).then(({ keyword: c, condition: u, total: g, tab: f, sider: y, page: h, pageSize: w, operationsAccess: C, dataSource: S }) => { - a.current = { tab: f, condition: u, sider: y, keyword: c, total: g, pageSize: w, page: S != null && S.length ? h : 1 }, i.current = S, r.current = new Map(C), n(); - }); - }, 380, { leading: !1, trailing: !0 }); - vt(() => { - i.current = [], e && s(t); - }, [e, t]); - const o = G(() => p.pick(a.current, ["total", "tab", "page", "pageSize", "condition", "sider", "keyword"]), [a.current]); - return Object.assign(o, { onTabChange: (l) => s({ tab: l, page: 1 }), onPageChange: (l, c) => s({ page: l, pageSize: c }), onPageSizeChange: (l) => s({ pageSize: l, page: 1 }), onConditionChange: (l, c) => s({ keyword: c, condition: qt(a.current.condition || {}, { $merge: l || {} }), page: 1 }), onSiderChange: (l) => s({ sider: l, page: 1 }), onKeywordChange: (l) => s({ keyword: l, page: 1 }), itemOperationsAccess: r.current, dataSource: i.current, onReload: s }); -}, _n = ({ listCode: e, className: t, layouts: n, dataSource: a, isPaginate: r, isItemOperations: i, isBatchOperations: s, batchOperations: o, itemOperations: l, itemOperationsAccess: c, resource: u, primaryKey: g, title: f, itemGridLayout: y, $setting: h, tabs: w, isConditionFormLayout: C, isTreeSider: S, treeSiderConfig: j }) => { - const { classNames: P, onClickCallback: z } = de(ee), I = ce((M, R, $) => d(Gn, { className: A("ff-data-list-framework-item", P.item), operations: i && R ? l == null ? void 0 : l.filter((x) => !(g && x.uuid && c.has(x.uuid)) || c.get(x.uuid).includes(R == null ? void 0 : R[g])) : [], data: u ? { [u]: R } : R, children: M, onClickCallback: z }), [u, g, i, z, l, c]); - return V("div", { className: A("ff-data-list-framework", t), children: [d(n.sider, { isTreeSider: S, ...j }), V("div", { className: A("ff-data-list-container", P == null ? void 0 : P.container), children: [d(n.filter, { isConditionFormLayout: C }), d(n.toolbar, { title: f, tabs: w }), d(oa, { ...y, style: { "--col-num": (h == null ? void 0 : h.colNum) || 1 }, primaryKey: g, itemRender: I, dataSource: a }), d(n.footer, { isPaginate: r, isOperations: s, operations: o })] })] }); -}, Gn = ({ className: e, operations: t, children: n, data: a, onClickCallback: r }) => V("div", { className: A("data-list-grid-layout-item-container", e), children: [n, !!(t != null && t.length) && d("div", { className: "data-list-grid-layout-item-actions", children: t.map((i) => d("span", { className: "data-list-grid-layout-item-action", children: d(T.Link, { uuid: i.uuid, type: i.type, name: i.name, widget: i.widget, widgetType: i.widgetType, widgetProps: i.widgetProps, widgetSetting: i.widgetSetting, widgetContainerProps: i.widgetContainerSetting, data: a, confirm: i.confirm, onAfterClick: (s) => s !== !1 && (r == null ? void 0 : r(i.isRefresh, a)) }, i.uuid || Ge()) }, (i == null ? void 0 : i.uuid) || Ge())) })] }), Yn = ({ listCode: e, className: t, layouts: n, dataSource: a, columns: r, isItemOperations: i, isBatchOperations: s, batchOperations: o, itemOperations: l, itemOperationsAccess: c, resource: u, primaryKey: g, title: f, tabs: y, isPaginate: h, isTreeSider: w, treeSiderConfig: C, isConditionFormLayout: S, ...j }) => { - const { classNames: P, onClickCallback: z } = de(ee), I = gt(l, a, c, g); - return V("div", { className: A("ff-data-table-framework", t), children: [d(n.sider, { isTreeSider: w, ...C }), V("div", { className: A("ff-data-table-container", P == null ? void 0 : P.container), children: [d(n.filter, { isConditionFormLayout: S }), d(n.toolbar, { title: f, tabs: y }), d(na, { ...j, primaryKey: g, className: "ff-data-table-content", columns: r, dataSource: a, operationRender: I ? (M) => d("div", { className: "ff-data-table-actions", children: l == null ? void 0 : l.reduce((R, $, x) => [...R, d(T.Link, { size: "small", uuid: $.uuid, type: $.type, name: $.name, widget: $.widget, widgetType: $.widgetType, widgetProps: $.widgetProps, widgetData: $.widgetData, widgetSetting: $.widgetSetting, widgetContainerProps: $.widgetContainerSetting, data: M, confirm: $.confirm, onAfterClick: (W) => W !== !1 && (z == null ? void 0 : z($.isRefresh, M)) }, $.uuid || x)], []) }) : null }), d(n.footer, { isPaginate: h, isOperations: s, operations: o })] })] }); -}, ee = k.createContext({ listCode: "", classNames: {}, getBase62params: (e, t) => { -}, onReload: () => { -}, onClickCallback: () => { -}, onConditionChange: () => { -}, onTabChange: () => { -}, onSiderChange: () => { -}, onKeywordChange: () => { -}, onPageChange: () => { -}, onPageSizeChange: () => { -} }), Zt = (e, t, n, a, r = {}, i = 0) => { - const s = { "--grid-layout-h": `${a}`, "--grid-layout-w": `${n}`, "--grid-layout-x": `${e}`, "--grid-layout-y": `${t}`, "--grid-layout-row-height-offset": "0px" }; - return r != null && r.autoHeight ? s.height = "fit-content" : s["--grid-layout-row"] = `${a}`, r != null && r.alignItems && (s["--grid-layout-box-align-items"] = r.alignItems), r != null && r.justifyContent && (s["--grid-layout-box-justify-content"] = r.justifyContent), s["--grid-layout-box-margin"] = At(r == null ? void 0 : r.marginTop, r == null ? void 0 : r.marginRight, r == null ? void 0 : r.marginBottom, r == null ? void 0 : r.marginLeft), s["--grid-layout-box-padding"] = At(r == null ? void 0 : r.paddingTop, r == null ? void 0 : r.paddingRight, r == null ? void 0 : r.paddingBottom, r == null ? void 0 : r.paddingLeft), i && (s.height = `${i}px`), s; -}, At = (e, t, n, a) => `${e || 0}px ${t || 0}px ${n || 0}px ${a || 0}px`, en = ({ className: e, isConditionFormLayout: t }) => { - var f, y; - const [n, a] = E({}), { listCode: r, onKeywordChange: i, onConditionChange: s, getBase62params: o, classNames: l } = k.useContext(ee), { keyword: c, condition: u } = (o == null ? void 0 : o()) || {}, [g] = Ke.useForm(); - return O(() => { - r && t && L.get(`/api/_/${r}/list-condition-form-layout`).then(({ resource: h, marginX: w, marginY: C, rowHeight: S, cols: j, fields: P }) => { - a({ resource: h, itemMargin: [w, C], rowHeight: S, cols: j, fields: P }); - }).catch(() => a({})); - }, [r, t]), O(() => { - g.setFieldsValue({ keyword: c, ...u }); - }, [JSON.stringify([c, u])]), d("div", { className: A("ff-data-list-filter", l.filter, e), children: d(Ke, { form: g, layout: "vertical", autoComplete: "off", onFinish: ((f = n.fields) == null ? void 0 : f.length) > 1 ? (h) => s({ [n.resource]: h[n.resource] }, h.keyword) : () => { - }, onValuesChange: (h) => { - p.isEmpty(p.omit(h, ["keyword"])) || g.submit(); - }, children: ((y = n.fields) == null ? void 0 : y.length) > 1 ? d(St, { ...n, children: d(Xn, { onReset: () => { - const { keyword: h, condition: w } = o("init") || {}; - g.setFieldsValue({ keyword: h, ...w }); - } }) }) : d("div", { className: "ff-data-list-filter-default-form ff-grid-layout-form", children: d("div", { className: "grid-layout-item", style: Zt(20, 0, 5, 2), children: d(Ke.Item, { name: ["keyword"], children: d(vn.Search, { allowClear: !0, enterButton: "搜索", placeholder: "多关键字 | 分割", onSearch: (h) => i(h) }) }) }) }) }) }); -}, Xn = ({ cols: e, fields: t, onReset: n }) => { - const [a, r] = E(!1), i = G(() => t == null ? void 0 : t.toReversed().some((s) => s.y > 1 || s.x + s.w >= e - 5), [e, t]); - return V(Ke.Item, { label: " ", style: { "--item-span": 5 }, className: A("ff-data-list-filter-actions", { expanded: a }), children: [d(lt, { onClick: n, children: "重置" }), d(lt, { type: "primary", htmlType: "submit", children: "查询" }), i && d(T.Link, { className: "ff-data-list-filter-expanded-button", widget: () => r((s) => !s), type: "primary", name: a ? "关闭" : "展开", icon: a ? "icon-up" : "icon-down", iconPosition: "end" })] }); -}; -en.reservedFields = [{ x: 0, y: 0, h: 3, w: 5, field: { isVirtual: !0, widgetPrefix: "@pkg/ff/grid-layout-forms", widget: "Input", code: "keyword", label: "关键字", placeholder: "多关键字 | 分割", extras: { prefix: "icon-search" } } }]; -const Qn = ({ className: e, operations: t, isOperations: n, isPaginate: a }) => { - const { onPageChange: r, onPageSizeChange: i, onClickCallback: s, getBase62params: o } = k.useContext(ee), { total: l, page: c, pageSize: u } = (o == null ? void 0 : o()) || {}; - return n && !p.isEmpty(t) || a ? V("div", { className: A("ff-data-list-footer", e), children: [d("div", { className: "ff-data-list-actions", children: t == null ? void 0 : t.map((g, f) => d(T, { uuid: g.uuid, type: g.type, name: g.name, widget: g.widget, widgetType: g.widgetType, widgetProps: g.widgetProps, widgetData: g.widgetData, widgetSetting: g.widgetSetting, widgetContainerProps: g.widgetContainerSetting, onAfterClick: (y) => y !== !1 && (s == null ? void 0 : s(g.isRefresh, null)) }, g.uuid || f)) }), a && d(Sn, { size: "small", total: l, pageSize: u, showSizeChanger: !1, showTotal: (g) => `第 ${c} 页 / 总共 ${g} 条`, onChange: r, onShowSizeChange: i })] }) : null; -}, Zn = [{ title: "parent 1", key: "0-0", children: [{ title: "parent 1-0", key: "0-0-0", disabled: !0, children: [{ title: "leaf", key: "0-0-0-0", disableCheckbox: !0 }, { title: "leaf", key: "0-0-0-1" }] }, { title: "parent 1-1", key: "0-0-1", children: [{ title: d("span", { style: { color: "#1677ff" }, children: "sss" }), key: "0-0-1-0" }] }] }], ea = ({ className: e, width: t = 280, isTreeSider: n }) => { - const { classNames: a } = de(ee); - return n ? d($n.DirectoryTree, { className: A("ff-data-list-sider", a.sider, e), style: { "--sider-width": t }, showLine: !0, showIcon: !1, treeData: Zn }) : null; -}, ta = ({ className: e, title: t, tabs: n }) => { - const { getBase62params: a, onTabChange: r, onReload: i, classNames: s } = de(ee), { tab: o } = (a == null ? void 0 : a()) || {}, [l, c] = On((n == null ? void 0 : n[0].value) ?? (n == null ? void 0 : n[0].code), { value: o, onChange: r }); - return V("div", { className: A("ff-data-list-toolbar", s.toolbar, e), children: [d("div", { className: "ff-data-list-title", children: t }), d(Pn, { className: "ff-data-list-tabs", itemRender: ({ label: u, code: g, value: f }) => d("span", { onClick: () => c(f ?? g), className: A("ff-data-list-tab", { active: (f ?? g) == l }), children: u }), items: n }), V("div", { className: "ff-data-list-actions", children: [d(T.Link, { icon: "icon-reload", widget: () => i() }), d(T.Link, { icon: "icon-setting" })] })] }); -}, tn = ({ isItemGridLayout: e, theme: t, themeProps: n, onClickCallback: a, onReload: r, listCode: i, total: s = 0, page: o = 0, onPageChange: l, pageSize: c = 30, onPageSizeChange: u, tab: g, onTabChange: f, keyword: y, onKeywordChange: h, condition: w, onConditionChange: C, sider: S, onSiderChange: j, layouts: P, classNames: z = {}, ...I }) => { - const [M, R] = E(), $ = G(() => { - let x = { sider: ea, filter: en, footer: Qn, toolbar: ta }; - P === !1 ? x = { sider: null, filter: null, footer: null, toolbar: null } : p.isPlainObject(P) && (x = Object.assign({}, x, P)); - for (const W in x) x[W] || (x[W] = () => d(k.Fragment, {})); - return x; - }, [P]); - return O(() => { - t ? Z.getWidgetComponent(t).then((x) => { - if (!x) throw `${t} not found`; - return x; - }).catch((x) => ({ default: () => `${x}` })).then((x) => R(k.createElement(x.default, { ...I, layouts: $, $setting: n }))) : R(d(e ? _n : Yn, { ...I, layouts: $, $setting: n })); - }, [t, n]), d(ee.Provider, { value: { classNames: z, listCode: i, onClickCallback: a, onReload: r, getBase62params: (x, W) => { - const N = { tab: g, page: o, pageSize: c, keyword: y, sider: S, condition: w, total: s }; - return x && x != "init" ? N[x] ?? W : N; - }, onPageChange: l, onPageSizeChange: u, onTabChange: f, onSiderChange: j, onKeywordChange: h, onConditionChange: C }, children: M && k.cloneElement(M, I) }); -}; -tn.propTypes = { classNames: b.exact({ sider: b.string, filter: b.string, footer: b.string, toolbar: b.string, container: b.string, content: b.string, item: b.string }), layouts: b.oneOfType([b.exact({ sider: b.elementType, filter: b.elementType, footer: b.elementType, toolbar: b.elementType }), b.bool]) }; -var me, oe, ve, et; -const ae = class ae { - constructor() { - F(this, oe, null); - F(this, ve, /* @__PURE__ */ new Map()); - F(this, et, () => { - if (m(this, oe)) return m(this, oe).port.postMessage({ command: "status", data: [] }); - U(this, oe, new SharedWorker(new URL("/ff-worker/res-ws.js", self.location))), m(this, oe).port.onmessage = (t) => { - var n, a; - (n = t.data) != null && n.uuid ? m(this, ve).forEach((r, i) => { - var s; - (r == "*" || (s = r == null ? void 0 : r.includes) != null && s.call(r, t.data.uuid)) && i(t.data); - }) : ((a = t.data) == null ? void 0 : a.readyState) == WebSocket.CLOSED && L.get("/api/user-api-token").then(({ token: r, expire_at: i }) => { - m(this, oe).port.postMessage({ command: "initWs", data: [`ws${p.trimStart(L.appUrl, "http")}api/user-resource-status-ws?token=${r}`] }); - }); - }, m(this, oe).port.postMessage({ command: "status", data: [] }); - }); - v(this, "subscribe", (t, n = []) => (n ? Array.isArray(n) && n.length == 0 ? n = "*" : Array.isArray(n) || (n = [n].flat()) : n = "*", m(this, ve).set(t, n), m(this, ve).size == 1 && m(this, et).call(this), () => this.unsubscribe(t))); - v(this, "unsubscribe", (t) => m(this, ve).delete(t)); - if (m(ae, me)) return m(ae, me); - } -}; -me = new WeakMap(), oe = new WeakMap(), ve = new WeakMap(), et = new WeakMap(), F(ae, me, null), v(ae, "getInstance", () => (m(ae, me) || U(ae, me, new ae()), m(ae, me))); -let pt = ae; -const nn = pt.getInstance(), kt = k.forwardRef(({ listCode: e, base62params: t, className: n, theme: a, themeProps: r, layouts: i, classNames: s }, o) => { - const [{ resource: l, primaryKey: c, batchOperations: u = [], itemOperations: g = [], columns: f = [], themeConfig: y, theme: h, isConditionFormLayout: w = !1, isTreeSider: C, treeSiderConfig: S, isItemGridLayout: j, itemGridLayout: P, title: z, isPaginate: I, tabs: M }, R] = E({ isItemGridLayout: !1, itemGridLayout: {} }), $ = Kn(e, t), [{ dataSource: x, itemOperationsAccess: W, condition: N, tab: q, keyword: ue, page: _, total: nt, pageSize: De, sider: at, onConditionChange: Nt, onTabChange: gn, onKeywordChange: pn, onPageChange: mn, onPageSizeChange: hn, onSiderChange: fn, onReload: rt }, Tt] = Jn($, e, c, l), yn = gt(g, x, W, c), wn = gt(u); - return O(() => { - let qe = null; - return e && L.get(`/api/_/${e}`).resp(({ data: He, res: bn }) => { - He != null && He.isDynamicRefresh && (qe = nn.subscribe(() => rt(), bn)), R(He); - }).catch(() => R({})), () => qe == null ? void 0 : qe(); - }, [e]), k.useImperativeHandle(o, () => ({ onReload: rt, onClickCallback: Tt })), d(tn, { listCode: e, title: z, classNames: s, layouts: i, resource: l, primaryKey: c, theme: a || h, themeProps: r || y, isTreeSider: C, treeSiderConfig: S, isPaginate: I, tabs: M, isItemOperations: yn, isBatchOperations: wn, batchOperations: u, itemOperations: g, isItemGridLayout: j, columns: f, itemGridLayout: P, isConditionFormLayout: w, itemOperationsAccess: W, dataSource: x, onConditionChange: Nt, onTabChange: gn, onKeywordChange: pn, onPageChange: mn, onPageSizeChange: hn, onSiderChange: fn, condition: N, tab: q, keyword: ue, page: _, total: nt, pageSize: De, sider: at, className: A("ff-data-list-helper", n), onReload: rt, onClickCallback: Tt }); -}), an = (e, t, n = !0) => n !== !0 && n-- <= 0 ? [] : p.isArray(e) && !p.isEmpty(e) ? e.reduce((a, r) => (Reflect.has(r, t) && Reflect.has(r, "children") && a.push(r[t]), Reflect.has(r, "children") && !p.isEmpty(r.children) ? a.concat(an(r.children, t, n)) : a), []) : [], na = ({ className: e, primaryKey: t, columns: n = [], dataSource: a = [], operationRender: r, operationWidth: i = 180, ...s }) => { - const { classNames: o } = de(ee); - Ge(); - const l = D(null), c = D(null), [u, g] = E([]), [f, y] = E({ width: 0, height: 0 }); - O(() => { - g(an(a, t)); - }, [a, t]), xn(() => { - const w = new ResizeObserver(() => { - var C; - y({ width: ((C = l.current) == null ? void 0 : C.nativeElement.querySelector(".ant-table-body").scrollWidth) || c.current.offsetWidth, height: c.current.offsetHeight }); - }); - return c.current && w.observe(c.current), () => { - c.current && w.unobserve(c.current); - }; - }, []); - const h = Hn(n); - return d("div", { ref: c, className: A("ff-data-list-table", o.content, e), children: f.height ? d(Nn, { ...s, ref: l, rowKey: (w) => (w == null ? void 0 : w[t]) ?? Math.random(), columns: h == null ? void 0 : h.concat(r ? [{ title: "操作", align: "center", fixed: "right", width: `${Math.ceil(i / f.width * 100).toFixed(2)}%`, render: (w, C, S) => r(C, S) }] : []), dataSource: a, size: "middle", scroll: { x: "max-content", y: f.height - 50 }, pagination: !1, expandable: { defaultExpandAllRows: !0, expandRowByClick: !0, onExpandedRowsChange: g, expandedRowKeys: u } }) : null }); -}, aa = "RC_FORM_INTERNAL_HOOKS", rn = (e, { initialValue: t, initialValueLanguage: n, convertJs: a, convertJsSetting: r, type: i = "string" }, s = null) => { - const o = D(!1), l = de(Ln), [c, u] = E(), [g, f] = E(n != "javascript" && e ? l.getFieldValue(e) : void 0), { registerWatch: y } = l.getInternalHooks(aa) || {}; - return O(() => y == null ? void 0 : y((h, w, C) => { - if (!o.current) return; - const S = p.get(w, e); - p.isEqual(S, g) || f(X(S, i)); - }), [g]), O(() => { - n == "javascript" && t ? Ce.exec(t, {}, { getFieldValueForBasicForm: (h) => s ? s.getFieldValue(h) : l.getFieldValue(h), getFieldValue: (h) => l.getFieldValue(h) }).then((h) => f(X(h, i))).catch((h) => notification.error({ message: `布局数据错误: ${JSON.stringify(h)}` })).finally(() => o.current = !0) : (t && f(X(t ?? l.getFieldValue(e), i)), o.current = !0); - }, [t, n]), We(() => { - o.current && a && new Ye([a, r]).toValue(g, l.getFieldsValue(!0)).then(u).catch((h) => { - u(h), console.error("布局数据转换错误: ", h, a); - }); - }, [g, a, r]), [c ?? g, g]; -}, sn = (e, t, n = "@pkg/ff/grid-layouts", a = null) => G(() => { - var r; - return (r = p.sortBy(e, ["y", "x"])) == null ? void 0 : r.map(({ i, x: s, y: o, w: l, h: c, field: { boxStyle: u, widgetPrefix: g = n, widget: f, ...y } }, h) => d("div", { className: "grid-layout-item", style: Zt(s, o, l, c, u, f === "Height" && (y == null ? void 0 : y.initialValue)), children: d(ra, { ...y, basicForm: a, itemWidget: f != null && f.startsWith("@") || f != null && f.startsWith("blob:") ? f : `${g}/${f}`, itemWidgetRender: t }) }, i || h)); -}, [e]), ra = ({ itemWidget: e, itemWidgetRender: t, basicForm: n, ...a }) => { - const [r, i] = E(); - return O(() => { - Z.getWidgetComponent(e).then(({ defaultProps: s = {}, default: o }) => { - i(k.createElement(t(o, s, n), a)); - }).catch((s) => { - console.error(s), i(e); - }); - }, [e]), r; -}, on = ({ cols: e = 12, rowHeight: t = 21, fields: n = [], data: a, containerPadding: r = [0, 0], itemMargin: i = [4, 0], formProps: s = {}, className: o, ...l }) => { - const [c] = Q.useForm(), u = sn(n, ia, "@pkg/ff/grid-layouts"), g = G(() => [{ name: "__PROPS__", value: s }], [s]); - return We(() => (c.setFieldsValue(a), () => c.resetFields()), [a]), d(Q, { fields: g, form: c, component: !1, children: d("div", { ...l, className: A("ff-grid-layout", o), style: { "--grid-layout-item-margin-y": `${(i == null ? void 0 : i[0]) || 0}px`, "--grid-layout-item-margin-x": `${(i == null ? void 0 : i[1]) || 0}px`, "--grid-layout-container-padding-y": `${(r == null ? void 0 : r[0]) || 0}px`, "--grid-layout-container-padding-x": `${(r == null ? void 0 : r[1]) || 0}px`, "--grid-layout-cols": e, "--grid-layout-row-height": `${t}px` }, children: u }) }); -}, ia = (e, t = {}, n = null) => (a) => { - const { code: r, label: i, extras: s, isVirtual: o, initialValue: l, initialValueLanguage: c, convertJs: u, convertJsSetting: g, ...f } = p.merge({}, t, a), [y, h] = rn(o ? null : r, { initialValue: l, initialValueLanguage: c, convertJs: u, convertJsSetting: g, type: (f == null ? void 0 : f.type) || "string" }, n); - return d(e, { ...f, value: y, rawValue: h, $setting: s || {} }); -}, lr = (jt = on, function({ code: e, data: t, ...n }) { - const [a, r] = E({ resource: null, cols: 12, rowHeight: 21, fields: [] }); - return O(() => { - e && L.get(`/api/_/${e}`).then((i) => r(p.pick(i, ["resource", "cols", "rowHeight", "fields"]))); - }, [e]), (a == null ? void 0 : a.resource) && d(jt, { ...n, rowHeight: a.rowHeight, cols: a.cols, fields: a.fields, data: a != null && a.resource ? { [a == null ? void 0 : a.resource]: t } : {} }); -}); -var jt; -const cr = ({ widget: e, widgetPrefix: t = "@pkg/ff/grid-layouts", basicForm: n, ...a }) => { - const r = e != null && e.startsWith("@") || e != null && e.startsWith("blob:") ? e : `${t}/${e}`, [i, s] = E(); - return O(() => { - r && Z.getWidgetComponent(r).then(({ defaultProps: o = {}, default: l }) => ({ default: sa(l, o, n) })).catch((o) => ({ default: () => `${o}` })).then((o) => s(k.createElement(o.default, a))); - }, [r]), i; -}, sa = (e, t = {}, n = null) => (a) => { - const { code: r, label: i, extras: s, isVirtual: o, initialValue: l, initialValueLanguage: c, convertJs: u, convertJsSetting: g, value: f, ...y } = p.merge({}, t, a), [h, w] = rn(o ? null : r, { initialValue: l, initialValueLanguage: c, convertJs: u, convertJsSetting: g, type: (y == null ? void 0 : y.type) || "string" }, n); - return d(e, { ...y, value: h, rawValue: w, $setting: s || {} }); -}, oa = ({ cols: e, rowHeight: t, itemMargin: n, fields: a, primaryKey: r, dataSource: i, itemClassName: s, itemRender: o = (g, f, y) => g, empty: l = d(Tn, { description: null }), className: c, style: u = {} }) => { - const { classNames: g } = de(ee), f = Ge(), y = G(() => d(on, { cols: e, rowHeight: t, itemMargin: n, fields: a, className: s }), [a, e, t, n]); - return d("div", { className: A("ff-data-list-content", g.content, c), style: u, children: p.isEmpty(i) ? l : i.map((h, w) => { - const C = o(k.cloneElement(y, { data: h }), h, w); - return k.cloneElement(C, { key: `${f}-${(h == null ? void 0 : h[r]) || w}` }); - }) }); -}, la = ({ component: e }) => { - const { base62params: t } = Vn(); - return d(K, { children: d(kt, { listCode: e, base62params: L.decode(t) }) }); -}, ca = () => "Empty", da = ({ component: e, $setting: t }) => { - const [n, a] = E(); - O(() => { - if (!e) return a(d(ca, { description: null })); - Z.getWidgetComponent(e).catch((i) => ({ default: () => `${i}` })).then((i) => k.createElement(i.default, { $setting: t })).then(a); - }, [e]); - const r = le.getPageParams() || {}; - return n ? k.cloneElement(n, r) : null; -}; -var he, Y, fe, ye, Me, ze; -const re = class re { - constructor() { - F(this, Y, /* @__PURE__ */ new Map()); - F(this, fe, {}); - F(this, ye, null); - v(this, "init", (t, n) => { - U(this, Y, t), U(this, fe, n); - }); - v(this, "get", (t) => (m(this, Y).has(t) || (t = Array.from(m(this, Y).keys()).find((n) => m(this, Y).get(n).uri === t)), m(this, Y).get(t) || {})); - v(this, "redirect", (t, n, a = {}) => { - const { uri: r, type: i, widgetProps: s } = this.get(t) || {}; - let o = An(r || t, i != "list" ? n : p.mapValues(n, (c) => L.encode(c))); - const l = new URLSearchParams(); - for (const c in s || {}) (s == null ? void 0 : s.type) == "query" && l.append(c, n[c]); - return l.size > 0 && (o = `${o}?${l.toString()}`), m(this, ye).navigate(o, a); - }); - v(this, "getMenus", (t) => { - var n; - return ((n = m(this, fe)) == null ? void 0 : n[t]) || []; - }); - v(this, "findMenuPathByUuid", (t) => { - let n = []; - for (const a in m(this, fe)) if (n = m(this, Me).call(this, m(this, fe)[a], t, [a]), n.length > 1) return n; - return n; - }); - v(this, "getMenusByRouteUuid", (t) => m(this, ze).call(this, t, Object.values(m(this, fe)).flat())); - F(this, Me, (t, n, a = []) => { - if (p.isEmpty(t)) return a; - for (const { uuid: r, children: i } of t) { - if (r == n) return a.concat(r); - if (!p.isEmpty(i)) return a.concat(r, m(this, Me).call(this, i, n)); - } - return a; - }); - F(this, ze, (t, n) => { - var r; - let a = []; - for (const i of n) i.widgetType == "redirect" && (i.uuid == t || i.widget == t ? a.push(i) : (r = i.children) != null && r.length && (a = a.concat(m(this, ze).call(this, t, i.children)))); - return a; - }); - v(this, "getCurrentMenu", () => { - const { uuid: t } = this.getCurrentRoute() || {}; - if (!t) return; - const n = this.getMenusByRouteUuid(t); - return p.isEmpty(n) ? void 0 : n[0]; - }); - v(this, "getCurrentRoute", (t = 0) => { - var a; - const n = (a = m(this, ye).state.matches[m(this, ye).state.matches.length - 1 - t]) == null ? void 0 : a.route; - if (!n) return null; - for (let [r, i] of m(this, Y)) if (i.uri === n.path) return i; - return null; - }); - v(this, "getPageParams", (t) => { - var i, s; - const { location: n = {}, matches: a = [] } = ((i = m(this, ye)) == null ? void 0 : i.state) || {}, r = ((s = a[a.length - 1]) == null ? void 0 : s.params) || {}; - return n.search && new URLSearchParams(n.search).forEach((o, l) => { - r[l] = o; - }), t ? p.get(r, t) : r; - }); - v(this, "createBrowserRouter", (t = {}) => { - if (m(this, Y).size == 0) return null; - const n = Oe.get("Common.WEBSITE_DEFAULT_THEME", "@pkg/ff/frameworks/DefaultTheme"), a = Oe.get(Z.checkUserToken() ? "Common.WEBSITE_LOGIN_REDIRECT" : "Common.WEBSITE_DEFAULT", "/index"), r = { [n]: 0 }, i = (o, l) => () => Z.getWidgetComponent(o).then((c) => c.default || function() { - return `${o}`; - }).then((c) => ({ Component: () => k.createElement(Kt, {}, k.createElement(c, l)) })), s = Array.from(m(this, Y).values()).reduce((o, { uuid: l, uri: c, name: u, type: g, component: f, widgetSetting: y, isLogin: h, isLayout: w, extra: C }) => { - let S = {}, j = 0; - switch (g) { - case "list": - S.element = k.createElement(la, { component: f }); - break; - case "fsdpf-component": - S.element = k.createElement(da, { key: f, component: f, $setting: y }); - } - if (C != null && C.layout) { - if (!r[C == null ? void 0 : C.layout]) return r[C == null ? void 0 : C.layout] = o.length, [...o, { path: "/", lazy: i(C == null ? void 0 : C.layout, {}), children: [{ path: c, ...S }] }]; - j = r[C == null ? void 0 : C.layout]; - } - return w && j > -1 ? (o[j].children.push({ path: c, ...S }), o) : [...o, { path: c, ...S }]; - }, [{ path: "/", lazy: i(n, {}), children: [] }]); - return s.push({ index: !0, element: k.createElement(ua, { to: a, replace: !0 }) }), U(this, ye, jn(s, t)); - }); - if (m(re, he)) return m(re, he); - } -}; -he = new WeakMap(), Y = new WeakMap(), fe = new WeakMap(), ye = new WeakMap(), Me = new WeakMap(), ze = new WeakMap(), F(re, he, null), v(re, "getInstance", () => (m(re, he) || U(re, he, new re()), m(re, he))); -let mt = re; -const ua = ({ to: e, replace: t }) => In() ? k.createElement(Mn, { to: e, replace: t }) : (window.document.location = e, "redirect"), le = mt.getInstance(), Se = new Worker(new URL("/ff-worker/index.js", self.location)), It = { getConfigure: (e) => Oe.get(e), route: { redirect: (...e) => le.redirect(...e), getPageParams: (...e) => le.getPageParams(...e), getCurrentRoute: () => le.getCurrentRoute() }, popup: { notification: (...e) => J.notification(...e), success: (...e) => J.success(...e), error: (...e) => J.error(...e), form: (...e) => J.form(...e), modal: (...e) => J.modal(...e), confirm: (...e) => J.confirm(...e) } }; -var tt, Te, we; -const B = class B { - constructor() { - v(this, "exec", (t, n = {}, a = {}, r = "") => new Promise((i, s) => { - const o = Ft(B, tt)._++; - m(B, Te).set(o, a), B.mQueue.set(o, [i, s]), Se.postMessage({ id: o, session: r, category: "eval", method: t, args: n }); - })); - v(this, "clear", (t) => Se.postMessage({ session: t, category: "clear" })); - if (m(B, we)) return m(B, we); - Promise.resolve().then(() => Aa).then((t) => { - It.http = t.http; - }), Se.addEventListener("message", ({ data: { id: t, task_id: n, method: a, args: r, category: i, data: s, error: o, session: l } }) => { - if (i === "eval" && B.mQueue.has(t)) o !== null ? B.mQueue.get(t)[1](o) : B.mQueue.get(t)[0](s), m(B, Te).delete(t), B.mQueue.delete(t); - else if (i === "util") try { - const c = p.get(It, a.split("/")) || p.get(m(B, Te).get(n), a.split("/")); - if (!p.isFunction(c)) throw `${a} not found`; - Promise.resolve(Reflect.apply(c, void 0, r)).then((u) => { - Se.postMessage({ id: t, task_id: n, category: i, method: a, args: r, session: l, data: u, error: null }); - }).catch((u) => { - Se.postMessage({ id: t, task_id: n, category: i, method: a, args: r, session: l, data: null, error: u }); - }); - } catch (c) { - Se.postMessage({ id: t, task_id: n, category: i, method: a, args: r, session: l, data: null, error: c }); - } - }, !1); - } -}; -tt = new WeakMap(), Te = new WeakMap(), we = new WeakMap(), v(B, "mQueue", /* @__PURE__ */ new Map()), F(B, tt, 0), F(B, Te, /* @__PURE__ */ new Map()), F(B, we, null), v(B, "getInstance", () => (m(B, we) || U(B, we, new B()), m(B, we))); -let ht = B; -const Ce = ht.getInstance(), xt = () => { - const e = D(!0), [, t] = k.useReducer((n) => n + 1, 0); - return O(() => () => e.current = !1, []), () => e.current && t(); -}, dr = (e) => { - const t = D(); - return O(() => { - t.current = e; - }, [e]), t.current; -}, ur = (e) => { - const [t, n] = E(e), a = D(null), r = ce((i, s) => { - a.current = s, n(i); - }, []); - return O(() => { - a.current && (a.current(t), a.current = null); - }, [t]), [t, r]; -}, We = (e = (a) => { -}, t, n = p.isEqual) => { - const a = k.useRef(); - n(t, a.current) || (a.current = p.cloneDeep(t)), k.useEffect(e, [a.current]); -}, vt = We, ln = (e, t = "string") => { - var n; - if (!Array.isArray(e)) return e; - for (let a = 0; a < e.length; a++) e[a].value = X((n = e[a]) == null ? void 0 : n.value, t), e[a] && Reflect.has(e[a], "children") && (e[a].children = ln(e[a].children, t)); - return e; -}, gr = (e, t = "json", n = "string", a, r = null) => { - const [i] = Q.useForm(a), [s, o] = E([{ label: "无", value: "", disabled: !0 }]), l = D([]), c = Q.useWatch((u) => l.current.length === 0 ? null : p.pick(u, l.current), i) || null; - return O(() => { - Array.isArray(e) ? o(e) : t === "javascript" && e ? Ce.exec(e, {}, { getFieldValue: (u) => (l.current.includes(u) || l.current.push(u), i.getFieldValue(u)), getFieldValueForBasicForm: (u) => (l.current.includes(u) || l.current.push(u), r ? r.getFieldValue(u) : i.getFieldValue(u)) }).then((u) => { - o(X(u, "array")); - }) : e && o(X(e, "array")); - }, [e, t, c]), ln(s, n); -}, pr = (e) => { - const [t, n] = E(), a = { type: "GET" }; - if (typeof e == "string" ? a.url = e : p.isPlainObject(e) && Object.assign(a, e), !(a != null && a.url)) throw "url is required"; - const r = (i) => L.request(a, !1).resp((s) => (console.log("useSubscribeRequest", i), n(s), s)); - return We(() => { - let i = null; - return r().then((s) => { - i = nn.subscribe(p.throttle(r, 180, { leading: !1, trailing: !0 }), s.res); - }), () => i == null ? void 0 : i(); - }, a), t; -}, ga = (e) => { - const [t, n] = k.useState({ gridItems: [], hideItems: [] }); - return k.useEffect(() => { - e && L.get(`/api/_/${e}`).then(({ pk: a, uuid: r, code: i, resource: s, align: o, cols: l, rowHeight: c, marginX: u, marginY: g, listenChangeFields: f, listenChangeFieldsFunc: y, fields: h }) => ({ pk: a, uuid: r, code: i, resource: s, align: o, cols: l, rowHeight: c, marginX: u, marginY: g, listenChangeFields: f, listenChangeFieldsFunc: y, ...h.reduce((w, C) => { - var S; - return (S = C == null ? void 0 : C.field) != null && S.hidden ? w.hides.push(C == null ? void 0 : C.field) : w.items.push(C), w; - }, { items: [], hides: [] }) })).then(n); - }, [e]), t; -}, pa = ({ max: e = 0, min: t = 0, type: n = "", message: a, pattern: r, required: i = !1, validator: s } = {}, o, l) => { - const [c, u] = E([]); - return O(() => { - const g = []; - if (i) { - let f = l; - switch (l) { - case "number": - case "string": - case "array": - break; - case "bool": - f = "boolean"; - break; - case "json": - f = "object"; - } - g.push({ type: f, required: !0, whitespace: !0, message: "该项必填" }); - } - switch (n) { - case "string": - g.push({ type: n, max: e, min: t, message: a || (t && e ? `字符必须在 ${t} ~ ${e} 之间` : `${e ? "最多能有" : "最少要有"} ${t || e} 个字符`) }); - break; - case "pattern": - g.push({ type: "string", pattern: r, message: a }); - break; - case "validator": - s && g.push(({ getFieldValue: f }) => ({ validator: async (y, h) => { - const w = await Ce.exec(s, { value: h, fieldName: o }, { getFieldValue: f }); - return p.isString(w) && w ? Promise.reject(w) : p.isBoolean(w) && !w ? Promise.reject(a) : Promise.resolve(); - } })); - } - u(g); - }, [e, t, n, a, r, i, s]), c; -}, ma = (e, t, n) => { - const [a, r] = E(null); - return O(() => { - const { initDataUri: i = `/api/${e}`, initDataMethod: s = "GET" } = n || {}; - t && L.request({ method: s, url: p.trimEnd(`${i}/${t}`, "/") }).then((o) => { - r(o); - }); - }, [e, t, n]), a; -}, ha = (e, t, n, a = {}) => { - const r = xt(), i = D(!0), s = D([]), [o, l] = E(n), c = Q.useWatch((u) => JSON.stringify(p.pick(u, s.current)), t) || "{}"; - return O(() => { - e && Ce.exec(e, a, { getFieldValue: p.wrap(t.getFieldValue, (u, g) => (s.current.some((f) => p.isEqual(f, g)) || (s.current.push(g), r()), u(g))), isFieldTouched: t.isFieldTouched, isFieldsTouched: t.isFieldsTouched }).then((u) => i.current && l(u)); - }, [e, c, t, a]), O(() => () => i.current = !1, []), o; -}, mr = ({ value: e, onChange: t }, n = null) => { - const a = D(), [r] = Q.useForm(n); - return vt(() => { - p.isEqual(a.current, e) || r.setFieldsValue(e); - }, [e]), O(() => () => r.resetFields(), []), [G(() => r.__INTERNAL__ ? r : { ...r, __INTERNAL__: {} }, [r]), (i, s) => { - a.current = s, t(s); - }]; -}, fa = ({ type: e, initialValue: t, initialValueLanguage: n, onChange: a, form: r }) => { - const i = ha(n == "javascript" && t, r, n == "javascript" ? void 0 : t, {}); - return O(() => { - n == "javascript" ? a(X(i, e)) : t && a(X(t, e)); - }, [e, t, i]), null; -}, ya = ({ widget: e = "Input", widgetPrefix: t = "@pkg/ff/grid-layout-forms", widgetDecorator: n, subWidgets: a, basicForm: r, ...i }) => { - const s = e != null && e.startsWith("@") || e != null && e.startsWith("blob:") ? e : `${t}/${e}`, [o, l] = E(); - return O(() => { - s && Z.getWidgetComponent(s).then(({ defaultProps: c = {}, default: u }) => ({ default: cn(u, c, r) })).catch((c) => ({ default: () => `${c}` })).then((c) => l(k.createElement(c.default, i))); - }, [s]), o && k.cloneElement(o, i); -}, cn = (e, t = {}, n = null) => (a) => { - const { type: r, code: i, label: s, noStyle: o, placeholder: l, extras: c, validators: u, help: g, isVirtual: f, $isReserved: y, initialValue: h, initialValueLanguage: w, convertJs: C, convertJsSetting: S, widgetPerfix: j, boxStyle: P, widgetDecorator: z, subWidgets: I, ...M } = { ...t, ...a }, R = pa(u || {}, i, r), $ = { label: s, noStyle: o, colon: !1, layout: "vertical" }, x = { placeholder: l, ...M }, W = ce((N) => N == null ? void 0 : X(N, r), [r]); - return d(Ht, { name: i, rules: R, initialValue: W(h), normalize: W, children: (N, q, ue) => { - var _; - return d(e, { type: r, rcform: ue, itemProps: { validateStatus: q.errors.length > 0 ? "error" : "success", tooltip: g, help: q.errors.length > 0 ? q.errors.join("、") : null, required: ((_ = R == null ? void 0 : R[0]) == null ? void 0 : _.required) || !1, ...$ }, fieldProps: { ...x, ...N }, $setting: c || {} }); - } }); -}, St = ({ cols: e = 24, rowHeight: t = 16, itemMargin: n = [8, 16], containerPadding: a = [0, 0], fields: r = [], children: i, basicForm: s = null }) => { - const o = sn(r, cn, "@pkg/ff/grid-layout-forms"); - return V("div", { className: "ff-grid-layout-form", style: { "--grid-layout-item-margin-x": `${(n == null ? void 0 : n[0]) ?? 8}px`, "--grid-layout-item-margin-y": `${(n == null ? void 0 : n[1]) ?? 16}px`, "--grid-layout-container-padding-y": `${(a == null ? void 0 : a[0]) || 0}px`, "--grid-layout-container-padding-x": `${(a == null ? void 0 : a[1]) || 0}px`, "--grid-layout-cols": e, "--grid-layout-row-height": `${t}px` }, children: [o, i && k.cloneElement(i, { cols: e, rowHeight: t, itemMargin: n, containerPadding: a, fields: r })] }); -}; -St.propTypes = { fields: b.array }; -const wa = (Mt = St, ({ code: e, layout: t, name: n, primaryKey: a = 0, style: r = {}, formProps: i = {}, form: s, isPreview: o = !1, className: l, onFinish: c, onValuesChange: u = () => { -}, ...g }) => { - const { align: f, autoComplete: y, resource: h, items: w, hides: C, rowHeight: S, marginX: j, marginY: P, cols: z, listenChangeFields: I, listenChangeFieldsFunc: M, pk: R, uuid: $ } = ga(e), [x] = Q.useForm(s), W = G(() => [{ name: "__PK__", value: R }, { name: "__PROPS__", value: i }, { name: "__RESOURCE__", value: h }, { name: "__LAYOUT_KEY__", value: e }, { name: "__LAYOUT_UUID__", value: $ }, { name: "__PRIMARY_KEY__", value: a }], [R, e, $, h, a, i]); - return V(Q, { className: l, name: n || e, layout: t || f, fields: W, form: x, autoComplete: y, style: { ...r, position: "relative" }, onFinish: c, onValuesChange: (N, q) => (({ changedValues: ue, allValues: _, listenChangeFields: nt, listenChangeFieldsFunc: De, onValuesChange: at, code: Nt }) => { - at(ue, _), De && Array.isArray(nt) && Ce.exec(De, { changedValues: ue, allValues: _ }, { getFieldValue: x.getFieldValue, setFieldValue: x.setFieldValue, setFieldsValue: x.setFieldsValue, isFieldTouched: x.isFieldTouched, isFieldsTouched: x.isFieldsTouched }); - })({ changedValues: N, allValues: q, listenChangeFields: I, listenChangeFieldsFunc: M, onValuesChange: u, code: e }), children: [d(Mt, { ...g, form: x, code: e, fields: w, cols: z, rowHeight: S, itemMargin: [j, P] }), C == null ? void 0 : C.map((N) => { - var q; - return d(Ht, { name: N.code, children: d(fa, { form: x, name: N.code, type: N.type, initialValue: N.initialValue, initialValueLanguage: (q = N.extras) == null ? void 0 : q.initialValueLanguage }) }, JSON.stringify(N.code)); - })] }, e); -}); -var Mt; -const dn = ({ $setting: e, $close: t, extras: n, code: a, primaryKey: r, ...i }) => { - const [s] = Q.useForm(), o = ma(a, r, e); - return O(() => { - o && s.setFieldsValue(o); - }, [o]), d(K, { actions: V(k.Fragment, { children: [d(T, { name: "保存", type: "primary", widget: () => { - const l = s.getFieldValue("__RESOURCE__"), { initDataUri: c = `/api/${a}` } = e || {}; - s.validateFields(!0).then((u) => l ? p.pick(u, [l]) : u).then((u) => L.post(r ? `${c}/${r}` : `${c}`, u).msg(t)).catch(() => J.error("请先完善表单信息", { duration: 2e3 })); - } }), d(T, { name: "取消", widget: () => t(!1) })] }), extras: n, children: d(wa, { form: s, code: a, primaryKey: r, ...i }) }); -}, ba = (e, t, n, { isReplaceRouteHistory: a = !1 } = {}) => le.redirect(n, t, { replace: a }), Ca = (e, t = {}, n, a = {}) => { - var i; - const r = (i = a.router) == null ? void 0 : i.reduce((s, [o, l, c]) => { - const u = p.get(t, ["router", o]); - if (!u && u !== 0 && l) throw `请传入 ${c}`; - return `${s}/${u}`; - }, `/api/${n}`); - return L.del(r, t.param).msg(); -}, zt = (e, t, n, { status: { loading: a, disabled: r }, setStatus: i }) => { - const s = { loading: (o) => o === void 0 ? a : i((l) => ({ ...l, loading: o })), disabled: (o) => o === void 0 ? r : i((l) => ({ ...l, disabled: o })) }; - return p.isFunction(n) ? n.call(null, { ...t, ...s }) : p.isString(n) && n ? Ce.exec(n, t, s) : null; -}, Bt = (e, t, n, a, r) => p.isString(n) && n ? Z.getWidgetComponent(n).then(({ default: i }) => J.modal(i, { ...t, $setting: a }, r != null && r.title ? { ...r, title: p.template(r.title)(e) } : r)).catch((i) => { - J.error(n, { content: i.toString() }); -}) : J.modal(n, { ...t, $setting: a }, r != null && r.title ? { ...r, title: p.template(r.title)(e) } : r), ka = (e, t, n, a, r) => J.modal(dn, { ...t, $setting: a, code: n }, r != null && r.title ? { ...r, title: p.template(r.title)(e) } : r), xa = (e, t, n, a, r) => J.modal(kt, { base62params: t, $setting: a, listCode: n }, r != null && r.title ? { ...r, title: p.template(r.title)(e) } : r), va = ({ widget: e, widgetType: t, widgetData: n, widgetProps: a, widgetSetting: r, widgetContainerProps: i }, { onAfterClick: s, onBeforeClick: o }) => { - const l = de(ee), [c, u] = E({ leading: !0, trailing: !1 }), g = G(() => { - switch (t) { - case "redirect": - return p.partialRight(ba, e, r); - case "func": - return p.partialRight(zt, (r == null ? void 0 : r.code) ?? e, { status: c, setStatus: u }); - case "fsdpf-component": - return p.partialRight(Bt, e, r, i); - case "grid-layout-form": - return p.partialRight(ka, e, r, i); - case "data-list": - return p.partialRight(xa, e, r, i); - case "destroy": - return p.partialRight(Ca, e, r, i); - default: - if (Pt(e) || k.isValidElement(e)) return p.partialRight(Bt, e, r, i); - if (p.isFunction(e)) return p.partialRight(zt, (r == null ? void 0 : r.code) || e, { status: c, setStatus: u }); - } - return (...f) => console.error("useButton unknown widgetType", t, ...f); - }, [e, t]); - return [p.debounce((f) => (o == null || o(f), Promise.resolve(Gt(a, f, { list: l })).then((y) => g(f, { ...n, ...y })).then((y) => s == null ? void 0 : s(y)).catch(console.error)), 300, { leading: !0, trailing: !1 }), c]; -}, Wt = /* @__PURE__ */ new Set(), ft = (e = [], t = 0) => { - const n = e[t]; - if (n.length && !Wt.has(n)) { - const a = document.createElement("script"); - a.setAttribute("src", n), a.setAttribute("data-namespace", n), e.length > t + 1 && (a.onload = () => { - ft(e, t + 1); - }, a.onerror = () => { - ft(e, t + 1); - }), Wt.add(n), document.body.appendChild(a); - } -}, yt = ({ className: e, type: t, style: n = {}, ...a }) => d("span", { role: "img", className: A("ff-iconfont", e), style: n, ...a, children: d("svg", { style: { width: "1em", height: "1em", fill: "currentColor", overflow: "hidden" }, viewBox: "0 0 1024 1024", children: d("use", { xlinkHref: `#${t}` }) }) }); -yt.propTypes = { className: b.string, type: b.string.isRequired, style: b.object }, yt.init = ft; -const Ue = (e) => function({ className: t, children: n, name: a, icon: r, type: i = "default", iconPosition: s = "start", noAuthType: o, onAfterClick: l, onBeforeClick: c, data: u, loading: g, disabled: f, tooltip: y, confirm: h, widget: w, widgetType: C, widgetData: S, widgetProps: j, widgetSetting: P, widgetContainerProps: z, ...I }) { - const M = p.isEmpty(y) || !y.enabled ? {} : y, R = p.isEmpty(h) ? { enabled: !1 } : Object.assign({ enabled: !0 }, h), $ = { type: "primary", className: A("ff-button", t), iconPosition: s }; - i === "danger" ? $.danger = !0 : i === "default" && ($.type = i), e === "link" || e === "dashed" ? ($.type = e, i === "default" && ($.className = A($.className, "ff-default"))) : e !== "circle" && e !== "round" || ($.shape = e), r && ($.icon = d(yt, { type: r })); - const [x, W] = E(!1), [N, { disabled: q, loading: ue }] = va({ widget: w, widgetType: C, widgetData: S, widgetProps: j, widgetSetting: P, widgetContainerProps: z }, { onAfterClick: l, onBeforeClick: c }); - return d(En, { okText: "确定", cancelText: "取消", ...R, disabled: q || f, open: x, onOpenChange: (_) => { - if (!_) return W(_); - R.enabled ? W(_) : N(u); - }, onConfirm: () => { - N(u); - }, onClick: (_) => { - _.stopPropagation(); - }, children: d(Rn, { ...M, title: x ? null : M == null ? void 0 : M.title, trigger: ["hover", "click"], children: d(lt, { loading: ue || g, disabled: q || f, ...$, ...I, children: n || a }) }) }); -}, T = Ue("default"), Sa = Ue("link"), $a = Ue("circle"), Pa = Ue("round"), Na = Ue("dashed"), Ut = ({ data: e, widget: t, widgetType: n = "fsdpf-component", widgetData: a, widgetProps: r, widgetSetting: i, widgetContainerProps: s, onAfterClick: o, onBeforeClick: l, children: c, extras: u }) => { - const g = de(ee), [f, y] = E(!1), [h, w] = E("hover"), [C, S] = E({}), [j, P] = E(), { placement: z, align: I, arrow: M = { pointAtCenter: !0 }, getPopupContainer: R, ...$ } = s || {}; - O(() => { - n == "grid-layout-form" ? P(k.createElement(dn, { ...a, $setting: i, code: t })) : n == "data-list" ? P(k.createElement(kt, { base62params: e, $setting: i, listCode: t })) : p.isString(t) ? Z.getWidgetComponent(t).then(({ default: N }) => { - P(k.createElement(N, { ...a, $setting: i })); - }).catch((N) => P(N.toString())) : Pt(t) ? P(k.createElement(t, { ...a, $setting: i })) : k.isValidElement(t) && P(k.cloneElement(t, { ...a, $setting: i })); - }, [t, n, a]), O(() => { - Promise.resolve(Gt(r, e, { list: g })).then(S); - }, [r, e]); - const x = (N, q = !1) => (y(N), !N && w("hover"), N ? l == null ? void 0 : l(C) : o == null ? void 0 : o(q)), W = (N) => { - y(!0), w("click"); - }; - return d(Fn, { zIndex: 1080, placement: z, onPopupClick: W, onClick: W, open: f, align: I, arrow: M, trigger: h, getPopupContainer: R, content: d(Ta, { ...$, extras: u, children: j && k.cloneElement(j, { ...C, $close: (N) => x(!1, N) }) }), children: c, onOpenChange: x }); -}, Ta = ({ title: e, className: t, children: n, extras: a, width: r, height: i, ...s }) => { - const [o, l] = E({}), c = ce((y, h) => l((w) => ({ ...w, [y]: h })), []), u = ce((y) => l((h) => ({ ...h, [y]: void 0 })), []), g = e ? k.createElement("div", { className: "ff-popup-title" }, e) : o == null ? void 0 : o.title, f = a ?? k.createElement("div", { className: "ff-popup-reserved-extras" }, a); - return d(Be.Provider, { value: { ele: o, mount: c, unmount: u }, children: V("div", { className: A("ff-popup ff-popover", t), style: { width: r, height: i }, ...s, children: [V("div", { className: "ff-popup-header", children: [g, o == null ? void 0 : o["sub-title"]] }), n, V("div", { className: "ff-popup-footer", children: [f, o == null ? void 0 : o.extras, o == null ? void 0 : o.actions] })] }) }); -}; -Ut.propTypes = { widgetType: b.oneOf(["fsdpf-component", "grid-layout-form", "data-list"]) }, T.propTypes = { type: b.oneOf(["primary", "default", "danger", ""]), name: b.string, icon: b.string, iconPosition: b.oneOf(["start", "end"]), data: b.any, widget: b.any, widgetType: b.oneOf(["destroy", "redirect", "func", "fsdpf-component", "grid-layout-form", "grid-layout", "data-list"]), widgetData: b.object, widgetProps: b.object, widgetSetting: b.object, widgetContainerProps: b.object, tooltip: b.exact({ title: b.string.isRequired, placement: b.oneOf(["top", "left", "right", "bottom", "topLeft", "topRight", "bottomLeft", "bottomRight", "leftTop", "leftBottom", "rightTop", "rightBottom"]), enabled: b.oneOfType([b.bool, b.number]), getPopupContainer: b.func }), confirm: b.exact({ title: b.string.isRequired, cancelText: b.string, okText: b.string, okType: b.oneOf(["primary", "default", "danger", ""]), placement: b.oneOf(["top", "left", "right", "bottom", "topLeft", "topRight", "bottomLeft", "bottomRight", "leftTop", "leftBottom", "rightTop", "rightBottom"]), enabled: b.oneOfType([b.bool, b.number]), getPopupContainer: b.func, arrow: b.oneOfType([b.bool, b.exact({ pointAtCenter: b.bool })]) }) }, T.Link = Sa, T.Link.defaultProps = T.defaultProps, T.Link.propTypes = T.propTypes, T.Circle = $a, T.Circle.defaultProps = T.defaultProps, T.Circle.propTypes = T.propTypes, T.Round = Pa, T.Round.defaultProps = T.defaultProps, T.Round.propTypes = T.propTypes, T.Dashed = Na, T.Dashed.defaultProps = T.defaultProps, T.Dashed.propTypes = T.propTypes, T.Popover = Ut; -const Ea = ({ fields: e, formProps: t, $close: n }) => { - const [a] = Q.useForm(), r = G(() => [{ name: "__PROPS__", value: t }], [t]); - return d(K, { actions: V(k.Fragment, { children: [d(T, { name: "取消", widget: () => n(!1) }), d(T, { name: "确定", type: "primary", widget: () => a.validateFields(!0).then(n) })] }), children: d(Q, { fields: r, form: a, className: "ff-modal-form", children: e == null ? void 0 : e.map(({ code: i, ...s }) => d(ya, { code: i, ...s }, i)) }) }); -}, Ra = ({ className: e, $close: t, children: n, title: a, subTitle: r, actions: i, extras: s, zIndex: o, ...l }) => V(Wn, { ...l, prefixCls: "ff-drawer", className: A("ff-popup", e), maskMotion: { motionAppear: !0, motionName: "mask-motion" }, motion: (c) => ({ motionAppear: !0, motionName: `panel-motion-${c}` }), children: [V("div", { className: "ff-popup-header", children: [d("button", { "aria-label": "Close", className: "ff-popup-close", onClick: l.onClose, children: d(Ct, { type: "close" }) }), a, r] }), d("div", { className: "ff-popup-body", children: n }), V("div", { className: "ff-popup-footer", children: [s, i] })] }), Fa = ({ className: e, $close: t, $event: n, children: a, title: r, subTitle: i, actions: s, extras: o, zIndex: l, placement: c, ...u }) => { - const g = (n == null ? void 0 : n.pageX) === void 0 ? { animation: null, maskAnimation: null, mousePosition: { x: null, y: null } } : { animation: "zoom", maskAnimation: "fade", mousePosition: { x: n == null ? void 0 : n.pageX, y: n == null ? void 0 : n.pageY } }; - return d(Un, { ...u, ...g, prefixCls: "ff-modal", modalRender: () => V("div", { className: A("ff-modal-content ff-popup", e), children: [V("div", { className: "ff-popup-header", children: [d("button", { "aria-label": "Close", className: "ff-popup-close", onClick: u.onClose, children: d(Ct, { type: "close" }) }), r, i] }), d("div", { className: "ff-popup-body", children: a }), V("div", { className: "ff-popup-footer", children: [o, s] })] }) }); -}, un = ({ placement: e, $close: t, $event: n, children: a, title: r, ...i }) => { - const [s, o] = E({}), [l, c] = E(!0), u = ce((h, w) => o((C) => ({ ...C, [h]: w })), []), g = ce((h) => o((w) => ({ ...w, [h]: void 0 })), []); - let f = { ...i, className: s.rootClassName, title: s.title || r && k.createElement("div", { className: A("ff-popup-title") }, r), subTitle: s["sub-title"], actions: s.actions, extras: s.extras, children: a, $close: t, $event: n, onClose: () => c(!1) }; - const y = () => { - t(!1); - }; - return d(Be.Provider, { value: { ele: s, mount: u, unmount: g }, children: e && e !== "center" ? d(Ra, { ...f, placement: e, open: l, afterOpenChange: (h) => !h && y() }) : d(Fa, { ...f, visible: l, afterClose: y }) }); -}; -un.propTypes = { placement: b.oneOf(["center", "left", "top", "right", "bottom"]) }; -const H = () => { - const [e, t] = zn({ maxCount: 6, motion: { motionName: "ff-notification-fade", motionAppear: !0, motionEnter: !0, motionLeave: !0, onLeaveStart: (i) => { - const { offsetHeight: s } = i; - return { height: s }; - }, onLeaveActive: () => ({ height: 0, opacity: 0, margin: 0 }) }, prefixCls: "ff-notification" }), [, n] = k.useReducer((i) => i + 1, 0); - O(() => { - H.$onClick = a, H.$queue.forEach(([i, s, o], l, c) => { - r([s, o], ...i), delete c[l]; - }); - }, []); - const a = (i, s = {}, o = {}) => new Promise((l, c) => r([l, c], i, s, o)), r = ([i, s], o, l = {}, c = {}) => { - const u = H.$index++, g = (f) => ((y, h) => (H.$popups.delete(y), n(), h == null ? void 0 : h()))(u, () => i(f)); - if (o === _t) return e.open({ ...c, key: u, content: k.createElement(o, { ...l, $close: () => e.close(u) }) }); - H.$popups.set(u, k.createElement(un, { zIndex: u, maskClosable: !1, $event: l == null ? void 0 : l.$event, ...c, key: u, $close: g }, k.isValidElement(o) ? k.cloneElement(o, { ...l, $close: g }) : o != null && o.name || Ot.isForwardRef(o) || (o == null ? void 0 : o.$$typeof) === Ot.ForwardRef ? k.createElement(o, { ...l, $close: g }) : o)), n(); - }; - return V(k.Fragment, { children: [Array.from(H.$popups).map(([i, s]) => s), t] }); -}; -H.$popups = /* @__PURE__ */ new Map(), H.$index = 0, H.$queue = [], H.$onClick = (...e) => new Promise((t, n) => { - H.$queue.push([e, t, n]); -}); -const Dt = (e, t, n = {}) => H.$onClick(e, t, n), st = (e, { showProgress: t, duration: n, ...a } = { duration: 1.5 }) => H.$onClick(_t, { content: e, ...a }, { showProgress: t, duration: n }), J = { modal: Dt, confirm: (e, t = {}) => H.$onClick(Dn, { content: e, ...t }, { placement: "center" }), form: (e, t = {}, n = {}) => Dt(Ea, { formProps: n, fields: e }, { placement: "center", ...t }).then((a) => { - if (a === !1) throw !1; - return a; -}), notification: st, success: (e, t = { duration: 1.5 }) => st(e, { ...t, className: "ff-notification-success", icon: "check" }), error: (e, t = { duration: 1.5 }) => st(e, { ...t, className: "ff-notification-error", icon: "close" }) }; -Re.configure({ showSpinner: !1 }), Fe.interceptors.request.use((e) => { - e.headers.Platform = "web", e.headers.SaaS = window.localStorage.getItem("SaaS"); - const t = window.localStorage.getItem(_e); - return e.headers.Authorization = t ? `Bearer ${t} ` : void 0, Re.inc(), e; -}, (e) => (Re.done(), Promise.reject({ code: -1, msg: e }))), Fe.interceptors.response.use(({ data: e, headers: t }) => (Re.done(), { ...e, res: t == null ? void 0 : t.res }), function(e) { - return Re.done(), Promise.reject(e.message); -}), window.addEventListener("unhandledrejection", ct.onUnhandledRejection), ct.onMsg = (e, t) => J[[0, 1].includes(e) ? "success" : "error"](t).then(() => e === 20300 && le.redirect(Oe.get("Common.WEBSITE_LOGIN_PAGE"))); -const wt = { appUrl: "", init: (e, t, n) => { - wt.appUrl = n, Fe.defaults.baseURL = n, Fe.defaults.timeout = 15e3, Object.assign(wt, new ct(e, t, Fe)); -} }, L = wt; -class $t extends Error { - constructor(t, n) { - super(n), Error.captureStackTrace && Error.captureStackTrace(this, $t), !n instanceof Le && (this.name = `${t} Error Runtime`); - } -} -class Le extends Error { - constructor(t, ...n) { - super(...n), Error.captureStackTrace && Error.captureStackTrace(this, Le), this.name = `${t} Not Found`; - } -} -const ot = "mine", _e = "token"; -var be, Ee; -const ie = class ie { - constructor() { - F(this, Ee, /* @__PURE__ */ new Map()); - v(this, "setVendor", (t, n) => m(this, Ee).set(t, new Jt(n, async (a, r) => { - var s, o; - if (!(a != null && a.default)) throw "@pkg not found"; - let i = () => r; - switch ("function") { - case typeof (i = (s = a.default) == null ? void 0 : s[`./${r}/index.jsx`]): - case typeof (i = (o = a.default) == null ? void 0 : o[`./${r}/index.js`]): - return i(); - } - throw new Le(r); - }))); - v(this, "getWidgetComponent", async (t) => { - if (!t) throw "getWidgetComponent widget is required"; - if (t != null && t.startsWith("blob:") || t != null && t.startsWith("http:") || t != null && t.startsWith("https:")) return await import(t); - const [, n] = t == null ? void 0 : t.split("@pkg/"); - if (!n) throw new Le(t); - try { - return m(this, Ee).has("pkg") ? await m(this, Ee).get("pkg").get(n) : await import(`${L.appUrl}/api/pkg-import/web?name=${t}`); - } catch (a) { - throw new $t(t, a); - } - }); - v(this, "getRoutes", () => L.get("/api/my-router").then((t) => [...t, { uuid: "data-list-setting", isLayout: !0, uri: "/data-list-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/DataListSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "grid-layout-setting", isLayout: !0, uri: "/grid-layout-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/GridLayoutSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "grid-layout-form-setting", isLayout: !0, uri: "/grid-layout-form-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/GridLayoutFormSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "resource-api-setting", isLayout: !0, uri: "/resource-api-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/ResourceApiSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "charts-setting", isLayout: !0, uri: "/resource-api-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/ChartsSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "fsm-setting", isLayout: !0, uri: "/fsm-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/FsmSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "component-setting", isLayout: !0, uri: "/component-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/ComponentSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "login", uri: "/login", name: "登录", type: "fsdpf-component", isLogin: !1, component: "@pkg/ff/components/Login" }, { uuid: "not-found", uri: "*", name: "Not Found", type: "fsdpf-component", isLogin: !1, component: "@pkg/ff/components/NotFound" }].map(({ uuid: n, ...a }) => [n, { uuid: n, ...a }])).then((t) => new Map(t))); - v(this, "getMenus", () => L.get("/api/my-menu")); - v(this, "getConfigure", () => L.get("api/init-configure")); - v(this, "getWidgetOperationAuth", () => L.get("/api/init-widget-operation-auth").then((t) => t.reduce((n, { uuid: a, auth: r }) => [...n, [a, r]], []))); - v(this, "getPhoneNumber", (t) => L.get(`/api/user-wx-phone-number/${t}`)); - v(this, "getUserToken", () => { - const t = window.localStorage.getItem(_e); - if (!t) return ""; - const n = t.split("."); - if (!Array.isArray(n) || n.length !== 3) throw "登录令牌无效!"; - const { iat: a } = JSON.parse(window.atob(n[1])); - if (Math.floor((/* @__PURE__ */ new Date()).getTime() / 1e3) - a > 2592e3) throw "登录令牌已过期, 请重新登录!"; - return t; - }); - v(this, "checkUserToken", () => { - try { - return !!this.getUserToken(); - } catch { - return !1; - } - }); - v(this, "getUserInfo", (t = !0) => { - var n; - try { - const a = this.getUserToken(); - if (!a) return Promise.resolve(null); - const { iat: r } = JSON.parse(window.atob((n = a == null ? void 0 : a.split(".")) == null ? void 0 : n[1])), { iat: i, ...s } = L.decode(window.localStorage.getItem(ot) || "", {}); - return i === r ? Promise.resolve(s) : L.get("/api/mine-info").then(({ User: o = null }) => (window.localStorage.setItem(ot, L.encode({ ...o, iat: r })), o)); - } catch (a) { - console.error(a), t && J.error("请登录").then(this.logout); - } - return Promise.resolve(null); - }); - v(this, "login", (t, n, a = {}) => L.post("/api/user-token", { username: t, passwd: Bn.hash(n), platform: "web", ...a }).then(({ token: r }) => (window.localStorage.setItem(_e, r), r))); - v(this, "logout", (t) => (window.localStorage.removeItem(ot), window.localStorage.removeItem(_e), t == null ? void 0 : t())); - if (m(ie, be)) return m(ie, be); - } -}; -be = new WeakMap(), Ee = new WeakMap(), F(ie, be, null), v(ie, "getInstance", () => (m(ie, be) || U(ie, be, new ie()), m(ie, be))); -let bt = ie; -const Z = bt.getInstance(), Oa = k.createContext({ user: {}, initUser: () => { -}, initUserComplete: !1 }), La = k.createContext({ set: () => { -}, get: () => { -}, assign: () => { -}, currentRoute: () => { -} }), Pt = (e) => !!(e != null && e.name) && (e.prototype instanceof k.Component || /^[A-Z]/.test(e.name)), Va = (e, t) => { - if (!e || typeof window > "u") return; - let n = document.querySelector(`style[ff-style-token="${t}"]`); - return n ? (n.innerHTML = e, e) : (n = document.createElement("style"), n.setAttribute("ff-style-token", t), n.setAttribute("type", "text/css"), n.innerHTML = e, document.head.appendChild(n), e); -}, Aa = Object.freeze(Object.defineProperty({ __proto__: null, AppContext: Oa, AppGlobalParamsContext: La, cache: Jt, configure: Oe, default: Z, func: Ce, http: L, insertStyle: Va, isReactComponent: Pt, route: le }, Symbol.toStringTag, { value: "Module" })), ja = (e, t, n = "children") => { - if (p.isEmpty(e)) return {}; - const a = p.find(e, ["value", t]); - if (!p.isEmpty(a)) return a; - const r = e.length; - for (let i = 0; i < r; i++) { - const { [n]: s } = e[i], o = ja(s, t, n); - if (!p.isEmpty(o)) return o; - } - return {}; -}; -export { - qn as $, - sr as A, - or as B, - gt as C, - Ye as D, - Jn as E, - Kn as F, - lr as G, - aa as H, - xt as I, - dr as J, - ur as K, - We as L, - vt as M, - gr as N, - pr as O, - wa as P, - St as Q, - nn as R, - ya as S, - dn as T, - ga as U, - pa as V, - ma as W, - ha as X, - mr as Y, - yt as Z, - T as _, - ar as a, - va as a0, - K as a1, - Be as a2, - Kt as a3, - H as a4, - J as a5, - Za as a6, - er as a7, - tr as a8, - Z as a9, - Pt as aa, - Va as ab, - L as ac, - Jt as ad, - Oe as ae, - Ce as af, - le as ag, - Oa as ah, - La as ai, - ja as aj, - rr as b, - ir as c, - Yt as d, - Zt as e, - an as f, - Gt as g, - on as h, - cr as i, - rn as j, - sn as k, - tn as l, - en as m, - ta as n, - ea as o, - Qn as p, - kt as q, - it as r, - ee as s, - X as t, - nr as u, - na as v, - oa as w, - _n as x, - Yn as y, - Hn as z -}; diff --git a/dist/components.js b/dist/components.js index 67dca78..011fdf3 100644 --- a/dist/components.js +++ b/dist/components.js @@ -1,4 +1,4 @@ -import { a6 as s, Z as p, a7 as n, a8 as t, a5 as d } from "./common/main-DkIsOuM3.js"; +import { a7 as s, _ as p, a8 as n, a9 as t, a6 as d } from "./common/main-Bd51PHML.js"; export { s as Empty, p as Icon, diff --git a/dist/container.js b/dist/container.js index bb91fb5..f0a2d37 100644 --- a/dist/container.js +++ b/dist/container.js @@ -1,4 +1,4 @@ -import { a2 as o, a6 as s, a7 as p, a8 as t, a3 as d, a5 as n, a4 as r, a1 as u } from "./common/main-DkIsOuM3.js"; +import { a3 as o, a7 as s, a8 as p, a9 as t, a4 as d, a6 as n, a5 as r, a2 as u } from "./common/main-Bd51PHML.js"; export { o as Context, s as Empty, diff --git a/dist/data-converter.js b/dist/data-converter.js index e56cd8d..c08d256 100644 --- a/dist/data-converter.js +++ b/dist/data-converter.js @@ -1,6 +1,6 @@ import "lodash"; import "react"; -import { D as p } from "./common/main-DkIsOuM3.js"; +import { D as p } from "./common/main-Bd51PHML.js"; export { p as default }; diff --git a/dist/data-list.js b/dist/data-list.js index 9cea090..336b571 100644 --- a/dist/data-list.js +++ b/dist/data-list.js @@ -1,20 +1,21 @@ -import { w as t, s as e, m as r, p as o, x as i, q as l, o as u, v as D, n as L, y as n, l as m, z as p, F as C, B as F, C as b, E as c, A as d } from "./common/main-DkIsOuM3.js"; +import { w as t, s as e, m as r, p as o, x as i, q as u, o as l, v as D, n, y as L, l as m, z as p, I as C, B as c, E as F, C as b, F as d, A as k } from "./common/main-Bd51PHML.js"; export { t as DataListContent, e as DataListContext, r as DataListFilter, o as DataListFooter, i as DataListFramework, - l as DataListHelper, - u as DataListSider, + u as DataListHelper, + l as DataListSider, D as DataListTable, - L as DataListToolbar, - n as DataTableFramework, + n as DataListToolbar, + L as DataTableFramework, m as default, p as useColumnsRender, C as useDataListHelper, - F as useDataSource, - b as useHasOperationColumn, - c as useOperationCallback, - d as useStructure + c as useDataSource, + F as useHasOperationColumn, + b as useItemOperationsAccess, + d as useOperationCallback, + k as useStructure }; diff --git a/dist/data-list/utils.js b/dist/data-list/utils.js index 7e2862d..b99ea04 100644 --- a/dist/data-list/utils.js +++ b/dist/data-list/utils.js @@ -1,5 +1,5 @@ import "lodash"; -import { f as a } from "../common/main-DkIsOuM3.js"; +import { f as a } from "../common/main-Bd51PHML.js"; export { a as getDefaultExpandRowKeys }; diff --git a/dist/grid-layout-form.js b/dist/grid-layout-form.js index c6f268a..129e36f 100644 --- a/dist/grid-layout-form.js +++ b/dist/grid-layout-form.js @@ -1,4 +1,4 @@ -import { Q as s, T as r, S as u, P as o, X as t, W as d, Y as m, V as F, U as i } from "./common/main-DkIsOuM3.js"; +import { S as s, U as r, T as u, Q as o, Y as t, X as d, Z as m, W as F, V as i } from "./common/main-Bd51PHML.js"; export { s as GridLayoutForm, r as GridLayoutFormHelper, diff --git a/dist/grid-layout-form/utils.js b/dist/grid-layout-form/utils.js index 2774ad5..70ceef2 100644 --- a/dist/grid-layout-form/utils.js +++ b/dist/grid-layout-form/utils.js @@ -1,5 +1,5 @@ import "lodash"; -import { aj as a } from "../common/main-DkIsOuM3.js"; +import { ak as a } from "../common/main-Bd51PHML.js"; export { a as getOptionItemByValue }; diff --git a/dist/grid-layout.js b/dist/grid-layout.js index 52125fc..a5958c0 100644 --- a/dist/grid-layout.js +++ b/dist/grid-layout.js @@ -1,4 +1,4 @@ -import { h as d, i as e, H as i, G as t, j as u, k as o } from "./common/main-DkIsOuM3.js"; +import { h as d, i as e, H as i, G as t, j as u, k as o } from "./common/main-Bd51PHML.js"; export { d as GridLayout, e as GridLayoutWidget, diff --git a/dist/grid-layout/utils.js b/dist/grid-layout/utils.js index bdf666c..f65a26d 100644 --- a/dist/grid-layout/utils.js +++ b/dist/grid-layout/utils.js @@ -1,4 +1,4 @@ -import { e as t } from "../common/main-DkIsOuM3.js"; +import { e as t } from "../common/main-Bd51PHML.js"; export { t as getBoxStyle }; diff --git a/dist/hooks.js b/dist/hooks.js index 6b32633..955c37e 100644 --- a/dist/hooks.js +++ b/dist/hooks.js @@ -1,7 +1,7 @@ import "lodash"; import "rc-field-form"; import "react"; -import { M as r, L as o, N as p, J as f, K as i, O as m, I as c } from "./common/main-DkIsOuM3.js"; +import { N as r, M as o, O as p, K as f, L as i, P as m, J as c } from "./common/main-Bd51PHML.js"; import { default as b } from "rc-util/lib/hooks/useMergedState"; export { r as useDeepEffect, diff --git a/dist/iconfont.js b/dist/iconfont.js index a32b52c..dccded5 100644 --- a/dist/iconfont.js +++ b/dist/iconfont.js @@ -2,7 +2,7 @@ import "react/jsx-runtime"; import "react"; import "prop-types"; import "classnames"; -import { Z as a } from "./common/main-DkIsOuM3.js"; +import { _ as a } from "./common/main-Bd51PHML.js"; export { a as default }; diff --git a/dist/index.js b/dist/index.js index d250d25..4f32490 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,4 +1,4 @@ -import { ah as t, ai as e, ad as o, ae as n, a9 as p, af as c, ac as r, ab as f, aa as i, ag as l } from "./common/main-DkIsOuM3.js"; +import { ai as t, aj as e, ae as o, af as n, aa as p, ag as c, ad as r, ac as f, ab as i, ah as l } from "./common/main-Bd51PHML.js"; export { t as AppContext, e as AppGlobalParamsContext, diff --git a/dist/res-ws.js b/dist/res-ws.js index 222197a..281c684 100644 --- a/dist/res-ws.js +++ b/dist/res-ws.js @@ -1,5 +1,5 @@ import "lodash"; -import { R as a } from "./common/main-DkIsOuM3.js"; +import { R as a } from "./common/main-Bd51PHML.js"; export { a as default }; diff --git a/dist/utils.js b/dist/utils.js index 93f8981..2bc159f 100644 --- a/dist/utils.js +++ b/dist/utils.js @@ -1,5 +1,5 @@ import "lodash"; -import { d as g, b as s, a as r, c as o, g as i, r as m, t as p, u as P } from "./common/main-DkIsOuM3.js"; +import { d as g, b as s, a as r, c as o, g as i, r as m, t as p, u as P } from "./common/main-Bd51PHML.js"; export { g as deepSome, s as getPkgCategory, diff --git a/package.json b/package.json index d4d7953..fa3c695 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ff", "private": true, - "version": "0.4.45", + "version": "0.4.46", "author": "www.fsdpf.com", "type": "module", "main": "./dist/index.js",