aptechka 0.4.16 → 0.4.17
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/lib/morph/Link.d.ts +1 -1
- package/lib/morph/Morph.d.ts +6 -0
- package/lib/morph/index.cjs +1 -1
- package/lib/morph/index.js +129 -128
- package/package.json +1 -1
package/lib/morph/Link.d.ts
CHANGED
package/lib/morph/Morph.d.ts
CHANGED
|
@@ -20,6 +20,12 @@ export declare class Morph {
|
|
|
20
20
|
preprocessor?: MorphPreprocessor;
|
|
21
21
|
postprocessor?: MorphPostprocessor;
|
|
22
22
|
constructor(parameters?: MorphParameters);
|
|
23
|
+
normalizePath(path: string): {
|
|
24
|
+
leaf: string;
|
|
25
|
+
pathname: string;
|
|
26
|
+
parameters: string;
|
|
27
|
+
hash: string;
|
|
28
|
+
};
|
|
23
29
|
beforeNavigationEvent(callback: MorphNavigationCallback): () => void;
|
|
24
30
|
afterNavigationEvent(callback: MorphNavigationCallback): () => void;
|
|
25
31
|
prefetch(path: string): Promise<Document>;
|
package/lib/morph/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var tt=(n,t)=>(t=Symbol[n])?t:Symbol.for("Symbol."+n);var K=(n,t,e)=>{if(!t.has(n))throw TypeError("Cannot "+e)};var i=(n,t,e)=>(K(n,t,"read from private field"),e?e.call(n):t.get(n)),o=(n,t,e)=>{if(t.has(n))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(n):t.set(n,e)},c=(n,t,e,r)=>(K(n,t,"write to private field"),r?r.call(n,e):t.set(n,e),e);var m=(n,t,e)=>(K(n,t,"access private method"),e);var T=(n,t,e)=>new Promise((r,s)=>{var a=u=>{try{d(e.next(u))}catch(f){s(f)}},L=u=>{try{d(e.throw(u))}catch(f){s(f)}},d=u=>u.done?r(u.value):Promise.resolve(u.value).then(a,L);d((e=e.apply(n,t)).next())});var et=(n,t,e)=>(t=n[tt("asyncIterator")])?t.call(n):(n=n[tt("iterator")](),t={},e=(r,s)=>(s=n[r])&&(t[r]=a=>new Promise((L,d,u)=>(a=s.call(n,a),u=a.done,Promise.resolve(a.value).then(f=>L({value:f,done:u}),d)))),e("next"),e("return"),t);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const it=require("../notifier/index.cjs"),at=require("../browser-CpzFX2xg.cjs");require("../path-data-polyfill-CXsOR7Oc.cjs");var y,l,w,H,S,P;class lt{constructor(t,e){o(this,y,void 0);o(this,l,void 0);o(this,w,void 0);o(this,H,void 0);o(this,S,t=>{t.preventDefault(),i(this,y).navigate(i(this,w),i(this,H))});o(this,P,()=>{i(this,y).prefetch(i(this,w)),i(this,l).removeEventListener("pointerenter",i(this,P))});c(this,y,e),c(this,l,t),c(this,w,i(this,l).getAttribute("href")||"/"),c(this,H,i(this,l).getAttribute("data-history-action")||"push"),i(this,l).addEventListener("click",i(this,S));const r=e.normalizePath(i(this,w)),s=e.normalizePath(location.pathname);r.pathname===s.pathname&&i(this,l).classList.add("current"),i(this,l).hasAttribute("data-prefetch")&&i(this,l).addEventListener("pointerenter",i(this,P))}destroy(){i(this,l).removeEventListener("click",i(this,S)),i(this,l).removeEventListener("pointerenter",i(this,P)),i(this,l).classList.remove("current")}}y=new WeakMap,l=new WeakMap,w=new WeakMap,H=new WeakMap,S=new WeakMap,P=new WeakMap;var p,N,A,C,k,O,b,E,M,W,x,q,Y,z,_,D,G,$,st,R,J,j;class ut{constructor(t){o(this,q);o(this,z);o(this,D);o(this,$);o(this,R);o(this,p,null);o(this,N,null);o(this,A,null);o(this,C,null);o(this,k,[]);o(this,O,new DOMParser);o(this,b,new Map);o(this,E,void 0);o(this,M,null);o(this,W,new it.Notifier);o(this,x,new it.Notifier);o(this,j,t=>{t.state&&this.navigate(t.state,"none")});at.isBrowser&&(c(this,p,(t==null?void 0:t.base)||"/"),t!=null&&t.base?(c(this,p,t.base),t.base.endsWith("/")||c(this,p,i(this,p)+"/")):c(this,p,"/"),c(this,N,(t==null?void 0:t.waitForHeadToLoad)!==!1),c(this,A,(t==null?void 0:t.cachePages)!==!1),c(this,C,m(this,D,G).call(this,document)),c(this,M,location.pathname),m(this,z,_).call(this),addEventListener("popstate",i(this,j)))}normalizePath(t){t=t.replace(i(this,p),""),t.startsWith("/")&&(t=t.slice(1));const e=t.split("#"),r=e[0].split("?"),s=r[0].endsWith("/")?r[0].slice(0,-1):r[0],a=i(this,p)+s,L=r==null?void 0:r[1],d=e==null?void 0:e[1];return{leaf:s,pathname:a,parameters:L,hash:d}}beforeNavigationEvent(t){return i(this,W).subscribe(t)}afterNavigationEvent(t){return i(this,x).subscribe(t)}prefetch(t){return T(this,null,function*(){const e=this.normalizePath(t);return m(this,q,Y).call(this,e.pathname)})}navigate(t,e="push"){return T(this,null,function*(){var u;const r=this.normalizePath(t);let{pathname:s,hash:a,parameters:L}=r;if(i(this,E)===s||i(this,M)===s)return;c(this,E,s);const d=i(this,b).has(s);try{let f=!0;if(i(this,W).notify({pathname:s,isCached:d}),this.preprocessor)try{yield new Promise((h,g)=>{var v;(v=this.preprocessor)==null||v.call(this,{pathname:s,resolve:h,reject:g,isCached:d})})}catch(h){h?console.error(h):console.log("Route change canceled"),f=!1}if(!f||i(this,E)!==s)return;const Q=i(this,b).get(s)||(yield m(this,q,Y).call(this,s));if(i(this,E)!==s)return;const U=Array.from(document.head.children),V=Array.from(Q.head.cloneNode(!0).children),X=m(this,$,st).call(this,U,V),nt=m(this,R,J).call(this,U,X),F=m(this,R,J).call(this,V,X);nt.forEach(h=>{h.remove()}),F.forEach((h,g)=>{if(h.tagName==="SCRIPT"&&h.getAttribute("src")){const v=document.createElement("script");v.type="module",v.src=h.getAttribute("src"),F[g]=v}}),F.forEach((h,g)=>{document.head.appendChild(h)});const B=F.filter(h=>h.tagName==="STYLE"||h.tagName==="SCRIPT"||h.tagName==="LINK");i(this,N)&&B.length&&(yield new Promise(h=>T(this,null,function*(){let g=0;try{for(var v=et(B),mt,gt,pt;mt=!(gt=yield v.next()).done;mt=!1){const ct=gt.value;ct.onload=()=>{g++,g===B.length&&h()}}}catch(gt){pt=[gt]}finally{try{mt&&(gt=v.return)&&(yield gt.call(v))}finally{if(pt)throw pt[0]}}}))),c(this,M,s);const I=L||location.search,rt=a?a.startsWith("#")?a:"#"+a:"",ot=I?I.startsWith("?")?I:"?"+I:"",Z=`${s}${rt}${ot}`;e==="push"?history.pushState(s,"",Z):e==="replace"&&history.replaceState(s,"",Z);const ht=m(this,D,G).call(this,Q);i(this,C).forEach((h,g)=>{const v=ht[g];h.innerHTML=v.innerHTML}),m(this,z,_).call(this),(u=this.postprocessor)==null||u.call(this,{pathname:s,isCached:d}),i(this,x).notify({pathname:s,isCached:d})}catch(f){console.error(f)}c(this,E,void 0)})}}p=new WeakMap,N=new WeakMap,A=new WeakMap,C=new WeakMap,k=new WeakMap,O=new WeakMap,b=new WeakMap,E=new WeakMap,M=new WeakMap,W=new WeakMap,x=new WeakMap,q=new WeakSet,Y=function(t){return T(this,null,function*(){const e=i(this,b).get(t);if(e)return e;const s=yield(yield fetch(t)).text(),a=i(this,O).parseFromString(s,"text/html");return i(this,A)&&i(this,b).set(t,a),a})},z=new WeakSet,_=function(){const t=[...document.documentElement.querySelectorAll("a")].filter(e=>{var r;return(r=e.getAttribute("href"))==null?void 0:r.startsWith("/")});i(this,k).forEach(e=>e.destroy()),c(this,k,t.map(e=>new lt(e,this)))},D=new WeakSet,G=function(t){const e=t.querySelectorAll("[data-morph]");return e.length?[...e]:[t.body]},$=new WeakSet,st=function(t,e){return t.filter(r=>e.find(s=>s.outerHTML===r.outerHTML))},R=new WeakSet,J=function(t,e){return t.filter(r=>!e.find(s=>s.outerHTML===r.outerHTML))},j=new WeakMap;exports.Morph=ut;
|
package/lib/morph/index.js
CHANGED
|
@@ -1,213 +1,214 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
1
|
+
var tt = (n, t) => (t = Symbol[n]) ? t : Symbol.for("Symbol." + n);
|
|
2
|
+
var Y = (n, t, e) => {
|
|
3
3
|
if (!t.has(n))
|
|
4
4
|
throw TypeError("Cannot " + e);
|
|
5
5
|
};
|
|
6
|
-
var s = (n, t, e) => (
|
|
6
|
+
var s = (n, t, e) => (Y(n, t, "read from private field"), e ? e.call(n) : t.get(n)), r = (n, t, e) => {
|
|
7
7
|
if (t.has(n))
|
|
8
8
|
throw TypeError("Cannot add the same private member more than once");
|
|
9
9
|
t instanceof WeakSet ? t.add(n) : t.set(n, e);
|
|
10
|
-
},
|
|
11
|
-
var
|
|
12
|
-
var T = (n, t, e) => new Promise((
|
|
13
|
-
var
|
|
10
|
+
}, a = (n, t, e, o) => (Y(n, t, "write to private field"), o ? o.call(n, e) : t.set(n, e), e);
|
|
11
|
+
var m = (n, t, e) => (Y(n, t, "access private method"), e);
|
|
12
|
+
var T = (n, t, e) => new Promise((o, i) => {
|
|
13
|
+
var c = (u) => {
|
|
14
14
|
try {
|
|
15
|
-
|
|
16
|
-
} catch (
|
|
17
|
-
i(
|
|
15
|
+
f(e.next(u));
|
|
16
|
+
} catch (d) {
|
|
17
|
+
i(d);
|
|
18
18
|
}
|
|
19
|
-
},
|
|
19
|
+
}, L = (u) => {
|
|
20
20
|
try {
|
|
21
|
-
|
|
22
|
-
} catch (
|
|
23
|
-
i(
|
|
21
|
+
f(e.throw(u));
|
|
22
|
+
} catch (d) {
|
|
23
|
+
i(d);
|
|
24
24
|
}
|
|
25
|
-
},
|
|
26
|
-
|
|
25
|
+
}, f = (u) => u.done ? o(u.value) : Promise.resolve(u.value).then(c, L);
|
|
26
|
+
f((e = e.apply(n, t)).next());
|
|
27
27
|
});
|
|
28
|
-
var
|
|
29
|
-
import { Notifier as
|
|
30
|
-
import { i as
|
|
28
|
+
var et = (n, t, e) => (t = n[tt("asyncIterator")]) ? t.call(n) : (n = n[tt("iterator")](), t = {}, e = (o, i) => (i = n[o]) && (t[o] = (c) => new Promise((L, f, u) => (c = i.call(n, c), u = c.done, Promise.resolve(c.value).then((d) => L({ value: d, done: u }), f)))), e("next"), e("return"), t);
|
|
29
|
+
import { Notifier as st } from "../notifier/index.js";
|
|
30
|
+
import { i as ct } from "../browser-0zX67oeU.js";
|
|
31
31
|
import "../path-data-polyfill-DgeDWYeI.js";
|
|
32
|
-
var b,
|
|
33
|
-
class
|
|
34
|
-
constructor(t, e
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
32
|
+
var b, l, w, M, N, P;
|
|
33
|
+
class lt {
|
|
34
|
+
constructor(t, e) {
|
|
35
|
+
r(this, b, void 0);
|
|
36
|
+
r(this, l, void 0);
|
|
37
|
+
r(this, w, void 0);
|
|
38
|
+
r(this, M, void 0);
|
|
39
|
+
r(this, N, (t) => {
|
|
40
40
|
t.preventDefault(), s(this, b).navigate(s(this, w), s(this, M));
|
|
41
41
|
});
|
|
42
|
-
|
|
43
|
-
s(this, b).prefetch(s(this, w));
|
|
42
|
+
r(this, P, () => {
|
|
43
|
+
s(this, b).prefetch(s(this, w)), s(this, l).removeEventListener("pointerenter", s(this, P));
|
|
44
44
|
});
|
|
45
|
-
|
|
45
|
+
a(this, b, e), a(this, l, t), a(this, w, s(this, l).getAttribute("href") || "/"), a(this, M, s(this, l).getAttribute(
|
|
46
46
|
"data-history-action"
|
|
47
|
-
) || "push"), s(this,
|
|
47
|
+
) || "push"), s(this, l).addEventListener("click", s(this, N));
|
|
48
|
+
const o = e.normalizePath(s(this, w)), i = e.normalizePath(location.pathname);
|
|
49
|
+
o.pathname === i.pathname && s(this, l).classList.add("current"), s(this, l).hasAttribute("data-prefetch") && s(this, l).addEventListener("pointerenter", s(this, P));
|
|
48
50
|
}
|
|
49
51
|
destroy() {
|
|
50
|
-
s(this,
|
|
52
|
+
s(this, l).removeEventListener("click", s(this, N)), s(this, l).removeEventListener("pointerenter", s(this, P)), s(this, l).classList.remove("current");
|
|
51
53
|
}
|
|
52
54
|
}
|
|
53
|
-
b = new WeakMap(),
|
|
54
|
-
var
|
|
55
|
-
class
|
|
55
|
+
b = new WeakMap(), l = new WeakMap(), w = new WeakMap(), M = new WeakMap(), N = new WeakMap(), P = new WeakMap();
|
|
56
|
+
var g, S, A, C, k, q, y, v, H, W, x, z, j, D, G, R, J, O, it, F, Q, B;
|
|
57
|
+
class pt {
|
|
56
58
|
constructor(t) {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
o(this, Y, (t) => {
|
|
59
|
+
r(this, z);
|
|
60
|
+
r(this, D);
|
|
61
|
+
r(this, R);
|
|
62
|
+
r(this, O);
|
|
63
|
+
r(this, F);
|
|
64
|
+
r(this, g, null);
|
|
65
|
+
r(this, S, null);
|
|
66
|
+
r(this, A, null);
|
|
67
|
+
r(this, C, null);
|
|
68
|
+
r(this, k, []);
|
|
69
|
+
r(this, q, new DOMParser());
|
|
70
|
+
r(this, y, /* @__PURE__ */ new Map());
|
|
71
|
+
r(this, v, void 0);
|
|
72
|
+
r(this, H, null);
|
|
73
|
+
r(this, W, new st());
|
|
74
|
+
r(this, x, new st());
|
|
75
|
+
r(this, B, (t) => {
|
|
75
76
|
t.state && this.navigate(t.state, "none");
|
|
76
77
|
});
|
|
77
|
-
|
|
78
|
+
ct && (a(this, g, (t == null ? void 0 : t.base) || "/"), t != null && t.base ? (a(this, g, t.base), t.base.endsWith("/") || a(this, g, s(this, g) + "/")) : a(this, g, "/"), a(this, S, (t == null ? void 0 : t.waitForHeadToLoad) !== !1), a(this, A, (t == null ? void 0 : t.cachePages) !== !1), a(this, C, m(this, R, J).call(this, document)), a(this, H, location.pathname), m(this, D, G).call(this), addEventListener("popstate", s(this, B)));
|
|
79
|
+
}
|
|
80
|
+
normalizePath(t) {
|
|
81
|
+
t = t.replace(s(this, g), ""), t.startsWith("/") && (t = t.slice(1));
|
|
82
|
+
const e = t.split("#"), o = e[0].split("?"), i = o[0].endsWith("/") ? o[0].slice(0, -1) : o[0], c = s(this, g) + i, L = o == null ? void 0 : o[1], f = e == null ? void 0 : e[1];
|
|
83
|
+
return {
|
|
84
|
+
leaf: i,
|
|
85
|
+
pathname: c,
|
|
86
|
+
parameters: L,
|
|
87
|
+
hash: f
|
|
88
|
+
};
|
|
78
89
|
}
|
|
79
90
|
beforeNavigationEvent(t) {
|
|
80
|
-
return s(this,
|
|
91
|
+
return s(this, W).subscribe(t);
|
|
81
92
|
}
|
|
82
93
|
afterNavigationEvent(t) {
|
|
83
|
-
return s(this,
|
|
94
|
+
return s(this, x).subscribe(t);
|
|
84
95
|
}
|
|
85
96
|
prefetch(t) {
|
|
86
97
|
return T(this, null, function* () {
|
|
87
|
-
const e =
|
|
88
|
-
return
|
|
98
|
+
const e = this.normalizePath(t);
|
|
99
|
+
return m(this, z, j).call(this, e.pathname);
|
|
89
100
|
});
|
|
90
101
|
}
|
|
91
102
|
navigate(t, e = "push") {
|
|
92
103
|
return T(this, null, function* () {
|
|
93
|
-
var
|
|
94
|
-
const
|
|
95
|
-
let { pathname: i, hash:
|
|
96
|
-
if (s(this,
|
|
104
|
+
var u;
|
|
105
|
+
const o = this.normalizePath(t);
|
|
106
|
+
let { pathname: i, hash: c, parameters: L } = o;
|
|
107
|
+
if (s(this, v) === i || s(this, H) === i)
|
|
97
108
|
return;
|
|
98
|
-
|
|
99
|
-
const
|
|
109
|
+
a(this, v, i);
|
|
110
|
+
const f = s(this, y).has(i);
|
|
100
111
|
try {
|
|
101
|
-
let
|
|
102
|
-
if (s(this,
|
|
112
|
+
let d = !0;
|
|
113
|
+
if (s(this, W).notify({
|
|
103
114
|
pathname: i,
|
|
104
|
-
isCached:
|
|
115
|
+
isCached: f
|
|
105
116
|
}), this.preprocessor)
|
|
106
117
|
try {
|
|
107
|
-
yield new Promise((h,
|
|
118
|
+
yield new Promise((h, p) => {
|
|
108
119
|
var E;
|
|
109
|
-
(E = this.preprocessor) == null || E.call(this, { pathname: i, resolve: h, reject:
|
|
120
|
+
(E = this.preprocessor) == null || E.call(this, { pathname: i, resolve: h, reject: p, isCached: f });
|
|
110
121
|
});
|
|
111
122
|
} catch (h) {
|
|
112
|
-
h ? console.error(h) : console.log("Route change canceled"),
|
|
123
|
+
h ? console.error(h) : console.log("Route change canceled"), d = !1;
|
|
113
124
|
}
|
|
114
|
-
if (!
|
|
125
|
+
if (!d || s(this, v) !== i)
|
|
115
126
|
return;
|
|
116
|
-
const
|
|
117
|
-
if (s(this,
|
|
127
|
+
const U = s(this, y).get(i) || (yield m(this, z, j).call(this, i));
|
|
128
|
+
if (s(this, v) !== i)
|
|
118
129
|
return;
|
|
119
|
-
const
|
|
120
|
-
|
|
121
|
-
),
|
|
122
|
-
|
|
130
|
+
const V = Array.from(document.head.children), X = Array.from(
|
|
131
|
+
U.head.cloneNode(!0).children
|
|
132
|
+
), Z = m(this, O, it).call(this, V, X), nt = m(this, F, Q).call(this, V, Z), I = m(this, F, Q).call(this, X, Z);
|
|
133
|
+
nt.forEach((h) => {
|
|
123
134
|
h.remove();
|
|
124
|
-
}),
|
|
135
|
+
}), I.forEach((h, p) => {
|
|
125
136
|
if (h.tagName === "SCRIPT" && h.getAttribute("src")) {
|
|
126
137
|
const E = document.createElement("script");
|
|
127
|
-
E.type = "module", E.src = h.getAttribute("src"),
|
|
138
|
+
E.type = "module", E.src = h.getAttribute("src"), I[p] = E;
|
|
128
139
|
}
|
|
129
|
-
}),
|
|
140
|
+
}), I.forEach((h, p) => {
|
|
130
141
|
document.head.appendChild(h);
|
|
131
142
|
});
|
|
132
|
-
const
|
|
143
|
+
const K = I.filter(
|
|
133
144
|
(h) => h.tagName === "STYLE" || h.tagName === "SCRIPT" || h.tagName === "LINK"
|
|
134
145
|
);
|
|
135
|
-
s(this, S) &&
|
|
136
|
-
let
|
|
146
|
+
s(this, S) && K.length && (yield new Promise((h) => T(this, null, function* () {
|
|
147
|
+
let p = 0;
|
|
137
148
|
try {
|
|
138
|
-
for (var E =
|
|
139
|
-
const
|
|
140
|
-
|
|
141
|
-
|
|
149
|
+
for (var E = et(K), vt, Lt, wt; vt = !(Lt = yield E.next()).done; vt = !1) {
|
|
150
|
+
const at = Lt.value;
|
|
151
|
+
at.onload = () => {
|
|
152
|
+
p++, p === K.length && h();
|
|
142
153
|
};
|
|
143
154
|
}
|
|
144
|
-
} catch (
|
|
145
|
-
|
|
155
|
+
} catch (Lt) {
|
|
156
|
+
wt = [Lt];
|
|
146
157
|
} finally {
|
|
147
158
|
try {
|
|
148
|
-
|
|
159
|
+
vt && (Lt = E.return) && (yield Lt.call(E));
|
|
149
160
|
} finally {
|
|
150
|
-
if (
|
|
151
|
-
throw
|
|
161
|
+
if (wt)
|
|
162
|
+
throw wt[0];
|
|
152
163
|
}
|
|
153
164
|
}
|
|
154
|
-
}))),
|
|
155
|
-
const
|
|
156
|
-
e === "push" ? history.pushState(i, "",
|
|
157
|
-
const
|
|
158
|
-
s(this, C).forEach((h,
|
|
159
|
-
const E =
|
|
165
|
+
}))), a(this, H, i);
|
|
166
|
+
const $ = L || location.search, ot = c ? c.startsWith("#") ? c : "#" + c : "", rt = $ ? $.startsWith("?") ? $ : "?" + $ : "", _ = `${i}${ot}${rt}`;
|
|
167
|
+
e === "push" ? history.pushState(i, "", _) : e === "replace" && history.replaceState(i, "", _);
|
|
168
|
+
const ht = m(this, R, J).call(this, U);
|
|
169
|
+
s(this, C).forEach((h, p) => {
|
|
170
|
+
const E = ht[p];
|
|
160
171
|
h.innerHTML = E.innerHTML;
|
|
161
|
-
}),
|
|
162
|
-
} catch (
|
|
163
|
-
console.error(
|
|
172
|
+
}), m(this, D, G).call(this), (u = this.postprocessor) == null || u.call(this, { pathname: i, isCached: f }), s(this, x).notify({ pathname: i, isCached: f });
|
|
173
|
+
} catch (d) {
|
|
174
|
+
console.error(d);
|
|
164
175
|
}
|
|
165
|
-
|
|
176
|
+
a(this, v, void 0);
|
|
166
177
|
});
|
|
167
178
|
}
|
|
168
179
|
}
|
|
169
|
-
|
|
180
|
+
g = new WeakMap(), S = new WeakMap(), A = new WeakMap(), C = new WeakMap(), k = new WeakMap(), q = new WeakMap(), y = new WeakMap(), v = new WeakMap(), H = new WeakMap(), W = new WeakMap(), x = new WeakMap(), z = new WeakSet(), j = function(t) {
|
|
170
181
|
return T(this, null, function* () {
|
|
171
182
|
const e = s(this, y).get(t);
|
|
172
183
|
if (e)
|
|
173
184
|
return e;
|
|
174
|
-
const i = yield (yield fetch(t)).text(),
|
|
175
|
-
return s(this, A) && s(this, y).set(t,
|
|
185
|
+
const i = yield (yield fetch(t)).text(), c = s(this, q).parseFromString(i, "text/html");
|
|
186
|
+
return s(this, A) && s(this, y).set(t, c), c;
|
|
176
187
|
});
|
|
177
|
-
},
|
|
178
|
-
t = t.replace(s(this, p), ""), t.startsWith("/") && (t = t.slice(1));
|
|
179
|
-
const e = t.split("#"), r = e[0].split("?"), i = s(this, p) + r[0], a = r == null ? void 0 : r[1], v = e == null ? void 0 : e[1];
|
|
180
|
-
return {
|
|
181
|
-
pathname: i,
|
|
182
|
-
parameters: a,
|
|
183
|
-
hash: v
|
|
184
|
-
};
|
|
185
|
-
}, F = new WeakSet(), Q = function() {
|
|
188
|
+
}, D = new WeakSet(), G = function() {
|
|
186
189
|
const t = [
|
|
187
190
|
...document.documentElement.querySelectorAll("a")
|
|
188
191
|
].filter((e) => {
|
|
189
|
-
var
|
|
190
|
-
return (
|
|
192
|
+
var o;
|
|
193
|
+
return (o = e.getAttribute("href")) == null ? void 0 : o.startsWith("/");
|
|
191
194
|
});
|
|
192
|
-
s(this, k).forEach((e) => e.destroy()),
|
|
193
|
-
|
|
194
|
-
));
|
|
195
|
-
}, I = new WeakSet(), U = function(t) {
|
|
195
|
+
s(this, k).forEach((e) => e.destroy()), a(this, k, t.map((e) => new lt(e, this)));
|
|
196
|
+
}, R = new WeakSet(), J = function(t) {
|
|
196
197
|
const e = t.querySelectorAll("[data-morph]");
|
|
197
198
|
return e.length ? [...e] : [t.body];
|
|
198
|
-
},
|
|
199
|
+
}, O = new WeakSet(), it = function(t, e) {
|
|
199
200
|
return t.filter(
|
|
200
|
-
(
|
|
201
|
-
(i) => i.outerHTML ===
|
|
201
|
+
(o) => e.find(
|
|
202
|
+
(i) => i.outerHTML === o.outerHTML
|
|
202
203
|
)
|
|
203
204
|
);
|
|
204
|
-
},
|
|
205
|
+
}, F = new WeakSet(), Q = function(t, e) {
|
|
205
206
|
return t.filter(
|
|
206
|
-
(
|
|
207
|
-
(i) => i.outerHTML ===
|
|
207
|
+
(o) => !e.find(
|
|
208
|
+
(i) => i.outerHTML === o.outerHTML
|
|
208
209
|
)
|
|
209
210
|
);
|
|
210
|
-
},
|
|
211
|
+
}, B = new WeakMap();
|
|
211
212
|
export {
|
|
212
|
-
|
|
213
|
+
pt as Morph
|
|
213
214
|
};
|