@vueuse/metadata 14.1.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 +55 -47
- package/dist/index.json +55 -47
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -147,7 +147,7 @@ var functions$1 = [
|
|
|
147
147
|
{
|
|
148
148
|
"name": "computedAsync",
|
|
149
149
|
"package": "core",
|
|
150
|
-
"lastUpdated":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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,7 +482,7 @@ var functions$1 = [
|
|
|
482
482
|
{
|
|
483
483
|
"name": "refManualReset",
|
|
484
484
|
"package": "shared",
|
|
485
|
-
"lastUpdated":
|
|
485
|
+
"lastUpdated": 176792353e4,
|
|
486
486
|
"docs": "https://vueuse.org/shared/refManualReset/",
|
|
487
487
|
"category": "Reactivity",
|
|
488
488
|
"description": "create a ref with manual reset functionality"
|
|
@@ -518,7 +518,7 @@ var functions$1 = [
|
|
|
518
518
|
{
|
|
519
519
|
"name": "syncRef",
|
|
520
520
|
"package": "shared",
|
|
521
|
-
"lastUpdated":
|
|
521
|
+
"lastUpdated": 1764573571e3,
|
|
522
522
|
"docs": "https://vueuse.org/shared/syncRef/",
|
|
523
523
|
"category": "Reactivity",
|
|
524
524
|
"description": "two-way refs synchronization",
|
|
@@ -625,7 +625,7 @@ var functions$1 = [
|
|
|
625
625
|
{
|
|
626
626
|
"name": "until",
|
|
627
627
|
"package": "shared",
|
|
628
|
-
"lastUpdated":
|
|
628
|
+
"lastUpdated": 1767923245e3,
|
|
629
629
|
"docs": "https://vueuse.org/shared/until/",
|
|
630
630
|
"category": "Watch",
|
|
631
631
|
"description": "promised one-time watch for changes"
|
|
@@ -658,7 +658,7 @@ var functions$1 = [
|
|
|
658
658
|
{
|
|
659
659
|
"name": "useArrayDifference",
|
|
660
660
|
"package": "shared",
|
|
661
|
-
"lastUpdated":
|
|
661
|
+
"lastUpdated": 1767755257e3,
|
|
662
662
|
"docs": "https://vueuse.org/shared/useArrayDifference/",
|
|
663
663
|
"category": "Array",
|
|
664
664
|
"description": "reactive get array difference of two arrays"
|
|
@@ -762,7 +762,7 @@ var functions$1 = [
|
|
|
762
762
|
{
|
|
763
763
|
"name": "useAsyncState",
|
|
764
764
|
"package": "core",
|
|
765
|
-
"lastUpdated":
|
|
765
|
+
"lastUpdated": 1766198217e3,
|
|
766
766
|
"docs": "https://vueuse.org/core/useAsyncState/",
|
|
767
767
|
"category": "State",
|
|
768
768
|
"description": "reactive async state"
|
|
@@ -947,10 +947,10 @@ var functions$1 = [
|
|
|
947
947
|
{
|
|
948
948
|
"name": "useCountdown",
|
|
949
949
|
"package": "core",
|
|
950
|
-
"lastUpdated":
|
|
950
|
+
"lastUpdated": 1769407468e3,
|
|
951
951
|
"docs": "https://vueuse.org/core/useCountdown/",
|
|
952
952
|
"category": "Time",
|
|
953
|
-
"description": "
|
|
953
|
+
"description": "reactive countdown timer in seconds"
|
|
954
954
|
},
|
|
955
955
|
{
|
|
956
956
|
"name": "useCounter",
|
|
@@ -960,6 +960,14 @@ var functions$1 = [
|
|
|
960
960
|
"category": "Utilities",
|
|
961
961
|
"description": "basic counter with utility functions"
|
|
962
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
|
+
},
|
|
963
971
|
{
|
|
964
972
|
"name": "useCssVar",
|
|
965
973
|
"package": "core",
|
|
@@ -1073,7 +1081,7 @@ var functions$1 = [
|
|
|
1073
1081
|
{
|
|
1074
1082
|
"name": "useDocumentVisibility",
|
|
1075
1083
|
"package": "core",
|
|
1076
|
-
"lastUpdated":
|
|
1084
|
+
"lastUpdated": 1768351807e3,
|
|
1077
1085
|
"component": true,
|
|
1078
1086
|
"docs": "https://vueuse.org/core/useDocumentVisibility/",
|
|
1079
1087
|
"category": "Elements",
|
|
@@ -1082,7 +1090,7 @@ var functions$1 = [
|
|
|
1082
1090
|
{
|
|
1083
1091
|
"name": "useDraggable",
|
|
1084
1092
|
"package": "core",
|
|
1085
|
-
"lastUpdated":
|
|
1093
|
+
"lastUpdated": 1769839478e3,
|
|
1086
1094
|
"component": true,
|
|
1087
1095
|
"docs": "https://vueuse.org/core/useDraggable/",
|
|
1088
1096
|
"category": "Elements",
|
|
@@ -1118,7 +1126,7 @@ var functions$1 = [
|
|
|
1118
1126
|
{
|
|
1119
1127
|
"name": "useElementByPoint",
|
|
1120
1128
|
"package": "core",
|
|
1121
|
-
"lastUpdated":
|
|
1129
|
+
"lastUpdated": 1769407468e3,
|
|
1122
1130
|
"docs": "https://vueuse.org/core/useElementByPoint/",
|
|
1123
1131
|
"category": "Sensors",
|
|
1124
1132
|
"description": "reactive element by point"
|
|
@@ -1159,7 +1167,7 @@ var functions$1 = [
|
|
|
1159
1167
|
{
|
|
1160
1168
|
"name": "useElementVisibility",
|
|
1161
1169
|
"package": "core",
|
|
1162
|
-
"lastUpdated":
|
|
1170
|
+
"lastUpdated": 1765715232e3,
|
|
1163
1171
|
"component": true,
|
|
1164
1172
|
"directive": true,
|
|
1165
1173
|
"docs": "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1177,7 +1185,7 @@ var functions$1 = [
|
|
|
1177
1185
|
{
|
|
1178
1186
|
"name": "useEventListener",
|
|
1179
1187
|
"package": "core",
|
|
1180
|
-
"lastUpdated":
|
|
1188
|
+
"lastUpdated": 1767755257e3,
|
|
1181
1189
|
"docs": "https://vueuse.org/core/useEventListener/",
|
|
1182
1190
|
"category": "Browser",
|
|
1183
1191
|
"description": "use EventListener with ease"
|
|
@@ -1210,7 +1218,7 @@ var functions$1 = [
|
|
|
1210
1218
|
{
|
|
1211
1219
|
"name": "useFavicon",
|
|
1212
1220
|
"package": "core",
|
|
1213
|
-
"lastUpdated":
|
|
1221
|
+
"lastUpdated": 1767755257e3,
|
|
1214
1222
|
"docs": "https://vueuse.org/core/useFavicon/",
|
|
1215
1223
|
"category": "Browser",
|
|
1216
1224
|
"description": "reactive favicon"
|
|
@@ -1242,7 +1250,7 @@ var functions$1 = [
|
|
|
1242
1250
|
{
|
|
1243
1251
|
"name": "useFirestore",
|
|
1244
1252
|
"package": "firebase",
|
|
1245
|
-
"lastUpdated":
|
|
1253
|
+
"lastUpdated": 1767755257e3,
|
|
1246
1254
|
"docs": "https://vueuse.org/firebase/useFirestore/",
|
|
1247
1255
|
"category": "@Firebase",
|
|
1248
1256
|
"description": "reactive [Firestore](https://firebase.google.com/docs/firestore) binding",
|
|
@@ -1362,7 +1370,7 @@ var functions$1 = [
|
|
|
1362
1370
|
{
|
|
1363
1371
|
"name": "useInfiniteScroll",
|
|
1364
1372
|
"package": "core",
|
|
1365
|
-
"lastUpdated":
|
|
1373
|
+
"lastUpdated": 1769839436e3,
|
|
1366
1374
|
"directive": true,
|
|
1367
1375
|
"docs": "https://vueuse.org/core/useInfiniteScroll/",
|
|
1368
1376
|
"category": "Sensors",
|
|
@@ -1371,7 +1379,7 @@ var functions$1 = [
|
|
|
1371
1379
|
{
|
|
1372
1380
|
"name": "useIntersectionObserver",
|
|
1373
1381
|
"package": "core",
|
|
1374
|
-
"lastUpdated":
|
|
1382
|
+
"lastUpdated": 1765337003e3,
|
|
1375
1383
|
"directive": true,
|
|
1376
1384
|
"docs": "https://vueuse.org/core/useIntersectionObserver/",
|
|
1377
1385
|
"category": "Elements",
|
|
@@ -1383,7 +1391,7 @@ var functions$1 = [
|
|
|
1383
1391
|
"lastUpdated": 1744088337e3,
|
|
1384
1392
|
"docs": "https://vueuse.org/shared/useInterval/",
|
|
1385
1393
|
"category": "Animation",
|
|
1386
|
-
"description": "reactive counter increases on every interval"
|
|
1394
|
+
"description": "reactive counter that increases on every interval"
|
|
1387
1395
|
},
|
|
1388
1396
|
{
|
|
1389
1397
|
"name": "useIntervalFn",
|
|
@@ -1399,7 +1407,7 @@ var functions$1 = [
|
|
|
1399
1407
|
"lastUpdated": 1739701304e3,
|
|
1400
1408
|
"docs": "https://vueuse.org/electron/useIpcRenderer/",
|
|
1401
1409
|
"category": "@Electron",
|
|
1402
|
-
"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"
|
|
1403
1411
|
},
|
|
1404
1412
|
{
|
|
1405
1413
|
"name": "useIpcRendererInvoke",
|
|
@@ -1454,7 +1462,7 @@ var functions$1 = [
|
|
|
1454
1462
|
{
|
|
1455
1463
|
"name": "useMagicKeys",
|
|
1456
1464
|
"package": "core",
|
|
1457
|
-
"lastUpdated":
|
|
1465
|
+
"lastUpdated": 1769007613e3,
|
|
1458
1466
|
"docs": "https://vueuse.org/core/useMagicKeys/",
|
|
1459
1467
|
"category": "Sensors",
|
|
1460
1468
|
"description": "reactive keys pressed state"
|
|
@@ -1511,7 +1519,7 @@ var functions$1 = [
|
|
|
1511
1519
|
{
|
|
1512
1520
|
"name": "useMemory",
|
|
1513
1521
|
"package": "core",
|
|
1514
|
-
"lastUpdated":
|
|
1522
|
+
"lastUpdated": 1769407468e3,
|
|
1515
1523
|
"docs": "https://vueuse.org/core/useMemory/",
|
|
1516
1524
|
"category": "Browser",
|
|
1517
1525
|
"description": "reactive Memory Info"
|
|
@@ -1609,7 +1617,7 @@ var functions$1 = [
|
|
|
1609
1617
|
{
|
|
1610
1618
|
"name": "useNow",
|
|
1611
1619
|
"package": "core",
|
|
1612
|
-
"lastUpdated":
|
|
1620
|
+
"lastUpdated": 1769407468e3,
|
|
1613
1621
|
"component": true,
|
|
1614
1622
|
"docs": "https://vueuse.org/core/useNow/",
|
|
1615
1623
|
"category": "Animation",
|
|
@@ -1695,7 +1703,7 @@ var functions$1 = [
|
|
|
1695
1703
|
{
|
|
1696
1704
|
"name": "usePermission",
|
|
1697
1705
|
"package": "core",
|
|
1698
|
-
"lastUpdated":
|
|
1706
|
+
"lastUpdated": 1767755257e3,
|
|
1699
1707
|
"docs": "https://vueuse.org/core/usePermission/",
|
|
1700
1708
|
"category": "Browser",
|
|
1701
1709
|
"description": "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)",
|
|
@@ -1827,7 +1835,7 @@ var functions$1 = [
|
|
|
1827
1835
|
{
|
|
1828
1836
|
"name": "useRefHistory",
|
|
1829
1837
|
"package": "core",
|
|
1830
|
-
"lastUpdated":
|
|
1838
|
+
"lastUpdated": 1767923245e3,
|
|
1831
1839
|
"docs": "https://vueuse.org/core/useRefHistory/",
|
|
1832
1840
|
"category": "State",
|
|
1833
1841
|
"description": "track the change history of a ref",
|
|
@@ -1865,7 +1873,7 @@ var functions$1 = [
|
|
|
1865
1873
|
{
|
|
1866
1874
|
"name": "useRouteParams",
|
|
1867
1875
|
"package": "router",
|
|
1868
|
-
"lastUpdated":
|
|
1876
|
+
"lastUpdated": 1767755257e3,
|
|
1869
1877
|
"docs": "https://vueuse.org/router/useRouteParams/",
|
|
1870
1878
|
"category": "@Router",
|
|
1871
1879
|
"description": "shorthand for a reactive `route.params`"
|
|
@@ -1873,7 +1881,7 @@ var functions$1 = [
|
|
|
1873
1881
|
{
|
|
1874
1882
|
"name": "useRouteQuery",
|
|
1875
1883
|
"package": "router",
|
|
1876
|
-
"lastUpdated":
|
|
1884
|
+
"lastUpdated": 1767755257e3,
|
|
1877
1885
|
"docs": "https://vueuse.org/router/useRouteQuery/",
|
|
1878
1886
|
"category": "@Router",
|
|
1879
1887
|
"description": "shorthand for a reactive `route.query`"
|
|
@@ -1957,7 +1965,7 @@ var functions$1 = [
|
|
|
1957
1965
|
{
|
|
1958
1966
|
"name": "useSortable",
|
|
1959
1967
|
"package": "integrations",
|
|
1960
|
-
"lastUpdated":
|
|
1968
|
+
"lastUpdated": 1768378454e3,
|
|
1961
1969
|
"component": true,
|
|
1962
1970
|
"docs": "https://vueuse.org/integrations/useSortable/",
|
|
1963
1971
|
"category": "@Integrations",
|
|
@@ -2021,7 +2029,7 @@ var functions$1 = [
|
|
|
2021
2029
|
{
|
|
2022
2030
|
"name": "useStorage",
|
|
2023
2031
|
"package": "core",
|
|
2024
|
-
"lastUpdated":
|
|
2032
|
+
"lastUpdated": 1767755257e3,
|
|
2025
2033
|
"docs": "https://vueuse.org/core/useStorage/",
|
|
2026
2034
|
"category": "State",
|
|
2027
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)",
|
|
@@ -2147,7 +2155,7 @@ var functions$1 = [
|
|
|
2147
2155
|
{
|
|
2148
2156
|
"name": "useTimeAgo",
|
|
2149
2157
|
"package": "core",
|
|
2150
|
-
"lastUpdated":
|
|
2158
|
+
"lastUpdated": 1769407468e3,
|
|
2151
2159
|
"component": true,
|
|
2152
2160
|
"docs": "https://vueuse.org/core/useTimeAgo/",
|
|
2153
2161
|
"category": "Time",
|
|
@@ -2156,7 +2164,7 @@ var functions$1 = [
|
|
|
2156
2164
|
{
|
|
2157
2165
|
"name": "useTimeAgoIntl",
|
|
2158
2166
|
"package": "core",
|
|
2159
|
-
"lastUpdated":
|
|
2167
|
+
"lastUpdated": 1769407468e3,
|
|
2160
2168
|
"docs": "https://vueuse.org/core/useTimeAgoIntl/",
|
|
2161
2169
|
"category": "Time",
|
|
2162
2170
|
"description": "reactive time ago with i18n supported"
|
|
@@ -2167,7 +2175,7 @@ var functions$1 = [
|
|
|
2167
2175
|
"lastUpdated": 1762306081e3,
|
|
2168
2176
|
"docs": "https://vueuse.org/shared/useTimeout/",
|
|
2169
2177
|
"category": "Animation",
|
|
2170
|
-
"description": "
|
|
2178
|
+
"description": "reactive value that becomes `true` after a given time"
|
|
2171
2179
|
},
|
|
2172
2180
|
{
|
|
2173
2181
|
"name": "useTimeoutFn",
|
|
@@ -2188,7 +2196,7 @@ var functions$1 = [
|
|
|
2188
2196
|
{
|
|
2189
2197
|
"name": "useTimestamp",
|
|
2190
2198
|
"package": "core",
|
|
2191
|
-
"lastUpdated":
|
|
2199
|
+
"lastUpdated": 1769407468e3,
|
|
2192
2200
|
"component": true,
|
|
2193
2201
|
"docs": "https://vueuse.org/core/useTimestamp/",
|
|
2194
2202
|
"category": "Animation",
|
|
@@ -2245,7 +2253,7 @@ var functions$1 = [
|
|
|
2245
2253
|
{
|
|
2246
2254
|
"name": "useUrlSearchParams",
|
|
2247
2255
|
"package": "core",
|
|
2248
|
-
"lastUpdated":
|
|
2256
|
+
"lastUpdated": 1764573571e3,
|
|
2249
2257
|
"docs": "https://vueuse.org/core/useUrlSearchParams/",
|
|
2250
2258
|
"category": "Browser",
|
|
2251
2259
|
"description": "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
|
@@ -2266,7 +2274,7 @@ var functions$1 = [
|
|
|
2266
2274
|
{
|
|
2267
2275
|
"name": "useVibrate",
|
|
2268
2276
|
"package": "core",
|
|
2269
|
-
"lastUpdated":
|
|
2277
|
+
"lastUpdated": 1769407468e3,
|
|
2270
2278
|
"docs": "https://vueuse.org/core/useVibrate/",
|
|
2271
2279
|
"category": "Browser",
|
|
2272
2280
|
"description": "reactive [Vibration API](https://developer.mozilla.org/en-US/docs/Web/API/Vibration_API)"
|
|
@@ -2317,7 +2325,7 @@ var functions$1 = [
|
|
|
2317
2325
|
{
|
|
2318
2326
|
"name": "useWebSocket",
|
|
2319
2327
|
"package": "core",
|
|
2320
|
-
"lastUpdated":
|
|
2328
|
+
"lastUpdated": 1769407468e3,
|
|
2321
2329
|
"docs": "https://vueuse.org/core/useWebSocket/",
|
|
2322
2330
|
"category": "Network",
|
|
2323
2331
|
"description": "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2325,7 +2333,7 @@ var functions$1 = [
|
|
|
2325
2333
|
{
|
|
2326
2334
|
"name": "useWebWorker",
|
|
2327
2335
|
"package": "core",
|
|
2328
|
-
"lastUpdated":
|
|
2336
|
+
"lastUpdated": 1767755257e3,
|
|
2329
2337
|
"docs": "https://vueuse.org/core/useWebWorker/",
|
|
2330
2338
|
"category": "Browser",
|
|
2331
2339
|
"description": "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
|
|
@@ -2416,7 +2424,7 @@ var functions$1 = [
|
|
|
2416
2424
|
{
|
|
2417
2425
|
"name": "watchDeep",
|
|
2418
2426
|
"package": "shared",
|
|
2419
|
-
"lastUpdated":
|
|
2427
|
+
"lastUpdated": 1767755257e3,
|
|
2420
2428
|
"docs": "https://vueuse.org/shared/watchDeep/",
|
|
2421
2429
|
"category": "Watch",
|
|
2422
2430
|
"description": "shorthand for watching value with `{deep: true}`"
|
|
@@ -2424,7 +2432,7 @@ var functions$1 = [
|
|
|
2424
2432
|
{
|
|
2425
2433
|
"name": "watchExtractedObservable",
|
|
2426
2434
|
"package": "rxjs",
|
|
2427
|
-
"lastUpdated":
|
|
2435
|
+
"lastUpdated": 1767755257e3,
|
|
2428
2436
|
"docs": "https://vueuse.org/rxjs/watchExtractedObservable/",
|
|
2429
2437
|
"category": "@RxJS",
|
|
2430
2438
|
"description": "watch the values of an RxJS [`Observable`](https://rxjs.dev/guide/observable) as extracted from one or more composables"
|
|
@@ -2441,7 +2449,7 @@ var functions$1 = [
|
|
|
2441
2449
|
{
|
|
2442
2450
|
"name": "watchImmediate",
|
|
2443
2451
|
"package": "shared",
|
|
2444
|
-
"lastUpdated":
|
|
2452
|
+
"lastUpdated": 1767755257e3,
|
|
2445
2453
|
"docs": "https://vueuse.org/shared/watchImmediate/",
|
|
2446
2454
|
"category": "Watch",
|
|
2447
2455
|
"description": "shorthand for watching value with `{immediate: true}`"
|
|
@@ -2449,7 +2457,7 @@ var functions$1 = [
|
|
|
2449
2457
|
{
|
|
2450
2458
|
"name": "watchOnce",
|
|
2451
2459
|
"package": "shared",
|
|
2452
|
-
"lastUpdated":
|
|
2460
|
+
"lastUpdated": 1767755257e3,
|
|
2453
2461
|
"docs": "https://vueuse.org/shared/watchOnce/",
|
|
2454
2462
|
"category": "Watch",
|
|
2455
2463
|
"description": "shorthand for watching value with `{ once: true }`"
|
|
@@ -2457,7 +2465,7 @@ var functions$1 = [
|
|
|
2457
2465
|
{
|
|
2458
2466
|
"name": "watchPausable",
|
|
2459
2467
|
"package": "shared",
|
|
2460
|
-
"lastUpdated":
|
|
2468
|
+
"lastUpdated": 1765526785e3,
|
|
2461
2469
|
"docs": "https://vueuse.org/shared/watchPausable/",
|
|
2462
2470
|
"category": "Watch",
|
|
2463
2471
|
"description": "pausable watch",
|
package/dist/index.json
CHANGED
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
{
|
|
157
157
|
"name": "computedAsync",
|
|
158
158
|
"package": "core",
|
|
159
|
-
"lastUpdated":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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,7 +537,7 @@
|
|
|
537
537
|
{
|
|
538
538
|
"name": "refManualReset",
|
|
539
539
|
"package": "shared",
|
|
540
|
-
"lastUpdated":
|
|
540
|
+
"lastUpdated": 1767923530000,
|
|
541
541
|
"docs": "https://vueuse.org/shared/refManualReset/",
|
|
542
542
|
"category": "Reactivity",
|
|
543
543
|
"description": "create a ref with manual reset functionality"
|
|
@@ -582,7 +582,7 @@
|
|
|
582
582
|
{
|
|
583
583
|
"name": "syncRef",
|
|
584
584
|
"package": "shared",
|
|
585
|
-
"lastUpdated":
|
|
585
|
+
"lastUpdated": 1764573571000,
|
|
586
586
|
"docs": "https://vueuse.org/shared/syncRef/",
|
|
587
587
|
"category": "Reactivity",
|
|
588
588
|
"description": "two-way refs synchronization",
|
|
@@ -695,7 +695,7 @@
|
|
|
695
695
|
{
|
|
696
696
|
"name": "until",
|
|
697
697
|
"package": "shared",
|
|
698
|
-
"lastUpdated":
|
|
698
|
+
"lastUpdated": 1767923245000,
|
|
699
699
|
"docs": "https://vueuse.org/shared/until/",
|
|
700
700
|
"category": "Watch",
|
|
701
701
|
"description": "promised one-time watch for changes"
|
|
@@ -728,7 +728,7 @@
|
|
|
728
728
|
{
|
|
729
729
|
"name": "useArrayDifference",
|
|
730
730
|
"package": "shared",
|
|
731
|
-
"lastUpdated":
|
|
731
|
+
"lastUpdated": 1767755257000,
|
|
732
732
|
"docs": "https://vueuse.org/shared/useArrayDifference/",
|
|
733
733
|
"category": "Array",
|
|
734
734
|
"description": "reactive get array difference of two arrays"
|
|
@@ -832,7 +832,7 @@
|
|
|
832
832
|
{
|
|
833
833
|
"name": "useAsyncState",
|
|
834
834
|
"package": "core",
|
|
835
|
-
"lastUpdated":
|
|
835
|
+
"lastUpdated": 1766198217000,
|
|
836
836
|
"docs": "https://vueuse.org/core/useAsyncState/",
|
|
837
837
|
"category": "State",
|
|
838
838
|
"description": "reactive async state"
|
|
@@ -1021,10 +1021,10 @@
|
|
|
1021
1021
|
{
|
|
1022
1022
|
"name": "useCountdown",
|
|
1023
1023
|
"package": "core",
|
|
1024
|
-
"lastUpdated":
|
|
1024
|
+
"lastUpdated": 1769407468000,
|
|
1025
1025
|
"docs": "https://vueuse.org/core/useCountdown/",
|
|
1026
1026
|
"category": "Time",
|
|
1027
|
-
"description": "
|
|
1027
|
+
"description": "reactive countdown timer in seconds"
|
|
1028
1028
|
},
|
|
1029
1029
|
{
|
|
1030
1030
|
"name": "useCounter",
|
|
@@ -1034,6 +1034,14 @@
|
|
|
1034
1034
|
"category": "Utilities",
|
|
1035
1035
|
"description": "basic counter with utility functions"
|
|
1036
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
|
+
},
|
|
1037
1045
|
{
|
|
1038
1046
|
"name": "useCssVar",
|
|
1039
1047
|
"package": "core",
|
|
@@ -1156,7 +1164,7 @@
|
|
|
1156
1164
|
{
|
|
1157
1165
|
"name": "useDocumentVisibility",
|
|
1158
1166
|
"package": "core",
|
|
1159
|
-
"lastUpdated":
|
|
1167
|
+
"lastUpdated": 1768351807000,
|
|
1160
1168
|
"component": true,
|
|
1161
1169
|
"docs": "https://vueuse.org/core/useDocumentVisibility/",
|
|
1162
1170
|
"category": "Elements",
|
|
@@ -1165,7 +1173,7 @@
|
|
|
1165
1173
|
{
|
|
1166
1174
|
"name": "useDraggable",
|
|
1167
1175
|
"package": "core",
|
|
1168
|
-
"lastUpdated":
|
|
1176
|
+
"lastUpdated": 1769839478000,
|
|
1169
1177
|
"component": true,
|
|
1170
1178
|
"docs": "https://vueuse.org/core/useDraggable/",
|
|
1171
1179
|
"category": "Elements",
|
|
@@ -1201,7 +1209,7 @@
|
|
|
1201
1209
|
{
|
|
1202
1210
|
"name": "useElementByPoint",
|
|
1203
1211
|
"package": "core",
|
|
1204
|
-
"lastUpdated":
|
|
1212
|
+
"lastUpdated": 1769407468000,
|
|
1205
1213
|
"docs": "https://vueuse.org/core/useElementByPoint/",
|
|
1206
1214
|
"category": "Sensors",
|
|
1207
1215
|
"description": "reactive element by point"
|
|
@@ -1242,7 +1250,7 @@
|
|
|
1242
1250
|
{
|
|
1243
1251
|
"name": "useElementVisibility",
|
|
1244
1252
|
"package": "core",
|
|
1245
|
-
"lastUpdated":
|
|
1253
|
+
"lastUpdated": 1765715232000,
|
|
1246
1254
|
"component": true,
|
|
1247
1255
|
"directive": true,
|
|
1248
1256
|
"docs": "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1260,7 +1268,7 @@
|
|
|
1260
1268
|
{
|
|
1261
1269
|
"name": "useEventListener",
|
|
1262
1270
|
"package": "core",
|
|
1263
|
-
"lastUpdated":
|
|
1271
|
+
"lastUpdated": 1767755257000,
|
|
1264
1272
|
"docs": "https://vueuse.org/core/useEventListener/",
|
|
1265
1273
|
"category": "Browser",
|
|
1266
1274
|
"description": "use EventListener with ease"
|
|
@@ -1293,7 +1301,7 @@
|
|
|
1293
1301
|
{
|
|
1294
1302
|
"name": "useFavicon",
|
|
1295
1303
|
"package": "core",
|
|
1296
|
-
"lastUpdated":
|
|
1304
|
+
"lastUpdated": 1767755257000,
|
|
1297
1305
|
"docs": "https://vueuse.org/core/useFavicon/",
|
|
1298
1306
|
"category": "Browser",
|
|
1299
1307
|
"description": "reactive favicon"
|
|
@@ -1325,7 +1333,7 @@
|
|
|
1325
1333
|
{
|
|
1326
1334
|
"name": "useFirestore",
|
|
1327
1335
|
"package": "firebase",
|
|
1328
|
-
"lastUpdated":
|
|
1336
|
+
"lastUpdated": 1767755257000,
|
|
1329
1337
|
"docs": "https://vueuse.org/firebase/useFirestore/",
|
|
1330
1338
|
"category": "@Firebase",
|
|
1331
1339
|
"description": "reactive [Firestore](https://firebase.google.com/docs/firestore) binding",
|
|
@@ -1445,7 +1453,7 @@
|
|
|
1445
1453
|
{
|
|
1446
1454
|
"name": "useInfiniteScroll",
|
|
1447
1455
|
"package": "core",
|
|
1448
|
-
"lastUpdated":
|
|
1456
|
+
"lastUpdated": 1769839436000,
|
|
1449
1457
|
"directive": true,
|
|
1450
1458
|
"docs": "https://vueuse.org/core/useInfiniteScroll/",
|
|
1451
1459
|
"category": "Sensors",
|
|
@@ -1454,7 +1462,7 @@
|
|
|
1454
1462
|
{
|
|
1455
1463
|
"name": "useIntersectionObserver",
|
|
1456
1464
|
"package": "core",
|
|
1457
|
-
"lastUpdated":
|
|
1465
|
+
"lastUpdated": 1765337003000,
|
|
1458
1466
|
"directive": true,
|
|
1459
1467
|
"docs": "https://vueuse.org/core/useIntersectionObserver/",
|
|
1460
1468
|
"category": "Elements",
|
|
@@ -1466,7 +1474,7 @@
|
|
|
1466
1474
|
"lastUpdated": 1744088337000,
|
|
1467
1475
|
"docs": "https://vueuse.org/shared/useInterval/",
|
|
1468
1476
|
"category": "Animation",
|
|
1469
|
-
"description": "reactive counter increases on every interval"
|
|
1477
|
+
"description": "reactive counter that increases on every interval"
|
|
1470
1478
|
},
|
|
1471
1479
|
{
|
|
1472
1480
|
"name": "useIntervalFn",
|
|
@@ -1482,7 +1490,7 @@
|
|
|
1482
1490
|
"lastUpdated": 1739701304000,
|
|
1483
1491
|
"docs": "https://vueuse.org/electron/useIpcRenderer/",
|
|
1484
1492
|
"category": "@Electron",
|
|
1485
|
-
"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"
|
|
1486
1494
|
},
|
|
1487
1495
|
{
|
|
1488
1496
|
"name": "useIpcRendererInvoke",
|
|
@@ -1539,7 +1547,7 @@
|
|
|
1539
1547
|
{
|
|
1540
1548
|
"name": "useMagicKeys",
|
|
1541
1549
|
"package": "core",
|
|
1542
|
-
"lastUpdated":
|
|
1550
|
+
"lastUpdated": 1769007613000,
|
|
1543
1551
|
"docs": "https://vueuse.org/core/useMagicKeys/",
|
|
1544
1552
|
"category": "Sensors",
|
|
1545
1553
|
"description": "reactive keys pressed state"
|
|
@@ -1598,7 +1606,7 @@
|
|
|
1598
1606
|
{
|
|
1599
1607
|
"name": "useMemory",
|
|
1600
1608
|
"package": "core",
|
|
1601
|
-
"lastUpdated":
|
|
1609
|
+
"lastUpdated": 1769407468000,
|
|
1602
1610
|
"docs": "https://vueuse.org/core/useMemory/",
|
|
1603
1611
|
"category": "Browser",
|
|
1604
1612
|
"description": "reactive Memory Info"
|
|
@@ -1696,7 +1704,7 @@
|
|
|
1696
1704
|
{
|
|
1697
1705
|
"name": "useNow",
|
|
1698
1706
|
"package": "core",
|
|
1699
|
-
"lastUpdated":
|
|
1707
|
+
"lastUpdated": 1769407468000,
|
|
1700
1708
|
"component": true,
|
|
1701
1709
|
"docs": "https://vueuse.org/core/useNow/",
|
|
1702
1710
|
"category": "Animation",
|
|
@@ -1782,7 +1790,7 @@
|
|
|
1782
1790
|
{
|
|
1783
1791
|
"name": "usePermission",
|
|
1784
1792
|
"package": "core",
|
|
1785
|
-
"lastUpdated":
|
|
1793
|
+
"lastUpdated": 1767755257000,
|
|
1786
1794
|
"docs": "https://vueuse.org/core/usePermission/",
|
|
1787
1795
|
"category": "Browser",
|
|
1788
1796
|
"description": "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)",
|
|
@@ -1922,7 +1930,7 @@
|
|
|
1922
1930
|
{
|
|
1923
1931
|
"name": "useRefHistory",
|
|
1924
1932
|
"package": "core",
|
|
1925
|
-
"lastUpdated":
|
|
1933
|
+
"lastUpdated": 1767923245000,
|
|
1926
1934
|
"docs": "https://vueuse.org/core/useRefHistory/",
|
|
1927
1935
|
"category": "State",
|
|
1928
1936
|
"description": "track the change history of a ref",
|
|
@@ -1960,7 +1968,7 @@
|
|
|
1960
1968
|
{
|
|
1961
1969
|
"name": "useRouteParams",
|
|
1962
1970
|
"package": "router",
|
|
1963
|
-
"lastUpdated":
|
|
1971
|
+
"lastUpdated": 1767755257000,
|
|
1964
1972
|
"docs": "https://vueuse.org/router/useRouteParams/",
|
|
1965
1973
|
"category": "@Router",
|
|
1966
1974
|
"description": "shorthand for a reactive `route.params`"
|
|
@@ -1968,7 +1976,7 @@
|
|
|
1968
1976
|
{
|
|
1969
1977
|
"name": "useRouteQuery",
|
|
1970
1978
|
"package": "router",
|
|
1971
|
-
"lastUpdated":
|
|
1979
|
+
"lastUpdated": 1767755257000,
|
|
1972
1980
|
"docs": "https://vueuse.org/router/useRouteQuery/",
|
|
1973
1981
|
"category": "@Router",
|
|
1974
1982
|
"description": "shorthand for a reactive `route.query`"
|
|
@@ -2054,7 +2062,7 @@
|
|
|
2054
2062
|
{
|
|
2055
2063
|
"name": "useSortable",
|
|
2056
2064
|
"package": "integrations",
|
|
2057
|
-
"lastUpdated":
|
|
2065
|
+
"lastUpdated": 1768378454000,
|
|
2058
2066
|
"component": true,
|
|
2059
2067
|
"docs": "https://vueuse.org/integrations/useSortable/",
|
|
2060
2068
|
"category": "@Integrations",
|
|
@@ -2118,7 +2126,7 @@
|
|
|
2118
2126
|
{
|
|
2119
2127
|
"name": "useStorage",
|
|
2120
2128
|
"package": "core",
|
|
2121
|
-
"lastUpdated":
|
|
2129
|
+
"lastUpdated": 1767755257000,
|
|
2122
2130
|
"docs": "https://vueuse.org/core/useStorage/",
|
|
2123
2131
|
"category": "State",
|
|
2124
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)",
|
|
@@ -2249,7 +2257,7 @@
|
|
|
2249
2257
|
{
|
|
2250
2258
|
"name": "useTimeAgo",
|
|
2251
2259
|
"package": "core",
|
|
2252
|
-
"lastUpdated":
|
|
2260
|
+
"lastUpdated": 1769407468000,
|
|
2253
2261
|
"component": true,
|
|
2254
2262
|
"docs": "https://vueuse.org/core/useTimeAgo/",
|
|
2255
2263
|
"category": "Time",
|
|
@@ -2258,7 +2266,7 @@
|
|
|
2258
2266
|
{
|
|
2259
2267
|
"name": "useTimeAgoIntl",
|
|
2260
2268
|
"package": "core",
|
|
2261
|
-
"lastUpdated":
|
|
2269
|
+
"lastUpdated": 1769407468000,
|
|
2262
2270
|
"docs": "https://vueuse.org/core/useTimeAgoIntl/",
|
|
2263
2271
|
"category": "Time",
|
|
2264
2272
|
"description": "reactive time ago with i18n supported"
|
|
@@ -2269,7 +2277,7 @@
|
|
|
2269
2277
|
"lastUpdated": 1762306081000,
|
|
2270
2278
|
"docs": "https://vueuse.org/shared/useTimeout/",
|
|
2271
2279
|
"category": "Animation",
|
|
2272
|
-
"description": "
|
|
2280
|
+
"description": "reactive value that becomes `true` after a given time"
|
|
2273
2281
|
},
|
|
2274
2282
|
{
|
|
2275
2283
|
"name": "useTimeoutFn",
|
|
@@ -2290,7 +2298,7 @@
|
|
|
2290
2298
|
{
|
|
2291
2299
|
"name": "useTimestamp",
|
|
2292
2300
|
"package": "core",
|
|
2293
|
-
"lastUpdated":
|
|
2301
|
+
"lastUpdated": 1769407468000,
|
|
2294
2302
|
"component": true,
|
|
2295
2303
|
"docs": "https://vueuse.org/core/useTimestamp/",
|
|
2296
2304
|
"category": "Animation",
|
|
@@ -2347,7 +2355,7 @@
|
|
|
2347
2355
|
{
|
|
2348
2356
|
"name": "useUrlSearchParams",
|
|
2349
2357
|
"package": "core",
|
|
2350
|
-
"lastUpdated":
|
|
2358
|
+
"lastUpdated": 1764573571000,
|
|
2351
2359
|
"docs": "https://vueuse.org/core/useUrlSearchParams/",
|
|
2352
2360
|
"category": "Browser",
|
|
2353
2361
|
"description": "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
|
@@ -2368,7 +2376,7 @@
|
|
|
2368
2376
|
{
|
|
2369
2377
|
"name": "useVibrate",
|
|
2370
2378
|
"package": "core",
|
|
2371
|
-
"lastUpdated":
|
|
2379
|
+
"lastUpdated": 1769407468000,
|
|
2372
2380
|
"docs": "https://vueuse.org/core/useVibrate/",
|
|
2373
2381
|
"category": "Browser",
|
|
2374
2382
|
"description": "reactive [Vibration API](https://developer.mozilla.org/en-US/docs/Web/API/Vibration_API)"
|
|
@@ -2423,7 +2431,7 @@
|
|
|
2423
2431
|
{
|
|
2424
2432
|
"name": "useWebSocket",
|
|
2425
2433
|
"package": "core",
|
|
2426
|
-
"lastUpdated":
|
|
2434
|
+
"lastUpdated": 1769407468000,
|
|
2427
2435
|
"docs": "https://vueuse.org/core/useWebSocket/",
|
|
2428
2436
|
"category": "Network",
|
|
2429
2437
|
"description": "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2431,7 +2439,7 @@
|
|
|
2431
2439
|
{
|
|
2432
2440
|
"name": "useWebWorker",
|
|
2433
2441
|
"package": "core",
|
|
2434
|
-
"lastUpdated":
|
|
2442
|
+
"lastUpdated": 1767755257000,
|
|
2435
2443
|
"docs": "https://vueuse.org/core/useWebWorker/",
|
|
2436
2444
|
"category": "Browser",
|
|
2437
2445
|
"description": "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
|
|
@@ -2528,7 +2536,7 @@
|
|
|
2528
2536
|
{
|
|
2529
2537
|
"name": "watchDeep",
|
|
2530
2538
|
"package": "shared",
|
|
2531
|
-
"lastUpdated":
|
|
2539
|
+
"lastUpdated": 1767755257000,
|
|
2532
2540
|
"docs": "https://vueuse.org/shared/watchDeep/",
|
|
2533
2541
|
"category": "Watch",
|
|
2534
2542
|
"description": "shorthand for watching value with `{deep: true}`"
|
|
@@ -2536,7 +2544,7 @@
|
|
|
2536
2544
|
{
|
|
2537
2545
|
"name": "watchExtractedObservable",
|
|
2538
2546
|
"package": "rxjs",
|
|
2539
|
-
"lastUpdated":
|
|
2547
|
+
"lastUpdated": 1767755257000,
|
|
2540
2548
|
"docs": "https://vueuse.org/rxjs/watchExtractedObservable/",
|
|
2541
2549
|
"category": "@RxJS",
|
|
2542
2550
|
"description": "watch the values of an RxJS [`Observable`](https://rxjs.dev/guide/observable) as extracted from one or more composables"
|
|
@@ -2555,7 +2563,7 @@
|
|
|
2555
2563
|
{
|
|
2556
2564
|
"name": "watchImmediate",
|
|
2557
2565
|
"package": "shared",
|
|
2558
|
-
"lastUpdated":
|
|
2566
|
+
"lastUpdated": 1767755257000,
|
|
2559
2567
|
"docs": "https://vueuse.org/shared/watchImmediate/",
|
|
2560
2568
|
"category": "Watch",
|
|
2561
2569
|
"description": "shorthand for watching value with `{immediate: true}`"
|
|
@@ -2563,7 +2571,7 @@
|
|
|
2563
2571
|
{
|
|
2564
2572
|
"name": "watchOnce",
|
|
2565
2573
|
"package": "shared",
|
|
2566
|
-
"lastUpdated":
|
|
2574
|
+
"lastUpdated": 1767755257000,
|
|
2567
2575
|
"docs": "https://vueuse.org/shared/watchOnce/",
|
|
2568
2576
|
"category": "Watch",
|
|
2569
2577
|
"description": "shorthand for watching value with `{ once: true }`"
|
|
@@ -2571,7 +2579,7 @@
|
|
|
2571
2579
|
{
|
|
2572
2580
|
"name": "watchPausable",
|
|
2573
2581
|
"package": "shared",
|
|
2574
|
-
"lastUpdated":
|
|
2582
|
+
"lastUpdated": 1765526785000,
|
|
2575
2583
|
"docs": "https://vueuse.org/shared/watchPausable/",
|
|
2576
2584
|
"category": "Watch",
|
|
2577
2585
|
"description": "pausable watch",
|