@vueuse/metadata 9.1.1 → 9.3.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 +56 -48
- package/index.json +56 -48
- package/index.mjs +56 -48
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -163,7 +163,7 @@ var functions$1 = [
|
|
|
163
163
|
{
|
|
164
164
|
name: "computedAsync",
|
|
165
165
|
"package": "core",
|
|
166
|
-
lastUpdated:
|
|
166
|
+
lastUpdated: 1661746302000,
|
|
167
167
|
docs: "https://vueuse.org/core/computedAsync/",
|
|
168
168
|
category: "Reactivity",
|
|
169
169
|
description: "computed for async functions",
|
|
@@ -185,7 +185,7 @@ var functions$1 = [
|
|
|
185
185
|
{
|
|
186
186
|
name: "computedInject",
|
|
187
187
|
"package": "core",
|
|
188
|
-
lastUpdated:
|
|
188
|
+
lastUpdated: 1662388825000,
|
|
189
189
|
docs: "https://vueuse.org/core/computedInject/",
|
|
190
190
|
category: "Component",
|
|
191
191
|
description: "combine computed and inject"
|
|
@@ -294,7 +294,7 @@ var functions$1 = [
|
|
|
294
294
|
{
|
|
295
295
|
name: "extendRef",
|
|
296
296
|
"package": "shared",
|
|
297
|
-
lastUpdated:
|
|
297
|
+
lastUpdated: 1662892188000,
|
|
298
298
|
docs: "https://vueuse.org/shared/extendRef/",
|
|
299
299
|
category: "Reactivity",
|
|
300
300
|
description: "add extra attributes to Ref"
|
|
@@ -371,7 +371,7 @@ var functions$1 = [
|
|
|
371
371
|
{
|
|
372
372
|
name: "makeDestructurable",
|
|
373
373
|
"package": "shared",
|
|
374
|
-
lastUpdated:
|
|
374
|
+
lastUpdated: 1662388825000,
|
|
375
375
|
docs: "https://vueuse.org/shared/makeDestructurable/",
|
|
376
376
|
category: "Utilities",
|
|
377
377
|
description: "make isomorphic destructurable for object and array at the same time"
|
|
@@ -379,7 +379,7 @@ var functions$1 = [
|
|
|
379
379
|
{
|
|
380
380
|
name: "onClickOutside",
|
|
381
381
|
"package": "core",
|
|
382
|
-
lastUpdated:
|
|
382
|
+
lastUpdated: 1663296141000,
|
|
383
383
|
component: true,
|
|
384
384
|
directive: true,
|
|
385
385
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -389,7 +389,7 @@ var functions$1 = [
|
|
|
389
389
|
{
|
|
390
390
|
name: "onKeyStroke",
|
|
391
391
|
"package": "core",
|
|
392
|
-
lastUpdated:
|
|
392
|
+
lastUpdated: 1663296067000,
|
|
393
393
|
directive: true,
|
|
394
394
|
docs: "https://vueuse.org/core/onKeyStroke/",
|
|
395
395
|
category: "Sensors",
|
|
@@ -398,7 +398,7 @@ var functions$1 = [
|
|
|
398
398
|
{
|
|
399
399
|
name: "onLongPress",
|
|
400
400
|
"package": "core",
|
|
401
|
-
lastUpdated:
|
|
401
|
+
lastUpdated: 1661746302000,
|
|
402
402
|
component: true,
|
|
403
403
|
directive: true,
|
|
404
404
|
docs: "https://vueuse.org/core/onLongPress/",
|
|
@@ -511,7 +511,7 @@ var functions$1 = [
|
|
|
511
511
|
{
|
|
512
512
|
name: "refWithControl",
|
|
513
513
|
"package": "shared",
|
|
514
|
-
lastUpdated:
|
|
514
|
+
lastUpdated: 1662892188000,
|
|
515
515
|
docs: "https://vueuse.org/shared/refWithControl/",
|
|
516
516
|
category: "Reactivity",
|
|
517
517
|
description: "fine-grained controls over ref and its reactivity",
|
|
@@ -577,7 +577,7 @@ var functions$1 = [
|
|
|
577
577
|
{
|
|
578
578
|
name: "templateRef",
|
|
579
579
|
"package": "core",
|
|
580
|
-
lastUpdated:
|
|
580
|
+
lastUpdated: 1663295825000,
|
|
581
581
|
docs: "https://vueuse.org/core/templateRef/",
|
|
582
582
|
category: "Component",
|
|
583
583
|
description: "shorthand for binding ref to template element"
|
|
@@ -657,7 +657,7 @@ var functions$1 = [
|
|
|
657
657
|
{
|
|
658
658
|
name: "until",
|
|
659
659
|
"package": "shared",
|
|
660
|
-
lastUpdated:
|
|
660
|
+
lastUpdated: 1664157004000,
|
|
661
661
|
docs: "https://vueuse.org/shared/until/",
|
|
662
662
|
category: "Watch",
|
|
663
663
|
description: "promised one-time watch for changes"
|
|
@@ -722,7 +722,7 @@ var functions$1 = [
|
|
|
722
722
|
{
|
|
723
723
|
name: "useArrayMap",
|
|
724
724
|
"package": "shared",
|
|
725
|
-
lastUpdated:
|
|
725
|
+
lastUpdated: 1662376596000,
|
|
726
726
|
docs: "https://vueuse.org/shared/useArrayMap/",
|
|
727
727
|
category: "Array",
|
|
728
728
|
description: "reactive `Array.map`"
|
|
@@ -749,7 +749,7 @@ var functions$1 = [
|
|
|
749
749
|
lastUpdated: 1639818708000,
|
|
750
750
|
docs: "https://vueuse.org/core/useAsyncQueue/",
|
|
751
751
|
category: "Utilities",
|
|
752
|
-
description: "executes each asynchronous task sequentially and
|
|
752
|
+
description: "executes each asynchronous task sequentially and passes the current task result to the next task"
|
|
753
753
|
},
|
|
754
754
|
{
|
|
755
755
|
name: "useAsyncState",
|
|
@@ -789,7 +789,7 @@ var functions$1 = [
|
|
|
789
789
|
{
|
|
790
790
|
name: "useAxios",
|
|
791
791
|
"package": "integrations",
|
|
792
|
-
lastUpdated:
|
|
792
|
+
lastUpdated: 1664134038000,
|
|
793
793
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
794
794
|
category: "@Integrations",
|
|
795
795
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -823,7 +823,7 @@ var functions$1 = [
|
|
|
823
823
|
{
|
|
824
824
|
name: "useBreakpoints",
|
|
825
825
|
"package": "core",
|
|
826
|
-
lastUpdated:
|
|
826
|
+
lastUpdated: 1662285732000,
|
|
827
827
|
docs: "https://vueuse.org/core/useBreakpoints/",
|
|
828
828
|
category: "Browser",
|
|
829
829
|
description: "reactive viewport breakpoints"
|
|
@@ -886,10 +886,18 @@ var functions$1 = [
|
|
|
886
886
|
category: "Browser",
|
|
887
887
|
description: "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
888
888
|
},
|
|
889
|
+
{
|
|
890
|
+
name: "useCloned",
|
|
891
|
+
"package": "core",
|
|
892
|
+
lastUpdated: 1662386652000,
|
|
893
|
+
docs: "https://vueuse.org/core/useCloned/",
|
|
894
|
+
category: "Utilities",
|
|
895
|
+
description: "reactive clone of a ref"
|
|
896
|
+
},
|
|
889
897
|
{
|
|
890
898
|
name: "useColorMode",
|
|
891
899
|
"package": "core",
|
|
892
|
-
lastUpdated:
|
|
900
|
+
lastUpdated: 1662892188000,
|
|
893
901
|
component: true,
|
|
894
902
|
docs: "https://vueuse.org/core/useColorMode/",
|
|
895
903
|
category: "Browser",
|
|
@@ -952,7 +960,7 @@ var functions$1 = [
|
|
|
952
960
|
{
|
|
953
961
|
name: "useDark",
|
|
954
962
|
"package": "core",
|
|
955
|
-
lastUpdated:
|
|
963
|
+
lastUpdated: 1662892188000,
|
|
956
964
|
component: true,
|
|
957
965
|
docs: "https://vueuse.org/core/useDark/",
|
|
958
966
|
category: "Browser",
|
|
@@ -966,7 +974,7 @@ var functions$1 = [
|
|
|
966
974
|
{
|
|
967
975
|
name: "useDateFormat",
|
|
968
976
|
"package": "shared",
|
|
969
|
-
lastUpdated:
|
|
977
|
+
lastUpdated: 1663994050000,
|
|
970
978
|
docs: "https://vueuse.org/shared/useDateFormat/",
|
|
971
979
|
category: "Time",
|
|
972
980
|
description: "get the formatted date according to the string of tokens passed in"
|
|
@@ -1015,7 +1023,7 @@ var functions$1 = [
|
|
|
1015
1023
|
{
|
|
1016
1024
|
name: "useDevicePixelRatio",
|
|
1017
1025
|
"package": "core",
|
|
1018
|
-
lastUpdated:
|
|
1026
|
+
lastUpdated: 1662386570000,
|
|
1019
1027
|
component: true,
|
|
1020
1028
|
docs: "https://vueuse.org/core/useDevicePixelRatio/",
|
|
1021
1029
|
category: "Sensors",
|
|
@@ -1024,11 +1032,11 @@ var functions$1 = [
|
|
|
1024
1032
|
{
|
|
1025
1033
|
name: "useDevicesList",
|
|
1026
1034
|
"package": "core",
|
|
1027
|
-
lastUpdated:
|
|
1035
|
+
lastUpdated: 1662892188000,
|
|
1028
1036
|
component: true,
|
|
1029
1037
|
docs: "https://vueuse.org/core/useDevicesList/",
|
|
1030
1038
|
category: "Sensors",
|
|
1031
|
-
description: "reactive [enumerateDevices](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/enumerateDevices) listing
|
|
1039
|
+
description: "reactive [enumerateDevices](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/enumerateDevices) listing available input/output devices",
|
|
1032
1040
|
related: [
|
|
1033
1041
|
"useUserMedia"
|
|
1034
1042
|
]
|
|
@@ -1056,7 +1064,7 @@ var functions$1 = [
|
|
|
1056
1064
|
{
|
|
1057
1065
|
name: "useDraggable",
|
|
1058
1066
|
"package": "core",
|
|
1059
|
-
lastUpdated:
|
|
1067
|
+
lastUpdated: 1662386895000,
|
|
1060
1068
|
component: true,
|
|
1061
1069
|
docs: "https://vueuse.org/core/useDraggable/",
|
|
1062
1070
|
category: "Elements",
|
|
@@ -1108,7 +1116,7 @@ var functions$1 = [
|
|
|
1108
1116
|
{
|
|
1109
1117
|
name: "useElementSize",
|
|
1110
1118
|
"package": "core",
|
|
1111
|
-
lastUpdated:
|
|
1119
|
+
lastUpdated: 1662384935000,
|
|
1112
1120
|
component: true,
|
|
1113
1121
|
directive: true,
|
|
1114
1122
|
docs: "https://vueuse.org/core/useElementSize/",
|
|
@@ -1132,7 +1140,7 @@ var functions$1 = [
|
|
|
1132
1140
|
{
|
|
1133
1141
|
name: "useElementVisibility",
|
|
1134
1142
|
"package": "core",
|
|
1135
|
-
lastUpdated:
|
|
1143
|
+
lastUpdated: 1662384256000,
|
|
1136
1144
|
component: true,
|
|
1137
1145
|
directive: true,
|
|
1138
1146
|
docs: "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1175,7 +1183,7 @@ var functions$1 = [
|
|
|
1175
1183
|
{
|
|
1176
1184
|
name: "useFavicon",
|
|
1177
1185
|
"package": "core",
|
|
1178
|
-
lastUpdated:
|
|
1186
|
+
lastUpdated: 1661409315000,
|
|
1179
1187
|
docs: "https://vueuse.org/core/useFavicon/",
|
|
1180
1188
|
category: "Browser",
|
|
1181
1189
|
description: "reactive favicon"
|
|
@@ -1191,7 +1199,7 @@ var functions$1 = [
|
|
|
1191
1199
|
{
|
|
1192
1200
|
name: "useFileDialog",
|
|
1193
1201
|
"package": "core",
|
|
1194
|
-
lastUpdated:
|
|
1202
|
+
lastUpdated: 1662385329000,
|
|
1195
1203
|
docs: "https://vueuse.org/core/useFileDialog/",
|
|
1196
1204
|
category: "Browser",
|
|
1197
1205
|
description: "open file dialog with ease"
|
|
@@ -1207,7 +1215,7 @@ var functions$1 = [
|
|
|
1207
1215
|
{
|
|
1208
1216
|
name: "useFirestore",
|
|
1209
1217
|
"package": "firebase",
|
|
1210
|
-
lastUpdated:
|
|
1218
|
+
lastUpdated: 1664156408000,
|
|
1211
1219
|
docs: "https://vueuse.org/firebase/useFirestore/",
|
|
1212
1220
|
category: "@Firebase",
|
|
1213
1221
|
description: "reactive [Firestore](https://firebase.google.com/docs/firestore) binding",
|
|
@@ -1242,7 +1250,7 @@ var functions$1 = [
|
|
|
1242
1250
|
{
|
|
1243
1251
|
name: "useFocusWithin",
|
|
1244
1252
|
"package": "core",
|
|
1245
|
-
lastUpdated:
|
|
1253
|
+
lastUpdated: 1662285126000,
|
|
1246
1254
|
docs: "https://vueuse.org/core/useFocusWithin/",
|
|
1247
1255
|
category: "Sensors",
|
|
1248
1256
|
description: "reactive utility to track if an element or one of its decendants has focus"
|
|
@@ -1336,7 +1344,7 @@ var functions$1 = [
|
|
|
1336
1344
|
{
|
|
1337
1345
|
name: "useInterval",
|
|
1338
1346
|
"package": "shared",
|
|
1339
|
-
lastUpdated:
|
|
1347
|
+
lastUpdated: 1664157082000,
|
|
1340
1348
|
docs: "https://vueuse.org/shared/useInterval/",
|
|
1341
1349
|
category: "Animation",
|
|
1342
1350
|
description: "reactive counter increases on every interval"
|
|
@@ -1420,7 +1428,7 @@ var functions$1 = [
|
|
|
1420
1428
|
{
|
|
1421
1429
|
name: "useManualRefHistory",
|
|
1422
1430
|
"package": "core",
|
|
1423
|
-
lastUpdated:
|
|
1431
|
+
lastUpdated: 1662386652000,
|
|
1424
1432
|
docs: "https://vueuse.org/core/useManualRefHistory/",
|
|
1425
1433
|
category: "State",
|
|
1426
1434
|
description: "manually track the change history of a ref when the using calls `commit()`",
|
|
@@ -1455,7 +1463,7 @@ var functions$1 = [
|
|
|
1455
1463
|
{
|
|
1456
1464
|
name: "useMediaQuery",
|
|
1457
1465
|
"package": "core",
|
|
1458
|
-
lastUpdated:
|
|
1466
|
+
lastUpdated: 1662574748000,
|
|
1459
1467
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1460
1468
|
category: "Browser",
|
|
1461
1469
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1463,7 +1471,7 @@ var functions$1 = [
|
|
|
1463
1471
|
{
|
|
1464
1472
|
name: "useMemoize",
|
|
1465
1473
|
"package": "core",
|
|
1466
|
-
lastUpdated:
|
|
1474
|
+
lastUpdated: 1662384725000,
|
|
1467
1475
|
docs: "https://vueuse.org/core/useMemoize/",
|
|
1468
1476
|
category: "Utilities",
|
|
1469
1477
|
description: "cache results of functions depending on arguments and keep it reactive"
|
|
@@ -1551,7 +1559,7 @@ var functions$1 = [
|
|
|
1551
1559
|
{
|
|
1552
1560
|
name: "useNavigatorLanguage",
|
|
1553
1561
|
"package": "core",
|
|
1554
|
-
lastUpdated:
|
|
1562
|
+
lastUpdated: 1662892188000,
|
|
1555
1563
|
docs: "https://vueuse.org/core/useNavigatorLanguage/",
|
|
1556
1564
|
category: "Sensors",
|
|
1557
1565
|
description: "reactive [navigator.language](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/language)"
|
|
@@ -1752,7 +1760,7 @@ var functions$1 = [
|
|
|
1752
1760
|
{
|
|
1753
1761
|
name: "useRefHistory",
|
|
1754
1762
|
"package": "core",
|
|
1755
|
-
lastUpdated:
|
|
1763
|
+
lastUpdated: 1662386652000,
|
|
1756
1764
|
docs: "https://vueuse.org/core/useRefHistory/",
|
|
1757
1765
|
category: "State",
|
|
1758
1766
|
description: "track the change history of a ref",
|
|
@@ -1765,7 +1773,7 @@ var functions$1 = [
|
|
|
1765
1773
|
{
|
|
1766
1774
|
name: "useResizeObserver",
|
|
1767
1775
|
"package": "core",
|
|
1768
|
-
lastUpdated:
|
|
1776
|
+
lastUpdated: 1662384935000,
|
|
1769
1777
|
docs: "https://vueuse.org/core/useResizeObserver/",
|
|
1770
1778
|
category: "Elements",
|
|
1771
1779
|
description: "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -1846,7 +1854,7 @@ var functions$1 = [
|
|
|
1846
1854
|
{
|
|
1847
1855
|
name: "useScroll",
|
|
1848
1856
|
"package": "core",
|
|
1849
|
-
lastUpdated:
|
|
1857
|
+
lastUpdated: 1664156364000,
|
|
1850
1858
|
directive: true,
|
|
1851
1859
|
docs: "https://vueuse.org/core/useScroll/",
|
|
1852
1860
|
category: "Sensors",
|
|
@@ -1890,7 +1898,7 @@ var functions$1 = [
|
|
|
1890
1898
|
{
|
|
1891
1899
|
name: "useSpeechRecognition",
|
|
1892
1900
|
"package": "core",
|
|
1893
|
-
lastUpdated:
|
|
1901
|
+
lastUpdated: 1662892188000,
|
|
1894
1902
|
docs: "https://vueuse.org/core/useSpeechRecognition/",
|
|
1895
1903
|
category: "Sensors",
|
|
1896
1904
|
description: "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
|
|
@@ -2052,7 +2060,7 @@ var functions$1 = [
|
|
|
2052
2060
|
{
|
|
2053
2061
|
name: "useTimeAgo",
|
|
2054
2062
|
"package": "core",
|
|
2055
|
-
lastUpdated:
|
|
2063
|
+
lastUpdated: 1664156942000,
|
|
2056
2064
|
component: true,
|
|
2057
2065
|
docs: "https://vueuse.org/core/useTimeAgo/",
|
|
2058
2066
|
category: "Time",
|
|
@@ -2061,7 +2069,7 @@ var functions$1 = [
|
|
|
2061
2069
|
{
|
|
2062
2070
|
name: "useTimeout",
|
|
2063
2071
|
"package": "shared",
|
|
2064
|
-
lastUpdated:
|
|
2072
|
+
lastUpdated: 1664157082000,
|
|
2065
2073
|
docs: "https://vueuse.org/shared/useTimeout/",
|
|
2066
2074
|
category: "Animation",
|
|
2067
2075
|
description: "update value after a given time with controls"
|
|
@@ -2085,7 +2093,7 @@ var functions$1 = [
|
|
|
2085
2093
|
{
|
|
2086
2094
|
name: "useTimestamp",
|
|
2087
2095
|
"package": "core",
|
|
2088
|
-
lastUpdated:
|
|
2096
|
+
lastUpdated: 1664157082000,
|
|
2089
2097
|
component: true,
|
|
2090
2098
|
docs: "https://vueuse.org/core/useTimestamp/",
|
|
2091
2099
|
category: "Animation",
|
|
@@ -2151,7 +2159,7 @@ var functions$1 = [
|
|
|
2151
2159
|
{
|
|
2152
2160
|
name: "useUrlSearchParams",
|
|
2153
2161
|
"package": "core",
|
|
2154
|
-
lastUpdated:
|
|
2162
|
+
lastUpdated: 1662286506000,
|
|
2155
2163
|
docs: "https://vueuse.org/core/useUrlSearchParams/",
|
|
2156
2164
|
category: "Browser",
|
|
2157
2165
|
description: "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
|
@@ -2189,7 +2197,7 @@ var functions$1 = [
|
|
|
2189
2197
|
{
|
|
2190
2198
|
name: "useVModel",
|
|
2191
2199
|
"package": "core",
|
|
2192
|
-
lastUpdated:
|
|
2200
|
+
lastUpdated: 1662386652000,
|
|
2193
2201
|
docs: "https://vueuse.org/core/useVModel/",
|
|
2194
2202
|
category: "Component",
|
|
2195
2203
|
description: "shorthand for v-model binding",
|
|
@@ -2227,7 +2235,7 @@ var functions$1 = [
|
|
|
2227
2235
|
{
|
|
2228
2236
|
name: "useWebSocket",
|
|
2229
2237
|
"package": "core",
|
|
2230
|
-
lastUpdated:
|
|
2238
|
+
lastUpdated: 1664132672000,
|
|
2231
2239
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2232
2240
|
category: "Network",
|
|
2233
2241
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2274,7 +2282,7 @@ var functions$1 = [
|
|
|
2274
2282
|
{
|
|
2275
2283
|
name: "useWindowSize",
|
|
2276
2284
|
"package": "core",
|
|
2277
|
-
lastUpdated:
|
|
2285
|
+
lastUpdated: 1662285565000,
|
|
2278
2286
|
component: true,
|
|
2279
2287
|
docs: "https://vueuse.org/core/useWindowSize/",
|
|
2280
2288
|
category: "Elements",
|
|
@@ -2313,7 +2321,7 @@ var functions$1 = [
|
|
|
2313
2321
|
{
|
|
2314
2322
|
name: "watchAtMost",
|
|
2315
2323
|
"package": "shared",
|
|
2316
|
-
lastUpdated:
|
|
2324
|
+
lastUpdated: 1662892188000,
|
|
2317
2325
|
docs: "https://vueuse.org/shared/watchAtMost/",
|
|
2318
2326
|
category: "Watch",
|
|
2319
2327
|
description: "`watch` with the number of times triggered"
|
|
@@ -2321,7 +2329,7 @@ var functions$1 = [
|
|
|
2321
2329
|
{
|
|
2322
2330
|
name: "watchDebounced",
|
|
2323
2331
|
"package": "shared",
|
|
2324
|
-
lastUpdated:
|
|
2332
|
+
lastUpdated: 1662892188000,
|
|
2325
2333
|
docs: "https://vueuse.org/shared/watchDebounced/",
|
|
2326
2334
|
category: "Watch",
|
|
2327
2335
|
description: "debounced watch",
|
|
@@ -2343,7 +2351,7 @@ var functions$1 = [
|
|
|
2343
2351
|
{
|
|
2344
2352
|
name: "watchOnce",
|
|
2345
2353
|
"package": "shared",
|
|
2346
|
-
lastUpdated:
|
|
2354
|
+
lastUpdated: 1662892188000,
|
|
2347
2355
|
docs: "https://vueuse.org/shared/watchOnce/",
|
|
2348
2356
|
category: "Watch",
|
|
2349
2357
|
description: "`watch` that only triggers once"
|
|
@@ -2351,7 +2359,7 @@ var functions$1 = [
|
|
|
2351
2359
|
{
|
|
2352
2360
|
name: "watchPausable",
|
|
2353
2361
|
"package": "shared",
|
|
2354
|
-
lastUpdated:
|
|
2362
|
+
lastUpdated: 1662892188000,
|
|
2355
2363
|
docs: "https://vueuse.org/shared/watchPausable/",
|
|
2356
2364
|
category: "Watch",
|
|
2357
2365
|
description: "pausable watch",
|
|
@@ -2381,7 +2389,7 @@ var functions$1 = [
|
|
|
2381
2389
|
{
|
|
2382
2390
|
name: "watchWithFilter",
|
|
2383
2391
|
"package": "shared",
|
|
2384
|
-
lastUpdated:
|
|
2392
|
+
lastUpdated: 1662892188000,
|
|
2385
2393
|
docs: "https://vueuse.org/shared/watchWithFilter/",
|
|
2386
2394
|
category: "Watch",
|
|
2387
2395
|
description: "`watch` with additional EventFilter control"
|
package/index.json
CHANGED
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
{
|
|
161
161
|
"name": "computedAsync",
|
|
162
162
|
"package": "core",
|
|
163
|
-
"lastUpdated":
|
|
163
|
+
"lastUpdated": 1661746302000,
|
|
164
164
|
"docs": "https://vueuse.org/core/computedAsync/",
|
|
165
165
|
"category": "Reactivity",
|
|
166
166
|
"description": "computed for async functions",
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
{
|
|
183
183
|
"name": "computedInject",
|
|
184
184
|
"package": "core",
|
|
185
|
-
"lastUpdated":
|
|
185
|
+
"lastUpdated": 1662388825000,
|
|
186
186
|
"docs": "https://vueuse.org/core/computedInject/",
|
|
187
187
|
"category": "Component",
|
|
188
188
|
"description": "combine computed and inject"
|
|
@@ -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"
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
{
|
|
369
369
|
"name": "makeDestructurable",
|
|
370
370
|
"package": "shared",
|
|
371
|
-
"lastUpdated":
|
|
371
|
+
"lastUpdated": 1662388825000,
|
|
372
372
|
"docs": "https://vueuse.org/shared/makeDestructurable/",
|
|
373
373
|
"category": "Utilities",
|
|
374
374
|
"description": "make isomorphic destructurable for object and array at the same time"
|
|
@@ -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",
|
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
{
|
|
396
396
|
"name": "onLongPress",
|
|
397
397
|
"package": "core",
|
|
398
|
-
"lastUpdated":
|
|
398
|
+
"lastUpdated": 1661746302000,
|
|
399
399
|
"component": true,
|
|
400
400
|
"directive": true,
|
|
401
401
|
"docs": "https://vueuse.org/core/onLongPress/",
|
|
@@ -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"
|
|
@@ -719,7 +719,7 @@
|
|
|
719
719
|
{
|
|
720
720
|
"name": "useArrayMap",
|
|
721
721
|
"package": "shared",
|
|
722
|
-
"lastUpdated":
|
|
722
|
+
"lastUpdated": 1662376596000,
|
|
723
723
|
"docs": "https://vueuse.org/shared/useArrayMap/",
|
|
724
724
|
"category": "Array",
|
|
725
725
|
"description": "reactive `Array.map`"
|
|
@@ -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": 1664134038000,
|
|
790
790
|
"docs": "https://vueuse.org/integrations/useAxios/",
|
|
791
791
|
"category": "@Integrations",
|
|
792
792
|
"description": "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -820,7 +820,7 @@
|
|
|
820
820
|
{
|
|
821
821
|
"name": "useBreakpoints",
|
|
822
822
|
"package": "core",
|
|
823
|
-
"lastUpdated":
|
|
823
|
+
"lastUpdated": 1662285732000,
|
|
824
824
|
"docs": "https://vueuse.org/core/useBreakpoints/",
|
|
825
825
|
"category": "Browser",
|
|
826
826
|
"description": "reactive viewport breakpoints"
|
|
@@ -883,10 +883,18 @@
|
|
|
883
883
|
"category": "Browser",
|
|
884
884
|
"description": "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
885
885
|
},
|
|
886
|
+
{
|
|
887
|
+
"name": "useCloned",
|
|
888
|
+
"package": "core",
|
|
889
|
+
"lastUpdated": 1662386652000,
|
|
890
|
+
"docs": "https://vueuse.org/core/useCloned/",
|
|
891
|
+
"category": "Utilities",
|
|
892
|
+
"description": "reactive clone of a ref"
|
|
893
|
+
},
|
|
886
894
|
{
|
|
887
895
|
"name": "useColorMode",
|
|
888
896
|
"package": "core",
|
|
889
|
-
"lastUpdated":
|
|
897
|
+
"lastUpdated": 1662892188000,
|
|
890
898
|
"component": true,
|
|
891
899
|
"docs": "https://vueuse.org/core/useColorMode/",
|
|
892
900
|
"category": "Browser",
|
|
@@ -949,7 +957,7 @@
|
|
|
949
957
|
{
|
|
950
958
|
"name": "useDark",
|
|
951
959
|
"package": "core",
|
|
952
|
-
"lastUpdated":
|
|
960
|
+
"lastUpdated": 1662892188000,
|
|
953
961
|
"component": true,
|
|
954
962
|
"docs": "https://vueuse.org/core/useDark/",
|
|
955
963
|
"category": "Browser",
|
|
@@ -963,7 +971,7 @@
|
|
|
963
971
|
{
|
|
964
972
|
"name": "useDateFormat",
|
|
965
973
|
"package": "shared",
|
|
966
|
-
"lastUpdated":
|
|
974
|
+
"lastUpdated": 1663994050000,
|
|
967
975
|
"docs": "https://vueuse.org/shared/useDateFormat/",
|
|
968
976
|
"category": "Time",
|
|
969
977
|
"description": "get the formatted date according to the string of tokens passed in"
|
|
@@ -1012,7 +1020,7 @@
|
|
|
1012
1020
|
{
|
|
1013
1021
|
"name": "useDevicePixelRatio",
|
|
1014
1022
|
"package": "core",
|
|
1015
|
-
"lastUpdated":
|
|
1023
|
+
"lastUpdated": 1662386570000,
|
|
1016
1024
|
"component": true,
|
|
1017
1025
|
"docs": "https://vueuse.org/core/useDevicePixelRatio/",
|
|
1018
1026
|
"category": "Sensors",
|
|
@@ -1021,11 +1029,11 @@
|
|
|
1021
1029
|
{
|
|
1022
1030
|
"name": "useDevicesList",
|
|
1023
1031
|
"package": "core",
|
|
1024
|
-
"lastUpdated":
|
|
1032
|
+
"lastUpdated": 1662892188000,
|
|
1025
1033
|
"component": true,
|
|
1026
1034
|
"docs": "https://vueuse.org/core/useDevicesList/",
|
|
1027
1035
|
"category": "Sensors",
|
|
1028
|
-
"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",
|
|
1029
1037
|
"related": [
|
|
1030
1038
|
"useUserMedia"
|
|
1031
1039
|
]
|
|
@@ -1053,7 +1061,7 @@
|
|
|
1053
1061
|
{
|
|
1054
1062
|
"name": "useDraggable",
|
|
1055
1063
|
"package": "core",
|
|
1056
|
-
"lastUpdated":
|
|
1064
|
+
"lastUpdated": 1662386895000,
|
|
1057
1065
|
"component": true,
|
|
1058
1066
|
"docs": "https://vueuse.org/core/useDraggable/",
|
|
1059
1067
|
"category": "Elements",
|
|
@@ -1105,7 +1113,7 @@
|
|
|
1105
1113
|
{
|
|
1106
1114
|
"name": "useElementSize",
|
|
1107
1115
|
"package": "core",
|
|
1108
|
-
"lastUpdated":
|
|
1116
|
+
"lastUpdated": 1662384935000,
|
|
1109
1117
|
"component": true,
|
|
1110
1118
|
"directive": true,
|
|
1111
1119
|
"docs": "https://vueuse.org/core/useElementSize/",
|
|
@@ -1129,7 +1137,7 @@
|
|
|
1129
1137
|
{
|
|
1130
1138
|
"name": "useElementVisibility",
|
|
1131
1139
|
"package": "core",
|
|
1132
|
-
"lastUpdated":
|
|
1140
|
+
"lastUpdated": 1662384256000,
|
|
1133
1141
|
"component": true,
|
|
1134
1142
|
"directive": true,
|
|
1135
1143
|
"docs": "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1172,7 +1180,7 @@
|
|
|
1172
1180
|
{
|
|
1173
1181
|
"name": "useFavicon",
|
|
1174
1182
|
"package": "core",
|
|
1175
|
-
"lastUpdated":
|
|
1183
|
+
"lastUpdated": 1661409315000,
|
|
1176
1184
|
"docs": "https://vueuse.org/core/useFavicon/",
|
|
1177
1185
|
"category": "Browser",
|
|
1178
1186
|
"description": "reactive favicon"
|
|
@@ -1188,7 +1196,7 @@
|
|
|
1188
1196
|
{
|
|
1189
1197
|
"name": "useFileDialog",
|
|
1190
1198
|
"package": "core",
|
|
1191
|
-
"lastUpdated":
|
|
1199
|
+
"lastUpdated": 1662385329000,
|
|
1192
1200
|
"docs": "https://vueuse.org/core/useFileDialog/",
|
|
1193
1201
|
"category": "Browser",
|
|
1194
1202
|
"description": "open file dialog with ease"
|
|
@@ -1204,7 +1212,7 @@
|
|
|
1204
1212
|
{
|
|
1205
1213
|
"name": "useFirestore",
|
|
1206
1214
|
"package": "firebase",
|
|
1207
|
-
"lastUpdated":
|
|
1215
|
+
"lastUpdated": 1664156408000,
|
|
1208
1216
|
"docs": "https://vueuse.org/firebase/useFirestore/",
|
|
1209
1217
|
"category": "@Firebase",
|
|
1210
1218
|
"description": "reactive [Firestore](https://firebase.google.com/docs/firestore) binding",
|
|
@@ -1239,7 +1247,7 @@
|
|
|
1239
1247
|
{
|
|
1240
1248
|
"name": "useFocusWithin",
|
|
1241
1249
|
"package": "core",
|
|
1242
|
-
"lastUpdated":
|
|
1250
|
+
"lastUpdated": 1662285126000,
|
|
1243
1251
|
"docs": "https://vueuse.org/core/useFocusWithin/",
|
|
1244
1252
|
"category": "Sensors",
|
|
1245
1253
|
"description": "reactive utility to track if an element or one of its decendants has focus"
|
|
@@ -1333,7 +1341,7 @@
|
|
|
1333
1341
|
{
|
|
1334
1342
|
"name": "useInterval",
|
|
1335
1343
|
"package": "shared",
|
|
1336
|
-
"lastUpdated":
|
|
1344
|
+
"lastUpdated": 1664157082000,
|
|
1337
1345
|
"docs": "https://vueuse.org/shared/useInterval/",
|
|
1338
1346
|
"category": "Animation",
|
|
1339
1347
|
"description": "reactive counter increases on every interval"
|
|
@@ -1417,7 +1425,7 @@
|
|
|
1417
1425
|
{
|
|
1418
1426
|
"name": "useManualRefHistory",
|
|
1419
1427
|
"package": "core",
|
|
1420
|
-
"lastUpdated":
|
|
1428
|
+
"lastUpdated": 1662386652000,
|
|
1421
1429
|
"docs": "https://vueuse.org/core/useManualRefHistory/",
|
|
1422
1430
|
"category": "State",
|
|
1423
1431
|
"description": "manually track the change history of a ref when the using calls `commit()`",
|
|
@@ -1452,7 +1460,7 @@
|
|
|
1452
1460
|
{
|
|
1453
1461
|
"name": "useMediaQuery",
|
|
1454
1462
|
"package": "core",
|
|
1455
|
-
"lastUpdated":
|
|
1463
|
+
"lastUpdated": 1662574748000,
|
|
1456
1464
|
"docs": "https://vueuse.org/core/useMediaQuery/",
|
|
1457
1465
|
"category": "Browser",
|
|
1458
1466
|
"description": "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1460,7 +1468,7 @@
|
|
|
1460
1468
|
{
|
|
1461
1469
|
"name": "useMemoize",
|
|
1462
1470
|
"package": "core",
|
|
1463
|
-
"lastUpdated":
|
|
1471
|
+
"lastUpdated": 1662384725000,
|
|
1464
1472
|
"docs": "https://vueuse.org/core/useMemoize/",
|
|
1465
1473
|
"category": "Utilities",
|
|
1466
1474
|
"description": "cache results of functions depending on arguments and keep it reactive"
|
|
@@ -1548,7 +1556,7 @@
|
|
|
1548
1556
|
{
|
|
1549
1557
|
"name": "useNavigatorLanguage",
|
|
1550
1558
|
"package": "core",
|
|
1551
|
-
"lastUpdated":
|
|
1559
|
+
"lastUpdated": 1662892188000,
|
|
1552
1560
|
"docs": "https://vueuse.org/core/useNavigatorLanguage/",
|
|
1553
1561
|
"category": "Sensors",
|
|
1554
1562
|
"description": "reactive [navigator.language](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/language)"
|
|
@@ -1749,7 +1757,7 @@
|
|
|
1749
1757
|
{
|
|
1750
1758
|
"name": "useRefHistory",
|
|
1751
1759
|
"package": "core",
|
|
1752
|
-
"lastUpdated":
|
|
1760
|
+
"lastUpdated": 1662386652000,
|
|
1753
1761
|
"docs": "https://vueuse.org/core/useRefHistory/",
|
|
1754
1762
|
"category": "State",
|
|
1755
1763
|
"description": "track the change history of a ref",
|
|
@@ -1762,7 +1770,7 @@
|
|
|
1762
1770
|
{
|
|
1763
1771
|
"name": "useResizeObserver",
|
|
1764
1772
|
"package": "core",
|
|
1765
|
-
"lastUpdated":
|
|
1773
|
+
"lastUpdated": 1662384935000,
|
|
1766
1774
|
"docs": "https://vueuse.org/core/useResizeObserver/",
|
|
1767
1775
|
"category": "Elements",
|
|
1768
1776
|
"description": "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -1843,7 +1851,7 @@
|
|
|
1843
1851
|
{
|
|
1844
1852
|
"name": "useScroll",
|
|
1845
1853
|
"package": "core",
|
|
1846
|
-
"lastUpdated":
|
|
1854
|
+
"lastUpdated": 1664156364000,
|
|
1847
1855
|
"directive": true,
|
|
1848
1856
|
"docs": "https://vueuse.org/core/useScroll/",
|
|
1849
1857
|
"category": "Sensors",
|
|
@@ -1887,7 +1895,7 @@
|
|
|
1887
1895
|
{
|
|
1888
1896
|
"name": "useSpeechRecognition",
|
|
1889
1897
|
"package": "core",
|
|
1890
|
-
"lastUpdated":
|
|
1898
|
+
"lastUpdated": 1662892188000,
|
|
1891
1899
|
"docs": "https://vueuse.org/core/useSpeechRecognition/",
|
|
1892
1900
|
"category": "Sensors",
|
|
1893
1901
|
"description": "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
|
|
@@ -2049,7 +2057,7 @@
|
|
|
2049
2057
|
{
|
|
2050
2058
|
"name": "useTimeAgo",
|
|
2051
2059
|
"package": "core",
|
|
2052
|
-
"lastUpdated":
|
|
2060
|
+
"lastUpdated": 1664156942000,
|
|
2053
2061
|
"component": true,
|
|
2054
2062
|
"docs": "https://vueuse.org/core/useTimeAgo/",
|
|
2055
2063
|
"category": "Time",
|
|
@@ -2058,7 +2066,7 @@
|
|
|
2058
2066
|
{
|
|
2059
2067
|
"name": "useTimeout",
|
|
2060
2068
|
"package": "shared",
|
|
2061
|
-
"lastUpdated":
|
|
2069
|
+
"lastUpdated": 1664157082000,
|
|
2062
2070
|
"docs": "https://vueuse.org/shared/useTimeout/",
|
|
2063
2071
|
"category": "Animation",
|
|
2064
2072
|
"description": "update value after a given time with controls"
|
|
@@ -2082,7 +2090,7 @@
|
|
|
2082
2090
|
{
|
|
2083
2091
|
"name": "useTimestamp",
|
|
2084
2092
|
"package": "core",
|
|
2085
|
-
"lastUpdated":
|
|
2093
|
+
"lastUpdated": 1664157082000,
|
|
2086
2094
|
"component": true,
|
|
2087
2095
|
"docs": "https://vueuse.org/core/useTimestamp/",
|
|
2088
2096
|
"category": "Animation",
|
|
@@ -2148,7 +2156,7 @@
|
|
|
2148
2156
|
{
|
|
2149
2157
|
"name": "useUrlSearchParams",
|
|
2150
2158
|
"package": "core",
|
|
2151
|
-
"lastUpdated":
|
|
2159
|
+
"lastUpdated": 1662286506000,
|
|
2152
2160
|
"docs": "https://vueuse.org/core/useUrlSearchParams/",
|
|
2153
2161
|
"category": "Browser",
|
|
2154
2162
|
"description": "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
|
@@ -2186,7 +2194,7 @@
|
|
|
2186
2194
|
{
|
|
2187
2195
|
"name": "useVModel",
|
|
2188
2196
|
"package": "core",
|
|
2189
|
-
"lastUpdated":
|
|
2197
|
+
"lastUpdated": 1662386652000,
|
|
2190
2198
|
"docs": "https://vueuse.org/core/useVModel/",
|
|
2191
2199
|
"category": "Component",
|
|
2192
2200
|
"description": "shorthand for v-model binding",
|
|
@@ -2224,7 +2232,7 @@
|
|
|
2224
2232
|
{
|
|
2225
2233
|
"name": "useWebSocket",
|
|
2226
2234
|
"package": "core",
|
|
2227
|
-
"lastUpdated":
|
|
2235
|
+
"lastUpdated": 1664132672000,
|
|
2228
2236
|
"docs": "https://vueuse.org/core/useWebSocket/",
|
|
2229
2237
|
"category": "Network",
|
|
2230
2238
|
"description": "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2271,7 +2279,7 @@
|
|
|
2271
2279
|
{
|
|
2272
2280
|
"name": "useWindowSize",
|
|
2273
2281
|
"package": "core",
|
|
2274
|
-
"lastUpdated":
|
|
2282
|
+
"lastUpdated": 1662285565000,
|
|
2275
2283
|
"component": true,
|
|
2276
2284
|
"docs": "https://vueuse.org/core/useWindowSize/",
|
|
2277
2285
|
"category": "Elements",
|
|
@@ -2310,7 +2318,7 @@
|
|
|
2310
2318
|
{
|
|
2311
2319
|
"name": "watchAtMost",
|
|
2312
2320
|
"package": "shared",
|
|
2313
|
-
"lastUpdated":
|
|
2321
|
+
"lastUpdated": 1662892188000,
|
|
2314
2322
|
"docs": "https://vueuse.org/shared/watchAtMost/",
|
|
2315
2323
|
"category": "Watch",
|
|
2316
2324
|
"description": "`watch` with the number of times triggered"
|
|
@@ -2318,7 +2326,7 @@
|
|
|
2318
2326
|
{
|
|
2319
2327
|
"name": "watchDebounced",
|
|
2320
2328
|
"package": "shared",
|
|
2321
|
-
"lastUpdated":
|
|
2329
|
+
"lastUpdated": 1662892188000,
|
|
2322
2330
|
"docs": "https://vueuse.org/shared/watchDebounced/",
|
|
2323
2331
|
"category": "Watch",
|
|
2324
2332
|
"description": "debounced watch",
|
|
@@ -2340,7 +2348,7 @@
|
|
|
2340
2348
|
{
|
|
2341
2349
|
"name": "watchOnce",
|
|
2342
2350
|
"package": "shared",
|
|
2343
|
-
"lastUpdated":
|
|
2351
|
+
"lastUpdated": 1662892188000,
|
|
2344
2352
|
"docs": "https://vueuse.org/shared/watchOnce/",
|
|
2345
2353
|
"category": "Watch",
|
|
2346
2354
|
"description": "`watch` that only triggers once"
|
|
@@ -2348,7 +2356,7 @@
|
|
|
2348
2356
|
{
|
|
2349
2357
|
"name": "watchPausable",
|
|
2350
2358
|
"package": "shared",
|
|
2351
|
-
"lastUpdated":
|
|
2359
|
+
"lastUpdated": 1662892188000,
|
|
2352
2360
|
"docs": "https://vueuse.org/shared/watchPausable/",
|
|
2353
2361
|
"category": "Watch",
|
|
2354
2362
|
"description": "pausable watch",
|
|
@@ -2378,7 +2386,7 @@
|
|
|
2378
2386
|
{
|
|
2379
2387
|
"name": "watchWithFilter",
|
|
2380
2388
|
"package": "shared",
|
|
2381
|
-
"lastUpdated":
|
|
2389
|
+
"lastUpdated": 1662892188000,
|
|
2382
2390
|
"docs": "https://vueuse.org/shared/watchWithFilter/",
|
|
2383
2391
|
"category": "Watch",
|
|
2384
2392
|
"description": "`watch` with additional EventFilter control"
|
package/index.mjs
CHANGED
|
@@ -159,7 +159,7 @@ var functions$1 = [
|
|
|
159
159
|
{
|
|
160
160
|
name: "computedAsync",
|
|
161
161
|
"package": "core",
|
|
162
|
-
lastUpdated:
|
|
162
|
+
lastUpdated: 1661746302000,
|
|
163
163
|
docs: "https://vueuse.org/core/computedAsync/",
|
|
164
164
|
category: "Reactivity",
|
|
165
165
|
description: "computed for async functions",
|
|
@@ -181,7 +181,7 @@ var functions$1 = [
|
|
|
181
181
|
{
|
|
182
182
|
name: "computedInject",
|
|
183
183
|
"package": "core",
|
|
184
|
-
lastUpdated:
|
|
184
|
+
lastUpdated: 1662388825000,
|
|
185
185
|
docs: "https://vueuse.org/core/computedInject/",
|
|
186
186
|
category: "Component",
|
|
187
187
|
description: "combine computed and inject"
|
|
@@ -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"
|
|
@@ -367,7 +367,7 @@ var functions$1 = [
|
|
|
367
367
|
{
|
|
368
368
|
name: "makeDestructurable",
|
|
369
369
|
"package": "shared",
|
|
370
|
-
lastUpdated:
|
|
370
|
+
lastUpdated: 1662388825000,
|
|
371
371
|
docs: "https://vueuse.org/shared/makeDestructurable/",
|
|
372
372
|
category: "Utilities",
|
|
373
373
|
description: "make isomorphic destructurable for object and array at the same time"
|
|
@@ -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",
|
|
@@ -394,7 +394,7 @@ var functions$1 = [
|
|
|
394
394
|
{
|
|
395
395
|
name: "onLongPress",
|
|
396
396
|
"package": "core",
|
|
397
|
-
lastUpdated:
|
|
397
|
+
lastUpdated: 1661746302000,
|
|
398
398
|
component: true,
|
|
399
399
|
directive: true,
|
|
400
400
|
docs: "https://vueuse.org/core/onLongPress/",
|
|
@@ -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"
|
|
@@ -718,7 +718,7 @@ var functions$1 = [
|
|
|
718
718
|
{
|
|
719
719
|
name: "useArrayMap",
|
|
720
720
|
"package": "shared",
|
|
721
|
-
lastUpdated:
|
|
721
|
+
lastUpdated: 1662376596000,
|
|
722
722
|
docs: "https://vueuse.org/shared/useArrayMap/",
|
|
723
723
|
category: "Array",
|
|
724
724
|
description: "reactive `Array.map`"
|
|
@@ -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: 1664134038000,
|
|
789
789
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
790
790
|
category: "@Integrations",
|
|
791
791
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -819,7 +819,7 @@ var functions$1 = [
|
|
|
819
819
|
{
|
|
820
820
|
name: "useBreakpoints",
|
|
821
821
|
"package": "core",
|
|
822
|
-
lastUpdated:
|
|
822
|
+
lastUpdated: 1662285732000,
|
|
823
823
|
docs: "https://vueuse.org/core/useBreakpoints/",
|
|
824
824
|
category: "Browser",
|
|
825
825
|
description: "reactive viewport breakpoints"
|
|
@@ -882,10 +882,18 @@ var functions$1 = [
|
|
|
882
882
|
category: "Browser",
|
|
883
883
|
description: "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
884
884
|
},
|
|
885
|
+
{
|
|
886
|
+
name: "useCloned",
|
|
887
|
+
"package": "core",
|
|
888
|
+
lastUpdated: 1662386652000,
|
|
889
|
+
docs: "https://vueuse.org/core/useCloned/",
|
|
890
|
+
category: "Utilities",
|
|
891
|
+
description: "reactive clone of a ref"
|
|
892
|
+
},
|
|
885
893
|
{
|
|
886
894
|
name: "useColorMode",
|
|
887
895
|
"package": "core",
|
|
888
|
-
lastUpdated:
|
|
896
|
+
lastUpdated: 1662892188000,
|
|
889
897
|
component: true,
|
|
890
898
|
docs: "https://vueuse.org/core/useColorMode/",
|
|
891
899
|
category: "Browser",
|
|
@@ -948,7 +956,7 @@ var functions$1 = [
|
|
|
948
956
|
{
|
|
949
957
|
name: "useDark",
|
|
950
958
|
"package": "core",
|
|
951
|
-
lastUpdated:
|
|
959
|
+
lastUpdated: 1662892188000,
|
|
952
960
|
component: true,
|
|
953
961
|
docs: "https://vueuse.org/core/useDark/",
|
|
954
962
|
category: "Browser",
|
|
@@ -962,7 +970,7 @@ var functions$1 = [
|
|
|
962
970
|
{
|
|
963
971
|
name: "useDateFormat",
|
|
964
972
|
"package": "shared",
|
|
965
|
-
lastUpdated:
|
|
973
|
+
lastUpdated: 1663994050000,
|
|
966
974
|
docs: "https://vueuse.org/shared/useDateFormat/",
|
|
967
975
|
category: "Time",
|
|
968
976
|
description: "get the formatted date according to the string of tokens passed in"
|
|
@@ -1011,7 +1019,7 @@ var functions$1 = [
|
|
|
1011
1019
|
{
|
|
1012
1020
|
name: "useDevicePixelRatio",
|
|
1013
1021
|
"package": "core",
|
|
1014
|
-
lastUpdated:
|
|
1022
|
+
lastUpdated: 1662386570000,
|
|
1015
1023
|
component: true,
|
|
1016
1024
|
docs: "https://vueuse.org/core/useDevicePixelRatio/",
|
|
1017
1025
|
category: "Sensors",
|
|
@@ -1020,11 +1028,11 @@ var functions$1 = [
|
|
|
1020
1028
|
{
|
|
1021
1029
|
name: "useDevicesList",
|
|
1022
1030
|
"package": "core",
|
|
1023
|
-
lastUpdated:
|
|
1031
|
+
lastUpdated: 1662892188000,
|
|
1024
1032
|
component: true,
|
|
1025
1033
|
docs: "https://vueuse.org/core/useDevicesList/",
|
|
1026
1034
|
category: "Sensors",
|
|
1027
|
-
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",
|
|
1028
1036
|
related: [
|
|
1029
1037
|
"useUserMedia"
|
|
1030
1038
|
]
|
|
@@ -1052,7 +1060,7 @@ var functions$1 = [
|
|
|
1052
1060
|
{
|
|
1053
1061
|
name: "useDraggable",
|
|
1054
1062
|
"package": "core",
|
|
1055
|
-
lastUpdated:
|
|
1063
|
+
lastUpdated: 1662386895000,
|
|
1056
1064
|
component: true,
|
|
1057
1065
|
docs: "https://vueuse.org/core/useDraggable/",
|
|
1058
1066
|
category: "Elements",
|
|
@@ -1104,7 +1112,7 @@ var functions$1 = [
|
|
|
1104
1112
|
{
|
|
1105
1113
|
name: "useElementSize",
|
|
1106
1114
|
"package": "core",
|
|
1107
|
-
lastUpdated:
|
|
1115
|
+
lastUpdated: 1662384935000,
|
|
1108
1116
|
component: true,
|
|
1109
1117
|
directive: true,
|
|
1110
1118
|
docs: "https://vueuse.org/core/useElementSize/",
|
|
@@ -1128,7 +1136,7 @@ var functions$1 = [
|
|
|
1128
1136
|
{
|
|
1129
1137
|
name: "useElementVisibility",
|
|
1130
1138
|
"package": "core",
|
|
1131
|
-
lastUpdated:
|
|
1139
|
+
lastUpdated: 1662384256000,
|
|
1132
1140
|
component: true,
|
|
1133
1141
|
directive: true,
|
|
1134
1142
|
docs: "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1171,7 +1179,7 @@ var functions$1 = [
|
|
|
1171
1179
|
{
|
|
1172
1180
|
name: "useFavicon",
|
|
1173
1181
|
"package": "core",
|
|
1174
|
-
lastUpdated:
|
|
1182
|
+
lastUpdated: 1661409315000,
|
|
1175
1183
|
docs: "https://vueuse.org/core/useFavicon/",
|
|
1176
1184
|
category: "Browser",
|
|
1177
1185
|
description: "reactive favicon"
|
|
@@ -1187,7 +1195,7 @@ var functions$1 = [
|
|
|
1187
1195
|
{
|
|
1188
1196
|
name: "useFileDialog",
|
|
1189
1197
|
"package": "core",
|
|
1190
|
-
lastUpdated:
|
|
1198
|
+
lastUpdated: 1662385329000,
|
|
1191
1199
|
docs: "https://vueuse.org/core/useFileDialog/",
|
|
1192
1200
|
category: "Browser",
|
|
1193
1201
|
description: "open file dialog with ease"
|
|
@@ -1203,7 +1211,7 @@ var functions$1 = [
|
|
|
1203
1211
|
{
|
|
1204
1212
|
name: "useFirestore",
|
|
1205
1213
|
"package": "firebase",
|
|
1206
|
-
lastUpdated:
|
|
1214
|
+
lastUpdated: 1664156408000,
|
|
1207
1215
|
docs: "https://vueuse.org/firebase/useFirestore/",
|
|
1208
1216
|
category: "@Firebase",
|
|
1209
1217
|
description: "reactive [Firestore](https://firebase.google.com/docs/firestore) binding",
|
|
@@ -1238,7 +1246,7 @@ var functions$1 = [
|
|
|
1238
1246
|
{
|
|
1239
1247
|
name: "useFocusWithin",
|
|
1240
1248
|
"package": "core",
|
|
1241
|
-
lastUpdated:
|
|
1249
|
+
lastUpdated: 1662285126000,
|
|
1242
1250
|
docs: "https://vueuse.org/core/useFocusWithin/",
|
|
1243
1251
|
category: "Sensors",
|
|
1244
1252
|
description: "reactive utility to track if an element or one of its decendants has focus"
|
|
@@ -1332,7 +1340,7 @@ var functions$1 = [
|
|
|
1332
1340
|
{
|
|
1333
1341
|
name: "useInterval",
|
|
1334
1342
|
"package": "shared",
|
|
1335
|
-
lastUpdated:
|
|
1343
|
+
lastUpdated: 1664157082000,
|
|
1336
1344
|
docs: "https://vueuse.org/shared/useInterval/",
|
|
1337
1345
|
category: "Animation",
|
|
1338
1346
|
description: "reactive counter increases on every interval"
|
|
@@ -1416,7 +1424,7 @@ var functions$1 = [
|
|
|
1416
1424
|
{
|
|
1417
1425
|
name: "useManualRefHistory",
|
|
1418
1426
|
"package": "core",
|
|
1419
|
-
lastUpdated:
|
|
1427
|
+
lastUpdated: 1662386652000,
|
|
1420
1428
|
docs: "https://vueuse.org/core/useManualRefHistory/",
|
|
1421
1429
|
category: "State",
|
|
1422
1430
|
description: "manually track the change history of a ref when the using calls `commit()`",
|
|
@@ -1451,7 +1459,7 @@ var functions$1 = [
|
|
|
1451
1459
|
{
|
|
1452
1460
|
name: "useMediaQuery",
|
|
1453
1461
|
"package": "core",
|
|
1454
|
-
lastUpdated:
|
|
1462
|
+
lastUpdated: 1662574748000,
|
|
1455
1463
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1456
1464
|
category: "Browser",
|
|
1457
1465
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1459,7 +1467,7 @@ var functions$1 = [
|
|
|
1459
1467
|
{
|
|
1460
1468
|
name: "useMemoize",
|
|
1461
1469
|
"package": "core",
|
|
1462
|
-
lastUpdated:
|
|
1470
|
+
lastUpdated: 1662384725000,
|
|
1463
1471
|
docs: "https://vueuse.org/core/useMemoize/",
|
|
1464
1472
|
category: "Utilities",
|
|
1465
1473
|
description: "cache results of functions depending on arguments and keep it reactive"
|
|
@@ -1547,7 +1555,7 @@ var functions$1 = [
|
|
|
1547
1555
|
{
|
|
1548
1556
|
name: "useNavigatorLanguage",
|
|
1549
1557
|
"package": "core",
|
|
1550
|
-
lastUpdated:
|
|
1558
|
+
lastUpdated: 1662892188000,
|
|
1551
1559
|
docs: "https://vueuse.org/core/useNavigatorLanguage/",
|
|
1552
1560
|
category: "Sensors",
|
|
1553
1561
|
description: "reactive [navigator.language](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/language)"
|
|
@@ -1748,7 +1756,7 @@ var functions$1 = [
|
|
|
1748
1756
|
{
|
|
1749
1757
|
name: "useRefHistory",
|
|
1750
1758
|
"package": "core",
|
|
1751
|
-
lastUpdated:
|
|
1759
|
+
lastUpdated: 1662386652000,
|
|
1752
1760
|
docs: "https://vueuse.org/core/useRefHistory/",
|
|
1753
1761
|
category: "State",
|
|
1754
1762
|
description: "track the change history of a ref",
|
|
@@ -1761,7 +1769,7 @@ var functions$1 = [
|
|
|
1761
1769
|
{
|
|
1762
1770
|
name: "useResizeObserver",
|
|
1763
1771
|
"package": "core",
|
|
1764
|
-
lastUpdated:
|
|
1772
|
+
lastUpdated: 1662384935000,
|
|
1765
1773
|
docs: "https://vueuse.org/core/useResizeObserver/",
|
|
1766
1774
|
category: "Elements",
|
|
1767
1775
|
description: "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -1842,7 +1850,7 @@ var functions$1 = [
|
|
|
1842
1850
|
{
|
|
1843
1851
|
name: "useScroll",
|
|
1844
1852
|
"package": "core",
|
|
1845
|
-
lastUpdated:
|
|
1853
|
+
lastUpdated: 1664156364000,
|
|
1846
1854
|
directive: true,
|
|
1847
1855
|
docs: "https://vueuse.org/core/useScroll/",
|
|
1848
1856
|
category: "Sensors",
|
|
@@ -1886,7 +1894,7 @@ var functions$1 = [
|
|
|
1886
1894
|
{
|
|
1887
1895
|
name: "useSpeechRecognition",
|
|
1888
1896
|
"package": "core",
|
|
1889
|
-
lastUpdated:
|
|
1897
|
+
lastUpdated: 1662892188000,
|
|
1890
1898
|
docs: "https://vueuse.org/core/useSpeechRecognition/",
|
|
1891
1899
|
category: "Sensors",
|
|
1892
1900
|
description: "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
|
|
@@ -2048,7 +2056,7 @@ var functions$1 = [
|
|
|
2048
2056
|
{
|
|
2049
2057
|
name: "useTimeAgo",
|
|
2050
2058
|
"package": "core",
|
|
2051
|
-
lastUpdated:
|
|
2059
|
+
lastUpdated: 1664156942000,
|
|
2052
2060
|
component: true,
|
|
2053
2061
|
docs: "https://vueuse.org/core/useTimeAgo/",
|
|
2054
2062
|
category: "Time",
|
|
@@ -2057,7 +2065,7 @@ var functions$1 = [
|
|
|
2057
2065
|
{
|
|
2058
2066
|
name: "useTimeout",
|
|
2059
2067
|
"package": "shared",
|
|
2060
|
-
lastUpdated:
|
|
2068
|
+
lastUpdated: 1664157082000,
|
|
2061
2069
|
docs: "https://vueuse.org/shared/useTimeout/",
|
|
2062
2070
|
category: "Animation",
|
|
2063
2071
|
description: "update value after a given time with controls"
|
|
@@ -2081,7 +2089,7 @@ var functions$1 = [
|
|
|
2081
2089
|
{
|
|
2082
2090
|
name: "useTimestamp",
|
|
2083
2091
|
"package": "core",
|
|
2084
|
-
lastUpdated:
|
|
2092
|
+
lastUpdated: 1664157082000,
|
|
2085
2093
|
component: true,
|
|
2086
2094
|
docs: "https://vueuse.org/core/useTimestamp/",
|
|
2087
2095
|
category: "Animation",
|
|
@@ -2147,7 +2155,7 @@ var functions$1 = [
|
|
|
2147
2155
|
{
|
|
2148
2156
|
name: "useUrlSearchParams",
|
|
2149
2157
|
"package": "core",
|
|
2150
|
-
lastUpdated:
|
|
2158
|
+
lastUpdated: 1662286506000,
|
|
2151
2159
|
docs: "https://vueuse.org/core/useUrlSearchParams/",
|
|
2152
2160
|
category: "Browser",
|
|
2153
2161
|
description: "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
|
@@ -2185,7 +2193,7 @@ var functions$1 = [
|
|
|
2185
2193
|
{
|
|
2186
2194
|
name: "useVModel",
|
|
2187
2195
|
"package": "core",
|
|
2188
|
-
lastUpdated:
|
|
2196
|
+
lastUpdated: 1662386652000,
|
|
2189
2197
|
docs: "https://vueuse.org/core/useVModel/",
|
|
2190
2198
|
category: "Component",
|
|
2191
2199
|
description: "shorthand for v-model binding",
|
|
@@ -2223,7 +2231,7 @@ var functions$1 = [
|
|
|
2223
2231
|
{
|
|
2224
2232
|
name: "useWebSocket",
|
|
2225
2233
|
"package": "core",
|
|
2226
|
-
lastUpdated:
|
|
2234
|
+
lastUpdated: 1664132672000,
|
|
2227
2235
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2228
2236
|
category: "Network",
|
|
2229
2237
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2270,7 +2278,7 @@ var functions$1 = [
|
|
|
2270
2278
|
{
|
|
2271
2279
|
name: "useWindowSize",
|
|
2272
2280
|
"package": "core",
|
|
2273
|
-
lastUpdated:
|
|
2281
|
+
lastUpdated: 1662285565000,
|
|
2274
2282
|
component: true,
|
|
2275
2283
|
docs: "https://vueuse.org/core/useWindowSize/",
|
|
2276
2284
|
category: "Elements",
|
|
@@ -2309,7 +2317,7 @@ var functions$1 = [
|
|
|
2309
2317
|
{
|
|
2310
2318
|
name: "watchAtMost",
|
|
2311
2319
|
"package": "shared",
|
|
2312
|
-
lastUpdated:
|
|
2320
|
+
lastUpdated: 1662892188000,
|
|
2313
2321
|
docs: "https://vueuse.org/shared/watchAtMost/",
|
|
2314
2322
|
category: "Watch",
|
|
2315
2323
|
description: "`watch` with the number of times triggered"
|
|
@@ -2317,7 +2325,7 @@ var functions$1 = [
|
|
|
2317
2325
|
{
|
|
2318
2326
|
name: "watchDebounced",
|
|
2319
2327
|
"package": "shared",
|
|
2320
|
-
lastUpdated:
|
|
2328
|
+
lastUpdated: 1662892188000,
|
|
2321
2329
|
docs: "https://vueuse.org/shared/watchDebounced/",
|
|
2322
2330
|
category: "Watch",
|
|
2323
2331
|
description: "debounced watch",
|
|
@@ -2339,7 +2347,7 @@ var functions$1 = [
|
|
|
2339
2347
|
{
|
|
2340
2348
|
name: "watchOnce",
|
|
2341
2349
|
"package": "shared",
|
|
2342
|
-
lastUpdated:
|
|
2350
|
+
lastUpdated: 1662892188000,
|
|
2343
2351
|
docs: "https://vueuse.org/shared/watchOnce/",
|
|
2344
2352
|
category: "Watch",
|
|
2345
2353
|
description: "`watch` that only triggers once"
|
|
@@ -2347,7 +2355,7 @@ var functions$1 = [
|
|
|
2347
2355
|
{
|
|
2348
2356
|
name: "watchPausable",
|
|
2349
2357
|
"package": "shared",
|
|
2350
|
-
lastUpdated:
|
|
2358
|
+
lastUpdated: 1662892188000,
|
|
2351
2359
|
docs: "https://vueuse.org/shared/watchPausable/",
|
|
2352
2360
|
category: "Watch",
|
|
2353
2361
|
description: "pausable watch",
|
|
@@ -2377,7 +2385,7 @@ var functions$1 = [
|
|
|
2377
2385
|
{
|
|
2378
2386
|
name: "watchWithFilter",
|
|
2379
2387
|
"package": "shared",
|
|
2380
|
-
lastUpdated:
|
|
2388
|
+
lastUpdated: 1662892188000,
|
|
2381
2389
|
docs: "https://vueuse.org/shared/watchWithFilter/",
|
|
2382
2390
|
category: "Watch",
|
|
2383
2391
|
description: "`watch` with additional EventFilter control"
|