1051 lines
80 KiB
JavaScript
1051 lines
80 KiB
JavaScript
var Pi = Object.defineProperty;
|
|
var Rt = (e) => {
|
|
throw TypeError(e);
|
|
};
|
|
var Ti = (e, t, i) => t in e ? Pi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[t] = i;
|
|
var v = (e, t, i) => Ti(e, typeof t != "symbol" ? t + "" : t, i), Ot = (e, t, i) => t.has(e) || Rt("Cannot " + i);
|
|
var y = (e, t, i) => (Ot(e, t, "read from private field"), i ? i.call(e) : t.get(e)), R = (e, t, i) => t.has(e) ? Rt("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, i), W = (e, t, i, n) => (Ot(e, t, "write to private field"), n ? n.call(e, i) : t.set(e, i), i);
|
|
var Lt = (e, t, i, n) => ({
|
|
set _(r) {
|
|
W(e, t, r, i);
|
|
},
|
|
get _() {
|
|
return y(e, t, n);
|
|
}
|
|
});
|
|
import { jsx as g, jsxs as L } from "react/jsx-runtime";
|
|
import k, { useEffect as A, useState as F, useCallback as Y, useMemo as H, useRef as U, useContext as le, useId as Le, isValidElement as Ni, useLayoutEffect as $i } from "react";
|
|
import c from "lodash";
|
|
import Jt from "immutability-helper";
|
|
import { Form as Ge, Input as Fi, Button as Xe, Pagination as Ei, Tree as Ri, Breadcrumb as Oi, Table as Li, Empty as Ai, Popconfirm as ji, Tooltip as Vi, Popover as Ii } from "antd";
|
|
import { useMergedState as Mi } from "rc-util";
|
|
import I from "classnames";
|
|
import ee, { FieldContext as _t, Field as Gt } from "rc-field-form";
|
|
import { useParams as zi, generatePath as Di, createBrowserRouter as Bi, useInRouterContext as qi, Navigate as Ui } from "react-router-dom";
|
|
import b from "prop-types";
|
|
import * as At from "react-is";
|
|
import { useNotification as Wi } from "rc-notification";
|
|
import { N as Re, a as Oe, P as gt, S as Hi } from "./vender-C0IfHU5B.js";
|
|
import "rc-util/lib/hooks/useMergedState";
|
|
import Ki from "rc-drawer";
|
|
import Ji from "rc-dialog";
|
|
var Te, Ve, Ne, ce, ke, xe;
|
|
class Yt {
|
|
constructor(t, i) {
|
|
R(this, Te, /* @__PURE__ */ new Map());
|
|
R(this, Ve, !0);
|
|
R(this, Ne, []);
|
|
R(this, ce);
|
|
R(this, ke, () => y(this, ce));
|
|
R(this, xe, () => Promise.resolve());
|
|
v(this, "get", (...t) => new Promise((i, n) => {
|
|
const r = JSON.stringify(t);
|
|
if (y(this, Te).has(r)) return i(y(this, xe).call(this, y(this, ce), ...t));
|
|
if (y(this, ce) === void 0) y(this, Ne).push([t, i, n]), y(this, Ve) && (W(this, Ve, !1), Promise.resolve(typeof y(this, ke) == "function" ? y(this, ke).call(this) : y(this, ke)).then((a) => W(this, ce, a || null)).finally(() => {
|
|
y(this, Ne).forEach(([a, o, s]) => {
|
|
try {
|
|
const l = y(this, xe).call(this, y(this, ce), ...a);
|
|
y(this, Te).set(JSON.stringify(a), l), o(l);
|
|
} catch (l) {
|
|
s(l);
|
|
}
|
|
}), y(this, Ne).length = 0;
|
|
}));
|
|
else {
|
|
const a = y(this, xe).call(this, y(this, ce), ...t);
|
|
y(this, Te).set(r, a), i(a);
|
|
}
|
|
}));
|
|
W(this, xe, i), W(this, ke, t);
|
|
}
|
|
}
|
|
Te = new WeakMap(), Ve = new WeakMap(), Ne = new WeakMap(), ce = new WeakMap(), ke = new WeakMap(), xe = new WeakMap();
|
|
const ar = () => g("div", { children: "Empty" }), qe = k.createContext({ ele: {}, mount: () => {
|
|
}, unmount: () => {
|
|
} }), G = ({ rootClassName: e, className: t, children: i, actions: n, title: r, subTitle: a, extras: o, style: s = {} }) => {
|
|
const { mount: l, unmount: u } = k.useContext(qe);
|
|
return n && G.Action({ children: n }), r && G.Title({ children: r }), a && G.SubTitle({ children: a }), o && G.Extra({ children: o }), A(() => (l("rootClassName", e), () => u(e)), [e]), g("div", { className: I("ff-container", t), style: s, children: i });
|
|
}, _e = (e) => ({ children: t, className: i }) => {
|
|
const { mount: n, unmount: r } = k.useContext(qe);
|
|
return A(() => (n(e, k.createElement("div", { key: `ff-${e}`, className: I(`ff-popup-${e}`, i) }, t)), () => r(e)), [i, t]), null;
|
|
};
|
|
G.Action = _e("actions"), G.Title = _e("title"), G.SubTitle = _e("sub-title"), G.Extra = _e("extras"), G.propTypes = { className: b.string, style: b.object, title: b.any, subTitle: b.any, actions: b.any, extras: b.any };
|
|
const sr = () => g(G, { className: "ff-loading", children: L("div", { className: "loader", children: [L("div", { className: "square", children: [g("span", {}), g("span", {}), g("span", {})] }), L("div", { className: "square", children: [g("span", {}), g("span", {}), g("span", {})] }), L("div", { className: "square", children: [g("span", {}), g("span", {}), g("span", {})] }), L("div", { className: "square", children: [g("span", {}), g("span", {}), g("span", {})] })] }) }), or = () => g("div", { children: "NotFound" }), Xt = ({ children: e }) => {
|
|
const [t, i] = F({}), n = Y((a, o) => i((s) => ({ ...s, [a]: o })), []), r = Y((a) => i((o) => ({ ...o, [a]: void 0 })), []);
|
|
return typeof (e == null ? void 0 : e.type) == "string" ? e : g(qe.Provider, { value: { ele: t, mount: n, unmount: r }, children: k.cloneElement(e, { className: t.rootClassName, title: t.title, subTitle: t["sub-title"], actions: t.actions, extras: t.extras }) });
|
|
};
|
|
Xt.propTypes = { children: b.element.isRequired };
|
|
const jt = { 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"] }, St = ({ type: e, props: t }) => g("i", { ...t, children: g("svg", { viewBox: "0 0 1024 1024", width: "1em", height: "1em", fill: "currentColor", children: (jt[e] || jt.info).map((i, n) => g("path", { d: i }, n)) }) }), Qt = ({ className: e, content: t, icon: i, $close: n }) => L(k.Fragment, { children: [i && g("div", { className: I("ff-notification-icon", e), children: g(St, { type: i }) }), t] }), _i = ({}) => g(G, { children: "Confirm" });
|
|
var ge, $e;
|
|
const ie = class ie {
|
|
constructor() {
|
|
R(this, $e, /* @__PURE__ */ new Map());
|
|
v(this, "init", (t) => W(this, $e, new Map(t)));
|
|
v(this, "check", (t) => !y(this, $e).has(t) || y(this, $e).get(t));
|
|
if (y(ie, ge)) return y(ie, ge);
|
|
}
|
|
};
|
|
ge = new WeakMap(), $e = new WeakMap(), R(ie, ge, null), v(ie, "getInstance", () => (y(ie, ge) || W(ie, ge, new ie()), y(ie, ge)));
|
|
let pt = ie;
|
|
const Gi = pt.getInstance(), Yi = (e, t, i = "children") => {
|
|
if (c.isEmpty(e)) return {};
|
|
const n = c.find(e, ["value", t]);
|
|
if (!c.isEmpty(n)) return n;
|
|
const r = e.length;
|
|
for (let a = 0; a < r; a++) {
|
|
const { [i]: o } = e[a], s = Yi(o, t, i);
|
|
if (!c.isEmpty(s)) return s;
|
|
}
|
|
return {};
|
|
}, Zt = (e = "Input", t = "@pkg/ff/grid-layout-forms") => e != null && e.startsWith("@") || e != null && e.startsWith("blob:") ? e : `${t}/${e}`;
|
|
var pe, Ie;
|
|
const ne = class ne {
|
|
constructor() {
|
|
R(this, Ie, null);
|
|
v(this, "init", (t) => W(this, Ie, t));
|
|
v(this, "get", (t, i) => c.get(y(this, Ie), t, i));
|
|
if (y(ne, pe)) return y(ne, pe);
|
|
}
|
|
};
|
|
pe = new WeakMap(), Ie = new WeakMap(), R(ne, pe, null), v(ne, "getInstance", () => (y(ne, pe) || W(ne, pe, new ne()), y(ne, pe)));
|
|
let mt = ne;
|
|
const Ae = mt.getInstance(), Vt = { null2json: (e) => Object.create(), null2array: (e) => [], null2number: (e) => 0, null2bool: (e) => !1, null2string: (e) => "", null2integer: (e) => 0, null2float: (e) => 0, string2json: (e) => e ? JSON.parse(e) : "{}", string2array: (e) => e.substr(0, 1) === "[" && e.substr(-1) === "]" ? JSON.parse(e) : e.split(","), string2number: (e) => e == "" ? 0 : +e, string2integer: (e) => e == "" ? 0 : +e, string2float: (e) => e == "" ? 0 : +e, string2bool: (e) => {
|
|
switch (`${e}`.toLowerCase()) {
|
|
case "0":
|
|
case "false":
|
|
case "[]":
|
|
case "{}":
|
|
return !1;
|
|
}
|
|
return !!e;
|
|
}, string2string: (e) => e, json2json: (e) => e, json2array: (e) => e ? Object.values(e) : [], json2number: (e) => Object.keys(e).length, json2integer: (e) => Object.keys(e).length, json2float: (e) => Object.keys(e).length, json2bool: (e) => Object.keys(e).length > 0, json2string: (e) => e ? JSON.stringify(e) : "", array2json: (e) => ({ ...e }), array2array: (e) => e, array2number: (e) => e.length, array2integer: (e) => e.length, array2float: (e) => e.length, array2bool: (e) => e.length > 0, array2string: (e) => JSON.stringify(e), number2json: (e) => ({}), number2array: (e) => [e], number2number: (e) => e, number2integer: (e) => e, number2float: (e) => e, number2bool: (e) => !!e, number2string: (e) => e.toString(), boolean2json: (e) => ({}), boolean2array: (e) => [], boolean2number: (e) => +e, boolean2integer: (e) => +e, boolean2float: (e) => +e, boolean2bool: (e) => e, boolean2string: (e) => e ? "true" : "false" }, Z = (e, t) => {
|
|
let i = "string";
|
|
i = Array.isArray(e) ? "array" : typeof e, c.isObject(e) && (i = "json");
|
|
const n = `${i}2${t}`;
|
|
return Reflect.has(Vt, n) ? Vt[n](e) : e;
|
|
}, ei = (e = {}, t = {}, i = {}, n = "") => ti(e, (r, a) => a === "type" && r === "code") ? ii(e, t, i, n) : ni(e, t, n), ti = (e, t = () => !1) => c.some(e, (i) => !!c.some(i, t) || (c.isEmpty(i) || !c.isPlainObject(i) && !c.isArray(i) ? void 0 : ti(i, t))), ii = async (e = {}, t = {}, i = {}, n = "") => {
|
|
let r = /* @__PURE__ */ Object.create(null);
|
|
for (let a in e) {
|
|
let o;
|
|
if (Reflect.has(e[a], "type") && ["code", "field", "router", "query", "string"].includes(e[a].type)) {
|
|
const { type: s, value: l = "", default: u = n } = e[a];
|
|
switch (s) {
|
|
case "code":
|
|
o = await Ce.exec(l, t, i);
|
|
break;
|
|
case "field":
|
|
o = c.get(t, l) ?? c.get(t, l.substring(l.indexOf(".") + 1));
|
|
break;
|
|
case "router":
|
|
case "query":
|
|
o = ue.getPageParams(l);
|
|
break;
|
|
case "string":
|
|
o = l;
|
|
}
|
|
o ?? (o = u);
|
|
} else o = await ii(e[a], t, i, n);
|
|
c.set(r, a, o);
|
|
}
|
|
return r;
|
|
}, ni = (e = {}, t = {}, i = "") => Object.keys(e || {}).reduce((n, r) => {
|
|
if (c.isPlainObject(e[r])) {
|
|
let a;
|
|
if (Reflect.has(e[r], "type") && ["field", "router", "query", "string"].includes(e[r].type)) {
|
|
const { type: o, value: s = "", default: l = i } = e[r];
|
|
switch (o) {
|
|
case "field":
|
|
a = c.get(t, s) ?? c.get(t, s.substring(s.indexOf(".") + 1));
|
|
break;
|
|
case "router":
|
|
case "query":
|
|
a = ue.getPageParams(s);
|
|
break;
|
|
case "string":
|
|
a = s;
|
|
}
|
|
a ?? (a = l);
|
|
} else a = ni(e[r], t, i);
|
|
c.set(n, r, a);
|
|
}
|
|
return n;
|
|
}, {}), ct = (e, t) => e && typeof e == "object" ? Array.isArray(e) ? e.map((i) => ct(i, t)) : Object.keys(e).reduce((i, n) => (t[n] ? i[t[n]] = ct(e[n], t) : i[n] = ct(e[n], t), i), {}) : e, lr = () => "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, (e) => {
|
|
const t = 16 * Math.random() | 0;
|
|
return (e === "x" ? t : 3 & t | 8).toString(16);
|
|
}), cr = (e) => {
|
|
var t, i;
|
|
return e ? (i = (t = e.match(/^@pkg(?:[^\/]*\/){3}(?<name>[^\/]+)/)) == null ? void 0 : t.groups) == null ? void 0 : i.name : "";
|
|
}, dr = (e) => {
|
|
var t, i;
|
|
return e ? (i = (t = e.match(/^@pkg(?:[^\/]*\/){2}(?<category>[^\/]+)/)) == null ? void 0 : t.groups) == null ? void 0 : i.category : "";
|
|
}, ur = (e) => {
|
|
var t, i;
|
|
return e ? (i = (t = e.match(/^@pkg(?:[^\/]*\/){1}(?<owner>[^\/]+)/)) == null ? void 0 : t.groups) == null ? void 0 : i.owner : "";
|
|
};
|
|
var Ze, Me, ze, et;
|
|
const tt = class tt {
|
|
constructor(...t) {
|
|
R(this, Me, []);
|
|
R(this, ze, (t) => {
|
|
var i;
|
|
for (let n of t) Array.isArray(n[0]) ? y(this, ze).call(this, n) : y(this, Me).push(y(i = tt, Ze).call(i, n[0], n[1]));
|
|
});
|
|
v(this, "toValue", async (t, i = null) => {
|
|
const n = { getValue: () => t, getRecord: () => i };
|
|
return await y(this, Me).reduce(async (r, a) => {
|
|
try {
|
|
const o = await r;
|
|
return (await a).call(n, o);
|
|
} catch (o) {
|
|
return console.error(o), r;
|
|
}
|
|
}, t);
|
|
});
|
|
v(this, "toRender", (t, i, n = null) => k.createElement(y(this, et), { value: t, record: i }, n));
|
|
R(this, et, ({ value: t, record: i, children: n }) => {
|
|
const [r, a] = F(n);
|
|
return at(() => {
|
|
let o = !1;
|
|
return a(n), this.toValue(t, i).then((s) => Z(s, "string")).then((s) => !o && a(s)).catch((s) => !o && a(`${s}`)), () => o = !0;
|
|
}, [t, i]), r;
|
|
});
|
|
y(this, ze).call(this, t);
|
|
}
|
|
};
|
|
Ze = new WeakMap(), Me = new WeakMap(), ze = new WeakMap(), et = new WeakMap(), R(tt, Ze, c.memoize((t, i) => oe.getWidgetComponent(t).then((n) => {
|
|
var r;
|
|
return ((r = n.default) == null ? void 0 : r.call(n, i)) || ((a) => a);
|
|
}), (t, i) => `${t}::${Z(i, "string")}`));
|
|
let Qe = tt;
|
|
const Xi = (e, t = {}) => H(() => e == null ? void 0 : e.map(({ widgetByJs: i, widgetByJsSetting: n, ...r }, a) => i ? { ...r, render: (o, s) => new Qe([i, n]).toRender(o, s, "-") } : r), [e, t]), gr = (e) => {
|
|
const [t, i] = F({});
|
|
return A(() => {
|
|
let n = !1;
|
|
return e && O.get(`/api/_/${e}`).then((r) => c.pick(r, ["uuid", "name", "code", "resource", "marginX", "marginY", "cols", "rowHeight", "primaryKey", "columns", "itemOperations", "batchOperations", "isConditionFormLayout", "layout", "tabs", "pageSize", "layoutConfig"])).then((r) => !n && i(r)), () => n = !0;
|
|
}, [e]), t;
|
|
}, pr = (e, t = {}) => {
|
|
const [i, n] = F({ dataSource: [] });
|
|
return Ue(() => {
|
|
let r = !1;
|
|
return e && O.get(`/api/${e}/${O.encode({ page: 1, ...t })}`).then((a) => !r && n(a)), () => r = !0;
|
|
}, [e, t]), i;
|
|
}, ri = (e = [], t = /* @__PURE__ */ new Map(), i = "id", n) => {
|
|
const r = Y(n ? (a) => c.get(a, i, c.get(a, [n, i])) : (a) => c.get(a, i), [i, n]);
|
|
return Y((a) => e == null ? void 0 : e.filter((o) => !o.uuid || !t.has(o.uuid) || t.get(o.uuid).includes(`${r(a)}`)), [e, t, r]);
|
|
}, ht = (e = [], t = /* @__PURE__ */ new Map(), i = [], n = "id", r) => {
|
|
const a = Y(r ? (o) => c.get(o, n, c.get(o, [r, n])) : (o) => c.get(o, n), [n, r]);
|
|
return H(() => {
|
|
if (c.isEmpty(e) || !e.some(({ uuid: s }) => Gi.check(s))) return !1;
|
|
if (c.isEmpty(t) || c.isEmpty(i)) return !0;
|
|
const o = i.map((s) => `${a(s)}`);
|
|
return e.some(({ uuid: s }) => !s || !t.has(s) || t.get(s).some((l) => o.includes(`${l}`)));
|
|
}, [e, i, t, a]);
|
|
}, Qi = (e, t, i = "id", n = null) => {
|
|
const r = rt(), a = U(!1), o = U(e.dataSource), s = U(e.itemOperationsAccess);
|
|
return A(() => (o.current = e.dataSource, s.current = e.itemOperationsAccess, () => a.current = !1), [e.dataSource, e.itemOperationsAccess]), a.current && (e.dataSource = o.current, e.itemOperationsAccess = s.current), [e, (l = 0, u = null) => {
|
|
var p, d;
|
|
if (a.current = !1, l === 1) return (p = e.onReload) == null ? void 0 : p.call(e);
|
|
if (l === 2) {
|
|
const h = c.get(u, "__PARENT_ID__", ""), m = c.get(u, i, c.get(u, [n, i], "")), f = c.findIndex(o.current, ["__PARENT_ID__", h]), C = c.findIndex(f > -1 ? c.get(o.current, [f, "children"]) : o.current, [i, m]);
|
|
if (C === -1) return (d = e.onReload) == null ? void 0 : d.call(e);
|
|
Promise.all([O.get(`/api/${t}/detail/${m}`), O.post(`/api/${t}/list-operations-access`, { ids: m })]).then(([w, x]) => {
|
|
const N = c.get(o.current, f > -1 ? [f, "children", C, "children"] : [C, "children"]);
|
|
o.current = Jt(o.current, f > -1 ? { [f]: { children: { $splice: [[C, 1, { ...w, children: N }]] } } } : { $splice: [[C, 1, { ...w, children: N }]] });
|
|
const T = new Map(x);
|
|
s.current.forEach((z, M) => {
|
|
var q;
|
|
(q = T.get(M)) != null && q.some((j) => j == m) || s.current.set(M, z.filter((j) => j !== m));
|
|
}), T.forEach((z, M) => {
|
|
s.current.has(M) ? s.current.set(M, c.uniq([...s.current.get(M) || [], ...z])) : s.current.set(M, z);
|
|
});
|
|
}).then(() => {
|
|
a.current = !0, r();
|
|
});
|
|
}
|
|
}];
|
|
}, Zi = (e, t) => {
|
|
const i = rt(), n = U(t), r = U(/* @__PURE__ */ new Map()), a = U([]), o = c.throttle((l) => {
|
|
a.current = [], O.list(e, c.pick({ ...n.current, ...l }, ["tab", "page", "pageSize", "condition", "sider", "keyword"])).then(({ keyword: u, condition: p, total: d, tab: h, sider: m, page: f, pageSize: C, operationsAccess: w, dataSource: x }) => {
|
|
n.current = { tab: h, condition: p, sider: m, keyword: u, total: d, pageSize: C, page: x != null && x.length ? f : 1 }, a.current = x, r.current = new Map(w), i();
|
|
});
|
|
}, 380, { leading: !1, trailing: !0 });
|
|
at(() => {
|
|
a.current = [], e && o(t);
|
|
}, [e, t]);
|
|
const s = H(() => c.pick(n.current, ["total", "tab", "page", "pageSize", "condition", "sider", "keyword"]), [n.current]);
|
|
return Object.assign(s, { onTabChange: (l) => o({ tab: l, page: 1 }), onPageChange: (l, u) => o({ page: l, pageSize: u }), onPageSizeChange: (l) => o({ pageSize: l, page: 1 }), onConditionChange: (l, u) => o({ keyword: u, condition: Jt(n.current.condition || {}, { $merge: l || {} }), page: 1 }), onSiderChange: (l) => o({ sider: l, page: 1 }), onKeywordChange: (l) => o({ keyword: l, page: 1 }), itemOperationsAccess: r.current, dataSource: a.current, onReload: o });
|
|
}, en = ({ listCode: e, className: t, layouts: i, dataSource: n, isPaginate: r, isItemOperations: a, isBatchOperations: o, batchOperations: s, itemOperations: l, itemOperationsAccess: u, resource: p, primaryKey: d, title: h, itemGridLayout: m, $setting: f, tabs: C, isConditionFormLayout: w, isTreeSider: x, treeSiderConfig: N }) => {
|
|
const { classNames: T, onClickCallback: z } = le(te), M = ri(l, u, d, p), q = Y((j, V, $) => g(tn, { className: I("ff-data-list-framework-item", T.item), operations: a ? M(V) : [], data: p ? { [p]: V } : V, children: j, onClickCallback: z }), [p, d, a, z, l, u]);
|
|
return L("div", { className: I("ff-data-list-framework", t), children: [g(i.sider, { isTreeSider: x, ...N }), L("div", { className: I("ff-data-list-container", T == null ? void 0 : T.container), children: [g(i.filter, { isConditionFormLayout: w }), g(i.toolbar, { title: h, tabs: C }), g(mn, { ...m, style: { "--col-num": (f == null ? void 0 : f.colNum) || 1 }, primaryKey: d, itemRender: q, dataSource: n }), g(i.footer, { isPaginate: r, isOperations: o, operations: s })] })] });
|
|
}, tn = ({ className: e, operations: t, children: i, data: n, onClickCallback: r }) => L("div", { className: I("data-list-grid-layout-item-container", e), children: [i, !!(t != null && t.length) && g("div", { className: "data-list-grid-layout-item-actions", children: t.map((a) => g("span", { className: "data-list-grid-layout-item-action", children: g(P.Link, { uuid: a.uuid, type: a.type, name: a.name, widget: a.widget, widgetType: a.widgetType, widgetProps: a.widgetProps, widgetSetting: a.widgetSetting, widgetContainerProps: a.widgetContainerSetting, data: n, confirm: a.confirm, onAfterClick: (o) => o !== !1 && (r == null ? void 0 : r(a.isRefresh, n)) }, a.uuid || Le()) }, (a == null ? void 0 : a.uuid) || Le())) })] }), nn = ({ listCode: e, className: t, layouts: i, dataSource: n, columns: r, isItemOperations: a, isBatchOperations: o, batchOperations: s, itemOperations: l, itemOperationsAccess: u, resource: p, primaryKey: d, title: h, tabs: m, isPaginate: f, isTreeSider: C, treeSiderConfig: w, isConditionFormLayout: x, ...N }) => {
|
|
const { classNames: T, onClickCallback: z } = le(te), M = ri(l, u, d, p), q = ht(l, u, n, d, p);
|
|
return L("div", { className: I("ff-data-table-framework", t), children: [g(i.sider, { isTreeSider: C, ...w }), L("div", { className: I("ff-data-table-container", T == null ? void 0 : T.container), children: [g(i.filter, { isConditionFormLayout: x }), g(i.toolbar, { title: h, tabs: m }), g(cn, { ...N, primaryKey: d, className: "ff-data-table-content", columns: r, dataSource: n, operationRender: q ? (j) => {
|
|
var V;
|
|
return g("div", { className: "ff-data-table-actions", children: (V = M(j)) == null ? void 0 : V.map(($, S) => g(P.Link, { size: "small", uuid: $.uuid, type: $.type, name: $.name, widget: $.widget, widgetType: $.widgetType, widgetProps: $.widgetProps, widgetData: $.widgetData, widgetSetting: $.widgetSetting, widgetContainerProps: $.widgetContainerSetting, data: j, confirm: $.confirm, onAfterClick: (E) => E !== !1 && (z == null ? void 0 : z($.isRefresh, j)) }, $.uuid || S)) });
|
|
} : null }), g(i.footer, { isPaginate: f, isOperations: o, operations: s })] })] });
|
|
}, te = k.createContext({ listCode: "", classNames: {}, getBase62params: (e, t) => {
|
|
}, onReload: () => {
|
|
}, onClickCallback: () => {
|
|
}, onConditionChange: () => {
|
|
}, onTabChange: () => {
|
|
}, onSiderChange: () => {
|
|
}, onKeywordChange: () => {
|
|
}, onPageChange: () => {
|
|
}, onPageSizeChange: () => {
|
|
} }), ai = (e, t, i, n, r = {}, a = 0) => {
|
|
const o = { "--grid-layout-h": `${n}`, "--grid-layout-w": `${i}`, "--grid-layout-x": `${e}`, "--grid-layout-y": `${t}`, "--grid-layout-row-height-offset": "0px" };
|
|
return r != null && r.autoHeight ? o.height = "fit-content" : o["--grid-layout-row"] = `${n}`, r != null && r.alignItems && (o["--grid-layout-box-align-items"] = r.alignItems), r != null && r.justifyContent && (o["--grid-layout-box-justify-content"] = r.justifyContent), o["--grid-layout-box-margin"] = It(r == null ? void 0 : r.marginTop, r == null ? void 0 : r.marginRight, r == null ? void 0 : r.marginBottom, r == null ? void 0 : r.marginLeft), o["--grid-layout-box-padding"] = It(r == null ? void 0 : r.paddingTop, r == null ? void 0 : r.paddingRight, r == null ? void 0 : r.paddingBottom, r == null ? void 0 : r.paddingLeft), a && (o.height = `${a}px`), o;
|
|
}, It = (e, t, i, n) => `${e || 0}px ${t || 0}px ${i || 0}px ${n || 0}px`, mr = (e = "Text", t = "@pkg/ff/grid-layouts") => e != null && e.startsWith("@") || e != null && e.startsWith("blob:") ? e : `${t}/${e}`, si = ({ className: e, isConditionFormLayout: t }) => {
|
|
var h, m;
|
|
const [i, n] = F({}), { listCode: r, onKeywordChange: a, onConditionChange: o, getBase62params: s, classNames: l } = k.useContext(te), { keyword: u, condition: p } = (s == null ? void 0 : s()) || {}, [d] = Ge.useForm();
|
|
return A(() => {
|
|
r && t && O.get(`/api/_/${r}/list-condition-form-layout`).then(({ resource: f, marginX: C, marginY: w, rowHeight: x, cols: N, fields: T }) => {
|
|
n({ resource: f, itemMargin: [C, w], rowHeight: x, cols: N, fields: T });
|
|
}).catch(() => n({}));
|
|
}, [r, t]), A(() => {
|
|
d.setFieldsValue({ keyword: u, ...p });
|
|
}, [JSON.stringify([u, p])]), g("div", { className: I("ff-data-list-filter", l.filter, e), children: g(Ge, { form: d, layout: "vertical", autoComplete: "off", onFinish: ((h = i.fields) == null ? void 0 : h.length) > 1 ? (f) => o({ [i.resource]: f[i.resource] }, f.keyword) : () => {
|
|
}, onValuesChange: (f) => {
|
|
c.isEmpty(c.omit(f, ["keyword"])) || d.submit();
|
|
}, children: ((m = i.fields) == null ? void 0 : m.length) > 1 ? g(Pt, { ...i, children: g(rn, { onReset: () => {
|
|
const { keyword: f, condition: C } = s("init") || {};
|
|
d.setFieldsValue({ keyword: f, ...C });
|
|
} }) }) : g("div", { className: "ff-data-list-filter-default-form ff-grid-layout-form", children: g("div", { className: "grid-layout-item", style: ai(20, 0, 5, 2), children: g(Ge.Item, { name: ["keyword"], children: g(Fi.Search, { allowClear: !0, enterButton: "搜索", placeholder: "多关键字 | 分割", onSearch: (f) => a(f) }) }) }) }) }) });
|
|
}, rn = ({ cols: e, fields: t, onReset: i }) => {
|
|
const [n, r] = F(!1), a = H(() => t == null ? void 0 : t.toReversed().some((o) => o.y > 1 || o.x + o.w >= e - 5), [e, t]);
|
|
return L(Ge.Item, { label: " ", style: { "--item-span": 5 }, className: I("ff-data-list-filter-actions", { expanded: n }), children: [g(Xe, { onClick: i, children: "重置" }), g(Xe, { type: "primary", htmlType: "submit", children: "查询" }), a && g(P.Link, { className: "ff-data-list-filter-expanded-button", widget: () => r((o) => !o), type: "primary", name: n ? "关闭" : "展开", icon: n ? "icon-up" : "icon-down", iconPosition: "end" })] });
|
|
};
|
|
si.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 an = ({ className: e, operations: t, isOperations: i, isPaginate: n }) => {
|
|
const { onPageChange: r, onPageSizeChange: a, onClickCallback: o, getBase62params: s } = k.useContext(te), { total: l, page: u, pageSize: p } = (s == null ? void 0 : s()) || {};
|
|
return i && !c.isEmpty(t) || n ? L("div", { className: I("ff-data-list-footer", e), children: [g("div", { className: "ff-data-list-actions", children: t == null ? void 0 : t.map((d, h) => g(P, { uuid: d.uuid, type: d.type, name: d.name, widget: d.widget, widgetType: d.widgetType, widgetProps: d.widgetProps, widgetData: d.widgetData, widgetSetting: d.widgetSetting, widgetContainerProps: d.widgetContainerSetting, onAfterClick: (m) => m !== !1 && (o == null ? void 0 : o(d.isRefresh, null)) }, d.uuid || h)) }), n && g(Ei, { size: "small", total: l, pageSize: p, showSizeChanger: !1, showTotal: (d) => `第 ${u} 页 / 总共 ${d} 条`, onChange: r, onShowSizeChange: a })] }) : null;
|
|
}, sn = [{ 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" }] }] }], on = ({ className: e, width: t = 280, isTreeSider: i }) => {
|
|
const { classNames: n } = le(te);
|
|
return i ? g(Ri.DirectoryTree, { className: I("ff-data-list-sider", n.sider, e), style: { "--sider-width": t }, showLine: !0, showIcon: !1, treeData: sn }) : null;
|
|
}, ln = ({ className: e, title: t, tabs: i }) => {
|
|
const { getBase62params: n, onTabChange: r, onReload: a, classNames: o } = le(te), { tab: s } = (n == null ? void 0 : n()) || {}, [l, u] = Mi((i == null ? void 0 : i[0].value) ?? (i == null ? void 0 : i[0].code), { value: s, onChange: r });
|
|
return L("div", { className: I("ff-data-list-toolbar", o.toolbar, e), children: [g("div", { className: "ff-data-list-title", children: t }), g(Oi, { className: "ff-data-list-tabs", itemRender: ({ label: p, code: d, value: h }) => g("span", { onClick: () => u(h ?? d), className: I("ff-data-list-tab", { active: (h ?? d) == l }), children: p }), items: i }), L("div", { className: "ff-data-list-actions", children: [g(P.Link, { icon: "icon-reload", widget: () => a() }), g(P.Link, { icon: "icon-setting" })] })] });
|
|
}, oi = ({ isItemGridLayout: e, theme: t, themeProps: i, onClickCallback: n, onReload: r, listCode: a, total: o = 0, page: s = 0, onPageChange: l, pageSize: u = 30, onPageSizeChange: p, tab: d, onTabChange: h, keyword: m, onKeywordChange: f, condition: C, onConditionChange: w, sider: x, onSiderChange: N, layouts: T, classNames: z = {}, ...M }) => {
|
|
const [q, j] = F(), V = Y((S, E) => {
|
|
const B = { tab: d, page: s, pageSize: u, keyword: m, sider: x, condition: C, total: o };
|
|
return S && S != "init" ? c.get(B, S, E) : B;
|
|
}, [JSON.stringify(C), d, s, u, m, x, o]), $ = H(() => {
|
|
let S = { sider: on, filter: si, footer: an, toolbar: ln };
|
|
T === !1 ? S = { sider: null, filter: null, footer: null, toolbar: null } : c.isPlainObject(T) && (S = Object.assign({}, S, T));
|
|
for (const E in S) if (S[E]) {
|
|
if (Ni(S[E])) {
|
|
const B = S[E];
|
|
S[E] = (X) => k.cloneElement(B, X);
|
|
}
|
|
} else S[E] = () => g(k.Fragment, {});
|
|
return S;
|
|
}, [T]);
|
|
return A(() => {
|
|
t ? oe.getWidgetComponent(t).then((S) => {
|
|
if (!S) throw `${t} not found`;
|
|
return S;
|
|
}).catch((S) => ({ default: () => `${S}` })).then((S) => j(k.createElement(S.default, { ...M, layouts: $, $setting: i }))) : j(g(e ? en : nn, { ...M, layouts: $, $setting: i }));
|
|
}, [t, i]), g(te.Provider, { value: { classNames: z, listCode: a, onClickCallback: n, onReload: r, getBase62params: V, onPageChange: l, onPageSizeChange: p, onTabChange: h, onSiderChange: N, onKeywordChange: f, onConditionChange: w }, children: q && k.cloneElement(q, M) });
|
|
};
|
|
oi.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 me, de, Se, it;
|
|
const re = class re {
|
|
constructor() {
|
|
R(this, de, null);
|
|
R(this, Se, /* @__PURE__ */ new Map());
|
|
R(this, it, () => {
|
|
if (y(this, de)) return y(this, de).port.postMessage({ command: "status", data: [] });
|
|
W(this, de, new SharedWorker(new URL("/ff-worker/res-ws.js", self.location))), y(this, de).port.onmessage = (t) => {
|
|
var i, n;
|
|
(i = t.data) != null && i.uuid ? y(this, Se).forEach((r, a) => {
|
|
var o;
|
|
(r == "*" || (o = r == null ? void 0 : r.includes) != null && o.call(r, t.data.uuid)) && a(t.data);
|
|
}) : ((n = t.data) == null ? void 0 : n.readyState) == WebSocket.CLOSED && O.get("/api/user-api-token").then(({ token: r, expire_at: a }) => {
|
|
y(this, de).port.postMessage({ command: "initWs", data: [`ws${c.trimStart(O.appUrl, "http")}api/user-resource-status-ws?token=${r}`] });
|
|
});
|
|
}, y(this, de).port.postMessage({ command: "status", data: [] });
|
|
});
|
|
v(this, "subscribe", (t, i = []) => (i ? Array.isArray(i) && i.length == 0 ? i = "*" : Array.isArray(i) || (i = [i].flat()) : i = "*", y(this, Se).set(t, i), y(this, Se).size == 1 && y(this, it).call(this), () => this.unsubscribe(t)));
|
|
v(this, "unsubscribe", (t) => y(this, Se).delete(t));
|
|
if (y(re, me)) return y(re, me);
|
|
}
|
|
};
|
|
me = new WeakMap(), de = new WeakMap(), Se = new WeakMap(), it = new WeakMap(), R(re, me, null), v(re, "getInstance", () => (y(re, me) || W(re, me, new re()), y(re, me)));
|
|
let ft = re;
|
|
const li = ft.getInstance(), vt = k.forwardRef(({ listCode: e, base62params: t, className: i, theme: n, themeProps: r, layouts: a, classNames: o }, s) => {
|
|
const [{ resource: l, primaryKey: u, batchOperations: p = [], itemOperations: d = [], columns: h = [], themeConfig: m, theme: f, isConditionFormLayout: C = !1, isTreeSider: w, treeSiderConfig: x, isItemGridLayout: N, itemGridLayout: T, title: z, isPaginate: M, tabs: q }, j] = F({ isItemGridLayout: !1, itemGridLayout: {} }), V = Zi(e, t), [{ dataSource: $, itemOperationsAccess: S, condition: E, tab: B, keyword: X, page: ve, total: K, pageSize: st, sider: He, onConditionChange: ot, onTabChange: Ft, onKeywordChange: wi, onPageChange: bi, onPageSizeChange: Ci, onSiderChange: ki, onReload: lt }, Et] = Qi(V, e, u, l), xi = ht(d, S, $, u), Si = ht(p);
|
|
return A(() => {
|
|
let Ke = null;
|
|
return e && O.get(`/api/_/${e}`).resp(({ data: Je, res: vi }) => {
|
|
Je != null && Je.isDynamicRefresh && (Ke = li.subscribe(() => lt(), vi)), j(Je);
|
|
}).catch(() => j({})), () => Ke == null ? void 0 : Ke();
|
|
}, [e]), k.useImperativeHandle(s, () => ({ onReload: lt, onClickCallback: Et })), g(oi, { listCode: e, title: z, classNames: o, layouts: a, resource: l, primaryKey: u, theme: n || f, themeProps: r || m, isTreeSider: w, treeSiderConfig: x, isPaginate: M, tabs: q, isItemOperations: xi, isBatchOperations: Si, batchOperations: p, itemOperations: d, isItemGridLayout: N, columns: h, itemGridLayout: T, isConditionFormLayout: C, itemOperationsAccess: S, dataSource: $, onConditionChange: ot, onTabChange: Ft, onKeywordChange: wi, onPageChange: bi, onPageSizeChange: Ci, onSiderChange: ki, condition: E, tab: B, keyword: X, page: ve, total: K, pageSize: st, sider: He, className: I("ff-data-list-helper", i), onReload: lt, onClickCallback: Et });
|
|
}), ci = (e, t, i = !0) => i !== !0 && i-- <= 0 ? [] : c.isArray(e) && !c.isEmpty(e) ? e.reduce((n, r) => (Reflect.has(r, t) && Reflect.has(r, "children") && n.push(r[t]), Reflect.has(r, "children") && !c.isEmpty(r.children) ? n.concat(ci(r.children, t, i)) : n), []) : [], cn = ({ className: e, primaryKey: t, columns: i = [], dataSource: n = [], operationRender: r, operationWidth: a = 180, ...o }) => {
|
|
const { classNames: s } = le(te);
|
|
Le();
|
|
const l = U(null), u = U(null), [p, d] = F([]), [h, m] = F({ width: 0, height: 0 });
|
|
A(() => {
|
|
d(ci(n, t));
|
|
}, [n, t]), $i(() => {
|
|
const C = new ResizeObserver(() => {
|
|
var w;
|
|
m({ width: ((w = l.current) == null ? void 0 : w.nativeElement.querySelector(".ant-table-body").scrollWidth) || u.current.offsetWidth, height: u.current.offsetHeight });
|
|
});
|
|
return u.current && C.observe(u.current), () => {
|
|
u.current && C.unobserve(u.current);
|
|
};
|
|
}, []);
|
|
const f = Xi(i);
|
|
return g("div", { ref: u, className: I("ff-data-list-table", s.content, e), children: h.height ? g(Li, { ...o, ref: l, rowKey: (C) => (C == null ? void 0 : C[t]) ?? Math.random(), columns: f == null ? void 0 : f.concat(r ? [{ title: "操作", align: "center", fixed: "right", width: `${Math.ceil(a / h.width * 100).toFixed(2)}%`, render: (C, w, x) => r(w, x) }] : []), dataSource: n, size: "middle", scroll: { x: "max-content", y: h.height - 50 }, pagination: !1, expandable: { defaultExpandAllRows: !0, expandRowByClick: !0, onExpandedRowsChange: d, expandedRowKeys: p } }) : null });
|
|
}, dn = "RC_FORM_INTERNAL_HOOKS", un = (e, { initialValue: t, initialValueLanguage: i, convertJs: n, convertJsSetting: r, type: a = "string" }, o = null) => {
|
|
const s = U(!1), l = le(_t), [u, p] = F(), [d, h] = F(i != "javascript" && e ? l.getFieldValue(e) : void 0), { registerWatch: m } = l.getInternalHooks(dn) || {};
|
|
return A(() => m == null ? void 0 : m((f, C, w) => {
|
|
if (!s.current) return;
|
|
const x = c.get(C, e);
|
|
c.isEqual(x, d) || h(Z(x, a));
|
|
}), [d]), A(() => {
|
|
i == "javascript" && t ? Ce.exec(t, {}, { getFieldValueForBasicForm: (f) => o ? o.getFieldValue(f) : l.getFieldValue(f), getFieldValue: (f) => l.getFieldValue(f) }).then((f) => h(Z(f, a))).catch((f) => notification.error({ message: `布局数据错误: ${JSON.stringify(f)}` })).finally(() => s.current = !0) : (t && h(Z(t ?? l.getFieldValue(e), a)), s.current = !0);
|
|
}, [t, i]), Ue(() => {
|
|
s.current && n && new Qe([n, r]).toValue(d, l.getFieldsValue(!0)).then(p).catch((f) => {
|
|
p(f), console.error("布局数据转换错误: ", f, n);
|
|
});
|
|
}, [d, n, r]), [u ?? d, d];
|
|
}, di = (e, t, i = null) => H(() => {
|
|
var n;
|
|
return (n = c.sortBy(e, ["y", "x"])) == null ? void 0 : n.map(({ i: r, x: a, y: o, w: s, h: l, field: { boxStyle: u, ...p } }, d) => g("div", { className: "grid-layout-item", style: ai(a, o, s, l, u), children: g(t, { ...p, basicForm: i }) }, r ?? d));
|
|
}, [e]), gn = ({ widget: e, widgetPrefix: t = "@pkg/ff/grid-layouts", basicForm: i, ...n }) => {
|
|
const r = e != null && e.startsWith("@") || e != null && e.startsWith("blob:") ? e : `${t}/${e}`, [a, o] = F();
|
|
return A(() => {
|
|
r && oe.getWidgetComponent(r).then(({ defaultProps: s = {}, default: l }) => ({ default: pn(l, s, i) })).catch((s) => ({ default: () => `${s}` })).then((s) => o(k.createElement(s.default, n)));
|
|
}, [r]), a;
|
|
}, pn = (e, t = {}, i = null) => (n) => {
|
|
const { code: r, label: a, extras: o, isVirtual: s, initialValue: l, initialValueLanguage: u, convertJs: p, convertJsSetting: d, value: h, ...m } = c.merge({}, t, n), [f, C] = un(s ? null : r, { initialValue: l, initialValueLanguage: u, convertJs: p, convertJsSetting: d, type: (m == null ? void 0 : m.type) || "string" }, i), w = H(() => {
|
|
const T = Object.keys((t == null ? void 0 : t.extras) || {});
|
|
return c.over([c.partialRight(c.pick, T), c.partialRight(c.omit, T)]);
|
|
}, [t == null ? void 0 : t.extras]), [x, N] = w(m);
|
|
return g(e, { ...N, value: f, rawValue: C, $setting: Object.assign({}, o, x) });
|
|
}, ui = ({ className: e, cols: t = 12, rowHeight: i = 21, containerPadding: n = [0, 0], itemMargin: r = [4, 0], formProps: a = {}, fields: o = [], data: s, basicForm: l = null, ...u }) => {
|
|
const [p] = ee.useForm(), d = di(o, gn, l), h = H(() => [{ name: "__PROPS__", value: a }], [a]);
|
|
return Ue(() => (p.setFieldsValue(s), () => p.resetFields()), [s]), g(ee, { fields: h, form: p, component: !1, children: g("div", { ...u, className: I("ff-grid-layout", e), style: { "--grid-layout-item-margin-y": `${(r == null ? void 0 : r[0]) || 0}px`, "--grid-layout-item-margin-x": `${(r == null ? void 0 : r[1]) || 0}px`, "--grid-layout-container-padding-y": `${(n == null ? void 0 : n[0]) || 0}px`, "--grid-layout-container-padding-x": `${(n == null ? void 0 : n[1]) || 0}px`, "--grid-layout-cols": t, "--grid-layout-row-height": `${i}px` }, children: d }) });
|
|
}, hr = (Mt = ui, function({ code: e, data: t, ...i }) {
|
|
const [n, r] = F({ resource: null, cols: 12, rowHeight: 21, fields: [] });
|
|
return A(() => {
|
|
e && O.get(`/api/_/${e}`).then((a) => r(c.pick(a, ["resource", "cols", "rowHeight", "fields"])));
|
|
}, [e]), (n == null ? void 0 : n.resource) && g(Mt, { ...i, rowHeight: n.rowHeight, cols: n.cols, fields: n.fields, data: n != null && n.resource ? { [n == null ? void 0 : n.resource]: t } : {} });
|
|
});
|
|
var Mt;
|
|
const mn = ({ cols: e, rowHeight: t, itemMargin: i, fields: n, primaryKey: r, dataSource: a, itemClassName: o, itemRender: s = (d, h, m) => d, empty: l = g(Ai, { description: null }), className: u, style: p = {} }) => {
|
|
const { classNames: d } = le(te), h = Le(), m = H(() => g(ui, { cols: e, rowHeight: t, itemMargin: i, fields: n, className: o }), [n, e, t, i]);
|
|
return g("div", { className: I("ff-data-list-content", d.content, u), style: p, children: c.isEmpty(a) ? l : a.map((f, C) => {
|
|
const w = s(k.cloneElement(m, { data: f }), f, C);
|
|
return k.cloneElement(w, { key: `${h}-${(f == null ? void 0 : f[r]) || C}` });
|
|
}) });
|
|
}, hn = ({ component: e }) => {
|
|
const { base62params: t } = zi();
|
|
return g(G, { children: g(vt, { listCode: e, base62params: O.decode(t) }) });
|
|
}, fn = () => "Empty", yn = ({ component: e, $setting: t }) => {
|
|
const [i, n] = F();
|
|
A(() => {
|
|
if (!e) return n(g(fn, { description: null }));
|
|
oe.getWidgetComponent(e).catch((a) => ({ default: () => `${a}` })).then((a) => k.createElement(a.default, { $setting: t })).then(n);
|
|
}, [e]);
|
|
const r = ue.getPageParams() || {};
|
|
return i ? k.cloneElement(i, r) : null;
|
|
};
|
|
var he, Q, fe, ye, De, Be;
|
|
const ae = class ae {
|
|
constructor() {
|
|
R(this, Q, /* @__PURE__ */ new Map());
|
|
R(this, fe, {});
|
|
R(this, ye, null);
|
|
v(this, "init", (t, i) => {
|
|
W(this, Q, t), W(this, fe, i);
|
|
});
|
|
v(this, "get", (t) => (y(this, Q).has(t) || (t = Array.from(y(this, Q).keys()).find((i) => y(this, Q).get(i).uri === t)), y(this, Q).get(t) || {}));
|
|
v(this, "redirect", (t, i, n = {}) => {
|
|
const { uri: r, type: a, widgetProps: o } = this.get(t) || {};
|
|
let s = Di(r || t, a != "list" ? i : c.mapValues(i, (u) => O.encode(u)));
|
|
const l = new URLSearchParams();
|
|
for (const u in o || {}) (o == null ? void 0 : o.type) == "query" && l.append(u, i[u]);
|
|
return l.size > 0 && (s = `${s}?${l.toString()}`), y(this, ye).navigate(s, n);
|
|
});
|
|
v(this, "getMenus", (t) => {
|
|
var i;
|
|
return ((i = y(this, fe)) == null ? void 0 : i[t]) || [];
|
|
});
|
|
v(this, "findMenuPathByUuid", (t) => {
|
|
let i = [];
|
|
for (const n in y(this, fe)) if (i = y(this, De).call(this, y(this, fe)[n], t, [n]), i.length > 1) return i;
|
|
return i;
|
|
});
|
|
v(this, "getMenusByRouteUuid", (t) => y(this, Be).call(this, t, Object.values(y(this, fe)).flat()));
|
|
R(this, De, (t, i, n = []) => {
|
|
if (c.isEmpty(t)) return n;
|
|
for (const { uuid: r, children: a } of t) {
|
|
if (r == i) return n.concat(r);
|
|
if (!c.isEmpty(a)) return n.concat(r, y(this, De).call(this, a, i));
|
|
}
|
|
return n;
|
|
});
|
|
R(this, Be, (t, i) => {
|
|
var r;
|
|
let n = [];
|
|
for (const a of i) a.widgetType == "redirect" && (a.uuid == t || a.widget == t ? n.push(a) : (r = a.children) != null && r.length && (n = n.concat(y(this, Be).call(this, t, a.children))));
|
|
return n;
|
|
});
|
|
v(this, "getCurrentMenu", () => {
|
|
const { uuid: t } = this.getCurrentRoute() || {};
|
|
if (!t) return;
|
|
const i = this.getMenusByRouteUuid(t);
|
|
return c.isEmpty(i) ? void 0 : i[0];
|
|
});
|
|
v(this, "getCurrentRoute", (t = 0) => {
|
|
var n;
|
|
const i = (n = y(this, ye).state.matches[y(this, ye).state.matches.length - 1 - t]) == null ? void 0 : n.route;
|
|
if (!i) return null;
|
|
for (let [r, a] of y(this, Q)) if (a.uri === i.path) return a;
|
|
return null;
|
|
});
|
|
v(this, "getPageParams", (t) => {
|
|
var a, o;
|
|
const { location: i = {}, matches: n = [] } = ((a = y(this, ye)) == null ? void 0 : a.state) || {}, r = ((o = n[n.length - 1]) == null ? void 0 : o.params) || {};
|
|
return i.search && new URLSearchParams(i.search).forEach((s, l) => {
|
|
r[l] = s;
|
|
}), t ? c.get(r, t) : r;
|
|
});
|
|
v(this, "createBrowserRouter", (t = {}) => {
|
|
if (y(this, Q).size == 0) return null;
|
|
const i = Ae.get("Common.WEBSITE_DEFAULT_THEME", "@pkg/ff/frameworks/DefaultTheme"), n = Ae.get(oe.checkUserToken() ? "Common.WEBSITE_LOGIN_REDIRECT" : "Common.WEBSITE_DEFAULT", "/index"), r = { [i]: 0 }, a = (s, l) => () => oe.getWidgetComponent(s).then((u) => u.default || function() {
|
|
return `${s}`;
|
|
}).then((u) => ({ Component: () => k.createElement(Xt, {}, k.createElement(u, l)) })), o = Array.from(y(this, Q).values()).reduce((s, { uuid: l, uri: u, name: p, type: d, component: h, widgetSetting: m, isLogin: f, isLayout: C, extra: w }) => {
|
|
let x = {}, N = 0;
|
|
switch (d) {
|
|
case "list":
|
|
x.element = k.createElement(hn, { component: h });
|
|
break;
|
|
case "fsdpf-component":
|
|
x.element = k.createElement(yn, { key: h, component: h, $setting: m });
|
|
}
|
|
if (w != null && w.layout) {
|
|
if (!r[w == null ? void 0 : w.layout]) return r[w == null ? void 0 : w.layout] = s.length, [...s, { path: "/", lazy: a(w == null ? void 0 : w.layout, {}), children: [{ path: u, ...x }] }];
|
|
N = r[w == null ? void 0 : w.layout];
|
|
}
|
|
return C && N > -1 ? (s[N].children.push({ path: u, ...x }), s) : [...s, { path: u, ...x }];
|
|
}, [{ path: "/", lazy: a(i, {}), children: [] }]);
|
|
return o.push({ index: !0, element: k.createElement(wn, { to: n, replace: !0 }) }), W(this, ye, Bi(o, t));
|
|
});
|
|
if (y(ae, he)) return y(ae, he);
|
|
}
|
|
};
|
|
he = new WeakMap(), Q = new WeakMap(), fe = new WeakMap(), ye = new WeakMap(), De = new WeakMap(), Be = new WeakMap(), R(ae, he, null), v(ae, "getInstance", () => (y(ae, he) || W(ae, he, new ae()), y(ae, he)));
|
|
let yt = ae;
|
|
const wn = ({ to: e, replace: t }) => qi() ? k.createElement(Ui, { to: e, replace: t }) : (window.document.location = e, "redirect"), ue = yt.getInstance(), Pe = new Worker(new URL("/ff-worker/index.js", self.location)), zt = { getConfigure: (e) => Ae.get(e), route: { redirect: (...e) => ue.redirect(...e), getPageParams: (...e) => ue.getPageParams(...e), getCurrentRoute: () => ue.getCurrentRoute() }, popup: { notification: (...e) => _.notification(...e), success: (...e) => _.success(...e), error: (...e) => _.error(...e), form: (...e) => _.form(...e), modal: (...e) => _.modal(...e), confirm: (...e) => _.confirm(...e) } };
|
|
var nt, Fe, we;
|
|
const D = class D {
|
|
constructor() {
|
|
v(this, "exec", (t, i = {}, n = {}, r = "") => new Promise((a, o) => {
|
|
if (!/^(?!\s*(\/\/|\/\*|\*)).*?\S+/m.test(t)) return a();
|
|
const s = Lt(D, nt)._++;
|
|
y(D, Fe).set(s, n), D.mQueue.set(s, [a, o]), Pe.postMessage({ id: s, session: r, category: "eval", method: t, args: i });
|
|
}));
|
|
v(this, "clear", (t) => Pe.postMessage({ session: t, category: "clear" }));
|
|
if (y(D, we)) return y(D, we);
|
|
Promise.resolve().then(() => qn).then((t) => {
|
|
zt.http = t.http;
|
|
}), Pe.addEventListener("message", ({ data: { id: t, task_id: i, method: n, args: r, category: a, data: o, error: s, session: l } }) => {
|
|
if (a === "eval" && D.mQueue.has(t)) s !== null ? D.mQueue.get(t)[1](s) : D.mQueue.get(t)[0](o), y(D, Fe).delete(t), D.mQueue.delete(t);
|
|
else if (a === "util") try {
|
|
const u = c.get(zt, n.split("/")) || c.get(y(D, Fe).get(i), n.split("/"));
|
|
if (!c.isFunction(u)) throw `${n} not found`;
|
|
Promise.resolve(Reflect.apply(u, void 0, r)).then((p) => {
|
|
Pe.postMessage({ id: t, task_id: i, category: a, method: n, args: r, session: l, data: p, error: null });
|
|
}).catch((p) => {
|
|
Pe.postMessage({ id: t, task_id: i, category: a, method: n, args: r, session: l, data: null, error: p });
|
|
});
|
|
} catch (u) {
|
|
Pe.postMessage({ id: t, task_id: i, category: a, method: n, args: r, session: l, data: null, error: u });
|
|
}
|
|
}, !1);
|
|
}
|
|
};
|
|
nt = new WeakMap(), Fe = new WeakMap(), we = new WeakMap(), v(D, "mQueue", /* @__PURE__ */ new Map()), R(D, nt, 0), R(D, Fe, /* @__PURE__ */ new Map()), R(D, we, null), v(D, "getInstance", () => (y(D, we) || W(D, we, new D()), y(D, we)));
|
|
let wt = D;
|
|
const Ce = wt.getInstance(), rt = () => {
|
|
const e = U(!0), [, t] = k.useReducer((i) => i + 1, 0);
|
|
return A(() => () => e.current = !1, []), () => e.current && t();
|
|
}, fr = (e) => {
|
|
const t = U();
|
|
return A(() => {
|
|
t.current = e;
|
|
}, [e]), t.current;
|
|
}, yr = (e) => {
|
|
const [t, i] = F(e), n = U(null), r = Y((a, o) => {
|
|
n.current = o, i(a);
|
|
}, []);
|
|
return A(() => {
|
|
n.current && (n.current(t), n.current = null);
|
|
}, [t]), [t, r];
|
|
}, Ue = (e = (n) => {
|
|
}, t, i = c.isEqual) => {
|
|
const n = k.useRef();
|
|
i(t, n.current) || (n.current = c.cloneDeep(t)), k.useEffect(e, [n.current]);
|
|
}, at = Ue, gi = (e, t = "string") => {
|
|
var i;
|
|
if (!Array.isArray(e)) return e;
|
|
for (let n = 0; n < e.length; n++) e[n].value = Z((i = e[n]) == null ? void 0 : i.value, t), e[n] && Reflect.has(e[n], "children") && (e[n].children = gi(e[n].children, t));
|
|
return e;
|
|
}, wr = (e, t = "json", i = "string", n, r = null) => {
|
|
const [a] = ee.useForm(n), [o, s] = F([{ label: "无", value: "", disabled: !0 }]), l = U([]), u = ee.useWatch((p) => l.current.length === 0 ? null : c.pick(p, l.current), a) || null;
|
|
return A(() => {
|
|
Array.isArray(e) ? s(e) : t === "javascript" && e ? Ce.exec(e, {}, { getFieldValue: (p) => (l.current.includes(p) || l.current.push(p), a.getFieldValue(p)), getFieldValueForBasicForm: (p) => (l.current.includes(p) || l.current.push(p), r ? r.getFieldValue(p) : a.getFieldValue(p)) }).then((p) => {
|
|
s(Z(p, "array"));
|
|
}) : e && s(Z(e, "array"));
|
|
}, [e, t, u]), gi(o, i);
|
|
}, br = (e) => {
|
|
const [t, i] = F(), n = { type: "GET" };
|
|
if (typeof e == "string" ? n.url = e : c.isPlainObject(e) && Object.assign(n, e), !(n != null && n.url)) throw "url is required";
|
|
const r = (a) => O.request(n, !1).resp((o) => (console.log("useSubscribeRequest", a), i(o), o));
|
|
return Ue(() => {
|
|
let a = null;
|
|
return r().then((o) => {
|
|
a = li.subscribe(c.throttle(r, 180, { leading: !1, trailing: !0 }), o.res);
|
|
}), () => a == null ? void 0 : a();
|
|
}, n), t;
|
|
}, bn = (e) => {
|
|
const [t, i] = k.useState({ gridItems: [], hideItems: [] });
|
|
return k.useEffect(() => {
|
|
e && O.get(`/api/_/${e}`).then(({ pk: n, uuid: r, code: a, resource: o, align: s, cols: l, rowHeight: u, marginX: p, marginY: d, listenChangeFields: h, listenChangeFieldsFunc: m, fields: f }) => ({ pk: n, uuid: r, code: a, resource: o, align: s, cols: l, rowHeight: u, marginX: p, marginY: d, listenChangeFields: h, listenChangeFieldsFunc: m, ...f.reduce((C, w) => {
|
|
var x;
|
|
return (x = w == null ? void 0 : w.field) != null && x.hidden ? C.hides.push(w == null ? void 0 : w.field) : C.items.push(w), C;
|
|
}, { items: [], hides: [] }) })).then(i);
|
|
}, [e]), t;
|
|
}, Cn = ({ max: e = 0, min: t = 0, type: i = "", message: n, pattern: r, required: a = !1, validator: o } = {}, s, l) => {
|
|
const [u, p] = F([]);
|
|
return A(() => {
|
|
const d = [];
|
|
if (a) {
|
|
let h = l;
|
|
switch (l) {
|
|
case "number":
|
|
case "string":
|
|
case "array":
|
|
break;
|
|
case "bool":
|
|
h = "boolean";
|
|
break;
|
|
case "json":
|
|
h = "object";
|
|
}
|
|
d.push({ type: h, required: !0, whitespace: !0, message: "该项必填" });
|
|
}
|
|
switch (i) {
|
|
case "string":
|
|
d.push({ type: i, max: e, min: t, message: n || (t && e ? `字符必须在 ${t} ~ ${e} 之间` : `${e ? "最多能有" : "最少要有"} ${t || e} 个字符`) });
|
|
break;
|
|
case "pattern":
|
|
d.push({ type: "string", pattern: r, message: n });
|
|
break;
|
|
case "validator":
|
|
o && d.push(({ getFieldValue: h }) => ({ validator: async (m, f) => {
|
|
const C = await Ce.exec(o, { value: f, fieldName: s }, { getFieldValue: h });
|
|
return c.isString(C) && C ? Promise.reject(C) : c.isBoolean(C) && !C ? Promise.reject(n) : Promise.resolve();
|
|
} }));
|
|
}
|
|
p(d);
|
|
}, [e, t, i, n, r, a, o]), u;
|
|
}, kn = (e, t, i) => {
|
|
const [n, r] = F(null);
|
|
return A(() => {
|
|
const { initDataUri: a = `/api/${e}`, initDataMethod: o = "GET" } = i || {};
|
|
t && O.request({ method: o, url: c.trimEnd(`${a}/${t}`, "/") }).then((s) => {
|
|
r(s);
|
|
});
|
|
}, [e, t, i]), n;
|
|
}, pi = (e, t, i = {}, n = {}, r = {}) => {
|
|
const a = le(_t), o = rt(), s = U(!0), l = U([]), [u, p] = F(t), d = ee.useWatch((h) => JSON.stringify(c.pick(h, l.current)), a) || "{}";
|
|
return at(() => {
|
|
e && Ce.exec(e, i, { ...n, getFieldValueForBasicForm: (h) => r ? r.getFieldValue(h) : null, getFieldValue: c.wrap(a.getFieldValue, (h, m) => (l.current.some((f) => c.isEqual(f, m)) || (l.current.push(m), o()), h == null ? void 0 : h(m))), isFieldTouched: a.isFieldTouched, isFieldsTouched: a.isFieldsTouched }).then((h) => s.current && p(h));
|
|
}, [e, d, a, i, n]), A(() => () => s.current = !1, []), u;
|
|
}, xn = (e, t, i = [], n = {}) => {
|
|
const r = U({});
|
|
if (!t) return [e, r.current];
|
|
const a = U(), o = c.debounce(rt(), 180), s = ["disabled", "required"], l = (d, h) => {
|
|
s.includes(d) && (r.current[d] = h), o();
|
|
}, u = H(() => ({ setDisabled: (d) => l("disabled", d), setRequired: (d) => l("required", d), getDisabled: () => r.current.disabled, getRequired: () => r.current.required }), [t]), p = pi(t, -1, {}, u, n) ?? -1;
|
|
if (a.current != p && (p >= 0 || !c.isEmpty(i == null ? void 0 : i[p]))) {
|
|
a.current = p;
|
|
const { widget: d, widgetPrefix: h, props: m } = i == null ? void 0 : i[p];
|
|
e = Zt(d, h), r.current = c.merge(m, c.pick(r.current, s));
|
|
}
|
|
return [e, r.current];
|
|
}, Dt = (e) => e === void 0 || e === !1 ? "" : (Array.isArray(e) ? e : [e]).join("_"), Cr = ({ value: e, onChange: t }, i = null) => {
|
|
const n = U(), [r] = ee.useForm(i), a = U({});
|
|
return at(() => {
|
|
c.isEqual(n.current, e) || r.setFieldsValue(e);
|
|
}, [e]), A(() => () => r.resetFields(), []), [H(() => r.__INTERNAL__ ? r : { ...r, __INTERNAL__: { itemRef: (o) => (s) => {
|
|
const l = Dt(o);
|
|
s ? a.current[l] = s : delete a.current[l];
|
|
} }, scrollToField: (o, s = {}) => {
|
|
console.warn("useMergedFormValuesChange scrollToField not work, unreferenced antd form");
|
|
}, focusField: (o) => {
|
|
console.warn("useMergedFormValuesChange focusField not work, unreferenced antd form");
|
|
}, getFieldInstance: (o) => {
|
|
const s = Dt(o);
|
|
return a.current[s];
|
|
} }, [r]), (o, s) => {
|
|
n.current = s, t == null || t(s);
|
|
}];
|
|
}, Sn = ({ type: e, initialValue: t, initialValueLanguage: i, onChange: n, basicForm: r }) => {
|
|
const a = pi(i == "javascript" && t, i == "javascript" ? void 0 : t, {}, {}, r);
|
|
return A(() => {
|
|
i == "javascript" ? n(Z(a, e)) : t && n(Z(t, e));
|
|
}, [e, t, a]), null;
|
|
}, mi = ({ widget: e = "Input", widgetPrefix: t = "@pkg/ff/grid-layout-forms", widgetDecorator: i, subWidgets: n = [], basicForm: r, ...a }) => {
|
|
const o = Zt(e, t), [s, l] = xn(o, i, n, r), [u, p] = F();
|
|
return A(() => {
|
|
s && oe.getWidgetComponent(s).then(({ defaultProps: d = {}, default: h }) => ({ default: vn(h, d, r) })).catch((d) => ({ default: () => `${d}` })).then((d) => p(k.createElement(d.default, a)));
|
|
}, [s]), u && k.cloneElement(u, { ...a, ...l });
|
|
}, vn = (e, t = {}, i = null) => (n) => {
|
|
const { type: r, code: a, label: o, noStyle: s, placeholder: l, required: u = !1, extras: p, validators: d, help: h, isVirtual: m, $isReserved: f, initialValue: C, initialValueLanguage: w, ...x } = c.omit(c.merge({}, t, n), ["convertJs", "convertJsSetting", "widget", "widgetPerfix", "widgetDecorator", "subWidgets", "boxStyle"]), N = Cn(Object.assign({}, d, u ? { required: !0 } : {}), a, r), T = H(() => {
|
|
const V = Object.keys((t == null ? void 0 : t.extras) || {});
|
|
return c.over([c.partialRight(c.pick, V), c.partialRight(c.omit, V)]);
|
|
}, [t == null ? void 0 : t.extras]), [z, M] = T(x), q = { label: o, noStyle: s, colon: !1, layout: "vertical" }, j = Y((V) => V == null ? void 0 : Z(V, r), [r]);
|
|
return g(Gt, { name: a, rules: N, initialValue: j(C), normalize: j, children: (V, $, S) => {
|
|
var E;
|
|
return g(e, { type: r, rcform: S, basicForm: i, itemProps: { validateStatus: $.errors.length > 0 ? "error" : "success", tooltip: h, help: $.errors.length > 0 ? $.errors.join("、") : null, required: ((E = N == null ? void 0 : N[0]) == null ? void 0 : E.required) || !1, ...q }, fieldProps: { placeholder: l, ...M, ...V }, $setting: Object.assign({}, p, z) });
|
|
} });
|
|
}, Pt = ({ cols: e = 24, rowHeight: t = 16, itemMargin: i = [8, 16], containerPadding: n = [0, 0], fields: r = [], children: a, basicForm: o = null }) => {
|
|
const s = di(r, mi, o);
|
|
return L("div", { className: "ff-grid-layout-form", style: { "--grid-layout-item-margin-x": `${(i == null ? void 0 : i[0]) ?? 8}px`, "--grid-layout-item-margin-y": `${(i == null ? void 0 : i[1]) ?? 16}px`, "--grid-layout-container-padding-y": `${(n == null ? void 0 : n[0]) || 0}px`, "--grid-layout-container-padding-x": `${(n == null ? void 0 : n[1]) || 0}px`, "--grid-layout-cols": e, "--grid-layout-row-height": `${t}px` }, children: [s, a && k.cloneElement(a, { cols: e, rowHeight: t, itemMargin: i, containerPadding: n, fields: r })] });
|
|
};
|
|
Pt.propTypes = { fields: b.array };
|
|
const Pn = (Bt = Pt, ({ code: e, layout: t, name: i, primaryKey: n = 0, style: r = {}, formProps: a = {}, form: o, basicForm: s, isPreview: l = !1, className: u, onFinish: p, onValuesChange: d = () => {
|
|
}, ...h }) => {
|
|
const { align: m, autoComplete: f, resource: C, items: w, hides: x, rowHeight: N, marginX: T, marginY: z, cols: M, listenChangeFields: q, listenChangeFieldsFunc: j, pk: V, uuid: $ } = bn(e), [S] = ee.useForm(o), E = H(() => [{ name: "__PK__", value: V }, { name: "__PROPS__", value: a }, { name: "__RESOURCE__", value: C }, { name: "__LAYOUT_KEY__", value: e }, { name: "__LAYOUT_UUID__", value: $ }, { name: "__PRIMARY_KEY__", value: n }], [V, e, $, C, n, a]);
|
|
return L(ee, { className: u, name: i || e, layout: t || m, fields: E, form: S, autoComplete: f, style: { ...r, position: "relative" }, onFinish: p, onValuesChange: (B, X) => (({ changedValues: ve, allValues: K, listenChangeFields: st, listenChangeFieldsFunc: He, onValuesChange: ot, code: Ft }) => {
|
|
ot(ve, K), He && Array.isArray(st) && Ce.exec(He, { changedValues: ve, allValues: K }, { getFieldValue: S.getFieldValue, setFieldValue: S.setFieldValue, setFieldsValue: S.setFieldsValue, isFieldTouched: S.isFieldTouched, isFieldsTouched: S.isFieldsTouched });
|
|
})({ changedValues: B, allValues: X, listenChangeFields: q, listenChangeFieldsFunc: j, onValuesChange: d, code: e }), children: [g(Bt, { ...h, form: S, basicForm: s, code: e, fields: w, cols: M, rowHeight: N, itemMargin: [T, z] }), x == null ? void 0 : x.map((B) => {
|
|
var X;
|
|
return g(Gt, { name: B.code, children: g(Sn, { form: S, basicForm: s, name: B.code, type: B.type, initialValue: B.initialValue, initialValueLanguage: (X = B.extras) == null ? void 0 : X.initialValueLanguage }) }, JSON.stringify(B.code));
|
|
})] }, e);
|
|
});
|
|
var Bt;
|
|
const hi = ({ $setting: e, $close: t, extras: i, code: n, primaryKey: r, ...a }) => {
|
|
const [o] = ee.useForm(), s = kn(n, r, e);
|
|
return A(() => {
|
|
s && o.setFieldsValue(s);
|
|
}, [s]), g(G, { actions: L(k.Fragment, { children: [g(P, { name: "保存", type: "primary", widget: () => {
|
|
const l = o.getFieldValue("__RESOURCE__"), { initDataUri: u = `/api/${n}` } = e || {};
|
|
o.validateFields(!0).then((p) => l ? c.pick(p, [l]) : p).then((p) => O.post(r ? `${u}/${r}` : `${u}`, p).msg(t)).catch(() => _.error("请先完善表单信息", { duration: 2e3 }));
|
|
} }), g(P, { name: "取消", widget: () => t(!1) })] }), extras: i, children: g(Pn, { form: o, code: n, primaryKey: r, ...a }) });
|
|
}, qt = /* @__PURE__ */ new Set(), bt = (e = [], t = 0) => {
|
|
const i = e[t];
|
|
if (i.length && !qt.has(i)) {
|
|
const n = document.createElement("script");
|
|
n.setAttribute("src", i), n.setAttribute("data-namespace", i), e.length > t + 1 && (n.onload = () => {
|
|
bt(e, t + 1);
|
|
}, n.onerror = () => {
|
|
bt(e, t + 1);
|
|
}), qt.add(i), document.body.appendChild(n);
|
|
}
|
|
}, Ct = ({ className: e, type: t, style: i = {}, ...n }) => g("span", { role: "img", className: I("ff-iconfont", e), style: i, ...n, children: g("svg", { style: { width: "1em", height: "1em", fill: "currentColor", overflow: "hidden" }, viewBox: "0 0 1024 1024", children: g("use", { xlinkHref: `#${t}` }) }) });
|
|
Ct.propTypes = { className: b.string, type: b.string.isRequired, style: b.object }, Ct.init = bt;
|
|
const Tn = (e, t, i, { isReplaceRouteHistory: n = !1 } = {}) => ue.redirect(i, t, { replace: n }), Nn = (e, t = {}, i, n = {}) => {
|
|
var a;
|
|
const r = (a = n.router) == null ? void 0 : a.reduce((o, [s, l, u]) => {
|
|
const p = c.get(t, ["router", s]);
|
|
if (!p && p !== 0 && l) throw `请传入 ${u}`;
|
|
return `${o}/${p}`;
|
|
}, `/api/${i}`);
|
|
return O.del(r, t.param).msg();
|
|
}, Ut = (e, t, i, { status: { loading: n, disabled: r }, setStatus: a }) => {
|
|
const o = { loading: (s) => s === void 0 ? n : a((l) => ({ ...l, loading: s })), disabled: (s) => s === void 0 ? r : a((l) => ({ ...l, disabled: s })) };
|
|
return c.isFunction(i) ? i.call(null, { ...t, ...o }) : c.isString(i) && i ? Ce.exec(i, t, o) : null;
|
|
}, Wt = (e, t, i, n, r) => c.isString(i) && i ? oe.getWidgetComponent(i).then(({ default: a }) => _.modal(a, { ...t, $setting: n }, r != null && r.title ? { ...r, title: c.template(r.title)(e) } : r)).catch((a) => {
|
|
_.error(i, { content: a.toString() });
|
|
}) : _.modal(i, { ...t, $setting: n }, r != null && r.title ? { ...r, title: c.template(r.title)(e) } : r), $n = (e, t, i, n, r) => _.modal(hi, { ...t, $setting: n, code: i }, r != null && r.title ? { ...r, title: c.template(r.title)(e) } : r), Fn = (e, t, i, n, r) => _.modal(vt, { base62params: t, $setting: n, listCode: i }, r != null && r.title ? { ...r, title: c.template(r.title)(e) } : r), En = ({ widget: e, widgetType: t, widgetData: i, widgetProps: n, widgetSetting: r, widgetContainerProps: a }, { onAfterClick: o, onBeforeClick: s }) => {
|
|
const l = le(te), [u, p] = F({ leading: !0, trailing: !1 }), d = H(() => {
|
|
switch (t) {
|
|
case "redirect":
|
|
return c.partialRight(Tn, e, r);
|
|
case "func":
|
|
return c.partialRight(Ut, (r == null ? void 0 : r.code) ?? e, { status: u, setStatus: p });
|
|
case "fsdpf-component":
|
|
return c.partialRight(Wt, e, r, a);
|
|
case "grid-layout-form":
|
|
return c.partialRight($n, e, r, a);
|
|
case "data-list":
|
|
return c.partialRight(Fn, e, r, a);
|
|
case "destroy":
|
|
return c.partialRight(Nn, e, r, a);
|
|
default:
|
|
if ($t(e) || k.isValidElement(e)) return c.partialRight(Wt, e, r, a);
|
|
if (c.isFunction(e)) return c.partialRight(Ut, (r == null ? void 0 : r.code) || e, { status: u, setStatus: p });
|
|
}
|
|
return (...h) => console.error("useButton unknown widgetType", t, ...h);
|
|
}, [e, t]);
|
|
return [c.debounce((h) => (s == null || s(h), Promise.resolve(ei(n, h, { list: l })).then((m) => d(h, { ...i, ...m })).then((m) => o == null ? void 0 : o(m)).catch(console.error)), 300, { leading: !0, trailing: !1 }), u];
|
|
}, fi = ({ type: e, name: t, className: i, icon: n, iconPosition: r, size: a }, o = "default") => H(() => {
|
|
const s = { type: "primary", className: I("ff-button", i), iconPosition: r, size: a };
|
|
return e === "danger" ? s.danger = !0 : e === "default" && (s.type = e), o === "link" || o === "dashed" ? (s.type = o, e === "default" && (s.className = I(s.className, "ff-default"))) : o !== "circle" && o !== "round" || (s.shape = o), n && (s.icon = g(Ct, { type: n })), t && (s.children = t), s;
|
|
}, [o, e, i, n, r]), We = (e) => function({ className: t, variant: i, children: n, name: r, icon: a, type: o = "default", iconPosition: s = "start", noAuthType: l, onAfterClick: u, onBeforeClick: p, data: d, loading: h, disabled: m, tooltip: f, confirm: C, widget: w = () => {
|
|
}, widgetType: x, widgetData: N, widgetProps: T, widgetSetting: z, widgetContainerProps: M, ...q }) {
|
|
const j = c.isEmpty(f) || !f.enabled ? {} : f, V = c.isEmpty(C) ? { enabled: !1 } : Object.assign({ enabled: !0 }, C), $ = fi({ className: t, name: r, type: o, icon: a, iconPosition: s }, i ?? e), [S, E] = F(!1), [B, { disabled: X, loading: ve }] = En({ widget: w, widgetType: x, widgetData: N, widgetProps: T, widgetSetting: z, widgetContainerProps: M }, { onAfterClick: u, onBeforeClick: p });
|
|
return g(ji, { okText: "确定", cancelText: "取消", getPopupContainer: (K) => K, ...V, disabled: X || m, open: S, onOpenChange: (K) => {
|
|
if (!K) return E(K);
|
|
V.enabled ? E(K) : B(d);
|
|
}, onConfirm: () => {
|
|
B(d);
|
|
}, onClick: (K) => {
|
|
K.stopPropagation();
|
|
}, children: g(Vi, { getPopupContainer: (K) => K, ...j, title: S ? null : j == null ? void 0 : j.title, trigger: ["hover", "click"], children: g(Xe, { loading: ve || h, disabled: X || m, ...$, ...q, children: n || r }) }) });
|
|
}, P = We("default");
|
|
P.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", "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 Rn = We("link"), On = We("circle"), Ln = We("round"), An = We("dashed"), Tt = ({ data: e, widget: t, widgetType: i = "fsdpf-component", widgetData: n, widgetProps: r, widgetSetting: a, widgetContainerProps: o, onAfterClick: s, onBeforeClick: l, children: u, extras: p }) => {
|
|
const d = le(te), [h, m] = F(!1), [f, C] = F("hover"), [w, x] = F({}), [N, T] = F(), { placement: z, align: M, arrow: q = { pointAtCenter: !0 }, getPopupContainer: j, ...V } = o || {};
|
|
A(() => {
|
|
i == "grid-layout-form" ? T(k.createElement(hi, { ...n, $setting: a, code: t })) : i == "data-list" ? T(k.createElement(vt, { base62params: e, $setting: a, listCode: t })) : c.isString(t) ? oe.getWidgetComponent(t).then(({ default: E }) => {
|
|
T(k.createElement(E, { ...n, $setting: a }));
|
|
}).catch((E) => T(E.toString())) : $t(t) ? T(k.createElement(t, { ...n, $setting: a })) : k.isValidElement(t) && T(k.cloneElement(t, { ...n, $setting: a }));
|
|
}, [t, i, n]), A(() => {
|
|
Promise.resolve(ei(r, e, { list: d })).then(x);
|
|
}, [r, e, d.getBase62params]);
|
|
const $ = (E, B = !1) => (m(E), !E && C("hover"), E ? l == null ? void 0 : l(w) : s == null ? void 0 : s(B)), S = (E) => {
|
|
m(!0), C("click");
|
|
};
|
|
return g(Ii, { zIndex: 1080, placement: z, onPopupClick: S, onClick: S, open: h, align: M, arrow: q, trigger: f, getPopupContainer: j, content: g(jn, { ...V, extras: p, children: N && k.cloneElement(N, { ...w, $close: (E) => $(!1, E) }) }), children: u, onOpenChange: $ });
|
|
}, jn = ({ title: e, className: t, children: i, extras: n, width: r, height: a, ...o }) => {
|
|
const [s, l] = F({}), u = Y((m, f) => l((C) => ({ ...C, [m]: f })), []), p = Y((m) => l((f) => ({ ...f, [m]: void 0 })), []), d = e ? k.createElement("div", { className: "ff-popup-title" }, e) : s == null ? void 0 : s.title, h = n ?? k.createElement("div", { className: "ff-popup-reserved-extras" }, n);
|
|
return g(qe.Provider, { value: { ele: s, mount: u, unmount: p }, children: L("div", { className: I("ff-popup ff-popover", t, s.rootClassName), style: { width: r, height: a }, ...o, children: [L("div", { className: "ff-popup-header", children: [d, s == null ? void 0 : s["sub-title"]] }), i, L("div", { className: "ff-popup-footer", children: [h, s == null ? void 0 : s.extras, s == null ? void 0 : s.actions] })] }) });
|
|
};
|
|
Tt.propTypes = { widgetType: b.oneOf(["fsdpf-component", "grid-layout-form", "data-list"]) };
|
|
const Ht = ({ options: e = [], triggerWeights: t = ["grid-layout-form", "grid-layout", "fsdpf-component", "print"], onAfterClick: i = (m, f, C) => {
|
|
}, onBeforeClick: n = (m, f, C) => {
|
|
}, labelVariant: r = "link", labelSize: a, labelRender: o, btnVariant: s, btnSize: l, btnRender: u = (m, f) => g(P, { ...m, data: f }, m.uuid || Le()), widgetContainerProps: p = {}, children: d, data: h }) => {
|
|
if (c.isEmpty(e)) return d;
|
|
const [m, f] = H(() => (e || []).reduce((w, x) => {
|
|
const N = t.indexOf(x.widgetType);
|
|
return N === -1 ? w[1].push(x) : w[0] ? N < t.indexOf(w[0].widgetType) ? (w[1].push(w[0]), w[0] = x) : w[1].push(x) : w[0] = x, w;
|
|
}, [null, []]), [e, t]);
|
|
o ? d = o(m, h) || d : d || (d = g(Xe, { ...fi(Object.assign(m != null && m.name || m != null && m.icon ? {} : { icon: "icon-location" }, m, { size: a }), r) }));
|
|
const C = f.map((w) => u(Object.assign({ uuid: w.uuid, type: w.type, name: w.name, widget: w.widget, widgetType: w.widgetType, widgetProps: w.widgetProps, widgetData: w.widgetData, widgetSetting: w.widgetSetting, widgetContainerProps: w.widgetContainerSetting, confirm: w.confirm, onAfterClick: c.partialRight(i, w, h), onBeforeClick: c.partialRight(n, w, h) }, { size: l, variant: s }), h));
|
|
return g(Tt, { 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({}, p, m == null ? void 0 : m.widgetContainerProps), data: h, widgetData: m == null ? void 0 : m.widgetData, extras: C, onAfterClick: c.partialRight(i, m, h), onBeforeClick: c.partialRight(n, m, h), children: d });
|
|
};
|
|
Ht.propTypes = { triggerWeights: b.array, options: b.arrayOf(b.shape({ ...P.propTypes, widgetType: P.propTypes.widgetType.isRequired })), btnSize: P.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: P.propTypes.size, onAfterClick: b.func, onBeforeClick: b.func, widgetContainerProps: P.propTypes.widgetContainerProps, data: P.propTypes.data }, P.Link = Rn, P.Link.defaultProps = P.defaultProps, P.Link.propTypes = P.propTypes, P.Circle = On, P.Circle.defaultProps = P.defaultProps, P.Circle.propTypes = P.propTypes, P.Round = Ln, P.Round.defaultProps = P.defaultProps, P.Round.propTypes = P.propTypes, P.Dashed = An, P.Dashed.defaultProps = P.defaultProps, P.Dashed.propTypes = P.propTypes, P.Popover = Tt, P.GroupPopover = Ht;
|
|
const Vn = ({ fields: e, formProps: t, $close: i }) => {
|
|
const [n] = ee.useForm(), r = H(() => [{ name: "__PROPS__", value: t }], [t]);
|
|
return g(G, { actions: L(k.Fragment, { children: [g(P, { name: "取消", widget: () => i(!1) }), g(P, { name: "确定", type: "primary", widget: () => n.validateFields(!0).then(i) })] }), children: g(ee, { fields: r, form: n, className: "ff-modal-form", children: e == null ? void 0 : e.map(({ code: a, ...o }) => g(mi, { code: a, ...o }, a)) }) });
|
|
}, In = ({ className: e, $close: t, children: i, title: n, subTitle: r, actions: a, extras: o, zIndex: s, ...l }) => L(Ki, { ...l, prefixCls: "ff-drawer", className: I("ff-popup", e), maskMotion: { motionAppear: !0, motionName: "mask-motion" }, motion: (u) => ({ motionAppear: !0, motionName: `panel-motion-${u}` }), children: [L("div", { className: "ff-popup-header", children: [g("button", { "aria-label": "Close", className: "ff-popup-close", onClick: l.onClose, children: g(St, { type: "close" }) }), n, r] }), g("div", { className: "ff-popup-body", children: i }), L("div", { className: "ff-popup-footer", children: [o, a] })] }), Mn = ({ className: e, $close: t, $event: i, children: n, title: r, subTitle: a, actions: o, extras: s, zIndex: l, placement: u, ...p }) => {
|
|
const d = (i == null ? void 0 : i.pageX) === void 0 ? { animation: null, maskAnimation: null, mousePosition: { x: null, y: null } } : { animation: "zoom", maskAnimation: "fade", mousePosition: { x: i == null ? void 0 : i.pageX, y: i == null ? void 0 : i.pageY } };
|
|
return g(Ji, { ...p, ...d, prefixCls: "ff-modal", modalRender: () => L("div", { className: I("ff-modal-content ff-popup", e), children: [L("div", { className: "ff-popup-header", children: [g("button", { "aria-label": "Close", className: "ff-popup-close", onClick: p.onClose, children: g(St, { type: "close" }) }), r, a] }), g("div", { className: "ff-popup-body", children: n }), L("div", { className: "ff-popup-footer", children: [s, o] })] }) });
|
|
}, yi = ({ placement: e, $close: t, $event: i, children: n, title: r, ...a }) => {
|
|
const [o, s] = F({}), [l, u] = F(!0), p = Y((f, C) => s((w) => ({ ...w, [f]: C })), []), d = Y((f) => s((C) => ({ ...C, [f]: void 0 })), []);
|
|
let h = { ...a, className: o.rootClassName, title: o.title || r && k.createElement("div", { className: I("ff-popup-title") }, r), subTitle: o["sub-title"], actions: o.actions, extras: o.extras, children: n, $close: t, $event: i, onClose: () => u(!1) };
|
|
const m = () => {
|
|
t(!1);
|
|
};
|
|
return g(qe.Provider, { value: { ele: o, mount: p, unmount: d }, children: e && e !== "center" ? g(In, { ...h, placement: e, open: l, afterOpenChange: (f) => !f && m() }) : g(Mn, { ...h, visible: l, afterClose: m }) });
|
|
};
|
|
yi.propTypes = { placement: b.oneOf(["center", "left", "top", "right", "bottom"]) };
|
|
const J = () => {
|
|
const [e, t] = Wi({ maxCount: 6, motion: { motionName: "ff-notification-fade", motionAppear: !0, motionEnter: !0, motionLeave: !0, onLeaveStart: (a) => {
|
|
const { offsetHeight: o } = a;
|
|
return { height: o };
|
|
}, onLeaveActive: () => ({ height: 0, opacity: 0, margin: 0 }) }, prefixCls: "ff-notification" }), [, i] = k.useReducer((a) => a + 1, 0);
|
|
A(() => {
|
|
J.$onClick = n, J.$queue.forEach(([a, o, s], l, u) => {
|
|
r([o, s], ...a), delete u[l];
|
|
});
|
|
}, []);
|
|
const n = (a, o = {}, s = {}) => new Promise((l, u) => r([l, u], a, o, s)), r = ([a, o], s, l = {}, u = {}) => {
|
|
const p = J.$index++, d = (h) => ((m, f) => (J.$popups.delete(m), i(), f == null ? void 0 : f()))(p, () => a(h));
|
|
if (s === Qt) return e.open({ ...u, key: p, content: k.createElement(s, { ...l, $close: () => e.close(p) }) });
|
|
J.$popups.set(p, k.createElement(yi, { zIndex: p, maskClosable: !1, $event: l == null ? void 0 : l.$event, ...u, key: p, $close: d }, k.isValidElement(s) ? k.cloneElement(s, { ...l, $close: d }) : s != null && s.name || At.isForwardRef(s) || (s == null ? void 0 : s.$$typeof) === At.ForwardRef ? k.createElement(s, { ...l, $close: d }) : s)), i();
|
|
};
|
|
return L(k.Fragment, { children: [Array.from(J.$popups).map(([a, o]) => o), t] });
|
|
};
|
|
J.$popups = /* @__PURE__ */ new Map(), J.$index = 0, J.$queue = [], J.$onClick = (...e) => new Promise((t, i) => {
|
|
J.$queue.push([e, t, i]);
|
|
});
|
|
const Kt = (e, t, i = {}) => J.$onClick(e, t, i), dt = (e, { showProgress: t, duration: i, ...n } = { duration: 1.5 }) => J.$onClick(Qt, { content: e, ...n }, { showProgress: t, duration: i }), _ = { modal: Kt, confirm: (e, t = {}) => J.$onClick(_i, { content: e, ...t }, { placement: "center" }), form: (e, t = {}, i = {}) => Kt(Vn, { formProps: i, fields: e }, { placement: "center", ...t }).then((n) => {
|
|
if (n === !1) throw !1;
|
|
return n;
|
|
}), notification: dt, success: (e, t = { duration: 1.5 }) => dt(e, { ...t, className: "ff-notification-success", icon: "check" }), error: (e, t = { duration: 1.5 }) => dt(e, { ...t, className: "ff-notification-error", icon: "close" }) };
|
|
Re.configure({ showSpinner: !1 }), Oe.interceptors.request.use((e) => {
|
|
e.headers.Platform = "web", e.headers.SaaS = window.localStorage.getItem("SaaS");
|
|
const t = window.localStorage.getItem(Ye);
|
|
return e.headers.Authorization = t ? `Bearer ${t} ` : void 0, Re.inc(), e;
|
|
}, (e) => (Re.done(), Promise.reject({ code: -1, msg: e }))), Oe.interceptors.response.use(({ data: e, headers: t }) => (Re.done(), { ...e, res: t == null ? void 0 : t.res }), function(e) {
|
|
return Re.done(), Promise.reject(e.message);
|
|
}), window.addEventListener("unhandledrejection", gt.onUnhandledRejection), gt.onMsg = (e, t) => _[[0, 1].includes(e) ? "success" : "error"](t).then(() => e === 20300 && ue.redirect(Ae.get("Common.WEBSITE_LOGIN_PAGE")));
|
|
const kt = { appUrl: "", init: (e, t, i) => {
|
|
kt.appUrl = i, Oe.defaults.baseURL = i, Oe.defaults.timeout = 15e3, Object.assign(kt, new gt(e, t, Oe));
|
|
} }, O = kt;
|
|
class Nt extends Error {
|
|
constructor(t, i) {
|
|
super(i), Error.captureStackTrace && Error.captureStackTrace(this, Nt), !i instanceof je && (this.name = `${t} Error Runtime`);
|
|
}
|
|
}
|
|
class je extends Error {
|
|
constructor(t, ...i) {
|
|
super(...i), Error.captureStackTrace && Error.captureStackTrace(this, je), this.name = `${t} Not Found`;
|
|
}
|
|
}
|
|
const ut = "mine", Ye = "token";
|
|
var be, Ee;
|
|
const se = class se {
|
|
constructor() {
|
|
R(this, Ee, /* @__PURE__ */ new Map());
|
|
v(this, "setVendor", (t, i) => y(this, Ee).set(t, new Yt(i, async (n, r) => {
|
|
var o, s;
|
|
if (!(n != null && n.default)) throw "@pkg not found";
|
|
let a = () => r;
|
|
switch ("function") {
|
|
case typeof (a = (o = n.default) == null ? void 0 : o[`./${r}/index.jsx`]):
|
|
case typeof (a = (s = n.default) == null ? void 0 : s[`./${r}/index.js`]):
|
|
return a();
|
|
}
|
|
throw new je(r);
|
|
})));
|
|
v(this, "getWidgetComponent", async (t) => {
|
|
if (!t) throw "getWidgetComponent widget is required";
|
|
if (t != null && t.startsWith("blob:") || t != null && t.startsWith("http:") || t != null && t.startsWith("https:")) return await import(t);
|
|
const [, i] = t == null ? void 0 : t.split("@pkg/");
|
|
if (!i) throw new je(t);
|
|
try {
|
|
return y(this, Ee).has("pkg") ? await y(this, Ee).get("pkg").get(i) : await import(`${O.appUrl}/api/pkg-import/web?name=${t}`);
|
|
} catch (n) {
|
|
throw new Nt(t, n);
|
|
}
|
|
});
|
|
v(this, "getRoutes", () => O.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: i, ...n }) => [i, { uuid: i, ...n }])).then((t) => new Map(t)));
|
|
v(this, "getMenus", () => O.get("/api/my-menu"));
|
|
v(this, "getConfigure", () => O.get("api/init-configure"));
|
|
v(this, "getWidgetOperationAuth", () => O.get("/api/init-widget-operation-auth").then((t) => t.reduce((i, { uuid: n, auth: r }) => [...i, [n, r]], [])));
|
|
v(this, "getPhoneNumber", (t) => O.get(`/api/user-wx-phone-number/${t}`));
|
|
v(this, "getUserToken", () => {
|
|
const t = window.localStorage.getItem(Ye);
|
|
if (!t) return "";
|
|
const i = t.split(".");
|
|
if (!Array.isArray(i) || i.length !== 3) throw "登录令牌无效!";
|
|
const { iat: n } = JSON.parse(window.atob(i[1]));
|
|
if (Math.floor((/* @__PURE__ */ new Date()).getTime() / 1e3) - n > 2592e3) throw "登录令牌已过期, 请重新登录!";
|
|
return t;
|
|
});
|
|
v(this, "checkUserToken", () => {
|
|
try {
|
|
return !!this.getUserToken();
|
|
} catch {
|
|
return !1;
|
|
}
|
|
});
|
|
v(this, "getUserInfo", (t = !0) => {
|
|
var i;
|
|
try {
|
|
const n = this.getUserToken();
|
|
if (!n) return Promise.resolve(null);
|
|
const { iat: r } = JSON.parse(window.atob((i = n == null ? void 0 : n.split(".")) == null ? void 0 : i[1])), { iat: a, ...o } = O.decode(window.localStorage.getItem(ut) || "", {});
|
|
return a === r ? Promise.resolve(o) : O.get("/api/mine-info").then(({ User: s = null }) => (window.localStorage.setItem(ut, O.encode({ ...s, iat: r })), s));
|
|
} catch (n) {
|
|
console.error(n), t && _.error("请登录").then(this.logout);
|
|
}
|
|
return Promise.resolve(null);
|
|
});
|
|
v(this, "login", (t, i, n = {}) => O.post("/api/user-token", { username: t, passwd: Hi.hash(i), platform: "web", ...n }).then(({ token: r }) => (window.localStorage.setItem(Ye, r), r)));
|
|
v(this, "logout", (t) => (window.localStorage.removeItem(ut), window.localStorage.removeItem(Ye), t == null ? void 0 : t()));
|
|
if (y(se, be)) return y(se, be);
|
|
}
|
|
};
|
|
be = new WeakMap(), Ee = new WeakMap(), R(se, be, null), v(se, "getInstance", () => (y(se, be) || W(se, be, new se()), y(se, be)));
|
|
let xt = se;
|
|
const oe = xt.getInstance(), zn = k.createContext({ user: {}, initUser: () => {
|
|
}, initUserComplete: !1 }), Dn = k.createContext({ set: () => {
|
|
}, get: () => {
|
|
}, assign: () => {
|
|
}, currentRoute: () => {
|
|
} }), $t = (e) => !!(e != null && e.name) && (e.prototype instanceof k.Component || /^[A-Z]/.test(e.name)), Bn = (e, t) => {
|
|
if (!e || typeof window > "u") return;
|
|
let i = document.querySelector(`style[ff-style-token="${t}"]`);
|
|
return i ? (i.innerHTML = e, e) : (i = document.createElement("style"), i.setAttribute("ff-style-token", t), i.setAttribute("type", "text/css"), i.innerHTML = e, document.head.appendChild(i), e);
|
|
}, qn = Object.freeze(Object.defineProperty({ __proto__: null, AppContext: zn, AppGlobalParamsContext: Dn, cache: Yt, configure: Ae, default: oe, func: Ce, http: O, insertStyle: Bn, isReactComponent: $t, route: ue }, Symbol.toStringTag, { value: "Module" }));
|
|
export {
|
|
pi as $,
|
|
en as A,
|
|
nn as B,
|
|
Xi as C,
|
|
Qe as D,
|
|
gr as E,
|
|
pr as F,
|
|
hr as G,
|
|
dn as H,
|
|
ri as I,
|
|
ht as J,
|
|
Qi as K,
|
|
Zi as L,
|
|
rt as M,
|
|
fr as N,
|
|
yr as O,
|
|
Ue as P,
|
|
at as Q,
|
|
li as R,
|
|
wr as S,
|
|
br as T,
|
|
Pn as U,
|
|
Pt as V,
|
|
mi as W,
|
|
hi as X,
|
|
bn as Y,
|
|
Cn as Z,
|
|
kn as _,
|
|
Zt as a,
|
|
xn as a0,
|
|
Cr as a1,
|
|
Ct as a2,
|
|
P as a3,
|
|
Gi as a4,
|
|
En as a5,
|
|
G as a6,
|
|
qe as a7,
|
|
Xt as a8,
|
|
J as a9,
|
|
_ as aa,
|
|
ar as ab,
|
|
sr as ac,
|
|
or as ad,
|
|
oe as ae,
|
|
$t as af,
|
|
Bn as ag,
|
|
O as ah,
|
|
Yt as ai,
|
|
Ae as aj,
|
|
Ce as ak,
|
|
ue as al,
|
|
zn as am,
|
|
Dn as an,
|
|
ei as b,
|
|
cr as c,
|
|
ti as d,
|
|
dr as e,
|
|
ur as f,
|
|
Yi as g,
|
|
ai as h,
|
|
mr as i,
|
|
ci as j,
|
|
ui as k,
|
|
gn as l,
|
|
un as m,
|
|
di as n,
|
|
oi as o,
|
|
si as p,
|
|
ln as q,
|
|
ct as r,
|
|
on as s,
|
|
Z as t,
|
|
lr as u,
|
|
an as v,
|
|
vt as w,
|
|
te as x,
|
|
cn as y,
|
|
mn as z
|
|
};
|