@vueuse/metadata 9.3.1 → 9.4.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 +9 -9
- package/index.json +9 -9
- package/index.mjs +9 -9
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -471,7 +471,7 @@ var functions$1 = [
|
|
|
471
471
|
{
|
|
472
472
|
name: "refDebounced",
|
|
473
473
|
"package": "shared",
|
|
474
|
-
lastUpdated:
|
|
474
|
+
lastUpdated: 1666676013000,
|
|
475
475
|
docs: "https://vueuse.org/shared/refDebounced/",
|
|
476
476
|
category: "Reactivity",
|
|
477
477
|
description: "debounce execution of a ref value",
|
|
@@ -879,7 +879,7 @@ var functions$1 = [
|
|
|
879
879
|
{
|
|
880
880
|
name: "useClipboard",
|
|
881
881
|
"package": "core",
|
|
882
|
-
lastUpdated:
|
|
882
|
+
lastUpdated: 1666676330000,
|
|
883
883
|
docs: "https://vueuse.org/core/useClipboard/",
|
|
884
884
|
category: "Browser",
|
|
885
885
|
description: "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
@@ -926,7 +926,7 @@ var functions$1 = [
|
|
|
926
926
|
{
|
|
927
927
|
name: "useCounter",
|
|
928
928
|
"package": "shared",
|
|
929
|
-
lastUpdated:
|
|
929
|
+
lastUpdated: 1666677599000,
|
|
930
930
|
docs: "https://vueuse.org/shared/useCounter/",
|
|
931
931
|
category: "Utilities",
|
|
932
932
|
description: "basic counter with utility functions"
|
|
@@ -1787,7 +1787,7 @@ var functions$1 = [
|
|
|
1787
1787
|
{
|
|
1788
1788
|
name: "useRouteHash",
|
|
1789
1789
|
"package": "router",
|
|
1790
|
-
lastUpdated:
|
|
1790
|
+
lastUpdated: 1666676087000,
|
|
1791
1791
|
docs: "https://vueuse.org/router/useRouteHash/",
|
|
1792
1792
|
category: "@Router",
|
|
1793
1793
|
description: "shorthand for a reactive `route.hash`"
|
|
@@ -1795,7 +1795,7 @@ var functions$1 = [
|
|
|
1795
1795
|
{
|
|
1796
1796
|
name: "useRouteParams",
|
|
1797
1797
|
"package": "router",
|
|
1798
|
-
lastUpdated:
|
|
1798
|
+
lastUpdated: 1666676087000,
|
|
1799
1799
|
docs: "https://vueuse.org/router/useRouteParams/",
|
|
1800
1800
|
category: "@Router",
|
|
1801
1801
|
description: "shorthand for a reactive `route.params`"
|
|
@@ -1803,7 +1803,7 @@ var functions$1 = [
|
|
|
1803
1803
|
{
|
|
1804
1804
|
name: "useRouteQuery",
|
|
1805
1805
|
"package": "router",
|
|
1806
|
-
lastUpdated:
|
|
1806
|
+
lastUpdated: 1666676087000,
|
|
1807
1807
|
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1808
1808
|
category: "@Router",
|
|
1809
1809
|
description: "shorthand for a reactive `route.query`"
|
|
@@ -2194,7 +2194,7 @@ var functions$1 = [
|
|
|
2194
2194
|
{
|
|
2195
2195
|
name: "useVirtualList",
|
|
2196
2196
|
"package": "core",
|
|
2197
|
-
lastUpdated:
|
|
2197
|
+
lastUpdated: 1666689509000,
|
|
2198
2198
|
component: true,
|
|
2199
2199
|
docs: "https://vueuse.org/core/useVirtualList/",
|
|
2200
2200
|
category: "Component",
|
|
@@ -2241,7 +2241,7 @@ var functions$1 = [
|
|
|
2241
2241
|
{
|
|
2242
2242
|
name: "useWebSocket",
|
|
2243
2243
|
"package": "core",
|
|
2244
|
-
lastUpdated:
|
|
2244
|
+
lastUpdated: 1666677568000,
|
|
2245
2245
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2246
2246
|
category: "Network",
|
|
2247
2247
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2249,7 +2249,7 @@ var functions$1 = [
|
|
|
2249
2249
|
{
|
|
2250
2250
|
name: "useWebWorker",
|
|
2251
2251
|
"package": "core",
|
|
2252
|
-
lastUpdated:
|
|
2252
|
+
lastUpdated: 1666677873000,
|
|
2253
2253
|
docs: "https://vueuse.org/core/useWebWorker/",
|
|
2254
2254
|
category: "Browser",
|
|
2255
2255
|
description: "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
|
package/index.json
CHANGED
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
{
|
|
471
471
|
"name": "refDebounced",
|
|
472
472
|
"package": "shared",
|
|
473
|
-
"lastUpdated":
|
|
473
|
+
"lastUpdated": 1666676013000,
|
|
474
474
|
"docs": "https://vueuse.org/shared/refDebounced/",
|
|
475
475
|
"category": "Reactivity",
|
|
476
476
|
"description": "debounce execution of a ref value",
|
|
@@ -878,7 +878,7 @@
|
|
|
878
878
|
{
|
|
879
879
|
"name": "useClipboard",
|
|
880
880
|
"package": "core",
|
|
881
|
-
"lastUpdated":
|
|
881
|
+
"lastUpdated": 1666676330000,
|
|
882
882
|
"docs": "https://vueuse.org/core/useClipboard/",
|
|
883
883
|
"category": "Browser",
|
|
884
884
|
"description": "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
@@ -925,7 +925,7 @@
|
|
|
925
925
|
{
|
|
926
926
|
"name": "useCounter",
|
|
927
927
|
"package": "shared",
|
|
928
|
-
"lastUpdated":
|
|
928
|
+
"lastUpdated": 1666677599000,
|
|
929
929
|
"docs": "https://vueuse.org/shared/useCounter/",
|
|
930
930
|
"category": "Utilities",
|
|
931
931
|
"description": "basic counter with utility functions"
|
|
@@ -1786,7 +1786,7 @@
|
|
|
1786
1786
|
{
|
|
1787
1787
|
"name": "useRouteHash",
|
|
1788
1788
|
"package": "router",
|
|
1789
|
-
"lastUpdated":
|
|
1789
|
+
"lastUpdated": 1666676087000,
|
|
1790
1790
|
"docs": "https://vueuse.org/router/useRouteHash/",
|
|
1791
1791
|
"category": "@Router",
|
|
1792
1792
|
"description": "shorthand for a reactive `route.hash`"
|
|
@@ -1794,7 +1794,7 @@
|
|
|
1794
1794
|
{
|
|
1795
1795
|
"name": "useRouteParams",
|
|
1796
1796
|
"package": "router",
|
|
1797
|
-
"lastUpdated":
|
|
1797
|
+
"lastUpdated": 1666676087000,
|
|
1798
1798
|
"docs": "https://vueuse.org/router/useRouteParams/",
|
|
1799
1799
|
"category": "@Router",
|
|
1800
1800
|
"description": "shorthand for a reactive `route.params`"
|
|
@@ -1802,7 +1802,7 @@
|
|
|
1802
1802
|
{
|
|
1803
1803
|
"name": "useRouteQuery",
|
|
1804
1804
|
"package": "router",
|
|
1805
|
-
"lastUpdated":
|
|
1805
|
+
"lastUpdated": 1666676087000,
|
|
1806
1806
|
"docs": "https://vueuse.org/router/useRouteQuery/",
|
|
1807
1807
|
"category": "@Router",
|
|
1808
1808
|
"description": "shorthand for a reactive `route.query`"
|
|
@@ -2193,7 +2193,7 @@
|
|
|
2193
2193
|
{
|
|
2194
2194
|
"name": "useVirtualList",
|
|
2195
2195
|
"package": "core",
|
|
2196
|
-
"lastUpdated":
|
|
2196
|
+
"lastUpdated": 1666689509000,
|
|
2197
2197
|
"component": true,
|
|
2198
2198
|
"docs": "https://vueuse.org/core/useVirtualList/",
|
|
2199
2199
|
"category": "Component",
|
|
@@ -2240,7 +2240,7 @@
|
|
|
2240
2240
|
{
|
|
2241
2241
|
"name": "useWebSocket",
|
|
2242
2242
|
"package": "core",
|
|
2243
|
-
"lastUpdated":
|
|
2243
|
+
"lastUpdated": 1666677568000,
|
|
2244
2244
|
"docs": "https://vueuse.org/core/useWebSocket/",
|
|
2245
2245
|
"category": "Network",
|
|
2246
2246
|
"description": "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2248,7 +2248,7 @@
|
|
|
2248
2248
|
{
|
|
2249
2249
|
"name": "useWebWorker",
|
|
2250
2250
|
"package": "core",
|
|
2251
|
-
"lastUpdated":
|
|
2251
|
+
"lastUpdated": 1666677873000,
|
|
2252
2252
|
"docs": "https://vueuse.org/core/useWebWorker/",
|
|
2253
2253
|
"category": "Browser",
|
|
2254
2254
|
"description": "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
|
package/index.mjs
CHANGED
|
@@ -469,7 +469,7 @@ var functions$1 = [
|
|
|
469
469
|
{
|
|
470
470
|
name: "refDebounced",
|
|
471
471
|
"package": "shared",
|
|
472
|
-
lastUpdated:
|
|
472
|
+
lastUpdated: 1666676013000,
|
|
473
473
|
docs: "https://vueuse.org/shared/refDebounced/",
|
|
474
474
|
category: "Reactivity",
|
|
475
475
|
description: "debounce execution of a ref value",
|
|
@@ -877,7 +877,7 @@ var functions$1 = [
|
|
|
877
877
|
{
|
|
878
878
|
name: "useClipboard",
|
|
879
879
|
"package": "core",
|
|
880
|
-
lastUpdated:
|
|
880
|
+
lastUpdated: 1666676330000,
|
|
881
881
|
docs: "https://vueuse.org/core/useClipboard/",
|
|
882
882
|
category: "Browser",
|
|
883
883
|
description: "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
@@ -924,7 +924,7 @@ var functions$1 = [
|
|
|
924
924
|
{
|
|
925
925
|
name: "useCounter",
|
|
926
926
|
"package": "shared",
|
|
927
|
-
lastUpdated:
|
|
927
|
+
lastUpdated: 1666677599000,
|
|
928
928
|
docs: "https://vueuse.org/shared/useCounter/",
|
|
929
929
|
category: "Utilities",
|
|
930
930
|
description: "basic counter with utility functions"
|
|
@@ -1785,7 +1785,7 @@ var functions$1 = [
|
|
|
1785
1785
|
{
|
|
1786
1786
|
name: "useRouteHash",
|
|
1787
1787
|
"package": "router",
|
|
1788
|
-
lastUpdated:
|
|
1788
|
+
lastUpdated: 1666676087000,
|
|
1789
1789
|
docs: "https://vueuse.org/router/useRouteHash/",
|
|
1790
1790
|
category: "@Router",
|
|
1791
1791
|
description: "shorthand for a reactive `route.hash`"
|
|
@@ -1793,7 +1793,7 @@ var functions$1 = [
|
|
|
1793
1793
|
{
|
|
1794
1794
|
name: "useRouteParams",
|
|
1795
1795
|
"package": "router",
|
|
1796
|
-
lastUpdated:
|
|
1796
|
+
lastUpdated: 1666676087000,
|
|
1797
1797
|
docs: "https://vueuse.org/router/useRouteParams/",
|
|
1798
1798
|
category: "@Router",
|
|
1799
1799
|
description: "shorthand for a reactive `route.params`"
|
|
@@ -1801,7 +1801,7 @@ var functions$1 = [
|
|
|
1801
1801
|
{
|
|
1802
1802
|
name: "useRouteQuery",
|
|
1803
1803
|
"package": "router",
|
|
1804
|
-
lastUpdated:
|
|
1804
|
+
lastUpdated: 1666676087000,
|
|
1805
1805
|
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1806
1806
|
category: "@Router",
|
|
1807
1807
|
description: "shorthand for a reactive `route.query`"
|
|
@@ -2192,7 +2192,7 @@ var functions$1 = [
|
|
|
2192
2192
|
{
|
|
2193
2193
|
name: "useVirtualList",
|
|
2194
2194
|
"package": "core",
|
|
2195
|
-
lastUpdated:
|
|
2195
|
+
lastUpdated: 1666689509000,
|
|
2196
2196
|
component: true,
|
|
2197
2197
|
docs: "https://vueuse.org/core/useVirtualList/",
|
|
2198
2198
|
category: "Component",
|
|
@@ -2239,7 +2239,7 @@ var functions$1 = [
|
|
|
2239
2239
|
{
|
|
2240
2240
|
name: "useWebSocket",
|
|
2241
2241
|
"package": "core",
|
|
2242
|
-
lastUpdated:
|
|
2242
|
+
lastUpdated: 1666677568000,
|
|
2243
2243
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2244
2244
|
category: "Network",
|
|
2245
2245
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2247,7 +2247,7 @@ var functions$1 = [
|
|
|
2247
2247
|
{
|
|
2248
2248
|
name: "useWebWorker",
|
|
2249
2249
|
"package": "core",
|
|
2250
|
-
lastUpdated:
|
|
2250
|
+
lastUpdated: 1666677873000,
|
|
2251
2251
|
docs: "https://vueuse.org/core/useWebWorker/",
|
|
2252
2252
|
category: "Browser",
|
|
2253
2253
|
description: "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
|