sample-cross-fx 0.14.10-beta.3621 → 0.14.11-beta.3674
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.
|
@@ -129533,13 +129533,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
129533
129533
|
/* harmony export */ "RootListener": () => (/* binding */ RootListener)
|
|
129534
129534
|
/* harmony export */ });
|
|
129535
129535
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
129536
|
-
/* harmony import */ var
|
|
129536
|
+
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./hooks */ "../../framework/piral-core/esm/hooks/globalState.js");
|
|
129537
129537
|
/* harmony import */ var _modules__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./modules */ "../../framework/piral-core/esm/modules/element.js");
|
|
129538
129538
|
|
|
129539
129539
|
|
|
129540
129540
|
|
|
129541
129541
|
const RootListener = () => {
|
|
129542
|
-
const context = (0,
|
|
129542
|
+
const context = (0,_hooks__WEBPACK_IMPORTED_MODULE_1__.useGlobalStateContext)();
|
|
129543
129543
|
react__WEBPACK_IMPORTED_MODULE_0__.useLayoutEffect(() => {
|
|
129544
129544
|
if (typeof document !== 'undefined') {
|
|
129545
129545
|
const handler = ev => {
|
|
@@ -130998,7 +130998,7 @@ function createInstance(config = {}) {
|
|
|
130998
130998
|
const createApi = apiFactory(context, usedPlugins);
|
|
130999
130999
|
const root = createApi({
|
|
131000
131000
|
name: 'root',
|
|
131001
|
-
version: "0.14.
|
|
131001
|
+
version: "0.14.11-beta.3674" || 0,
|
|
131002
131002
|
spec: ''
|
|
131003
131003
|
});
|
|
131004
131004
|
const options = (0,_helpers__WEBPACK_IMPORTED_MODULE_6__.createPiletOptions)({
|
|
@@ -133385,12 +133385,12 @@ function installPiralDebug(options) {
|
|
|
133385
133385
|
debug: debugApiVersion,
|
|
133386
133386
|
instance: {
|
|
133387
133387
|
name: "sample-cross-fx",
|
|
133388
|
-
version: "0.14.
|
|
133388
|
+
version: "0.14.11-beta.3674",
|
|
133389
133389
|
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"
|
|
133390
133390
|
},
|
|
133391
133391
|
build: {
|
|
133392
|
-
date: "2022-02-
|
|
133393
|
-
cli: "0.14.
|
|
133392
|
+
date: "2022-02-17T11:26:44.337Z",
|
|
133393
|
+
cli: "0.14.10",
|
|
133394
133394
|
compat: "0.14"
|
|
133395
133395
|
},
|
|
133396
133396
|
pilets: {
|
|
@@ -255467,4 +255467,4 @@ const app = React.createElement(piral_core_1.Piral, {
|
|
|
255467
255467
|
|
|
255468
255468
|
/******/ })()
|
|
255469
255469
|
;
|
|
255470
|
-
//# sourceMappingURL=index.
|
|
255470
|
+
//# sourceMappingURL=index.05acc7.js.map
|