@vueuse/metadata 10.0.0-beta.3 → 10.0.0-beta.4
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 +151 -137
- package/index.json +151 -137
- package/index.mjs +151 -137
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -218,7 +218,7 @@ var functions$1 = [
|
|
|
218
218
|
{
|
|
219
219
|
name: "createGenericProjection",
|
|
220
220
|
"package": "math",
|
|
221
|
-
lastUpdated:
|
|
221
|
+
lastUpdated: 1681372607000,
|
|
222
222
|
docs: "https://vueuse.org/math/createGenericProjection/",
|
|
223
223
|
category: "@Math",
|
|
224
224
|
description: "generic version of `createProjection`",
|
|
@@ -256,7 +256,7 @@ var functions$1 = [
|
|
|
256
256
|
{
|
|
257
257
|
name: "createProjection",
|
|
258
258
|
"package": "math",
|
|
259
|
-
lastUpdated:
|
|
259
|
+
lastUpdated: 1681372607000,
|
|
260
260
|
docs: "https://vueuse.org/math/createProjection/",
|
|
261
261
|
category: "@Math",
|
|
262
262
|
description: "reactive numeric projection from one domain to another",
|
|
@@ -286,7 +286,7 @@ var functions$1 = [
|
|
|
286
286
|
{
|
|
287
287
|
name: "createUnrefFn",
|
|
288
288
|
"package": "core",
|
|
289
|
-
lastUpdated:
|
|
289
|
+
lastUpdated: 1681373709000,
|
|
290
290
|
docs: "https://vueuse.org/core/createUnrefFn/",
|
|
291
291
|
category: "Utilities",
|
|
292
292
|
description: "make a plain function accepting ref and raw values as arguments",
|
|
@@ -313,7 +313,7 @@ var functions$1 = [
|
|
|
313
313
|
{
|
|
314
314
|
name: "get",
|
|
315
315
|
"package": "shared",
|
|
316
|
-
lastUpdated:
|
|
316
|
+
lastUpdated: 1681373709000,
|
|
317
317
|
docs: "https://vueuse.org/shared/get/",
|
|
318
318
|
category: "Utilities",
|
|
319
319
|
description: "shorthand for accessing `ref.value`"
|
|
@@ -321,7 +321,7 @@ var functions$1 = [
|
|
|
321
321
|
{
|
|
322
322
|
name: "isDefined",
|
|
323
323
|
"package": "shared",
|
|
324
|
-
lastUpdated:
|
|
324
|
+
lastUpdated: 1681373709000,
|
|
325
325
|
docs: "https://vueuse.org/shared/isDefined/",
|
|
326
326
|
category: "Utilities",
|
|
327
327
|
description: "non-nullish checking type guard for Ref"
|
|
@@ -329,7 +329,7 @@ var functions$1 = [
|
|
|
329
329
|
{
|
|
330
330
|
name: "logicAnd",
|
|
331
331
|
"package": "math",
|
|
332
|
-
lastUpdated:
|
|
332
|
+
lastUpdated: 1681372607000,
|
|
333
333
|
docs: "https://vueuse.org/math/logicAnd/",
|
|
334
334
|
category: "@Math",
|
|
335
335
|
description: "`AND` condition for refs",
|
|
@@ -344,7 +344,7 @@ var functions$1 = [
|
|
|
344
344
|
{
|
|
345
345
|
name: "logicNot",
|
|
346
346
|
"package": "math",
|
|
347
|
-
lastUpdated:
|
|
347
|
+
lastUpdated: 1681372607000,
|
|
348
348
|
docs: "https://vueuse.org/math/logicNot/",
|
|
349
349
|
category: "@Math",
|
|
350
350
|
description: "`NOT` condition for ref",
|
|
@@ -359,7 +359,7 @@ var functions$1 = [
|
|
|
359
359
|
{
|
|
360
360
|
name: "logicOr",
|
|
361
361
|
"package": "math",
|
|
362
|
-
lastUpdated:
|
|
362
|
+
lastUpdated: 1681372607000,
|
|
363
363
|
docs: "https://vueuse.org/math/logicOr/",
|
|
364
364
|
category: "@Math",
|
|
365
365
|
description: "`OR` conditions for refs",
|
|
@@ -392,7 +392,7 @@ var functions$1 = [
|
|
|
392
392
|
{
|
|
393
393
|
name: "onKeyStroke",
|
|
394
394
|
"package": "core",
|
|
395
|
-
lastUpdated:
|
|
395
|
+
lastUpdated: 1681372607000,
|
|
396
396
|
directive: true,
|
|
397
397
|
docs: "https://vueuse.org/core/onKeyStroke/",
|
|
398
398
|
category: "Sensors",
|
|
@@ -419,7 +419,7 @@ var functions$1 = [
|
|
|
419
419
|
{
|
|
420
420
|
name: "reactify",
|
|
421
421
|
"package": "shared",
|
|
422
|
-
lastUpdated:
|
|
422
|
+
lastUpdated: 1681373709000,
|
|
423
423
|
docs: "https://vueuse.org/shared/reactify/",
|
|
424
424
|
category: "Reactivity",
|
|
425
425
|
description: "converts plain functions into reactive functions",
|
|
@@ -449,7 +449,7 @@ var functions$1 = [
|
|
|
449
449
|
{
|
|
450
450
|
name: "reactiveOmit",
|
|
451
451
|
"package": "shared",
|
|
452
|
-
lastUpdated:
|
|
452
|
+
lastUpdated: 1681371709000,
|
|
453
453
|
docs: "https://vueuse.org/shared/reactiveOmit/",
|
|
454
454
|
category: "Reactivity",
|
|
455
455
|
description: "reactively omit fields from a reactive object"
|
|
@@ -457,7 +457,7 @@ var functions$1 = [
|
|
|
457
457
|
{
|
|
458
458
|
name: "reactivePick",
|
|
459
459
|
"package": "shared",
|
|
460
|
-
lastUpdated:
|
|
460
|
+
lastUpdated: 1681373709000,
|
|
461
461
|
docs: "https://vueuse.org/shared/reactivePick/",
|
|
462
462
|
category: "Reactivity",
|
|
463
463
|
description: "reactively pick fields from a reactive object"
|
|
@@ -465,7 +465,7 @@ var functions$1 = [
|
|
|
465
465
|
{
|
|
466
466
|
name: "refAutoReset",
|
|
467
467
|
"package": "shared",
|
|
468
|
-
lastUpdated:
|
|
468
|
+
lastUpdated: 1681372607000,
|
|
469
469
|
docs: "https://vueuse.org/shared/refAutoReset/",
|
|
470
470
|
category: "Reactivity",
|
|
471
471
|
description: "a ref which will be reset to the default value after some time",
|
|
@@ -476,7 +476,7 @@ var functions$1 = [
|
|
|
476
476
|
{
|
|
477
477
|
name: "refDebounced",
|
|
478
478
|
"package": "shared",
|
|
479
|
-
lastUpdated:
|
|
479
|
+
lastUpdated: 1681372607000,
|
|
480
480
|
docs: "https://vueuse.org/shared/refDebounced/",
|
|
481
481
|
category: "Reactivity",
|
|
482
482
|
description: "debounce execution of a ref value",
|
|
@@ -525,28 +525,6 @@ var functions$1 = [
|
|
|
525
525
|
"computedWithControl"
|
|
526
526
|
]
|
|
527
527
|
},
|
|
528
|
-
{
|
|
529
|
-
name: "resolveRef",
|
|
530
|
-
"package": "shared",
|
|
531
|
-
lastUpdated: 1672752994000,
|
|
532
|
-
docs: "https://vueuse.org/shared/resolveRef/",
|
|
533
|
-
category: "Reactivity",
|
|
534
|
-
description: "normalize value/ref/getter to `ref` or `computed`",
|
|
535
|
-
related: [
|
|
536
|
-
"resolveUnref"
|
|
537
|
-
]
|
|
538
|
-
},
|
|
539
|
-
{
|
|
540
|
-
name: "resolveUnref",
|
|
541
|
-
"package": "shared",
|
|
542
|
-
lastUpdated: 1678811060000,
|
|
543
|
-
docs: "https://vueuse.org/shared/resolveUnref/",
|
|
544
|
-
category: "Reactivity",
|
|
545
|
-
description: "get the value of value/ref/getter",
|
|
546
|
-
related: [
|
|
547
|
-
"resolveRef"
|
|
548
|
-
]
|
|
549
|
-
},
|
|
550
528
|
{
|
|
551
529
|
name: "set",
|
|
552
530
|
"package": "shared",
|
|
@@ -596,11 +574,25 @@ var functions$1 = [
|
|
|
596
574
|
{
|
|
597
575
|
name: "toReactive",
|
|
598
576
|
"package": "shared",
|
|
599
|
-
lastUpdated:
|
|
577
|
+
lastUpdated: 1681373709000,
|
|
600
578
|
docs: "https://vueuse.org/shared/toReactive/",
|
|
601
579
|
category: "Reactivity",
|
|
602
580
|
description: "converts ref to reactive"
|
|
603
581
|
},
|
|
582
|
+
{
|
|
583
|
+
name: "toRef",
|
|
584
|
+
"package": "shared",
|
|
585
|
+
lastUpdated: 1681373709000,
|
|
586
|
+
docs: "https://vueuse.org/shared/toRef/",
|
|
587
|
+
category: "Reactivity",
|
|
588
|
+
description: "normalize value/ref/getter to `ref` or `computed`",
|
|
589
|
+
alias: [
|
|
590
|
+
"resolveRef"
|
|
591
|
+
],
|
|
592
|
+
related: [
|
|
593
|
+
"toValue"
|
|
594
|
+
]
|
|
595
|
+
},
|
|
604
596
|
{
|
|
605
597
|
name: "toRefs",
|
|
606
598
|
"package": "shared",
|
|
@@ -609,6 +601,20 @@ var functions$1 = [
|
|
|
609
601
|
category: "Reactivity",
|
|
610
602
|
description: "extended [`toRefs`](https://v3.vuejs.org/api/refs-api.html#torefs) that also accepts refs of an object"
|
|
611
603
|
},
|
|
604
|
+
{
|
|
605
|
+
name: "toValue",
|
|
606
|
+
"package": "shared",
|
|
607
|
+
lastUpdated: 1681373709000,
|
|
608
|
+
docs: "https://vueuse.org/shared/toValue/",
|
|
609
|
+
category: "Reactivity",
|
|
610
|
+
description: "get the value of value/ref/getter",
|
|
611
|
+
alias: [
|
|
612
|
+
"resolveUnref"
|
|
613
|
+
],
|
|
614
|
+
related: [
|
|
615
|
+
"toRef"
|
|
616
|
+
]
|
|
617
|
+
},
|
|
612
618
|
{
|
|
613
619
|
name: "tryOnBeforeMount",
|
|
614
620
|
"package": "shared",
|
|
@@ -652,7 +658,7 @@ var functions$1 = [
|
|
|
652
658
|
{
|
|
653
659
|
name: "unrefElement",
|
|
654
660
|
"package": "core",
|
|
655
|
-
lastUpdated:
|
|
661
|
+
lastUpdated: 1681372607000,
|
|
656
662
|
docs: "https://vueuse.org/core/unrefElement/",
|
|
657
663
|
category: "Component",
|
|
658
664
|
description: "unref for dom element"
|
|
@@ -660,7 +666,7 @@ var functions$1 = [
|
|
|
660
666
|
{
|
|
661
667
|
name: "until",
|
|
662
668
|
"package": "shared",
|
|
663
|
-
lastUpdated:
|
|
669
|
+
lastUpdated: 1681372607000,
|
|
664
670
|
docs: "https://vueuse.org/shared/until/",
|
|
665
671
|
category: "Watch",
|
|
666
672
|
description: "promised one-time watch for changes"
|
|
@@ -668,7 +674,7 @@ var functions$1 = [
|
|
|
668
674
|
{
|
|
669
675
|
name: "useAbs",
|
|
670
676
|
"package": "math",
|
|
671
|
-
lastUpdated:
|
|
677
|
+
lastUpdated: 1681372607000,
|
|
672
678
|
docs: "https://vueuse.org/math/useAbs/",
|
|
673
679
|
category: "@Math",
|
|
674
680
|
description: "reactive `Math.abs`"
|
|
@@ -682,10 +688,18 @@ var functions$1 = [
|
|
|
682
688
|
category: "Elements",
|
|
683
689
|
description: "reactive `document.activeElement`"
|
|
684
690
|
},
|
|
691
|
+
{
|
|
692
|
+
name: "useAnimate",
|
|
693
|
+
"package": "core",
|
|
694
|
+
lastUpdated: 1681381979000,
|
|
695
|
+
docs: "https://vueuse.org/core/useAnimate/",
|
|
696
|
+
category: "Animation",
|
|
697
|
+
description: "reactive [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API)"
|
|
698
|
+
},
|
|
685
699
|
{
|
|
686
700
|
name: "useArrayDifference",
|
|
687
701
|
"package": "shared",
|
|
688
|
-
lastUpdated:
|
|
702
|
+
lastUpdated: 1681372607000,
|
|
689
703
|
docs: "https://vueuse.org/shared/useArrayDifference/",
|
|
690
704
|
category: "Array",
|
|
691
705
|
description: "reactive get array difference of two array"
|
|
@@ -693,7 +707,7 @@ var functions$1 = [
|
|
|
693
707
|
{
|
|
694
708
|
name: "useArrayEvery",
|
|
695
709
|
"package": "shared",
|
|
696
|
-
lastUpdated:
|
|
710
|
+
lastUpdated: 1681372607000,
|
|
697
711
|
docs: "https://vueuse.org/shared/useArrayEvery/",
|
|
698
712
|
category: "Array",
|
|
699
713
|
description: "reactive `Array.every`"
|
|
@@ -701,7 +715,7 @@ var functions$1 = [
|
|
|
701
715
|
{
|
|
702
716
|
name: "useArrayFilter",
|
|
703
717
|
"package": "shared",
|
|
704
|
-
lastUpdated:
|
|
718
|
+
lastUpdated: 1681372607000,
|
|
705
719
|
docs: "https://vueuse.org/shared/useArrayFilter/",
|
|
706
720
|
category: "Array",
|
|
707
721
|
description: "reactive `Array.filter`"
|
|
@@ -709,7 +723,7 @@ var functions$1 = [
|
|
|
709
723
|
{
|
|
710
724
|
name: "useArrayFind",
|
|
711
725
|
"package": "shared",
|
|
712
|
-
lastUpdated:
|
|
726
|
+
lastUpdated: 1681372607000,
|
|
713
727
|
docs: "https://vueuse.org/shared/useArrayFind/",
|
|
714
728
|
category: "Array",
|
|
715
729
|
description: "reactive `Array.find`"
|
|
@@ -717,7 +731,7 @@ var functions$1 = [
|
|
|
717
731
|
{
|
|
718
732
|
name: "useArrayFindIndex",
|
|
719
733
|
"package": "shared",
|
|
720
|
-
lastUpdated:
|
|
734
|
+
lastUpdated: 1681372607000,
|
|
721
735
|
docs: "https://vueuse.org/shared/useArrayFindIndex/",
|
|
722
736
|
category: "Array",
|
|
723
737
|
description: "reactive `Array.findIndex`"
|
|
@@ -725,7 +739,7 @@ var functions$1 = [
|
|
|
725
739
|
{
|
|
726
740
|
name: "useArrayFindLast",
|
|
727
741
|
"package": "shared",
|
|
728
|
-
lastUpdated:
|
|
742
|
+
lastUpdated: 1681372607000,
|
|
729
743
|
docs: "https://vueuse.org/shared/useArrayFindLast/",
|
|
730
744
|
category: "Array",
|
|
731
745
|
description: "reactive `Array.findLast`"
|
|
@@ -733,7 +747,7 @@ var functions$1 = [
|
|
|
733
747
|
{
|
|
734
748
|
name: "useArrayIncludes",
|
|
735
749
|
"package": "shared",
|
|
736
|
-
lastUpdated:
|
|
750
|
+
lastUpdated: 1681372607000,
|
|
737
751
|
docs: "https://vueuse.org/shared/useArrayIncludes/",
|
|
738
752
|
category: "Array",
|
|
739
753
|
description: "reactive `Array.includes`"
|
|
@@ -741,7 +755,7 @@ var functions$1 = [
|
|
|
741
755
|
{
|
|
742
756
|
name: "useArrayJoin",
|
|
743
757
|
"package": "shared",
|
|
744
|
-
lastUpdated:
|
|
758
|
+
lastUpdated: 1681372607000,
|
|
745
759
|
docs: "https://vueuse.org/shared/useArrayJoin/",
|
|
746
760
|
category: "Array",
|
|
747
761
|
description: "reactive `Array.join`"
|
|
@@ -749,7 +763,7 @@ var functions$1 = [
|
|
|
749
763
|
{
|
|
750
764
|
name: "useArrayMap",
|
|
751
765
|
"package": "shared",
|
|
752
|
-
lastUpdated:
|
|
766
|
+
lastUpdated: 1681372607000,
|
|
753
767
|
docs: "https://vueuse.org/shared/useArrayMap/",
|
|
754
768
|
category: "Array",
|
|
755
769
|
description: "reactive `Array.map`"
|
|
@@ -757,7 +771,7 @@ var functions$1 = [
|
|
|
757
771
|
{
|
|
758
772
|
name: "useArrayReduce",
|
|
759
773
|
"package": "shared",
|
|
760
|
-
lastUpdated:
|
|
774
|
+
lastUpdated: 1681372607000,
|
|
761
775
|
docs: "https://vueuse.org/shared/useArrayReduce/",
|
|
762
776
|
category: "Array",
|
|
763
777
|
description: "reactive `Array.reduce`"
|
|
@@ -765,7 +779,7 @@ var functions$1 = [
|
|
|
765
779
|
{
|
|
766
780
|
name: "useArraySome",
|
|
767
781
|
"package": "shared",
|
|
768
|
-
lastUpdated:
|
|
782
|
+
lastUpdated: 1681372607000,
|
|
769
783
|
docs: "https://vueuse.org/shared/useArraySome/",
|
|
770
784
|
category: "Array",
|
|
771
785
|
description: "reactive `Array.some`"
|
|
@@ -773,7 +787,7 @@ var functions$1 = [
|
|
|
773
787
|
{
|
|
774
788
|
name: "useArrayUnique",
|
|
775
789
|
"package": "shared",
|
|
776
|
-
lastUpdated:
|
|
790
|
+
lastUpdated: 1681372607000,
|
|
777
791
|
docs: "https://vueuse.org/shared/useArrayUnique/",
|
|
778
792
|
category: "Array",
|
|
779
793
|
description: "reactive unique array"
|
|
@@ -797,7 +811,7 @@ var functions$1 = [
|
|
|
797
811
|
{
|
|
798
812
|
name: "useAsyncValidator",
|
|
799
813
|
"package": "integrations",
|
|
800
|
-
lastUpdated:
|
|
814
|
+
lastUpdated: 1681372607000,
|
|
801
815
|
component: true,
|
|
802
816
|
docs: "https://vueuse.org/integrations/useAsyncValidator/",
|
|
803
817
|
category: "@Integrations",
|
|
@@ -816,7 +830,7 @@ var functions$1 = [
|
|
|
816
830
|
{
|
|
817
831
|
name: "useAverage",
|
|
818
832
|
"package": "math",
|
|
819
|
-
lastUpdated:
|
|
833
|
+
lastUpdated: 1681372607000,
|
|
820
834
|
docs: "https://vueuse.org/math/useAverage/",
|
|
821
835
|
category: "@Math",
|
|
822
836
|
description: "get the average of an array reactively"
|
|
@@ -824,7 +838,7 @@ var functions$1 = [
|
|
|
824
838
|
{
|
|
825
839
|
name: "useAxios",
|
|
826
840
|
"package": "integrations",
|
|
827
|
-
lastUpdated:
|
|
841
|
+
lastUpdated: 1681378823000,
|
|
828
842
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
829
843
|
category: "@Integrations",
|
|
830
844
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -833,7 +847,7 @@ var functions$1 = [
|
|
|
833
847
|
{
|
|
834
848
|
name: "useBase64",
|
|
835
849
|
"package": "core",
|
|
836
|
-
lastUpdated:
|
|
850
|
+
lastUpdated: 1681372607000,
|
|
837
851
|
docs: "https://vueuse.org/core/useBase64/",
|
|
838
852
|
category: "Utilities",
|
|
839
853
|
description: "reactive base64 transforming"
|
|
@@ -891,7 +905,7 @@ var functions$1 = [
|
|
|
891
905
|
{
|
|
892
906
|
name: "useCeil",
|
|
893
907
|
"package": "math",
|
|
894
|
-
lastUpdated:
|
|
908
|
+
lastUpdated: 1681372607000,
|
|
895
909
|
docs: "https://vueuse.org/math/useCeil/",
|
|
896
910
|
category: "@Math",
|
|
897
911
|
description: "reactive `Math.ceil`"
|
|
@@ -899,7 +913,7 @@ var functions$1 = [
|
|
|
899
913
|
{
|
|
900
914
|
name: "useChangeCase",
|
|
901
915
|
"package": "integrations",
|
|
902
|
-
lastUpdated:
|
|
916
|
+
lastUpdated: 1681372607000,
|
|
903
917
|
docs: "https://vueuse.org/integrations/useChangeCase/",
|
|
904
918
|
category: "@Integrations",
|
|
905
919
|
description: "reactive wrapper for [`change-case`](https://github.com/blakeembrey/change-case)",
|
|
@@ -908,7 +922,7 @@ var functions$1 = [
|
|
|
908
922
|
{
|
|
909
923
|
name: "useClamp",
|
|
910
924
|
"package": "math",
|
|
911
|
-
lastUpdated:
|
|
925
|
+
lastUpdated: 1681374342000,
|
|
912
926
|
docs: "https://vueuse.org/math/useClamp/",
|
|
913
927
|
category: "@Math",
|
|
914
928
|
description: "reactively clamp a value between two other values"
|
|
@@ -916,7 +930,7 @@ var functions$1 = [
|
|
|
916
930
|
{
|
|
917
931
|
name: "useClipboard",
|
|
918
932
|
"package": "core",
|
|
919
|
-
lastUpdated:
|
|
933
|
+
lastUpdated: 1681372607000,
|
|
920
934
|
docs: "https://vueuse.org/core/useClipboard/",
|
|
921
935
|
category: "Browser",
|
|
922
936
|
description: "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
@@ -924,7 +938,7 @@ var functions$1 = [
|
|
|
924
938
|
{
|
|
925
939
|
name: "useCloned",
|
|
926
940
|
"package": "core",
|
|
927
|
-
lastUpdated:
|
|
941
|
+
lastUpdated: 1681373709000,
|
|
928
942
|
docs: "https://vueuse.org/core/useCloned/",
|
|
929
943
|
category: "Utilities",
|
|
930
944
|
description: "reactive clone of a ref"
|
|
@@ -932,7 +946,7 @@ var functions$1 = [
|
|
|
932
946
|
{
|
|
933
947
|
name: "useColorMode",
|
|
934
948
|
"package": "core",
|
|
935
|
-
lastUpdated:
|
|
949
|
+
lastUpdated: 1681385989000,
|
|
936
950
|
component: true,
|
|
937
951
|
docs: "https://vueuse.org/core/useColorMode/",
|
|
938
952
|
category: "Browser",
|
|
@@ -971,7 +985,7 @@ var functions$1 = [
|
|
|
971
985
|
{
|
|
972
986
|
name: "useCssVar",
|
|
973
987
|
"package": "core",
|
|
974
|
-
lastUpdated:
|
|
988
|
+
lastUpdated: 1681372607000,
|
|
975
989
|
docs: "https://vueuse.org/core/useCssVar/",
|
|
976
990
|
category: "Browser",
|
|
977
991
|
description: "manipulate CSS variables"
|
|
@@ -987,7 +1001,7 @@ var functions$1 = [
|
|
|
987
1001
|
{
|
|
988
1002
|
name: "useCycleList",
|
|
989
1003
|
"package": "core",
|
|
990
|
-
lastUpdated:
|
|
1004
|
+
lastUpdated: 1681372607000,
|
|
991
1005
|
docs: "https://vueuse.org/core/useCycleList/",
|
|
992
1006
|
category: "Utilities",
|
|
993
1007
|
description: "cycle through a list of items"
|
|
@@ -1009,7 +1023,7 @@ var functions$1 = [
|
|
|
1009
1023
|
{
|
|
1010
1024
|
name: "useDateFormat",
|
|
1011
1025
|
"package": "shared",
|
|
1012
|
-
lastUpdated:
|
|
1026
|
+
lastUpdated: 1681372607000,
|
|
1013
1027
|
docs: "https://vueuse.org/shared/useDateFormat/",
|
|
1014
1028
|
category: "Time",
|
|
1015
1029
|
description: "get the formatted date according to the string of tokens passed in"
|
|
@@ -1017,7 +1031,7 @@ var functions$1 = [
|
|
|
1017
1031
|
{
|
|
1018
1032
|
name: "useDebouncedRefHistory",
|
|
1019
1033
|
"package": "core",
|
|
1020
|
-
lastUpdated:
|
|
1034
|
+
lastUpdated: 1681372607000,
|
|
1021
1035
|
docs: "https://vueuse.org/core/useDebouncedRefHistory/",
|
|
1022
1036
|
category: "State",
|
|
1023
1037
|
description: "shorthand for `useRefHistory` with debounced filter",
|
|
@@ -1029,7 +1043,7 @@ var functions$1 = [
|
|
|
1029
1043
|
{
|
|
1030
1044
|
name: "useDebounceFn",
|
|
1031
1045
|
"package": "shared",
|
|
1032
|
-
lastUpdated:
|
|
1046
|
+
lastUpdated: 1681372607000,
|
|
1033
1047
|
docs: "https://vueuse.org/shared/useDebounceFn/",
|
|
1034
1048
|
category: "Utilities",
|
|
1035
1049
|
description: "debounce execution of a function",
|
|
@@ -1099,7 +1113,7 @@ var functions$1 = [
|
|
|
1099
1113
|
{
|
|
1100
1114
|
name: "useDraggable",
|
|
1101
1115
|
"package": "core",
|
|
1102
|
-
lastUpdated:
|
|
1116
|
+
lastUpdated: 1681376720000,
|
|
1103
1117
|
component: true,
|
|
1104
1118
|
docs: "https://vueuse.org/core/useDraggable/",
|
|
1105
1119
|
category: "Elements",
|
|
@@ -1117,7 +1131,7 @@ var functions$1 = [
|
|
|
1117
1131
|
{
|
|
1118
1132
|
name: "useDropZone",
|
|
1119
1133
|
"package": "core",
|
|
1120
|
-
lastUpdated:
|
|
1134
|
+
lastUpdated: 1681372607000,
|
|
1121
1135
|
docs: "https://vueuse.org/core/useDropZone/",
|
|
1122
1136
|
category: "Elements",
|
|
1123
1137
|
description: "create a zone where files can be dropped"
|
|
@@ -1134,7 +1148,7 @@ var functions$1 = [
|
|
|
1134
1148
|
{
|
|
1135
1149
|
name: "useElementByPoint",
|
|
1136
1150
|
"package": "core",
|
|
1137
|
-
lastUpdated:
|
|
1151
|
+
lastUpdated: 1681372607000,
|
|
1138
1152
|
docs: "https://vueuse.org/core/useElementByPoint/",
|
|
1139
1153
|
category: "Sensors",
|
|
1140
1154
|
description: "reactive element by point"
|
|
@@ -1142,7 +1156,7 @@ var functions$1 = [
|
|
|
1142
1156
|
{
|
|
1143
1157
|
name: "useElementHover",
|
|
1144
1158
|
"package": "core",
|
|
1145
|
-
lastUpdated:
|
|
1159
|
+
lastUpdated: 1681372607000,
|
|
1146
1160
|
directive: true,
|
|
1147
1161
|
docs: "https://vueuse.org/core/useElementHover/",
|
|
1148
1162
|
category: "Sensors",
|
|
@@ -1175,7 +1189,7 @@ var functions$1 = [
|
|
|
1175
1189
|
{
|
|
1176
1190
|
name: "useElementVisibility",
|
|
1177
1191
|
"package": "core",
|
|
1178
|
-
lastUpdated:
|
|
1192
|
+
lastUpdated: 1681372607000,
|
|
1179
1193
|
component: true,
|
|
1180
1194
|
directive: true,
|
|
1181
1195
|
docs: "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1193,7 +1207,7 @@ var functions$1 = [
|
|
|
1193
1207
|
{
|
|
1194
1208
|
name: "useEventListener",
|
|
1195
1209
|
"package": "core",
|
|
1196
|
-
lastUpdated:
|
|
1210
|
+
lastUpdated: 1681372607000,
|
|
1197
1211
|
docs: "https://vueuse.org/core/useEventListener/",
|
|
1198
1212
|
category: "Browser",
|
|
1199
1213
|
description: "use EventListener with ease"
|
|
@@ -1218,7 +1232,7 @@ var functions$1 = [
|
|
|
1218
1232
|
{
|
|
1219
1233
|
name: "useFavicon",
|
|
1220
1234
|
"package": "core",
|
|
1221
|
-
lastUpdated:
|
|
1235
|
+
lastUpdated: 1681374342000,
|
|
1222
1236
|
docs: "https://vueuse.org/core/useFavicon/",
|
|
1223
1237
|
category: "Browser",
|
|
1224
1238
|
description: "reactive favicon"
|
|
@@ -1226,7 +1240,7 @@ var functions$1 = [
|
|
|
1226
1240
|
{
|
|
1227
1241
|
name: "useFetch",
|
|
1228
1242
|
"package": "core",
|
|
1229
|
-
lastUpdated:
|
|
1243
|
+
lastUpdated: 1681372607000,
|
|
1230
1244
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1231
1245
|
category: "Network",
|
|
1232
1246
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1242,7 +1256,7 @@ var functions$1 = [
|
|
|
1242
1256
|
{
|
|
1243
1257
|
name: "useFileSystemAccess",
|
|
1244
1258
|
"package": "core",
|
|
1245
|
-
lastUpdated:
|
|
1259
|
+
lastUpdated: 1681373709000,
|
|
1246
1260
|
docs: "https://vueuse.org/core/useFileSystemAccess/",
|
|
1247
1261
|
category: "Browser",
|
|
1248
1262
|
description: "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
@@ -1259,7 +1273,7 @@ var functions$1 = [
|
|
|
1259
1273
|
{
|
|
1260
1274
|
name: "useFloor",
|
|
1261
1275
|
"package": "math",
|
|
1262
|
-
lastUpdated:
|
|
1276
|
+
lastUpdated: 1681372607000,
|
|
1263
1277
|
docs: "https://vueuse.org/math/useFloor/",
|
|
1264
1278
|
category: "@Math",
|
|
1265
1279
|
description: "reactive `Math.floor`"
|
|
@@ -1310,7 +1324,7 @@ var functions$1 = [
|
|
|
1310
1324
|
{
|
|
1311
1325
|
name: "useFuse",
|
|
1312
1326
|
"package": "integrations",
|
|
1313
|
-
lastUpdated:
|
|
1327
|
+
lastUpdated: 1681373709000,
|
|
1314
1328
|
docs: "https://vueuse.org/integrations/useFuse/",
|
|
1315
1329
|
category: "@Integrations",
|
|
1316
1330
|
description: "easily implement fuzzy search using a composable with [Fuse.js](https://github.com/krisk/fuse)",
|
|
@@ -1343,7 +1357,7 @@ var functions$1 = [
|
|
|
1343
1357
|
{
|
|
1344
1358
|
name: "useIDBKeyval",
|
|
1345
1359
|
"package": "integrations",
|
|
1346
|
-
lastUpdated:
|
|
1360
|
+
lastUpdated: 1681372607000,
|
|
1347
1361
|
docs: "https://vueuse.org/integrations/useIDBKeyval/",
|
|
1348
1362
|
category: "@Integrations",
|
|
1349
1363
|
description: "wrapper for [`idb-keyval`](https://www.npmjs.com/package/idb-keyval)",
|
|
@@ -1361,7 +1375,7 @@ var functions$1 = [
|
|
|
1361
1375
|
{
|
|
1362
1376
|
name: "useImage",
|
|
1363
1377
|
"package": "core",
|
|
1364
|
-
lastUpdated:
|
|
1378
|
+
lastUpdated: 1681372607000,
|
|
1365
1379
|
component: true,
|
|
1366
1380
|
docs: "https://vueuse.org/core/useImage/",
|
|
1367
1381
|
category: "Browser",
|
|
@@ -1370,7 +1384,7 @@ var functions$1 = [
|
|
|
1370
1384
|
{
|
|
1371
1385
|
name: "useInfiniteScroll",
|
|
1372
1386
|
"package": "core",
|
|
1373
|
-
lastUpdated:
|
|
1387
|
+
lastUpdated: 1681372607000,
|
|
1374
1388
|
directive: true,
|
|
1375
1389
|
docs: "https://vueuse.org/core/useInfiniteScroll/",
|
|
1376
1390
|
category: "Sensors",
|
|
@@ -1379,7 +1393,7 @@ var functions$1 = [
|
|
|
1379
1393
|
{
|
|
1380
1394
|
name: "useIntersectionObserver",
|
|
1381
1395
|
"package": "core",
|
|
1382
|
-
lastUpdated:
|
|
1396
|
+
lastUpdated: 1681387907000,
|
|
1383
1397
|
directive: true,
|
|
1384
1398
|
docs: "https://vueuse.org/core/useIntersectionObserver/",
|
|
1385
1399
|
category: "Elements",
|
|
@@ -1388,7 +1402,7 @@ var functions$1 = [
|
|
|
1388
1402
|
{
|
|
1389
1403
|
name: "useInterval",
|
|
1390
1404
|
"package": "shared",
|
|
1391
|
-
lastUpdated:
|
|
1405
|
+
lastUpdated: 1681372607000,
|
|
1392
1406
|
docs: "https://vueuse.org/shared/useInterval/",
|
|
1393
1407
|
category: "Animation",
|
|
1394
1408
|
description: "reactive counter increases on every interval"
|
|
@@ -1396,7 +1410,7 @@ var functions$1 = [
|
|
|
1396
1410
|
{
|
|
1397
1411
|
name: "useIntervalFn",
|
|
1398
1412
|
"package": "shared",
|
|
1399
|
-
lastUpdated:
|
|
1413
|
+
lastUpdated: 1681372607000,
|
|
1400
1414
|
docs: "https://vueuse.org/shared/useIntervalFn/",
|
|
1401
1415
|
category: "Animation",
|
|
1402
1416
|
description: "wrapper for `setInterval` with controls"
|
|
@@ -1428,7 +1442,7 @@ var functions$1 = [
|
|
|
1428
1442
|
{
|
|
1429
1443
|
name: "useJwt",
|
|
1430
1444
|
"package": "integrations",
|
|
1431
|
-
lastUpdated:
|
|
1445
|
+
lastUpdated: 1681372607000,
|
|
1432
1446
|
docs: "https://vueuse.org/integrations/useJwt/",
|
|
1433
1447
|
category: "@Integrations",
|
|
1434
1448
|
description: "wrapper for [`jwt-decode`](https://github.com/auth0/jwt-decode)",
|
|
@@ -1453,7 +1467,7 @@ var functions$1 = [
|
|
|
1453
1467
|
{
|
|
1454
1468
|
name: "useLocalStorage",
|
|
1455
1469
|
"package": "core",
|
|
1456
|
-
lastUpdated:
|
|
1470
|
+
lastUpdated: 1681372607000,
|
|
1457
1471
|
docs: "https://vueuse.org/core/useLocalStorage/",
|
|
1458
1472
|
category: "State",
|
|
1459
1473
|
description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)",
|
|
@@ -1464,7 +1478,7 @@ var functions$1 = [
|
|
|
1464
1478
|
{
|
|
1465
1479
|
name: "useMagicKeys",
|
|
1466
1480
|
"package": "core",
|
|
1467
|
-
lastUpdated:
|
|
1481
|
+
lastUpdated: 1681373709000,
|
|
1468
1482
|
docs: "https://vueuse.org/core/useMagicKeys/",
|
|
1469
1483
|
category: "Sensors",
|
|
1470
1484
|
description: "reactive keys pressed state"
|
|
@@ -1491,7 +1505,7 @@ var functions$1 = [
|
|
|
1491
1505
|
{
|
|
1492
1506
|
name: "useMax",
|
|
1493
1507
|
"package": "math",
|
|
1494
|
-
lastUpdated:
|
|
1508
|
+
lastUpdated: 1681372607000,
|
|
1495
1509
|
docs: "https://vueuse.org/math/useMax/",
|
|
1496
1510
|
category: "@Math",
|
|
1497
1511
|
description: "reactive `Math.max`"
|
|
@@ -1499,7 +1513,7 @@ var functions$1 = [
|
|
|
1499
1513
|
{
|
|
1500
1514
|
name: "useMediaControls",
|
|
1501
1515
|
"package": "core",
|
|
1502
|
-
lastUpdated:
|
|
1516
|
+
lastUpdated: 1681372607000,
|
|
1503
1517
|
docs: "https://vueuse.org/core/useMediaControls/",
|
|
1504
1518
|
category: "Browser",
|
|
1505
1519
|
description: "reactive media controls for both `audio` and `video` elements"
|
|
@@ -1507,7 +1521,7 @@ var functions$1 = [
|
|
|
1507
1521
|
{
|
|
1508
1522
|
name: "useMediaQuery",
|
|
1509
1523
|
"package": "core",
|
|
1510
|
-
lastUpdated:
|
|
1524
|
+
lastUpdated: 1681372607000,
|
|
1511
1525
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1512
1526
|
category: "Browser",
|
|
1513
1527
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1531,7 +1545,7 @@ var functions$1 = [
|
|
|
1531
1545
|
{
|
|
1532
1546
|
name: "useMin",
|
|
1533
1547
|
"package": "math",
|
|
1534
|
-
lastUpdated:
|
|
1548
|
+
lastUpdated: 1681372607000,
|
|
1535
1549
|
docs: "https://vueuse.org/math/useMin/",
|
|
1536
1550
|
category: "@Math",
|
|
1537
1551
|
description: "reactive `Math.min`"
|
|
@@ -1568,7 +1582,7 @@ var functions$1 = [
|
|
|
1568
1582
|
{
|
|
1569
1583
|
name: "useMouse",
|
|
1570
1584
|
"package": "core",
|
|
1571
|
-
lastUpdated:
|
|
1585
|
+
lastUpdated: 1681379617000,
|
|
1572
1586
|
component: true,
|
|
1573
1587
|
docs: "https://vueuse.org/core/useMouse/",
|
|
1574
1588
|
category: "Sensors",
|
|
@@ -1629,7 +1643,7 @@ var functions$1 = [
|
|
|
1629
1643
|
{
|
|
1630
1644
|
name: "useNProgress",
|
|
1631
1645
|
"package": "integrations",
|
|
1632
|
-
lastUpdated:
|
|
1646
|
+
lastUpdated: 1681372607000,
|
|
1633
1647
|
docs: "https://vueuse.org/integrations/useNProgress/",
|
|
1634
1648
|
category: "@Integrations",
|
|
1635
1649
|
description: "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)",
|
|
@@ -1638,7 +1652,7 @@ var functions$1 = [
|
|
|
1638
1652
|
{
|
|
1639
1653
|
name: "useObjectUrl",
|
|
1640
1654
|
"package": "core",
|
|
1641
|
-
lastUpdated:
|
|
1655
|
+
lastUpdated: 1681373709000,
|
|
1642
1656
|
component: true,
|
|
1643
1657
|
docs: "https://vueuse.org/core/useObjectUrl/",
|
|
1644
1658
|
category: "Browser",
|
|
@@ -1655,7 +1669,7 @@ var functions$1 = [
|
|
|
1655
1669
|
{
|
|
1656
1670
|
name: "useOffsetPagination",
|
|
1657
1671
|
"package": "core",
|
|
1658
|
-
lastUpdated:
|
|
1672
|
+
lastUpdated: 1681374342000,
|
|
1659
1673
|
component: true,
|
|
1660
1674
|
docs: "https://vueuse.org/core/useOffsetPagination/",
|
|
1661
1675
|
category: "Utilities",
|
|
@@ -1690,7 +1704,7 @@ var functions$1 = [
|
|
|
1690
1704
|
{
|
|
1691
1705
|
name: "useParentElement",
|
|
1692
1706
|
"package": "core",
|
|
1693
|
-
lastUpdated:
|
|
1707
|
+
lastUpdated: 1681372607000,
|
|
1694
1708
|
docs: "https://vueuse.org/core/useParentElement/",
|
|
1695
1709
|
category: "Elements",
|
|
1696
1710
|
description: "get parent element of the given element"
|
|
@@ -1735,7 +1749,7 @@ var functions$1 = [
|
|
|
1735
1749
|
{
|
|
1736
1750
|
name: "usePointerSwipe",
|
|
1737
1751
|
"package": "core",
|
|
1738
|
-
lastUpdated:
|
|
1752
|
+
lastUpdated: 1681372607000,
|
|
1739
1753
|
docs: "https://vueuse.org/core/usePointerSwipe/",
|
|
1740
1754
|
category: "Sensors",
|
|
1741
1755
|
description: "reactive swipe detection based on [PointerEvents](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)"
|
|
@@ -1743,7 +1757,7 @@ var functions$1 = [
|
|
|
1743
1757
|
{
|
|
1744
1758
|
name: "usePrecision",
|
|
1745
1759
|
"package": "math",
|
|
1746
|
-
lastUpdated:
|
|
1760
|
+
lastUpdated: 1681372607000,
|
|
1747
1761
|
docs: "https://vueuse.org/math/usePrecision/",
|
|
1748
1762
|
category: "@Math",
|
|
1749
1763
|
description: "reactively set the precision of a number"
|
|
@@ -1800,7 +1814,7 @@ var functions$1 = [
|
|
|
1800
1814
|
{
|
|
1801
1815
|
name: "usePrevious",
|
|
1802
1816
|
"package": "core",
|
|
1803
|
-
lastUpdated:
|
|
1817
|
+
lastUpdated: 1681372607000,
|
|
1804
1818
|
docs: "https://vueuse.org/core/usePrevious/",
|
|
1805
1819
|
category: "Utilities",
|
|
1806
1820
|
description: "holds the previous value of a ref"
|
|
@@ -1808,7 +1822,7 @@ var functions$1 = [
|
|
|
1808
1822
|
{
|
|
1809
1823
|
name: "useProjection",
|
|
1810
1824
|
"package": "math",
|
|
1811
|
-
lastUpdated:
|
|
1825
|
+
lastUpdated: 1681372607000,
|
|
1812
1826
|
docs: "https://vueuse.org/math/useProjection/",
|
|
1813
1827
|
category: "@Math",
|
|
1814
1828
|
description: "reactive numeric projection from one domain to another",
|
|
@@ -1820,7 +1834,7 @@ var functions$1 = [
|
|
|
1820
1834
|
{
|
|
1821
1835
|
name: "useQRCode",
|
|
1822
1836
|
"package": "integrations",
|
|
1823
|
-
lastUpdated:
|
|
1837
|
+
lastUpdated: 1681372607000,
|
|
1824
1838
|
docs: "https://vueuse.org/integrations/useQRCode/",
|
|
1825
1839
|
category: "@Integrations",
|
|
1826
1840
|
description: "wrapper for [`qrcode`](https://github.com/soldair/node-qrcode)",
|
|
@@ -1858,7 +1872,7 @@ var functions$1 = [
|
|
|
1858
1872
|
{
|
|
1859
1873
|
name: "useRound",
|
|
1860
1874
|
"package": "math",
|
|
1861
|
-
lastUpdated:
|
|
1875
|
+
lastUpdated: 1681372607000,
|
|
1862
1876
|
docs: "https://vueuse.org/math/useRound/",
|
|
1863
1877
|
category: "@Math",
|
|
1864
1878
|
description: "reactive `Math.round`"
|
|
@@ -1866,7 +1880,7 @@ var functions$1 = [
|
|
|
1866
1880
|
{
|
|
1867
1881
|
name: "useRouteHash",
|
|
1868
1882
|
"package": "router",
|
|
1869
|
-
lastUpdated:
|
|
1883
|
+
lastUpdated: 1681373709000,
|
|
1870
1884
|
docs: "https://vueuse.org/router/useRouteHash/",
|
|
1871
1885
|
category: "@Router",
|
|
1872
1886
|
description: "shorthand for a reactive `route.hash`"
|
|
@@ -1874,7 +1888,7 @@ var functions$1 = [
|
|
|
1874
1888
|
{
|
|
1875
1889
|
name: "useRouteParams",
|
|
1876
1890
|
"package": "router",
|
|
1877
|
-
lastUpdated:
|
|
1891
|
+
lastUpdated: 1681383724000,
|
|
1878
1892
|
docs: "https://vueuse.org/router/useRouteParams/",
|
|
1879
1893
|
category: "@Router",
|
|
1880
1894
|
description: "shorthand for a reactive `route.params`"
|
|
@@ -1882,7 +1896,7 @@ var functions$1 = [
|
|
|
1882
1896
|
{
|
|
1883
1897
|
name: "useRouteQuery",
|
|
1884
1898
|
"package": "router",
|
|
1885
|
-
lastUpdated:
|
|
1899
|
+
lastUpdated: 1681383724000,
|
|
1886
1900
|
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1887
1901
|
category: "@Router",
|
|
1888
1902
|
description: "shorthand for a reactive `route.query`"
|
|
@@ -1923,7 +1937,7 @@ var functions$1 = [
|
|
|
1923
1937
|
{
|
|
1924
1938
|
name: "useScriptTag",
|
|
1925
1939
|
"package": "core",
|
|
1926
|
-
lastUpdated:
|
|
1940
|
+
lastUpdated: 1681372607000,
|
|
1927
1941
|
docs: "https://vueuse.org/core/useScriptTag/",
|
|
1928
1942
|
category: "Browser",
|
|
1929
1943
|
description: "script tag injecting"
|
|
@@ -1931,7 +1945,7 @@ var functions$1 = [
|
|
|
1931
1945
|
{
|
|
1932
1946
|
name: "useScroll",
|
|
1933
1947
|
"package": "core",
|
|
1934
|
-
lastUpdated:
|
|
1948
|
+
lastUpdated: 1681382177000,
|
|
1935
1949
|
directive: true,
|
|
1936
1950
|
docs: "https://vueuse.org/core/useScroll/",
|
|
1937
1951
|
category: "Sensors",
|
|
@@ -1940,7 +1954,7 @@ var functions$1 = [
|
|
|
1940
1954
|
{
|
|
1941
1955
|
name: "useScrollLock",
|
|
1942
1956
|
"package": "core",
|
|
1943
|
-
lastUpdated:
|
|
1957
|
+
lastUpdated: 1681372607000,
|
|
1944
1958
|
directive: true,
|
|
1945
1959
|
docs: "https://vueuse.org/core/useScrollLock/",
|
|
1946
1960
|
category: "Sensors",
|
|
@@ -1949,7 +1963,7 @@ var functions$1 = [
|
|
|
1949
1963
|
{
|
|
1950
1964
|
name: "useSessionStorage",
|
|
1951
1965
|
"package": "core",
|
|
1952
|
-
lastUpdated:
|
|
1966
|
+
lastUpdated: 1681372607000,
|
|
1953
1967
|
docs: "https://vueuse.org/core/useSessionStorage/",
|
|
1954
1968
|
category: "State",
|
|
1955
1969
|
description: "reactive [SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
|
@@ -1960,7 +1974,7 @@ var functions$1 = [
|
|
|
1960
1974
|
{
|
|
1961
1975
|
name: "useShare",
|
|
1962
1976
|
"package": "core",
|
|
1963
|
-
lastUpdated:
|
|
1977
|
+
lastUpdated: 1681372607000,
|
|
1964
1978
|
docs: "https://vueuse.org/core/useShare/",
|
|
1965
1979
|
category: "Browser",
|
|
1966
1980
|
description: "reactive [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share)"
|
|
@@ -1968,7 +1982,7 @@ var functions$1 = [
|
|
|
1968
1982
|
{
|
|
1969
1983
|
name: "useSortable",
|
|
1970
1984
|
"package": "integrations",
|
|
1971
|
-
lastUpdated:
|
|
1985
|
+
lastUpdated: 1681372607000,
|
|
1972
1986
|
component: true,
|
|
1973
1987
|
docs: "https://vueuse.org/integrations/useSortable/",
|
|
1974
1988
|
category: "@Integrations",
|
|
@@ -1978,7 +1992,7 @@ var functions$1 = [
|
|
|
1978
1992
|
{
|
|
1979
1993
|
name: "useSorted",
|
|
1980
1994
|
"package": "core",
|
|
1981
|
-
lastUpdated:
|
|
1995
|
+
lastUpdated: 1681373709000,
|
|
1982
1996
|
docs: "https://vueuse.org/core/useSorted/",
|
|
1983
1997
|
category: "Array",
|
|
1984
1998
|
description: "reactive sort array"
|
|
@@ -1993,7 +2007,7 @@ var functions$1 = [
|
|
|
1993
2007
|
{
|
|
1994
2008
|
name: "useSpeechRecognition",
|
|
1995
2009
|
"package": "core",
|
|
1996
|
-
lastUpdated:
|
|
2010
|
+
lastUpdated: 1681373709000,
|
|
1997
2011
|
docs: "https://vueuse.org/core/useSpeechRecognition/",
|
|
1998
2012
|
category: "Sensors",
|
|
1999
2013
|
description: "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
|
|
@@ -2001,7 +2015,7 @@ var functions$1 = [
|
|
|
2001
2015
|
{
|
|
2002
2016
|
name: "useSpeechSynthesis",
|
|
2003
2017
|
"package": "core",
|
|
2004
|
-
lastUpdated:
|
|
2018
|
+
lastUpdated: 1681373709000,
|
|
2005
2019
|
docs: "https://vueuse.org/core/useSpeechSynthesis/",
|
|
2006
2020
|
category: "Sensors",
|
|
2007
2021
|
description: "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
|
|
@@ -2024,7 +2038,7 @@ var functions$1 = [
|
|
|
2024
2038
|
{
|
|
2025
2039
|
name: "useStorage",
|
|
2026
2040
|
"package": "core",
|
|
2027
|
-
lastUpdated:
|
|
2041
|
+
lastUpdated: 1681372607000,
|
|
2028
2042
|
docs: "https://vueuse.org/core/useStorage/",
|
|
2029
2043
|
category: "State",
|
|
2030
2044
|
description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
|
@@ -2039,7 +2053,7 @@ var functions$1 = [
|
|
|
2039
2053
|
{
|
|
2040
2054
|
name: "useStorageAsync",
|
|
2041
2055
|
"package": "core",
|
|
2042
|
-
lastUpdated:
|
|
2056
|
+
lastUpdated: 1681372607000,
|
|
2043
2057
|
docs: "https://vueuse.org/core/useStorageAsync/",
|
|
2044
2058
|
category: "State",
|
|
2045
2059
|
description: "reactive Storage in with async support",
|
|
@@ -2074,7 +2088,7 @@ var functions$1 = [
|
|
|
2074
2088
|
{
|
|
2075
2089
|
name: "useSum",
|
|
2076
2090
|
"package": "math",
|
|
2077
|
-
lastUpdated:
|
|
2091
|
+
lastUpdated: 1681372607000,
|
|
2078
2092
|
docs: "https://vueuse.org/math/useSum/",
|
|
2079
2093
|
category: "@Math",
|
|
2080
2094
|
description: "get the sum of an array reactively"
|
|
@@ -2090,7 +2104,7 @@ var functions$1 = [
|
|
|
2090
2104
|
{
|
|
2091
2105
|
name: "useSwipe",
|
|
2092
2106
|
"package": "core",
|
|
2093
|
-
lastUpdated:
|
|
2107
|
+
lastUpdated: 1681372607000,
|
|
2094
2108
|
docs: "https://vueuse.org/core/useSwipe/",
|
|
2095
2109
|
category: "Sensors",
|
|
2096
2110
|
description: "reactive swipe detection based on [`TouchEvents`](https://developer.mozilla.org/en-US/docs/Web/API/TouchEvent)"
|
|
@@ -2106,7 +2120,7 @@ var functions$1 = [
|
|
|
2106
2120
|
{
|
|
2107
2121
|
name: "useTextareaAutosize",
|
|
2108
2122
|
"package": "core",
|
|
2109
|
-
lastUpdated:
|
|
2123
|
+
lastUpdated: 1681374342000,
|
|
2110
2124
|
docs: "https://vueuse.org/core/useTextareaAutosize/",
|
|
2111
2125
|
category: "Browser",
|
|
2112
2126
|
description: "automatically update the height of a textarea depending on the content"
|
|
@@ -2142,7 +2156,7 @@ var functions$1 = [
|
|
|
2142
2156
|
{
|
|
2143
2157
|
name: "useThrottleFn",
|
|
2144
2158
|
"package": "shared",
|
|
2145
|
-
lastUpdated:
|
|
2159
|
+
lastUpdated: 1681372607000,
|
|
2146
2160
|
docs: "https://vueuse.org/shared/useThrottleFn/",
|
|
2147
2161
|
category: "Utilities",
|
|
2148
2162
|
description: "throttle execution of a function",
|
|
@@ -2155,7 +2169,7 @@ var functions$1 = [
|
|
|
2155
2169
|
{
|
|
2156
2170
|
name: "useTimeAgo",
|
|
2157
2171
|
"package": "core",
|
|
2158
|
-
lastUpdated:
|
|
2172
|
+
lastUpdated: 1681373709000,
|
|
2159
2173
|
component: true,
|
|
2160
2174
|
docs: "https://vueuse.org/core/useTimeAgo/",
|
|
2161
2175
|
category: "Time",
|
|
@@ -2172,7 +2186,7 @@ var functions$1 = [
|
|
|
2172
2186
|
{
|
|
2173
2187
|
name: "useTimeoutFn",
|
|
2174
2188
|
"package": "shared",
|
|
2175
|
-
lastUpdated:
|
|
2189
|
+
lastUpdated: 1681372607000,
|
|
2176
2190
|
docs: "https://vueuse.org/shared/useTimeoutFn/",
|
|
2177
2191
|
category: "Animation",
|
|
2178
2192
|
description: "wrapper for `setTimeout` with controls"
|
|
@@ -2180,7 +2194,7 @@ var functions$1 = [
|
|
|
2180
2194
|
{
|
|
2181
2195
|
name: "useTimeoutPoll",
|
|
2182
2196
|
"package": "core",
|
|
2183
|
-
lastUpdated:
|
|
2197
|
+
lastUpdated: 1681372607000,
|
|
2184
2198
|
docs: "https://vueuse.org/core/useTimeoutPoll/",
|
|
2185
2199
|
category: "Utilities",
|
|
2186
2200
|
description: "use timeout to poll something"
|
|
@@ -2197,7 +2211,7 @@ var functions$1 = [
|
|
|
2197
2211
|
{
|
|
2198
2212
|
name: "useTitle",
|
|
2199
2213
|
"package": "core",
|
|
2200
|
-
lastUpdated:
|
|
2214
|
+
lastUpdated: 1681374342000,
|
|
2201
2215
|
docs: "https://vueuse.org/core/useTitle/",
|
|
2202
2216
|
category: "Browser",
|
|
2203
2217
|
description: "reactive document title"
|
|
@@ -2205,7 +2219,7 @@ var functions$1 = [
|
|
|
2205
2219
|
{
|
|
2206
2220
|
name: "useToggle",
|
|
2207
2221
|
"package": "shared",
|
|
2208
|
-
lastUpdated:
|
|
2222
|
+
lastUpdated: 1681372607000,
|
|
2209
2223
|
docs: "https://vueuse.org/shared/useToggle/",
|
|
2210
2224
|
category: "Utilities",
|
|
2211
2225
|
description: "a boolean switcher with utility functions"
|
|
@@ -2213,7 +2227,7 @@ var functions$1 = [
|
|
|
2213
2227
|
{
|
|
2214
2228
|
name: "useToNumber",
|
|
2215
2229
|
"package": "shared",
|
|
2216
|
-
lastUpdated:
|
|
2230
|
+
lastUpdated: 1681372607000,
|
|
2217
2231
|
docs: "https://vueuse.org/shared/useToNumber/",
|
|
2218
2232
|
category: "Utilities",
|
|
2219
2233
|
description: "reactively convert a string ref to number"
|
|
@@ -2221,7 +2235,7 @@ var functions$1 = [
|
|
|
2221
2235
|
{
|
|
2222
2236
|
name: "useToString",
|
|
2223
2237
|
"package": "shared",
|
|
2224
|
-
lastUpdated:
|
|
2238
|
+
lastUpdated: 1681372607000,
|
|
2225
2239
|
docs: "https://vueuse.org/shared/useToString/",
|
|
2226
2240
|
category: "Utilities",
|
|
2227
2241
|
description: "reactively convert a ref to string"
|
|
@@ -2229,7 +2243,7 @@ var functions$1 = [
|
|
|
2229
2243
|
{
|
|
2230
2244
|
name: "useTransition",
|
|
2231
2245
|
"package": "core",
|
|
2232
|
-
lastUpdated:
|
|
2246
|
+
lastUpdated: 1681373709000,
|
|
2233
2247
|
docs: "https://vueuse.org/core/useTransition/",
|
|
2234
2248
|
category: "Animation",
|
|
2235
2249
|
description: "transition between values"
|
|
@@ -2237,7 +2251,7 @@ var functions$1 = [
|
|
|
2237
2251
|
{
|
|
2238
2252
|
name: "useTrunc",
|
|
2239
2253
|
"package": "math",
|
|
2240
|
-
lastUpdated:
|
|
2254
|
+
lastUpdated: 1681372607000,
|
|
2241
2255
|
docs: "https://vueuse.org/math/useTrunc/",
|
|
2242
2256
|
category: "@Math",
|
|
2243
2257
|
description: "reactive `Math.trunc`"
|
|
@@ -2266,7 +2280,7 @@ var functions$1 = [
|
|
|
2266
2280
|
{
|
|
2267
2281
|
name: "useVibrate",
|
|
2268
2282
|
"package": "core",
|
|
2269
|
-
lastUpdated:
|
|
2283
|
+
lastUpdated: 1681372607000,
|
|
2270
2284
|
docs: "https://vueuse.org/core/useVibrate/",
|
|
2271
2285
|
category: "Browser",
|
|
2272
2286
|
description: "reactive [Vibration API](https://developer.mozilla.org/en-US/docs/Web/API/Vibration_API)"
|
|
@@ -2321,7 +2335,7 @@ var functions$1 = [
|
|
|
2321
2335
|
{
|
|
2322
2336
|
name: "useWebSocket",
|
|
2323
2337
|
"package": "core",
|
|
2324
|
-
lastUpdated:
|
|
2338
|
+
lastUpdated: 1681372607000,
|
|
2325
2339
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2326
2340
|
category: "Network",
|
|
2327
2341
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2393,13 +2407,13 @@ var functions$1 = [
|
|
|
2393
2407
|
{
|
|
2394
2408
|
name: "utils",
|
|
2395
2409
|
"package": "shared",
|
|
2396
|
-
lastUpdated:
|
|
2410
|
+
lastUpdated: 1681381979000,
|
|
2397
2411
|
internal: true
|
|
2398
2412
|
},
|
|
2399
2413
|
{
|
|
2400
2414
|
name: "watchArray",
|
|
2401
2415
|
"package": "shared",
|
|
2402
|
-
lastUpdated:
|
|
2416
|
+
lastUpdated: 1681373709000,
|
|
2403
2417
|
docs: "https://vueuse.org/shared/watchArray/",
|
|
2404
2418
|
category: "Watch",
|
|
2405
2419
|
description: "watch for an array with additions and removals"
|
|
@@ -2407,7 +2421,7 @@ var functions$1 = [
|
|
|
2407
2421
|
{
|
|
2408
2422
|
name: "watchAtMost",
|
|
2409
2423
|
"package": "shared",
|
|
2410
|
-
lastUpdated:
|
|
2424
|
+
lastUpdated: 1681372607000,
|
|
2411
2425
|
docs: "https://vueuse.org/shared/watchAtMost/",
|
|
2412
2426
|
category: "Watch",
|
|
2413
2427
|
description: "`watch` with the number of times triggered"
|
|
@@ -2415,7 +2429,7 @@ var functions$1 = [
|
|
|
2415
2429
|
{
|
|
2416
2430
|
name: "watchDebounced",
|
|
2417
2431
|
"package": "shared",
|
|
2418
|
-
lastUpdated:
|
|
2432
|
+
lastUpdated: 1681372607000,
|
|
2419
2433
|
docs: "https://vueuse.org/shared/watchDebounced/",
|
|
2420
2434
|
category: "Watch",
|
|
2421
2435
|
description: "debounced watch",
|
|
@@ -2472,7 +2486,7 @@ var functions$1 = [
|
|
|
2472
2486
|
{
|
|
2473
2487
|
name: "watchThrottled",
|
|
2474
2488
|
"package": "shared",
|
|
2475
|
-
lastUpdated:
|
|
2489
|
+
lastUpdated: 1681372607000,
|
|
2476
2490
|
docs: "https://vueuse.org/shared/watchThrottled/",
|
|
2477
2491
|
category: "Watch",
|
|
2478
2492
|
description: "throttled watch",
|
|
@@ -2483,7 +2497,7 @@ var functions$1 = [
|
|
|
2483
2497
|
{
|
|
2484
2498
|
name: "watchTriggerable",
|
|
2485
2499
|
"package": "shared",
|
|
2486
|
-
lastUpdated:
|
|
2500
|
+
lastUpdated: 1681373709000,
|
|
2487
2501
|
docs: "https://vueuse.org/shared/watchTriggerable/",
|
|
2488
2502
|
category: "Watch",
|
|
2489
2503
|
description: "watch that can be triggered manually"
|