@vueuse/metadata 13.4.0 → 13.5.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 +4 -4
- package/index.mjs +4 -4
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
{
|
|
179
179
|
"name": "computedInject",
|
|
180
180
|
"package": "core",
|
|
181
|
-
"lastUpdated":
|
|
181
|
+
"lastUpdated": 1750640493000,
|
|
182
182
|
"docs": "https://vueuse.org/core/computedInject/",
|
|
183
183
|
"category": "Component",
|
|
184
184
|
"description": "combine computed and inject"
|
|
@@ -404,7 +404,7 @@
|
|
|
404
404
|
{
|
|
405
405
|
"name": "onClickOutside",
|
|
406
406
|
"package": "core",
|
|
407
|
-
"lastUpdated":
|
|
407
|
+
"lastUpdated": 1751105416000,
|
|
408
408
|
"component": true,
|
|
409
409
|
"directive": true,
|
|
410
410
|
"docs": "https://vueuse.org/core/onClickOutside/",
|
|
@@ -1000,7 +1000,7 @@
|
|
|
1000
1000
|
{
|
|
1001
1001
|
"name": "useColorMode",
|
|
1002
1002
|
"package": "core",
|
|
1003
|
-
"lastUpdated":
|
|
1003
|
+
"lastUpdated": 1751427119000,
|
|
1004
1004
|
"component": true,
|
|
1005
1005
|
"docs": "https://vueuse.org/core/useColorMode/",
|
|
1006
1006
|
"category": "Browser",
|
|
@@ -2097,7 +2097,7 @@
|
|
|
2097
2097
|
{
|
|
2098
2098
|
"name": "useSpeechSynthesis",
|
|
2099
2099
|
"package": "core",
|
|
2100
|
-
"lastUpdated":
|
|
2100
|
+
"lastUpdated": 1751105319000,
|
|
2101
2101
|
"docs": "https://vueuse.org/core/useSpeechSynthesis/",
|
|
2102
2102
|
"category": "Sensors",
|
|
2103
2103
|
"description": "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
|
package/index.mjs
CHANGED
|
@@ -177,7 +177,7 @@ var functions$1 = [
|
|
|
177
177
|
{
|
|
178
178
|
name: "computedInject",
|
|
179
179
|
"package": "core",
|
|
180
|
-
lastUpdated:
|
|
180
|
+
lastUpdated: 1750640493000,
|
|
181
181
|
docs: "https://vueuse.org/core/computedInject/",
|
|
182
182
|
category: "Component",
|
|
183
183
|
description: "combine computed and inject"
|
|
@@ -403,7 +403,7 @@ var functions$1 = [
|
|
|
403
403
|
{
|
|
404
404
|
name: "onClickOutside",
|
|
405
405
|
"package": "core",
|
|
406
|
-
lastUpdated:
|
|
406
|
+
lastUpdated: 1751105416000,
|
|
407
407
|
component: true,
|
|
408
408
|
directive: true,
|
|
409
409
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -999,7 +999,7 @@ var functions$1 = [
|
|
|
999
999
|
{
|
|
1000
1000
|
name: "useColorMode",
|
|
1001
1001
|
"package": "core",
|
|
1002
|
-
lastUpdated:
|
|
1002
|
+
lastUpdated: 1751427119000,
|
|
1003
1003
|
component: true,
|
|
1004
1004
|
docs: "https://vueuse.org/core/useColorMode/",
|
|
1005
1005
|
category: "Browser",
|
|
@@ -2096,7 +2096,7 @@ var functions$1 = [
|
|
|
2096
2096
|
{
|
|
2097
2097
|
name: "useSpeechSynthesis",
|
|
2098
2098
|
"package": "core",
|
|
2099
|
-
lastUpdated:
|
|
2099
|
+
lastUpdated: 1751105319000,
|
|
2100
2100
|
docs: "https://vueuse.org/core/useSpeechSynthesis/",
|
|
2101
2101
|
category: "Sensors",
|
|
2102
2102
|
description: "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
|