@vueuse/metadata 9.10.0 → 9.11.1
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 +20 -9
- package/index.json +20 -9
- package/index.mjs +20 -9
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -163,7 +163,7 @@ var functions$1 = [
|
|
|
163
163
|
{
|
|
164
164
|
name: "computedAsync",
|
|
165
165
|
"package": "core",
|
|
166
|
-
lastUpdated:
|
|
166
|
+
lastUpdated: 1672940168000,
|
|
167
167
|
docs: "https://vueuse.org/core/computedAsync/",
|
|
168
168
|
category: "Reactivity",
|
|
169
169
|
description: "computed for async functions",
|
|
@@ -245,7 +245,7 @@ var functions$1 = [
|
|
|
245
245
|
{
|
|
246
246
|
name: "createInjectionState",
|
|
247
247
|
"package": "shared",
|
|
248
|
-
lastUpdated:
|
|
248
|
+
lastUpdated: 1673947341000,
|
|
249
249
|
docs: "https://vueuse.org/shared/createInjectionState/",
|
|
250
250
|
category: "State",
|
|
251
251
|
description: "create global state that can be injected into components"
|
|
@@ -797,7 +797,7 @@ var functions$1 = [
|
|
|
797
797
|
{
|
|
798
798
|
name: "useAxios",
|
|
799
799
|
"package": "integrations",
|
|
800
|
-
lastUpdated:
|
|
800
|
+
lastUpdated: 1674205335000,
|
|
801
801
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
802
802
|
category: "@Integrations",
|
|
803
803
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -1107,7 +1107,7 @@ var functions$1 = [
|
|
|
1107
1107
|
{
|
|
1108
1108
|
name: "useElementByPoint",
|
|
1109
1109
|
"package": "core",
|
|
1110
|
-
lastUpdated:
|
|
1110
|
+
lastUpdated: 1672852514000,
|
|
1111
1111
|
docs: "https://vueuse.org/core/useElementByPoint/",
|
|
1112
1112
|
category: "Sensors",
|
|
1113
1113
|
description: "reactive element by point"
|
|
@@ -1680,6 +1680,15 @@ var functions$1 = [
|
|
|
1680
1680
|
category: "Sensors",
|
|
1681
1681
|
description: "reactive [pointer state](https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events)"
|
|
1682
1682
|
},
|
|
1683
|
+
{
|
|
1684
|
+
name: "usePointerLock",
|
|
1685
|
+
"package": "core",
|
|
1686
|
+
lastUpdated: 1673941699000,
|
|
1687
|
+
component: true,
|
|
1688
|
+
docs: "https://vueuse.org/core/usePointerLock/",
|
|
1689
|
+
category: "Sensors",
|
|
1690
|
+
description: "reactive [pointer lock](https://developer.mozilla.org/en-US/docs/Web/API/Pointer_Lock_API)"
|
|
1691
|
+
},
|
|
1683
1692
|
{
|
|
1684
1693
|
name: "usePointerSwipe",
|
|
1685
1694
|
"package": "core",
|
|
@@ -1822,7 +1831,7 @@ var functions$1 = [
|
|
|
1822
1831
|
{
|
|
1823
1832
|
name: "useRouteQuery",
|
|
1824
1833
|
"package": "router",
|
|
1825
|
-
lastUpdated:
|
|
1834
|
+
lastUpdated: 1673932986000,
|
|
1826
1835
|
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1827
1836
|
category: "@Router",
|
|
1828
1837
|
description: "shorthand for a reactive `route.query`"
|
|
@@ -2213,11 +2222,12 @@ var functions$1 = [
|
|
|
2213
2222
|
{
|
|
2214
2223
|
name: "useVirtualList",
|
|
2215
2224
|
"package": "core",
|
|
2216
|
-
lastUpdated:
|
|
2225
|
+
lastUpdated: 1673939486000,
|
|
2217
2226
|
component: true,
|
|
2218
2227
|
docs: "https://vueuse.org/core/useVirtualList/",
|
|
2219
2228
|
category: "Component",
|
|
2220
|
-
description: "create virtual lists with ease"
|
|
2229
|
+
description: "create virtual lists with ease",
|
|
2230
|
+
deprecated: true
|
|
2221
2231
|
},
|
|
2222
2232
|
{
|
|
2223
2233
|
name: "useVModel",
|
|
@@ -2299,10 +2309,11 @@ var functions$1 = [
|
|
|
2299
2309
|
{
|
|
2300
2310
|
name: "useWindowScroll",
|
|
2301
2311
|
"package": "core",
|
|
2302
|
-
lastUpdated:
|
|
2312
|
+
lastUpdated: 1673942987000,
|
|
2303
2313
|
docs: "https://vueuse.org/core/useWindowScroll/",
|
|
2304
2314
|
category: "Elements",
|
|
2305
|
-
description: "reactive window scroll"
|
|
2315
|
+
description: "reactive window scroll",
|
|
2316
|
+
deprecated: true
|
|
2306
2317
|
},
|
|
2307
2318
|
{
|
|
2308
2319
|
name: "useWindowSize",
|
package/index.json
CHANGED
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
{
|
|
163
163
|
"name": "computedAsync",
|
|
164
164
|
"package": "core",
|
|
165
|
-
"lastUpdated":
|
|
165
|
+
"lastUpdated": 1672940168000,
|
|
166
166
|
"docs": "https://vueuse.org/core/computedAsync/",
|
|
167
167
|
"category": "Reactivity",
|
|
168
168
|
"description": "computed for async functions",
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
{
|
|
245
245
|
"name": "createInjectionState",
|
|
246
246
|
"package": "shared",
|
|
247
|
-
"lastUpdated":
|
|
247
|
+
"lastUpdated": 1673947341000,
|
|
248
248
|
"docs": "https://vueuse.org/shared/createInjectionState/",
|
|
249
249
|
"category": "State",
|
|
250
250
|
"description": "create global state that can be injected into components"
|
|
@@ -796,7 +796,7 @@
|
|
|
796
796
|
{
|
|
797
797
|
"name": "useAxios",
|
|
798
798
|
"package": "integrations",
|
|
799
|
-
"lastUpdated":
|
|
799
|
+
"lastUpdated": 1674205335000,
|
|
800
800
|
"docs": "https://vueuse.org/integrations/useAxios/",
|
|
801
801
|
"category": "@Integrations",
|
|
802
802
|
"description": "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -1106,7 +1106,7 @@
|
|
|
1106
1106
|
{
|
|
1107
1107
|
"name": "useElementByPoint",
|
|
1108
1108
|
"package": "core",
|
|
1109
|
-
"lastUpdated":
|
|
1109
|
+
"lastUpdated": 1672852514000,
|
|
1110
1110
|
"docs": "https://vueuse.org/core/useElementByPoint/",
|
|
1111
1111
|
"category": "Sensors",
|
|
1112
1112
|
"description": "reactive element by point"
|
|
@@ -1679,6 +1679,15 @@
|
|
|
1679
1679
|
"category": "Sensors",
|
|
1680
1680
|
"description": "reactive [pointer state](https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events)"
|
|
1681
1681
|
},
|
|
1682
|
+
{
|
|
1683
|
+
"name": "usePointerLock",
|
|
1684
|
+
"package": "core",
|
|
1685
|
+
"lastUpdated": 1673941699000,
|
|
1686
|
+
"component": true,
|
|
1687
|
+
"docs": "https://vueuse.org/core/usePointerLock/",
|
|
1688
|
+
"category": "Sensors",
|
|
1689
|
+
"description": "reactive [pointer lock](https://developer.mozilla.org/en-US/docs/Web/API/Pointer_Lock_API)"
|
|
1690
|
+
},
|
|
1682
1691
|
{
|
|
1683
1692
|
"name": "usePointerSwipe",
|
|
1684
1693
|
"package": "core",
|
|
@@ -1821,7 +1830,7 @@
|
|
|
1821
1830
|
{
|
|
1822
1831
|
"name": "useRouteQuery",
|
|
1823
1832
|
"package": "router",
|
|
1824
|
-
"lastUpdated":
|
|
1833
|
+
"lastUpdated": 1673932986000,
|
|
1825
1834
|
"docs": "https://vueuse.org/router/useRouteQuery/",
|
|
1826
1835
|
"category": "@Router",
|
|
1827
1836
|
"description": "shorthand for a reactive `route.query`"
|
|
@@ -2212,11 +2221,12 @@
|
|
|
2212
2221
|
{
|
|
2213
2222
|
"name": "useVirtualList",
|
|
2214
2223
|
"package": "core",
|
|
2215
|
-
"lastUpdated":
|
|
2224
|
+
"lastUpdated": 1673939486000,
|
|
2216
2225
|
"component": true,
|
|
2217
2226
|
"docs": "https://vueuse.org/core/useVirtualList/",
|
|
2218
2227
|
"category": "Component",
|
|
2219
|
-
"description": "create virtual lists with ease"
|
|
2228
|
+
"description": "create virtual lists with ease",
|
|
2229
|
+
"deprecated": true
|
|
2220
2230
|
},
|
|
2221
2231
|
{
|
|
2222
2232
|
"name": "useVModel",
|
|
@@ -2298,10 +2308,11 @@
|
|
|
2298
2308
|
{
|
|
2299
2309
|
"name": "useWindowScroll",
|
|
2300
2310
|
"package": "core",
|
|
2301
|
-
"lastUpdated":
|
|
2311
|
+
"lastUpdated": 1673942987000,
|
|
2302
2312
|
"docs": "https://vueuse.org/core/useWindowScroll/",
|
|
2303
2313
|
"category": "Elements",
|
|
2304
|
-
"description": "reactive window scroll"
|
|
2314
|
+
"description": "reactive window scroll",
|
|
2315
|
+
"deprecated": true
|
|
2305
2316
|
},
|
|
2306
2317
|
{
|
|
2307
2318
|
"name": "useWindowSize",
|
package/index.mjs
CHANGED
|
@@ -161,7 +161,7 @@ var functions$1 = [
|
|
|
161
161
|
{
|
|
162
162
|
name: "computedAsync",
|
|
163
163
|
"package": "core",
|
|
164
|
-
lastUpdated:
|
|
164
|
+
lastUpdated: 1672940168000,
|
|
165
165
|
docs: "https://vueuse.org/core/computedAsync/",
|
|
166
166
|
category: "Reactivity",
|
|
167
167
|
description: "computed for async functions",
|
|
@@ -243,7 +243,7 @@ var functions$1 = [
|
|
|
243
243
|
{
|
|
244
244
|
name: "createInjectionState",
|
|
245
245
|
"package": "shared",
|
|
246
|
-
lastUpdated:
|
|
246
|
+
lastUpdated: 1673947341000,
|
|
247
247
|
docs: "https://vueuse.org/shared/createInjectionState/",
|
|
248
248
|
category: "State",
|
|
249
249
|
description: "create global state that can be injected into components"
|
|
@@ -795,7 +795,7 @@ var functions$1 = [
|
|
|
795
795
|
{
|
|
796
796
|
name: "useAxios",
|
|
797
797
|
"package": "integrations",
|
|
798
|
-
lastUpdated:
|
|
798
|
+
lastUpdated: 1674205335000,
|
|
799
799
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
800
800
|
category: "@Integrations",
|
|
801
801
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -1105,7 +1105,7 @@ var functions$1 = [
|
|
|
1105
1105
|
{
|
|
1106
1106
|
name: "useElementByPoint",
|
|
1107
1107
|
"package": "core",
|
|
1108
|
-
lastUpdated:
|
|
1108
|
+
lastUpdated: 1672852514000,
|
|
1109
1109
|
docs: "https://vueuse.org/core/useElementByPoint/",
|
|
1110
1110
|
category: "Sensors",
|
|
1111
1111
|
description: "reactive element by point"
|
|
@@ -1678,6 +1678,15 @@ var functions$1 = [
|
|
|
1678
1678
|
category: "Sensors",
|
|
1679
1679
|
description: "reactive [pointer state](https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events)"
|
|
1680
1680
|
},
|
|
1681
|
+
{
|
|
1682
|
+
name: "usePointerLock",
|
|
1683
|
+
"package": "core",
|
|
1684
|
+
lastUpdated: 1673941699000,
|
|
1685
|
+
component: true,
|
|
1686
|
+
docs: "https://vueuse.org/core/usePointerLock/",
|
|
1687
|
+
category: "Sensors",
|
|
1688
|
+
description: "reactive [pointer lock](https://developer.mozilla.org/en-US/docs/Web/API/Pointer_Lock_API)"
|
|
1689
|
+
},
|
|
1681
1690
|
{
|
|
1682
1691
|
name: "usePointerSwipe",
|
|
1683
1692
|
"package": "core",
|
|
@@ -1820,7 +1829,7 @@ var functions$1 = [
|
|
|
1820
1829
|
{
|
|
1821
1830
|
name: "useRouteQuery",
|
|
1822
1831
|
"package": "router",
|
|
1823
|
-
lastUpdated:
|
|
1832
|
+
lastUpdated: 1673932986000,
|
|
1824
1833
|
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1825
1834
|
category: "@Router",
|
|
1826
1835
|
description: "shorthand for a reactive `route.query`"
|
|
@@ -2211,11 +2220,12 @@ var functions$1 = [
|
|
|
2211
2220
|
{
|
|
2212
2221
|
name: "useVirtualList",
|
|
2213
2222
|
"package": "core",
|
|
2214
|
-
lastUpdated:
|
|
2223
|
+
lastUpdated: 1673939486000,
|
|
2215
2224
|
component: true,
|
|
2216
2225
|
docs: "https://vueuse.org/core/useVirtualList/",
|
|
2217
2226
|
category: "Component",
|
|
2218
|
-
description: "create virtual lists with ease"
|
|
2227
|
+
description: "create virtual lists with ease",
|
|
2228
|
+
deprecated: true
|
|
2219
2229
|
},
|
|
2220
2230
|
{
|
|
2221
2231
|
name: "useVModel",
|
|
@@ -2297,10 +2307,11 @@ var functions$1 = [
|
|
|
2297
2307
|
{
|
|
2298
2308
|
name: "useWindowScroll",
|
|
2299
2309
|
"package": "core",
|
|
2300
|
-
lastUpdated:
|
|
2310
|
+
lastUpdated: 1673942987000,
|
|
2301
2311
|
docs: "https://vueuse.org/core/useWindowScroll/",
|
|
2302
2312
|
category: "Elements",
|
|
2303
|
-
description: "reactive window scroll"
|
|
2313
|
+
description: "reactive window scroll",
|
|
2314
|
+
deprecated: true
|
|
2304
2315
|
},
|
|
2305
2316
|
{
|
|
2306
2317
|
name: "useWindowSize",
|