@siberiacancode/reactuse 0.2.14 → 0.2.16
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/createEventEmitter/createEventEmitter.cjs +2 -0
- package/dist/cjs/helpers/createEventEmitter/createEventEmitter.cjs.map +1 -0
- package/dist/cjs/helpers/createStore/createStore.cjs.map +1 -1
- package/dist/cjs/hooks/useIntersectionObserver/useIntersectionObserver.cjs +1 -1
- package/dist/cjs/hooks/useIntersectionObserver/useIntersectionObserver.cjs.map +1 -1
- package/dist/cjs/hooks/useQuery/useQuery.cjs.map +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/esm/helpers/createEventEmitter/createEventEmitter.mjs +31 -0
- package/dist/esm/helpers/createEventEmitter/createEventEmitter.mjs.map +1 -0
- package/dist/esm/helpers/createStore/createStore.mjs.map +1 -1
- package/dist/esm/hooks/useIntersectionObserver/useIntersectionObserver.mjs +20 -20
- package/dist/esm/hooks/useIntersectionObserver/useIntersectionObserver.mjs.map +1 -1
- package/dist/esm/hooks/useQuery/useQuery.mjs.map +1 -1
- package/dist/esm/index.mjs +333 -331
- package/dist/esm/index.mjs.map +1 -1
- package/dist/types/helpers/createEventEmitter/createEventEmitter.d.ts +18 -0
- package/dist/types/helpers/createStore/createStore.d.ts +0 -1
- package/dist/types/helpers/index.d.ts +1 -0
- package/dist/types/hooks/useIntersectionObserver/useIntersectionObserver.d.ts +22 -2
- package/package.json +5 -5
package/dist/esm/index.mjs
CHANGED
|
@@ -1,336 +1,338 @@
|
|
|
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 {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
2
|
+
import { createEventEmitter as s } from "./helpers/createEventEmitter/createEventEmitter.mjs";
|
|
3
|
+
import { createReactiveContext as p } from "./helpers/createReactiveContext/createReactiveContext.mjs";
|
|
4
|
+
import { createStore as f } from "./helpers/createStore/createStore.mjs";
|
|
5
|
+
import { useActiveElement as a } from "./hooks/useActiveElement/useActiveElement.mjs";
|
|
6
|
+
import { useAsync as n } from "./hooks/useAsync/useAsync.mjs";
|
|
7
|
+
import { useBattery as l } from "./hooks/useBattery/useBattery.mjs";
|
|
8
|
+
import { useBluetooth as E } from "./hooks/useBluetooth/useBluetooth.mjs";
|
|
9
|
+
import { useBoolean as g } from "./hooks/useBoolean/useBoolean.mjs";
|
|
10
|
+
import { BREAKPOINTS_ANT_DESIGN as d, BREAKPOINTS_BOOTSTRAP_V5 as C, BREAKPOINTS_MANTINE as R, BREAKPOINTS_MASTER_CSS as I, BREAKPOINTS_MATERIAL_UI as O, BREAKPOINTS_PRIME_FLEX as y, BREAKPOINTS_QUASAR_V2 as A, BREAKPOINTS_SEMANTIC as k, BREAKPOINTS_TAILWIND as v, useBreakpoints as _ } from "./hooks/useBreakpoints/useBreakpoints.mjs";
|
|
11
|
+
import { useBrowserLanguage as D } from "./hooks/useBrowserLanguage/useBrowserLanguage.mjs";
|
|
12
|
+
import { useClickOutside as N } from "./hooks/useClickOutside/useClickOutside.mjs";
|
|
13
|
+
import { useClipboard as L } from "./hooks/useClipboard/useClipboard.mjs";
|
|
14
|
+
import { useConst as K } from "./hooks/useConst/useConst.mjs";
|
|
15
|
+
import { COOKIE_EVENT as F, dispatchCookieEvent as U, getCookie as w, getCookies as W, removeCookie as H, removeCookieItem as G, setCookie as Q, setCookieItem as z, useCookie as X } from "./hooks/useCookie/useCookie.mjs";
|
|
16
|
+
import { clearCookies as j, useCookies as q } from "./hooks/useCookies/useCookies.mjs";
|
|
17
|
+
import { useCopy as Y } from "./hooks/useCopy/useCopy.mjs";
|
|
18
|
+
import { useCounter as ee } from "./hooks/useCounter/useCounter.mjs";
|
|
19
|
+
import { useCssVar as re } from "./hooks/useCssVar/useCssVar.mjs";
|
|
20
|
+
import { useDebounceCallback as se } from "./hooks/useDebounceCallback/useDebounceCallback.mjs";
|
|
21
|
+
import { useDebounceValue as pe } from "./hooks/useDebounceValue/useDebounceValue.mjs";
|
|
22
|
+
import { useDefault as fe } from "./hooks/useDefault/useDefault.mjs";
|
|
23
|
+
import { useDeviceMotion as ae } from "./hooks/useDeviceMotion/useDeviceMotion.mjs";
|
|
24
|
+
import { useDeviceOrientation as ne } from "./hooks/useDeviceOrientation/useDeviceOrientation.mjs";
|
|
25
|
+
import { useDevicePixelRatio as le } from "./hooks/useDevicePixelRatio/useDevicePixelRatio.mjs";
|
|
26
|
+
import { useDidUpdate as Ee } from "./hooks/useDidUpdate/useDidUpdate.mjs";
|
|
27
|
+
import { useDisclosure as ge } from "./hooks/useDisclosure/useDisclosure.mjs";
|
|
28
|
+
import { useDisplayMedia as de } from "./hooks/useDisplayMedia/useDisplayMedia.mjs";
|
|
29
|
+
import { useDocumentEvent as Re } from "./hooks/useDocumentEvent/useDocumentEvent.mjs";
|
|
30
|
+
import { useDocumentTitle as Oe } from "./hooks/useDocumentTitle/useDocumentTitle.mjs";
|
|
31
|
+
import { useDocumentVisibility as Ae } from "./hooks/useDocumentVisibility/useDocumentVisibility.mjs";
|
|
32
|
+
import { useDoubleClick as ve } from "./hooks/useDoubleClick/useDoubleClick.mjs";
|
|
33
|
+
import { useDropZone as he } from "./hooks/useDropZone/useDropZone.mjs";
|
|
34
|
+
import { useElementSize as Me } from "./hooks/useElementSize/useElementSize.mjs";
|
|
35
|
+
import { useEvent as be } from "./hooks/useEvent/useEvent.mjs";
|
|
36
|
+
import { useEventListener as Be } from "./hooks/useEventListener/useEventListener.mjs";
|
|
37
|
+
import { useEventSource as Ve } from "./hooks/useEventSource/useEventSource.mjs";
|
|
38
|
+
import { useEyeDropper as Ue } from "./hooks/useEyeDropper/useEyeDropper.mjs";
|
|
39
|
+
import { useFavicon as We } from "./hooks/useFavicon/useFavicon.mjs";
|
|
40
|
+
import { useField as Ge } from "./hooks/useField/useField.mjs";
|
|
41
|
+
import { useFileDialog as ze } from "./hooks/useFileDialog/useFileDialog.mjs";
|
|
42
|
+
import { useFocus as Ze } from "./hooks/useFocus/useFocus.mjs";
|
|
43
|
+
import { useFps as qe } from "./hooks/useFps/useFps.mjs";
|
|
44
|
+
import { useFul as Ye } from "./hooks/useFul/useFul.mjs";
|
|
45
|
+
import { useFullscreen as eo } from "./hooks/useFullscreen/useFullscreen.mjs";
|
|
46
|
+
import { mapGamepadToXbox360Controller as ro, useGamepad as to } from "./hooks/useGamepad/useGamepad.mjs";
|
|
47
|
+
import { useGeolocation as mo } from "./hooks/useGeolocation/useGeolocation.mjs";
|
|
48
|
+
import { useHash as uo } from "./hooks/useHash/useHash.mjs";
|
|
49
|
+
import { isHotkeyMatch as xo, useHotkeys as ao } from "./hooks/useHotkeys/useHotkeys.mjs";
|
|
50
|
+
import { useHover as no } from "./hooks/useHover/useHover.mjs";
|
|
51
|
+
import { useIdle as lo } from "./hooks/useIdle/useIdle.mjs";
|
|
52
|
+
import { useImage as Eo } from "./hooks/useImage/useImage.mjs";
|
|
53
|
+
import { useInfiniteScroll as go } from "./hooks/useInfiniteScroll/useInfiniteScroll.mjs";
|
|
54
|
+
import { useIntersectionObserver as Co } from "./hooks/useIntersectionObserver/useIntersectionObserver.mjs";
|
|
55
|
+
import { useInterval as Io } from "./hooks/useInterval/useInterval.mjs";
|
|
56
|
+
import { useIsFirstRender as yo } from "./hooks/useIsFirstRender/useIsFirstRender.mjs";
|
|
57
|
+
import { useIsomorphicLayoutEffect as ko } from "./hooks/useIsomorphicLayoutEffect/useIsomorphicLayoutEffect.mjs";
|
|
58
|
+
import { useKeyboard as _o } from "./hooks/useKeyboard/useKeyboard.mjs";
|
|
59
|
+
import { useKeyPress as Do } from "./hooks/useKeyPress/useKeyPress.mjs";
|
|
60
|
+
import { useKeyPressEvent as No } from "./hooks/useKeyPressEvent/useKeyPressEvent.mjs";
|
|
61
|
+
import { useKeysPressed as Lo } from "./hooks/useKeysPressed/useKeysPressed.mjs";
|
|
62
|
+
import { useLastChanged as Ko } from "./hooks/useLastChanged/useLastChanged.mjs";
|
|
63
|
+
import { useLatest as Fo } from "./hooks/useLatest/useLatest.mjs";
|
|
64
|
+
import { useLess as wo } from "./hooks/useLess/useLess.mjs";
|
|
65
|
+
import { useList as Ho } from "./hooks/useList/useList.mjs";
|
|
66
|
+
import { useLocalStorage as Qo } from "./hooks/useLocalStorage/useLocalStorage.mjs";
|
|
67
|
+
import { useLockCallback as Xo } from "./hooks/useLockCallback/useLockCallback.mjs";
|
|
68
|
+
import { useLogger as jo } from "./hooks/useLogger/useLogger.mjs";
|
|
69
|
+
import { useLongPress as Jo } from "./hooks/useLongPress/useLongPress.mjs";
|
|
70
|
+
import { useMap as $o } from "./hooks/useMap/useMap.mjs";
|
|
71
|
+
import { useMeasure as or } from "./hooks/useMeasure/useMeasure.mjs";
|
|
72
|
+
import { useMediaQuery as tr } from "./hooks/useMediaQuery/useMediaQuery.mjs";
|
|
73
|
+
import { useMemory as mr } from "./hooks/useMemory/useMemory.mjs";
|
|
74
|
+
import { useMount as ur } from "./hooks/useMount/useMount.mjs";
|
|
75
|
+
import { useMouse as xr } from "./hooks/useMouse/useMouse.mjs";
|
|
76
|
+
import { useMutation as ir } from "./hooks/useMutation/useMutation.mjs";
|
|
77
|
+
import { useMutationObserver as cr } from "./hooks/useMutationObserver/useMutationObserver.mjs";
|
|
78
|
+
import { getConnection as Sr, useNetwork as Er } from "./hooks/useNetwork/useNetwork.mjs";
|
|
79
|
+
import { useOffsetPagination as gr } from "./hooks/useOffsetPagination/useOffsetPagination.mjs";
|
|
80
|
+
import { useOnce as dr } from "./hooks/useOnce/useOnce.mjs";
|
|
81
|
+
import { useOnline as Rr } from "./hooks/useOnline/useOnline.mjs";
|
|
82
|
+
import { getOperatingSystem as Or, useOperatingSystem as yr } from "./hooks/useOperatingSystem/useOperatingSystem.mjs";
|
|
83
|
+
import { useOptimistic as kr } from "./hooks/useOptimistic/useOptimistic.mjs";
|
|
84
|
+
import { useOrientation as _r } from "./hooks/useOrientation/useOrientation.mjs";
|
|
85
|
+
import { useOtpCredential as Dr } from "./hooks/useOtpCredential/useOtpCredential.mjs";
|
|
86
|
+
import { usePageLeave as Nr } from "./hooks/usePageLeave/usePageLeave.mjs";
|
|
87
|
+
import { Paint as Lr, Pointer as Br, usePaint as Kr } from "./hooks/usePaint/usePaint.mjs";
|
|
88
|
+
import { useParallax as Fr } from "./hooks/useParallax/useParallax.mjs";
|
|
89
|
+
import { usePerformanceObserver as wr } from "./hooks/usePerformanceObserver/usePerformanceObserver.mjs";
|
|
90
|
+
import { usePermission as Hr } from "./hooks/usePermission/usePermission.mjs";
|
|
91
|
+
import { usePointerLock as Qr } from "./hooks/usePointerLock/usePointerLock.mjs";
|
|
92
|
+
import { usePostMessage as Xr } from "./hooks/usePostMessage/usePostMessage.mjs";
|
|
93
|
+
import { usePreferredColorScheme as jr } from "./hooks/usePreferredColorScheme/usePreferredColorScheme.mjs";
|
|
94
|
+
import { usePreferredContrast as Jr } from "./hooks/usePreferredContrast/usePreferredContrast.mjs";
|
|
95
|
+
import { usePreferredDark as $r } from "./hooks/usePreferredDark/usePreferredDark.mjs";
|
|
96
|
+
import { usePreferredLanguages as ot } from "./hooks/usePreferredLanguages/usePreferredLanguages.mjs";
|
|
97
|
+
import { usePreferredReducedMotion as tt } from "./hooks/usePreferredReducedMotion/usePreferredReducedMotion.mjs";
|
|
98
|
+
import { usePrevious as mt } from "./hooks/usePrevious/usePrevious.mjs";
|
|
99
|
+
import { useQuery as ut } from "./hooks/useQuery/useQuery.mjs";
|
|
100
|
+
import { useQueue as xt } from "./hooks/useQueue/useQueue.mjs";
|
|
101
|
+
import { useRaf as it } from "./hooks/useRaf/useRaf.mjs";
|
|
102
|
+
import { useRafValue as ct } from "./hooks/useRafValue/useRafValue.mjs";
|
|
103
|
+
import { useRefState as St } from "./hooks/useRefState/useRefState.mjs";
|
|
104
|
+
import { useRenderCount as Tt } from "./hooks/useRenderCount/useRenderCount.mjs";
|
|
105
|
+
import { useRenderInfo as Pt } from "./hooks/useRenderInfo/useRenderInfo.mjs";
|
|
106
|
+
import { useRerender as Ct } from "./hooks/useRerender/useRerender.mjs";
|
|
107
|
+
import { useResizeObserver as It } from "./hooks/useResizeObserver/useResizeObserver.mjs";
|
|
108
|
+
import { useScreenOrientation as yt } from "./hooks/useScreenOrientation/useScreenOrientation.mjs";
|
|
109
|
+
import { SCRIPT_STATUS_ATTRIBUTE_NAME as kt, useScript as vt } from "./hooks/useScript/useScript.mjs";
|
|
110
|
+
import { useScroll as ht } from "./hooks/useScroll/useScroll.mjs";
|
|
111
|
+
import { useScrollIntoView as Mt } from "./hooks/useScrollIntoView/useScrollIntoView.mjs";
|
|
112
|
+
import { useScrollTo as bt } from "./hooks/useScrollTo/useScrollTo.mjs";
|
|
113
|
+
import { useSessionStorage as Bt } from "./hooks/useSessionStorage/useSessionStorage.mjs";
|
|
114
|
+
import { useSet as Vt } from "./hooks/useSet/useSet.mjs";
|
|
115
|
+
import { useShare as Ut } from "./hooks/useShare/useShare.mjs";
|
|
116
|
+
import { getSpeechRecognition as Wt, useSpeechRecognition as Ht } from "./hooks/useSpeechRecognition/useSpeechRecognition.mjs";
|
|
117
|
+
import { useSpeechSynthesis as Qt } from "./hooks/useSpeechSynthesis/useSpeechSynthesis.mjs";
|
|
118
|
+
import { stateHistoryReducer as Xt, useStateHistory as Zt } from "./hooks/useStateHistory/useStateHistory.mjs";
|
|
119
|
+
import { useStep as qt } from "./hooks/useStep/useStep.mjs";
|
|
120
|
+
import { useSticky as Yt } from "./hooks/useSticky/useSticky.mjs";
|
|
121
|
+
import { useStopwatch as es } from "./hooks/useStopwatch/useStopwatch.mjs";
|
|
122
|
+
import { STORAGE_EVENT as rs, dispatchStorageEvent as ts, useStorage as ss } from "./hooks/useStorage/useStorage.mjs";
|
|
123
|
+
import { useTextDirection as ps } from "./hooks/useTextDirection/useTextDirection.mjs";
|
|
124
|
+
import { getRangesSelection as fs, useTextSelection as xs } from "./hooks/useTextSelection/useTextSelection.mjs";
|
|
125
|
+
import { useThrottleCallback as is } from "./hooks/useThrottleCallback/useThrottleCallback.mjs";
|
|
126
|
+
import { useThrottleValue as cs } from "./hooks/useThrottleValue/useThrottleValue.mjs";
|
|
127
|
+
import { useTime as Ss } from "./hooks/useTime/useTime.mjs";
|
|
128
|
+
import { useTimeout as Ts } from "./hooks/useTimeout/useTimeout.mjs";
|
|
129
|
+
import { getTimeFromSeconds as Ps, useTimer as ds } from "./hooks/useTimer/useTimer.mjs";
|
|
130
|
+
import { useToggle as Rs } from "./hooks/useToggle/useToggle.mjs";
|
|
131
|
+
import { useUnmount as Os } from "./hooks/useUnmount/useUnmount.mjs";
|
|
132
|
+
import { URL_SEARCH_PARAMS_EVENT as As, createQueryString as ks, dispatchUrlSearchParamsEvent as vs, getUrlSearchParams as _s, useUrlSearchParam as hs } from "./hooks/useUrlSearchParam/useUrlSearchParam.mjs";
|
|
133
|
+
import { useUrlSearchParams as Ms } from "./hooks/useUrlSearchParams/useUrlSearchParams.mjs";
|
|
134
|
+
import { useVibrate as bs } from "./hooks/useVibrate/useVibrate.mjs";
|
|
135
|
+
import { useWakeLock as Bs } from "./hooks/useWakeLock/useWakeLock.mjs";
|
|
136
|
+
import { useWebSocket as Vs } from "./hooks/useWebSocket/useWebSocket.mjs";
|
|
137
|
+
import { useWindowEvent as Us } from "./hooks/useWindowEvent/useWindowEvent.mjs";
|
|
138
|
+
import { useWindowFocus as Ws } from "./hooks/useWindowFocus/useWindowFocus.mjs";
|
|
139
|
+
import { scrollTo as Gs, useWindowScroll as Qs } from "./hooks/useWindowScroll/useWindowScroll.mjs";
|
|
140
|
+
import { useWindowSize as Xs } from "./hooks/useWindowSize/useWindowSize.mjs";
|
|
141
|
+
import { useWizard as js } from "./hooks/useWizard/useWizard.mjs";
|
|
142
|
+
import { copy as Js, legacyCopyToClipboard as Ys } from "./utils/helpers/copy.mjs";
|
|
143
|
+
import { debounce as em } from "./utils/helpers/debounce.mjs";
|
|
144
|
+
import { getDate as rm } from "./utils/helpers/getDate.mjs";
|
|
145
|
+
import { getElement as sm, target as mm, targetSymbol as pm } from "./utils/helpers/getElement.mjs";
|
|
146
|
+
import { getRetry as fm } from "./utils/helpers/getRetry.mjs";
|
|
147
|
+
import { isTarget as am } from "./utils/helpers/isTarget.mjs";
|
|
148
|
+
import { throttle as nm } from "./utils/helpers/throttle.mjs";
|
|
148
149
|
export {
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
150
|
+
d as BREAKPOINTS_ANT_DESIGN,
|
|
151
|
+
C as BREAKPOINTS_BOOTSTRAP_V5,
|
|
152
|
+
R as BREAKPOINTS_MANTINE,
|
|
153
|
+
I as BREAKPOINTS_MASTER_CSS,
|
|
154
|
+
O as BREAKPOINTS_MATERIAL_UI,
|
|
155
|
+
y as BREAKPOINTS_PRIME_FLEX,
|
|
156
|
+
A as BREAKPOINTS_QUASAR_V2,
|
|
157
|
+
k as BREAKPOINTS_SEMANTIC,
|
|
158
|
+
v as BREAKPOINTS_TAILWIND,
|
|
159
|
+
F as COOKIE_EVENT,
|
|
160
|
+
Lr as Paint,
|
|
161
|
+
Br as Pointer,
|
|
162
|
+
kt as SCRIPT_STATUS_ATTRIBUTE_NAME,
|
|
163
|
+
rs as STORAGE_EVENT,
|
|
164
|
+
As as URL_SEARCH_PARAMS_EVENT,
|
|
165
|
+
j as clearCookies,
|
|
166
|
+
Js as copy,
|
|
166
167
|
r as createContext,
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
p as
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
rm as
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
a as
|
|
200
|
-
n as
|
|
201
|
-
l as
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
_ as
|
|
205
|
-
D as
|
|
206
|
-
N as
|
|
207
|
-
L as
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
q as
|
|
211
|
-
Y as
|
|
212
|
-
ee as
|
|
213
|
-
re as
|
|
214
|
-
se as
|
|
215
|
-
pe as
|
|
216
|
-
fe as
|
|
217
|
-
ae as
|
|
218
|
-
ne as
|
|
219
|
-
le as
|
|
220
|
-
|
|
221
|
-
ge as
|
|
222
|
-
de as
|
|
223
|
-
Re as
|
|
224
|
-
Oe as
|
|
225
|
-
Ae as
|
|
226
|
-
ve as
|
|
227
|
-
he as
|
|
228
|
-
Me as
|
|
229
|
-
be as
|
|
230
|
-
Be as
|
|
231
|
-
Ve as
|
|
232
|
-
Ue as
|
|
233
|
-
We as
|
|
234
|
-
Ge as
|
|
235
|
-
ze as
|
|
236
|
-
Ze as
|
|
237
|
-
qe as
|
|
238
|
-
Ye as
|
|
239
|
-
|
|
240
|
-
to as
|
|
241
|
-
mo as
|
|
242
|
-
|
|
243
|
-
ao as
|
|
244
|
-
no as
|
|
245
|
-
lo as
|
|
246
|
-
|
|
247
|
-
go as
|
|
248
|
-
Co as
|
|
249
|
-
Io as
|
|
250
|
-
yo as
|
|
251
|
-
|
|
252
|
-
Do as
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
Lo as
|
|
256
|
-
Ko as
|
|
257
|
-
Fo as
|
|
258
|
-
wo as
|
|
259
|
-
Ho as
|
|
260
|
-
Qo as
|
|
261
|
-
Xo as
|
|
262
|
-
jo as
|
|
263
|
-
Jo as
|
|
264
|
-
$o as
|
|
265
|
-
or as
|
|
266
|
-
tr as
|
|
267
|
-
mr as
|
|
268
|
-
ur as
|
|
269
|
-
xr as
|
|
270
|
-
ir as
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
gr as
|
|
274
|
-
dr as
|
|
275
|
-
|
|
276
|
-
yr as
|
|
277
|
-
kr as
|
|
278
|
-
_r as
|
|
279
|
-
Dr as
|
|
280
|
-
|
|
281
|
-
Kr as
|
|
282
|
-
Fr as
|
|
283
|
-
wr as
|
|
284
|
-
Hr as
|
|
285
|
-
Qr as
|
|
286
|
-
Xr as
|
|
287
|
-
jr as
|
|
288
|
-
Jr as
|
|
289
|
-
$r as
|
|
290
|
-
ot as
|
|
291
|
-
tt as
|
|
292
|
-
mt as
|
|
293
|
-
ut as
|
|
294
|
-
xt as
|
|
295
|
-
it as
|
|
296
|
-
ct as
|
|
297
|
-
St as
|
|
298
|
-
|
|
299
|
-
Pt as
|
|
300
|
-
Ct as
|
|
301
|
-
It as
|
|
302
|
-
|
|
303
|
-
vt as
|
|
304
|
-
ht as
|
|
305
|
-
Mt as
|
|
306
|
-
bt as
|
|
307
|
-
Bt as
|
|
308
|
-
Vt as
|
|
309
|
-
|
|
310
|
-
Ht as
|
|
311
|
-
|
|
312
|
-
Zt as
|
|
313
|
-
qt as
|
|
314
|
-
Yt as
|
|
315
|
-
|
|
316
|
-
ss as
|
|
317
|
-
|
|
318
|
-
xs as
|
|
319
|
-
is as
|
|
320
|
-
cs as
|
|
321
|
-
Ss as
|
|
322
|
-
|
|
323
|
-
ds as
|
|
324
|
-
Rs as
|
|
325
|
-
|
|
326
|
-
hs as
|
|
327
|
-
Ms as
|
|
328
|
-
bs as
|
|
329
|
-
Bs as
|
|
330
|
-
Vs as
|
|
331
|
-
Us as
|
|
332
|
-
|
|
333
|
-
Qs as
|
|
334
|
-
Xs as
|
|
168
|
+
s as createEventEmitter,
|
|
169
|
+
ks as createQueryString,
|
|
170
|
+
p as createReactiveContext,
|
|
171
|
+
f as createStore,
|
|
172
|
+
em as debounce,
|
|
173
|
+
U as dispatchCookieEvent,
|
|
174
|
+
ts as dispatchStorageEvent,
|
|
175
|
+
vs as dispatchUrlSearchParamsEvent,
|
|
176
|
+
Sr as getConnection,
|
|
177
|
+
w as getCookie,
|
|
178
|
+
W as getCookies,
|
|
179
|
+
rm as getDate,
|
|
180
|
+
sm as getElement,
|
|
181
|
+
Or as getOperatingSystem,
|
|
182
|
+
fs as getRangesSelection,
|
|
183
|
+
fm as getRetry,
|
|
184
|
+
Wt as getSpeechRecognition,
|
|
185
|
+
Ps as getTimeFromSeconds,
|
|
186
|
+
_s as getUrlSearchParams,
|
|
187
|
+
xo as isHotkeyMatch,
|
|
188
|
+
am as isTarget,
|
|
189
|
+
Ys as legacyCopyToClipboard,
|
|
190
|
+
ro as mapGamepadToXbox360Controller,
|
|
191
|
+
H as removeCookie,
|
|
192
|
+
G as removeCookieItem,
|
|
193
|
+
Gs as scrollTo,
|
|
194
|
+
Q as setCookie,
|
|
195
|
+
z as setCookieItem,
|
|
196
|
+
Xt as stateHistoryReducer,
|
|
197
|
+
mm as target,
|
|
198
|
+
pm as targetSymbol,
|
|
199
|
+
nm as throttle,
|
|
200
|
+
a as useActiveElement,
|
|
201
|
+
n as useAsync,
|
|
202
|
+
l as useBattery,
|
|
203
|
+
E as useBluetooth,
|
|
204
|
+
g as useBoolean,
|
|
205
|
+
_ as useBreakpoints,
|
|
206
|
+
D as useBrowserLanguage,
|
|
207
|
+
N as useClickOutside,
|
|
208
|
+
L as useClipboard,
|
|
209
|
+
K as useConst,
|
|
210
|
+
X as useCookie,
|
|
211
|
+
q as useCookies,
|
|
212
|
+
Y as useCopy,
|
|
213
|
+
ee as useCounter,
|
|
214
|
+
re as useCssVar,
|
|
215
|
+
se as useDebounceCallback,
|
|
216
|
+
pe as useDebounceValue,
|
|
217
|
+
fe as useDefault,
|
|
218
|
+
ae as useDeviceMotion,
|
|
219
|
+
ne as useDeviceOrientation,
|
|
220
|
+
le as useDevicePixelRatio,
|
|
221
|
+
Ee as useDidUpdate,
|
|
222
|
+
ge as useDisclosure,
|
|
223
|
+
de as useDisplayMedia,
|
|
224
|
+
Re as useDocumentEvent,
|
|
225
|
+
Oe as useDocumentTitle,
|
|
226
|
+
Ae as useDocumentVisibility,
|
|
227
|
+
ve as useDoubleClick,
|
|
228
|
+
he as useDropZone,
|
|
229
|
+
Me as useElementSize,
|
|
230
|
+
be as useEvent,
|
|
231
|
+
Be as useEventListener,
|
|
232
|
+
Ve as useEventSource,
|
|
233
|
+
Ue as useEyeDropper,
|
|
234
|
+
We as useFavicon,
|
|
235
|
+
Ge as useField,
|
|
236
|
+
ze as useFileDialog,
|
|
237
|
+
Ze as useFocus,
|
|
238
|
+
qe as useFps,
|
|
239
|
+
Ye as useFul,
|
|
240
|
+
eo as useFullscreen,
|
|
241
|
+
to as useGamepad,
|
|
242
|
+
mo as useGeolocation,
|
|
243
|
+
uo as useHash,
|
|
244
|
+
ao as useHotkeys,
|
|
245
|
+
no as useHover,
|
|
246
|
+
lo as useIdle,
|
|
247
|
+
Eo as useImage,
|
|
248
|
+
go as useInfiniteScroll,
|
|
249
|
+
Co as useIntersectionObserver,
|
|
250
|
+
Io as useInterval,
|
|
251
|
+
yo as useIsFirstRender,
|
|
252
|
+
ko as useIsomorphicLayoutEffect,
|
|
253
|
+
Do as useKeyPress,
|
|
254
|
+
No as useKeyPressEvent,
|
|
255
|
+
_o as useKeyboard,
|
|
256
|
+
Lo as useKeysPressed,
|
|
257
|
+
Ko as useLastChanged,
|
|
258
|
+
Fo as useLatest,
|
|
259
|
+
wo as useLess,
|
|
260
|
+
Ho as useList,
|
|
261
|
+
Qo as useLocalStorage,
|
|
262
|
+
Xo as useLockCallback,
|
|
263
|
+
jo as useLogger,
|
|
264
|
+
Jo as useLongPress,
|
|
265
|
+
$o as useMap,
|
|
266
|
+
or as useMeasure,
|
|
267
|
+
tr as useMediaQuery,
|
|
268
|
+
mr as useMemory,
|
|
269
|
+
ur as useMount,
|
|
270
|
+
xr as useMouse,
|
|
271
|
+
ir as useMutation,
|
|
272
|
+
cr as useMutationObserver,
|
|
273
|
+
Er as useNetwork,
|
|
274
|
+
gr as useOffsetPagination,
|
|
275
|
+
dr as useOnce,
|
|
276
|
+
Rr as useOnline,
|
|
277
|
+
yr as useOperatingSystem,
|
|
278
|
+
kr as useOptimistic,
|
|
279
|
+
_r as useOrientation,
|
|
280
|
+
Dr as useOtpCredential,
|
|
281
|
+
Nr as usePageLeave,
|
|
282
|
+
Kr as usePaint,
|
|
283
|
+
Fr as useParallax,
|
|
284
|
+
wr as usePerformanceObserver,
|
|
285
|
+
Hr as usePermission,
|
|
286
|
+
Qr as usePointerLock,
|
|
287
|
+
Xr as usePostMessage,
|
|
288
|
+
jr as usePreferredColorScheme,
|
|
289
|
+
Jr as usePreferredContrast,
|
|
290
|
+
$r as usePreferredDark,
|
|
291
|
+
ot as usePreferredLanguages,
|
|
292
|
+
tt as usePreferredReducedMotion,
|
|
293
|
+
mt as usePrevious,
|
|
294
|
+
ut as useQuery,
|
|
295
|
+
xt as useQueue,
|
|
296
|
+
it as useRaf,
|
|
297
|
+
ct as useRafValue,
|
|
298
|
+
St as useRefState,
|
|
299
|
+
Tt as useRenderCount,
|
|
300
|
+
Pt as useRenderInfo,
|
|
301
|
+
Ct as useRerender,
|
|
302
|
+
It as useResizeObserver,
|
|
303
|
+
yt as useScreenOrientation,
|
|
304
|
+
vt as useScript,
|
|
305
|
+
ht as useScroll,
|
|
306
|
+
Mt as useScrollIntoView,
|
|
307
|
+
bt as useScrollTo,
|
|
308
|
+
Bt as useSessionStorage,
|
|
309
|
+
Vt as useSet,
|
|
310
|
+
Ut as useShare,
|
|
311
|
+
Ht as useSpeechRecognition,
|
|
312
|
+
Qt as useSpeechSynthesis,
|
|
313
|
+
Zt as useStateHistory,
|
|
314
|
+
qt as useStep,
|
|
315
|
+
Yt as useSticky,
|
|
316
|
+
es as useStopwatch,
|
|
317
|
+
ss as useStorage,
|
|
318
|
+
ps as useTextDirection,
|
|
319
|
+
xs as useTextSelection,
|
|
320
|
+
is as useThrottleCallback,
|
|
321
|
+
cs as useThrottleValue,
|
|
322
|
+
Ss as useTime,
|
|
323
|
+
Ts as useTimeout,
|
|
324
|
+
ds as useTimer,
|
|
325
|
+
Rs as useToggle,
|
|
326
|
+
Os as useUnmount,
|
|
327
|
+
hs as useUrlSearchParam,
|
|
328
|
+
Ms as useUrlSearchParams,
|
|
329
|
+
bs as useVibrate,
|
|
330
|
+
Bs as useWakeLock,
|
|
331
|
+
Vs as useWebSocket,
|
|
332
|
+
Us as useWindowEvent,
|
|
333
|
+
Ws as useWindowFocus,
|
|
334
|
+
Qs as useWindowScroll,
|
|
335
|
+
Xs as useWindowSize,
|
|
336
|
+
js as useWizard
|
|
335
337
|
};
|
|
336
338
|
//# sourceMappingURL=index.mjs.map
|