@vueuse/metadata 10.6.0 → 10.7.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 +36 -36
- package/index.json +36 -36
- package/index.mjs +36 -36
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -210,7 +210,7 @@ var functions$1 = [
|
|
|
210
210
|
{
|
|
211
211
|
name: "createEventHook",
|
|
212
212
|
"package": "shared",
|
|
213
|
-
lastUpdated:
|
|
213
|
+
lastUpdated: 1701689283000,
|
|
214
214
|
docs: "https://vueuse.org/shared/createEventHook/",
|
|
215
215
|
category: "Utilities",
|
|
216
216
|
description: "utility for creating event hooks"
|
|
@@ -268,7 +268,7 @@ var functions$1 = [
|
|
|
268
268
|
{
|
|
269
269
|
name: "createReusableTemplate",
|
|
270
270
|
"package": "core",
|
|
271
|
-
lastUpdated:
|
|
271
|
+
lastUpdated: 1701688843000,
|
|
272
272
|
docs: "https://vueuse.org/core/createReusableTemplate/",
|
|
273
273
|
category: "Component",
|
|
274
274
|
description: "define and reuse template inside the component scope"
|
|
@@ -425,7 +425,7 @@ var functions$1 = [
|
|
|
425
425
|
{
|
|
426
426
|
name: "onLongPress",
|
|
427
427
|
"package": "core",
|
|
428
|
-
lastUpdated:
|
|
428
|
+
lastUpdated: 1701740341000,
|
|
429
429
|
component: true,
|
|
430
430
|
directive: true,
|
|
431
431
|
docs: "https://vueuse.org/core/onLongPress/",
|
|
@@ -435,7 +435,7 @@ var functions$1 = [
|
|
|
435
435
|
{
|
|
436
436
|
name: "onStartTyping",
|
|
437
437
|
"package": "core",
|
|
438
|
-
lastUpdated:
|
|
438
|
+
lastUpdated: 1701749721000,
|
|
439
439
|
docs: "https://vueuse.org/core/onStartTyping/",
|
|
440
440
|
category: "Sensors",
|
|
441
441
|
description: "fires when users start typing on non-editable elements"
|
|
@@ -568,7 +568,7 @@ var functions$1 = [
|
|
|
568
568
|
{
|
|
569
569
|
name: "syncRef",
|
|
570
570
|
"package": "shared",
|
|
571
|
-
lastUpdated:
|
|
571
|
+
lastUpdated: 1701749721000,
|
|
572
572
|
docs: "https://vueuse.org/shared/syncRef/",
|
|
573
573
|
category: "Reactivity",
|
|
574
574
|
description: "two-way refs synchronization",
|
|
@@ -650,7 +650,7 @@ var functions$1 = [
|
|
|
650
650
|
{
|
|
651
651
|
name: "tryOnBeforeMount",
|
|
652
652
|
"package": "shared",
|
|
653
|
-
lastUpdated:
|
|
653
|
+
lastUpdated: 1701686839000,
|
|
654
654
|
docs: "https://vueuse.org/shared/tryOnBeforeMount/",
|
|
655
655
|
category: "Component",
|
|
656
656
|
description: "safe `onBeforeMount`"
|
|
@@ -658,7 +658,7 @@ var functions$1 = [
|
|
|
658
658
|
{
|
|
659
659
|
name: "tryOnBeforeUnmount",
|
|
660
660
|
"package": "shared",
|
|
661
|
-
lastUpdated:
|
|
661
|
+
lastUpdated: 1701686839000,
|
|
662
662
|
docs: "https://vueuse.org/shared/tryOnBeforeUnmount/",
|
|
663
663
|
category: "Component",
|
|
664
664
|
description: "safe `onBeforeUnmount`"
|
|
@@ -666,7 +666,7 @@ var functions$1 = [
|
|
|
666
666
|
{
|
|
667
667
|
name: "tryOnMounted",
|
|
668
668
|
"package": "shared",
|
|
669
|
-
lastUpdated:
|
|
669
|
+
lastUpdated: 1701686839000,
|
|
670
670
|
docs: "https://vueuse.org/shared/tryOnMounted/",
|
|
671
671
|
category: "Component",
|
|
672
672
|
description: "safe `onMounted`"
|
|
@@ -682,7 +682,7 @@ var functions$1 = [
|
|
|
682
682
|
{
|
|
683
683
|
name: "tryOnUnmounted",
|
|
684
684
|
"package": "shared",
|
|
685
|
-
lastUpdated:
|
|
685
|
+
lastUpdated: 1701686839000,
|
|
686
686
|
docs: "https://vueuse.org/shared/tryOnUnmounted/",
|
|
687
687
|
category: "Component",
|
|
688
688
|
description: "safe `onUnmounted`"
|
|
@@ -870,7 +870,7 @@ var functions$1 = [
|
|
|
870
870
|
{
|
|
871
871
|
name: "useAxios",
|
|
872
872
|
"package": "integrations",
|
|
873
|
-
lastUpdated:
|
|
873
|
+
lastUpdated: 1701689201000,
|
|
874
874
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
875
875
|
category: "@Integrations",
|
|
876
876
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -904,7 +904,7 @@ var functions$1 = [
|
|
|
904
904
|
{
|
|
905
905
|
name: "useBreakpoints",
|
|
906
906
|
"package": "core",
|
|
907
|
-
lastUpdated:
|
|
907
|
+
lastUpdated: 1701688142000,
|
|
908
908
|
docs: "https://vueuse.org/core/useBreakpoints/",
|
|
909
909
|
category: "Browser",
|
|
910
910
|
description: "reactive viewport breakpoints"
|
|
@@ -1056,7 +1056,7 @@ var functions$1 = [
|
|
|
1056
1056
|
{
|
|
1057
1057
|
name: "useDark",
|
|
1058
1058
|
"package": "core",
|
|
1059
|
-
lastUpdated:
|
|
1059
|
+
lastUpdated: 1701689043000,
|
|
1060
1060
|
component: true,
|
|
1061
1061
|
docs: "https://vueuse.org/core/useDark/",
|
|
1062
1062
|
category: "Browser",
|
|
@@ -1178,7 +1178,7 @@ var functions$1 = [
|
|
|
1178
1178
|
{
|
|
1179
1179
|
name: "useDropZone",
|
|
1180
1180
|
"package": "core",
|
|
1181
|
-
lastUpdated:
|
|
1181
|
+
lastUpdated: 1701689382000,
|
|
1182
1182
|
docs: "https://vueuse.org/core/useDropZone/",
|
|
1183
1183
|
category: "Elements",
|
|
1184
1184
|
description: "create a zone where files can be dropped"
|
|
@@ -1236,7 +1236,7 @@ var functions$1 = [
|
|
|
1236
1236
|
{
|
|
1237
1237
|
name: "useElementVisibility",
|
|
1238
1238
|
"package": "core",
|
|
1239
|
-
lastUpdated:
|
|
1239
|
+
lastUpdated: 1701688895000,
|
|
1240
1240
|
component: true,
|
|
1241
1241
|
directive: true,
|
|
1242
1242
|
docs: "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1295,7 +1295,7 @@ var functions$1 = [
|
|
|
1295
1295
|
{
|
|
1296
1296
|
name: "useFetch",
|
|
1297
1297
|
"package": "core",
|
|
1298
|
-
lastUpdated:
|
|
1298
|
+
lastUpdated: 1701749721000,
|
|
1299
1299
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1300
1300
|
category: "Network",
|
|
1301
1301
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1303,7 +1303,7 @@ var functions$1 = [
|
|
|
1303
1303
|
{
|
|
1304
1304
|
name: "useFileDialog",
|
|
1305
1305
|
"package": "core",
|
|
1306
|
-
lastUpdated:
|
|
1306
|
+
lastUpdated: 1701688005000,
|
|
1307
1307
|
docs: "https://vueuse.org/core/useFileDialog/",
|
|
1308
1308
|
category: "Browser",
|
|
1309
1309
|
description: "open file dialog with ease"
|
|
@@ -1311,7 +1311,7 @@ var functions$1 = [
|
|
|
1311
1311
|
{
|
|
1312
1312
|
name: "useFileSystemAccess",
|
|
1313
1313
|
"package": "core",
|
|
1314
|
-
lastUpdated:
|
|
1314
|
+
lastUpdated: 1701749721000,
|
|
1315
1315
|
docs: "https://vueuse.org/core/useFileSystemAccess/",
|
|
1316
1316
|
category: "Browser",
|
|
1317
1317
|
description: "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
@@ -1439,7 +1439,7 @@ var functions$1 = [
|
|
|
1439
1439
|
{
|
|
1440
1440
|
name: "useInfiniteScroll",
|
|
1441
1441
|
"package": "core",
|
|
1442
|
-
lastUpdated:
|
|
1442
|
+
lastUpdated: 1701688535000,
|
|
1443
1443
|
directive: true,
|
|
1444
1444
|
docs: "https://vueuse.org/core/useInfiniteScroll/",
|
|
1445
1445
|
category: "Sensors",
|
|
@@ -1533,7 +1533,7 @@ var functions$1 = [
|
|
|
1533
1533
|
{
|
|
1534
1534
|
name: "useMagicKeys",
|
|
1535
1535
|
"package": "core",
|
|
1536
|
-
lastUpdated:
|
|
1536
|
+
lastUpdated: 1701749721000,
|
|
1537
1537
|
docs: "https://vueuse.org/core/useMagicKeys/",
|
|
1538
1538
|
category: "Sensors",
|
|
1539
1539
|
description: "reactive keys pressed state"
|
|
@@ -1584,7 +1584,7 @@ var functions$1 = [
|
|
|
1584
1584
|
{
|
|
1585
1585
|
name: "useMemoize",
|
|
1586
1586
|
"package": "core",
|
|
1587
|
-
lastUpdated:
|
|
1587
|
+
lastUpdated: 1701686230000,
|
|
1588
1588
|
docs: "https://vueuse.org/core/useMemoize/",
|
|
1589
1589
|
category: "Utilities",
|
|
1590
1590
|
description: "cache results of functions depending on arguments and keep it reactive"
|
|
@@ -1646,7 +1646,7 @@ var functions$1 = [
|
|
|
1646
1646
|
{
|
|
1647
1647
|
name: "useMouseInElement",
|
|
1648
1648
|
"package": "core",
|
|
1649
|
-
lastUpdated:
|
|
1649
|
+
lastUpdated: 1701749721000,
|
|
1650
1650
|
component: true,
|
|
1651
1651
|
docs: "https://vueuse.org/core/useMouseInElement/",
|
|
1652
1652
|
category: "Elements",
|
|
@@ -1655,7 +1655,7 @@ var functions$1 = [
|
|
|
1655
1655
|
{
|
|
1656
1656
|
name: "useMousePressed",
|
|
1657
1657
|
"package": "core",
|
|
1658
|
-
lastUpdated:
|
|
1658
|
+
lastUpdated: 1701689471000,
|
|
1659
1659
|
component: true,
|
|
1660
1660
|
docs: "https://vueuse.org/core/useMousePressed/",
|
|
1661
1661
|
category: "Sensors",
|
|
@@ -1724,7 +1724,7 @@ var functions$1 = [
|
|
|
1724
1724
|
{
|
|
1725
1725
|
name: "useOffsetPagination",
|
|
1726
1726
|
"package": "core",
|
|
1727
|
-
lastUpdated:
|
|
1727
|
+
lastUpdated: 1701688119000,
|
|
1728
1728
|
component: true,
|
|
1729
1729
|
docs: "https://vueuse.org/core/useOffsetPagination/",
|
|
1730
1730
|
category: "Utilities",
|
|
@@ -1804,7 +1804,7 @@ var functions$1 = [
|
|
|
1804
1804
|
{
|
|
1805
1805
|
name: "usePointerSwipe",
|
|
1806
1806
|
"package": "core",
|
|
1807
|
-
lastUpdated:
|
|
1807
|
+
lastUpdated: 1701687839000,
|
|
1808
1808
|
docs: "https://vueuse.org/core/usePointerSwipe/",
|
|
1809
1809
|
category: "Sensors",
|
|
1810
1810
|
description: "reactive swipe detection based on [PointerEvents](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)"
|
|
@@ -1812,7 +1812,7 @@ var functions$1 = [
|
|
|
1812
1812
|
{
|
|
1813
1813
|
name: "usePrecision",
|
|
1814
1814
|
"package": "math",
|
|
1815
|
-
lastUpdated:
|
|
1815
|
+
lastUpdated: 1701749721000,
|
|
1816
1816
|
docs: "https://vueuse.org/math/usePrecision/",
|
|
1817
1817
|
category: "@Math",
|
|
1818
1818
|
description: "reactively set the precision of a number"
|
|
@@ -1975,7 +1975,7 @@ var functions$1 = [
|
|
|
1975
1975
|
{
|
|
1976
1976
|
name: "useScreenOrientation",
|
|
1977
1977
|
"package": "core",
|
|
1978
|
-
lastUpdated:
|
|
1978
|
+
lastUpdated: 1701690112000,
|
|
1979
1979
|
docs: "https://vueuse.org/core/useScreenOrientation/",
|
|
1980
1980
|
category: "Browser",
|
|
1981
1981
|
description: "reactive [Screen Orientation API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Orientation_API)"
|
|
@@ -2000,7 +2000,7 @@ var functions$1 = [
|
|
|
2000
2000
|
{
|
|
2001
2001
|
name: "useScroll",
|
|
2002
2002
|
"package": "core",
|
|
2003
|
-
lastUpdated:
|
|
2003
|
+
lastUpdated: 1699869460000,
|
|
2004
2004
|
directive: true,
|
|
2005
2005
|
docs: "https://vueuse.org/core/useScroll/",
|
|
2006
2006
|
category: "Sensors",
|
|
@@ -2093,7 +2093,7 @@ var functions$1 = [
|
|
|
2093
2093
|
{
|
|
2094
2094
|
name: "useStorage",
|
|
2095
2095
|
"package": "core",
|
|
2096
|
-
lastUpdated:
|
|
2096
|
+
lastUpdated: 1701686476000,
|
|
2097
2097
|
docs: "https://vueuse.org/core/useStorage/",
|
|
2098
2098
|
category: "State",
|
|
2099
2099
|
description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
|
@@ -2159,7 +2159,7 @@ var functions$1 = [
|
|
|
2159
2159
|
{
|
|
2160
2160
|
name: "useSwipe",
|
|
2161
2161
|
"package": "core",
|
|
2162
|
-
lastUpdated:
|
|
2162
|
+
lastUpdated: 1701749721000,
|
|
2163
2163
|
docs: "https://vueuse.org/core/useSwipe/",
|
|
2164
2164
|
category: "Sensors",
|
|
2165
2165
|
description: "reactive swipe detection based on [`TouchEvents`](https://developer.mozilla.org/en-US/docs/Web/API/TouchEvent)"
|
|
@@ -2199,7 +2199,7 @@ var functions$1 = [
|
|
|
2199
2199
|
{
|
|
2200
2200
|
name: "useThrottledRefHistory",
|
|
2201
2201
|
"package": "core",
|
|
2202
|
-
lastUpdated:
|
|
2202
|
+
lastUpdated: 1701749721000,
|
|
2203
2203
|
docs: "https://vueuse.org/core/useThrottledRefHistory/",
|
|
2204
2204
|
category: "State",
|
|
2205
2205
|
description: "shorthand for `useRefHistory` with throttled filter",
|
|
@@ -2266,7 +2266,7 @@ var functions$1 = [
|
|
|
2266
2266
|
{
|
|
2267
2267
|
name: "useTitle",
|
|
2268
2268
|
"package": "core",
|
|
2269
|
-
lastUpdated:
|
|
2269
|
+
lastUpdated: 1701739377000,
|
|
2270
2270
|
docs: "https://vueuse.org/core/useTitle/",
|
|
2271
2271
|
category: "Browser",
|
|
2272
2272
|
description: "reactive document title"
|
|
@@ -2343,7 +2343,7 @@ var functions$1 = [
|
|
|
2343
2343
|
{
|
|
2344
2344
|
name: "useVirtualList",
|
|
2345
2345
|
"package": "core",
|
|
2346
|
-
lastUpdated:
|
|
2346
|
+
lastUpdated: 1701749721000,
|
|
2347
2347
|
component: true,
|
|
2348
2348
|
docs: "https://vueuse.org/core/useVirtualList/",
|
|
2349
2349
|
category: "Component",
|
|
@@ -2409,7 +2409,7 @@ var functions$1 = [
|
|
|
2409
2409
|
{
|
|
2410
2410
|
name: "useWebWorkerFn",
|
|
2411
2411
|
"package": "core",
|
|
2412
|
-
lastUpdated:
|
|
2412
|
+
lastUpdated: 1701749721000,
|
|
2413
2413
|
docs: "https://vueuse.org/core/useWebWorkerFn/",
|
|
2414
2414
|
category: "Browser",
|
|
2415
2415
|
description: "run expensive functions without blocking the UI",
|
|
@@ -2446,7 +2446,7 @@ var functions$1 = [
|
|
|
2446
2446
|
{
|
|
2447
2447
|
name: "useZoomFactor",
|
|
2448
2448
|
"package": "electron",
|
|
2449
|
-
lastUpdated:
|
|
2449
|
+
lastUpdated: 1701749721000,
|
|
2450
2450
|
docs: "https://vueuse.org/electron/useZoomFactor/",
|
|
2451
2451
|
category: "@Electron",
|
|
2452
2452
|
description: "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom factor"
|
|
@@ -2454,7 +2454,7 @@ var functions$1 = [
|
|
|
2454
2454
|
{
|
|
2455
2455
|
name: "useZoomLevel",
|
|
2456
2456
|
"package": "electron",
|
|
2457
|
-
lastUpdated:
|
|
2457
|
+
lastUpdated: 1701749721000,
|
|
2458
2458
|
docs: "https://vueuse.org/electron/useZoomLevel/",
|
|
2459
2459
|
category: "@Electron",
|
|
2460
2460
|
description: "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom level"
|
|
@@ -2462,7 +2462,7 @@ var functions$1 = [
|
|
|
2462
2462
|
{
|
|
2463
2463
|
name: "utils",
|
|
2464
2464
|
"package": "shared",
|
|
2465
|
-
lastUpdated:
|
|
2465
|
+
lastUpdated: 1701686839000,
|
|
2466
2466
|
internal: true
|
|
2467
2467
|
},
|
|
2468
2468
|
{
|
package/index.json
CHANGED
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
{
|
|
210
210
|
"name": "createEventHook",
|
|
211
211
|
"package": "shared",
|
|
212
|
-
"lastUpdated":
|
|
212
|
+
"lastUpdated": 1701689283000,
|
|
213
213
|
"docs": "https://vueuse.org/shared/createEventHook/",
|
|
214
214
|
"category": "Utilities",
|
|
215
215
|
"description": "utility for creating event hooks"
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
{
|
|
268
268
|
"name": "createReusableTemplate",
|
|
269
269
|
"package": "core",
|
|
270
|
-
"lastUpdated":
|
|
270
|
+
"lastUpdated": 1701688843000,
|
|
271
271
|
"docs": "https://vueuse.org/core/createReusableTemplate/",
|
|
272
272
|
"category": "Component",
|
|
273
273
|
"description": "define and reuse template inside the component scope"
|
|
@@ -424,7 +424,7 @@
|
|
|
424
424
|
{
|
|
425
425
|
"name": "onLongPress",
|
|
426
426
|
"package": "core",
|
|
427
|
-
"lastUpdated":
|
|
427
|
+
"lastUpdated": 1701740341000,
|
|
428
428
|
"component": true,
|
|
429
429
|
"directive": true,
|
|
430
430
|
"docs": "https://vueuse.org/core/onLongPress/",
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
{
|
|
435
435
|
"name": "onStartTyping",
|
|
436
436
|
"package": "core",
|
|
437
|
-
"lastUpdated":
|
|
437
|
+
"lastUpdated": 1701749721000,
|
|
438
438
|
"docs": "https://vueuse.org/core/onStartTyping/",
|
|
439
439
|
"category": "Sensors",
|
|
440
440
|
"description": "fires when users start typing on non-editable elements"
|
|
@@ -567,7 +567,7 @@
|
|
|
567
567
|
{
|
|
568
568
|
"name": "syncRef",
|
|
569
569
|
"package": "shared",
|
|
570
|
-
"lastUpdated":
|
|
570
|
+
"lastUpdated": 1701749721000,
|
|
571
571
|
"docs": "https://vueuse.org/shared/syncRef/",
|
|
572
572
|
"category": "Reactivity",
|
|
573
573
|
"description": "two-way refs synchronization",
|
|
@@ -649,7 +649,7 @@
|
|
|
649
649
|
{
|
|
650
650
|
"name": "tryOnBeforeMount",
|
|
651
651
|
"package": "shared",
|
|
652
|
-
"lastUpdated":
|
|
652
|
+
"lastUpdated": 1701686839000,
|
|
653
653
|
"docs": "https://vueuse.org/shared/tryOnBeforeMount/",
|
|
654
654
|
"category": "Component",
|
|
655
655
|
"description": "safe `onBeforeMount`"
|
|
@@ -657,7 +657,7 @@
|
|
|
657
657
|
{
|
|
658
658
|
"name": "tryOnBeforeUnmount",
|
|
659
659
|
"package": "shared",
|
|
660
|
-
"lastUpdated":
|
|
660
|
+
"lastUpdated": 1701686839000,
|
|
661
661
|
"docs": "https://vueuse.org/shared/tryOnBeforeUnmount/",
|
|
662
662
|
"category": "Component",
|
|
663
663
|
"description": "safe `onBeforeUnmount`"
|
|
@@ -665,7 +665,7 @@
|
|
|
665
665
|
{
|
|
666
666
|
"name": "tryOnMounted",
|
|
667
667
|
"package": "shared",
|
|
668
|
-
"lastUpdated":
|
|
668
|
+
"lastUpdated": 1701686839000,
|
|
669
669
|
"docs": "https://vueuse.org/shared/tryOnMounted/",
|
|
670
670
|
"category": "Component",
|
|
671
671
|
"description": "safe `onMounted`"
|
|
@@ -681,7 +681,7 @@
|
|
|
681
681
|
{
|
|
682
682
|
"name": "tryOnUnmounted",
|
|
683
683
|
"package": "shared",
|
|
684
|
-
"lastUpdated":
|
|
684
|
+
"lastUpdated": 1701686839000,
|
|
685
685
|
"docs": "https://vueuse.org/shared/tryOnUnmounted/",
|
|
686
686
|
"category": "Component",
|
|
687
687
|
"description": "safe `onUnmounted`"
|
|
@@ -869,7 +869,7 @@
|
|
|
869
869
|
{
|
|
870
870
|
"name": "useAxios",
|
|
871
871
|
"package": "integrations",
|
|
872
|
-
"lastUpdated":
|
|
872
|
+
"lastUpdated": 1701689201000,
|
|
873
873
|
"docs": "https://vueuse.org/integrations/useAxios/",
|
|
874
874
|
"category": "@Integrations",
|
|
875
875
|
"description": "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -903,7 +903,7 @@
|
|
|
903
903
|
{
|
|
904
904
|
"name": "useBreakpoints",
|
|
905
905
|
"package": "core",
|
|
906
|
-
"lastUpdated":
|
|
906
|
+
"lastUpdated": 1701688142000,
|
|
907
907
|
"docs": "https://vueuse.org/core/useBreakpoints/",
|
|
908
908
|
"category": "Browser",
|
|
909
909
|
"description": "reactive viewport breakpoints"
|
|
@@ -1055,7 +1055,7 @@
|
|
|
1055
1055
|
{
|
|
1056
1056
|
"name": "useDark",
|
|
1057
1057
|
"package": "core",
|
|
1058
|
-
"lastUpdated":
|
|
1058
|
+
"lastUpdated": 1701689043000,
|
|
1059
1059
|
"component": true,
|
|
1060
1060
|
"docs": "https://vueuse.org/core/useDark/",
|
|
1061
1061
|
"category": "Browser",
|
|
@@ -1177,7 +1177,7 @@
|
|
|
1177
1177
|
{
|
|
1178
1178
|
"name": "useDropZone",
|
|
1179
1179
|
"package": "core",
|
|
1180
|
-
"lastUpdated":
|
|
1180
|
+
"lastUpdated": 1701689382000,
|
|
1181
1181
|
"docs": "https://vueuse.org/core/useDropZone/",
|
|
1182
1182
|
"category": "Elements",
|
|
1183
1183
|
"description": "create a zone where files can be dropped"
|
|
@@ -1235,7 +1235,7 @@
|
|
|
1235
1235
|
{
|
|
1236
1236
|
"name": "useElementVisibility",
|
|
1237
1237
|
"package": "core",
|
|
1238
|
-
"lastUpdated":
|
|
1238
|
+
"lastUpdated": 1701688895000,
|
|
1239
1239
|
"component": true,
|
|
1240
1240
|
"directive": true,
|
|
1241
1241
|
"docs": "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1294,7 +1294,7 @@
|
|
|
1294
1294
|
{
|
|
1295
1295
|
"name": "useFetch",
|
|
1296
1296
|
"package": "core",
|
|
1297
|
-
"lastUpdated":
|
|
1297
|
+
"lastUpdated": 1701749721000,
|
|
1298
1298
|
"docs": "https://vueuse.org/core/useFetch/",
|
|
1299
1299
|
"category": "Network",
|
|
1300
1300
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1302,7 +1302,7 @@
|
|
|
1302
1302
|
{
|
|
1303
1303
|
"name": "useFileDialog",
|
|
1304
1304
|
"package": "core",
|
|
1305
|
-
"lastUpdated":
|
|
1305
|
+
"lastUpdated": 1701688005000,
|
|
1306
1306
|
"docs": "https://vueuse.org/core/useFileDialog/",
|
|
1307
1307
|
"category": "Browser",
|
|
1308
1308
|
"description": "open file dialog with ease"
|
|
@@ -1310,7 +1310,7 @@
|
|
|
1310
1310
|
{
|
|
1311
1311
|
"name": "useFileSystemAccess",
|
|
1312
1312
|
"package": "core",
|
|
1313
|
-
"lastUpdated":
|
|
1313
|
+
"lastUpdated": 1701749721000,
|
|
1314
1314
|
"docs": "https://vueuse.org/core/useFileSystemAccess/",
|
|
1315
1315
|
"category": "Browser",
|
|
1316
1316
|
"description": "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
@@ -1438,7 +1438,7 @@
|
|
|
1438
1438
|
{
|
|
1439
1439
|
"name": "useInfiniteScroll",
|
|
1440
1440
|
"package": "core",
|
|
1441
|
-
"lastUpdated":
|
|
1441
|
+
"lastUpdated": 1701688535000,
|
|
1442
1442
|
"directive": true,
|
|
1443
1443
|
"docs": "https://vueuse.org/core/useInfiniteScroll/",
|
|
1444
1444
|
"category": "Sensors",
|
|
@@ -1532,7 +1532,7 @@
|
|
|
1532
1532
|
{
|
|
1533
1533
|
"name": "useMagicKeys",
|
|
1534
1534
|
"package": "core",
|
|
1535
|
-
"lastUpdated":
|
|
1535
|
+
"lastUpdated": 1701749721000,
|
|
1536
1536
|
"docs": "https://vueuse.org/core/useMagicKeys/",
|
|
1537
1537
|
"category": "Sensors",
|
|
1538
1538
|
"description": "reactive keys pressed state"
|
|
@@ -1583,7 +1583,7 @@
|
|
|
1583
1583
|
{
|
|
1584
1584
|
"name": "useMemoize",
|
|
1585
1585
|
"package": "core",
|
|
1586
|
-
"lastUpdated":
|
|
1586
|
+
"lastUpdated": 1701686230000,
|
|
1587
1587
|
"docs": "https://vueuse.org/core/useMemoize/",
|
|
1588
1588
|
"category": "Utilities",
|
|
1589
1589
|
"description": "cache results of functions depending on arguments and keep it reactive"
|
|
@@ -1645,7 +1645,7 @@
|
|
|
1645
1645
|
{
|
|
1646
1646
|
"name": "useMouseInElement",
|
|
1647
1647
|
"package": "core",
|
|
1648
|
-
"lastUpdated":
|
|
1648
|
+
"lastUpdated": 1701749721000,
|
|
1649
1649
|
"component": true,
|
|
1650
1650
|
"docs": "https://vueuse.org/core/useMouseInElement/",
|
|
1651
1651
|
"category": "Elements",
|
|
@@ -1654,7 +1654,7 @@
|
|
|
1654
1654
|
{
|
|
1655
1655
|
"name": "useMousePressed",
|
|
1656
1656
|
"package": "core",
|
|
1657
|
-
"lastUpdated":
|
|
1657
|
+
"lastUpdated": 1701689471000,
|
|
1658
1658
|
"component": true,
|
|
1659
1659
|
"docs": "https://vueuse.org/core/useMousePressed/",
|
|
1660
1660
|
"category": "Sensors",
|
|
@@ -1723,7 +1723,7 @@
|
|
|
1723
1723
|
{
|
|
1724
1724
|
"name": "useOffsetPagination",
|
|
1725
1725
|
"package": "core",
|
|
1726
|
-
"lastUpdated":
|
|
1726
|
+
"lastUpdated": 1701688119000,
|
|
1727
1727
|
"component": true,
|
|
1728
1728
|
"docs": "https://vueuse.org/core/useOffsetPagination/",
|
|
1729
1729
|
"category": "Utilities",
|
|
@@ -1803,7 +1803,7 @@
|
|
|
1803
1803
|
{
|
|
1804
1804
|
"name": "usePointerSwipe",
|
|
1805
1805
|
"package": "core",
|
|
1806
|
-
"lastUpdated":
|
|
1806
|
+
"lastUpdated": 1701687839000,
|
|
1807
1807
|
"docs": "https://vueuse.org/core/usePointerSwipe/",
|
|
1808
1808
|
"category": "Sensors",
|
|
1809
1809
|
"description": "reactive swipe detection based on [PointerEvents](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)"
|
|
@@ -1811,7 +1811,7 @@
|
|
|
1811
1811
|
{
|
|
1812
1812
|
"name": "usePrecision",
|
|
1813
1813
|
"package": "math",
|
|
1814
|
-
"lastUpdated":
|
|
1814
|
+
"lastUpdated": 1701749721000,
|
|
1815
1815
|
"docs": "https://vueuse.org/math/usePrecision/",
|
|
1816
1816
|
"category": "@Math",
|
|
1817
1817
|
"description": "reactively set the precision of a number"
|
|
@@ -1974,7 +1974,7 @@
|
|
|
1974
1974
|
{
|
|
1975
1975
|
"name": "useScreenOrientation",
|
|
1976
1976
|
"package": "core",
|
|
1977
|
-
"lastUpdated":
|
|
1977
|
+
"lastUpdated": 1701690112000,
|
|
1978
1978
|
"docs": "https://vueuse.org/core/useScreenOrientation/",
|
|
1979
1979
|
"category": "Browser",
|
|
1980
1980
|
"description": "reactive [Screen Orientation API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Orientation_API)"
|
|
@@ -1999,7 +1999,7 @@
|
|
|
1999
1999
|
{
|
|
2000
2000
|
"name": "useScroll",
|
|
2001
2001
|
"package": "core",
|
|
2002
|
-
"lastUpdated":
|
|
2002
|
+
"lastUpdated": 1699869460000,
|
|
2003
2003
|
"directive": true,
|
|
2004
2004
|
"docs": "https://vueuse.org/core/useScroll/",
|
|
2005
2005
|
"category": "Sensors",
|
|
@@ -2092,7 +2092,7 @@
|
|
|
2092
2092
|
{
|
|
2093
2093
|
"name": "useStorage",
|
|
2094
2094
|
"package": "core",
|
|
2095
|
-
"lastUpdated":
|
|
2095
|
+
"lastUpdated": 1701686476000,
|
|
2096
2096
|
"docs": "https://vueuse.org/core/useStorage/",
|
|
2097
2097
|
"category": "State",
|
|
2098
2098
|
"description": "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
|
@@ -2158,7 +2158,7 @@
|
|
|
2158
2158
|
{
|
|
2159
2159
|
"name": "useSwipe",
|
|
2160
2160
|
"package": "core",
|
|
2161
|
-
"lastUpdated":
|
|
2161
|
+
"lastUpdated": 1701749721000,
|
|
2162
2162
|
"docs": "https://vueuse.org/core/useSwipe/",
|
|
2163
2163
|
"category": "Sensors",
|
|
2164
2164
|
"description": "reactive swipe detection based on [`TouchEvents`](https://developer.mozilla.org/en-US/docs/Web/API/TouchEvent)"
|
|
@@ -2198,7 +2198,7 @@
|
|
|
2198
2198
|
{
|
|
2199
2199
|
"name": "useThrottledRefHistory",
|
|
2200
2200
|
"package": "core",
|
|
2201
|
-
"lastUpdated":
|
|
2201
|
+
"lastUpdated": 1701749721000,
|
|
2202
2202
|
"docs": "https://vueuse.org/core/useThrottledRefHistory/",
|
|
2203
2203
|
"category": "State",
|
|
2204
2204
|
"description": "shorthand for `useRefHistory` with throttled filter",
|
|
@@ -2265,7 +2265,7 @@
|
|
|
2265
2265
|
{
|
|
2266
2266
|
"name": "useTitle",
|
|
2267
2267
|
"package": "core",
|
|
2268
|
-
"lastUpdated":
|
|
2268
|
+
"lastUpdated": 1701739377000,
|
|
2269
2269
|
"docs": "https://vueuse.org/core/useTitle/",
|
|
2270
2270
|
"category": "Browser",
|
|
2271
2271
|
"description": "reactive document title"
|
|
@@ -2342,7 +2342,7 @@
|
|
|
2342
2342
|
{
|
|
2343
2343
|
"name": "useVirtualList",
|
|
2344
2344
|
"package": "core",
|
|
2345
|
-
"lastUpdated":
|
|
2345
|
+
"lastUpdated": 1701749721000,
|
|
2346
2346
|
"component": true,
|
|
2347
2347
|
"docs": "https://vueuse.org/core/useVirtualList/",
|
|
2348
2348
|
"category": "Component",
|
|
@@ -2408,7 +2408,7 @@
|
|
|
2408
2408
|
{
|
|
2409
2409
|
"name": "useWebWorkerFn",
|
|
2410
2410
|
"package": "core",
|
|
2411
|
-
"lastUpdated":
|
|
2411
|
+
"lastUpdated": 1701749721000,
|
|
2412
2412
|
"docs": "https://vueuse.org/core/useWebWorkerFn/",
|
|
2413
2413
|
"category": "Browser",
|
|
2414
2414
|
"description": "run expensive functions without blocking the UI",
|
|
@@ -2445,7 +2445,7 @@
|
|
|
2445
2445
|
{
|
|
2446
2446
|
"name": "useZoomFactor",
|
|
2447
2447
|
"package": "electron",
|
|
2448
|
-
"lastUpdated":
|
|
2448
|
+
"lastUpdated": 1701749721000,
|
|
2449
2449
|
"docs": "https://vueuse.org/electron/useZoomFactor/",
|
|
2450
2450
|
"category": "@Electron",
|
|
2451
2451
|
"description": "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom factor"
|
|
@@ -2453,7 +2453,7 @@
|
|
|
2453
2453
|
{
|
|
2454
2454
|
"name": "useZoomLevel",
|
|
2455
2455
|
"package": "electron",
|
|
2456
|
-
"lastUpdated":
|
|
2456
|
+
"lastUpdated": 1701749721000,
|
|
2457
2457
|
"docs": "https://vueuse.org/electron/useZoomLevel/",
|
|
2458
2458
|
"category": "@Electron",
|
|
2459
2459
|
"description": "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom level"
|
|
@@ -2461,7 +2461,7 @@
|
|
|
2461
2461
|
{
|
|
2462
2462
|
"name": "utils",
|
|
2463
2463
|
"package": "shared",
|
|
2464
|
-
"lastUpdated":
|
|
2464
|
+
"lastUpdated": 1701686839000,
|
|
2465
2465
|
"internal": true
|
|
2466
2466
|
},
|
|
2467
2467
|
{
|
package/index.mjs
CHANGED
|
@@ -208,7 +208,7 @@ var functions$1 = [
|
|
|
208
208
|
{
|
|
209
209
|
name: "createEventHook",
|
|
210
210
|
"package": "shared",
|
|
211
|
-
lastUpdated:
|
|
211
|
+
lastUpdated: 1701689283000,
|
|
212
212
|
docs: "https://vueuse.org/shared/createEventHook/",
|
|
213
213
|
category: "Utilities",
|
|
214
214
|
description: "utility for creating event hooks"
|
|
@@ -266,7 +266,7 @@ var functions$1 = [
|
|
|
266
266
|
{
|
|
267
267
|
name: "createReusableTemplate",
|
|
268
268
|
"package": "core",
|
|
269
|
-
lastUpdated:
|
|
269
|
+
lastUpdated: 1701688843000,
|
|
270
270
|
docs: "https://vueuse.org/core/createReusableTemplate/",
|
|
271
271
|
category: "Component",
|
|
272
272
|
description: "define and reuse template inside the component scope"
|
|
@@ -423,7 +423,7 @@ var functions$1 = [
|
|
|
423
423
|
{
|
|
424
424
|
name: "onLongPress",
|
|
425
425
|
"package": "core",
|
|
426
|
-
lastUpdated:
|
|
426
|
+
lastUpdated: 1701740341000,
|
|
427
427
|
component: true,
|
|
428
428
|
directive: true,
|
|
429
429
|
docs: "https://vueuse.org/core/onLongPress/",
|
|
@@ -433,7 +433,7 @@ var functions$1 = [
|
|
|
433
433
|
{
|
|
434
434
|
name: "onStartTyping",
|
|
435
435
|
"package": "core",
|
|
436
|
-
lastUpdated:
|
|
436
|
+
lastUpdated: 1701749721000,
|
|
437
437
|
docs: "https://vueuse.org/core/onStartTyping/",
|
|
438
438
|
category: "Sensors",
|
|
439
439
|
description: "fires when users start typing on non-editable elements"
|
|
@@ -566,7 +566,7 @@ var functions$1 = [
|
|
|
566
566
|
{
|
|
567
567
|
name: "syncRef",
|
|
568
568
|
"package": "shared",
|
|
569
|
-
lastUpdated:
|
|
569
|
+
lastUpdated: 1701749721000,
|
|
570
570
|
docs: "https://vueuse.org/shared/syncRef/",
|
|
571
571
|
category: "Reactivity",
|
|
572
572
|
description: "two-way refs synchronization",
|
|
@@ -648,7 +648,7 @@ var functions$1 = [
|
|
|
648
648
|
{
|
|
649
649
|
name: "tryOnBeforeMount",
|
|
650
650
|
"package": "shared",
|
|
651
|
-
lastUpdated:
|
|
651
|
+
lastUpdated: 1701686839000,
|
|
652
652
|
docs: "https://vueuse.org/shared/tryOnBeforeMount/",
|
|
653
653
|
category: "Component",
|
|
654
654
|
description: "safe `onBeforeMount`"
|
|
@@ -656,7 +656,7 @@ var functions$1 = [
|
|
|
656
656
|
{
|
|
657
657
|
name: "tryOnBeforeUnmount",
|
|
658
658
|
"package": "shared",
|
|
659
|
-
lastUpdated:
|
|
659
|
+
lastUpdated: 1701686839000,
|
|
660
660
|
docs: "https://vueuse.org/shared/tryOnBeforeUnmount/",
|
|
661
661
|
category: "Component",
|
|
662
662
|
description: "safe `onBeforeUnmount`"
|
|
@@ -664,7 +664,7 @@ var functions$1 = [
|
|
|
664
664
|
{
|
|
665
665
|
name: "tryOnMounted",
|
|
666
666
|
"package": "shared",
|
|
667
|
-
lastUpdated:
|
|
667
|
+
lastUpdated: 1701686839000,
|
|
668
668
|
docs: "https://vueuse.org/shared/tryOnMounted/",
|
|
669
669
|
category: "Component",
|
|
670
670
|
description: "safe `onMounted`"
|
|
@@ -680,7 +680,7 @@ var functions$1 = [
|
|
|
680
680
|
{
|
|
681
681
|
name: "tryOnUnmounted",
|
|
682
682
|
"package": "shared",
|
|
683
|
-
lastUpdated:
|
|
683
|
+
lastUpdated: 1701686839000,
|
|
684
684
|
docs: "https://vueuse.org/shared/tryOnUnmounted/",
|
|
685
685
|
category: "Component",
|
|
686
686
|
description: "safe `onUnmounted`"
|
|
@@ -868,7 +868,7 @@ var functions$1 = [
|
|
|
868
868
|
{
|
|
869
869
|
name: "useAxios",
|
|
870
870
|
"package": "integrations",
|
|
871
|
-
lastUpdated:
|
|
871
|
+
lastUpdated: 1701689201000,
|
|
872
872
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
873
873
|
category: "@Integrations",
|
|
874
874
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -902,7 +902,7 @@ var functions$1 = [
|
|
|
902
902
|
{
|
|
903
903
|
name: "useBreakpoints",
|
|
904
904
|
"package": "core",
|
|
905
|
-
lastUpdated:
|
|
905
|
+
lastUpdated: 1701688142000,
|
|
906
906
|
docs: "https://vueuse.org/core/useBreakpoints/",
|
|
907
907
|
category: "Browser",
|
|
908
908
|
description: "reactive viewport breakpoints"
|
|
@@ -1054,7 +1054,7 @@ var functions$1 = [
|
|
|
1054
1054
|
{
|
|
1055
1055
|
name: "useDark",
|
|
1056
1056
|
"package": "core",
|
|
1057
|
-
lastUpdated:
|
|
1057
|
+
lastUpdated: 1701689043000,
|
|
1058
1058
|
component: true,
|
|
1059
1059
|
docs: "https://vueuse.org/core/useDark/",
|
|
1060
1060
|
category: "Browser",
|
|
@@ -1176,7 +1176,7 @@ var functions$1 = [
|
|
|
1176
1176
|
{
|
|
1177
1177
|
name: "useDropZone",
|
|
1178
1178
|
"package": "core",
|
|
1179
|
-
lastUpdated:
|
|
1179
|
+
lastUpdated: 1701689382000,
|
|
1180
1180
|
docs: "https://vueuse.org/core/useDropZone/",
|
|
1181
1181
|
category: "Elements",
|
|
1182
1182
|
description: "create a zone where files can be dropped"
|
|
@@ -1234,7 +1234,7 @@ var functions$1 = [
|
|
|
1234
1234
|
{
|
|
1235
1235
|
name: "useElementVisibility",
|
|
1236
1236
|
"package": "core",
|
|
1237
|
-
lastUpdated:
|
|
1237
|
+
lastUpdated: 1701688895000,
|
|
1238
1238
|
component: true,
|
|
1239
1239
|
directive: true,
|
|
1240
1240
|
docs: "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1293,7 +1293,7 @@ var functions$1 = [
|
|
|
1293
1293
|
{
|
|
1294
1294
|
name: "useFetch",
|
|
1295
1295
|
"package": "core",
|
|
1296
|
-
lastUpdated:
|
|
1296
|
+
lastUpdated: 1701749721000,
|
|
1297
1297
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1298
1298
|
category: "Network",
|
|
1299
1299
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1301,7 +1301,7 @@ var functions$1 = [
|
|
|
1301
1301
|
{
|
|
1302
1302
|
name: "useFileDialog",
|
|
1303
1303
|
"package": "core",
|
|
1304
|
-
lastUpdated:
|
|
1304
|
+
lastUpdated: 1701688005000,
|
|
1305
1305
|
docs: "https://vueuse.org/core/useFileDialog/",
|
|
1306
1306
|
category: "Browser",
|
|
1307
1307
|
description: "open file dialog with ease"
|
|
@@ -1309,7 +1309,7 @@ var functions$1 = [
|
|
|
1309
1309
|
{
|
|
1310
1310
|
name: "useFileSystemAccess",
|
|
1311
1311
|
"package": "core",
|
|
1312
|
-
lastUpdated:
|
|
1312
|
+
lastUpdated: 1701749721000,
|
|
1313
1313
|
docs: "https://vueuse.org/core/useFileSystemAccess/",
|
|
1314
1314
|
category: "Browser",
|
|
1315
1315
|
description: "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
@@ -1437,7 +1437,7 @@ var functions$1 = [
|
|
|
1437
1437
|
{
|
|
1438
1438
|
name: "useInfiniteScroll",
|
|
1439
1439
|
"package": "core",
|
|
1440
|
-
lastUpdated:
|
|
1440
|
+
lastUpdated: 1701688535000,
|
|
1441
1441
|
directive: true,
|
|
1442
1442
|
docs: "https://vueuse.org/core/useInfiniteScroll/",
|
|
1443
1443
|
category: "Sensors",
|
|
@@ -1531,7 +1531,7 @@ var functions$1 = [
|
|
|
1531
1531
|
{
|
|
1532
1532
|
name: "useMagicKeys",
|
|
1533
1533
|
"package": "core",
|
|
1534
|
-
lastUpdated:
|
|
1534
|
+
lastUpdated: 1701749721000,
|
|
1535
1535
|
docs: "https://vueuse.org/core/useMagicKeys/",
|
|
1536
1536
|
category: "Sensors",
|
|
1537
1537
|
description: "reactive keys pressed state"
|
|
@@ -1582,7 +1582,7 @@ var functions$1 = [
|
|
|
1582
1582
|
{
|
|
1583
1583
|
name: "useMemoize",
|
|
1584
1584
|
"package": "core",
|
|
1585
|
-
lastUpdated:
|
|
1585
|
+
lastUpdated: 1701686230000,
|
|
1586
1586
|
docs: "https://vueuse.org/core/useMemoize/",
|
|
1587
1587
|
category: "Utilities",
|
|
1588
1588
|
description: "cache results of functions depending on arguments and keep it reactive"
|
|
@@ -1644,7 +1644,7 @@ var functions$1 = [
|
|
|
1644
1644
|
{
|
|
1645
1645
|
name: "useMouseInElement",
|
|
1646
1646
|
"package": "core",
|
|
1647
|
-
lastUpdated:
|
|
1647
|
+
lastUpdated: 1701749721000,
|
|
1648
1648
|
component: true,
|
|
1649
1649
|
docs: "https://vueuse.org/core/useMouseInElement/",
|
|
1650
1650
|
category: "Elements",
|
|
@@ -1653,7 +1653,7 @@ var functions$1 = [
|
|
|
1653
1653
|
{
|
|
1654
1654
|
name: "useMousePressed",
|
|
1655
1655
|
"package": "core",
|
|
1656
|
-
lastUpdated:
|
|
1656
|
+
lastUpdated: 1701689471000,
|
|
1657
1657
|
component: true,
|
|
1658
1658
|
docs: "https://vueuse.org/core/useMousePressed/",
|
|
1659
1659
|
category: "Sensors",
|
|
@@ -1722,7 +1722,7 @@ var functions$1 = [
|
|
|
1722
1722
|
{
|
|
1723
1723
|
name: "useOffsetPagination",
|
|
1724
1724
|
"package": "core",
|
|
1725
|
-
lastUpdated:
|
|
1725
|
+
lastUpdated: 1701688119000,
|
|
1726
1726
|
component: true,
|
|
1727
1727
|
docs: "https://vueuse.org/core/useOffsetPagination/",
|
|
1728
1728
|
category: "Utilities",
|
|
@@ -1802,7 +1802,7 @@ var functions$1 = [
|
|
|
1802
1802
|
{
|
|
1803
1803
|
name: "usePointerSwipe",
|
|
1804
1804
|
"package": "core",
|
|
1805
|
-
lastUpdated:
|
|
1805
|
+
lastUpdated: 1701687839000,
|
|
1806
1806
|
docs: "https://vueuse.org/core/usePointerSwipe/",
|
|
1807
1807
|
category: "Sensors",
|
|
1808
1808
|
description: "reactive swipe detection based on [PointerEvents](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)"
|
|
@@ -1810,7 +1810,7 @@ var functions$1 = [
|
|
|
1810
1810
|
{
|
|
1811
1811
|
name: "usePrecision",
|
|
1812
1812
|
"package": "math",
|
|
1813
|
-
lastUpdated:
|
|
1813
|
+
lastUpdated: 1701749721000,
|
|
1814
1814
|
docs: "https://vueuse.org/math/usePrecision/",
|
|
1815
1815
|
category: "@Math",
|
|
1816
1816
|
description: "reactively set the precision of a number"
|
|
@@ -1973,7 +1973,7 @@ var functions$1 = [
|
|
|
1973
1973
|
{
|
|
1974
1974
|
name: "useScreenOrientation",
|
|
1975
1975
|
"package": "core",
|
|
1976
|
-
lastUpdated:
|
|
1976
|
+
lastUpdated: 1701690112000,
|
|
1977
1977
|
docs: "https://vueuse.org/core/useScreenOrientation/",
|
|
1978
1978
|
category: "Browser",
|
|
1979
1979
|
description: "reactive [Screen Orientation API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Orientation_API)"
|
|
@@ -1998,7 +1998,7 @@ var functions$1 = [
|
|
|
1998
1998
|
{
|
|
1999
1999
|
name: "useScroll",
|
|
2000
2000
|
"package": "core",
|
|
2001
|
-
lastUpdated:
|
|
2001
|
+
lastUpdated: 1699869460000,
|
|
2002
2002
|
directive: true,
|
|
2003
2003
|
docs: "https://vueuse.org/core/useScroll/",
|
|
2004
2004
|
category: "Sensors",
|
|
@@ -2091,7 +2091,7 @@ var functions$1 = [
|
|
|
2091
2091
|
{
|
|
2092
2092
|
name: "useStorage",
|
|
2093
2093
|
"package": "core",
|
|
2094
|
-
lastUpdated:
|
|
2094
|
+
lastUpdated: 1701686476000,
|
|
2095
2095
|
docs: "https://vueuse.org/core/useStorage/",
|
|
2096
2096
|
category: "State",
|
|
2097
2097
|
description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
|
@@ -2157,7 +2157,7 @@ var functions$1 = [
|
|
|
2157
2157
|
{
|
|
2158
2158
|
name: "useSwipe",
|
|
2159
2159
|
"package": "core",
|
|
2160
|
-
lastUpdated:
|
|
2160
|
+
lastUpdated: 1701749721000,
|
|
2161
2161
|
docs: "https://vueuse.org/core/useSwipe/",
|
|
2162
2162
|
category: "Sensors",
|
|
2163
2163
|
description: "reactive swipe detection based on [`TouchEvents`](https://developer.mozilla.org/en-US/docs/Web/API/TouchEvent)"
|
|
@@ -2197,7 +2197,7 @@ var functions$1 = [
|
|
|
2197
2197
|
{
|
|
2198
2198
|
name: "useThrottledRefHistory",
|
|
2199
2199
|
"package": "core",
|
|
2200
|
-
lastUpdated:
|
|
2200
|
+
lastUpdated: 1701749721000,
|
|
2201
2201
|
docs: "https://vueuse.org/core/useThrottledRefHistory/",
|
|
2202
2202
|
category: "State",
|
|
2203
2203
|
description: "shorthand for `useRefHistory` with throttled filter",
|
|
@@ -2264,7 +2264,7 @@ var functions$1 = [
|
|
|
2264
2264
|
{
|
|
2265
2265
|
name: "useTitle",
|
|
2266
2266
|
"package": "core",
|
|
2267
|
-
lastUpdated:
|
|
2267
|
+
lastUpdated: 1701739377000,
|
|
2268
2268
|
docs: "https://vueuse.org/core/useTitle/",
|
|
2269
2269
|
category: "Browser",
|
|
2270
2270
|
description: "reactive document title"
|
|
@@ -2341,7 +2341,7 @@ var functions$1 = [
|
|
|
2341
2341
|
{
|
|
2342
2342
|
name: "useVirtualList",
|
|
2343
2343
|
"package": "core",
|
|
2344
|
-
lastUpdated:
|
|
2344
|
+
lastUpdated: 1701749721000,
|
|
2345
2345
|
component: true,
|
|
2346
2346
|
docs: "https://vueuse.org/core/useVirtualList/",
|
|
2347
2347
|
category: "Component",
|
|
@@ -2407,7 +2407,7 @@ var functions$1 = [
|
|
|
2407
2407
|
{
|
|
2408
2408
|
name: "useWebWorkerFn",
|
|
2409
2409
|
"package": "core",
|
|
2410
|
-
lastUpdated:
|
|
2410
|
+
lastUpdated: 1701749721000,
|
|
2411
2411
|
docs: "https://vueuse.org/core/useWebWorkerFn/",
|
|
2412
2412
|
category: "Browser",
|
|
2413
2413
|
description: "run expensive functions without blocking the UI",
|
|
@@ -2444,7 +2444,7 @@ var functions$1 = [
|
|
|
2444
2444
|
{
|
|
2445
2445
|
name: "useZoomFactor",
|
|
2446
2446
|
"package": "electron",
|
|
2447
|
-
lastUpdated:
|
|
2447
|
+
lastUpdated: 1701749721000,
|
|
2448
2448
|
docs: "https://vueuse.org/electron/useZoomFactor/",
|
|
2449
2449
|
category: "@Electron",
|
|
2450
2450
|
description: "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom factor"
|
|
@@ -2452,7 +2452,7 @@ var functions$1 = [
|
|
|
2452
2452
|
{
|
|
2453
2453
|
name: "useZoomLevel",
|
|
2454
2454
|
"package": "electron",
|
|
2455
|
-
lastUpdated:
|
|
2455
|
+
lastUpdated: 1701749721000,
|
|
2456
2456
|
docs: "https://vueuse.org/electron/useZoomLevel/",
|
|
2457
2457
|
category: "@Electron",
|
|
2458
2458
|
description: "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom level"
|
|
@@ -2460,7 +2460,7 @@ var functions$1 = [
|
|
|
2460
2460
|
{
|
|
2461
2461
|
name: "utils",
|
|
2462
2462
|
"package": "shared",
|
|
2463
|
-
lastUpdated:
|
|
2463
|
+
lastUpdated: 1701686839000,
|
|
2464
2464
|
internal: true
|
|
2465
2465
|
},
|
|
2466
2466
|
{
|