@vueuse/metadata 11.2.0 → 11.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.
- package/index.cjs +8 -8
- package/index.json +8 -8
- package/index.mjs +8 -8
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -406,7 +406,7 @@ var functions$1 = [
|
|
|
406
406
|
{
|
|
407
407
|
name: "onClickOutside",
|
|
408
408
|
"package": "core",
|
|
409
|
-
lastUpdated:
|
|
409
|
+
lastUpdated: 1732176345000,
|
|
410
410
|
component: true,
|
|
411
411
|
directive: true,
|
|
412
412
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -1295,7 +1295,7 @@ var functions$1 = [
|
|
|
1295
1295
|
{
|
|
1296
1296
|
name: "useFetch",
|
|
1297
1297
|
"package": "core",
|
|
1298
|
-
lastUpdated:
|
|
1298
|
+
lastUpdated: 1732176192000,
|
|
1299
1299
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1300
1300
|
category: "Network",
|
|
1301
1301
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1637,7 +1637,7 @@ var functions$1 = [
|
|
|
1637
1637
|
{
|
|
1638
1638
|
name: "useMouse",
|
|
1639
1639
|
"package": "core",
|
|
1640
|
-
lastUpdated:
|
|
1640
|
+
lastUpdated: 1732087672000,
|
|
1641
1641
|
component: true,
|
|
1642
1642
|
docs: "https://vueuse.org/core/useMouse/",
|
|
1643
1643
|
category: "Sensors",
|
|
@@ -1944,7 +1944,7 @@ var functions$1 = [
|
|
|
1944
1944
|
{
|
|
1945
1945
|
name: "useRouteParams",
|
|
1946
1946
|
"package": "router",
|
|
1947
|
-
lastUpdated:
|
|
1947
|
+
lastUpdated: 1732177966000,
|
|
1948
1948
|
docs: "https://vueuse.org/router/useRouteParams/",
|
|
1949
1949
|
category: "@Router",
|
|
1950
1950
|
description: "shorthand for a reactive `route.params`"
|
|
@@ -1952,7 +1952,7 @@ var functions$1 = [
|
|
|
1952
1952
|
{
|
|
1953
1953
|
name: "useRouteQuery",
|
|
1954
1954
|
"package": "router",
|
|
1955
|
-
lastUpdated:
|
|
1955
|
+
lastUpdated: 1732177966000,
|
|
1956
1956
|
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1957
1957
|
category: "@Router",
|
|
1958
1958
|
description: "shorthand for a reactive `route.query`"
|
|
@@ -2038,7 +2038,7 @@ var functions$1 = [
|
|
|
2038
2038
|
{
|
|
2039
2039
|
name: "useSortable",
|
|
2040
2040
|
"package": "integrations",
|
|
2041
|
-
lastUpdated:
|
|
2041
|
+
lastUpdated: 1732176265000,
|
|
2042
2042
|
component: true,
|
|
2043
2043
|
docs: "https://vueuse.org/integrations/useSortable/",
|
|
2044
2044
|
category: "@Integrations",
|
|
@@ -2160,7 +2160,7 @@ var functions$1 = [
|
|
|
2160
2160
|
{
|
|
2161
2161
|
name: "useSwipe",
|
|
2162
2162
|
"package": "core",
|
|
2163
|
-
lastUpdated:
|
|
2163
|
+
lastUpdated: 1732176204000,
|
|
2164
2164
|
docs: "https://vueuse.org/core/useSwipe/",
|
|
2165
2165
|
category: "Sensors",
|
|
2166
2166
|
description: "reactive swipe detection based on [`TouchEvents`](https://developer.mozilla.org/en-US/docs/Web/API/TouchEvent)"
|
|
@@ -2315,7 +2315,7 @@ var functions$1 = [
|
|
|
2315
2315
|
{
|
|
2316
2316
|
name: "useUrlSearchParams",
|
|
2317
2317
|
"package": "core",
|
|
2318
|
-
lastUpdated:
|
|
2318
|
+
lastUpdated: 1731997496000,
|
|
2319
2319
|
docs: "https://vueuse.org/core/useUrlSearchParams/",
|
|
2320
2320
|
category: "Browser",
|
|
2321
2321
|
description: "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
package/index.json
CHANGED
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
{
|
|
406
406
|
"name": "onClickOutside",
|
|
407
407
|
"package": "core",
|
|
408
|
-
"lastUpdated":
|
|
408
|
+
"lastUpdated": 1732176345000,
|
|
409
409
|
"component": true,
|
|
410
410
|
"directive": true,
|
|
411
411
|
"docs": "https://vueuse.org/core/onClickOutside/",
|
|
@@ -1294,7 +1294,7 @@
|
|
|
1294
1294
|
{
|
|
1295
1295
|
"name": "useFetch",
|
|
1296
1296
|
"package": "core",
|
|
1297
|
-
"lastUpdated":
|
|
1297
|
+
"lastUpdated": 1732176192000,
|
|
1298
1298
|
"docs": "https://vueuse.org/core/useFetch/",
|
|
1299
1299
|
"category": "Network",
|
|
1300
1300
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1636,7 +1636,7 @@
|
|
|
1636
1636
|
{
|
|
1637
1637
|
"name": "useMouse",
|
|
1638
1638
|
"package": "core",
|
|
1639
|
-
"lastUpdated":
|
|
1639
|
+
"lastUpdated": 1732087672000,
|
|
1640
1640
|
"component": true,
|
|
1641
1641
|
"docs": "https://vueuse.org/core/useMouse/",
|
|
1642
1642
|
"category": "Sensors",
|
|
@@ -1943,7 +1943,7 @@
|
|
|
1943
1943
|
{
|
|
1944
1944
|
"name": "useRouteParams",
|
|
1945
1945
|
"package": "router",
|
|
1946
|
-
"lastUpdated":
|
|
1946
|
+
"lastUpdated": 1732177966000,
|
|
1947
1947
|
"docs": "https://vueuse.org/router/useRouteParams/",
|
|
1948
1948
|
"category": "@Router",
|
|
1949
1949
|
"description": "shorthand for a reactive `route.params`"
|
|
@@ -1951,7 +1951,7 @@
|
|
|
1951
1951
|
{
|
|
1952
1952
|
"name": "useRouteQuery",
|
|
1953
1953
|
"package": "router",
|
|
1954
|
-
"lastUpdated":
|
|
1954
|
+
"lastUpdated": 1732177966000,
|
|
1955
1955
|
"docs": "https://vueuse.org/router/useRouteQuery/",
|
|
1956
1956
|
"category": "@Router",
|
|
1957
1957
|
"description": "shorthand for a reactive `route.query`"
|
|
@@ -2037,7 +2037,7 @@
|
|
|
2037
2037
|
{
|
|
2038
2038
|
"name": "useSortable",
|
|
2039
2039
|
"package": "integrations",
|
|
2040
|
-
"lastUpdated":
|
|
2040
|
+
"lastUpdated": 1732176265000,
|
|
2041
2041
|
"component": true,
|
|
2042
2042
|
"docs": "https://vueuse.org/integrations/useSortable/",
|
|
2043
2043
|
"category": "@Integrations",
|
|
@@ -2159,7 +2159,7 @@
|
|
|
2159
2159
|
{
|
|
2160
2160
|
"name": "useSwipe",
|
|
2161
2161
|
"package": "core",
|
|
2162
|
-
"lastUpdated":
|
|
2162
|
+
"lastUpdated": 1732176204000,
|
|
2163
2163
|
"docs": "https://vueuse.org/core/useSwipe/",
|
|
2164
2164
|
"category": "Sensors",
|
|
2165
2165
|
"description": "reactive swipe detection based on [`TouchEvents`](https://developer.mozilla.org/en-US/docs/Web/API/TouchEvent)"
|
|
@@ -2314,7 +2314,7 @@
|
|
|
2314
2314
|
{
|
|
2315
2315
|
"name": "useUrlSearchParams",
|
|
2316
2316
|
"package": "core",
|
|
2317
|
-
"lastUpdated":
|
|
2317
|
+
"lastUpdated": 1731997496000,
|
|
2318
2318
|
"docs": "https://vueuse.org/core/useUrlSearchParams/",
|
|
2319
2319
|
"category": "Browser",
|
|
2320
2320
|
"description": "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
package/index.mjs
CHANGED
|
@@ -404,7 +404,7 @@ var functions$1 = [
|
|
|
404
404
|
{
|
|
405
405
|
name: "onClickOutside",
|
|
406
406
|
"package": "core",
|
|
407
|
-
lastUpdated:
|
|
407
|
+
lastUpdated: 1732176345000,
|
|
408
408
|
component: true,
|
|
409
409
|
directive: true,
|
|
410
410
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -1293,7 +1293,7 @@ var functions$1 = [
|
|
|
1293
1293
|
{
|
|
1294
1294
|
name: "useFetch",
|
|
1295
1295
|
"package": "core",
|
|
1296
|
-
lastUpdated:
|
|
1296
|
+
lastUpdated: 1732176192000,
|
|
1297
1297
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1298
1298
|
category: "Network",
|
|
1299
1299
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1635,7 +1635,7 @@ var functions$1 = [
|
|
|
1635
1635
|
{
|
|
1636
1636
|
name: "useMouse",
|
|
1637
1637
|
"package": "core",
|
|
1638
|
-
lastUpdated:
|
|
1638
|
+
lastUpdated: 1732087672000,
|
|
1639
1639
|
component: true,
|
|
1640
1640
|
docs: "https://vueuse.org/core/useMouse/",
|
|
1641
1641
|
category: "Sensors",
|
|
@@ -1942,7 +1942,7 @@ var functions$1 = [
|
|
|
1942
1942
|
{
|
|
1943
1943
|
name: "useRouteParams",
|
|
1944
1944
|
"package": "router",
|
|
1945
|
-
lastUpdated:
|
|
1945
|
+
lastUpdated: 1732177966000,
|
|
1946
1946
|
docs: "https://vueuse.org/router/useRouteParams/",
|
|
1947
1947
|
category: "@Router",
|
|
1948
1948
|
description: "shorthand for a reactive `route.params`"
|
|
@@ -1950,7 +1950,7 @@ var functions$1 = [
|
|
|
1950
1950
|
{
|
|
1951
1951
|
name: "useRouteQuery",
|
|
1952
1952
|
"package": "router",
|
|
1953
|
-
lastUpdated:
|
|
1953
|
+
lastUpdated: 1732177966000,
|
|
1954
1954
|
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1955
1955
|
category: "@Router",
|
|
1956
1956
|
description: "shorthand for a reactive `route.query`"
|
|
@@ -2036,7 +2036,7 @@ var functions$1 = [
|
|
|
2036
2036
|
{
|
|
2037
2037
|
name: "useSortable",
|
|
2038
2038
|
"package": "integrations",
|
|
2039
|
-
lastUpdated:
|
|
2039
|
+
lastUpdated: 1732176265000,
|
|
2040
2040
|
component: true,
|
|
2041
2041
|
docs: "https://vueuse.org/integrations/useSortable/",
|
|
2042
2042
|
category: "@Integrations",
|
|
@@ -2158,7 +2158,7 @@ var functions$1 = [
|
|
|
2158
2158
|
{
|
|
2159
2159
|
name: "useSwipe",
|
|
2160
2160
|
"package": "core",
|
|
2161
|
-
lastUpdated:
|
|
2161
|
+
lastUpdated: 1732176204000,
|
|
2162
2162
|
docs: "https://vueuse.org/core/useSwipe/",
|
|
2163
2163
|
category: "Sensors",
|
|
2164
2164
|
description: "reactive swipe detection based on [`TouchEvents`](https://developer.mozilla.org/en-US/docs/Web/API/TouchEvent)"
|
|
@@ -2313,7 +2313,7 @@ var functions$1 = [
|
|
|
2313
2313
|
{
|
|
2314
2314
|
name: "useUrlSearchParams",
|
|
2315
2315
|
"package": "core",
|
|
2316
|
-
lastUpdated:
|
|
2316
|
+
lastUpdated: 1731997496000,
|
|
2317
2317
|
docs: "https://vueuse.org/core/useUrlSearchParams/",
|
|
2318
2318
|
category: "Browser",
|
|
2319
2319
|
description: "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|