@vueuse/metadata 8.4.1 → 8.6.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 +46 -14
- package/index.json +46 -14
- package/index.mjs +46 -14
- package/package.json +18 -18
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"
|
|
@@ -603,6 +611,15 @@ var functions$1 = [
|
|
|
603
611
|
category: "State",
|
|
604
612
|
description: "reactive async state"
|
|
605
613
|
},
|
|
614
|
+
{
|
|
615
|
+
name: "useAsyncValidator",
|
|
616
|
+
"package": "integrations",
|
|
617
|
+
lastUpdated: 1654001397000,
|
|
618
|
+
component: true,
|
|
619
|
+
docs: "https://vueuse.org/integrations/useAsyncValidator/",
|
|
620
|
+
category: "@Integrations",
|
|
621
|
+
description: "wrapper for [`async-validator`](https://github.com/yiminghe/async-validator)"
|
|
622
|
+
},
|
|
606
623
|
{
|
|
607
624
|
name: "useAuth",
|
|
608
625
|
"package": "firebase",
|
|
@@ -614,7 +631,7 @@ var functions$1 = [
|
|
|
614
631
|
{
|
|
615
632
|
name: "useAxios",
|
|
616
633
|
"package": "integrations",
|
|
617
|
-
lastUpdated:
|
|
634
|
+
lastUpdated: 1652670635000,
|
|
618
635
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
619
636
|
category: "@Integrations",
|
|
620
637
|
description: "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
@@ -734,7 +751,7 @@ var functions$1 = [
|
|
|
734
751
|
{
|
|
735
752
|
name: "useCssVar",
|
|
736
753
|
"package": "core",
|
|
737
|
-
lastUpdated:
|
|
754
|
+
lastUpdated: 1654000791000,
|
|
738
755
|
docs: "https://vueuse.org/core/useCssVar/",
|
|
739
756
|
category: "Browser",
|
|
740
757
|
description: "manipulate CSS variables"
|
|
@@ -870,6 +887,14 @@ var functions$1 = [
|
|
|
870
887
|
category: "@Integrations",
|
|
871
888
|
description: "reactive instance for [drauu](https://github.com/antfu/drauu)"
|
|
872
889
|
},
|
|
890
|
+
{
|
|
891
|
+
name: "useDropZone",
|
|
892
|
+
"package": "core",
|
|
893
|
+
lastUpdated: 1654000449000,
|
|
894
|
+
docs: "https://vueuse.org/core/useDropZone/",
|
|
895
|
+
category: "Elements",
|
|
896
|
+
description: "create an zone where files can be dropped"
|
|
897
|
+
},
|
|
873
898
|
{
|
|
874
899
|
name: "useElementBounding",
|
|
875
900
|
"package": "core",
|
|
@@ -974,7 +999,7 @@ var functions$1 = [
|
|
|
974
999
|
{
|
|
975
1000
|
name: "useFetch",
|
|
976
1001
|
"package": "core",
|
|
977
|
-
lastUpdated:
|
|
1002
|
+
lastUpdated: 1652671302000,
|
|
978
1003
|
docs: "https://vueuse.org/core/useFetch/",
|
|
979
1004
|
category: "Network",
|
|
980
1005
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -998,7 +1023,7 @@ var functions$1 = [
|
|
|
998
1023
|
{
|
|
999
1024
|
name: "useFocus",
|
|
1000
1025
|
"package": "core",
|
|
1001
|
-
lastUpdated:
|
|
1026
|
+
lastUpdated: 1652671318000,
|
|
1002
1027
|
docs: "https://vueuse.org/core/useFocus/",
|
|
1003
1028
|
category: "Sensors",
|
|
1004
1029
|
description: "reactive utility to track or set the focus state of a DOM element"
|
|
@@ -1081,7 +1106,7 @@ var functions$1 = [
|
|
|
1081
1106
|
{
|
|
1082
1107
|
name: "useInfiniteScroll",
|
|
1083
1108
|
"package": "core",
|
|
1084
|
-
lastUpdated:
|
|
1109
|
+
lastUpdated: 1654001422000,
|
|
1085
1110
|
directive: true,
|
|
1086
1111
|
docs: "https://vueuse.org/core/useInfiniteScroll/",
|
|
1087
1112
|
category: "Sensors",
|
|
@@ -1107,7 +1132,7 @@ var functions$1 = [
|
|
|
1107
1132
|
{
|
|
1108
1133
|
name: "useIntervalFn",
|
|
1109
1134
|
"package": "shared",
|
|
1110
|
-
lastUpdated:
|
|
1135
|
+
lastUpdated: 1653324895000,
|
|
1111
1136
|
docs: "https://vueuse.org/shared/useIntervalFn/",
|
|
1112
1137
|
category: "Animation",
|
|
1113
1138
|
description: "wrapper for `setInterval` with controls"
|
|
@@ -1195,7 +1220,7 @@ var functions$1 = [
|
|
|
1195
1220
|
{
|
|
1196
1221
|
name: "useMediaQuery",
|
|
1197
1222
|
"package": "core",
|
|
1198
|
-
lastUpdated:
|
|
1223
|
+
lastUpdated: 1651956934000,
|
|
1199
1224
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1200
1225
|
category: "Browser",
|
|
1201
1226
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1257,7 +1282,7 @@ var functions$1 = [
|
|
|
1257
1282
|
{
|
|
1258
1283
|
name: "useMouseInElement",
|
|
1259
1284
|
"package": "core",
|
|
1260
|
-
lastUpdated:
|
|
1285
|
+
lastUpdated: 1653249796000,
|
|
1261
1286
|
component: true,
|
|
1262
1287
|
docs: "https://vueuse.org/core/useMouseInElement/",
|
|
1263
1288
|
category: "Elements",
|
|
@@ -1472,6 +1497,13 @@ var functions$1 = [
|
|
|
1472
1497
|
category: "@Firebase",
|
|
1473
1498
|
description: "reactive [Firebase Realtime Database](https://firebase.google.com/docs/database) binding"
|
|
1474
1499
|
},
|
|
1500
|
+
{
|
|
1501
|
+
name: "useSchemaOrg",
|
|
1502
|
+
"package": "schema-org",
|
|
1503
|
+
description: "update schema.org reactively.",
|
|
1504
|
+
category: "@SchemaOrg",
|
|
1505
|
+
external: "https://vue-schema-org.netlify.app/api/core/use-schema-org.html"
|
|
1506
|
+
},
|
|
1475
1507
|
{
|
|
1476
1508
|
name: "useScreenOrientation",
|
|
1477
1509
|
"package": "core",
|
|
@@ -1509,7 +1541,7 @@ var functions$1 = [
|
|
|
1509
1541
|
{
|
|
1510
1542
|
name: "useScrollLock",
|
|
1511
1543
|
"package": "core",
|
|
1512
|
-
lastUpdated:
|
|
1544
|
+
lastUpdated: 1652227755000,
|
|
1513
1545
|
directive: true,
|
|
1514
1546
|
docs: "https://vueuse.org/core/useScrollLock/",
|
|
1515
1547
|
category: "Sensors",
|
|
@@ -1717,7 +1749,7 @@ var functions$1 = [
|
|
|
1717
1749
|
{
|
|
1718
1750
|
name: "useUrlSearchParams",
|
|
1719
1751
|
"package": "core",
|
|
1720
|
-
lastUpdated:
|
|
1752
|
+
lastUpdated: 1652671269000,
|
|
1721
1753
|
docs: "https://vueuse.org/core/useUrlSearchParams/",
|
|
1722
1754
|
category: "Browser",
|
|
1723
1755
|
description: "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
|
@@ -1753,7 +1785,7 @@ var functions$1 = [
|
|
|
1753
1785
|
{
|
|
1754
1786
|
name: "useVModel",
|
|
1755
1787
|
"package": "core",
|
|
1756
|
-
lastUpdated:
|
|
1788
|
+
lastUpdated: 1653434335000,
|
|
1757
1789
|
docs: "https://vueuse.org/core/useVModel/",
|
|
1758
1790
|
category: "Component",
|
|
1759
1791
|
description: "shorthand for v-model binding"
|
|
@@ -1851,7 +1883,7 @@ var functions$1 = [
|
|
|
1851
1883
|
{
|
|
1852
1884
|
name: "utils",
|
|
1853
1885
|
"package": "shared",
|
|
1854
|
-
lastUpdated:
|
|
1886
|
+
lastUpdated: 1652598461000,
|
|
1855
1887
|
internal: true
|
|
1856
1888
|
},
|
|
1857
1889
|
{
|
|
@@ -1865,7 +1897,7 @@ var functions$1 = [
|
|
|
1865
1897
|
{
|
|
1866
1898
|
name: "watchDebounced",
|
|
1867
1899
|
"package": "shared",
|
|
1868
|
-
lastUpdated:
|
|
1900
|
+
lastUpdated: 1652047454000,
|
|
1869
1901
|
docs: "https://vueuse.org/shared/watchDebounced/",
|
|
1870
1902
|
category: "Watch",
|
|
1871
1903
|
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"
|
|
@@ -600,6 +608,15 @@
|
|
|
600
608
|
"category": "State",
|
|
601
609
|
"description": "reactive async state"
|
|
602
610
|
},
|
|
611
|
+
{
|
|
612
|
+
"name": "useAsyncValidator",
|
|
613
|
+
"package": "integrations",
|
|
614
|
+
"lastUpdated": 1654001397000,
|
|
615
|
+
"component": true,
|
|
616
|
+
"docs": "https://vueuse.org/integrations/useAsyncValidator/",
|
|
617
|
+
"category": "@Integrations",
|
|
618
|
+
"description": "wrapper for [`async-validator`](https://github.com/yiminghe/async-validator)"
|
|
619
|
+
},
|
|
603
620
|
{
|
|
604
621
|
"name": "useAuth",
|
|
605
622
|
"package": "firebase",
|
|
@@ -611,7 +628,7 @@
|
|
|
611
628
|
{
|
|
612
629
|
"name": "useAxios",
|
|
613
630
|
"package": "integrations",
|
|
614
|
-
"lastUpdated":
|
|
631
|
+
"lastUpdated": 1652670635000,
|
|
615
632
|
"docs": "https://vueuse.org/integrations/useAxios/",
|
|
616
633
|
"category": "@Integrations",
|
|
617
634
|
"description": "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
@@ -731,7 +748,7 @@
|
|
|
731
748
|
{
|
|
732
749
|
"name": "useCssVar",
|
|
733
750
|
"package": "core",
|
|
734
|
-
"lastUpdated":
|
|
751
|
+
"lastUpdated": 1654000791000,
|
|
735
752
|
"docs": "https://vueuse.org/core/useCssVar/",
|
|
736
753
|
"category": "Browser",
|
|
737
754
|
"description": "manipulate CSS variables"
|
|
@@ -867,6 +884,14 @@
|
|
|
867
884
|
"category": "@Integrations",
|
|
868
885
|
"description": "reactive instance for [drauu](https://github.com/antfu/drauu)"
|
|
869
886
|
},
|
|
887
|
+
{
|
|
888
|
+
"name": "useDropZone",
|
|
889
|
+
"package": "core",
|
|
890
|
+
"lastUpdated": 1654000449000,
|
|
891
|
+
"docs": "https://vueuse.org/core/useDropZone/",
|
|
892
|
+
"category": "Elements",
|
|
893
|
+
"description": "create an zone where files can be dropped"
|
|
894
|
+
},
|
|
870
895
|
{
|
|
871
896
|
"name": "useElementBounding",
|
|
872
897
|
"package": "core",
|
|
@@ -971,7 +996,7 @@
|
|
|
971
996
|
{
|
|
972
997
|
"name": "useFetch",
|
|
973
998
|
"package": "core",
|
|
974
|
-
"lastUpdated":
|
|
999
|
+
"lastUpdated": 1652671302000,
|
|
975
1000
|
"docs": "https://vueuse.org/core/useFetch/",
|
|
976
1001
|
"category": "Network",
|
|
977
1002
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -995,7 +1020,7 @@
|
|
|
995
1020
|
{
|
|
996
1021
|
"name": "useFocus",
|
|
997
1022
|
"package": "core",
|
|
998
|
-
"lastUpdated":
|
|
1023
|
+
"lastUpdated": 1652671318000,
|
|
999
1024
|
"docs": "https://vueuse.org/core/useFocus/",
|
|
1000
1025
|
"category": "Sensors",
|
|
1001
1026
|
"description": "reactive utility to track or set the focus state of a DOM element"
|
|
@@ -1078,7 +1103,7 @@
|
|
|
1078
1103
|
{
|
|
1079
1104
|
"name": "useInfiniteScroll",
|
|
1080
1105
|
"package": "core",
|
|
1081
|
-
"lastUpdated":
|
|
1106
|
+
"lastUpdated": 1654001422000,
|
|
1082
1107
|
"directive": true,
|
|
1083
1108
|
"docs": "https://vueuse.org/core/useInfiniteScroll/",
|
|
1084
1109
|
"category": "Sensors",
|
|
@@ -1104,7 +1129,7 @@
|
|
|
1104
1129
|
{
|
|
1105
1130
|
"name": "useIntervalFn",
|
|
1106
1131
|
"package": "shared",
|
|
1107
|
-
"lastUpdated":
|
|
1132
|
+
"lastUpdated": 1653324895000,
|
|
1108
1133
|
"docs": "https://vueuse.org/shared/useIntervalFn/",
|
|
1109
1134
|
"category": "Animation",
|
|
1110
1135
|
"description": "wrapper for `setInterval` with controls"
|
|
@@ -1192,7 +1217,7 @@
|
|
|
1192
1217
|
{
|
|
1193
1218
|
"name": "useMediaQuery",
|
|
1194
1219
|
"package": "core",
|
|
1195
|
-
"lastUpdated":
|
|
1220
|
+
"lastUpdated": 1651956934000,
|
|
1196
1221
|
"docs": "https://vueuse.org/core/useMediaQuery/",
|
|
1197
1222
|
"category": "Browser",
|
|
1198
1223
|
"description": "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1254,7 +1279,7 @@
|
|
|
1254
1279
|
{
|
|
1255
1280
|
"name": "useMouseInElement",
|
|
1256
1281
|
"package": "core",
|
|
1257
|
-
"lastUpdated":
|
|
1282
|
+
"lastUpdated": 1653249796000,
|
|
1258
1283
|
"component": true,
|
|
1259
1284
|
"docs": "https://vueuse.org/core/useMouseInElement/",
|
|
1260
1285
|
"category": "Elements",
|
|
@@ -1469,6 +1494,13 @@
|
|
|
1469
1494
|
"category": "@Firebase",
|
|
1470
1495
|
"description": "reactive [Firebase Realtime Database](https://firebase.google.com/docs/database) binding"
|
|
1471
1496
|
},
|
|
1497
|
+
{
|
|
1498
|
+
"name": "useSchemaOrg",
|
|
1499
|
+
"package": "schema-org",
|
|
1500
|
+
"description": "update schema.org reactively.",
|
|
1501
|
+
"category": "@SchemaOrg",
|
|
1502
|
+
"external": "https://vue-schema-org.netlify.app/api/core/use-schema-org.html"
|
|
1503
|
+
},
|
|
1472
1504
|
{
|
|
1473
1505
|
"name": "useScreenOrientation",
|
|
1474
1506
|
"package": "core",
|
|
@@ -1506,7 +1538,7 @@
|
|
|
1506
1538
|
{
|
|
1507
1539
|
"name": "useScrollLock",
|
|
1508
1540
|
"package": "core",
|
|
1509
|
-
"lastUpdated":
|
|
1541
|
+
"lastUpdated": 1652227755000,
|
|
1510
1542
|
"directive": true,
|
|
1511
1543
|
"docs": "https://vueuse.org/core/useScrollLock/",
|
|
1512
1544
|
"category": "Sensors",
|
|
@@ -1714,7 +1746,7 @@
|
|
|
1714
1746
|
{
|
|
1715
1747
|
"name": "useUrlSearchParams",
|
|
1716
1748
|
"package": "core",
|
|
1717
|
-
"lastUpdated":
|
|
1749
|
+
"lastUpdated": 1652671269000,
|
|
1718
1750
|
"docs": "https://vueuse.org/core/useUrlSearchParams/",
|
|
1719
1751
|
"category": "Browser",
|
|
1720
1752
|
"description": "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
|
@@ -1750,7 +1782,7 @@
|
|
|
1750
1782
|
{
|
|
1751
1783
|
"name": "useVModel",
|
|
1752
1784
|
"package": "core",
|
|
1753
|
-
"lastUpdated":
|
|
1785
|
+
"lastUpdated": 1653434335000,
|
|
1754
1786
|
"docs": "https://vueuse.org/core/useVModel/",
|
|
1755
1787
|
"category": "Component",
|
|
1756
1788
|
"description": "shorthand for v-model binding"
|
|
@@ -1848,7 +1880,7 @@
|
|
|
1848
1880
|
{
|
|
1849
1881
|
"name": "utils",
|
|
1850
1882
|
"package": "shared",
|
|
1851
|
-
"lastUpdated":
|
|
1883
|
+
"lastUpdated": 1652598461000,
|
|
1852
1884
|
"internal": true
|
|
1853
1885
|
},
|
|
1854
1886
|
{
|
|
@@ -1862,7 +1894,7 @@
|
|
|
1862
1894
|
{
|
|
1863
1895
|
"name": "watchDebounced",
|
|
1864
1896
|
"package": "shared",
|
|
1865
|
-
"lastUpdated":
|
|
1897
|
+
"lastUpdated": 1652047454000,
|
|
1866
1898
|
"docs": "https://vueuse.org/shared/watchDebounced/",
|
|
1867
1899
|
"category": "Watch",
|
|
1868
1900
|
"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"
|
|
@@ -599,6 +607,15 @@ var functions$1 = [
|
|
|
599
607
|
category: "State",
|
|
600
608
|
description: "reactive async state"
|
|
601
609
|
},
|
|
610
|
+
{
|
|
611
|
+
name: "useAsyncValidator",
|
|
612
|
+
"package": "integrations",
|
|
613
|
+
lastUpdated: 1654001397000,
|
|
614
|
+
component: true,
|
|
615
|
+
docs: "https://vueuse.org/integrations/useAsyncValidator/",
|
|
616
|
+
category: "@Integrations",
|
|
617
|
+
description: "wrapper for [`async-validator`](https://github.com/yiminghe/async-validator)"
|
|
618
|
+
},
|
|
602
619
|
{
|
|
603
620
|
name: "useAuth",
|
|
604
621
|
"package": "firebase",
|
|
@@ -610,7 +627,7 @@ var functions$1 = [
|
|
|
610
627
|
{
|
|
611
628
|
name: "useAxios",
|
|
612
629
|
"package": "integrations",
|
|
613
|
-
lastUpdated:
|
|
630
|
+
lastUpdated: 1652670635000,
|
|
614
631
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
615
632
|
category: "@Integrations",
|
|
616
633
|
description: "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
@@ -730,7 +747,7 @@ var functions$1 = [
|
|
|
730
747
|
{
|
|
731
748
|
name: "useCssVar",
|
|
732
749
|
"package": "core",
|
|
733
|
-
lastUpdated:
|
|
750
|
+
lastUpdated: 1654000791000,
|
|
734
751
|
docs: "https://vueuse.org/core/useCssVar/",
|
|
735
752
|
category: "Browser",
|
|
736
753
|
description: "manipulate CSS variables"
|
|
@@ -866,6 +883,14 @@ var functions$1 = [
|
|
|
866
883
|
category: "@Integrations",
|
|
867
884
|
description: "reactive instance for [drauu](https://github.com/antfu/drauu)"
|
|
868
885
|
},
|
|
886
|
+
{
|
|
887
|
+
name: "useDropZone",
|
|
888
|
+
"package": "core",
|
|
889
|
+
lastUpdated: 1654000449000,
|
|
890
|
+
docs: "https://vueuse.org/core/useDropZone/",
|
|
891
|
+
category: "Elements",
|
|
892
|
+
description: "create an zone where files can be dropped"
|
|
893
|
+
},
|
|
869
894
|
{
|
|
870
895
|
name: "useElementBounding",
|
|
871
896
|
"package": "core",
|
|
@@ -970,7 +995,7 @@ var functions$1 = [
|
|
|
970
995
|
{
|
|
971
996
|
name: "useFetch",
|
|
972
997
|
"package": "core",
|
|
973
|
-
lastUpdated:
|
|
998
|
+
lastUpdated: 1652671302000,
|
|
974
999
|
docs: "https://vueuse.org/core/useFetch/",
|
|
975
1000
|
category: "Network",
|
|
976
1001
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -994,7 +1019,7 @@ var functions$1 = [
|
|
|
994
1019
|
{
|
|
995
1020
|
name: "useFocus",
|
|
996
1021
|
"package": "core",
|
|
997
|
-
lastUpdated:
|
|
1022
|
+
lastUpdated: 1652671318000,
|
|
998
1023
|
docs: "https://vueuse.org/core/useFocus/",
|
|
999
1024
|
category: "Sensors",
|
|
1000
1025
|
description: "reactive utility to track or set the focus state of a DOM element"
|
|
@@ -1077,7 +1102,7 @@ var functions$1 = [
|
|
|
1077
1102
|
{
|
|
1078
1103
|
name: "useInfiniteScroll",
|
|
1079
1104
|
"package": "core",
|
|
1080
|
-
lastUpdated:
|
|
1105
|
+
lastUpdated: 1654001422000,
|
|
1081
1106
|
directive: true,
|
|
1082
1107
|
docs: "https://vueuse.org/core/useInfiniteScroll/",
|
|
1083
1108
|
category: "Sensors",
|
|
@@ -1103,7 +1128,7 @@ var functions$1 = [
|
|
|
1103
1128
|
{
|
|
1104
1129
|
name: "useIntervalFn",
|
|
1105
1130
|
"package": "shared",
|
|
1106
|
-
lastUpdated:
|
|
1131
|
+
lastUpdated: 1653324895000,
|
|
1107
1132
|
docs: "https://vueuse.org/shared/useIntervalFn/",
|
|
1108
1133
|
category: "Animation",
|
|
1109
1134
|
description: "wrapper for `setInterval` with controls"
|
|
@@ -1191,7 +1216,7 @@ var functions$1 = [
|
|
|
1191
1216
|
{
|
|
1192
1217
|
name: "useMediaQuery",
|
|
1193
1218
|
"package": "core",
|
|
1194
|
-
lastUpdated:
|
|
1219
|
+
lastUpdated: 1651956934000,
|
|
1195
1220
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1196
1221
|
category: "Browser",
|
|
1197
1222
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1253,7 +1278,7 @@ var functions$1 = [
|
|
|
1253
1278
|
{
|
|
1254
1279
|
name: "useMouseInElement",
|
|
1255
1280
|
"package": "core",
|
|
1256
|
-
lastUpdated:
|
|
1281
|
+
lastUpdated: 1653249796000,
|
|
1257
1282
|
component: true,
|
|
1258
1283
|
docs: "https://vueuse.org/core/useMouseInElement/",
|
|
1259
1284
|
category: "Elements",
|
|
@@ -1468,6 +1493,13 @@ var functions$1 = [
|
|
|
1468
1493
|
category: "@Firebase",
|
|
1469
1494
|
description: "reactive [Firebase Realtime Database](https://firebase.google.com/docs/database) binding"
|
|
1470
1495
|
},
|
|
1496
|
+
{
|
|
1497
|
+
name: "useSchemaOrg",
|
|
1498
|
+
"package": "schema-org",
|
|
1499
|
+
description: "update schema.org reactively.",
|
|
1500
|
+
category: "@SchemaOrg",
|
|
1501
|
+
external: "https://vue-schema-org.netlify.app/api/core/use-schema-org.html"
|
|
1502
|
+
},
|
|
1471
1503
|
{
|
|
1472
1504
|
name: "useScreenOrientation",
|
|
1473
1505
|
"package": "core",
|
|
@@ -1505,7 +1537,7 @@ var functions$1 = [
|
|
|
1505
1537
|
{
|
|
1506
1538
|
name: "useScrollLock",
|
|
1507
1539
|
"package": "core",
|
|
1508
|
-
lastUpdated:
|
|
1540
|
+
lastUpdated: 1652227755000,
|
|
1509
1541
|
directive: true,
|
|
1510
1542
|
docs: "https://vueuse.org/core/useScrollLock/",
|
|
1511
1543
|
category: "Sensors",
|
|
@@ -1713,7 +1745,7 @@ var functions$1 = [
|
|
|
1713
1745
|
{
|
|
1714
1746
|
name: "useUrlSearchParams",
|
|
1715
1747
|
"package": "core",
|
|
1716
|
-
lastUpdated:
|
|
1748
|
+
lastUpdated: 1652671269000,
|
|
1717
1749
|
docs: "https://vueuse.org/core/useUrlSearchParams/",
|
|
1718
1750
|
category: "Browser",
|
|
1719
1751
|
description: "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
|
@@ -1749,7 +1781,7 @@ var functions$1 = [
|
|
|
1749
1781
|
{
|
|
1750
1782
|
name: "useVModel",
|
|
1751
1783
|
"package": "core",
|
|
1752
|
-
lastUpdated:
|
|
1784
|
+
lastUpdated: 1653434335000,
|
|
1753
1785
|
docs: "https://vueuse.org/core/useVModel/",
|
|
1754
1786
|
category: "Component",
|
|
1755
1787
|
description: "shorthand for v-model binding"
|
|
@@ -1847,7 +1879,7 @@ var functions$1 = [
|
|
|
1847
1879
|
{
|
|
1848
1880
|
name: "utils",
|
|
1849
1881
|
"package": "shared",
|
|
1850
|
-
lastUpdated:
|
|
1882
|
+
lastUpdated: 1652598461000,
|
|
1851
1883
|
internal: true
|
|
1852
1884
|
},
|
|
1853
1885
|
{
|
|
@@ -1861,7 +1893,7 @@ var functions$1 = [
|
|
|
1861
1893
|
{
|
|
1862
1894
|
name: "watchDebounced",
|
|
1863
1895
|
"package": "shared",
|
|
1864
|
-
lastUpdated:
|
|
1896
|
+
lastUpdated: 1652047454000,
|
|
1865
1897
|
docs: "https://vueuse.org/shared/watchDebounced/",
|
|
1866
1898
|
category: "Watch",
|
|
1867
1899
|
description: "debounced watch",
|
package/package.json
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vueuse/metadata",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.6.0",
|
|
4
4
|
"description": "Metadata for VueUse functions",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"vue",
|
|
7
|
-
"vue-use"
|
|
8
|
-
],
|
|
9
|
-
"license": "MIT",
|
|
10
5
|
"author": "Anthony Fu <https://github.com/antfu>",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"funding": "https://github.com/sponsors/antfu",
|
|
8
|
+
"homepage": "https://github.com/vueuse/vueuse/tree/main/packages/metadata#readme",
|
|
11
9
|
"repository": {
|
|
12
10
|
"type": "git",
|
|
13
11
|
"url": "git+https://github.com/vueuse/vueuse.git",
|
|
14
12
|
"directory": "packages/metadata"
|
|
15
13
|
},
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
"
|
|
14
|
+
"bugs": {
|
|
15
|
+
"url": "https://github.com/vueuse/vueuse/issues"
|
|
16
|
+
},
|
|
17
|
+
"keywords": [
|
|
18
|
+
"vue",
|
|
19
|
+
"vue-use"
|
|
20
|
+
],
|
|
21
|
+
"sideEffects": false,
|
|
20
22
|
"exports": {
|
|
21
23
|
".": {
|
|
24
|
+
"types": "./index.d.ts",
|
|
22
25
|
"import": "./index.mjs",
|
|
23
|
-
"require": "./index.cjs"
|
|
24
|
-
"types": "./index.d.ts"
|
|
26
|
+
"require": "./index.cjs"
|
|
25
27
|
},
|
|
26
28
|
"./*": "./*"
|
|
27
29
|
},
|
|
30
|
+
"main": "./index.cjs",
|
|
31
|
+
"module": "./index.mjs",
|
|
32
|
+
"types": "./index.d.ts",
|
|
28
33
|
"files": [
|
|
29
34
|
"index.*"
|
|
30
35
|
],
|
|
31
|
-
"sideEffects": false,
|
|
32
36
|
"scripts": {
|
|
33
37
|
"update": "esno scripts/update.ts"
|
|
34
|
-
}
|
|
35
|
-
"bugs": {
|
|
36
|
-
"url": "https://github.com/vueuse/vueuse/issues"
|
|
37
|
-
},
|
|
38
|
-
"homepage": "https://github.com/vueuse/vueuse/tree/main/packages/metadata#readme"
|
|
38
|
+
}
|
|
39
39
|
}
|