@vueuse/metadata 13.7.0 → 13.9.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.json +11 -11
- package/index.mjs +11 -11
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -431,7 +431,7 @@
|
|
|
431
431
|
{
|
|
432
432
|
"name": "onLongPress",
|
|
433
433
|
"package": "core",
|
|
434
|
-
"lastUpdated":
|
|
434
|
+
"lastUpdated": 1756426679000,
|
|
435
435
|
"component": true,
|
|
436
436
|
"directive": true,
|
|
437
437
|
"docs": "https://vueuse.org/core/onLongPress/",
|
|
@@ -842,7 +842,7 @@
|
|
|
842
842
|
{
|
|
843
843
|
"name": "useAsyncState",
|
|
844
844
|
"package": "core",
|
|
845
|
-
"lastUpdated":
|
|
845
|
+
"lastUpdated": 1756308069000,
|
|
846
846
|
"docs": "https://vueuse.org/core/useAsyncState/",
|
|
847
847
|
"category": "State",
|
|
848
848
|
"description": "reactive async state"
|
|
@@ -1278,7 +1278,7 @@
|
|
|
1278
1278
|
{
|
|
1279
1279
|
"name": "useEventSource",
|
|
1280
1280
|
"package": "core",
|
|
1281
|
-
"lastUpdated":
|
|
1281
|
+
"lastUpdated": 1755763684000,
|
|
1282
1282
|
"docs": "https://vueuse.org/core/useEventSource/",
|
|
1283
1283
|
"category": "Network",
|
|
1284
1284
|
"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"
|
|
@@ -1286,7 +1286,7 @@
|
|
|
1286
1286
|
{
|
|
1287
1287
|
"name": "useExtractedObservable",
|
|
1288
1288
|
"package": "rxjs",
|
|
1289
|
-
"lastUpdated":
|
|
1289
|
+
"lastUpdated": 1756426878000,
|
|
1290
1290
|
"docs": "https://vueuse.org/rxjs/useExtractedObservable/",
|
|
1291
1291
|
"category": "@RxJS",
|
|
1292
1292
|
"description": "use an RxJS [`Observable`](https://rxjs.dev/guide/observable) as extracted from one or more composables"
|
|
@@ -1803,7 +1803,7 @@
|
|
|
1803
1803
|
{
|
|
1804
1804
|
"name": "usePointer",
|
|
1805
1805
|
"package": "core",
|
|
1806
|
-
"lastUpdated":
|
|
1806
|
+
"lastUpdated": 1755881801000,
|
|
1807
1807
|
"component": true,
|
|
1808
1808
|
"docs": "https://vueuse.org/core/usePointer/",
|
|
1809
1809
|
"category": "Sensors",
|
|
@@ -1868,7 +1868,7 @@
|
|
|
1868
1868
|
{
|
|
1869
1869
|
"name": "usePreferredLanguages",
|
|
1870
1870
|
"package": "core",
|
|
1871
|
-
"lastUpdated":
|
|
1871
|
+
"lastUpdated": 1755561737000,
|
|
1872
1872
|
"component": true,
|
|
1873
1873
|
"docs": "https://vueuse.org/core/usePreferredLanguages/",
|
|
1874
1874
|
"category": "Browser",
|
|
@@ -2357,7 +2357,7 @@
|
|
|
2357
2357
|
{
|
|
2358
2358
|
"name": "useUrlSearchParams",
|
|
2359
2359
|
"package": "core",
|
|
2360
|
-
"lastUpdated":
|
|
2360
|
+
"lastUpdated": 1756426726000,
|
|
2361
2361
|
"docs": "https://vueuse.org/core/useUrlSearchParams/",
|
|
2362
2362
|
"category": "Browser",
|
|
2363
2363
|
"description": "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
|
@@ -2538,7 +2538,7 @@
|
|
|
2538
2538
|
{
|
|
2539
2539
|
"name": "watchDeep",
|
|
2540
2540
|
"package": "shared",
|
|
2541
|
-
"lastUpdated":
|
|
2541
|
+
"lastUpdated": 1756426878000,
|
|
2542
2542
|
"docs": "https://vueuse.org/shared/watchDeep/",
|
|
2543
2543
|
"category": "Watch",
|
|
2544
2544
|
"description": "shorthand for watching value with `{deep: true}`"
|
|
@@ -2546,7 +2546,7 @@
|
|
|
2546
2546
|
{
|
|
2547
2547
|
"name": "watchExtractedObservable",
|
|
2548
2548
|
"package": "rxjs",
|
|
2549
|
-
"lastUpdated":
|
|
2549
|
+
"lastUpdated": 1756426878000,
|
|
2550
2550
|
"docs": "https://vueuse.org/rxjs/watchExtractedObservable/",
|
|
2551
2551
|
"category": "@RxJS",
|
|
2552
2552
|
"description": "watch the values of an RxJS [`Observable`](https://rxjs.dev/guide/observable) as extracted from one or more composables"
|
|
@@ -2565,7 +2565,7 @@
|
|
|
2565
2565
|
{
|
|
2566
2566
|
"name": "watchImmediate",
|
|
2567
2567
|
"package": "shared",
|
|
2568
|
-
"lastUpdated":
|
|
2568
|
+
"lastUpdated": 1756426878000,
|
|
2569
2569
|
"docs": "https://vueuse.org/shared/watchImmediate/",
|
|
2570
2570
|
"category": "Watch",
|
|
2571
2571
|
"description": "shorthand for watching value with `{immediate: true}`"
|
|
@@ -2573,7 +2573,7 @@
|
|
|
2573
2573
|
{
|
|
2574
2574
|
"name": "watchOnce",
|
|
2575
2575
|
"package": "shared",
|
|
2576
|
-
"lastUpdated":
|
|
2576
|
+
"lastUpdated": 1756426878000,
|
|
2577
2577
|
"docs": "https://vueuse.org/shared/watchOnce/",
|
|
2578
2578
|
"category": "Watch",
|
|
2579
2579
|
"description": "shorthand for watching value with `{ once: true }`"
|
package/index.mjs
CHANGED
|
@@ -430,7 +430,7 @@ var functions$1 = [
|
|
|
430
430
|
{
|
|
431
431
|
name: "onLongPress",
|
|
432
432
|
"package": "core",
|
|
433
|
-
lastUpdated:
|
|
433
|
+
lastUpdated: 1756426679000,
|
|
434
434
|
component: true,
|
|
435
435
|
directive: true,
|
|
436
436
|
docs: "https://vueuse.org/core/onLongPress/",
|
|
@@ -841,7 +841,7 @@ var functions$1 = [
|
|
|
841
841
|
{
|
|
842
842
|
name: "useAsyncState",
|
|
843
843
|
"package": "core",
|
|
844
|
-
lastUpdated:
|
|
844
|
+
lastUpdated: 1756308069000,
|
|
845
845
|
docs: "https://vueuse.org/core/useAsyncState/",
|
|
846
846
|
category: "State",
|
|
847
847
|
description: "reactive async state"
|
|
@@ -1277,7 +1277,7 @@ var functions$1 = [
|
|
|
1277
1277
|
{
|
|
1278
1278
|
name: "useEventSource",
|
|
1279
1279
|
"package": "core",
|
|
1280
|
-
lastUpdated:
|
|
1280
|
+
lastUpdated: 1755763684000,
|
|
1281
1281
|
docs: "https://vueuse.org/core/useEventSource/",
|
|
1282
1282
|
category: "Network",
|
|
1283
1283
|
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"
|
|
@@ -1285,7 +1285,7 @@ var functions$1 = [
|
|
|
1285
1285
|
{
|
|
1286
1286
|
name: "useExtractedObservable",
|
|
1287
1287
|
"package": "rxjs",
|
|
1288
|
-
lastUpdated:
|
|
1288
|
+
lastUpdated: 1756426878000,
|
|
1289
1289
|
docs: "https://vueuse.org/rxjs/useExtractedObservable/",
|
|
1290
1290
|
category: "@RxJS",
|
|
1291
1291
|
description: "use an RxJS [`Observable`](https://rxjs.dev/guide/observable) as extracted from one or more composables"
|
|
@@ -1802,7 +1802,7 @@ var functions$1 = [
|
|
|
1802
1802
|
{
|
|
1803
1803
|
name: "usePointer",
|
|
1804
1804
|
"package": "core",
|
|
1805
|
-
lastUpdated:
|
|
1805
|
+
lastUpdated: 1755881801000,
|
|
1806
1806
|
component: true,
|
|
1807
1807
|
docs: "https://vueuse.org/core/usePointer/",
|
|
1808
1808
|
category: "Sensors",
|
|
@@ -1867,7 +1867,7 @@ var functions$1 = [
|
|
|
1867
1867
|
{
|
|
1868
1868
|
name: "usePreferredLanguages",
|
|
1869
1869
|
"package": "core",
|
|
1870
|
-
lastUpdated:
|
|
1870
|
+
lastUpdated: 1755561737000,
|
|
1871
1871
|
component: true,
|
|
1872
1872
|
docs: "https://vueuse.org/core/usePreferredLanguages/",
|
|
1873
1873
|
category: "Browser",
|
|
@@ -2356,7 +2356,7 @@ var functions$1 = [
|
|
|
2356
2356
|
{
|
|
2357
2357
|
name: "useUrlSearchParams",
|
|
2358
2358
|
"package": "core",
|
|
2359
|
-
lastUpdated:
|
|
2359
|
+
lastUpdated: 1756426726000,
|
|
2360
2360
|
docs: "https://vueuse.org/core/useUrlSearchParams/",
|
|
2361
2361
|
category: "Browser",
|
|
2362
2362
|
description: "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
|
@@ -2537,7 +2537,7 @@ var functions$1 = [
|
|
|
2537
2537
|
{
|
|
2538
2538
|
name: "watchDeep",
|
|
2539
2539
|
"package": "shared",
|
|
2540
|
-
lastUpdated:
|
|
2540
|
+
lastUpdated: 1756426878000,
|
|
2541
2541
|
docs: "https://vueuse.org/shared/watchDeep/",
|
|
2542
2542
|
category: "Watch",
|
|
2543
2543
|
description: "shorthand for watching value with `{deep: true}`"
|
|
@@ -2545,7 +2545,7 @@ var functions$1 = [
|
|
|
2545
2545
|
{
|
|
2546
2546
|
name: "watchExtractedObservable",
|
|
2547
2547
|
"package": "rxjs",
|
|
2548
|
-
lastUpdated:
|
|
2548
|
+
lastUpdated: 1756426878000,
|
|
2549
2549
|
docs: "https://vueuse.org/rxjs/watchExtractedObservable/",
|
|
2550
2550
|
category: "@RxJS",
|
|
2551
2551
|
description: "watch the values of an RxJS [`Observable`](https://rxjs.dev/guide/observable) as extracted from one or more composables"
|
|
@@ -2564,7 +2564,7 @@ var functions$1 = [
|
|
|
2564
2564
|
{
|
|
2565
2565
|
name: "watchImmediate",
|
|
2566
2566
|
"package": "shared",
|
|
2567
|
-
lastUpdated:
|
|
2567
|
+
lastUpdated: 1756426878000,
|
|
2568
2568
|
docs: "https://vueuse.org/shared/watchImmediate/",
|
|
2569
2569
|
category: "Watch",
|
|
2570
2570
|
description: "shorthand for watching value with `{immediate: true}`"
|
|
@@ -2572,7 +2572,7 @@ var functions$1 = [
|
|
|
2572
2572
|
{
|
|
2573
2573
|
name: "watchOnce",
|
|
2574
2574
|
"package": "shared",
|
|
2575
|
-
lastUpdated:
|
|
2575
|
+
lastUpdated: 1756426878000,
|
|
2576
2576
|
docs: "https://vueuse.org/shared/watchOnce/",
|
|
2577
2577
|
category: "Watch",
|
|
2578
2578
|
description: "shorthand for watching value with `{ once: true }`"
|