@vueuse/metadata 11.3.0 → 12.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/index.cjs +239 -239
  2. package/index.json +239 -239
  3. package/index.mjs +239 -239
  4. package/package.json +1 -1
package/index.mjs CHANGED
@@ -164,7 +164,7 @@ var functions$1 = [
164
164
  {
165
165
  name: "computedAsync",
166
166
  "package": "core",
167
- lastUpdated: 1726477425000,
167
+ lastUpdated: 1732178709000,
168
168
  docs: "https://vueuse.org/core/computedAsync/",
169
169
  category: "Reactivity",
170
170
  description: "computed for async functions",
@@ -175,7 +175,7 @@ var functions$1 = [
175
175
  {
176
176
  name: "computedEager",
177
177
  "package": "shared",
178
- lastUpdated: 1704254074000,
178
+ lastUpdated: 1732178709000,
179
179
  docs: "https://vueuse.org/shared/computedEager/",
180
180
  category: "Reactivity",
181
181
  description: "eager computed without lazy evaluation",
@@ -186,7 +186,7 @@ var functions$1 = [
186
186
  {
187
187
  name: "computedInject",
188
188
  "package": "core",
189
- lastUpdated: 1662388825000,
189
+ lastUpdated: 1732178709000,
190
190
  docs: "https://vueuse.org/core/computedInject/",
191
191
  category: "Component",
192
192
  description: "combine computed and inject"
@@ -194,7 +194,7 @@ var functions$1 = [
194
194
  {
195
195
  name: "computedWithControl",
196
196
  "package": "shared",
197
- lastUpdated: 1726477425000,
197
+ lastUpdated: 1732178709000,
198
198
  docs: "https://vueuse.org/shared/computedWithControl/",
199
199
  category: "Reactivity",
200
200
  description: "explicitly define the dependencies of computed",
@@ -216,7 +216,7 @@ var functions$1 = [
216
216
  {
217
217
  name: "createGenericProjection",
218
218
  "package": "math",
219
- lastUpdated: 1726477425000,
219
+ lastUpdated: 1732178709000,
220
220
  docs: "https://vueuse.org/math/createGenericProjection/",
221
221
  category: "@Math",
222
222
  description: "generic version of `createProjection`",
@@ -228,7 +228,7 @@ var functions$1 = [
228
228
  {
229
229
  name: "createGlobalState",
230
230
  "package": "shared",
231
- lastUpdated: 1726477425000,
231
+ lastUpdated: 1732178709000,
232
232
  docs: "https://vueuse.org/shared/createGlobalState/",
233
233
  category: "State",
234
234
  description: "keep states in the global scope to be reusable across Vue instances",
@@ -246,7 +246,7 @@ var functions$1 = [
246
246
  {
247
247
  name: "createInjectionState",
248
248
  "package": "shared",
249
- lastUpdated: 1726477425000,
249
+ lastUpdated: 1732178709000,
250
250
  docs: "https://vueuse.org/shared/createInjectionState/",
251
251
  category: "State",
252
252
  description: "create global state that can be injected into components"
@@ -266,7 +266,7 @@ var functions$1 = [
266
266
  {
267
267
  name: "createReusableTemplate",
268
268
  "package": "core",
269
- lastUpdated: 1726477425000,
269
+ lastUpdated: 1732178709000,
270
270
  docs: "https://vueuse.org/core/createReusableTemplate/",
271
271
  category: "Component",
272
272
  description: "define and reuse template inside the component scope"
@@ -281,7 +281,7 @@ var functions$1 = [
281
281
  {
282
282
  name: "createSharedComposable",
283
283
  "package": "shared",
284
- lastUpdated: 1726477425000,
284
+ lastUpdated: 1732178709000,
285
285
  docs: "https://vueuse.org/shared/createSharedComposable/",
286
286
  category: "State",
287
287
  description: "make a composable function usable with multiple Vue instances",
@@ -292,7 +292,7 @@ var functions$1 = [
292
292
  {
293
293
  name: "createTemplatePromise",
294
294
  "package": "core",
295
- lastUpdated: 1726477425000,
295
+ lastUpdated: 1732178709000,
296
296
  docs: "https://vueuse.org/core/createTemplatePromise/",
297
297
  category: "Component",
298
298
  description: "template as Promise"
@@ -311,7 +311,7 @@ var functions$1 = [
311
311
  {
312
312
  name: "extendRef",
313
313
  "package": "shared",
314
- lastUpdated: 1681420351000,
314
+ lastUpdated: 1732178709000,
315
315
  docs: "https://vueuse.org/shared/extendRef/",
316
316
  category: "Reactivity",
317
317
  description: "add extra attributes to Ref"
@@ -319,7 +319,7 @@ var functions$1 = [
319
319
  {
320
320
  name: "from",
321
321
  "package": "rxjs",
322
- lastUpdated: 1726477425000,
322
+ lastUpdated: 1732178709000,
323
323
  docs: "https://vueuse.org/rxjs/from/",
324
324
  category: "@RxJS",
325
325
  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"
@@ -327,7 +327,7 @@ var functions$1 = [
327
327
  {
328
328
  name: "get",
329
329
  "package": "shared",
330
- lastUpdated: 1726477425000,
330
+ lastUpdated: 1732178709000,
331
331
  docs: "https://vueuse.org/shared/get/",
332
332
  category: "Utilities",
333
333
  description: "shorthand for accessing `ref.value`"
@@ -335,7 +335,7 @@ var functions$1 = [
335
335
  {
336
336
  name: "injectLocal",
337
337
  "package": "shared",
338
- lastUpdated: 1696687552000,
338
+ lastUpdated: 1732178709000,
339
339
  docs: "https://vueuse.org/shared/injectLocal/",
340
340
  category: "State",
341
341
  description: "extended `inject` with ability to call `provideLocal` to provide the value in the same component"
@@ -343,7 +343,7 @@ var functions$1 = [
343
343
  {
344
344
  name: "isDefined",
345
345
  "package": "shared",
346
- lastUpdated: 1723558260000,
346
+ lastUpdated: 1732178709000,
347
347
  docs: "https://vueuse.org/shared/isDefined/",
348
348
  category: "Utilities",
349
349
  description: "non-nullish checking type guard for Ref"
@@ -351,7 +351,7 @@ var functions$1 = [
351
351
  {
352
352
  name: "logicAnd",
353
353
  "package": "math",
354
- lastUpdated: 1726477425000,
354
+ lastUpdated: 1732178709000,
355
355
  docs: "https://vueuse.org/math/logicAnd/",
356
356
  category: "@Math",
357
357
  description: "`AND` condition for refs",
@@ -366,7 +366,7 @@ var functions$1 = [
366
366
  {
367
367
  name: "logicNot",
368
368
  "package": "math",
369
- lastUpdated: 1726477425000,
369
+ lastUpdated: 1732178709000,
370
370
  docs: "https://vueuse.org/math/logicNot/",
371
371
  category: "@Math",
372
372
  description: "`NOT` condition for ref",
@@ -381,7 +381,7 @@ var functions$1 = [
381
381
  {
382
382
  name: "logicOr",
383
383
  "package": "math",
384
- lastUpdated: 1726477425000,
384
+ lastUpdated: 1732178709000,
385
385
  docs: "https://vueuse.org/math/logicOr/",
386
386
  category: "@Math",
387
387
  description: "`OR` conditions for refs",
@@ -404,7 +404,7 @@ var functions$1 = [
404
404
  {
405
405
  name: "onClickOutside",
406
406
  "package": "core",
407
- lastUpdated: 1732176345000,
407
+ lastUpdated: 1732178709000,
408
408
  component: true,
409
409
  directive: true,
410
410
  docs: "https://vueuse.org/core/onClickOutside/",
@@ -423,7 +423,7 @@ var functions$1 = [
423
423
  {
424
424
  name: "onLongPress",
425
425
  "package": "core",
426
- lastUpdated: 1726477425000,
426
+ lastUpdated: 1732178709000,
427
427
  component: true,
428
428
  directive: true,
429
429
  docs: "https://vueuse.org/core/onLongPress/",
@@ -441,7 +441,7 @@ var functions$1 = [
441
441
  {
442
442
  name: "provideLocal",
443
443
  "package": "shared",
444
- lastUpdated: 1696687552000,
444
+ lastUpdated: 1732178709000,
445
445
  docs: "https://vueuse.org/shared/provideLocal/",
446
446
  category: "State",
447
447
  description: "extended `provide` with ability to call `injectLocal` to obtain the value in the same component"
@@ -449,7 +449,7 @@ var functions$1 = [
449
449
  {
450
450
  name: "reactify",
451
451
  "package": "shared",
452
- lastUpdated: 1726477425000,
452
+ lastUpdated: 1732178709000,
453
453
  docs: "https://vueuse.org/shared/reactify/",
454
454
  category: "Reactivity",
455
455
  description: "converts plain functions into reactive functions",
@@ -471,7 +471,7 @@ var functions$1 = [
471
471
  {
472
472
  name: "reactiveComputed",
473
473
  "package": "shared",
474
- lastUpdated: 1690729590000,
474
+ lastUpdated: 1732178709000,
475
475
  docs: "https://vueuse.org/shared/reactiveComputed/",
476
476
  category: "Reactivity",
477
477
  description: "computed reactive object"
@@ -479,7 +479,7 @@ var functions$1 = [
479
479
  {
480
480
  name: "reactiveOmit",
481
481
  "package": "shared",
482
- lastUpdated: 1726477425000,
482
+ lastUpdated: 1732178709000,
483
483
  docs: "https://vueuse.org/shared/reactiveOmit/",
484
484
  category: "Reactivity",
485
485
  description: "reactively omit fields from a reactive object"
@@ -487,7 +487,7 @@ var functions$1 = [
487
487
  {
488
488
  name: "reactivePick",
489
489
  "package": "shared",
490
- lastUpdated: 1726477425000,
490
+ lastUpdated: 1732178709000,
491
491
  docs: "https://vueuse.org/shared/reactivePick/",
492
492
  category: "Reactivity",
493
493
  description: "reactively pick fields from a reactive object"
@@ -495,7 +495,7 @@ var functions$1 = [
495
495
  {
496
496
  name: "refAutoReset",
497
497
  "package": "shared",
498
- lastUpdated: 1726477425000,
498
+ lastUpdated: 1732178709000,
499
499
  docs: "https://vueuse.org/shared/refAutoReset/",
500
500
  category: "Reactivity",
501
501
  description: "a ref which will be reset to the default value after some time",
@@ -506,7 +506,7 @@ var functions$1 = [
506
506
  {
507
507
  name: "refDebounced",
508
508
  "package": "shared",
509
- lastUpdated: 1726477425000,
509
+ lastUpdated: 1732178709000,
510
510
  docs: "https://vueuse.org/shared/refDebounced/",
511
511
  category: "Reactivity",
512
512
  description: "debounce execution of a ref value",
@@ -521,7 +521,7 @@ var functions$1 = [
521
521
  {
522
522
  name: "refDefault",
523
523
  "package": "shared",
524
- lastUpdated: 1695452523000,
524
+ lastUpdated: 1732178709000,
525
525
  docs: "https://vueuse.org/shared/refDefault/",
526
526
  category: "Reactivity",
527
527
  description: "apply default value to a ref"
@@ -529,7 +529,7 @@ var functions$1 = [
529
529
  {
530
530
  name: "refThrottled",
531
531
  "package": "shared",
532
- lastUpdated: 1695452523000,
532
+ lastUpdated: 1732178709000,
533
533
  docs: "https://vueuse.org/shared/refThrottled/",
534
534
  category: "Reactivity",
535
535
  description: "throttle changing of a ref value",
@@ -544,7 +544,7 @@ var functions$1 = [
544
544
  {
545
545
  name: "refWithControl",
546
546
  "package": "shared",
547
- lastUpdated: 1726477425000,
547
+ lastUpdated: 1732178709000,
548
548
  docs: "https://vueuse.org/shared/refWithControl/",
549
549
  category: "Reactivity",
550
550
  description: "fine-grained controls over ref and its reactivity",
@@ -558,7 +558,7 @@ var functions$1 = [
558
558
  {
559
559
  name: "set",
560
560
  "package": "shared",
561
- lastUpdated: 1642756441000,
561
+ lastUpdated: 1732178709000,
562
562
  docs: "https://vueuse.org/shared/set/",
563
563
  category: "Utilities",
564
564
  description: "shorthand for `ref.value = x`"
@@ -566,7 +566,7 @@ var functions$1 = [
566
566
  {
567
567
  name: "syncRef",
568
568
  "package": "shared",
569
- lastUpdated: 1726477425000,
569
+ lastUpdated: 1732178709000,
570
570
  docs: "https://vueuse.org/shared/syncRef/",
571
571
  category: "Reactivity",
572
572
  description: "two-way refs synchronization",
@@ -577,7 +577,7 @@ var functions$1 = [
577
577
  {
578
578
  name: "syncRefs",
579
579
  "package": "shared",
580
- lastUpdated: 1726477425000,
580
+ lastUpdated: 1732178709000,
581
581
  docs: "https://vueuse.org/shared/syncRefs/",
582
582
  category: "Reactivity",
583
583
  description: "keep target refs in sync with a source ref",
@@ -588,7 +588,7 @@ var functions$1 = [
588
588
  {
589
589
  name: "templateRef",
590
590
  "package": "core",
591
- lastUpdated: 1726477425000,
591
+ lastUpdated: 1732178709000,
592
592
  docs: "https://vueuse.org/core/templateRef/",
593
593
  category: "Component",
594
594
  description: "shorthand for binding ref to template element"
@@ -596,7 +596,7 @@ var functions$1 = [
596
596
  {
597
597
  name: "toObserver",
598
598
  "package": "rxjs",
599
- lastUpdated: 1631130736000,
599
+ lastUpdated: 1732178709000,
600
600
  docs: "https://vueuse.org/rxjs/toObserver/",
601
601
  category: "@RxJS",
602
602
  description: "sugar function to convert a `ref` into an RxJS [Observer](https://rxjs.dev/guide/observer)"
@@ -604,7 +604,7 @@ var functions$1 = [
604
604
  {
605
605
  name: "toReactive",
606
606
  "package": "shared",
607
- lastUpdated: 1726477425000,
607
+ lastUpdated: 1732178709000,
608
608
  docs: "https://vueuse.org/shared/toReactive/",
609
609
  category: "Reactivity",
610
610
  description: "converts ref to reactive"
@@ -612,7 +612,7 @@ var functions$1 = [
612
612
  {
613
613
  name: "toRef",
614
614
  "package": "shared",
615
- lastUpdated: 1726477425000,
615
+ lastUpdated: 1732178709000,
616
616
  docs: "https://vueuse.org/shared/toRef/",
617
617
  category: "Reactivity",
618
618
  description: "normalize value/ref/getter to `ref` or `computed`",
@@ -626,7 +626,7 @@ var functions$1 = [
626
626
  {
627
627
  name: "toRefs",
628
628
  "package": "shared",
629
- lastUpdated: 1726477425000,
629
+ lastUpdated: 1732178709000,
630
630
  docs: "https://vueuse.org/shared/toRefs/",
631
631
  category: "Reactivity",
632
632
  description: "extended [`toRefs`](https://vuejs.org/api/reactivity-utilities.html#torefs) that also accepts refs of an object"
@@ -634,7 +634,7 @@ var functions$1 = [
634
634
  {
635
635
  name: "toValue",
636
636
  "package": "shared",
637
- lastUpdated: 1726477425000,
637
+ lastUpdated: 1732178709000,
638
638
  docs: "https://vueuse.org/shared/toValue/",
639
639
  category: "Reactivity",
640
640
  description: "get the value of value/ref/getter",
@@ -648,7 +648,7 @@ var functions$1 = [
648
648
  {
649
649
  name: "tryOnBeforeMount",
650
650
  "package": "shared",
651
- lastUpdated: 1703684866000,
651
+ lastUpdated: 1732178709000,
652
652
  docs: "https://vueuse.org/shared/tryOnBeforeMount/",
653
653
  category: "Component",
654
654
  description: "safe `onBeforeMount`"
@@ -656,7 +656,7 @@ var functions$1 = [
656
656
  {
657
657
  name: "tryOnBeforeUnmount",
658
658
  "package": "shared",
659
- lastUpdated: 1703684866000,
659
+ lastUpdated: 1732178709000,
660
660
  docs: "https://vueuse.org/shared/tryOnBeforeUnmount/",
661
661
  category: "Component",
662
662
  description: "safe `onBeforeUnmount`"
@@ -664,7 +664,7 @@ var functions$1 = [
664
664
  {
665
665
  name: "tryOnMounted",
666
666
  "package": "shared",
667
- lastUpdated: 1726477425000,
667
+ lastUpdated: 1732178709000,
668
668
  docs: "https://vueuse.org/shared/tryOnMounted/",
669
669
  category: "Component",
670
670
  description: "safe `onMounted`"
@@ -672,7 +672,7 @@ var functions$1 = [
672
672
  {
673
673
  name: "tryOnScopeDispose",
674
674
  "package": "shared",
675
- lastUpdated: 1726477425000,
675
+ lastUpdated: 1732178709000,
676
676
  docs: "https://vueuse.org/shared/tryOnScopeDispose/",
677
677
  category: "Component",
678
678
  description: "safe `onScopeDispose`"
@@ -680,7 +680,7 @@ var functions$1 = [
680
680
  {
681
681
  name: "tryOnUnmounted",
682
682
  "package": "shared",
683
- lastUpdated: 1703684866000,
683
+ lastUpdated: 1732178709000,
684
684
  docs: "https://vueuse.org/shared/tryOnUnmounted/",
685
685
  category: "Component",
686
686
  description: "safe `onUnmounted`"
@@ -688,7 +688,7 @@ var functions$1 = [
688
688
  {
689
689
  name: "unrefElement",
690
690
  "package": "core",
691
- lastUpdated: 1726477425000,
691
+ lastUpdated: 1732178709000,
692
692
  docs: "https://vueuse.org/core/unrefElement/",
693
693
  category: "Component",
694
694
  description: "retrieves the underlying DOM element from a Vue ref or component instance"
@@ -696,7 +696,7 @@ var functions$1 = [
696
696
  {
697
697
  name: "until",
698
698
  "package": "shared",
699
- lastUpdated: 1726477425000,
699
+ lastUpdated: 1732178709000,
700
700
  docs: "https://vueuse.org/shared/until/",
701
701
  category: "Watch",
702
702
  description: "promised one-time watch for changes"
@@ -704,7 +704,7 @@ var functions$1 = [
704
704
  {
705
705
  name: "useAbs",
706
706
  "package": "math",
707
- lastUpdated: 1726477425000,
707
+ lastUpdated: 1732178709000,
708
708
  docs: "https://vueuse.org/math/useAbs/",
709
709
  category: "@Math",
710
710
  description: "reactive `Math.abs`"
@@ -712,7 +712,7 @@ var functions$1 = [
712
712
  {
713
713
  name: "useActiveElement",
714
714
  "package": "core",
715
- lastUpdated: 1726477425000,
715
+ lastUpdated: 1732178709000,
716
716
  component: true,
717
717
  docs: "https://vueuse.org/core/useActiveElement/",
718
718
  category: "Elements",
@@ -721,7 +721,7 @@ var functions$1 = [
721
721
  {
722
722
  name: "useAnimate",
723
723
  "package": "core",
724
- lastUpdated: 1726477425000,
724
+ lastUpdated: 1732178709000,
725
725
  docs: "https://vueuse.org/core/useAnimate/",
726
726
  category: "Animation",
727
727
  description: "reactive [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API)"
@@ -729,7 +729,7 @@ var functions$1 = [
729
729
  {
730
730
  name: "useArrayDifference",
731
731
  "package": "shared",
732
- lastUpdated: 1726477425000,
732
+ lastUpdated: 1732178709000,
733
733
  docs: "https://vueuse.org/shared/useArrayDifference/",
734
734
  category: "Array",
735
735
  description: "reactive get array difference of two arrays"
@@ -737,7 +737,7 @@ var functions$1 = [
737
737
  {
738
738
  name: "useArrayEvery",
739
739
  "package": "shared",
740
- lastUpdated: 1726477425000,
740
+ lastUpdated: 1732178709000,
741
741
  docs: "https://vueuse.org/shared/useArrayEvery/",
742
742
  category: "Array",
743
743
  description: "reactive `Array.every`"
@@ -745,7 +745,7 @@ var functions$1 = [
745
745
  {
746
746
  name: "useArrayFilter",
747
747
  "package": "shared",
748
- lastUpdated: 1726477425000,
748
+ lastUpdated: 1732178709000,
749
749
  docs: "https://vueuse.org/shared/useArrayFilter/",
750
750
  category: "Array",
751
751
  description: "reactive `Array.filter`"
@@ -753,7 +753,7 @@ var functions$1 = [
753
753
  {
754
754
  name: "useArrayFind",
755
755
  "package": "shared",
756
- lastUpdated: 1726477425000,
756
+ lastUpdated: 1732178709000,
757
757
  docs: "https://vueuse.org/shared/useArrayFind/",
758
758
  category: "Array",
759
759
  description: "reactive `Array.find`"
@@ -761,7 +761,7 @@ var functions$1 = [
761
761
  {
762
762
  name: "useArrayFindIndex",
763
763
  "package": "shared",
764
- lastUpdated: 1726477425000,
764
+ lastUpdated: 1732178709000,
765
765
  docs: "https://vueuse.org/shared/useArrayFindIndex/",
766
766
  category: "Array",
767
767
  description: "reactive `Array.findIndex`"
@@ -769,7 +769,7 @@ var functions$1 = [
769
769
  {
770
770
  name: "useArrayFindLast",
771
771
  "package": "shared",
772
- lastUpdated: 1726477425000,
772
+ lastUpdated: 1732178709000,
773
773
  docs: "https://vueuse.org/shared/useArrayFindLast/",
774
774
  category: "Array",
775
775
  description: "reactive `Array.findLast`"
@@ -777,7 +777,7 @@ var functions$1 = [
777
777
  {
778
778
  name: "useArrayIncludes",
779
779
  "package": "shared",
780
- lastUpdated: 1726477425000,
780
+ lastUpdated: 1732178709000,
781
781
  docs: "https://vueuse.org/shared/useArrayIncludes/",
782
782
  category: "Array",
783
783
  description: "reactive `Array.includes`"
@@ -785,7 +785,7 @@ var functions$1 = [
785
785
  {
786
786
  name: "useArrayJoin",
787
787
  "package": "shared",
788
- lastUpdated: 1726477425000,
788
+ lastUpdated: 1732178709000,
789
789
  docs: "https://vueuse.org/shared/useArrayJoin/",
790
790
  category: "Array",
791
791
  description: "reactive `Array.join`"
@@ -793,7 +793,7 @@ var functions$1 = [
793
793
  {
794
794
  name: "useArrayMap",
795
795
  "package": "shared",
796
- lastUpdated: 1726477425000,
796
+ lastUpdated: 1732178709000,
797
797
  docs: "https://vueuse.org/shared/useArrayMap/",
798
798
  category: "Array",
799
799
  description: "reactive `Array.map`"
@@ -801,7 +801,7 @@ var functions$1 = [
801
801
  {
802
802
  name: "useArrayReduce",
803
803
  "package": "shared",
804
- lastUpdated: 1729788406000,
804
+ lastUpdated: 1732178709000,
805
805
  docs: "https://vueuse.org/shared/useArrayReduce/",
806
806
  category: "Array",
807
807
  description: "reactive `Array.reduce`"
@@ -809,7 +809,7 @@ var functions$1 = [
809
809
  {
810
810
  name: "useArraySome",
811
811
  "package": "shared",
812
- lastUpdated: 1726477425000,
812
+ lastUpdated: 1732178709000,
813
813
  docs: "https://vueuse.org/shared/useArraySome/",
814
814
  category: "Array",
815
815
  description: "reactive `Array.some`"
@@ -817,7 +817,7 @@ var functions$1 = [
817
817
  {
818
818
  name: "useArrayUnique",
819
819
  "package": "shared",
820
- lastUpdated: 1726477425000,
820
+ lastUpdated: 1732178709000,
821
821
  docs: "https://vueuse.org/shared/useArrayUnique/",
822
822
  category: "Array",
823
823
  description: "reactive unique array"
@@ -825,7 +825,7 @@ var functions$1 = [
825
825
  {
826
826
  name: "useAsyncQueue",
827
827
  "package": "core",
828
- lastUpdated: 1726477425000,
828
+ lastUpdated: 1732178709000,
829
829
  docs: "https://vueuse.org/core/useAsyncQueue/",
830
830
  category: "Utilities",
831
831
  description: "executes each asynchronous task sequentially and passes the current task result to the next task"
@@ -833,7 +833,7 @@ var functions$1 = [
833
833
  {
834
834
  name: "useAsyncState",
835
835
  "package": "core",
836
- lastUpdated: 1726477425000,
836
+ lastUpdated: 1732178709000,
837
837
  docs: "https://vueuse.org/core/useAsyncState/",
838
838
  category: "State",
839
839
  description: "reactive async state"
@@ -841,7 +841,7 @@ var functions$1 = [
841
841
  {
842
842
  name: "useAsyncValidator",
843
843
  "package": "integrations",
844
- lastUpdated: 1726477425000,
844
+ lastUpdated: 1732178709000,
845
845
  component: true,
846
846
  docs: "https://vueuse.org/integrations/useAsyncValidator/",
847
847
  category: "@Integrations",
@@ -851,7 +851,7 @@ var functions$1 = [
851
851
  {
852
852
  name: "useAuth",
853
853
  "package": "firebase",
854
- lastUpdated: 1726477425000,
854
+ lastUpdated: 1732178709000,
855
855
  docs: "https://vueuse.org/firebase/useAuth/",
856
856
  category: "@Firebase",
857
857
  description: "reactive [Firebase Auth](https://firebase.google.com/docs/auth) binding",
@@ -860,7 +860,7 @@ var functions$1 = [
860
860
  {
861
861
  name: "useAverage",
862
862
  "package": "math",
863
- lastUpdated: 1726477425000,
863
+ lastUpdated: 1732178709000,
864
864
  docs: "https://vueuse.org/math/useAverage/",
865
865
  category: "@Math",
866
866
  description: "get the average of an array reactively"
@@ -868,7 +868,7 @@ var functions$1 = [
868
868
  {
869
869
  name: "useAxios",
870
870
  "package": "integrations",
871
- lastUpdated: 1726477425000,
871
+ lastUpdated: 1732178709000,
872
872
  docs: "https://vueuse.org/integrations/useAxios/",
873
873
  category: "@Integrations",
874
874
  description: "wrapper for [`axios`](https://github.com/axios/axios)",
@@ -877,7 +877,7 @@ var functions$1 = [
877
877
  {
878
878
  name: "useBase64",
879
879
  "package": "core",
880
- lastUpdated: 1726477425000,
880
+ lastUpdated: 1732178709000,
881
881
  docs: "https://vueuse.org/core/useBase64/",
882
882
  category: "Utilities",
883
883
  description: "reactive base64 transforming"
@@ -885,7 +885,7 @@ var functions$1 = [
885
885
  {
886
886
  name: "useBattery",
887
887
  "package": "core",
888
- lastUpdated: 1726477425000,
888
+ lastUpdated: 1732178709000,
889
889
  component: true,
890
890
  docs: "https://vueuse.org/core/useBattery/",
891
891
  category: "Sensors",
@@ -894,7 +894,7 @@ var functions$1 = [
894
894
  {
895
895
  name: "useBluetooth",
896
896
  "package": "core",
897
- lastUpdated: 1726477425000,
897
+ lastUpdated: 1732178709000,
898
898
  docs: "https://vueuse.org/core/useBluetooth/",
899
899
  category: "Browser",
900
900
  description: "reactive [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API)"
@@ -902,7 +902,7 @@ var functions$1 = [
902
902
  {
903
903
  name: "useBreakpoints",
904
904
  "package": "core",
905
- lastUpdated: 1726477425000,
905
+ lastUpdated: 1732178709000,
906
906
  docs: "https://vueuse.org/core/useBreakpoints/",
907
907
  category: "Browser",
908
908
  description: "reactive viewport breakpoints"
@@ -910,7 +910,7 @@ var functions$1 = [
910
910
  {
911
911
  name: "useBroadcastChannel",
912
912
  "package": "core",
913
- lastUpdated: 1726477425000,
913
+ lastUpdated: 1732178709000,
914
914
  docs: "https://vueuse.org/core/useBroadcastChannel/",
915
915
  category: "Browser",
916
916
  description: "reactive [BroadcastChannel API](https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel)"
@@ -918,7 +918,7 @@ var functions$1 = [
918
918
  {
919
919
  name: "useBrowserLocation",
920
920
  "package": "core",
921
- lastUpdated: 1726477425000,
921
+ lastUpdated: 1732178709000,
922
922
  component: true,
923
923
  docs: "https://vueuse.org/core/useBrowserLocation/",
924
924
  category: "Browser",
@@ -927,7 +927,7 @@ var functions$1 = [
927
927
  {
928
928
  name: "useCached",
929
929
  "package": "core",
930
- lastUpdated: 1644284136000,
930
+ lastUpdated: 1732178709000,
931
931
  docs: "https://vueuse.org/core/useCached/",
932
932
  category: "Utilities",
933
933
  description: "cache a ref with a custom comparator"
@@ -935,7 +935,7 @@ var functions$1 = [
935
935
  {
936
936
  name: "useCeil",
937
937
  "package": "math",
938
- lastUpdated: 1726477425000,
938
+ lastUpdated: 1732178709000,
939
939
  docs: "https://vueuse.org/math/useCeil/",
940
940
  category: "@Math",
941
941
  description: "reactive `Math.ceil`"
@@ -943,7 +943,7 @@ var functions$1 = [
943
943
  {
944
944
  name: "useChangeCase",
945
945
  "package": "integrations",
946
- lastUpdated: 1726477425000,
946
+ lastUpdated: 1732178709000,
947
947
  docs: "https://vueuse.org/integrations/useChangeCase/",
948
948
  category: "@Integrations",
949
949
  description: "reactive wrapper for [`change-case`](https://github.com/blakeembrey/change-case)",
@@ -952,7 +952,7 @@ var functions$1 = [
952
952
  {
953
953
  name: "useClamp",
954
954
  "package": "math",
955
- lastUpdated: 1726477425000,
955
+ lastUpdated: 1732178709000,
956
956
  docs: "https://vueuse.org/math/useClamp/",
957
957
  category: "@Math",
958
958
  description: "reactively clamp a value between two other values"
@@ -960,7 +960,7 @@ var functions$1 = [
960
960
  {
961
961
  name: "useClipboard",
962
962
  "package": "core",
963
- lastUpdated: 1726477425000,
963
+ lastUpdated: 1732178709000,
964
964
  component: true,
965
965
  docs: "https://vueuse.org/core/useClipboard/",
966
966
  category: "Browser",
@@ -972,7 +972,7 @@ var functions$1 = [
972
972
  {
973
973
  name: "useClipboardItems",
974
974
  "package": "core",
975
- lastUpdated: 1726477425000,
975
+ lastUpdated: 1732178709000,
976
976
  docs: "https://vueuse.org/core/useClipboardItems/",
977
977
  category: "Browser",
978
978
  description: "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)",
@@ -983,7 +983,7 @@ var functions$1 = [
983
983
  {
984
984
  name: "useCloned",
985
985
  "package": "core",
986
- lastUpdated: 1726477425000,
986
+ lastUpdated: 1732178709000,
987
987
  docs: "https://vueuse.org/core/useCloned/",
988
988
  category: "Utilities",
989
989
  description: "reactive clone of a ref"
@@ -991,7 +991,7 @@ var functions$1 = [
991
991
  {
992
992
  name: "useColorMode",
993
993
  "package": "core",
994
- lastUpdated: 1726477425000,
994
+ lastUpdated: 1732178709000,
995
995
  component: true,
996
996
  docs: "https://vueuse.org/core/useColorMode/",
997
997
  category: "Browser",
@@ -1005,7 +1005,7 @@ var functions$1 = [
1005
1005
  {
1006
1006
  name: "useConfirmDialog",
1007
1007
  "package": "core",
1008
- lastUpdated: 1726477425000,
1008
+ lastUpdated: 1732178709000,
1009
1009
  docs: "https://vueuse.org/core/useConfirmDialog/",
1010
1010
  category: "Utilities",
1011
1011
  description: "creates event hooks to support modals and confirmation dialog chains"
@@ -1013,7 +1013,7 @@ var functions$1 = [
1013
1013
  {
1014
1014
  name: "useCookies",
1015
1015
  "package": "integrations",
1016
- lastUpdated: 1726477425000,
1016
+ lastUpdated: 1732178709000,
1017
1017
  docs: "https://vueuse.org/integrations/useCookies/",
1018
1018
  category: "@Integrations",
1019
1019
  description: "wrapper for [`universal-cookie`](https://www.npmjs.com/package/universal-cookie)",
@@ -1022,7 +1022,7 @@ var functions$1 = [
1022
1022
  {
1023
1023
  name: "useCounter",
1024
1024
  "package": "shared",
1025
- lastUpdated: 1726477425000,
1025
+ lastUpdated: 1732178709000,
1026
1026
  docs: "https://vueuse.org/shared/useCounter/",
1027
1027
  category: "Utilities",
1028
1028
  description: "basic counter with utility functions"
@@ -1030,7 +1030,7 @@ var functions$1 = [
1030
1030
  {
1031
1031
  name: "useCssVar",
1032
1032
  "package": "core",
1033
- lastUpdated: 1726477425000,
1033
+ lastUpdated: 1732178709000,
1034
1034
  docs: "https://vueuse.org/core/useCssVar/",
1035
1035
  category: "Browser",
1036
1036
  description: "manipulate CSS variables"
@@ -1038,7 +1038,7 @@ var functions$1 = [
1038
1038
  {
1039
1039
  name: "useCurrentElement",
1040
1040
  "package": "core",
1041
- lastUpdated: 1726477425000,
1041
+ lastUpdated: 1732178709000,
1042
1042
  docs: "https://vueuse.org/core/useCurrentElement/",
1043
1043
  category: "Component",
1044
1044
  description: "get the DOM element of current component as a ref"
@@ -1046,7 +1046,7 @@ var functions$1 = [
1046
1046
  {
1047
1047
  name: "useCycleList",
1048
1048
  "package": "core",
1049
- lastUpdated: 1726477425000,
1049
+ lastUpdated: 1732178709000,
1050
1050
  docs: "https://vueuse.org/core/useCycleList/",
1051
1051
  category: "Utilities",
1052
1052
  description: "cycle through a list of items"
@@ -1054,7 +1054,7 @@ var functions$1 = [
1054
1054
  {
1055
1055
  name: "useDark",
1056
1056
  "package": "core",
1057
- lastUpdated: 1726477425000,
1057
+ lastUpdated: 1732178709000,
1058
1058
  component: true,
1059
1059
  docs: "https://vueuse.org/core/useDark/",
1060
1060
  category: "Browser",
@@ -1068,7 +1068,7 @@ var functions$1 = [
1068
1068
  {
1069
1069
  name: "useDateFormat",
1070
1070
  "package": "shared",
1071
- lastUpdated: 1726477425000,
1071
+ lastUpdated: 1732178709000,
1072
1072
  docs: "https://vueuse.org/shared/useDateFormat/",
1073
1073
  category: "Time",
1074
1074
  description: "get the formatted date according to the string of tokens passed in"
@@ -1076,7 +1076,7 @@ var functions$1 = [
1076
1076
  {
1077
1077
  name: "useDebouncedRefHistory",
1078
1078
  "package": "core",
1079
- lastUpdated: 1726477425000,
1079
+ lastUpdated: 1732178709000,
1080
1080
  docs: "https://vueuse.org/core/useDebouncedRefHistory/",
1081
1081
  category: "State",
1082
1082
  description: "shorthand for `useRefHistory` with debounced filter",
@@ -1099,7 +1099,7 @@ var functions$1 = [
1099
1099
  {
1100
1100
  name: "useDeviceMotion",
1101
1101
  "package": "core",
1102
- lastUpdated: 1726477425000,
1102
+ lastUpdated: 1732178709000,
1103
1103
  component: true,
1104
1104
  docs: "https://vueuse.org/core/useDeviceMotion/",
1105
1105
  category: "Sensors",
@@ -1108,7 +1108,7 @@ var functions$1 = [
1108
1108
  {
1109
1109
  name: "useDeviceOrientation",
1110
1110
  "package": "core",
1111
- lastUpdated: 1726477425000,
1111
+ lastUpdated: 1732178709000,
1112
1112
  component: true,
1113
1113
  docs: "https://vueuse.org/core/useDeviceOrientation/",
1114
1114
  category: "Sensors",
@@ -1117,7 +1117,7 @@ var functions$1 = [
1117
1117
  {
1118
1118
  name: "useDevicePixelRatio",
1119
1119
  "package": "core",
1120
- lastUpdated: 1726477425000,
1120
+ lastUpdated: 1732178709000,
1121
1121
  component: true,
1122
1122
  docs: "https://vueuse.org/core/useDevicePixelRatio/",
1123
1123
  category: "Sensors",
@@ -1126,7 +1126,7 @@ var functions$1 = [
1126
1126
  {
1127
1127
  name: "useDevicesList",
1128
1128
  "package": "core",
1129
- lastUpdated: 1729788279000,
1129
+ lastUpdated: 1732178709000,
1130
1130
  component: true,
1131
1131
  docs: "https://vueuse.org/core/useDevicesList/",
1132
1132
  category: "Sensors",
@@ -1138,7 +1138,7 @@ var functions$1 = [
1138
1138
  {
1139
1139
  name: "useDisplayMedia",
1140
1140
  "package": "core",
1141
- lastUpdated: 1726477425000,
1141
+ lastUpdated: 1732178709000,
1142
1142
  docs: "https://vueuse.org/core/useDisplayMedia/",
1143
1143
  category: "Sensors",
1144
1144
  description: "reactive [`mediaDevices.getDisplayMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia) streaming",
@@ -1149,7 +1149,7 @@ var functions$1 = [
1149
1149
  {
1150
1150
  name: "useDocumentVisibility",
1151
1151
  "package": "core",
1152
- lastUpdated: 1726477425000,
1152
+ lastUpdated: 1732178709000,
1153
1153
  component: true,
1154
1154
  docs: "https://vueuse.org/core/useDocumentVisibility/",
1155
1155
  category: "Elements",
@@ -1158,7 +1158,7 @@ var functions$1 = [
1158
1158
  {
1159
1159
  name: "useDraggable",
1160
1160
  "package": "core",
1161
- lastUpdated: 1726477425000,
1161
+ lastUpdated: 1732178709000,
1162
1162
  component: true,
1163
1163
  docs: "https://vueuse.org/core/useDraggable/",
1164
1164
  category: "Elements",
@@ -1167,7 +1167,7 @@ var functions$1 = [
1167
1167
  {
1168
1168
  name: "useDrauu",
1169
1169
  "package": "integrations",
1170
- lastUpdated: 1726477425000,
1170
+ lastUpdated: 1732178709000,
1171
1171
  docs: "https://vueuse.org/integrations/useDrauu/",
1172
1172
  category: "@Integrations",
1173
1173
  description: "reactive instance for [drauu](https://github.com/antfu/drauu)",
@@ -1176,7 +1176,7 @@ var functions$1 = [
1176
1176
  {
1177
1177
  name: "useDropZone",
1178
1178
  "package": "core",
1179
- lastUpdated: 1730086657000,
1179
+ lastUpdated: 1732178709000,
1180
1180
  docs: "https://vueuse.org/core/useDropZone/",
1181
1181
  category: "Elements",
1182
1182
  description: "create a zone where files can be dropped"
@@ -1184,7 +1184,7 @@ var functions$1 = [
1184
1184
  {
1185
1185
  name: "useElementBounding",
1186
1186
  "package": "core",
1187
- lastUpdated: 1726477425000,
1187
+ lastUpdated: 1732178709000,
1188
1188
  component: true,
1189
1189
  docs: "https://vueuse.org/core/useElementBounding/",
1190
1190
  category: "Elements",
@@ -1193,7 +1193,7 @@ var functions$1 = [
1193
1193
  {
1194
1194
  name: "useElementByPoint",
1195
1195
  "package": "core",
1196
- lastUpdated: 1726477425000,
1196
+ lastUpdated: 1732178709000,
1197
1197
  docs: "https://vueuse.org/core/useElementByPoint/",
1198
1198
  category: "Sensors",
1199
1199
  description: "reactive element by point"
@@ -1201,7 +1201,7 @@ var functions$1 = [
1201
1201
  {
1202
1202
  name: "useElementHover",
1203
1203
  "package": "core",
1204
- lastUpdated: 1726477425000,
1204
+ lastUpdated: 1732178709000,
1205
1205
  directive: true,
1206
1206
  docs: "https://vueuse.org/core/useElementHover/",
1207
1207
  category: "Sensors",
@@ -1210,7 +1210,7 @@ var functions$1 = [
1210
1210
  {
1211
1211
  name: "useElementSize",
1212
1212
  "package": "core",
1213
- lastUpdated: 1726477425000,
1213
+ lastUpdated: 1732178709000,
1214
1214
  component: true,
1215
1215
  directive: true,
1216
1216
  docs: "https://vueuse.org/core/useElementSize/",
@@ -1234,7 +1234,7 @@ var functions$1 = [
1234
1234
  {
1235
1235
  name: "useElementVisibility",
1236
1236
  "package": "core",
1237
- lastUpdated: 1726477425000,
1237
+ lastUpdated: 1732178709000,
1238
1238
  component: true,
1239
1239
  directive: true,
1240
1240
  docs: "https://vueuse.org/core/useElementVisibility/",
@@ -1244,7 +1244,7 @@ var functions$1 = [
1244
1244
  {
1245
1245
  name: "useEventBus",
1246
1246
  "package": "core",
1247
- lastUpdated: 1721219567000,
1247
+ lastUpdated: 1732178709000,
1248
1248
  docs: "https://vueuse.org/core/useEventBus/",
1249
1249
  category: "Utilities",
1250
1250
  description: "a basic event bus"
@@ -1252,7 +1252,7 @@ var functions$1 = [
1252
1252
  {
1253
1253
  name: "useEventListener",
1254
1254
  "package": "core",
1255
- lastUpdated: 1726477425000,
1255
+ lastUpdated: 1732178709000,
1256
1256
  docs: "https://vueuse.org/core/useEventListener/",
1257
1257
  category: "Browser",
1258
1258
  description: "use EventListener with ease"
@@ -1260,7 +1260,7 @@ var functions$1 = [
1260
1260
  {
1261
1261
  name: "useEventSource",
1262
1262
  "package": "core",
1263
- lastUpdated: 1726477425000,
1263
+ lastUpdated: 1732178709000,
1264
1264
  docs: "https://vueuse.org/core/useEventSource/",
1265
1265
  category: "Network",
1266
1266
  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"
@@ -1268,7 +1268,7 @@ var functions$1 = [
1268
1268
  {
1269
1269
  name: "useExtractedObservable",
1270
1270
  "package": "rxjs",
1271
- lastUpdated: 1726477425000,
1271
+ lastUpdated: 1732178709000,
1272
1272
  docs: "https://vueuse.org/rxjs/useExtractedObservable/",
1273
1273
  category: "@RxJS",
1274
1274
  description: "use an RxJS [`Observable`](https://rxjs.dev/guide/observable) as extracted from one or more composables"
@@ -1276,7 +1276,7 @@ var functions$1 = [
1276
1276
  {
1277
1277
  name: "useEyeDropper",
1278
1278
  "package": "core",
1279
- lastUpdated: 1695461887000,
1279
+ lastUpdated: 1732178709000,
1280
1280
  component: true,
1281
1281
  docs: "https://vueuse.org/core/useEyeDropper/",
1282
1282
  category: "Browser",
@@ -1285,7 +1285,7 @@ var functions$1 = [
1285
1285
  {
1286
1286
  name: "useFavicon",
1287
1287
  "package": "core",
1288
- lastUpdated: 1726477425000,
1288
+ lastUpdated: 1732178709000,
1289
1289
  docs: "https://vueuse.org/core/useFavicon/",
1290
1290
  category: "Browser",
1291
1291
  description: "reactive favicon"
@@ -1293,7 +1293,7 @@ var functions$1 = [
1293
1293
  {
1294
1294
  name: "useFetch",
1295
1295
  "package": "core",
1296
- lastUpdated: 1732176192000,
1296
+ lastUpdated: 1732178709000,
1297
1297
  docs: "https://vueuse.org/core/useFetch/",
1298
1298
  category: "Network",
1299
1299
  description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
@@ -1301,7 +1301,7 @@ var functions$1 = [
1301
1301
  {
1302
1302
  name: "useFileDialog",
1303
1303
  "package": "core",
1304
- lastUpdated: 1726477425000,
1304
+ lastUpdated: 1732178709000,
1305
1305
  docs: "https://vueuse.org/core/useFileDialog/",
1306
1306
  category: "Browser",
1307
1307
  description: "open file dialog with ease"
@@ -1309,7 +1309,7 @@ var functions$1 = [
1309
1309
  {
1310
1310
  name: "useFileSystemAccess",
1311
1311
  "package": "core",
1312
- lastUpdated: 1726477425000,
1312
+ lastUpdated: 1732178709000,
1313
1313
  docs: "https://vueuse.org/core/useFileSystemAccess/",
1314
1314
  category: "Browser",
1315
1315
  description: "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
@@ -1317,7 +1317,7 @@ var functions$1 = [
1317
1317
  {
1318
1318
  name: "useFirestore",
1319
1319
  "package": "firebase",
1320
- lastUpdated: 1726477425000,
1320
+ lastUpdated: 1732178709000,
1321
1321
  docs: "https://vueuse.org/firebase/useFirestore/",
1322
1322
  category: "@Firebase",
1323
1323
  description: "reactive [Firestore](https://firebase.google.com/docs/firestore) binding",
@@ -1326,7 +1326,7 @@ var functions$1 = [
1326
1326
  {
1327
1327
  name: "useFloor",
1328
1328
  "package": "math",
1329
- lastUpdated: 1726477425000,
1329
+ lastUpdated: 1732178709000,
1330
1330
  docs: "https://vueuse.org/math/useFloor/",
1331
1331
  category: "@Math",
1332
1332
  description: "reactive `Math.floor`"
@@ -1334,7 +1334,7 @@ var functions$1 = [
1334
1334
  {
1335
1335
  name: "useFocus",
1336
1336
  "package": "core",
1337
- lastUpdated: 1726477425000,
1337
+ lastUpdated: 1732178709000,
1338
1338
  docs: "https://vueuse.org/core/useFocus/",
1339
1339
  category: "Sensors",
1340
1340
  description: "reactive utility to track or set the focus state of a DOM element"
@@ -1342,7 +1342,7 @@ var functions$1 = [
1342
1342
  {
1343
1343
  name: "useFocusTrap",
1344
1344
  "package": "integrations",
1345
- lastUpdated: 1726477425000,
1345
+ lastUpdated: 1732178709000,
1346
1346
  component: true,
1347
1347
  docs: "https://vueuse.org/integrations/useFocusTrap/",
1348
1348
  category: "@Integrations",
@@ -1352,7 +1352,7 @@ var functions$1 = [
1352
1352
  {
1353
1353
  name: "useFocusWithin",
1354
1354
  "package": "core",
1355
- lastUpdated: 1726477425000,
1355
+ lastUpdated: 1732178709000,
1356
1356
  docs: "https://vueuse.org/core/useFocusWithin/",
1357
1357
  category: "Sensors",
1358
1358
  description: "reactive utility to track if an element or one of its decendants has focus"
@@ -1360,7 +1360,7 @@ var functions$1 = [
1360
1360
  {
1361
1361
  name: "useFps",
1362
1362
  "package": "core",
1363
- lastUpdated: 1644734082000,
1363
+ lastUpdated: 1732178709000,
1364
1364
  docs: "https://vueuse.org/core/useFps/",
1365
1365
  category: "Sensors",
1366
1366
  description: "reactive FPS (frames per second)"
@@ -1368,7 +1368,7 @@ var functions$1 = [
1368
1368
  {
1369
1369
  name: "useFullscreen",
1370
1370
  "package": "core",
1371
- lastUpdated: 1726477425000,
1371
+ lastUpdated: 1732178709000,
1372
1372
  component: true,
1373
1373
  docs: "https://vueuse.org/core/useFullscreen/",
1374
1374
  category: "Browser",
@@ -1377,7 +1377,7 @@ var functions$1 = [
1377
1377
  {
1378
1378
  name: "useFuse",
1379
1379
  "package": "integrations",
1380
- lastUpdated: 1726477425000,
1380
+ lastUpdated: 1732178709000,
1381
1381
  docs: "https://vueuse.org/integrations/useFuse/",
1382
1382
  category: "@Integrations",
1383
1383
  description: "easily implement fuzzy search using a composable with [Fuse.js](https://github.com/krisk/fuse)",
@@ -1386,7 +1386,7 @@ var functions$1 = [
1386
1386
  {
1387
1387
  name: "useGamepad",
1388
1388
  "package": "core",
1389
- lastUpdated: 1726477425000,
1389
+ lastUpdated: 1732178709000,
1390
1390
  docs: "https://vueuse.org/core/useGamepad/",
1391
1391
  category: "Browser",
1392
1392
  description: "provides reactive bindings for the [Gamepad API](https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API)"
@@ -1394,7 +1394,7 @@ var functions$1 = [
1394
1394
  {
1395
1395
  name: "useGeolocation",
1396
1396
  "package": "core",
1397
- lastUpdated: 1726477425000,
1397
+ lastUpdated: 1732178709000,
1398
1398
  component: true,
1399
1399
  docs: "https://vueuse.org/core/useGeolocation/",
1400
1400
  category: "Sensors",
@@ -1410,7 +1410,7 @@ var functions$1 = [
1410
1410
  {
1411
1411
  name: "useIDBKeyval",
1412
1412
  "package": "integrations",
1413
- lastUpdated: 1726477425000,
1413
+ lastUpdated: 1732178709000,
1414
1414
  docs: "https://vueuse.org/integrations/useIDBKeyval/",
1415
1415
  category: "@Integrations",
1416
1416
  description: "wrapper for [`idb-keyval`](https://www.npmjs.com/package/idb-keyval)",
@@ -1419,7 +1419,7 @@ var functions$1 = [
1419
1419
  {
1420
1420
  name: "useIdle",
1421
1421
  "package": "core",
1422
- lastUpdated: 1726477425000,
1422
+ lastUpdated: 1732178709000,
1423
1423
  component: true,
1424
1424
  docs: "https://vueuse.org/core/useIdle/",
1425
1425
  category: "Sensors",
@@ -1428,7 +1428,7 @@ var functions$1 = [
1428
1428
  {
1429
1429
  name: "useImage",
1430
1430
  "package": "core",
1431
- lastUpdated: 1726477425000,
1431
+ lastUpdated: 1732178709000,
1432
1432
  component: true,
1433
1433
  docs: "https://vueuse.org/core/useImage/",
1434
1434
  category: "Browser",
@@ -1437,7 +1437,7 @@ var functions$1 = [
1437
1437
  {
1438
1438
  name: "useInfiniteScroll",
1439
1439
  "package": "core",
1440
- lastUpdated: 1726477425000,
1440
+ lastUpdated: 1732178709000,
1441
1441
  directive: true,
1442
1442
  docs: "https://vueuse.org/core/useInfiniteScroll/",
1443
1443
  category: "Sensors",
@@ -1446,7 +1446,7 @@ var functions$1 = [
1446
1446
  {
1447
1447
  name: "useIntersectionObserver",
1448
1448
  "package": "core",
1449
- lastUpdated: 1726477425000,
1449
+ lastUpdated: 1732178709000,
1450
1450
  directive: true,
1451
1451
  docs: "https://vueuse.org/core/useIntersectionObserver/",
1452
1452
  category: "Elements",
@@ -1455,7 +1455,7 @@ var functions$1 = [
1455
1455
  {
1456
1456
  name: "useInterval",
1457
1457
  "package": "shared",
1458
- lastUpdated: 1726477425000,
1458
+ lastUpdated: 1732178709000,
1459
1459
  docs: "https://vueuse.org/shared/useInterval/",
1460
1460
  category: "Animation",
1461
1461
  description: "reactive counter increases on every interval"
@@ -1463,7 +1463,7 @@ var functions$1 = [
1463
1463
  {
1464
1464
  name: "useIntervalFn",
1465
1465
  "package": "shared",
1466
- lastUpdated: 1729788559000,
1466
+ lastUpdated: 1732178709000,
1467
1467
  docs: "https://vueuse.org/shared/useIntervalFn/",
1468
1468
  category: "Animation",
1469
1469
  description: "wrapper for `setInterval` with controls"
@@ -1471,7 +1471,7 @@ var functions$1 = [
1471
1471
  {
1472
1472
  name: "useIpcRenderer",
1473
1473
  "package": "electron",
1474
- lastUpdated: 1726477425000,
1474
+ lastUpdated: 1732178709000,
1475
1475
  docs: "https://vueuse.org/electron/useIpcRenderer/",
1476
1476
  category: "@Electron",
1477
1477
  description: "provides [ipcRenderer](https://www.electronjs.org/docs/api/ipc-renderer) and all of its APIs"
@@ -1479,7 +1479,7 @@ var functions$1 = [
1479
1479
  {
1480
1480
  name: "useIpcRendererInvoke",
1481
1481
  "package": "electron",
1482
- lastUpdated: 1681402164000,
1482
+ lastUpdated: 1732178709000,
1483
1483
  docs: "https://vueuse.org/electron/useIpcRendererInvoke/",
1484
1484
  category: "@Electron",
1485
1485
  description: "reactive [ipcRenderer.invoke API](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendererinvokechannel-args) result"
@@ -1495,7 +1495,7 @@ var functions$1 = [
1495
1495
  {
1496
1496
  name: "useJwt",
1497
1497
  "package": "integrations",
1498
- lastUpdated: 1726477425000,
1498
+ lastUpdated: 1732178709000,
1499
1499
  docs: "https://vueuse.org/integrations/useJwt/",
1500
1500
  category: "@Integrations",
1501
1501
  description: "wrapper for [`jwt-decode`](https://github.com/auth0/jwt-decode)",
@@ -1504,7 +1504,7 @@ var functions$1 = [
1504
1504
  {
1505
1505
  name: "useKeyModifier",
1506
1506
  "package": "core",
1507
- lastUpdated: 1726477425000,
1507
+ lastUpdated: 1732178709000,
1508
1508
  docs: "https://vueuse.org/core/useKeyModifier/",
1509
1509
  category: "Sensors",
1510
1510
  description: "reactive [Modifier State](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/getModifierState)"
@@ -1512,7 +1512,7 @@ var functions$1 = [
1512
1512
  {
1513
1513
  name: "useLastChanged",
1514
1514
  "package": "shared",
1515
- lastUpdated: 1695461887000,
1515
+ lastUpdated: 1732178709000,
1516
1516
  docs: "https://vueuse.org/shared/useLastChanged/",
1517
1517
  category: "State",
1518
1518
  description: "records the timestamp of the last change"
@@ -1531,7 +1531,7 @@ var functions$1 = [
1531
1531
  {
1532
1532
  name: "useMagicKeys",
1533
1533
  "package": "core",
1534
- lastUpdated: 1726477425000,
1534
+ lastUpdated: 1732178709000,
1535
1535
  docs: "https://vueuse.org/core/useMagicKeys/",
1536
1536
  category: "Sensors",
1537
1537
  description: "reactive keys pressed state"
@@ -1539,7 +1539,7 @@ var functions$1 = [
1539
1539
  {
1540
1540
  name: "useManualRefHistory",
1541
1541
  "package": "core",
1542
- lastUpdated: 1729788281000,
1542
+ lastUpdated: 1732178709000,
1543
1543
  docs: "https://vueuse.org/core/useManualRefHistory/",
1544
1544
  category: "State",
1545
1545
  description: "manually track the change history of a ref when the using calls `commit()`",
@@ -1558,7 +1558,7 @@ var functions$1 = [
1558
1558
  {
1559
1559
  name: "useMax",
1560
1560
  "package": "math",
1561
- lastUpdated: 1726477425000,
1561
+ lastUpdated: 1732178709000,
1562
1562
  docs: "https://vueuse.org/math/useMax/",
1563
1563
  category: "@Math",
1564
1564
  description: "reactive `Math.max`"
@@ -1566,7 +1566,7 @@ var functions$1 = [
1566
1566
  {
1567
1567
  name: "useMediaControls",
1568
1568
  "package": "core",
1569
- lastUpdated: 1729788248000,
1569
+ lastUpdated: 1732178709000,
1570
1570
  docs: "https://vueuse.org/core/useMediaControls/",
1571
1571
  category: "Browser",
1572
1572
  description: "reactive media controls for both `audio` and `video` elements"
@@ -1574,7 +1574,7 @@ var functions$1 = [
1574
1574
  {
1575
1575
  name: "useMediaQuery",
1576
1576
  "package": "core",
1577
- lastUpdated: 1726477425000,
1577
+ lastUpdated: 1732178709000,
1578
1578
  docs: "https://vueuse.org/core/useMediaQuery/",
1579
1579
  category: "Browser",
1580
1580
  description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
@@ -1582,7 +1582,7 @@ var functions$1 = [
1582
1582
  {
1583
1583
  name: "useMemoize",
1584
1584
  "package": "core",
1585
- lastUpdated: 1708417312000,
1585
+ lastUpdated: 1732178709000,
1586
1586
  docs: "https://vueuse.org/core/useMemoize/",
1587
1587
  category: "Utilities",
1588
1588
  description: "cache results of functions depending on arguments and keep it reactive"
@@ -1590,7 +1590,7 @@ var functions$1 = [
1590
1590
  {
1591
1591
  name: "useMemory",
1592
1592
  "package": "core",
1593
- lastUpdated: 1726477425000,
1593
+ lastUpdated: 1732178709000,
1594
1594
  docs: "https://vueuse.org/core/useMemory/",
1595
1595
  category: "Browser",
1596
1596
  description: "reactive Memory Info"
@@ -1598,7 +1598,7 @@ var functions$1 = [
1598
1598
  {
1599
1599
  name: "useMin",
1600
1600
  "package": "math",
1601
- lastUpdated: 1726477425000,
1601
+ lastUpdated: 1732178709000,
1602
1602
  docs: "https://vueuse.org/math/useMin/",
1603
1603
  category: "@Math",
1604
1604
  description: "reactive `Math.min`"
@@ -1627,7 +1627,7 @@ var functions$1 = [
1627
1627
  {
1628
1628
  name: "useMounted",
1629
1629
  "package": "core",
1630
- lastUpdated: 1710513214000,
1630
+ lastUpdated: 1732178709000,
1631
1631
  docs: "https://vueuse.org/core/useMounted/",
1632
1632
  category: "Component",
1633
1633
  description: "mounted state in ref"
@@ -1635,7 +1635,7 @@ var functions$1 = [
1635
1635
  {
1636
1636
  name: "useMouse",
1637
1637
  "package": "core",
1638
- lastUpdated: 1732087672000,
1638
+ lastUpdated: 1732178709000,
1639
1639
  component: true,
1640
1640
  docs: "https://vueuse.org/core/useMouse/",
1641
1641
  category: "Sensors",
@@ -1644,7 +1644,7 @@ var functions$1 = [
1644
1644
  {
1645
1645
  name: "useMouseInElement",
1646
1646
  "package": "core",
1647
- lastUpdated: 1726477425000,
1647
+ lastUpdated: 1732178709000,
1648
1648
  component: true,
1649
1649
  docs: "https://vueuse.org/core/useMouseInElement/",
1650
1650
  category: "Elements",
@@ -1653,7 +1653,7 @@ var functions$1 = [
1653
1653
  {
1654
1654
  name: "useMousePressed",
1655
1655
  "package": "core",
1656
- lastUpdated: 1726477425000,
1656
+ lastUpdated: 1732178709000,
1657
1657
  component: true,
1658
1658
  docs: "https://vueuse.org/core/useMousePressed/",
1659
1659
  category: "Sensors",
@@ -1662,7 +1662,7 @@ var functions$1 = [
1662
1662
  {
1663
1663
  name: "useMutationObserver",
1664
1664
  "package": "core",
1665
- lastUpdated: 1726477425000,
1665
+ lastUpdated: 1732178709000,
1666
1666
  docs: "https://vueuse.org/core/useMutationObserver/",
1667
1667
  category: "Elements",
1668
1668
  description: "watch for changes being made to the DOM tree"
@@ -1670,7 +1670,7 @@ var functions$1 = [
1670
1670
  {
1671
1671
  name: "useNavigatorLanguage",
1672
1672
  "package": "core",
1673
- lastUpdated: 1726477425000,
1673
+ lastUpdated: 1732178709000,
1674
1674
  docs: "https://vueuse.org/core/useNavigatorLanguage/",
1675
1675
  category: "Sensors",
1676
1676
  description: "reactive [navigator.language](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/language)"
@@ -1678,7 +1678,7 @@ var functions$1 = [
1678
1678
  {
1679
1679
  name: "useNetwork",
1680
1680
  "package": "core",
1681
- lastUpdated: 1726477425000,
1681
+ lastUpdated: 1732178709000,
1682
1682
  component: true,
1683
1683
  docs: "https://vueuse.org/core/useNetwork/",
1684
1684
  category: "Sensors",
@@ -1687,7 +1687,7 @@ var functions$1 = [
1687
1687
  {
1688
1688
  name: "useNow",
1689
1689
  "package": "core",
1690
- lastUpdated: 1726477425000,
1690
+ lastUpdated: 1732178709000,
1691
1691
  component: true,
1692
1692
  docs: "https://vueuse.org/core/useNow/",
1693
1693
  category: "Animation",
@@ -1696,7 +1696,7 @@ var functions$1 = [
1696
1696
  {
1697
1697
  name: "useNProgress",
1698
1698
  "package": "integrations",
1699
- lastUpdated: 1726477425000,
1699
+ lastUpdated: 1732178709000,
1700
1700
  docs: "https://vueuse.org/integrations/useNProgress/",
1701
1701
  category: "@Integrations",
1702
1702
  description: "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)",
@@ -1705,7 +1705,7 @@ var functions$1 = [
1705
1705
  {
1706
1706
  name: "useObjectUrl",
1707
1707
  "package": "core",
1708
- lastUpdated: 1726477425000,
1708
+ lastUpdated: 1732178709000,
1709
1709
  component: true,
1710
1710
  docs: "https://vueuse.org/core/useObjectUrl/",
1711
1711
  category: "Browser",
@@ -1714,7 +1714,7 @@ var functions$1 = [
1714
1714
  {
1715
1715
  name: "useObservable",
1716
1716
  "package": "rxjs",
1717
- lastUpdated: 1726477425000,
1717
+ lastUpdated: 1732178709000,
1718
1718
  docs: "https://vueuse.org/rxjs/useObservable/",
1719
1719
  category: "@RxJS",
1720
1720
  description: "use an RxJS [`Observable`](https://rxjs.dev/guide/observable)"
@@ -1722,7 +1722,7 @@ var functions$1 = [
1722
1722
  {
1723
1723
  name: "useOffsetPagination",
1724
1724
  "package": "core",
1725
- lastUpdated: 1726477425000,
1725
+ lastUpdated: 1732178709000,
1726
1726
  component: true,
1727
1727
  docs: "https://vueuse.org/core/useOffsetPagination/",
1728
1728
  category: "Utilities",
@@ -1740,7 +1740,7 @@ var functions$1 = [
1740
1740
  {
1741
1741
  name: "usePageLeave",
1742
1742
  "package": "core",
1743
- lastUpdated: 1726477425000,
1743
+ lastUpdated: 1732178709000,
1744
1744
  component: true,
1745
1745
  docs: "https://vueuse.org/core/usePageLeave/",
1746
1746
  category: "Sensors",
@@ -1749,7 +1749,7 @@ var functions$1 = [
1749
1749
  {
1750
1750
  name: "useParallax",
1751
1751
  "package": "core",
1752
- lastUpdated: 1726477425000,
1752
+ lastUpdated: 1732178709000,
1753
1753
  docs: "https://vueuse.org/core/useParallax/",
1754
1754
  category: "Sensors",
1755
1755
  description: "create parallax effect easily"
@@ -1757,7 +1757,7 @@ var functions$1 = [
1757
1757
  {
1758
1758
  name: "useParentElement",
1759
1759
  "package": "core",
1760
- lastUpdated: 1726477425000,
1760
+ lastUpdated: 1732178709000,
1761
1761
  docs: "https://vueuse.org/core/useParentElement/",
1762
1762
  category: "Elements",
1763
1763
  description: "get parent element of the given element"
@@ -1773,7 +1773,7 @@ var functions$1 = [
1773
1773
  {
1774
1774
  name: "usePermission",
1775
1775
  "package": "core",
1776
- lastUpdated: 1726477425000,
1776
+ lastUpdated: 1732178709000,
1777
1777
  docs: "https://vueuse.org/core/usePermission/",
1778
1778
  category: "Browser",
1779
1779
  description: "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)",
@@ -1784,7 +1784,7 @@ var functions$1 = [
1784
1784
  {
1785
1785
  name: "usePointer",
1786
1786
  "package": "core",
1787
- lastUpdated: 1726477425000,
1787
+ lastUpdated: 1732178709000,
1788
1788
  component: true,
1789
1789
  docs: "https://vueuse.org/core/usePointer/",
1790
1790
  category: "Sensors",
@@ -1793,7 +1793,7 @@ var functions$1 = [
1793
1793
  {
1794
1794
  name: "usePointerLock",
1795
1795
  "package": "core",
1796
- lastUpdated: 1726477425000,
1796
+ lastUpdated: 1732178709000,
1797
1797
  component: true,
1798
1798
  docs: "https://vueuse.org/core/usePointerLock/",
1799
1799
  category: "Sensors",
@@ -1802,7 +1802,7 @@ var functions$1 = [
1802
1802
  {
1803
1803
  name: "usePointerSwipe",
1804
1804
  "package": "core",
1805
- lastUpdated: 1726477425000,
1805
+ lastUpdated: 1732178709000,
1806
1806
  docs: "https://vueuse.org/core/usePointerSwipe/",
1807
1807
  category: "Sensors",
1808
1808
  description: "reactive swipe detection based on [PointerEvents](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)"
@@ -1810,7 +1810,7 @@ var functions$1 = [
1810
1810
  {
1811
1811
  name: "usePrecision",
1812
1812
  "package": "math",
1813
- lastUpdated: 1726477425000,
1813
+ lastUpdated: 1732178709000,
1814
1814
  docs: "https://vueuse.org/math/usePrecision/",
1815
1815
  category: "@Math",
1816
1816
  description: "reactively set the precision of a number"
@@ -1818,7 +1818,7 @@ var functions$1 = [
1818
1818
  {
1819
1819
  name: "usePreferredColorScheme",
1820
1820
  "package": "core",
1821
- lastUpdated: 1726477425000,
1821
+ lastUpdated: 1732178709000,
1822
1822
  component: true,
1823
1823
  docs: "https://vueuse.org/core/usePreferredColorScheme/",
1824
1824
  category: "Browser",
@@ -1827,7 +1827,7 @@ var functions$1 = [
1827
1827
  {
1828
1828
  name: "usePreferredContrast",
1829
1829
  "package": "core",
1830
- lastUpdated: 1726477425000,
1830
+ lastUpdated: 1732178709000,
1831
1831
  component: true,
1832
1832
  docs: "https://vueuse.org/core/usePreferredContrast/",
1833
1833
  category: "Browser",
@@ -1849,7 +1849,7 @@ var functions$1 = [
1849
1849
  {
1850
1850
  name: "usePreferredLanguages",
1851
1851
  "package": "core",
1852
- lastUpdated: 1726477425000,
1852
+ lastUpdated: 1732178709000,
1853
1853
  component: true,
1854
1854
  docs: "https://vueuse.org/core/usePreferredLanguages/",
1855
1855
  category: "Browser",
@@ -1858,7 +1858,7 @@ var functions$1 = [
1858
1858
  {
1859
1859
  name: "usePreferredReducedMotion",
1860
1860
  "package": "core",
1861
- lastUpdated: 1726477425000,
1861
+ lastUpdated: 1732178709000,
1862
1862
  component: true,
1863
1863
  docs: "https://vueuse.org/core/usePreferredReducedMotion/",
1864
1864
  category: "Browser",
@@ -1867,7 +1867,7 @@ var functions$1 = [
1867
1867
  {
1868
1868
  name: "usePrevious",
1869
1869
  "package": "core",
1870
- lastUpdated: 1726477425000,
1870
+ lastUpdated: 1732178709000,
1871
1871
  docs: "https://vueuse.org/core/usePrevious/",
1872
1872
  category: "Utilities",
1873
1873
  description: "holds the previous value of a ref"
@@ -1887,7 +1887,7 @@ var functions$1 = [
1887
1887
  {
1888
1888
  name: "useQRCode",
1889
1889
  "package": "integrations",
1890
- lastUpdated: 1726477425000,
1890
+ lastUpdated: 1732178709000,
1891
1891
  docs: "https://vueuse.org/integrations/useQRCode/",
1892
1892
  category: "@Integrations",
1893
1893
  description: "wrapper for [`qrcode`](https://github.com/soldair/node-qrcode)",
@@ -1896,7 +1896,7 @@ var functions$1 = [
1896
1896
  {
1897
1897
  name: "useRafFn",
1898
1898
  "package": "core",
1899
- lastUpdated: 1726477425000,
1899
+ lastUpdated: 1732178709000,
1900
1900
  docs: "https://vueuse.org/core/useRafFn/",
1901
1901
  category: "Animation",
1902
1902
  description: "call function on every `requestAnimationFrame`"
@@ -1904,7 +1904,7 @@ var functions$1 = [
1904
1904
  {
1905
1905
  name: "useRefHistory",
1906
1906
  "package": "core",
1907
- lastUpdated: 1726477425000,
1907
+ lastUpdated: 1732178709000,
1908
1908
  docs: "https://vueuse.org/core/useRefHistory/",
1909
1909
  category: "State",
1910
1910
  description: "track the change history of a ref",
@@ -1917,7 +1917,7 @@ var functions$1 = [
1917
1917
  {
1918
1918
  name: "useResizeObserver",
1919
1919
  "package": "core",
1920
- lastUpdated: 1726477425000,
1920
+ lastUpdated: 1732178709000,
1921
1921
  directive: true,
1922
1922
  docs: "https://vueuse.org/core/useResizeObserver/",
1923
1923
  category: "Elements",
@@ -1926,7 +1926,7 @@ var functions$1 = [
1926
1926
  {
1927
1927
  name: "useRound",
1928
1928
  "package": "math",
1929
- lastUpdated: 1726477425000,
1929
+ lastUpdated: 1732178709000,
1930
1930
  docs: "https://vueuse.org/math/useRound/",
1931
1931
  category: "@Math",
1932
1932
  description: "reactive `Math.round`"
@@ -1934,7 +1934,7 @@ var functions$1 = [
1934
1934
  {
1935
1935
  name: "useRouteHash",
1936
1936
  "package": "router",
1937
- lastUpdated: 1726477425000,
1937
+ lastUpdated: 1732178709000,
1938
1938
  docs: "https://vueuse.org/router/useRouteHash/",
1939
1939
  category: "@Router",
1940
1940
  description: "shorthand for a reactive `route.hash`"
@@ -1942,7 +1942,7 @@ var functions$1 = [
1942
1942
  {
1943
1943
  name: "useRouteParams",
1944
1944
  "package": "router",
1945
- lastUpdated: 1732177966000,
1945
+ lastUpdated: 1732178709000,
1946
1946
  docs: "https://vueuse.org/router/useRouteParams/",
1947
1947
  category: "@Router",
1948
1948
  description: "shorthand for a reactive `route.params`"
@@ -1950,7 +1950,7 @@ var functions$1 = [
1950
1950
  {
1951
1951
  name: "useRouteQuery",
1952
1952
  "package": "router",
1953
- lastUpdated: 1732177966000,
1953
+ lastUpdated: 1732178709000,
1954
1954
  docs: "https://vueuse.org/router/useRouteQuery/",
1955
1955
  category: "@Router",
1956
1956
  description: "shorthand for a reactive `route.query`"
@@ -1958,7 +1958,7 @@ var functions$1 = [
1958
1958
  {
1959
1959
  name: "useRTDB",
1960
1960
  "package": "firebase",
1961
- lastUpdated: 1726477425000,
1961
+ lastUpdated: 1732178709000,
1962
1962
  docs: "https://vueuse.org/firebase/useRTDB/",
1963
1963
  category: "@Firebase",
1964
1964
  description: "reactive [Firebase Realtime Database](https://firebase.google.com/docs/database) binding",
@@ -1974,7 +1974,7 @@ var functions$1 = [
1974
1974
  {
1975
1975
  name: "useScreenOrientation",
1976
1976
  "package": "core",
1977
- lastUpdated: 1726477425000,
1977
+ lastUpdated: 1732178709000,
1978
1978
  docs: "https://vueuse.org/core/useScreenOrientation/",
1979
1979
  category: "Browser",
1980
1980
  description: "reactive [Screen Orientation API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Orientation_API)"
@@ -1982,7 +1982,7 @@ var functions$1 = [
1982
1982
  {
1983
1983
  name: "useScreenSafeArea",
1984
1984
  "package": "core",
1985
- lastUpdated: 1726477425000,
1985
+ lastUpdated: 1732178709000,
1986
1986
  component: true,
1987
1987
  docs: "https://vueuse.org/core/useScreenSafeArea/",
1988
1988
  category: "Browser",
@@ -1991,7 +1991,7 @@ var functions$1 = [
1991
1991
  {
1992
1992
  name: "useScriptTag",
1993
1993
  "package": "core",
1994
- lastUpdated: 1726477425000,
1994
+ lastUpdated: 1732178709000,
1995
1995
  docs: "https://vueuse.org/core/useScriptTag/",
1996
1996
  category: "Browser",
1997
1997
  description: "creates a script tag"
@@ -1999,7 +1999,7 @@ var functions$1 = [
1999
1999
  {
2000
2000
  name: "useScroll",
2001
2001
  "package": "core",
2002
- lastUpdated: 1726477425000,
2002
+ lastUpdated: 1732178709000,
2003
2003
  directive: true,
2004
2004
  docs: "https://vueuse.org/core/useScroll/",
2005
2005
  category: "Sensors",
@@ -2008,7 +2008,7 @@ var functions$1 = [
2008
2008
  {
2009
2009
  name: "useScrollLock",
2010
2010
  "package": "core",
2011
- lastUpdated: 1726477425000,
2011
+ lastUpdated: 1732178709000,
2012
2012
  directive: true,
2013
2013
  docs: "https://vueuse.org/core/useScrollLock/",
2014
2014
  category: "Sensors",
@@ -2036,7 +2036,7 @@ var functions$1 = [
2036
2036
  {
2037
2037
  name: "useSortable",
2038
2038
  "package": "integrations",
2039
- lastUpdated: 1732176265000,
2039
+ lastUpdated: 1732178709000,
2040
2040
  component: true,
2041
2041
  docs: "https://vueuse.org/integrations/useSortable/",
2042
2042
  category: "@Integrations",
@@ -2046,7 +2046,7 @@ var functions$1 = [
2046
2046
  {
2047
2047
  name: "useSorted",
2048
2048
  "package": "core",
2049
- lastUpdated: 1726477425000,
2049
+ lastUpdated: 1732178709000,
2050
2050
  docs: "https://vueuse.org/core/useSorted/",
2051
2051
  category: "Array",
2052
2052
  description: "reactive sort array"
@@ -2061,7 +2061,7 @@ var functions$1 = [
2061
2061
  {
2062
2062
  name: "useSpeechRecognition",
2063
2063
  "package": "core",
2064
- lastUpdated: 1726477425000,
2064
+ lastUpdated: 1732178709000,
2065
2065
  docs: "https://vueuse.org/core/useSpeechRecognition/",
2066
2066
  category: "Sensors",
2067
2067
  description: "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
@@ -2069,7 +2069,7 @@ var functions$1 = [
2069
2069
  {
2070
2070
  name: "useSpeechSynthesis",
2071
2071
  "package": "core",
2072
- lastUpdated: 1726477425000,
2072
+ lastUpdated: 1732178709000,
2073
2073
  docs: "https://vueuse.org/core/useSpeechSynthesis/",
2074
2074
  category: "Sensors",
2075
2075
  description: "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
@@ -2084,7 +2084,7 @@ var functions$1 = [
2084
2084
  {
2085
2085
  name: "useStepper",
2086
2086
  "package": "core",
2087
- lastUpdated: 1657132687000,
2087
+ lastUpdated: 1732178709000,
2088
2088
  docs: "https://vueuse.org/core/useStepper/",
2089
2089
  category: "Utilities",
2090
2090
  description: "provides helpers for building a multi-step wizard interface"
@@ -2092,7 +2092,7 @@ var functions$1 = [
2092
2092
  {
2093
2093
  name: "useStorage",
2094
2094
  "package": "core",
2095
- lastUpdated: 1726477425000,
2095
+ lastUpdated: 1732178709000,
2096
2096
  docs: "https://vueuse.org/core/useStorage/",
2097
2097
  category: "State",
2098
2098
  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)",
@@ -2107,7 +2107,7 @@ var functions$1 = [
2107
2107
  {
2108
2108
  name: "useStorageAsync",
2109
2109
  "package": "core",
2110
- lastUpdated: 1726477425000,
2110
+ lastUpdated: 1732178709000,
2111
2111
  docs: "https://vueuse.org/core/useStorageAsync/",
2112
2112
  category: "State",
2113
2113
  description: "reactive Storage in with async support",
@@ -2118,7 +2118,7 @@ var functions$1 = [
2118
2118
  {
2119
2119
  name: "useStyleTag",
2120
2120
  "package": "core",
2121
- lastUpdated: 1726477425000,
2121
+ lastUpdated: 1732178709000,
2122
2122
  docs: "https://vueuse.org/core/useStyleTag/",
2123
2123
  category: "Browser",
2124
2124
  description: "inject reactive `style` element in head"
@@ -2126,7 +2126,7 @@ var functions$1 = [
2126
2126
  {
2127
2127
  name: "useSubject",
2128
2128
  "package": "rxjs",
2129
- lastUpdated: 1726477425000,
2129
+ lastUpdated: 1732178709000,
2130
2130
  docs: "https://vueuse.org/rxjs/useSubject/",
2131
2131
  category: "@RxJS",
2132
2132
  description: "bind an RxJS [`Subject`](https://rxjs.dev/guide/subject) to a `ref` and propagate value changes both ways"
@@ -2142,7 +2142,7 @@ var functions$1 = [
2142
2142
  {
2143
2143
  name: "useSum",
2144
2144
  "package": "math",
2145
- lastUpdated: 1726477425000,
2145
+ lastUpdated: 1732178709000,
2146
2146
  docs: "https://vueuse.org/math/useSum/",
2147
2147
  category: "@Math",
2148
2148
  description: "get the sum of an array reactively"
@@ -2150,7 +2150,7 @@ var functions$1 = [
2150
2150
  {
2151
2151
  name: "useSupported",
2152
2152
  "package": "core",
2153
- lastUpdated: 1721219567000,
2153
+ lastUpdated: 1732178709000,
2154
2154
  docs: "https://vueuse.org/core/useSupported/",
2155
2155
  category: "Utilities",
2156
2156
  description: "sSR compatibility `isSupported`"
@@ -2158,7 +2158,7 @@ var functions$1 = [
2158
2158
  {
2159
2159
  name: "useSwipe",
2160
2160
  "package": "core",
2161
- lastUpdated: 1732176204000,
2161
+ lastUpdated: 1732178709000,
2162
2162
  docs: "https://vueuse.org/core/useSwipe/",
2163
2163
  category: "Sensors",
2164
2164
  description: "reactive swipe detection based on [`TouchEvents`](https://developer.mozilla.org/en-US/docs/Web/API/TouchEvent)"
@@ -2166,7 +2166,7 @@ var functions$1 = [
2166
2166
  {
2167
2167
  name: "useTemplateRefsList",
2168
2168
  "package": "core",
2169
- lastUpdated: 1721219567000,
2169
+ lastUpdated: 1732178709000,
2170
2170
  docs: "https://vueuse.org/core/useTemplateRefsList/",
2171
2171
  category: "Component",
2172
2172
  description: "shorthand for binding refs to template elements and components inside `v-for`"
@@ -2174,7 +2174,7 @@ var functions$1 = [
2174
2174
  {
2175
2175
  name: "useTextareaAutosize",
2176
2176
  "package": "core",
2177
- lastUpdated: 1726477425000,
2177
+ lastUpdated: 1732178709000,
2178
2178
  docs: "https://vueuse.org/core/useTextareaAutosize/",
2179
2179
  category: "Browser",
2180
2180
  description: "automatically update the height of a textarea depending on the content"
@@ -2182,7 +2182,7 @@ var functions$1 = [
2182
2182
  {
2183
2183
  name: "useTextDirection",
2184
2184
  "package": "core",
2185
- lastUpdated: 1726477425000,
2185
+ lastUpdated: 1732178709000,
2186
2186
  docs: "https://vueuse.org/core/useTextDirection/",
2187
2187
  category: "Browser",
2188
2188
  description: "reactive [dir](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir) of the element's text"
@@ -2190,7 +2190,7 @@ var functions$1 = [
2190
2190
  {
2191
2191
  name: "useTextSelection",
2192
2192
  "package": "core",
2193
- lastUpdated: 1726477425000,
2193
+ lastUpdated: 1732178709000,
2194
2194
  docs: "https://vueuse.org/core/useTextSelection/",
2195
2195
  category: "Sensors",
2196
2196
  description: "reactively track user text selection based on [`Window.getSelection`](https://developer.mozilla.org/en-US/docs/Web/API/Window/getSelection)"
@@ -2198,7 +2198,7 @@ var functions$1 = [
2198
2198
  {
2199
2199
  name: "useThrottledRefHistory",
2200
2200
  "package": "core",
2201
- lastUpdated: 1726477425000,
2201
+ lastUpdated: 1732178709000,
2202
2202
  docs: "https://vueuse.org/core/useThrottledRefHistory/",
2203
2203
  category: "State",
2204
2204
  description: "shorthand for `useRefHistory` with throttled filter",
@@ -2223,7 +2223,7 @@ var functions$1 = [
2223
2223
  {
2224
2224
  name: "useTimeAgo",
2225
2225
  "package": "core",
2226
- lastUpdated: 1726477425000,
2226
+ lastUpdated: 1732178709000,
2227
2227
  component: true,
2228
2228
  docs: "https://vueuse.org/core/useTimeAgo/",
2229
2229
  category: "Time",
@@ -2232,7 +2232,7 @@ var functions$1 = [
2232
2232
  {
2233
2233
  name: "useTimeout",
2234
2234
  "package": "shared",
2235
- lastUpdated: 1726477425000,
2235
+ lastUpdated: 1732178709000,
2236
2236
  docs: "https://vueuse.org/shared/useTimeout/",
2237
2237
  category: "Animation",
2238
2238
  description: "update value after a given time with controls"
@@ -2240,7 +2240,7 @@ var functions$1 = [
2240
2240
  {
2241
2241
  name: "useTimeoutFn",
2242
2242
  "package": "shared",
2243
- lastUpdated: 1726477425000,
2243
+ lastUpdated: 1732178709000,
2244
2244
  docs: "https://vueuse.org/shared/useTimeoutFn/",
2245
2245
  category: "Animation",
2246
2246
  description: "wrapper for `setTimeout` with controls"
@@ -2248,7 +2248,7 @@ var functions$1 = [
2248
2248
  {
2249
2249
  name: "useTimeoutPoll",
2250
2250
  "package": "core",
2251
- lastUpdated: 1726477425000,
2251
+ lastUpdated: 1732178709000,
2252
2252
  docs: "https://vueuse.org/core/useTimeoutPoll/",
2253
2253
  category: "Utilities",
2254
2254
  description: "use timeout to poll something"
@@ -2256,7 +2256,7 @@ var functions$1 = [
2256
2256
  {
2257
2257
  name: "useTimestamp",
2258
2258
  "package": "core",
2259
- lastUpdated: 1726477425000,
2259
+ lastUpdated: 1732178709000,
2260
2260
  component: true,
2261
2261
  docs: "https://vueuse.org/core/useTimestamp/",
2262
2262
  category: "Animation",
@@ -2265,7 +2265,7 @@ var functions$1 = [
2265
2265
  {
2266
2266
  name: "useTitle",
2267
2267
  "package": "core",
2268
- lastUpdated: 1726477425000,
2268
+ lastUpdated: 1732178709000,
2269
2269
  docs: "https://vueuse.org/core/useTitle/",
2270
2270
  category: "Browser",
2271
2271
  description: "reactive document title"
@@ -2273,7 +2273,7 @@ var functions$1 = [
2273
2273
  {
2274
2274
  name: "useToggle",
2275
2275
  "package": "shared",
2276
- lastUpdated: 1726477425000,
2276
+ lastUpdated: 1732178709000,
2277
2277
  docs: "https://vueuse.org/shared/useToggle/",
2278
2278
  category: "Utilities",
2279
2279
  description: "a boolean switcher with utility functions"
@@ -2281,7 +2281,7 @@ var functions$1 = [
2281
2281
  {
2282
2282
  name: "useToNumber",
2283
2283
  "package": "shared",
2284
- lastUpdated: 1726477425000,
2284
+ lastUpdated: 1732178709000,
2285
2285
  docs: "https://vueuse.org/shared/useToNumber/",
2286
2286
  category: "Utilities",
2287
2287
  description: "reactively convert a string ref to number"
@@ -2289,7 +2289,7 @@ var functions$1 = [
2289
2289
  {
2290
2290
  name: "useToString",
2291
2291
  "package": "shared",
2292
- lastUpdated: 1726477425000,
2292
+ lastUpdated: 1732178709000,
2293
2293
  docs: "https://vueuse.org/shared/useToString/",
2294
2294
  category: "Utilities",
2295
2295
  description: "reactively convert a ref to string"
@@ -2297,7 +2297,7 @@ var functions$1 = [
2297
2297
  {
2298
2298
  name: "useTransition",
2299
2299
  "package": "core",
2300
- lastUpdated: 1726477425000,
2300
+ lastUpdated: 1732178709000,
2301
2301
  docs: "https://vueuse.org/core/useTransition/",
2302
2302
  category: "Animation",
2303
2303
  description: "transition between values"
@@ -2305,7 +2305,7 @@ var functions$1 = [
2305
2305
  {
2306
2306
  name: "useTrunc",
2307
2307
  "package": "math",
2308
- lastUpdated: 1726477425000,
2308
+ lastUpdated: 1732178709000,
2309
2309
  docs: "https://vueuse.org/math/useTrunc/",
2310
2310
  category: "@Math",
2311
2311
  description: "reactive `Math.trunc`"
@@ -2313,7 +2313,7 @@ var functions$1 = [
2313
2313
  {
2314
2314
  name: "useUrlSearchParams",
2315
2315
  "package": "core",
2316
- lastUpdated: 1731997496000,
2316
+ lastUpdated: 1732178709000,
2317
2317
  docs: "https://vueuse.org/core/useUrlSearchParams/",
2318
2318
  category: "Browser",
2319
2319
  description: "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
@@ -2321,7 +2321,7 @@ var functions$1 = [
2321
2321
  {
2322
2322
  name: "useUserMedia",
2323
2323
  "package": "core",
2324
- lastUpdated: 1726477425000,
2324
+ lastUpdated: 1732178709000,
2325
2325
  docs: "https://vueuse.org/core/useUserMedia/",
2326
2326
  category: "Sensors",
2327
2327
  description: "reactive [`mediaDevices.getUserMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia) streaming",
@@ -2342,7 +2342,7 @@ var functions$1 = [
2342
2342
  {
2343
2343
  name: "useVirtualList",
2344
2344
  "package": "core",
2345
- lastUpdated: 1716813403000,
2345
+ lastUpdated: 1732178709000,
2346
2346
  component: true,
2347
2347
  docs: "https://vueuse.org/core/useVirtualList/",
2348
2348
  category: "Component",
@@ -2351,7 +2351,7 @@ var functions$1 = [
2351
2351
  {
2352
2352
  name: "useVModel",
2353
2353
  "package": "core",
2354
- lastUpdated: 1726477425000,
2354
+ lastUpdated: 1732178709000,
2355
2355
  docs: "https://vueuse.org/core/useVModel/",
2356
2356
  category: "Component",
2357
2357
  description: "shorthand for v-model binding",
@@ -2362,7 +2362,7 @@ var functions$1 = [
2362
2362
  {
2363
2363
  name: "useVModels",
2364
2364
  "package": "core",
2365
- lastUpdated: 1696659979000,
2365
+ lastUpdated: 1732178709000,
2366
2366
  docs: "https://vueuse.org/core/useVModels/",
2367
2367
  category: "Component",
2368
2368
  description: "shorthand for props v-model binding",
@@ -2373,7 +2373,7 @@ var functions$1 = [
2373
2373
  {
2374
2374
  name: "useWakeLock",
2375
2375
  "package": "core",
2376
- lastUpdated: 1726477425000,
2376
+ lastUpdated: 1732178709000,
2377
2377
  docs: "https://vueuse.org/core/useWakeLock/",
2378
2378
  category: "Browser",
2379
2379
  description: "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API)"
@@ -2381,7 +2381,7 @@ var functions$1 = [
2381
2381
  {
2382
2382
  name: "useWebNotification",
2383
2383
  "package": "core",
2384
- lastUpdated: 1726477425000,
2384
+ lastUpdated: 1732178709000,
2385
2385
  docs: "https://vueuse.org/core/useWebNotification/",
2386
2386
  category: "Browser",
2387
2387
  description: "reactive [Notification](https://developer.mozilla.org/en-US/docs/Web/API/notification)"
@@ -2389,7 +2389,7 @@ var functions$1 = [
2389
2389
  {
2390
2390
  name: "useWebSocket",
2391
2391
  "package": "core",
2392
- lastUpdated: 1730314478000,
2392
+ lastUpdated: 1732178709000,
2393
2393
  docs: "https://vueuse.org/core/useWebSocket/",
2394
2394
  category: "Network",
2395
2395
  description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
@@ -2397,7 +2397,7 @@ var functions$1 = [
2397
2397
  {
2398
2398
  name: "useWebWorker",
2399
2399
  "package": "core",
2400
- lastUpdated: 1726477425000,
2400
+ lastUpdated: 1732178709000,
2401
2401
  docs: "https://vueuse.org/core/useWebWorker/",
2402
2402
  category: "Browser",
2403
2403
  description: "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
@@ -2408,7 +2408,7 @@ var functions$1 = [
2408
2408
  {
2409
2409
  name: "useWebWorkerFn",
2410
2410
  "package": "core",
2411
- lastUpdated: 1726477425000,
2411
+ lastUpdated: 1732178709000,
2412
2412
  docs: "https://vueuse.org/core/useWebWorkerFn/",
2413
2413
  category: "Browser",
2414
2414
  description: "run expensive functions without blocking the UI",
@@ -2419,7 +2419,7 @@ var functions$1 = [
2419
2419
  {
2420
2420
  name: "useWindowFocus",
2421
2421
  "package": "core",
2422
- lastUpdated: 1726477425000,
2422
+ lastUpdated: 1732178709000,
2423
2423
  component: true,
2424
2424
  docs: "https://vueuse.org/core/useWindowFocus/",
2425
2425
  category: "Elements",
@@ -2428,7 +2428,7 @@ var functions$1 = [
2428
2428
  {
2429
2429
  name: "useWindowScroll",
2430
2430
  "package": "core",
2431
- lastUpdated: 1726477425000,
2431
+ lastUpdated: 1732178709000,
2432
2432
  docs: "https://vueuse.org/core/useWindowScroll/",
2433
2433
  category: "Elements",
2434
2434
  description: "reactive window scroll"
@@ -2436,7 +2436,7 @@ var functions$1 = [
2436
2436
  {
2437
2437
  name: "useWindowSize",
2438
2438
  "package": "core",
2439
- lastUpdated: 1726477425000,
2439
+ lastUpdated: 1732178709000,
2440
2440
  component: true,
2441
2441
  docs: "https://vueuse.org/core/useWindowSize/",
2442
2442
  category: "Elements",
@@ -2445,7 +2445,7 @@ var functions$1 = [
2445
2445
  {
2446
2446
  name: "useZoomFactor",
2447
2447
  "package": "electron",
2448
- lastUpdated: 1726477425000,
2448
+ lastUpdated: 1732178709000,
2449
2449
  docs: "https://vueuse.org/electron/useZoomFactor/",
2450
2450
  category: "@Electron",
2451
2451
  description: "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom factor"
@@ -2453,7 +2453,7 @@ var functions$1 = [
2453
2453
  {
2454
2454
  name: "useZoomLevel",
2455
2455
  "package": "electron",
2456
- lastUpdated: 1726477425000,
2456
+ lastUpdated: 1732178709000,
2457
2457
  docs: "https://vueuse.org/electron/useZoomLevel/",
2458
2458
  category: "@Electron",
2459
2459
  description: "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom level"
@@ -2461,13 +2461,13 @@ var functions$1 = [
2461
2461
  {
2462
2462
  name: "utils",
2463
2463
  "package": "shared",
2464
- lastUpdated: 1726477425000,
2464
+ lastUpdated: 1732178709000,
2465
2465
  internal: true
2466
2466
  },
2467
2467
  {
2468
2468
  name: "watchArray",
2469
2469
  "package": "shared",
2470
- lastUpdated: 1695461887000,
2470
+ lastUpdated: 1732178709000,
2471
2471
  docs: "https://vueuse.org/shared/watchArray/",
2472
2472
  category: "Watch",
2473
2473
  description: "watch for an array with additions and removals"
@@ -2475,7 +2475,7 @@ var functions$1 = [
2475
2475
  {
2476
2476
  name: "watchAtMost",
2477
2477
  "package": "shared",
2478
- lastUpdated: 1726477425000,
2478
+ lastUpdated: 1732178709000,
2479
2479
  docs: "https://vueuse.org/shared/watchAtMost/",
2480
2480
  category: "Watch",
2481
2481
  description: "`watch` with the number of times triggered"
@@ -2483,7 +2483,7 @@ var functions$1 = [
2483
2483
  {
2484
2484
  name: "watchDebounced",
2485
2485
  "package": "shared",
2486
- lastUpdated: 1681372607000,
2486
+ lastUpdated: 1732178709000,
2487
2487
  docs: "https://vueuse.org/shared/watchDebounced/",
2488
2488
  category: "Watch",
2489
2489
  description: "debounced watch",
@@ -2494,7 +2494,7 @@ var functions$1 = [
2494
2494
  {
2495
2495
  name: "watchDeep",
2496
2496
  "package": "shared",
2497
- lastUpdated: 1726477425000,
2497
+ lastUpdated: 1732178709000,
2498
2498
  docs: "https://vueuse.org/shared/watchDeep/",
2499
2499
  category: "Watch",
2500
2500
  description: "shorthand for watching value with `{deep: true}`"
@@ -2502,7 +2502,7 @@ var functions$1 = [
2502
2502
  {
2503
2503
  name: "watchExtractedObservable",
2504
2504
  "package": "rxjs",
2505
- lastUpdated: 1726477425000,
2505
+ lastUpdated: 1732178709000,
2506
2506
  docs: "https://vueuse.org/rxjs/watchExtractedObservable/",
2507
2507
  category: "@RxJS",
2508
2508
  description: "watch the values of an RxJS [`Observable`](https://rxjs.dev/guide/observable) as extracted from one or more composables"
@@ -2510,7 +2510,7 @@ var functions$1 = [
2510
2510
  {
2511
2511
  name: "watchIgnorable",
2512
2512
  "package": "shared",
2513
- lastUpdated: 1726477425000,
2513
+ lastUpdated: 1732178709000,
2514
2514
  docs: "https://vueuse.org/shared/watchIgnorable/",
2515
2515
  category: "Watch",
2516
2516
  description: "ignorable watch",
@@ -2521,7 +2521,7 @@ var functions$1 = [
2521
2521
  {
2522
2522
  name: "watchImmediate",
2523
2523
  "package": "shared",
2524
- lastUpdated: 1726477425000,
2524
+ lastUpdated: 1732178709000,
2525
2525
  docs: "https://vueuse.org/shared/watchImmediate/",
2526
2526
  category: "Watch",
2527
2527
  description: "shorthand for watching value with `{immediate: true}`"
@@ -2529,7 +2529,7 @@ var functions$1 = [
2529
2529
  {
2530
2530
  name: "watchOnce",
2531
2531
  "package": "shared",
2532
- lastUpdated: 1726477425000,
2532
+ lastUpdated: 1732178709000,
2533
2533
  docs: "https://vueuse.org/shared/watchOnce/",
2534
2534
  category: "Watch",
2535
2535
  description: "`watch` that only triggers once"
@@ -2537,7 +2537,7 @@ var functions$1 = [
2537
2537
  {
2538
2538
  name: "watchPausable",
2539
2539
  "package": "shared",
2540
- lastUpdated: 1726477425000,
2540
+ lastUpdated: 1732178709000,
2541
2541
  docs: "https://vueuse.org/shared/watchPausable/",
2542
2542
  category: "Watch",
2543
2543
  description: "pausable watch",
@@ -2548,7 +2548,7 @@ var functions$1 = [
2548
2548
  {
2549
2549
  name: "watchThrottled",
2550
2550
  "package": "shared",
2551
- lastUpdated: 1681372607000,
2551
+ lastUpdated: 1732178709000,
2552
2552
  docs: "https://vueuse.org/shared/watchThrottled/",
2553
2553
  category: "Watch",
2554
2554
  description: "throttled watch",
@@ -2559,7 +2559,7 @@ var functions$1 = [
2559
2559
  {
2560
2560
  name: "watchTriggerable",
2561
2561
  "package": "shared",
2562
- lastUpdated: 1726477425000,
2562
+ lastUpdated: 1732178709000,
2563
2563
  docs: "https://vueuse.org/shared/watchTriggerable/",
2564
2564
  category: "Watch",
2565
2565
  description: "watch that can be triggered manually"
@@ -2567,7 +2567,7 @@ var functions$1 = [
2567
2567
  {
2568
2568
  name: "watchWithFilter",
2569
2569
  "package": "shared",
2570
- lastUpdated: 1726477425000,
2570
+ lastUpdated: 1732178709000,
2571
2571
  docs: "https://vueuse.org/shared/watchWithFilter/",
2572
2572
  category: "Watch",
2573
2573
  description: "`watch` with additional EventFilter control"
@@ -2575,7 +2575,7 @@ var functions$1 = [
2575
2575
  {
2576
2576
  name: "whenever",
2577
2577
  "package": "shared",
2578
- lastUpdated: 1709008124000,
2578
+ lastUpdated: 1732178709000,
2579
2579
  docs: "https://vueuse.org/shared/whenever/",
2580
2580
  category: "Watch",
2581
2581
  description: "shorthand for watching value to be truthy"