@vueuse/metadata 8.4.0 → 8.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.cjs +25 -10
- package/index.json +25 -10
- package/index.mjs +25 -10
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -138,6 +138,7 @@ var categories$1 = [
|
|
|
138
138
|
"@Motion",
|
|
139
139
|
"@Router",
|
|
140
140
|
"@RxJS",
|
|
141
|
+
"@SchemaOrg",
|
|
141
142
|
"@Sound"
|
|
142
143
|
];
|
|
143
144
|
var functions$1 = [
|
|
@@ -216,6 +217,13 @@ var functions$1 = [
|
|
|
216
217
|
category: "State",
|
|
217
218
|
description: "create global state that can be injected into components"
|
|
218
219
|
},
|
|
220
|
+
{
|
|
221
|
+
name: "createSchemaOrg",
|
|
222
|
+
"package": "schema-org",
|
|
223
|
+
description: "create the schema.org manager instance.",
|
|
224
|
+
category: "@SchemaOrg",
|
|
225
|
+
external: "https://vue-schema-org.netlify.app/api/core/create-schema-org.html"
|
|
226
|
+
},
|
|
219
227
|
{
|
|
220
228
|
name: "createSharedComposable",
|
|
221
229
|
"package": "shared",
|
|
@@ -517,7 +525,7 @@ var functions$1 = [
|
|
|
517
525
|
{
|
|
518
526
|
name: "toRefs",
|
|
519
527
|
"package": "shared",
|
|
520
|
-
lastUpdated:
|
|
528
|
+
lastUpdated: 1652671256000,
|
|
521
529
|
docs: "https://vueuse.org/shared/toRefs/",
|
|
522
530
|
category: "Utilities",
|
|
523
531
|
description: "extended [`toRefs`](https://v3.vuejs.org/api/refs-api.html#torefs) that also accepts refs of an object"
|
|
@@ -614,7 +622,7 @@ var functions$1 = [
|
|
|
614
622
|
{
|
|
615
623
|
name: "useAxios",
|
|
616
624
|
"package": "integrations",
|
|
617
|
-
lastUpdated:
|
|
625
|
+
lastUpdated: 1652670635000,
|
|
618
626
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
619
627
|
category: "@Integrations",
|
|
620
628
|
description: "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
@@ -974,7 +982,7 @@ var functions$1 = [
|
|
|
974
982
|
{
|
|
975
983
|
name: "useFetch",
|
|
976
984
|
"package": "core",
|
|
977
|
-
lastUpdated:
|
|
985
|
+
lastUpdated: 1652671302000,
|
|
978
986
|
docs: "https://vueuse.org/core/useFetch/",
|
|
979
987
|
category: "Network",
|
|
980
988
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -998,7 +1006,7 @@ var functions$1 = [
|
|
|
998
1006
|
{
|
|
999
1007
|
name: "useFocus",
|
|
1000
1008
|
"package": "core",
|
|
1001
|
-
lastUpdated:
|
|
1009
|
+
lastUpdated: 1652671318000,
|
|
1002
1010
|
docs: "https://vueuse.org/core/useFocus/",
|
|
1003
1011
|
category: "Sensors",
|
|
1004
1012
|
description: "reactive utility to track or set the focus state of a DOM element"
|
|
@@ -1195,7 +1203,7 @@ var functions$1 = [
|
|
|
1195
1203
|
{
|
|
1196
1204
|
name: "useMediaQuery",
|
|
1197
1205
|
"package": "core",
|
|
1198
|
-
lastUpdated:
|
|
1206
|
+
lastUpdated: 1651956934000,
|
|
1199
1207
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1200
1208
|
category: "Browser",
|
|
1201
1209
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1472,6 +1480,13 @@ var functions$1 = [
|
|
|
1472
1480
|
category: "@Firebase",
|
|
1473
1481
|
description: "reactive [Firebase Realtime Database](https://firebase.google.com/docs/database) binding"
|
|
1474
1482
|
},
|
|
1483
|
+
{
|
|
1484
|
+
name: "useSchemaOrg",
|
|
1485
|
+
"package": "schema-org",
|
|
1486
|
+
description: "update schema.org reactively.",
|
|
1487
|
+
category: "@SchemaOrg",
|
|
1488
|
+
external: "https://vue-schema-org.netlify.app/api/core/use-schema-org.html"
|
|
1489
|
+
},
|
|
1475
1490
|
{
|
|
1476
1491
|
name: "useScreenOrientation",
|
|
1477
1492
|
"package": "core",
|
|
@@ -1509,7 +1524,7 @@ var functions$1 = [
|
|
|
1509
1524
|
{
|
|
1510
1525
|
name: "useScrollLock",
|
|
1511
1526
|
"package": "core",
|
|
1512
|
-
lastUpdated:
|
|
1527
|
+
lastUpdated: 1652227755000,
|
|
1513
1528
|
directive: true,
|
|
1514
1529
|
docs: "https://vueuse.org/core/useScrollLock/",
|
|
1515
1530
|
category: "Sensors",
|
|
@@ -1717,7 +1732,7 @@ var functions$1 = [
|
|
|
1717
1732
|
{
|
|
1718
1733
|
name: "useUrlSearchParams",
|
|
1719
1734
|
"package": "core",
|
|
1720
|
-
lastUpdated:
|
|
1735
|
+
lastUpdated: 1652671269000,
|
|
1721
1736
|
docs: "https://vueuse.org/core/useUrlSearchParams/",
|
|
1722
1737
|
category: "Browser",
|
|
1723
1738
|
description: "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
|
@@ -1753,7 +1768,7 @@ var functions$1 = [
|
|
|
1753
1768
|
{
|
|
1754
1769
|
name: "useVModel",
|
|
1755
1770
|
"package": "core",
|
|
1756
|
-
lastUpdated:
|
|
1771
|
+
lastUpdated: 1651769754000,
|
|
1757
1772
|
docs: "https://vueuse.org/core/useVModel/",
|
|
1758
1773
|
category: "Component",
|
|
1759
1774
|
description: "shorthand for v-model binding"
|
|
@@ -1851,7 +1866,7 @@ var functions$1 = [
|
|
|
1851
1866
|
{
|
|
1852
1867
|
name: "utils",
|
|
1853
1868
|
"package": "shared",
|
|
1854
|
-
lastUpdated:
|
|
1869
|
+
lastUpdated: 1652598461000,
|
|
1855
1870
|
internal: true
|
|
1856
1871
|
},
|
|
1857
1872
|
{
|
|
@@ -1865,7 +1880,7 @@ var functions$1 = [
|
|
|
1865
1880
|
{
|
|
1866
1881
|
name: "watchDebounced",
|
|
1867
1882
|
"package": "shared",
|
|
1868
|
-
lastUpdated:
|
|
1883
|
+
lastUpdated: 1652047454000,
|
|
1869
1884
|
docs: "https://vueuse.org/shared/watchDebounced/",
|
|
1870
1885
|
category: "Watch",
|
|
1871
1886
|
description: "debounced watch",
|
package/index.json
CHANGED
|
@@ -135,6 +135,7 @@
|
|
|
135
135
|
"@Motion",
|
|
136
136
|
"@Router",
|
|
137
137
|
"@RxJS",
|
|
138
|
+
"@SchemaOrg",
|
|
138
139
|
"@Sound"
|
|
139
140
|
],
|
|
140
141
|
"functions": [
|
|
@@ -213,6 +214,13 @@
|
|
|
213
214
|
"category": "State",
|
|
214
215
|
"description": "create global state that can be injected into components"
|
|
215
216
|
},
|
|
217
|
+
{
|
|
218
|
+
"name": "createSchemaOrg",
|
|
219
|
+
"package": "schema-org",
|
|
220
|
+
"description": "create the schema.org manager instance.",
|
|
221
|
+
"category": "@SchemaOrg",
|
|
222
|
+
"external": "https://vue-schema-org.netlify.app/api/core/create-schema-org.html"
|
|
223
|
+
},
|
|
216
224
|
{
|
|
217
225
|
"name": "createSharedComposable",
|
|
218
226
|
"package": "shared",
|
|
@@ -514,7 +522,7 @@
|
|
|
514
522
|
{
|
|
515
523
|
"name": "toRefs",
|
|
516
524
|
"package": "shared",
|
|
517
|
-
"lastUpdated":
|
|
525
|
+
"lastUpdated": 1652671256000,
|
|
518
526
|
"docs": "https://vueuse.org/shared/toRefs/",
|
|
519
527
|
"category": "Utilities",
|
|
520
528
|
"description": "extended [`toRefs`](https://v3.vuejs.org/api/refs-api.html#torefs) that also accepts refs of an object"
|
|
@@ -611,7 +619,7 @@
|
|
|
611
619
|
{
|
|
612
620
|
"name": "useAxios",
|
|
613
621
|
"package": "integrations",
|
|
614
|
-
"lastUpdated":
|
|
622
|
+
"lastUpdated": 1652670635000,
|
|
615
623
|
"docs": "https://vueuse.org/integrations/useAxios/",
|
|
616
624
|
"category": "@Integrations",
|
|
617
625
|
"description": "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
@@ -971,7 +979,7 @@
|
|
|
971
979
|
{
|
|
972
980
|
"name": "useFetch",
|
|
973
981
|
"package": "core",
|
|
974
|
-
"lastUpdated":
|
|
982
|
+
"lastUpdated": 1652671302000,
|
|
975
983
|
"docs": "https://vueuse.org/core/useFetch/",
|
|
976
984
|
"category": "Network",
|
|
977
985
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -995,7 +1003,7 @@
|
|
|
995
1003
|
{
|
|
996
1004
|
"name": "useFocus",
|
|
997
1005
|
"package": "core",
|
|
998
|
-
"lastUpdated":
|
|
1006
|
+
"lastUpdated": 1652671318000,
|
|
999
1007
|
"docs": "https://vueuse.org/core/useFocus/",
|
|
1000
1008
|
"category": "Sensors",
|
|
1001
1009
|
"description": "reactive utility to track or set the focus state of a DOM element"
|
|
@@ -1192,7 +1200,7 @@
|
|
|
1192
1200
|
{
|
|
1193
1201
|
"name": "useMediaQuery",
|
|
1194
1202
|
"package": "core",
|
|
1195
|
-
"lastUpdated":
|
|
1203
|
+
"lastUpdated": 1651956934000,
|
|
1196
1204
|
"docs": "https://vueuse.org/core/useMediaQuery/",
|
|
1197
1205
|
"category": "Browser",
|
|
1198
1206
|
"description": "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1469,6 +1477,13 @@
|
|
|
1469
1477
|
"category": "@Firebase",
|
|
1470
1478
|
"description": "reactive [Firebase Realtime Database](https://firebase.google.com/docs/database) binding"
|
|
1471
1479
|
},
|
|
1480
|
+
{
|
|
1481
|
+
"name": "useSchemaOrg",
|
|
1482
|
+
"package": "schema-org",
|
|
1483
|
+
"description": "update schema.org reactively.",
|
|
1484
|
+
"category": "@SchemaOrg",
|
|
1485
|
+
"external": "https://vue-schema-org.netlify.app/api/core/use-schema-org.html"
|
|
1486
|
+
},
|
|
1472
1487
|
{
|
|
1473
1488
|
"name": "useScreenOrientation",
|
|
1474
1489
|
"package": "core",
|
|
@@ -1506,7 +1521,7 @@
|
|
|
1506
1521
|
{
|
|
1507
1522
|
"name": "useScrollLock",
|
|
1508
1523
|
"package": "core",
|
|
1509
|
-
"lastUpdated":
|
|
1524
|
+
"lastUpdated": 1652227755000,
|
|
1510
1525
|
"directive": true,
|
|
1511
1526
|
"docs": "https://vueuse.org/core/useScrollLock/",
|
|
1512
1527
|
"category": "Sensors",
|
|
@@ -1714,7 +1729,7 @@
|
|
|
1714
1729
|
{
|
|
1715
1730
|
"name": "useUrlSearchParams",
|
|
1716
1731
|
"package": "core",
|
|
1717
|
-
"lastUpdated":
|
|
1732
|
+
"lastUpdated": 1652671269000,
|
|
1718
1733
|
"docs": "https://vueuse.org/core/useUrlSearchParams/",
|
|
1719
1734
|
"category": "Browser",
|
|
1720
1735
|
"description": "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
|
@@ -1750,7 +1765,7 @@
|
|
|
1750
1765
|
{
|
|
1751
1766
|
"name": "useVModel",
|
|
1752
1767
|
"package": "core",
|
|
1753
|
-
"lastUpdated":
|
|
1768
|
+
"lastUpdated": 1651769754000,
|
|
1754
1769
|
"docs": "https://vueuse.org/core/useVModel/",
|
|
1755
1770
|
"category": "Component",
|
|
1756
1771
|
"description": "shorthand for v-model binding"
|
|
@@ -1848,7 +1863,7 @@
|
|
|
1848
1863
|
{
|
|
1849
1864
|
"name": "utils",
|
|
1850
1865
|
"package": "shared",
|
|
1851
|
-
"lastUpdated":
|
|
1866
|
+
"lastUpdated": 1652598461000,
|
|
1852
1867
|
"internal": true
|
|
1853
1868
|
},
|
|
1854
1869
|
{
|
|
@@ -1862,7 +1877,7 @@
|
|
|
1862
1877
|
{
|
|
1863
1878
|
"name": "watchDebounced",
|
|
1864
1879
|
"package": "shared",
|
|
1865
|
-
"lastUpdated":
|
|
1880
|
+
"lastUpdated": 1652047454000,
|
|
1866
1881
|
"docs": "https://vueuse.org/shared/watchDebounced/",
|
|
1867
1882
|
"category": "Watch",
|
|
1868
1883
|
"description": "debounced watch",
|
package/index.mjs
CHANGED
|
@@ -134,6 +134,7 @@ var categories$1 = [
|
|
|
134
134
|
"@Motion",
|
|
135
135
|
"@Router",
|
|
136
136
|
"@RxJS",
|
|
137
|
+
"@SchemaOrg",
|
|
137
138
|
"@Sound"
|
|
138
139
|
];
|
|
139
140
|
var functions$1 = [
|
|
@@ -212,6 +213,13 @@ var functions$1 = [
|
|
|
212
213
|
category: "State",
|
|
213
214
|
description: "create global state that can be injected into components"
|
|
214
215
|
},
|
|
216
|
+
{
|
|
217
|
+
name: "createSchemaOrg",
|
|
218
|
+
"package": "schema-org",
|
|
219
|
+
description: "create the schema.org manager instance.",
|
|
220
|
+
category: "@SchemaOrg",
|
|
221
|
+
external: "https://vue-schema-org.netlify.app/api/core/create-schema-org.html"
|
|
222
|
+
},
|
|
215
223
|
{
|
|
216
224
|
name: "createSharedComposable",
|
|
217
225
|
"package": "shared",
|
|
@@ -513,7 +521,7 @@ var functions$1 = [
|
|
|
513
521
|
{
|
|
514
522
|
name: "toRefs",
|
|
515
523
|
"package": "shared",
|
|
516
|
-
lastUpdated:
|
|
524
|
+
lastUpdated: 1652671256000,
|
|
517
525
|
docs: "https://vueuse.org/shared/toRefs/",
|
|
518
526
|
category: "Utilities",
|
|
519
527
|
description: "extended [`toRefs`](https://v3.vuejs.org/api/refs-api.html#torefs) that also accepts refs of an object"
|
|
@@ -610,7 +618,7 @@ var functions$1 = [
|
|
|
610
618
|
{
|
|
611
619
|
name: "useAxios",
|
|
612
620
|
"package": "integrations",
|
|
613
|
-
lastUpdated:
|
|
621
|
+
lastUpdated: 1652670635000,
|
|
614
622
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
615
623
|
category: "@Integrations",
|
|
616
624
|
description: "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
@@ -970,7 +978,7 @@ var functions$1 = [
|
|
|
970
978
|
{
|
|
971
979
|
name: "useFetch",
|
|
972
980
|
"package": "core",
|
|
973
|
-
lastUpdated:
|
|
981
|
+
lastUpdated: 1652671302000,
|
|
974
982
|
docs: "https://vueuse.org/core/useFetch/",
|
|
975
983
|
category: "Network",
|
|
976
984
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -994,7 +1002,7 @@ var functions$1 = [
|
|
|
994
1002
|
{
|
|
995
1003
|
name: "useFocus",
|
|
996
1004
|
"package": "core",
|
|
997
|
-
lastUpdated:
|
|
1005
|
+
lastUpdated: 1652671318000,
|
|
998
1006
|
docs: "https://vueuse.org/core/useFocus/",
|
|
999
1007
|
category: "Sensors",
|
|
1000
1008
|
description: "reactive utility to track or set the focus state of a DOM element"
|
|
@@ -1191,7 +1199,7 @@ var functions$1 = [
|
|
|
1191
1199
|
{
|
|
1192
1200
|
name: "useMediaQuery",
|
|
1193
1201
|
"package": "core",
|
|
1194
|
-
lastUpdated:
|
|
1202
|
+
lastUpdated: 1651956934000,
|
|
1195
1203
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1196
1204
|
category: "Browser",
|
|
1197
1205
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1468,6 +1476,13 @@ var functions$1 = [
|
|
|
1468
1476
|
category: "@Firebase",
|
|
1469
1477
|
description: "reactive [Firebase Realtime Database](https://firebase.google.com/docs/database) binding"
|
|
1470
1478
|
},
|
|
1479
|
+
{
|
|
1480
|
+
name: "useSchemaOrg",
|
|
1481
|
+
"package": "schema-org",
|
|
1482
|
+
description: "update schema.org reactively.",
|
|
1483
|
+
category: "@SchemaOrg",
|
|
1484
|
+
external: "https://vue-schema-org.netlify.app/api/core/use-schema-org.html"
|
|
1485
|
+
},
|
|
1471
1486
|
{
|
|
1472
1487
|
name: "useScreenOrientation",
|
|
1473
1488
|
"package": "core",
|
|
@@ -1505,7 +1520,7 @@ var functions$1 = [
|
|
|
1505
1520
|
{
|
|
1506
1521
|
name: "useScrollLock",
|
|
1507
1522
|
"package": "core",
|
|
1508
|
-
lastUpdated:
|
|
1523
|
+
lastUpdated: 1652227755000,
|
|
1509
1524
|
directive: true,
|
|
1510
1525
|
docs: "https://vueuse.org/core/useScrollLock/",
|
|
1511
1526
|
category: "Sensors",
|
|
@@ -1713,7 +1728,7 @@ var functions$1 = [
|
|
|
1713
1728
|
{
|
|
1714
1729
|
name: "useUrlSearchParams",
|
|
1715
1730
|
"package": "core",
|
|
1716
|
-
lastUpdated:
|
|
1731
|
+
lastUpdated: 1652671269000,
|
|
1717
1732
|
docs: "https://vueuse.org/core/useUrlSearchParams/",
|
|
1718
1733
|
category: "Browser",
|
|
1719
1734
|
description: "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
|
@@ -1749,7 +1764,7 @@ var functions$1 = [
|
|
|
1749
1764
|
{
|
|
1750
1765
|
name: "useVModel",
|
|
1751
1766
|
"package": "core",
|
|
1752
|
-
lastUpdated:
|
|
1767
|
+
lastUpdated: 1651769754000,
|
|
1753
1768
|
docs: "https://vueuse.org/core/useVModel/",
|
|
1754
1769
|
category: "Component",
|
|
1755
1770
|
description: "shorthand for v-model binding"
|
|
@@ -1847,7 +1862,7 @@ var functions$1 = [
|
|
|
1847
1862
|
{
|
|
1848
1863
|
name: "utils",
|
|
1849
1864
|
"package": "shared",
|
|
1850
|
-
lastUpdated:
|
|
1865
|
+
lastUpdated: 1652598461000,
|
|
1851
1866
|
internal: true
|
|
1852
1867
|
},
|
|
1853
1868
|
{
|
|
@@ -1861,7 +1876,7 @@ var functions$1 = [
|
|
|
1861
1876
|
{
|
|
1862
1877
|
name: "watchDebounced",
|
|
1863
1878
|
"package": "shared",
|
|
1864
|
-
lastUpdated:
|
|
1879
|
+
lastUpdated: 1652047454000,
|
|
1865
1880
|
docs: "https://vueuse.org/shared/watchDebounced/",
|
|
1866
1881
|
category: "Watch",
|
|
1867
1882
|
description: "debounced watch",
|