@vueuse/metadata 9.12.0 → 9.13.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 +31 -25
- package/index.json +31 -25
- package/index.mjs +31 -25
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -379,7 +379,7 @@ var functions$1 = [
|
|
|
379
379
|
{
|
|
380
380
|
name: "onClickOutside",
|
|
381
381
|
"package": "core",
|
|
382
|
-
lastUpdated:
|
|
382
|
+
lastUpdated: 1675466376000,
|
|
383
383
|
component: true,
|
|
384
384
|
directive: true,
|
|
385
385
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -633,7 +633,7 @@ var functions$1 = [
|
|
|
633
633
|
{
|
|
634
634
|
name: "tryOnScopeDispose",
|
|
635
635
|
"package": "shared",
|
|
636
|
-
lastUpdated:
|
|
636
|
+
lastUpdated: 1675070075000,
|
|
637
637
|
docs: "https://vueuse.org/shared/tryOnScopeDispose/",
|
|
638
638
|
category: "Component",
|
|
639
639
|
description: "safe `onScopeDispose`"
|
|
@@ -711,6 +711,14 @@ var functions$1 = [
|
|
|
711
711
|
category: "Array",
|
|
712
712
|
description: "reactive `Array.findIndex`"
|
|
713
713
|
},
|
|
714
|
+
{
|
|
715
|
+
name: "useArrayFindLast",
|
|
716
|
+
"package": "shared",
|
|
717
|
+
lastUpdated: 1676713178000,
|
|
718
|
+
docs: "https://vueuse.org/shared/useArrayFindLast/",
|
|
719
|
+
category: "Array",
|
|
720
|
+
description: "reactive `Array.findLast`"
|
|
721
|
+
},
|
|
714
722
|
{
|
|
715
723
|
name: "useArrayJoin",
|
|
716
724
|
"package": "shared",
|
|
@@ -762,7 +770,7 @@ var functions$1 = [
|
|
|
762
770
|
{
|
|
763
771
|
name: "useAsyncState",
|
|
764
772
|
"package": "core",
|
|
765
|
-
lastUpdated:
|
|
773
|
+
lastUpdated: 1676388144000,
|
|
766
774
|
docs: "https://vueuse.org/core/useAsyncState/",
|
|
767
775
|
category: "State",
|
|
768
776
|
description: "reactive async state"
|
|
@@ -770,7 +778,7 @@ var functions$1 = [
|
|
|
770
778
|
{
|
|
771
779
|
name: "useAsyncValidator",
|
|
772
780
|
"package": "integrations",
|
|
773
|
-
lastUpdated:
|
|
781
|
+
lastUpdated: 1676570052000,
|
|
774
782
|
component: true,
|
|
775
783
|
docs: "https://vueuse.org/integrations/useAsyncValidator/",
|
|
776
784
|
category: "@Integrations",
|
|
@@ -797,7 +805,7 @@ var functions$1 = [
|
|
|
797
805
|
{
|
|
798
806
|
name: "useAxios",
|
|
799
807
|
"package": "integrations",
|
|
800
|
-
lastUpdated:
|
|
808
|
+
lastUpdated: 1676590260000,
|
|
801
809
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
802
810
|
category: "@Integrations",
|
|
803
811
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -881,7 +889,7 @@ var functions$1 = [
|
|
|
881
889
|
{
|
|
882
890
|
name: "useClamp",
|
|
883
891
|
"package": "math",
|
|
884
|
-
lastUpdated:
|
|
892
|
+
lastUpdated: 1676714120000,
|
|
885
893
|
docs: "https://vueuse.org/math/useClamp/",
|
|
886
894
|
category: "@Math",
|
|
887
895
|
description: "reactively clamp a value between two other values"
|
|
@@ -1031,7 +1039,7 @@ var functions$1 = [
|
|
|
1031
1039
|
{
|
|
1032
1040
|
name: "useDevicePixelRatio",
|
|
1033
1041
|
"package": "core",
|
|
1034
|
-
lastUpdated:
|
|
1042
|
+
lastUpdated: 1676712461000,
|
|
1035
1043
|
component: true,
|
|
1036
1044
|
docs: "https://vueuse.org/core/useDevicePixelRatio/",
|
|
1037
1045
|
category: "Sensors",
|
|
@@ -1093,7 +1101,7 @@ var functions$1 = [
|
|
|
1093
1101
|
lastUpdated: 1658043158000,
|
|
1094
1102
|
docs: "https://vueuse.org/core/useDropZone/",
|
|
1095
1103
|
category: "Elements",
|
|
1096
|
-
description: "create
|
|
1104
|
+
description: "create a zone where files can be dropped"
|
|
1097
1105
|
},
|
|
1098
1106
|
{
|
|
1099
1107
|
name: "useElementBounding",
|
|
@@ -1115,7 +1123,7 @@ var functions$1 = [
|
|
|
1115
1123
|
{
|
|
1116
1124
|
name: "useElementHover",
|
|
1117
1125
|
"package": "core",
|
|
1118
|
-
lastUpdated:
|
|
1126
|
+
lastUpdated: 1676712131000,
|
|
1119
1127
|
directive: true,
|
|
1120
1128
|
docs: "https://vueuse.org/core/useElementHover/",
|
|
1121
1129
|
category: "Sensors",
|
|
@@ -1158,7 +1166,7 @@ var functions$1 = [
|
|
|
1158
1166
|
{
|
|
1159
1167
|
name: "useEventBus",
|
|
1160
1168
|
"package": "core",
|
|
1161
|
-
lastUpdated:
|
|
1169
|
+
lastUpdated: 1676389922000,
|
|
1162
1170
|
docs: "https://vueuse.org/core/useEventBus/",
|
|
1163
1171
|
category: "Utilities",
|
|
1164
1172
|
description: "a basic event bus"
|
|
@@ -1166,7 +1174,7 @@ var functions$1 = [
|
|
|
1166
1174
|
{
|
|
1167
1175
|
name: "useEventListener",
|
|
1168
1176
|
"package": "core",
|
|
1169
|
-
lastUpdated:
|
|
1177
|
+
lastUpdated: 1676715818000,
|
|
1170
1178
|
docs: "https://vueuse.org/core/useEventListener/",
|
|
1171
1179
|
category: "Browser",
|
|
1172
1180
|
description: "use EventListener with ease"
|
|
@@ -1199,7 +1207,7 @@ var functions$1 = [
|
|
|
1199
1207
|
{
|
|
1200
1208
|
name: "useFetch",
|
|
1201
1209
|
"package": "core",
|
|
1202
|
-
lastUpdated:
|
|
1210
|
+
lastUpdated: 1676093591000,
|
|
1203
1211
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1204
1212
|
category: "Network",
|
|
1205
1213
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1240,7 +1248,7 @@ var functions$1 = [
|
|
|
1240
1248
|
{
|
|
1241
1249
|
name: "useFocus",
|
|
1242
1250
|
"package": "core",
|
|
1243
|
-
lastUpdated:
|
|
1251
|
+
lastUpdated: 1674992405000,
|
|
1244
1252
|
docs: "https://vueuse.org/core/useFocus/",
|
|
1245
1253
|
category: "Sensors",
|
|
1246
1254
|
description: "reactive utility to track or set the focus state of a DOM element"
|
|
@@ -1361,7 +1369,7 @@ var functions$1 = [
|
|
|
1361
1369
|
{
|
|
1362
1370
|
name: "useInterval",
|
|
1363
1371
|
"package": "shared",
|
|
1364
|
-
lastUpdated:
|
|
1372
|
+
lastUpdated: 1676713336000,
|
|
1365
1373
|
docs: "https://vueuse.org/shared/useInterval/",
|
|
1366
1374
|
category: "Animation",
|
|
1367
1375
|
description: "reactive counter increases on every interval"
|
|
@@ -1888,7 +1896,7 @@ var functions$1 = [
|
|
|
1888
1896
|
{
|
|
1889
1897
|
name: "useScroll",
|
|
1890
1898
|
"package": "core",
|
|
1891
|
-
lastUpdated:
|
|
1899
|
+
lastUpdated: 1676711938000,
|
|
1892
1900
|
directive: true,
|
|
1893
1901
|
docs: "https://vueuse.org/core/useScroll/",
|
|
1894
1902
|
category: "Sensors",
|
|
@@ -1897,7 +1905,7 @@ var functions$1 = [
|
|
|
1897
1905
|
{
|
|
1898
1906
|
name: "useScrollLock",
|
|
1899
1907
|
"package": "core",
|
|
1900
|
-
lastUpdated:
|
|
1908
|
+
lastUpdated: 1676713396000,
|
|
1901
1909
|
directive: true,
|
|
1902
1910
|
docs: "https://vueuse.org/core/useScrollLock/",
|
|
1903
1911
|
category: "Sensors",
|
|
@@ -1948,7 +1956,7 @@ var functions$1 = [
|
|
|
1948
1956
|
{
|
|
1949
1957
|
name: "useSpeechSynthesis",
|
|
1950
1958
|
"package": "core",
|
|
1951
|
-
lastUpdated:
|
|
1959
|
+
lastUpdated: 1676650547000,
|
|
1952
1960
|
docs: "https://vueuse.org/core/useSpeechSynthesis/",
|
|
1953
1961
|
category: "Sensors",
|
|
1954
1962
|
description: "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
|
|
@@ -1971,7 +1979,7 @@ var functions$1 = [
|
|
|
1971
1979
|
{
|
|
1972
1980
|
name: "useStorage",
|
|
1973
1981
|
"package": "core",
|
|
1974
|
-
lastUpdated:
|
|
1982
|
+
lastUpdated: 1676387907000,
|
|
1975
1983
|
docs: "https://vueuse.org/core/useStorage/",
|
|
1976
1984
|
category: "State",
|
|
1977
1985
|
description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
|
@@ -1986,7 +1994,7 @@ var functions$1 = [
|
|
|
1986
1994
|
{
|
|
1987
1995
|
name: "useStorageAsync",
|
|
1988
1996
|
"package": "core",
|
|
1989
|
-
lastUpdated:
|
|
1997
|
+
lastUpdated: 1676546331000,
|
|
1990
1998
|
docs: "https://vueuse.org/core/useStorageAsync/",
|
|
1991
1999
|
category: "State",
|
|
1992
2000
|
description: "reactive Storage in with async support",
|
|
@@ -2230,12 +2238,11 @@ var functions$1 = [
|
|
|
2230
2238
|
{
|
|
2231
2239
|
name: "useVirtualList",
|
|
2232
2240
|
"package": "core",
|
|
2233
|
-
lastUpdated:
|
|
2241
|
+
lastUpdated: 1676174012000,
|
|
2234
2242
|
component: true,
|
|
2235
2243
|
docs: "https://vueuse.org/core/useVirtualList/",
|
|
2236
2244
|
category: "Component",
|
|
2237
|
-
description: "create virtual lists with ease"
|
|
2238
|
-
deprecated: true
|
|
2245
|
+
description: "create virtual lists with ease"
|
|
2239
2246
|
},
|
|
2240
2247
|
{
|
|
2241
2248
|
name: "useVModel",
|
|
@@ -2317,11 +2324,10 @@ var functions$1 = [
|
|
|
2317
2324
|
{
|
|
2318
2325
|
name: "useWindowScroll",
|
|
2319
2326
|
"package": "core",
|
|
2320
|
-
lastUpdated:
|
|
2327
|
+
lastUpdated: 1676590806000,
|
|
2321
2328
|
docs: "https://vueuse.org/core/useWindowScroll/",
|
|
2322
2329
|
category: "Elements",
|
|
2323
|
-
description: "reactive window scroll"
|
|
2324
|
-
deprecated: true
|
|
2330
|
+
description: "reactive window scroll"
|
|
2325
2331
|
},
|
|
2326
2332
|
{
|
|
2327
2333
|
name: "useWindowSize",
|
package/index.json
CHANGED
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
{
|
|
379
379
|
"name": "onClickOutside",
|
|
380
380
|
"package": "core",
|
|
381
|
-
"lastUpdated":
|
|
381
|
+
"lastUpdated": 1675466376000,
|
|
382
382
|
"component": true,
|
|
383
383
|
"directive": true,
|
|
384
384
|
"docs": "https://vueuse.org/core/onClickOutside/",
|
|
@@ -632,7 +632,7 @@
|
|
|
632
632
|
{
|
|
633
633
|
"name": "tryOnScopeDispose",
|
|
634
634
|
"package": "shared",
|
|
635
|
-
"lastUpdated":
|
|
635
|
+
"lastUpdated": 1675070075000,
|
|
636
636
|
"docs": "https://vueuse.org/shared/tryOnScopeDispose/",
|
|
637
637
|
"category": "Component",
|
|
638
638
|
"description": "safe `onScopeDispose`"
|
|
@@ -710,6 +710,14 @@
|
|
|
710
710
|
"category": "Array",
|
|
711
711
|
"description": "reactive `Array.findIndex`"
|
|
712
712
|
},
|
|
713
|
+
{
|
|
714
|
+
"name": "useArrayFindLast",
|
|
715
|
+
"package": "shared",
|
|
716
|
+
"lastUpdated": 1676713178000,
|
|
717
|
+
"docs": "https://vueuse.org/shared/useArrayFindLast/",
|
|
718
|
+
"category": "Array",
|
|
719
|
+
"description": "reactive `Array.findLast`"
|
|
720
|
+
},
|
|
713
721
|
{
|
|
714
722
|
"name": "useArrayJoin",
|
|
715
723
|
"package": "shared",
|
|
@@ -761,7 +769,7 @@
|
|
|
761
769
|
{
|
|
762
770
|
"name": "useAsyncState",
|
|
763
771
|
"package": "core",
|
|
764
|
-
"lastUpdated":
|
|
772
|
+
"lastUpdated": 1676388144000,
|
|
765
773
|
"docs": "https://vueuse.org/core/useAsyncState/",
|
|
766
774
|
"category": "State",
|
|
767
775
|
"description": "reactive async state"
|
|
@@ -769,7 +777,7 @@
|
|
|
769
777
|
{
|
|
770
778
|
"name": "useAsyncValidator",
|
|
771
779
|
"package": "integrations",
|
|
772
|
-
"lastUpdated":
|
|
780
|
+
"lastUpdated": 1676570052000,
|
|
773
781
|
"component": true,
|
|
774
782
|
"docs": "https://vueuse.org/integrations/useAsyncValidator/",
|
|
775
783
|
"category": "@Integrations",
|
|
@@ -796,7 +804,7 @@
|
|
|
796
804
|
{
|
|
797
805
|
"name": "useAxios",
|
|
798
806
|
"package": "integrations",
|
|
799
|
-
"lastUpdated":
|
|
807
|
+
"lastUpdated": 1676590260000,
|
|
800
808
|
"docs": "https://vueuse.org/integrations/useAxios/",
|
|
801
809
|
"category": "@Integrations",
|
|
802
810
|
"description": "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -880,7 +888,7 @@
|
|
|
880
888
|
{
|
|
881
889
|
"name": "useClamp",
|
|
882
890
|
"package": "math",
|
|
883
|
-
"lastUpdated":
|
|
891
|
+
"lastUpdated": 1676714120000,
|
|
884
892
|
"docs": "https://vueuse.org/math/useClamp/",
|
|
885
893
|
"category": "@Math",
|
|
886
894
|
"description": "reactively clamp a value between two other values"
|
|
@@ -1030,7 +1038,7 @@
|
|
|
1030
1038
|
{
|
|
1031
1039
|
"name": "useDevicePixelRatio",
|
|
1032
1040
|
"package": "core",
|
|
1033
|
-
"lastUpdated":
|
|
1041
|
+
"lastUpdated": 1676712461000,
|
|
1034
1042
|
"component": true,
|
|
1035
1043
|
"docs": "https://vueuse.org/core/useDevicePixelRatio/",
|
|
1036
1044
|
"category": "Sensors",
|
|
@@ -1092,7 +1100,7 @@
|
|
|
1092
1100
|
"lastUpdated": 1658043158000,
|
|
1093
1101
|
"docs": "https://vueuse.org/core/useDropZone/",
|
|
1094
1102
|
"category": "Elements",
|
|
1095
|
-
"description": "create
|
|
1103
|
+
"description": "create a zone where files can be dropped"
|
|
1096
1104
|
},
|
|
1097
1105
|
{
|
|
1098
1106
|
"name": "useElementBounding",
|
|
@@ -1114,7 +1122,7 @@
|
|
|
1114
1122
|
{
|
|
1115
1123
|
"name": "useElementHover",
|
|
1116
1124
|
"package": "core",
|
|
1117
|
-
"lastUpdated":
|
|
1125
|
+
"lastUpdated": 1676712131000,
|
|
1118
1126
|
"directive": true,
|
|
1119
1127
|
"docs": "https://vueuse.org/core/useElementHover/",
|
|
1120
1128
|
"category": "Sensors",
|
|
@@ -1157,7 +1165,7 @@
|
|
|
1157
1165
|
{
|
|
1158
1166
|
"name": "useEventBus",
|
|
1159
1167
|
"package": "core",
|
|
1160
|
-
"lastUpdated":
|
|
1168
|
+
"lastUpdated": 1676389922000,
|
|
1161
1169
|
"docs": "https://vueuse.org/core/useEventBus/",
|
|
1162
1170
|
"category": "Utilities",
|
|
1163
1171
|
"description": "a basic event bus"
|
|
@@ -1165,7 +1173,7 @@
|
|
|
1165
1173
|
{
|
|
1166
1174
|
"name": "useEventListener",
|
|
1167
1175
|
"package": "core",
|
|
1168
|
-
"lastUpdated":
|
|
1176
|
+
"lastUpdated": 1676715818000,
|
|
1169
1177
|
"docs": "https://vueuse.org/core/useEventListener/",
|
|
1170
1178
|
"category": "Browser",
|
|
1171
1179
|
"description": "use EventListener with ease"
|
|
@@ -1198,7 +1206,7 @@
|
|
|
1198
1206
|
{
|
|
1199
1207
|
"name": "useFetch",
|
|
1200
1208
|
"package": "core",
|
|
1201
|
-
"lastUpdated":
|
|
1209
|
+
"lastUpdated": 1676093591000,
|
|
1202
1210
|
"docs": "https://vueuse.org/core/useFetch/",
|
|
1203
1211
|
"category": "Network",
|
|
1204
1212
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1239,7 +1247,7 @@
|
|
|
1239
1247
|
{
|
|
1240
1248
|
"name": "useFocus",
|
|
1241
1249
|
"package": "core",
|
|
1242
|
-
"lastUpdated":
|
|
1250
|
+
"lastUpdated": 1674992405000,
|
|
1243
1251
|
"docs": "https://vueuse.org/core/useFocus/",
|
|
1244
1252
|
"category": "Sensors",
|
|
1245
1253
|
"description": "reactive utility to track or set the focus state of a DOM element"
|
|
@@ -1360,7 +1368,7 @@
|
|
|
1360
1368
|
{
|
|
1361
1369
|
"name": "useInterval",
|
|
1362
1370
|
"package": "shared",
|
|
1363
|
-
"lastUpdated":
|
|
1371
|
+
"lastUpdated": 1676713336000,
|
|
1364
1372
|
"docs": "https://vueuse.org/shared/useInterval/",
|
|
1365
1373
|
"category": "Animation",
|
|
1366
1374
|
"description": "reactive counter increases on every interval"
|
|
@@ -1887,7 +1895,7 @@
|
|
|
1887
1895
|
{
|
|
1888
1896
|
"name": "useScroll",
|
|
1889
1897
|
"package": "core",
|
|
1890
|
-
"lastUpdated":
|
|
1898
|
+
"lastUpdated": 1676711938000,
|
|
1891
1899
|
"directive": true,
|
|
1892
1900
|
"docs": "https://vueuse.org/core/useScroll/",
|
|
1893
1901
|
"category": "Sensors",
|
|
@@ -1896,7 +1904,7 @@
|
|
|
1896
1904
|
{
|
|
1897
1905
|
"name": "useScrollLock",
|
|
1898
1906
|
"package": "core",
|
|
1899
|
-
"lastUpdated":
|
|
1907
|
+
"lastUpdated": 1676713396000,
|
|
1900
1908
|
"directive": true,
|
|
1901
1909
|
"docs": "https://vueuse.org/core/useScrollLock/",
|
|
1902
1910
|
"category": "Sensors",
|
|
@@ -1947,7 +1955,7 @@
|
|
|
1947
1955
|
{
|
|
1948
1956
|
"name": "useSpeechSynthesis",
|
|
1949
1957
|
"package": "core",
|
|
1950
|
-
"lastUpdated":
|
|
1958
|
+
"lastUpdated": 1676650547000,
|
|
1951
1959
|
"docs": "https://vueuse.org/core/useSpeechSynthesis/",
|
|
1952
1960
|
"category": "Sensors",
|
|
1953
1961
|
"description": "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
|
|
@@ -1970,7 +1978,7 @@
|
|
|
1970
1978
|
{
|
|
1971
1979
|
"name": "useStorage",
|
|
1972
1980
|
"package": "core",
|
|
1973
|
-
"lastUpdated":
|
|
1981
|
+
"lastUpdated": 1676387907000,
|
|
1974
1982
|
"docs": "https://vueuse.org/core/useStorage/",
|
|
1975
1983
|
"category": "State",
|
|
1976
1984
|
"description": "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
|
@@ -1985,7 +1993,7 @@
|
|
|
1985
1993
|
{
|
|
1986
1994
|
"name": "useStorageAsync",
|
|
1987
1995
|
"package": "core",
|
|
1988
|
-
"lastUpdated":
|
|
1996
|
+
"lastUpdated": 1676546331000,
|
|
1989
1997
|
"docs": "https://vueuse.org/core/useStorageAsync/",
|
|
1990
1998
|
"category": "State",
|
|
1991
1999
|
"description": "reactive Storage in with async support",
|
|
@@ -2229,12 +2237,11 @@
|
|
|
2229
2237
|
{
|
|
2230
2238
|
"name": "useVirtualList",
|
|
2231
2239
|
"package": "core",
|
|
2232
|
-
"lastUpdated":
|
|
2240
|
+
"lastUpdated": 1676174012000,
|
|
2233
2241
|
"component": true,
|
|
2234
2242
|
"docs": "https://vueuse.org/core/useVirtualList/",
|
|
2235
2243
|
"category": "Component",
|
|
2236
|
-
"description": "create virtual lists with ease"
|
|
2237
|
-
"deprecated": true
|
|
2244
|
+
"description": "create virtual lists with ease"
|
|
2238
2245
|
},
|
|
2239
2246
|
{
|
|
2240
2247
|
"name": "useVModel",
|
|
@@ -2316,11 +2323,10 @@
|
|
|
2316
2323
|
{
|
|
2317
2324
|
"name": "useWindowScroll",
|
|
2318
2325
|
"package": "core",
|
|
2319
|
-
"lastUpdated":
|
|
2326
|
+
"lastUpdated": 1676590806000,
|
|
2320
2327
|
"docs": "https://vueuse.org/core/useWindowScroll/",
|
|
2321
2328
|
"category": "Elements",
|
|
2322
|
-
"description": "reactive window scroll"
|
|
2323
|
-
"deprecated": true
|
|
2329
|
+
"description": "reactive window scroll"
|
|
2324
2330
|
},
|
|
2325
2331
|
{
|
|
2326
2332
|
"name": "useWindowSize",
|
package/index.mjs
CHANGED
|
@@ -377,7 +377,7 @@ var functions$1 = [
|
|
|
377
377
|
{
|
|
378
378
|
name: "onClickOutside",
|
|
379
379
|
"package": "core",
|
|
380
|
-
lastUpdated:
|
|
380
|
+
lastUpdated: 1675466376000,
|
|
381
381
|
component: true,
|
|
382
382
|
directive: true,
|
|
383
383
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -631,7 +631,7 @@ var functions$1 = [
|
|
|
631
631
|
{
|
|
632
632
|
name: "tryOnScopeDispose",
|
|
633
633
|
"package": "shared",
|
|
634
|
-
lastUpdated:
|
|
634
|
+
lastUpdated: 1675070075000,
|
|
635
635
|
docs: "https://vueuse.org/shared/tryOnScopeDispose/",
|
|
636
636
|
category: "Component",
|
|
637
637
|
description: "safe `onScopeDispose`"
|
|
@@ -709,6 +709,14 @@ var functions$1 = [
|
|
|
709
709
|
category: "Array",
|
|
710
710
|
description: "reactive `Array.findIndex`"
|
|
711
711
|
},
|
|
712
|
+
{
|
|
713
|
+
name: "useArrayFindLast",
|
|
714
|
+
"package": "shared",
|
|
715
|
+
lastUpdated: 1676713178000,
|
|
716
|
+
docs: "https://vueuse.org/shared/useArrayFindLast/",
|
|
717
|
+
category: "Array",
|
|
718
|
+
description: "reactive `Array.findLast`"
|
|
719
|
+
},
|
|
712
720
|
{
|
|
713
721
|
name: "useArrayJoin",
|
|
714
722
|
"package": "shared",
|
|
@@ -760,7 +768,7 @@ var functions$1 = [
|
|
|
760
768
|
{
|
|
761
769
|
name: "useAsyncState",
|
|
762
770
|
"package": "core",
|
|
763
|
-
lastUpdated:
|
|
771
|
+
lastUpdated: 1676388144000,
|
|
764
772
|
docs: "https://vueuse.org/core/useAsyncState/",
|
|
765
773
|
category: "State",
|
|
766
774
|
description: "reactive async state"
|
|
@@ -768,7 +776,7 @@ var functions$1 = [
|
|
|
768
776
|
{
|
|
769
777
|
name: "useAsyncValidator",
|
|
770
778
|
"package": "integrations",
|
|
771
|
-
lastUpdated:
|
|
779
|
+
lastUpdated: 1676570052000,
|
|
772
780
|
component: true,
|
|
773
781
|
docs: "https://vueuse.org/integrations/useAsyncValidator/",
|
|
774
782
|
category: "@Integrations",
|
|
@@ -795,7 +803,7 @@ var functions$1 = [
|
|
|
795
803
|
{
|
|
796
804
|
name: "useAxios",
|
|
797
805
|
"package": "integrations",
|
|
798
|
-
lastUpdated:
|
|
806
|
+
lastUpdated: 1676590260000,
|
|
799
807
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
800
808
|
category: "@Integrations",
|
|
801
809
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -879,7 +887,7 @@ var functions$1 = [
|
|
|
879
887
|
{
|
|
880
888
|
name: "useClamp",
|
|
881
889
|
"package": "math",
|
|
882
|
-
lastUpdated:
|
|
890
|
+
lastUpdated: 1676714120000,
|
|
883
891
|
docs: "https://vueuse.org/math/useClamp/",
|
|
884
892
|
category: "@Math",
|
|
885
893
|
description: "reactively clamp a value between two other values"
|
|
@@ -1029,7 +1037,7 @@ var functions$1 = [
|
|
|
1029
1037
|
{
|
|
1030
1038
|
name: "useDevicePixelRatio",
|
|
1031
1039
|
"package": "core",
|
|
1032
|
-
lastUpdated:
|
|
1040
|
+
lastUpdated: 1676712461000,
|
|
1033
1041
|
component: true,
|
|
1034
1042
|
docs: "https://vueuse.org/core/useDevicePixelRatio/",
|
|
1035
1043
|
category: "Sensors",
|
|
@@ -1091,7 +1099,7 @@ var functions$1 = [
|
|
|
1091
1099
|
lastUpdated: 1658043158000,
|
|
1092
1100
|
docs: "https://vueuse.org/core/useDropZone/",
|
|
1093
1101
|
category: "Elements",
|
|
1094
|
-
description: "create
|
|
1102
|
+
description: "create a zone where files can be dropped"
|
|
1095
1103
|
},
|
|
1096
1104
|
{
|
|
1097
1105
|
name: "useElementBounding",
|
|
@@ -1113,7 +1121,7 @@ var functions$1 = [
|
|
|
1113
1121
|
{
|
|
1114
1122
|
name: "useElementHover",
|
|
1115
1123
|
"package": "core",
|
|
1116
|
-
lastUpdated:
|
|
1124
|
+
lastUpdated: 1676712131000,
|
|
1117
1125
|
directive: true,
|
|
1118
1126
|
docs: "https://vueuse.org/core/useElementHover/",
|
|
1119
1127
|
category: "Sensors",
|
|
@@ -1156,7 +1164,7 @@ var functions$1 = [
|
|
|
1156
1164
|
{
|
|
1157
1165
|
name: "useEventBus",
|
|
1158
1166
|
"package": "core",
|
|
1159
|
-
lastUpdated:
|
|
1167
|
+
lastUpdated: 1676389922000,
|
|
1160
1168
|
docs: "https://vueuse.org/core/useEventBus/",
|
|
1161
1169
|
category: "Utilities",
|
|
1162
1170
|
description: "a basic event bus"
|
|
@@ -1164,7 +1172,7 @@ var functions$1 = [
|
|
|
1164
1172
|
{
|
|
1165
1173
|
name: "useEventListener",
|
|
1166
1174
|
"package": "core",
|
|
1167
|
-
lastUpdated:
|
|
1175
|
+
lastUpdated: 1676715818000,
|
|
1168
1176
|
docs: "https://vueuse.org/core/useEventListener/",
|
|
1169
1177
|
category: "Browser",
|
|
1170
1178
|
description: "use EventListener with ease"
|
|
@@ -1197,7 +1205,7 @@ var functions$1 = [
|
|
|
1197
1205
|
{
|
|
1198
1206
|
name: "useFetch",
|
|
1199
1207
|
"package": "core",
|
|
1200
|
-
lastUpdated:
|
|
1208
|
+
lastUpdated: 1676093591000,
|
|
1201
1209
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1202
1210
|
category: "Network",
|
|
1203
1211
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1238,7 +1246,7 @@ var functions$1 = [
|
|
|
1238
1246
|
{
|
|
1239
1247
|
name: "useFocus",
|
|
1240
1248
|
"package": "core",
|
|
1241
|
-
lastUpdated:
|
|
1249
|
+
lastUpdated: 1674992405000,
|
|
1242
1250
|
docs: "https://vueuse.org/core/useFocus/",
|
|
1243
1251
|
category: "Sensors",
|
|
1244
1252
|
description: "reactive utility to track or set the focus state of a DOM element"
|
|
@@ -1359,7 +1367,7 @@ var functions$1 = [
|
|
|
1359
1367
|
{
|
|
1360
1368
|
name: "useInterval",
|
|
1361
1369
|
"package": "shared",
|
|
1362
|
-
lastUpdated:
|
|
1370
|
+
lastUpdated: 1676713336000,
|
|
1363
1371
|
docs: "https://vueuse.org/shared/useInterval/",
|
|
1364
1372
|
category: "Animation",
|
|
1365
1373
|
description: "reactive counter increases on every interval"
|
|
@@ -1886,7 +1894,7 @@ var functions$1 = [
|
|
|
1886
1894
|
{
|
|
1887
1895
|
name: "useScroll",
|
|
1888
1896
|
"package": "core",
|
|
1889
|
-
lastUpdated:
|
|
1897
|
+
lastUpdated: 1676711938000,
|
|
1890
1898
|
directive: true,
|
|
1891
1899
|
docs: "https://vueuse.org/core/useScroll/",
|
|
1892
1900
|
category: "Sensors",
|
|
@@ -1895,7 +1903,7 @@ var functions$1 = [
|
|
|
1895
1903
|
{
|
|
1896
1904
|
name: "useScrollLock",
|
|
1897
1905
|
"package": "core",
|
|
1898
|
-
lastUpdated:
|
|
1906
|
+
lastUpdated: 1676713396000,
|
|
1899
1907
|
directive: true,
|
|
1900
1908
|
docs: "https://vueuse.org/core/useScrollLock/",
|
|
1901
1909
|
category: "Sensors",
|
|
@@ -1946,7 +1954,7 @@ var functions$1 = [
|
|
|
1946
1954
|
{
|
|
1947
1955
|
name: "useSpeechSynthesis",
|
|
1948
1956
|
"package": "core",
|
|
1949
|
-
lastUpdated:
|
|
1957
|
+
lastUpdated: 1676650547000,
|
|
1950
1958
|
docs: "https://vueuse.org/core/useSpeechSynthesis/",
|
|
1951
1959
|
category: "Sensors",
|
|
1952
1960
|
description: "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
|
|
@@ -1969,7 +1977,7 @@ var functions$1 = [
|
|
|
1969
1977
|
{
|
|
1970
1978
|
name: "useStorage",
|
|
1971
1979
|
"package": "core",
|
|
1972
|
-
lastUpdated:
|
|
1980
|
+
lastUpdated: 1676387907000,
|
|
1973
1981
|
docs: "https://vueuse.org/core/useStorage/",
|
|
1974
1982
|
category: "State",
|
|
1975
1983
|
description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
|
@@ -1984,7 +1992,7 @@ var functions$1 = [
|
|
|
1984
1992
|
{
|
|
1985
1993
|
name: "useStorageAsync",
|
|
1986
1994
|
"package": "core",
|
|
1987
|
-
lastUpdated:
|
|
1995
|
+
lastUpdated: 1676546331000,
|
|
1988
1996
|
docs: "https://vueuse.org/core/useStorageAsync/",
|
|
1989
1997
|
category: "State",
|
|
1990
1998
|
description: "reactive Storage in with async support",
|
|
@@ -2228,12 +2236,11 @@ var functions$1 = [
|
|
|
2228
2236
|
{
|
|
2229
2237
|
name: "useVirtualList",
|
|
2230
2238
|
"package": "core",
|
|
2231
|
-
lastUpdated:
|
|
2239
|
+
lastUpdated: 1676174012000,
|
|
2232
2240
|
component: true,
|
|
2233
2241
|
docs: "https://vueuse.org/core/useVirtualList/",
|
|
2234
2242
|
category: "Component",
|
|
2235
|
-
description: "create virtual lists with ease"
|
|
2236
|
-
deprecated: true
|
|
2243
|
+
description: "create virtual lists with ease"
|
|
2237
2244
|
},
|
|
2238
2245
|
{
|
|
2239
2246
|
name: "useVModel",
|
|
@@ -2315,11 +2322,10 @@ var functions$1 = [
|
|
|
2315
2322
|
{
|
|
2316
2323
|
name: "useWindowScroll",
|
|
2317
2324
|
"package": "core",
|
|
2318
|
-
lastUpdated:
|
|
2325
|
+
lastUpdated: 1676590806000,
|
|
2319
2326
|
docs: "https://vueuse.org/core/useWindowScroll/",
|
|
2320
2327
|
category: "Elements",
|
|
2321
|
-
description: "reactive window scroll"
|
|
2322
|
-
deprecated: true
|
|
2328
|
+
description: "reactive window scroll"
|
|
2323
2329
|
},
|
|
2324
2330
|
{
|
|
2325
2331
|
name: "useWindowSize",
|