inertiax-core 11.0.12 → 11.0.13
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/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -1357,6 +1357,7 @@ var CurrentFramePage = class {
|
|
|
1357
1357
|
constructor(frameId) {
|
|
1358
1358
|
this.frameId = frameId;
|
|
1359
1359
|
}
|
|
1360
|
+
frameId;
|
|
1360
1361
|
page;
|
|
1361
1362
|
swapComponent;
|
|
1362
1363
|
resolveComponent;
|
|
@@ -2582,6 +2583,10 @@ var Response = class _Response {
|
|
|
2582
2583
|
this.originatingPage = originatingPage;
|
|
2583
2584
|
this.router = router2;
|
|
2584
2585
|
}
|
|
2586
|
+
requestParams;
|
|
2587
|
+
response;
|
|
2588
|
+
originatingPage;
|
|
2589
|
+
router;
|
|
2585
2590
|
wasPrefetched = false;
|
|
2586
2591
|
processed = false;
|
|
2587
2592
|
static create(params, response, originatingPage, router2) {
|
|
@@ -3013,6 +3018,7 @@ var Request = class _Request {
|
|
|
3013
3018
|
this.optimistic = optimistic;
|
|
3014
3019
|
this.router = router2;
|
|
3015
3020
|
}
|
|
3021
|
+
page;
|
|
3016
3022
|
response;
|
|
3017
3023
|
cancelToken;
|
|
3018
3024
|
requestParams;
|