@vueuse/metadata 9.3.1 → 9.5.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 +32 -21
- package/index.json +32 -21
- package/index.mjs +32 -21
- 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: 1667823039000,
|
|
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"
|
|
@@ -471,7 +473,7 @@ var functions$1 = [
|
|
|
471
473
|
{
|
|
472
474
|
name: "refDebounced",
|
|
473
475
|
"package": "shared",
|
|
474
|
-
lastUpdated:
|
|
476
|
+
lastUpdated: 1666676013000,
|
|
475
477
|
docs: "https://vueuse.org/shared/refDebounced/",
|
|
476
478
|
category: "Reactivity",
|
|
477
479
|
description: "debounce execution of a ref value",
|
|
@@ -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",
|
|
@@ -879,7 +881,7 @@ var functions$1 = [
|
|
|
879
881
|
{
|
|
880
882
|
name: "useClipboard",
|
|
881
883
|
"package": "core",
|
|
882
|
-
lastUpdated:
|
|
884
|
+
lastUpdated: 1666676330000,
|
|
883
885
|
docs: "https://vueuse.org/core/useClipboard/",
|
|
884
886
|
category: "Browser",
|
|
885
887
|
description: "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
@@ -926,7 +928,7 @@ var functions$1 = [
|
|
|
926
928
|
{
|
|
927
929
|
name: "useCounter",
|
|
928
930
|
"package": "shared",
|
|
929
|
-
lastUpdated:
|
|
931
|
+
lastUpdated: 1666677599000,
|
|
930
932
|
docs: "https://vueuse.org/shared/useCounter/",
|
|
931
933
|
category: "Utilities",
|
|
932
934
|
description: "basic counter with utility functions"
|
|
@@ -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"
|
|
@@ -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: 1667951261000,
|
|
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)"
|
|
@@ -1787,7 +1798,7 @@ var functions$1 = [
|
|
|
1787
1798
|
{
|
|
1788
1799
|
name: "useRouteHash",
|
|
1789
1800
|
"package": "router",
|
|
1790
|
-
lastUpdated:
|
|
1801
|
+
lastUpdated: 1666676087000,
|
|
1791
1802
|
docs: "https://vueuse.org/router/useRouteHash/",
|
|
1792
1803
|
category: "@Router",
|
|
1793
1804
|
description: "shorthand for a reactive `route.hash`"
|
|
@@ -1795,7 +1806,7 @@ var functions$1 = [
|
|
|
1795
1806
|
{
|
|
1796
1807
|
name: "useRouteParams",
|
|
1797
1808
|
"package": "router",
|
|
1798
|
-
lastUpdated:
|
|
1809
|
+
lastUpdated: 1666676087000,
|
|
1799
1810
|
docs: "https://vueuse.org/router/useRouteParams/",
|
|
1800
1811
|
category: "@Router",
|
|
1801
1812
|
description: "shorthand for a reactive `route.params`"
|
|
@@ -1803,7 +1814,7 @@ var functions$1 = [
|
|
|
1803
1814
|
{
|
|
1804
1815
|
name: "useRouteQuery",
|
|
1805
1816
|
"package": "router",
|
|
1806
|
-
lastUpdated:
|
|
1817
|
+
lastUpdated: 1666676087000,
|
|
1807
1818
|
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1808
1819
|
category: "@Router",
|
|
1809
1820
|
description: "shorthand for a reactive `route.query`"
|
|
@@ -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",
|
|
@@ -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"
|
|
@@ -2249,7 +2260,7 @@ var functions$1 = [
|
|
|
2249
2260
|
{
|
|
2250
2261
|
name: "useWebWorker",
|
|
2251
2262
|
"package": "core",
|
|
2252
|
-
lastUpdated:
|
|
2263
|
+
lastUpdated: 1666677873000,
|
|
2253
2264
|
docs: "https://vueuse.org/core/useWebWorker/",
|
|
2254
2265
|
category: "Browser",
|
|
2255
2266
|
description: "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
|
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": 1667823039000,
|
|
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"
|
|
@@ -470,7 +472,7 @@
|
|
|
470
472
|
{
|
|
471
473
|
"name": "refDebounced",
|
|
472
474
|
"package": "shared",
|
|
473
|
-
"lastUpdated":
|
|
475
|
+
"lastUpdated": 1666676013000,
|
|
474
476
|
"docs": "https://vueuse.org/shared/refDebounced/",
|
|
475
477
|
"category": "Reactivity",
|
|
476
478
|
"description": "debounce execution of a ref value",
|
|
@@ -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",
|
|
@@ -878,7 +880,7 @@
|
|
|
878
880
|
{
|
|
879
881
|
"name": "useClipboard",
|
|
880
882
|
"package": "core",
|
|
881
|
-
"lastUpdated":
|
|
883
|
+
"lastUpdated": 1666676330000,
|
|
882
884
|
"docs": "https://vueuse.org/core/useClipboard/",
|
|
883
885
|
"category": "Browser",
|
|
884
886
|
"description": "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
@@ -925,7 +927,7 @@
|
|
|
925
927
|
{
|
|
926
928
|
"name": "useCounter",
|
|
927
929
|
"package": "shared",
|
|
928
|
-
"lastUpdated":
|
|
930
|
+
"lastUpdated": 1666677599000,
|
|
929
931
|
"docs": "https://vueuse.org/shared/useCounter/",
|
|
930
932
|
"category": "Utilities",
|
|
931
933
|
"description": "basic counter with utility functions"
|
|
@@ -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"
|
|
@@ -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": 1667951261000,
|
|
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)"
|
|
@@ -1786,7 +1797,7 @@
|
|
|
1786
1797
|
{
|
|
1787
1798
|
"name": "useRouteHash",
|
|
1788
1799
|
"package": "router",
|
|
1789
|
-
"lastUpdated":
|
|
1800
|
+
"lastUpdated": 1666676087000,
|
|
1790
1801
|
"docs": "https://vueuse.org/router/useRouteHash/",
|
|
1791
1802
|
"category": "@Router",
|
|
1792
1803
|
"description": "shorthand for a reactive `route.hash`"
|
|
@@ -1794,7 +1805,7 @@
|
|
|
1794
1805
|
{
|
|
1795
1806
|
"name": "useRouteParams",
|
|
1796
1807
|
"package": "router",
|
|
1797
|
-
"lastUpdated":
|
|
1808
|
+
"lastUpdated": 1666676087000,
|
|
1798
1809
|
"docs": "https://vueuse.org/router/useRouteParams/",
|
|
1799
1810
|
"category": "@Router",
|
|
1800
1811
|
"description": "shorthand for a reactive `route.params`"
|
|
@@ -1802,7 +1813,7 @@
|
|
|
1802
1813
|
{
|
|
1803
1814
|
"name": "useRouteQuery",
|
|
1804
1815
|
"package": "router",
|
|
1805
|
-
"lastUpdated":
|
|
1816
|
+
"lastUpdated": 1666676087000,
|
|
1806
1817
|
"docs": "https://vueuse.org/router/useRouteQuery/",
|
|
1807
1818
|
"category": "@Router",
|
|
1808
1819
|
"description": "shorthand for a reactive `route.query`"
|
|
@@ -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",
|
|
@@ -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"
|
|
@@ -2248,7 +2259,7 @@
|
|
|
2248
2259
|
{
|
|
2249
2260
|
"name": "useWebWorker",
|
|
2250
2261
|
"package": "core",
|
|
2251
|
-
"lastUpdated":
|
|
2262
|
+
"lastUpdated": 1666677873000,
|
|
2252
2263
|
"docs": "https://vueuse.org/core/useWebWorker/",
|
|
2253
2264
|
"category": "Browser",
|
|
2254
2265
|
"description": "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
|
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: 1667823039000,
|
|
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"
|
|
@@ -469,7 +471,7 @@ var functions$1 = [
|
|
|
469
471
|
{
|
|
470
472
|
name: "refDebounced",
|
|
471
473
|
"package": "shared",
|
|
472
|
-
lastUpdated:
|
|
474
|
+
lastUpdated: 1666676013000,
|
|
473
475
|
docs: "https://vueuse.org/shared/refDebounced/",
|
|
474
476
|
category: "Reactivity",
|
|
475
477
|
description: "debounce execution of a ref value",
|
|
@@ -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",
|
|
@@ -877,7 +879,7 @@ var functions$1 = [
|
|
|
877
879
|
{
|
|
878
880
|
name: "useClipboard",
|
|
879
881
|
"package": "core",
|
|
880
|
-
lastUpdated:
|
|
882
|
+
lastUpdated: 1666676330000,
|
|
881
883
|
docs: "https://vueuse.org/core/useClipboard/",
|
|
882
884
|
category: "Browser",
|
|
883
885
|
description: "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
@@ -924,7 +926,7 @@ var functions$1 = [
|
|
|
924
926
|
{
|
|
925
927
|
name: "useCounter",
|
|
926
928
|
"package": "shared",
|
|
927
|
-
lastUpdated:
|
|
929
|
+
lastUpdated: 1666677599000,
|
|
928
930
|
docs: "https://vueuse.org/shared/useCounter/",
|
|
929
931
|
category: "Utilities",
|
|
930
932
|
description: "basic counter with utility functions"
|
|
@@ -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"
|
|
@@ -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: 1667951261000,
|
|
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)"
|
|
@@ -1785,7 +1796,7 @@ var functions$1 = [
|
|
|
1785
1796
|
{
|
|
1786
1797
|
name: "useRouteHash",
|
|
1787
1798
|
"package": "router",
|
|
1788
|
-
lastUpdated:
|
|
1799
|
+
lastUpdated: 1666676087000,
|
|
1789
1800
|
docs: "https://vueuse.org/router/useRouteHash/",
|
|
1790
1801
|
category: "@Router",
|
|
1791
1802
|
description: "shorthand for a reactive `route.hash`"
|
|
@@ -1793,7 +1804,7 @@ var functions$1 = [
|
|
|
1793
1804
|
{
|
|
1794
1805
|
name: "useRouteParams",
|
|
1795
1806
|
"package": "router",
|
|
1796
|
-
lastUpdated:
|
|
1807
|
+
lastUpdated: 1666676087000,
|
|
1797
1808
|
docs: "https://vueuse.org/router/useRouteParams/",
|
|
1798
1809
|
category: "@Router",
|
|
1799
1810
|
description: "shorthand for a reactive `route.params`"
|
|
@@ -1801,7 +1812,7 @@ var functions$1 = [
|
|
|
1801
1812
|
{
|
|
1802
1813
|
name: "useRouteQuery",
|
|
1803
1814
|
"package": "router",
|
|
1804
|
-
lastUpdated:
|
|
1815
|
+
lastUpdated: 1666676087000,
|
|
1805
1816
|
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1806
1817
|
category: "@Router",
|
|
1807
1818
|
description: "shorthand for a reactive `route.query`"
|
|
@@ -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",
|
|
@@ -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"
|
|
@@ -2247,7 +2258,7 @@ var functions$1 = [
|
|
|
2247
2258
|
{
|
|
2248
2259
|
name: "useWebWorker",
|
|
2249
2260
|
"package": "core",
|
|
2250
|
-
lastUpdated:
|
|
2261
|
+
lastUpdated: 1666677873000,
|
|
2251
2262
|
docs: "https://vueuse.org/core/useWebWorker/",
|
|
2252
2263
|
category: "Browser",
|
|
2253
2264
|
description: "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
|