Files
ff-dist/dist/common/main-BN1l_acL.js
2026-06-17 14:32:46 +08:00

1573 lines
110 KiB
JavaScript

var Ai = Object.defineProperty;
var bn = (t) => {
throw TypeError(t);
};
var Ii = (t, e, n) => e in t ? Ai(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
var T = (t, e, n) => Ii(t, typeof e != "symbol" ? e + "" : e, n), Cn = (t, e, n) => e.has(t) || bn("Cannot " + n);
var d = (t, e, n) => (Cn(t, e, "read from private field"), n ? n.call(t) : e.get(t)), v = (t, e, n) => e.has(t) ? bn("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t) : e.set(t, n), K = (t, e, n, i) => (Cn(t, e, "write to private field"), i ? i.call(t, n) : e.set(t, n), n);
var kn = (t, e, n, i) => ({
set _(r) {
K(t, e, r, n);
},
get _() {
return d(t, e, i);
}
});
import { jsx as m, jsxs as I } from "react/jsx-runtime";
import E, { useEffect as U, useState as L, useCallback as G, useRef as J, useContext as ge, useMemo as z, useId as Dt, isValidElement as Li, useLayoutEffect as Mi } from "react";
import he from "pathe";
import C from "prop-types";
import j from "classnames";
import { useNotification as Vi } from "rc-notification";
import f from "lodash";
import oe, { Field as Zt, FieldContext as Mn } from "rc-field-form";
import { useMountedState as Di, useDeepCompareEffect as en, useUpdateEffect as Vn, usePrevious as Dn } from "react-use";
import { _ as Sn, M as It, N as tt, b as De, i as Wt, c as Wi, S as Bi } from "./vender-hQk7ADWo.js";
import zi from "rc-util/lib/hooks/useMergedState";
import Wn from "immutability-helper";
import { Space as Bt, Form as bt, Input as Ui, Button as kt, Pagination as qi, Tree as Ki, Breadcrumb as Hi, Empty as zt, Table as En, Popover as _i, Popconfirm as Ji, Tooltip as Gi, Divider as Yi } from "antd";
import { useMergedState as Xi } from "rc-util";
import { generatePath as Qi, useInRouterContext as Bn, useParams as Zi, useLocation as er, createBrowserRouter as tr, Navigate as nr } from "react-router-dom";
import ir from "rc-drawer";
import rr from "rc-dialog";
import * as xn from "react-is";
var He, it, _e, $e, We, Be;
class zn {
constructor(e, n) {
v(this, He, /* @__PURE__ */ new Map());
v(this, it, !0);
v(this, _e, []);
v(this, $e);
v(this, We, () => d(this, $e));
v(this, Be, () => Promise.resolve());
T(this, "get", (...e) => new Promise((n, i) => {
const r = JSON.stringify(e);
if (d(this, He).has(r)) return n(d(this, Be).call(this, d(this, $e), ...e));
if (d(this, $e) === void 0) d(this, _e).push([e, n, i]), d(this, it) && (K(this, it, !1), Promise.resolve(typeof d(this, We) == "function" ? d(this, We).call(this) : d(this, We)).then((a) => K(this, $e, a || null)).finally(() => {
d(this, _e).forEach(([a, o, s]) => {
try {
const l = d(this, Be).call(this, d(this, $e), ...a);
d(this, He).set(JSON.stringify(a), l), o(l);
} catch (l) {
s(l);
}
}), d(this, _e).length = 0;
}));
else {
const a = d(this, Be).call(this, d(this, $e), ...e);
d(this, He).set(r, a), n(a);
}
}));
K(this, Be, n), K(this, We, e);
}
}
He = new WeakMap(), it = new WeakMap(), _e = new WeakMap(), $e = new WeakMap(), We = new WeakMap(), Be = new WeakMap();
const Oa = () => m("div", { children: "Empty" }), ht = E.createContext({ ele: {}, mount: () => {
}, unmount: () => {
} }), te = ({ rootClassName: t, className: e, children: n, actions: i, title: r, subTitle: a, extras: o, style: s = {} }) => {
const { mount: l, unmount: c } = E.useContext(ht);
return te.Action({ children: i }), te.Title({ children: r }), te.SubTitle({ children: a }), te.Extra({ children: o }), U(() => (l("rootClassName", t), () => c(t)), [t]), m("div", { className: j("ff-container", e), style: s, children: n });
}, wt = (t) => ({ children: e, className: n }) => {
const { mount: i, unmount: r } = E.useContext(ht);
return U(() => (e && i(t, E.createElement("div", { key: `ff-${t}`, className: j(`ff-popup-${t}`, n) }, e)), () => r(t)), [n, e]), null;
};
te.Action = wt("actions"), te.Title = wt("title"), te.SubTitle = wt("sub-title"), te.Extra = wt("extras"), te.propTypes = { className: C.string, style: C.object, title: C.any, subTitle: C.any, actions: C.any, extras: C.any };
const Ra = () => m(te, { className: "ff-loading", children: I("div", { className: "loader", children: [I("div", { className: "square", children: [m("span", {}), m("span", {}), m("span", {})] }), I("div", { className: "square", children: [m("span", {}), m("span", {}), m("span", {})] }), I("div", { className: "square", children: [m("span", {}), m("span", {}), m("span", {})] }), I("div", { className: "square", children: [m("span", {}), m("span", {}), m("span", {})] })] }) }), Fa = () => m("div", { children: "NotFound" }), Un = ({ children: t }) => {
const [e, n] = L({}), i = G((a, o) => n((s) => ({ ...s, [a]: o })), []), r = G((a) => n((o) => ({ ...o, [a]: void 0 })), []);
return typeof (t == null ? void 0 : t.type) == "string" ? t : m(ht.Provider, { value: { ele: e, mount: i, unmount: r }, children: E.cloneElement(t, { className: e.rootClassName, title: e.title, subTitle: e["sub-title"], actions: e.actions, extras: e.extras }) });
};
Un.propTypes = { children: C.element.isRequired };
const $n = { 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"] }, tn = ({ type: t, props: e }) => m("i", { ...e, children: m("svg", { viewBox: "0 0 1024 1024", width: "1em", height: "1em", fill: "currentColor", children: ($n[t] || $n.info).map((n, i) => m("path", { d: n }, i)) }) }), qn = ({ className: t, content: e, icon: n, $close: i }) => I(E.Fragment, { children: [n && m("div", { className: j("ff-notification-icon", t), children: m(tn, { type: n }) }), e] }), ar = ({}) => m(te, { children: "Confirm" });
var Oe, Je;
const me = class me {
constructor() {
v(this, Je, /* @__PURE__ */ new Map());
T(this, "init", (e) => K(this, Je, new Map(e)));
T(this, "check", (e) => !d(this, Je).has(e) || d(this, Je).get(e));
if (d(me, Oe)) return d(me, Oe);
}
};
Oe = new WeakMap(), Je = new WeakMap(), v(me, Oe, null), T(me, "getInstance", () => (d(me, Oe) || K(me, Oe, new me()), d(me, Oe)));
let Ut = me;
const Kn = Ut.getInstance(), or = (t, e, n = "children") => {
if (f.isEmpty(t)) return {};
const i = f.find(t, ["value", e]);
if (!f.isEmpty(i)) return i;
const r = t.length;
for (let a = 0; a < r; a++) {
const { [n]: o } = t[a], s = or(o, e, n);
if (!f.isEmpty(s)) return s;
}
return {};
}, Hn = (t = "Input", e = "@pkg/ff/grid-layout-forms") => t != null && t.startsWith("@") || t != null && t.startsWith("blob:") ? t : `${e}/${t}`;
var Re, rt;
const fe = class fe {
constructor() {
v(this, rt, null);
T(this, "init", (e) => K(this, rt, e));
T(this, "get", (e, n) => f.get(d(this, rt), e, n));
if (d(fe, Re)) return d(fe, Re);
}
};
Re = new WeakMap(), rt = new WeakMap(), v(fe, Re, null), T(fe, "getInstance", () => (d(fe, Re) || K(fe, Re, new fe()), d(fe, Re)));
let qt = fe;
const qe = qt.getInstance();
var Ge, xt, at, ot, $t;
const Te = class Te {
constructor(...e) {
v(this, at, []);
v(this, ot, (e) => {
var n;
for (let i of e) Array.isArray(i[0]) ? d(this, ot).call(this, i) : d(this, at).push(d(n = Te, xt).call(n, i[0], i[1]));
});
T(this, "toValue", async (e, n = null) => {
const i = { getValue: () => e, getRecord: () => n };
let r = e;
for (const a of d(this, at)) try {
const o = await a;
if (typeof o != "function") {
console.warn("middleware is not a function, skip:", o);
continue;
}
r = await o.call(i, r);
} catch (o) {
console.error("middleware error, skip:", o);
}
return r;
});
T(this, "toRender", (e, n, i = null) => E.createElement(d(this, $t), { value: e, record: n }, i));
v(this, $t, ({ value: e, record: n, children: i }) => {
const [r, a] = L(i), o = Di();
return en(() => {
a(i), this.toValue(e, n).then((s) => o() && a(s)).catch((s) => o() && a(`${s}`));
}, [e, n]), r;
});
d(this, ot).call(this, e);
}
};
Ge = new WeakMap(), xt = new WeakMap(), at = new WeakMap(), ot = new WeakMap(), $t = new WeakMap(), v(Te, Ge, null), v(Te, xt, f.memoize((e, n) => {
if (typeof e == "function") return e(n);
if (typeof e == "string") return se.getWidgetComponent(e).then((i) => {
var r;
return ((r = i.default) == null ? void 0 : r.call(i, n)) || ((a) => a);
});
throw new TypeError("middleware must be a string or a function");
}, (...e) => {
var n;
return d(Te, Ge) || K(Te, Ge, Ar()), d(n = Te, Ge).call(n, ...e);
}));
let St = Te;
const le = E.createContext({ listCode: "", classNames: {}, getBase62params: (t, e) => {
}, getSelectedRows: () => [], onReload: () => {
}, onClickCallback: () => {
}, onConditionChange: () => {
}, onTabChange: () => {
}, onSiderChange: () => {
}, onKeywordChange: () => {
}, onPageChange: () => {
}, onPageSizeChange: () => {
}, reload: () => {
}, setPage: () => {
}, setPageSize: () => {
}, setTab: () => {
}, setSider: () => {
}, setKeyword: () => {
}, setCondition: () => {
} }), vn = ({ className: t, record: e, column: n, ...i }) => {
if (n != null && n.editableByJs && (n != null && n.uuid)) {
const { formSetting: r = { primaryKey: "id" }, widgetSetting: a = {}, widgetContainerSetting: o = {} } = (n == null ? void 0 : n.editableByJsSetting) || {};
return m(R.Popover, { widget: _n, widgetData: { record: e, column: n }, widgetSetting: { widgetSetting: a, formSetting: r }, widgetContainerProps: { title: n != null && n.title ? `${n.title} - 编辑` : "编辑", width: 260, zIndex: 1050, arrow: !0, ...o }, children: m("td", { className: j("ff-data-list-cell-editable", t), ...i }) });
}
return m("td", { className: t, ...i });
}, _n = ({ record: t, column: e, $close: n, $setting: i }) => {
const r = J(Fr(f.get(t, e == null ? void 0 : e.dataIndex))), { listCode: a, onClickCallback: o } = ge(le), [s] = oe.useForm(), { formSetting: l, widgetSetting: c } = i, { primaryKey: u = "id", help: p, validators: h } = l || {}, g = () => {
s.setFieldsValue({ value: f.get(t, e == null ? void 0 : e.dataIndex), __PROPS__: t });
};
return Rt(() => g(), [t, e == null ? void 0 : e.dataIndex, a]), m(te, { actions: I(E.Fragment, { children: [m(R, { size: "small", onClick: g, children: "重置" }), I(Bt.Compact, { block: !0, children: [m(R, { size: "small", widget: n, children: "取消" }), m(R, { type: "primary", size: "small", widget: () => s.validateFields().then(({ value: y }) => {
const w = f.get(t, u.substring(u.indexOf(".") + 1));
if (!w) throw "获取更新主键失败!";
W.put(`/api/${a}-storeBy-${e == null ? void 0 : e.uuid}/${w}`, { value: y }).msg(() => o(2, t)).then(n);
}).catch(console.warn), children: "保存" })] })] }), children: I(oe, { form: s, children: [m(an, { label: "", code: "value", type: r.current, widget: e == null ? void 0 : e.editableByJs, help: p, extras: c, validators: h }), m(Zt, { noStyle: !0, name: ["__PROPS__"], children: () => {
} })] }) });
};
_n.displayName = "DataListCellEditableContainer";
const sr = (t) => function(e) {
return t(e, getRecord());
}, lr = async ({ widgetByJs: t, widgetByJsSetting: e }) => {
const n = await se.getWidgetComponent(t).then((i) => i.default || ((r) => r));
return function(i) {
return m(n, { value: i, $setting: e });
};
}, cr = (t, e = {}) => z(() => {
var n;
return (n = t == null ? void 0 : t.filter(Boolean)) == null ? void 0 : n.map(({ widgetByJs: i, widgetByJsSetting: r, middlewares: a, ...o }, s) => {
const l = (c) => ({ record: c, column: o });
return a || (a = []), i && a.push([lr, { widgetByJs: i, widgetByJsSetting: r }]), a.length > 0 ? (o != null && o.render && a.push([sr, o.render]), { ...o, onCell: l, render: (c, u) => new St(a).toRender(c, u, "-") }) : { ...o, onCell: l };
});
}, [t, e]), dr = (t = {}) => z(() => {
var e;
return t.body ?? (t.body = { cell: vn }), (e = t.body).cell ?? (e.cell = vn), t;
}, [t]), ja = (t) => {
const [e, n] = L({});
return U(() => {
let i = !1;
return t && W.get(`/api/_/${t}`).then((r) => f.pick(r, ["uuid", "name", "code", "resource", "marginX", "marginY", "cols", "rowHeight", "primaryKey", "columns", "itemOperations", "batchOperations", "isConditionFormLayout", "layout", "tabs", "pageSize", "layoutConfig", "selectionType"])).then((r) => !i && n(r)), () => i = !0;
}, [t]), e;
}, Aa = (t, e = {}) => {
const [n, i] = L({ dataSource: [] });
return mt(() => {
let r = !1;
return t && W.get(`/api/${t}/${W.encode({ page: 1, ...e })}`).then((a) => !r && i(a)), () => r = !0;
}, [t, e]), n;
}, Jn = (t = [], e = /* @__PURE__ */ new Map(), n = "id", i) => {
const r = G(i ? (a) => f.get(a, n, f.get(a, [i, n])) : (a) => f.get(a, n), [n, i]);
return G((a) => t == null ? void 0 : t.filter((o) => !o.uuid || !e.has(o.uuid) || e.get(o.uuid).some((s) => s == r(a))), [t, e, r]);
}, Kt = (t = [], e = /* @__PURE__ */ new Map(), n = [], i = "id", r) => {
const a = G(r ? (o) => f.get(o, i, f.get(o, [r, i])) : (o) => f.get(o, i), [i, r]);
return z(() => {
if (f.isEmpty(t) || !t.some(({ uuid: s }) => Kn.check(s))) return !1;
if (f.isEmpty(e) || f.isEmpty(n)) return !0;
const o = n.map((s) => a(s));
return t.some(({ uuid: s }) => !s || !e.has(s) || e.get(s).some((l) => o.some((c) => c == l)));
}, [t, n, e, a]);
}, ur = (t, e, n = "id", i = null) => {
const r = Ot(), a = J(!1), o = J(t.dataSource), s = J(t.itemOperationsAccess);
return U(() => (o.current = t.dataSource, s.current = t.itemOperationsAccess, () => a.current = !1), [t.dataSource, t.itemOperationsAccess]), a.current && (t.dataSource = o.current, t.itemOperationsAccess = s.current), [t, (l = 0, c = null) => {
var u, p;
if (a.current = !1, l === 1) return (u = t.onReload) == null ? void 0 : u.call(t);
if (l === 2) {
const h = f.get(c, "__PARENT_ID__", ""), g = f.get(c, n, f.get(c, [i, n], "")), y = f.findIndex(o.current, ["__PARENT_ID__", h]), w = f.findIndex(y > -1 ? f.get(o.current, [y, "children"]) : o.current, [n, g]);
if (w === -1) return (p = t.onReload) == null ? void 0 : p.call(t);
Promise.all([W.get(`/api/${e}/detail/${g}`), W.post(`/api/${e}/list-operations-access`, { ids: g })]).then(([S, b]) => {
const $ = f.get(o.current, y > -1 ? [y, "children", w, "children"] : [w, "children"]);
o.current = Wn(o.current, y > -1 ? { [y]: { children: { $splice: [[w, 1, { ...S, children: $ }]] } } } : { $splice: [[w, 1, { ...S, children: $ }]] });
const k = new Map(b);
s.current.forEach((x, F) => {
var A;
(A = k.get(F)) != null && A.some((O) => O == g) || s.current.set(F, x.filter((O) => O !== g));
}), k.forEach((x, F) => {
s.current.has(F) ? s.current.set(F, f.uniq([...s.current.get(F) || [], ...x])) : s.current.set(F, x);
});
}).then(() => {
a.current = !0, r();
});
}
}];
}, pr = (t, e) => {
const n = Ot(), i = J(e), r = J(/* @__PURE__ */ new Map()), a = J([]), o = f.throttle((l) => {
a.current = [], W.list(t, f.pick({ ...i.current, ...l }, ["tab", "page", "pageSize", "condition", "sider", "keyword"])).then(({ keyword: c, condition: u, total: p, tab: h, sider: g, page: y, pageSize: w, operationsAccess: S, dataSource: b }) => {
i.current = { tab: h, condition: u, sider: g, keyword: c, total: p, pageSize: w, page: b != null && b.length ? y : 1 }, a.current = b, r.current = new Map(S), n();
});
}, 380, { leading: !1, trailing: !0 });
Rt(() => {
a.current = [], t && o(e);
}, [t, e]);
const s = z(() => f.pick(i.current, ["total", "tab", "page", "pageSize", "condition", "sider", "keyword"]), [i.current]);
return Object.assign(s, { onTabChange: (l) => o({ tab: l, page: 1 }), onPageChange: (l, c) => o({ page: l, pageSize: c }), onPageSizeChange: (l) => o({ pageSize: l, page: 1 }), onConditionChange: (l, c) => o({ keyword: c, condition: Wn(i.current.condition || {}, { $merge: l || {} }), page: 1 }), onSiderChange: (l) => o({ sider: l, page: 1 }), onKeywordChange: (l) => o({ keyword: l, page: 1 }), itemOperationsAccess: r.current, dataSource: a.current, onReload: o, payload: e == null ? void 0 : e.payload });
}, gr = ({ listCode: t, className: e, layouts: n = {}, dataSource: i, isPaginate: r, isItemOperations: a, isBatchOperations: o, batchOperations: s, itemOperations: l, itemOperationsAccess: c, resource: u, primaryKey: p, title: h, itemGridLayout: g, $setting: y, tabs: w, isConditionFormLayout: S, isTreeSider: b, treeSiderConfig: $, rowSelection: k }) => {
const { classNames: x, onClickCallback: F } = ge(le), A = f.pick(y, ["column", "colWidth", "beforeRender", "afterRender", "style", "itemMargin", "containerPadding"]), O = y == null ? void 0 : y.isMarkSelected, N = Jn(l, c, p, u), V = G((P, M, D) => m(hr, { isMarkSelected: O, className: j("ff-data-list-framework-item", x == null ? void 0 : x.item), operations: a ? N(M) : [], data: u ? { [u]: M } : M, children: P, onClickCallback: F }), [O, u, p, a, F, l, c]);
return I("div", { className: j("ff-data-list-framework", e), children: [m(n.sider, { isTreeSider: b, ...$ }), I("div", { className: j("ff-data-list-container", x == null ? void 0 : x.container), children: [m(n.filter, { isConditionFormLayout: S }), m(n.toolbar, { title: h, tabs: w }), m(Nr, { ...A, ...g, rowSelection: k, empty: m(n.empty, { className: x == null ? void 0 : x.empty }), primaryKey: p, itemRender: V, dataSource: i }), m(n.footer, { isPaginate: r, isOperations: o, operations: s })] })] });
}, hr = ({ className: t, operations: e, children: n, data: i, onClickCallback: r, onSelect: a, isMarkSelected: o, isSelected: s, selectionType: l }) => I("div", { className: j("data-list-grid-layout-item", { "is-mark-selected": o, "is-selected": s, "is-selectable": !!l }, t), onClick: a, children: [m("div", { className: "data-list-grid-layout-item-container", children: n }), !!(e != null && e.length) && m("div", { className: "data-list-grid-layout-item-actions", children: e.map((c) => m("span", { className: "data-list-grid-layout-item-action", children: m(R.Link, { uuid: c.uuid, type: c.type, name: c.name, widget: c.widget, widgetType: c.widgetType, widgetProps: c.widgetProps, widgetSetting: c.widgetSetting, widgetContainerProps: c.widgetContainerSetting, data: i, confirm: c.confirm, onAfterClick: (u) => u !== !1 && (r == null ? void 0 : r(c.isRefresh, i)) }, c.uuid || Dt()) }, (c == null ? void 0 : c.uuid) || Dt())) })] }), mr = ({ listCode: t, className: e, layouts: n = {}, dataSource: i, columns: r, isItemOperations: a, isBatchOperations: o, batchOperations: s, itemOperations: l, itemOperationsAccess: c, resource: u, primaryKey: p, title: h, tabs: g, isPaginate: y, rowSelection: w, isTreeSider: S, treeSiderConfig: b, isConditionFormLayout: $, ...k }) => {
const { classNames: x, onClickCallback: F } = ge(le), A = Jn(l, c, p, u), O = Kt(l, c, i, p, u);
return I("div", { className: j("ff-data-table-framework", e), children: [m(n.sider, { isTreeSider: S, ...b }), I("div", { className: j("ff-data-table-container", x == null ? void 0 : x.container), children: [m(n.filter, { isConditionFormLayout: $ }), m(n.toolbar, { title: h, tabs: g }), m(Sr, { ...k, primaryKey: p, className: "ff-data-table-content", columns: r, dataSource: i, rowSelection: w, operationRender: O ? (N) => {
var V;
return m("div", { className: "ff-data-table-actions", children: (V = A(N)) == null ? void 0 : V.map((P, M) => m(R.Link, { size: "small", uuid: P.uuid, type: P.type, name: P.name, widget: P.widget, widgetType: P.widgetType, widgetProps: P.widgetProps, widgetData: P.widgetData, widgetSetting: P.widgetSetting, widgetContainerProps: P.widgetContainerSetting, data: N, confirm: P.confirm, onAfterClick: (D) => D !== !1 && (F == null ? void 0 : F(P.isRefresh, N)) }, P.uuid || M)) });
} : null }), m(n.footer, { isPaginate: y, isOperations: o, operations: s })] })] });
}, nn = (t = [], e, n = null) => {
var i;
return (i = f.sortBy(t, ["y", "x"])) == null ? void 0 : i.map(({ i: r, x: a, y: o, w: s, h: l, field: { boxStyle: c, ...u } = {} }, p) => m("div", { className: "grid-layout-item", style: Gn(a, o, s, l, c), children: m(e, { ...u, basicForm: n }) }, r ?? p));
}, Gn = (t, e, n, i, r = {}, a = 0) => {
const o = { "--grid-layout-h": `${i}`, "--grid-layout-w": `${n}`, "--grid-layout-x": `${t}`, "--grid-layout-y": `${e}`, "--grid-layout-row-height-offset": "0px" };
return r != null && r.autoHeight ? o.height = "fit-content" : o["--grid-layout-row"] = `${i}`, r != null && r.alignItems && (o["--grid-layout-box-align-items"] = r.alignItems), r != null && r.justifyContent && (o["--grid-layout-box-justify-content"] = r.justifyContent), o["--grid-layout-box-margin"] = Pn(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"] = Pn(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;
}, Pn = (t, e, n, i) => `${t || 0}px ${e || 0}px ${n || 0}px ${i || 0}px`, Ia = (t = "Text", e = "@pkg/ff/grid-layouts") => t != null && t.startsWith("@") || t != null && t.startsWith("blob:") ? t : `${e}/${t}`, Yn = (t) => Object.keys(t).reduce((e, n) => (/^on[A-Z]/.test(n) && (e[n] = t[n]), e), {}), Xn = ({ className: t, isConditionFormLayout: e }) => {
var h, g;
const [n, i] = L({}), { listCode: r, onKeywordChange: a, onConditionChange: o, getBase62params: s, classNames: l } = E.useContext(le), { keyword: c, condition: u } = (s == null ? void 0 : s()) || {}, [p] = bt.useForm();
return U(() => {
r && e && W.get(`/api/_/${r}/list-condition-form-layout`).then(({ resource: y, marginX: w, marginY: S, rowHeight: b, cols: $, fields: k }) => {
i({ resource: y, itemMargin: [w, S], rowHeight: b, cols: $, fields: k });
}).catch(() => i({}));
}, [r, e]), U(() => {
p.setFieldsValue({ keyword: c, ...u });
}, [JSON.stringify([c, u])]), m("div", { className: j("ff-data-list-filter", l.filter, t), children: m(bt, { form: p, layout: "vertical", autoComplete: "off", onFinish: ((h = n.fields) == null ? void 0 : h.length) > 1 ? (y) => o({ [n.resource]: y[n.resource] }, y.keyword) : () => {
}, onValuesChange: (y) => {
f.isEmpty(f.omit(y, ["keyword"])) || p.submit();
}, children: ((g = n.fields) == null ? void 0 : g.length) > 1 ? m(on, { ...n, children: m(fr, { onReset: () => {
const { keyword: y, condition: w } = s("init") || {};
p.setFieldsValue({ keyword: y, ...w });
} }) }) : m("div", { className: "ff-data-list-filter-default-form ff-grid-layout-form", children: m("div", { className: "grid-layout-item", style: Gn(20, 0, 5, 2), children: m(bt.Item, { name: ["keyword"], children: m(Ui.Search, { allowClear: !0, enterButton: "搜索", placeholder: "多关键字 | 分割", onSearch: (y) => a(y) }) }) }) }) }) });
}, fr = ({ cols: t, fields: e, onReset: n }) => {
const [i, r] = L(!1), a = z(() => e == null ? void 0 : e.toReversed().some((o) => o.y > 1 || o.x + o.w >= t - 5), [t, e]);
return I(bt.Item, { label: " ", style: { "--item-span": 5 }, className: j("ff-data-list-filter-actions", { expanded: i }), children: [m(kt, { onClick: n, children: "重置" }), m(kt, { type: "primary", htmlType: "submit", children: "查询" }), a && m(R.Link, { className: "ff-data-list-filter-expanded-button", widget: () => r((o) => !o), type: "primary", name: i ? "关闭" : "展开", icon: i ? "icon-up" : "icon-down", iconPosition: "end" })] });
};
Xn.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 yr = ({ className: t, operations: e, isOperations: n, isPaginate: i }) => {
const { onPageChange: r, onPageSizeChange: a, onClickCallback: o, getBase62params: s } = E.useContext(le), { total: l, page: c, pageSize: u } = (s == null ? void 0 : s()) || {};
return n && !f.isEmpty(e) || i ? I("div", { className: j("ff-data-list-footer", t), children: [m("div", { className: "ff-data-list-actions", children: e == null ? void 0 : e.map((p, h) => m(R, { uuid: p.uuid, type: p.type, name: p.name, widget: p.widget, widgetType: p.widgetType, widgetProps: p.widgetProps, widgetData: p.widgetData, widgetSetting: p.widgetSetting, widgetContainerProps: p.widgetContainerSetting, onAfterClick: (g) => g !== !1 && (o == null ? void 0 : o(p.isRefresh, null)) }, p.uuid || h)) }), i && m(qi, { size: "small", total: l, pageSize: u, showSizeChanger: !1, showTotal: (p) => `${c} 页 / 总共 ${p}`, onChange: r, onShowSizeChange: a })] }) : null;
}, wr = [{ 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: m("span", { style: { color: "#1677ff" }, children: "sss" }), key: "0-0-1-0" }] }] }], br = ({ className: t, width: e = 280, isTreeSider: n }) => {
const { classNames: i } = ge(le);
return n ? m(Ki.DirectoryTree, { className: j("ff-data-list-sider", i.sider, t), style: { "--sider-width": e }, showLine: !0, showIcon: !1, treeData: wr }) : null;
}, Cr = ({ className: t, title: e, tabs: n }) => {
const { getBase62params: i, onTabChange: r, onReload: a, classNames: o } = ge(le), { tab: s } = (i == null ? void 0 : i()) || {}, [l, c] = Xi((n == null ? void 0 : n[0].value) ?? (n == null ? void 0 : n[0].code), { value: s, onChange: r });
return I("div", { className: j("ff-data-list-toolbar", o.toolbar, t), children: [m("div", { className: "ff-data-list-title", children: e }), m(Hi, { className: "ff-data-list-tabs", itemRender: ({ label: u, code: p, value: h }) => m("span", { onClick: () => c(h ?? p), className: j("ff-data-list-tab", { active: (h ?? p) == l }), children: u }), items: n }), I("div", { className: "ff-data-list-actions", children: [m(R.Link, { icon: "icon-reload", widget: () => a() }), m(R.Link, { icon: "icon-setting" })] })] });
}, kr = ({ className: t, ...e }) => m(zt, { className: j(t, "ff-data-list-empty"), image: zt.PRESENTED_IMAGE_SIMPLE, ...e }), Qn = ({ isItemGridLayout: t, theme: e, themeProps: n, onClickCallback: i, onReload: r, listCode: a, total: o = 0, page: s = 0, onPageChange: l, pageSize: c = 30, onPageSizeChange: u, tab: p, onTabChange: h, keyword: g, onKeywordChange: y, condition: w, onConditionChange: S, sider: b, onSiderChange: $, layouts: k, classNames: x = {}, payload: F = {}, dataSource: A = [], rowSelection: O, getSelectedRows: N, primaryKey: V, ...P }) => {
const [M, D] = L(), B = N ?? (() => A), X = G((q, ce) => {
const H = { tab: p, page: s, pageSize: c, keyword: g, sider: b, condition: w, total: o, payload: F };
return q && q != "init" ? f.get(H, q, ce) : H;
}, [JSON.stringify(w), JSON.stringify(F), p, s, c, g, b, o]), xe = z(() => {
let q = { sider: br, filter: Xn, footer: yr, toolbar: Cr, empty: kr };
k === !1 ? q = { sider: null, filter: null, footer: null, toolbar: null, empty: null } : f.isPlainObject(k) && (q = Object.assign({}, q, k));
for (const ce in q) if (q[ce]) {
if (Li(q[ce])) {
const H = q[ce];
q[ce] = (yt) => E.cloneElement(H, yt);
}
} else q[ce] = () => m(E.Fragment, {});
return q;
}, [k]);
return U(() => {
e ? se.getWidgetComponent(e).then((q) => {
if (!q) throw `${e} not found`;
return q;
}).catch((q) => ({ default: () => `${q}` })).then((q) => D(E.createElement(q.default, { ...P, layouts: xe, $setting: n }))) : D(m(t ? gr : mr, { ...P, layouts: xe, $setting: n }));
}, [e, n]), m(le.Provider, { value: { classNames: x, listCode: a, onClickCallback: i, onReload: r, getBase62params: X, onPageChange: l, onPageSizeChange: u, onTabChange: h, onSiderChange: $, onKeywordChange: y, onConditionChange: S, setPage: l, setPageSize: u, setTab: h, setSider: $, setKeyword: y, setCondition: S, getSelectedRows: B }, children: M && E.cloneElement(M, { dataSource: A, primaryKey: V, rowSelection: O, ...P }) });
};
Qn.propTypes = { classNames: C.exact({ sider: C.string, filter: C.string, footer: C.string, toolbar: C.string, container: C.string, content: C.string, item: C.string, empty: C.string }), layouts: C.oneOfType([C.exact({ sider: C.oneOfType([C.elementType, C.element]), filter: C.oneOfType([C.elementType, C.element]), footer: C.oneOfType([C.elementType, C.element]), toolbar: C.oneOfType([C.elementType, C.element]), empty: C.oneOfType([C.elementType, C.element]) }), C.bool]) };
var Fe, ve, ze, vt;
const ye = class ye {
constructor() {
v(this, ve, null);
v(this, ze, /* @__PURE__ */ new Map());
v(this, vt, () => {
if (d(this, ve)) return d(this, ve).port.postMessage({ command: "status", data: [] });
K(this, ve, new SharedWorker(new URL("/ff-worker/res-ws.js", self.location))), d(this, ve).port.onmessage = (e) => {
var n, i;
(n = e.data) != null && n.uuid ? d(this, ze).forEach((r, a) => {
var o;
(r == "*" || (o = r == null ? void 0 : r.includes) != null && o.call(r, e.data.uuid)) && a(e.data);
}) : ((i = e.data) == null ? void 0 : i.readyState) == WebSocket.CLOSED && W.get("/api/user-api-token").then(({ token: r, expire_at: a }) => {
d(this, ve).port.postMessage({ command: "initWs", data: [`ws${f.trimStart(W.appUrl, "http")}api/user-resource-status-ws?token=${r}`] });
});
}, d(this, ve).port.postMessage({ command: "status", data: [] });
});
T(this, "subscribe", (e, n = []) => (n ? Array.isArray(n) && n.length == 0 ? n = "*" : Array.isArray(n) || (n = [n].flat()) : n = "*", d(this, ze).set(e, n), d(this, ze).size == 1 && d(this, vt).call(this), () => this.unsubscribe(e)));
T(this, "unsubscribe", (e) => d(this, ze).delete(e));
if (d(ye, Fe)) return d(ye, Fe);
}
};
Fe = new WeakMap(), ve = new WeakMap(), ze = new WeakMap(), vt = new WeakMap(), v(ye, Fe, null), T(ye, "getInstance", () => (d(ye, Fe) || K(ye, Fe, new ye()), d(ye, Fe)));
let Ht = ye;
const Zn = Ht.getInstance(), rn = E.forwardRef(({ listCode: t, base62params: e, className: n, theme: i, themeProps: r, layouts: a, classNames: o, rowSelection: s = null, onDataSourceChange: l }, c) => {
const [{ resource: u, primaryKey: p, batchOperations: h = [], itemOperations: g = [], columns: y = [], isConditionFormLayout: w = !1, isTreeSider: S, treeSiderConfig: b, theme: $, themeConfig: k, isItemGridLayout: x, itemGridLayout: { themeConfig: F, ...A } = {}, title: O, isPaginate: N, tabs: V, selectionType: P }, M] = L({ isItemGridLayout: !1, itemGridLayout: {} }), { type: D = P, selectedRowKeys: B, defaultSelectedRowKeys: X, onChange: xe, ...q } = s ?? {}, ce = pr(t, e), [{ dataSource: H, itemOperationsAccess: yt, condition: hi, tab: mi, keyword: fi, page: dn, total: un, pageSize: pn, sider: yi, onConditionChange: wi, onTabChange: bi, onKeywordChange: Ci, onPageChange: ki, onPageSizeChange: Si, onSiderChange: Ei, onReload: jt, payload: xi }, gn] = ur(ce, t, p, u), $i = Sn(l);
Vn(() => {
$i(H, { primaryKey: p, page: dn, pageSize: pn, total: un });
}, [H]);
const [hn, vi] = zi([], { defaultValue: X ?? [], value: B }), [mn, Pi] = L([]), fn = G(() => D ? mn : H, [D, mn, H]), Ni = Kt(g, yt, H, p), Ti = Kt(h);
U(() => {
let Q = null;
return t && W.get(`/api/_/${t}`).resp(({ data: Ve, res: At }) => {
Ve != null && Ve.isDynamicRefresh && (Q = Zn.subscribe(() => jt(), At)), M(Ve);
}).catch(() => M({})), () => Q == null ? void 0 : Q();
}, [t]), E.useImperativeHandle(c, () => ({ onReload: jt, onClickCallback: gn, getSelectedRows: fn }));
const yn = Sn((Q, Ve) => {
Pi((At) => {
const wn = new Map(At.map((de) => [de == null ? void 0 : de[p], de]));
return Ve.forEach((de) => wn.set(de == null ? void 0 : de[p], de)), Q.map((de) => wn.get(de)).filter(Boolean);
}), vi(Q), xe == null || xe(Q, Ve);
}), Oi = z(() => D ? { columnWidth: 80, ...q, type: D, selectedRowKeys: hn, onChange: yn } : void 0, [D, hn, yn, s]), Ri = z(() => f.merge({}, k, r), [k, r]), Fi = z(() => g == null ? void 0 : g.map((Q) => f.isEmpty(Q == null ? void 0 : Q.confirm) ? Q : { ...Q, confirm: Object.assign({}, Q.confirm, { getPopupContainer: () => document.body }) }), [g]), ji = z(() => ({ ...A, themeProps: F }), [A, F]);
return m(Qn, { listCode: t, title: O, classNames: o, layouts: a, resource: u, primaryKey: p, theme: i || $, themeProps: Ri, isTreeSider: S, treeSiderConfig: b, isPaginate: N, rowSelection: Oi, getSelectedRows: fn, tabs: V, isItemOperations: Ni, itemOperations: Fi, isBatchOperations: Ti, batchOperations: h, isItemGridLayout: x, columns: y, itemGridLayout: ji, isConditionFormLayout: w, itemOperationsAccess: yt, dataSource: H, onConditionChange: wi, onTabChange: bi, onKeywordChange: Ci, onPageChange: ki, onPageSizeChange: Si, onSiderChange: Ei, condition: hi, tab: mi, keyword: fi, page: dn, total: un, pageSize: pn, sider: yi, payload: xi, className: j("ff-data-list-helper", n), onReload: jt, onClickCallback: gn });
}), ei = (t, e, n = !0) => n !== !0 && n-- <= 0 ? [] : f.isArray(t) && !f.isEmpty(t) ? t.reduce((i, r) => (Reflect.has(r, e) && Reflect.has(r, "children") && i.push(r[e]), Reflect.has(r, "children") && !f.isEmpty(r.children) ? i.concat(ei(r.children, e, n)) : i), []) : [], Sr = ({ className: t, primaryKey: e, columns: n = [], dataSource: i = [], operationRender: r, operationWidth: a = 180, components: o = {}, rowSelection: s, ...l }) => {
const { classNames: c } = ge(le), u = J(null), p = J(null), [h, g] = L([]), [y, w] = L({ width: 0, height: 0 });
U(() => {
g(ei(i, e));
}, [i, e]), Mi(() => {
const k = new ResizeObserver(() => {
var x;
w({ width: ((x = u.current) == null ? void 0 : x.nativeElement.querySelector(".ant-table-body").scrollWidth) || p.current.offsetWidth, height: p.current.offsetHeight });
});
return p.current && k.observe(p.current), () => {
p.current && k.unobserve(p.current);
};
}, []);
const S = z(() => {
if (!(y != null && y.width) || !(n != null && n.length)) return n;
const k = (s ? s.columnWidth ?? 32 : 0) + (r ? a : 0), x = n.reduce((O, N) => O + (N != null && N.isWidthFixed && N.width ? N.width : 0), 0), F = n.filter((O) => !(O != null && O.isWidthFixed)).reduce((O, N) => O + ((N == null ? void 0 : N.width) ?? 100), 0);
if (x + F + k >= y.width) return n;
const A = y.width - x - k;
return n.map((O) => O != null && O.isWidthFixed ? O : { ...O, width: Math.floor(A * ((O == null ? void 0 : O.width) ?? 100) / F) });
}, [n, y.width, s, r, a]), b = cr(S), $ = dr(o);
return m("div", { ref: p, className: j("ff-data-list-table", c.content, t), children: y.height ? m(En, { bordered: !0, ...l, components: $, ref: u, rowKey: (k) => (k == null ? void 0 : k[e]) ?? Math.random(), rowSelection: s, columns: (() => {
var x, F;
const k = [...b ?? []];
return s && k.splice((F = (x = k[0]) == null ? void 0 : x.key) != null && F.startsWith("__") ? 1 : 0, 0, En.SELECTION_COLUMN), r && k.push({ title: "操作", align: "center", fixed: "right", width: `${Math.ceil(a / y.width * 100).toFixed(2)}%`, render: (A, O, N) => r(O, N) }), k;
})(), dataSource: i, size: "middle", scroll: { x: "max-content", y: y.height - 50 }, pagination: !1, expandable: { defaultExpandAllRows: !0, expandRowByClick: !0, onExpandedRowsChange: g, expandedRowKeys: h } }) : null });
}, Er = "RC_FORM_INTERNAL_HOOKS", xr = (t) => {
const [e, n] = E.useState({ items: [] });
return U(() => {
t && W.get(`/api/_/${t}`).then(({ uuid: i, code: r, name: a, resource: o, primaryKey: s, marginX: l, marginY: c, cols: u, rowHeight: p, fields: h, theme: g, themeSetting: y, groups: w }) => ({ uuid: i, code: r, name: a, resource: o, primaryKey: s, marginX: l, marginY: c, cols: u, rowHeight: p, theme: g, themeProps: y, groups: w, items: h })).then(n);
}, [t]), e;
}, $r = (t, { initialValue: e, initialValueLanguage: n, convertJs: i, convertJsSetting: r, type: a = "string" }, o = null) => {
const s = J(!1), l = ge(Mn), [c, u] = L(), [p, h] = L(n != "javascript" && t ? l.getFieldValue(t) : void 0), { registerWatch: g } = l.getInternalHooks(Er) || {};
return U(() => g == null ? void 0 : g((y, w, S) => {
if (!s.current) return;
const b = f.get(w, t);
f.isEqual(b, p) || h(pe(b, a));
}), [p]), U(() => {
n == "javascript" && e ? Me.exec(e, {}, { getFieldValueForBasicForm: (y) => o ? o.getFieldValue(y) : l.getFieldValue(y), getFieldValue: (y) => l.getFieldValue(y) }).then((y) => h(pe(y, a))).catch((y) => notification.error({ message: `布局数据错误: ${JSON.stringify(y)}` })).finally(() => s.current = !0) : (e && h(pe(e ?? l.getFieldValue(t), a)), s.current = !0);
}, [e, n]), mt(() => {
s.current && i && new St([i, r]).toValue(p, l.getFieldsValue(!0)).then(u).catch((y) => {
u(y), console.error("布局数据转换错误: ", y, i);
});
}, [p, i, r]), [c ?? p, p];
}, La = (t, e, n = null) => z(() => nn(t, e, n), [t]), ti = (t, e, n = {}, i = {}, r = {}, a = null) => {
const o = ge(Mn), s = Ot(), l = J(!0), c = J([]), [u, p] = L(e), [h, g] = L(), y = oe.useWatch((w) => JSON.stringify(f.pick(w, c.current)), o) || "{}";
return Rt(() => {
t && Me.exec(t, n, { ...i, getFieldValueForBasicForm: (w) => r ? r.getFieldValue(w) : null, getFieldValue: f.wrap(o.getFieldValue, (w, S) => (c.current.some((b) => f.isEqual(b, S)) || (c.current.push(S), s()), w == null ? void 0 : w(S))), isFieldTouched: o.isFieldTouched, isFieldsTouched: o.isFieldsTouched }).then((w) => {
l.current && (p(w), g(null));
}).catch((w) => {
l.current && (p(e), g(w));
});
}, [t, y, o, n, i]), U(() => () => l.current = !1, []), t ? [a ? pe(u, a) : u, h] : [a ? pe(e, a) : e, null];
}, vr = ({ widget: t, widgetPrefix: e = "@pkg/ff/grid-layouts", basicForm: n, ...i }) => {
const r = t != null && t.startsWith("@") || t != null && t.startsWith("blob:") ? t : `${e}/${t}`, [a, o] = L();
return U(() => {
r && se.getWidgetComponent(r).then(({ defaultProps: s = {}, default: l }) => ({ default: Pr(l, s, n) })).catch((s) => ({ default: () => `${s}` })).then((s) => o(E.createElement(s.default, i)));
}, [r]), a;
}, Pr = (t, e = {}, n = null) => (i) => {
const { code: r, label: a, extras: o, isVirtual: s, initialValue: l, initialValueLanguage: c, convertJs: u, convertJsSetting: p, value: h, ...g } = f.merge({}, e, i), [y, w] = $r(s ? null : r, { initialValue: l, initialValueLanguage: c, convertJs: u, convertJsSetting: p, type: (g == null ? void 0 : g.type) || "string" }, n), S = z(() => {
const k = Object.keys((e == null ? void 0 : e.extras) || {});
return f.over([f.partialRight(f.pick, k), f.partialRight(f.omit, k)]);
}, [e == null ? void 0 : e.extras]), [b, $] = S(g);
return m(t, { ...$, value: y, rawValue: w, $setting: Object.assign({}, o, b) });
}, ni = ({ theme: t, basicForm: e, items: n = [{ key: "default", label: "默认" }], fields: i = [], itemRender: r, chunks: a = [], children: o, $setting: s = {}, ...l }) => {
const [c, u] = L();
U(() => {
t ? se.getWidgetComponent(t).then((h) => {
if (!(h != null && h.default)) throw "not found";
return h;
}).catch((h) => ({ default: () => `${t} ${h}` })).then((h) => u(E.createElement(h.default, {}))) : u(null);
}, [t]);
const p = z(() => n == null ? void 0 : n.map((h) => ({ ...h, children: r(h, i == null ? void 0 : i.filter((g) => !(g != null && g.group) && h.key == "default" || g.group == h.key), h.key == "default" ? o : null) })).concat(a), [n, o, a]);
return c && E.cloneElement(c, { items: p, basicForm: e, $setting: { ...s, ...l } });
}, ii = ({ name: t, form: e = null, basicForm: n = null, style: i = {}, className: r, cols: a = 12, rowHeight: o = 21, containerPadding: s = [0, 0], itemMargin: l = [4, 0], formProps: c = {}, formFields: u = [], fields: p = [], data: h, theme: g, themeProps: y = {}, groups: w = [{ key: "default", label: "默认" }], children: S, ...b }) => {
const [$] = oe.useForm(e), k = z(() => [{ name: "__PROPS__", value: c }].concat(u), [c, u]);
mt(() => ($.setFieldsValue(h), () => $.resetFields()), [h]);
const x = (F, A, O) => {
const N = nn(A, vr, n), V = Yn(b);
return I("div", { ...V, className: j("ff-grid-layout", r), style: { ...i, "--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": a, "--grid-layout-row-height": `${o}px` }, children: [N, O && E.cloneElement(O, { cols: a, rowHeight: o, itemMargin: l, containerPadding: s, fields: A, basicForm: n })] });
};
return m(oe, { ...b, fields: k, form: $, component: !1, children: g ? m(ni, { ...y, items: w, theme: g, itemRender: x, fields: p, children: S, basicForm: n }) : x(0, p, S) });
}, Ma = /* @__PURE__ */ ((t) => function({ code: e, data: n, ...i }) {
const { uuid: r, resource: a, items: o, hides: s, rowHeight: l, marginX: c, marginY: u, cols: p, theme: h, themeProps: g, groups: y } = xr(e) || {}, w = z(() => [{ name: "__RESOURCE__", value: a }, { name: "__LAYOUT_KEY__", value: e }, { name: "__LAYOUT_UUID__", value: r }], [e, r, a]);
return a && m(t, { name: e, theme: h, themeProps: g, groups: y, ...i, fields: o, formFields: w, rowHeight: l, cols: p, itemMargin: [c, u], data: a ? { [a]: n } : n });
})(ii), Nr = ({ column: t = 0, colWidth: e = 0, cols: n, rowHeight: i, itemMargin: r, containerPadding: a, fields: o, primaryKey: s, dataSource: l, beforeRender: c = null, afterRender: u = null, itemClassName: p, itemRender: h = (x, F, A) => x, empty: g = m(zt, { description: null }), className: y, style: w = {}, theme: S, themeProps: b = {}, groups: $ = [{ key: "default", label: "默认" }], rowSelection: k }) => {
const { classNames: x } = ge(le), F = G((N) => {
if (!k) return;
const { selectedRowKeys: V = [], onChange: P, type: M = "checkbox" } = k, D = N == null ? void 0 : N[s];
let B;
B = M === "radio" ? [D] : V.includes(D) ? V.filter((X) => X !== D) : [...V, D], P == null || P(B, l.filter((X) => B.includes(X == null ? void 0 : X[s])));
}, [k, s, l]), A = z(() => m(ii, { groups: $, theme: S, themeProps: b, cols: n, rowHeight: i, itemMargin: r, containerPadding: a, fields: o, className: p }), [o, n, i, r, a, $, S, b]), O = f.isEmpty(l);
return I("div", { className: j("ff-data-list-content", x.content, y), style: Object.assign({}, w, t && { "--col-num": t }, e && { "--col-width": e }), children: [c == null ? void 0 : c(l), O ? g : l.map((N, V) => {
var B;
const P = (N == null ? void 0 : N[s]) ?? V, M = `${P}-${jr(N)}`, D = h(E.cloneElement(A, { data: N }), N, V);
return E.cloneElement(D, { key: M, ...k && { isSelected: (B = k == null ? void 0 : k.selectedRowKeys) == null ? void 0 : B.includes(P), selectionType: k.type ?? "checkbox", onSelect: () => F(N) } });
}), u == null ? void 0 : u(l)] });
}, Tr = ({ component: t, $props: e }) => {
const { base62params: n } = Tt(e, {});
return m(te, { children: m(rn, { listCode: t, base62params: W.decode(n) }) });
}, Va = () => m(ri, {}), ri = () => "Empty", Or = ({ component: t, $setting: e, $props: n }) => {
const [i, r] = L(), [a, o] = ci(n);
return U(() => {
if (!t) return r(m(ri, { description: null }));
se.getWidgetComponent(t).catch((s) => ({ default: () => `${s}` })).then((s) => E.createElement(s.default, { $setting: e })).then(r);
}, [t]), i ? E.cloneElement(i, { ...a, $setProps: o }) : null;
}, Da = () => "NotFoundPage";
var je, ue, Ae, Ce, st, lt;
const we = class we {
constructor() {
v(this, ue, /* @__PURE__ */ new Map());
v(this, Ae, {});
v(this, Ce, null);
T(this, "init", (e, n) => {
K(this, ue, e), K(this, Ae, n);
});
T(this, "get", (e) => (d(this, ue).has(e) || (e = Array.from(d(this, ue).keys()).find((n) => d(this, ue).get(n).uri === e)), d(this, ue).get(e) || {}));
T(this, "redirect", (e, n, i = {}) => {
var y;
const { uri: r, type: a, widgetProps: o } = this.get(e) || {}, { router: s, query: l, ...c } = n || {}, u = Object.assign({}, c, s), p = Object.assign({}, c, l);
a == "list" && (u.base62params = W.encode(u != null && u.base62params ? u.base62params : u));
let h = Qi(r || e, u);
const g = new URLSearchParams();
for (const w in o || {}) ((y = o[w]) == null ? void 0 : y.type) == "query" && Object.has(p, w) && g.append(w, JSON.stringify(p[w]));
return g.size > 0 && (h = `${h}?${g.toString()}`), i != null && i.isOpenWindow ? window.open(h) : d(this, Ce).navigate(h, { replace: !!(i != null && i.isReplaceRouteHistory) });
});
T(this, "getMenus", (e) => {
var n;
return ((n = d(this, Ae)) == null ? void 0 : n[e]) || [];
});
T(this, "findMenuPathByUuid", (e) => {
let n = [];
for (const i in d(this, Ae)) if (n = d(this, st).call(this, d(this, Ae)[i], e, [i]), n.length > 1) return n;
return n;
});
T(this, "getMenusByRouteUuid", (e) => d(this, lt).call(this, e, Object.values(d(this, Ae)).flat()));
v(this, st, (e, n, i = []) => {
if (f.isEmpty(e)) return i;
for (const { uuid: r, children: a } of e) {
if (r == n) return i.concat(r);
if (!f.isEmpty(a)) return i.concat(r, d(this, st).call(this, a, n));
}
return i;
});
v(this, lt, (e, n) => {
var r;
let i = [];
for (const a of n) a.widgetType == "redirect" && (a.uuid == e || a.widget == e ? i.push(a) : (r = a.children) != null && r.length && (i = i.concat(d(this, lt).call(this, e, a.children))));
return i;
});
T(this, "getCurrentMenu", () => {
const { uuid: e } = this.getCurrentRoute() || {};
if (!e) return;
const n = this.getMenusByRouteUuid(e);
return f.isEmpty(n) ? void 0 : n[0];
});
T(this, "getCurrentRoute", (e = 0) => {
var i;
const n = (i = d(this, Ce).state.matches[d(this, Ce).state.matches.length - 1 - e]) == null ? void 0 : i.route;
if (!n) return null;
for (let [r, a] of d(this, ue)) if (a.uri === n.path) return a;
return null;
});
T(this, "getPageParams", (e) => {
var o, s;
const { location: n = {}, matches: i = [] } = ((o = d(this, Ce)) == null ? void 0 : o.state) || {}, r = { ...((s = i[i.length - 1]) == null ? void 0 : s.params) || {} }, a = n.search;
return a && new URLSearchParams(a).forEach((l, c) => {
r[c] = l;
}), e ? f.get(r, e) : r;
});
T(this, "usePageParams", (e) => {
var i;
let n = Bn() ? { ...Zi(), ...Object.fromEntries(new URLSearchParams(((i = er()) == null ? void 0 : i.search) ?? "")) } : this.getPageParams();
return e ? f.get(n, e) : n;
});
T(this, "createBrowserRouter", (e = {}) => {
if (d(this, ue).size == 0) return null;
if (d(this, Ce)) return d(this, Ce);
const n = qe.get("Common.WEBSITE_DEFAULT_THEME", "@pkg/ff/frameworks/DefaultTheme"), i = qe.get(se.checkUserToken() ? "Common.WEBSITE_LOGIN_REDIRECT" : "Common.WEBSITE_DEFAULT", "/index"), r = { [n]: 0 }, a = (s, l) => () => Promise.all([se.getWidgetComponent(s), Tt(l)]).then(([c, u]) => [c.default || function() {
return `${s}`;
}, u]).then(([c, u]) => ({ Component: () => E.createElement(Un, {}, E.createElement(c, { $setting: u })) })), o = Array.from(d(this, ue).values()).reduce((s, { uuid: l, uri: c, name: u, type: p, component: h, widgetSetting: g, widgetProps: y, isLogin: w, isLayout: S, extra: b }) => {
let $ = {}, k = 0;
switch (p) {
case "list":
$.element = E.createElement(Tr, { component: h, $props: y });
break;
case "fsdpf-component":
$.element = E.createElement(Or, { key: h, component: h, $setting: g, $props: y });
}
const x = (b == null ? void 0 : b.theme) ?? (b == null ? void 0 : b.layout);
if (x) {
const F = (b == null ? void 0 : b.themeProps) ?? (b == null ? void 0 : b.layoutProps);
if (!r[x]) return r[x] = s.length, [...s, { path: "/", lazy: a(x, F), children: [{ path: c, ...$ }] }];
k = r[x];
}
return S && k > -1 ? (s[k].children.push({ path: c, ...$ }), s) : [...s, { path: c, ...$ }];
}, [{ path: "/", lazy: a(n, {}), children: [] }]);
return o.push({ index: !0, element: E.createElement(Rr, { to: i, replace: !0 }) }), K(this, Ce, tr(o, e));
});
if (d(we, je)) return d(we, je);
}
};
je = new WeakMap(), ue = new WeakMap(), Ae = new WeakMap(), Ce = new WeakMap(), st = new WeakMap(), lt = new WeakMap(), v(we, je, null), T(we, "getInstance", () => (d(we, je) || K(we, je, new we()), d(we, je)));
let _t = we;
const Rr = ({ to: t, replace: e }) => Bn() ? E.createElement(nr, { to: t, replace: e }) : (window.document.location = t, "redirect"), ae = _t.getInstance(), Ke = new Worker(new URL("/ff-worker/index.js", self.location)), Nn = { generateUUID: () => Lr(), getConfigure: (t) => qe.get(t), route: { redirect: (...t) => ae.redirect(...t), getPageParams: (...t) => ae.getPageParams(...t), getCurrentRoute: () => ae.getCurrentRoute() }, popup: { notification: (...t) => re.notification(...t), success: (...t) => re.success(...t), error: (...t) => re.error(...t), form: (...t) => re.form(...t), modal: (...t) => re.modal(...t), confirm: (...t) => re.confirm(...t) } };
var Pt, Ye, Ie;
const _ = class _ {
constructor() {
T(this, "exec", (e, n = {}, i = {}, r = "") => new Promise((a, o) => {
if (!/^(?!\s*(\/\/|\/\*|\*)).*?\S+/m.test(e)) return a();
const s = kn(_, Pt)._++;
d(_, Ye).set(s, i), _.mQueue.set(s, [a, o]), Ke.postMessage({ id: s, session: r, category: "eval", method: e, args: n });
}));
T(this, "clear", (e) => Ke.postMessage({ session: e, category: "clear" }));
if (d(_, Ie)) return d(_, Ie);
Promise.resolve().then(() => da).then((e) => {
Nn.http = e.http;
}), Ke.addEventListener("message", ({ data: { id: e, task_id: n, method: i, args: r, category: a, data: o, error: s, session: l } }) => {
if (a === "eval" && _.mQueue.has(e)) s !== null ? _.mQueue.get(e)[1](s) : _.mQueue.get(e)[0](o), d(_, Ye).delete(e), _.mQueue.delete(e);
else if (a === "util") try {
const c = f.get(Nn, i.split("/")) || f.get(d(_, Ye).get(n), i.split("/"));
if (!f.isFunction(c)) throw `${i} not found`;
Promise.resolve(Reflect.apply(c, void 0, r)).then((u) => {
Ke.postMessage({ id: e, task_id: n, category: a, method: i, args: r, session: l, data: u, error: null });
}).catch((u) => {
Ke.postMessage({ id: e, task_id: n, category: a, method: i, args: r, session: l, data: null, error: u });
});
} catch (c) {
Ke.postMessage({ id: e, task_id: n, category: a, method: i, args: r, session: l, data: null, error: c });
}
}, !1);
}
};
Pt = new WeakMap(), Ye = new WeakMap(), Ie = new WeakMap(), T(_, "mQueue", /* @__PURE__ */ new Map()), v(_, Pt, 0), v(_, Ye, /* @__PURE__ */ new Map()), v(_, Ie, null), T(_, "getInstance", () => (d(_, Ie) || K(_, Ie, new _()), d(_, Ie)));
let Jt = _;
const Me = Jt.getInstance(), Tn = { null2json: (t) => Object.create(), null2array: (t) => [], null2number: (t) => 0, null2bool: (t) => !1, null2string: (t) => "", null2integer: (t) => 0, null2float: (t) => 0, string2json: (t) => t ? JSON.parse(t) : "{}", string2array: (t) => t.substr(0, 1) === "[" && t.substr(-1) === "]" ? JSON.parse(t) : t.split(","), string2number: (t) => t == "" ? 0 : +t, string2integer: (t) => t == "" ? 0 : +t, string2float: (t) => t == "" ? 0 : +t, string2bool: (t) => {
switch (`${t}`.toLowerCase()) {
case "0":
case "false":
case "[]":
case "{}":
return !1;
}
return !!t;
}, string2string: (t) => t, json2json: (t) => t, json2array: (t) => t ? Object.values(t) : [], json2number: (t) => Object.keys(t).length, json2integer: (t) => Object.keys(t).length, json2float: (t) => Object.keys(t).length, json2bool: (t) => Object.keys(t).length > 0, json2string: (t) => t ? JSON.stringify(t) : "", array2json: (t) => ({ ...t }), array2array: (t) => t, array2number: (t) => t.length, array2integer: (t) => t.length, array2float: (t) => t.length, array2bool: (t) => t.length > 0, array2string: (t) => JSON.stringify(t), number2json: (t) => ({}), number2array: (t) => [t], number2number: (t) => t, number2integer: (t) => t, number2float: (t) => t, number2bool: (t) => !!t, number2string: (t) => t.toString(), boolean2json: (t) => ({}), boolean2array: (t) => [], boolean2number: (t) => +t, boolean2integer: (t) => +t, boolean2float: (t) => +t, boolean2bool: (t) => t, boolean2string: (t) => t ? "true" : "false" }, pe = (t, e) => {
let n = "string";
n = Array.isArray(t) ? "array" : typeof t, f.isObject(t) && (n = "json");
const i = `${n}2${e}`;
return Reflect.has(Tn, i) ? Tn[i](t) : t;
}, Fr = (t) => t === null ? "null" : Array.isArray(t) ? "array" : typeof t == "object" ? "json" : typeof t == "boolean" ? "bool" : typeof t == "string" ? "string" : typeof t == "number" ? Number.isInteger(t) ? "integer" : "float" : typeof t, Tt = (t = {}, e = {}, n = {}, i = "") => ai(t, (r, a) => a === "type" && r === "code") ? oi(t, e, n, i) : si(t, e, i), ai = (t, e = () => !1) => f.some(t, (n) => !!f.some(n, e) || (f.isEmpty(n) || !f.isPlainObject(n) && !f.isArray(n) ? void 0 : ai(n, e))), oi = async (t = {}, e = {}, n = {}, i = "") => {
let r = /* @__PURE__ */ Object.create(null);
for (let a in t) {
let o;
if (Reflect.has(t[a], "type") && ["code", "field", "router", "query", "string"].includes(t[a].type)) {
const { type: s, value: l = "", default: c = i } = t[a];
switch (s) {
case "code":
try {
o = await Me.exec(l, e, n);
} catch (u) {
console.error("getWidgetPropsData", u);
}
break;
case "field":
o = f.get(e, l) ?? f.get(e, l.substring(l.indexOf(".") + 1));
break;
case "router":
case "query":
o = ae.getPageParams(l);
break;
case "string":
o = l;
}
o ?? (o = c);
} else o = await oi(t[a], e, n, i);
f.set(r, a, o);
}
return r;
}, si = (t = {}, e = {}, n = "") => Object.keys(t || {}).reduce((i, r) => {
if (f.isPlainObject(t[r])) {
let a;
if (Reflect.has(t[r], "type") && ["field", "router", "query", "string"].includes(t[r].type)) {
const { type: o, value: s = "", default: l = n } = t[r];
switch (o) {
case "field":
a = f.get(e, s) ?? f.get(e, s.substring(s.indexOf(".") + 1));
break;
case "router":
case "query":
a = ae.getPageParams(s);
break;
case "string":
a = s;
}
a ?? (a = l);
} else a = si(t[r], e, n);
f.set(i, r, a);
}
return i;
}, {}), Lt = (t, e) => t && typeof t == "object" ? Array.isArray(t) ? t.map((n) => Lt(n, e)) : Object.keys(t).reduce((n, i) => (e[i] ? n[e[i]] = Lt(t[i], e) : n[i] = Lt(t[i], e), n), {}) : t, Wa = () => "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, (t) => {
const e = 16 * Math.random() | 0;
return (t === "x" ? e : 3 & e | 8).toString(16);
}), Ba = (t) => {
var e, n;
return t ? (n = (e = t.match(/^@pkg(?:[^\/]*\/){3}(?<name>[^\/]+)/)) == null ? void 0 : e.groups) == null ? void 0 : n.name : "";
}, za = (t) => {
var e, n;
return t ? (n = (e = t.match(/^@pkg(?:[^\/]*\/){2}(?<category>[^\/]+)/)) == null ? void 0 : e.groups) == null ? void 0 : n.category : "";
}, Ua = (t) => {
var e, n;
return t ? (n = (e = t.match(/^@pkg(?:[^\/]*\/){1}(?<owner>[^\/]+)/)) == null ? void 0 : e.groups) == null ? void 0 : n.owner : "";
}, jr = (t, e = 32, n = "auto") => {
const i = Gt(t), r = n === "auto" ? "x64" : n;
if (e === 32) return It.x86.hash32(i).toString();
if (e === 128) return r === "x64" ? It.x64.hash128(i) : It.x86.hash128(i);
throw new Error("bits 只能是 32 或 128");
}, Gt = (t) => t == null ? "null" : typeof t == "string" ? t : typeof t == "number" || typeof t == "boolean" ? String(t) : typeof t == "function" ? t.toString() : Array.isArray(t) ? "[" + t.map(Gt).join(",") + "]" : typeof t == "object" ? "{" + Object.keys(t).sort().map((e) => `${e}:${Gt(t[e])}`).join(",") + "}" : String(t), Ar = () => {
let t = 1;
const e = /* @__PURE__ */ new WeakMap(), n = /* @__PURE__ */ new Map();
return (...i) => i.length === 0 ? "" : i.map((r) => {
return String((a = r) === null || typeof a != "object" && typeof a != "function" ? (n.has(a) || n.set(a, t++), n.get(a)) : (e.has(a) || e.set(a, t++), e.get(a)));
var a;
}).join("::");
}, Ir = (t) => {
if (!t || typeof t != "string" || t.startsWith("/") || t.startsWith("./") || t.startsWith("../")) return !1;
try {
let e = t.startsWith("//") ? `http:${t}` : t;
return e.includes("://") || e.startsWith("//") || (e = `http://${e}`), !!new URL(e).hostname;
} catch {
return !1;
}
}, qa = (t, e = "") => {
if (!t || typeof t != "string" || Ir(t)) return t;
let n = e;
return !n && typeof window < "u" && window.location && (n = `${window.location.protocol}//${window.location.host}`), t.startsWith("/") ? n ? `${n}${t}` : t : n ? `${n}/${t}` : t;
}, Lr = () => typeof crypto < "u" && crypto.randomUUID ? crypto.randomUUID() : typeof crypto < "u" && crypto.getRandomValues ? "10000000-1000-4000-8000-100000000000".replace(/[018]/g, (t) => (+t ^ crypto.getRandomValues(new Uint8Array(1))[0] & 15 >> +t / 4).toString(16)) : "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, (t) => {
const e = 16 * Math.random() | 0;
return (t === "x" ? e : 3 & e | 8).toString(16);
}), Ot = () => {
const t = J(!0), [, e] = E.useReducer((n) => n + 1, 0);
return U(() => () => t.current = !1, []), () => t.current && e();
}, Ka = (t) => {
const [e, n] = L(t), i = J(null), r = G((a, o) => {
i.current = o, n(a);
}, []);
return U(() => {
i.current && (i.current(e), i.current = null);
}, [e]), [e, r];
}, mt = (t = (i) => {
}, e, n = f.isEqual) => {
const i = E.useRef();
n(e, i.current) || (i.current = f.cloneDeep(e)), E.useEffect(t, [i.current]);
}, Rt = mt, li = (t, e = "string") => {
var n;
if (!Array.isArray(t)) return t;
for (let i = 0; i < t.length; i++) t[i].value = pe((n = t[i]) == null ? void 0 : n.value, e), t[i] && Reflect.has(t[i], "children") && (t[i].children = li(t[i].children, e));
return t;
}, Ha = (t, e = "json", n = "string", i, r = null) => {
const [a] = oe.useForm(i), [o, s] = L([{ label: "无", value: "", disabled: !0 }]), l = J([]), c = oe.useWatch((u) => l.current.length === 0 ? null : f.pick(u, l.current), a) || null;
return U(() => {
Array.isArray(t) ? s(t) : e === "javascript" && t ? Me.exec(t, {}, { getFieldValue: (u) => (l.current.includes(u) || l.current.push(u), a.getFieldValue(u)), getFieldValueForBasicForm: (u) => (l.current.includes(u) || l.current.push(u), r ? r.getFieldValue(u) : a.getFieldValue(u)) }).then((u) => {
s(pe(u, "array"));
}).catch((u) => console.error("useOptions", u)) : t && s(pe(t, "array"));
}, [t, e, c]), li(o, n);
}, _a = (t) => {
const [e, n] = L(), i = { type: "GET" };
if (typeof t == "string" ? i.url = t : f.isPlainObject(t) && Object.assign(i, t), !(i != null && i.url)) throw "url is required";
const r = (a) => W.request(i, !1).resp((o) => (console.log("useSubscribeRequest", a), n(o), o));
return mt(() => {
let a = null;
return r().then((o) => {
a = Zn.subscribe(f.throttle(r, 180, { leading: !1, trailing: !0 }), o.res);
}), () => a == null ? void 0 : a();
}, i), e;
}, Mr = (t, e) => G((n) => {
const i = {};
for (const [r, a] of Object.entries(n)) {
const o = t == null ? void 0 : t[r];
if ((o == null ? void 0 : o.type) === "router" || (o == null ? void 0 : o.type) === "query") {
const s = ae.getCurrentRoute();
s != null && s.uuid && ae.redirect(s.uuid, { ...ae.getPageParams(), [o.type]: { [o.value || r]: a } }, { isReplaceRouteHistory: !0 });
} else i[r] = a;
}
Object.keys(i).length > 0 && e(i);
}, [t, e]), ci = (t, e = {}, n = {}, i = []) => {
const [r, a] = L({}), [o, s] = L({}), l = Dn(o), c = ae.usePageParams();
en(() => {
Promise.resolve(Tt(t, e, n)).then(s);
}, [t, e, c, ...i]), Vn(() => {
const h = l ?? {}, g = Object.keys({ ...h, ...o }).reduce((y, w) => (h[w] !== o[w] && (y[w] = o[w]), y), {});
Object.keys(g).length > 0 && a((y) => ({ ...y, ...g }));
}, [o]);
const u = Mr(t, (h) => {
a((g) => ({ ...g, ...h }));
}), p = z(() => Object.fromEntries(Object.entries(r).filter(([h, g]) => g !== o[h])), [r, o]);
return [r, u, p];
}, Vr = (t) => {
const [e, n] = E.useState({ items: [], hides: [] });
return E.useEffect(() => {
t && W.get(`/api/_/${t}`).then(({ pk: i, uuid: r, code: a, resource: o, align: s, cols: l, rowHeight: c, marginX: u, marginY: p, listenChangeFields: h, listenChangeFieldsFunc: g, fields: y, theme: w, themeSetting: S, groups: b }) => ({ pk: i, uuid: r, code: a, resource: o, align: s, cols: l, rowHeight: c, marginX: u, marginY: p, theme: w, themeProps: S, groups: b, listenChangeFields: h, listenChangeFieldsFunc: g, ...y.reduce(($, k) => {
var x;
return (x = k == null ? void 0 : k.field) != null && x.hidden ? $.hides.push(k == null ? void 0 : k.field) : $.items.push(k), $;
}, { items: [], hides: [] }) })).then(n);
}, [t]), e;
}, Dr = ({ max: t = 0, min: e = 0, type: n = "", message: i, pattern: r, required: a = !1, validator: o } = {}, s, l) => {
const [c, u] = L([]);
return U(() => {
const p = [];
if (a) {
let h = l;
switch (l) {
case "number":
case "string":
case "array":
break;
case "bool":
h = "boolean";
break;
case "json":
h = "object";
}
p.push({ type: h, required: !0, whitespace: !0, message: "该项必填" });
}
switch (n) {
case "string":
p.push({ type: n, max: t, min: e, message: i || (e && t ? `字符必须在 ${e} ~ ${t} 之间` : `${t ? "最多能有" : "最少要有"} ${e || t} 个字符`) });
break;
case "pattern":
p.push({ type: "string", pattern: r, message: i });
break;
case "validator":
o && p.push(({ getFieldValue: h }) => ({ validator: async (g, y) => {
const w = await Me.exec(o, { value: y, fieldName: s }, { getFieldValue: h });
return f.isString(w) && w ? Promise.reject(w) : f.isBoolean(w) && !w ? Promise.reject(i) : Promise.resolve();
} }));
}
u(p);
}, [t, e, n, i, r, a, o]), c;
}, Wr = (t, e, n) => {
const [i, r] = L(null);
return U(() => {
const { initDataUri: a = `/api/${t}`, initDataMethod: o = "GET" } = n || {};
e && W.request({ method: o, url: f.trimEnd(`${a}/${e}`, "/") }).then((s) => {
r(s);
});
}, [t, e, n]), i;
}, Br = (t, e, n) => G((i, r = { serialize: (a) => a, onSuccess: () => {
}, onFail: (a) => (a == null ? void 0 : a.errorFields) && re.error("请先完善表单信息", { duration: 2e3 }) }) => {
const a = i.getFieldValue("__RESOURCE__"), { submitDataUri: o = `/api/${t}`, submitDataMethod: s = "POST" } = n || {};
return i.validateFields().then((l) => a ? f.pick(l, [a]) : l).then(r.serialize).then((l) => W.request({ method: s, url: f.trimEnd(`${o}/${e || ""}`, "/"), data: l }).msg(r.onSuccess)).catch(r.onFail);
}, [t, e, n]), zr = (t, e, n, i) => {
const r = Wr(e, n, i);
U(() => {
r ? t.setFieldsValue(r) : t.resetFields();
}, [t, r]);
const a = Br(e, n, i);
return f.partial(a, t);
}, Ur = (t, e, n = [], i = {}) => {
const r = J({}), a = J(), o = f.debounce(Ot(), 180), s = ["disabled", "required"], l = (h, g) => {
s.includes(h) && (r.current[h] = g), o();
}, c = z(() => ({ setDisabled: (h) => l("disabled", h), setRequired: (h) => l("required", h), getDisabled: () => r.current.disabled, getRequired: () => r.current.required }), [e]), [u, p] = ti(e, -1, {}, c, i);
if (!p && a.current != u && (u >= 0 || !f.isEmpty(n == null ? void 0 : n[u]))) {
a.current = u;
const { widget: h, widgetPrefix: g, props: y } = n == null ? void 0 : n[u];
t = Hn(h, g), r.current = f.merge(y, f.pick(r.current, s));
}
return [t, r.current];
}, On = (t) => t === void 0 || t === !1 ? "" : (Array.isArray(t) ? t : [t]).join("_"), Ja = ({ value: t, onChange: e }, n = null) => {
const i = J(), [r] = oe.useForm(n), a = J({});
return Rt(() => {
f.isEqual(i.current, t) || r.setFieldsValue(t);
}, [t]), U(() => () => r.resetFields(), []), [z(() => r.__INTERNAL__ ? r : { ...r, __INTERNAL__: { itemRef: (o) => (s) => {
const l = On(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 = On(o);
return a.current[s];
} }, [r]), (o, s) => {
i.current = s, e == null || e(s);
}];
}, an = ({ widget: t = "Input", widgetPrefix: e = "@pkg/ff/grid-layout-forms", widgetDecorator: n, subWidgets: i = [], basicForm: r, ...a }) => {
const o = Hn(t, e), [s, l] = Ur(o, n, i, r), [c, u] = L();
return U(() => {
s && se.getWidgetComponent(s).then(({ defaultProps: p = {}, default: h }) => ({ default: qr(h, p, r) })).catch((p) => ({ default: () => `${p}` })).then((p) => u(E.createElement(p.default, a)));
}, [s]), c && E.cloneElement(c, { ...a, ...l });
}, qr = (t, e = {}, n = null) => (i) => {
const { type: r, code: a, label: o, noStyle: s, style: l, placeholder: c, required: u = !1, extras: p, validators: h, help: g, isVirtual: y, $isReserved: w, initialValue: S, initialValueLanguage: b, ...$ } = f.omit(f.merge({}, e, i), ["convertJs", "convertJsSetting", "widget", "widgetPerfix", "widgetDecorator", "subWidgets", "boxStyle"]), k = Dr(Object.assign({}, h, u ? { required: !0 } : {}), a, r), x = z(() => {
const V = Object.keys((e == null ? void 0 : e.extras) || {});
return f.over([f.partialRight(f.pick, V), f.partialRight(f.omit, V)]);
}, [e == null ? void 0 : e.extras]), [F, A] = x($), O = { label: o, noStyle: s, style: l, colon: !1, layout: "vertical" }, N = G((V) => V == null ? void 0 : pe(V, r), [r]);
return m(Zt, { name: a, rules: k, initialValue: N(S), normalize: N, children: (V, P, M) => {
var D;
return m(t, { type: r, rcform: M, basicForm: n, itemProps: { validateStatus: P.errors.length > 0 ? "error" : "success", tooltip: g || null, help: P.errors.length > 0 ? P.errors.join("、") : null, required: ((D = k == null ? void 0 : k[0]) == null ? void 0 : D.required) || !1, ...O }, fieldProps: { placeholder: c, ...A, ...V }, $setting: Object.assign({}, p, F) });
} });
}, on = ({ name: t, form: e = null, basicForm: n = null, style: i = {}, className: r, cols: a = 24, rowHeight: o = 16, itemMargin: s = [8, 16], containerPadding: l = [0, 0], fields: c = [], hides: u = [], primaryKey: p = 0, formProps: h = {}, formFields: g = [], listenChangeFields: y, listenChangeFieldsFunc: w, onValuesChange: S, theme: b, themeProps: $ = {}, groups: k = [{ key: "default", label: "默认" }], children: x, ...F }) => {
const [A] = oe.useForm(e), O = G((P, M) => {
S == null || S(P, M), w && Array.isArray(y) && Me.exec(w, { changedValues: P, allValues: M }, { getFieldValue: A.getFieldValue, setFieldValue: A.setFieldValue, setFieldsValue: A.setFieldsValue, isFieldTouched: A.isFieldTouched, isFieldsTouched: A.isFieldsTouched }).catch((D) => console.error("onFormValuesChange", t, D));
}, [t, A, S, y, w]), N = z(() => [{ name: "__PROPS__", value: h }, { name: "__PRIMARY_KEY__", value: p }].concat(g), [p, h, g]), V = (P, M, D) => {
const B = nn(M, an, n), X = Yn(F);
return I("div", { ...X, className: j("ff-grid-layout-form", r), style: { ...i, "--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": a, "--grid-layout-row-height": `${o}px` }, children: [B, D && E.cloneElement(D, { cols: a, rowHeight: o, itemMargin: s, containerPadding: l, fields: M, basicForm: n })] });
};
return I(oe, { ...F, form: A, fields: N, onValuesChange: O, children: [b ? m(ni, { ...$, items: k, theme: b, itemRender: V, fields: c, children: x, basicForm: n }) : V(0, c, x), u == null ? void 0 : u.map((P) => {
var M;
return m(Zt, { name: P.code, children: m(Kr, { form: A, basicForm: n, name: P.code, type: P.type, initialValue: P.initialValue, initialValueLanguage: (M = P.extras) == null ? void 0 : M.initialValueLanguage }) }, JSON.stringify(P.code));
})] });
}, Kr = ({ type: t, initialValue: e, initialValueLanguage: n, onChange: i, basicForm: r }) => {
const [a, o] = ti(n == "javascript" && e, n == "javascript" ? void 0 : e, {}, {}, r);
return U(() => {
n == "javascript" ? i(pe(a, t)) : e && i(pe(e, t));
}, [t, e, a]), null;
};
on.propTypes = { fields: C.array, hides: C.array };
const Hr = /* @__PURE__ */ ((t) => ({ code: e, isPreview: n = !1, ...i }) => {
const { align: r, autoComplete: a, resource: o, items: s, hides: l, rowHeight: c, marginX: u, marginY: p, cols: h, listenChangeFields: g, listenChangeFieldsFunc: y, pk: w, uuid: S, theme: b, themeProps: $, groups: k } = Vr(e), x = z(() => [{ name: "__PK__", value: w }, { name: "__RESOURCE__", value: o }, { name: "__LAYOUT_KEY__", value: e }, { name: "__LAYOUT_UUID__", value: S }], [w, e, S, o]);
return m(t, { name: e, autoComplete: a, theme: b, themeProps: $, groups: k, ...i, formFields: x, listenChangeFields: g, listenChangeFieldsFunc: y, fields: s, hides: l, cols: h, rowHeight: c, itemMargin: [u, p] });
})(on), di = ({ $setting: t, $close: e, extras: n, code: i, primaryKey: r, ...a }) => {
const [o] = oe.useForm(), s = zr(o, i, r, t);
return m(te, { actions: I(E.Fragment, { children: [m(R, { name: (t == null ? void 0 : t.okText) || "保存", type: "primary", widget: () => s({ onSuccess: e }) }), m(R, { name: (t == null ? void 0 : t.cancelText) || "取消", widget: () => e(!1) })] }), extras: n, children: m(Hr, { form: o, code: i, primaryKey: r, ...a }) });
}, Rn = /* @__PURE__ */ new Set(), Yt = (t = [], e = 0) => {
const n = t[e];
if (n.length && !Rn.has(n)) {
const i = document.createElement("script");
i.setAttribute("src", n), i.setAttribute("data-namespace", n), t.length > e + 1 && (i.onload = () => {
Yt(t, e + 1);
}, i.onerror = () => {
Yt(t, e + 1);
}), Rn.add(n), document.body.appendChild(i);
}
}, Et = ({ className: t, type: e, style: n = {}, ...i }) => m("span", { role: "img", className: j("ff-iconfont", t), style: n, ...i, children: m("svg", { style: { width: "1em", height: "1em", fill: "currentColor", overflow: "hidden" }, viewBox: "0 0 1024 1024", children: m("use", { xlinkHref: `#${e}` }) }) });
Et.propTypes = { className: C.string, type: C.string.isRequired, style: C.object }, Et.init = Yt;
const _r = (t, e, n, i) => ae.redirect(n, e, i), Jr = (t, e = {}, n, i = {}) => {
var a;
const r = (a = i.router) == null ? void 0 : a.reduce((o, [s, l, c]) => {
const u = f.get(e, ["router", s]);
if (!u && u !== 0 && l) throw `请传入 ${c}`;
return `${o}/${u}`;
}, `/api/${n}`);
return W.del(r, e.param).msg();
}, Fn = (t, e, n, { status: { loading: i, disabled: r }, setStatus: a, listFn: o }) => {
const s = { loading: (l) => l === void 0 ? i : a((c) => ({ ...c, loading: l })), disabled: (l) => l === void 0 ? r : a((c) => ({ ...c, disabled: l })), list: o };
return f.isFunction(n) ? n.call(null, e, s) : f.isString(n) && n ? Me.exec(n, e, s) : null;
}, jn = (t, e, n, i, r) => f.isString(n) && n ? se.getWidgetComponent(n).then(({ default: a }) => re.modal(a, { ...e, $setting: i }, r != null && r.title ? { ...r, title: f.template(r.title)(t) } : r)).catch((a) => {
re.error(n, { content: a.toString() });
}) : re.modal(n, { ...e, $setting: i }, r != null && r.title ? { ...r, title: f.template(r.title)(t) } : r), Gr = (t, e, n, i, r) => re.modal(di, { ...e, $setting: i, code: n }, r != null && r.title ? { ...r, title: f.template(r.title)(t) } : r), Yr = (t, e, n, i, r) => re.modal(rn, { ...i, base62params: e, listCode: n }, r != null && r.title ? { ...r, title: f.template(r.title)(t) } : r), Xr = ({ widget: t, widgetType: e, widgetData: n, widgetProps: i, widgetSetting: r, widgetContainerProps: a }, { onAfterClick: o, onBeforeClick: s } = {}) => {
const l = ge(le), [c, u] = L({ leading: !0, trailing: !1 }), p = z(() => {
switch (e) {
case "redirect":
return f.partialRight(_r, t, r);
case "func":
return f.partialRight(Fn, (r == null ? void 0 : r.code) ?? t, { status: c, setStatus: u, listFn: l });
case "component":
case "fsdpf-component":
return f.partialRight(jn, t, r, a);
case "grid-layout-form":
return f.partialRight(Gr, t, r, a);
case "data-list":
return f.partialRight(Yr, t, r, a);
case "destroy":
return f.partialRight(Jr, t, r, a);
default:
if (ln(t) || E.isValidElement(t)) return f.partialRight(jn, t, r, a);
if (f.isFunction(t)) return f.partialRight(Fn, (r == null ? void 0 : r.code) || t, { status: c, setStatus: u });
}
return (...h) => console.error("useButton unknown widgetType", e, ...h);
}, [t, e, l.getBase62params, l.getSelectedRows]);
return [f.debounce((h) => (s == null || s(h), Promise.resolve(Tt(i, h, { list: l })).then((g) => p(h, { ...n, ...g })).then((g) => o == null ? void 0 : o(g)).catch(console.error)), 300, { leading: !0, trailing: !1 }), c];
}, ui = ({ type: t, name: e, className: n, icon: i, iconPosition: r, size: a }, o = "default") => z(() => {
const s = { type: "primary", className: j("ff-button", n), iconPosition: r, size: a };
return t === "danger" ? s.danger = !0 : t === "default" && (s.type = t), o === "link" || o === "dashed" ? (s.type = o, t === "default" && (s.className = j(s.className, "ff-default"))) : o !== "circle" && o !== "round" || (s.shape = o), i && (s.icon = m(Et, { type: i })), e && (s.children = e), s;
}, [o, t, n, i, r]), Ft = ({ data: t, widget: e, widgetType: n = "fsdpf-component", widgetData: i, widgetProps: r, widgetSetting: a, widgetContainerProps: o, onAfterClick: s, onBeforeClick: l, children: c, extras: u }) => {
const p = ge(le), [h, g] = L(!1), [y, w] = L("hover"), [S, b] = ci(r, t, { list: p }, [p.getBase62params, p.getSelectedRows]), [$, k] = L(), { placement: x, align: F, zIndex: A, arrow: O = { pointAtCenter: !0 }, getPopupContainer: N, isPopupMountBodyContainer: V = !0, ...P } = o || {};
U(() => {
n == "grid-layout-form" ? k(E.createElement(di, { ...i, $setting: a, code: e })) : n == "data-list" ? k(E.createElement(rn, { base62params: t, $setting: a, listCode: e })) : f.isString(e) ? se.getWidgetComponent(e).then(({ default: B }) => {
k(E.createElement(B, { ...i, $setting: a }));
}).catch((B) => k(B.toString())) : E.isValidElement(e) ? k(E.cloneElement(e, { ...i, $setting: a })) : (ln(e) || f.isFunction(e) && ["component", "fsdpf-component"].includes(n)) && k(E.createElement(e, { ...i, $setting: a }));
}, [e, n, i]);
const M = (B, X = !1) => (g(B), !B && w("hover"), B ? l == null ? void 0 : l(S) : s == null ? void 0 : s(X)), D = (B) => {
g(!0), w("click");
};
return m(_i, { zIndex: A, placement: x, onPopupClick: D, onClick: D, open: h, align: F, arrow: O, trigger: y, getPopupContainer: N || V ? void 0 : (B) => B, content: m(Qr, { ...P, extras: u, children: $ && E.cloneElement($, { ...S, $setProps: b, $close: (B) => M(!1, B) }) }), children: c, onOpenChange: M });
}, Qr = ({ title: t, className: e, classNames: n, children: i, extras: r, width: a, height: o, ...s }) => {
const [l, c] = L({}), u = G((y, w) => c((S) => ({ ...S, [y]: w })), []), p = G((y) => c((w) => ({ ...w, [y]: void 0 })), []), h = t ? E.createElement("div", { className: "ff-popup-title" }, t) : l == null ? void 0 : l.title, g = r ?? E.createElement("div", { className: "ff-popup-reserved-extras" }, r);
return m(ht.Provider, { value: { ele: l, mount: u, unmount: p }, children: I("div", { className: j("ff-popup ff-popover", e, l.rootClassName), style: { width: a ?? 260, height: o }, ...s, children: [I("div", { className: j("ff-popup-header", "ff-popover-header", n == null ? void 0 : n.header), children: [h, l == null ? void 0 : l["sub-title"]] }), m("div", { className: j("ff-popup-body", "ff-popover-body", n == null ? void 0 : n.body), children: i }), I("div", { className: j("ff-popup-footer", "ff-popover-footer", n == null ? void 0 : n.footer), children: [g, l == null ? void 0 : l.extras, l == null ? void 0 : l.actions] })] }) });
};
Ft.propTypes = { widgetType: C.oneOf(["fsdpf-component", "grid-layout-form", "data-list"]) };
const ft = (t) => function({ className: e, variant: n, children: i, name: r, icon: a, type: o = "default", iconPosition: s = "start", noAuthType: l, onAfterClick: c, onBeforeClick: u, data: p, loading: h, disabled: g, tooltip: y, confirm: w, widget: S = () => {
}, widgetType: b, widgetData: $, widgetProps: k, widgetSetting: x, widgetContainerProps: F, ...A }) {
const { mode: O, ...N } = F || {}, V = ui({ className: e, name: r, type: o, icon: a, iconPosition: s }, n ?? t), P = m(kt, { ...V, ...A, children: i || r });
if (O === "popover" && !["destroy", "redirect", "func"].includes(b)) return m(Ft, { data: p, widget: S, widgetType: b, widgetData: $, widgetProps: k, widgetSetting: x, widgetContainerProps: N, onAfterClick: c, onBeforeClick: u, children: P });
const M = f.isEmpty(y) || !y.enabled ? {} : y, D = f.isEmpty(w) ? { enabled: !1 } : Object.assign({ enabled: !0 }, w), [B, X] = L(!1), [xe, { disabled: q, loading: ce }] = Xr({ widget: S, widgetType: b, widgetData: $, widgetProps: k, widgetSetting: x, widgetContainerProps: N }, { onAfterClick: c, onBeforeClick: u });
return m(Ji, { okText: "确定", cancelText: "取消", getPopupContainer: (H) => H, ...D, disabled: q || g, open: B, onOpenChange: (H) => {
if (!H) return X(H);
D.enabled ? X(H) : xe(p);
}, onConfirm: (H) => {
xe(p, H);
}, onClick: (H) => {
H.stopPropagation();
}, children: m(Gi, { getPopupContainer: (H) => H, ...M, title: B ? null : M == null ? void 0 : M.title, trigger: ["hover", "click"], children: E.cloneElement(P, { loading: ce || h, disabled: q || g }) }) });
}, R = ft("default");
R.propTypes = { type: C.oneOf(["primary", "default", "danger", ""]), size: C.oneOf(["large", "middle", "small"]), name: C.string, icon: C.string, iconPosition: C.oneOf(["start", "end"]), data: C.any, widget: C.any, widgetType: C.oneOf(["destroy", "redirect", "func", "component", "fsdpf-component", "grid-layout-form", "grid-layout", "data-list"]), widgetData: C.object, widgetProps: C.object, widgetSetting: C.object, widgetContainerProps: C.object, tooltip: C.exact({ title: C.string.isRequired, placement: C.oneOf(["top", "left", "right", "bottom", "topLeft", "topRight", "bottomLeft", "bottomRight", "leftTop", "leftBottom", "rightTop", "rightBottom"]), enabled: C.oneOfType([C.bool, C.number]), getPopupContainer: C.func }), confirm: C.exact({ title: C.string.isRequired, cancelText: C.string, okText: C.string, okType: C.oneOf(["primary", "default", "danger", ""]), placement: C.oneOf(["top", "left", "right", "bottom", "topLeft", "topRight", "bottomLeft", "bottomRight", "leftTop", "leftBottom", "rightTop", "rightBottom"]), enabled: C.oneOfType([C.bool, C.number]), getPopupContainer: C.func, arrow: C.oneOfType([C.bool, C.exact({ pointAtCenter: C.bool })]) }) };
const Zr = ft("link"), ea = ft("circle"), ta = ft("round"), na = ft("dashed"), An = ({ options: t = [], triggerWeights: e = ["grid-layout-form", "grid-layout", "fsdpf-component", "print"], onAfterClick: n = (g, y, w) => {
}, onBeforeClick: i = (g, y, w) => {
}, labelVariant: r = "link", labelSize: a, labelRender: o, btnVariant: s, btnSize: l, btnRender: c = (g, y) => m(R, { ...g, data: y }, g.uuid || Dt()), widgetContainerProps: u = {}, children: p, data: h }) => {
if (f.isEmpty(t)) return p;
l ?? (l = a), s ?? (s = r);
const [g, y] = z(() => (t || []).reduce((b, $) => {
const k = e.indexOf($.widgetType);
return k === -1 ? b[1].push($) : b[0] ? k < e.indexOf(b[0].widgetType) ? (b[1].push(b[0]), b[0] = $) : b[1].push($) : b[0] = $, b;
}, [null, []]), [t, e]);
o ? p = o(g, h) || p : p || (p = m(kt, { ...ui(Object.assign(g != null && g.name || g != null && g.icon ? {} : { icon: "icon-location" }, g, { size: a }), r) }));
const w = y.map((b) => c(Object.assign({ uuid: b.uuid, type: b.type, name: b.name, widget: b.widget, widgetType: b.widgetType, widgetProps: b.widgetProps, widgetData: b.widgetData, widgetSetting: b.widgetSetting, widgetContainerProps: b.widgetContainerSetting, confirm: b.confirm, onAfterClick: f.partialRight(n, b, h), onBeforeClick: f.partialRight(i, b, h) }, { size: l, variant: s }), h));
let S = w;
return (w == null ? void 0 : w.length) > 1 && (S = s == "link" ? m(Bt, { split: m(Yi, { type: "vertical" }), size: l, children: w }) : m(Bt.Compact, { size: l, children: w })), g ? m(Ft, { widget: g == null ? void 0 : g.widget, widgetType: g == null ? void 0 : g.widgetType, widgetProps: g == null ? void 0 : g.widgetProps, widgetSetting: g == null ? void 0 : g.widgetSetting, widgetContainerProps: Object.assign({}, u, g == null ? void 0 : g.widgetContainerProps), data: h, widgetData: g == null ? void 0 : g.widgetData, extras: S, onAfterClick: f.partialRight(n, g, h), onBeforeClick: f.partialRight(i, g, h), children: p }) : S;
};
An.propTypes = { triggerWeights: C.array, options: C.arrayOf(C.shape({ ...R.propTypes, widgetType: R.propTypes.widgetType.isRequired })), btnSize: R.propTypes.size, btnRender: C.func, btnVariant: C.oneOf(["", "default", "link", "circle", "round", "dashed"]), labelVariant: C.oneOf(["", "default", "link", "circle", "round", "dashed"]), labelRender: C.func, labelSize: R.propTypes.size, onAfterClick: C.func, onBeforeClick: C.func, widgetContainerProps: R.propTypes.widgetContainerProps, data: R.propTypes.data }, R.Link = Zr, R.Link.defaultProps = R.defaultProps, R.Link.propTypes = R.propTypes, R.Circle = ea, R.Circle.defaultProps = R.defaultProps, R.Circle.propTypes = R.propTypes, R.Round = ta, R.Round.defaultProps = R.defaultProps, R.Round.propTypes = R.propTypes, R.Dashed = na, R.Dashed.defaultProps = R.defaultProps, R.Dashed.propTypes = R.propTypes, R.Popover = Ft, R.GroupPopover = An;
const ia = ({ fields: t, formProps: e, $close: n }) => {
const [i] = oe.useForm(), r = z(() => [{ name: "__PROPS__", value: e }], [e]);
return m(te, { actions: I(E.Fragment, { children: [m(R, { name: "取消", widget: () => n(!1) }), m(R, { name: "确定", type: "primary", widget: () => i.validateFields(!0).then(n) })] }), children: m(oe, { fields: r, form: i, className: "ff-modal-form", children: t == null ? void 0 : t.map(({ code: a, ...o }) => m(an, { code: a, ...o }, a)) }) });
}, ra = ({ className: t, classNames: e, $close: n, children: i, title: r, subTitle: a, actions: o, extras: s, ...l }) => I(ir, { ...l, prefixCls: "ff-drawer", className: j("ff-popup", t), maskMotion: { motionAppear: !0, motionName: "mask-motion" }, motion: (c) => ({ motionAppear: !0, motionName: `panel-motion-${c}` }), children: [I("div", { className: j("ff-popup-header", "ff-drawer-header", e == null ? void 0 : e.header), children: [m("button", { "aria-label": "Close", className: j("ff-popup-close", "ff-drawer-close", e == null ? void 0 : e.close), onClick: l.onClose, children: m(tn, { type: "close" }) }), r, a] }), m("div", { className: j("ff-popup-body", "ff-drawer-body", e == null ? void 0 : e.body), children: i }), I("div", { className: j("ff-popup-footer", "ff-drawer-footer", e == null ? void 0 : e.footer), children: [s, o] })] }), aa = ({ className: t, classNames: e, $close: n, $event: i, children: r, title: a, subTitle: o, actions: s, extras: l, placement: c, ...u }) => {
const { style: p, rest: h } = ((y, w = ["height", "width", "style"]) => {
const S = { ...y }, b = {};
for (const $ of w) $ === "style" ? Object.assign(b, S.style) : S[$] !== void 0 && (b[$] = S[$]), delete S[$];
return { style: b, rest: S };
})(u), g = (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 m(rr, { ...h, ...g, prefixCls: "ff-modal", className: j("ff-popup", t), modalRender: () => I(E.Fragment, { children: [m("button", { className: j("ff-popup-close", "ff-modal-close", e == null ? void 0 : e.close), onClick: h.onClose, children: m(tn, { type: "close" }) }), I("div", { className: j("ff-modal-content"), style: p, children: [I("div", { className: j("ff-popup-header", "ff-modal-header", e == null ? void 0 : e.header), children: [a, o] }), m("div", { className: j("ff-popup-body", "ff-modal-body", e == null ? void 0 : e.body), children: r }), I("div", { className: j("ff-popup-footer", "ff-modal-footer", e == null ? void 0 : e.footer), children: [l, s] })] })] }) });
}, pi = ({ placement: t, $close: e, $event: n, children: i, title: r, ...a }) => {
const [o, s] = L({}), [l, c] = L(!0), u = G((y, w) => s((S) => ({ ...S, [y]: w })), []), p = G((y) => s((w) => ({ ...w, [y]: void 0 })), []);
let h = { ...a, className: o.rootClassName, title: o.title || r && E.createElement("div", { className: j("ff-popup-title") }, r), subTitle: o["sub-title"], actions: o.actions, extras: o.extras, children: i, $close: e, $event: n, onClose: () => c(!1) };
const g = () => {
e(!1);
};
return m(ht.Provider, { value: { ele: o, mount: u, unmount: p }, children: t && t !== "center" ? m(ra, { ...h, placement: t, open: l, afterOpenChange: (y) => !y && g() }) : m(aa, { ...h, visible: l, afterClose: g }) });
};
pi.propTypes = { placement: C.oneOf(["center", "left", "top", "right", "bottom"]) };
const oa = ({ widget: t, widgetProps: e, $close: n, onSetProps: i }) => {
const [r, a] = L(e || {}), o = Dn(e);
en(() => {
const l = o ?? {}, c = e ?? {}, u = Object.keys({ ...l, ...c }).reduce((p, h) => (l[h] !== c[h] && (p[h] = c[h]), p), {});
Object.keys(u).length > 0 && a((p) => ({ ...p, ...u }));
}, [e]);
const s = G((l) => {
a((c) => ({ ...c, ...l })), i == null || i(l);
}, [i]);
return E.isValidElement(t) ? E.cloneElement(t, { ...r, $close: n, $setProps: s }) : t != null && t.name || xn.isForwardRef(t) || (t == null ? void 0 : t.$$typeof) === xn.ForwardRef ? E.createElement(t, { ...r, $close: n, $setProps: s }) : t;
}, ie = () => {
const [t, e] = Vi({ maxCount: 6, motion: { motionName: "ff-notification-fade", motionAppear: !0, motionEnter: !0, motionLeave: !0, onLeaveStart: (a) => {
const { offsetHeight: o } = a;
return { height: o };
}, onLeaveActive: () => ({ height: 0, opacity: 0, margin: 0 }) }, prefixCls: "ff-notification" }), [, n] = E.useReducer((a) => a + 1, 0);
U(() => {
ie.$onClick = i, ie.$queue.forEach(([a, o, s], l, c) => {
r([o, s], ...a), delete c[l];
});
}, []);
const i = (a, o = {}, s = {}) => new Promise((l, c) => r([l, c], a, o, s)), r = ([a, o], s, l = {}, c = {}) => {
const u = ie.$index++, p = (y) => ((w, S) => (ie.$popups.delete(w), n(), S == null ? void 0 : S()))(u, () => a(y));
if (s === qn) return t.open({ ...c, key: u, content: E.createElement(s, { ...l, $close: () => t.close(u) }) });
const { $setProps: h, ...g } = l;
ie.$popups.set(u, E.createElement(pi, { maskClosable: !1, $event: g == null ? void 0 : g.$event, ...c, key: u, $close: p }, E.createElement(oa, { widget: s, widgetProps: g, $close: p, onSetProps: h }))), n();
};
return I(E.Fragment, { children: [Array.from(ie.$popups).map(([a, o]) => o), e] });
};
ie.$popups = /* @__PURE__ */ new Map(), ie.$index = 0, ie.$queue = [], ie.$onClick = (...t) => new Promise((e, n) => {
ie.$queue.push([t, e, n]);
});
const In = (t, e, n = {}) => ie.$onClick(t, e, n), Mt = (t, { showProgress: e, duration: n, ...i } = { duration: 1.5 }) => ie.$onClick(qn, { content: t, ...i }, { showProgress: e, duration: n }), re = { modal: In, confirm: (t, e = {}) => ie.$onClick(ar, { content: t, ...e }, { placement: "center" }), form: (t, e = {}, n = {}) => In(ia, { formProps: n, fields: t }, { placement: "center", ...e }).then((i) => {
if (i === !1) throw !1;
return i;
}), notification: Mt, success: (t, e = { duration: 1.5 }) => Mt(t, { ...e, className: "ff-notification-success", icon: "check" }), error: (t, e = { duration: 1.5 }) => Mt(t, { ...e, className: "ff-notification-error", icon: "close" }) };
tt.configure({ showSpinner: !1 });
const gi = () => {
const t = window.localStorage.getItem(Ct);
return Object.freeze({ Platform: "web", SaaS: window.localStorage.getItem("SaaS"), Authorization: t ? `Bearer ${t} ` : void 0 });
};
De.interceptors.request.use((t) => (Object.assign(t.headers, gi()), tt.inc(), t), (t) => (tt.done(), Promise.reject({ code: -1, msg: t }))), De.interceptors.response.use(({ data: t, headers: e }) => (tt.done(), { ...t, res: e == null ? void 0 : e.res }), function(t) {
return tt.done(), Promise.reject(t.message);
}), window.addEventListener("unhandledrejection", Wt.onUnhandledRejection), Wt.onMsg = (t, e) => re[[0, 1].includes(t) ? "success" : "error"](e).then(() => t === 20300 && ae.redirect(qe.get("Common.WEBSITE_LOGIN_PAGE")));
var Xe, Ue, Qe;
const Z = class Z {
constructor() {
T(this, "appUrl", "");
v(this, Xe, null);
return d(Z, Ue) || (K(Z, Qe, new Wt()), K(Z, Ue, new Proxy(this, { get(e, n) {
if (n in e) {
const i = Object.getOwnPropertyDescriptor(Object.getPrototypeOf(e), n);
return i != null && i.get ? Reflect.get(e, n, e) : typeof e[n] == "function" ? e[n].bind(e) : e[n];
}
return d(Z, Qe)[n];
} }))), d(Z, Ue);
}
init(e, n, i) {
De.defaults.baseURL = this.appUrl = i, De.defaults.timeout = 15e3, d(Z, Qe).init(e, n, De);
}
get driver() {
return De;
}
get headers() {
return gi();
}
mock(e = {}) {
return d(this, Xe) ?? K(this, Xe, new Wi(De, { onNoMatch: "passthrough", ...e }));
}
unmock() {
var e;
(e = d(this, Xe)) == null || e.restore(), K(this, Xe, null);
}
};
Xe = new WeakMap(), Ue = new WeakMap(), Qe = new WeakMap(), v(Z, Ue), v(Z, Qe), T(Z, "getInstance", () => d(Z, Ue) ?? K(Z, Ue, new Z()));
let Xt = Z;
const W = Xt.getInstance();
class sn extends Error {
constructor(e, n) {
super(n), Error.captureStackTrace && Error.captureStackTrace(this, sn), !n instanceof nt && (this.name = `${e} Error Runtime`);
}
}
class nt extends Error {
constructor(e, ...n) {
super(...n), Error.captureStackTrace && Error.captureStackTrace(this, nt), this.name = `${e} Not Found`;
}
}
const Vt = "mine", Ct = "token";
var Le, Ze;
const be = class be {
constructor() {
v(this, Ze, /* @__PURE__ */ new Map());
T(this, "setVendor", (e, n) => d(this, Ze).set(e, new zn(n, async (i, r) => {
var o, s;
if (!(i != null && i.default)) throw "@pkg not found";
let a = () => r;
switch ("function") {
case typeof (a = (o = i.default) == null ? void 0 : o[`./${r}/index.jsx`]):
case typeof (a = (s = i.default) == null ? void 0 : s[`./${r}/index.js`]):
return a();
}
throw new nt(r);
})));
T(this, "getWidgetComponent", async (e) => {
if (!e) throw "getWidgetComponent widget is required";
if (e != null && e.startsWith("blob:") || e != null && e.startsWith("http:") || e != null && e.startsWith("https:")) return await import(e);
const [, n] = e == null ? void 0 : e.split("@pkg/");
if (!n) throw new nt(e);
try {
return d(this, Ze).has("pkg") ? await d(this, Ze).get("pkg").get(n) : await import(`${W.appUrl}/api/pkg-import/web?name=${e}`);
} catch (i) {
throw new sn(e, i);
}
});
T(this, "getRoutes", () => W.get("/api/my-router").then((e) => [...e, { uuid: "data-list-setting", isLayout: !0, uri: "/data-list-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/DataListSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "grid-layout-setting", isLayout: !0, uri: "/grid-layout-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/GridLayoutSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "grid-layout-form-setting", isLayout: !0, uri: "/grid-layout-form-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/GridLayoutFormSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "resource-api-setting", isLayout: !0, uri: "/resource-api-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/ResourceApiSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "charts-setting", isLayout: !0, uri: "/resource-api-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/ChartsSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "fsm-setting", isLayout: !0, uri: "/fsm-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/FsmSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "component-setting", isLayout: !0, uri: "/component-setting/:category/:categoryUuid", type: "fsdpf-component", component: "@pkg/ff-design/components/ComponentSetting", extra: { layout: "@pkg/ff-design/frameworks/DesignTheme" } }, { uuid: "login", uri: "/login", name: "登录", type: "fsdpf-component", isLogin: !1, component: "@pkg/ff/components/Login" }, { uuid: "not-found", uri: "*", name: "Not Found", type: "fsdpf-component", isLogin: !1, component: "@pkg/ff/components/NotFound" }].map(({ uuid: n, ...i }) => [n, { uuid: n, ...i }])).then((e) => new Map(e)));
T(this, "getMenus", () => W.get("/api/my-menu"));
T(this, "getConfigure", () => W.get("api/init-configure"));
T(this, "getWidgetOperationAuth", () => W.get("/api/init-widget-operation-auth").then((e) => e.reduce((n, { uuid: i, auth: r }) => [...n, [i, r]], [])));
T(this, "getPhoneNumber", (e) => W.get(`/api/user-wx-phone-number/${e}`));
T(this, "getUserToken", () => {
const e = window.localStorage.getItem(Ct);
if (!e) return "";
const n = e.split(".");
if (!Array.isArray(n) || n.length !== 3) throw "登录令牌无效!";
const { iat: i } = JSON.parse(window.atob(n[1]));
if (Math.floor((/* @__PURE__ */ new Date()).getTime() / 1e3) - i > 2592e3) throw "登录令牌已过期, 请重新登录!";
return e;
});
T(this, "checkUserToken", () => {
try {
return !!this.getUserToken();
} catch {
return !1;
}
});
T(this, "getUserInfo", (e = !0) => {
var n;
try {
const i = this.getUserToken();
if (!i) return Promise.resolve(null);
const { iat: r } = JSON.parse(window.atob((n = i == null ? void 0 : i.split(".")) == null ? void 0 : n[1])), { iat: a, ...o } = W.decode(window.localStorage.getItem(Vt) || "", {});
return a === r ? Promise.resolve(o) : W.get("/api/mine-info").then(({ User: s = null }) => (window.localStorage.setItem(Vt, W.encode({ ...s, iat: r })), s));
} catch (i) {
console.error(i), e && re.error("请登录").then(this.logout);
}
return Promise.resolve(null);
});
T(this, "login", (e, n, i = {}) => W.post("/api/user-token", { username: e, passwd: Bi.hash(n), platform: "web", ...i }).then(({ token: r }) => (window.localStorage.setItem(Ct, r), r)).then(async (r) => (await this.initAppEnv(), r)));
T(this, "logout", (e) => (window.localStorage.removeItem(Vt), window.localStorage.removeItem(Ct), e == null ? void 0 : e()));
T(this, "initAppEnv", async () => {
const [e, n, i, r] = await Promise.all([this.getWidgetOperationAuth(), this.getRoutes(), this.getMenus(), this.getConfigure()]);
return Kn.init(e), qe.init(r), ae.init(n, i), Et.init(qe.get("Common.ICONFONT")), { widgetOperationAuth: e, routes: n, menus: i, configures: r };
});
if (d(be, Le)) return d(be, Le);
}
};
Le = new WeakMap(), Ze = new WeakMap(), v(be, Le, null), T(be, "getInstance", () => (d(be, Le) || K(be, Le, new be()), d(be, Le)));
let Qt = be;
const se = Qt.getInstance(), sa = E.createContext({ user: {}, initUser: () => {
}, initUserComplete: !1 }), la = E.createContext({ set: () => {
}, get: () => {
}, assign: () => {
}, currentRoute: () => {
} }), ln = (t) => {
if (!t) return !1;
if (t.prototype instanceof E.Component || t.$$typeof) return !0;
if (typeof t == "function") {
const e = t.displayName || t.name;
return !e || /^[A-Z]/.test(e);
}
return !1;
}, ca = (t, e) => {
if (!t || typeof window > "u") return;
let n = document.querySelector(`style[ff-style-token="${e}"]`);
return n ? (n.innerHTML = t, t) : (n = document.createElement("style"), n.setAttribute("ff-style-token", e), n.setAttribute("type", "text/css"), n.innerHTML = t, document.head.appendChild(n), t);
}, da = Object.freeze(Object.defineProperty({ __proto__: null, AppContext: sa, AppGlobalParamsContext: la, cache: zn, configure: qe, default: se, func: Me, http: W, insertStyle: ca, isReactComponent: ln, route: ae }, Symbol.toStringTag, { value: "Module" }));
var Pe, et, Ne, ke, Se, ne, ee, Y, Ee, ct, dt, ut, pt, Nt, gt;
const cn = class cn {
constructor(e, n = "/") {
v(this, Pe, "/");
v(this, et, /* @__PURE__ */ new Set());
v(this, Ne, (e) => {
for (const n of d(this, et)) try {
n(e);
} catch (i) {
console.error("Error in VirtualFS event listener:", i);
}
});
v(this, ke, (e) => {
const n = Date.now();
if (e && (e.lastModified = n), d(this, Pe) != "/") {
const i = d(this, Y).call(this, d(this, Pe));
i && (i.lastModified = n);
}
this.root.lastModified = n;
});
v(this, Se, (e) => {
let n = he.normalize(e);
return n.startsWith("/") || (n = "/" + n), n.length > 1 && n.endsWith("/") && (n = n.slice(0, -1)), n;
});
v(this, ne, (e) => {
const n = he.join(d(this, Pe), e);
return d(this, Se).call(this, n);
});
v(this, ee, (e) => {
if (!e || typeof e != "string") return !1;
const n = d(this, Se).call(this, e);
return !n.includes("..") && n.startsWith("/");
});
v(this, Y, (e) => {
var a;
const n = d(this, Se).call(this, e);
if (n === "/") return this.root;
const i = n.split("/").filter((o) => o);
let r = this.root;
for (const o of i) {
if (r.type !== "dir") return null;
const s = (a = r.children) == null ? void 0 : a.find((l) => l.name === o);
if (!s) return null;
r = s;
}
return r;
});
v(this, Ee, (e) => {
const n = d(this, Se).call(this, e), i = he.basename(n), r = he.dirname(n);
return { parent: d(this, Y).call(this, r), name: i };
});
v(this, ct, (e, n, i) => i === !1 ? e : i === "root" ? e.map((r) => he.join(n, r)) : i === !0 || i === "working" ? e.map((r) => he.relative(d(this, Pe), he.join(n, r))) : e);
v(this, dt, async (e, n, i, r = "") => {
const a = [], o = d(this, Y).call(this, e);
if (!o || o.type !== "dir") return a;
const s = o.children;
for (const l of s) {
const c = l.name, u = e === "/" ? `/${c}` : `${e}/${c}`, p = r ? `${r}/${c}` : c;
try {
if (l.type === "file") n(i ? p : c) && a.push(p);
else if (l.type === "dir" && i) {
const h = await d(this, dt).call(this, u, n, i, p);
a.push(...h);
}
} catch {
continue;
}
}
return a;
});
v(this, ut, async (e, n, i, r = "") => {
const a = [], o = Array.isArray(n) ? n : [n], s = d(this, Y).call(this, e);
if (!s || s.type !== "dir") return a;
if (!i) {
for (const c of o) if (d(this, pt).call(this, c)) {
const u = await d(this, Nt).call(this, e, c);
a.push(...u);
} else {
const u = he.join(e, c), p = d(this, Se).call(this, u);
d(this, Y).call(this, p) && a.push(c);
}
return a;
}
const l = s.children;
for (const c of l) {
const u = c.name, p = e === "/" ? `/${u}` : `${e}/${u}`, h = r ? `${r}/${u}` : u;
try {
if (c.type === "file") for (const g of o) {
let y = !1;
if (y = d(this, pt).call(this, g) ? d(this, gt).call(this, u, g) : u === g, y) {
a.push(h);
break;
}
}
else if (c.type === "dir") {
const g = await d(this, ut).call(this, p, n, i, h);
a.push(...g);
}
} catch {
continue;
}
}
return a;
});
v(this, pt, (e) => /[*?[\]{}]/.test(e));
v(this, Nt, async (e, n) => {
const i = [], r = d(this, Y).call(this, e);
if (!r || r.type !== "dir") return i;
const a = r.children.map((o) => o.name);
for (const o of a) d(this, gt).call(this, o, n) && i.push(o);
return i;
});
v(this, gt, (e, n) => {
const i = n.replace(/\./g, "\\.").replace(/\*/g, ".*").replace(/\?/g, ".").replace(/\{([^}]+)\}/g, (r, a) => "(" + a.split(",").join("|") + ")");
return new RegExp(`^${i}$`).test(e);
});
var i, r, a;
K(this, Pe, n), this.root = { name: "/", type: "dir", children: [], lastModified: Date.now() }, Array.isArray(e) ? this.root.children = e : e && typeof e == "object" && (e.name && e.name !== "/" ? this.root.children.push(e) : (this.root = e, (i = this.root).name ?? (i.name = "/"), (r = this.root).children ?? (r.children = []), (a = this.root).lastModified ?? (a.lastModified = Date.now())));
}
async stat(e) {
const n = d(this, ne).call(this, e);
if (!d(this, ee).call(this, n)) throw new Error(`EINVAL: invalid path '${e}'`);
const i = d(this, Y).call(this, n);
if (!i) throw new Error(`ENOENT: no such file or directory, stat '${e}'`);
return { isFile: () => i.type === "file", isDirectory: () => i.type === "dir", lastModified: i.lastModified };
}
async dir(e) {
const n = d(this, ne).call(this, e);
if (!d(this, ee).call(this, n)) throw new Error(`EINVAL: invalid path '${e}'`);
const i = d(this, Y).call(this, n);
if (!i) throw new Error(`ENOENT: no such file or directory, scandir '${e}'`);
if (i.type !== "dir") throw new Error(`ENOTDIR: not a directory, scandir '${e}'`);
return i.children.map((r) => r.name);
}
async readFile(e) {
const n = d(this, ne).call(this, e);
if (!d(this, ee).call(this, n)) throw new Error(`EINVAL: invalid path '${e}'`);
const i = d(this, Y).call(this, n);
if (!i) throw new Error(`ENOENT: no such file or directory, open '${e}'`);
if (i.type !== "file") throw new Error("EISDIR: illegal operation on a directory, read");
return i.content || "";
}
async writeFile(e, n) {
const i = d(this, ne).call(this, e);
if (!d(this, ee).call(this, i)) throw new Error(`EINVAL: invalid path '${e}'`);
const { parent: r, name: a } = d(this, Ee).call(this, i);
if (!r) throw new Error(`ENOENT: no such file or directory, open '${e}'`);
if (r.type !== "dir") throw new Error("ENOTDIR: not a directory");
const o = r.children.findIndex((c) => c.name === a), s = o >= 0, l = { name: a, type: "file", content: n, lastModified: Date.now() };
s ? r.children[o] = l : r.children.push(l), d(this, ke).call(this, r), d(this, Ne).call(this, { action: s ? "update" : "create", path: i, type: "file", timestamp: Date.now() });
}
async mkdir(e, n = {}) {
const i = d(this, ne).call(this, e);
if (!d(this, ee).call(this, i)) throw new Error(`EINVAL: invalid path '${e}'`);
const { recursive: r } = n;
if (r) {
const a = i.split("/").filter((s) => s);
let o = "/";
for (const s of a)
if (o = he.join(o, s), !d(this, Y).call(this, o)) {
const { parent: l, name: c } = d(this, Ee).call(this, o);
if (l && l.type === "dir") {
const u = { name: c, type: "dir", children: [], lastModified: Date.now() };
l.children.push(u), d(this, ke).call(this, l), d(this, Ne).call(this, { action: "create", path: d(this, Se).call(this, o), type: "dir", timestamp: Date.now() });
}
}
} else {
const { parent: a, name: o } = d(this, Ee).call(this, i);
if (!a) throw new Error(`ENOENT: no such file or directory, mkdir '${e}'`);
if (a.type !== "dir") throw new Error("ENOTDIR: not a directory");
if (a.children.find((l) => l.name === o)) throw new Error(`EEXIST: file already exists, mkdir '${e}'`);
const s = { name: o, type: "dir", children: [], lastModified: Date.now() };
a.children.push(s), d(this, ke).call(this, a), d(this, Ne).call(this, { action: "create", path: i, type: "dir", timestamp: Date.now() });
}
}
async unlink(e) {
const n = d(this, ne).call(this, e);
if (!d(this, ee).call(this, n)) throw new Error(`EINVAL: invalid path '${e}'`);
const { parent: i, name: r } = d(this, Ee).call(this, n);
if (!i) throw new Error(`ENOENT: no such file or directory, unlink '${e}'`);
const a = i.children.findIndex((o) => o.name === r);
if (a < 0) throw new Error(`ENOENT: no such file or directory, unlink '${e}'`);
if (i.children[a].type !== "file") throw new Error(`EISDIR: illegal operation on a directory, unlink '${e}'`);
i.children.splice(a, 1), d(this, ke).call(this, i), d(this, Ne).call(this, { action: "delete", path: n, type: "file", timestamp: Date.now() });
}
async rmdir(e, n = {}) {
const i = d(this, ne).call(this, e);
if (!d(this, ee).call(this, i)) throw new Error(`EINVAL: invalid path '${e}'`);
const { parent: r, name: a } = d(this, Ee).call(this, i);
if (!r) throw new Error(`ENOENT: no such file or directory, rmdir '${e}'`);
const o = r.children.findIndex((l) => l.name === a);
if (o < 0) throw new Error(`ENOENT: no such file or directory, rmdir '${e}'`);
const s = r.children[o];
if (s.type !== "dir") throw new Error(`ENOTDIR: not a directory, rmdir '${e}'`);
if (!n.recursive && s.children.length > 0) throw new Error(`ENOTEMPTY: directory not empty, rmdir '${e}'`);
r.children.splice(o, 1), d(this, ke).call(this, r), d(this, Ne).call(this, { action: "delete", path: i, type: "dir", timestamp: Date.now() });
}
async rename(e, n) {
const i = d(this, ne).call(this, e), r = d(this, ne).call(this, n);
if (!d(this, ee).call(this, i)) throw new Error(`EINVAL: invalid path '${e}'`);
if (!d(this, ee).call(this, r)) throw new Error(`EINVAL: invalid path '${n}'`);
if (!d(this, Y).call(this, i)) throw new Error(`ENOENT: no such file or directory, rename '${e}' -> '${n}'`);
const { parent: a, name: o } = d(this, Ee).call(this, i), { parent: s, name: l } = d(this, Ee).call(this, r);
if (!s) throw new Error(`ENOENT: no such file or directory, rename '${e}' -> '${n}'`);
if (d(this, Y).call(this, r)) throw new Error(`EEXIST: file already exists, rename '${e}' -> '${n}'`);
const c = a.children.findIndex((p) => p.name === o), u = { ...a.children[c], name: l, lastModified: Date.now() };
a.children.splice(c, 1), s.children.push(u), d(this, ke).call(this, a), a !== s && d(this, ke).call(this, s), d(this, Ne).call(this, { action: "rename", path: r, oldPath: i, type: u.type, timestamp: Date.now() });
}
async exists(e) {
const n = d(this, ne).call(this, e);
return d(this, ee).call(this, n) ? d(this, Y).call(this, n) !== null : !1;
}
getLastModified() {
return this.root.lastModified;
}
subscribe(e) {
if (typeof e != "function") throw new Error("Callback must be a function");
return d(this, et).add(e), () => {
d(this, et).delete(e);
};
}
getWorkingDirectory() {
return d(this, Pe);
}
scope(e = "/") {
const n = d(this, Se).call(this, e);
if (!d(this, ee).call(this, n)) throw new Error(`EINVAL: invalid path '${e}'`);
const i = d(this, Y).call(this, n);
if (!i) throw new Error(`ENOENT: no such file or directory '${e}'`);
if (i.type !== "dir") throw new Error(`ENOTDIR: not a directory '${e}'`);
return i.children ?? (i.children = []), i.lastModified ?? (i.lastModified = Date.now()), new cn(this.root, n);
}
async findFiles(e, n, i = {}) {
const r = d(this, ne).call(this, e);
if (!d(this, ee).call(this, r)) throw new Error(`EINVAL: invalid path '${e}'`);
const a = d(this, Y).call(this, r);
if (!a) throw new Error(`ENOENT: no such file or directory '${e}'`);
if (a.type !== "dir") throw new Error(`ENOTDIR: not a directory '${e}'`);
const { recursive: o = !1, fullPath: s = !1 } = i;
if (typeof n == "function") {
const c = await d(this, dt).call(this, r, n, o);
return d(this, ct).call(this, c, r, s);
}
const l = await d(this, ut).call(this, r, n, o);
return d(this, ct).call(this, l, r, s);
}
};
Pe = new WeakMap(), et = new WeakMap(), Ne = new WeakMap(), ke = new WeakMap(), Se = new WeakMap(), ne = new WeakMap(), ee = new WeakMap(), Y = new WeakMap(), Ee = new WeakMap(), ct = new WeakMap(), dt = new WeakMap(), ut = new WeakMap(), pt = new WeakMap(), Nt = new WeakMap(), gt = new WeakMap();
let Ln = cn;
const ua = async (t, e = "/", n = "") => {
try {
const i = await t.stat(e), r = e === "/" ? "/" : he.basename(e), a = { title: r, key: n ? `${n}${e}` : e, isLeaf: i.isFile() };
if (i.isDirectory()) {
const o = await t.dir(e);
if (o.length > 0) {
a.children = [];
const s = [], l = [];
for (const c of o) {
const u = e === "/" ? `/${c}` : `${e}/${c}`;
try {
(await t.stat(u)).isDirectory() ? s.push(c) : l.push(c);
} catch (p) {
console.warn(`Failed to stat ${u}:`, p.message);
}
}
s.sort(), l.sort();
for (const c of [...s, ...l]) {
const u = e === "/" ? `/${c}` : `${e}/${c}`;
try {
const p = await ua(t, u, n);
a.children.push(p);
} catch (p) {
console.warn(`Failed to process ${u}:`, p.message);
}
}
}
}
return a;
} catch {
return null;
}
};
export {
qa as $,
dr as A,
ja as B,
Aa as C,
St as D,
Jn as E,
Kt as F,
Ma as G,
Er as H,
ur as I,
pr as J,
Tr as K,
Or as L,
Va as M,
Da as N,
pe as O,
Fr as P,
Tt as Q,
Zn as R,
ai as S,
Lt as T,
Wa as U,
Ba as V,
za as W,
Ua as X,
jr as Y,
Ar as Z,
Ir as _,
Hn as a,
Lr as a0,
Ot as a1,
Ka as a2,
mt as a3,
Rt as a4,
Ha as a5,
_a as a6,
Mr as a7,
ci as a8,
Hr as a9,
zn as aA,
qe as aB,
Me as aC,
ae as aD,
sa as aE,
la as aF,
Ln as aG,
ua as aH,
oa as aI,
on as aa,
an as ab,
di as ac,
Vr as ad,
Dr as ae,
Wr as af,
Br as ag,
zr as ah,
Ur as ai,
Ja as aj,
Et as ak,
R as al,
Kn as am,
Xr as an,
te as ao,
ht as ap,
Un as aq,
ie as ar,
re as as,
Oa as at,
Ra as au,
Fa as av,
se as aw,
ln as ax,
ca as ay,
W as az,
Gn as b,
Ia as c,
Yn as d,
nn as e,
ei as f,
or as g,
ii as h,
vr as i,
ni as j,
$r as k,
La as l,
ti as m,
Qn as n,
Xn as o,
Cr as p,
br as q,
yr as r,
rn as s,
le as t,
xr as u,
Sr as v,
Nr as w,
gr as x,
mr as y,
cr as z
};