@inertiajs/core
Advanced tools
+1
-1
| { | ||
| "name": "@inertiajs/core", | ||
| "version": "2.3.26", | ||
| "version": "2.3.27", | ||
| "license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "A framework for creating server-driven single page apps.", |
@@ -5,3 +5,3 @@ type MouseNavigationEvent = Pick<MouseEvent, 'altKey' | 'ctrlKey' | 'shiftKey' | 'metaKey' | 'button' | 'currentTarget' | 'defaultPrevented' | 'target'>; | ||
| * Determine if this mouse event should be intercepted for navigation purposes. | ||
| * Links with modifier keys or non-left clicks should not be intercepted. | ||
| * Links with modifier keys or non-left clicks or different browsing context targets should not be intercepted. | ||
| * Content editable elements and prevented events are ignored. | ||
@@ -8,0 +8,0 @@ */ |
+1
-1
@@ -452,3 +452,3 @@ import { AxiosProgressEvent, AxiosResponse } from 'axios'; | ||
| export type UseFormSubmitArguments = [Method, string, UseFormSubmitOptions?] | [UrlMethodPair, UseFormSubmitOptions?] | [UseFormSubmitOptions?]; | ||
| export type FormComponentOptions = Pick<VisitOptions, 'preserveScroll' | 'preserveState' | 'preserveUrl' | 'replace' | 'only' | 'except' | 'reset' | 'viewTransition'>; | ||
| export type FormComponentOptions = Pick<VisitOptions, 'preserveScroll' | 'preserveState' | 'preserveUrl' | 'replace' | 'only' | 'except' | 'reset' | 'viewTransition' | 'async'>; | ||
| export type FormComponentProps = Partial<Pick<Visit, 'headers' | 'queryStringArrayFormat' | 'errorBag' | 'showProgress' | 'invalidateCacheTags'> & Omit<VisitCallbacks, 'onPrefetched' | 'onPrefetching'>> & { | ||
@@ -455,0 +455,0 @@ method?: Method | Uppercase<Method>; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
894556
0.15%9820
0.06%