sample-piral 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.22cbea.js → index.59f758.js} +16 -9
- package/app/index.59f758.js.map +1 -0
- 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 +7 -7
- package/app/index.22cbea.js.map +0 -1
|
@@ -842,8 +842,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
842
842
|
/* harmony export */ "includeDependency": () => (/* binding */ includeDependency),
|
|
843
843
|
/* harmony export */ "includeBundle": () => (/* binding */ includeBundle)
|
|
844
844
|
/* harmony export */ });
|
|
845
|
+
function tryResolve(name, parent) {
|
|
846
|
+
try {
|
|
847
|
+
return System.resolve(name, parent);
|
|
848
|
+
} catch (_a) {
|
|
849
|
+
// just ignore - will be handled differently later.
|
|
850
|
+
return undefined;
|
|
851
|
+
}
|
|
852
|
+
}
|
|
853
|
+
|
|
845
854
|
function requireModule(name, parent) {
|
|
846
|
-
var moduleId =
|
|
855
|
+
var moduleId = tryResolve(name, parent);
|
|
847
856
|
var dependency = moduleId && System.get(moduleId);
|
|
848
857
|
|
|
849
858
|
if (!dependency) {
|
|
@@ -3634,7 +3643,7 @@ function createInstance() {
|
|
|
3634
3643
|
var createApi = apiFactory(context, usedPlugins);
|
|
3635
3644
|
var root = createApi({
|
|
3636
3645
|
name: 'root',
|
|
3637
|
-
version: "0.14.
|
|
3646
|
+
version: "0.14.19-beta.3927" || 0,
|
|
3638
3647
|
spec: ''
|
|
3639
3648
|
});
|
|
3640
3649
|
var options = (0,_helpers__WEBPACK_IMPORTED_MODULE_6__.createPiletOptions)({
|
|
@@ -5202,14 +5211,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5202
5211
|
/* harmony export */ "getCurrentLayout": () => (/* binding */ getCurrentLayout)
|
|
5203
5212
|
/* harmony export */ });
|
|
5204
5213
|
/* harmony import */ var piral_base__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! piral-base */ "../../framework/piral-base/esm/utils.js");
|
|
5205
|
-
/* harmony import */ var _helpers__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./helpers */ "../../framework/piral-core/esm/utils/helpers.js");
|
|
5206
|
-
|
|
5207
5214
|
|
|
5208
5215
|
var defaultLayouts = ['desktop', 'tablet', 'mobile'];
|
|
5209
5216
|
var defaultBreakpoints = ['(min-width: 991px)', '(min-width: 481px)', '(max-width: 480px)'];
|
|
5210
5217
|
var mm = typeof window === 'undefined' || !(0,piral_base__WEBPACK_IMPORTED_MODULE_0__.isfunc)(window.matchMedia) ? function () {
|
|
5211
5218
|
return {
|
|
5212
|
-
matches:
|
|
5219
|
+
matches: undefined
|
|
5213
5220
|
};
|
|
5214
5221
|
} : function (q) {
|
|
5215
5222
|
return window.matchMedia(q);
|
|
@@ -9505,12 +9512,12 @@ function installPiralDebug(options) {
|
|
|
9505
9512
|
debug: debugApiVersion,
|
|
9506
9513
|
instance: {
|
|
9507
9514
|
name: "sample-piral",
|
|
9508
|
-
version: "0.14.
|
|
9515
|
+
version: "0.14.19-beta.3927",
|
|
9509
9516
|
dependencies: "reactstrap,react,react-dom,react-router,react-router-dom,history,tslib,path-to-regexp,@libre/atom,@dbeining/react-atom"
|
|
9510
9517
|
},
|
|
9511
9518
|
build: {
|
|
9512
|
-
date: "2022-03-
|
|
9513
|
-
cli: "0.14.
|
|
9519
|
+
date: "2022-03-15T17:56:38.548Z",
|
|
9520
|
+
cli: "0.14.18",
|
|
9514
9521
|
compat: "0.14"
|
|
9515
9522
|
},
|
|
9516
9523
|
pilets: {
|
|
@@ -80923,4 +80930,4 @@ var layout_1 = __webpack_require__(/*! ./layout */ "./src/layout.tsx");
|
|
|
80923
80930
|
|
|
80924
80931
|
/******/ })()
|
|
80925
80932
|
;
|
|
80926
|
-
//# sourceMappingURL=index.
|
|
80933
|
+
//# sourceMappingURL=index.59f758.js.map
|