@vueuse/metadata 12.7.0 → 12.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs +175 -167
- package/index.json +175 -167
- package/index.mjs +175 -167
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -168,7 +168,7 @@ var functions$1 = [
|
|
|
168
168
|
{
|
|
169
169
|
name: "computedEager",
|
|
170
170
|
"package": "shared",
|
|
171
|
-
lastUpdated:
|
|
171
|
+
lastUpdated: 1739701304000,
|
|
172
172
|
docs: "https://vueuse.org/shared/computedEager/",
|
|
173
173
|
category: "Reactivity",
|
|
174
174
|
description: "eager computed without lazy evaluation",
|
|
@@ -209,7 +209,7 @@ var functions$1 = [
|
|
|
209
209
|
{
|
|
210
210
|
name: "createGenericProjection",
|
|
211
211
|
"package": "math",
|
|
212
|
-
lastUpdated:
|
|
212
|
+
lastUpdated: 1741147666000,
|
|
213
213
|
docs: "https://vueuse.org/math/createGenericProjection/",
|
|
214
214
|
category: "@Math",
|
|
215
215
|
description: "generic version of `createProjection`",
|
|
@@ -247,7 +247,7 @@ var functions$1 = [
|
|
|
247
247
|
{
|
|
248
248
|
name: "createProjection",
|
|
249
249
|
"package": "math",
|
|
250
|
-
lastUpdated:
|
|
250
|
+
lastUpdated: 1741147666000,
|
|
251
251
|
docs: "https://vueuse.org/math/createProjection/",
|
|
252
252
|
category: "@Math",
|
|
253
253
|
description: "reactive numeric projection from one domain to another",
|
|
@@ -256,6 +256,14 @@ var functions$1 = [
|
|
|
256
256
|
"useProjection"
|
|
257
257
|
]
|
|
258
258
|
},
|
|
259
|
+
{
|
|
260
|
+
name: "createRef",
|
|
261
|
+
"package": "shared",
|
|
262
|
+
lastUpdated: 1740137210000,
|
|
263
|
+
docs: "https://vueuse.org/shared/createRef/",
|
|
264
|
+
category: "Reactivity",
|
|
265
|
+
description: "returns a `deepRef` or `shallowRef` depending on the `deep` param"
|
|
266
|
+
},
|
|
259
267
|
{
|
|
260
268
|
name: "createReusableTemplate",
|
|
261
269
|
"package": "core",
|
|
@@ -293,7 +301,7 @@ var functions$1 = [
|
|
|
293
301
|
{
|
|
294
302
|
name: "createUnrefFn",
|
|
295
303
|
"package": "core",
|
|
296
|
-
lastUpdated:
|
|
304
|
+
lastUpdated: 1741147666000,
|
|
297
305
|
docs: "https://vueuse.org/core/createUnrefFn/",
|
|
298
306
|
category: "Utilities",
|
|
299
307
|
description: "make a plain function accepting ref and raw values as arguments",
|
|
@@ -312,7 +320,7 @@ var functions$1 = [
|
|
|
312
320
|
{
|
|
313
321
|
name: "from",
|
|
314
322
|
"package": "rxjs",
|
|
315
|
-
lastUpdated:
|
|
323
|
+
lastUpdated: 1741147666000,
|
|
316
324
|
docs: "https://vueuse.org/rxjs/from/",
|
|
317
325
|
category: "@RxJS",
|
|
318
326
|
description: "wrappers around RxJS's [`from()`](https://rxjs.dev/api/index/function/from) and [`fromEvent()`](https://rxjs.dev/api/index/function/fromEvent) to allow them to accept `ref`s"
|
|
@@ -344,7 +352,7 @@ var functions$1 = [
|
|
|
344
352
|
{
|
|
345
353
|
name: "logicAnd",
|
|
346
354
|
"package": "math",
|
|
347
|
-
lastUpdated:
|
|
355
|
+
lastUpdated: 1741147666000,
|
|
348
356
|
docs: "https://vueuse.org/math/logicAnd/",
|
|
349
357
|
category: "@Math",
|
|
350
358
|
description: "`AND` condition for refs",
|
|
@@ -374,7 +382,7 @@ var functions$1 = [
|
|
|
374
382
|
{
|
|
375
383
|
name: "logicOr",
|
|
376
384
|
"package": "math",
|
|
377
|
-
lastUpdated:
|
|
385
|
+
lastUpdated: 1741147666000,
|
|
378
386
|
docs: "https://vueuse.org/math/logicOr/",
|
|
379
387
|
category: "@Math",
|
|
380
388
|
description: "`OR` conditions for refs",
|
|
@@ -397,7 +405,7 @@ var functions$1 = [
|
|
|
397
405
|
{
|
|
398
406
|
name: "onClickOutside",
|
|
399
407
|
"package": "core",
|
|
400
|
-
lastUpdated:
|
|
408
|
+
lastUpdated: 1741147666000,
|
|
401
409
|
component: true,
|
|
402
410
|
directive: true,
|
|
403
411
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -415,7 +423,7 @@ var functions$1 = [
|
|
|
415
423
|
{
|
|
416
424
|
name: "onKeyStroke",
|
|
417
425
|
"package": "core",
|
|
418
|
-
lastUpdated:
|
|
426
|
+
lastUpdated: 1741147666000,
|
|
419
427
|
directive: true,
|
|
420
428
|
docs: "https://vueuse.org/core/onKeyStroke/",
|
|
421
429
|
category: "Sensors",
|
|
@@ -434,7 +442,7 @@ var functions$1 = [
|
|
|
434
442
|
{
|
|
435
443
|
name: "onStartTyping",
|
|
436
444
|
"package": "core",
|
|
437
|
-
lastUpdated:
|
|
445
|
+
lastUpdated: 1740966535000,
|
|
438
446
|
docs: "https://vueuse.org/core/onStartTyping/",
|
|
439
447
|
category: "Sensors",
|
|
440
448
|
description: "fires when users start typing on non-editable elements"
|
|
@@ -450,7 +458,7 @@ var functions$1 = [
|
|
|
450
458
|
{
|
|
451
459
|
name: "reactify",
|
|
452
460
|
"package": "shared",
|
|
453
|
-
lastUpdated:
|
|
461
|
+
lastUpdated: 1741147666000,
|
|
454
462
|
docs: "https://vueuse.org/shared/reactify/",
|
|
455
463
|
category: "Reactivity",
|
|
456
464
|
description: "converts plain functions into reactive functions",
|
|
@@ -496,7 +504,7 @@ var functions$1 = [
|
|
|
496
504
|
{
|
|
497
505
|
name: "refAutoReset",
|
|
498
506
|
"package": "shared",
|
|
499
|
-
lastUpdated:
|
|
507
|
+
lastUpdated: 1741147666000,
|
|
500
508
|
docs: "https://vueuse.org/shared/refAutoReset/",
|
|
501
509
|
category: "Reactivity",
|
|
502
510
|
description: "a ref which will be reset to the default value after some time",
|
|
@@ -507,7 +515,7 @@ var functions$1 = [
|
|
|
507
515
|
{
|
|
508
516
|
name: "refDebounced",
|
|
509
517
|
"package": "shared",
|
|
510
|
-
lastUpdated:
|
|
518
|
+
lastUpdated: 1741147666000,
|
|
511
519
|
docs: "https://vueuse.org/shared/refDebounced/",
|
|
512
520
|
category: "Reactivity",
|
|
513
521
|
description: "debounce execution of a ref value",
|
|
@@ -578,7 +586,7 @@ var functions$1 = [
|
|
|
578
586
|
{
|
|
579
587
|
name: "syncRefs",
|
|
580
588
|
"package": "shared",
|
|
581
|
-
lastUpdated:
|
|
589
|
+
lastUpdated: 1741154516000,
|
|
582
590
|
docs: "https://vueuse.org/shared/syncRefs/",
|
|
583
591
|
category: "Reactivity",
|
|
584
592
|
description: "keep target refs in sync with a source ref",
|
|
@@ -605,7 +613,7 @@ var functions$1 = [
|
|
|
605
613
|
{
|
|
606
614
|
name: "toReactive",
|
|
607
615
|
"package": "shared",
|
|
608
|
-
lastUpdated:
|
|
616
|
+
lastUpdated: 1741147666000,
|
|
609
617
|
docs: "https://vueuse.org/shared/toReactive/",
|
|
610
618
|
category: "Reactivity",
|
|
611
619
|
description: "converts ref to reactive"
|
|
@@ -613,7 +621,7 @@ var functions$1 = [
|
|
|
613
621
|
{
|
|
614
622
|
name: "toRef",
|
|
615
623
|
"package": "shared",
|
|
616
|
-
lastUpdated:
|
|
624
|
+
lastUpdated: 1741147666000,
|
|
617
625
|
docs: "https://vueuse.org/shared/toRef/",
|
|
618
626
|
category: "Reactivity",
|
|
619
627
|
description: "normalize value/ref/getter to `ref` or `computed`",
|
|
@@ -627,7 +635,7 @@ var functions$1 = [
|
|
|
627
635
|
{
|
|
628
636
|
name: "toRefs",
|
|
629
637
|
"package": "shared",
|
|
630
|
-
lastUpdated:
|
|
638
|
+
lastUpdated: 1741147666000,
|
|
631
639
|
docs: "https://vueuse.org/shared/toRefs/",
|
|
632
640
|
category: "Reactivity",
|
|
633
641
|
description: "extended [`toRefs`](https://vuejs.org/api/reactivity-utilities.html#torefs) that also accepts refs of an object"
|
|
@@ -690,7 +698,7 @@ var functions$1 = [
|
|
|
690
698
|
{
|
|
691
699
|
name: "unrefElement",
|
|
692
700
|
"package": "core",
|
|
693
|
-
lastUpdated:
|
|
701
|
+
lastUpdated: 1741147666000,
|
|
694
702
|
docs: "https://vueuse.org/core/unrefElement/",
|
|
695
703
|
category: "Component",
|
|
696
704
|
description: "retrieves the underlying DOM element from a Vue ref or component instance"
|
|
@@ -698,7 +706,7 @@ var functions$1 = [
|
|
|
698
706
|
{
|
|
699
707
|
name: "until",
|
|
700
708
|
"package": "shared",
|
|
701
|
-
lastUpdated:
|
|
709
|
+
lastUpdated: 1741147666000,
|
|
702
710
|
docs: "https://vueuse.org/shared/until/",
|
|
703
711
|
category: "Watch",
|
|
704
712
|
description: "promised one-time watch for changes"
|
|
@@ -706,7 +714,7 @@ var functions$1 = [
|
|
|
706
714
|
{
|
|
707
715
|
name: "useAbs",
|
|
708
716
|
"package": "math",
|
|
709
|
-
lastUpdated:
|
|
717
|
+
lastUpdated: 1741147666000,
|
|
710
718
|
docs: "https://vueuse.org/math/useAbs/",
|
|
711
719
|
category: "@Math",
|
|
712
720
|
description: "reactive `Math.abs`"
|
|
@@ -714,7 +722,7 @@ var functions$1 = [
|
|
|
714
722
|
{
|
|
715
723
|
name: "useActiveElement",
|
|
716
724
|
"package": "core",
|
|
717
|
-
lastUpdated:
|
|
725
|
+
lastUpdated: 1739701304000,
|
|
718
726
|
component: true,
|
|
719
727
|
docs: "https://vueuse.org/core/useActiveElement/",
|
|
720
728
|
category: "Elements",
|
|
@@ -723,7 +731,7 @@ var functions$1 = [
|
|
|
723
731
|
{
|
|
724
732
|
name: "useAnimate",
|
|
725
733
|
"package": "core",
|
|
726
|
-
lastUpdated:
|
|
734
|
+
lastUpdated: 1741147666000,
|
|
727
735
|
docs: "https://vueuse.org/core/useAnimate/",
|
|
728
736
|
category: "Animation",
|
|
729
737
|
description: "reactive [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API)"
|
|
@@ -731,7 +739,7 @@ var functions$1 = [
|
|
|
731
739
|
{
|
|
732
740
|
name: "useArrayDifference",
|
|
733
741
|
"package": "shared",
|
|
734
|
-
lastUpdated:
|
|
742
|
+
lastUpdated: 1741147666000,
|
|
735
743
|
docs: "https://vueuse.org/shared/useArrayDifference/",
|
|
736
744
|
category: "Array",
|
|
737
745
|
description: "reactive get array difference of two arrays"
|
|
@@ -739,7 +747,7 @@ var functions$1 = [
|
|
|
739
747
|
{
|
|
740
748
|
name: "useArrayEvery",
|
|
741
749
|
"package": "shared",
|
|
742
|
-
lastUpdated:
|
|
750
|
+
lastUpdated: 1741147666000,
|
|
743
751
|
docs: "https://vueuse.org/shared/useArrayEvery/",
|
|
744
752
|
category: "Array",
|
|
745
753
|
description: "reactive `Array.every`"
|
|
@@ -747,7 +755,7 @@ var functions$1 = [
|
|
|
747
755
|
{
|
|
748
756
|
name: "useArrayFilter",
|
|
749
757
|
"package": "shared",
|
|
750
|
-
lastUpdated:
|
|
758
|
+
lastUpdated: 1741147666000,
|
|
751
759
|
docs: "https://vueuse.org/shared/useArrayFilter/",
|
|
752
760
|
category: "Array",
|
|
753
761
|
description: "reactive `Array.filter`"
|
|
@@ -755,7 +763,7 @@ var functions$1 = [
|
|
|
755
763
|
{
|
|
756
764
|
name: "useArrayFind",
|
|
757
765
|
"package": "shared",
|
|
758
|
-
lastUpdated:
|
|
766
|
+
lastUpdated: 1741147666000,
|
|
759
767
|
docs: "https://vueuse.org/shared/useArrayFind/",
|
|
760
768
|
category: "Array",
|
|
761
769
|
description: "reactive `Array.find`"
|
|
@@ -763,7 +771,7 @@ var functions$1 = [
|
|
|
763
771
|
{
|
|
764
772
|
name: "useArrayFindIndex",
|
|
765
773
|
"package": "shared",
|
|
766
|
-
lastUpdated:
|
|
774
|
+
lastUpdated: 1741147666000,
|
|
767
775
|
docs: "https://vueuse.org/shared/useArrayFindIndex/",
|
|
768
776
|
category: "Array",
|
|
769
777
|
description: "reactive `Array.findIndex`"
|
|
@@ -771,7 +779,7 @@ var functions$1 = [
|
|
|
771
779
|
{
|
|
772
780
|
name: "useArrayFindLast",
|
|
773
781
|
"package": "shared",
|
|
774
|
-
lastUpdated:
|
|
782
|
+
lastUpdated: 1741147666000,
|
|
775
783
|
docs: "https://vueuse.org/shared/useArrayFindLast/",
|
|
776
784
|
category: "Array",
|
|
777
785
|
description: "reactive `Array.findLast`"
|
|
@@ -779,7 +787,7 @@ var functions$1 = [
|
|
|
779
787
|
{
|
|
780
788
|
name: "useArrayIncludes",
|
|
781
789
|
"package": "shared",
|
|
782
|
-
lastUpdated:
|
|
790
|
+
lastUpdated: 1741147666000,
|
|
783
791
|
docs: "https://vueuse.org/shared/useArrayIncludes/",
|
|
784
792
|
category: "Array",
|
|
785
793
|
description: "reactive `Array.includes`"
|
|
@@ -787,7 +795,7 @@ var functions$1 = [
|
|
|
787
795
|
{
|
|
788
796
|
name: "useArrayJoin",
|
|
789
797
|
"package": "shared",
|
|
790
|
-
lastUpdated:
|
|
798
|
+
lastUpdated: 1741147666000,
|
|
791
799
|
docs: "https://vueuse.org/shared/useArrayJoin/",
|
|
792
800
|
category: "Array",
|
|
793
801
|
description: "reactive `Array.join`"
|
|
@@ -795,7 +803,7 @@ var functions$1 = [
|
|
|
795
803
|
{
|
|
796
804
|
name: "useArrayMap",
|
|
797
805
|
"package": "shared",
|
|
798
|
-
lastUpdated:
|
|
806
|
+
lastUpdated: 1741147666000,
|
|
799
807
|
docs: "https://vueuse.org/shared/useArrayMap/",
|
|
800
808
|
category: "Array",
|
|
801
809
|
description: "reactive `Array.map`"
|
|
@@ -803,7 +811,7 @@ var functions$1 = [
|
|
|
803
811
|
{
|
|
804
812
|
name: "useArrayReduce",
|
|
805
813
|
"package": "shared",
|
|
806
|
-
lastUpdated:
|
|
814
|
+
lastUpdated: 1741147666000,
|
|
807
815
|
docs: "https://vueuse.org/shared/useArrayReduce/",
|
|
808
816
|
category: "Array",
|
|
809
817
|
description: "reactive `Array.reduce`"
|
|
@@ -811,7 +819,7 @@ var functions$1 = [
|
|
|
811
819
|
{
|
|
812
820
|
name: "useArraySome",
|
|
813
821
|
"package": "shared",
|
|
814
|
-
lastUpdated:
|
|
822
|
+
lastUpdated: 1741147666000,
|
|
815
823
|
docs: "https://vueuse.org/shared/useArraySome/",
|
|
816
824
|
category: "Array",
|
|
817
825
|
description: "reactive `Array.some`"
|
|
@@ -819,7 +827,7 @@ var functions$1 = [
|
|
|
819
827
|
{
|
|
820
828
|
name: "useArrayUnique",
|
|
821
829
|
"package": "shared",
|
|
822
|
-
lastUpdated:
|
|
830
|
+
lastUpdated: 1741147666000,
|
|
823
831
|
docs: "https://vueuse.org/shared/useArrayUnique/",
|
|
824
832
|
category: "Array",
|
|
825
833
|
description: "reactive unique array"
|
|
@@ -827,7 +835,7 @@ var functions$1 = [
|
|
|
827
835
|
{
|
|
828
836
|
name: "useAsyncQueue",
|
|
829
837
|
"package": "core",
|
|
830
|
-
lastUpdated:
|
|
838
|
+
lastUpdated: 1739701304000,
|
|
831
839
|
docs: "https://vueuse.org/core/useAsyncQueue/",
|
|
832
840
|
category: "Utilities",
|
|
833
841
|
description: "executes each asynchronous task sequentially and passes the current task result to the next task"
|
|
@@ -843,7 +851,7 @@ var functions$1 = [
|
|
|
843
851
|
{
|
|
844
852
|
name: "useAsyncValidator",
|
|
845
853
|
"package": "integrations",
|
|
846
|
-
lastUpdated:
|
|
854
|
+
lastUpdated: 1741147666000,
|
|
847
855
|
component: true,
|
|
848
856
|
docs: "https://vueuse.org/integrations/useAsyncValidator/",
|
|
849
857
|
category: "@Integrations",
|
|
@@ -862,7 +870,7 @@ var functions$1 = [
|
|
|
862
870
|
{
|
|
863
871
|
name: "useAverage",
|
|
864
872
|
"package": "math",
|
|
865
|
-
lastUpdated:
|
|
873
|
+
lastUpdated: 1741147666000,
|
|
866
874
|
docs: "https://vueuse.org/math/useAverage/",
|
|
867
875
|
category: "@Math",
|
|
868
876
|
description: "get the average of an array reactively"
|
|
@@ -879,7 +887,7 @@ var functions$1 = [
|
|
|
879
887
|
{
|
|
880
888
|
name: "useBase64",
|
|
881
889
|
"package": "core",
|
|
882
|
-
lastUpdated:
|
|
890
|
+
lastUpdated: 1741147666000,
|
|
883
891
|
docs: "https://vueuse.org/core/useBase64/",
|
|
884
892
|
category: "Utilities",
|
|
885
893
|
description: "reactive base64 transforming"
|
|
@@ -896,7 +904,7 @@ var functions$1 = [
|
|
|
896
904
|
{
|
|
897
905
|
name: "useBluetooth",
|
|
898
906
|
"package": "core",
|
|
899
|
-
lastUpdated:
|
|
907
|
+
lastUpdated: 1739701304000,
|
|
900
908
|
docs: "https://vueuse.org/core/useBluetooth/",
|
|
901
909
|
category: "Browser",
|
|
902
910
|
description: "reactive [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API)"
|
|
@@ -904,7 +912,7 @@ var functions$1 = [
|
|
|
904
912
|
{
|
|
905
913
|
name: "useBreakpoints",
|
|
906
914
|
"package": "core",
|
|
907
|
-
lastUpdated:
|
|
915
|
+
lastUpdated: 1741147666000,
|
|
908
916
|
docs: "https://vueuse.org/core/useBreakpoints/",
|
|
909
917
|
category: "Browser",
|
|
910
918
|
description: "reactive viewport breakpoints"
|
|
@@ -912,7 +920,7 @@ var functions$1 = [
|
|
|
912
920
|
{
|
|
913
921
|
name: "useBroadcastChannel",
|
|
914
922
|
"package": "core",
|
|
915
|
-
lastUpdated:
|
|
923
|
+
lastUpdated: 1739701304000,
|
|
916
924
|
docs: "https://vueuse.org/core/useBroadcastChannel/",
|
|
917
925
|
category: "Browser",
|
|
918
926
|
description: "reactive [BroadcastChannel API](https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel)"
|
|
@@ -929,7 +937,7 @@ var functions$1 = [
|
|
|
929
937
|
{
|
|
930
938
|
name: "useCached",
|
|
931
939
|
"package": "core",
|
|
932
|
-
lastUpdated:
|
|
940
|
+
lastUpdated: 1740137210000,
|
|
933
941
|
docs: "https://vueuse.org/core/useCached/",
|
|
934
942
|
category: "Utilities",
|
|
935
943
|
description: "cache a ref with a custom comparator"
|
|
@@ -937,7 +945,7 @@ var functions$1 = [
|
|
|
937
945
|
{
|
|
938
946
|
name: "useCeil",
|
|
939
947
|
"package": "math",
|
|
940
|
-
lastUpdated:
|
|
948
|
+
lastUpdated: 1741147666000,
|
|
941
949
|
docs: "https://vueuse.org/math/useCeil/",
|
|
942
950
|
category: "@Math",
|
|
943
951
|
description: "reactive `Math.ceil`"
|
|
@@ -945,7 +953,7 @@ var functions$1 = [
|
|
|
945
953
|
{
|
|
946
954
|
name: "useChangeCase",
|
|
947
955
|
"package": "integrations",
|
|
948
|
-
lastUpdated:
|
|
956
|
+
lastUpdated: 1741147666000,
|
|
949
957
|
docs: "https://vueuse.org/integrations/useChangeCase/",
|
|
950
958
|
category: "@Integrations",
|
|
951
959
|
description: "reactive wrapper for [`change-case`](https://github.com/blakeembrey/change-case)",
|
|
@@ -954,7 +962,7 @@ var functions$1 = [
|
|
|
954
962
|
{
|
|
955
963
|
name: "useClamp",
|
|
956
964
|
"package": "math",
|
|
957
|
-
lastUpdated:
|
|
965
|
+
lastUpdated: 1741147666000,
|
|
958
966
|
docs: "https://vueuse.org/math/useClamp/",
|
|
959
967
|
category: "@Math",
|
|
960
968
|
description: "reactively clamp a value between two other values"
|
|
@@ -962,7 +970,7 @@ var functions$1 = [
|
|
|
962
970
|
{
|
|
963
971
|
name: "useClipboard",
|
|
964
972
|
"package": "core",
|
|
965
|
-
lastUpdated:
|
|
973
|
+
lastUpdated: 1741147666000,
|
|
966
974
|
component: true,
|
|
967
975
|
docs: "https://vueuse.org/core/useClipboard/",
|
|
968
976
|
category: "Browser",
|
|
@@ -974,7 +982,7 @@ var functions$1 = [
|
|
|
974
982
|
{
|
|
975
983
|
name: "useClipboardItems",
|
|
976
984
|
"package": "core",
|
|
977
|
-
lastUpdated:
|
|
985
|
+
lastUpdated: 1741147666000,
|
|
978
986
|
docs: "https://vueuse.org/core/useClipboardItems/",
|
|
979
987
|
category: "Browser",
|
|
980
988
|
description: "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)",
|
|
@@ -985,7 +993,7 @@ var functions$1 = [
|
|
|
985
993
|
{
|
|
986
994
|
name: "useCloned",
|
|
987
995
|
"package": "core",
|
|
988
|
-
lastUpdated:
|
|
996
|
+
lastUpdated: 1741147666000,
|
|
989
997
|
docs: "https://vueuse.org/core/useCloned/",
|
|
990
998
|
category: "Utilities",
|
|
991
999
|
description: "reactive clone of a ref"
|
|
@@ -993,7 +1001,7 @@ var functions$1 = [
|
|
|
993
1001
|
{
|
|
994
1002
|
name: "useColorMode",
|
|
995
1003
|
"package": "core",
|
|
996
|
-
lastUpdated:
|
|
1004
|
+
lastUpdated: 1741147666000,
|
|
997
1005
|
component: true,
|
|
998
1006
|
docs: "https://vueuse.org/core/useColorMode/",
|
|
999
1007
|
category: "Browser",
|
|
@@ -1007,7 +1015,7 @@ var functions$1 = [
|
|
|
1007
1015
|
{
|
|
1008
1016
|
name: "useConfirmDialog",
|
|
1009
1017
|
"package": "core",
|
|
1010
|
-
lastUpdated:
|
|
1018
|
+
lastUpdated: 1739701304000,
|
|
1011
1019
|
docs: "https://vueuse.org/core/useConfirmDialog/",
|
|
1012
1020
|
category: "Utilities",
|
|
1013
1021
|
description: "creates event hooks to support modals and confirmation dialog chains"
|
|
@@ -1024,7 +1032,7 @@ var functions$1 = [
|
|
|
1024
1032
|
{
|
|
1025
1033
|
name: "useCountdown",
|
|
1026
1034
|
"package": "core",
|
|
1027
|
-
lastUpdated:
|
|
1035
|
+
lastUpdated: 1741147666000,
|
|
1028
1036
|
docs: "https://vueuse.org/core/useCountdown/",
|
|
1029
1037
|
category: "Time",
|
|
1030
1038
|
description: "wrapper for `useIntervalFn` that provides a countdown timer"
|
|
@@ -1032,7 +1040,7 @@ var functions$1 = [
|
|
|
1032
1040
|
{
|
|
1033
1041
|
name: "useCounter",
|
|
1034
1042
|
"package": "shared",
|
|
1035
|
-
lastUpdated:
|
|
1043
|
+
lastUpdated: 1741147666000,
|
|
1036
1044
|
docs: "https://vueuse.org/shared/useCounter/",
|
|
1037
1045
|
category: "Utilities",
|
|
1038
1046
|
description: "basic counter with utility functions"
|
|
@@ -1040,7 +1048,7 @@ var functions$1 = [
|
|
|
1040
1048
|
{
|
|
1041
1049
|
name: "useCssVar",
|
|
1042
1050
|
"package": "core",
|
|
1043
|
-
lastUpdated:
|
|
1051
|
+
lastUpdated: 1741147666000,
|
|
1044
1052
|
docs: "https://vueuse.org/core/useCssVar/",
|
|
1045
1053
|
category: "Browser",
|
|
1046
1054
|
description: "manipulate CSS variables"
|
|
@@ -1056,7 +1064,7 @@ var functions$1 = [
|
|
|
1056
1064
|
{
|
|
1057
1065
|
name: "useCycleList",
|
|
1058
1066
|
"package": "core",
|
|
1059
|
-
lastUpdated:
|
|
1067
|
+
lastUpdated: 1741147666000,
|
|
1060
1068
|
docs: "https://vueuse.org/core/useCycleList/",
|
|
1061
1069
|
category: "Utilities",
|
|
1062
1070
|
description: "cycle through a list of items"
|
|
@@ -1078,7 +1086,7 @@ var functions$1 = [
|
|
|
1078
1086
|
{
|
|
1079
1087
|
name: "useDateFormat",
|
|
1080
1088
|
"package": "shared",
|
|
1081
|
-
lastUpdated:
|
|
1089
|
+
lastUpdated: 1741147666000,
|
|
1082
1090
|
docs: "https://vueuse.org/shared/useDateFormat/",
|
|
1083
1091
|
category: "Time",
|
|
1084
1092
|
description: "get the formatted date according to the string of tokens passed in"
|
|
@@ -1086,7 +1094,7 @@ var functions$1 = [
|
|
|
1086
1094
|
{
|
|
1087
1095
|
name: "useDebouncedRefHistory",
|
|
1088
1096
|
"package": "core",
|
|
1089
|
-
lastUpdated:
|
|
1097
|
+
lastUpdated: 1741147666000,
|
|
1090
1098
|
docs: "https://vueuse.org/core/useDebouncedRefHistory/",
|
|
1091
1099
|
category: "State",
|
|
1092
1100
|
description: "shorthand for `useRefHistory` with debounced filter",
|
|
@@ -1098,7 +1106,7 @@ var functions$1 = [
|
|
|
1098
1106
|
{
|
|
1099
1107
|
name: "useDebounceFn",
|
|
1100
1108
|
"package": "shared",
|
|
1101
|
-
lastUpdated:
|
|
1109
|
+
lastUpdated: 1741147666000,
|
|
1102
1110
|
docs: "https://vueuse.org/shared/useDebounceFn/",
|
|
1103
1111
|
category: "Utilities",
|
|
1104
1112
|
description: "debounce execution of a function",
|
|
@@ -1136,7 +1144,7 @@ var functions$1 = [
|
|
|
1136
1144
|
{
|
|
1137
1145
|
name: "useDevicesList",
|
|
1138
1146
|
"package": "core",
|
|
1139
|
-
lastUpdated:
|
|
1147
|
+
lastUpdated: 1741147378000,
|
|
1140
1148
|
component: true,
|
|
1141
1149
|
docs: "https://vueuse.org/core/useDevicesList/",
|
|
1142
1150
|
category: "Sensors",
|
|
@@ -1148,7 +1156,7 @@ var functions$1 = [
|
|
|
1148
1156
|
{
|
|
1149
1157
|
name: "useDisplayMedia",
|
|
1150
1158
|
"package": "core",
|
|
1151
|
-
lastUpdated:
|
|
1159
|
+
lastUpdated: 1741147666000,
|
|
1152
1160
|
docs: "https://vueuse.org/core/useDisplayMedia/",
|
|
1153
1161
|
category: "Sensors",
|
|
1154
1162
|
description: "reactive [`mediaDevices.getDisplayMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia) streaming",
|
|
@@ -1159,7 +1167,7 @@ var functions$1 = [
|
|
|
1159
1167
|
{
|
|
1160
1168
|
name: "useDocumentVisibility",
|
|
1161
1169
|
"package": "core",
|
|
1162
|
-
lastUpdated:
|
|
1170
|
+
lastUpdated: 1739701304000,
|
|
1163
1171
|
component: true,
|
|
1164
1172
|
docs: "https://vueuse.org/core/useDocumentVisibility/",
|
|
1165
1173
|
category: "Elements",
|
|
@@ -1168,7 +1176,7 @@ var functions$1 = [
|
|
|
1168
1176
|
{
|
|
1169
1177
|
name: "useDraggable",
|
|
1170
1178
|
"package": "core",
|
|
1171
|
-
lastUpdated:
|
|
1179
|
+
lastUpdated: 1741147666000,
|
|
1172
1180
|
component: true,
|
|
1173
1181
|
docs: "https://vueuse.org/core/useDraggable/",
|
|
1174
1182
|
category: "Elements",
|
|
@@ -1177,7 +1185,7 @@ var functions$1 = [
|
|
|
1177
1185
|
{
|
|
1178
1186
|
name: "useDrauu",
|
|
1179
1187
|
"package": "integrations",
|
|
1180
|
-
lastUpdated:
|
|
1188
|
+
lastUpdated: 1739701304000,
|
|
1181
1189
|
docs: "https://vueuse.org/integrations/useDrauu/",
|
|
1182
1190
|
category: "@Integrations",
|
|
1183
1191
|
description: "reactive instance for [drauu](https://github.com/antfu/drauu)",
|
|
@@ -1186,7 +1194,7 @@ var functions$1 = [
|
|
|
1186
1194
|
{
|
|
1187
1195
|
name: "useDropZone",
|
|
1188
1196
|
"package": "core",
|
|
1189
|
-
lastUpdated:
|
|
1197
|
+
lastUpdated: 1741147666000,
|
|
1190
1198
|
docs: "https://vueuse.org/core/useDropZone/",
|
|
1191
1199
|
category: "Elements",
|
|
1192
1200
|
description: "create a zone where files can be dropped"
|
|
@@ -1204,7 +1212,7 @@ var functions$1 = [
|
|
|
1204
1212
|
{
|
|
1205
1213
|
name: "useElementByPoint",
|
|
1206
1214
|
"package": "core",
|
|
1207
|
-
lastUpdated:
|
|
1215
|
+
lastUpdated: 1741147666000,
|
|
1208
1216
|
docs: "https://vueuse.org/core/useElementByPoint/",
|
|
1209
1217
|
category: "Sensors",
|
|
1210
1218
|
description: "reactive element by point"
|
|
@@ -1212,7 +1220,7 @@ var functions$1 = [
|
|
|
1212
1220
|
{
|
|
1213
1221
|
name: "useElementHover",
|
|
1214
1222
|
"package": "core",
|
|
1215
|
-
lastUpdated:
|
|
1223
|
+
lastUpdated: 1741147666000,
|
|
1216
1224
|
directive: true,
|
|
1217
1225
|
docs: "https://vueuse.org/core/useElementHover/",
|
|
1218
1226
|
category: "Sensors",
|
|
@@ -1221,7 +1229,7 @@ var functions$1 = [
|
|
|
1221
1229
|
{
|
|
1222
1230
|
name: "useElementSize",
|
|
1223
1231
|
"package": "core",
|
|
1224
|
-
lastUpdated:
|
|
1232
|
+
lastUpdated: 1739655014000,
|
|
1225
1233
|
component: true,
|
|
1226
1234
|
directive: true,
|
|
1227
1235
|
docs: "https://vueuse.org/core/useElementSize/",
|
|
@@ -1245,7 +1253,7 @@ var functions$1 = [
|
|
|
1245
1253
|
{
|
|
1246
1254
|
name: "useElementVisibility",
|
|
1247
1255
|
"package": "core",
|
|
1248
|
-
lastUpdated:
|
|
1256
|
+
lastUpdated: 1741147666000,
|
|
1249
1257
|
component: true,
|
|
1250
1258
|
directive: true,
|
|
1251
1259
|
docs: "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1263,7 +1271,7 @@ var functions$1 = [
|
|
|
1263
1271
|
{
|
|
1264
1272
|
name: "useEventListener",
|
|
1265
1273
|
"package": "core",
|
|
1266
|
-
lastUpdated:
|
|
1274
|
+
lastUpdated: 1741154516000,
|
|
1267
1275
|
docs: "https://vueuse.org/core/useEventListener/",
|
|
1268
1276
|
category: "Browser",
|
|
1269
1277
|
description: "use EventListener with ease"
|
|
@@ -1271,7 +1279,7 @@ var functions$1 = [
|
|
|
1271
1279
|
{
|
|
1272
1280
|
name: "useEventSource",
|
|
1273
1281
|
"package": "core",
|
|
1274
|
-
lastUpdated:
|
|
1282
|
+
lastUpdated: 1741165049000,
|
|
1275
1283
|
docs: "https://vueuse.org/core/useEventSource/",
|
|
1276
1284
|
category: "Network",
|
|
1277
1285
|
description: "an [EventSource](https://developer.mozilla.org/en-US/docs/Web/API/EventSource) or [Server-Sent-Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events) instance opens a persistent connection to an HTTP server"
|
|
@@ -1279,7 +1287,7 @@ var functions$1 = [
|
|
|
1279
1287
|
{
|
|
1280
1288
|
name: "useExtractedObservable",
|
|
1281
1289
|
"package": "rxjs",
|
|
1282
|
-
lastUpdated:
|
|
1290
|
+
lastUpdated: 1739701304000,
|
|
1283
1291
|
docs: "https://vueuse.org/rxjs/useExtractedObservable/",
|
|
1284
1292
|
category: "@RxJS",
|
|
1285
1293
|
description: "use an RxJS [`Observable`](https://rxjs.dev/guide/observable) as extracted from one or more composables"
|
|
@@ -1296,7 +1304,7 @@ var functions$1 = [
|
|
|
1296
1304
|
{
|
|
1297
1305
|
name: "useFavicon",
|
|
1298
1306
|
"package": "core",
|
|
1299
|
-
lastUpdated:
|
|
1307
|
+
lastUpdated: 1741147666000,
|
|
1300
1308
|
docs: "https://vueuse.org/core/useFavicon/",
|
|
1301
1309
|
category: "Browser",
|
|
1302
1310
|
description: "reactive favicon"
|
|
@@ -1304,7 +1312,7 @@ var functions$1 = [
|
|
|
1304
1312
|
{
|
|
1305
1313
|
name: "useFetch",
|
|
1306
1314
|
"package": "core",
|
|
1307
|
-
lastUpdated:
|
|
1315
|
+
lastUpdated: 1741147666000,
|
|
1308
1316
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1309
1317
|
category: "Network",
|
|
1310
1318
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1320,7 +1328,7 @@ var functions$1 = [
|
|
|
1320
1328
|
{
|
|
1321
1329
|
name: "useFileSystemAccess",
|
|
1322
1330
|
"package": "core",
|
|
1323
|
-
lastUpdated:
|
|
1331
|
+
lastUpdated: 1741147666000,
|
|
1324
1332
|
docs: "https://vueuse.org/core/useFileSystemAccess/",
|
|
1325
1333
|
category: "Browser",
|
|
1326
1334
|
description: "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
@@ -1328,7 +1336,7 @@ var functions$1 = [
|
|
|
1328
1336
|
{
|
|
1329
1337
|
name: "useFirestore",
|
|
1330
1338
|
"package": "firebase",
|
|
1331
|
-
lastUpdated:
|
|
1339
|
+
lastUpdated: 1741147666000,
|
|
1332
1340
|
docs: "https://vueuse.org/firebase/useFirestore/",
|
|
1333
1341
|
category: "@Firebase",
|
|
1334
1342
|
description: "reactive [Firestore](https://firebase.google.com/docs/firestore) binding",
|
|
@@ -1337,7 +1345,7 @@ var functions$1 = [
|
|
|
1337
1345
|
{
|
|
1338
1346
|
name: "useFloor",
|
|
1339
1347
|
"package": "math",
|
|
1340
|
-
lastUpdated:
|
|
1348
|
+
lastUpdated: 1741147666000,
|
|
1341
1349
|
docs: "https://vueuse.org/math/useFloor/",
|
|
1342
1350
|
category: "@Math",
|
|
1343
1351
|
description: "reactive `Math.floor`"
|
|
@@ -1345,7 +1353,7 @@ var functions$1 = [
|
|
|
1345
1353
|
{
|
|
1346
1354
|
name: "useFocus",
|
|
1347
1355
|
"package": "core",
|
|
1348
|
-
lastUpdated:
|
|
1356
|
+
lastUpdated: 1739701304000,
|
|
1349
1357
|
docs: "https://vueuse.org/core/useFocus/",
|
|
1350
1358
|
category: "Sensors",
|
|
1351
1359
|
description: "reactive utility to track or set the focus state of a DOM element"
|
|
@@ -1353,7 +1361,7 @@ var functions$1 = [
|
|
|
1353
1361
|
{
|
|
1354
1362
|
name: "useFocusTrap",
|
|
1355
1363
|
"package": "integrations",
|
|
1356
|
-
lastUpdated:
|
|
1364
|
+
lastUpdated: 1741147666000,
|
|
1357
1365
|
component: true,
|
|
1358
1366
|
docs: "https://vueuse.org/integrations/useFocusTrap/",
|
|
1359
1367
|
category: "@Integrations",
|
|
@@ -1371,7 +1379,7 @@ var functions$1 = [
|
|
|
1371
1379
|
{
|
|
1372
1380
|
name: "useFps",
|
|
1373
1381
|
"package": "core",
|
|
1374
|
-
lastUpdated:
|
|
1382
|
+
lastUpdated: 1739701304000,
|
|
1375
1383
|
docs: "https://vueuse.org/core/useFps/",
|
|
1376
1384
|
category: "Sensors",
|
|
1377
1385
|
description: "reactive FPS (frames per second)"
|
|
@@ -1388,7 +1396,7 @@ var functions$1 = [
|
|
|
1388
1396
|
{
|
|
1389
1397
|
name: "useFuse",
|
|
1390
1398
|
"package": "integrations",
|
|
1391
|
-
lastUpdated:
|
|
1399
|
+
lastUpdated: 1741147666000,
|
|
1392
1400
|
docs: "https://vueuse.org/integrations/useFuse/",
|
|
1393
1401
|
category: "@Integrations",
|
|
1394
1402
|
description: "easily implement fuzzy search using a composable with [Fuse.js](https://github.com/krisk/fuse)",
|
|
@@ -1405,7 +1413,7 @@ var functions$1 = [
|
|
|
1405
1413
|
{
|
|
1406
1414
|
name: "useGeolocation",
|
|
1407
1415
|
"package": "core",
|
|
1408
|
-
lastUpdated:
|
|
1416
|
+
lastUpdated: 1739701304000,
|
|
1409
1417
|
component: true,
|
|
1410
1418
|
docs: "https://vueuse.org/core/useGeolocation/",
|
|
1411
1419
|
category: "Sensors",
|
|
@@ -1421,7 +1429,7 @@ var functions$1 = [
|
|
|
1421
1429
|
{
|
|
1422
1430
|
name: "useIDBKeyval",
|
|
1423
1431
|
"package": "integrations",
|
|
1424
|
-
lastUpdated:
|
|
1432
|
+
lastUpdated: 1741147666000,
|
|
1425
1433
|
docs: "https://vueuse.org/integrations/useIDBKeyval/",
|
|
1426
1434
|
category: "@Integrations",
|
|
1427
1435
|
description: "wrapper for [`idb-keyval`](https://www.npmjs.com/package/idb-keyval)",
|
|
@@ -1430,7 +1438,7 @@ var functions$1 = [
|
|
|
1430
1438
|
{
|
|
1431
1439
|
name: "useIdle",
|
|
1432
1440
|
"package": "core",
|
|
1433
|
-
lastUpdated:
|
|
1441
|
+
lastUpdated: 1739701304000,
|
|
1434
1442
|
component: true,
|
|
1435
1443
|
docs: "https://vueuse.org/core/useIdle/",
|
|
1436
1444
|
category: "Sensors",
|
|
@@ -1439,7 +1447,7 @@ var functions$1 = [
|
|
|
1439
1447
|
{
|
|
1440
1448
|
name: "useImage",
|
|
1441
1449
|
"package": "core",
|
|
1442
|
-
lastUpdated:
|
|
1450
|
+
lastUpdated: 1741147666000,
|
|
1443
1451
|
component: true,
|
|
1444
1452
|
docs: "https://vueuse.org/core/useImage/",
|
|
1445
1453
|
category: "Browser",
|
|
@@ -1448,7 +1456,7 @@ var functions$1 = [
|
|
|
1448
1456
|
{
|
|
1449
1457
|
name: "useInfiniteScroll",
|
|
1450
1458
|
"package": "core",
|
|
1451
|
-
lastUpdated:
|
|
1459
|
+
lastUpdated: 1741147666000,
|
|
1452
1460
|
directive: true,
|
|
1453
1461
|
docs: "https://vueuse.org/core/useInfiniteScroll/",
|
|
1454
1462
|
category: "Sensors",
|
|
@@ -1457,7 +1465,7 @@ var functions$1 = [
|
|
|
1457
1465
|
{
|
|
1458
1466
|
name: "useIntersectionObserver",
|
|
1459
1467
|
"package": "core",
|
|
1460
|
-
lastUpdated:
|
|
1468
|
+
lastUpdated: 1741147666000,
|
|
1461
1469
|
directive: true,
|
|
1462
1470
|
docs: "https://vueuse.org/core/useIntersectionObserver/",
|
|
1463
1471
|
category: "Elements",
|
|
@@ -1466,7 +1474,7 @@ var functions$1 = [
|
|
|
1466
1474
|
{
|
|
1467
1475
|
name: "useInterval",
|
|
1468
1476
|
"package": "shared",
|
|
1469
|
-
lastUpdated:
|
|
1477
|
+
lastUpdated: 1741147666000,
|
|
1470
1478
|
docs: "https://vueuse.org/shared/useInterval/",
|
|
1471
1479
|
category: "Animation",
|
|
1472
1480
|
description: "reactive counter increases on every interval"
|
|
@@ -1474,7 +1482,7 @@ var functions$1 = [
|
|
|
1474
1482
|
{
|
|
1475
1483
|
name: "useIntervalFn",
|
|
1476
1484
|
"package": "shared",
|
|
1477
|
-
lastUpdated:
|
|
1485
|
+
lastUpdated: 1741147666000,
|
|
1478
1486
|
docs: "https://vueuse.org/shared/useIntervalFn/",
|
|
1479
1487
|
category: "Animation",
|
|
1480
1488
|
description: "wrapper for `setInterval` with controls"
|
|
@@ -1482,7 +1490,7 @@ var functions$1 = [
|
|
|
1482
1490
|
{
|
|
1483
1491
|
name: "useIpcRenderer",
|
|
1484
1492
|
"package": "electron",
|
|
1485
|
-
lastUpdated:
|
|
1493
|
+
lastUpdated: 1739701304000,
|
|
1486
1494
|
docs: "https://vueuse.org/electron/useIpcRenderer/",
|
|
1487
1495
|
category: "@Electron",
|
|
1488
1496
|
description: "provides [ipcRenderer](https://www.electronjs.org/docs/api/ipc-renderer) and all of its APIs"
|
|
@@ -1490,7 +1498,7 @@ var functions$1 = [
|
|
|
1490
1498
|
{
|
|
1491
1499
|
name: "useIpcRendererInvoke",
|
|
1492
1500
|
"package": "electron",
|
|
1493
|
-
lastUpdated:
|
|
1501
|
+
lastUpdated: 1739701304000,
|
|
1494
1502
|
docs: "https://vueuse.org/electron/useIpcRendererInvoke/",
|
|
1495
1503
|
category: "@Electron",
|
|
1496
1504
|
description: "reactive [ipcRenderer.invoke API](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendererinvokechannel-args) result"
|
|
@@ -1506,7 +1514,7 @@ var functions$1 = [
|
|
|
1506
1514
|
{
|
|
1507
1515
|
name: "useJwt",
|
|
1508
1516
|
"package": "integrations",
|
|
1509
|
-
lastUpdated:
|
|
1517
|
+
lastUpdated: 1741147666000,
|
|
1510
1518
|
docs: "https://vueuse.org/integrations/useJwt/",
|
|
1511
1519
|
category: "@Integrations",
|
|
1512
1520
|
description: "wrapper for [`jwt-decode`](https://github.com/auth0/jwt-decode)",
|
|
@@ -1515,7 +1523,7 @@ var functions$1 = [
|
|
|
1515
1523
|
{
|
|
1516
1524
|
name: "useKeyModifier",
|
|
1517
1525
|
"package": "core",
|
|
1518
|
-
lastUpdated:
|
|
1526
|
+
lastUpdated: 1739701304000,
|
|
1519
1527
|
docs: "https://vueuse.org/core/useKeyModifier/",
|
|
1520
1528
|
category: "Sensors",
|
|
1521
1529
|
description: "reactive [Modifier State](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/getModifierState)"
|
|
@@ -1523,7 +1531,7 @@ var functions$1 = [
|
|
|
1523
1531
|
{
|
|
1524
1532
|
name: "useLastChanged",
|
|
1525
1533
|
"package": "shared",
|
|
1526
|
-
lastUpdated:
|
|
1534
|
+
lastUpdated: 1739701304000,
|
|
1527
1535
|
docs: "https://vueuse.org/shared/useLastChanged/",
|
|
1528
1536
|
category: "State",
|
|
1529
1537
|
description: "records the timestamp of the last change"
|
|
@@ -1542,7 +1550,7 @@ var functions$1 = [
|
|
|
1542
1550
|
{
|
|
1543
1551
|
name: "useMagicKeys",
|
|
1544
1552
|
"package": "core",
|
|
1545
|
-
lastUpdated:
|
|
1553
|
+
lastUpdated: 1741147666000,
|
|
1546
1554
|
docs: "https://vueuse.org/core/useMagicKeys/",
|
|
1547
1555
|
category: "Sensors",
|
|
1548
1556
|
description: "reactive keys pressed state"
|
|
@@ -1569,7 +1577,7 @@ var functions$1 = [
|
|
|
1569
1577
|
{
|
|
1570
1578
|
name: "useMax",
|
|
1571
1579
|
"package": "math",
|
|
1572
|
-
lastUpdated:
|
|
1580
|
+
lastUpdated: 1741147666000,
|
|
1573
1581
|
docs: "https://vueuse.org/math/useMax/",
|
|
1574
1582
|
category: "@Math",
|
|
1575
1583
|
description: "reactive `Math.max`"
|
|
@@ -1577,7 +1585,7 @@ var functions$1 = [
|
|
|
1577
1585
|
{
|
|
1578
1586
|
name: "useMediaControls",
|
|
1579
1587
|
"package": "core",
|
|
1580
|
-
lastUpdated:
|
|
1588
|
+
lastUpdated: 1741147666000,
|
|
1581
1589
|
docs: "https://vueuse.org/core/useMediaControls/",
|
|
1582
1590
|
category: "Browser",
|
|
1583
1591
|
description: "reactive media controls for both `audio` and `video` elements"
|
|
@@ -1585,7 +1593,7 @@ var functions$1 = [
|
|
|
1585
1593
|
{
|
|
1586
1594
|
name: "useMediaQuery",
|
|
1587
1595
|
"package": "core",
|
|
1588
|
-
lastUpdated:
|
|
1596
|
+
lastUpdated: 1741147666000,
|
|
1589
1597
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1590
1598
|
category: "Browser",
|
|
1591
1599
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1609,7 +1617,7 @@ var functions$1 = [
|
|
|
1609
1617
|
{
|
|
1610
1618
|
name: "useMin",
|
|
1611
1619
|
"package": "math",
|
|
1612
|
-
lastUpdated:
|
|
1620
|
+
lastUpdated: 1741147666000,
|
|
1613
1621
|
docs: "https://vueuse.org/math/useMin/",
|
|
1614
1622
|
category: "@Math",
|
|
1615
1623
|
description: "reactive `Math.min`"
|
|
@@ -1646,7 +1654,7 @@ var functions$1 = [
|
|
|
1646
1654
|
{
|
|
1647
1655
|
name: "useMouse",
|
|
1648
1656
|
"package": "core",
|
|
1649
|
-
lastUpdated:
|
|
1657
|
+
lastUpdated: 1741147666000,
|
|
1650
1658
|
component: true,
|
|
1651
1659
|
docs: "https://vueuse.org/core/useMouse/",
|
|
1652
1660
|
category: "Sensors",
|
|
@@ -1655,7 +1663,7 @@ var functions$1 = [
|
|
|
1655
1663
|
{
|
|
1656
1664
|
name: "useMouseInElement",
|
|
1657
1665
|
"package": "core",
|
|
1658
|
-
lastUpdated:
|
|
1666
|
+
lastUpdated: 1739701304000,
|
|
1659
1667
|
component: true,
|
|
1660
1668
|
directive: true,
|
|
1661
1669
|
docs: "https://vueuse.org/core/useMouseInElement/",
|
|
@@ -1665,7 +1673,7 @@ var functions$1 = [
|
|
|
1665
1673
|
{
|
|
1666
1674
|
name: "useMousePressed",
|
|
1667
1675
|
"package": "core",
|
|
1668
|
-
lastUpdated:
|
|
1676
|
+
lastUpdated: 1739701304000,
|
|
1669
1677
|
component: true,
|
|
1670
1678
|
docs: "https://vueuse.org/core/useMousePressed/",
|
|
1671
1679
|
category: "Sensors",
|
|
@@ -1674,7 +1682,7 @@ var functions$1 = [
|
|
|
1674
1682
|
{
|
|
1675
1683
|
name: "useMutationObserver",
|
|
1676
1684
|
"package": "core",
|
|
1677
|
-
lastUpdated:
|
|
1685
|
+
lastUpdated: 1741147666000,
|
|
1678
1686
|
docs: "https://vueuse.org/core/useMutationObserver/",
|
|
1679
1687
|
category: "Elements",
|
|
1680
1688
|
description: "watch for changes being made to the DOM tree"
|
|
@@ -1682,7 +1690,7 @@ var functions$1 = [
|
|
|
1682
1690
|
{
|
|
1683
1691
|
name: "useNavigatorLanguage",
|
|
1684
1692
|
"package": "core",
|
|
1685
|
-
lastUpdated:
|
|
1693
|
+
lastUpdated: 1739701304000,
|
|
1686
1694
|
docs: "https://vueuse.org/core/useNavigatorLanguage/",
|
|
1687
1695
|
category: "Sensors",
|
|
1688
1696
|
description: "reactive [navigator.language](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/language)"
|
|
@@ -1690,7 +1698,7 @@ var functions$1 = [
|
|
|
1690
1698
|
{
|
|
1691
1699
|
name: "useNetwork",
|
|
1692
1700
|
"package": "core",
|
|
1693
|
-
lastUpdated:
|
|
1701
|
+
lastUpdated: 1739701304000,
|
|
1694
1702
|
component: true,
|
|
1695
1703
|
docs: "https://vueuse.org/core/useNetwork/",
|
|
1696
1704
|
category: "Sensors",
|
|
@@ -1708,7 +1716,7 @@ var functions$1 = [
|
|
|
1708
1716
|
{
|
|
1709
1717
|
name: "useNProgress",
|
|
1710
1718
|
"package": "integrations",
|
|
1711
|
-
lastUpdated:
|
|
1719
|
+
lastUpdated: 1741147666000,
|
|
1712
1720
|
docs: "https://vueuse.org/integrations/useNProgress/",
|
|
1713
1721
|
category: "@Integrations",
|
|
1714
1722
|
description: "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)",
|
|
@@ -1717,7 +1725,7 @@ var functions$1 = [
|
|
|
1717
1725
|
{
|
|
1718
1726
|
name: "useObjectUrl",
|
|
1719
1727
|
"package": "core",
|
|
1720
|
-
lastUpdated:
|
|
1728
|
+
lastUpdated: 1741147666000,
|
|
1721
1729
|
component: true,
|
|
1722
1730
|
docs: "https://vueuse.org/core/useObjectUrl/",
|
|
1723
1731
|
category: "Browser",
|
|
@@ -1734,7 +1742,7 @@ var functions$1 = [
|
|
|
1734
1742
|
{
|
|
1735
1743
|
name: "useOffsetPagination",
|
|
1736
1744
|
"package": "core",
|
|
1737
|
-
lastUpdated:
|
|
1745
|
+
lastUpdated: 1741147666000,
|
|
1738
1746
|
component: true,
|
|
1739
1747
|
docs: "https://vueuse.org/core/useOffsetPagination/",
|
|
1740
1748
|
category: "Utilities",
|
|
@@ -1769,7 +1777,7 @@ var functions$1 = [
|
|
|
1769
1777
|
{
|
|
1770
1778
|
name: "useParentElement",
|
|
1771
1779
|
"package": "core",
|
|
1772
|
-
lastUpdated:
|
|
1780
|
+
lastUpdated: 1741147666000,
|
|
1773
1781
|
docs: "https://vueuse.org/core/useParentElement/",
|
|
1774
1782
|
category: "Elements",
|
|
1775
1783
|
description: "get parent element of the given element"
|
|
@@ -1785,7 +1793,7 @@ var functions$1 = [
|
|
|
1785
1793
|
{
|
|
1786
1794
|
name: "usePermission",
|
|
1787
1795
|
"package": "core",
|
|
1788
|
-
lastUpdated:
|
|
1796
|
+
lastUpdated: 1739701304000,
|
|
1789
1797
|
docs: "https://vueuse.org/core/usePermission/",
|
|
1790
1798
|
category: "Browser",
|
|
1791
1799
|
description: "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)",
|
|
@@ -1796,7 +1804,7 @@ var functions$1 = [
|
|
|
1796
1804
|
{
|
|
1797
1805
|
name: "usePointer",
|
|
1798
1806
|
"package": "core",
|
|
1799
|
-
lastUpdated:
|
|
1807
|
+
lastUpdated: 1741147666000,
|
|
1800
1808
|
component: true,
|
|
1801
1809
|
docs: "https://vueuse.org/core/usePointer/",
|
|
1802
1810
|
category: "Sensors",
|
|
@@ -1805,7 +1813,7 @@ var functions$1 = [
|
|
|
1805
1813
|
{
|
|
1806
1814
|
name: "usePointerLock",
|
|
1807
1815
|
"package": "core",
|
|
1808
|
-
lastUpdated:
|
|
1816
|
+
lastUpdated: 1739701304000,
|
|
1809
1817
|
component: true,
|
|
1810
1818
|
docs: "https://vueuse.org/core/usePointerLock/",
|
|
1811
1819
|
category: "Sensors",
|
|
@@ -1814,7 +1822,7 @@ var functions$1 = [
|
|
|
1814
1822
|
{
|
|
1815
1823
|
name: "usePointerSwipe",
|
|
1816
1824
|
"package": "core",
|
|
1817
|
-
lastUpdated:
|
|
1825
|
+
lastUpdated: 1741147666000,
|
|
1818
1826
|
docs: "https://vueuse.org/core/usePointerSwipe/",
|
|
1819
1827
|
category: "Sensors",
|
|
1820
1828
|
description: "reactive swipe detection based on [PointerEvents](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)"
|
|
@@ -1822,7 +1830,7 @@ var functions$1 = [
|
|
|
1822
1830
|
{
|
|
1823
1831
|
name: "usePrecision",
|
|
1824
1832
|
"package": "math",
|
|
1825
|
-
lastUpdated:
|
|
1833
|
+
lastUpdated: 1741147666000,
|
|
1826
1834
|
docs: "https://vueuse.org/math/usePrecision/",
|
|
1827
1835
|
category: "@Math",
|
|
1828
1836
|
description: "reactively set the precision of a number"
|
|
@@ -1888,7 +1896,7 @@ var functions$1 = [
|
|
|
1888
1896
|
{
|
|
1889
1897
|
name: "usePrevious",
|
|
1890
1898
|
"package": "core",
|
|
1891
|
-
lastUpdated:
|
|
1899
|
+
lastUpdated: 1741147666000,
|
|
1892
1900
|
docs: "https://vueuse.org/core/usePrevious/",
|
|
1893
1901
|
category: "Utilities",
|
|
1894
1902
|
description: "holds the previous value of a ref"
|
|
@@ -1896,7 +1904,7 @@ var functions$1 = [
|
|
|
1896
1904
|
{
|
|
1897
1905
|
name: "useProjection",
|
|
1898
1906
|
"package": "math",
|
|
1899
|
-
lastUpdated:
|
|
1907
|
+
lastUpdated: 1741147666000,
|
|
1900
1908
|
docs: "https://vueuse.org/math/useProjection/",
|
|
1901
1909
|
category: "@Math",
|
|
1902
1910
|
description: "reactive numeric projection from one domain to another",
|
|
@@ -1908,7 +1916,7 @@ var functions$1 = [
|
|
|
1908
1916
|
{
|
|
1909
1917
|
name: "useQRCode",
|
|
1910
1918
|
"package": "integrations",
|
|
1911
|
-
lastUpdated:
|
|
1919
|
+
lastUpdated: 1741147666000,
|
|
1912
1920
|
docs: "https://vueuse.org/integrations/useQRCode/",
|
|
1913
1921
|
category: "@Integrations",
|
|
1914
1922
|
description: "wrapper for [`qrcode`](https://github.com/soldair/node-qrcode)",
|
|
@@ -1938,7 +1946,7 @@ var functions$1 = [
|
|
|
1938
1946
|
{
|
|
1939
1947
|
name: "useResizeObserver",
|
|
1940
1948
|
"package": "core",
|
|
1941
|
-
lastUpdated:
|
|
1949
|
+
lastUpdated: 1741147666000,
|
|
1942
1950
|
directive: true,
|
|
1943
1951
|
docs: "https://vueuse.org/core/useResizeObserver/",
|
|
1944
1952
|
category: "Elements",
|
|
@@ -1947,7 +1955,7 @@ var functions$1 = [
|
|
|
1947
1955
|
{
|
|
1948
1956
|
name: "useRound",
|
|
1949
1957
|
"package": "math",
|
|
1950
|
-
lastUpdated:
|
|
1958
|
+
lastUpdated: 1741147666000,
|
|
1951
1959
|
docs: "https://vueuse.org/math/useRound/",
|
|
1952
1960
|
category: "@Math",
|
|
1953
1961
|
description: "reactive `Math.round`"
|
|
@@ -1955,7 +1963,7 @@ var functions$1 = [
|
|
|
1955
1963
|
{
|
|
1956
1964
|
name: "useRouteHash",
|
|
1957
1965
|
"package": "router",
|
|
1958
|
-
lastUpdated:
|
|
1966
|
+
lastUpdated: 1741147666000,
|
|
1959
1967
|
docs: "https://vueuse.org/router/useRouteHash/",
|
|
1960
1968
|
category: "@Router",
|
|
1961
1969
|
description: "shorthand for a reactive `route.hash`"
|
|
@@ -1963,7 +1971,7 @@ var functions$1 = [
|
|
|
1963
1971
|
{
|
|
1964
1972
|
name: "useRouteParams",
|
|
1965
1973
|
"package": "router",
|
|
1966
|
-
lastUpdated:
|
|
1974
|
+
lastUpdated: 1741147666000,
|
|
1967
1975
|
docs: "https://vueuse.org/router/useRouteParams/",
|
|
1968
1976
|
category: "@Router",
|
|
1969
1977
|
description: "shorthand for a reactive `route.params`"
|
|
@@ -1971,7 +1979,7 @@ var functions$1 = [
|
|
|
1971
1979
|
{
|
|
1972
1980
|
name: "useRouteQuery",
|
|
1973
1981
|
"package": "router",
|
|
1974
|
-
lastUpdated:
|
|
1982
|
+
lastUpdated: 1741147666000,
|
|
1975
1983
|
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1976
1984
|
category: "@Router",
|
|
1977
1985
|
description: "shorthand for a reactive `route.query`"
|
|
@@ -1995,7 +2003,7 @@ var functions$1 = [
|
|
|
1995
2003
|
{
|
|
1996
2004
|
name: "useScreenOrientation",
|
|
1997
2005
|
"package": "core",
|
|
1998
|
-
lastUpdated:
|
|
2006
|
+
lastUpdated: 1739701304000,
|
|
1999
2007
|
docs: "https://vueuse.org/core/useScreenOrientation/",
|
|
2000
2008
|
category: "Browser",
|
|
2001
2009
|
description: "reactive [Screen Orientation API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Orientation_API)"
|
|
@@ -2012,7 +2020,7 @@ var functions$1 = [
|
|
|
2012
2020
|
{
|
|
2013
2021
|
name: "useScriptTag",
|
|
2014
2022
|
"package": "core",
|
|
2015
|
-
lastUpdated:
|
|
2023
|
+
lastUpdated: 1741147666000,
|
|
2016
2024
|
docs: "https://vueuse.org/core/useScriptTag/",
|
|
2017
2025
|
category: "Browser",
|
|
2018
2026
|
description: "creates a script tag"
|
|
@@ -2020,7 +2028,7 @@ var functions$1 = [
|
|
|
2020
2028
|
{
|
|
2021
2029
|
name: "useScroll",
|
|
2022
2030
|
"package": "core",
|
|
2023
|
-
lastUpdated:
|
|
2031
|
+
lastUpdated: 1741147666000,
|
|
2024
2032
|
directive: true,
|
|
2025
2033
|
docs: "https://vueuse.org/core/useScroll/",
|
|
2026
2034
|
category: "Sensors",
|
|
@@ -2029,7 +2037,7 @@ var functions$1 = [
|
|
|
2029
2037
|
{
|
|
2030
2038
|
name: "useScrollLock",
|
|
2031
2039
|
"package": "core",
|
|
2032
|
-
lastUpdated:
|
|
2040
|
+
lastUpdated: 1741147666000,
|
|
2033
2041
|
directive: true,
|
|
2034
2042
|
docs: "https://vueuse.org/core/useScrollLock/",
|
|
2035
2043
|
category: "Sensors",
|
|
@@ -2038,7 +2046,7 @@ var functions$1 = [
|
|
|
2038
2046
|
{
|
|
2039
2047
|
name: "useSessionStorage",
|
|
2040
2048
|
"package": "core",
|
|
2041
|
-
lastUpdated:
|
|
2049
|
+
lastUpdated: 1741147666000,
|
|
2042
2050
|
docs: "https://vueuse.org/core/useSessionStorage/",
|
|
2043
2051
|
category: "State",
|
|
2044
2052
|
description: "reactive [SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
|
@@ -2049,7 +2057,7 @@ var functions$1 = [
|
|
|
2049
2057
|
{
|
|
2050
2058
|
name: "useShare",
|
|
2051
2059
|
"package": "core",
|
|
2052
|
-
lastUpdated:
|
|
2060
|
+
lastUpdated: 1741147666000,
|
|
2053
2061
|
docs: "https://vueuse.org/core/useShare/",
|
|
2054
2062
|
category: "Browser",
|
|
2055
2063
|
description: "reactive [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share)"
|
|
@@ -2057,7 +2065,7 @@ var functions$1 = [
|
|
|
2057
2065
|
{
|
|
2058
2066
|
name: "useSortable",
|
|
2059
2067
|
"package": "integrations",
|
|
2060
|
-
lastUpdated:
|
|
2068
|
+
lastUpdated: 1741147666000,
|
|
2061
2069
|
component: true,
|
|
2062
2070
|
docs: "https://vueuse.org/integrations/useSortable/",
|
|
2063
2071
|
category: "@Integrations",
|
|
@@ -2067,7 +2075,7 @@ var functions$1 = [
|
|
|
2067
2075
|
{
|
|
2068
2076
|
name: "useSorted",
|
|
2069
2077
|
"package": "core",
|
|
2070
|
-
lastUpdated:
|
|
2078
|
+
lastUpdated: 1741147666000,
|
|
2071
2079
|
docs: "https://vueuse.org/core/useSorted/",
|
|
2072
2080
|
category: "Array",
|
|
2073
2081
|
description: "reactive sort array"
|
|
@@ -2082,7 +2090,7 @@ var functions$1 = [
|
|
|
2082
2090
|
{
|
|
2083
2091
|
name: "useSpeechRecognition",
|
|
2084
2092
|
"package": "core",
|
|
2085
|
-
lastUpdated:
|
|
2093
|
+
lastUpdated: 1741147666000,
|
|
2086
2094
|
docs: "https://vueuse.org/core/useSpeechRecognition/",
|
|
2087
2095
|
category: "Sensors",
|
|
2088
2096
|
description: "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
|
|
@@ -2090,7 +2098,7 @@ var functions$1 = [
|
|
|
2090
2098
|
{
|
|
2091
2099
|
name: "useSpeechSynthesis",
|
|
2092
2100
|
"package": "core",
|
|
2093
|
-
lastUpdated:
|
|
2101
|
+
lastUpdated: 1741147666000,
|
|
2094
2102
|
docs: "https://vueuse.org/core/useSpeechSynthesis/",
|
|
2095
2103
|
category: "Sensors",
|
|
2096
2104
|
description: "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
|
|
@@ -2113,7 +2121,7 @@ var functions$1 = [
|
|
|
2113
2121
|
{
|
|
2114
2122
|
name: "useStepper",
|
|
2115
2123
|
"package": "core",
|
|
2116
|
-
lastUpdated:
|
|
2124
|
+
lastUpdated: 1741147666000,
|
|
2117
2125
|
docs: "https://vueuse.org/core/useStepper/",
|
|
2118
2126
|
category: "Utilities",
|
|
2119
2127
|
description: "provides helpers for building a multi-step wizard interface"
|
|
@@ -2121,7 +2129,7 @@ var functions$1 = [
|
|
|
2121
2129
|
{
|
|
2122
2130
|
name: "useStorage",
|
|
2123
2131
|
"package": "core",
|
|
2124
|
-
lastUpdated:
|
|
2132
|
+
lastUpdated: 1741147666000,
|
|
2125
2133
|
docs: "https://vueuse.org/core/useStorage/",
|
|
2126
2134
|
category: "State",
|
|
2127
2135
|
description: "create a reactive ref that can be used to access & modify [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) or [SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
|
@@ -2136,7 +2144,7 @@ var functions$1 = [
|
|
|
2136
2144
|
{
|
|
2137
2145
|
name: "useStorageAsync",
|
|
2138
2146
|
"package": "core",
|
|
2139
|
-
lastUpdated:
|
|
2147
|
+
lastUpdated: 1741147666000,
|
|
2140
2148
|
docs: "https://vueuse.org/core/useStorageAsync/",
|
|
2141
2149
|
category: "State",
|
|
2142
2150
|
description: "reactive Storage in with async support",
|
|
@@ -2147,7 +2155,7 @@ var functions$1 = [
|
|
|
2147
2155
|
{
|
|
2148
2156
|
name: "useStyleTag",
|
|
2149
2157
|
"package": "core",
|
|
2150
|
-
lastUpdated:
|
|
2158
|
+
lastUpdated: 1741147666000,
|
|
2151
2159
|
docs: "https://vueuse.org/core/useStyleTag/",
|
|
2152
2160
|
category: "Browser",
|
|
2153
2161
|
description: "inject reactive `style` element in head"
|
|
@@ -2171,7 +2179,7 @@ var functions$1 = [
|
|
|
2171
2179
|
{
|
|
2172
2180
|
name: "useSum",
|
|
2173
2181
|
"package": "math",
|
|
2174
|
-
lastUpdated:
|
|
2182
|
+
lastUpdated: 1741147666000,
|
|
2175
2183
|
docs: "https://vueuse.org/math/useSum/",
|
|
2176
2184
|
category: "@Math",
|
|
2177
2185
|
description: "get the sum of an array reactively"
|
|
@@ -2179,7 +2187,7 @@ var functions$1 = [
|
|
|
2179
2187
|
{
|
|
2180
2188
|
name: "useSupported",
|
|
2181
2189
|
"package": "core",
|
|
2182
|
-
lastUpdated:
|
|
2190
|
+
lastUpdated: 1740137210000,
|
|
2183
2191
|
docs: "https://vueuse.org/core/useSupported/",
|
|
2184
2192
|
category: "Utilities",
|
|
2185
2193
|
description: "sSR compatibility `isSupported`"
|
|
@@ -2187,7 +2195,7 @@ var functions$1 = [
|
|
|
2187
2195
|
{
|
|
2188
2196
|
name: "useSwipe",
|
|
2189
2197
|
"package": "core",
|
|
2190
|
-
lastUpdated:
|
|
2198
|
+
lastUpdated: 1741147666000,
|
|
2191
2199
|
docs: "https://vueuse.org/core/useSwipe/",
|
|
2192
2200
|
category: "Sensors",
|
|
2193
2201
|
description: "reactive swipe detection based on [`TouchEvents`](https://developer.mozilla.org/en-US/docs/Web/API/TouchEvent)"
|
|
@@ -2203,7 +2211,7 @@ var functions$1 = [
|
|
|
2203
2211
|
{
|
|
2204
2212
|
name: "useTextareaAutosize",
|
|
2205
2213
|
"package": "core",
|
|
2206
|
-
lastUpdated:
|
|
2214
|
+
lastUpdated: 1741147666000,
|
|
2207
2215
|
docs: "https://vueuse.org/core/useTextareaAutosize/",
|
|
2208
2216
|
category: "Browser",
|
|
2209
2217
|
description: "automatically update the height of a textarea depending on the content"
|
|
@@ -2227,7 +2235,7 @@ var functions$1 = [
|
|
|
2227
2235
|
{
|
|
2228
2236
|
name: "useThrottledRefHistory",
|
|
2229
2237
|
"package": "core",
|
|
2230
|
-
lastUpdated:
|
|
2238
|
+
lastUpdated: 1741147666000,
|
|
2231
2239
|
docs: "https://vueuse.org/core/useThrottledRefHistory/",
|
|
2232
2240
|
category: "State",
|
|
2233
2241
|
description: "shorthand for `useRefHistory` with throttled filter",
|
|
@@ -2239,7 +2247,7 @@ var functions$1 = [
|
|
|
2239
2247
|
{
|
|
2240
2248
|
name: "useThrottleFn",
|
|
2241
2249
|
"package": "shared",
|
|
2242
|
-
lastUpdated:
|
|
2250
|
+
lastUpdated: 1741147666000,
|
|
2243
2251
|
docs: "https://vueuse.org/shared/useThrottleFn/",
|
|
2244
2252
|
category: "Utilities",
|
|
2245
2253
|
description: "throttle execution of a function",
|
|
@@ -2252,7 +2260,7 @@ var functions$1 = [
|
|
|
2252
2260
|
{
|
|
2253
2261
|
name: "useTimeAgo",
|
|
2254
2262
|
"package": "core",
|
|
2255
|
-
lastUpdated:
|
|
2263
|
+
lastUpdated: 1741147666000,
|
|
2256
2264
|
component: true,
|
|
2257
2265
|
docs: "https://vueuse.org/core/useTimeAgo/",
|
|
2258
2266
|
category: "Time",
|
|
@@ -2261,7 +2269,7 @@ var functions$1 = [
|
|
|
2261
2269
|
{
|
|
2262
2270
|
name: "useTimeout",
|
|
2263
2271
|
"package": "shared",
|
|
2264
|
-
lastUpdated:
|
|
2272
|
+
lastUpdated: 1741147666000,
|
|
2265
2273
|
docs: "https://vueuse.org/shared/useTimeout/",
|
|
2266
2274
|
category: "Animation",
|
|
2267
2275
|
description: "update value after a given time with controls"
|
|
@@ -2269,7 +2277,7 @@ var functions$1 = [
|
|
|
2269
2277
|
{
|
|
2270
2278
|
name: "useTimeoutFn",
|
|
2271
2279
|
"package": "shared",
|
|
2272
|
-
lastUpdated:
|
|
2280
|
+
lastUpdated: 1741147666000,
|
|
2273
2281
|
docs: "https://vueuse.org/shared/useTimeoutFn/",
|
|
2274
2282
|
category: "Animation",
|
|
2275
2283
|
description: "wrapper for `setTimeout` with controls"
|
|
@@ -2277,7 +2285,7 @@ var functions$1 = [
|
|
|
2277
2285
|
{
|
|
2278
2286
|
name: "useTimeoutPoll",
|
|
2279
2287
|
"package": "core",
|
|
2280
|
-
lastUpdated:
|
|
2288
|
+
lastUpdated: 1741147666000,
|
|
2281
2289
|
docs: "https://vueuse.org/core/useTimeoutPoll/",
|
|
2282
2290
|
category: "Utilities",
|
|
2283
2291
|
description: "use timeout to poll something"
|
|
@@ -2285,7 +2293,7 @@ var functions$1 = [
|
|
|
2285
2293
|
{
|
|
2286
2294
|
name: "useTimestamp",
|
|
2287
2295
|
"package": "core",
|
|
2288
|
-
lastUpdated:
|
|
2296
|
+
lastUpdated: 1739701304000,
|
|
2289
2297
|
component: true,
|
|
2290
2298
|
docs: "https://vueuse.org/core/useTimestamp/",
|
|
2291
2299
|
category: "Animation",
|
|
@@ -2294,7 +2302,7 @@ var functions$1 = [
|
|
|
2294
2302
|
{
|
|
2295
2303
|
name: "useTitle",
|
|
2296
2304
|
"package": "core",
|
|
2297
|
-
lastUpdated:
|
|
2305
|
+
lastUpdated: 1741147666000,
|
|
2298
2306
|
docs: "https://vueuse.org/core/useTitle/",
|
|
2299
2307
|
category: "Browser",
|
|
2300
2308
|
description: "reactive document title"
|
|
@@ -2302,7 +2310,7 @@ var functions$1 = [
|
|
|
2302
2310
|
{
|
|
2303
2311
|
name: "useToggle",
|
|
2304
2312
|
"package": "shared",
|
|
2305
|
-
lastUpdated:
|
|
2313
|
+
lastUpdated: 1741147666000,
|
|
2306
2314
|
docs: "https://vueuse.org/shared/useToggle/",
|
|
2307
2315
|
category: "Utilities",
|
|
2308
2316
|
description: "a boolean switcher with utility functions"
|
|
@@ -2310,7 +2318,7 @@ var functions$1 = [
|
|
|
2310
2318
|
{
|
|
2311
2319
|
name: "useToNumber",
|
|
2312
2320
|
"package": "shared",
|
|
2313
|
-
lastUpdated:
|
|
2321
|
+
lastUpdated: 1741147666000,
|
|
2314
2322
|
docs: "https://vueuse.org/shared/useToNumber/",
|
|
2315
2323
|
category: "Utilities",
|
|
2316
2324
|
description: "reactively convert a string ref to number"
|
|
@@ -2318,7 +2326,7 @@ var functions$1 = [
|
|
|
2318
2326
|
{
|
|
2319
2327
|
name: "useToString",
|
|
2320
2328
|
"package": "shared",
|
|
2321
|
-
lastUpdated:
|
|
2329
|
+
lastUpdated: 1741147666000,
|
|
2322
2330
|
docs: "https://vueuse.org/shared/useToString/",
|
|
2323
2331
|
category: "Utilities",
|
|
2324
2332
|
description: "reactively convert a ref to string"
|
|
@@ -2326,7 +2334,7 @@ var functions$1 = [
|
|
|
2326
2334
|
{
|
|
2327
2335
|
name: "useTransition",
|
|
2328
2336
|
"package": "core",
|
|
2329
|
-
lastUpdated:
|
|
2337
|
+
lastUpdated: 1741147666000,
|
|
2330
2338
|
docs: "https://vueuse.org/core/useTransition/",
|
|
2331
2339
|
category: "Animation",
|
|
2332
2340
|
description: "transition between values"
|
|
@@ -2334,7 +2342,7 @@ var functions$1 = [
|
|
|
2334
2342
|
{
|
|
2335
2343
|
name: "useTrunc",
|
|
2336
2344
|
"package": "math",
|
|
2337
|
-
lastUpdated:
|
|
2345
|
+
lastUpdated: 1741147666000,
|
|
2338
2346
|
docs: "https://vueuse.org/math/useTrunc/",
|
|
2339
2347
|
category: "@Math",
|
|
2340
2348
|
description: "reactive `Math.trunc`"
|
|
@@ -2350,7 +2358,7 @@ var functions$1 = [
|
|
|
2350
2358
|
{
|
|
2351
2359
|
name: "useUserMedia",
|
|
2352
2360
|
"package": "core",
|
|
2353
|
-
lastUpdated:
|
|
2361
|
+
lastUpdated: 1741147666000,
|
|
2354
2362
|
docs: "https://vueuse.org/core/useUserMedia/",
|
|
2355
2363
|
category: "Sensors",
|
|
2356
2364
|
description: "reactive [`mediaDevices.getUserMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia) streaming",
|
|
@@ -2363,7 +2371,7 @@ var functions$1 = [
|
|
|
2363
2371
|
{
|
|
2364
2372
|
name: "useVibrate",
|
|
2365
2373
|
"package": "core",
|
|
2366
|
-
lastUpdated:
|
|
2374
|
+
lastUpdated: 1741147666000,
|
|
2367
2375
|
docs: "https://vueuse.org/core/useVibrate/",
|
|
2368
2376
|
category: "Browser",
|
|
2369
2377
|
description: "reactive [Vibration API](https://developer.mozilla.org/en-US/docs/Web/API/Vibration_API)"
|
|
@@ -2371,7 +2379,7 @@ var functions$1 = [
|
|
|
2371
2379
|
{
|
|
2372
2380
|
name: "useVirtualList",
|
|
2373
2381
|
"package": "core",
|
|
2374
|
-
lastUpdated:
|
|
2382
|
+
lastUpdated: 1741147666000,
|
|
2375
2383
|
component: true,
|
|
2376
2384
|
docs: "https://vueuse.org/core/useVirtualList/",
|
|
2377
2385
|
category: "Component",
|
|
@@ -2402,7 +2410,7 @@ var functions$1 = [
|
|
|
2402
2410
|
{
|
|
2403
2411
|
name: "useWakeLock",
|
|
2404
2412
|
"package": "core",
|
|
2405
|
-
lastUpdated:
|
|
2413
|
+
lastUpdated: 1739701304000,
|
|
2406
2414
|
docs: "https://vueuse.org/core/useWakeLock/",
|
|
2407
2415
|
category: "Browser",
|
|
2408
2416
|
description: "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API)"
|
|
@@ -2410,7 +2418,7 @@ var functions$1 = [
|
|
|
2410
2418
|
{
|
|
2411
2419
|
name: "useWebNotification",
|
|
2412
2420
|
"package": "core",
|
|
2413
|
-
lastUpdated:
|
|
2421
|
+
lastUpdated: 1739701304000,
|
|
2414
2422
|
docs: "https://vueuse.org/core/useWebNotification/",
|
|
2415
2423
|
category: "Browser",
|
|
2416
2424
|
description: "reactive [Notification](https://developer.mozilla.org/en-US/docs/Web/API/notification)"
|
|
@@ -2418,7 +2426,7 @@ var functions$1 = [
|
|
|
2418
2426
|
{
|
|
2419
2427
|
name: "useWebSocket",
|
|
2420
2428
|
"package": "core",
|
|
2421
|
-
lastUpdated:
|
|
2429
|
+
lastUpdated: 1741147666000,
|
|
2422
2430
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2423
2431
|
category: "Network",
|
|
2424
2432
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2437,7 +2445,7 @@ var functions$1 = [
|
|
|
2437
2445
|
{
|
|
2438
2446
|
name: "useWebWorkerFn",
|
|
2439
2447
|
"package": "core",
|
|
2440
|
-
lastUpdated:
|
|
2448
|
+
lastUpdated: 1739701304000,
|
|
2441
2449
|
docs: "https://vueuse.org/core/useWebWorkerFn/",
|
|
2442
2450
|
category: "Browser",
|
|
2443
2451
|
description: "run expensive functions without blocking the UI",
|
|
@@ -2448,7 +2456,7 @@ var functions$1 = [
|
|
|
2448
2456
|
{
|
|
2449
2457
|
name: "useWindowFocus",
|
|
2450
2458
|
"package": "core",
|
|
2451
|
-
lastUpdated:
|
|
2459
|
+
lastUpdated: 1739701304000,
|
|
2452
2460
|
component: true,
|
|
2453
2461
|
docs: "https://vueuse.org/core/useWindowFocus/",
|
|
2454
2462
|
category: "Elements",
|
|
@@ -2465,7 +2473,7 @@ var functions$1 = [
|
|
|
2465
2473
|
{
|
|
2466
2474
|
name: "useWindowSize",
|
|
2467
2475
|
"package": "core",
|
|
2468
|
-
lastUpdated:
|
|
2476
|
+
lastUpdated: 1739701304000,
|
|
2469
2477
|
component: true,
|
|
2470
2478
|
docs: "https://vueuse.org/core/useWindowSize/",
|
|
2471
2479
|
category: "Elements",
|
|
@@ -2474,7 +2482,7 @@ var functions$1 = [
|
|
|
2474
2482
|
{
|
|
2475
2483
|
name: "useZoomFactor",
|
|
2476
2484
|
"package": "electron",
|
|
2477
|
-
lastUpdated:
|
|
2485
|
+
lastUpdated: 1741147666000,
|
|
2478
2486
|
docs: "https://vueuse.org/electron/useZoomFactor/",
|
|
2479
2487
|
category: "@Electron",
|
|
2480
2488
|
description: "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom factor"
|
|
@@ -2482,7 +2490,7 @@ var functions$1 = [
|
|
|
2482
2490
|
{
|
|
2483
2491
|
name: "useZoomLevel",
|
|
2484
2492
|
"package": "electron",
|
|
2485
|
-
lastUpdated:
|
|
2493
|
+
lastUpdated: 1741147666000,
|
|
2486
2494
|
docs: "https://vueuse.org/electron/useZoomLevel/",
|
|
2487
2495
|
category: "@Electron",
|
|
2488
2496
|
description: "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom level"
|
|
@@ -2490,13 +2498,13 @@ var functions$1 = [
|
|
|
2490
2498
|
{
|
|
2491
2499
|
name: "utils",
|
|
2492
2500
|
"package": "shared",
|
|
2493
|
-
lastUpdated:
|
|
2501
|
+
lastUpdated: 1741154516000,
|
|
2494
2502
|
internal: true
|
|
2495
2503
|
},
|
|
2496
2504
|
{
|
|
2497
2505
|
name: "watchArray",
|
|
2498
2506
|
"package": "shared",
|
|
2499
|
-
lastUpdated:
|
|
2507
|
+
lastUpdated: 1741159087000,
|
|
2500
2508
|
docs: "https://vueuse.org/shared/watchArray/",
|
|
2501
2509
|
category: "Watch",
|
|
2502
2510
|
description: "watch for an array with additions and removals"
|
|
@@ -2504,7 +2512,7 @@ var functions$1 = [
|
|
|
2504
2512
|
{
|
|
2505
2513
|
name: "watchAtMost",
|
|
2506
2514
|
"package": "shared",
|
|
2507
|
-
lastUpdated:
|
|
2515
|
+
lastUpdated: 1741147666000,
|
|
2508
2516
|
docs: "https://vueuse.org/shared/watchAtMost/",
|
|
2509
2517
|
category: "Watch",
|
|
2510
2518
|
description: "`watch` with the number of times triggered"
|
|
@@ -2512,7 +2520,7 @@ var functions$1 = [
|
|
|
2512
2520
|
{
|
|
2513
2521
|
name: "watchDebounced",
|
|
2514
2522
|
"package": "shared",
|
|
2515
|
-
lastUpdated:
|
|
2523
|
+
lastUpdated: 1741147666000,
|
|
2516
2524
|
docs: "https://vueuse.org/shared/watchDebounced/",
|
|
2517
2525
|
category: "Watch",
|
|
2518
2526
|
description: "debounced watch",
|
|
@@ -2577,7 +2585,7 @@ var functions$1 = [
|
|
|
2577
2585
|
{
|
|
2578
2586
|
name: "watchThrottled",
|
|
2579
2587
|
"package": "shared",
|
|
2580
|
-
lastUpdated:
|
|
2588
|
+
lastUpdated: 1741147666000,
|
|
2581
2589
|
docs: "https://vueuse.org/shared/watchThrottled/",
|
|
2582
2590
|
category: "Watch",
|
|
2583
2591
|
description: "throttled watch",
|