@vueuse/metadata 8.2.3 → 8.2.6

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 +16 -16
  2. package/index.json +16 -16
  3. package/index.mjs +16 -16
  4. package/package.json +1 -1
package/index.cjs CHANGED
@@ -613,7 +613,7 @@ var functions$1 = [
613
613
  {
614
614
  name: "useAxios",
615
615
  "package": "integrations",
616
- lastUpdated: 1648362823000,
616
+ lastUpdated: 1649251191000,
617
617
  docs: "https://vueuse.org/integrations/useAxios/",
618
618
  category: "@Integrations",
619
619
  description: "wrapper for [`axios`](https://github.com/axios/axios)"
@@ -763,7 +763,7 @@ var functions$1 = [
763
763
  {
764
764
  name: "useDateFormat",
765
765
  "package": "shared",
766
- lastUpdated: 1646467330000,
766
+ lastUpdated: 1649931963000,
767
767
  docs: "https://vueuse.org/shared/useDateFormat/",
768
768
  category: "Utilities",
769
769
  description: "get the formatted date according to the string of tokens passed in"
@@ -827,7 +827,7 @@ var functions$1 = [
827
827
  {
828
828
  name: "useDisplayMedia",
829
829
  "package": "core",
830
- lastUpdated: 1639818708000,
830
+ lastUpdated: 1649251191000,
831
831
  docs: "https://vueuse.org/core/useDisplayMedia/",
832
832
  category: "Sensors",
833
833
  description: "reactive [`mediaDevices.getDisplayMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia) streaming",
@@ -864,7 +864,7 @@ var functions$1 = [
864
864
  {
865
865
  name: "useElementBounding",
866
866
  "package": "core",
867
- lastUpdated: 1644734103000,
867
+ lastUpdated: 1649003456000,
868
868
  component: true,
869
869
  docs: "https://vueuse.org/core/useElementBounding/",
870
870
  category: "Elements",
@@ -965,7 +965,7 @@ var functions$1 = [
965
965
  {
966
966
  name: "useFetch",
967
967
  "package": "core",
968
- lastUpdated: 1647220338000,
968
+ lastUpdated: 1649003571000,
969
969
  docs: "https://vueuse.org/core/useFetch/",
970
970
  category: "Network",
971
971
  description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
@@ -1178,7 +1178,7 @@ var functions$1 = [
1178
1178
  {
1179
1179
  name: "useMediaControls",
1180
1180
  "package": "core",
1181
- lastUpdated: 1646036662000,
1181
+ lastUpdated: 1649251191000,
1182
1182
  docs: "https://vueuse.org/core/useMediaControls/",
1183
1183
  category: "Browser",
1184
1184
  description: "reactive media controls for both `audio` and `video` elements"
@@ -1300,7 +1300,7 @@ var functions$1 = [
1300
1300
  {
1301
1301
  name: "useNProgress",
1302
1302
  "package": "integrations",
1303
- lastUpdated: 1639818708000,
1303
+ lastUpdated: 1649678843000,
1304
1304
  docs: "https://vueuse.org/integrations/useNProgress/",
1305
1305
  category: "@Integrations",
1306
1306
  description: "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)"
@@ -1450,7 +1450,7 @@ var functions$1 = [
1450
1450
  {
1451
1451
  name: "useRouteQuery",
1452
1452
  "package": "router",
1453
- lastUpdated: 1639442454000,
1453
+ lastUpdated: 1649931974000,
1454
1454
  docs: "https://vueuse.org/router/useRouteQuery/",
1455
1455
  category: "@Router",
1456
1456
  description: "shorthand for reactive route.query"
@@ -1492,7 +1492,7 @@ var functions$1 = [
1492
1492
  {
1493
1493
  name: "useScrollLock",
1494
1494
  "package": "core",
1495
- lastUpdated: 1646237369000,
1495
+ lastUpdated: 1649251191000,
1496
1496
  directive: true,
1497
1497
  docs: "https://vueuse.org/core/useScrollLock/",
1498
1498
  category: "Sensors",
@@ -1547,7 +1547,7 @@ var functions$1 = [
1547
1547
  {
1548
1548
  name: "useStorage",
1549
1549
  "package": "core",
1550
- lastUpdated: 1648706413000,
1550
+ lastUpdated: 1649003494000,
1551
1551
  docs: "https://vueuse.org/core/useStorage/",
1552
1552
  category: "State",
1553
1553
  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)",
@@ -1692,7 +1692,7 @@ var functions$1 = [
1692
1692
  {
1693
1693
  name: "useTransition",
1694
1694
  "package": "core",
1695
- lastUpdated: 1642756441000,
1695
+ lastUpdated: 1649251191000,
1696
1696
  docs: "https://vueuse.org/core/useTransition/",
1697
1697
  category: "Animation",
1698
1698
  description: "transition between values"
@@ -1736,7 +1736,7 @@ var functions$1 = [
1736
1736
  {
1737
1737
  name: "useVModel",
1738
1738
  "package": "core",
1739
- lastUpdated: 1639442454000,
1739
+ lastUpdated: 1649251191000,
1740
1740
  docs: "https://vueuse.org/core/useVModel/",
1741
1741
  category: "Component",
1742
1742
  description: "shorthand for v-model binding"
@@ -1752,7 +1752,7 @@ var functions$1 = [
1752
1752
  {
1753
1753
  name: "useWakeLock",
1754
1754
  "package": "core",
1755
- lastUpdated: 1640682127000,
1755
+ lastUpdated: 1649251191000,
1756
1756
  docs: "https://vueuse.org/core/useWakeLock/",
1757
1757
  category: "Browser",
1758
1758
  description: "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API) provides a way to prevent devices from dimming or locking the screen when an application needs to keep running"
@@ -1768,7 +1768,7 @@ var functions$1 = [
1768
1768
  {
1769
1769
  name: "useWebSocket",
1770
1770
  "package": "core",
1771
- lastUpdated: 1647674451000,
1771
+ lastUpdated: 1649251191000,
1772
1772
  docs: "https://vueuse.org/core/useWebSocket/",
1773
1773
  category: "Network",
1774
1774
  description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
@@ -1834,7 +1834,7 @@ var functions$1 = [
1834
1834
  {
1835
1835
  name: "utils",
1836
1836
  "package": "shared",
1837
- lastUpdated: 1647335923000,
1837
+ lastUpdated: 1649251191000,
1838
1838
  internal: true
1839
1839
  },
1840
1840
  {
@@ -1908,7 +1908,7 @@ var functions$1 = [
1908
1908
  {
1909
1909
  name: "whenever",
1910
1910
  "package": "shared",
1911
- lastUpdated: 1644664454000,
1911
+ lastUpdated: 1649251191000,
1912
1912
  docs: "https://vueuse.org/shared/whenever/",
1913
1913
  category: "Watch",
1914
1914
  description: "shorthand for watching value to be truthy"
package/index.json CHANGED
@@ -610,7 +610,7 @@
610
610
  {
611
611
  "name": "useAxios",
612
612
  "package": "integrations",
613
- "lastUpdated": 1648362823000,
613
+ "lastUpdated": 1649251191000,
614
614
  "docs": "https://vueuse.org/integrations/useAxios/",
615
615
  "category": "@Integrations",
616
616
  "description": "wrapper for [`axios`](https://github.com/axios/axios)"
@@ -760,7 +760,7 @@
760
760
  {
761
761
  "name": "useDateFormat",
762
762
  "package": "shared",
763
- "lastUpdated": 1646467330000,
763
+ "lastUpdated": 1649931963000,
764
764
  "docs": "https://vueuse.org/shared/useDateFormat/",
765
765
  "category": "Utilities",
766
766
  "description": "get the formatted date according to the string of tokens passed in"
@@ -824,7 +824,7 @@
824
824
  {
825
825
  "name": "useDisplayMedia",
826
826
  "package": "core",
827
- "lastUpdated": 1639818708000,
827
+ "lastUpdated": 1649251191000,
828
828
  "docs": "https://vueuse.org/core/useDisplayMedia/",
829
829
  "category": "Sensors",
830
830
  "description": "reactive [`mediaDevices.getDisplayMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia) streaming",
@@ -861,7 +861,7 @@
861
861
  {
862
862
  "name": "useElementBounding",
863
863
  "package": "core",
864
- "lastUpdated": 1644734103000,
864
+ "lastUpdated": 1649003456000,
865
865
  "component": true,
866
866
  "docs": "https://vueuse.org/core/useElementBounding/",
867
867
  "category": "Elements",
@@ -962,7 +962,7 @@
962
962
  {
963
963
  "name": "useFetch",
964
964
  "package": "core",
965
- "lastUpdated": 1647220338000,
965
+ "lastUpdated": 1649003571000,
966
966
  "docs": "https://vueuse.org/core/useFetch/",
967
967
  "category": "Network",
968
968
  "description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
@@ -1175,7 +1175,7 @@
1175
1175
  {
1176
1176
  "name": "useMediaControls",
1177
1177
  "package": "core",
1178
- "lastUpdated": 1646036662000,
1178
+ "lastUpdated": 1649251191000,
1179
1179
  "docs": "https://vueuse.org/core/useMediaControls/",
1180
1180
  "category": "Browser",
1181
1181
  "description": "reactive media controls for both `audio` and `video` elements"
@@ -1297,7 +1297,7 @@
1297
1297
  {
1298
1298
  "name": "useNProgress",
1299
1299
  "package": "integrations",
1300
- "lastUpdated": 1639818708000,
1300
+ "lastUpdated": 1649678843000,
1301
1301
  "docs": "https://vueuse.org/integrations/useNProgress/",
1302
1302
  "category": "@Integrations",
1303
1303
  "description": "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)"
@@ -1447,7 +1447,7 @@
1447
1447
  {
1448
1448
  "name": "useRouteQuery",
1449
1449
  "package": "router",
1450
- "lastUpdated": 1639442454000,
1450
+ "lastUpdated": 1649931974000,
1451
1451
  "docs": "https://vueuse.org/router/useRouteQuery/",
1452
1452
  "category": "@Router",
1453
1453
  "description": "shorthand for reactive route.query"
@@ -1489,7 +1489,7 @@
1489
1489
  {
1490
1490
  "name": "useScrollLock",
1491
1491
  "package": "core",
1492
- "lastUpdated": 1646237369000,
1492
+ "lastUpdated": 1649251191000,
1493
1493
  "directive": true,
1494
1494
  "docs": "https://vueuse.org/core/useScrollLock/",
1495
1495
  "category": "Sensors",
@@ -1544,7 +1544,7 @@
1544
1544
  {
1545
1545
  "name": "useStorage",
1546
1546
  "package": "core",
1547
- "lastUpdated": 1648706413000,
1547
+ "lastUpdated": 1649003494000,
1548
1548
  "docs": "https://vueuse.org/core/useStorage/",
1549
1549
  "category": "State",
1550
1550
  "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)",
@@ -1689,7 +1689,7 @@
1689
1689
  {
1690
1690
  "name": "useTransition",
1691
1691
  "package": "core",
1692
- "lastUpdated": 1642756441000,
1692
+ "lastUpdated": 1649251191000,
1693
1693
  "docs": "https://vueuse.org/core/useTransition/",
1694
1694
  "category": "Animation",
1695
1695
  "description": "transition between values"
@@ -1733,7 +1733,7 @@
1733
1733
  {
1734
1734
  "name": "useVModel",
1735
1735
  "package": "core",
1736
- "lastUpdated": 1639442454000,
1736
+ "lastUpdated": 1649251191000,
1737
1737
  "docs": "https://vueuse.org/core/useVModel/",
1738
1738
  "category": "Component",
1739
1739
  "description": "shorthand for v-model binding"
@@ -1749,7 +1749,7 @@
1749
1749
  {
1750
1750
  "name": "useWakeLock",
1751
1751
  "package": "core",
1752
- "lastUpdated": 1640682127000,
1752
+ "lastUpdated": 1649251191000,
1753
1753
  "docs": "https://vueuse.org/core/useWakeLock/",
1754
1754
  "category": "Browser",
1755
1755
  "description": "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API) provides a way to prevent devices from dimming or locking the screen when an application needs to keep running"
@@ -1765,7 +1765,7 @@
1765
1765
  {
1766
1766
  "name": "useWebSocket",
1767
1767
  "package": "core",
1768
- "lastUpdated": 1647674451000,
1768
+ "lastUpdated": 1649251191000,
1769
1769
  "docs": "https://vueuse.org/core/useWebSocket/",
1770
1770
  "category": "Network",
1771
1771
  "description": "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
@@ -1831,7 +1831,7 @@
1831
1831
  {
1832
1832
  "name": "utils",
1833
1833
  "package": "shared",
1834
- "lastUpdated": 1647335923000,
1834
+ "lastUpdated": 1649251191000,
1835
1835
  "internal": true
1836
1836
  },
1837
1837
  {
@@ -1905,7 +1905,7 @@
1905
1905
  {
1906
1906
  "name": "whenever",
1907
1907
  "package": "shared",
1908
- "lastUpdated": 1644664454000,
1908
+ "lastUpdated": 1649251191000,
1909
1909
  "docs": "https://vueuse.org/shared/whenever/",
1910
1910
  "category": "Watch",
1911
1911
  "description": "shorthand for watching value to be truthy"
package/index.mjs CHANGED
@@ -609,7 +609,7 @@ var functions$1 = [
609
609
  {
610
610
  name: "useAxios",
611
611
  "package": "integrations",
612
- lastUpdated: 1648362823000,
612
+ lastUpdated: 1649251191000,
613
613
  docs: "https://vueuse.org/integrations/useAxios/",
614
614
  category: "@Integrations",
615
615
  description: "wrapper for [`axios`](https://github.com/axios/axios)"
@@ -759,7 +759,7 @@ var functions$1 = [
759
759
  {
760
760
  name: "useDateFormat",
761
761
  "package": "shared",
762
- lastUpdated: 1646467330000,
762
+ lastUpdated: 1649931963000,
763
763
  docs: "https://vueuse.org/shared/useDateFormat/",
764
764
  category: "Utilities",
765
765
  description: "get the formatted date according to the string of tokens passed in"
@@ -823,7 +823,7 @@ var functions$1 = [
823
823
  {
824
824
  name: "useDisplayMedia",
825
825
  "package": "core",
826
- lastUpdated: 1639818708000,
826
+ lastUpdated: 1649251191000,
827
827
  docs: "https://vueuse.org/core/useDisplayMedia/",
828
828
  category: "Sensors",
829
829
  description: "reactive [`mediaDevices.getDisplayMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia) streaming",
@@ -860,7 +860,7 @@ var functions$1 = [
860
860
  {
861
861
  name: "useElementBounding",
862
862
  "package": "core",
863
- lastUpdated: 1644734103000,
863
+ lastUpdated: 1649003456000,
864
864
  component: true,
865
865
  docs: "https://vueuse.org/core/useElementBounding/",
866
866
  category: "Elements",
@@ -961,7 +961,7 @@ var functions$1 = [
961
961
  {
962
962
  name: "useFetch",
963
963
  "package": "core",
964
- lastUpdated: 1647220338000,
964
+ lastUpdated: 1649003571000,
965
965
  docs: "https://vueuse.org/core/useFetch/",
966
966
  category: "Network",
967
967
  description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
@@ -1174,7 +1174,7 @@ var functions$1 = [
1174
1174
  {
1175
1175
  name: "useMediaControls",
1176
1176
  "package": "core",
1177
- lastUpdated: 1646036662000,
1177
+ lastUpdated: 1649251191000,
1178
1178
  docs: "https://vueuse.org/core/useMediaControls/",
1179
1179
  category: "Browser",
1180
1180
  description: "reactive media controls for both `audio` and `video` elements"
@@ -1296,7 +1296,7 @@ var functions$1 = [
1296
1296
  {
1297
1297
  name: "useNProgress",
1298
1298
  "package": "integrations",
1299
- lastUpdated: 1639818708000,
1299
+ lastUpdated: 1649678843000,
1300
1300
  docs: "https://vueuse.org/integrations/useNProgress/",
1301
1301
  category: "@Integrations",
1302
1302
  description: "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)"
@@ -1446,7 +1446,7 @@ var functions$1 = [
1446
1446
  {
1447
1447
  name: "useRouteQuery",
1448
1448
  "package": "router",
1449
- lastUpdated: 1639442454000,
1449
+ lastUpdated: 1649931974000,
1450
1450
  docs: "https://vueuse.org/router/useRouteQuery/",
1451
1451
  category: "@Router",
1452
1452
  description: "shorthand for reactive route.query"
@@ -1488,7 +1488,7 @@ var functions$1 = [
1488
1488
  {
1489
1489
  name: "useScrollLock",
1490
1490
  "package": "core",
1491
- lastUpdated: 1646237369000,
1491
+ lastUpdated: 1649251191000,
1492
1492
  directive: true,
1493
1493
  docs: "https://vueuse.org/core/useScrollLock/",
1494
1494
  category: "Sensors",
@@ -1543,7 +1543,7 @@ var functions$1 = [
1543
1543
  {
1544
1544
  name: "useStorage",
1545
1545
  "package": "core",
1546
- lastUpdated: 1648706413000,
1546
+ lastUpdated: 1649003494000,
1547
1547
  docs: "https://vueuse.org/core/useStorage/",
1548
1548
  category: "State",
1549
1549
  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)",
@@ -1688,7 +1688,7 @@ var functions$1 = [
1688
1688
  {
1689
1689
  name: "useTransition",
1690
1690
  "package": "core",
1691
- lastUpdated: 1642756441000,
1691
+ lastUpdated: 1649251191000,
1692
1692
  docs: "https://vueuse.org/core/useTransition/",
1693
1693
  category: "Animation",
1694
1694
  description: "transition between values"
@@ -1732,7 +1732,7 @@ var functions$1 = [
1732
1732
  {
1733
1733
  name: "useVModel",
1734
1734
  "package": "core",
1735
- lastUpdated: 1639442454000,
1735
+ lastUpdated: 1649251191000,
1736
1736
  docs: "https://vueuse.org/core/useVModel/",
1737
1737
  category: "Component",
1738
1738
  description: "shorthand for v-model binding"
@@ -1748,7 +1748,7 @@ var functions$1 = [
1748
1748
  {
1749
1749
  name: "useWakeLock",
1750
1750
  "package": "core",
1751
- lastUpdated: 1640682127000,
1751
+ lastUpdated: 1649251191000,
1752
1752
  docs: "https://vueuse.org/core/useWakeLock/",
1753
1753
  category: "Browser",
1754
1754
  description: "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API) provides a way to prevent devices from dimming or locking the screen when an application needs to keep running"
@@ -1764,7 +1764,7 @@ var functions$1 = [
1764
1764
  {
1765
1765
  name: "useWebSocket",
1766
1766
  "package": "core",
1767
- lastUpdated: 1647674451000,
1767
+ lastUpdated: 1649251191000,
1768
1768
  docs: "https://vueuse.org/core/useWebSocket/",
1769
1769
  category: "Network",
1770
1770
  description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
@@ -1830,7 +1830,7 @@ var functions$1 = [
1830
1830
  {
1831
1831
  name: "utils",
1832
1832
  "package": "shared",
1833
- lastUpdated: 1647335923000,
1833
+ lastUpdated: 1649251191000,
1834
1834
  internal: true
1835
1835
  },
1836
1836
  {
@@ -1904,7 +1904,7 @@ var functions$1 = [
1904
1904
  {
1905
1905
  name: "whenever",
1906
1906
  "package": "shared",
1907
- lastUpdated: 1644664454000,
1907
+ lastUpdated: 1649251191000,
1908
1908
  docs: "https://vueuse.org/shared/whenever/",
1909
1909
  category: "Watch",
1910
1910
  description: "shorthand for watching value to be truthy"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueuse/metadata",
3
- "version": "8.2.3",
3
+ "version": "8.2.6",
4
4
  "description": "Metadata for VueUse functions",
5
5
  "keywords": [
6
6
  "vue",