sample-cross-fx 0.15.2-beta.4941 → 0.15.2
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.
|
@@ -54342,10 +54342,12 @@ function createConverter(lazy) {
|
|
|
54342
54342
|
el.removeAttribute('data-blazor-pilet-root');
|
|
54343
54343
|
locals.dispose();
|
|
54344
54344
|
enqueueChange(locals, ([root]) => {
|
|
54345
|
-
|
|
54345
|
+
var _a;
|
|
54346
|
+
|
|
54347
|
+
(_a = root.querySelector(`#${locals.id}`)) === null || _a === void 0 ? void 0 : _a.appendChild(locals.node);
|
|
54346
54348
|
(0,_interop__WEBPACK_IMPORTED_MODULE_1__.deactivate)(moduleName, locals.referenceId);
|
|
54349
|
+
el.innerHTML = '';
|
|
54347
54350
|
});
|
|
54348
|
-
el.innerHTML = '';
|
|
54349
54351
|
locals.state = 'removed';
|
|
54350
54352
|
}
|
|
54351
54353
|
|
|
@@ -63605,12 +63607,12 @@ function installPiralDebug(options) {
|
|
|
63605
63607
|
debug: debugApiVersion,
|
|
63606
63608
|
instance: {
|
|
63607
63609
|
name: "sample-cross-fx",
|
|
63608
|
-
version: "0.15.2
|
|
63610
|
+
version: "0.15.2",
|
|
63609
63611
|
dependencies: "@angular/common,@angular/compiler,@angular/core,@angular/platform-browser,@angular/platform-browser-dynamic,@webcomponents/webcomponentsjs,angular,aurelia-framework,aurelia-templating-binding,aurelia-templating-resources,aurelia-pal-browser,aurelia-event-aggregator,aurelia-history-browser,hyperapp,inferno,inferno-create-element,mithril,lit-element,solid-js,solid-js/dom,piral-ng/common,preact,riot,rxjs,vue,zone.js,tslib,react,react-dom,react-router,react-router-dom"
|
|
63610
63612
|
},
|
|
63611
63613
|
build: {
|
|
63612
|
-
date: "2022-12-
|
|
63613
|
-
cli: "0.15.2
|
|
63614
|
+
date: "2022-12-05T01:10:58.804Z",
|
|
63615
|
+
cli: "0.15.2",
|
|
63614
63616
|
compat: "0.15"
|
|
63615
63617
|
}
|
|
63616
63618
|
};
|
|
@@ -216458,4 +216460,4 @@ root.render( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(piral
|
|
|
216458
216460
|
|
|
216459
216461
|
/******/ })()
|
|
216460
216462
|
;
|
|
216461
|
-
//# sourceMappingURL=index.
|
|
216463
|
+
//# sourceMappingURL=index.7ab0a3.js.map
|