@vueuse/metadata 8.0.0-beta.3 → 8.1.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 -16
- package/index.json +25 -16
- package/index.mjs +25 -16
- package/package.json +8 -8
package/index.cjs
CHANGED
|
@@ -313,7 +313,7 @@ var functions$1 = [
|
|
|
313
313
|
{
|
|
314
314
|
name: "onClickOutside",
|
|
315
315
|
"package": "core",
|
|
316
|
-
lastUpdated:
|
|
316
|
+
lastUpdated: 1647344892000,
|
|
317
317
|
component: true,
|
|
318
318
|
directive: true,
|
|
319
319
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -547,7 +547,7 @@ var functions$1 = [
|
|
|
547
547
|
{
|
|
548
548
|
name: "unrefElement",
|
|
549
549
|
"package": "core",
|
|
550
|
-
lastUpdated:
|
|
550
|
+
lastUpdated: 1647329736000,
|
|
551
551
|
docs: "https://vueuse.org/core/unrefElement/",
|
|
552
552
|
category: "Component",
|
|
553
553
|
description: "unref for dom element"
|
|
@@ -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)"
|
|
@@ -670,7 +670,7 @@ var functions$1 = [
|
|
|
670
670
|
{
|
|
671
671
|
name: "useClipboard",
|
|
672
672
|
"package": "core",
|
|
673
|
-
lastUpdated:
|
|
673
|
+
lastUpdated: 1647220329000,
|
|
674
674
|
docs: "https://vueuse.org/core/useClipboard/",
|
|
675
675
|
category: "Browser",
|
|
676
676
|
description: "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
@@ -830,7 +830,7 @@ var functions$1 = [
|
|
|
830
830
|
{
|
|
831
831
|
name: "useDraggable",
|
|
832
832
|
"package": "core",
|
|
833
|
-
lastUpdated:
|
|
833
|
+
lastUpdated: 1646979642000,
|
|
834
834
|
component: true,
|
|
835
835
|
docs: "https://vueuse.org/core/useDraggable/",
|
|
836
836
|
category: "Elements",
|
|
@@ -897,8 +897,9 @@ var functions$1 = [
|
|
|
897
897
|
{
|
|
898
898
|
name: "useElementVisibility",
|
|
899
899
|
"package": "core",
|
|
900
|
-
lastUpdated:
|
|
900
|
+
lastUpdated: 1647329346000,
|
|
901
901
|
component: true,
|
|
902
|
+
directive: true,
|
|
902
903
|
docs: "https://vueuse.org/core/useElementVisibility/",
|
|
903
904
|
category: "Elements",
|
|
904
905
|
description: "tracks the visibility of an element within the viewport"
|
|
@@ -914,7 +915,7 @@ var functions$1 = [
|
|
|
914
915
|
{
|
|
915
916
|
name: "useEventListener",
|
|
916
917
|
"package": "core",
|
|
917
|
-
lastUpdated:
|
|
918
|
+
lastUpdated: 1647453655000,
|
|
918
919
|
docs: "https://vueuse.org/core/useEventListener/",
|
|
919
920
|
category: "Browser",
|
|
920
921
|
description: "use EventListener with ease"
|
|
@@ -947,11 +948,19 @@ var functions$1 = [
|
|
|
947
948
|
{
|
|
948
949
|
name: "useFetch",
|
|
949
950
|
"package": "core",
|
|
950
|
-
lastUpdated:
|
|
951
|
+
lastUpdated: 1647220338000,
|
|
951
952
|
docs: "https://vueuse.org/core/useFetch/",
|
|
952
953
|
category: "Network",
|
|
953
954
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
954
955
|
},
|
|
956
|
+
{
|
|
957
|
+
name: "useFileSystemAccess",
|
|
958
|
+
"package": "core",
|
|
959
|
+
lastUpdated: 1646983790000,
|
|
960
|
+
docs: "https://vueuse.org/core/useFileSystemAccess/",
|
|
961
|
+
category: "Browser",
|
|
962
|
+
description: "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
963
|
+
},
|
|
955
964
|
{
|
|
956
965
|
name: "useFirestore",
|
|
957
966
|
"package": "firebase",
|
|
@@ -1055,7 +1064,7 @@ var functions$1 = [
|
|
|
1055
1064
|
{
|
|
1056
1065
|
name: "useIntersectionObserver",
|
|
1057
1066
|
"package": "core",
|
|
1058
|
-
lastUpdated:
|
|
1067
|
+
lastUpdated: 1647220329000,
|
|
1059
1068
|
directive: true,
|
|
1060
1069
|
docs: "https://vueuse.org/core/useIntersectionObserver/",
|
|
1061
1070
|
category: "Elements",
|
|
@@ -1160,7 +1169,7 @@ var functions$1 = [
|
|
|
1160
1169
|
{
|
|
1161
1170
|
name: "useMediaQuery",
|
|
1162
1171
|
"package": "core",
|
|
1163
|
-
lastUpdated:
|
|
1172
|
+
lastUpdated: 1647219701000,
|
|
1164
1173
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1165
1174
|
category: "Browser",
|
|
1166
1175
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1240,7 +1249,7 @@ var functions$1 = [
|
|
|
1240
1249
|
{
|
|
1241
1250
|
name: "useMutationObserver",
|
|
1242
1251
|
"package": "core",
|
|
1243
|
-
lastUpdated:
|
|
1252
|
+
lastUpdated: 1647220329000,
|
|
1244
1253
|
docs: "https://vueuse.org/core/useMutationObserver/",
|
|
1245
1254
|
category: "Elements",
|
|
1246
1255
|
description: "watch for changes being made to the DOM tree"
|
|
@@ -1408,7 +1417,7 @@ var functions$1 = [
|
|
|
1408
1417
|
{
|
|
1409
1418
|
name: "useResizeObserver",
|
|
1410
1419
|
"package": "core",
|
|
1411
|
-
lastUpdated:
|
|
1420
|
+
lastUpdated: 1647220329000,
|
|
1412
1421
|
docs: "https://vueuse.org/core/useResizeObserver/",
|
|
1413
1422
|
category: "Elements",
|
|
1414
1423
|
description: "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -1521,7 +1530,7 @@ var functions$1 = [
|
|
|
1521
1530
|
{
|
|
1522
1531
|
name: "useStorage",
|
|
1523
1532
|
"package": "core",
|
|
1524
|
-
lastUpdated:
|
|
1533
|
+
lastUpdated: 1647453422000,
|
|
1525
1534
|
docs: "https://vueuse.org/core/useStorage/",
|
|
1526
1535
|
category: "State",
|
|
1527
1536
|
description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
|
@@ -1750,7 +1759,7 @@ var functions$1 = [
|
|
|
1750
1759
|
{
|
|
1751
1760
|
name: "useWebWorker",
|
|
1752
1761
|
"package": "core",
|
|
1753
|
-
lastUpdated:
|
|
1762
|
+
lastUpdated: 1647220329000,
|
|
1754
1763
|
docs: "https://vueuse.org/core/useWebWorker/",
|
|
1755
1764
|
category: "Misc",
|
|
1756
1765
|
description: "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication"
|
|
@@ -1808,7 +1817,7 @@ var functions$1 = [
|
|
|
1808
1817
|
{
|
|
1809
1818
|
name: "utils",
|
|
1810
1819
|
"package": "shared",
|
|
1811
|
-
lastUpdated:
|
|
1820
|
+
lastUpdated: 1647335923000,
|
|
1812
1821
|
internal: true
|
|
1813
1822
|
},
|
|
1814
1823
|
{
|
package/index.json
CHANGED
|
@@ -310,7 +310,7 @@
|
|
|
310
310
|
{
|
|
311
311
|
"name": "onClickOutside",
|
|
312
312
|
"package": "core",
|
|
313
|
-
"lastUpdated":
|
|
313
|
+
"lastUpdated": 1647344892000,
|
|
314
314
|
"component": true,
|
|
315
315
|
"directive": true,
|
|
316
316
|
"docs": "https://vueuse.org/core/onClickOutside/",
|
|
@@ -544,7 +544,7 @@
|
|
|
544
544
|
{
|
|
545
545
|
"name": "unrefElement",
|
|
546
546
|
"package": "core",
|
|
547
|
-
"lastUpdated":
|
|
547
|
+
"lastUpdated": 1647329736000,
|
|
548
548
|
"docs": "https://vueuse.org/core/unrefElement/",
|
|
549
549
|
"category": "Component",
|
|
550
550
|
"description": "unref for dom element"
|
|
@@ -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)"
|
|
@@ -667,7 +667,7 @@
|
|
|
667
667
|
{
|
|
668
668
|
"name": "useClipboard",
|
|
669
669
|
"package": "core",
|
|
670
|
-
"lastUpdated":
|
|
670
|
+
"lastUpdated": 1647220329000,
|
|
671
671
|
"docs": "https://vueuse.org/core/useClipboard/",
|
|
672
672
|
"category": "Browser",
|
|
673
673
|
"description": "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
@@ -827,7 +827,7 @@
|
|
|
827
827
|
{
|
|
828
828
|
"name": "useDraggable",
|
|
829
829
|
"package": "core",
|
|
830
|
-
"lastUpdated":
|
|
830
|
+
"lastUpdated": 1646979642000,
|
|
831
831
|
"component": true,
|
|
832
832
|
"docs": "https://vueuse.org/core/useDraggable/",
|
|
833
833
|
"category": "Elements",
|
|
@@ -894,8 +894,9 @@
|
|
|
894
894
|
{
|
|
895
895
|
"name": "useElementVisibility",
|
|
896
896
|
"package": "core",
|
|
897
|
-
"lastUpdated":
|
|
897
|
+
"lastUpdated": 1647329346000,
|
|
898
898
|
"component": true,
|
|
899
|
+
"directive": true,
|
|
899
900
|
"docs": "https://vueuse.org/core/useElementVisibility/",
|
|
900
901
|
"category": "Elements",
|
|
901
902
|
"description": "tracks the visibility of an element within the viewport"
|
|
@@ -911,7 +912,7 @@
|
|
|
911
912
|
{
|
|
912
913
|
"name": "useEventListener",
|
|
913
914
|
"package": "core",
|
|
914
|
-
"lastUpdated":
|
|
915
|
+
"lastUpdated": 1647453655000,
|
|
915
916
|
"docs": "https://vueuse.org/core/useEventListener/",
|
|
916
917
|
"category": "Browser",
|
|
917
918
|
"description": "use EventListener with ease"
|
|
@@ -944,11 +945,19 @@
|
|
|
944
945
|
{
|
|
945
946
|
"name": "useFetch",
|
|
946
947
|
"package": "core",
|
|
947
|
-
"lastUpdated":
|
|
948
|
+
"lastUpdated": 1647220338000,
|
|
948
949
|
"docs": "https://vueuse.org/core/useFetch/",
|
|
949
950
|
"category": "Network",
|
|
950
951
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
951
952
|
},
|
|
953
|
+
{
|
|
954
|
+
"name": "useFileSystemAccess",
|
|
955
|
+
"package": "core",
|
|
956
|
+
"lastUpdated": 1646983790000,
|
|
957
|
+
"docs": "https://vueuse.org/core/useFileSystemAccess/",
|
|
958
|
+
"category": "Browser",
|
|
959
|
+
"description": "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
960
|
+
},
|
|
952
961
|
{
|
|
953
962
|
"name": "useFirestore",
|
|
954
963
|
"package": "firebase",
|
|
@@ -1052,7 +1061,7 @@
|
|
|
1052
1061
|
{
|
|
1053
1062
|
"name": "useIntersectionObserver",
|
|
1054
1063
|
"package": "core",
|
|
1055
|
-
"lastUpdated":
|
|
1064
|
+
"lastUpdated": 1647220329000,
|
|
1056
1065
|
"directive": true,
|
|
1057
1066
|
"docs": "https://vueuse.org/core/useIntersectionObserver/",
|
|
1058
1067
|
"category": "Elements",
|
|
@@ -1157,7 +1166,7 @@
|
|
|
1157
1166
|
{
|
|
1158
1167
|
"name": "useMediaQuery",
|
|
1159
1168
|
"package": "core",
|
|
1160
|
-
"lastUpdated":
|
|
1169
|
+
"lastUpdated": 1647219701000,
|
|
1161
1170
|
"docs": "https://vueuse.org/core/useMediaQuery/",
|
|
1162
1171
|
"category": "Browser",
|
|
1163
1172
|
"description": "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1237,7 +1246,7 @@
|
|
|
1237
1246
|
{
|
|
1238
1247
|
"name": "useMutationObserver",
|
|
1239
1248
|
"package": "core",
|
|
1240
|
-
"lastUpdated":
|
|
1249
|
+
"lastUpdated": 1647220329000,
|
|
1241
1250
|
"docs": "https://vueuse.org/core/useMutationObserver/",
|
|
1242
1251
|
"category": "Elements",
|
|
1243
1252
|
"description": "watch for changes being made to the DOM tree"
|
|
@@ -1405,7 +1414,7 @@
|
|
|
1405
1414
|
{
|
|
1406
1415
|
"name": "useResizeObserver",
|
|
1407
1416
|
"package": "core",
|
|
1408
|
-
"lastUpdated":
|
|
1417
|
+
"lastUpdated": 1647220329000,
|
|
1409
1418
|
"docs": "https://vueuse.org/core/useResizeObserver/",
|
|
1410
1419
|
"category": "Elements",
|
|
1411
1420
|
"description": "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -1518,7 +1527,7 @@
|
|
|
1518
1527
|
{
|
|
1519
1528
|
"name": "useStorage",
|
|
1520
1529
|
"package": "core",
|
|
1521
|
-
"lastUpdated":
|
|
1530
|
+
"lastUpdated": 1647453422000,
|
|
1522
1531
|
"docs": "https://vueuse.org/core/useStorage/",
|
|
1523
1532
|
"category": "State",
|
|
1524
1533
|
"description": "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
|
@@ -1747,7 +1756,7 @@
|
|
|
1747
1756
|
{
|
|
1748
1757
|
"name": "useWebWorker",
|
|
1749
1758
|
"package": "core",
|
|
1750
|
-
"lastUpdated":
|
|
1759
|
+
"lastUpdated": 1647220329000,
|
|
1751
1760
|
"docs": "https://vueuse.org/core/useWebWorker/",
|
|
1752
1761
|
"category": "Misc",
|
|
1753
1762
|
"description": "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication"
|
|
@@ -1805,7 +1814,7 @@
|
|
|
1805
1814
|
{
|
|
1806
1815
|
"name": "utils",
|
|
1807
1816
|
"package": "shared",
|
|
1808
|
-
"lastUpdated":
|
|
1817
|
+
"lastUpdated": 1647335923000,
|
|
1809
1818
|
"internal": true
|
|
1810
1819
|
},
|
|
1811
1820
|
{
|
package/index.mjs
CHANGED
|
@@ -309,7 +309,7 @@ var functions$1 = [
|
|
|
309
309
|
{
|
|
310
310
|
name: "onClickOutside",
|
|
311
311
|
"package": "core",
|
|
312
|
-
lastUpdated:
|
|
312
|
+
lastUpdated: 1647344892000,
|
|
313
313
|
component: true,
|
|
314
314
|
directive: true,
|
|
315
315
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -543,7 +543,7 @@ var functions$1 = [
|
|
|
543
543
|
{
|
|
544
544
|
name: "unrefElement",
|
|
545
545
|
"package": "core",
|
|
546
|
-
lastUpdated:
|
|
546
|
+
lastUpdated: 1647329736000,
|
|
547
547
|
docs: "https://vueuse.org/core/unrefElement/",
|
|
548
548
|
category: "Component",
|
|
549
549
|
description: "unref for dom element"
|
|
@@ -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)"
|
|
@@ -666,7 +666,7 @@ var functions$1 = [
|
|
|
666
666
|
{
|
|
667
667
|
name: "useClipboard",
|
|
668
668
|
"package": "core",
|
|
669
|
-
lastUpdated:
|
|
669
|
+
lastUpdated: 1647220329000,
|
|
670
670
|
docs: "https://vueuse.org/core/useClipboard/",
|
|
671
671
|
category: "Browser",
|
|
672
672
|
description: "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
@@ -826,7 +826,7 @@ var functions$1 = [
|
|
|
826
826
|
{
|
|
827
827
|
name: "useDraggable",
|
|
828
828
|
"package": "core",
|
|
829
|
-
lastUpdated:
|
|
829
|
+
lastUpdated: 1646979642000,
|
|
830
830
|
component: true,
|
|
831
831
|
docs: "https://vueuse.org/core/useDraggable/",
|
|
832
832
|
category: "Elements",
|
|
@@ -893,8 +893,9 @@ var functions$1 = [
|
|
|
893
893
|
{
|
|
894
894
|
name: "useElementVisibility",
|
|
895
895
|
"package": "core",
|
|
896
|
-
lastUpdated:
|
|
896
|
+
lastUpdated: 1647329346000,
|
|
897
897
|
component: true,
|
|
898
|
+
directive: true,
|
|
898
899
|
docs: "https://vueuse.org/core/useElementVisibility/",
|
|
899
900
|
category: "Elements",
|
|
900
901
|
description: "tracks the visibility of an element within the viewport"
|
|
@@ -910,7 +911,7 @@ var functions$1 = [
|
|
|
910
911
|
{
|
|
911
912
|
name: "useEventListener",
|
|
912
913
|
"package": "core",
|
|
913
|
-
lastUpdated:
|
|
914
|
+
lastUpdated: 1647453655000,
|
|
914
915
|
docs: "https://vueuse.org/core/useEventListener/",
|
|
915
916
|
category: "Browser",
|
|
916
917
|
description: "use EventListener with ease"
|
|
@@ -943,11 +944,19 @@ var functions$1 = [
|
|
|
943
944
|
{
|
|
944
945
|
name: "useFetch",
|
|
945
946
|
"package": "core",
|
|
946
|
-
lastUpdated:
|
|
947
|
+
lastUpdated: 1647220338000,
|
|
947
948
|
docs: "https://vueuse.org/core/useFetch/",
|
|
948
949
|
category: "Network",
|
|
949
950
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
950
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
|
+
},
|
|
951
960
|
{
|
|
952
961
|
name: "useFirestore",
|
|
953
962
|
"package": "firebase",
|
|
@@ -1051,7 +1060,7 @@ var functions$1 = [
|
|
|
1051
1060
|
{
|
|
1052
1061
|
name: "useIntersectionObserver",
|
|
1053
1062
|
"package": "core",
|
|
1054
|
-
lastUpdated:
|
|
1063
|
+
lastUpdated: 1647220329000,
|
|
1055
1064
|
directive: true,
|
|
1056
1065
|
docs: "https://vueuse.org/core/useIntersectionObserver/",
|
|
1057
1066
|
category: "Elements",
|
|
@@ -1156,7 +1165,7 @@ var functions$1 = [
|
|
|
1156
1165
|
{
|
|
1157
1166
|
name: "useMediaQuery",
|
|
1158
1167
|
"package": "core",
|
|
1159
|
-
lastUpdated:
|
|
1168
|
+
lastUpdated: 1647219701000,
|
|
1160
1169
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1161
1170
|
category: "Browser",
|
|
1162
1171
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1236,7 +1245,7 @@ var functions$1 = [
|
|
|
1236
1245
|
{
|
|
1237
1246
|
name: "useMutationObserver",
|
|
1238
1247
|
"package": "core",
|
|
1239
|
-
lastUpdated:
|
|
1248
|
+
lastUpdated: 1647220329000,
|
|
1240
1249
|
docs: "https://vueuse.org/core/useMutationObserver/",
|
|
1241
1250
|
category: "Elements",
|
|
1242
1251
|
description: "watch for changes being made to the DOM tree"
|
|
@@ -1404,7 +1413,7 @@ var functions$1 = [
|
|
|
1404
1413
|
{
|
|
1405
1414
|
name: "useResizeObserver",
|
|
1406
1415
|
"package": "core",
|
|
1407
|
-
lastUpdated:
|
|
1416
|
+
lastUpdated: 1647220329000,
|
|
1408
1417
|
docs: "https://vueuse.org/core/useResizeObserver/",
|
|
1409
1418
|
category: "Elements",
|
|
1410
1419
|
description: "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -1517,7 +1526,7 @@ var functions$1 = [
|
|
|
1517
1526
|
{
|
|
1518
1527
|
name: "useStorage",
|
|
1519
1528
|
"package": "core",
|
|
1520
|
-
lastUpdated:
|
|
1529
|
+
lastUpdated: 1647453422000,
|
|
1521
1530
|
docs: "https://vueuse.org/core/useStorage/",
|
|
1522
1531
|
category: "State",
|
|
1523
1532
|
description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
|
@@ -1746,7 +1755,7 @@ var functions$1 = [
|
|
|
1746
1755
|
{
|
|
1747
1756
|
name: "useWebWorker",
|
|
1748
1757
|
"package": "core",
|
|
1749
|
-
lastUpdated:
|
|
1758
|
+
lastUpdated: 1647220329000,
|
|
1750
1759
|
docs: "https://vueuse.org/core/useWebWorker/",
|
|
1751
1760
|
category: "Misc",
|
|
1752
1761
|
description: "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication"
|
|
@@ -1804,7 +1813,7 @@ var functions$1 = [
|
|
|
1804
1813
|
{
|
|
1805
1814
|
name: "utils",
|
|
1806
1815
|
"package": "shared",
|
|
1807
|
-
lastUpdated:
|
|
1816
|
+
lastUpdated: 1647335923000,
|
|
1808
1817
|
internal: true
|
|
1809
1818
|
},
|
|
1810
1819
|
{
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vueuse/metadata",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.1.0",
|
|
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"
|