sample-cross-fx 0.14.17 → 0.14.19-beta.3927
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.3e01ef.js → index.0e67bf.js} +16 -9
- package/app/{index.3e01ef.js.map → index.0e67bf.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
|
@@ -128636,8 +128636,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
128636
128636
|
/* harmony export */ "includeDependency": () => (/* binding */ includeDependency),
|
|
128637
128637
|
/* harmony export */ "includeBundle": () => (/* binding */ includeBundle)
|
|
128638
128638
|
/* harmony export */ });
|
|
128639
|
+
function tryResolve(name, parent) {
|
|
128640
|
+
try {
|
|
128641
|
+
return System.resolve(name, parent);
|
|
128642
|
+
} catch (_a) {
|
|
128643
|
+
// just ignore - will be handled differently later.
|
|
128644
|
+
return undefined;
|
|
128645
|
+
}
|
|
128646
|
+
}
|
|
128647
|
+
|
|
128639
128648
|
function requireModule(name, parent) {
|
|
128640
|
-
const moduleId =
|
|
128649
|
+
const moduleId = tryResolve(name, parent);
|
|
128641
128650
|
const dependency = moduleId && System.get(moduleId);
|
|
128642
128651
|
|
|
128643
128652
|
if (!dependency) {
|
|
@@ -131089,7 +131098,7 @@ function createInstance(config = {}) {
|
|
|
131089
131098
|
const createApi = apiFactory(context, usedPlugins);
|
|
131090
131099
|
const root = createApi({
|
|
131091
131100
|
name: 'root',
|
|
131092
|
-
version: "0.14.
|
|
131101
|
+
version: "0.14.19-beta.3927" || 0,
|
|
131093
131102
|
spec: ''
|
|
131094
131103
|
});
|
|
131095
131104
|
const options = (0,_helpers__WEBPACK_IMPORTED_MODULE_6__.createPiletOptions)({
|
|
@@ -132482,13 +132491,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
132482
132491
|
/* harmony export */ "getCurrentLayout": () => (/* binding */ getCurrentLayout)
|
|
132483
132492
|
/* harmony export */ });
|
|
132484
132493
|
/* harmony import */ var piral_base__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! piral-base */ "../../framework/piral-base/esm/utils.js");
|
|
132485
|
-
/* harmony import */ var _helpers__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./helpers */ "../../framework/piral-core/esm/utils/helpers.js");
|
|
132486
|
-
|
|
132487
132494
|
|
|
132488
132495
|
const defaultLayouts = ['desktop', 'tablet', 'mobile'];
|
|
132489
132496
|
const defaultBreakpoints = ['(min-width: 991px)', '(min-width: 481px)', '(max-width: 480px)'];
|
|
132490
132497
|
const mm = typeof window === 'undefined' || !(0,piral_base__WEBPACK_IMPORTED_MODULE_0__.isfunc)(window.matchMedia) ? () => ({
|
|
132491
|
-
matches:
|
|
132498
|
+
matches: undefined
|
|
132492
132499
|
}) : q => window.matchMedia(q);
|
|
132493
132500
|
function getCurrentLayout(breakpoints, layouts, defaultLayout) {
|
|
132494
132501
|
const query = breakpoints.findIndex(q => mm(q).matches);
|
|
@@ -133564,12 +133571,12 @@ function installPiralDebug(options) {
|
|
|
133564
133571
|
debug: debugApiVersion,
|
|
133565
133572
|
instance: {
|
|
133566
133573
|
name: "sample-cross-fx",
|
|
133567
|
-
version: "0.14.
|
|
133574
|
+
version: "0.14.19-beta.3927",
|
|
133568
133575
|
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"
|
|
133569
133576
|
},
|
|
133570
133577
|
build: {
|
|
133571
|
-
date: "2022-03-
|
|
133572
|
-
cli: "0.14.
|
|
133578
|
+
date: "2022-03-15T17:54:43.264Z",
|
|
133579
|
+
cli: "0.14.18",
|
|
133573
133580
|
compat: "0.14"
|
|
133574
133581
|
},
|
|
133575
133582
|
pilets: {
|
|
@@ -255737,4 +255744,4 @@ const app = React.createElement(piral_core_1.Piral, {
|
|
|
255737
255744
|
|
|
255738
255745
|
/******/ })()
|
|
255739
255746
|
;
|
|
255740
|
-
//# sourceMappingURL=index.
|
|
255747
|
+
//# sourceMappingURL=index.0e67bf.js.map
|