@vueuse/metadata 14.1.0 → 14.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +110 -102
- package/dist/index.json +110 -102
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -147,7 +147,7 @@ var functions$1 = [
|
|
|
147
147
|
{
|
|
148
148
|
"name": "computedAsync",
|
|
149
149
|
"package": "core",
|
|
150
|
-
"lastUpdated":
|
|
150
|
+
"lastUpdated": 1767923245e3,
|
|
151
151
|
"docs": "https://vueuse.org/core/computedAsync/",
|
|
152
152
|
"category": "Reactivity",
|
|
153
153
|
"description": "computed for async functions",
|
|
@@ -165,15 +165,15 @@ var functions$1 = [
|
|
|
165
165
|
{
|
|
166
166
|
"name": "computedInject",
|
|
167
167
|
"package": "core",
|
|
168
|
-
"lastUpdated":
|
|
168
|
+
"lastUpdated": 1767755257e3,
|
|
169
169
|
"docs": "https://vueuse.org/core/computedInject/",
|
|
170
170
|
"category": "Component",
|
|
171
|
-
"description": "combine computed and inject"
|
|
171
|
+
"description": "combine `computed` and `inject`"
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
174
|
"name": "computedWithControl",
|
|
175
175
|
"package": "shared",
|
|
176
|
-
"lastUpdated":
|
|
176
|
+
"lastUpdated": 1767755257e3,
|
|
177
177
|
"docs": "https://vueuse.org/shared/computedWithControl/",
|
|
178
178
|
"category": "Reactivity",
|
|
179
179
|
"description": "explicitly define the dependencies of computed",
|
|
@@ -360,7 +360,7 @@ var functions$1 = [
|
|
|
360
360
|
{
|
|
361
361
|
"name": "onClickOutside",
|
|
362
362
|
"package": "core",
|
|
363
|
-
"lastUpdated":
|
|
363
|
+
"lastUpdated": 1770099476e3,
|
|
364
364
|
"component": true,
|
|
365
365
|
"directive": true,
|
|
366
366
|
"docs": "https://vueuse.org/core/onClickOutside/",
|
|
@@ -373,7 +373,7 @@ var functions$1 = [
|
|
|
373
373
|
"lastUpdated": 1735805567e3,
|
|
374
374
|
"docs": "https://vueuse.org/core/onElementRemoval/",
|
|
375
375
|
"category": "Sensors",
|
|
376
|
-
"description": "fires when the element or any element containing it is removed"
|
|
376
|
+
"description": "fires when the element or any element containing it is removed from the DOM"
|
|
377
377
|
},
|
|
378
378
|
{
|
|
379
379
|
"name": "onKeyStroke",
|
|
@@ -387,7 +387,7 @@ var functions$1 = [
|
|
|
387
387
|
{
|
|
388
388
|
"name": "onLongPress",
|
|
389
389
|
"package": "core",
|
|
390
|
-
"lastUpdated":
|
|
390
|
+
"lastUpdated": 1770099476e3,
|
|
391
391
|
"component": true,
|
|
392
392
|
"directive": true,
|
|
393
393
|
"docs": "https://vueuse.org/core/onLongPress/",
|
|
@@ -447,7 +447,7 @@ var functions$1 = [
|
|
|
447
447
|
{
|
|
448
448
|
"name": "reactivePick",
|
|
449
449
|
"package": "shared",
|
|
450
|
-
"lastUpdated":
|
|
450
|
+
"lastUpdated": 1767755257e3,
|
|
451
451
|
"docs": "https://vueuse.org/shared/reactivePick/",
|
|
452
452
|
"category": "Reactivity",
|
|
453
453
|
"description": "reactively pick fields from a reactive object"
|
|
@@ -482,7 +482,7 @@ var functions$1 = [
|
|
|
482
482
|
{
|
|
483
483
|
"name": "refManualReset",
|
|
484
484
|
"package": "shared",
|
|
485
|
-
"lastUpdated":
|
|
485
|
+
"lastUpdated": 176792353e4,
|
|
486
486
|
"docs": "https://vueuse.org/shared/refManualReset/",
|
|
487
487
|
"category": "Reactivity",
|
|
488
488
|
"description": "create a ref with manual reset functionality"
|
|
@@ -518,7 +518,7 @@ var functions$1 = [
|
|
|
518
518
|
{
|
|
519
519
|
"name": "syncRef",
|
|
520
520
|
"package": "shared",
|
|
521
|
-
"lastUpdated":
|
|
521
|
+
"lastUpdated": 1764573571e3,
|
|
522
522
|
"docs": "https://vueuse.org/shared/syncRef/",
|
|
523
523
|
"category": "Reactivity",
|
|
524
524
|
"description": "two-way refs synchronization",
|
|
@@ -625,7 +625,7 @@ var functions$1 = [
|
|
|
625
625
|
{
|
|
626
626
|
"name": "until",
|
|
627
627
|
"package": "shared",
|
|
628
|
-
"lastUpdated":
|
|
628
|
+
"lastUpdated": 1767923245e3,
|
|
629
629
|
"docs": "https://vueuse.org/shared/until/",
|
|
630
630
|
"category": "Watch",
|
|
631
631
|
"description": "promised one-time watch for changes"
|
|
@@ -641,7 +641,7 @@ var functions$1 = [
|
|
|
641
641
|
{
|
|
642
642
|
"name": "useActiveElement",
|
|
643
643
|
"package": "core",
|
|
644
|
-
"lastUpdated":
|
|
644
|
+
"lastUpdated": 1770099476e3,
|
|
645
645
|
"component": true,
|
|
646
646
|
"docs": "https://vueuse.org/core/useActiveElement/",
|
|
647
647
|
"category": "Elements",
|
|
@@ -650,7 +650,7 @@ var functions$1 = [
|
|
|
650
650
|
{
|
|
651
651
|
"name": "useAnimate",
|
|
652
652
|
"package": "core",
|
|
653
|
-
"lastUpdated":
|
|
653
|
+
"lastUpdated": 1770013115e3,
|
|
654
654
|
"docs": "https://vueuse.org/core/useAnimate/",
|
|
655
655
|
"category": "Animation",
|
|
656
656
|
"description": "reactive [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API)"
|
|
@@ -658,7 +658,7 @@ var functions$1 = [
|
|
|
658
658
|
{
|
|
659
659
|
"name": "useArrayDifference",
|
|
660
660
|
"package": "shared",
|
|
661
|
-
"lastUpdated":
|
|
661
|
+
"lastUpdated": 1767755257e3,
|
|
662
662
|
"docs": "https://vueuse.org/shared/useArrayDifference/",
|
|
663
663
|
"category": "Array",
|
|
664
664
|
"description": "reactive get array difference of two arrays"
|
|
@@ -762,7 +762,7 @@ var functions$1 = [
|
|
|
762
762
|
{
|
|
763
763
|
"name": "useAsyncState",
|
|
764
764
|
"package": "core",
|
|
765
|
-
"lastUpdated":
|
|
765
|
+
"lastUpdated": 1766198217e3,
|
|
766
766
|
"docs": "https://vueuse.org/core/useAsyncState/",
|
|
767
767
|
"category": "State",
|
|
768
768
|
"description": "reactive async state"
|
|
@@ -814,7 +814,7 @@ var functions$1 = [
|
|
|
814
814
|
{
|
|
815
815
|
"name": "useBattery",
|
|
816
816
|
"package": "core",
|
|
817
|
-
"lastUpdated":
|
|
817
|
+
"lastUpdated": 1770099476e3,
|
|
818
818
|
"component": true,
|
|
819
819
|
"docs": "https://vueuse.org/core/useBattery/",
|
|
820
820
|
"category": "Sensors",
|
|
@@ -823,7 +823,7 @@ var functions$1 = [
|
|
|
823
823
|
{
|
|
824
824
|
"name": "useBluetooth",
|
|
825
825
|
"package": "core",
|
|
826
|
-
"lastUpdated":
|
|
826
|
+
"lastUpdated": 1770013115e3,
|
|
827
827
|
"docs": "https://vueuse.org/core/useBluetooth/",
|
|
828
828
|
"category": "Browser",
|
|
829
829
|
"description": "reactive [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API)"
|
|
@@ -831,7 +831,7 @@ var functions$1 = [
|
|
|
831
831
|
{
|
|
832
832
|
"name": "useBreakpoints",
|
|
833
833
|
"package": "core",
|
|
834
|
-
"lastUpdated":
|
|
834
|
+
"lastUpdated": 1770099476e3,
|
|
835
835
|
"docs": "https://vueuse.org/core/useBreakpoints/",
|
|
836
836
|
"category": "Browser",
|
|
837
837
|
"description": "reactive viewport breakpoints"
|
|
@@ -839,7 +839,7 @@ var functions$1 = [
|
|
|
839
839
|
{
|
|
840
840
|
"name": "useBroadcastChannel",
|
|
841
841
|
"package": "core",
|
|
842
|
-
"lastUpdated":
|
|
842
|
+
"lastUpdated": 1770013115e3,
|
|
843
843
|
"docs": "https://vueuse.org/core/useBroadcastChannel/",
|
|
844
844
|
"category": "Browser",
|
|
845
845
|
"description": "reactive [BroadcastChannel API](https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel)"
|
|
@@ -847,7 +847,7 @@ var functions$1 = [
|
|
|
847
847
|
{
|
|
848
848
|
"name": "useBrowserLocation",
|
|
849
849
|
"package": "core",
|
|
850
|
-
"lastUpdated":
|
|
850
|
+
"lastUpdated": 1770099476e3,
|
|
851
851
|
"component": true,
|
|
852
852
|
"docs": "https://vueuse.org/core/useBrowserLocation/",
|
|
853
853
|
"category": "Browser",
|
|
@@ -889,7 +889,7 @@ var functions$1 = [
|
|
|
889
889
|
{
|
|
890
890
|
"name": "useClipboard",
|
|
891
891
|
"package": "core",
|
|
892
|
-
"lastUpdated":
|
|
892
|
+
"lastUpdated": 1770013115e3,
|
|
893
893
|
"component": true,
|
|
894
894
|
"docs": "https://vueuse.org/core/useClipboard/",
|
|
895
895
|
"category": "Browser",
|
|
@@ -899,7 +899,7 @@ var functions$1 = [
|
|
|
899
899
|
{
|
|
900
900
|
"name": "useClipboardItems",
|
|
901
901
|
"package": "core",
|
|
902
|
-
"lastUpdated":
|
|
902
|
+
"lastUpdated": 1770013115e3,
|
|
903
903
|
"docs": "https://vueuse.org/core/useClipboardItems/",
|
|
904
904
|
"category": "Browser",
|
|
905
905
|
"description": "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)",
|
|
@@ -947,10 +947,10 @@ var functions$1 = [
|
|
|
947
947
|
{
|
|
948
948
|
"name": "useCountdown",
|
|
949
949
|
"package": "core",
|
|
950
|
-
"lastUpdated":
|
|
950
|
+
"lastUpdated": 1769407468e3,
|
|
951
951
|
"docs": "https://vueuse.org/core/useCountdown/",
|
|
952
952
|
"category": "Time",
|
|
953
|
-
"description": "
|
|
953
|
+
"description": "reactive countdown timer in seconds"
|
|
954
954
|
},
|
|
955
955
|
{
|
|
956
956
|
"name": "useCounter",
|
|
@@ -960,6 +960,14 @@ var functions$1 = [
|
|
|
960
960
|
"category": "Utilities",
|
|
961
961
|
"description": "basic counter with utility functions"
|
|
962
962
|
},
|
|
963
|
+
{
|
|
964
|
+
"name": "useCssSupports",
|
|
965
|
+
"package": "core",
|
|
966
|
+
"lastUpdated": 1770013115e3,
|
|
967
|
+
"docs": "https://vueuse.org/core/useCssSupports/",
|
|
968
|
+
"category": "Browser",
|
|
969
|
+
"description": "SSR compatible and reactive [`CSS.supports`](https://developer.mozilla.org/docs/Web/API/CSS/supports_static)"
|
|
970
|
+
},
|
|
963
971
|
{
|
|
964
972
|
"name": "useCssVar",
|
|
965
973
|
"package": "core",
|
|
@@ -987,7 +995,7 @@ var functions$1 = [
|
|
|
987
995
|
{
|
|
988
996
|
"name": "useDark",
|
|
989
997
|
"package": "core",
|
|
990
|
-
"lastUpdated":
|
|
998
|
+
"lastUpdated": 1770099476e3,
|
|
991
999
|
"component": true,
|
|
992
1000
|
"docs": "https://vueuse.org/core/useDark/",
|
|
993
1001
|
"category": "Browser",
|
|
@@ -1027,7 +1035,7 @@ var functions$1 = [
|
|
|
1027
1035
|
{
|
|
1028
1036
|
"name": "useDeviceMotion",
|
|
1029
1037
|
"package": "core",
|
|
1030
|
-
"lastUpdated":
|
|
1038
|
+
"lastUpdated": 1770099476e3,
|
|
1031
1039
|
"component": true,
|
|
1032
1040
|
"docs": "https://vueuse.org/core/useDeviceMotion/",
|
|
1033
1041
|
"category": "Sensors",
|
|
@@ -1036,7 +1044,7 @@ var functions$1 = [
|
|
|
1036
1044
|
{
|
|
1037
1045
|
"name": "useDeviceOrientation",
|
|
1038
1046
|
"package": "core",
|
|
1039
|
-
"lastUpdated":
|
|
1047
|
+
"lastUpdated": 1770099476e3,
|
|
1040
1048
|
"component": true,
|
|
1041
1049
|
"docs": "https://vueuse.org/core/useDeviceOrientation/",
|
|
1042
1050
|
"category": "Sensors",
|
|
@@ -1045,7 +1053,7 @@ var functions$1 = [
|
|
|
1045
1053
|
{
|
|
1046
1054
|
"name": "useDevicePixelRatio",
|
|
1047
1055
|
"package": "core",
|
|
1048
|
-
"lastUpdated":
|
|
1056
|
+
"lastUpdated": 1770099476e3,
|
|
1049
1057
|
"component": true,
|
|
1050
1058
|
"docs": "https://vueuse.org/core/useDevicePixelRatio/",
|
|
1051
1059
|
"category": "Sensors",
|
|
@@ -1054,7 +1062,7 @@ var functions$1 = [
|
|
|
1054
1062
|
{
|
|
1055
1063
|
"name": "useDevicesList",
|
|
1056
1064
|
"package": "core",
|
|
1057
|
-
"lastUpdated":
|
|
1065
|
+
"lastUpdated": 1770013115e3,
|
|
1058
1066
|
"component": true,
|
|
1059
1067
|
"docs": "https://vueuse.org/core/useDevicesList/",
|
|
1060
1068
|
"category": "Sensors",
|
|
@@ -1064,7 +1072,7 @@ var functions$1 = [
|
|
|
1064
1072
|
{
|
|
1065
1073
|
"name": "useDisplayMedia",
|
|
1066
1074
|
"package": "core",
|
|
1067
|
-
"lastUpdated":
|
|
1075
|
+
"lastUpdated": 1770099476e3,
|
|
1068
1076
|
"docs": "https://vueuse.org/core/useDisplayMedia/",
|
|
1069
1077
|
"category": "Sensors",
|
|
1070
1078
|
"description": "reactive [`mediaDevices.getDisplayMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia) streaming",
|
|
@@ -1073,7 +1081,7 @@ var functions$1 = [
|
|
|
1073
1081
|
{
|
|
1074
1082
|
"name": "useDocumentVisibility",
|
|
1075
1083
|
"package": "core",
|
|
1076
|
-
"lastUpdated":
|
|
1084
|
+
"lastUpdated": 1770099476e3,
|
|
1077
1085
|
"component": true,
|
|
1078
1086
|
"docs": "https://vueuse.org/core/useDocumentVisibility/",
|
|
1079
1087
|
"category": "Elements",
|
|
@@ -1082,7 +1090,7 @@ var functions$1 = [
|
|
|
1082
1090
|
{
|
|
1083
1091
|
"name": "useDraggable",
|
|
1084
1092
|
"package": "core",
|
|
1085
|
-
"lastUpdated":
|
|
1093
|
+
"lastUpdated": 1770099476e3,
|
|
1086
1094
|
"component": true,
|
|
1087
1095
|
"docs": "https://vueuse.org/core/useDraggable/",
|
|
1088
1096
|
"category": "Elements",
|
|
@@ -1108,7 +1116,7 @@ var functions$1 = [
|
|
|
1108
1116
|
{
|
|
1109
1117
|
"name": "useElementBounding",
|
|
1110
1118
|
"package": "core",
|
|
1111
|
-
"lastUpdated":
|
|
1119
|
+
"lastUpdated": 1770099476e3,
|
|
1112
1120
|
"component": true,
|
|
1113
1121
|
"directive": true,
|
|
1114
1122
|
"docs": "https://vueuse.org/core/useElementBounding/",
|
|
@@ -1118,7 +1126,7 @@ var functions$1 = [
|
|
|
1118
1126
|
{
|
|
1119
1127
|
"name": "useElementByPoint",
|
|
1120
1128
|
"package": "core",
|
|
1121
|
-
"lastUpdated":
|
|
1129
|
+
"lastUpdated": 1770013115e3,
|
|
1122
1130
|
"docs": "https://vueuse.org/core/useElementByPoint/",
|
|
1123
1131
|
"category": "Sensors",
|
|
1124
1132
|
"description": "reactive element by point"
|
|
@@ -1135,7 +1143,7 @@ var functions$1 = [
|
|
|
1135
1143
|
{
|
|
1136
1144
|
"name": "useElementSize",
|
|
1137
1145
|
"package": "core",
|
|
1138
|
-
"lastUpdated":
|
|
1146
|
+
"lastUpdated": 1770099476e3,
|
|
1139
1147
|
"component": true,
|
|
1140
1148
|
"directive": true,
|
|
1141
1149
|
"docs": "https://vueuse.org/core/useElementSize/",
|
|
@@ -1159,7 +1167,7 @@ var functions$1 = [
|
|
|
1159
1167
|
{
|
|
1160
1168
|
"name": "useElementVisibility",
|
|
1161
1169
|
"package": "core",
|
|
1162
|
-
"lastUpdated":
|
|
1170
|
+
"lastUpdated": 1770099476e3,
|
|
1163
1171
|
"component": true,
|
|
1164
1172
|
"directive": true,
|
|
1165
1173
|
"docs": "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1177,7 +1185,7 @@ var functions$1 = [
|
|
|
1177
1185
|
{
|
|
1178
1186
|
"name": "useEventListener",
|
|
1179
1187
|
"package": "core",
|
|
1180
|
-
"lastUpdated":
|
|
1188
|
+
"lastUpdated": 1767755257e3,
|
|
1181
1189
|
"docs": "https://vueuse.org/core/useEventListener/",
|
|
1182
1190
|
"category": "Browser",
|
|
1183
1191
|
"description": "use EventListener with ease"
|
|
@@ -1201,7 +1209,7 @@ var functions$1 = [
|
|
|
1201
1209
|
{
|
|
1202
1210
|
"name": "useEyeDropper",
|
|
1203
1211
|
"package": "core",
|
|
1204
|
-
"lastUpdated":
|
|
1212
|
+
"lastUpdated": 1770099476e3,
|
|
1205
1213
|
"component": true,
|
|
1206
1214
|
"docs": "https://vueuse.org/core/useEyeDropper/",
|
|
1207
1215
|
"category": "Browser",
|
|
@@ -1210,7 +1218,7 @@ var functions$1 = [
|
|
|
1210
1218
|
{
|
|
1211
1219
|
"name": "useFavicon",
|
|
1212
1220
|
"package": "core",
|
|
1213
|
-
"lastUpdated":
|
|
1221
|
+
"lastUpdated": 1770099476e3,
|
|
1214
1222
|
"docs": "https://vueuse.org/core/useFavicon/",
|
|
1215
1223
|
"category": "Browser",
|
|
1216
1224
|
"description": "reactive favicon"
|
|
@@ -1234,7 +1242,7 @@ var functions$1 = [
|
|
|
1234
1242
|
{
|
|
1235
1243
|
"name": "useFileSystemAccess",
|
|
1236
1244
|
"package": "core",
|
|
1237
|
-
"lastUpdated":
|
|
1245
|
+
"lastUpdated": 1770013115e3,
|
|
1238
1246
|
"docs": "https://vueuse.org/core/useFileSystemAccess/",
|
|
1239
1247
|
"category": "Browser",
|
|
1240
1248
|
"description": "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
@@ -1242,7 +1250,7 @@ var functions$1 = [
|
|
|
1242
1250
|
{
|
|
1243
1251
|
"name": "useFirestore",
|
|
1244
1252
|
"package": "firebase",
|
|
1245
|
-
"lastUpdated":
|
|
1253
|
+
"lastUpdated": 1767755257e3,
|
|
1246
1254
|
"docs": "https://vueuse.org/firebase/useFirestore/",
|
|
1247
1255
|
"category": "@Firebase",
|
|
1248
1256
|
"description": "reactive [Firestore](https://firebase.google.com/docs/firestore) binding",
|
|
@@ -1293,7 +1301,7 @@ var functions$1 = [
|
|
|
1293
1301
|
{
|
|
1294
1302
|
"name": "useFullscreen",
|
|
1295
1303
|
"package": "core",
|
|
1296
|
-
"lastUpdated":
|
|
1304
|
+
"lastUpdated": 1770099476e3,
|
|
1297
1305
|
"component": true,
|
|
1298
1306
|
"docs": "https://vueuse.org/core/useFullscreen/",
|
|
1299
1307
|
"category": "Browser",
|
|
@@ -1302,7 +1310,7 @@ var functions$1 = [
|
|
|
1302
1310
|
{
|
|
1303
1311
|
"name": "useFuse",
|
|
1304
1312
|
"package": "integrations",
|
|
1305
|
-
"lastUpdated":
|
|
1313
|
+
"lastUpdated": 1770099476e3,
|
|
1306
1314
|
"docs": "https://vueuse.org/integrations/useFuse/",
|
|
1307
1315
|
"category": "@Integrations",
|
|
1308
1316
|
"description": "easily implement fuzzy search using a composable with [Fuse.js](https://github.com/krisk/fuse)",
|
|
@@ -1311,7 +1319,7 @@ var functions$1 = [
|
|
|
1311
1319
|
{
|
|
1312
1320
|
"name": "useGamepad",
|
|
1313
1321
|
"package": "core",
|
|
1314
|
-
"lastUpdated":
|
|
1322
|
+
"lastUpdated": 1770099476e3,
|
|
1315
1323
|
"docs": "https://vueuse.org/core/useGamepad/",
|
|
1316
1324
|
"category": "Browser",
|
|
1317
1325
|
"description": "provides reactive bindings for the [Gamepad API](https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API)"
|
|
@@ -1319,7 +1327,7 @@ var functions$1 = [
|
|
|
1319
1327
|
{
|
|
1320
1328
|
"name": "useGeolocation",
|
|
1321
1329
|
"package": "core",
|
|
1322
|
-
"lastUpdated":
|
|
1330
|
+
"lastUpdated": 1770099476e3,
|
|
1323
1331
|
"component": true,
|
|
1324
1332
|
"docs": "https://vueuse.org/core/useGeolocation/",
|
|
1325
1333
|
"category": "Sensors",
|
|
@@ -1353,7 +1361,7 @@ var functions$1 = [
|
|
|
1353
1361
|
{
|
|
1354
1362
|
"name": "useImage",
|
|
1355
1363
|
"package": "core",
|
|
1356
|
-
"lastUpdated":
|
|
1364
|
+
"lastUpdated": 1770099476e3,
|
|
1357
1365
|
"component": true,
|
|
1358
1366
|
"docs": "https://vueuse.org/core/useImage/",
|
|
1359
1367
|
"category": "Browser",
|
|
@@ -1362,7 +1370,7 @@ var functions$1 = [
|
|
|
1362
1370
|
{
|
|
1363
1371
|
"name": "useInfiniteScroll",
|
|
1364
1372
|
"package": "core",
|
|
1365
|
-
"lastUpdated":
|
|
1373
|
+
"lastUpdated": 1770099476e3,
|
|
1366
1374
|
"directive": true,
|
|
1367
1375
|
"docs": "https://vueuse.org/core/useInfiniteScroll/",
|
|
1368
1376
|
"category": "Sensors",
|
|
@@ -1371,7 +1379,7 @@ var functions$1 = [
|
|
|
1371
1379
|
{
|
|
1372
1380
|
"name": "useIntersectionObserver",
|
|
1373
1381
|
"package": "core",
|
|
1374
|
-
"lastUpdated":
|
|
1382
|
+
"lastUpdated": 1770013115e3,
|
|
1375
1383
|
"directive": true,
|
|
1376
1384
|
"docs": "https://vueuse.org/core/useIntersectionObserver/",
|
|
1377
1385
|
"category": "Elements",
|
|
@@ -1383,7 +1391,7 @@ var functions$1 = [
|
|
|
1383
1391
|
"lastUpdated": 1744088337e3,
|
|
1384
1392
|
"docs": "https://vueuse.org/shared/useInterval/",
|
|
1385
1393
|
"category": "Animation",
|
|
1386
|
-
"description": "reactive counter increases on every interval"
|
|
1394
|
+
"description": "reactive counter that increases on every interval"
|
|
1387
1395
|
},
|
|
1388
1396
|
{
|
|
1389
1397
|
"name": "useIntervalFn",
|
|
@@ -1399,7 +1407,7 @@ var functions$1 = [
|
|
|
1399
1407
|
"lastUpdated": 1739701304e3,
|
|
1400
1408
|
"docs": "https://vueuse.org/electron/useIpcRenderer/",
|
|
1401
1409
|
"category": "@Electron",
|
|
1402
|
-
"description": "provides [ipcRenderer](https://www.electronjs.org/docs/api/ipc-renderer) and all of its APIs"
|
|
1410
|
+
"description": "provides [ipcRenderer](https://www.electronjs.org/docs/api/ipc-renderer) and all of its APIs with Vue reactivity"
|
|
1403
1411
|
},
|
|
1404
1412
|
{
|
|
1405
1413
|
"name": "useIpcRendererInvoke",
|
|
@@ -1454,7 +1462,7 @@ var functions$1 = [
|
|
|
1454
1462
|
{
|
|
1455
1463
|
"name": "useMagicKeys",
|
|
1456
1464
|
"package": "core",
|
|
1457
|
-
"lastUpdated":
|
|
1465
|
+
"lastUpdated": 1769007613e3,
|
|
1458
1466
|
"docs": "https://vueuse.org/core/useMagicKeys/",
|
|
1459
1467
|
"category": "Sensors",
|
|
1460
1468
|
"description": "reactive keys pressed state"
|
|
@@ -1487,7 +1495,7 @@ var functions$1 = [
|
|
|
1487
1495
|
{
|
|
1488
1496
|
"name": "useMediaControls",
|
|
1489
1497
|
"package": "core",
|
|
1490
|
-
"lastUpdated":
|
|
1498
|
+
"lastUpdated": 1770099476e3,
|
|
1491
1499
|
"docs": "https://vueuse.org/core/useMediaControls/",
|
|
1492
1500
|
"category": "Browser",
|
|
1493
1501
|
"description": "reactive media controls for both `audio` and `video` elements"
|
|
@@ -1511,7 +1519,7 @@ var functions$1 = [
|
|
|
1511
1519
|
{
|
|
1512
1520
|
"name": "useMemory",
|
|
1513
1521
|
"package": "core",
|
|
1514
|
-
"lastUpdated":
|
|
1522
|
+
"lastUpdated": 1770013115e3,
|
|
1515
1523
|
"docs": "https://vueuse.org/core/useMemory/",
|
|
1516
1524
|
"category": "Browser",
|
|
1517
1525
|
"description": "reactive Memory Info"
|
|
@@ -1556,7 +1564,7 @@ var functions$1 = [
|
|
|
1556
1564
|
{
|
|
1557
1565
|
"name": "useMouse",
|
|
1558
1566
|
"package": "core",
|
|
1559
|
-
"lastUpdated":
|
|
1567
|
+
"lastUpdated": 1770099476e3,
|
|
1560
1568
|
"component": true,
|
|
1561
1569
|
"docs": "https://vueuse.org/core/useMouse/",
|
|
1562
1570
|
"category": "Sensors",
|
|
@@ -1565,7 +1573,7 @@ var functions$1 = [
|
|
|
1565
1573
|
{
|
|
1566
1574
|
"name": "useMouseInElement",
|
|
1567
1575
|
"package": "core",
|
|
1568
|
-
"lastUpdated":
|
|
1576
|
+
"lastUpdated": 1770099476e3,
|
|
1569
1577
|
"component": true,
|
|
1570
1578
|
"directive": true,
|
|
1571
1579
|
"docs": "https://vueuse.org/core/useMouseInElement/",
|
|
@@ -1575,7 +1583,7 @@ var functions$1 = [
|
|
|
1575
1583
|
{
|
|
1576
1584
|
"name": "useMousePressed",
|
|
1577
1585
|
"package": "core",
|
|
1578
|
-
"lastUpdated":
|
|
1586
|
+
"lastUpdated": 1770099476e3,
|
|
1579
1587
|
"component": true,
|
|
1580
1588
|
"docs": "https://vueuse.org/core/useMousePressed/",
|
|
1581
1589
|
"category": "Sensors",
|
|
@@ -1584,7 +1592,7 @@ var functions$1 = [
|
|
|
1584
1592
|
{
|
|
1585
1593
|
"name": "useMutationObserver",
|
|
1586
1594
|
"package": "core",
|
|
1587
|
-
"lastUpdated":
|
|
1595
|
+
"lastUpdated": 1770099476e3,
|
|
1588
1596
|
"docs": "https://vueuse.org/core/useMutationObserver/",
|
|
1589
1597
|
"category": "Elements",
|
|
1590
1598
|
"description": "watch for changes being made to the DOM tree"
|
|
@@ -1592,7 +1600,7 @@ var functions$1 = [
|
|
|
1592
1600
|
{
|
|
1593
1601
|
"name": "useNavigatorLanguage",
|
|
1594
1602
|
"package": "core",
|
|
1595
|
-
"lastUpdated":
|
|
1603
|
+
"lastUpdated": 1770099476e3,
|
|
1596
1604
|
"docs": "https://vueuse.org/core/useNavigatorLanguage/",
|
|
1597
1605
|
"category": "Sensors",
|
|
1598
1606
|
"description": "reactive [navigator.language](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/language)"
|
|
@@ -1600,7 +1608,7 @@ var functions$1 = [
|
|
|
1600
1608
|
{
|
|
1601
1609
|
"name": "useNetwork",
|
|
1602
1610
|
"package": "core",
|
|
1603
|
-
"lastUpdated":
|
|
1611
|
+
"lastUpdated": 1770099476e3,
|
|
1604
1612
|
"component": true,
|
|
1605
1613
|
"docs": "https://vueuse.org/core/useNetwork/",
|
|
1606
1614
|
"category": "Sensors",
|
|
@@ -1609,7 +1617,7 @@ var functions$1 = [
|
|
|
1609
1617
|
{
|
|
1610
1618
|
"name": "useNow",
|
|
1611
1619
|
"package": "core",
|
|
1612
|
-
"lastUpdated":
|
|
1620
|
+
"lastUpdated": 1770099476e3,
|
|
1613
1621
|
"component": true,
|
|
1614
1622
|
"docs": "https://vueuse.org/core/useNow/",
|
|
1615
1623
|
"category": "Animation",
|
|
@@ -1618,7 +1626,7 @@ var functions$1 = [
|
|
|
1618
1626
|
{
|
|
1619
1627
|
"name": "useNProgress",
|
|
1620
1628
|
"package": "integrations",
|
|
1621
|
-
"lastUpdated":
|
|
1629
|
+
"lastUpdated": 1770099476e3,
|
|
1622
1630
|
"docs": "https://vueuse.org/integrations/useNProgress/",
|
|
1623
1631
|
"category": "@Integrations",
|
|
1624
1632
|
"description": "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)",
|
|
@@ -1662,7 +1670,7 @@ var functions$1 = [
|
|
|
1662
1670
|
{
|
|
1663
1671
|
"name": "usePageLeave",
|
|
1664
1672
|
"package": "core",
|
|
1665
|
-
"lastUpdated":
|
|
1673
|
+
"lastUpdated": 1770099476e3,
|
|
1666
1674
|
"component": true,
|
|
1667
1675
|
"docs": "https://vueuse.org/core/usePageLeave/",
|
|
1668
1676
|
"category": "Sensors",
|
|
@@ -1695,7 +1703,7 @@ var functions$1 = [
|
|
|
1695
1703
|
{
|
|
1696
1704
|
"name": "usePermission",
|
|
1697
1705
|
"package": "core",
|
|
1698
|
-
"lastUpdated":
|
|
1706
|
+
"lastUpdated": 1770013115e3,
|
|
1699
1707
|
"docs": "https://vueuse.org/core/usePermission/",
|
|
1700
1708
|
"category": "Browser",
|
|
1701
1709
|
"description": "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)",
|
|
@@ -1704,7 +1712,7 @@ var functions$1 = [
|
|
|
1704
1712
|
{
|
|
1705
1713
|
"name": "usePointer",
|
|
1706
1714
|
"package": "core",
|
|
1707
|
-
"lastUpdated":
|
|
1715
|
+
"lastUpdated": 1770099476e3,
|
|
1708
1716
|
"component": true,
|
|
1709
1717
|
"docs": "https://vueuse.org/core/usePointer/",
|
|
1710
1718
|
"category": "Sensors",
|
|
@@ -1713,7 +1721,7 @@ var functions$1 = [
|
|
|
1713
1721
|
{
|
|
1714
1722
|
"name": "usePointerLock",
|
|
1715
1723
|
"package": "core",
|
|
1716
|
-
"lastUpdated":
|
|
1724
|
+
"lastUpdated": 1770099476e3,
|
|
1717
1725
|
"component": true,
|
|
1718
1726
|
"docs": "https://vueuse.org/core/usePointerLock/",
|
|
1719
1727
|
"category": "Sensors",
|
|
@@ -1819,7 +1827,7 @@ var functions$1 = [
|
|
|
1819
1827
|
{
|
|
1820
1828
|
"name": "useRafFn",
|
|
1821
1829
|
"package": "core",
|
|
1822
|
-
"lastUpdated":
|
|
1830
|
+
"lastUpdated": 1770389849e3,
|
|
1823
1831
|
"docs": "https://vueuse.org/core/useRafFn/",
|
|
1824
1832
|
"category": "Animation",
|
|
1825
1833
|
"description": "call function on every `requestAnimationFrame`"
|
|
@@ -1827,7 +1835,7 @@ var functions$1 = [
|
|
|
1827
1835
|
{
|
|
1828
1836
|
"name": "useRefHistory",
|
|
1829
1837
|
"package": "core",
|
|
1830
|
-
"lastUpdated":
|
|
1838
|
+
"lastUpdated": 1767923245e3,
|
|
1831
1839
|
"docs": "https://vueuse.org/core/useRefHistory/",
|
|
1832
1840
|
"category": "State",
|
|
1833
1841
|
"description": "track the change history of a ref",
|
|
@@ -1840,7 +1848,7 @@ var functions$1 = [
|
|
|
1840
1848
|
{
|
|
1841
1849
|
"name": "useResizeObserver",
|
|
1842
1850
|
"package": "core",
|
|
1843
|
-
"lastUpdated":
|
|
1851
|
+
"lastUpdated": 1770099476e3,
|
|
1844
1852
|
"directive": true,
|
|
1845
1853
|
"docs": "https://vueuse.org/core/useResizeObserver/",
|
|
1846
1854
|
"category": "Elements",
|
|
@@ -1865,7 +1873,7 @@ var functions$1 = [
|
|
|
1865
1873
|
{
|
|
1866
1874
|
"name": "useRouteParams",
|
|
1867
1875
|
"package": "router",
|
|
1868
|
-
"lastUpdated":
|
|
1876
|
+
"lastUpdated": 1767755257e3,
|
|
1869
1877
|
"docs": "https://vueuse.org/router/useRouteParams/",
|
|
1870
1878
|
"category": "@Router",
|
|
1871
1879
|
"description": "shorthand for a reactive `route.params`"
|
|
@@ -1873,7 +1881,7 @@ var functions$1 = [
|
|
|
1873
1881
|
{
|
|
1874
1882
|
"name": "useRouteQuery",
|
|
1875
1883
|
"package": "router",
|
|
1876
|
-
"lastUpdated":
|
|
1884
|
+
"lastUpdated": 1767755257e3,
|
|
1877
1885
|
"docs": "https://vueuse.org/router/useRouteQuery/",
|
|
1878
1886
|
"category": "@Router",
|
|
1879
1887
|
"description": "shorthand for a reactive `route.query`"
|
|
@@ -1897,7 +1905,7 @@ var functions$1 = [
|
|
|
1897
1905
|
{
|
|
1898
1906
|
"name": "useScreenOrientation",
|
|
1899
1907
|
"package": "core",
|
|
1900
|
-
"lastUpdated":
|
|
1908
|
+
"lastUpdated": 1770099476e3,
|
|
1901
1909
|
"docs": "https://vueuse.org/core/useScreenOrientation/",
|
|
1902
1910
|
"category": "Browser",
|
|
1903
1911
|
"description": "reactive [Screen Orientation API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Orientation_API)"
|
|
@@ -1905,7 +1913,7 @@ var functions$1 = [
|
|
|
1905
1913
|
{
|
|
1906
1914
|
"name": "useScreenSafeArea",
|
|
1907
1915
|
"package": "core",
|
|
1908
|
-
"lastUpdated":
|
|
1916
|
+
"lastUpdated": 1770099476e3,
|
|
1909
1917
|
"component": true,
|
|
1910
1918
|
"docs": "https://vueuse.org/core/useScreenSafeArea/",
|
|
1911
1919
|
"category": "Browser",
|
|
@@ -1914,7 +1922,7 @@ var functions$1 = [
|
|
|
1914
1922
|
{
|
|
1915
1923
|
"name": "useScriptTag",
|
|
1916
1924
|
"package": "core",
|
|
1917
|
-
"lastUpdated":
|
|
1925
|
+
"lastUpdated": 1770099476e3,
|
|
1918
1926
|
"docs": "https://vueuse.org/core/useScriptTag/",
|
|
1919
1927
|
"category": "Browser",
|
|
1920
1928
|
"description": "creates a script tag"
|
|
@@ -1922,7 +1930,7 @@ var functions$1 = [
|
|
|
1922
1930
|
{
|
|
1923
1931
|
"name": "useScroll",
|
|
1924
1932
|
"package": "core",
|
|
1925
|
-
"lastUpdated":
|
|
1933
|
+
"lastUpdated": 1770099476e3,
|
|
1926
1934
|
"directive": true,
|
|
1927
1935
|
"docs": "https://vueuse.org/core/useScroll/",
|
|
1928
1936
|
"category": "Sensors",
|
|
@@ -1949,7 +1957,7 @@ var functions$1 = [
|
|
|
1949
1957
|
{
|
|
1950
1958
|
"name": "useShare",
|
|
1951
1959
|
"package": "core",
|
|
1952
|
-
"lastUpdated":
|
|
1960
|
+
"lastUpdated": 1770099476e3,
|
|
1953
1961
|
"docs": "https://vueuse.org/core/useShare/",
|
|
1954
1962
|
"category": "Browser",
|
|
1955
1963
|
"description": "reactive [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share)"
|
|
@@ -1957,7 +1965,7 @@ var functions$1 = [
|
|
|
1957
1965
|
{
|
|
1958
1966
|
"name": "useSortable",
|
|
1959
1967
|
"package": "integrations",
|
|
1960
|
-
"lastUpdated":
|
|
1968
|
+
"lastUpdated": 1768378454e3,
|
|
1961
1969
|
"component": true,
|
|
1962
1970
|
"docs": "https://vueuse.org/integrations/useSortable/",
|
|
1963
1971
|
"category": "@Integrations",
|
|
@@ -1982,7 +1990,7 @@ var functions$1 = [
|
|
|
1982
1990
|
{
|
|
1983
1991
|
"name": "useSpeechRecognition",
|
|
1984
1992
|
"package": "core",
|
|
1985
|
-
"lastUpdated":
|
|
1993
|
+
"lastUpdated": 1770099476e3,
|
|
1986
1994
|
"docs": "https://vueuse.org/core/useSpeechRecognition/",
|
|
1987
1995
|
"category": "Sensors",
|
|
1988
1996
|
"description": "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
|
|
@@ -1990,7 +1998,7 @@ var functions$1 = [
|
|
|
1990
1998
|
{
|
|
1991
1999
|
"name": "useSpeechSynthesis",
|
|
1992
2000
|
"package": "core",
|
|
1993
|
-
"lastUpdated":
|
|
2001
|
+
"lastUpdated": 1770099476e3,
|
|
1994
2002
|
"docs": "https://vueuse.org/core/useSpeechSynthesis/",
|
|
1995
2003
|
"category": "Sensors",
|
|
1996
2004
|
"description": "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
|
|
@@ -2021,7 +2029,7 @@ var functions$1 = [
|
|
|
2021
2029
|
{
|
|
2022
2030
|
"name": "useStorage",
|
|
2023
2031
|
"package": "core",
|
|
2024
|
-
"lastUpdated":
|
|
2032
|
+
"lastUpdated": 1767755257e3,
|
|
2025
2033
|
"docs": "https://vueuse.org/core/useStorage/",
|
|
2026
2034
|
"category": "State",
|
|
2027
2035
|
"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)",
|
|
@@ -2077,7 +2085,7 @@ var functions$1 = [
|
|
|
2077
2085
|
{
|
|
2078
2086
|
"name": "useSupported",
|
|
2079
2087
|
"package": "core",
|
|
2080
|
-
"lastUpdated":
|
|
2088
|
+
"lastUpdated": 1770099476e3,
|
|
2081
2089
|
"docs": "https://vueuse.org/core/useSupported/",
|
|
2082
2090
|
"category": "Utilities",
|
|
2083
2091
|
"description": "SSR compatibility `isSupported`"
|
|
@@ -2101,7 +2109,7 @@ var functions$1 = [
|
|
|
2101
2109
|
{
|
|
2102
2110
|
"name": "useTextareaAutosize",
|
|
2103
2111
|
"package": "core",
|
|
2104
|
-
"lastUpdated":
|
|
2112
|
+
"lastUpdated": 1770099476e3,
|
|
2105
2113
|
"docs": "https://vueuse.org/core/useTextareaAutosize/",
|
|
2106
2114
|
"category": "Browser",
|
|
2107
2115
|
"description": "automatically update the height of a textarea depending on the content"
|
|
@@ -2117,7 +2125,7 @@ var functions$1 = [
|
|
|
2117
2125
|
{
|
|
2118
2126
|
"name": "useTextSelection",
|
|
2119
2127
|
"package": "core",
|
|
2120
|
-
"lastUpdated":
|
|
2128
|
+
"lastUpdated": 1770099476e3,
|
|
2121
2129
|
"docs": "https://vueuse.org/core/useTextSelection/",
|
|
2122
2130
|
"category": "Sensors",
|
|
2123
2131
|
"description": "reactively track user text selection based on [`Window.getSelection`](https://developer.mozilla.org/en-US/docs/Web/API/Window/getSelection)"
|
|
@@ -2147,7 +2155,7 @@ var functions$1 = [
|
|
|
2147
2155
|
{
|
|
2148
2156
|
"name": "useTimeAgo",
|
|
2149
2157
|
"package": "core",
|
|
2150
|
-
"lastUpdated":
|
|
2158
|
+
"lastUpdated": 1769407468e3,
|
|
2151
2159
|
"component": true,
|
|
2152
2160
|
"docs": "https://vueuse.org/core/useTimeAgo/",
|
|
2153
2161
|
"category": "Time",
|
|
@@ -2156,7 +2164,7 @@ var functions$1 = [
|
|
|
2156
2164
|
{
|
|
2157
2165
|
"name": "useTimeAgoIntl",
|
|
2158
2166
|
"package": "core",
|
|
2159
|
-
"lastUpdated":
|
|
2167
|
+
"lastUpdated": 1769407468e3,
|
|
2160
2168
|
"docs": "https://vueuse.org/core/useTimeAgoIntl/",
|
|
2161
2169
|
"category": "Time",
|
|
2162
2170
|
"description": "reactive time ago with i18n supported"
|
|
@@ -2167,7 +2175,7 @@ var functions$1 = [
|
|
|
2167
2175
|
"lastUpdated": 1762306081e3,
|
|
2168
2176
|
"docs": "https://vueuse.org/shared/useTimeout/",
|
|
2169
2177
|
"category": "Animation",
|
|
2170
|
-
"description": "
|
|
2178
|
+
"description": "reactive value that becomes `true` after a given time"
|
|
2171
2179
|
},
|
|
2172
2180
|
{
|
|
2173
2181
|
"name": "useTimeoutFn",
|
|
@@ -2188,7 +2196,7 @@ var functions$1 = [
|
|
|
2188
2196
|
{
|
|
2189
2197
|
"name": "useTimestamp",
|
|
2190
2198
|
"package": "core",
|
|
2191
|
-
"lastUpdated":
|
|
2199
|
+
"lastUpdated": 1770099476e3,
|
|
2192
2200
|
"component": true,
|
|
2193
2201
|
"docs": "https://vueuse.org/core/useTimestamp/",
|
|
2194
2202
|
"category": "Animation",
|
|
@@ -2197,7 +2205,7 @@ var functions$1 = [
|
|
|
2197
2205
|
{
|
|
2198
2206
|
"name": "useTitle",
|
|
2199
2207
|
"package": "core",
|
|
2200
|
-
"lastUpdated":
|
|
2208
|
+
"lastUpdated": 1770099476e3,
|
|
2201
2209
|
"docs": "https://vueuse.org/core/useTitle/",
|
|
2202
2210
|
"category": "Browser",
|
|
2203
2211
|
"description": "reactive document title"
|
|
@@ -2245,7 +2253,7 @@ var functions$1 = [
|
|
|
2245
2253
|
{
|
|
2246
2254
|
"name": "useUrlSearchParams",
|
|
2247
2255
|
"package": "core",
|
|
2248
|
-
"lastUpdated":
|
|
2256
|
+
"lastUpdated": 1764573571e3,
|
|
2249
2257
|
"docs": "https://vueuse.org/core/useUrlSearchParams/",
|
|
2250
2258
|
"category": "Browser",
|
|
2251
2259
|
"description": "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
|
@@ -2253,7 +2261,7 @@ var functions$1 = [
|
|
|
2253
2261
|
{
|
|
2254
2262
|
"name": "useUserMedia",
|
|
2255
2263
|
"package": "core",
|
|
2256
|
-
"lastUpdated":
|
|
2264
|
+
"lastUpdated": 1770099476e3,
|
|
2257
2265
|
"docs": "https://vueuse.org/core/useUserMedia/",
|
|
2258
2266
|
"category": "Sensors",
|
|
2259
2267
|
"description": "reactive [`mediaDevices.getUserMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia) streaming",
|
|
@@ -2266,7 +2274,7 @@ var functions$1 = [
|
|
|
2266
2274
|
{
|
|
2267
2275
|
"name": "useVibrate",
|
|
2268
2276
|
"package": "core",
|
|
2269
|
-
"lastUpdated":
|
|
2277
|
+
"lastUpdated": 1770013115e3,
|
|
2270
2278
|
"docs": "https://vueuse.org/core/useVibrate/",
|
|
2271
2279
|
"category": "Browser",
|
|
2272
2280
|
"description": "reactive [Vibration API](https://developer.mozilla.org/en-US/docs/Web/API/Vibration_API)"
|
|
@@ -2301,7 +2309,7 @@ var functions$1 = [
|
|
|
2301
2309
|
{
|
|
2302
2310
|
"name": "useWakeLock",
|
|
2303
2311
|
"package": "core",
|
|
2304
|
-
"lastUpdated":
|
|
2312
|
+
"lastUpdated": 1770099476e3,
|
|
2305
2313
|
"docs": "https://vueuse.org/core/useWakeLock/",
|
|
2306
2314
|
"category": "Browser",
|
|
2307
2315
|
"description": "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API)"
|
|
@@ -2309,7 +2317,7 @@ var functions$1 = [
|
|
|
2309
2317
|
{
|
|
2310
2318
|
"name": "useWebNotification",
|
|
2311
2319
|
"package": "core",
|
|
2312
|
-
"lastUpdated":
|
|
2320
|
+
"lastUpdated": 1770099476e3,
|
|
2313
2321
|
"docs": "https://vueuse.org/core/useWebNotification/",
|
|
2314
2322
|
"category": "Browser",
|
|
2315
2323
|
"description": "reactive [Notification](https://developer.mozilla.org/en-US/docs/Web/API/notification)"
|
|
@@ -2317,7 +2325,7 @@ var functions$1 = [
|
|
|
2317
2325
|
{
|
|
2318
2326
|
"name": "useWebSocket",
|
|
2319
2327
|
"package": "core",
|
|
2320
|
-
"lastUpdated":
|
|
2328
|
+
"lastUpdated": 1769407468e3,
|
|
2321
2329
|
"docs": "https://vueuse.org/core/useWebSocket/",
|
|
2322
2330
|
"category": "Network",
|
|
2323
2331
|
"description": "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2325,7 +2333,7 @@ var functions$1 = [
|
|
|
2325
2333
|
{
|
|
2326
2334
|
"name": "useWebWorker",
|
|
2327
2335
|
"package": "core",
|
|
2328
|
-
"lastUpdated":
|
|
2336
|
+
"lastUpdated": 1767755257e3,
|
|
2329
2337
|
"docs": "https://vueuse.org/core/useWebWorker/",
|
|
2330
2338
|
"category": "Browser",
|
|
2331
2339
|
"description": "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
|
|
@@ -2334,7 +2342,7 @@ var functions$1 = [
|
|
|
2334
2342
|
{
|
|
2335
2343
|
"name": "useWebWorkerFn",
|
|
2336
2344
|
"package": "core",
|
|
2337
|
-
"lastUpdated":
|
|
2345
|
+
"lastUpdated": 1770099476e3,
|
|
2338
2346
|
"docs": "https://vueuse.org/core/useWebWorkerFn/",
|
|
2339
2347
|
"category": "Browser",
|
|
2340
2348
|
"description": "run expensive functions without blocking the UI",
|
|
@@ -2352,7 +2360,7 @@ var functions$1 = [
|
|
|
2352
2360
|
{
|
|
2353
2361
|
"name": "useWindowScroll",
|
|
2354
2362
|
"package": "core",
|
|
2355
|
-
"lastUpdated":
|
|
2363
|
+
"lastUpdated": 1770099476e3,
|
|
2356
2364
|
"docs": "https://vueuse.org/core/useWindowScroll/",
|
|
2357
2365
|
"category": "Elements",
|
|
2358
2366
|
"description": "reactive window scroll"
|
|
@@ -2360,7 +2368,7 @@ var functions$1 = [
|
|
|
2360
2368
|
{
|
|
2361
2369
|
"name": "useWindowSize",
|
|
2362
2370
|
"package": "core",
|
|
2363
|
-
"lastUpdated":
|
|
2371
|
+
"lastUpdated": 1770099476e3,
|
|
2364
2372
|
"component": true,
|
|
2365
2373
|
"docs": "https://vueuse.org/core/useWindowSize/",
|
|
2366
2374
|
"category": "Elements",
|
|
@@ -2416,7 +2424,7 @@ var functions$1 = [
|
|
|
2416
2424
|
{
|
|
2417
2425
|
"name": "watchDeep",
|
|
2418
2426
|
"package": "shared",
|
|
2419
|
-
"lastUpdated":
|
|
2427
|
+
"lastUpdated": 1767755257e3,
|
|
2420
2428
|
"docs": "https://vueuse.org/shared/watchDeep/",
|
|
2421
2429
|
"category": "Watch",
|
|
2422
2430
|
"description": "shorthand for watching value with `{deep: true}`"
|
|
@@ -2424,7 +2432,7 @@ var functions$1 = [
|
|
|
2424
2432
|
{
|
|
2425
2433
|
"name": "watchExtractedObservable",
|
|
2426
2434
|
"package": "rxjs",
|
|
2427
|
-
"lastUpdated":
|
|
2435
|
+
"lastUpdated": 1767755257e3,
|
|
2428
2436
|
"docs": "https://vueuse.org/rxjs/watchExtractedObservable/",
|
|
2429
2437
|
"category": "@RxJS",
|
|
2430
2438
|
"description": "watch the values of an RxJS [`Observable`](https://rxjs.dev/guide/observable) as extracted from one or more composables"
|
|
@@ -2441,7 +2449,7 @@ var functions$1 = [
|
|
|
2441
2449
|
{
|
|
2442
2450
|
"name": "watchImmediate",
|
|
2443
2451
|
"package": "shared",
|
|
2444
|
-
"lastUpdated":
|
|
2452
|
+
"lastUpdated": 1767755257e3,
|
|
2445
2453
|
"docs": "https://vueuse.org/shared/watchImmediate/",
|
|
2446
2454
|
"category": "Watch",
|
|
2447
2455
|
"description": "shorthand for watching value with `{immediate: true}`"
|
|
@@ -2449,7 +2457,7 @@ var functions$1 = [
|
|
|
2449
2457
|
{
|
|
2450
2458
|
"name": "watchOnce",
|
|
2451
2459
|
"package": "shared",
|
|
2452
|
-
"lastUpdated":
|
|
2460
|
+
"lastUpdated": 1767755257e3,
|
|
2453
2461
|
"docs": "https://vueuse.org/shared/watchOnce/",
|
|
2454
2462
|
"category": "Watch",
|
|
2455
2463
|
"description": "shorthand for watching value with `{ once: true }`"
|
|
@@ -2457,7 +2465,7 @@ var functions$1 = [
|
|
|
2457
2465
|
{
|
|
2458
2466
|
"name": "watchPausable",
|
|
2459
2467
|
"package": "shared",
|
|
2460
|
-
"lastUpdated":
|
|
2468
|
+
"lastUpdated": 1765526785e3,
|
|
2461
2469
|
"docs": "https://vueuse.org/shared/watchPausable/",
|
|
2462
2470
|
"category": "Watch",
|
|
2463
2471
|
"description": "pausable watch",
|