@vueuse/metadata 14.0.0 → 14.2.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/dist/index.js CHANGED
@@ -147,7 +147,7 @@ var functions$1 = [
147
147
  {
148
148
  "name": "computedAsync",
149
149
  "package": "core",
150
- "lastUpdated": 1758032428e3,
150
+ "lastUpdated": 1767923245e3,
151
151
  "docs": "https://vueuse.org/core/computedAsync/",
152
152
  "category": "Reactivity",
153
153
  "description": "computed for async functions",
@@ -165,15 +165,15 @@ var functions$1 = [
165
165
  {
166
166
  "name": "computedInject",
167
167
  "package": "core",
168
- "lastUpdated": 1750640493e3,
168
+ "lastUpdated": 1767755257e3,
169
169
  "docs": "https://vueuse.org/core/computedInject/",
170
170
  "category": "Component",
171
- "description": "combine computed and inject"
171
+ "description": "combine `computed` and `inject`"
172
172
  },
173
173
  {
174
174
  "name": "computedWithControl",
175
175
  "package": "shared",
176
- "lastUpdated": 1757478278e3,
176
+ "lastUpdated": 1767755257e3,
177
177
  "docs": "https://vueuse.org/shared/computedWithControl/",
178
178
  "category": "Reactivity",
179
179
  "description": "explicitly define the dependencies of computed",
@@ -360,7 +360,7 @@ var functions$1 = [
360
360
  {
361
361
  "name": "onClickOutside",
362
362
  "package": "core",
363
- "lastUpdated": 1760558393e3,
363
+ "lastUpdated": 1767755257e3,
364
364
  "component": true,
365
365
  "directive": true,
366
366
  "docs": "https://vueuse.org/core/onClickOutside/",
@@ -373,7 +373,7 @@ var functions$1 = [
373
373
  "lastUpdated": 1735805567e3,
374
374
  "docs": "https://vueuse.org/core/onElementRemoval/",
375
375
  "category": "Sensors",
376
- "description": "fires when the element or any element containing it is removed"
376
+ "description": "fires when the element or any element containing it is removed from the DOM"
377
377
  },
378
378
  {
379
379
  "name": "onKeyStroke",
@@ -447,7 +447,7 @@ var functions$1 = [
447
447
  {
448
448
  "name": "reactivePick",
449
449
  "package": "shared",
450
- "lastUpdated": 1758032498e3,
450
+ "lastUpdated": 1767755257e3,
451
451
  "docs": "https://vueuse.org/shared/reactivePick/",
452
452
  "category": "Reactivity",
453
453
  "description": "reactively pick fields from a reactive object"
@@ -482,11 +482,10 @@ var functions$1 = [
482
482
  {
483
483
  "name": "refManualReset",
484
484
  "package": "shared",
485
- "lastUpdated": 1757478066e3,
485
+ "lastUpdated": 176792353e4,
486
486
  "docs": "https://vueuse.org/shared/refManualReset/",
487
487
  "category": "Reactivity",
488
- "description": "create a ref with manual reset functionality",
489
- "alias": ["manualResetRef"]
488
+ "description": "create a ref with manual reset functionality"
490
489
  },
491
490
  {
492
491
  "name": "refThrottled",
@@ -519,7 +518,7 @@ var functions$1 = [
519
518
  {
520
519
  "name": "syncRef",
521
520
  "package": "shared",
522
- "lastUpdated": 1732178709e3,
521
+ "lastUpdated": 1764573571e3,
523
522
  "docs": "https://vueuse.org/shared/syncRef/",
524
523
  "category": "Reactivity",
525
524
  "description": "two-way refs synchronization",
@@ -626,7 +625,7 @@ var functions$1 = [
626
625
  {
627
626
  "name": "until",
628
627
  "package": "shared",
629
- "lastUpdated": 1758032428e3,
628
+ "lastUpdated": 1767923245e3,
630
629
  "docs": "https://vueuse.org/shared/until/",
631
630
  "category": "Watch",
632
631
  "description": "promised one-time watch for changes"
@@ -659,7 +658,7 @@ var functions$1 = [
659
658
  {
660
659
  "name": "useArrayDifference",
661
660
  "package": "shared",
662
- "lastUpdated": 175367704e4,
661
+ "lastUpdated": 1767755257e3,
663
662
  "docs": "https://vueuse.org/shared/useArrayDifference/",
664
663
  "category": "Array",
665
664
  "description": "reactive get array difference of two arrays"
@@ -731,7 +730,7 @@ var functions$1 = [
731
730
  {
732
731
  "name": "useArrayReduce",
733
732
  "package": "shared",
734
- "lastUpdated": 175367704e4,
733
+ "lastUpdated": 1764120879e3,
735
734
  "docs": "https://vueuse.org/shared/useArrayReduce/",
736
735
  "category": "Array",
737
736
  "description": "reactive `Array.reduce`"
@@ -755,7 +754,7 @@ var functions$1 = [
755
754
  {
756
755
  "name": "useAsyncQueue",
757
756
  "package": "core",
758
- "lastUpdated": 1739701304e3,
757
+ "lastUpdated": 1764121112e3,
759
758
  "docs": "https://vueuse.org/core/useAsyncQueue/",
760
759
  "category": "Utilities",
761
760
  "description": "executes each asynchronous task sequentially and passes the current task result to the next task"
@@ -763,7 +762,7 @@ var functions$1 = [
763
762
  {
764
763
  "name": "useAsyncState",
765
764
  "package": "core",
766
- "lastUpdated": 1758290052e3,
765
+ "lastUpdated": 1766198217e3,
767
766
  "docs": "https://vueuse.org/core/useAsyncState/",
768
767
  "category": "State",
769
768
  "description": "reactive async state"
@@ -890,7 +889,7 @@ var functions$1 = [
890
889
  {
891
890
  "name": "useClipboard",
892
891
  "package": "core",
893
- "lastUpdated": 1761113426e3,
892
+ "lastUpdated": 1764121244e3,
894
893
  "component": true,
895
894
  "docs": "https://vueuse.org/core/useClipboard/",
896
895
  "category": "Browser",
@@ -948,10 +947,10 @@ var functions$1 = [
948
947
  {
949
948
  "name": "useCountdown",
950
949
  "package": "core",
951
- "lastUpdated": 1741147666e3,
950
+ "lastUpdated": 1769407468e3,
952
951
  "docs": "https://vueuse.org/core/useCountdown/",
953
952
  "category": "Time",
954
- "description": "wrapper for `useIntervalFn` that provides a countdown timer"
953
+ "description": "reactive countdown timer in seconds"
955
954
  },
956
955
  {
957
956
  "name": "useCounter",
@@ -961,6 +960,14 @@ var functions$1 = [
961
960
  "category": "Utilities",
962
961
  "description": "basic counter with utility functions"
963
962
  },
963
+ {
964
+ "name": "useCssSupports",
965
+ "package": "core",
966
+ "lastUpdated": 1769839347e3,
967
+ "docs": "https://vueuse.org/core/useCssSupports/",
968
+ "category": "Browser",
969
+ "description": "SSR compatible and reactive [`CSS.supports`](https://developer.mozilla.org/docs/Web/API/CSS/supports_static)"
970
+ },
964
971
  {
965
972
  "name": "useCssVar",
966
973
  "package": "core",
@@ -1074,7 +1081,7 @@ var functions$1 = [
1074
1081
  {
1075
1082
  "name": "useDocumentVisibility",
1076
1083
  "package": "core",
1077
- "lastUpdated": 1756726434e3,
1084
+ "lastUpdated": 1768351807e3,
1078
1085
  "component": true,
1079
1086
  "docs": "https://vueuse.org/core/useDocumentVisibility/",
1080
1087
  "category": "Elements",
@@ -1083,7 +1090,7 @@ var functions$1 = [
1083
1090
  {
1084
1091
  "name": "useDraggable",
1085
1092
  "package": "core",
1086
- "lastUpdated": 1741147666e3,
1093
+ "lastUpdated": 1769839478e3,
1087
1094
  "component": true,
1088
1095
  "docs": "https://vueuse.org/core/useDraggable/",
1089
1096
  "category": "Elements",
@@ -1101,7 +1108,7 @@ var functions$1 = [
1101
1108
  {
1102
1109
  "name": "useDropZone",
1103
1110
  "package": "core",
1104
- "lastUpdated": 1743510396e3,
1111
+ "lastUpdated": 1764121826e3,
1105
1112
  "docs": "https://vueuse.org/core/useDropZone/",
1106
1113
  "category": "Elements",
1107
1114
  "description": "create a zone where files can be dropped"
@@ -1119,7 +1126,7 @@ var functions$1 = [
1119
1126
  {
1120
1127
  "name": "useElementByPoint",
1121
1128
  "package": "core",
1122
- "lastUpdated": 1741147666e3,
1129
+ "lastUpdated": 1769407468e3,
1123
1130
  "docs": "https://vueuse.org/core/useElementByPoint/",
1124
1131
  "category": "Sensors",
1125
1132
  "description": "reactive element by point"
@@ -1160,7 +1167,7 @@ var functions$1 = [
1160
1167
  {
1161
1168
  "name": "useElementVisibility",
1162
1169
  "package": "core",
1163
- "lastUpdated": 1756726434e3,
1170
+ "lastUpdated": 1765715232e3,
1164
1171
  "component": true,
1165
1172
  "directive": true,
1166
1173
  "docs": "https://vueuse.org/core/useElementVisibility/",
@@ -1178,7 +1185,7 @@ var functions$1 = [
1178
1185
  {
1179
1186
  "name": "useEventListener",
1180
1187
  "package": "core",
1181
- "lastUpdated": 1754016533e3,
1188
+ "lastUpdated": 1767755257e3,
1182
1189
  "docs": "https://vueuse.org/core/useEventListener/",
1183
1190
  "category": "Browser",
1184
1191
  "description": "use EventListener with ease"
@@ -1194,7 +1201,7 @@ var functions$1 = [
1194
1201
  {
1195
1202
  "name": "useExtractedObservable",
1196
1203
  "package": "rxjs",
1197
- "lastUpdated": 1756426878e3,
1204
+ "lastUpdated": 1764121058e3,
1198
1205
  "docs": "https://vueuse.org/rxjs/useExtractedObservable/",
1199
1206
  "category": "@RxJS",
1200
1207
  "description": "use an RxJS [`Observable`](https://rxjs.dev/guide/observable) as extracted from one or more composables"
@@ -1211,7 +1218,7 @@ var functions$1 = [
1211
1218
  {
1212
1219
  "name": "useFavicon",
1213
1220
  "package": "core",
1214
- "lastUpdated": 1741147666e3,
1221
+ "lastUpdated": 1767755257e3,
1215
1222
  "docs": "https://vueuse.org/core/useFavicon/",
1216
1223
  "category": "Browser",
1217
1224
  "description": "reactive favicon"
@@ -1243,7 +1250,7 @@ var functions$1 = [
1243
1250
  {
1244
1251
  "name": "useFirestore",
1245
1252
  "package": "firebase",
1246
- "lastUpdated": 1750322801e3,
1253
+ "lastUpdated": 1767755257e3,
1247
1254
  "docs": "https://vueuse.org/firebase/useFirestore/",
1248
1255
  "category": "@Firebase",
1249
1256
  "description": "reactive [Firestore](https://firebase.google.com/docs/firestore) binding",
@@ -1363,7 +1370,7 @@ var functions$1 = [
1363
1370
  {
1364
1371
  "name": "useInfiniteScroll",
1365
1372
  "package": "core",
1366
- "lastUpdated": 1741147666e3,
1373
+ "lastUpdated": 1769839436e3,
1367
1374
  "directive": true,
1368
1375
  "docs": "https://vueuse.org/core/useInfiniteScroll/",
1369
1376
  "category": "Sensors",
@@ -1372,7 +1379,7 @@ var functions$1 = [
1372
1379
  {
1373
1380
  "name": "useIntersectionObserver",
1374
1381
  "package": "core",
1375
- "lastUpdated": 1741147666e3,
1382
+ "lastUpdated": 1765337003e3,
1376
1383
  "directive": true,
1377
1384
  "docs": "https://vueuse.org/core/useIntersectionObserver/",
1378
1385
  "category": "Elements",
@@ -1384,7 +1391,7 @@ var functions$1 = [
1384
1391
  "lastUpdated": 1744088337e3,
1385
1392
  "docs": "https://vueuse.org/shared/useInterval/",
1386
1393
  "category": "Animation",
1387
- "description": "reactive counter increases on every interval"
1394
+ "description": "reactive counter that increases on every interval"
1388
1395
  },
1389
1396
  {
1390
1397
  "name": "useIntervalFn",
@@ -1400,7 +1407,7 @@ var functions$1 = [
1400
1407
  "lastUpdated": 1739701304e3,
1401
1408
  "docs": "https://vueuse.org/electron/useIpcRenderer/",
1402
1409
  "category": "@Electron",
1403
- "description": "provides [ipcRenderer](https://www.electronjs.org/docs/api/ipc-renderer) and all of its APIs"
1410
+ "description": "provides [ipcRenderer](https://www.electronjs.org/docs/api/ipc-renderer) and all of its APIs with Vue reactivity"
1404
1411
  },
1405
1412
  {
1406
1413
  "name": "useIpcRendererInvoke",
@@ -1455,7 +1462,7 @@ var functions$1 = [
1455
1462
  {
1456
1463
  "name": "useMagicKeys",
1457
1464
  "package": "core",
1458
- "lastUpdated": 1758032498e3,
1465
+ "lastUpdated": 1769007613e3,
1459
1466
  "docs": "https://vueuse.org/core/useMagicKeys/",
1460
1467
  "category": "Sensors",
1461
1468
  "description": "reactive keys pressed state"
@@ -1512,7 +1519,7 @@ var functions$1 = [
1512
1519
  {
1513
1520
  "name": "useMemory",
1514
1521
  "package": "core",
1515
- "lastUpdated": 175367704e4,
1522
+ "lastUpdated": 1769407468e3,
1516
1523
  "docs": "https://vueuse.org/core/useMemory/",
1517
1524
  "category": "Browser",
1518
1525
  "description": "reactive Memory Info"
@@ -1566,7 +1573,7 @@ var functions$1 = [
1566
1573
  {
1567
1574
  "name": "useMouseInElement",
1568
1575
  "package": "core",
1569
- "lastUpdated": 1753176573e3,
1576
+ "lastUpdated": 1763544299e3,
1570
1577
  "component": true,
1571
1578
  "directive": true,
1572
1579
  "docs": "https://vueuse.org/core/useMouseInElement/",
@@ -1610,7 +1617,7 @@ var functions$1 = [
1610
1617
  {
1611
1618
  "name": "useNow",
1612
1619
  "package": "core",
1613
- "lastUpdated": 175367704e4,
1620
+ "lastUpdated": 1769407468e3,
1614
1621
  "component": true,
1615
1622
  "docs": "https://vueuse.org/core/useNow/",
1616
1623
  "category": "Animation",
@@ -1696,7 +1703,7 @@ var functions$1 = [
1696
1703
  {
1697
1704
  "name": "usePermission",
1698
1705
  "package": "core",
1699
- "lastUpdated": 175367704e4,
1706
+ "lastUpdated": 1767755257e3,
1700
1707
  "docs": "https://vueuse.org/core/usePermission/",
1701
1708
  "category": "Browser",
1702
1709
  "description": "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)",
@@ -1828,7 +1835,7 @@ var functions$1 = [
1828
1835
  {
1829
1836
  "name": "useRefHistory",
1830
1837
  "package": "core",
1831
- "lastUpdated": 1758032428e3,
1838
+ "lastUpdated": 1767923245e3,
1832
1839
  "docs": "https://vueuse.org/core/useRefHistory/",
1833
1840
  "category": "State",
1834
1841
  "description": "track the change history of a ref",
@@ -1841,7 +1848,7 @@ var functions$1 = [
1841
1848
  {
1842
1849
  "name": "useResizeObserver",
1843
1850
  "package": "core",
1844
- "lastUpdated": 1741147666e3,
1851
+ "lastUpdated": 1764121937e3,
1845
1852
  "directive": true,
1846
1853
  "docs": "https://vueuse.org/core/useResizeObserver/",
1847
1854
  "category": "Elements",
@@ -1866,7 +1873,7 @@ var functions$1 = [
1866
1873
  {
1867
1874
  "name": "useRouteParams",
1868
1875
  "package": "router",
1869
- "lastUpdated": 1741147666e3,
1876
+ "lastUpdated": 1767755257e3,
1870
1877
  "docs": "https://vueuse.org/router/useRouteParams/",
1871
1878
  "category": "@Router",
1872
1879
  "description": "shorthand for a reactive `route.params`"
@@ -1874,7 +1881,7 @@ var functions$1 = [
1874
1881
  {
1875
1882
  "name": "useRouteQuery",
1876
1883
  "package": "router",
1877
- "lastUpdated": 1758032498e3,
1884
+ "lastUpdated": 1767755257e3,
1878
1885
  "docs": "https://vueuse.org/router/useRouteQuery/",
1879
1886
  "category": "@Router",
1880
1887
  "description": "shorthand for a reactive `route.query`"
@@ -1923,7 +1930,7 @@ var functions$1 = [
1923
1930
  {
1924
1931
  "name": "useScroll",
1925
1932
  "package": "core",
1926
- "lastUpdated": 1750320794e3,
1933
+ "lastUpdated": 1764121809e3,
1927
1934
  "directive": true,
1928
1935
  "docs": "https://vueuse.org/core/useScroll/",
1929
1936
  "category": "Sensors",
@@ -1958,7 +1965,7 @@ var functions$1 = [
1958
1965
  {
1959
1966
  "name": "useSortable",
1960
1967
  "package": "integrations",
1961
- "lastUpdated": 1748336126e3,
1968
+ "lastUpdated": 1768378454e3,
1962
1969
  "component": true,
1963
1970
  "docs": "https://vueuse.org/integrations/useSortable/",
1964
1971
  "category": "@Integrations",
@@ -1983,7 +1990,7 @@ var functions$1 = [
1983
1990
  {
1984
1991
  "name": "useSpeechRecognition",
1985
1992
  "package": "core",
1986
- "lastUpdated": 1741147666e3,
1993
+ "lastUpdated": 176412208e4,
1987
1994
  "docs": "https://vueuse.org/core/useSpeechRecognition/",
1988
1995
  "category": "Sensors",
1989
1996
  "description": "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
@@ -2022,7 +2029,7 @@ var functions$1 = [
2022
2029
  {
2023
2030
  "name": "useStorage",
2024
2031
  "package": "core",
2025
- "lastUpdated": 1755496695e3,
2032
+ "lastUpdated": 1767755257e3,
2026
2033
  "docs": "https://vueuse.org/core/useStorage/",
2027
2034
  "category": "State",
2028
2035
  "description": "create a reactive ref that can be used to access & modify [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) or [SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
@@ -2102,7 +2109,7 @@ var functions$1 = [
2102
2109
  {
2103
2110
  "name": "useTextareaAutosize",
2104
2111
  "package": "core",
2105
- "lastUpdated": 1743501305e3,
2112
+ "lastUpdated": 176420545e4,
2106
2113
  "docs": "https://vueuse.org/core/useTextareaAutosize/",
2107
2114
  "category": "Browser",
2108
2115
  "description": "automatically update the height of a textarea depending on the content"
@@ -2148,7 +2155,7 @@ var functions$1 = [
2148
2155
  {
2149
2156
  "name": "useTimeAgo",
2150
2157
  "package": "core",
2151
- "lastUpdated": 175367704e4,
2158
+ "lastUpdated": 1769407468e3,
2152
2159
  "component": true,
2153
2160
  "docs": "https://vueuse.org/core/useTimeAgo/",
2154
2161
  "category": "Time",
@@ -2157,7 +2164,7 @@ var functions$1 = [
2157
2164
  {
2158
2165
  "name": "useTimeAgoIntl",
2159
2166
  "package": "core",
2160
- "lastUpdated": 175549697e4,
2167
+ "lastUpdated": 1769407468e3,
2161
2168
  "docs": "https://vueuse.org/core/useTimeAgoIntl/",
2162
2169
  "category": "Time",
2163
2170
  "description": "reactive time ago with i18n supported"
@@ -2165,10 +2172,10 @@ var functions$1 = [
2165
2172
  {
2166
2173
  "name": "useTimeout",
2167
2174
  "package": "shared",
2168
- "lastUpdated": 1744088337e3,
2175
+ "lastUpdated": 1762306081e3,
2169
2176
  "docs": "https://vueuse.org/shared/useTimeout/",
2170
2177
  "category": "Animation",
2171
- "description": "update value after a given time with controls"
2178
+ "description": "reactive value that becomes `true` after a given time"
2172
2179
  },
2173
2180
  {
2174
2181
  "name": "useTimeoutFn",
@@ -2189,7 +2196,7 @@ var functions$1 = [
2189
2196
  {
2190
2197
  "name": "useTimestamp",
2191
2198
  "package": "core",
2192
- "lastUpdated": 1739701304e3,
2199
+ "lastUpdated": 1769407468e3,
2193
2200
  "component": true,
2194
2201
  "docs": "https://vueuse.org/core/useTimestamp/",
2195
2202
  "category": "Animation",
@@ -2246,7 +2253,7 @@ var functions$1 = [
2246
2253
  {
2247
2254
  "name": "useUrlSearchParams",
2248
2255
  "package": "core",
2249
- "lastUpdated": 1756426726e3,
2256
+ "lastUpdated": 1764573571e3,
2250
2257
  "docs": "https://vueuse.org/core/useUrlSearchParams/",
2251
2258
  "category": "Browser",
2252
2259
  "description": "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
@@ -2267,7 +2274,7 @@ var functions$1 = [
2267
2274
  {
2268
2275
  "name": "useVibrate",
2269
2276
  "package": "core",
2270
- "lastUpdated": 175367704e4,
2277
+ "lastUpdated": 1769407468e3,
2271
2278
  "docs": "https://vueuse.org/core/useVibrate/",
2272
2279
  "category": "Browser",
2273
2280
  "description": "reactive [Vibration API](https://developer.mozilla.org/en-US/docs/Web/API/Vibration_API)"
@@ -2318,7 +2325,7 @@ var functions$1 = [
2318
2325
  {
2319
2326
  "name": "useWebSocket",
2320
2327
  "package": "core",
2321
- "lastUpdated": 1750320219e3,
2328
+ "lastUpdated": 1769407468e3,
2322
2329
  "docs": "https://vueuse.org/core/useWebSocket/",
2323
2330
  "category": "Network",
2324
2331
  "description": "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
@@ -2326,7 +2333,7 @@ var functions$1 = [
2326
2333
  {
2327
2334
  "name": "useWebWorker",
2328
2335
  "package": "core",
2329
- "lastUpdated": 1754016533e3,
2336
+ "lastUpdated": 1767755257e3,
2330
2337
  "docs": "https://vueuse.org/core/useWebWorker/",
2331
2338
  "category": "Browser",
2332
2339
  "description": "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
@@ -2400,7 +2407,7 @@ var functions$1 = [
2400
2407
  {
2401
2408
  "name": "watchAtMost",
2402
2409
  "package": "shared",
2403
- "lastUpdated": 1758032082e3,
2410
+ "lastUpdated": 176420545e4,
2404
2411
  "docs": "https://vueuse.org/shared/watchAtMost/",
2405
2412
  "category": "Watch",
2406
2413
  "description": "`watch` with the number of times triggered"
@@ -2408,7 +2415,7 @@ var functions$1 = [
2408
2415
  {
2409
2416
  "name": "watchDebounced",
2410
2417
  "package": "shared",
2411
- "lastUpdated": 1758031891e3,
2418
+ "lastUpdated": 176420545e4,
2412
2419
  "docs": "https://vueuse.org/shared/watchDebounced/",
2413
2420
  "category": "Watch",
2414
2421
  "description": "debounced watch",
@@ -2417,7 +2424,7 @@ var functions$1 = [
2417
2424
  {
2418
2425
  "name": "watchDeep",
2419
2426
  "package": "shared",
2420
- "lastUpdated": 1758031891e3,
2427
+ "lastUpdated": 1767755257e3,
2421
2428
  "docs": "https://vueuse.org/shared/watchDeep/",
2422
2429
  "category": "Watch",
2423
2430
  "description": "shorthand for watching value with `{deep: true}`"
@@ -2425,7 +2432,7 @@ var functions$1 = [
2425
2432
  {
2426
2433
  "name": "watchExtractedObservable",
2427
2434
  "package": "rxjs",
2428
- "lastUpdated": 1758031891e3,
2435
+ "lastUpdated": 1767755257e3,
2429
2436
  "docs": "https://vueuse.org/rxjs/watchExtractedObservable/",
2430
2437
  "category": "@RxJS",
2431
2438
  "description": "watch the values of an RxJS [`Observable`](https://rxjs.dev/guide/observable) as extracted from one or more composables"
@@ -2433,7 +2440,7 @@ var functions$1 = [
2433
2440
  {
2434
2441
  "name": "watchIgnorable",
2435
2442
  "package": "shared",
2436
- "lastUpdated": 1757478278e3,
2443
+ "lastUpdated": 176420545e4,
2437
2444
  "docs": "https://vueuse.org/shared/watchIgnorable/",
2438
2445
  "category": "Watch",
2439
2446
  "description": "ignorable watch",
@@ -2442,7 +2449,7 @@ var functions$1 = [
2442
2449
  {
2443
2450
  "name": "watchImmediate",
2444
2451
  "package": "shared",
2445
- "lastUpdated": 1758031891e3,
2452
+ "lastUpdated": 1767755257e3,
2446
2453
  "docs": "https://vueuse.org/shared/watchImmediate/",
2447
2454
  "category": "Watch",
2448
2455
  "description": "shorthand for watching value with `{immediate: true}`"
@@ -2450,7 +2457,7 @@ var functions$1 = [
2450
2457
  {
2451
2458
  "name": "watchOnce",
2452
2459
  "package": "shared",
2453
- "lastUpdated": 1758031891e3,
2460
+ "lastUpdated": 1767755257e3,
2454
2461
  "docs": "https://vueuse.org/shared/watchOnce/",
2455
2462
  "category": "Watch",
2456
2463
  "description": "shorthand for watching value with `{ once: true }`"
@@ -2458,7 +2465,7 @@ var functions$1 = [
2458
2465
  {
2459
2466
  "name": "watchPausable",
2460
2467
  "package": "shared",
2461
- "lastUpdated": 1758032143e3,
2468
+ "lastUpdated": 1765526785e3,
2462
2469
  "docs": "https://vueuse.org/shared/watchPausable/",
2463
2470
  "category": "Watch",
2464
2471
  "description": "pausable watch",
@@ -2467,7 +2474,7 @@ var functions$1 = [
2467
2474
  {
2468
2475
  "name": "watchThrottled",
2469
2476
  "package": "shared",
2470
- "lastUpdated": 1758031891e3,
2477
+ "lastUpdated": 176420545e4,
2471
2478
  "docs": "https://vueuse.org/shared/watchThrottled/",
2472
2479
  "category": "Watch",
2473
2480
  "description": "throttled watch",
@@ -2476,7 +2483,7 @@ var functions$1 = [
2476
2483
  {
2477
2484
  "name": "watchTriggerable",
2478
2485
  "package": "shared",
2479
- "lastUpdated": 1735017005e3,
2486
+ "lastUpdated": 176420545e4,
2480
2487
  "docs": "https://vueuse.org/shared/watchTriggerable/",
2481
2488
  "category": "Watch",
2482
2489
  "description": "watch that can be triggered manually"
@@ -2484,7 +2491,7 @@ var functions$1 = [
2484
2491
  {
2485
2492
  "name": "watchWithFilter",
2486
2493
  "package": "shared",
2487
- "lastUpdated": 1758031891e3,
2494
+ "lastUpdated": 176420545e4,
2488
2495
  "docs": "https://vueuse.org/shared/watchWithFilter/",
2489
2496
  "category": "Watch",
2490
2497
  "description": "`watch` with additional EventFilter control"
package/dist/index.json CHANGED
@@ -156,7 +156,7 @@
156
156
  {
157
157
  "name": "computedAsync",
158
158
  "package": "core",
159
- "lastUpdated": 1758032428000,
159
+ "lastUpdated": 1767923245000,
160
160
  "docs": "https://vueuse.org/core/computedAsync/",
161
161
  "category": "Reactivity",
162
162
  "description": "computed for async functions",
@@ -178,15 +178,15 @@
178
178
  {
179
179
  "name": "computedInject",
180
180
  "package": "core",
181
- "lastUpdated": 1750640493000,
181
+ "lastUpdated": 1767755257000,
182
182
  "docs": "https://vueuse.org/core/computedInject/",
183
183
  "category": "Component",
184
- "description": "combine computed and inject"
184
+ "description": "combine `computed` and `inject`"
185
185
  },
186
186
  {
187
187
  "name": "computedWithControl",
188
188
  "package": "shared",
189
- "lastUpdated": 1757478278000,
189
+ "lastUpdated": 1767755257000,
190
190
  "docs": "https://vueuse.org/shared/computedWithControl/",
191
191
  "category": "Reactivity",
192
192
  "description": "explicitly define the dependencies of computed",
@@ -404,7 +404,7 @@
404
404
  {
405
405
  "name": "onClickOutside",
406
406
  "package": "core",
407
- "lastUpdated": 1760558393000,
407
+ "lastUpdated": 1767755257000,
408
408
  "component": true,
409
409
  "directive": true,
410
410
  "docs": "https://vueuse.org/core/onClickOutside/",
@@ -417,7 +417,7 @@
417
417
  "lastUpdated": 1735805567000,
418
418
  "docs": "https://vueuse.org/core/onElementRemoval/",
419
419
  "category": "Sensors",
420
- "description": "fires when the element or any element containing it is removed"
420
+ "description": "fires when the element or any element containing it is removed from the DOM"
421
421
  },
422
422
  {
423
423
  "name": "onKeyStroke",
@@ -495,7 +495,7 @@
495
495
  {
496
496
  "name": "reactivePick",
497
497
  "package": "shared",
498
- "lastUpdated": 1758032498000,
498
+ "lastUpdated": 1767755257000,
499
499
  "docs": "https://vueuse.org/shared/reactivePick/",
500
500
  "category": "Reactivity",
501
501
  "description": "reactively pick fields from a reactive object"
@@ -537,13 +537,10 @@
537
537
  {
538
538
  "name": "refManualReset",
539
539
  "package": "shared",
540
- "lastUpdated": 1757478066000,
540
+ "lastUpdated": 1767923530000,
541
541
  "docs": "https://vueuse.org/shared/refManualReset/",
542
542
  "category": "Reactivity",
543
- "description": "create a ref with manual reset functionality",
544
- "alias": [
545
- "manualResetRef"
546
- ]
543
+ "description": "create a ref with manual reset functionality"
547
544
  },
548
545
  {
549
546
  "name": "refThrottled",
@@ -585,7 +582,7 @@
585
582
  {
586
583
  "name": "syncRef",
587
584
  "package": "shared",
588
- "lastUpdated": 1732178709000,
585
+ "lastUpdated": 1764573571000,
589
586
  "docs": "https://vueuse.org/shared/syncRef/",
590
587
  "category": "Reactivity",
591
588
  "description": "two-way refs synchronization",
@@ -698,7 +695,7 @@
698
695
  {
699
696
  "name": "until",
700
697
  "package": "shared",
701
- "lastUpdated": 1758032428000,
698
+ "lastUpdated": 1767923245000,
702
699
  "docs": "https://vueuse.org/shared/until/",
703
700
  "category": "Watch",
704
701
  "description": "promised one-time watch for changes"
@@ -731,7 +728,7 @@
731
728
  {
732
729
  "name": "useArrayDifference",
733
730
  "package": "shared",
734
- "lastUpdated": 1753677040000,
731
+ "lastUpdated": 1767755257000,
735
732
  "docs": "https://vueuse.org/shared/useArrayDifference/",
736
733
  "category": "Array",
737
734
  "description": "reactive get array difference of two arrays"
@@ -803,7 +800,7 @@
803
800
  {
804
801
  "name": "useArrayReduce",
805
802
  "package": "shared",
806
- "lastUpdated": 1753677040000,
803
+ "lastUpdated": 1764120879000,
807
804
  "docs": "https://vueuse.org/shared/useArrayReduce/",
808
805
  "category": "Array",
809
806
  "description": "reactive `Array.reduce`"
@@ -827,7 +824,7 @@
827
824
  {
828
825
  "name": "useAsyncQueue",
829
826
  "package": "core",
830
- "lastUpdated": 1739701304000,
827
+ "lastUpdated": 1764121112000,
831
828
  "docs": "https://vueuse.org/core/useAsyncQueue/",
832
829
  "category": "Utilities",
833
830
  "description": "executes each asynchronous task sequentially and passes the current task result to the next task"
@@ -835,7 +832,7 @@
835
832
  {
836
833
  "name": "useAsyncState",
837
834
  "package": "core",
838
- "lastUpdated": 1758290052000,
835
+ "lastUpdated": 1766198217000,
839
836
  "docs": "https://vueuse.org/core/useAsyncState/",
840
837
  "category": "State",
841
838
  "description": "reactive async state"
@@ -962,7 +959,7 @@
962
959
  {
963
960
  "name": "useClipboard",
964
961
  "package": "core",
965
- "lastUpdated": 1761113426000,
962
+ "lastUpdated": 1764121244000,
966
963
  "component": true,
967
964
  "docs": "https://vueuse.org/core/useClipboard/",
968
965
  "category": "Browser",
@@ -1024,10 +1021,10 @@
1024
1021
  {
1025
1022
  "name": "useCountdown",
1026
1023
  "package": "core",
1027
- "lastUpdated": 1741147666000,
1024
+ "lastUpdated": 1769407468000,
1028
1025
  "docs": "https://vueuse.org/core/useCountdown/",
1029
1026
  "category": "Time",
1030
- "description": "wrapper for `useIntervalFn` that provides a countdown timer"
1027
+ "description": "reactive countdown timer in seconds"
1031
1028
  },
1032
1029
  {
1033
1030
  "name": "useCounter",
@@ -1037,6 +1034,14 @@
1037
1034
  "category": "Utilities",
1038
1035
  "description": "basic counter with utility functions"
1039
1036
  },
1037
+ {
1038
+ "name": "useCssSupports",
1039
+ "package": "core",
1040
+ "lastUpdated": 1769839347000,
1041
+ "docs": "https://vueuse.org/core/useCssSupports/",
1042
+ "category": "Browser",
1043
+ "description": "SSR compatible and reactive [`CSS.supports`](https://developer.mozilla.org/docs/Web/API/CSS/supports_static)"
1044
+ },
1040
1045
  {
1041
1046
  "name": "useCssVar",
1042
1047
  "package": "core",
@@ -1159,7 +1164,7 @@
1159
1164
  {
1160
1165
  "name": "useDocumentVisibility",
1161
1166
  "package": "core",
1162
- "lastUpdated": 1756726434000,
1167
+ "lastUpdated": 1768351807000,
1163
1168
  "component": true,
1164
1169
  "docs": "https://vueuse.org/core/useDocumentVisibility/",
1165
1170
  "category": "Elements",
@@ -1168,7 +1173,7 @@
1168
1173
  {
1169
1174
  "name": "useDraggable",
1170
1175
  "package": "core",
1171
- "lastUpdated": 1741147666000,
1176
+ "lastUpdated": 1769839478000,
1172
1177
  "component": true,
1173
1178
  "docs": "https://vueuse.org/core/useDraggable/",
1174
1179
  "category": "Elements",
@@ -1186,7 +1191,7 @@
1186
1191
  {
1187
1192
  "name": "useDropZone",
1188
1193
  "package": "core",
1189
- "lastUpdated": 1743510396000,
1194
+ "lastUpdated": 1764121826000,
1190
1195
  "docs": "https://vueuse.org/core/useDropZone/",
1191
1196
  "category": "Elements",
1192
1197
  "description": "create a zone where files can be dropped"
@@ -1204,7 +1209,7 @@
1204
1209
  {
1205
1210
  "name": "useElementByPoint",
1206
1211
  "package": "core",
1207
- "lastUpdated": 1741147666000,
1212
+ "lastUpdated": 1769407468000,
1208
1213
  "docs": "https://vueuse.org/core/useElementByPoint/",
1209
1214
  "category": "Sensors",
1210
1215
  "description": "reactive element by point"
@@ -1245,7 +1250,7 @@
1245
1250
  {
1246
1251
  "name": "useElementVisibility",
1247
1252
  "package": "core",
1248
- "lastUpdated": 1756726434000,
1253
+ "lastUpdated": 1765715232000,
1249
1254
  "component": true,
1250
1255
  "directive": true,
1251
1256
  "docs": "https://vueuse.org/core/useElementVisibility/",
@@ -1263,7 +1268,7 @@
1263
1268
  {
1264
1269
  "name": "useEventListener",
1265
1270
  "package": "core",
1266
- "lastUpdated": 1754016533000,
1271
+ "lastUpdated": 1767755257000,
1267
1272
  "docs": "https://vueuse.org/core/useEventListener/",
1268
1273
  "category": "Browser",
1269
1274
  "description": "use EventListener with ease"
@@ -1279,7 +1284,7 @@
1279
1284
  {
1280
1285
  "name": "useExtractedObservable",
1281
1286
  "package": "rxjs",
1282
- "lastUpdated": 1756426878000,
1287
+ "lastUpdated": 1764121058000,
1283
1288
  "docs": "https://vueuse.org/rxjs/useExtractedObservable/",
1284
1289
  "category": "@RxJS",
1285
1290
  "description": "use an RxJS [`Observable`](https://rxjs.dev/guide/observable) as extracted from one or more composables"
@@ -1296,7 +1301,7 @@
1296
1301
  {
1297
1302
  "name": "useFavicon",
1298
1303
  "package": "core",
1299
- "lastUpdated": 1741147666000,
1304
+ "lastUpdated": 1767755257000,
1300
1305
  "docs": "https://vueuse.org/core/useFavicon/",
1301
1306
  "category": "Browser",
1302
1307
  "description": "reactive favicon"
@@ -1328,7 +1333,7 @@
1328
1333
  {
1329
1334
  "name": "useFirestore",
1330
1335
  "package": "firebase",
1331
- "lastUpdated": 1750322801000,
1336
+ "lastUpdated": 1767755257000,
1332
1337
  "docs": "https://vueuse.org/firebase/useFirestore/",
1333
1338
  "category": "@Firebase",
1334
1339
  "description": "reactive [Firestore](https://firebase.google.com/docs/firestore) binding",
@@ -1448,7 +1453,7 @@
1448
1453
  {
1449
1454
  "name": "useInfiniteScroll",
1450
1455
  "package": "core",
1451
- "lastUpdated": 1741147666000,
1456
+ "lastUpdated": 1769839436000,
1452
1457
  "directive": true,
1453
1458
  "docs": "https://vueuse.org/core/useInfiniteScroll/",
1454
1459
  "category": "Sensors",
@@ -1457,7 +1462,7 @@
1457
1462
  {
1458
1463
  "name": "useIntersectionObserver",
1459
1464
  "package": "core",
1460
- "lastUpdated": 1741147666000,
1465
+ "lastUpdated": 1765337003000,
1461
1466
  "directive": true,
1462
1467
  "docs": "https://vueuse.org/core/useIntersectionObserver/",
1463
1468
  "category": "Elements",
@@ -1469,7 +1474,7 @@
1469
1474
  "lastUpdated": 1744088337000,
1470
1475
  "docs": "https://vueuse.org/shared/useInterval/",
1471
1476
  "category": "Animation",
1472
- "description": "reactive counter increases on every interval"
1477
+ "description": "reactive counter that increases on every interval"
1473
1478
  },
1474
1479
  {
1475
1480
  "name": "useIntervalFn",
@@ -1485,7 +1490,7 @@
1485
1490
  "lastUpdated": 1739701304000,
1486
1491
  "docs": "https://vueuse.org/electron/useIpcRenderer/",
1487
1492
  "category": "@Electron",
1488
- "description": "provides [ipcRenderer](https://www.electronjs.org/docs/api/ipc-renderer) and all of its APIs"
1493
+ "description": "provides [ipcRenderer](https://www.electronjs.org/docs/api/ipc-renderer) and all of its APIs with Vue reactivity"
1489
1494
  },
1490
1495
  {
1491
1496
  "name": "useIpcRendererInvoke",
@@ -1542,7 +1547,7 @@
1542
1547
  {
1543
1548
  "name": "useMagicKeys",
1544
1549
  "package": "core",
1545
- "lastUpdated": 1758032498000,
1550
+ "lastUpdated": 1769007613000,
1546
1551
  "docs": "https://vueuse.org/core/useMagicKeys/",
1547
1552
  "category": "Sensors",
1548
1553
  "description": "reactive keys pressed state"
@@ -1601,7 +1606,7 @@
1601
1606
  {
1602
1607
  "name": "useMemory",
1603
1608
  "package": "core",
1604
- "lastUpdated": 1753677040000,
1609
+ "lastUpdated": 1769407468000,
1605
1610
  "docs": "https://vueuse.org/core/useMemory/",
1606
1611
  "category": "Browser",
1607
1612
  "description": "reactive Memory Info"
@@ -1655,7 +1660,7 @@
1655
1660
  {
1656
1661
  "name": "useMouseInElement",
1657
1662
  "package": "core",
1658
- "lastUpdated": 1753176573000,
1663
+ "lastUpdated": 1763544299000,
1659
1664
  "component": true,
1660
1665
  "directive": true,
1661
1666
  "docs": "https://vueuse.org/core/useMouseInElement/",
@@ -1699,7 +1704,7 @@
1699
1704
  {
1700
1705
  "name": "useNow",
1701
1706
  "package": "core",
1702
- "lastUpdated": 1753677040000,
1707
+ "lastUpdated": 1769407468000,
1703
1708
  "component": true,
1704
1709
  "docs": "https://vueuse.org/core/useNow/",
1705
1710
  "category": "Animation",
@@ -1785,7 +1790,7 @@
1785
1790
  {
1786
1791
  "name": "usePermission",
1787
1792
  "package": "core",
1788
- "lastUpdated": 1753677040000,
1793
+ "lastUpdated": 1767755257000,
1789
1794
  "docs": "https://vueuse.org/core/usePermission/",
1790
1795
  "category": "Browser",
1791
1796
  "description": "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)",
@@ -1925,7 +1930,7 @@
1925
1930
  {
1926
1931
  "name": "useRefHistory",
1927
1932
  "package": "core",
1928
- "lastUpdated": 1758032428000,
1933
+ "lastUpdated": 1767923245000,
1929
1934
  "docs": "https://vueuse.org/core/useRefHistory/",
1930
1935
  "category": "State",
1931
1936
  "description": "track the change history of a ref",
@@ -1938,7 +1943,7 @@
1938
1943
  {
1939
1944
  "name": "useResizeObserver",
1940
1945
  "package": "core",
1941
- "lastUpdated": 1741147666000,
1946
+ "lastUpdated": 1764121937000,
1942
1947
  "directive": true,
1943
1948
  "docs": "https://vueuse.org/core/useResizeObserver/",
1944
1949
  "category": "Elements",
@@ -1963,7 +1968,7 @@
1963
1968
  {
1964
1969
  "name": "useRouteParams",
1965
1970
  "package": "router",
1966
- "lastUpdated": 1741147666000,
1971
+ "lastUpdated": 1767755257000,
1967
1972
  "docs": "https://vueuse.org/router/useRouteParams/",
1968
1973
  "category": "@Router",
1969
1974
  "description": "shorthand for a reactive `route.params`"
@@ -1971,7 +1976,7 @@
1971
1976
  {
1972
1977
  "name": "useRouteQuery",
1973
1978
  "package": "router",
1974
- "lastUpdated": 1758032498000,
1979
+ "lastUpdated": 1767755257000,
1975
1980
  "docs": "https://vueuse.org/router/useRouteQuery/",
1976
1981
  "category": "@Router",
1977
1982
  "description": "shorthand for a reactive `route.query`"
@@ -2020,7 +2025,7 @@
2020
2025
  {
2021
2026
  "name": "useScroll",
2022
2027
  "package": "core",
2023
- "lastUpdated": 1750320794000,
2028
+ "lastUpdated": 1764121809000,
2024
2029
  "directive": true,
2025
2030
  "docs": "https://vueuse.org/core/useScroll/",
2026
2031
  "category": "Sensors",
@@ -2057,7 +2062,7 @@
2057
2062
  {
2058
2063
  "name": "useSortable",
2059
2064
  "package": "integrations",
2060
- "lastUpdated": 1748336126000,
2065
+ "lastUpdated": 1768378454000,
2061
2066
  "component": true,
2062
2067
  "docs": "https://vueuse.org/integrations/useSortable/",
2063
2068
  "category": "@Integrations",
@@ -2082,7 +2087,7 @@
2082
2087
  {
2083
2088
  "name": "useSpeechRecognition",
2084
2089
  "package": "core",
2085
- "lastUpdated": 1741147666000,
2090
+ "lastUpdated": 1764122080000,
2086
2091
  "docs": "https://vueuse.org/core/useSpeechRecognition/",
2087
2092
  "category": "Sensors",
2088
2093
  "description": "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
@@ -2121,7 +2126,7 @@
2121
2126
  {
2122
2127
  "name": "useStorage",
2123
2128
  "package": "core",
2124
- "lastUpdated": 1755496695000,
2129
+ "lastUpdated": 1767755257000,
2125
2130
  "docs": "https://vueuse.org/core/useStorage/",
2126
2131
  "category": "State",
2127
2132
  "description": "create a reactive ref that can be used to access & modify [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) or [SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
@@ -2203,7 +2208,7 @@
2203
2208
  {
2204
2209
  "name": "useTextareaAutosize",
2205
2210
  "package": "core",
2206
- "lastUpdated": 1743501305000,
2211
+ "lastUpdated": 1764205450000,
2207
2212
  "docs": "https://vueuse.org/core/useTextareaAutosize/",
2208
2213
  "category": "Browser",
2209
2214
  "description": "automatically update the height of a textarea depending on the content"
@@ -2252,7 +2257,7 @@
2252
2257
  {
2253
2258
  "name": "useTimeAgo",
2254
2259
  "package": "core",
2255
- "lastUpdated": 1753677040000,
2260
+ "lastUpdated": 1769407468000,
2256
2261
  "component": true,
2257
2262
  "docs": "https://vueuse.org/core/useTimeAgo/",
2258
2263
  "category": "Time",
@@ -2261,7 +2266,7 @@
2261
2266
  {
2262
2267
  "name": "useTimeAgoIntl",
2263
2268
  "package": "core",
2264
- "lastUpdated": 1755496970000,
2269
+ "lastUpdated": 1769407468000,
2265
2270
  "docs": "https://vueuse.org/core/useTimeAgoIntl/",
2266
2271
  "category": "Time",
2267
2272
  "description": "reactive time ago with i18n supported"
@@ -2269,10 +2274,10 @@
2269
2274
  {
2270
2275
  "name": "useTimeout",
2271
2276
  "package": "shared",
2272
- "lastUpdated": 1744088337000,
2277
+ "lastUpdated": 1762306081000,
2273
2278
  "docs": "https://vueuse.org/shared/useTimeout/",
2274
2279
  "category": "Animation",
2275
- "description": "update value after a given time with controls"
2280
+ "description": "reactive value that becomes `true` after a given time"
2276
2281
  },
2277
2282
  {
2278
2283
  "name": "useTimeoutFn",
@@ -2293,7 +2298,7 @@
2293
2298
  {
2294
2299
  "name": "useTimestamp",
2295
2300
  "package": "core",
2296
- "lastUpdated": 1739701304000,
2301
+ "lastUpdated": 1769407468000,
2297
2302
  "component": true,
2298
2303
  "docs": "https://vueuse.org/core/useTimestamp/",
2299
2304
  "category": "Animation",
@@ -2350,7 +2355,7 @@
2350
2355
  {
2351
2356
  "name": "useUrlSearchParams",
2352
2357
  "package": "core",
2353
- "lastUpdated": 1756426726000,
2358
+ "lastUpdated": 1764573571000,
2354
2359
  "docs": "https://vueuse.org/core/useUrlSearchParams/",
2355
2360
  "category": "Browser",
2356
2361
  "description": "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
@@ -2371,7 +2376,7 @@
2371
2376
  {
2372
2377
  "name": "useVibrate",
2373
2378
  "package": "core",
2374
- "lastUpdated": 1753677040000,
2379
+ "lastUpdated": 1769407468000,
2375
2380
  "docs": "https://vueuse.org/core/useVibrate/",
2376
2381
  "category": "Browser",
2377
2382
  "description": "reactive [Vibration API](https://developer.mozilla.org/en-US/docs/Web/API/Vibration_API)"
@@ -2426,7 +2431,7 @@
2426
2431
  {
2427
2432
  "name": "useWebSocket",
2428
2433
  "package": "core",
2429
- "lastUpdated": 1750320219000,
2434
+ "lastUpdated": 1769407468000,
2430
2435
  "docs": "https://vueuse.org/core/useWebSocket/",
2431
2436
  "category": "Network",
2432
2437
  "description": "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
@@ -2434,7 +2439,7 @@
2434
2439
  {
2435
2440
  "name": "useWebWorker",
2436
2441
  "package": "core",
2437
- "lastUpdated": 1754016533000,
2442
+ "lastUpdated": 1767755257000,
2438
2443
  "docs": "https://vueuse.org/core/useWebWorker/",
2439
2444
  "category": "Browser",
2440
2445
  "description": "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
@@ -2512,7 +2517,7 @@
2512
2517
  {
2513
2518
  "name": "watchAtMost",
2514
2519
  "package": "shared",
2515
- "lastUpdated": 1758032082000,
2520
+ "lastUpdated": 1764205450000,
2516
2521
  "docs": "https://vueuse.org/shared/watchAtMost/",
2517
2522
  "category": "Watch",
2518
2523
  "description": "`watch` with the number of times triggered"
@@ -2520,7 +2525,7 @@
2520
2525
  {
2521
2526
  "name": "watchDebounced",
2522
2527
  "package": "shared",
2523
- "lastUpdated": 1758031891000,
2528
+ "lastUpdated": 1764205450000,
2524
2529
  "docs": "https://vueuse.org/shared/watchDebounced/",
2525
2530
  "category": "Watch",
2526
2531
  "description": "debounced watch",
@@ -2531,7 +2536,7 @@
2531
2536
  {
2532
2537
  "name": "watchDeep",
2533
2538
  "package": "shared",
2534
- "lastUpdated": 1758031891000,
2539
+ "lastUpdated": 1767755257000,
2535
2540
  "docs": "https://vueuse.org/shared/watchDeep/",
2536
2541
  "category": "Watch",
2537
2542
  "description": "shorthand for watching value with `{deep: true}`"
@@ -2539,7 +2544,7 @@
2539
2544
  {
2540
2545
  "name": "watchExtractedObservable",
2541
2546
  "package": "rxjs",
2542
- "lastUpdated": 1758031891000,
2547
+ "lastUpdated": 1767755257000,
2543
2548
  "docs": "https://vueuse.org/rxjs/watchExtractedObservable/",
2544
2549
  "category": "@RxJS",
2545
2550
  "description": "watch the values of an RxJS [`Observable`](https://rxjs.dev/guide/observable) as extracted from one or more composables"
@@ -2547,7 +2552,7 @@
2547
2552
  {
2548
2553
  "name": "watchIgnorable",
2549
2554
  "package": "shared",
2550
- "lastUpdated": 1757478278000,
2555
+ "lastUpdated": 1764205450000,
2551
2556
  "docs": "https://vueuse.org/shared/watchIgnorable/",
2552
2557
  "category": "Watch",
2553
2558
  "description": "ignorable watch",
@@ -2558,7 +2563,7 @@
2558
2563
  {
2559
2564
  "name": "watchImmediate",
2560
2565
  "package": "shared",
2561
- "lastUpdated": 1758031891000,
2566
+ "lastUpdated": 1767755257000,
2562
2567
  "docs": "https://vueuse.org/shared/watchImmediate/",
2563
2568
  "category": "Watch",
2564
2569
  "description": "shorthand for watching value with `{immediate: true}`"
@@ -2566,7 +2571,7 @@
2566
2571
  {
2567
2572
  "name": "watchOnce",
2568
2573
  "package": "shared",
2569
- "lastUpdated": 1758031891000,
2574
+ "lastUpdated": 1767755257000,
2570
2575
  "docs": "https://vueuse.org/shared/watchOnce/",
2571
2576
  "category": "Watch",
2572
2577
  "description": "shorthand for watching value with `{ once: true }`"
@@ -2574,7 +2579,7 @@
2574
2579
  {
2575
2580
  "name": "watchPausable",
2576
2581
  "package": "shared",
2577
- "lastUpdated": 1758032143000,
2582
+ "lastUpdated": 1765526785000,
2578
2583
  "docs": "https://vueuse.org/shared/watchPausable/",
2579
2584
  "category": "Watch",
2580
2585
  "description": "pausable watch",
@@ -2585,7 +2590,7 @@
2585
2590
  {
2586
2591
  "name": "watchThrottled",
2587
2592
  "package": "shared",
2588
- "lastUpdated": 1758031891000,
2593
+ "lastUpdated": 1764205450000,
2589
2594
  "docs": "https://vueuse.org/shared/watchThrottled/",
2590
2595
  "category": "Watch",
2591
2596
  "description": "throttled watch",
@@ -2596,7 +2601,7 @@
2596
2601
  {
2597
2602
  "name": "watchTriggerable",
2598
2603
  "package": "shared",
2599
- "lastUpdated": 1735017005000,
2604
+ "lastUpdated": 1764205450000,
2600
2605
  "docs": "https://vueuse.org/shared/watchTriggerable/",
2601
2606
  "category": "Watch",
2602
2607
  "description": "watch that can be triggered manually"
@@ -2604,7 +2609,7 @@
2604
2609
  {
2605
2610
  "name": "watchWithFilter",
2606
2611
  "package": "shared",
2607
- "lastUpdated": 1758031891000,
2612
+ "lastUpdated": 1764205450000,
2608
2613
  "docs": "https://vueuse.org/shared/watchWithFilter/",
2609
2614
  "category": "Watch",
2610
2615
  "description": "`watch` with additional EventFilter control"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vueuse/metadata",
3
3
  "type": "module",
4
- "version": "14.0.0",
4
+ "version": "14.2.0",
5
5
  "description": "Metadata for VueUse functions",
6
6
  "author": "Anthony Fu <https://github.com/antfu>",
7
7
  "license": "MIT",