@vueuse/metadata 14.0.0-alpha.2 → 14.0.0-beta.1

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/dist/index.js CHANGED
@@ -147,7 +147,7 @@ var functions$1 = [
147
147
  {
148
148
  "name": "computedAsync",
149
149
  "package": "core",
150
- "lastUpdated": 1757478278e3,
150
+ "lastUpdated": 1758032428e3,
151
151
  "docs": "https://vueuse.org/core/computedAsync/",
152
152
  "category": "Reactivity",
153
153
  "description": "computed for async functions",
@@ -156,7 +156,7 @@ var functions$1 = [
156
156
  {
157
157
  "name": "computedEager",
158
158
  "package": "shared",
159
- "lastUpdated": 1757478278e3,
159
+ "lastUpdated": 1758032163e3,
160
160
  "docs": "https://vueuse.org/shared/computedEager/",
161
161
  "category": "Reactivity",
162
162
  "description": "eager computed without lazy evaluation",
@@ -241,7 +241,7 @@ var functions$1 = [
241
241
  {
242
242
  "name": "createReusableTemplate",
243
243
  "package": "core",
244
- "lastUpdated": 175367704e4,
244
+ "lastUpdated": 1758032485e3,
245
245
  "docs": "https://vueuse.org/core/createReusableTemplate/",
246
246
  "category": "Component",
247
247
  "description": "define and reuse template inside the component scope"
@@ -256,7 +256,7 @@ var functions$1 = [
256
256
  {
257
257
  "name": "createSharedComposable",
258
258
  "package": "shared",
259
- "lastUpdated": 175367704e4,
259
+ "lastUpdated": 1758032331e3,
260
260
  "docs": "https://vueuse.org/shared/createSharedComposable/",
261
261
  "category": "State",
262
262
  "description": "make a composable function usable with multiple Vue instances",
@@ -265,7 +265,7 @@ var functions$1 = [
265
265
  {
266
266
  "name": "createTemplatePromise",
267
267
  "package": "core",
268
- "lastUpdated": 175367704e4,
268
+ "lastUpdated": 1758032485e3,
269
269
  "docs": "https://vueuse.org/core/createTemplatePromise/",
270
270
  "category": "Component",
271
271
  "description": "template as Promise"
@@ -413,7 +413,7 @@ var functions$1 = [
413
413
  {
414
414
  "name": "reactify",
415
415
  "package": "shared",
416
- "lastUpdated": 1757478278e3,
416
+ "lastUpdated": 1758032498e3,
417
417
  "docs": "https://vueuse.org/shared/reactify/",
418
418
  "category": "Reactivity",
419
419
  "description": "converts plain functions into reactive functions",
@@ -439,7 +439,7 @@ var functions$1 = [
439
439
  {
440
440
  "name": "reactiveOmit",
441
441
  "package": "shared",
442
- "lastUpdated": 1750322801e3,
442
+ "lastUpdated": 1758032498e3,
443
443
  "docs": "https://vueuse.org/shared/reactiveOmit/",
444
444
  "category": "Reactivity",
445
445
  "description": "reactively omit fields from a reactive object"
@@ -447,7 +447,7 @@ var functions$1 = [
447
447
  {
448
448
  "name": "reactivePick",
449
449
  "package": "shared",
450
- "lastUpdated": 1744088337e3,
450
+ "lastUpdated": 1758032498e3,
451
451
  "docs": "https://vueuse.org/shared/reactivePick/",
452
452
  "category": "Reactivity",
453
453
  "description": "reactively pick fields from a reactive object"
@@ -626,7 +626,7 @@ var functions$1 = [
626
626
  {
627
627
  "name": "until",
628
628
  "package": "shared",
629
- "lastUpdated": 1741147666e3,
629
+ "lastUpdated": 1758032428e3,
630
630
  "docs": "https://vueuse.org/shared/until/",
631
631
  "category": "Watch",
632
632
  "description": "promised one-time watch for changes"
@@ -763,7 +763,7 @@ var functions$1 = [
763
763
  {
764
764
  "name": "useAsyncState",
765
765
  "package": "core",
766
- "lastUpdated": 1756308069e3,
766
+ "lastUpdated": 1758290052e3,
767
767
  "docs": "https://vueuse.org/core/useAsyncState/",
768
768
  "category": "State",
769
769
  "description": "reactive async state"
@@ -1294,7 +1294,7 @@ var functions$1 = [
1294
1294
  {
1295
1295
  "name": "useFullscreen",
1296
1296
  "package": "core",
1297
- "lastUpdated": 1747197222e3,
1297
+ "lastUpdated": 175803237e4,
1298
1298
  "component": true,
1299
1299
  "docs": "https://vueuse.org/core/useFullscreen/",
1300
1300
  "category": "Browser",
@@ -1455,7 +1455,7 @@ var functions$1 = [
1455
1455
  {
1456
1456
  "name": "useMagicKeys",
1457
1457
  "package": "core",
1458
- "lastUpdated": 1753676998e3,
1458
+ "lastUpdated": 1758032498e3,
1459
1459
  "docs": "https://vueuse.org/core/useMagicKeys/",
1460
1460
  "category": "Sensors",
1461
1461
  "description": "reactive keys pressed state"
@@ -1472,7 +1472,7 @@ var functions$1 = [
1472
1472
  {
1473
1473
  "name": "useMath",
1474
1474
  "package": "math",
1475
- "lastUpdated": 175367704e4,
1475
+ "lastUpdated": 1758032498e3,
1476
1476
  "docs": "https://vueuse.org/math/useMath/",
1477
1477
  "category": "@Math",
1478
1478
  "description": "reactive `Math` methods"
@@ -1576,7 +1576,7 @@ var functions$1 = [
1576
1576
  {
1577
1577
  "name": "useMousePressed",
1578
1578
  "package": "core",
1579
- "lastUpdated": 1739701304e3,
1579
+ "lastUpdated": 1758032205e3,
1580
1580
  "component": true,
1581
1581
  "docs": "https://vueuse.org/core/useMousePressed/",
1582
1582
  "category": "Sensors",
@@ -1828,7 +1828,7 @@ var functions$1 = [
1828
1828
  {
1829
1829
  "name": "useRefHistory",
1830
1830
  "package": "core",
1831
- "lastUpdated": 1749554184e3,
1831
+ "lastUpdated": 1758032428e3,
1832
1832
  "docs": "https://vueuse.org/core/useRefHistory/",
1833
1833
  "category": "State",
1834
1834
  "description": "track the change history of a ref",
@@ -1874,7 +1874,7 @@ var functions$1 = [
1874
1874
  {
1875
1875
  "name": "useRouteQuery",
1876
1876
  "package": "router",
1877
- "lastUpdated": 1741147666e3,
1877
+ "lastUpdated": 1758032498e3,
1878
1878
  "docs": "https://vueuse.org/router/useRouteQuery/",
1879
1879
  "category": "@Router",
1880
1880
  "description": "shorthand for a reactive `route.query`"
@@ -1950,7 +1950,7 @@ var functions$1 = [
1950
1950
  {
1951
1951
  "name": "useShare",
1952
1952
  "package": "core",
1953
- "lastUpdated": 175367704e4,
1953
+ "lastUpdated": 1758195856e3,
1954
1954
  "docs": "https://vueuse.org/core/useShare/",
1955
1955
  "category": "Browser",
1956
1956
  "description": "reactive [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share)"
@@ -2230,7 +2230,7 @@ var functions$1 = [
2230
2230
  {
2231
2231
  "name": "useTransition",
2232
2232
  "package": "core",
2233
- "lastUpdated": 1753677771e3,
2233
+ "lastUpdated": 1758205253e3,
2234
2234
  "docs": "https://vueuse.org/core/useTransition/",
2235
2235
  "category": "Animation",
2236
2236
  "description": "transition between values"
@@ -2254,7 +2254,7 @@ var functions$1 = [
2254
2254
  {
2255
2255
  "name": "useUserMedia",
2256
2256
  "package": "core",
2257
- "lastUpdated": 1741147666e3,
2257
+ "lastUpdated": 1758289166e3,
2258
2258
  "docs": "https://vueuse.org/core/useUserMedia/",
2259
2259
  "category": "Sensors",
2260
2260
  "description": "reactive [`mediaDevices.getUserMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia) streaming",
@@ -2400,7 +2400,7 @@ var functions$1 = [
2400
2400
  {
2401
2401
  "name": "watchAtMost",
2402
2402
  "package": "shared",
2403
- "lastUpdated": 1741147666e3,
2403
+ "lastUpdated": 1758032082e3,
2404
2404
  "docs": "https://vueuse.org/shared/watchAtMost/",
2405
2405
  "category": "Watch",
2406
2406
  "description": "`watch` with the number of times triggered"
@@ -2408,7 +2408,7 @@ var functions$1 = [
2408
2408
  {
2409
2409
  "name": "watchDebounced",
2410
2410
  "package": "shared",
2411
- "lastUpdated": 1757478278e3,
2411
+ "lastUpdated": 1758031891e3,
2412
2412
  "docs": "https://vueuse.org/shared/watchDebounced/",
2413
2413
  "category": "Watch",
2414
2414
  "description": "debounced watch",
@@ -2417,7 +2417,7 @@ var functions$1 = [
2417
2417
  {
2418
2418
  "name": "watchDeep",
2419
2419
  "package": "shared",
2420
- "lastUpdated": 1756426878e3,
2420
+ "lastUpdated": 1758031891e3,
2421
2421
  "docs": "https://vueuse.org/shared/watchDeep/",
2422
2422
  "category": "Watch",
2423
2423
  "description": "shorthand for watching value with `{deep: true}`"
@@ -2425,7 +2425,7 @@ var functions$1 = [
2425
2425
  {
2426
2426
  "name": "watchExtractedObservable",
2427
2427
  "package": "rxjs",
2428
- "lastUpdated": 1756426878e3,
2428
+ "lastUpdated": 1758031891e3,
2429
2429
  "docs": "https://vueuse.org/rxjs/watchExtractedObservable/",
2430
2430
  "category": "@RxJS",
2431
2431
  "description": "watch the values of an RxJS [`Observable`](https://rxjs.dev/guide/observable) as extracted from one or more composables"
@@ -2442,7 +2442,7 @@ var functions$1 = [
2442
2442
  {
2443
2443
  "name": "watchImmediate",
2444
2444
  "package": "shared",
2445
- "lastUpdated": 1756426878e3,
2445
+ "lastUpdated": 1758031891e3,
2446
2446
  "docs": "https://vueuse.org/shared/watchImmediate/",
2447
2447
  "category": "Watch",
2448
2448
  "description": "shorthand for watching value with `{immediate: true}`"
@@ -2450,7 +2450,7 @@ var functions$1 = [
2450
2450
  {
2451
2451
  "name": "watchOnce",
2452
2452
  "package": "shared",
2453
- "lastUpdated": 1756426878e3,
2453
+ "lastUpdated": 1758031891e3,
2454
2454
  "docs": "https://vueuse.org/shared/watchOnce/",
2455
2455
  "category": "Watch",
2456
2456
  "description": "shorthand for watching value with `{ once: true }`"
@@ -2458,7 +2458,7 @@ var functions$1 = [
2458
2458
  {
2459
2459
  "name": "watchPausable",
2460
2460
  "package": "shared",
2461
- "lastUpdated": 1757478278e3,
2461
+ "lastUpdated": 1758032143e3,
2462
2462
  "docs": "https://vueuse.org/shared/watchPausable/",
2463
2463
  "category": "Watch",
2464
2464
  "description": "pausable watch",
@@ -2467,7 +2467,7 @@ var functions$1 = [
2467
2467
  {
2468
2468
  "name": "watchThrottled",
2469
2469
  "package": "shared",
2470
- "lastUpdated": 1757478278e3,
2470
+ "lastUpdated": 1758031891e3,
2471
2471
  "docs": "https://vueuse.org/shared/watchThrottled/",
2472
2472
  "category": "Watch",
2473
2473
  "description": "throttled watch",
@@ -2484,7 +2484,7 @@ var functions$1 = [
2484
2484
  {
2485
2485
  "name": "watchWithFilter",
2486
2486
  "package": "shared",
2487
- "lastUpdated": 1732178709e3,
2487
+ "lastUpdated": 1758031891e3,
2488
2488
  "docs": "https://vueuse.org/shared/watchWithFilter/",
2489
2489
  "category": "Watch",
2490
2490
  "description": "`watch` with additional EventFilter control"
package/dist/index.json CHANGED
@@ -156,7 +156,7 @@
156
156
  {
157
157
  "name": "computedAsync",
158
158
  "package": "core",
159
- "lastUpdated": 1757478278000,
159
+ "lastUpdated": 1758032428000,
160
160
  "docs": "https://vueuse.org/core/computedAsync/",
161
161
  "category": "Reactivity",
162
162
  "description": "computed for async functions",
@@ -167,7 +167,7 @@
167
167
  {
168
168
  "name": "computedEager",
169
169
  "package": "shared",
170
- "lastUpdated": 1757478278000,
170
+ "lastUpdated": 1758032163000,
171
171
  "docs": "https://vueuse.org/shared/computedEager/",
172
172
  "category": "Reactivity",
173
173
  "description": "eager computed without lazy evaluation",
@@ -266,7 +266,7 @@
266
266
  {
267
267
  "name": "createReusableTemplate",
268
268
  "package": "core",
269
- "lastUpdated": 1753677040000,
269
+ "lastUpdated": 1758032485000,
270
270
  "docs": "https://vueuse.org/core/createReusableTemplate/",
271
271
  "category": "Component",
272
272
  "description": "define and reuse template inside the component scope"
@@ -281,7 +281,7 @@
281
281
  {
282
282
  "name": "createSharedComposable",
283
283
  "package": "shared",
284
- "lastUpdated": 1753677040000,
284
+ "lastUpdated": 1758032331000,
285
285
  "docs": "https://vueuse.org/shared/createSharedComposable/",
286
286
  "category": "State",
287
287
  "description": "make a composable function usable with multiple Vue instances",
@@ -292,7 +292,7 @@
292
292
  {
293
293
  "name": "createTemplatePromise",
294
294
  "package": "core",
295
- "lastUpdated": 1753677040000,
295
+ "lastUpdated": 1758032485000,
296
296
  "docs": "https://vueuse.org/core/createTemplatePromise/",
297
297
  "category": "Component",
298
298
  "description": "template as Promise"
@@ -457,7 +457,7 @@
457
457
  {
458
458
  "name": "reactify",
459
459
  "package": "shared",
460
- "lastUpdated": 1757478278000,
460
+ "lastUpdated": 1758032498000,
461
461
  "docs": "https://vueuse.org/shared/reactify/",
462
462
  "category": "Reactivity",
463
463
  "description": "converts plain functions into reactive functions",
@@ -487,7 +487,7 @@
487
487
  {
488
488
  "name": "reactiveOmit",
489
489
  "package": "shared",
490
- "lastUpdated": 1750322801000,
490
+ "lastUpdated": 1758032498000,
491
491
  "docs": "https://vueuse.org/shared/reactiveOmit/",
492
492
  "category": "Reactivity",
493
493
  "description": "reactively omit fields from a reactive object"
@@ -495,7 +495,7 @@
495
495
  {
496
496
  "name": "reactivePick",
497
497
  "package": "shared",
498
- "lastUpdated": 1744088337000,
498
+ "lastUpdated": 1758032498000,
499
499
  "docs": "https://vueuse.org/shared/reactivePick/",
500
500
  "category": "Reactivity",
501
501
  "description": "reactively pick fields from a reactive object"
@@ -698,7 +698,7 @@
698
698
  {
699
699
  "name": "until",
700
700
  "package": "shared",
701
- "lastUpdated": 1741147666000,
701
+ "lastUpdated": 1758032428000,
702
702
  "docs": "https://vueuse.org/shared/until/",
703
703
  "category": "Watch",
704
704
  "description": "promised one-time watch for changes"
@@ -835,7 +835,7 @@
835
835
  {
836
836
  "name": "useAsyncState",
837
837
  "package": "core",
838
- "lastUpdated": 1756308069000,
838
+ "lastUpdated": 1758290052000,
839
839
  "docs": "https://vueuse.org/core/useAsyncState/",
840
840
  "category": "State",
841
841
  "description": "reactive async state"
@@ -1379,7 +1379,7 @@
1379
1379
  {
1380
1380
  "name": "useFullscreen",
1381
1381
  "package": "core",
1382
- "lastUpdated": 1747197222000,
1382
+ "lastUpdated": 1758032370000,
1383
1383
  "component": true,
1384
1384
  "docs": "https://vueuse.org/core/useFullscreen/",
1385
1385
  "category": "Browser",
@@ -1542,7 +1542,7 @@
1542
1542
  {
1543
1543
  "name": "useMagicKeys",
1544
1544
  "package": "core",
1545
- "lastUpdated": 1753676998000,
1545
+ "lastUpdated": 1758032498000,
1546
1546
  "docs": "https://vueuse.org/core/useMagicKeys/",
1547
1547
  "category": "Sensors",
1548
1548
  "description": "reactive keys pressed state"
@@ -1561,7 +1561,7 @@
1561
1561
  {
1562
1562
  "name": "useMath",
1563
1563
  "package": "math",
1564
- "lastUpdated": 1753677040000,
1564
+ "lastUpdated": 1758032498000,
1565
1565
  "docs": "https://vueuse.org/math/useMath/",
1566
1566
  "category": "@Math",
1567
1567
  "description": "reactive `Math` methods"
@@ -1665,7 +1665,7 @@
1665
1665
  {
1666
1666
  "name": "useMousePressed",
1667
1667
  "package": "core",
1668
- "lastUpdated": 1739701304000,
1668
+ "lastUpdated": 1758032205000,
1669
1669
  "component": true,
1670
1670
  "docs": "https://vueuse.org/core/useMousePressed/",
1671
1671
  "category": "Sensors",
@@ -1925,7 +1925,7 @@
1925
1925
  {
1926
1926
  "name": "useRefHistory",
1927
1927
  "package": "core",
1928
- "lastUpdated": 1749554184000,
1928
+ "lastUpdated": 1758032428000,
1929
1929
  "docs": "https://vueuse.org/core/useRefHistory/",
1930
1930
  "category": "State",
1931
1931
  "description": "track the change history of a ref",
@@ -1971,7 +1971,7 @@
1971
1971
  {
1972
1972
  "name": "useRouteQuery",
1973
1973
  "package": "router",
1974
- "lastUpdated": 1741147666000,
1974
+ "lastUpdated": 1758032498000,
1975
1975
  "docs": "https://vueuse.org/router/useRouteQuery/",
1976
1976
  "category": "@Router",
1977
1977
  "description": "shorthand for a reactive `route.query`"
@@ -2049,7 +2049,7 @@
2049
2049
  {
2050
2050
  "name": "useShare",
2051
2051
  "package": "core",
2052
- "lastUpdated": 1753677040000,
2052
+ "lastUpdated": 1758195856000,
2053
2053
  "docs": "https://vueuse.org/core/useShare/",
2054
2054
  "category": "Browser",
2055
2055
  "description": "reactive [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share)"
@@ -2334,7 +2334,7 @@
2334
2334
  {
2335
2335
  "name": "useTransition",
2336
2336
  "package": "core",
2337
- "lastUpdated": 1753677771000,
2337
+ "lastUpdated": 1758205253000,
2338
2338
  "docs": "https://vueuse.org/core/useTransition/",
2339
2339
  "category": "Animation",
2340
2340
  "description": "transition between values"
@@ -2358,7 +2358,7 @@
2358
2358
  {
2359
2359
  "name": "useUserMedia",
2360
2360
  "package": "core",
2361
- "lastUpdated": 1741147666000,
2361
+ "lastUpdated": 1758289166000,
2362
2362
  "docs": "https://vueuse.org/core/useUserMedia/",
2363
2363
  "category": "Sensors",
2364
2364
  "description": "reactive [`mediaDevices.getUserMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia) streaming",
@@ -2512,7 +2512,7 @@
2512
2512
  {
2513
2513
  "name": "watchAtMost",
2514
2514
  "package": "shared",
2515
- "lastUpdated": 1741147666000,
2515
+ "lastUpdated": 1758032082000,
2516
2516
  "docs": "https://vueuse.org/shared/watchAtMost/",
2517
2517
  "category": "Watch",
2518
2518
  "description": "`watch` with the number of times triggered"
@@ -2520,7 +2520,7 @@
2520
2520
  {
2521
2521
  "name": "watchDebounced",
2522
2522
  "package": "shared",
2523
- "lastUpdated": 1757478278000,
2523
+ "lastUpdated": 1758031891000,
2524
2524
  "docs": "https://vueuse.org/shared/watchDebounced/",
2525
2525
  "category": "Watch",
2526
2526
  "description": "debounced watch",
@@ -2531,7 +2531,7 @@
2531
2531
  {
2532
2532
  "name": "watchDeep",
2533
2533
  "package": "shared",
2534
- "lastUpdated": 1756426878000,
2534
+ "lastUpdated": 1758031891000,
2535
2535
  "docs": "https://vueuse.org/shared/watchDeep/",
2536
2536
  "category": "Watch",
2537
2537
  "description": "shorthand for watching value with `{deep: true}`"
@@ -2539,7 +2539,7 @@
2539
2539
  {
2540
2540
  "name": "watchExtractedObservable",
2541
2541
  "package": "rxjs",
2542
- "lastUpdated": 1756426878000,
2542
+ "lastUpdated": 1758031891000,
2543
2543
  "docs": "https://vueuse.org/rxjs/watchExtractedObservable/",
2544
2544
  "category": "@RxJS",
2545
2545
  "description": "watch the values of an RxJS [`Observable`](https://rxjs.dev/guide/observable) as extracted from one or more composables"
@@ -2558,7 +2558,7 @@
2558
2558
  {
2559
2559
  "name": "watchImmediate",
2560
2560
  "package": "shared",
2561
- "lastUpdated": 1756426878000,
2561
+ "lastUpdated": 1758031891000,
2562
2562
  "docs": "https://vueuse.org/shared/watchImmediate/",
2563
2563
  "category": "Watch",
2564
2564
  "description": "shorthand for watching value with `{immediate: true}`"
@@ -2566,7 +2566,7 @@
2566
2566
  {
2567
2567
  "name": "watchOnce",
2568
2568
  "package": "shared",
2569
- "lastUpdated": 1756426878000,
2569
+ "lastUpdated": 1758031891000,
2570
2570
  "docs": "https://vueuse.org/shared/watchOnce/",
2571
2571
  "category": "Watch",
2572
2572
  "description": "shorthand for watching value with `{ once: true }`"
@@ -2574,7 +2574,7 @@
2574
2574
  {
2575
2575
  "name": "watchPausable",
2576
2576
  "package": "shared",
2577
- "lastUpdated": 1757478278000,
2577
+ "lastUpdated": 1758032143000,
2578
2578
  "docs": "https://vueuse.org/shared/watchPausable/",
2579
2579
  "category": "Watch",
2580
2580
  "description": "pausable watch",
@@ -2585,7 +2585,7 @@
2585
2585
  {
2586
2586
  "name": "watchThrottled",
2587
2587
  "package": "shared",
2588
- "lastUpdated": 1757478278000,
2588
+ "lastUpdated": 1758031891000,
2589
2589
  "docs": "https://vueuse.org/shared/watchThrottled/",
2590
2590
  "category": "Watch",
2591
2591
  "description": "throttled watch",
@@ -2604,7 +2604,7 @@
2604
2604
  {
2605
2605
  "name": "watchWithFilter",
2606
2606
  "package": "shared",
2607
- "lastUpdated": 1732178709000,
2607
+ "lastUpdated": 1758031891000,
2608
2608
  "docs": "https://vueuse.org/shared/watchWithFilter/",
2609
2609
  "category": "Watch",
2610
2610
  "description": "`watch` with additional EventFilter control"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vueuse/metadata",
3
3
  "type": "module",
4
- "version": "14.0.0-alpha.2",
4
+ "version": "14.0.0-beta.1",
5
5
  "description": "Metadata for VueUse functions",
6
6
  "author": "Anthony Fu <https://github.com/antfu>",
7
7
  "license": "MIT",