@siberiacancode/reactuse 0.2.0 → 0.2.2
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/cjs/helpers/createContext/createContext.cjs +1 -1
- package/dist/cjs/helpers/createContext/createContext.cjs.map +1 -1
- package/dist/cjs/helpers/createReactiveContext/createReactiveContext.cjs +2 -0
- package/dist/cjs/helpers/createReactiveContext/createReactiveContext.cjs.map +1 -0
- package/dist/cjs/helpers/createStore/createStore.cjs +1 -1
- package/dist/cjs/helpers/createStore/createStore.cjs.map +1 -1
- package/dist/cjs/hooks/useUrlSearchParams/useUrlSearchParams.cjs +2 -0
- package/dist/cjs/hooks/useUrlSearchParams/useUrlSearchParams.cjs.map +1 -0
- package/dist/cjs/index.cjs +1 -1
- package/dist/esm/helpers/createContext/createContext.mjs +4 -8
- package/dist/esm/helpers/createContext/createContext.mjs.map +1 -1
- package/dist/esm/helpers/createReactiveContext/createReactiveContext.mjs +54 -0
- package/dist/esm/helpers/createReactiveContext/createReactiveContext.mjs.map +1 -0
- package/dist/esm/helpers/createStore/createStore.mjs +16 -23
- package/dist/esm/helpers/createStore/createStore.mjs.map +1 -1
- package/dist/esm/hooks/useUrlSearchParams/useUrlSearchParams.mjs +63 -0
- package/dist/esm/hooks/useUrlSearchParams/useUrlSearchParams.mjs.map +1 -0
- package/dist/esm/index.mjs +328 -321
- package/dist/esm/index.mjs.map +1 -1
- package/dist/types/helpers/createReactiveContext/createReactiveContext.d.ts +48 -0
- package/dist/types/helpers/createStore/createStore.d.ts +1 -1
- package/dist/types/helpers/index.d.ts +1 -0
- package/dist/types/hooks/index.d.ts +1 -0
- package/dist/types/hooks/useUrlSearchParams/useUrlSearchParams.d.ts +39 -0
- package/package.json +6 -6
package/dist/esm/index.mjs
CHANGED
|
@@ -1,326 +1,333 @@
|
|
|
1
1
|
import { createContext as r } from "./helpers/createContext/createContext.mjs";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
2
|
+
import { createReactiveContext as s } from "./helpers/createReactiveContext/createReactiveContext.mjs";
|
|
3
|
+
import { createStore as p } from "./helpers/createStore/createStore.mjs";
|
|
4
|
+
import { useActiveElement as f } from "./hooks/useActiveElement/useActiveElement.mjs";
|
|
5
|
+
import { useAsync as i } from "./hooks/useAsync/useAsync.mjs";
|
|
6
|
+
import { useBattery as n } from "./hooks/useBattery/useBattery.mjs";
|
|
7
|
+
import { useBluetooth as l } from "./hooks/useBluetooth/useBluetooth.mjs";
|
|
8
|
+
import { useBoolean as g } from "./hooks/useBoolean/useBoolean.mjs";
|
|
9
|
+
import { BREAKPOINTS_ANT_DESIGN as E, BREAKPOINTS_BOOTSTRAP_V5 as P, BREAKPOINTS_MANTINE as d, BREAKPOINTS_MASTER_CSS as C, BREAKPOINTS_MATERIAL_UI as R, BREAKPOINTS_PRIME_FLEX as I, BREAKPOINTS_QUASAR_V2 as O, BREAKPOINTS_SEMANTIC as k, BREAKPOINTS_TAILWIND as y, useBreakpoints as A } from "./hooks/useBreakpoints/useBreakpoints.mjs";
|
|
10
|
+
import { useBrowserLanguage as D } from "./hooks/useBrowserLanguage/useBrowserLanguage.mjs";
|
|
11
|
+
import { useClickOutside as _ } from "./hooks/useClickOutside/useClickOutside.mjs";
|
|
12
|
+
import { useClipboard as M } from "./hooks/useClipboard/useClipboard.mjs";
|
|
13
|
+
import { useConst as L } from "./hooks/useConst/useConst.mjs";
|
|
14
|
+
import { COOKIE_EVENT as K, dispatchCookieEvent as F, getCookie as V, getCookies as U, removeCookie as w, removeCookieItem as W, setCookie as G, setCookieItem as H, useCookie as Q } from "./hooks/useCookie/useCookie.mjs";
|
|
15
|
+
import { clearCookies as X, getParsedCookies as Z, useCookies as j } from "./hooks/useCookies/useCookies.mjs";
|
|
16
|
+
import { useCopy as J } from "./hooks/useCopy/useCopy.mjs";
|
|
17
|
+
import { useCounter as $ } from "./hooks/useCounter/useCounter.mjs";
|
|
18
|
+
import { useCssVar as oe } from "./hooks/useCssVar/useCssVar.mjs";
|
|
19
|
+
import { useDebounceCallback as te } from "./hooks/useDebounceCallback/useDebounceCallback.mjs";
|
|
20
|
+
import { useDebounceValue as me } from "./hooks/useDebounceValue/useDebounceValue.mjs";
|
|
21
|
+
import { useDefault as ue } from "./hooks/useDefault/useDefault.mjs";
|
|
22
|
+
import { useDeviceMotion as xe } from "./hooks/useDeviceMotion/useDeviceMotion.mjs";
|
|
23
|
+
import { useDeviceOrientation as ae } from "./hooks/useDeviceOrientation/useDeviceOrientation.mjs";
|
|
24
|
+
import { useDevicePixelRatio as ce } from "./hooks/useDevicePixelRatio/useDevicePixelRatio.mjs";
|
|
25
|
+
import { useDidUpdate as Se } from "./hooks/useDidUpdate/useDidUpdate.mjs";
|
|
26
|
+
import { useDisclosure as Te } from "./hooks/useDisclosure/useDisclosure.mjs";
|
|
27
|
+
import { useDisplayMedia as Pe } from "./hooks/useDisplayMedia/useDisplayMedia.mjs";
|
|
28
|
+
import { useDocumentEvent as Ce } from "./hooks/useDocumentEvent/useDocumentEvent.mjs";
|
|
29
|
+
import { useDocumentTitle as Ie } from "./hooks/useDocumentTitle/useDocumentTitle.mjs";
|
|
30
|
+
import { useDocumentVisibility as ke } from "./hooks/useDocumentVisibility/useDocumentVisibility.mjs";
|
|
31
|
+
import { useDoubleClick as Ae } from "./hooks/useDoubleClick/useDoubleClick.mjs";
|
|
32
|
+
import { useDropZone as De } from "./hooks/useDropZone/useDropZone.mjs";
|
|
33
|
+
import { useElementSize as _e } from "./hooks/useElementSize/useElementSize.mjs";
|
|
34
|
+
import { useEvent as Me } from "./hooks/useEvent/useEvent.mjs";
|
|
35
|
+
import { useEventListener as Le } from "./hooks/useEventListener/useEventListener.mjs";
|
|
36
|
+
import { useEventSource as Ke } from "./hooks/useEventSource/useEventSource.mjs";
|
|
37
|
+
import { useEyeDropper as Ve } from "./hooks/useEyeDropper/useEyeDropper.mjs";
|
|
38
|
+
import { useFavicon as we } from "./hooks/useFavicon/useFavicon.mjs";
|
|
39
|
+
import { useField as Ge } from "./hooks/useField/useField.mjs";
|
|
40
|
+
import { useFileDialog as Qe } from "./hooks/useFileDialog/useFileDialog.mjs";
|
|
41
|
+
import { useFocus as Xe } from "./hooks/useFocus/useFocus.mjs";
|
|
42
|
+
import { useFps as je } from "./hooks/useFps/useFps.mjs";
|
|
43
|
+
import { useFul as Je } from "./hooks/useFul/useFul.mjs";
|
|
44
|
+
import { useFullscreen as $e } from "./hooks/useFullscreen/useFullscreen.mjs";
|
|
45
|
+
import { mapGamepadToXbox360Controller as oo, useGamepad as ro } from "./hooks/useGamepad/useGamepad.mjs";
|
|
46
|
+
import { useGeolocation as so } from "./hooks/useGeolocation/useGeolocation.mjs";
|
|
47
|
+
import { useHash as po } from "./hooks/useHash/useHash.mjs";
|
|
48
|
+
import { isHotkeyMatch as fo, useHotkeys as xo } from "./hooks/useHotkeys/useHotkeys.mjs";
|
|
49
|
+
import { useHover as ao } from "./hooks/useHover/useHover.mjs";
|
|
50
|
+
import { useIdle as co } from "./hooks/useIdle/useIdle.mjs";
|
|
51
|
+
import { useImage as So } from "./hooks/useImage/useImage.mjs";
|
|
52
|
+
import { useInfiniteScroll as To } from "./hooks/useInfiniteScroll/useInfiniteScroll.mjs";
|
|
53
|
+
import { useIntersectionObserver as Po } from "./hooks/useIntersectionObserver/useIntersectionObserver.mjs";
|
|
54
|
+
import { useInterval as Ro } from "./hooks/useInterval/useInterval.mjs";
|
|
55
|
+
import { useIsFirstRender as Oo } from "./hooks/useIsFirstRender/useIsFirstRender.mjs";
|
|
56
|
+
import { useIsomorphicLayoutEffect as yo } from "./hooks/useIsomorphicLayoutEffect/useIsomorphicLayoutEffect.mjs";
|
|
57
|
+
import { useKeyboard as vo } from "./hooks/useKeyboard/useKeyboard.mjs";
|
|
58
|
+
import { useKeyPress as ho } from "./hooks/useKeyPress/useKeyPress.mjs";
|
|
59
|
+
import { useKeyPressEvent as bo } from "./hooks/useKeyPressEvent/useKeyPressEvent.mjs";
|
|
60
|
+
import { useKeysPressed as No } from "./hooks/useKeysPressed/useKeysPressed.mjs";
|
|
61
|
+
import { useLastChanged as Bo } from "./hooks/useLastChanged/useLastChanged.mjs";
|
|
62
|
+
import { useLatest as Fo } from "./hooks/useLatest/useLatest.mjs";
|
|
63
|
+
import { useLess as Uo } from "./hooks/useLess/useLess.mjs";
|
|
64
|
+
import { useList as Wo } from "./hooks/useList/useList.mjs";
|
|
65
|
+
import { useLocalStorage as Ho } from "./hooks/useLocalStorage/useLocalStorage.mjs";
|
|
66
|
+
import { useLockCallback as zo } from "./hooks/useLockCallback/useLockCallback.mjs";
|
|
67
|
+
import { useLogger as Zo } from "./hooks/useLogger/useLogger.mjs";
|
|
68
|
+
import { useLongPress as qo } from "./hooks/useLongPress/useLongPress.mjs";
|
|
69
|
+
import { useMap as Yo } from "./hooks/useMap/useMap.mjs";
|
|
70
|
+
import { useMeasure as er } from "./hooks/useMeasure/useMeasure.mjs";
|
|
71
|
+
import { useMediaQuery as rr } from "./hooks/useMediaQuery/useMediaQuery.mjs";
|
|
72
|
+
import { useMemory as sr } from "./hooks/useMemory/useMemory.mjs";
|
|
73
|
+
import { useMount as pr } from "./hooks/useMount/useMount.mjs";
|
|
74
|
+
import { useMouse as fr } from "./hooks/useMouse/useMouse.mjs";
|
|
75
|
+
import { useMutation as ir } from "./hooks/useMutation/useMutation.mjs";
|
|
76
|
+
import { useMutationObserver as nr } from "./hooks/useMutationObserver/useMutationObserver.mjs";
|
|
77
|
+
import { getConnection as lr, useNetwork as Sr } from "./hooks/useNetwork/useNetwork.mjs";
|
|
78
|
+
import { useOffsetPagination as Tr } from "./hooks/useOffsetPagination/useOffsetPagination.mjs";
|
|
79
|
+
import { useOnce as Pr } from "./hooks/useOnce/useOnce.mjs";
|
|
80
|
+
import { useOnline as Cr } from "./hooks/useOnline/useOnline.mjs";
|
|
81
|
+
import { getOperatingSystem as Ir, useOperatingSystem as Or } from "./hooks/useOperatingSystem/useOperatingSystem.mjs";
|
|
82
|
+
import { useOptimistic as yr } from "./hooks/useOptimistic/useOptimistic.mjs";
|
|
83
|
+
import { useOrientation as vr } from "./hooks/useOrientation/useOrientation.mjs";
|
|
84
|
+
import { useOtpCredential as hr } from "./hooks/useOtpCredential/useOtpCredential.mjs";
|
|
85
|
+
import { usePageLeave as br } from "./hooks/usePageLeave/usePageLeave.mjs";
|
|
86
|
+
import { Paint as Nr, Pointer as Lr, usePaint as Br } from "./hooks/usePaint/usePaint.mjs";
|
|
87
|
+
import { useParallax as Fr } from "./hooks/useParallax/useParallax.mjs";
|
|
88
|
+
import { usePerformanceObserver as Ur } from "./hooks/usePerformanceObserver/usePerformanceObserver.mjs";
|
|
89
|
+
import { usePermission as Wr } from "./hooks/usePermission/usePermission.mjs";
|
|
90
|
+
import { usePointerLock as Hr } from "./hooks/usePointerLock/usePointerLock.mjs";
|
|
91
|
+
import { usePostMessage as zr } from "./hooks/usePostMessage/usePostMessage.mjs";
|
|
92
|
+
import { usePreferredColorScheme as Zr } from "./hooks/usePreferredColorScheme/usePreferredColorScheme.mjs";
|
|
93
|
+
import { usePreferredContrast as qr } from "./hooks/usePreferredContrast/usePreferredContrast.mjs";
|
|
94
|
+
import { usePreferredDark as Yr } from "./hooks/usePreferredDark/usePreferredDark.mjs";
|
|
95
|
+
import { usePreferredLanguages as et } from "./hooks/usePreferredLanguages/usePreferredLanguages.mjs";
|
|
96
|
+
import { usePreferredReducedMotion as rt } from "./hooks/usePreferredReducedMotion/usePreferredReducedMotion.mjs";
|
|
97
|
+
import { usePrevious as st } from "./hooks/usePrevious/usePrevious.mjs";
|
|
98
|
+
import { useQuery as pt } from "./hooks/useQuery/useQuery.mjs";
|
|
99
|
+
import { useQueue as ft } from "./hooks/useQueue/useQueue.mjs";
|
|
100
|
+
import { useRaf as it } from "./hooks/useRaf/useRaf.mjs";
|
|
101
|
+
import { useRafValue as nt } from "./hooks/useRafValue/useRafValue.mjs";
|
|
102
|
+
import { useRefState as lt } from "./hooks/useRefState/useRefState.mjs";
|
|
103
|
+
import { useRenderCount as gt } from "./hooks/useRenderCount/useRenderCount.mjs";
|
|
104
|
+
import { useRenderInfo as Et } from "./hooks/useRenderInfo/useRenderInfo.mjs";
|
|
105
|
+
import { useRerender as dt } from "./hooks/useRerender/useRerender.mjs";
|
|
106
|
+
import { useResizeObserver as Rt } from "./hooks/useResizeObserver/useResizeObserver.mjs";
|
|
107
|
+
import { useScreenOrientation as Ot } from "./hooks/useScreenOrientation/useScreenOrientation.mjs";
|
|
108
|
+
import { SCRIPT_STATUS_ATTRIBUTE_NAME as yt, useScript as At } from "./hooks/useScript/useScript.mjs";
|
|
109
|
+
import { useScroll as Dt } from "./hooks/useScroll/useScroll.mjs";
|
|
110
|
+
import { useScrollIntoView as _t } from "./hooks/useScrollIntoView/useScrollIntoView.mjs";
|
|
111
|
+
import { useScrollTo as Mt } from "./hooks/useScrollTo/useScrollTo.mjs";
|
|
112
|
+
import { useSessionStorage as Lt } from "./hooks/useSessionStorage/useSessionStorage.mjs";
|
|
113
|
+
import { useSet as Kt } from "./hooks/useSet/useSet.mjs";
|
|
114
|
+
import { useShare as Vt } from "./hooks/useShare/useShare.mjs";
|
|
115
|
+
import { getSpeechRecognition as wt, useSpeechRecognition as Wt } from "./hooks/useSpeechRecognition/useSpeechRecognition.mjs";
|
|
116
|
+
import { useSpeechSynthesis as Ht } from "./hooks/useSpeechSynthesis/useSpeechSynthesis.mjs";
|
|
117
|
+
import { useStateHistory as zt } from "./hooks/useStateHistory/useStateHistory.mjs";
|
|
118
|
+
import { useStep as Zt } from "./hooks/useStep/useStep.mjs";
|
|
119
|
+
import { useSticky as qt } from "./hooks/useSticky/useSticky.mjs";
|
|
120
|
+
import { useStopwatch as Yt } from "./hooks/useStopwatch/useStopwatch.mjs";
|
|
121
|
+
import { STORAGE_EVENT as es, dispatchStorageEvent as os, useStorage as rs } from "./hooks/useStorage/useStorage.mjs";
|
|
122
|
+
import { useTextDirection as ss } from "./hooks/useTextDirection/useTextDirection.mjs";
|
|
123
|
+
import { getRangesSelection as ps, useTextSelection as us } from "./hooks/useTextSelection/useTextSelection.mjs";
|
|
124
|
+
import { useThrottleCallback as xs } from "./hooks/useThrottleCallback/useThrottleCallback.mjs";
|
|
125
|
+
import { useThrottleValue as as } from "./hooks/useThrottleValue/useThrottleValue.mjs";
|
|
126
|
+
import { useTime as cs } from "./hooks/useTime/useTime.mjs";
|
|
127
|
+
import { useTimeout as Ss } from "./hooks/useTimeout/useTimeout.mjs";
|
|
128
|
+
import { getTimeFromSeconds as Ts, useTimer as Es } from "./hooks/useTimer/useTimer.mjs";
|
|
129
|
+
import { useToggle as ds } from "./hooks/useToggle/useToggle.mjs";
|
|
130
|
+
import { useUnmount as Rs } from "./hooks/useUnmount/useUnmount.mjs";
|
|
131
|
+
import { createQueryString as Os, getUrlSearchParams as ks, setUrlSearchParams as ys, useUrlSearchParams as As } from "./hooks/useUrlSearchParams/useUrlSearchParams.mjs";
|
|
132
|
+
import { useVibrate as Ds } from "./hooks/useVibrate/useVibrate.mjs";
|
|
133
|
+
import { useWakeLock as _s } from "./hooks/useWakeLock/useWakeLock.mjs";
|
|
134
|
+
import { useWebSocket as Ms } from "./hooks/useWebSocket/useWebSocket.mjs";
|
|
135
|
+
import { useWindowEvent as Ls } from "./hooks/useWindowEvent/useWindowEvent.mjs";
|
|
136
|
+
import { useWindowFocus as Ks } from "./hooks/useWindowFocus/useWindowFocus.mjs";
|
|
137
|
+
import { scrollTo as Vs, useWindowScroll as Us } from "./hooks/useWindowScroll/useWindowScroll.mjs";
|
|
138
|
+
import { useWindowSize as Ws } from "./hooks/useWindowSize/useWindowSize.mjs";
|
|
139
|
+
import { useWizard as Hs } from "./hooks/useWizard/useWizard.mjs";
|
|
140
|
+
import { copy as zs, legacyCopyToClipboard as Xs } from "./utils/helpers/copy.mjs";
|
|
141
|
+
import { debounce as js } from "./utils/helpers/debounce.mjs";
|
|
142
|
+
import { getDate as Js } from "./utils/helpers/getDate.mjs";
|
|
143
|
+
import { getElement as $s, target as em, targetSymbol as om } from "./utils/helpers/getElement.mjs";
|
|
144
|
+
import { getRetry as tm } from "./utils/helpers/getRetry.mjs";
|
|
145
|
+
import { isTarget as mm } from "./utils/helpers/isTarget.mjs";
|
|
146
|
+
import { throttle as um } from "./utils/helpers/throttle.mjs";
|
|
145
147
|
export {
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
148
|
+
E as BREAKPOINTS_ANT_DESIGN,
|
|
149
|
+
P as BREAKPOINTS_BOOTSTRAP_V5,
|
|
150
|
+
d as BREAKPOINTS_MANTINE,
|
|
151
|
+
C as BREAKPOINTS_MASTER_CSS,
|
|
152
|
+
R as BREAKPOINTS_MATERIAL_UI,
|
|
153
|
+
I as BREAKPOINTS_PRIME_FLEX,
|
|
154
|
+
O as BREAKPOINTS_QUASAR_V2,
|
|
155
|
+
k as BREAKPOINTS_SEMANTIC,
|
|
156
|
+
y as BREAKPOINTS_TAILWIND,
|
|
157
|
+
K as COOKIE_EVENT,
|
|
158
|
+
Nr as Paint,
|
|
159
|
+
Lr as Pointer,
|
|
160
|
+
yt as SCRIPT_STATUS_ATTRIBUTE_NAME,
|
|
161
|
+
es as STORAGE_EVENT,
|
|
162
|
+
X as clearCookies,
|
|
163
|
+
zs as copy,
|
|
162
164
|
r as createContext,
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
165
|
+
Os as createQueryString,
|
|
166
|
+
s as createReactiveContext,
|
|
167
|
+
p as createStore,
|
|
168
|
+
js as debounce,
|
|
169
|
+
F as dispatchCookieEvent,
|
|
170
|
+
os as dispatchStorageEvent,
|
|
171
|
+
lr as getConnection,
|
|
172
|
+
V as getCookie,
|
|
173
|
+
U as getCookies,
|
|
174
|
+
Js as getDate,
|
|
175
|
+
$s as getElement,
|
|
176
|
+
Ir as getOperatingSystem,
|
|
177
|
+
Z as getParsedCookies,
|
|
178
|
+
ps as getRangesSelection,
|
|
179
|
+
tm as getRetry,
|
|
180
|
+
wt as getSpeechRecognition,
|
|
181
|
+
Ts as getTimeFromSeconds,
|
|
182
|
+
ks as getUrlSearchParams,
|
|
183
|
+
fo as isHotkeyMatch,
|
|
184
|
+
mm as isTarget,
|
|
185
|
+
Xs as legacyCopyToClipboard,
|
|
186
|
+
oo as mapGamepadToXbox360Controller,
|
|
187
|
+
w as removeCookie,
|
|
188
|
+
W as removeCookieItem,
|
|
189
|
+
Vs as scrollTo,
|
|
190
|
+
G as setCookie,
|
|
191
|
+
H as setCookieItem,
|
|
192
|
+
ys as setUrlSearchParams,
|
|
193
|
+
em as target,
|
|
194
|
+
om as targetSymbol,
|
|
195
|
+
um as throttle,
|
|
196
|
+
f as useActiveElement,
|
|
197
|
+
i as useAsync,
|
|
198
|
+
n as useBattery,
|
|
199
|
+
l as useBluetooth,
|
|
200
|
+
g as useBoolean,
|
|
201
|
+
A as useBreakpoints,
|
|
202
|
+
D as useBrowserLanguage,
|
|
203
|
+
_ as useClickOutside,
|
|
204
|
+
M as useClipboard,
|
|
205
|
+
L as useConst,
|
|
206
|
+
Q as useCookie,
|
|
207
|
+
j as useCookies,
|
|
208
|
+
J as useCopy,
|
|
209
|
+
$ as useCounter,
|
|
210
|
+
oe as useCssVar,
|
|
211
|
+
te as useDebounceCallback,
|
|
212
|
+
me as useDebounceValue,
|
|
213
|
+
ue as useDefault,
|
|
214
|
+
xe as useDeviceMotion,
|
|
215
|
+
ae as useDeviceOrientation,
|
|
216
|
+
ce as useDevicePixelRatio,
|
|
217
|
+
Se as useDidUpdate,
|
|
218
|
+
Te as useDisclosure,
|
|
219
|
+
Pe as useDisplayMedia,
|
|
220
|
+
Ce as useDocumentEvent,
|
|
221
|
+
Ie as useDocumentTitle,
|
|
222
|
+
ke as useDocumentVisibility,
|
|
223
|
+
Ae as useDoubleClick,
|
|
224
|
+
De as useDropZone,
|
|
225
|
+
_e as useElementSize,
|
|
226
|
+
Me as useEvent,
|
|
227
|
+
Le as useEventListener,
|
|
228
|
+
Ke as useEventSource,
|
|
229
|
+
Ve as useEyeDropper,
|
|
230
|
+
we as useFavicon,
|
|
231
|
+
Ge as useField,
|
|
232
|
+
Qe as useFileDialog,
|
|
233
|
+
Xe as useFocus,
|
|
234
|
+
je as useFps,
|
|
235
|
+
Je as useFul,
|
|
236
|
+
$e as useFullscreen,
|
|
237
|
+
ro as useGamepad,
|
|
238
|
+
so as useGeolocation,
|
|
239
|
+
po as useHash,
|
|
240
|
+
xo as useHotkeys,
|
|
241
|
+
ao as useHover,
|
|
242
|
+
co as useIdle,
|
|
243
|
+
So as useImage,
|
|
244
|
+
To as useInfiniteScroll,
|
|
245
|
+
Po as useIntersectionObserver,
|
|
246
|
+
Ro as useInterval,
|
|
247
|
+
Oo as useIsFirstRender,
|
|
248
|
+
yo as useIsomorphicLayoutEffect,
|
|
249
|
+
ho as useKeyPress,
|
|
250
|
+
bo as useKeyPressEvent,
|
|
251
|
+
vo as useKeyboard,
|
|
252
|
+
No as useKeysPressed,
|
|
253
|
+
Bo as useLastChanged,
|
|
254
|
+
Fo as useLatest,
|
|
255
|
+
Uo as useLess,
|
|
256
|
+
Wo as useList,
|
|
257
|
+
Ho as useLocalStorage,
|
|
258
|
+
zo as useLockCallback,
|
|
259
|
+
Zo as useLogger,
|
|
260
|
+
qo as useLongPress,
|
|
261
|
+
Yo as useMap,
|
|
262
|
+
er as useMeasure,
|
|
263
|
+
rr as useMediaQuery,
|
|
264
|
+
sr as useMemory,
|
|
265
|
+
pr as useMount,
|
|
266
|
+
fr as useMouse,
|
|
267
|
+
ir as useMutation,
|
|
268
|
+
nr as useMutationObserver,
|
|
269
|
+
Sr as useNetwork,
|
|
270
|
+
Tr as useOffsetPagination,
|
|
271
|
+
Pr as useOnce,
|
|
272
|
+
Cr as useOnline,
|
|
273
|
+
Or as useOperatingSystem,
|
|
274
|
+
yr as useOptimistic,
|
|
275
|
+
vr as useOrientation,
|
|
276
|
+
hr as useOtpCredential,
|
|
277
|
+
br as usePageLeave,
|
|
278
|
+
Br as usePaint,
|
|
279
|
+
Fr as useParallax,
|
|
280
|
+
Ur as usePerformanceObserver,
|
|
281
|
+
Wr as usePermission,
|
|
282
|
+
Hr as usePointerLock,
|
|
283
|
+
zr as usePostMessage,
|
|
284
|
+
Zr as usePreferredColorScheme,
|
|
285
|
+
qr as usePreferredContrast,
|
|
286
|
+
Yr as usePreferredDark,
|
|
287
|
+
et as usePreferredLanguages,
|
|
288
|
+
rt as usePreferredReducedMotion,
|
|
289
|
+
st as usePrevious,
|
|
290
|
+
pt as useQuery,
|
|
291
|
+
ft as useQueue,
|
|
292
|
+
it as useRaf,
|
|
293
|
+
nt as useRafValue,
|
|
294
|
+
lt as useRefState,
|
|
295
|
+
gt as useRenderCount,
|
|
296
|
+
Et as useRenderInfo,
|
|
297
|
+
dt as useRerender,
|
|
298
|
+
Rt as useResizeObserver,
|
|
299
|
+
Ot as useScreenOrientation,
|
|
300
|
+
At as useScript,
|
|
301
|
+
Dt as useScroll,
|
|
302
|
+
_t as useScrollIntoView,
|
|
303
|
+
Mt as useScrollTo,
|
|
304
|
+
Lt as useSessionStorage,
|
|
305
|
+
Kt as useSet,
|
|
306
|
+
Vt as useShare,
|
|
307
|
+
Wt as useSpeechRecognition,
|
|
308
|
+
Ht as useSpeechSynthesis,
|
|
309
|
+
zt as useStateHistory,
|
|
310
|
+
Zt as useStep,
|
|
311
|
+
qt as useSticky,
|
|
312
|
+
Yt as useStopwatch,
|
|
313
|
+
rs as useStorage,
|
|
314
|
+
ss as useTextDirection,
|
|
315
|
+
us as useTextSelection,
|
|
316
|
+
xs as useThrottleCallback,
|
|
317
|
+
as as useThrottleValue,
|
|
318
|
+
cs as useTime,
|
|
319
|
+
Ss as useTimeout,
|
|
320
|
+
Es as useTimer,
|
|
321
|
+
ds as useToggle,
|
|
322
|
+
Rs as useUnmount,
|
|
323
|
+
As as useUrlSearchParams,
|
|
324
|
+
Ds as useVibrate,
|
|
325
|
+
_s as useWakeLock,
|
|
326
|
+
Ms as useWebSocket,
|
|
327
|
+
Ls as useWindowEvent,
|
|
328
|
+
Ks as useWindowFocus,
|
|
329
|
+
Us as useWindowScroll,
|
|
330
|
+
Ws as useWindowSize,
|
|
331
|
+
Hs as useWizard
|
|
325
332
|
};
|
|
326
333
|
//# sourceMappingURL=index.mjs.map
|