@vueuse/metadata 9.12.0 → 10.0.0-beta.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 +103 -47
- package/index.json +103 -47
- package/index.mjs +103 -47
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
{
|
|
163
163
|
"name": "computedAsync",
|
|
164
164
|
"package": "core",
|
|
165
|
-
"lastUpdated":
|
|
165
|
+
"lastUpdated": 1677934598000,
|
|
166
166
|
"docs": "https://vueuse.org/core/computedAsync/",
|
|
167
167
|
"category": "Reactivity",
|
|
168
168
|
"description": "computed for async functions",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
{
|
|
207
207
|
"name": "createEventHook",
|
|
208
208
|
"package": "shared",
|
|
209
|
-
"lastUpdated":
|
|
209
|
+
"lastUpdated": 1677939657000,
|
|
210
210
|
"docs": "https://vueuse.org/shared/createEventHook/",
|
|
211
211
|
"category": "Utilities",
|
|
212
212
|
"description": "utility for creating event hooks"
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
{
|
|
227
227
|
"name": "createGlobalState",
|
|
228
228
|
"package": "shared",
|
|
229
|
-
"lastUpdated":
|
|
229
|
+
"lastUpdated": 1678811060000,
|
|
230
230
|
"docs": "https://vueuse.org/shared/createGlobalState/",
|
|
231
231
|
"category": "State",
|
|
232
232
|
"description": "keep states in the global scope to be reusable across Vue instances",
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
{
|
|
272
272
|
"name": "createSharedComposable",
|
|
273
273
|
"package": "shared",
|
|
274
|
-
"lastUpdated":
|
|
274
|
+
"lastUpdated": 1678811060000,
|
|
275
275
|
"docs": "https://vueuse.org/shared/createSharedComposable/",
|
|
276
276
|
"category": "State",
|
|
277
277
|
"description": "make a composable function usable with multiple Vue instances",
|
|
@@ -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/",
|
|
@@ -429,7 +429,7 @@
|
|
|
429
429
|
{
|
|
430
430
|
"name": "reactifyObject",
|
|
431
431
|
"package": "shared",
|
|
432
|
-
"lastUpdated":
|
|
432
|
+
"lastUpdated": 1678811060000,
|
|
433
433
|
"docs": "https://vueuse.org/shared/reactifyObject/",
|
|
434
434
|
"category": "Reactivity",
|
|
435
435
|
"description": "apply `reactify` to an object"
|
|
@@ -535,7 +535,7 @@
|
|
|
535
535
|
{
|
|
536
536
|
"name": "resolveUnref",
|
|
537
537
|
"package": "shared",
|
|
538
|
-
"lastUpdated":
|
|
538
|
+
"lastUpdated": 1678811060000,
|
|
539
539
|
"docs": "https://vueuse.org/shared/resolveUnref/",
|
|
540
540
|
"category": "Reactivity",
|
|
541
541
|
"description": "get the value of value/ref/getter",
|
|
@@ -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`"
|
|
@@ -678,6 +678,14 @@
|
|
|
678
678
|
"category": "Elements",
|
|
679
679
|
"description": "reactive `document.activeElement`"
|
|
680
680
|
},
|
|
681
|
+
{
|
|
682
|
+
"name": "useArrayDifference",
|
|
683
|
+
"package": "shared",
|
|
684
|
+
"lastUpdated": 1677935013000,
|
|
685
|
+
"docs": "https://vueuse.org/shared/useArrayDifference/",
|
|
686
|
+
"category": "Array",
|
|
687
|
+
"description": "reactive get array difference of two array"
|
|
688
|
+
},
|
|
681
689
|
{
|
|
682
690
|
"name": "useArrayEvery",
|
|
683
691
|
"package": "shared",
|
|
@@ -710,6 +718,22 @@
|
|
|
710
718
|
"category": "Array",
|
|
711
719
|
"description": "reactive `Array.findIndex`"
|
|
712
720
|
},
|
|
721
|
+
{
|
|
722
|
+
"name": "useArrayFindLast",
|
|
723
|
+
"package": "shared",
|
|
724
|
+
"lastUpdated": 1676713178000,
|
|
725
|
+
"docs": "https://vueuse.org/shared/useArrayFindLast/",
|
|
726
|
+
"category": "Array",
|
|
727
|
+
"description": "reactive `Array.findLast`"
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"name": "useArrayIncludes",
|
|
731
|
+
"package": "shared",
|
|
732
|
+
"lastUpdated": 1677935050000,
|
|
733
|
+
"docs": "https://vueuse.org/shared/useArrayIncludes/",
|
|
734
|
+
"category": "Array",
|
|
735
|
+
"description": "reactive `Array.includes`"
|
|
736
|
+
},
|
|
713
737
|
{
|
|
714
738
|
"name": "useArrayJoin",
|
|
715
739
|
"package": "shared",
|
|
@@ -761,7 +785,7 @@
|
|
|
761
785
|
{
|
|
762
786
|
"name": "useAsyncState",
|
|
763
787
|
"package": "core",
|
|
764
|
-
"lastUpdated":
|
|
788
|
+
"lastUpdated": 1676388144000,
|
|
765
789
|
"docs": "https://vueuse.org/core/useAsyncState/",
|
|
766
790
|
"category": "State",
|
|
767
791
|
"description": "reactive async state"
|
|
@@ -769,7 +793,7 @@
|
|
|
769
793
|
{
|
|
770
794
|
"name": "useAsyncValidator",
|
|
771
795
|
"package": "integrations",
|
|
772
|
-
"lastUpdated":
|
|
796
|
+
"lastUpdated": 1676801066000,
|
|
773
797
|
"component": true,
|
|
774
798
|
"docs": "https://vueuse.org/integrations/useAsyncValidator/",
|
|
775
799
|
"category": "@Integrations",
|
|
@@ -796,7 +820,7 @@
|
|
|
796
820
|
{
|
|
797
821
|
"name": "useAxios",
|
|
798
822
|
"package": "integrations",
|
|
799
|
-
"lastUpdated":
|
|
823
|
+
"lastUpdated": 1678813845000,
|
|
800
824
|
"docs": "https://vueuse.org/integrations/useAxios/",
|
|
801
825
|
"category": "@Integrations",
|
|
802
826
|
"description": "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -846,7 +870,7 @@
|
|
|
846
870
|
{
|
|
847
871
|
"name": "useBrowserLocation",
|
|
848
872
|
"package": "core",
|
|
849
|
-
"lastUpdated":
|
|
873
|
+
"lastUpdated": 1677934301000,
|
|
850
874
|
"component": true,
|
|
851
875
|
"docs": "https://vueuse.org/core/useBrowserLocation/",
|
|
852
876
|
"category": "Browser",
|
|
@@ -880,7 +904,7 @@
|
|
|
880
904
|
{
|
|
881
905
|
"name": "useClamp",
|
|
882
906
|
"package": "math",
|
|
883
|
-
"lastUpdated":
|
|
907
|
+
"lastUpdated": 1676714120000,
|
|
884
908
|
"docs": "https://vueuse.org/math/useClamp/",
|
|
885
909
|
"category": "@Math",
|
|
886
910
|
"description": "reactively clamp a value between two other values"
|
|
@@ -904,7 +928,7 @@
|
|
|
904
928
|
{
|
|
905
929
|
"name": "useColorMode",
|
|
906
930
|
"package": "core",
|
|
907
|
-
"lastUpdated":
|
|
931
|
+
"lastUpdated": 1677249459000,
|
|
908
932
|
"component": true,
|
|
909
933
|
"docs": "https://vueuse.org/core/useColorMode/",
|
|
910
934
|
"category": "Browser",
|
|
@@ -926,7 +950,7 @@
|
|
|
926
950
|
{
|
|
927
951
|
"name": "useCookies",
|
|
928
952
|
"package": "integrations",
|
|
929
|
-
"lastUpdated":
|
|
953
|
+
"lastUpdated": 1678811272000,
|
|
930
954
|
"docs": "https://vueuse.org/integrations/useCookies/",
|
|
931
955
|
"category": "@Integrations",
|
|
932
956
|
"description": "wrapper for [`universal-cookie`](https://www.npmjs.com/package/universal-cookie)",
|
|
@@ -943,7 +967,7 @@
|
|
|
943
967
|
{
|
|
944
968
|
"name": "useCssVar",
|
|
945
969
|
"package": "core",
|
|
946
|
-
"lastUpdated":
|
|
970
|
+
"lastUpdated": 1677757262000,
|
|
947
971
|
"docs": "https://vueuse.org/core/useCssVar/",
|
|
948
972
|
"category": "Browser",
|
|
949
973
|
"description": "manipulate CSS variables"
|
|
@@ -959,7 +983,7 @@
|
|
|
959
983
|
{
|
|
960
984
|
"name": "useCycleList",
|
|
961
985
|
"package": "core",
|
|
962
|
-
"lastUpdated":
|
|
986
|
+
"lastUpdated": 1678812178000,
|
|
963
987
|
"docs": "https://vueuse.org/core/useCycleList/",
|
|
964
988
|
"category": "Utilities",
|
|
965
989
|
"description": "cycle through a list of items"
|
|
@@ -1030,7 +1054,7 @@
|
|
|
1030
1054
|
{
|
|
1031
1055
|
"name": "useDevicePixelRatio",
|
|
1032
1056
|
"package": "core",
|
|
1033
|
-
"lastUpdated":
|
|
1057
|
+
"lastUpdated": 1676712461000,
|
|
1034
1058
|
"component": true,
|
|
1035
1059
|
"docs": "https://vueuse.org/core/useDevicePixelRatio/",
|
|
1036
1060
|
"category": "Sensors",
|
|
@@ -1092,7 +1116,7 @@
|
|
|
1092
1116
|
"lastUpdated": 1658043158000,
|
|
1093
1117
|
"docs": "https://vueuse.org/core/useDropZone/",
|
|
1094
1118
|
"category": "Elements",
|
|
1095
|
-
"description": "create
|
|
1119
|
+
"description": "create a zone where files can be dropped"
|
|
1096
1120
|
},
|
|
1097
1121
|
{
|
|
1098
1122
|
"name": "useElementBounding",
|
|
@@ -1114,7 +1138,7 @@
|
|
|
1114
1138
|
{
|
|
1115
1139
|
"name": "useElementHover",
|
|
1116
1140
|
"package": "core",
|
|
1117
|
-
"lastUpdated":
|
|
1141
|
+
"lastUpdated": 1676891150000,
|
|
1118
1142
|
"directive": true,
|
|
1119
1143
|
"docs": "https://vueuse.org/core/useElementHover/",
|
|
1120
1144
|
"category": "Sensors",
|
|
@@ -1157,7 +1181,7 @@
|
|
|
1157
1181
|
{
|
|
1158
1182
|
"name": "useEventBus",
|
|
1159
1183
|
"package": "core",
|
|
1160
|
-
"lastUpdated":
|
|
1184
|
+
"lastUpdated": 1677934962000,
|
|
1161
1185
|
"docs": "https://vueuse.org/core/useEventBus/",
|
|
1162
1186
|
"category": "Utilities",
|
|
1163
1187
|
"description": "a basic event bus"
|
|
@@ -1165,7 +1189,7 @@
|
|
|
1165
1189
|
{
|
|
1166
1190
|
"name": "useEventListener",
|
|
1167
1191
|
"package": "core",
|
|
1168
|
-
"lastUpdated":
|
|
1192
|
+
"lastUpdated": 1676715818000,
|
|
1169
1193
|
"docs": "https://vueuse.org/core/useEventListener/",
|
|
1170
1194
|
"category": "Browser",
|
|
1171
1195
|
"description": "use EventListener with ease"
|
|
@@ -1198,7 +1222,7 @@
|
|
|
1198
1222
|
{
|
|
1199
1223
|
"name": "useFetch",
|
|
1200
1224
|
"package": "core",
|
|
1201
|
-
"lastUpdated":
|
|
1225
|
+
"lastUpdated": 1678811463000,
|
|
1202
1226
|
"docs": "https://vueuse.org/core/useFetch/",
|
|
1203
1227
|
"category": "Network",
|
|
1204
1228
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1239,7 +1263,7 @@
|
|
|
1239
1263
|
{
|
|
1240
1264
|
"name": "useFocus",
|
|
1241
1265
|
"package": "core",
|
|
1242
|
-
"lastUpdated":
|
|
1266
|
+
"lastUpdated": 1674992405000,
|
|
1243
1267
|
"docs": "https://vueuse.org/core/useFocus/",
|
|
1244
1268
|
"category": "Sensors",
|
|
1245
1269
|
"description": "reactive utility to track or set the focus state of a DOM element"
|
|
@@ -1273,7 +1297,7 @@
|
|
|
1273
1297
|
{
|
|
1274
1298
|
"name": "useFullscreen",
|
|
1275
1299
|
"package": "core",
|
|
1276
|
-
"lastUpdated":
|
|
1300
|
+
"lastUpdated": 1678813589000,
|
|
1277
1301
|
"component": true,
|
|
1278
1302
|
"docs": "https://vueuse.org/core/useFullscreen/",
|
|
1279
1303
|
"category": "Browser",
|
|
@@ -1315,7 +1339,7 @@
|
|
|
1315
1339
|
{
|
|
1316
1340
|
"name": "useIDBKeyval",
|
|
1317
1341
|
"package": "integrations",
|
|
1318
|
-
"lastUpdated":
|
|
1342
|
+
"lastUpdated": 1677934368000,
|
|
1319
1343
|
"docs": "https://vueuse.org/integrations/useIDBKeyval/",
|
|
1320
1344
|
"category": "@Integrations",
|
|
1321
1345
|
"description": "wrapper for [`idb-keyval`](https://www.npmjs.com/package/idb-keyval)",
|
|
@@ -1360,7 +1384,7 @@
|
|
|
1360
1384
|
{
|
|
1361
1385
|
"name": "useInterval",
|
|
1362
1386
|
"package": "shared",
|
|
1363
|
-
"lastUpdated":
|
|
1387
|
+
"lastUpdated": 1676713336000,
|
|
1364
1388
|
"docs": "https://vueuse.org/shared/useInterval/",
|
|
1365
1389
|
"category": "Animation",
|
|
1366
1390
|
"description": "reactive counter increases on every interval"
|
|
@@ -1444,7 +1468,7 @@
|
|
|
1444
1468
|
{
|
|
1445
1469
|
"name": "useManualRefHistory",
|
|
1446
1470
|
"package": "core",
|
|
1447
|
-
"lastUpdated":
|
|
1471
|
+
"lastUpdated": 1677182138000,
|
|
1448
1472
|
"docs": "https://vueuse.org/core/useManualRefHistory/",
|
|
1449
1473
|
"category": "State",
|
|
1450
1474
|
"description": "manually track the change history of a ref when the using calls `commit()`",
|
|
@@ -1659,6 +1683,14 @@
|
|
|
1659
1683
|
"category": "Sensors",
|
|
1660
1684
|
"description": "create parallax effect easily"
|
|
1661
1685
|
},
|
|
1686
|
+
{
|
|
1687
|
+
"name": "usePerformanceObserver",
|
|
1688
|
+
"package": "core",
|
|
1689
|
+
"lastUpdated": 1677935193000,
|
|
1690
|
+
"docs": "https://vueuse.org/core/usePerformanceObserver/",
|
|
1691
|
+
"category": "Browser",
|
|
1692
|
+
"description": "observe performance metrics"
|
|
1693
|
+
},
|
|
1662
1694
|
{
|
|
1663
1695
|
"name": "usePermission",
|
|
1664
1696
|
"package": "core",
|
|
@@ -1691,7 +1723,7 @@
|
|
|
1691
1723
|
{
|
|
1692
1724
|
"name": "usePointerSwipe",
|
|
1693
1725
|
"package": "core",
|
|
1694
|
-
"lastUpdated":
|
|
1726
|
+
"lastUpdated": 1678813240000,
|
|
1695
1727
|
"docs": "https://vueuse.org/core/usePointerSwipe/",
|
|
1696
1728
|
"category": "Sensors",
|
|
1697
1729
|
"description": "reactive swipe detection based on [PointerEvents](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)"
|
|
@@ -1887,7 +1919,7 @@
|
|
|
1887
1919
|
{
|
|
1888
1920
|
"name": "useScroll",
|
|
1889
1921
|
"package": "core",
|
|
1890
|
-
"lastUpdated":
|
|
1922
|
+
"lastUpdated": 1676711938000,
|
|
1891
1923
|
"directive": true,
|
|
1892
1924
|
"docs": "https://vueuse.org/core/useScroll/",
|
|
1893
1925
|
"category": "Sensors",
|
|
@@ -1896,7 +1928,7 @@
|
|
|
1896
1928
|
{
|
|
1897
1929
|
"name": "useScrollLock",
|
|
1898
1930
|
"package": "core",
|
|
1899
|
-
"lastUpdated":
|
|
1931
|
+
"lastUpdated": 1676713396000,
|
|
1900
1932
|
"directive": true,
|
|
1901
1933
|
"docs": "https://vueuse.org/core/useScrollLock/",
|
|
1902
1934
|
"category": "Sensors",
|
|
@@ -1921,6 +1953,16 @@
|
|
|
1921
1953
|
"category": "Browser",
|
|
1922
1954
|
"description": "reactive [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share)"
|
|
1923
1955
|
},
|
|
1956
|
+
{
|
|
1957
|
+
"name": "useSortable",
|
|
1958
|
+
"package": "integrations",
|
|
1959
|
+
"lastUpdated": 1678811414000,
|
|
1960
|
+
"component": true,
|
|
1961
|
+
"docs": "https://vueuse.org/integrations/useSortable/",
|
|
1962
|
+
"category": "@Integrations",
|
|
1963
|
+
"description": "wrapper for [`sortable`](https://github.com/SortableJS/Sortable)",
|
|
1964
|
+
"importPath": "integrations/useSortable"
|
|
1965
|
+
},
|
|
1924
1966
|
{
|
|
1925
1967
|
"name": "useSorted",
|
|
1926
1968
|
"package": "core",
|
|
@@ -1947,7 +1989,7 @@
|
|
|
1947
1989
|
{
|
|
1948
1990
|
"name": "useSpeechSynthesis",
|
|
1949
1991
|
"package": "core",
|
|
1950
|
-
"lastUpdated":
|
|
1992
|
+
"lastUpdated": 1676650547000,
|
|
1951
1993
|
"docs": "https://vueuse.org/core/useSpeechSynthesis/",
|
|
1952
1994
|
"category": "Sensors",
|
|
1953
1995
|
"description": "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
|
|
@@ -1970,7 +2012,7 @@
|
|
|
1970
2012
|
{
|
|
1971
2013
|
"name": "useStorage",
|
|
1972
2014
|
"package": "core",
|
|
1973
|
-
"lastUpdated":
|
|
2015
|
+
"lastUpdated": 1676387907000,
|
|
1974
2016
|
"docs": "https://vueuse.org/core/useStorage/",
|
|
1975
2017
|
"category": "State",
|
|
1976
2018
|
"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 +2027,7 @@
|
|
|
1985
2027
|
{
|
|
1986
2028
|
"name": "useStorageAsync",
|
|
1987
2029
|
"package": "core",
|
|
1988
|
-
"lastUpdated":
|
|
2030
|
+
"lastUpdated": 1676546331000,
|
|
1989
2031
|
"docs": "https://vueuse.org/core/useStorageAsync/",
|
|
1990
2032
|
"category": "State",
|
|
1991
2033
|
"description": "reactive Storage in with async support",
|
|
@@ -2036,7 +2078,7 @@
|
|
|
2036
2078
|
{
|
|
2037
2079
|
"name": "useSwipe",
|
|
2038
2080
|
"package": "core",
|
|
2039
|
-
"lastUpdated":
|
|
2081
|
+
"lastUpdated": 1678813240000,
|
|
2040
2082
|
"docs": "https://vueuse.org/core/useSwipe/",
|
|
2041
2083
|
"category": "Sensors",
|
|
2042
2084
|
"description": "reactive swipe detection based on [`TouchEvents`](https://developer.mozilla.org/en-US/docs/Web/API/TouchEvent)"
|
|
@@ -2052,7 +2094,7 @@
|
|
|
2052
2094
|
{
|
|
2053
2095
|
"name": "useTextareaAutosize",
|
|
2054
2096
|
"package": "core",
|
|
2055
|
-
"lastUpdated":
|
|
2097
|
+
"lastUpdated": 1678813570000,
|
|
2056
2098
|
"docs": "https://vueuse.org/core/useTextareaAutosize/",
|
|
2057
2099
|
"category": "Browser",
|
|
2058
2100
|
"description": "automatically update the height of a textarea depending on the content"
|
|
@@ -2118,7 +2160,7 @@
|
|
|
2118
2160
|
{
|
|
2119
2161
|
"name": "useTimeoutFn",
|
|
2120
2162
|
"package": "shared",
|
|
2121
|
-
"lastUpdated":
|
|
2163
|
+
"lastUpdated": 1678811060000,
|
|
2122
2164
|
"docs": "https://vueuse.org/shared/useTimeoutFn/",
|
|
2123
2165
|
"category": "Animation",
|
|
2124
2166
|
"description": "wrapper for `setTimeout` with controls"
|
|
@@ -2184,7 +2226,7 @@
|
|
|
2184
2226
|
{
|
|
2185
2227
|
"name": "useTransition",
|
|
2186
2228
|
"package": "core",
|
|
2187
|
-
"lastUpdated":
|
|
2229
|
+
"lastUpdated": 1678812989000,
|
|
2188
2230
|
"docs": "https://vueuse.org/core/useTransition/",
|
|
2189
2231
|
"category": "Animation",
|
|
2190
2232
|
"description": "transition between values"
|
|
@@ -2208,7 +2250,7 @@
|
|
|
2208
2250
|
{
|
|
2209
2251
|
"name": "useUserMedia",
|
|
2210
2252
|
"package": "core",
|
|
2211
|
-
"lastUpdated":
|
|
2253
|
+
"lastUpdated": 1677938854000,
|
|
2212
2254
|
"docs": "https://vueuse.org/core/useUserMedia/",
|
|
2213
2255
|
"category": "Sensors",
|
|
2214
2256
|
"description": "reactive [`mediaDevices.getUserMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia) streaming",
|
|
@@ -2229,12 +2271,11 @@
|
|
|
2229
2271
|
{
|
|
2230
2272
|
"name": "useVirtualList",
|
|
2231
2273
|
"package": "core",
|
|
2232
|
-
"lastUpdated":
|
|
2274
|
+
"lastUpdated": 1676174012000,
|
|
2233
2275
|
"component": true,
|
|
2234
2276
|
"docs": "https://vueuse.org/core/useVirtualList/",
|
|
2235
2277
|
"category": "Component",
|
|
2236
|
-
"description": "create virtual lists with ease"
|
|
2237
|
-
"deprecated": true
|
|
2278
|
+
"description": "create virtual lists with ease"
|
|
2238
2279
|
},
|
|
2239
2280
|
{
|
|
2240
2281
|
"name": "useVModel",
|
|
@@ -2269,7 +2310,7 @@
|
|
|
2269
2310
|
{
|
|
2270
2311
|
"name": "useWebNotification",
|
|
2271
2312
|
"package": "core",
|
|
2272
|
-
"lastUpdated":
|
|
2313
|
+
"lastUpdated": 1677939548000,
|
|
2273
2314
|
"docs": "https://vueuse.org/core/useWebNotification/",
|
|
2274
2315
|
"category": "Browser",
|
|
2275
2316
|
"description": "reactive [Notification](https://developer.mozilla.org/en-US/docs/Web/API/notification)"
|
|
@@ -2316,11 +2357,10 @@
|
|
|
2316
2357
|
{
|
|
2317
2358
|
"name": "useWindowScroll",
|
|
2318
2359
|
"package": "core",
|
|
2319
|
-
"lastUpdated":
|
|
2360
|
+
"lastUpdated": 1676590806000,
|
|
2320
2361
|
"docs": "https://vueuse.org/core/useWindowScroll/",
|
|
2321
2362
|
"category": "Elements",
|
|
2322
|
-
"description": "reactive window scroll"
|
|
2323
|
-
"deprecated": true
|
|
2363
|
+
"description": "reactive window scroll"
|
|
2324
2364
|
},
|
|
2325
2365
|
{
|
|
2326
2366
|
"name": "useWindowSize",
|
|
@@ -2350,7 +2390,7 @@
|
|
|
2350
2390
|
{
|
|
2351
2391
|
"name": "utils",
|
|
2352
2392
|
"package": "shared",
|
|
2353
|
-
"lastUpdated":
|
|
2393
|
+
"lastUpdated": 1677934301000,
|
|
2354
2394
|
"internal": true
|
|
2355
2395
|
},
|
|
2356
2396
|
{
|
|
@@ -2380,6 +2420,14 @@
|
|
|
2380
2420
|
"debouncedWatch"
|
|
2381
2421
|
]
|
|
2382
2422
|
},
|
|
2423
|
+
{
|
|
2424
|
+
"name": "watchDeep",
|
|
2425
|
+
"package": "shared",
|
|
2426
|
+
"lastUpdated": 1677934625000,
|
|
2427
|
+
"docs": "https://vueuse.org/shared/watchDeep/",
|
|
2428
|
+
"category": "Watch",
|
|
2429
|
+
"description": "shorthand for watching value with {deep: true}"
|
|
2430
|
+
},
|
|
2383
2431
|
{
|
|
2384
2432
|
"name": "watchIgnorable",
|
|
2385
2433
|
"package": "shared",
|
|
@@ -2391,6 +2439,14 @@
|
|
|
2391
2439
|
"ignorableWatch"
|
|
2392
2440
|
]
|
|
2393
2441
|
},
|
|
2442
|
+
{
|
|
2443
|
+
"name": "watchImmediate",
|
|
2444
|
+
"package": "shared",
|
|
2445
|
+
"lastUpdated": 1678354793000,
|
|
2446
|
+
"docs": "https://vueuse.org/shared/watchImmediate/",
|
|
2447
|
+
"category": "Watch",
|
|
2448
|
+
"description": "shorthand for watching value with {immediate: true}"
|
|
2449
|
+
},
|
|
2394
2450
|
{
|
|
2395
2451
|
"name": "watchOnce",
|
|
2396
2452
|
"package": "shared",
|