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