@types/hotwired__turbo 8.0.7 → 8.0.8
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.
- hotwired__turbo/README.md +1 -1
- hotwired__turbo/index.d.ts +2 -2
- hotwired__turbo/package.json +2 -2
hotwired__turbo/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for @hotwired/turbo (https://turbo.hotwir
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hotwired__turbo.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Mon, 02 Mar 2026 00:54:45 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
hotwired__turbo/index.d.ts
CHANGED
|
@@ -411,7 +411,7 @@ export type TurboBeforeRenderEvent = CustomEvent<{
|
|
|
411
411
|
newBody: HTMLBodyElement;
|
|
412
412
|
renderMethod: "replace" | "morph";
|
|
413
413
|
isPreview: boolean;
|
|
414
|
-
resume: (value?:
|
|
414
|
+
resume: (value?: unknown) => void;
|
|
415
415
|
render: (currentBody: HTMLBodyElement, newBody: HTMLBodyElement) => void;
|
|
416
416
|
}>;
|
|
417
417
|
export type TurboBeforeVisitEvent = CustomEvent<{ url: string }>;
|
|
@@ -422,7 +422,7 @@ export type TurboClickEvent = CustomEvent<{
|
|
|
422
422
|
export type TurboFrameLoadEvent = CustomEvent;
|
|
423
423
|
export type TurboBeforeFrameRenderEvent = CustomEvent<{
|
|
424
424
|
newFrame: FrameElement;
|
|
425
|
-
resume: (value?:
|
|
425
|
+
resume: (value?: unknown) => void;
|
|
426
426
|
render: (currentFrame: FrameElement, newFrame: FrameElement) => void;
|
|
427
427
|
}>;
|
|
428
428
|
export type TurboFrameRenderEvent = CustomEvent<{
|
hotwired__turbo/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/hotwired__turbo",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.8",
|
|
4
4
|
"description": "TypeScript definitions for @hotwired/turbo",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hotwired__turbo",
|
|
6
6
|
"license": "MIT",
|
|
@@ -31,6 +31,6 @@
|
|
|
31
31
|
"scripts": {},
|
|
32
32
|
"dependencies": {},
|
|
33
33
|
"peerDependencies": {},
|
|
34
|
-
"typesPublisherContentHash": "
|
|
34
|
+
"typesPublisherContentHash": "49235df4baa34fac8dd6000066c66f312478dead406fd7ac4efbb94cabbb34dd",
|
|
35
35
|
"typeScriptVersion": "5.2"
|
|
36
36
|
}
|