ono-react-element 0.0.6 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/dist/es/AutoSliderList-Dy-otnYu.js +30 -0
  2. package/dist/es/AvatarCrop-DrA-SARP.js +65 -0
  3. package/dist/es/Button-C89izu2m.js +26 -0
  4. package/dist/es/Card3D-DMvCSUhe.js +18 -0
  5. package/dist/es/Checkbox-daBabj14.js +19 -0
  6. package/dist/es/InjunctiveBox-D0V-K9Pn.js +11 -0
  7. package/dist/es/Input-Z3uL5-nj.js +80 -0
  8. package/dist/es/List-UAKCMuGC.js +19 -0
  9. package/dist/es/MenuButton-DHkU5Bq7.js +17 -0
  10. package/dist/es/Message-GvTC61N0.js +68 -0
  11. package/dist/es/Modal-C-c_S_VM.js +32 -0
  12. package/dist/es/Pagination-m71H2tfS.js +17 -0
  13. package/dist/es/PortalRenderer-CDAzQJgm.js +19 -0
  14. package/dist/es/Radio-D_GKVoOC.js +25 -0
  15. package/dist/es/Select-y-aAIqxg.js +23 -0
  16. package/dist/es/SvgImg-CZwq2D7J.js +14 -0
  17. package/dist/es/Switch-CN3M5pXb.js +34 -0
  18. package/dist/es/TemplateDialog-fX7Ie-xU.js +45 -0
  19. package/dist/es/Toast-BadlA1yD.js +42 -0
  20. package/dist/es/Tooltip-C5OFmxWo.js +29 -0
  21. package/dist/es/VirtualList-BeDq637Z.js +65 -0
  22. package/dist/es/Waterfall-a_c3urjB.js +55 -0
  23. package/dist/es/dependencies-CbQbPZZ-.js +15524 -0
  24. package/dist/es/hooks-Dew3_cmY.js +103 -0
  25. package/dist/es/index.js +106 -231
  26. package/dist/es/utils-BxXROOPY.js +394 -0
  27. package/dist/index.css +1 -1
  28. package/dist/style/AutoSliderList.css +1 -0
  29. package/dist/style/AvatarCrop.css +1 -0
  30. package/dist/style/Button.css +1 -0
  31. package/dist/style/Card3D.css +1 -0
  32. package/dist/style/Checkbox.css +1 -0
  33. package/dist/style/Input.css +1 -0
  34. package/dist/style/MenuButton.css +1 -0
  35. package/dist/style/Message.css +1 -0
  36. package/dist/style/Modal.css +1 -0
  37. package/dist/style/Pagination.css +1 -0
  38. package/dist/style/Radio.css +1 -0
  39. package/dist/style/Select.css +1 -0
  40. package/dist/style/SvgImg.css +1 -0
  41. package/dist/style/Switch.css +1 -0
  42. package/dist/style/TemplateDialog.css +1 -0
  43. package/dist/style/Toast.css +1 -0
  44. package/dist/style/Tooltip.css +1 -0
  45. package/dist/style/Waterfall.css +1 -0
  46. package/dist/style/index.css +1 -0
  47. package/dist/types/index.d.ts +2 -2
  48. package/dist/types/printLogo.d.ts +1 -0
  49. package/dist/types/utils/common.d.ts +36 -20
  50. package/dist/umd/index.css +1 -1
  51. package/dist/umd/index.css.br +0 -0
  52. package/dist/umd/index.css.gz +0 -0
  53. package/dist/umd/index.umd.cjs +16583 -295
  54. package/dist/umd/index.umd.cjs.br +0 -0
  55. package/dist/umd/index.umd.cjs.gz +0 -0
  56. package/package.json +56 -49
  57. package/dist/es/AutoSliderList-DN4Sec6L.js +0 -106
  58. package/dist/es/AvatarCrop-DzGw2FVQ.js +0 -225
  59. package/dist/es/Button-CdxyXFF4.js +0 -72
  60. package/dist/es/Card3D-sf3zmiHk.js +0 -41
  61. package/dist/es/Checkbox-BN7rT73n.js +0 -62
  62. package/dist/es/InjunctiveBox-CGpy0PxH.js +0 -39
  63. package/dist/es/Input-DoY3kR7J.js +0 -301
  64. package/dist/es/List-B9mP7VjN.js +0 -35
  65. package/dist/es/MenuButton-CuOdVlg0.js +0 -62
  66. package/dist/es/Message-TfweOOpK.js +0 -219
  67. package/dist/es/Modal-CHgTYu-I.js +0 -154
  68. package/dist/es/Pagination-BtmtUkVw.js +0 -110
  69. package/dist/es/PortalRenderer-8Iur-eZp.js +0 -38
  70. package/dist/es/Radio-BmSpqdK8.js +0 -113
  71. package/dist/es/SvgImg-Bcmzdjzl.js +0 -38
  72. package/dist/es/Switch-DwDBR0sG.js +0 -110
  73. package/dist/es/TemplateDialog-SXrElzoR.js +0 -75
  74. package/dist/es/Toast-C7ybVNyd.js +0 -174
  75. package/dist/es/Tooltip-BtzG0TSW.js +0 -94
  76. package/dist/es/VirtualList-OG7kqLe0.js +0 -160
  77. package/dist/es/Waterfall-GHdJxww4.js +0 -131
  78. package/dist/es/dependencies-DWmdjl5u.js +0 -25491
  79. package/dist/es/hooks-CQN6qu4t.js +0 -159
  80. package/dist/es/utils-BLV_TQU3.js +0 -585
@@ -0,0 +1,42 @@
1
+ import { j as s } from "./dependencies-CbQbPZZ-.js";
2
+ import { useEffect as e, useRef as t } from "react";
3
+ import { i } from "./InjunctiveBox-D0V-K9Pn.js";
4
+ const a = "_enter_3s92l_32";
5
+ let r = [];
6
+ const c = { success: { light: "#52c41a", dark: "#49aa19" }, error: { light: "#ff4d4f", dark: "#a61d24" }, warning: { light: "#faad14", dark: "#d89614" }, promise: { light: "", dark: "" } }, o = (s2, e2) => c[s2][e2], n = (e2) => {
7
+ switch (e2) {
8
+ case "success":
9
+ return s.jsx("svg", { viewBox: "0 0 1024 1024", focusable: "false", "data-icon": "check-circle", width: "24px", height: "24px", fill: o(e2, "light"), "aria-hidden": "true", children: s.jsx("path", { d: "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 01-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z" }) });
10
+ case "error":
11
+ return s.jsx("svg", { viewBox: "0 0 1024 1024", focusable: "false", "data-icon": "close-circle", width: "24px", height: "24px", fill: o(e2, "light"), "aria-hidden": "true", children: s.jsx("path", { d: "M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64zm127.98 274.82h-.04l-.08.06L512 466.75 384.14 338.88c-.04-.05-.06-.06-.08-.06a.12.12 0 00-.07 0c-.03 0-.05.01-.09.05l-45.02 45.02a.2.2 0 00-.05.09.12.12 0 000 .07v.02a.27.27 0 00.06.06L466.75 512 338.88 639.86c-.05.04-.06.06-.06.08a.12.12 0 000 .07c0 .03.01.05.05.09l45.02 45.02a.2.2 0 00.09.05.12.12 0 00.07 0c.02 0 .04-.01.08-.05L512 557.25l127.86 127.87c.04.04.06.05.08.05a.12.12 0 00.07 0c.03 0 .05-.01.09-.05l45.02-45.02a.2.2 0 00.05-.09.12.12 0 000-.07v-.02a.27.27 0 00-.05-.06L557.25 512l127.87-127.86c.04-.04.05-.06.05-.08a.12.12 0 000-.07c0-.03-.01-.05-.05-.09l-45.02-45.02a.2.2 0 00-.09-.05.12.12 0 00-.07 0z" }) });
12
+ case "warning":
13
+ return s.jsx("svg", { viewBox: "0 0 1024 1024", focusable: "false", "data-icon": "exclamation-circle", width: "24px", height: "24px", fill: o(e2, "light"), "aria-hidden": "true", children: s.jsx("path", { d: "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 010-96 48.01 48.01 0 010 96z" }) });
14
+ }
15
+ }, l = ({ type: i2, speed: r2 = 200, message: c2, duration: o2 = 2e3, className: l2, style: m2, isUseEnterAnimation: d = true, promiseOptions: h, toastList: u, handleDestroy: g }) => {
16
+ const y = t(null);
17
+ return e(() => {
18
+ y.current && (y.current.style.setProperty("--speed", r2 / 1e3 + "s"), d && y.current.classList.add(a), "promise" !== i2 && setTimeout(() => {
19
+ var _a, _b;
20
+ (_a = y.current) == null ? void 0 : _a.classList.remove(a), (_b = y.current) == null ? void 0 : _b.classList.add("_leave_3s92l_36");
21
+ }, o2 - r2));
22
+ }, [y]), e(() => {
23
+ "promise" === i2 ? ("function" == typeof c2 ? c2() : c2).then((s2) => setTimeout(() => {
24
+ g(), p({ type: "success", message: "function" == typeof (h == null ? void 0 : h.success) ? h.success(s2) : (h == null ? void 0 : h.success) || "", isUseEnterAnimation: false, toastList: u });
25
+ }, r2)).catch((s2) => setTimeout(() => {
26
+ g(), p({ type: "error", message: "function" == typeof (h == null ? void 0 : h.error) ? h.error(s2) : (h == null ? void 0 : h.error) || "", isUseEnterAnimation: false, toastList: u });
27
+ }, r2)) : setTimeout(() => g(() => u = []), o2);
28
+ }, [i2]), s.jsxs("div", { ref: y, className: ["promise" === i2 ? "_promise_3s92l_15" : "_base_3s92l_15", l2].join(" "), style: m2, onClick: () => {
29
+ }, children: [s.jsx("div", { className: "_icon_3s92l_40", children: n(i2) }), s.jsx("p", { children: "string" == typeof c2 ? c2 : h && h.loading })] });
30
+ }, p = ({ type: t2, speed: a2 = 200, message: r2, duration: c2 = 2e3, zIndex: o2 = 9999, className: n2, style: p2, isUseEnterAnimation: m2 = true, promiseOptions: d, toastList: h }) => i({ className: "_container_3s92l_1", isSingle: true, style: { zIndex: o2 }, content: (i2) => (e(() => {
31
+ }, [h]), s.jsx(l, { className: n2, style: p2, type: t2, message: r2, speed: a2, duration: c2, isUseEnterAnimation: m2, promiseOptions: d, handleDestroy: i2, toastList: h })) }), m = { success: (s2) => {
32
+ r.push({ type: "success", message: s2 }), p("string" == typeof s2 ? { type: "success", message: s2, toastList: r } : { type: "success", ...s2, toastList: r });
33
+ }, error: (s2) => {
34
+ r.push({ type: "error", message: s2 }), p("string" == typeof s2 ? { type: "error", message: s2, toastList: r } : { type: "error", ...s2, toastList: r });
35
+ }, warning: (s2) => {
36
+ r.push({ type: "warning", message: s2 }), p("string" == typeof s2 ? { type: "warning", message: s2, toastList: r } : { type: "warning", ...s2, toastList: r });
37
+ }, promise: (s2, e2) => {
38
+ r.push({ type: "promise", message: s2 }), p({ type: "promise", message: s2, promiseOptions: e2, toastList: r });
39
+ } };
40
+ export {
41
+ m as t
42
+ };
@@ -0,0 +1,29 @@
1
+ import { j as e } from "./dependencies-CbQbPZZ-.js";
2
+ import { createPopper as r } from "@popperjs/core";
3
+ import { useState as t, useRef as n, useEffect as o } from "react";
4
+ import { c } from "./hooks-Dew3_cmY.js";
5
+ let s = null, l = null;
6
+ const p = ({ children: p2, content: i, onOpenChange: u, trigger: a = "hover", placement: m = "top", popperOptions: d = {}, className: f, style: h, isShowArrow: w = true, sameWidth: x, autoAdjustOverflow: j = true }) => {
7
+ const [v, y] = t(false), g = n(null), k = n(null), b = (e2) => {
8
+ u == null ? void 0 : u(e2), y(e2);
9
+ };
10
+ return c(k, () => {
11
+ "click" !== a && "contextmenu" !== a || b(false);
12
+ }, { event: ["click", "contextmenu"], deps: [a, u] }), o(() => {
13
+ (() => {
14
+ if (!k.current) return;
15
+ const e2 = Array.from(k.current.children);
16
+ if (e2.length > 1) throw new Error("Tooltip only support one child");
17
+ k.current.style.width = e2[0].getBoundingClientRect().width + "px";
18
+ })();
19
+ }, [k, p2]), o(() => {
20
+ k.current && ("hover" === a ? (k.current.onmouseenter = () => b(true), k.current.onmouseleave = () => b(false)) : "click" === a ? k.current.onclick = () => b(!v) : "focus" === a ? (k.current.onfocus = () => b(true), k.current.onblur = () => b(false)) : k.current.oncontextmenu = () => b(!v)), v && k.current && g.current ? l = r(k.current, g.current, { placement: m, modifiers: [{ name: "offset", options: { offset: [0, 6] } }, x ? { name: "sameWidth", enabled: true, phase: "beforeWrite", requires: ["computeStyles"], fn({ state: e2 }) {
21
+ e2.styles.popper.width = `${e2.rects.reference.width}px`;
22
+ }, effect({ state: e2 }) {
23
+ e2.elements.popper.style.width = `${e2.elements.reference.offsetWidth}px`;
24
+ } } : {}, j ? { name: "flip", enabled: true } : {}], ...d }) : l && (l.destroy(), l = null, s && s.remove(), s = null);
25
+ }, [v, k, g]), e.jsxs(e.Fragment, { children: [v && e.jsxs("div", { ref: g, style: h, className: ["ono-tooltip-popper", f].join(" "), "data-popper-placement": d.placement || m, children: [e.jsx("div", { children: i instanceof Function ? i() : i }), w && e.jsx("div", { className: "ono-tooltip-popper-arrow", "data-popper-arrow": true })] }), e.jsx("div", { ref: k, children: p2 instanceof Function ? p2() : p2 })] });
26
+ };
27
+ export {
28
+ p as T
29
+ };
@@ -0,0 +1,65 @@
1
+ import { j as e } from "./dependencies-CbQbPZZ-.js";
2
+ import { memo as t, useState as r, useMemo as i, useRef as n, useEffect as l } from "react";
3
+ import { a } from "./hooks-Dew3_cmY.js";
4
+ const s = t(({ containerClassName: t2, dataSource: s2, containerStyle: d2 = {}, onEndCallback: c, refreshSpeed: o = 50, wrapperClassName: h, wrapperStyle: u = {}, estimatedSize: p = 35, updateDataSourceScroll2Top: f, direction: g = "vertical" }) => {
5
+ const [v, S] = r({ viewSize: 0, startIndex: 0, listSize: 0, renderCount: 0, prevLen: 0 }), [x, m] = r([]), z = "number" == typeof p ? p : p(), w = i(() => Math.min(s2.length, v.startIndex + v.renderCount), [s2, v]), I = i(() => {
6
+ var _a;
7
+ return v.startIndex > 0 ? (_a = x[v.startIndex - 1]) == null ? void 0 : _a.end : 0;
8
+ }, [v.startIndex, x]), y = i(() => s2.slice(v.startIndex, w).map(({ id: t3, data: r2 }) => e.jsx("li", { "data-virtual-id": t3, style: "vertical" === g ? { width: "100%" } : { height: "100%" }, children: r2 }, t3)), [w, s2, v.startIndex, g]), C = i(() => ({ display: "flex", listStyle: "none", flexDirection: "vertical" === g ? "column" : "row", height: "vertical" === g ? v.listSize - I + "px" : "100%", width: "vertical" === g ? "auto" : v.listSize - I + "px", transform: "vertical" === g ? `translate3d(0, ${I}px, 0)` : `translate3d(${I}px, 0, 0)` }), [v.listSize, I, g]), j = n(null), L = n(null), N = (e2) => S((t3) => ({ ...t3, ...e2 })), b = /* @__PURE__ */ ((e2, t3 = 300) => {
9
+ let r2 = 0;
10
+ return () => {
11
+ const i2 = Date.now();
12
+ i2 - r2 >= t3 && (e2(), r2 = i2);
13
+ };
14
+ })(() => {
15
+ const { scrollTop: e2, clientHeight: t3, scrollHeight: r2, scrollLeft: i2, clientWidth: n2, scrollWidth: l2 } = j.current, a2 = "vertical" === g ? r2 - t3 - e2 : l2 - n2 - i2;
16
+ N({ startIndex: A(x, "vertical" === g ? e2 : i2) }), ("vertical" === g ? e2 === z / 2 : i2 === z / 2) && N({ startIndex: 0 }), a2 <= 20 && c && c();
17
+ }, o), A = (e2, t3) => {
18
+ let r2 = 0, i2 = e2.length - 1, n2 = -1;
19
+ for (; r2 <= i2; ) {
20
+ const l2 = r2 + Math.floor((i2 - r2) / 2), a2 = e2[l2].end;
21
+ if (a2 === t3) return l2 + 1;
22
+ a2 < t3 ? r2 = l2 + 1 : ((-1 === n2 || n2 > l2) && (n2 = l2), i2 = l2 - 1);
23
+ }
24
+ return n2;
25
+ };
26
+ return a("scroll", b, { target: j.current, deps: [x, g] }), l(() => {
27
+ (() => {
28
+ if (!j.current) return;
29
+ const e2 = ("vertical" === g ? j.current.offsetHeight : j.current.offsetWidth) || 0;
30
+ N({ viewSize: e2, renderCount: Math.ceil(e2 / z) + 1 });
31
+ })();
32
+ }, [j, g]), l(() => {
33
+ s2.length && L && (() => {
34
+ var _a;
35
+ const e2 = [], t3 = s2.length - v.prevLen, r2 = t3 > 0 ? x.length : 0, i2 = r2 > 0 ? x[r2 - 1].end : 0;
36
+ for (let r3 = 0; r3 < (t3 > 0 ? t3 : s2.length); r3++) {
37
+ const n2 = s2[(t3 > 0 ? v.prevLen : 0) + r3];
38
+ e2.push({ index: n2.id, size: z, start: i2 ? i2 + r3 * z : n2.id * z, end: i2 ? i2 + (r3 + 1) * z : (n2.id + 1) * z, dSize: 0 });
39
+ }
40
+ m((r3) => [...t3 > 0 ? r3 : [], ...e2]), N({ prevLen: s2.length }), f && ((_a = j.current) == null ? void 0 : _a.scrollTo(0, 0));
41
+ })();
42
+ }, [L, s2, f]), l(() => {
43
+ (() => {
44
+ if (!L.current || 0 === x.length) return;
45
+ const e2 = Array.from(L.current.childNodes);
46
+ if (!e2.length) return;
47
+ e2.forEach((e3) => {
48
+ const t4 = e3.getBoundingClientRect(), r3 = +e3.getAttribute("data-virtual-id"), i3 = x[r3], n2 = i3.size - ("vertical" === g ? t4.height : t4.width);
49
+ n2 && (i3.size = "vertical" === g ? t4.height : t4.width, i3.end = i3.end - n2, i3.dSize = n2);
50
+ });
51
+ const t3 = +e2[0].getAttribute("data-virtual-id"), r2 = x.length;
52
+ let i2 = x[t3].dSize;
53
+ x[t3].dSize = 0;
54
+ for (let e3 = t3 + 1; e3 < r2; e3++) {
55
+ const t4 = x[e3];
56
+ t4.start = x[e3 - 1].end, t4.end = t4.end - i2, t4.dSize && (i2 += t4.dSize, t4.dSize = 0);
57
+ }
58
+ N({ listSize: x[r2 - 1].end });
59
+ })();
60
+ }, [L, x, v.startIndex, g]), e.jsx("div", { ref: j, className: t2, style: { width: "100%", height: "100%", overflow: "auto", ...d2 }, children: e.jsx("ul", { ref: L, className: h, style: { ...C, ...u }, children: y }) });
61
+ }), d = (e2, t2) => e2.map((e3, r2) => ({ id: r2, data: t2(e3, r2) }));
62
+ export {
63
+ s as E,
64
+ d as c
65
+ };
@@ -0,0 +1,55 @@
1
+ import { j as e } from "./dependencies-CbQbPZZ-.js";
2
+ import { useState as t, useRef as a, useCallback as i, useEffect as n } from "react";
3
+ import { a as o } from "./hooks-Dew3_cmY.js";
4
+ const r = ({ options: r2, pageSize: l, children: s, request: d, reloadData: c, className: m, style: g, updateData: p, loading: h = true, bottomThreshold: u = 50 }) => {
5
+ const [f, x] = t({ page: 1, reloadData: c, loading: false, isFinish: false, gap: "number" == typeof r2 ? 0 : r2.gap, imageWidth: "number" == typeof r2 ? r2 : 0, columns: "number" == typeof r2 ? 0 : r2.columns, imageList: [] }), [y, w] = t([]), [W, b] = t([]), j = a(null), v = a(null), D = a(null), L = (e2) => x((t2) => ({ ...t2, ...e2 })), N = async (e2, t2) => {
6
+ const a2 = c && f.reloadData !== c;
7
+ if (f.isFinish) return;
8
+ L({ loading: true });
9
+ const i2 = await d(e2, t2);
10
+ F(i2), L({ isFinish: !i2.length, imageList: a2 ? [...i2] : [...f.imageList, ...i2], page: e2 + 1, loading: false });
11
+ }, F = (e2) => x((t2) => {
12
+ const a2 = c && f.reloadData !== c, i2 = a2 ? [] : [...W], n2 = a2 ? Array(t2.columns).fill(0) : [..."[]" !== JSON.stringify(y) ? y : Array(t2.columns).fill(0)];
13
+ return e2.forEach((e3) => {
14
+ const a3 = ((e4) => {
15
+ let t3 = 0, a4 = 0;
16
+ return t3 = e4.indexOf(Math.min(...e4)), a4 = e4[t3], { index: t3, height: a4 };
17
+ })(n2), o2 = Math.floor(e3.height * t2.imageWidth / e3.width);
18
+ i2.push({ x: a3.index % t2.columns !== 0 ? a3.index * t2.imageWidth + t2.gap * a3.index : a3.index * t2.imageWidth, y: a3.height }), n2[a3.index] += o2 + t2.gap, w(n2);
19
+ }), b(i2), t2;
20
+ }), M = i(() => {
21
+ if (!D.current) return;
22
+ const e2 = D.current.clientWidth;
23
+ let t2 = 0, a2 = f.page;
24
+ if (c && f.reloadData !== c && (x({ page: 1, reloadData: c, loading: false, isFinish: false, gap: "number" == typeof r2 ? 0 : r2.gap, imageWidth: "number" == typeof r2 ? r2 : 0, columns: "number" == typeof r2 ? 0 : r2.columns, imageList: [] }), w([]), b([]), a2 = 1), "number" == typeof r2) {
25
+ const a3 = Math.floor(e2 / f.imageWidth);
26
+ t2 = a3 - 1;
27
+ const i2 = t2 ? (e2 - a3 * f.imageWidth) / t2 : 0;
28
+ L({ columns: a3, gap: i2 });
29
+ } else {
30
+ t2 = f.columns - 1;
31
+ const a3 = (e2 - t2 * f.gap) / f.columns;
32
+ L({ imageWidth: a3 });
33
+ }
34
+ N(a2, l);
35
+ }, [f, c]), T = () => {
36
+ j.current && clearTimeout(j.current), j.current = setTimeout(M, 50);
37
+ }, z = /* @__PURE__ */ ((e2, t2 = 50) => {
38
+ let a2 = 0;
39
+ return () => {
40
+ const i2 = Date.now();
41
+ i2 - a2 >= t2 && (e2(), a2 = i2);
42
+ };
43
+ })(() => {
44
+ const { scrollTop: e2, clientHeight: t2, scrollHeight: a2 } = v.current;
45
+ a2 - t2 - e2 > u || !f.loading && N(f.page, l);
46
+ });
47
+ return o("scroll", z, { target: v.current, deps: [f.loading, f.page] }), n(() => (M(), window.addEventListener("resize", T), () => {
48
+ window.removeEventListener("resize", T);
49
+ }), [D, c]), n(() => {
50
+ p && N(f.page, l);
51
+ }, [p, f.loading, f.page, v.current]), e.jsxs("div", { className: "ono-waterfall-container", children: [e.jsx("div", { ref: v, className: [m, "ono-waterfall-content"].join(" ").trim(), style: g, children: e.jsx("div", { ref: D, className: "ono-waterfall-wrapper", style: { height: Math.max(...y) - f.gap + "px" }, children: f.imageList.map((t2, a2) => e.jsx("div", { className: "ono-waterfall-item", style: { width: `${f.imageWidth}px`, transform: `translate(${W[a2].x}px,${W[a2].y}px)` }, children: s(t2, a2) }, t2.id)) }) }), f.loading && ("function" == typeof h ? h() : h && "boolean" == typeof h ? e.jsx("div", { className: "ono-waterfall-loading", children: "loading..." }) : h)] });
52
+ };
53
+ export {
54
+ r as W
55
+ };