sample-piral 0.14.5-beta.3335 → 0.14.5-beta.3336
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.1fd939.js → index.8e1e03.js} +14 -36
- package/app/index.8e1e03.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 +1 -1
- package/app/index.1fd939.js.map +0 -1
|
@@ -1610,11 +1610,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1610
1610
|
/* harmony export */ });
|
|
1611
1611
|
/* harmony import */ var systemjs_dist_system_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! systemjs/dist/system.js */ "../../../node_modules/systemjs/dist/system.js");
|
|
1612
1612
|
/* harmony import */ var systemjs_dist_system_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(systemjs_dist_system_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
1613
|
-
/* harmony import */ var
|
|
1614
|
-
/* harmony import */ var
|
|
1615
|
-
/* harmony import */ var
|
|
1616
|
-
|
|
1617
|
-
|
|
1613
|
+
/* harmony import */ var systemjs_dist_extras_named_register_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! systemjs/dist/extras/named-register.js */ "../../../node_modules/systemjs/dist/extras/named-register.js");
|
|
1614
|
+
/* harmony import */ var systemjs_dist_extras_named_register_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(systemjs_dist_extras_named_register_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
1615
|
+
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./utils */ "../../framework/piral-base/esm/utils.js");
|
|
1616
|
+
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
1617
|
+
|
|
1618
1618
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
1619
1619
|
|
|
1620
1620
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
@@ -1630,7 +1630,6 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
1630
1630
|
|
|
1631
1631
|
|
|
1632
1632
|
|
|
1633
|
-
|
|
1634
1633
|
/**
|
|
1635
1634
|
* Loads the provided SystemJS-powered pilet.
|
|
1636
1635
|
* @param meta The pilet's metadata.
|
|
@@ -1638,7 +1637,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
1638
1637
|
|
|
1639
1638
|
function loadSystemPilet(meta) {
|
|
1640
1639
|
var deps = meta.dependencies;
|
|
1641
|
-
var link = (0,
|
|
1640
|
+
var link = (0,_utils__WEBPACK_IMPORTED_MODULE_2__.setBasePath)(meta, meta.link);
|
|
1642
1641
|
|
|
1643
1642
|
if (deps) {
|
|
1644
1643
|
var _loop = function _loop() {
|
|
@@ -1716,6 +1715,10 @@ function registerModule(name, resolve) {
|
|
|
1716
1715
|
_exports('__esModule', true);
|
|
1717
1716
|
|
|
1718
1717
|
_exports('default', content);
|
|
1718
|
+
} else if (_typeof(content) === 'object') {
|
|
1719
|
+
if (content && !Array.isArray(content) && !('default' in content)) {
|
|
1720
|
+
_exports('default', content);
|
|
1721
|
+
}
|
|
1719
1722
|
}
|
|
1720
1723
|
}
|
|
1721
1724
|
}
|
|
@@ -3148,7 +3151,7 @@ function createInstance() {
|
|
|
3148
3151
|
var createApi = apiFactory(context, usedPlugins);
|
|
3149
3152
|
var root = createApi({
|
|
3150
3153
|
name: 'root',
|
|
3151
|
-
version: "0.14.5-beta.
|
|
3154
|
+
version: "0.14.5-beta.3336" || 0,
|
|
3152
3155
|
spec: ''
|
|
3153
3156
|
});
|
|
3154
3157
|
var options = (0,_helpers__WEBPACK_IMPORTED_MODULE_5__.createPiletOptions)({
|
|
@@ -8944,11 +8947,11 @@ function installPiralDebug(options) {
|
|
|
8944
8947
|
debug: debugApiVersion,
|
|
8945
8948
|
instance: {
|
|
8946
8949
|
name: "sample-piral",
|
|
8947
|
-
version: "0.14.5-beta.
|
|
8950
|
+
version: "0.14.5-beta.3336",
|
|
8948
8951
|
dependencies: "reactstrap,react,react-dom,react-router,react-router-dom,history,tslib,path-to-regexp,@libre/atom,@dbeining/react-atom"
|
|
8949
8952
|
},
|
|
8950
8953
|
build: {
|
|
8951
|
-
date: "2021-12-
|
|
8954
|
+
date: "2021-12-09T22:36:27.726Z",
|
|
8952
8955
|
cli: "0.14.4",
|
|
8953
8956
|
compat: "0.14"
|
|
8954
8957
|
},
|
|
@@ -61322,31 +61325,6 @@ if (false) {} else {
|
|
|
61322
61325
|
|
|
61323
61326
|
/***/ }),
|
|
61324
61327
|
|
|
61325
|
-
/***/ "../../../node_modules/systemjs/dist/extras/use-default.js":
|
|
61326
|
-
/*!*****************************************************************!*\
|
|
61327
|
-
!*** ../../../node_modules/systemjs/dist/extras/use-default.js ***!
|
|
61328
|
-
\*****************************************************************/
|
|
61329
|
-
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
61330
|
-
|
|
61331
|
-
(function(){/*
|
|
61332
|
-
* Interop for AMD modules to return the direct AMD binding instead of a
|
|
61333
|
-
* `{ default: amdModule }` object from `System.import`
|
|
61334
|
-
*
|
|
61335
|
-
* Note: This extra is deprecated and will be removed in the next major.
|
|
61336
|
-
*/
|
|
61337
|
-
(function (global) {
|
|
61338
|
-
var systemJSPrototype = global.System.constructor.prototype;
|
|
61339
|
-
var originalImport = systemJSPrototype.import;
|
|
61340
|
-
|
|
61341
|
-
systemJSPrototype.import = function () {
|
|
61342
|
-
return originalImport.apply(this, arguments).then(function (ns) {
|
|
61343
|
-
return ns.__useDefault ? ns.default : ns;
|
|
61344
|
-
});
|
|
61345
|
-
};
|
|
61346
|
-
})(typeof self !== 'undefined' ? self : __webpack_require__.g);}());
|
|
61347
|
-
|
|
61348
|
-
/***/ }),
|
|
61349
|
-
|
|
61350
61328
|
/***/ "../../../node_modules/systemjs/dist/system.js":
|
|
61351
61329
|
/*!*****************************************************!*\
|
|
61352
61330
|
!*** ../../../node_modules/systemjs/dist/system.js ***!
|
|
@@ -80278,4 +80256,4 @@ var layout_1 = __webpack_require__(/*! ./layout */ "./src/layout.tsx");
|
|
|
80278
80256
|
|
|
80279
80257
|
/******/ })()
|
|
80280
80258
|
;
|
|
80281
|
-
//# sourceMappingURL=index.
|
|
80259
|
+
//# sourceMappingURL=index.8e1e03.js.map
|