Commit 7432fd1
File tree
134 files changed
+177
-226
lines changedFilter options
- packages
- core
- createUnrefFn
- onClickOutside
- onKeyStroke
- unrefElement
- useAnimate
- useBase64
- useBreakpoints
- useClipboard
- useClipboardItems
- useCloned
- useColorMode
- useCountdown
- useCssVar
- useCycleList
- useDebouncedRefHistory
- useDisplayMedia
- useDraggable
- useDropZone
- useElementByPoint
- useElementHover
- useElementVisibility
- useEventListener
- useEventSource
- useFavicon
- useFetch
- useFileSystemAccess
- useImage
- useInfiniteScroll
- useIntersectionObserver
- useMagicKeys
- useMediaControls
- useMediaQuery
- useMouse
- useMutationObserver
- useObjectUrl
- useOffsetPagination
- useParentElement
- usePointer
- usePointerSwipe
- usePrevious
- useResizeObserver
- useScriptTag
- useScroll
- useScrollLock
- useSessionStorage
- useSorted
- useSpeechRecognition
- useSpeechSynthesis
- useStepper
- useStorage
- useStorageAsync
- useStyleTag
- useSwipe
- useTextareaAutosize
- useThrottledRefHistory
- useTimeAgo
- useTimeoutPoll
- useTitle
- useTransition
- useUserMedia
- useVibrate
- useVirtualList
- useWebSocket
- electron
- useZoomFactor
- useZoomLevel
- firebase/useFirestore
- integrations
- useAsyncValidator
- useChangeCase
- useFocusTrap
- useFuse
- useIDBKeyval
- useJwt
- useNProgress
- useQRCode
- useSortable
- math
- createGenericProjection
- createProjection
- logicAnd
- logicOr
- useAbs
- useAverage
- useCeil
- useClamp
- useFloor
- useMax
- useMin
- usePrecision
- useProjection
- useRound
- useSum
- useTrunc
- router
- useRouteHash
- useRouteParams
- useRouteQuery
- rxjs/from
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
134 files changed
+177
-226
lines changedpackages/core/createUnrefFn/index.ts
Copy file name to clipboardExpand all lines: packages/core/createUnrefFn/index.ts+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
|
packages/core/onClickOutside/index.ts
Copy file name to clipboardExpand all lines: packages/core/onClickOutside/index.ts+2-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
packages/core/onKeyStroke/index.ts
Copy file name to clipboardExpand all lines: packages/core/onKeyStroke/index.ts+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
|
packages/core/unrefElement/index.ts
Copy file name to clipboardExpand all lines: packages/core/unrefElement/index.ts+1-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
|
packages/core/useAnimate/index.ts
Copy file name to clipboardExpand all lines: packages/core/useAnimate/index.ts+2-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
packages/core/useBase64/index.ts
Copy file name to clipboardExpand all lines: packages/core/useBase64/index.ts+1-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
|
packages/core/useBreakpoints/index.ts
Copy file name to clipboardExpand all lines: packages/core/useBreakpoints/index.ts+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
|
packages/core/useClipboard/index.ts
Copy file name to clipboardExpand all lines: packages/core/useClipboard/index.ts+1-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
4 |
| - |
| 3 | + |
5 | 4 |
|
6 | 5 |
|
7 | 6 |
|
|
packages/core/useClipboardItems/index.ts
Copy file name to clipboardExpand all lines: packages/core/useClipboardItems/index.ts+1-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
|
packages/core/useCloned/index.ts
Copy file name to clipboardExpand all lines: packages/core/useCloned/index.ts+1-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
|
packages/core/useColorMode/index.ts
Copy file name to clipboardExpand all lines: packages/core/useColorMode/index.ts+1-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
|
packages/core/useCountdown/index.ts
Copy file name to clipboardExpand all lines: packages/core/useCountdown/index.ts+2-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
packages/core/useCssVar/index.ts
Copy file name to clipboardExpand all lines: packages/core/useCssVar/index.ts+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
|
packages/core/useCycleList/index.ts
Copy file name to clipboardExpand all lines: packages/core/useCycleList/index.ts+1-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
|
packages/core/useDebouncedRefHistory/index.ts
Copy file name to clipboardExpand all lines: packages/core/useDebouncedRefHistory/index.ts+1-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
|
packages/core/useDisplayMedia/index.ts
Copy file name to clipboardExpand all lines: packages/core/useDisplayMedia/index.ts+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
|
packages/core/useDraggable/index.ts
Copy file name to clipboardExpand all lines: packages/core/useDraggable/index.ts+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
|
packages/core/useDropZone/index.ts
Copy file name to clipboardExpand all lines: packages/core/useDropZone/index.ts+1-3
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
| 1 | + |
4 | 2 |
|
5 | 3 |
|
6 | 4 |
|
|
packages/core/useElementByPoint/index.ts
Copy file name to clipboardExpand all lines: packages/core/useElementByPoint/index.ts+2-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
packages/core/useElementHover/index.ts
Copy file name to clipboardExpand all lines: packages/core/useElementHover/index.ts+1-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
|
packages/core/useElementVisibility/index.ts
Copy file name to clipboardExpand all lines: packages/core/useElementVisibility/index.ts+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
|
packages/core/useEventListener/index.ts
Copy file name to clipboardExpand all lines: packages/core/useEventListener/index.ts+2-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
| 2 | + |
2 | 3 |
|
3 | 4 |
|
4 | 5 |
|
|
packages/core/useEventSource/index.ts
Copy file name to clipboardExpand all lines: packages/core/useEventSource/index.ts+2-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
packages/core/useFavicon/index.ts
Copy file name to clipboardExpand all lines: packages/core/useFavicon/index.ts+2-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
packages/core/useFetch/index.ts
Copy file name to clipboardExpand all lines: packages/core/useFetch/index.ts+2-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
packages/core/useFileSystemAccess/index.ts
Copy file name to clipboardExpand all lines: packages/core/useFileSystemAccess/index.ts+2-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
packages/core/useImage/index.ts
Copy file name to clipboardExpand all lines: packages/core/useImage/index.ts+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
|
packages/core/useInfiniteScroll/index.ts
Copy file name to clipboardExpand all lines: packages/core/useInfiniteScroll/index.ts+2-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
packages/core/useIntersectionObserver/index.ts
Copy file name to clipboardExpand all lines: packages/core/useIntersectionObserver/index.ts+2-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
packages/core/useMagicKeys/index.ts
Copy file name to clipboardExpand all lines: packages/core/useMagicKeys/index.ts+1-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
|
packages/core/useMediaControls/index.ts
Copy file name to clipboardExpand all lines: packages/core/useMediaControls/index.ts+2-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
| 2 | + |
2 | 3 |
|
3 | 4 |
|
4 | 5 |
|
|
packages/core/useMediaQuery/index.ts
Copy file name to clipboardExpand all lines: packages/core/useMediaQuery/index.ts+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
|
packages/core/useMouse/index.ts
Copy file name to clipboardExpand all lines: packages/core/useMouse/index.ts+2-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
| 2 | + |
2 | 3 |
|
3 | 4 |
|
4 | 5 |
|
|
packages/core/useMutationObserver/index.ts
Copy file name to clipboardExpand all lines: packages/core/useMutationObserver/index.ts+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
|
packages/core/useObjectUrl/index.ts
Copy file name to clipboardExpand all lines: packages/core/useObjectUrl/index.ts+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
|
packages/core/useOffsetPagination/index.ts
Copy file name to clipboardExpand all lines: packages/core/useOffsetPagination/index.ts+1-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
|
packages/core/useParentElement/index.ts
Copy file name to clipboardExpand all lines: packages/core/useParentElement/index.ts+1-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
|
packages/core/usePointer/index.ts
Copy file name to clipboardExpand all lines: packages/core/usePointer/index.ts+1-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
|
packages/core/usePointerSwipe/index.ts
Copy file name to clipboardExpand all lines: packages/core/usePointerSwipe/index.ts+1-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
|
packages/core/usePrevious/index.ts
Copy file name to clipboardExpand all lines: packages/core/usePrevious/index.ts+1-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
4 |
| - |
| 3 | + |
5 | 4 |
|
6 | 5 |
|
7 | 6 |
|
|
packages/core/useResizeObserver/index.ts
Copy file name to clipboardExpand all lines: packages/core/useResizeObserver/index.ts+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
|
packages/core/useScriptTag/index.ts
Copy file name to clipboardExpand all lines: packages/core/useScriptTag/index.ts+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
|
packages/core/useScroll/index.ts
Copy file name to clipboardExpand all lines: packages/core/useScroll/index.ts+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
|
packages/core/useScrollLock/index.ts
Copy file name to clipboardExpand all lines: packages/core/useScrollLock/index.ts+2-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
| 2 | + |
2 | 3 |
|
3 | 4 |
|
4 | 5 |
|
|
packages/core/useSessionStorage/index.ts
Copy file name to clipboardExpand all lines: packages/core/useSessionStorage/index.ts+2-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
| 2 | + |
2 | 3 |
|
3 | 4 |
|
4 | 5 |
|
|
packages/core/useShare/index.ts
Copy file name to clipboardExpand all lines: packages/core/useShare/index.ts+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
|
packages/core/useSorted/index.ts
Copy file name to clipboardExpand all lines: packages/core/useSorted/index.ts+1-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
|
packages/core/useSpeechRecognition/index.ts
Copy file name to clipboardExpand all lines: packages/core/useSpeechRecognition/index.ts+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
|
packages/core/useSpeechSynthesis/index.ts
Copy file name to clipboardExpand all lines: packages/core/useSpeechSynthesis/index.ts+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
|
packages/core/useStepper/index.ts
Copy file name to clipboardExpand all lines: packages/core/useStepper/index.ts+1-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
|
packages/core/useStorage/index.ts
Copy file name to clipboardExpand all lines: packages/core/useStorage/index.ts+2-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
| 2 | + |
2 | 3 |
|
3 | 4 |
|
4 | 5 |
|
|
packages/core/useStorageAsync/index.ts
Copy file name to clipboardExpand all lines: packages/core/useStorageAsync/index.ts+2-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
| 2 | + |
2 | 3 |
|
3 | 4 |
|
4 | 5 |
|
|
packages/core/useStyleTag/index.ts
Copy file name to clipboardExpand all lines: packages/core/useStyleTag/index.ts+1-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
|
packages/core/useSwipe/index.ts
Copy file name to clipboardExpand all lines: packages/core/useSwipe/index.ts+1-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
|
packages/core/useTextareaAutosize/index.ts
Copy file name to clipboardExpand all lines: packages/core/useTextareaAutosize/index.ts+2-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
packages/core/useThrottledRefHistory/index.ts
Copy file name to clipboardExpand all lines: packages/core/useThrottledRefHistory/index.ts+1-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
|
0 commit comments