@manyducks.co/dolla 2.0.0-alpha.19 → 2.0.0-alpha.20
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.
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/jsx-dev-runtime.js +2 -2
- package/dist/jsx-runtime.js +2 -2
- package/dist/markup.d.ts +4 -1
- package/dist/nodes/cond.d.ts +1 -1
- package/dist/nodes/html.d.ts +1 -1
- package/dist/nodes/observer.d.ts +2 -2
- package/dist/nodes/outlet.d.ts +1 -1
- package/dist/nodes/portal.d.ts +1 -1
- package/dist/nodes/repeat.d.ts +2 -2
- package/dist/nodes/text.d.ts +1 -1
- package/dist/{passthrough-DcOD0Wf3.js → passthrough-DrILnMr2.js} +327 -327
- package/dist/passthrough-DrILnMr2.js.map +1 -0
- package/dist/view.d.ts +1 -1
- package/package.json +1 -1
- package/dist/passthrough-DcOD0Wf3.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -13,8 +13,8 @@ var et = (i, e, t, r) => ({
|
|
|
13
13
|
return s(i, e, r);
|
|
14
14
|
}
|
|
15
15
|
});
|
|
16
|
-
import { h as mt, c as jt, i as rt, g as Tt, a as ce, d as be, b as dt, e as V, t as gt, f as St, j as qt, k as nt, P as Pt, l as wt, m as Ft, n as At, o as _t, v as Ct, p as Vt, q as It, r as yt, s as vt, u as Ut, w as Ce, x as Ve, V as Ht, y as Wt, z as Bt } from "./passthrough-
|
|
17
|
-
import { A as kr, B as Sr, C as Pr } from "./passthrough-
|
|
16
|
+
import { h as mt, c as jt, i as rt, g as Tt, a as ce, d as be, b as dt, e as V, t as gt, f as St, j as qt, k as nt, P as Pt, l as wt, m as Ft, n as At, o as _t, v as Ct, p as Vt, q as It, r as yt, s as vt, u as Ut, w as Ce, x as Ve, V as Ht, y as Wt, z as Bt } from "./passthrough-DrILnMr2.js";
|
|
17
|
+
import { A as kr, B as Sr, C as Pr } from "./passthrough-DrILnMr2.js";
|
|
18
18
|
function Gt(i) {
|
|
19
19
|
return mt`
|
|
20
20
|
<div
|
|
@@ -1327,7 +1327,7 @@ ht = function(e, t = [], r = []) {
|
|
|
1327
1327
|
if ((o == null ? void 0 : o.id) !== a.id) {
|
|
1328
1328
|
v(this, W, s(this, W).slice(0, n));
|
|
1329
1329
|
const p = s(this, W).at(-1);
|
|
1330
|
-
o && o.node.isMounted && o.node.unmount();
|
|
1330
|
+
o && o.node.isMounted && o.node.unmount(!1);
|
|
1331
1331
|
let l;
|
|
1332
1332
|
p ? l = p.node.setChildView(a.view) : l = s(this, te).rootView.setChildView(a.view), s(this, W).push({ id: a.id, node: l });
|
|
1333
1333
|
}
|
|
@@ -1465,7 +1465,7 @@ class pr {
|
|
|
1465
1465
|
async unmount() {
|
|
1466
1466
|
var e;
|
|
1467
1467
|
if (s(this, B)) {
|
|
1468
|
-
await Promise.all(s(this, Ae).map((t) => t())), (e = s(this, ae)) == null || e.unmount(), s(this, Te).stopAll(), v(this, B, !1);
|
|
1468
|
+
await Promise.all(s(this, Ae).map((t) => t())), (e = s(this, ae)) == null || e.unmount(!1), s(this, Te).stopAll(), v(this, B, !1);
|
|
1469
1469
|
for (const t of s(this, _e))
|
|
1470
1470
|
t();
|
|
1471
1471
|
}
|