@vueuse/metadata 8.0.1 → 8.1.2
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 +9 -8
- package/index.json +9 -8
- package/index.mjs +9 -8
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -280,7 +280,7 @@ var functions$1 = [
|
|
|
280
280
|
category: "Utilities",
|
|
281
281
|
description: "`NOT` condition for ref",
|
|
282
282
|
alias: [
|
|
283
|
-
"
|
|
283
|
+
"not"
|
|
284
284
|
],
|
|
285
285
|
related: [
|
|
286
286
|
"logicAnd",
|
|
@@ -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"
|
|
@@ -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"
|
|
@@ -1529,7 +1530,7 @@ var functions$1 = [
|
|
|
1529
1530
|
{
|
|
1530
1531
|
name: "useStorage",
|
|
1531
1532
|
"package": "core",
|
|
1532
|
-
lastUpdated:
|
|
1533
|
+
lastUpdated: 1647454083000,
|
|
1533
1534
|
docs: "https://vueuse.org/core/useStorage/",
|
|
1534
1535
|
category: "State",
|
|
1535
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 +1751,7 @@ var functions$1 = [
|
|
|
1750
1751
|
{
|
|
1751
1752
|
name: "useWebSocket",
|
|
1752
1753
|
"package": "core",
|
|
1753
|
-
lastUpdated:
|
|
1754
|
+
lastUpdated: 1647674451000,
|
|
1754
1755
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
1755
1756
|
category: "Network",
|
|
1756
1757
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -1816,7 +1817,7 @@ var functions$1 = [
|
|
|
1816
1817
|
{
|
|
1817
1818
|
name: "utils",
|
|
1818
1819
|
"package": "shared",
|
|
1819
|
-
lastUpdated:
|
|
1820
|
+
lastUpdated: 1647335923000,
|
|
1820
1821
|
internal: true
|
|
1821
1822
|
},
|
|
1822
1823
|
{
|
package/index.json
CHANGED
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
"category": "Utilities",
|
|
278
278
|
"description": "`NOT` condition for ref",
|
|
279
279
|
"alias": [
|
|
280
|
-
"
|
|
280
|
+
"not"
|
|
281
281
|
],
|
|
282
282
|
"related": [
|
|
283
283
|
"logicAnd",
|
|
@@ -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"
|
|
@@ -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"
|
|
@@ -1526,7 +1527,7 @@
|
|
|
1526
1527
|
{
|
|
1527
1528
|
"name": "useStorage",
|
|
1528
1529
|
"package": "core",
|
|
1529
|
-
"lastUpdated":
|
|
1530
|
+
"lastUpdated": 1647454083000,
|
|
1530
1531
|
"docs": "https://vueuse.org/core/useStorage/",
|
|
1531
1532
|
"category": "State",
|
|
1532
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 +1748,7 @@
|
|
|
1747
1748
|
{
|
|
1748
1749
|
"name": "useWebSocket",
|
|
1749
1750
|
"package": "core",
|
|
1750
|
-
"lastUpdated":
|
|
1751
|
+
"lastUpdated": 1647674451000,
|
|
1751
1752
|
"docs": "https://vueuse.org/core/useWebSocket/",
|
|
1752
1753
|
"category": "Network",
|
|
1753
1754
|
"description": "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -1813,7 +1814,7 @@
|
|
|
1813
1814
|
{
|
|
1814
1815
|
"name": "utils",
|
|
1815
1816
|
"package": "shared",
|
|
1816
|
-
"lastUpdated":
|
|
1817
|
+
"lastUpdated": 1647335923000,
|
|
1817
1818
|
"internal": true
|
|
1818
1819
|
},
|
|
1819
1820
|
{
|
package/index.mjs
CHANGED
|
@@ -276,7 +276,7 @@ var functions$1 = [
|
|
|
276
276
|
category: "Utilities",
|
|
277
277
|
description: "`NOT` condition for ref",
|
|
278
278
|
alias: [
|
|
279
|
-
"
|
|
279
|
+
"not"
|
|
280
280
|
],
|
|
281
281
|
related: [
|
|
282
282
|
"logicAnd",
|
|
@@ -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"
|
|
@@ -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"
|
|
@@ -1525,7 +1526,7 @@ var functions$1 = [
|
|
|
1525
1526
|
{
|
|
1526
1527
|
name: "useStorage",
|
|
1527
1528
|
"package": "core",
|
|
1528
|
-
lastUpdated:
|
|
1529
|
+
lastUpdated: 1647454083000,
|
|
1529
1530
|
docs: "https://vueuse.org/core/useStorage/",
|
|
1530
1531
|
category: "State",
|
|
1531
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 +1747,7 @@ var functions$1 = [
|
|
|
1746
1747
|
{
|
|
1747
1748
|
name: "useWebSocket",
|
|
1748
1749
|
"package": "core",
|
|
1749
|
-
lastUpdated:
|
|
1750
|
+
lastUpdated: 1647674451000,
|
|
1750
1751
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
1751
1752
|
category: "Network",
|
|
1752
1753
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -1812,7 +1813,7 @@ var functions$1 = [
|
|
|
1812
1813
|
{
|
|
1813
1814
|
name: "utils",
|
|
1814
1815
|
"package": "shared",
|
|
1815
|
-
lastUpdated:
|
|
1816
|
+
lastUpdated: 1647335923000,
|
|
1816
1817
|
internal: true
|
|
1817
1818
|
},
|
|
1818
1819
|
{
|