@vueuse/metadata 8.6.0 → 8.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.
Files changed (4) hide show
  1. package/index.cjs +31 -22
  2. package/index.json +31 -22
  3. package/index.mjs +31 -22
  4. package/package.json +3 -3
package/index.cjs CHANGED
@@ -331,7 +331,7 @@ var functions$1 = [
331
331
  {
332
332
  name: "onClickOutside",
333
333
  "package": "core",
334
- lastUpdated: 1651595373000,
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: 1652671256000,
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: 1648316956000,
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: 1647329736000,
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: 1639818708000,
584
+ lastUpdated: 1655391355000,
585
585
  docs: "https://vueuse.org/shared/until/",
586
586
  category: "Watch",
587
587
  description: "promised one-time watch for changes"
@@ -999,7 +999,7 @@ var functions$1 = [
999
999
  {
1000
1000
  name: "useFetch",
1001
1001
  "package": "core",
1002
- lastUpdated: 1652671302000,
1002
+ lastUpdated: 1655284505000,
1003
1003
  docs: "https://vueuse.org/core/useFetch/",
1004
1004
  category: "Network",
1005
1005
  description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
@@ -1015,7 +1015,7 @@ var functions$1 = [
1015
1015
  {
1016
1016
  name: "useFirestore",
1017
1017
  "package": "firebase",
1018
- lastUpdated: 1651597361000,
1018
+ lastUpdated: 1655284952000,
1019
1019
  docs: "https://vueuse.org/firebase/useFirestore/",
1020
1020
  category: "@Firebase",
1021
1021
  description: "reactive [Firestore](https://firebase.google.com/docs/firestore) binding"
@@ -1103,6 +1103,15 @@ var functions$1 = [
1103
1103
  category: "Sensors",
1104
1104
  description: "tracks whether the user is being inactive"
1105
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
+ },
1106
1115
  {
1107
1116
  name: "useInfiniteScroll",
1108
1117
  "package": "core",
@@ -1132,7 +1141,7 @@ var functions$1 = [
1132
1141
  {
1133
1142
  name: "useIntervalFn",
1134
1143
  "package": "shared",
1135
- lastUpdated: 1653324895000,
1144
+ lastUpdated: 1655390255000,
1136
1145
  docs: "https://vueuse.org/shared/useIntervalFn/",
1137
1146
  category: "Animation",
1138
1147
  description: "wrapper for `setInterval` with controls"
@@ -1196,7 +1205,7 @@ var functions$1 = [
1196
1205
  {
1197
1206
  name: "useMagicKeys",
1198
1207
  "package": "core",
1199
- lastUpdated: 1648221737000,
1208
+ lastUpdated: 1654170563000,
1200
1209
  docs: "https://vueuse.org/core/useMagicKeys/",
1201
1210
  category: "Sensors",
1202
1211
  description: "reactive keys pressed state"
@@ -1468,7 +1477,7 @@ var functions$1 = [
1468
1477
  {
1469
1478
  name: "useResizeObserver",
1470
1479
  "package": "core",
1471
- lastUpdated: 1647220329000,
1480
+ lastUpdated: 1655284952000,
1472
1481
  docs: "https://vueuse.org/core/useResizeObserver/",
1473
1482
  category: "Elements",
1474
1483
  description: "reports changes to the dimensions of an Element's content or the border-box"
@@ -1532,7 +1541,7 @@ var functions$1 = [
1532
1541
  {
1533
1542
  name: "useScroll",
1534
1543
  "package": "core",
1535
- lastUpdated: 1639818708000,
1544
+ lastUpdated: 1655390158000,
1536
1545
  directive: true,
1537
1546
  docs: "https://vueuse.org/core/useScroll/",
1538
1547
  category: "Sensors",
@@ -1700,7 +1709,7 @@ var functions$1 = [
1700
1709
  {
1701
1710
  name: "useTimeoutFn",
1702
1711
  "package": "shared",
1703
- lastUpdated: 1642756441000,
1712
+ lastUpdated: 1655284952000,
1704
1713
  docs: "https://vueuse.org/shared/useTimeoutFn/",
1705
1714
  category: "Animation",
1706
1715
  description: "wrapper for `setTimeout` with controls"
@@ -1749,7 +1758,7 @@ var functions$1 = [
1749
1758
  {
1750
1759
  name: "useUrlSearchParams",
1751
1760
  "package": "core",
1752
- lastUpdated: 1652671269000,
1761
+ lastUpdated: 1655390581000,
1753
1762
  docs: "https://vueuse.org/core/useUrlSearchParams/",
1754
1763
  category: "Browser",
1755
1764
  description: "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
@@ -1793,7 +1802,7 @@ var functions$1 = [
1793
1802
  {
1794
1803
  name: "useVModels",
1795
1804
  "package": "core",
1796
- lastUpdated: 1651596668000,
1805
+ lastUpdated: 1655284952000,
1797
1806
  docs: "https://vueuse.org/core/useVModels/",
1798
1807
  category: "Component",
1799
1808
  description: "shorthand for props v-model binding"
@@ -1833,7 +1842,7 @@ var functions$1 = [
1833
1842
  {
1834
1843
  name: "useWebWorkerFn",
1835
1844
  "package": "core",
1836
- lastUpdated: 1639442454000,
1845
+ lastUpdated: 1655284952000,
1837
1846
  docs: "https://vueuse.org/core/useWebWorkerFn/",
1838
1847
  category: "Misc",
1839
1848
  description: "run expensive functions without blocking the UI"
@@ -1889,7 +1898,7 @@ var functions$1 = [
1889
1898
  {
1890
1899
  name: "watchAtMost",
1891
1900
  "package": "shared",
1892
- lastUpdated: 1643036457000,
1901
+ lastUpdated: 1655390134000,
1893
1902
  docs: "https://vueuse.org/shared/watchAtMost/",
1894
1903
  category: "Watch",
1895
1904
  description: "`watch` with the number of times triggered"
@@ -1897,7 +1906,7 @@ var functions$1 = [
1897
1906
  {
1898
1907
  name: "watchDebounced",
1899
1908
  "package": "shared",
1900
- lastUpdated: 1652047454000,
1909
+ lastUpdated: 1655390134000,
1901
1910
  docs: "https://vueuse.org/shared/watchDebounced/",
1902
1911
  category: "Watch",
1903
1912
  description: "debounced watch",
@@ -1908,7 +1917,7 @@ var functions$1 = [
1908
1917
  {
1909
1918
  name: "watchIgnorable",
1910
1919
  "package": "shared",
1911
- lastUpdated: 1646036662000,
1920
+ lastUpdated: 1655390134000,
1912
1921
  docs: "https://vueuse.org/shared/watchIgnorable/",
1913
1922
  category: "Watch",
1914
1923
  description: "ignorable watch",
@@ -1919,7 +1928,7 @@ var functions$1 = [
1919
1928
  {
1920
1929
  name: "watchOnce",
1921
1930
  "package": "shared",
1922
- lastUpdated: 1643036457000,
1931
+ lastUpdated: 1655390134000,
1923
1932
  docs: "https://vueuse.org/shared/watchOnce/",
1924
1933
  category: "Watch",
1925
1934
  description: "`watch` that only triggers once"
@@ -1927,7 +1936,7 @@ var functions$1 = [
1927
1936
  {
1928
1937
  name: "watchPausable",
1929
1938
  "package": "shared",
1930
- lastUpdated: 1645958231000,
1939
+ lastUpdated: 1655390134000,
1931
1940
  docs: "https://vueuse.org/shared/watchPausable/",
1932
1941
  category: "Watch",
1933
1942
  description: "pausable watch",
@@ -1938,7 +1947,7 @@ var functions$1 = [
1938
1947
  {
1939
1948
  name: "watchThrottled",
1940
1949
  "package": "shared",
1941
- lastUpdated: 1646036722000,
1950
+ lastUpdated: 1655390134000,
1942
1951
  docs: "https://vueuse.org/shared/watchThrottled/",
1943
1952
  category: "Watch",
1944
1953
  description: "throttled watch",
@@ -1949,7 +1958,7 @@ var functions$1 = [
1949
1958
  {
1950
1959
  name: "watchWithFilter",
1951
1960
  "package": "shared",
1952
- lastUpdated: 1639818708000,
1961
+ lastUpdated: 1655390134000,
1953
1962
  docs: "https://vueuse.org/shared/watchWithFilter/",
1954
1963
  category: "Watch",
1955
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": 1651595373000,
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": 1652671256000,
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": 1648316956000,
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": 1647329736000,
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": 1639818708000,
581
+ "lastUpdated": 1655391355000,
582
582
  "docs": "https://vueuse.org/shared/until/",
583
583
  "category": "Watch",
584
584
  "description": "promised one-time watch for changes"
@@ -996,7 +996,7 @@
996
996
  {
997
997
  "name": "useFetch",
998
998
  "package": "core",
999
- "lastUpdated": 1652671302000,
999
+ "lastUpdated": 1655284505000,
1000
1000
  "docs": "https://vueuse.org/core/useFetch/",
1001
1001
  "category": "Network",
1002
1002
  "description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
@@ -1012,7 +1012,7 @@
1012
1012
  {
1013
1013
  "name": "useFirestore",
1014
1014
  "package": "firebase",
1015
- "lastUpdated": 1651597361000,
1015
+ "lastUpdated": 1655284952000,
1016
1016
  "docs": "https://vueuse.org/firebase/useFirestore/",
1017
1017
  "category": "@Firebase",
1018
1018
  "description": "reactive [Firestore](https://firebase.google.com/docs/firestore) binding"
@@ -1100,6 +1100,15 @@
1100
1100
  "category": "Sensors",
1101
1101
  "description": "tracks whether the user is being inactive"
1102
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
+ },
1103
1112
  {
1104
1113
  "name": "useInfiniteScroll",
1105
1114
  "package": "core",
@@ -1129,7 +1138,7 @@
1129
1138
  {
1130
1139
  "name": "useIntervalFn",
1131
1140
  "package": "shared",
1132
- "lastUpdated": 1653324895000,
1141
+ "lastUpdated": 1655390255000,
1133
1142
  "docs": "https://vueuse.org/shared/useIntervalFn/",
1134
1143
  "category": "Animation",
1135
1144
  "description": "wrapper for `setInterval` with controls"
@@ -1193,7 +1202,7 @@
1193
1202
  {
1194
1203
  "name": "useMagicKeys",
1195
1204
  "package": "core",
1196
- "lastUpdated": 1648221737000,
1205
+ "lastUpdated": 1654170563000,
1197
1206
  "docs": "https://vueuse.org/core/useMagicKeys/",
1198
1207
  "category": "Sensors",
1199
1208
  "description": "reactive keys pressed state"
@@ -1465,7 +1474,7 @@
1465
1474
  {
1466
1475
  "name": "useResizeObserver",
1467
1476
  "package": "core",
1468
- "lastUpdated": 1647220329000,
1477
+ "lastUpdated": 1655284952000,
1469
1478
  "docs": "https://vueuse.org/core/useResizeObserver/",
1470
1479
  "category": "Elements",
1471
1480
  "description": "reports changes to the dimensions of an Element's content or the border-box"
@@ -1529,7 +1538,7 @@
1529
1538
  {
1530
1539
  "name": "useScroll",
1531
1540
  "package": "core",
1532
- "lastUpdated": 1639818708000,
1541
+ "lastUpdated": 1655390158000,
1533
1542
  "directive": true,
1534
1543
  "docs": "https://vueuse.org/core/useScroll/",
1535
1544
  "category": "Sensors",
@@ -1697,7 +1706,7 @@
1697
1706
  {
1698
1707
  "name": "useTimeoutFn",
1699
1708
  "package": "shared",
1700
- "lastUpdated": 1642756441000,
1709
+ "lastUpdated": 1655284952000,
1701
1710
  "docs": "https://vueuse.org/shared/useTimeoutFn/",
1702
1711
  "category": "Animation",
1703
1712
  "description": "wrapper for `setTimeout` with controls"
@@ -1746,7 +1755,7 @@
1746
1755
  {
1747
1756
  "name": "useUrlSearchParams",
1748
1757
  "package": "core",
1749
- "lastUpdated": 1652671269000,
1758
+ "lastUpdated": 1655390581000,
1750
1759
  "docs": "https://vueuse.org/core/useUrlSearchParams/",
1751
1760
  "category": "Browser",
1752
1761
  "description": "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
@@ -1790,7 +1799,7 @@
1790
1799
  {
1791
1800
  "name": "useVModels",
1792
1801
  "package": "core",
1793
- "lastUpdated": 1651596668000,
1802
+ "lastUpdated": 1655284952000,
1794
1803
  "docs": "https://vueuse.org/core/useVModels/",
1795
1804
  "category": "Component",
1796
1805
  "description": "shorthand for props v-model binding"
@@ -1830,7 +1839,7 @@
1830
1839
  {
1831
1840
  "name": "useWebWorkerFn",
1832
1841
  "package": "core",
1833
- "lastUpdated": 1639442454000,
1842
+ "lastUpdated": 1655284952000,
1834
1843
  "docs": "https://vueuse.org/core/useWebWorkerFn/",
1835
1844
  "category": "Misc",
1836
1845
  "description": "run expensive functions without blocking the UI"
@@ -1886,7 +1895,7 @@
1886
1895
  {
1887
1896
  "name": "watchAtMost",
1888
1897
  "package": "shared",
1889
- "lastUpdated": 1643036457000,
1898
+ "lastUpdated": 1655390134000,
1890
1899
  "docs": "https://vueuse.org/shared/watchAtMost/",
1891
1900
  "category": "Watch",
1892
1901
  "description": "`watch` with the number of times triggered"
@@ -1894,7 +1903,7 @@
1894
1903
  {
1895
1904
  "name": "watchDebounced",
1896
1905
  "package": "shared",
1897
- "lastUpdated": 1652047454000,
1906
+ "lastUpdated": 1655390134000,
1898
1907
  "docs": "https://vueuse.org/shared/watchDebounced/",
1899
1908
  "category": "Watch",
1900
1909
  "description": "debounced watch",
@@ -1905,7 +1914,7 @@
1905
1914
  {
1906
1915
  "name": "watchIgnorable",
1907
1916
  "package": "shared",
1908
- "lastUpdated": 1646036662000,
1917
+ "lastUpdated": 1655390134000,
1909
1918
  "docs": "https://vueuse.org/shared/watchIgnorable/",
1910
1919
  "category": "Watch",
1911
1920
  "description": "ignorable watch",
@@ -1916,7 +1925,7 @@
1916
1925
  {
1917
1926
  "name": "watchOnce",
1918
1927
  "package": "shared",
1919
- "lastUpdated": 1643036457000,
1928
+ "lastUpdated": 1655390134000,
1920
1929
  "docs": "https://vueuse.org/shared/watchOnce/",
1921
1930
  "category": "Watch",
1922
1931
  "description": "`watch` that only triggers once"
@@ -1924,7 +1933,7 @@
1924
1933
  {
1925
1934
  "name": "watchPausable",
1926
1935
  "package": "shared",
1927
- "lastUpdated": 1645958231000,
1936
+ "lastUpdated": 1655390134000,
1928
1937
  "docs": "https://vueuse.org/shared/watchPausable/",
1929
1938
  "category": "Watch",
1930
1939
  "description": "pausable watch",
@@ -1935,7 +1944,7 @@
1935
1944
  {
1936
1945
  "name": "watchThrottled",
1937
1946
  "package": "shared",
1938
- "lastUpdated": 1646036722000,
1947
+ "lastUpdated": 1655390134000,
1939
1948
  "docs": "https://vueuse.org/shared/watchThrottled/",
1940
1949
  "category": "Watch",
1941
1950
  "description": "throttled watch",
@@ -1946,7 +1955,7 @@
1946
1955
  {
1947
1956
  "name": "watchWithFilter",
1948
1957
  "package": "shared",
1949
- "lastUpdated": 1639818708000,
1958
+ "lastUpdated": 1655390134000,
1950
1959
  "docs": "https://vueuse.org/shared/watchWithFilter/",
1951
1960
  "category": "Watch",
1952
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: 1651595373000,
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: 1652671256000,
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: 1648316956000,
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: 1647329736000,
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: 1639818708000,
580
+ lastUpdated: 1655391355000,
581
581
  docs: "https://vueuse.org/shared/until/",
582
582
  category: "Watch",
583
583
  description: "promised one-time watch for changes"
@@ -995,7 +995,7 @@ var functions$1 = [
995
995
  {
996
996
  name: "useFetch",
997
997
  "package": "core",
998
- lastUpdated: 1652671302000,
998
+ lastUpdated: 1655284505000,
999
999
  docs: "https://vueuse.org/core/useFetch/",
1000
1000
  category: "Network",
1001
1001
  description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
@@ -1011,7 +1011,7 @@ var functions$1 = [
1011
1011
  {
1012
1012
  name: "useFirestore",
1013
1013
  "package": "firebase",
1014
- lastUpdated: 1651597361000,
1014
+ lastUpdated: 1655284952000,
1015
1015
  docs: "https://vueuse.org/firebase/useFirestore/",
1016
1016
  category: "@Firebase",
1017
1017
  description: "reactive [Firestore](https://firebase.google.com/docs/firestore) binding"
@@ -1099,6 +1099,15 @@ var functions$1 = [
1099
1099
  category: "Sensors",
1100
1100
  description: "tracks whether the user is being inactive"
1101
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
+ },
1102
1111
  {
1103
1112
  name: "useInfiniteScroll",
1104
1113
  "package": "core",
@@ -1128,7 +1137,7 @@ var functions$1 = [
1128
1137
  {
1129
1138
  name: "useIntervalFn",
1130
1139
  "package": "shared",
1131
- lastUpdated: 1653324895000,
1140
+ lastUpdated: 1655390255000,
1132
1141
  docs: "https://vueuse.org/shared/useIntervalFn/",
1133
1142
  category: "Animation",
1134
1143
  description: "wrapper for `setInterval` with controls"
@@ -1192,7 +1201,7 @@ var functions$1 = [
1192
1201
  {
1193
1202
  name: "useMagicKeys",
1194
1203
  "package": "core",
1195
- lastUpdated: 1648221737000,
1204
+ lastUpdated: 1654170563000,
1196
1205
  docs: "https://vueuse.org/core/useMagicKeys/",
1197
1206
  category: "Sensors",
1198
1207
  description: "reactive keys pressed state"
@@ -1464,7 +1473,7 @@ var functions$1 = [
1464
1473
  {
1465
1474
  name: "useResizeObserver",
1466
1475
  "package": "core",
1467
- lastUpdated: 1647220329000,
1476
+ lastUpdated: 1655284952000,
1468
1477
  docs: "https://vueuse.org/core/useResizeObserver/",
1469
1478
  category: "Elements",
1470
1479
  description: "reports changes to the dimensions of an Element's content or the border-box"
@@ -1528,7 +1537,7 @@ var functions$1 = [
1528
1537
  {
1529
1538
  name: "useScroll",
1530
1539
  "package": "core",
1531
- lastUpdated: 1639818708000,
1540
+ lastUpdated: 1655390158000,
1532
1541
  directive: true,
1533
1542
  docs: "https://vueuse.org/core/useScroll/",
1534
1543
  category: "Sensors",
@@ -1696,7 +1705,7 @@ var functions$1 = [
1696
1705
  {
1697
1706
  name: "useTimeoutFn",
1698
1707
  "package": "shared",
1699
- lastUpdated: 1642756441000,
1708
+ lastUpdated: 1655284952000,
1700
1709
  docs: "https://vueuse.org/shared/useTimeoutFn/",
1701
1710
  category: "Animation",
1702
1711
  description: "wrapper for `setTimeout` with controls"
@@ -1745,7 +1754,7 @@ var functions$1 = [
1745
1754
  {
1746
1755
  name: "useUrlSearchParams",
1747
1756
  "package": "core",
1748
- lastUpdated: 1652671269000,
1757
+ lastUpdated: 1655390581000,
1749
1758
  docs: "https://vueuse.org/core/useUrlSearchParams/",
1750
1759
  category: "Browser",
1751
1760
  description: "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
@@ -1789,7 +1798,7 @@ var functions$1 = [
1789
1798
  {
1790
1799
  name: "useVModels",
1791
1800
  "package": "core",
1792
- lastUpdated: 1651596668000,
1801
+ lastUpdated: 1655284952000,
1793
1802
  docs: "https://vueuse.org/core/useVModels/",
1794
1803
  category: "Component",
1795
1804
  description: "shorthand for props v-model binding"
@@ -1829,7 +1838,7 @@ var functions$1 = [
1829
1838
  {
1830
1839
  name: "useWebWorkerFn",
1831
1840
  "package": "core",
1832
- lastUpdated: 1639442454000,
1841
+ lastUpdated: 1655284952000,
1833
1842
  docs: "https://vueuse.org/core/useWebWorkerFn/",
1834
1843
  category: "Misc",
1835
1844
  description: "run expensive functions without blocking the UI"
@@ -1885,7 +1894,7 @@ var functions$1 = [
1885
1894
  {
1886
1895
  name: "watchAtMost",
1887
1896
  "package": "shared",
1888
- lastUpdated: 1643036457000,
1897
+ lastUpdated: 1655390134000,
1889
1898
  docs: "https://vueuse.org/shared/watchAtMost/",
1890
1899
  category: "Watch",
1891
1900
  description: "`watch` with the number of times triggered"
@@ -1893,7 +1902,7 @@ var functions$1 = [
1893
1902
  {
1894
1903
  name: "watchDebounced",
1895
1904
  "package": "shared",
1896
- lastUpdated: 1652047454000,
1905
+ lastUpdated: 1655390134000,
1897
1906
  docs: "https://vueuse.org/shared/watchDebounced/",
1898
1907
  category: "Watch",
1899
1908
  description: "debounced watch",
@@ -1904,7 +1913,7 @@ var functions$1 = [
1904
1913
  {
1905
1914
  name: "watchIgnorable",
1906
1915
  "package": "shared",
1907
- lastUpdated: 1646036662000,
1916
+ lastUpdated: 1655390134000,
1908
1917
  docs: "https://vueuse.org/shared/watchIgnorable/",
1909
1918
  category: "Watch",
1910
1919
  description: "ignorable watch",
@@ -1915,7 +1924,7 @@ var functions$1 = [
1915
1924
  {
1916
1925
  name: "watchOnce",
1917
1926
  "package": "shared",
1918
- lastUpdated: 1643036457000,
1927
+ lastUpdated: 1655390134000,
1919
1928
  docs: "https://vueuse.org/shared/watchOnce/",
1920
1929
  category: "Watch",
1921
1930
  description: "`watch` that only triggers once"
@@ -1923,7 +1932,7 @@ var functions$1 = [
1923
1932
  {
1924
1933
  name: "watchPausable",
1925
1934
  "package": "shared",
1926
- lastUpdated: 1645958231000,
1935
+ lastUpdated: 1655390134000,
1927
1936
  docs: "https://vueuse.org/shared/watchPausable/",
1928
1937
  category: "Watch",
1929
1938
  description: "pausable watch",
@@ -1934,7 +1943,7 @@ var functions$1 = [
1934
1943
  {
1935
1944
  name: "watchThrottled",
1936
1945
  "package": "shared",
1937
- lastUpdated: 1646036722000,
1946
+ lastUpdated: 1655390134000,
1938
1947
  docs: "https://vueuse.org/shared/watchThrottled/",
1939
1948
  category: "Watch",
1940
1949
  description: "throttled watch",
@@ -1945,7 +1954,7 @@ var functions$1 = [
1945
1954
  {
1946
1955
  name: "watchWithFilter",
1947
1956
  "package": "shared",
1948
- lastUpdated: 1639818708000,
1957
+ lastUpdated: 1655390134000,
1949
1958
  docs: "https://vueuse.org/shared/watchWithFilter/",
1950
1959
  category: "Watch",
1951
1960
  description: "`watch` with additional EventFilter control"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueuse/metadata",
3
- "version": "8.6.0",
3
+ "version": "8.7.0",
4
4
  "description": "Metadata for VueUse functions",
5
5
  "author": "Anthony Fu <https://github.com/antfu>",
6
6
  "license": "MIT",
@@ -22,8 +22,8 @@
22
22
  "exports": {
23
23
  ".": {
24
24
  "types": "./index.d.ts",
25
- "import": "./index.mjs",
26
- "require": "./index.cjs"
25
+ "require": "./index.cjs",
26
+ "import": "./index.mjs"
27
27
  },
28
28
  "./*": "./*"
29
29
  },