sample-cross-fx 1.3.2 → 1.3.3-beta.6181
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.
|
@@ -54703,7 +54703,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
54703
54703
|
/* harmony export */ emitRenderEvent: () => (/* binding */ emitRenderEvent),
|
|
54704
54704
|
/* harmony export */ removeGlobalEventListeners: () => (/* binding */ removeGlobalEventListeners)
|
|
54705
54705
|
/* harmony export */ });
|
|
54706
|
-
/* harmony import */ var
|
|
54706
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
54707
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
54708
|
+
/* harmony import */ var _navigation__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./navigation */ "../../converters/piral-blazor/esm/navigation.js");
|
|
54709
|
+
|
|
54707
54710
|
|
|
54708
54711
|
const blazorRootId = 'blazor-root';
|
|
54709
54712
|
const eventParents = [];
|
|
@@ -54734,7 +54737,7 @@ function findTarget(target = document.body) {
|
|
|
54734
54737
|
}
|
|
54735
54738
|
function dispatchToRoot(event) {
|
|
54736
54739
|
var _a;
|
|
54737
|
-
(0,
|
|
54740
|
+
(0,_navigation__WEBPACK_IMPORTED_MODULE_1__.isInternalNavigation)(event) && (0,_navigation__WEBPACK_IMPORTED_MODULE_1__.performInternalNavigation)(event);
|
|
54738
54741
|
// the mutation event cannot be cloned (at least in Webkit-based browsers)
|
|
54739
54742
|
if (!(event instanceof MutationEvent) && !event.processed) {
|
|
54740
54743
|
const eventClone = new event.constructor(event.type, event);
|
|
@@ -54745,7 +54748,10 @@ function dispatchToRoot(event) {
|
|
|
54745
54748
|
}
|
|
54746
54749
|
function emitRenderEvent(source, name, params, sourceRef, fallbackComponent) {
|
|
54747
54750
|
const target = findTarget(source);
|
|
54748
|
-
const empty = typeof fallbackComponent === 'string' ? () => {
|
|
54751
|
+
const empty = typeof fallbackComponent === 'string' ? () => /*#__PURE__*/(0,react__WEBPACK_IMPORTED_MODULE_0__.createElement)('piral-extension', {
|
|
54752
|
+
name: fallbackComponent,
|
|
54753
|
+
params
|
|
54754
|
+
}) : undefined;
|
|
54749
54755
|
const order = typeof sourceRef !== 'undefined' ? elements => {
|
|
54750
54756
|
const oldItems = elements.map((el, id) => {
|
|
54751
54757
|
var _a;
|
|
@@ -60963,11 +60969,11 @@ function installPiralDebug(options) {
|
|
|
60963
60969
|
debug: debugApiVersion,
|
|
60964
60970
|
instance: {
|
|
60965
60971
|
name: "sample-cross-fx",
|
|
60966
|
-
version: "1.3.
|
|
60972
|
+
version: "1.3.3-beta.6181",
|
|
60967
60973
|
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/web,piral-ng/common,preact,riot,rxjs,vue,zone.js,tslib,react,react-dom,react-router,react-router-dom"
|
|
60968
60974
|
},
|
|
60969
60975
|
build: {
|
|
60970
|
-
date: "2023-10-
|
|
60976
|
+
date: "2023-10-24T09:59:47.043Z",
|
|
60971
60977
|
cli: "1.3.2",
|
|
60972
60978
|
compat: "1"
|
|
60973
60979
|
}
|
|
@@ -229164,4 +229170,4 @@ root.render( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(piral
|
|
|
229164
229170
|
|
|
229165
229171
|
/******/ })()
|
|
229166
229172
|
;
|
|
229167
|
-
//# sourceMappingURL=index.
|
|
229173
|
+
//# sourceMappingURL=index.67d404.js.map
|