@vueuse/metadata 8.8.1 → 8.9.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 +51 -2
- package/index.json +51 -2
- package/index.mjs +51 -2
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -743,7 +743,7 @@ var functions$1 = [
|
|
|
743
743
|
{
|
|
744
744
|
name: "useColorMode",
|
|
745
745
|
"package": "core",
|
|
746
|
-
lastUpdated:
|
|
746
|
+
lastUpdated: 1657132668000,
|
|
747
747
|
component: true,
|
|
748
748
|
docs: "https://vueuse.org/core/useColorMode/",
|
|
749
749
|
category: "Browser",
|
|
@@ -1034,6 +1034,14 @@ var functions$1 = [
|
|
|
1034
1034
|
category: "Network",
|
|
1035
1035
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
1036
1036
|
},
|
|
1037
|
+
{
|
|
1038
|
+
name: "useFileDialog",
|
|
1039
|
+
"package": "core",
|
|
1040
|
+
lastUpdated: 1657132734000,
|
|
1041
|
+
docs: "https://vueuse.org/core/useFileDialog/",
|
|
1042
|
+
category: "Browser",
|
|
1043
|
+
description: "open file dialog with ease"
|
|
1044
|
+
},
|
|
1037
1045
|
{
|
|
1038
1046
|
name: "useFileSystemAccess",
|
|
1039
1047
|
"package": "core",
|
|
@@ -1235,7 +1243,7 @@ var functions$1 = [
|
|
|
1235
1243
|
{
|
|
1236
1244
|
name: "useMagicKeys",
|
|
1237
1245
|
"package": "core",
|
|
1238
|
-
lastUpdated:
|
|
1246
|
+
lastUpdated: 1657132716000,
|
|
1239
1247
|
docs: "https://vueuse.org/core/useMagicKeys/",
|
|
1240
1248
|
category: "Sensors",
|
|
1241
1249
|
description: "reactive keys pressed state"
|
|
@@ -1378,6 +1386,15 @@ var functions$1 = [
|
|
|
1378
1386
|
category: "@Integrations",
|
|
1379
1387
|
description: "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)"
|
|
1380
1388
|
},
|
|
1389
|
+
{
|
|
1390
|
+
name: "useObjectUrl",
|
|
1391
|
+
"package": "core",
|
|
1392
|
+
lastUpdated: 1657132677000,
|
|
1393
|
+
component: true,
|
|
1394
|
+
docs: "https://vueuse.org/core/useObjectUrl/",
|
|
1395
|
+
category: "Browser",
|
|
1396
|
+
description: "reactive URL representing an object"
|
|
1397
|
+
},
|
|
1381
1398
|
{
|
|
1382
1399
|
name: "useObservable",
|
|
1383
1400
|
"package": "rxjs",
|
|
@@ -1520,6 +1537,14 @@ var functions$1 = [
|
|
|
1520
1537
|
category: "@Router",
|
|
1521
1538
|
description: "shorthand for reactive route.hash"
|
|
1522
1539
|
},
|
|
1540
|
+
{
|
|
1541
|
+
name: "useRouteParams",
|
|
1542
|
+
"package": "router",
|
|
1543
|
+
lastUpdated: 1657133143000,
|
|
1544
|
+
docs: "https://vueuse.org/router/useRouteParams/",
|
|
1545
|
+
category: "@Router",
|
|
1546
|
+
description: "shorthand for reactive route.params"
|
|
1547
|
+
},
|
|
1523
1548
|
{
|
|
1524
1549
|
name: "useRouteQuery",
|
|
1525
1550
|
"package": "router",
|
|
@@ -1632,6 +1657,14 @@ var functions$1 = [
|
|
|
1632
1657
|
description: "spring animations.",
|
|
1633
1658
|
external: "https://motion.vueuse.org/api/use-spring.html"
|
|
1634
1659
|
},
|
|
1660
|
+
{
|
|
1661
|
+
name: "useStepper",
|
|
1662
|
+
"package": "core",
|
|
1663
|
+
lastUpdated: 1657132687000,
|
|
1664
|
+
docs: "https://vueuse.org/core/useStepper/",
|
|
1665
|
+
category: "Utilities",
|
|
1666
|
+
description: "provides helpers for building a multi-step wizard interface"
|
|
1667
|
+
},
|
|
1635
1668
|
{
|
|
1636
1669
|
name: "useStorage",
|
|
1637
1670
|
"package": "core",
|
|
@@ -1692,6 +1725,14 @@ var functions$1 = [
|
|
|
1692
1725
|
category: "Component",
|
|
1693
1726
|
description: "shorthand for binding refs to template elements and components inside `v-for`"
|
|
1694
1727
|
},
|
|
1728
|
+
{
|
|
1729
|
+
name: "useTextareaAutosize",
|
|
1730
|
+
"package": "core",
|
|
1731
|
+
lastUpdated: 1657132700000,
|
|
1732
|
+
docs: "https://vueuse.org/core/useTextareaAutosize/",
|
|
1733
|
+
category: "Browser",
|
|
1734
|
+
description: "automatically update the height of a textarea element depending on its content"
|
|
1735
|
+
},
|
|
1695
1736
|
{
|
|
1696
1737
|
name: "useTextSelection",
|
|
1697
1738
|
"package": "core",
|
|
@@ -1925,6 +1966,14 @@ var functions$1 = [
|
|
|
1925
1966
|
lastUpdated: 1652598461000,
|
|
1926
1967
|
internal: true
|
|
1927
1968
|
},
|
|
1969
|
+
{
|
|
1970
|
+
name: "watchArray",
|
|
1971
|
+
"package": "shared",
|
|
1972
|
+
lastUpdated: 1657133473000,
|
|
1973
|
+
docs: "https://vueuse.org/shared/watchArray/",
|
|
1974
|
+
category: "Watch",
|
|
1975
|
+
description: "watch for an array with additions and removals"
|
|
1976
|
+
},
|
|
1928
1977
|
{
|
|
1929
1978
|
name: "watchAtMost",
|
|
1930
1979
|
"package": "shared",
|
package/index.json
CHANGED
|
@@ -740,7 +740,7 @@
|
|
|
740
740
|
{
|
|
741
741
|
"name": "useColorMode",
|
|
742
742
|
"package": "core",
|
|
743
|
-
"lastUpdated":
|
|
743
|
+
"lastUpdated": 1657132668000,
|
|
744
744
|
"component": true,
|
|
745
745
|
"docs": "https://vueuse.org/core/useColorMode/",
|
|
746
746
|
"category": "Browser",
|
|
@@ -1031,6 +1031,14 @@
|
|
|
1031
1031
|
"category": "Network",
|
|
1032
1032
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
1033
1033
|
},
|
|
1034
|
+
{
|
|
1035
|
+
"name": "useFileDialog",
|
|
1036
|
+
"package": "core",
|
|
1037
|
+
"lastUpdated": 1657132734000,
|
|
1038
|
+
"docs": "https://vueuse.org/core/useFileDialog/",
|
|
1039
|
+
"category": "Browser",
|
|
1040
|
+
"description": "open file dialog with ease"
|
|
1041
|
+
},
|
|
1034
1042
|
{
|
|
1035
1043
|
"name": "useFileSystemAccess",
|
|
1036
1044
|
"package": "core",
|
|
@@ -1232,7 +1240,7 @@
|
|
|
1232
1240
|
{
|
|
1233
1241
|
"name": "useMagicKeys",
|
|
1234
1242
|
"package": "core",
|
|
1235
|
-
"lastUpdated":
|
|
1243
|
+
"lastUpdated": 1657132716000,
|
|
1236
1244
|
"docs": "https://vueuse.org/core/useMagicKeys/",
|
|
1237
1245
|
"category": "Sensors",
|
|
1238
1246
|
"description": "reactive keys pressed state"
|
|
@@ -1375,6 +1383,15 @@
|
|
|
1375
1383
|
"category": "@Integrations",
|
|
1376
1384
|
"description": "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)"
|
|
1377
1385
|
},
|
|
1386
|
+
{
|
|
1387
|
+
"name": "useObjectUrl",
|
|
1388
|
+
"package": "core",
|
|
1389
|
+
"lastUpdated": 1657132677000,
|
|
1390
|
+
"component": true,
|
|
1391
|
+
"docs": "https://vueuse.org/core/useObjectUrl/",
|
|
1392
|
+
"category": "Browser",
|
|
1393
|
+
"description": "reactive URL representing an object"
|
|
1394
|
+
},
|
|
1378
1395
|
{
|
|
1379
1396
|
"name": "useObservable",
|
|
1380
1397
|
"package": "rxjs",
|
|
@@ -1517,6 +1534,14 @@
|
|
|
1517
1534
|
"category": "@Router",
|
|
1518
1535
|
"description": "shorthand for reactive route.hash"
|
|
1519
1536
|
},
|
|
1537
|
+
{
|
|
1538
|
+
"name": "useRouteParams",
|
|
1539
|
+
"package": "router",
|
|
1540
|
+
"lastUpdated": 1657133143000,
|
|
1541
|
+
"docs": "https://vueuse.org/router/useRouteParams/",
|
|
1542
|
+
"category": "@Router",
|
|
1543
|
+
"description": "shorthand for reactive route.params"
|
|
1544
|
+
},
|
|
1520
1545
|
{
|
|
1521
1546
|
"name": "useRouteQuery",
|
|
1522
1547
|
"package": "router",
|
|
@@ -1629,6 +1654,14 @@
|
|
|
1629
1654
|
"description": "spring animations.",
|
|
1630
1655
|
"external": "https://motion.vueuse.org/api/use-spring.html"
|
|
1631
1656
|
},
|
|
1657
|
+
{
|
|
1658
|
+
"name": "useStepper",
|
|
1659
|
+
"package": "core",
|
|
1660
|
+
"lastUpdated": 1657132687000,
|
|
1661
|
+
"docs": "https://vueuse.org/core/useStepper/",
|
|
1662
|
+
"category": "Utilities",
|
|
1663
|
+
"description": "provides helpers for building a multi-step wizard interface"
|
|
1664
|
+
},
|
|
1632
1665
|
{
|
|
1633
1666
|
"name": "useStorage",
|
|
1634
1667
|
"package": "core",
|
|
@@ -1689,6 +1722,14 @@
|
|
|
1689
1722
|
"category": "Component",
|
|
1690
1723
|
"description": "shorthand for binding refs to template elements and components inside `v-for`"
|
|
1691
1724
|
},
|
|
1725
|
+
{
|
|
1726
|
+
"name": "useTextareaAutosize",
|
|
1727
|
+
"package": "core",
|
|
1728
|
+
"lastUpdated": 1657132700000,
|
|
1729
|
+
"docs": "https://vueuse.org/core/useTextareaAutosize/",
|
|
1730
|
+
"category": "Browser",
|
|
1731
|
+
"description": "automatically update the height of a textarea element depending on its content"
|
|
1732
|
+
},
|
|
1692
1733
|
{
|
|
1693
1734
|
"name": "useTextSelection",
|
|
1694
1735
|
"package": "core",
|
|
@@ -1922,6 +1963,14 @@
|
|
|
1922
1963
|
"lastUpdated": 1652598461000,
|
|
1923
1964
|
"internal": true
|
|
1924
1965
|
},
|
|
1966
|
+
{
|
|
1967
|
+
"name": "watchArray",
|
|
1968
|
+
"package": "shared",
|
|
1969
|
+
"lastUpdated": 1657133473000,
|
|
1970
|
+
"docs": "https://vueuse.org/shared/watchArray/",
|
|
1971
|
+
"category": "Watch",
|
|
1972
|
+
"description": "watch for an array with additions and removals"
|
|
1973
|
+
},
|
|
1925
1974
|
{
|
|
1926
1975
|
"name": "watchAtMost",
|
|
1927
1976
|
"package": "shared",
|
package/index.mjs
CHANGED
|
@@ -739,7 +739,7 @@ var functions$1 = [
|
|
|
739
739
|
{
|
|
740
740
|
name: "useColorMode",
|
|
741
741
|
"package": "core",
|
|
742
|
-
lastUpdated:
|
|
742
|
+
lastUpdated: 1657132668000,
|
|
743
743
|
component: true,
|
|
744
744
|
docs: "https://vueuse.org/core/useColorMode/",
|
|
745
745
|
category: "Browser",
|
|
@@ -1030,6 +1030,14 @@ var functions$1 = [
|
|
|
1030
1030
|
category: "Network",
|
|
1031
1031
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
1032
1032
|
},
|
|
1033
|
+
{
|
|
1034
|
+
name: "useFileDialog",
|
|
1035
|
+
"package": "core",
|
|
1036
|
+
lastUpdated: 1657132734000,
|
|
1037
|
+
docs: "https://vueuse.org/core/useFileDialog/",
|
|
1038
|
+
category: "Browser",
|
|
1039
|
+
description: "open file dialog with ease"
|
|
1040
|
+
},
|
|
1033
1041
|
{
|
|
1034
1042
|
name: "useFileSystemAccess",
|
|
1035
1043
|
"package": "core",
|
|
@@ -1231,7 +1239,7 @@ var functions$1 = [
|
|
|
1231
1239
|
{
|
|
1232
1240
|
name: "useMagicKeys",
|
|
1233
1241
|
"package": "core",
|
|
1234
|
-
lastUpdated:
|
|
1242
|
+
lastUpdated: 1657132716000,
|
|
1235
1243
|
docs: "https://vueuse.org/core/useMagicKeys/",
|
|
1236
1244
|
category: "Sensors",
|
|
1237
1245
|
description: "reactive keys pressed state"
|
|
@@ -1374,6 +1382,15 @@ var functions$1 = [
|
|
|
1374
1382
|
category: "@Integrations",
|
|
1375
1383
|
description: "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)"
|
|
1376
1384
|
},
|
|
1385
|
+
{
|
|
1386
|
+
name: "useObjectUrl",
|
|
1387
|
+
"package": "core",
|
|
1388
|
+
lastUpdated: 1657132677000,
|
|
1389
|
+
component: true,
|
|
1390
|
+
docs: "https://vueuse.org/core/useObjectUrl/",
|
|
1391
|
+
category: "Browser",
|
|
1392
|
+
description: "reactive URL representing an object"
|
|
1393
|
+
},
|
|
1377
1394
|
{
|
|
1378
1395
|
name: "useObservable",
|
|
1379
1396
|
"package": "rxjs",
|
|
@@ -1516,6 +1533,14 @@ var functions$1 = [
|
|
|
1516
1533
|
category: "@Router",
|
|
1517
1534
|
description: "shorthand for reactive route.hash"
|
|
1518
1535
|
},
|
|
1536
|
+
{
|
|
1537
|
+
name: "useRouteParams",
|
|
1538
|
+
"package": "router",
|
|
1539
|
+
lastUpdated: 1657133143000,
|
|
1540
|
+
docs: "https://vueuse.org/router/useRouteParams/",
|
|
1541
|
+
category: "@Router",
|
|
1542
|
+
description: "shorthand for reactive route.params"
|
|
1543
|
+
},
|
|
1519
1544
|
{
|
|
1520
1545
|
name: "useRouteQuery",
|
|
1521
1546
|
"package": "router",
|
|
@@ -1628,6 +1653,14 @@ var functions$1 = [
|
|
|
1628
1653
|
description: "spring animations.",
|
|
1629
1654
|
external: "https://motion.vueuse.org/api/use-spring.html"
|
|
1630
1655
|
},
|
|
1656
|
+
{
|
|
1657
|
+
name: "useStepper",
|
|
1658
|
+
"package": "core",
|
|
1659
|
+
lastUpdated: 1657132687000,
|
|
1660
|
+
docs: "https://vueuse.org/core/useStepper/",
|
|
1661
|
+
category: "Utilities",
|
|
1662
|
+
description: "provides helpers for building a multi-step wizard interface"
|
|
1663
|
+
},
|
|
1631
1664
|
{
|
|
1632
1665
|
name: "useStorage",
|
|
1633
1666
|
"package": "core",
|
|
@@ -1688,6 +1721,14 @@ var functions$1 = [
|
|
|
1688
1721
|
category: "Component",
|
|
1689
1722
|
description: "shorthand for binding refs to template elements and components inside `v-for`"
|
|
1690
1723
|
},
|
|
1724
|
+
{
|
|
1725
|
+
name: "useTextareaAutosize",
|
|
1726
|
+
"package": "core",
|
|
1727
|
+
lastUpdated: 1657132700000,
|
|
1728
|
+
docs: "https://vueuse.org/core/useTextareaAutosize/",
|
|
1729
|
+
category: "Browser",
|
|
1730
|
+
description: "automatically update the height of a textarea element depending on its content"
|
|
1731
|
+
},
|
|
1691
1732
|
{
|
|
1692
1733
|
name: "useTextSelection",
|
|
1693
1734
|
"package": "core",
|
|
@@ -1921,6 +1962,14 @@ var functions$1 = [
|
|
|
1921
1962
|
lastUpdated: 1652598461000,
|
|
1922
1963
|
internal: true
|
|
1923
1964
|
},
|
|
1965
|
+
{
|
|
1966
|
+
name: "watchArray",
|
|
1967
|
+
"package": "shared",
|
|
1968
|
+
lastUpdated: 1657133473000,
|
|
1969
|
+
docs: "https://vueuse.org/shared/watchArray/",
|
|
1970
|
+
category: "Watch",
|
|
1971
|
+
description: "watch for an array with additions and removals"
|
|
1972
|
+
},
|
|
1924
1973
|
{
|
|
1925
1974
|
name: "watchAtMost",
|
|
1926
1975
|
"package": "shared",
|