@vueuse/metadata 12.7.0 → 12.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs +174 -166
- package/index.json +174 -166
- package/index.mjs +174 -166
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -166,7 +166,7 @@ var functions$1 = [
|
|
|
166
166
|
{
|
|
167
167
|
name: "computedEager",
|
|
168
168
|
"package": "shared",
|
|
169
|
-
lastUpdated:
|
|
169
|
+
lastUpdated: 1739701304000,
|
|
170
170
|
docs: "https://vueuse.org/shared/computedEager/",
|
|
171
171
|
category: "Reactivity",
|
|
172
172
|
description: "eager computed without lazy evaluation",
|
|
@@ -207,7 +207,7 @@ var functions$1 = [
|
|
|
207
207
|
{
|
|
208
208
|
name: "createGenericProjection",
|
|
209
209
|
"package": "math",
|
|
210
|
-
lastUpdated:
|
|
210
|
+
lastUpdated: 1741147666000,
|
|
211
211
|
docs: "https://vueuse.org/math/createGenericProjection/",
|
|
212
212
|
category: "@Math",
|
|
213
213
|
description: "generic version of `createProjection`",
|
|
@@ -245,7 +245,7 @@ var functions$1 = [
|
|
|
245
245
|
{
|
|
246
246
|
name: "createProjection",
|
|
247
247
|
"package": "math",
|
|
248
|
-
lastUpdated:
|
|
248
|
+
lastUpdated: 1741147666000,
|
|
249
249
|
docs: "https://vueuse.org/math/createProjection/",
|
|
250
250
|
category: "@Math",
|
|
251
251
|
description: "reactive numeric projection from one domain to another",
|
|
@@ -254,6 +254,14 @@ var functions$1 = [
|
|
|
254
254
|
"useProjection"
|
|
255
255
|
]
|
|
256
256
|
},
|
|
257
|
+
{
|
|
258
|
+
name: "createRef",
|
|
259
|
+
"package": "shared",
|
|
260
|
+
lastUpdated: 1740137210000,
|
|
261
|
+
docs: "https://vueuse.org/shared/createRef/",
|
|
262
|
+
category: "Reactivity",
|
|
263
|
+
description: "returns a `deepRef` or `shallowRef` depending on the `deep` param"
|
|
264
|
+
},
|
|
257
265
|
{
|
|
258
266
|
name: "createReusableTemplate",
|
|
259
267
|
"package": "core",
|
|
@@ -291,7 +299,7 @@ var functions$1 = [
|
|
|
291
299
|
{
|
|
292
300
|
name: "createUnrefFn",
|
|
293
301
|
"package": "core",
|
|
294
|
-
lastUpdated:
|
|
302
|
+
lastUpdated: 1741147666000,
|
|
295
303
|
docs: "https://vueuse.org/core/createUnrefFn/",
|
|
296
304
|
category: "Utilities",
|
|
297
305
|
description: "make a plain function accepting ref and raw values as arguments",
|
|
@@ -310,7 +318,7 @@ var functions$1 = [
|
|
|
310
318
|
{
|
|
311
319
|
name: "from",
|
|
312
320
|
"package": "rxjs",
|
|
313
|
-
lastUpdated:
|
|
321
|
+
lastUpdated: 1741147666000,
|
|
314
322
|
docs: "https://vueuse.org/rxjs/from/",
|
|
315
323
|
category: "@RxJS",
|
|
316
324
|
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"
|
|
@@ -342,7 +350,7 @@ var functions$1 = [
|
|
|
342
350
|
{
|
|
343
351
|
name: "logicAnd",
|
|
344
352
|
"package": "math",
|
|
345
|
-
lastUpdated:
|
|
353
|
+
lastUpdated: 1741147666000,
|
|
346
354
|
docs: "https://vueuse.org/math/logicAnd/",
|
|
347
355
|
category: "@Math",
|
|
348
356
|
description: "`AND` condition for refs",
|
|
@@ -372,7 +380,7 @@ var functions$1 = [
|
|
|
372
380
|
{
|
|
373
381
|
name: "logicOr",
|
|
374
382
|
"package": "math",
|
|
375
|
-
lastUpdated:
|
|
383
|
+
lastUpdated: 1741147666000,
|
|
376
384
|
docs: "https://vueuse.org/math/logicOr/",
|
|
377
385
|
category: "@Math",
|
|
378
386
|
description: "`OR` conditions for refs",
|
|
@@ -395,7 +403,7 @@ var functions$1 = [
|
|
|
395
403
|
{
|
|
396
404
|
name: "onClickOutside",
|
|
397
405
|
"package": "core",
|
|
398
|
-
lastUpdated:
|
|
406
|
+
lastUpdated: 1741147666000,
|
|
399
407
|
component: true,
|
|
400
408
|
directive: true,
|
|
401
409
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -413,7 +421,7 @@ var functions$1 = [
|
|
|
413
421
|
{
|
|
414
422
|
name: "onKeyStroke",
|
|
415
423
|
"package": "core",
|
|
416
|
-
lastUpdated:
|
|
424
|
+
lastUpdated: 1741147666000,
|
|
417
425
|
directive: true,
|
|
418
426
|
docs: "https://vueuse.org/core/onKeyStroke/",
|
|
419
427
|
category: "Sensors",
|
|
@@ -432,7 +440,7 @@ var functions$1 = [
|
|
|
432
440
|
{
|
|
433
441
|
name: "onStartTyping",
|
|
434
442
|
"package": "core",
|
|
435
|
-
lastUpdated:
|
|
443
|
+
lastUpdated: 1740966535000,
|
|
436
444
|
docs: "https://vueuse.org/core/onStartTyping/",
|
|
437
445
|
category: "Sensors",
|
|
438
446
|
description: "fires when users start typing on non-editable elements"
|
|
@@ -448,7 +456,7 @@ var functions$1 = [
|
|
|
448
456
|
{
|
|
449
457
|
name: "reactify",
|
|
450
458
|
"package": "shared",
|
|
451
|
-
lastUpdated:
|
|
459
|
+
lastUpdated: 1741147666000,
|
|
452
460
|
docs: "https://vueuse.org/shared/reactify/",
|
|
453
461
|
category: "Reactivity",
|
|
454
462
|
description: "converts plain functions into reactive functions",
|
|
@@ -494,7 +502,7 @@ var functions$1 = [
|
|
|
494
502
|
{
|
|
495
503
|
name: "refAutoReset",
|
|
496
504
|
"package": "shared",
|
|
497
|
-
lastUpdated:
|
|
505
|
+
lastUpdated: 1741147666000,
|
|
498
506
|
docs: "https://vueuse.org/shared/refAutoReset/",
|
|
499
507
|
category: "Reactivity",
|
|
500
508
|
description: "a ref which will be reset to the default value after some time",
|
|
@@ -505,7 +513,7 @@ var functions$1 = [
|
|
|
505
513
|
{
|
|
506
514
|
name: "refDebounced",
|
|
507
515
|
"package": "shared",
|
|
508
|
-
lastUpdated:
|
|
516
|
+
lastUpdated: 1741147666000,
|
|
509
517
|
docs: "https://vueuse.org/shared/refDebounced/",
|
|
510
518
|
category: "Reactivity",
|
|
511
519
|
description: "debounce execution of a ref value",
|
|
@@ -576,7 +584,7 @@ var functions$1 = [
|
|
|
576
584
|
{
|
|
577
585
|
name: "syncRefs",
|
|
578
586
|
"package": "shared",
|
|
579
|
-
lastUpdated:
|
|
587
|
+
lastUpdated: 1741154516000,
|
|
580
588
|
docs: "https://vueuse.org/shared/syncRefs/",
|
|
581
589
|
category: "Reactivity",
|
|
582
590
|
description: "keep target refs in sync with a source ref",
|
|
@@ -603,7 +611,7 @@ var functions$1 = [
|
|
|
603
611
|
{
|
|
604
612
|
name: "toReactive",
|
|
605
613
|
"package": "shared",
|
|
606
|
-
lastUpdated:
|
|
614
|
+
lastUpdated: 1741147666000,
|
|
607
615
|
docs: "https://vueuse.org/shared/toReactive/",
|
|
608
616
|
category: "Reactivity",
|
|
609
617
|
description: "converts ref to reactive"
|
|
@@ -611,7 +619,7 @@ var functions$1 = [
|
|
|
611
619
|
{
|
|
612
620
|
name: "toRef",
|
|
613
621
|
"package": "shared",
|
|
614
|
-
lastUpdated:
|
|
622
|
+
lastUpdated: 1741147666000,
|
|
615
623
|
docs: "https://vueuse.org/shared/toRef/",
|
|
616
624
|
category: "Reactivity",
|
|
617
625
|
description: "normalize value/ref/getter to `ref` or `computed`",
|
|
@@ -625,7 +633,7 @@ var functions$1 = [
|
|
|
625
633
|
{
|
|
626
634
|
name: "toRefs",
|
|
627
635
|
"package": "shared",
|
|
628
|
-
lastUpdated:
|
|
636
|
+
lastUpdated: 1741147666000,
|
|
629
637
|
docs: "https://vueuse.org/shared/toRefs/",
|
|
630
638
|
category: "Reactivity",
|
|
631
639
|
description: "extended [`toRefs`](https://vuejs.org/api/reactivity-utilities.html#torefs) that also accepts refs of an object"
|
|
@@ -688,7 +696,7 @@ var functions$1 = [
|
|
|
688
696
|
{
|
|
689
697
|
name: "unrefElement",
|
|
690
698
|
"package": "core",
|
|
691
|
-
lastUpdated:
|
|
699
|
+
lastUpdated: 1741147666000,
|
|
692
700
|
docs: "https://vueuse.org/core/unrefElement/",
|
|
693
701
|
category: "Component",
|
|
694
702
|
description: "retrieves the underlying DOM element from a Vue ref or component instance"
|
|
@@ -696,7 +704,7 @@ var functions$1 = [
|
|
|
696
704
|
{
|
|
697
705
|
name: "until",
|
|
698
706
|
"package": "shared",
|
|
699
|
-
lastUpdated:
|
|
707
|
+
lastUpdated: 1741147666000,
|
|
700
708
|
docs: "https://vueuse.org/shared/until/",
|
|
701
709
|
category: "Watch",
|
|
702
710
|
description: "promised one-time watch for changes"
|
|
@@ -704,7 +712,7 @@ var functions$1 = [
|
|
|
704
712
|
{
|
|
705
713
|
name: "useAbs",
|
|
706
714
|
"package": "math",
|
|
707
|
-
lastUpdated:
|
|
715
|
+
lastUpdated: 1741147666000,
|
|
708
716
|
docs: "https://vueuse.org/math/useAbs/",
|
|
709
717
|
category: "@Math",
|
|
710
718
|
description: "reactive `Math.abs`"
|
|
@@ -712,7 +720,7 @@ var functions$1 = [
|
|
|
712
720
|
{
|
|
713
721
|
name: "useActiveElement",
|
|
714
722
|
"package": "core",
|
|
715
|
-
lastUpdated:
|
|
723
|
+
lastUpdated: 1739701304000,
|
|
716
724
|
component: true,
|
|
717
725
|
docs: "https://vueuse.org/core/useActiveElement/",
|
|
718
726
|
category: "Elements",
|
|
@@ -721,7 +729,7 @@ var functions$1 = [
|
|
|
721
729
|
{
|
|
722
730
|
name: "useAnimate",
|
|
723
731
|
"package": "core",
|
|
724
|
-
lastUpdated:
|
|
732
|
+
lastUpdated: 1741147666000,
|
|
725
733
|
docs: "https://vueuse.org/core/useAnimate/",
|
|
726
734
|
category: "Animation",
|
|
727
735
|
description: "reactive [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API)"
|
|
@@ -729,7 +737,7 @@ var functions$1 = [
|
|
|
729
737
|
{
|
|
730
738
|
name: "useArrayDifference",
|
|
731
739
|
"package": "shared",
|
|
732
|
-
lastUpdated:
|
|
740
|
+
lastUpdated: 1741147666000,
|
|
733
741
|
docs: "https://vueuse.org/shared/useArrayDifference/",
|
|
734
742
|
category: "Array",
|
|
735
743
|
description: "reactive get array difference of two arrays"
|
|
@@ -737,7 +745,7 @@ var functions$1 = [
|
|
|
737
745
|
{
|
|
738
746
|
name: "useArrayEvery",
|
|
739
747
|
"package": "shared",
|
|
740
|
-
lastUpdated:
|
|
748
|
+
lastUpdated: 1741147666000,
|
|
741
749
|
docs: "https://vueuse.org/shared/useArrayEvery/",
|
|
742
750
|
category: "Array",
|
|
743
751
|
description: "reactive `Array.every`"
|
|
@@ -745,7 +753,7 @@ var functions$1 = [
|
|
|
745
753
|
{
|
|
746
754
|
name: "useArrayFilter",
|
|
747
755
|
"package": "shared",
|
|
748
|
-
lastUpdated:
|
|
756
|
+
lastUpdated: 1741147666000,
|
|
749
757
|
docs: "https://vueuse.org/shared/useArrayFilter/",
|
|
750
758
|
category: "Array",
|
|
751
759
|
description: "reactive `Array.filter`"
|
|
@@ -753,7 +761,7 @@ var functions$1 = [
|
|
|
753
761
|
{
|
|
754
762
|
name: "useArrayFind",
|
|
755
763
|
"package": "shared",
|
|
756
|
-
lastUpdated:
|
|
764
|
+
lastUpdated: 1741147666000,
|
|
757
765
|
docs: "https://vueuse.org/shared/useArrayFind/",
|
|
758
766
|
category: "Array",
|
|
759
767
|
description: "reactive `Array.find`"
|
|
@@ -761,7 +769,7 @@ var functions$1 = [
|
|
|
761
769
|
{
|
|
762
770
|
name: "useArrayFindIndex",
|
|
763
771
|
"package": "shared",
|
|
764
|
-
lastUpdated:
|
|
772
|
+
lastUpdated: 1741147666000,
|
|
765
773
|
docs: "https://vueuse.org/shared/useArrayFindIndex/",
|
|
766
774
|
category: "Array",
|
|
767
775
|
description: "reactive `Array.findIndex`"
|
|
@@ -769,7 +777,7 @@ var functions$1 = [
|
|
|
769
777
|
{
|
|
770
778
|
name: "useArrayFindLast",
|
|
771
779
|
"package": "shared",
|
|
772
|
-
lastUpdated:
|
|
780
|
+
lastUpdated: 1741147666000,
|
|
773
781
|
docs: "https://vueuse.org/shared/useArrayFindLast/",
|
|
774
782
|
category: "Array",
|
|
775
783
|
description: "reactive `Array.findLast`"
|
|
@@ -777,7 +785,7 @@ var functions$1 = [
|
|
|
777
785
|
{
|
|
778
786
|
name: "useArrayIncludes",
|
|
779
787
|
"package": "shared",
|
|
780
|
-
lastUpdated:
|
|
788
|
+
lastUpdated: 1741147666000,
|
|
781
789
|
docs: "https://vueuse.org/shared/useArrayIncludes/",
|
|
782
790
|
category: "Array",
|
|
783
791
|
description: "reactive `Array.includes`"
|
|
@@ -785,7 +793,7 @@ var functions$1 = [
|
|
|
785
793
|
{
|
|
786
794
|
name: "useArrayJoin",
|
|
787
795
|
"package": "shared",
|
|
788
|
-
lastUpdated:
|
|
796
|
+
lastUpdated: 1741147666000,
|
|
789
797
|
docs: "https://vueuse.org/shared/useArrayJoin/",
|
|
790
798
|
category: "Array",
|
|
791
799
|
description: "reactive `Array.join`"
|
|
@@ -793,7 +801,7 @@ var functions$1 = [
|
|
|
793
801
|
{
|
|
794
802
|
name: "useArrayMap",
|
|
795
803
|
"package": "shared",
|
|
796
|
-
lastUpdated:
|
|
804
|
+
lastUpdated: 1741147666000,
|
|
797
805
|
docs: "https://vueuse.org/shared/useArrayMap/",
|
|
798
806
|
category: "Array",
|
|
799
807
|
description: "reactive `Array.map`"
|
|
@@ -801,7 +809,7 @@ var functions$1 = [
|
|
|
801
809
|
{
|
|
802
810
|
name: "useArrayReduce",
|
|
803
811
|
"package": "shared",
|
|
804
|
-
lastUpdated:
|
|
812
|
+
lastUpdated: 1741147666000,
|
|
805
813
|
docs: "https://vueuse.org/shared/useArrayReduce/",
|
|
806
814
|
category: "Array",
|
|
807
815
|
description: "reactive `Array.reduce`"
|
|
@@ -809,7 +817,7 @@ var functions$1 = [
|
|
|
809
817
|
{
|
|
810
818
|
name: "useArraySome",
|
|
811
819
|
"package": "shared",
|
|
812
|
-
lastUpdated:
|
|
820
|
+
lastUpdated: 1741147666000,
|
|
813
821
|
docs: "https://vueuse.org/shared/useArraySome/",
|
|
814
822
|
category: "Array",
|
|
815
823
|
description: "reactive `Array.some`"
|
|
@@ -817,7 +825,7 @@ var functions$1 = [
|
|
|
817
825
|
{
|
|
818
826
|
name: "useArrayUnique",
|
|
819
827
|
"package": "shared",
|
|
820
|
-
lastUpdated:
|
|
828
|
+
lastUpdated: 1741147666000,
|
|
821
829
|
docs: "https://vueuse.org/shared/useArrayUnique/",
|
|
822
830
|
category: "Array",
|
|
823
831
|
description: "reactive unique array"
|
|
@@ -825,7 +833,7 @@ var functions$1 = [
|
|
|
825
833
|
{
|
|
826
834
|
name: "useAsyncQueue",
|
|
827
835
|
"package": "core",
|
|
828
|
-
lastUpdated:
|
|
836
|
+
lastUpdated: 1739701304000,
|
|
829
837
|
docs: "https://vueuse.org/core/useAsyncQueue/",
|
|
830
838
|
category: "Utilities",
|
|
831
839
|
description: "executes each asynchronous task sequentially and passes the current task result to the next task"
|
|
@@ -841,7 +849,7 @@ var functions$1 = [
|
|
|
841
849
|
{
|
|
842
850
|
name: "useAsyncValidator",
|
|
843
851
|
"package": "integrations",
|
|
844
|
-
lastUpdated:
|
|
852
|
+
lastUpdated: 1741147666000,
|
|
845
853
|
component: true,
|
|
846
854
|
docs: "https://vueuse.org/integrations/useAsyncValidator/",
|
|
847
855
|
category: "@Integrations",
|
|
@@ -860,7 +868,7 @@ var functions$1 = [
|
|
|
860
868
|
{
|
|
861
869
|
name: "useAverage",
|
|
862
870
|
"package": "math",
|
|
863
|
-
lastUpdated:
|
|
871
|
+
lastUpdated: 1741147666000,
|
|
864
872
|
docs: "https://vueuse.org/math/useAverage/",
|
|
865
873
|
category: "@Math",
|
|
866
874
|
description: "get the average of an array reactively"
|
|
@@ -877,7 +885,7 @@ var functions$1 = [
|
|
|
877
885
|
{
|
|
878
886
|
name: "useBase64",
|
|
879
887
|
"package": "core",
|
|
880
|
-
lastUpdated:
|
|
888
|
+
lastUpdated: 1741147666000,
|
|
881
889
|
docs: "https://vueuse.org/core/useBase64/",
|
|
882
890
|
category: "Utilities",
|
|
883
891
|
description: "reactive base64 transforming"
|
|
@@ -894,7 +902,7 @@ var functions$1 = [
|
|
|
894
902
|
{
|
|
895
903
|
name: "useBluetooth",
|
|
896
904
|
"package": "core",
|
|
897
|
-
lastUpdated:
|
|
905
|
+
lastUpdated: 1739701304000,
|
|
898
906
|
docs: "https://vueuse.org/core/useBluetooth/",
|
|
899
907
|
category: "Browser",
|
|
900
908
|
description: "reactive [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API)"
|
|
@@ -902,7 +910,7 @@ var functions$1 = [
|
|
|
902
910
|
{
|
|
903
911
|
name: "useBreakpoints",
|
|
904
912
|
"package": "core",
|
|
905
|
-
lastUpdated:
|
|
913
|
+
lastUpdated: 1741147666000,
|
|
906
914
|
docs: "https://vueuse.org/core/useBreakpoints/",
|
|
907
915
|
category: "Browser",
|
|
908
916
|
description: "reactive viewport breakpoints"
|
|
@@ -910,7 +918,7 @@ var functions$1 = [
|
|
|
910
918
|
{
|
|
911
919
|
name: "useBroadcastChannel",
|
|
912
920
|
"package": "core",
|
|
913
|
-
lastUpdated:
|
|
921
|
+
lastUpdated: 1739701304000,
|
|
914
922
|
docs: "https://vueuse.org/core/useBroadcastChannel/",
|
|
915
923
|
category: "Browser",
|
|
916
924
|
description: "reactive [BroadcastChannel API](https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel)"
|
|
@@ -927,7 +935,7 @@ var functions$1 = [
|
|
|
927
935
|
{
|
|
928
936
|
name: "useCached",
|
|
929
937
|
"package": "core",
|
|
930
|
-
lastUpdated:
|
|
938
|
+
lastUpdated: 1740137210000,
|
|
931
939
|
docs: "https://vueuse.org/core/useCached/",
|
|
932
940
|
category: "Utilities",
|
|
933
941
|
description: "cache a ref with a custom comparator"
|
|
@@ -935,7 +943,7 @@ var functions$1 = [
|
|
|
935
943
|
{
|
|
936
944
|
name: "useCeil",
|
|
937
945
|
"package": "math",
|
|
938
|
-
lastUpdated:
|
|
946
|
+
lastUpdated: 1741147666000,
|
|
939
947
|
docs: "https://vueuse.org/math/useCeil/",
|
|
940
948
|
category: "@Math",
|
|
941
949
|
description: "reactive `Math.ceil`"
|
|
@@ -943,7 +951,7 @@ var functions$1 = [
|
|
|
943
951
|
{
|
|
944
952
|
name: "useChangeCase",
|
|
945
953
|
"package": "integrations",
|
|
946
|
-
lastUpdated:
|
|
954
|
+
lastUpdated: 1741147666000,
|
|
947
955
|
docs: "https://vueuse.org/integrations/useChangeCase/",
|
|
948
956
|
category: "@Integrations",
|
|
949
957
|
description: "reactive wrapper for [`change-case`](https://github.com/blakeembrey/change-case)",
|
|
@@ -952,7 +960,7 @@ var functions$1 = [
|
|
|
952
960
|
{
|
|
953
961
|
name: "useClamp",
|
|
954
962
|
"package": "math",
|
|
955
|
-
lastUpdated:
|
|
963
|
+
lastUpdated: 1741147666000,
|
|
956
964
|
docs: "https://vueuse.org/math/useClamp/",
|
|
957
965
|
category: "@Math",
|
|
958
966
|
description: "reactively clamp a value between two other values"
|
|
@@ -960,7 +968,7 @@ var functions$1 = [
|
|
|
960
968
|
{
|
|
961
969
|
name: "useClipboard",
|
|
962
970
|
"package": "core",
|
|
963
|
-
lastUpdated:
|
|
971
|
+
lastUpdated: 1741147666000,
|
|
964
972
|
component: true,
|
|
965
973
|
docs: "https://vueuse.org/core/useClipboard/",
|
|
966
974
|
category: "Browser",
|
|
@@ -972,7 +980,7 @@ var functions$1 = [
|
|
|
972
980
|
{
|
|
973
981
|
name: "useClipboardItems",
|
|
974
982
|
"package": "core",
|
|
975
|
-
lastUpdated:
|
|
983
|
+
lastUpdated: 1741147666000,
|
|
976
984
|
docs: "https://vueuse.org/core/useClipboardItems/",
|
|
977
985
|
category: "Browser",
|
|
978
986
|
description: "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)",
|
|
@@ -983,7 +991,7 @@ var functions$1 = [
|
|
|
983
991
|
{
|
|
984
992
|
name: "useCloned",
|
|
985
993
|
"package": "core",
|
|
986
|
-
lastUpdated:
|
|
994
|
+
lastUpdated: 1741147666000,
|
|
987
995
|
docs: "https://vueuse.org/core/useCloned/",
|
|
988
996
|
category: "Utilities",
|
|
989
997
|
description: "reactive clone of a ref"
|
|
@@ -991,7 +999,7 @@ var functions$1 = [
|
|
|
991
999
|
{
|
|
992
1000
|
name: "useColorMode",
|
|
993
1001
|
"package": "core",
|
|
994
|
-
lastUpdated:
|
|
1002
|
+
lastUpdated: 1741147666000,
|
|
995
1003
|
component: true,
|
|
996
1004
|
docs: "https://vueuse.org/core/useColorMode/",
|
|
997
1005
|
category: "Browser",
|
|
@@ -1005,7 +1013,7 @@ var functions$1 = [
|
|
|
1005
1013
|
{
|
|
1006
1014
|
name: "useConfirmDialog",
|
|
1007
1015
|
"package": "core",
|
|
1008
|
-
lastUpdated:
|
|
1016
|
+
lastUpdated: 1739701304000,
|
|
1009
1017
|
docs: "https://vueuse.org/core/useConfirmDialog/",
|
|
1010
1018
|
category: "Utilities",
|
|
1011
1019
|
description: "creates event hooks to support modals and confirmation dialog chains"
|
|
@@ -1022,7 +1030,7 @@ var functions$1 = [
|
|
|
1022
1030
|
{
|
|
1023
1031
|
name: "useCountdown",
|
|
1024
1032
|
"package": "core",
|
|
1025
|
-
lastUpdated:
|
|
1033
|
+
lastUpdated: 1741147666000,
|
|
1026
1034
|
docs: "https://vueuse.org/core/useCountdown/",
|
|
1027
1035
|
category: "Time",
|
|
1028
1036
|
description: "wrapper for `useIntervalFn` that provides a countdown timer"
|
|
@@ -1030,7 +1038,7 @@ var functions$1 = [
|
|
|
1030
1038
|
{
|
|
1031
1039
|
name: "useCounter",
|
|
1032
1040
|
"package": "shared",
|
|
1033
|
-
lastUpdated:
|
|
1041
|
+
lastUpdated: 1741147666000,
|
|
1034
1042
|
docs: "https://vueuse.org/shared/useCounter/",
|
|
1035
1043
|
category: "Utilities",
|
|
1036
1044
|
description: "basic counter with utility functions"
|
|
@@ -1038,7 +1046,7 @@ var functions$1 = [
|
|
|
1038
1046
|
{
|
|
1039
1047
|
name: "useCssVar",
|
|
1040
1048
|
"package": "core",
|
|
1041
|
-
lastUpdated:
|
|
1049
|
+
lastUpdated: 1741147666000,
|
|
1042
1050
|
docs: "https://vueuse.org/core/useCssVar/",
|
|
1043
1051
|
category: "Browser",
|
|
1044
1052
|
description: "manipulate CSS variables"
|
|
@@ -1054,7 +1062,7 @@ var functions$1 = [
|
|
|
1054
1062
|
{
|
|
1055
1063
|
name: "useCycleList",
|
|
1056
1064
|
"package": "core",
|
|
1057
|
-
lastUpdated:
|
|
1065
|
+
lastUpdated: 1741147666000,
|
|
1058
1066
|
docs: "https://vueuse.org/core/useCycleList/",
|
|
1059
1067
|
category: "Utilities",
|
|
1060
1068
|
description: "cycle through a list of items"
|
|
@@ -1076,7 +1084,7 @@ var functions$1 = [
|
|
|
1076
1084
|
{
|
|
1077
1085
|
name: "useDateFormat",
|
|
1078
1086
|
"package": "shared",
|
|
1079
|
-
lastUpdated:
|
|
1087
|
+
lastUpdated: 1741147666000,
|
|
1080
1088
|
docs: "https://vueuse.org/shared/useDateFormat/",
|
|
1081
1089
|
category: "Time",
|
|
1082
1090
|
description: "get the formatted date according to the string of tokens passed in"
|
|
@@ -1084,7 +1092,7 @@ var functions$1 = [
|
|
|
1084
1092
|
{
|
|
1085
1093
|
name: "useDebouncedRefHistory",
|
|
1086
1094
|
"package": "core",
|
|
1087
|
-
lastUpdated:
|
|
1095
|
+
lastUpdated: 1741147666000,
|
|
1088
1096
|
docs: "https://vueuse.org/core/useDebouncedRefHistory/",
|
|
1089
1097
|
category: "State",
|
|
1090
1098
|
description: "shorthand for `useRefHistory` with debounced filter",
|
|
@@ -1096,7 +1104,7 @@ var functions$1 = [
|
|
|
1096
1104
|
{
|
|
1097
1105
|
name: "useDebounceFn",
|
|
1098
1106
|
"package": "shared",
|
|
1099
|
-
lastUpdated:
|
|
1107
|
+
lastUpdated: 1741147666000,
|
|
1100
1108
|
docs: "https://vueuse.org/shared/useDebounceFn/",
|
|
1101
1109
|
category: "Utilities",
|
|
1102
1110
|
description: "debounce execution of a function",
|
|
@@ -1134,7 +1142,7 @@ var functions$1 = [
|
|
|
1134
1142
|
{
|
|
1135
1143
|
name: "useDevicesList",
|
|
1136
1144
|
"package": "core",
|
|
1137
|
-
lastUpdated:
|
|
1145
|
+
lastUpdated: 1741147378000,
|
|
1138
1146
|
component: true,
|
|
1139
1147
|
docs: "https://vueuse.org/core/useDevicesList/",
|
|
1140
1148
|
category: "Sensors",
|
|
@@ -1146,7 +1154,7 @@ var functions$1 = [
|
|
|
1146
1154
|
{
|
|
1147
1155
|
name: "useDisplayMedia",
|
|
1148
1156
|
"package": "core",
|
|
1149
|
-
lastUpdated:
|
|
1157
|
+
lastUpdated: 1741147666000,
|
|
1150
1158
|
docs: "https://vueuse.org/core/useDisplayMedia/",
|
|
1151
1159
|
category: "Sensors",
|
|
1152
1160
|
description: "reactive [`mediaDevices.getDisplayMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia) streaming",
|
|
@@ -1157,7 +1165,7 @@ var functions$1 = [
|
|
|
1157
1165
|
{
|
|
1158
1166
|
name: "useDocumentVisibility",
|
|
1159
1167
|
"package": "core",
|
|
1160
|
-
lastUpdated:
|
|
1168
|
+
lastUpdated: 1739701304000,
|
|
1161
1169
|
component: true,
|
|
1162
1170
|
docs: "https://vueuse.org/core/useDocumentVisibility/",
|
|
1163
1171
|
category: "Elements",
|
|
@@ -1166,7 +1174,7 @@ var functions$1 = [
|
|
|
1166
1174
|
{
|
|
1167
1175
|
name: "useDraggable",
|
|
1168
1176
|
"package": "core",
|
|
1169
|
-
lastUpdated:
|
|
1177
|
+
lastUpdated: 1741147666000,
|
|
1170
1178
|
component: true,
|
|
1171
1179
|
docs: "https://vueuse.org/core/useDraggable/",
|
|
1172
1180
|
category: "Elements",
|
|
@@ -1175,7 +1183,7 @@ var functions$1 = [
|
|
|
1175
1183
|
{
|
|
1176
1184
|
name: "useDrauu",
|
|
1177
1185
|
"package": "integrations",
|
|
1178
|
-
lastUpdated:
|
|
1186
|
+
lastUpdated: 1739701304000,
|
|
1179
1187
|
docs: "https://vueuse.org/integrations/useDrauu/",
|
|
1180
1188
|
category: "@Integrations",
|
|
1181
1189
|
description: "reactive instance for [drauu](https://github.com/antfu/drauu)",
|
|
@@ -1184,7 +1192,7 @@ var functions$1 = [
|
|
|
1184
1192
|
{
|
|
1185
1193
|
name: "useDropZone",
|
|
1186
1194
|
"package": "core",
|
|
1187
|
-
lastUpdated:
|
|
1195
|
+
lastUpdated: 1741147666000,
|
|
1188
1196
|
docs: "https://vueuse.org/core/useDropZone/",
|
|
1189
1197
|
category: "Elements",
|
|
1190
1198
|
description: "create a zone where files can be dropped"
|
|
@@ -1202,7 +1210,7 @@ var functions$1 = [
|
|
|
1202
1210
|
{
|
|
1203
1211
|
name: "useElementByPoint",
|
|
1204
1212
|
"package": "core",
|
|
1205
|
-
lastUpdated:
|
|
1213
|
+
lastUpdated: 1741147666000,
|
|
1206
1214
|
docs: "https://vueuse.org/core/useElementByPoint/",
|
|
1207
1215
|
category: "Sensors",
|
|
1208
1216
|
description: "reactive element by point"
|
|
@@ -1210,7 +1218,7 @@ var functions$1 = [
|
|
|
1210
1218
|
{
|
|
1211
1219
|
name: "useElementHover",
|
|
1212
1220
|
"package": "core",
|
|
1213
|
-
lastUpdated:
|
|
1221
|
+
lastUpdated: 1741147666000,
|
|
1214
1222
|
directive: true,
|
|
1215
1223
|
docs: "https://vueuse.org/core/useElementHover/",
|
|
1216
1224
|
category: "Sensors",
|
|
@@ -1219,7 +1227,7 @@ var functions$1 = [
|
|
|
1219
1227
|
{
|
|
1220
1228
|
name: "useElementSize",
|
|
1221
1229
|
"package": "core",
|
|
1222
|
-
lastUpdated:
|
|
1230
|
+
lastUpdated: 1739655014000,
|
|
1223
1231
|
component: true,
|
|
1224
1232
|
directive: true,
|
|
1225
1233
|
docs: "https://vueuse.org/core/useElementSize/",
|
|
@@ -1243,7 +1251,7 @@ var functions$1 = [
|
|
|
1243
1251
|
{
|
|
1244
1252
|
name: "useElementVisibility",
|
|
1245
1253
|
"package": "core",
|
|
1246
|
-
lastUpdated:
|
|
1254
|
+
lastUpdated: 1741147666000,
|
|
1247
1255
|
component: true,
|
|
1248
1256
|
directive: true,
|
|
1249
1257
|
docs: "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1261,7 +1269,7 @@ var functions$1 = [
|
|
|
1261
1269
|
{
|
|
1262
1270
|
name: "useEventListener",
|
|
1263
1271
|
"package": "core",
|
|
1264
|
-
lastUpdated:
|
|
1272
|
+
lastUpdated: 1741154516000,
|
|
1265
1273
|
docs: "https://vueuse.org/core/useEventListener/",
|
|
1266
1274
|
category: "Browser",
|
|
1267
1275
|
description: "use EventListener with ease"
|
|
@@ -1269,7 +1277,7 @@ var functions$1 = [
|
|
|
1269
1277
|
{
|
|
1270
1278
|
name: "useEventSource",
|
|
1271
1279
|
"package": "core",
|
|
1272
|
-
lastUpdated:
|
|
1280
|
+
lastUpdated: 1741147666000,
|
|
1273
1281
|
docs: "https://vueuse.org/core/useEventSource/",
|
|
1274
1282
|
category: "Network",
|
|
1275
1283
|
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"
|
|
@@ -1277,7 +1285,7 @@ var functions$1 = [
|
|
|
1277
1285
|
{
|
|
1278
1286
|
name: "useExtractedObservable",
|
|
1279
1287
|
"package": "rxjs",
|
|
1280
|
-
lastUpdated:
|
|
1288
|
+
lastUpdated: 1739701304000,
|
|
1281
1289
|
docs: "https://vueuse.org/rxjs/useExtractedObservable/",
|
|
1282
1290
|
category: "@RxJS",
|
|
1283
1291
|
description: "use an RxJS [`Observable`](https://rxjs.dev/guide/observable) as extracted from one or more composables"
|
|
@@ -1294,7 +1302,7 @@ var functions$1 = [
|
|
|
1294
1302
|
{
|
|
1295
1303
|
name: "useFavicon",
|
|
1296
1304
|
"package": "core",
|
|
1297
|
-
lastUpdated:
|
|
1305
|
+
lastUpdated: 1741147666000,
|
|
1298
1306
|
docs: "https://vueuse.org/core/useFavicon/",
|
|
1299
1307
|
category: "Browser",
|
|
1300
1308
|
description: "reactive favicon"
|
|
@@ -1302,7 +1310,7 @@ var functions$1 = [
|
|
|
1302
1310
|
{
|
|
1303
1311
|
name: "useFetch",
|
|
1304
1312
|
"package": "core",
|
|
1305
|
-
lastUpdated:
|
|
1313
|
+
lastUpdated: 1741147666000,
|
|
1306
1314
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1307
1315
|
category: "Network",
|
|
1308
1316
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1318,7 +1326,7 @@ var functions$1 = [
|
|
|
1318
1326
|
{
|
|
1319
1327
|
name: "useFileSystemAccess",
|
|
1320
1328
|
"package": "core",
|
|
1321
|
-
lastUpdated:
|
|
1329
|
+
lastUpdated: 1741147666000,
|
|
1322
1330
|
docs: "https://vueuse.org/core/useFileSystemAccess/",
|
|
1323
1331
|
category: "Browser",
|
|
1324
1332
|
description: "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
@@ -1326,7 +1334,7 @@ var functions$1 = [
|
|
|
1326
1334
|
{
|
|
1327
1335
|
name: "useFirestore",
|
|
1328
1336
|
"package": "firebase",
|
|
1329
|
-
lastUpdated:
|
|
1337
|
+
lastUpdated: 1741147666000,
|
|
1330
1338
|
docs: "https://vueuse.org/firebase/useFirestore/",
|
|
1331
1339
|
category: "@Firebase",
|
|
1332
1340
|
description: "reactive [Firestore](https://firebase.google.com/docs/firestore) binding",
|
|
@@ -1335,7 +1343,7 @@ var functions$1 = [
|
|
|
1335
1343
|
{
|
|
1336
1344
|
name: "useFloor",
|
|
1337
1345
|
"package": "math",
|
|
1338
|
-
lastUpdated:
|
|
1346
|
+
lastUpdated: 1741147666000,
|
|
1339
1347
|
docs: "https://vueuse.org/math/useFloor/",
|
|
1340
1348
|
category: "@Math",
|
|
1341
1349
|
description: "reactive `Math.floor`"
|
|
@@ -1343,7 +1351,7 @@ var functions$1 = [
|
|
|
1343
1351
|
{
|
|
1344
1352
|
name: "useFocus",
|
|
1345
1353
|
"package": "core",
|
|
1346
|
-
lastUpdated:
|
|
1354
|
+
lastUpdated: 1739701304000,
|
|
1347
1355
|
docs: "https://vueuse.org/core/useFocus/",
|
|
1348
1356
|
category: "Sensors",
|
|
1349
1357
|
description: "reactive utility to track or set the focus state of a DOM element"
|
|
@@ -1351,7 +1359,7 @@ var functions$1 = [
|
|
|
1351
1359
|
{
|
|
1352
1360
|
name: "useFocusTrap",
|
|
1353
1361
|
"package": "integrations",
|
|
1354
|
-
lastUpdated:
|
|
1362
|
+
lastUpdated: 1741147666000,
|
|
1355
1363
|
component: true,
|
|
1356
1364
|
docs: "https://vueuse.org/integrations/useFocusTrap/",
|
|
1357
1365
|
category: "@Integrations",
|
|
@@ -1369,7 +1377,7 @@ var functions$1 = [
|
|
|
1369
1377
|
{
|
|
1370
1378
|
name: "useFps",
|
|
1371
1379
|
"package": "core",
|
|
1372
|
-
lastUpdated:
|
|
1380
|
+
lastUpdated: 1739701304000,
|
|
1373
1381
|
docs: "https://vueuse.org/core/useFps/",
|
|
1374
1382
|
category: "Sensors",
|
|
1375
1383
|
description: "reactive FPS (frames per second)"
|
|
@@ -1386,7 +1394,7 @@ var functions$1 = [
|
|
|
1386
1394
|
{
|
|
1387
1395
|
name: "useFuse",
|
|
1388
1396
|
"package": "integrations",
|
|
1389
|
-
lastUpdated:
|
|
1397
|
+
lastUpdated: 1741147666000,
|
|
1390
1398
|
docs: "https://vueuse.org/integrations/useFuse/",
|
|
1391
1399
|
category: "@Integrations",
|
|
1392
1400
|
description: "easily implement fuzzy search using a composable with [Fuse.js](https://github.com/krisk/fuse)",
|
|
@@ -1403,7 +1411,7 @@ var functions$1 = [
|
|
|
1403
1411
|
{
|
|
1404
1412
|
name: "useGeolocation",
|
|
1405
1413
|
"package": "core",
|
|
1406
|
-
lastUpdated:
|
|
1414
|
+
lastUpdated: 1739701304000,
|
|
1407
1415
|
component: true,
|
|
1408
1416
|
docs: "https://vueuse.org/core/useGeolocation/",
|
|
1409
1417
|
category: "Sensors",
|
|
@@ -1419,7 +1427,7 @@ var functions$1 = [
|
|
|
1419
1427
|
{
|
|
1420
1428
|
name: "useIDBKeyval",
|
|
1421
1429
|
"package": "integrations",
|
|
1422
|
-
lastUpdated:
|
|
1430
|
+
lastUpdated: 1741147666000,
|
|
1423
1431
|
docs: "https://vueuse.org/integrations/useIDBKeyval/",
|
|
1424
1432
|
category: "@Integrations",
|
|
1425
1433
|
description: "wrapper for [`idb-keyval`](https://www.npmjs.com/package/idb-keyval)",
|
|
@@ -1428,7 +1436,7 @@ var functions$1 = [
|
|
|
1428
1436
|
{
|
|
1429
1437
|
name: "useIdle",
|
|
1430
1438
|
"package": "core",
|
|
1431
|
-
lastUpdated:
|
|
1439
|
+
lastUpdated: 1739701304000,
|
|
1432
1440
|
component: true,
|
|
1433
1441
|
docs: "https://vueuse.org/core/useIdle/",
|
|
1434
1442
|
category: "Sensors",
|
|
@@ -1437,7 +1445,7 @@ var functions$1 = [
|
|
|
1437
1445
|
{
|
|
1438
1446
|
name: "useImage",
|
|
1439
1447
|
"package": "core",
|
|
1440
|
-
lastUpdated:
|
|
1448
|
+
lastUpdated: 1741147666000,
|
|
1441
1449
|
component: true,
|
|
1442
1450
|
docs: "https://vueuse.org/core/useImage/",
|
|
1443
1451
|
category: "Browser",
|
|
@@ -1446,7 +1454,7 @@ var functions$1 = [
|
|
|
1446
1454
|
{
|
|
1447
1455
|
name: "useInfiniteScroll",
|
|
1448
1456
|
"package": "core",
|
|
1449
|
-
lastUpdated:
|
|
1457
|
+
lastUpdated: 1741147666000,
|
|
1450
1458
|
directive: true,
|
|
1451
1459
|
docs: "https://vueuse.org/core/useInfiniteScroll/",
|
|
1452
1460
|
category: "Sensors",
|
|
@@ -1455,7 +1463,7 @@ var functions$1 = [
|
|
|
1455
1463
|
{
|
|
1456
1464
|
name: "useIntersectionObserver",
|
|
1457
1465
|
"package": "core",
|
|
1458
|
-
lastUpdated:
|
|
1466
|
+
lastUpdated: 1741147666000,
|
|
1459
1467
|
directive: true,
|
|
1460
1468
|
docs: "https://vueuse.org/core/useIntersectionObserver/",
|
|
1461
1469
|
category: "Elements",
|
|
@@ -1464,7 +1472,7 @@ var functions$1 = [
|
|
|
1464
1472
|
{
|
|
1465
1473
|
name: "useInterval",
|
|
1466
1474
|
"package": "shared",
|
|
1467
|
-
lastUpdated:
|
|
1475
|
+
lastUpdated: 1741147666000,
|
|
1468
1476
|
docs: "https://vueuse.org/shared/useInterval/",
|
|
1469
1477
|
category: "Animation",
|
|
1470
1478
|
description: "reactive counter increases on every interval"
|
|
@@ -1472,7 +1480,7 @@ var functions$1 = [
|
|
|
1472
1480
|
{
|
|
1473
1481
|
name: "useIntervalFn",
|
|
1474
1482
|
"package": "shared",
|
|
1475
|
-
lastUpdated:
|
|
1483
|
+
lastUpdated: 1741147666000,
|
|
1476
1484
|
docs: "https://vueuse.org/shared/useIntervalFn/",
|
|
1477
1485
|
category: "Animation",
|
|
1478
1486
|
description: "wrapper for `setInterval` with controls"
|
|
@@ -1480,7 +1488,7 @@ var functions$1 = [
|
|
|
1480
1488
|
{
|
|
1481
1489
|
name: "useIpcRenderer",
|
|
1482
1490
|
"package": "electron",
|
|
1483
|
-
lastUpdated:
|
|
1491
|
+
lastUpdated: 1739701304000,
|
|
1484
1492
|
docs: "https://vueuse.org/electron/useIpcRenderer/",
|
|
1485
1493
|
category: "@Electron",
|
|
1486
1494
|
description: "provides [ipcRenderer](https://www.electronjs.org/docs/api/ipc-renderer) and all of its APIs"
|
|
@@ -1488,7 +1496,7 @@ var functions$1 = [
|
|
|
1488
1496
|
{
|
|
1489
1497
|
name: "useIpcRendererInvoke",
|
|
1490
1498
|
"package": "electron",
|
|
1491
|
-
lastUpdated:
|
|
1499
|
+
lastUpdated: 1739701304000,
|
|
1492
1500
|
docs: "https://vueuse.org/electron/useIpcRendererInvoke/",
|
|
1493
1501
|
category: "@Electron",
|
|
1494
1502
|
description: "reactive [ipcRenderer.invoke API](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendererinvokechannel-args) result"
|
|
@@ -1504,7 +1512,7 @@ var functions$1 = [
|
|
|
1504
1512
|
{
|
|
1505
1513
|
name: "useJwt",
|
|
1506
1514
|
"package": "integrations",
|
|
1507
|
-
lastUpdated:
|
|
1515
|
+
lastUpdated: 1741147666000,
|
|
1508
1516
|
docs: "https://vueuse.org/integrations/useJwt/",
|
|
1509
1517
|
category: "@Integrations",
|
|
1510
1518
|
description: "wrapper for [`jwt-decode`](https://github.com/auth0/jwt-decode)",
|
|
@@ -1513,7 +1521,7 @@ var functions$1 = [
|
|
|
1513
1521
|
{
|
|
1514
1522
|
name: "useKeyModifier",
|
|
1515
1523
|
"package": "core",
|
|
1516
|
-
lastUpdated:
|
|
1524
|
+
lastUpdated: 1739701304000,
|
|
1517
1525
|
docs: "https://vueuse.org/core/useKeyModifier/",
|
|
1518
1526
|
category: "Sensors",
|
|
1519
1527
|
description: "reactive [Modifier State](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/getModifierState)"
|
|
@@ -1521,7 +1529,7 @@ var functions$1 = [
|
|
|
1521
1529
|
{
|
|
1522
1530
|
name: "useLastChanged",
|
|
1523
1531
|
"package": "shared",
|
|
1524
|
-
lastUpdated:
|
|
1532
|
+
lastUpdated: 1739701304000,
|
|
1525
1533
|
docs: "https://vueuse.org/shared/useLastChanged/",
|
|
1526
1534
|
category: "State",
|
|
1527
1535
|
description: "records the timestamp of the last change"
|
|
@@ -1540,7 +1548,7 @@ var functions$1 = [
|
|
|
1540
1548
|
{
|
|
1541
1549
|
name: "useMagicKeys",
|
|
1542
1550
|
"package": "core",
|
|
1543
|
-
lastUpdated:
|
|
1551
|
+
lastUpdated: 1741147666000,
|
|
1544
1552
|
docs: "https://vueuse.org/core/useMagicKeys/",
|
|
1545
1553
|
category: "Sensors",
|
|
1546
1554
|
description: "reactive keys pressed state"
|
|
@@ -1567,7 +1575,7 @@ var functions$1 = [
|
|
|
1567
1575
|
{
|
|
1568
1576
|
name: "useMax",
|
|
1569
1577
|
"package": "math",
|
|
1570
|
-
lastUpdated:
|
|
1578
|
+
lastUpdated: 1741147666000,
|
|
1571
1579
|
docs: "https://vueuse.org/math/useMax/",
|
|
1572
1580
|
category: "@Math",
|
|
1573
1581
|
description: "reactive `Math.max`"
|
|
@@ -1575,7 +1583,7 @@ var functions$1 = [
|
|
|
1575
1583
|
{
|
|
1576
1584
|
name: "useMediaControls",
|
|
1577
1585
|
"package": "core",
|
|
1578
|
-
lastUpdated:
|
|
1586
|
+
lastUpdated: 1741147666000,
|
|
1579
1587
|
docs: "https://vueuse.org/core/useMediaControls/",
|
|
1580
1588
|
category: "Browser",
|
|
1581
1589
|
description: "reactive media controls for both `audio` and `video` elements"
|
|
@@ -1583,7 +1591,7 @@ var functions$1 = [
|
|
|
1583
1591
|
{
|
|
1584
1592
|
name: "useMediaQuery",
|
|
1585
1593
|
"package": "core",
|
|
1586
|
-
lastUpdated:
|
|
1594
|
+
lastUpdated: 1741147666000,
|
|
1587
1595
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1588
1596
|
category: "Browser",
|
|
1589
1597
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1607,7 +1615,7 @@ var functions$1 = [
|
|
|
1607
1615
|
{
|
|
1608
1616
|
name: "useMin",
|
|
1609
1617
|
"package": "math",
|
|
1610
|
-
lastUpdated:
|
|
1618
|
+
lastUpdated: 1741147666000,
|
|
1611
1619
|
docs: "https://vueuse.org/math/useMin/",
|
|
1612
1620
|
category: "@Math",
|
|
1613
1621
|
description: "reactive `Math.min`"
|
|
@@ -1644,7 +1652,7 @@ var functions$1 = [
|
|
|
1644
1652
|
{
|
|
1645
1653
|
name: "useMouse",
|
|
1646
1654
|
"package": "core",
|
|
1647
|
-
lastUpdated:
|
|
1655
|
+
lastUpdated: 1741147666000,
|
|
1648
1656
|
component: true,
|
|
1649
1657
|
docs: "https://vueuse.org/core/useMouse/",
|
|
1650
1658
|
category: "Sensors",
|
|
@@ -1653,7 +1661,7 @@ var functions$1 = [
|
|
|
1653
1661
|
{
|
|
1654
1662
|
name: "useMouseInElement",
|
|
1655
1663
|
"package": "core",
|
|
1656
|
-
lastUpdated:
|
|
1664
|
+
lastUpdated: 1739701304000,
|
|
1657
1665
|
component: true,
|
|
1658
1666
|
directive: true,
|
|
1659
1667
|
docs: "https://vueuse.org/core/useMouseInElement/",
|
|
@@ -1663,7 +1671,7 @@ var functions$1 = [
|
|
|
1663
1671
|
{
|
|
1664
1672
|
name: "useMousePressed",
|
|
1665
1673
|
"package": "core",
|
|
1666
|
-
lastUpdated:
|
|
1674
|
+
lastUpdated: 1739701304000,
|
|
1667
1675
|
component: true,
|
|
1668
1676
|
docs: "https://vueuse.org/core/useMousePressed/",
|
|
1669
1677
|
category: "Sensors",
|
|
@@ -1672,7 +1680,7 @@ var functions$1 = [
|
|
|
1672
1680
|
{
|
|
1673
1681
|
name: "useMutationObserver",
|
|
1674
1682
|
"package": "core",
|
|
1675
|
-
lastUpdated:
|
|
1683
|
+
lastUpdated: 1741147666000,
|
|
1676
1684
|
docs: "https://vueuse.org/core/useMutationObserver/",
|
|
1677
1685
|
category: "Elements",
|
|
1678
1686
|
description: "watch for changes being made to the DOM tree"
|
|
@@ -1680,7 +1688,7 @@ var functions$1 = [
|
|
|
1680
1688
|
{
|
|
1681
1689
|
name: "useNavigatorLanguage",
|
|
1682
1690
|
"package": "core",
|
|
1683
|
-
lastUpdated:
|
|
1691
|
+
lastUpdated: 1739701304000,
|
|
1684
1692
|
docs: "https://vueuse.org/core/useNavigatorLanguage/",
|
|
1685
1693
|
category: "Sensors",
|
|
1686
1694
|
description: "reactive [navigator.language](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/language)"
|
|
@@ -1688,7 +1696,7 @@ var functions$1 = [
|
|
|
1688
1696
|
{
|
|
1689
1697
|
name: "useNetwork",
|
|
1690
1698
|
"package": "core",
|
|
1691
|
-
lastUpdated:
|
|
1699
|
+
lastUpdated: 1739701304000,
|
|
1692
1700
|
component: true,
|
|
1693
1701
|
docs: "https://vueuse.org/core/useNetwork/",
|
|
1694
1702
|
category: "Sensors",
|
|
@@ -1706,7 +1714,7 @@ var functions$1 = [
|
|
|
1706
1714
|
{
|
|
1707
1715
|
name: "useNProgress",
|
|
1708
1716
|
"package": "integrations",
|
|
1709
|
-
lastUpdated:
|
|
1717
|
+
lastUpdated: 1741147666000,
|
|
1710
1718
|
docs: "https://vueuse.org/integrations/useNProgress/",
|
|
1711
1719
|
category: "@Integrations",
|
|
1712
1720
|
description: "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)",
|
|
@@ -1715,7 +1723,7 @@ var functions$1 = [
|
|
|
1715
1723
|
{
|
|
1716
1724
|
name: "useObjectUrl",
|
|
1717
1725
|
"package": "core",
|
|
1718
|
-
lastUpdated:
|
|
1726
|
+
lastUpdated: 1741147666000,
|
|
1719
1727
|
component: true,
|
|
1720
1728
|
docs: "https://vueuse.org/core/useObjectUrl/",
|
|
1721
1729
|
category: "Browser",
|
|
@@ -1732,7 +1740,7 @@ var functions$1 = [
|
|
|
1732
1740
|
{
|
|
1733
1741
|
name: "useOffsetPagination",
|
|
1734
1742
|
"package": "core",
|
|
1735
|
-
lastUpdated:
|
|
1743
|
+
lastUpdated: 1741147666000,
|
|
1736
1744
|
component: true,
|
|
1737
1745
|
docs: "https://vueuse.org/core/useOffsetPagination/",
|
|
1738
1746
|
category: "Utilities",
|
|
@@ -1767,7 +1775,7 @@ var functions$1 = [
|
|
|
1767
1775
|
{
|
|
1768
1776
|
name: "useParentElement",
|
|
1769
1777
|
"package": "core",
|
|
1770
|
-
lastUpdated:
|
|
1778
|
+
lastUpdated: 1741147666000,
|
|
1771
1779
|
docs: "https://vueuse.org/core/useParentElement/",
|
|
1772
1780
|
category: "Elements",
|
|
1773
1781
|
description: "get parent element of the given element"
|
|
@@ -1783,7 +1791,7 @@ var functions$1 = [
|
|
|
1783
1791
|
{
|
|
1784
1792
|
name: "usePermission",
|
|
1785
1793
|
"package": "core",
|
|
1786
|
-
lastUpdated:
|
|
1794
|
+
lastUpdated: 1739701304000,
|
|
1787
1795
|
docs: "https://vueuse.org/core/usePermission/",
|
|
1788
1796
|
category: "Browser",
|
|
1789
1797
|
description: "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)",
|
|
@@ -1794,7 +1802,7 @@ var functions$1 = [
|
|
|
1794
1802
|
{
|
|
1795
1803
|
name: "usePointer",
|
|
1796
1804
|
"package": "core",
|
|
1797
|
-
lastUpdated:
|
|
1805
|
+
lastUpdated: 1741147666000,
|
|
1798
1806
|
component: true,
|
|
1799
1807
|
docs: "https://vueuse.org/core/usePointer/",
|
|
1800
1808
|
category: "Sensors",
|
|
@@ -1803,7 +1811,7 @@ var functions$1 = [
|
|
|
1803
1811
|
{
|
|
1804
1812
|
name: "usePointerLock",
|
|
1805
1813
|
"package": "core",
|
|
1806
|
-
lastUpdated:
|
|
1814
|
+
lastUpdated: 1739701304000,
|
|
1807
1815
|
component: true,
|
|
1808
1816
|
docs: "https://vueuse.org/core/usePointerLock/",
|
|
1809
1817
|
category: "Sensors",
|
|
@@ -1812,7 +1820,7 @@ var functions$1 = [
|
|
|
1812
1820
|
{
|
|
1813
1821
|
name: "usePointerSwipe",
|
|
1814
1822
|
"package": "core",
|
|
1815
|
-
lastUpdated:
|
|
1823
|
+
lastUpdated: 1741147666000,
|
|
1816
1824
|
docs: "https://vueuse.org/core/usePointerSwipe/",
|
|
1817
1825
|
category: "Sensors",
|
|
1818
1826
|
description: "reactive swipe detection based on [PointerEvents](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)"
|
|
@@ -1820,7 +1828,7 @@ var functions$1 = [
|
|
|
1820
1828
|
{
|
|
1821
1829
|
name: "usePrecision",
|
|
1822
1830
|
"package": "math",
|
|
1823
|
-
lastUpdated:
|
|
1831
|
+
lastUpdated: 1741147666000,
|
|
1824
1832
|
docs: "https://vueuse.org/math/usePrecision/",
|
|
1825
1833
|
category: "@Math",
|
|
1826
1834
|
description: "reactively set the precision of a number"
|
|
@@ -1886,7 +1894,7 @@ var functions$1 = [
|
|
|
1886
1894
|
{
|
|
1887
1895
|
name: "usePrevious",
|
|
1888
1896
|
"package": "core",
|
|
1889
|
-
lastUpdated:
|
|
1897
|
+
lastUpdated: 1741147666000,
|
|
1890
1898
|
docs: "https://vueuse.org/core/usePrevious/",
|
|
1891
1899
|
category: "Utilities",
|
|
1892
1900
|
description: "holds the previous value of a ref"
|
|
@@ -1894,7 +1902,7 @@ var functions$1 = [
|
|
|
1894
1902
|
{
|
|
1895
1903
|
name: "useProjection",
|
|
1896
1904
|
"package": "math",
|
|
1897
|
-
lastUpdated:
|
|
1905
|
+
lastUpdated: 1741147666000,
|
|
1898
1906
|
docs: "https://vueuse.org/math/useProjection/",
|
|
1899
1907
|
category: "@Math",
|
|
1900
1908
|
description: "reactive numeric projection from one domain to another",
|
|
@@ -1906,7 +1914,7 @@ var functions$1 = [
|
|
|
1906
1914
|
{
|
|
1907
1915
|
name: "useQRCode",
|
|
1908
1916
|
"package": "integrations",
|
|
1909
|
-
lastUpdated:
|
|
1917
|
+
lastUpdated: 1741147666000,
|
|
1910
1918
|
docs: "https://vueuse.org/integrations/useQRCode/",
|
|
1911
1919
|
category: "@Integrations",
|
|
1912
1920
|
description: "wrapper for [`qrcode`](https://github.com/soldair/node-qrcode)",
|
|
@@ -1936,7 +1944,7 @@ var functions$1 = [
|
|
|
1936
1944
|
{
|
|
1937
1945
|
name: "useResizeObserver",
|
|
1938
1946
|
"package": "core",
|
|
1939
|
-
lastUpdated:
|
|
1947
|
+
lastUpdated: 1741147666000,
|
|
1940
1948
|
directive: true,
|
|
1941
1949
|
docs: "https://vueuse.org/core/useResizeObserver/",
|
|
1942
1950
|
category: "Elements",
|
|
@@ -1945,7 +1953,7 @@ var functions$1 = [
|
|
|
1945
1953
|
{
|
|
1946
1954
|
name: "useRound",
|
|
1947
1955
|
"package": "math",
|
|
1948
|
-
lastUpdated:
|
|
1956
|
+
lastUpdated: 1741147666000,
|
|
1949
1957
|
docs: "https://vueuse.org/math/useRound/",
|
|
1950
1958
|
category: "@Math",
|
|
1951
1959
|
description: "reactive `Math.round`"
|
|
@@ -1953,7 +1961,7 @@ var functions$1 = [
|
|
|
1953
1961
|
{
|
|
1954
1962
|
name: "useRouteHash",
|
|
1955
1963
|
"package": "router",
|
|
1956
|
-
lastUpdated:
|
|
1964
|
+
lastUpdated: 1741147666000,
|
|
1957
1965
|
docs: "https://vueuse.org/router/useRouteHash/",
|
|
1958
1966
|
category: "@Router",
|
|
1959
1967
|
description: "shorthand for a reactive `route.hash`"
|
|
@@ -1961,7 +1969,7 @@ var functions$1 = [
|
|
|
1961
1969
|
{
|
|
1962
1970
|
name: "useRouteParams",
|
|
1963
1971
|
"package": "router",
|
|
1964
|
-
lastUpdated:
|
|
1972
|
+
lastUpdated: 1741147666000,
|
|
1965
1973
|
docs: "https://vueuse.org/router/useRouteParams/",
|
|
1966
1974
|
category: "@Router",
|
|
1967
1975
|
description: "shorthand for a reactive `route.params`"
|
|
@@ -1969,7 +1977,7 @@ var functions$1 = [
|
|
|
1969
1977
|
{
|
|
1970
1978
|
name: "useRouteQuery",
|
|
1971
1979
|
"package": "router",
|
|
1972
|
-
lastUpdated:
|
|
1980
|
+
lastUpdated: 1741147666000,
|
|
1973
1981
|
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1974
1982
|
category: "@Router",
|
|
1975
1983
|
description: "shorthand for a reactive `route.query`"
|
|
@@ -1993,7 +2001,7 @@ var functions$1 = [
|
|
|
1993
2001
|
{
|
|
1994
2002
|
name: "useScreenOrientation",
|
|
1995
2003
|
"package": "core",
|
|
1996
|
-
lastUpdated:
|
|
2004
|
+
lastUpdated: 1739701304000,
|
|
1997
2005
|
docs: "https://vueuse.org/core/useScreenOrientation/",
|
|
1998
2006
|
category: "Browser",
|
|
1999
2007
|
description: "reactive [Screen Orientation API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Orientation_API)"
|
|
@@ -2010,7 +2018,7 @@ var functions$1 = [
|
|
|
2010
2018
|
{
|
|
2011
2019
|
name: "useScriptTag",
|
|
2012
2020
|
"package": "core",
|
|
2013
|
-
lastUpdated:
|
|
2021
|
+
lastUpdated: 1741147666000,
|
|
2014
2022
|
docs: "https://vueuse.org/core/useScriptTag/",
|
|
2015
2023
|
category: "Browser",
|
|
2016
2024
|
description: "creates a script tag"
|
|
@@ -2018,7 +2026,7 @@ var functions$1 = [
|
|
|
2018
2026
|
{
|
|
2019
2027
|
name: "useScroll",
|
|
2020
2028
|
"package": "core",
|
|
2021
|
-
lastUpdated:
|
|
2029
|
+
lastUpdated: 1741147666000,
|
|
2022
2030
|
directive: true,
|
|
2023
2031
|
docs: "https://vueuse.org/core/useScroll/",
|
|
2024
2032
|
category: "Sensors",
|
|
@@ -2027,7 +2035,7 @@ var functions$1 = [
|
|
|
2027
2035
|
{
|
|
2028
2036
|
name: "useScrollLock",
|
|
2029
2037
|
"package": "core",
|
|
2030
|
-
lastUpdated:
|
|
2038
|
+
lastUpdated: 1741147666000,
|
|
2031
2039
|
directive: true,
|
|
2032
2040
|
docs: "https://vueuse.org/core/useScrollLock/",
|
|
2033
2041
|
category: "Sensors",
|
|
@@ -2036,7 +2044,7 @@ var functions$1 = [
|
|
|
2036
2044
|
{
|
|
2037
2045
|
name: "useSessionStorage",
|
|
2038
2046
|
"package": "core",
|
|
2039
|
-
lastUpdated:
|
|
2047
|
+
lastUpdated: 1741147666000,
|
|
2040
2048
|
docs: "https://vueuse.org/core/useSessionStorage/",
|
|
2041
2049
|
category: "State",
|
|
2042
2050
|
description: "reactive [SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
|
@@ -2047,7 +2055,7 @@ var functions$1 = [
|
|
|
2047
2055
|
{
|
|
2048
2056
|
name: "useShare",
|
|
2049
2057
|
"package": "core",
|
|
2050
|
-
lastUpdated:
|
|
2058
|
+
lastUpdated: 1741147666000,
|
|
2051
2059
|
docs: "https://vueuse.org/core/useShare/",
|
|
2052
2060
|
category: "Browser",
|
|
2053
2061
|
description: "reactive [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share)"
|
|
@@ -2055,7 +2063,7 @@ var functions$1 = [
|
|
|
2055
2063
|
{
|
|
2056
2064
|
name: "useSortable",
|
|
2057
2065
|
"package": "integrations",
|
|
2058
|
-
lastUpdated:
|
|
2066
|
+
lastUpdated: 1741147666000,
|
|
2059
2067
|
component: true,
|
|
2060
2068
|
docs: "https://vueuse.org/integrations/useSortable/",
|
|
2061
2069
|
category: "@Integrations",
|
|
@@ -2065,7 +2073,7 @@ var functions$1 = [
|
|
|
2065
2073
|
{
|
|
2066
2074
|
name: "useSorted",
|
|
2067
2075
|
"package": "core",
|
|
2068
|
-
lastUpdated:
|
|
2076
|
+
lastUpdated: 1741147666000,
|
|
2069
2077
|
docs: "https://vueuse.org/core/useSorted/",
|
|
2070
2078
|
category: "Array",
|
|
2071
2079
|
description: "reactive sort array"
|
|
@@ -2080,7 +2088,7 @@ var functions$1 = [
|
|
|
2080
2088
|
{
|
|
2081
2089
|
name: "useSpeechRecognition",
|
|
2082
2090
|
"package": "core",
|
|
2083
|
-
lastUpdated:
|
|
2091
|
+
lastUpdated: 1741147666000,
|
|
2084
2092
|
docs: "https://vueuse.org/core/useSpeechRecognition/",
|
|
2085
2093
|
category: "Sensors",
|
|
2086
2094
|
description: "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
|
|
@@ -2088,7 +2096,7 @@ var functions$1 = [
|
|
|
2088
2096
|
{
|
|
2089
2097
|
name: "useSpeechSynthesis",
|
|
2090
2098
|
"package": "core",
|
|
2091
|
-
lastUpdated:
|
|
2099
|
+
lastUpdated: 1741147666000,
|
|
2092
2100
|
docs: "https://vueuse.org/core/useSpeechSynthesis/",
|
|
2093
2101
|
category: "Sensors",
|
|
2094
2102
|
description: "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
|
|
@@ -2111,7 +2119,7 @@ var functions$1 = [
|
|
|
2111
2119
|
{
|
|
2112
2120
|
name: "useStepper",
|
|
2113
2121
|
"package": "core",
|
|
2114
|
-
lastUpdated:
|
|
2122
|
+
lastUpdated: 1741147666000,
|
|
2115
2123
|
docs: "https://vueuse.org/core/useStepper/",
|
|
2116
2124
|
category: "Utilities",
|
|
2117
2125
|
description: "provides helpers for building a multi-step wizard interface"
|
|
@@ -2119,7 +2127,7 @@ var functions$1 = [
|
|
|
2119
2127
|
{
|
|
2120
2128
|
name: "useStorage",
|
|
2121
2129
|
"package": "core",
|
|
2122
|
-
lastUpdated:
|
|
2130
|
+
lastUpdated: 1741147666000,
|
|
2123
2131
|
docs: "https://vueuse.org/core/useStorage/",
|
|
2124
2132
|
category: "State",
|
|
2125
2133
|
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)",
|
|
@@ -2134,7 +2142,7 @@ var functions$1 = [
|
|
|
2134
2142
|
{
|
|
2135
2143
|
name: "useStorageAsync",
|
|
2136
2144
|
"package": "core",
|
|
2137
|
-
lastUpdated:
|
|
2145
|
+
lastUpdated: 1741147666000,
|
|
2138
2146
|
docs: "https://vueuse.org/core/useStorageAsync/",
|
|
2139
2147
|
category: "State",
|
|
2140
2148
|
description: "reactive Storage in with async support",
|
|
@@ -2145,7 +2153,7 @@ var functions$1 = [
|
|
|
2145
2153
|
{
|
|
2146
2154
|
name: "useStyleTag",
|
|
2147
2155
|
"package": "core",
|
|
2148
|
-
lastUpdated:
|
|
2156
|
+
lastUpdated: 1741147666000,
|
|
2149
2157
|
docs: "https://vueuse.org/core/useStyleTag/",
|
|
2150
2158
|
category: "Browser",
|
|
2151
2159
|
description: "inject reactive `style` element in head"
|
|
@@ -2169,7 +2177,7 @@ var functions$1 = [
|
|
|
2169
2177
|
{
|
|
2170
2178
|
name: "useSum",
|
|
2171
2179
|
"package": "math",
|
|
2172
|
-
lastUpdated:
|
|
2180
|
+
lastUpdated: 1741147666000,
|
|
2173
2181
|
docs: "https://vueuse.org/math/useSum/",
|
|
2174
2182
|
category: "@Math",
|
|
2175
2183
|
description: "get the sum of an array reactively"
|
|
@@ -2177,7 +2185,7 @@ var functions$1 = [
|
|
|
2177
2185
|
{
|
|
2178
2186
|
name: "useSupported",
|
|
2179
2187
|
"package": "core",
|
|
2180
|
-
lastUpdated:
|
|
2188
|
+
lastUpdated: 1740137210000,
|
|
2181
2189
|
docs: "https://vueuse.org/core/useSupported/",
|
|
2182
2190
|
category: "Utilities",
|
|
2183
2191
|
description: "sSR compatibility `isSupported`"
|
|
@@ -2185,7 +2193,7 @@ var functions$1 = [
|
|
|
2185
2193
|
{
|
|
2186
2194
|
name: "useSwipe",
|
|
2187
2195
|
"package": "core",
|
|
2188
|
-
lastUpdated:
|
|
2196
|
+
lastUpdated: 1741147666000,
|
|
2189
2197
|
docs: "https://vueuse.org/core/useSwipe/",
|
|
2190
2198
|
category: "Sensors",
|
|
2191
2199
|
description: "reactive swipe detection based on [`TouchEvents`](https://developer.mozilla.org/en-US/docs/Web/API/TouchEvent)"
|
|
@@ -2201,7 +2209,7 @@ var functions$1 = [
|
|
|
2201
2209
|
{
|
|
2202
2210
|
name: "useTextareaAutosize",
|
|
2203
2211
|
"package": "core",
|
|
2204
|
-
lastUpdated:
|
|
2212
|
+
lastUpdated: 1741147666000,
|
|
2205
2213
|
docs: "https://vueuse.org/core/useTextareaAutosize/",
|
|
2206
2214
|
category: "Browser",
|
|
2207
2215
|
description: "automatically update the height of a textarea depending on the content"
|
|
@@ -2225,7 +2233,7 @@ var functions$1 = [
|
|
|
2225
2233
|
{
|
|
2226
2234
|
name: "useThrottledRefHistory",
|
|
2227
2235
|
"package": "core",
|
|
2228
|
-
lastUpdated:
|
|
2236
|
+
lastUpdated: 1741147666000,
|
|
2229
2237
|
docs: "https://vueuse.org/core/useThrottledRefHistory/",
|
|
2230
2238
|
category: "State",
|
|
2231
2239
|
description: "shorthand for `useRefHistory` with throttled filter",
|
|
@@ -2237,7 +2245,7 @@ var functions$1 = [
|
|
|
2237
2245
|
{
|
|
2238
2246
|
name: "useThrottleFn",
|
|
2239
2247
|
"package": "shared",
|
|
2240
|
-
lastUpdated:
|
|
2248
|
+
lastUpdated: 1741147666000,
|
|
2241
2249
|
docs: "https://vueuse.org/shared/useThrottleFn/",
|
|
2242
2250
|
category: "Utilities",
|
|
2243
2251
|
description: "throttle execution of a function",
|
|
@@ -2250,7 +2258,7 @@ var functions$1 = [
|
|
|
2250
2258
|
{
|
|
2251
2259
|
name: "useTimeAgo",
|
|
2252
2260
|
"package": "core",
|
|
2253
|
-
lastUpdated:
|
|
2261
|
+
lastUpdated: 1741147666000,
|
|
2254
2262
|
component: true,
|
|
2255
2263
|
docs: "https://vueuse.org/core/useTimeAgo/",
|
|
2256
2264
|
category: "Time",
|
|
@@ -2259,7 +2267,7 @@ var functions$1 = [
|
|
|
2259
2267
|
{
|
|
2260
2268
|
name: "useTimeout",
|
|
2261
2269
|
"package": "shared",
|
|
2262
|
-
lastUpdated:
|
|
2270
|
+
lastUpdated: 1741147666000,
|
|
2263
2271
|
docs: "https://vueuse.org/shared/useTimeout/",
|
|
2264
2272
|
category: "Animation",
|
|
2265
2273
|
description: "update value after a given time with controls"
|
|
@@ -2267,7 +2275,7 @@ var functions$1 = [
|
|
|
2267
2275
|
{
|
|
2268
2276
|
name: "useTimeoutFn",
|
|
2269
2277
|
"package": "shared",
|
|
2270
|
-
lastUpdated:
|
|
2278
|
+
lastUpdated: 1741147666000,
|
|
2271
2279
|
docs: "https://vueuse.org/shared/useTimeoutFn/",
|
|
2272
2280
|
category: "Animation",
|
|
2273
2281
|
description: "wrapper for `setTimeout` with controls"
|
|
@@ -2275,7 +2283,7 @@ var functions$1 = [
|
|
|
2275
2283
|
{
|
|
2276
2284
|
name: "useTimeoutPoll",
|
|
2277
2285
|
"package": "core",
|
|
2278
|
-
lastUpdated:
|
|
2286
|
+
lastUpdated: 1741147666000,
|
|
2279
2287
|
docs: "https://vueuse.org/core/useTimeoutPoll/",
|
|
2280
2288
|
category: "Utilities",
|
|
2281
2289
|
description: "use timeout to poll something"
|
|
@@ -2283,7 +2291,7 @@ var functions$1 = [
|
|
|
2283
2291
|
{
|
|
2284
2292
|
name: "useTimestamp",
|
|
2285
2293
|
"package": "core",
|
|
2286
|
-
lastUpdated:
|
|
2294
|
+
lastUpdated: 1739701304000,
|
|
2287
2295
|
component: true,
|
|
2288
2296
|
docs: "https://vueuse.org/core/useTimestamp/",
|
|
2289
2297
|
category: "Animation",
|
|
@@ -2292,7 +2300,7 @@ var functions$1 = [
|
|
|
2292
2300
|
{
|
|
2293
2301
|
name: "useTitle",
|
|
2294
2302
|
"package": "core",
|
|
2295
|
-
lastUpdated:
|
|
2303
|
+
lastUpdated: 1741147666000,
|
|
2296
2304
|
docs: "https://vueuse.org/core/useTitle/",
|
|
2297
2305
|
category: "Browser",
|
|
2298
2306
|
description: "reactive document title"
|
|
@@ -2300,7 +2308,7 @@ var functions$1 = [
|
|
|
2300
2308
|
{
|
|
2301
2309
|
name: "useToggle",
|
|
2302
2310
|
"package": "shared",
|
|
2303
|
-
lastUpdated:
|
|
2311
|
+
lastUpdated: 1741147666000,
|
|
2304
2312
|
docs: "https://vueuse.org/shared/useToggle/",
|
|
2305
2313
|
category: "Utilities",
|
|
2306
2314
|
description: "a boolean switcher with utility functions"
|
|
@@ -2308,7 +2316,7 @@ var functions$1 = [
|
|
|
2308
2316
|
{
|
|
2309
2317
|
name: "useToNumber",
|
|
2310
2318
|
"package": "shared",
|
|
2311
|
-
lastUpdated:
|
|
2319
|
+
lastUpdated: 1741147666000,
|
|
2312
2320
|
docs: "https://vueuse.org/shared/useToNumber/",
|
|
2313
2321
|
category: "Utilities",
|
|
2314
2322
|
description: "reactively convert a string ref to number"
|
|
@@ -2316,7 +2324,7 @@ var functions$1 = [
|
|
|
2316
2324
|
{
|
|
2317
2325
|
name: "useToString",
|
|
2318
2326
|
"package": "shared",
|
|
2319
|
-
lastUpdated:
|
|
2327
|
+
lastUpdated: 1741147666000,
|
|
2320
2328
|
docs: "https://vueuse.org/shared/useToString/",
|
|
2321
2329
|
category: "Utilities",
|
|
2322
2330
|
description: "reactively convert a ref to string"
|
|
@@ -2324,7 +2332,7 @@ var functions$1 = [
|
|
|
2324
2332
|
{
|
|
2325
2333
|
name: "useTransition",
|
|
2326
2334
|
"package": "core",
|
|
2327
|
-
lastUpdated:
|
|
2335
|
+
lastUpdated: 1741147666000,
|
|
2328
2336
|
docs: "https://vueuse.org/core/useTransition/",
|
|
2329
2337
|
category: "Animation",
|
|
2330
2338
|
description: "transition between values"
|
|
@@ -2332,7 +2340,7 @@ var functions$1 = [
|
|
|
2332
2340
|
{
|
|
2333
2341
|
name: "useTrunc",
|
|
2334
2342
|
"package": "math",
|
|
2335
|
-
lastUpdated:
|
|
2343
|
+
lastUpdated: 1741147666000,
|
|
2336
2344
|
docs: "https://vueuse.org/math/useTrunc/",
|
|
2337
2345
|
category: "@Math",
|
|
2338
2346
|
description: "reactive `Math.trunc`"
|
|
@@ -2348,7 +2356,7 @@ var functions$1 = [
|
|
|
2348
2356
|
{
|
|
2349
2357
|
name: "useUserMedia",
|
|
2350
2358
|
"package": "core",
|
|
2351
|
-
lastUpdated:
|
|
2359
|
+
lastUpdated: 1741147666000,
|
|
2352
2360
|
docs: "https://vueuse.org/core/useUserMedia/",
|
|
2353
2361
|
category: "Sensors",
|
|
2354
2362
|
description: "reactive [`mediaDevices.getUserMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia) streaming",
|
|
@@ -2361,7 +2369,7 @@ var functions$1 = [
|
|
|
2361
2369
|
{
|
|
2362
2370
|
name: "useVibrate",
|
|
2363
2371
|
"package": "core",
|
|
2364
|
-
lastUpdated:
|
|
2372
|
+
lastUpdated: 1741147666000,
|
|
2365
2373
|
docs: "https://vueuse.org/core/useVibrate/",
|
|
2366
2374
|
category: "Browser",
|
|
2367
2375
|
description: "reactive [Vibration API](https://developer.mozilla.org/en-US/docs/Web/API/Vibration_API)"
|
|
@@ -2369,7 +2377,7 @@ var functions$1 = [
|
|
|
2369
2377
|
{
|
|
2370
2378
|
name: "useVirtualList",
|
|
2371
2379
|
"package": "core",
|
|
2372
|
-
lastUpdated:
|
|
2380
|
+
lastUpdated: 1741147666000,
|
|
2373
2381
|
component: true,
|
|
2374
2382
|
docs: "https://vueuse.org/core/useVirtualList/",
|
|
2375
2383
|
category: "Component",
|
|
@@ -2400,7 +2408,7 @@ var functions$1 = [
|
|
|
2400
2408
|
{
|
|
2401
2409
|
name: "useWakeLock",
|
|
2402
2410
|
"package": "core",
|
|
2403
|
-
lastUpdated:
|
|
2411
|
+
lastUpdated: 1739701304000,
|
|
2404
2412
|
docs: "https://vueuse.org/core/useWakeLock/",
|
|
2405
2413
|
category: "Browser",
|
|
2406
2414
|
description: "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API)"
|
|
@@ -2408,7 +2416,7 @@ var functions$1 = [
|
|
|
2408
2416
|
{
|
|
2409
2417
|
name: "useWebNotification",
|
|
2410
2418
|
"package": "core",
|
|
2411
|
-
lastUpdated:
|
|
2419
|
+
lastUpdated: 1739701304000,
|
|
2412
2420
|
docs: "https://vueuse.org/core/useWebNotification/",
|
|
2413
2421
|
category: "Browser",
|
|
2414
2422
|
description: "reactive [Notification](https://developer.mozilla.org/en-US/docs/Web/API/notification)"
|
|
@@ -2416,7 +2424,7 @@ var functions$1 = [
|
|
|
2416
2424
|
{
|
|
2417
2425
|
name: "useWebSocket",
|
|
2418
2426
|
"package": "core",
|
|
2419
|
-
lastUpdated:
|
|
2427
|
+
lastUpdated: 1741147666000,
|
|
2420
2428
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2421
2429
|
category: "Network",
|
|
2422
2430
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2435,7 +2443,7 @@ var functions$1 = [
|
|
|
2435
2443
|
{
|
|
2436
2444
|
name: "useWebWorkerFn",
|
|
2437
2445
|
"package": "core",
|
|
2438
|
-
lastUpdated:
|
|
2446
|
+
lastUpdated: 1739701304000,
|
|
2439
2447
|
docs: "https://vueuse.org/core/useWebWorkerFn/",
|
|
2440
2448
|
category: "Browser",
|
|
2441
2449
|
description: "run expensive functions without blocking the UI",
|
|
@@ -2446,7 +2454,7 @@ var functions$1 = [
|
|
|
2446
2454
|
{
|
|
2447
2455
|
name: "useWindowFocus",
|
|
2448
2456
|
"package": "core",
|
|
2449
|
-
lastUpdated:
|
|
2457
|
+
lastUpdated: 1739701304000,
|
|
2450
2458
|
component: true,
|
|
2451
2459
|
docs: "https://vueuse.org/core/useWindowFocus/",
|
|
2452
2460
|
category: "Elements",
|
|
@@ -2463,7 +2471,7 @@ var functions$1 = [
|
|
|
2463
2471
|
{
|
|
2464
2472
|
name: "useWindowSize",
|
|
2465
2473
|
"package": "core",
|
|
2466
|
-
lastUpdated:
|
|
2474
|
+
lastUpdated: 1739701304000,
|
|
2467
2475
|
component: true,
|
|
2468
2476
|
docs: "https://vueuse.org/core/useWindowSize/",
|
|
2469
2477
|
category: "Elements",
|
|
@@ -2472,7 +2480,7 @@ var functions$1 = [
|
|
|
2472
2480
|
{
|
|
2473
2481
|
name: "useZoomFactor",
|
|
2474
2482
|
"package": "electron",
|
|
2475
|
-
lastUpdated:
|
|
2483
|
+
lastUpdated: 1741147666000,
|
|
2476
2484
|
docs: "https://vueuse.org/electron/useZoomFactor/",
|
|
2477
2485
|
category: "@Electron",
|
|
2478
2486
|
description: "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom factor"
|
|
@@ -2480,7 +2488,7 @@ var functions$1 = [
|
|
|
2480
2488
|
{
|
|
2481
2489
|
name: "useZoomLevel",
|
|
2482
2490
|
"package": "electron",
|
|
2483
|
-
lastUpdated:
|
|
2491
|
+
lastUpdated: 1741147666000,
|
|
2484
2492
|
docs: "https://vueuse.org/electron/useZoomLevel/",
|
|
2485
2493
|
category: "@Electron",
|
|
2486
2494
|
description: "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom level"
|
|
@@ -2488,7 +2496,7 @@ var functions$1 = [
|
|
|
2488
2496
|
{
|
|
2489
2497
|
name: "utils",
|
|
2490
2498
|
"package": "shared",
|
|
2491
|
-
lastUpdated:
|
|
2499
|
+
lastUpdated: 1741154516000,
|
|
2492
2500
|
internal: true
|
|
2493
2501
|
},
|
|
2494
2502
|
{
|
|
@@ -2502,7 +2510,7 @@ var functions$1 = [
|
|
|
2502
2510
|
{
|
|
2503
2511
|
name: "watchAtMost",
|
|
2504
2512
|
"package": "shared",
|
|
2505
|
-
lastUpdated:
|
|
2513
|
+
lastUpdated: 1741147666000,
|
|
2506
2514
|
docs: "https://vueuse.org/shared/watchAtMost/",
|
|
2507
2515
|
category: "Watch",
|
|
2508
2516
|
description: "`watch` with the number of times triggered"
|
|
@@ -2510,7 +2518,7 @@ var functions$1 = [
|
|
|
2510
2518
|
{
|
|
2511
2519
|
name: "watchDebounced",
|
|
2512
2520
|
"package": "shared",
|
|
2513
|
-
lastUpdated:
|
|
2521
|
+
lastUpdated: 1741147666000,
|
|
2514
2522
|
docs: "https://vueuse.org/shared/watchDebounced/",
|
|
2515
2523
|
category: "Watch",
|
|
2516
2524
|
description: "debounced watch",
|
|
@@ -2575,7 +2583,7 @@ var functions$1 = [
|
|
|
2575
2583
|
{
|
|
2576
2584
|
name: "watchThrottled",
|
|
2577
2585
|
"package": "shared",
|
|
2578
|
-
lastUpdated:
|
|
2586
|
+
lastUpdated: 1741147666000,
|
|
2579
2587
|
docs: "https://vueuse.org/shared/watchThrottled/",
|
|
2580
2588
|
category: "Watch",
|
|
2581
2589
|
description: "throttled watch",
|