@vueuse/metadata 10.10.0 → 10.11.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 +7 -7
- package/index.json +7 -7
- package/index.mjs +7 -7
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -398,7 +398,7 @@ var functions$1 = [
|
|
|
398
398
|
{
|
|
399
399
|
name: "makeDestructurable",
|
|
400
400
|
"package": "shared",
|
|
401
|
-
lastUpdated:
|
|
401
|
+
lastUpdated: 1718112591000,
|
|
402
402
|
docs: "https://vueuse.org/shared/makeDestructurable/",
|
|
403
403
|
category: "Utilities",
|
|
404
404
|
description: "make isomorphic destructurable for object and array at the same time"
|
|
@@ -406,7 +406,7 @@ var functions$1 = [
|
|
|
406
406
|
{
|
|
407
407
|
name: "onClickOutside",
|
|
408
408
|
"package": "core",
|
|
409
|
-
lastUpdated:
|
|
409
|
+
lastUpdated: 1718191421000,
|
|
410
410
|
component: true,
|
|
411
411
|
directive: true,
|
|
412
412
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -870,7 +870,7 @@ var functions$1 = [
|
|
|
870
870
|
{
|
|
871
871
|
name: "useAxios",
|
|
872
872
|
"package": "integrations",
|
|
873
|
-
lastUpdated:
|
|
873
|
+
lastUpdated: 1718191421000,
|
|
874
874
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
875
875
|
category: "@Integrations",
|
|
876
876
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -1015,7 +1015,7 @@ var functions$1 = [
|
|
|
1015
1015
|
{
|
|
1016
1016
|
name: "useCookies",
|
|
1017
1017
|
"package": "integrations",
|
|
1018
|
-
lastUpdated:
|
|
1018
|
+
lastUpdated: 1718191421000,
|
|
1019
1019
|
docs: "https://vueuse.org/integrations/useCookies/",
|
|
1020
1020
|
category: "@Integrations",
|
|
1021
1021
|
description: "wrapper for [`universal-cookie`](https://www.npmjs.com/package/universal-cookie)",
|
|
@@ -1336,7 +1336,7 @@ var functions$1 = [
|
|
|
1336
1336
|
{
|
|
1337
1337
|
name: "useFocus",
|
|
1338
1338
|
"package": "core",
|
|
1339
|
-
lastUpdated:
|
|
1339
|
+
lastUpdated: 1716889695000,
|
|
1340
1340
|
docs: "https://vueuse.org/core/useFocus/",
|
|
1341
1341
|
category: "Sensors",
|
|
1342
1342
|
description: "reactive utility to track or set the focus state of a DOM element"
|
|
@@ -1751,7 +1751,7 @@ var functions$1 = [
|
|
|
1751
1751
|
{
|
|
1752
1752
|
name: "useParallax",
|
|
1753
1753
|
"package": "core",
|
|
1754
|
-
lastUpdated:
|
|
1754
|
+
lastUpdated: 1718191421000,
|
|
1755
1755
|
docs: "https://vueuse.org/core/useParallax/",
|
|
1756
1756
|
category: "Sensors",
|
|
1757
1757
|
description: "create parallax effect easily"
|
|
@@ -2062,7 +2062,7 @@ var functions$1 = [
|
|
|
2062
2062
|
{
|
|
2063
2063
|
name: "useSpeechRecognition",
|
|
2064
2064
|
"package": "core",
|
|
2065
|
-
lastUpdated:
|
|
2065
|
+
lastUpdated: 1716889635000,
|
|
2066
2066
|
docs: "https://vueuse.org/core/useSpeechRecognition/",
|
|
2067
2067
|
category: "Sensors",
|
|
2068
2068
|
description: "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
|
package/index.json
CHANGED
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
{
|
|
398
398
|
"name": "makeDestructurable",
|
|
399
399
|
"package": "shared",
|
|
400
|
-
"lastUpdated":
|
|
400
|
+
"lastUpdated": 1718112591000,
|
|
401
401
|
"docs": "https://vueuse.org/shared/makeDestructurable/",
|
|
402
402
|
"category": "Utilities",
|
|
403
403
|
"description": "make isomorphic destructurable for object and array at the same time"
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
{
|
|
406
406
|
"name": "onClickOutside",
|
|
407
407
|
"package": "core",
|
|
408
|
-
"lastUpdated":
|
|
408
|
+
"lastUpdated": 1718191421000,
|
|
409
409
|
"component": true,
|
|
410
410
|
"directive": true,
|
|
411
411
|
"docs": "https://vueuse.org/core/onClickOutside/",
|
|
@@ -869,7 +869,7 @@
|
|
|
869
869
|
{
|
|
870
870
|
"name": "useAxios",
|
|
871
871
|
"package": "integrations",
|
|
872
|
-
"lastUpdated":
|
|
872
|
+
"lastUpdated": 1718191421000,
|
|
873
873
|
"docs": "https://vueuse.org/integrations/useAxios/",
|
|
874
874
|
"category": "@Integrations",
|
|
875
875
|
"description": "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -1014,7 +1014,7 @@
|
|
|
1014
1014
|
{
|
|
1015
1015
|
"name": "useCookies",
|
|
1016
1016
|
"package": "integrations",
|
|
1017
|
-
"lastUpdated":
|
|
1017
|
+
"lastUpdated": 1718191421000,
|
|
1018
1018
|
"docs": "https://vueuse.org/integrations/useCookies/",
|
|
1019
1019
|
"category": "@Integrations",
|
|
1020
1020
|
"description": "wrapper for [`universal-cookie`](https://www.npmjs.com/package/universal-cookie)",
|
|
@@ -1335,7 +1335,7 @@
|
|
|
1335
1335
|
{
|
|
1336
1336
|
"name": "useFocus",
|
|
1337
1337
|
"package": "core",
|
|
1338
|
-
"lastUpdated":
|
|
1338
|
+
"lastUpdated": 1716889695000,
|
|
1339
1339
|
"docs": "https://vueuse.org/core/useFocus/",
|
|
1340
1340
|
"category": "Sensors",
|
|
1341
1341
|
"description": "reactive utility to track or set the focus state of a DOM element"
|
|
@@ -1750,7 +1750,7 @@
|
|
|
1750
1750
|
{
|
|
1751
1751
|
"name": "useParallax",
|
|
1752
1752
|
"package": "core",
|
|
1753
|
-
"lastUpdated":
|
|
1753
|
+
"lastUpdated": 1718191421000,
|
|
1754
1754
|
"docs": "https://vueuse.org/core/useParallax/",
|
|
1755
1755
|
"category": "Sensors",
|
|
1756
1756
|
"description": "create parallax effect easily"
|
|
@@ -2061,7 +2061,7 @@
|
|
|
2061
2061
|
{
|
|
2062
2062
|
"name": "useSpeechRecognition",
|
|
2063
2063
|
"package": "core",
|
|
2064
|
-
"lastUpdated":
|
|
2064
|
+
"lastUpdated": 1716889635000,
|
|
2065
2065
|
"docs": "https://vueuse.org/core/useSpeechRecognition/",
|
|
2066
2066
|
"category": "Sensors",
|
|
2067
2067
|
"description": "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
|
package/index.mjs
CHANGED
|
@@ -396,7 +396,7 @@ var functions$1 = [
|
|
|
396
396
|
{
|
|
397
397
|
name: "makeDestructurable",
|
|
398
398
|
"package": "shared",
|
|
399
|
-
lastUpdated:
|
|
399
|
+
lastUpdated: 1718112591000,
|
|
400
400
|
docs: "https://vueuse.org/shared/makeDestructurable/",
|
|
401
401
|
category: "Utilities",
|
|
402
402
|
description: "make isomorphic destructurable for object and array at the same time"
|
|
@@ -404,7 +404,7 @@ var functions$1 = [
|
|
|
404
404
|
{
|
|
405
405
|
name: "onClickOutside",
|
|
406
406
|
"package": "core",
|
|
407
|
-
lastUpdated:
|
|
407
|
+
lastUpdated: 1718191421000,
|
|
408
408
|
component: true,
|
|
409
409
|
directive: true,
|
|
410
410
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -868,7 +868,7 @@ var functions$1 = [
|
|
|
868
868
|
{
|
|
869
869
|
name: "useAxios",
|
|
870
870
|
"package": "integrations",
|
|
871
|
-
lastUpdated:
|
|
871
|
+
lastUpdated: 1718191421000,
|
|
872
872
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
873
873
|
category: "@Integrations",
|
|
874
874
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -1013,7 +1013,7 @@ var functions$1 = [
|
|
|
1013
1013
|
{
|
|
1014
1014
|
name: "useCookies",
|
|
1015
1015
|
"package": "integrations",
|
|
1016
|
-
lastUpdated:
|
|
1016
|
+
lastUpdated: 1718191421000,
|
|
1017
1017
|
docs: "https://vueuse.org/integrations/useCookies/",
|
|
1018
1018
|
category: "@Integrations",
|
|
1019
1019
|
description: "wrapper for [`universal-cookie`](https://www.npmjs.com/package/universal-cookie)",
|
|
@@ -1334,7 +1334,7 @@ var functions$1 = [
|
|
|
1334
1334
|
{
|
|
1335
1335
|
name: "useFocus",
|
|
1336
1336
|
"package": "core",
|
|
1337
|
-
lastUpdated:
|
|
1337
|
+
lastUpdated: 1716889695000,
|
|
1338
1338
|
docs: "https://vueuse.org/core/useFocus/",
|
|
1339
1339
|
category: "Sensors",
|
|
1340
1340
|
description: "reactive utility to track or set the focus state of a DOM element"
|
|
@@ -1749,7 +1749,7 @@ var functions$1 = [
|
|
|
1749
1749
|
{
|
|
1750
1750
|
name: "useParallax",
|
|
1751
1751
|
"package": "core",
|
|
1752
|
-
lastUpdated:
|
|
1752
|
+
lastUpdated: 1718191421000,
|
|
1753
1753
|
docs: "https://vueuse.org/core/useParallax/",
|
|
1754
1754
|
category: "Sensors",
|
|
1755
1755
|
description: "create parallax effect easily"
|
|
@@ -2060,7 +2060,7 @@ var functions$1 = [
|
|
|
2060
2060
|
{
|
|
2061
2061
|
name: "useSpeechRecognition",
|
|
2062
2062
|
"package": "core",
|
|
2063
|
-
lastUpdated:
|
|
2063
|
+
lastUpdated: 1716889635000,
|
|
2064
2064
|
docs: "https://vueuse.org/core/useSpeechRecognition/",
|
|
2065
2065
|
category: "Sensors",
|
|
2066
2066
|
description: "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
|