@jasonshimmy/custom-elements-runtime 3.7.3 → 3.7.4
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/custom-elements-runtime.cjs.js +1 -1
- package/dist/custom-elements-runtime.es.js +1 -1
- package/dist/custom-elements-runtime.router.cjs.js +1 -1
- package/dist/custom-elements-runtime.router.es.js +1 -1
- package/dist/{template-compiler-CeeH0904.cjs → template-compiler-D3r3ajIB.cjs} +2 -2
- package/dist/{template-compiler-CeeH0904.cjs.map → template-compiler-D3r3ajIB.cjs.map} +1 -1
- package/dist/{template-compiler-BpHiWIRk.js → template-compiler-D7BToKVe.js} +3 -3
- package/dist/{template-compiler-BpHiWIRk.js.map → template-compiler-D7BToKVe.js.map} +1 -1
- package/package.json +1 -1
|
@@ -2270,7 +2270,7 @@ function nt(n, r) {
|
|
|
2270
2270
|
}).observe(this);
|
|
2271
2271
|
return;
|
|
2272
2272
|
}
|
|
2273
|
-
this._applyProps(r), this.
|
|
2273
|
+
this._applyProps(r), this._render(r), de(r, this.context, this._mounted, (e) => {
|
|
2274
2274
|
this._mounted = e;
|
|
2275
2275
|
});
|
|
2276
2276
|
}
|
|
@@ -2278,7 +2278,7 @@ function nt(n, r) {
|
|
|
2278
2278
|
}
|
|
2279
2279
|
_hydrateNow(e) {
|
|
2280
2280
|
this._runLogicWithinErrorBoundary(e, () => {
|
|
2281
|
-
this._applyProps(e), this.
|
|
2281
|
+
this._applyProps(e), this._render(e), de(e, this.context, this._mounted, (e) => {
|
|
2282
2282
|
this._mounted = e;
|
|
2283
2283
|
});
|
|
2284
2284
|
});
|
|
@@ -3062,4 +3062,4 @@ function ut(e, ...t) {
|
|
|
3062
3062
|
//#endregion
|
|
3063
3063
|
export { it as n, Ue as r, ut as t };
|
|
3064
3064
|
|
|
3065
|
-
//# sourceMappingURL=template-compiler-
|
|
3065
|
+
//# sourceMappingURL=template-compiler-D7BToKVe.js.map
|