@vueuse/metadata 9.2.0 → 9.3.1
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 +41 -35
- package/index.json +41 -33
- package/index.mjs +41 -33
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
3
|
var packages$1 = {
|
|
6
4
|
shared: {
|
|
7
5
|
name: "shared",
|
|
@@ -294,7 +292,7 @@ var functions$1 = [
|
|
|
294
292
|
{
|
|
295
293
|
name: "extendRef",
|
|
296
294
|
"package": "shared",
|
|
297
|
-
lastUpdated:
|
|
295
|
+
lastUpdated: 1662892188000,
|
|
298
296
|
docs: "https://vueuse.org/shared/extendRef/",
|
|
299
297
|
category: "Reactivity",
|
|
300
298
|
description: "add extra attributes to Ref"
|
|
@@ -302,7 +300,7 @@ var functions$1 = [
|
|
|
302
300
|
{
|
|
303
301
|
name: "from",
|
|
304
302
|
"package": "rxjs",
|
|
305
|
-
lastUpdated:
|
|
303
|
+
lastUpdated: 1665003343000,
|
|
306
304
|
docs: "https://vueuse.org/rxjs/from/",
|
|
307
305
|
category: "@RxJS",
|
|
308
306
|
description: "/ fromEvent"
|
|
@@ -379,7 +377,7 @@ var functions$1 = [
|
|
|
379
377
|
{
|
|
380
378
|
name: "onClickOutside",
|
|
381
379
|
"package": "core",
|
|
382
|
-
lastUpdated:
|
|
380
|
+
lastUpdated: 1663296141000,
|
|
383
381
|
component: true,
|
|
384
382
|
directive: true,
|
|
385
383
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -389,7 +387,7 @@ var functions$1 = [
|
|
|
389
387
|
{
|
|
390
388
|
name: "onKeyStroke",
|
|
391
389
|
"package": "core",
|
|
392
|
-
lastUpdated:
|
|
390
|
+
lastUpdated: 1663296067000,
|
|
393
391
|
directive: true,
|
|
394
392
|
docs: "https://vueuse.org/core/onKeyStroke/",
|
|
395
393
|
category: "Sensors",
|
|
@@ -511,7 +509,7 @@ var functions$1 = [
|
|
|
511
509
|
{
|
|
512
510
|
name: "refWithControl",
|
|
513
511
|
"package": "shared",
|
|
514
|
-
lastUpdated:
|
|
512
|
+
lastUpdated: 1662892188000,
|
|
515
513
|
docs: "https://vueuse.org/shared/refWithControl/",
|
|
516
514
|
category: "Reactivity",
|
|
517
515
|
description: "fine-grained controls over ref and its reactivity",
|
|
@@ -577,7 +575,7 @@ var functions$1 = [
|
|
|
577
575
|
{
|
|
578
576
|
name: "templateRef",
|
|
579
577
|
"package": "core",
|
|
580
|
-
lastUpdated:
|
|
578
|
+
lastUpdated: 1663295825000,
|
|
581
579
|
docs: "https://vueuse.org/core/templateRef/",
|
|
582
580
|
category: "Component",
|
|
583
581
|
description: "shorthand for binding ref to template element"
|
|
@@ -657,7 +655,7 @@ var functions$1 = [
|
|
|
657
655
|
{
|
|
658
656
|
name: "until",
|
|
659
657
|
"package": "shared",
|
|
660
|
-
lastUpdated:
|
|
658
|
+
lastUpdated: 1664157004000,
|
|
661
659
|
docs: "https://vueuse.org/shared/until/",
|
|
662
660
|
category: "Watch",
|
|
663
661
|
description: "promised one-time watch for changes"
|
|
@@ -749,7 +747,7 @@ var functions$1 = [
|
|
|
749
747
|
lastUpdated: 1639818708000,
|
|
750
748
|
docs: "https://vueuse.org/core/useAsyncQueue/",
|
|
751
749
|
category: "Utilities",
|
|
752
|
-
description: "executes each asynchronous task sequentially and
|
|
750
|
+
description: "executes each asynchronous task sequentially and passes the current task result to the next task"
|
|
753
751
|
},
|
|
754
752
|
{
|
|
755
753
|
name: "useAsyncState",
|
|
@@ -789,7 +787,7 @@ var functions$1 = [
|
|
|
789
787
|
{
|
|
790
788
|
name: "useAxios",
|
|
791
789
|
"package": "integrations",
|
|
792
|
-
lastUpdated:
|
|
790
|
+
lastUpdated: 1665960682000,
|
|
793
791
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
794
792
|
category: "@Integrations",
|
|
795
793
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -815,7 +813,7 @@ var functions$1 = [
|
|
|
815
813
|
{
|
|
816
814
|
name: "useBluetooth",
|
|
817
815
|
"package": "core",
|
|
818
|
-
lastUpdated:
|
|
816
|
+
lastUpdated: 1665965343000,
|
|
819
817
|
docs: "https://vueuse.org/core/useBluetooth/",
|
|
820
818
|
category: "Browser",
|
|
821
819
|
description: "reactive [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API)"
|
|
@@ -897,7 +895,7 @@ var functions$1 = [
|
|
|
897
895
|
{
|
|
898
896
|
name: "useColorMode",
|
|
899
897
|
"package": "core",
|
|
900
|
-
lastUpdated:
|
|
898
|
+
lastUpdated: 1662892188000,
|
|
901
899
|
component: true,
|
|
902
900
|
docs: "https://vueuse.org/core/useColorMode/",
|
|
903
901
|
category: "Browser",
|
|
@@ -960,7 +958,7 @@ var functions$1 = [
|
|
|
960
958
|
{
|
|
961
959
|
name: "useDark",
|
|
962
960
|
"package": "core",
|
|
963
|
-
lastUpdated:
|
|
961
|
+
lastUpdated: 1662892188000,
|
|
964
962
|
component: true,
|
|
965
963
|
docs: "https://vueuse.org/core/useDark/",
|
|
966
964
|
category: "Browser",
|
|
@@ -974,7 +972,7 @@ var functions$1 = [
|
|
|
974
972
|
{
|
|
975
973
|
name: "useDateFormat",
|
|
976
974
|
"package": "shared",
|
|
977
|
-
lastUpdated:
|
|
975
|
+
lastUpdated: 1664216752000,
|
|
978
976
|
docs: "https://vueuse.org/shared/useDateFormat/",
|
|
979
977
|
category: "Time",
|
|
980
978
|
description: "get the formatted date according to the string of tokens passed in"
|
|
@@ -1032,11 +1030,11 @@ var functions$1 = [
|
|
|
1032
1030
|
{
|
|
1033
1031
|
name: "useDevicesList",
|
|
1034
1032
|
"package": "core",
|
|
1035
|
-
lastUpdated:
|
|
1033
|
+
lastUpdated: 1662892188000,
|
|
1036
1034
|
component: true,
|
|
1037
1035
|
docs: "https://vueuse.org/core/useDevicesList/",
|
|
1038
1036
|
category: "Sensors",
|
|
1039
|
-
description: "reactive [enumerateDevices](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/enumerateDevices) listing
|
|
1037
|
+
description: "reactive [enumerateDevices](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/enumerateDevices) listing available input/output devices",
|
|
1040
1038
|
related: [
|
|
1041
1039
|
"useUserMedia"
|
|
1042
1040
|
]
|
|
@@ -1191,7 +1189,7 @@ var functions$1 = [
|
|
|
1191
1189
|
{
|
|
1192
1190
|
name: "useFetch",
|
|
1193
1191
|
"package": "core",
|
|
1194
|
-
lastUpdated:
|
|
1192
|
+
lastUpdated: 1665014132000,
|
|
1195
1193
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1196
1194
|
category: "Network",
|
|
1197
1195
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1215,7 +1213,7 @@ var functions$1 = [
|
|
|
1215
1213
|
{
|
|
1216
1214
|
name: "useFirestore",
|
|
1217
1215
|
"package": "firebase",
|
|
1218
|
-
lastUpdated:
|
|
1216
|
+
lastUpdated: 1665959947000,
|
|
1219
1217
|
docs: "https://vueuse.org/firebase/useFirestore/",
|
|
1220
1218
|
category: "@Firebase",
|
|
1221
1219
|
description: "reactive [Firestore](https://firebase.google.com/docs/firestore) binding",
|
|
@@ -1344,7 +1342,7 @@ var functions$1 = [
|
|
|
1344
1342
|
{
|
|
1345
1343
|
name: "useInterval",
|
|
1346
1344
|
"package": "shared",
|
|
1347
|
-
lastUpdated:
|
|
1345
|
+
lastUpdated: 1664157082000,
|
|
1348
1346
|
docs: "https://vueuse.org/shared/useInterval/",
|
|
1349
1347
|
category: "Animation",
|
|
1350
1348
|
description: "reactive counter increases on every interval"
|
|
@@ -1463,7 +1461,7 @@ var functions$1 = [
|
|
|
1463
1461
|
{
|
|
1464
1462
|
name: "useMediaQuery",
|
|
1465
1463
|
"package": "core",
|
|
1466
|
-
lastUpdated:
|
|
1464
|
+
lastUpdated: 1662574748000,
|
|
1467
1465
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1468
1466
|
category: "Browser",
|
|
1469
1467
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1559,7 +1557,7 @@ var functions$1 = [
|
|
|
1559
1557
|
{
|
|
1560
1558
|
name: "useNavigatorLanguage",
|
|
1561
1559
|
"package": "core",
|
|
1562
|
-
lastUpdated:
|
|
1560
|
+
lastUpdated: 1662892188000,
|
|
1563
1561
|
docs: "https://vueuse.org/core/useNavigatorLanguage/",
|
|
1564
1562
|
category: "Sensors",
|
|
1565
1563
|
description: "reactive [navigator.language](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/language)"
|
|
@@ -1854,7 +1852,7 @@ var functions$1 = [
|
|
|
1854
1852
|
{
|
|
1855
1853
|
name: "useScroll",
|
|
1856
1854
|
"package": "core",
|
|
1857
|
-
lastUpdated:
|
|
1855
|
+
lastUpdated: 1664156364000,
|
|
1858
1856
|
directive: true,
|
|
1859
1857
|
docs: "https://vueuse.org/core/useScroll/",
|
|
1860
1858
|
category: "Sensors",
|
|
@@ -1888,6 +1886,14 @@ var functions$1 = [
|
|
|
1888
1886
|
category: "Browser",
|
|
1889
1887
|
description: "reactive [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share)"
|
|
1890
1888
|
},
|
|
1889
|
+
{
|
|
1890
|
+
name: "useSorted",
|
|
1891
|
+
"package": "core",
|
|
1892
|
+
lastUpdated: 1665961123000,
|
|
1893
|
+
docs: "https://vueuse.org/core/useSorted/",
|
|
1894
|
+
category: "Array",
|
|
1895
|
+
description: "reactive sort array"
|
|
1896
|
+
},
|
|
1891
1897
|
{
|
|
1892
1898
|
name: "useSound",
|
|
1893
1899
|
"package": "sound",
|
|
@@ -1898,7 +1904,7 @@ var functions$1 = [
|
|
|
1898
1904
|
{
|
|
1899
1905
|
name: "useSpeechRecognition",
|
|
1900
1906
|
"package": "core",
|
|
1901
|
-
lastUpdated:
|
|
1907
|
+
lastUpdated: 1662892188000,
|
|
1902
1908
|
docs: "https://vueuse.org/core/useSpeechRecognition/",
|
|
1903
1909
|
category: "Sensors",
|
|
1904
1910
|
description: "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
|
|
@@ -1929,7 +1935,7 @@ var functions$1 = [
|
|
|
1929
1935
|
{
|
|
1930
1936
|
name: "useStorage",
|
|
1931
1937
|
"package": "core",
|
|
1932
|
-
lastUpdated:
|
|
1938
|
+
lastUpdated: 1665959716000,
|
|
1933
1939
|
docs: "https://vueuse.org/core/useStorage/",
|
|
1934
1940
|
category: "State",
|
|
1935
1941
|
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)",
|
|
@@ -2060,7 +2066,7 @@ var functions$1 = [
|
|
|
2060
2066
|
{
|
|
2061
2067
|
name: "useTimeAgo",
|
|
2062
2068
|
"package": "core",
|
|
2063
|
-
lastUpdated:
|
|
2069
|
+
lastUpdated: 1664156942000,
|
|
2064
2070
|
component: true,
|
|
2065
2071
|
docs: "https://vueuse.org/core/useTimeAgo/",
|
|
2066
2072
|
category: "Time",
|
|
@@ -2069,7 +2075,7 @@ var functions$1 = [
|
|
|
2069
2075
|
{
|
|
2070
2076
|
name: "useTimeout",
|
|
2071
2077
|
"package": "shared",
|
|
2072
|
-
lastUpdated:
|
|
2078
|
+
lastUpdated: 1664157082000,
|
|
2073
2079
|
docs: "https://vueuse.org/shared/useTimeout/",
|
|
2074
2080
|
category: "Animation",
|
|
2075
2081
|
description: "update value after a given time with controls"
|
|
@@ -2093,7 +2099,7 @@ var functions$1 = [
|
|
|
2093
2099
|
{
|
|
2094
2100
|
name: "useTimestamp",
|
|
2095
2101
|
"package": "core",
|
|
2096
|
-
lastUpdated:
|
|
2102
|
+
lastUpdated: 1664157082000,
|
|
2097
2103
|
component: true,
|
|
2098
2104
|
docs: "https://vueuse.org/core/useTimestamp/",
|
|
2099
2105
|
category: "Animation",
|
|
@@ -2102,7 +2108,7 @@ var functions$1 = [
|
|
|
2102
2108
|
{
|
|
2103
2109
|
name: "useTitle",
|
|
2104
2110
|
"package": "core",
|
|
2105
|
-
lastUpdated:
|
|
2111
|
+
lastUpdated: 1665963788000,
|
|
2106
2112
|
docs: "https://vueuse.org/core/useTitle/",
|
|
2107
2113
|
category: "Browser",
|
|
2108
2114
|
description: "reactive document title"
|
|
@@ -2235,7 +2241,7 @@ var functions$1 = [
|
|
|
2235
2241
|
{
|
|
2236
2242
|
name: "useWebSocket",
|
|
2237
2243
|
"package": "core",
|
|
2238
|
-
lastUpdated:
|
|
2244
|
+
lastUpdated: 1664132672000,
|
|
2239
2245
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2240
2246
|
category: "Network",
|
|
2241
2247
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2321,7 +2327,7 @@ var functions$1 = [
|
|
|
2321
2327
|
{
|
|
2322
2328
|
name: "watchAtMost",
|
|
2323
2329
|
"package": "shared",
|
|
2324
|
-
lastUpdated:
|
|
2330
|
+
lastUpdated: 1662892188000,
|
|
2325
2331
|
docs: "https://vueuse.org/shared/watchAtMost/",
|
|
2326
2332
|
category: "Watch",
|
|
2327
2333
|
description: "`watch` with the number of times triggered"
|
|
@@ -2329,7 +2335,7 @@ var functions$1 = [
|
|
|
2329
2335
|
{
|
|
2330
2336
|
name: "watchDebounced",
|
|
2331
2337
|
"package": "shared",
|
|
2332
|
-
lastUpdated:
|
|
2338
|
+
lastUpdated: 1662892188000,
|
|
2333
2339
|
docs: "https://vueuse.org/shared/watchDebounced/",
|
|
2334
2340
|
category: "Watch",
|
|
2335
2341
|
description: "debounced watch",
|
|
@@ -2351,7 +2357,7 @@ var functions$1 = [
|
|
|
2351
2357
|
{
|
|
2352
2358
|
name: "watchOnce",
|
|
2353
2359
|
"package": "shared",
|
|
2354
|
-
lastUpdated:
|
|
2360
|
+
lastUpdated: 1662892188000,
|
|
2355
2361
|
docs: "https://vueuse.org/shared/watchOnce/",
|
|
2356
2362
|
category: "Watch",
|
|
2357
2363
|
description: "`watch` that only triggers once"
|
|
@@ -2359,7 +2365,7 @@ var functions$1 = [
|
|
|
2359
2365
|
{
|
|
2360
2366
|
name: "watchPausable",
|
|
2361
2367
|
"package": "shared",
|
|
2362
|
-
lastUpdated:
|
|
2368
|
+
lastUpdated: 1662892188000,
|
|
2363
2369
|
docs: "https://vueuse.org/shared/watchPausable/",
|
|
2364
2370
|
category: "Watch",
|
|
2365
2371
|
description: "pausable watch",
|
|
@@ -2389,7 +2395,7 @@ var functions$1 = [
|
|
|
2389
2395
|
{
|
|
2390
2396
|
name: "watchWithFilter",
|
|
2391
2397
|
"package": "shared",
|
|
2392
|
-
lastUpdated:
|
|
2398
|
+
lastUpdated: 1662892188000,
|
|
2393
2399
|
docs: "https://vueuse.org/shared/watchWithFilter/",
|
|
2394
2400
|
category: "Watch",
|
|
2395
2401
|
description: "`watch` with additional EventFilter control"
|
package/index.json
CHANGED
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
{
|
|
292
292
|
"name": "extendRef",
|
|
293
293
|
"package": "shared",
|
|
294
|
-
"lastUpdated":
|
|
294
|
+
"lastUpdated": 1662892188000,
|
|
295
295
|
"docs": "https://vueuse.org/shared/extendRef/",
|
|
296
296
|
"category": "Reactivity",
|
|
297
297
|
"description": "add extra attributes to Ref"
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
{
|
|
300
300
|
"name": "from",
|
|
301
301
|
"package": "rxjs",
|
|
302
|
-
"lastUpdated":
|
|
302
|
+
"lastUpdated": 1665003343000,
|
|
303
303
|
"docs": "https://vueuse.org/rxjs/from/",
|
|
304
304
|
"category": "@RxJS",
|
|
305
305
|
"description": "/ fromEvent"
|
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
{
|
|
377
377
|
"name": "onClickOutside",
|
|
378
378
|
"package": "core",
|
|
379
|
-
"lastUpdated":
|
|
379
|
+
"lastUpdated": 1663296141000,
|
|
380
380
|
"component": true,
|
|
381
381
|
"directive": true,
|
|
382
382
|
"docs": "https://vueuse.org/core/onClickOutside/",
|
|
@@ -386,7 +386,7 @@
|
|
|
386
386
|
{
|
|
387
387
|
"name": "onKeyStroke",
|
|
388
388
|
"package": "core",
|
|
389
|
-
"lastUpdated":
|
|
389
|
+
"lastUpdated": 1663296067000,
|
|
390
390
|
"directive": true,
|
|
391
391
|
"docs": "https://vueuse.org/core/onKeyStroke/",
|
|
392
392
|
"category": "Sensors",
|
|
@@ -508,7 +508,7 @@
|
|
|
508
508
|
{
|
|
509
509
|
"name": "refWithControl",
|
|
510
510
|
"package": "shared",
|
|
511
|
-
"lastUpdated":
|
|
511
|
+
"lastUpdated": 1662892188000,
|
|
512
512
|
"docs": "https://vueuse.org/shared/refWithControl/",
|
|
513
513
|
"category": "Reactivity",
|
|
514
514
|
"description": "fine-grained controls over ref and its reactivity",
|
|
@@ -574,7 +574,7 @@
|
|
|
574
574
|
{
|
|
575
575
|
"name": "templateRef",
|
|
576
576
|
"package": "core",
|
|
577
|
-
"lastUpdated":
|
|
577
|
+
"lastUpdated": 1663295825000,
|
|
578
578
|
"docs": "https://vueuse.org/core/templateRef/",
|
|
579
579
|
"category": "Component",
|
|
580
580
|
"description": "shorthand for binding ref to template element"
|
|
@@ -654,7 +654,7 @@
|
|
|
654
654
|
{
|
|
655
655
|
"name": "until",
|
|
656
656
|
"package": "shared",
|
|
657
|
-
"lastUpdated":
|
|
657
|
+
"lastUpdated": 1664157004000,
|
|
658
658
|
"docs": "https://vueuse.org/shared/until/",
|
|
659
659
|
"category": "Watch",
|
|
660
660
|
"description": "promised one-time watch for changes"
|
|
@@ -746,7 +746,7 @@
|
|
|
746
746
|
"lastUpdated": 1639818708000,
|
|
747
747
|
"docs": "https://vueuse.org/core/useAsyncQueue/",
|
|
748
748
|
"category": "Utilities",
|
|
749
|
-
"description": "executes each asynchronous task sequentially and
|
|
749
|
+
"description": "executes each asynchronous task sequentially and passes the current task result to the next task"
|
|
750
750
|
},
|
|
751
751
|
{
|
|
752
752
|
"name": "useAsyncState",
|
|
@@ -786,7 +786,7 @@
|
|
|
786
786
|
{
|
|
787
787
|
"name": "useAxios",
|
|
788
788
|
"package": "integrations",
|
|
789
|
-
"lastUpdated":
|
|
789
|
+
"lastUpdated": 1665960682000,
|
|
790
790
|
"docs": "https://vueuse.org/integrations/useAxios/",
|
|
791
791
|
"category": "@Integrations",
|
|
792
792
|
"description": "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -812,7 +812,7 @@
|
|
|
812
812
|
{
|
|
813
813
|
"name": "useBluetooth",
|
|
814
814
|
"package": "core",
|
|
815
|
-
"lastUpdated":
|
|
815
|
+
"lastUpdated": 1665965343000,
|
|
816
816
|
"docs": "https://vueuse.org/core/useBluetooth/",
|
|
817
817
|
"category": "Browser",
|
|
818
818
|
"description": "reactive [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API)"
|
|
@@ -894,7 +894,7 @@
|
|
|
894
894
|
{
|
|
895
895
|
"name": "useColorMode",
|
|
896
896
|
"package": "core",
|
|
897
|
-
"lastUpdated":
|
|
897
|
+
"lastUpdated": 1662892188000,
|
|
898
898
|
"component": true,
|
|
899
899
|
"docs": "https://vueuse.org/core/useColorMode/",
|
|
900
900
|
"category": "Browser",
|
|
@@ -957,7 +957,7 @@
|
|
|
957
957
|
{
|
|
958
958
|
"name": "useDark",
|
|
959
959
|
"package": "core",
|
|
960
|
-
"lastUpdated":
|
|
960
|
+
"lastUpdated": 1662892188000,
|
|
961
961
|
"component": true,
|
|
962
962
|
"docs": "https://vueuse.org/core/useDark/",
|
|
963
963
|
"category": "Browser",
|
|
@@ -971,7 +971,7 @@
|
|
|
971
971
|
{
|
|
972
972
|
"name": "useDateFormat",
|
|
973
973
|
"package": "shared",
|
|
974
|
-
"lastUpdated":
|
|
974
|
+
"lastUpdated": 1664216752000,
|
|
975
975
|
"docs": "https://vueuse.org/shared/useDateFormat/",
|
|
976
976
|
"category": "Time",
|
|
977
977
|
"description": "get the formatted date according to the string of tokens passed in"
|
|
@@ -1029,11 +1029,11 @@
|
|
|
1029
1029
|
{
|
|
1030
1030
|
"name": "useDevicesList",
|
|
1031
1031
|
"package": "core",
|
|
1032
|
-
"lastUpdated":
|
|
1032
|
+
"lastUpdated": 1662892188000,
|
|
1033
1033
|
"component": true,
|
|
1034
1034
|
"docs": "https://vueuse.org/core/useDevicesList/",
|
|
1035
1035
|
"category": "Sensors",
|
|
1036
|
-
"description": "reactive [enumerateDevices](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/enumerateDevices) listing
|
|
1036
|
+
"description": "reactive [enumerateDevices](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/enumerateDevices) listing available input/output devices",
|
|
1037
1037
|
"related": [
|
|
1038
1038
|
"useUserMedia"
|
|
1039
1039
|
]
|
|
@@ -1188,7 +1188,7 @@
|
|
|
1188
1188
|
{
|
|
1189
1189
|
"name": "useFetch",
|
|
1190
1190
|
"package": "core",
|
|
1191
|
-
"lastUpdated":
|
|
1191
|
+
"lastUpdated": 1665014132000,
|
|
1192
1192
|
"docs": "https://vueuse.org/core/useFetch/",
|
|
1193
1193
|
"category": "Network",
|
|
1194
1194
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1212,7 +1212,7 @@
|
|
|
1212
1212
|
{
|
|
1213
1213
|
"name": "useFirestore",
|
|
1214
1214
|
"package": "firebase",
|
|
1215
|
-
"lastUpdated":
|
|
1215
|
+
"lastUpdated": 1665959947000,
|
|
1216
1216
|
"docs": "https://vueuse.org/firebase/useFirestore/",
|
|
1217
1217
|
"category": "@Firebase",
|
|
1218
1218
|
"description": "reactive [Firestore](https://firebase.google.com/docs/firestore) binding",
|
|
@@ -1341,7 +1341,7 @@
|
|
|
1341
1341
|
{
|
|
1342
1342
|
"name": "useInterval",
|
|
1343
1343
|
"package": "shared",
|
|
1344
|
-
"lastUpdated":
|
|
1344
|
+
"lastUpdated": 1664157082000,
|
|
1345
1345
|
"docs": "https://vueuse.org/shared/useInterval/",
|
|
1346
1346
|
"category": "Animation",
|
|
1347
1347
|
"description": "reactive counter increases on every interval"
|
|
@@ -1460,7 +1460,7 @@
|
|
|
1460
1460
|
{
|
|
1461
1461
|
"name": "useMediaQuery",
|
|
1462
1462
|
"package": "core",
|
|
1463
|
-
"lastUpdated":
|
|
1463
|
+
"lastUpdated": 1662574748000,
|
|
1464
1464
|
"docs": "https://vueuse.org/core/useMediaQuery/",
|
|
1465
1465
|
"category": "Browser",
|
|
1466
1466
|
"description": "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1556,7 +1556,7 @@
|
|
|
1556
1556
|
{
|
|
1557
1557
|
"name": "useNavigatorLanguage",
|
|
1558
1558
|
"package": "core",
|
|
1559
|
-
"lastUpdated":
|
|
1559
|
+
"lastUpdated": 1662892188000,
|
|
1560
1560
|
"docs": "https://vueuse.org/core/useNavigatorLanguage/",
|
|
1561
1561
|
"category": "Sensors",
|
|
1562
1562
|
"description": "reactive [navigator.language](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/language)"
|
|
@@ -1851,7 +1851,7 @@
|
|
|
1851
1851
|
{
|
|
1852
1852
|
"name": "useScroll",
|
|
1853
1853
|
"package": "core",
|
|
1854
|
-
"lastUpdated":
|
|
1854
|
+
"lastUpdated": 1664156364000,
|
|
1855
1855
|
"directive": true,
|
|
1856
1856
|
"docs": "https://vueuse.org/core/useScroll/",
|
|
1857
1857
|
"category": "Sensors",
|
|
@@ -1885,6 +1885,14 @@
|
|
|
1885
1885
|
"category": "Browser",
|
|
1886
1886
|
"description": "reactive [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share)"
|
|
1887
1887
|
},
|
|
1888
|
+
{
|
|
1889
|
+
"name": "useSorted",
|
|
1890
|
+
"package": "core",
|
|
1891
|
+
"lastUpdated": 1665961123000,
|
|
1892
|
+
"docs": "https://vueuse.org/core/useSorted/",
|
|
1893
|
+
"category": "Array",
|
|
1894
|
+
"description": "reactive sort array"
|
|
1895
|
+
},
|
|
1888
1896
|
{
|
|
1889
1897
|
"name": "useSound",
|
|
1890
1898
|
"package": "sound",
|
|
@@ -1895,7 +1903,7 @@
|
|
|
1895
1903
|
{
|
|
1896
1904
|
"name": "useSpeechRecognition",
|
|
1897
1905
|
"package": "core",
|
|
1898
|
-
"lastUpdated":
|
|
1906
|
+
"lastUpdated": 1662892188000,
|
|
1899
1907
|
"docs": "https://vueuse.org/core/useSpeechRecognition/",
|
|
1900
1908
|
"category": "Sensors",
|
|
1901
1909
|
"description": "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
|
|
@@ -1926,7 +1934,7 @@
|
|
|
1926
1934
|
{
|
|
1927
1935
|
"name": "useStorage",
|
|
1928
1936
|
"package": "core",
|
|
1929
|
-
"lastUpdated":
|
|
1937
|
+
"lastUpdated": 1665959716000,
|
|
1930
1938
|
"docs": "https://vueuse.org/core/useStorage/",
|
|
1931
1939
|
"category": "State",
|
|
1932
1940
|
"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)",
|
|
@@ -2057,7 +2065,7 @@
|
|
|
2057
2065
|
{
|
|
2058
2066
|
"name": "useTimeAgo",
|
|
2059
2067
|
"package": "core",
|
|
2060
|
-
"lastUpdated":
|
|
2068
|
+
"lastUpdated": 1664156942000,
|
|
2061
2069
|
"component": true,
|
|
2062
2070
|
"docs": "https://vueuse.org/core/useTimeAgo/",
|
|
2063
2071
|
"category": "Time",
|
|
@@ -2066,7 +2074,7 @@
|
|
|
2066
2074
|
{
|
|
2067
2075
|
"name": "useTimeout",
|
|
2068
2076
|
"package": "shared",
|
|
2069
|
-
"lastUpdated":
|
|
2077
|
+
"lastUpdated": 1664157082000,
|
|
2070
2078
|
"docs": "https://vueuse.org/shared/useTimeout/",
|
|
2071
2079
|
"category": "Animation",
|
|
2072
2080
|
"description": "update value after a given time with controls"
|
|
@@ -2090,7 +2098,7 @@
|
|
|
2090
2098
|
{
|
|
2091
2099
|
"name": "useTimestamp",
|
|
2092
2100
|
"package": "core",
|
|
2093
|
-
"lastUpdated":
|
|
2101
|
+
"lastUpdated": 1664157082000,
|
|
2094
2102
|
"component": true,
|
|
2095
2103
|
"docs": "https://vueuse.org/core/useTimestamp/",
|
|
2096
2104
|
"category": "Animation",
|
|
@@ -2099,7 +2107,7 @@
|
|
|
2099
2107
|
{
|
|
2100
2108
|
"name": "useTitle",
|
|
2101
2109
|
"package": "core",
|
|
2102
|
-
"lastUpdated":
|
|
2110
|
+
"lastUpdated": 1665963788000,
|
|
2103
2111
|
"docs": "https://vueuse.org/core/useTitle/",
|
|
2104
2112
|
"category": "Browser",
|
|
2105
2113
|
"description": "reactive document title"
|
|
@@ -2232,7 +2240,7 @@
|
|
|
2232
2240
|
{
|
|
2233
2241
|
"name": "useWebSocket",
|
|
2234
2242
|
"package": "core",
|
|
2235
|
-
"lastUpdated":
|
|
2243
|
+
"lastUpdated": 1664132672000,
|
|
2236
2244
|
"docs": "https://vueuse.org/core/useWebSocket/",
|
|
2237
2245
|
"category": "Network",
|
|
2238
2246
|
"description": "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2318,7 +2326,7 @@
|
|
|
2318
2326
|
{
|
|
2319
2327
|
"name": "watchAtMost",
|
|
2320
2328
|
"package": "shared",
|
|
2321
|
-
"lastUpdated":
|
|
2329
|
+
"lastUpdated": 1662892188000,
|
|
2322
2330
|
"docs": "https://vueuse.org/shared/watchAtMost/",
|
|
2323
2331
|
"category": "Watch",
|
|
2324
2332
|
"description": "`watch` with the number of times triggered"
|
|
@@ -2326,7 +2334,7 @@
|
|
|
2326
2334
|
{
|
|
2327
2335
|
"name": "watchDebounced",
|
|
2328
2336
|
"package": "shared",
|
|
2329
|
-
"lastUpdated":
|
|
2337
|
+
"lastUpdated": 1662892188000,
|
|
2330
2338
|
"docs": "https://vueuse.org/shared/watchDebounced/",
|
|
2331
2339
|
"category": "Watch",
|
|
2332
2340
|
"description": "debounced watch",
|
|
@@ -2348,7 +2356,7 @@
|
|
|
2348
2356
|
{
|
|
2349
2357
|
"name": "watchOnce",
|
|
2350
2358
|
"package": "shared",
|
|
2351
|
-
"lastUpdated":
|
|
2359
|
+
"lastUpdated": 1662892188000,
|
|
2352
2360
|
"docs": "https://vueuse.org/shared/watchOnce/",
|
|
2353
2361
|
"category": "Watch",
|
|
2354
2362
|
"description": "`watch` that only triggers once"
|
|
@@ -2356,7 +2364,7 @@
|
|
|
2356
2364
|
{
|
|
2357
2365
|
"name": "watchPausable",
|
|
2358
2366
|
"package": "shared",
|
|
2359
|
-
"lastUpdated":
|
|
2367
|
+
"lastUpdated": 1662892188000,
|
|
2360
2368
|
"docs": "https://vueuse.org/shared/watchPausable/",
|
|
2361
2369
|
"category": "Watch",
|
|
2362
2370
|
"description": "pausable watch",
|
|
@@ -2386,7 +2394,7 @@
|
|
|
2386
2394
|
{
|
|
2387
2395
|
"name": "watchWithFilter",
|
|
2388
2396
|
"package": "shared",
|
|
2389
|
-
"lastUpdated":
|
|
2397
|
+
"lastUpdated": 1662892188000,
|
|
2390
2398
|
"docs": "https://vueuse.org/shared/watchWithFilter/",
|
|
2391
2399
|
"category": "Watch",
|
|
2392
2400
|
"description": "`watch` with additional EventFilter control"
|
package/index.mjs
CHANGED
|
@@ -290,7 +290,7 @@ var functions$1 = [
|
|
|
290
290
|
{
|
|
291
291
|
name: "extendRef",
|
|
292
292
|
"package": "shared",
|
|
293
|
-
lastUpdated:
|
|
293
|
+
lastUpdated: 1662892188000,
|
|
294
294
|
docs: "https://vueuse.org/shared/extendRef/",
|
|
295
295
|
category: "Reactivity",
|
|
296
296
|
description: "add extra attributes to Ref"
|
|
@@ -298,7 +298,7 @@ var functions$1 = [
|
|
|
298
298
|
{
|
|
299
299
|
name: "from",
|
|
300
300
|
"package": "rxjs",
|
|
301
|
-
lastUpdated:
|
|
301
|
+
lastUpdated: 1665003343000,
|
|
302
302
|
docs: "https://vueuse.org/rxjs/from/",
|
|
303
303
|
category: "@RxJS",
|
|
304
304
|
description: "/ fromEvent"
|
|
@@ -375,7 +375,7 @@ var functions$1 = [
|
|
|
375
375
|
{
|
|
376
376
|
name: "onClickOutside",
|
|
377
377
|
"package": "core",
|
|
378
|
-
lastUpdated:
|
|
378
|
+
lastUpdated: 1663296141000,
|
|
379
379
|
component: true,
|
|
380
380
|
directive: true,
|
|
381
381
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -385,7 +385,7 @@ var functions$1 = [
|
|
|
385
385
|
{
|
|
386
386
|
name: "onKeyStroke",
|
|
387
387
|
"package": "core",
|
|
388
|
-
lastUpdated:
|
|
388
|
+
lastUpdated: 1663296067000,
|
|
389
389
|
directive: true,
|
|
390
390
|
docs: "https://vueuse.org/core/onKeyStroke/",
|
|
391
391
|
category: "Sensors",
|
|
@@ -507,7 +507,7 @@ var functions$1 = [
|
|
|
507
507
|
{
|
|
508
508
|
name: "refWithControl",
|
|
509
509
|
"package": "shared",
|
|
510
|
-
lastUpdated:
|
|
510
|
+
lastUpdated: 1662892188000,
|
|
511
511
|
docs: "https://vueuse.org/shared/refWithControl/",
|
|
512
512
|
category: "Reactivity",
|
|
513
513
|
description: "fine-grained controls over ref and its reactivity",
|
|
@@ -573,7 +573,7 @@ var functions$1 = [
|
|
|
573
573
|
{
|
|
574
574
|
name: "templateRef",
|
|
575
575
|
"package": "core",
|
|
576
|
-
lastUpdated:
|
|
576
|
+
lastUpdated: 1663295825000,
|
|
577
577
|
docs: "https://vueuse.org/core/templateRef/",
|
|
578
578
|
category: "Component",
|
|
579
579
|
description: "shorthand for binding ref to template element"
|
|
@@ -653,7 +653,7 @@ var functions$1 = [
|
|
|
653
653
|
{
|
|
654
654
|
name: "until",
|
|
655
655
|
"package": "shared",
|
|
656
|
-
lastUpdated:
|
|
656
|
+
lastUpdated: 1664157004000,
|
|
657
657
|
docs: "https://vueuse.org/shared/until/",
|
|
658
658
|
category: "Watch",
|
|
659
659
|
description: "promised one-time watch for changes"
|
|
@@ -745,7 +745,7 @@ var functions$1 = [
|
|
|
745
745
|
lastUpdated: 1639818708000,
|
|
746
746
|
docs: "https://vueuse.org/core/useAsyncQueue/",
|
|
747
747
|
category: "Utilities",
|
|
748
|
-
description: "executes each asynchronous task sequentially and
|
|
748
|
+
description: "executes each asynchronous task sequentially and passes the current task result to the next task"
|
|
749
749
|
},
|
|
750
750
|
{
|
|
751
751
|
name: "useAsyncState",
|
|
@@ -785,7 +785,7 @@ var functions$1 = [
|
|
|
785
785
|
{
|
|
786
786
|
name: "useAxios",
|
|
787
787
|
"package": "integrations",
|
|
788
|
-
lastUpdated:
|
|
788
|
+
lastUpdated: 1665960682000,
|
|
789
789
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
790
790
|
category: "@Integrations",
|
|
791
791
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -811,7 +811,7 @@ var functions$1 = [
|
|
|
811
811
|
{
|
|
812
812
|
name: "useBluetooth",
|
|
813
813
|
"package": "core",
|
|
814
|
-
lastUpdated:
|
|
814
|
+
lastUpdated: 1665965343000,
|
|
815
815
|
docs: "https://vueuse.org/core/useBluetooth/",
|
|
816
816
|
category: "Browser",
|
|
817
817
|
description: "reactive [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API)"
|
|
@@ -893,7 +893,7 @@ var functions$1 = [
|
|
|
893
893
|
{
|
|
894
894
|
name: "useColorMode",
|
|
895
895
|
"package": "core",
|
|
896
|
-
lastUpdated:
|
|
896
|
+
lastUpdated: 1662892188000,
|
|
897
897
|
component: true,
|
|
898
898
|
docs: "https://vueuse.org/core/useColorMode/",
|
|
899
899
|
category: "Browser",
|
|
@@ -956,7 +956,7 @@ var functions$1 = [
|
|
|
956
956
|
{
|
|
957
957
|
name: "useDark",
|
|
958
958
|
"package": "core",
|
|
959
|
-
lastUpdated:
|
|
959
|
+
lastUpdated: 1662892188000,
|
|
960
960
|
component: true,
|
|
961
961
|
docs: "https://vueuse.org/core/useDark/",
|
|
962
962
|
category: "Browser",
|
|
@@ -970,7 +970,7 @@ var functions$1 = [
|
|
|
970
970
|
{
|
|
971
971
|
name: "useDateFormat",
|
|
972
972
|
"package": "shared",
|
|
973
|
-
lastUpdated:
|
|
973
|
+
lastUpdated: 1664216752000,
|
|
974
974
|
docs: "https://vueuse.org/shared/useDateFormat/",
|
|
975
975
|
category: "Time",
|
|
976
976
|
description: "get the formatted date according to the string of tokens passed in"
|
|
@@ -1028,11 +1028,11 @@ var functions$1 = [
|
|
|
1028
1028
|
{
|
|
1029
1029
|
name: "useDevicesList",
|
|
1030
1030
|
"package": "core",
|
|
1031
|
-
lastUpdated:
|
|
1031
|
+
lastUpdated: 1662892188000,
|
|
1032
1032
|
component: true,
|
|
1033
1033
|
docs: "https://vueuse.org/core/useDevicesList/",
|
|
1034
1034
|
category: "Sensors",
|
|
1035
|
-
description: "reactive [enumerateDevices](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/enumerateDevices) listing
|
|
1035
|
+
description: "reactive [enumerateDevices](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/enumerateDevices) listing available input/output devices",
|
|
1036
1036
|
related: [
|
|
1037
1037
|
"useUserMedia"
|
|
1038
1038
|
]
|
|
@@ -1187,7 +1187,7 @@ var functions$1 = [
|
|
|
1187
1187
|
{
|
|
1188
1188
|
name: "useFetch",
|
|
1189
1189
|
"package": "core",
|
|
1190
|
-
lastUpdated:
|
|
1190
|
+
lastUpdated: 1665014132000,
|
|
1191
1191
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1192
1192
|
category: "Network",
|
|
1193
1193
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1211,7 +1211,7 @@ var functions$1 = [
|
|
|
1211
1211
|
{
|
|
1212
1212
|
name: "useFirestore",
|
|
1213
1213
|
"package": "firebase",
|
|
1214
|
-
lastUpdated:
|
|
1214
|
+
lastUpdated: 1665959947000,
|
|
1215
1215
|
docs: "https://vueuse.org/firebase/useFirestore/",
|
|
1216
1216
|
category: "@Firebase",
|
|
1217
1217
|
description: "reactive [Firestore](https://firebase.google.com/docs/firestore) binding",
|
|
@@ -1340,7 +1340,7 @@ var functions$1 = [
|
|
|
1340
1340
|
{
|
|
1341
1341
|
name: "useInterval",
|
|
1342
1342
|
"package": "shared",
|
|
1343
|
-
lastUpdated:
|
|
1343
|
+
lastUpdated: 1664157082000,
|
|
1344
1344
|
docs: "https://vueuse.org/shared/useInterval/",
|
|
1345
1345
|
category: "Animation",
|
|
1346
1346
|
description: "reactive counter increases on every interval"
|
|
@@ -1459,7 +1459,7 @@ var functions$1 = [
|
|
|
1459
1459
|
{
|
|
1460
1460
|
name: "useMediaQuery",
|
|
1461
1461
|
"package": "core",
|
|
1462
|
-
lastUpdated:
|
|
1462
|
+
lastUpdated: 1662574748000,
|
|
1463
1463
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1464
1464
|
category: "Browser",
|
|
1465
1465
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1555,7 +1555,7 @@ var functions$1 = [
|
|
|
1555
1555
|
{
|
|
1556
1556
|
name: "useNavigatorLanguage",
|
|
1557
1557
|
"package": "core",
|
|
1558
|
-
lastUpdated:
|
|
1558
|
+
lastUpdated: 1662892188000,
|
|
1559
1559
|
docs: "https://vueuse.org/core/useNavigatorLanguage/",
|
|
1560
1560
|
category: "Sensors",
|
|
1561
1561
|
description: "reactive [navigator.language](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/language)"
|
|
@@ -1850,7 +1850,7 @@ var functions$1 = [
|
|
|
1850
1850
|
{
|
|
1851
1851
|
name: "useScroll",
|
|
1852
1852
|
"package": "core",
|
|
1853
|
-
lastUpdated:
|
|
1853
|
+
lastUpdated: 1664156364000,
|
|
1854
1854
|
directive: true,
|
|
1855
1855
|
docs: "https://vueuse.org/core/useScroll/",
|
|
1856
1856
|
category: "Sensors",
|
|
@@ -1884,6 +1884,14 @@ var functions$1 = [
|
|
|
1884
1884
|
category: "Browser",
|
|
1885
1885
|
description: "reactive [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share)"
|
|
1886
1886
|
},
|
|
1887
|
+
{
|
|
1888
|
+
name: "useSorted",
|
|
1889
|
+
"package": "core",
|
|
1890
|
+
lastUpdated: 1665961123000,
|
|
1891
|
+
docs: "https://vueuse.org/core/useSorted/",
|
|
1892
|
+
category: "Array",
|
|
1893
|
+
description: "reactive sort array"
|
|
1894
|
+
},
|
|
1887
1895
|
{
|
|
1888
1896
|
name: "useSound",
|
|
1889
1897
|
"package": "sound",
|
|
@@ -1894,7 +1902,7 @@ var functions$1 = [
|
|
|
1894
1902
|
{
|
|
1895
1903
|
name: "useSpeechRecognition",
|
|
1896
1904
|
"package": "core",
|
|
1897
|
-
lastUpdated:
|
|
1905
|
+
lastUpdated: 1662892188000,
|
|
1898
1906
|
docs: "https://vueuse.org/core/useSpeechRecognition/",
|
|
1899
1907
|
category: "Sensors",
|
|
1900
1908
|
description: "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
|
|
@@ -1925,7 +1933,7 @@ var functions$1 = [
|
|
|
1925
1933
|
{
|
|
1926
1934
|
name: "useStorage",
|
|
1927
1935
|
"package": "core",
|
|
1928
|
-
lastUpdated:
|
|
1936
|
+
lastUpdated: 1665959716000,
|
|
1929
1937
|
docs: "https://vueuse.org/core/useStorage/",
|
|
1930
1938
|
category: "State",
|
|
1931
1939
|
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)",
|
|
@@ -2056,7 +2064,7 @@ var functions$1 = [
|
|
|
2056
2064
|
{
|
|
2057
2065
|
name: "useTimeAgo",
|
|
2058
2066
|
"package": "core",
|
|
2059
|
-
lastUpdated:
|
|
2067
|
+
lastUpdated: 1664156942000,
|
|
2060
2068
|
component: true,
|
|
2061
2069
|
docs: "https://vueuse.org/core/useTimeAgo/",
|
|
2062
2070
|
category: "Time",
|
|
@@ -2065,7 +2073,7 @@ var functions$1 = [
|
|
|
2065
2073
|
{
|
|
2066
2074
|
name: "useTimeout",
|
|
2067
2075
|
"package": "shared",
|
|
2068
|
-
lastUpdated:
|
|
2076
|
+
lastUpdated: 1664157082000,
|
|
2069
2077
|
docs: "https://vueuse.org/shared/useTimeout/",
|
|
2070
2078
|
category: "Animation",
|
|
2071
2079
|
description: "update value after a given time with controls"
|
|
@@ -2089,7 +2097,7 @@ var functions$1 = [
|
|
|
2089
2097
|
{
|
|
2090
2098
|
name: "useTimestamp",
|
|
2091
2099
|
"package": "core",
|
|
2092
|
-
lastUpdated:
|
|
2100
|
+
lastUpdated: 1664157082000,
|
|
2093
2101
|
component: true,
|
|
2094
2102
|
docs: "https://vueuse.org/core/useTimestamp/",
|
|
2095
2103
|
category: "Animation",
|
|
@@ -2098,7 +2106,7 @@ var functions$1 = [
|
|
|
2098
2106
|
{
|
|
2099
2107
|
name: "useTitle",
|
|
2100
2108
|
"package": "core",
|
|
2101
|
-
lastUpdated:
|
|
2109
|
+
lastUpdated: 1665963788000,
|
|
2102
2110
|
docs: "https://vueuse.org/core/useTitle/",
|
|
2103
2111
|
category: "Browser",
|
|
2104
2112
|
description: "reactive document title"
|
|
@@ -2231,7 +2239,7 @@ var functions$1 = [
|
|
|
2231
2239
|
{
|
|
2232
2240
|
name: "useWebSocket",
|
|
2233
2241
|
"package": "core",
|
|
2234
|
-
lastUpdated:
|
|
2242
|
+
lastUpdated: 1664132672000,
|
|
2235
2243
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2236
2244
|
category: "Network",
|
|
2237
2245
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2317,7 +2325,7 @@ var functions$1 = [
|
|
|
2317
2325
|
{
|
|
2318
2326
|
name: "watchAtMost",
|
|
2319
2327
|
"package": "shared",
|
|
2320
|
-
lastUpdated:
|
|
2328
|
+
lastUpdated: 1662892188000,
|
|
2321
2329
|
docs: "https://vueuse.org/shared/watchAtMost/",
|
|
2322
2330
|
category: "Watch",
|
|
2323
2331
|
description: "`watch` with the number of times triggered"
|
|
@@ -2325,7 +2333,7 @@ var functions$1 = [
|
|
|
2325
2333
|
{
|
|
2326
2334
|
name: "watchDebounced",
|
|
2327
2335
|
"package": "shared",
|
|
2328
|
-
lastUpdated:
|
|
2336
|
+
lastUpdated: 1662892188000,
|
|
2329
2337
|
docs: "https://vueuse.org/shared/watchDebounced/",
|
|
2330
2338
|
category: "Watch",
|
|
2331
2339
|
description: "debounced watch",
|
|
@@ -2347,7 +2355,7 @@ var functions$1 = [
|
|
|
2347
2355
|
{
|
|
2348
2356
|
name: "watchOnce",
|
|
2349
2357
|
"package": "shared",
|
|
2350
|
-
lastUpdated:
|
|
2358
|
+
lastUpdated: 1662892188000,
|
|
2351
2359
|
docs: "https://vueuse.org/shared/watchOnce/",
|
|
2352
2360
|
category: "Watch",
|
|
2353
2361
|
description: "`watch` that only triggers once"
|
|
@@ -2355,7 +2363,7 @@ var functions$1 = [
|
|
|
2355
2363
|
{
|
|
2356
2364
|
name: "watchPausable",
|
|
2357
2365
|
"package": "shared",
|
|
2358
|
-
lastUpdated:
|
|
2366
|
+
lastUpdated: 1662892188000,
|
|
2359
2367
|
docs: "https://vueuse.org/shared/watchPausable/",
|
|
2360
2368
|
category: "Watch",
|
|
2361
2369
|
description: "pausable watch",
|
|
@@ -2385,7 +2393,7 @@ var functions$1 = [
|
|
|
2385
2393
|
{
|
|
2386
2394
|
name: "watchWithFilter",
|
|
2387
2395
|
"package": "shared",
|
|
2388
|
-
lastUpdated:
|
|
2396
|
+
lastUpdated: 1662892188000,
|
|
2389
2397
|
docs: "https://vueuse.org/shared/watchWithFilter/",
|
|
2390
2398
|
category: "Watch",
|
|
2391
2399
|
description: "`watch` with additional EventFilter control"
|