@vueuse/metadata 10.11.0 → 11.0.0-beta.2
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 +48 -47
- package/index.d.cts +3 -3
- package/index.d.mts +3 -3
- package/index.d.ts +3 -3
- package/index.json +48 -47
- package/index.mjs +48 -47
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -294,7 +294,7 @@ var functions$1 = [
|
|
|
294
294
|
{
|
|
295
295
|
name: "createTemplatePromise",
|
|
296
296
|
"package": "core",
|
|
297
|
-
lastUpdated:
|
|
297
|
+
lastUpdated: 1721219567000,
|
|
298
298
|
docs: "https://vueuse.org/core/createTemplatePromise/",
|
|
299
299
|
category: "Component",
|
|
300
300
|
description: "template as Promise"
|
|
@@ -435,7 +435,7 @@ var functions$1 = [
|
|
|
435
435
|
{
|
|
436
436
|
name: "onStartTyping",
|
|
437
437
|
"package": "core",
|
|
438
|
-
lastUpdated:
|
|
438
|
+
lastUpdated: 1721219567000,
|
|
439
439
|
docs: "https://vueuse.org/core/onStartTyping/",
|
|
440
440
|
category: "Sensors",
|
|
441
441
|
description: "fires when users start typing on non-editable elements"
|
|
@@ -568,7 +568,7 @@ var functions$1 = [
|
|
|
568
568
|
{
|
|
569
569
|
name: "syncRef",
|
|
570
570
|
"package": "shared",
|
|
571
|
-
lastUpdated:
|
|
571
|
+
lastUpdated: 1721219567000,
|
|
572
572
|
docs: "https://vueuse.org/shared/syncRef/",
|
|
573
573
|
category: "Reactivity",
|
|
574
574
|
description: "two-way refs synchronization",
|
|
@@ -631,7 +631,7 @@ var functions$1 = [
|
|
|
631
631
|
lastUpdated: 1690722634000,
|
|
632
632
|
docs: "https://vueuse.org/shared/toRefs/",
|
|
633
633
|
category: "Reactivity",
|
|
634
|
-
description: "extended [`toRefs`](https://
|
|
634
|
+
description: "extended [`toRefs`](https://vuejs.org/api/reactivity-utilities.html#torefs) that also accepts refs of an object"
|
|
635
635
|
},
|
|
636
636
|
{
|
|
637
637
|
name: "toValue",
|
|
@@ -698,7 +698,7 @@ var functions$1 = [
|
|
|
698
698
|
{
|
|
699
699
|
name: "until",
|
|
700
700
|
"package": "shared",
|
|
701
|
-
lastUpdated:
|
|
701
|
+
lastUpdated: 1721223747000,
|
|
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: 1721222590000,
|
|
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)"
|
|
@@ -827,7 +827,7 @@ var functions$1 = [
|
|
|
827
827
|
{
|
|
828
828
|
name: "useAsyncQueue",
|
|
829
829
|
"package": "core",
|
|
830
|
-
lastUpdated:
|
|
830
|
+
lastUpdated: 1721219567000,
|
|
831
831
|
docs: "https://vueuse.org/core/useAsyncQueue/",
|
|
832
832
|
category: "Utilities",
|
|
833
833
|
description: "executes each asynchronous task sequentially and passes the current task result to the next task"
|
|
@@ -945,7 +945,7 @@ var functions$1 = [
|
|
|
945
945
|
{
|
|
946
946
|
name: "useChangeCase",
|
|
947
947
|
"package": "integrations",
|
|
948
|
-
lastUpdated:
|
|
948
|
+
lastUpdated: 1718193380000,
|
|
949
949
|
docs: "https://vueuse.org/integrations/useChangeCase/",
|
|
950
950
|
category: "@Integrations",
|
|
951
951
|
description: "reactive wrapper for [`change-case`](https://github.com/blakeembrey/change-case)",
|
|
@@ -993,7 +993,7 @@ var functions$1 = [
|
|
|
993
993
|
{
|
|
994
994
|
name: "useColorMode",
|
|
995
995
|
"package": "core",
|
|
996
|
-
lastUpdated:
|
|
996
|
+
lastUpdated: 1721224504000,
|
|
997
997
|
component: true,
|
|
998
998
|
docs: "https://vueuse.org/core/useColorMode/",
|
|
999
999
|
category: "Browser",
|
|
@@ -1015,7 +1015,7 @@ var functions$1 = [
|
|
|
1015
1015
|
{
|
|
1016
1016
|
name: "useCookies",
|
|
1017
1017
|
"package": "integrations",
|
|
1018
|
-
lastUpdated:
|
|
1018
|
+
lastUpdated: 1721219567000,
|
|
1019
1019
|
docs: "https://vueuse.org/integrations/useCookies/",
|
|
1020
1020
|
category: "@Integrations",
|
|
1021
1021
|
description: "wrapper for [`universal-cookie`](https://www.npmjs.com/package/universal-cookie)",
|
|
@@ -1032,7 +1032,7 @@ var functions$1 = [
|
|
|
1032
1032
|
{
|
|
1033
1033
|
name: "useCssVar",
|
|
1034
1034
|
"package": "core",
|
|
1035
|
-
lastUpdated:
|
|
1035
|
+
lastUpdated: 1721220944000,
|
|
1036
1036
|
docs: "https://vueuse.org/core/useCssVar/",
|
|
1037
1037
|
category: "Browser",
|
|
1038
1038
|
description: "manipulate CSS variables"
|
|
@@ -1070,7 +1070,7 @@ var functions$1 = [
|
|
|
1070
1070
|
{
|
|
1071
1071
|
name: "useDateFormat",
|
|
1072
1072
|
"package": "shared",
|
|
1073
|
-
lastUpdated:
|
|
1073
|
+
lastUpdated: 1721222844000,
|
|
1074
1074
|
docs: "https://vueuse.org/shared/useDateFormat/",
|
|
1075
1075
|
category: "Time",
|
|
1076
1076
|
description: "get the formatted date according to the string of tokens passed in"
|
|
@@ -1140,7 +1140,7 @@ var functions$1 = [
|
|
|
1140
1140
|
{
|
|
1141
1141
|
name: "useDisplayMedia",
|
|
1142
1142
|
"package": "core",
|
|
1143
|
-
lastUpdated:
|
|
1143
|
+
lastUpdated: 1721219567000,
|
|
1144
1144
|
docs: "https://vueuse.org/core/useDisplayMedia/",
|
|
1145
1145
|
category: "Sensors",
|
|
1146
1146
|
description: "reactive [`mediaDevices.getDisplayMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia) streaming",
|
|
@@ -1160,7 +1160,7 @@ var functions$1 = [
|
|
|
1160
1160
|
{
|
|
1161
1161
|
name: "useDraggable",
|
|
1162
1162
|
"package": "core",
|
|
1163
|
-
lastUpdated:
|
|
1163
|
+
lastUpdated: 1721221710000,
|
|
1164
1164
|
component: true,
|
|
1165
1165
|
docs: "https://vueuse.org/core/useDraggable/",
|
|
1166
1166
|
category: "Elements",
|
|
@@ -1186,7 +1186,7 @@ var functions$1 = [
|
|
|
1186
1186
|
{
|
|
1187
1187
|
name: "useElementBounding",
|
|
1188
1188
|
"package": "core",
|
|
1189
|
-
lastUpdated:
|
|
1189
|
+
lastUpdated: 1721224957000,
|
|
1190
1190
|
component: true,
|
|
1191
1191
|
docs: "https://vueuse.org/core/useElementBounding/",
|
|
1192
1192
|
category: "Elements",
|
|
@@ -1224,14 +1224,14 @@ var functions$1 = [
|
|
|
1224
1224
|
category: "@Motion",
|
|
1225
1225
|
name: "useElementStyle",
|
|
1226
1226
|
description: "sync a reactive object to a target element CSS styling",
|
|
1227
|
-
external: "https://motion.vueuse.org/api/use-element-style
|
|
1227
|
+
external: "https://motion.vueuse.org/api/use-element-style"
|
|
1228
1228
|
},
|
|
1229
1229
|
{
|
|
1230
1230
|
"package": "motion",
|
|
1231
1231
|
category: "@Motion",
|
|
1232
1232
|
name: "useElementTransform",
|
|
1233
1233
|
description: "sync a reactive object to a target element CSS transform.",
|
|
1234
|
-
external: "https://motion.vueuse.org/api/use-element-transform
|
|
1234
|
+
external: "https://motion.vueuse.org/api/use-element-transform"
|
|
1235
1235
|
},
|
|
1236
1236
|
{
|
|
1237
1237
|
name: "useElementVisibility",
|
|
@@ -1246,7 +1246,7 @@ var functions$1 = [
|
|
|
1246
1246
|
{
|
|
1247
1247
|
name: "useEventBus",
|
|
1248
1248
|
"package": "core",
|
|
1249
|
-
lastUpdated:
|
|
1249
|
+
lastUpdated: 1721219567000,
|
|
1250
1250
|
docs: "https://vueuse.org/core/useEventBus/",
|
|
1251
1251
|
category: "Utilities",
|
|
1252
1252
|
description: "a basic event bus"
|
|
@@ -1254,7 +1254,7 @@ var functions$1 = [
|
|
|
1254
1254
|
{
|
|
1255
1255
|
name: "useEventListener",
|
|
1256
1256
|
"package": "core",
|
|
1257
|
-
lastUpdated:
|
|
1257
|
+
lastUpdated: 1721221795000,
|
|
1258
1258
|
docs: "https://vueuse.org/core/useEventListener/",
|
|
1259
1259
|
category: "Browser",
|
|
1260
1260
|
description: "use EventListener with ease"
|
|
@@ -1344,7 +1344,7 @@ var functions$1 = [
|
|
|
1344
1344
|
{
|
|
1345
1345
|
name: "useFocusTrap",
|
|
1346
1346
|
"package": "integrations",
|
|
1347
|
-
lastUpdated:
|
|
1347
|
+
lastUpdated: 1721222387000,
|
|
1348
1348
|
component: true,
|
|
1349
1349
|
docs: "https://vueuse.org/integrations/useFocusTrap/",
|
|
1350
1350
|
category: "@Integrations",
|
|
@@ -1379,7 +1379,7 @@ var functions$1 = [
|
|
|
1379
1379
|
{
|
|
1380
1380
|
name: "useFuse",
|
|
1381
1381
|
"package": "integrations",
|
|
1382
|
-
lastUpdated:
|
|
1382
|
+
lastUpdated: 1718193366000,
|
|
1383
1383
|
docs: "https://vueuse.org/integrations/useFuse/",
|
|
1384
1384
|
category: "@Integrations",
|
|
1385
1385
|
description: "easily implement fuzzy search using a composable with [Fuse.js](https://github.com/krisk/fuse)",
|
|
@@ -1439,7 +1439,7 @@ var functions$1 = [
|
|
|
1439
1439
|
{
|
|
1440
1440
|
name: "useInfiniteScroll",
|
|
1441
1441
|
"package": "core",
|
|
1442
|
-
lastUpdated:
|
|
1442
|
+
lastUpdated: 1721222904000,
|
|
1443
1443
|
directive: true,
|
|
1444
1444
|
docs: "https://vueuse.org/core/useInfiniteScroll/",
|
|
1445
1445
|
category: "Sensors",
|
|
@@ -1448,7 +1448,7 @@ var functions$1 = [
|
|
|
1448
1448
|
{
|
|
1449
1449
|
name: "useIntersectionObserver",
|
|
1450
1450
|
"package": "core",
|
|
1451
|
-
lastUpdated:
|
|
1451
|
+
lastUpdated: 1721221539000,
|
|
1452
1452
|
directive: true,
|
|
1453
1453
|
docs: "https://vueuse.org/core/useIntersectionObserver/",
|
|
1454
1454
|
category: "Elements",
|
|
@@ -1497,7 +1497,7 @@ var functions$1 = [
|
|
|
1497
1497
|
{
|
|
1498
1498
|
name: "useJwt",
|
|
1499
1499
|
"package": "integrations",
|
|
1500
|
-
lastUpdated:
|
|
1500
|
+
lastUpdated: 1718230120000,
|
|
1501
1501
|
docs: "https://vueuse.org/integrations/useJwt/",
|
|
1502
1502
|
category: "@Integrations",
|
|
1503
1503
|
description: "wrapper for [`jwt-decode`](https://github.com/auth0/jwt-decode)",
|
|
@@ -1568,7 +1568,7 @@ var functions$1 = [
|
|
|
1568
1568
|
{
|
|
1569
1569
|
name: "useMediaControls",
|
|
1570
1570
|
"package": "core",
|
|
1571
|
-
lastUpdated:
|
|
1571
|
+
lastUpdated: 1721219567000,
|
|
1572
1572
|
docs: "https://vueuse.org/core/useMediaControls/",
|
|
1573
1573
|
category: "Browser",
|
|
1574
1574
|
description: "reactive media controls for both `audio` and `video` elements"
|
|
@@ -1610,21 +1610,21 @@ var functions$1 = [
|
|
|
1610
1610
|
category: "@Motion",
|
|
1611
1611
|
name: "useMotion",
|
|
1612
1612
|
description: "putting your components in motion.",
|
|
1613
|
-
external: "https://motion.vueuse.org/api/use-motion
|
|
1613
|
+
external: "https://motion.vueuse.org/api/use-motion"
|
|
1614
1614
|
},
|
|
1615
1615
|
{
|
|
1616
1616
|
"package": "motion",
|
|
1617
1617
|
category: "@Motion",
|
|
1618
1618
|
name: "useMotionProperties",
|
|
1619
1619
|
description: "access Motion Properties for a target element.",
|
|
1620
|
-
external: "https://motion.vueuse.org/api/use-motion-properties
|
|
1620
|
+
external: "https://motion.vueuse.org/api/use-motion-properties"
|
|
1621
1621
|
},
|
|
1622
1622
|
{
|
|
1623
1623
|
"package": "motion",
|
|
1624
1624
|
category: "@Motion",
|
|
1625
1625
|
name: "useMotionVariants",
|
|
1626
1626
|
description: "handle the Variants state and selection.",
|
|
1627
|
-
external: "https://motion.vueuse.org/api/use-motion-variants
|
|
1627
|
+
external: "https://motion.vueuse.org/api/use-motion-variants"
|
|
1628
1628
|
},
|
|
1629
1629
|
{
|
|
1630
1630
|
name: "useMounted",
|
|
@@ -1646,7 +1646,7 @@ var functions$1 = [
|
|
|
1646
1646
|
{
|
|
1647
1647
|
name: "useMouseInElement",
|
|
1648
1648
|
"package": "core",
|
|
1649
|
-
lastUpdated:
|
|
1649
|
+
lastUpdated: 1721220667000,
|
|
1650
1650
|
component: true,
|
|
1651
1651
|
docs: "https://vueuse.org/core/useMouseInElement/",
|
|
1652
1652
|
category: "Elements",
|
|
@@ -1664,7 +1664,7 @@ var functions$1 = [
|
|
|
1664
1664
|
{
|
|
1665
1665
|
name: "useMutationObserver",
|
|
1666
1666
|
"package": "core",
|
|
1667
|
-
lastUpdated:
|
|
1667
|
+
lastUpdated: 1718230182000,
|
|
1668
1668
|
docs: "https://vueuse.org/core/useMutationObserver/",
|
|
1669
1669
|
category: "Elements",
|
|
1670
1670
|
description: "watch for changes being made to the DOM tree"
|
|
@@ -1775,7 +1775,7 @@ var functions$1 = [
|
|
|
1775
1775
|
{
|
|
1776
1776
|
name: "usePermission",
|
|
1777
1777
|
"package": "core",
|
|
1778
|
-
lastUpdated:
|
|
1778
|
+
lastUpdated: 1721221053000,
|
|
1779
1779
|
docs: "https://vueuse.org/core/usePermission/",
|
|
1780
1780
|
category: "Browser",
|
|
1781
1781
|
description: "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)",
|
|
@@ -1919,7 +1919,8 @@ var functions$1 = [
|
|
|
1919
1919
|
{
|
|
1920
1920
|
name: "useResizeObserver",
|
|
1921
1921
|
"package": "core",
|
|
1922
|
-
lastUpdated:
|
|
1922
|
+
lastUpdated: 1721221028000,
|
|
1923
|
+
directive: true,
|
|
1923
1924
|
docs: "https://vueuse.org/core/useResizeObserver/",
|
|
1924
1925
|
category: "Elements",
|
|
1925
1926
|
description: "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -2009,7 +2010,7 @@ var functions$1 = [
|
|
|
2009
2010
|
{
|
|
2010
2011
|
name: "useScrollLock",
|
|
2011
2012
|
"package": "core",
|
|
2012
|
-
lastUpdated:
|
|
2013
|
+
lastUpdated: 1721219567000,
|
|
2013
2014
|
directive: true,
|
|
2014
2015
|
docs: "https://vueuse.org/core/useScrollLock/",
|
|
2015
2016
|
category: "Sensors",
|
|
@@ -2062,7 +2063,7 @@ var functions$1 = [
|
|
|
2062
2063
|
{
|
|
2063
2064
|
name: "useSpeechRecognition",
|
|
2064
2065
|
"package": "core",
|
|
2065
|
-
lastUpdated:
|
|
2066
|
+
lastUpdated: 1721221314000,
|
|
2066
2067
|
docs: "https://vueuse.org/core/useSpeechRecognition/",
|
|
2067
2068
|
category: "Sensors",
|
|
2068
2069
|
description: "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
|
|
@@ -2070,7 +2071,7 @@ var functions$1 = [
|
|
|
2070
2071
|
{
|
|
2071
2072
|
name: "useSpeechSynthesis",
|
|
2072
2073
|
"package": "core",
|
|
2073
|
-
lastUpdated:
|
|
2074
|
+
lastUpdated: 1721219567000,
|
|
2074
2075
|
docs: "https://vueuse.org/core/useSpeechSynthesis/",
|
|
2075
2076
|
category: "Sensors",
|
|
2076
2077
|
description: "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
|
|
@@ -2080,7 +2081,7 @@ var functions$1 = [
|
|
|
2080
2081
|
category: "@Motion",
|
|
2081
2082
|
name: "useSpring",
|
|
2082
2083
|
description: "spring animations.",
|
|
2083
|
-
external: "https://motion.vueuse.org/api/use-spring
|
|
2084
|
+
external: "https://motion.vueuse.org/api/use-spring"
|
|
2084
2085
|
},
|
|
2085
2086
|
{
|
|
2086
2087
|
name: "useStepper",
|
|
@@ -2093,7 +2094,7 @@ var functions$1 = [
|
|
|
2093
2094
|
{
|
|
2094
2095
|
name: "useStorage",
|
|
2095
2096
|
"package": "core",
|
|
2096
|
-
lastUpdated:
|
|
2097
|
+
lastUpdated: 1721221880000,
|
|
2097
2098
|
docs: "https://vueuse.org/core/useStorage/",
|
|
2098
2099
|
category: "State",
|
|
2099
2100
|
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)",
|
|
@@ -2151,7 +2152,7 @@ var functions$1 = [
|
|
|
2151
2152
|
{
|
|
2152
2153
|
name: "useSupported",
|
|
2153
2154
|
"package": "core",
|
|
2154
|
-
lastUpdated:
|
|
2155
|
+
lastUpdated: 1721219567000,
|
|
2155
2156
|
docs: "https://vueuse.org/core/useSupported/",
|
|
2156
2157
|
category: "Utilities",
|
|
2157
2158
|
description: "sSR compatibility `isSupported`"
|
|
@@ -2167,7 +2168,7 @@ var functions$1 = [
|
|
|
2167
2168
|
{
|
|
2168
2169
|
name: "useTemplateRefsList",
|
|
2169
2170
|
"package": "core",
|
|
2170
|
-
lastUpdated:
|
|
2171
|
+
lastUpdated: 1721219567000,
|
|
2171
2172
|
docs: "https://vueuse.org/core/useTemplateRefsList/",
|
|
2172
2173
|
category: "Component",
|
|
2173
2174
|
description: "shorthand for binding refs to template elements and components inside `v-for`"
|
|
@@ -2175,7 +2176,7 @@ var functions$1 = [
|
|
|
2175
2176
|
{
|
|
2176
2177
|
name: "useTextareaAutosize",
|
|
2177
2178
|
"package": "core",
|
|
2178
|
-
lastUpdated:
|
|
2179
|
+
lastUpdated: 1721223315000,
|
|
2179
2180
|
docs: "https://vueuse.org/core/useTextareaAutosize/",
|
|
2180
2181
|
category: "Browser",
|
|
2181
2182
|
description: "automatically update the height of a textarea depending on the content"
|
|
@@ -2374,7 +2375,7 @@ var functions$1 = [
|
|
|
2374
2375
|
{
|
|
2375
2376
|
name: "useWakeLock",
|
|
2376
2377
|
"package": "core",
|
|
2377
|
-
lastUpdated:
|
|
2378
|
+
lastUpdated: 1721220173000,
|
|
2378
2379
|
docs: "https://vueuse.org/core/useWakeLock/",
|
|
2379
2380
|
category: "Browser",
|
|
2380
2381
|
description: "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API)"
|
|
@@ -2382,7 +2383,7 @@ var functions$1 = [
|
|
|
2382
2383
|
{
|
|
2383
2384
|
name: "useWebNotification",
|
|
2384
2385
|
"package": "core",
|
|
2385
|
-
lastUpdated:
|
|
2386
|
+
lastUpdated: 1721219567000,
|
|
2386
2387
|
docs: "https://vueuse.org/core/useWebNotification/",
|
|
2387
2388
|
category: "Browser",
|
|
2388
2389
|
description: "reactive [Notification](https://developer.mozilla.org/en-US/docs/Web/API/notification)"
|
|
@@ -2390,7 +2391,7 @@ var functions$1 = [
|
|
|
2390
2391
|
{
|
|
2391
2392
|
name: "useWebSocket",
|
|
2392
2393
|
"package": "core",
|
|
2393
|
-
lastUpdated:
|
|
2394
|
+
lastUpdated: 1721224344000,
|
|
2394
2395
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2395
2396
|
category: "Network",
|
|
2396
2397
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2409,7 +2410,7 @@ var functions$1 = [
|
|
|
2409
2410
|
{
|
|
2410
2411
|
name: "useWebWorkerFn",
|
|
2411
2412
|
"package": "core",
|
|
2412
|
-
lastUpdated:
|
|
2413
|
+
lastUpdated: 1721219567000,
|
|
2413
2414
|
docs: "https://vueuse.org/core/useWebWorkerFn/",
|
|
2414
2415
|
category: "Browser",
|
|
2415
2416
|
description: "run expensive functions without blocking the UI",
|
|
@@ -2437,7 +2438,7 @@ var functions$1 = [
|
|
|
2437
2438
|
{
|
|
2438
2439
|
name: "useWindowSize",
|
|
2439
2440
|
"package": "core",
|
|
2440
|
-
lastUpdated:
|
|
2441
|
+
lastUpdated: 1721224323000,
|
|
2441
2442
|
component: true,
|
|
2442
2443
|
docs: "https://vueuse.org/core/useWindowSize/",
|
|
2443
2444
|
category: "Elements",
|
|
@@ -2495,7 +2496,7 @@ var functions$1 = [
|
|
|
2495
2496
|
{
|
|
2496
2497
|
name: "watchDeep",
|
|
2497
2498
|
"package": "shared",
|
|
2498
|
-
lastUpdated:
|
|
2499
|
+
lastUpdated: 1721220395000,
|
|
2499
2500
|
docs: "https://vueuse.org/shared/watchDeep/",
|
|
2500
2501
|
category: "Watch",
|
|
2501
2502
|
description: "shorthand for watching value with `{deep: true}`"
|
|
@@ -2522,7 +2523,7 @@ var functions$1 = [
|
|
|
2522
2523
|
{
|
|
2523
2524
|
name: "watchImmediate",
|
|
2524
2525
|
"package": "shared",
|
|
2525
|
-
lastUpdated:
|
|
2526
|
+
lastUpdated: 1721220395000,
|
|
2526
2527
|
docs: "https://vueuse.org/shared/watchImmediate/",
|
|
2527
2528
|
category: "Watch",
|
|
2528
2529
|
description: "shorthand for watching value with `{immediate: true}`"
|
package/index.d.cts
CHANGED
|
@@ -61,9 +61,9 @@ interface ContributorInfo {
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
declare const metadata: PackageIndexes;
|
|
64
|
-
declare const functions:
|
|
65
|
-
declare const packages:
|
|
66
|
-
declare const categories:
|
|
64
|
+
declare const functions: PackageIndexes["functions"];
|
|
65
|
+
declare const packages: PackageIndexes["packages"];
|
|
66
|
+
declare const categories: PackageIndexes["categories"];
|
|
67
67
|
declare const functionNames: string[];
|
|
68
68
|
declare const categoryNames: string[];
|
|
69
69
|
declare const coreCategoryNames: string[];
|
package/index.d.mts
CHANGED
|
@@ -61,9 +61,9 @@ interface ContributorInfo {
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
declare const metadata: PackageIndexes;
|
|
64
|
-
declare const functions:
|
|
65
|
-
declare const packages:
|
|
66
|
-
declare const categories:
|
|
64
|
+
declare const functions: PackageIndexes["functions"];
|
|
65
|
+
declare const packages: PackageIndexes["packages"];
|
|
66
|
+
declare const categories: PackageIndexes["categories"];
|
|
67
67
|
declare const functionNames: string[];
|
|
68
68
|
declare const categoryNames: string[];
|
|
69
69
|
declare const coreCategoryNames: string[];
|
package/index.d.ts
CHANGED
|
@@ -61,9 +61,9 @@ interface ContributorInfo {
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
declare const metadata: PackageIndexes;
|
|
64
|
-
declare const functions:
|
|
65
|
-
declare const packages:
|
|
66
|
-
declare const categories:
|
|
64
|
+
declare const functions: PackageIndexes["functions"];
|
|
65
|
+
declare const packages: PackageIndexes["packages"];
|
|
66
|
+
declare const categories: PackageIndexes["categories"];
|
|
67
67
|
declare const functionNames: string[];
|
|
68
68
|
declare const categoryNames: string[];
|
|
69
69
|
declare const coreCategoryNames: string[];
|
package/index.json
CHANGED
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
{
|
|
294
294
|
"name": "createTemplatePromise",
|
|
295
295
|
"package": "core",
|
|
296
|
-
"lastUpdated":
|
|
296
|
+
"lastUpdated": 1721219567000,
|
|
297
297
|
"docs": "https://vueuse.org/core/createTemplatePromise/",
|
|
298
298
|
"category": "Component",
|
|
299
299
|
"description": "template as Promise"
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
{
|
|
435
435
|
"name": "onStartTyping",
|
|
436
436
|
"package": "core",
|
|
437
|
-
"lastUpdated":
|
|
437
|
+
"lastUpdated": 1721219567000,
|
|
438
438
|
"docs": "https://vueuse.org/core/onStartTyping/",
|
|
439
439
|
"category": "Sensors",
|
|
440
440
|
"description": "fires when users start typing on non-editable elements"
|
|
@@ -567,7 +567,7 @@
|
|
|
567
567
|
{
|
|
568
568
|
"name": "syncRef",
|
|
569
569
|
"package": "shared",
|
|
570
|
-
"lastUpdated":
|
|
570
|
+
"lastUpdated": 1721219567000,
|
|
571
571
|
"docs": "https://vueuse.org/shared/syncRef/",
|
|
572
572
|
"category": "Reactivity",
|
|
573
573
|
"description": "two-way refs synchronization",
|
|
@@ -630,7 +630,7 @@
|
|
|
630
630
|
"lastUpdated": 1690722634000,
|
|
631
631
|
"docs": "https://vueuse.org/shared/toRefs/",
|
|
632
632
|
"category": "Reactivity",
|
|
633
|
-
"description": "extended [`toRefs`](https://
|
|
633
|
+
"description": "extended [`toRefs`](https://vuejs.org/api/reactivity-utilities.html#torefs) that also accepts refs of an object"
|
|
634
634
|
},
|
|
635
635
|
{
|
|
636
636
|
"name": "toValue",
|
|
@@ -697,7 +697,7 @@
|
|
|
697
697
|
{
|
|
698
698
|
"name": "until",
|
|
699
699
|
"package": "shared",
|
|
700
|
-
"lastUpdated":
|
|
700
|
+
"lastUpdated": 1721223747000,
|
|
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": 1721222590000,
|
|
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)"
|
|
@@ -826,7 +826,7 @@
|
|
|
826
826
|
{
|
|
827
827
|
"name": "useAsyncQueue",
|
|
828
828
|
"package": "core",
|
|
829
|
-
"lastUpdated":
|
|
829
|
+
"lastUpdated": 1721219567000,
|
|
830
830
|
"docs": "https://vueuse.org/core/useAsyncQueue/",
|
|
831
831
|
"category": "Utilities",
|
|
832
832
|
"description": "executes each asynchronous task sequentially and passes the current task result to the next task"
|
|
@@ -944,7 +944,7 @@
|
|
|
944
944
|
{
|
|
945
945
|
"name": "useChangeCase",
|
|
946
946
|
"package": "integrations",
|
|
947
|
-
"lastUpdated":
|
|
947
|
+
"lastUpdated": 1718193380000,
|
|
948
948
|
"docs": "https://vueuse.org/integrations/useChangeCase/",
|
|
949
949
|
"category": "@Integrations",
|
|
950
950
|
"description": "reactive wrapper for [`change-case`](https://github.com/blakeembrey/change-case)",
|
|
@@ -992,7 +992,7 @@
|
|
|
992
992
|
{
|
|
993
993
|
"name": "useColorMode",
|
|
994
994
|
"package": "core",
|
|
995
|
-
"lastUpdated":
|
|
995
|
+
"lastUpdated": 1721224504000,
|
|
996
996
|
"component": true,
|
|
997
997
|
"docs": "https://vueuse.org/core/useColorMode/",
|
|
998
998
|
"category": "Browser",
|
|
@@ -1014,7 +1014,7 @@
|
|
|
1014
1014
|
{
|
|
1015
1015
|
"name": "useCookies",
|
|
1016
1016
|
"package": "integrations",
|
|
1017
|
-
"lastUpdated":
|
|
1017
|
+
"lastUpdated": 1721219567000,
|
|
1018
1018
|
"docs": "https://vueuse.org/integrations/useCookies/",
|
|
1019
1019
|
"category": "@Integrations",
|
|
1020
1020
|
"description": "wrapper for [`universal-cookie`](https://www.npmjs.com/package/universal-cookie)",
|
|
@@ -1031,7 +1031,7 @@
|
|
|
1031
1031
|
{
|
|
1032
1032
|
"name": "useCssVar",
|
|
1033
1033
|
"package": "core",
|
|
1034
|
-
"lastUpdated":
|
|
1034
|
+
"lastUpdated": 1721220944000,
|
|
1035
1035
|
"docs": "https://vueuse.org/core/useCssVar/",
|
|
1036
1036
|
"category": "Browser",
|
|
1037
1037
|
"description": "manipulate CSS variables"
|
|
@@ -1069,7 +1069,7 @@
|
|
|
1069
1069
|
{
|
|
1070
1070
|
"name": "useDateFormat",
|
|
1071
1071
|
"package": "shared",
|
|
1072
|
-
"lastUpdated":
|
|
1072
|
+
"lastUpdated": 1721222844000,
|
|
1073
1073
|
"docs": "https://vueuse.org/shared/useDateFormat/",
|
|
1074
1074
|
"category": "Time",
|
|
1075
1075
|
"description": "get the formatted date according to the string of tokens passed in"
|
|
@@ -1139,7 +1139,7 @@
|
|
|
1139
1139
|
{
|
|
1140
1140
|
"name": "useDisplayMedia",
|
|
1141
1141
|
"package": "core",
|
|
1142
|
-
"lastUpdated":
|
|
1142
|
+
"lastUpdated": 1721219567000,
|
|
1143
1143
|
"docs": "https://vueuse.org/core/useDisplayMedia/",
|
|
1144
1144
|
"category": "Sensors",
|
|
1145
1145
|
"description": "reactive [`mediaDevices.getDisplayMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia) streaming",
|
|
@@ -1159,7 +1159,7 @@
|
|
|
1159
1159
|
{
|
|
1160
1160
|
"name": "useDraggable",
|
|
1161
1161
|
"package": "core",
|
|
1162
|
-
"lastUpdated":
|
|
1162
|
+
"lastUpdated": 1721221710000,
|
|
1163
1163
|
"component": true,
|
|
1164
1164
|
"docs": "https://vueuse.org/core/useDraggable/",
|
|
1165
1165
|
"category": "Elements",
|
|
@@ -1185,7 +1185,7 @@
|
|
|
1185
1185
|
{
|
|
1186
1186
|
"name": "useElementBounding",
|
|
1187
1187
|
"package": "core",
|
|
1188
|
-
"lastUpdated":
|
|
1188
|
+
"lastUpdated": 1721224957000,
|
|
1189
1189
|
"component": true,
|
|
1190
1190
|
"docs": "https://vueuse.org/core/useElementBounding/",
|
|
1191
1191
|
"category": "Elements",
|
|
@@ -1223,14 +1223,14 @@
|
|
|
1223
1223
|
"category": "@Motion",
|
|
1224
1224
|
"name": "useElementStyle",
|
|
1225
1225
|
"description": "sync a reactive object to a target element CSS styling",
|
|
1226
|
-
"external": "https://motion.vueuse.org/api/use-element-style
|
|
1226
|
+
"external": "https://motion.vueuse.org/api/use-element-style"
|
|
1227
1227
|
},
|
|
1228
1228
|
{
|
|
1229
1229
|
"package": "motion",
|
|
1230
1230
|
"category": "@Motion",
|
|
1231
1231
|
"name": "useElementTransform",
|
|
1232
1232
|
"description": "sync a reactive object to a target element CSS transform.",
|
|
1233
|
-
"external": "https://motion.vueuse.org/api/use-element-transform
|
|
1233
|
+
"external": "https://motion.vueuse.org/api/use-element-transform"
|
|
1234
1234
|
},
|
|
1235
1235
|
{
|
|
1236
1236
|
"name": "useElementVisibility",
|
|
@@ -1245,7 +1245,7 @@
|
|
|
1245
1245
|
{
|
|
1246
1246
|
"name": "useEventBus",
|
|
1247
1247
|
"package": "core",
|
|
1248
|
-
"lastUpdated":
|
|
1248
|
+
"lastUpdated": 1721219567000,
|
|
1249
1249
|
"docs": "https://vueuse.org/core/useEventBus/",
|
|
1250
1250
|
"category": "Utilities",
|
|
1251
1251
|
"description": "a basic event bus"
|
|
@@ -1253,7 +1253,7 @@
|
|
|
1253
1253
|
{
|
|
1254
1254
|
"name": "useEventListener",
|
|
1255
1255
|
"package": "core",
|
|
1256
|
-
"lastUpdated":
|
|
1256
|
+
"lastUpdated": 1721221795000,
|
|
1257
1257
|
"docs": "https://vueuse.org/core/useEventListener/",
|
|
1258
1258
|
"category": "Browser",
|
|
1259
1259
|
"description": "use EventListener with ease"
|
|
@@ -1343,7 +1343,7 @@
|
|
|
1343
1343
|
{
|
|
1344
1344
|
"name": "useFocusTrap",
|
|
1345
1345
|
"package": "integrations",
|
|
1346
|
-
"lastUpdated":
|
|
1346
|
+
"lastUpdated": 1721222387000,
|
|
1347
1347
|
"component": true,
|
|
1348
1348
|
"docs": "https://vueuse.org/integrations/useFocusTrap/",
|
|
1349
1349
|
"category": "@Integrations",
|
|
@@ -1378,7 +1378,7 @@
|
|
|
1378
1378
|
{
|
|
1379
1379
|
"name": "useFuse",
|
|
1380
1380
|
"package": "integrations",
|
|
1381
|
-
"lastUpdated":
|
|
1381
|
+
"lastUpdated": 1718193366000,
|
|
1382
1382
|
"docs": "https://vueuse.org/integrations/useFuse/",
|
|
1383
1383
|
"category": "@Integrations",
|
|
1384
1384
|
"description": "easily implement fuzzy search using a composable with [Fuse.js](https://github.com/krisk/fuse)",
|
|
@@ -1438,7 +1438,7 @@
|
|
|
1438
1438
|
{
|
|
1439
1439
|
"name": "useInfiniteScroll",
|
|
1440
1440
|
"package": "core",
|
|
1441
|
-
"lastUpdated":
|
|
1441
|
+
"lastUpdated": 1721222904000,
|
|
1442
1442
|
"directive": true,
|
|
1443
1443
|
"docs": "https://vueuse.org/core/useInfiniteScroll/",
|
|
1444
1444
|
"category": "Sensors",
|
|
@@ -1447,7 +1447,7 @@
|
|
|
1447
1447
|
{
|
|
1448
1448
|
"name": "useIntersectionObserver",
|
|
1449
1449
|
"package": "core",
|
|
1450
|
-
"lastUpdated":
|
|
1450
|
+
"lastUpdated": 1721221539000,
|
|
1451
1451
|
"directive": true,
|
|
1452
1452
|
"docs": "https://vueuse.org/core/useIntersectionObserver/",
|
|
1453
1453
|
"category": "Elements",
|
|
@@ -1496,7 +1496,7 @@
|
|
|
1496
1496
|
{
|
|
1497
1497
|
"name": "useJwt",
|
|
1498
1498
|
"package": "integrations",
|
|
1499
|
-
"lastUpdated":
|
|
1499
|
+
"lastUpdated": 1718230120000,
|
|
1500
1500
|
"docs": "https://vueuse.org/integrations/useJwt/",
|
|
1501
1501
|
"category": "@Integrations",
|
|
1502
1502
|
"description": "wrapper for [`jwt-decode`](https://github.com/auth0/jwt-decode)",
|
|
@@ -1567,7 +1567,7 @@
|
|
|
1567
1567
|
{
|
|
1568
1568
|
"name": "useMediaControls",
|
|
1569
1569
|
"package": "core",
|
|
1570
|
-
"lastUpdated":
|
|
1570
|
+
"lastUpdated": 1721219567000,
|
|
1571
1571
|
"docs": "https://vueuse.org/core/useMediaControls/",
|
|
1572
1572
|
"category": "Browser",
|
|
1573
1573
|
"description": "reactive media controls for both `audio` and `video` elements"
|
|
@@ -1609,21 +1609,21 @@
|
|
|
1609
1609
|
"category": "@Motion",
|
|
1610
1610
|
"name": "useMotion",
|
|
1611
1611
|
"description": "putting your components in motion.",
|
|
1612
|
-
"external": "https://motion.vueuse.org/api/use-motion
|
|
1612
|
+
"external": "https://motion.vueuse.org/api/use-motion"
|
|
1613
1613
|
},
|
|
1614
1614
|
{
|
|
1615
1615
|
"package": "motion",
|
|
1616
1616
|
"category": "@Motion",
|
|
1617
1617
|
"name": "useMotionProperties",
|
|
1618
1618
|
"description": "access Motion Properties for a target element.",
|
|
1619
|
-
"external": "https://motion.vueuse.org/api/use-motion-properties
|
|
1619
|
+
"external": "https://motion.vueuse.org/api/use-motion-properties"
|
|
1620
1620
|
},
|
|
1621
1621
|
{
|
|
1622
1622
|
"package": "motion",
|
|
1623
1623
|
"category": "@Motion",
|
|
1624
1624
|
"name": "useMotionVariants",
|
|
1625
1625
|
"description": "handle the Variants state and selection.",
|
|
1626
|
-
"external": "https://motion.vueuse.org/api/use-motion-variants
|
|
1626
|
+
"external": "https://motion.vueuse.org/api/use-motion-variants"
|
|
1627
1627
|
},
|
|
1628
1628
|
{
|
|
1629
1629
|
"name": "useMounted",
|
|
@@ -1645,7 +1645,7 @@
|
|
|
1645
1645
|
{
|
|
1646
1646
|
"name": "useMouseInElement",
|
|
1647
1647
|
"package": "core",
|
|
1648
|
-
"lastUpdated":
|
|
1648
|
+
"lastUpdated": 1721220667000,
|
|
1649
1649
|
"component": true,
|
|
1650
1650
|
"docs": "https://vueuse.org/core/useMouseInElement/",
|
|
1651
1651
|
"category": "Elements",
|
|
@@ -1663,7 +1663,7 @@
|
|
|
1663
1663
|
{
|
|
1664
1664
|
"name": "useMutationObserver",
|
|
1665
1665
|
"package": "core",
|
|
1666
|
-
"lastUpdated":
|
|
1666
|
+
"lastUpdated": 1718230182000,
|
|
1667
1667
|
"docs": "https://vueuse.org/core/useMutationObserver/",
|
|
1668
1668
|
"category": "Elements",
|
|
1669
1669
|
"description": "watch for changes being made to the DOM tree"
|
|
@@ -1774,7 +1774,7 @@
|
|
|
1774
1774
|
{
|
|
1775
1775
|
"name": "usePermission",
|
|
1776
1776
|
"package": "core",
|
|
1777
|
-
"lastUpdated":
|
|
1777
|
+
"lastUpdated": 1721221053000,
|
|
1778
1778
|
"docs": "https://vueuse.org/core/usePermission/",
|
|
1779
1779
|
"category": "Browser",
|
|
1780
1780
|
"description": "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)",
|
|
@@ -1918,7 +1918,8 @@
|
|
|
1918
1918
|
{
|
|
1919
1919
|
"name": "useResizeObserver",
|
|
1920
1920
|
"package": "core",
|
|
1921
|
-
"lastUpdated":
|
|
1921
|
+
"lastUpdated": 1721221028000,
|
|
1922
|
+
"directive": true,
|
|
1922
1923
|
"docs": "https://vueuse.org/core/useResizeObserver/",
|
|
1923
1924
|
"category": "Elements",
|
|
1924
1925
|
"description": "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -2008,7 +2009,7 @@
|
|
|
2008
2009
|
{
|
|
2009
2010
|
"name": "useScrollLock",
|
|
2010
2011
|
"package": "core",
|
|
2011
|
-
"lastUpdated":
|
|
2012
|
+
"lastUpdated": 1721219567000,
|
|
2012
2013
|
"directive": true,
|
|
2013
2014
|
"docs": "https://vueuse.org/core/useScrollLock/",
|
|
2014
2015
|
"category": "Sensors",
|
|
@@ -2061,7 +2062,7 @@
|
|
|
2061
2062
|
{
|
|
2062
2063
|
"name": "useSpeechRecognition",
|
|
2063
2064
|
"package": "core",
|
|
2064
|
-
"lastUpdated":
|
|
2065
|
+
"lastUpdated": 1721221314000,
|
|
2065
2066
|
"docs": "https://vueuse.org/core/useSpeechRecognition/",
|
|
2066
2067
|
"category": "Sensors",
|
|
2067
2068
|
"description": "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
|
|
@@ -2069,7 +2070,7 @@
|
|
|
2069
2070
|
{
|
|
2070
2071
|
"name": "useSpeechSynthesis",
|
|
2071
2072
|
"package": "core",
|
|
2072
|
-
"lastUpdated":
|
|
2073
|
+
"lastUpdated": 1721219567000,
|
|
2073
2074
|
"docs": "https://vueuse.org/core/useSpeechSynthesis/",
|
|
2074
2075
|
"category": "Sensors",
|
|
2075
2076
|
"description": "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
|
|
@@ -2079,7 +2080,7 @@
|
|
|
2079
2080
|
"category": "@Motion",
|
|
2080
2081
|
"name": "useSpring",
|
|
2081
2082
|
"description": "spring animations.",
|
|
2082
|
-
"external": "https://motion.vueuse.org/api/use-spring
|
|
2083
|
+
"external": "https://motion.vueuse.org/api/use-spring"
|
|
2083
2084
|
},
|
|
2084
2085
|
{
|
|
2085
2086
|
"name": "useStepper",
|
|
@@ -2092,7 +2093,7 @@
|
|
|
2092
2093
|
{
|
|
2093
2094
|
"name": "useStorage",
|
|
2094
2095
|
"package": "core",
|
|
2095
|
-
"lastUpdated":
|
|
2096
|
+
"lastUpdated": 1721221880000,
|
|
2096
2097
|
"docs": "https://vueuse.org/core/useStorage/",
|
|
2097
2098
|
"category": "State",
|
|
2098
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)",
|
|
@@ -2150,7 +2151,7 @@
|
|
|
2150
2151
|
{
|
|
2151
2152
|
"name": "useSupported",
|
|
2152
2153
|
"package": "core",
|
|
2153
|
-
"lastUpdated":
|
|
2154
|
+
"lastUpdated": 1721219567000,
|
|
2154
2155
|
"docs": "https://vueuse.org/core/useSupported/",
|
|
2155
2156
|
"category": "Utilities",
|
|
2156
2157
|
"description": "sSR compatibility `isSupported`"
|
|
@@ -2166,7 +2167,7 @@
|
|
|
2166
2167
|
{
|
|
2167
2168
|
"name": "useTemplateRefsList",
|
|
2168
2169
|
"package": "core",
|
|
2169
|
-
"lastUpdated":
|
|
2170
|
+
"lastUpdated": 1721219567000,
|
|
2170
2171
|
"docs": "https://vueuse.org/core/useTemplateRefsList/",
|
|
2171
2172
|
"category": "Component",
|
|
2172
2173
|
"description": "shorthand for binding refs to template elements and components inside `v-for`"
|
|
@@ -2174,7 +2175,7 @@
|
|
|
2174
2175
|
{
|
|
2175
2176
|
"name": "useTextareaAutosize",
|
|
2176
2177
|
"package": "core",
|
|
2177
|
-
"lastUpdated":
|
|
2178
|
+
"lastUpdated": 1721223315000,
|
|
2178
2179
|
"docs": "https://vueuse.org/core/useTextareaAutosize/",
|
|
2179
2180
|
"category": "Browser",
|
|
2180
2181
|
"description": "automatically update the height of a textarea depending on the content"
|
|
@@ -2373,7 +2374,7 @@
|
|
|
2373
2374
|
{
|
|
2374
2375
|
"name": "useWakeLock",
|
|
2375
2376
|
"package": "core",
|
|
2376
|
-
"lastUpdated":
|
|
2377
|
+
"lastUpdated": 1721220173000,
|
|
2377
2378
|
"docs": "https://vueuse.org/core/useWakeLock/",
|
|
2378
2379
|
"category": "Browser",
|
|
2379
2380
|
"description": "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API)"
|
|
@@ -2381,7 +2382,7 @@
|
|
|
2381
2382
|
{
|
|
2382
2383
|
"name": "useWebNotification",
|
|
2383
2384
|
"package": "core",
|
|
2384
|
-
"lastUpdated":
|
|
2385
|
+
"lastUpdated": 1721219567000,
|
|
2385
2386
|
"docs": "https://vueuse.org/core/useWebNotification/",
|
|
2386
2387
|
"category": "Browser",
|
|
2387
2388
|
"description": "reactive [Notification](https://developer.mozilla.org/en-US/docs/Web/API/notification)"
|
|
@@ -2389,7 +2390,7 @@
|
|
|
2389
2390
|
{
|
|
2390
2391
|
"name": "useWebSocket",
|
|
2391
2392
|
"package": "core",
|
|
2392
|
-
"lastUpdated":
|
|
2393
|
+
"lastUpdated": 1721224344000,
|
|
2393
2394
|
"docs": "https://vueuse.org/core/useWebSocket/",
|
|
2394
2395
|
"category": "Network",
|
|
2395
2396
|
"description": "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2408,7 +2409,7 @@
|
|
|
2408
2409
|
{
|
|
2409
2410
|
"name": "useWebWorkerFn",
|
|
2410
2411
|
"package": "core",
|
|
2411
|
-
"lastUpdated":
|
|
2412
|
+
"lastUpdated": 1721219567000,
|
|
2412
2413
|
"docs": "https://vueuse.org/core/useWebWorkerFn/",
|
|
2413
2414
|
"category": "Browser",
|
|
2414
2415
|
"description": "run expensive functions without blocking the UI",
|
|
@@ -2436,7 +2437,7 @@
|
|
|
2436
2437
|
{
|
|
2437
2438
|
"name": "useWindowSize",
|
|
2438
2439
|
"package": "core",
|
|
2439
|
-
"lastUpdated":
|
|
2440
|
+
"lastUpdated": 1721224323000,
|
|
2440
2441
|
"component": true,
|
|
2441
2442
|
"docs": "https://vueuse.org/core/useWindowSize/",
|
|
2442
2443
|
"category": "Elements",
|
|
@@ -2494,7 +2495,7 @@
|
|
|
2494
2495
|
{
|
|
2495
2496
|
"name": "watchDeep",
|
|
2496
2497
|
"package": "shared",
|
|
2497
|
-
"lastUpdated":
|
|
2498
|
+
"lastUpdated": 1721220395000,
|
|
2498
2499
|
"docs": "https://vueuse.org/shared/watchDeep/",
|
|
2499
2500
|
"category": "Watch",
|
|
2500
2501
|
"description": "shorthand for watching value with `{deep: true}`"
|
|
@@ -2521,7 +2522,7 @@
|
|
|
2521
2522
|
{
|
|
2522
2523
|
"name": "watchImmediate",
|
|
2523
2524
|
"package": "shared",
|
|
2524
|
-
"lastUpdated":
|
|
2525
|
+
"lastUpdated": 1721220395000,
|
|
2525
2526
|
"docs": "https://vueuse.org/shared/watchImmediate/",
|
|
2526
2527
|
"category": "Watch",
|
|
2527
2528
|
"description": "shorthand for watching value with `{immediate: true}`"
|
package/index.mjs
CHANGED
|
@@ -292,7 +292,7 @@ var functions$1 = [
|
|
|
292
292
|
{
|
|
293
293
|
name: "createTemplatePromise",
|
|
294
294
|
"package": "core",
|
|
295
|
-
lastUpdated:
|
|
295
|
+
lastUpdated: 1721219567000,
|
|
296
296
|
docs: "https://vueuse.org/core/createTemplatePromise/",
|
|
297
297
|
category: "Component",
|
|
298
298
|
description: "template as Promise"
|
|
@@ -433,7 +433,7 @@ var functions$1 = [
|
|
|
433
433
|
{
|
|
434
434
|
name: "onStartTyping",
|
|
435
435
|
"package": "core",
|
|
436
|
-
lastUpdated:
|
|
436
|
+
lastUpdated: 1721219567000,
|
|
437
437
|
docs: "https://vueuse.org/core/onStartTyping/",
|
|
438
438
|
category: "Sensors",
|
|
439
439
|
description: "fires when users start typing on non-editable elements"
|
|
@@ -566,7 +566,7 @@ var functions$1 = [
|
|
|
566
566
|
{
|
|
567
567
|
name: "syncRef",
|
|
568
568
|
"package": "shared",
|
|
569
|
-
lastUpdated:
|
|
569
|
+
lastUpdated: 1721219567000,
|
|
570
570
|
docs: "https://vueuse.org/shared/syncRef/",
|
|
571
571
|
category: "Reactivity",
|
|
572
572
|
description: "two-way refs synchronization",
|
|
@@ -629,7 +629,7 @@ var functions$1 = [
|
|
|
629
629
|
lastUpdated: 1690722634000,
|
|
630
630
|
docs: "https://vueuse.org/shared/toRefs/",
|
|
631
631
|
category: "Reactivity",
|
|
632
|
-
description: "extended [`toRefs`](https://
|
|
632
|
+
description: "extended [`toRefs`](https://vuejs.org/api/reactivity-utilities.html#torefs) that also accepts refs of an object"
|
|
633
633
|
},
|
|
634
634
|
{
|
|
635
635
|
name: "toValue",
|
|
@@ -696,7 +696,7 @@ var functions$1 = [
|
|
|
696
696
|
{
|
|
697
697
|
name: "until",
|
|
698
698
|
"package": "shared",
|
|
699
|
-
lastUpdated:
|
|
699
|
+
lastUpdated: 1721223747000,
|
|
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: 1721222590000,
|
|
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)"
|
|
@@ -825,7 +825,7 @@ var functions$1 = [
|
|
|
825
825
|
{
|
|
826
826
|
name: "useAsyncQueue",
|
|
827
827
|
"package": "core",
|
|
828
|
-
lastUpdated:
|
|
828
|
+
lastUpdated: 1721219567000,
|
|
829
829
|
docs: "https://vueuse.org/core/useAsyncQueue/",
|
|
830
830
|
category: "Utilities",
|
|
831
831
|
description: "executes each asynchronous task sequentially and passes the current task result to the next task"
|
|
@@ -943,7 +943,7 @@ var functions$1 = [
|
|
|
943
943
|
{
|
|
944
944
|
name: "useChangeCase",
|
|
945
945
|
"package": "integrations",
|
|
946
|
-
lastUpdated:
|
|
946
|
+
lastUpdated: 1718193380000,
|
|
947
947
|
docs: "https://vueuse.org/integrations/useChangeCase/",
|
|
948
948
|
category: "@Integrations",
|
|
949
949
|
description: "reactive wrapper for [`change-case`](https://github.com/blakeembrey/change-case)",
|
|
@@ -991,7 +991,7 @@ var functions$1 = [
|
|
|
991
991
|
{
|
|
992
992
|
name: "useColorMode",
|
|
993
993
|
"package": "core",
|
|
994
|
-
lastUpdated:
|
|
994
|
+
lastUpdated: 1721224504000,
|
|
995
995
|
component: true,
|
|
996
996
|
docs: "https://vueuse.org/core/useColorMode/",
|
|
997
997
|
category: "Browser",
|
|
@@ -1013,7 +1013,7 @@ var functions$1 = [
|
|
|
1013
1013
|
{
|
|
1014
1014
|
name: "useCookies",
|
|
1015
1015
|
"package": "integrations",
|
|
1016
|
-
lastUpdated:
|
|
1016
|
+
lastUpdated: 1721219567000,
|
|
1017
1017
|
docs: "https://vueuse.org/integrations/useCookies/",
|
|
1018
1018
|
category: "@Integrations",
|
|
1019
1019
|
description: "wrapper for [`universal-cookie`](https://www.npmjs.com/package/universal-cookie)",
|
|
@@ -1030,7 +1030,7 @@ var functions$1 = [
|
|
|
1030
1030
|
{
|
|
1031
1031
|
name: "useCssVar",
|
|
1032
1032
|
"package": "core",
|
|
1033
|
-
lastUpdated:
|
|
1033
|
+
lastUpdated: 1721220944000,
|
|
1034
1034
|
docs: "https://vueuse.org/core/useCssVar/",
|
|
1035
1035
|
category: "Browser",
|
|
1036
1036
|
description: "manipulate CSS variables"
|
|
@@ -1068,7 +1068,7 @@ var functions$1 = [
|
|
|
1068
1068
|
{
|
|
1069
1069
|
name: "useDateFormat",
|
|
1070
1070
|
"package": "shared",
|
|
1071
|
-
lastUpdated:
|
|
1071
|
+
lastUpdated: 1721222844000,
|
|
1072
1072
|
docs: "https://vueuse.org/shared/useDateFormat/",
|
|
1073
1073
|
category: "Time",
|
|
1074
1074
|
description: "get the formatted date according to the string of tokens passed in"
|
|
@@ -1138,7 +1138,7 @@ var functions$1 = [
|
|
|
1138
1138
|
{
|
|
1139
1139
|
name: "useDisplayMedia",
|
|
1140
1140
|
"package": "core",
|
|
1141
|
-
lastUpdated:
|
|
1141
|
+
lastUpdated: 1721219567000,
|
|
1142
1142
|
docs: "https://vueuse.org/core/useDisplayMedia/",
|
|
1143
1143
|
category: "Sensors",
|
|
1144
1144
|
description: "reactive [`mediaDevices.getDisplayMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia) streaming",
|
|
@@ -1158,7 +1158,7 @@ var functions$1 = [
|
|
|
1158
1158
|
{
|
|
1159
1159
|
name: "useDraggable",
|
|
1160
1160
|
"package": "core",
|
|
1161
|
-
lastUpdated:
|
|
1161
|
+
lastUpdated: 1721221710000,
|
|
1162
1162
|
component: true,
|
|
1163
1163
|
docs: "https://vueuse.org/core/useDraggable/",
|
|
1164
1164
|
category: "Elements",
|
|
@@ -1184,7 +1184,7 @@ var functions$1 = [
|
|
|
1184
1184
|
{
|
|
1185
1185
|
name: "useElementBounding",
|
|
1186
1186
|
"package": "core",
|
|
1187
|
-
lastUpdated:
|
|
1187
|
+
lastUpdated: 1721224957000,
|
|
1188
1188
|
component: true,
|
|
1189
1189
|
docs: "https://vueuse.org/core/useElementBounding/",
|
|
1190
1190
|
category: "Elements",
|
|
@@ -1222,14 +1222,14 @@ var functions$1 = [
|
|
|
1222
1222
|
category: "@Motion",
|
|
1223
1223
|
name: "useElementStyle",
|
|
1224
1224
|
description: "sync a reactive object to a target element CSS styling",
|
|
1225
|
-
external: "https://motion.vueuse.org/api/use-element-style
|
|
1225
|
+
external: "https://motion.vueuse.org/api/use-element-style"
|
|
1226
1226
|
},
|
|
1227
1227
|
{
|
|
1228
1228
|
"package": "motion",
|
|
1229
1229
|
category: "@Motion",
|
|
1230
1230
|
name: "useElementTransform",
|
|
1231
1231
|
description: "sync a reactive object to a target element CSS transform.",
|
|
1232
|
-
external: "https://motion.vueuse.org/api/use-element-transform
|
|
1232
|
+
external: "https://motion.vueuse.org/api/use-element-transform"
|
|
1233
1233
|
},
|
|
1234
1234
|
{
|
|
1235
1235
|
name: "useElementVisibility",
|
|
@@ -1244,7 +1244,7 @@ var functions$1 = [
|
|
|
1244
1244
|
{
|
|
1245
1245
|
name: "useEventBus",
|
|
1246
1246
|
"package": "core",
|
|
1247
|
-
lastUpdated:
|
|
1247
|
+
lastUpdated: 1721219567000,
|
|
1248
1248
|
docs: "https://vueuse.org/core/useEventBus/",
|
|
1249
1249
|
category: "Utilities",
|
|
1250
1250
|
description: "a basic event bus"
|
|
@@ -1252,7 +1252,7 @@ var functions$1 = [
|
|
|
1252
1252
|
{
|
|
1253
1253
|
name: "useEventListener",
|
|
1254
1254
|
"package": "core",
|
|
1255
|
-
lastUpdated:
|
|
1255
|
+
lastUpdated: 1721221795000,
|
|
1256
1256
|
docs: "https://vueuse.org/core/useEventListener/",
|
|
1257
1257
|
category: "Browser",
|
|
1258
1258
|
description: "use EventListener with ease"
|
|
@@ -1342,7 +1342,7 @@ var functions$1 = [
|
|
|
1342
1342
|
{
|
|
1343
1343
|
name: "useFocusTrap",
|
|
1344
1344
|
"package": "integrations",
|
|
1345
|
-
lastUpdated:
|
|
1345
|
+
lastUpdated: 1721222387000,
|
|
1346
1346
|
component: true,
|
|
1347
1347
|
docs: "https://vueuse.org/integrations/useFocusTrap/",
|
|
1348
1348
|
category: "@Integrations",
|
|
@@ -1377,7 +1377,7 @@ var functions$1 = [
|
|
|
1377
1377
|
{
|
|
1378
1378
|
name: "useFuse",
|
|
1379
1379
|
"package": "integrations",
|
|
1380
|
-
lastUpdated:
|
|
1380
|
+
lastUpdated: 1718193366000,
|
|
1381
1381
|
docs: "https://vueuse.org/integrations/useFuse/",
|
|
1382
1382
|
category: "@Integrations",
|
|
1383
1383
|
description: "easily implement fuzzy search using a composable with [Fuse.js](https://github.com/krisk/fuse)",
|
|
@@ -1437,7 +1437,7 @@ var functions$1 = [
|
|
|
1437
1437
|
{
|
|
1438
1438
|
name: "useInfiniteScroll",
|
|
1439
1439
|
"package": "core",
|
|
1440
|
-
lastUpdated:
|
|
1440
|
+
lastUpdated: 1721222904000,
|
|
1441
1441
|
directive: true,
|
|
1442
1442
|
docs: "https://vueuse.org/core/useInfiniteScroll/",
|
|
1443
1443
|
category: "Sensors",
|
|
@@ -1446,7 +1446,7 @@ var functions$1 = [
|
|
|
1446
1446
|
{
|
|
1447
1447
|
name: "useIntersectionObserver",
|
|
1448
1448
|
"package": "core",
|
|
1449
|
-
lastUpdated:
|
|
1449
|
+
lastUpdated: 1721221539000,
|
|
1450
1450
|
directive: true,
|
|
1451
1451
|
docs: "https://vueuse.org/core/useIntersectionObserver/",
|
|
1452
1452
|
category: "Elements",
|
|
@@ -1495,7 +1495,7 @@ var functions$1 = [
|
|
|
1495
1495
|
{
|
|
1496
1496
|
name: "useJwt",
|
|
1497
1497
|
"package": "integrations",
|
|
1498
|
-
lastUpdated:
|
|
1498
|
+
lastUpdated: 1718230120000,
|
|
1499
1499
|
docs: "https://vueuse.org/integrations/useJwt/",
|
|
1500
1500
|
category: "@Integrations",
|
|
1501
1501
|
description: "wrapper for [`jwt-decode`](https://github.com/auth0/jwt-decode)",
|
|
@@ -1566,7 +1566,7 @@ var functions$1 = [
|
|
|
1566
1566
|
{
|
|
1567
1567
|
name: "useMediaControls",
|
|
1568
1568
|
"package": "core",
|
|
1569
|
-
lastUpdated:
|
|
1569
|
+
lastUpdated: 1721219567000,
|
|
1570
1570
|
docs: "https://vueuse.org/core/useMediaControls/",
|
|
1571
1571
|
category: "Browser",
|
|
1572
1572
|
description: "reactive media controls for both `audio` and `video` elements"
|
|
@@ -1608,21 +1608,21 @@ var functions$1 = [
|
|
|
1608
1608
|
category: "@Motion",
|
|
1609
1609
|
name: "useMotion",
|
|
1610
1610
|
description: "putting your components in motion.",
|
|
1611
|
-
external: "https://motion.vueuse.org/api/use-motion
|
|
1611
|
+
external: "https://motion.vueuse.org/api/use-motion"
|
|
1612
1612
|
},
|
|
1613
1613
|
{
|
|
1614
1614
|
"package": "motion",
|
|
1615
1615
|
category: "@Motion",
|
|
1616
1616
|
name: "useMotionProperties",
|
|
1617
1617
|
description: "access Motion Properties for a target element.",
|
|
1618
|
-
external: "https://motion.vueuse.org/api/use-motion-properties
|
|
1618
|
+
external: "https://motion.vueuse.org/api/use-motion-properties"
|
|
1619
1619
|
},
|
|
1620
1620
|
{
|
|
1621
1621
|
"package": "motion",
|
|
1622
1622
|
category: "@Motion",
|
|
1623
1623
|
name: "useMotionVariants",
|
|
1624
1624
|
description: "handle the Variants state and selection.",
|
|
1625
|
-
external: "https://motion.vueuse.org/api/use-motion-variants
|
|
1625
|
+
external: "https://motion.vueuse.org/api/use-motion-variants"
|
|
1626
1626
|
},
|
|
1627
1627
|
{
|
|
1628
1628
|
name: "useMounted",
|
|
@@ -1644,7 +1644,7 @@ var functions$1 = [
|
|
|
1644
1644
|
{
|
|
1645
1645
|
name: "useMouseInElement",
|
|
1646
1646
|
"package": "core",
|
|
1647
|
-
lastUpdated:
|
|
1647
|
+
lastUpdated: 1721220667000,
|
|
1648
1648
|
component: true,
|
|
1649
1649
|
docs: "https://vueuse.org/core/useMouseInElement/",
|
|
1650
1650
|
category: "Elements",
|
|
@@ -1662,7 +1662,7 @@ var functions$1 = [
|
|
|
1662
1662
|
{
|
|
1663
1663
|
name: "useMutationObserver",
|
|
1664
1664
|
"package": "core",
|
|
1665
|
-
lastUpdated:
|
|
1665
|
+
lastUpdated: 1718230182000,
|
|
1666
1666
|
docs: "https://vueuse.org/core/useMutationObserver/",
|
|
1667
1667
|
category: "Elements",
|
|
1668
1668
|
description: "watch for changes being made to the DOM tree"
|
|
@@ -1773,7 +1773,7 @@ var functions$1 = [
|
|
|
1773
1773
|
{
|
|
1774
1774
|
name: "usePermission",
|
|
1775
1775
|
"package": "core",
|
|
1776
|
-
lastUpdated:
|
|
1776
|
+
lastUpdated: 1721221053000,
|
|
1777
1777
|
docs: "https://vueuse.org/core/usePermission/",
|
|
1778
1778
|
category: "Browser",
|
|
1779
1779
|
description: "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)",
|
|
@@ -1917,7 +1917,8 @@ var functions$1 = [
|
|
|
1917
1917
|
{
|
|
1918
1918
|
name: "useResizeObserver",
|
|
1919
1919
|
"package": "core",
|
|
1920
|
-
lastUpdated:
|
|
1920
|
+
lastUpdated: 1721221028000,
|
|
1921
|
+
directive: true,
|
|
1921
1922
|
docs: "https://vueuse.org/core/useResizeObserver/",
|
|
1922
1923
|
category: "Elements",
|
|
1923
1924
|
description: "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -2007,7 +2008,7 @@ var functions$1 = [
|
|
|
2007
2008
|
{
|
|
2008
2009
|
name: "useScrollLock",
|
|
2009
2010
|
"package": "core",
|
|
2010
|
-
lastUpdated:
|
|
2011
|
+
lastUpdated: 1721219567000,
|
|
2011
2012
|
directive: true,
|
|
2012
2013
|
docs: "https://vueuse.org/core/useScrollLock/",
|
|
2013
2014
|
category: "Sensors",
|
|
@@ -2060,7 +2061,7 @@ var functions$1 = [
|
|
|
2060
2061
|
{
|
|
2061
2062
|
name: "useSpeechRecognition",
|
|
2062
2063
|
"package": "core",
|
|
2063
|
-
lastUpdated:
|
|
2064
|
+
lastUpdated: 1721221314000,
|
|
2064
2065
|
docs: "https://vueuse.org/core/useSpeechRecognition/",
|
|
2065
2066
|
category: "Sensors",
|
|
2066
2067
|
description: "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
|
|
@@ -2068,7 +2069,7 @@ var functions$1 = [
|
|
|
2068
2069
|
{
|
|
2069
2070
|
name: "useSpeechSynthesis",
|
|
2070
2071
|
"package": "core",
|
|
2071
|
-
lastUpdated:
|
|
2072
|
+
lastUpdated: 1721219567000,
|
|
2072
2073
|
docs: "https://vueuse.org/core/useSpeechSynthesis/",
|
|
2073
2074
|
category: "Sensors",
|
|
2074
2075
|
description: "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
|
|
@@ -2078,7 +2079,7 @@ var functions$1 = [
|
|
|
2078
2079
|
category: "@Motion",
|
|
2079
2080
|
name: "useSpring",
|
|
2080
2081
|
description: "spring animations.",
|
|
2081
|
-
external: "https://motion.vueuse.org/api/use-spring
|
|
2082
|
+
external: "https://motion.vueuse.org/api/use-spring"
|
|
2082
2083
|
},
|
|
2083
2084
|
{
|
|
2084
2085
|
name: "useStepper",
|
|
@@ -2091,7 +2092,7 @@ var functions$1 = [
|
|
|
2091
2092
|
{
|
|
2092
2093
|
name: "useStorage",
|
|
2093
2094
|
"package": "core",
|
|
2094
|
-
lastUpdated:
|
|
2095
|
+
lastUpdated: 1721221880000,
|
|
2095
2096
|
docs: "https://vueuse.org/core/useStorage/",
|
|
2096
2097
|
category: "State",
|
|
2097
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)",
|
|
@@ -2149,7 +2150,7 @@ var functions$1 = [
|
|
|
2149
2150
|
{
|
|
2150
2151
|
name: "useSupported",
|
|
2151
2152
|
"package": "core",
|
|
2152
|
-
lastUpdated:
|
|
2153
|
+
lastUpdated: 1721219567000,
|
|
2153
2154
|
docs: "https://vueuse.org/core/useSupported/",
|
|
2154
2155
|
category: "Utilities",
|
|
2155
2156
|
description: "sSR compatibility `isSupported`"
|
|
@@ -2165,7 +2166,7 @@ var functions$1 = [
|
|
|
2165
2166
|
{
|
|
2166
2167
|
name: "useTemplateRefsList",
|
|
2167
2168
|
"package": "core",
|
|
2168
|
-
lastUpdated:
|
|
2169
|
+
lastUpdated: 1721219567000,
|
|
2169
2170
|
docs: "https://vueuse.org/core/useTemplateRefsList/",
|
|
2170
2171
|
category: "Component",
|
|
2171
2172
|
description: "shorthand for binding refs to template elements and components inside `v-for`"
|
|
@@ -2173,7 +2174,7 @@ var functions$1 = [
|
|
|
2173
2174
|
{
|
|
2174
2175
|
name: "useTextareaAutosize",
|
|
2175
2176
|
"package": "core",
|
|
2176
|
-
lastUpdated:
|
|
2177
|
+
lastUpdated: 1721223315000,
|
|
2177
2178
|
docs: "https://vueuse.org/core/useTextareaAutosize/",
|
|
2178
2179
|
category: "Browser",
|
|
2179
2180
|
description: "automatically update the height of a textarea depending on the content"
|
|
@@ -2372,7 +2373,7 @@ var functions$1 = [
|
|
|
2372
2373
|
{
|
|
2373
2374
|
name: "useWakeLock",
|
|
2374
2375
|
"package": "core",
|
|
2375
|
-
lastUpdated:
|
|
2376
|
+
lastUpdated: 1721220173000,
|
|
2376
2377
|
docs: "https://vueuse.org/core/useWakeLock/",
|
|
2377
2378
|
category: "Browser",
|
|
2378
2379
|
description: "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API)"
|
|
@@ -2380,7 +2381,7 @@ var functions$1 = [
|
|
|
2380
2381
|
{
|
|
2381
2382
|
name: "useWebNotification",
|
|
2382
2383
|
"package": "core",
|
|
2383
|
-
lastUpdated:
|
|
2384
|
+
lastUpdated: 1721219567000,
|
|
2384
2385
|
docs: "https://vueuse.org/core/useWebNotification/",
|
|
2385
2386
|
category: "Browser",
|
|
2386
2387
|
description: "reactive [Notification](https://developer.mozilla.org/en-US/docs/Web/API/notification)"
|
|
@@ -2388,7 +2389,7 @@ var functions$1 = [
|
|
|
2388
2389
|
{
|
|
2389
2390
|
name: "useWebSocket",
|
|
2390
2391
|
"package": "core",
|
|
2391
|
-
lastUpdated:
|
|
2392
|
+
lastUpdated: 1721224344000,
|
|
2392
2393
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2393
2394
|
category: "Network",
|
|
2394
2395
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2407,7 +2408,7 @@ var functions$1 = [
|
|
|
2407
2408
|
{
|
|
2408
2409
|
name: "useWebWorkerFn",
|
|
2409
2410
|
"package": "core",
|
|
2410
|
-
lastUpdated:
|
|
2411
|
+
lastUpdated: 1721219567000,
|
|
2411
2412
|
docs: "https://vueuse.org/core/useWebWorkerFn/",
|
|
2412
2413
|
category: "Browser",
|
|
2413
2414
|
description: "run expensive functions without blocking the UI",
|
|
@@ -2435,7 +2436,7 @@ var functions$1 = [
|
|
|
2435
2436
|
{
|
|
2436
2437
|
name: "useWindowSize",
|
|
2437
2438
|
"package": "core",
|
|
2438
|
-
lastUpdated:
|
|
2439
|
+
lastUpdated: 1721224323000,
|
|
2439
2440
|
component: true,
|
|
2440
2441
|
docs: "https://vueuse.org/core/useWindowSize/",
|
|
2441
2442
|
category: "Elements",
|
|
@@ -2493,7 +2494,7 @@ var functions$1 = [
|
|
|
2493
2494
|
{
|
|
2494
2495
|
name: "watchDeep",
|
|
2495
2496
|
"package": "shared",
|
|
2496
|
-
lastUpdated:
|
|
2497
|
+
lastUpdated: 1721220395000,
|
|
2497
2498
|
docs: "https://vueuse.org/shared/watchDeep/",
|
|
2498
2499
|
category: "Watch",
|
|
2499
2500
|
description: "shorthand for watching value with `{deep: true}`"
|
|
@@ -2520,7 +2521,7 @@ var functions$1 = [
|
|
|
2520
2521
|
{
|
|
2521
2522
|
name: "watchImmediate",
|
|
2522
2523
|
"package": "shared",
|
|
2523
|
-
lastUpdated:
|
|
2524
|
+
lastUpdated: 1721220395000,
|
|
2524
2525
|
docs: "https://vueuse.org/shared/watchImmediate/",
|
|
2525
2526
|
category: "Watch",
|
|
2526
2527
|
description: "shorthand for watching value with `{immediate: true}`"
|