@vueuse/metadata 8.7.5 → 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 +92 -13
- package/index.json +92 -13
- package/index.mjs +92 -13
- 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
|
],
|
|
@@ -350,7 +350,7 @@ var functions$1 = [
|
|
|
350
350
|
{
|
|
351
351
|
name: "onLongPress",
|
|
352
352
|
"package": "core",
|
|
353
|
-
lastUpdated:
|
|
353
|
+
lastUpdated: 1657076519000,
|
|
354
354
|
component: true,
|
|
355
355
|
directive: true,
|
|
356
356
|
docs: "https://vueuse.org/core/onLongPress/",
|
|
@@ -398,7 +398,7 @@ var functions$1 = [
|
|
|
398
398
|
{
|
|
399
399
|
name: "reactiveOmit",
|
|
400
400
|
"package": "shared",
|
|
401
|
-
lastUpdated:
|
|
401
|
+
lastUpdated: 1657076758000,
|
|
402
402
|
docs: "https://vueuse.org/shared/reactiveOmit/",
|
|
403
403
|
category: "Utilities",
|
|
404
404
|
description: "reactively omit fields from a reactive object"
|
|
@@ -406,7 +406,7 @@ var functions$1 = [
|
|
|
406
406
|
{
|
|
407
407
|
name: "reactivePick",
|
|
408
408
|
"package": "shared",
|
|
409
|
-
lastUpdated:
|
|
409
|
+
lastUpdated: 1657076758000,
|
|
410
410
|
docs: "https://vueuse.org/shared/reactivePick/",
|
|
411
411
|
category: "Utilities",
|
|
412
412
|
description: "reactively pick fields from a reactive object"
|
|
@@ -468,6 +468,28 @@ var functions$1 = [
|
|
|
468
468
|
"computedWithControl"
|
|
469
469
|
]
|
|
470
470
|
},
|
|
471
|
+
{
|
|
472
|
+
name: "resolveRef",
|
|
473
|
+
"package": "shared",
|
|
474
|
+
lastUpdated: 1657075685000,
|
|
475
|
+
docs: "https://vueuse.org/shared/resolveRef/",
|
|
476
|
+
category: "Utilities",
|
|
477
|
+
description: "normalize value/ref/getter to `ref` or `computed`",
|
|
478
|
+
related: [
|
|
479
|
+
"resolveUnref"
|
|
480
|
+
]
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
name: "resolveUnref",
|
|
484
|
+
"package": "shared",
|
|
485
|
+
lastUpdated: 1657075685000,
|
|
486
|
+
docs: "https://vueuse.org/shared/resolveUnref/",
|
|
487
|
+
category: "Utilities",
|
|
488
|
+
description: "get the value of value/ref/getter",
|
|
489
|
+
related: [
|
|
490
|
+
"resolveRef"
|
|
491
|
+
]
|
|
492
|
+
},
|
|
471
493
|
{
|
|
472
494
|
name: "set",
|
|
473
495
|
"package": "shared",
|
|
@@ -631,7 +653,7 @@ var functions$1 = [
|
|
|
631
653
|
{
|
|
632
654
|
name: "useAxios",
|
|
633
655
|
"package": "integrations",
|
|
634
|
-
lastUpdated:
|
|
656
|
+
lastUpdated: 1657076506000,
|
|
635
657
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
636
658
|
category: "@Integrations",
|
|
637
659
|
description: "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
@@ -639,7 +661,7 @@ var functions$1 = [
|
|
|
639
661
|
{
|
|
640
662
|
name: "useBase64",
|
|
641
663
|
"package": "core",
|
|
642
|
-
lastUpdated:
|
|
664
|
+
lastUpdated: 1657077425000,
|
|
643
665
|
docs: "https://vueuse.org/core/useBase64/",
|
|
644
666
|
category: "Utilities",
|
|
645
667
|
description: "reactive base64 transforming"
|
|
@@ -721,7 +743,7 @@ var functions$1 = [
|
|
|
721
743
|
{
|
|
722
744
|
name: "useColorMode",
|
|
723
745
|
"package": "core",
|
|
724
|
-
lastUpdated:
|
|
746
|
+
lastUpdated: 1657132668000,
|
|
725
747
|
component: true,
|
|
726
748
|
docs: "https://vueuse.org/core/useColorMode/",
|
|
727
749
|
category: "Browser",
|
|
@@ -759,7 +781,7 @@ var functions$1 = [
|
|
|
759
781
|
{
|
|
760
782
|
name: "useCssVar",
|
|
761
783
|
"package": "core",
|
|
762
|
-
lastUpdated:
|
|
784
|
+
lastUpdated: 1657076529000,
|
|
763
785
|
docs: "https://vueuse.org/core/useCssVar/",
|
|
764
786
|
category: "Browser",
|
|
765
787
|
description: "manipulate CSS variables"
|
|
@@ -890,7 +912,7 @@ var functions$1 = [
|
|
|
890
912
|
{
|
|
891
913
|
name: "useDrauu",
|
|
892
914
|
"package": "integrations",
|
|
893
|
-
lastUpdated:
|
|
915
|
+
lastUpdated: 1657076024000,
|
|
894
916
|
docs: "https://vueuse.org/integrations/useDrauu/",
|
|
895
917
|
category: "@Integrations",
|
|
896
918
|
description: "reactive instance for [drauu](https://github.com/antfu/drauu)"
|
|
@@ -1012,6 +1034,14 @@ var functions$1 = [
|
|
|
1012
1034
|
category: "Network",
|
|
1013
1035
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
1014
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
|
+
},
|
|
1015
1045
|
{
|
|
1016
1046
|
name: "useFileSystemAccess",
|
|
1017
1047
|
"package": "core",
|
|
@@ -1213,7 +1243,7 @@ var functions$1 = [
|
|
|
1213
1243
|
{
|
|
1214
1244
|
name: "useMagicKeys",
|
|
1215
1245
|
"package": "core",
|
|
1216
|
-
lastUpdated:
|
|
1246
|
+
lastUpdated: 1657132716000,
|
|
1217
1247
|
docs: "https://vueuse.org/core/useMagicKeys/",
|
|
1218
1248
|
category: "Sensors",
|
|
1219
1249
|
description: "reactive keys pressed state"
|
|
@@ -1237,7 +1267,7 @@ var functions$1 = [
|
|
|
1237
1267
|
{
|
|
1238
1268
|
name: "useMediaQuery",
|
|
1239
1269
|
"package": "core",
|
|
1240
|
-
lastUpdated:
|
|
1270
|
+
lastUpdated: 1657119939000,
|
|
1241
1271
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1242
1272
|
category: "Browser",
|
|
1243
1273
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1356,6 +1386,15 @@ var functions$1 = [
|
|
|
1356
1386
|
category: "@Integrations",
|
|
1357
1387
|
description: "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)"
|
|
1358
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
|
+
},
|
|
1359
1398
|
{
|
|
1360
1399
|
name: "useObservable",
|
|
1361
1400
|
"package": "rxjs",
|
|
@@ -1498,6 +1537,14 @@ var functions$1 = [
|
|
|
1498
1537
|
category: "@Router",
|
|
1499
1538
|
description: "shorthand for reactive route.hash"
|
|
1500
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
|
+
},
|
|
1501
1548
|
{
|
|
1502
1549
|
name: "useRouteQuery",
|
|
1503
1550
|
"package": "router",
|
|
@@ -1610,6 +1657,14 @@ var functions$1 = [
|
|
|
1610
1657
|
description: "spring animations.",
|
|
1611
1658
|
external: "https://motion.vueuse.org/api/use-spring.html"
|
|
1612
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
|
+
},
|
|
1613
1668
|
{
|
|
1614
1669
|
name: "useStorage",
|
|
1615
1670
|
"package": "core",
|
|
@@ -1670,6 +1725,14 @@ var functions$1 = [
|
|
|
1670
1725
|
category: "Component",
|
|
1671
1726
|
description: "shorthand for binding refs to template elements and components inside `v-for`"
|
|
1672
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
|
+
},
|
|
1673
1736
|
{
|
|
1674
1737
|
name: "useTextSelection",
|
|
1675
1738
|
"package": "core",
|
|
@@ -1875,7 +1938,7 @@ var functions$1 = [
|
|
|
1875
1938
|
{
|
|
1876
1939
|
name: "useWindowSize",
|
|
1877
1940
|
"package": "core",
|
|
1878
|
-
lastUpdated:
|
|
1941
|
+
lastUpdated: 1657078594000,
|
|
1879
1942
|
component: true,
|
|
1880
1943
|
docs: "https://vueuse.org/core/useWindowSize/",
|
|
1881
1944
|
category: "Elements",
|
|
@@ -1903,6 +1966,14 @@ var functions$1 = [
|
|
|
1903
1966
|
lastUpdated: 1652598461000,
|
|
1904
1967
|
internal: true
|
|
1905
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
|
+
},
|
|
1906
1977
|
{
|
|
1907
1978
|
name: "watchAtMost",
|
|
1908
1979
|
"package": "shared",
|
|
@@ -1963,6 +2034,14 @@ var functions$1 = [
|
|
|
1963
2034
|
"throttledWatch"
|
|
1964
2035
|
]
|
|
1965
2036
|
},
|
|
2037
|
+
{
|
|
2038
|
+
name: "watchTriggerable",
|
|
2039
|
+
"package": "shared",
|
|
2040
|
+
lastUpdated: 1657077213000,
|
|
2041
|
+
docs: "https://vueuse.org/shared/watchTriggerable/",
|
|
2042
|
+
category: "Watch",
|
|
2043
|
+
description: "watch that can be triggered manually"
|
|
2044
|
+
},
|
|
1966
2045
|
{
|
|
1967
2046
|
name: "watchWithFilter",
|
|
1968
2047
|
"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
|
],
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
{
|
|
348
348
|
"name": "onLongPress",
|
|
349
349
|
"package": "core",
|
|
350
|
-
"lastUpdated":
|
|
350
|
+
"lastUpdated": 1657076519000,
|
|
351
351
|
"component": true,
|
|
352
352
|
"directive": true,
|
|
353
353
|
"docs": "https://vueuse.org/core/onLongPress/",
|
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
{
|
|
396
396
|
"name": "reactiveOmit",
|
|
397
397
|
"package": "shared",
|
|
398
|
-
"lastUpdated":
|
|
398
|
+
"lastUpdated": 1657076758000,
|
|
399
399
|
"docs": "https://vueuse.org/shared/reactiveOmit/",
|
|
400
400
|
"category": "Utilities",
|
|
401
401
|
"description": "reactively omit fields from a reactive object"
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
{
|
|
404
404
|
"name": "reactivePick",
|
|
405
405
|
"package": "shared",
|
|
406
|
-
"lastUpdated":
|
|
406
|
+
"lastUpdated": 1657076758000,
|
|
407
407
|
"docs": "https://vueuse.org/shared/reactivePick/",
|
|
408
408
|
"category": "Utilities",
|
|
409
409
|
"description": "reactively pick fields from a reactive object"
|
|
@@ -465,6 +465,28 @@
|
|
|
465
465
|
"computedWithControl"
|
|
466
466
|
]
|
|
467
467
|
},
|
|
468
|
+
{
|
|
469
|
+
"name": "resolveRef",
|
|
470
|
+
"package": "shared",
|
|
471
|
+
"lastUpdated": 1657075685000,
|
|
472
|
+
"docs": "https://vueuse.org/shared/resolveRef/",
|
|
473
|
+
"category": "Utilities",
|
|
474
|
+
"description": "normalize value/ref/getter to `ref` or `computed`",
|
|
475
|
+
"related": [
|
|
476
|
+
"resolveUnref"
|
|
477
|
+
]
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"name": "resolveUnref",
|
|
481
|
+
"package": "shared",
|
|
482
|
+
"lastUpdated": 1657075685000,
|
|
483
|
+
"docs": "https://vueuse.org/shared/resolveUnref/",
|
|
484
|
+
"category": "Utilities",
|
|
485
|
+
"description": "get the value of value/ref/getter",
|
|
486
|
+
"related": [
|
|
487
|
+
"resolveRef"
|
|
488
|
+
]
|
|
489
|
+
},
|
|
468
490
|
{
|
|
469
491
|
"name": "set",
|
|
470
492
|
"package": "shared",
|
|
@@ -628,7 +650,7 @@
|
|
|
628
650
|
{
|
|
629
651
|
"name": "useAxios",
|
|
630
652
|
"package": "integrations",
|
|
631
|
-
"lastUpdated":
|
|
653
|
+
"lastUpdated": 1657076506000,
|
|
632
654
|
"docs": "https://vueuse.org/integrations/useAxios/",
|
|
633
655
|
"category": "@Integrations",
|
|
634
656
|
"description": "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
@@ -636,7 +658,7 @@
|
|
|
636
658
|
{
|
|
637
659
|
"name": "useBase64",
|
|
638
660
|
"package": "core",
|
|
639
|
-
"lastUpdated":
|
|
661
|
+
"lastUpdated": 1657077425000,
|
|
640
662
|
"docs": "https://vueuse.org/core/useBase64/",
|
|
641
663
|
"category": "Utilities",
|
|
642
664
|
"description": "reactive base64 transforming"
|
|
@@ -718,7 +740,7 @@
|
|
|
718
740
|
{
|
|
719
741
|
"name": "useColorMode",
|
|
720
742
|
"package": "core",
|
|
721
|
-
"lastUpdated":
|
|
743
|
+
"lastUpdated": 1657132668000,
|
|
722
744
|
"component": true,
|
|
723
745
|
"docs": "https://vueuse.org/core/useColorMode/",
|
|
724
746
|
"category": "Browser",
|
|
@@ -756,7 +778,7 @@
|
|
|
756
778
|
{
|
|
757
779
|
"name": "useCssVar",
|
|
758
780
|
"package": "core",
|
|
759
|
-
"lastUpdated":
|
|
781
|
+
"lastUpdated": 1657076529000,
|
|
760
782
|
"docs": "https://vueuse.org/core/useCssVar/",
|
|
761
783
|
"category": "Browser",
|
|
762
784
|
"description": "manipulate CSS variables"
|
|
@@ -887,7 +909,7 @@
|
|
|
887
909
|
{
|
|
888
910
|
"name": "useDrauu",
|
|
889
911
|
"package": "integrations",
|
|
890
|
-
"lastUpdated":
|
|
912
|
+
"lastUpdated": 1657076024000,
|
|
891
913
|
"docs": "https://vueuse.org/integrations/useDrauu/",
|
|
892
914
|
"category": "@Integrations",
|
|
893
915
|
"description": "reactive instance for [drauu](https://github.com/antfu/drauu)"
|
|
@@ -1009,6 +1031,14 @@
|
|
|
1009
1031
|
"category": "Network",
|
|
1010
1032
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
1011
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
|
+
},
|
|
1012
1042
|
{
|
|
1013
1043
|
"name": "useFileSystemAccess",
|
|
1014
1044
|
"package": "core",
|
|
@@ -1210,7 +1240,7 @@
|
|
|
1210
1240
|
{
|
|
1211
1241
|
"name": "useMagicKeys",
|
|
1212
1242
|
"package": "core",
|
|
1213
|
-
"lastUpdated":
|
|
1243
|
+
"lastUpdated": 1657132716000,
|
|
1214
1244
|
"docs": "https://vueuse.org/core/useMagicKeys/",
|
|
1215
1245
|
"category": "Sensors",
|
|
1216
1246
|
"description": "reactive keys pressed state"
|
|
@@ -1234,7 +1264,7 @@
|
|
|
1234
1264
|
{
|
|
1235
1265
|
"name": "useMediaQuery",
|
|
1236
1266
|
"package": "core",
|
|
1237
|
-
"lastUpdated":
|
|
1267
|
+
"lastUpdated": 1657119939000,
|
|
1238
1268
|
"docs": "https://vueuse.org/core/useMediaQuery/",
|
|
1239
1269
|
"category": "Browser",
|
|
1240
1270
|
"description": "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1353,6 +1383,15 @@
|
|
|
1353
1383
|
"category": "@Integrations",
|
|
1354
1384
|
"description": "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)"
|
|
1355
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
|
+
},
|
|
1356
1395
|
{
|
|
1357
1396
|
"name": "useObservable",
|
|
1358
1397
|
"package": "rxjs",
|
|
@@ -1495,6 +1534,14 @@
|
|
|
1495
1534
|
"category": "@Router",
|
|
1496
1535
|
"description": "shorthand for reactive route.hash"
|
|
1497
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
|
+
},
|
|
1498
1545
|
{
|
|
1499
1546
|
"name": "useRouteQuery",
|
|
1500
1547
|
"package": "router",
|
|
@@ -1607,6 +1654,14 @@
|
|
|
1607
1654
|
"description": "spring animations.",
|
|
1608
1655
|
"external": "https://motion.vueuse.org/api/use-spring.html"
|
|
1609
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
|
+
},
|
|
1610
1665
|
{
|
|
1611
1666
|
"name": "useStorage",
|
|
1612
1667
|
"package": "core",
|
|
@@ -1667,6 +1722,14 @@
|
|
|
1667
1722
|
"category": "Component",
|
|
1668
1723
|
"description": "shorthand for binding refs to template elements and components inside `v-for`"
|
|
1669
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
|
+
},
|
|
1670
1733
|
{
|
|
1671
1734
|
"name": "useTextSelection",
|
|
1672
1735
|
"package": "core",
|
|
@@ -1872,7 +1935,7 @@
|
|
|
1872
1935
|
{
|
|
1873
1936
|
"name": "useWindowSize",
|
|
1874
1937
|
"package": "core",
|
|
1875
|
-
"lastUpdated":
|
|
1938
|
+
"lastUpdated": 1657078594000,
|
|
1876
1939
|
"component": true,
|
|
1877
1940
|
"docs": "https://vueuse.org/core/useWindowSize/",
|
|
1878
1941
|
"category": "Elements",
|
|
@@ -1900,6 +1963,14 @@
|
|
|
1900
1963
|
"lastUpdated": 1652598461000,
|
|
1901
1964
|
"internal": true
|
|
1902
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
|
+
},
|
|
1903
1974
|
{
|
|
1904
1975
|
"name": "watchAtMost",
|
|
1905
1976
|
"package": "shared",
|
|
@@ -1960,6 +2031,14 @@
|
|
|
1960
2031
|
"throttledWatch"
|
|
1961
2032
|
]
|
|
1962
2033
|
},
|
|
2034
|
+
{
|
|
2035
|
+
"name": "watchTriggerable",
|
|
2036
|
+
"package": "shared",
|
|
2037
|
+
"lastUpdated": 1657077213000,
|
|
2038
|
+
"docs": "https://vueuse.org/shared/watchTriggerable/",
|
|
2039
|
+
"category": "Watch",
|
|
2040
|
+
"description": "watch that can be triggered manually"
|
|
2041
|
+
},
|
|
1963
2042
|
{
|
|
1964
2043
|
"name": "watchWithFilter",
|
|
1965
2044
|
"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
|
],
|
|
@@ -346,7 +346,7 @@ var functions$1 = [
|
|
|
346
346
|
{
|
|
347
347
|
name: "onLongPress",
|
|
348
348
|
"package": "core",
|
|
349
|
-
lastUpdated:
|
|
349
|
+
lastUpdated: 1657076519000,
|
|
350
350
|
component: true,
|
|
351
351
|
directive: true,
|
|
352
352
|
docs: "https://vueuse.org/core/onLongPress/",
|
|
@@ -394,7 +394,7 @@ var functions$1 = [
|
|
|
394
394
|
{
|
|
395
395
|
name: "reactiveOmit",
|
|
396
396
|
"package": "shared",
|
|
397
|
-
lastUpdated:
|
|
397
|
+
lastUpdated: 1657076758000,
|
|
398
398
|
docs: "https://vueuse.org/shared/reactiveOmit/",
|
|
399
399
|
category: "Utilities",
|
|
400
400
|
description: "reactively omit fields from a reactive object"
|
|
@@ -402,7 +402,7 @@ var functions$1 = [
|
|
|
402
402
|
{
|
|
403
403
|
name: "reactivePick",
|
|
404
404
|
"package": "shared",
|
|
405
|
-
lastUpdated:
|
|
405
|
+
lastUpdated: 1657076758000,
|
|
406
406
|
docs: "https://vueuse.org/shared/reactivePick/",
|
|
407
407
|
category: "Utilities",
|
|
408
408
|
description: "reactively pick fields from a reactive object"
|
|
@@ -464,6 +464,28 @@ var functions$1 = [
|
|
|
464
464
|
"computedWithControl"
|
|
465
465
|
]
|
|
466
466
|
},
|
|
467
|
+
{
|
|
468
|
+
name: "resolveRef",
|
|
469
|
+
"package": "shared",
|
|
470
|
+
lastUpdated: 1657075685000,
|
|
471
|
+
docs: "https://vueuse.org/shared/resolveRef/",
|
|
472
|
+
category: "Utilities",
|
|
473
|
+
description: "normalize value/ref/getter to `ref` or `computed`",
|
|
474
|
+
related: [
|
|
475
|
+
"resolveUnref"
|
|
476
|
+
]
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
name: "resolveUnref",
|
|
480
|
+
"package": "shared",
|
|
481
|
+
lastUpdated: 1657075685000,
|
|
482
|
+
docs: "https://vueuse.org/shared/resolveUnref/",
|
|
483
|
+
category: "Utilities",
|
|
484
|
+
description: "get the value of value/ref/getter",
|
|
485
|
+
related: [
|
|
486
|
+
"resolveRef"
|
|
487
|
+
]
|
|
488
|
+
},
|
|
467
489
|
{
|
|
468
490
|
name: "set",
|
|
469
491
|
"package": "shared",
|
|
@@ -627,7 +649,7 @@ var functions$1 = [
|
|
|
627
649
|
{
|
|
628
650
|
name: "useAxios",
|
|
629
651
|
"package": "integrations",
|
|
630
|
-
lastUpdated:
|
|
652
|
+
lastUpdated: 1657076506000,
|
|
631
653
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
632
654
|
category: "@Integrations",
|
|
633
655
|
description: "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
@@ -635,7 +657,7 @@ var functions$1 = [
|
|
|
635
657
|
{
|
|
636
658
|
name: "useBase64",
|
|
637
659
|
"package": "core",
|
|
638
|
-
lastUpdated:
|
|
660
|
+
lastUpdated: 1657077425000,
|
|
639
661
|
docs: "https://vueuse.org/core/useBase64/",
|
|
640
662
|
category: "Utilities",
|
|
641
663
|
description: "reactive base64 transforming"
|
|
@@ -717,7 +739,7 @@ var functions$1 = [
|
|
|
717
739
|
{
|
|
718
740
|
name: "useColorMode",
|
|
719
741
|
"package": "core",
|
|
720
|
-
lastUpdated:
|
|
742
|
+
lastUpdated: 1657132668000,
|
|
721
743
|
component: true,
|
|
722
744
|
docs: "https://vueuse.org/core/useColorMode/",
|
|
723
745
|
category: "Browser",
|
|
@@ -755,7 +777,7 @@ var functions$1 = [
|
|
|
755
777
|
{
|
|
756
778
|
name: "useCssVar",
|
|
757
779
|
"package": "core",
|
|
758
|
-
lastUpdated:
|
|
780
|
+
lastUpdated: 1657076529000,
|
|
759
781
|
docs: "https://vueuse.org/core/useCssVar/",
|
|
760
782
|
category: "Browser",
|
|
761
783
|
description: "manipulate CSS variables"
|
|
@@ -886,7 +908,7 @@ var functions$1 = [
|
|
|
886
908
|
{
|
|
887
909
|
name: "useDrauu",
|
|
888
910
|
"package": "integrations",
|
|
889
|
-
lastUpdated:
|
|
911
|
+
lastUpdated: 1657076024000,
|
|
890
912
|
docs: "https://vueuse.org/integrations/useDrauu/",
|
|
891
913
|
category: "@Integrations",
|
|
892
914
|
description: "reactive instance for [drauu](https://github.com/antfu/drauu)"
|
|
@@ -1008,6 +1030,14 @@ var functions$1 = [
|
|
|
1008
1030
|
category: "Network",
|
|
1009
1031
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
1010
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
|
+
},
|
|
1011
1041
|
{
|
|
1012
1042
|
name: "useFileSystemAccess",
|
|
1013
1043
|
"package": "core",
|
|
@@ -1209,7 +1239,7 @@ var functions$1 = [
|
|
|
1209
1239
|
{
|
|
1210
1240
|
name: "useMagicKeys",
|
|
1211
1241
|
"package": "core",
|
|
1212
|
-
lastUpdated:
|
|
1242
|
+
lastUpdated: 1657132716000,
|
|
1213
1243
|
docs: "https://vueuse.org/core/useMagicKeys/",
|
|
1214
1244
|
category: "Sensors",
|
|
1215
1245
|
description: "reactive keys pressed state"
|
|
@@ -1233,7 +1263,7 @@ var functions$1 = [
|
|
|
1233
1263
|
{
|
|
1234
1264
|
name: "useMediaQuery",
|
|
1235
1265
|
"package": "core",
|
|
1236
|
-
lastUpdated:
|
|
1266
|
+
lastUpdated: 1657119939000,
|
|
1237
1267
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1238
1268
|
category: "Browser",
|
|
1239
1269
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1352,6 +1382,15 @@ var functions$1 = [
|
|
|
1352
1382
|
category: "@Integrations",
|
|
1353
1383
|
description: "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)"
|
|
1354
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
|
+
},
|
|
1355
1394
|
{
|
|
1356
1395
|
name: "useObservable",
|
|
1357
1396
|
"package": "rxjs",
|
|
@@ -1494,6 +1533,14 @@ var functions$1 = [
|
|
|
1494
1533
|
category: "@Router",
|
|
1495
1534
|
description: "shorthand for reactive route.hash"
|
|
1496
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
|
+
},
|
|
1497
1544
|
{
|
|
1498
1545
|
name: "useRouteQuery",
|
|
1499
1546
|
"package": "router",
|
|
@@ -1606,6 +1653,14 @@ var functions$1 = [
|
|
|
1606
1653
|
description: "spring animations.",
|
|
1607
1654
|
external: "https://motion.vueuse.org/api/use-spring.html"
|
|
1608
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
|
+
},
|
|
1609
1664
|
{
|
|
1610
1665
|
name: "useStorage",
|
|
1611
1666
|
"package": "core",
|
|
@@ -1666,6 +1721,14 @@ var functions$1 = [
|
|
|
1666
1721
|
category: "Component",
|
|
1667
1722
|
description: "shorthand for binding refs to template elements and components inside `v-for`"
|
|
1668
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
|
+
},
|
|
1669
1732
|
{
|
|
1670
1733
|
name: "useTextSelection",
|
|
1671
1734
|
"package": "core",
|
|
@@ -1871,7 +1934,7 @@ var functions$1 = [
|
|
|
1871
1934
|
{
|
|
1872
1935
|
name: "useWindowSize",
|
|
1873
1936
|
"package": "core",
|
|
1874
|
-
lastUpdated:
|
|
1937
|
+
lastUpdated: 1657078594000,
|
|
1875
1938
|
component: true,
|
|
1876
1939
|
docs: "https://vueuse.org/core/useWindowSize/",
|
|
1877
1940
|
category: "Elements",
|
|
@@ -1899,6 +1962,14 @@ var functions$1 = [
|
|
|
1899
1962
|
lastUpdated: 1652598461000,
|
|
1900
1963
|
internal: true
|
|
1901
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
|
+
},
|
|
1902
1973
|
{
|
|
1903
1974
|
name: "watchAtMost",
|
|
1904
1975
|
"package": "shared",
|
|
@@ -1959,6 +2030,14 @@ var functions$1 = [
|
|
|
1959
2030
|
"throttledWatch"
|
|
1960
2031
|
]
|
|
1961
2032
|
},
|
|
2033
|
+
{
|
|
2034
|
+
name: "watchTriggerable",
|
|
2035
|
+
"package": "shared",
|
|
2036
|
+
lastUpdated: 1657077213000,
|
|
2037
|
+
docs: "https://vueuse.org/shared/watchTriggerable/",
|
|
2038
|
+
category: "Watch",
|
|
2039
|
+
description: "watch that can be triggered manually"
|
|
2040
|
+
},
|
|
1962
2041
|
{
|
|
1963
2042
|
name: "watchWithFilter",
|
|
1964
2043
|
"package": "shared",
|