@vueuse/metadata 8.8.1 → 8.9.2
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 +57 -8
- package/index.json +57 -8
- package/index.mjs +57 -8
- package/package.json +1 -1
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: 1657430765000,
|
|
335
335
|
component: true,
|
|
336
336
|
directive: true,
|
|
337
337
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -681,7 +681,7 @@ var functions$1 = [
|
|
|
681
681
|
lastUpdated: 1655394576000,
|
|
682
682
|
docs: "https://vueuse.org/core/useBluetooth/",
|
|
683
683
|
category: "Browser",
|
|
684
|
-
description: "
|
|
684
|
+
description: "reactive [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API)"
|
|
685
685
|
},
|
|
686
686
|
{
|
|
687
687
|
name: "useBreakpoints",
|
|
@@ -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: 1657259710000,
|
|
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",
|
|
@@ -1098,7 +1106,7 @@ var functions$1 = [
|
|
|
1098
1106
|
lastUpdated: 1642756441000,
|
|
1099
1107
|
docs: "https://vueuse.org/integrations/useFuse/",
|
|
1100
1108
|
category: "@Integrations",
|
|
1101
|
-
description: "easily implement fuzzy search using a composable
|
|
1109
|
+
description: "easily implement fuzzy search using a composable with [Fuse.js](https://github.com/krisk/fuse)"
|
|
1102
1110
|
},
|
|
1103
1111
|
{
|
|
1104
1112
|
name: "useGamepad",
|
|
@@ -1235,7 +1243,7 @@ var functions$1 = [
|
|
|
1235
1243
|
{
|
|
1236
1244
|
name: "useMagicKeys",
|
|
1237
1245
|
"package": "core",
|
|
1238
|
-
lastUpdated:
|
|
1246
|
+
lastUpdated: 1657598054000,
|
|
1239
1247
|
docs: "https://vueuse.org/core/useMagicKeys/",
|
|
1240
1248
|
category: "Sensors",
|
|
1241
1249
|
description: "reactive keys pressed state"
|
|
@@ -1350,7 +1358,7 @@ var functions$1 = [
|
|
|
1350
1358
|
lastUpdated: 1639442454000,
|
|
1351
1359
|
docs: "https://vueuse.org/core/useNavigatorLanguage/",
|
|
1352
1360
|
category: "Sensors",
|
|
1353
|
-
description: "
|
|
1361
|
+
description: "reactive [navigator.language](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/language)"
|
|
1354
1362
|
},
|
|
1355
1363
|
{
|
|
1356
1364
|
name: "useNetwork",
|
|
@@ -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 depending on the content"
|
|
1735
|
+
},
|
|
1695
1736
|
{
|
|
1696
1737
|
name: "useTextSelection",
|
|
1697
1738
|
"package": "core",
|
|
@@ -1824,7 +1865,7 @@ var functions$1 = [
|
|
|
1824
1865
|
{
|
|
1825
1866
|
name: "useVModel",
|
|
1826
1867
|
"package": "core",
|
|
1827
|
-
lastUpdated:
|
|
1868
|
+
lastUpdated: 1657431438000,
|
|
1828
1869
|
docs: "https://vueuse.org/core/useVModel/",
|
|
1829
1870
|
category: "Component",
|
|
1830
1871
|
description: "shorthand for v-model binding"
|
|
@@ -1843,7 +1884,7 @@ var functions$1 = [
|
|
|
1843
1884
|
lastUpdated: 1649251191000,
|
|
1844
1885
|
docs: "https://vueuse.org/core/useWakeLock/",
|
|
1845
1886
|
category: "Browser",
|
|
1846
|
-
description: "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API)
|
|
1887
|
+
description: "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API)"
|
|
1847
1888
|
},
|
|
1848
1889
|
{
|
|
1849
1890
|
name: "useWebNotification",
|
|
@@ -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
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
{
|
|
329
329
|
"name": "onClickOutside",
|
|
330
330
|
"package": "core",
|
|
331
|
-
"lastUpdated":
|
|
331
|
+
"lastUpdated": 1657430765000,
|
|
332
332
|
"component": true,
|
|
333
333
|
"directive": true,
|
|
334
334
|
"docs": "https://vueuse.org/core/onClickOutside/",
|
|
@@ -678,7 +678,7 @@
|
|
|
678
678
|
"lastUpdated": 1655394576000,
|
|
679
679
|
"docs": "https://vueuse.org/core/useBluetooth/",
|
|
680
680
|
"category": "Browser",
|
|
681
|
-
"description": "
|
|
681
|
+
"description": "reactive [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API)"
|
|
682
682
|
},
|
|
683
683
|
{
|
|
684
684
|
"name": "useBreakpoints",
|
|
@@ -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": 1657259710000,
|
|
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",
|
|
@@ -1095,7 +1103,7 @@
|
|
|
1095
1103
|
"lastUpdated": 1642756441000,
|
|
1096
1104
|
"docs": "https://vueuse.org/integrations/useFuse/",
|
|
1097
1105
|
"category": "@Integrations",
|
|
1098
|
-
"description": "easily implement fuzzy search using a composable
|
|
1106
|
+
"description": "easily implement fuzzy search using a composable with [Fuse.js](https://github.com/krisk/fuse)"
|
|
1099
1107
|
},
|
|
1100
1108
|
{
|
|
1101
1109
|
"name": "useGamepad",
|
|
@@ -1232,7 +1240,7 @@
|
|
|
1232
1240
|
{
|
|
1233
1241
|
"name": "useMagicKeys",
|
|
1234
1242
|
"package": "core",
|
|
1235
|
-
"lastUpdated":
|
|
1243
|
+
"lastUpdated": 1657598054000,
|
|
1236
1244
|
"docs": "https://vueuse.org/core/useMagicKeys/",
|
|
1237
1245
|
"category": "Sensors",
|
|
1238
1246
|
"description": "reactive keys pressed state"
|
|
@@ -1347,7 +1355,7 @@
|
|
|
1347
1355
|
"lastUpdated": 1639442454000,
|
|
1348
1356
|
"docs": "https://vueuse.org/core/useNavigatorLanguage/",
|
|
1349
1357
|
"category": "Sensors",
|
|
1350
|
-
"description": "
|
|
1358
|
+
"description": "reactive [navigator.language](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/language)"
|
|
1351
1359
|
},
|
|
1352
1360
|
{
|
|
1353
1361
|
"name": "useNetwork",
|
|
@@ -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 depending on the content"
|
|
1732
|
+
},
|
|
1692
1733
|
{
|
|
1693
1734
|
"name": "useTextSelection",
|
|
1694
1735
|
"package": "core",
|
|
@@ -1821,7 +1862,7 @@
|
|
|
1821
1862
|
{
|
|
1822
1863
|
"name": "useVModel",
|
|
1823
1864
|
"package": "core",
|
|
1824
|
-
"lastUpdated":
|
|
1865
|
+
"lastUpdated": 1657431438000,
|
|
1825
1866
|
"docs": "https://vueuse.org/core/useVModel/",
|
|
1826
1867
|
"category": "Component",
|
|
1827
1868
|
"description": "shorthand for v-model binding"
|
|
@@ -1840,7 +1881,7 @@
|
|
|
1840
1881
|
"lastUpdated": 1649251191000,
|
|
1841
1882
|
"docs": "https://vueuse.org/core/useWakeLock/",
|
|
1842
1883
|
"category": "Browser",
|
|
1843
|
-
"description": "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API)
|
|
1884
|
+
"description": "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API)"
|
|
1844
1885
|
},
|
|
1845
1886
|
{
|
|
1846
1887
|
"name": "useWebNotification",
|
|
@@ -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
|
@@ -327,7 +327,7 @@ var functions$1 = [
|
|
|
327
327
|
{
|
|
328
328
|
name: "onClickOutside",
|
|
329
329
|
"package": "core",
|
|
330
|
-
lastUpdated:
|
|
330
|
+
lastUpdated: 1657430765000,
|
|
331
331
|
component: true,
|
|
332
332
|
directive: true,
|
|
333
333
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -677,7 +677,7 @@ var functions$1 = [
|
|
|
677
677
|
lastUpdated: 1655394576000,
|
|
678
678
|
docs: "https://vueuse.org/core/useBluetooth/",
|
|
679
679
|
category: "Browser",
|
|
680
|
-
description: "
|
|
680
|
+
description: "reactive [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API)"
|
|
681
681
|
},
|
|
682
682
|
{
|
|
683
683
|
name: "useBreakpoints",
|
|
@@ -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: 1657259710000,
|
|
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",
|
|
@@ -1094,7 +1102,7 @@ var functions$1 = [
|
|
|
1094
1102
|
lastUpdated: 1642756441000,
|
|
1095
1103
|
docs: "https://vueuse.org/integrations/useFuse/",
|
|
1096
1104
|
category: "@Integrations",
|
|
1097
|
-
description: "easily implement fuzzy search using a composable
|
|
1105
|
+
description: "easily implement fuzzy search using a composable with [Fuse.js](https://github.com/krisk/fuse)"
|
|
1098
1106
|
},
|
|
1099
1107
|
{
|
|
1100
1108
|
name: "useGamepad",
|
|
@@ -1231,7 +1239,7 @@ var functions$1 = [
|
|
|
1231
1239
|
{
|
|
1232
1240
|
name: "useMagicKeys",
|
|
1233
1241
|
"package": "core",
|
|
1234
|
-
lastUpdated:
|
|
1242
|
+
lastUpdated: 1657598054000,
|
|
1235
1243
|
docs: "https://vueuse.org/core/useMagicKeys/",
|
|
1236
1244
|
category: "Sensors",
|
|
1237
1245
|
description: "reactive keys pressed state"
|
|
@@ -1346,7 +1354,7 @@ var functions$1 = [
|
|
|
1346
1354
|
lastUpdated: 1639442454000,
|
|
1347
1355
|
docs: "https://vueuse.org/core/useNavigatorLanguage/",
|
|
1348
1356
|
category: "Sensors",
|
|
1349
|
-
description: "
|
|
1357
|
+
description: "reactive [navigator.language](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/language)"
|
|
1350
1358
|
},
|
|
1351
1359
|
{
|
|
1352
1360
|
name: "useNetwork",
|
|
@@ -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 depending on the content"
|
|
1731
|
+
},
|
|
1691
1732
|
{
|
|
1692
1733
|
name: "useTextSelection",
|
|
1693
1734
|
"package": "core",
|
|
@@ -1820,7 +1861,7 @@ var functions$1 = [
|
|
|
1820
1861
|
{
|
|
1821
1862
|
name: "useVModel",
|
|
1822
1863
|
"package": "core",
|
|
1823
|
-
lastUpdated:
|
|
1864
|
+
lastUpdated: 1657431438000,
|
|
1824
1865
|
docs: "https://vueuse.org/core/useVModel/",
|
|
1825
1866
|
category: "Component",
|
|
1826
1867
|
description: "shorthand for v-model binding"
|
|
@@ -1839,7 +1880,7 @@ var functions$1 = [
|
|
|
1839
1880
|
lastUpdated: 1649251191000,
|
|
1840
1881
|
docs: "https://vueuse.org/core/useWakeLock/",
|
|
1841
1882
|
category: "Browser",
|
|
1842
|
-
description: "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API)
|
|
1883
|
+
description: "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API)"
|
|
1843
1884
|
},
|
|
1844
1885
|
{
|
|
1845
1886
|
name: "useWebNotification",
|
|
@@ -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",
|