sample-cross-fx 0.15.0-beta.4803 → 0.15.0-beta.4808
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/app/{index.717365.js → index.214c10.js} +36 -19
- package/app/{index.717365.js.map → index.214c10.js.map} +1 -1
- package/app/index.html +1 -1
- package/app/index.js +1 -1
- package/files.tar +0 -0
- package/files_once.tar +0 -0
- package/package.json +20 -20
|
@@ -55901,7 +55901,7 @@ function createConverter(_ = {}) {
|
|
|
55901
55901
|
|
|
55902
55902
|
unmount(el, locals) {
|
|
55903
55903
|
locals.active = false;
|
|
55904
|
-
locals.queued = locals.queued.then(dispose => dispose && dispose());
|
|
55904
|
+
locals.queued = locals.queued.then(dispose => (0,_queue__WEBPACK_IMPORTED_MODULE_2__.enqueue)(() => dispose && dispose()));
|
|
55905
55905
|
}
|
|
55906
55906
|
|
|
55907
55907
|
});
|
|
@@ -55970,13 +55970,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
55970
55970
|
/* harmony export */ "defineModule": () => (/* binding */ defineModule),
|
|
55971
55971
|
/* harmony export */ "getModuleInstance": () => (/* binding */ getModuleInstance)
|
|
55972
55972
|
/* harmony export */ });
|
|
55973
|
-
/* harmony import */ var
|
|
55973
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! tslib */ "../../../node_modules/tslib/tslib.es6.js");
|
|
55974
55974
|
/* harmony import */ var _angular_platform_browser__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/platform-browser */ "../../../node_modules/@angular/platform-browser/fesm2020/platform-browser.mjs");
|
|
55975
|
-
/* harmony import */ var
|
|
55976
|
-
/* harmony import */ var
|
|
55975
|
+
/* harmony import */ var _angular_common__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @angular/common */ "../../../node_modules/@angular/common/fesm2020/common.mjs");
|
|
55976
|
+
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @angular/core */ "../../../node_modules/@angular/core/fesm2020/core.mjs");
|
|
55977
|
+
/* harmony import */ var _startup__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./startup */ "../../converters/piral-ng/esm/startup.js");
|
|
55977
55978
|
/* harmony import */ var _RoutingService__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./RoutingService */ "../../converters/piral-ng/esm/RoutingService.js");
|
|
55978
55979
|
/* harmony import */ var _SharedModule__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./SharedModule */ "../../converters/piral-ng/esm/SharedModule.js");
|
|
55979
|
-
/* harmony import */ var
|
|
55980
|
+
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./utils */ "../../converters/piral-ng/esm/utils.js");
|
|
55981
|
+
|
|
55980
55982
|
|
|
55981
55983
|
|
|
55982
55984
|
|
|
@@ -55987,6 +55989,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
55987
55989
|
const availableModules = [];
|
|
55988
55990
|
|
|
55989
55991
|
function instantiateModule(moduleDef, piral) {
|
|
55992
|
+
var BootstrapModule_1;
|
|
55990
55993
|
const {
|
|
55991
55994
|
module,
|
|
55992
55995
|
components
|
|
@@ -56004,7 +56007,7 @@ function instantiateModule(moduleDef, piral) {
|
|
|
56004
56007
|
useFactory: () => piral,
|
|
56005
56008
|
deps: []
|
|
56006
56009
|
}];
|
|
56007
|
-
let BootstrapModule = class BootstrapModule {
|
|
56010
|
+
let BootstrapModule = BootstrapModule_1 = class BootstrapModule {
|
|
56008
56011
|
constructor(resolver, zone, routing) {
|
|
56009
56012
|
this.resolver = resolver;
|
|
56010
56013
|
this.zone = zone;
|
|
@@ -56049,14 +56052,18 @@ function instantiateModule(moduleDef, piral) {
|
|
|
56049
56052
|
this.refs.splice(i, 1);
|
|
56050
56053
|
}
|
|
56051
56054
|
}
|
|
56055
|
+
|
|
56056
|
+
if (this.refs.length === 0) {
|
|
56057
|
+
(0,_startup__WEBPACK_IMPORTED_MODULE_3__.teardown)(BootstrapModule_1);
|
|
56058
|
+
}
|
|
56052
56059
|
}
|
|
56053
56060
|
|
|
56054
56061
|
};
|
|
56055
|
-
BootstrapModule = (0,
|
|
56062
|
+
BootstrapModule = BootstrapModule_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_4__.__decorate)([(0,_angular_core__WEBPACK_IMPORTED_MODULE_5__.NgModule)({
|
|
56056
56063
|
imports,
|
|
56057
56064
|
entryComponents: components,
|
|
56058
56065
|
providers
|
|
56059
|
-
}), (0,
|
|
56066
|
+
}), (0,tslib__WEBPACK_IMPORTED_MODULE_4__.__metadata)("design:paramtypes", [_angular_core__WEBPACK_IMPORTED_MODULE_5__.ComponentFactoryResolver, _angular_core__WEBPACK_IMPORTED_MODULE_5__.NgZone, _RoutingService__WEBPACK_IMPORTED_MODULE_2__.RoutingService])], BootstrapModule);
|
|
56060
56067
|
return BootstrapModule;
|
|
56061
56068
|
}
|
|
56062
56069
|
|
|
@@ -56081,11 +56088,11 @@ function getModuleInstance(component, standalone, piral) {
|
|
|
56081
56088
|
}
|
|
56082
56089
|
function createModuleInstance(component, standalone, piral) {
|
|
56083
56090
|
const declarations = standalone ? [] : [component];
|
|
56084
|
-
const importsDef = standalone ? [
|
|
56091
|
+
const importsDef = standalone ? [_angular_common__WEBPACK_IMPORTED_MODULE_6__.CommonModule, component] : [_angular_common__WEBPACK_IMPORTED_MODULE_6__.CommonModule];
|
|
56085
56092
|
const exportsDef = [component];
|
|
56086
|
-
const schemasDef = [
|
|
56093
|
+
const schemasDef = [_angular_core__WEBPACK_IMPORTED_MODULE_5__.CUSTOM_ELEMENTS_SCHEMA];
|
|
56087
56094
|
let Module = class Module {};
|
|
56088
|
-
Module = (0,
|
|
56095
|
+
Module = (0,tslib__WEBPACK_IMPORTED_MODULE_4__.__decorate)([(0,_angular_core__WEBPACK_IMPORTED_MODULE_5__.NgModule)({
|
|
56089
56096
|
declarations,
|
|
56090
56097
|
imports: importsDef,
|
|
56091
56098
|
exports: exportsDef,
|
|
@@ -56095,10 +56102,10 @@ function createModuleInstance(component, standalone, piral) {
|
|
|
56095
56102
|
return getModuleInstance(component, standalone, piral);
|
|
56096
56103
|
}
|
|
56097
56104
|
function defineModule(module, opts = undefined) {
|
|
56098
|
-
const [annotation] = (0,
|
|
56105
|
+
const [annotation] = (0,_utils__WEBPACK_IMPORTED_MODULE_7__.getAnnotations)(module);
|
|
56099
56106
|
availableModules.push({
|
|
56100
56107
|
active: undefined,
|
|
56101
|
-
components: (0,
|
|
56108
|
+
components: (0,_utils__WEBPACK_IMPORTED_MODULE_7__.findComponents)(annotation.exports),
|
|
56102
56109
|
module,
|
|
56103
56110
|
opts
|
|
56104
56111
|
});
|
|
@@ -56135,7 +56142,8 @@ function enqueue(callback) {
|
|
|
56135
56142
|
"use strict";
|
|
56136
56143
|
__webpack_require__.r(__webpack_exports__);
|
|
56137
56144
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
56138
|
-
/* harmony export */ "startup": () => (/* binding */ startup)
|
|
56145
|
+
/* harmony export */ "startup": () => (/* binding */ startup),
|
|
56146
|
+
/* harmony export */ "teardown": () => (/* binding */ teardown)
|
|
56139
56147
|
/* harmony export */ });
|
|
56140
56148
|
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/core */ "../../../node_modules/@angular/core/fesm2020/core.mjs");
|
|
56141
56149
|
/* harmony import */ var _angular_common__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/common */ "../../../node_modules/@angular/common/fesm2020/common.mjs");
|
|
@@ -56153,6 +56161,15 @@ function getVersionHandler(versions) {
|
|
|
56153
56161
|
}
|
|
56154
56162
|
|
|
56155
56163
|
const runningModules = [];
|
|
56164
|
+
function teardown(BootstrapModule) {
|
|
56165
|
+
const runningModuleIndex = runningModules.findIndex(([ref]) => ref === BootstrapModule);
|
|
56166
|
+
|
|
56167
|
+
if (runningModuleIndex !== -1) {
|
|
56168
|
+
const [,, platform] = runningModules[runningModuleIndex];
|
|
56169
|
+
runningModules.splice(runningModuleIndex, 1);
|
|
56170
|
+
platform.destroy();
|
|
56171
|
+
}
|
|
56172
|
+
}
|
|
56156
56173
|
function startup(BootstrapModule, context, ngOptions) {
|
|
56157
56174
|
const runningModule = runningModules.find(([ref]) => ref === BootstrapModule);
|
|
56158
56175
|
|
|
@@ -56190,7 +56207,7 @@ function startup(BootstrapModule, context, ngOptions) {
|
|
|
56190
56207
|
z._properties[zoneIdentifier] = true;
|
|
56191
56208
|
}
|
|
56192
56209
|
|
|
56193
|
-
runningModules.push([BootstrapModule, instance]);
|
|
56210
|
+
runningModules.push([BootstrapModule, instance, platform]);
|
|
56194
56211
|
}
|
|
56195
56212
|
|
|
56196
56213
|
return instance;
|
|
@@ -63559,12 +63576,12 @@ function installPiralDebug(options) {
|
|
|
63559
63576
|
debug: debugApiVersion,
|
|
63560
63577
|
instance: {
|
|
63561
63578
|
name: "sample-cross-fx",
|
|
63562
|
-
version: "0.15.0-beta.
|
|
63579
|
+
version: "0.15.0-beta.4808",
|
|
63563
63580
|
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"
|
|
63564
63581
|
},
|
|
63565
63582
|
build: {
|
|
63566
|
-
date: "2022-11-
|
|
63567
|
-
cli: "0.15.0-beta.
|
|
63583
|
+
date: "2022-11-09T11:50:23.420Z",
|
|
63584
|
+
cli: "0.15.0-beta.4808",
|
|
63568
63585
|
compat: "0.15"
|
|
63569
63586
|
}
|
|
63570
63587
|
};
|
|
@@ -216201,4 +216218,4 @@ root.render( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(piral
|
|
|
216201
216218
|
|
|
216202
216219
|
/******/ })()
|
|
216203
216220
|
;
|
|
216204
|
-
//# sourceMappingURL=index.
|
|
216221
|
+
//# sourceMappingURL=index.214c10.js.map
|