@vueuse/metadata 13.1.0 → 13.3.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.
Files changed (3) hide show
  1. package/index.json +17 -17
  2. package/index.mjs +17 -17
  3. package/package.json +1 -1
package/index.json CHANGED
@@ -156,7 +156,7 @@
156
156
  {
157
157
  "name": "computedAsync",
158
158
  "package": "core",
159
- "lastUpdated": 1739604936000,
159
+ "lastUpdated": 1748335916000,
160
160
  "docs": "https://vueuse.org/core/computedAsync/",
161
161
  "category": "Reactivity",
162
162
  "description": "computed for async functions",
@@ -319,7 +319,7 @@
319
319
  {
320
320
  "name": "from",
321
321
  "package": "rxjs",
322
- "lastUpdated": 1741147666000,
322
+ "lastUpdated": 1747199548000,
323
323
  "docs": "https://vueuse.org/rxjs/from/",
324
324
  "category": "@RxJS",
325
325
  "description": "wrappers around RxJS's [`from()`](https://rxjs.dev/api/index/function/from) and [`fromEvent()`](https://rxjs.dev/api/index/function/fromEvent) to allow them to accept `ref`s"
@@ -404,7 +404,7 @@
404
404
  {
405
405
  "name": "onClickOutside",
406
406
  "package": "core",
407
- "lastUpdated": 1741147666000,
407
+ "lastUpdated": 1746341210000,
408
408
  "component": true,
409
409
  "directive": true,
410
410
  "docs": "https://vueuse.org/core/onClickOutside/",
@@ -762,7 +762,7 @@
762
762
  {
763
763
  "name": "useArrayFind",
764
764
  "package": "shared",
765
- "lastUpdated": 1744088337000,
765
+ "lastUpdated": 1744881732000,
766
766
  "docs": "https://vueuse.org/shared/useArrayFind/",
767
767
  "category": "Array",
768
768
  "description": "reactive `Array.find`"
@@ -1278,7 +1278,7 @@
1278
1278
  {
1279
1279
  "name": "useEventSource",
1280
1280
  "package": "core",
1281
- "lastUpdated": 1741165049000,
1281
+ "lastUpdated": 1746341172000,
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"
@@ -1311,7 +1311,7 @@
1311
1311
  {
1312
1312
  "name": "useFetch",
1313
1313
  "package": "core",
1314
- "lastUpdated": 1741147666000,
1314
+ "lastUpdated": 1748335989000,
1315
1315
  "docs": "https://vueuse.org/core/useFetch/",
1316
1316
  "category": "Network",
1317
1317
  "description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
@@ -1319,7 +1319,7 @@
1319
1319
  {
1320
1320
  "name": "useFileDialog",
1321
1321
  "package": "core",
1322
- "lastUpdated": 1739600241000,
1322
+ "lastUpdated": 1747198130000,
1323
1323
  "docs": "https://vueuse.org/core/useFileDialog/",
1324
1324
  "category": "Browser",
1325
1325
  "description": "open file dialog with ease"
@@ -1386,7 +1386,7 @@
1386
1386
  {
1387
1387
  "name": "useFullscreen",
1388
1388
  "package": "core",
1389
- "lastUpdated": 1739600241000,
1389
+ "lastUpdated": 1747197222000,
1390
1390
  "component": true,
1391
1391
  "docs": "https://vueuse.org/core/useFullscreen/",
1392
1392
  "category": "Browser",
@@ -1481,7 +1481,7 @@
1481
1481
  {
1482
1482
  "name": "useIntervalFn",
1483
1483
  "package": "shared",
1484
- "lastUpdated": 1744088337000,
1484
+ "lastUpdated": 1748328969000,
1485
1485
  "docs": "https://vueuse.org/shared/useIntervalFn/",
1486
1486
  "category": "Animation",
1487
1487
  "description": "wrapper for `setInterval` with controls"
@@ -1549,7 +1549,7 @@
1549
1549
  {
1550
1550
  "name": "useMagicKeys",
1551
1551
  "package": "core",
1552
- "lastUpdated": 1741147666000,
1552
+ "lastUpdated": 1747199695000,
1553
1553
  "docs": "https://vueuse.org/core/useMagicKeys/",
1554
1554
  "category": "Sensors",
1555
1555
  "description": "reactive keys pressed state"
@@ -1706,7 +1706,7 @@
1706
1706
  {
1707
1707
  "name": "useNow",
1708
1708
  "package": "core",
1709
- "lastUpdated": 1739600241000,
1709
+ "lastUpdated": 1748020198000,
1710
1710
  "component": true,
1711
1711
  "docs": "https://vueuse.org/core/useNow/",
1712
1712
  "category": "Animation",
@@ -1821,7 +1821,7 @@
1821
1821
  {
1822
1822
  "name": "usePointerSwipe",
1823
1823
  "package": "core",
1824
- "lastUpdated": 1741147666000,
1824
+ "lastUpdated": 1745326200000,
1825
1825
  "docs": "https://vueuse.org/core/usePointerSwipe/",
1826
1826
  "category": "Sensors",
1827
1827
  "description": "reactive swipe detection based on [PointerEvents](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)"
@@ -2064,7 +2064,7 @@
2064
2064
  {
2065
2065
  "name": "useSortable",
2066
2066
  "package": "integrations",
2067
- "lastUpdated": 1744032986000,
2067
+ "lastUpdated": 1748336126000,
2068
2068
  "component": true,
2069
2069
  "docs": "https://vueuse.org/integrations/useSortable/",
2070
2070
  "category": "@Integrations",
@@ -2128,7 +2128,7 @@
2128
2128
  {
2129
2129
  "name": "useStorage",
2130
2130
  "package": "core",
2131
- "lastUpdated": 1741147666000,
2131
+ "lastUpdated": 1746019757000,
2132
2132
  "docs": "https://vueuse.org/core/useStorage/",
2133
2133
  "category": "State",
2134
2134
  "description": "create a reactive ref that can be used to access & modify [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) or [SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
@@ -2154,7 +2154,7 @@
2154
2154
  {
2155
2155
  "name": "useStyleTag",
2156
2156
  "package": "core",
2157
- "lastUpdated": 1741147666000,
2157
+ "lastUpdated": 1747199758000,
2158
2158
  "docs": "https://vueuse.org/core/useStyleTag/",
2159
2159
  "category": "Browser",
2160
2160
  "description": "inject reactive `style` element in head"
@@ -2565,10 +2565,10 @@
2565
2565
  {
2566
2566
  "name": "watchOnce",
2567
2567
  "package": "shared",
2568
- "lastUpdated": 1732178709000,
2568
+ "lastUpdated": 1747197888000,
2569
2569
  "docs": "https://vueuse.org/shared/watchOnce/",
2570
2570
  "category": "Watch",
2571
- "description": "`watch` that only triggers once"
2571
+ "description": "shorthand for watching value with `{ once: true }`"
2572
2572
  },
2573
2573
  {
2574
2574
  "name": "watchPausable",
package/index.mjs CHANGED
@@ -155,7 +155,7 @@ var functions$1 = [
155
155
  {
156
156
  name: "computedAsync",
157
157
  "package": "core",
158
- lastUpdated: 1739604936000,
158
+ lastUpdated: 1748335916000,
159
159
  docs: "https://vueuse.org/core/computedAsync/",
160
160
  category: "Reactivity",
161
161
  description: "computed for async functions",
@@ -318,7 +318,7 @@ var functions$1 = [
318
318
  {
319
319
  name: "from",
320
320
  "package": "rxjs",
321
- lastUpdated: 1741147666000,
321
+ lastUpdated: 1747199548000,
322
322
  docs: "https://vueuse.org/rxjs/from/",
323
323
  category: "@RxJS",
324
324
  description: "wrappers around RxJS's [`from()`](https://rxjs.dev/api/index/function/from) and [`fromEvent()`](https://rxjs.dev/api/index/function/fromEvent) to allow them to accept `ref`s"
@@ -403,7 +403,7 @@ var functions$1 = [
403
403
  {
404
404
  name: "onClickOutside",
405
405
  "package": "core",
406
- lastUpdated: 1741147666000,
406
+ lastUpdated: 1746341210000,
407
407
  component: true,
408
408
  directive: true,
409
409
  docs: "https://vueuse.org/core/onClickOutside/",
@@ -761,7 +761,7 @@ var functions$1 = [
761
761
  {
762
762
  name: "useArrayFind",
763
763
  "package": "shared",
764
- lastUpdated: 1744088337000,
764
+ lastUpdated: 1744881732000,
765
765
  docs: "https://vueuse.org/shared/useArrayFind/",
766
766
  category: "Array",
767
767
  description: "reactive `Array.find`"
@@ -1277,7 +1277,7 @@ var functions$1 = [
1277
1277
  {
1278
1278
  name: "useEventSource",
1279
1279
  "package": "core",
1280
- lastUpdated: 1741165049000,
1280
+ lastUpdated: 1746341172000,
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"
@@ -1310,7 +1310,7 @@ var functions$1 = [
1310
1310
  {
1311
1311
  name: "useFetch",
1312
1312
  "package": "core",
1313
- lastUpdated: 1741147666000,
1313
+ lastUpdated: 1748335989000,
1314
1314
  docs: "https://vueuse.org/core/useFetch/",
1315
1315
  category: "Network",
1316
1316
  description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
@@ -1318,7 +1318,7 @@ var functions$1 = [
1318
1318
  {
1319
1319
  name: "useFileDialog",
1320
1320
  "package": "core",
1321
- lastUpdated: 1739600241000,
1321
+ lastUpdated: 1747198130000,
1322
1322
  docs: "https://vueuse.org/core/useFileDialog/",
1323
1323
  category: "Browser",
1324
1324
  description: "open file dialog with ease"
@@ -1385,7 +1385,7 @@ var functions$1 = [
1385
1385
  {
1386
1386
  name: "useFullscreen",
1387
1387
  "package": "core",
1388
- lastUpdated: 1739600241000,
1388
+ lastUpdated: 1747197222000,
1389
1389
  component: true,
1390
1390
  docs: "https://vueuse.org/core/useFullscreen/",
1391
1391
  category: "Browser",
@@ -1480,7 +1480,7 @@ var functions$1 = [
1480
1480
  {
1481
1481
  name: "useIntervalFn",
1482
1482
  "package": "shared",
1483
- lastUpdated: 1744088337000,
1483
+ lastUpdated: 1748328969000,
1484
1484
  docs: "https://vueuse.org/shared/useIntervalFn/",
1485
1485
  category: "Animation",
1486
1486
  description: "wrapper for `setInterval` with controls"
@@ -1548,7 +1548,7 @@ var functions$1 = [
1548
1548
  {
1549
1549
  name: "useMagicKeys",
1550
1550
  "package": "core",
1551
- lastUpdated: 1741147666000,
1551
+ lastUpdated: 1747199695000,
1552
1552
  docs: "https://vueuse.org/core/useMagicKeys/",
1553
1553
  category: "Sensors",
1554
1554
  description: "reactive keys pressed state"
@@ -1705,7 +1705,7 @@ var functions$1 = [
1705
1705
  {
1706
1706
  name: "useNow",
1707
1707
  "package": "core",
1708
- lastUpdated: 1739600241000,
1708
+ lastUpdated: 1748020198000,
1709
1709
  component: true,
1710
1710
  docs: "https://vueuse.org/core/useNow/",
1711
1711
  category: "Animation",
@@ -1820,7 +1820,7 @@ var functions$1 = [
1820
1820
  {
1821
1821
  name: "usePointerSwipe",
1822
1822
  "package": "core",
1823
- lastUpdated: 1741147666000,
1823
+ lastUpdated: 1745326200000,
1824
1824
  docs: "https://vueuse.org/core/usePointerSwipe/",
1825
1825
  category: "Sensors",
1826
1826
  description: "reactive swipe detection based on [PointerEvents](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)"
@@ -2063,7 +2063,7 @@ var functions$1 = [
2063
2063
  {
2064
2064
  name: "useSortable",
2065
2065
  "package": "integrations",
2066
- lastUpdated: 1744032986000,
2066
+ lastUpdated: 1748336126000,
2067
2067
  component: true,
2068
2068
  docs: "https://vueuse.org/integrations/useSortable/",
2069
2069
  category: "@Integrations",
@@ -2127,7 +2127,7 @@ var functions$1 = [
2127
2127
  {
2128
2128
  name: "useStorage",
2129
2129
  "package": "core",
2130
- lastUpdated: 1741147666000,
2130
+ lastUpdated: 1746019757000,
2131
2131
  docs: "https://vueuse.org/core/useStorage/",
2132
2132
  category: "State",
2133
2133
  description: "create a reactive ref that can be used to access & modify [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) or [SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
@@ -2153,7 +2153,7 @@ var functions$1 = [
2153
2153
  {
2154
2154
  name: "useStyleTag",
2155
2155
  "package": "core",
2156
- lastUpdated: 1741147666000,
2156
+ lastUpdated: 1747199758000,
2157
2157
  docs: "https://vueuse.org/core/useStyleTag/",
2158
2158
  category: "Browser",
2159
2159
  description: "inject reactive `style` element in head"
@@ -2564,10 +2564,10 @@ var functions$1 = [
2564
2564
  {
2565
2565
  name: "watchOnce",
2566
2566
  "package": "shared",
2567
- lastUpdated: 1732178709000,
2567
+ lastUpdated: 1747197888000,
2568
2568
  docs: "https://vueuse.org/shared/watchOnce/",
2569
2569
  category: "Watch",
2570
- description: "`watch` that only triggers once"
2570
+ description: "shorthand for watching value with `{ once: true }`"
2571
2571
  },
2572
2572
  {
2573
2573
  name: "watchPausable",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vueuse/metadata",
3
3
  "type": "module",
4
- "version": "13.1.0",
4
+ "version": "13.3.0",
5
5
  "description": "Metadata for VueUse functions",
6
6
  "author": "Anthony Fu <https://github.com/antfu>",
7
7
  "license": "MIT",