1164 lines
89 KiB
JavaScript
1164 lines
89 KiB
JavaScript
var Ln = Object.defineProperty;
|
|
var zt = (e) => {
|
|
throw TypeError(e);
|
|
};
|
|
var Vn = (e, t, n) => t in e ? Ln(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
var N = (e, t, n) => Vn(e, typeof t != "symbol" ? t + "" : t, n), Bt = (e, t, n) => t.has(e) || zt("Cannot " + n);
|
|
var y = (e, t, n) => (Bt(e, t, "read from private field"), n ? n.call(e) : t.get(e)), j = (e, t, n) => t.has(e) ? zt("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, n), q = (e, t, n, a) => (Bt(e, t, "write to private field"), a ? a.call(e, n) : t.set(e, n), n);
|
|
var Dt = (e, t, n, a) => ({
|
|
set _(i) {
|
|
q(e, t, i, n);
|
|
},
|
|
get _() {
|
|
return y(e, t, a);
|
|
}
|
|
});
|
|
import { jsx as u, jsxs as E } from "react/jsx-runtime";
|
|
import S, { useEffect as V, useState as A, useCallback as G, useRef as K, useContext as re, useMemo as W, useId as yt, isValidElement as In, useLayoutEffect as Mn } from "react";
|
|
import b from "prop-types";
|
|
import R from "classnames";
|
|
import * as Ut from "react-is";
|
|
import { useNotification as zn } from "rc-notification";
|
|
import m from "lodash";
|
|
import Z, { Field as Ft, FieldContext as en } from "rc-field-form";
|
|
import { M as pt, N as Le, a as Ve, _ as wt, S as Bn } from "./vender-FNiQWFaA.js";
|
|
import tn from "immutability-helper";
|
|
import { Space as Dn, Form as et, Input as Un, Button as nt, Pagination as qn, Tree as Wn, Breadcrumb as Kn, Table as _n, Empty as Hn, Popover as Jn, Popconfirm as Gn, Tooltip as Yn } from "antd";
|
|
import { useMergedState as Xn } from "rc-util";
|
|
import { generatePath as Qn, useInRouterContext as nn, useParams as Zn, useLocation as ea, createBrowserRouter as ta, Navigate as na } from "react-router-dom";
|
|
import "rc-util/lib/hooks/useMergedState";
|
|
import aa from "rc-drawer";
|
|
import ia from "rc-dialog";
|
|
var Re, ze, Fe, ue, Pe, ve;
|
|
class an {
|
|
constructor(t, n) {
|
|
j(this, Re, /* @__PURE__ */ new Map());
|
|
j(this, ze, !0);
|
|
j(this, Fe, []);
|
|
j(this, ue);
|
|
j(this, Pe, () => y(this, ue));
|
|
j(this, ve, () => Promise.resolve());
|
|
N(this, "get", (...t) => new Promise((n, a) => {
|
|
const i = JSON.stringify(t);
|
|
if (y(this, Re).has(i)) return n(y(this, ve).call(this, y(this, ue), ...t));
|
|
if (y(this, ue) === void 0) y(this, Fe).push([t, n, a]), y(this, ze) && (q(this, ze, !1), Promise.resolve(typeof y(this, Pe) == "function" ? y(this, Pe).call(this) : y(this, Pe)).then((r) => q(this, ue, r || null)).finally(() => {
|
|
y(this, Fe).forEach(([r, o, s]) => {
|
|
try {
|
|
const l = y(this, ve).call(this, y(this, ue), ...r);
|
|
y(this, Re).set(JSON.stringify(r), l), o(l);
|
|
} catch (l) {
|
|
s(l);
|
|
}
|
|
}), y(this, Fe).length = 0;
|
|
}));
|
|
else {
|
|
const r = y(this, ve).call(this, y(this, ue), ...t);
|
|
y(this, Re).set(i, r), n(r);
|
|
}
|
|
}));
|
|
q(this, ve, n), q(this, Pe, t);
|
|
}
|
|
}
|
|
Re = new WeakMap(), ze = new WeakMap(), Fe = new WeakMap(), ue = new WeakMap(), Pe = new WeakMap(), ve = new WeakMap();
|
|
const xi = () => u("div", { children: "Empty" }), Ke = S.createContext({ ele: {}, mount: () => {
|
|
}, unmount: () => {
|
|
} }), J = ({ rootClassName: e, className: t, children: n, actions: a, title: i, subTitle: r, extras: o, style: s = {} }) => {
|
|
const { mount: l, unmount: d } = S.useContext(Ke);
|
|
return J.Action({ children: a }), J.Title({ children: i }), J.SubTitle({ children: r }), J.Extra({ children: o }), V(() => (l("rootClassName", e), () => d(e)), [e]), u("div", { className: R("ff-container", t), style: s, children: n });
|
|
}, Ze = (e) => ({ children: t, className: n }) => {
|
|
const { mount: a, unmount: i } = S.useContext(Ke);
|
|
return V(() => (t && a(e, S.createElement("div", { key: `ff-${e}`, className: R(`ff-popup-${e}`, n) }, t)), () => i(e)), [n, t]), null;
|
|
};
|
|
J.Action = Ze("actions"), J.Title = Ze("title"), J.SubTitle = Ze("sub-title"), J.Extra = Ze("extras"), J.propTypes = { className: b.string, style: b.object, title: b.any, subTitle: b.any, actions: b.any, extras: b.any };
|
|
const Pi = () => u(J, { className: "ff-loading", children: E("div", { className: "loader", children: [E("div", { className: "square", children: [u("span", {}), u("span", {}), u("span", {})] }), E("div", { className: "square", children: [u("span", {}), u("span", {}), u("span", {})] }), E("div", { className: "square", children: [u("span", {}), u("span", {}), u("span", {})] }), E("div", { className: "square", children: [u("span", {}), u("span", {}), u("span", {})] })] }) }), vi = () => u("div", { children: "NotFound" }), rn = ({ children: e }) => {
|
|
const [t, n] = A({}), a = G((r, o) => n((s) => ({ ...s, [r]: o })), []), i = G((r) => n((o) => ({ ...o, [r]: void 0 })), []);
|
|
return typeof (e == null ? void 0 : e.type) == "string" ? e : u(Ke.Provider, { value: { ele: t, mount: a, unmount: i }, children: S.cloneElement(e, { className: t.rootClassName, title: t.title, subTitle: t["sub-title"], actions: t.actions, extras: t.extras }) });
|
|
};
|
|
rn.propTypes = { children: b.element.isRequired };
|
|
const qt = { 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"] }, Et = ({ type: e, props: t }) => u("i", { ...t, children: u("svg", { viewBox: "0 0 1024 1024", width: "1em", height: "1em", fill: "currentColor", children: (qt[e] || qt.info).map((n, a) => u("path", { d: n }, a)) }) }), on = ({ className: e, content: t, icon: n, $close: a }) => E(S.Fragment, { children: [n && u("div", { className: R("ff-notification-icon", e), children: u(Et, { type: n }) }), t] }), ra = ({}) => u(J, { children: "Confirm" });
|
|
var me, Ee;
|
|
const oe = class oe {
|
|
constructor() {
|
|
j(this, Ee, /* @__PURE__ */ new Map());
|
|
N(this, "init", (t) => q(this, Ee, new Map(t)));
|
|
N(this, "check", (t) => !y(this, Ee).has(t) || y(this, Ee).get(t));
|
|
if (y(oe, me)) return y(oe, me);
|
|
}
|
|
};
|
|
me = new WeakMap(), Ee = new WeakMap(), j(oe, me, null), N(oe, "getInstance", () => (y(oe, me) || q(oe, me, new oe()), y(oe, me)));
|
|
let bt = oe;
|
|
const oa = bt.getInstance(), sa = (e, t, n = "children") => {
|
|
if (m.isEmpty(e)) return {};
|
|
const a = m.find(e, ["value", t]);
|
|
if (!m.isEmpty(a)) return a;
|
|
const i = e.length;
|
|
for (let r = 0; r < i; r++) {
|
|
const { [n]: o } = e[r], s = sa(o, t, n);
|
|
if (!m.isEmpty(s)) return s;
|
|
}
|
|
return {};
|
|
}, sn = (e = "Input", t = "@pkg/ff/grid-layout-forms") => e != null && e.startsWith("@") || e != null && e.startsWith("blob:") ? e : `${t}/${e}`;
|
|
var fe, Be;
|
|
const se = class se {
|
|
constructor() {
|
|
j(this, Be, null);
|
|
N(this, "init", (t) => q(this, Be, t));
|
|
N(this, "get", (t, n) => m.get(y(this, Be), t, n));
|
|
if (y(se, fe)) return y(se, fe);
|
|
}
|
|
};
|
|
fe = new WeakMap(), Be = new WeakMap(), j(se, fe, null), N(se, "getInstance", () => (y(se, fe) || q(se, fe, new se()), y(se, fe)));
|
|
let Ct = se;
|
|
const Ie = Ct.getInstance(), Wt = { 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" }, ae = (e, t) => {
|
|
let n = "string";
|
|
n = Array.isArray(e) ? "array" : typeof e, m.isObject(e) && (n = "json");
|
|
const a = `${n}2${t}`;
|
|
return Reflect.has(Wt, a) ? Wt[a](e) : e;
|
|
}, la = (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, _e = (e = {}, t = {}, n = {}, a = "") => ln(e, (i, r) => r === "type" && i === "code") ? cn(e, t, n, a) : dn(e, t, a), ln = (e, t = () => !1) => m.some(e, (n) => !!m.some(n, t) || (m.isEmpty(n) || !m.isPlainObject(n) && !m.isArray(n) ? void 0 : ln(n, t))), cn = async (e = {}, t = {}, n = {}, a = "") => {
|
|
let i = /* @__PURE__ */ Object.create(null);
|
|
for (let r in e) {
|
|
let o;
|
|
if (Reflect.has(e[r], "type") && ["code", "field", "router", "query", "string"].includes(e[r].type)) {
|
|
const { type: s, value: l = "", default: d = a } = e[r];
|
|
switch (s) {
|
|
case "code":
|
|
try {
|
|
o = await xe.exec(l, t, n);
|
|
} catch (c) {
|
|
console.error("getWidgetPropsData", c);
|
|
}
|
|
break;
|
|
case "field":
|
|
o = m.get(t, l) ?? m.get(t, l.substring(l.indexOf(".") + 1));
|
|
break;
|
|
case "router":
|
|
case "query":
|
|
o = Se.getPageParams(l);
|
|
break;
|
|
case "string":
|
|
o = l;
|
|
}
|
|
o ?? (o = d);
|
|
} else o = await cn(e[r], t, n, a);
|
|
m.set(i, r, o);
|
|
}
|
|
return i;
|
|
}, dn = (e = {}, t = {}, n = "") => Object.keys(e || {}).reduce((a, i) => {
|
|
if (m.isPlainObject(e[i])) {
|
|
let r;
|
|
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":
|
|
r = m.get(t, s) ?? m.get(t, s.substring(s.indexOf(".") + 1));
|
|
break;
|
|
case "router":
|
|
case "query":
|
|
r = Se.getPageParams(s);
|
|
break;
|
|
case "string":
|
|
r = s;
|
|
}
|
|
r ?? (r = l);
|
|
} else r = dn(e[i], t, n);
|
|
m.set(a, i, r);
|
|
}
|
|
return a;
|
|
}, {}), mt = (e, t) => e && typeof e == "object" ? Array.isArray(e) ? e.map((n) => mt(n, t)) : Object.keys(e).reduce((n, a) => (t[a] ? n[t[a]] = mt(e[a], t) : n[a] = mt(e[a], t), n), {}) : e, Ni = () => "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, (e) => {
|
|
const t = 16 * Math.random() | 0;
|
|
return (e === "x" ? t : 3 & t | 8).toString(16);
|
|
}), Ti = (e) => {
|
|
var t, n;
|
|
return e ? (n = (t = e.match(/^@pkg(?:[^\/]*\/){3}(?<name>[^\/]+)/)) == null ? void 0 : t.groups) == null ? void 0 : n.name : "";
|
|
}, $i = (e) => {
|
|
var t, n;
|
|
return e ? (n = (t = e.match(/^@pkg(?:[^\/]*\/){2}(?<category>[^\/]+)/)) == null ? void 0 : t.groups) == null ? void 0 : n.category : "";
|
|
}, Ri = (e) => {
|
|
var t, n;
|
|
return e ? (n = (t = e.match(/^@pkg(?:[^\/]*\/){1}(?<owner>[^\/]+)/)) == null ? void 0 : t.groups) == null ? void 0 : n.owner : "";
|
|
}, ca = (e, t = 32, n = "auto") => {
|
|
const a = kt(e), i = n === "auto" ? "x64" : n;
|
|
if (t === 32) return pt.x86.hash32(a).toString();
|
|
if (t === 128) return i === "x64" ? pt.x64.hash128(a) : pt.x86.hash128(a);
|
|
throw new Error("bits 只能是 32 或 128");
|
|
}, kt = (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(kt).join(",") + "]" : typeof e == "object" ? "{" + Object.keys(e).sort().map((t) => `${t}:${kt(e[t])}`).join(",") + "}" : String(e), da = () => {
|
|
let e = 1;
|
|
const t = /* @__PURE__ */ new WeakMap(), n = /* @__PURE__ */ new Map();
|
|
return (...a) => a.length === 0 ? "" : a.map((i) => {
|
|
return String((r = i) === null || typeof r != "object" && typeof r != "function" ? (n.has(r) || n.set(r, e++), n.get(r)) : (t.has(r) || t.set(r, e++), t.get(r)));
|
|
var r;
|
|
}).join("::");
|
|
};
|
|
var it, De, Ue, rt;
|
|
const ot = class ot {
|
|
constructor(...t) {
|
|
j(this, De, []);
|
|
j(this, Ue, (t) => {
|
|
var n;
|
|
for (let a of t) Array.isArray(a[0]) ? y(this, Ue).call(this, a) : y(this, De).push(y(n = ot, it).call(n, a[0], a[1]));
|
|
});
|
|
N(this, "toValue", async (t, n = null) => {
|
|
const a = { getValue: () => t, getRecord: () => n };
|
|
let i = t;
|
|
for (const r of y(this, De)) try {
|
|
const o = await r;
|
|
if (typeof o != "function") {
|
|
console.warn("middleware is not a function, skip:", o);
|
|
continue;
|
|
}
|
|
i = await o.call(a, i);
|
|
} catch (o) {
|
|
console.error("middleware error, skip:", o);
|
|
}
|
|
return i;
|
|
});
|
|
N(this, "toRender", (t, n, a = null) => S.createElement(y(this, rt), { value: t, record: n }, a));
|
|
j(this, rt, ({ value: t, record: n, children: a }) => {
|
|
const [i, r] = A(a);
|
|
return Je(() => {
|
|
let o = !1;
|
|
return r(a), this.toValue(t, n).then((s) => !o && r(s)).catch((s) => !o && r(`${s}`)), () => o = !0;
|
|
}, [t, n]), i;
|
|
});
|
|
y(this, Ue).call(this, t);
|
|
}
|
|
};
|
|
it = new WeakMap(), De = new WeakMap(), Ue = new WeakMap(), rt = new WeakMap(), j(ot, it, m.memoize((t, n) => {
|
|
if (typeof t == "function") return t(n);
|
|
if (typeof t == "string") return ie.getWidgetComponent(t).then((a) => {
|
|
var i;
|
|
return ((i = a.default) == null ? void 0 : i.call(a, n)) || ((r) => r);
|
|
});
|
|
throw new TypeError("middleware must be a string or a function");
|
|
}, da()));
|
|
let at = ot;
|
|
const ee = S.createContext({ listCode: "", classNames: {}, getBase62params: (e, t) => {
|
|
}, onReload: () => {
|
|
}, onClickCallback: () => {
|
|
}, onConditionChange: () => {
|
|
}, onTabChange: () => {
|
|
}, onSiderChange: () => {
|
|
}, onKeywordChange: () => {
|
|
}, onPageChange: () => {
|
|
}, onPageSizeChange: () => {
|
|
}, reload: () => {
|
|
}, setPage: () => {
|
|
}, setPageSize: () => {
|
|
}, setTab: () => {
|
|
}, setSider: () => {
|
|
}, setKeyword: () => {
|
|
}, setCondition: () => {
|
|
} }), Kt = ({ className: e, record: t, column: n, ...a }) => {
|
|
if (n != null && n.editableByJs && (n != null && n.uuid)) {
|
|
const { formSetting: i = { primaryKey: "id" }, widgetSetting: r = {}, widgetContainerSetting: o = {} } = (n == null ? void 0 : n.editableByJsSetting) || {};
|
|
return u(v.Popover, { widget: ua, widgetData: { record: t, column: n }, widgetSetting: { widgetSetting: r, formSetting: i }, widgetContainerProps: { title: n != null && n.title ? `${n.title} - 编辑` : "编辑", ...o, width: (o == null ? void 0 : o.width) || 260, arrow: !0 }, children: u("td", { className: R("ff-data-list-cell-editable", e), ...a }) });
|
|
}
|
|
return u("td", { className: e, ...a });
|
|
}, ua = ({ record: e, column: t, $close: n, $setting: a }) => {
|
|
const i = K(la(m.get(e, t == null ? void 0 : t.dataIndex))), { listCode: r, onClickCallback: o } = re(ee), [s] = Z.useForm(), { formSetting: l, widgetSetting: d } = a, c = (l == null ? void 0 : l.primaryKey) || "id", g = () => {
|
|
s.setFieldsValue({ value: m.get(e, t == null ? void 0 : t.dataIndex), __PROPS__: e });
|
|
};
|
|
return Je(() => g(), [e, t == null ? void 0 : t.dataIndex, r]), u(J, { actions: E(S.Fragment, { children: [u(v, { size: "small", onClick: g, children: "重置" }), E(Dn.Compact, { block: !0, children: [u(v, { size: "small", widget: n, children: "取消" }), u(v, { type: "primary", size: "small", widget: () => s.validateFields().then(({ value: f }) => {
|
|
const p = m.get(e, c.substring(c.indexOf(".") + 1));
|
|
if (!p) throw "获取更新主键失败!";
|
|
L.put(`/api/${r}-storeBy-${t == null ? void 0 : t.uuid}/${p}`, { value: f }).msg(() => o(2, e)).then(n);
|
|
}).catch(console.warn), children: "保存" })] })] }), children: E(Z, { form: s, children: [u(At, { label: "", type: i.current, code: "value", widget: t == null ? void 0 : t.editableByJs, extras: d }), u(Ft, { noStyle: !0, name: ["__PROPS__"], children: () => {
|
|
} })] }) });
|
|
}, ga = (e) => function(t) {
|
|
return e(t, getRecord());
|
|
}, pa = (e, t = {}) => W(() => e == null ? void 0 : e.map(({ widgetByJs: n, widgetByJsSetting: a, ...i }, r) => {
|
|
const o = (l) => ({ record: l, column: i });
|
|
let s = [];
|
|
return n && s.push([n, a]), s.length > 0 ? (i != null && i.render && s.push([ga, i.render]), { ...i, onCell: o, render: (l, d) => new at(s).toRender(l, d, "-") }) : { ...i, onCell: o };
|
|
}), [e, t]), ma = (e = {}) => W(() => {
|
|
var t;
|
|
return e.body ?? (e.body = { cell: Kt }), (t = e.body).cell ?? (t.cell = Kt), e;
|
|
}, [e]), Fi = (e) => {
|
|
const [t, n] = A({});
|
|
return V(() => {
|
|
let a = !1;
|
|
return e && L.get(`/api/_/${e}`).then((i) => m.pick(i, ["uuid", "name", "code", "resource", "marginX", "marginY", "cols", "rowHeight", "primaryKey", "columns", "itemOperations", "batchOperations", "isConditionFormLayout", "layout", "tabs", "pageSize", "layoutConfig"])).then((i) => !a && n(i)), () => a = !0;
|
|
}, [e]), t;
|
|
}, Ei = (e, t = {}) => {
|
|
const [n, a] = A({ dataSource: [] });
|
|
return He(() => {
|
|
let i = !1;
|
|
return e && L.get(`/api/${e}/${L.encode({ page: 1, ...t })}`).then((r) => !i && a(r)), () => i = !0;
|
|
}, [e, t]), n;
|
|
}, un = (e = [], t = /* @__PURE__ */ new Map(), n = "id", a) => {
|
|
const i = G(a ? (r) => m.get(r, n, m.get(r, [a, n])) : (r) => m.get(r, n), [n, a]);
|
|
return G((r) => e == null ? void 0 : e.filter((o) => !o.uuid || !t.has(o.uuid) || t.get(o.uuid).some((s) => s == i(r))), [e, t, i]);
|
|
}, St = (e = [], t = /* @__PURE__ */ new Map(), n = [], a = "id", i) => {
|
|
const r = G(i ? (o) => m.get(o, a, m.get(o, [i, a])) : (o) => m.get(o, a), [a, i]);
|
|
return W(() => {
|
|
if (m.isEmpty(e) || !e.some(({ uuid: s }) => oa.check(s))) return !1;
|
|
if (m.isEmpty(t) || m.isEmpty(n)) return !0;
|
|
const o = n.map((s) => r(s));
|
|
return e.some(({ uuid: s }) => !s || !t.has(s) || t.get(s).some((l) => o.some((d) => d == l)));
|
|
}, [e, n, t, r]);
|
|
}, fa = (e, t, n = "id", a = null) => {
|
|
const i = ct(), r = K(!1), o = K(e.dataSource), s = K(e.itemOperationsAccess);
|
|
return V(() => (o.current = e.dataSource, s.current = e.itemOperationsAccess, () => r.current = !1), [e.dataSource, e.itemOperationsAccess]), r.current && (e.dataSource = o.current, e.itemOperationsAccess = s.current), [e, (l = 0, d = null) => {
|
|
var c, g;
|
|
if (r.current = !1, l === 1) return (c = e.onReload) == null ? void 0 : c.call(e);
|
|
if (l === 2) {
|
|
const f = m.get(d, "__PARENT_ID__", ""), p = m.get(d, n, m.get(d, [a, n], "")), h = m.findIndex(o.current, ["__PARENT_ID__", f]), w = m.findIndex(h > -1 ? m.get(o.current, [h, "children"]) : o.current, [n, p]);
|
|
if (w === -1) return (g = e.onReload) == null ? void 0 : g.call(e);
|
|
Promise.all([L.get(`/api/${t}/detail/${p}`), L.post(`/api/${t}/list-operations-access`, { ids: p })]).then(([C, k]) => {
|
|
const x = m.get(o.current, h > -1 ? [h, "children", w, "children"] : [w, "children"]);
|
|
o.current = tn(o.current, h > -1 ? { [h]: { children: { $splice: [[w, 1, { ...C, children: x }]] } } } : { $splice: [[w, 1, { ...C, children: x }]] });
|
|
const P = new Map(k);
|
|
s.current.forEach((O, F) => {
|
|
var B;
|
|
(B = P.get(F)) != null && B.some((I) => I == p) || s.current.set(F, O.filter((I) => I !== p));
|
|
}), P.forEach((O, F) => {
|
|
s.current.has(F) ? s.current.set(F, m.uniq([...s.current.get(F) || [], ...O])) : s.current.set(F, O);
|
|
});
|
|
}).then(() => {
|
|
r.current = !0, i();
|
|
});
|
|
}
|
|
}];
|
|
}, ha = (e, t) => {
|
|
const n = ct(), a = K(t), i = K(/* @__PURE__ */ new Map()), r = K([]), o = m.throttle((l) => {
|
|
r.current = [], L.list(e, m.pick({ ...a.current, ...l }, ["tab", "page", "pageSize", "condition", "sider", "keyword"])).then(({ keyword: d, condition: c, total: g, tab: f, sider: p, page: h, pageSize: w, operationsAccess: C, dataSource: k }) => {
|
|
a.current = { tab: f, condition: c, sider: p, keyword: d, total: g, pageSize: w, page: k != null && k.length ? h : 1 }, r.current = k, i.current = new Map(C), n();
|
|
});
|
|
}, 380, { leading: !1, trailing: !0 });
|
|
Je(() => {
|
|
r.current = [], e && o(t);
|
|
}, [e, t]);
|
|
const s = W(() => m.pick(a.current, ["total", "tab", "page", "pageSize", "condition", "sider", "keyword"]), [a.current]);
|
|
return Object.assign(s, { onTabChange: (l) => o({ tab: l, page: 1 }), onPageChange: (l, d) => o({ page: l, pageSize: d }), onPageSizeChange: (l) => o({ pageSize: l, page: 1 }), onConditionChange: (l, d) => o({ keyword: d, condition: tn(a.current.condition || {}, { $merge: l || {} }), page: 1 }), onSiderChange: (l) => o({ sider: l, page: 1 }), onKeywordChange: (l) => o({ keyword: l, page: 1 }), itemOperationsAccess: i.current, dataSource: r.current, onReload: o, payload: t == null ? void 0 : t.payload });
|
|
}, ya = ({ listCode: e, className: t, layouts: n = {}, dataSource: a, isPaginate: i, isItemOperations: r, isBatchOperations: o, batchOperations: s, itemOperations: l, itemOperationsAccess: d, resource: c, primaryKey: g, title: f, itemGridLayout: p, $setting: h, tabs: w, isConditionFormLayout: C, isTreeSider: k, treeSiderConfig: x }) => {
|
|
const { classNames: P, onClickCallback: O } = re(ee), F = m.pick(h, ["column", "colWidth", "beforeRender", "afterRender", "style"]), B = un(l, d, g, c), I = G((M, $, z) => u(wa, { className: R("ff-data-list-framework-item", P.item), operations: r ? B($) : [], data: c ? { [c]: $ } : $, children: M, onClickCallback: O }), [c, g, r, O, l, d]);
|
|
return E("div", { className: R("ff-data-list-framework", t), children: [u(n.sider, { isTreeSider: k, ...x }), E("div", { className: R("ff-data-list-container", P == null ? void 0 : P.container), children: [u(n.filter, { isConditionFormLayout: C }), u(n.toolbar, { title: f, tabs: w }), u(Ea, { ...F, ...p, primaryKey: g, itemRender: I, dataSource: a }), u(n.footer, { isPaginate: i, isOperations: o, operations: s })] })] });
|
|
}, wa = ({ className: e, operations: t, children: n, data: a, onClickCallback: i }) => E("div", { className: R("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((r) => u("span", { className: "data-list-grid-layout-item-action", children: u(v.Link, { uuid: r.uuid, type: r.type, name: r.name, widget: r.widget, widgetType: r.widgetType, widgetProps: r.widgetProps, widgetSetting: r.widgetSetting, widgetContainerProps: r.widgetContainerSetting, data: a, confirm: r.confirm, onAfterClick: (o) => o !== !1 && (i == null ? void 0 : i(r.isRefresh, a)) }, r.uuid || yt()) }, (r == null ? void 0 : r.uuid) || yt())) })] }), ba = ({ listCode: e, className: t, layouts: n = {}, dataSource: a, columns: i, isItemOperations: r, isBatchOperations: o, batchOperations: s, itemOperations: l, itemOperationsAccess: d, resource: c, primaryKey: g, title: f, tabs: p, isPaginate: h, isTreeSider: w, treeSiderConfig: C, isConditionFormLayout: k, ...x }) => {
|
|
const { classNames: P, onClickCallback: O } = re(ee), F = un(l, d, g, c), B = St(l, d, a, g, c);
|
|
return E("div", { className: R("ff-data-table-framework", t), children: [u(n.sider, { isTreeSider: w, ...C }), E("div", { className: R("ff-data-table-container", P == null ? void 0 : P.container), children: [u(n.filter, { isConditionFormLayout: k }), u(n.toolbar, { title: f, tabs: p }), u(va, { ...x, primaryKey: g, className: "ff-data-table-content", columns: i, dataSource: a, operationRender: B ? (I) => {
|
|
var M;
|
|
return u("div", { className: "ff-data-table-actions", children: (M = F(I)) == null ? void 0 : M.map(($, z) => u(v.Link, { size: "small", uuid: $.uuid, type: $.type, name: $.name, widget: $.widget, widgetType: $.widgetType, widgetProps: $.widgetProps, widgetData: $.widgetData, widgetSetting: $.widgetSetting, widgetContainerProps: $.widgetContainerSetting, data: I, confirm: $.confirm, onAfterClick: (T) => T !== !1 && (O == null ? void 0 : O($.isRefresh, I)) }, $.uuid || z)) });
|
|
} : null }), u(n.footer, { isPaginate: h, isOperations: o, operations: s })] })] });
|
|
}, Ot = (e = [], t, n = null) => {
|
|
var a;
|
|
return (a = m.sortBy(e, ["y", "x"])) == null ? void 0 : a.map(({ i, x: r, y: o, w: s, h: l, field: { boxStyle: d, ...c } = {} }, g) => u("div", { className: "grid-layout-item", style: gn(r, o, s, l, d), children: u(t, { ...c, basicForm: n }) }, i ?? g));
|
|
}, gn = (e, t, n, a, i = {}, r = 0) => {
|
|
const o = { "--grid-layout-h": `${a}`, "--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"] = `${a}`, 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"] = _t(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"] = _t(i == null ? void 0 : i.paddingTop, i == null ? void 0 : i.paddingRight, i == null ? void 0 : i.paddingBottom, i == null ? void 0 : i.paddingLeft), r && (o.height = `${r}px`), o;
|
|
}, _t = (e, t, n, a) => `${e || 0}px ${t || 0}px ${n || 0}px ${a || 0}px`, Oi = (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 f, p;
|
|
const [n, a] = A({}), { listCode: i, onKeywordChange: r, onConditionChange: o, getBase62params: s, classNames: l } = S.useContext(ee), { keyword: d, condition: c } = (s == null ? void 0 : s()) || {}, [g] = et.useForm();
|
|
return V(() => {
|
|
i && t && L.get(`/api/_/${i}/list-condition-form-layout`).then(({ resource: h, marginX: w, marginY: C, rowHeight: k, cols: x, fields: P }) => {
|
|
a({ resource: h, itemMargin: [w, C], rowHeight: k, cols: x, fields: P });
|
|
}).catch(() => a({}));
|
|
}, [i, t]), V(() => {
|
|
g.setFieldsValue({ keyword: d, ...c });
|
|
}, [JSON.stringify([d, c])]), u("div", { className: R("ff-data-list-filter", l.filter, e), children: u(et, { form: g, 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) => {
|
|
m.isEmpty(m.omit(h, ["keyword"])) || g.submit();
|
|
}, children: ((p = n.fields) == null ? void 0 : p.length) > 1 ? u(Lt, { ...n, children: u(Ca, { onReset: () => {
|
|
const { keyword: h, condition: w } = s("init") || {};
|
|
g.setFieldsValue({ keyword: h, ...w });
|
|
} }) }) : u("div", { className: "ff-data-list-filter-default-form ff-grid-layout-form", children: u("div", { className: "grid-layout-item", style: gn(20, 0, 5, 2), children: u(et.Item, { name: ["keyword"], children: u(Un.Search, { allowClear: !0, enterButton: "搜索", placeholder: "多关键字 | 分割", onSearch: (h) => r(h) }) }) }) }) }) });
|
|
}, Ca = ({ cols: e, fields: t, onReset: n }) => {
|
|
const [a, i] = A(!1), r = W(() => t == null ? void 0 : t.toReversed().some((o) => o.y > 1 || o.x + o.w >= e - 5), [e, t]);
|
|
return E(et.Item, { label: " ", style: { "--item-span": 5 }, className: R("ff-data-list-filter-actions", { expanded: a }), children: [u(nt, { onClick: n, children: "重置" }), u(nt, { type: "primary", htmlType: "submit", children: "查询" }), r && u(v.Link, { className: "ff-data-list-filter-expanded-button", widget: () => i((o) => !o), type: "primary", name: a ? "关闭" : "展开", icon: a ? "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 ka = ({ className: e, operations: t, isOperations: n, isPaginate: a }) => {
|
|
const { onPageChange: i, onPageSizeChange: r, onClickCallback: o, getBase62params: s } = S.useContext(ee), { total: l, page: d, pageSize: c } = (s == null ? void 0 : s()) || {};
|
|
return n && !m.isEmpty(t) || a ? E("div", { className: R("ff-data-list-footer", e), children: [u("div", { className: "ff-data-list-actions", children: t == null ? void 0 : t.map((g, f) => u(v, { uuid: g.uuid, type: g.type, name: g.name, widget: g.widget, widgetType: g.widgetType, widgetProps: g.widgetProps, widgetData: g.widgetData, widgetSetting: g.widgetSetting, widgetContainerProps: g.widgetContainerSetting, onAfterClick: (p) => p !== !1 && (o == null ? void 0 : o(g.isRefresh, null)) }, g.uuid || f)) }), a && u(qn, { size: "small", total: l, pageSize: c, showSizeChanger: !1, showTotal: (g) => `第 ${d} 页 / 总共 ${g} 条`, onChange: i, onShowSizeChange: r })] }) : null;
|
|
}, Sa = [{ 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" }] }] }], xa = ({ className: e, width: t = 280, isTreeSider: n }) => {
|
|
const { classNames: a } = re(ee);
|
|
return n ? u(Wn.DirectoryTree, { className: R("ff-data-list-sider", a.sider, e), style: { "--sider-width": t }, showLine: !0, showIcon: !1, treeData: Sa }) : null;
|
|
}, Pa = ({ className: e, title: t, tabs: n }) => {
|
|
const { getBase62params: a, onTabChange: i, onReload: r, classNames: o } = re(ee), { tab: s } = (a == null ? void 0 : a()) || {}, [l, d] = Xn((n == null ? void 0 : n[0].value) ?? (n == null ? void 0 : n[0].code), { value: s, onChange: i });
|
|
return E("div", { className: R("ff-data-list-toolbar", o.toolbar, e), children: [u("div", { className: "ff-data-list-title", children: t }), u(Kn, { className: "ff-data-list-tabs", itemRender: ({ label: c, code: g, value: f }) => u("span", { onClick: () => d(f ?? g), className: R("ff-data-list-tab", { active: (f ?? g) == l }), children: c }), items: n }), E("div", { className: "ff-data-list-actions", children: [u(v.Link, { icon: "icon-reload", widget: () => r() }), u(v.Link, { icon: "icon-setting" })] })] });
|
|
}, mn = ({ isItemGridLayout: e, theme: t, themeProps: n, onClickCallback: a, onReload: i, listCode: r, total: o = 0, page: s = 0, onPageChange: l, pageSize: d = 30, onPageSizeChange: c, tab: g, onTabChange: f, keyword: p, onKeywordChange: h, condition: w, onConditionChange: C, sider: k, onSiderChange: x, layouts: P, classNames: O = {}, payload: F = {}, ...B }) => {
|
|
const [I, M] = A(), $ = G((T, _) => {
|
|
const D = { tab: g, page: s, pageSize: d, keyword: p, sider: k, condition: w, total: o, payload: F };
|
|
return T && T != "init" ? m.get(D, T, _) : D;
|
|
}, [JSON.stringify(w), JSON.stringify(F), g, s, d, p, k, o]), z = W(() => {
|
|
let T = { sider: xa, filter: pn, footer: ka, toolbar: Pa };
|
|
P === !1 ? T = { sider: null, filter: null, footer: null, toolbar: null } : m.isPlainObject(P) && (T = Object.assign({}, T, P));
|
|
for (const _ in T) if (T[_]) {
|
|
if (In(T[_])) {
|
|
const D = T[_];
|
|
T[_] = (pe) => S.cloneElement(D, pe);
|
|
}
|
|
} else T[_] = () => u(S.Fragment, {});
|
|
return T;
|
|
}, [P]);
|
|
return V(() => {
|
|
t ? ie.getWidgetComponent(t).then((T) => {
|
|
if (!T) throw `${t} not found`;
|
|
return T;
|
|
}).catch((T) => ({ default: () => `${T}` })).then((T) => M(S.createElement(T.default, { ...B, layouts: z, $setting: n }))) : M(u(e ? ya : ba, { ...B, layouts: z, $setting: n }));
|
|
}, [t, n]), u(ee.Provider, { value: { classNames: O, listCode: r, onClickCallback: a, onReload: i, getBase62params: $, onPageChange: l, onPageSizeChange: c, onTabChange: f, onSiderChange: x, onKeywordChange: h, onConditionChange: C, setPage: l, setPageSize: c, setTab: f, setSider: x, setKeyword: h, setCondition: C }, children: I && S.cloneElement(I, B) });
|
|
};
|
|
mn.propTypes = { classNames: b.exact({ sider: b.string, filter: b.string, footer: b.string, toolbar: b.string, container: b.string, content: b.string, item: b.string }), layouts: b.oneOfType([b.exact({ sider: b.oneOfType([b.elementType, b.element]), filter: b.oneOfType([b.elementType, b.element]), footer: b.oneOfType([b.elementType, b.element]), toolbar: b.oneOfType([b.elementType, b.element]) }), b.bool]) };
|
|
var he, ge, Ne, st;
|
|
const le = class le {
|
|
constructor() {
|
|
j(this, ge, null);
|
|
j(this, Ne, /* @__PURE__ */ new Map());
|
|
j(this, st, () => {
|
|
if (y(this, ge)) return y(this, ge).port.postMessage({ command: "status", data: [] });
|
|
q(this, ge, new SharedWorker(new URL("/ff-worker/res-ws.js", self.location))), y(this, ge).port.onmessage = (t) => {
|
|
var n, a;
|
|
(n = t.data) != null && n.uuid ? y(this, Ne).forEach((i, r) => {
|
|
var o;
|
|
(i == "*" || (o = i == null ? void 0 : i.includes) != null && o.call(i, t.data.uuid)) && r(t.data);
|
|
}) : ((a = t.data) == null ? void 0 : a.readyState) == WebSocket.CLOSED && L.get("/api/user-api-token").then(({ token: i, expire_at: r }) => {
|
|
y(this, ge).port.postMessage({ command: "initWs", data: [`ws${m.trimStart(L.appUrl, "http")}api/user-resource-status-ws?token=${i}`] });
|
|
});
|
|
}, y(this, ge).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, st).call(this), () => this.unsubscribe(t)));
|
|
N(this, "unsubscribe", (t) => y(this, Ne).delete(t));
|
|
if (y(le, he)) return y(le, he);
|
|
}
|
|
};
|
|
he = new WeakMap(), ge = new WeakMap(), Ne = new WeakMap(), st = new WeakMap(), j(le, he, null), N(le, "getInstance", () => (y(le, he) || q(le, he, new le()), y(le, he)));
|
|
let xt = le;
|
|
const fn = xt.getInstance(), jt = S.forwardRef(({ listCode: e, base62params: t, className: n, theme: a, themeProps: i, layouts: r, classNames: o }, s) => {
|
|
const [{ resource: l, primaryKey: d, batchOperations: c = [], itemOperations: g = [], columns: f = [], themeConfig: p, theme: h, isConditionFormLayout: w = !1, isTreeSider: C, treeSiderConfig: k, isItemGridLayout: x, itemGridLayout: P, title: O, isPaginate: F, tabs: B }, I] = A({ isItemGridLayout: !1, itemGridLayout: {} }), M = ha(e, t), [{ dataSource: $, itemOperationsAccess: z, condition: T, tab: _, keyword: D, page: pe, total: Ye, pageSize: Xe, sider: ut, onConditionChange: Q, onTabChange: vn, onKeywordChange: Nn, onPageChange: Tn, onPageSizeChange: $n, onSiderChange: Rn, onReload: gt, payload: Fn }, Mt] = fa(M, e, d, l), En = St(g, z, $, d), On = St(c);
|
|
V(() => {
|
|
let te = null;
|
|
return e && L.get(`/api/_/${e}`).resp(({ data: Qe, res: An }) => {
|
|
Qe != null && Qe.isDynamicRefresh && (te = fn.subscribe(() => gt(), An)), I(Qe);
|
|
}).catch(() => I({})), () => te == null ? void 0 : te();
|
|
}, [e]), S.useImperativeHandle(s, () => ({ onReload: gt, onClickCallback: Mt }));
|
|
const jn = { listCode: e, title: O, classNames: o, layouts: r, resource: l, primaryKey: d, theme: a || h, themeProps: i || p, isTreeSider: C, treeSiderConfig: k, isPaginate: F, tabs: B, isItemOperations: En, itemOperations: g == null ? void 0 : g.map((te) => m.isEmpty(te == null ? void 0 : te.confirm) ? te : { ...te, confirm: Object.assign({}, te.confirm, { getPopupContainer: () => document.body }) }), isBatchOperations: On, batchOperations: c, isItemGridLayout: x, columns: f, itemGridLayout: P, isConditionFormLayout: w, itemOperationsAccess: z, dataSource: $, onConditionChange: Q, onTabChange: vn, onKeywordChange: Nn, onPageChange: Tn, onPageSizeChange: $n, onSiderChange: Rn, condition: T, tab: _, keyword: D, page: pe, total: Ye, pageSize: Xe, sider: ut, payload: Fn };
|
|
return u(mn, { ...jn, className: R("ff-data-list-helper", n), onReload: gt, onClickCallback: Mt });
|
|
}), hn = (e, t, n = !0) => n !== !0 && n-- <= 0 ? [] : m.isArray(e) && !m.isEmpty(e) ? e.reduce((a, i) => (Reflect.has(i, t) && Reflect.has(i, "children") && a.push(i[t]), Reflect.has(i, "children") && !m.isEmpty(i.children) ? a.concat(hn(i.children, t, n)) : a), []) : [], va = ({ className: e, primaryKey: t, columns: n = [], dataSource: a = [], operationRender: i, operationWidth: r = 180, components: o = {}, ...s }) => {
|
|
const { classNames: l } = re(ee), d = K(null), c = K(null), [g, f] = A([]), [p, h] = A({ width: 0, height: 0 });
|
|
V(() => {
|
|
f(hn(a, t));
|
|
}, [a, t]), Mn(() => {
|
|
const k = new ResizeObserver(() => {
|
|
var x;
|
|
h({ width: ((x = d.current) == null ? void 0 : x.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 w = pa(n), C = ma(o);
|
|
return u("div", { ref: c, className: R("ff-data-list-table", l.content, e), children: p.height ? u(_n, { bordered: !0, ...s, components: C, ref: d, rowKey: (k) => (k == null ? void 0 : k[t]) ?? Math.random(), columns: w == null ? void 0 : w.concat(i ? [{ title: "操作", align: "center", fixed: "right", width: `${Math.ceil(r / p.width * 100).toFixed(2)}%`, render: (k, x, P) => i(x, P) }] : []), dataSource: a, size: "middle", scroll: { x: "max-content", y: p.height - 50 }, pagination: !1, expandable: { defaultExpandAllRows: !0, expandRowByClick: !0, onExpandedRowsChange: f, expandedRowKeys: g } }) : null });
|
|
}, Na = "RC_FORM_INTERNAL_HOOKS", Ta = (e) => {
|
|
const [t, n] = S.useState({ items: [] });
|
|
return V(() => {
|
|
e && L.get(`/api/_/${e}`).then(({ uuid: a, code: i, name: r, resource: o, primaryKey: s, marginX: l, marginY: d, cols: c, rowHeight: g, fields: f, theme: p, themeSetting: h }) => ({ uuid: a, code: i, name: r, resource: o, primaryKey: s, marginX: l, marginY: d, cols: c, rowHeight: g, theme: p, themeProps: h, items: f })).then(n);
|
|
}, [e]), t;
|
|
}, $a = (e, { initialValue: t, initialValueLanguage: n, convertJs: a, convertJsSetting: i, type: r = "string" }, o = null) => {
|
|
const s = K(!1), l = re(en), [d, c] = A(), [g, f] = A(n != "javascript" && e ? l.getFieldValue(e) : void 0), { registerWatch: p } = l.getInternalHooks(Na) || {};
|
|
return V(() => p == null ? void 0 : p((h, w, C) => {
|
|
if (!s.current) return;
|
|
const k = m.get(w, e);
|
|
m.isEqual(k, g) || f(ae(k, r));
|
|
}), [g]), V(() => {
|
|
n == "javascript" && t ? xe.exec(t, {}, { getFieldValueForBasicForm: (h) => o ? o.getFieldValue(h) : l.getFieldValue(h), getFieldValue: (h) => l.getFieldValue(h) }).then((h) => f(ae(h, r))).catch((h) => notification.error({ message: `布局数据错误: ${JSON.stringify(h)}` })).finally(() => s.current = !0) : (t && f(ae(t ?? l.getFieldValue(e), r)), s.current = !0);
|
|
}, [t, n]), He(() => {
|
|
s.current && a && new at([a, i]).toValue(g, l.getFieldsValue(!0)).then(c).catch((h) => {
|
|
c(h), console.error("布局数据转换错误: ", h, a);
|
|
});
|
|
}, [g, a, i]), [d ?? g, g];
|
|
}, ji = (e, t, n = null) => W(() => Ot(e, t, n), [e]), yn = (e, t, n = {}, a = {}, i = {}, r = null) => {
|
|
const o = re(en), s = ct(), l = K(!0), d = K([]), [c, g] = A(t), [f, p] = A(), h = Z.useWatch((w) => JSON.stringify(m.pick(w, d.current)), o) || "{}";
|
|
return Je(() => {
|
|
e && xe.exec(e, n, { ...a, getFieldValueForBasicForm: (w) => i ? i.getFieldValue(w) : null, getFieldValue: m.wrap(o.getFieldValue, (w, C) => (d.current.some((k) => m.isEqual(k, C)) || (d.current.push(C), s()), w == null ? void 0 : w(C))), isFieldTouched: o.isFieldTouched, isFieldsTouched: o.isFieldsTouched }).then((w) => {
|
|
l.current && (g(w), p(null));
|
|
}).catch((w) => {
|
|
l.current && (g(t), p(w));
|
|
});
|
|
}, [e, h, o, n, a]), V(() => () => l.current = !1, []), e ? [r ? ae(c, r) : c, f] : [r ? ae(t, r) : t, null];
|
|
}, Ra = ({ widget: e, widgetPrefix: t = "@pkg/ff/grid-layouts", basicForm: n, ...a }) => {
|
|
const i = e != null && e.startsWith("@") || e != null && e.startsWith("blob:") ? e : `${t}/${e}`, [r, o] = A();
|
|
return V(() => {
|
|
i && ie.getWidgetComponent(i).then(({ defaultProps: s = {}, default: l }) => ({ default: Fa(l, s, n) })).catch((s) => ({ default: () => `${s}` })).then((s) => o(S.createElement(s.default, a)));
|
|
}, [i]), r;
|
|
}, Fa = (e, t = {}, n = null) => (a) => {
|
|
const { code: i, label: r, extras: o, isVirtual: s, initialValue: l, initialValueLanguage: d, convertJs: c, convertJsSetting: g, value: f, ...p } = m.merge({}, t, a), [h, w] = $a(s ? null : i, { initialValue: l, initialValueLanguage: d, convertJs: c, convertJsSetting: g, type: (p == null ? void 0 : p.type) || "string" }, n), C = W(() => {
|
|
const P = Object.keys((t == null ? void 0 : t.extras) || {});
|
|
return m.over([m.partialRight(m.pick, P), m.partialRight(m.omit, P)]);
|
|
}, [t == null ? void 0 : t.extras]), [k, x] = C(p);
|
|
return u(e, { ...x, value: h, rawValue: w, $setting: Object.assign({}, o, k) });
|
|
}, wn = ({ theme: e, basicForm: t, items: n = [{ key: "default", label: "默认" }], fields: a = [], itemRender: i, chunks: r = [], children: o, $setting: s = {}, ...l }) => {
|
|
const [d, c] = A();
|
|
V(() => {
|
|
e ? ie.getWidgetComponent(e).then((f) => {
|
|
if (!(f != null && f.default)) throw "not found";
|
|
return f;
|
|
}).catch((f) => ({ default: () => `${e} ${f}` })).then((f) => c(S.createElement(f.default, {}))) : c(null);
|
|
}, [e]);
|
|
const g = W(() => n == null ? void 0 : n.map((f) => ({ ...f, children: i(f, a == null ? void 0 : a.filter((p) => !(p != null && p.group) && f.key == "default" || p.group == f.key), f.key == "default" ? o : null) })).concat(r), [n, o, r]);
|
|
return d && S.cloneElement(d, { items: g, basicForm: t, $setting: { ...s, ...l } });
|
|
}, bn = ({ name: e, form: t = null, basicForm: n = null, style: a = {}, className: i, cols: r = 12, rowHeight: o = 21, containerPadding: s = [0, 0], itemMargin: l = [4, 0], formProps: d = {}, formFields: c = [], fields: g = [], data: f, theme: p, themeProps: h = {}, children: w, ...C }) => {
|
|
const [k] = Z.useForm(t), x = W(() => [{ name: "__PROPS__", value: d }].concat(c), [d, c]);
|
|
He(() => (k.setFieldsValue(f), () => k.resetFields()), [f]);
|
|
const P = (O, F, B) => {
|
|
const I = Ot(F, Ra, n);
|
|
return E("div", { className: R("ff-grid-layout", i), style: { ...a, "--grid-layout-item-margin-y": `${(l == null ? void 0 : l[0]) || 0}px`, "--grid-layout-item-margin-x": `${(l == null ? void 0 : l[1]) || 0}px`, "--grid-layout-container-padding-y": `${(s == null ? void 0 : s[0]) || 0}px`, "--grid-layout-container-padding-x": `${(s == null ? void 0 : s[1]) || 0}px`, "--grid-layout-cols": r, "--grid-layout-row-height": `${o}px` }, children: [I, B && S.cloneElement(B, { cols: r, rowHeight: o, itemMargin: l, containerPadding: s, fields: F, basicForm: n })] });
|
|
};
|
|
return u(Z, { ...C, fields: x, form: k, component: !1, children: p ? u(wn, { ...h, theme: p, itemRender: P, fields: g, children: w, basicForm: n }) : P(0, g, w) });
|
|
}, Ai = /* @__PURE__ */ ((e) => function({ code: t, data: n, ...a }) {
|
|
const { uuid: i, resource: r, items: o, hides: s, rowHeight: l, marginX: d, marginY: c, cols: g, theme: f, themeProps: p } = Ta(t), h = W(() => [{ name: "__RESOURCE__", value: r }, { name: "__LAYOUT_KEY__", value: t }, { name: "__LAYOUT_UUID__", value: i }], [t, i, r]);
|
|
return r && u(e, { name: t, theme: f, themeProps: p, ...a, fields: o, formFields: h, rowHeight: l, cols: g, itemMargin: [d, c], data: r ? { [r]: n } : n });
|
|
})(bn), Ea = ({ column: e = 0, colWidth: t = 0, cols: n, rowHeight: a, itemMargin: i, fields: r, primaryKey: o, dataSource: s, itemClassName: l, beforeRender: d = null, afterRender: c = null, itemRender: g = (w, C, k) => w, empty: f = u(Hn, { description: null }), className: p, style: h = {} }) => {
|
|
const { classNames: w } = re(ee), C = W(() => u(bn, { cols: n, rowHeight: a, itemMargin: i, fields: r, className: l }), [r, n, a, i]), k = m.isEmpty(s);
|
|
return E("div", { className: R("ff-data-list-content", w.content, p), style: Object.assign({}, h, e && { "--col-num": e }, t && { "--col-width": t }), children: [d == null ? void 0 : d(s), k ? f : s.map((x, P) => {
|
|
const O = g(S.cloneElement(C, { data: x }), x, P);
|
|
return S.cloneElement(O, { key: `${(x == null ? void 0 : x[o]) ?? P}-${ca(x)}` });
|
|
}), c == null ? void 0 : c(s)] });
|
|
}, Oa = ({ component: e, $props: t }) => {
|
|
const { base62params: n } = _e(t, {});
|
|
return u(J, { children: u(jt, { listCode: e, base62params: L.decode(n) }) });
|
|
}, Li = () => u(Cn, {}), Cn = () => "Empty", ja = ({ component: e, $setting: t, $props: n }) => {
|
|
const [a, i] = A();
|
|
V(() => {
|
|
if (!e) return i(u(Cn, { description: null }));
|
|
ie.getWidgetComponent(e).catch((o) => ({ default: () => `${o}` })).then((o) => S.createElement(o.default, { $setting: t })).then(i);
|
|
}, [e]);
|
|
const r = _e(n, {});
|
|
return a ? S.cloneElement(a, r) : null;
|
|
}, Vi = () => "NotFoundPage";
|
|
var ye, ne, we, be, qe, We;
|
|
const ce = class ce {
|
|
constructor() {
|
|
j(this, ne, /* @__PURE__ */ new Map());
|
|
j(this, we, {});
|
|
j(this, be, null);
|
|
N(this, "init", (t, n) => {
|
|
q(this, ne, t), q(this, we, 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, a = {}) => {
|
|
const { uri: i, type: r, widgetProps: o } = this.get(t) || {}, { router: s, query: l, ...d } = n || {}, c = Object.assign({}, d, s), g = Object.assign({}, d, l);
|
|
r == "list" && (c.base62params = L.encode(c != null && c.base62params ? c.base62params : c));
|
|
let f = Qn(i || t, c);
|
|
const p = new URLSearchParams();
|
|
for (const h in o || {}) (o == null ? void 0 : o.type) == "query" && Object.has(g, h) && p.append(h, JSON.stringify(g[h]));
|
|
return p.size > 0 && (f = `${f}?${p.toString()}`), a != null && a.isOpenWindow ? window.open(f) : y(this, be).navigate(f, { replace: !!(a != null && a.isReplaceRouteHistory) });
|
|
});
|
|
N(this, "getMenus", (t) => {
|
|
var n;
|
|
return ((n = y(this, we)) == null ? void 0 : n[t]) || [];
|
|
});
|
|
N(this, "findMenuPathByUuid", (t) => {
|
|
let n = [];
|
|
for (const a in y(this, we)) if (n = y(this, qe).call(this, y(this, we)[a], t, [a]), n.length > 1) return n;
|
|
return n;
|
|
});
|
|
N(this, "getMenusByRouteUuid", (t) => y(this, We).call(this, t, Object.values(y(this, we)).flat()));
|
|
j(this, qe, (t, n, a = []) => {
|
|
if (m.isEmpty(t)) return a;
|
|
for (const { uuid: i, children: r } of t) {
|
|
if (i == n) return a.concat(i);
|
|
if (!m.isEmpty(r)) return a.concat(i, y(this, qe).call(this, r, n));
|
|
}
|
|
return a;
|
|
});
|
|
j(this, We, (t, n) => {
|
|
var i;
|
|
let a = [];
|
|
for (const r of n) r.widgetType == "redirect" && (r.uuid == t || r.widget == t ? a.push(r) : (i = r.children) != null && i.length && (a = a.concat(y(this, We).call(this, t, r.children))));
|
|
return a;
|
|
});
|
|
N(this, "getCurrentMenu", () => {
|
|
const { uuid: t } = this.getCurrentRoute() || {};
|
|
if (!t) return;
|
|
const n = this.getMenusByRouteUuid(t);
|
|
return m.isEmpty(n) ? void 0 : n[0];
|
|
});
|
|
N(this, "getCurrentRoute", (t = 0) => {
|
|
var a;
|
|
const n = (a = y(this, be).state.matches[y(this, be).state.matches.length - 1 - t]) == null ? void 0 : a.route;
|
|
if (!n) return null;
|
|
for (let [i, r] of y(this, ne)) if (r.uri === n.path) return r;
|
|
return null;
|
|
});
|
|
N(this, "getPageParams", (t) => {
|
|
var i, r, o;
|
|
let n = "", a = {};
|
|
if (nn()) a = Zn(), n = (i = ea()) == null ? void 0 : i.search;
|
|
else {
|
|
const { location: s = {}, matches: l = [] } = ((r = y(this, be)) == null ? void 0 : r.state) || {};
|
|
a = ((o = l[l.length - 1]) == null ? void 0 : o.params) || {}, n = s.search;
|
|
}
|
|
return n && new URLSearchParams(n).forEach((s, l) => {
|
|
a[l] = s;
|
|
}), t ? m.get(a, t) : a;
|
|
});
|
|
N(this, "createBrowserRouter", (t = {}) => {
|
|
if (y(this, ne).size == 0) return null;
|
|
const n = Ie.get("Common.WEBSITE_DEFAULT_THEME", "@pkg/ff/frameworks/DefaultTheme"), a = Ie.get(ie.checkUserToken() ? "Common.WEBSITE_LOGIN_REDIRECT" : "Common.WEBSITE_DEFAULT", "/index"), i = { [n]: 0 }, r = (s, l) => () => Promise.all([ie.getWidgetComponent(s), _e(l)]).then(([d, c]) => [d.default || function() {
|
|
return `${s}`;
|
|
}, c]).then(([d, c]) => ({ Component: () => S.createElement(rn, {}, S.createElement(d, { $setting: c })) })), o = Array.from(y(this, ne).values()).reduce((s, { uuid: l, uri: d, name: c, type: g, component: f, widgetSetting: p, widgetProps: h, isLogin: w, isLayout: C, extra: k }) => {
|
|
let x = {}, P = 0;
|
|
switch (g) {
|
|
case "list":
|
|
x.element = S.createElement(Oa, { component: f, $props: h });
|
|
break;
|
|
case "fsdpf-component":
|
|
x.element = S.createElement(ja, { key: f, component: f, $setting: p, $props: h });
|
|
}
|
|
const O = (k == null ? void 0 : k.theme) ?? (k == null ? void 0 : k.layout);
|
|
if (O) {
|
|
const F = (k == null ? void 0 : k.themeProps) ?? (k == null ? void 0 : k.layoutProps);
|
|
if (!i[O]) return i[O] = s.length, [...s, { path: "/", lazy: r(O, F), children: [{ path: d, ...x }] }];
|
|
P = i[O];
|
|
}
|
|
return C && P > -1 ? (s[P].children.push({ path: d, ...x }), s) : [...s, { path: d, ...x }];
|
|
}, [{ path: "/", lazy: r(n, {}), children: [] }]);
|
|
return o.push({ index: !0, element: S.createElement(Aa, { to: a, replace: !0 }) }), q(this, be, ta(o, t));
|
|
});
|
|
if (y(ce, ye)) return y(ce, ye);
|
|
}
|
|
};
|
|
ye = new WeakMap(), ne = new WeakMap(), we = new WeakMap(), be = new WeakMap(), qe = new WeakMap(), We = new WeakMap(), j(ce, ye, null), N(ce, "getInstance", () => (y(ce, ye) || q(ce, ye, new ce()), y(ce, ye)));
|
|
let Pt = ce;
|
|
const Aa = ({ to: e, replace: t }) => nn() ? S.createElement(na, { to: e, replace: t }) : (window.document.location = e, "redirect"), Se = Pt.getInstance(), $e = new Worker(new URL("/ff-worker/index.js", self.location)), Ht = { getConfigure: (e) => Ie.get(e), route: { redirect: (...e) => Se.redirect(...e), getPageParams: (...e) => Se.getPageParams(...e), getCurrentRoute: () => Se.getCurrentRoute() }, popup: { notification: (...e) => X.notification(...e), success: (...e) => X.success(...e), error: (...e) => X.error(...e), form: (...e) => X.form(...e), modal: (...e) => X.modal(...e), confirm: (...e) => X.confirm(...e) } };
|
|
var lt, Oe, Ce;
|
|
const U = class U {
|
|
constructor() {
|
|
N(this, "exec", (t, n = {}, a = {}, i = "") => new Promise((r, o) => {
|
|
if (!/^(?!\s*(\/\/|\/\*|\*)).*?\S+/m.test(t)) return r();
|
|
const s = Dt(U, lt)._++;
|
|
y(U, Oe).set(s, a), U.mQueue.set(s, [r, o]), $e.postMessage({ id: s, session: i, category: "eval", method: t, args: n });
|
|
}));
|
|
N(this, "clear", (t) => $e.postMessage({ session: t, category: "clear" }));
|
|
if (y(U, Ce)) return y(U, Ce);
|
|
Promise.resolve().then(() => oi).then((t) => {
|
|
Ht.http = t.http;
|
|
}), $e.addEventListener("message", ({ data: { id: t, task_id: n, method: a, args: i, category: r, data: o, error: s, session: l } }) => {
|
|
if (r === "eval" && U.mQueue.has(t)) s !== null ? U.mQueue.get(t)[1](s) : U.mQueue.get(t)[0](o), y(U, Oe).delete(t), U.mQueue.delete(t);
|
|
else if (r === "util") try {
|
|
const d = m.get(Ht, a.split("/")) || m.get(y(U, Oe).get(n), a.split("/"));
|
|
if (!m.isFunction(d)) throw `${a} not found`;
|
|
Promise.resolve(Reflect.apply(d, void 0, i)).then((c) => {
|
|
$e.postMessage({ id: t, task_id: n, category: r, method: a, args: i, session: l, data: c, error: null });
|
|
}).catch((c) => {
|
|
$e.postMessage({ id: t, task_id: n, category: r, method: a, args: i, session: l, data: null, error: c });
|
|
});
|
|
} catch (d) {
|
|
$e.postMessage({ id: t, task_id: n, category: r, method: a, args: i, session: l, data: null, error: d });
|
|
}
|
|
}, !1);
|
|
}
|
|
};
|
|
lt = new WeakMap(), Oe = new WeakMap(), Ce = new WeakMap(), N(U, "mQueue", /* @__PURE__ */ new Map()), j(U, lt, 0), j(U, Oe, /* @__PURE__ */ new Map()), j(U, Ce, null), N(U, "getInstance", () => (y(U, Ce) || q(U, Ce, new U()), y(U, Ce)));
|
|
let vt = U;
|
|
const xe = vt.getInstance(), ct = () => {
|
|
const e = K(!0), [, t] = S.useReducer((n) => n + 1, 0);
|
|
return V(() => () => e.current = !1, []), () => e.current && t();
|
|
}, Ii = (e) => {
|
|
const t = K();
|
|
return V(() => {
|
|
t.current = e;
|
|
}, [e]), t.current;
|
|
}, Mi = (e) => {
|
|
const [t, n] = A(e), a = K(null), i = G((r, o) => {
|
|
a.current = o, n(r);
|
|
}, []);
|
|
return V(() => {
|
|
a.current && (a.current(t), a.current = null);
|
|
}, [t]), [t, i];
|
|
}, He = (e = (a) => {
|
|
}, t, n = m.isEqual) => {
|
|
const a = S.useRef();
|
|
n(t, a.current) || (a.current = m.cloneDeep(t)), S.useEffect(e, [a.current]);
|
|
}, Je = He, kn = (e, t = "string") => {
|
|
var n;
|
|
if (!Array.isArray(e)) return e;
|
|
for (let a = 0; a < e.length; a++) e[a].value = ae((n = e[a]) == null ? void 0 : n.value, t), e[a] && Reflect.has(e[a], "children") && (e[a].children = kn(e[a].children, t));
|
|
return e;
|
|
}, zi = (e, t = "json", n = "string", a, i = null) => {
|
|
const [r] = Z.useForm(a), [o, s] = A([{ label: "无", value: "", disabled: !0 }]), l = K([]), d = Z.useWatch((c) => l.current.length === 0 ? null : m.pick(c, l.current), r) || null;
|
|
return V(() => {
|
|
Array.isArray(e) ? s(e) : t === "javascript" && e ? xe.exec(e, {}, { getFieldValue: (c) => (l.current.includes(c) || l.current.push(c), r.getFieldValue(c)), getFieldValueForBasicForm: (c) => (l.current.includes(c) || l.current.push(c), i ? i.getFieldValue(c) : r.getFieldValue(c)) }).then((c) => {
|
|
s(ae(c, "array"));
|
|
}).catch((c) => console.error("useOptions", c)) : e && s(ae(e, "array"));
|
|
}, [e, t, d]), kn(o, n);
|
|
}, Bi = (e) => {
|
|
const [t, n] = A(), a = { type: "GET" };
|
|
if (typeof e == "string" ? a.url = e : m.isPlainObject(e) && Object.assign(a, e), !(a != null && a.url)) throw "url is required";
|
|
const i = (r) => L.request(a, !1).resp((o) => (console.log("useSubscribeRequest", r), n(o), o));
|
|
return He(() => {
|
|
let r = null;
|
|
return i().then((o) => {
|
|
r = fn.subscribe(m.throttle(i, 180, { leading: !1, trailing: !0 }), o.res);
|
|
}), () => r == null ? void 0 : r();
|
|
}, a), t;
|
|
}, La = (e) => {
|
|
const [t, n] = S.useState({ items: [], hides: [] });
|
|
return S.useEffect(() => {
|
|
e && L.get(`/api/_/${e}`).then(({ pk: a, uuid: i, code: r, resource: o, align: s, cols: l, rowHeight: d, marginX: c, marginY: g, listenChangeFields: f, listenChangeFieldsFunc: p, fields: h, theme: w, themeSetting: C }) => ({ pk: a, uuid: i, code: r, resource: o, align: s, cols: l, rowHeight: d, marginX: c, marginY: g, theme: w, themeProps: C, listenChangeFields: f, listenChangeFieldsFunc: p, ...h.reduce((k, x) => {
|
|
var P;
|
|
return (P = x == null ? void 0 : x.field) != null && P.hidden ? k.hides.push(x == null ? void 0 : x.field) : k.items.push(x), k;
|
|
}, { items: [], hides: [] }) })).then(n);
|
|
}, [e]), t;
|
|
}, Va = ({ max: e = 0, min: t = 0, type: n = "", message: a, pattern: i, required: r = !1, validator: o } = {}, s, l) => {
|
|
const [d, c] = A([]);
|
|
return V(() => {
|
|
const g = [];
|
|
if (r) {
|
|
let f = l;
|
|
switch (l) {
|
|
case "number":
|
|
case "string":
|
|
case "array":
|
|
break;
|
|
case "bool":
|
|
f = "boolean";
|
|
break;
|
|
case "json":
|
|
f = "object";
|
|
}
|
|
g.push({ type: f, required: !0, whitespace: !0, message: "该项必填" });
|
|
}
|
|
switch (n) {
|
|
case "string":
|
|
g.push({ type: n, max: e, min: t, message: a || (t && e ? `字符必须在 ${t} ~ ${e} 之间` : `${e ? "最多能有" : "最少要有"} ${t || e} 个字符`) });
|
|
break;
|
|
case "pattern":
|
|
g.push({ type: "string", pattern: i, message: a });
|
|
break;
|
|
case "validator":
|
|
o && g.push(({ getFieldValue: f }) => ({ validator: async (p, h) => {
|
|
const w = await xe.exec(o, { value: h, fieldName: s }, { getFieldValue: f });
|
|
return m.isString(w) && w ? Promise.reject(w) : m.isBoolean(w) && !w ? Promise.reject(a) : Promise.resolve();
|
|
} }));
|
|
}
|
|
c(g);
|
|
}, [e, t, n, a, i, r, o]), d;
|
|
}, Ia = (e, t, n) => {
|
|
const [a, i] = A(null);
|
|
return V(() => {
|
|
const { initDataUri: r = `/api/${e}`, initDataMethod: o = "GET" } = n || {};
|
|
t && L.request({ method: o, url: m.trimEnd(`${r}/${t}`, "/") }).then((s) => {
|
|
i(s);
|
|
});
|
|
}, [e, t, n]), a;
|
|
}, Ma = (e, t, n) => G((a, i = { serialize: (r) => r, onSuccess: () => {
|
|
}, onFail: (r) => (r == null ? void 0 : r.errorFields) && X.error("请先完善表单信息", { duration: 2e3 }) }) => {
|
|
const r = a.getFieldValue("__RESOURCE__"), { submitDataUri: o = `/api/${e}`, submitDataMethod: s = "POST" } = n || {};
|
|
return a.validateFields().then((l) => r ? m.pick(l, [r]) : l).then(i.serialize).then((l) => L.request({ method: s, url: m.trimEnd(`${o}/${t || ""}`, "/"), data: l }).msg(i.onSuccess)).catch(i.onFail);
|
|
}, [e, t, n]), za = (e, t, n, a) => {
|
|
const i = Ia(t, n, a);
|
|
V(() => {
|
|
i ? e.setFieldsValue(i) : e.resetFields();
|
|
}, [e, i]);
|
|
const r = Ma(t, n, a);
|
|
return m.partial(r, e);
|
|
}, Ba = (e, t, n = [], a = {}) => {
|
|
const i = K({}), r = K(), o = m.debounce(ct(), 180), s = ["disabled", "required"], l = (f, p) => {
|
|
s.includes(f) && (i.current[f] = p), o();
|
|
}, d = W(() => ({ setDisabled: (f) => l("disabled", f), setRequired: (f) => l("required", f), getDisabled: () => i.current.disabled, getRequired: () => i.current.required }), [t]), [c, g] = yn(t, -1, {}, d, a);
|
|
if (!g && r.current != c && (c >= 0 || !m.isEmpty(n == null ? void 0 : n[c]))) {
|
|
r.current = c;
|
|
const { widget: f, widgetPrefix: p, props: h } = n == null ? void 0 : n[c];
|
|
e = sn(f, p), i.current = m.merge(h, m.pick(i.current, s));
|
|
}
|
|
return [e, i.current];
|
|
}, Jt = (e) => e === void 0 || e === !1 ? "" : (Array.isArray(e) ? e : [e]).join("_"), Di = ({ value: e, onChange: t }, n = null) => {
|
|
const a = K(), [i] = Z.useForm(n), r = K({});
|
|
return Je(() => {
|
|
m.isEqual(a.current, e) || i.setFieldsValue(e);
|
|
}, [e]), V(() => () => i.resetFields(), []), [W(() => i.__INTERNAL__ ? i : { ...i, __INTERNAL__: { itemRef: (o) => (s) => {
|
|
const l = Jt(o);
|
|
s ? r.current[l] = s : delete r.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 = Jt(o);
|
|
return r.current[s];
|
|
} }, [i]), (o, s) => {
|
|
a.current = s, t == null || t(s);
|
|
}];
|
|
}, At = ({ widget: e = "Input", widgetPrefix: t = "@pkg/ff/grid-layout-forms", widgetDecorator: n, subWidgets: a = [], basicForm: i, ...r }) => {
|
|
const o = sn(e, t), [s, l] = Ba(o, n, a, i), [d, c] = A();
|
|
return V(() => {
|
|
s && ie.getWidgetComponent(s).then(({ defaultProps: g = {}, default: f }) => ({ default: Da(f, g, i) })).catch((g) => ({ default: () => `${g}` })).then((g) => c(S.createElement(g.default, r)));
|
|
}, [s]), d && S.cloneElement(d, { ...r, ...l });
|
|
}, Da = (e, t = {}, n = null) => (a) => {
|
|
const { type: i, code: r, label: o, noStyle: s, placeholder: l, required: d = !1, extras: c, validators: g, help: f, isVirtual: p, $isReserved: h, initialValue: w, initialValueLanguage: C, ...k } = m.omit(m.merge({}, t, a), ["convertJs", "convertJsSetting", "widget", "widgetPerfix", "widgetDecorator", "subWidgets", "boxStyle"]), x = Va(Object.assign({}, g, d ? { required: !0 } : {}), r, i), P = W(() => {
|
|
const M = Object.keys((t == null ? void 0 : t.extras) || {});
|
|
return m.over([m.partialRight(m.pick, M), m.partialRight(m.omit, M)]);
|
|
}, [t == null ? void 0 : t.extras]), [O, F] = P(k), B = { label: o, noStyle: s, colon: !1, layout: "vertical" }, I = G((M) => M == null ? void 0 : ae(M, i), [i]);
|
|
return u(Ft, { name: r, rules: x, initialValue: I(w), normalize: I, children: (M, $, z) => {
|
|
var T;
|
|
return u(e, { type: i, rcform: z, basicForm: n, itemProps: { validateStatus: $.errors.length > 0 ? "error" : "success", tooltip: f || null, help: $.errors.length > 0 ? $.errors.join("、") : null, required: ((T = x == null ? void 0 : x[0]) == null ? void 0 : T.required) || !1, ...B }, fieldProps: { placeholder: l, ...F, ...M }, $setting: Object.assign({}, c, O) });
|
|
} });
|
|
}, Lt = ({ name: e, form: t = null, basicForm: n = null, style: a = {}, className: i, cols: r = 24, rowHeight: o = 16, itemMargin: s = [8, 16], containerPadding: l = [0, 0], fields: d = [], hides: c = [], primaryKey: g = 0, formProps: f = {}, formFields: p = [], listenChangeFields: h, listenChangeFieldsFunc: w, onValuesChange: C, theme: k, themeProps: x = {}, children: P, ...O }) => {
|
|
const [F] = Z.useForm(t), B = G(($, z) => {
|
|
C == null || C($, z), w && Array.isArray(h) && xe.exec(w, { changedValues: $, allValues: z }, { getFieldValue: F.getFieldValue, setFieldValue: F.setFieldValue, setFieldsValue: F.setFieldsValue, isFieldTouched: F.isFieldTouched, isFieldsTouched: F.isFieldsTouched }).catch((T) => console.error("onFormValuesChange", e, T));
|
|
}, [e, F, C, h, w]), I = W(() => [{ name: "__PROPS__", value: f }, { name: "__PRIMARY_KEY__", value: g }].concat(p), [g, f, p]), M = ($, z, T) => {
|
|
const _ = Ot(z, At, n);
|
|
return E("div", { className: R("ff-grid-layout-form", i), style: { ...a, "--grid-layout-item-margin-x": `${(s == null ? void 0 : s[0]) ?? 8}px`, "--grid-layout-item-margin-y": `${(s == null ? void 0 : s[1]) ?? 16}px`, "--grid-layout-container-padding-y": `${(l == null ? void 0 : l[0]) || 0}px`, "--grid-layout-container-padding-x": `${(l == null ? void 0 : l[1]) || 0}px`, "--grid-layout-cols": r, "--grid-layout-row-height": `${o}px` }, children: [_, T && S.cloneElement(T, { cols: r, rowHeight: o, itemMargin: s, containerPadding: l, fields: z, basicForm: n })] });
|
|
};
|
|
return E(Z, { ...O, form: F, fields: I, onValuesChange: B, children: [k ? u(wn, { ...x, theme: k, itemRender: M, fields: d, children: P, basicForm: n }) : M(0, d, P), c == null ? void 0 : c.map(($) => {
|
|
var z;
|
|
return u(Ft, { name: $.code, children: u(Ua, { form: F, basicForm: n, name: $.code, type: $.type, initialValue: $.initialValue, initialValueLanguage: (z = $.extras) == null ? void 0 : z.initialValueLanguage }) }, JSON.stringify($.code));
|
|
})] });
|
|
}, Ua = ({ type: e, initialValue: t, initialValueLanguage: n, onChange: a, basicForm: i }) => {
|
|
const [r, o] = yn(n == "javascript" && t, n == "javascript" ? void 0 : t, {}, {}, i);
|
|
return V(() => {
|
|
n == "javascript" ? a(ae(r, e)) : t && a(ae(t, e));
|
|
}, [e, t, r]), null;
|
|
};
|
|
Lt.propTypes = { fields: b.array, hides: b.array };
|
|
const qa = /* @__PURE__ */ ((e) => ({ code: t, isPreview: n = !1, ...a }) => {
|
|
const { align: i, autoComplete: r, resource: o, items: s, hides: l, rowHeight: d, marginX: c, marginY: g, cols: f, listenChangeFields: p, listenChangeFieldsFunc: h, pk: w, uuid: C, theme: k, themeProps: x } = La(t), P = W(() => [{ name: "__PK__", value: w }, { name: "__RESOURCE__", value: o }, { name: "__LAYOUT_KEY__", value: t }, { name: "__LAYOUT_UUID__", value: C }], [w, t, C, o]);
|
|
return u(e, { name: t, autoComplete: r, theme: k, themeProps: x, ...a, formFields: P, listenChangeFields: p, listenChangeFieldsFunc: h, fields: s, hides: l, cols: f, rowHeight: d, itemMargin: [c, g] });
|
|
})(Lt), Sn = ({ $setting: e, $close: t, extras: n, code: a, primaryKey: i, ...r }) => {
|
|
const [o] = Z.useForm(), s = za(o, a, i, e);
|
|
return u(J, { actions: E(S.Fragment, { children: [u(v, { name: (e == null ? void 0 : e.okText) || "保存", type: "primary", widget: () => s({ onSuccess: t }) }), u(v, { name: (e == null ? void 0 : e.cancelText) || "取消", widget: () => t(!1) })] }), extras: n, children: u(qa, { form: o, code: a, primaryKey: i, ...r }) });
|
|
}, Gt = /* @__PURE__ */ new Set(), Nt = (e = [], t = 0) => {
|
|
const n = e[t];
|
|
if (n.length && !Gt.has(n)) {
|
|
const a = document.createElement("script");
|
|
a.setAttribute("src", n), a.setAttribute("data-namespace", n), e.length > t + 1 && (a.onload = () => {
|
|
Nt(e, t + 1);
|
|
}, a.onerror = () => {
|
|
Nt(e, t + 1);
|
|
}), Gt.add(n), document.body.appendChild(a);
|
|
}
|
|
}, Tt = ({ className: e, type: t, style: n = {}, ...a }) => u("span", { role: "img", className: R("ff-iconfont", e), style: n, ...a, children: u("svg", { style: { width: "1em", height: "1em", fill: "currentColor", overflow: "hidden" }, viewBox: "0 0 1024 1024", children: u("use", { xlinkHref: `#${t}` }) }) });
|
|
Tt.propTypes = { className: b.string, type: b.string.isRequired, style: b.object }, Tt.init = Nt;
|
|
const Wa = (e, t, n, a) => Se.redirect(n, t, a), Ka = (e, t = {}, n, a = {}) => {
|
|
var r;
|
|
const i = (r = a.router) == null ? void 0 : r.reduce((o, [s, l, d]) => {
|
|
const c = m.get(t, ["router", s]);
|
|
if (!c && c !== 0 && l) throw `请传入 ${d}`;
|
|
return `${o}/${c}`;
|
|
}, `/api/${n}`);
|
|
return L.del(i, t.param).msg();
|
|
}, Yt = (e, t, n, { status: { loading: a, disabled: i }, setStatus: r }) => {
|
|
const o = { loading: (s) => s === void 0 ? a : r((l) => ({ ...l, loading: s })), disabled: (s) => s === void 0 ? i : r((l) => ({ ...l, disabled: s })) };
|
|
return m.isFunction(n) ? n.call(null, { ...t, ...o }) : m.isString(n) && n ? xe.exec(n, t, o) : null;
|
|
}, Xt = (e, t, n, a, i) => m.isString(n) && n ? ie.getWidgetComponent(n).then(({ default: r }) => X.modal(r, { ...t, $setting: a }, i != null && i.title ? { ...i, title: m.template(i.title)(e) } : i)).catch((r) => {
|
|
X.error(n, { content: r.toString() });
|
|
}) : X.modal(n, { ...t, $setting: a }, i != null && i.title ? { ...i, title: m.template(i.title)(e) } : i), _a = (e, t, n, a, i) => X.modal(Sn, { ...t, $setting: a, code: n }, i != null && i.title ? { ...i, title: m.template(i.title)(e) } : i), Ha = (e, t, n, a, i) => X.modal(jt, { base62params: t, $setting: a, listCode: n }, i != null && i.title ? { ...i, title: m.template(i.title)(e) } : i), Ja = ({ widget: e, widgetType: t, widgetData: n, widgetProps: a, widgetSetting: i, widgetContainerProps: r }, { onAfterClick: o, onBeforeClick: s } = {}) => {
|
|
const l = re(ee), [d, c] = A({ leading: !0, trailing: !1 }), g = W(() => {
|
|
switch (t) {
|
|
case "redirect":
|
|
return m.partialRight(Wa, e, i);
|
|
case "func":
|
|
return m.partialRight(Yt, (i == null ? void 0 : i.code) ?? e, { status: d, setStatus: c });
|
|
case "component":
|
|
case "fsdpf-component":
|
|
return m.partialRight(Xt, e, i, r);
|
|
case "grid-layout-form":
|
|
return m.partialRight(_a, e, i, r);
|
|
case "data-list":
|
|
return m.partialRight(Ha, e, i, r);
|
|
case "destroy":
|
|
return m.partialRight(Ka, e, i, r);
|
|
default:
|
|
if (It(e) || S.isValidElement(e)) return m.partialRight(Xt, e, i, r);
|
|
if (m.isFunction(e)) return m.partialRight(Yt, (i == null ? void 0 : i.code) || e, { status: d, setStatus: c });
|
|
}
|
|
return (...f) => console.error("useButton unknown widgetType", t, ...f);
|
|
}, [e, t]);
|
|
return [m.debounce((f) => (s == null || s(f), Promise.resolve(_e(a, f, { list: l })).then((p) => g(f, { ...n, ...p })).then((p) => o == null ? void 0 : o(p)).catch(console.error)), 300, { leading: !0, trailing: !1 }), d];
|
|
}, xn = ({ type: e, name: t, className: n, icon: a, iconPosition: i, size: r }, o = "default") => W(() => {
|
|
const s = { type: "primary", className: R("ff-button", n), iconPosition: i, size: r };
|
|
return e === "danger" ? s.danger = !0 : e === "default" && (s.type = e), o === "link" || o === "dashed" ? (s.type = o, e === "default" && (s.className = R(s.className, "ff-default"))) : o !== "circle" && o !== "round" || (s.shape = o), a && (s.icon = u(Tt, { type: a })), t && (s.children = t), s;
|
|
}, [o, e, n, a, i]), dt = ({ data: e, widget: t, widgetType: n = "fsdpf-component", widgetData: a, widgetProps: i, widgetSetting: r, widgetContainerProps: o, onAfterClick: s, onBeforeClick: l, children: d, extras: c }) => {
|
|
const g = re(ee), [f, p] = A(!1), [h, w] = A("hover"), [C, k] = A({}), [x, P] = A(), { placement: O, align: F, zIndex: B, arrow: I = { pointAtCenter: !0 }, getPopupContainer: M, isPopupMountBodyContainer: $ = !1, ...z } = o || {};
|
|
V(() => {
|
|
n == "grid-layout-form" ? P(S.createElement(Sn, { ...a, $setting: r, code: t })) : n == "data-list" ? P(S.createElement(jt, { base62params: e, $setting: r, listCode: t })) : m.isString(t) ? ie.getWidgetComponent(t).then(({ default: D }) => {
|
|
P(S.createElement(D, { ...a, $setting: r }));
|
|
}).catch((D) => P(D.toString())) : It(t) ? P(S.createElement(t, { ...a, $setting: r })) : S.isValidElement(t) && P(S.cloneElement(t, { ...a, $setting: r }));
|
|
}, [t, n, a]), V(() => {
|
|
Promise.resolve(_e(i, e, { list: g })).then(k);
|
|
}, [i, e, g.getBase62params]);
|
|
const T = (D, pe = !1) => (p(D), !D && w("hover"), D ? l == null ? void 0 : l(C) : s == null ? void 0 : s(pe)), _ = (D) => {
|
|
p(!0), w("click");
|
|
};
|
|
return u(Jn, { zIndex: B, placement: O, onPopupClick: _, onClick: _, open: f, align: F, arrow: I, trigger: h, getPopupContainer: M || $ ? void 0 : (D) => D, content: u(Ga, { ...z, extras: c, children: x && S.cloneElement(x, { ...C, $close: (D) => T(!1, D) }) }), children: d, onOpenChange: T });
|
|
}, Ga = ({ title: e, className: t, classNames: n, children: a, extras: i, width: r, height: o, ...s }) => {
|
|
const [l, d] = A({}), c = G((h, w) => d((C) => ({ ...C, [h]: w })), []), g = G((h) => d((w) => ({ ...w, [h]: void 0 })), []), f = e ? S.createElement("div", { className: "ff-popup-title" }, e) : l == null ? void 0 : l.title, p = i ?? S.createElement("div", { className: "ff-popup-reserved-extras" }, i);
|
|
return u(Ke.Provider, { value: { ele: l, mount: c, unmount: g }, children: E("div", { className: R("ff-popup ff-popover", t, l.rootClassName), style: { width: r ?? 260, height: o }, ...s, children: [E("div", { className: R("ff-popup-header", "ff-popover-header", n == null ? void 0 : n.header), children: [f, l == null ? void 0 : l["sub-title"]] }), u("div", { className: R("ff-popup-body", "ff-popover-body", n == null ? void 0 : n.body), children: a }), E("div", { className: R("ff-popup-footer", "ff-popover-footer", n == null ? void 0 : n.footer), children: [p, l == null ? void 0 : l.extras, l == null ? void 0 : l.actions] })] }) });
|
|
};
|
|
dt.propTypes = { widgetType: b.oneOf(["fsdpf-component", "grid-layout-form", "data-list"]) };
|
|
const Ge = (e) => function({ className: t, variant: n, children: a, name: i, icon: r, type: o = "default", iconPosition: s = "start", noAuthType: l, onAfterClick: d, onBeforeClick: c, data: g, loading: f, disabled: p, tooltip: h, confirm: w, widget: C = () => {
|
|
}, widgetType: k, widgetData: x, widgetProps: P, widgetSetting: O, widgetContainerProps: F, ...B }) {
|
|
const { mode: I, ...M } = F || {}, $ = xn({ className: t, name: i, type: o, icon: r, iconPosition: s }, n ?? e), z = u(nt, { ...$, ...B, children: a || i });
|
|
if (I === "popover" && !["destroy", "redirect", "func"].includes(k)) return u(dt, { data: g, widget: C, widgetType: k, widgetData: x, widgetProps: P, widgetSetting: O, widgetContainerProps: M, onAfterClick: d, onBeforeClick: c, children: z });
|
|
const T = m.isEmpty(h) || !h.enabled ? {} : h, _ = m.isEmpty(w) ? { enabled: !1 } : Object.assign({ enabled: !0 }, w), [D, pe] = A(!1), [Ye, { disabled: Xe, loading: ut }] = Ja({ widget: C, widgetType: k, widgetData: x, widgetProps: P, widgetSetting: O, widgetContainerProps: M }, { onAfterClick: d, onBeforeClick: c });
|
|
return u(Gn, { okText: "确定", cancelText: "取消", getPopupContainer: (Q) => Q, ..._, disabled: Xe || p, open: D, onOpenChange: (Q) => {
|
|
if (!Q) return pe(Q);
|
|
_.enabled ? pe(Q) : Ye(g);
|
|
}, onConfirm: (Q) => {
|
|
Ye(g, Q);
|
|
}, onClick: (Q) => {
|
|
Q.stopPropagation();
|
|
}, children: u(Yn, { getPopupContainer: (Q) => Q, ...T, title: D ? null : T == null ? void 0 : T.title, trigger: ["hover", "click"], children: S.cloneElement(z, { loading: ut || f, disabled: Xe || p }) }) });
|
|
}, v = Ge("default");
|
|
v.propTypes = { type: b.oneOf(["primary", "default", "danger", ""]), size: b.oneOf(["large", "middle", "small"]), name: b.string, icon: b.string, iconPosition: b.oneOf(["start", "end"]), data: b.any, widget: b.any, widgetType: b.oneOf(["destroy", "redirect", "func", "component", "fsdpf-component", "grid-layout-form", "grid-layout", "data-list"]), widgetData: b.object, widgetProps: b.object, widgetSetting: b.object, widgetContainerProps: b.object, tooltip: b.exact({ title: b.string.isRequired, placement: b.oneOf(["top", "left", "right", "bottom", "topLeft", "topRight", "bottomLeft", "bottomRight", "leftTop", "leftBottom", "rightTop", "rightBottom"]), enabled: b.oneOfType([b.bool, b.number]), getPopupContainer: b.func }), confirm: b.exact({ title: b.string.isRequired, cancelText: b.string, okText: b.string, okType: b.oneOf(["primary", "default", "danger", ""]), placement: b.oneOf(["top", "left", "right", "bottom", "topLeft", "topRight", "bottomLeft", "bottomRight", "leftTop", "leftBottom", "rightTop", "rightBottom"]), enabled: b.oneOfType([b.bool, b.number]), getPopupContainer: b.func, arrow: b.oneOfType([b.bool, b.exact({ pointAtCenter: b.bool })]) }) };
|
|
const Ya = Ge("link"), Xa = Ge("circle"), Qa = Ge("round"), Za = Ge("dashed"), Qt = ({ options: e = [], triggerWeights: t = ["grid-layout-form", "grid-layout", "fsdpf-component", "print"], onAfterClick: n = (p, h, w) => {
|
|
}, onBeforeClick: a = (p, h, w) => {
|
|
}, labelVariant: i = "link", labelSize: r, labelRender: o, btnVariant: s, btnSize: l, btnRender: d = (p, h) => u(v, { ...p, data: h }, p.uuid || yt()), widgetContainerProps: c = {}, children: g, data: f }) => {
|
|
if (m.isEmpty(e)) return g;
|
|
const [p, h] = W(() => (e || []).reduce((C, k) => {
|
|
const x = t.indexOf(k.widgetType);
|
|
return x === -1 ? C[1].push(k) : C[0] ? x < 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 ? g = o(p, f) || g : g || (g = u(nt, { ...xn(Object.assign(p != null && p.name || p != null && p.icon ? {} : { icon: "icon-location" }, p, { size: r }), i) }));
|
|
const w = h.map((C) => d(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: m.partialRight(n, C, f), onBeforeClick: m.partialRight(a, C, f) }, { size: l, variant: s }), f));
|
|
return u(dt, { widget: p == null ? void 0 : p.widget, widgetType: p == null ? void 0 : p.widgetType, widgetProps: p == null ? void 0 : p.widgetProps, widgetSetting: p == null ? void 0 : p.widgetSetting, widgetContainerProps: Object.assign({}, c, p == null ? void 0 : p.widgetContainerProps), data: f, widgetData: p == null ? void 0 : p.widgetData, extras: w, onAfterClick: m.partialRight(n, p, f), onBeforeClick: m.partialRight(a, p, f), children: g });
|
|
};
|
|
Qt.propTypes = { triggerWeights: b.array, options: b.arrayOf(b.shape({ ...v.propTypes, widgetType: v.propTypes.widgetType.isRequired })), btnSize: v.propTypes.size, btnRender: b.func, btnVariant: b.oneOf(["", "default", "link", "circle", "round", "dashed"]), labelVariant: b.oneOf(["", "default", "link", "circle", "round", "dashed"]), labelRender: b.func, labelSize: v.propTypes.size, onAfterClick: b.func, onBeforeClick: b.func, widgetContainerProps: v.propTypes.widgetContainerProps, data: v.propTypes.data }, v.Link = Ya, v.Link.defaultProps = v.defaultProps, v.Link.propTypes = v.propTypes, v.Circle = Xa, v.Circle.defaultProps = v.defaultProps, v.Circle.propTypes = v.propTypes, v.Round = Qa, v.Round.defaultProps = v.defaultProps, v.Round.propTypes = v.propTypes, v.Dashed = Za, v.Dashed.defaultProps = v.defaultProps, v.Dashed.propTypes = v.propTypes, v.Popover = dt, v.GroupPopover = Qt;
|
|
const ei = ({ fields: e, formProps: t, $close: n }) => {
|
|
const [a] = Z.useForm(), i = W(() => [{ name: "__PROPS__", value: t }], [t]);
|
|
return u(J, { actions: E(S.Fragment, { children: [u(v, { name: "取消", widget: () => n(!1) }), u(v, { name: "确定", type: "primary", widget: () => a.validateFields(!0).then(n) })] }), children: u(Z, { fields: i, form: a, className: "ff-modal-form", children: e == null ? void 0 : e.map(({ code: r, ...o }) => u(At, { code: r, ...o }, r)) }) });
|
|
}, ti = ({ className: e, classNames: t, $close: n, children: a, title: i, subTitle: r, actions: o, extras: s, ...l }) => E(aa, { ...l, prefixCls: "ff-drawer", className: R("ff-popup", e), maskMotion: { motionAppear: !0, motionName: "mask-motion" }, motion: (d) => ({ motionAppear: !0, motionName: `panel-motion-${d}` }), children: [E("div", { className: R("ff-popup-header", "ff-drawer-header", t == null ? void 0 : t.header), children: [u("button", { "aria-label": "Close", className: R("ff-popup-close", "ff-drawer-close", t == null ? void 0 : t.close), onClick: l.onClose, children: u(Et, { type: "close" }) }), i, r] }), u("div", { className: R("ff-popup-body", "ff-drawer-body", t == null ? void 0 : t.body), children: a }), E("div", { className: R("ff-popup-footer", "ff-drawer-footer", t == null ? void 0 : t.footer), children: [s, o] })] }), ni = ({ className: e, classNames: t, $close: n, $event: a, children: i, title: r, subTitle: o, actions: s, extras: l, placement: d, ...c }) => {
|
|
const g = (a == null ? void 0 : a.pageX) === void 0 ? { animation: null, maskAnimation: null, mousePosition: { x: null, y: null } } : { animation: "zoom", maskAnimation: "fade", mousePosition: { x: a == null ? void 0 : a.pageX, y: a == null ? void 0 : a.pageY } };
|
|
return u(ia, { ...c, ...g, prefixCls: "ff-modal", modalRender: () => E("div", { className: R("ff-modal-content ff-popup", e), children: [E("div", { className: R("ff-popup-header", "ff-modal-header", t == null ? void 0 : t.header), children: [u("button", { "aria-label": "Close", className: R("ff-popup-close", "ff-modal-close", t == null ? void 0 : t.close), onClick: c.onClose, children: u(Et, { type: "close" }) }), r, o] }), u("div", { className: R("ff-popup-body", "ff-modal-body", t == null ? void 0 : t.body), children: i }), E("div", { className: R("ff-popup-footer", "ff-modal-footer", t == null ? void 0 : t.footer), children: [l, s] })] }) });
|
|
}, Pn = ({ placement: e, $close: t, $event: n, children: a, title: i, ...r }) => {
|
|
const [o, s] = A({}), [l, d] = A(!0), c = G((h, w) => s((C) => ({ ...C, [h]: w })), []), g = G((h) => s((w) => ({ ...w, [h]: void 0 })), []);
|
|
let f = { ...r, className: o.rootClassName, title: o.title || i && S.createElement("div", { className: R("ff-popup-title") }, i), subTitle: o["sub-title"], actions: o.actions, extras: o.extras, children: a, $close: t, $event: n, onClose: () => d(!1) };
|
|
const p = () => {
|
|
t(!1);
|
|
};
|
|
return u(Ke.Provider, { value: { ele: o, mount: c, unmount: g }, children: e && e !== "center" ? u(ti, { ...f, placement: e, open: l, afterOpenChange: (h) => !h && p() }) : u(ni, { ...f, visible: l, afterClose: p }) });
|
|
};
|
|
Pn.propTypes = { placement: b.oneOf(["center", "left", "top", "right", "bottom"]) };
|
|
const Y = () => {
|
|
const [e, t] = zn({ maxCount: 6, motion: { motionName: "ff-notification-fade", motionAppear: !0, motionEnter: !0, motionLeave: !0, onLeaveStart: (r) => {
|
|
const { offsetHeight: o } = r;
|
|
return { height: o };
|
|
}, onLeaveActive: () => ({ height: 0, opacity: 0, margin: 0 }) }, prefixCls: "ff-notification" }), [, n] = S.useReducer((r) => r + 1, 0);
|
|
V(() => {
|
|
Y.$onClick = a, Y.$queue.forEach(([r, o, s], l, d) => {
|
|
i([o, s], ...r), delete d[l];
|
|
});
|
|
}, []);
|
|
const a = (r, o = {}, s = {}) => new Promise((l, d) => i([l, d], r, o, s)), i = ([r, o], s, l = {}, d = {}) => {
|
|
const c = Y.$index++, g = (f) => ((p, h) => (Y.$popups.delete(p), n(), h == null ? void 0 : h()))(c, () => r(f));
|
|
if (s === on) return e.open({ ...d, key: c, content: S.createElement(s, { ...l, $close: () => e.close(c) }) });
|
|
Y.$popups.set(c, S.createElement(Pn, { maskClosable: !1, $event: l == null ? void 0 : l.$event, ...d, key: c, $close: g }, S.isValidElement(s) ? S.cloneElement(s, { ...l, $close: g }) : s != null && s.name || Ut.isForwardRef(s) || (s == null ? void 0 : s.$$typeof) === Ut.ForwardRef ? S.createElement(s, { ...l, $close: g }) : s)), n();
|
|
};
|
|
return E(S.Fragment, { children: [Array.from(Y.$popups).map(([r, o]) => o), t] });
|
|
};
|
|
Y.$popups = /* @__PURE__ */ new Map(), Y.$index = 0, Y.$queue = [], Y.$onClick = (...e) => new Promise((t, n) => {
|
|
Y.$queue.push([e, t, n]);
|
|
});
|
|
const Zt = (e, t, n = {}) => Y.$onClick(e, t, n), ft = (e, { showProgress: t, duration: n, ...a } = { duration: 1.5 }) => Y.$onClick(on, { content: e, ...a }, { showProgress: t, duration: n }), X = { modal: Zt, confirm: (e, t = {}) => Y.$onClick(ra, { content: e, ...t }, { placement: "center" }), form: (e, t = {}, n = {}) => Zt(ei, { formProps: n, fields: e }, { placement: "center", ...t }).then((a) => {
|
|
if (a === !1) throw !1;
|
|
return a;
|
|
}), notification: ft, success: (e, t = { duration: 1.5 }) => ft(e, { ...t, className: "ff-notification-success", icon: "check" }), error: (e, t = { duration: 1.5 }) => ft(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(tt);
|
|
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", wt.onUnhandledRejection), wt.onMsg = (e, t) => X[[0, 1].includes(e) ? "success" : "error"](t).then(() => e === 20300 && Se.redirect(Ie.get("Common.WEBSITE_LOGIN_PAGE")));
|
|
var Te, je;
|
|
const H = class H {
|
|
constructor() {
|
|
N(this, "appUrl", "");
|
|
return y(H, Te) || (q(H, je, new wt()), q(H, Te, new Proxy(this, { get: (t, n) => n === "init" ? t.init : n === "appUrl" ? t.appUrl : y(H, je)[n] }))), y(H, Te);
|
|
}
|
|
init(t, n, a) {
|
|
Ve.defaults.baseURL = this.appUrl = a, Ve.defaults.timeout = 15e3, y(H, je).init(t, n, Ve);
|
|
}
|
|
};
|
|
Te = new WeakMap(), je = new WeakMap(), j(H, Te, null), j(H, je, null), N(H, "getInstance", () => y(H, Te) ?? q(H, Te, new H()));
|
|
let $t = H;
|
|
const L = $t.getInstance();
|
|
class Vt extends Error {
|
|
constructor(t, n) {
|
|
super(n), Error.captureStackTrace && Error.captureStackTrace(this, Vt), !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 ht = "mine", tt = "token";
|
|
var ke, Ae;
|
|
const de = class de {
|
|
constructor() {
|
|
j(this, Ae, /* @__PURE__ */ new Map());
|
|
N(this, "setVendor", (t, n) => y(this, Ae).set(t, new an(n, async (a, i) => {
|
|
var o, s;
|
|
if (!(a != null && a.default)) throw "@pkg not found";
|
|
let r = () => i;
|
|
switch ("function") {
|
|
case typeof (r = (o = a.default) == null ? void 0 : o[`./${i}/index.jsx`]):
|
|
case typeof (r = (s = a.default) == null ? void 0 : s[`./${i}/index.js`]):
|
|
return r();
|
|
}
|
|
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(`${L.appUrl}/api/pkg-import/web?name=${t}`);
|
|
} catch (a) {
|
|
throw new Vt(t, a);
|
|
}
|
|
});
|
|
N(this, "getRoutes", () => L.get("/api/my-router").then((t) => [...t, { uuid: "data-list-setting", isLayout: !0, uri: "/data-list-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/DataListSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "grid-layout-setting", isLayout: !0, uri: "/grid-layout-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/GridLayoutSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "grid-layout-form-setting", isLayout: !0, uri: "/grid-layout-form-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/GridLayoutFormSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "resource-api-setting", isLayout: !0, uri: "/resource-api-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/ResourceApiSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "charts-setting", isLayout: !0, uri: "/resource-api-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/ChartsSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "fsm-setting", isLayout: !0, uri: "/fsm-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/FsmSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "component-setting", isLayout: !0, uri: "/component-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/ComponentSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "login", uri: "/login", name: "登录", type: "fsdpf-component", isLogin: !1, component: "@pkg/ff/components/Login" }, { uuid: "not-found", uri: "*", name: "Not Found", type: "fsdpf-component", isLogin: !1, component: "@pkg/ff/components/NotFound" }].map(({ uuid: n, ...a }) => [n, { uuid: n, ...a }])).then((t) => new Map(t)));
|
|
N(this, "getMenus", () => L.get("/api/my-menu"));
|
|
N(this, "getConfigure", () => L.get("api/init-configure"));
|
|
N(this, "getWidgetOperationAuth", () => L.get("/api/init-widget-operation-auth").then((t) => t.reduce((n, { uuid: a, auth: i }) => [...n, [a, i]], [])));
|
|
N(this, "getPhoneNumber", (t) => L.get(`/api/user-wx-phone-number/${t}`));
|
|
N(this, "getUserToken", () => {
|
|
const t = window.localStorage.getItem(tt);
|
|
if (!t) return "";
|
|
const n = t.split(".");
|
|
if (!Array.isArray(n) || n.length !== 3) throw "登录令牌无效!";
|
|
const { iat: a } = JSON.parse(window.atob(n[1]));
|
|
if (Math.floor((/* @__PURE__ */ new Date()).getTime() / 1e3) - a > 2592e3) throw "登录令牌已过期, 请重新登录!";
|
|
return t;
|
|
});
|
|
N(this, "checkUserToken", () => {
|
|
try {
|
|
return !!this.getUserToken();
|
|
} catch {
|
|
return !1;
|
|
}
|
|
});
|
|
N(this, "getUserInfo", (t = !0) => {
|
|
var n;
|
|
try {
|
|
const a = this.getUserToken();
|
|
if (!a) return Promise.resolve(null);
|
|
const { iat: i } = JSON.parse(window.atob((n = a == null ? void 0 : a.split(".")) == null ? void 0 : n[1])), { iat: r, ...o } = L.decode(window.localStorage.getItem(ht) || "", {});
|
|
return r === i ? Promise.resolve(o) : L.get("/api/mine-info").then(({ User: s = null }) => (window.localStorage.setItem(ht, L.encode({ ...s, iat: i })), s));
|
|
} catch (a) {
|
|
console.error(a), t && X.error("请登录").then(this.logout);
|
|
}
|
|
return Promise.resolve(null);
|
|
});
|
|
N(this, "login", (t, n, a = {}) => L.post("/api/user-token", { username: t, passwd: Bn.hash(n), platform: "web", ...a }).then(({ token: i }) => (window.localStorage.setItem(tt, i), i)));
|
|
N(this, "logout", (t) => (window.localStorage.removeItem(ht), window.localStorage.removeItem(tt), t == null ? void 0 : t()));
|
|
if (y(de, ke)) return y(de, ke);
|
|
}
|
|
};
|
|
ke = new WeakMap(), Ae = new WeakMap(), j(de, ke, null), N(de, "getInstance", () => (y(de, ke) || q(de, ke, new de()), y(de, ke)));
|
|
let Rt = de;
|
|
const ie = Rt.getInstance(), ai = S.createContext({ user: {}, initUser: () => {
|
|
}, initUserComplete: !1 }), ii = S.createContext({ set: () => {
|
|
}, get: () => {
|
|
}, assign: () => {
|
|
}, currentRoute: () => {
|
|
} }), It = (e) => !!(e != null && e.name) && (e.prototype instanceof S.Component || /^[A-Z]/.test(e.name)), ri = (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);
|
|
}, oi = Object.freeze(Object.defineProperty({ __proto__: null, AppContext: ai, AppGlobalParamsContext: ii, cache: an, configure: Ie, default: ie, func: xe, http: L, insertStyle: ri, isReactComponent: It, route: Se }, Symbol.toStringTag, { value: "Module" }));
|
|
export {
|
|
He as $,
|
|
xa as A,
|
|
ka as B,
|
|
jt as C,
|
|
at as D,
|
|
ee as E,
|
|
va as F,
|
|
Ai as G,
|
|
Na as H,
|
|
Ea as I,
|
|
ya as J,
|
|
ba as K,
|
|
pa as L,
|
|
ma as M,
|
|
Fi as N,
|
|
Ei as O,
|
|
un as P,
|
|
St as Q,
|
|
fn as R,
|
|
fa as S,
|
|
ha as T,
|
|
Oa as U,
|
|
ja as V,
|
|
Li as W,
|
|
Vi as X,
|
|
ct as Y,
|
|
Ii as Z,
|
|
Mi as _,
|
|
sn as a,
|
|
Je as a0,
|
|
zi as a1,
|
|
Bi as a2,
|
|
qa as a3,
|
|
Lt as a4,
|
|
At as a5,
|
|
Sn as a6,
|
|
La as a7,
|
|
Va as a8,
|
|
Ia as a9,
|
|
Ma as aa,
|
|
za as ab,
|
|
Ba as ac,
|
|
Di as ad,
|
|
Tt as ae,
|
|
v as af,
|
|
oa as ag,
|
|
Ja as ah,
|
|
J as ai,
|
|
Ke as aj,
|
|
rn as ak,
|
|
Y as al,
|
|
X as am,
|
|
xi as an,
|
|
Pi as ao,
|
|
vi as ap,
|
|
ie as aq,
|
|
It as ar,
|
|
ri as as,
|
|
L as at,
|
|
an as au,
|
|
Ie as av,
|
|
xe as aw,
|
|
Se as ax,
|
|
ai as ay,
|
|
ii as az,
|
|
la as b,
|
|
_e as c,
|
|
ln as d,
|
|
Ti as e,
|
|
$i as f,
|
|
sa as g,
|
|
Ri as h,
|
|
ca as i,
|
|
gn as j,
|
|
Oi as k,
|
|
Ot as l,
|
|
da as m,
|
|
hn as n,
|
|
bn as o,
|
|
Ra as p,
|
|
Ta as q,
|
|
mt as r,
|
|
$a as s,
|
|
ae as t,
|
|
Ni as u,
|
|
ji as v,
|
|
yn as w,
|
|
mn as x,
|
|
pn as y,
|
|
Pa as z
|
|
};
|