@vueuse/metadata 9.11.1 → 9.13.0
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/index.cjs +51 -37
- package/index.json +51 -37
- package/index.mjs +51 -37
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -379,7 +379,7 @@ var functions$1 = [
|
|
|
379
379
|
{
|
|
380
380
|
name: "onClickOutside",
|
|
381
381
|
"package": "core",
|
|
382
|
-
lastUpdated:
|
|
382
|
+
lastUpdated: 1675466376000,
|
|
383
383
|
component: true,
|
|
384
384
|
directive: true,
|
|
385
385
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -633,7 +633,7 @@ var functions$1 = [
|
|
|
633
633
|
{
|
|
634
634
|
name: "tryOnScopeDispose",
|
|
635
635
|
"package": "shared",
|
|
636
|
-
lastUpdated:
|
|
636
|
+
lastUpdated: 1675070075000,
|
|
637
637
|
docs: "https://vueuse.org/shared/tryOnScopeDispose/",
|
|
638
638
|
category: "Component",
|
|
639
639
|
description: "safe `onScopeDispose`"
|
|
@@ -711,6 +711,14 @@ var functions$1 = [
|
|
|
711
711
|
category: "Array",
|
|
712
712
|
description: "reactive `Array.findIndex`"
|
|
713
713
|
},
|
|
714
|
+
{
|
|
715
|
+
name: "useArrayFindLast",
|
|
716
|
+
"package": "shared",
|
|
717
|
+
lastUpdated: 1676713178000,
|
|
718
|
+
docs: "https://vueuse.org/shared/useArrayFindLast/",
|
|
719
|
+
category: "Array",
|
|
720
|
+
description: "reactive `Array.findLast`"
|
|
721
|
+
},
|
|
714
722
|
{
|
|
715
723
|
name: "useArrayJoin",
|
|
716
724
|
"package": "shared",
|
|
@@ -762,7 +770,7 @@ var functions$1 = [
|
|
|
762
770
|
{
|
|
763
771
|
name: "useAsyncState",
|
|
764
772
|
"package": "core",
|
|
765
|
-
lastUpdated:
|
|
773
|
+
lastUpdated: 1676388144000,
|
|
766
774
|
docs: "https://vueuse.org/core/useAsyncState/",
|
|
767
775
|
category: "State",
|
|
768
776
|
description: "reactive async state"
|
|
@@ -770,7 +778,7 @@ var functions$1 = [
|
|
|
770
778
|
{
|
|
771
779
|
name: "useAsyncValidator",
|
|
772
780
|
"package": "integrations",
|
|
773
|
-
lastUpdated:
|
|
781
|
+
lastUpdated: 1676570052000,
|
|
774
782
|
component: true,
|
|
775
783
|
docs: "https://vueuse.org/integrations/useAsyncValidator/",
|
|
776
784
|
category: "@Integrations",
|
|
@@ -797,7 +805,7 @@ var functions$1 = [
|
|
|
797
805
|
{
|
|
798
806
|
name: "useAxios",
|
|
799
807
|
"package": "integrations",
|
|
800
|
-
lastUpdated:
|
|
808
|
+
lastUpdated: 1676590260000,
|
|
801
809
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
802
810
|
category: "@Integrations",
|
|
803
811
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -881,7 +889,7 @@ var functions$1 = [
|
|
|
881
889
|
{
|
|
882
890
|
name: "useClamp",
|
|
883
891
|
"package": "math",
|
|
884
|
-
lastUpdated:
|
|
892
|
+
lastUpdated: 1676714120000,
|
|
885
893
|
docs: "https://vueuse.org/math/useClamp/",
|
|
886
894
|
category: "@Math",
|
|
887
895
|
description: "reactively clamp a value between two other values"
|
|
@@ -905,7 +913,7 @@ var functions$1 = [
|
|
|
905
913
|
{
|
|
906
914
|
name: "useColorMode",
|
|
907
915
|
"package": "core",
|
|
908
|
-
lastUpdated:
|
|
916
|
+
lastUpdated: 1674955241000,
|
|
909
917
|
component: true,
|
|
910
918
|
docs: "https://vueuse.org/core/useColorMode/",
|
|
911
919
|
category: "Browser",
|
|
@@ -1031,7 +1039,7 @@ var functions$1 = [
|
|
|
1031
1039
|
{
|
|
1032
1040
|
name: "useDevicePixelRatio",
|
|
1033
1041
|
"package": "core",
|
|
1034
|
-
lastUpdated:
|
|
1042
|
+
lastUpdated: 1676712461000,
|
|
1035
1043
|
component: true,
|
|
1036
1044
|
docs: "https://vueuse.org/core/useDevicePixelRatio/",
|
|
1037
1045
|
category: "Sensors",
|
|
@@ -1093,7 +1101,7 @@ var functions$1 = [
|
|
|
1093
1101
|
lastUpdated: 1658043158000,
|
|
1094
1102
|
docs: "https://vueuse.org/core/useDropZone/",
|
|
1095
1103
|
category: "Elements",
|
|
1096
|
-
description: "create
|
|
1104
|
+
description: "create a zone where files can be dropped"
|
|
1097
1105
|
},
|
|
1098
1106
|
{
|
|
1099
1107
|
name: "useElementBounding",
|
|
@@ -1115,7 +1123,7 @@ var functions$1 = [
|
|
|
1115
1123
|
{
|
|
1116
1124
|
name: "useElementHover",
|
|
1117
1125
|
"package": "core",
|
|
1118
|
-
lastUpdated:
|
|
1126
|
+
lastUpdated: 1676712131000,
|
|
1119
1127
|
directive: true,
|
|
1120
1128
|
docs: "https://vueuse.org/core/useElementHover/",
|
|
1121
1129
|
category: "Sensors",
|
|
@@ -1124,7 +1132,7 @@ var functions$1 = [
|
|
|
1124
1132
|
{
|
|
1125
1133
|
name: "useElementSize",
|
|
1126
1134
|
"package": "core",
|
|
1127
|
-
lastUpdated:
|
|
1135
|
+
lastUpdated: 1674954789000,
|
|
1128
1136
|
component: true,
|
|
1129
1137
|
directive: true,
|
|
1130
1138
|
docs: "https://vueuse.org/core/useElementSize/",
|
|
@@ -1158,7 +1166,7 @@ var functions$1 = [
|
|
|
1158
1166
|
{
|
|
1159
1167
|
name: "useEventBus",
|
|
1160
1168
|
"package": "core",
|
|
1161
|
-
lastUpdated:
|
|
1169
|
+
lastUpdated: 1676389922000,
|
|
1162
1170
|
docs: "https://vueuse.org/core/useEventBus/",
|
|
1163
1171
|
category: "Utilities",
|
|
1164
1172
|
description: "a basic event bus"
|
|
@@ -1166,7 +1174,7 @@ var functions$1 = [
|
|
|
1166
1174
|
{
|
|
1167
1175
|
name: "useEventListener",
|
|
1168
1176
|
"package": "core",
|
|
1169
|
-
lastUpdated:
|
|
1177
|
+
lastUpdated: 1676715818000,
|
|
1170
1178
|
docs: "https://vueuse.org/core/useEventListener/",
|
|
1171
1179
|
category: "Browser",
|
|
1172
1180
|
description: "use EventListener with ease"
|
|
@@ -1199,7 +1207,7 @@ var functions$1 = [
|
|
|
1199
1207
|
{
|
|
1200
1208
|
name: "useFetch",
|
|
1201
1209
|
"package": "core",
|
|
1202
|
-
lastUpdated:
|
|
1210
|
+
lastUpdated: 1676093591000,
|
|
1203
1211
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1204
1212
|
category: "Network",
|
|
1205
1213
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1240,7 +1248,7 @@ var functions$1 = [
|
|
|
1240
1248
|
{
|
|
1241
1249
|
name: "useFocus",
|
|
1242
1250
|
"package": "core",
|
|
1243
|
-
lastUpdated:
|
|
1251
|
+
lastUpdated: 1674992405000,
|
|
1244
1252
|
docs: "https://vueuse.org/core/useFocus/",
|
|
1245
1253
|
category: "Sensors",
|
|
1246
1254
|
description: "reactive utility to track or set the focus state of a DOM element"
|
|
@@ -1258,7 +1266,7 @@ var functions$1 = [
|
|
|
1258
1266
|
{
|
|
1259
1267
|
name: "useFocusWithin",
|
|
1260
1268
|
"package": "core",
|
|
1261
|
-
lastUpdated:
|
|
1269
|
+
lastUpdated: 1674955241000,
|
|
1262
1270
|
docs: "https://vueuse.org/core/useFocusWithin/",
|
|
1263
1271
|
category: "Sensors",
|
|
1264
1272
|
description: "reactive utility to track if an element or one of its decendants has focus"
|
|
@@ -1361,7 +1369,7 @@ var functions$1 = [
|
|
|
1361
1369
|
{
|
|
1362
1370
|
name: "useInterval",
|
|
1363
1371
|
"package": "shared",
|
|
1364
|
-
lastUpdated:
|
|
1372
|
+
lastUpdated: 1676713336000,
|
|
1365
1373
|
docs: "https://vueuse.org/shared/useInterval/",
|
|
1366
1374
|
category: "Animation",
|
|
1367
1375
|
description: "reactive counter increases on every interval"
|
|
@@ -1369,7 +1377,7 @@ var functions$1 = [
|
|
|
1369
1377
|
{
|
|
1370
1378
|
name: "useIntervalFn",
|
|
1371
1379
|
"package": "shared",
|
|
1372
|
-
lastUpdated:
|
|
1380
|
+
lastUpdated: 1674954620000,
|
|
1373
1381
|
docs: "https://vueuse.org/shared/useIntervalFn/",
|
|
1374
1382
|
category: "Animation",
|
|
1375
1383
|
description: "wrapper for `setInterval` with controls"
|
|
@@ -1472,7 +1480,7 @@ var functions$1 = [
|
|
|
1472
1480
|
{
|
|
1473
1481
|
name: "useMediaControls",
|
|
1474
1482
|
"package": "core",
|
|
1475
|
-
lastUpdated:
|
|
1483
|
+
lastUpdated: 1674853020000,
|
|
1476
1484
|
docs: "https://vueuse.org/core/useMediaControls/",
|
|
1477
1485
|
category: "Browser",
|
|
1478
1486
|
description: "reactive media controls for both `audio` and `video` elements"
|
|
@@ -1550,7 +1558,7 @@ var functions$1 = [
|
|
|
1550
1558
|
{
|
|
1551
1559
|
name: "useMouseInElement",
|
|
1552
1560
|
"package": "core",
|
|
1553
|
-
lastUpdated:
|
|
1561
|
+
lastUpdated: 1674954670000,
|
|
1554
1562
|
component: true,
|
|
1555
1563
|
docs: "https://vueuse.org/core/useMouseInElement/",
|
|
1556
1564
|
category: "Elements",
|
|
@@ -1700,7 +1708,7 @@ var functions$1 = [
|
|
|
1700
1708
|
{
|
|
1701
1709
|
name: "usePrecision",
|
|
1702
1710
|
"package": "math",
|
|
1703
|
-
lastUpdated:
|
|
1711
|
+
lastUpdated: 1674662786000,
|
|
1704
1712
|
docs: "https://vueuse.org/math/usePrecision/",
|
|
1705
1713
|
category: "@Math",
|
|
1706
1714
|
description: "reactively set the precision of a number"
|
|
@@ -1754,6 +1762,14 @@ var functions$1 = [
|
|
|
1754
1762
|
category: "Browser",
|
|
1755
1763
|
description: "reactive [prefers-reduced-motion](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion) media query"
|
|
1756
1764
|
},
|
|
1765
|
+
{
|
|
1766
|
+
name: "usePrevious",
|
|
1767
|
+
"package": "core",
|
|
1768
|
+
lastUpdated: 1674951743000,
|
|
1769
|
+
docs: "https://vueuse.org/core/usePrevious/",
|
|
1770
|
+
category: "Utilities",
|
|
1771
|
+
description: "holds the previous value of a ref"
|
|
1772
|
+
},
|
|
1757
1773
|
{
|
|
1758
1774
|
name: "useProjection",
|
|
1759
1775
|
"package": "math",
|
|
@@ -1778,7 +1794,7 @@ var functions$1 = [
|
|
|
1778
1794
|
{
|
|
1779
1795
|
name: "useRafFn",
|
|
1780
1796
|
"package": "core",
|
|
1781
|
-
lastUpdated:
|
|
1797
|
+
lastUpdated: 1674954620000,
|
|
1782
1798
|
docs: "https://vueuse.org/core/useRafFn/",
|
|
1783
1799
|
category: "Animation",
|
|
1784
1800
|
description: "call function on every `requestAnimationFrame`"
|
|
@@ -1831,7 +1847,7 @@ var functions$1 = [
|
|
|
1831
1847
|
{
|
|
1832
1848
|
name: "useRouteQuery",
|
|
1833
1849
|
"package": "router",
|
|
1834
|
-
lastUpdated:
|
|
1850
|
+
lastUpdated: 1674955241000,
|
|
1835
1851
|
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1836
1852
|
category: "@Router",
|
|
1837
1853
|
description: "shorthand for a reactive `route.query`"
|
|
@@ -1880,7 +1896,7 @@ var functions$1 = [
|
|
|
1880
1896
|
{
|
|
1881
1897
|
name: "useScroll",
|
|
1882
1898
|
"package": "core",
|
|
1883
|
-
lastUpdated:
|
|
1899
|
+
lastUpdated: 1676711938000,
|
|
1884
1900
|
directive: true,
|
|
1885
1901
|
docs: "https://vueuse.org/core/useScroll/",
|
|
1886
1902
|
category: "Sensors",
|
|
@@ -1889,7 +1905,7 @@ var functions$1 = [
|
|
|
1889
1905
|
{
|
|
1890
1906
|
name: "useScrollLock",
|
|
1891
1907
|
"package": "core",
|
|
1892
|
-
lastUpdated:
|
|
1908
|
+
lastUpdated: 1676713396000,
|
|
1893
1909
|
directive: true,
|
|
1894
1910
|
docs: "https://vueuse.org/core/useScrollLock/",
|
|
1895
1911
|
category: "Sensors",
|
|
@@ -1940,7 +1956,7 @@ var functions$1 = [
|
|
|
1940
1956
|
{
|
|
1941
1957
|
name: "useSpeechSynthesis",
|
|
1942
1958
|
"package": "core",
|
|
1943
|
-
lastUpdated:
|
|
1959
|
+
lastUpdated: 1676650547000,
|
|
1944
1960
|
docs: "https://vueuse.org/core/useSpeechSynthesis/",
|
|
1945
1961
|
category: "Sensors",
|
|
1946
1962
|
description: "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
|
|
@@ -1963,7 +1979,7 @@ var functions$1 = [
|
|
|
1963
1979
|
{
|
|
1964
1980
|
name: "useStorage",
|
|
1965
1981
|
"package": "core",
|
|
1966
|
-
lastUpdated:
|
|
1982
|
+
lastUpdated: 1676387907000,
|
|
1967
1983
|
docs: "https://vueuse.org/core/useStorage/",
|
|
1968
1984
|
category: "State",
|
|
1969
1985
|
description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
|
@@ -1978,7 +1994,7 @@ var functions$1 = [
|
|
|
1978
1994
|
{
|
|
1979
1995
|
name: "useStorageAsync",
|
|
1980
1996
|
"package": "core",
|
|
1981
|
-
lastUpdated:
|
|
1997
|
+
lastUpdated: 1676546331000,
|
|
1982
1998
|
docs: "https://vueuse.org/core/useStorageAsync/",
|
|
1983
1999
|
category: "State",
|
|
1984
2000
|
description: "reactive Storage in with async support",
|
|
@@ -2111,7 +2127,7 @@ var functions$1 = [
|
|
|
2111
2127
|
{
|
|
2112
2128
|
name: "useTimeoutFn",
|
|
2113
2129
|
"package": "shared",
|
|
2114
|
-
lastUpdated:
|
|
2130
|
+
lastUpdated: 1674954620000,
|
|
2115
2131
|
docs: "https://vueuse.org/shared/useTimeoutFn/",
|
|
2116
2132
|
category: "Animation",
|
|
2117
2133
|
description: "wrapper for `setTimeout` with controls"
|
|
@@ -2177,7 +2193,7 @@ var functions$1 = [
|
|
|
2177
2193
|
{
|
|
2178
2194
|
name: "useTransition",
|
|
2179
2195
|
"package": "core",
|
|
2180
|
-
lastUpdated:
|
|
2196
|
+
lastUpdated: 1674955241000,
|
|
2181
2197
|
docs: "https://vueuse.org/core/useTransition/",
|
|
2182
2198
|
category: "Animation",
|
|
2183
2199
|
description: "transition between values"
|
|
@@ -2222,12 +2238,11 @@ var functions$1 = [
|
|
|
2222
2238
|
{
|
|
2223
2239
|
name: "useVirtualList",
|
|
2224
2240
|
"package": "core",
|
|
2225
|
-
lastUpdated:
|
|
2241
|
+
lastUpdated: 1676174012000,
|
|
2226
2242
|
component: true,
|
|
2227
2243
|
docs: "https://vueuse.org/core/useVirtualList/",
|
|
2228
2244
|
category: "Component",
|
|
2229
|
-
description: "create virtual lists with ease"
|
|
2230
|
-
deprecated: true
|
|
2245
|
+
description: "create virtual lists with ease"
|
|
2231
2246
|
},
|
|
2232
2247
|
{
|
|
2233
2248
|
name: "useVModel",
|
|
@@ -2270,7 +2285,7 @@ var functions$1 = [
|
|
|
2270
2285
|
{
|
|
2271
2286
|
name: "useWebSocket",
|
|
2272
2287
|
"package": "core",
|
|
2273
|
-
lastUpdated:
|
|
2288
|
+
lastUpdated: 1674954839000,
|
|
2274
2289
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2275
2290
|
category: "Network",
|
|
2276
2291
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2309,11 +2324,10 @@ var functions$1 = [
|
|
|
2309
2324
|
{
|
|
2310
2325
|
name: "useWindowScroll",
|
|
2311
2326
|
"package": "core",
|
|
2312
|
-
lastUpdated:
|
|
2327
|
+
lastUpdated: 1676590806000,
|
|
2313
2328
|
docs: "https://vueuse.org/core/useWindowScroll/",
|
|
2314
2329
|
category: "Elements",
|
|
2315
|
-
description: "reactive window scroll"
|
|
2316
|
-
deprecated: true
|
|
2330
|
+
description: "reactive window scroll"
|
|
2317
2331
|
},
|
|
2318
2332
|
{
|
|
2319
2333
|
name: "useWindowSize",
|
package/index.json
CHANGED
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
{
|
|
379
379
|
"name": "onClickOutside",
|
|
380
380
|
"package": "core",
|
|
381
|
-
"lastUpdated":
|
|
381
|
+
"lastUpdated": 1675466376000,
|
|
382
382
|
"component": true,
|
|
383
383
|
"directive": true,
|
|
384
384
|
"docs": "https://vueuse.org/core/onClickOutside/",
|
|
@@ -632,7 +632,7 @@
|
|
|
632
632
|
{
|
|
633
633
|
"name": "tryOnScopeDispose",
|
|
634
634
|
"package": "shared",
|
|
635
|
-
"lastUpdated":
|
|
635
|
+
"lastUpdated": 1675070075000,
|
|
636
636
|
"docs": "https://vueuse.org/shared/tryOnScopeDispose/",
|
|
637
637
|
"category": "Component",
|
|
638
638
|
"description": "safe `onScopeDispose`"
|
|
@@ -710,6 +710,14 @@
|
|
|
710
710
|
"category": "Array",
|
|
711
711
|
"description": "reactive `Array.findIndex`"
|
|
712
712
|
},
|
|
713
|
+
{
|
|
714
|
+
"name": "useArrayFindLast",
|
|
715
|
+
"package": "shared",
|
|
716
|
+
"lastUpdated": 1676713178000,
|
|
717
|
+
"docs": "https://vueuse.org/shared/useArrayFindLast/",
|
|
718
|
+
"category": "Array",
|
|
719
|
+
"description": "reactive `Array.findLast`"
|
|
720
|
+
},
|
|
713
721
|
{
|
|
714
722
|
"name": "useArrayJoin",
|
|
715
723
|
"package": "shared",
|
|
@@ -761,7 +769,7 @@
|
|
|
761
769
|
{
|
|
762
770
|
"name": "useAsyncState",
|
|
763
771
|
"package": "core",
|
|
764
|
-
"lastUpdated":
|
|
772
|
+
"lastUpdated": 1676388144000,
|
|
765
773
|
"docs": "https://vueuse.org/core/useAsyncState/",
|
|
766
774
|
"category": "State",
|
|
767
775
|
"description": "reactive async state"
|
|
@@ -769,7 +777,7 @@
|
|
|
769
777
|
{
|
|
770
778
|
"name": "useAsyncValidator",
|
|
771
779
|
"package": "integrations",
|
|
772
|
-
"lastUpdated":
|
|
780
|
+
"lastUpdated": 1676570052000,
|
|
773
781
|
"component": true,
|
|
774
782
|
"docs": "https://vueuse.org/integrations/useAsyncValidator/",
|
|
775
783
|
"category": "@Integrations",
|
|
@@ -796,7 +804,7 @@
|
|
|
796
804
|
{
|
|
797
805
|
"name": "useAxios",
|
|
798
806
|
"package": "integrations",
|
|
799
|
-
"lastUpdated":
|
|
807
|
+
"lastUpdated": 1676590260000,
|
|
800
808
|
"docs": "https://vueuse.org/integrations/useAxios/",
|
|
801
809
|
"category": "@Integrations",
|
|
802
810
|
"description": "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -880,7 +888,7 @@
|
|
|
880
888
|
{
|
|
881
889
|
"name": "useClamp",
|
|
882
890
|
"package": "math",
|
|
883
|
-
"lastUpdated":
|
|
891
|
+
"lastUpdated": 1676714120000,
|
|
884
892
|
"docs": "https://vueuse.org/math/useClamp/",
|
|
885
893
|
"category": "@Math",
|
|
886
894
|
"description": "reactively clamp a value between two other values"
|
|
@@ -904,7 +912,7 @@
|
|
|
904
912
|
{
|
|
905
913
|
"name": "useColorMode",
|
|
906
914
|
"package": "core",
|
|
907
|
-
"lastUpdated":
|
|
915
|
+
"lastUpdated": 1674955241000,
|
|
908
916
|
"component": true,
|
|
909
917
|
"docs": "https://vueuse.org/core/useColorMode/",
|
|
910
918
|
"category": "Browser",
|
|
@@ -1030,7 +1038,7 @@
|
|
|
1030
1038
|
{
|
|
1031
1039
|
"name": "useDevicePixelRatio",
|
|
1032
1040
|
"package": "core",
|
|
1033
|
-
"lastUpdated":
|
|
1041
|
+
"lastUpdated": 1676712461000,
|
|
1034
1042
|
"component": true,
|
|
1035
1043
|
"docs": "https://vueuse.org/core/useDevicePixelRatio/",
|
|
1036
1044
|
"category": "Sensors",
|
|
@@ -1092,7 +1100,7 @@
|
|
|
1092
1100
|
"lastUpdated": 1658043158000,
|
|
1093
1101
|
"docs": "https://vueuse.org/core/useDropZone/",
|
|
1094
1102
|
"category": "Elements",
|
|
1095
|
-
"description": "create
|
|
1103
|
+
"description": "create a zone where files can be dropped"
|
|
1096
1104
|
},
|
|
1097
1105
|
{
|
|
1098
1106
|
"name": "useElementBounding",
|
|
@@ -1114,7 +1122,7 @@
|
|
|
1114
1122
|
{
|
|
1115
1123
|
"name": "useElementHover",
|
|
1116
1124
|
"package": "core",
|
|
1117
|
-
"lastUpdated":
|
|
1125
|
+
"lastUpdated": 1676712131000,
|
|
1118
1126
|
"directive": true,
|
|
1119
1127
|
"docs": "https://vueuse.org/core/useElementHover/",
|
|
1120
1128
|
"category": "Sensors",
|
|
@@ -1123,7 +1131,7 @@
|
|
|
1123
1131
|
{
|
|
1124
1132
|
"name": "useElementSize",
|
|
1125
1133
|
"package": "core",
|
|
1126
|
-
"lastUpdated":
|
|
1134
|
+
"lastUpdated": 1674954789000,
|
|
1127
1135
|
"component": true,
|
|
1128
1136
|
"directive": true,
|
|
1129
1137
|
"docs": "https://vueuse.org/core/useElementSize/",
|
|
@@ -1157,7 +1165,7 @@
|
|
|
1157
1165
|
{
|
|
1158
1166
|
"name": "useEventBus",
|
|
1159
1167
|
"package": "core",
|
|
1160
|
-
"lastUpdated":
|
|
1168
|
+
"lastUpdated": 1676389922000,
|
|
1161
1169
|
"docs": "https://vueuse.org/core/useEventBus/",
|
|
1162
1170
|
"category": "Utilities",
|
|
1163
1171
|
"description": "a basic event bus"
|
|
@@ -1165,7 +1173,7 @@
|
|
|
1165
1173
|
{
|
|
1166
1174
|
"name": "useEventListener",
|
|
1167
1175
|
"package": "core",
|
|
1168
|
-
"lastUpdated":
|
|
1176
|
+
"lastUpdated": 1676715818000,
|
|
1169
1177
|
"docs": "https://vueuse.org/core/useEventListener/",
|
|
1170
1178
|
"category": "Browser",
|
|
1171
1179
|
"description": "use EventListener with ease"
|
|
@@ -1198,7 +1206,7 @@
|
|
|
1198
1206
|
{
|
|
1199
1207
|
"name": "useFetch",
|
|
1200
1208
|
"package": "core",
|
|
1201
|
-
"lastUpdated":
|
|
1209
|
+
"lastUpdated": 1676093591000,
|
|
1202
1210
|
"docs": "https://vueuse.org/core/useFetch/",
|
|
1203
1211
|
"category": "Network",
|
|
1204
1212
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1239,7 +1247,7 @@
|
|
|
1239
1247
|
{
|
|
1240
1248
|
"name": "useFocus",
|
|
1241
1249
|
"package": "core",
|
|
1242
|
-
"lastUpdated":
|
|
1250
|
+
"lastUpdated": 1674992405000,
|
|
1243
1251
|
"docs": "https://vueuse.org/core/useFocus/",
|
|
1244
1252
|
"category": "Sensors",
|
|
1245
1253
|
"description": "reactive utility to track or set the focus state of a DOM element"
|
|
@@ -1257,7 +1265,7 @@
|
|
|
1257
1265
|
{
|
|
1258
1266
|
"name": "useFocusWithin",
|
|
1259
1267
|
"package": "core",
|
|
1260
|
-
"lastUpdated":
|
|
1268
|
+
"lastUpdated": 1674955241000,
|
|
1261
1269
|
"docs": "https://vueuse.org/core/useFocusWithin/",
|
|
1262
1270
|
"category": "Sensors",
|
|
1263
1271
|
"description": "reactive utility to track if an element or one of its decendants has focus"
|
|
@@ -1360,7 +1368,7 @@
|
|
|
1360
1368
|
{
|
|
1361
1369
|
"name": "useInterval",
|
|
1362
1370
|
"package": "shared",
|
|
1363
|
-
"lastUpdated":
|
|
1371
|
+
"lastUpdated": 1676713336000,
|
|
1364
1372
|
"docs": "https://vueuse.org/shared/useInterval/",
|
|
1365
1373
|
"category": "Animation",
|
|
1366
1374
|
"description": "reactive counter increases on every interval"
|
|
@@ -1368,7 +1376,7 @@
|
|
|
1368
1376
|
{
|
|
1369
1377
|
"name": "useIntervalFn",
|
|
1370
1378
|
"package": "shared",
|
|
1371
|
-
"lastUpdated":
|
|
1379
|
+
"lastUpdated": 1674954620000,
|
|
1372
1380
|
"docs": "https://vueuse.org/shared/useIntervalFn/",
|
|
1373
1381
|
"category": "Animation",
|
|
1374
1382
|
"description": "wrapper for `setInterval` with controls"
|
|
@@ -1471,7 +1479,7 @@
|
|
|
1471
1479
|
{
|
|
1472
1480
|
"name": "useMediaControls",
|
|
1473
1481
|
"package": "core",
|
|
1474
|
-
"lastUpdated":
|
|
1482
|
+
"lastUpdated": 1674853020000,
|
|
1475
1483
|
"docs": "https://vueuse.org/core/useMediaControls/",
|
|
1476
1484
|
"category": "Browser",
|
|
1477
1485
|
"description": "reactive media controls for both `audio` and `video` elements"
|
|
@@ -1549,7 +1557,7 @@
|
|
|
1549
1557
|
{
|
|
1550
1558
|
"name": "useMouseInElement",
|
|
1551
1559
|
"package": "core",
|
|
1552
|
-
"lastUpdated":
|
|
1560
|
+
"lastUpdated": 1674954670000,
|
|
1553
1561
|
"component": true,
|
|
1554
1562
|
"docs": "https://vueuse.org/core/useMouseInElement/",
|
|
1555
1563
|
"category": "Elements",
|
|
@@ -1699,7 +1707,7 @@
|
|
|
1699
1707
|
{
|
|
1700
1708
|
"name": "usePrecision",
|
|
1701
1709
|
"package": "math",
|
|
1702
|
-
"lastUpdated":
|
|
1710
|
+
"lastUpdated": 1674662786000,
|
|
1703
1711
|
"docs": "https://vueuse.org/math/usePrecision/",
|
|
1704
1712
|
"category": "@Math",
|
|
1705
1713
|
"description": "reactively set the precision of a number"
|
|
@@ -1753,6 +1761,14 @@
|
|
|
1753
1761
|
"category": "Browser",
|
|
1754
1762
|
"description": "reactive [prefers-reduced-motion](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion) media query"
|
|
1755
1763
|
},
|
|
1764
|
+
{
|
|
1765
|
+
"name": "usePrevious",
|
|
1766
|
+
"package": "core",
|
|
1767
|
+
"lastUpdated": 1674951743000,
|
|
1768
|
+
"docs": "https://vueuse.org/core/usePrevious/",
|
|
1769
|
+
"category": "Utilities",
|
|
1770
|
+
"description": "holds the previous value of a ref"
|
|
1771
|
+
},
|
|
1756
1772
|
{
|
|
1757
1773
|
"name": "useProjection",
|
|
1758
1774
|
"package": "math",
|
|
@@ -1777,7 +1793,7 @@
|
|
|
1777
1793
|
{
|
|
1778
1794
|
"name": "useRafFn",
|
|
1779
1795
|
"package": "core",
|
|
1780
|
-
"lastUpdated":
|
|
1796
|
+
"lastUpdated": 1674954620000,
|
|
1781
1797
|
"docs": "https://vueuse.org/core/useRafFn/",
|
|
1782
1798
|
"category": "Animation",
|
|
1783
1799
|
"description": "call function on every `requestAnimationFrame`"
|
|
@@ -1830,7 +1846,7 @@
|
|
|
1830
1846
|
{
|
|
1831
1847
|
"name": "useRouteQuery",
|
|
1832
1848
|
"package": "router",
|
|
1833
|
-
"lastUpdated":
|
|
1849
|
+
"lastUpdated": 1674955241000,
|
|
1834
1850
|
"docs": "https://vueuse.org/router/useRouteQuery/",
|
|
1835
1851
|
"category": "@Router",
|
|
1836
1852
|
"description": "shorthand for a reactive `route.query`"
|
|
@@ -1879,7 +1895,7 @@
|
|
|
1879
1895
|
{
|
|
1880
1896
|
"name": "useScroll",
|
|
1881
1897
|
"package": "core",
|
|
1882
|
-
"lastUpdated":
|
|
1898
|
+
"lastUpdated": 1676711938000,
|
|
1883
1899
|
"directive": true,
|
|
1884
1900
|
"docs": "https://vueuse.org/core/useScroll/",
|
|
1885
1901
|
"category": "Sensors",
|
|
@@ -1888,7 +1904,7 @@
|
|
|
1888
1904
|
{
|
|
1889
1905
|
"name": "useScrollLock",
|
|
1890
1906
|
"package": "core",
|
|
1891
|
-
"lastUpdated":
|
|
1907
|
+
"lastUpdated": 1676713396000,
|
|
1892
1908
|
"directive": true,
|
|
1893
1909
|
"docs": "https://vueuse.org/core/useScrollLock/",
|
|
1894
1910
|
"category": "Sensors",
|
|
@@ -1939,7 +1955,7 @@
|
|
|
1939
1955
|
{
|
|
1940
1956
|
"name": "useSpeechSynthesis",
|
|
1941
1957
|
"package": "core",
|
|
1942
|
-
"lastUpdated":
|
|
1958
|
+
"lastUpdated": 1676650547000,
|
|
1943
1959
|
"docs": "https://vueuse.org/core/useSpeechSynthesis/",
|
|
1944
1960
|
"category": "Sensors",
|
|
1945
1961
|
"description": "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
|
|
@@ -1962,7 +1978,7 @@
|
|
|
1962
1978
|
{
|
|
1963
1979
|
"name": "useStorage",
|
|
1964
1980
|
"package": "core",
|
|
1965
|
-
"lastUpdated":
|
|
1981
|
+
"lastUpdated": 1676387907000,
|
|
1966
1982
|
"docs": "https://vueuse.org/core/useStorage/",
|
|
1967
1983
|
"category": "State",
|
|
1968
1984
|
"description": "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
|
@@ -1977,7 +1993,7 @@
|
|
|
1977
1993
|
{
|
|
1978
1994
|
"name": "useStorageAsync",
|
|
1979
1995
|
"package": "core",
|
|
1980
|
-
"lastUpdated":
|
|
1996
|
+
"lastUpdated": 1676546331000,
|
|
1981
1997
|
"docs": "https://vueuse.org/core/useStorageAsync/",
|
|
1982
1998
|
"category": "State",
|
|
1983
1999
|
"description": "reactive Storage in with async support",
|
|
@@ -2110,7 +2126,7 @@
|
|
|
2110
2126
|
{
|
|
2111
2127
|
"name": "useTimeoutFn",
|
|
2112
2128
|
"package": "shared",
|
|
2113
|
-
"lastUpdated":
|
|
2129
|
+
"lastUpdated": 1674954620000,
|
|
2114
2130
|
"docs": "https://vueuse.org/shared/useTimeoutFn/",
|
|
2115
2131
|
"category": "Animation",
|
|
2116
2132
|
"description": "wrapper for `setTimeout` with controls"
|
|
@@ -2176,7 +2192,7 @@
|
|
|
2176
2192
|
{
|
|
2177
2193
|
"name": "useTransition",
|
|
2178
2194
|
"package": "core",
|
|
2179
|
-
"lastUpdated":
|
|
2195
|
+
"lastUpdated": 1674955241000,
|
|
2180
2196
|
"docs": "https://vueuse.org/core/useTransition/",
|
|
2181
2197
|
"category": "Animation",
|
|
2182
2198
|
"description": "transition between values"
|
|
@@ -2221,12 +2237,11 @@
|
|
|
2221
2237
|
{
|
|
2222
2238
|
"name": "useVirtualList",
|
|
2223
2239
|
"package": "core",
|
|
2224
|
-
"lastUpdated":
|
|
2240
|
+
"lastUpdated": 1676174012000,
|
|
2225
2241
|
"component": true,
|
|
2226
2242
|
"docs": "https://vueuse.org/core/useVirtualList/",
|
|
2227
2243
|
"category": "Component",
|
|
2228
|
-
"description": "create virtual lists with ease"
|
|
2229
|
-
"deprecated": true
|
|
2244
|
+
"description": "create virtual lists with ease"
|
|
2230
2245
|
},
|
|
2231
2246
|
{
|
|
2232
2247
|
"name": "useVModel",
|
|
@@ -2269,7 +2284,7 @@
|
|
|
2269
2284
|
{
|
|
2270
2285
|
"name": "useWebSocket",
|
|
2271
2286
|
"package": "core",
|
|
2272
|
-
"lastUpdated":
|
|
2287
|
+
"lastUpdated": 1674954839000,
|
|
2273
2288
|
"docs": "https://vueuse.org/core/useWebSocket/",
|
|
2274
2289
|
"category": "Network",
|
|
2275
2290
|
"description": "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2308,11 +2323,10 @@
|
|
|
2308
2323
|
{
|
|
2309
2324
|
"name": "useWindowScroll",
|
|
2310
2325
|
"package": "core",
|
|
2311
|
-
"lastUpdated":
|
|
2326
|
+
"lastUpdated": 1676590806000,
|
|
2312
2327
|
"docs": "https://vueuse.org/core/useWindowScroll/",
|
|
2313
2328
|
"category": "Elements",
|
|
2314
|
-
"description": "reactive window scroll"
|
|
2315
|
-
"deprecated": true
|
|
2329
|
+
"description": "reactive window scroll"
|
|
2316
2330
|
},
|
|
2317
2331
|
{
|
|
2318
2332
|
"name": "useWindowSize",
|
package/index.mjs
CHANGED
|
@@ -377,7 +377,7 @@ var functions$1 = [
|
|
|
377
377
|
{
|
|
378
378
|
name: "onClickOutside",
|
|
379
379
|
"package": "core",
|
|
380
|
-
lastUpdated:
|
|
380
|
+
lastUpdated: 1675466376000,
|
|
381
381
|
component: true,
|
|
382
382
|
directive: true,
|
|
383
383
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -631,7 +631,7 @@ var functions$1 = [
|
|
|
631
631
|
{
|
|
632
632
|
name: "tryOnScopeDispose",
|
|
633
633
|
"package": "shared",
|
|
634
|
-
lastUpdated:
|
|
634
|
+
lastUpdated: 1675070075000,
|
|
635
635
|
docs: "https://vueuse.org/shared/tryOnScopeDispose/",
|
|
636
636
|
category: "Component",
|
|
637
637
|
description: "safe `onScopeDispose`"
|
|
@@ -709,6 +709,14 @@ var functions$1 = [
|
|
|
709
709
|
category: "Array",
|
|
710
710
|
description: "reactive `Array.findIndex`"
|
|
711
711
|
},
|
|
712
|
+
{
|
|
713
|
+
name: "useArrayFindLast",
|
|
714
|
+
"package": "shared",
|
|
715
|
+
lastUpdated: 1676713178000,
|
|
716
|
+
docs: "https://vueuse.org/shared/useArrayFindLast/",
|
|
717
|
+
category: "Array",
|
|
718
|
+
description: "reactive `Array.findLast`"
|
|
719
|
+
},
|
|
712
720
|
{
|
|
713
721
|
name: "useArrayJoin",
|
|
714
722
|
"package": "shared",
|
|
@@ -760,7 +768,7 @@ var functions$1 = [
|
|
|
760
768
|
{
|
|
761
769
|
name: "useAsyncState",
|
|
762
770
|
"package": "core",
|
|
763
|
-
lastUpdated:
|
|
771
|
+
lastUpdated: 1676388144000,
|
|
764
772
|
docs: "https://vueuse.org/core/useAsyncState/",
|
|
765
773
|
category: "State",
|
|
766
774
|
description: "reactive async state"
|
|
@@ -768,7 +776,7 @@ var functions$1 = [
|
|
|
768
776
|
{
|
|
769
777
|
name: "useAsyncValidator",
|
|
770
778
|
"package": "integrations",
|
|
771
|
-
lastUpdated:
|
|
779
|
+
lastUpdated: 1676570052000,
|
|
772
780
|
component: true,
|
|
773
781
|
docs: "https://vueuse.org/integrations/useAsyncValidator/",
|
|
774
782
|
category: "@Integrations",
|
|
@@ -795,7 +803,7 @@ var functions$1 = [
|
|
|
795
803
|
{
|
|
796
804
|
name: "useAxios",
|
|
797
805
|
"package": "integrations",
|
|
798
|
-
lastUpdated:
|
|
806
|
+
lastUpdated: 1676590260000,
|
|
799
807
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
800
808
|
category: "@Integrations",
|
|
801
809
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -879,7 +887,7 @@ var functions$1 = [
|
|
|
879
887
|
{
|
|
880
888
|
name: "useClamp",
|
|
881
889
|
"package": "math",
|
|
882
|
-
lastUpdated:
|
|
890
|
+
lastUpdated: 1676714120000,
|
|
883
891
|
docs: "https://vueuse.org/math/useClamp/",
|
|
884
892
|
category: "@Math",
|
|
885
893
|
description: "reactively clamp a value between two other values"
|
|
@@ -903,7 +911,7 @@ var functions$1 = [
|
|
|
903
911
|
{
|
|
904
912
|
name: "useColorMode",
|
|
905
913
|
"package": "core",
|
|
906
|
-
lastUpdated:
|
|
914
|
+
lastUpdated: 1674955241000,
|
|
907
915
|
component: true,
|
|
908
916
|
docs: "https://vueuse.org/core/useColorMode/",
|
|
909
917
|
category: "Browser",
|
|
@@ -1029,7 +1037,7 @@ var functions$1 = [
|
|
|
1029
1037
|
{
|
|
1030
1038
|
name: "useDevicePixelRatio",
|
|
1031
1039
|
"package": "core",
|
|
1032
|
-
lastUpdated:
|
|
1040
|
+
lastUpdated: 1676712461000,
|
|
1033
1041
|
component: true,
|
|
1034
1042
|
docs: "https://vueuse.org/core/useDevicePixelRatio/",
|
|
1035
1043
|
category: "Sensors",
|
|
@@ -1091,7 +1099,7 @@ var functions$1 = [
|
|
|
1091
1099
|
lastUpdated: 1658043158000,
|
|
1092
1100
|
docs: "https://vueuse.org/core/useDropZone/",
|
|
1093
1101
|
category: "Elements",
|
|
1094
|
-
description: "create
|
|
1102
|
+
description: "create a zone where files can be dropped"
|
|
1095
1103
|
},
|
|
1096
1104
|
{
|
|
1097
1105
|
name: "useElementBounding",
|
|
@@ -1113,7 +1121,7 @@ var functions$1 = [
|
|
|
1113
1121
|
{
|
|
1114
1122
|
name: "useElementHover",
|
|
1115
1123
|
"package": "core",
|
|
1116
|
-
lastUpdated:
|
|
1124
|
+
lastUpdated: 1676712131000,
|
|
1117
1125
|
directive: true,
|
|
1118
1126
|
docs: "https://vueuse.org/core/useElementHover/",
|
|
1119
1127
|
category: "Sensors",
|
|
@@ -1122,7 +1130,7 @@ var functions$1 = [
|
|
|
1122
1130
|
{
|
|
1123
1131
|
name: "useElementSize",
|
|
1124
1132
|
"package": "core",
|
|
1125
|
-
lastUpdated:
|
|
1133
|
+
lastUpdated: 1674954789000,
|
|
1126
1134
|
component: true,
|
|
1127
1135
|
directive: true,
|
|
1128
1136
|
docs: "https://vueuse.org/core/useElementSize/",
|
|
@@ -1156,7 +1164,7 @@ var functions$1 = [
|
|
|
1156
1164
|
{
|
|
1157
1165
|
name: "useEventBus",
|
|
1158
1166
|
"package": "core",
|
|
1159
|
-
lastUpdated:
|
|
1167
|
+
lastUpdated: 1676389922000,
|
|
1160
1168
|
docs: "https://vueuse.org/core/useEventBus/",
|
|
1161
1169
|
category: "Utilities",
|
|
1162
1170
|
description: "a basic event bus"
|
|
@@ -1164,7 +1172,7 @@ var functions$1 = [
|
|
|
1164
1172
|
{
|
|
1165
1173
|
name: "useEventListener",
|
|
1166
1174
|
"package": "core",
|
|
1167
|
-
lastUpdated:
|
|
1175
|
+
lastUpdated: 1676715818000,
|
|
1168
1176
|
docs: "https://vueuse.org/core/useEventListener/",
|
|
1169
1177
|
category: "Browser",
|
|
1170
1178
|
description: "use EventListener with ease"
|
|
@@ -1197,7 +1205,7 @@ var functions$1 = [
|
|
|
1197
1205
|
{
|
|
1198
1206
|
name: "useFetch",
|
|
1199
1207
|
"package": "core",
|
|
1200
|
-
lastUpdated:
|
|
1208
|
+
lastUpdated: 1676093591000,
|
|
1201
1209
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1202
1210
|
category: "Network",
|
|
1203
1211
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1238,7 +1246,7 @@ var functions$1 = [
|
|
|
1238
1246
|
{
|
|
1239
1247
|
name: "useFocus",
|
|
1240
1248
|
"package": "core",
|
|
1241
|
-
lastUpdated:
|
|
1249
|
+
lastUpdated: 1674992405000,
|
|
1242
1250
|
docs: "https://vueuse.org/core/useFocus/",
|
|
1243
1251
|
category: "Sensors",
|
|
1244
1252
|
description: "reactive utility to track or set the focus state of a DOM element"
|
|
@@ -1256,7 +1264,7 @@ var functions$1 = [
|
|
|
1256
1264
|
{
|
|
1257
1265
|
name: "useFocusWithin",
|
|
1258
1266
|
"package": "core",
|
|
1259
|
-
lastUpdated:
|
|
1267
|
+
lastUpdated: 1674955241000,
|
|
1260
1268
|
docs: "https://vueuse.org/core/useFocusWithin/",
|
|
1261
1269
|
category: "Sensors",
|
|
1262
1270
|
description: "reactive utility to track if an element or one of its decendants has focus"
|
|
@@ -1359,7 +1367,7 @@ var functions$1 = [
|
|
|
1359
1367
|
{
|
|
1360
1368
|
name: "useInterval",
|
|
1361
1369
|
"package": "shared",
|
|
1362
|
-
lastUpdated:
|
|
1370
|
+
lastUpdated: 1676713336000,
|
|
1363
1371
|
docs: "https://vueuse.org/shared/useInterval/",
|
|
1364
1372
|
category: "Animation",
|
|
1365
1373
|
description: "reactive counter increases on every interval"
|
|
@@ -1367,7 +1375,7 @@ var functions$1 = [
|
|
|
1367
1375
|
{
|
|
1368
1376
|
name: "useIntervalFn",
|
|
1369
1377
|
"package": "shared",
|
|
1370
|
-
lastUpdated:
|
|
1378
|
+
lastUpdated: 1674954620000,
|
|
1371
1379
|
docs: "https://vueuse.org/shared/useIntervalFn/",
|
|
1372
1380
|
category: "Animation",
|
|
1373
1381
|
description: "wrapper for `setInterval` with controls"
|
|
@@ -1470,7 +1478,7 @@ var functions$1 = [
|
|
|
1470
1478
|
{
|
|
1471
1479
|
name: "useMediaControls",
|
|
1472
1480
|
"package": "core",
|
|
1473
|
-
lastUpdated:
|
|
1481
|
+
lastUpdated: 1674853020000,
|
|
1474
1482
|
docs: "https://vueuse.org/core/useMediaControls/",
|
|
1475
1483
|
category: "Browser",
|
|
1476
1484
|
description: "reactive media controls for both `audio` and `video` elements"
|
|
@@ -1548,7 +1556,7 @@ var functions$1 = [
|
|
|
1548
1556
|
{
|
|
1549
1557
|
name: "useMouseInElement",
|
|
1550
1558
|
"package": "core",
|
|
1551
|
-
lastUpdated:
|
|
1559
|
+
lastUpdated: 1674954670000,
|
|
1552
1560
|
component: true,
|
|
1553
1561
|
docs: "https://vueuse.org/core/useMouseInElement/",
|
|
1554
1562
|
category: "Elements",
|
|
@@ -1698,7 +1706,7 @@ var functions$1 = [
|
|
|
1698
1706
|
{
|
|
1699
1707
|
name: "usePrecision",
|
|
1700
1708
|
"package": "math",
|
|
1701
|
-
lastUpdated:
|
|
1709
|
+
lastUpdated: 1674662786000,
|
|
1702
1710
|
docs: "https://vueuse.org/math/usePrecision/",
|
|
1703
1711
|
category: "@Math",
|
|
1704
1712
|
description: "reactively set the precision of a number"
|
|
@@ -1752,6 +1760,14 @@ var functions$1 = [
|
|
|
1752
1760
|
category: "Browser",
|
|
1753
1761
|
description: "reactive [prefers-reduced-motion](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion) media query"
|
|
1754
1762
|
},
|
|
1763
|
+
{
|
|
1764
|
+
name: "usePrevious",
|
|
1765
|
+
"package": "core",
|
|
1766
|
+
lastUpdated: 1674951743000,
|
|
1767
|
+
docs: "https://vueuse.org/core/usePrevious/",
|
|
1768
|
+
category: "Utilities",
|
|
1769
|
+
description: "holds the previous value of a ref"
|
|
1770
|
+
},
|
|
1755
1771
|
{
|
|
1756
1772
|
name: "useProjection",
|
|
1757
1773
|
"package": "math",
|
|
@@ -1776,7 +1792,7 @@ var functions$1 = [
|
|
|
1776
1792
|
{
|
|
1777
1793
|
name: "useRafFn",
|
|
1778
1794
|
"package": "core",
|
|
1779
|
-
lastUpdated:
|
|
1795
|
+
lastUpdated: 1674954620000,
|
|
1780
1796
|
docs: "https://vueuse.org/core/useRafFn/",
|
|
1781
1797
|
category: "Animation",
|
|
1782
1798
|
description: "call function on every `requestAnimationFrame`"
|
|
@@ -1829,7 +1845,7 @@ var functions$1 = [
|
|
|
1829
1845
|
{
|
|
1830
1846
|
name: "useRouteQuery",
|
|
1831
1847
|
"package": "router",
|
|
1832
|
-
lastUpdated:
|
|
1848
|
+
lastUpdated: 1674955241000,
|
|
1833
1849
|
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1834
1850
|
category: "@Router",
|
|
1835
1851
|
description: "shorthand for a reactive `route.query`"
|
|
@@ -1878,7 +1894,7 @@ var functions$1 = [
|
|
|
1878
1894
|
{
|
|
1879
1895
|
name: "useScroll",
|
|
1880
1896
|
"package": "core",
|
|
1881
|
-
lastUpdated:
|
|
1897
|
+
lastUpdated: 1676711938000,
|
|
1882
1898
|
directive: true,
|
|
1883
1899
|
docs: "https://vueuse.org/core/useScroll/",
|
|
1884
1900
|
category: "Sensors",
|
|
@@ -1887,7 +1903,7 @@ var functions$1 = [
|
|
|
1887
1903
|
{
|
|
1888
1904
|
name: "useScrollLock",
|
|
1889
1905
|
"package": "core",
|
|
1890
|
-
lastUpdated:
|
|
1906
|
+
lastUpdated: 1676713396000,
|
|
1891
1907
|
directive: true,
|
|
1892
1908
|
docs: "https://vueuse.org/core/useScrollLock/",
|
|
1893
1909
|
category: "Sensors",
|
|
@@ -1938,7 +1954,7 @@ var functions$1 = [
|
|
|
1938
1954
|
{
|
|
1939
1955
|
name: "useSpeechSynthesis",
|
|
1940
1956
|
"package": "core",
|
|
1941
|
-
lastUpdated:
|
|
1957
|
+
lastUpdated: 1676650547000,
|
|
1942
1958
|
docs: "https://vueuse.org/core/useSpeechSynthesis/",
|
|
1943
1959
|
category: "Sensors",
|
|
1944
1960
|
description: "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
|
|
@@ -1961,7 +1977,7 @@ var functions$1 = [
|
|
|
1961
1977
|
{
|
|
1962
1978
|
name: "useStorage",
|
|
1963
1979
|
"package": "core",
|
|
1964
|
-
lastUpdated:
|
|
1980
|
+
lastUpdated: 1676387907000,
|
|
1965
1981
|
docs: "https://vueuse.org/core/useStorage/",
|
|
1966
1982
|
category: "State",
|
|
1967
1983
|
description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
|
@@ -1976,7 +1992,7 @@ var functions$1 = [
|
|
|
1976
1992
|
{
|
|
1977
1993
|
name: "useStorageAsync",
|
|
1978
1994
|
"package": "core",
|
|
1979
|
-
lastUpdated:
|
|
1995
|
+
lastUpdated: 1676546331000,
|
|
1980
1996
|
docs: "https://vueuse.org/core/useStorageAsync/",
|
|
1981
1997
|
category: "State",
|
|
1982
1998
|
description: "reactive Storage in with async support",
|
|
@@ -2109,7 +2125,7 @@ var functions$1 = [
|
|
|
2109
2125
|
{
|
|
2110
2126
|
name: "useTimeoutFn",
|
|
2111
2127
|
"package": "shared",
|
|
2112
|
-
lastUpdated:
|
|
2128
|
+
lastUpdated: 1674954620000,
|
|
2113
2129
|
docs: "https://vueuse.org/shared/useTimeoutFn/",
|
|
2114
2130
|
category: "Animation",
|
|
2115
2131
|
description: "wrapper for `setTimeout` with controls"
|
|
@@ -2175,7 +2191,7 @@ var functions$1 = [
|
|
|
2175
2191
|
{
|
|
2176
2192
|
name: "useTransition",
|
|
2177
2193
|
"package": "core",
|
|
2178
|
-
lastUpdated:
|
|
2194
|
+
lastUpdated: 1674955241000,
|
|
2179
2195
|
docs: "https://vueuse.org/core/useTransition/",
|
|
2180
2196
|
category: "Animation",
|
|
2181
2197
|
description: "transition between values"
|
|
@@ -2220,12 +2236,11 @@ var functions$1 = [
|
|
|
2220
2236
|
{
|
|
2221
2237
|
name: "useVirtualList",
|
|
2222
2238
|
"package": "core",
|
|
2223
|
-
lastUpdated:
|
|
2239
|
+
lastUpdated: 1676174012000,
|
|
2224
2240
|
component: true,
|
|
2225
2241
|
docs: "https://vueuse.org/core/useVirtualList/",
|
|
2226
2242
|
category: "Component",
|
|
2227
|
-
description: "create virtual lists with ease"
|
|
2228
|
-
deprecated: true
|
|
2243
|
+
description: "create virtual lists with ease"
|
|
2229
2244
|
},
|
|
2230
2245
|
{
|
|
2231
2246
|
name: "useVModel",
|
|
@@ -2268,7 +2283,7 @@ var functions$1 = [
|
|
|
2268
2283
|
{
|
|
2269
2284
|
name: "useWebSocket",
|
|
2270
2285
|
"package": "core",
|
|
2271
|
-
lastUpdated:
|
|
2286
|
+
lastUpdated: 1674954839000,
|
|
2272
2287
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2273
2288
|
category: "Network",
|
|
2274
2289
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2307,11 +2322,10 @@ var functions$1 = [
|
|
|
2307
2322
|
{
|
|
2308
2323
|
name: "useWindowScroll",
|
|
2309
2324
|
"package": "core",
|
|
2310
|
-
lastUpdated:
|
|
2325
|
+
lastUpdated: 1676590806000,
|
|
2311
2326
|
docs: "https://vueuse.org/core/useWindowScroll/",
|
|
2312
2327
|
category: "Elements",
|
|
2313
|
-
description: "reactive window scroll"
|
|
2314
|
-
deprecated: true
|
|
2328
|
+
description: "reactive window scroll"
|
|
2315
2329
|
},
|
|
2316
2330
|
{
|
|
2317
2331
|
name: "useWindowSize",
|