@vueuse/metadata 11.0.1 → 11.0.3
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 +6 -6
- package/index.json +6 -6
- package/index.mjs +6 -6
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -283,7 +283,7 @@ var functions$1 = [
|
|
|
283
283
|
{
|
|
284
284
|
name: "createSharedComposable",
|
|
285
285
|
"package": "shared",
|
|
286
|
-
lastUpdated:
|
|
286
|
+
lastUpdated: 1724515093000,
|
|
287
287
|
docs: "https://vueuse.org/shared/createSharedComposable/",
|
|
288
288
|
category: "State",
|
|
289
289
|
description: "make a composable function usable with multiple Vue instances",
|
|
@@ -590,7 +590,7 @@ var functions$1 = [
|
|
|
590
590
|
{
|
|
591
591
|
name: "templateRef",
|
|
592
592
|
"package": "core",
|
|
593
|
-
lastUpdated:
|
|
593
|
+
lastUpdated: 1724514928000,
|
|
594
594
|
docs: "https://vueuse.org/core/templateRef/",
|
|
595
595
|
category: "Component",
|
|
596
596
|
description: "shorthand for binding ref to template element"
|
|
@@ -1032,7 +1032,7 @@ var functions$1 = [
|
|
|
1032
1032
|
{
|
|
1033
1033
|
name: "useCssVar",
|
|
1034
1034
|
"package": "core",
|
|
1035
|
-
lastUpdated:
|
|
1035
|
+
lastUpdated: 1724515022000,
|
|
1036
1036
|
docs: "https://vueuse.org/core/useCssVar/",
|
|
1037
1037
|
category: "Browser",
|
|
1038
1038
|
description: "manipulate CSS variables"
|
|
@@ -1178,7 +1178,7 @@ var functions$1 = [
|
|
|
1178
1178
|
{
|
|
1179
1179
|
name: "useDropZone",
|
|
1180
1180
|
"package": "core",
|
|
1181
|
-
lastUpdated:
|
|
1181
|
+
lastUpdated: 1724514908000,
|
|
1182
1182
|
docs: "https://vueuse.org/core/useDropZone/",
|
|
1183
1183
|
category: "Elements",
|
|
1184
1184
|
description: "create a zone where files can be dropped"
|
|
@@ -1775,7 +1775,7 @@ var functions$1 = [
|
|
|
1775
1775
|
{
|
|
1776
1776
|
name: "usePermission",
|
|
1777
1777
|
"package": "core",
|
|
1778
|
-
lastUpdated:
|
|
1778
|
+
lastUpdated: 1724514811000,
|
|
1779
1779
|
docs: "https://vueuse.org/core/usePermission/",
|
|
1780
1780
|
category: "Browser",
|
|
1781
1781
|
description: "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)",
|
|
@@ -2391,7 +2391,7 @@ var functions$1 = [
|
|
|
2391
2391
|
{
|
|
2392
2392
|
name: "useWebSocket",
|
|
2393
2393
|
"package": "core",
|
|
2394
|
-
lastUpdated:
|
|
2394
|
+
lastUpdated: 1724515781000,
|
|
2395
2395
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2396
2396
|
category: "Network",
|
|
2397
2397
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
package/index.json
CHANGED
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
{
|
|
283
283
|
"name": "createSharedComposable",
|
|
284
284
|
"package": "shared",
|
|
285
|
-
"lastUpdated":
|
|
285
|
+
"lastUpdated": 1724515093000,
|
|
286
286
|
"docs": "https://vueuse.org/shared/createSharedComposable/",
|
|
287
287
|
"category": "State",
|
|
288
288
|
"description": "make a composable function usable with multiple Vue instances",
|
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
{
|
|
590
590
|
"name": "templateRef",
|
|
591
591
|
"package": "core",
|
|
592
|
-
"lastUpdated":
|
|
592
|
+
"lastUpdated": 1724514928000,
|
|
593
593
|
"docs": "https://vueuse.org/core/templateRef/",
|
|
594
594
|
"category": "Component",
|
|
595
595
|
"description": "shorthand for binding ref to template element"
|
|
@@ -1031,7 +1031,7 @@
|
|
|
1031
1031
|
{
|
|
1032
1032
|
"name": "useCssVar",
|
|
1033
1033
|
"package": "core",
|
|
1034
|
-
"lastUpdated":
|
|
1034
|
+
"lastUpdated": 1724515022000,
|
|
1035
1035
|
"docs": "https://vueuse.org/core/useCssVar/",
|
|
1036
1036
|
"category": "Browser",
|
|
1037
1037
|
"description": "manipulate CSS variables"
|
|
@@ -1177,7 +1177,7 @@
|
|
|
1177
1177
|
{
|
|
1178
1178
|
"name": "useDropZone",
|
|
1179
1179
|
"package": "core",
|
|
1180
|
-
"lastUpdated":
|
|
1180
|
+
"lastUpdated": 1724514908000,
|
|
1181
1181
|
"docs": "https://vueuse.org/core/useDropZone/",
|
|
1182
1182
|
"category": "Elements",
|
|
1183
1183
|
"description": "create a zone where files can be dropped"
|
|
@@ -1774,7 +1774,7 @@
|
|
|
1774
1774
|
{
|
|
1775
1775
|
"name": "usePermission",
|
|
1776
1776
|
"package": "core",
|
|
1777
|
-
"lastUpdated":
|
|
1777
|
+
"lastUpdated": 1724514811000,
|
|
1778
1778
|
"docs": "https://vueuse.org/core/usePermission/",
|
|
1779
1779
|
"category": "Browser",
|
|
1780
1780
|
"description": "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)",
|
|
@@ -2390,7 +2390,7 @@
|
|
|
2390
2390
|
{
|
|
2391
2391
|
"name": "useWebSocket",
|
|
2392
2392
|
"package": "core",
|
|
2393
|
-
"lastUpdated":
|
|
2393
|
+
"lastUpdated": 1724515781000,
|
|
2394
2394
|
"docs": "https://vueuse.org/core/useWebSocket/",
|
|
2395
2395
|
"category": "Network",
|
|
2396
2396
|
"description": "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
package/index.mjs
CHANGED
|
@@ -281,7 +281,7 @@ var functions$1 = [
|
|
|
281
281
|
{
|
|
282
282
|
name: "createSharedComposable",
|
|
283
283
|
"package": "shared",
|
|
284
|
-
lastUpdated:
|
|
284
|
+
lastUpdated: 1724515093000,
|
|
285
285
|
docs: "https://vueuse.org/shared/createSharedComposable/",
|
|
286
286
|
category: "State",
|
|
287
287
|
description: "make a composable function usable with multiple Vue instances",
|
|
@@ -588,7 +588,7 @@ var functions$1 = [
|
|
|
588
588
|
{
|
|
589
589
|
name: "templateRef",
|
|
590
590
|
"package": "core",
|
|
591
|
-
lastUpdated:
|
|
591
|
+
lastUpdated: 1724514928000,
|
|
592
592
|
docs: "https://vueuse.org/core/templateRef/",
|
|
593
593
|
category: "Component",
|
|
594
594
|
description: "shorthand for binding ref to template element"
|
|
@@ -1030,7 +1030,7 @@ var functions$1 = [
|
|
|
1030
1030
|
{
|
|
1031
1031
|
name: "useCssVar",
|
|
1032
1032
|
"package": "core",
|
|
1033
|
-
lastUpdated:
|
|
1033
|
+
lastUpdated: 1724515022000,
|
|
1034
1034
|
docs: "https://vueuse.org/core/useCssVar/",
|
|
1035
1035
|
category: "Browser",
|
|
1036
1036
|
description: "manipulate CSS variables"
|
|
@@ -1176,7 +1176,7 @@ var functions$1 = [
|
|
|
1176
1176
|
{
|
|
1177
1177
|
name: "useDropZone",
|
|
1178
1178
|
"package": "core",
|
|
1179
|
-
lastUpdated:
|
|
1179
|
+
lastUpdated: 1724514908000,
|
|
1180
1180
|
docs: "https://vueuse.org/core/useDropZone/",
|
|
1181
1181
|
category: "Elements",
|
|
1182
1182
|
description: "create a zone where files can be dropped"
|
|
@@ -1773,7 +1773,7 @@ var functions$1 = [
|
|
|
1773
1773
|
{
|
|
1774
1774
|
name: "usePermission",
|
|
1775
1775
|
"package": "core",
|
|
1776
|
-
lastUpdated:
|
|
1776
|
+
lastUpdated: 1724514811000,
|
|
1777
1777
|
docs: "https://vueuse.org/core/usePermission/",
|
|
1778
1778
|
category: "Browser",
|
|
1779
1779
|
description: "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)",
|
|
@@ -2389,7 +2389,7 @@ var functions$1 = [
|
|
|
2389
2389
|
{
|
|
2390
2390
|
name: "useWebSocket",
|
|
2391
2391
|
"package": "core",
|
|
2392
|
-
lastUpdated:
|
|
2392
|
+
lastUpdated: 1724515781000,
|
|
2393
2393
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2394
2394
|
category: "Network",
|
|
2395
2395
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|