@vueuse/metadata 8.8.0 → 8.9.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 +58 -9
- package/index.json +58 -9
- package/index.mjs +58 -9
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -175,10 +175,10 @@ var functions$1 = [
|
|
|
175
175
|
{
|
|
176
176
|
name: "computedWithControl",
|
|
177
177
|
"package": "shared",
|
|
178
|
-
lastUpdated:
|
|
178
|
+
lastUpdated: 1657102664000,
|
|
179
179
|
docs: "https://vueuse.org/shared/computedWithControl/",
|
|
180
180
|
category: "Utilities",
|
|
181
|
-
description: "explicitly define the
|
|
181
|
+
description: "explicitly define the dependencies of computed",
|
|
182
182
|
alias: [
|
|
183
183
|
"controlledComputed"
|
|
184
184
|
],
|
|
@@ -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: 1657259414000,
|
|
1239
1247
|
docs: "https://vueuse.org/core/useMagicKeys/",
|
|
1240
1248
|
category: "Sensors",
|
|
1241
1249
|
description: "reactive keys pressed state"
|
|
@@ -1259,7 +1267,7 @@ var functions$1 = [
|
|
|
1259
1267
|
{
|
|
1260
1268
|
name: "useMediaQuery",
|
|
1261
1269
|
"package": "core",
|
|
1262
|
-
lastUpdated:
|
|
1270
|
+
lastUpdated: 1657119939000,
|
|
1263
1271
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1264
1272
|
category: "Browser",
|
|
1265
1273
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -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",
|
|
@@ -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
|
@@ -172,10 +172,10 @@
|
|
|
172
172
|
{
|
|
173
173
|
"name": "computedWithControl",
|
|
174
174
|
"package": "shared",
|
|
175
|
-
"lastUpdated":
|
|
175
|
+
"lastUpdated": 1657102664000,
|
|
176
176
|
"docs": "https://vueuse.org/shared/computedWithControl/",
|
|
177
177
|
"category": "Utilities",
|
|
178
|
-
"description": "explicitly define the
|
|
178
|
+
"description": "explicitly define the dependencies of computed",
|
|
179
179
|
"alias": [
|
|
180
180
|
"controlledComputed"
|
|
181
181
|
],
|
|
@@ -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": 1657259414000,
|
|
1236
1244
|
"docs": "https://vueuse.org/core/useMagicKeys/",
|
|
1237
1245
|
"category": "Sensors",
|
|
1238
1246
|
"description": "reactive keys pressed state"
|
|
@@ -1256,7 +1264,7 @@
|
|
|
1256
1264
|
{
|
|
1257
1265
|
"name": "useMediaQuery",
|
|
1258
1266
|
"package": "core",
|
|
1259
|
-
"lastUpdated":
|
|
1267
|
+
"lastUpdated": 1657119939000,
|
|
1260
1268
|
"docs": "https://vueuse.org/core/useMediaQuery/",
|
|
1261
1269
|
"category": "Browser",
|
|
1262
1270
|
"description": "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -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",
|
|
@@ -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
|
@@ -171,10 +171,10 @@ var functions$1 = [
|
|
|
171
171
|
{
|
|
172
172
|
name: "computedWithControl",
|
|
173
173
|
"package": "shared",
|
|
174
|
-
lastUpdated:
|
|
174
|
+
lastUpdated: 1657102664000,
|
|
175
175
|
docs: "https://vueuse.org/shared/computedWithControl/",
|
|
176
176
|
category: "Utilities",
|
|
177
|
-
description: "explicitly define the
|
|
177
|
+
description: "explicitly define the dependencies of computed",
|
|
178
178
|
alias: [
|
|
179
179
|
"controlledComputed"
|
|
180
180
|
],
|
|
@@ -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: 1657259414000,
|
|
1235
1243
|
docs: "https://vueuse.org/core/useMagicKeys/",
|
|
1236
1244
|
category: "Sensors",
|
|
1237
1245
|
description: "reactive keys pressed state"
|
|
@@ -1255,7 +1263,7 @@ var functions$1 = [
|
|
|
1255
1263
|
{
|
|
1256
1264
|
name: "useMediaQuery",
|
|
1257
1265
|
"package": "core",
|
|
1258
|
-
lastUpdated:
|
|
1266
|
+
lastUpdated: 1657119939000,
|
|
1259
1267
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1260
1268
|
category: "Browser",
|
|
1261
1269
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -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",
|
|
@@ -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",
|