@vueuse/metadata 10.1.0 → 10.2.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 +41 -41
- package/index.json +41 -41
- package/index.mjs +41 -41
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -230,7 +230,7 @@ var functions$1 = [
|
|
|
230
230
|
{
|
|
231
231
|
name: "createGlobalState",
|
|
232
232
|
"package": "shared",
|
|
233
|
-
lastUpdated:
|
|
233
|
+
lastUpdated: 1682985671000,
|
|
234
234
|
docs: "https://vueuse.org/shared/createGlobalState/",
|
|
235
235
|
category: "State",
|
|
236
236
|
description: "keep states in the global scope to be reusable across Vue instances",
|
|
@@ -268,7 +268,7 @@ var functions$1 = [
|
|
|
268
268
|
{
|
|
269
269
|
name: "createReusableTemplate",
|
|
270
270
|
"package": "core",
|
|
271
|
-
lastUpdated:
|
|
271
|
+
lastUpdated: 1682582034000,
|
|
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: 1682977456000,
|
|
298
298
|
docs: "https://vueuse.org/core/createTemplatePromise/",
|
|
299
299
|
category: "Component",
|
|
300
300
|
description: "template as Promise"
|
|
@@ -337,7 +337,7 @@ var functions$1 = [
|
|
|
337
337
|
{
|
|
338
338
|
name: "isDefined",
|
|
339
339
|
"package": "shared",
|
|
340
|
-
lastUpdated:
|
|
340
|
+
lastUpdated: 1682985671000,
|
|
341
341
|
docs: "https://vueuse.org/shared/isDefined/",
|
|
342
342
|
category: "Utilities",
|
|
343
343
|
description: "non-nullish checking type guard for Ref"
|
|
@@ -398,7 +398,7 @@ var functions$1 = [
|
|
|
398
398
|
{
|
|
399
399
|
name: "onClickOutside",
|
|
400
400
|
"package": "core",
|
|
401
|
-
lastUpdated:
|
|
401
|
+
lastUpdated: 1683316413000,
|
|
402
402
|
component: true,
|
|
403
403
|
directive: true,
|
|
404
404
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -435,7 +435,7 @@ var functions$1 = [
|
|
|
435
435
|
{
|
|
436
436
|
name: "reactify",
|
|
437
437
|
"package": "shared",
|
|
438
|
-
lastUpdated:
|
|
438
|
+
lastUpdated: 1682985671000,
|
|
439
439
|
docs: "https://vueuse.org/shared/reactify/",
|
|
440
440
|
category: "Reactivity",
|
|
441
441
|
description: "converts plain functions into reactive functions",
|
|
@@ -449,7 +449,7 @@ var functions$1 = [
|
|
|
449
449
|
{
|
|
450
450
|
name: "reactifyObject",
|
|
451
451
|
"package": "shared",
|
|
452
|
-
lastUpdated:
|
|
452
|
+
lastUpdated: 1686917986000,
|
|
453
453
|
docs: "https://vueuse.org/shared/reactifyObject/",
|
|
454
454
|
category: "Reactivity",
|
|
455
455
|
description: "apply `reactify` to an object"
|
|
@@ -707,7 +707,7 @@ var functions$1 = [
|
|
|
707
707
|
{
|
|
708
708
|
name: "useAnimate",
|
|
709
709
|
"package": "core",
|
|
710
|
-
lastUpdated:
|
|
710
|
+
lastUpdated: 1686917986000,
|
|
711
711
|
docs: "https://vueuse.org/core/useAnimate/",
|
|
712
712
|
category: "Animation",
|
|
713
713
|
description: "reactive [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API)"
|
|
@@ -811,7 +811,7 @@ var functions$1 = [
|
|
|
811
811
|
{
|
|
812
812
|
name: "useAsyncQueue",
|
|
813
813
|
"package": "core",
|
|
814
|
-
lastUpdated:
|
|
814
|
+
lastUpdated: 1684138266000,
|
|
815
815
|
docs: "https://vueuse.org/core/useAsyncQueue/",
|
|
816
816
|
category: "Utilities",
|
|
817
817
|
description: "executes each asynchronous task sequentially and passes the current task result to the next task"
|
|
@@ -854,7 +854,7 @@ var functions$1 = [
|
|
|
854
854
|
{
|
|
855
855
|
name: "useAxios",
|
|
856
856
|
"package": "integrations",
|
|
857
|
-
lastUpdated:
|
|
857
|
+
lastUpdated: 1686067596000,
|
|
858
858
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
859
859
|
category: "@Integrations",
|
|
860
860
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -954,7 +954,7 @@ var functions$1 = [
|
|
|
954
954
|
{
|
|
955
955
|
name: "useCloned",
|
|
956
956
|
"package": "core",
|
|
957
|
-
lastUpdated:
|
|
957
|
+
lastUpdated: 1686164818000,
|
|
958
958
|
docs: "https://vueuse.org/core/useCloned/",
|
|
959
959
|
category: "Utilities",
|
|
960
960
|
description: "reactive clone of a ref"
|
|
@@ -962,7 +962,7 @@ var functions$1 = [
|
|
|
962
962
|
{
|
|
963
963
|
name: "useColorMode",
|
|
964
964
|
"package": "core",
|
|
965
|
-
lastUpdated:
|
|
965
|
+
lastUpdated: 1686083595000,
|
|
966
966
|
component: true,
|
|
967
967
|
docs: "https://vueuse.org/core/useColorMode/",
|
|
968
968
|
category: "Browser",
|
|
@@ -1001,7 +1001,7 @@ var functions$1 = [
|
|
|
1001
1001
|
{
|
|
1002
1002
|
name: "useCssVar",
|
|
1003
1003
|
"package": "core",
|
|
1004
|
-
lastUpdated:
|
|
1004
|
+
lastUpdated: 1686084007000,
|
|
1005
1005
|
docs: "https://vueuse.org/core/useCssVar/",
|
|
1006
1006
|
category: "Browser",
|
|
1007
1007
|
description: "manipulate CSS variables"
|
|
@@ -1138,7 +1138,7 @@ var functions$1 = [
|
|
|
1138
1138
|
{
|
|
1139
1139
|
name: "useDrauu",
|
|
1140
1140
|
"package": "integrations",
|
|
1141
|
-
lastUpdated:
|
|
1141
|
+
lastUpdated: 1682977193000,
|
|
1142
1142
|
docs: "https://vueuse.org/integrations/useDrauu/",
|
|
1143
1143
|
category: "@Integrations",
|
|
1144
1144
|
description: "reactive instance for [drauu](https://github.com/antfu/drauu)",
|
|
@@ -1164,7 +1164,7 @@ var functions$1 = [
|
|
|
1164
1164
|
{
|
|
1165
1165
|
name: "useElementByPoint",
|
|
1166
1166
|
"package": "core",
|
|
1167
|
-
lastUpdated:
|
|
1167
|
+
lastUpdated: 1683897623000,
|
|
1168
1168
|
docs: "https://vueuse.org/core/useElementByPoint/",
|
|
1169
1169
|
category: "Sensors",
|
|
1170
1170
|
description: "reactive element by point"
|
|
@@ -1181,7 +1181,7 @@ var functions$1 = [
|
|
|
1181
1181
|
{
|
|
1182
1182
|
name: "useElementSize",
|
|
1183
1183
|
"package": "core",
|
|
1184
|
-
lastUpdated:
|
|
1184
|
+
lastUpdated: 1686084730000,
|
|
1185
1185
|
component: true,
|
|
1186
1186
|
directive: true,
|
|
1187
1187
|
docs: "https://vueuse.org/core/useElementSize/",
|
|
@@ -1231,7 +1231,7 @@ var functions$1 = [
|
|
|
1231
1231
|
{
|
|
1232
1232
|
name: "useEventSource",
|
|
1233
1233
|
"package": "core",
|
|
1234
|
-
lastUpdated:
|
|
1234
|
+
lastUpdated: 1682602008000,
|
|
1235
1235
|
docs: "https://vueuse.org/core/useEventSource/",
|
|
1236
1236
|
category: "Network",
|
|
1237
1237
|
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"
|
|
@@ -1256,7 +1256,7 @@ var functions$1 = [
|
|
|
1256
1256
|
{
|
|
1257
1257
|
name: "useFetch",
|
|
1258
1258
|
"package": "core",
|
|
1259
|
-
lastUpdated:
|
|
1259
|
+
lastUpdated: 1682983932000,
|
|
1260
1260
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1261
1261
|
category: "Network",
|
|
1262
1262
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1264,7 +1264,7 @@ var functions$1 = [
|
|
|
1264
1264
|
{
|
|
1265
1265
|
name: "useFileDialog",
|
|
1266
1266
|
"package": "core",
|
|
1267
|
-
lastUpdated:
|
|
1267
|
+
lastUpdated: 1683896892000,
|
|
1268
1268
|
docs: "https://vueuse.org/core/useFileDialog/",
|
|
1269
1269
|
category: "Browser",
|
|
1270
1270
|
description: "open file dialog with ease"
|
|
@@ -1349,7 +1349,7 @@ var functions$1 = [
|
|
|
1349
1349
|
{
|
|
1350
1350
|
name: "useGamepad",
|
|
1351
1351
|
"package": "core",
|
|
1352
|
-
lastUpdated:
|
|
1352
|
+
lastUpdated: 1686917986000,
|
|
1353
1353
|
docs: "https://vueuse.org/core/useGamepad/",
|
|
1354
1354
|
category: "Browser",
|
|
1355
1355
|
description: "provides reactive bindings for the [Gamepad API](https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API)"
|
|
@@ -1391,7 +1391,7 @@ var functions$1 = [
|
|
|
1391
1391
|
{
|
|
1392
1392
|
name: "useImage",
|
|
1393
1393
|
"package": "core",
|
|
1394
|
-
lastUpdated:
|
|
1394
|
+
lastUpdated: 1686083614000,
|
|
1395
1395
|
component: true,
|
|
1396
1396
|
docs: "https://vueuse.org/core/useImage/",
|
|
1397
1397
|
category: "Browser",
|
|
@@ -1400,7 +1400,7 @@ var functions$1 = [
|
|
|
1400
1400
|
{
|
|
1401
1401
|
name: "useInfiniteScroll",
|
|
1402
1402
|
"package": "core",
|
|
1403
|
-
lastUpdated:
|
|
1403
|
+
lastUpdated: 1682983227000,
|
|
1404
1404
|
directive: true,
|
|
1405
1405
|
docs: "https://vueuse.org/core/useInfiniteScroll/",
|
|
1406
1406
|
category: "Sensors",
|
|
@@ -1502,7 +1502,7 @@ var functions$1 = [
|
|
|
1502
1502
|
{
|
|
1503
1503
|
name: "useManualRefHistory",
|
|
1504
1504
|
"package": "core",
|
|
1505
|
-
lastUpdated:
|
|
1505
|
+
lastUpdated: 1682524872000,
|
|
1506
1506
|
docs: "https://vueuse.org/core/useManualRefHistory/",
|
|
1507
1507
|
category: "State",
|
|
1508
1508
|
description: "manually track the change history of a ref when the using calls `commit()`",
|
|
@@ -1529,7 +1529,7 @@ var functions$1 = [
|
|
|
1529
1529
|
{
|
|
1530
1530
|
name: "useMediaControls",
|
|
1531
1531
|
"package": "core",
|
|
1532
|
-
lastUpdated:
|
|
1532
|
+
lastUpdated: 1683625206000,
|
|
1533
1533
|
docs: "https://vueuse.org/core/useMediaControls/",
|
|
1534
1534
|
category: "Browser",
|
|
1535
1535
|
description: "reactive media controls for both `audio` and `video` elements"
|
|
@@ -1773,7 +1773,7 @@ var functions$1 = [
|
|
|
1773
1773
|
{
|
|
1774
1774
|
name: "usePrecision",
|
|
1775
1775
|
"package": "math",
|
|
1776
|
-
lastUpdated:
|
|
1776
|
+
lastUpdated: 1682982873000,
|
|
1777
1777
|
docs: "https://vueuse.org/math/usePrecision/",
|
|
1778
1778
|
category: "@Math",
|
|
1779
1779
|
description: "reactively set the precision of a number"
|
|
@@ -1896,7 +1896,7 @@ var functions$1 = [
|
|
|
1896
1896
|
{
|
|
1897
1897
|
name: "useRouteHash",
|
|
1898
1898
|
"package": "router",
|
|
1899
|
-
lastUpdated:
|
|
1899
|
+
lastUpdated: 1683625976000,
|
|
1900
1900
|
docs: "https://vueuse.org/router/useRouteHash/",
|
|
1901
1901
|
category: "@Router",
|
|
1902
1902
|
description: "shorthand for a reactive `route.hash`"
|
|
@@ -1904,7 +1904,7 @@ var functions$1 = [
|
|
|
1904
1904
|
{
|
|
1905
1905
|
name: "useRouteParams",
|
|
1906
1906
|
"package": "router",
|
|
1907
|
-
lastUpdated:
|
|
1907
|
+
lastUpdated: 1683625976000,
|
|
1908
1908
|
docs: "https://vueuse.org/router/useRouteParams/",
|
|
1909
1909
|
category: "@Router",
|
|
1910
1910
|
description: "shorthand for a reactive `route.params`"
|
|
@@ -1912,7 +1912,7 @@ var functions$1 = [
|
|
|
1912
1912
|
{
|
|
1913
1913
|
name: "useRouteQuery",
|
|
1914
1914
|
"package": "router",
|
|
1915
|
-
lastUpdated:
|
|
1915
|
+
lastUpdated: 1683625976000,
|
|
1916
1916
|
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1917
1917
|
category: "@Router",
|
|
1918
1918
|
description: "shorthand for a reactive `route.query`"
|
|
@@ -1956,12 +1956,12 @@ var functions$1 = [
|
|
|
1956
1956
|
lastUpdated: 1681372607000,
|
|
1957
1957
|
docs: "https://vueuse.org/core/useScriptTag/",
|
|
1958
1958
|
category: "Browser",
|
|
1959
|
-
description: "script tag
|
|
1959
|
+
description: "creates a script tag"
|
|
1960
1960
|
},
|
|
1961
1961
|
{
|
|
1962
1962
|
name: "useScroll",
|
|
1963
1963
|
"package": "core",
|
|
1964
|
-
lastUpdated:
|
|
1964
|
+
lastUpdated: 1684138239000,
|
|
1965
1965
|
directive: true,
|
|
1966
1966
|
docs: "https://vueuse.org/core/useScroll/",
|
|
1967
1967
|
category: "Sensors",
|
|
@@ -1970,7 +1970,7 @@ var functions$1 = [
|
|
|
1970
1970
|
{
|
|
1971
1971
|
name: "useScrollLock",
|
|
1972
1972
|
"package": "core",
|
|
1973
|
-
lastUpdated:
|
|
1973
|
+
lastUpdated: 1683624968000,
|
|
1974
1974
|
directive: true,
|
|
1975
1975
|
docs: "https://vueuse.org/core/useScrollLock/",
|
|
1976
1976
|
category: "Sensors",
|
|
@@ -1998,7 +1998,7 @@ var functions$1 = [
|
|
|
1998
1998
|
{
|
|
1999
1999
|
name: "useSortable",
|
|
2000
2000
|
"package": "integrations",
|
|
2001
|
-
lastUpdated:
|
|
2001
|
+
lastUpdated: 1686083763000,
|
|
2002
2002
|
component: true,
|
|
2003
2003
|
docs: "https://vueuse.org/integrations/useSortable/",
|
|
2004
2004
|
category: "@Integrations",
|
|
@@ -2136,7 +2136,7 @@ var functions$1 = [
|
|
|
2136
2136
|
{
|
|
2137
2137
|
name: "useTextareaAutosize",
|
|
2138
2138
|
"package": "core",
|
|
2139
|
-
lastUpdated:
|
|
2139
|
+
lastUpdated: 1686083719000,
|
|
2140
2140
|
docs: "https://vueuse.org/core/useTextareaAutosize/",
|
|
2141
2141
|
category: "Browser",
|
|
2142
2142
|
description: "automatically update the height of a textarea depending on the content"
|
|
@@ -2185,7 +2185,7 @@ var functions$1 = [
|
|
|
2185
2185
|
{
|
|
2186
2186
|
name: "useTimeAgo",
|
|
2187
2187
|
"package": "core",
|
|
2188
|
-
lastUpdated:
|
|
2188
|
+
lastUpdated: 1683363330000,
|
|
2189
2189
|
component: true,
|
|
2190
2190
|
docs: "https://vueuse.org/core/useTimeAgo/",
|
|
2191
2191
|
category: "Time",
|
|
@@ -2243,7 +2243,7 @@ var functions$1 = [
|
|
|
2243
2243
|
{
|
|
2244
2244
|
name: "useToNumber",
|
|
2245
2245
|
"package": "shared",
|
|
2246
|
-
lastUpdated:
|
|
2246
|
+
lastUpdated: 1686084730000,
|
|
2247
2247
|
docs: "https://vueuse.org/shared/useToNumber/",
|
|
2248
2248
|
category: "Utilities",
|
|
2249
2249
|
description: "reactively convert a string ref to number"
|
|
@@ -2313,7 +2313,7 @@ var functions$1 = [
|
|
|
2313
2313
|
{
|
|
2314
2314
|
name: "useVModel",
|
|
2315
2315
|
"package": "core",
|
|
2316
|
-
lastUpdated:
|
|
2316
|
+
lastUpdated: 1686917986000,
|
|
2317
2317
|
docs: "https://vueuse.org/core/useVModel/",
|
|
2318
2318
|
category: "Component",
|
|
2319
2319
|
description: "shorthand for v-model binding",
|
|
@@ -2359,7 +2359,7 @@ var functions$1 = [
|
|
|
2359
2359
|
{
|
|
2360
2360
|
name: "useWebWorker",
|
|
2361
2361
|
"package": "core",
|
|
2362
|
-
lastUpdated:
|
|
2362
|
+
lastUpdated: 1686083657000,
|
|
2363
2363
|
docs: "https://vueuse.org/core/useWebWorker/",
|
|
2364
2364
|
category: "Browser",
|
|
2365
2365
|
description: "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
|
|
@@ -2423,7 +2423,7 @@ var functions$1 = [
|
|
|
2423
2423
|
{
|
|
2424
2424
|
name: "utils",
|
|
2425
2425
|
"package": "shared",
|
|
2426
|
-
lastUpdated:
|
|
2426
|
+
lastUpdated: 1686084730000,
|
|
2427
2427
|
internal: true
|
|
2428
2428
|
},
|
|
2429
2429
|
{
|
|
@@ -2459,7 +2459,7 @@ var functions$1 = [
|
|
|
2459
2459
|
lastUpdated: 1681929885000,
|
|
2460
2460
|
docs: "https://vueuse.org/shared/watchDeep/",
|
|
2461
2461
|
category: "Watch",
|
|
2462
|
-
description: "shorthand for watching value with {deep: true}"
|
|
2462
|
+
description: "shorthand for watching value with `{deep: true}`"
|
|
2463
2463
|
},
|
|
2464
2464
|
{
|
|
2465
2465
|
name: "watchIgnorable",
|
|
@@ -2475,10 +2475,10 @@ var functions$1 = [
|
|
|
2475
2475
|
{
|
|
2476
2476
|
name: "watchImmediate",
|
|
2477
2477
|
"package": "shared",
|
|
2478
|
-
lastUpdated:
|
|
2478
|
+
lastUpdated: 1686083696000,
|
|
2479
2479
|
docs: "https://vueuse.org/shared/watchImmediate/",
|
|
2480
2480
|
category: "Watch",
|
|
2481
|
-
description: "shorthand for watching value with {immediate: true}"
|
|
2481
|
+
description: "shorthand for watching value with `{immediate: true}`"
|
|
2482
2482
|
},
|
|
2483
2483
|
{
|
|
2484
2484
|
name: "watchOnce",
|
package/index.json
CHANGED
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
{
|
|
230
230
|
"name": "createGlobalState",
|
|
231
231
|
"package": "shared",
|
|
232
|
-
"lastUpdated":
|
|
232
|
+
"lastUpdated": 1682985671000,
|
|
233
233
|
"docs": "https://vueuse.org/shared/createGlobalState/",
|
|
234
234
|
"category": "State",
|
|
235
235
|
"description": "keep states in the global scope to be reusable across Vue instances",
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
{
|
|
268
268
|
"name": "createReusableTemplate",
|
|
269
269
|
"package": "core",
|
|
270
|
-
"lastUpdated":
|
|
270
|
+
"lastUpdated": 1682582034000,
|
|
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": 1682977456000,
|
|
297
297
|
"docs": "https://vueuse.org/core/createTemplatePromise/",
|
|
298
298
|
"category": "Component",
|
|
299
299
|
"description": "template as Promise"
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
{
|
|
337
337
|
"name": "isDefined",
|
|
338
338
|
"package": "shared",
|
|
339
|
-
"lastUpdated":
|
|
339
|
+
"lastUpdated": 1682985671000,
|
|
340
340
|
"docs": "https://vueuse.org/shared/isDefined/",
|
|
341
341
|
"category": "Utilities",
|
|
342
342
|
"description": "non-nullish checking type guard for Ref"
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
{
|
|
398
398
|
"name": "onClickOutside",
|
|
399
399
|
"package": "core",
|
|
400
|
-
"lastUpdated":
|
|
400
|
+
"lastUpdated": 1683316413000,
|
|
401
401
|
"component": true,
|
|
402
402
|
"directive": true,
|
|
403
403
|
"docs": "https://vueuse.org/core/onClickOutside/",
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
{
|
|
435
435
|
"name": "reactify",
|
|
436
436
|
"package": "shared",
|
|
437
|
-
"lastUpdated":
|
|
437
|
+
"lastUpdated": 1682985671000,
|
|
438
438
|
"docs": "https://vueuse.org/shared/reactify/",
|
|
439
439
|
"category": "Reactivity",
|
|
440
440
|
"description": "converts plain functions into reactive functions",
|
|
@@ -448,7 +448,7 @@
|
|
|
448
448
|
{
|
|
449
449
|
"name": "reactifyObject",
|
|
450
450
|
"package": "shared",
|
|
451
|
-
"lastUpdated":
|
|
451
|
+
"lastUpdated": 1686917986000,
|
|
452
452
|
"docs": "https://vueuse.org/shared/reactifyObject/",
|
|
453
453
|
"category": "Reactivity",
|
|
454
454
|
"description": "apply `reactify` to an object"
|
|
@@ -706,7 +706,7 @@
|
|
|
706
706
|
{
|
|
707
707
|
"name": "useAnimate",
|
|
708
708
|
"package": "core",
|
|
709
|
-
"lastUpdated":
|
|
709
|
+
"lastUpdated": 1686917986000,
|
|
710
710
|
"docs": "https://vueuse.org/core/useAnimate/",
|
|
711
711
|
"category": "Animation",
|
|
712
712
|
"description": "reactive [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API)"
|
|
@@ -810,7 +810,7 @@
|
|
|
810
810
|
{
|
|
811
811
|
"name": "useAsyncQueue",
|
|
812
812
|
"package": "core",
|
|
813
|
-
"lastUpdated":
|
|
813
|
+
"lastUpdated": 1684138266000,
|
|
814
814
|
"docs": "https://vueuse.org/core/useAsyncQueue/",
|
|
815
815
|
"category": "Utilities",
|
|
816
816
|
"description": "executes each asynchronous task sequentially and passes the current task result to the next task"
|
|
@@ -853,7 +853,7 @@
|
|
|
853
853
|
{
|
|
854
854
|
"name": "useAxios",
|
|
855
855
|
"package": "integrations",
|
|
856
|
-
"lastUpdated":
|
|
856
|
+
"lastUpdated": 1686067596000,
|
|
857
857
|
"docs": "https://vueuse.org/integrations/useAxios/",
|
|
858
858
|
"category": "@Integrations",
|
|
859
859
|
"description": "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -953,7 +953,7 @@
|
|
|
953
953
|
{
|
|
954
954
|
"name": "useCloned",
|
|
955
955
|
"package": "core",
|
|
956
|
-
"lastUpdated":
|
|
956
|
+
"lastUpdated": 1686164818000,
|
|
957
957
|
"docs": "https://vueuse.org/core/useCloned/",
|
|
958
958
|
"category": "Utilities",
|
|
959
959
|
"description": "reactive clone of a ref"
|
|
@@ -961,7 +961,7 @@
|
|
|
961
961
|
{
|
|
962
962
|
"name": "useColorMode",
|
|
963
963
|
"package": "core",
|
|
964
|
-
"lastUpdated":
|
|
964
|
+
"lastUpdated": 1686083595000,
|
|
965
965
|
"component": true,
|
|
966
966
|
"docs": "https://vueuse.org/core/useColorMode/",
|
|
967
967
|
"category": "Browser",
|
|
@@ -1000,7 +1000,7 @@
|
|
|
1000
1000
|
{
|
|
1001
1001
|
"name": "useCssVar",
|
|
1002
1002
|
"package": "core",
|
|
1003
|
-
"lastUpdated":
|
|
1003
|
+
"lastUpdated": 1686084007000,
|
|
1004
1004
|
"docs": "https://vueuse.org/core/useCssVar/",
|
|
1005
1005
|
"category": "Browser",
|
|
1006
1006
|
"description": "manipulate CSS variables"
|
|
@@ -1137,7 +1137,7 @@
|
|
|
1137
1137
|
{
|
|
1138
1138
|
"name": "useDrauu",
|
|
1139
1139
|
"package": "integrations",
|
|
1140
|
-
"lastUpdated":
|
|
1140
|
+
"lastUpdated": 1682977193000,
|
|
1141
1141
|
"docs": "https://vueuse.org/integrations/useDrauu/",
|
|
1142
1142
|
"category": "@Integrations",
|
|
1143
1143
|
"description": "reactive instance for [drauu](https://github.com/antfu/drauu)",
|
|
@@ -1163,7 +1163,7 @@
|
|
|
1163
1163
|
{
|
|
1164
1164
|
"name": "useElementByPoint",
|
|
1165
1165
|
"package": "core",
|
|
1166
|
-
"lastUpdated":
|
|
1166
|
+
"lastUpdated": 1683897623000,
|
|
1167
1167
|
"docs": "https://vueuse.org/core/useElementByPoint/",
|
|
1168
1168
|
"category": "Sensors",
|
|
1169
1169
|
"description": "reactive element by point"
|
|
@@ -1180,7 +1180,7 @@
|
|
|
1180
1180
|
{
|
|
1181
1181
|
"name": "useElementSize",
|
|
1182
1182
|
"package": "core",
|
|
1183
|
-
"lastUpdated":
|
|
1183
|
+
"lastUpdated": 1686084730000,
|
|
1184
1184
|
"component": true,
|
|
1185
1185
|
"directive": true,
|
|
1186
1186
|
"docs": "https://vueuse.org/core/useElementSize/",
|
|
@@ -1230,7 +1230,7 @@
|
|
|
1230
1230
|
{
|
|
1231
1231
|
"name": "useEventSource",
|
|
1232
1232
|
"package": "core",
|
|
1233
|
-
"lastUpdated":
|
|
1233
|
+
"lastUpdated": 1682602008000,
|
|
1234
1234
|
"docs": "https://vueuse.org/core/useEventSource/",
|
|
1235
1235
|
"category": "Network",
|
|
1236
1236
|
"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"
|
|
@@ -1255,7 +1255,7 @@
|
|
|
1255
1255
|
{
|
|
1256
1256
|
"name": "useFetch",
|
|
1257
1257
|
"package": "core",
|
|
1258
|
-
"lastUpdated":
|
|
1258
|
+
"lastUpdated": 1682983932000,
|
|
1259
1259
|
"docs": "https://vueuse.org/core/useFetch/",
|
|
1260
1260
|
"category": "Network",
|
|
1261
1261
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1263,7 +1263,7 @@
|
|
|
1263
1263
|
{
|
|
1264
1264
|
"name": "useFileDialog",
|
|
1265
1265
|
"package": "core",
|
|
1266
|
-
"lastUpdated":
|
|
1266
|
+
"lastUpdated": 1683896892000,
|
|
1267
1267
|
"docs": "https://vueuse.org/core/useFileDialog/",
|
|
1268
1268
|
"category": "Browser",
|
|
1269
1269
|
"description": "open file dialog with ease"
|
|
@@ -1348,7 +1348,7 @@
|
|
|
1348
1348
|
{
|
|
1349
1349
|
"name": "useGamepad",
|
|
1350
1350
|
"package": "core",
|
|
1351
|
-
"lastUpdated":
|
|
1351
|
+
"lastUpdated": 1686917986000,
|
|
1352
1352
|
"docs": "https://vueuse.org/core/useGamepad/",
|
|
1353
1353
|
"category": "Browser",
|
|
1354
1354
|
"description": "provides reactive bindings for the [Gamepad API](https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API)"
|
|
@@ -1390,7 +1390,7 @@
|
|
|
1390
1390
|
{
|
|
1391
1391
|
"name": "useImage",
|
|
1392
1392
|
"package": "core",
|
|
1393
|
-
"lastUpdated":
|
|
1393
|
+
"lastUpdated": 1686083614000,
|
|
1394
1394
|
"component": true,
|
|
1395
1395
|
"docs": "https://vueuse.org/core/useImage/",
|
|
1396
1396
|
"category": "Browser",
|
|
@@ -1399,7 +1399,7 @@
|
|
|
1399
1399
|
{
|
|
1400
1400
|
"name": "useInfiniteScroll",
|
|
1401
1401
|
"package": "core",
|
|
1402
|
-
"lastUpdated":
|
|
1402
|
+
"lastUpdated": 1682983227000,
|
|
1403
1403
|
"directive": true,
|
|
1404
1404
|
"docs": "https://vueuse.org/core/useInfiniteScroll/",
|
|
1405
1405
|
"category": "Sensors",
|
|
@@ -1501,7 +1501,7 @@
|
|
|
1501
1501
|
{
|
|
1502
1502
|
"name": "useManualRefHistory",
|
|
1503
1503
|
"package": "core",
|
|
1504
|
-
"lastUpdated":
|
|
1504
|
+
"lastUpdated": 1682524872000,
|
|
1505
1505
|
"docs": "https://vueuse.org/core/useManualRefHistory/",
|
|
1506
1506
|
"category": "State",
|
|
1507
1507
|
"description": "manually track the change history of a ref when the using calls `commit()`",
|
|
@@ -1528,7 +1528,7 @@
|
|
|
1528
1528
|
{
|
|
1529
1529
|
"name": "useMediaControls",
|
|
1530
1530
|
"package": "core",
|
|
1531
|
-
"lastUpdated":
|
|
1531
|
+
"lastUpdated": 1683625206000,
|
|
1532
1532
|
"docs": "https://vueuse.org/core/useMediaControls/",
|
|
1533
1533
|
"category": "Browser",
|
|
1534
1534
|
"description": "reactive media controls for both `audio` and `video` elements"
|
|
@@ -1772,7 +1772,7 @@
|
|
|
1772
1772
|
{
|
|
1773
1773
|
"name": "usePrecision",
|
|
1774
1774
|
"package": "math",
|
|
1775
|
-
"lastUpdated":
|
|
1775
|
+
"lastUpdated": 1682982873000,
|
|
1776
1776
|
"docs": "https://vueuse.org/math/usePrecision/",
|
|
1777
1777
|
"category": "@Math",
|
|
1778
1778
|
"description": "reactively set the precision of a number"
|
|
@@ -1895,7 +1895,7 @@
|
|
|
1895
1895
|
{
|
|
1896
1896
|
"name": "useRouteHash",
|
|
1897
1897
|
"package": "router",
|
|
1898
|
-
"lastUpdated":
|
|
1898
|
+
"lastUpdated": 1683625976000,
|
|
1899
1899
|
"docs": "https://vueuse.org/router/useRouteHash/",
|
|
1900
1900
|
"category": "@Router",
|
|
1901
1901
|
"description": "shorthand for a reactive `route.hash`"
|
|
@@ -1903,7 +1903,7 @@
|
|
|
1903
1903
|
{
|
|
1904
1904
|
"name": "useRouteParams",
|
|
1905
1905
|
"package": "router",
|
|
1906
|
-
"lastUpdated":
|
|
1906
|
+
"lastUpdated": 1683625976000,
|
|
1907
1907
|
"docs": "https://vueuse.org/router/useRouteParams/",
|
|
1908
1908
|
"category": "@Router",
|
|
1909
1909
|
"description": "shorthand for a reactive `route.params`"
|
|
@@ -1911,7 +1911,7 @@
|
|
|
1911
1911
|
{
|
|
1912
1912
|
"name": "useRouteQuery",
|
|
1913
1913
|
"package": "router",
|
|
1914
|
-
"lastUpdated":
|
|
1914
|
+
"lastUpdated": 1683625976000,
|
|
1915
1915
|
"docs": "https://vueuse.org/router/useRouteQuery/",
|
|
1916
1916
|
"category": "@Router",
|
|
1917
1917
|
"description": "shorthand for a reactive `route.query`"
|
|
@@ -1955,12 +1955,12 @@
|
|
|
1955
1955
|
"lastUpdated": 1681372607000,
|
|
1956
1956
|
"docs": "https://vueuse.org/core/useScriptTag/",
|
|
1957
1957
|
"category": "Browser",
|
|
1958
|
-
"description": "script tag
|
|
1958
|
+
"description": "creates a script tag"
|
|
1959
1959
|
},
|
|
1960
1960
|
{
|
|
1961
1961
|
"name": "useScroll",
|
|
1962
1962
|
"package": "core",
|
|
1963
|
-
"lastUpdated":
|
|
1963
|
+
"lastUpdated": 1684138239000,
|
|
1964
1964
|
"directive": true,
|
|
1965
1965
|
"docs": "https://vueuse.org/core/useScroll/",
|
|
1966
1966
|
"category": "Sensors",
|
|
@@ -1969,7 +1969,7 @@
|
|
|
1969
1969
|
{
|
|
1970
1970
|
"name": "useScrollLock",
|
|
1971
1971
|
"package": "core",
|
|
1972
|
-
"lastUpdated":
|
|
1972
|
+
"lastUpdated": 1683624968000,
|
|
1973
1973
|
"directive": true,
|
|
1974
1974
|
"docs": "https://vueuse.org/core/useScrollLock/",
|
|
1975
1975
|
"category": "Sensors",
|
|
@@ -1997,7 +1997,7 @@
|
|
|
1997
1997
|
{
|
|
1998
1998
|
"name": "useSortable",
|
|
1999
1999
|
"package": "integrations",
|
|
2000
|
-
"lastUpdated":
|
|
2000
|
+
"lastUpdated": 1686083763000,
|
|
2001
2001
|
"component": true,
|
|
2002
2002
|
"docs": "https://vueuse.org/integrations/useSortable/",
|
|
2003
2003
|
"category": "@Integrations",
|
|
@@ -2135,7 +2135,7 @@
|
|
|
2135
2135
|
{
|
|
2136
2136
|
"name": "useTextareaAutosize",
|
|
2137
2137
|
"package": "core",
|
|
2138
|
-
"lastUpdated":
|
|
2138
|
+
"lastUpdated": 1686083719000,
|
|
2139
2139
|
"docs": "https://vueuse.org/core/useTextareaAutosize/",
|
|
2140
2140
|
"category": "Browser",
|
|
2141
2141
|
"description": "automatically update the height of a textarea depending on the content"
|
|
@@ -2184,7 +2184,7 @@
|
|
|
2184
2184
|
{
|
|
2185
2185
|
"name": "useTimeAgo",
|
|
2186
2186
|
"package": "core",
|
|
2187
|
-
"lastUpdated":
|
|
2187
|
+
"lastUpdated": 1683363330000,
|
|
2188
2188
|
"component": true,
|
|
2189
2189
|
"docs": "https://vueuse.org/core/useTimeAgo/",
|
|
2190
2190
|
"category": "Time",
|
|
@@ -2242,7 +2242,7 @@
|
|
|
2242
2242
|
{
|
|
2243
2243
|
"name": "useToNumber",
|
|
2244
2244
|
"package": "shared",
|
|
2245
|
-
"lastUpdated":
|
|
2245
|
+
"lastUpdated": 1686084730000,
|
|
2246
2246
|
"docs": "https://vueuse.org/shared/useToNumber/",
|
|
2247
2247
|
"category": "Utilities",
|
|
2248
2248
|
"description": "reactively convert a string ref to number"
|
|
@@ -2312,7 +2312,7 @@
|
|
|
2312
2312
|
{
|
|
2313
2313
|
"name": "useVModel",
|
|
2314
2314
|
"package": "core",
|
|
2315
|
-
"lastUpdated":
|
|
2315
|
+
"lastUpdated": 1686917986000,
|
|
2316
2316
|
"docs": "https://vueuse.org/core/useVModel/",
|
|
2317
2317
|
"category": "Component",
|
|
2318
2318
|
"description": "shorthand for v-model binding",
|
|
@@ -2358,7 +2358,7 @@
|
|
|
2358
2358
|
{
|
|
2359
2359
|
"name": "useWebWorker",
|
|
2360
2360
|
"package": "core",
|
|
2361
|
-
"lastUpdated":
|
|
2361
|
+
"lastUpdated": 1686083657000,
|
|
2362
2362
|
"docs": "https://vueuse.org/core/useWebWorker/",
|
|
2363
2363
|
"category": "Browser",
|
|
2364
2364
|
"description": "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
|
|
@@ -2422,7 +2422,7 @@
|
|
|
2422
2422
|
{
|
|
2423
2423
|
"name": "utils",
|
|
2424
2424
|
"package": "shared",
|
|
2425
|
-
"lastUpdated":
|
|
2425
|
+
"lastUpdated": 1686084730000,
|
|
2426
2426
|
"internal": true
|
|
2427
2427
|
},
|
|
2428
2428
|
{
|
|
@@ -2458,7 +2458,7 @@
|
|
|
2458
2458
|
"lastUpdated": 1681929885000,
|
|
2459
2459
|
"docs": "https://vueuse.org/shared/watchDeep/",
|
|
2460
2460
|
"category": "Watch",
|
|
2461
|
-
"description": "shorthand for watching value with {deep: true}"
|
|
2461
|
+
"description": "shorthand for watching value with `{deep: true}`"
|
|
2462
2462
|
},
|
|
2463
2463
|
{
|
|
2464
2464
|
"name": "watchIgnorable",
|
|
@@ -2474,10 +2474,10 @@
|
|
|
2474
2474
|
{
|
|
2475
2475
|
"name": "watchImmediate",
|
|
2476
2476
|
"package": "shared",
|
|
2477
|
-
"lastUpdated":
|
|
2477
|
+
"lastUpdated": 1686083696000,
|
|
2478
2478
|
"docs": "https://vueuse.org/shared/watchImmediate/",
|
|
2479
2479
|
"category": "Watch",
|
|
2480
|
-
"description": "shorthand for watching value with {immediate: true}"
|
|
2480
|
+
"description": "shorthand for watching value with `{immediate: true}`"
|
|
2481
2481
|
},
|
|
2482
2482
|
{
|
|
2483
2483
|
"name": "watchOnce",
|
package/index.mjs
CHANGED
|
@@ -228,7 +228,7 @@ var functions$1 = [
|
|
|
228
228
|
{
|
|
229
229
|
name: "createGlobalState",
|
|
230
230
|
"package": "shared",
|
|
231
|
-
lastUpdated:
|
|
231
|
+
lastUpdated: 1682985671000,
|
|
232
232
|
docs: "https://vueuse.org/shared/createGlobalState/",
|
|
233
233
|
category: "State",
|
|
234
234
|
description: "keep states in the global scope to be reusable across Vue instances",
|
|
@@ -266,7 +266,7 @@ var functions$1 = [
|
|
|
266
266
|
{
|
|
267
267
|
name: "createReusableTemplate",
|
|
268
268
|
"package": "core",
|
|
269
|
-
lastUpdated:
|
|
269
|
+
lastUpdated: 1682582034000,
|
|
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: 1682977456000,
|
|
296
296
|
docs: "https://vueuse.org/core/createTemplatePromise/",
|
|
297
297
|
category: "Component",
|
|
298
298
|
description: "template as Promise"
|
|
@@ -335,7 +335,7 @@ var functions$1 = [
|
|
|
335
335
|
{
|
|
336
336
|
name: "isDefined",
|
|
337
337
|
"package": "shared",
|
|
338
|
-
lastUpdated:
|
|
338
|
+
lastUpdated: 1682985671000,
|
|
339
339
|
docs: "https://vueuse.org/shared/isDefined/",
|
|
340
340
|
category: "Utilities",
|
|
341
341
|
description: "non-nullish checking type guard for Ref"
|
|
@@ -396,7 +396,7 @@ var functions$1 = [
|
|
|
396
396
|
{
|
|
397
397
|
name: "onClickOutside",
|
|
398
398
|
"package": "core",
|
|
399
|
-
lastUpdated:
|
|
399
|
+
lastUpdated: 1683316413000,
|
|
400
400
|
component: true,
|
|
401
401
|
directive: true,
|
|
402
402
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -433,7 +433,7 @@ var functions$1 = [
|
|
|
433
433
|
{
|
|
434
434
|
name: "reactify",
|
|
435
435
|
"package": "shared",
|
|
436
|
-
lastUpdated:
|
|
436
|
+
lastUpdated: 1682985671000,
|
|
437
437
|
docs: "https://vueuse.org/shared/reactify/",
|
|
438
438
|
category: "Reactivity",
|
|
439
439
|
description: "converts plain functions into reactive functions",
|
|
@@ -447,7 +447,7 @@ var functions$1 = [
|
|
|
447
447
|
{
|
|
448
448
|
name: "reactifyObject",
|
|
449
449
|
"package": "shared",
|
|
450
|
-
lastUpdated:
|
|
450
|
+
lastUpdated: 1686917986000,
|
|
451
451
|
docs: "https://vueuse.org/shared/reactifyObject/",
|
|
452
452
|
category: "Reactivity",
|
|
453
453
|
description: "apply `reactify` to an object"
|
|
@@ -705,7 +705,7 @@ var functions$1 = [
|
|
|
705
705
|
{
|
|
706
706
|
name: "useAnimate",
|
|
707
707
|
"package": "core",
|
|
708
|
-
lastUpdated:
|
|
708
|
+
lastUpdated: 1686917986000,
|
|
709
709
|
docs: "https://vueuse.org/core/useAnimate/",
|
|
710
710
|
category: "Animation",
|
|
711
711
|
description: "reactive [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API)"
|
|
@@ -809,7 +809,7 @@ var functions$1 = [
|
|
|
809
809
|
{
|
|
810
810
|
name: "useAsyncQueue",
|
|
811
811
|
"package": "core",
|
|
812
|
-
lastUpdated:
|
|
812
|
+
lastUpdated: 1684138266000,
|
|
813
813
|
docs: "https://vueuse.org/core/useAsyncQueue/",
|
|
814
814
|
category: "Utilities",
|
|
815
815
|
description: "executes each asynchronous task sequentially and passes the current task result to the next task"
|
|
@@ -852,7 +852,7 @@ var functions$1 = [
|
|
|
852
852
|
{
|
|
853
853
|
name: "useAxios",
|
|
854
854
|
"package": "integrations",
|
|
855
|
-
lastUpdated:
|
|
855
|
+
lastUpdated: 1686067596000,
|
|
856
856
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
857
857
|
category: "@Integrations",
|
|
858
858
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -952,7 +952,7 @@ var functions$1 = [
|
|
|
952
952
|
{
|
|
953
953
|
name: "useCloned",
|
|
954
954
|
"package": "core",
|
|
955
|
-
lastUpdated:
|
|
955
|
+
lastUpdated: 1686164818000,
|
|
956
956
|
docs: "https://vueuse.org/core/useCloned/",
|
|
957
957
|
category: "Utilities",
|
|
958
958
|
description: "reactive clone of a ref"
|
|
@@ -960,7 +960,7 @@ var functions$1 = [
|
|
|
960
960
|
{
|
|
961
961
|
name: "useColorMode",
|
|
962
962
|
"package": "core",
|
|
963
|
-
lastUpdated:
|
|
963
|
+
lastUpdated: 1686083595000,
|
|
964
964
|
component: true,
|
|
965
965
|
docs: "https://vueuse.org/core/useColorMode/",
|
|
966
966
|
category: "Browser",
|
|
@@ -999,7 +999,7 @@ var functions$1 = [
|
|
|
999
999
|
{
|
|
1000
1000
|
name: "useCssVar",
|
|
1001
1001
|
"package": "core",
|
|
1002
|
-
lastUpdated:
|
|
1002
|
+
lastUpdated: 1686084007000,
|
|
1003
1003
|
docs: "https://vueuse.org/core/useCssVar/",
|
|
1004
1004
|
category: "Browser",
|
|
1005
1005
|
description: "manipulate CSS variables"
|
|
@@ -1136,7 +1136,7 @@ var functions$1 = [
|
|
|
1136
1136
|
{
|
|
1137
1137
|
name: "useDrauu",
|
|
1138
1138
|
"package": "integrations",
|
|
1139
|
-
lastUpdated:
|
|
1139
|
+
lastUpdated: 1682977193000,
|
|
1140
1140
|
docs: "https://vueuse.org/integrations/useDrauu/",
|
|
1141
1141
|
category: "@Integrations",
|
|
1142
1142
|
description: "reactive instance for [drauu](https://github.com/antfu/drauu)",
|
|
@@ -1162,7 +1162,7 @@ var functions$1 = [
|
|
|
1162
1162
|
{
|
|
1163
1163
|
name: "useElementByPoint",
|
|
1164
1164
|
"package": "core",
|
|
1165
|
-
lastUpdated:
|
|
1165
|
+
lastUpdated: 1683897623000,
|
|
1166
1166
|
docs: "https://vueuse.org/core/useElementByPoint/",
|
|
1167
1167
|
category: "Sensors",
|
|
1168
1168
|
description: "reactive element by point"
|
|
@@ -1179,7 +1179,7 @@ var functions$1 = [
|
|
|
1179
1179
|
{
|
|
1180
1180
|
name: "useElementSize",
|
|
1181
1181
|
"package": "core",
|
|
1182
|
-
lastUpdated:
|
|
1182
|
+
lastUpdated: 1686084730000,
|
|
1183
1183
|
component: true,
|
|
1184
1184
|
directive: true,
|
|
1185
1185
|
docs: "https://vueuse.org/core/useElementSize/",
|
|
@@ -1229,7 +1229,7 @@ var functions$1 = [
|
|
|
1229
1229
|
{
|
|
1230
1230
|
name: "useEventSource",
|
|
1231
1231
|
"package": "core",
|
|
1232
|
-
lastUpdated:
|
|
1232
|
+
lastUpdated: 1682602008000,
|
|
1233
1233
|
docs: "https://vueuse.org/core/useEventSource/",
|
|
1234
1234
|
category: "Network",
|
|
1235
1235
|
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"
|
|
@@ -1254,7 +1254,7 @@ var functions$1 = [
|
|
|
1254
1254
|
{
|
|
1255
1255
|
name: "useFetch",
|
|
1256
1256
|
"package": "core",
|
|
1257
|
-
lastUpdated:
|
|
1257
|
+
lastUpdated: 1682983932000,
|
|
1258
1258
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1259
1259
|
category: "Network",
|
|
1260
1260
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1262,7 +1262,7 @@ var functions$1 = [
|
|
|
1262
1262
|
{
|
|
1263
1263
|
name: "useFileDialog",
|
|
1264
1264
|
"package": "core",
|
|
1265
|
-
lastUpdated:
|
|
1265
|
+
lastUpdated: 1683896892000,
|
|
1266
1266
|
docs: "https://vueuse.org/core/useFileDialog/",
|
|
1267
1267
|
category: "Browser",
|
|
1268
1268
|
description: "open file dialog with ease"
|
|
@@ -1347,7 +1347,7 @@ var functions$1 = [
|
|
|
1347
1347
|
{
|
|
1348
1348
|
name: "useGamepad",
|
|
1349
1349
|
"package": "core",
|
|
1350
|
-
lastUpdated:
|
|
1350
|
+
lastUpdated: 1686917986000,
|
|
1351
1351
|
docs: "https://vueuse.org/core/useGamepad/",
|
|
1352
1352
|
category: "Browser",
|
|
1353
1353
|
description: "provides reactive bindings for the [Gamepad API](https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API)"
|
|
@@ -1389,7 +1389,7 @@ var functions$1 = [
|
|
|
1389
1389
|
{
|
|
1390
1390
|
name: "useImage",
|
|
1391
1391
|
"package": "core",
|
|
1392
|
-
lastUpdated:
|
|
1392
|
+
lastUpdated: 1686083614000,
|
|
1393
1393
|
component: true,
|
|
1394
1394
|
docs: "https://vueuse.org/core/useImage/",
|
|
1395
1395
|
category: "Browser",
|
|
@@ -1398,7 +1398,7 @@ var functions$1 = [
|
|
|
1398
1398
|
{
|
|
1399
1399
|
name: "useInfiniteScroll",
|
|
1400
1400
|
"package": "core",
|
|
1401
|
-
lastUpdated:
|
|
1401
|
+
lastUpdated: 1682983227000,
|
|
1402
1402
|
directive: true,
|
|
1403
1403
|
docs: "https://vueuse.org/core/useInfiniteScroll/",
|
|
1404
1404
|
category: "Sensors",
|
|
@@ -1500,7 +1500,7 @@ var functions$1 = [
|
|
|
1500
1500
|
{
|
|
1501
1501
|
name: "useManualRefHistory",
|
|
1502
1502
|
"package": "core",
|
|
1503
|
-
lastUpdated:
|
|
1503
|
+
lastUpdated: 1682524872000,
|
|
1504
1504
|
docs: "https://vueuse.org/core/useManualRefHistory/",
|
|
1505
1505
|
category: "State",
|
|
1506
1506
|
description: "manually track the change history of a ref when the using calls `commit()`",
|
|
@@ -1527,7 +1527,7 @@ var functions$1 = [
|
|
|
1527
1527
|
{
|
|
1528
1528
|
name: "useMediaControls",
|
|
1529
1529
|
"package": "core",
|
|
1530
|
-
lastUpdated:
|
|
1530
|
+
lastUpdated: 1683625206000,
|
|
1531
1531
|
docs: "https://vueuse.org/core/useMediaControls/",
|
|
1532
1532
|
category: "Browser",
|
|
1533
1533
|
description: "reactive media controls for both `audio` and `video` elements"
|
|
@@ -1771,7 +1771,7 @@ var functions$1 = [
|
|
|
1771
1771
|
{
|
|
1772
1772
|
name: "usePrecision",
|
|
1773
1773
|
"package": "math",
|
|
1774
|
-
lastUpdated:
|
|
1774
|
+
lastUpdated: 1682982873000,
|
|
1775
1775
|
docs: "https://vueuse.org/math/usePrecision/",
|
|
1776
1776
|
category: "@Math",
|
|
1777
1777
|
description: "reactively set the precision of a number"
|
|
@@ -1894,7 +1894,7 @@ var functions$1 = [
|
|
|
1894
1894
|
{
|
|
1895
1895
|
name: "useRouteHash",
|
|
1896
1896
|
"package": "router",
|
|
1897
|
-
lastUpdated:
|
|
1897
|
+
lastUpdated: 1683625976000,
|
|
1898
1898
|
docs: "https://vueuse.org/router/useRouteHash/",
|
|
1899
1899
|
category: "@Router",
|
|
1900
1900
|
description: "shorthand for a reactive `route.hash`"
|
|
@@ -1902,7 +1902,7 @@ var functions$1 = [
|
|
|
1902
1902
|
{
|
|
1903
1903
|
name: "useRouteParams",
|
|
1904
1904
|
"package": "router",
|
|
1905
|
-
lastUpdated:
|
|
1905
|
+
lastUpdated: 1683625976000,
|
|
1906
1906
|
docs: "https://vueuse.org/router/useRouteParams/",
|
|
1907
1907
|
category: "@Router",
|
|
1908
1908
|
description: "shorthand for a reactive `route.params`"
|
|
@@ -1910,7 +1910,7 @@ var functions$1 = [
|
|
|
1910
1910
|
{
|
|
1911
1911
|
name: "useRouteQuery",
|
|
1912
1912
|
"package": "router",
|
|
1913
|
-
lastUpdated:
|
|
1913
|
+
lastUpdated: 1683625976000,
|
|
1914
1914
|
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1915
1915
|
category: "@Router",
|
|
1916
1916
|
description: "shorthand for a reactive `route.query`"
|
|
@@ -1954,12 +1954,12 @@ var functions$1 = [
|
|
|
1954
1954
|
lastUpdated: 1681372607000,
|
|
1955
1955
|
docs: "https://vueuse.org/core/useScriptTag/",
|
|
1956
1956
|
category: "Browser",
|
|
1957
|
-
description: "script tag
|
|
1957
|
+
description: "creates a script tag"
|
|
1958
1958
|
},
|
|
1959
1959
|
{
|
|
1960
1960
|
name: "useScroll",
|
|
1961
1961
|
"package": "core",
|
|
1962
|
-
lastUpdated:
|
|
1962
|
+
lastUpdated: 1684138239000,
|
|
1963
1963
|
directive: true,
|
|
1964
1964
|
docs: "https://vueuse.org/core/useScroll/",
|
|
1965
1965
|
category: "Sensors",
|
|
@@ -1968,7 +1968,7 @@ var functions$1 = [
|
|
|
1968
1968
|
{
|
|
1969
1969
|
name: "useScrollLock",
|
|
1970
1970
|
"package": "core",
|
|
1971
|
-
lastUpdated:
|
|
1971
|
+
lastUpdated: 1683624968000,
|
|
1972
1972
|
directive: true,
|
|
1973
1973
|
docs: "https://vueuse.org/core/useScrollLock/",
|
|
1974
1974
|
category: "Sensors",
|
|
@@ -1996,7 +1996,7 @@ var functions$1 = [
|
|
|
1996
1996
|
{
|
|
1997
1997
|
name: "useSortable",
|
|
1998
1998
|
"package": "integrations",
|
|
1999
|
-
lastUpdated:
|
|
1999
|
+
lastUpdated: 1686083763000,
|
|
2000
2000
|
component: true,
|
|
2001
2001
|
docs: "https://vueuse.org/integrations/useSortable/",
|
|
2002
2002
|
category: "@Integrations",
|
|
@@ -2134,7 +2134,7 @@ var functions$1 = [
|
|
|
2134
2134
|
{
|
|
2135
2135
|
name: "useTextareaAutosize",
|
|
2136
2136
|
"package": "core",
|
|
2137
|
-
lastUpdated:
|
|
2137
|
+
lastUpdated: 1686083719000,
|
|
2138
2138
|
docs: "https://vueuse.org/core/useTextareaAutosize/",
|
|
2139
2139
|
category: "Browser",
|
|
2140
2140
|
description: "automatically update the height of a textarea depending on the content"
|
|
@@ -2183,7 +2183,7 @@ var functions$1 = [
|
|
|
2183
2183
|
{
|
|
2184
2184
|
name: "useTimeAgo",
|
|
2185
2185
|
"package": "core",
|
|
2186
|
-
lastUpdated:
|
|
2186
|
+
lastUpdated: 1683363330000,
|
|
2187
2187
|
component: true,
|
|
2188
2188
|
docs: "https://vueuse.org/core/useTimeAgo/",
|
|
2189
2189
|
category: "Time",
|
|
@@ -2241,7 +2241,7 @@ var functions$1 = [
|
|
|
2241
2241
|
{
|
|
2242
2242
|
name: "useToNumber",
|
|
2243
2243
|
"package": "shared",
|
|
2244
|
-
lastUpdated:
|
|
2244
|
+
lastUpdated: 1686084730000,
|
|
2245
2245
|
docs: "https://vueuse.org/shared/useToNumber/",
|
|
2246
2246
|
category: "Utilities",
|
|
2247
2247
|
description: "reactively convert a string ref to number"
|
|
@@ -2311,7 +2311,7 @@ var functions$1 = [
|
|
|
2311
2311
|
{
|
|
2312
2312
|
name: "useVModel",
|
|
2313
2313
|
"package": "core",
|
|
2314
|
-
lastUpdated:
|
|
2314
|
+
lastUpdated: 1686917986000,
|
|
2315
2315
|
docs: "https://vueuse.org/core/useVModel/",
|
|
2316
2316
|
category: "Component",
|
|
2317
2317
|
description: "shorthand for v-model binding",
|
|
@@ -2357,7 +2357,7 @@ var functions$1 = [
|
|
|
2357
2357
|
{
|
|
2358
2358
|
name: "useWebWorker",
|
|
2359
2359
|
"package": "core",
|
|
2360
|
-
lastUpdated:
|
|
2360
|
+
lastUpdated: 1686083657000,
|
|
2361
2361
|
docs: "https://vueuse.org/core/useWebWorker/",
|
|
2362
2362
|
category: "Browser",
|
|
2363
2363
|
description: "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
|
|
@@ -2421,7 +2421,7 @@ var functions$1 = [
|
|
|
2421
2421
|
{
|
|
2422
2422
|
name: "utils",
|
|
2423
2423
|
"package": "shared",
|
|
2424
|
-
lastUpdated:
|
|
2424
|
+
lastUpdated: 1686084730000,
|
|
2425
2425
|
internal: true
|
|
2426
2426
|
},
|
|
2427
2427
|
{
|
|
@@ -2457,7 +2457,7 @@ var functions$1 = [
|
|
|
2457
2457
|
lastUpdated: 1681929885000,
|
|
2458
2458
|
docs: "https://vueuse.org/shared/watchDeep/",
|
|
2459
2459
|
category: "Watch",
|
|
2460
|
-
description: "shorthand for watching value with {deep: true}"
|
|
2460
|
+
description: "shorthand for watching value with `{deep: true}`"
|
|
2461
2461
|
},
|
|
2462
2462
|
{
|
|
2463
2463
|
name: "watchIgnorable",
|
|
@@ -2473,10 +2473,10 @@ var functions$1 = [
|
|
|
2473
2473
|
{
|
|
2474
2474
|
name: "watchImmediate",
|
|
2475
2475
|
"package": "shared",
|
|
2476
|
-
lastUpdated:
|
|
2476
|
+
lastUpdated: 1686083696000,
|
|
2477
2477
|
docs: "https://vueuse.org/shared/watchImmediate/",
|
|
2478
2478
|
category: "Watch",
|
|
2479
|
-
description: "shorthand for watching value with {immediate: true}"
|
|
2479
|
+
description: "shorthand for watching value with `{immediate: true}`"
|
|
2480
2480
|
},
|
|
2481
2481
|
{
|
|
2482
2482
|
name: "watchOnce",
|