@vueuse/metadata 8.7.3 → 8.8.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 +52 -14
- package/index.json +52 -14
- package/index.mjs +52 -14
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -175,7 +175,7 @@ var functions$1 = [
|
|
|
175
175
|
{
|
|
176
176
|
name: "computedWithControl",
|
|
177
177
|
"package": "shared",
|
|
178
|
-
lastUpdated:
|
|
178
|
+
lastUpdated: 1655617063000,
|
|
179
179
|
docs: "https://vueuse.org/shared/computedWithControl/",
|
|
180
180
|
category: "Utilities",
|
|
181
181
|
description: "explicitly define the deps of computed",
|
|
@@ -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",
|
|
@@ -573,7 +595,7 @@ var functions$1 = [
|
|
|
573
595
|
{
|
|
574
596
|
name: "unrefElement",
|
|
575
597
|
"package": "core",
|
|
576
|
-
lastUpdated:
|
|
598
|
+
lastUpdated: 1655551027000,
|
|
577
599
|
docs: "https://vueuse.org/core/unrefElement/",
|
|
578
600
|
category: "Component",
|
|
579
601
|
description: "unref for dom element"
|
|
@@ -614,7 +636,7 @@ var functions$1 = [
|
|
|
614
636
|
{
|
|
615
637
|
name: "useAsyncValidator",
|
|
616
638
|
"package": "integrations",
|
|
617
|
-
lastUpdated:
|
|
639
|
+
lastUpdated: 1655449097000,
|
|
618
640
|
component: true,
|
|
619
641
|
docs: "https://vueuse.org/integrations/useAsyncValidator/",
|
|
620
642
|
category: "@Integrations",
|
|
@@ -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"
|
|
@@ -653,6 +675,14 @@ var functions$1 = [
|
|
|
653
675
|
category: "Sensors",
|
|
654
676
|
description: "reactive [Battery Status API](https://developer.mozilla.org/en-US/docs/Web/API/Battery_Status_API)"
|
|
655
677
|
},
|
|
678
|
+
{
|
|
679
|
+
name: "useBluetooth",
|
|
680
|
+
"package": "core",
|
|
681
|
+
lastUpdated: 1655394576000,
|
|
682
|
+
docs: "https://vueuse.org/core/useBluetooth/",
|
|
683
|
+
category: "Browser",
|
|
684
|
+
description: "a reactive for working with the [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API) which provides the ability to connect and interact with Bluetooth Low Energy peripherals"
|
|
685
|
+
},
|
|
656
686
|
{
|
|
657
687
|
name: "useBreakpoints",
|
|
658
688
|
"package": "core",
|
|
@@ -713,7 +743,7 @@ var functions$1 = [
|
|
|
713
743
|
{
|
|
714
744
|
name: "useColorMode",
|
|
715
745
|
"package": "core",
|
|
716
|
-
lastUpdated:
|
|
746
|
+
lastUpdated: 1657076955000,
|
|
717
747
|
component: true,
|
|
718
748
|
docs: "https://vueuse.org/core/useColorMode/",
|
|
719
749
|
category: "Browser",
|
|
@@ -751,7 +781,7 @@ var functions$1 = [
|
|
|
751
781
|
{
|
|
752
782
|
name: "useCssVar",
|
|
753
783
|
"package": "core",
|
|
754
|
-
lastUpdated:
|
|
784
|
+
lastUpdated: 1657076529000,
|
|
755
785
|
docs: "https://vueuse.org/core/useCssVar/",
|
|
756
786
|
category: "Browser",
|
|
757
787
|
description: "manipulate CSS variables"
|
|
@@ -882,7 +912,7 @@ var functions$1 = [
|
|
|
882
912
|
{
|
|
883
913
|
name: "useDrauu",
|
|
884
914
|
"package": "integrations",
|
|
885
|
-
lastUpdated:
|
|
915
|
+
lastUpdated: 1657076024000,
|
|
886
916
|
docs: "https://vueuse.org/integrations/useDrauu/",
|
|
887
917
|
category: "@Integrations",
|
|
888
918
|
description: "reactive instance for [drauu](https://github.com/antfu/drauu)"
|
|
@@ -1007,7 +1037,7 @@ var functions$1 = [
|
|
|
1007
1037
|
{
|
|
1008
1038
|
name: "useFileSystemAccess",
|
|
1009
1039
|
"package": "core",
|
|
1010
|
-
lastUpdated:
|
|
1040
|
+
lastUpdated: 1655530131000,
|
|
1011
1041
|
docs: "https://vueuse.org/core/useFileSystemAccess/",
|
|
1012
1042
|
category: "Browser",
|
|
1013
1043
|
description: "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
@@ -1229,7 +1259,7 @@ var functions$1 = [
|
|
|
1229
1259
|
{
|
|
1230
1260
|
name: "useMediaQuery",
|
|
1231
1261
|
"package": "core",
|
|
1232
|
-
lastUpdated:
|
|
1262
|
+
lastUpdated: 1657077951000,
|
|
1233
1263
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1234
1264
|
category: "Browser",
|
|
1235
1265
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1867,7 +1897,7 @@ var functions$1 = [
|
|
|
1867
1897
|
{
|
|
1868
1898
|
name: "useWindowSize",
|
|
1869
1899
|
"package": "core",
|
|
1870
|
-
lastUpdated:
|
|
1900
|
+
lastUpdated: 1657078594000,
|
|
1871
1901
|
component: true,
|
|
1872
1902
|
docs: "https://vueuse.org/core/useWindowSize/",
|
|
1873
1903
|
category: "Elements",
|
|
@@ -1955,6 +1985,14 @@ var functions$1 = [
|
|
|
1955
1985
|
"throttledWatch"
|
|
1956
1986
|
]
|
|
1957
1987
|
},
|
|
1988
|
+
{
|
|
1989
|
+
name: "watchTriggerable",
|
|
1990
|
+
"package": "shared",
|
|
1991
|
+
lastUpdated: 1657077213000,
|
|
1992
|
+
docs: "https://vueuse.org/shared/watchTriggerable/",
|
|
1993
|
+
category: "Watch",
|
|
1994
|
+
description: "watch that can be triggered manually"
|
|
1995
|
+
},
|
|
1958
1996
|
{
|
|
1959
1997
|
name: "watchWithFilter",
|
|
1960
1998
|
"package": "shared",
|
package/index.json
CHANGED
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
{
|
|
173
173
|
"name": "computedWithControl",
|
|
174
174
|
"package": "shared",
|
|
175
|
-
"lastUpdated":
|
|
175
|
+
"lastUpdated": 1655617063000,
|
|
176
176
|
"docs": "https://vueuse.org/shared/computedWithControl/",
|
|
177
177
|
"category": "Utilities",
|
|
178
178
|
"description": "explicitly define the deps of computed",
|
|
@@ -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",
|
|
@@ -570,7 +592,7 @@
|
|
|
570
592
|
{
|
|
571
593
|
"name": "unrefElement",
|
|
572
594
|
"package": "core",
|
|
573
|
-
"lastUpdated":
|
|
595
|
+
"lastUpdated": 1655551027000,
|
|
574
596
|
"docs": "https://vueuse.org/core/unrefElement/",
|
|
575
597
|
"category": "Component",
|
|
576
598
|
"description": "unref for dom element"
|
|
@@ -611,7 +633,7 @@
|
|
|
611
633
|
{
|
|
612
634
|
"name": "useAsyncValidator",
|
|
613
635
|
"package": "integrations",
|
|
614
|
-
"lastUpdated":
|
|
636
|
+
"lastUpdated": 1655449097000,
|
|
615
637
|
"component": true,
|
|
616
638
|
"docs": "https://vueuse.org/integrations/useAsyncValidator/",
|
|
617
639
|
"category": "@Integrations",
|
|
@@ -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"
|
|
@@ -650,6 +672,14 @@
|
|
|
650
672
|
"category": "Sensors",
|
|
651
673
|
"description": "reactive [Battery Status API](https://developer.mozilla.org/en-US/docs/Web/API/Battery_Status_API)"
|
|
652
674
|
},
|
|
675
|
+
{
|
|
676
|
+
"name": "useBluetooth",
|
|
677
|
+
"package": "core",
|
|
678
|
+
"lastUpdated": 1655394576000,
|
|
679
|
+
"docs": "https://vueuse.org/core/useBluetooth/",
|
|
680
|
+
"category": "Browser",
|
|
681
|
+
"description": "a reactive for working with the [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API) which provides the ability to connect and interact with Bluetooth Low Energy peripherals"
|
|
682
|
+
},
|
|
653
683
|
{
|
|
654
684
|
"name": "useBreakpoints",
|
|
655
685
|
"package": "core",
|
|
@@ -710,7 +740,7 @@
|
|
|
710
740
|
{
|
|
711
741
|
"name": "useColorMode",
|
|
712
742
|
"package": "core",
|
|
713
|
-
"lastUpdated":
|
|
743
|
+
"lastUpdated": 1657076955000,
|
|
714
744
|
"component": true,
|
|
715
745
|
"docs": "https://vueuse.org/core/useColorMode/",
|
|
716
746
|
"category": "Browser",
|
|
@@ -748,7 +778,7 @@
|
|
|
748
778
|
{
|
|
749
779
|
"name": "useCssVar",
|
|
750
780
|
"package": "core",
|
|
751
|
-
"lastUpdated":
|
|
781
|
+
"lastUpdated": 1657076529000,
|
|
752
782
|
"docs": "https://vueuse.org/core/useCssVar/",
|
|
753
783
|
"category": "Browser",
|
|
754
784
|
"description": "manipulate CSS variables"
|
|
@@ -879,7 +909,7 @@
|
|
|
879
909
|
{
|
|
880
910
|
"name": "useDrauu",
|
|
881
911
|
"package": "integrations",
|
|
882
|
-
"lastUpdated":
|
|
912
|
+
"lastUpdated": 1657076024000,
|
|
883
913
|
"docs": "https://vueuse.org/integrations/useDrauu/",
|
|
884
914
|
"category": "@Integrations",
|
|
885
915
|
"description": "reactive instance for [drauu](https://github.com/antfu/drauu)"
|
|
@@ -1004,7 +1034,7 @@
|
|
|
1004
1034
|
{
|
|
1005
1035
|
"name": "useFileSystemAccess",
|
|
1006
1036
|
"package": "core",
|
|
1007
|
-
"lastUpdated":
|
|
1037
|
+
"lastUpdated": 1655530131000,
|
|
1008
1038
|
"docs": "https://vueuse.org/core/useFileSystemAccess/",
|
|
1009
1039
|
"category": "Browser",
|
|
1010
1040
|
"description": "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
@@ -1226,7 +1256,7 @@
|
|
|
1226
1256
|
{
|
|
1227
1257
|
"name": "useMediaQuery",
|
|
1228
1258
|
"package": "core",
|
|
1229
|
-
"lastUpdated":
|
|
1259
|
+
"lastUpdated": 1657077951000,
|
|
1230
1260
|
"docs": "https://vueuse.org/core/useMediaQuery/",
|
|
1231
1261
|
"category": "Browser",
|
|
1232
1262
|
"description": "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1864,7 +1894,7 @@
|
|
|
1864
1894
|
{
|
|
1865
1895
|
"name": "useWindowSize",
|
|
1866
1896
|
"package": "core",
|
|
1867
|
-
"lastUpdated":
|
|
1897
|
+
"lastUpdated": 1657078594000,
|
|
1868
1898
|
"component": true,
|
|
1869
1899
|
"docs": "https://vueuse.org/core/useWindowSize/",
|
|
1870
1900
|
"category": "Elements",
|
|
@@ -1952,6 +1982,14 @@
|
|
|
1952
1982
|
"throttledWatch"
|
|
1953
1983
|
]
|
|
1954
1984
|
},
|
|
1985
|
+
{
|
|
1986
|
+
"name": "watchTriggerable",
|
|
1987
|
+
"package": "shared",
|
|
1988
|
+
"lastUpdated": 1657077213000,
|
|
1989
|
+
"docs": "https://vueuse.org/shared/watchTriggerable/",
|
|
1990
|
+
"category": "Watch",
|
|
1991
|
+
"description": "watch that can be triggered manually"
|
|
1992
|
+
},
|
|
1955
1993
|
{
|
|
1956
1994
|
"name": "watchWithFilter",
|
|
1957
1995
|
"package": "shared",
|
package/index.mjs
CHANGED
|
@@ -171,7 +171,7 @@ var functions$1 = [
|
|
|
171
171
|
{
|
|
172
172
|
name: "computedWithControl",
|
|
173
173
|
"package": "shared",
|
|
174
|
-
lastUpdated:
|
|
174
|
+
lastUpdated: 1655617063000,
|
|
175
175
|
docs: "https://vueuse.org/shared/computedWithControl/",
|
|
176
176
|
category: "Utilities",
|
|
177
177
|
description: "explicitly define the deps of computed",
|
|
@@ -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",
|
|
@@ -569,7 +591,7 @@ var functions$1 = [
|
|
|
569
591
|
{
|
|
570
592
|
name: "unrefElement",
|
|
571
593
|
"package": "core",
|
|
572
|
-
lastUpdated:
|
|
594
|
+
lastUpdated: 1655551027000,
|
|
573
595
|
docs: "https://vueuse.org/core/unrefElement/",
|
|
574
596
|
category: "Component",
|
|
575
597
|
description: "unref for dom element"
|
|
@@ -610,7 +632,7 @@ var functions$1 = [
|
|
|
610
632
|
{
|
|
611
633
|
name: "useAsyncValidator",
|
|
612
634
|
"package": "integrations",
|
|
613
|
-
lastUpdated:
|
|
635
|
+
lastUpdated: 1655449097000,
|
|
614
636
|
component: true,
|
|
615
637
|
docs: "https://vueuse.org/integrations/useAsyncValidator/",
|
|
616
638
|
category: "@Integrations",
|
|
@@ -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"
|
|
@@ -649,6 +671,14 @@ var functions$1 = [
|
|
|
649
671
|
category: "Sensors",
|
|
650
672
|
description: "reactive [Battery Status API](https://developer.mozilla.org/en-US/docs/Web/API/Battery_Status_API)"
|
|
651
673
|
},
|
|
674
|
+
{
|
|
675
|
+
name: "useBluetooth",
|
|
676
|
+
"package": "core",
|
|
677
|
+
lastUpdated: 1655394576000,
|
|
678
|
+
docs: "https://vueuse.org/core/useBluetooth/",
|
|
679
|
+
category: "Browser",
|
|
680
|
+
description: "a reactive for working with the [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API) which provides the ability to connect and interact with Bluetooth Low Energy peripherals"
|
|
681
|
+
},
|
|
652
682
|
{
|
|
653
683
|
name: "useBreakpoints",
|
|
654
684
|
"package": "core",
|
|
@@ -709,7 +739,7 @@ var functions$1 = [
|
|
|
709
739
|
{
|
|
710
740
|
name: "useColorMode",
|
|
711
741
|
"package": "core",
|
|
712
|
-
lastUpdated:
|
|
742
|
+
lastUpdated: 1657076955000,
|
|
713
743
|
component: true,
|
|
714
744
|
docs: "https://vueuse.org/core/useColorMode/",
|
|
715
745
|
category: "Browser",
|
|
@@ -747,7 +777,7 @@ var functions$1 = [
|
|
|
747
777
|
{
|
|
748
778
|
name: "useCssVar",
|
|
749
779
|
"package": "core",
|
|
750
|
-
lastUpdated:
|
|
780
|
+
lastUpdated: 1657076529000,
|
|
751
781
|
docs: "https://vueuse.org/core/useCssVar/",
|
|
752
782
|
category: "Browser",
|
|
753
783
|
description: "manipulate CSS variables"
|
|
@@ -878,7 +908,7 @@ var functions$1 = [
|
|
|
878
908
|
{
|
|
879
909
|
name: "useDrauu",
|
|
880
910
|
"package": "integrations",
|
|
881
|
-
lastUpdated:
|
|
911
|
+
lastUpdated: 1657076024000,
|
|
882
912
|
docs: "https://vueuse.org/integrations/useDrauu/",
|
|
883
913
|
category: "@Integrations",
|
|
884
914
|
description: "reactive instance for [drauu](https://github.com/antfu/drauu)"
|
|
@@ -1003,7 +1033,7 @@ var functions$1 = [
|
|
|
1003
1033
|
{
|
|
1004
1034
|
name: "useFileSystemAccess",
|
|
1005
1035
|
"package": "core",
|
|
1006
|
-
lastUpdated:
|
|
1036
|
+
lastUpdated: 1655530131000,
|
|
1007
1037
|
docs: "https://vueuse.org/core/useFileSystemAccess/",
|
|
1008
1038
|
category: "Browser",
|
|
1009
1039
|
description: "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
@@ -1225,7 +1255,7 @@ var functions$1 = [
|
|
|
1225
1255
|
{
|
|
1226
1256
|
name: "useMediaQuery",
|
|
1227
1257
|
"package": "core",
|
|
1228
|
-
lastUpdated:
|
|
1258
|
+
lastUpdated: 1657077951000,
|
|
1229
1259
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1230
1260
|
category: "Browser",
|
|
1231
1261
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1863,7 +1893,7 @@ var functions$1 = [
|
|
|
1863
1893
|
{
|
|
1864
1894
|
name: "useWindowSize",
|
|
1865
1895
|
"package": "core",
|
|
1866
|
-
lastUpdated:
|
|
1896
|
+
lastUpdated: 1657078594000,
|
|
1867
1897
|
component: true,
|
|
1868
1898
|
docs: "https://vueuse.org/core/useWindowSize/",
|
|
1869
1899
|
category: "Elements",
|
|
@@ -1951,6 +1981,14 @@ var functions$1 = [
|
|
|
1951
1981
|
"throttledWatch"
|
|
1952
1982
|
]
|
|
1953
1983
|
},
|
|
1984
|
+
{
|
|
1985
|
+
name: "watchTriggerable",
|
|
1986
|
+
"package": "shared",
|
|
1987
|
+
lastUpdated: 1657077213000,
|
|
1988
|
+
docs: "https://vueuse.org/shared/watchTriggerable/",
|
|
1989
|
+
category: "Watch",
|
|
1990
|
+
description: "watch that can be triggered manually"
|
|
1991
|
+
},
|
|
1954
1992
|
{
|
|
1955
1993
|
name: "watchWithFilter",
|
|
1956
1994
|
"package": "shared",
|