@vueuse/metadata 8.9.4 → 9.0.0-beta.2

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 (5) hide show
  1. package/index.cjs +492 -209
  2. package/index.d.ts +1 -0
  3. package/index.json +485 -204
  4. package/index.mjs +492 -209
  5. package/package.json +1 -1
package/index.mjs CHANGED
@@ -21,6 +21,15 @@ var packages$1 = {
21
21
  ],
22
22
  dir: "packages/components"
23
23
  },
24
+ math: {
25
+ name: "math",
26
+ display: "Math",
27
+ description: "Math functions for VueUse",
28
+ external: [
29
+ "@vueuse/shared"
30
+ ],
31
+ dir: "packages/math"
32
+ },
24
33
  router: {
25
34
  name: "router",
26
35
  display: "Router",
@@ -53,7 +62,8 @@ var packages$1 = {
53
62
  "drauu",
54
63
  "@vueuse/core",
55
64
  "@vueuse/shared",
56
- "fuse.js"
65
+ "fuse.js",
66
+ "async-validator"
57
67
  ],
58
68
  globals: {
59
69
  axios: "axios",
@@ -64,7 +74,8 @@ var packages$1 = {
64
74
  "focus-trap": "focusTrap",
65
75
  drauu: "Drauu",
66
76
  "fuse.js": "Fuse",
67
- "change-case": "changeCase"
77
+ "change-case": "changeCase",
78
+ "async-validator": "AsyncValidator"
68
79
  },
69
80
  dir: "packages/integrations",
70
81
  docs: "https://vueuse.org/integrations/README.html"
@@ -118,19 +129,22 @@ var packages$1 = {
118
129
  };
119
130
  var categories$1 = [
120
131
  "Animation",
132
+ "Array",
121
133
  "Browser",
122
134
  "Component",
123
135
  "Elements",
124
- "Misc",
125
136
  "Network",
137
+ "Reactivity",
126
138
  "Sensors",
127
139
  "State",
140
+ "Time",
128
141
  "Utilities",
129
142
  "Watch",
130
143
  "@Electron",
131
144
  "@Firebase",
132
145
  "@Head",
133
146
  "@Integrations",
147
+ "@Math",
134
148
  "@Motion",
135
149
  "@Router",
136
150
  "@RxJS",
@@ -143,7 +157,7 @@ var functions$1 = [
143
157
  "package": "core",
144
158
  lastUpdated: 1651597361000,
145
159
  docs: "https://vueuse.org/core/computedAsync/",
146
- category: "Utilities",
160
+ category: "Reactivity",
147
161
  description: "computed for async functions",
148
162
  alias: [
149
163
  "asyncComputed"
@@ -154,7 +168,7 @@ var functions$1 = [
154
168
  "package": "shared",
155
169
  lastUpdated: 1645956777000,
156
170
  docs: "https://vueuse.org/shared/computedEager/",
157
- category: "Utilities",
171
+ category: "Reactivity",
158
172
  description: "eager computed without lazy evaluation",
159
173
  alias: [
160
174
  "eagerComputed"
@@ -173,7 +187,7 @@ var functions$1 = [
173
187
  "package": "shared",
174
188
  lastUpdated: 1657102664000,
175
189
  docs: "https://vueuse.org/shared/computedWithControl/",
176
- category: "Utilities",
190
+ category: "Reactivity",
177
191
  description: "explicitly define the dependencies of computed",
178
192
  alias: [
179
193
  "controlledComputed"
@@ -190,13 +204,28 @@ var functions$1 = [
190
204
  category: "Utilities",
191
205
  description: "utility for creating event hooks"
192
206
  },
207
+ {
208
+ name: "createGenericProjection",
209
+ "package": "math",
210
+ lastUpdated: 1657437998000,
211
+ docs: "https://vueuse.org/math/createGenericProjection/",
212
+ category: "@Math",
213
+ description: "generic version of `createProjection`",
214
+ related: [
215
+ "createProjection",
216
+ "useProjection"
217
+ ]
218
+ },
193
219
  {
194
220
  name: "createGlobalState",
195
221
  "package": "shared",
196
222
  lastUpdated: 1625749207000,
197
223
  docs: "https://vueuse.org/shared/createGlobalState/",
198
224
  category: "State",
199
- description: "keep states in the global scope to be reusable across Vue instances"
225
+ description: "keep states in the global scope to be reusable across Vue instances",
226
+ related: [
227
+ "createSharedComposable"
228
+ ]
200
229
  },
201
230
  {
202
231
  name: "createHead",
@@ -213,6 +242,18 @@ var functions$1 = [
213
242
  category: "State",
214
243
  description: "create global state that can be injected into components"
215
244
  },
245
+ {
246
+ name: "createProjection",
247
+ "package": "math",
248
+ lastUpdated: 1657437998000,
249
+ docs: "https://vueuse.org/math/createProjection/",
250
+ category: "@Math",
251
+ description: "reactive numeric projection from one domain to another",
252
+ related: [
253
+ "createGenericProjection",
254
+ "useProjection"
255
+ ]
256
+ },
216
257
  {
217
258
  name: "createSchemaOrg",
218
259
  "package": "schema-org",
@@ -226,7 +267,10 @@ var functions$1 = [
226
267
  lastUpdated: 1639442454000,
227
268
  docs: "https://vueuse.org/shared/createSharedComposable/",
228
269
  category: "State",
229
- description: "make a composable function usable with multiple Vue instances"
270
+ description: "make a composable function usable with multiple Vue instances",
271
+ related: [
272
+ "createGlobalState"
273
+ ]
230
274
  },
231
275
  {
232
276
  name: "createUnrefFn",
@@ -244,7 +288,7 @@ var functions$1 = [
244
288
  "package": "shared",
245
289
  lastUpdated: 1639442454000,
246
290
  docs: "https://vueuse.org/shared/extendRef/",
247
- category: "Utilities",
291
+ category: "Reactivity",
248
292
  description: "add extra attributes to Ref"
249
293
  },
250
294
  {
@@ -273,10 +317,10 @@ var functions$1 = [
273
317
  },
274
318
  {
275
319
  name: "logicAnd",
276
- "package": "shared",
277
- lastUpdated: 1646037429000,
278
- docs: "https://vueuse.org/shared/logicAnd/",
279
- category: "Utilities",
320
+ "package": "math",
321
+ lastUpdated: 1657261466000,
322
+ docs: "https://vueuse.org/math/logicAnd/",
323
+ category: "@Math",
280
324
  description: "`AND` condition for refs",
281
325
  alias: [
282
326
  "and"
@@ -288,10 +332,10 @@ var functions$1 = [
288
332
  },
289
333
  {
290
334
  name: "logicNot",
291
- "package": "shared",
292
- lastUpdated: 1646037429000,
293
- docs: "https://vueuse.org/shared/logicNot/",
294
- category: "Utilities",
335
+ "package": "math",
336
+ lastUpdated: 1657261466000,
337
+ docs: "https://vueuse.org/math/logicNot/",
338
+ category: "@Math",
295
339
  description: "`NOT` condition for ref",
296
340
  alias: [
297
341
  "not"
@@ -303,10 +347,10 @@ var functions$1 = [
303
347
  },
304
348
  {
305
349
  name: "logicOr",
306
- "package": "shared",
307
- lastUpdated: 1646037429000,
308
- docs: "https://vueuse.org/shared/logicOr/",
309
- category: "Utilities",
350
+ "package": "math",
351
+ lastUpdated: 1657261466000,
352
+ docs: "https://vueuse.org/math/logicOr/",
353
+ category: "@Math",
310
354
  description: "`OR` conditions for refs",
311
355
  alias: [
312
356
  "or"
@@ -327,7 +371,7 @@ var functions$1 = [
327
371
  {
328
372
  name: "onClickOutside",
329
373
  "package": "core",
330
- lastUpdated: 1657430765000,
374
+ lastUpdated: 1658285512000,
331
375
  component: true,
332
376
  directive: true,
333
377
  docs: "https://vueuse.org/core/onClickOutside/",
@@ -337,7 +381,7 @@ var functions$1 = [
337
381
  {
338
382
  name: "onKeyStroke",
339
383
  "package": "core",
340
- lastUpdated: 1642756441000,
384
+ lastUpdated: 1657430566000,
341
385
  directive: true,
342
386
  docs: "https://vueuse.org/core/onKeyStroke/",
343
387
  category: "Sensors",
@@ -364,9 +408,9 @@ var functions$1 = [
364
408
  {
365
409
  name: "reactify",
366
410
  "package": "shared",
367
- lastUpdated: 1651597361000,
411
+ lastUpdated: 1657634926000,
368
412
  docs: "https://vueuse.org/shared/reactify/",
369
- category: "Utilities",
413
+ category: "Reactivity",
370
414
  description: "converts plain functions into reactive functions",
371
415
  alias: [
372
416
  "createReactiveFn"
@@ -378,9 +422,9 @@ var functions$1 = [
378
422
  {
379
423
  name: "reactifyObject",
380
424
  "package": "shared",
381
- lastUpdated: 1642756441000,
425
+ lastUpdated: 1657634926000,
382
426
  docs: "https://vueuse.org/shared/reactifyObject/",
383
- category: "Utilities",
427
+ category: "Reactivity",
384
428
  description: "apply `reactify` to an object"
385
429
  },
386
430
  {
@@ -388,31 +432,31 @@ var functions$1 = [
388
432
  "package": "shared",
389
433
  lastUpdated: 1645876129000,
390
434
  docs: "https://vueuse.org/shared/reactiveComputed/",
391
- category: "Utilities",
435
+ category: "Reactivity",
392
436
  description: "computed reactive object"
393
437
  },
394
438
  {
395
439
  name: "reactiveOmit",
396
440
  "package": "shared",
397
- lastUpdated: 1657076758000,
441
+ lastUpdated: 1658645224000,
398
442
  docs: "https://vueuse.org/shared/reactiveOmit/",
399
- category: "Utilities",
443
+ category: "Reactivity",
400
444
  description: "reactively omit fields from a reactive object"
401
445
  },
402
446
  {
403
447
  name: "reactivePick",
404
448
  "package": "shared",
405
- lastUpdated: 1657076758000,
449
+ lastUpdated: 1658645224000,
406
450
  docs: "https://vueuse.org/shared/reactivePick/",
407
- category: "Utilities",
451
+ category: "Reactivity",
408
452
  description: "reactively pick fields from a reactive object"
409
453
  },
410
454
  {
411
455
  name: "refAutoReset",
412
456
  "package": "shared",
413
- lastUpdated: 1650438204000,
457
+ lastUpdated: 1657259100000,
414
458
  docs: "https://vueuse.org/shared/refAutoReset/",
415
- category: "Utilities",
459
+ category: "Reactivity",
416
460
  description: "a ref which will be reset to the default value after some time",
417
461
  alias: [
418
462
  "autoResetRef"
@@ -423,11 +467,14 @@ var functions$1 = [
423
467
  "package": "shared",
424
468
  lastUpdated: 1645956777000,
425
469
  docs: "https://vueuse.org/shared/refDebounced/",
426
- category: "Utilities",
470
+ category: "Reactivity",
427
471
  description: "debounce execution of a ref value",
428
472
  alias: [
429
473
  "useDebounce",
430
474
  "debouncedRef"
475
+ ],
476
+ related: [
477
+ "useThrottleFn"
431
478
  ]
432
479
  },
433
480
  {
@@ -435,7 +482,7 @@ var functions$1 = [
435
482
  "package": "shared",
436
483
  lastUpdated: 1639442454000,
437
484
  docs: "https://vueuse.org/shared/refDefault/",
438
- category: "Utilities",
485
+ category: "Reactivity",
439
486
  description: "apply default value to a ref"
440
487
  },
441
488
  {
@@ -443,11 +490,14 @@ var functions$1 = [
443
490
  "package": "shared",
444
491
  lastUpdated: 1645956777000,
445
492
  docs: "https://vueuse.org/shared/refThrottled/",
446
- category: "Utilities",
493
+ category: "Reactivity",
447
494
  description: "throttle changing of a ref value",
448
495
  alias: [
449
496
  "useThrottle",
450
497
  "throttledRef"
498
+ ],
499
+ related: [
500
+ "useThrottleFn"
451
501
  ]
452
502
  },
453
503
  {
@@ -455,7 +505,7 @@ var functions$1 = [
455
505
  "package": "shared",
456
506
  lastUpdated: 1645956154000,
457
507
  docs: "https://vueuse.org/shared/refWithControl/",
458
- category: "Utilities",
508
+ category: "Reactivity",
459
509
  description: "fine-grained controls over ref and its reactivity",
460
510
  alias: [
461
511
  "controlledRef"
@@ -467,9 +517,9 @@ var functions$1 = [
467
517
  {
468
518
  name: "resolveRef",
469
519
  "package": "shared",
470
- lastUpdated: 1657075685000,
520
+ lastUpdated: 1657259100000,
471
521
  docs: "https://vueuse.org/shared/resolveRef/",
472
- category: "Utilities",
522
+ category: "Reactivity",
473
523
  description: "normalize value/ref/getter to `ref` or `computed`",
474
524
  related: [
475
525
  "resolveUnref"
@@ -480,7 +530,7 @@ var functions$1 = [
480
530
  "package": "shared",
481
531
  lastUpdated: 1657075685000,
482
532
  docs: "https://vueuse.org/shared/resolveUnref/",
483
- category: "Utilities",
533
+ category: "Reactivity",
484
534
  description: "get the value of value/ref/getter",
485
535
  related: [
486
536
  "resolveRef"
@@ -497,9 +547,9 @@ var functions$1 = [
497
547
  {
498
548
  name: "syncRef",
499
549
  "package": "shared",
500
- lastUpdated: 1645952177000,
550
+ lastUpdated: 1658655180000,
501
551
  docs: "https://vueuse.org/shared/syncRef/",
502
- category: "Utilities",
552
+ category: "Reactivity",
503
553
  description: "two-way refs synchronization",
504
554
  related: [
505
555
  "syncRefs"
@@ -510,7 +560,7 @@ var functions$1 = [
510
560
  "package": "shared",
511
561
  lastUpdated: 1645952177000,
512
562
  docs: "https://vueuse.org/shared/syncRefs/",
513
- category: "Utilities",
563
+ category: "Reactivity",
514
564
  description: "keep target refs in sync with a source ref",
515
565
  related: [
516
566
  "syncRef"
@@ -530,14 +580,14 @@ var functions$1 = [
530
580
  lastUpdated: 1631130736000,
531
581
  docs: "https://vueuse.org/rxjs/toObserver/",
532
582
  category: "@RxJS",
533
- description: "sugar function to convert a ref in an observer"
583
+ description: "sugar function to convert a `ref` into an RxJS [Observer](https://rxjs.dev/guide/observer)"
534
584
  },
535
585
  {
536
586
  name: "toReactive",
537
587
  "package": "shared",
538
588
  lastUpdated: 1645878866000,
539
589
  docs: "https://vueuse.org/shared/toReactive/",
540
- category: "Utilities",
590
+ category: "Reactivity",
541
591
  description: "converts ref to reactive"
542
592
  },
543
593
  {
@@ -545,7 +595,7 @@ var functions$1 = [
545
595
  "package": "shared",
546
596
  lastUpdated: 1655284952000,
547
597
  docs: "https://vueuse.org/shared/toRefs/",
548
- category: "Utilities",
598
+ category: "Reactivity",
549
599
  description: "extended [`toRefs`](https://v3.vuejs.org/api/refs-api.html#torefs) that also accepts refs of an object"
550
600
  },
551
601
  {
@@ -591,7 +641,7 @@ var functions$1 = [
591
641
  {
592
642
  name: "unrefElement",
593
643
  "package": "core",
594
- lastUpdated: 1655551027000,
644
+ lastUpdated: 1657259100000,
595
645
  docs: "https://vueuse.org/core/unrefElement/",
596
646
  category: "Component",
597
647
  description: "unref for dom element"
@@ -599,11 +649,19 @@ var functions$1 = [
599
649
  {
600
650
  name: "until",
601
651
  "package": "shared",
602
- lastUpdated: 1655391355000,
652
+ lastUpdated: 1657259100000,
603
653
  docs: "https://vueuse.org/shared/until/",
604
654
  category: "Watch",
605
655
  description: "promised one-time watch for changes"
606
656
  },
657
+ {
658
+ name: "useAbs",
659
+ "package": "math",
660
+ lastUpdated: 1658041562000,
661
+ docs: "https://vueuse.org/math/useAbs/",
662
+ category: "@Math",
663
+ description: "reactive `Math.abs`"
664
+ },
607
665
  {
608
666
  name: "useActiveElement",
609
667
  "package": "core",
@@ -613,6 +671,70 @@ var functions$1 = [
613
671
  category: "Elements",
614
672
  description: "reactive `document.activeElement`"
615
673
  },
674
+ {
675
+ name: "useArrayEvery",
676
+ "package": "shared",
677
+ lastUpdated: 1657954423000,
678
+ docs: "https://vueuse.org/shared/useArrayEvery/",
679
+ category: "Array",
680
+ description: "reactive `Array.every`"
681
+ },
682
+ {
683
+ name: "useArrayFilter",
684
+ "package": "shared",
685
+ lastUpdated: 1657813280000,
686
+ docs: "https://vueuse.org/shared/useArrayFilter/",
687
+ category: "Array",
688
+ description: "reactive `Array.filter`"
689
+ },
690
+ {
691
+ name: "useArrayFind",
692
+ "package": "shared",
693
+ lastUpdated: 1658040382000,
694
+ docs: "https://vueuse.org/shared/useArrayFind/",
695
+ category: "Array",
696
+ description: "reactive `Array.find`"
697
+ },
698
+ {
699
+ name: "useArrayFindIndex",
700
+ "package": "shared",
701
+ lastUpdated: 1658416780000,
702
+ docs: "https://vueuse.org/shared/useArrayFindIndex/",
703
+ category: "Array",
704
+ description: "reactive `Array.findIndex`"
705
+ },
706
+ {
707
+ name: "useArrayJoin",
708
+ "package": "shared",
709
+ lastUpdated: 1657955066000,
710
+ docs: "https://vueuse.org/shared/useArrayJoin/",
711
+ category: "Array",
712
+ description: "reactive `Array.join`"
713
+ },
714
+ {
715
+ name: "useArrayMap",
716
+ "package": "shared",
717
+ lastUpdated: 1657813311000,
718
+ docs: "https://vueuse.org/shared/useArrayMap/",
719
+ category: "Array",
720
+ description: "reactive `Array.map`"
721
+ },
722
+ {
723
+ name: "useArrayReduce",
724
+ "package": "shared",
725
+ lastUpdated: 1657954977000,
726
+ docs: "https://vueuse.org/shared/useArrayReduce/",
727
+ category: "Array",
728
+ description: "reactive `Array.reduce`"
729
+ },
730
+ {
731
+ name: "useArraySome",
732
+ "package": "shared",
733
+ lastUpdated: 1657954423000,
734
+ docs: "https://vueuse.org/shared/useArraySome/",
735
+ category: "Array",
736
+ description: "reactive `Array.some`"
737
+ },
616
738
  {
617
739
  name: "useAsyncQueue",
618
740
  "package": "core",
@@ -624,7 +746,7 @@ var functions$1 = [
624
746
  {
625
747
  name: "useAsyncState",
626
748
  "package": "core",
627
- lastUpdated: 1650677704000,
749
+ lastUpdated: 1658656516000,
628
750
  docs: "https://vueuse.org/core/useAsyncState/",
629
751
  category: "State",
630
752
  description: "reactive async state"
@@ -632,32 +754,43 @@ var functions$1 = [
632
754
  {
633
755
  name: "useAsyncValidator",
634
756
  "package": "integrations",
635
- lastUpdated: 1655449097000,
757
+ lastUpdated: 1657259100000,
636
758
  component: true,
637
759
  docs: "https://vueuse.org/integrations/useAsyncValidator/",
638
760
  category: "@Integrations",
639
- description: "wrapper for [`async-validator`](https://github.com/yiminghe/async-validator)"
761
+ description: "wrapper for [`async-validator`](https://github.com/yiminghe/async-validator)",
762
+ importPath: "integrations/useAsyncValidator"
640
763
  },
641
764
  {
642
765
  name: "useAuth",
643
766
  "package": "firebase",
644
- lastUpdated: 1639442454000,
767
+ lastUpdated: 1658645224000,
645
768
  docs: "https://vueuse.org/firebase/useAuth/",
646
769
  category: "@Firebase",
647
- description: "reactive [Firebase Auth](https://firebase.google.com/docs/auth) binding"
770
+ description: "reactive [Firebase Auth](https://firebase.google.com/docs/auth) binding",
771
+ importPath: "firebase/useAuth"
772
+ },
773
+ {
774
+ name: "useAverage",
775
+ "package": "math",
776
+ lastUpdated: 1658041190000,
777
+ docs: "https://vueuse.org/math/useAverage/",
778
+ category: "@Math",
779
+ description: "get the average of an array reactively"
648
780
  },
649
781
  {
650
782
  name: "useAxios",
651
783
  "package": "integrations",
652
- lastUpdated: 1657076506000,
784
+ lastUpdated: 1657259100000,
653
785
  docs: "https://vueuse.org/integrations/useAxios/",
654
786
  category: "@Integrations",
655
- description: "wrapper for [`axios`](https://github.com/axios/axios)"
787
+ description: "wrapper for [`axios`](https://github.com/axios/axios)",
788
+ importPath: "integrations/useAxios"
656
789
  },
657
790
  {
658
791
  name: "useBase64",
659
792
  "package": "core",
660
- lastUpdated: 1657077425000,
793
+ lastUpdated: 1657259100000,
661
794
  docs: "https://vueuse.org/core/useBase64/",
662
795
  category: "Utilities",
663
796
  description: "reactive base64 transforming"
@@ -665,7 +798,7 @@ var functions$1 = [
665
798
  {
666
799
  name: "useBattery",
667
800
  "package": "core",
668
- lastUpdated: 1639442454000,
801
+ lastUpdated: 1657430593000,
669
802
  component: true,
670
803
  docs: "https://vueuse.org/core/useBattery/",
671
804
  category: "Sensors",
@@ -674,7 +807,7 @@ var functions$1 = [
674
807
  {
675
808
  name: "useBluetooth",
676
809
  "package": "core",
677
- lastUpdated: 1655394576000,
810
+ lastUpdated: 1658083596000,
678
811
  docs: "https://vueuse.org/core/useBluetooth/",
679
812
  category: "Browser",
680
813
  description: "reactive [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API)"
@@ -690,7 +823,7 @@ var functions$1 = [
690
823
  {
691
824
  name: "useBroadcastChannel",
692
825
  "package": "core",
693
- lastUpdated: 1640932168000,
826
+ lastUpdated: 1658083596000,
694
827
  docs: "https://vueuse.org/core/useBroadcastChannel/",
695
828
  category: "Browser",
696
829
  description: "reactive [BroadcastChannel API](https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel)"
@@ -712,26 +845,35 @@ var functions$1 = [
712
845
  category: "Utilities",
713
846
  description: "cache a ref with a custom comparator"
714
847
  },
848
+ {
849
+ name: "useCeil",
850
+ "package": "math",
851
+ lastUpdated: 1657638060000,
852
+ docs: "https://vueuse.org/math/useCeil/",
853
+ category: "@Math",
854
+ description: "reactive `Math.ceil`"
855
+ },
715
856
  {
716
857
  name: "useChangeCase",
717
858
  "package": "integrations",
718
- lastUpdated: 1646640858000,
859
+ lastUpdated: 1657259100000,
719
860
  docs: "https://vueuse.org/integrations/useChangeCase/",
720
861
  category: "@Integrations",
721
- description: "wrapper for [`change-case`](https://github.com/blakeembrey/change-case)"
862
+ description: "reactive wrapper for [`change-case`](https://github.com/blakeembrey/change-case)",
863
+ importPath: "integrations/useChangeCase"
722
864
  },
723
865
  {
724
866
  name: "useClamp",
725
- "package": "core",
726
- lastUpdated: 1645872829000,
727
- docs: "https://vueuse.org/core/useClamp/",
728
- category: "Utilities",
867
+ "package": "math",
868
+ lastUpdated: 1657431142000,
869
+ docs: "https://vueuse.org/math/useClamp/",
870
+ category: "@Math",
729
871
  description: "reactively clamp a value between two other values"
730
872
  },
731
873
  {
732
874
  name: "useClipboard",
733
875
  "package": "core",
734
- lastUpdated: 1647220329000,
876
+ lastUpdated: 1657634287000,
735
877
  docs: "https://vueuse.org/core/useClipboard/",
736
878
  category: "Browser",
737
879
  description: "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
@@ -739,7 +881,7 @@ var functions$1 = [
739
881
  {
740
882
  name: "useColorMode",
741
883
  "package": "core",
742
- lastUpdated: 1657132668000,
884
+ lastUpdated: 1658652612000,
743
885
  component: true,
744
886
  docs: "https://vueuse.org/core/useColorMode/",
745
887
  category: "Browser",
@@ -764,7 +906,8 @@ var functions$1 = [
764
906
  lastUpdated: 1642756753000,
765
907
  docs: "https://vueuse.org/integrations/useCookies/",
766
908
  category: "@Integrations",
767
- description: "wrapper for [`universal-cookie`](https://www.npmjs.com/package/universal-cookie)"
909
+ description: "wrapper for [`universal-cookie`](https://www.npmjs.com/package/universal-cookie)",
910
+ importPath: "integrations/useCookies"
768
911
  },
769
912
  {
770
913
  name: "useCounter",
@@ -777,7 +920,7 @@ var functions$1 = [
777
920
  {
778
921
  name: "useCssVar",
779
922
  "package": "core",
780
- lastUpdated: 1657076529000,
923
+ lastUpdated: 1657259100000,
781
924
  docs: "https://vueuse.org/core/useCssVar/",
782
925
  category: "Browser",
783
926
  description: "manipulate CSS variables"
@@ -793,7 +936,7 @@ var functions$1 = [
793
936
  {
794
937
  name: "useCycleList",
795
938
  "package": "core",
796
- lastUpdated: 1645016530000,
939
+ lastUpdated: 1658083596000,
797
940
  docs: "https://vueuse.org/core/useCycleList/",
798
941
  category: "Utilities",
799
942
  description: "cycle through a list of items"
@@ -815,15 +958,15 @@ var functions$1 = [
815
958
  {
816
959
  name: "useDateFormat",
817
960
  "package": "shared",
818
- lastUpdated: 1651597361000,
961
+ lastUpdated: 1657259100000,
819
962
  docs: "https://vueuse.org/shared/useDateFormat/",
820
- category: "Utilities",
963
+ category: "Time",
821
964
  description: "get the formatted date according to the string of tokens passed in"
822
965
  },
823
966
  {
824
967
  name: "useDebouncedRefHistory",
825
968
  "package": "core",
826
- lastUpdated: 1639442454000,
969
+ lastUpdated: 1657259100000,
827
970
  docs: "https://vueuse.org/core/useDebouncedRefHistory/",
828
971
  category: "State",
829
972
  description: "shorthand for `useRefHistory` with debounced filter",
@@ -835,10 +978,13 @@ var functions$1 = [
835
978
  {
836
979
  name: "useDebounceFn",
837
980
  "package": "shared",
838
- lastUpdated: 1639818708000,
981
+ lastUpdated: 1658645224000,
839
982
  docs: "https://vueuse.org/shared/useDebounceFn/",
840
983
  category: "Utilities",
841
- description: "debounce execution of a function"
984
+ description: "debounce execution of a function",
985
+ related: [
986
+ "useThrottleFn"
987
+ ]
842
988
  },
843
989
  {
844
990
  name: "useDeviceMotion",
@@ -852,7 +998,7 @@ var functions$1 = [
852
998
  {
853
999
  name: "useDeviceOrientation",
854
1000
  "package": "core",
855
- lastUpdated: 1639442454000,
1001
+ lastUpdated: 1657430593000,
856
1002
  component: true,
857
1003
  docs: "https://vueuse.org/core/useDeviceOrientation/",
858
1004
  category: "Sensors",
@@ -870,16 +1016,19 @@ var functions$1 = [
870
1016
  {
871
1017
  name: "useDevicesList",
872
1018
  "package": "core",
873
- lastUpdated: 1639442454000,
1019
+ lastUpdated: 1657430593000,
874
1020
  component: true,
875
1021
  docs: "https://vueuse.org/core/useDevicesList/",
876
1022
  category: "Sensors",
877
- description: "reactive [enumerateDevices](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/enumerateDevices) listing avaliable input/output devices"
1023
+ description: "reactive [enumerateDevices](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/enumerateDevices) listing avaliable input/output devices",
1024
+ related: [
1025
+ "useUserMedia"
1026
+ ]
878
1027
  },
879
1028
  {
880
1029
  name: "useDisplayMedia",
881
1030
  "package": "core",
882
- lastUpdated: 1649251191000,
1031
+ lastUpdated: 1657430593000,
883
1032
  docs: "https://vueuse.org/core/useDisplayMedia/",
884
1033
  category: "Sensors",
885
1034
  description: "reactive [`mediaDevices.getDisplayMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia) streaming",
@@ -890,7 +1039,7 @@ var functions$1 = [
890
1039
  {
891
1040
  name: "useDocumentVisibility",
892
1041
  "package": "core",
893
- lastUpdated: 1646168589000,
1042
+ lastUpdated: 1658083596000,
894
1043
  component: true,
895
1044
  docs: "https://vueuse.org/core/useDocumentVisibility/",
896
1045
  category: "Elements",
@@ -899,7 +1048,7 @@ var functions$1 = [
899
1048
  {
900
1049
  name: "useDraggable",
901
1050
  "package": "core",
902
- lastUpdated: 1650371782000,
1051
+ lastUpdated: 1658083596000,
903
1052
  component: true,
904
1053
  docs: "https://vueuse.org/core/useDraggable/",
905
1054
  category: "Elements",
@@ -908,15 +1057,16 @@ var functions$1 = [
908
1057
  {
909
1058
  name: "useDrauu",
910
1059
  "package": "integrations",
911
- lastUpdated: 1657076024000,
1060
+ lastUpdated: 1657259100000,
912
1061
  docs: "https://vueuse.org/integrations/useDrauu/",
913
1062
  category: "@Integrations",
914
- description: "reactive instance for [drauu](https://github.com/antfu/drauu)"
1063
+ description: "reactive instance for [drauu](https://github.com/antfu/drauu)",
1064
+ importPath: "integrations/useDrauu"
915
1065
  },
916
1066
  {
917
1067
  name: "useDropZone",
918
1068
  "package": "core",
919
- lastUpdated: 1658039779000,
1069
+ lastUpdated: 1658043158000,
920
1070
  docs: "https://vueuse.org/core/useDropZone/",
921
1071
  category: "Elements",
922
1072
  description: "create an zone where files can be dropped"
@@ -924,7 +1074,7 @@ var functions$1 = [
924
1074
  {
925
1075
  name: "useElementBounding",
926
1076
  "package": "core",
927
- lastUpdated: 1651595186000,
1077
+ lastUpdated: 1657259100000,
928
1078
  component: true,
929
1079
  docs: "https://vueuse.org/core/useElementBounding/",
930
1080
  category: "Elements",
@@ -933,7 +1083,7 @@ var functions$1 = [
933
1083
  {
934
1084
  name: "useElementByPoint",
935
1085
  "package": "core",
936
- lastUpdated: 1640682127000,
1086
+ lastUpdated: 1657259100000,
937
1087
  docs: "https://vueuse.org/core/useElementByPoint/",
938
1088
  category: "Sensors",
939
1089
  description: "reactive element by point"
@@ -941,7 +1091,7 @@ var functions$1 = [
941
1091
  {
942
1092
  name: "useElementHover",
943
1093
  "package": "core",
944
- lastUpdated: 1639442454000,
1094
+ lastUpdated: 1657259100000,
945
1095
  directive: true,
946
1096
  docs: "https://vueuse.org/core/useElementHover/",
947
1097
  category: "Sensors",
@@ -950,7 +1100,7 @@ var functions$1 = [
950
1100
  {
951
1101
  name: "useElementSize",
952
1102
  "package": "core",
953
- lastUpdated: 1644734119000,
1103
+ lastUpdated: 1657634277000,
954
1104
  component: true,
955
1105
  directive: true,
956
1106
  docs: "https://vueuse.org/core/useElementSize/",
@@ -974,7 +1124,7 @@ var functions$1 = [
974
1124
  {
975
1125
  name: "useElementVisibility",
976
1126
  "package": "core",
977
- lastUpdated: 1651597361000,
1127
+ lastUpdated: 1657634298000,
978
1128
  component: true,
979
1129
  directive: true,
980
1130
  docs: "https://vueuse.org/core/useElementVisibility/",
@@ -992,7 +1142,7 @@ var functions$1 = [
992
1142
  {
993
1143
  name: "useEventListener",
994
1144
  "package": "core",
995
- lastUpdated: 1647453655000,
1145
+ lastUpdated: 1657259100000,
996
1146
  docs: "https://vueuse.org/core/useEventListener/",
997
1147
  category: "Browser",
998
1148
  description: "use EventListener with ease"
@@ -1000,7 +1150,7 @@ var functions$1 = [
1000
1150
  {
1001
1151
  name: "useEventSource",
1002
1152
  "package": "core",
1003
- lastUpdated: 1639442454000,
1153
+ lastUpdated: 1657634387000,
1004
1154
  docs: "https://vueuse.org/core/useEventSource/",
1005
1155
  category: "Network",
1006
1156
  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"
@@ -1008,7 +1158,7 @@ var functions$1 = [
1008
1158
  {
1009
1159
  name: "useEyeDropper",
1010
1160
  "package": "core",
1011
- lastUpdated: 1637943423000,
1161
+ lastUpdated: 1658083596000,
1012
1162
  component: true,
1013
1163
  docs: "https://vueuse.org/core/useEyeDropper/",
1014
1164
  category: "Browser",
@@ -1017,7 +1167,7 @@ var functions$1 = [
1017
1167
  {
1018
1168
  name: "useFavicon",
1019
1169
  "package": "core",
1020
- lastUpdated: 1639818708000,
1170
+ lastUpdated: 1657634950000,
1021
1171
  docs: "https://vueuse.org/core/useFavicon/",
1022
1172
  category: "Browser",
1023
1173
  description: "reactive favicon"
@@ -1025,7 +1175,7 @@ var functions$1 = [
1025
1175
  {
1026
1176
  name: "useFetch",
1027
1177
  "package": "core",
1028
- lastUpdated: 1655284505000,
1178
+ lastUpdated: 1657259100000,
1029
1179
  docs: "https://vueuse.org/core/useFetch/",
1030
1180
  category: "Network",
1031
1181
  description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
@@ -1041,7 +1191,7 @@ var functions$1 = [
1041
1191
  {
1042
1192
  name: "useFileSystemAccess",
1043
1193
  "package": "core",
1044
- lastUpdated: 1655530131000,
1194
+ lastUpdated: 1657430593000,
1045
1195
  docs: "https://vueuse.org/core/useFileSystemAccess/",
1046
1196
  category: "Browser",
1047
1197
  description: "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
@@ -1049,10 +1199,19 @@ var functions$1 = [
1049
1199
  {
1050
1200
  name: "useFirestore",
1051
1201
  "package": "firebase",
1052
- lastUpdated: 1655284952000,
1202
+ lastUpdated: 1658645224000,
1053
1203
  docs: "https://vueuse.org/firebase/useFirestore/",
1054
1204
  category: "@Firebase",
1055
- description: "reactive [Firestore](https://firebase.google.com/docs/firestore) binding"
1205
+ description: "reactive [Firestore](https://firebase.google.com/docs/firestore) binding",
1206
+ importPath: "firebase/useFirestore"
1207
+ },
1208
+ {
1209
+ name: "useFloor",
1210
+ "package": "math",
1211
+ lastUpdated: 1657638060000,
1212
+ docs: "https://vueuse.org/math/useFloor/",
1213
+ category: "@Math",
1214
+ description: "reactive `Math.floor`"
1056
1215
  },
1057
1216
  {
1058
1217
  name: "useFocus",
@@ -1069,12 +1228,13 @@ var functions$1 = [
1069
1228
  component: true,
1070
1229
  docs: "https://vueuse.org/integrations/useFocusTrap/",
1071
1230
  category: "@Integrations",
1072
- description: "reactive wrapper for [`focus-trap`](https://github.com/focus-trap/focus-trap)"
1231
+ description: "reactive wrapper for [`focus-trap`](https://github.com/focus-trap/focus-trap)",
1232
+ importPath: "integrations/useFocusTrap"
1073
1233
  },
1074
1234
  {
1075
1235
  name: "useFocusWithin",
1076
1236
  "package": "core",
1077
- lastUpdated: 1639442454000,
1237
+ lastUpdated: 1657634936000,
1078
1238
  docs: "https://vueuse.org/core/useFocusWithin/",
1079
1239
  category: "Sensors",
1080
1240
  description: "reactive utility to track if an element or one of its decendants has focus"
@@ -1090,7 +1250,7 @@ var functions$1 = [
1090
1250
  {
1091
1251
  name: "useFullscreen",
1092
1252
  "package": "core",
1093
- lastUpdated: 1645877181000,
1253
+ lastUpdated: 1657430593000,
1094
1254
  component: true,
1095
1255
  docs: "https://vueuse.org/core/useFullscreen/",
1096
1256
  category: "Browser",
@@ -1099,15 +1259,16 @@ var functions$1 = [
1099
1259
  {
1100
1260
  name: "useFuse",
1101
1261
  "package": "integrations",
1102
- lastUpdated: 1642756441000,
1262
+ lastUpdated: 1657259100000,
1103
1263
  docs: "https://vueuse.org/integrations/useFuse/",
1104
1264
  category: "@Integrations",
1105
- description: "easily implement fuzzy search using a composable with [Fuse.js](https://github.com/krisk/fuse)"
1265
+ description: "easily implement fuzzy search using a composable with [Fuse.js](https://github.com/krisk/fuse)",
1266
+ importPath: "integrations/useFuse"
1106
1267
  },
1107
1268
  {
1108
1269
  name: "useGamepad",
1109
1270
  "package": "core",
1110
- lastUpdated: 1651595032000,
1271
+ lastUpdated: 1658083596000,
1111
1272
  docs: "https://vueuse.org/core/useGamepad/",
1112
1273
  category: "Browser",
1113
1274
  description: "provides reactive bindings for the [Gamepad API](https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API)"
@@ -1115,7 +1276,7 @@ var functions$1 = [
1115
1276
  {
1116
1277
  name: "useGeolocation",
1117
1278
  "package": "core",
1118
- lastUpdated: 1639442454000,
1279
+ lastUpdated: 1657638032000,
1119
1280
  component: true,
1120
1281
  docs: "https://vueuse.org/core/useGeolocation/",
1121
1282
  category: "Sensors",
@@ -1131,7 +1292,7 @@ var functions$1 = [
1131
1292
  {
1132
1293
  name: "useIdle",
1133
1294
  "package": "core",
1134
- lastUpdated: 1639442454000,
1295
+ lastUpdated: 1657638023000,
1135
1296
  component: true,
1136
1297
  docs: "https://vueuse.org/core/useIdle/",
1137
1298
  category: "Sensors",
@@ -1140,7 +1301,7 @@ var functions$1 = [
1140
1301
  {
1141
1302
  name: "useImage",
1142
1303
  "package": "core",
1143
- lastUpdated: 1655391918000,
1304
+ lastUpdated: 1658083596000,
1144
1305
  component: true,
1145
1306
  docs: "https://vueuse.org/core/useImage/",
1146
1307
  category: "Browser",
@@ -1149,7 +1310,7 @@ var functions$1 = [
1149
1310
  {
1150
1311
  name: "useInfiniteScroll",
1151
1312
  "package": "core",
1152
- lastUpdated: 1657953098000,
1313
+ lastUpdated: 1658043158000,
1153
1314
  directive: true,
1154
1315
  docs: "https://vueuse.org/core/useInfiniteScroll/",
1155
1316
  category: "Sensors",
@@ -1158,7 +1319,7 @@ var functions$1 = [
1158
1319
  {
1159
1320
  name: "useIntersectionObserver",
1160
1321
  "package": "core",
1161
- lastUpdated: 1647220329000,
1322
+ lastUpdated: 1657637968000,
1162
1323
  directive: true,
1163
1324
  docs: "https://vueuse.org/core/useIntersectionObserver/",
1164
1325
  category: "Elements",
@@ -1167,7 +1328,7 @@ var functions$1 = [
1167
1328
  {
1168
1329
  name: "useInterval",
1169
1330
  "package": "shared",
1170
- lastUpdated: 1644285131000,
1331
+ lastUpdated: 1658645224000,
1171
1332
  docs: "https://vueuse.org/shared/useInterval/",
1172
1333
  category: "Animation",
1173
1334
  description: "reactive counter increases on every interval"
@@ -1175,7 +1336,7 @@ var functions$1 = [
1175
1336
  {
1176
1337
  name: "useIntervalFn",
1177
1338
  "package": "shared",
1178
- lastUpdated: 1655390255000,
1339
+ lastUpdated: 1658083607000,
1179
1340
  docs: "https://vueuse.org/shared/useIntervalFn/",
1180
1341
  category: "Animation",
1181
1342
  description: "wrapper for `setInterval` with controls"
@@ -1183,15 +1344,15 @@ var functions$1 = [
1183
1344
  {
1184
1345
  name: "useIpcRenderer",
1185
1346
  "package": "electron",
1186
- lastUpdated: 1639442454000,
1347
+ lastUpdated: 1658645224000,
1187
1348
  docs: "https://vueuse.org/electron/useIpcRenderer/",
1188
1349
  category: "@Electron",
1189
- description: "provides [ipcRenderer](https://www.electronjs.org/docs/api/ipc-renderer) and it's all APIs"
1350
+ description: "provides [ipcRenderer](https://www.electronjs.org/docs/api/ipc-renderer) and all of its APIs"
1190
1351
  },
1191
1352
  {
1192
1353
  name: "useIpcRendererInvoke",
1193
1354
  "package": "electron",
1194
- lastUpdated: 1639442454000,
1355
+ lastUpdated: 1658645224000,
1195
1356
  docs: "https://vueuse.org/electron/useIpcRendererInvoke/",
1196
1357
  category: "@Electron",
1197
1358
  description: "reactive [ipcRenderer.invoke API](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendererinvokechannel-args) result"
@@ -1199,7 +1360,7 @@ var functions$1 = [
1199
1360
  {
1200
1361
  name: "useIpcRendererOn",
1201
1362
  "package": "electron",
1202
- lastUpdated: 1639442454000,
1363
+ lastUpdated: 1658645224000,
1203
1364
  docs: "https://vueuse.org/electron/useIpcRendererOn/",
1204
1365
  category: "@Electron",
1205
1366
  description: "use [ipcRenderer.on](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendereronchannel-listener) with ease and [ipcRenderer.removeListener](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendererremovelistenerchannel-listener) automatically on unmounted"
@@ -1207,15 +1368,16 @@ var functions$1 = [
1207
1368
  {
1208
1369
  name: "useJwt",
1209
1370
  "package": "integrations",
1210
- lastUpdated: 1642756441000,
1371
+ lastUpdated: 1657730911000,
1211
1372
  docs: "https://vueuse.org/integrations/useJwt/",
1212
1373
  category: "@Integrations",
1213
- description: "wrapper for [`jwt-decode`](https://github.com/auth0/jwt-decode)"
1374
+ description: "wrapper for [`jwt-decode`](https://github.com/auth0/jwt-decode)",
1375
+ importPath: "integrations/useJwt"
1214
1376
  },
1215
1377
  {
1216
1378
  name: "useKeyModifier",
1217
1379
  "package": "core",
1218
- lastUpdated: 1648316929000,
1380
+ lastUpdated: 1657638042000,
1219
1381
  docs: "https://vueuse.org/core/useKeyModifier/",
1220
1382
  category: "Sensors",
1221
1383
  description: "reactive [Modifier State](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/getModifierState)"
@@ -1225,21 +1387,24 @@ var functions$1 = [
1225
1387
  "package": "shared",
1226
1388
  lastUpdated: 1642756441000,
1227
1389
  docs: "https://vueuse.org/shared/useLastChanged/",
1228
- category: "Utilities",
1390
+ category: "State",
1229
1391
  description: "records the timestamp of the last change"
1230
1392
  },
1231
1393
  {
1232
1394
  name: "useLocalStorage",
1233
1395
  "package": "core",
1234
- lastUpdated: 1651597361000,
1396
+ lastUpdated: 1657634978000,
1235
1397
  docs: "https://vueuse.org/core/useLocalStorage/",
1236
1398
  category: "State",
1237
- description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)"
1399
+ description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)",
1400
+ related: [
1401
+ "useStorage"
1402
+ ]
1238
1403
  },
1239
1404
  {
1240
1405
  name: "useMagicKeys",
1241
1406
  "package": "core",
1242
- lastUpdated: 1657598054000,
1407
+ lastUpdated: 1657814222000,
1243
1408
  docs: "https://vueuse.org/core/useMagicKeys/",
1244
1409
  category: "Sensors",
1245
1410
  description: "reactive keys pressed state"
@@ -1250,12 +1415,31 @@ var functions$1 = [
1250
1415
  lastUpdated: 1651597361000,
1251
1416
  docs: "https://vueuse.org/core/useManualRefHistory/",
1252
1417
  category: "State",
1253
- description: "manually track the change history of a ref when the using calls `commit()`"
1418
+ description: "manually track the change history of a ref when the using calls `commit()`",
1419
+ related: [
1420
+ "useRefHistory"
1421
+ ]
1422
+ },
1423
+ {
1424
+ name: "useMath",
1425
+ "package": "math",
1426
+ lastUpdated: 1658042869000,
1427
+ docs: "https://vueuse.org/math/useMath/",
1428
+ category: "@Math",
1429
+ description: "reactive `Math` methods"
1430
+ },
1431
+ {
1432
+ name: "useMax",
1433
+ "package": "math",
1434
+ lastUpdated: 1658041190000,
1435
+ docs: "https://vueuse.org/math/useMax/",
1436
+ category: "@Math",
1437
+ description: "reactive `Math.max`"
1254
1438
  },
1255
1439
  {
1256
1440
  name: "useMediaControls",
1257
1441
  "package": "core",
1258
- lastUpdated: 1651597361000,
1442
+ lastUpdated: 1657259100000,
1259
1443
  docs: "https://vueuse.org/core/useMediaControls/",
1260
1444
  category: "Browser",
1261
1445
  description: "reactive media controls for both `audio` and `video` elements"
@@ -1263,7 +1447,7 @@ var functions$1 = [
1263
1447
  {
1264
1448
  name: "useMediaQuery",
1265
1449
  "package": "core",
1266
- lastUpdated: 1657119939000,
1450
+ lastUpdated: 1657430593000,
1267
1451
  docs: "https://vueuse.org/core/useMediaQuery/",
1268
1452
  category: "Browser",
1269
1453
  description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
@@ -1271,7 +1455,7 @@ var functions$1 = [
1271
1455
  {
1272
1456
  name: "useMemoize",
1273
1457
  "package": "core",
1274
- lastUpdated: 1640929614000,
1458
+ lastUpdated: 1657638008000,
1275
1459
  docs: "https://vueuse.org/core/useMemoize/",
1276
1460
  category: "Utilities",
1277
1461
  description: "cache results of functions depending on arguments and keep it reactive"
@@ -1279,11 +1463,19 @@ var functions$1 = [
1279
1463
  {
1280
1464
  name: "useMemory",
1281
1465
  "package": "core",
1282
- lastUpdated: 1644734082000,
1466
+ lastUpdated: 1658083607000,
1283
1467
  docs: "https://vueuse.org/core/useMemory/",
1284
1468
  category: "Browser",
1285
1469
  description: "reactive Memory Info"
1286
1470
  },
1471
+ {
1472
+ name: "useMin",
1473
+ "package": "math",
1474
+ lastUpdated: 1658041610000,
1475
+ docs: "https://vueuse.org/math/useMin/",
1476
+ category: "@Math",
1477
+ description: "reactive `Math.min`"
1478
+ },
1287
1479
  {
1288
1480
  "package": "motion",
1289
1481
  category: "@Motion",
@@ -1316,7 +1508,7 @@ var functions$1 = [
1316
1508
  {
1317
1509
  name: "useMouse",
1318
1510
  "package": "core",
1319
- lastUpdated: 1644822501000,
1511
+ lastUpdated: 1657643692000,
1320
1512
  component: true,
1321
1513
  docs: "https://vueuse.org/core/useMouse/",
1322
1514
  category: "Sensors",
@@ -1325,7 +1517,7 @@ var functions$1 = [
1325
1517
  {
1326
1518
  name: "useMouseInElement",
1327
1519
  "package": "core",
1328
- lastUpdated: 1653249796000,
1520
+ lastUpdated: 1657643692000,
1329
1521
  component: true,
1330
1522
  docs: "https://vueuse.org/core/useMouseInElement/",
1331
1523
  category: "Elements",
@@ -1343,7 +1535,7 @@ var functions$1 = [
1343
1535
  {
1344
1536
  name: "useMutationObserver",
1345
1537
  "package": "core",
1346
- lastUpdated: 1651595221000,
1538
+ lastUpdated: 1657718877000,
1347
1539
  docs: "https://vueuse.org/core/useMutationObserver/",
1348
1540
  category: "Elements",
1349
1541
  description: "watch for changes being made to the DOM tree"
@@ -1351,7 +1543,7 @@ var functions$1 = [
1351
1543
  {
1352
1544
  name: "useNavigatorLanguage",
1353
1545
  "package": "core",
1354
- lastUpdated: 1639442454000,
1546
+ lastUpdated: 1657430593000,
1355
1547
  docs: "https://vueuse.org/core/useNavigatorLanguage/",
1356
1548
  category: "Sensors",
1357
1549
  description: "reactive [navigator.language](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/language)"
@@ -1359,7 +1551,7 @@ var functions$1 = [
1359
1551
  {
1360
1552
  name: "useNetwork",
1361
1553
  "package": "core",
1362
- lastUpdated: 1651595438000,
1554
+ lastUpdated: 1658083596000,
1363
1555
  component: true,
1364
1556
  docs: "https://vueuse.org/core/useNetwork/",
1365
1557
  category: "Sensors",
@@ -1377,10 +1569,11 @@ var functions$1 = [
1377
1569
  {
1378
1570
  name: "useNProgress",
1379
1571
  "package": "integrations",
1380
- lastUpdated: 1651597361000,
1572
+ lastUpdated: 1658083596000,
1381
1573
  docs: "https://vueuse.org/integrations/useNProgress/",
1382
1574
  category: "@Integrations",
1383
- description: "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)"
1575
+ description: "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)",
1576
+ importPath: "integrations/useNProgress"
1384
1577
  },
1385
1578
  {
1386
1579
  name: "useObjectUrl",
@@ -1397,12 +1590,12 @@ var functions$1 = [
1397
1590
  lastUpdated: 1651595539000,
1398
1591
  docs: "https://vueuse.org/rxjs/useObservable/",
1399
1592
  category: "@RxJS",
1400
- description: "use an Observable"
1593
+ description: "use an RxJS [`Observable`](https://rxjs.dev/guide/observable)"
1401
1594
  },
1402
1595
  {
1403
1596
  name: "useOffsetPagination",
1404
1597
  "package": "core",
1405
- lastUpdated: 1651595032000,
1598
+ lastUpdated: 1658163976000,
1406
1599
  component: true,
1407
1600
  docs: "https://vueuse.org/core/useOffsetPagination/",
1408
1601
  category: "Utilities",
@@ -1429,7 +1622,7 @@ var functions$1 = [
1429
1622
  {
1430
1623
  name: "useParallax",
1431
1624
  "package": "core",
1432
- lastUpdated: 1639442454000,
1625
+ lastUpdated: 1657718913000,
1433
1626
  docs: "https://vueuse.org/core/useParallax/",
1434
1627
  category: "Sensors",
1435
1628
  description: "create parallax effect easily"
@@ -1437,15 +1630,18 @@ var functions$1 = [
1437
1630
  {
1438
1631
  name: "usePermission",
1439
1632
  "package": "core",
1440
- lastUpdated: 1651597361000,
1633
+ lastUpdated: 1657430593000,
1441
1634
  docs: "https://vueuse.org/core/usePermission/",
1442
1635
  category: "Browser",
1443
- description: "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)"
1636
+ description: "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)",
1637
+ related: [
1638
+ "useUserMedia"
1639
+ ]
1444
1640
  },
1445
1641
  {
1446
1642
  name: "usePointer",
1447
1643
  "package": "core",
1448
- lastUpdated: 1639442454000,
1644
+ lastUpdated: 1658083596000,
1449
1645
  component: true,
1450
1646
  docs: "https://vueuse.org/core/usePointer/",
1451
1647
  category: "Sensors",
@@ -1454,7 +1650,7 @@ var functions$1 = [
1454
1650
  {
1455
1651
  name: "usePointerSwipe",
1456
1652
  "package": "core",
1457
- lastUpdated: 1639442454000,
1653
+ lastUpdated: 1657718938000,
1458
1654
  docs: "https://vueuse.org/core/usePointerSwipe/",
1459
1655
  category: "Sensors",
1460
1656
  description: "reactive swipe detection based on [PointerEvents](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)"
@@ -1490,18 +1686,31 @@ var functions$1 = [
1490
1686
  category: "Browser",
1491
1687
  description: "reactive [Navigator Languages](https://developer.mozilla.org/en-US/docs/Web/API/NavigatorLanguage/languages)"
1492
1688
  },
1689
+ {
1690
+ name: "useProjection",
1691
+ "package": "math",
1692
+ lastUpdated: 1657638060000,
1693
+ docs: "https://vueuse.org/math/useProjection/",
1694
+ category: "@Math",
1695
+ description: "reactive numeric projection from one domain to another",
1696
+ related: [
1697
+ "createGenericProjection",
1698
+ "createProjection"
1699
+ ]
1700
+ },
1493
1701
  {
1494
1702
  name: "useQRCode",
1495
1703
  "package": "integrations",
1496
- lastUpdated: 1651597361000,
1704
+ lastUpdated: 1657259100000,
1497
1705
  docs: "https://vueuse.org/integrations/useQRCode/",
1498
1706
  category: "@Integrations",
1499
- description: "wrapper for [`qrcode`](https://github.com/soldair/node-qrcode)"
1707
+ description: "wrapper for [`qrcode`](https://github.com/soldair/node-qrcode)",
1708
+ importPath: "integrations/useQRCode"
1500
1709
  },
1501
1710
  {
1502
1711
  name: "useRafFn",
1503
1712
  "package": "core",
1504
- lastUpdated: 1650339134000,
1713
+ lastUpdated: 1657718952000,
1505
1714
  docs: "https://vueuse.org/core/useRafFn/",
1506
1715
  category: "Animation",
1507
1716
  description: "call function on every `requestAnimationFrame`"
@@ -1514,24 +1723,34 @@ var functions$1 = [
1514
1723
  category: "State",
1515
1724
  description: "track the change history of a ref",
1516
1725
  related: [
1517
- "useDebouncedRefHistory"
1726
+ "useDebouncedRefHistory",
1727
+ "useManualRefHistory",
1728
+ "useThrottledRefHistory"
1518
1729
  ]
1519
1730
  },
1520
1731
  {
1521
1732
  name: "useResizeObserver",
1522
1733
  "package": "core",
1523
- lastUpdated: 1655284952000,
1734
+ lastUpdated: 1657634277000,
1524
1735
  docs: "https://vueuse.org/core/useResizeObserver/",
1525
1736
  category: "Elements",
1526
1737
  description: "reports changes to the dimensions of an Element's content or the border-box"
1527
1738
  },
1739
+ {
1740
+ name: "useRound",
1741
+ "package": "math",
1742
+ lastUpdated: 1657638060000,
1743
+ docs: "https://vueuse.org/math/useRound/",
1744
+ category: "@Math",
1745
+ description: "reactive `Math.round`"
1746
+ },
1528
1747
  {
1529
1748
  name: "useRouteHash",
1530
1749
  "package": "router",
1531
1750
  lastUpdated: 1639442454000,
1532
1751
  docs: "https://vueuse.org/router/useRouteHash/",
1533
1752
  category: "@Router",
1534
- description: "shorthand for reactive route.hash"
1753
+ description: "shorthand for a reactive `route.hash`"
1535
1754
  },
1536
1755
  {
1537
1756
  name: "useRouteParams",
@@ -1539,7 +1758,7 @@ var functions$1 = [
1539
1758
  lastUpdated: 1657133143000,
1540
1759
  docs: "https://vueuse.org/router/useRouteParams/",
1541
1760
  category: "@Router",
1542
- description: "shorthand for reactive route.params"
1761
+ description: "shorthand for a reactive `route.params`"
1543
1762
  },
1544
1763
  {
1545
1764
  name: "useRouteQuery",
@@ -1547,15 +1766,16 @@ var functions$1 = [
1547
1766
  lastUpdated: 1649931974000,
1548
1767
  docs: "https://vueuse.org/router/useRouteQuery/",
1549
1768
  category: "@Router",
1550
- description: "shorthand for reactive route.query"
1769
+ description: "shorthand for a reactive `route.query`"
1551
1770
  },
1552
1771
  {
1553
1772
  name: "useRTDB",
1554
1773
  "package": "firebase",
1555
- lastUpdated: 1639442454000,
1774
+ lastUpdated: 1658645224000,
1556
1775
  docs: "https://vueuse.org/firebase/useRTDB/",
1557
1776
  category: "@Firebase",
1558
- description: "reactive [Firebase Realtime Database](https://firebase.google.com/docs/database) binding"
1777
+ description: "reactive [Firebase Realtime Database](https://firebase.google.com/docs/database) binding",
1778
+ importPath: "firebase/useRTDB"
1559
1779
  },
1560
1780
  {
1561
1781
  name: "useSchemaOrg",
@@ -1567,7 +1787,7 @@ var functions$1 = [
1567
1787
  {
1568
1788
  name: "useScreenOrientation",
1569
1789
  "package": "core",
1570
- lastUpdated: 1651595705000,
1790
+ lastUpdated: 1657430593000,
1571
1791
  docs: "https://vueuse.org/core/useScreenOrientation/",
1572
1792
  category: "Browser",
1573
1793
  description: "reactive [Screen Orientation API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Orientation_API)"
@@ -1584,7 +1804,7 @@ var functions$1 = [
1584
1804
  {
1585
1805
  name: "useScriptTag",
1586
1806
  "package": "core",
1587
- lastUpdated: 1651597361000,
1807
+ lastUpdated: 1657259100000,
1588
1808
  docs: "https://vueuse.org/core/useScriptTag/",
1589
1809
  category: "Browser",
1590
1810
  description: "script tag injecting"
@@ -1592,7 +1812,7 @@ var functions$1 = [
1592
1812
  {
1593
1813
  name: "useScroll",
1594
1814
  "package": "core",
1595
- lastUpdated: 1655390158000,
1815
+ lastUpdated: 1657259100000,
1596
1816
  directive: true,
1597
1817
  docs: "https://vueuse.org/core/useScroll/",
1598
1818
  category: "Sensors",
@@ -1601,7 +1821,7 @@ var functions$1 = [
1601
1821
  {
1602
1822
  name: "useScrollLock",
1603
1823
  "package": "core",
1604
- lastUpdated: 1652227755000,
1824
+ lastUpdated: 1657259100000,
1605
1825
  directive: true,
1606
1826
  docs: "https://vueuse.org/core/useScrollLock/",
1607
1827
  category: "Sensors",
@@ -1610,15 +1830,18 @@ var functions$1 = [
1610
1830
  {
1611
1831
  name: "useSessionStorage",
1612
1832
  "package": "core",
1613
- lastUpdated: 1651597361000,
1833
+ lastUpdated: 1657634978000,
1614
1834
  docs: "https://vueuse.org/core/useSessionStorage/",
1615
1835
  category: "State",
1616
- description: "reactive [SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)"
1836
+ description: "reactive [SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
1837
+ related: [
1838
+ "useStorage"
1839
+ ]
1617
1840
  },
1618
1841
  {
1619
1842
  name: "useShare",
1620
1843
  "package": "core",
1621
- lastUpdated: 1651597361000,
1844
+ lastUpdated: 1657718983000,
1622
1845
  docs: "https://vueuse.org/core/useShare/",
1623
1846
  category: "Browser",
1624
1847
  description: "reactive [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share)"
@@ -1633,7 +1856,7 @@ var functions$1 = [
1633
1856
  {
1634
1857
  name: "useSpeechRecognition",
1635
1858
  "package": "core",
1636
- lastUpdated: 1639818708000,
1859
+ lastUpdated: 1657719060000,
1637
1860
  docs: "https://vueuse.org/core/useSpeechRecognition/",
1638
1861
  category: "Sensors",
1639
1862
  description: "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
@@ -1641,7 +1864,7 @@ var functions$1 = [
1641
1864
  {
1642
1865
  name: "useSpeechSynthesis",
1643
1866
  "package": "core",
1644
- lastUpdated: 1639818708000,
1867
+ lastUpdated: 1658083561000,
1645
1868
  docs: "https://vueuse.org/core/useSpeechSynthesis/",
1646
1869
  category: "Sensors",
1647
1870
  description: "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
@@ -1664,22 +1887,28 @@ var functions$1 = [
1664
1887
  {
1665
1888
  name: "useStorage",
1666
1889
  "package": "core",
1667
- lastUpdated: 1651597361000,
1890
+ lastUpdated: 1658657648000,
1668
1891
  docs: "https://vueuse.org/core/useStorage/",
1669
1892
  category: "State",
1670
1893
  description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
1671
1894
  related: [
1672
1895
  "useColorMode",
1673
- "useDark"
1896
+ "useDark",
1897
+ "useLocalStorage",
1898
+ "useSessionStorage",
1899
+ "useStorageAsync"
1674
1900
  ]
1675
1901
  },
1676
1902
  {
1677
1903
  name: "useStorageAsync",
1678
1904
  "package": "core",
1679
- lastUpdated: 1651597361000,
1905
+ lastUpdated: 1657718694000,
1680
1906
  docs: "https://vueuse.org/core/useStorageAsync/",
1681
1907
  category: "State",
1682
- description: "reactive Storage in with async support"
1908
+ description: "reactive Storage in with async support",
1909
+ related: [
1910
+ "useStorage"
1911
+ ]
1683
1912
  },
1684
1913
  {
1685
1914
  name: "useStyleTag",
@@ -1695,7 +1924,7 @@ var functions$1 = [
1695
1924
  lastUpdated: 1651595539000,
1696
1925
  docs: "https://vueuse.org/rxjs/useSubject/",
1697
1926
  category: "@RxJS",
1698
- description: "bind Subject to ref and propagate value changes both ways"
1927
+ description: "bind an RxJS [`Subject`](https://rxjs.dev/guide/subject) to a `ref` and propagate value changes both ways"
1699
1928
  },
1700
1929
  {
1701
1930
  name: "useSubscription",
@@ -1703,12 +1932,28 @@ var functions$1 = [
1703
1932
  lastUpdated: 1628521945000,
1704
1933
  docs: "https://vueuse.org/rxjs/useSubscription/",
1705
1934
  category: "@RxJS",
1706
- description: "uses subscriptions without worry about unsubscribing to it or memory leaks"
1935
+ description: "use an RxJS [`Subscription`](https://rxjs.dev/guide/subscription) without worrying about unsubscribing from it or creating memory leaks"
1936
+ },
1937
+ {
1938
+ name: "useSum",
1939
+ "package": "math",
1940
+ lastUpdated: 1658041190000,
1941
+ docs: "https://vueuse.org/math/useSum/",
1942
+ category: "@Math",
1943
+ description: "get the sum of an array reactively"
1944
+ },
1945
+ {
1946
+ name: "useSupported",
1947
+ "package": "core",
1948
+ lastUpdated: 1657430593000,
1949
+ docs: "https://vueuse.org/core/useSupported/",
1950
+ category: "Utilities",
1951
+ description: "sSR compatibility `isSupported`"
1707
1952
  },
1708
1953
  {
1709
1954
  name: "useSwipe",
1710
1955
  "package": "core",
1711
- lastUpdated: 1639442454000,
1956
+ lastUpdated: 1657721393000,
1712
1957
  docs: "https://vueuse.org/core/useSwipe/",
1713
1958
  category: "Sensors",
1714
1959
  description: "reactive swipe detection based on [`TouchEvents`](https://developer.mozilla.org/en-US/docs/Web/API/TouchEvent)"
@@ -1724,11 +1969,19 @@ var functions$1 = [
1724
1969
  {
1725
1970
  name: "useTextareaAutosize",
1726
1971
  "package": "core",
1727
- lastUpdated: 1657132700000,
1972
+ lastUpdated: 1658083596000,
1728
1973
  docs: "https://vueuse.org/core/useTextareaAutosize/",
1729
1974
  category: "Browser",
1730
1975
  description: "automatically update the height of a textarea depending on the content"
1731
1976
  },
1977
+ {
1978
+ name: "useTextDirection",
1979
+ "package": "core",
1980
+ lastUpdated: 1658657118000,
1981
+ docs: "https://vueuse.org/core/useTextDirection/",
1982
+ category: "Browser",
1983
+ description: "reactive [dir](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir) of the element's text"
1984
+ },
1732
1985
  {
1733
1986
  name: "useTextSelection",
1734
1987
  "package": "core",
@@ -1740,35 +1993,41 @@ var functions$1 = [
1740
1993
  {
1741
1994
  name: "useThrottledRefHistory",
1742
1995
  "package": "core",
1743
- lastUpdated: 1639442454000,
1996
+ lastUpdated: 1658083596000,
1744
1997
  docs: "https://vueuse.org/core/useThrottledRefHistory/",
1745
1998
  category: "State",
1746
1999
  description: "shorthand for `useRefHistory` with throttled filter",
1747
2000
  related: [
1748
- "useDebouncedRefHistory"
2001
+ "useDebouncedRefHistory",
2002
+ "useRefHistory"
1749
2003
  ]
1750
2004
  },
1751
2005
  {
1752
2006
  name: "useThrottleFn",
1753
2007
  "package": "shared",
1754
- lastUpdated: 1639442454000,
2008
+ lastUpdated: 1657259100000,
1755
2009
  docs: "https://vueuse.org/shared/useThrottleFn/",
1756
2010
  category: "Utilities",
1757
- description: "throttle execution of a function"
2011
+ description: "throttle execution of a function",
2012
+ related: [
2013
+ "refDebounced",
2014
+ "refThrottled",
2015
+ "useDebounceFn"
2016
+ ]
1758
2017
  },
1759
2018
  {
1760
2019
  name: "useTimeAgo",
1761
2020
  "package": "core",
1762
- lastUpdated: 1639442454000,
2021
+ lastUpdated: 1658083596000,
1763
2022
  component: true,
1764
2023
  docs: "https://vueuse.org/core/useTimeAgo/",
1765
- category: "Misc",
2024
+ category: "Time",
1766
2025
  description: "reactive time ago"
1767
2026
  },
1768
2027
  {
1769
2028
  name: "useTimeout",
1770
2029
  "package": "shared",
1771
- lastUpdated: 1639442454000,
2030
+ lastUpdated: 1658083632000,
1772
2031
  docs: "https://vueuse.org/shared/useTimeout/",
1773
2032
  category: "Animation",
1774
2033
  description: "update value after a given time with controls"
@@ -1776,7 +2035,7 @@ var functions$1 = [
1776
2035
  {
1777
2036
  name: "useTimeoutFn",
1778
2037
  "package": "shared",
1779
- lastUpdated: 1655284952000,
2038
+ lastUpdated: 1658083632000,
1780
2039
  docs: "https://vueuse.org/shared/useTimeoutFn/",
1781
2040
  category: "Animation",
1782
2041
  description: "wrapper for `setTimeout` with controls"
@@ -1784,7 +2043,7 @@ var functions$1 = [
1784
2043
  {
1785
2044
  name: "useTimeoutPoll",
1786
2045
  "package": "core",
1787
- lastUpdated: 1646467705000,
2046
+ lastUpdated: 1658083632000,
1788
2047
  docs: "https://vueuse.org/core/useTimeoutPoll/",
1789
2048
  category: "Utilities",
1790
2049
  description: "use timeout to poll something"
@@ -1792,7 +2051,7 @@ var functions$1 = [
1792
2051
  {
1793
2052
  name: "useTimestamp",
1794
2053
  "package": "core",
1795
- lastUpdated: 1639442454000,
2054
+ lastUpdated: 1657730635000,
1796
2055
  component: true,
1797
2056
  docs: "https://vueuse.org/core/useTimestamp/",
1798
2057
  category: "Animation",
@@ -1801,7 +2060,7 @@ var functions$1 = [
1801
2060
  {
1802
2061
  name: "useTitle",
1803
2062
  "package": "core",
1804
- lastUpdated: 1640175570000,
2063
+ lastUpdated: 1657259100000,
1805
2064
  docs: "https://vueuse.org/core/useTitle/",
1806
2065
  category: "Browser",
1807
2066
  description: "reactive document title"
@@ -1809,7 +2068,7 @@ var functions$1 = [
1809
2068
  {
1810
2069
  name: "useToggle",
1811
2070
  "package": "shared",
1812
- lastUpdated: 1651595513000,
2071
+ lastUpdated: 1657259100000,
1813
2072
  docs: "https://vueuse.org/shared/useToggle/",
1814
2073
  category: "Utilities",
1815
2074
  description: "a boolean switcher with utility functions"
@@ -1817,11 +2076,19 @@ var functions$1 = [
1817
2076
  {
1818
2077
  name: "useTransition",
1819
2078
  "package": "core",
1820
- lastUpdated: 1649251191000,
2079
+ lastUpdated: 1657730647000,
1821
2080
  docs: "https://vueuse.org/core/useTransition/",
1822
2081
  category: "Animation",
1823
2082
  description: "transition between values"
1824
2083
  },
2084
+ {
2085
+ name: "useTrunc",
2086
+ "package": "math",
2087
+ lastUpdated: 1658043525000,
2088
+ docs: "https://vueuse.org/math/useTrunc/",
2089
+ category: "@Math",
2090
+ description: "reactive `Math.trunc`"
2091
+ },
1825
2092
  {
1826
2093
  name: "useUrlSearchParams",
1827
2094
  "package": "core",
@@ -1833,18 +2100,20 @@ var functions$1 = [
1833
2100
  {
1834
2101
  name: "useUserMedia",
1835
2102
  "package": "core",
1836
- lastUpdated: 1639818708000,
2103
+ lastUpdated: 1657430593000,
1837
2104
  docs: "https://vueuse.org/core/useUserMedia/",
1838
2105
  category: "Sensors",
1839
2106
  description: "reactive [`mediaDevices.getUserMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia) streaming",
1840
2107
  related: [
1841
- "useDisplayMedia"
2108
+ "useDevicesList",
2109
+ "useDisplayMedia",
2110
+ "usePermission"
1842
2111
  ]
1843
2112
  },
1844
2113
  {
1845
2114
  name: "useVibrate",
1846
2115
  "package": "core",
1847
- lastUpdated: 1640932230000,
2116
+ lastUpdated: 1657430593000,
1848
2117
  docs: "https://vueuse.org/core/useVibrate/",
1849
2118
  category: "Browser",
1850
2119
  description: "reactive [Vibration API](https://developer.mozilla.org/en-US/docs/Web/API/Vibration_API)"
@@ -1852,7 +2121,7 @@ var functions$1 = [
1852
2121
  {
1853
2122
  name: "useVirtualList",
1854
2123
  "package": "core",
1855
- lastUpdated: 1642756441000,
2124
+ lastUpdated: 1658083596000,
1856
2125
  component: true,
1857
2126
  docs: "https://vueuse.org/core/useVirtualList/",
1858
2127
  category: "Component",
@@ -1861,23 +2130,29 @@ var functions$1 = [
1861
2130
  {
1862
2131
  name: "useVModel",
1863
2132
  "package": "core",
1864
- lastUpdated: 1657814086000,
2133
+ lastUpdated: 1657814222000,
1865
2134
  docs: "https://vueuse.org/core/useVModel/",
1866
2135
  category: "Component",
1867
- description: "shorthand for v-model binding"
2136
+ description: "shorthand for v-model binding",
2137
+ related: [
2138
+ "useVModels"
2139
+ ]
1868
2140
  },
1869
2141
  {
1870
2142
  name: "useVModels",
1871
2143
  "package": "core",
1872
- lastUpdated: 1655284952000,
2144
+ lastUpdated: 1657730657000,
1873
2145
  docs: "https://vueuse.org/core/useVModels/",
1874
2146
  category: "Component",
1875
- description: "shorthand for props v-model binding"
2147
+ description: "shorthand for props v-model binding",
2148
+ related: [
2149
+ "useVModel"
2150
+ ]
1876
2151
  },
1877
2152
  {
1878
2153
  name: "useWakeLock",
1879
2154
  "package": "core",
1880
- lastUpdated: 1649251191000,
2155
+ lastUpdated: 1658083596000,
1881
2156
  docs: "https://vueuse.org/core/useWakeLock/",
1882
2157
  category: "Browser",
1883
2158
  description: "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API)"
@@ -1885,7 +2160,7 @@ var functions$1 = [
1885
2160
  {
1886
2161
  name: "useWebNotification",
1887
2162
  "package": "core",
1888
- lastUpdated: 1651597361000,
2163
+ lastUpdated: 1658083596000,
1889
2164
  docs: "https://vueuse.org/core/useWebNotification/",
1890
2165
  category: "Browser",
1891
2166
  description: "reactive [Notification](https://developer.mozilla.org/en-US/docs/Web/API/notification)"
@@ -1893,7 +2168,7 @@ var functions$1 = [
1893
2168
  {
1894
2169
  name: "useWebSocket",
1895
2170
  "package": "core",
1896
- lastUpdated: 1649251191000,
2171
+ lastUpdated: 1658285520000,
1897
2172
  docs: "https://vueuse.org/core/useWebSocket/",
1898
2173
  category: "Network",
1899
2174
  description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
@@ -1903,16 +2178,22 @@ var functions$1 = [
1903
2178
  "package": "core",
1904
2179
  lastUpdated: 1647220329000,
1905
2180
  docs: "https://vueuse.org/core/useWebWorker/",
1906
- category: "Misc",
1907
- description: "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication"
2181
+ category: "Browser",
2182
+ description: "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
2183
+ related: [
2184
+ "useWebWorkerFn"
2185
+ ]
1908
2186
  },
1909
2187
  {
1910
2188
  name: "useWebWorkerFn",
1911
2189
  "package": "core",
1912
- lastUpdated: 1655284952000,
2190
+ lastUpdated: 1657730737000,
1913
2191
  docs: "https://vueuse.org/core/useWebWorkerFn/",
1914
- category: "Misc",
1915
- description: "run expensive functions without blocking the UI"
2192
+ category: "Browser",
2193
+ description: "run expensive functions without blocking the UI",
2194
+ related: [
2195
+ "useWebWorker"
2196
+ ]
1916
2197
  },
1917
2198
  {
1918
2199
  name: "useWindowFocus",
@@ -1934,7 +2215,7 @@ var functions$1 = [
1934
2215
  {
1935
2216
  name: "useWindowSize",
1936
2217
  "package": "core",
1937
- lastUpdated: 1657078594000,
2218
+ lastUpdated: 1657730699000,
1938
2219
  component: true,
1939
2220
  docs: "https://vueuse.org/core/useWindowSize/",
1940
2221
  category: "Elements",
@@ -1943,7 +2224,7 @@ var functions$1 = [
1943
2224
  {
1944
2225
  name: "useZoomFactor",
1945
2226
  "package": "electron",
1946
- lastUpdated: 1639442454000,
2227
+ lastUpdated: 1658645224000,
1947
2228
  docs: "https://vueuse.org/electron/useZoomFactor/",
1948
2229
  category: "@Electron",
1949
2230
  description: "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom factor"
@@ -1951,7 +2232,7 @@ var functions$1 = [
1951
2232
  {
1952
2233
  name: "useZoomLevel",
1953
2234
  "package": "electron",
1954
- lastUpdated: 1639442454000,
2235
+ lastUpdated: 1658645224000,
1955
2236
  docs: "https://vueuse.org/electron/useZoomLevel/",
1956
2237
  category: "@Electron",
1957
2238
  description: "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom level"
@@ -1973,7 +2254,7 @@ var functions$1 = [
1973
2254
  {
1974
2255
  name: "watchAtMost",
1975
2256
  "package": "shared",
1976
- lastUpdated: 1655390134000,
2257
+ lastUpdated: 1657259100000,
1977
2258
  docs: "https://vueuse.org/shared/watchAtMost/",
1978
2259
  category: "Watch",
1979
2260
  description: "`watch` with the number of times triggered"
@@ -1981,7 +2262,7 @@ var functions$1 = [
1981
2262
  {
1982
2263
  name: "watchDebounced",
1983
2264
  "package": "shared",
1984
- lastUpdated: 1655390134000,
2265
+ lastUpdated: 1657259100000,
1985
2266
  docs: "https://vueuse.org/shared/watchDebounced/",
1986
2267
  category: "Watch",
1987
2268
  description: "debounced watch",
@@ -2022,7 +2303,7 @@ var functions$1 = [
2022
2303
  {
2023
2304
  name: "watchThrottled",
2024
2305
  "package": "shared",
2025
- lastUpdated: 1655390134000,
2306
+ lastUpdated: 1657259100000,
2026
2307
  docs: "https://vueuse.org/shared/watchThrottled/",
2027
2308
  category: "Watch",
2028
2309
  description: "throttled watch",
@@ -2049,7 +2330,7 @@ var functions$1 = [
2049
2330
  {
2050
2331
  name: "whenever",
2051
2332
  "package": "shared",
2052
- lastUpdated: 1649251191000,
2333
+ lastUpdated: 1658645224000,
2053
2334
  docs: "https://vueuse.org/shared/whenever/",
2054
2335
  category: "Watch",
2055
2336
  description: "shorthand for watching value to be truthy"
@@ -2062,16 +2343,18 @@ var _metadata = {
2062
2343
  };
2063
2344
 
2064
2345
  const categoriesOrder = [
2346
+ "State",
2347
+ "Elements",
2065
2348
  "Browser",
2066
2349
  "Sensors",
2350
+ "Network",
2067
2351
  "Animation",
2068
- "State",
2069
- "Elements",
2070
2352
  "Component",
2071
2353
  "Watch",
2072
- "Network",
2073
- "Utilities",
2074
- "Misc"
2354
+ "Reactivity",
2355
+ "Array",
2356
+ "Time",
2357
+ "Utilities"
2075
2358
  ];
2076
2359
  const metadata = _metadata;
2077
2360
  const functions = functions$1;