Files
ff-dist/dist/common/main-BF14mrhu.js
2026-06-17 17:00:58 +08:00

1594 lines
111 KiB
JavaScript

var Ai = Object.defineProperty;
var Cn = (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), kn = (t, e, n) => e.has(t) || Cn("Cannot " + n);
var d = (t, e, n) => (kn(t, e, "read from private field"), n ? n.call(t) : e.get(t)), x = (t, e, n) => e.has(t) ? Cn("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t) : e.set(t, n), K = (t, e, n, i) => (kn(t, e, "write to private field"), i ? i.call(t, n) : e.set(t, n), n);
var Sn = (t, e, n, i) => ({
set _(r) {
K(t, e, r, n);
},
get _() {
return d(t, e, i);
}
});
import { jsx as h, 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 y from "lodash";
import { useMountedState as Di, useDeepCompareEffect as Zt, useUpdateEffect as en, usePrevious as Vn } from "react-use";
import ae, { Field as tn, FieldContext as Dn } from "rc-field-form";
import { _ as En, 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 Pn, 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 $n from "react-is";
var He, it, _e, $e, We, Be;
class zn {
constructor(e, n) {
x(this, He, /* @__PURE__ */ new Map());
x(this, it, !0);
x(this, _e, []);
x(this, $e);
x(this, We, () => d(this, $e));
x(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((o) => K(this, $e, o || null)).finally(() => {
d(this, _e).forEach(([o, a, s]) => {
try {
const l = d(this, Be).call(this, d(this, $e), ...o);
d(this, He).set(JSON.stringify(o), l), a(l);
} catch (l) {
s(l);
}
}), d(this, _e).length = 0;
}));
else {
const o = d(this, Be).call(this, d(this, $e), ...e);
d(this, He).set(r, o), n(o);
}
}));
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 Ro = () => h("div", { children: "Empty" }), ht = E.createContext({ ele: {}, mount: () => {
}, unmount: () => {
} }), ne = ({ rootClassName: t, className: e, children: n, actions: i, title: r, subTitle: o, extras: a, style: s = {} }) => {
const { mount: l, unmount: c } = E.useContext(ht);
return ne.Action({ children: i }), ne.Title({ children: r }), ne.SubTitle({ children: o }), ne.Extra({ children: a }), U(() => (l("rootClassName", t), () => c(t)), [t]), h("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;
};
ne.Action = wt("actions"), ne.Title = wt("title"), ne.SubTitle = wt("sub-title"), ne.Extra = wt("extras"), ne.propTypes = { className: C.string, style: C.object, title: C.any, subTitle: C.any, actions: C.any, extras: C.any };
const Fo = () => h(ne, { className: "ff-loading", children: I("div", { className: "loader", children: [I("div", { className: "square", children: [h("span", {}), h("span", {}), h("span", {})] }), I("div", { className: "square", children: [h("span", {}), h("span", {}), h("span", {})] }), I("div", { className: "square", children: [h("span", {}), h("span", {}), h("span", {})] }), I("div", { className: "square", children: [h("span", {}), h("span", {}), h("span", {})] })] }) }), jo = () => h("div", { children: "NotFound" }), Un = ({ children: t }) => {
const [e, n] = L({}), i = G((o, a) => n((s) => ({ ...s, [o]: a })), []), r = G((o) => n((a) => ({ ...a, [o]: void 0 })), []);
return typeof (t == null ? void 0 : t.type) == "string" ? t : h(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 xn = { 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"] }, nn = ({ type: t, props: e }) => h("i", { ...e, children: h("svg", { viewBox: "0 0 1024 1024", width: "1em", height: "1em", fill: "currentColor", children: (xn[t] || xn.info).map((n, i) => h("path", { d: n }, i)) }) }), qn = ({ className: t, content: e, icon: n, $close: i }) => I(E.Fragment, { children: [n && h("div", { className: j("ff-notification-icon", t), children: h(nn, { type: n }) }), e] }), or = ({}) => h(ne, { children: "Confirm" });
var Oe, Je;
const me = class me {
constructor() {
x(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(), x(me, Oe, null), T(me, "getInstance", () => (d(me, Oe) || K(me, Oe, new me()), d(me, Oe)));
let Ut = me;
const Kn = Ut.getInstance(), ar = (t, e, n = "children") => {
if (y.isEmpty(t)) return {};
const i = y.find(t, ["value", e]);
if (!y.isEmpty(i)) return i;
const r = t.length;
for (let o = 0; o < r; o++) {
const { [n]: a } = t[o], s = ar(a, e, n);
if (!y.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() {
x(this, rt, null);
T(this, "init", (e) => K(this, rt, e));
T(this, "get", (e, n) => y.get(d(this, rt), e, n));
if (d(fe, Re)) return d(fe, Re);
}
};
Re = new WeakMap(), rt = new WeakMap(), x(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, Pt, ot, at, $t;
const Te = class Te {
constructor(...e) {
x(this, ot, []);
x(this, at, (e) => {
var n;
for (let i of e) Array.isArray(i[0]) ? d(this, at).call(this, i) : d(this, ot).push(d(n = Te, Pt).call(n, i[0], i[1]));
});
T(this, "toValue", async (e, n = null) => {
const i = { getValue: () => e, getRecord: () => n };
let r = e;
for (const o of d(this, ot)) try {
const a = await o;
if (typeof a != "function") {
console.warn("middleware is not a function, skip:", a);
continue;
}
r = await a.call(i, r);
} catch (a) {
console.error("middleware error, skip:", a);
}
return r;
});
T(this, "toRender", (e, n, i = null) => E.createElement(d(this, $t), { value: e, record: n }, i));
x(this, $t, ({ value: e, record: n, children: i }) => {
const [r, o] = L(i), a = Di();
return Zt(() => {
o(i), this.toValue(e, n).then((s) => a() && o(s)).catch((s) => a() && o(`${s}`));
}, [e, n]), r;
});
d(this, at).call(this, e);
}
};
Ge = new WeakMap(), Pt = new WeakMap(), ot = new WeakMap(), at = new WeakMap(), $t = new WeakMap(), x(Te, Ge, null), x(Te, Pt, y.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)) || ((o) => o);
});
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: o = {}, widgetContainerSetting: a = {} } = (n == null ? void 0 : n.editableByJsSetting) || {};
return h(R.Popover, { widget: _n, widgetData: { record: e, column: n }, widgetSetting: { widgetSetting: o, formSetting: r }, widgetContainerProps: { title: n != null && n.title ? `${n.title} - 编辑` : "编辑", width: 260, zIndex: 1050, arrow: !0, ...a }, children: h("td", { className: j("ff-data-list-cell-editable", t), ...i }) });
}
return h("td", { className: t, ...i });
}, _n = ({ record: t, column: e, $close: n, $setting: i }) => {
const r = J(Fr(y.get(t, e == null ? void 0 : e.dataIndex))), { listCode: o, onClickCallback: a } = ge(le), [s] = ae.useForm(), { formSetting: l, widgetSetting: c } = i, { primaryKey: u = "id", help: p, validators: m } = l || {}, g = () => {
s.setFieldsValue({ value: y.get(t, e == null ? void 0 : e.dataIndex), __PROPS__: t });
};
return Rt(() => g(), [t, e == null ? void 0 : e.dataIndex, o]), h(ne, { actions: I(E.Fragment, { children: [h(R, { size: "small", onClick: g, children: "重置" }), I(Bt.Compact, { block: !0, children: [h(R, { size: "small", widget: n, children: "取消" }), h(R, { type: "primary", size: "small", widget: () => s.validateFields().then(({ value: w }) => {
const f = y.get(t, u.substring(u.indexOf(".") + 1));
if (!f) throw "获取更新主键失败!";
W.put(`/api/${o}-storeBy-${e == null ? void 0 : e.uuid}/${f}`, { value: w }).msg(() => a(2, t)).then(n);
}).catch(console.warn), children: "保存" })] })] }), children: I(ae, { form: s, children: [h(an, { label: "", code: "value", type: r.current, widget: e == null ? void 0 : e.editableByJs, help: p, extras: c, validators: m }), h(tn, { 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 h(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: o, ...a }, s) => {
const l = (c) => ({ record: c, column: a });
return o || (o = []), i && o.push([lr, { widgetByJs: i, widgetByJsSetting: r }]), o.length > 0 ? (a != null && a.render && o.push([sr, a.render]), { ...a, onCell: l, render: (c, u) => new St(o).toRender(c, u, "-") }) : { ...a, 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]), Ao = (t) => {
const [e, n] = L({});
return U(() => {
let i = !1;
return t && W.get(`/api/_/${t}`).then((r) => y.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;
}, Io = (t, e = {}) => {
const [n, i] = L({ dataSource: [] });
return mt(() => {
let r = !1;
return t && W.get(`/api/${t}/${W.encode({ page: 1, ...e })}`).then((o) => !r && i(o)), () => r = !0;
}, [t, e]), n;
}, Jn = (t = [], e = /* @__PURE__ */ new Map(), n = "id", i) => {
const r = G(i ? (o) => y.get(o, n, y.get(o, [i, n])) : (o) => y.get(o, n), [n, i]);
return G((o) => t == null ? void 0 : t.filter((a) => !a.uuid || !e.has(a.uuid) || e.get(a.uuid).some((s) => s == r(o))), [t, e, r]);
}, Kt = (t = [], e = /* @__PURE__ */ new Map(), n = [], i = "id", r) => {
const o = G(r ? (a) => y.get(a, i, y.get(a, [r, i])) : (a) => y.get(a, i), [i, r]);
return z(() => {
if (y.isEmpty(t) || !t.some(({ uuid: s }) => Kn.check(s))) return !1;
if (y.isEmpty(e) || y.isEmpty(n)) return !0;
const a = n.map((s) => o(s));
return t.some(({ uuid: s }) => !s || !e.has(s) || e.get(s).some((l) => a.some((c) => c == l)));
}, [t, n, e, o]);
}, ur = (t, e, n = "id", i = null) => {
const r = Ot(), o = J(!1), a = J(t.dataSource), s = J(t.itemOperationsAccess);
return U(() => (a.current = t.dataSource, s.current = t.itemOperationsAccess, () => o.current = !1), [t.dataSource, t.itemOperationsAccess]), o.current && (t.dataSource = a.current, t.itemOperationsAccess = s.current), [t, (l = 0, c = null) => {
var u, p;
if (o.current = !1, l === 1) return (u = t.onReload) == null ? void 0 : u.call(t);
if (l === 2) {
const m = y.get(c, "__PARENT_ID__", ""), g = y.get(c, n, y.get(c, [i, n], "")), w = y.findIndex(a.current, ["__PARENT_ID__", m]), f = y.findIndex(w > -1 ? y.get(a.current, [w, "children"]) : a.current, [n, g]);
if (f === -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 P = y.get(a.current, w > -1 ? [w, "children", f, "children"] : [f, "children"]);
a.current = Wn(a.current, w > -1 ? { [w]: { children: { $splice: [[f, 1, { ...S, children: P }]] } } } : { $splice: [[f, 1, { ...S, children: P }]] });
const k = new Map(b);
s.current.forEach(($, F) => {
var A;
(A = k.get(F)) != null && A.some((O) => O == g) || s.current.set(F, $.filter((O) => O !== g));
}), k.forEach(($, F) => {
s.current.has(F) ? s.current.set(F, y.uniq([...s.current.get(F) || [], ...$])) : s.current.set(F, $);
});
}).then(() => {
o.current = !0, r();
});
}
}];
}, pr = (t, e) => {
const n = Ot(), i = J(e), r = J(/* @__PURE__ */ new Map()), o = J([]), a = y.throttle((l) => {
o.current = [], W.list(t, y.pick({ ...i.current, ...l }, ["tab", "page", "pageSize", "condition", "sider", "keyword"])).then(({ keyword: c, condition: u, total: p, tab: m, sider: g, page: w, pageSize: f, operationsAccess: S, dataSource: b }) => {
i.current = { tab: m, condition: u, sider: g, keyword: c, total: p, pageSize: f, page: b != null && b.length ? w : 1 }, o.current = b, r.current = new Map(S), n();
});
}, 380, { leading: !1, trailing: !0 });
Rt(() => {
o.current = [], t && a(e);
}, [t, e]);
const s = z(() => y.pick(i.current, ["total", "tab", "page", "pageSize", "condition", "sider", "keyword"]), [i.current]);
return Object.assign(s, { onTabChange: (l) => a({ tab: l, page: 1 }), onPageChange: (l, c) => a({ page: l, pageSize: c }), onPageSizeChange: (l) => a({ pageSize: l, page: 1 }), onConditionChange: (l, c) => a({ keyword: c, condition: Wn(i.current.condition || {}, { $merge: l || {} }), page: 1 }), onSiderChange: (l) => a({ sider: l, page: 1 }), onKeywordChange: (l) => a({ keyword: l, page: 1 }), itemOperationsAccess: r.current, dataSource: o.current, onReload: a, payload: e == null ? void 0 : e.payload });
}, gr = ({ listCode: t, className: e, layouts: n = {}, dataSource: i, isPaginate: r, isItemOperations: o, isBatchOperations: a, batchOperations: s, itemOperations: l, itemOperationsAccess: c, resource: u, primaryKey: p, title: m, itemGridLayout: g, $setting: w, tabs: f, isConditionFormLayout: S, isTreeSider: b, treeSiderConfig: P, rowSelection: k }) => {
const { classNames: $, onClickCallback: F } = ge(le), A = y.pick(w, ["column", "colWidth", "beforeRender", "afterRender", "style", "itemMargin", "containerPadding"]), O = w == null ? void 0 : w.isMarkSelected, N = Jn(l, c, p, u), V = G((v, M, D) => h(hr, { isMarkSelected: O, className: j("ff-data-list-framework-item", $ == null ? void 0 : $.item), operations: o ? N(M) : [], data: u ? { [u]: M } : M, children: v, onClickCallback: F }), [O, u, p, o, F, l, c]);
return I("div", { className: j("ff-data-list-framework", e), children: [h(n.sider, { isTreeSider: b, ...P }), I("div", { className: j("ff-data-list-container", $ == null ? void 0 : $.container), children: [h(n.filter, { isConditionFormLayout: S }), h(n.toolbar, { title: m, tabs: f }), h(Nr, { ...A, ...g, rowSelection: k, empty: h(n.empty, { className: $ == null ? void 0 : $.empty }), primaryKey: p, itemRender: V, dataSource: i }), h(n.footer, { isPaginate: r, isOperations: a, operations: s })] })] });
}, hr = ({ className: t, operations: e, children: n, data: i, onClickCallback: r, onSelect: o, isMarkSelected: a, isSelected: s, selectionType: l }) => I("div", { className: j("data-list-grid-layout-item", { "is-mark-selected": a, "is-selected": s, "is-selectable": !!l }, t), onClick: o, children: [h("div", { className: "data-list-grid-layout-item-container", children: n }), !!(e != null && e.length) && h("div", { className: "data-list-grid-layout-item-actions", children: e.map((c) => h("span", { className: "data-list-grid-layout-item-action", children: h(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: o, isBatchOperations: a, batchOperations: s, itemOperations: l, itemOperationsAccess: c, resource: u, primaryKey: p, title: m, tabs: g, isPaginate: w, rowSelection: f, isTreeSider: S, treeSiderConfig: b, isConditionFormLayout: P, ...k }) => {
const { classNames: $, 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: [h(n.sider, { isTreeSider: S, ...b }), I("div", { className: j("ff-data-table-container", $ == null ? void 0 : $.container), children: [h(n.filter, { isConditionFormLayout: P }), h(n.toolbar, { title: m, tabs: g }), h(Sr, { ...k, primaryKey: p, className: "ff-data-table-content", columns: r, dataSource: i, rowSelection: f, operationRender: O ? (N) => {
var V;
return h("div", { className: "ff-data-table-actions", children: (V = A(N)) == null ? void 0 : V.map((v, M) => h(R.Link, { size: "small", uuid: v.uuid, type: v.type, name: v.name, widget: v.widget, widgetType: v.widgetType, widgetProps: v.widgetProps, widgetData: v.widgetData, widgetSetting: v.widgetSetting, widgetContainerProps: v.widgetContainerSetting, data: N, confirm: v.confirm, onAfterClick: (D) => D !== !1 && (F == null ? void 0 : F(v.isRefresh, N)) }, v.uuid || M)) });
} : null }), h(n.footer, { isPaginate: w, isOperations: a, operations: s })] })] });
}, rn = (t = [], e, n = null) => {
var i;
return (i = y.sortBy(t, ["y", "x"])) == null ? void 0 : i.map(({ i: r, x: o, y: a, w: s, h: l, field: { boxStyle: c, ...u } = {} }, p) => h("div", { className: "grid-layout-item", style: Gn(o, a, s, l, c), children: h(e, { ...u, basicForm: n }) }, r ?? p));
}, Gn = (t, e, n, i, r = {}, o = 0) => {
const a = { "--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 ? a.height = "fit-content" : a["--grid-layout-row"] = `${i}`, r != null && r.alignItems && (a["--grid-layout-box-align-items"] = r.alignItems), r != null && r.justifyContent && (a["--grid-layout-box-justify-content"] = r.justifyContent), a["--grid-layout-box-margin"] = Nn(r == null ? void 0 : r.marginTop, r == null ? void 0 : r.marginRight, r == null ? void 0 : r.marginBottom, r == null ? void 0 : r.marginLeft), a["--grid-layout-box-padding"] = Nn(r == null ? void 0 : r.paddingTop, r == null ? void 0 : r.paddingRight, r == null ? void 0 : r.paddingBottom, r == null ? void 0 : r.paddingLeft), o && (a.height = `${o}px`), a;
}, Nn = (t, e, n, i) => `${t || 0}px ${e || 0}px ${n || 0}px ${i || 0}px`, Lo = (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 m, g;
const [n, i] = L({}), { listCode: r, onKeywordChange: o, onConditionChange: a, 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: w, marginX: f, marginY: S, rowHeight: b, cols: P, fields: k }) => {
i({ resource: w, itemMargin: [f, S], rowHeight: b, cols: P, fields: k });
}).catch(() => i({}));
}, [r, e]), U(() => {
p.setFieldsValue({ keyword: c, ...u });
}, [JSON.stringify([c, u])]), h("div", { className: j("ff-data-list-filter", l.filter, t), children: h(bt, { form: p, layout: "vertical", autoComplete: "off", onFinish: ((m = n.fields) == null ? void 0 : m.length) > 1 ? (w) => a({ [n.resource]: w[n.resource] }, w.keyword) : () => {
}, onValuesChange: (w) => {
y.isEmpty(y.omit(w, ["keyword"])) || p.submit();
}, children: ((g = n.fields) == null ? void 0 : g.length) > 1 ? h(sn, { ...n, children: h(fr, { onReset: () => {
const { keyword: w, condition: f } = s("init") || {};
p.setFieldsValue({ keyword: w, ...f });
} }) }) : h("div", { className: "ff-data-list-filter-default-form ff-grid-layout-form", children: h("div", { className: "grid-layout-item", style: Gn(20, 0, 5, 2), children: h(bt.Item, { name: ["keyword"], children: h(Ui.Search, { allowClear: !0, enterButton: "搜索", placeholder: "多关键字 | 分割", onSearch: (w) => o(w) }) }) }) }) }) });
}, fr = ({ cols: t, fields: e, onReset: n }) => {
const [i, r] = L(!1), o = z(() => e == null ? void 0 : e.toReversed().some((a) => a.y > 1 || a.x + a.w >= t - 5), [t, e]);
return I(bt.Item, { label: " ", style: { "--item-span": 5 }, className: j("ff-data-list-filter-actions", { expanded: i }), children: [h(kt, { onClick: n, children: "重置" }), h(kt, { type: "primary", htmlType: "submit", children: "查询" }), o && h(R.Link, { className: "ff-data-list-filter-expanded-button", widget: () => r((a) => !a), 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: o, onClickCallback: a, getBase62params: s } = E.useContext(le), { total: l, page: c, pageSize: u } = (s == null ? void 0 : s()) || {};
return n && !y.isEmpty(e) || i ? I("div", { className: j("ff-data-list-footer", t), children: [h("div", { className: "ff-data-list-actions", children: e == null ? void 0 : e.map((p, m) => h(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 && (a == null ? void 0 : a(p.isRefresh, null)) }, p.uuid || m)) }), i && h(qi, { size: "small", total: l, pageSize: u, showSizeChanger: !1, showTotal: (p) => `${c} 页 / 总共 ${p}`, onChange: r, onShowSizeChange: o })] }) : 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: h("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 ? h(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: o, classNames: a } = 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", a.toolbar, t), children: [h("div", { className: "ff-data-list-title", children: e }), h(Hi, { className: "ff-data-list-tabs", itemRender: ({ label: u, code: p, value: m }) => h("span", { onClick: () => c(m ?? p), className: j("ff-data-list-tab", { active: (m ?? p) == l }), children: u }), items: n }), I("div", { className: "ff-data-list-actions", children: [h(R.Link, { icon: "icon-reload", widget: () => o() }), h(R.Link, { icon: "icon-setting" })] })] });
}, kr = ({ className: t, ...e }) => h(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: o, total: a = 0, page: s = 0, onPageChange: l, pageSize: c = 30, onPageSizeChange: u, tab: p, onTabChange: m, keyword: g, onKeywordChange: w, condition: f, onConditionChange: S, sider: b, onSiderChange: P, layouts: k, classNames: $ = {}, payload: F = {}, dataSource: A = [], rowSelection: O, getSelectedRows: N, primaryKey: V, ...v }) => {
const [M, D] = L(), B = N ?? (() => A), Q = G((q, ce) => {
const H = { tab: p, page: s, pageSize: c, keyword: g, sider: b, condition: f, total: a, payload: F };
return q && q != "init" ? y.get(H, q, ce) : H;
}, [JSON.stringify(f), JSON.stringify(F), p, s, c, g, b, a]), Pe = 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 } : y.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] = () => h(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, { ...v, layouts: Pe, $setting: n }))) : D(h(t ? gr : mr, { ...v, layouts: Pe, $setting: n }));
}, [e, n]), h(le.Provider, { value: { classNames: $, listCode: o, onClickCallback: i, onReload: r, getBase62params: Q, onPageChange: l, onPageSizeChange: u, onTabChange: m, onSiderChange: P, onKeywordChange: w, onConditionChange: S, setPage: l, setPageSize: u, setTab: m, setSider: P, setKeyword: w, setCondition: S, getSelectedRows: B }, children: M && E.cloneElement(M, { dataSource: A, primaryKey: V, rowSelection: O, ...v }) });
};
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, xe, ze, xt;
const ye = class ye {
constructor() {
x(this, xe, null);
x(this, ze, /* @__PURE__ */ new Map());
x(this, xt, () => {
if (d(this, xe)) return d(this, xe).port.postMessage({ command: "status", data: [] });
K(this, xe, new SharedWorker(new URL("/ff-worker/res-ws.js", self.location))), d(this, xe).port.onmessage = (e) => {
var n, i;
(n = e.data) != null && n.uuid ? d(this, ze).forEach((r, o) => {
var a;
(r == "*" || (a = r == null ? void 0 : r.includes) != null && a.call(r, e.data.uuid)) && o(e.data);
}) : ((i = e.data) == null ? void 0 : i.readyState) == WebSocket.CLOSED && W.get("/api/user-api-token").then(({ token: r, expire_at: o }) => {
d(this, xe).port.postMessage({ command: "initWs", data: [`ws${y.trimStart(W.appUrl, "http")}api/user-resource-status-ws?token=${r}`] });
});
}, d(this, xe).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, xt).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(), xe = new WeakMap(), ze = new WeakMap(), xt = new WeakMap(), x(ye, Fe, null), T(ye, "getInstance", () => (d(ye, Fe) || K(ye, Fe, new ye()), d(ye, Fe)));
let Ht = ye;
const Zn = Ht.getInstance(), on = E.forwardRef(({ listCode: t, base62params: e, className: n, theme: i, themeProps: r, layouts: o, classNames: a, rowSelection: s = null, onDataSourceChange: l }, c) => {
const [{ resource: u, primaryKey: p, batchOperations: m = [], itemOperations: g = [], columns: w = [], isConditionFormLayout: f = !1, isTreeSider: S, treeSiderConfig: b, theme: P, themeConfig: k, isItemGridLayout: $, itemGridLayout: { themeConfig: F, ...A } = {}, title: O, isPaginate: N, tabs: V, selectionType: v }, M] = L({ isItemGridLayout: !1, itemGridLayout: {} }), { type: D = v, selectedRowKeys: B, defaultSelectedRowKeys: Q, onChange: Pe, ...q } = s ?? {}, ce = pr(t, e), [{ dataSource: H, itemOperationsAccess: yt, condition: hi, tab: mi, keyword: fi, page: un, total: pn, pageSize: gn, sider: yi, onConditionChange: wi, onTabChange: bi, onKeywordChange: Ci, onPageChange: ki, onPageSizeChange: Si, onSiderChange: Ei, onReload: jt, payload: Pi }, hn] = ur(ce, t, p, u), $i = En(l);
en(() => {
$i(H, { primaryKey: p, page: un, pageSize: gn, total: pn });
}, [H]);
const [mn, xi] = zi([], { defaultValue: Q ?? [], value: B }), [fn, vi] = L([]), yn = G(() => D ? fn : H, [D, fn, H]), Ni = Kt(g, yt, H, p), Ti = Kt(m);
U(() => {
let Z = null;
return t && W.get(`/api/_/${t}`).resp(({ data: Ve, res: At }) => {
Ve != null && Ve.isDynamicRefresh && (Z = Zn.subscribe(() => jt(), At)), M(Ve);
}).catch(() => M({})), () => Z == null ? void 0 : Z();
}, [t]), E.useImperativeHandle(c, () => ({ onReload: jt, onClickCallback: hn, getSelectedRows: yn }));
const wn = En((Z, Ve) => {
vi((At) => {
const bn = new Map(At.map((de) => [de == null ? void 0 : de[p], de]));
return Ve.forEach((de) => bn.set(de == null ? void 0 : de[p], de)), Z.map((de) => bn.get(de)).filter(Boolean);
}), xi(Z), Pe == null || Pe(Z, Ve);
}), Oi = z(() => D ? { columnWidth: 80, ...q, type: D, selectedRowKeys: mn, onChange: wn } : void 0, [D, mn, wn, s]), Ri = z(() => y.merge({}, k, r), [k, r]), Fi = z(() => g == null ? void 0 : g.map((Z) => y.isEmpty(Z == null ? void 0 : Z.confirm) ? Z : { ...Z, confirm: Object.assign({}, Z.confirm, { getPopupContainer: () => document.body }) }), [g]), ji = z(() => ({ ...A, themeProps: F }), [A, F]);
return h(Qn, { listCode: t, title: O, classNames: a, layouts: o, resource: u, primaryKey: p, theme: i || P, themeProps: Ri, isTreeSider: S, treeSiderConfig: b, isPaginate: N, rowSelection: Oi, getSelectedRows: yn, tabs: V, isItemOperations: Ni, itemOperations: Fi, isBatchOperations: Ti, batchOperations: m, isItemGridLayout: $, columns: w, itemGridLayout: ji, isConditionFormLayout: f, itemOperationsAccess: yt, dataSource: H, onConditionChange: wi, onTabChange: bi, onKeywordChange: Ci, onPageChange: ki, onPageSizeChange: Si, onSiderChange: Ei, condition: hi, tab: mi, keyword: fi, page: un, total: pn, pageSize: gn, sider: yi, payload: Pi, className: j("ff-data-list-helper", n), onReload: jt, onClickCallback: hn });
}), ei = (t, e, n = !0) => n !== !0 && n-- <= 0 ? [] : y.isArray(t) && !y.isEmpty(t) ? t.reduce((i, r) => (Reflect.has(r, e) && Reflect.has(r, "children") && i.push(r[e]), Reflect.has(r, "children") && !y.isEmpty(r.children) ? i.concat(ei(r.children, e, n)) : i), []) : [], Sr = ({ className: t, primaryKey: e, columns: n = [], dataSource: i = [], operationRender: r, operationWidth: o = 180, components: a = {}, rowSelection: s, ...l }) => {
const { classNames: c } = ge(le), u = J(null), p = J(null), [m, g] = L([]), [w, f] = L({ width: 0, height: 0 });
U(() => {
g(ei(i, e));
}, [i, e]), Mi(() => {
const k = new ResizeObserver(() => {
var $;
f({ width: (($ = u.current) == null ? void 0 : $.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 (!(w != null && w.width) || !(n != null && n.length)) return n;
const k = (s ? s.columnWidth ?? 32 : 0) + (r ? o : 0), $ = 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 ($ + F + k >= w.width) return n;
const A = w.width - $ - k;
return n.map((O) => O != null && O.isWidthFixed ? O : { ...O, width: Math.floor(A * ((O == null ? void 0 : O.width) ?? 100) / F) });
}, [n, w.width, s, r, o]), b = cr(S), P = dr(a);
return h("div", { ref: p, className: j("ff-data-list-table", c.content, t), children: w.height ? h(Pn, { bordered: !0, ...l, components: P, ref: u, rowKey: (k) => (k == null ? void 0 : k[e]) ?? Math.random(), rowSelection: s, columns: (() => {
var $, F;
const k = [...b ?? []];
return s && k.splice((F = ($ = k[0]) == null ? void 0 : $.key) != null && F.startsWith("__") ? 1 : 0, 0, Pn.SELECTION_COLUMN), r && k.push({ title: "操作", align: "center", fixed: "right", width: `${Math.ceil(o / w.width * 100).toFixed(2)}%`, render: (A, O, N) => r(O, N) }), k;
})(), dataSource: i, size: "middle", scroll: { x: "max-content", y: w.height - 50 }, pagination: !1, expandable: { defaultExpandAllRows: !0, expandRowByClick: !0, onExpandedRowsChange: g, expandedRowKeys: m } }) : null });
}, Er = "RC_FORM_INTERNAL_HOOKS", Pr = (t) => {
const [e, n] = E.useState({ items: [] });
return U(() => {
t && W.get(`/api/_/${t}`).then(({ uuid: i, code: r, name: o, resource: a, primaryKey: s, marginX: l, marginY: c, cols: u, rowHeight: p, fields: m, theme: g, themeSetting: w, groups: f }) => ({ uuid: i, code: r, name: o, resource: a, primaryKey: s, marginX: l, marginY: c, cols: u, rowHeight: p, theme: g, themeProps: w, groups: f, items: m })).then(n);
}, [t]), e;
}, $r = (t, { initialValue: e, initialValueLanguage: n, convertJs: i, convertJsSetting: r, type: o = "string" }, a = null) => {
const s = J(!1), l = ge(Dn), [c, u] = L(), [p, m] = L(n != "javascript" && t ? l.getFieldValue(t) : void 0), { registerWatch: g } = l.getInternalHooks(Er) || {};
return U(() => g == null ? void 0 : g((w, f, S) => {
if (!s.current) return;
const b = y.get(f, t);
y.isEqual(b, p) || m(pe(b, o));
}), [p]), U(() => {
n == "javascript" && e ? Me.exec(e, {}, { getFieldValueForBasicForm: (w) => a ? a.getFieldValue(w) : l.getFieldValue(w), getFieldValue: (w) => l.getFieldValue(w) }).then((w) => m(pe(w, o))).catch((w) => notification.error({ message: `布局数据错误: ${JSON.stringify(w)}` })).finally(() => s.current = !0) : (e && m(pe(e ?? l.getFieldValue(t), o)), s.current = !0);
}, [e, n]), mt(() => {
s.current && i && new St([i, r]).toValue(p, l.getFieldsValue(!0)).then(u).catch((w) => {
u(w), console.error("布局数据转换错误: ", w, i);
});
}, [p, i, r]), [c ?? p, p];
}, Mo = (t, e, n = null) => z(() => rn(t, e, n), [t]), ti = (t, e, n = {}, i = {}, r = {}, o = null) => {
const a = ge(Dn), s = Ot(), l = J(!0), c = J([]), [u, p] = L(e), [m, g] = L(), w = ae.useWatch((f) => JSON.stringify(y.pick(f, c.current)), a) || "{}";
return Rt(() => {
t && Me.exec(t, n, { ...i, getFieldValueForBasicForm: (f) => r ? r.getFieldValue(f) : null, getFieldValue: y.wrap(a.getFieldValue, (f, S) => (c.current.some((b) => y.isEqual(b, S)) || (c.current.push(S), s()), f == null ? void 0 : f(S))), isFieldTouched: a.isFieldTouched, isFieldsTouched: a.isFieldsTouched }).then((f) => {
l.current && (p(f), g(null));
}).catch((f) => {
l.current && (p(e), g(f));
});
}, [t, w, a, n, i]), U(() => () => l.current = !1, []), t ? [o ? pe(u, o) : u, m] : [o ? pe(e, o) : e, null];
}, xr = ({ 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}`, [o, a] = L();
return U(() => {
r && se.getWidgetComponent(r).then(({ defaultProps: s = {}, default: l }) => ({ default: vr(l, s, n) })).catch((s) => ({ default: () => `${s}` })).then((s) => a(E.createElement(s.default, i)));
}, [r]), o;
}, vr = (t, e = {}, n = null) => (i) => {
const { code: r, label: o, extras: a, isVirtual: s, initialValue: l, initialValueLanguage: c, convertJs: u, convertJsSetting: p, value: m, ...g } = y.merge({}, e, i), [w, f] = $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 y.over([y.partialRight(y.pick, k), y.partialRight(y.omit, k)]);
}, [e == null ? void 0 : e.extras]), [b, P] = S(g);
return h(t, { ...P, value: w, rawValue: f, $setting: Object.assign({}, a, b) });
}, ni = ({ theme: t, basicForm: e, items: n = [{ key: "default", label: "默认" }], fields: i = [], itemRender: r, chunks: o = [], children: a, $setting: s = {}, ...l }) => {
const [c, u] = L();
U(() => {
t ? se.getWidgetComponent(t).then((m) => {
if (!(m != null && m.default)) throw "not found";
return m;
}).catch((m) => ({ default: () => `${t} ${m}` })).then((m) => u(E.createElement(m.default, {}))) : u(null);
}, [t]);
const p = z(() => n == null ? void 0 : n.map((m) => ({ ...m, children: r(m, i == null ? void 0 : i.filter((g) => !(g != null && g.group) && m.key == "default" || g.group == m.key), m.key == "default" ? a : null) })).concat(o), [n, a, o]);
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: o = 12, rowHeight: a = 21, containerPadding: s = [0, 0], itemMargin: l = [4, 0], formProps: c = {}, formFields: u = [], fields: p = [], data: m, theme: g, themeProps: w = {}, groups: f = [{ key: "default", label: "默认" }], children: S, ...b }) => {
const [P] = ae.useForm(e), k = z(() => [{ name: "__PROPS__", value: c }].concat(u), [c, u]);
mt(() => (P.setFieldsValue(m), () => P.resetFields()), [m]);
const $ = (F, A, O) => {
const N = rn(A, xr, 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": o, "--grid-layout-row-height": `${a}px` }, children: [N, O && E.cloneElement(O, { cols: o, rowHeight: a, itemMargin: l, containerPadding: s, fields: A, basicForm: n })] });
};
return h(ae, { ...b, fields: k, form: P, component: !1, children: g ? h(ni, { ...w, items: f, theme: g, itemRender: $, fields: p, children: S, basicForm: n }) : $(0, p, S) });
}, Vo = /* @__PURE__ */ ((t) => function({ code: e, data: n, ...i }) {
const { uuid: r, resource: o, items: a, hides: s, rowHeight: l, marginX: c, marginY: u, cols: p, theme: m, themeProps: g, groups: w } = Pr(e) || {}, f = z(() => [{ name: "__RESOURCE__", value: o }, { name: "__LAYOUT_KEY__", value: e }, { name: "__LAYOUT_UUID__", value: r }], [e, r, o]);
return o && h(t, { name: e, theme: m, themeProps: g, groups: w, ...i, fields: a, formFields: f, rowHeight: l, cols: p, itemMargin: [c, u], data: o ? { [o]: n } : n });
})(ii), Nr = ({ column: t = 0, colWidth: e = 0, cols: n, rowHeight: i, itemMargin: r, containerPadding: o, fields: a, primaryKey: s, dataSource: l, beforeRender: c = null, afterRender: u = null, itemClassName: p, itemRender: m = ($, F, A) => $, empty: g = h(zt, { description: null }), className: w, style: f = {}, theme: S, themeProps: b = {}, groups: P = [{ key: "default", label: "默认" }], rowSelection: k }) => {
const { classNames: $ } = ge(le), F = G((N) => {
if (!k) return;
const { selectedRowKeys: V = [], onChange: v, type: M = "checkbox" } = k, D = N == null ? void 0 : N[s];
let B;
B = M === "radio" ? [D] : V.includes(D) ? V.filter((Q) => Q !== D) : [...V, D], v == null || v(B, l.filter((Q) => B.includes(Q == null ? void 0 : Q[s])));
}, [k, s, l]), A = z(() => h(ii, { groups: P, theme: S, themeProps: b, cols: n, rowHeight: i, itemMargin: r, containerPadding: o, fields: a, className: p }), [a, n, i, r, o, P, S, b]), O = y.isEmpty(l);
return I("div", { className: j("ff-data-list-content", $.content, w), style: Object.assign({}, f, t && { "--col-num": t }, e && { "--col-width": e }), children: [c == null ? void 0 : c(l), O ? g : l.map((N, V) => {
var B;
const v = (N == null ? void 0 : N[s]) ?? V, M = `${v}-${jr(N)}`, D = m(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(v), selectionType: k.type ?? "checkbox", onSelect: () => F(N) } });
}), u == null ? void 0 : u(l)] });
}, Tr = ({ component: t, $props: e }) => {
const { base62params: n } = Tt(e, {});
return h(ne, { children: h(on, { listCode: t, base62params: W.decode(n) }) });
}, Do = () => h(ri, {}), ri = () => "Empty", Or = ({ component: t, $setting: e, $props: n }) => {
const [i, r] = L(), [o, a] = ci(n);
return U(() => {
if (!t) return r(h(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, { ...o, $setProps: a }) : null;
}, Wo = () => "NotFoundPage";
var je, ue, Ae, Ce, st, lt;
const we = class we {
constructor() {
x(this, ue, /* @__PURE__ */ new Map());
x(this, Ae, {});
x(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 w;
const { uri: r, type: o, widgetProps: a } = this.get(e) || {}, { router: s, query: l, ...c } = n || {}, u = Object.assign({}, c, s), p = Object.assign({}, c, l);
o == "list" && (u.base62params = W.encode(u != null && u.base62params ? u.base62params : u));
let m = Qi(r || e, u);
const g = new URLSearchParams();
for (const f in a || {}) ((w = a[f]) == null ? void 0 : w.type) == "query" && Object.has(p, f) && g.append(f, JSON.stringify(p[f]));
return g.size > 0 && (m = `${m}?${g.toString()}`), i != null && i.isOpenWindow ? window.open(m) : d(this, Ce).navigate(m, { 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()));
x(this, st, (e, n, i = []) => {
if (y.isEmpty(e)) return i;
for (const { uuid: r, children: o } of e) {
if (r == n) return i.concat(r);
if (!y.isEmpty(o)) return i.concat(r, d(this, st).call(this, o, n));
}
return i;
});
x(this, lt, (e, n) => {
var r;
let i = [];
for (const o of n) o.widgetType == "redirect" && (o.uuid == e || o.widget == e ? i.push(o) : (r = o.children) != null && r.length && (i = i.concat(d(this, lt).call(this, e, o.children))));
return i;
});
T(this, "getCurrentMenu", () => {
const { uuid: e } = this.getCurrentRoute() || {};
if (!e) return;
const n = this.getMenusByRouteUuid(e);
return y.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, o] of d(this, ue)) if (o.uri === n.path) return o;
return null;
});
T(this, "getPageParams", (e) => {
var a, s;
const { location: n = {}, matches: i = [] } = ((a = d(this, Ce)) == null ? void 0 : a.state) || {}, r = { ...((s = i[i.length - 1]) == null ? void 0 : s.params) || {} }, o = n.search;
return o && new URLSearchParams(o).forEach((l, c) => {
r[c] = l;
}), e ? y.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 ? y.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 }, o = (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 })) })), a = Array.from(d(this, ue).values()).reduce((s, { uuid: l, uri: c, name: u, type: p, component: m, widgetSetting: g, widgetProps: w, isLogin: f, isLayout: S, extra: b }) => {
let P = {}, k = 0;
switch (p) {
case "list":
P.element = E.createElement(Tr, { component: m, $props: w });
break;
case "fsdpf-component":
P.element = E.createElement(Or, { key: m, component: m, $setting: g, $props: w });
}
const $ = (b == null ? void 0 : b.theme) ?? (b == null ? void 0 : b.layout);
if ($) {
const F = (b == null ? void 0 : b.themeProps) ?? (b == null ? void 0 : b.layoutProps);
if (!r[$]) return r[$] = s.length, [...s, { path: "/", lazy: o($, F), children: [{ path: c, ...P }] }];
k = r[$];
}
return S && k > -1 ? (s[k].children.push({ path: c, ...P }), s) : [...s, { path: c, ...P }];
}, [{ path: "/", lazy: o(n, {}), children: [] }]);
return a.push({ index: !0, element: E.createElement(Rr, { to: i, replace: !0 }) }), K(this, Ce, tr(a, 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(), x(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"), oe = _t.getInstance(), Ke = new Worker(new URL("/ff-worker/index.js", self.location)), Tn = { generateUUID: () => Lr(), getConfigure: (t) => qe.get(t), route: { redirect: (...t) => oe.redirect(...t), getPageParams: (...t) => oe.getPageParams(...t), getCurrentRoute: () => oe.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 vt, Ye, Ie;
const _ = class _ {
constructor() {
T(this, "exec", (e, n = {}, i = {}, r = "") => new Promise((o, a) => {
if (!/^(?!\s*(\/\/|\/\*|\*)).*?\S+/m.test(e)) return o();
const s = Sn(_, vt)._++;
d(_, Ye).set(s, i), _.mQueue.set(s, [o, a]), 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(() => uo).then((e) => {
Tn.http = e.http;
}), Ke.addEventListener("message", ({ data: { id: e, task_id: n, method: i, args: r, category: o, data: a, error: s, session: l } }) => {
if (o === "eval" && _.mQueue.has(e)) s !== null ? _.mQueue.get(e)[1](s) : _.mQueue.get(e)[0](a), d(_, Ye).delete(e), _.mQueue.delete(e);
else if (o === "util") try {
const c = y.get(Tn, i.split("/")) || y.get(d(_, Ye).get(n), i.split("/"));
if (!y.isFunction(c)) throw `${i} not found`;
Promise.resolve(Reflect.apply(c, void 0, r)).then((u) => {
Ke.postMessage({ id: e, task_id: n, category: o, method: i, args: r, session: l, data: u, error: null });
}).catch((u) => {
Ke.postMessage({ id: e, task_id: n, category: o, method: i, args: r, session: l, data: null, error: u });
});
} catch (c) {
Ke.postMessage({ id: e, task_id: n, category: o, method: i, args: r, session: l, data: null, error: c });
}
}, !1);
}
};
vt = new WeakMap(), Ye = new WeakMap(), Ie = new WeakMap(), T(_, "mQueue", /* @__PURE__ */ new Map()), x(_, vt, 0), x(_, Ye, /* @__PURE__ */ new Map()), x(_, Ie, null), T(_, "getInstance", () => (d(_, Ie) || K(_, Ie, new _()), d(_, Ie)));
let Jt = _;
const Me = Jt.getInstance(), On = { 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, y.isObject(t) && (n = "json");
const i = `${n}2${e}`;
return Reflect.has(On, i) ? On[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 = "") => oi(t, (r, o) => o === "type" && r === "code") ? ai(t, e, n, i) : si(t, e, i), oi = (t, e = () => !1) => y.some(t, (n) => !!y.some(n, e) || (y.isEmpty(n) || !y.isPlainObject(n) && !y.isArray(n) ? void 0 : oi(n, e))), ai = async (t = {}, e = {}, n = {}, i = "") => {
let r = /* @__PURE__ */ Object.create(null);
for (let o in t) {
let a;
if (Reflect.has(t[o], "type") && ["code", "field", "router", "query", "string"].includes(t[o].type)) {
const { type: s, value: l = "", default: c = i } = t[o];
switch (s) {
case "code":
try {
a = await Me.exec(l, e, n);
} catch (u) {
console.error("getWidgetPropsData", u);
}
break;
case "field":
a = y.get(e, l) ?? y.get(e, l.substring(l.indexOf(".") + 1));
break;
case "router":
case "query":
a = oe.getPageParams(l);
break;
case "string":
a = l;
}
a ?? (a = c);
} else a = await ai(t[o], e, n, i);
y.set(r, o, a);
}
return r;
}, si = (t = {}, e = {}, n = "") => Object.keys(t || {}).reduce((i, r) => {
if (y.isPlainObject(t[r])) {
let o;
if (Reflect.has(t[r], "type") && ["field", "router", "query", "string"].includes(t[r].type)) {
const { type: a, value: s = "", default: l = n } = t[r];
switch (a) {
case "field":
o = y.get(e, s) ?? y.get(e, s.substring(s.indexOf(".") + 1));
break;
case "router":
case "query":
o = oe.getPageParams(s);
break;
case "string":
o = s;
}
o ?? (o = l);
} else o = si(t[r], e, n);
y.set(i, r, o);
}
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, Bo = () => "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, (t) => {
const e = 16 * Math.random() | 0;
return (t === "x" ? e : 3 & e | 8).toString(16);
}), zo = (t) => {
var e, n;
return t ? (n = (e = t.match(/^@pkg(?:[^\/]*\/){3}(?<name>[^\/]+)/)) == null ? void 0 : e.groups) == null ? void 0 : n.name : "";
}, Uo = (t) => {
var e, n;
return t ? (n = (e = t.match(/^@pkg(?:[^\/]*\/){2}(?<category>[^\/]+)/)) == null ? void 0 : e.groups) == null ? void 0 : n.category : "";
}, qo = (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((o = r) === null || typeof o != "object" && typeof o != "function" ? (n.has(o) || n.set(o, t++), n.get(o)) : (e.has(o) || e.set(o, t++), e.get(o)));
var o;
}).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;
}
}, Ko = (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();
}, Ho = (t) => {
const [e, n] = L(t), i = J(null), r = G((o, a) => {
i.current = a, n(o);
}, []);
return U(() => {
i.current && (i.current(e), i.current = null);
}, [e]), [e, r];
}, mt = (t = (i) => {
}, e, n = y.isEqual) => {
const i = E.useRef();
n(e, i.current) || (i.current = y.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;
}, _o = (t, e = "json", n = "string", i, r = null) => {
const [o] = ae.useForm(i), [a, s] = L([{ label: "无", value: "", disabled: !0 }]), l = J([]), c = ae.useWatch((u) => l.current.length === 0 ? null : y.pick(u, l.current), o) || null;
return U(() => {
Array.isArray(t) ? s(t) : e === "javascript" && t ? Me.exec(t, {}, { getFieldValue: (u) => (l.current.includes(u) || l.current.push(u), o.getFieldValue(u)), getFieldValueForBasicForm: (u) => (l.current.includes(u) || l.current.push(u), r ? r.getFieldValue(u) : o.getFieldValue(u)) }).then((u) => {
s(pe(u, "array"));
}).catch((u) => console.error("useOptions", u)) : t && s(pe(t, "array"));
}, [t, e, c]), li(a, n);
}, Jo = (t) => {
const [e, n] = L(), i = { type: "GET" };
if (typeof t == "string" ? i.url = t : y.isPlainObject(t) && Object.assign(i, t), !(i != null && i.url)) throw "url is required";
const r = (o) => W.request(i, !1).resp((a) => (console.log("useSubscribeRequest", o), n(a), a));
return mt(() => {
let o = null;
return r().then((a) => {
o = Zn.subscribe(y.throttle(r, 180, { leading: !1, trailing: !0 }), a.res);
}), () => o == null ? void 0 : o();
}, i), e;
}, Mr = (t, e) => G((n) => {
const i = {};
for (const [r, o] of Object.entries(n)) {
const a = t == null ? void 0 : t[r];
if ((a == null ? void 0 : a.type) === "router" || (a == null ? void 0 : a.type) === "query") {
const s = oe.getCurrentRoute();
s != null && s.uuid && oe.redirect(s.uuid, { ...oe.getPageParams(), [a.type]: { [a.value || r]: o } }, { isReplaceRouteHistory: !0 });
} else i[r] = o;
}
Object.keys(i).length > 0 && e(i);
}, [t, e]), ci = (t, e = {}, n = {}, i = []) => {
const [r, o] = L({}), [a, s] = L({}), l = Vn(a), c = oe.usePageParams();
Zt(() => {
Promise.resolve(Tt(t, e, n)).then(s);
}, [t, e, c, ...i]), en(() => {
const m = l ?? {}, g = Object.keys({ ...m, ...a }).reduce((w, f) => (m[f] !== a[f] && (w[f] = a[f]), w), {});
Object.keys(g).length > 0 && o((w) => ({ ...w, ...g }));
}, [a]);
const u = Mr(t, (m) => {
o((g) => ({ ...g, ...m }));
}), p = z(() => Object.fromEntries(Object.entries(r).filter(([m, g]) => g !== a[m])), [r, a]);
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: o, resource: a, align: s, cols: l, rowHeight: c, marginX: u, marginY: p, listenChangeFields: m, listenChangeFieldsFunc: g, fields: w, theme: f, themeSetting: S, groups: b }) => ({ pk: i, uuid: r, code: o, resource: a, align: s, cols: l, rowHeight: c, marginX: u, marginY: p, theme: f, themeProps: S, groups: b, listenChangeFields: m, listenChangeFieldsFunc: g, ...w.reduce((P, k) => {
var $;
return ($ = k == null ? void 0 : k.field) != null && $.hidden ? P.hides.push(k == null ? void 0 : k.field) : P.items.push(k), P;
}, { items: [], hides: [] }) })).then(n);
}, [t]), e;
}, Dr = ({ max: t = 0, min: e = 0, type: n = "", message: i, pattern: r, required: o = !1, validator: a } = {}, s, l) => {
const [c, u] = L([]);
return U(() => {
const p = [];
if (o) {
let m = l;
switch (l) {
case "number":
case "string":
case "array":
break;
case "bool":
m = "boolean";
break;
case "json":
m = "object";
}
p.push({ type: m, 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":
a && p.push(({ getFieldValue: m }) => ({ validator: async (g, w) => {
const f = await Me.exec(a, { value: w, fieldName: s }, { getFieldValue: m });
return y.isString(f) && f ? Promise.reject(f) : y.isBoolean(f) && !f ? Promise.reject(i) : Promise.resolve();
} }));
}
u(p);
}, [t, e, n, i, r, o, a]), c;
}, Wr = (t, e, n) => {
const [i, r] = L(null);
return U(() => {
const { initDataUri: o = `/api/${t}`, initDataMethod: a = "GET" } = n || {};
e && W.request({ method: a, url: y.trimEnd(`${o}/${e}`, "/") }).then((s) => {
r(s);
});
}, [t, e, n]), i;
}, Br = (t, e, n) => G((i, r = { serialize: (o) => o, onSuccess: () => {
}, onFail: (o) => (o == null ? void 0 : o.errorFields) && re.error("请先完善表单信息", { duration: 2e3 }) }) => {
const o = i.getFieldValue("__RESOURCE__"), { submitDataUri: a = `/api/${t}`, submitDataMethod: s = "POST" } = n || {};
return i.validateFields().then((l) => o ? y.pick(l, [o]) : l).then(r.serialize).then((l) => W.request({ method: s, url: y.trimEnd(`${a}/${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 o = Br(e, n, i);
return y.partial(o, t);
}, Ur = (t, e, n = [], i = {}) => {
const r = J({}), o = J(), a = y.debounce(Ot(), 180), s = ["disabled", "required"], l = (m, g) => {
s.includes(m) && (r.current[m] = g), a();
}, c = z(() => ({ setDisabled: (m) => l("disabled", m), setRequired: (m) => l("required", m), getDisabled: () => r.current.disabled, getRequired: () => r.current.required }), [e]), [u, p] = ti(e, -1, {}, c, i);
if (!p && o.current != u && (u >= 0 || !y.isEmpty(n == null ? void 0 : n[u]))) {
o.current = u;
const { widget: m, widgetPrefix: g, props: w } = n == null ? void 0 : n[u];
t = Hn(m, g), r.current = y.merge(w, y.pick(r.current, s));
}
return [t, r.current];
}, Rn = (t) => t === void 0 || t === !1 ? "" : (Array.isArray(t) ? t : [t]).join("_"), Go = ({ value: t, onChange: e }, n = null) => {
const i = J(), [r] = ae.useForm(n), o = J({});
return Rt(() => {
y.isEqual(i.current, t) || r.setFieldsValue(t);
}, [t]), U(() => () => r.resetFields(), []), [z(() => r.__INTERNAL__ ? r : { ...r, __INTERNAL__: { itemRef: (a) => (s) => {
const l = Rn(a);
s ? o.current[l] = s : delete o.current[l];
} }, scrollToField: (a, s = {}) => {
console.warn("useMergedFormValuesChange scrollToField not work, unreferenced antd form");
}, focusField: (a) => {
console.warn("useMergedFormValuesChange focusField not work, unreferenced antd form");
}, getFieldInstance: (a) => {
const s = Rn(a);
return o.current[s];
} }, [r]), (a, 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, ...o }) => {
const a = Hn(t, e), [s, l] = Ur(a, n, i, r), [c, u] = L();
return U(() => {
s && se.getWidgetComponent(s).then(({ defaultProps: p = {}, default: m }) => ({ default: qr(m, p, r) })).catch((p) => ({ default: () => `${p}` })).then((p) => u(E.createElement(p.default, o)));
}, [s]), c && E.cloneElement(c, { ...o, ...l });
}, qr = (t, e = {}, n = null) => (i) => {
const { type: r, code: o, label: a, noStyle: s, style: l, placeholder: c, required: u = !1, extras: p, validators: m, help: g, isVirtual: w, $isReserved: f, initialValue: S, initialValueLanguage: b, ...P } = y.omit(y.merge({}, e, i), ["convertJs", "convertJsSetting", "widget", "widgetPerfix", "widgetDecorator", "subWidgets", "boxStyle"]), k = Dr(Object.assign({}, m, u ? { required: !0 } : {}), o, r), $ = z(() => {
const V = Object.keys((e == null ? void 0 : e.extras) || {});
return y.over([y.partialRight(y.pick, V), y.partialRight(y.omit, V)]);
}, [e == null ? void 0 : e.extras]), [F, A] = $(P), O = { label: a, noStyle: s, style: l, colon: !1, layout: "vertical" }, N = G((V) => V == null ? void 0 : pe(V, r), [r]);
return h(tn, { name: o, rules: k, initialValue: N(S), normalize: N, children: (V, v, M) => {
var D;
return h(t, { type: r, rcform: M, basicForm: n, itemProps: { validateStatus: v.errors.length > 0 ? "error" : "success", tooltip: g || null, help: v.errors.length > 0 ? v.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) });
} });
}, sn = ({ name: t, form: e = null, basicForm: n = null, style: i = {}, className: r, cols: o = 24, rowHeight: a = 16, itemMargin: s = [8, 16], containerPadding: l = [0, 0], fields: c = [], hides: u = [], primaryKey: p = 0, formProps: m = {}, formFields: g = [], listenChangeFields: w, listenChangeFieldsFunc: f, onValuesChange: S, theme: b, themeProps: P = {}, groups: k = [{ key: "default", label: "默认" }], children: $, ...F }) => {
const [A] = ae.useForm(e), O = G((v, M) => {
S == null || S(v, M), f && Array.isArray(w) && Me.exec(f, { changedValues: v, 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, w, f]), N = z(() => [{ name: "__PROPS__", value: m }, { name: "__PRIMARY_KEY__", value: p }].concat(g), [p, m, g]), V = (v, M, D) => {
const B = rn(M, an, n), Q = Yn(F);
return I("div", { ...Q, 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": o, "--grid-layout-row-height": `${a}px` }, children: [B, D && E.cloneElement(D, { cols: o, rowHeight: a, itemMargin: s, containerPadding: l, fields: M, basicForm: n })] });
};
return I(ae, { ...F, form: A, fields: N, onValuesChange: O, children: [b ? h(ni, { ...P, items: k, theme: b, itemRender: V, fields: c, children: $, basicForm: n }) : V(0, c, $), u == null ? void 0 : u.map((v) => {
var M;
return h(tn, { name: v.code, children: h(Kr, { form: A, basicForm: n, name: v.code, type: v.type, initialValue: v.initialValue, initialValueLanguage: (M = v.extras) == null ? void 0 : M.initialValueLanguage }) }, JSON.stringify(v.code));
})] });
}, Kr = ({ type: t, initialValue: e, initialValueLanguage: n, onChange: i, basicForm: r }) => {
const [o, a] = ti(n == "javascript" && e, n == "javascript" ? void 0 : e, {}, {}, r);
return U(() => {
n == "javascript" ? i(pe(o, t)) : e && i(pe(e, t));
}, [t, e, o]), null;
};
sn.propTypes = { fields: C.array, hides: C.array };
const Hr = /* @__PURE__ */ ((t) => ({ code: e, isPreview: n = !1, ...i }) => {
const { align: r, autoComplete: o, resource: a, items: s, hides: l, rowHeight: c, marginX: u, marginY: p, cols: m, listenChangeFields: g, listenChangeFieldsFunc: w, pk: f, uuid: S, theme: b, themeProps: P, groups: k } = Vr(e), $ = z(() => [{ name: "__PK__", value: f }, { name: "__RESOURCE__", value: a }, { name: "__LAYOUT_KEY__", value: e }, { name: "__LAYOUT_UUID__", value: S }], [f, e, S, a]);
return h(t, { name: e, autoComplete: o, theme: b, themeProps: P, groups: k, ...i, formFields: $, listenChangeFields: g, listenChangeFieldsFunc: w, fields: s, hides: l, cols: m, rowHeight: c, itemMargin: [u, p] });
})(sn), di = ({ $setting: t, $close: e, extras: n, code: i, primaryKey: r, ...o }) => {
const [a] = ae.useForm(), s = zr(a, i, r, t);
return h(ne, { actions: I(E.Fragment, { children: [h(R, { name: (t == null ? void 0 : t.okText) || "保存", type: "primary", widget: () => s({ onSuccess: e }) }), h(R, { name: (t == null ? void 0 : t.cancelText) || "取消", widget: () => e(!1) })] }), extras: n, children: h(Hr, { form: a, code: i, primaryKey: r, ...o }) });
}, Fn = /* @__PURE__ */ new Set(), Yt = (t = [], e = 0) => {
const n = t[e];
if (n.length && !Fn.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);
}), Fn.add(n), document.body.appendChild(i);
}
}, Et = ({ className: t, type: e, style: n = {}, ...i }) => h("span", { role: "img", className: j("ff-iconfont", t), style: n, ...i, children: h("svg", { style: { width: "1em", height: "1em", fill: "currentColor", overflow: "hidden" }, viewBox: "0 0 1024 1024", children: h("use", { xlinkHref: `#${e}` }) }) });
Et.propTypes = { className: C.string, type: C.string.isRequired, style: C.object }, Et.init = Yt;
const _r = (t, e, n, i) => oe.redirect(n, e, i), Jr = (t, e = {}, n, i = {}) => {
var o;
const r = (o = i.router) == null ? void 0 : o.reduce((a, [s, l, c]) => {
const u = y.get(e, ["router", s]);
if (!u && u !== 0 && l) throw `请传入 ${c}`;
return `${a}/${u}`;
}, `/api/${n}`);
return W.del(r, e.param).msg();
}, jn = (t, e, n, { status: { loading: i, disabled: r }, setStatus: o, listFn: a }) => {
const s = { loading: (l) => l === void 0 ? i : o((c) => ({ ...c, loading: l })), disabled: (l) => l === void 0 ? r : o((c) => ({ ...c, disabled: l })), list: a };
return y.isFunction(n) ? n.call(null, e, s) : y.isString(n) && n ? Me.exec(n, e, s) : null;
}, An = (t, e, n, i, r) => y.isString(n) && n ? se.getWidgetComponent(n).then(({ default: o }) => re.modal(o, { ...e, $setting: i }, r != null && r.title ? { ...r, title: y.template(r.title)(t) } : r)).catch((o) => {
re.error(n, { content: o.toString() });
}) : re.modal(n, { ...e, $setting: i }, r != null && r.title ? { ...r, title: y.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: y.template(r.title)(t) } : r), Yr = (t, e, n, i, r) => re.modal(on, { ...i, base62params: e, listCode: n }, r != null && r.title ? { ...r, title: y.template(r.title)(t) } : r), Xr = ({ widget: t, widgetType: e, widgetData: n, widgetProps: i, widgetSetting: r, widgetContainerProps: o }, { onAfterClick: a, onBeforeClick: s } = {}) => {
const l = ge(le), [c, u] = L({ leading: !0, trailing: !1 }), p = J(null), [m, g] = z(() => {
switch (e) {
case "redirect":
return [y.partialRight(_r, t, r), null];
case "func":
return [y.partialRight(jn, (r == null ? void 0 : r.code) ?? t, { status: c, setStatus: u, listFn: l }), null];
case "component":
case "fsdpf-component":
return [y.partialRight(An, t, r, o), (f) => ({ $setting: f })];
case "grid-layout-form":
return [y.partialRight(Gr, t, r, o), (f) => ({ $setting: f })];
case "data-list":
return [y.partialRight(Yr, t, r, o), (f) => f];
case "destroy":
return [y.partialRight(Jr, t, r, o), null];
default:
if (cn(t) || E.isValidElement(t)) return [y.partialRight(An, t, r, o), (f) => ({ $setting: f })];
if (y.isFunction(t)) return [y.partialRight(jn, (r == null ? void 0 : r.code) || t, { status: c, setStatus: u }), null];
}
return [(...f) => console.error("useButton unknown widgetType", e, ...f), null];
}, [t, e, r, o, l.getBase62params, l.getSelectedRows]), w = y.debounce((f) => (s == null || s(f), Promise.resolve(Tt(i, f, { list: l })).then((S) => {
const b = m(f, { ...n, ...S });
return b != null && b.update && g && (p.current = (P, k) => b.update(g(P), k)), b;
}).then((S) => a == null ? void 0 : a(S)).catch(console.error)), 300, { leading: !0, trailing: !1 });
return en(() => {
var f;
(f = p.current) == null || f.call(p, r, o);
}, [r, o]), [w, c];
}, ui = ({ type: t, name: e, className: n, icon: i, iconPosition: r, size: o }, a = "default") => z(() => {
const s = { type: "primary", className: j("ff-button", n), iconPosition: r, size: o };
return t === "danger" ? s.danger = !0 : t === "default" && (s.type = t), a === "link" || a === "dashed" ? (s.type = a, t === "default" && (s.className = j(s.className, "ff-default"))) : a !== "circle" && a !== "round" || (s.shape = a), i && (s.icon = h(Et, { type: i })), e && (s.children = e), s;
}, [a, t, n, i, r]), Ft = ({ data: t, widget: e, widgetType: n = "fsdpf-component", widgetData: i, widgetProps: r, widgetSetting: o, widgetContainerProps: a, onAfterClick: s, onBeforeClick: l, children: c, extras: u }) => {
const p = ge(le), [m, g] = L(!1), [w, f] = L("hover"), [S, b] = ci(r, t, { list: p }, [p.getBase62params, p.getSelectedRows]), [P, k] = L(), { placement: $, align: F, zIndex: A, arrow: O = { pointAtCenter: !0 }, getPopupContainer: N, isPopupMountBodyContainer: V = !0, ...v } = a || {};
U(() => {
n == "grid-layout-form" ? k(E.createElement(di, { ...i, $setting: o, code: e })) : n == "data-list" ? k(E.createElement(on, { base62params: t, $setting: o, listCode: e })) : y.isString(e) ? se.getWidgetComponent(e).then(({ default: B }) => {
k(E.createElement(B, { ...i, $setting: o }));
}).catch((B) => k(B.toString())) : E.isValidElement(e) ? k(E.cloneElement(e, { ...i, $setting: o })) : (cn(e) || y.isFunction(e) && ["component", "fsdpf-component"].includes(n)) && k(E.createElement(e, { ...i, $setting: o }));
}, [e, n, i]);
const M = (B, Q = !1) => (g(B), !B && f("hover"), B ? l == null ? void 0 : l(S) : s == null ? void 0 : s(Q)), D = (B) => {
g(!0), f("click");
};
return h(_i, { zIndex: A, placement: $, onPopupClick: D, onClick: D, open: m, align: F, arrow: O, trigger: w, getPopupContainer: N || V ? void 0 : (B) => B, content: h(Qr, { ...v, extras: u, children: P && E.cloneElement(P, { ...S, $setProps: b, $close: (B) => M(!1, B) }) }), children: c, onOpenChange: M });
}, Qr = ({ title: t, className: e, classNames: n, children: i, extras: r, width: o, height: a, ...s }) => {
const [l, c] = L({}), u = G((w, f) => c((S) => ({ ...S, [w]: f })), []), p = G((w) => c((f) => ({ ...f, [w]: void 0 })), []), m = 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 h(ht.Provider, { value: { ele: l, mount: u, unmount: p }, children: I("div", { className: j("ff-popup ff-popover", e, l.rootClassName), style: { width: o ?? 260, height: a }, ...s, children: [I("div", { className: j("ff-popup-header", "ff-popover-header", n == null ? void 0 : n.header), children: [m, l == null ? void 0 : l["sub-title"]] }), h("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: o, type: a = "default", iconPosition: s = "start", noAuthType: l, onAfterClick: c, onBeforeClick: u, data: p, loading: m, disabled: g, tooltip: w, confirm: f, widget: S = () => {
}, widgetType: b, widgetData: P, widgetProps: k, widgetSetting: $, widgetContainerProps: F, ...A }) {
const { mode: O, ...N } = F || {}, V = ui({ className: e, name: r, type: a, icon: o, iconPosition: s }, n ?? t), v = h(kt, { ...V, ...A, children: i || r });
if (O === "popover" && !["destroy", "redirect", "func"].includes(b)) return h(Ft, { data: p, widget: S, widgetType: b, widgetData: P, widgetProps: k, widgetSetting: $, widgetContainerProps: N, onAfterClick: c, onBeforeClick: u, children: v });
const M = y.isEmpty(w) || !w.enabled ? {} : w, D = y.isEmpty(f) ? { enabled: !1 } : Object.assign({ enabled: !0 }, f), [B, Q] = L(!1), [Pe, { disabled: q, loading: ce }] = Xr({ widget: S, widgetType: b, widgetData: P, widgetProps: k, widgetSetting: $, widgetContainerProps: N }, { onAfterClick: c, onBeforeClick: u });
return h(Ji, { okText: "确定", cancelText: "取消", getPopupContainer: (H) => H, ...D, disabled: q || g, open: B, onOpenChange: (H) => {
if (!H) return Q(H);
D.enabled ? Q(H) : Pe(p);
}, onConfirm: (H) => {
Pe(p, H);
}, onClick: (H) => {
H.stopPropagation();
}, children: h(Gi, { getPopupContainer: (H) => H, ...M, title: B ? null : M == null ? void 0 : M.title, trigger: ["hover", "click"], children: E.cloneElement(v, { loading: ce || m, 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"), eo = ft("circle"), to = ft("round"), no = ft("dashed"), In = ({ options: t = [], triggerWeights: e = ["grid-layout-form", "grid-layout", "fsdpf-component", "print"], onAfterClick: n = (g, w, f) => {
}, onBeforeClick: i = (g, w, f) => {
}, labelVariant: r = "link", labelSize: o, labelRender: a, btnVariant: s, btnSize: l, btnRender: c = (g, w) => h(R, { ...g, data: w }, g.uuid || Dt()), widgetContainerProps: u = {}, children: p, data: m }) => {
if (y.isEmpty(t)) return p;
l ?? (l = o), s ?? (s = r);
const [g, w] = z(() => (t || []).reduce((b, P) => {
const k = e.indexOf(P.widgetType);
return k === -1 ? b[1].push(P) : b[0] ? k < e.indexOf(b[0].widgetType) ? (b[1].push(b[0]), b[0] = P) : b[1].push(P) : b[0] = P, b;
}, [null, []]), [t, e]);
a ? p = a(g, m) || p : p || (p = h(kt, { ...ui(Object.assign(g != null && g.name || g != null && g.icon ? {} : { icon: "icon-location" }, g, { size: o }), r) }));
const f = w.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: y.partialRight(n, b, m), onBeforeClick: y.partialRight(i, b, m) }, { size: l, variant: s }), m));
let S = f;
return (f == null ? void 0 : f.length) > 1 && (S = s == "link" ? h(Bt, { split: h(Yi, { type: "vertical" }), size: l, children: f }) : h(Bt.Compact, { size: l, children: f })), g ? h(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: m, widgetData: g == null ? void 0 : g.widgetData, extras: S, onAfterClick: y.partialRight(n, g, m), onBeforeClick: y.partialRight(i, g, m), children: p }) : S;
};
In.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 = eo, R.Circle.defaultProps = R.defaultProps, R.Circle.propTypes = R.propTypes, R.Round = to, R.Round.defaultProps = R.defaultProps, R.Round.propTypes = R.propTypes, R.Dashed = no, R.Dashed.defaultProps = R.defaultProps, R.Dashed.propTypes = R.propTypes, R.Popover = Ft, R.GroupPopover = In;
const io = ({ fields: t, formProps: e, $close: n }) => {
const [i] = ae.useForm(), r = z(() => [{ name: "__PROPS__", value: e }], [e]);
return h(ne, { actions: I(E.Fragment, { children: [h(R, { name: "取消", widget: () => n(!1) }), h(R, { name: "确定", type: "primary", widget: () => i.validateFields(!0).then(n) })] }), children: h(ae, { fields: r, form: i, className: "ff-modal-form", children: t == null ? void 0 : t.map(({ code: o, ...a }) => h(an, { code: o, ...a }, o)) }) });
}, ro = ({ className: t, classNames: e, $close: n, children: i, title: r, subTitle: o, actions: a, 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: [h("button", { "aria-label": "Close", className: j("ff-popup-close", "ff-drawer-close", e == null ? void 0 : e.close), onClick: l.onClose, children: h(nn, { type: "close" }) }), r, o] }), h("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, a] })] }), oo = ({ className: t, classNames: e, $close: n, $event: i, children: r, title: o, subTitle: a, actions: s, extras: l, placement: c, ...u }) => {
const { style: p, rest: m } = ((w, f = ["height", "width", "style"]) => {
const S = { ...w }, b = {};
for (const P of f) P === "style" ? Object.assign(b, S.style) : S[P] !== void 0 && (b[P] = S[P]), delete S[P];
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 h(rr, { ...m, ...g, prefixCls: "ff-modal", className: j("ff-popup", t), modalRender: () => I(E.Fragment, { children: [h("button", { className: j("ff-popup-close", "ff-modal-close", e == null ? void 0 : e.close), onClick: m.onClose, children: h(nn, { 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: [o, a] }), h("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, ...o }) => {
const [a, s] = L({}), [l, c] = L(!0), u = G((w, f) => s((S) => ({ ...S, [w]: f })), []), p = G((w) => s((f) => ({ ...f, [w]: void 0 })), []);
let m = { ...o, className: a.rootClassName, title: a.title || r && E.createElement("div", { className: j("ff-popup-title") }, r), subTitle: a["sub-title"], actions: a.actions, extras: a.extras, children: i, $close: e, $event: n, onClose: () => c(!1) };
const g = () => {
e(!1);
};
return h(ht.Provider, { value: { ele: a, mount: u, unmount: p }, children: t && t !== "center" ? h(ro, { ...m, placement: t, open: l, afterOpenChange: (w) => !w && g() }) : h(oo, { ...m, visible: l, afterClose: g }) });
};
pi.propTypes = { placement: C.oneOf(["center", "left", "top", "right", "bottom"]) };
const ao = ({ widget: t, widgetProps: e, $close: n, onSetProps: i }) => {
const [r, o] = L(e || {}), a = Vn(e);
Zt(() => {
const l = a ?? {}, c = e ?? {}, u = Object.keys({ ...l, ...c }).reduce((p, m) => (l[m] !== c[m] && (p[m] = c[m]), p), {});
Object.keys(u).length > 0 && o((p) => ({ ...p, ...u }));
}, [e]);
const s = G((l) => {
o((c) => ({ ...c, ...l })), i == null || i(l);
}, [i]);
return E.isValidElement(t) ? E.cloneElement(t, { ...r, $close: n, $setProps: s }) : t != null && t.name || $n.isForwardRef(t) || (t == null ? void 0 : t.$$typeof) === $n.ForwardRef ? E.createElement(t, { ...r, $close: n, $setProps: s }) : t;
}, X = () => {
const [t, e] = Vi({ maxCount: 6, motion: { motionName: "ff-notification-fade", motionAppear: !0, motionEnter: !0, motionLeave: !0, onLeaveStart: (o) => {
const { offsetHeight: a } = o;
return { height: a };
}, onLeaveActive: () => ({ height: 0, opacity: 0, margin: 0 }) }, prefixCls: "ff-notification" }), [, n] = E.useReducer((o) => o + 1, 0);
U(() => {
X.$onClick = i, X.$queue.forEach(([o, a, s, l]) => {
l == null || l(r([a, s], ...o));
}), X.$queue = [];
}, []);
const i = (o, a = {}, s = {}) => {
let l;
const c = new Promise((u, p) => {
l = r([u, p], o, a, s);
});
return c.update = l, c;
}, r = ([o, a], s, l = {}, c = {}) => {
const u = X.$index++;
if (s === qn) return t.open({ ...c, key: u, content: E.createElement(s, { ...l, $close: () => t.close(u) }) }), () => {
};
const { $setProps: p, ...m } = l;
return X.$popups.set(u, { widget: s, widgetProps: m, widgetContainerProps: c, $close: (g) => ((w, f) => (X.$popups.delete(w), n(), f == null ? void 0 : f()))(u, () => o(g)), onSetProps: p }), n(), (g, w) => {
const f = X.$popups.get(u);
f && (X.$popups.set(u, { ...f, widgetProps: g ? { ...f.widgetProps, ...g } : f.widgetProps, widgetContainerProps: w ? { ...f.widgetContainerProps, ...w } : f.widgetContainerProps }), n());
};
};
return I(E.Fragment, { children: [Array.from(X.$popups).map(([o, { widget: a, widgetProps: s, widgetContainerProps: l, $close: c, onSetProps: u }]) => h(pi, { maskClosable: !1, $event: s == null ? void 0 : s.$event, ...l, $close: c, children: h(ao, { widget: a, widgetProps: s, $close: c, onSetProps: u }) }, o)), e] });
};
X.$popups = /* @__PURE__ */ new Map(), X.$index = 0, X.$queue = [], X.$onClick = (...t) => {
const e = new Promise((n, i) => {
X.$queue.push([t, n, i, (r) => {
e.update = r;
}]);
});
return e;
};
const Ln = (t, e, n = {}) => X.$onClick(t, e, n), Mt = (t, { showProgress: e, duration: n, ...i } = { duration: 1.5 }) => X.$onClick(qn, { content: t, ...i }, { showProgress: e, duration: n }), re = { modal: Ln, confirm: (t, e = {}) => X.$onClick(or, { content: t, ...e }, { placement: "center" }), form: (t, e = {}, n = {}) => Ln(io, { 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 && oe.redirect(qe.get("Common.WEBSITE_LOGIN_PAGE")));
var Xe, Ue, Qe;
const ee = class ee {
constructor() {
T(this, "appUrl", "");
x(this, Xe, null);
return d(ee, Ue) || (K(ee, Qe, new Wt()), K(ee, 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(ee, Qe)[n];
} }))), d(ee, Ue);
}
init(e, n, i) {
De.defaults.baseURL = this.appUrl = i, De.defaults.timeout = 15e3, d(ee, 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(), x(ee, Ue), x(ee, Qe), T(ee, "getInstance", () => d(ee, Ue) ?? K(ee, Ue, new ee()));
let Xt = ee;
const W = Xt.getInstance();
class ln extends Error {
constructor(e, n) {
super(n), Error.captureStackTrace && Error.captureStackTrace(this, ln), !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() {
x(this, Ze, /* @__PURE__ */ new Map());
T(this, "setVendor", (e, n) => d(this, Ze).set(e, new zn(n, async (i, r) => {
var a, s;
if (!(i != null && i.default)) throw "@pkg not found";
let o = () => r;
switch ("function") {
case typeof (o = (a = i.default) == null ? void 0 : a[`./${r}/index.jsx`]):
case typeof (o = (s = i.default) == null ? void 0 : s[`./${r}/index.js`]):
return o();
}
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 ln(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: o, ...a } = W.decode(window.localStorage.getItem(Vt) || "", {});
return o === r ? Promise.resolve(a) : 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), oe.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(), x(be, Le, null), T(be, "getInstance", () => (d(be, Le) || K(be, Le, new be()), d(be, Le)));
let Qt = be;
const se = Qt.getInstance(), so = E.createContext({ user: {}, initUser: () => {
}, initUserComplete: !1 }), lo = E.createContext({ set: () => {
}, get: () => {
}, assign: () => {
}, currentRoute: () => {
} }), cn = (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;
}, co = (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);
}, uo = Object.freeze(Object.defineProperty({ __proto__: null, AppContext: so, AppGlobalParamsContext: lo, cache: zn, configure: qe, default: se, func: Me, http: W, insertStyle: co, isReactComponent: cn, route: oe }, Symbol.toStringTag, { value: "Module" }));
var ve, et, Ne, ke, Se, ie, te, Y, Ee, ct, dt, ut, pt, Nt, gt;
const dn = class dn {
constructor(e, n = "/") {
x(this, ve, "/");
x(this, et, /* @__PURE__ */ new Set());
x(this, Ne, (e) => {
for (const n of d(this, et)) try {
n(e);
} catch (i) {
console.error("Error in VirtualFS event listener:", i);
}
});
x(this, ke, (e) => {
const n = Date.now();
if (e && (e.lastModified = n), d(this, ve) != "/") {
const i = d(this, Y).call(this, d(this, ve));
i && (i.lastModified = n);
}
this.root.lastModified = n;
});
x(this, Se, (e) => {
let n = he.normalize(e);
return n.startsWith("/") || (n = "/" + n), n.length > 1 && n.endsWith("/") && (n = n.slice(0, -1)), n;
});
x(this, ie, (e) => {
const n = he.join(d(this, ve), e);
return d(this, Se).call(this, n);
});
x(this, te, (e) => {
if (!e || typeof e != "string") return !1;
const n = d(this, Se).call(this, e);
return !n.includes("..") && n.startsWith("/");
});
x(this, Y, (e) => {
var o;
const n = d(this, Se).call(this, e);
if (n === "/") return this.root;
const i = n.split("/").filter((a) => a);
let r = this.root;
for (const a of i) {
if (r.type !== "dir") return null;
const s = (o = r.children) == null ? void 0 : o.find((l) => l.name === a);
if (!s) return null;
r = s;
}
return r;
});
x(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 };
});
x(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, ve), he.join(n, r))) : e);
x(this, dt, async (e, n, i, r = "") => {
const o = [], a = d(this, Y).call(this, e);
if (!a || a.type !== "dir") return o;
const s = a.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) && o.push(p);
else if (l.type === "dir" && i) {
const m = await d(this, dt).call(this, u, n, i, p);
o.push(...m);
}
} catch {
continue;
}
}
return o;
});
x(this, ut, async (e, n, i, r = "") => {
const o = [], a = Array.isArray(n) ? n : [n], s = d(this, Y).call(this, e);
if (!s || s.type !== "dir") return o;
if (!i) {
for (const c of a) if (d(this, pt).call(this, c)) {
const u = await d(this, Nt).call(this, e, c);
o.push(...u);
} else {
const u = he.join(e, c), p = d(this, Se).call(this, u);
d(this, Y).call(this, p) && o.push(c);
}
return o;
}
const l = s.children;
for (const c of l) {
const u = c.name, p = e === "/" ? `/${u}` : `${e}/${u}`, m = r ? `${r}/${u}` : u;
try {
if (c.type === "file") for (const g of a) {
let w = !1;
if (w = d(this, pt).call(this, g) ? d(this, gt).call(this, u, g) : u === g, w) {
o.push(m);
break;
}
}
else if (c.type === "dir") {
const g = await d(this, ut).call(this, p, n, i, m);
o.push(...g);
}
} catch {
continue;
}
}
return o;
});
x(this, pt, (e) => /[*?[\]{}]/.test(e));
x(this, Nt, async (e, n) => {
const i = [], r = d(this, Y).call(this, e);
if (!r || r.type !== "dir") return i;
const o = r.children.map((a) => a.name);
for (const a of o) d(this, gt).call(this, a, n) && i.push(a);
return i;
});
x(this, gt, (e, n) => {
const i = n.replace(/\./g, "\\.").replace(/\*/g, ".*").replace(/\?/g, ".").replace(/\{([^}]+)\}/g, (r, o) => "(" + o.split(",").join("|") + ")");
return new RegExp(`^${i}$`).test(e);
});
var i, r, o;
K(this, ve, 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 = []), (o = this.root).lastModified ?? (o.lastModified = Date.now())));
}
async stat(e) {
const n = d(this, ie).call(this, e);
if (!d(this, te).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, ie).call(this, e);
if (!d(this, te).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, ie).call(this, e);
if (!d(this, te).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, ie).call(this, e);
if (!d(this, te).call(this, i)) throw new Error(`EINVAL: invalid path '${e}'`);
const { parent: r, name: o } = 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 a = r.children.findIndex((c) => c.name === o), s = a >= 0, l = { name: o, type: "file", content: n, lastModified: Date.now() };
s ? r.children[a] = 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, ie).call(this, e);
if (!d(this, te).call(this, i)) throw new Error(`EINVAL: invalid path '${e}'`);
const { recursive: r } = n;
if (r) {
const o = i.split("/").filter((s) => s);
let a = "/";
for (const s of o)
if (a = he.join(a, s), !d(this, Y).call(this, a)) {
const { parent: l, name: c } = d(this, Ee).call(this, a);
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, a), type: "dir", timestamp: Date.now() });
}
}
} else {
const { parent: o, name: a } = d(this, Ee).call(this, i);
if (!o) throw new Error(`ENOENT: no such file or directory, mkdir '${e}'`);
if (o.type !== "dir") throw new Error("ENOTDIR: not a directory");
if (o.children.find((l) => l.name === a)) throw new Error(`EEXIST: file already exists, mkdir '${e}'`);
const s = { name: a, type: "dir", children: [], lastModified: Date.now() };
o.children.push(s), d(this, ke).call(this, o), d(this, Ne).call(this, { action: "create", path: i, type: "dir", timestamp: Date.now() });
}
}
async unlink(e) {
const n = d(this, ie).call(this, e);
if (!d(this, te).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 o = i.children.findIndex((a) => a.name === r);
if (o < 0) throw new Error(`ENOENT: no such file or directory, unlink '${e}'`);
if (i.children[o].type !== "file") throw new Error(`EISDIR: illegal operation on a directory, unlink '${e}'`);
i.children.splice(o, 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, ie).call(this, e);
if (!d(this, te).call(this, i)) throw new Error(`EINVAL: invalid path '${e}'`);
const { parent: r, name: o } = d(this, Ee).call(this, i);
if (!r) throw new Error(`ENOENT: no such file or directory, rmdir '${e}'`);
const a = r.children.findIndex((l) => l.name === o);
if (a < 0) throw new Error(`ENOENT: no such file or directory, rmdir '${e}'`);
const s = r.children[a];
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(a, 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, ie).call(this, e), r = d(this, ie).call(this, n);
if (!d(this, te).call(this, i)) throw new Error(`EINVAL: invalid path '${e}'`);
if (!d(this, te).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: o, name: a } = 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 = o.children.findIndex((p) => p.name === a), u = { ...o.children[c], name: l, lastModified: Date.now() };
o.children.splice(c, 1), s.children.push(u), d(this, ke).call(this, o), o !== 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, ie).call(this, e);
return d(this, te).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, ve);
}
scope(e = "/") {
const n = d(this, Se).call(this, e);
if (!d(this, te).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 dn(this.root, n);
}
async findFiles(e, n, i = {}) {
const r = d(this, ie).call(this, e);
if (!d(this, te).call(this, r)) throw new Error(`EINVAL: invalid path '${e}'`);
const o = d(this, Y).call(this, r);
if (!o) throw new Error(`ENOENT: no such file or directory '${e}'`);
if (o.type !== "dir") throw new Error(`ENOTDIR: not a directory '${e}'`);
const { recursive: a = !1, fullPath: s = !1 } = i;
if (typeof n == "function") {
const c = await d(this, dt).call(this, r, n, a);
return d(this, ct).call(this, c, r, s);
}
const l = await d(this, ut).call(this, r, n, a);
return d(this, ct).call(this, l, r, s);
}
};
ve = new WeakMap(), et = new WeakMap(), Ne = new WeakMap(), ke = new WeakMap(), Se = new WeakMap(), ie = new WeakMap(), te = 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 Mn = dn;
const po = async (t, e = "/", n = "") => {
try {
const i = await t.stat(e), r = e === "/" ? "/" : he.basename(e), o = { title: r, key: n ? `${n}${e}` : e, isLeaf: i.isFile() };
if (i.isDirectory()) {
const a = await t.dir(e);
if (a.length > 0) {
o.children = [];
const s = [], l = [];
for (const c of a) {
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 po(t, u, n);
o.children.push(p);
} catch (p) {
console.warn(`Failed to process ${u}:`, p.message);
}
}
}
}
return o;
} catch {
return null;
}
};
export {
Ko as $,
dr as A,
Ao as B,
Io as C,
St as D,
Jn as E,
Kt as F,
Vo as G,
Er as H,
ur as I,
pr as J,
Tr as K,
Or as L,
Do as M,
Wo as N,
pe as O,
Fr as P,
Tt as Q,
Zn as R,
oi as S,
Lt as T,
Bo as U,
zo as V,
Uo as W,
qo as X,
jr as Y,
Ar as Z,
Ir as _,
Hn as a,
Lr as a0,
Ot as a1,
Ho as a2,
mt as a3,
Rt as a4,
_o as a5,
Jo as a6,
Mr as a7,
ci as a8,
Hr as a9,
zn as aA,
qe as aB,
Me as aC,
oe as aD,
so as aE,
lo as aF,
Mn as aG,
po as aH,
ao as aI,
sn 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,
Go as aj,
Et as ak,
R as al,
Kn as am,
Xr as an,
ne as ao,
ht as ap,
Un as aq,
X as ar,
re as as,
Ro as at,
Fo as au,
jo as av,
se as aw,
cn as ax,
co as ay,
W as az,
Gn as b,
Lo as c,
Yn as d,
rn as e,
ei as f,
ar as g,
ii as h,
xr as i,
ni as j,
$r as k,
Mo as l,
ti as m,
Qn as n,
Xn as o,
Cr as p,
br as q,
yr as r,
on as s,
le as t,
Pr as u,
Sr as v,
Nr as w,
gr as x,
mr as y,
cr as z
};