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