sample-piral 0.14.3-beta.3295 → 0.14.3-beta.3303
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.76d148.js → index.8f63eb.js} +13 -13
- package/app/index.8f63eb.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.76d148.js.map +0 -1
|
@@ -1804,10 +1804,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1804
1804
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
1805
1805
|
/* harmony import */ var _state__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./state */ "../../framework/piral-core/esm/state/stateContext.js");
|
|
1806
1806
|
/* harmony import */ var _createInstance__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./createInstance */ "../../framework/piral-core/esm/createInstance.js");
|
|
1807
|
-
/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./components */ "../../framework/piral-core/esm/components/
|
|
1808
|
-
/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./components */ "../../framework/piral-core/esm/components/
|
|
1809
|
-
/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./components */ "../../framework/piral-core/esm/components/
|
|
1810
|
-
/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./components */ "../../framework/piral-core/esm/components/
|
|
1807
|
+
/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./components */ "../../framework/piral-core/esm/components/ResponsiveLayout.js");
|
|
1808
|
+
/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./components */ "../../framework/piral-core/esm/components/Mediator.js");
|
|
1809
|
+
/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./components */ "../../framework/piral-core/esm/components/PiralView.js");
|
|
1810
|
+
/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./components */ "../../framework/piral-core/esm/components/PortalRenderer.js");
|
|
1811
1811
|
|
|
1812
1812
|
|
|
1813
1813
|
|
|
@@ -1835,13 +1835,13 @@ var Piral = function Piral(_ref) {
|
|
|
1835
1835
|
children = _ref.children;
|
|
1836
1836
|
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_state__WEBPACK_IMPORTED_MODULE_2__.StateContext.Provider, {
|
|
1837
1837
|
value: instance.context
|
|
1838
|
-
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components__WEBPACK_IMPORTED_MODULE_3__.
|
|
1839
|
-
id: "root"
|
|
1840
|
-
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components__WEBPACK_IMPORTED_MODULE_4__.ResponsiveLayout, {
|
|
1838
|
+
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components__WEBPACK_IMPORTED_MODULE_3__.ResponsiveLayout, {
|
|
1841
1839
|
breakpoints: breakpoints
|
|
1842
|
-
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(
|
|
1840
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components__WEBPACK_IMPORTED_MODULE_4__.Mediator, {
|
|
1843
1841
|
options: instance.options
|
|
1844
|
-
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(
|
|
1842
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components__WEBPACK_IMPORTED_MODULE_5__.PiralView, null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components__WEBPACK_IMPORTED_MODULE_6__.PortalRenderer, {
|
|
1843
|
+
id: "root"
|
|
1844
|
+
}), children));
|
|
1845
1845
|
};
|
|
1846
1846
|
Piral.displayName = 'Piral';
|
|
1847
1847
|
|
|
@@ -3186,7 +3186,7 @@ function createInstance() {
|
|
|
3186
3186
|
var createApi = apiFactory(context, usedPlugins);
|
|
3187
3187
|
var root = createApi({
|
|
3188
3188
|
name: 'root',
|
|
3189
|
-
version: "0.14.3-beta.
|
|
3189
|
+
version: "0.14.3-beta.3303" || 0,
|
|
3190
3190
|
spec: ''
|
|
3191
3191
|
});
|
|
3192
3192
|
var options = (0,_helpers__WEBPACK_IMPORTED_MODULE_5__.createPiletOptions)({
|
|
@@ -8719,11 +8719,11 @@ function installPiralDebug(options) {
|
|
|
8719
8719
|
debug: debugApiVersion,
|
|
8720
8720
|
instance: {
|
|
8721
8721
|
name: "sample-piral",
|
|
8722
|
-
version: "0.14.3-beta.
|
|
8722
|
+
version: "0.14.3-beta.3303",
|
|
8723
8723
|
dependencies: "reactstrap,react,react-dom,react-router,react-router-dom,history,tslib,path-to-regexp,@libre/atom,@dbeining/react-atom"
|
|
8724
8724
|
},
|
|
8725
8725
|
build: {
|
|
8726
|
-
date: "2021-11-
|
|
8726
|
+
date: "2021-11-26T01:19:30.603Z",
|
|
8727
8727
|
cli: "0.14.2",
|
|
8728
8728
|
compat: "0.14"
|
|
8729
8729
|
},
|
|
@@ -80022,4 +80022,4 @@ var layout_1 = __webpack_require__(/*! ./layout */ "./src/layout.tsx");
|
|
|
80022
80022
|
|
|
80023
80023
|
/******/ })()
|
|
80024
80024
|
;
|
|
80025
|
-
//# sourceMappingURL=index.
|
|
80025
|
+
//# sourceMappingURL=index.8f63eb.js.map
|