sample-piral 1.9.0-beta.8259 → 1.9.0-beta.8264
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.9b284b.js → index.c78ddb.js} +9 -14
- package/app/index.c78ddb.js.map +1 -0
- package/app/index.d.ts +0 -4
- package/app/index.html +1 -1
- package/files.tar +0 -0
- package/files_once.tar +0 -0
- package/package.json +8 -8
- package/app/index.9b284b.js.map +0 -1
|
@@ -56623,9 +56623,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
56623
56623
|
/* harmony export */ });
|
|
56624
56624
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
56625
56625
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
56626
|
-
/* harmony import */ var
|
|
56627
|
-
/* harmony import */ var
|
|
56628
|
-
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../utils */ "../../framework/piral-core/lib/utils/foreign.js");
|
|
56626
|
+
/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./components */ "../../framework/piral-core/lib/components/components.js");
|
|
56627
|
+
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils */ "../../framework/piral-core/lib/utils/foreign.js");
|
|
56629
56628
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
56630
56629
|
var _excluded = ["children", "piral", "errorType"];
|
|
56631
56630
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -56648,7 +56647,6 @@ function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf
|
|
|
56648
56647
|
|
|
56649
56648
|
|
|
56650
56649
|
|
|
56651
|
-
|
|
56652
56650
|
/**
|
|
56653
56651
|
* The component for catching errors and displaying error information.
|
|
56654
56652
|
*/
|
|
@@ -56678,17 +56676,14 @@ var ErrorBoundary = /*#__PURE__*/function (_React$Component) {
|
|
|
56678
56676
|
}, {
|
|
56679
56677
|
key: "componentDidUpdate",
|
|
56680
56678
|
value: function componentDidUpdate(_, prevState) {
|
|
56681
|
-
var _this2 = this;
|
|
56682
56679
|
var error = this.state.error;
|
|
56683
56680
|
if (error && !prevState.error) {
|
|
56684
56681
|
var _this$props2 = this.props,
|
|
56685
56682
|
piral = _this$props2.piral,
|
|
56686
56683
|
errorType = _this$props2.errorType;
|
|
56687
56684
|
var pilet = piral.meta.name;
|
|
56688
|
-
(0,
|
|
56689
|
-
var container = (0,react_dom__WEBPACK_IMPORTED_MODULE_1__.findDOMNode)(_this2);
|
|
56685
|
+
(0,_utils__WEBPACK_IMPORTED_MODULE_1__.defer)(function () {
|
|
56690
56686
|
piral.emit('unhandled-error', {
|
|
56691
|
-
container: container,
|
|
56692
56687
|
errorType: errorType,
|
|
56693
56688
|
error: error,
|
|
56694
56689
|
pilet: pilet
|
|
@@ -56708,14 +56703,14 @@ var ErrorBoundary = /*#__PURE__*/function (_React$Component) {
|
|
|
56708
56703
|
var rest = renderProps;
|
|
56709
56704
|
if (error) {
|
|
56710
56705
|
var pilet = piral.meta.name;
|
|
56711
|
-
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(
|
|
56706
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components__WEBPACK_IMPORTED_MODULE_2__.RegisteredErrorInfo, _objectSpread({
|
|
56712
56707
|
type: errorType,
|
|
56713
56708
|
error: error,
|
|
56714
56709
|
pilet: pilet
|
|
56715
56710
|
}, rest));
|
|
56716
56711
|
}
|
|
56717
56712
|
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(react__WEBPACK_IMPORTED_MODULE_0__.Suspense, {
|
|
56718
|
-
fallback: /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(
|
|
56713
|
+
fallback: /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components__WEBPACK_IMPORTED_MODULE_2__.RegisteredLoadingIndicator, null)
|
|
56719
56714
|
}, children);
|
|
56720
56715
|
}
|
|
56721
56716
|
}]);
|
|
@@ -62612,12 +62607,12 @@ function installPiralDebug(options) {
|
|
|
62612
62607
|
debug: debugApiVersion,
|
|
62613
62608
|
instance: {
|
|
62614
62609
|
name: "sample-piral",
|
|
62615
|
-
version: "1.9.0-beta.
|
|
62610
|
+
version: "1.9.0-beta.8264",
|
|
62616
62611
|
dependencies: "reactstrap,tslib,react,react-dom,react-router,react-router-dom"
|
|
62617
62612
|
},
|
|
62618
62613
|
build: {
|
|
62619
|
-
date: "2025-09-
|
|
62620
|
-
cli: "1.9.0-beta.
|
|
62614
|
+
date: "2025-09-14T22:49:44.480Z",
|
|
62615
|
+
cli: "1.9.0-beta.8264",
|
|
62621
62616
|
compat: "1"
|
|
62622
62617
|
}
|
|
62623
62618
|
};
|
|
@@ -67170,4 +67165,4 @@ root.render(/*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(piral_
|
|
|
67170
67165
|
|
|
67171
67166
|
/******/ })()
|
|
67172
67167
|
;
|
|
67173
|
-
//# sourceMappingURL=index.
|
|
67168
|
+
//# sourceMappingURL=index.c78ddb.js.map
|