sample-piral 0.15.0-beta.4808 → 0.15.0-beta.4813
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.d560ce.js → index.7fcc0a.js} +10 -8
- package/app/index.7fcc0a.js.map +1 -0
- package/app/index.d.ts +4 -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 +8 -8
- package/app/index.d560ce.js.map +0 -1
|
@@ -4651,11 +4651,13 @@ function createNavigation() {
|
|
|
4651
4651
|
|
|
4652
4652
|
return {
|
|
4653
4653
|
get path() {
|
|
4654
|
-
|
|
4655
|
-
|
|
4656
|
-
|
|
4654
|
+
var loc = _nav ? _nav.location : location;
|
|
4655
|
+
return loc.pathname;
|
|
4656
|
+
},
|
|
4657
4657
|
|
|
4658
|
-
|
|
4658
|
+
get url() {
|
|
4659
|
+
var loc = _nav ? _nav.location : location;
|
|
4660
|
+
return "".concat(loc.pathname).concat(loc.search).concat(loc.hash);
|
|
4659
4661
|
},
|
|
4660
4662
|
|
|
4661
4663
|
push: function push(target, state) {
|
|
@@ -9602,12 +9604,12 @@ function installPiralDebug(options) {
|
|
|
9602
9604
|
debug: debugApiVersion,
|
|
9603
9605
|
instance: {
|
|
9604
9606
|
name: "sample-piral",
|
|
9605
|
-
version: "0.15.0-beta.
|
|
9607
|
+
version: "0.15.0-beta.4813",
|
|
9606
9608
|
dependencies: "reactstrap,tslib,react,react-dom,react-router,react-router-dom"
|
|
9607
9609
|
},
|
|
9608
9610
|
build: {
|
|
9609
|
-
date: "2022-11-
|
|
9610
|
-
cli: "0.15.0-beta.
|
|
9611
|
+
date: "2022-11-14T00:49:26.774Z",
|
|
9612
|
+
cli: "0.15.0-beta.4813",
|
|
9611
9613
|
compat: "0.15"
|
|
9612
9614
|
}
|
|
9613
9615
|
};
|
|
@@ -66371,4 +66373,4 @@ root.render( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(piral
|
|
|
66371
66373
|
|
|
66372
66374
|
/******/ })()
|
|
66373
66375
|
;
|
|
66374
|
-
//# sourceMappingURL=index.
|
|
66376
|
+
//# sourceMappingURL=index.7fcc0a.js.map
|