From bcbd415ef6d679885120eac9555aa0f8a43aee41 Mon Sep 17 00:00:00 2001 From: "Mr.Gale" Date: Tue, 21 Oct 2025 13:19:27 +0800 Subject: [PATCH] v0.5.17 --- dist/button.js | 8 +- dist/common/main-DOv668Fl.js | 1135 ++++++++++++++++++++++++++++++++ dist/common/main-P7YFOc1H.js | 1085 ------------------------------ dist/components.js | 10 +- dist/container.js | 6 +- dist/data-converter.js | 2 +- dist/data-list.js | 23 +- 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 | 6 +- dist/iconfont.js | 2 +- dist/index.js | 12 +- dist/pages.js | 4 +- dist/res-ws.js | 2 +- dist/style.css | 2 +- dist/utils.js | 18 +- package.json | 2 +- 20 files changed, 1190 insertions(+), 1137 deletions(-) create mode 100644 dist/common/main-DOv668Fl.js delete mode 100644 dist/common/main-P7YFOc1H.js diff --git a/dist/button.js b/dist/button.js index a50cde7..20554cd 100644 --- a/dist/button.js +++ b/dist/button.js @@ -1,6 +1,6 @@ -import { ab as s, aa as u, ac as e } from "./common/main-P7YFOc1H.js"; +import { ae as e, ad as s, af as u } from "./common/main-DOv668Fl.js"; export { - s as auth, - u as default, - e as useButton + e as auth, + s as default, + u as useButton }; diff --git a/dist/common/main-DOv668Fl.js b/dist/common/main-DOv668Fl.js new file mode 100644 index 0000000..71a88ee --- /dev/null +++ b/dist/common/main-DOv668Fl.js @@ -0,0 +1,1135 @@ +var jn = Object.defineProperty; +var It = (e) => { + throw TypeError(e); +}; +var An = (e, t, n) => t in e ? jn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n; +var N = (e, t, n) => An(e, typeof t != "symbol" ? t + "" : t, n), Mt = (e, t, n) => t.has(e) || It("Cannot " + n); +var y = (e, t, n) => (Mt(e, t, "read from private field"), n ? n.call(e) : t.get(e)), E = (e, t, n) => t.has(e) ? It("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, n), _ = (e, t, n, r) => (Mt(e, t, "write to private field"), r ? r.call(e, n) : t.set(e, n), n); +var zt = (e, t, n, r) => ({ + set _(i) { + _(e, t, i, n); + }, + get _() { + return y(e, t, r); + } +}); +import { jsx as d, jsxs as $ } from "react/jsx-runtime"; +import x, { useEffect as A, useState as R, useCallback as X, useRef as U, useContext as re, useMemo as H, useId as ft, isValidElement as Ln, useLayoutEffect as Vn } from "react"; +import w from "prop-types"; +import V from "classnames"; +import * as Bt from "react-is"; +import { useNotification as In } from "rc-notification"; +import u from "lodash"; +import Q, { Field as $t, FieldContext as en } from "rc-field-form"; +import { M as ut, N as Le, a as Ve, P as ht, S as Mn } from "./vender-CtjyT19B.js"; +import tn from "immutability-helper"; +import { Space as zn, Form as Qe, Input as Bn, Button as et, Pagination as Dn, Tree as qn, Breadcrumb as Wn, Table as Un, Empty as _n, Popover as Hn, Popconfirm as Kn, Tooltip as Jn } from "antd"; +import { useMergedState as Gn } from "rc-util"; +import { generatePath as Yn, useInRouterContext as nn, useParams as Xn, useLocation as Qn, createBrowserRouter as Zn, Navigate as er } from "react-router-dom"; +import "rc-util/lib/hooks/useMergedState"; +import tr from "rc-drawer"; +import nr from "rc-dialog"; +var Oe, ze, Re, de, ve, Pe; +class rn { + constructor(t, n) { + E(this, Oe, /* @__PURE__ */ new Map()); + E(this, ze, !0); + E(this, Re, []); + E(this, de); + E(this, ve, () => y(this, de)); + E(this, Pe, () => Promise.resolve()); + N(this, "get", (...t) => new Promise((n, r) => { + const i = JSON.stringify(t); + if (y(this, Oe).has(i)) return n(y(this, Pe).call(this, y(this, de), ...t)); + if (y(this, de) === void 0) y(this, Re).push([t, n, r]), y(this, ze) && (_(this, ze, !1), Promise.resolve(typeof y(this, ve) == "function" ? y(this, ve).call(this) : y(this, ve)).then((a) => _(this, de, a || null)).finally(() => { + y(this, Re).forEach(([a, o, s]) => { + try { + const l = y(this, Pe).call(this, y(this, de), ...a); + y(this, Oe).set(JSON.stringify(a), l), o(l); + } catch (l) { + s(l); + } + }), y(this, Re).length = 0; + })); + else { + const a = y(this, Pe).call(this, y(this, de), ...t); + y(this, Oe).set(i, a), n(a); + } + })); + _(this, Pe, n), _(this, ve, t); + } +} +Oe = new WeakMap(), ze = new WeakMap(), Re = new WeakMap(), de = new WeakMap(), ve = new WeakMap(), Pe = new WeakMap(); +const Ci = () => d("div", { children: "Empty" }), _e = x.createContext({ ele: {}, mount: () => { +}, unmount: () => { +} }), J = ({ rootClassName: e, className: t, children: n, actions: r, title: i, subTitle: a, extras: o, style: s = {} }) => { + const { mount: l, unmount: g } = x.useContext(_e); + return J.Action({ children: r }), J.Title({ children: i }), J.SubTitle({ children: a }), J.Extra({ children: o }), A(() => (l("rootClassName", e), () => g(e)), [e]), d("div", { className: V("ff-container", t), style: s, children: n }); +}, Xe = (e) => ({ children: t, className: n }) => { + const { mount: r, unmount: i } = x.useContext(_e); + return A(() => (t && r(e, x.createElement("div", { key: `ff-${e}`, className: V(`ff-popup-${e}`, n) }, t)), () => i(e)), [n, t]), null; +}; +J.Action = Xe("actions"), J.Title = Xe("title"), J.SubTitle = Xe("sub-title"), J.Extra = Xe("extras"), J.propTypes = { className: w.string, style: w.object, title: w.any, subTitle: w.any, actions: w.any, extras: w.any }; +const ki = () => d(J, { className: "ff-loading", children: $("div", { className: "loader", children: [$("div", { className: "square", children: [d("span", {}), d("span", {}), d("span", {})] }), $("div", { className: "square", children: [d("span", {}), d("span", {}), d("span", {})] }), $("div", { className: "square", children: [d("span", {}), d("span", {}), d("span", {})] }), $("div", { className: "square", children: [d("span", {}), d("span", {}), d("span", {})] })] }) }), xi = () => d("div", { children: "NotFound" }), an = ({ children: e }) => { + const [t, n] = R({}), r = X((a, o) => n((s) => ({ ...s, [a]: o })), []), i = X((a) => n((o) => ({ ...o, [a]: void 0 })), []); + return typeof (e == null ? void 0 : e.type) == "string" ? e : d(_e.Provider, { value: { ele: t, mount: r, unmount: i }, children: x.cloneElement(e, { className: t.rootClassName, title: t.title, subTitle: t["sub-title"], actions: t.actions, extras: t.extras }) }); +}; +an.propTypes = { children: w.element.isRequired }; +const Dt = { 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"] }, Ft = ({ type: e, props: t }) => d("i", { ...t, children: d("svg", { viewBox: "0 0 1024 1024", width: "1em", height: "1em", fill: "currentColor", children: (Dt[e] || Dt.info).map((n, r) => d("path", { d: n }, r)) }) }), sn = ({ className: e, content: t, icon: n, $close: r }) => $(x.Fragment, { children: [n && d("div", { className: V("ff-notification-icon", e), children: d(Ft, { type: n }) }), t] }), rr = ({}) => d(J, { children: "Confirm" }); +var pe, Ee; +const ie = class ie { + constructor() { + E(this, Ee, /* @__PURE__ */ new Map()); + N(this, "init", (t) => _(this, Ee, new Map(t))); + N(this, "check", (t) => !y(this, Ee).has(t) || y(this, Ee).get(t)); + if (y(ie, pe)) return y(ie, pe); + } +}; +pe = new WeakMap(), Ee = new WeakMap(), E(ie, pe, null), N(ie, "getInstance", () => (y(ie, pe) || _(ie, pe, new ie()), y(ie, pe))); +let yt = ie; +const ir = yt.getInstance(), ar = (e, t, n = "children") => { + if (u.isEmpty(e)) return {}; + const r = u.find(e, ["value", t]); + if (!u.isEmpty(r)) return r; + const i = e.length; + for (let a = 0; a < i; a++) { + const { [n]: o } = e[a], s = ar(o, t, n); + if (!u.isEmpty(s)) return s; + } + return {}; +}, on = (e = "Input", t = "@pkg/ff/grid-layout-forms") => e != null && e.startsWith("@") || e != null && e.startsWith("blob:") ? e : `${t}/${e}`; +var me, Be; +const ae = class ae { + constructor() { + E(this, Be, null); + N(this, "init", (t) => _(this, Be, t)); + N(this, "get", (t, n) => u.get(y(this, Be), t, n)); + if (y(ae, me)) return y(ae, me); + } +}; +me = new WeakMap(), Be = new WeakMap(), E(ae, me, null), N(ae, "getInstance", () => (y(ae, me) || _(ae, me, new ae()), y(ae, me))); +let wt = ae; +const Ie = wt.getInstance(), qt = { 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" }, ge = (e, t) => { + let n = "string"; + n = Array.isArray(e) ? "array" : typeof e, u.isObject(e) && (n = "json"); + const r = `${n}2${t}`; + return Reflect.has(qt, r) ? qt[r](e) : e; +}, sr = (e) => e === null ? "null" : Array.isArray(e) ? "array" : typeof e == "object" ? "json" : typeof e == "boolean" ? "bool" : typeof e == "string" ? "string" : typeof e == "number" ? Number.isInteger(e) ? "integer" : "float" : typeof e, He = (e = {}, t = {}, n = {}, r = "") => ln(e, (i, a) => a === "type" && i === "code") ? cn(e, t, n, r) : dn(e, t, r), ln = (e, t = () => !1) => u.some(e, (n) => !!u.some(n, t) || (u.isEmpty(n) || !u.isPlainObject(n) && !u.isArray(n) ? void 0 : ln(n, t))), cn = async (e = {}, t = {}, n = {}, r = "") => { + let i = /* @__PURE__ */ Object.create(null); + for (let a in e) { + let o; + if (Reflect.has(e[a], "type") && ["code", "field", "router", "query", "string"].includes(e[a].type)) { + const { type: s, value: l = "", default: g = r } = e[a]; + switch (s) { + case "code": + try { + o = await xe.exec(l, t, n); + } catch (c) { + console.error("getWidgetPropsData", c); + } + break; + case "field": + o = u.get(t, l) ?? u.get(t, l.substring(l.indexOf(".") + 1)); + break; + case "router": + case "query": + o = ke.getPageParams(l); + break; + case "string": + o = l; + } + o ?? (o = g); + } else o = await cn(e[a], t, n, r); + u.set(i, a, o); + } + return i; +}, dn = (e = {}, t = {}, n = "") => Object.keys(e || {}).reduce((r, i) => { + if (u.isPlainObject(e[i])) { + let a; + if (Reflect.has(e[i], "type") && ["field", "router", "query", "string"].includes(e[i].type)) { + const { type: o, value: s = "", default: l = n } = e[i]; + switch (o) { + case "field": + a = u.get(t, s) ?? u.get(t, s.substring(s.indexOf(".") + 1)); + break; + case "router": + case "query": + a = ke.getPageParams(s); + break; + case "string": + a = s; + } + a ?? (a = l); + } else a = dn(e[i], t, n); + u.set(r, i, a); + } + return r; +}, {}), gt = (e, t) => e && typeof e == "object" ? Array.isArray(e) ? e.map((n) => gt(n, t)) : Object.keys(e).reduce((n, r) => (t[r] ? n[t[r]] = gt(e[r], t) : n[r] = gt(e[r], t), n), {}) : e, Si = () => "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, (e) => { + const t = 16 * Math.random() | 0; + return (e === "x" ? t : 3 & t | 8).toString(16); +}), vi = (e) => { + var t, n; + return e ? (n = (t = e.match(/^@pkg(?:[^\/]*\/){3}(?[^\/]+)/)) == null ? void 0 : t.groups) == null ? void 0 : n.name : ""; +}, Pi = (e) => { + var t, n; + return e ? (n = (t = e.match(/^@pkg(?:[^\/]*\/){2}(?[^\/]+)/)) == null ? void 0 : t.groups) == null ? void 0 : n.category : ""; +}, Ni = (e) => { + var t, n; + return e ? (n = (t = e.match(/^@pkg(?:[^\/]*\/){1}(?[^\/]+)/)) == null ? void 0 : t.groups) == null ? void 0 : n.owner : ""; +}, or = (e, t = 32, n = "auto") => { + const r = bt(e), i = n === "auto" ? "x64" : n; + if (t === 32) return ut.x86.hash32(r).toString(); + if (t === 128) return i === "x64" ? ut.x64.hash128(r) : ut.x86.hash128(r); + throw new Error("bits 只能是 32 或 128"); +}, bt = (e) => e == null ? "null" : typeof e == "string" ? e : typeof e == "number" || typeof e == "boolean" ? String(e) : typeof e == "function" ? e.toString() : Array.isArray(e) ? "[" + e.map(bt).join(",") + "]" : typeof e == "object" ? "{" + Object.keys(e).sort().map((t) => `${t}:${bt(e[t])}`).join(",") + "}" : String(e), lr = () => { + let e = 1; + const t = /* @__PURE__ */ new WeakMap(), n = /* @__PURE__ */ new Map(); + return (...r) => r.length === 0 ? "" : r.map((i) => { + return String((a = i) === null || typeof a != "object" && typeof a != "function" ? (n.has(a) || n.set(a, e++), n.get(a)) : (t.has(a) || t.set(a, e++), t.get(a))); + var a; + }).join("::"); +}; +var nt, De, qe, rt; +const it = class it { + constructor(...t) { + E(this, De, []); + E(this, qe, (t) => { + var n; + for (let r of t) Array.isArray(r[0]) ? y(this, qe).call(this, r) : y(this, De).push(y(n = it, nt).call(n, r[0], r[1])); + }); + N(this, "toValue", async (t, n = null) => { + const r = { getValue: () => t, getRecord: () => n }; + let i = t; + for (const a of y(this, De)) try { + const o = await a; + if (typeof o != "function") { + console.warn("middleware is not a function, skip:", o); + continue; + } + i = await o.call(r, i); + } catch (o) { + console.error("middleware error, skip:", o); + } + return i; + }); + N(this, "toRender", (t, n, r = null) => x.createElement(y(this, rt), { value: t, record: n }, r)); + E(this, rt, ({ value: t, record: n, children: r }) => { + const [i, a] = R(r); + return Je(() => { + let o = !1; + return a(r), this.toValue(t, n).then((s) => !o && a(s)).catch((s) => !o && a(`${s}`)), () => o = !0; + }, [t, n]), i; + }); + y(this, qe).call(this, t); + } +}; +nt = new WeakMap(), De = new WeakMap(), qe = new WeakMap(), rt = new WeakMap(), E(it, nt, u.memoize((t, n) => { + if (typeof t == "function") return t(n); + if (typeof t == "string") return ce.getWidgetComponent(t).then((r) => { + var i; + return ((i = r.default) == null ? void 0 : i.call(r, n)) || ((a) => a); + }); + throw new TypeError("middleware must be a string or a function"); +}, lr())); +let tt = it; +const Z = x.createContext({ listCode: "", classNames: {}, getBase62params: (e, t) => { +}, onReload: () => { +}, onClickCallback: () => { +}, onConditionChange: () => { +}, onTabChange: () => { +}, onSiderChange: () => { +}, onKeywordChange: () => { +}, onPageChange: () => { +}, onPageSizeChange: () => { +}, reload: () => { +}, setPage: () => { +}, setPageSize: () => { +}, setTab: () => { +}, setSider: () => { +}, setKeyword: () => { +}, setCondition: () => { +} }), Wt = ({ className: e, record: t, column: n, ...r }) => { + if (n != null && n.editableByJs && (n != null && n.uuid)) { + const { formSetting: i = { primaryKey: "id" }, widgetSetting: a = {}, widgetContainerSetting: o = {} } = (n == null ? void 0 : n.editableByJsSetting) || {}; + return d(P.Popover, { widget: cr, widgetData: { record: t, column: n }, widgetSetting: { widgetSetting: a, formSetting: i }, widgetContainerProps: { title: n != null && n.title ? `${n.title} - 编辑` : "编辑", ...o, width: (o == null ? void 0 : o.width) || 260, arrow: !0 }, children: d("td", { className: V("ff-data-list-cell-editable", e), ...r }) }); + } + return d("td", { className: e, ...r }); +}, cr = ({ record: e, column: t, $close: n, $setting: r }) => { + const i = U(sr(u.get(e, t == null ? void 0 : t.dataIndex))), { listCode: a, onClickCallback: o } = re(Z), [s] = Q.useForm(), { formSetting: l, widgetSetting: g } = r, c = (l == null ? void 0 : l.primaryKey) || "id", p = () => { + s.setFieldsValue({ value: u.get(e, t == null ? void 0 : t.dataIndex), __PROPS__: e }); + }; + return Je(() => p(), [e, t == null ? void 0 : t.dataIndex, a]), d(J, { actions: $(x.Fragment, { children: [d(P, { size: "small", onClick: p, children: "重置" }), $(zn.Compact, { block: !0, children: [d(P, { size: "small", widget: n, children: "取消" }), d(P, { type: "primary", size: "small", widget: () => s.validateFields().then(({ value: h }) => { + const m = u.get(e, c.substring(c.indexOf(".") + 1)); + if (!m) throw "获取更新主键失败!"; + j.put(`/api/${a}-storeBy-${t == null ? void 0 : t.uuid}/${m}`, { value: h }).msg(() => o(2, e)).then(n); + }).catch(console.warn), children: "保存" })] })] }), children: $(Q, { form: s, children: [d(Rt, { label: "", type: i.current, code: "value", widget: t == null ? void 0 : t.editableByJs, extras: g }), d($t, { noStyle: !0, name: ["__PROPS__"], children: () => { + } })] }) }); +}, dr = (e) => function(t) { + return e(t, getRecord()); +}, ur = (e, t = {}) => H(() => e == null ? void 0 : e.map(({ widgetByJs: n, widgetByJsSetting: r, ...i }, a) => { + const o = (l) => ({ record: l, column: i }); + let s = []; + return n && s.push([n, r]), s.length > 0 ? (i != null && i.render && s.push([dr, i.render]), { ...i, onCell: o, render: (l, g) => new tt(s).toRender(l, g, "-") }) : { ...i, onCell: o }; +}), [e, t]), gr = (e = {}) => H(() => { + var t; + return e.body ?? (e.body = { cell: Wt }), (t = e.body).cell ?? (t.cell = Wt), e; +}, [e]), Ti = (e) => { + const [t, n] = R({}); + return A(() => { + let r = !1; + return e && j.get(`/api/_/${e}`).then((i) => u.pick(i, ["uuid", "name", "code", "resource", "marginX", "marginY", "cols", "rowHeight", "primaryKey", "columns", "itemOperations", "batchOperations", "isConditionFormLayout", "layout", "tabs", "pageSize", "layoutConfig"])).then((i) => !r && n(i)), () => r = !0; + }, [e]), t; +}, $i = (e, t = {}) => { + const [n, r] = R({ dataSource: [] }); + return Ke(() => { + let i = !1; + return e && j.get(`/api/${e}/${j.encode({ page: 1, ...t })}`).then((a) => !i && r(a)), () => i = !0; + }, [e, t]), n; +}, un = (e = [], t = /* @__PURE__ */ new Map(), n = "id", r) => { + const i = X(r ? (a) => u.get(a, n, u.get(a, [r, n])) : (a) => u.get(a, n), [n, r]); + return X((a) => e == null ? void 0 : e.filter((o) => !o.uuid || !t.has(o.uuid) || t.get(o.uuid).some((s) => s == i(a))), [e, t, i]); +}, Ct = (e = [], t = /* @__PURE__ */ new Map(), n = [], r = "id", i) => { + const a = X(i ? (o) => u.get(o, r, u.get(o, [i, r])) : (o) => u.get(o, r), [r, i]); + return H(() => { + if (u.isEmpty(e) || !e.some(({ uuid: s }) => ir.check(s))) return !1; + if (u.isEmpty(t) || u.isEmpty(n)) return !0; + const o = n.map((s) => a(s)); + return e.some(({ uuid: s }) => !s || !t.has(s) || t.get(s).some((l) => o.some((g) => g == l))); + }, [e, n, t, a]); +}, pr = (e, t, n = "id", r = null) => { + const i = ot(), a = U(!1), o = U(e.dataSource), s = U(e.itemOperationsAccess); + return A(() => (o.current = e.dataSource, s.current = e.itemOperationsAccess, () => a.current = !1), [e.dataSource, e.itemOperationsAccess]), a.current && (e.dataSource = o.current, e.itemOperationsAccess = s.current), [e, (l = 0, g = null) => { + var c, p; + if (a.current = !1, l === 1) return (c = e.onReload) == null ? void 0 : c.call(e); + if (l === 2) { + const h = u.get(g, "__PARENT_ID__", ""), m = u.get(g, n, u.get(g, [r, n], "")), f = u.findIndex(o.current, ["__PARENT_ID__", h]), C = u.findIndex(f > -1 ? u.get(o.current, [f, "children"]) : o.current, [n, m]); + if (C === -1) return (p = e.onReload) == null ? void 0 : p.call(e); + Promise.all([j.get(`/api/${t}/detail/${m}`), j.post(`/api/${t}/list-operations-access`, { ids: m })]).then(([b, k]) => { + const S = u.get(o.current, f > -1 ? [f, "children", C, "children"] : [C, "children"]); + o.current = tn(o.current, f > -1 ? { [f]: { children: { $splice: [[C, 1, { ...b, children: S }]] } } } : { $splice: [[C, 1, { ...b, children: S }]] }); + const v = new Map(k); + s.current.forEach((F, I) => { + var W; + (W = v.get(I)) != null && W.some((z) => z == m) || s.current.set(I, F.filter((z) => z !== m)); + }), v.forEach((F, I) => { + s.current.has(I) ? s.current.set(I, u.uniq([...s.current.get(I) || [], ...F])) : s.current.set(I, F); + }); + }).then(() => { + a.current = !0, i(); + }); + } + }]; +}, mr = (e, t) => { + const n = ot(), r = U(t), i = U(/* @__PURE__ */ new Map()), a = U([]), o = u.throttle((l) => { + a.current = [], j.list(e, u.pick({ ...r.current, ...l }, ["tab", "page", "pageSize", "condition", "sider", "keyword"])).then(({ keyword: g, condition: c, total: p, tab: h, sider: m, page: f, pageSize: C, operationsAccess: b, dataSource: k }) => { + r.current = { tab: h, condition: c, sider: m, keyword: g, total: p, pageSize: C, page: k != null && k.length ? f : 1 }, a.current = k, i.current = new Map(b), n(); + }); + }, 380, { leading: !1, trailing: !0 }); + Je(() => { + a.current = [], e && o(t); + }, [e, t]); + const s = H(() => u.pick(r.current, ["total", "tab", "page", "pageSize", "condition", "sider", "keyword"]), [r.current]); + return Object.assign(s, { onTabChange: (l) => o({ tab: l, page: 1 }), onPageChange: (l, g) => o({ page: l, pageSize: g }), onPageSizeChange: (l) => o({ pageSize: l, page: 1 }), onConditionChange: (l, g) => o({ keyword: g, condition: tn(r.current.condition || {}, { $merge: l || {} }), page: 1 }), onSiderChange: (l) => o({ sider: l, page: 1 }), onKeywordChange: (l) => o({ keyword: l, page: 1 }), itemOperationsAccess: i.current, dataSource: a.current, onReload: o, payload: t == null ? void 0 : t.payload }); +}, fr = ({ listCode: e, className: t, layouts: n, dataSource: r, isPaginate: i, isItemOperations: a, isBatchOperations: o, batchOperations: s, itemOperations: l, itemOperationsAccess: g, resource: c, primaryKey: p, title: h, itemGridLayout: m, $setting: f, tabs: C, isConditionFormLayout: b, isTreeSider: k, treeSiderConfig: S }) => { + const { classNames: v, onClickCallback: F } = re(Z), I = u.pick(f, ["column", "colWidth", "beforeRender", "afterRender", "style"]), W = un(l, g, p, c), z = X((M, O, B) => d(hr, { className: V("ff-data-list-framework-item", v.item), operations: a ? W(O) : [], data: c ? { [c]: O } : O, children: M, onClickCallback: F }), [c, p, a, F, l, g]); + return $("div", { className: V("ff-data-list-framework", t), children: [d(n.sider, { isTreeSider: k, ...S }), $("div", { className: V("ff-data-list-container", v == null ? void 0 : v.container), children: [d(n.filter, { isConditionFormLayout: b }), d(n.toolbar, { title: h, tabs: C }), d($r, { ...I, ...m, primaryKey: p, itemRender: z, dataSource: r }), d(n.footer, { isPaginate: i, isOperations: o, operations: s })] })] }); +}, hr = ({ className: e, operations: t, children: n, data: r, onClickCallback: i }) => $("div", { className: V("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((a) => d("span", { className: "data-list-grid-layout-item-action", children: d(P.Link, { uuid: a.uuid, type: a.type, name: a.name, widget: a.widget, widgetType: a.widgetType, widgetProps: a.widgetProps, widgetSetting: a.widgetSetting, widgetContainerProps: a.widgetContainerSetting, data: r, confirm: a.confirm, onAfterClick: (o) => o !== !1 && (i == null ? void 0 : i(a.isRefresh, r)) }, a.uuid || ft()) }, (a == null ? void 0 : a.uuid) || ft())) })] }), yr = ({ listCode: e, className: t, layouts: n, dataSource: r, columns: i, isItemOperations: a, isBatchOperations: o, batchOperations: s, itemOperations: l, itemOperationsAccess: g, resource: c, primaryKey: p, title: h, tabs: m, isPaginate: f, isTreeSider: C, treeSiderConfig: b, isConditionFormLayout: k, ...S }) => { + const { classNames: v, onClickCallback: F } = re(Z), I = un(l, g, p, c), W = Ct(l, g, r, p, c); + return $("div", { className: V("ff-data-table-framework", t), children: [d(n.sider, { isTreeSider: C, ...b }), $("div", { className: V("ff-data-table-container", v == null ? void 0 : v.container), children: [d(n.filter, { isConditionFormLayout: k }), d(n.toolbar, { title: h, tabs: m }), d(Sr, { ...S, primaryKey: p, className: "ff-data-table-content", columns: i, dataSource: r, operationRender: W ? (z) => { + var M; + return d("div", { className: "ff-data-table-actions", children: (M = I(z)) == null ? void 0 : M.map((O, B) => d(P.Link, { size: "small", uuid: O.uuid, type: O.type, name: O.name, widget: O.widget, widgetType: O.widgetType, widgetProps: O.widgetProps, widgetData: O.widgetData, widgetSetting: O.widgetSetting, widgetContainerProps: O.widgetContainerSetting, data: z, confirm: O.confirm, onAfterClick: (T) => T !== !1 && (F == null ? void 0 : F(O.isRefresh, z)) }, O.uuid || B)) }); + } : null }), d(n.footer, { isPaginate: f, isOperations: o, operations: s })] })] }); +}, gn = (e, t, n, r, i = {}, a = 0) => { + const o = { "--grid-layout-h": `${r}`, "--grid-layout-w": `${n}`, "--grid-layout-x": `${e}`, "--grid-layout-y": `${t}`, "--grid-layout-row-height-offset": "0px" }; + return i != null && i.autoHeight ? o.height = "fit-content" : o["--grid-layout-row"] = `${r}`, i != null && i.alignItems && (o["--grid-layout-box-align-items"] = i.alignItems), i != null && i.justifyContent && (o["--grid-layout-box-justify-content"] = i.justifyContent), o["--grid-layout-box-margin"] = Ut(i == null ? void 0 : i.marginTop, i == null ? void 0 : i.marginRight, i == null ? void 0 : i.marginBottom, i == null ? void 0 : i.marginLeft), o["--grid-layout-box-padding"] = Ut(i == null ? void 0 : i.paddingTop, i == null ? void 0 : i.paddingRight, i == null ? void 0 : i.paddingBottom, i == null ? void 0 : i.paddingLeft), a && (o.height = `${a}px`), o; +}, Ut = (e, t, n, r) => `${e || 0}px ${t || 0}px ${n || 0}px ${r || 0}px`, Fi = (e = "Text", t = "@pkg/ff/grid-layouts") => e != null && e.startsWith("@") || e != null && e.startsWith("blob:") ? e : `${t}/${e}`, pn = ({ className: e, isConditionFormLayout: t }) => { + var h, m; + const [n, r] = R({}), { listCode: i, onKeywordChange: a, onConditionChange: o, getBase62params: s, classNames: l } = x.useContext(Z), { keyword: g, condition: c } = (s == null ? void 0 : s()) || {}, [p] = Qe.useForm(); + return A(() => { + i && t && j.get(`/api/_/${i}/list-condition-form-layout`).then(({ resource: f, marginX: C, marginY: b, rowHeight: k, cols: S, fields: v }) => { + r({ resource: f, itemMargin: [C, b], rowHeight: k, cols: S, fields: v }); + }).catch(() => r({})); + }, [i, t]), A(() => { + p.setFieldsValue({ keyword: g, ...c }); + }, [JSON.stringify([g, c])]), d("div", { className: V("ff-data-list-filter", l.filter, e), children: d(Qe, { form: p, layout: "vertical", autoComplete: "off", onFinish: ((h = n.fields) == null ? void 0 : h.length) > 1 ? (f) => o({ [n.resource]: f[n.resource] }, f.keyword) : () => { + }, onValuesChange: (f) => { + u.isEmpty(u.omit(f, ["keyword"])) || p.submit(); + }, children: ((m = n.fields) == null ? void 0 : m.length) > 1 ? d(Et, { ...n, children: d(wr, { onReset: () => { + const { keyword: f, condition: C } = s("init") || {}; + p.setFieldsValue({ keyword: f, ...C }); + } }) }) : d("div", { className: "ff-data-list-filter-default-form ff-grid-layout-form", children: d("div", { className: "grid-layout-item", style: gn(20, 0, 5, 2), children: d(Qe.Item, { name: ["keyword"], children: d(Bn.Search, { allowClear: !0, enterButton: "搜索", placeholder: "多关键字 | 分割", onSearch: (f) => a(f) }) }) }) }) }) }); +}, wr = ({ cols: e, fields: t, onReset: n }) => { + const [r, i] = R(!1), a = H(() => t == null ? void 0 : t.toReversed().some((o) => o.y > 1 || o.x + o.w >= e - 5), [e, t]); + return $(Qe.Item, { label: " ", style: { "--item-span": 5 }, className: V("ff-data-list-filter-actions", { expanded: r }), children: [d(et, { onClick: n, children: "重置" }), d(et, { type: "primary", htmlType: "submit", children: "查询" }), a && d(P.Link, { className: "ff-data-list-filter-expanded-button", widget: () => i((o) => !o), type: "primary", name: r ? "关闭" : "展开", icon: r ? "icon-up" : "icon-down", iconPosition: "end" })] }); +}; +pn.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 br = ({ className: e, operations: t, isOperations: n, isPaginate: r }) => { + const { onPageChange: i, onPageSizeChange: a, onClickCallback: o, getBase62params: s } = x.useContext(Z), { total: l, page: g, pageSize: c } = (s == null ? void 0 : s()) || {}; + return n && !u.isEmpty(t) || r ? $("div", { className: V("ff-data-list-footer", e), children: [d("div", { className: "ff-data-list-actions", children: t == null ? void 0 : t.map((p, h) => d(P, { 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: (m) => m !== !1 && (o == null ? void 0 : o(p.isRefresh, null)) }, p.uuid || h)) }), r && d(Dn, { size: "small", total: l, pageSize: c, showSizeChanger: !1, showTotal: (p) => `第 ${g} 页 / 总共 ${p} 条`, onChange: i, onShowSizeChange: a })] }) : null; +}, Cr = [{ 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" }] }] }], kr = ({ className: e, width: t = 280, isTreeSider: n }) => { + const { classNames: r } = re(Z); + return n ? d(qn.DirectoryTree, { className: V("ff-data-list-sider", r.sider, e), style: { "--sider-width": t }, showLine: !0, showIcon: !1, treeData: Cr }) : null; +}, xr = ({ className: e, title: t, tabs: n }) => { + const { getBase62params: r, onTabChange: i, onReload: a, classNames: o } = re(Z), { tab: s } = (r == null ? void 0 : r()) || {}, [l, g] = Gn((n == null ? void 0 : n[0].value) ?? (n == null ? void 0 : n[0].code), { value: s, onChange: i }); + return $("div", { className: V("ff-data-list-toolbar", o.toolbar, e), children: [d("div", { className: "ff-data-list-title", children: t }), d(Wn, { className: "ff-data-list-tabs", itemRender: ({ label: c, code: p, value: h }) => d("span", { onClick: () => g(h ?? p), className: V("ff-data-list-tab", { active: (h ?? p) == l }), children: c }), items: n }), $("div", { className: "ff-data-list-actions", children: [d(P.Link, { icon: "icon-reload", widget: () => a() }), d(P.Link, { icon: "icon-setting" })] })] }); +}, mn = ({ isItemGridLayout: e, theme: t, themeProps: n, onClickCallback: r, onReload: i, listCode: a, total: o = 0, page: s = 0, onPageChange: l, pageSize: g = 30, onPageSizeChange: c, tab: p, onTabChange: h, keyword: m, onKeywordChange: f, condition: C, onConditionChange: b, sider: k, onSiderChange: S, layouts: v, classNames: F = {}, payload: I = {}, ...W }) => { + const [z, M] = R(), O = X((T, D) => { + const L = { tab: p, page: s, pageSize: g, keyword: m, sider: k, condition: C, total: o, payload: I }; + return T && T != "init" ? u.get(L, T, D) : L; + }, [JSON.stringify(C), JSON.stringify(I), p, s, g, m, k, o]), B = H(() => { + let T = { sider: kr, filter: pn, footer: br, toolbar: xr }; + v === !1 ? T = { sider: null, filter: null, footer: null, toolbar: null } : u.isPlainObject(v) && (T = Object.assign({}, T, v)); + for (const D in T) if (T[D]) { + if (Ln(T[D])) { + const L = T[D]; + T[D] = (ee) => x.cloneElement(L, ee); + } + } else T[D] = () => d(x.Fragment, {}); + return T; + }, [v]); + return A(() => { + t ? ce.getWidgetComponent(t).then((T) => { + if (!T) throw `${t} not found`; + return T; + }).catch((T) => ({ default: () => `${T}` })).then((T) => M(x.createElement(T.default, { ...W, layouts: B, $setting: n }))) : M(d(e ? fr : yr, { ...W, layouts: B, $setting: n })); + }, [t, n]), d(Z.Provider, { value: { classNames: F, listCode: a, onClickCallback: r, onReload: i, getBase62params: O, onPageChange: l, onPageSizeChange: c, onTabChange: h, onSiderChange: S, onKeywordChange: f, onConditionChange: b, setPage: l, setPageSize: c, setTab: h, setSider: S, setKeyword: f, setCondition: b }, children: z && x.cloneElement(z, W) }); +}; +mn.propTypes = { classNames: w.exact({ sider: w.string, filter: w.string, footer: w.string, toolbar: w.string, container: w.string, content: w.string, item: w.string }), layouts: w.oneOfType([w.exact({ sider: w.oneOfType([w.elementType, w.element]), filter: w.oneOfType([w.elementType, w.element]), footer: w.oneOfType([w.elementType, w.element]), toolbar: w.oneOfType([w.elementType, w.element]) }), w.bool]) }; +var fe, ue, Ne, at; +const se = class se { + constructor() { + E(this, ue, null); + E(this, Ne, /* @__PURE__ */ new Map()); + E(this, at, () => { + if (y(this, ue)) return y(this, ue).port.postMessage({ command: "status", data: [] }); + _(this, ue, new SharedWorker(new URL("/ff-worker/res-ws.js", self.location))), y(this, ue).port.onmessage = (t) => { + var n, r; + (n = t.data) != null && n.uuid ? y(this, Ne).forEach((i, a) => { + var o; + (i == "*" || (o = i == null ? void 0 : i.includes) != null && o.call(i, t.data.uuid)) && a(t.data); + }) : ((r = t.data) == null ? void 0 : r.readyState) == WebSocket.CLOSED && j.get("/api/user-api-token").then(({ token: i, expire_at: a }) => { + y(this, ue).port.postMessage({ command: "initWs", data: [`ws${u.trimStart(j.appUrl, "http")}api/user-resource-status-ws?token=${i}`] }); + }); + }, y(this, ue).port.postMessage({ command: "status", data: [] }); + }); + N(this, "subscribe", (t, n = []) => (n ? Array.isArray(n) && n.length == 0 ? n = "*" : Array.isArray(n) || (n = [n].flat()) : n = "*", y(this, Ne).set(t, n), y(this, Ne).size == 1 && y(this, at).call(this), () => this.unsubscribe(t))); + N(this, "unsubscribe", (t) => y(this, Ne).delete(t)); + if (y(se, fe)) return y(se, fe); + } +}; +fe = new WeakMap(), ue = new WeakMap(), Ne = new WeakMap(), at = new WeakMap(), E(se, fe, null), N(se, "getInstance", () => (y(se, fe) || _(se, fe, new se()), y(se, fe))); +let kt = se; +const fn = kt.getInstance(), Ot = x.forwardRef(({ listCode: e, base62params: t, className: n, theme: r, themeProps: i, layouts: a, classNames: o }, s) => { + const [{ resource: l, primaryKey: g, batchOperations: c = [], itemOperations: p = [], columns: h = [], themeConfig: m, theme: f, isConditionFormLayout: C = !1, isTreeSider: b, treeSiderConfig: k, isItemGridLayout: S, itemGridLayout: v, title: F, isPaginate: I, tabs: W }, z] = R({ isItemGridLayout: !1, itemGridLayout: {} }), M = mr(e, t), [{ dataSource: O, itemOperationsAccess: B, condition: T, tab: D, keyword: L, page: ee, total: Se, pageSize: Te, sider: $e, onConditionChange: K, onTabChange: Lt, onKeywordChange: ct, onPageChange: Pn, onPageSizeChange: Nn, onSiderChange: Tn, onReload: dt, payload: $n }, Vt] = pr(M, e, g, l), Fn = Ct(p, B, O, g), On = Ct(c); + A(() => { + let te = null; + return e && j.get(`/api/_/${e}`).resp(({ data: Ye, res: En }) => { + Ye != null && Ye.isDynamicRefresh && (te = fn.subscribe(() => dt(), En)), z(Ye); + }).catch(() => z({})), () => te == null ? void 0 : te(); + }, [e]), x.useImperativeHandle(s, () => ({ onReload: dt, onClickCallback: Vt })); + const Rn = { listCode: e, title: F, classNames: o, layouts: a, resource: l, primaryKey: g, theme: r || f, themeProps: i || m, isTreeSider: b, treeSiderConfig: k, isPaginate: I, tabs: W, isItemOperations: Fn, itemOperations: p == null ? void 0 : p.map((te) => u.isEmpty(te == null ? void 0 : te.confirm) ? te : { ...te, confirm: Object.assign({}, te.confirm, { getPopupContainer: () => document.body }) }), isBatchOperations: On, batchOperations: c, isItemGridLayout: S, columns: h, itemGridLayout: v, isConditionFormLayout: C, itemOperationsAccess: B, dataSource: O, onConditionChange: K, onTabChange: Lt, onKeywordChange: ct, onPageChange: Pn, onPageSizeChange: Nn, onSiderChange: Tn, condition: T, tab: D, keyword: L, page: ee, total: Se, pageSize: Te, sider: $e, payload: $n }; + return d(mn, { ...Rn, className: V("ff-data-list-helper", n), onReload: dt, onClickCallback: Vt }); +}), hn = (e, t, n = !0) => n !== !0 && n-- <= 0 ? [] : u.isArray(e) && !u.isEmpty(e) ? e.reduce((r, i) => (Reflect.has(i, t) && Reflect.has(i, "children") && r.push(i[t]), Reflect.has(i, "children") && !u.isEmpty(i.children) ? r.concat(hn(i.children, t, n)) : r), []) : [], Sr = ({ className: e, primaryKey: t, columns: n = [], dataSource: r = [], operationRender: i, operationWidth: a = 180, components: o = {}, ...s }) => { + const { classNames: l } = re(Z), g = U(null), c = U(null), [p, h] = R([]), [m, f] = R({ width: 0, height: 0 }); + A(() => { + h(hn(r, t)); + }, [r, t]), Vn(() => { + const k = new ResizeObserver(() => { + var S; + f({ width: ((S = g.current) == null ? void 0 : S.nativeElement.querySelector(".ant-table-body").scrollWidth) || c.current.offsetWidth, height: c.current.offsetHeight }); + }); + return c.current && k.observe(c.current), () => { + c.current && k.unobserve(c.current); + }; + }, []); + const C = ur(n), b = gr(o); + return d("div", { ref: c, className: V("ff-data-list-table", l.content, e), children: m.height ? d(Un, { bordered: !0, ...s, components: b, ref: g, rowKey: (k) => (k == null ? void 0 : k[t]) ?? Math.random(), columns: C == null ? void 0 : C.concat(i ? [{ title: "操作", align: "center", fixed: "right", width: `${Math.ceil(a / m.width * 100).toFixed(2)}%`, render: (k, S, v) => i(S, v) }] : []), dataSource: r, size: "middle", scroll: { x: "max-content", y: m.height - 50 }, pagination: !1, expandable: { defaultExpandAllRows: !0, expandRowByClick: !0, onExpandedRowsChange: h, expandedRowKeys: p } }) : null }); +}, vr = "RC_FORM_INTERNAL_HOOKS", Pr = (e, { initialValue: t, initialValueLanguage: n, convertJs: r, convertJsSetting: i, type: a = "string" }, o = null) => { + const s = U(!1), l = re(en), [g, c] = R(), [p, h] = R(n != "javascript" && e ? l.getFieldValue(e) : void 0), { registerWatch: m } = l.getInternalHooks(vr) || {}; + return A(() => m == null ? void 0 : m((f, C, b) => { + if (!s.current) return; + const k = u.get(C, e); + u.isEqual(k, p) || h(ge(k, a)); + }), [p]), A(() => { + n == "javascript" && t ? xe.exec(t, {}, { getFieldValueForBasicForm: (f) => o ? o.getFieldValue(f) : l.getFieldValue(f), getFieldValue: (f) => l.getFieldValue(f) }).then((f) => h(ge(f, a))).catch((f) => notification.error({ message: `布局数据错误: ${JSON.stringify(f)}` })).finally(() => s.current = !0) : (t && h(ge(t ?? l.getFieldValue(e), a)), s.current = !0); + }, [t, n]), Ke(() => { + s.current && r && new tt([r, i]).toValue(p, l.getFieldsValue(!0)).then(c).catch((f) => { + c(f), console.error("布局数据转换错误: ", f, r); + }); + }, [p, r, i]), [g ?? p, p]; +}, yn = (e, t, n = null) => H(() => { + var r; + return (r = u.sortBy(e, ["y", "x"])) == null ? void 0 : r.map(({ i, x: a, y: o, w: s, h: l, field: { boxStyle: g, ...c } }, p) => d("div", { className: "grid-layout-item", style: gn(a, o, s, l, g), children: d(t, { ...c, basicForm: n }) }, i ?? p)); +}, [e]), Nr = ({ widget: e, widgetPrefix: t = "@pkg/ff/grid-layouts", basicForm: n, ...r }) => { + const i = e != null && e.startsWith("@") || e != null && e.startsWith("blob:") ? e : `${t}/${e}`, [a, o] = R(); + return A(() => { + i && ce.getWidgetComponent(i).then(({ defaultProps: s = {}, default: l }) => ({ default: Tr(l, s, n) })).catch((s) => ({ default: () => `${s}` })).then((s) => o(x.createElement(s.default, r))); + }, [i]), a; +}, Tr = (e, t = {}, n = null) => (r) => { + const { code: i, label: a, extras: o, isVirtual: s, initialValue: l, initialValueLanguage: g, convertJs: c, convertJsSetting: p, value: h, ...m } = u.merge({}, t, r), [f, C] = Pr(s ? null : i, { initialValue: l, initialValueLanguage: g, convertJs: c, convertJsSetting: p, type: (m == null ? void 0 : m.type) || "string" }, n), b = H(() => { + const v = Object.keys((t == null ? void 0 : t.extras) || {}); + return u.over([u.partialRight(u.pick, v), u.partialRight(u.omit, v)]); + }, [t == null ? void 0 : t.extras]), [k, S] = b(m); + return d(e, { ...S, value: f, rawValue: C, $setting: Object.assign({}, o, k) }); +}, wn = ({ className: e, cols: t = 12, rowHeight: n = 21, containerPadding: r = [0, 0], itemMargin: i = [4, 0], formProps: a = {}, fields: o = [], data: s, basicForm: l = null, ...g }) => { + const [c] = Q.useForm(), p = yn(o, Nr, l), h = H(() => [{ name: "__PROPS__", value: a }], [a]); + return Ke(() => (c.setFieldsValue(s), () => c.resetFields()), [s]), d(Q, { fields: h, form: c, component: !1, children: d("div", { ...g, className: V("ff-grid-layout", e), 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": t, "--grid-layout-row-height": `${n}px` }, children: p }) }); +}, Oi = (_t = wn, function({ code: e, data: t, ...n }) { + const [r, i] = R({ resource: null, cols: 12, rowHeight: 21, fields: [] }); + return A(() => { + e && j.get(`/api/_/${e}`).then((a) => i(u.pick(a, ["resource", "cols", "rowHeight", "fields"]))); + }, [e]), (r == null ? void 0 : r.resource) && d(_t, { ...n, rowHeight: r.rowHeight, cols: r.cols, fields: r.fields, data: r != null && r.resource ? { [r == null ? void 0 : r.resource]: t } : {} }); +}); +var _t; +const $r = ({ column: e = 0, colWidth: t = 0, cols: n, rowHeight: r, itemMargin: i, fields: a, primaryKey: o, dataSource: s, itemClassName: l, beforeRender: g = null, afterRender: c = null, itemRender: p = (C, b, k) => C, empty: h = d(_n, { description: null }), className: m, style: f = {} }) => { + const { classNames: C } = re(Z), b = H(() => d(wn, { cols: n, rowHeight: r, itemMargin: i, fields: a, className: l }), [a, n, r, i]), k = u.isEmpty(s); + return $("div", { className: V("ff-data-list-content", C.content, m), style: Object.assign({}, f, e && { "--col-num": e }, t && { "--col-width": t }), children: [g == null ? void 0 : g(s), k ? h : s.map((S, v) => { + const F = p(x.cloneElement(b, { data: S }), S, v); + return x.cloneElement(F, { key: `${(S == null ? void 0 : S[o]) ?? v}-${or(S)}` }); + }), c == null ? void 0 : c(s)] }); +}, Fr = ({ component: e, $props: t }) => { + const { base62params: n } = He(t, {}); + return d(J, { children: d(Ot, { listCode: e, base62params: j.decode(n) }) }); +}, Ri = () => d(bn, {}), bn = () => "Empty", Or = ({ component: e, $setting: t, $props: n }) => { + const [r, i] = R(); + A(() => { + if (!e) return i(d(bn, { description: null })); + ce.getWidgetComponent(e).catch((o) => ({ default: () => `${o}` })).then((o) => x.createElement(o.default, { $setting: t })).then(i); + }, [e]); + const a = He(n, {}); + return r ? x.cloneElement(r, a) : null; +}, Ei = () => "NotFoundPage"; +var he, ne, ye, we, We, Ue; +const oe = class oe { + constructor() { + E(this, ne, /* @__PURE__ */ new Map()); + E(this, ye, {}); + E(this, we, null); + N(this, "init", (t, n) => { + _(this, ne, t), _(this, ye, n); + }); + N(this, "get", (t) => (y(this, ne).has(t) || (t = Array.from(y(this, ne).keys()).find((n) => y(this, ne).get(n).uri === t)), y(this, ne).get(t) || {})); + N(this, "redirect", (t, n, r = {}) => { + const { uri: i, type: a, widgetProps: o } = this.get(t) || {}, { router: s, query: l, ...g } = n || {}, c = Object.assign({}, g, s), p = Object.assign({}, g, l); + a == "list" && (c.base62params = j.encode(c != null && c.base62params ? c.base62params : c)); + let h = Yn(i || t, c); + const m = new URLSearchParams(); + for (const f in o || {}) (o == null ? void 0 : o.type) == "query" && Object.has(p, f) && m.append(f, JSON.stringify(p[f])); + return m.size > 0 && (h = `${h}?${m.toString()}`), r != null && r.isOpenWindow ? window.open(h) : y(this, we).navigate(h, { replace: !!(r != null && r.isReplaceRouteHistory) }); + }); + N(this, "getMenus", (t) => { + var n; + return ((n = y(this, ye)) == null ? void 0 : n[t]) || []; + }); + N(this, "findMenuPathByUuid", (t) => { + let n = []; + for (const r in y(this, ye)) if (n = y(this, We).call(this, y(this, ye)[r], t, [r]), n.length > 1) return n; + return n; + }); + N(this, "getMenusByRouteUuid", (t) => y(this, Ue).call(this, t, Object.values(y(this, ye)).flat())); + E(this, We, (t, n, r = []) => { + if (u.isEmpty(t)) return r; + for (const { uuid: i, children: a } of t) { + if (i == n) return r.concat(i); + if (!u.isEmpty(a)) return r.concat(i, y(this, We).call(this, a, n)); + } + return r; + }); + E(this, Ue, (t, n) => { + var i; + let r = []; + for (const a of n) a.widgetType == "redirect" && (a.uuid == t || a.widget == t ? r.push(a) : (i = a.children) != null && i.length && (r = r.concat(y(this, Ue).call(this, t, a.children)))); + return r; + }); + N(this, "getCurrentMenu", () => { + const { uuid: t } = this.getCurrentRoute() || {}; + if (!t) return; + const n = this.getMenusByRouteUuid(t); + return u.isEmpty(n) ? void 0 : n[0]; + }); + N(this, "getCurrentRoute", (t = 0) => { + var r; + const n = (r = y(this, we).state.matches[y(this, we).state.matches.length - 1 - t]) == null ? void 0 : r.route; + if (!n) return null; + for (let [i, a] of y(this, ne)) if (a.uri === n.path) return a; + return null; + }); + N(this, "getPageParams", (t) => { + var i, a, o; + let n = "", r = {}; + if (nn()) r = Xn(), n = (i = Qn()) == null ? void 0 : i.search; + else { + const { location: s = {}, matches: l = [] } = ((a = y(this, we)) == null ? void 0 : a.state) || {}; + r = ((o = l[l.length - 1]) == null ? void 0 : o.params) || {}, n = s.search; + } + return n && new URLSearchParams(n).forEach((s, l) => { + r[l] = s; + }), t ? u.get(r, t) : r; + }); + N(this, "createBrowserRouter", (t = {}) => { + if (y(this, ne).size == 0) return null; + const n = Ie.get("Common.WEBSITE_DEFAULT_THEME", "@pkg/ff/frameworks/DefaultTheme"), r = Ie.get(ce.checkUserToken() ? "Common.WEBSITE_LOGIN_REDIRECT" : "Common.WEBSITE_DEFAULT", "/index"), i = { [n]: 0 }, a = (s, l) => () => Promise.all([ce.getWidgetComponent(s), He(l)]).then(([g, c]) => [g.default || function() { + return `${s}`; + }, c]).then(([g, c]) => ({ Component: () => x.createElement(an, {}, x.createElement(g, { $setting: c })) })), o = Array.from(y(this, ne).values()).reduce((s, { uuid: l, uri: g, name: c, type: p, component: h, widgetSetting: m, widgetProps: f, isLogin: C, isLayout: b, extra: k }) => { + let S = {}, v = 0; + switch (p) { + case "list": + S.element = x.createElement(Fr, { component: h, $props: f }); + break; + case "fsdpf-component": + S.element = x.createElement(Or, { key: h, component: h, $setting: m, $props: f }); + } + const F = (k == null ? void 0 : k.theme) ?? (k == null ? void 0 : k.layout); + if (F) { + const I = (k == null ? void 0 : k.themeProps) ?? (k == null ? void 0 : k.layoutProps); + if (!i[F]) return i[F] = s.length, [...s, { path: "/", lazy: a(F, I), children: [{ path: g, ...S }] }]; + v = i[F]; + } + return b && v > -1 ? (s[v].children.push({ path: g, ...S }), s) : [...s, { path: g, ...S }]; + }, [{ path: "/", lazy: a(n, {}), children: [] }]); + return o.push({ index: !0, element: x.createElement(Rr, { to: r, replace: !0 }) }), _(this, we, Zn(o, t)); + }); + if (y(oe, he)) return y(oe, he); + } +}; +he = new WeakMap(), ne = new WeakMap(), ye = new WeakMap(), we = new WeakMap(), We = new WeakMap(), Ue = new WeakMap(), E(oe, he, null), N(oe, "getInstance", () => (y(oe, he) || _(oe, he, new oe()), y(oe, he))); +let xt = oe; +const Rr = ({ to: e, replace: t }) => nn() ? x.createElement(er, { to: e, replace: t }) : (window.document.location = e, "redirect"), ke = xt.getInstance(), Fe = new Worker(new URL("/ff-worker/index.js", self.location)), Ht = { getConfigure: (e) => Ie.get(e), route: { redirect: (...e) => ke.redirect(...e), getPageParams: (...e) => ke.getPageParams(...e), getCurrentRoute: () => ke.getCurrentRoute() }, popup: { notification: (...e) => Y.notification(...e), success: (...e) => Y.success(...e), error: (...e) => Y.error(...e), form: (...e) => Y.form(...e), modal: (...e) => Y.modal(...e), confirm: (...e) => Y.confirm(...e) } }; +var st, je, be; +const q = class q { + constructor() { + N(this, "exec", (t, n = {}, r = {}, i = "") => new Promise((a, o) => { + if (!/^(?!\s*(\/\/|\/\*|\*)).*?\S+/m.test(t)) return a(); + const s = zt(q, st)._++; + y(q, je).set(s, r), q.mQueue.set(s, [a, o]), Fe.postMessage({ id: s, session: i, category: "eval", method: t, args: n }); + })); + N(this, "clear", (t) => Fe.postMessage({ session: t, category: "clear" })); + if (y(q, be)) return y(q, be); + Promise.resolve().then(() => ri).then((t) => { + Ht.http = t.http; + }), Fe.addEventListener("message", ({ data: { id: t, task_id: n, method: r, args: i, category: a, data: o, error: s, session: l } }) => { + if (a === "eval" && q.mQueue.has(t)) s !== null ? q.mQueue.get(t)[1](s) : q.mQueue.get(t)[0](o), y(q, je).delete(t), q.mQueue.delete(t); + else if (a === "util") try { + const g = u.get(Ht, r.split("/")) || u.get(y(q, je).get(n), r.split("/")); + if (!u.isFunction(g)) throw `${r} not found`; + Promise.resolve(Reflect.apply(g, void 0, i)).then((c) => { + Fe.postMessage({ id: t, task_id: n, category: a, method: r, args: i, session: l, data: c, error: null }); + }).catch((c) => { + Fe.postMessage({ id: t, task_id: n, category: a, method: r, args: i, session: l, data: null, error: c }); + }); + } catch (g) { + Fe.postMessage({ id: t, task_id: n, category: a, method: r, args: i, session: l, data: null, error: g }); + } + }, !1); + } +}; +st = new WeakMap(), je = new WeakMap(), be = new WeakMap(), N(q, "mQueue", /* @__PURE__ */ new Map()), E(q, st, 0), E(q, je, /* @__PURE__ */ new Map()), E(q, be, null), N(q, "getInstance", () => (y(q, be) || _(q, be, new q()), y(q, be))); +let St = q; +const xe = St.getInstance(), ot = () => { + const e = U(!0), [, t] = x.useReducer((n) => n + 1, 0); + return A(() => () => e.current = !1, []), () => e.current && t(); +}, ji = (e) => { + const t = U(); + return A(() => { + t.current = e; + }, [e]), t.current; +}, Ai = (e) => { + const [t, n] = R(e), r = U(null), i = X((a, o) => { + r.current = o, n(a); + }, []); + return A(() => { + r.current && (r.current(t), r.current = null); + }, [t]), [t, i]; +}, Ke = (e = (r) => { +}, t, n = u.isEqual) => { + const r = x.useRef(); + n(t, r.current) || (r.current = u.cloneDeep(t)), x.useEffect(e, [r.current]); +}, Je = Ke, Cn = (e, t = "string") => { + var n; + if (!Array.isArray(e)) return e; + for (let r = 0; r < e.length; r++) e[r].value = ge((n = e[r]) == null ? void 0 : n.value, t), e[r] && Reflect.has(e[r], "children") && (e[r].children = Cn(e[r].children, t)); + return e; +}, Li = (e, t = "json", n = "string", r, i = null) => { + const [a] = Q.useForm(r), [o, s] = R([{ label: "无", value: "", disabled: !0 }]), l = U([]), g = Q.useWatch((c) => l.current.length === 0 ? null : u.pick(c, l.current), a) || null; + return A(() => { + Array.isArray(e) ? s(e) : t === "javascript" && e ? xe.exec(e, {}, { getFieldValue: (c) => (l.current.includes(c) || l.current.push(c), a.getFieldValue(c)), getFieldValueForBasicForm: (c) => (l.current.includes(c) || l.current.push(c), i ? i.getFieldValue(c) : a.getFieldValue(c)) }).then((c) => { + s(ge(c, "array")); + }).catch((c) => console.error("useOptions", c)) : e && s(ge(e, "array")); + }, [e, t, g]), Cn(o, n); +}, Vi = (e) => { + const [t, n] = R(), r = { type: "GET" }; + if (typeof e == "string" ? r.url = e : u.isPlainObject(e) && Object.assign(r, e), !(r != null && r.url)) throw "url is required"; + const i = (a) => j.request(r, !1).resp((o) => (console.log("useSubscribeRequest", a), n(o), o)); + return Ke(() => { + let a = null; + return i().then((o) => { + a = fn.subscribe(u.throttle(i, 180, { leading: !1, trailing: !0 }), o.res); + }), () => a == null ? void 0 : a(); + }, r), t; +}, Er = (e) => { + const [t, n] = x.useState({ gridItems: [], hideItems: [] }); + return x.useEffect(() => { + e && j.get(`/api/_/${e}`).then(({ pk: r, uuid: i, code: a, resource: o, align: s, cols: l, rowHeight: g, marginX: c, marginY: p, listenChangeFields: h, listenChangeFieldsFunc: m, fields: f }) => ({ pk: r, uuid: i, code: a, resource: o, align: s, cols: l, rowHeight: g, marginX: c, marginY: p, listenChangeFields: h, listenChangeFieldsFunc: m, ...f.reduce((C, b) => { + var k; + return (k = b == null ? void 0 : b.field) != null && k.hidden ? C.hides.push(b == null ? void 0 : b.field) : C.items.push(b), C; + }, { items: [], hides: [] }) })).then(n); + }, [e]), t; +}, jr = ({ max: e = 0, min: t = 0, type: n = "", message: r, pattern: i, required: a = !1, validator: o } = {}, s, l) => { + const [g, c] = R([]); + return A(() => { + const p = []; + if (a) { + let h = l; + switch (l) { + case "number": + case "string": + case "array": + break; + case "bool": + h = "boolean"; + break; + case "json": + h = "object"; + } + p.push({ type: h, required: !0, whitespace: !0, message: "该项必填" }); + } + switch (n) { + case "string": + p.push({ type: n, max: e, min: t, message: r || (t && e ? `字符必须在 ${t} ~ ${e} 之间` : `${e ? "最多能有" : "最少要有"} ${t || e} 个字符`) }); + break; + case "pattern": + p.push({ type: "string", pattern: i, message: r }); + break; + case "validator": + o && p.push(({ getFieldValue: h }) => ({ validator: async (m, f) => { + const C = await xe.exec(o, { value: f, fieldName: s }, { getFieldValue: h }); + return u.isString(C) && C ? Promise.reject(C) : u.isBoolean(C) && !C ? Promise.reject(r) : Promise.resolve(); + } })); + } + c(p); + }, [e, t, n, r, i, a, o]), g; +}, Ar = (e, t, n) => { + const [r, i] = R(null); + return A(() => { + const { initDataUri: a = `/api/${e}`, initDataMethod: o = "GET" } = n || {}; + t && j.request({ method: o, url: u.trimEnd(`${a}/${t}`, "/") }).then((s) => { + i(s); + }); + }, [e, t, n]), r; +}, Lr = (e, t, n) => X((r, i = { serialize: (a) => a, onSuccess: () => { +}, onFail: (a) => (a == null ? void 0 : a.errorFields) && Y.error("请先完善表单信息", { duration: 2e3 }) }) => { + const a = r.getFieldValue("__RESOURCE__"), { submitDataUri: o = `/api/${e}`, submitDataMethod: s = "POST" } = n || {}; + return r.validateFields().then((l) => a ? u.pick(l, [a]) : l).then(i.serialize).then((l) => j.request({ method: s, url: u.trimEnd(`${o}/${t || ""}`, "/"), data: l }).msg(i.onSuccess)).catch(i.onFail); +}, [e, t, n]), Vr = (e, t, n, r) => { + const i = Ar(t, n, r); + A(() => { + i ? e.setFieldsValue(i) : e.resetFields(); + }, [e, i]); + const a = Lr(t, n, r); + return u.partial(a, e); +}, kn = (e, t, n = {}, r = {}, i = {}) => { + const a = re(en), o = ot(), s = U(!0), l = U([]), [g, c] = R(t), [p, h] = R(), m = Q.useWatch((f) => JSON.stringify(u.pick(f, l.current)), a) || "{}"; + return Je(() => { + e && xe.exec(e, n, { ...r, getFieldValueForBasicForm: (f) => i ? i.getFieldValue(f) : null, getFieldValue: u.wrap(a.getFieldValue, (f, C) => (l.current.some((b) => u.isEqual(b, C)) || (l.current.push(C), o()), f == null ? void 0 : f(C))), isFieldTouched: a.isFieldTouched, isFieldsTouched: a.isFieldsTouched }).then((f) => { + s.current && (c(f), h(null)); + }).catch((f) => { + s.current && (c(t), h(f)); + }); + }, [e, m, a, n, r]), A(() => () => s.current = !1, []), e ? [g, p] : [t, null]; +}, Ir = (e, t, n = [], r = {}) => { + const i = U({}), a = U(), o = u.debounce(ot(), 180), s = ["disabled", "required"], l = (h, m) => { + s.includes(h) && (i.current[h] = m), o(); + }, g = H(() => ({ setDisabled: (h) => l("disabled", h), setRequired: (h) => l("required", h), getDisabled: () => i.current.disabled, getRequired: () => i.current.required }), [t]), [c, p] = kn(t, -1, {}, g, r); + if (!p && a.current != c && (c >= 0 || !u.isEmpty(n == null ? void 0 : n[c]))) { + a.current = c; + const { widget: h, widgetPrefix: m, props: f } = n == null ? void 0 : n[c]; + e = on(h, m), i.current = u.merge(f, u.pick(i.current, s)); + } + return [e, i.current]; +}, Kt = (e) => e === void 0 || e === !1 ? "" : (Array.isArray(e) ? e : [e]).join("_"), Ii = ({ value: e, onChange: t }, n = null) => { + const r = U(), [i] = Q.useForm(n), a = U({}); + return Je(() => { + u.isEqual(r.current, e) || i.setFieldsValue(e); + }, [e]), A(() => () => i.resetFields(), []), [H(() => i.__INTERNAL__ ? i : { ...i, __INTERNAL__: { itemRef: (o) => (s) => { + const l = Kt(o); + s ? a.current[l] = s : delete a.current[l]; + } }, scrollToField: (o, s = {}) => { + console.warn("useMergedFormValuesChange scrollToField not work, unreferenced antd form"); + }, focusField: (o) => { + console.warn("useMergedFormValuesChange focusField not work, unreferenced antd form"); + }, getFieldInstance: (o) => { + const s = Kt(o); + return a.current[s]; + } }, [i]), (o, s) => { + r.current = s, t == null || t(s); + }]; +}, Mr = ({ type: e, initialValue: t, initialValueLanguage: n, onChange: r, basicForm: i }) => { + const [a, o] = kn(n == "javascript" && t, n == "javascript" ? void 0 : t, {}, {}, i); + return A(() => { + n == "javascript" ? r(ge(a, e)) : t && r(ge(t, e)); + }, [e, t, a]), null; +}, Rt = ({ widget: e = "Input", widgetPrefix: t = "@pkg/ff/grid-layout-forms", widgetDecorator: n, subWidgets: r = [], basicForm: i, ...a }) => { + const o = on(e, t), [s, l] = Ir(o, n, r, i), [g, c] = R(); + return A(() => { + s && ce.getWidgetComponent(s).then(({ defaultProps: p = {}, default: h }) => ({ default: zr(h, p, i) })).catch((p) => ({ default: () => `${p}` })).then((p) => c(x.createElement(p.default, a))); + }, [s]), g && x.cloneElement(g, { ...a, ...l }); +}, zr = (e, t = {}, n = null) => (r) => { + const { type: i, code: a, label: o, noStyle: s, placeholder: l, required: g = !1, extras: c, validators: p, help: h, isVirtual: m, $isReserved: f, initialValue: C, initialValueLanguage: b, ...k } = u.omit(u.merge({}, t, r), ["convertJs", "convertJsSetting", "widget", "widgetPerfix", "widgetDecorator", "subWidgets", "boxStyle"]), S = jr(Object.assign({}, p, g ? { required: !0 } : {}), a, i), v = H(() => { + const M = Object.keys((t == null ? void 0 : t.extras) || {}); + return u.over([u.partialRight(u.pick, M), u.partialRight(u.omit, M)]); + }, [t == null ? void 0 : t.extras]), [F, I] = v(k), W = { label: o, noStyle: s, colon: !1, layout: "vertical" }, z = X((M) => M == null ? void 0 : ge(M, i), [i]); + return d($t, { name: a, rules: S, initialValue: z(C), normalize: z, children: (M, O, B) => { + var T; + return d(e, { type: i, rcform: B, basicForm: n, itemProps: { validateStatus: O.errors.length > 0 ? "error" : "success", tooltip: h || null, help: O.errors.length > 0 ? O.errors.join("、") : null, required: ((T = S == null ? void 0 : S[0]) == null ? void 0 : T.required) || !1, ...W }, fieldProps: { placeholder: l, ...I, ...M }, $setting: Object.assign({}, c, F) }); + } }); +}, Et = ({ cols: e = 24, rowHeight: t = 16, itemMargin: n = [8, 16], containerPadding: r = [0, 0], fields: i = [], children: a, basicForm: o = null }) => { + const s = yn(i, Rt, o); + return $("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": `${(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: [s, a && x.cloneElement(a, { cols: e, rowHeight: t, itemMargin: n, containerPadding: r, fields: i })] }); +}; +Et.propTypes = { fields: w.array }; +const Br = (Jt = Et, ({ code: e, layout: t, name: n, primaryKey: r = 0, style: i = {}, formProps: a = {}, form: o, basicForm: s, isPreview: l = !1, className: g, onFinish: c, onValuesChange: p = () => { +}, ...h }) => { + const { align: m, autoComplete: f, resource: C, items: b, hides: k, rowHeight: S, marginX: v, marginY: F, cols: I, listenChangeFields: W, listenChangeFieldsFunc: z, pk: M, uuid: O } = Er(e), [B] = Q.useForm(o), T = H(() => [{ name: "__PK__", value: M }, { name: "__PROPS__", value: a }, { name: "__RESOURCE__", value: C }, { name: "__LAYOUT_KEY__", value: e }, { name: "__LAYOUT_UUID__", value: O }, { name: "__PRIMARY_KEY__", value: r }], [M, e, O, C, r, a]); + return $(Q, { className: g, name: n || e, layout: t || m, fields: T, form: B, autoComplete: f, style: { ...i, position: "relative" }, onFinish: c, onValuesChange: (D, L) => (({ changedValues: ee, allValues: Se, listenChangeFields: Te, listenChangeFieldsFunc: $e, onValuesChange: K, code: Lt }) => { + K(ee, Se), $e && Array.isArray(Te) && xe.exec($e, { changedValues: ee, allValues: Se }, { getFieldValue: B.getFieldValue, setFieldValue: B.setFieldValue, setFieldsValue: B.setFieldsValue, isFieldTouched: B.isFieldTouched, isFieldsTouched: B.isFieldsTouched }).catch((ct) => console.error("onFormValuesChange", ct)); + })({ changedValues: D, allValues: L, listenChangeFields: W, listenChangeFieldsFunc: z, onValuesChange: p, code: e }), children: [d(Jt, { ...h, form: B, basicForm: s, code: e, fields: b, cols: I, rowHeight: S, itemMargin: [v, F] }), k == null ? void 0 : k.map((D) => { + var L; + return d($t, { name: D.code, children: d(Mr, { form: B, basicForm: s, name: D.code, type: D.type, initialValue: D.initialValue, initialValueLanguage: (L = D.extras) == null ? void 0 : L.initialValueLanguage }) }, JSON.stringify(D.code)); + })] }, e); +}); +var Jt; +const xn = ({ $setting: e, $close: t, extras: n, code: r, primaryKey: i, ...a }) => { + const [o] = Q.useForm(), s = Vr(o, r, i, e); + return d(J, { actions: $(x.Fragment, { children: [d(P, { name: (e == null ? void 0 : e.okText) || "保存", type: "primary", widget: () => s({ onSuccess: t }) }), d(P, { name: (e == null ? void 0 : e.cancelText) || "取消", widget: () => t(!1) })] }), extras: n, children: d(Br, { form: o, code: r, primaryKey: i, ...a }) }); +}, Gt = /* @__PURE__ */ new Set(), vt = (e = [], t = 0) => { + const n = e[t]; + if (n.length && !Gt.has(n)) { + const r = document.createElement("script"); + r.setAttribute("src", n), r.setAttribute("data-namespace", n), e.length > t + 1 && (r.onload = () => { + vt(e, t + 1); + }, r.onerror = () => { + vt(e, t + 1); + }), Gt.add(n), document.body.appendChild(r); + } +}, Pt = ({ className: e, type: t, style: n = {}, ...r }) => d("span", { role: "img", className: V("ff-iconfont", e), style: n, ...r, children: d("svg", { style: { width: "1em", height: "1em", fill: "currentColor", overflow: "hidden" }, viewBox: "0 0 1024 1024", children: d("use", { xlinkHref: `#${t}` }) }) }); +Pt.propTypes = { className: w.string, type: w.string.isRequired, style: w.object }, Pt.init = vt; +const Dr = (e, t, n, r) => ke.redirect(n, t, r), qr = (e, t = {}, n, r = {}) => { + var a; + const i = (a = r.router) == null ? void 0 : a.reduce((o, [s, l, g]) => { + const c = u.get(t, ["router", s]); + if (!c && c !== 0 && l) throw `请传入 ${g}`; + return `${o}/${c}`; + }, `/api/${n}`); + return j.del(i, t.param).msg(); +}, Yt = (e, t, n, { status: { loading: r, disabled: i }, setStatus: a }) => { + const o = { loading: (s) => s === void 0 ? r : a((l) => ({ ...l, loading: s })), disabled: (s) => s === void 0 ? i : a((l) => ({ ...l, disabled: s })) }; + return u.isFunction(n) ? n.call(null, { ...t, ...o }) : u.isString(n) && n ? xe.exec(n, t, o) : null; +}, Xt = (e, t, n, r, i) => u.isString(n) && n ? ce.getWidgetComponent(n).then(({ default: a }) => Y.modal(a, { ...t, $setting: r }, i != null && i.title ? { ...i, title: u.template(i.title)(e) } : i)).catch((a) => { + Y.error(n, { content: a.toString() }); +}) : Y.modal(n, { ...t, $setting: r }, i != null && i.title ? { ...i, title: u.template(i.title)(e) } : i), Wr = (e, t, n, r, i) => Y.modal(xn, { ...t, $setting: r, code: n }, i != null && i.title ? { ...i, title: u.template(i.title)(e) } : i), Ur = (e, t, n, r, i) => Y.modal(Ot, { base62params: t, $setting: r, listCode: n }, i != null && i.title ? { ...i, title: u.template(i.title)(e) } : i), _r = ({ widget: e, widgetType: t, widgetData: n, widgetProps: r, widgetSetting: i, widgetContainerProps: a }, { onAfterClick: o, onBeforeClick: s }) => { + const l = re(Z), [g, c] = R({ leading: !0, trailing: !1 }), p = H(() => { + switch (t) { + case "redirect": + return u.partialRight(Dr, e, i); + case "func": + return u.partialRight(Yt, (i == null ? void 0 : i.code) ?? e, { status: g, setStatus: c }); + case "component": + case "fsdpf-component": + return u.partialRight(Xt, e, i, a); + case "grid-layout-form": + return u.partialRight(Wr, e, i, a); + case "data-list": + return u.partialRight(Ur, e, i, a); + case "destroy": + return u.partialRight(qr, e, i, a); + default: + if (At(e) || x.isValidElement(e)) return u.partialRight(Xt, e, i, a); + if (u.isFunction(e)) return u.partialRight(Yt, (i == null ? void 0 : i.code) || e, { status: g, setStatus: c }); + } + return (...h) => console.error("useButton unknown widgetType", t, ...h); + }, [e, t]); + return [u.debounce((h) => (s == null || s(h), Promise.resolve(He(r, h, { list: l })).then((m) => p(h, { ...n, ...m })).then((m) => o == null ? void 0 : o(m)).catch(console.error)), 300, { leading: !0, trailing: !1 }), g]; +}, Sn = ({ type: e, name: t, className: n, icon: r, iconPosition: i, size: a }, o = "default") => H(() => { + const s = { type: "primary", className: V("ff-button", n), iconPosition: i, size: a }; + return e === "danger" ? s.danger = !0 : e === "default" && (s.type = e), o === "link" || o === "dashed" ? (s.type = o, e === "default" && (s.className = V(s.className, "ff-default"))) : o !== "circle" && o !== "round" || (s.shape = o), r && (s.icon = d(Pt, { type: r })), t && (s.children = t), s; +}, [o, e, n, r, i]), lt = ({ data: e, widget: t, widgetType: n = "fsdpf-component", widgetData: r, widgetProps: i, widgetSetting: a, widgetContainerProps: o, onAfterClick: s, onBeforeClick: l, children: g, extras: c }) => { + const p = re(Z), [h, m] = R(!1), [f, C] = R("hover"), [b, k] = R({}), [S, v] = R(), { placement: F, align: I, zIndex: W, arrow: z = { pointAtCenter: !0 }, getPopupContainer: M, isPopupMountBodyContainer: O = !1, ...B } = o || {}; + A(() => { + n == "grid-layout-form" ? v(x.createElement(xn, { ...r, $setting: a, code: t })) : n == "data-list" ? v(x.createElement(Ot, { base62params: e, $setting: a, listCode: t })) : u.isString(t) ? ce.getWidgetComponent(t).then(({ default: L }) => { + v(x.createElement(L, { ...r, $setting: a })); + }).catch((L) => v(L.toString())) : At(t) ? v(x.createElement(t, { ...r, $setting: a })) : x.isValidElement(t) && v(x.cloneElement(t, { ...r, $setting: a })); + }, [t, n, r]), A(() => { + Promise.resolve(He(i, e, { list: p })).then(k); + }, [i, e, p.getBase62params]); + const T = (L, ee = !1) => (m(L), !L && C("hover"), L ? l == null ? void 0 : l(b) : s == null ? void 0 : s(ee)), D = (L) => { + m(!0), C("click"); + }; + return d(Hn, { zIndex: W, placement: F, onPopupClick: D, onClick: D, open: h, align: I, arrow: z, trigger: f, getPopupContainer: M || O ? void 0 : (L) => L, content: d(Hr, { ...B, extras: c, children: S && x.cloneElement(S, { ...b, $close: (L) => T(!1, L) }) }), children: g, onOpenChange: T }); +}, Hr = ({ title: e, className: t, children: n, extras: r, width: i, height: a, ...o }) => { + const [s, l] = R({}), g = X((m, f) => l((C) => ({ ...C, [m]: f })), []), c = X((m) => l((f) => ({ ...f, [m]: void 0 })), []), p = e ? x.createElement("div", { className: "ff-popup-title" }, e) : s == null ? void 0 : s.title, h = r ?? x.createElement("div", { className: "ff-popup-reserved-extras" }, r); + return d(_e.Provider, { value: { ele: s, mount: g, unmount: c }, children: $("div", { className: V("ff-popup ff-popover", t, s.rootClassName), style: { width: i, height: a }, ...o, children: [$("div", { className: "ff-popup-header", children: [p, s == null ? void 0 : s["sub-title"]] }), n, $("div", { className: "ff-popup-footer", children: [h, s == null ? void 0 : s.extras, s == null ? void 0 : s.actions] })] }) }); +}; +lt.propTypes = { widgetType: w.oneOf(["fsdpf-component", "grid-layout-form", "data-list"]) }; +const Ge = (e) => function({ className: t, variant: n, children: r, name: i, icon: a, type: o = "default", iconPosition: s = "start", noAuthType: l, onAfterClick: g, onBeforeClick: c, data: p, loading: h, disabled: m, tooltip: f, confirm: C, widget: b = () => { +}, widgetType: k, widgetData: S, widgetProps: v, widgetSetting: F, widgetContainerProps: I, ...W }) { + const { mode: z, ...M } = I || {}, O = Sn({ className: t, name: i, type: o, icon: a, iconPosition: s }, n ?? e), B = d(et, { ...O, ...W, children: r || i }); + if (z === "popover" && !["destroy", "redirect", "func"].includes(k)) return d(lt, { data: p, widget: b, widgetType: k, widgetData: S, widgetProps: v, widgetSetting: F, widgetContainerProps: M, onAfterClick: g, onBeforeClick: c, children: B }); + const T = u.isEmpty(f) || !f.enabled ? {} : f, D = u.isEmpty(C) ? { enabled: !1 } : Object.assign({ enabled: !0 }, C), [L, ee] = R(!1), [Se, { disabled: Te, loading: $e }] = _r({ widget: b, widgetType: k, widgetData: S, widgetProps: v, widgetSetting: F, widgetContainerProps: M }, { onAfterClick: g, onBeforeClick: c }); + return d(Kn, { okText: "确定", cancelText: "取消", getPopupContainer: (K) => K, ...D, disabled: Te || m, open: L, onOpenChange: (K) => { + if (!K) return ee(K); + D.enabled ? ee(K) : Se(p); + }, onConfirm: (K) => { + Se(p, K); + }, onClick: (K) => { + K.stopPropagation(); + }, children: d(Jn, { getPopupContainer: (K) => K, ...T, title: L ? null : T == null ? void 0 : T.title, trigger: ["hover", "click"], children: x.cloneElement(B, { loading: $e || h, disabled: Te || m }) }) }); +}, P = Ge("default"); +P.propTypes = { type: w.oneOf(["primary", "default", "danger", ""]), size: w.oneOf(["large", "middle", "small"]), name: w.string, icon: w.string, iconPosition: w.oneOf(["start", "end"]), data: w.any, widget: w.any, widgetType: w.oneOf(["destroy", "redirect", "func", "component", "fsdpf-component", "grid-layout-form", "grid-layout", "data-list"]), widgetData: w.object, widgetProps: w.object, widgetSetting: w.object, widgetContainerProps: w.object, tooltip: w.exact({ title: w.string.isRequired, placement: w.oneOf(["top", "left", "right", "bottom", "topLeft", "topRight", "bottomLeft", "bottomRight", "leftTop", "leftBottom", "rightTop", "rightBottom"]), enabled: w.oneOfType([w.bool, w.number]), getPopupContainer: w.func }), confirm: w.exact({ title: w.string.isRequired, cancelText: w.string, okText: w.string, okType: w.oneOf(["primary", "default", "danger", ""]), placement: w.oneOf(["top", "left", "right", "bottom", "topLeft", "topRight", "bottomLeft", "bottomRight", "leftTop", "leftBottom", "rightTop", "rightBottom"]), enabled: w.oneOfType([w.bool, w.number]), getPopupContainer: w.func, arrow: w.oneOfType([w.bool, w.exact({ pointAtCenter: w.bool })]) }) }; +const Kr = Ge("link"), Jr = Ge("circle"), Gr = Ge("round"), Yr = Ge("dashed"), Qt = ({ options: e = [], triggerWeights: t = ["grid-layout-form", "grid-layout", "fsdpf-component", "print"], onAfterClick: n = (m, f, C) => { +}, onBeforeClick: r = (m, f, C) => { +}, labelVariant: i = "link", labelSize: a, labelRender: o, btnVariant: s, btnSize: l, btnRender: g = (m, f) => d(P, { ...m, data: f }, m.uuid || ft()), widgetContainerProps: c = {}, children: p, data: h }) => { + if (u.isEmpty(e)) return p; + const [m, f] = H(() => (e || []).reduce((b, k) => { + const S = t.indexOf(k.widgetType); + return S === -1 ? b[1].push(k) : b[0] ? S < t.indexOf(b[0].widgetType) ? (b[1].push(b[0]), b[0] = k) : b[1].push(k) : b[0] = k, b; + }, [null, []]), [e, t]); + o ? p = o(m, h) || p : p || (p = d(et, { ...Sn(Object.assign(m != null && m.name || m != null && m.icon ? {} : { icon: "icon-location" }, m, { size: a }), i) })); + const C = f.map((b) => g(Object.assign({ uuid: b.uuid, type: b.type, name: b.name, widget: b.widget, widgetType: b.widgetType, widgetProps: b.widgetProps, widgetData: b.widgetData, widgetSetting: b.widgetSetting, widgetContainerProps: b.widgetContainerSetting, confirm: b.confirm, onAfterClick: u.partialRight(n, b, h), onBeforeClick: u.partialRight(r, b, h) }, { size: l, variant: s }), h)); + return d(lt, { widget: m == null ? void 0 : m.widget, widgetType: m == null ? void 0 : m.widgetType, widgetProps: m == null ? void 0 : m.widgetProps, widgetSetting: m == null ? void 0 : m.widgetSetting, widgetContainerProps: Object.assign({}, c, m == null ? void 0 : m.widgetContainerProps), data: h, widgetData: m == null ? void 0 : m.widgetData, extras: C, onAfterClick: u.partialRight(n, m, h), onBeforeClick: u.partialRight(r, m, h), children: p }); +}; +Qt.propTypes = { triggerWeights: w.array, options: w.arrayOf(w.shape({ ...P.propTypes, widgetType: P.propTypes.widgetType.isRequired })), btnSize: P.propTypes.size, btnRender: w.func, btnVariant: w.oneOf(["", "default", "link", "circle", "round", "dashed"]), labelVariant: w.oneOf(["", "default", "link", "circle", "round", "dashed"]), labelRender: w.func, labelSize: P.propTypes.size, onAfterClick: w.func, onBeforeClick: w.func, widgetContainerProps: P.propTypes.widgetContainerProps, data: P.propTypes.data }, P.Link = Kr, P.Link.defaultProps = P.defaultProps, P.Link.propTypes = P.propTypes, P.Circle = Jr, P.Circle.defaultProps = P.defaultProps, P.Circle.propTypes = P.propTypes, P.Round = Gr, P.Round.defaultProps = P.defaultProps, P.Round.propTypes = P.propTypes, P.Dashed = Yr, P.Dashed.defaultProps = P.defaultProps, P.Dashed.propTypes = P.propTypes, P.Popover = lt, P.GroupPopover = Qt; +const Xr = ({ fields: e, formProps: t, $close: n }) => { + const [r] = Q.useForm(), i = H(() => [{ name: "__PROPS__", value: t }], [t]); + return d(J, { actions: $(x.Fragment, { children: [d(P, { name: "取消", widget: () => n(!1) }), d(P, { name: "确定", type: "primary", widget: () => r.validateFields(!0).then(n) })] }), children: d(Q, { fields: i, form: r, className: "ff-modal-form", children: e == null ? void 0 : e.map(({ code: a, ...o }) => d(Rt, { code: a, ...o }, a)) }) }); +}, Qr = ({ className: e, $close: t, children: n, title: r, subTitle: i, actions: a, extras: o, ...s }) => $(tr, { ...s, prefixCls: "ff-drawer", className: V("ff-popup", e), maskMotion: { motionAppear: !0, motionName: "mask-motion" }, motion: (l) => ({ motionAppear: !0, motionName: `panel-motion-${l}` }), children: [$("div", { className: "ff-popup-header", children: [d("button", { "aria-label": "Close", className: "ff-popup-close", onClick: s.onClose, children: d(Ft, { type: "close" }) }), r, i] }), d("div", { className: "ff-popup-body", children: n }), $("div", { className: "ff-popup-footer", children: [o, a] })] }), Zr = ({ className: e, $close: t, $event: n, children: r, title: i, subTitle: a, actions: o, extras: s, placement: l, ...g }) => { + const c = (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(nr, { ...g, ...c, prefixCls: "ff-modal", modalRender: () => $("div", { className: V("ff-modal-content ff-popup", e), children: [$("div", { className: "ff-popup-header", children: [d("button", { "aria-label": "Close", className: "ff-popup-close", onClick: g.onClose, children: d(Ft, { type: "close" }) }), i, a] }), d("div", { className: "ff-popup-body", children: r }), $("div", { className: "ff-popup-footer", children: [s, o] })] }) }); +}, vn = ({ placement: e, $close: t, $event: n, children: r, title: i, ...a }) => { + const [o, s] = R({}), [l, g] = R(!0), c = X((f, C) => s((b) => ({ ...b, [f]: C })), []), p = X((f) => s((C) => ({ ...C, [f]: void 0 })), []); + let h = { ...a, className: o.rootClassName, title: o.title || i && x.createElement("div", { className: V("ff-popup-title") }, i), subTitle: o["sub-title"], actions: o.actions, extras: o.extras, children: r, $close: t, $event: n, onClose: () => g(!1) }; + const m = () => { + t(!1); + }; + return d(_e.Provider, { value: { ele: o, mount: c, unmount: p }, children: e && e !== "center" ? d(Qr, { ...h, placement: e, open: l, afterOpenChange: (f) => !f && m() }) : d(Zr, { ...h, visible: l, afterClose: m }) }); +}; +vn.propTypes = { placement: w.oneOf(["center", "left", "top", "right", "bottom"]) }; +const G = () => { + const [e, t] = In({ maxCount: 6, motion: { motionName: "ff-notification-fade", motionAppear: !0, motionEnter: !0, motionLeave: !0, onLeaveStart: (a) => { + const { offsetHeight: o } = a; + return { height: o }; + }, onLeaveActive: () => ({ height: 0, opacity: 0, margin: 0 }) }, prefixCls: "ff-notification" }), [, n] = x.useReducer((a) => a + 1, 0); + A(() => { + G.$onClick = r, G.$queue.forEach(([a, o, s], l, g) => { + i([o, s], ...a), delete g[l]; + }); + }, []); + const r = (a, o = {}, s = {}) => new Promise((l, g) => i([l, g], a, o, s)), i = ([a, o], s, l = {}, g = {}) => { + const c = G.$index++, p = (h) => ((m, f) => (G.$popups.delete(m), n(), f == null ? void 0 : f()))(c, () => a(h)); + if (s === sn) return e.open({ ...g, key: c, content: x.createElement(s, { ...l, $close: () => e.close(c) }) }); + G.$popups.set(c, x.createElement(vn, { maskClosable: !1, $event: l == null ? void 0 : l.$event, ...g, key: c, $close: p }, x.isValidElement(s) ? x.cloneElement(s, { ...l, $close: p }) : s != null && s.name || Bt.isForwardRef(s) || (s == null ? void 0 : s.$$typeof) === Bt.ForwardRef ? x.createElement(s, { ...l, $close: p }) : s)), n(); + }; + return $(x.Fragment, { children: [Array.from(G.$popups).map(([a, o]) => o), t] }); +}; +G.$popups = /* @__PURE__ */ new Map(), G.$index = 0, G.$queue = [], G.$onClick = (...e) => new Promise((t, n) => { + G.$queue.push([e, t, n]); +}); +const Zt = (e, t, n = {}) => G.$onClick(e, t, n), pt = (e, { showProgress: t, duration: n, ...r } = { duration: 1.5 }) => G.$onClick(sn, { content: e, ...r }, { showProgress: t, duration: n }), Y = { modal: Zt, confirm: (e, t = {}) => G.$onClick(rr, { content: e, ...t }, { placement: "center" }), form: (e, t = {}, n = {}) => Zt(Xr, { formProps: n, fields: e }, { placement: "center", ...t }).then((r) => { + if (r === !1) throw !1; + return r; +}), notification: pt, success: (e, t = { duration: 1.5 }) => pt(e, { ...t, className: "ff-notification-success", icon: "check" }), error: (e, t = { duration: 1.5 }) => pt(e, { ...t, className: "ff-notification-error", icon: "close" }) }; +Le.configure({ showSpinner: !1 }), Ve.interceptors.request.use((e) => { + e.headers.Platform = "web", e.headers.SaaS = window.localStorage.getItem("SaaS"); + const t = window.localStorage.getItem(Ze); + return e.headers.Authorization = t ? `Bearer ${t} ` : void 0, Le.inc(), e; +}, (e) => (Le.done(), Promise.reject({ code: -1, msg: e }))), Ve.interceptors.response.use(({ data: e, headers: t }) => (Le.done(), { ...e, res: t == null ? void 0 : t.res }), function(e) { + return Le.done(), Promise.reject(e.message); +}), window.addEventListener("unhandledrejection", ht.onUnhandledRejection), ht.onMsg = (e, t) => Y[[0, 1].includes(e) ? "success" : "error"](t).then(() => e === 20300 && ke.redirect(Ie.get("Common.WEBSITE_LOGIN_PAGE"))); +const Nt = { appUrl: "", init: (e, t, n) => { + Nt.appUrl = n, Ve.defaults.baseURL = n, Ve.defaults.timeout = 15e3, Object.assign(Nt, new ht(e, t, Ve)); +} }, j = Nt; +class jt extends Error { + constructor(t, n) { + super(n), Error.captureStackTrace && Error.captureStackTrace(this, jt), !n instanceof Me && (this.name = `${t} Error Runtime`); + } +} +class Me extends Error { + constructor(t, ...n) { + super(...n), Error.captureStackTrace && Error.captureStackTrace(this, Me), this.name = `${t} Not Found`; + } +} +const mt = "mine", Ze = "token"; +var Ce, Ae; +const le = class le { + constructor() { + E(this, Ae, /* @__PURE__ */ new Map()); + N(this, "setVendor", (t, n) => y(this, Ae).set(t, new rn(n, async (r, i) => { + var o, s; + if (!(r != null && r.default)) throw "@pkg not found"; + let a = () => i; + switch ("function") { + case typeof (a = (o = r.default) == null ? void 0 : o[`./${i}/index.jsx`]): + case typeof (a = (s = r.default) == null ? void 0 : s[`./${i}/index.js`]): + return a(); + } + throw new Me(i); + }))); + N(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 Me(t); + try { + return y(this, Ae).has("pkg") ? await y(this, Ae).get("pkg").get(n) : await import(`${j.appUrl}/api/pkg-import/web?name=${t}`); + } catch (r) { + throw new jt(t, r); + } + }); + N(this, "getRoutes", () => j.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, ...r }) => [n, { uuid: n, ...r }])).then((t) => new Map(t))); + N(this, "getMenus", () => j.get("/api/my-menu")); + N(this, "getConfigure", () => j.get("api/init-configure")); + N(this, "getWidgetOperationAuth", () => j.get("/api/init-widget-operation-auth").then((t) => t.reduce((n, { uuid: r, auth: i }) => [...n, [r, i]], []))); + N(this, "getPhoneNumber", (t) => j.get(`/api/user-wx-phone-number/${t}`)); + N(this, "getUserToken", () => { + const t = window.localStorage.getItem(Ze); + if (!t) return ""; + const n = t.split("."); + if (!Array.isArray(n) || n.length !== 3) throw "登录令牌无效!"; + const { iat: r } = JSON.parse(window.atob(n[1])); + if (Math.floor((/* @__PURE__ */ new Date()).getTime() / 1e3) - r > 2592e3) throw "登录令牌已过期, 请重新登录!"; + return t; + }); + N(this, "checkUserToken", () => { + try { + return !!this.getUserToken(); + } catch { + return !1; + } + }); + N(this, "getUserInfo", (t = !0) => { + var n; + try { + const r = this.getUserToken(); + if (!r) return Promise.resolve(null); + const { iat: i } = JSON.parse(window.atob((n = r == null ? void 0 : r.split(".")) == null ? void 0 : n[1])), { iat: a, ...o } = j.decode(window.localStorage.getItem(mt) || "", {}); + return a === i ? Promise.resolve(o) : j.get("/api/mine-info").then(({ User: s = null }) => (window.localStorage.setItem(mt, j.encode({ ...s, iat: i })), s)); + } catch (r) { + console.error(r), t && Y.error("请登录").then(this.logout); + } + return Promise.resolve(null); + }); + N(this, "login", (t, n, r = {}) => j.post("/api/user-token", { username: t, passwd: Mn.hash(n), platform: "web", ...r }).then(({ token: i }) => (window.localStorage.setItem(Ze, i), i))); + N(this, "logout", (t) => (window.localStorage.removeItem(mt), window.localStorage.removeItem(Ze), t == null ? void 0 : t())); + if (y(le, Ce)) return y(le, Ce); + } +}; +Ce = new WeakMap(), Ae = new WeakMap(), E(le, Ce, null), N(le, "getInstance", () => (y(le, Ce) || _(le, Ce, new le()), y(le, Ce))); +let Tt = le; +const ce = Tt.getInstance(), ei = x.createContext({ user: {}, initUser: () => { +}, initUserComplete: !1 }), ti = x.createContext({ set: () => { +}, get: () => { +}, assign: () => { +}, currentRoute: () => { +} }), At = (e) => !!(e != null && e.name) && (e.prototype instanceof x.Component || /^[A-Z]/.test(e.name)), ni = (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); +}, ri = Object.freeze(Object.defineProperty({ __proto__: null, AppContext: ei, AppGlobalParamsContext: ti, cache: rn, configure: Ie, default: ce, func: xe, http: j, insertStyle: ni, isReactComponent: At, route: ke }, Symbol.toStringTag, { value: "Module" })); +export { + Vi as $, + Z as A, + Sr as B, + $r as C, + tt as D, + fr as E, + yr as F, + Oi as G, + vr as H, + ur as I, + gr as J, + Ti as K, + $i as L, + un as M, + Ct as N, + pr as O, + mr as P, + Fr as Q, + fn as R, + Or as S, + Ri as T, + Ei as U, + ot as V, + ji as W, + Ai as X, + Ke as Y, + Je as Z, + Li as _, + on as a, + Br as a0, + Et as a1, + Rt as a2, + xn as a3, + Er as a4, + jr as a5, + Ar as a6, + Lr as a7, + Vr as a8, + kn as a9, + Ir as aa, + Ii as ab, + Pt as ac, + P as ad, + ir as ae, + _r as af, + J as ag, + _e as ah, + an as ai, + G as aj, + Y as ak, + Ci as al, + ki as am, + xi as an, + ce as ao, + At as ap, + ni as aq, + j as ar, + rn as as, + Ie as at, + xe as au, + ke as av, + ei as aw, + ti as ax, + sr as b, + He as c, + ln as d, + vi as e, + Pi as f, + ar as g, + Ni as h, + or as i, + gn as j, + Fi as k, + hn as l, + lr as m, + wn as n, + Nr as o, + Pr as p, + yn as q, + gt as r, + mn as s, + ge as t, + Si as u, + pn as v, + xr as w, + kr as x, + br as y, + Ot as z +}; diff --git a/dist/common/main-P7YFOc1H.js b/dist/common/main-P7YFOc1H.js deleted file mode 100644 index c58e20d..0000000 --- a/dist/common/main-P7YFOc1H.js +++ /dev/null @@ -1,1085 +0,0 @@ -var En = Object.defineProperty; -var Lt = (e) => { - throw TypeError(e); -}; -var jn = (e, t, n) => t in e ? En(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n; -var P = (e, t, n) => jn(e, typeof t != "symbol" ? t + "" : t, n), Vt = (e, t, n) => t.has(e) || Lt("Cannot " + n); -var y = (e, t, n) => (Vt(e, t, "read from private field"), n ? n.call(e) : t.get(e)), E = (e, t, n) => t.has(e) ? Lt("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, n), U = (e, t, n, i) => (Vt(e, t, "write to private field"), i ? i.call(e, n) : t.set(e, n), n); -var It = (e, t, n, i) => ({ - set _(r) { - U(e, t, r, n); - }, - get _() { - return y(e, t, i); - } -}); -import { jsx as u, jsxs as j } from "react/jsx-runtime"; -import x, { useEffect as L, useState as O, useCallback as X, useMemo as H, useRef as W, useContext as ce, useId as ht, isValidElement as An, useLayoutEffect as Ln } from "react"; -import w from "prop-types"; -import I from "classnames"; -import * as Mt from "react-is"; -import { useNotification as Vn } from "rc-notification"; -import c from "lodash"; -import te, { FieldContext as Xt, Field as Qt } from "rc-field-form"; -import { M as ut, N as Le, a as Ve, P as ft, S as In } from "./vender-CtjyT19B.js"; -import Zt from "immutability-helper"; -import { Form as Xe, Input as Mn, Button as Ze, Pagination as zn, Tree as Bn, Breadcrumb as Dn, Table as qn, Empty as Wn, Popover as Un, Popconfirm as Hn, Tooltip as Jn } from "antd"; -import { useMergedState as Kn } from "rc-util"; -import { generatePath as _n, useInRouterContext as en, useParams as Gn, useLocation as Yn, createBrowserRouter as Xn, Navigate as Qn } from "react-router-dom"; -import "rc-util/lib/hooks/useMergedState"; -import Zn from "rc-drawer"; -import ei from "rc-dialog"; -var Fe, ze, Oe, ue, ve, Pe; -class tn { - constructor(t, n) { - E(this, Fe, /* @__PURE__ */ new Map()); - E(this, ze, !0); - E(this, Oe, []); - E(this, ue); - E(this, ve, () => y(this, ue)); - E(this, Pe, () => Promise.resolve()); - P(this, "get", (...t) => new Promise((n, i) => { - const r = JSON.stringify(t); - if (y(this, Fe).has(r)) return n(y(this, Pe).call(this, y(this, ue), ...t)); - if (y(this, ue) === void 0) y(this, Oe).push([t, n, i]), y(this, ze) && (U(this, ze, !1), Promise.resolve(typeof y(this, ve) == "function" ? y(this, ve).call(this) : y(this, ve)).then((a) => U(this, ue, a || null)).finally(() => { - y(this, Oe).forEach(([a, o, s]) => { - try { - const l = y(this, Pe).call(this, y(this, ue), ...a); - y(this, Fe).set(JSON.stringify(a), l), o(l); - } catch (l) { - s(l); - } - }), y(this, Oe).length = 0; - })); - else { - const a = y(this, Pe).call(this, y(this, ue), ...t); - y(this, Fe).set(r, a), n(a); - } - })); - U(this, Pe, n), U(this, ve, t); - } -} -Fe = new WeakMap(), ze = new WeakMap(), Oe = new WeakMap(), ue = new WeakMap(), ve = new WeakMap(), Pe = new WeakMap(); -const pr = () => u("div", { children: "Empty" }), He = x.createContext({ ele: {}, mount: () => { -}, unmount: () => { -} }), Y = ({ rootClassName: e, className: t, children: n, actions: i, title: r, subTitle: a, extras: o, style: s = {} }) => { - const { mount: l, unmount: g } = x.useContext(He); - return Y.Action({ children: i }), Y.Title({ children: r }), Y.SubTitle({ children: a }), Y.Extra({ children: o }), L(() => (l("rootClassName", e), () => g(e)), [e]), u("div", { className: I("ff-container", t), style: s, children: n }); -}, Ye = (e) => ({ children: t, className: n }) => { - const { mount: i, unmount: r } = x.useContext(He); - return L(() => (t && i(e, x.createElement("div", { key: `ff-${e}`, className: I(`ff-popup-${e}`, n) }, t)), () => r(e)), [n, t]), null; -}; -Y.Action = Ye("actions"), Y.Title = Ye("title"), Y.SubTitle = Ye("sub-title"), Y.Extra = Ye("extras"), Y.propTypes = { className: w.string, style: w.object, title: w.any, subTitle: w.any, actions: w.any, extras: w.any }; -const mr = () => u(Y, { className: "ff-loading", children: j("div", { className: "loader", children: [j("div", { className: "square", children: [u("span", {}), u("span", {}), u("span", {})] }), j("div", { className: "square", children: [u("span", {}), u("span", {}), u("span", {})] }), j("div", { className: "square", children: [u("span", {}), u("span", {}), u("span", {})] }), j("div", { className: "square", children: [u("span", {}), u("span", {}), u("span", {})] })] }) }), hr = () => u("div", { children: "NotFound" }), nn = ({ children: e }) => { - const [t, n] = O({}), i = X((a, o) => n((s) => ({ ...s, [a]: o })), []), r = X((a) => n((o) => ({ ...o, [a]: void 0 })), []); - return typeof (e == null ? void 0 : e.type) == "string" ? e : u(He.Provider, { value: { ele: t, mount: i, unmount: r }, children: x.cloneElement(e, { className: t.rootClassName, title: t.title, subTitle: t["sub-title"], actions: t.actions, extras: t.extras }) }); -}; -nn.propTypes = { children: w.element.isRequired }; -const zt = { 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"] }, $t = ({ type: e, props: t }) => u("i", { ...t, children: u("svg", { viewBox: "0 0 1024 1024", width: "1em", height: "1em", fill: "currentColor", children: (zt[e] || zt.info).map((n, i) => u("path", { d: n }, i)) }) }), rn = ({ className: e, content: t, icon: n, $close: i }) => j(x.Fragment, { children: [n && u("div", { className: I("ff-notification-icon", e), children: u($t, { type: n }) }), t] }), ti = ({}) => u(Y, { children: "Confirm" }); -var pe, Ee; -const ie = class ie { - constructor() { - E(this, Ee, /* @__PURE__ */ new Map()); - P(this, "init", (t) => U(this, Ee, new Map(t))); - P(this, "check", (t) => !y(this, Ee).has(t) || y(this, Ee).get(t)); - if (y(ie, pe)) return y(ie, pe); - } -}; -pe = new WeakMap(), Ee = new WeakMap(), E(ie, pe, null), P(ie, "getInstance", () => (y(ie, pe) || U(ie, pe, new ie()), y(ie, pe))); -let yt = ie; -const ni = yt.getInstance(), ii = (e, t, n = "children") => { - if (c.isEmpty(e)) return {}; - const i = c.find(e, ["value", t]); - if (!c.isEmpty(i)) return i; - const r = e.length; - for (let a = 0; a < r; a++) { - const { [n]: o } = e[a], s = ii(o, t, n); - if (!c.isEmpty(s)) return s; - } - return {}; -}, an = (e = "Input", t = "@pkg/ff/grid-layout-forms") => e != null && e.startsWith("@") || e != null && e.startsWith("blob:") ? e : `${t}/${e}`; -var me, Be; -const re = class re { - constructor() { - E(this, Be, null); - P(this, "init", (t) => U(this, Be, t)); - P(this, "get", (t, n) => c.get(y(this, Be), t, n)); - if (y(re, me)) return y(re, me); - } -}; -me = new WeakMap(), Be = new WeakMap(), E(re, me, null), P(re, "getInstance", () => (y(re, me) || U(re, me, new re()), y(re, me))); -let wt = re; -const Ie = wt.getInstance(), Bt = { 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" }, ee = (e, t) => { - let n = "string"; - n = Array.isArray(e) ? "array" : typeof e, c.isObject(e) && (n = "json"); - const i = `${n}2${t}`; - return Reflect.has(Bt, i) ? Bt[i](e) : e; -}, Je = (e = {}, t = {}, n = {}, i = "") => sn(e, (r, a) => a === "type" && r === "code") ? on(e, t, n, i) : ln(e, t, i), sn = (e, t = () => !1) => c.some(e, (n) => !!c.some(n, t) || (c.isEmpty(n) || !c.isPlainObject(n) && !c.isArray(n) ? void 0 : sn(n, t))), on = async (e = {}, t = {}, n = {}, i = "") => { - let r = /* @__PURE__ */ Object.create(null); - for (let a in e) { - let o; - if (Reflect.has(e[a], "type") && ["code", "field", "router", "query", "string"].includes(e[a].type)) { - const { type: s, value: l = "", default: g = i } = e[a]; - switch (s) { - case "code": - try { - o = await xe.exec(l, t, n); - } catch (d) { - console.error("getWidgetPropsData", d); - } - break; - case "field": - o = c.get(t, l) ?? c.get(t, l.substring(l.indexOf(".") + 1)); - break; - case "router": - case "query": - o = ke.getPageParams(l); - break; - case "string": - o = l; - } - o ?? (o = g); - } else o = await on(e[a], t, n, i); - c.set(r, a, o); - } - return r; -}, ln = (e = {}, t = {}, n = "") => Object.keys(e || {}).reduce((i, r) => { - if (c.isPlainObject(e[r])) { - let a; - if (Reflect.has(e[r], "type") && ["field", "router", "query", "string"].includes(e[r].type)) { - const { type: o, value: s = "", default: l = n } = e[r]; - switch (o) { - case "field": - a = c.get(t, s) ?? c.get(t, s.substring(s.indexOf(".") + 1)); - break; - case "router": - case "query": - a = ke.getPageParams(s); - break; - case "string": - a = s; - } - a ?? (a = l); - } else a = ln(e[r], t, n); - c.set(i, r, a); - } - return i; -}, {}), gt = (e, t) => e && typeof e == "object" ? Array.isArray(e) ? e.map((n) => gt(n, t)) : Object.keys(e).reduce((n, i) => (t[i] ? n[t[i]] = gt(e[i], t) : n[i] = gt(e[i], t), n), {}) : e, fr = () => "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, (e) => { - const t = 16 * Math.random() | 0; - return (e === "x" ? t : 3 & t | 8).toString(16); -}), yr = (e) => { - var t, n; - return e ? (n = (t = e.match(/^@pkg(?:[^\/]*\/){3}(?[^\/]+)/)) == null ? void 0 : t.groups) == null ? void 0 : n.name : ""; -}, wr = (e) => { - var t, n; - return e ? (n = (t = e.match(/^@pkg(?:[^\/]*\/){2}(?[^\/]+)/)) == null ? void 0 : t.groups) == null ? void 0 : n.category : ""; -}, br = (e) => { - var t, n; - return e ? (n = (t = e.match(/^@pkg(?:[^\/]*\/){1}(?[^\/]+)/)) == null ? void 0 : t.groups) == null ? void 0 : n.owner : ""; -}, ri = (e, t = 32, n = "auto") => { - const i = bt(e), r = n === "auto" ? "x64" : n; - if (t === 32) return ut.x86.hash32(i).toString(); - if (t === 128) return r === "x64" ? ut.x64.hash128(i) : ut.x86.hash128(i); - throw new Error("bits 只能是 32 或 128"); -}, bt = (e) => e == null ? "null" : typeof e == "string" ? e : typeof e == "number" || typeof e == "boolean" ? String(e) : typeof e == "function" ? e.toString() : Array.isArray(e) ? "[" + e.map(bt).join(",") + "]" : typeof e == "object" ? "{" + Object.keys(e).sort().map((t) => `${t}:${bt(e[t])}`).join(",") + "}" : String(e); -var tt, De, qe, nt; -const it = class it { - constructor(...t) { - E(this, De, []); - E(this, qe, (t) => { - var n; - for (let i of t) Array.isArray(i[0]) ? y(this, qe).call(this, i) : y(this, De).push(y(n = it, tt).call(n, i[0], i[1])); - }); - P(this, "toValue", async (t, n = null) => { - const i = { getValue: () => t, getRecord: () => n }; - return await y(this, De).reduce(async (r, a) => { - try { - const o = await r; - return (await a).call(i, o); - } catch (o) { - return console.error(o), r; - } - }, t); - }); - P(this, "toRender", (t, n, i = null) => x.createElement(y(this, nt), { value: t, record: n }, i)); - E(this, nt, ({ value: t, record: n, children: i }) => { - const [r, a] = O(i); - return ot(() => { - let o = !1; - return a(i), this.toValue(t, n).then((s) => ee(s, "string")).then((s) => !o && a(s)).catch((s) => !o && a(`${s}`)), () => o = !0; - }, [t, n]), r; - }); - y(this, qe).call(this, t); - } -}; -tt = new WeakMap(), De = new WeakMap(), qe = new WeakMap(), nt = new WeakMap(), E(it, tt, c.memoize((t, n) => le.getWidgetComponent(t).then((i) => { - var r; - return ((r = i.default) == null ? void 0 : r.call(i, n)) || ((a) => a); -}), (t, n) => `${t}::${ee(n, "string")}`)); -let et = it; -const ai = (e, t = {}) => H(() => e == null ? void 0 : e.map(({ widgetByJs: n, widgetByJsSetting: i, ...r }, a) => n ? { ...r, render: (o, s) => new et([n, i]).toRender(o, s, "-") } : r), [e, t]), Cr = (e) => { - const [t, n] = O({}); - return L(() => { - let i = !1; - return e && A.get(`/api/_/${e}`).then((r) => c.pick(r, ["uuid", "name", "code", "resource", "marginX", "marginY", "cols", "rowHeight", "primaryKey", "columns", "itemOperations", "batchOperations", "isConditionFormLayout", "layout", "tabs", "pageSize", "layoutConfig"])).then((r) => !i && n(r)), () => i = !0; - }, [e]), t; -}, kr = (e, t = {}) => { - const [n, i] = O({ dataSource: [] }); - return Ke(() => { - let r = !1; - return e && A.get(`/api/${e}/${A.encode({ page: 1, ...t })}`).then((a) => !r && i(a)), () => r = !0; - }, [e, t]), n; -}, cn = (e = [], t = /* @__PURE__ */ new Map(), n = "id", i) => { - const r = X(i ? (a) => c.get(a, n, c.get(a, [i, n])) : (a) => c.get(a, n), [n, i]); - return X((a) => e == null ? void 0 : e.filter((o) => !o.uuid || !t.has(o.uuid) || t.get(o.uuid).some((s) => s == r(a))), [e, t, r]); -}, Ct = (e = [], t = /* @__PURE__ */ new Map(), n = [], i = "id", r) => { - const a = X(r ? (o) => c.get(o, i, c.get(o, [r, i])) : (o) => c.get(o, i), [i, r]); - return H(() => { - if (c.isEmpty(e) || !e.some(({ uuid: s }) => ni.check(s))) return !1; - if (c.isEmpty(t) || c.isEmpty(n)) return !0; - const o = n.map((s) => a(s)); - return e.some(({ uuid: s }) => !s || !t.has(s) || t.get(s).some((l) => o.some((g) => g == l))); - }, [e, n, t, a]); -}, si = (e, t, n = "id", i = null) => { - const r = st(), a = W(!1), o = W(e.dataSource), s = W(e.itemOperationsAccess); - return L(() => (o.current = e.dataSource, s.current = e.itemOperationsAccess, () => a.current = !1), [e.dataSource, e.itemOperationsAccess]), a.current && (e.dataSource = o.current, e.itemOperationsAccess = s.current), [e, (l = 0, g = null) => { - var d, p; - if (a.current = !1, l === 1) return (d = e.onReload) == null ? void 0 : d.call(e); - if (l === 2) { - const f = c.get(g, "__PARENT_ID__", ""), m = c.get(g, n, c.get(g, [i, n], "")), h = c.findIndex(o.current, ["__PARENT_ID__", f]), b = c.findIndex(h > -1 ? c.get(o.current, [h, "children"]) : o.current, [n, m]); - if (b === -1) return (p = e.onReload) == null ? void 0 : p.call(e); - Promise.all([A.get(`/api/${t}/detail/${m}`), A.post(`/api/${t}/list-operations-access`, { ids: m })]).then(([C, k]) => { - const v = c.get(o.current, h > -1 ? [h, "children", b, "children"] : [b, "children"]); - o.current = Zt(o.current, h > -1 ? { [h]: { children: { $splice: [[b, 1, { ...C, children: v }]] } } } : { $splice: [[b, 1, { ...C, children: v }]] }); - const S = new Map(k); - s.current.forEach(($, V) => { - var q; - (q = S.get(V)) != null && q.some((B) => B == m) || s.current.set(V, $.filter((B) => B !== m)); - }), S.forEach(($, V) => { - s.current.has(V) ? s.current.set(V, c.uniq([...s.current.get(V) || [], ...$])) : s.current.set(V, $); - }); - }).then(() => { - a.current = !0, r(); - }); - } - }]; -}, oi = (e, t) => { - const n = st(), i = W(t), r = W(/* @__PURE__ */ new Map()), a = W([]), o = c.throttle((l) => { - a.current = [], A.list(e, c.pick({ ...i.current, ...l }, ["tab", "page", "pageSize", "condition", "sider", "keyword"])).then(({ keyword: g, condition: d, total: p, tab: f, sider: m, page: h, pageSize: b, operationsAccess: C, dataSource: k }) => { - i.current = { tab: f, condition: d, sider: m, keyword: g, total: p, pageSize: b, page: k != null && k.length ? h : 1 }, a.current = k, r.current = new Map(C), n(); - }); - }, 380, { leading: !1, trailing: !0 }); - ot(() => { - a.current = [], e && o(t); - }, [e, t]); - const s = H(() => c.pick(i.current, ["total", "tab", "page", "pageSize", "condition", "sider", "keyword"]), [i.current]); - return Object.assign(s, { onTabChange: (l) => o({ tab: l, page: 1 }), onPageChange: (l, g) => o({ page: l, pageSize: g }), onPageSizeChange: (l) => o({ pageSize: l, page: 1 }), onConditionChange: (l, g) => o({ keyword: g, condition: Zt(i.current.condition || {}, { $merge: l || {} }), page: 1 }), onSiderChange: (l) => o({ sider: l, page: 1 }), onKeywordChange: (l) => o({ keyword: l, page: 1 }), itemOperationsAccess: r.current, dataSource: a.current, onReload: o, payload: t == null ? void 0 : t.payload }); -}, li = ({ listCode: e, className: t, layouts: n, dataSource: i, isPaginate: r, isItemOperations: a, isBatchOperations: o, batchOperations: s, itemOperations: l, itemOperationsAccess: g, resource: d, primaryKey: p, title: f, itemGridLayout: m, $setting: h, tabs: b, isConditionFormLayout: C, isTreeSider: k, treeSiderConfig: v }) => { - const { classNames: S, onClickCallback: $ } = ce(ne), V = c.pick(h, ["column", "colWidth", "beforeRender", "afterRender", "style"]), q = cn(l, g, p, d), B = X((M, R, z) => u(ci, { className: I("ff-data-list-framework-item", S.item), operations: a ? q(R) : [], data: d ? { [d]: R } : R, children: M, onClickCallback: $ }), [d, p, a, $, l, g]); - return j("div", { className: I("ff-data-list-framework", t), children: [u(n.sider, { isTreeSider: k, ...v }), j("div", { className: I("ff-data-list-container", S == null ? void 0 : S.container), children: [u(n.filter, { isConditionFormLayout: C }), u(n.toolbar, { title: f, tabs: b }), u(ki, { ...V, ...m, primaryKey: p, itemRender: B, dataSource: i }), u(n.footer, { isPaginate: r, isOperations: o, operations: s })] })] }); -}, ci = ({ className: e, operations: t, children: n, data: i, onClickCallback: r }) => j("div", { className: I("data-list-grid-layout-item-container", e), children: [n, !!(t != null && t.length) && u("div", { className: "data-list-grid-layout-item-actions", children: t.map((a) => u("span", { className: "data-list-grid-layout-item-action", children: u(T.Link, { uuid: a.uuid, type: a.type, name: a.name, widget: a.widget, widgetType: a.widgetType, widgetProps: a.widgetProps, widgetSetting: a.widgetSetting, widgetContainerProps: a.widgetContainerSetting, data: i, confirm: a.confirm, onAfterClick: (o) => o !== !1 && (r == null ? void 0 : r(a.isRefresh, i)) }, a.uuid || ht()) }, (a == null ? void 0 : a.uuid) || ht())) })] }), di = ({ listCode: e, className: t, layouts: n, dataSource: i, columns: r, isItemOperations: a, isBatchOperations: o, batchOperations: s, itemOperations: l, itemOperationsAccess: g, resource: d, primaryKey: p, title: f, tabs: m, isPaginate: h, isTreeSider: b, treeSiderConfig: C, isConditionFormLayout: k, ...v }) => { - const { classNames: S, onClickCallback: $ } = ce(ne), V = cn(l, g, p, d), q = Ct(l, g, i, p, d); - return j("div", { className: I("ff-data-table-framework", t), children: [u(n.sider, { isTreeSider: b, ...C }), j("div", { className: I("ff-data-table-container", S == null ? void 0 : S.container), children: [u(n.filter, { isConditionFormLayout: k }), u(n.toolbar, { title: f, tabs: m }), u(fi, { ...v, primaryKey: p, className: "ff-data-table-content", columns: r, dataSource: i, operationRender: q ? (B) => { - var M; - return u("div", { className: "ff-data-table-actions", children: (M = V(B)) == null ? void 0 : M.map((R, z) => u(T.Link, { size: "small", uuid: R.uuid, type: R.type, name: R.name, widget: R.widget, widgetType: R.widgetType, widgetProps: R.widgetProps, widgetData: R.widgetData, widgetSetting: R.widgetSetting, widgetContainerProps: R.widgetContainerSetting, data: B, confirm: R.confirm, onAfterClick: (N) => N !== !1 && ($ == null ? void 0 : $(R.isRefresh, B)) }, R.uuid || z)) }); - } : null }), u(n.footer, { isPaginate: h, isOperations: o, operations: s })] })] }); -}, ne = x.createContext({ listCode: "", classNames: {}, getBase62params: (e, t) => { -}, onReload: () => { -}, onClickCallback: () => { -}, onConditionChange: () => { -}, onTabChange: () => { -}, onSiderChange: () => { -}, onKeywordChange: () => { -}, onPageChange: () => { -}, onPageSizeChange: () => { -} }), dn = (e, t, n, i, r = {}, a = 0) => { - const o = { "--grid-layout-h": `${i}`, "--grid-layout-w": `${n}`, "--grid-layout-x": `${e}`, "--grid-layout-y": `${t}`, "--grid-layout-row-height-offset": "0px" }; - return r != null && r.autoHeight ? o.height = "fit-content" : o["--grid-layout-row"] = `${i}`, r != null && r.alignItems && (o["--grid-layout-box-align-items"] = r.alignItems), r != null && r.justifyContent && (o["--grid-layout-box-justify-content"] = r.justifyContent), o["--grid-layout-box-margin"] = Dt(r == null ? void 0 : r.marginTop, r == null ? void 0 : r.marginRight, r == null ? void 0 : r.marginBottom, r == null ? void 0 : r.marginLeft), o["--grid-layout-box-padding"] = Dt(r == null ? void 0 : r.paddingTop, r == null ? void 0 : r.paddingRight, r == null ? void 0 : r.paddingBottom, r == null ? void 0 : r.paddingLeft), a && (o.height = `${a}px`), o; -}, Dt = (e, t, n, i) => `${e || 0}px ${t || 0}px ${n || 0}px ${i || 0}px`, xr = (e = "Text", t = "@pkg/ff/grid-layouts") => e != null && e.startsWith("@") || e != null && e.startsWith("blob:") ? e : `${t}/${e}`, un = ({ className: e, isConditionFormLayout: t }) => { - var f, m; - const [n, i] = O({}), { listCode: r, onKeywordChange: a, onConditionChange: o, getBase62params: s, classNames: l } = x.useContext(ne), { keyword: g, condition: d } = (s == null ? void 0 : s()) || {}, [p] = Xe.useForm(); - return L(() => { - r && t && A.get(`/api/_/${r}/list-condition-form-layout`).then(({ resource: h, marginX: b, marginY: C, rowHeight: k, cols: v, fields: S }) => { - i({ resource: h, itemMargin: [b, C], rowHeight: k, cols: v, fields: S }); - }).catch(() => i({})); - }, [r, t]), L(() => { - p.setFieldsValue({ keyword: g, ...d }); - }, [JSON.stringify([g, d])]), u("div", { className: I("ff-data-list-filter", l.filter, e), children: u(Xe, { form: p, layout: "vertical", autoComplete: "off", onFinish: ((f = n.fields) == null ? void 0 : f.length) > 1 ? (h) => o({ [n.resource]: h[n.resource] }, h.keyword) : () => { - }, onValuesChange: (h) => { - c.isEmpty(c.omit(h, ["keyword"])) || p.submit(); - }, children: ((m = n.fields) == null ? void 0 : m.length) > 1 ? u(Ft, { ...n, children: u(ui, { onReset: () => { - const { keyword: h, condition: b } = s("init") || {}; - p.setFieldsValue({ keyword: h, ...b }); - } }) }) : u("div", { className: "ff-data-list-filter-default-form ff-grid-layout-form", children: u("div", { className: "grid-layout-item", style: dn(20, 0, 5, 2), children: u(Xe.Item, { name: ["keyword"], children: u(Mn.Search, { allowClear: !0, enterButton: "搜索", placeholder: "多关键字 | 分割", onSearch: (h) => a(h) }) }) }) }) }) }); -}, ui = ({ cols: e, fields: t, onReset: n }) => { - const [i, r] = O(!1), a = H(() => t == null ? void 0 : t.toReversed().some((o) => o.y > 1 || o.x + o.w >= e - 5), [e, t]); - return j(Xe.Item, { label: " ", style: { "--item-span": 5 }, className: I("ff-data-list-filter-actions", { expanded: i }), children: [u(Ze, { onClick: n, children: "重置" }), u(Ze, { type: "primary", htmlType: "submit", children: "查询" }), a && u(T.Link, { className: "ff-data-list-filter-expanded-button", widget: () => r((o) => !o), type: "primary", name: i ? "关闭" : "展开", icon: i ? "icon-up" : "icon-down", iconPosition: "end" })] }); -}; -un.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 gi = ({ className: e, operations: t, isOperations: n, isPaginate: i }) => { - const { onPageChange: r, onPageSizeChange: a, onClickCallback: o, getBase62params: s } = x.useContext(ne), { total: l, page: g, pageSize: d } = (s == null ? void 0 : s()) || {}; - return n && !c.isEmpty(t) || i ? j("div", { className: I("ff-data-list-footer", e), children: [u("div", { className: "ff-data-list-actions", children: t == null ? void 0 : t.map((p, f) => u(T, { 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: (m) => m !== !1 && (o == null ? void 0 : o(p.isRefresh, null)) }, p.uuid || f)) }), i && u(zn, { size: "small", total: l, pageSize: d, showSizeChanger: !1, showTotal: (p) => `第 ${g} 页 / 总共 ${p} 条`, onChange: r, onShowSizeChange: a })] }) : null; -}, pi = [{ 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: u("span", { style: { color: "#1677ff" }, children: "sss" }), key: "0-0-1-0" }] }] }], mi = ({ className: e, width: t = 280, isTreeSider: n }) => { - const { classNames: i } = ce(ne); - return n ? u(Bn.DirectoryTree, { className: I("ff-data-list-sider", i.sider, e), style: { "--sider-width": t }, showLine: !0, showIcon: !1, treeData: pi }) : null; -}, hi = ({ className: e, title: t, tabs: n }) => { - const { getBase62params: i, onTabChange: r, onReload: a, classNames: o } = ce(ne), { tab: s } = (i == null ? void 0 : i()) || {}, [l, g] = Kn((n == null ? void 0 : n[0].value) ?? (n == null ? void 0 : n[0].code), { value: s, onChange: r }); - return j("div", { className: I("ff-data-list-toolbar", o.toolbar, e), children: [u("div", { className: "ff-data-list-title", children: t }), u(Dn, { className: "ff-data-list-tabs", itemRender: ({ label: d, code: p, value: f }) => u("span", { onClick: () => g(f ?? p), className: I("ff-data-list-tab", { active: (f ?? p) == l }), children: d }), items: n }), j("div", { className: "ff-data-list-actions", children: [u(T.Link, { icon: "icon-reload", widget: () => a() }), u(T.Link, { icon: "icon-setting" })] })] }); -}, gn = ({ isItemGridLayout: e, theme: t, themeProps: n, onClickCallback: i, onReload: r, listCode: a, total: o = 0, page: s = 0, onPageChange: l, pageSize: g = 30, onPageSizeChange: d, tab: p, onTabChange: f, keyword: m, onKeywordChange: h, condition: b, onConditionChange: C, sider: k, onSiderChange: v, layouts: S, classNames: $ = {}, payload: V = {}, ...q }) => { - const [B, M] = O(), R = X((N, F) => { - const J = { tab: p, page: s, pageSize: g, keyword: m, sider: k, condition: b, total: o, payload: V }; - return N && N != "init" ? c.get(J, N, F) : J; - }, [JSON.stringify(b), JSON.stringify(V), p, s, g, m, k, o]), z = H(() => { - let N = { sider: mi, filter: un, footer: gi, toolbar: hi }; - S === !1 ? N = { sider: null, filter: null, footer: null, toolbar: null } : c.isPlainObject(S) && (N = Object.assign({}, N, S)); - for (const F in N) if (N[F]) { - if (An(N[F])) { - const J = N[F]; - N[F] = (de) => x.cloneElement(J, de); - } - } else N[F] = () => u(x.Fragment, {}); - return N; - }, [S]); - return L(() => { - t ? le.getWidgetComponent(t).then((N) => { - if (!N) throw `${t} not found`; - return N; - }).catch((N) => ({ default: () => `${N}` })).then((N) => M(x.createElement(N.default, { ...q, layouts: z, $setting: n }))) : M(u(e ? li : di, { ...q, layouts: z, $setting: n })); - }, [t, n]), u(ne.Provider, { value: { classNames: $, listCode: a, onClickCallback: i, onReload: r, getBase62params: R, onPageChange: l, onPageSizeChange: d, onTabChange: f, onSiderChange: v, onKeywordChange: h, onConditionChange: C }, children: B && x.cloneElement(B, q) }); -}; -gn.propTypes = { classNames: w.exact({ sider: w.string, filter: w.string, footer: w.string, toolbar: w.string, container: w.string, content: w.string, item: w.string }), layouts: w.oneOfType([w.exact({ sider: w.oneOfType([w.elementType, w.element]), filter: w.oneOfType([w.elementType, w.element]), footer: w.oneOfType([w.elementType, w.element]), toolbar: w.oneOfType([w.elementType, w.element]) }), w.bool]) }; -var he, ge, Te, rt; -const ae = class ae { - constructor() { - E(this, ge, null); - E(this, Te, /* @__PURE__ */ new Map()); - E(this, rt, () => { - if (y(this, ge)) return y(this, ge).port.postMessage({ command: "status", data: [] }); - U(this, ge, new SharedWorker(new URL("/ff-worker/res-ws.js", self.location))), y(this, ge).port.onmessage = (t) => { - var n, i; - (n = t.data) != null && n.uuid ? y(this, Te).forEach((r, a) => { - var o; - (r == "*" || (o = r == null ? void 0 : r.includes) != null && o.call(r, t.data.uuid)) && a(t.data); - }) : ((i = t.data) == null ? void 0 : i.readyState) == WebSocket.CLOSED && A.get("/api/user-api-token").then(({ token: r, expire_at: a }) => { - y(this, ge).port.postMessage({ command: "initWs", data: [`ws${c.trimStart(A.appUrl, "http")}api/user-resource-status-ws?token=${r}`] }); - }); - }, y(this, ge).port.postMessage({ command: "status", data: [] }); - }); - P(this, "subscribe", (t, n = []) => (n ? Array.isArray(n) && n.length == 0 ? n = "*" : Array.isArray(n) || (n = [n].flat()) : n = "*", y(this, Te).set(t, n), y(this, Te).size == 1 && y(this, rt).call(this), () => this.unsubscribe(t))); - P(this, "unsubscribe", (t) => y(this, Te).delete(t)); - if (y(ae, he)) return y(ae, he); - } -}; -he = new WeakMap(), ge = new WeakMap(), Te = new WeakMap(), rt = new WeakMap(), E(ae, he, null), P(ae, "getInstance", () => (y(ae, he) || U(ae, he, new ae()), y(ae, he))); -let kt = ae; -const pn = kt.getInstance(), Rt = x.forwardRef(({ listCode: e, base62params: t, className: n, theme: i, themeProps: r, layouts: a, classNames: o }, s) => { - const [{ resource: l, primaryKey: g, batchOperations: d = [], itemOperations: p = [], columns: f = [], themeConfig: m, theme: h, isConditionFormLayout: b = !1, isTreeSider: C, treeSiderConfig: k, isItemGridLayout: v, itemGridLayout: S, title: $, isPaginate: V, tabs: q }, B] = O({ isItemGridLayout: !1, itemGridLayout: {} }), M = oi(e, t), [{ dataSource: R, itemOperationsAccess: z, condition: N, tab: F, keyword: J, page: de, total: Se, pageSize: Ne, sider: $e, onConditionChange: K, onTabChange: jt, onKeywordChange: ct, onPageChange: vn, onPageSizeChange: Pn, onSiderChange: Tn, onReload: dt, payload: Nn }, At] = si(M, e, g, l), $n = Ct(p, z, R, g), Rn = Ct(d); - L(() => { - let Q = null; - return e && A.get(`/api/_/${e}`).resp(({ data: Ge, res: On }) => { - Ge != null && Ge.isDynamicRefresh && (Q = pn.subscribe(() => dt(), On)), B(Ge); - }).catch(() => B({})), () => Q == null ? void 0 : Q(); - }, [e]), x.useImperativeHandle(s, () => ({ onReload: dt, onClickCallback: At })); - const Fn = { listCode: e, title: $, classNames: o, layouts: a, resource: l, primaryKey: g, theme: i || h, themeProps: r || m, isTreeSider: C, treeSiderConfig: k, isPaginate: V, tabs: q, isItemOperations: $n, itemOperations: p == null ? void 0 : p.map((Q) => c.isEmpty(Q == null ? void 0 : Q.confirm) ? Q : { ...Q, confirm: Object.assign({}, Q.confirm, { getPopupContainer: () => document.body }) }), isBatchOperations: Rn, batchOperations: d, isItemGridLayout: v, columns: f, itemGridLayout: S, isConditionFormLayout: b, itemOperationsAccess: z, dataSource: R, onConditionChange: K, onTabChange: jt, onKeywordChange: ct, onPageChange: vn, onPageSizeChange: Pn, onSiderChange: Tn, condition: N, tab: F, keyword: J, page: de, total: Se, pageSize: Ne, sider: $e, payload: Nn }; - return u(gn, { ...Fn, className: I("ff-data-list-helper", n), onReload: dt, onClickCallback: At }); -}), mn = (e, t, n = !0) => n !== !0 && n-- <= 0 ? [] : c.isArray(e) && !c.isEmpty(e) ? e.reduce((i, r) => (Reflect.has(r, t) && Reflect.has(r, "children") && i.push(r[t]), Reflect.has(r, "children") && !c.isEmpty(r.children) ? i.concat(mn(r.children, t, n)) : i), []) : [], fi = ({ className: e, primaryKey: t, columns: n = [], dataSource: i = [], operationRender: r, operationWidth: a = 180, ...o }) => { - const { classNames: s } = ce(ne), l = W(null), g = W(null), [d, p] = O([]), [f, m] = O({ width: 0, height: 0 }); - L(() => { - p(mn(i, t)); - }, [i, t]), Ln(() => { - const b = new ResizeObserver(() => { - var C; - m({ width: ((C = l.current) == null ? void 0 : C.nativeElement.querySelector(".ant-table-body").scrollWidth) || g.current.offsetWidth, height: g.current.offsetHeight }); - }); - return g.current && b.observe(g.current), () => { - g.current && b.unobserve(g.current); - }; - }, []); - const h = ai(n); - return u("div", { ref: g, className: I("ff-data-list-table", s.content, e), children: f.height ? u(qn, { ...o, ref: l, rowKey: (b) => (b == null ? void 0 : b[t]) ?? Math.random(), columns: h == null ? void 0 : h.concat(r ? [{ title: "操作", align: "center", fixed: "right", width: `${Math.ceil(a / f.width * 100).toFixed(2)}%`, render: (b, C, k) => r(C, k) }] : []), dataSource: i, size: "middle", scroll: { x: "max-content", y: f.height - 50 }, pagination: !1, expandable: { defaultExpandAllRows: !0, expandRowByClick: !0, onExpandedRowsChange: p, expandedRowKeys: d } }) : null }); -}, yi = "RC_FORM_INTERNAL_HOOKS", wi = (e, { initialValue: t, initialValueLanguage: n, convertJs: i, convertJsSetting: r, type: a = "string" }, o = null) => { - const s = W(!1), l = ce(Xt), [g, d] = O(), [p, f] = O(n != "javascript" && e ? l.getFieldValue(e) : void 0), { registerWatch: m } = l.getInternalHooks(yi) || {}; - return L(() => m == null ? void 0 : m((h, b, C) => { - if (!s.current) return; - const k = c.get(b, e); - c.isEqual(k, p) || f(ee(k, a)); - }), [p]), L(() => { - n == "javascript" && t ? xe.exec(t, {}, { getFieldValueForBasicForm: (h) => o ? o.getFieldValue(h) : l.getFieldValue(h), getFieldValue: (h) => l.getFieldValue(h) }).then((h) => f(ee(h, a))).catch((h) => notification.error({ message: `布局数据错误: ${JSON.stringify(h)}` })).finally(() => s.current = !0) : (t && f(ee(t ?? l.getFieldValue(e), a)), s.current = !0); - }, [t, n]), Ke(() => { - s.current && i && new et([i, r]).toValue(p, l.getFieldsValue(!0)).then(d).catch((h) => { - d(h), console.error("布局数据转换错误: ", h, i); - }); - }, [p, i, r]), [g ?? p, p]; -}, hn = (e, t, n = null) => H(() => { - var i; - return (i = c.sortBy(e, ["y", "x"])) == null ? void 0 : i.map(({ i: r, x: a, y: o, w: s, h: l, field: { boxStyle: g, ...d } }, p) => u("div", { className: "grid-layout-item", style: dn(a, o, s, l, g), children: u(t, { ...d, basicForm: n }) }, r ?? p)); -}, [e]), bi = ({ widget: e, widgetPrefix: t = "@pkg/ff/grid-layouts", basicForm: n, ...i }) => { - const r = e != null && e.startsWith("@") || e != null && e.startsWith("blob:") ? e : `${t}/${e}`, [a, o] = O(); - return L(() => { - r && le.getWidgetComponent(r).then(({ defaultProps: s = {}, default: l }) => ({ default: Ci(l, s, n) })).catch((s) => ({ default: () => `${s}` })).then((s) => o(x.createElement(s.default, i))); - }, [r]), a; -}, Ci = (e, t = {}, n = null) => (i) => { - const { code: r, label: a, extras: o, isVirtual: s, initialValue: l, initialValueLanguage: g, convertJs: d, convertJsSetting: p, value: f, ...m } = c.merge({}, t, i), [h, b] = wi(s ? null : r, { initialValue: l, initialValueLanguage: g, convertJs: d, convertJsSetting: p, type: (m == null ? void 0 : m.type) || "string" }, n), C = H(() => { - const S = Object.keys((t == null ? void 0 : t.extras) || {}); - return c.over([c.partialRight(c.pick, S), c.partialRight(c.omit, S)]); - }, [t == null ? void 0 : t.extras]), [k, v] = C(m); - return u(e, { ...v, value: h, rawValue: b, $setting: Object.assign({}, o, k) }); -}, fn = ({ className: e, cols: t = 12, rowHeight: n = 21, containerPadding: i = [0, 0], itemMargin: r = [4, 0], formProps: a = {}, fields: o = [], data: s, basicForm: l = null, ...g }) => { - const [d] = te.useForm(), p = hn(o, bi, l), f = H(() => [{ name: "__PROPS__", value: a }], [a]); - return Ke(() => (d.setFieldsValue(s), () => d.resetFields()), [s]), u(te, { fields: f, form: d, component: !1, children: u("div", { ...g, className: I("ff-grid-layout", e), style: { "--grid-layout-item-margin-y": `${(r == null ? void 0 : r[0]) || 0}px`, "--grid-layout-item-margin-x": `${(r == null ? void 0 : r[1]) || 0}px`, "--grid-layout-container-padding-y": `${(i == null ? void 0 : i[0]) || 0}px`, "--grid-layout-container-padding-x": `${(i == null ? void 0 : i[1]) || 0}px`, "--grid-layout-cols": t, "--grid-layout-row-height": `${n}px` }, children: p }) }); -}, Sr = (qt = fn, function({ code: e, data: t, ...n }) { - const [i, r] = O({ resource: null, cols: 12, rowHeight: 21, fields: [] }); - return L(() => { - e && A.get(`/api/_/${e}`).then((a) => r(c.pick(a, ["resource", "cols", "rowHeight", "fields"]))); - }, [e]), (i == null ? void 0 : i.resource) && u(qt, { ...n, rowHeight: i.rowHeight, cols: i.cols, fields: i.fields, data: i != null && i.resource ? { [i == null ? void 0 : i.resource]: t } : {} }); -}); -var qt; -const ki = ({ column: e = 0, colWidth: t = 0, cols: n, rowHeight: i, itemMargin: r, fields: a, primaryKey: o, dataSource: s, itemClassName: l, beforeRender: g = null, afterRender: d = null, itemRender: p = (b, C, k) => b, empty: f = u(Wn, { description: null }), className: m, style: h = {} }) => { - const { classNames: b } = ce(ne), C = H(() => u(fn, { cols: n, rowHeight: i, itemMargin: r, fields: a, className: l }), [a, n, i, r]), k = c.isEmpty(s); - return j("div", { className: I("ff-data-list-content", b.content, m), style: Object.assign({}, h, e && { "--col-num": e }, t && { "--col-width": t }), children: [g == null ? void 0 : g(s), k ? f : s.map((v, S) => { - const $ = p(x.cloneElement(C, { data: v }), v, S); - return x.cloneElement($, { key: `${(v == null ? void 0 : v[o]) ?? S}-${ri(v)}` }); - }), d == null ? void 0 : d(s)] }); -}, xi = ({ component: e, $props: t }) => { - const { base62params: n } = Je(t, {}); - return u(Y, { children: u(Rt, { listCode: e, base62params: A.decode(n) }) }); -}, vr = () => u(yn, {}), yn = () => "Empty", Si = ({ component: e, $setting: t, $props: n }) => { - const [i, r] = O(); - L(() => { - if (!e) return r(u(yn, { description: null })); - le.getWidgetComponent(e).catch((o) => ({ default: () => `${o}` })).then((o) => x.createElement(o.default, { $setting: t })).then(r); - }, [e]); - const a = Je(n, {}); - return i ? x.cloneElement(i, a) : null; -}, Pr = () => "NotFoundPage"; -var fe, Z, ye, we, We, Ue; -const se = class se { - constructor() { - E(this, Z, /* @__PURE__ */ new Map()); - E(this, ye, {}); - E(this, we, null); - P(this, "init", (t, n) => { - U(this, Z, t), U(this, ye, n); - }); - P(this, "get", (t) => (y(this, Z).has(t) || (t = Array.from(y(this, Z).keys()).find((n) => y(this, Z).get(n).uri === t)), y(this, Z).get(t) || {})); - P(this, "redirect", (t, n, i = {}) => { - const { uri: r, type: a, widgetProps: o } = this.get(t) || {}, { router: s, query: l, ...g } = n || {}, d = Object.assign({}, g, s), p = Object.assign({}, g, l); - a == "list" && (d.base62params = A.encode(d != null && d.base62params ? d.base62params : d)); - let f = _n(r || t, d); - const m = new URLSearchParams(); - for (const h in o || {}) (o == null ? void 0 : o.type) == "query" && Object.has(p, h) && m.append(h, JSON.stringify(p[h])); - return m.size > 0 && (f = `${f}?${m.toString()}`), i != null && i.isOpenWindow ? window.open(f) : y(this, we).navigate(f, { replace: !!(i != null && i.isReplaceRouteHistory) }); - }); - P(this, "getMenus", (t) => { - var n; - return ((n = y(this, ye)) == null ? void 0 : n[t]) || []; - }); - P(this, "findMenuPathByUuid", (t) => { - let n = []; - for (const i in y(this, ye)) if (n = y(this, We).call(this, y(this, ye)[i], t, [i]), n.length > 1) return n; - return n; - }); - P(this, "getMenusByRouteUuid", (t) => y(this, Ue).call(this, t, Object.values(y(this, ye)).flat())); - E(this, We, (t, n, i = []) => { - if (c.isEmpty(t)) return i; - for (const { uuid: r, children: a } of t) { - if (r == n) return i.concat(r); - if (!c.isEmpty(a)) return i.concat(r, y(this, We).call(this, a, n)); - } - return i; - }); - E(this, Ue, (t, n) => { - var r; - let i = []; - for (const a of n) a.widgetType == "redirect" && (a.uuid == t || a.widget == t ? i.push(a) : (r = a.children) != null && r.length && (i = i.concat(y(this, Ue).call(this, t, a.children)))); - return i; - }); - P(this, "getCurrentMenu", () => { - const { uuid: t } = this.getCurrentRoute() || {}; - if (!t) return; - const n = this.getMenusByRouteUuid(t); - return c.isEmpty(n) ? void 0 : n[0]; - }); - P(this, "getCurrentRoute", (t = 0) => { - var i; - const n = (i = y(this, we).state.matches[y(this, we).state.matches.length - 1 - t]) == null ? void 0 : i.route; - if (!n) return null; - for (let [r, a] of y(this, Z)) if (a.uri === n.path) return a; - return null; - }); - P(this, "getPageParams", (t) => { - var r, a, o; - let n = "", i = {}; - if (en()) i = Gn(), n = (r = Yn()) == null ? void 0 : r.search; - else { - const { location: s = {}, matches: l = [] } = ((a = y(this, we)) == null ? void 0 : a.state) || {}; - i = ((o = l[l.length - 1]) == null ? void 0 : o.params) || {}, n = s.search; - } - return n && new URLSearchParams(n).forEach((s, l) => { - i[l] = s; - }), t ? c.get(i, t) : i; - }); - P(this, "createBrowserRouter", (t = {}) => { - if (y(this, Z).size == 0) return null; - const n = Ie.get("Common.WEBSITE_DEFAULT_THEME", "@pkg/ff/frameworks/DefaultTheme"), i = Ie.get(le.checkUserToken() ? "Common.WEBSITE_LOGIN_REDIRECT" : "Common.WEBSITE_DEFAULT", "/index"), r = { [n]: 0 }, a = (s, l) => () => Promise.all([le.getWidgetComponent(s), Je(l)]).then(([g, d]) => [g.default || function() { - return `${s}`; - }, d]).then(([g, d]) => ({ Component: () => x.createElement(nn, {}, x.createElement(g, { $setting: d })) })), o = Array.from(y(this, Z).values()).reduce((s, { uuid: l, uri: g, name: d, type: p, component: f, widgetSetting: m, widgetProps: h, isLogin: b, isLayout: C, extra: k }) => { - let v = {}, S = 0; - switch (p) { - case "list": - v.element = x.createElement(xi, { component: f, $props: h }); - break; - case "fsdpf-component": - v.element = x.createElement(Si, { key: f, component: f, $setting: m, $props: h }); - } - const $ = (k == null ? void 0 : k.theme) ?? (k == null ? void 0 : k.layout); - if ($) { - const V = (k == null ? void 0 : k.themeProps) ?? (k == null ? void 0 : k.layoutProps); - if (!r[$]) return r[$] = s.length, [...s, { path: "/", lazy: a($, V), children: [{ path: g, ...v }] }]; - S = r[$]; - } - return C && S > -1 ? (s[S].children.push({ path: g, ...v }), s) : [...s, { path: g, ...v }]; - }, [{ path: "/", lazy: a(n, {}), children: [] }]); - return o.push({ index: !0, element: x.createElement(vi, { to: i, replace: !0 }) }), U(this, we, Xn(o, t)); - }); - if (y(se, fe)) return y(se, fe); - } -}; -fe = new WeakMap(), Z = new WeakMap(), ye = new WeakMap(), we = new WeakMap(), We = new WeakMap(), Ue = new WeakMap(), E(se, fe, null), P(se, "getInstance", () => (y(se, fe) || U(se, fe, new se()), y(se, fe))); -let xt = se; -const vi = ({ to: e, replace: t }) => en() ? x.createElement(Qn, { to: e, replace: t }) : (window.document.location = e, "redirect"), ke = xt.getInstance(), Re = new Worker(new URL("/ff-worker/index.js", self.location)), Wt = { getConfigure: (e) => Ie.get(e), route: { redirect: (...e) => ke.redirect(...e), getPageParams: (...e) => ke.getPageParams(...e), getCurrentRoute: () => ke.getCurrentRoute() }, popup: { notification: (...e) => G.notification(...e), success: (...e) => G.success(...e), error: (...e) => G.error(...e), form: (...e) => G.form(...e), modal: (...e) => G.modal(...e), confirm: (...e) => G.confirm(...e) } }; -var at, je, be; -const D = class D { - constructor() { - P(this, "exec", (t, n = {}, i = {}, r = "") => new Promise((a, o) => { - if (!/^(?!\s*(\/\/|\/\*|\*)).*?\S+/m.test(t)) return a(); - const s = It(D, at)._++; - y(D, je).set(s, i), D.mQueue.set(s, [a, o]), Re.postMessage({ id: s, session: r, category: "eval", method: t, args: n }); - })); - P(this, "clear", (t) => Re.postMessage({ session: t, category: "clear" })); - if (y(D, be)) return y(D, be); - Promise.resolve().then(() => Yi).then((t) => { - Wt.http = t.http; - }), Re.addEventListener("message", ({ data: { id: t, task_id: n, method: i, args: r, category: a, data: o, error: s, session: l } }) => { - if (a === "eval" && D.mQueue.has(t)) s !== null ? D.mQueue.get(t)[1](s) : D.mQueue.get(t)[0](o), y(D, je).delete(t), D.mQueue.delete(t); - else if (a === "util") try { - const g = c.get(Wt, i.split("/")) || c.get(y(D, je).get(n), i.split("/")); - if (!c.isFunction(g)) throw `${i} not found`; - Promise.resolve(Reflect.apply(g, void 0, r)).then((d) => { - Re.postMessage({ id: t, task_id: n, category: a, method: i, args: r, session: l, data: d, error: null }); - }).catch((d) => { - Re.postMessage({ id: t, task_id: n, category: a, method: i, args: r, session: l, data: null, error: d }); - }); - } catch (g) { - Re.postMessage({ id: t, task_id: n, category: a, method: i, args: r, session: l, data: null, error: g }); - } - }, !1); - } -}; -at = new WeakMap(), je = new WeakMap(), be = new WeakMap(), P(D, "mQueue", /* @__PURE__ */ new Map()), E(D, at, 0), E(D, je, /* @__PURE__ */ new Map()), E(D, be, null), P(D, "getInstance", () => (y(D, be) || U(D, be, new D()), y(D, be))); -let St = D; -const xe = St.getInstance(), st = () => { - const e = W(!0), [, t] = x.useReducer((n) => n + 1, 0); - return L(() => () => e.current = !1, []), () => e.current && t(); -}, Tr = (e) => { - const t = W(); - return L(() => { - t.current = e; - }, [e]), t.current; -}, Nr = (e) => { - const [t, n] = O(e), i = W(null), r = X((a, o) => { - i.current = o, n(a); - }, []); - return L(() => { - i.current && (i.current(t), i.current = null); - }, [t]), [t, r]; -}, Ke = (e = (i) => { -}, t, n = c.isEqual) => { - const i = x.useRef(); - n(t, i.current) || (i.current = c.cloneDeep(t)), x.useEffect(e, [i.current]); -}, ot = Ke, wn = (e, t = "string") => { - var n; - if (!Array.isArray(e)) return e; - for (let i = 0; i < e.length; i++) e[i].value = ee((n = e[i]) == null ? void 0 : n.value, t), e[i] && Reflect.has(e[i], "children") && (e[i].children = wn(e[i].children, t)); - return e; -}, $r = (e, t = "json", n = "string", i, r = null) => { - const [a] = te.useForm(i), [o, s] = O([{ label: "无", value: "", disabled: !0 }]), l = W([]), g = te.useWatch((d) => l.current.length === 0 ? null : c.pick(d, l.current), a) || null; - return L(() => { - Array.isArray(e) ? s(e) : t === "javascript" && e ? xe.exec(e, {}, { getFieldValue: (d) => (l.current.includes(d) || l.current.push(d), a.getFieldValue(d)), getFieldValueForBasicForm: (d) => (l.current.includes(d) || l.current.push(d), r ? r.getFieldValue(d) : a.getFieldValue(d)) }).then((d) => { - s(ee(d, "array")); - }).catch((d) => console.error("useOptions", d)) : e && s(ee(e, "array")); - }, [e, t, g]), wn(o, n); -}, Rr = (e) => { - const [t, n] = O(), i = { type: "GET" }; - if (typeof e == "string" ? i.url = e : c.isPlainObject(e) && Object.assign(i, e), !(i != null && i.url)) throw "url is required"; - const r = (a) => A.request(i, !1).resp((o) => (console.log("useSubscribeRequest", a), n(o), o)); - return Ke(() => { - let a = null; - return r().then((o) => { - a = pn.subscribe(c.throttle(r, 180, { leading: !1, trailing: !0 }), o.res); - }), () => a == null ? void 0 : a(); - }, i), t; -}, Pi = (e) => { - const [t, n] = x.useState({ gridItems: [], hideItems: [] }); - return x.useEffect(() => { - e && A.get(`/api/_/${e}`).then(({ pk: i, uuid: r, code: a, resource: o, align: s, cols: l, rowHeight: g, marginX: d, marginY: p, listenChangeFields: f, listenChangeFieldsFunc: m, fields: h }) => ({ pk: i, uuid: r, code: a, resource: o, align: s, cols: l, rowHeight: g, marginX: d, marginY: p, listenChangeFields: f, listenChangeFieldsFunc: m, ...h.reduce((b, C) => { - var k; - return (k = C == null ? void 0 : C.field) != null && k.hidden ? b.hides.push(C == null ? void 0 : C.field) : b.items.push(C), b; - }, { items: [], hides: [] }) })).then(n); - }, [e]), t; -}, Ti = ({ max: e = 0, min: t = 0, type: n = "", message: i, pattern: r, required: a = !1, validator: o } = {}, s, l) => { - const [g, d] = O([]); - return L(() => { - const p = []; - if (a) { - 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: i || (t && e ? `字符必须在 ${t} ~ ${e} 之间` : `${e ? "最多能有" : "最少要有"} ${t || e} 个字符`) }); - break; - case "pattern": - p.push({ type: "string", pattern: r, message: i }); - break; - case "validator": - o && p.push(({ getFieldValue: f }) => ({ validator: async (m, h) => { - const b = await xe.exec(o, { value: h, fieldName: s }, { getFieldValue: f }); - return c.isString(b) && b ? Promise.reject(b) : c.isBoolean(b) && !b ? Promise.reject(i) : Promise.resolve(); - } })); - } - d(p); - }, [e, t, n, i, r, a, o]), g; -}, Ni = (e, t, n) => { - const [i, r] = O(null); - return L(() => { - const { initDataUri: a = `/api/${e}`, initDataMethod: o = "GET" } = n || {}; - t && A.request({ method: o, url: c.trimEnd(`${a}/${t}`, "/") }).then((s) => { - r(s); - }); - }, [e, t, n]), i; -}, $i = (e, t, n) => X((i, r = { serialize: (a) => a, onSuccess: () => { -}, onFail: (a) => (a == null ? void 0 : a.errorFields) && G.error("请先完善表单信息", { duration: 2e3 }) }) => { - const a = i.getFieldValue("__RESOURCE__"), { submitDataUri: o = `/api/${e}`, submitDataMethod: s = "POST" } = n || {}; - return i.validateFields().then((l) => a ? c.pick(l, [a]) : l).then(r.serialize).then((l) => A.request({ method: s, url: c.trimEnd(`${o}/${t || ""}`, "/"), data: l }).msg(r.onSuccess)).catch(r.onFail); -}, [e, t, n]), Ri = (e, t, n, i) => { - const r = Ni(t, n, i); - L(() => { - r ? e.setFieldsValue(r) : e.resetFields(); - }, [e, r]); - const a = $i(t, n, i); - return c.partial(a, e); -}, bn = (e, t, n = {}, i = {}, r = {}) => { - const a = ce(Xt), o = st(), s = W(!0), l = W([]), [g, d] = O(t), [p, f] = O(), m = te.useWatch((h) => JSON.stringify(c.pick(h, l.current)), a) || "{}"; - return ot(() => { - e && xe.exec(e, n, { ...i, getFieldValueForBasicForm: (h) => r ? r.getFieldValue(h) : null, getFieldValue: c.wrap(a.getFieldValue, (h, b) => (l.current.some((C) => c.isEqual(C, b)) || (l.current.push(b), o()), h == null ? void 0 : h(b))), isFieldTouched: a.isFieldTouched, isFieldsTouched: a.isFieldsTouched }).then((h) => { - s.current && (d(h), f(null)); - }).catch((h) => { - s.current && (d(t), f(h)); - }); - }, [e, m, a, n, i]), L(() => () => s.current = !1, []), e ? [g, p] : [t, null]; -}, Fi = (e, t, n = [], i = {}) => { - const r = W({}), a = W(), o = c.debounce(st(), 180), s = ["disabled", "required"], l = (f, m) => { - s.includes(f) && (r.current[f] = m), o(); - }, g = H(() => ({ setDisabled: (f) => l("disabled", f), setRequired: (f) => l("required", f), getDisabled: () => r.current.disabled, getRequired: () => r.current.required }), [t]), [d, p] = bn(t, -1, {}, g, i); - if (!p && a.current != d && (d >= 0 || !c.isEmpty(n == null ? void 0 : n[d]))) { - a.current = d; - const { widget: f, widgetPrefix: m, props: h } = n == null ? void 0 : n[d]; - e = an(f, m), r.current = c.merge(h, c.pick(r.current, s)); - } - return [e, r.current]; -}, Ut = (e) => e === void 0 || e === !1 ? "" : (Array.isArray(e) ? e : [e]).join("_"), Fr = ({ value: e, onChange: t }, n = null) => { - const i = W(), [r] = te.useForm(n), a = W({}); - return ot(() => { - c.isEqual(i.current, e) || r.setFieldsValue(e); - }, [e]), L(() => () => r.resetFields(), []), [H(() => r.__INTERNAL__ ? r : { ...r, __INTERNAL__: { itemRef: (o) => (s) => { - const l = Ut(o); - s ? a.current[l] = s : delete a.current[l]; - } }, scrollToField: (o, s = {}) => { - console.warn("useMergedFormValuesChange scrollToField not work, unreferenced antd form"); - }, focusField: (o) => { - console.warn("useMergedFormValuesChange focusField not work, unreferenced antd form"); - }, getFieldInstance: (o) => { - const s = Ut(o); - return a.current[s]; - } }, [r]), (o, s) => { - i.current = s, t == null || t(s); - }]; -}, Oi = ({ type: e, initialValue: t, initialValueLanguage: n, onChange: i, basicForm: r }) => { - const [a, o] = bn(n == "javascript" && t, n == "javascript" ? void 0 : t, {}, {}, r); - return L(() => { - n == "javascript" ? i(ee(a, e)) : t && i(ee(t, e)); - }, [e, t, a]), null; -}, Cn = ({ widget: e = "Input", widgetPrefix: t = "@pkg/ff/grid-layout-forms", widgetDecorator: n, subWidgets: i = [], basicForm: r, ...a }) => { - const o = an(e, t), [s, l] = Fi(o, n, i, r), [g, d] = O(); - return L(() => { - s && le.getWidgetComponent(s).then(({ defaultProps: p = {}, default: f }) => ({ default: Ei(f, p, r) })).catch((p) => ({ default: () => `${p}` })).then((p) => d(x.createElement(p.default, a))); - }, [s]), g && x.cloneElement(g, { ...a, ...l }); -}, Ei = (e, t = {}, n = null) => (i) => { - const { type: r, code: a, label: o, noStyle: s, placeholder: l, required: g = !1, extras: d, validators: p, help: f, isVirtual: m, $isReserved: h, initialValue: b, initialValueLanguage: C, ...k } = c.omit(c.merge({}, t, i), ["convertJs", "convertJsSetting", "widget", "widgetPerfix", "widgetDecorator", "subWidgets", "boxStyle"]), v = Ti(Object.assign({}, p, g ? { required: !0 } : {}), a, r), S = H(() => { - const M = Object.keys((t == null ? void 0 : t.extras) || {}); - return c.over([c.partialRight(c.pick, M), c.partialRight(c.omit, M)]); - }, [t == null ? void 0 : t.extras]), [$, V] = S(k), q = { label: o, noStyle: s, colon: !1, layout: "vertical" }, B = X((M) => M == null ? void 0 : ee(M, r), [r]); - return u(Qt, { name: a, rules: v, initialValue: B(b), normalize: B, children: (M, R, z) => { - var N; - return u(e, { type: r, rcform: z, basicForm: n, itemProps: { validateStatus: R.errors.length > 0 ? "error" : "success", tooltip: f || null, help: R.errors.length > 0 ? R.errors.join("、") : null, required: ((N = v == null ? void 0 : v[0]) == null ? void 0 : N.required) || !1, ...q }, fieldProps: { placeholder: l, ...V, ...M }, $setting: Object.assign({}, d, $) }); - } }); -}, Ft = ({ cols: e = 24, rowHeight: t = 16, itemMargin: n = [8, 16], containerPadding: i = [0, 0], fields: r = [], children: a, basicForm: o = null }) => { - const s = hn(r, Cn, o); - return j("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": `${(i == null ? void 0 : i[0]) || 0}px`, "--grid-layout-container-padding-x": `${(i == null ? void 0 : i[1]) || 0}px`, "--grid-layout-cols": e, "--grid-layout-row-height": `${t}px` }, children: [s, a && x.cloneElement(a, { cols: e, rowHeight: t, itemMargin: n, containerPadding: i, fields: r })] }); -}; -Ft.propTypes = { fields: w.array }; -const ji = (Ht = Ft, ({ code: e, layout: t, name: n, primaryKey: i = 0, style: r = {}, formProps: a = {}, form: o, basicForm: s, isPreview: l = !1, className: g, onFinish: d, onValuesChange: p = () => { -}, ...f }) => { - const { align: m, autoComplete: h, resource: b, items: C, hides: k, rowHeight: v, marginX: S, marginY: $, cols: V, listenChangeFields: q, listenChangeFieldsFunc: B, pk: M, uuid: R } = Pi(e), [z] = te.useForm(o), N = H(() => [{ name: "__PK__", value: M }, { name: "__PROPS__", value: a }, { name: "__RESOURCE__", value: b }, { name: "__LAYOUT_KEY__", value: e }, { name: "__LAYOUT_UUID__", value: R }, { name: "__PRIMARY_KEY__", value: i }], [M, e, R, b, i, a]); - return j(te, { className: g, name: n || e, layout: t || m, fields: N, form: z, autoComplete: h, style: { ...r, position: "relative" }, onFinish: d, onValuesChange: (F, J) => (({ changedValues: de, allValues: Se, listenChangeFields: Ne, listenChangeFieldsFunc: $e, onValuesChange: K, code: jt }) => { - K(de, Se), $e && Array.isArray(Ne) && xe.exec($e, { changedValues: de, allValues: Se }, { getFieldValue: z.getFieldValue, setFieldValue: z.setFieldValue, setFieldsValue: z.setFieldsValue, isFieldTouched: z.isFieldTouched, isFieldsTouched: z.isFieldsTouched }).catch((ct) => console.error("onFormValuesChange", ct)); - })({ changedValues: F, allValues: J, listenChangeFields: q, listenChangeFieldsFunc: B, onValuesChange: p, code: e }), children: [u(Ht, { ...f, form: z, basicForm: s, code: e, fields: C, cols: V, rowHeight: v, itemMargin: [S, $] }), k == null ? void 0 : k.map((F) => { - var J; - return u(Qt, { name: F.code, children: u(Oi, { form: z, basicForm: s, name: F.code, type: F.type, initialValue: F.initialValue, initialValueLanguage: (J = F.extras) == null ? void 0 : J.initialValueLanguage }) }, JSON.stringify(F.code)); - })] }, e); -}); -var Ht; -const kn = ({ $setting: e, $close: t, extras: n, code: i, primaryKey: r, ...a }) => { - const [o] = te.useForm(), s = Ri(o, i, r, e); - return u(Y, { actions: j(x.Fragment, { children: [u(T, { name: (e == null ? void 0 : e.okText) || "保存", type: "primary", widget: () => s({ onSuccess: t }) }), u(T, { name: (e == null ? void 0 : e.cancelText) || "取消", widget: () => t(!1) })] }), extras: n, children: u(ji, { form: o, code: i, primaryKey: r, ...a }) }); -}, Jt = /* @__PURE__ */ new Set(), vt = (e = [], t = 0) => { - const n = e[t]; - if (n.length && !Jt.has(n)) { - const i = document.createElement("script"); - i.setAttribute("src", n), i.setAttribute("data-namespace", n), e.length > t + 1 && (i.onload = () => { - vt(e, t + 1); - }, i.onerror = () => { - vt(e, t + 1); - }), Jt.add(n), document.body.appendChild(i); - } -}, Pt = ({ className: e, type: t, style: n = {}, ...i }) => u("span", { role: "img", className: I("ff-iconfont", e), style: n, ...i, children: u("svg", { style: { width: "1em", height: "1em", fill: "currentColor", overflow: "hidden" }, viewBox: "0 0 1024 1024", children: u("use", { xlinkHref: `#${t}` }) }) }); -Pt.propTypes = { className: w.string, type: w.string.isRequired, style: w.object }, Pt.init = vt; -const Ai = (e, t, n, i) => ke.redirect(n, t, i), Li = (e, t = {}, n, i = {}) => { - var a; - const r = (a = i.router) == null ? void 0 : a.reduce((o, [s, l, g]) => { - const d = c.get(t, ["router", s]); - if (!d && d !== 0 && l) throw `请传入 ${g}`; - return `${o}/${d}`; - }, `/api/${n}`); - return A.del(r, t.param).msg(); -}, Kt = (e, t, n, { status: { loading: i, disabled: r }, setStatus: a }) => { - const o = { loading: (s) => s === void 0 ? i : a((l) => ({ ...l, loading: s })), disabled: (s) => s === void 0 ? r : a((l) => ({ ...l, disabled: s })) }; - return c.isFunction(n) ? n.call(null, { ...t, ...o }) : c.isString(n) && n ? xe.exec(n, t, o) : null; -}, _t = (e, t, n, i, r) => c.isString(n) && n ? le.getWidgetComponent(n).then(({ default: a }) => G.modal(a, { ...t, $setting: i }, r != null && r.title ? { ...r, title: c.template(r.title)(e) } : r)).catch((a) => { - G.error(n, { content: a.toString() }); -}) : G.modal(n, { ...t, $setting: i }, r != null && r.title ? { ...r, title: c.template(r.title)(e) } : r), Vi = (e, t, n, i, r) => G.modal(kn, { ...t, $setting: i, code: n }, r != null && r.title ? { ...r, title: c.template(r.title)(e) } : r), Ii = (e, t, n, i, r) => G.modal(Rt, { base62params: t, $setting: i, listCode: n }, r != null && r.title ? { ...r, title: c.template(r.title)(e) } : r), Mi = ({ widget: e, widgetType: t, widgetData: n, widgetProps: i, widgetSetting: r, widgetContainerProps: a }, { onAfterClick: o, onBeforeClick: s }) => { - const l = ce(ne), [g, d] = O({ leading: !0, trailing: !1 }), p = H(() => { - switch (t) { - case "redirect": - return c.partialRight(Ai, e, r); - case "func": - return c.partialRight(Kt, (r == null ? void 0 : r.code) ?? e, { status: g, setStatus: d }); - case "component": - case "fsdpf-component": - return c.partialRight(_t, e, r, a); - case "grid-layout-form": - return c.partialRight(Vi, e, r, a); - case "data-list": - return c.partialRight(Ii, e, r, a); - case "destroy": - return c.partialRight(Li, e, r, a); - default: - if (Et(e) || x.isValidElement(e)) return c.partialRight(_t, e, r, a); - if (c.isFunction(e)) return c.partialRight(Kt, (r == null ? void 0 : r.code) || e, { status: g, setStatus: d }); - } - return (...f) => console.error("useButton unknown widgetType", t, ...f); - }, [e, t]); - return [c.debounce((f) => (s == null || s(f), Promise.resolve(Je(i, f, { list: l })).then((m) => p(f, { ...n, ...m })).then((m) => o == null ? void 0 : o(m)).catch(console.error)), 300, { leading: !0, trailing: !1 }), g]; -}, xn = ({ type: e, name: t, className: n, icon: i, iconPosition: r, size: a }, o = "default") => H(() => { - const s = { type: "primary", className: I("ff-button", n), iconPosition: r, size: a }; - return e === "danger" ? s.danger = !0 : e === "default" && (s.type = e), o === "link" || o === "dashed" ? (s.type = o, e === "default" && (s.className = I(s.className, "ff-default"))) : o !== "circle" && o !== "round" || (s.shape = o), i && (s.icon = u(Pt, { type: i })), t && (s.children = t), s; -}, [o, e, n, i, r]), lt = ({ data: e, widget: t, widgetType: n = "fsdpf-component", widgetData: i, widgetProps: r, widgetSetting: a, widgetContainerProps: o, onAfterClick: s, onBeforeClick: l, children: g, extras: d }) => { - const p = ce(ne), [f, m] = O(!1), [h, b] = O("hover"), [C, k] = O({}), [v, S] = O(), { placement: $, align: V, zIndex: q, arrow: B = { pointAtCenter: !0 }, getPopupContainer: M, ...R } = o || {}; - L(() => { - n == "grid-layout-form" ? S(x.createElement(kn, { ...i, $setting: a, code: t })) : n == "data-list" ? S(x.createElement(Rt, { base62params: e, $setting: a, listCode: t })) : c.isString(t) ? le.getWidgetComponent(t).then(({ default: F }) => { - S(x.createElement(F, { ...i, $setting: a })); - }).catch((F) => S(F.toString())) : Et(t) ? S(x.createElement(t, { ...i, $setting: a })) : x.isValidElement(t) && S(x.cloneElement(t, { ...i, $setting: a })); - }, [t, n, i]), L(() => { - Promise.resolve(Je(r, e, { list: p })).then(k); - }, [r, e, p.getBase62params]); - const z = (F, J = !1) => (m(F), !F && b("hover"), F ? l == null ? void 0 : l(C) : s == null ? void 0 : s(J)), N = (F) => { - m(!0), b("click"); - }; - return u(Un, { zIndex: q, placement: $, onPopupClick: N, onClick: N, open: f, align: V, arrow: B, trigger: h, getPopupContainer: M, content: u(zi, { ...R, extras: d, children: v && x.cloneElement(v, { ...C, $close: (F) => z(!1, F) }) }), children: g, onOpenChange: z }); -}, zi = ({ title: e, className: t, children: n, extras: i, width: r, height: a, ...o }) => { - const [s, l] = O({}), g = X((m, h) => l((b) => ({ ...b, [m]: h })), []), d = X((m) => l((h) => ({ ...h, [m]: void 0 })), []), p = e ? x.createElement("div", { className: "ff-popup-title" }, e) : s == null ? void 0 : s.title, f = i ?? x.createElement("div", { className: "ff-popup-reserved-extras" }, i); - return u(He.Provider, { value: { ele: s, mount: g, unmount: d }, children: j("div", { className: I("ff-popup ff-popover", t, s.rootClassName), style: { width: r, height: a }, ...o, children: [j("div", { className: "ff-popup-header", children: [p, s == null ? void 0 : s["sub-title"]] }), n, j("div", { className: "ff-popup-footer", children: [f, s == null ? void 0 : s.extras, s == null ? void 0 : s.actions] })] }) }); -}; -lt.propTypes = { widgetType: w.oneOf(["fsdpf-component", "grid-layout-form", "data-list"]) }; -const _e = (e) => function({ className: t, variant: n, children: i, name: r, icon: a, type: o = "default", iconPosition: s = "start", noAuthType: l, onAfterClick: g, onBeforeClick: d, data: p, loading: f, disabled: m, tooltip: h, confirm: b, widget: C = () => { -}, widgetType: k, widgetData: v, widgetProps: S, widgetSetting: $, widgetContainerProps: V, ...q }) { - const { mode: B, ...M } = V || {}, R = xn({ className: t, name: r, type: o, icon: a, iconPosition: s }, n ?? e), z = u(Ze, { ...R, ...q, children: i || r }); - if (B === "popover" && !["destroy", "redirect", "func"].includes(k)) return u(lt, { data: p, widget: C, widgetType: k, widgetData: v, widgetProps: S, widgetSetting: $, widgetContainerProps: M, onAfterClick: g, onBeforeClick: d, children: z }); - const N = c.isEmpty(h) || !h.enabled ? {} : h, F = c.isEmpty(b) ? { enabled: !1 } : Object.assign({ enabled: !0 }, b), [J, de] = O(!1), [Se, { disabled: Ne, loading: $e }] = Mi({ widget: C, widgetType: k, widgetData: v, widgetProps: S, widgetSetting: $, widgetContainerProps: M }, { onAfterClick: g, onBeforeClick: d }); - return u(Hn, { okText: "确定", cancelText: "取消", getPopupContainer: (K) => K, ...F, disabled: Ne || m, open: J, onOpenChange: (K) => { - if (!K) return de(K); - F.enabled ? de(K) : Se(p); - }, onConfirm: (K) => { - Se(p, K); - }, onClick: (K) => { - K.stopPropagation(); - }, children: u(Jn, { getPopupContainer: (K) => K, ...N, title: J ? null : N == null ? void 0 : N.title, trigger: ["hover", "click"], children: x.cloneElement(z, { loading: $e || f, disabled: Ne || m }) }) }); -}, T = _e("default"); -T.propTypes = { type: w.oneOf(["primary", "default", "danger", ""]), size: w.oneOf(["large", "middle", "small"]), name: w.string, icon: w.string, iconPosition: w.oneOf(["start", "end"]), data: w.any, widget: w.any, widgetType: w.oneOf(["destroy", "redirect", "func", "component", "fsdpf-component", "grid-layout-form", "grid-layout", "data-list"]), widgetData: w.object, widgetProps: w.object, widgetSetting: w.object, widgetContainerProps: w.object, tooltip: w.exact({ title: w.string.isRequired, placement: w.oneOf(["top", "left", "right", "bottom", "topLeft", "topRight", "bottomLeft", "bottomRight", "leftTop", "leftBottom", "rightTop", "rightBottom"]), enabled: w.oneOfType([w.bool, w.number]), getPopupContainer: w.func }), confirm: w.exact({ title: w.string.isRequired, cancelText: w.string, okText: w.string, okType: w.oneOf(["primary", "default", "danger", ""]), placement: w.oneOf(["top", "left", "right", "bottom", "topLeft", "topRight", "bottomLeft", "bottomRight", "leftTop", "leftBottom", "rightTop", "rightBottom"]), enabled: w.oneOfType([w.bool, w.number]), getPopupContainer: w.func, arrow: w.oneOfType([w.bool, w.exact({ pointAtCenter: w.bool })]) }) }; -const Bi = _e("link"), Di = _e("circle"), qi = _e("round"), Wi = _e("dashed"), Gt = ({ options: e = [], triggerWeights: t = ["grid-layout-form", "grid-layout", "fsdpf-component", "print"], onAfterClick: n = (m, h, b) => { -}, onBeforeClick: i = (m, h, b) => { -}, labelVariant: r = "link", labelSize: a, labelRender: o, btnVariant: s, btnSize: l, btnRender: g = (m, h) => u(T, { ...m, data: h }, m.uuid || ht()), widgetContainerProps: d = {}, children: p, data: f }) => { - if (c.isEmpty(e)) return p; - const [m, h] = H(() => (e || []).reduce((C, k) => { - const v = t.indexOf(k.widgetType); - return v === -1 ? C[1].push(k) : C[0] ? v < t.indexOf(C[0].widgetType) ? (C[1].push(C[0]), C[0] = k) : C[1].push(k) : C[0] = k, C; - }, [null, []]), [e, t]); - o ? p = o(m, f) || p : p || (p = u(Ze, { ...xn(Object.assign(m != null && m.name || m != null && m.icon ? {} : { icon: "icon-location" }, m, { size: a }), r) })); - const b = h.map((C) => g(Object.assign({ uuid: C.uuid, type: C.type, name: C.name, widget: C.widget, widgetType: C.widgetType, widgetProps: C.widgetProps, widgetData: C.widgetData, widgetSetting: C.widgetSetting, widgetContainerProps: C.widgetContainerSetting, confirm: C.confirm, onAfterClick: c.partialRight(n, C, f), onBeforeClick: c.partialRight(i, C, f) }, { size: l, variant: s }), f)); - return u(lt, { widget: m == null ? void 0 : m.widget, widgetType: m == null ? void 0 : m.widgetType, widgetProps: m == null ? void 0 : m.widgetProps, widgetSetting: m == null ? void 0 : m.widgetSetting, widgetContainerProps: Object.assign({}, d, m == null ? void 0 : m.widgetContainerProps), data: f, widgetData: m == null ? void 0 : m.widgetData, extras: b, onAfterClick: c.partialRight(n, m, f), onBeforeClick: c.partialRight(i, m, f), children: p }); -}; -Gt.propTypes = { triggerWeights: w.array, options: w.arrayOf(w.shape({ ...T.propTypes, widgetType: T.propTypes.widgetType.isRequired })), btnSize: T.propTypes.size, btnRender: w.func, btnVariant: w.oneOf(["", "default", "link", "circle", "round", "dashed"]), labelVariant: w.oneOf(["", "default", "link", "circle", "round", "dashed"]), labelRender: w.func, labelSize: T.propTypes.size, onAfterClick: w.func, onBeforeClick: w.func, widgetContainerProps: T.propTypes.widgetContainerProps, data: T.propTypes.data }, T.Link = Bi, T.Link.defaultProps = T.defaultProps, T.Link.propTypes = T.propTypes, T.Circle = Di, T.Circle.defaultProps = T.defaultProps, T.Circle.propTypes = T.propTypes, T.Round = qi, T.Round.defaultProps = T.defaultProps, T.Round.propTypes = T.propTypes, T.Dashed = Wi, T.Dashed.defaultProps = T.defaultProps, T.Dashed.propTypes = T.propTypes, T.Popover = lt, T.GroupPopover = Gt; -const Ui = ({ fields: e, formProps: t, $close: n }) => { - const [i] = te.useForm(), r = H(() => [{ name: "__PROPS__", value: t }], [t]); - return u(Y, { actions: j(x.Fragment, { children: [u(T, { name: "取消", widget: () => n(!1) }), u(T, { name: "确定", type: "primary", widget: () => i.validateFields(!0).then(n) })] }), children: u(te, { fields: r, form: i, className: "ff-modal-form", children: e == null ? void 0 : e.map(({ code: a, ...o }) => u(Cn, { code: a, ...o }, a)) }) }); -}, Hi = ({ className: e, $close: t, children: n, title: i, subTitle: r, actions: a, extras: o, ...s }) => j(Zn, { ...s, prefixCls: "ff-drawer", className: I("ff-popup", e), maskMotion: { motionAppear: !0, motionName: "mask-motion" }, motion: (l) => ({ motionAppear: !0, motionName: `panel-motion-${l}` }), children: [j("div", { className: "ff-popup-header", children: [u("button", { "aria-label": "Close", className: "ff-popup-close", onClick: s.onClose, children: u($t, { type: "close" }) }), i, r] }), u("div", { className: "ff-popup-body", children: n }), j("div", { className: "ff-popup-footer", children: [o, a] })] }), Ji = ({ className: e, $close: t, $event: n, children: i, title: r, subTitle: a, actions: o, extras: s, placement: l, ...g }) => { - const d = (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 u(ei, { ...g, ...d, prefixCls: "ff-modal", modalRender: () => j("div", { className: I("ff-modal-content ff-popup", e), children: [j("div", { className: "ff-popup-header", children: [u("button", { "aria-label": "Close", className: "ff-popup-close", onClick: g.onClose, children: u($t, { type: "close" }) }), r, a] }), u("div", { className: "ff-popup-body", children: i }), j("div", { className: "ff-popup-footer", children: [s, o] })] }) }); -}, Sn = ({ placement: e, $close: t, $event: n, children: i, title: r, ...a }) => { - const [o, s] = O({}), [l, g] = O(!0), d = X((h, b) => s((C) => ({ ...C, [h]: b })), []), p = X((h) => s((b) => ({ ...b, [h]: void 0 })), []); - let f = { ...a, className: o.rootClassName, title: o.title || r && x.createElement("div", { className: I("ff-popup-title") }, r), subTitle: o["sub-title"], actions: o.actions, extras: o.extras, children: i, $close: t, $event: n, onClose: () => g(!1) }; - const m = () => { - t(!1); - }; - return u(He.Provider, { value: { ele: o, mount: d, unmount: p }, children: e && e !== "center" ? u(Hi, { ...f, placement: e, open: l, afterOpenChange: (h) => !h && m() }) : u(Ji, { ...f, visible: l, afterClose: m }) }); -}; -Sn.propTypes = { placement: w.oneOf(["center", "left", "top", "right", "bottom"]) }; -const _ = () => { - const [e, t] = Vn({ maxCount: 6, motion: { motionName: "ff-notification-fade", motionAppear: !0, motionEnter: !0, motionLeave: !0, onLeaveStart: (a) => { - const { offsetHeight: o } = a; - return { height: o }; - }, onLeaveActive: () => ({ height: 0, opacity: 0, margin: 0 }) }, prefixCls: "ff-notification" }), [, n] = x.useReducer((a) => a + 1, 0); - L(() => { - _.$onClick = i, _.$queue.forEach(([a, o, s], l, g) => { - r([o, s], ...a), delete g[l]; - }); - }, []); - const i = (a, o = {}, s = {}) => new Promise((l, g) => r([l, g], a, o, s)), r = ([a, o], s, l = {}, g = {}) => { - const d = _.$index++, p = (f) => ((m, h) => (_.$popups.delete(m), n(), h == null ? void 0 : h()))(d, () => a(f)); - if (s === rn) return e.open({ ...g, key: d, content: x.createElement(s, { ...l, $close: () => e.close(d) }) }); - _.$popups.set(d, x.createElement(Sn, { maskClosable: !1, $event: l == null ? void 0 : l.$event, ...g, key: d, $close: p }, x.isValidElement(s) ? x.cloneElement(s, { ...l, $close: p }) : s != null && s.name || Mt.isForwardRef(s) || (s == null ? void 0 : s.$$typeof) === Mt.ForwardRef ? x.createElement(s, { ...l, $close: p }) : s)), n(); - }; - return j(x.Fragment, { children: [Array.from(_.$popups).map(([a, o]) => o), t] }); -}; -_.$popups = /* @__PURE__ */ new Map(), _.$index = 0, _.$queue = [], _.$onClick = (...e) => new Promise((t, n) => { - _.$queue.push([e, t, n]); -}); -const Yt = (e, t, n = {}) => _.$onClick(e, t, n), pt = (e, { showProgress: t, duration: n, ...i } = { duration: 1.5 }) => _.$onClick(rn, { content: e, ...i }, { showProgress: t, duration: n }), G = { modal: Yt, confirm: (e, t = {}) => _.$onClick(ti, { content: e, ...t }, { placement: "center" }), form: (e, t = {}, n = {}) => Yt(Ui, { formProps: n, fields: e }, { placement: "center", ...t }).then((i) => { - if (i === !1) throw !1; - return i; -}), notification: pt, success: (e, t = { duration: 1.5 }) => pt(e, { ...t, className: "ff-notification-success", icon: "check" }), error: (e, t = { duration: 1.5 }) => pt(e, { ...t, className: "ff-notification-error", icon: "close" }) }; -Le.configure({ showSpinner: !1 }), Ve.interceptors.request.use((e) => { - e.headers.Platform = "web", e.headers.SaaS = window.localStorage.getItem("SaaS"); - const t = window.localStorage.getItem(Qe); - return e.headers.Authorization = t ? `Bearer ${t} ` : void 0, Le.inc(), e; -}, (e) => (Le.done(), Promise.reject({ code: -1, msg: e }))), Ve.interceptors.response.use(({ data: e, headers: t }) => (Le.done(), { ...e, res: t == null ? void 0 : t.res }), function(e) { - return Le.done(), Promise.reject(e.message); -}), window.addEventListener("unhandledrejection", ft.onUnhandledRejection), ft.onMsg = (e, t) => G[[0, 1].includes(e) ? "success" : "error"](t).then(() => e === 20300 && ke.redirect(Ie.get("Common.WEBSITE_LOGIN_PAGE"))); -const Tt = { appUrl: "", init: (e, t, n) => { - Tt.appUrl = n, Ve.defaults.baseURL = n, Ve.defaults.timeout = 15e3, Object.assign(Tt, new ft(e, t, Ve)); -} }, A = Tt; -class Ot extends Error { - constructor(t, n) { - super(n), Error.captureStackTrace && Error.captureStackTrace(this, Ot), !n instanceof Me && (this.name = `${t} Error Runtime`); - } -} -class Me extends Error { - constructor(t, ...n) { - super(...n), Error.captureStackTrace && Error.captureStackTrace(this, Me), this.name = `${t} Not Found`; - } -} -const mt = "mine", Qe = "token"; -var Ce, Ae; -const oe = class oe { - constructor() { - E(this, Ae, /* @__PURE__ */ new Map()); - P(this, "setVendor", (t, n) => y(this, Ae).set(t, new tn(n, async (i, r) => { - var o, s; - if (!(i != null && i.default)) throw "@pkg not found"; - let a = () => r; - switch ("function") { - case typeof (a = (o = i.default) == null ? void 0 : o[`./${r}/index.jsx`]): - case typeof (a = (s = i.default) == null ? void 0 : s[`./${r}/index.js`]): - return a(); - } - throw new Me(r); - }))); - P(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 Me(t); - try { - return y(this, Ae).has("pkg") ? await y(this, Ae).get("pkg").get(n) : await import(`${A.appUrl}/api/pkg-import/web?name=${t}`); - } catch (i) { - throw new Ot(t, i); - } - }); - P(this, "getRoutes", () => A.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, ...i }) => [n, { uuid: n, ...i }])).then((t) => new Map(t))); - P(this, "getMenus", () => A.get("/api/my-menu")); - P(this, "getConfigure", () => A.get("api/init-configure")); - P(this, "getWidgetOperationAuth", () => A.get("/api/init-widget-operation-auth").then((t) => t.reduce((n, { uuid: i, auth: r }) => [...n, [i, r]], []))); - P(this, "getPhoneNumber", (t) => A.get(`/api/user-wx-phone-number/${t}`)); - P(this, "getUserToken", () => { - const t = window.localStorage.getItem(Qe); - if (!t) return ""; - const n = t.split("."); - if (!Array.isArray(n) || n.length !== 3) throw "登录令牌无效!"; - const { iat: i } = JSON.parse(window.atob(n[1])); - if (Math.floor((/* @__PURE__ */ new Date()).getTime() / 1e3) - i > 2592e3) throw "登录令牌已过期, 请重新登录!"; - return t; - }); - P(this, "checkUserToken", () => { - try { - return !!this.getUserToken(); - } catch { - return !1; - } - }); - P(this, "getUserInfo", (t = !0) => { - var n; - try { - const i = this.getUserToken(); - if (!i) return Promise.resolve(null); - const { iat: r } = JSON.parse(window.atob((n = i == null ? void 0 : i.split(".")) == null ? void 0 : n[1])), { iat: a, ...o } = A.decode(window.localStorage.getItem(mt) || "", {}); - return a === r ? Promise.resolve(o) : A.get("/api/mine-info").then(({ User: s = null }) => (window.localStorage.setItem(mt, A.encode({ ...s, iat: r })), s)); - } catch (i) { - console.error(i), t && G.error("请登录").then(this.logout); - } - return Promise.resolve(null); - }); - P(this, "login", (t, n, i = {}) => A.post("/api/user-token", { username: t, passwd: In.hash(n), platform: "web", ...i }).then(({ token: r }) => (window.localStorage.setItem(Qe, r), r))); - P(this, "logout", (t) => (window.localStorage.removeItem(mt), window.localStorage.removeItem(Qe), t == null ? void 0 : t())); - if (y(oe, Ce)) return y(oe, Ce); - } -}; -Ce = new WeakMap(), Ae = new WeakMap(), E(oe, Ce, null), P(oe, "getInstance", () => (y(oe, Ce) || U(oe, Ce, new oe()), y(oe, Ce))); -let Nt = oe; -const le = Nt.getInstance(), Ki = x.createContext({ user: {}, initUser: () => { -}, initUserComplete: !1 }), _i = x.createContext({ set: () => { -}, get: () => { -}, assign: () => { -}, currentRoute: () => { -} }), Et = (e) => !!(e != null && e.name) && (e.prototype instanceof x.Component || /^[A-Z]/.test(e.name)), Gi = (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); -}, Yi = Object.freeze(Object.defineProperty({ __proto__: null, AppContext: Ki, AppGlobalParamsContext: _i, cache: tn, configure: Ie, default: le, func: xe, http: A, insertStyle: Gi, isReactComponent: Et, route: ke }, Symbol.toStringTag, { value: "Module" })); -export { - Cn as $, - ki as A, - li as B, - di as C, - et as D, - ai as E, - Cr as F, - Sr as G, - yi as H, - kr as I, - cn as J, - Ct as K, - si as L, - oi as M, - xi as N, - Si as O, - vr as P, - Pr as Q, - pn as R, - st as S, - Tr as T, - Nr as U, - Ke as V, - ot as W, - $r as X, - Rr as Y, - ji as Z, - Ft as _, - an as a, - kn as a0, - Pi as a1, - Ti as a2, - Ni as a3, - $i as a4, - Ri as a5, - bn as a6, - Fi as a7, - Fr as a8, - Pt as a9, - T as aa, - ni as ab, - Mi as ac, - Y as ad, - He as ae, - nn as af, - _ as ag, - G as ah, - pr as ai, - mr as aj, - hr as ak, - le as al, - Et as am, - Gi as an, - A as ao, - tn as ap, - Ie as aq, - xe as ar, - ke as as, - Ki as at, - _i as au, - Je as b, - yr as c, - sn as d, - wr as e, - br as f, - ii as g, - ri as h, - dn as i, - xr as j, - mn as k, - fn as l, - bi as m, - wi as n, - hn as o, - gn as p, - un as q, - gt as r, - hi as s, - ee as t, - fr as u, - mi as v, - gi as w, - Rt as x, - ne as y, - fi as z -}; diff --git a/dist/components.js b/dist/components.js index 6322bff..340d46b 100644 --- a/dist/components.js +++ b/dist/components.js @@ -1,8 +1,8 @@ -import { ai as s, a9 as p, aj as n, ak as t, ah as d } from "./common/main-P7YFOc1H.js"; +import { al as s, ac as n, am as p, an as m, ak as t } from "./common/main-DOv668Fl.js"; export { s as Empty, - p as Icon, - n as Loading, - t as NotFound, - d as Popup + n as Icon, + p as Loading, + m as NotFound, + t as Popup }; diff --git a/dist/container.js b/dist/container.js index f355aae..6d4a736 100644 --- a/dist/container.js +++ b/dist/container.js @@ -1,11 +1,11 @@ -import { ae as o, ai as s, aj as d, ak as p, af as t, ah as n, ag as r, ad as u } from "./common/main-P7YFOc1H.js"; +import { ah as o, al as s, am as n, an as p, ai as t, ak as d, aj as r, ag as u } from "./common/main-DOv668Fl.js"; export { o as Context, s as Empty, - d as Loading, + n as Loading, p as NotFound, t as PageRender, - n as Popup, + d as Popup, r as PopupRender, u as default }; diff --git a/dist/data-converter.js b/dist/data-converter.js index cfc9016..01fbba8 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-P7YFOc1H.js"; +import { D as p } from "./common/main-DOv668Fl.js"; export { p as default }; diff --git a/dist/data-list.js b/dist/data-list.js index 31c3409..e902403 100644 --- a/dist/data-list.js +++ b/dist/data-list.js @@ -1,21 +1,22 @@ -import { A as t, y as e, q as r, w as o, B as i, x as u, v as D, z as l, s as L, C as n, p, E as m, M as C, I as c, K as F, J as b, L as d, F as k } from "./common/main-P7YFOc1H.js"; +import { C as t, A as e, v as r, y as o, E as i, z as l, x as u, B as D, w as n, F as L, s as C, J as m, I as p, P as b, L as c, N as F, M as d, O, K as k } from "./common/main-DOv668Fl.js"; export { t as DataListContent, e as DataListContext, r as DataListFilter, o as DataListFooter, i as DataListFramework, - u as DataListHelper, - D as DataListSider, - l as DataListTable, - L as DataListToolbar, - n as DataTableFramework, - p as default, - m as useColumnsRender, - C as useDataListHelper, + l as DataListHelper, + u as DataListSider, + D as DataListTable, + n as DataListToolbar, + L as DataTableFramework, + C as default, + m as useCellEditableComponents, + p as useColumnsRender, + b as useDataListHelper, c as useDataSource, F as useHasOperationColumn, - b as useItemOperationsAccess, - d as useOperationCallback, + d as useItemOperationsAccess, + O as useOperationCallback, k as useStructure }; diff --git a/dist/data-list/utils.js b/dist/data-list/utils.js index f5158ee..2bee9bb 100644 --- a/dist/data-list/utils.js +++ b/dist/data-list/utils.js @@ -1,5 +1,5 @@ import "lodash"; -import { k as a } from "../common/main-P7YFOc1H.js"; +import { l as a } from "../common/main-DOv668Fl.js"; export { a as getDefaultExpandRowKeys }; diff --git a/dist/grid-layout-form.js b/dist/grid-layout-form.js index f6c634b..27c40cf 100644 --- a/dist/grid-layout-form.js +++ b/dist/grid-layout-form.js @@ -1,4 +1,4 @@ -import { _ as e, a0 as r, $ as u, Z as o, a6 as t, a5 as m, a3 as F, a4 as d, a8 as i, a2 as g, a1 as l, a7 as n } from "./common/main-P7YFOc1H.js"; +import { a1 as e, a3 as r, a2 as u, a0 as o, a9 as t, a8 as m, a6 as F, a7 as d, ab as i, a5 as g, a4 as l, aa as n } from "./common/main-DOv668Fl.js"; export { e as GridLayoutForm, r as GridLayoutFormHelper, diff --git a/dist/grid-layout-form/utils.js b/dist/grid-layout-form/utils.js index 5f575ed..4398e57 100644 --- a/dist/grid-layout-form/utils.js +++ b/dist/grid-layout-form/utils.js @@ -1,5 +1,5 @@ import "lodash"; -import { g as o, a as g } from "../common/main-P7YFOc1H.js"; +import { g as o, a as g } from "../common/main-DOv668Fl.js"; export { o as getOptionItemByValue, g as getWidgetByNormalize diff --git a/dist/grid-layout.js b/dist/grid-layout.js index f7a022f..222cf5a 100644 --- a/dist/grid-layout.js +++ b/dist/grid-layout.js @@ -1,4 +1,4 @@ -import { l as d, m as e, H as i, G as o, n as t, o as u } from "./common/main-P7YFOc1H.js"; +import { n as d, o as e, H as i, G as o, p as t, q as u } from "./common/main-DOv668Fl.js"; export { d as GridLayout, e as GridLayoutWidget, diff --git a/dist/grid-layout/utils.js b/dist/grid-layout/utils.js index a4c7181..5adb046 100644 --- a/dist/grid-layout/utils.js +++ b/dist/grid-layout/utils.js @@ -1,4 +1,4 @@ -import { i as o, j as a } from "../common/main-P7YFOc1H.js"; +import { j as o, k as a } from "../common/main-DOv668Fl.js"; export { o as getBoxStyle, a as getWidgetByNormalize diff --git a/dist/hooks.js b/dist/hooks.js index 59bea98..f04f870 100644 --- a/dist/hooks.js +++ b/dist/hooks.js @@ -1,12 +1,12 @@ import "lodash"; import "rc-field-form"; import "react"; -import { W as r, V as o, X as p, T as f, U as i, Y as m, S as c } from "./common/main-P7YFOc1H.js"; -import { default as S } from "rc-util/lib/hooks/useMergedState"; +import { Z as r, Y as o, _ as p, W as f, X as i, $ as m, V as c } from "./common/main-DOv668Fl.js"; +import { default as b } from "rc-util/lib/hooks/useMergedState"; export { r as useDeepEffect, o as useDeepEqualEffect, - S as useMergedState, + b as useMergedState, p as useOptions, f as usePrevious, i as useStateWithCallback, diff --git a/dist/iconfont.js b/dist/iconfont.js index 32662d9..12a48a4 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 { a9 as a } from "./common/main-P7YFOc1H.js"; +import { ac as a } from "./common/main-DOv668Fl.js"; export { a as default }; diff --git a/dist/index.js b/dist/index.js index 4d7dd4e..6eeda29 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,13 +1,13 @@ -import { at as t, au as e, ap as o, aq as n, al as p, ar as r, ao as c, an as l, am as u, as as f } from "./common/main-P7YFOc1H.js"; +import { aw as t, ax as e, as as o, at as p, ao as n, au as r, ar as c, aq as u, ap as f, av as l } from "./common/main-DOv668Fl.js"; export { t as AppContext, e as AppGlobalParamsContext, o as cache, - n as configure, - p as default, + p as configure, + n as default, r as func, c as http, - l as insertStyle, - u as isReactComponent, - f as route + u as insertStyle, + f as isReactComponent, + l as route }; diff --git a/dist/pages.js b/dist/pages.js index 28c71ef..bbad650 100644 --- a/dist/pages.js +++ b/dist/pages.js @@ -1,7 +1,7 @@ -import { O as t, N as e, P as o, Q as P } from "./common/main-P7YFOc1H.js"; +import { S as t, Q as e, T as o, U as g } from "./common/main-DOv668Fl.js"; export { t as CustomPage, e as DataListPage, o as EmptyPage, - P as NotFoundPage + g as NotFoundPage }; diff --git a/dist/res-ws.js b/dist/res-ws.js index 03f6c47..8a62f47 100644 --- a/dist/res-ws.js +++ b/dist/res-ws.js @@ -1,5 +1,5 @@ import "lodash"; -import { R as a } from "./common/main-P7YFOc1H.js"; +import { R as a } from "./common/main-DOv668Fl.js"; export { a as default }; diff --git a/dist/style.css b/dist/style.css index 4194a73..12f0154 100644 --- a/dist/style.css +++ b/dist/style.css @@ -1 +1 @@ -#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;-webkit-transform:rotate(3deg) translate(0px,-4px);-ms-transform:rotate(3deg) translate(0px,-4px);transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;-webkit-animation:nprogress-spinner .4s linear infinite;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.react-grid-layout .react-grid-item{box-sizing:border-box!important}.monaco-editor .parameter-hints-widget{border:0px}.monaco-editor .parameter-hints-widget .signature{padding:0}.monaco-editor .suggest-widget,.monaco-editor.vs-dark .suggest-widget{border:0px}.monaco-editor .rename-box{top:0}.ant-divider:has(+.ant-form .ant-divider:first-child){display:none}:root{--padding-lg: 24px;--padding-md: 16px;--padding-sm: 12px;--padding-xs: 8px;--padding-xss: 4px;--margin-lg: 24px;--margin-md: 16px;--margin-sm: 12px;--margin-xs: 8px;--margin-xss: 4px;--border-color: #f2f2f2;--bg-color: rgba(0, 0, 0, .02)}#root{height:100vh;background-color:#f0f2f5}*::-webkit-scrollbar-thumb{background:#aaa;border-radius:5px}*::-webkit-scrollbar-thumb:hover{background:#999}*::-webkit-scrollbar-track{background-color:#ddd}*::-webkit-scrollbar-corner{background-color:#ddd}*::-webkit-scrollbar{width:5px;height:5px}.ff-container{height:100%}.ff-loading{height:100vh;width:100%;background-color:#f0f2f5;display:flex;justify-content:center;align-items:center}.ff-loading .loader{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:128px;height:80px}.ff-loading .loader .square{position:relative}.ff-loading .loader .square:nth-child(1){margin-left:0}.ff-loading .loader .square:nth-child(1) span{-webkit-animation:animsquare1 2s infinite ease-in;animation:animsquare1 2s infinite ease-in}.ff-loading .loader .square:nth-child(2){margin-left:44px}.ff-loading .loader .square:nth-child(2) span{-webkit-animation:animsquare2 2s infinite ease-in;animation:animsquare2 2s infinite ease-in}.ff-loading .loader .square:nth-child(3){margin-left:88px}.ff-loading .loader .square:nth-child(3) span{-webkit-animation:animsquare3 2s infinite ease-in;animation:animsquare3 2s infinite ease-in}.ff-loading .loader .square:nth-child(4){margin-left:132px}.ff-loading .loader .square:nth-child(4) span{-webkit-animation:animsquare4 2s infinite ease-in;animation:animsquare4 2s infinite ease-in}.ff-loading .loader .square span{position:absolute;top:0;left:20px;height:36px;width:36px;border-radius:2px;background-color:#fff}.ff-loading .loader .square span:nth-child(1){top:0;-webkit-animation-delay:0s;animation-delay:0s}.ff-loading .loader .square span:nth-child(2){top:44px;-webkit-animation-delay:.15s;animation-delay:.15s}.ff-loading .loader .square span:nth-child(3){top:88px;-webkit-animation-delay:.3s;animation-delay:.3s}@media (max-width: 550px){.ff-loading .loader{-webkit-transform:scale(.75);transform:scale(.75)}}@media (max-width: 440px){.ff-loading .loader{-webkit-transform:scale(.5);transform:scale(.5)}}@keyframes animsquare4{0%,5%,95%,to{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0) rotate(0)}30%,70%{-webkit-transform:translate(40px,0px) rotate(90deg);transform:translate(40px) rotate(90deg)}}@keyframes animsquare3{0%,10%,90%,to{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0) rotate(0)}35%,65%{-webkit-transform:translate(40px,0px) rotate(90deg);transform:translate(40px) rotate(90deg)}}@keyframes animsquare2{0%,15%,85%,to{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0) rotate(0)}40%,60%{-webkit-transform:translate(40px,0px) rotate(90deg);transform:translate(40px) rotate(90deg)}}@keyframes animsquare1{0%,20%,80%,to{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0) rotate(0)}45%,55%{-webkit-transform:translate(40px,0px) rotate(90deg);transform:translate(40px) rotate(90deg)}}.ff-notification{position:fixed;z-index:2000;display:flex;max-height:100vh;padding:20px;align-items:flex-end;width:380px;overflow-x:hidden;overflow-y:clip;height:100vh;box-sizing:content-box;pointer-events:none;flex-direction:column;gap:24px}.ff-notification-top,.ff-notification-topLeft,.ff-notification-topRight{top:0}.ff-notification-bottom,.ff-notification-bottomRight,.ff-notification-bottomLeft{bottom:0}.ff-notification-bottomRight,.ff-notification-topRight{right:0}.ff-notification-notice{position:relative;display:block;box-sizing:border-box;line-height:1.5;width:100%}.ff-notification-notice-wrapper{z-index:2000;pointer-events:auto;position:relative;display:block;box-sizing:border-box;border-radius:8px;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d;width:calc(100% - 40px);background-color:#fff;right:0}.ff-notification-notice-content{padding:14px 18px;display:flex;gap:8px;white-space:pre-wrap}.ff-notification-notice-content .ff-notification-icon.ff-notification-error{--bg-color: #ff4d4f}.ff-notification-notice-content .ff-notification-icon.ff-notification-success{--bg-color: #52c41a}.ff-notification-notice-content .ff-notification-icon.ff-notification-info{--bg-color: #1677ff}.ff-notification-notice-content .ff-notification-icon>*:first-child{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;background-color:var(--bg-color)}.ff-notification-notice-progress{position:absolute;left:3px;right:3px;border-radius:1px;overflow:hidden;-moz-appearance:none;appearance:none;-webkit-appearance:none;display:block;inline-size:100%;block-size:2px;border:0}.ff-notification-notice-progress,.ff-notification-notice-progress::-webkit-progress-bar{background-color:#0000000a}.ff-notification-notice-progress::-moz-progress-bar{background-color:#31afff}.ff-notification-notice-progress::-webkit-progress-value{background-color:#31afff}.ff-notification-fade{overflow:hidden;transition:all .3s}.ff-notification-fade-appear-prepare{pointer-events:none;opacity:0!important}.ff-notification-fade-appear-start{transform:translate(100%);opacity:0}.ff-notification-fade-appear-active{transform:translate(0);opacity:1}.ff-data-list-framework{height:100%;--sider-width: 280px;--col-num: 1;--col-width: 200px;--gap: 8px;display:flex;gap:var(--gap)}.ff-data-list-framework .ff-data-list-container{width:100%;height:100%;row-gap:var(--gap);display:flex;flex-direction:column}.ff-data-list-framework .ff-data-list-container .ff-data-list-content{flex:1;overflow-y:auto;padding:calc(var(--gap) / 2)}.ff-data-list-framework .ff-data-list-container .ff-data-list-content .ff-data-list-framework-item{display:flex;flex-direction:column;justify-content:space-between;row-gap:8px;border-radius:4px;background-color:#fff;box-shadow:0 0 8px #00000014}.ff-data-list-framework .ff-data-list-container .ff-data-list-content .ff-data-list-framework-item .ff-grid-layout{padding:8px}.ff-data-list-framework .ff-data-list-container .ff-data-list-content .ff-data-list-framework-item .data-list-grid-layout-item-actions{margin-top:8px;display:flex;justify-content:space-between;border-top:1px solid #f0f0f0}.ff-data-list-framework .ff-data-list-container .ff-data-list-content .ff-data-list-framework-item .data-list-grid-layout-item-actions .data-list-grid-layout-item-action{text-align:center;margin:2px 0;flex:1}.ff-data-list-framework .ff-data-list-container .ff-data-list-content .ff-data-list-framework-item .data-list-grid-layout-item-actions .data-list-grid-layout-item-action:not(:last-child){border-right:1px solid #f0f0f0}.ff-data-table-framework{height:100%;--sider-width: 280px;--col-num: 1;--gap: 8px;display:flex;gap:var(--gap)}.ff-data-table-framework .ff-data-table-container{width:100%;height:100%;display:flex;flex-direction:column;row-gap:var(--gap)}.ff-data-list-filter:has(.ff-data-list-filter-actions:not(.expanded)){height:60px;overflow-y:hidden}.ff-data-list-filter .ff-data-list-filter-default-form.ff-grid-layout-form{--grid-layout-cols: 25;--grid-layout-item-margin-x: 8px;--grid-layout-item-margin-y: 16px}.ff-data-list-filter .ff-data-list-filter-actions{grid-column:span var(--itemp-span, 5) / calc(var(--grid-layout-cols, 25) + 1)}.ff-data-list-filter .ff-data-list-filter-actions:not(.expanded){grid-row:1}.ff-data-list-filter .ff-data-list-filter-actions .ff-data-list-filter-expanded-button{margin-left:8px}.ff-data-list-filter .ff-data-list-filter-actions .ant-form-item-control-input-content{display:flex;justify-content:flex-end;align-items:center;gap:8px}.ff-data-list-footer{padding-block-start:8px;display:flex;justify-content:space-between}.ff-data-list-footer .ff-data-list-actions{display:flex;justify-content:center;gap:8px}.ff-data-list-sider{width:var(--sider-width, 280px);overflow-y:auto;box-shadow:8px 0 4px -8px #0000000d}.ff-data-list-sider+.ff-data-list-container{width:calc(100% - var(--sider-width, 280px))}.ff-data-list-toolbar{gap:8px;display:flex;justify-content:space-between;align-items:center}.ff-data-list-toolbar .ff-data-list-title{color:#000000e0;font-weight:600;font-size:14px}.ff-data-list-toolbar .ff-data-list-actions{display:flex;justify-content:center;gap:8px}.ff-data-list-toolbar .ff-data-list-tabs{cursor:pointer}.ff-data-list-toolbar .ff-data-list-tabs .ff-data-list-tab{color:#00000073}.ff-data-list-toolbar .ff-data-list-tabs .ff-data-list-tab:hover{font-weight:600}.ff-data-list-toolbar .ff-data-list-tabs .ff-data-list-tab.active{color:#1677ff;font-weight:600}.ff-data-list-item-operations{max-width:180px;display:flex;flex-wrap:wrap;gap:var(--margin-xss, 4px)}.ff-data-list-item-operations>.ant-btn:not(.ant-btn-circle){flex-grow:1}.ff-data-list-helper{height:100%}.ff-data-list-table{height:100%;overflow-y:hidden}.ff-data-list-table .ant-table *{scrollbar-width:auto;scrollbar-color:auto}.ff-grid-layout{--grid-layout-h: 1;--grid-layout-row: none;--grid-layout-row-height: 18px;--grid-layout-row-height-offset: 0px;--grid-layout-cols: 12;display:grid;grid-template-columns:repeat(var(--grid-layout-cols),1fr);grid-auto-rows:minmax(min-content,max-content);padding:var(--grid-layout-container-padding-y, 0) var(--grid-layout-container-padding-x, 0);padding-bottom:calc(var(--grid-layout-container-padding-y, 0) + var(--grid-layout-item-margin-y));column-gap:var(--grid-layout-item-margin-x);row-gap:var(--grid-layout-item-margin-y)}.ff-grid-layout .grid-layout-item{grid-row:span var(--grid-layout-h, 1);grid-column:calc(var(--grid-layout-x, 1) + 1)/calc(var(--grid-layout-x, 1) + var(--grid-layout-w, 1) + 1);height:calc(var(--grid-layout-row-height) * var(--grid-layout-h) + var(--grid-layout-row-height-offset));padding:var(--grid-layout-box-paddin);margin:var(--grid-layout-box-margin);display:var(--grid-layout-box-display, flex);align-items:var(--grid-layout-box-align-items, center);justify-content:var(--grid-layout-box-justify-content, normal)}.ff-data-list-content{display:grid;gap:var(--gap, 8px);grid-template-columns:repeat(var(--col-num, 5),1fr);grid-auto-rows:min-content}.ff-data-list-content[style*=--col-width]{grid-template-columns:repeat(auto-fill,minmax(var(--col-width, 280px),1fr))}.ff-grid-layout-form{--grid-layout-h: 1;--grid-layout-row: none;--grid-layout-row-height: 18px;--grid-layout-row-height-offset: 0px;--grid-layout-cols: 12;display:grid;grid-template-columns:repeat(var(--grid-layout-cols),1fr);grid-auto-rows:minmax(min-content,max-content);padding:var(--grid-layout-container-padding-y, 0) var(--grid-layout-container-padding-x, 0);padding-bottom:calc(var(--grid-layout-container-padding-y, 0) + var(--grid-layout-item-margin-y, 16px));column-gap:var(--grid-layout-item-margin-x, 8px);row-gap:var(--grid-layout-item-margin-y, 16px)}.ff-grid-layout-form .grid-layout-item{grid-row:span var(--grid-layout-h, 1);grid-column:calc(var(--grid-layout-x, 1) + 1)/calc(var(--grid-layout-x, 1) + var(--grid-layout-w, 1) + 1);height:calc(var(--grid-layout-row-height) * var(--grid-layout-h) + var(--grid-layout-row-height-offset));padding:var(--grid-layout-box-padding-y, 0) var(--grid-layout-box-padding-x, 0);margin:var(--grid-layout-box-margin)}.ff-iconfont{transform:scale(1.14);vertical-align:-.125em;display:inline-flex;align-items:center;justify-content:center}.ff-iconfont:not(:last-child){margin-right:8px}.ff-popover .ff-popup-header{margin-bottom:calc(var(--margin-sm) / 2)}.ff-popover .ff-popup-header:empty{display:none}.ff-popover .ff-popup-footer{display:flex;justify-content:space-between;margin-top:var(--margin-sm)}.ff-popover .ff-popup-footer:empty{display:none}.ff-button.ant-btn-link,.ff-button.ant-btn-text{width:initial;padding:0;height:auto}.ff-default.ant-btn-link{color:#000000e0}.ant-btn-link.ant-btn:not(:disabled):focus-visible{outline:initial;outline-offset:initial;transition:initial}.ff-modal-form{display:flex;flex-direction:column;gap:var(--modal-form-gap, 8px)}.mask-motion-enter-active,.mask-motion-appear-active,.mask-motion-leave-active{transition:all .3s}.mask-motion-enter,.mask-motion-appear{opacity:0}.mask-motion-enter-active,.mask-motion-appear-active,.mask-motion-leave{opacity:1}.mask-motion-leave-active{opacity:0}.panel-motion-left-enter-start,.panel-motion-left-appear-start,.panel-motion-left-leave-start{transition:none!important}.panel-motion-left-enter-active,.panel-motion-left-appear-active,.panel-motion-left-leave-active{transition:all .3s}.panel-motion-left-enter,.panel-motion-left-appear{transform:translate(-100%)}.panel-motion-left-enter-active,.panel-motion-left-appear-active,.panel-motion-left-leave{transform:translate(0)}.panel-motion-left-leave-active{transform:translate(-100%)!important}.panel-motion-right-enter-start,.panel-motion-right-appear-start,.panel-motion-right-leave-start{transition:none!important}.panel-motion-right-enter-active,.panel-motion-right-appear-active,.panel-motion-right-leave-active{transition:all .3s}.panel-motion-right-enter,.panel-motion-right-appear{transform:translate(100%)}.panel-motion-right-enter-active,.panel-motion-right-appear-active,.panel-motion-right-leave{transform:translate(0)}.panel-motion-right-leave-active{transform:translate(100%)!important}.panel-motion-top-enter-start,.panel-motion-top-appear-start,.panel-motion-top-leave-start{transition:none!important}.panel-motion-top-enter-active,.panel-motion-top-appear-active,.panel-motion-top-leave-active{transition:all .3s}.panel-motion-top-enter,.panel-motion-top-appear{transform:translateY(-100%)}.panel-motion-top-enter-active,.panel-motion-top-appear-active,.panel-motion-top-leave{transform:translateY(0)}.panel-motion-top-leave-active{transform:translateY(-100%)!important}.panel-motion-bottom-enter-start,.panel-motion-bottom-appear-start,.panel-motion-bottom-leave-start{transition:none!important}.panel-motion-bottom-enter-active,.panel-motion-bottom-appear-active,.panel-motion-bottom-leave-active{transition:all .3s}.panel-motion-bottom-enter,.panel-motion-bottom-appear{transform:translateY(100%)}.panel-motion-bottom-enter-active,.panel-motion-bottom-appear-active,.panel-motion-bottom-leave{transform:translateY(0)}.panel-motion-bottom-leave-active{transform:translateY(100%)!important}.ff-drawer-mask{top:0;right:0;bottom:0;left:0;position:absolute;z-index:1050;pointer-events:auto;background-color:var(--popup-mask-bg-color, rgba(0, 0, 0, .45))}.ff-drawer{top:0;right:0;bottom:0;left:0;position:fixed;z-index:1050;pointer-events:none}.ff-drawer .ff-popup-close{top:14px;right:0}.ff-drawer-inline{position:absolute}.ff-drawer-left .ff-drawer-content-wrapper{inset:0 auto 0 0;box-shadow:6px 0 16px #00000014,3px 0 6px -4px #0000001f,9px 0 28px 8px #0000000d}.ff-drawer-right .ff-drawer-content-wrapper{inset:0 0 0 auto;box-shadow:-6px 0 16px #00000014,-3px 0 6px -4px #0000001f,-9px 0 28px 8px #0000000d}.ff-drawer-top .ff-drawer-content-wrapper{top:0;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d}.ff-drawer-bottom .ff-drawer-content-wrapper{bottom:0;box-shadow:0 -6px 16px #00000014,0 -3px 6px -4px #0000001f,0 -9px 28px 8px #0000000d}.ff-drawer-top .ff-drawer-content-wrapper,.ff-drawer-bottom .ff-drawer-content-wrapper{inset-inline:0}.ff-drawer-content{width:100%;height:100%;overflow:auto;background-color:var(--popup-bg-color, #fff);pointer-events:auto}.ff-drawer .ff-popup-header{padding:16px 8px;border-bottom:1px solid rgba(5,5,5,.06)}.ff-drawer .ff-popup-footer{border-top:1px solid rgba(5,5,5,.06);padding:12px 8px}.ff-drawer .ff-popup-body{padding:8px}.ff-drawer-content-wrapper{position:absolute;z-index:1050;overflow:hidden;transition:transform .3s;max-width:100vw}.ff-drawer-content-wrapper-hidden{display:none}.ff-modal-mask{position:fixed;top:0;right:0;left:0;bottom:0;pointer-events:auto;background-color:var(--popup-mask-bg-color, rgba(0, 0, 0, .45));height:100%;filter:alpha(opacity=50);z-index:1050}.ff-modal-mask-hidden{display:none}.ff-modal-fade-enter,.ff-modal-fade-appear{opacity:0;animation-duration:.3s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.55,0,.55,.2);animation-play-state:paused}.ff-modal-fade-leave{animation-duration:.3s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.55,0,.55,.2);animation-play-state:paused}.ff-modal-fade-enter.ff-modal-fade-enter-active,.ff-modal-fade-appear.ff-modal-fade-appear-active{animation-name:rcDialogFadeIn;animation-play-state:running}.ff-modal-fade-leave.ff-modal-fade-leave-active{animation-name:rcDialogFadeOut;animation-play-state:running}@keyframes rcDialogFadeIn{0%{opacity:0}to{opacity:1}}@keyframes rcDialogFadeOut{0%{opacity:1}to{opacity:0}}.ff-modal{position:relative;top:100px;min-width:max(35vw,248px);padding:0;margin:0 auto}.ff-modal .ff-popup-close{position:absolute;top:14px;right:8px}.ff-modal .ff-popup-header:has(.ff-popup-title),.ff-modal .ff-popup-header:has(.ff-popup-sub-title){margin-bottom:8px}.ff-modal .ff-popup-footer:not(:empty){margin-top:12px}.ff-modal-wrap{position:fixed;overflow:auto;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.ff-modal-title{margin:0;font-size:14px;line-height:21px;font-weight:700}.ff-modal-content{position:relative;background-color:var(--popup-bg-color, #fff);border-radius:8px;background-clip:padding-box;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d;padding:20px 24px;max-height:calc(100vh - 150px)}.ff-modal-zoom-enter,.ff-modal-zoom-appear{opacity:0;animation-duration:.3s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.08,.82,.17,1);animation-play-state:paused}.ff-modal-zoom-leave{animation-duration:.3s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.6,.04,.98,.34);animation-play-state:paused}.ff-modal-zoom-enter.ff-modal-zoom-enter-active,.ff-modal-zoom-appear.ff-modal-zoom-appear-active{animation-name:rcDialogZoomIn;animation-play-state:running}.ff-modal-zoom-leave.ff-modal-zoom-leave-active{animation-name:rcDialogZoomOut;animation-play-state:running}@keyframes rcDialogZoomIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes rcDialogZoomOut{0%{transform:scale(1)}to{opacity:0;transform:scale(0)}}.ff-popup-close{cursor:pointer;border:0;background:transparent;font-size:24px;position:absolute;line-height:1;color:#000;opacity:.5}.ff-popup-close:disabled{pointer-events:none}.ff-popup-close:hover{opacity:.65}.ff-popup{display:flex;flex-direction:column}.ff-popup-title,.ff-popup-sub-title{display:inline}.ff-popup-title{font-size:18px;font-weight:600}.ff-popup-footer{display:flex;gap:8px;justify-content:flex-end}.ff-popup-footer:empty{display:none}.ff-popup-reserved-extras,.ff-popup-extras,.ff-popup-actions{display:flex;align-items:center;gap:8px}.ff-popup-actions{margin-left:auto}.ff-popup-body{flex:1;overflow-y:auto} +#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;-webkit-transform:rotate(3deg) translate(0px,-4px);-ms-transform:rotate(3deg) translate(0px,-4px);transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;-webkit-animation:nprogress-spinner .4s linear infinite;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.react-grid-layout .react-grid-item{box-sizing:border-box!important}.monaco-editor .parameter-hints-widget{border:0px}.monaco-editor .parameter-hints-widget .signature{padding:0}.monaco-editor .suggest-widget,.monaco-editor.vs-dark .suggest-widget{border:0px}.monaco-editor .rename-box{top:0}.ant-divider:has(+.ant-form .ant-divider:first-child){display:none}:root{--padding-lg: 24px;--padding-md: 16px;--padding-sm: 12px;--padding-xs: 8px;--padding-xss: 4px;--margin-lg: 24px;--margin-md: 16px;--margin-sm: 12px;--margin-xs: 8px;--margin-xss: 4px;--border-color: #f2f2f2;--bg-color: rgba(0, 0, 0, .02)}#root{height:100vh;background-color:#f0f2f5}*::-webkit-scrollbar-thumb{background:#aaa;border-radius:5px}*::-webkit-scrollbar-thumb:hover{background:#999}*::-webkit-scrollbar-track{background-color:#ddd}*::-webkit-scrollbar-corner{background-color:#ddd}*::-webkit-scrollbar{width:5px;height:5px}.ff-container{height:100%}.ff-loading{height:100vh;width:100%;background-color:#f0f2f5;display:flex;justify-content:center;align-items:center}.ff-loading .loader{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:128px;height:80px}.ff-loading .loader .square{position:relative}.ff-loading .loader .square:nth-child(1){margin-left:0}.ff-loading .loader .square:nth-child(1) span{-webkit-animation:animsquare1 2s infinite ease-in;animation:animsquare1 2s infinite ease-in}.ff-loading .loader .square:nth-child(2){margin-left:44px}.ff-loading .loader .square:nth-child(2) span{-webkit-animation:animsquare2 2s infinite ease-in;animation:animsquare2 2s infinite ease-in}.ff-loading .loader .square:nth-child(3){margin-left:88px}.ff-loading .loader .square:nth-child(3) span{-webkit-animation:animsquare3 2s infinite ease-in;animation:animsquare3 2s infinite ease-in}.ff-loading .loader .square:nth-child(4){margin-left:132px}.ff-loading .loader .square:nth-child(4) span{-webkit-animation:animsquare4 2s infinite ease-in;animation:animsquare4 2s infinite ease-in}.ff-loading .loader .square span{position:absolute;top:0;left:20px;height:36px;width:36px;border-radius:2px;background-color:#fff}.ff-loading .loader .square span:nth-child(1){top:0;-webkit-animation-delay:0s;animation-delay:0s}.ff-loading .loader .square span:nth-child(2){top:44px;-webkit-animation-delay:.15s;animation-delay:.15s}.ff-loading .loader .square span:nth-child(3){top:88px;-webkit-animation-delay:.3s;animation-delay:.3s}@media (max-width: 550px){.ff-loading .loader{-webkit-transform:scale(.75);transform:scale(.75)}}@media (max-width: 440px){.ff-loading .loader{-webkit-transform:scale(.5);transform:scale(.5)}}@keyframes animsquare4{0%,5%,95%,to{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0) rotate(0)}30%,70%{-webkit-transform:translate(40px,0px) rotate(90deg);transform:translate(40px) rotate(90deg)}}@keyframes animsquare3{0%,10%,90%,to{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0) rotate(0)}35%,65%{-webkit-transform:translate(40px,0px) rotate(90deg);transform:translate(40px) rotate(90deg)}}@keyframes animsquare2{0%,15%,85%,to{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0) rotate(0)}40%,60%{-webkit-transform:translate(40px,0px) rotate(90deg);transform:translate(40px) rotate(90deg)}}@keyframes animsquare1{0%,20%,80%,to{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0) rotate(0)}45%,55%{-webkit-transform:translate(40px,0px) rotate(90deg);transform:translate(40px) rotate(90deg)}}.ff-notification{position:fixed;z-index:2000;display:flex;max-height:100vh;padding:20px;align-items:flex-end;width:380px;overflow-x:hidden;overflow-y:clip;height:100vh;box-sizing:content-box;pointer-events:none;flex-direction:column;gap:24px}.ff-notification-top,.ff-notification-topLeft,.ff-notification-topRight{top:0}.ff-notification-bottom,.ff-notification-bottomRight,.ff-notification-bottomLeft{bottom:0}.ff-notification-bottomRight,.ff-notification-topRight{right:0}.ff-notification-notice{position:relative;display:block;box-sizing:border-box;line-height:1.5;width:100%}.ff-notification-notice-wrapper{z-index:2000;pointer-events:auto;position:relative;display:block;box-sizing:border-box;border-radius:8px;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d;width:calc(100% - 40px);background-color:#fff;right:0}.ff-notification-notice-content{padding:14px 18px;display:flex;gap:8px;white-space:pre-wrap}.ff-notification-notice-content .ff-notification-icon.ff-notification-error{--bg-color: #ff4d4f}.ff-notification-notice-content .ff-notification-icon.ff-notification-success{--bg-color: #52c41a}.ff-notification-notice-content .ff-notification-icon.ff-notification-info{--bg-color: #1677ff}.ff-notification-notice-content .ff-notification-icon>*:first-child{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;background-color:var(--bg-color)}.ff-notification-notice-progress{position:absolute;left:3px;right:3px;border-radius:1px;overflow:hidden;-moz-appearance:none;appearance:none;-webkit-appearance:none;display:block;inline-size:100%;block-size:2px;border:0}.ff-notification-notice-progress,.ff-notification-notice-progress::-webkit-progress-bar{background-color:#0000000a}.ff-notification-notice-progress::-moz-progress-bar{background-color:#31afff}.ff-notification-notice-progress::-webkit-progress-value{background-color:#31afff}.ff-notification-fade{overflow:hidden;transition:all .3s}.ff-notification-fade-appear-prepare{pointer-events:none;opacity:0!important}.ff-notification-fade-appear-start{transform:translate(100%);opacity:0}.ff-notification-fade-appear-active{transform:translate(0);opacity:1}.ff-data-list-cell-editable:after{content:" ";display:block;position:absolute;width:0px;height:0px;bottom:0;right:0;border-style:solid;border-color:rgba(0,0,0,.45) transparent;border-width:0 0 var(--padding-xs, 8px) var(--padding-xs, 8px)}.ff-data-list-framework{height:100%;--sider-width: 280px;--col-num: 1;--col-width: 200px;--gap: 8px;display:flex;gap:var(--gap)}.ff-data-list-framework .ff-data-list-container{width:100%;height:100%;row-gap:var(--gap);display:flex;flex-direction:column}.ff-data-list-framework .ff-data-list-container .ff-data-list-content{flex:1;overflow-y:auto;padding:calc(var(--gap) / 2)}.ff-data-list-framework .ff-data-list-container .ff-data-list-content .ff-data-list-framework-item{display:flex;flex-direction:column;justify-content:space-between;row-gap:8px;border-radius:4px;background-color:#fff;box-shadow:0 0 8px #00000014}.ff-data-list-framework .ff-data-list-container .ff-data-list-content .ff-data-list-framework-item .ff-grid-layout{padding:8px}.ff-data-list-framework .ff-data-list-container .ff-data-list-content .ff-data-list-framework-item .data-list-grid-layout-item-actions{margin-top:8px;display:flex;justify-content:space-between;border-top:1px solid #f0f0f0}.ff-data-list-framework .ff-data-list-container .ff-data-list-content .ff-data-list-framework-item .data-list-grid-layout-item-actions .data-list-grid-layout-item-action{text-align:center;margin:2px 0;flex:1}.ff-data-list-framework .ff-data-list-container .ff-data-list-content .ff-data-list-framework-item .data-list-grid-layout-item-actions .data-list-grid-layout-item-action:not(:last-child){border-right:1px solid #f0f0f0}.ff-data-table-framework{height:100%;--sider-width: 280px;--col-num: 1;--gap: 8px;display:flex;gap:var(--gap)}.ff-data-table-framework .ff-data-table-container{width:100%;height:100%;display:flex;flex-direction:column;row-gap:var(--gap)}.ff-data-list-filter:has(.ff-data-list-filter-actions:not(.expanded)){height:60px;overflow-y:hidden}.ff-data-list-filter .ff-data-list-filter-default-form.ff-grid-layout-form{--grid-layout-cols: 25;--grid-layout-item-margin-x: 8px;--grid-layout-item-margin-y: 16px}.ff-data-list-filter .ff-data-list-filter-actions{grid-column:span var(--itemp-span, 5) / calc(var(--grid-layout-cols, 25) + 1)}.ff-data-list-filter .ff-data-list-filter-actions:not(.expanded){grid-row:1}.ff-data-list-filter .ff-data-list-filter-actions .ff-data-list-filter-expanded-button{margin-left:8px}.ff-data-list-filter .ff-data-list-filter-actions .ant-form-item-control-input-content{display:flex;justify-content:flex-end;align-items:center;gap:8px}.ff-data-list-footer{padding-block-start:8px;display:flex;justify-content:space-between}.ff-data-list-footer .ff-data-list-actions{display:flex;justify-content:center;gap:8px}.ff-data-list-sider{width:var(--sider-width, 280px);overflow-y:auto;box-shadow:8px 0 4px -8px #0000000d}.ff-data-list-sider+.ff-data-list-container{width:calc(100% - var(--sider-width, 280px))}.ff-data-list-toolbar{gap:8px;display:flex;justify-content:space-between;align-items:center}.ff-data-list-toolbar .ff-data-list-title{color:#000000e0;font-weight:600;font-size:14px}.ff-data-list-toolbar .ff-data-list-actions{display:flex;justify-content:center;gap:8px}.ff-data-list-toolbar .ff-data-list-tabs{cursor:pointer}.ff-data-list-toolbar .ff-data-list-tabs .ff-data-list-tab{color:#00000073}.ff-data-list-toolbar .ff-data-list-tabs .ff-data-list-tab:hover{font-weight:600}.ff-data-list-toolbar .ff-data-list-tabs .ff-data-list-tab.active{color:#1677ff;font-weight:600}.ff-data-list-item-operations{max-width:180px;display:flex;flex-wrap:wrap;gap:var(--margin-xss, 4px)}.ff-data-list-item-operations>.ant-btn:not(.ant-btn-circle){flex-grow:1}.ff-data-list-helper{height:100%}.ff-data-list-table{height:100%;overflow-y:hidden}.ff-data-list-table .ant-table *{scrollbar-width:auto;scrollbar-color:auto}.ff-grid-layout{--grid-layout-h: 1;--grid-layout-row: none;--grid-layout-row-height: 18px;--grid-layout-row-height-offset: 0px;--grid-layout-cols: 12;display:grid;grid-template-columns:repeat(var(--grid-layout-cols),1fr);grid-auto-rows:minmax(min-content,max-content);padding:var(--grid-layout-container-padding-y, 0) var(--grid-layout-container-padding-x, 0);padding-bottom:calc(var(--grid-layout-container-padding-y, 0) + var(--grid-layout-item-margin-y));column-gap:var(--grid-layout-item-margin-x);row-gap:var(--grid-layout-item-margin-y)}.ff-grid-layout .grid-layout-item{grid-row:span var(--grid-layout-h, 1);grid-column:calc(var(--grid-layout-x, 1) + 1)/calc(var(--grid-layout-x, 1) + var(--grid-layout-w, 1) + 1);height:calc(var(--grid-layout-row-height) * var(--grid-layout-h) + var(--grid-layout-row-height-offset));padding:var(--grid-layout-box-paddin);margin:var(--grid-layout-box-margin);display:var(--grid-layout-box-display, flex);align-items:var(--grid-layout-box-align-items, center);justify-content:var(--grid-layout-box-justify-content, normal)}.ff-data-list-content{display:grid;gap:var(--gap, 8px);grid-template-columns:repeat(var(--col-num, 5),1fr);grid-auto-rows:min-content}.ff-data-list-content[style*=--col-width]{grid-template-columns:repeat(auto-fill,minmax(var(--col-width, 280px),1fr))}.ff-grid-layout-form{--grid-layout-h: 1;--grid-layout-row: none;--grid-layout-row-height: 18px;--grid-layout-row-height-offset: 0px;--grid-layout-cols: 12;display:grid;grid-template-columns:repeat(var(--grid-layout-cols),1fr);grid-auto-rows:minmax(min-content,max-content);padding:var(--grid-layout-container-padding-y, 0) var(--grid-layout-container-padding-x, 0);padding-bottom:calc(var(--grid-layout-container-padding-y, 0) + var(--grid-layout-item-margin-y, 16px));column-gap:var(--grid-layout-item-margin-x, 8px);row-gap:var(--grid-layout-item-margin-y, 16px)}.ff-grid-layout-form .grid-layout-item{grid-row:span var(--grid-layout-h, 1);grid-column:calc(var(--grid-layout-x, 1) + 1)/calc(var(--grid-layout-x, 1) + var(--grid-layout-w, 1) + 1);height:calc(var(--grid-layout-row-height) * var(--grid-layout-h) + var(--grid-layout-row-height-offset));padding:var(--grid-layout-box-padding-y, 0) var(--grid-layout-box-padding-x, 0);margin:var(--grid-layout-box-margin)}.ff-iconfont{transform:scale(1.14);vertical-align:-.125em;display:inline-flex;align-items:center;justify-content:center}.ff-iconfont:not(:last-child){margin-right:8px}.ff-popover .ff-popup-header{margin-bottom:calc(var(--margin-sm) / 2)}.ff-popover .ff-popup-header:empty{display:none}.ff-popover .ff-popup-footer{display:flex;justify-content:space-between;margin-top:var(--margin-sm)}.ff-popover .ff-popup-footer:empty{display:none}.ff-button.ant-btn-link,.ff-button.ant-btn-text{width:initial;padding:0;height:auto}.ff-default.ant-btn-link{color:#000000e0}.ant-btn-link.ant-btn:not(:disabled):focus-visible{outline:initial;outline-offset:initial;transition:initial}.ff-modal-form{display:flex;flex-direction:column;gap:var(--modal-form-gap, 8px)}.mask-motion-enter-active,.mask-motion-appear-active,.mask-motion-leave-active{transition:all .3s}.mask-motion-enter,.mask-motion-appear{opacity:0}.mask-motion-enter-active,.mask-motion-appear-active,.mask-motion-leave{opacity:1}.mask-motion-leave-active{opacity:0}.panel-motion-left-enter-start,.panel-motion-left-appear-start,.panel-motion-left-leave-start{transition:none!important}.panel-motion-left-enter-active,.panel-motion-left-appear-active,.panel-motion-left-leave-active{transition:all .3s}.panel-motion-left-enter,.panel-motion-left-appear{transform:translate(-100%)}.panel-motion-left-enter-active,.panel-motion-left-appear-active,.panel-motion-left-leave{transform:translate(0)}.panel-motion-left-leave-active{transform:translate(-100%)!important}.panel-motion-right-enter-start,.panel-motion-right-appear-start,.panel-motion-right-leave-start{transition:none!important}.panel-motion-right-enter-active,.panel-motion-right-appear-active,.panel-motion-right-leave-active{transition:all .3s}.panel-motion-right-enter,.panel-motion-right-appear{transform:translate(100%)}.panel-motion-right-enter-active,.panel-motion-right-appear-active,.panel-motion-right-leave{transform:translate(0)}.panel-motion-right-leave-active{transform:translate(100%)!important}.panel-motion-top-enter-start,.panel-motion-top-appear-start,.panel-motion-top-leave-start{transition:none!important}.panel-motion-top-enter-active,.panel-motion-top-appear-active,.panel-motion-top-leave-active{transition:all .3s}.panel-motion-top-enter,.panel-motion-top-appear{transform:translateY(-100%)}.panel-motion-top-enter-active,.panel-motion-top-appear-active,.panel-motion-top-leave{transform:translateY(0)}.panel-motion-top-leave-active{transform:translateY(-100%)!important}.panel-motion-bottom-enter-start,.panel-motion-bottom-appear-start,.panel-motion-bottom-leave-start{transition:none!important}.panel-motion-bottom-enter-active,.panel-motion-bottom-appear-active,.panel-motion-bottom-leave-active{transition:all .3s}.panel-motion-bottom-enter,.panel-motion-bottom-appear{transform:translateY(100%)}.panel-motion-bottom-enter-active,.panel-motion-bottom-appear-active,.panel-motion-bottom-leave{transform:translateY(0)}.panel-motion-bottom-leave-active{transform:translateY(100%)!important}.ff-drawer-mask{top:0;right:0;bottom:0;left:0;position:absolute;z-index:1050;pointer-events:auto;background-color:var(--popup-mask-bg-color, rgba(0, 0, 0, .45))}.ff-drawer{top:0;right:0;bottom:0;left:0;position:fixed;z-index:1050;pointer-events:none}.ff-drawer .ff-popup-close{top:14px;right:0}.ff-drawer-inline{position:absolute}.ff-drawer-left .ff-drawer-content-wrapper{inset:0 auto 0 0;box-shadow:6px 0 16px #00000014,3px 0 6px -4px #0000001f,9px 0 28px 8px #0000000d}.ff-drawer-right .ff-drawer-content-wrapper{inset:0 0 0 auto;box-shadow:-6px 0 16px #00000014,-3px 0 6px -4px #0000001f,-9px 0 28px 8px #0000000d}.ff-drawer-top .ff-drawer-content-wrapper{top:0;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d}.ff-drawer-bottom .ff-drawer-content-wrapper{bottom:0;box-shadow:0 -6px 16px #00000014,0 -3px 6px -4px #0000001f,0 -9px 28px 8px #0000000d}.ff-drawer-top .ff-drawer-content-wrapper,.ff-drawer-bottom .ff-drawer-content-wrapper{inset-inline:0}.ff-drawer-content{width:100%;height:100%;overflow:auto;background-color:var(--popup-bg-color, #fff);pointer-events:auto}.ff-drawer .ff-popup-header{padding:16px 8px;border-bottom:1px solid rgba(5,5,5,.06)}.ff-drawer .ff-popup-footer{border-top:1px solid rgba(5,5,5,.06);padding:12px 8px}.ff-drawer .ff-popup-body{padding:8px}.ff-drawer-content-wrapper{position:absolute;z-index:1050;overflow:hidden;transition:transform .3s;max-width:100vw}.ff-drawer-content-wrapper-hidden{display:none}.ff-modal-mask{position:fixed;top:0;right:0;left:0;bottom:0;pointer-events:auto;background-color:var(--popup-mask-bg-color, rgba(0, 0, 0, .45));height:100%;filter:alpha(opacity=50);z-index:1050}.ff-modal-mask-hidden{display:none}.ff-modal-fade-enter,.ff-modal-fade-appear{opacity:0;animation-duration:.3s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.55,0,.55,.2);animation-play-state:paused}.ff-modal-fade-leave{animation-duration:.3s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.55,0,.55,.2);animation-play-state:paused}.ff-modal-fade-enter.ff-modal-fade-enter-active,.ff-modal-fade-appear.ff-modal-fade-appear-active{animation-name:rcDialogFadeIn;animation-play-state:running}.ff-modal-fade-leave.ff-modal-fade-leave-active{animation-name:rcDialogFadeOut;animation-play-state:running}@keyframes rcDialogFadeIn{0%{opacity:0}to{opacity:1}}@keyframes rcDialogFadeOut{0%{opacity:1}to{opacity:0}}.ff-modal{position:relative;top:100px;min-width:max(35vw,248px);padding:0;margin:0 auto}.ff-modal .ff-popup-close{position:absolute;top:14px;right:8px}.ff-modal .ff-popup-header:has(.ff-popup-title),.ff-modal .ff-popup-header:has(.ff-popup-sub-title){margin-bottom:8px}.ff-modal .ff-popup-footer:not(:empty){margin-top:12px}.ff-modal-wrap{position:fixed;overflow:auto;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.ff-modal-title{margin:0;font-size:14px;line-height:21px;font-weight:700}.ff-modal-content{position:relative;background-color:var(--popup-bg-color, #fff);border-radius:8px;background-clip:padding-box;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d;padding:20px 24px;max-height:calc(100vh - 150px)}.ff-modal-zoom-enter,.ff-modal-zoom-appear{opacity:0;animation-duration:.3s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.08,.82,.17,1);animation-play-state:paused}.ff-modal-zoom-leave{animation-duration:.3s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.6,.04,.98,.34);animation-play-state:paused}.ff-modal-zoom-enter.ff-modal-zoom-enter-active,.ff-modal-zoom-appear.ff-modal-zoom-appear-active{animation-name:rcDialogZoomIn;animation-play-state:running}.ff-modal-zoom-leave.ff-modal-zoom-leave-active{animation-name:rcDialogZoomOut;animation-play-state:running}@keyframes rcDialogZoomIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes rcDialogZoomOut{0%{transform:scale(1)}to{opacity:0;transform:scale(0)}}.ff-popup-close{cursor:pointer;border:0;background:transparent;font-size:24px;position:absolute;line-height:1;color:#000;opacity:.5}.ff-popup-close:disabled{pointer-events:none}.ff-popup-close:hover{opacity:.65}.ff-popup{display:flex;flex-direction:column}.ff-popup-title,.ff-popup-sub-title{display:inline}.ff-popup-title{font-size:16px;font-weight:600}.ff-popup-footer{display:flex;gap:8px;justify-content:flex-end}.ff-popup-footer:empty{display:none}.ff-popup-reserved-extras,.ff-popup-extras,.ff-popup-actions{display:flex;align-items:center;gap:8px}.ff-popup-actions{margin-left:auto}.ff-popup-body{flex:1;overflow-y:auto} diff --git a/dist/utils.js b/dist/utils.js index 16922eb..df1c92e 100644 --- a/dist/utils.js +++ b/dist/utils.js @@ -1,14 +1,16 @@ import "lodash"; -import { d as r, e as g, c as o, f as i, b as m, h as p, r as P, t as d, u as h } from "./common/main-P7YFOc1H.js"; +import { d as r, f as i, e as g, h as m, b as o, c as p, i as P, m as d, r as k, t as u, u as h } from "./common/main-DOv668Fl.js"; import "./common/vender-CtjyT19B.js"; export { r as deepSome, - g as getPkgCategory, - o as getPkgName, - i as getPkgOwner, - m as getWidgetPropsData, - p as hashJSON, - P as replaceKeys, - d as toPrimitive, + i as getPkgCategory, + g as getPkgName, + m as getPkgOwner, + o as getPrimitiveType, + p as getWidgetPropsData, + P as hashJSON, + d as makeUniqueIdGenerator, + k as replaceKeys, + u as toPrimitive, h as uuid }; diff --git a/package.json b/package.json index 8323592..35bb7ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ff", "private": true, - "version": "0.5.16", + "version": "0.5.17", "author": "www.fsdpf.com", "type": "module", "main": "./dist/index.js",