@vueuse/metadata 8.5.0 → 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 +22 -5
- package/index.json +22 -5
- package/index.mjs +22 -5
- package/package.json +18 -18
package/index.cjs
CHANGED
|
@@ -611,6 +611,15 @@ var functions$1 = [
|
|
|
611
611
|
category: "State",
|
|
612
612
|
description: "reactive async state"
|
|
613
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
|
+
},
|
|
614
623
|
{
|
|
615
624
|
name: "useAuth",
|
|
616
625
|
"package": "firebase",
|
|
@@ -742,7 +751,7 @@ var functions$1 = [
|
|
|
742
751
|
{
|
|
743
752
|
name: "useCssVar",
|
|
744
753
|
"package": "core",
|
|
745
|
-
lastUpdated:
|
|
754
|
+
lastUpdated: 1654000791000,
|
|
746
755
|
docs: "https://vueuse.org/core/useCssVar/",
|
|
747
756
|
category: "Browser",
|
|
748
757
|
description: "manipulate CSS variables"
|
|
@@ -878,6 +887,14 @@ var functions$1 = [
|
|
|
878
887
|
category: "@Integrations",
|
|
879
888
|
description: "reactive instance for [drauu](https://github.com/antfu/drauu)"
|
|
880
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
|
+
},
|
|
881
898
|
{
|
|
882
899
|
name: "useElementBounding",
|
|
883
900
|
"package": "core",
|
|
@@ -1089,7 +1106,7 @@ var functions$1 = [
|
|
|
1089
1106
|
{
|
|
1090
1107
|
name: "useInfiniteScroll",
|
|
1091
1108
|
"package": "core",
|
|
1092
|
-
lastUpdated:
|
|
1109
|
+
lastUpdated: 1654001422000,
|
|
1093
1110
|
directive: true,
|
|
1094
1111
|
docs: "https://vueuse.org/core/useInfiniteScroll/",
|
|
1095
1112
|
category: "Sensors",
|
|
@@ -1115,7 +1132,7 @@ var functions$1 = [
|
|
|
1115
1132
|
{
|
|
1116
1133
|
name: "useIntervalFn",
|
|
1117
1134
|
"package": "shared",
|
|
1118
|
-
lastUpdated:
|
|
1135
|
+
lastUpdated: 1653324895000,
|
|
1119
1136
|
docs: "https://vueuse.org/shared/useIntervalFn/",
|
|
1120
1137
|
category: "Animation",
|
|
1121
1138
|
description: "wrapper for `setInterval` with controls"
|
|
@@ -1265,7 +1282,7 @@ var functions$1 = [
|
|
|
1265
1282
|
{
|
|
1266
1283
|
name: "useMouseInElement",
|
|
1267
1284
|
"package": "core",
|
|
1268
|
-
lastUpdated:
|
|
1285
|
+
lastUpdated: 1653249796000,
|
|
1269
1286
|
component: true,
|
|
1270
1287
|
docs: "https://vueuse.org/core/useMouseInElement/",
|
|
1271
1288
|
category: "Elements",
|
|
@@ -1768,7 +1785,7 @@ var functions$1 = [
|
|
|
1768
1785
|
{
|
|
1769
1786
|
name: "useVModel",
|
|
1770
1787
|
"package": "core",
|
|
1771
|
-
lastUpdated:
|
|
1788
|
+
lastUpdated: 1653434335000,
|
|
1772
1789
|
docs: "https://vueuse.org/core/useVModel/",
|
|
1773
1790
|
category: "Component",
|
|
1774
1791
|
description: "shorthand for v-model binding"
|
package/index.json
CHANGED
|
@@ -608,6 +608,15 @@
|
|
|
608
608
|
"category": "State",
|
|
609
609
|
"description": "reactive async state"
|
|
610
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
|
+
},
|
|
611
620
|
{
|
|
612
621
|
"name": "useAuth",
|
|
613
622
|
"package": "firebase",
|
|
@@ -739,7 +748,7 @@
|
|
|
739
748
|
{
|
|
740
749
|
"name": "useCssVar",
|
|
741
750
|
"package": "core",
|
|
742
|
-
"lastUpdated":
|
|
751
|
+
"lastUpdated": 1654000791000,
|
|
743
752
|
"docs": "https://vueuse.org/core/useCssVar/",
|
|
744
753
|
"category": "Browser",
|
|
745
754
|
"description": "manipulate CSS variables"
|
|
@@ -875,6 +884,14 @@
|
|
|
875
884
|
"category": "@Integrations",
|
|
876
885
|
"description": "reactive instance for [drauu](https://github.com/antfu/drauu)"
|
|
877
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
|
+
},
|
|
878
895
|
{
|
|
879
896
|
"name": "useElementBounding",
|
|
880
897
|
"package": "core",
|
|
@@ -1086,7 +1103,7 @@
|
|
|
1086
1103
|
{
|
|
1087
1104
|
"name": "useInfiniteScroll",
|
|
1088
1105
|
"package": "core",
|
|
1089
|
-
"lastUpdated":
|
|
1106
|
+
"lastUpdated": 1654001422000,
|
|
1090
1107
|
"directive": true,
|
|
1091
1108
|
"docs": "https://vueuse.org/core/useInfiniteScroll/",
|
|
1092
1109
|
"category": "Sensors",
|
|
@@ -1112,7 +1129,7 @@
|
|
|
1112
1129
|
{
|
|
1113
1130
|
"name": "useIntervalFn",
|
|
1114
1131
|
"package": "shared",
|
|
1115
|
-
"lastUpdated":
|
|
1132
|
+
"lastUpdated": 1653324895000,
|
|
1116
1133
|
"docs": "https://vueuse.org/shared/useIntervalFn/",
|
|
1117
1134
|
"category": "Animation",
|
|
1118
1135
|
"description": "wrapper for `setInterval` with controls"
|
|
@@ -1262,7 +1279,7 @@
|
|
|
1262
1279
|
{
|
|
1263
1280
|
"name": "useMouseInElement",
|
|
1264
1281
|
"package": "core",
|
|
1265
|
-
"lastUpdated":
|
|
1282
|
+
"lastUpdated": 1653249796000,
|
|
1266
1283
|
"component": true,
|
|
1267
1284
|
"docs": "https://vueuse.org/core/useMouseInElement/",
|
|
1268
1285
|
"category": "Elements",
|
|
@@ -1765,7 +1782,7 @@
|
|
|
1765
1782
|
{
|
|
1766
1783
|
"name": "useVModel",
|
|
1767
1784
|
"package": "core",
|
|
1768
|
-
"lastUpdated":
|
|
1785
|
+
"lastUpdated": 1653434335000,
|
|
1769
1786
|
"docs": "https://vueuse.org/core/useVModel/",
|
|
1770
1787
|
"category": "Component",
|
|
1771
1788
|
"description": "shorthand for v-model binding"
|
package/index.mjs
CHANGED
|
@@ -607,6 +607,15 @@ var functions$1 = [
|
|
|
607
607
|
category: "State",
|
|
608
608
|
description: "reactive async state"
|
|
609
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
|
+
},
|
|
610
619
|
{
|
|
611
620
|
name: "useAuth",
|
|
612
621
|
"package": "firebase",
|
|
@@ -738,7 +747,7 @@ var functions$1 = [
|
|
|
738
747
|
{
|
|
739
748
|
name: "useCssVar",
|
|
740
749
|
"package": "core",
|
|
741
|
-
lastUpdated:
|
|
750
|
+
lastUpdated: 1654000791000,
|
|
742
751
|
docs: "https://vueuse.org/core/useCssVar/",
|
|
743
752
|
category: "Browser",
|
|
744
753
|
description: "manipulate CSS variables"
|
|
@@ -874,6 +883,14 @@ var functions$1 = [
|
|
|
874
883
|
category: "@Integrations",
|
|
875
884
|
description: "reactive instance for [drauu](https://github.com/antfu/drauu)"
|
|
876
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
|
+
},
|
|
877
894
|
{
|
|
878
895
|
name: "useElementBounding",
|
|
879
896
|
"package": "core",
|
|
@@ -1085,7 +1102,7 @@ var functions$1 = [
|
|
|
1085
1102
|
{
|
|
1086
1103
|
name: "useInfiniteScroll",
|
|
1087
1104
|
"package": "core",
|
|
1088
|
-
lastUpdated:
|
|
1105
|
+
lastUpdated: 1654001422000,
|
|
1089
1106
|
directive: true,
|
|
1090
1107
|
docs: "https://vueuse.org/core/useInfiniteScroll/",
|
|
1091
1108
|
category: "Sensors",
|
|
@@ -1111,7 +1128,7 @@ var functions$1 = [
|
|
|
1111
1128
|
{
|
|
1112
1129
|
name: "useIntervalFn",
|
|
1113
1130
|
"package": "shared",
|
|
1114
|
-
lastUpdated:
|
|
1131
|
+
lastUpdated: 1653324895000,
|
|
1115
1132
|
docs: "https://vueuse.org/shared/useIntervalFn/",
|
|
1116
1133
|
category: "Animation",
|
|
1117
1134
|
description: "wrapper for `setInterval` with controls"
|
|
@@ -1261,7 +1278,7 @@ var functions$1 = [
|
|
|
1261
1278
|
{
|
|
1262
1279
|
name: "useMouseInElement",
|
|
1263
1280
|
"package": "core",
|
|
1264
|
-
lastUpdated:
|
|
1281
|
+
lastUpdated: 1653249796000,
|
|
1265
1282
|
component: true,
|
|
1266
1283
|
docs: "https://vueuse.org/core/useMouseInElement/",
|
|
1267
1284
|
category: "Elements",
|
|
@@ -1764,7 +1781,7 @@ var functions$1 = [
|
|
|
1764
1781
|
{
|
|
1765
1782
|
name: "useVModel",
|
|
1766
1783
|
"package": "core",
|
|
1767
|
-
lastUpdated:
|
|
1784
|
+
lastUpdated: 1653434335000,
|
|
1768
1785
|
docs: "https://vueuse.org/core/useVModel/",
|
|
1769
1786
|
category: "Component",
|
|
1770
1787
|
description: "shorthand for v-model binding"
|
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
|
}
|