@vueuse/metadata 9.4.0 → 9.6.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 +29 -18
- package/index.json +29 -18
- package/index.mjs +29 -18
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -65,7 +65,8 @@ var packages$1 = {
|
|
|
65
65
|
"@vueuse/core",
|
|
66
66
|
"@vueuse/shared",
|
|
67
67
|
"fuse.js",
|
|
68
|
-
"async-validator"
|
|
68
|
+
"async-validator",
|
|
69
|
+
"idb-keyval"
|
|
69
70
|
],
|
|
70
71
|
globals: {
|
|
71
72
|
axios: "axios",
|
|
@@ -77,7 +78,8 @@ var packages$1 = {
|
|
|
77
78
|
drauu: "Drauu",
|
|
78
79
|
"fuse.js": "Fuse",
|
|
79
80
|
"change-case": "changeCase",
|
|
80
|
-
"async-validator": "AsyncValidator"
|
|
81
|
+
"async-validator": "AsyncValidator",
|
|
82
|
+
"idb-keyval": "idbKeyval"
|
|
81
83
|
},
|
|
82
84
|
dir: "packages/integrations",
|
|
83
85
|
docs: "https://vueuse.org/integrations/README.html"
|
|
@@ -213,7 +215,7 @@ var functions$1 = [
|
|
|
213
215
|
{
|
|
214
216
|
name: "createGenericProjection",
|
|
215
217
|
"package": "math",
|
|
216
|
-
lastUpdated:
|
|
218
|
+
lastUpdated: 1667952962000,
|
|
217
219
|
docs: "https://vueuse.org/math/createGenericProjection/",
|
|
218
220
|
category: "@Math",
|
|
219
221
|
description: "generic version of `createProjection`",
|
|
@@ -377,7 +379,7 @@ var functions$1 = [
|
|
|
377
379
|
{
|
|
378
380
|
name: "onClickOutside",
|
|
379
381
|
"package": "core",
|
|
380
|
-
lastUpdated:
|
|
382
|
+
lastUpdated: 1668302340000,
|
|
381
383
|
component: true,
|
|
382
384
|
directive: true,
|
|
383
385
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -428,7 +430,7 @@ var functions$1 = [
|
|
|
428
430
|
{
|
|
429
431
|
name: "reactifyObject",
|
|
430
432
|
"package": "shared",
|
|
431
|
-
lastUpdated:
|
|
433
|
+
lastUpdated: 1667952962000,
|
|
432
434
|
docs: "https://vueuse.org/shared/reactifyObject/",
|
|
433
435
|
category: "Reactivity",
|
|
434
436
|
description: "apply `reactify` to an object"
|
|
@@ -534,7 +536,7 @@ var functions$1 = [
|
|
|
534
536
|
{
|
|
535
537
|
name: "resolveUnref",
|
|
536
538
|
"package": "shared",
|
|
537
|
-
lastUpdated:
|
|
539
|
+
lastUpdated: 1667054063000,
|
|
538
540
|
docs: "https://vueuse.org/shared/resolveUnref/",
|
|
539
541
|
category: "Reactivity",
|
|
540
542
|
description: "get the value of value/ref/getter",
|
|
@@ -1156,7 +1158,7 @@ var functions$1 = [
|
|
|
1156
1158
|
{
|
|
1157
1159
|
name: "useEventListener",
|
|
1158
1160
|
"package": "core",
|
|
1159
|
-
lastUpdated:
|
|
1161
|
+
lastUpdated: 1667952403000,
|
|
1160
1162
|
docs: "https://vueuse.org/core/useEventListener/",
|
|
1161
1163
|
category: "Browser",
|
|
1162
1164
|
description: "use EventListener with ease"
|
|
@@ -1189,7 +1191,7 @@ var functions$1 = [
|
|
|
1189
1191
|
{
|
|
1190
1192
|
name: "useFetch",
|
|
1191
1193
|
"package": "core",
|
|
1192
|
-
lastUpdated:
|
|
1194
|
+
lastUpdated: 1667952440000,
|
|
1193
1195
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1194
1196
|
category: "Network",
|
|
1195
1197
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1213,7 +1215,7 @@ var functions$1 = [
|
|
|
1213
1215
|
{
|
|
1214
1216
|
name: "useFirestore",
|
|
1215
1217
|
"package": "firebase",
|
|
1216
|
-
lastUpdated:
|
|
1218
|
+
lastUpdated: 1668298845000,
|
|
1217
1219
|
docs: "https://vueuse.org/firebase/useFirestore/",
|
|
1218
1220
|
category: "@Firebase",
|
|
1219
1221
|
description: "reactive [Firestore](https://firebase.google.com/docs/firestore) binding",
|
|
@@ -1290,7 +1292,7 @@ var functions$1 = [
|
|
|
1290
1292
|
{
|
|
1291
1293
|
name: "useGeolocation",
|
|
1292
1294
|
"package": "core",
|
|
1293
|
-
lastUpdated:
|
|
1295
|
+
lastUpdated: 1667950807000,
|
|
1294
1296
|
component: true,
|
|
1295
1297
|
docs: "https://vueuse.org/core/useGeolocation/",
|
|
1296
1298
|
category: "Sensors",
|
|
@@ -1303,6 +1305,15 @@ var functions$1 = [
|
|
|
1303
1305
|
category: "@Head",
|
|
1304
1306
|
external: "https://github.com/vueuse/head#api"
|
|
1305
1307
|
},
|
|
1308
|
+
{
|
|
1309
|
+
name: "useIDBKeyval",
|
|
1310
|
+
"package": "integrations",
|
|
1311
|
+
lastUpdated: 1668302379000,
|
|
1312
|
+
docs: "https://vueuse.org/integrations/useIDBKeyval/",
|
|
1313
|
+
category: "@Integrations",
|
|
1314
|
+
description: "wrapper for [`idb-keyval`](https://www.npmjs.com/package/idb-keyval)",
|
|
1315
|
+
importPath: "integrations/useIDBKeyval"
|
|
1316
|
+
},
|
|
1306
1317
|
{
|
|
1307
1318
|
name: "useIdle",
|
|
1308
1319
|
"package": "core",
|
|
@@ -1469,7 +1480,7 @@ var functions$1 = [
|
|
|
1469
1480
|
{
|
|
1470
1481
|
name: "useMemoize",
|
|
1471
1482
|
"package": "core",
|
|
1472
|
-
lastUpdated:
|
|
1483
|
+
lastUpdated: 1667952962000,
|
|
1473
1484
|
docs: "https://vueuse.org/core/useMemoize/",
|
|
1474
1485
|
category: "Utilities",
|
|
1475
1486
|
description: "cache results of functions depending on arguments and keep it reactive"
|
|
@@ -1664,7 +1675,7 @@ var functions$1 = [
|
|
|
1664
1675
|
{
|
|
1665
1676
|
name: "usePointerSwipe",
|
|
1666
1677
|
"package": "core",
|
|
1667
|
-
lastUpdated:
|
|
1678
|
+
lastUpdated: 1667953110000,
|
|
1668
1679
|
docs: "https://vueuse.org/core/usePointerSwipe/",
|
|
1669
1680
|
category: "Sensors",
|
|
1670
1681
|
description: "reactive swipe detection based on [PointerEvents](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)"
|
|
@@ -1852,7 +1863,7 @@ var functions$1 = [
|
|
|
1852
1863
|
{
|
|
1853
1864
|
name: "useScroll",
|
|
1854
1865
|
"package": "core",
|
|
1855
|
-
lastUpdated:
|
|
1866
|
+
lastUpdated: 1667950710000,
|
|
1856
1867
|
directive: true,
|
|
1857
1868
|
docs: "https://vueuse.org/core/useScroll/",
|
|
1858
1869
|
category: "Sensors",
|
|
@@ -1961,7 +1972,7 @@ var functions$1 = [
|
|
|
1961
1972
|
{
|
|
1962
1973
|
name: "useStyleTag",
|
|
1963
1974
|
"package": "core",
|
|
1964
|
-
lastUpdated:
|
|
1975
|
+
lastUpdated: 1668687182000,
|
|
1965
1976
|
docs: "https://vueuse.org/core/useStyleTag/",
|
|
1966
1977
|
category: "Browser",
|
|
1967
1978
|
description: "inject reactive `style` element in head"
|
|
@@ -2066,7 +2077,7 @@ var functions$1 = [
|
|
|
2066
2077
|
{
|
|
2067
2078
|
name: "useTimeAgo",
|
|
2068
2079
|
"package": "core",
|
|
2069
|
-
lastUpdated:
|
|
2080
|
+
lastUpdated: 1668168671000,
|
|
2070
2081
|
component: true,
|
|
2071
2082
|
docs: "https://vueuse.org/core/useTimeAgo/",
|
|
2072
2083
|
category: "Time",
|
|
@@ -2149,7 +2160,7 @@ var functions$1 = [
|
|
|
2149
2160
|
{
|
|
2150
2161
|
name: "useTransition",
|
|
2151
2162
|
"package": "core",
|
|
2152
|
-
lastUpdated:
|
|
2163
|
+
lastUpdated: 1667958634000,
|
|
2153
2164
|
docs: "https://vueuse.org/core/useTransition/",
|
|
2154
2165
|
category: "Animation",
|
|
2155
2166
|
description: "transition between values"
|
|
@@ -2194,7 +2205,7 @@ var functions$1 = [
|
|
|
2194
2205
|
{
|
|
2195
2206
|
name: "useVirtualList",
|
|
2196
2207
|
"package": "core",
|
|
2197
|
-
lastUpdated:
|
|
2208
|
+
lastUpdated: 1667952962000,
|
|
2198
2209
|
component: true,
|
|
2199
2210
|
docs: "https://vueuse.org/core/useVirtualList/",
|
|
2200
2211
|
category: "Component",
|
|
@@ -2241,7 +2252,7 @@ var functions$1 = [
|
|
|
2241
2252
|
{
|
|
2242
2253
|
name: "useWebSocket",
|
|
2243
2254
|
"package": "core",
|
|
2244
|
-
lastUpdated:
|
|
2255
|
+
lastUpdated: 1667952807000,
|
|
2245
2256
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2246
2257
|
category: "Network",
|
|
2247
2258
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
package/index.json
CHANGED
|
@@ -64,7 +64,8 @@
|
|
|
64
64
|
"@vueuse/core",
|
|
65
65
|
"@vueuse/shared",
|
|
66
66
|
"fuse.js",
|
|
67
|
-
"async-validator"
|
|
67
|
+
"async-validator",
|
|
68
|
+
"idb-keyval"
|
|
68
69
|
],
|
|
69
70
|
"globals": {
|
|
70
71
|
"axios": "axios",
|
|
@@ -76,7 +77,8 @@
|
|
|
76
77
|
"drauu": "Drauu",
|
|
77
78
|
"fuse.js": "Fuse",
|
|
78
79
|
"change-case": "changeCase",
|
|
79
|
-
"async-validator": "AsyncValidator"
|
|
80
|
+
"async-validator": "AsyncValidator",
|
|
81
|
+
"idb-keyval": "idbKeyval"
|
|
80
82
|
},
|
|
81
83
|
"dir": "packages/integrations",
|
|
82
84
|
"docs": "https://vueuse.org/integrations/README.html"
|
|
@@ -212,7 +214,7 @@
|
|
|
212
214
|
{
|
|
213
215
|
"name": "createGenericProjection",
|
|
214
216
|
"package": "math",
|
|
215
|
-
"lastUpdated":
|
|
217
|
+
"lastUpdated": 1667952962000,
|
|
216
218
|
"docs": "https://vueuse.org/math/createGenericProjection/",
|
|
217
219
|
"category": "@Math",
|
|
218
220
|
"description": "generic version of `createProjection`",
|
|
@@ -376,7 +378,7 @@
|
|
|
376
378
|
{
|
|
377
379
|
"name": "onClickOutside",
|
|
378
380
|
"package": "core",
|
|
379
|
-
"lastUpdated":
|
|
381
|
+
"lastUpdated": 1668302340000,
|
|
380
382
|
"component": true,
|
|
381
383
|
"directive": true,
|
|
382
384
|
"docs": "https://vueuse.org/core/onClickOutside/",
|
|
@@ -427,7 +429,7 @@
|
|
|
427
429
|
{
|
|
428
430
|
"name": "reactifyObject",
|
|
429
431
|
"package": "shared",
|
|
430
|
-
"lastUpdated":
|
|
432
|
+
"lastUpdated": 1667952962000,
|
|
431
433
|
"docs": "https://vueuse.org/shared/reactifyObject/",
|
|
432
434
|
"category": "Reactivity",
|
|
433
435
|
"description": "apply `reactify` to an object"
|
|
@@ -533,7 +535,7 @@
|
|
|
533
535
|
{
|
|
534
536
|
"name": "resolveUnref",
|
|
535
537
|
"package": "shared",
|
|
536
|
-
"lastUpdated":
|
|
538
|
+
"lastUpdated": 1667054063000,
|
|
537
539
|
"docs": "https://vueuse.org/shared/resolveUnref/",
|
|
538
540
|
"category": "Reactivity",
|
|
539
541
|
"description": "get the value of value/ref/getter",
|
|
@@ -1155,7 +1157,7 @@
|
|
|
1155
1157
|
{
|
|
1156
1158
|
"name": "useEventListener",
|
|
1157
1159
|
"package": "core",
|
|
1158
|
-
"lastUpdated":
|
|
1160
|
+
"lastUpdated": 1667952403000,
|
|
1159
1161
|
"docs": "https://vueuse.org/core/useEventListener/",
|
|
1160
1162
|
"category": "Browser",
|
|
1161
1163
|
"description": "use EventListener with ease"
|
|
@@ -1188,7 +1190,7 @@
|
|
|
1188
1190
|
{
|
|
1189
1191
|
"name": "useFetch",
|
|
1190
1192
|
"package": "core",
|
|
1191
|
-
"lastUpdated":
|
|
1193
|
+
"lastUpdated": 1667952440000,
|
|
1192
1194
|
"docs": "https://vueuse.org/core/useFetch/",
|
|
1193
1195
|
"category": "Network",
|
|
1194
1196
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1212,7 +1214,7 @@
|
|
|
1212
1214
|
{
|
|
1213
1215
|
"name": "useFirestore",
|
|
1214
1216
|
"package": "firebase",
|
|
1215
|
-
"lastUpdated":
|
|
1217
|
+
"lastUpdated": 1668298845000,
|
|
1216
1218
|
"docs": "https://vueuse.org/firebase/useFirestore/",
|
|
1217
1219
|
"category": "@Firebase",
|
|
1218
1220
|
"description": "reactive [Firestore](https://firebase.google.com/docs/firestore) binding",
|
|
@@ -1289,7 +1291,7 @@
|
|
|
1289
1291
|
{
|
|
1290
1292
|
"name": "useGeolocation",
|
|
1291
1293
|
"package": "core",
|
|
1292
|
-
"lastUpdated":
|
|
1294
|
+
"lastUpdated": 1667950807000,
|
|
1293
1295
|
"component": true,
|
|
1294
1296
|
"docs": "https://vueuse.org/core/useGeolocation/",
|
|
1295
1297
|
"category": "Sensors",
|
|
@@ -1302,6 +1304,15 @@
|
|
|
1302
1304
|
"category": "@Head",
|
|
1303
1305
|
"external": "https://github.com/vueuse/head#api"
|
|
1304
1306
|
},
|
|
1307
|
+
{
|
|
1308
|
+
"name": "useIDBKeyval",
|
|
1309
|
+
"package": "integrations",
|
|
1310
|
+
"lastUpdated": 1668302379000,
|
|
1311
|
+
"docs": "https://vueuse.org/integrations/useIDBKeyval/",
|
|
1312
|
+
"category": "@Integrations",
|
|
1313
|
+
"description": "wrapper for [`idb-keyval`](https://www.npmjs.com/package/idb-keyval)",
|
|
1314
|
+
"importPath": "integrations/useIDBKeyval"
|
|
1315
|
+
},
|
|
1305
1316
|
{
|
|
1306
1317
|
"name": "useIdle",
|
|
1307
1318
|
"package": "core",
|
|
@@ -1468,7 +1479,7 @@
|
|
|
1468
1479
|
{
|
|
1469
1480
|
"name": "useMemoize",
|
|
1470
1481
|
"package": "core",
|
|
1471
|
-
"lastUpdated":
|
|
1482
|
+
"lastUpdated": 1667952962000,
|
|
1472
1483
|
"docs": "https://vueuse.org/core/useMemoize/",
|
|
1473
1484
|
"category": "Utilities",
|
|
1474
1485
|
"description": "cache results of functions depending on arguments and keep it reactive"
|
|
@@ -1663,7 +1674,7 @@
|
|
|
1663
1674
|
{
|
|
1664
1675
|
"name": "usePointerSwipe",
|
|
1665
1676
|
"package": "core",
|
|
1666
|
-
"lastUpdated":
|
|
1677
|
+
"lastUpdated": 1667953110000,
|
|
1667
1678
|
"docs": "https://vueuse.org/core/usePointerSwipe/",
|
|
1668
1679
|
"category": "Sensors",
|
|
1669
1680
|
"description": "reactive swipe detection based on [PointerEvents](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)"
|
|
@@ -1851,7 +1862,7 @@
|
|
|
1851
1862
|
{
|
|
1852
1863
|
"name": "useScroll",
|
|
1853
1864
|
"package": "core",
|
|
1854
|
-
"lastUpdated":
|
|
1865
|
+
"lastUpdated": 1667950710000,
|
|
1855
1866
|
"directive": true,
|
|
1856
1867
|
"docs": "https://vueuse.org/core/useScroll/",
|
|
1857
1868
|
"category": "Sensors",
|
|
@@ -1960,7 +1971,7 @@
|
|
|
1960
1971
|
{
|
|
1961
1972
|
"name": "useStyleTag",
|
|
1962
1973
|
"package": "core",
|
|
1963
|
-
"lastUpdated":
|
|
1974
|
+
"lastUpdated": 1668687182000,
|
|
1964
1975
|
"docs": "https://vueuse.org/core/useStyleTag/",
|
|
1965
1976
|
"category": "Browser",
|
|
1966
1977
|
"description": "inject reactive `style` element in head"
|
|
@@ -2065,7 +2076,7 @@
|
|
|
2065
2076
|
{
|
|
2066
2077
|
"name": "useTimeAgo",
|
|
2067
2078
|
"package": "core",
|
|
2068
|
-
"lastUpdated":
|
|
2079
|
+
"lastUpdated": 1668168671000,
|
|
2069
2080
|
"component": true,
|
|
2070
2081
|
"docs": "https://vueuse.org/core/useTimeAgo/",
|
|
2071
2082
|
"category": "Time",
|
|
@@ -2148,7 +2159,7 @@
|
|
|
2148
2159
|
{
|
|
2149
2160
|
"name": "useTransition",
|
|
2150
2161
|
"package": "core",
|
|
2151
|
-
"lastUpdated":
|
|
2162
|
+
"lastUpdated": 1667958634000,
|
|
2152
2163
|
"docs": "https://vueuse.org/core/useTransition/",
|
|
2153
2164
|
"category": "Animation",
|
|
2154
2165
|
"description": "transition between values"
|
|
@@ -2193,7 +2204,7 @@
|
|
|
2193
2204
|
{
|
|
2194
2205
|
"name": "useVirtualList",
|
|
2195
2206
|
"package": "core",
|
|
2196
|
-
"lastUpdated":
|
|
2207
|
+
"lastUpdated": 1667952962000,
|
|
2197
2208
|
"component": true,
|
|
2198
2209
|
"docs": "https://vueuse.org/core/useVirtualList/",
|
|
2199
2210
|
"category": "Component",
|
|
@@ -2240,7 +2251,7 @@
|
|
|
2240
2251
|
{
|
|
2241
2252
|
"name": "useWebSocket",
|
|
2242
2253
|
"package": "core",
|
|
2243
|
-
"lastUpdated":
|
|
2254
|
+
"lastUpdated": 1667952807000,
|
|
2244
2255
|
"docs": "https://vueuse.org/core/useWebSocket/",
|
|
2245
2256
|
"category": "Network",
|
|
2246
2257
|
"description": "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
package/index.mjs
CHANGED
|
@@ -63,7 +63,8 @@ var packages$1 = {
|
|
|
63
63
|
"@vueuse/core",
|
|
64
64
|
"@vueuse/shared",
|
|
65
65
|
"fuse.js",
|
|
66
|
-
"async-validator"
|
|
66
|
+
"async-validator",
|
|
67
|
+
"idb-keyval"
|
|
67
68
|
],
|
|
68
69
|
globals: {
|
|
69
70
|
axios: "axios",
|
|
@@ -75,7 +76,8 @@ var packages$1 = {
|
|
|
75
76
|
drauu: "Drauu",
|
|
76
77
|
"fuse.js": "Fuse",
|
|
77
78
|
"change-case": "changeCase",
|
|
78
|
-
"async-validator": "AsyncValidator"
|
|
79
|
+
"async-validator": "AsyncValidator",
|
|
80
|
+
"idb-keyval": "idbKeyval"
|
|
79
81
|
},
|
|
80
82
|
dir: "packages/integrations",
|
|
81
83
|
docs: "https://vueuse.org/integrations/README.html"
|
|
@@ -211,7 +213,7 @@ var functions$1 = [
|
|
|
211
213
|
{
|
|
212
214
|
name: "createGenericProjection",
|
|
213
215
|
"package": "math",
|
|
214
|
-
lastUpdated:
|
|
216
|
+
lastUpdated: 1667952962000,
|
|
215
217
|
docs: "https://vueuse.org/math/createGenericProjection/",
|
|
216
218
|
category: "@Math",
|
|
217
219
|
description: "generic version of `createProjection`",
|
|
@@ -375,7 +377,7 @@ var functions$1 = [
|
|
|
375
377
|
{
|
|
376
378
|
name: "onClickOutside",
|
|
377
379
|
"package": "core",
|
|
378
|
-
lastUpdated:
|
|
380
|
+
lastUpdated: 1668302340000,
|
|
379
381
|
component: true,
|
|
380
382
|
directive: true,
|
|
381
383
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -426,7 +428,7 @@ var functions$1 = [
|
|
|
426
428
|
{
|
|
427
429
|
name: "reactifyObject",
|
|
428
430
|
"package": "shared",
|
|
429
|
-
lastUpdated:
|
|
431
|
+
lastUpdated: 1667952962000,
|
|
430
432
|
docs: "https://vueuse.org/shared/reactifyObject/",
|
|
431
433
|
category: "Reactivity",
|
|
432
434
|
description: "apply `reactify` to an object"
|
|
@@ -532,7 +534,7 @@ var functions$1 = [
|
|
|
532
534
|
{
|
|
533
535
|
name: "resolveUnref",
|
|
534
536
|
"package": "shared",
|
|
535
|
-
lastUpdated:
|
|
537
|
+
lastUpdated: 1667054063000,
|
|
536
538
|
docs: "https://vueuse.org/shared/resolveUnref/",
|
|
537
539
|
category: "Reactivity",
|
|
538
540
|
description: "get the value of value/ref/getter",
|
|
@@ -1154,7 +1156,7 @@ var functions$1 = [
|
|
|
1154
1156
|
{
|
|
1155
1157
|
name: "useEventListener",
|
|
1156
1158
|
"package": "core",
|
|
1157
|
-
lastUpdated:
|
|
1159
|
+
lastUpdated: 1667952403000,
|
|
1158
1160
|
docs: "https://vueuse.org/core/useEventListener/",
|
|
1159
1161
|
category: "Browser",
|
|
1160
1162
|
description: "use EventListener with ease"
|
|
@@ -1187,7 +1189,7 @@ var functions$1 = [
|
|
|
1187
1189
|
{
|
|
1188
1190
|
name: "useFetch",
|
|
1189
1191
|
"package": "core",
|
|
1190
|
-
lastUpdated:
|
|
1192
|
+
lastUpdated: 1667952440000,
|
|
1191
1193
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1192
1194
|
category: "Network",
|
|
1193
1195
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1211,7 +1213,7 @@ var functions$1 = [
|
|
|
1211
1213
|
{
|
|
1212
1214
|
name: "useFirestore",
|
|
1213
1215
|
"package": "firebase",
|
|
1214
|
-
lastUpdated:
|
|
1216
|
+
lastUpdated: 1668298845000,
|
|
1215
1217
|
docs: "https://vueuse.org/firebase/useFirestore/",
|
|
1216
1218
|
category: "@Firebase",
|
|
1217
1219
|
description: "reactive [Firestore](https://firebase.google.com/docs/firestore) binding",
|
|
@@ -1288,7 +1290,7 @@ var functions$1 = [
|
|
|
1288
1290
|
{
|
|
1289
1291
|
name: "useGeolocation",
|
|
1290
1292
|
"package": "core",
|
|
1291
|
-
lastUpdated:
|
|
1293
|
+
lastUpdated: 1667950807000,
|
|
1292
1294
|
component: true,
|
|
1293
1295
|
docs: "https://vueuse.org/core/useGeolocation/",
|
|
1294
1296
|
category: "Sensors",
|
|
@@ -1301,6 +1303,15 @@ var functions$1 = [
|
|
|
1301
1303
|
category: "@Head",
|
|
1302
1304
|
external: "https://github.com/vueuse/head#api"
|
|
1303
1305
|
},
|
|
1306
|
+
{
|
|
1307
|
+
name: "useIDBKeyval",
|
|
1308
|
+
"package": "integrations",
|
|
1309
|
+
lastUpdated: 1668302379000,
|
|
1310
|
+
docs: "https://vueuse.org/integrations/useIDBKeyval/",
|
|
1311
|
+
category: "@Integrations",
|
|
1312
|
+
description: "wrapper for [`idb-keyval`](https://www.npmjs.com/package/idb-keyval)",
|
|
1313
|
+
importPath: "integrations/useIDBKeyval"
|
|
1314
|
+
},
|
|
1304
1315
|
{
|
|
1305
1316
|
name: "useIdle",
|
|
1306
1317
|
"package": "core",
|
|
@@ -1467,7 +1478,7 @@ var functions$1 = [
|
|
|
1467
1478
|
{
|
|
1468
1479
|
name: "useMemoize",
|
|
1469
1480
|
"package": "core",
|
|
1470
|
-
lastUpdated:
|
|
1481
|
+
lastUpdated: 1667952962000,
|
|
1471
1482
|
docs: "https://vueuse.org/core/useMemoize/",
|
|
1472
1483
|
category: "Utilities",
|
|
1473
1484
|
description: "cache results of functions depending on arguments and keep it reactive"
|
|
@@ -1662,7 +1673,7 @@ var functions$1 = [
|
|
|
1662
1673
|
{
|
|
1663
1674
|
name: "usePointerSwipe",
|
|
1664
1675
|
"package": "core",
|
|
1665
|
-
lastUpdated:
|
|
1676
|
+
lastUpdated: 1667953110000,
|
|
1666
1677
|
docs: "https://vueuse.org/core/usePointerSwipe/",
|
|
1667
1678
|
category: "Sensors",
|
|
1668
1679
|
description: "reactive swipe detection based on [PointerEvents](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)"
|
|
@@ -1850,7 +1861,7 @@ var functions$1 = [
|
|
|
1850
1861
|
{
|
|
1851
1862
|
name: "useScroll",
|
|
1852
1863
|
"package": "core",
|
|
1853
|
-
lastUpdated:
|
|
1864
|
+
lastUpdated: 1667950710000,
|
|
1854
1865
|
directive: true,
|
|
1855
1866
|
docs: "https://vueuse.org/core/useScroll/",
|
|
1856
1867
|
category: "Sensors",
|
|
@@ -1959,7 +1970,7 @@ var functions$1 = [
|
|
|
1959
1970
|
{
|
|
1960
1971
|
name: "useStyleTag",
|
|
1961
1972
|
"package": "core",
|
|
1962
|
-
lastUpdated:
|
|
1973
|
+
lastUpdated: 1668687182000,
|
|
1963
1974
|
docs: "https://vueuse.org/core/useStyleTag/",
|
|
1964
1975
|
category: "Browser",
|
|
1965
1976
|
description: "inject reactive `style` element in head"
|
|
@@ -2064,7 +2075,7 @@ var functions$1 = [
|
|
|
2064
2075
|
{
|
|
2065
2076
|
name: "useTimeAgo",
|
|
2066
2077
|
"package": "core",
|
|
2067
|
-
lastUpdated:
|
|
2078
|
+
lastUpdated: 1668168671000,
|
|
2068
2079
|
component: true,
|
|
2069
2080
|
docs: "https://vueuse.org/core/useTimeAgo/",
|
|
2070
2081
|
category: "Time",
|
|
@@ -2147,7 +2158,7 @@ var functions$1 = [
|
|
|
2147
2158
|
{
|
|
2148
2159
|
name: "useTransition",
|
|
2149
2160
|
"package": "core",
|
|
2150
|
-
lastUpdated:
|
|
2161
|
+
lastUpdated: 1667958634000,
|
|
2151
2162
|
docs: "https://vueuse.org/core/useTransition/",
|
|
2152
2163
|
category: "Animation",
|
|
2153
2164
|
description: "transition between values"
|
|
@@ -2192,7 +2203,7 @@ var functions$1 = [
|
|
|
2192
2203
|
{
|
|
2193
2204
|
name: "useVirtualList",
|
|
2194
2205
|
"package": "core",
|
|
2195
|
-
lastUpdated:
|
|
2206
|
+
lastUpdated: 1667952962000,
|
|
2196
2207
|
component: true,
|
|
2197
2208
|
docs: "https://vueuse.org/core/useVirtualList/",
|
|
2198
2209
|
category: "Component",
|
|
@@ -2239,7 +2250,7 @@ var functions$1 = [
|
|
|
2239
2250
|
{
|
|
2240
2251
|
name: "useWebSocket",
|
|
2241
2252
|
"package": "core",
|
|
2242
|
-
lastUpdated:
|
|
2253
|
+
lastUpdated: 1667952807000,
|
|
2243
2254
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2244
2255
|
category: "Network",
|
|
2245
2256
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|