sample-cross-fx 0.14.18-beta.3923 → 0.14.19-beta.3953
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.
|
@@ -131098,7 +131098,7 @@ function createInstance(config = {}) {
|
|
|
131098
131098
|
const createApi = apiFactory(context, usedPlugins);
|
|
131099
131099
|
const root = createApi({
|
|
131100
131100
|
name: 'root',
|
|
131101
|
-
version: "0.14.
|
|
131101
|
+
version: "0.14.19-beta.3953" || 0,
|
|
131102
131102
|
spec: ''
|
|
131103
131103
|
});
|
|
131104
131104
|
const options = (0,_helpers__WEBPACK_IMPORTED_MODULE_6__.createPiletOptions)({
|
|
@@ -132491,13 +132491,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
132491
132491
|
/* harmony export */ "getCurrentLayout": () => (/* binding */ getCurrentLayout)
|
|
132492
132492
|
/* harmony export */ });
|
|
132493
132493
|
/* harmony import */ var piral_base__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! piral-base */ "../../framework/piral-base/esm/utils.js");
|
|
132494
|
-
/* harmony import */ var _helpers__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./helpers */ "../../framework/piral-core/esm/utils/helpers.js");
|
|
132495
|
-
|
|
132496
132494
|
|
|
132497
132495
|
const defaultLayouts = ['desktop', 'tablet', 'mobile'];
|
|
132498
132496
|
const defaultBreakpoints = ['(min-width: 991px)', '(min-width: 481px)', '(max-width: 480px)'];
|
|
132499
132497
|
const mm = typeof window === 'undefined' || !(0,piral_base__WEBPACK_IMPORTED_MODULE_0__.isfunc)(window.matchMedia) ? () => ({
|
|
132500
|
-
matches:
|
|
132498
|
+
matches: undefined
|
|
132501
132499
|
}) : q => window.matchMedia(q);
|
|
132502
132500
|
function getCurrentLayout(breakpoints, layouts, defaultLayout) {
|
|
132503
132501
|
const query = breakpoints.findIndex(q => mm(q).matches);
|
|
@@ -133573,12 +133571,12 @@ function installPiralDebug(options) {
|
|
|
133573
133571
|
debug: debugApiVersion,
|
|
133574
133572
|
instance: {
|
|
133575
133573
|
name: "sample-cross-fx",
|
|
133576
|
-
version: "0.14.
|
|
133574
|
+
version: "0.14.19-beta.3953",
|
|
133577
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"
|
|
133578
133576
|
},
|
|
133579
133577
|
build: {
|
|
133580
|
-
date: "2022-03-
|
|
133581
|
-
cli: "0.14.
|
|
133578
|
+
date: "2022-03-18T02:58:55.516Z",
|
|
133579
|
+
cli: "0.14.18",
|
|
133582
133580
|
compat: "0.14"
|
|
133583
133581
|
},
|
|
133584
133582
|
pilets: {
|
|
@@ -255746,4 +255744,4 @@ const app = React.createElement(piral_core_1.Piral, {
|
|
|
255746
255744
|
|
|
255747
255745
|
/******/ })()
|
|
255748
255746
|
;
|
|
255749
|
-
//# sourceMappingURL=index.
|
|
255747
|
+
//# sourceMappingURL=index.a5146b.js.map
|