@vueuse/metadata 8.0.0-beta.2 → 8.0.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 +27 -10
- package/index.json +27 -10
- package/index.mjs +27 -10
- package/package.json +8 -8
package/index.cjs
CHANGED
|
@@ -580,7 +580,7 @@ var functions$1 = [
|
|
|
580
580
|
{
|
|
581
581
|
name: "useAsyncState",
|
|
582
582
|
"package": "core",
|
|
583
|
-
lastUpdated:
|
|
583
|
+
lastUpdated: 1646822437000,
|
|
584
584
|
docs: "https://vueuse.org/core/useAsyncState/",
|
|
585
585
|
category: "State",
|
|
586
586
|
description: "reactive async state"
|
|
@@ -596,7 +596,7 @@ var functions$1 = [
|
|
|
596
596
|
{
|
|
597
597
|
name: "useAxios",
|
|
598
598
|
"package": "integrations",
|
|
599
|
-
lastUpdated:
|
|
599
|
+
lastUpdated: 1646982997000,
|
|
600
600
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
601
601
|
category: "@Integrations",
|
|
602
602
|
description: "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
@@ -651,6 +651,14 @@ var functions$1 = [
|
|
|
651
651
|
category: "Utilities",
|
|
652
652
|
description: "cache a ref with a custom comparator"
|
|
653
653
|
},
|
|
654
|
+
{
|
|
655
|
+
name: "useChangeCase",
|
|
656
|
+
"package": "integrations",
|
|
657
|
+
lastUpdated: 1646640858000,
|
|
658
|
+
docs: "https://vueuse.org/integrations/useChangeCase/",
|
|
659
|
+
category: "@Integrations",
|
|
660
|
+
description: "wrapper for [`change-case`](https://github.com/blakeembrey/change-case)"
|
|
661
|
+
},
|
|
654
662
|
{
|
|
655
663
|
name: "useClamp",
|
|
656
664
|
"package": "core",
|
|
@@ -662,7 +670,7 @@ var functions$1 = [
|
|
|
662
670
|
{
|
|
663
671
|
name: "useClipboard",
|
|
664
672
|
"package": "core",
|
|
665
|
-
lastUpdated:
|
|
673
|
+
lastUpdated: 1647220329000,
|
|
666
674
|
docs: "https://vueuse.org/core/useClipboard/",
|
|
667
675
|
category: "Browser",
|
|
668
676
|
description: "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
@@ -822,7 +830,7 @@ var functions$1 = [
|
|
|
822
830
|
{
|
|
823
831
|
name: "useDraggable",
|
|
824
832
|
"package": "core",
|
|
825
|
-
lastUpdated:
|
|
833
|
+
lastUpdated: 1646979642000,
|
|
826
834
|
component: true,
|
|
827
835
|
docs: "https://vueuse.org/core/useDraggable/",
|
|
828
836
|
category: "Elements",
|
|
@@ -867,6 +875,7 @@ var functions$1 = [
|
|
|
867
875
|
"package": "core",
|
|
868
876
|
lastUpdated: 1644734119000,
|
|
869
877
|
component: true,
|
|
878
|
+
directive: true,
|
|
870
879
|
docs: "https://vueuse.org/core/useElementSize/",
|
|
871
880
|
category: "Elements",
|
|
872
881
|
description: "reactive size of an HTML element"
|
|
@@ -938,11 +947,19 @@ var functions$1 = [
|
|
|
938
947
|
{
|
|
939
948
|
name: "useFetch",
|
|
940
949
|
"package": "core",
|
|
941
|
-
lastUpdated:
|
|
950
|
+
lastUpdated: 1647220338000,
|
|
942
951
|
docs: "https://vueuse.org/core/useFetch/",
|
|
943
952
|
category: "Network",
|
|
944
953
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
945
954
|
},
|
|
955
|
+
{
|
|
956
|
+
name: "useFileSystemAccess",
|
|
957
|
+
"package": "core",
|
|
958
|
+
lastUpdated: 1646983790000,
|
|
959
|
+
docs: "https://vueuse.org/core/useFileSystemAccess/",
|
|
960
|
+
category: "Browser",
|
|
961
|
+
description: "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
962
|
+
},
|
|
946
963
|
{
|
|
947
964
|
name: "useFirestore",
|
|
948
965
|
"package": "firebase",
|
|
@@ -1046,7 +1063,7 @@ var functions$1 = [
|
|
|
1046
1063
|
{
|
|
1047
1064
|
name: "useIntersectionObserver",
|
|
1048
1065
|
"package": "core",
|
|
1049
|
-
lastUpdated:
|
|
1066
|
+
lastUpdated: 1647220329000,
|
|
1050
1067
|
directive: true,
|
|
1051
1068
|
docs: "https://vueuse.org/core/useIntersectionObserver/",
|
|
1052
1069
|
category: "Elements",
|
|
@@ -1151,7 +1168,7 @@ var functions$1 = [
|
|
|
1151
1168
|
{
|
|
1152
1169
|
name: "useMediaQuery",
|
|
1153
1170
|
"package": "core",
|
|
1154
|
-
lastUpdated:
|
|
1171
|
+
lastUpdated: 1647219701000,
|
|
1155
1172
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1156
1173
|
category: "Browser",
|
|
1157
1174
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1231,7 +1248,7 @@ var functions$1 = [
|
|
|
1231
1248
|
{
|
|
1232
1249
|
name: "useMutationObserver",
|
|
1233
1250
|
"package": "core",
|
|
1234
|
-
lastUpdated:
|
|
1251
|
+
lastUpdated: 1647220329000,
|
|
1235
1252
|
docs: "https://vueuse.org/core/useMutationObserver/",
|
|
1236
1253
|
category: "Elements",
|
|
1237
1254
|
description: "watch for changes being made to the DOM tree"
|
|
@@ -1399,7 +1416,7 @@ var functions$1 = [
|
|
|
1399
1416
|
{
|
|
1400
1417
|
name: "useResizeObserver",
|
|
1401
1418
|
"package": "core",
|
|
1402
|
-
lastUpdated:
|
|
1419
|
+
lastUpdated: 1647220329000,
|
|
1403
1420
|
docs: "https://vueuse.org/core/useResizeObserver/",
|
|
1404
1421
|
category: "Elements",
|
|
1405
1422
|
description: "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -1741,7 +1758,7 @@ var functions$1 = [
|
|
|
1741
1758
|
{
|
|
1742
1759
|
name: "useWebWorker",
|
|
1743
1760
|
"package": "core",
|
|
1744
|
-
lastUpdated:
|
|
1761
|
+
lastUpdated: 1647220329000,
|
|
1745
1762
|
docs: "https://vueuse.org/core/useWebWorker/",
|
|
1746
1763
|
category: "Misc",
|
|
1747
1764
|
description: "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication"
|
package/index.json
CHANGED
|
@@ -577,7 +577,7 @@
|
|
|
577
577
|
{
|
|
578
578
|
"name": "useAsyncState",
|
|
579
579
|
"package": "core",
|
|
580
|
-
"lastUpdated":
|
|
580
|
+
"lastUpdated": 1646822437000,
|
|
581
581
|
"docs": "https://vueuse.org/core/useAsyncState/",
|
|
582
582
|
"category": "State",
|
|
583
583
|
"description": "reactive async state"
|
|
@@ -593,7 +593,7 @@
|
|
|
593
593
|
{
|
|
594
594
|
"name": "useAxios",
|
|
595
595
|
"package": "integrations",
|
|
596
|
-
"lastUpdated":
|
|
596
|
+
"lastUpdated": 1646982997000,
|
|
597
597
|
"docs": "https://vueuse.org/integrations/useAxios/",
|
|
598
598
|
"category": "@Integrations",
|
|
599
599
|
"description": "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
@@ -648,6 +648,14 @@
|
|
|
648
648
|
"category": "Utilities",
|
|
649
649
|
"description": "cache a ref with a custom comparator"
|
|
650
650
|
},
|
|
651
|
+
{
|
|
652
|
+
"name": "useChangeCase",
|
|
653
|
+
"package": "integrations",
|
|
654
|
+
"lastUpdated": 1646640858000,
|
|
655
|
+
"docs": "https://vueuse.org/integrations/useChangeCase/",
|
|
656
|
+
"category": "@Integrations",
|
|
657
|
+
"description": "wrapper for [`change-case`](https://github.com/blakeembrey/change-case)"
|
|
658
|
+
},
|
|
651
659
|
{
|
|
652
660
|
"name": "useClamp",
|
|
653
661
|
"package": "core",
|
|
@@ -659,7 +667,7 @@
|
|
|
659
667
|
{
|
|
660
668
|
"name": "useClipboard",
|
|
661
669
|
"package": "core",
|
|
662
|
-
"lastUpdated":
|
|
670
|
+
"lastUpdated": 1647220329000,
|
|
663
671
|
"docs": "https://vueuse.org/core/useClipboard/",
|
|
664
672
|
"category": "Browser",
|
|
665
673
|
"description": "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
@@ -819,7 +827,7 @@
|
|
|
819
827
|
{
|
|
820
828
|
"name": "useDraggable",
|
|
821
829
|
"package": "core",
|
|
822
|
-
"lastUpdated":
|
|
830
|
+
"lastUpdated": 1646979642000,
|
|
823
831
|
"component": true,
|
|
824
832
|
"docs": "https://vueuse.org/core/useDraggable/",
|
|
825
833
|
"category": "Elements",
|
|
@@ -864,6 +872,7 @@
|
|
|
864
872
|
"package": "core",
|
|
865
873
|
"lastUpdated": 1644734119000,
|
|
866
874
|
"component": true,
|
|
875
|
+
"directive": true,
|
|
867
876
|
"docs": "https://vueuse.org/core/useElementSize/",
|
|
868
877
|
"category": "Elements",
|
|
869
878
|
"description": "reactive size of an HTML element"
|
|
@@ -935,11 +944,19 @@
|
|
|
935
944
|
{
|
|
936
945
|
"name": "useFetch",
|
|
937
946
|
"package": "core",
|
|
938
|
-
"lastUpdated":
|
|
947
|
+
"lastUpdated": 1647220338000,
|
|
939
948
|
"docs": "https://vueuse.org/core/useFetch/",
|
|
940
949
|
"category": "Network",
|
|
941
950
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
942
951
|
},
|
|
952
|
+
{
|
|
953
|
+
"name": "useFileSystemAccess",
|
|
954
|
+
"package": "core",
|
|
955
|
+
"lastUpdated": 1646983790000,
|
|
956
|
+
"docs": "https://vueuse.org/core/useFileSystemAccess/",
|
|
957
|
+
"category": "Browser",
|
|
958
|
+
"description": "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
959
|
+
},
|
|
943
960
|
{
|
|
944
961
|
"name": "useFirestore",
|
|
945
962
|
"package": "firebase",
|
|
@@ -1043,7 +1060,7 @@
|
|
|
1043
1060
|
{
|
|
1044
1061
|
"name": "useIntersectionObserver",
|
|
1045
1062
|
"package": "core",
|
|
1046
|
-
"lastUpdated":
|
|
1063
|
+
"lastUpdated": 1647220329000,
|
|
1047
1064
|
"directive": true,
|
|
1048
1065
|
"docs": "https://vueuse.org/core/useIntersectionObserver/",
|
|
1049
1066
|
"category": "Elements",
|
|
@@ -1148,7 +1165,7 @@
|
|
|
1148
1165
|
{
|
|
1149
1166
|
"name": "useMediaQuery",
|
|
1150
1167
|
"package": "core",
|
|
1151
|
-
"lastUpdated":
|
|
1168
|
+
"lastUpdated": 1647219701000,
|
|
1152
1169
|
"docs": "https://vueuse.org/core/useMediaQuery/",
|
|
1153
1170
|
"category": "Browser",
|
|
1154
1171
|
"description": "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1228,7 +1245,7 @@
|
|
|
1228
1245
|
{
|
|
1229
1246
|
"name": "useMutationObserver",
|
|
1230
1247
|
"package": "core",
|
|
1231
|
-
"lastUpdated":
|
|
1248
|
+
"lastUpdated": 1647220329000,
|
|
1232
1249
|
"docs": "https://vueuse.org/core/useMutationObserver/",
|
|
1233
1250
|
"category": "Elements",
|
|
1234
1251
|
"description": "watch for changes being made to the DOM tree"
|
|
@@ -1396,7 +1413,7 @@
|
|
|
1396
1413
|
{
|
|
1397
1414
|
"name": "useResizeObserver",
|
|
1398
1415
|
"package": "core",
|
|
1399
|
-
"lastUpdated":
|
|
1416
|
+
"lastUpdated": 1647220329000,
|
|
1400
1417
|
"docs": "https://vueuse.org/core/useResizeObserver/",
|
|
1401
1418
|
"category": "Elements",
|
|
1402
1419
|
"description": "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -1738,7 +1755,7 @@
|
|
|
1738
1755
|
{
|
|
1739
1756
|
"name": "useWebWorker",
|
|
1740
1757
|
"package": "core",
|
|
1741
|
-
"lastUpdated":
|
|
1758
|
+
"lastUpdated": 1647220329000,
|
|
1742
1759
|
"docs": "https://vueuse.org/core/useWebWorker/",
|
|
1743
1760
|
"category": "Misc",
|
|
1744
1761
|
"description": "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication"
|
package/index.mjs
CHANGED
|
@@ -576,7 +576,7 @@ var functions$1 = [
|
|
|
576
576
|
{
|
|
577
577
|
name: "useAsyncState",
|
|
578
578
|
"package": "core",
|
|
579
|
-
lastUpdated:
|
|
579
|
+
lastUpdated: 1646822437000,
|
|
580
580
|
docs: "https://vueuse.org/core/useAsyncState/",
|
|
581
581
|
category: "State",
|
|
582
582
|
description: "reactive async state"
|
|
@@ -592,7 +592,7 @@ var functions$1 = [
|
|
|
592
592
|
{
|
|
593
593
|
name: "useAxios",
|
|
594
594
|
"package": "integrations",
|
|
595
|
-
lastUpdated:
|
|
595
|
+
lastUpdated: 1646982997000,
|
|
596
596
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
597
597
|
category: "@Integrations",
|
|
598
598
|
description: "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
@@ -647,6 +647,14 @@ var functions$1 = [
|
|
|
647
647
|
category: "Utilities",
|
|
648
648
|
description: "cache a ref with a custom comparator"
|
|
649
649
|
},
|
|
650
|
+
{
|
|
651
|
+
name: "useChangeCase",
|
|
652
|
+
"package": "integrations",
|
|
653
|
+
lastUpdated: 1646640858000,
|
|
654
|
+
docs: "https://vueuse.org/integrations/useChangeCase/",
|
|
655
|
+
category: "@Integrations",
|
|
656
|
+
description: "wrapper for [`change-case`](https://github.com/blakeembrey/change-case)"
|
|
657
|
+
},
|
|
650
658
|
{
|
|
651
659
|
name: "useClamp",
|
|
652
660
|
"package": "core",
|
|
@@ -658,7 +666,7 @@ var functions$1 = [
|
|
|
658
666
|
{
|
|
659
667
|
name: "useClipboard",
|
|
660
668
|
"package": "core",
|
|
661
|
-
lastUpdated:
|
|
669
|
+
lastUpdated: 1647220329000,
|
|
662
670
|
docs: "https://vueuse.org/core/useClipboard/",
|
|
663
671
|
category: "Browser",
|
|
664
672
|
description: "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
@@ -818,7 +826,7 @@ var functions$1 = [
|
|
|
818
826
|
{
|
|
819
827
|
name: "useDraggable",
|
|
820
828
|
"package": "core",
|
|
821
|
-
lastUpdated:
|
|
829
|
+
lastUpdated: 1646979642000,
|
|
822
830
|
component: true,
|
|
823
831
|
docs: "https://vueuse.org/core/useDraggable/",
|
|
824
832
|
category: "Elements",
|
|
@@ -863,6 +871,7 @@ var functions$1 = [
|
|
|
863
871
|
"package": "core",
|
|
864
872
|
lastUpdated: 1644734119000,
|
|
865
873
|
component: true,
|
|
874
|
+
directive: true,
|
|
866
875
|
docs: "https://vueuse.org/core/useElementSize/",
|
|
867
876
|
category: "Elements",
|
|
868
877
|
description: "reactive size of an HTML element"
|
|
@@ -934,11 +943,19 @@ var functions$1 = [
|
|
|
934
943
|
{
|
|
935
944
|
name: "useFetch",
|
|
936
945
|
"package": "core",
|
|
937
|
-
lastUpdated:
|
|
946
|
+
lastUpdated: 1647220338000,
|
|
938
947
|
docs: "https://vueuse.org/core/useFetch/",
|
|
939
948
|
category: "Network",
|
|
940
949
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
941
950
|
},
|
|
951
|
+
{
|
|
952
|
+
name: "useFileSystemAccess",
|
|
953
|
+
"package": "core",
|
|
954
|
+
lastUpdated: 1646983790000,
|
|
955
|
+
docs: "https://vueuse.org/core/useFileSystemAccess/",
|
|
956
|
+
category: "Browser",
|
|
957
|
+
description: "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
958
|
+
},
|
|
942
959
|
{
|
|
943
960
|
name: "useFirestore",
|
|
944
961
|
"package": "firebase",
|
|
@@ -1042,7 +1059,7 @@ var functions$1 = [
|
|
|
1042
1059
|
{
|
|
1043
1060
|
name: "useIntersectionObserver",
|
|
1044
1061
|
"package": "core",
|
|
1045
|
-
lastUpdated:
|
|
1062
|
+
lastUpdated: 1647220329000,
|
|
1046
1063
|
directive: true,
|
|
1047
1064
|
docs: "https://vueuse.org/core/useIntersectionObserver/",
|
|
1048
1065
|
category: "Elements",
|
|
@@ -1147,7 +1164,7 @@ var functions$1 = [
|
|
|
1147
1164
|
{
|
|
1148
1165
|
name: "useMediaQuery",
|
|
1149
1166
|
"package": "core",
|
|
1150
|
-
lastUpdated:
|
|
1167
|
+
lastUpdated: 1647219701000,
|
|
1151
1168
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1152
1169
|
category: "Browser",
|
|
1153
1170
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1227,7 +1244,7 @@ var functions$1 = [
|
|
|
1227
1244
|
{
|
|
1228
1245
|
name: "useMutationObserver",
|
|
1229
1246
|
"package": "core",
|
|
1230
|
-
lastUpdated:
|
|
1247
|
+
lastUpdated: 1647220329000,
|
|
1231
1248
|
docs: "https://vueuse.org/core/useMutationObserver/",
|
|
1232
1249
|
category: "Elements",
|
|
1233
1250
|
description: "watch for changes being made to the DOM tree"
|
|
@@ -1395,7 +1412,7 @@ var functions$1 = [
|
|
|
1395
1412
|
{
|
|
1396
1413
|
name: "useResizeObserver",
|
|
1397
1414
|
"package": "core",
|
|
1398
|
-
lastUpdated:
|
|
1415
|
+
lastUpdated: 1647220329000,
|
|
1399
1416
|
docs: "https://vueuse.org/core/useResizeObserver/",
|
|
1400
1417
|
category: "Elements",
|
|
1401
1418
|
description: "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -1737,7 +1754,7 @@ var functions$1 = [
|
|
|
1737
1754
|
{
|
|
1738
1755
|
name: "useWebWorker",
|
|
1739
1756
|
"package": "core",
|
|
1740
|
-
lastUpdated:
|
|
1757
|
+
lastUpdated: 1647220329000,
|
|
1741
1758
|
docs: "https://vueuse.org/core/useWebWorker/",
|
|
1742
1759
|
category: "Misc",
|
|
1743
1760
|
description: "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication"
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vueuse/metadata",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.1",
|
|
4
4
|
"description": "Metadata for VueUse functions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vue",
|
|
7
7
|
"vue-use"
|
|
8
8
|
],
|
|
9
9
|
"license": "MIT",
|
|
10
|
+
"author": "Anthony Fu <https://github.com/antfu>",
|
|
10
11
|
"repository": {
|
|
11
12
|
"type": "git",
|
|
12
13
|
"url": "git+https://github.com/vueuse/vueuse.git",
|
|
13
14
|
"directory": "packages/metadata"
|
|
14
15
|
},
|
|
15
16
|
"funding": "https://github.com/sponsors/antfu",
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
|
|
19
|
-
],
|
|
17
|
+
"main": "./index.cjs",
|
|
18
|
+
"module": "./index.mjs",
|
|
19
|
+
"types": "./index.d.ts",
|
|
20
20
|
"exports": {
|
|
21
21
|
".": {
|
|
22
22
|
"import": "./index.mjs",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
},
|
|
26
26
|
"./*": "./*"
|
|
27
27
|
},
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
28
|
+
"files": [
|
|
29
|
+
"index.*"
|
|
30
|
+
],
|
|
31
31
|
"sideEffects": false,
|
|
32
32
|
"scripts": {
|
|
33
33
|
"update": "esno scripts/update.ts"
|