@vueuse/metadata 13.5.0 → 13.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/index.json +133 -125
  2. package/index.mjs +133 -125
  3. package/package.json +1 -1
package/index.json CHANGED
@@ -156,7 +156,7 @@
156
156
  {
157
157
  "name": "computedAsync",
158
158
  "package": "core",
159
- "lastUpdated": 1748335916000,
159
+ "lastUpdated": 1754616581000,
160
160
  "docs": "https://vueuse.org/core/computedAsync/",
161
161
  "category": "Reactivity",
162
162
  "description": "computed for async functions",
@@ -200,7 +200,7 @@
200
200
  {
201
201
  "name": "createEventHook",
202
202
  "package": "shared",
203
- "lastUpdated": 1744088337000,
203
+ "lastUpdated": 1753677040000,
204
204
  "docs": "https://vueuse.org/shared/createEventHook/",
205
205
  "category": "Utilities",
206
206
  "description": "utility for creating event hooks"
@@ -208,7 +208,7 @@
208
208
  {
209
209
  "name": "createGenericProjection",
210
210
  "package": "math",
211
- "lastUpdated": 1741147666000,
211
+ "lastUpdated": 1753677040000,
212
212
  "docs": "https://vueuse.org/math/createGenericProjection/",
213
213
  "category": "@Math",
214
214
  "description": "generic version of `createProjection`",
@@ -220,7 +220,7 @@
220
220
  {
221
221
  "name": "createGlobalState",
222
222
  "package": "shared",
223
- "lastUpdated": 1744088337000,
223
+ "lastUpdated": 1753677040000,
224
224
  "docs": "https://vueuse.org/shared/createGlobalState/",
225
225
  "category": "State",
226
226
  "description": "keep states in the global scope to be reusable across Vue instances",
@@ -238,7 +238,7 @@
238
238
  {
239
239
  "name": "createInjectionState",
240
240
  "package": "shared",
241
- "lastUpdated": 1732178709000,
241
+ "lastUpdated": 1753677040000,
242
242
  "docs": "https://vueuse.org/shared/createInjectionState/",
243
243
  "category": "State",
244
244
  "description": "create global state that can be injected into components"
@@ -246,7 +246,7 @@
246
246
  {
247
247
  "name": "createProjection",
248
248
  "package": "math",
249
- "lastUpdated": 1741147666000,
249
+ "lastUpdated": 1753677040000,
250
250
  "docs": "https://vueuse.org/math/createProjection/",
251
251
  "category": "@Math",
252
252
  "description": "reactive numeric projection from one domain to another",
@@ -258,7 +258,7 @@
258
258
  {
259
259
  "name": "createRef",
260
260
  "package": "shared",
261
- "lastUpdated": 1744088337000,
261
+ "lastUpdated": 1753677040000,
262
262
  "docs": "https://vueuse.org/shared/createRef/",
263
263
  "category": "Reactivity",
264
264
  "description": "returns a `deepRef` or `shallowRef` depending on the `deep` param"
@@ -266,7 +266,7 @@
266
266
  {
267
267
  "name": "createReusableTemplate",
268
268
  "package": "core",
269
- "lastUpdated": 1737893230000,
269
+ "lastUpdated": 1753677040000,
270
270
  "docs": "https://vueuse.org/core/createReusableTemplate/",
271
271
  "category": "Component",
272
272
  "description": "define and reuse template inside the component scope"
@@ -281,7 +281,7 @@
281
281
  {
282
282
  "name": "createSharedComposable",
283
283
  "package": "shared",
284
- "lastUpdated": 1744088337000,
284
+ "lastUpdated": 1753677040000,
285
285
  "docs": "https://vueuse.org/shared/createSharedComposable/",
286
286
  "category": "State",
287
287
  "description": "make a composable function usable with multiple Vue instances",
@@ -292,7 +292,7 @@
292
292
  {
293
293
  "name": "createTemplatePromise",
294
294
  "package": "core",
295
- "lastUpdated": 1739600241000,
295
+ "lastUpdated": 1753677040000,
296
296
  "docs": "https://vueuse.org/core/createTemplatePromise/",
297
297
  "category": "Component",
298
298
  "description": "template as Promise"
@@ -300,7 +300,7 @@
300
300
  {
301
301
  "name": "createUnrefFn",
302
302
  "package": "core",
303
- "lastUpdated": 1741147666000,
303
+ "lastUpdated": 1753677040000,
304
304
  "docs": "https://vueuse.org/core/createUnrefFn/",
305
305
  "category": "Utilities",
306
306
  "description": "make a plain function accepting ref and raw values as arguments",
@@ -319,7 +319,7 @@
319
319
  {
320
320
  "name": "from",
321
321
  "package": "rxjs",
322
- "lastUpdated": 1747199548000,
322
+ "lastUpdated": 1753677040000,
323
323
  "docs": "https://vueuse.org/rxjs/from/",
324
324
  "category": "@RxJS",
325
325
  "description": "wrappers around RxJS's [`from()`](https://rxjs.dev/api/index/function/from) and [`fromEvent()`](https://rxjs.dev/api/index/function/fromEvent) to allow them to accept `ref`s"
@@ -327,7 +327,7 @@
327
327
  {
328
328
  "name": "get",
329
329
  "package": "shared",
330
- "lastUpdated": 1744088337000,
330
+ "lastUpdated": 1753513037000,
331
331
  "docs": "https://vueuse.org/shared/get/",
332
332
  "category": "Utilities",
333
333
  "description": "shorthand for accessing `ref.value`"
@@ -335,7 +335,7 @@
335
335
  {
336
336
  "name": "injectLocal",
337
337
  "package": "shared",
338
- "lastUpdated": 1734845260000,
338
+ "lastUpdated": 1753677040000,
339
339
  "docs": "https://vueuse.org/shared/injectLocal/",
340
340
  "category": "State",
341
341
  "description": "extended `inject` with ability to call `provideLocal` to provide the value in the same component"
@@ -351,7 +351,7 @@
351
351
  {
352
352
  "name": "logicAnd",
353
353
  "package": "math",
354
- "lastUpdated": 1741147666000,
354
+ "lastUpdated": 1753677040000,
355
355
  "docs": "https://vueuse.org/math/logicAnd/",
356
356
  "category": "@Math",
357
357
  "description": "`AND` condition for refs",
@@ -366,7 +366,7 @@
366
366
  {
367
367
  "name": "logicNot",
368
368
  "package": "math",
369
- "lastUpdated": 1735017005000,
369
+ "lastUpdated": 1753677040000,
370
370
  "docs": "https://vueuse.org/math/logicNot/",
371
371
  "category": "@Math",
372
372
  "description": "`NOT` condition for ref",
@@ -381,7 +381,7 @@
381
381
  {
382
382
  "name": "logicOr",
383
383
  "package": "math",
384
- "lastUpdated": 1741147666000,
384
+ "lastUpdated": 1753677040000,
385
385
  "docs": "https://vueuse.org/math/logicOr/",
386
386
  "category": "@Math",
387
387
  "description": "`OR` conditions for refs",
@@ -396,7 +396,7 @@
396
396
  {
397
397
  "name": "makeDestructurable",
398
398
  "package": "shared",
399
- "lastUpdated": 1718112591000,
399
+ "lastUpdated": 1753677040000,
400
400
  "docs": "https://vueuse.org/shared/makeDestructurable/",
401
401
  "category": "Utilities",
402
402
  "description": "make isomorphic destructurable for object and array at the same time"
@@ -404,7 +404,7 @@
404
404
  {
405
405
  "name": "onClickOutside",
406
406
  "package": "core",
407
- "lastUpdated": 1751105416000,
407
+ "lastUpdated": 1753677517000,
408
408
  "component": true,
409
409
  "directive": true,
410
410
  "docs": "https://vueuse.org/core/onClickOutside/",
@@ -457,7 +457,7 @@
457
457
  {
458
458
  "name": "reactify",
459
459
  "package": "shared",
460
- "lastUpdated": 1744088337000,
460
+ "lastUpdated": 1753677040000,
461
461
  "docs": "https://vueuse.org/shared/reactify/",
462
462
  "category": "Reactivity",
463
463
  "description": "converts plain functions into reactive functions",
@@ -471,7 +471,7 @@
471
471
  {
472
472
  "name": "reactifyObject",
473
473
  "package": "shared",
474
- "lastUpdated": 1744088337000,
474
+ "lastUpdated": 1753677040000,
475
475
  "docs": "https://vueuse.org/shared/reactifyObject/",
476
476
  "category": "Reactivity",
477
477
  "description": "apply `reactify` to an object"
@@ -529,7 +529,7 @@
529
529
  {
530
530
  "name": "refDefault",
531
531
  "package": "shared",
532
- "lastUpdated": 1732178709000,
532
+ "lastUpdated": 1753677040000,
533
533
  "docs": "https://vueuse.org/shared/refDefault/",
534
534
  "category": "Reactivity",
535
535
  "description": "apply default value to a ref"
@@ -552,7 +552,7 @@
552
552
  {
553
553
  "name": "refWithControl",
554
554
  "package": "shared",
555
- "lastUpdated": 1732178709000,
555
+ "lastUpdated": 1753677040000,
556
556
  "docs": "https://vueuse.org/shared/refWithControl/",
557
557
  "category": "Reactivity",
558
558
  "description": "fine-grained controls over ref and its reactivity",
@@ -596,7 +596,7 @@
596
596
  {
597
597
  "name": "templateRef",
598
598
  "package": "core",
599
- "lastUpdated": 1732178709000,
599
+ "lastUpdated": 1753677040000,
600
600
  "docs": "https://vueuse.org/core/templateRef/",
601
601
  "category": "Component",
602
602
  "description": "shorthand for binding ref to template element"
@@ -604,7 +604,7 @@
604
604
  {
605
605
  "name": "toObserver",
606
606
  "package": "rxjs",
607
- "lastUpdated": 1732178709000,
607
+ "lastUpdated": 1753677040000,
608
608
  "docs": "https://vueuse.org/rxjs/toObserver/",
609
609
  "category": "@RxJS",
610
610
  "description": "sugar function to convert a `ref` into an RxJS [Observer](https://rxjs.dev/guide/observer)"
@@ -713,7 +713,7 @@
713
713
  {
714
714
  "name": "useAbs",
715
715
  "package": "math",
716
- "lastUpdated": 1741147666000,
716
+ "lastUpdated": 1753677040000,
717
717
  "docs": "https://vueuse.org/math/useAbs/",
718
718
  "category": "@Math",
719
719
  "description": "reactive `Math.abs`"
@@ -721,7 +721,7 @@
721
721
  {
722
722
  "name": "useActiveElement",
723
723
  "package": "core",
724
- "lastUpdated": 1739701304000,
724
+ "lastUpdated": 1753677040000,
725
725
  "component": true,
726
726
  "docs": "https://vueuse.org/core/useActiveElement/",
727
727
  "category": "Elements",
@@ -730,7 +730,7 @@
730
730
  {
731
731
  "name": "useAnimate",
732
732
  "package": "core",
733
- "lastUpdated": 1741147666000,
733
+ "lastUpdated": 1754963370000,
734
734
  "docs": "https://vueuse.org/core/useAnimate/",
735
735
  "category": "Animation",
736
736
  "description": "reactive [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API)"
@@ -738,7 +738,7 @@
738
738
  {
739
739
  "name": "useArrayDifference",
740
740
  "package": "shared",
741
- "lastUpdated": 1744088337000,
741
+ "lastUpdated": 1753677040000,
742
742
  "docs": "https://vueuse.org/shared/useArrayDifference/",
743
743
  "category": "Array",
744
744
  "description": "reactive get array difference of two arrays"
@@ -746,7 +746,7 @@
746
746
  {
747
747
  "name": "useArrayEvery",
748
748
  "package": "shared",
749
- "lastUpdated": 1744088337000,
749
+ "lastUpdated": 1753677040000,
750
750
  "docs": "https://vueuse.org/shared/useArrayEvery/",
751
751
  "category": "Array",
752
752
  "description": "reactive `Array.every`"
@@ -754,7 +754,7 @@
754
754
  {
755
755
  "name": "useArrayFilter",
756
756
  "package": "shared",
757
- "lastUpdated": 1744088337000,
757
+ "lastUpdated": 1753677040000,
758
758
  "docs": "https://vueuse.org/shared/useArrayFilter/",
759
759
  "category": "Array",
760
760
  "description": "reactive `Array.filter`"
@@ -762,7 +762,7 @@
762
762
  {
763
763
  "name": "useArrayFind",
764
764
  "package": "shared",
765
- "lastUpdated": 1744881732000,
765
+ "lastUpdated": 1753677040000,
766
766
  "docs": "https://vueuse.org/shared/useArrayFind/",
767
767
  "category": "Array",
768
768
  "description": "reactive `Array.find`"
@@ -770,7 +770,7 @@
770
770
  {
771
771
  "name": "useArrayFindIndex",
772
772
  "package": "shared",
773
- "lastUpdated": 1744088337000,
773
+ "lastUpdated": 1753677040000,
774
774
  "docs": "https://vueuse.org/shared/useArrayFindIndex/",
775
775
  "category": "Array",
776
776
  "description": "reactive `Array.findIndex`"
@@ -778,7 +778,7 @@
778
778
  {
779
779
  "name": "useArrayFindLast",
780
780
  "package": "shared",
781
- "lastUpdated": 1744088337000,
781
+ "lastUpdated": 1753677040000,
782
782
  "docs": "https://vueuse.org/shared/useArrayFindLast/",
783
783
  "category": "Array",
784
784
  "description": "reactive `Array.findLast`"
@@ -786,7 +786,7 @@
786
786
  {
787
787
  "name": "useArrayIncludes",
788
788
  "package": "shared",
789
- "lastUpdated": 1744088337000,
789
+ "lastUpdated": 1753677040000,
790
790
  "docs": "https://vueuse.org/shared/useArrayIncludes/",
791
791
  "category": "Array",
792
792
  "description": "reactive `Array.includes`"
@@ -794,7 +794,7 @@
794
794
  {
795
795
  "name": "useArrayJoin",
796
796
  "package": "shared",
797
- "lastUpdated": 1744088337000,
797
+ "lastUpdated": 1753677040000,
798
798
  "docs": "https://vueuse.org/shared/useArrayJoin/",
799
799
  "category": "Array",
800
800
  "description": "reactive `Array.join`"
@@ -802,7 +802,7 @@
802
802
  {
803
803
  "name": "useArrayMap",
804
804
  "package": "shared",
805
- "lastUpdated": 1744088337000,
805
+ "lastUpdated": 1753677040000,
806
806
  "docs": "https://vueuse.org/shared/useArrayMap/",
807
807
  "category": "Array",
808
808
  "description": "reactive `Array.map`"
@@ -810,7 +810,7 @@
810
810
  {
811
811
  "name": "useArrayReduce",
812
812
  "package": "shared",
813
- "lastUpdated": 1741147666000,
813
+ "lastUpdated": 1753677040000,
814
814
  "docs": "https://vueuse.org/shared/useArrayReduce/",
815
815
  "category": "Array",
816
816
  "description": "reactive `Array.reduce`"
@@ -818,7 +818,7 @@
818
818
  {
819
819
  "name": "useArraySome",
820
820
  "package": "shared",
821
- "lastUpdated": 1744088337000,
821
+ "lastUpdated": 1753677040000,
822
822
  "docs": "https://vueuse.org/shared/useArraySome/",
823
823
  "category": "Array",
824
824
  "description": "reactive `Array.some`"
@@ -826,7 +826,7 @@
826
826
  {
827
827
  "name": "useArrayUnique",
828
828
  "package": "shared",
829
- "lastUpdated": 1744088337000,
829
+ "lastUpdated": 1753677040000,
830
830
  "docs": "https://vueuse.org/shared/useArrayUnique/",
831
831
  "category": "Array",
832
832
  "description": "reactive unique array"
@@ -842,7 +842,7 @@
842
842
  {
843
843
  "name": "useAsyncState",
844
844
  "package": "core",
845
- "lastUpdated": 1750322801000,
845
+ "lastUpdated": 1754962012000,
846
846
  "docs": "https://vueuse.org/core/useAsyncState/",
847
847
  "category": "State",
848
848
  "description": "reactive async state"
@@ -860,7 +860,7 @@
860
860
  {
861
861
  "name": "useAuth",
862
862
  "package": "firebase",
863
- "lastUpdated": 1739600241000,
863
+ "lastUpdated": 1753677040000,
864
864
  "docs": "https://vueuse.org/firebase/useAuth/",
865
865
  "category": "@Firebase",
866
866
  "description": "reactive [Firebase Auth](https://firebase.google.com/docs/auth) binding",
@@ -869,7 +869,7 @@
869
869
  {
870
870
  "name": "useAverage",
871
871
  "package": "math",
872
- "lastUpdated": 1741147666000,
872
+ "lastUpdated": 1753677040000,
873
873
  "docs": "https://vueuse.org/math/useAverage/",
874
874
  "category": "@Math",
875
875
  "description": "get the average of an array reactively"
@@ -894,7 +894,7 @@
894
894
  {
895
895
  "name": "useBattery",
896
896
  "package": "core",
897
- "lastUpdated": 1739600241000,
897
+ "lastUpdated": 1753677040000,
898
898
  "component": true,
899
899
  "docs": "https://vueuse.org/core/useBattery/",
900
900
  "category": "Sensors",
@@ -903,7 +903,7 @@
903
903
  {
904
904
  "name": "useBluetooth",
905
905
  "package": "core",
906
- "lastUpdated": 1739701304000,
906
+ "lastUpdated": 1753677040000,
907
907
  "docs": "https://vueuse.org/core/useBluetooth/",
908
908
  "category": "Browser",
909
909
  "description": "reactive [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API)"
@@ -911,7 +911,7 @@
911
911
  {
912
912
  "name": "useBreakpoints",
913
913
  "package": "core",
914
- "lastUpdated": 1741147666000,
914
+ "lastUpdated": 1753677040000,
915
915
  "docs": "https://vueuse.org/core/useBreakpoints/",
916
916
  "category": "Browser",
917
917
  "description": "reactive viewport breakpoints"
@@ -927,7 +927,7 @@
927
927
  {
928
928
  "name": "useBrowserLocation",
929
929
  "package": "core",
930
- "lastUpdated": 1739600241000,
930
+ "lastUpdated": 1753677040000,
931
931
  "component": true,
932
932
  "docs": "https://vueuse.org/core/useBrowserLocation/",
933
933
  "category": "Browser",
@@ -944,7 +944,7 @@
944
944
  {
945
945
  "name": "useCeil",
946
946
  "package": "math",
947
- "lastUpdated": 1741147666000,
947
+ "lastUpdated": 1753677040000,
948
948
  "docs": "https://vueuse.org/math/useCeil/",
949
949
  "category": "@Math",
950
950
  "description": "reactive `Math.ceil`"
@@ -952,7 +952,7 @@
952
952
  {
953
953
  "name": "useChangeCase",
954
954
  "package": "integrations",
955
- "lastUpdated": 1741147666000,
955
+ "lastUpdated": 1753677040000,
956
956
  "docs": "https://vueuse.org/integrations/useChangeCase/",
957
957
  "category": "@Integrations",
958
958
  "description": "reactive wrapper for [`change-case`](https://github.com/blakeembrey/change-case)",
@@ -961,7 +961,7 @@
961
961
  {
962
962
  "name": "useClamp",
963
963
  "package": "math",
964
- "lastUpdated": 1741147666000,
964
+ "lastUpdated": 1753677040000,
965
965
  "docs": "https://vueuse.org/math/useClamp/",
966
966
  "category": "@Math",
967
967
  "description": "reactively clamp a value between two other values"
@@ -969,7 +969,7 @@
969
969
  {
970
970
  "name": "useClipboard",
971
971
  "package": "core",
972
- "lastUpdated": 1741147666000,
972
+ "lastUpdated": 1753677040000,
973
973
  "component": true,
974
974
  "docs": "https://vueuse.org/core/useClipboard/",
975
975
  "category": "Browser",
@@ -981,7 +981,7 @@
981
981
  {
982
982
  "name": "useClipboardItems",
983
983
  "package": "core",
984
- "lastUpdated": 1741147666000,
984
+ "lastUpdated": 1755496312000,
985
985
  "docs": "https://vueuse.org/core/useClipboardItems/",
986
986
  "category": "Browser",
987
987
  "description": "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)",
@@ -1014,7 +1014,7 @@
1014
1014
  {
1015
1015
  "name": "useConfirmDialog",
1016
1016
  "package": "core",
1017
- "lastUpdated": 1739701304000,
1017
+ "lastUpdated": 1753677040000,
1018
1018
  "docs": "https://vueuse.org/core/useConfirmDialog/",
1019
1019
  "category": "Utilities",
1020
1020
  "description": "creates event hooks to support modals and confirmation dialog chains"
@@ -1022,7 +1022,7 @@
1022
1022
  {
1023
1023
  "name": "useCookies",
1024
1024
  "package": "integrations",
1025
- "lastUpdated": 1739600241000,
1025
+ "lastUpdated": 1753677040000,
1026
1026
  "docs": "https://vueuse.org/integrations/useCookies/",
1027
1027
  "category": "@Integrations",
1028
1028
  "description": "wrapper for [`universal-cookie`](https://www.npmjs.com/package/universal-cookie)",
@@ -1085,7 +1085,7 @@
1085
1085
  {
1086
1086
  "name": "useDateFormat",
1087
1087
  "package": "shared",
1088
- "lastUpdated": 1744088337000,
1088
+ "lastUpdated": 1753677040000,
1089
1089
  "docs": "https://vueuse.org/shared/useDateFormat/",
1090
1090
  "category": "Time",
1091
1091
  "description": "get the formatted date according to the string of tokens passed in"
@@ -1105,7 +1105,7 @@
1105
1105
  {
1106
1106
  "name": "useDebounceFn",
1107
1107
  "package": "shared",
1108
- "lastUpdated": 1744088337000,
1108
+ "lastUpdated": 1753677040000,
1109
1109
  "docs": "https://vueuse.org/shared/useDebounceFn/",
1110
1110
  "category": "Utilities",
1111
1111
  "description": "debounce execution of a function",
@@ -1125,7 +1125,7 @@
1125
1125
  {
1126
1126
  "name": "useDeviceOrientation",
1127
1127
  "package": "core",
1128
- "lastUpdated": 1739604936000,
1128
+ "lastUpdated": 1753677040000,
1129
1129
  "component": true,
1130
1130
  "docs": "https://vueuse.org/core/useDeviceOrientation/",
1131
1131
  "category": "Sensors",
@@ -1134,7 +1134,7 @@
1134
1134
  {
1135
1135
  "name": "useDevicePixelRatio",
1136
1136
  "package": "core",
1137
- "lastUpdated": 1739600241000,
1137
+ "lastUpdated": 1753878439000,
1138
1138
  "component": true,
1139
1139
  "docs": "https://vueuse.org/core/useDevicePixelRatio/",
1140
1140
  "category": "Sensors",
@@ -1166,7 +1166,7 @@
1166
1166
  {
1167
1167
  "name": "useDocumentVisibility",
1168
1168
  "package": "core",
1169
- "lastUpdated": 1739701304000,
1169
+ "lastUpdated": 1753677040000,
1170
1170
  "component": true,
1171
1171
  "docs": "https://vueuse.org/core/useDocumentVisibility/",
1172
1172
  "category": "Elements",
@@ -1262,7 +1262,7 @@
1262
1262
  {
1263
1263
  "name": "useEventBus",
1264
1264
  "package": "core",
1265
- "lastUpdated": 1732178709000,
1265
+ "lastUpdated": 1753677040000,
1266
1266
  "docs": "https://vueuse.org/core/useEventBus/",
1267
1267
  "category": "Utilities",
1268
1268
  "description": "a basic event bus"
@@ -1270,7 +1270,7 @@
1270
1270
  {
1271
1271
  "name": "useEventListener",
1272
1272
  "package": "core",
1273
- "lastUpdated": 1750320333000,
1273
+ "lastUpdated": 1754016533000,
1274
1274
  "docs": "https://vueuse.org/core/useEventListener/",
1275
1275
  "category": "Browser",
1276
1276
  "description": "use EventListener with ease"
@@ -1294,7 +1294,7 @@
1294
1294
  {
1295
1295
  "name": "useEyeDropper",
1296
1296
  "package": "core",
1297
- "lastUpdated": 1739604936000,
1297
+ "lastUpdated": 1753677040000,
1298
1298
  "component": true,
1299
1299
  "docs": "https://vueuse.org/core/useEyeDropper/",
1300
1300
  "category": "Browser",
@@ -1319,7 +1319,7 @@
1319
1319
  {
1320
1320
  "name": "useFileDialog",
1321
1321
  "package": "core",
1322
- "lastUpdated": 1747198130000,
1322
+ "lastUpdated": 1753678159000,
1323
1323
  "docs": "https://vueuse.org/core/useFileDialog/",
1324
1324
  "category": "Browser",
1325
1325
  "description": "open file dialog with ease"
@@ -1344,7 +1344,7 @@
1344
1344
  {
1345
1345
  "name": "useFloor",
1346
1346
  "package": "math",
1347
- "lastUpdated": 1741147666000,
1347
+ "lastUpdated": 1753677040000,
1348
1348
  "docs": "https://vueuse.org/math/useFloor/",
1349
1349
  "category": "@Math",
1350
1350
  "description": "reactive `Math.floor`"
@@ -1360,7 +1360,7 @@
1360
1360
  {
1361
1361
  "name": "useFocusTrap",
1362
1362
  "package": "integrations",
1363
- "lastUpdated": 1741147666000,
1363
+ "lastUpdated": 1753676889000,
1364
1364
  "component": true,
1365
1365
  "docs": "https://vueuse.org/integrations/useFocusTrap/",
1366
1366
  "category": "@Integrations",
@@ -1378,7 +1378,7 @@
1378
1378
  {
1379
1379
  "name": "useFps",
1380
1380
  "package": "core",
1381
- "lastUpdated": 1739701304000,
1381
+ "lastUpdated": 1753677040000,
1382
1382
  "docs": "https://vueuse.org/core/useFps/",
1383
1383
  "category": "Sensors",
1384
1384
  "description": "reactive FPS (frames per second)"
@@ -1404,7 +1404,7 @@
1404
1404
  {
1405
1405
  "name": "useGamepad",
1406
1406
  "package": "core",
1407
- "lastUpdated": 1739600241000,
1407
+ "lastUpdated": 1755496719000,
1408
1408
  "docs": "https://vueuse.org/core/useGamepad/",
1409
1409
  "category": "Browser",
1410
1410
  "description": "provides reactive bindings for the [Gamepad API](https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API)"
@@ -1428,7 +1428,7 @@
1428
1428
  {
1429
1429
  "name": "useIDBKeyval",
1430
1430
  "package": "integrations",
1431
- "lastUpdated": 1741147666000,
1431
+ "lastUpdated": 1752069336000,
1432
1432
  "docs": "https://vueuse.org/integrations/useIDBKeyval/",
1433
1433
  "category": "@Integrations",
1434
1434
  "description": "wrapper for [`idb-keyval`](https://www.npmjs.com/package/idb-keyval)",
@@ -1497,7 +1497,7 @@
1497
1497
  {
1498
1498
  "name": "useIpcRendererInvoke",
1499
1499
  "package": "electron",
1500
- "lastUpdated": 1739701304000,
1500
+ "lastUpdated": 1753677040000,
1501
1501
  "docs": "https://vueuse.org/electron/useIpcRendererInvoke/",
1502
1502
  "category": "@Electron",
1503
1503
  "description": "reactive [ipcRenderer.invoke API](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendererinvokechannel-args) result"
@@ -1522,7 +1522,7 @@
1522
1522
  {
1523
1523
  "name": "useKeyModifier",
1524
1524
  "package": "core",
1525
- "lastUpdated": 1739701304000,
1525
+ "lastUpdated": 1753677040000,
1526
1526
  "docs": "https://vueuse.org/core/useKeyModifier/",
1527
1527
  "category": "Sensors",
1528
1528
  "description": "reactive [Modifier State](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/getModifierState)"
@@ -1538,7 +1538,7 @@
1538
1538
  {
1539
1539
  "name": "useLocalStorage",
1540
1540
  "package": "core",
1541
- "lastUpdated": 1736493129000,
1541
+ "lastUpdated": 1753513037000,
1542
1542
  "docs": "https://vueuse.org/core/useLocalStorage/",
1543
1543
  "category": "State",
1544
1544
  "description": "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)",
@@ -1549,7 +1549,7 @@
1549
1549
  {
1550
1550
  "name": "useMagicKeys",
1551
1551
  "package": "core",
1552
- "lastUpdated": 1750322801000,
1552
+ "lastUpdated": 1753676998000,
1553
1553
  "docs": "https://vueuse.org/core/useMagicKeys/",
1554
1554
  "category": "Sensors",
1555
1555
  "description": "reactive keys pressed state"
@@ -1568,7 +1568,7 @@
1568
1568
  {
1569
1569
  "name": "useMath",
1570
1570
  "package": "math",
1571
- "lastUpdated": 1658042869000,
1571
+ "lastUpdated": 1753677040000,
1572
1572
  "docs": "https://vueuse.org/math/useMath/",
1573
1573
  "category": "@Math",
1574
1574
  "description": "reactive `Math` methods"
@@ -1576,7 +1576,7 @@
1576
1576
  {
1577
1577
  "name": "useMax",
1578
1578
  "package": "math",
1579
- "lastUpdated": 1741147666000,
1579
+ "lastUpdated": 1753677040000,
1580
1580
  "docs": "https://vueuse.org/math/useMax/",
1581
1581
  "category": "@Math",
1582
1582
  "description": "reactive `Math.max`"
@@ -1600,7 +1600,7 @@
1600
1600
  {
1601
1601
  "name": "useMemoize",
1602
1602
  "package": "core",
1603
- "lastUpdated": 1732178709000,
1603
+ "lastUpdated": 1753677040000,
1604
1604
  "docs": "https://vueuse.org/core/useMemoize/",
1605
1605
  "category": "Utilities",
1606
1606
  "description": "cache results of functions depending on arguments and keep it reactive"
@@ -1608,7 +1608,7 @@
1608
1608
  {
1609
1609
  "name": "useMemory",
1610
1610
  "package": "core",
1611
- "lastUpdated": 1739600241000,
1611
+ "lastUpdated": 1753677040000,
1612
1612
  "docs": "https://vueuse.org/core/useMemory/",
1613
1613
  "category": "Browser",
1614
1614
  "description": "reactive Memory Info"
@@ -1616,7 +1616,7 @@
1616
1616
  {
1617
1617
  "name": "useMin",
1618
1618
  "package": "math",
1619
- "lastUpdated": 1741147666000,
1619
+ "lastUpdated": 1753677040000,
1620
1620
  "docs": "https://vueuse.org/math/useMin/",
1621
1621
  "category": "@Math",
1622
1622
  "description": "reactive `Math.min`"
@@ -1645,7 +1645,7 @@
1645
1645
  {
1646
1646
  "name": "useMounted",
1647
1647
  "package": "core",
1648
- "lastUpdated": 1739600241000,
1648
+ "lastUpdated": 1753677040000,
1649
1649
  "docs": "https://vueuse.org/core/useMounted/",
1650
1650
  "category": "Component",
1651
1651
  "description": "mounted state in ref"
@@ -1662,7 +1662,7 @@
1662
1662
  {
1663
1663
  "name": "useMouseInElement",
1664
1664
  "package": "core",
1665
- "lastUpdated": 1750321515000,
1665
+ "lastUpdated": 1753176573000,
1666
1666
  "component": true,
1667
1667
  "directive": true,
1668
1668
  "docs": "https://vueuse.org/core/useMouseInElement/",
@@ -1681,7 +1681,7 @@
1681
1681
  {
1682
1682
  "name": "useMutationObserver",
1683
1683
  "package": "core",
1684
- "lastUpdated": 1741147666000,
1684
+ "lastUpdated": 1754459737000,
1685
1685
  "docs": "https://vueuse.org/core/useMutationObserver/",
1686
1686
  "category": "Elements",
1687
1687
  "description": "watch for changes being made to the DOM tree"
@@ -1689,7 +1689,7 @@
1689
1689
  {
1690
1690
  "name": "useNavigatorLanguage",
1691
1691
  "package": "core",
1692
- "lastUpdated": 1739701304000,
1692
+ "lastUpdated": 1753677040000,
1693
1693
  "docs": "https://vueuse.org/core/useNavigatorLanguage/",
1694
1694
  "category": "Sensors",
1695
1695
  "description": "reactive [navigator.language](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/language)"
@@ -1697,7 +1697,7 @@
1697
1697
  {
1698
1698
  "name": "useNetwork",
1699
1699
  "package": "core",
1700
- "lastUpdated": 1739701304000,
1700
+ "lastUpdated": 1753677040000,
1701
1701
  "component": true,
1702
1702
  "docs": "https://vueuse.org/core/useNetwork/",
1703
1703
  "category": "Sensors",
@@ -1706,7 +1706,7 @@
1706
1706
  {
1707
1707
  "name": "useNow",
1708
1708
  "package": "core",
1709
- "lastUpdated": 1748020198000,
1709
+ "lastUpdated": 1753677040000,
1710
1710
  "component": true,
1711
1711
  "docs": "https://vueuse.org/core/useNow/",
1712
1712
  "category": "Animation",
@@ -1750,7 +1750,7 @@
1750
1750
  {
1751
1751
  "name": "useOnline",
1752
1752
  "package": "core",
1753
- "lastUpdated": 1726477425000,
1753
+ "lastUpdated": 1753677040000,
1754
1754
  "component": true,
1755
1755
  "docs": "https://vueuse.org/core/useOnline/",
1756
1756
  "category": "Sensors",
@@ -1759,7 +1759,7 @@
1759
1759
  {
1760
1760
  "name": "usePageLeave",
1761
1761
  "package": "core",
1762
- "lastUpdated": 1739600241000,
1762
+ "lastUpdated": 1753677040000,
1763
1763
  "component": true,
1764
1764
  "docs": "https://vueuse.org/core/usePageLeave/",
1765
1765
  "category": "Sensors",
@@ -1792,7 +1792,7 @@
1792
1792
  {
1793
1793
  "name": "usePermission",
1794
1794
  "package": "core",
1795
- "lastUpdated": 1750322801000,
1795
+ "lastUpdated": 1753677040000,
1796
1796
  "docs": "https://vueuse.org/core/usePermission/",
1797
1797
  "category": "Browser",
1798
1798
  "description": "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)",
@@ -1812,7 +1812,7 @@
1812
1812
  {
1813
1813
  "name": "usePointerLock",
1814
1814
  "package": "core",
1815
- "lastUpdated": 1739701304000,
1815
+ "lastUpdated": 1753677040000,
1816
1816
  "component": true,
1817
1817
  "docs": "https://vueuse.org/core/usePointerLock/",
1818
1818
  "category": "Sensors",
@@ -1829,7 +1829,7 @@
1829
1829
  {
1830
1830
  "name": "usePrecision",
1831
1831
  "package": "math",
1832
- "lastUpdated": 1741147666000,
1832
+ "lastUpdated": 1753677040000,
1833
1833
  "docs": "https://vueuse.org/math/usePrecision/",
1834
1834
  "category": "@Math",
1835
1835
  "description": "reactively set the precision of a number"
@@ -1837,7 +1837,7 @@
1837
1837
  {
1838
1838
  "name": "usePreferredColorScheme",
1839
1839
  "package": "core",
1840
- "lastUpdated": 1732178709000,
1840
+ "lastUpdated": 1753677040000,
1841
1841
  "component": true,
1842
1842
  "docs": "https://vueuse.org/core/usePreferredColorScheme/",
1843
1843
  "category": "Browser",
@@ -1846,7 +1846,7 @@
1846
1846
  {
1847
1847
  "name": "usePreferredContrast",
1848
1848
  "package": "core",
1849
- "lastUpdated": 1732178709000,
1849
+ "lastUpdated": 1753677040000,
1850
1850
  "component": true,
1851
1851
  "docs": "https://vueuse.org/core/usePreferredContrast/",
1852
1852
  "category": "Browser",
@@ -1855,7 +1855,7 @@
1855
1855
  {
1856
1856
  "name": "usePreferredDark",
1857
1857
  "package": "core",
1858
- "lastUpdated": 1726477425000,
1858
+ "lastUpdated": 1753677040000,
1859
1859
  "component": true,
1860
1860
  "docs": "https://vueuse.org/core/usePreferredDark/",
1861
1861
  "category": "Browser",
@@ -1868,7 +1868,7 @@
1868
1868
  {
1869
1869
  "name": "usePreferredLanguages",
1870
1870
  "package": "core",
1871
- "lastUpdated": 1739600241000,
1871
+ "lastUpdated": 1753677040000,
1872
1872
  "component": true,
1873
1873
  "docs": "https://vueuse.org/core/usePreferredLanguages/",
1874
1874
  "category": "Browser",
@@ -1877,7 +1877,7 @@
1877
1877
  {
1878
1878
  "name": "usePreferredReducedMotion",
1879
1879
  "package": "core",
1880
- "lastUpdated": 1732178709000,
1880
+ "lastUpdated": 1753677040000,
1881
1881
  "component": true,
1882
1882
  "docs": "https://vueuse.org/core/usePreferredReducedMotion/",
1883
1883
  "category": "Browser",
@@ -1886,7 +1886,7 @@
1886
1886
  {
1887
1887
  "name": "usePreferredReducedTransparency",
1888
1888
  "package": "core",
1889
- "lastUpdated": 1734936123000,
1889
+ "lastUpdated": 1753677040000,
1890
1890
  "component": true,
1891
1891
  "docs": "https://vueuse.org/core/usePreferredReducedTransparency/",
1892
1892
  "category": "Browser",
@@ -1903,7 +1903,7 @@
1903
1903
  {
1904
1904
  "name": "useProjection",
1905
1905
  "package": "math",
1906
- "lastUpdated": 1741147666000,
1906
+ "lastUpdated": 1753677040000,
1907
1907
  "docs": "https://vueuse.org/math/useProjection/",
1908
1908
  "category": "@Math",
1909
1909
  "description": "reactive numeric projection from one domain to another",
@@ -1954,7 +1954,7 @@
1954
1954
  {
1955
1955
  "name": "useRound",
1956
1956
  "package": "math",
1957
- "lastUpdated": 1741147666000,
1957
+ "lastUpdated": 1753677040000,
1958
1958
  "docs": "https://vueuse.org/math/useRound/",
1959
1959
  "category": "@Math",
1960
1960
  "description": "reactive `Math.round`"
@@ -1962,7 +1962,7 @@
1962
1962
  {
1963
1963
  "name": "useRouteHash",
1964
1964
  "package": "router",
1965
- "lastUpdated": 1741147666000,
1965
+ "lastUpdated": 1753677040000,
1966
1966
  "docs": "https://vueuse.org/router/useRouteHash/",
1967
1967
  "category": "@Router",
1968
1968
  "description": "shorthand for a reactive `route.hash`"
@@ -2002,7 +2002,7 @@
2002
2002
  {
2003
2003
  "name": "useScreenOrientation",
2004
2004
  "package": "core",
2005
- "lastUpdated": 1739701304000,
2005
+ "lastUpdated": 1753677040000,
2006
2006
  "docs": "https://vueuse.org/core/useScreenOrientation/",
2007
2007
  "category": "Browser",
2008
2008
  "description": "reactive [Screen Orientation API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Orientation_API)"
@@ -2056,7 +2056,7 @@
2056
2056
  {
2057
2057
  "name": "useShare",
2058
2058
  "package": "core",
2059
- "lastUpdated": 1741147666000,
2059
+ "lastUpdated": 1753677040000,
2060
2060
  "docs": "https://vueuse.org/core/useShare/",
2061
2061
  "category": "Browser",
2062
2062
  "description": "reactive [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share)"
@@ -2097,7 +2097,7 @@
2097
2097
  {
2098
2098
  "name": "useSpeechSynthesis",
2099
2099
  "package": "core",
2100
- "lastUpdated": 1751105319000,
2100
+ "lastUpdated": 1755496663000,
2101
2101
  "docs": "https://vueuse.org/core/useSpeechSynthesis/",
2102
2102
  "category": "Sensors",
2103
2103
  "description": "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
@@ -2112,7 +2112,7 @@
2112
2112
  {
2113
2113
  "name": "useSSRWidth",
2114
2114
  "package": "core",
2115
- "lastUpdated": 1734844682000,
2115
+ "lastUpdated": 1753677040000,
2116
2116
  "docs": "https://vueuse.org/core/useSSRWidth/",
2117
2117
  "category": "Browser",
2118
2118
  "description": "used to set a global viewport width which will be used when rendering SSR components that rely on the viewport width like [`useMediaQuery`](../useMediaQuery/index.md) or [`useBreakpoints`](../useBreakpoints/index.md)"
@@ -2120,7 +2120,7 @@
2120
2120
  {
2121
2121
  "name": "useStepper",
2122
2122
  "package": "core",
2123
- "lastUpdated": 1741147666000,
2123
+ "lastUpdated": 1753677040000,
2124
2124
  "docs": "https://vueuse.org/core/useStepper/",
2125
2125
  "category": "Utilities",
2126
2126
  "description": "provides helpers for building a multi-step wizard interface"
@@ -2128,7 +2128,7 @@
2128
2128
  {
2129
2129
  "name": "useStorage",
2130
2130
  "package": "core",
2131
- "lastUpdated": 1746019757000,
2131
+ "lastUpdated": 1755496695000,
2132
2132
  "docs": "https://vueuse.org/core/useStorage/",
2133
2133
  "category": "State",
2134
2134
  "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)",
@@ -2143,7 +2143,7 @@
2143
2143
  {
2144
2144
  "name": "useStorageAsync",
2145
2145
  "package": "core",
2146
- "lastUpdated": 1741147666000,
2146
+ "lastUpdated": 1753677958000,
2147
2147
  "docs": "https://vueuse.org/core/useStorageAsync/",
2148
2148
  "category": "State",
2149
2149
  "description": "reactive Storage in with async support",
@@ -2178,7 +2178,7 @@
2178
2178
  {
2179
2179
  "name": "useSum",
2180
2180
  "package": "math",
2181
- "lastUpdated": 1741147666000,
2181
+ "lastUpdated": 1753677040000,
2182
2182
  "docs": "https://vueuse.org/math/useSum/",
2183
2183
  "category": "@Math",
2184
2184
  "description": "get the sum of an array reactively"
@@ -2186,10 +2186,10 @@
2186
2186
  {
2187
2187
  "name": "useSupported",
2188
2188
  "package": "core",
2189
- "lastUpdated": 1740137210000,
2189
+ "lastUpdated": 1753677040000,
2190
2190
  "docs": "https://vueuse.org/core/useSupported/",
2191
2191
  "category": "Utilities",
2192
- "description": "sSR compatibility `isSupported`"
2192
+ "description": "SSR compatibility `isSupported`"
2193
2193
  },
2194
2194
  {
2195
2195
  "name": "useSwipe",
@@ -2202,7 +2202,7 @@
2202
2202
  {
2203
2203
  "name": "useTemplateRefsList",
2204
2204
  "package": "core",
2205
- "lastUpdated": 1739600241000,
2205
+ "lastUpdated": 1753677040000,
2206
2206
  "docs": "https://vueuse.org/core/useTemplateRefsList/",
2207
2207
  "category": "Component",
2208
2208
  "description": "shorthand for binding refs to template elements and components inside `v-for`"
@@ -2218,7 +2218,7 @@
2218
2218
  {
2219
2219
  "name": "useTextDirection",
2220
2220
  "package": "core",
2221
- "lastUpdated": 1739600241000,
2221
+ "lastUpdated": 1753677040000,
2222
2222
  "docs": "https://vueuse.org/core/useTextDirection/",
2223
2223
  "category": "Browser",
2224
2224
  "description": "reactive [dir](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir) of the element's text"
@@ -2226,7 +2226,7 @@
2226
2226
  {
2227
2227
  "name": "useTextSelection",
2228
2228
  "package": "core",
2229
- "lastUpdated": 1739600241000,
2229
+ "lastUpdated": 1753677040000,
2230
2230
  "docs": "https://vueuse.org/core/useTextSelection/",
2231
2231
  "category": "Sensors",
2232
2232
  "description": "reactively track user text selection based on [`Window.getSelection`](https://developer.mozilla.org/en-US/docs/Web/API/Window/getSelection)"
@@ -2246,7 +2246,7 @@
2246
2246
  {
2247
2247
  "name": "useThrottleFn",
2248
2248
  "package": "shared",
2249
- "lastUpdated": 1741147666000,
2249
+ "lastUpdated": 1753677040000,
2250
2250
  "docs": "https://vueuse.org/shared/useThrottleFn/",
2251
2251
  "category": "Utilities",
2252
2252
  "description": "throttle execution of a function",
@@ -2259,12 +2259,20 @@
2259
2259
  {
2260
2260
  "name": "useTimeAgo",
2261
2261
  "package": "core",
2262
- "lastUpdated": 1741147666000,
2262
+ "lastUpdated": 1753677040000,
2263
2263
  "component": true,
2264
2264
  "docs": "https://vueuse.org/core/useTimeAgo/",
2265
2265
  "category": "Time",
2266
2266
  "description": "reactive time ago"
2267
2267
  },
2268
+ {
2269
+ "name": "useTimeAgoIntl",
2270
+ "package": "core",
2271
+ "lastUpdated": 1755496970000,
2272
+ "docs": "https://vueuse.org/core/useTimeAgoIntl/",
2273
+ "category": "Time",
2274
+ "description": "reactive time ago with i18n supported"
2275
+ },
2268
2276
  {
2269
2277
  "name": "useTimeout",
2270
2278
  "package": "shared",
@@ -2309,7 +2317,7 @@
2309
2317
  {
2310
2318
  "name": "useToggle",
2311
2319
  "package": "shared",
2312
- "lastUpdated": 1744088337000,
2320
+ "lastUpdated": 1753677040000,
2313
2321
  "docs": "https://vueuse.org/shared/useToggle/",
2314
2322
  "category": "Utilities",
2315
2323
  "description": "a boolean switcher with utility functions"
@@ -2317,7 +2325,7 @@
2317
2325
  {
2318
2326
  "name": "useToNumber",
2319
2327
  "package": "shared",
2320
- "lastUpdated": 1741147666000,
2328
+ "lastUpdated": 1753677040000,
2321
2329
  "docs": "https://vueuse.org/shared/useToNumber/",
2322
2330
  "category": "Utilities",
2323
2331
  "description": "reactively convert a string ref to number"
@@ -2325,7 +2333,7 @@
2325
2333
  {
2326
2334
  "name": "useToString",
2327
2335
  "package": "shared",
2328
- "lastUpdated": 1741147666000,
2336
+ "lastUpdated": 1753677040000,
2329
2337
  "docs": "https://vueuse.org/shared/useToString/",
2330
2338
  "category": "Utilities",
2331
2339
  "description": "reactively convert a ref to string"
@@ -2333,7 +2341,7 @@
2333
2341
  {
2334
2342
  "name": "useTransition",
2335
2343
  "package": "core",
2336
- "lastUpdated": 1741147666000,
2344
+ "lastUpdated": 1753677771000,
2337
2345
  "docs": "https://vueuse.org/core/useTransition/",
2338
2346
  "category": "Animation",
2339
2347
  "description": "transition between values"
@@ -2341,7 +2349,7 @@
2341
2349
  {
2342
2350
  "name": "useTrunc",
2343
2351
  "package": "math",
2344
- "lastUpdated": 1741147666000,
2352
+ "lastUpdated": 1753677040000,
2345
2353
  "docs": "https://vueuse.org/math/useTrunc/",
2346
2354
  "category": "@Math",
2347
2355
  "description": "reactive `Math.trunc`"
@@ -2370,7 +2378,7 @@
2370
2378
  {
2371
2379
  "name": "useVibrate",
2372
2380
  "package": "core",
2373
- "lastUpdated": 1741147666000,
2381
+ "lastUpdated": 1753677040000,
2374
2382
  "docs": "https://vueuse.org/core/useVibrate/",
2375
2383
  "category": "Browser",
2376
2384
  "description": "reactive [Vibration API](https://developer.mozilla.org/en-US/docs/Web/API/Vibration_API)"
@@ -2378,7 +2386,7 @@
2378
2386
  {
2379
2387
  "name": "useVirtualList",
2380
2388
  "package": "core",
2381
- "lastUpdated": 1741147666000,
2389
+ "lastUpdated": 1752242200000,
2382
2390
  "component": true,
2383
2391
  "docs": "https://vueuse.org/core/useVirtualList/",
2384
2392
  "category": "Component",
@@ -2387,7 +2395,7 @@
2387
2395
  {
2388
2396
  "name": "useVModel",
2389
2397
  "package": "core",
2390
- "lastUpdated": 1739600241000,
2398
+ "lastUpdated": 1753677040000,
2391
2399
  "docs": "https://vueuse.org/core/useVModel/",
2392
2400
  "category": "Component",
2393
2401
  "description": "shorthand for v-model binding",
@@ -2398,7 +2406,7 @@
2398
2406
  {
2399
2407
  "name": "useVModels",
2400
2408
  "package": "core",
2401
- "lastUpdated": 1732178709000,
2409
+ "lastUpdated": 1753677040000,
2402
2410
  "docs": "https://vueuse.org/core/useVModels/",
2403
2411
  "category": "Component",
2404
2412
  "description": "shorthand for props v-model binding",
@@ -2409,7 +2417,7 @@
2409
2417
  {
2410
2418
  "name": "useWakeLock",
2411
2419
  "package": "core",
2412
- "lastUpdated": 1739701304000,
2420
+ "lastUpdated": 1753677040000,
2413
2421
  "docs": "https://vueuse.org/core/useWakeLock/",
2414
2422
  "category": "Browser",
2415
2423
  "description": "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API)"
@@ -2433,7 +2441,7 @@
2433
2441
  {
2434
2442
  "name": "useWebWorker",
2435
2443
  "package": "core",
2436
- "lastUpdated": 1739600241000,
2444
+ "lastUpdated": 1754016533000,
2437
2445
  "docs": "https://vueuse.org/core/useWebWorker/",
2438
2446
  "category": "Browser",
2439
2447
  "description": "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
@@ -2455,7 +2463,7 @@
2455
2463
  {
2456
2464
  "name": "useWindowFocus",
2457
2465
  "package": "core",
2458
- "lastUpdated": 1739701304000,
2466
+ "lastUpdated": 1753677040000,
2459
2467
  "component": true,
2460
2468
  "docs": "https://vueuse.org/core/useWindowFocus/",
2461
2469
  "category": "Elements",
@@ -2472,7 +2480,7 @@
2472
2480
  {
2473
2481
  "name": "useWindowSize",
2474
2482
  "package": "core",
2475
- "lastUpdated": 1739701304000,
2483
+ "lastUpdated": 1753677040000,
2476
2484
  "component": true,
2477
2485
  "docs": "https://vueuse.org/core/useWindowSize/",
2478
2486
  "category": "Elements",