@vueuse/metadata 10.0.0-beta.4 → 10.0.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 +46 -30
- package/index.json +46 -30
- package/index.mjs +46 -30
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -196,7 +196,7 @@ var functions$1 = [
|
|
|
196
196
|
{
|
|
197
197
|
name: "computedWithControl",
|
|
198
198
|
"package": "shared",
|
|
199
|
-
lastUpdated:
|
|
199
|
+
lastUpdated: 1681402164000,
|
|
200
200
|
docs: "https://vueuse.org/shared/computedWithControl/",
|
|
201
201
|
category: "Reactivity",
|
|
202
202
|
description: "explicitly define the dependencies of computed",
|
|
@@ -265,6 +265,14 @@ var functions$1 = [
|
|
|
265
265
|
"useProjection"
|
|
266
266
|
]
|
|
267
267
|
},
|
|
268
|
+
{
|
|
269
|
+
name: "createReusableTemplate",
|
|
270
|
+
"package": "core",
|
|
271
|
+
lastUpdated: 1681420351000,
|
|
272
|
+
docs: "https://vueuse.org/core/createReusableTemplate/",
|
|
273
|
+
category: "Component",
|
|
274
|
+
description: "define and reuse template inside the component scope"
|
|
275
|
+
},
|
|
268
276
|
{
|
|
269
277
|
name: "createSchemaOrg",
|
|
270
278
|
"package": "schema-org",
|
|
@@ -283,6 +291,14 @@ var functions$1 = [
|
|
|
283
291
|
"createGlobalState"
|
|
284
292
|
]
|
|
285
293
|
},
|
|
294
|
+
{
|
|
295
|
+
name: "createTemplatePromise",
|
|
296
|
+
"package": "core",
|
|
297
|
+
lastUpdated: 1681420351000,
|
|
298
|
+
docs: "https://vueuse.org/core/createTemplatePromise/",
|
|
299
|
+
category: "Component",
|
|
300
|
+
description: "template as Promise"
|
|
301
|
+
},
|
|
286
302
|
{
|
|
287
303
|
name: "createUnrefFn",
|
|
288
304
|
"package": "core",
|
|
@@ -297,7 +313,7 @@ var functions$1 = [
|
|
|
297
313
|
{
|
|
298
314
|
name: "extendRef",
|
|
299
315
|
"package": "shared",
|
|
300
|
-
lastUpdated:
|
|
316
|
+
lastUpdated: 1681420351000,
|
|
301
317
|
docs: "https://vueuse.org/shared/extendRef/",
|
|
302
318
|
category: "Reactivity",
|
|
303
319
|
description: "add extra attributes to Ref"
|
|
@@ -582,7 +598,7 @@ var functions$1 = [
|
|
|
582
598
|
{
|
|
583
599
|
name: "toRef",
|
|
584
600
|
"package": "shared",
|
|
585
|
-
lastUpdated:
|
|
601
|
+
lastUpdated: 1681458143000,
|
|
586
602
|
docs: "https://vueuse.org/shared/toRef/",
|
|
587
603
|
category: "Reactivity",
|
|
588
604
|
description: "normalize value/ref/getter to `ref` or `computed`",
|
|
@@ -691,7 +707,7 @@ var functions$1 = [
|
|
|
691
707
|
{
|
|
692
708
|
name: "useAnimate",
|
|
693
709
|
"package": "core",
|
|
694
|
-
lastUpdated:
|
|
710
|
+
lastUpdated: 1681404052000,
|
|
695
711
|
docs: "https://vueuse.org/core/useAnimate/",
|
|
696
712
|
category: "Animation",
|
|
697
713
|
description: "reactive [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API)"
|
|
@@ -699,7 +715,7 @@ var functions$1 = [
|
|
|
699
715
|
{
|
|
700
716
|
name: "useArrayDifference",
|
|
701
717
|
"package": "shared",
|
|
702
|
-
lastUpdated:
|
|
718
|
+
lastUpdated: 1681402164000,
|
|
703
719
|
docs: "https://vueuse.org/shared/useArrayDifference/",
|
|
704
720
|
category: "Array",
|
|
705
721
|
description: "reactive get array difference of two array"
|
|
@@ -838,7 +854,7 @@ var functions$1 = [
|
|
|
838
854
|
{
|
|
839
855
|
name: "useAxios",
|
|
840
856
|
"package": "integrations",
|
|
841
|
-
lastUpdated:
|
|
857
|
+
lastUpdated: 1681402164000,
|
|
842
858
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
843
859
|
category: "@Integrations",
|
|
844
860
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -847,7 +863,7 @@ var functions$1 = [
|
|
|
847
863
|
{
|
|
848
864
|
name: "useBase64",
|
|
849
865
|
"package": "core",
|
|
850
|
-
lastUpdated:
|
|
866
|
+
lastUpdated: 1681402164000,
|
|
851
867
|
docs: "https://vueuse.org/core/useBase64/",
|
|
852
868
|
category: "Utilities",
|
|
853
869
|
description: "reactive base64 transforming"
|
|
@@ -913,7 +929,7 @@ var functions$1 = [
|
|
|
913
929
|
{
|
|
914
930
|
name: "useChangeCase",
|
|
915
931
|
"package": "integrations",
|
|
916
|
-
lastUpdated:
|
|
932
|
+
lastUpdated: 1681402164000,
|
|
917
933
|
docs: "https://vueuse.org/integrations/useChangeCase/",
|
|
918
934
|
category: "@Integrations",
|
|
919
935
|
description: "reactive wrapper for [`change-case`](https://github.com/blakeembrey/change-case)",
|
|
@@ -922,7 +938,7 @@ var functions$1 = [
|
|
|
922
938
|
{
|
|
923
939
|
name: "useClamp",
|
|
924
940
|
"package": "math",
|
|
925
|
-
lastUpdated:
|
|
941
|
+
lastUpdated: 1681402164000,
|
|
926
942
|
docs: "https://vueuse.org/math/useClamp/",
|
|
927
943
|
category: "@Math",
|
|
928
944
|
description: "reactively clamp a value between two other values"
|
|
@@ -1023,7 +1039,7 @@ var functions$1 = [
|
|
|
1023
1039
|
{
|
|
1024
1040
|
name: "useDateFormat",
|
|
1025
1041
|
"package": "shared",
|
|
1026
|
-
lastUpdated:
|
|
1042
|
+
lastUpdated: 1681425913000,
|
|
1027
1043
|
docs: "https://vueuse.org/shared/useDateFormat/",
|
|
1028
1044
|
category: "Time",
|
|
1029
1045
|
description: "get the formatted date according to the string of tokens passed in"
|
|
@@ -1207,7 +1223,7 @@ var functions$1 = [
|
|
|
1207
1223
|
{
|
|
1208
1224
|
name: "useEventListener",
|
|
1209
1225
|
"package": "core",
|
|
1210
|
-
lastUpdated:
|
|
1226
|
+
lastUpdated: 1681402164000,
|
|
1211
1227
|
docs: "https://vueuse.org/core/useEventListener/",
|
|
1212
1228
|
category: "Browser",
|
|
1213
1229
|
description: "use EventListener with ease"
|
|
@@ -1232,7 +1248,7 @@ var functions$1 = [
|
|
|
1232
1248
|
{
|
|
1233
1249
|
name: "useFavicon",
|
|
1234
1250
|
"package": "core",
|
|
1235
|
-
lastUpdated:
|
|
1251
|
+
lastUpdated: 1681402164000,
|
|
1236
1252
|
docs: "https://vueuse.org/core/useFavicon/",
|
|
1237
1253
|
category: "Browser",
|
|
1238
1254
|
description: "reactive favicon"
|
|
@@ -1384,7 +1400,7 @@ var functions$1 = [
|
|
|
1384
1400
|
{
|
|
1385
1401
|
name: "useInfiniteScroll",
|
|
1386
1402
|
"package": "core",
|
|
1387
|
-
lastUpdated:
|
|
1403
|
+
lastUpdated: 1681395875000,
|
|
1388
1404
|
directive: true,
|
|
1389
1405
|
docs: "https://vueuse.org/core/useInfiniteScroll/",
|
|
1390
1406
|
category: "Sensors",
|
|
@@ -1393,7 +1409,7 @@ var functions$1 = [
|
|
|
1393
1409
|
{
|
|
1394
1410
|
name: "useIntersectionObserver",
|
|
1395
1411
|
"package": "core",
|
|
1396
|
-
lastUpdated:
|
|
1412
|
+
lastUpdated: 1681460386000,
|
|
1397
1413
|
directive: true,
|
|
1398
1414
|
docs: "https://vueuse.org/core/useIntersectionObserver/",
|
|
1399
1415
|
category: "Elements",
|
|
@@ -1410,7 +1426,7 @@ var functions$1 = [
|
|
|
1410
1426
|
{
|
|
1411
1427
|
name: "useIntervalFn",
|
|
1412
1428
|
"package": "shared",
|
|
1413
|
-
lastUpdated:
|
|
1429
|
+
lastUpdated: 1681402164000,
|
|
1414
1430
|
docs: "https://vueuse.org/shared/useIntervalFn/",
|
|
1415
1431
|
category: "Animation",
|
|
1416
1432
|
description: "wrapper for `setInterval` with controls"
|
|
@@ -1426,7 +1442,7 @@ var functions$1 = [
|
|
|
1426
1442
|
{
|
|
1427
1443
|
name: "useIpcRendererInvoke",
|
|
1428
1444
|
"package": "electron",
|
|
1429
|
-
lastUpdated:
|
|
1445
|
+
lastUpdated: 1681402164000,
|
|
1430
1446
|
docs: "https://vueuse.org/electron/useIpcRendererInvoke/",
|
|
1431
1447
|
category: "@Electron",
|
|
1432
1448
|
description: "reactive [ipcRenderer.invoke API](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendererinvokechannel-args) result"
|
|
@@ -1434,7 +1450,7 @@ var functions$1 = [
|
|
|
1434
1450
|
{
|
|
1435
1451
|
name: "useIpcRendererOn",
|
|
1436
1452
|
"package": "electron",
|
|
1437
|
-
lastUpdated:
|
|
1453
|
+
lastUpdated: 1681402164000,
|
|
1438
1454
|
docs: "https://vueuse.org/electron/useIpcRendererOn/",
|
|
1439
1455
|
category: "@Electron",
|
|
1440
1456
|
description: "use [ipcRenderer.on](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendereronchannel-listener) with ease and [ipcRenderer.removeListener](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendererremovelistenerchannel-listener) automatically on unmounted"
|
|
@@ -1486,7 +1502,7 @@ var functions$1 = [
|
|
|
1486
1502
|
{
|
|
1487
1503
|
name: "useManualRefHistory",
|
|
1488
1504
|
"package": "core",
|
|
1489
|
-
lastUpdated:
|
|
1505
|
+
lastUpdated: 1681402164000,
|
|
1490
1506
|
docs: "https://vueuse.org/core/useManualRefHistory/",
|
|
1491
1507
|
category: "State",
|
|
1492
1508
|
description: "manually track the change history of a ref when the using calls `commit()`",
|
|
@@ -1513,7 +1529,7 @@ var functions$1 = [
|
|
|
1513
1529
|
{
|
|
1514
1530
|
name: "useMediaControls",
|
|
1515
1531
|
"package": "core",
|
|
1516
|
-
lastUpdated:
|
|
1532
|
+
lastUpdated: 1681402164000,
|
|
1517
1533
|
docs: "https://vueuse.org/core/useMediaControls/",
|
|
1518
1534
|
category: "Browser",
|
|
1519
1535
|
description: "reactive media controls for both `audio` and `video` elements"
|
|
@@ -1643,7 +1659,7 @@ var functions$1 = [
|
|
|
1643
1659
|
{
|
|
1644
1660
|
name: "useNProgress",
|
|
1645
1661
|
"package": "integrations",
|
|
1646
|
-
lastUpdated:
|
|
1662
|
+
lastUpdated: 1681402164000,
|
|
1647
1663
|
docs: "https://vueuse.org/integrations/useNProgress/",
|
|
1648
1664
|
category: "@Integrations",
|
|
1649
1665
|
description: "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)",
|
|
@@ -1731,7 +1747,7 @@ var functions$1 = [
|
|
|
1731
1747
|
{
|
|
1732
1748
|
name: "usePointer",
|
|
1733
1749
|
"package": "core",
|
|
1734
|
-
lastUpdated:
|
|
1750
|
+
lastUpdated: 1681425913000,
|
|
1735
1751
|
component: true,
|
|
1736
1752
|
docs: "https://vueuse.org/core/usePointer/",
|
|
1737
1753
|
category: "Sensors",
|
|
@@ -2038,7 +2054,7 @@ var functions$1 = [
|
|
|
2038
2054
|
{
|
|
2039
2055
|
name: "useStorage",
|
|
2040
2056
|
"package": "core",
|
|
2041
|
-
lastUpdated:
|
|
2057
|
+
lastUpdated: 1681402164000,
|
|
2042
2058
|
docs: "https://vueuse.org/core/useStorage/",
|
|
2043
2059
|
category: "State",
|
|
2044
2060
|
description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
|
@@ -2053,7 +2069,7 @@ var functions$1 = [
|
|
|
2053
2069
|
{
|
|
2054
2070
|
name: "useStorageAsync",
|
|
2055
2071
|
"package": "core",
|
|
2056
|
-
lastUpdated:
|
|
2072
|
+
lastUpdated: 1681402164000,
|
|
2057
2073
|
docs: "https://vueuse.org/core/useStorageAsync/",
|
|
2058
2074
|
category: "State",
|
|
2059
2075
|
description: "reactive Storage in with async support",
|
|
@@ -2211,7 +2227,7 @@ var functions$1 = [
|
|
|
2211
2227
|
{
|
|
2212
2228
|
name: "useTitle",
|
|
2213
2229
|
"package": "core",
|
|
2214
|
-
lastUpdated:
|
|
2230
|
+
lastUpdated: 1681402164000,
|
|
2215
2231
|
docs: "https://vueuse.org/core/useTitle/",
|
|
2216
2232
|
category: "Browser",
|
|
2217
2233
|
description: "reactive document title"
|
|
@@ -2243,7 +2259,7 @@ var functions$1 = [
|
|
|
2243
2259
|
{
|
|
2244
2260
|
name: "useTransition",
|
|
2245
2261
|
"package": "core",
|
|
2246
|
-
lastUpdated:
|
|
2262
|
+
lastUpdated: 1681425913000,
|
|
2247
2263
|
docs: "https://vueuse.org/core/useTransition/",
|
|
2248
2264
|
category: "Animation",
|
|
2249
2265
|
description: "transition between values"
|
|
@@ -2292,12 +2308,12 @@ var functions$1 = [
|
|
|
2292
2308
|
component: true,
|
|
2293
2309
|
docs: "https://vueuse.org/core/useVirtualList/",
|
|
2294
2310
|
category: "Component",
|
|
2295
|
-
description: "
|
|
2311
|
+
description: "::: warning"
|
|
2296
2312
|
},
|
|
2297
2313
|
{
|
|
2298
2314
|
name: "useVModel",
|
|
2299
2315
|
"package": "core",
|
|
2300
|
-
lastUpdated:
|
|
2316
|
+
lastUpdated: 1681402164000,
|
|
2301
2317
|
docs: "https://vueuse.org/core/useVModel/",
|
|
2302
2318
|
category: "Component",
|
|
2303
2319
|
description: "shorthand for v-model binding",
|
|
@@ -2343,7 +2359,7 @@ var functions$1 = [
|
|
|
2343
2359
|
{
|
|
2344
2360
|
name: "useWebWorker",
|
|
2345
2361
|
"package": "core",
|
|
2346
|
-
lastUpdated:
|
|
2362
|
+
lastUpdated: 1681402164000,
|
|
2347
2363
|
docs: "https://vueuse.org/core/useWebWorker/",
|
|
2348
2364
|
category: "Browser",
|
|
2349
2365
|
description: "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
|
|
@@ -2391,7 +2407,7 @@ var functions$1 = [
|
|
|
2391
2407
|
{
|
|
2392
2408
|
name: "useZoomFactor",
|
|
2393
2409
|
"package": "electron",
|
|
2394
|
-
lastUpdated:
|
|
2410
|
+
lastUpdated: 1681402164000,
|
|
2395
2411
|
docs: "https://vueuse.org/electron/useZoomFactor/",
|
|
2396
2412
|
category: "@Electron",
|
|
2397
2413
|
description: "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom factor"
|
|
@@ -2399,7 +2415,7 @@ var functions$1 = [
|
|
|
2399
2415
|
{
|
|
2400
2416
|
name: "useZoomLevel",
|
|
2401
2417
|
"package": "electron",
|
|
2402
|
-
lastUpdated:
|
|
2418
|
+
lastUpdated: 1681402164000,
|
|
2403
2419
|
docs: "https://vueuse.org/electron/useZoomLevel/",
|
|
2404
2420
|
category: "@Electron",
|
|
2405
2421
|
description: "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom level"
|
package/index.json
CHANGED
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
{
|
|
196
196
|
"name": "computedWithControl",
|
|
197
197
|
"package": "shared",
|
|
198
|
-
"lastUpdated":
|
|
198
|
+
"lastUpdated": 1681402164000,
|
|
199
199
|
"docs": "https://vueuse.org/shared/computedWithControl/",
|
|
200
200
|
"category": "Reactivity",
|
|
201
201
|
"description": "explicitly define the dependencies of computed",
|
|
@@ -264,6 +264,14 @@
|
|
|
264
264
|
"useProjection"
|
|
265
265
|
]
|
|
266
266
|
},
|
|
267
|
+
{
|
|
268
|
+
"name": "createReusableTemplate",
|
|
269
|
+
"package": "core",
|
|
270
|
+
"lastUpdated": 1681420351000,
|
|
271
|
+
"docs": "https://vueuse.org/core/createReusableTemplate/",
|
|
272
|
+
"category": "Component",
|
|
273
|
+
"description": "define and reuse template inside the component scope"
|
|
274
|
+
},
|
|
267
275
|
{
|
|
268
276
|
"name": "createSchemaOrg",
|
|
269
277
|
"package": "schema-org",
|
|
@@ -282,6 +290,14 @@
|
|
|
282
290
|
"createGlobalState"
|
|
283
291
|
]
|
|
284
292
|
},
|
|
293
|
+
{
|
|
294
|
+
"name": "createTemplatePromise",
|
|
295
|
+
"package": "core",
|
|
296
|
+
"lastUpdated": 1681420351000,
|
|
297
|
+
"docs": "https://vueuse.org/core/createTemplatePromise/",
|
|
298
|
+
"category": "Component",
|
|
299
|
+
"description": "template as Promise"
|
|
300
|
+
},
|
|
285
301
|
{
|
|
286
302
|
"name": "createUnrefFn",
|
|
287
303
|
"package": "core",
|
|
@@ -296,7 +312,7 @@
|
|
|
296
312
|
{
|
|
297
313
|
"name": "extendRef",
|
|
298
314
|
"package": "shared",
|
|
299
|
-
"lastUpdated":
|
|
315
|
+
"lastUpdated": 1681420351000,
|
|
300
316
|
"docs": "https://vueuse.org/shared/extendRef/",
|
|
301
317
|
"category": "Reactivity",
|
|
302
318
|
"description": "add extra attributes to Ref"
|
|
@@ -581,7 +597,7 @@
|
|
|
581
597
|
{
|
|
582
598
|
"name": "toRef",
|
|
583
599
|
"package": "shared",
|
|
584
|
-
"lastUpdated":
|
|
600
|
+
"lastUpdated": 1681458143000,
|
|
585
601
|
"docs": "https://vueuse.org/shared/toRef/",
|
|
586
602
|
"category": "Reactivity",
|
|
587
603
|
"description": "normalize value/ref/getter to `ref` or `computed`",
|
|
@@ -690,7 +706,7 @@
|
|
|
690
706
|
{
|
|
691
707
|
"name": "useAnimate",
|
|
692
708
|
"package": "core",
|
|
693
|
-
"lastUpdated":
|
|
709
|
+
"lastUpdated": 1681404052000,
|
|
694
710
|
"docs": "https://vueuse.org/core/useAnimate/",
|
|
695
711
|
"category": "Animation",
|
|
696
712
|
"description": "reactive [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API)"
|
|
@@ -698,7 +714,7 @@
|
|
|
698
714
|
{
|
|
699
715
|
"name": "useArrayDifference",
|
|
700
716
|
"package": "shared",
|
|
701
|
-
"lastUpdated":
|
|
717
|
+
"lastUpdated": 1681402164000,
|
|
702
718
|
"docs": "https://vueuse.org/shared/useArrayDifference/",
|
|
703
719
|
"category": "Array",
|
|
704
720
|
"description": "reactive get array difference of two array"
|
|
@@ -837,7 +853,7 @@
|
|
|
837
853
|
{
|
|
838
854
|
"name": "useAxios",
|
|
839
855
|
"package": "integrations",
|
|
840
|
-
"lastUpdated":
|
|
856
|
+
"lastUpdated": 1681402164000,
|
|
841
857
|
"docs": "https://vueuse.org/integrations/useAxios/",
|
|
842
858
|
"category": "@Integrations",
|
|
843
859
|
"description": "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -846,7 +862,7 @@
|
|
|
846
862
|
{
|
|
847
863
|
"name": "useBase64",
|
|
848
864
|
"package": "core",
|
|
849
|
-
"lastUpdated":
|
|
865
|
+
"lastUpdated": 1681402164000,
|
|
850
866
|
"docs": "https://vueuse.org/core/useBase64/",
|
|
851
867
|
"category": "Utilities",
|
|
852
868
|
"description": "reactive base64 transforming"
|
|
@@ -912,7 +928,7 @@
|
|
|
912
928
|
{
|
|
913
929
|
"name": "useChangeCase",
|
|
914
930
|
"package": "integrations",
|
|
915
|
-
"lastUpdated":
|
|
931
|
+
"lastUpdated": 1681402164000,
|
|
916
932
|
"docs": "https://vueuse.org/integrations/useChangeCase/",
|
|
917
933
|
"category": "@Integrations",
|
|
918
934
|
"description": "reactive wrapper for [`change-case`](https://github.com/blakeembrey/change-case)",
|
|
@@ -921,7 +937,7 @@
|
|
|
921
937
|
{
|
|
922
938
|
"name": "useClamp",
|
|
923
939
|
"package": "math",
|
|
924
|
-
"lastUpdated":
|
|
940
|
+
"lastUpdated": 1681402164000,
|
|
925
941
|
"docs": "https://vueuse.org/math/useClamp/",
|
|
926
942
|
"category": "@Math",
|
|
927
943
|
"description": "reactively clamp a value between two other values"
|
|
@@ -1022,7 +1038,7 @@
|
|
|
1022
1038
|
{
|
|
1023
1039
|
"name": "useDateFormat",
|
|
1024
1040
|
"package": "shared",
|
|
1025
|
-
"lastUpdated":
|
|
1041
|
+
"lastUpdated": 1681425913000,
|
|
1026
1042
|
"docs": "https://vueuse.org/shared/useDateFormat/",
|
|
1027
1043
|
"category": "Time",
|
|
1028
1044
|
"description": "get the formatted date according to the string of tokens passed in"
|
|
@@ -1206,7 +1222,7 @@
|
|
|
1206
1222
|
{
|
|
1207
1223
|
"name": "useEventListener",
|
|
1208
1224
|
"package": "core",
|
|
1209
|
-
"lastUpdated":
|
|
1225
|
+
"lastUpdated": 1681402164000,
|
|
1210
1226
|
"docs": "https://vueuse.org/core/useEventListener/",
|
|
1211
1227
|
"category": "Browser",
|
|
1212
1228
|
"description": "use EventListener with ease"
|
|
@@ -1231,7 +1247,7 @@
|
|
|
1231
1247
|
{
|
|
1232
1248
|
"name": "useFavicon",
|
|
1233
1249
|
"package": "core",
|
|
1234
|
-
"lastUpdated":
|
|
1250
|
+
"lastUpdated": 1681402164000,
|
|
1235
1251
|
"docs": "https://vueuse.org/core/useFavicon/",
|
|
1236
1252
|
"category": "Browser",
|
|
1237
1253
|
"description": "reactive favicon"
|
|
@@ -1383,7 +1399,7 @@
|
|
|
1383
1399
|
{
|
|
1384
1400
|
"name": "useInfiniteScroll",
|
|
1385
1401
|
"package": "core",
|
|
1386
|
-
"lastUpdated":
|
|
1402
|
+
"lastUpdated": 1681395875000,
|
|
1387
1403
|
"directive": true,
|
|
1388
1404
|
"docs": "https://vueuse.org/core/useInfiniteScroll/",
|
|
1389
1405
|
"category": "Sensors",
|
|
@@ -1392,7 +1408,7 @@
|
|
|
1392
1408
|
{
|
|
1393
1409
|
"name": "useIntersectionObserver",
|
|
1394
1410
|
"package": "core",
|
|
1395
|
-
"lastUpdated":
|
|
1411
|
+
"lastUpdated": 1681460386000,
|
|
1396
1412
|
"directive": true,
|
|
1397
1413
|
"docs": "https://vueuse.org/core/useIntersectionObserver/",
|
|
1398
1414
|
"category": "Elements",
|
|
@@ -1409,7 +1425,7 @@
|
|
|
1409
1425
|
{
|
|
1410
1426
|
"name": "useIntervalFn",
|
|
1411
1427
|
"package": "shared",
|
|
1412
|
-
"lastUpdated":
|
|
1428
|
+
"lastUpdated": 1681402164000,
|
|
1413
1429
|
"docs": "https://vueuse.org/shared/useIntervalFn/",
|
|
1414
1430
|
"category": "Animation",
|
|
1415
1431
|
"description": "wrapper for `setInterval` with controls"
|
|
@@ -1425,7 +1441,7 @@
|
|
|
1425
1441
|
{
|
|
1426
1442
|
"name": "useIpcRendererInvoke",
|
|
1427
1443
|
"package": "electron",
|
|
1428
|
-
"lastUpdated":
|
|
1444
|
+
"lastUpdated": 1681402164000,
|
|
1429
1445
|
"docs": "https://vueuse.org/electron/useIpcRendererInvoke/",
|
|
1430
1446
|
"category": "@Electron",
|
|
1431
1447
|
"description": "reactive [ipcRenderer.invoke API](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendererinvokechannel-args) result"
|
|
@@ -1433,7 +1449,7 @@
|
|
|
1433
1449
|
{
|
|
1434
1450
|
"name": "useIpcRendererOn",
|
|
1435
1451
|
"package": "electron",
|
|
1436
|
-
"lastUpdated":
|
|
1452
|
+
"lastUpdated": 1681402164000,
|
|
1437
1453
|
"docs": "https://vueuse.org/electron/useIpcRendererOn/",
|
|
1438
1454
|
"category": "@Electron",
|
|
1439
1455
|
"description": "use [ipcRenderer.on](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendereronchannel-listener) with ease and [ipcRenderer.removeListener](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendererremovelistenerchannel-listener) automatically on unmounted"
|
|
@@ -1485,7 +1501,7 @@
|
|
|
1485
1501
|
{
|
|
1486
1502
|
"name": "useManualRefHistory",
|
|
1487
1503
|
"package": "core",
|
|
1488
|
-
"lastUpdated":
|
|
1504
|
+
"lastUpdated": 1681402164000,
|
|
1489
1505
|
"docs": "https://vueuse.org/core/useManualRefHistory/",
|
|
1490
1506
|
"category": "State",
|
|
1491
1507
|
"description": "manually track the change history of a ref when the using calls `commit()`",
|
|
@@ -1512,7 +1528,7 @@
|
|
|
1512
1528
|
{
|
|
1513
1529
|
"name": "useMediaControls",
|
|
1514
1530
|
"package": "core",
|
|
1515
|
-
"lastUpdated":
|
|
1531
|
+
"lastUpdated": 1681402164000,
|
|
1516
1532
|
"docs": "https://vueuse.org/core/useMediaControls/",
|
|
1517
1533
|
"category": "Browser",
|
|
1518
1534
|
"description": "reactive media controls for both `audio` and `video` elements"
|
|
@@ -1642,7 +1658,7 @@
|
|
|
1642
1658
|
{
|
|
1643
1659
|
"name": "useNProgress",
|
|
1644
1660
|
"package": "integrations",
|
|
1645
|
-
"lastUpdated":
|
|
1661
|
+
"lastUpdated": 1681402164000,
|
|
1646
1662
|
"docs": "https://vueuse.org/integrations/useNProgress/",
|
|
1647
1663
|
"category": "@Integrations",
|
|
1648
1664
|
"description": "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)",
|
|
@@ -1730,7 +1746,7 @@
|
|
|
1730
1746
|
{
|
|
1731
1747
|
"name": "usePointer",
|
|
1732
1748
|
"package": "core",
|
|
1733
|
-
"lastUpdated":
|
|
1749
|
+
"lastUpdated": 1681425913000,
|
|
1734
1750
|
"component": true,
|
|
1735
1751
|
"docs": "https://vueuse.org/core/usePointer/",
|
|
1736
1752
|
"category": "Sensors",
|
|
@@ -2037,7 +2053,7 @@
|
|
|
2037
2053
|
{
|
|
2038
2054
|
"name": "useStorage",
|
|
2039
2055
|
"package": "core",
|
|
2040
|
-
"lastUpdated":
|
|
2056
|
+
"lastUpdated": 1681402164000,
|
|
2041
2057
|
"docs": "https://vueuse.org/core/useStorage/",
|
|
2042
2058
|
"category": "State",
|
|
2043
2059
|
"description": "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
|
@@ -2052,7 +2068,7 @@
|
|
|
2052
2068
|
{
|
|
2053
2069
|
"name": "useStorageAsync",
|
|
2054
2070
|
"package": "core",
|
|
2055
|
-
"lastUpdated":
|
|
2071
|
+
"lastUpdated": 1681402164000,
|
|
2056
2072
|
"docs": "https://vueuse.org/core/useStorageAsync/",
|
|
2057
2073
|
"category": "State",
|
|
2058
2074
|
"description": "reactive Storage in with async support",
|
|
@@ -2210,7 +2226,7 @@
|
|
|
2210
2226
|
{
|
|
2211
2227
|
"name": "useTitle",
|
|
2212
2228
|
"package": "core",
|
|
2213
|
-
"lastUpdated":
|
|
2229
|
+
"lastUpdated": 1681402164000,
|
|
2214
2230
|
"docs": "https://vueuse.org/core/useTitle/",
|
|
2215
2231
|
"category": "Browser",
|
|
2216
2232
|
"description": "reactive document title"
|
|
@@ -2242,7 +2258,7 @@
|
|
|
2242
2258
|
{
|
|
2243
2259
|
"name": "useTransition",
|
|
2244
2260
|
"package": "core",
|
|
2245
|
-
"lastUpdated":
|
|
2261
|
+
"lastUpdated": 1681425913000,
|
|
2246
2262
|
"docs": "https://vueuse.org/core/useTransition/",
|
|
2247
2263
|
"category": "Animation",
|
|
2248
2264
|
"description": "transition between values"
|
|
@@ -2291,12 +2307,12 @@
|
|
|
2291
2307
|
"component": true,
|
|
2292
2308
|
"docs": "https://vueuse.org/core/useVirtualList/",
|
|
2293
2309
|
"category": "Component",
|
|
2294
|
-
"description": "
|
|
2310
|
+
"description": "::: warning"
|
|
2295
2311
|
},
|
|
2296
2312
|
{
|
|
2297
2313
|
"name": "useVModel",
|
|
2298
2314
|
"package": "core",
|
|
2299
|
-
"lastUpdated":
|
|
2315
|
+
"lastUpdated": 1681402164000,
|
|
2300
2316
|
"docs": "https://vueuse.org/core/useVModel/",
|
|
2301
2317
|
"category": "Component",
|
|
2302
2318
|
"description": "shorthand for v-model binding",
|
|
@@ -2342,7 +2358,7 @@
|
|
|
2342
2358
|
{
|
|
2343
2359
|
"name": "useWebWorker",
|
|
2344
2360
|
"package": "core",
|
|
2345
|
-
"lastUpdated":
|
|
2361
|
+
"lastUpdated": 1681402164000,
|
|
2346
2362
|
"docs": "https://vueuse.org/core/useWebWorker/",
|
|
2347
2363
|
"category": "Browser",
|
|
2348
2364
|
"description": "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
|
|
@@ -2390,7 +2406,7 @@
|
|
|
2390
2406
|
{
|
|
2391
2407
|
"name": "useZoomFactor",
|
|
2392
2408
|
"package": "electron",
|
|
2393
|
-
"lastUpdated":
|
|
2409
|
+
"lastUpdated": 1681402164000,
|
|
2394
2410
|
"docs": "https://vueuse.org/electron/useZoomFactor/",
|
|
2395
2411
|
"category": "@Electron",
|
|
2396
2412
|
"description": "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom factor"
|
|
@@ -2398,7 +2414,7 @@
|
|
|
2398
2414
|
{
|
|
2399
2415
|
"name": "useZoomLevel",
|
|
2400
2416
|
"package": "electron",
|
|
2401
|
-
"lastUpdated":
|
|
2417
|
+
"lastUpdated": 1681402164000,
|
|
2402
2418
|
"docs": "https://vueuse.org/electron/useZoomLevel/",
|
|
2403
2419
|
"category": "@Electron",
|
|
2404
2420
|
"description": "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom level"
|
package/index.mjs
CHANGED
|
@@ -194,7 +194,7 @@ var functions$1 = [
|
|
|
194
194
|
{
|
|
195
195
|
name: "computedWithControl",
|
|
196
196
|
"package": "shared",
|
|
197
|
-
lastUpdated:
|
|
197
|
+
lastUpdated: 1681402164000,
|
|
198
198
|
docs: "https://vueuse.org/shared/computedWithControl/",
|
|
199
199
|
category: "Reactivity",
|
|
200
200
|
description: "explicitly define the dependencies of computed",
|
|
@@ -263,6 +263,14 @@ var functions$1 = [
|
|
|
263
263
|
"useProjection"
|
|
264
264
|
]
|
|
265
265
|
},
|
|
266
|
+
{
|
|
267
|
+
name: "createReusableTemplate",
|
|
268
|
+
"package": "core",
|
|
269
|
+
lastUpdated: 1681420351000,
|
|
270
|
+
docs: "https://vueuse.org/core/createReusableTemplate/",
|
|
271
|
+
category: "Component",
|
|
272
|
+
description: "define and reuse template inside the component scope"
|
|
273
|
+
},
|
|
266
274
|
{
|
|
267
275
|
name: "createSchemaOrg",
|
|
268
276
|
"package": "schema-org",
|
|
@@ -281,6 +289,14 @@ var functions$1 = [
|
|
|
281
289
|
"createGlobalState"
|
|
282
290
|
]
|
|
283
291
|
},
|
|
292
|
+
{
|
|
293
|
+
name: "createTemplatePromise",
|
|
294
|
+
"package": "core",
|
|
295
|
+
lastUpdated: 1681420351000,
|
|
296
|
+
docs: "https://vueuse.org/core/createTemplatePromise/",
|
|
297
|
+
category: "Component",
|
|
298
|
+
description: "template as Promise"
|
|
299
|
+
},
|
|
284
300
|
{
|
|
285
301
|
name: "createUnrefFn",
|
|
286
302
|
"package": "core",
|
|
@@ -295,7 +311,7 @@ var functions$1 = [
|
|
|
295
311
|
{
|
|
296
312
|
name: "extendRef",
|
|
297
313
|
"package": "shared",
|
|
298
|
-
lastUpdated:
|
|
314
|
+
lastUpdated: 1681420351000,
|
|
299
315
|
docs: "https://vueuse.org/shared/extendRef/",
|
|
300
316
|
category: "Reactivity",
|
|
301
317
|
description: "add extra attributes to Ref"
|
|
@@ -580,7 +596,7 @@ var functions$1 = [
|
|
|
580
596
|
{
|
|
581
597
|
name: "toRef",
|
|
582
598
|
"package": "shared",
|
|
583
|
-
lastUpdated:
|
|
599
|
+
lastUpdated: 1681458143000,
|
|
584
600
|
docs: "https://vueuse.org/shared/toRef/",
|
|
585
601
|
category: "Reactivity",
|
|
586
602
|
description: "normalize value/ref/getter to `ref` or `computed`",
|
|
@@ -689,7 +705,7 @@ var functions$1 = [
|
|
|
689
705
|
{
|
|
690
706
|
name: "useAnimate",
|
|
691
707
|
"package": "core",
|
|
692
|
-
lastUpdated:
|
|
708
|
+
lastUpdated: 1681404052000,
|
|
693
709
|
docs: "https://vueuse.org/core/useAnimate/",
|
|
694
710
|
category: "Animation",
|
|
695
711
|
description: "reactive [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API)"
|
|
@@ -697,7 +713,7 @@ var functions$1 = [
|
|
|
697
713
|
{
|
|
698
714
|
name: "useArrayDifference",
|
|
699
715
|
"package": "shared",
|
|
700
|
-
lastUpdated:
|
|
716
|
+
lastUpdated: 1681402164000,
|
|
701
717
|
docs: "https://vueuse.org/shared/useArrayDifference/",
|
|
702
718
|
category: "Array",
|
|
703
719
|
description: "reactive get array difference of two array"
|
|
@@ -836,7 +852,7 @@ var functions$1 = [
|
|
|
836
852
|
{
|
|
837
853
|
name: "useAxios",
|
|
838
854
|
"package": "integrations",
|
|
839
|
-
lastUpdated:
|
|
855
|
+
lastUpdated: 1681402164000,
|
|
840
856
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
841
857
|
category: "@Integrations",
|
|
842
858
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -845,7 +861,7 @@ var functions$1 = [
|
|
|
845
861
|
{
|
|
846
862
|
name: "useBase64",
|
|
847
863
|
"package": "core",
|
|
848
|
-
lastUpdated:
|
|
864
|
+
lastUpdated: 1681402164000,
|
|
849
865
|
docs: "https://vueuse.org/core/useBase64/",
|
|
850
866
|
category: "Utilities",
|
|
851
867
|
description: "reactive base64 transforming"
|
|
@@ -911,7 +927,7 @@ var functions$1 = [
|
|
|
911
927
|
{
|
|
912
928
|
name: "useChangeCase",
|
|
913
929
|
"package": "integrations",
|
|
914
|
-
lastUpdated:
|
|
930
|
+
lastUpdated: 1681402164000,
|
|
915
931
|
docs: "https://vueuse.org/integrations/useChangeCase/",
|
|
916
932
|
category: "@Integrations",
|
|
917
933
|
description: "reactive wrapper for [`change-case`](https://github.com/blakeembrey/change-case)",
|
|
@@ -920,7 +936,7 @@ var functions$1 = [
|
|
|
920
936
|
{
|
|
921
937
|
name: "useClamp",
|
|
922
938
|
"package": "math",
|
|
923
|
-
lastUpdated:
|
|
939
|
+
lastUpdated: 1681402164000,
|
|
924
940
|
docs: "https://vueuse.org/math/useClamp/",
|
|
925
941
|
category: "@Math",
|
|
926
942
|
description: "reactively clamp a value between two other values"
|
|
@@ -1021,7 +1037,7 @@ var functions$1 = [
|
|
|
1021
1037
|
{
|
|
1022
1038
|
name: "useDateFormat",
|
|
1023
1039
|
"package": "shared",
|
|
1024
|
-
lastUpdated:
|
|
1040
|
+
lastUpdated: 1681425913000,
|
|
1025
1041
|
docs: "https://vueuse.org/shared/useDateFormat/",
|
|
1026
1042
|
category: "Time",
|
|
1027
1043
|
description: "get the formatted date according to the string of tokens passed in"
|
|
@@ -1205,7 +1221,7 @@ var functions$1 = [
|
|
|
1205
1221
|
{
|
|
1206
1222
|
name: "useEventListener",
|
|
1207
1223
|
"package": "core",
|
|
1208
|
-
lastUpdated:
|
|
1224
|
+
lastUpdated: 1681402164000,
|
|
1209
1225
|
docs: "https://vueuse.org/core/useEventListener/",
|
|
1210
1226
|
category: "Browser",
|
|
1211
1227
|
description: "use EventListener with ease"
|
|
@@ -1230,7 +1246,7 @@ var functions$1 = [
|
|
|
1230
1246
|
{
|
|
1231
1247
|
name: "useFavicon",
|
|
1232
1248
|
"package": "core",
|
|
1233
|
-
lastUpdated:
|
|
1249
|
+
lastUpdated: 1681402164000,
|
|
1234
1250
|
docs: "https://vueuse.org/core/useFavicon/",
|
|
1235
1251
|
category: "Browser",
|
|
1236
1252
|
description: "reactive favicon"
|
|
@@ -1382,7 +1398,7 @@ var functions$1 = [
|
|
|
1382
1398
|
{
|
|
1383
1399
|
name: "useInfiniteScroll",
|
|
1384
1400
|
"package": "core",
|
|
1385
|
-
lastUpdated:
|
|
1401
|
+
lastUpdated: 1681395875000,
|
|
1386
1402
|
directive: true,
|
|
1387
1403
|
docs: "https://vueuse.org/core/useInfiniteScroll/",
|
|
1388
1404
|
category: "Sensors",
|
|
@@ -1391,7 +1407,7 @@ var functions$1 = [
|
|
|
1391
1407
|
{
|
|
1392
1408
|
name: "useIntersectionObserver",
|
|
1393
1409
|
"package": "core",
|
|
1394
|
-
lastUpdated:
|
|
1410
|
+
lastUpdated: 1681460386000,
|
|
1395
1411
|
directive: true,
|
|
1396
1412
|
docs: "https://vueuse.org/core/useIntersectionObserver/",
|
|
1397
1413
|
category: "Elements",
|
|
@@ -1408,7 +1424,7 @@ var functions$1 = [
|
|
|
1408
1424
|
{
|
|
1409
1425
|
name: "useIntervalFn",
|
|
1410
1426
|
"package": "shared",
|
|
1411
|
-
lastUpdated:
|
|
1427
|
+
lastUpdated: 1681402164000,
|
|
1412
1428
|
docs: "https://vueuse.org/shared/useIntervalFn/",
|
|
1413
1429
|
category: "Animation",
|
|
1414
1430
|
description: "wrapper for `setInterval` with controls"
|
|
@@ -1424,7 +1440,7 @@ var functions$1 = [
|
|
|
1424
1440
|
{
|
|
1425
1441
|
name: "useIpcRendererInvoke",
|
|
1426
1442
|
"package": "electron",
|
|
1427
|
-
lastUpdated:
|
|
1443
|
+
lastUpdated: 1681402164000,
|
|
1428
1444
|
docs: "https://vueuse.org/electron/useIpcRendererInvoke/",
|
|
1429
1445
|
category: "@Electron",
|
|
1430
1446
|
description: "reactive [ipcRenderer.invoke API](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendererinvokechannel-args) result"
|
|
@@ -1432,7 +1448,7 @@ var functions$1 = [
|
|
|
1432
1448
|
{
|
|
1433
1449
|
name: "useIpcRendererOn",
|
|
1434
1450
|
"package": "electron",
|
|
1435
|
-
lastUpdated:
|
|
1451
|
+
lastUpdated: 1681402164000,
|
|
1436
1452
|
docs: "https://vueuse.org/electron/useIpcRendererOn/",
|
|
1437
1453
|
category: "@Electron",
|
|
1438
1454
|
description: "use [ipcRenderer.on](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendereronchannel-listener) with ease and [ipcRenderer.removeListener](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendererremovelistenerchannel-listener) automatically on unmounted"
|
|
@@ -1484,7 +1500,7 @@ var functions$1 = [
|
|
|
1484
1500
|
{
|
|
1485
1501
|
name: "useManualRefHistory",
|
|
1486
1502
|
"package": "core",
|
|
1487
|
-
lastUpdated:
|
|
1503
|
+
lastUpdated: 1681402164000,
|
|
1488
1504
|
docs: "https://vueuse.org/core/useManualRefHistory/",
|
|
1489
1505
|
category: "State",
|
|
1490
1506
|
description: "manually track the change history of a ref when the using calls `commit()`",
|
|
@@ -1511,7 +1527,7 @@ var functions$1 = [
|
|
|
1511
1527
|
{
|
|
1512
1528
|
name: "useMediaControls",
|
|
1513
1529
|
"package": "core",
|
|
1514
|
-
lastUpdated:
|
|
1530
|
+
lastUpdated: 1681402164000,
|
|
1515
1531
|
docs: "https://vueuse.org/core/useMediaControls/",
|
|
1516
1532
|
category: "Browser",
|
|
1517
1533
|
description: "reactive media controls for both `audio` and `video` elements"
|
|
@@ -1641,7 +1657,7 @@ var functions$1 = [
|
|
|
1641
1657
|
{
|
|
1642
1658
|
name: "useNProgress",
|
|
1643
1659
|
"package": "integrations",
|
|
1644
|
-
lastUpdated:
|
|
1660
|
+
lastUpdated: 1681402164000,
|
|
1645
1661
|
docs: "https://vueuse.org/integrations/useNProgress/",
|
|
1646
1662
|
category: "@Integrations",
|
|
1647
1663
|
description: "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)",
|
|
@@ -1729,7 +1745,7 @@ var functions$1 = [
|
|
|
1729
1745
|
{
|
|
1730
1746
|
name: "usePointer",
|
|
1731
1747
|
"package": "core",
|
|
1732
|
-
lastUpdated:
|
|
1748
|
+
lastUpdated: 1681425913000,
|
|
1733
1749
|
component: true,
|
|
1734
1750
|
docs: "https://vueuse.org/core/usePointer/",
|
|
1735
1751
|
category: "Sensors",
|
|
@@ -2036,7 +2052,7 @@ var functions$1 = [
|
|
|
2036
2052
|
{
|
|
2037
2053
|
name: "useStorage",
|
|
2038
2054
|
"package": "core",
|
|
2039
|
-
lastUpdated:
|
|
2055
|
+
lastUpdated: 1681402164000,
|
|
2040
2056
|
docs: "https://vueuse.org/core/useStorage/",
|
|
2041
2057
|
category: "State",
|
|
2042
2058
|
description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
|
@@ -2051,7 +2067,7 @@ var functions$1 = [
|
|
|
2051
2067
|
{
|
|
2052
2068
|
name: "useStorageAsync",
|
|
2053
2069
|
"package": "core",
|
|
2054
|
-
lastUpdated:
|
|
2070
|
+
lastUpdated: 1681402164000,
|
|
2055
2071
|
docs: "https://vueuse.org/core/useStorageAsync/",
|
|
2056
2072
|
category: "State",
|
|
2057
2073
|
description: "reactive Storage in with async support",
|
|
@@ -2209,7 +2225,7 @@ var functions$1 = [
|
|
|
2209
2225
|
{
|
|
2210
2226
|
name: "useTitle",
|
|
2211
2227
|
"package": "core",
|
|
2212
|
-
lastUpdated:
|
|
2228
|
+
lastUpdated: 1681402164000,
|
|
2213
2229
|
docs: "https://vueuse.org/core/useTitle/",
|
|
2214
2230
|
category: "Browser",
|
|
2215
2231
|
description: "reactive document title"
|
|
@@ -2241,7 +2257,7 @@ var functions$1 = [
|
|
|
2241
2257
|
{
|
|
2242
2258
|
name: "useTransition",
|
|
2243
2259
|
"package": "core",
|
|
2244
|
-
lastUpdated:
|
|
2260
|
+
lastUpdated: 1681425913000,
|
|
2245
2261
|
docs: "https://vueuse.org/core/useTransition/",
|
|
2246
2262
|
category: "Animation",
|
|
2247
2263
|
description: "transition between values"
|
|
@@ -2290,12 +2306,12 @@ var functions$1 = [
|
|
|
2290
2306
|
component: true,
|
|
2291
2307
|
docs: "https://vueuse.org/core/useVirtualList/",
|
|
2292
2308
|
category: "Component",
|
|
2293
|
-
description: "
|
|
2309
|
+
description: "::: warning"
|
|
2294
2310
|
},
|
|
2295
2311
|
{
|
|
2296
2312
|
name: "useVModel",
|
|
2297
2313
|
"package": "core",
|
|
2298
|
-
lastUpdated:
|
|
2314
|
+
lastUpdated: 1681402164000,
|
|
2299
2315
|
docs: "https://vueuse.org/core/useVModel/",
|
|
2300
2316
|
category: "Component",
|
|
2301
2317
|
description: "shorthand for v-model binding",
|
|
@@ -2341,7 +2357,7 @@ var functions$1 = [
|
|
|
2341
2357
|
{
|
|
2342
2358
|
name: "useWebWorker",
|
|
2343
2359
|
"package": "core",
|
|
2344
|
-
lastUpdated:
|
|
2360
|
+
lastUpdated: 1681402164000,
|
|
2345
2361
|
docs: "https://vueuse.org/core/useWebWorker/",
|
|
2346
2362
|
category: "Browser",
|
|
2347
2363
|
description: "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
|
|
@@ -2389,7 +2405,7 @@ var functions$1 = [
|
|
|
2389
2405
|
{
|
|
2390
2406
|
name: "useZoomFactor",
|
|
2391
2407
|
"package": "electron",
|
|
2392
|
-
lastUpdated:
|
|
2408
|
+
lastUpdated: 1681402164000,
|
|
2393
2409
|
docs: "https://vueuse.org/electron/useZoomFactor/",
|
|
2394
2410
|
category: "@Electron",
|
|
2395
2411
|
description: "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom factor"
|
|
@@ -2397,7 +2413,7 @@ var functions$1 = [
|
|
|
2397
2413
|
{
|
|
2398
2414
|
name: "useZoomLevel",
|
|
2399
2415
|
"package": "electron",
|
|
2400
|
-
lastUpdated:
|
|
2416
|
+
lastUpdated: 1681402164000,
|
|
2401
2417
|
docs: "https://vueuse.org/electron/useZoomLevel/",
|
|
2402
2418
|
category: "@Electron",
|
|
2403
2419
|
description: "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom level"
|