@vueuse/metadata 11.0.1 → 11.1.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 +220 -220
- package/index.d.cts +3 -1
- package/index.d.mts +3 -1
- package/index.d.ts +3 -1
- package/index.json +220 -220
- package/index.mjs +220 -220
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -166,7 +166,7 @@ var functions$1 = [
|
|
|
166
166
|
{
|
|
167
167
|
name: "computedAsync",
|
|
168
168
|
"package": "core",
|
|
169
|
-
lastUpdated:
|
|
169
|
+
lastUpdated: 1726477425000,
|
|
170
170
|
docs: "https://vueuse.org/core/computedAsync/",
|
|
171
171
|
category: "Reactivity",
|
|
172
172
|
description: "computed for async functions",
|
|
@@ -196,7 +196,7 @@ var functions$1 = [
|
|
|
196
196
|
{
|
|
197
197
|
name: "computedWithControl",
|
|
198
198
|
"package": "shared",
|
|
199
|
-
lastUpdated:
|
|
199
|
+
lastUpdated: 1726477425000,
|
|
200
200
|
docs: "https://vueuse.org/shared/computedWithControl/",
|
|
201
201
|
category: "Reactivity",
|
|
202
202
|
description: "explicitly define the dependencies of computed",
|
|
@@ -218,7 +218,7 @@ var functions$1 = [
|
|
|
218
218
|
{
|
|
219
219
|
name: "createGenericProjection",
|
|
220
220
|
"package": "math",
|
|
221
|
-
lastUpdated:
|
|
221
|
+
lastUpdated: 1726477425000,
|
|
222
222
|
docs: "https://vueuse.org/math/createGenericProjection/",
|
|
223
223
|
category: "@Math",
|
|
224
224
|
description: "generic version of `createProjection`",
|
|
@@ -230,7 +230,7 @@ var functions$1 = [
|
|
|
230
230
|
{
|
|
231
231
|
name: "createGlobalState",
|
|
232
232
|
"package": "shared",
|
|
233
|
-
lastUpdated:
|
|
233
|
+
lastUpdated: 1726477425000,
|
|
234
234
|
docs: "https://vueuse.org/shared/createGlobalState/",
|
|
235
235
|
category: "State",
|
|
236
236
|
description: "keep states in the global scope to be reusable across Vue instances",
|
|
@@ -248,7 +248,7 @@ var functions$1 = [
|
|
|
248
248
|
{
|
|
249
249
|
name: "createInjectionState",
|
|
250
250
|
"package": "shared",
|
|
251
|
-
lastUpdated:
|
|
251
|
+
lastUpdated: 1726477425000,
|
|
252
252
|
docs: "https://vueuse.org/shared/createInjectionState/",
|
|
253
253
|
category: "State",
|
|
254
254
|
description: "create global state that can be injected into components"
|
|
@@ -256,7 +256,7 @@ var functions$1 = [
|
|
|
256
256
|
{
|
|
257
257
|
name: "createProjection",
|
|
258
258
|
"package": "math",
|
|
259
|
-
lastUpdated:
|
|
259
|
+
lastUpdated: 1726477425000,
|
|
260
260
|
docs: "https://vueuse.org/math/createProjection/",
|
|
261
261
|
category: "@Math",
|
|
262
262
|
description: "reactive numeric projection from one domain to another",
|
|
@@ -268,7 +268,7 @@ var functions$1 = [
|
|
|
268
268
|
{
|
|
269
269
|
name: "createReusableTemplate",
|
|
270
270
|
"package": "core",
|
|
271
|
-
lastUpdated:
|
|
271
|
+
lastUpdated: 1726477425000,
|
|
272
272
|
docs: "https://vueuse.org/core/createReusableTemplate/",
|
|
273
273
|
category: "Component",
|
|
274
274
|
description: "define and reuse template inside the component scope"
|
|
@@ -283,7 +283,7 @@ var functions$1 = [
|
|
|
283
283
|
{
|
|
284
284
|
name: "createSharedComposable",
|
|
285
285
|
"package": "shared",
|
|
286
|
-
lastUpdated:
|
|
286
|
+
lastUpdated: 1726477425000,
|
|
287
287
|
docs: "https://vueuse.org/shared/createSharedComposable/",
|
|
288
288
|
category: "State",
|
|
289
289
|
description: "make a composable function usable with multiple Vue instances",
|
|
@@ -294,7 +294,7 @@ var functions$1 = [
|
|
|
294
294
|
{
|
|
295
295
|
name: "createTemplatePromise",
|
|
296
296
|
"package": "core",
|
|
297
|
-
lastUpdated:
|
|
297
|
+
lastUpdated: 1726477425000,
|
|
298
298
|
docs: "https://vueuse.org/core/createTemplatePromise/",
|
|
299
299
|
category: "Component",
|
|
300
300
|
description: "template as Promise"
|
|
@@ -321,7 +321,7 @@ var functions$1 = [
|
|
|
321
321
|
{
|
|
322
322
|
name: "from",
|
|
323
323
|
"package": "rxjs",
|
|
324
|
-
lastUpdated:
|
|
324
|
+
lastUpdated: 1726477425000,
|
|
325
325
|
docs: "https://vueuse.org/rxjs/from/",
|
|
326
326
|
category: "@RxJS",
|
|
327
327
|
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"
|
|
@@ -329,7 +329,7 @@ var functions$1 = [
|
|
|
329
329
|
{
|
|
330
330
|
name: "get",
|
|
331
331
|
"package": "shared",
|
|
332
|
-
lastUpdated:
|
|
332
|
+
lastUpdated: 1726477425000,
|
|
333
333
|
docs: "https://vueuse.org/shared/get/",
|
|
334
334
|
category: "Utilities",
|
|
335
335
|
description: "shorthand for accessing `ref.value`"
|
|
@@ -353,7 +353,7 @@ var functions$1 = [
|
|
|
353
353
|
{
|
|
354
354
|
name: "logicAnd",
|
|
355
355
|
"package": "math",
|
|
356
|
-
lastUpdated:
|
|
356
|
+
lastUpdated: 1726477425000,
|
|
357
357
|
docs: "https://vueuse.org/math/logicAnd/",
|
|
358
358
|
category: "@Math",
|
|
359
359
|
description: "`AND` condition for refs",
|
|
@@ -368,7 +368,7 @@ var functions$1 = [
|
|
|
368
368
|
{
|
|
369
369
|
name: "logicNot",
|
|
370
370
|
"package": "math",
|
|
371
|
-
lastUpdated:
|
|
371
|
+
lastUpdated: 1726477425000,
|
|
372
372
|
docs: "https://vueuse.org/math/logicNot/",
|
|
373
373
|
category: "@Math",
|
|
374
374
|
description: "`NOT` condition for ref",
|
|
@@ -383,7 +383,7 @@ var functions$1 = [
|
|
|
383
383
|
{
|
|
384
384
|
name: "logicOr",
|
|
385
385
|
"package": "math",
|
|
386
|
-
lastUpdated:
|
|
386
|
+
lastUpdated: 1726477425000,
|
|
387
387
|
docs: "https://vueuse.org/math/logicOr/",
|
|
388
388
|
category: "@Math",
|
|
389
389
|
description: "`OR` conditions for refs",
|
|
@@ -406,7 +406,7 @@ var functions$1 = [
|
|
|
406
406
|
{
|
|
407
407
|
name: "onClickOutside",
|
|
408
408
|
"package": "core",
|
|
409
|
-
lastUpdated:
|
|
409
|
+
lastUpdated: 1726477425000,
|
|
410
410
|
component: true,
|
|
411
411
|
directive: true,
|
|
412
412
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -416,7 +416,7 @@ var functions$1 = [
|
|
|
416
416
|
{
|
|
417
417
|
name: "onKeyStroke",
|
|
418
418
|
"package": "core",
|
|
419
|
-
lastUpdated:
|
|
419
|
+
lastUpdated: 1726477425000,
|
|
420
420
|
directive: true,
|
|
421
421
|
docs: "https://vueuse.org/core/onKeyStroke/",
|
|
422
422
|
category: "Sensors",
|
|
@@ -425,7 +425,7 @@ var functions$1 = [
|
|
|
425
425
|
{
|
|
426
426
|
name: "onLongPress",
|
|
427
427
|
"package": "core",
|
|
428
|
-
lastUpdated:
|
|
428
|
+
lastUpdated: 1726477425000,
|
|
429
429
|
component: true,
|
|
430
430
|
directive: true,
|
|
431
431
|
docs: "https://vueuse.org/core/onLongPress/",
|
|
@@ -435,7 +435,7 @@ var functions$1 = [
|
|
|
435
435
|
{
|
|
436
436
|
name: "onStartTyping",
|
|
437
437
|
"package": "core",
|
|
438
|
-
lastUpdated:
|
|
438
|
+
lastUpdated: 1726477425000,
|
|
439
439
|
docs: "https://vueuse.org/core/onStartTyping/",
|
|
440
440
|
category: "Sensors",
|
|
441
441
|
description: "fires when users start typing on non-editable elements"
|
|
@@ -451,7 +451,7 @@ var functions$1 = [
|
|
|
451
451
|
{
|
|
452
452
|
name: "reactify",
|
|
453
453
|
"package": "shared",
|
|
454
|
-
lastUpdated:
|
|
454
|
+
lastUpdated: 1726477425000,
|
|
455
455
|
docs: "https://vueuse.org/shared/reactify/",
|
|
456
456
|
category: "Reactivity",
|
|
457
457
|
description: "converts plain functions into reactive functions",
|
|
@@ -465,7 +465,7 @@ var functions$1 = [
|
|
|
465
465
|
{
|
|
466
466
|
name: "reactifyObject",
|
|
467
467
|
"package": "shared",
|
|
468
|
-
lastUpdated:
|
|
468
|
+
lastUpdated: 1726477425000,
|
|
469
469
|
docs: "https://vueuse.org/shared/reactifyObject/",
|
|
470
470
|
category: "Reactivity",
|
|
471
471
|
description: "apply `reactify` to an object"
|
|
@@ -481,7 +481,7 @@ var functions$1 = [
|
|
|
481
481
|
{
|
|
482
482
|
name: "reactiveOmit",
|
|
483
483
|
"package": "shared",
|
|
484
|
-
lastUpdated:
|
|
484
|
+
lastUpdated: 1726477425000,
|
|
485
485
|
docs: "https://vueuse.org/shared/reactiveOmit/",
|
|
486
486
|
category: "Reactivity",
|
|
487
487
|
description: "reactively omit fields from a reactive object"
|
|
@@ -489,7 +489,7 @@ var functions$1 = [
|
|
|
489
489
|
{
|
|
490
490
|
name: "reactivePick",
|
|
491
491
|
"package": "shared",
|
|
492
|
-
lastUpdated:
|
|
492
|
+
lastUpdated: 1726477425000,
|
|
493
493
|
docs: "https://vueuse.org/shared/reactivePick/",
|
|
494
494
|
category: "Reactivity",
|
|
495
495
|
description: "reactively pick fields from a reactive object"
|
|
@@ -497,7 +497,7 @@ var functions$1 = [
|
|
|
497
497
|
{
|
|
498
498
|
name: "refAutoReset",
|
|
499
499
|
"package": "shared",
|
|
500
|
-
lastUpdated:
|
|
500
|
+
lastUpdated: 1726477425000,
|
|
501
501
|
docs: "https://vueuse.org/shared/refAutoReset/",
|
|
502
502
|
category: "Reactivity",
|
|
503
503
|
description: "a ref which will be reset to the default value after some time",
|
|
@@ -508,7 +508,7 @@ var functions$1 = [
|
|
|
508
508
|
{
|
|
509
509
|
name: "refDebounced",
|
|
510
510
|
"package": "shared",
|
|
511
|
-
lastUpdated:
|
|
511
|
+
lastUpdated: 1726477425000,
|
|
512
512
|
docs: "https://vueuse.org/shared/refDebounced/",
|
|
513
513
|
category: "Reactivity",
|
|
514
514
|
description: "debounce execution of a ref value",
|
|
@@ -546,7 +546,7 @@ var functions$1 = [
|
|
|
546
546
|
{
|
|
547
547
|
name: "refWithControl",
|
|
548
548
|
"package": "shared",
|
|
549
|
-
lastUpdated:
|
|
549
|
+
lastUpdated: 1726477425000,
|
|
550
550
|
docs: "https://vueuse.org/shared/refWithControl/",
|
|
551
551
|
category: "Reactivity",
|
|
552
552
|
description: "fine-grained controls over ref and its reactivity",
|
|
@@ -568,7 +568,7 @@ var functions$1 = [
|
|
|
568
568
|
{
|
|
569
569
|
name: "syncRef",
|
|
570
570
|
"package": "shared",
|
|
571
|
-
lastUpdated:
|
|
571
|
+
lastUpdated: 1726477425000,
|
|
572
572
|
docs: "https://vueuse.org/shared/syncRef/",
|
|
573
573
|
category: "Reactivity",
|
|
574
574
|
description: "two-way refs synchronization",
|
|
@@ -579,7 +579,7 @@ var functions$1 = [
|
|
|
579
579
|
{
|
|
580
580
|
name: "syncRefs",
|
|
581
581
|
"package": "shared",
|
|
582
|
-
lastUpdated:
|
|
582
|
+
lastUpdated: 1726477425000,
|
|
583
583
|
docs: "https://vueuse.org/shared/syncRefs/",
|
|
584
584
|
category: "Reactivity",
|
|
585
585
|
description: "keep target refs in sync with a source ref",
|
|
@@ -590,7 +590,7 @@ var functions$1 = [
|
|
|
590
590
|
{
|
|
591
591
|
name: "templateRef",
|
|
592
592
|
"package": "core",
|
|
593
|
-
lastUpdated:
|
|
593
|
+
lastUpdated: 1726477425000,
|
|
594
594
|
docs: "https://vueuse.org/core/templateRef/",
|
|
595
595
|
category: "Component",
|
|
596
596
|
description: "shorthand for binding ref to template element"
|
|
@@ -606,7 +606,7 @@ var functions$1 = [
|
|
|
606
606
|
{
|
|
607
607
|
name: "toReactive",
|
|
608
608
|
"package": "shared",
|
|
609
|
-
lastUpdated:
|
|
609
|
+
lastUpdated: 1726477425000,
|
|
610
610
|
docs: "https://vueuse.org/shared/toReactive/",
|
|
611
611
|
category: "Reactivity",
|
|
612
612
|
description: "converts ref to reactive"
|
|
@@ -614,7 +614,7 @@ var functions$1 = [
|
|
|
614
614
|
{
|
|
615
615
|
name: "toRef",
|
|
616
616
|
"package": "shared",
|
|
617
|
-
lastUpdated:
|
|
617
|
+
lastUpdated: 1726477425000,
|
|
618
618
|
docs: "https://vueuse.org/shared/toRef/",
|
|
619
619
|
category: "Reactivity",
|
|
620
620
|
description: "normalize value/ref/getter to `ref` or `computed`",
|
|
@@ -628,7 +628,7 @@ var functions$1 = [
|
|
|
628
628
|
{
|
|
629
629
|
name: "toRefs",
|
|
630
630
|
"package": "shared",
|
|
631
|
-
lastUpdated:
|
|
631
|
+
lastUpdated: 1726477425000,
|
|
632
632
|
docs: "https://vueuse.org/shared/toRefs/",
|
|
633
633
|
category: "Reactivity",
|
|
634
634
|
description: "extended [`toRefs`](https://vuejs.org/api/reactivity-utilities.html#torefs) that also accepts refs of an object"
|
|
@@ -636,7 +636,7 @@ var functions$1 = [
|
|
|
636
636
|
{
|
|
637
637
|
name: "toValue",
|
|
638
638
|
"package": "shared",
|
|
639
|
-
lastUpdated:
|
|
639
|
+
lastUpdated: 1726477425000,
|
|
640
640
|
docs: "https://vueuse.org/shared/toValue/",
|
|
641
641
|
category: "Reactivity",
|
|
642
642
|
description: "get the value of value/ref/getter",
|
|
@@ -666,7 +666,7 @@ var functions$1 = [
|
|
|
666
666
|
{
|
|
667
667
|
name: "tryOnMounted",
|
|
668
668
|
"package": "shared",
|
|
669
|
-
lastUpdated:
|
|
669
|
+
lastUpdated: 1726477425000,
|
|
670
670
|
docs: "https://vueuse.org/shared/tryOnMounted/",
|
|
671
671
|
category: "Component",
|
|
672
672
|
description: "safe `onMounted`"
|
|
@@ -674,7 +674,7 @@ var functions$1 = [
|
|
|
674
674
|
{
|
|
675
675
|
name: "tryOnScopeDispose",
|
|
676
676
|
"package": "shared",
|
|
677
|
-
lastUpdated:
|
|
677
|
+
lastUpdated: 1726477425000,
|
|
678
678
|
docs: "https://vueuse.org/shared/tryOnScopeDispose/",
|
|
679
679
|
category: "Component",
|
|
680
680
|
description: "safe `onScopeDispose`"
|
|
@@ -690,7 +690,7 @@ var functions$1 = [
|
|
|
690
690
|
{
|
|
691
691
|
name: "unrefElement",
|
|
692
692
|
"package": "core",
|
|
693
|
-
lastUpdated:
|
|
693
|
+
lastUpdated: 1726477425000,
|
|
694
694
|
docs: "https://vueuse.org/core/unrefElement/",
|
|
695
695
|
category: "Component",
|
|
696
696
|
description: "retrieves the underlying DOM element from a Vue ref or component instance"
|
|
@@ -698,7 +698,7 @@ var functions$1 = [
|
|
|
698
698
|
{
|
|
699
699
|
name: "until",
|
|
700
700
|
"package": "shared",
|
|
701
|
-
lastUpdated:
|
|
701
|
+
lastUpdated: 1726477425000,
|
|
702
702
|
docs: "https://vueuse.org/shared/until/",
|
|
703
703
|
category: "Watch",
|
|
704
704
|
description: "promised one-time watch for changes"
|
|
@@ -706,7 +706,7 @@ var functions$1 = [
|
|
|
706
706
|
{
|
|
707
707
|
name: "useAbs",
|
|
708
708
|
"package": "math",
|
|
709
|
-
lastUpdated:
|
|
709
|
+
lastUpdated: 1726477425000,
|
|
710
710
|
docs: "https://vueuse.org/math/useAbs/",
|
|
711
711
|
category: "@Math",
|
|
712
712
|
description: "reactive `Math.abs`"
|
|
@@ -714,7 +714,7 @@ var functions$1 = [
|
|
|
714
714
|
{
|
|
715
715
|
name: "useActiveElement",
|
|
716
716
|
"package": "core",
|
|
717
|
-
lastUpdated:
|
|
717
|
+
lastUpdated: 1726477425000,
|
|
718
718
|
component: true,
|
|
719
719
|
docs: "https://vueuse.org/core/useActiveElement/",
|
|
720
720
|
category: "Elements",
|
|
@@ -723,7 +723,7 @@ var functions$1 = [
|
|
|
723
723
|
{
|
|
724
724
|
name: "useAnimate",
|
|
725
725
|
"package": "core",
|
|
726
|
-
lastUpdated:
|
|
726
|
+
lastUpdated: 1726477425000,
|
|
727
727
|
docs: "https://vueuse.org/core/useAnimate/",
|
|
728
728
|
category: "Animation",
|
|
729
729
|
description: "reactive [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API)"
|
|
@@ -731,7 +731,7 @@ var functions$1 = [
|
|
|
731
731
|
{
|
|
732
732
|
name: "useArrayDifference",
|
|
733
733
|
"package": "shared",
|
|
734
|
-
lastUpdated:
|
|
734
|
+
lastUpdated: 1726477425000,
|
|
735
735
|
docs: "https://vueuse.org/shared/useArrayDifference/",
|
|
736
736
|
category: "Array",
|
|
737
737
|
description: "reactive get array difference of two arrays"
|
|
@@ -739,7 +739,7 @@ var functions$1 = [
|
|
|
739
739
|
{
|
|
740
740
|
name: "useArrayEvery",
|
|
741
741
|
"package": "shared",
|
|
742
|
-
lastUpdated:
|
|
742
|
+
lastUpdated: 1726477425000,
|
|
743
743
|
docs: "https://vueuse.org/shared/useArrayEvery/",
|
|
744
744
|
category: "Array",
|
|
745
745
|
description: "reactive `Array.every`"
|
|
@@ -747,7 +747,7 @@ var functions$1 = [
|
|
|
747
747
|
{
|
|
748
748
|
name: "useArrayFilter",
|
|
749
749
|
"package": "shared",
|
|
750
|
-
lastUpdated:
|
|
750
|
+
lastUpdated: 1726477425000,
|
|
751
751
|
docs: "https://vueuse.org/shared/useArrayFilter/",
|
|
752
752
|
category: "Array",
|
|
753
753
|
description: "reactive `Array.filter`"
|
|
@@ -755,7 +755,7 @@ var functions$1 = [
|
|
|
755
755
|
{
|
|
756
756
|
name: "useArrayFind",
|
|
757
757
|
"package": "shared",
|
|
758
|
-
lastUpdated:
|
|
758
|
+
lastUpdated: 1726477425000,
|
|
759
759
|
docs: "https://vueuse.org/shared/useArrayFind/",
|
|
760
760
|
category: "Array",
|
|
761
761
|
description: "reactive `Array.find`"
|
|
@@ -763,7 +763,7 @@ var functions$1 = [
|
|
|
763
763
|
{
|
|
764
764
|
name: "useArrayFindIndex",
|
|
765
765
|
"package": "shared",
|
|
766
|
-
lastUpdated:
|
|
766
|
+
lastUpdated: 1726477425000,
|
|
767
767
|
docs: "https://vueuse.org/shared/useArrayFindIndex/",
|
|
768
768
|
category: "Array",
|
|
769
769
|
description: "reactive `Array.findIndex`"
|
|
@@ -771,7 +771,7 @@ var functions$1 = [
|
|
|
771
771
|
{
|
|
772
772
|
name: "useArrayFindLast",
|
|
773
773
|
"package": "shared",
|
|
774
|
-
lastUpdated:
|
|
774
|
+
lastUpdated: 1726477425000,
|
|
775
775
|
docs: "https://vueuse.org/shared/useArrayFindLast/",
|
|
776
776
|
category: "Array",
|
|
777
777
|
description: "reactive `Array.findLast`"
|
|
@@ -779,7 +779,7 @@ var functions$1 = [
|
|
|
779
779
|
{
|
|
780
780
|
name: "useArrayIncludes",
|
|
781
781
|
"package": "shared",
|
|
782
|
-
lastUpdated:
|
|
782
|
+
lastUpdated: 1726477425000,
|
|
783
783
|
docs: "https://vueuse.org/shared/useArrayIncludes/",
|
|
784
784
|
category: "Array",
|
|
785
785
|
description: "reactive `Array.includes`"
|
|
@@ -787,7 +787,7 @@ var functions$1 = [
|
|
|
787
787
|
{
|
|
788
788
|
name: "useArrayJoin",
|
|
789
789
|
"package": "shared",
|
|
790
|
-
lastUpdated:
|
|
790
|
+
lastUpdated: 1726477425000,
|
|
791
791
|
docs: "https://vueuse.org/shared/useArrayJoin/",
|
|
792
792
|
category: "Array",
|
|
793
793
|
description: "reactive `Array.join`"
|
|
@@ -795,7 +795,7 @@ var functions$1 = [
|
|
|
795
795
|
{
|
|
796
796
|
name: "useArrayMap",
|
|
797
797
|
"package": "shared",
|
|
798
|
-
lastUpdated:
|
|
798
|
+
lastUpdated: 1726477425000,
|
|
799
799
|
docs: "https://vueuse.org/shared/useArrayMap/",
|
|
800
800
|
category: "Array",
|
|
801
801
|
description: "reactive `Array.map`"
|
|
@@ -803,7 +803,7 @@ var functions$1 = [
|
|
|
803
803
|
{
|
|
804
804
|
name: "useArrayReduce",
|
|
805
805
|
"package": "shared",
|
|
806
|
-
lastUpdated:
|
|
806
|
+
lastUpdated: 1726477425000,
|
|
807
807
|
docs: "https://vueuse.org/shared/useArrayReduce/",
|
|
808
808
|
category: "Array",
|
|
809
809
|
description: "reactive `Array.reduce`"
|
|
@@ -811,7 +811,7 @@ var functions$1 = [
|
|
|
811
811
|
{
|
|
812
812
|
name: "useArraySome",
|
|
813
813
|
"package": "shared",
|
|
814
|
-
lastUpdated:
|
|
814
|
+
lastUpdated: 1726477425000,
|
|
815
815
|
docs: "https://vueuse.org/shared/useArraySome/",
|
|
816
816
|
category: "Array",
|
|
817
817
|
description: "reactive `Array.some`"
|
|
@@ -819,7 +819,7 @@ var functions$1 = [
|
|
|
819
819
|
{
|
|
820
820
|
name: "useArrayUnique",
|
|
821
821
|
"package": "shared",
|
|
822
|
-
lastUpdated:
|
|
822
|
+
lastUpdated: 1726477425000,
|
|
823
823
|
docs: "https://vueuse.org/shared/useArrayUnique/",
|
|
824
824
|
category: "Array",
|
|
825
825
|
description: "reactive unique array"
|
|
@@ -827,7 +827,7 @@ var functions$1 = [
|
|
|
827
827
|
{
|
|
828
828
|
name: "useAsyncQueue",
|
|
829
829
|
"package": "core",
|
|
830
|
-
lastUpdated:
|
|
830
|
+
lastUpdated: 1726477425000,
|
|
831
831
|
docs: "https://vueuse.org/core/useAsyncQueue/",
|
|
832
832
|
category: "Utilities",
|
|
833
833
|
description: "executes each asynchronous task sequentially and passes the current task result to the next task"
|
|
@@ -835,7 +835,7 @@ var functions$1 = [
|
|
|
835
835
|
{
|
|
836
836
|
name: "useAsyncState",
|
|
837
837
|
"package": "core",
|
|
838
|
-
lastUpdated:
|
|
838
|
+
lastUpdated: 1726477425000,
|
|
839
839
|
docs: "https://vueuse.org/core/useAsyncState/",
|
|
840
840
|
category: "State",
|
|
841
841
|
description: "reactive async state"
|
|
@@ -843,7 +843,7 @@ var functions$1 = [
|
|
|
843
843
|
{
|
|
844
844
|
name: "useAsyncValidator",
|
|
845
845
|
"package": "integrations",
|
|
846
|
-
lastUpdated:
|
|
846
|
+
lastUpdated: 1726477425000,
|
|
847
847
|
component: true,
|
|
848
848
|
docs: "https://vueuse.org/integrations/useAsyncValidator/",
|
|
849
849
|
category: "@Integrations",
|
|
@@ -853,7 +853,7 @@ var functions$1 = [
|
|
|
853
853
|
{
|
|
854
854
|
name: "useAuth",
|
|
855
855
|
"package": "firebase",
|
|
856
|
-
lastUpdated:
|
|
856
|
+
lastUpdated: 1726477425000,
|
|
857
857
|
docs: "https://vueuse.org/firebase/useAuth/",
|
|
858
858
|
category: "@Firebase",
|
|
859
859
|
description: "reactive [Firebase Auth](https://firebase.google.com/docs/auth) binding",
|
|
@@ -862,7 +862,7 @@ var functions$1 = [
|
|
|
862
862
|
{
|
|
863
863
|
name: "useAverage",
|
|
864
864
|
"package": "math",
|
|
865
|
-
lastUpdated:
|
|
865
|
+
lastUpdated: 1726477425000,
|
|
866
866
|
docs: "https://vueuse.org/math/useAverage/",
|
|
867
867
|
category: "@Math",
|
|
868
868
|
description: "get the average of an array reactively"
|
|
@@ -870,7 +870,7 @@ var functions$1 = [
|
|
|
870
870
|
{
|
|
871
871
|
name: "useAxios",
|
|
872
872
|
"package": "integrations",
|
|
873
|
-
lastUpdated:
|
|
873
|
+
lastUpdated: 1726477425000,
|
|
874
874
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
875
875
|
category: "@Integrations",
|
|
876
876
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -879,7 +879,7 @@ var functions$1 = [
|
|
|
879
879
|
{
|
|
880
880
|
name: "useBase64",
|
|
881
881
|
"package": "core",
|
|
882
|
-
lastUpdated:
|
|
882
|
+
lastUpdated: 1726477425000,
|
|
883
883
|
docs: "https://vueuse.org/core/useBase64/",
|
|
884
884
|
category: "Utilities",
|
|
885
885
|
description: "reactive base64 transforming"
|
|
@@ -887,7 +887,7 @@ var functions$1 = [
|
|
|
887
887
|
{
|
|
888
888
|
name: "useBattery",
|
|
889
889
|
"package": "core",
|
|
890
|
-
lastUpdated:
|
|
890
|
+
lastUpdated: 1726477425000,
|
|
891
891
|
component: true,
|
|
892
892
|
docs: "https://vueuse.org/core/useBattery/",
|
|
893
893
|
category: "Sensors",
|
|
@@ -896,7 +896,7 @@ var functions$1 = [
|
|
|
896
896
|
{
|
|
897
897
|
name: "useBluetooth",
|
|
898
898
|
"package": "core",
|
|
899
|
-
lastUpdated:
|
|
899
|
+
lastUpdated: 1726477425000,
|
|
900
900
|
docs: "https://vueuse.org/core/useBluetooth/",
|
|
901
901
|
category: "Browser",
|
|
902
902
|
description: "reactive [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API)"
|
|
@@ -904,7 +904,7 @@ var functions$1 = [
|
|
|
904
904
|
{
|
|
905
905
|
name: "useBreakpoints",
|
|
906
906
|
"package": "core",
|
|
907
|
-
lastUpdated:
|
|
907
|
+
lastUpdated: 1726477425000,
|
|
908
908
|
docs: "https://vueuse.org/core/useBreakpoints/",
|
|
909
909
|
category: "Browser",
|
|
910
910
|
description: "reactive viewport breakpoints"
|
|
@@ -912,7 +912,7 @@ var functions$1 = [
|
|
|
912
912
|
{
|
|
913
913
|
name: "useBroadcastChannel",
|
|
914
914
|
"package": "core",
|
|
915
|
-
lastUpdated:
|
|
915
|
+
lastUpdated: 1726477425000,
|
|
916
916
|
docs: "https://vueuse.org/core/useBroadcastChannel/",
|
|
917
917
|
category: "Browser",
|
|
918
918
|
description: "reactive [BroadcastChannel API](https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel)"
|
|
@@ -920,7 +920,7 @@ var functions$1 = [
|
|
|
920
920
|
{
|
|
921
921
|
name: "useBrowserLocation",
|
|
922
922
|
"package": "core",
|
|
923
|
-
lastUpdated:
|
|
923
|
+
lastUpdated: 1726477425000,
|
|
924
924
|
component: true,
|
|
925
925
|
docs: "https://vueuse.org/core/useBrowserLocation/",
|
|
926
926
|
category: "Browser",
|
|
@@ -937,7 +937,7 @@ var functions$1 = [
|
|
|
937
937
|
{
|
|
938
938
|
name: "useCeil",
|
|
939
939
|
"package": "math",
|
|
940
|
-
lastUpdated:
|
|
940
|
+
lastUpdated: 1726477425000,
|
|
941
941
|
docs: "https://vueuse.org/math/useCeil/",
|
|
942
942
|
category: "@Math",
|
|
943
943
|
description: "reactive `Math.ceil`"
|
|
@@ -945,7 +945,7 @@ var functions$1 = [
|
|
|
945
945
|
{
|
|
946
946
|
name: "useChangeCase",
|
|
947
947
|
"package": "integrations",
|
|
948
|
-
lastUpdated:
|
|
948
|
+
lastUpdated: 1726477425000,
|
|
949
949
|
docs: "https://vueuse.org/integrations/useChangeCase/",
|
|
950
950
|
category: "@Integrations",
|
|
951
951
|
description: "reactive wrapper for [`change-case`](https://github.com/blakeembrey/change-case)",
|
|
@@ -954,7 +954,7 @@ var functions$1 = [
|
|
|
954
954
|
{
|
|
955
955
|
name: "useClamp",
|
|
956
956
|
"package": "math",
|
|
957
|
-
lastUpdated:
|
|
957
|
+
lastUpdated: 1726477425000,
|
|
958
958
|
docs: "https://vueuse.org/math/useClamp/",
|
|
959
959
|
category: "@Math",
|
|
960
960
|
description: "reactively clamp a value between two other values"
|
|
@@ -962,7 +962,7 @@ var functions$1 = [
|
|
|
962
962
|
{
|
|
963
963
|
name: "useClipboard",
|
|
964
964
|
"package": "core",
|
|
965
|
-
lastUpdated:
|
|
965
|
+
lastUpdated: 1726477425000,
|
|
966
966
|
component: true,
|
|
967
967
|
docs: "https://vueuse.org/core/useClipboard/",
|
|
968
968
|
category: "Browser",
|
|
@@ -974,7 +974,7 @@ var functions$1 = [
|
|
|
974
974
|
{
|
|
975
975
|
name: "useClipboardItems",
|
|
976
976
|
"package": "core",
|
|
977
|
-
lastUpdated:
|
|
977
|
+
lastUpdated: 1726477425000,
|
|
978
978
|
docs: "https://vueuse.org/core/useClipboardItems/",
|
|
979
979
|
category: "Browser",
|
|
980
980
|
description: "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)",
|
|
@@ -985,7 +985,7 @@ var functions$1 = [
|
|
|
985
985
|
{
|
|
986
986
|
name: "useCloned",
|
|
987
987
|
"package": "core",
|
|
988
|
-
lastUpdated:
|
|
988
|
+
lastUpdated: 1726477425000,
|
|
989
989
|
docs: "https://vueuse.org/core/useCloned/",
|
|
990
990
|
category: "Utilities",
|
|
991
991
|
description: "reactive clone of a ref"
|
|
@@ -993,7 +993,7 @@ var functions$1 = [
|
|
|
993
993
|
{
|
|
994
994
|
name: "useColorMode",
|
|
995
995
|
"package": "core",
|
|
996
|
-
lastUpdated:
|
|
996
|
+
lastUpdated: 1726477425000,
|
|
997
997
|
component: true,
|
|
998
998
|
docs: "https://vueuse.org/core/useColorMode/",
|
|
999
999
|
category: "Browser",
|
|
@@ -1007,7 +1007,7 @@ var functions$1 = [
|
|
|
1007
1007
|
{
|
|
1008
1008
|
name: "useConfirmDialog",
|
|
1009
1009
|
"package": "core",
|
|
1010
|
-
lastUpdated:
|
|
1010
|
+
lastUpdated: 1726477425000,
|
|
1011
1011
|
docs: "https://vueuse.org/core/useConfirmDialog/",
|
|
1012
1012
|
category: "Utilities",
|
|
1013
1013
|
description: "creates event hooks to support modals and confirmation dialog chains"
|
|
@@ -1015,7 +1015,7 @@ var functions$1 = [
|
|
|
1015
1015
|
{
|
|
1016
1016
|
name: "useCookies",
|
|
1017
1017
|
"package": "integrations",
|
|
1018
|
-
lastUpdated:
|
|
1018
|
+
lastUpdated: 1726477425000,
|
|
1019
1019
|
docs: "https://vueuse.org/integrations/useCookies/",
|
|
1020
1020
|
category: "@Integrations",
|
|
1021
1021
|
description: "wrapper for [`universal-cookie`](https://www.npmjs.com/package/universal-cookie)",
|
|
@@ -1024,7 +1024,7 @@ var functions$1 = [
|
|
|
1024
1024
|
{
|
|
1025
1025
|
name: "useCounter",
|
|
1026
1026
|
"package": "shared",
|
|
1027
|
-
lastUpdated:
|
|
1027
|
+
lastUpdated: 1726477425000,
|
|
1028
1028
|
docs: "https://vueuse.org/shared/useCounter/",
|
|
1029
1029
|
category: "Utilities",
|
|
1030
1030
|
description: "basic counter with utility functions"
|
|
@@ -1032,7 +1032,7 @@ var functions$1 = [
|
|
|
1032
1032
|
{
|
|
1033
1033
|
name: "useCssVar",
|
|
1034
1034
|
"package": "core",
|
|
1035
|
-
lastUpdated:
|
|
1035
|
+
lastUpdated: 1726477425000,
|
|
1036
1036
|
docs: "https://vueuse.org/core/useCssVar/",
|
|
1037
1037
|
category: "Browser",
|
|
1038
1038
|
description: "manipulate CSS variables"
|
|
@@ -1040,7 +1040,7 @@ var functions$1 = [
|
|
|
1040
1040
|
{
|
|
1041
1041
|
name: "useCurrentElement",
|
|
1042
1042
|
"package": "core",
|
|
1043
|
-
lastUpdated:
|
|
1043
|
+
lastUpdated: 1726477425000,
|
|
1044
1044
|
docs: "https://vueuse.org/core/useCurrentElement/",
|
|
1045
1045
|
category: "Component",
|
|
1046
1046
|
description: "get the DOM element of current component as a ref"
|
|
@@ -1048,7 +1048,7 @@ var functions$1 = [
|
|
|
1048
1048
|
{
|
|
1049
1049
|
name: "useCycleList",
|
|
1050
1050
|
"package": "core",
|
|
1051
|
-
lastUpdated:
|
|
1051
|
+
lastUpdated: 1726477425000,
|
|
1052
1052
|
docs: "https://vueuse.org/core/useCycleList/",
|
|
1053
1053
|
category: "Utilities",
|
|
1054
1054
|
description: "cycle through a list of items"
|
|
@@ -1056,7 +1056,7 @@ var functions$1 = [
|
|
|
1056
1056
|
{
|
|
1057
1057
|
name: "useDark",
|
|
1058
1058
|
"package": "core",
|
|
1059
|
-
lastUpdated:
|
|
1059
|
+
lastUpdated: 1726477425000,
|
|
1060
1060
|
component: true,
|
|
1061
1061
|
docs: "https://vueuse.org/core/useDark/",
|
|
1062
1062
|
category: "Browser",
|
|
@@ -1070,7 +1070,7 @@ var functions$1 = [
|
|
|
1070
1070
|
{
|
|
1071
1071
|
name: "useDateFormat",
|
|
1072
1072
|
"package": "shared",
|
|
1073
|
-
lastUpdated:
|
|
1073
|
+
lastUpdated: 1726477425000,
|
|
1074
1074
|
docs: "https://vueuse.org/shared/useDateFormat/",
|
|
1075
1075
|
category: "Time",
|
|
1076
1076
|
description: "get the formatted date according to the string of tokens passed in"
|
|
@@ -1078,7 +1078,7 @@ var functions$1 = [
|
|
|
1078
1078
|
{
|
|
1079
1079
|
name: "useDebouncedRefHistory",
|
|
1080
1080
|
"package": "core",
|
|
1081
|
-
lastUpdated:
|
|
1081
|
+
lastUpdated: 1726477425000,
|
|
1082
1082
|
docs: "https://vueuse.org/core/useDebouncedRefHistory/",
|
|
1083
1083
|
category: "State",
|
|
1084
1084
|
description: "shorthand for `useRefHistory` with debounced filter",
|
|
@@ -1101,7 +1101,7 @@ var functions$1 = [
|
|
|
1101
1101
|
{
|
|
1102
1102
|
name: "useDeviceMotion",
|
|
1103
1103
|
"package": "core",
|
|
1104
|
-
lastUpdated:
|
|
1104
|
+
lastUpdated: 1726477425000,
|
|
1105
1105
|
component: true,
|
|
1106
1106
|
docs: "https://vueuse.org/core/useDeviceMotion/",
|
|
1107
1107
|
category: "Sensors",
|
|
@@ -1110,7 +1110,7 @@ var functions$1 = [
|
|
|
1110
1110
|
{
|
|
1111
1111
|
name: "useDeviceOrientation",
|
|
1112
1112
|
"package": "core",
|
|
1113
|
-
lastUpdated:
|
|
1113
|
+
lastUpdated: 1726477425000,
|
|
1114
1114
|
component: true,
|
|
1115
1115
|
docs: "https://vueuse.org/core/useDeviceOrientation/",
|
|
1116
1116
|
category: "Sensors",
|
|
@@ -1119,7 +1119,7 @@ var functions$1 = [
|
|
|
1119
1119
|
{
|
|
1120
1120
|
name: "useDevicePixelRatio",
|
|
1121
1121
|
"package": "core",
|
|
1122
|
-
lastUpdated:
|
|
1122
|
+
lastUpdated: 1726477425000,
|
|
1123
1123
|
component: true,
|
|
1124
1124
|
docs: "https://vueuse.org/core/useDevicePixelRatio/",
|
|
1125
1125
|
category: "Sensors",
|
|
@@ -1128,7 +1128,7 @@ var functions$1 = [
|
|
|
1128
1128
|
{
|
|
1129
1129
|
name: "useDevicesList",
|
|
1130
1130
|
"package": "core",
|
|
1131
|
-
lastUpdated:
|
|
1131
|
+
lastUpdated: 1726477425000,
|
|
1132
1132
|
component: true,
|
|
1133
1133
|
docs: "https://vueuse.org/core/useDevicesList/",
|
|
1134
1134
|
category: "Sensors",
|
|
@@ -1140,7 +1140,7 @@ var functions$1 = [
|
|
|
1140
1140
|
{
|
|
1141
1141
|
name: "useDisplayMedia",
|
|
1142
1142
|
"package": "core",
|
|
1143
|
-
lastUpdated:
|
|
1143
|
+
lastUpdated: 1726477425000,
|
|
1144
1144
|
docs: "https://vueuse.org/core/useDisplayMedia/",
|
|
1145
1145
|
category: "Sensors",
|
|
1146
1146
|
description: "reactive [`mediaDevices.getDisplayMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia) streaming",
|
|
@@ -1151,7 +1151,7 @@ var functions$1 = [
|
|
|
1151
1151
|
{
|
|
1152
1152
|
name: "useDocumentVisibility",
|
|
1153
1153
|
"package": "core",
|
|
1154
|
-
lastUpdated:
|
|
1154
|
+
lastUpdated: 1726477425000,
|
|
1155
1155
|
component: true,
|
|
1156
1156
|
docs: "https://vueuse.org/core/useDocumentVisibility/",
|
|
1157
1157
|
category: "Elements",
|
|
@@ -1160,7 +1160,7 @@ var functions$1 = [
|
|
|
1160
1160
|
{
|
|
1161
1161
|
name: "useDraggable",
|
|
1162
1162
|
"package": "core",
|
|
1163
|
-
lastUpdated:
|
|
1163
|
+
lastUpdated: 1726477425000,
|
|
1164
1164
|
component: true,
|
|
1165
1165
|
docs: "https://vueuse.org/core/useDraggable/",
|
|
1166
1166
|
category: "Elements",
|
|
@@ -1169,7 +1169,7 @@ var functions$1 = [
|
|
|
1169
1169
|
{
|
|
1170
1170
|
name: "useDrauu",
|
|
1171
1171
|
"package": "integrations",
|
|
1172
|
-
lastUpdated:
|
|
1172
|
+
lastUpdated: 1726477425000,
|
|
1173
1173
|
docs: "https://vueuse.org/integrations/useDrauu/",
|
|
1174
1174
|
category: "@Integrations",
|
|
1175
1175
|
description: "reactive instance for [drauu](https://github.com/antfu/drauu)",
|
|
@@ -1178,7 +1178,7 @@ var functions$1 = [
|
|
|
1178
1178
|
{
|
|
1179
1179
|
name: "useDropZone",
|
|
1180
1180
|
"package": "core",
|
|
1181
|
-
lastUpdated:
|
|
1181
|
+
lastUpdated: 1726477425000,
|
|
1182
1182
|
docs: "https://vueuse.org/core/useDropZone/",
|
|
1183
1183
|
category: "Elements",
|
|
1184
1184
|
description: "create a zone where files can be dropped"
|
|
@@ -1186,7 +1186,7 @@ var functions$1 = [
|
|
|
1186
1186
|
{
|
|
1187
1187
|
name: "useElementBounding",
|
|
1188
1188
|
"package": "core",
|
|
1189
|
-
lastUpdated:
|
|
1189
|
+
lastUpdated: 1726477425000,
|
|
1190
1190
|
component: true,
|
|
1191
1191
|
docs: "https://vueuse.org/core/useElementBounding/",
|
|
1192
1192
|
category: "Elements",
|
|
@@ -1195,7 +1195,7 @@ var functions$1 = [
|
|
|
1195
1195
|
{
|
|
1196
1196
|
name: "useElementByPoint",
|
|
1197
1197
|
"package": "core",
|
|
1198
|
-
lastUpdated:
|
|
1198
|
+
lastUpdated: 1726477425000,
|
|
1199
1199
|
docs: "https://vueuse.org/core/useElementByPoint/",
|
|
1200
1200
|
category: "Sensors",
|
|
1201
1201
|
description: "reactive element by point"
|
|
@@ -1203,7 +1203,7 @@ var functions$1 = [
|
|
|
1203
1203
|
{
|
|
1204
1204
|
name: "useElementHover",
|
|
1205
1205
|
"package": "core",
|
|
1206
|
-
lastUpdated:
|
|
1206
|
+
lastUpdated: 1726477425000,
|
|
1207
1207
|
directive: true,
|
|
1208
1208
|
docs: "https://vueuse.org/core/useElementHover/",
|
|
1209
1209
|
category: "Sensors",
|
|
@@ -1212,7 +1212,7 @@ var functions$1 = [
|
|
|
1212
1212
|
{
|
|
1213
1213
|
name: "useElementSize",
|
|
1214
1214
|
"package": "core",
|
|
1215
|
-
lastUpdated:
|
|
1215
|
+
lastUpdated: 1726477425000,
|
|
1216
1216
|
component: true,
|
|
1217
1217
|
directive: true,
|
|
1218
1218
|
docs: "https://vueuse.org/core/useElementSize/",
|
|
@@ -1236,7 +1236,7 @@ var functions$1 = [
|
|
|
1236
1236
|
{
|
|
1237
1237
|
name: "useElementVisibility",
|
|
1238
1238
|
"package": "core",
|
|
1239
|
-
lastUpdated:
|
|
1239
|
+
lastUpdated: 1726477425000,
|
|
1240
1240
|
component: true,
|
|
1241
1241
|
directive: true,
|
|
1242
1242
|
docs: "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1254,7 +1254,7 @@ var functions$1 = [
|
|
|
1254
1254
|
{
|
|
1255
1255
|
name: "useEventListener",
|
|
1256
1256
|
"package": "core",
|
|
1257
|
-
lastUpdated:
|
|
1257
|
+
lastUpdated: 1726477425000,
|
|
1258
1258
|
docs: "https://vueuse.org/core/useEventListener/",
|
|
1259
1259
|
category: "Browser",
|
|
1260
1260
|
description: "use EventListener with ease"
|
|
@@ -1262,7 +1262,7 @@ var functions$1 = [
|
|
|
1262
1262
|
{
|
|
1263
1263
|
name: "useEventSource",
|
|
1264
1264
|
"package": "core",
|
|
1265
|
-
lastUpdated:
|
|
1265
|
+
lastUpdated: 1726477425000,
|
|
1266
1266
|
docs: "https://vueuse.org/core/useEventSource/",
|
|
1267
1267
|
category: "Network",
|
|
1268
1268
|
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"
|
|
@@ -1270,7 +1270,7 @@ var functions$1 = [
|
|
|
1270
1270
|
{
|
|
1271
1271
|
name: "useExtractedObservable",
|
|
1272
1272
|
"package": "rxjs",
|
|
1273
|
-
lastUpdated:
|
|
1273
|
+
lastUpdated: 1726477425000,
|
|
1274
1274
|
docs: "https://vueuse.org/rxjs/useExtractedObservable/",
|
|
1275
1275
|
category: "@RxJS",
|
|
1276
1276
|
description: "use an RxJS [`Observable`](https://rxjs.dev/guide/observable) as extracted from one or more composables"
|
|
@@ -1287,7 +1287,7 @@ var functions$1 = [
|
|
|
1287
1287
|
{
|
|
1288
1288
|
name: "useFavicon",
|
|
1289
1289
|
"package": "core",
|
|
1290
|
-
lastUpdated:
|
|
1290
|
+
lastUpdated: 1726477425000,
|
|
1291
1291
|
docs: "https://vueuse.org/core/useFavicon/",
|
|
1292
1292
|
category: "Browser",
|
|
1293
1293
|
description: "reactive favicon"
|
|
@@ -1295,7 +1295,7 @@ var functions$1 = [
|
|
|
1295
1295
|
{
|
|
1296
1296
|
name: "useFetch",
|
|
1297
1297
|
"package": "core",
|
|
1298
|
-
lastUpdated:
|
|
1298
|
+
lastUpdated: 1726477425000,
|
|
1299
1299
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1300
1300
|
category: "Network",
|
|
1301
1301
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1303,7 +1303,7 @@ var functions$1 = [
|
|
|
1303
1303
|
{
|
|
1304
1304
|
name: "useFileDialog",
|
|
1305
1305
|
"package": "core",
|
|
1306
|
-
lastUpdated:
|
|
1306
|
+
lastUpdated: 1726477425000,
|
|
1307
1307
|
docs: "https://vueuse.org/core/useFileDialog/",
|
|
1308
1308
|
category: "Browser",
|
|
1309
1309
|
description: "open file dialog with ease"
|
|
@@ -1311,7 +1311,7 @@ var functions$1 = [
|
|
|
1311
1311
|
{
|
|
1312
1312
|
name: "useFileSystemAccess",
|
|
1313
1313
|
"package": "core",
|
|
1314
|
-
lastUpdated:
|
|
1314
|
+
lastUpdated: 1726477425000,
|
|
1315
1315
|
docs: "https://vueuse.org/core/useFileSystemAccess/",
|
|
1316
1316
|
category: "Browser",
|
|
1317
1317
|
description: "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
@@ -1319,7 +1319,7 @@ var functions$1 = [
|
|
|
1319
1319
|
{
|
|
1320
1320
|
name: "useFirestore",
|
|
1321
1321
|
"package": "firebase",
|
|
1322
|
-
lastUpdated:
|
|
1322
|
+
lastUpdated: 1726477425000,
|
|
1323
1323
|
docs: "https://vueuse.org/firebase/useFirestore/",
|
|
1324
1324
|
category: "@Firebase",
|
|
1325
1325
|
description: "reactive [Firestore](https://firebase.google.com/docs/firestore) binding",
|
|
@@ -1328,7 +1328,7 @@ var functions$1 = [
|
|
|
1328
1328
|
{
|
|
1329
1329
|
name: "useFloor",
|
|
1330
1330
|
"package": "math",
|
|
1331
|
-
lastUpdated:
|
|
1331
|
+
lastUpdated: 1726477425000,
|
|
1332
1332
|
docs: "https://vueuse.org/math/useFloor/",
|
|
1333
1333
|
category: "@Math",
|
|
1334
1334
|
description: "reactive `Math.floor`"
|
|
@@ -1336,7 +1336,7 @@ var functions$1 = [
|
|
|
1336
1336
|
{
|
|
1337
1337
|
name: "useFocus",
|
|
1338
1338
|
"package": "core",
|
|
1339
|
-
lastUpdated:
|
|
1339
|
+
lastUpdated: 1726477425000,
|
|
1340
1340
|
docs: "https://vueuse.org/core/useFocus/",
|
|
1341
1341
|
category: "Sensors",
|
|
1342
1342
|
description: "reactive utility to track or set the focus state of a DOM element"
|
|
@@ -1344,7 +1344,7 @@ var functions$1 = [
|
|
|
1344
1344
|
{
|
|
1345
1345
|
name: "useFocusTrap",
|
|
1346
1346
|
"package": "integrations",
|
|
1347
|
-
lastUpdated:
|
|
1347
|
+
lastUpdated: 1726477425000,
|
|
1348
1348
|
component: true,
|
|
1349
1349
|
docs: "https://vueuse.org/integrations/useFocusTrap/",
|
|
1350
1350
|
category: "@Integrations",
|
|
@@ -1354,7 +1354,7 @@ var functions$1 = [
|
|
|
1354
1354
|
{
|
|
1355
1355
|
name: "useFocusWithin",
|
|
1356
1356
|
"package": "core",
|
|
1357
|
-
lastUpdated:
|
|
1357
|
+
lastUpdated: 1726477425000,
|
|
1358
1358
|
docs: "https://vueuse.org/core/useFocusWithin/",
|
|
1359
1359
|
category: "Sensors",
|
|
1360
1360
|
description: "reactive utility to track if an element or one of its decendants has focus"
|
|
@@ -1370,7 +1370,7 @@ var functions$1 = [
|
|
|
1370
1370
|
{
|
|
1371
1371
|
name: "useFullscreen",
|
|
1372
1372
|
"package": "core",
|
|
1373
|
-
lastUpdated:
|
|
1373
|
+
lastUpdated: 1726477425000,
|
|
1374
1374
|
component: true,
|
|
1375
1375
|
docs: "https://vueuse.org/core/useFullscreen/",
|
|
1376
1376
|
category: "Browser",
|
|
@@ -1379,7 +1379,7 @@ var functions$1 = [
|
|
|
1379
1379
|
{
|
|
1380
1380
|
name: "useFuse",
|
|
1381
1381
|
"package": "integrations",
|
|
1382
|
-
lastUpdated:
|
|
1382
|
+
lastUpdated: 1726477425000,
|
|
1383
1383
|
docs: "https://vueuse.org/integrations/useFuse/",
|
|
1384
1384
|
category: "@Integrations",
|
|
1385
1385
|
description: "easily implement fuzzy search using a composable with [Fuse.js](https://github.com/krisk/fuse)",
|
|
@@ -1388,7 +1388,7 @@ var functions$1 = [
|
|
|
1388
1388
|
{
|
|
1389
1389
|
name: "useGamepad",
|
|
1390
1390
|
"package": "core",
|
|
1391
|
-
lastUpdated:
|
|
1391
|
+
lastUpdated: 1726477425000,
|
|
1392
1392
|
docs: "https://vueuse.org/core/useGamepad/",
|
|
1393
1393
|
category: "Browser",
|
|
1394
1394
|
description: "provides reactive bindings for the [Gamepad API](https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API)"
|
|
@@ -1396,7 +1396,7 @@ var functions$1 = [
|
|
|
1396
1396
|
{
|
|
1397
1397
|
name: "useGeolocation",
|
|
1398
1398
|
"package": "core",
|
|
1399
|
-
lastUpdated:
|
|
1399
|
+
lastUpdated: 1726477425000,
|
|
1400
1400
|
component: true,
|
|
1401
1401
|
docs: "https://vueuse.org/core/useGeolocation/",
|
|
1402
1402
|
category: "Sensors",
|
|
@@ -1412,7 +1412,7 @@ var functions$1 = [
|
|
|
1412
1412
|
{
|
|
1413
1413
|
name: "useIDBKeyval",
|
|
1414
1414
|
"package": "integrations",
|
|
1415
|
-
lastUpdated:
|
|
1415
|
+
lastUpdated: 1726477425000,
|
|
1416
1416
|
docs: "https://vueuse.org/integrations/useIDBKeyval/",
|
|
1417
1417
|
category: "@Integrations",
|
|
1418
1418
|
description: "wrapper for [`idb-keyval`](https://www.npmjs.com/package/idb-keyval)",
|
|
@@ -1421,7 +1421,7 @@ var functions$1 = [
|
|
|
1421
1421
|
{
|
|
1422
1422
|
name: "useIdle",
|
|
1423
1423
|
"package": "core",
|
|
1424
|
-
lastUpdated:
|
|
1424
|
+
lastUpdated: 1726477425000,
|
|
1425
1425
|
component: true,
|
|
1426
1426
|
docs: "https://vueuse.org/core/useIdle/",
|
|
1427
1427
|
category: "Sensors",
|
|
@@ -1430,7 +1430,7 @@ var functions$1 = [
|
|
|
1430
1430
|
{
|
|
1431
1431
|
name: "useImage",
|
|
1432
1432
|
"package": "core",
|
|
1433
|
-
lastUpdated:
|
|
1433
|
+
lastUpdated: 1726477425000,
|
|
1434
1434
|
component: true,
|
|
1435
1435
|
docs: "https://vueuse.org/core/useImage/",
|
|
1436
1436
|
category: "Browser",
|
|
@@ -1439,7 +1439,7 @@ var functions$1 = [
|
|
|
1439
1439
|
{
|
|
1440
1440
|
name: "useInfiniteScroll",
|
|
1441
1441
|
"package": "core",
|
|
1442
|
-
lastUpdated:
|
|
1442
|
+
lastUpdated: 1726477425000,
|
|
1443
1443
|
directive: true,
|
|
1444
1444
|
docs: "https://vueuse.org/core/useInfiniteScroll/",
|
|
1445
1445
|
category: "Sensors",
|
|
@@ -1448,7 +1448,7 @@ var functions$1 = [
|
|
|
1448
1448
|
{
|
|
1449
1449
|
name: "useIntersectionObserver",
|
|
1450
1450
|
"package": "core",
|
|
1451
|
-
lastUpdated:
|
|
1451
|
+
lastUpdated: 1726477425000,
|
|
1452
1452
|
directive: true,
|
|
1453
1453
|
docs: "https://vueuse.org/core/useIntersectionObserver/",
|
|
1454
1454
|
category: "Elements",
|
|
@@ -1457,7 +1457,7 @@ var functions$1 = [
|
|
|
1457
1457
|
{
|
|
1458
1458
|
name: "useInterval",
|
|
1459
1459
|
"package": "shared",
|
|
1460
|
-
lastUpdated:
|
|
1460
|
+
lastUpdated: 1726477425000,
|
|
1461
1461
|
docs: "https://vueuse.org/shared/useInterval/",
|
|
1462
1462
|
category: "Animation",
|
|
1463
1463
|
description: "reactive counter increases on every interval"
|
|
@@ -1465,7 +1465,7 @@ var functions$1 = [
|
|
|
1465
1465
|
{
|
|
1466
1466
|
name: "useIntervalFn",
|
|
1467
1467
|
"package": "shared",
|
|
1468
|
-
lastUpdated:
|
|
1468
|
+
lastUpdated: 1726477425000,
|
|
1469
1469
|
docs: "https://vueuse.org/shared/useIntervalFn/",
|
|
1470
1470
|
category: "Animation",
|
|
1471
1471
|
description: "wrapper for `setInterval` with controls"
|
|
@@ -1473,7 +1473,7 @@ var functions$1 = [
|
|
|
1473
1473
|
{
|
|
1474
1474
|
name: "useIpcRenderer",
|
|
1475
1475
|
"package": "electron",
|
|
1476
|
-
lastUpdated:
|
|
1476
|
+
lastUpdated: 1726477425000,
|
|
1477
1477
|
docs: "https://vueuse.org/electron/useIpcRenderer/",
|
|
1478
1478
|
category: "@Electron",
|
|
1479
1479
|
description: "provides [ipcRenderer](https://www.electronjs.org/docs/api/ipc-renderer) and all of its APIs"
|
|
@@ -1489,7 +1489,7 @@ var functions$1 = [
|
|
|
1489
1489
|
{
|
|
1490
1490
|
name: "useIpcRendererOn",
|
|
1491
1491
|
"package": "electron",
|
|
1492
|
-
lastUpdated:
|
|
1492
|
+
lastUpdated: 1726477425000,
|
|
1493
1493
|
docs: "https://vueuse.org/electron/useIpcRendererOn/",
|
|
1494
1494
|
category: "@Electron",
|
|
1495
1495
|
description: "use [ipcRenderer.on](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendereronchannel-listener) with ease and [ipcRenderer.removeListener](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendererremovelistenerchannel-listener) automatically on unmounted"
|
|
@@ -1497,7 +1497,7 @@ var functions$1 = [
|
|
|
1497
1497
|
{
|
|
1498
1498
|
name: "useJwt",
|
|
1499
1499
|
"package": "integrations",
|
|
1500
|
-
lastUpdated:
|
|
1500
|
+
lastUpdated: 1726477425000,
|
|
1501
1501
|
docs: "https://vueuse.org/integrations/useJwt/",
|
|
1502
1502
|
category: "@Integrations",
|
|
1503
1503
|
description: "wrapper for [`jwt-decode`](https://github.com/auth0/jwt-decode)",
|
|
@@ -1506,7 +1506,7 @@ var functions$1 = [
|
|
|
1506
1506
|
{
|
|
1507
1507
|
name: "useKeyModifier",
|
|
1508
1508
|
"package": "core",
|
|
1509
|
-
lastUpdated:
|
|
1509
|
+
lastUpdated: 1726477425000,
|
|
1510
1510
|
docs: "https://vueuse.org/core/useKeyModifier/",
|
|
1511
1511
|
category: "Sensors",
|
|
1512
1512
|
description: "reactive [Modifier State](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/getModifierState)"
|
|
@@ -1522,7 +1522,7 @@ var functions$1 = [
|
|
|
1522
1522
|
{
|
|
1523
1523
|
name: "useLocalStorage",
|
|
1524
1524
|
"package": "core",
|
|
1525
|
-
lastUpdated:
|
|
1525
|
+
lastUpdated: 1726477425000,
|
|
1526
1526
|
docs: "https://vueuse.org/core/useLocalStorage/",
|
|
1527
1527
|
category: "State",
|
|
1528
1528
|
description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)",
|
|
@@ -1533,7 +1533,7 @@ var functions$1 = [
|
|
|
1533
1533
|
{
|
|
1534
1534
|
name: "useMagicKeys",
|
|
1535
1535
|
"package": "core",
|
|
1536
|
-
lastUpdated:
|
|
1536
|
+
lastUpdated: 1726477425000,
|
|
1537
1537
|
docs: "https://vueuse.org/core/useMagicKeys/",
|
|
1538
1538
|
category: "Sensors",
|
|
1539
1539
|
description: "reactive keys pressed state"
|
|
@@ -1541,7 +1541,7 @@ var functions$1 = [
|
|
|
1541
1541
|
{
|
|
1542
1542
|
name: "useManualRefHistory",
|
|
1543
1543
|
"package": "core",
|
|
1544
|
-
lastUpdated:
|
|
1544
|
+
lastUpdated: 1726477425000,
|
|
1545
1545
|
docs: "https://vueuse.org/core/useManualRefHistory/",
|
|
1546
1546
|
category: "State",
|
|
1547
1547
|
description: "manually track the change history of a ref when the using calls `commit()`",
|
|
@@ -1560,7 +1560,7 @@ var functions$1 = [
|
|
|
1560
1560
|
{
|
|
1561
1561
|
name: "useMax",
|
|
1562
1562
|
"package": "math",
|
|
1563
|
-
lastUpdated:
|
|
1563
|
+
lastUpdated: 1726477425000,
|
|
1564
1564
|
docs: "https://vueuse.org/math/useMax/",
|
|
1565
1565
|
category: "@Math",
|
|
1566
1566
|
description: "reactive `Math.max`"
|
|
@@ -1568,7 +1568,7 @@ var functions$1 = [
|
|
|
1568
1568
|
{
|
|
1569
1569
|
name: "useMediaControls",
|
|
1570
1570
|
"package": "core",
|
|
1571
|
-
lastUpdated:
|
|
1571
|
+
lastUpdated: 1726477425000,
|
|
1572
1572
|
docs: "https://vueuse.org/core/useMediaControls/",
|
|
1573
1573
|
category: "Browser",
|
|
1574
1574
|
description: "reactive media controls for both `audio` and `video` elements"
|
|
@@ -1576,7 +1576,7 @@ var functions$1 = [
|
|
|
1576
1576
|
{
|
|
1577
1577
|
name: "useMediaQuery",
|
|
1578
1578
|
"package": "core",
|
|
1579
|
-
lastUpdated:
|
|
1579
|
+
lastUpdated: 1726477425000,
|
|
1580
1580
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1581
1581
|
category: "Browser",
|
|
1582
1582
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1592,7 +1592,7 @@ var functions$1 = [
|
|
|
1592
1592
|
{
|
|
1593
1593
|
name: "useMemory",
|
|
1594
1594
|
"package": "core",
|
|
1595
|
-
lastUpdated:
|
|
1595
|
+
lastUpdated: 1726477425000,
|
|
1596
1596
|
docs: "https://vueuse.org/core/useMemory/",
|
|
1597
1597
|
category: "Browser",
|
|
1598
1598
|
description: "reactive Memory Info"
|
|
@@ -1600,7 +1600,7 @@ var functions$1 = [
|
|
|
1600
1600
|
{
|
|
1601
1601
|
name: "useMin",
|
|
1602
1602
|
"package": "math",
|
|
1603
|
-
lastUpdated:
|
|
1603
|
+
lastUpdated: 1726477425000,
|
|
1604
1604
|
docs: "https://vueuse.org/math/useMin/",
|
|
1605
1605
|
category: "@Math",
|
|
1606
1606
|
description: "reactive `Math.min`"
|
|
@@ -1637,7 +1637,7 @@ var functions$1 = [
|
|
|
1637
1637
|
{
|
|
1638
1638
|
name: "useMouse",
|
|
1639
1639
|
"package": "core",
|
|
1640
|
-
lastUpdated:
|
|
1640
|
+
lastUpdated: 1726477425000,
|
|
1641
1641
|
component: true,
|
|
1642
1642
|
docs: "https://vueuse.org/core/useMouse/",
|
|
1643
1643
|
category: "Sensors",
|
|
@@ -1646,7 +1646,7 @@ var functions$1 = [
|
|
|
1646
1646
|
{
|
|
1647
1647
|
name: "useMouseInElement",
|
|
1648
1648
|
"package": "core",
|
|
1649
|
-
lastUpdated:
|
|
1649
|
+
lastUpdated: 1726477425000,
|
|
1650
1650
|
component: true,
|
|
1651
1651
|
docs: "https://vueuse.org/core/useMouseInElement/",
|
|
1652
1652
|
category: "Elements",
|
|
@@ -1655,7 +1655,7 @@ var functions$1 = [
|
|
|
1655
1655
|
{
|
|
1656
1656
|
name: "useMousePressed",
|
|
1657
1657
|
"package": "core",
|
|
1658
|
-
lastUpdated:
|
|
1658
|
+
lastUpdated: 1726477425000,
|
|
1659
1659
|
component: true,
|
|
1660
1660
|
docs: "https://vueuse.org/core/useMousePressed/",
|
|
1661
1661
|
category: "Sensors",
|
|
@@ -1664,7 +1664,7 @@ var functions$1 = [
|
|
|
1664
1664
|
{
|
|
1665
1665
|
name: "useMutationObserver",
|
|
1666
1666
|
"package": "core",
|
|
1667
|
-
lastUpdated:
|
|
1667
|
+
lastUpdated: 1726477425000,
|
|
1668
1668
|
docs: "https://vueuse.org/core/useMutationObserver/",
|
|
1669
1669
|
category: "Elements",
|
|
1670
1670
|
description: "watch for changes being made to the DOM tree"
|
|
@@ -1672,7 +1672,7 @@ var functions$1 = [
|
|
|
1672
1672
|
{
|
|
1673
1673
|
name: "useNavigatorLanguage",
|
|
1674
1674
|
"package": "core",
|
|
1675
|
-
lastUpdated:
|
|
1675
|
+
lastUpdated: 1726477425000,
|
|
1676
1676
|
docs: "https://vueuse.org/core/useNavigatorLanguage/",
|
|
1677
1677
|
category: "Sensors",
|
|
1678
1678
|
description: "reactive [navigator.language](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/language)"
|
|
@@ -1680,7 +1680,7 @@ var functions$1 = [
|
|
|
1680
1680
|
{
|
|
1681
1681
|
name: "useNetwork",
|
|
1682
1682
|
"package": "core",
|
|
1683
|
-
lastUpdated:
|
|
1683
|
+
lastUpdated: 1726477425000,
|
|
1684
1684
|
component: true,
|
|
1685
1685
|
docs: "https://vueuse.org/core/useNetwork/",
|
|
1686
1686
|
category: "Sensors",
|
|
@@ -1689,7 +1689,7 @@ var functions$1 = [
|
|
|
1689
1689
|
{
|
|
1690
1690
|
name: "useNow",
|
|
1691
1691
|
"package": "core",
|
|
1692
|
-
lastUpdated:
|
|
1692
|
+
lastUpdated: 1726477425000,
|
|
1693
1693
|
component: true,
|
|
1694
1694
|
docs: "https://vueuse.org/core/useNow/",
|
|
1695
1695
|
category: "Animation",
|
|
@@ -1698,7 +1698,7 @@ var functions$1 = [
|
|
|
1698
1698
|
{
|
|
1699
1699
|
name: "useNProgress",
|
|
1700
1700
|
"package": "integrations",
|
|
1701
|
-
lastUpdated:
|
|
1701
|
+
lastUpdated: 1726477425000,
|
|
1702
1702
|
docs: "https://vueuse.org/integrations/useNProgress/",
|
|
1703
1703
|
category: "@Integrations",
|
|
1704
1704
|
description: "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)",
|
|
@@ -1707,7 +1707,7 @@ var functions$1 = [
|
|
|
1707
1707
|
{
|
|
1708
1708
|
name: "useObjectUrl",
|
|
1709
1709
|
"package": "core",
|
|
1710
|
-
lastUpdated:
|
|
1710
|
+
lastUpdated: 1726477425000,
|
|
1711
1711
|
component: true,
|
|
1712
1712
|
docs: "https://vueuse.org/core/useObjectUrl/",
|
|
1713
1713
|
category: "Browser",
|
|
@@ -1716,7 +1716,7 @@ var functions$1 = [
|
|
|
1716
1716
|
{
|
|
1717
1717
|
name: "useObservable",
|
|
1718
1718
|
"package": "rxjs",
|
|
1719
|
-
lastUpdated:
|
|
1719
|
+
lastUpdated: 1726477425000,
|
|
1720
1720
|
docs: "https://vueuse.org/rxjs/useObservable/",
|
|
1721
1721
|
category: "@RxJS",
|
|
1722
1722
|
description: "use an RxJS [`Observable`](https://rxjs.dev/guide/observable)"
|
|
@@ -1724,7 +1724,7 @@ var functions$1 = [
|
|
|
1724
1724
|
{
|
|
1725
1725
|
name: "useOffsetPagination",
|
|
1726
1726
|
"package": "core",
|
|
1727
|
-
lastUpdated:
|
|
1727
|
+
lastUpdated: 1726477425000,
|
|
1728
1728
|
component: true,
|
|
1729
1729
|
docs: "https://vueuse.org/core/useOffsetPagination/",
|
|
1730
1730
|
category: "Utilities",
|
|
@@ -1733,7 +1733,7 @@ var functions$1 = [
|
|
|
1733
1733
|
{
|
|
1734
1734
|
name: "useOnline",
|
|
1735
1735
|
"package": "core",
|
|
1736
|
-
lastUpdated:
|
|
1736
|
+
lastUpdated: 1726477425000,
|
|
1737
1737
|
component: true,
|
|
1738
1738
|
docs: "https://vueuse.org/core/useOnline/",
|
|
1739
1739
|
category: "Sensors",
|
|
@@ -1742,7 +1742,7 @@ var functions$1 = [
|
|
|
1742
1742
|
{
|
|
1743
1743
|
name: "usePageLeave",
|
|
1744
1744
|
"package": "core",
|
|
1745
|
-
lastUpdated:
|
|
1745
|
+
lastUpdated: 1726477425000,
|
|
1746
1746
|
component: true,
|
|
1747
1747
|
docs: "https://vueuse.org/core/usePageLeave/",
|
|
1748
1748
|
category: "Sensors",
|
|
@@ -1751,7 +1751,7 @@ var functions$1 = [
|
|
|
1751
1751
|
{
|
|
1752
1752
|
name: "useParallax",
|
|
1753
1753
|
"package": "core",
|
|
1754
|
-
lastUpdated:
|
|
1754
|
+
lastUpdated: 1726477425000,
|
|
1755
1755
|
docs: "https://vueuse.org/core/useParallax/",
|
|
1756
1756
|
category: "Sensors",
|
|
1757
1757
|
description: "create parallax effect easily"
|
|
@@ -1759,7 +1759,7 @@ var functions$1 = [
|
|
|
1759
1759
|
{
|
|
1760
1760
|
name: "useParentElement",
|
|
1761
1761
|
"package": "core",
|
|
1762
|
-
lastUpdated:
|
|
1762
|
+
lastUpdated: 1726477425000,
|
|
1763
1763
|
docs: "https://vueuse.org/core/useParentElement/",
|
|
1764
1764
|
category: "Elements",
|
|
1765
1765
|
description: "get parent element of the given element"
|
|
@@ -1767,7 +1767,7 @@ var functions$1 = [
|
|
|
1767
1767
|
{
|
|
1768
1768
|
name: "usePerformanceObserver",
|
|
1769
1769
|
"package": "core",
|
|
1770
|
-
lastUpdated:
|
|
1770
|
+
lastUpdated: 1726477425000,
|
|
1771
1771
|
docs: "https://vueuse.org/core/usePerformanceObserver/",
|
|
1772
1772
|
category: "Browser",
|
|
1773
1773
|
description: "observe performance metrics"
|
|
@@ -1775,7 +1775,7 @@ var functions$1 = [
|
|
|
1775
1775
|
{
|
|
1776
1776
|
name: "usePermission",
|
|
1777
1777
|
"package": "core",
|
|
1778
|
-
lastUpdated:
|
|
1778
|
+
lastUpdated: 1726477425000,
|
|
1779
1779
|
docs: "https://vueuse.org/core/usePermission/",
|
|
1780
1780
|
category: "Browser",
|
|
1781
1781
|
description: "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)",
|
|
@@ -1786,7 +1786,7 @@ var functions$1 = [
|
|
|
1786
1786
|
{
|
|
1787
1787
|
name: "usePointer",
|
|
1788
1788
|
"package": "core",
|
|
1789
|
-
lastUpdated:
|
|
1789
|
+
lastUpdated: 1726477425000,
|
|
1790
1790
|
component: true,
|
|
1791
1791
|
docs: "https://vueuse.org/core/usePointer/",
|
|
1792
1792
|
category: "Sensors",
|
|
@@ -1795,7 +1795,7 @@ var functions$1 = [
|
|
|
1795
1795
|
{
|
|
1796
1796
|
name: "usePointerLock",
|
|
1797
1797
|
"package": "core",
|
|
1798
|
-
lastUpdated:
|
|
1798
|
+
lastUpdated: 1726477425000,
|
|
1799
1799
|
component: true,
|
|
1800
1800
|
docs: "https://vueuse.org/core/usePointerLock/",
|
|
1801
1801
|
category: "Sensors",
|
|
@@ -1804,7 +1804,7 @@ var functions$1 = [
|
|
|
1804
1804
|
{
|
|
1805
1805
|
name: "usePointerSwipe",
|
|
1806
1806
|
"package": "core",
|
|
1807
|
-
lastUpdated:
|
|
1807
|
+
lastUpdated: 1726477425000,
|
|
1808
1808
|
docs: "https://vueuse.org/core/usePointerSwipe/",
|
|
1809
1809
|
category: "Sensors",
|
|
1810
1810
|
description: "reactive swipe detection based on [PointerEvents](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)"
|
|
@@ -1812,7 +1812,7 @@ var functions$1 = [
|
|
|
1812
1812
|
{
|
|
1813
1813
|
name: "usePrecision",
|
|
1814
1814
|
"package": "math",
|
|
1815
|
-
lastUpdated:
|
|
1815
|
+
lastUpdated: 1726477425000,
|
|
1816
1816
|
docs: "https://vueuse.org/math/usePrecision/",
|
|
1817
1817
|
category: "@Math",
|
|
1818
1818
|
description: "reactively set the precision of a number"
|
|
@@ -1820,7 +1820,7 @@ var functions$1 = [
|
|
|
1820
1820
|
{
|
|
1821
1821
|
name: "usePreferredColorScheme",
|
|
1822
1822
|
"package": "core",
|
|
1823
|
-
lastUpdated:
|
|
1823
|
+
lastUpdated: 1726477425000,
|
|
1824
1824
|
component: true,
|
|
1825
1825
|
docs: "https://vueuse.org/core/usePreferredColorScheme/",
|
|
1826
1826
|
category: "Browser",
|
|
@@ -1829,7 +1829,7 @@ var functions$1 = [
|
|
|
1829
1829
|
{
|
|
1830
1830
|
name: "usePreferredContrast",
|
|
1831
1831
|
"package": "core",
|
|
1832
|
-
lastUpdated:
|
|
1832
|
+
lastUpdated: 1726477425000,
|
|
1833
1833
|
component: true,
|
|
1834
1834
|
docs: "https://vueuse.org/core/usePreferredContrast/",
|
|
1835
1835
|
category: "Browser",
|
|
@@ -1838,7 +1838,7 @@ var functions$1 = [
|
|
|
1838
1838
|
{
|
|
1839
1839
|
name: "usePreferredDark",
|
|
1840
1840
|
"package": "core",
|
|
1841
|
-
lastUpdated:
|
|
1841
|
+
lastUpdated: 1726477425000,
|
|
1842
1842
|
component: true,
|
|
1843
1843
|
docs: "https://vueuse.org/core/usePreferredDark/",
|
|
1844
1844
|
category: "Browser",
|
|
@@ -1851,7 +1851,7 @@ var functions$1 = [
|
|
|
1851
1851
|
{
|
|
1852
1852
|
name: "usePreferredLanguages",
|
|
1853
1853
|
"package": "core",
|
|
1854
|
-
lastUpdated:
|
|
1854
|
+
lastUpdated: 1726477425000,
|
|
1855
1855
|
component: true,
|
|
1856
1856
|
docs: "https://vueuse.org/core/usePreferredLanguages/",
|
|
1857
1857
|
category: "Browser",
|
|
@@ -1860,7 +1860,7 @@ var functions$1 = [
|
|
|
1860
1860
|
{
|
|
1861
1861
|
name: "usePreferredReducedMotion",
|
|
1862
1862
|
"package": "core",
|
|
1863
|
-
lastUpdated:
|
|
1863
|
+
lastUpdated: 1726477425000,
|
|
1864
1864
|
component: true,
|
|
1865
1865
|
docs: "https://vueuse.org/core/usePreferredReducedMotion/",
|
|
1866
1866
|
category: "Browser",
|
|
@@ -1869,7 +1869,7 @@ var functions$1 = [
|
|
|
1869
1869
|
{
|
|
1870
1870
|
name: "usePrevious",
|
|
1871
1871
|
"package": "core",
|
|
1872
|
-
lastUpdated:
|
|
1872
|
+
lastUpdated: 1726477425000,
|
|
1873
1873
|
docs: "https://vueuse.org/core/usePrevious/",
|
|
1874
1874
|
category: "Utilities",
|
|
1875
1875
|
description: "holds the previous value of a ref"
|
|
@@ -1889,7 +1889,7 @@ var functions$1 = [
|
|
|
1889
1889
|
{
|
|
1890
1890
|
name: "useQRCode",
|
|
1891
1891
|
"package": "integrations",
|
|
1892
|
-
lastUpdated:
|
|
1892
|
+
lastUpdated: 1726477425000,
|
|
1893
1893
|
docs: "https://vueuse.org/integrations/useQRCode/",
|
|
1894
1894
|
category: "@Integrations",
|
|
1895
1895
|
description: "wrapper for [`qrcode`](https://github.com/soldair/node-qrcode)",
|
|
@@ -1898,7 +1898,7 @@ var functions$1 = [
|
|
|
1898
1898
|
{
|
|
1899
1899
|
name: "useRafFn",
|
|
1900
1900
|
"package": "core",
|
|
1901
|
-
lastUpdated:
|
|
1901
|
+
lastUpdated: 1726477425000,
|
|
1902
1902
|
docs: "https://vueuse.org/core/useRafFn/",
|
|
1903
1903
|
category: "Animation",
|
|
1904
1904
|
description: "call function on every `requestAnimationFrame`"
|
|
@@ -1906,7 +1906,7 @@ var functions$1 = [
|
|
|
1906
1906
|
{
|
|
1907
1907
|
name: "useRefHistory",
|
|
1908
1908
|
"package": "core",
|
|
1909
|
-
lastUpdated:
|
|
1909
|
+
lastUpdated: 1726477425000,
|
|
1910
1910
|
docs: "https://vueuse.org/core/useRefHistory/",
|
|
1911
1911
|
category: "State",
|
|
1912
1912
|
description: "track the change history of a ref",
|
|
@@ -1919,7 +1919,7 @@ var functions$1 = [
|
|
|
1919
1919
|
{
|
|
1920
1920
|
name: "useResizeObserver",
|
|
1921
1921
|
"package": "core",
|
|
1922
|
-
lastUpdated:
|
|
1922
|
+
lastUpdated: 1726477425000,
|
|
1923
1923
|
directive: true,
|
|
1924
1924
|
docs: "https://vueuse.org/core/useResizeObserver/",
|
|
1925
1925
|
category: "Elements",
|
|
@@ -1928,7 +1928,7 @@ var functions$1 = [
|
|
|
1928
1928
|
{
|
|
1929
1929
|
name: "useRound",
|
|
1930
1930
|
"package": "math",
|
|
1931
|
-
lastUpdated:
|
|
1931
|
+
lastUpdated: 1726477425000,
|
|
1932
1932
|
docs: "https://vueuse.org/math/useRound/",
|
|
1933
1933
|
category: "@Math",
|
|
1934
1934
|
description: "reactive `Math.round`"
|
|
@@ -1936,7 +1936,7 @@ var functions$1 = [
|
|
|
1936
1936
|
{
|
|
1937
1937
|
name: "useRouteHash",
|
|
1938
1938
|
"package": "router",
|
|
1939
|
-
lastUpdated:
|
|
1939
|
+
lastUpdated: 1726477425000,
|
|
1940
1940
|
docs: "https://vueuse.org/router/useRouteHash/",
|
|
1941
1941
|
category: "@Router",
|
|
1942
1942
|
description: "shorthand for a reactive `route.hash`"
|
|
@@ -1944,7 +1944,7 @@ var functions$1 = [
|
|
|
1944
1944
|
{
|
|
1945
1945
|
name: "useRouteParams",
|
|
1946
1946
|
"package": "router",
|
|
1947
|
-
lastUpdated:
|
|
1947
|
+
lastUpdated: 1726477425000,
|
|
1948
1948
|
docs: "https://vueuse.org/router/useRouteParams/",
|
|
1949
1949
|
category: "@Router",
|
|
1950
1950
|
description: "shorthand for a reactive `route.params`"
|
|
@@ -1952,7 +1952,7 @@ var functions$1 = [
|
|
|
1952
1952
|
{
|
|
1953
1953
|
name: "useRouteQuery",
|
|
1954
1954
|
"package": "router",
|
|
1955
|
-
lastUpdated:
|
|
1955
|
+
lastUpdated: 1726477425000,
|
|
1956
1956
|
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1957
1957
|
category: "@Router",
|
|
1958
1958
|
description: "shorthand for a reactive `route.query`"
|
|
@@ -1960,7 +1960,7 @@ var functions$1 = [
|
|
|
1960
1960
|
{
|
|
1961
1961
|
name: "useRTDB",
|
|
1962
1962
|
"package": "firebase",
|
|
1963
|
-
lastUpdated:
|
|
1963
|
+
lastUpdated: 1726477425000,
|
|
1964
1964
|
docs: "https://vueuse.org/firebase/useRTDB/",
|
|
1965
1965
|
category: "@Firebase",
|
|
1966
1966
|
description: "reactive [Firebase Realtime Database](https://firebase.google.com/docs/database) binding",
|
|
@@ -1976,7 +1976,7 @@ var functions$1 = [
|
|
|
1976
1976
|
{
|
|
1977
1977
|
name: "useScreenOrientation",
|
|
1978
1978
|
"package": "core",
|
|
1979
|
-
lastUpdated:
|
|
1979
|
+
lastUpdated: 1726477425000,
|
|
1980
1980
|
docs: "https://vueuse.org/core/useScreenOrientation/",
|
|
1981
1981
|
category: "Browser",
|
|
1982
1982
|
description: "reactive [Screen Orientation API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Orientation_API)"
|
|
@@ -1984,7 +1984,7 @@ var functions$1 = [
|
|
|
1984
1984
|
{
|
|
1985
1985
|
name: "useScreenSafeArea",
|
|
1986
1986
|
"package": "core",
|
|
1987
|
-
lastUpdated:
|
|
1987
|
+
lastUpdated: 1726477425000,
|
|
1988
1988
|
component: true,
|
|
1989
1989
|
docs: "https://vueuse.org/core/useScreenSafeArea/",
|
|
1990
1990
|
category: "Browser",
|
|
@@ -1993,7 +1993,7 @@ var functions$1 = [
|
|
|
1993
1993
|
{
|
|
1994
1994
|
name: "useScriptTag",
|
|
1995
1995
|
"package": "core",
|
|
1996
|
-
lastUpdated:
|
|
1996
|
+
lastUpdated: 1726477425000,
|
|
1997
1997
|
docs: "https://vueuse.org/core/useScriptTag/",
|
|
1998
1998
|
category: "Browser",
|
|
1999
1999
|
description: "creates a script tag"
|
|
@@ -2001,7 +2001,7 @@ var functions$1 = [
|
|
|
2001
2001
|
{
|
|
2002
2002
|
name: "useScroll",
|
|
2003
2003
|
"package": "core",
|
|
2004
|
-
lastUpdated:
|
|
2004
|
+
lastUpdated: 1726477425000,
|
|
2005
2005
|
directive: true,
|
|
2006
2006
|
docs: "https://vueuse.org/core/useScroll/",
|
|
2007
2007
|
category: "Sensors",
|
|
@@ -2010,7 +2010,7 @@ var functions$1 = [
|
|
|
2010
2010
|
{
|
|
2011
2011
|
name: "useScrollLock",
|
|
2012
2012
|
"package": "core",
|
|
2013
|
-
lastUpdated:
|
|
2013
|
+
lastUpdated: 1726477425000,
|
|
2014
2014
|
directive: true,
|
|
2015
2015
|
docs: "https://vueuse.org/core/useScrollLock/",
|
|
2016
2016
|
category: "Sensors",
|
|
@@ -2019,7 +2019,7 @@ var functions$1 = [
|
|
|
2019
2019
|
{
|
|
2020
2020
|
name: "useSessionStorage",
|
|
2021
2021
|
"package": "core",
|
|
2022
|
-
lastUpdated:
|
|
2022
|
+
lastUpdated: 1726477425000,
|
|
2023
2023
|
docs: "https://vueuse.org/core/useSessionStorage/",
|
|
2024
2024
|
category: "State",
|
|
2025
2025
|
description: "reactive [SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
|
@@ -2030,7 +2030,7 @@ var functions$1 = [
|
|
|
2030
2030
|
{
|
|
2031
2031
|
name: "useShare",
|
|
2032
2032
|
"package": "core",
|
|
2033
|
-
lastUpdated:
|
|
2033
|
+
lastUpdated: 1726477425000,
|
|
2034
2034
|
docs: "https://vueuse.org/core/useShare/",
|
|
2035
2035
|
category: "Browser",
|
|
2036
2036
|
description: "reactive [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share)"
|
|
@@ -2038,7 +2038,7 @@ var functions$1 = [
|
|
|
2038
2038
|
{
|
|
2039
2039
|
name: "useSortable",
|
|
2040
2040
|
"package": "integrations",
|
|
2041
|
-
lastUpdated:
|
|
2041
|
+
lastUpdated: 1726477425000,
|
|
2042
2042
|
component: true,
|
|
2043
2043
|
docs: "https://vueuse.org/integrations/useSortable/",
|
|
2044
2044
|
category: "@Integrations",
|
|
@@ -2048,7 +2048,7 @@ var functions$1 = [
|
|
|
2048
2048
|
{
|
|
2049
2049
|
name: "useSorted",
|
|
2050
2050
|
"package": "core",
|
|
2051
|
-
lastUpdated:
|
|
2051
|
+
lastUpdated: 1726477425000,
|
|
2052
2052
|
docs: "https://vueuse.org/core/useSorted/",
|
|
2053
2053
|
category: "Array",
|
|
2054
2054
|
description: "reactive sort array"
|
|
@@ -2063,7 +2063,7 @@ var functions$1 = [
|
|
|
2063
2063
|
{
|
|
2064
2064
|
name: "useSpeechRecognition",
|
|
2065
2065
|
"package": "core",
|
|
2066
|
-
lastUpdated:
|
|
2066
|
+
lastUpdated: 1726477425000,
|
|
2067
2067
|
docs: "https://vueuse.org/core/useSpeechRecognition/",
|
|
2068
2068
|
category: "Sensors",
|
|
2069
2069
|
description: "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
|
|
@@ -2071,7 +2071,7 @@ var functions$1 = [
|
|
|
2071
2071
|
{
|
|
2072
2072
|
name: "useSpeechSynthesis",
|
|
2073
2073
|
"package": "core",
|
|
2074
|
-
lastUpdated:
|
|
2074
|
+
lastUpdated: 1726477425000,
|
|
2075
2075
|
docs: "https://vueuse.org/core/useSpeechSynthesis/",
|
|
2076
2076
|
category: "Sensors",
|
|
2077
2077
|
description: "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
|
|
@@ -2094,7 +2094,7 @@ var functions$1 = [
|
|
|
2094
2094
|
{
|
|
2095
2095
|
name: "useStorage",
|
|
2096
2096
|
"package": "core",
|
|
2097
|
-
lastUpdated:
|
|
2097
|
+
lastUpdated: 1726477425000,
|
|
2098
2098
|
docs: "https://vueuse.org/core/useStorage/",
|
|
2099
2099
|
category: "State",
|
|
2100
2100
|
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)",
|
|
@@ -2109,7 +2109,7 @@ var functions$1 = [
|
|
|
2109
2109
|
{
|
|
2110
2110
|
name: "useStorageAsync",
|
|
2111
2111
|
"package": "core",
|
|
2112
|
-
lastUpdated:
|
|
2112
|
+
lastUpdated: 1726477425000,
|
|
2113
2113
|
docs: "https://vueuse.org/core/useStorageAsync/",
|
|
2114
2114
|
category: "State",
|
|
2115
2115
|
description: "reactive Storage in with async support",
|
|
@@ -2120,7 +2120,7 @@ var functions$1 = [
|
|
|
2120
2120
|
{
|
|
2121
2121
|
name: "useStyleTag",
|
|
2122
2122
|
"package": "core",
|
|
2123
|
-
lastUpdated:
|
|
2123
|
+
lastUpdated: 1726477425000,
|
|
2124
2124
|
docs: "https://vueuse.org/core/useStyleTag/",
|
|
2125
2125
|
category: "Browser",
|
|
2126
2126
|
description: "inject reactive `style` element in head"
|
|
@@ -2128,7 +2128,7 @@ var functions$1 = [
|
|
|
2128
2128
|
{
|
|
2129
2129
|
name: "useSubject",
|
|
2130
2130
|
"package": "rxjs",
|
|
2131
|
-
lastUpdated:
|
|
2131
|
+
lastUpdated: 1726477425000,
|
|
2132
2132
|
docs: "https://vueuse.org/rxjs/useSubject/",
|
|
2133
2133
|
category: "@RxJS",
|
|
2134
2134
|
description: "bind an RxJS [`Subject`](https://rxjs.dev/guide/subject) to a `ref` and propagate value changes both ways"
|
|
@@ -2144,7 +2144,7 @@ var functions$1 = [
|
|
|
2144
2144
|
{
|
|
2145
2145
|
name: "useSum",
|
|
2146
2146
|
"package": "math",
|
|
2147
|
-
lastUpdated:
|
|
2147
|
+
lastUpdated: 1726477425000,
|
|
2148
2148
|
docs: "https://vueuse.org/math/useSum/",
|
|
2149
2149
|
category: "@Math",
|
|
2150
2150
|
description: "get the sum of an array reactively"
|
|
@@ -2160,7 +2160,7 @@ var functions$1 = [
|
|
|
2160
2160
|
{
|
|
2161
2161
|
name: "useSwipe",
|
|
2162
2162
|
"package": "core",
|
|
2163
|
-
lastUpdated:
|
|
2163
|
+
lastUpdated: 1726477425000,
|
|
2164
2164
|
docs: "https://vueuse.org/core/useSwipe/",
|
|
2165
2165
|
category: "Sensors",
|
|
2166
2166
|
description: "reactive swipe detection based on [`TouchEvents`](https://developer.mozilla.org/en-US/docs/Web/API/TouchEvent)"
|
|
@@ -2176,7 +2176,7 @@ var functions$1 = [
|
|
|
2176
2176
|
{
|
|
2177
2177
|
name: "useTextareaAutosize",
|
|
2178
2178
|
"package": "core",
|
|
2179
|
-
lastUpdated:
|
|
2179
|
+
lastUpdated: 1726477425000,
|
|
2180
2180
|
docs: "https://vueuse.org/core/useTextareaAutosize/",
|
|
2181
2181
|
category: "Browser",
|
|
2182
2182
|
description: "automatically update the height of a textarea depending on the content"
|
|
@@ -2184,7 +2184,7 @@ var functions$1 = [
|
|
|
2184
2184
|
{
|
|
2185
2185
|
name: "useTextDirection",
|
|
2186
2186
|
"package": "core",
|
|
2187
|
-
lastUpdated:
|
|
2187
|
+
lastUpdated: 1726477425000,
|
|
2188
2188
|
docs: "https://vueuse.org/core/useTextDirection/",
|
|
2189
2189
|
category: "Browser",
|
|
2190
2190
|
description: "reactive [dir](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir) of the element's text"
|
|
@@ -2192,7 +2192,7 @@ var functions$1 = [
|
|
|
2192
2192
|
{
|
|
2193
2193
|
name: "useTextSelection",
|
|
2194
2194
|
"package": "core",
|
|
2195
|
-
lastUpdated:
|
|
2195
|
+
lastUpdated: 1726477425000,
|
|
2196
2196
|
docs: "https://vueuse.org/core/useTextSelection/",
|
|
2197
2197
|
category: "Sensors",
|
|
2198
2198
|
description: "reactively track user text selection based on [`Window.getSelection`](https://developer.mozilla.org/en-US/docs/Web/API/Window/getSelection)"
|
|
@@ -2200,7 +2200,7 @@ var functions$1 = [
|
|
|
2200
2200
|
{
|
|
2201
2201
|
name: "useThrottledRefHistory",
|
|
2202
2202
|
"package": "core",
|
|
2203
|
-
lastUpdated:
|
|
2203
|
+
lastUpdated: 1726477425000,
|
|
2204
2204
|
docs: "https://vueuse.org/core/useThrottledRefHistory/",
|
|
2205
2205
|
category: "State",
|
|
2206
2206
|
description: "shorthand for `useRefHistory` with throttled filter",
|
|
@@ -2225,7 +2225,7 @@ var functions$1 = [
|
|
|
2225
2225
|
{
|
|
2226
2226
|
name: "useTimeAgo",
|
|
2227
2227
|
"package": "core",
|
|
2228
|
-
lastUpdated:
|
|
2228
|
+
lastUpdated: 1726477425000,
|
|
2229
2229
|
component: true,
|
|
2230
2230
|
docs: "https://vueuse.org/core/useTimeAgo/",
|
|
2231
2231
|
category: "Time",
|
|
@@ -2234,7 +2234,7 @@ var functions$1 = [
|
|
|
2234
2234
|
{
|
|
2235
2235
|
name: "useTimeout",
|
|
2236
2236
|
"package": "shared",
|
|
2237
|
-
lastUpdated:
|
|
2237
|
+
lastUpdated: 1726477425000,
|
|
2238
2238
|
docs: "https://vueuse.org/shared/useTimeout/",
|
|
2239
2239
|
category: "Animation",
|
|
2240
2240
|
description: "update value after a given time with controls"
|
|
@@ -2242,7 +2242,7 @@ var functions$1 = [
|
|
|
2242
2242
|
{
|
|
2243
2243
|
name: "useTimeoutFn",
|
|
2244
2244
|
"package": "shared",
|
|
2245
|
-
lastUpdated:
|
|
2245
|
+
lastUpdated: 1726477425000,
|
|
2246
2246
|
docs: "https://vueuse.org/shared/useTimeoutFn/",
|
|
2247
2247
|
category: "Animation",
|
|
2248
2248
|
description: "wrapper for `setTimeout` with controls"
|
|
@@ -2250,7 +2250,7 @@ var functions$1 = [
|
|
|
2250
2250
|
{
|
|
2251
2251
|
name: "useTimeoutPoll",
|
|
2252
2252
|
"package": "core",
|
|
2253
|
-
lastUpdated:
|
|
2253
|
+
lastUpdated: 1726477425000,
|
|
2254
2254
|
docs: "https://vueuse.org/core/useTimeoutPoll/",
|
|
2255
2255
|
category: "Utilities",
|
|
2256
2256
|
description: "use timeout to poll something"
|
|
@@ -2258,7 +2258,7 @@ var functions$1 = [
|
|
|
2258
2258
|
{
|
|
2259
2259
|
name: "useTimestamp",
|
|
2260
2260
|
"package": "core",
|
|
2261
|
-
lastUpdated:
|
|
2261
|
+
lastUpdated: 1726477425000,
|
|
2262
2262
|
component: true,
|
|
2263
2263
|
docs: "https://vueuse.org/core/useTimestamp/",
|
|
2264
2264
|
category: "Animation",
|
|
@@ -2267,7 +2267,7 @@ var functions$1 = [
|
|
|
2267
2267
|
{
|
|
2268
2268
|
name: "useTitle",
|
|
2269
2269
|
"package": "core",
|
|
2270
|
-
lastUpdated:
|
|
2270
|
+
lastUpdated: 1726477425000,
|
|
2271
2271
|
docs: "https://vueuse.org/core/useTitle/",
|
|
2272
2272
|
category: "Browser",
|
|
2273
2273
|
description: "reactive document title"
|
|
@@ -2275,7 +2275,7 @@ var functions$1 = [
|
|
|
2275
2275
|
{
|
|
2276
2276
|
name: "useToggle",
|
|
2277
2277
|
"package": "shared",
|
|
2278
|
-
lastUpdated:
|
|
2278
|
+
lastUpdated: 1726477425000,
|
|
2279
2279
|
docs: "https://vueuse.org/shared/useToggle/",
|
|
2280
2280
|
category: "Utilities",
|
|
2281
2281
|
description: "a boolean switcher with utility functions"
|
|
@@ -2283,7 +2283,7 @@ var functions$1 = [
|
|
|
2283
2283
|
{
|
|
2284
2284
|
name: "useToNumber",
|
|
2285
2285
|
"package": "shared",
|
|
2286
|
-
lastUpdated:
|
|
2286
|
+
lastUpdated: 1726477425000,
|
|
2287
2287
|
docs: "https://vueuse.org/shared/useToNumber/",
|
|
2288
2288
|
category: "Utilities",
|
|
2289
2289
|
description: "reactively convert a string ref to number"
|
|
@@ -2291,7 +2291,7 @@ var functions$1 = [
|
|
|
2291
2291
|
{
|
|
2292
2292
|
name: "useToString",
|
|
2293
2293
|
"package": "shared",
|
|
2294
|
-
lastUpdated:
|
|
2294
|
+
lastUpdated: 1726477425000,
|
|
2295
2295
|
docs: "https://vueuse.org/shared/useToString/",
|
|
2296
2296
|
category: "Utilities",
|
|
2297
2297
|
description: "reactively convert a ref to string"
|
|
@@ -2299,7 +2299,7 @@ var functions$1 = [
|
|
|
2299
2299
|
{
|
|
2300
2300
|
name: "useTransition",
|
|
2301
2301
|
"package": "core",
|
|
2302
|
-
lastUpdated:
|
|
2302
|
+
lastUpdated: 1726477425000,
|
|
2303
2303
|
docs: "https://vueuse.org/core/useTransition/",
|
|
2304
2304
|
category: "Animation",
|
|
2305
2305
|
description: "transition between values"
|
|
@@ -2307,7 +2307,7 @@ var functions$1 = [
|
|
|
2307
2307
|
{
|
|
2308
2308
|
name: "useTrunc",
|
|
2309
2309
|
"package": "math",
|
|
2310
|
-
lastUpdated:
|
|
2310
|
+
lastUpdated: 1726477425000,
|
|
2311
2311
|
docs: "https://vueuse.org/math/useTrunc/",
|
|
2312
2312
|
category: "@Math",
|
|
2313
2313
|
description: "reactive `Math.trunc`"
|
|
@@ -2315,7 +2315,7 @@ var functions$1 = [
|
|
|
2315
2315
|
{
|
|
2316
2316
|
name: "useUrlSearchParams",
|
|
2317
2317
|
"package": "core",
|
|
2318
|
-
lastUpdated:
|
|
2318
|
+
lastUpdated: 1726477425000,
|
|
2319
2319
|
docs: "https://vueuse.org/core/useUrlSearchParams/",
|
|
2320
2320
|
category: "Browser",
|
|
2321
2321
|
description: "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
|
@@ -2323,7 +2323,7 @@ var functions$1 = [
|
|
|
2323
2323
|
{
|
|
2324
2324
|
name: "useUserMedia",
|
|
2325
2325
|
"package": "core",
|
|
2326
|
-
lastUpdated:
|
|
2326
|
+
lastUpdated: 1726477425000,
|
|
2327
2327
|
docs: "https://vueuse.org/core/useUserMedia/",
|
|
2328
2328
|
category: "Sensors",
|
|
2329
2329
|
description: "reactive [`mediaDevices.getUserMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia) streaming",
|
|
@@ -2336,7 +2336,7 @@ var functions$1 = [
|
|
|
2336
2336
|
{
|
|
2337
2337
|
name: "useVibrate",
|
|
2338
2338
|
"package": "core",
|
|
2339
|
-
lastUpdated:
|
|
2339
|
+
lastUpdated: 1726477425000,
|
|
2340
2340
|
docs: "https://vueuse.org/core/useVibrate/",
|
|
2341
2341
|
category: "Browser",
|
|
2342
2342
|
description: "reactive [Vibration API](https://developer.mozilla.org/en-US/docs/Web/API/Vibration_API)"
|
|
@@ -2353,7 +2353,7 @@ var functions$1 = [
|
|
|
2353
2353
|
{
|
|
2354
2354
|
name: "useVModel",
|
|
2355
2355
|
"package": "core",
|
|
2356
|
-
lastUpdated:
|
|
2356
|
+
lastUpdated: 1726477425000,
|
|
2357
2357
|
docs: "https://vueuse.org/core/useVModel/",
|
|
2358
2358
|
category: "Component",
|
|
2359
2359
|
description: "shorthand for v-model binding",
|
|
@@ -2375,7 +2375,7 @@ var functions$1 = [
|
|
|
2375
2375
|
{
|
|
2376
2376
|
name: "useWakeLock",
|
|
2377
2377
|
"package": "core",
|
|
2378
|
-
lastUpdated:
|
|
2378
|
+
lastUpdated: 1726477425000,
|
|
2379
2379
|
docs: "https://vueuse.org/core/useWakeLock/",
|
|
2380
2380
|
category: "Browser",
|
|
2381
2381
|
description: "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API)"
|
|
@@ -2383,7 +2383,7 @@ var functions$1 = [
|
|
|
2383
2383
|
{
|
|
2384
2384
|
name: "useWebNotification",
|
|
2385
2385
|
"package": "core",
|
|
2386
|
-
lastUpdated:
|
|
2386
|
+
lastUpdated: 1726477425000,
|
|
2387
2387
|
docs: "https://vueuse.org/core/useWebNotification/",
|
|
2388
2388
|
category: "Browser",
|
|
2389
2389
|
description: "reactive [Notification](https://developer.mozilla.org/en-US/docs/Web/API/notification)"
|
|
@@ -2391,7 +2391,7 @@ var functions$1 = [
|
|
|
2391
2391
|
{
|
|
2392
2392
|
name: "useWebSocket",
|
|
2393
2393
|
"package": "core",
|
|
2394
|
-
lastUpdated:
|
|
2394
|
+
lastUpdated: 1726477425000,
|
|
2395
2395
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2396
2396
|
category: "Network",
|
|
2397
2397
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2399,7 +2399,7 @@ var functions$1 = [
|
|
|
2399
2399
|
{
|
|
2400
2400
|
name: "useWebWorker",
|
|
2401
2401
|
"package": "core",
|
|
2402
|
-
lastUpdated:
|
|
2402
|
+
lastUpdated: 1726477425000,
|
|
2403
2403
|
docs: "https://vueuse.org/core/useWebWorker/",
|
|
2404
2404
|
category: "Browser",
|
|
2405
2405
|
description: "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
|
|
@@ -2410,7 +2410,7 @@ var functions$1 = [
|
|
|
2410
2410
|
{
|
|
2411
2411
|
name: "useWebWorkerFn",
|
|
2412
2412
|
"package": "core",
|
|
2413
|
-
lastUpdated:
|
|
2413
|
+
lastUpdated: 1726477425000,
|
|
2414
2414
|
docs: "https://vueuse.org/core/useWebWorkerFn/",
|
|
2415
2415
|
category: "Browser",
|
|
2416
2416
|
description: "run expensive functions without blocking the UI",
|
|
@@ -2421,7 +2421,7 @@ var functions$1 = [
|
|
|
2421
2421
|
{
|
|
2422
2422
|
name: "useWindowFocus",
|
|
2423
2423
|
"package": "core",
|
|
2424
|
-
lastUpdated:
|
|
2424
|
+
lastUpdated: 1726477425000,
|
|
2425
2425
|
component: true,
|
|
2426
2426
|
docs: "https://vueuse.org/core/useWindowFocus/",
|
|
2427
2427
|
category: "Elements",
|
|
@@ -2430,7 +2430,7 @@ var functions$1 = [
|
|
|
2430
2430
|
{
|
|
2431
2431
|
name: "useWindowScroll",
|
|
2432
2432
|
"package": "core",
|
|
2433
|
-
lastUpdated:
|
|
2433
|
+
lastUpdated: 1726477425000,
|
|
2434
2434
|
docs: "https://vueuse.org/core/useWindowScroll/",
|
|
2435
2435
|
category: "Elements",
|
|
2436
2436
|
description: "reactive window scroll"
|
|
@@ -2438,7 +2438,7 @@ var functions$1 = [
|
|
|
2438
2438
|
{
|
|
2439
2439
|
name: "useWindowSize",
|
|
2440
2440
|
"package": "core",
|
|
2441
|
-
lastUpdated:
|
|
2441
|
+
lastUpdated: 1726477425000,
|
|
2442
2442
|
component: true,
|
|
2443
2443
|
docs: "https://vueuse.org/core/useWindowSize/",
|
|
2444
2444
|
category: "Elements",
|
|
@@ -2447,7 +2447,7 @@ var functions$1 = [
|
|
|
2447
2447
|
{
|
|
2448
2448
|
name: "useZoomFactor",
|
|
2449
2449
|
"package": "electron",
|
|
2450
|
-
lastUpdated:
|
|
2450
|
+
lastUpdated: 1726477425000,
|
|
2451
2451
|
docs: "https://vueuse.org/electron/useZoomFactor/",
|
|
2452
2452
|
category: "@Electron",
|
|
2453
2453
|
description: "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom factor"
|
|
@@ -2455,7 +2455,7 @@ var functions$1 = [
|
|
|
2455
2455
|
{
|
|
2456
2456
|
name: "useZoomLevel",
|
|
2457
2457
|
"package": "electron",
|
|
2458
|
-
lastUpdated:
|
|
2458
|
+
lastUpdated: 1726477425000,
|
|
2459
2459
|
docs: "https://vueuse.org/electron/useZoomLevel/",
|
|
2460
2460
|
category: "@Electron",
|
|
2461
2461
|
description: "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom level"
|
|
@@ -2463,7 +2463,7 @@ var functions$1 = [
|
|
|
2463
2463
|
{
|
|
2464
2464
|
name: "utils",
|
|
2465
2465
|
"package": "shared",
|
|
2466
|
-
lastUpdated:
|
|
2466
|
+
lastUpdated: 1726477425000,
|
|
2467
2467
|
internal: true
|
|
2468
2468
|
},
|
|
2469
2469
|
{
|
|
@@ -2477,7 +2477,7 @@ var functions$1 = [
|
|
|
2477
2477
|
{
|
|
2478
2478
|
name: "watchAtMost",
|
|
2479
2479
|
"package": "shared",
|
|
2480
|
-
lastUpdated:
|
|
2480
|
+
lastUpdated: 1726477425000,
|
|
2481
2481
|
docs: "https://vueuse.org/shared/watchAtMost/",
|
|
2482
2482
|
category: "Watch",
|
|
2483
2483
|
description: "`watch` with the number of times triggered"
|
|
@@ -2496,7 +2496,7 @@ var functions$1 = [
|
|
|
2496
2496
|
{
|
|
2497
2497
|
name: "watchDeep",
|
|
2498
2498
|
"package": "shared",
|
|
2499
|
-
lastUpdated:
|
|
2499
|
+
lastUpdated: 1726477425000,
|
|
2500
2500
|
docs: "https://vueuse.org/shared/watchDeep/",
|
|
2501
2501
|
category: "Watch",
|
|
2502
2502
|
description: "shorthand for watching value with `{deep: true}`"
|
|
@@ -2504,7 +2504,7 @@ var functions$1 = [
|
|
|
2504
2504
|
{
|
|
2505
2505
|
name: "watchExtractedObservable",
|
|
2506
2506
|
"package": "rxjs",
|
|
2507
|
-
lastUpdated:
|
|
2507
|
+
lastUpdated: 1726477425000,
|
|
2508
2508
|
docs: "https://vueuse.org/rxjs/watchExtractedObservable/",
|
|
2509
2509
|
category: "@RxJS",
|
|
2510
2510
|
description: "watch the values of an RxJS [`Observable`](https://rxjs.dev/guide/observable) as extracted from one or more composables"
|
|
@@ -2512,7 +2512,7 @@ var functions$1 = [
|
|
|
2512
2512
|
{
|
|
2513
2513
|
name: "watchIgnorable",
|
|
2514
2514
|
"package": "shared",
|
|
2515
|
-
lastUpdated:
|
|
2515
|
+
lastUpdated: 1726477425000,
|
|
2516
2516
|
docs: "https://vueuse.org/shared/watchIgnorable/",
|
|
2517
2517
|
category: "Watch",
|
|
2518
2518
|
description: "ignorable watch",
|
|
@@ -2523,7 +2523,7 @@ var functions$1 = [
|
|
|
2523
2523
|
{
|
|
2524
2524
|
name: "watchImmediate",
|
|
2525
2525
|
"package": "shared",
|
|
2526
|
-
lastUpdated:
|
|
2526
|
+
lastUpdated: 1726477425000,
|
|
2527
2527
|
docs: "https://vueuse.org/shared/watchImmediate/",
|
|
2528
2528
|
category: "Watch",
|
|
2529
2529
|
description: "shorthand for watching value with `{immediate: true}`"
|
|
@@ -2531,7 +2531,7 @@ var functions$1 = [
|
|
|
2531
2531
|
{
|
|
2532
2532
|
name: "watchOnce",
|
|
2533
2533
|
"package": "shared",
|
|
2534
|
-
lastUpdated:
|
|
2534
|
+
lastUpdated: 1726477425000,
|
|
2535
2535
|
docs: "https://vueuse.org/shared/watchOnce/",
|
|
2536
2536
|
category: "Watch",
|
|
2537
2537
|
description: "`watch` that only triggers once"
|
|
@@ -2539,7 +2539,7 @@ var functions$1 = [
|
|
|
2539
2539
|
{
|
|
2540
2540
|
name: "watchPausable",
|
|
2541
2541
|
"package": "shared",
|
|
2542
|
-
lastUpdated:
|
|
2542
|
+
lastUpdated: 1726477425000,
|
|
2543
2543
|
docs: "https://vueuse.org/shared/watchPausable/",
|
|
2544
2544
|
category: "Watch",
|
|
2545
2545
|
description: "pausable watch",
|
|
@@ -2561,7 +2561,7 @@ var functions$1 = [
|
|
|
2561
2561
|
{
|
|
2562
2562
|
name: "watchTriggerable",
|
|
2563
2563
|
"package": "shared",
|
|
2564
|
-
lastUpdated:
|
|
2564
|
+
lastUpdated: 1726477425000,
|
|
2565
2565
|
docs: "https://vueuse.org/shared/watchTriggerable/",
|
|
2566
2566
|
category: "Watch",
|
|
2567
2567
|
description: "watch that can be triggered manually"
|
|
@@ -2569,7 +2569,7 @@ var functions$1 = [
|
|
|
2569
2569
|
{
|
|
2570
2570
|
name: "watchWithFilter",
|
|
2571
2571
|
"package": "shared",
|
|
2572
|
-
lastUpdated:
|
|
2572
|
+
lastUpdated: 1726477425000,
|
|
2573
2573
|
docs: "https://vueuse.org/shared/watchWithFilter/",
|
|
2574
2574
|
category: "Watch",
|
|
2575
2575
|
description: "`watch` with additional EventFilter control"
|