@vueuse/metadata 10.4.0 → 10.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs +106 -74
- package/index.json +106 -74
- package/index.mjs +106 -74
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
{
|
|
248
248
|
"name": "createInjectionState",
|
|
249
249
|
"package": "shared",
|
|
250
|
-
"lastUpdated":
|
|
250
|
+
"lastUpdated": 1696669383000,
|
|
251
251
|
"docs": "https://vueuse.org/shared/createInjectionState/",
|
|
252
252
|
"category": "State",
|
|
253
253
|
"description": "create global state that can be injected into components"
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
{
|
|
294
294
|
"name": "createTemplatePromise",
|
|
295
295
|
"package": "core",
|
|
296
|
-
"lastUpdated":
|
|
296
|
+
"lastUpdated": 1695461887000,
|
|
297
297
|
"docs": "https://vueuse.org/core/createTemplatePromise/",
|
|
298
298
|
"category": "Component",
|
|
299
299
|
"description": "template as Promise"
|
|
@@ -333,6 +333,14 @@
|
|
|
333
333
|
"category": "Utilities",
|
|
334
334
|
"description": "shorthand for accessing `ref.value`"
|
|
335
335
|
},
|
|
336
|
+
{
|
|
337
|
+
"name": "injectLocal",
|
|
338
|
+
"package": "shared",
|
|
339
|
+
"lastUpdated": 1696687552000,
|
|
340
|
+
"docs": "https://vueuse.org/shared/injectLocal/",
|
|
341
|
+
"category": "State",
|
|
342
|
+
"description": "extended `inject` with ability to call `provideLocal` to provide the value in the same component"
|
|
343
|
+
},
|
|
336
344
|
{
|
|
337
345
|
"name": "isDefined",
|
|
338
346
|
"package": "shared",
|
|
@@ -431,6 +439,14 @@
|
|
|
431
439
|
"category": "Sensors",
|
|
432
440
|
"description": "fires when users start typing on non-editable elements"
|
|
433
441
|
},
|
|
442
|
+
{
|
|
443
|
+
"name": "provideLocal",
|
|
444
|
+
"package": "shared",
|
|
445
|
+
"lastUpdated": 1696687552000,
|
|
446
|
+
"docs": "https://vueuse.org/shared/provideLocal/",
|
|
447
|
+
"category": "State",
|
|
448
|
+
"description": "extended `provide` with ability to call `injectLocal` to obtain the value in the same component"
|
|
449
|
+
},
|
|
434
450
|
{
|
|
435
451
|
"name": "reactify",
|
|
436
452
|
"package": "shared",
|
|
@@ -464,7 +480,7 @@
|
|
|
464
480
|
{
|
|
465
481
|
"name": "reactiveOmit",
|
|
466
482
|
"package": "shared",
|
|
467
|
-
"lastUpdated":
|
|
483
|
+
"lastUpdated": 1695461887000,
|
|
468
484
|
"docs": "https://vueuse.org/shared/reactiveOmit/",
|
|
469
485
|
"category": "Reactivity",
|
|
470
486
|
"description": "reactively omit fields from a reactive object"
|
|
@@ -506,7 +522,7 @@
|
|
|
506
522
|
{
|
|
507
523
|
"name": "refDefault",
|
|
508
524
|
"package": "shared",
|
|
509
|
-
"lastUpdated":
|
|
525
|
+
"lastUpdated": 1695452523000,
|
|
510
526
|
"docs": "https://vueuse.org/shared/refDefault/",
|
|
511
527
|
"category": "Reactivity",
|
|
512
528
|
"description": "apply default value to a ref"
|
|
@@ -514,7 +530,7 @@
|
|
|
514
530
|
{
|
|
515
531
|
"name": "refThrottled",
|
|
516
532
|
"package": "shared",
|
|
517
|
-
"lastUpdated":
|
|
533
|
+
"lastUpdated": 1695452523000,
|
|
518
534
|
"docs": "https://vueuse.org/shared/refThrottled/",
|
|
519
535
|
"category": "Reactivity",
|
|
520
536
|
"description": "throttle changing of a ref value",
|
|
@@ -529,7 +545,7 @@
|
|
|
529
545
|
{
|
|
530
546
|
"name": "refWithControl",
|
|
531
547
|
"package": "shared",
|
|
532
|
-
"lastUpdated":
|
|
548
|
+
"lastUpdated": 1695452523000,
|
|
533
549
|
"docs": "https://vueuse.org/shared/refWithControl/",
|
|
534
550
|
"category": "Reactivity",
|
|
535
551
|
"description": "fine-grained controls over ref and its reactivity",
|
|
@@ -676,7 +692,7 @@
|
|
|
676
692
|
"lastUpdated": 1681372607000,
|
|
677
693
|
"docs": "https://vueuse.org/core/unrefElement/",
|
|
678
694
|
"category": "Component",
|
|
679
|
-
"description": "
|
|
695
|
+
"description": "retrieves the underlying DOM element from a Vue ref or component instance"
|
|
680
696
|
},
|
|
681
697
|
{
|
|
682
698
|
"name": "until",
|
|
@@ -714,7 +730,7 @@
|
|
|
714
730
|
{
|
|
715
731
|
"name": "useArrayDifference",
|
|
716
732
|
"package": "shared",
|
|
717
|
-
"lastUpdated":
|
|
733
|
+
"lastUpdated": 1695461887000,
|
|
718
734
|
"docs": "https://vueuse.org/shared/useArrayDifference/",
|
|
719
735
|
"category": "Array",
|
|
720
736
|
"description": "reactive get array difference of two array"
|
|
@@ -722,7 +738,7 @@
|
|
|
722
738
|
{
|
|
723
739
|
"name": "useArrayEvery",
|
|
724
740
|
"package": "shared",
|
|
725
|
-
"lastUpdated":
|
|
741
|
+
"lastUpdated": 1695461887000,
|
|
726
742
|
"docs": "https://vueuse.org/shared/useArrayEvery/",
|
|
727
743
|
"category": "Array",
|
|
728
744
|
"description": "reactive `Array.every`"
|
|
@@ -730,7 +746,7 @@
|
|
|
730
746
|
{
|
|
731
747
|
"name": "useArrayFilter",
|
|
732
748
|
"package": "shared",
|
|
733
|
-
"lastUpdated":
|
|
749
|
+
"lastUpdated": 1695461887000,
|
|
734
750
|
"docs": "https://vueuse.org/shared/useArrayFilter/",
|
|
735
751
|
"category": "Array",
|
|
736
752
|
"description": "reactive `Array.filter`"
|
|
@@ -738,7 +754,7 @@
|
|
|
738
754
|
{
|
|
739
755
|
"name": "useArrayFind",
|
|
740
756
|
"package": "shared",
|
|
741
|
-
"lastUpdated":
|
|
757
|
+
"lastUpdated": 1695461887000,
|
|
742
758
|
"docs": "https://vueuse.org/shared/useArrayFind/",
|
|
743
759
|
"category": "Array",
|
|
744
760
|
"description": "reactive `Array.find`"
|
|
@@ -746,7 +762,7 @@
|
|
|
746
762
|
{
|
|
747
763
|
"name": "useArrayFindIndex",
|
|
748
764
|
"package": "shared",
|
|
749
|
-
"lastUpdated":
|
|
765
|
+
"lastUpdated": 1695461887000,
|
|
750
766
|
"docs": "https://vueuse.org/shared/useArrayFindIndex/",
|
|
751
767
|
"category": "Array",
|
|
752
768
|
"description": "reactive `Array.findIndex`"
|
|
@@ -754,7 +770,7 @@
|
|
|
754
770
|
{
|
|
755
771
|
"name": "useArrayFindLast",
|
|
756
772
|
"package": "shared",
|
|
757
|
-
"lastUpdated":
|
|
773
|
+
"lastUpdated": 1695461887000,
|
|
758
774
|
"docs": "https://vueuse.org/shared/useArrayFindLast/",
|
|
759
775
|
"category": "Array",
|
|
760
776
|
"description": "reactive `Array.findLast`"
|
|
@@ -762,7 +778,7 @@
|
|
|
762
778
|
{
|
|
763
779
|
"name": "useArrayIncludes",
|
|
764
780
|
"package": "shared",
|
|
765
|
-
"lastUpdated":
|
|
781
|
+
"lastUpdated": 1695461887000,
|
|
766
782
|
"docs": "https://vueuse.org/shared/useArrayIncludes/",
|
|
767
783
|
"category": "Array",
|
|
768
784
|
"description": "reactive `Array.includes`"
|
|
@@ -770,7 +786,7 @@
|
|
|
770
786
|
{
|
|
771
787
|
"name": "useArrayJoin",
|
|
772
788
|
"package": "shared",
|
|
773
|
-
"lastUpdated":
|
|
789
|
+
"lastUpdated": 1695461887000,
|
|
774
790
|
"docs": "https://vueuse.org/shared/useArrayJoin/",
|
|
775
791
|
"category": "Array",
|
|
776
792
|
"description": "reactive `Array.join`"
|
|
@@ -778,7 +794,7 @@
|
|
|
778
794
|
{
|
|
779
795
|
"name": "useArrayMap",
|
|
780
796
|
"package": "shared",
|
|
781
|
-
"lastUpdated":
|
|
797
|
+
"lastUpdated": 1695461887000,
|
|
782
798
|
"docs": "https://vueuse.org/shared/useArrayMap/",
|
|
783
799
|
"category": "Array",
|
|
784
800
|
"description": "reactive `Array.map`"
|
|
@@ -786,7 +802,7 @@
|
|
|
786
802
|
{
|
|
787
803
|
"name": "useArrayReduce",
|
|
788
804
|
"package": "shared",
|
|
789
|
-
"lastUpdated":
|
|
805
|
+
"lastUpdated": 1695461887000,
|
|
790
806
|
"docs": "https://vueuse.org/shared/useArrayReduce/",
|
|
791
807
|
"category": "Array",
|
|
792
808
|
"description": "reactive `Array.reduce`"
|
|
@@ -794,7 +810,7 @@
|
|
|
794
810
|
{
|
|
795
811
|
"name": "useArraySome",
|
|
796
812
|
"package": "shared",
|
|
797
|
-
"lastUpdated":
|
|
813
|
+
"lastUpdated": 1695461887000,
|
|
798
814
|
"docs": "https://vueuse.org/shared/useArraySome/",
|
|
799
815
|
"category": "Array",
|
|
800
816
|
"description": "reactive `Array.some`"
|
|
@@ -802,7 +818,7 @@
|
|
|
802
818
|
{
|
|
803
819
|
"name": "useArrayUnique",
|
|
804
820
|
"package": "shared",
|
|
805
|
-
"lastUpdated":
|
|
821
|
+
"lastUpdated": 1695461887000,
|
|
806
822
|
"docs": "https://vueuse.org/shared/useArrayUnique/",
|
|
807
823
|
"category": "Array",
|
|
808
824
|
"description": "reactive unique array"
|
|
@@ -853,7 +869,7 @@
|
|
|
853
869
|
{
|
|
854
870
|
"name": "useAxios",
|
|
855
871
|
"package": "integrations",
|
|
856
|
-
"lastUpdated":
|
|
872
|
+
"lastUpdated": 1695461887000,
|
|
857
873
|
"docs": "https://vueuse.org/integrations/useAxios/",
|
|
858
874
|
"category": "@Integrations",
|
|
859
875
|
"description": "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -870,7 +886,7 @@
|
|
|
870
886
|
{
|
|
871
887
|
"name": "useBattery",
|
|
872
888
|
"package": "core",
|
|
873
|
-
"lastUpdated":
|
|
889
|
+
"lastUpdated": 1695452523000,
|
|
874
890
|
"component": true,
|
|
875
891
|
"docs": "https://vueuse.org/core/useBattery/",
|
|
876
892
|
"category": "Sensors",
|
|
@@ -879,7 +895,7 @@
|
|
|
879
895
|
{
|
|
880
896
|
"name": "useBluetooth",
|
|
881
897
|
"package": "core",
|
|
882
|
-
"lastUpdated":
|
|
898
|
+
"lastUpdated": 1695452523000,
|
|
883
899
|
"docs": "https://vueuse.org/core/useBluetooth/",
|
|
884
900
|
"category": "Browser",
|
|
885
901
|
"description": "reactive [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API)"
|
|
@@ -887,7 +903,7 @@
|
|
|
887
903
|
{
|
|
888
904
|
"name": "useBreakpoints",
|
|
889
905
|
"package": "core",
|
|
890
|
-
"lastUpdated":
|
|
906
|
+
"lastUpdated": 1695452523000,
|
|
891
907
|
"docs": "https://vueuse.org/core/useBreakpoints/",
|
|
892
908
|
"category": "Browser",
|
|
893
909
|
"description": "reactive viewport breakpoints"
|
|
@@ -903,7 +919,7 @@
|
|
|
903
919
|
{
|
|
904
920
|
"name": "useBrowserLocation",
|
|
905
921
|
"package": "core",
|
|
906
|
-
"lastUpdated":
|
|
922
|
+
"lastUpdated": 1695461887000,
|
|
907
923
|
"component": true,
|
|
908
924
|
"docs": "https://vueuse.org/core/useBrowserLocation/",
|
|
909
925
|
"category": "Browser",
|
|
@@ -961,7 +977,7 @@
|
|
|
961
977
|
{
|
|
962
978
|
"name": "useColorMode",
|
|
963
979
|
"package": "core",
|
|
964
|
-
"lastUpdated":
|
|
980
|
+
"lastUpdated": 1695461887000,
|
|
965
981
|
"component": true,
|
|
966
982
|
"docs": "https://vueuse.org/core/useColorMode/",
|
|
967
983
|
"category": "Browser",
|
|
@@ -975,7 +991,7 @@
|
|
|
975
991
|
{
|
|
976
992
|
"name": "useConfirmDialog",
|
|
977
993
|
"package": "core",
|
|
978
|
-
"lastUpdated":
|
|
994
|
+
"lastUpdated": 1695461887000,
|
|
979
995
|
"docs": "https://vueuse.org/core/useConfirmDialog/",
|
|
980
996
|
"category": "Utilities",
|
|
981
997
|
"description": "creates event hooks to support modals and confirmation dialog chains"
|
|
@@ -983,7 +999,7 @@
|
|
|
983
999
|
{
|
|
984
1000
|
"name": "useCookies",
|
|
985
1001
|
"package": "integrations",
|
|
986
|
-
"lastUpdated":
|
|
1002
|
+
"lastUpdated": 1695461887000,
|
|
987
1003
|
"docs": "https://vueuse.org/integrations/useCookies/",
|
|
988
1004
|
"category": "@Integrations",
|
|
989
1005
|
"description": "wrapper for [`universal-cookie`](https://www.npmjs.com/package/universal-cookie)",
|
|
@@ -992,7 +1008,7 @@
|
|
|
992
1008
|
{
|
|
993
1009
|
"name": "useCounter",
|
|
994
1010
|
"package": "shared",
|
|
995
|
-
"lastUpdated":
|
|
1011
|
+
"lastUpdated": 1695461887000,
|
|
996
1012
|
"docs": "https://vueuse.org/shared/useCounter/",
|
|
997
1013
|
"category": "Utilities",
|
|
998
1014
|
"description": "basic counter with utility functions"
|
|
@@ -1038,7 +1054,7 @@
|
|
|
1038
1054
|
{
|
|
1039
1055
|
"name": "useDateFormat",
|
|
1040
1056
|
"package": "shared",
|
|
1041
|
-
"lastUpdated":
|
|
1057
|
+
"lastUpdated": 1695452523000,
|
|
1042
1058
|
"docs": "https://vueuse.org/shared/useDateFormat/",
|
|
1043
1059
|
"category": "Time",
|
|
1044
1060
|
"description": "get the formatted date according to the string of tokens passed in"
|
|
@@ -1058,7 +1074,7 @@
|
|
|
1058
1074
|
{
|
|
1059
1075
|
"name": "useDebounceFn",
|
|
1060
1076
|
"package": "shared",
|
|
1061
|
-
"lastUpdated":
|
|
1077
|
+
"lastUpdated": 1695452523000,
|
|
1062
1078
|
"docs": "https://vueuse.org/shared/useDebounceFn/",
|
|
1063
1079
|
"category": "Utilities",
|
|
1064
1080
|
"description": "debounce execution of a function",
|
|
@@ -1087,7 +1103,7 @@
|
|
|
1087
1103
|
{
|
|
1088
1104
|
"name": "useDevicePixelRatio",
|
|
1089
1105
|
"package": "core",
|
|
1090
|
-
"lastUpdated":
|
|
1106
|
+
"lastUpdated": 1695452523000,
|
|
1091
1107
|
"component": true,
|
|
1092
1108
|
"docs": "https://vueuse.org/core/useDevicePixelRatio/",
|
|
1093
1109
|
"category": "Sensors",
|
|
@@ -1108,7 +1124,7 @@
|
|
|
1108
1124
|
{
|
|
1109
1125
|
"name": "useDisplayMedia",
|
|
1110
1126
|
"package": "core",
|
|
1111
|
-
"lastUpdated":
|
|
1127
|
+
"lastUpdated": 1695461887000,
|
|
1112
1128
|
"docs": "https://vueuse.org/core/useDisplayMedia/",
|
|
1113
1129
|
"category": "Sensors",
|
|
1114
1130
|
"description": "reactive [`mediaDevices.getDisplayMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia) streaming",
|
|
@@ -1119,7 +1135,7 @@
|
|
|
1119
1135
|
{
|
|
1120
1136
|
"name": "useDocumentVisibility",
|
|
1121
1137
|
"package": "core",
|
|
1122
|
-
"lastUpdated":
|
|
1138
|
+
"lastUpdated": 1695452523000,
|
|
1123
1139
|
"component": true,
|
|
1124
1140
|
"docs": "https://vueuse.org/core/useDocumentVisibility/",
|
|
1125
1141
|
"category": "Elements",
|
|
@@ -1137,7 +1153,7 @@
|
|
|
1137
1153
|
{
|
|
1138
1154
|
"name": "useDrauu",
|
|
1139
1155
|
"package": "integrations",
|
|
1140
|
-
"lastUpdated":
|
|
1156
|
+
"lastUpdated": 1696667949000,
|
|
1141
1157
|
"docs": "https://vueuse.org/integrations/useDrauu/",
|
|
1142
1158
|
"category": "@Integrations",
|
|
1143
1159
|
"description": "reactive instance for [drauu](https://github.com/antfu/drauu)",
|
|
@@ -1180,7 +1196,7 @@
|
|
|
1180
1196
|
{
|
|
1181
1197
|
"name": "useElementSize",
|
|
1182
1198
|
"package": "core",
|
|
1183
|
-
"lastUpdated":
|
|
1199
|
+
"lastUpdated": 1695452523000,
|
|
1184
1200
|
"component": true,
|
|
1185
1201
|
"directive": true,
|
|
1186
1202
|
"docs": "https://vueuse.org/core/useElementSize/",
|
|
@@ -1204,7 +1220,7 @@
|
|
|
1204
1220
|
{
|
|
1205
1221
|
"name": "useElementVisibility",
|
|
1206
1222
|
"package": "core",
|
|
1207
|
-
"lastUpdated":
|
|
1223
|
+
"lastUpdated": 1695452523000,
|
|
1208
1224
|
"component": true,
|
|
1209
1225
|
"directive": true,
|
|
1210
1226
|
"docs": "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1214,7 +1230,7 @@
|
|
|
1214
1230
|
{
|
|
1215
1231
|
"name": "useEventBus",
|
|
1216
1232
|
"package": "core",
|
|
1217
|
-
"lastUpdated":
|
|
1233
|
+
"lastUpdated": 1695461887000,
|
|
1218
1234
|
"docs": "https://vueuse.org/core/useEventBus/",
|
|
1219
1235
|
"category": "Utilities",
|
|
1220
1236
|
"description": "a basic event bus"
|
|
@@ -1222,7 +1238,7 @@
|
|
|
1222
1238
|
{
|
|
1223
1239
|
"name": "useEventListener",
|
|
1224
1240
|
"package": "core",
|
|
1225
|
-
"lastUpdated":
|
|
1241
|
+
"lastUpdated": 1693194875000,
|
|
1226
1242
|
"docs": "https://vueuse.org/core/useEventListener/",
|
|
1227
1243
|
"category": "Browser",
|
|
1228
1244
|
"description": "use EventListener with ease"
|
|
@@ -1235,10 +1251,18 @@
|
|
|
1235
1251
|
"category": "Network",
|
|
1236
1252
|
"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"
|
|
1237
1253
|
},
|
|
1254
|
+
{
|
|
1255
|
+
"name": "useExtractedObservable",
|
|
1256
|
+
"package": "rxjs",
|
|
1257
|
+
"lastUpdated": 1696662105000,
|
|
1258
|
+
"docs": "https://vueuse.org/rxjs/useExtractedObservable/",
|
|
1259
|
+
"category": "@RxJS",
|
|
1260
|
+
"description": "use an RxJS [`Observable`](https://rxjs.dev/guide/observable) as extracted from one or more composables"
|
|
1261
|
+
},
|
|
1238
1262
|
{
|
|
1239
1263
|
"name": "useEyeDropper",
|
|
1240
1264
|
"package": "core",
|
|
1241
|
-
"lastUpdated":
|
|
1265
|
+
"lastUpdated": 1695461887000,
|
|
1242
1266
|
"component": true,
|
|
1243
1267
|
"docs": "https://vueuse.org/core/useEyeDropper/",
|
|
1244
1268
|
"category": "Browser",
|
|
@@ -1247,7 +1271,7 @@
|
|
|
1247
1271
|
{
|
|
1248
1272
|
"name": "useFavicon",
|
|
1249
1273
|
"package": "core",
|
|
1250
|
-
"lastUpdated":
|
|
1274
|
+
"lastUpdated": 1696662305000,
|
|
1251
1275
|
"docs": "https://vueuse.org/core/useFavicon/",
|
|
1252
1276
|
"category": "Browser",
|
|
1253
1277
|
"description": "reactive favicon"
|
|
@@ -1271,7 +1295,7 @@
|
|
|
1271
1295
|
{
|
|
1272
1296
|
"name": "useFileSystemAccess",
|
|
1273
1297
|
"package": "core",
|
|
1274
|
-
"lastUpdated":
|
|
1298
|
+
"lastUpdated": 1695452523000,
|
|
1275
1299
|
"docs": "https://vueuse.org/core/useFileSystemAccess/",
|
|
1276
1300
|
"category": "Browser",
|
|
1277
1301
|
"description": "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
@@ -1304,7 +1328,7 @@
|
|
|
1304
1328
|
{
|
|
1305
1329
|
"name": "useFocusTrap",
|
|
1306
1330
|
"package": "integrations",
|
|
1307
|
-
"lastUpdated":
|
|
1331
|
+
"lastUpdated": 1695461887000,
|
|
1308
1332
|
"component": true,
|
|
1309
1333
|
"docs": "https://vueuse.org/integrations/useFocusTrap/",
|
|
1310
1334
|
"category": "@Integrations",
|
|
@@ -1330,7 +1354,7 @@
|
|
|
1330
1354
|
{
|
|
1331
1355
|
"name": "useFullscreen",
|
|
1332
1356
|
"package": "core",
|
|
1333
|
-
"lastUpdated":
|
|
1357
|
+
"lastUpdated": 1695461887000,
|
|
1334
1358
|
"component": true,
|
|
1335
1359
|
"docs": "https://vueuse.org/core/useFullscreen/",
|
|
1336
1360
|
"category": "Browser",
|
|
@@ -1390,7 +1414,7 @@
|
|
|
1390
1414
|
{
|
|
1391
1415
|
"name": "useImage",
|
|
1392
1416
|
"package": "core",
|
|
1393
|
-
"lastUpdated":
|
|
1417
|
+
"lastUpdated": 1695461887000,
|
|
1394
1418
|
"component": true,
|
|
1395
1419
|
"docs": "https://vueuse.org/core/useImage/",
|
|
1396
1420
|
"category": "Browser",
|
|
@@ -1457,7 +1481,7 @@
|
|
|
1457
1481
|
{
|
|
1458
1482
|
"name": "useJwt",
|
|
1459
1483
|
"package": "integrations",
|
|
1460
|
-
"lastUpdated":
|
|
1484
|
+
"lastUpdated": 1695452523000,
|
|
1461
1485
|
"docs": "https://vueuse.org/integrations/useJwt/",
|
|
1462
1486
|
"category": "@Integrations",
|
|
1463
1487
|
"description": "wrapper for [`jwt-decode`](https://github.com/auth0/jwt-decode)",
|
|
@@ -1474,7 +1498,7 @@
|
|
|
1474
1498
|
{
|
|
1475
1499
|
"name": "useLastChanged",
|
|
1476
1500
|
"package": "shared",
|
|
1477
|
-
"lastUpdated":
|
|
1501
|
+
"lastUpdated": 1695461887000,
|
|
1478
1502
|
"docs": "https://vueuse.org/shared/useLastChanged/",
|
|
1479
1503
|
"category": "State",
|
|
1480
1504
|
"description": "records the timestamp of the last change"
|
|
@@ -1493,7 +1517,7 @@
|
|
|
1493
1517
|
{
|
|
1494
1518
|
"name": "useMagicKeys",
|
|
1495
1519
|
"package": "core",
|
|
1496
|
-
"lastUpdated":
|
|
1520
|
+
"lastUpdated": 1696659930000,
|
|
1497
1521
|
"docs": "https://vueuse.org/core/useMagicKeys/",
|
|
1498
1522
|
"category": "Sensors",
|
|
1499
1523
|
"description": "reactive keys pressed state"
|
|
@@ -1520,7 +1544,7 @@
|
|
|
1520
1544
|
{
|
|
1521
1545
|
"name": "useMax",
|
|
1522
1546
|
"package": "math",
|
|
1523
|
-
"lastUpdated":
|
|
1547
|
+
"lastUpdated": 1695452523000,
|
|
1524
1548
|
"docs": "https://vueuse.org/math/useMax/",
|
|
1525
1549
|
"category": "@Math",
|
|
1526
1550
|
"description": "reactive `Math.max`"
|
|
@@ -1528,7 +1552,7 @@
|
|
|
1528
1552
|
{
|
|
1529
1553
|
"name": "useMediaControls",
|
|
1530
1554
|
"package": "core",
|
|
1531
|
-
"lastUpdated":
|
|
1555
|
+
"lastUpdated": 1695461887000,
|
|
1532
1556
|
"docs": "https://vueuse.org/core/useMediaControls/",
|
|
1533
1557
|
"category": "Browser",
|
|
1534
1558
|
"description": "reactive media controls for both `audio` and `video` elements"
|
|
@@ -1560,7 +1584,7 @@
|
|
|
1560
1584
|
{
|
|
1561
1585
|
"name": "useMin",
|
|
1562
1586
|
"package": "math",
|
|
1563
|
-
"lastUpdated":
|
|
1587
|
+
"lastUpdated": 1695452523000,
|
|
1564
1588
|
"docs": "https://vueuse.org/math/useMin/",
|
|
1565
1589
|
"category": "@Math",
|
|
1566
1590
|
"description": "reactive `Math.min`"
|
|
@@ -1589,7 +1613,7 @@
|
|
|
1589
1613
|
{
|
|
1590
1614
|
"name": "useMounted",
|
|
1591
1615
|
"package": "core",
|
|
1592
|
-
"lastUpdated":
|
|
1616
|
+
"lastUpdated": 1695452523000,
|
|
1593
1617
|
"docs": "https://vueuse.org/core/useMounted/",
|
|
1594
1618
|
"category": "Component",
|
|
1595
1619
|
"description": "mounted state in ref"
|
|
@@ -1597,7 +1621,7 @@
|
|
|
1597
1621
|
{
|
|
1598
1622
|
"name": "useMouse",
|
|
1599
1623
|
"package": "core",
|
|
1600
|
-
"lastUpdated":
|
|
1624
|
+
"lastUpdated": 1695461887000,
|
|
1601
1625
|
"component": true,
|
|
1602
1626
|
"docs": "https://vueuse.org/core/useMouse/",
|
|
1603
1627
|
"category": "Sensors",
|
|
@@ -1615,7 +1639,7 @@
|
|
|
1615
1639
|
{
|
|
1616
1640
|
"name": "useMousePressed",
|
|
1617
1641
|
"package": "core",
|
|
1618
|
-
"lastUpdated":
|
|
1642
|
+
"lastUpdated": 1696668478000,
|
|
1619
1643
|
"component": true,
|
|
1620
1644
|
"docs": "https://vueuse.org/core/useMousePressed/",
|
|
1621
1645
|
"category": "Sensors",
|
|
@@ -1624,7 +1648,7 @@
|
|
|
1624
1648
|
{
|
|
1625
1649
|
"name": "useMutationObserver",
|
|
1626
1650
|
"package": "core",
|
|
1627
|
-
"lastUpdated":
|
|
1651
|
+
"lastUpdated": 1696662168000,
|
|
1628
1652
|
"docs": "https://vueuse.org/core/useMutationObserver/",
|
|
1629
1653
|
"category": "Elements",
|
|
1630
1654
|
"description": "watch for changes being made to the DOM tree"
|
|
@@ -1676,7 +1700,7 @@
|
|
|
1676
1700
|
{
|
|
1677
1701
|
"name": "useObservable",
|
|
1678
1702
|
"package": "rxjs",
|
|
1679
|
-
"lastUpdated":
|
|
1703
|
+
"lastUpdated": 1695461887000,
|
|
1680
1704
|
"docs": "https://vueuse.org/rxjs/useObservable/",
|
|
1681
1705
|
"category": "@RxJS",
|
|
1682
1706
|
"description": "use an RxJS [`Observable`](https://rxjs.dev/guide/observable)"
|
|
@@ -1746,7 +1770,7 @@
|
|
|
1746
1770
|
{
|
|
1747
1771
|
"name": "usePointer",
|
|
1748
1772
|
"package": "core",
|
|
1749
|
-
"lastUpdated":
|
|
1773
|
+
"lastUpdated": 1695452523000,
|
|
1750
1774
|
"component": true,
|
|
1751
1775
|
"docs": "https://vueuse.org/core/usePointer/",
|
|
1752
1776
|
"category": "Sensors",
|
|
@@ -1858,7 +1882,7 @@
|
|
|
1858
1882
|
{
|
|
1859
1883
|
"name": "useRafFn",
|
|
1860
1884
|
"package": "core",
|
|
1861
|
-
"lastUpdated":
|
|
1885
|
+
"lastUpdated": 1696663114000,
|
|
1862
1886
|
"docs": "https://vueuse.org/core/useRafFn/",
|
|
1863
1887
|
"category": "Animation",
|
|
1864
1888
|
"description": "call function on every `requestAnimationFrame`"
|
|
@@ -1879,7 +1903,7 @@
|
|
|
1879
1903
|
{
|
|
1880
1904
|
"name": "useResizeObserver",
|
|
1881
1905
|
"package": "core",
|
|
1882
|
-
"lastUpdated":
|
|
1906
|
+
"lastUpdated": 1695461887000,
|
|
1883
1907
|
"docs": "https://vueuse.org/core/useResizeObserver/",
|
|
1884
1908
|
"category": "Elements",
|
|
1885
1909
|
"description": "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -2007,7 +2031,7 @@
|
|
|
2007
2031
|
{
|
|
2008
2032
|
"name": "useSorted",
|
|
2009
2033
|
"package": "core",
|
|
2010
|
-
"lastUpdated":
|
|
2034
|
+
"lastUpdated": 1695452523000,
|
|
2011
2035
|
"docs": "https://vueuse.org/core/useSorted/",
|
|
2012
2036
|
"category": "Array",
|
|
2013
2037
|
"description": "reactive sort array"
|
|
@@ -2030,7 +2054,7 @@
|
|
|
2030
2054
|
{
|
|
2031
2055
|
"name": "useSpeechSynthesis",
|
|
2032
2056
|
"package": "core",
|
|
2033
|
-
"lastUpdated":
|
|
2057
|
+
"lastUpdated": 1695452523000,
|
|
2034
2058
|
"docs": "https://vueuse.org/core/useSpeechSynthesis/",
|
|
2035
2059
|
"category": "Sensors",
|
|
2036
2060
|
"description": "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
|
|
@@ -2171,7 +2195,7 @@
|
|
|
2171
2195
|
{
|
|
2172
2196
|
"name": "useThrottleFn",
|
|
2173
2197
|
"package": "shared",
|
|
2174
|
-
"lastUpdated":
|
|
2198
|
+
"lastUpdated": 1695452523000,
|
|
2175
2199
|
"docs": "https://vueuse.org/shared/useThrottleFn/",
|
|
2176
2200
|
"category": "Utilities",
|
|
2177
2201
|
"description": "throttle execution of a function",
|
|
@@ -2184,7 +2208,7 @@
|
|
|
2184
2208
|
{
|
|
2185
2209
|
"name": "useTimeAgo",
|
|
2186
2210
|
"package": "core",
|
|
2187
|
-
"lastUpdated":
|
|
2211
|
+
"lastUpdated": 1695452523000,
|
|
2188
2212
|
"component": true,
|
|
2189
2213
|
"docs": "https://vueuse.org/core/useTimeAgo/",
|
|
2190
2214
|
"category": "Time",
|
|
@@ -2234,7 +2258,7 @@
|
|
|
2234
2258
|
{
|
|
2235
2259
|
"name": "useToggle",
|
|
2236
2260
|
"package": "shared",
|
|
2237
|
-
"lastUpdated":
|
|
2261
|
+
"lastUpdated": 1695452523000,
|
|
2238
2262
|
"docs": "https://vueuse.org/shared/useToggle/",
|
|
2239
2263
|
"category": "Utilities",
|
|
2240
2264
|
"description": "a boolean switcher with utility functions"
|
|
@@ -2258,7 +2282,7 @@
|
|
|
2258
2282
|
{
|
|
2259
2283
|
"name": "useTransition",
|
|
2260
2284
|
"package": "core",
|
|
2261
|
-
"lastUpdated":
|
|
2285
|
+
"lastUpdated": 1695452523000,
|
|
2262
2286
|
"docs": "https://vueuse.org/core/useTransition/",
|
|
2263
2287
|
"category": "Animation",
|
|
2264
2288
|
"description": "transition between values"
|
|
@@ -2303,7 +2327,7 @@
|
|
|
2303
2327
|
{
|
|
2304
2328
|
"name": "useVirtualList",
|
|
2305
2329
|
"package": "core",
|
|
2306
|
-
"lastUpdated":
|
|
2330
|
+
"lastUpdated": 1696659360000,
|
|
2307
2331
|
"component": true,
|
|
2308
2332
|
"docs": "https://vueuse.org/core/useVirtualList/",
|
|
2309
2333
|
"category": "Component",
|
|
@@ -2323,7 +2347,7 @@
|
|
|
2323
2347
|
{
|
|
2324
2348
|
"name": "useVModels",
|
|
2325
2349
|
"package": "core",
|
|
2326
|
-
"lastUpdated":
|
|
2350
|
+
"lastUpdated": 1696659979000,
|
|
2327
2351
|
"docs": "https://vueuse.org/core/useVModels/",
|
|
2328
2352
|
"category": "Component",
|
|
2329
2353
|
"description": "shorthand for props v-model binding",
|
|
@@ -2342,7 +2366,7 @@
|
|
|
2342
2366
|
{
|
|
2343
2367
|
"name": "useWebNotification",
|
|
2344
2368
|
"package": "core",
|
|
2345
|
-
"lastUpdated":
|
|
2369
|
+
"lastUpdated": 1696662702000,
|
|
2346
2370
|
"docs": "https://vueuse.org/core/useWebNotification/",
|
|
2347
2371
|
"category": "Browser",
|
|
2348
2372
|
"description": "reactive [Notification](https://developer.mozilla.org/en-US/docs/Web/API/notification)"
|
|
@@ -2350,7 +2374,7 @@
|
|
|
2350
2374
|
{
|
|
2351
2375
|
"name": "useWebSocket",
|
|
2352
2376
|
"package": "core",
|
|
2353
|
-
"lastUpdated":
|
|
2377
|
+
"lastUpdated": 1696668508000,
|
|
2354
2378
|
"docs": "https://vueuse.org/core/useWebSocket/",
|
|
2355
2379
|
"category": "Network",
|
|
2356
2380
|
"description": "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2369,7 +2393,7 @@
|
|
|
2369
2393
|
{
|
|
2370
2394
|
"name": "useWebWorkerFn",
|
|
2371
2395
|
"package": "core",
|
|
2372
|
-
"lastUpdated":
|
|
2396
|
+
"lastUpdated": 1695461887000,
|
|
2373
2397
|
"docs": "https://vueuse.org/core/useWebWorkerFn/",
|
|
2374
2398
|
"category": "Browser",
|
|
2375
2399
|
"description": "run expensive functions without blocking the UI",
|
|
@@ -2380,7 +2404,7 @@
|
|
|
2380
2404
|
{
|
|
2381
2405
|
"name": "useWindowFocus",
|
|
2382
2406
|
"package": "core",
|
|
2383
|
-
"lastUpdated":
|
|
2407
|
+
"lastUpdated": 1695452523000,
|
|
2384
2408
|
"component": true,
|
|
2385
2409
|
"docs": "https://vueuse.org/core/useWindowFocus/",
|
|
2386
2410
|
"category": "Elements",
|
|
@@ -2389,7 +2413,7 @@
|
|
|
2389
2413
|
{
|
|
2390
2414
|
"name": "useWindowScroll",
|
|
2391
2415
|
"package": "core",
|
|
2392
|
-
"lastUpdated":
|
|
2416
|
+
"lastUpdated": 1695452523000,
|
|
2393
2417
|
"docs": "https://vueuse.org/core/useWindowScroll/",
|
|
2394
2418
|
"category": "Elements",
|
|
2395
2419
|
"description": "reactive window scroll"
|
|
@@ -2406,7 +2430,7 @@
|
|
|
2406
2430
|
{
|
|
2407
2431
|
"name": "useZoomFactor",
|
|
2408
2432
|
"package": "electron",
|
|
2409
|
-
"lastUpdated":
|
|
2433
|
+
"lastUpdated": 1695461887000,
|
|
2410
2434
|
"docs": "https://vueuse.org/electron/useZoomFactor/",
|
|
2411
2435
|
"category": "@Electron",
|
|
2412
2436
|
"description": "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom factor"
|
|
@@ -2414,7 +2438,7 @@
|
|
|
2414
2438
|
{
|
|
2415
2439
|
"name": "useZoomLevel",
|
|
2416
2440
|
"package": "electron",
|
|
2417
|
-
"lastUpdated":
|
|
2441
|
+
"lastUpdated": 1695461887000,
|
|
2418
2442
|
"docs": "https://vueuse.org/electron/useZoomLevel/",
|
|
2419
2443
|
"category": "@Electron",
|
|
2420
2444
|
"description": "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom level"
|
|
@@ -2428,7 +2452,7 @@
|
|
|
2428
2452
|
{
|
|
2429
2453
|
"name": "watchArray",
|
|
2430
2454
|
"package": "shared",
|
|
2431
|
-
"lastUpdated":
|
|
2455
|
+
"lastUpdated": 1695461887000,
|
|
2432
2456
|
"docs": "https://vueuse.org/shared/watchArray/",
|
|
2433
2457
|
"category": "Watch",
|
|
2434
2458
|
"description": "watch for an array with additions and removals"
|
|
@@ -2460,6 +2484,14 @@
|
|
|
2460
2484
|
"category": "Watch",
|
|
2461
2485
|
"description": "shorthand for watching value with `{deep: true}`"
|
|
2462
2486
|
},
|
|
2487
|
+
{
|
|
2488
|
+
"name": "watchExtractedObservable",
|
|
2489
|
+
"package": "rxjs",
|
|
2490
|
+
"lastUpdated": 1696662105000,
|
|
2491
|
+
"docs": "https://vueuse.org/rxjs/watchExtractedObservable/",
|
|
2492
|
+
"category": "@RxJS",
|
|
2493
|
+
"description": "watch the values of an RxJS [`Observable`](https://rxjs.dev/guide/observable) as extracted from one or more composables"
|
|
2494
|
+
},
|
|
2463
2495
|
{
|
|
2464
2496
|
"name": "watchIgnorable",
|
|
2465
2497
|
"package": "shared",
|