sample-piral 0.15.0-beta.4715 → 0.15.0-beta.4739
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.d.ts +14 -2
- package/app/{index.32712e.js → index.fe4059.js} +18 -14
- package/app/index.fe4059.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.32712e.js.map +0 -1
package/app/index.d.ts
CHANGED
|
@@ -882,7 +882,18 @@ export interface SearchResultComponentProps extends BaseComponentProps {}
|
|
|
882
882
|
* The context to be transported into the generic components.
|
|
883
883
|
*/
|
|
884
884
|
export interface ComponentContext {
|
|
885
|
+
/**
|
|
886
|
+
* The router-independent navigation API.
|
|
887
|
+
*/
|
|
885
888
|
navigation: NavigationApi;
|
|
889
|
+
/**
|
|
890
|
+
* The internal router object.
|
|
891
|
+
* @deprecated Exposes internals that can change at any time.
|
|
892
|
+
*/
|
|
893
|
+
router: any;
|
|
894
|
+
/**
|
|
895
|
+
* The public path of the application.
|
|
896
|
+
*/
|
|
886
897
|
publicPath: string;
|
|
887
898
|
}
|
|
888
899
|
|
|
@@ -928,11 +939,12 @@ export interface NavigationApi {
|
|
|
928
939
|
*/
|
|
929
940
|
listen(listener: NavigationListener): Disposable;
|
|
930
941
|
/**
|
|
931
|
-
* Gets the current path.
|
|
942
|
+
* Gets the current navigation / application path.
|
|
932
943
|
*/
|
|
933
944
|
path: string;
|
|
934
945
|
/**
|
|
935
|
-
* The original router behind the navigation.
|
|
946
|
+
* The original router behind the navigation. Don't depend on this
|
|
947
|
+
* as the implementation is router specific and may change over time.
|
|
936
948
|
*/
|
|
937
949
|
router: any;
|
|
938
950
|
}
|
|
@@ -4692,9 +4692,13 @@ function createNavigation() {
|
|
|
4692
4692
|
window.removeEventListener('piral-navigate', handler);
|
|
4693
4693
|
};
|
|
4694
4694
|
},
|
|
4695
|
-
|
|
4696
|
-
|
|
4695
|
+
|
|
4696
|
+
get router() {
|
|
4697
|
+
return {
|
|
4698
|
+
history: _nav
|
|
4699
|
+
};
|
|
4697
4700
|
}
|
|
4701
|
+
|
|
4698
4702
|
};
|
|
4699
4703
|
}
|
|
4700
4704
|
|
|
@@ -9599,11 +9603,11 @@ function installPiralDebug(options) {
|
|
|
9599
9603
|
debug: debugApiVersion,
|
|
9600
9604
|
instance: {
|
|
9601
9605
|
name: "sample-piral",
|
|
9602
|
-
version: "0.15.0-beta.
|
|
9606
|
+
version: "0.15.0-beta.4739",
|
|
9603
9607
|
dependencies: "reactstrap,tslib,react,react-dom,react-router,react-router-dom"
|
|
9604
9608
|
},
|
|
9605
9609
|
build: {
|
|
9606
|
-
date: "2022-10-
|
|
9610
|
+
date: "2022-10-09T09:53:10.523Z",
|
|
9607
9611
|
cli: "0.14.32",
|
|
9608
9612
|
compat: "0.14"
|
|
9609
9613
|
}
|
|
@@ -14287,7 +14291,7 @@ module.exports = function isArguments(value) {
|
|
|
14287
14291
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14288
14292
|
|
|
14289
14293
|
"use strict";
|
|
14290
|
-
var
|
|
14294
|
+
var _home_vsts_work_1_s_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_1___namespace_cache;
|
|
14291
14295
|
__webpack_require__.r(__webpack_exports__);
|
|
14292
14296
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
14293
14297
|
/* harmony export */ "createDefaultState": () => (/* binding */ createDefaultState),
|
|
@@ -14300,13 +14304,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14300
14304
|
/* harmony export */ "useRouteFilter": () => (/* binding */ useRouteFilter),
|
|
14301
14305
|
/* harmony export */ "useRouterContext": () => (/* reexport safe */ piral_core_defaults_navigator_v5__WEBPACK_IMPORTED_MODULE_6__.useRouterContext)
|
|
14302
14306
|
/* harmony export */ });
|
|
14303
|
-
/* harmony import */ var
|
|
14304
|
-
/* harmony import */ var
|
|
14305
|
-
/* harmony import */ var
|
|
14306
|
-
/* harmony import */ var
|
|
14307
|
-
/* harmony import */ var
|
|
14308
|
-
/* harmony import */ var
|
|
14309
|
-
/* harmony import */ var
|
|
14307
|
+
/* harmony import */ var _home_vsts_work_1_s_node_modules_reactstrap_es_index_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../node_modules/reactstrap/es/index.js */ "../../../node_modules/reactstrap/es/index.js");
|
|
14308
|
+
/* harmony import */ var _home_vsts_work_1_s_node_modules_tslib_tslib_es6_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../node_modules/tslib/tslib.es6.js */ "../../../node_modules/tslib/tslib.es6.js");
|
|
14309
|
+
/* harmony import */ var _home_vsts_work_1_s_node_modules_react_index_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../node_modules/react/index.js */ "../../../node_modules/react/index.js");
|
|
14310
|
+
/* harmony import */ var _home_vsts_work_1_s_node_modules_react_index_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_home_vsts_work_1_s_node_modules_react_index_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
14311
|
+
/* harmony import */ var _home_vsts_work_1_s_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../node_modules/react-dom/index.js */ "../../../node_modules/react-dom/index.js");
|
|
14312
|
+
/* harmony import */ var _home_vsts_work_1_s_node_modules_react_router_esm_react_router_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../node_modules/react-router/esm/react-router.js */ "../../../node_modules/react-router/esm/react-router.js");
|
|
14313
|
+
/* harmony import */ var _home_vsts_work_1_s_node_modules_react_router_dom_esm_react_router_dom_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../node_modules/react-router-dom/esm/react-router-dom.js */ "../../../node_modules/react-router-dom/esm/react-router-dom.js");
|
|
14310
14314
|
/* harmony import */ var piral_core_defaults_DefaultErrorInfo__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! piral-core/_/defaults/DefaultErrorInfo */ "../../framework/piral-core/esm/defaults/DefaultErrorInfo.js");
|
|
14311
14315
|
/* harmony import */ var piral_core_defaults_DefaultLoadingIndicator__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! piral-core/_/defaults/DefaultLoadingIndicator */ "../../framework/piral-core/esm/defaults/DefaultLoadingIndicator.js");
|
|
14312
14316
|
/* harmony import */ var piral_core_defaults_DefaultLayout__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! piral-core/_/defaults/DefaultLayout */ "../../framework/piral-core/esm/defaults/DefaultLayout.js");
|
|
@@ -14335,7 +14339,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14335
14339
|
|
|
14336
14340
|
|
|
14337
14341
|
function fillDependencies(deps) {
|
|
14338
|
-
deps['sample-piral']={};deps["reactstrap"]=
|
|
14342
|
+
deps['sample-piral']={};deps["reactstrap"]=_home_vsts_work_1_s_node_modules_reactstrap_es_index_js__WEBPACK_IMPORTED_MODULE_2__;deps["reactstrap@8.10.1"]=_home_vsts_work_1_s_node_modules_reactstrap_es_index_js__WEBPACK_IMPORTED_MODULE_2__;deps["tslib"]=_home_vsts_work_1_s_node_modules_tslib_tslib_es6_js__WEBPACK_IMPORTED_MODULE_3__;deps["tslib@2.3.1"]=_home_vsts_work_1_s_node_modules_tslib_tslib_es6_js__WEBPACK_IMPORTED_MODULE_3__;deps["react"]=_home_vsts_work_1_s_node_modules_react_index_js__WEBPACK_IMPORTED_MODULE_0__;deps["react@18.2.0"]=_home_vsts_work_1_s_node_modules_react_index_js__WEBPACK_IMPORTED_MODULE_0__;deps["react-dom"]=/*#__PURE__*/ (_home_vsts_work_1_s_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_1___namespace_cache || (_home_vsts_work_1_s_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_1___namespace_cache = __webpack_require__.t(_home_vsts_work_1_s_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_1__, 2)));deps["react-dom@18.2.0"]=/*#__PURE__*/ (_home_vsts_work_1_s_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_1___namespace_cache || (_home_vsts_work_1_s_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_1___namespace_cache = __webpack_require__.t(_home_vsts_work_1_s_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_1__, 2)));deps["react-router"]=_home_vsts_work_1_s_node_modules_react_router_esm_react_router_js__WEBPACK_IMPORTED_MODULE_4__;deps["react-router@5.3.3"]=_home_vsts_work_1_s_node_modules_react_router_esm_react_router_js__WEBPACK_IMPORTED_MODULE_4__;deps["react-router-dom"]=_home_vsts_work_1_s_node_modules_react_router_dom_esm_react_router_dom_js__WEBPACK_IMPORTED_MODULE_5__;deps["react-router-dom@5.3.3"]=_home_vsts_work_1_s_node_modules_react_router_dom_esm_react_router_dom_js__WEBPACK_IMPORTED_MODULE_5__
|
|
14339
14343
|
}
|
|
14340
14344
|
|
|
14341
14345
|
|
|
@@ -66368,4 +66372,4 @@ root.render( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(piral
|
|
|
66368
66372
|
|
|
66369
66373
|
/******/ })()
|
|
66370
66374
|
;
|
|
66371
|
-
//# sourceMappingURL=index.
|
|
66375
|
+
//# sourceMappingURL=index.fe4059.js.map
|