@vueuse/metadata 10.7.1 → 10.8.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 +49 -49
- package/index.json +49 -49
- package/index.mjs +49 -49
- package/package.json +2 -2
package/index.cjs
CHANGED
|
@@ -177,7 +177,7 @@ var functions$1 = [
|
|
|
177
177
|
{
|
|
178
178
|
name: "computedEager",
|
|
179
179
|
"package": "shared",
|
|
180
|
-
lastUpdated:
|
|
180
|
+
lastUpdated: 1704254074000,
|
|
181
181
|
docs: "https://vueuse.org/shared/computedEager/",
|
|
182
182
|
category: "Reactivity",
|
|
183
183
|
description: "eager computed without lazy evaluation",
|
|
@@ -196,7 +196,7 @@ var functions$1 = [
|
|
|
196
196
|
{
|
|
197
197
|
name: "computedWithControl",
|
|
198
198
|
"package": "shared",
|
|
199
|
-
lastUpdated:
|
|
199
|
+
lastUpdated: 1708417312000,
|
|
200
200
|
docs: "https://vueuse.org/shared/computedWithControl/",
|
|
201
201
|
category: "Reactivity",
|
|
202
202
|
description: "explicitly define the dependencies of computed",
|
|
@@ -248,7 +248,7 @@ var functions$1 = [
|
|
|
248
248
|
{
|
|
249
249
|
name: "createInjectionState",
|
|
250
250
|
"package": "shared",
|
|
251
|
-
lastUpdated:
|
|
251
|
+
lastUpdated: 1708418267000,
|
|
252
252
|
docs: "https://vueuse.org/shared/createInjectionState/",
|
|
253
253
|
category: "State",
|
|
254
254
|
description: "create global state that can be injected into components"
|
|
@@ -268,7 +268,7 @@ var functions$1 = [
|
|
|
268
268
|
{
|
|
269
269
|
name: "createReusableTemplate",
|
|
270
270
|
"package": "core",
|
|
271
|
-
lastUpdated:
|
|
271
|
+
lastUpdated: 1708418805000,
|
|
272
272
|
docs: "https://vueuse.org/core/createReusableTemplate/",
|
|
273
273
|
category: "Component",
|
|
274
274
|
description: "define and reuse template inside the component scope"
|
|
@@ -294,7 +294,7 @@ var functions$1 = [
|
|
|
294
294
|
{
|
|
295
295
|
name: "createTemplatePromise",
|
|
296
296
|
"package": "core",
|
|
297
|
-
lastUpdated:
|
|
297
|
+
lastUpdated: 1708417312000,
|
|
298
298
|
docs: "https://vueuse.org/core/createTemplatePromise/",
|
|
299
299
|
category: "Component",
|
|
300
300
|
description: "template as Promise"
|
|
@@ -324,7 +324,7 @@ var functions$1 = [
|
|
|
324
324
|
lastUpdated: 1687945183000,
|
|
325
325
|
docs: "https://vueuse.org/rxjs/from/",
|
|
326
326
|
category: "@RxJS",
|
|
327
|
-
description: "/ fromEvent"
|
|
327
|
+
description: "wrappers around RxJS's [`from()`](https://rxjs.dev/api/index/function/from) and [`fromEvent()`](https://rxjs.dev/api/index/function/fromEvent) to allow them to accept `ref`s"
|
|
328
328
|
},
|
|
329
329
|
{
|
|
330
330
|
name: "get",
|
|
@@ -666,7 +666,7 @@ var functions$1 = [
|
|
|
666
666
|
{
|
|
667
667
|
name: "tryOnMounted",
|
|
668
668
|
"package": "shared",
|
|
669
|
-
lastUpdated:
|
|
669
|
+
lastUpdated: 1708417716000,
|
|
670
670
|
docs: "https://vueuse.org/shared/tryOnMounted/",
|
|
671
671
|
category: "Component",
|
|
672
672
|
description: "safe `onMounted`"
|
|
@@ -698,7 +698,7 @@ var functions$1 = [
|
|
|
698
698
|
{
|
|
699
699
|
name: "until",
|
|
700
700
|
"package": "shared",
|
|
701
|
-
lastUpdated:
|
|
701
|
+
lastUpdated: 1708417312000,
|
|
702
702
|
docs: "https://vueuse.org/shared/until/",
|
|
703
703
|
category: "Watch",
|
|
704
704
|
description: "promised one-time watch for changes"
|
|
@@ -723,7 +723,7 @@ var functions$1 = [
|
|
|
723
723
|
{
|
|
724
724
|
name: "useAnimate",
|
|
725
725
|
"package": "core",
|
|
726
|
-
lastUpdated:
|
|
726
|
+
lastUpdated: 1708420825000,
|
|
727
727
|
docs: "https://vueuse.org/core/useAnimate/",
|
|
728
728
|
category: "Animation",
|
|
729
729
|
description: "reactive [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API)"
|
|
@@ -734,7 +734,7 @@ var functions$1 = [
|
|
|
734
734
|
lastUpdated: 1695461887000,
|
|
735
735
|
docs: "https://vueuse.org/shared/useArrayDifference/",
|
|
736
736
|
category: "Array",
|
|
737
|
-
description: "reactive get array difference of two
|
|
737
|
+
description: "reactive get array difference of two arrays"
|
|
738
738
|
},
|
|
739
739
|
{
|
|
740
740
|
name: "useArrayEvery",
|
|
@@ -870,7 +870,7 @@ var functions$1 = [
|
|
|
870
870
|
{
|
|
871
871
|
name: "useAxios",
|
|
872
872
|
"package": "integrations",
|
|
873
|
-
lastUpdated:
|
|
873
|
+
lastUpdated: 1708425268000,
|
|
874
874
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
875
875
|
category: "@Integrations",
|
|
876
876
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -887,7 +887,7 @@ var functions$1 = [
|
|
|
887
887
|
{
|
|
888
888
|
name: "useBattery",
|
|
889
889
|
"package": "core",
|
|
890
|
-
lastUpdated:
|
|
890
|
+
lastUpdated: 1704766544000,
|
|
891
891
|
component: true,
|
|
892
892
|
docs: "https://vueuse.org/core/useBattery/",
|
|
893
893
|
category: "Sensors",
|
|
@@ -904,7 +904,7 @@ var functions$1 = [
|
|
|
904
904
|
{
|
|
905
905
|
name: "useBreakpoints",
|
|
906
906
|
"package": "core",
|
|
907
|
-
lastUpdated:
|
|
907
|
+
lastUpdated: 1708422663000,
|
|
908
908
|
docs: "https://vueuse.org/core/useBreakpoints/",
|
|
909
909
|
category: "Browser",
|
|
910
910
|
description: "reactive viewport breakpoints"
|
|
@@ -985,7 +985,7 @@ var functions$1 = [
|
|
|
985
985
|
{
|
|
986
986
|
name: "useCloned",
|
|
987
987
|
"package": "core",
|
|
988
|
-
lastUpdated:
|
|
988
|
+
lastUpdated: 1708422521000,
|
|
989
989
|
docs: "https://vueuse.org/core/useCloned/",
|
|
990
990
|
category: "Utilities",
|
|
991
991
|
description: "reactive clone of a ref"
|
|
@@ -1024,7 +1024,7 @@ var functions$1 = [
|
|
|
1024
1024
|
{
|
|
1025
1025
|
name: "useCounter",
|
|
1026
1026
|
"package": "shared",
|
|
1027
|
-
lastUpdated:
|
|
1027
|
+
lastUpdated: 1708423133000,
|
|
1028
1028
|
docs: "https://vueuse.org/shared/useCounter/",
|
|
1029
1029
|
category: "Utilities",
|
|
1030
1030
|
description: "basic counter with utility functions"
|
|
@@ -1040,7 +1040,7 @@ var functions$1 = [
|
|
|
1040
1040
|
{
|
|
1041
1041
|
name: "useCurrentElement",
|
|
1042
1042
|
"package": "core",
|
|
1043
|
-
lastUpdated:
|
|
1043
|
+
lastUpdated: 1708421167000,
|
|
1044
1044
|
docs: "https://vueuse.org/core/useCurrentElement/",
|
|
1045
1045
|
category: "Component",
|
|
1046
1046
|
description: "get the DOM element of current component as a ref"
|
|
@@ -1048,7 +1048,7 @@ var functions$1 = [
|
|
|
1048
1048
|
{
|
|
1049
1049
|
name: "useCycleList",
|
|
1050
1050
|
"package": "core",
|
|
1051
|
-
lastUpdated:
|
|
1051
|
+
lastUpdated: 1708421467000,
|
|
1052
1052
|
docs: "https://vueuse.org/core/useCycleList/",
|
|
1053
1053
|
category: "Utilities",
|
|
1054
1054
|
description: "cycle through a list of items"
|
|
@@ -1160,7 +1160,7 @@ var functions$1 = [
|
|
|
1160
1160
|
{
|
|
1161
1161
|
name: "useDraggable",
|
|
1162
1162
|
"package": "core",
|
|
1163
|
-
lastUpdated:
|
|
1163
|
+
lastUpdated: 1708420721000,
|
|
1164
1164
|
component: true,
|
|
1165
1165
|
docs: "https://vueuse.org/core/useDraggable/",
|
|
1166
1166
|
category: "Elements",
|
|
@@ -1236,7 +1236,7 @@ var functions$1 = [
|
|
|
1236
1236
|
{
|
|
1237
1237
|
name: "useElementVisibility",
|
|
1238
1238
|
"package": "core",
|
|
1239
|
-
lastUpdated:
|
|
1239
|
+
lastUpdated: 1708421800000,
|
|
1240
1240
|
component: true,
|
|
1241
1241
|
directive: true,
|
|
1242
1242
|
docs: "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1254,7 +1254,7 @@ var functions$1 = [
|
|
|
1254
1254
|
{
|
|
1255
1255
|
name: "useEventListener",
|
|
1256
1256
|
"package": "core",
|
|
1257
|
-
lastUpdated:
|
|
1257
|
+
lastUpdated: 1708417312000,
|
|
1258
1258
|
docs: "https://vueuse.org/core/useEventListener/",
|
|
1259
1259
|
category: "Browser",
|
|
1260
1260
|
description: "use EventListener with ease"
|
|
@@ -1262,7 +1262,7 @@ var functions$1 = [
|
|
|
1262
1262
|
{
|
|
1263
1263
|
name: "useEventSource",
|
|
1264
1264
|
"package": "core",
|
|
1265
|
-
lastUpdated:
|
|
1265
|
+
lastUpdated: 1708426735000,
|
|
1266
1266
|
docs: "https://vueuse.org/core/useEventSource/",
|
|
1267
1267
|
category: "Network",
|
|
1268
1268
|
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"
|
|
@@ -1295,7 +1295,7 @@ var functions$1 = [
|
|
|
1295
1295
|
{
|
|
1296
1296
|
name: "useFetch",
|
|
1297
1297
|
"package": "core",
|
|
1298
|
-
lastUpdated:
|
|
1298
|
+
lastUpdated: 1708424142000,
|
|
1299
1299
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1300
1300
|
category: "Network",
|
|
1301
1301
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1311,7 +1311,7 @@ var functions$1 = [
|
|
|
1311
1311
|
{
|
|
1312
1312
|
name: "useFileSystemAccess",
|
|
1313
1313
|
"package": "core",
|
|
1314
|
-
lastUpdated:
|
|
1314
|
+
lastUpdated: 1708419886000,
|
|
1315
1315
|
docs: "https://vueuse.org/core/useFileSystemAccess/",
|
|
1316
1316
|
category: "Browser",
|
|
1317
1317
|
description: "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
@@ -1388,7 +1388,7 @@ var functions$1 = [
|
|
|
1388
1388
|
{
|
|
1389
1389
|
name: "useGamepad",
|
|
1390
1390
|
"package": "core",
|
|
1391
|
-
lastUpdated:
|
|
1391
|
+
lastUpdated: 1708419455000,
|
|
1392
1392
|
docs: "https://vueuse.org/core/useGamepad/",
|
|
1393
1393
|
category: "Browser",
|
|
1394
1394
|
description: "provides reactive bindings for the [Gamepad API](https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API)"
|
|
@@ -1412,7 +1412,7 @@ var functions$1 = [
|
|
|
1412
1412
|
{
|
|
1413
1413
|
name: "useIDBKeyval",
|
|
1414
1414
|
"package": "integrations",
|
|
1415
|
-
lastUpdated:
|
|
1415
|
+
lastUpdated: 1708417312000,
|
|
1416
1416
|
docs: "https://vueuse.org/integrations/useIDBKeyval/",
|
|
1417
1417
|
category: "@Integrations",
|
|
1418
1418
|
description: "wrapper for [`idb-keyval`](https://www.npmjs.com/package/idb-keyval)",
|
|
@@ -1473,7 +1473,7 @@ var functions$1 = [
|
|
|
1473
1473
|
{
|
|
1474
1474
|
name: "useIpcRenderer",
|
|
1475
1475
|
"package": "electron",
|
|
1476
|
-
lastUpdated:
|
|
1476
|
+
lastUpdated: 1708417312000,
|
|
1477
1477
|
docs: "https://vueuse.org/electron/useIpcRenderer/",
|
|
1478
1478
|
category: "@Electron",
|
|
1479
1479
|
description: "provides [ipcRenderer](https://www.electronjs.org/docs/api/ipc-renderer) and all of its APIs"
|
|
@@ -1584,7 +1584,7 @@ var functions$1 = [
|
|
|
1584
1584
|
{
|
|
1585
1585
|
name: "useMemoize",
|
|
1586
1586
|
"package": "core",
|
|
1587
|
-
lastUpdated:
|
|
1587
|
+
lastUpdated: 1708417312000,
|
|
1588
1588
|
docs: "https://vueuse.org/core/useMemoize/",
|
|
1589
1589
|
category: "Utilities",
|
|
1590
1590
|
description: "cache results of functions depending on arguments and keep it reactive"
|
|
@@ -1629,7 +1629,7 @@ var functions$1 = [
|
|
|
1629
1629
|
{
|
|
1630
1630
|
name: "useMounted",
|
|
1631
1631
|
"package": "core",
|
|
1632
|
-
lastUpdated:
|
|
1632
|
+
lastUpdated: 1708417716000,
|
|
1633
1633
|
docs: "https://vueuse.org/core/useMounted/",
|
|
1634
1634
|
category: "Component",
|
|
1635
1635
|
description: "mounted state in ref"
|
|
@@ -1664,7 +1664,7 @@ var functions$1 = [
|
|
|
1664
1664
|
{
|
|
1665
1665
|
name: "useMutationObserver",
|
|
1666
1666
|
"package": "core",
|
|
1667
|
-
lastUpdated:
|
|
1667
|
+
lastUpdated: 1708420672000,
|
|
1668
1668
|
docs: "https://vueuse.org/core/useMutationObserver/",
|
|
1669
1669
|
category: "Elements",
|
|
1670
1670
|
description: "watch for changes being made to the DOM tree"
|
|
@@ -1689,7 +1689,7 @@ var functions$1 = [
|
|
|
1689
1689
|
{
|
|
1690
1690
|
name: "useNow",
|
|
1691
1691
|
"package": "core",
|
|
1692
|
-
lastUpdated:
|
|
1692
|
+
lastUpdated: 1707213136000,
|
|
1693
1693
|
component: true,
|
|
1694
1694
|
docs: "https://vueuse.org/core/useNow/",
|
|
1695
1695
|
category: "Animation",
|
|
@@ -1751,7 +1751,7 @@ var functions$1 = [
|
|
|
1751
1751
|
{
|
|
1752
1752
|
name: "useParallax",
|
|
1753
1753
|
"package": "core",
|
|
1754
|
-
lastUpdated:
|
|
1754
|
+
lastUpdated: 1708421355000,
|
|
1755
1755
|
docs: "https://vueuse.org/core/useParallax/",
|
|
1756
1756
|
category: "Sensors",
|
|
1757
1757
|
description: "create parallax effect easily"
|
|
@@ -1795,7 +1795,7 @@ var functions$1 = [
|
|
|
1795
1795
|
{
|
|
1796
1796
|
name: "usePointerLock",
|
|
1797
1797
|
"package": "core",
|
|
1798
|
-
lastUpdated:
|
|
1798
|
+
lastUpdated: 1708417312000,
|
|
1799
1799
|
component: true,
|
|
1800
1800
|
docs: "https://vueuse.org/core/usePointerLock/",
|
|
1801
1801
|
category: "Sensors",
|
|
@@ -1898,7 +1898,7 @@ var functions$1 = [
|
|
|
1898
1898
|
{
|
|
1899
1899
|
name: "useRafFn",
|
|
1900
1900
|
"package": "core",
|
|
1901
|
-
lastUpdated:
|
|
1901
|
+
lastUpdated: 1708426618000,
|
|
1902
1902
|
docs: "https://vueuse.org/core/useRafFn/",
|
|
1903
1903
|
category: "Animation",
|
|
1904
1904
|
description: "call function on every `requestAnimationFrame`"
|
|
@@ -1906,7 +1906,7 @@ var functions$1 = [
|
|
|
1906
1906
|
{
|
|
1907
1907
|
name: "useRefHistory",
|
|
1908
1908
|
"package": "core",
|
|
1909
|
-
lastUpdated:
|
|
1909
|
+
lastUpdated: 1708417312000,
|
|
1910
1910
|
docs: "https://vueuse.org/core/useRefHistory/",
|
|
1911
1911
|
category: "State",
|
|
1912
1912
|
description: "track the change history of a ref",
|
|
@@ -1919,7 +1919,7 @@ var functions$1 = [
|
|
|
1919
1919
|
{
|
|
1920
1920
|
name: "useResizeObserver",
|
|
1921
1921
|
"package": "core",
|
|
1922
|
-
lastUpdated:
|
|
1922
|
+
lastUpdated: 1708421922000,
|
|
1923
1923
|
docs: "https://vueuse.org/core/useResizeObserver/",
|
|
1924
1924
|
category: "Elements",
|
|
1925
1925
|
description: "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -1943,7 +1943,7 @@ var functions$1 = [
|
|
|
1943
1943
|
{
|
|
1944
1944
|
name: "useRouteParams",
|
|
1945
1945
|
"package": "router",
|
|
1946
|
-
lastUpdated:
|
|
1946
|
+
lastUpdated: 1708427433000,
|
|
1947
1947
|
docs: "https://vueuse.org/router/useRouteParams/",
|
|
1948
1948
|
category: "@Router",
|
|
1949
1949
|
description: "shorthand for a reactive `route.params`"
|
|
@@ -1951,7 +1951,7 @@ var functions$1 = [
|
|
|
1951
1951
|
{
|
|
1952
1952
|
name: "useRouteQuery",
|
|
1953
1953
|
"package": "router",
|
|
1954
|
-
lastUpdated:
|
|
1954
|
+
lastUpdated: 1708427433000,
|
|
1955
1955
|
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1956
1956
|
category: "@Router",
|
|
1957
1957
|
description: "shorthand for a reactive `route.query`"
|
|
@@ -1975,7 +1975,7 @@ var functions$1 = [
|
|
|
1975
1975
|
{
|
|
1976
1976
|
name: "useScreenOrientation",
|
|
1977
1977
|
"package": "core",
|
|
1978
|
-
lastUpdated:
|
|
1978
|
+
lastUpdated: 1708417312000,
|
|
1979
1979
|
docs: "https://vueuse.org/core/useScreenOrientation/",
|
|
1980
1980
|
category: "Browser",
|
|
1981
1981
|
description: "reactive [Screen Orientation API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Orientation_API)"
|
|
@@ -2000,7 +2000,7 @@ var functions$1 = [
|
|
|
2000
2000
|
{
|
|
2001
2001
|
name: "useScroll",
|
|
2002
2002
|
"package": "core",
|
|
2003
|
-
lastUpdated:
|
|
2003
|
+
lastUpdated: 1708427489000,
|
|
2004
2004
|
directive: true,
|
|
2005
2005
|
docs: "https://vueuse.org/core/useScroll/",
|
|
2006
2006
|
category: "Sensors",
|
|
@@ -2037,7 +2037,7 @@ var functions$1 = [
|
|
|
2037
2037
|
{
|
|
2038
2038
|
name: "useSortable",
|
|
2039
2039
|
"package": "integrations",
|
|
2040
|
-
lastUpdated:
|
|
2040
|
+
lastUpdated: 1708417312000,
|
|
2041
2041
|
component: true,
|
|
2042
2042
|
docs: "https://vueuse.org/integrations/useSortable/",
|
|
2043
2043
|
category: "@Integrations",
|
|
@@ -2093,10 +2093,10 @@ var functions$1 = [
|
|
|
2093
2093
|
{
|
|
2094
2094
|
name: "useStorage",
|
|
2095
2095
|
"package": "core",
|
|
2096
|
-
lastUpdated:
|
|
2096
|
+
lastUpdated: 1708425571000,
|
|
2097
2097
|
docs: "https://vueuse.org/core/useStorage/",
|
|
2098
2098
|
category: "State",
|
|
2099
|
-
description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)
|
|
2099
|
+
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)",
|
|
2100
2100
|
related: [
|
|
2101
2101
|
"useColorMode",
|
|
2102
2102
|
"useDark",
|
|
@@ -2108,7 +2108,7 @@ var functions$1 = [
|
|
|
2108
2108
|
{
|
|
2109
2109
|
name: "useStorageAsync",
|
|
2110
2110
|
"package": "core",
|
|
2111
|
-
lastUpdated:
|
|
2111
|
+
lastUpdated: 1704766234000,
|
|
2112
2112
|
docs: "https://vueuse.org/core/useStorageAsync/",
|
|
2113
2113
|
category: "State",
|
|
2114
2114
|
description: "reactive Storage in with async support",
|
|
@@ -2167,7 +2167,7 @@ var functions$1 = [
|
|
|
2167
2167
|
{
|
|
2168
2168
|
name: "useTemplateRefsList",
|
|
2169
2169
|
"package": "core",
|
|
2170
|
-
lastUpdated:
|
|
2170
|
+
lastUpdated: 1708417312000,
|
|
2171
2171
|
docs: "https://vueuse.org/core/useTemplateRefsList/",
|
|
2172
2172
|
category: "Component",
|
|
2173
2173
|
description: "shorthand for binding refs to template elements and components inside `v-for`"
|
|
@@ -2175,7 +2175,7 @@ var functions$1 = [
|
|
|
2175
2175
|
{
|
|
2176
2176
|
name: "useTextareaAutosize",
|
|
2177
2177
|
"package": "core",
|
|
2178
|
-
lastUpdated:
|
|
2178
|
+
lastUpdated: 1708423977000,
|
|
2179
2179
|
docs: "https://vueuse.org/core/useTextareaAutosize/",
|
|
2180
2180
|
category: "Browser",
|
|
2181
2181
|
description: "automatically update the height of a textarea depending on the content"
|
|
@@ -2224,7 +2224,7 @@ var functions$1 = [
|
|
|
2224
2224
|
{
|
|
2225
2225
|
name: "useTimeAgo",
|
|
2226
2226
|
"package": "core",
|
|
2227
|
-
lastUpdated:
|
|
2227
|
+
lastUpdated: 1704766410000,
|
|
2228
2228
|
component: true,
|
|
2229
2229
|
docs: "https://vueuse.org/core/useTimeAgo/",
|
|
2230
2230
|
category: "Time",
|
|
@@ -2322,7 +2322,7 @@ var functions$1 = [
|
|
|
2322
2322
|
{
|
|
2323
2323
|
name: "useUserMedia",
|
|
2324
2324
|
"package": "core",
|
|
2325
|
-
lastUpdated:
|
|
2325
|
+
lastUpdated: 1708421308000,
|
|
2326
2326
|
docs: "https://vueuse.org/core/useUserMedia/",
|
|
2327
2327
|
category: "Sensors",
|
|
2328
2328
|
description: "reactive [`mediaDevices.getUserMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia) streaming",
|
|
@@ -2347,7 +2347,7 @@ var functions$1 = [
|
|
|
2347
2347
|
component: true,
|
|
2348
2348
|
docs: "https://vueuse.org/core/useVirtualList/",
|
|
2349
2349
|
category: "Component",
|
|
2350
|
-
description: "
|
|
2350
|
+
description: "create virtual lists with ease"
|
|
2351
2351
|
},
|
|
2352
2352
|
{
|
|
2353
2353
|
name: "useVModel",
|
|
@@ -2390,7 +2390,7 @@ var functions$1 = [
|
|
|
2390
2390
|
{
|
|
2391
2391
|
name: "useWebSocket",
|
|
2392
2392
|
"package": "core",
|
|
2393
|
-
lastUpdated:
|
|
2393
|
+
lastUpdated: 1708423238000,
|
|
2394
2394
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2395
2395
|
category: "Network",
|
|
2396
2396
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
package/index.json
CHANGED
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
{
|
|
177
177
|
"name": "computedEager",
|
|
178
178
|
"package": "shared",
|
|
179
|
-
"lastUpdated":
|
|
179
|
+
"lastUpdated": 1704254074000,
|
|
180
180
|
"docs": "https://vueuse.org/shared/computedEager/",
|
|
181
181
|
"category": "Reactivity",
|
|
182
182
|
"description": "eager computed without lazy evaluation",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
{
|
|
196
196
|
"name": "computedWithControl",
|
|
197
197
|
"package": "shared",
|
|
198
|
-
"lastUpdated":
|
|
198
|
+
"lastUpdated": 1708417312000,
|
|
199
199
|
"docs": "https://vueuse.org/shared/computedWithControl/",
|
|
200
200
|
"category": "Reactivity",
|
|
201
201
|
"description": "explicitly define the dependencies of computed",
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
{
|
|
248
248
|
"name": "createInjectionState",
|
|
249
249
|
"package": "shared",
|
|
250
|
-
"lastUpdated":
|
|
250
|
+
"lastUpdated": 1708418267000,
|
|
251
251
|
"docs": "https://vueuse.org/shared/createInjectionState/",
|
|
252
252
|
"category": "State",
|
|
253
253
|
"description": "create global state that can be injected into components"
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
{
|
|
268
268
|
"name": "createReusableTemplate",
|
|
269
269
|
"package": "core",
|
|
270
|
-
"lastUpdated":
|
|
270
|
+
"lastUpdated": 1708418805000,
|
|
271
271
|
"docs": "https://vueuse.org/core/createReusableTemplate/",
|
|
272
272
|
"category": "Component",
|
|
273
273
|
"description": "define and reuse template inside the component scope"
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
{
|
|
294
294
|
"name": "createTemplatePromise",
|
|
295
295
|
"package": "core",
|
|
296
|
-
"lastUpdated":
|
|
296
|
+
"lastUpdated": 1708417312000,
|
|
297
297
|
"docs": "https://vueuse.org/core/createTemplatePromise/",
|
|
298
298
|
"category": "Component",
|
|
299
299
|
"description": "template as Promise"
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
"lastUpdated": 1687945183000,
|
|
324
324
|
"docs": "https://vueuse.org/rxjs/from/",
|
|
325
325
|
"category": "@RxJS",
|
|
326
|
-
"description": "/ fromEvent"
|
|
326
|
+
"description": "wrappers around RxJS's [`from()`](https://rxjs.dev/api/index/function/from) and [`fromEvent()`](https://rxjs.dev/api/index/function/fromEvent) to allow them to accept `ref`s"
|
|
327
327
|
},
|
|
328
328
|
{
|
|
329
329
|
"name": "get",
|
|
@@ -665,7 +665,7 @@
|
|
|
665
665
|
{
|
|
666
666
|
"name": "tryOnMounted",
|
|
667
667
|
"package": "shared",
|
|
668
|
-
"lastUpdated":
|
|
668
|
+
"lastUpdated": 1708417716000,
|
|
669
669
|
"docs": "https://vueuse.org/shared/tryOnMounted/",
|
|
670
670
|
"category": "Component",
|
|
671
671
|
"description": "safe `onMounted`"
|
|
@@ -697,7 +697,7 @@
|
|
|
697
697
|
{
|
|
698
698
|
"name": "until",
|
|
699
699
|
"package": "shared",
|
|
700
|
-
"lastUpdated":
|
|
700
|
+
"lastUpdated": 1708417312000,
|
|
701
701
|
"docs": "https://vueuse.org/shared/until/",
|
|
702
702
|
"category": "Watch",
|
|
703
703
|
"description": "promised one-time watch for changes"
|
|
@@ -722,7 +722,7 @@
|
|
|
722
722
|
{
|
|
723
723
|
"name": "useAnimate",
|
|
724
724
|
"package": "core",
|
|
725
|
-
"lastUpdated":
|
|
725
|
+
"lastUpdated": 1708420825000,
|
|
726
726
|
"docs": "https://vueuse.org/core/useAnimate/",
|
|
727
727
|
"category": "Animation",
|
|
728
728
|
"description": "reactive [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API)"
|
|
@@ -733,7 +733,7 @@
|
|
|
733
733
|
"lastUpdated": 1695461887000,
|
|
734
734
|
"docs": "https://vueuse.org/shared/useArrayDifference/",
|
|
735
735
|
"category": "Array",
|
|
736
|
-
"description": "reactive get array difference of two
|
|
736
|
+
"description": "reactive get array difference of two arrays"
|
|
737
737
|
},
|
|
738
738
|
{
|
|
739
739
|
"name": "useArrayEvery",
|
|
@@ -869,7 +869,7 @@
|
|
|
869
869
|
{
|
|
870
870
|
"name": "useAxios",
|
|
871
871
|
"package": "integrations",
|
|
872
|
-
"lastUpdated":
|
|
872
|
+
"lastUpdated": 1708425268000,
|
|
873
873
|
"docs": "https://vueuse.org/integrations/useAxios/",
|
|
874
874
|
"category": "@Integrations",
|
|
875
875
|
"description": "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -886,7 +886,7 @@
|
|
|
886
886
|
{
|
|
887
887
|
"name": "useBattery",
|
|
888
888
|
"package": "core",
|
|
889
|
-
"lastUpdated":
|
|
889
|
+
"lastUpdated": 1704766544000,
|
|
890
890
|
"component": true,
|
|
891
891
|
"docs": "https://vueuse.org/core/useBattery/",
|
|
892
892
|
"category": "Sensors",
|
|
@@ -903,7 +903,7 @@
|
|
|
903
903
|
{
|
|
904
904
|
"name": "useBreakpoints",
|
|
905
905
|
"package": "core",
|
|
906
|
-
"lastUpdated":
|
|
906
|
+
"lastUpdated": 1708422663000,
|
|
907
907
|
"docs": "https://vueuse.org/core/useBreakpoints/",
|
|
908
908
|
"category": "Browser",
|
|
909
909
|
"description": "reactive viewport breakpoints"
|
|
@@ -984,7 +984,7 @@
|
|
|
984
984
|
{
|
|
985
985
|
"name": "useCloned",
|
|
986
986
|
"package": "core",
|
|
987
|
-
"lastUpdated":
|
|
987
|
+
"lastUpdated": 1708422521000,
|
|
988
988
|
"docs": "https://vueuse.org/core/useCloned/",
|
|
989
989
|
"category": "Utilities",
|
|
990
990
|
"description": "reactive clone of a ref"
|
|
@@ -1023,7 +1023,7 @@
|
|
|
1023
1023
|
{
|
|
1024
1024
|
"name": "useCounter",
|
|
1025
1025
|
"package": "shared",
|
|
1026
|
-
"lastUpdated":
|
|
1026
|
+
"lastUpdated": 1708423133000,
|
|
1027
1027
|
"docs": "https://vueuse.org/shared/useCounter/",
|
|
1028
1028
|
"category": "Utilities",
|
|
1029
1029
|
"description": "basic counter with utility functions"
|
|
@@ -1039,7 +1039,7 @@
|
|
|
1039
1039
|
{
|
|
1040
1040
|
"name": "useCurrentElement",
|
|
1041
1041
|
"package": "core",
|
|
1042
|
-
"lastUpdated":
|
|
1042
|
+
"lastUpdated": 1708421167000,
|
|
1043
1043
|
"docs": "https://vueuse.org/core/useCurrentElement/",
|
|
1044
1044
|
"category": "Component",
|
|
1045
1045
|
"description": "get the DOM element of current component as a ref"
|
|
@@ -1047,7 +1047,7 @@
|
|
|
1047
1047
|
{
|
|
1048
1048
|
"name": "useCycleList",
|
|
1049
1049
|
"package": "core",
|
|
1050
|
-
"lastUpdated":
|
|
1050
|
+
"lastUpdated": 1708421467000,
|
|
1051
1051
|
"docs": "https://vueuse.org/core/useCycleList/",
|
|
1052
1052
|
"category": "Utilities",
|
|
1053
1053
|
"description": "cycle through a list of items"
|
|
@@ -1159,7 +1159,7 @@
|
|
|
1159
1159
|
{
|
|
1160
1160
|
"name": "useDraggable",
|
|
1161
1161
|
"package": "core",
|
|
1162
|
-
"lastUpdated":
|
|
1162
|
+
"lastUpdated": 1708420721000,
|
|
1163
1163
|
"component": true,
|
|
1164
1164
|
"docs": "https://vueuse.org/core/useDraggable/",
|
|
1165
1165
|
"category": "Elements",
|
|
@@ -1235,7 +1235,7 @@
|
|
|
1235
1235
|
{
|
|
1236
1236
|
"name": "useElementVisibility",
|
|
1237
1237
|
"package": "core",
|
|
1238
|
-
"lastUpdated":
|
|
1238
|
+
"lastUpdated": 1708421800000,
|
|
1239
1239
|
"component": true,
|
|
1240
1240
|
"directive": true,
|
|
1241
1241
|
"docs": "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1253,7 +1253,7 @@
|
|
|
1253
1253
|
{
|
|
1254
1254
|
"name": "useEventListener",
|
|
1255
1255
|
"package": "core",
|
|
1256
|
-
"lastUpdated":
|
|
1256
|
+
"lastUpdated": 1708417312000,
|
|
1257
1257
|
"docs": "https://vueuse.org/core/useEventListener/",
|
|
1258
1258
|
"category": "Browser",
|
|
1259
1259
|
"description": "use EventListener with ease"
|
|
@@ -1261,7 +1261,7 @@
|
|
|
1261
1261
|
{
|
|
1262
1262
|
"name": "useEventSource",
|
|
1263
1263
|
"package": "core",
|
|
1264
|
-
"lastUpdated":
|
|
1264
|
+
"lastUpdated": 1708426735000,
|
|
1265
1265
|
"docs": "https://vueuse.org/core/useEventSource/",
|
|
1266
1266
|
"category": "Network",
|
|
1267
1267
|
"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"
|
|
@@ -1294,7 +1294,7 @@
|
|
|
1294
1294
|
{
|
|
1295
1295
|
"name": "useFetch",
|
|
1296
1296
|
"package": "core",
|
|
1297
|
-
"lastUpdated":
|
|
1297
|
+
"lastUpdated": 1708424142000,
|
|
1298
1298
|
"docs": "https://vueuse.org/core/useFetch/",
|
|
1299
1299
|
"category": "Network",
|
|
1300
1300
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1310,7 +1310,7 @@
|
|
|
1310
1310
|
{
|
|
1311
1311
|
"name": "useFileSystemAccess",
|
|
1312
1312
|
"package": "core",
|
|
1313
|
-
"lastUpdated":
|
|
1313
|
+
"lastUpdated": 1708419886000,
|
|
1314
1314
|
"docs": "https://vueuse.org/core/useFileSystemAccess/",
|
|
1315
1315
|
"category": "Browser",
|
|
1316
1316
|
"description": "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
@@ -1387,7 +1387,7 @@
|
|
|
1387
1387
|
{
|
|
1388
1388
|
"name": "useGamepad",
|
|
1389
1389
|
"package": "core",
|
|
1390
|
-
"lastUpdated":
|
|
1390
|
+
"lastUpdated": 1708419455000,
|
|
1391
1391
|
"docs": "https://vueuse.org/core/useGamepad/",
|
|
1392
1392
|
"category": "Browser",
|
|
1393
1393
|
"description": "provides reactive bindings for the [Gamepad API](https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API)"
|
|
@@ -1411,7 +1411,7 @@
|
|
|
1411
1411
|
{
|
|
1412
1412
|
"name": "useIDBKeyval",
|
|
1413
1413
|
"package": "integrations",
|
|
1414
|
-
"lastUpdated":
|
|
1414
|
+
"lastUpdated": 1708417312000,
|
|
1415
1415
|
"docs": "https://vueuse.org/integrations/useIDBKeyval/",
|
|
1416
1416
|
"category": "@Integrations",
|
|
1417
1417
|
"description": "wrapper for [`idb-keyval`](https://www.npmjs.com/package/idb-keyval)",
|
|
@@ -1472,7 +1472,7 @@
|
|
|
1472
1472
|
{
|
|
1473
1473
|
"name": "useIpcRenderer",
|
|
1474
1474
|
"package": "electron",
|
|
1475
|
-
"lastUpdated":
|
|
1475
|
+
"lastUpdated": 1708417312000,
|
|
1476
1476
|
"docs": "https://vueuse.org/electron/useIpcRenderer/",
|
|
1477
1477
|
"category": "@Electron",
|
|
1478
1478
|
"description": "provides [ipcRenderer](https://www.electronjs.org/docs/api/ipc-renderer) and all of its APIs"
|
|
@@ -1583,7 +1583,7 @@
|
|
|
1583
1583
|
{
|
|
1584
1584
|
"name": "useMemoize",
|
|
1585
1585
|
"package": "core",
|
|
1586
|
-
"lastUpdated":
|
|
1586
|
+
"lastUpdated": 1708417312000,
|
|
1587
1587
|
"docs": "https://vueuse.org/core/useMemoize/",
|
|
1588
1588
|
"category": "Utilities",
|
|
1589
1589
|
"description": "cache results of functions depending on arguments and keep it reactive"
|
|
@@ -1628,7 +1628,7 @@
|
|
|
1628
1628
|
{
|
|
1629
1629
|
"name": "useMounted",
|
|
1630
1630
|
"package": "core",
|
|
1631
|
-
"lastUpdated":
|
|
1631
|
+
"lastUpdated": 1708417716000,
|
|
1632
1632
|
"docs": "https://vueuse.org/core/useMounted/",
|
|
1633
1633
|
"category": "Component",
|
|
1634
1634
|
"description": "mounted state in ref"
|
|
@@ -1663,7 +1663,7 @@
|
|
|
1663
1663
|
{
|
|
1664
1664
|
"name": "useMutationObserver",
|
|
1665
1665
|
"package": "core",
|
|
1666
|
-
"lastUpdated":
|
|
1666
|
+
"lastUpdated": 1708420672000,
|
|
1667
1667
|
"docs": "https://vueuse.org/core/useMutationObserver/",
|
|
1668
1668
|
"category": "Elements",
|
|
1669
1669
|
"description": "watch for changes being made to the DOM tree"
|
|
@@ -1688,7 +1688,7 @@
|
|
|
1688
1688
|
{
|
|
1689
1689
|
"name": "useNow",
|
|
1690
1690
|
"package": "core",
|
|
1691
|
-
"lastUpdated":
|
|
1691
|
+
"lastUpdated": 1707213136000,
|
|
1692
1692
|
"component": true,
|
|
1693
1693
|
"docs": "https://vueuse.org/core/useNow/",
|
|
1694
1694
|
"category": "Animation",
|
|
@@ -1750,7 +1750,7 @@
|
|
|
1750
1750
|
{
|
|
1751
1751
|
"name": "useParallax",
|
|
1752
1752
|
"package": "core",
|
|
1753
|
-
"lastUpdated":
|
|
1753
|
+
"lastUpdated": 1708421355000,
|
|
1754
1754
|
"docs": "https://vueuse.org/core/useParallax/",
|
|
1755
1755
|
"category": "Sensors",
|
|
1756
1756
|
"description": "create parallax effect easily"
|
|
@@ -1794,7 +1794,7 @@
|
|
|
1794
1794
|
{
|
|
1795
1795
|
"name": "usePointerLock",
|
|
1796
1796
|
"package": "core",
|
|
1797
|
-
"lastUpdated":
|
|
1797
|
+
"lastUpdated": 1708417312000,
|
|
1798
1798
|
"component": true,
|
|
1799
1799
|
"docs": "https://vueuse.org/core/usePointerLock/",
|
|
1800
1800
|
"category": "Sensors",
|
|
@@ -1897,7 +1897,7 @@
|
|
|
1897
1897
|
{
|
|
1898
1898
|
"name": "useRafFn",
|
|
1899
1899
|
"package": "core",
|
|
1900
|
-
"lastUpdated":
|
|
1900
|
+
"lastUpdated": 1708426618000,
|
|
1901
1901
|
"docs": "https://vueuse.org/core/useRafFn/",
|
|
1902
1902
|
"category": "Animation",
|
|
1903
1903
|
"description": "call function on every `requestAnimationFrame`"
|
|
@@ -1905,7 +1905,7 @@
|
|
|
1905
1905
|
{
|
|
1906
1906
|
"name": "useRefHistory",
|
|
1907
1907
|
"package": "core",
|
|
1908
|
-
"lastUpdated":
|
|
1908
|
+
"lastUpdated": 1708417312000,
|
|
1909
1909
|
"docs": "https://vueuse.org/core/useRefHistory/",
|
|
1910
1910
|
"category": "State",
|
|
1911
1911
|
"description": "track the change history of a ref",
|
|
@@ -1918,7 +1918,7 @@
|
|
|
1918
1918
|
{
|
|
1919
1919
|
"name": "useResizeObserver",
|
|
1920
1920
|
"package": "core",
|
|
1921
|
-
"lastUpdated":
|
|
1921
|
+
"lastUpdated": 1708421922000,
|
|
1922
1922
|
"docs": "https://vueuse.org/core/useResizeObserver/",
|
|
1923
1923
|
"category": "Elements",
|
|
1924
1924
|
"description": "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -1942,7 +1942,7 @@
|
|
|
1942
1942
|
{
|
|
1943
1943
|
"name": "useRouteParams",
|
|
1944
1944
|
"package": "router",
|
|
1945
|
-
"lastUpdated":
|
|
1945
|
+
"lastUpdated": 1708427433000,
|
|
1946
1946
|
"docs": "https://vueuse.org/router/useRouteParams/",
|
|
1947
1947
|
"category": "@Router",
|
|
1948
1948
|
"description": "shorthand for a reactive `route.params`"
|
|
@@ -1950,7 +1950,7 @@
|
|
|
1950
1950
|
{
|
|
1951
1951
|
"name": "useRouteQuery",
|
|
1952
1952
|
"package": "router",
|
|
1953
|
-
"lastUpdated":
|
|
1953
|
+
"lastUpdated": 1708427433000,
|
|
1954
1954
|
"docs": "https://vueuse.org/router/useRouteQuery/",
|
|
1955
1955
|
"category": "@Router",
|
|
1956
1956
|
"description": "shorthand for a reactive `route.query`"
|
|
@@ -1974,7 +1974,7 @@
|
|
|
1974
1974
|
{
|
|
1975
1975
|
"name": "useScreenOrientation",
|
|
1976
1976
|
"package": "core",
|
|
1977
|
-
"lastUpdated":
|
|
1977
|
+
"lastUpdated": 1708417312000,
|
|
1978
1978
|
"docs": "https://vueuse.org/core/useScreenOrientation/",
|
|
1979
1979
|
"category": "Browser",
|
|
1980
1980
|
"description": "reactive [Screen Orientation API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Orientation_API)"
|
|
@@ -1999,7 +1999,7 @@
|
|
|
1999
1999
|
{
|
|
2000
2000
|
"name": "useScroll",
|
|
2001
2001
|
"package": "core",
|
|
2002
|
-
"lastUpdated":
|
|
2002
|
+
"lastUpdated": 1708427489000,
|
|
2003
2003
|
"directive": true,
|
|
2004
2004
|
"docs": "https://vueuse.org/core/useScroll/",
|
|
2005
2005
|
"category": "Sensors",
|
|
@@ -2036,7 +2036,7 @@
|
|
|
2036
2036
|
{
|
|
2037
2037
|
"name": "useSortable",
|
|
2038
2038
|
"package": "integrations",
|
|
2039
|
-
"lastUpdated":
|
|
2039
|
+
"lastUpdated": 1708417312000,
|
|
2040
2040
|
"component": true,
|
|
2041
2041
|
"docs": "https://vueuse.org/integrations/useSortable/",
|
|
2042
2042
|
"category": "@Integrations",
|
|
@@ -2092,10 +2092,10 @@
|
|
|
2092
2092
|
{
|
|
2093
2093
|
"name": "useStorage",
|
|
2094
2094
|
"package": "core",
|
|
2095
|
-
"lastUpdated":
|
|
2095
|
+
"lastUpdated": 1708425571000,
|
|
2096
2096
|
"docs": "https://vueuse.org/core/useStorage/",
|
|
2097
2097
|
"category": "State",
|
|
2098
|
-
"description": "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)
|
|
2098
|
+
"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)",
|
|
2099
2099
|
"related": [
|
|
2100
2100
|
"useColorMode",
|
|
2101
2101
|
"useDark",
|
|
@@ -2107,7 +2107,7 @@
|
|
|
2107
2107
|
{
|
|
2108
2108
|
"name": "useStorageAsync",
|
|
2109
2109
|
"package": "core",
|
|
2110
|
-
"lastUpdated":
|
|
2110
|
+
"lastUpdated": 1704766234000,
|
|
2111
2111
|
"docs": "https://vueuse.org/core/useStorageAsync/",
|
|
2112
2112
|
"category": "State",
|
|
2113
2113
|
"description": "reactive Storage in with async support",
|
|
@@ -2166,7 +2166,7 @@
|
|
|
2166
2166
|
{
|
|
2167
2167
|
"name": "useTemplateRefsList",
|
|
2168
2168
|
"package": "core",
|
|
2169
|
-
"lastUpdated":
|
|
2169
|
+
"lastUpdated": 1708417312000,
|
|
2170
2170
|
"docs": "https://vueuse.org/core/useTemplateRefsList/",
|
|
2171
2171
|
"category": "Component",
|
|
2172
2172
|
"description": "shorthand for binding refs to template elements and components inside `v-for`"
|
|
@@ -2174,7 +2174,7 @@
|
|
|
2174
2174
|
{
|
|
2175
2175
|
"name": "useTextareaAutosize",
|
|
2176
2176
|
"package": "core",
|
|
2177
|
-
"lastUpdated":
|
|
2177
|
+
"lastUpdated": 1708423977000,
|
|
2178
2178
|
"docs": "https://vueuse.org/core/useTextareaAutosize/",
|
|
2179
2179
|
"category": "Browser",
|
|
2180
2180
|
"description": "automatically update the height of a textarea depending on the content"
|
|
@@ -2223,7 +2223,7 @@
|
|
|
2223
2223
|
{
|
|
2224
2224
|
"name": "useTimeAgo",
|
|
2225
2225
|
"package": "core",
|
|
2226
|
-
"lastUpdated":
|
|
2226
|
+
"lastUpdated": 1704766410000,
|
|
2227
2227
|
"component": true,
|
|
2228
2228
|
"docs": "https://vueuse.org/core/useTimeAgo/",
|
|
2229
2229
|
"category": "Time",
|
|
@@ -2321,7 +2321,7 @@
|
|
|
2321
2321
|
{
|
|
2322
2322
|
"name": "useUserMedia",
|
|
2323
2323
|
"package": "core",
|
|
2324
|
-
"lastUpdated":
|
|
2324
|
+
"lastUpdated": 1708421308000,
|
|
2325
2325
|
"docs": "https://vueuse.org/core/useUserMedia/",
|
|
2326
2326
|
"category": "Sensors",
|
|
2327
2327
|
"description": "reactive [`mediaDevices.getUserMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia) streaming",
|
|
@@ -2346,7 +2346,7 @@
|
|
|
2346
2346
|
"component": true,
|
|
2347
2347
|
"docs": "https://vueuse.org/core/useVirtualList/",
|
|
2348
2348
|
"category": "Component",
|
|
2349
|
-
"description": "
|
|
2349
|
+
"description": "create virtual lists with ease"
|
|
2350
2350
|
},
|
|
2351
2351
|
{
|
|
2352
2352
|
"name": "useVModel",
|
|
@@ -2389,7 +2389,7 @@
|
|
|
2389
2389
|
{
|
|
2390
2390
|
"name": "useWebSocket",
|
|
2391
2391
|
"package": "core",
|
|
2392
|
-
"lastUpdated":
|
|
2392
|
+
"lastUpdated": 1708423238000,
|
|
2393
2393
|
"docs": "https://vueuse.org/core/useWebSocket/",
|
|
2394
2394
|
"category": "Network",
|
|
2395
2395
|
"description": "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
package/index.mjs
CHANGED
|
@@ -175,7 +175,7 @@ var functions$1 = [
|
|
|
175
175
|
{
|
|
176
176
|
name: "computedEager",
|
|
177
177
|
"package": "shared",
|
|
178
|
-
lastUpdated:
|
|
178
|
+
lastUpdated: 1704254074000,
|
|
179
179
|
docs: "https://vueuse.org/shared/computedEager/",
|
|
180
180
|
category: "Reactivity",
|
|
181
181
|
description: "eager computed without lazy evaluation",
|
|
@@ -194,7 +194,7 @@ var functions$1 = [
|
|
|
194
194
|
{
|
|
195
195
|
name: "computedWithControl",
|
|
196
196
|
"package": "shared",
|
|
197
|
-
lastUpdated:
|
|
197
|
+
lastUpdated: 1708417312000,
|
|
198
198
|
docs: "https://vueuse.org/shared/computedWithControl/",
|
|
199
199
|
category: "Reactivity",
|
|
200
200
|
description: "explicitly define the dependencies of computed",
|
|
@@ -246,7 +246,7 @@ var functions$1 = [
|
|
|
246
246
|
{
|
|
247
247
|
name: "createInjectionState",
|
|
248
248
|
"package": "shared",
|
|
249
|
-
lastUpdated:
|
|
249
|
+
lastUpdated: 1708418267000,
|
|
250
250
|
docs: "https://vueuse.org/shared/createInjectionState/",
|
|
251
251
|
category: "State",
|
|
252
252
|
description: "create global state that can be injected into components"
|
|
@@ -266,7 +266,7 @@ var functions$1 = [
|
|
|
266
266
|
{
|
|
267
267
|
name: "createReusableTemplate",
|
|
268
268
|
"package": "core",
|
|
269
|
-
lastUpdated:
|
|
269
|
+
lastUpdated: 1708418805000,
|
|
270
270
|
docs: "https://vueuse.org/core/createReusableTemplate/",
|
|
271
271
|
category: "Component",
|
|
272
272
|
description: "define and reuse template inside the component scope"
|
|
@@ -292,7 +292,7 @@ var functions$1 = [
|
|
|
292
292
|
{
|
|
293
293
|
name: "createTemplatePromise",
|
|
294
294
|
"package": "core",
|
|
295
|
-
lastUpdated:
|
|
295
|
+
lastUpdated: 1708417312000,
|
|
296
296
|
docs: "https://vueuse.org/core/createTemplatePromise/",
|
|
297
297
|
category: "Component",
|
|
298
298
|
description: "template as Promise"
|
|
@@ -322,7 +322,7 @@ var functions$1 = [
|
|
|
322
322
|
lastUpdated: 1687945183000,
|
|
323
323
|
docs: "https://vueuse.org/rxjs/from/",
|
|
324
324
|
category: "@RxJS",
|
|
325
|
-
description: "/ fromEvent"
|
|
325
|
+
description: "wrappers around RxJS's [`from()`](https://rxjs.dev/api/index/function/from) and [`fromEvent()`](https://rxjs.dev/api/index/function/fromEvent) to allow them to accept `ref`s"
|
|
326
326
|
},
|
|
327
327
|
{
|
|
328
328
|
name: "get",
|
|
@@ -664,7 +664,7 @@ var functions$1 = [
|
|
|
664
664
|
{
|
|
665
665
|
name: "tryOnMounted",
|
|
666
666
|
"package": "shared",
|
|
667
|
-
lastUpdated:
|
|
667
|
+
lastUpdated: 1708417716000,
|
|
668
668
|
docs: "https://vueuse.org/shared/tryOnMounted/",
|
|
669
669
|
category: "Component",
|
|
670
670
|
description: "safe `onMounted`"
|
|
@@ -696,7 +696,7 @@ var functions$1 = [
|
|
|
696
696
|
{
|
|
697
697
|
name: "until",
|
|
698
698
|
"package": "shared",
|
|
699
|
-
lastUpdated:
|
|
699
|
+
lastUpdated: 1708417312000,
|
|
700
700
|
docs: "https://vueuse.org/shared/until/",
|
|
701
701
|
category: "Watch",
|
|
702
702
|
description: "promised one-time watch for changes"
|
|
@@ -721,7 +721,7 @@ var functions$1 = [
|
|
|
721
721
|
{
|
|
722
722
|
name: "useAnimate",
|
|
723
723
|
"package": "core",
|
|
724
|
-
lastUpdated:
|
|
724
|
+
lastUpdated: 1708420825000,
|
|
725
725
|
docs: "https://vueuse.org/core/useAnimate/",
|
|
726
726
|
category: "Animation",
|
|
727
727
|
description: "reactive [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API)"
|
|
@@ -732,7 +732,7 @@ var functions$1 = [
|
|
|
732
732
|
lastUpdated: 1695461887000,
|
|
733
733
|
docs: "https://vueuse.org/shared/useArrayDifference/",
|
|
734
734
|
category: "Array",
|
|
735
|
-
description: "reactive get array difference of two
|
|
735
|
+
description: "reactive get array difference of two arrays"
|
|
736
736
|
},
|
|
737
737
|
{
|
|
738
738
|
name: "useArrayEvery",
|
|
@@ -868,7 +868,7 @@ var functions$1 = [
|
|
|
868
868
|
{
|
|
869
869
|
name: "useAxios",
|
|
870
870
|
"package": "integrations",
|
|
871
|
-
lastUpdated:
|
|
871
|
+
lastUpdated: 1708425268000,
|
|
872
872
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
873
873
|
category: "@Integrations",
|
|
874
874
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -885,7 +885,7 @@ var functions$1 = [
|
|
|
885
885
|
{
|
|
886
886
|
name: "useBattery",
|
|
887
887
|
"package": "core",
|
|
888
|
-
lastUpdated:
|
|
888
|
+
lastUpdated: 1704766544000,
|
|
889
889
|
component: true,
|
|
890
890
|
docs: "https://vueuse.org/core/useBattery/",
|
|
891
891
|
category: "Sensors",
|
|
@@ -902,7 +902,7 @@ var functions$1 = [
|
|
|
902
902
|
{
|
|
903
903
|
name: "useBreakpoints",
|
|
904
904
|
"package": "core",
|
|
905
|
-
lastUpdated:
|
|
905
|
+
lastUpdated: 1708422663000,
|
|
906
906
|
docs: "https://vueuse.org/core/useBreakpoints/",
|
|
907
907
|
category: "Browser",
|
|
908
908
|
description: "reactive viewport breakpoints"
|
|
@@ -983,7 +983,7 @@ var functions$1 = [
|
|
|
983
983
|
{
|
|
984
984
|
name: "useCloned",
|
|
985
985
|
"package": "core",
|
|
986
|
-
lastUpdated:
|
|
986
|
+
lastUpdated: 1708422521000,
|
|
987
987
|
docs: "https://vueuse.org/core/useCloned/",
|
|
988
988
|
category: "Utilities",
|
|
989
989
|
description: "reactive clone of a ref"
|
|
@@ -1022,7 +1022,7 @@ var functions$1 = [
|
|
|
1022
1022
|
{
|
|
1023
1023
|
name: "useCounter",
|
|
1024
1024
|
"package": "shared",
|
|
1025
|
-
lastUpdated:
|
|
1025
|
+
lastUpdated: 1708423133000,
|
|
1026
1026
|
docs: "https://vueuse.org/shared/useCounter/",
|
|
1027
1027
|
category: "Utilities",
|
|
1028
1028
|
description: "basic counter with utility functions"
|
|
@@ -1038,7 +1038,7 @@ var functions$1 = [
|
|
|
1038
1038
|
{
|
|
1039
1039
|
name: "useCurrentElement",
|
|
1040
1040
|
"package": "core",
|
|
1041
|
-
lastUpdated:
|
|
1041
|
+
lastUpdated: 1708421167000,
|
|
1042
1042
|
docs: "https://vueuse.org/core/useCurrentElement/",
|
|
1043
1043
|
category: "Component",
|
|
1044
1044
|
description: "get the DOM element of current component as a ref"
|
|
@@ -1046,7 +1046,7 @@ var functions$1 = [
|
|
|
1046
1046
|
{
|
|
1047
1047
|
name: "useCycleList",
|
|
1048
1048
|
"package": "core",
|
|
1049
|
-
lastUpdated:
|
|
1049
|
+
lastUpdated: 1708421467000,
|
|
1050
1050
|
docs: "https://vueuse.org/core/useCycleList/",
|
|
1051
1051
|
category: "Utilities",
|
|
1052
1052
|
description: "cycle through a list of items"
|
|
@@ -1158,7 +1158,7 @@ var functions$1 = [
|
|
|
1158
1158
|
{
|
|
1159
1159
|
name: "useDraggable",
|
|
1160
1160
|
"package": "core",
|
|
1161
|
-
lastUpdated:
|
|
1161
|
+
lastUpdated: 1708420721000,
|
|
1162
1162
|
component: true,
|
|
1163
1163
|
docs: "https://vueuse.org/core/useDraggable/",
|
|
1164
1164
|
category: "Elements",
|
|
@@ -1234,7 +1234,7 @@ var functions$1 = [
|
|
|
1234
1234
|
{
|
|
1235
1235
|
name: "useElementVisibility",
|
|
1236
1236
|
"package": "core",
|
|
1237
|
-
lastUpdated:
|
|
1237
|
+
lastUpdated: 1708421800000,
|
|
1238
1238
|
component: true,
|
|
1239
1239
|
directive: true,
|
|
1240
1240
|
docs: "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1252,7 +1252,7 @@ var functions$1 = [
|
|
|
1252
1252
|
{
|
|
1253
1253
|
name: "useEventListener",
|
|
1254
1254
|
"package": "core",
|
|
1255
|
-
lastUpdated:
|
|
1255
|
+
lastUpdated: 1708417312000,
|
|
1256
1256
|
docs: "https://vueuse.org/core/useEventListener/",
|
|
1257
1257
|
category: "Browser",
|
|
1258
1258
|
description: "use EventListener with ease"
|
|
@@ -1260,7 +1260,7 @@ var functions$1 = [
|
|
|
1260
1260
|
{
|
|
1261
1261
|
name: "useEventSource",
|
|
1262
1262
|
"package": "core",
|
|
1263
|
-
lastUpdated:
|
|
1263
|
+
lastUpdated: 1708426735000,
|
|
1264
1264
|
docs: "https://vueuse.org/core/useEventSource/",
|
|
1265
1265
|
category: "Network",
|
|
1266
1266
|
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"
|
|
@@ -1293,7 +1293,7 @@ var functions$1 = [
|
|
|
1293
1293
|
{
|
|
1294
1294
|
name: "useFetch",
|
|
1295
1295
|
"package": "core",
|
|
1296
|
-
lastUpdated:
|
|
1296
|
+
lastUpdated: 1708424142000,
|
|
1297
1297
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1298
1298
|
category: "Network",
|
|
1299
1299
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1309,7 +1309,7 @@ var functions$1 = [
|
|
|
1309
1309
|
{
|
|
1310
1310
|
name: "useFileSystemAccess",
|
|
1311
1311
|
"package": "core",
|
|
1312
|
-
lastUpdated:
|
|
1312
|
+
lastUpdated: 1708419886000,
|
|
1313
1313
|
docs: "https://vueuse.org/core/useFileSystemAccess/",
|
|
1314
1314
|
category: "Browser",
|
|
1315
1315
|
description: "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
@@ -1386,7 +1386,7 @@ var functions$1 = [
|
|
|
1386
1386
|
{
|
|
1387
1387
|
name: "useGamepad",
|
|
1388
1388
|
"package": "core",
|
|
1389
|
-
lastUpdated:
|
|
1389
|
+
lastUpdated: 1708419455000,
|
|
1390
1390
|
docs: "https://vueuse.org/core/useGamepad/",
|
|
1391
1391
|
category: "Browser",
|
|
1392
1392
|
description: "provides reactive bindings for the [Gamepad API](https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API)"
|
|
@@ -1410,7 +1410,7 @@ var functions$1 = [
|
|
|
1410
1410
|
{
|
|
1411
1411
|
name: "useIDBKeyval",
|
|
1412
1412
|
"package": "integrations",
|
|
1413
|
-
lastUpdated:
|
|
1413
|
+
lastUpdated: 1708417312000,
|
|
1414
1414
|
docs: "https://vueuse.org/integrations/useIDBKeyval/",
|
|
1415
1415
|
category: "@Integrations",
|
|
1416
1416
|
description: "wrapper for [`idb-keyval`](https://www.npmjs.com/package/idb-keyval)",
|
|
@@ -1471,7 +1471,7 @@ var functions$1 = [
|
|
|
1471
1471
|
{
|
|
1472
1472
|
name: "useIpcRenderer",
|
|
1473
1473
|
"package": "electron",
|
|
1474
|
-
lastUpdated:
|
|
1474
|
+
lastUpdated: 1708417312000,
|
|
1475
1475
|
docs: "https://vueuse.org/electron/useIpcRenderer/",
|
|
1476
1476
|
category: "@Electron",
|
|
1477
1477
|
description: "provides [ipcRenderer](https://www.electronjs.org/docs/api/ipc-renderer) and all of its APIs"
|
|
@@ -1582,7 +1582,7 @@ var functions$1 = [
|
|
|
1582
1582
|
{
|
|
1583
1583
|
name: "useMemoize",
|
|
1584
1584
|
"package": "core",
|
|
1585
|
-
lastUpdated:
|
|
1585
|
+
lastUpdated: 1708417312000,
|
|
1586
1586
|
docs: "https://vueuse.org/core/useMemoize/",
|
|
1587
1587
|
category: "Utilities",
|
|
1588
1588
|
description: "cache results of functions depending on arguments and keep it reactive"
|
|
@@ -1627,7 +1627,7 @@ var functions$1 = [
|
|
|
1627
1627
|
{
|
|
1628
1628
|
name: "useMounted",
|
|
1629
1629
|
"package": "core",
|
|
1630
|
-
lastUpdated:
|
|
1630
|
+
lastUpdated: 1708417716000,
|
|
1631
1631
|
docs: "https://vueuse.org/core/useMounted/",
|
|
1632
1632
|
category: "Component",
|
|
1633
1633
|
description: "mounted state in ref"
|
|
@@ -1662,7 +1662,7 @@ var functions$1 = [
|
|
|
1662
1662
|
{
|
|
1663
1663
|
name: "useMutationObserver",
|
|
1664
1664
|
"package": "core",
|
|
1665
|
-
lastUpdated:
|
|
1665
|
+
lastUpdated: 1708420672000,
|
|
1666
1666
|
docs: "https://vueuse.org/core/useMutationObserver/",
|
|
1667
1667
|
category: "Elements",
|
|
1668
1668
|
description: "watch for changes being made to the DOM tree"
|
|
@@ -1687,7 +1687,7 @@ var functions$1 = [
|
|
|
1687
1687
|
{
|
|
1688
1688
|
name: "useNow",
|
|
1689
1689
|
"package": "core",
|
|
1690
|
-
lastUpdated:
|
|
1690
|
+
lastUpdated: 1707213136000,
|
|
1691
1691
|
component: true,
|
|
1692
1692
|
docs: "https://vueuse.org/core/useNow/",
|
|
1693
1693
|
category: "Animation",
|
|
@@ -1749,7 +1749,7 @@ var functions$1 = [
|
|
|
1749
1749
|
{
|
|
1750
1750
|
name: "useParallax",
|
|
1751
1751
|
"package": "core",
|
|
1752
|
-
lastUpdated:
|
|
1752
|
+
lastUpdated: 1708421355000,
|
|
1753
1753
|
docs: "https://vueuse.org/core/useParallax/",
|
|
1754
1754
|
category: "Sensors",
|
|
1755
1755
|
description: "create parallax effect easily"
|
|
@@ -1793,7 +1793,7 @@ var functions$1 = [
|
|
|
1793
1793
|
{
|
|
1794
1794
|
name: "usePointerLock",
|
|
1795
1795
|
"package": "core",
|
|
1796
|
-
lastUpdated:
|
|
1796
|
+
lastUpdated: 1708417312000,
|
|
1797
1797
|
component: true,
|
|
1798
1798
|
docs: "https://vueuse.org/core/usePointerLock/",
|
|
1799
1799
|
category: "Sensors",
|
|
@@ -1896,7 +1896,7 @@ var functions$1 = [
|
|
|
1896
1896
|
{
|
|
1897
1897
|
name: "useRafFn",
|
|
1898
1898
|
"package": "core",
|
|
1899
|
-
lastUpdated:
|
|
1899
|
+
lastUpdated: 1708426618000,
|
|
1900
1900
|
docs: "https://vueuse.org/core/useRafFn/",
|
|
1901
1901
|
category: "Animation",
|
|
1902
1902
|
description: "call function on every `requestAnimationFrame`"
|
|
@@ -1904,7 +1904,7 @@ var functions$1 = [
|
|
|
1904
1904
|
{
|
|
1905
1905
|
name: "useRefHistory",
|
|
1906
1906
|
"package": "core",
|
|
1907
|
-
lastUpdated:
|
|
1907
|
+
lastUpdated: 1708417312000,
|
|
1908
1908
|
docs: "https://vueuse.org/core/useRefHistory/",
|
|
1909
1909
|
category: "State",
|
|
1910
1910
|
description: "track the change history of a ref",
|
|
@@ -1917,7 +1917,7 @@ var functions$1 = [
|
|
|
1917
1917
|
{
|
|
1918
1918
|
name: "useResizeObserver",
|
|
1919
1919
|
"package": "core",
|
|
1920
|
-
lastUpdated:
|
|
1920
|
+
lastUpdated: 1708421922000,
|
|
1921
1921
|
docs: "https://vueuse.org/core/useResizeObserver/",
|
|
1922
1922
|
category: "Elements",
|
|
1923
1923
|
description: "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -1941,7 +1941,7 @@ var functions$1 = [
|
|
|
1941
1941
|
{
|
|
1942
1942
|
name: "useRouteParams",
|
|
1943
1943
|
"package": "router",
|
|
1944
|
-
lastUpdated:
|
|
1944
|
+
lastUpdated: 1708427433000,
|
|
1945
1945
|
docs: "https://vueuse.org/router/useRouteParams/",
|
|
1946
1946
|
category: "@Router",
|
|
1947
1947
|
description: "shorthand for a reactive `route.params`"
|
|
@@ -1949,7 +1949,7 @@ var functions$1 = [
|
|
|
1949
1949
|
{
|
|
1950
1950
|
name: "useRouteQuery",
|
|
1951
1951
|
"package": "router",
|
|
1952
|
-
lastUpdated:
|
|
1952
|
+
lastUpdated: 1708427433000,
|
|
1953
1953
|
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1954
1954
|
category: "@Router",
|
|
1955
1955
|
description: "shorthand for a reactive `route.query`"
|
|
@@ -1973,7 +1973,7 @@ var functions$1 = [
|
|
|
1973
1973
|
{
|
|
1974
1974
|
name: "useScreenOrientation",
|
|
1975
1975
|
"package": "core",
|
|
1976
|
-
lastUpdated:
|
|
1976
|
+
lastUpdated: 1708417312000,
|
|
1977
1977
|
docs: "https://vueuse.org/core/useScreenOrientation/",
|
|
1978
1978
|
category: "Browser",
|
|
1979
1979
|
description: "reactive [Screen Orientation API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Orientation_API)"
|
|
@@ -1998,7 +1998,7 @@ var functions$1 = [
|
|
|
1998
1998
|
{
|
|
1999
1999
|
name: "useScroll",
|
|
2000
2000
|
"package": "core",
|
|
2001
|
-
lastUpdated:
|
|
2001
|
+
lastUpdated: 1708427489000,
|
|
2002
2002
|
directive: true,
|
|
2003
2003
|
docs: "https://vueuse.org/core/useScroll/",
|
|
2004
2004
|
category: "Sensors",
|
|
@@ -2035,7 +2035,7 @@ var functions$1 = [
|
|
|
2035
2035
|
{
|
|
2036
2036
|
name: "useSortable",
|
|
2037
2037
|
"package": "integrations",
|
|
2038
|
-
lastUpdated:
|
|
2038
|
+
lastUpdated: 1708417312000,
|
|
2039
2039
|
component: true,
|
|
2040
2040
|
docs: "https://vueuse.org/integrations/useSortable/",
|
|
2041
2041
|
category: "@Integrations",
|
|
@@ -2091,10 +2091,10 @@ var functions$1 = [
|
|
|
2091
2091
|
{
|
|
2092
2092
|
name: "useStorage",
|
|
2093
2093
|
"package": "core",
|
|
2094
|
-
lastUpdated:
|
|
2094
|
+
lastUpdated: 1708425571000,
|
|
2095
2095
|
docs: "https://vueuse.org/core/useStorage/",
|
|
2096
2096
|
category: "State",
|
|
2097
|
-
description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)
|
|
2097
|
+
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)",
|
|
2098
2098
|
related: [
|
|
2099
2099
|
"useColorMode",
|
|
2100
2100
|
"useDark",
|
|
@@ -2106,7 +2106,7 @@ var functions$1 = [
|
|
|
2106
2106
|
{
|
|
2107
2107
|
name: "useStorageAsync",
|
|
2108
2108
|
"package": "core",
|
|
2109
|
-
lastUpdated:
|
|
2109
|
+
lastUpdated: 1704766234000,
|
|
2110
2110
|
docs: "https://vueuse.org/core/useStorageAsync/",
|
|
2111
2111
|
category: "State",
|
|
2112
2112
|
description: "reactive Storage in with async support",
|
|
@@ -2165,7 +2165,7 @@ var functions$1 = [
|
|
|
2165
2165
|
{
|
|
2166
2166
|
name: "useTemplateRefsList",
|
|
2167
2167
|
"package": "core",
|
|
2168
|
-
lastUpdated:
|
|
2168
|
+
lastUpdated: 1708417312000,
|
|
2169
2169
|
docs: "https://vueuse.org/core/useTemplateRefsList/",
|
|
2170
2170
|
category: "Component",
|
|
2171
2171
|
description: "shorthand for binding refs to template elements and components inside `v-for`"
|
|
@@ -2173,7 +2173,7 @@ var functions$1 = [
|
|
|
2173
2173
|
{
|
|
2174
2174
|
name: "useTextareaAutosize",
|
|
2175
2175
|
"package": "core",
|
|
2176
|
-
lastUpdated:
|
|
2176
|
+
lastUpdated: 1708423977000,
|
|
2177
2177
|
docs: "https://vueuse.org/core/useTextareaAutosize/",
|
|
2178
2178
|
category: "Browser",
|
|
2179
2179
|
description: "automatically update the height of a textarea depending on the content"
|
|
@@ -2222,7 +2222,7 @@ var functions$1 = [
|
|
|
2222
2222
|
{
|
|
2223
2223
|
name: "useTimeAgo",
|
|
2224
2224
|
"package": "core",
|
|
2225
|
-
lastUpdated:
|
|
2225
|
+
lastUpdated: 1704766410000,
|
|
2226
2226
|
component: true,
|
|
2227
2227
|
docs: "https://vueuse.org/core/useTimeAgo/",
|
|
2228
2228
|
category: "Time",
|
|
@@ -2320,7 +2320,7 @@ var functions$1 = [
|
|
|
2320
2320
|
{
|
|
2321
2321
|
name: "useUserMedia",
|
|
2322
2322
|
"package": "core",
|
|
2323
|
-
lastUpdated:
|
|
2323
|
+
lastUpdated: 1708421308000,
|
|
2324
2324
|
docs: "https://vueuse.org/core/useUserMedia/",
|
|
2325
2325
|
category: "Sensors",
|
|
2326
2326
|
description: "reactive [`mediaDevices.getUserMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia) streaming",
|
|
@@ -2345,7 +2345,7 @@ var functions$1 = [
|
|
|
2345
2345
|
component: true,
|
|
2346
2346
|
docs: "https://vueuse.org/core/useVirtualList/",
|
|
2347
2347
|
category: "Component",
|
|
2348
|
-
description: "
|
|
2348
|
+
description: "create virtual lists with ease"
|
|
2349
2349
|
},
|
|
2350
2350
|
{
|
|
2351
2351
|
name: "useVModel",
|
|
@@ -2388,7 +2388,7 @@ var functions$1 = [
|
|
|
2388
2388
|
{
|
|
2389
2389
|
name: "useWebSocket",
|
|
2390
2390
|
"package": "core",
|
|
2391
|
-
lastUpdated:
|
|
2391
|
+
lastUpdated: 1708423238000,
|
|
2392
2392
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2393
2393
|
category: "Network",
|
|
2394
2394
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vueuse/metadata",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "10.
|
|
4
|
+
"version": "10.8.0",
|
|
5
5
|
"description": "Metadata for VueUse functions",
|
|
6
6
|
"author": "Anthony Fu <https://github.com/antfu>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"main": "./index.cjs",
|
|
31
31
|
"module": "./index.mjs",
|
|
32
|
-
"types": "./index.d.
|
|
32
|
+
"types": "./index.d.ts",
|
|
33
33
|
"files": [
|
|
34
34
|
"index.*"
|
|
35
35
|
],
|