sample-cross-fx 0.14.7-beta.3467 → 0.14.7-beta.3472
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.
|
@@ -125577,14 +125577,15 @@ function dispatchToRoot(event) {
|
|
|
125577
125577
|
(_a = document.getElementById(blazorRootId)) === null || _a === void 0 ? void 0 : _a.dispatchEvent(eventClone);
|
|
125578
125578
|
}
|
|
125579
125579
|
|
|
125580
|
-
function emitRenderEvent(source, name) {
|
|
125580
|
+
function emitRenderEvent(source, name, params) {
|
|
125581
125581
|
const target = findTarget(source);
|
|
125582
125582
|
const eventInit = {
|
|
125583
125583
|
bubbles: true,
|
|
125584
125584
|
detail: {
|
|
125585
125585
|
target,
|
|
125586
125586
|
props: {
|
|
125587
|
-
name
|
|
125587
|
+
name,
|
|
125588
|
+
params
|
|
125588
125589
|
}
|
|
125589
125590
|
}
|
|
125590
125591
|
};
|
|
@@ -130741,7 +130742,7 @@ function createInstance(config = {}) {
|
|
|
130741
130742
|
const createApi = apiFactory(context, usedPlugins);
|
|
130742
130743
|
const root = createApi({
|
|
130743
130744
|
name: 'root',
|
|
130744
|
-
version: "0.14.7-beta.
|
|
130745
|
+
version: "0.14.7-beta.3472" || 0,
|
|
130745
130746
|
spec: ''
|
|
130746
130747
|
});
|
|
130747
130748
|
const options = (0,_helpers__WEBPACK_IMPORTED_MODULE_5__.createPiletOptions)({
|
|
@@ -133180,11 +133181,11 @@ function installPiralDebug(options) {
|
|
|
133180
133181
|
debug: debugApiVersion,
|
|
133181
133182
|
instance: {
|
|
133182
133183
|
name: "sample-cross-fx",
|
|
133183
|
-
version: "0.14.7-beta.
|
|
133184
|
+
version: "0.14.7-beta.3472",
|
|
133184
133185
|
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,preact,riot,rxjs,vue,zone.js,react,react-dom,react-router,react-router-dom,history,tslib,path-to-regexp,@libre/atom,@dbeining/react-atom"
|
|
133185
133186
|
},
|
|
133186
133187
|
build: {
|
|
133187
|
-
date: "2022-01-
|
|
133188
|
+
date: "2022-01-12T01:32:32.656Z",
|
|
133188
133189
|
cli: "0.14.6",
|
|
133189
133190
|
compat: "0.14"
|
|
133190
133191
|
},
|
|
@@ -255262,4 +255263,4 @@ const app = React.createElement(piral_core_1.Piral, {
|
|
|
255262
255263
|
|
|
255263
255264
|
/******/ })()
|
|
255264
255265
|
;
|
|
255265
|
-
//# sourceMappingURL=index.
|
|
255266
|
+
//# sourceMappingURL=index.fdcfd0.js.map
|