@vueuse/metadata 11.0.0-beta.2 → 11.0.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.
Files changed (4) hide show
  1. package/index.cjs +11 -11
  2. package/index.json +11 -11
  3. package/index.mjs +11 -11
  4. package/package.json +1 -1
package/index.cjs CHANGED
@@ -196,7 +196,7 @@ var functions$1 = [
196
196
  {
197
197
  name: "computedWithControl",
198
198
  "package": "shared",
199
- lastUpdated: 1708417312000,
199
+ lastUpdated: 1723558604000,
200
200
  docs: "https://vueuse.org/shared/computedWithControl/",
201
201
  category: "Reactivity",
202
202
  description: "explicitly define the dependencies of computed",
@@ -210,7 +210,7 @@ var functions$1 = [
210
210
  {
211
211
  name: "createEventHook",
212
212
  "package": "shared",
213
- lastUpdated: 1701689283000,
213
+ lastUpdated: 1723593622000,
214
214
  docs: "https://vueuse.org/shared/createEventHook/",
215
215
  category: "Utilities",
216
216
  description: "utility for creating event hooks"
@@ -345,7 +345,7 @@ var functions$1 = [
345
345
  {
346
346
  name: "isDefined",
347
347
  "package": "shared",
348
- lastUpdated: 1682985671000,
348
+ lastUpdated: 1723558260000,
349
349
  docs: "https://vueuse.org/shared/isDefined/",
350
350
  category: "Utilities",
351
351
  description: "non-nullish checking type guard for Ref"
@@ -945,7 +945,7 @@ var functions$1 = [
945
945
  {
946
946
  name: "useChangeCase",
947
947
  "package": "integrations",
948
- lastUpdated: 1718193380000,
948
+ lastUpdated: 1723558442000,
949
949
  docs: "https://vueuse.org/integrations/useChangeCase/",
950
950
  category: "@Integrations",
951
951
  description: "reactive wrapper for [`change-case`](https://github.com/blakeembrey/change-case)",
@@ -1024,7 +1024,7 @@ var functions$1 = [
1024
1024
  {
1025
1025
  name: "useCounter",
1026
1026
  "package": "shared",
1027
- lastUpdated: 1708423133000,
1027
+ lastUpdated: 1723131573000,
1028
1028
  docs: "https://vueuse.org/shared/useCounter/",
1029
1029
  category: "Utilities",
1030
1030
  description: "basic counter with utility functions"
@@ -1178,7 +1178,7 @@ var functions$1 = [
1178
1178
  {
1179
1179
  name: "useDropZone",
1180
1180
  "package": "core",
1181
- lastUpdated: 1703685084000,
1181
+ lastUpdated: 1723131573000,
1182
1182
  docs: "https://vueuse.org/core/useDropZone/",
1183
1183
  category: "Elements",
1184
1184
  description: "create a zone where files can be dropped"
@@ -1262,7 +1262,7 @@ var functions$1 = [
1262
1262
  {
1263
1263
  name: "useEventSource",
1264
1264
  "package": "core",
1265
- lastUpdated: 1716810208000,
1265
+ lastUpdated: 1723131573000,
1266
1266
  docs: "https://vueuse.org/core/useEventSource/",
1267
1267
  category: "Network",
1268
1268
  description: "an [EventSource](https://developer.mozilla.org/en-US/docs/Web/API/EventSource) or [Server-Sent-Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events) instance opens a persistent connection to an HTTP server"
@@ -1936,7 +1936,7 @@ var functions$1 = [
1936
1936
  {
1937
1937
  name: "useRouteHash",
1938
1938
  "package": "router",
1939
- lastUpdated: 1690718020000,
1939
+ lastUpdated: 1723558507000,
1940
1940
  docs: "https://vueuse.org/router/useRouteHash/",
1941
1941
  category: "@Router",
1942
1942
  description: "shorthand for a reactive `route.hash`"
@@ -1944,7 +1944,7 @@ var functions$1 = [
1944
1944
  {
1945
1945
  name: "useRouteParams",
1946
1946
  "package": "router",
1947
- lastUpdated: 1716812049000,
1947
+ lastUpdated: 1723558507000,
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: 1708427433000,
1955
+ lastUpdated: 1723558507000,
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: 1708417312000,
2041
+ lastUpdated: 1723131573000,
2042
2042
  component: true,
2043
2043
  docs: "https://vueuse.org/integrations/useSortable/",
2044
2044
  category: "@Integrations",
package/index.json CHANGED
@@ -195,7 +195,7 @@
195
195
  {
196
196
  "name": "computedWithControl",
197
197
  "package": "shared",
198
- "lastUpdated": 1708417312000,
198
+ "lastUpdated": 1723558604000,
199
199
  "docs": "https://vueuse.org/shared/computedWithControl/",
200
200
  "category": "Reactivity",
201
201
  "description": "explicitly define the dependencies of computed",
@@ -209,7 +209,7 @@
209
209
  {
210
210
  "name": "createEventHook",
211
211
  "package": "shared",
212
- "lastUpdated": 1701689283000,
212
+ "lastUpdated": 1723593622000,
213
213
  "docs": "https://vueuse.org/shared/createEventHook/",
214
214
  "category": "Utilities",
215
215
  "description": "utility for creating event hooks"
@@ -344,7 +344,7 @@
344
344
  {
345
345
  "name": "isDefined",
346
346
  "package": "shared",
347
- "lastUpdated": 1682985671000,
347
+ "lastUpdated": 1723558260000,
348
348
  "docs": "https://vueuse.org/shared/isDefined/",
349
349
  "category": "Utilities",
350
350
  "description": "non-nullish checking type guard for Ref"
@@ -944,7 +944,7 @@
944
944
  {
945
945
  "name": "useChangeCase",
946
946
  "package": "integrations",
947
- "lastUpdated": 1718193380000,
947
+ "lastUpdated": 1723558442000,
948
948
  "docs": "https://vueuse.org/integrations/useChangeCase/",
949
949
  "category": "@Integrations",
950
950
  "description": "reactive wrapper for [`change-case`](https://github.com/blakeembrey/change-case)",
@@ -1023,7 +1023,7 @@
1023
1023
  {
1024
1024
  "name": "useCounter",
1025
1025
  "package": "shared",
1026
- "lastUpdated": 1708423133000,
1026
+ "lastUpdated": 1723131573000,
1027
1027
  "docs": "https://vueuse.org/shared/useCounter/",
1028
1028
  "category": "Utilities",
1029
1029
  "description": "basic counter with utility functions"
@@ -1177,7 +1177,7 @@
1177
1177
  {
1178
1178
  "name": "useDropZone",
1179
1179
  "package": "core",
1180
- "lastUpdated": 1703685084000,
1180
+ "lastUpdated": 1723131573000,
1181
1181
  "docs": "https://vueuse.org/core/useDropZone/",
1182
1182
  "category": "Elements",
1183
1183
  "description": "create a zone where files can be dropped"
@@ -1261,7 +1261,7 @@
1261
1261
  {
1262
1262
  "name": "useEventSource",
1263
1263
  "package": "core",
1264
- "lastUpdated": 1716810208000,
1264
+ "lastUpdated": 1723131573000,
1265
1265
  "docs": "https://vueuse.org/core/useEventSource/",
1266
1266
  "category": "Network",
1267
1267
  "description": "an [EventSource](https://developer.mozilla.org/en-US/docs/Web/API/EventSource) or [Server-Sent-Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events) instance opens a persistent connection to an HTTP server"
@@ -1935,7 +1935,7 @@
1935
1935
  {
1936
1936
  "name": "useRouteHash",
1937
1937
  "package": "router",
1938
- "lastUpdated": 1690718020000,
1938
+ "lastUpdated": 1723558507000,
1939
1939
  "docs": "https://vueuse.org/router/useRouteHash/",
1940
1940
  "category": "@Router",
1941
1941
  "description": "shorthand for a reactive `route.hash`"
@@ -1943,7 +1943,7 @@
1943
1943
  {
1944
1944
  "name": "useRouteParams",
1945
1945
  "package": "router",
1946
- "lastUpdated": 1716812049000,
1946
+ "lastUpdated": 1723558507000,
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": 1708427433000,
1954
+ "lastUpdated": 1723558507000,
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": 1708417312000,
2040
+ "lastUpdated": 1723131573000,
2041
2041
  "component": true,
2042
2042
  "docs": "https://vueuse.org/integrations/useSortable/",
2043
2043
  "category": "@Integrations",
package/index.mjs CHANGED
@@ -194,7 +194,7 @@ var functions$1 = [
194
194
  {
195
195
  name: "computedWithControl",
196
196
  "package": "shared",
197
- lastUpdated: 1708417312000,
197
+ lastUpdated: 1723558604000,
198
198
  docs: "https://vueuse.org/shared/computedWithControl/",
199
199
  category: "Reactivity",
200
200
  description: "explicitly define the dependencies of computed",
@@ -208,7 +208,7 @@ var functions$1 = [
208
208
  {
209
209
  name: "createEventHook",
210
210
  "package": "shared",
211
- lastUpdated: 1701689283000,
211
+ lastUpdated: 1723593622000,
212
212
  docs: "https://vueuse.org/shared/createEventHook/",
213
213
  category: "Utilities",
214
214
  description: "utility for creating event hooks"
@@ -343,7 +343,7 @@ var functions$1 = [
343
343
  {
344
344
  name: "isDefined",
345
345
  "package": "shared",
346
- lastUpdated: 1682985671000,
346
+ lastUpdated: 1723558260000,
347
347
  docs: "https://vueuse.org/shared/isDefined/",
348
348
  category: "Utilities",
349
349
  description: "non-nullish checking type guard for Ref"
@@ -943,7 +943,7 @@ var functions$1 = [
943
943
  {
944
944
  name: "useChangeCase",
945
945
  "package": "integrations",
946
- lastUpdated: 1718193380000,
946
+ lastUpdated: 1723558442000,
947
947
  docs: "https://vueuse.org/integrations/useChangeCase/",
948
948
  category: "@Integrations",
949
949
  description: "reactive wrapper for [`change-case`](https://github.com/blakeembrey/change-case)",
@@ -1022,7 +1022,7 @@ var functions$1 = [
1022
1022
  {
1023
1023
  name: "useCounter",
1024
1024
  "package": "shared",
1025
- lastUpdated: 1708423133000,
1025
+ lastUpdated: 1723131573000,
1026
1026
  docs: "https://vueuse.org/shared/useCounter/",
1027
1027
  category: "Utilities",
1028
1028
  description: "basic counter with utility functions"
@@ -1176,7 +1176,7 @@ var functions$1 = [
1176
1176
  {
1177
1177
  name: "useDropZone",
1178
1178
  "package": "core",
1179
- lastUpdated: 1703685084000,
1179
+ lastUpdated: 1723131573000,
1180
1180
  docs: "https://vueuse.org/core/useDropZone/",
1181
1181
  category: "Elements",
1182
1182
  description: "create a zone where files can be dropped"
@@ -1260,7 +1260,7 @@ var functions$1 = [
1260
1260
  {
1261
1261
  name: "useEventSource",
1262
1262
  "package": "core",
1263
- lastUpdated: 1716810208000,
1263
+ lastUpdated: 1723131573000,
1264
1264
  docs: "https://vueuse.org/core/useEventSource/",
1265
1265
  category: "Network",
1266
1266
  description: "an [EventSource](https://developer.mozilla.org/en-US/docs/Web/API/EventSource) or [Server-Sent-Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events) instance opens a persistent connection to an HTTP server"
@@ -1934,7 +1934,7 @@ var functions$1 = [
1934
1934
  {
1935
1935
  name: "useRouteHash",
1936
1936
  "package": "router",
1937
- lastUpdated: 1690718020000,
1937
+ lastUpdated: 1723558507000,
1938
1938
  docs: "https://vueuse.org/router/useRouteHash/",
1939
1939
  category: "@Router",
1940
1940
  description: "shorthand for a reactive `route.hash`"
@@ -1942,7 +1942,7 @@ var functions$1 = [
1942
1942
  {
1943
1943
  name: "useRouteParams",
1944
1944
  "package": "router",
1945
- lastUpdated: 1716812049000,
1945
+ lastUpdated: 1723558507000,
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: 1708427433000,
1953
+ lastUpdated: 1723558507000,
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: 1708417312000,
2039
+ lastUpdated: 1723131573000,
2040
2040
  component: true,
2041
2041
  docs: "https://vueuse.org/integrations/useSortable/",
2042
2042
  category: "@Integrations",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vueuse/metadata",
3
3
  "type": "module",
4
- "version": "11.0.0-beta.2",
4
+ "version": "11.0.0",
5
5
  "description": "Metadata for VueUse functions",
6
6
  "author": "Anthony Fu <https://github.com/antfu>",
7
7
  "license": "MIT",