@vueuse/metadata 8.5.0 → 8.7.1
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 +52 -26
- package/index.json +52 -26
- package/index.mjs +52 -26
- package/package.json +18 -18
package/index.cjs
CHANGED
|
@@ -331,7 +331,7 @@ var functions$1 = [
|
|
|
331
331
|
{
|
|
332
332
|
name: "onClickOutside",
|
|
333
333
|
"package": "core",
|
|
334
|
-
lastUpdated:
|
|
334
|
+
lastUpdated: 1655390356000,
|
|
335
335
|
component: true,
|
|
336
336
|
directive: true,
|
|
337
337
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -525,7 +525,7 @@ var functions$1 = [
|
|
|
525
525
|
{
|
|
526
526
|
name: "toRefs",
|
|
527
527
|
"package": "shared",
|
|
528
|
-
lastUpdated:
|
|
528
|
+
lastUpdated: 1655284952000,
|
|
529
529
|
docs: "https://vueuse.org/shared/toRefs/",
|
|
530
530
|
category: "Utilities",
|
|
531
531
|
description: "extended [`toRefs`](https://v3.vuejs.org/api/refs-api.html#torefs) that also accepts refs of an object"
|
|
@@ -533,7 +533,7 @@ var functions$1 = [
|
|
|
533
533
|
{
|
|
534
534
|
name: "tryOnBeforeMount",
|
|
535
535
|
"package": "shared",
|
|
536
|
-
lastUpdated:
|
|
536
|
+
lastUpdated: 1655284952000,
|
|
537
537
|
docs: "https://vueuse.org/shared/tryOnBeforeMount/",
|
|
538
538
|
category: "Component",
|
|
539
539
|
description: "safe `onBeforeMount`"
|
|
@@ -573,7 +573,7 @@ var functions$1 = [
|
|
|
573
573
|
{
|
|
574
574
|
name: "unrefElement",
|
|
575
575
|
"package": "core",
|
|
576
|
-
lastUpdated:
|
|
576
|
+
lastUpdated: 1655390655000,
|
|
577
577
|
docs: "https://vueuse.org/core/unrefElement/",
|
|
578
578
|
category: "Component",
|
|
579
579
|
description: "unref for dom element"
|
|
@@ -581,7 +581,7 @@ var functions$1 = [
|
|
|
581
581
|
{
|
|
582
582
|
name: "until",
|
|
583
583
|
"package": "shared",
|
|
584
|
-
lastUpdated:
|
|
584
|
+
lastUpdated: 1655391355000,
|
|
585
585
|
docs: "https://vueuse.org/shared/until/",
|
|
586
586
|
category: "Watch",
|
|
587
587
|
description: "promised one-time watch for changes"
|
|
@@ -611,6 +611,15 @@ var functions$1 = [
|
|
|
611
611
|
category: "State",
|
|
612
612
|
description: "reactive async state"
|
|
613
613
|
},
|
|
614
|
+
{
|
|
615
|
+
name: "useAsyncValidator",
|
|
616
|
+
"package": "integrations",
|
|
617
|
+
lastUpdated: 1654001397000,
|
|
618
|
+
component: true,
|
|
619
|
+
docs: "https://vueuse.org/integrations/useAsyncValidator/",
|
|
620
|
+
category: "@Integrations",
|
|
621
|
+
description: "wrapper for [`async-validator`](https://github.com/yiminghe/async-validator)"
|
|
622
|
+
},
|
|
614
623
|
{
|
|
615
624
|
name: "useAuth",
|
|
616
625
|
"package": "firebase",
|
|
@@ -742,7 +751,7 @@ var functions$1 = [
|
|
|
742
751
|
{
|
|
743
752
|
name: "useCssVar",
|
|
744
753
|
"package": "core",
|
|
745
|
-
lastUpdated:
|
|
754
|
+
lastUpdated: 1654000791000,
|
|
746
755
|
docs: "https://vueuse.org/core/useCssVar/",
|
|
747
756
|
category: "Browser",
|
|
748
757
|
description: "manipulate CSS variables"
|
|
@@ -878,6 +887,14 @@ var functions$1 = [
|
|
|
878
887
|
category: "@Integrations",
|
|
879
888
|
description: "reactive instance for [drauu](https://github.com/antfu/drauu)"
|
|
880
889
|
},
|
|
890
|
+
{
|
|
891
|
+
name: "useDropZone",
|
|
892
|
+
"package": "core",
|
|
893
|
+
lastUpdated: 1654000449000,
|
|
894
|
+
docs: "https://vueuse.org/core/useDropZone/",
|
|
895
|
+
category: "Elements",
|
|
896
|
+
description: "create an zone where files can be dropped"
|
|
897
|
+
},
|
|
881
898
|
{
|
|
882
899
|
name: "useElementBounding",
|
|
883
900
|
"package": "core",
|
|
@@ -982,7 +999,7 @@ var functions$1 = [
|
|
|
982
999
|
{
|
|
983
1000
|
name: "useFetch",
|
|
984
1001
|
"package": "core",
|
|
985
|
-
lastUpdated:
|
|
1002
|
+
lastUpdated: 1655284505000,
|
|
986
1003
|
docs: "https://vueuse.org/core/useFetch/",
|
|
987
1004
|
category: "Network",
|
|
988
1005
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -998,7 +1015,7 @@ var functions$1 = [
|
|
|
998
1015
|
{
|
|
999
1016
|
name: "useFirestore",
|
|
1000
1017
|
"package": "firebase",
|
|
1001
|
-
lastUpdated:
|
|
1018
|
+
lastUpdated: 1655284952000,
|
|
1002
1019
|
docs: "https://vueuse.org/firebase/useFirestore/",
|
|
1003
1020
|
category: "@Firebase",
|
|
1004
1021
|
description: "reactive [Firestore](https://firebase.google.com/docs/firestore) binding"
|
|
@@ -1086,10 +1103,19 @@ var functions$1 = [
|
|
|
1086
1103
|
category: "Sensors",
|
|
1087
1104
|
description: "tracks whether the user is being inactive"
|
|
1088
1105
|
},
|
|
1106
|
+
{
|
|
1107
|
+
name: "useImage",
|
|
1108
|
+
"package": "core",
|
|
1109
|
+
lastUpdated: 1655391918000,
|
|
1110
|
+
component: true,
|
|
1111
|
+
docs: "https://vueuse.org/core/useImage/",
|
|
1112
|
+
category: "Browser",
|
|
1113
|
+
description: "reactive load an image in the browser"
|
|
1114
|
+
},
|
|
1089
1115
|
{
|
|
1090
1116
|
name: "useInfiniteScroll",
|
|
1091
1117
|
"package": "core",
|
|
1092
|
-
lastUpdated:
|
|
1118
|
+
lastUpdated: 1654001422000,
|
|
1093
1119
|
directive: true,
|
|
1094
1120
|
docs: "https://vueuse.org/core/useInfiniteScroll/",
|
|
1095
1121
|
category: "Sensors",
|
|
@@ -1115,7 +1141,7 @@ var functions$1 = [
|
|
|
1115
1141
|
{
|
|
1116
1142
|
name: "useIntervalFn",
|
|
1117
1143
|
"package": "shared",
|
|
1118
|
-
lastUpdated:
|
|
1144
|
+
lastUpdated: 1655390255000,
|
|
1119
1145
|
docs: "https://vueuse.org/shared/useIntervalFn/",
|
|
1120
1146
|
category: "Animation",
|
|
1121
1147
|
description: "wrapper for `setInterval` with controls"
|
|
@@ -1179,7 +1205,7 @@ var functions$1 = [
|
|
|
1179
1205
|
{
|
|
1180
1206
|
name: "useMagicKeys",
|
|
1181
1207
|
"package": "core",
|
|
1182
|
-
lastUpdated:
|
|
1208
|
+
lastUpdated: 1654170563000,
|
|
1183
1209
|
docs: "https://vueuse.org/core/useMagicKeys/",
|
|
1184
1210
|
category: "Sensors",
|
|
1185
1211
|
description: "reactive keys pressed state"
|
|
@@ -1265,7 +1291,7 @@ var functions$1 = [
|
|
|
1265
1291
|
{
|
|
1266
1292
|
name: "useMouseInElement",
|
|
1267
1293
|
"package": "core",
|
|
1268
|
-
lastUpdated:
|
|
1294
|
+
lastUpdated: 1653249796000,
|
|
1269
1295
|
component: true,
|
|
1270
1296
|
docs: "https://vueuse.org/core/useMouseInElement/",
|
|
1271
1297
|
category: "Elements",
|
|
@@ -1451,7 +1477,7 @@ var functions$1 = [
|
|
|
1451
1477
|
{
|
|
1452
1478
|
name: "useResizeObserver",
|
|
1453
1479
|
"package": "core",
|
|
1454
|
-
lastUpdated:
|
|
1480
|
+
lastUpdated: 1655284952000,
|
|
1455
1481
|
docs: "https://vueuse.org/core/useResizeObserver/",
|
|
1456
1482
|
category: "Elements",
|
|
1457
1483
|
description: "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -1515,7 +1541,7 @@ var functions$1 = [
|
|
|
1515
1541
|
{
|
|
1516
1542
|
name: "useScroll",
|
|
1517
1543
|
"package": "core",
|
|
1518
|
-
lastUpdated:
|
|
1544
|
+
lastUpdated: 1655390158000,
|
|
1519
1545
|
directive: true,
|
|
1520
1546
|
docs: "https://vueuse.org/core/useScroll/",
|
|
1521
1547
|
category: "Sensors",
|
|
@@ -1683,7 +1709,7 @@ var functions$1 = [
|
|
|
1683
1709
|
{
|
|
1684
1710
|
name: "useTimeoutFn",
|
|
1685
1711
|
"package": "shared",
|
|
1686
|
-
lastUpdated:
|
|
1712
|
+
lastUpdated: 1655284952000,
|
|
1687
1713
|
docs: "https://vueuse.org/shared/useTimeoutFn/",
|
|
1688
1714
|
category: "Animation",
|
|
1689
1715
|
description: "wrapper for `setTimeout` with controls"
|
|
@@ -1732,7 +1758,7 @@ var functions$1 = [
|
|
|
1732
1758
|
{
|
|
1733
1759
|
name: "useUrlSearchParams",
|
|
1734
1760
|
"package": "core",
|
|
1735
|
-
lastUpdated:
|
|
1761
|
+
lastUpdated: 1655390581000,
|
|
1736
1762
|
docs: "https://vueuse.org/core/useUrlSearchParams/",
|
|
1737
1763
|
category: "Browser",
|
|
1738
1764
|
description: "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
|
@@ -1768,7 +1794,7 @@ var functions$1 = [
|
|
|
1768
1794
|
{
|
|
1769
1795
|
name: "useVModel",
|
|
1770
1796
|
"package": "core",
|
|
1771
|
-
lastUpdated:
|
|
1797
|
+
lastUpdated: 1653434335000,
|
|
1772
1798
|
docs: "https://vueuse.org/core/useVModel/",
|
|
1773
1799
|
category: "Component",
|
|
1774
1800
|
description: "shorthand for v-model binding"
|
|
@@ -1776,7 +1802,7 @@ var functions$1 = [
|
|
|
1776
1802
|
{
|
|
1777
1803
|
name: "useVModels",
|
|
1778
1804
|
"package": "core",
|
|
1779
|
-
lastUpdated:
|
|
1805
|
+
lastUpdated: 1655284952000,
|
|
1780
1806
|
docs: "https://vueuse.org/core/useVModels/",
|
|
1781
1807
|
category: "Component",
|
|
1782
1808
|
description: "shorthand for props v-model binding"
|
|
@@ -1816,7 +1842,7 @@ var functions$1 = [
|
|
|
1816
1842
|
{
|
|
1817
1843
|
name: "useWebWorkerFn",
|
|
1818
1844
|
"package": "core",
|
|
1819
|
-
lastUpdated:
|
|
1845
|
+
lastUpdated: 1655284952000,
|
|
1820
1846
|
docs: "https://vueuse.org/core/useWebWorkerFn/",
|
|
1821
1847
|
category: "Misc",
|
|
1822
1848
|
description: "run expensive functions without blocking the UI"
|
|
@@ -1872,7 +1898,7 @@ var functions$1 = [
|
|
|
1872
1898
|
{
|
|
1873
1899
|
name: "watchAtMost",
|
|
1874
1900
|
"package": "shared",
|
|
1875
|
-
lastUpdated:
|
|
1901
|
+
lastUpdated: 1655390134000,
|
|
1876
1902
|
docs: "https://vueuse.org/shared/watchAtMost/",
|
|
1877
1903
|
category: "Watch",
|
|
1878
1904
|
description: "`watch` with the number of times triggered"
|
|
@@ -1880,7 +1906,7 @@ var functions$1 = [
|
|
|
1880
1906
|
{
|
|
1881
1907
|
name: "watchDebounced",
|
|
1882
1908
|
"package": "shared",
|
|
1883
|
-
lastUpdated:
|
|
1909
|
+
lastUpdated: 1655390134000,
|
|
1884
1910
|
docs: "https://vueuse.org/shared/watchDebounced/",
|
|
1885
1911
|
category: "Watch",
|
|
1886
1912
|
description: "debounced watch",
|
|
@@ -1891,7 +1917,7 @@ var functions$1 = [
|
|
|
1891
1917
|
{
|
|
1892
1918
|
name: "watchIgnorable",
|
|
1893
1919
|
"package": "shared",
|
|
1894
|
-
lastUpdated:
|
|
1920
|
+
lastUpdated: 1655390134000,
|
|
1895
1921
|
docs: "https://vueuse.org/shared/watchIgnorable/",
|
|
1896
1922
|
category: "Watch",
|
|
1897
1923
|
description: "ignorable watch",
|
|
@@ -1902,7 +1928,7 @@ var functions$1 = [
|
|
|
1902
1928
|
{
|
|
1903
1929
|
name: "watchOnce",
|
|
1904
1930
|
"package": "shared",
|
|
1905
|
-
lastUpdated:
|
|
1931
|
+
lastUpdated: 1655390134000,
|
|
1906
1932
|
docs: "https://vueuse.org/shared/watchOnce/",
|
|
1907
1933
|
category: "Watch",
|
|
1908
1934
|
description: "`watch` that only triggers once"
|
|
@@ -1910,7 +1936,7 @@ var functions$1 = [
|
|
|
1910
1936
|
{
|
|
1911
1937
|
name: "watchPausable",
|
|
1912
1938
|
"package": "shared",
|
|
1913
|
-
lastUpdated:
|
|
1939
|
+
lastUpdated: 1655390134000,
|
|
1914
1940
|
docs: "https://vueuse.org/shared/watchPausable/",
|
|
1915
1941
|
category: "Watch",
|
|
1916
1942
|
description: "pausable watch",
|
|
@@ -1921,7 +1947,7 @@ var functions$1 = [
|
|
|
1921
1947
|
{
|
|
1922
1948
|
name: "watchThrottled",
|
|
1923
1949
|
"package": "shared",
|
|
1924
|
-
lastUpdated:
|
|
1950
|
+
lastUpdated: 1655390134000,
|
|
1925
1951
|
docs: "https://vueuse.org/shared/watchThrottled/",
|
|
1926
1952
|
category: "Watch",
|
|
1927
1953
|
description: "throttled watch",
|
|
@@ -1932,7 +1958,7 @@ var functions$1 = [
|
|
|
1932
1958
|
{
|
|
1933
1959
|
name: "watchWithFilter",
|
|
1934
1960
|
"package": "shared",
|
|
1935
|
-
lastUpdated:
|
|
1961
|
+
lastUpdated: 1655390134000,
|
|
1936
1962
|
docs: "https://vueuse.org/shared/watchWithFilter/",
|
|
1937
1963
|
category: "Watch",
|
|
1938
1964
|
description: "`watch` with additional EventFilter control"
|
package/index.json
CHANGED
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
{
|
|
329
329
|
"name": "onClickOutside",
|
|
330
330
|
"package": "core",
|
|
331
|
-
"lastUpdated":
|
|
331
|
+
"lastUpdated": 1655390356000,
|
|
332
332
|
"component": true,
|
|
333
333
|
"directive": true,
|
|
334
334
|
"docs": "https://vueuse.org/core/onClickOutside/",
|
|
@@ -522,7 +522,7 @@
|
|
|
522
522
|
{
|
|
523
523
|
"name": "toRefs",
|
|
524
524
|
"package": "shared",
|
|
525
|
-
"lastUpdated":
|
|
525
|
+
"lastUpdated": 1655284952000,
|
|
526
526
|
"docs": "https://vueuse.org/shared/toRefs/",
|
|
527
527
|
"category": "Utilities",
|
|
528
528
|
"description": "extended [`toRefs`](https://v3.vuejs.org/api/refs-api.html#torefs) that also accepts refs of an object"
|
|
@@ -530,7 +530,7 @@
|
|
|
530
530
|
{
|
|
531
531
|
"name": "tryOnBeforeMount",
|
|
532
532
|
"package": "shared",
|
|
533
|
-
"lastUpdated":
|
|
533
|
+
"lastUpdated": 1655284952000,
|
|
534
534
|
"docs": "https://vueuse.org/shared/tryOnBeforeMount/",
|
|
535
535
|
"category": "Component",
|
|
536
536
|
"description": "safe `onBeforeMount`"
|
|
@@ -570,7 +570,7 @@
|
|
|
570
570
|
{
|
|
571
571
|
"name": "unrefElement",
|
|
572
572
|
"package": "core",
|
|
573
|
-
"lastUpdated":
|
|
573
|
+
"lastUpdated": 1655390655000,
|
|
574
574
|
"docs": "https://vueuse.org/core/unrefElement/",
|
|
575
575
|
"category": "Component",
|
|
576
576
|
"description": "unref for dom element"
|
|
@@ -578,7 +578,7 @@
|
|
|
578
578
|
{
|
|
579
579
|
"name": "until",
|
|
580
580
|
"package": "shared",
|
|
581
|
-
"lastUpdated":
|
|
581
|
+
"lastUpdated": 1655391355000,
|
|
582
582
|
"docs": "https://vueuse.org/shared/until/",
|
|
583
583
|
"category": "Watch",
|
|
584
584
|
"description": "promised one-time watch for changes"
|
|
@@ -608,6 +608,15 @@
|
|
|
608
608
|
"category": "State",
|
|
609
609
|
"description": "reactive async state"
|
|
610
610
|
},
|
|
611
|
+
{
|
|
612
|
+
"name": "useAsyncValidator",
|
|
613
|
+
"package": "integrations",
|
|
614
|
+
"lastUpdated": 1654001397000,
|
|
615
|
+
"component": true,
|
|
616
|
+
"docs": "https://vueuse.org/integrations/useAsyncValidator/",
|
|
617
|
+
"category": "@Integrations",
|
|
618
|
+
"description": "wrapper for [`async-validator`](https://github.com/yiminghe/async-validator)"
|
|
619
|
+
},
|
|
611
620
|
{
|
|
612
621
|
"name": "useAuth",
|
|
613
622
|
"package": "firebase",
|
|
@@ -739,7 +748,7 @@
|
|
|
739
748
|
{
|
|
740
749
|
"name": "useCssVar",
|
|
741
750
|
"package": "core",
|
|
742
|
-
"lastUpdated":
|
|
751
|
+
"lastUpdated": 1654000791000,
|
|
743
752
|
"docs": "https://vueuse.org/core/useCssVar/",
|
|
744
753
|
"category": "Browser",
|
|
745
754
|
"description": "manipulate CSS variables"
|
|
@@ -875,6 +884,14 @@
|
|
|
875
884
|
"category": "@Integrations",
|
|
876
885
|
"description": "reactive instance for [drauu](https://github.com/antfu/drauu)"
|
|
877
886
|
},
|
|
887
|
+
{
|
|
888
|
+
"name": "useDropZone",
|
|
889
|
+
"package": "core",
|
|
890
|
+
"lastUpdated": 1654000449000,
|
|
891
|
+
"docs": "https://vueuse.org/core/useDropZone/",
|
|
892
|
+
"category": "Elements",
|
|
893
|
+
"description": "create an zone where files can be dropped"
|
|
894
|
+
},
|
|
878
895
|
{
|
|
879
896
|
"name": "useElementBounding",
|
|
880
897
|
"package": "core",
|
|
@@ -979,7 +996,7 @@
|
|
|
979
996
|
{
|
|
980
997
|
"name": "useFetch",
|
|
981
998
|
"package": "core",
|
|
982
|
-
"lastUpdated":
|
|
999
|
+
"lastUpdated": 1655284505000,
|
|
983
1000
|
"docs": "https://vueuse.org/core/useFetch/",
|
|
984
1001
|
"category": "Network",
|
|
985
1002
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -995,7 +1012,7 @@
|
|
|
995
1012
|
{
|
|
996
1013
|
"name": "useFirestore",
|
|
997
1014
|
"package": "firebase",
|
|
998
|
-
"lastUpdated":
|
|
1015
|
+
"lastUpdated": 1655284952000,
|
|
999
1016
|
"docs": "https://vueuse.org/firebase/useFirestore/",
|
|
1000
1017
|
"category": "@Firebase",
|
|
1001
1018
|
"description": "reactive [Firestore](https://firebase.google.com/docs/firestore) binding"
|
|
@@ -1083,10 +1100,19 @@
|
|
|
1083
1100
|
"category": "Sensors",
|
|
1084
1101
|
"description": "tracks whether the user is being inactive"
|
|
1085
1102
|
},
|
|
1103
|
+
{
|
|
1104
|
+
"name": "useImage",
|
|
1105
|
+
"package": "core",
|
|
1106
|
+
"lastUpdated": 1655391918000,
|
|
1107
|
+
"component": true,
|
|
1108
|
+
"docs": "https://vueuse.org/core/useImage/",
|
|
1109
|
+
"category": "Browser",
|
|
1110
|
+
"description": "reactive load an image in the browser"
|
|
1111
|
+
},
|
|
1086
1112
|
{
|
|
1087
1113
|
"name": "useInfiniteScroll",
|
|
1088
1114
|
"package": "core",
|
|
1089
|
-
"lastUpdated":
|
|
1115
|
+
"lastUpdated": 1654001422000,
|
|
1090
1116
|
"directive": true,
|
|
1091
1117
|
"docs": "https://vueuse.org/core/useInfiniteScroll/",
|
|
1092
1118
|
"category": "Sensors",
|
|
@@ -1112,7 +1138,7 @@
|
|
|
1112
1138
|
{
|
|
1113
1139
|
"name": "useIntervalFn",
|
|
1114
1140
|
"package": "shared",
|
|
1115
|
-
"lastUpdated":
|
|
1141
|
+
"lastUpdated": 1655390255000,
|
|
1116
1142
|
"docs": "https://vueuse.org/shared/useIntervalFn/",
|
|
1117
1143
|
"category": "Animation",
|
|
1118
1144
|
"description": "wrapper for `setInterval` with controls"
|
|
@@ -1176,7 +1202,7 @@
|
|
|
1176
1202
|
{
|
|
1177
1203
|
"name": "useMagicKeys",
|
|
1178
1204
|
"package": "core",
|
|
1179
|
-
"lastUpdated":
|
|
1205
|
+
"lastUpdated": 1654170563000,
|
|
1180
1206
|
"docs": "https://vueuse.org/core/useMagicKeys/",
|
|
1181
1207
|
"category": "Sensors",
|
|
1182
1208
|
"description": "reactive keys pressed state"
|
|
@@ -1262,7 +1288,7 @@
|
|
|
1262
1288
|
{
|
|
1263
1289
|
"name": "useMouseInElement",
|
|
1264
1290
|
"package": "core",
|
|
1265
|
-
"lastUpdated":
|
|
1291
|
+
"lastUpdated": 1653249796000,
|
|
1266
1292
|
"component": true,
|
|
1267
1293
|
"docs": "https://vueuse.org/core/useMouseInElement/",
|
|
1268
1294
|
"category": "Elements",
|
|
@@ -1448,7 +1474,7 @@
|
|
|
1448
1474
|
{
|
|
1449
1475
|
"name": "useResizeObserver",
|
|
1450
1476
|
"package": "core",
|
|
1451
|
-
"lastUpdated":
|
|
1477
|
+
"lastUpdated": 1655284952000,
|
|
1452
1478
|
"docs": "https://vueuse.org/core/useResizeObserver/",
|
|
1453
1479
|
"category": "Elements",
|
|
1454
1480
|
"description": "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -1512,7 +1538,7 @@
|
|
|
1512
1538
|
{
|
|
1513
1539
|
"name": "useScroll",
|
|
1514
1540
|
"package": "core",
|
|
1515
|
-
"lastUpdated":
|
|
1541
|
+
"lastUpdated": 1655390158000,
|
|
1516
1542
|
"directive": true,
|
|
1517
1543
|
"docs": "https://vueuse.org/core/useScroll/",
|
|
1518
1544
|
"category": "Sensors",
|
|
@@ -1680,7 +1706,7 @@
|
|
|
1680
1706
|
{
|
|
1681
1707
|
"name": "useTimeoutFn",
|
|
1682
1708
|
"package": "shared",
|
|
1683
|
-
"lastUpdated":
|
|
1709
|
+
"lastUpdated": 1655284952000,
|
|
1684
1710
|
"docs": "https://vueuse.org/shared/useTimeoutFn/",
|
|
1685
1711
|
"category": "Animation",
|
|
1686
1712
|
"description": "wrapper for `setTimeout` with controls"
|
|
@@ -1729,7 +1755,7 @@
|
|
|
1729
1755
|
{
|
|
1730
1756
|
"name": "useUrlSearchParams",
|
|
1731
1757
|
"package": "core",
|
|
1732
|
-
"lastUpdated":
|
|
1758
|
+
"lastUpdated": 1655390581000,
|
|
1733
1759
|
"docs": "https://vueuse.org/core/useUrlSearchParams/",
|
|
1734
1760
|
"category": "Browser",
|
|
1735
1761
|
"description": "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
|
@@ -1765,7 +1791,7 @@
|
|
|
1765
1791
|
{
|
|
1766
1792
|
"name": "useVModel",
|
|
1767
1793
|
"package": "core",
|
|
1768
|
-
"lastUpdated":
|
|
1794
|
+
"lastUpdated": 1653434335000,
|
|
1769
1795
|
"docs": "https://vueuse.org/core/useVModel/",
|
|
1770
1796
|
"category": "Component",
|
|
1771
1797
|
"description": "shorthand for v-model binding"
|
|
@@ -1773,7 +1799,7 @@
|
|
|
1773
1799
|
{
|
|
1774
1800
|
"name": "useVModels",
|
|
1775
1801
|
"package": "core",
|
|
1776
|
-
"lastUpdated":
|
|
1802
|
+
"lastUpdated": 1655284952000,
|
|
1777
1803
|
"docs": "https://vueuse.org/core/useVModels/",
|
|
1778
1804
|
"category": "Component",
|
|
1779
1805
|
"description": "shorthand for props v-model binding"
|
|
@@ -1813,7 +1839,7 @@
|
|
|
1813
1839
|
{
|
|
1814
1840
|
"name": "useWebWorkerFn",
|
|
1815
1841
|
"package": "core",
|
|
1816
|
-
"lastUpdated":
|
|
1842
|
+
"lastUpdated": 1655284952000,
|
|
1817
1843
|
"docs": "https://vueuse.org/core/useWebWorkerFn/",
|
|
1818
1844
|
"category": "Misc",
|
|
1819
1845
|
"description": "run expensive functions without blocking the UI"
|
|
@@ -1869,7 +1895,7 @@
|
|
|
1869
1895
|
{
|
|
1870
1896
|
"name": "watchAtMost",
|
|
1871
1897
|
"package": "shared",
|
|
1872
|
-
"lastUpdated":
|
|
1898
|
+
"lastUpdated": 1655390134000,
|
|
1873
1899
|
"docs": "https://vueuse.org/shared/watchAtMost/",
|
|
1874
1900
|
"category": "Watch",
|
|
1875
1901
|
"description": "`watch` with the number of times triggered"
|
|
@@ -1877,7 +1903,7 @@
|
|
|
1877
1903
|
{
|
|
1878
1904
|
"name": "watchDebounced",
|
|
1879
1905
|
"package": "shared",
|
|
1880
|
-
"lastUpdated":
|
|
1906
|
+
"lastUpdated": 1655390134000,
|
|
1881
1907
|
"docs": "https://vueuse.org/shared/watchDebounced/",
|
|
1882
1908
|
"category": "Watch",
|
|
1883
1909
|
"description": "debounced watch",
|
|
@@ -1888,7 +1914,7 @@
|
|
|
1888
1914
|
{
|
|
1889
1915
|
"name": "watchIgnorable",
|
|
1890
1916
|
"package": "shared",
|
|
1891
|
-
"lastUpdated":
|
|
1917
|
+
"lastUpdated": 1655390134000,
|
|
1892
1918
|
"docs": "https://vueuse.org/shared/watchIgnorable/",
|
|
1893
1919
|
"category": "Watch",
|
|
1894
1920
|
"description": "ignorable watch",
|
|
@@ -1899,7 +1925,7 @@
|
|
|
1899
1925
|
{
|
|
1900
1926
|
"name": "watchOnce",
|
|
1901
1927
|
"package": "shared",
|
|
1902
|
-
"lastUpdated":
|
|
1928
|
+
"lastUpdated": 1655390134000,
|
|
1903
1929
|
"docs": "https://vueuse.org/shared/watchOnce/",
|
|
1904
1930
|
"category": "Watch",
|
|
1905
1931
|
"description": "`watch` that only triggers once"
|
|
@@ -1907,7 +1933,7 @@
|
|
|
1907
1933
|
{
|
|
1908
1934
|
"name": "watchPausable",
|
|
1909
1935
|
"package": "shared",
|
|
1910
|
-
"lastUpdated":
|
|
1936
|
+
"lastUpdated": 1655390134000,
|
|
1911
1937
|
"docs": "https://vueuse.org/shared/watchPausable/",
|
|
1912
1938
|
"category": "Watch",
|
|
1913
1939
|
"description": "pausable watch",
|
|
@@ -1918,7 +1944,7 @@
|
|
|
1918
1944
|
{
|
|
1919
1945
|
"name": "watchThrottled",
|
|
1920
1946
|
"package": "shared",
|
|
1921
|
-
"lastUpdated":
|
|
1947
|
+
"lastUpdated": 1655390134000,
|
|
1922
1948
|
"docs": "https://vueuse.org/shared/watchThrottled/",
|
|
1923
1949
|
"category": "Watch",
|
|
1924
1950
|
"description": "throttled watch",
|
|
@@ -1929,7 +1955,7 @@
|
|
|
1929
1955
|
{
|
|
1930
1956
|
"name": "watchWithFilter",
|
|
1931
1957
|
"package": "shared",
|
|
1932
|
-
"lastUpdated":
|
|
1958
|
+
"lastUpdated": 1655390134000,
|
|
1933
1959
|
"docs": "https://vueuse.org/shared/watchWithFilter/",
|
|
1934
1960
|
"category": "Watch",
|
|
1935
1961
|
"description": "`watch` with additional EventFilter control"
|
package/index.mjs
CHANGED
|
@@ -327,7 +327,7 @@ var functions$1 = [
|
|
|
327
327
|
{
|
|
328
328
|
name: "onClickOutside",
|
|
329
329
|
"package": "core",
|
|
330
|
-
lastUpdated:
|
|
330
|
+
lastUpdated: 1655390356000,
|
|
331
331
|
component: true,
|
|
332
332
|
directive: true,
|
|
333
333
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -521,7 +521,7 @@ var functions$1 = [
|
|
|
521
521
|
{
|
|
522
522
|
name: "toRefs",
|
|
523
523
|
"package": "shared",
|
|
524
|
-
lastUpdated:
|
|
524
|
+
lastUpdated: 1655284952000,
|
|
525
525
|
docs: "https://vueuse.org/shared/toRefs/",
|
|
526
526
|
category: "Utilities",
|
|
527
527
|
description: "extended [`toRefs`](https://v3.vuejs.org/api/refs-api.html#torefs) that also accepts refs of an object"
|
|
@@ -529,7 +529,7 @@ var functions$1 = [
|
|
|
529
529
|
{
|
|
530
530
|
name: "tryOnBeforeMount",
|
|
531
531
|
"package": "shared",
|
|
532
|
-
lastUpdated:
|
|
532
|
+
lastUpdated: 1655284952000,
|
|
533
533
|
docs: "https://vueuse.org/shared/tryOnBeforeMount/",
|
|
534
534
|
category: "Component",
|
|
535
535
|
description: "safe `onBeforeMount`"
|
|
@@ -569,7 +569,7 @@ var functions$1 = [
|
|
|
569
569
|
{
|
|
570
570
|
name: "unrefElement",
|
|
571
571
|
"package": "core",
|
|
572
|
-
lastUpdated:
|
|
572
|
+
lastUpdated: 1655390655000,
|
|
573
573
|
docs: "https://vueuse.org/core/unrefElement/",
|
|
574
574
|
category: "Component",
|
|
575
575
|
description: "unref for dom element"
|
|
@@ -577,7 +577,7 @@ var functions$1 = [
|
|
|
577
577
|
{
|
|
578
578
|
name: "until",
|
|
579
579
|
"package": "shared",
|
|
580
|
-
lastUpdated:
|
|
580
|
+
lastUpdated: 1655391355000,
|
|
581
581
|
docs: "https://vueuse.org/shared/until/",
|
|
582
582
|
category: "Watch",
|
|
583
583
|
description: "promised one-time watch for changes"
|
|
@@ -607,6 +607,15 @@ var functions$1 = [
|
|
|
607
607
|
category: "State",
|
|
608
608
|
description: "reactive async state"
|
|
609
609
|
},
|
|
610
|
+
{
|
|
611
|
+
name: "useAsyncValidator",
|
|
612
|
+
"package": "integrations",
|
|
613
|
+
lastUpdated: 1654001397000,
|
|
614
|
+
component: true,
|
|
615
|
+
docs: "https://vueuse.org/integrations/useAsyncValidator/",
|
|
616
|
+
category: "@Integrations",
|
|
617
|
+
description: "wrapper for [`async-validator`](https://github.com/yiminghe/async-validator)"
|
|
618
|
+
},
|
|
610
619
|
{
|
|
611
620
|
name: "useAuth",
|
|
612
621
|
"package": "firebase",
|
|
@@ -738,7 +747,7 @@ var functions$1 = [
|
|
|
738
747
|
{
|
|
739
748
|
name: "useCssVar",
|
|
740
749
|
"package": "core",
|
|
741
|
-
lastUpdated:
|
|
750
|
+
lastUpdated: 1654000791000,
|
|
742
751
|
docs: "https://vueuse.org/core/useCssVar/",
|
|
743
752
|
category: "Browser",
|
|
744
753
|
description: "manipulate CSS variables"
|
|
@@ -874,6 +883,14 @@ var functions$1 = [
|
|
|
874
883
|
category: "@Integrations",
|
|
875
884
|
description: "reactive instance for [drauu](https://github.com/antfu/drauu)"
|
|
876
885
|
},
|
|
886
|
+
{
|
|
887
|
+
name: "useDropZone",
|
|
888
|
+
"package": "core",
|
|
889
|
+
lastUpdated: 1654000449000,
|
|
890
|
+
docs: "https://vueuse.org/core/useDropZone/",
|
|
891
|
+
category: "Elements",
|
|
892
|
+
description: "create an zone where files can be dropped"
|
|
893
|
+
},
|
|
877
894
|
{
|
|
878
895
|
name: "useElementBounding",
|
|
879
896
|
"package": "core",
|
|
@@ -978,7 +995,7 @@ var functions$1 = [
|
|
|
978
995
|
{
|
|
979
996
|
name: "useFetch",
|
|
980
997
|
"package": "core",
|
|
981
|
-
lastUpdated:
|
|
998
|
+
lastUpdated: 1655284505000,
|
|
982
999
|
docs: "https://vueuse.org/core/useFetch/",
|
|
983
1000
|
category: "Network",
|
|
984
1001
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -994,7 +1011,7 @@ var functions$1 = [
|
|
|
994
1011
|
{
|
|
995
1012
|
name: "useFirestore",
|
|
996
1013
|
"package": "firebase",
|
|
997
|
-
lastUpdated:
|
|
1014
|
+
lastUpdated: 1655284952000,
|
|
998
1015
|
docs: "https://vueuse.org/firebase/useFirestore/",
|
|
999
1016
|
category: "@Firebase",
|
|
1000
1017
|
description: "reactive [Firestore](https://firebase.google.com/docs/firestore) binding"
|
|
@@ -1082,10 +1099,19 @@ var functions$1 = [
|
|
|
1082
1099
|
category: "Sensors",
|
|
1083
1100
|
description: "tracks whether the user is being inactive"
|
|
1084
1101
|
},
|
|
1102
|
+
{
|
|
1103
|
+
name: "useImage",
|
|
1104
|
+
"package": "core",
|
|
1105
|
+
lastUpdated: 1655391918000,
|
|
1106
|
+
component: true,
|
|
1107
|
+
docs: "https://vueuse.org/core/useImage/",
|
|
1108
|
+
category: "Browser",
|
|
1109
|
+
description: "reactive load an image in the browser"
|
|
1110
|
+
},
|
|
1085
1111
|
{
|
|
1086
1112
|
name: "useInfiniteScroll",
|
|
1087
1113
|
"package": "core",
|
|
1088
|
-
lastUpdated:
|
|
1114
|
+
lastUpdated: 1654001422000,
|
|
1089
1115
|
directive: true,
|
|
1090
1116
|
docs: "https://vueuse.org/core/useInfiniteScroll/",
|
|
1091
1117
|
category: "Sensors",
|
|
@@ -1111,7 +1137,7 @@ var functions$1 = [
|
|
|
1111
1137
|
{
|
|
1112
1138
|
name: "useIntervalFn",
|
|
1113
1139
|
"package": "shared",
|
|
1114
|
-
lastUpdated:
|
|
1140
|
+
lastUpdated: 1655390255000,
|
|
1115
1141
|
docs: "https://vueuse.org/shared/useIntervalFn/",
|
|
1116
1142
|
category: "Animation",
|
|
1117
1143
|
description: "wrapper for `setInterval` with controls"
|
|
@@ -1175,7 +1201,7 @@ var functions$1 = [
|
|
|
1175
1201
|
{
|
|
1176
1202
|
name: "useMagicKeys",
|
|
1177
1203
|
"package": "core",
|
|
1178
|
-
lastUpdated:
|
|
1204
|
+
lastUpdated: 1654170563000,
|
|
1179
1205
|
docs: "https://vueuse.org/core/useMagicKeys/",
|
|
1180
1206
|
category: "Sensors",
|
|
1181
1207
|
description: "reactive keys pressed state"
|
|
@@ -1261,7 +1287,7 @@ var functions$1 = [
|
|
|
1261
1287
|
{
|
|
1262
1288
|
name: "useMouseInElement",
|
|
1263
1289
|
"package": "core",
|
|
1264
|
-
lastUpdated:
|
|
1290
|
+
lastUpdated: 1653249796000,
|
|
1265
1291
|
component: true,
|
|
1266
1292
|
docs: "https://vueuse.org/core/useMouseInElement/",
|
|
1267
1293
|
category: "Elements",
|
|
@@ -1447,7 +1473,7 @@ var functions$1 = [
|
|
|
1447
1473
|
{
|
|
1448
1474
|
name: "useResizeObserver",
|
|
1449
1475
|
"package": "core",
|
|
1450
|
-
lastUpdated:
|
|
1476
|
+
lastUpdated: 1655284952000,
|
|
1451
1477
|
docs: "https://vueuse.org/core/useResizeObserver/",
|
|
1452
1478
|
category: "Elements",
|
|
1453
1479
|
description: "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -1511,7 +1537,7 @@ var functions$1 = [
|
|
|
1511
1537
|
{
|
|
1512
1538
|
name: "useScroll",
|
|
1513
1539
|
"package": "core",
|
|
1514
|
-
lastUpdated:
|
|
1540
|
+
lastUpdated: 1655390158000,
|
|
1515
1541
|
directive: true,
|
|
1516
1542
|
docs: "https://vueuse.org/core/useScroll/",
|
|
1517
1543
|
category: "Sensors",
|
|
@@ -1679,7 +1705,7 @@ var functions$1 = [
|
|
|
1679
1705
|
{
|
|
1680
1706
|
name: "useTimeoutFn",
|
|
1681
1707
|
"package": "shared",
|
|
1682
|
-
lastUpdated:
|
|
1708
|
+
lastUpdated: 1655284952000,
|
|
1683
1709
|
docs: "https://vueuse.org/shared/useTimeoutFn/",
|
|
1684
1710
|
category: "Animation",
|
|
1685
1711
|
description: "wrapper for `setTimeout` with controls"
|
|
@@ -1728,7 +1754,7 @@ var functions$1 = [
|
|
|
1728
1754
|
{
|
|
1729
1755
|
name: "useUrlSearchParams",
|
|
1730
1756
|
"package": "core",
|
|
1731
|
-
lastUpdated:
|
|
1757
|
+
lastUpdated: 1655390581000,
|
|
1732
1758
|
docs: "https://vueuse.org/core/useUrlSearchParams/",
|
|
1733
1759
|
category: "Browser",
|
|
1734
1760
|
description: "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
|
@@ -1764,7 +1790,7 @@ var functions$1 = [
|
|
|
1764
1790
|
{
|
|
1765
1791
|
name: "useVModel",
|
|
1766
1792
|
"package": "core",
|
|
1767
|
-
lastUpdated:
|
|
1793
|
+
lastUpdated: 1653434335000,
|
|
1768
1794
|
docs: "https://vueuse.org/core/useVModel/",
|
|
1769
1795
|
category: "Component",
|
|
1770
1796
|
description: "shorthand for v-model binding"
|
|
@@ -1772,7 +1798,7 @@ var functions$1 = [
|
|
|
1772
1798
|
{
|
|
1773
1799
|
name: "useVModels",
|
|
1774
1800
|
"package": "core",
|
|
1775
|
-
lastUpdated:
|
|
1801
|
+
lastUpdated: 1655284952000,
|
|
1776
1802
|
docs: "https://vueuse.org/core/useVModels/",
|
|
1777
1803
|
category: "Component",
|
|
1778
1804
|
description: "shorthand for props v-model binding"
|
|
@@ -1812,7 +1838,7 @@ var functions$1 = [
|
|
|
1812
1838
|
{
|
|
1813
1839
|
name: "useWebWorkerFn",
|
|
1814
1840
|
"package": "core",
|
|
1815
|
-
lastUpdated:
|
|
1841
|
+
lastUpdated: 1655284952000,
|
|
1816
1842
|
docs: "https://vueuse.org/core/useWebWorkerFn/",
|
|
1817
1843
|
category: "Misc",
|
|
1818
1844
|
description: "run expensive functions without blocking the UI"
|
|
@@ -1868,7 +1894,7 @@ var functions$1 = [
|
|
|
1868
1894
|
{
|
|
1869
1895
|
name: "watchAtMost",
|
|
1870
1896
|
"package": "shared",
|
|
1871
|
-
lastUpdated:
|
|
1897
|
+
lastUpdated: 1655390134000,
|
|
1872
1898
|
docs: "https://vueuse.org/shared/watchAtMost/",
|
|
1873
1899
|
category: "Watch",
|
|
1874
1900
|
description: "`watch` with the number of times triggered"
|
|
@@ -1876,7 +1902,7 @@ var functions$1 = [
|
|
|
1876
1902
|
{
|
|
1877
1903
|
name: "watchDebounced",
|
|
1878
1904
|
"package": "shared",
|
|
1879
|
-
lastUpdated:
|
|
1905
|
+
lastUpdated: 1655390134000,
|
|
1880
1906
|
docs: "https://vueuse.org/shared/watchDebounced/",
|
|
1881
1907
|
category: "Watch",
|
|
1882
1908
|
description: "debounced watch",
|
|
@@ -1887,7 +1913,7 @@ var functions$1 = [
|
|
|
1887
1913
|
{
|
|
1888
1914
|
name: "watchIgnorable",
|
|
1889
1915
|
"package": "shared",
|
|
1890
|
-
lastUpdated:
|
|
1916
|
+
lastUpdated: 1655390134000,
|
|
1891
1917
|
docs: "https://vueuse.org/shared/watchIgnorable/",
|
|
1892
1918
|
category: "Watch",
|
|
1893
1919
|
description: "ignorable watch",
|
|
@@ -1898,7 +1924,7 @@ var functions$1 = [
|
|
|
1898
1924
|
{
|
|
1899
1925
|
name: "watchOnce",
|
|
1900
1926
|
"package": "shared",
|
|
1901
|
-
lastUpdated:
|
|
1927
|
+
lastUpdated: 1655390134000,
|
|
1902
1928
|
docs: "https://vueuse.org/shared/watchOnce/",
|
|
1903
1929
|
category: "Watch",
|
|
1904
1930
|
description: "`watch` that only triggers once"
|
|
@@ -1906,7 +1932,7 @@ var functions$1 = [
|
|
|
1906
1932
|
{
|
|
1907
1933
|
name: "watchPausable",
|
|
1908
1934
|
"package": "shared",
|
|
1909
|
-
lastUpdated:
|
|
1935
|
+
lastUpdated: 1655390134000,
|
|
1910
1936
|
docs: "https://vueuse.org/shared/watchPausable/",
|
|
1911
1937
|
category: "Watch",
|
|
1912
1938
|
description: "pausable watch",
|
|
@@ -1917,7 +1943,7 @@ var functions$1 = [
|
|
|
1917
1943
|
{
|
|
1918
1944
|
name: "watchThrottled",
|
|
1919
1945
|
"package": "shared",
|
|
1920
|
-
lastUpdated:
|
|
1946
|
+
lastUpdated: 1655390134000,
|
|
1921
1947
|
docs: "https://vueuse.org/shared/watchThrottled/",
|
|
1922
1948
|
category: "Watch",
|
|
1923
1949
|
description: "throttled watch",
|
|
@@ -1928,7 +1954,7 @@ var functions$1 = [
|
|
|
1928
1954
|
{
|
|
1929
1955
|
name: "watchWithFilter",
|
|
1930
1956
|
"package": "shared",
|
|
1931
|
-
lastUpdated:
|
|
1957
|
+
lastUpdated: 1655390134000,
|
|
1932
1958
|
docs: "https://vueuse.org/shared/watchWithFilter/",
|
|
1933
1959
|
category: "Watch",
|
|
1934
1960
|
description: "`watch` with additional EventFilter control"
|
package/package.json
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vueuse/metadata",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.7.1",
|
|
4
4
|
"description": "Metadata for VueUse functions",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"vue",
|
|
7
|
-
"vue-use"
|
|
8
|
-
],
|
|
9
|
-
"license": "MIT",
|
|
10
5
|
"author": "Anthony Fu <https://github.com/antfu>",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"funding": "https://github.com/sponsors/antfu",
|
|
8
|
+
"homepage": "https://github.com/vueuse/vueuse/tree/main/packages/metadata#readme",
|
|
11
9
|
"repository": {
|
|
12
10
|
"type": "git",
|
|
13
11
|
"url": "git+https://github.com/vueuse/vueuse.git",
|
|
14
12
|
"directory": "packages/metadata"
|
|
15
13
|
},
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
"
|
|
14
|
+
"bugs": {
|
|
15
|
+
"url": "https://github.com/vueuse/vueuse/issues"
|
|
16
|
+
},
|
|
17
|
+
"keywords": [
|
|
18
|
+
"vue",
|
|
19
|
+
"vue-use"
|
|
20
|
+
],
|
|
21
|
+
"sideEffects": false,
|
|
20
22
|
"exports": {
|
|
21
23
|
".": {
|
|
22
|
-
"
|
|
24
|
+
"types": "./index.d.ts",
|
|
23
25
|
"require": "./index.cjs",
|
|
24
|
-
"
|
|
26
|
+
"import": "./index.mjs"
|
|
25
27
|
},
|
|
26
28
|
"./*": "./*"
|
|
27
29
|
},
|
|
30
|
+
"main": "./index.cjs",
|
|
31
|
+
"module": "./index.mjs",
|
|
32
|
+
"types": "./index.d.ts",
|
|
28
33
|
"files": [
|
|
29
34
|
"index.*"
|
|
30
35
|
],
|
|
31
|
-
"sideEffects": false,
|
|
32
36
|
"scripts": {
|
|
33
37
|
"update": "esno scripts/update.ts"
|
|
34
|
-
}
|
|
35
|
-
"bugs": {
|
|
36
|
-
"url": "https://github.com/vueuse/vueuse/issues"
|
|
37
|
-
},
|
|
38
|
-
"homepage": "https://github.com/vueuse/vueuse/tree/main/packages/metadata#readme"
|
|
38
|
+
}
|
|
39
39
|
}
|