@vueuse/metadata 10.8.0 → 10.9.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 +7 -7
- package/index.json +7 -7
- package/index.mjs +7 -7
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -714,7 +714,7 @@ var functions$1 = [
|
|
|
714
714
|
{
|
|
715
715
|
name: "useActiveElement",
|
|
716
716
|
"package": "core",
|
|
717
|
-
lastUpdated:
|
|
717
|
+
lastUpdated: 1709008218000,
|
|
718
718
|
component: true,
|
|
719
719
|
docs: "https://vueuse.org/core/useActiveElement/",
|
|
720
720
|
category: "Elements",
|
|
@@ -962,7 +962,7 @@ var functions$1 = [
|
|
|
962
962
|
{
|
|
963
963
|
name: "useClipboard",
|
|
964
964
|
"package": "core",
|
|
965
|
-
lastUpdated:
|
|
965
|
+
lastUpdated: 1709008330000,
|
|
966
966
|
component: true,
|
|
967
967
|
docs: "https://vueuse.org/core/useClipboard/",
|
|
968
968
|
category: "Browser",
|
|
@@ -1412,7 +1412,7 @@ var functions$1 = [
|
|
|
1412
1412
|
{
|
|
1413
1413
|
name: "useIDBKeyval",
|
|
1414
1414
|
"package": "integrations",
|
|
1415
|
-
lastUpdated:
|
|
1415
|
+
lastUpdated: 1708524735000,
|
|
1416
1416
|
docs: "https://vueuse.org/integrations/useIDBKeyval/",
|
|
1417
1417
|
category: "@Integrations",
|
|
1418
1418
|
description: "wrapper for [`idb-keyval`](https://www.npmjs.com/package/idb-keyval)",
|
|
@@ -1629,7 +1629,7 @@ var functions$1 = [
|
|
|
1629
1629
|
{
|
|
1630
1630
|
name: "useMounted",
|
|
1631
1631
|
"package": "core",
|
|
1632
|
-
lastUpdated:
|
|
1632
|
+
lastUpdated: 1708524705000,
|
|
1633
1633
|
docs: "https://vueuse.org/core/useMounted/",
|
|
1634
1634
|
category: "Component",
|
|
1635
1635
|
description: "mounted state in ref"
|
|
@@ -2009,7 +2009,7 @@ var functions$1 = [
|
|
|
2009
2009
|
{
|
|
2010
2010
|
name: "useScrollLock",
|
|
2011
2011
|
"package": "core",
|
|
2012
|
-
lastUpdated:
|
|
2012
|
+
lastUpdated: 1709008162000,
|
|
2013
2013
|
directive: true,
|
|
2014
2014
|
docs: "https://vueuse.org/core/useScrollLock/",
|
|
2015
2015
|
category: "Sensors",
|
|
@@ -2093,7 +2093,7 @@ var functions$1 = [
|
|
|
2093
2093
|
{
|
|
2094
2094
|
name: "useStorage",
|
|
2095
2095
|
"package": "core",
|
|
2096
|
-
lastUpdated:
|
|
2096
|
+
lastUpdated: 1708524637000,
|
|
2097
2097
|
docs: "https://vueuse.org/core/useStorage/",
|
|
2098
2098
|
category: "State",
|
|
2099
2099
|
description: "create a reactive ref that can be used to access & modify [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) or [SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
|
@@ -2576,7 +2576,7 @@ var functions$1 = [
|
|
|
2576
2576
|
{
|
|
2577
2577
|
name: "whenever",
|
|
2578
2578
|
"package": "shared",
|
|
2579
|
-
lastUpdated:
|
|
2579
|
+
lastUpdated: 1709008124000,
|
|
2580
2580
|
docs: "https://vueuse.org/shared/whenever/",
|
|
2581
2581
|
category: "Watch",
|
|
2582
2582
|
description: "shorthand for watching value to be truthy"
|
package/index.json
CHANGED
|
@@ -713,7 +713,7 @@
|
|
|
713
713
|
{
|
|
714
714
|
"name": "useActiveElement",
|
|
715
715
|
"package": "core",
|
|
716
|
-
"lastUpdated":
|
|
716
|
+
"lastUpdated": 1709008218000,
|
|
717
717
|
"component": true,
|
|
718
718
|
"docs": "https://vueuse.org/core/useActiveElement/",
|
|
719
719
|
"category": "Elements",
|
|
@@ -961,7 +961,7 @@
|
|
|
961
961
|
{
|
|
962
962
|
"name": "useClipboard",
|
|
963
963
|
"package": "core",
|
|
964
|
-
"lastUpdated":
|
|
964
|
+
"lastUpdated": 1709008330000,
|
|
965
965
|
"component": true,
|
|
966
966
|
"docs": "https://vueuse.org/core/useClipboard/",
|
|
967
967
|
"category": "Browser",
|
|
@@ -1411,7 +1411,7 @@
|
|
|
1411
1411
|
{
|
|
1412
1412
|
"name": "useIDBKeyval",
|
|
1413
1413
|
"package": "integrations",
|
|
1414
|
-
"lastUpdated":
|
|
1414
|
+
"lastUpdated": 1708524735000,
|
|
1415
1415
|
"docs": "https://vueuse.org/integrations/useIDBKeyval/",
|
|
1416
1416
|
"category": "@Integrations",
|
|
1417
1417
|
"description": "wrapper for [`idb-keyval`](https://www.npmjs.com/package/idb-keyval)",
|
|
@@ -1628,7 +1628,7 @@
|
|
|
1628
1628
|
{
|
|
1629
1629
|
"name": "useMounted",
|
|
1630
1630
|
"package": "core",
|
|
1631
|
-
"lastUpdated":
|
|
1631
|
+
"lastUpdated": 1708524705000,
|
|
1632
1632
|
"docs": "https://vueuse.org/core/useMounted/",
|
|
1633
1633
|
"category": "Component",
|
|
1634
1634
|
"description": "mounted state in ref"
|
|
@@ -2008,7 +2008,7 @@
|
|
|
2008
2008
|
{
|
|
2009
2009
|
"name": "useScrollLock",
|
|
2010
2010
|
"package": "core",
|
|
2011
|
-
"lastUpdated":
|
|
2011
|
+
"lastUpdated": 1709008162000,
|
|
2012
2012
|
"directive": true,
|
|
2013
2013
|
"docs": "https://vueuse.org/core/useScrollLock/",
|
|
2014
2014
|
"category": "Sensors",
|
|
@@ -2092,7 +2092,7 @@
|
|
|
2092
2092
|
{
|
|
2093
2093
|
"name": "useStorage",
|
|
2094
2094
|
"package": "core",
|
|
2095
|
-
"lastUpdated":
|
|
2095
|
+
"lastUpdated": 1708524637000,
|
|
2096
2096
|
"docs": "https://vueuse.org/core/useStorage/",
|
|
2097
2097
|
"category": "State",
|
|
2098
2098
|
"description": "create a reactive ref that can be used to access & modify [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) or [SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
|
@@ -2575,7 +2575,7 @@
|
|
|
2575
2575
|
{
|
|
2576
2576
|
"name": "whenever",
|
|
2577
2577
|
"package": "shared",
|
|
2578
|
-
"lastUpdated":
|
|
2578
|
+
"lastUpdated": 1709008124000,
|
|
2579
2579
|
"docs": "https://vueuse.org/shared/whenever/",
|
|
2580
2580
|
"category": "Watch",
|
|
2581
2581
|
"description": "shorthand for watching value to be truthy"
|
package/index.mjs
CHANGED
|
@@ -712,7 +712,7 @@ var functions$1 = [
|
|
|
712
712
|
{
|
|
713
713
|
name: "useActiveElement",
|
|
714
714
|
"package": "core",
|
|
715
|
-
lastUpdated:
|
|
715
|
+
lastUpdated: 1709008218000,
|
|
716
716
|
component: true,
|
|
717
717
|
docs: "https://vueuse.org/core/useActiveElement/",
|
|
718
718
|
category: "Elements",
|
|
@@ -960,7 +960,7 @@ var functions$1 = [
|
|
|
960
960
|
{
|
|
961
961
|
name: "useClipboard",
|
|
962
962
|
"package": "core",
|
|
963
|
-
lastUpdated:
|
|
963
|
+
lastUpdated: 1709008330000,
|
|
964
964
|
component: true,
|
|
965
965
|
docs: "https://vueuse.org/core/useClipboard/",
|
|
966
966
|
category: "Browser",
|
|
@@ -1410,7 +1410,7 @@ var functions$1 = [
|
|
|
1410
1410
|
{
|
|
1411
1411
|
name: "useIDBKeyval",
|
|
1412
1412
|
"package": "integrations",
|
|
1413
|
-
lastUpdated:
|
|
1413
|
+
lastUpdated: 1708524735000,
|
|
1414
1414
|
docs: "https://vueuse.org/integrations/useIDBKeyval/",
|
|
1415
1415
|
category: "@Integrations",
|
|
1416
1416
|
description: "wrapper for [`idb-keyval`](https://www.npmjs.com/package/idb-keyval)",
|
|
@@ -1627,7 +1627,7 @@ var functions$1 = [
|
|
|
1627
1627
|
{
|
|
1628
1628
|
name: "useMounted",
|
|
1629
1629
|
"package": "core",
|
|
1630
|
-
lastUpdated:
|
|
1630
|
+
lastUpdated: 1708524705000,
|
|
1631
1631
|
docs: "https://vueuse.org/core/useMounted/",
|
|
1632
1632
|
category: "Component",
|
|
1633
1633
|
description: "mounted state in ref"
|
|
@@ -2007,7 +2007,7 @@ var functions$1 = [
|
|
|
2007
2007
|
{
|
|
2008
2008
|
name: "useScrollLock",
|
|
2009
2009
|
"package": "core",
|
|
2010
|
-
lastUpdated:
|
|
2010
|
+
lastUpdated: 1709008162000,
|
|
2011
2011
|
directive: true,
|
|
2012
2012
|
docs: "https://vueuse.org/core/useScrollLock/",
|
|
2013
2013
|
category: "Sensors",
|
|
@@ -2091,7 +2091,7 @@ var functions$1 = [
|
|
|
2091
2091
|
{
|
|
2092
2092
|
name: "useStorage",
|
|
2093
2093
|
"package": "core",
|
|
2094
|
-
lastUpdated:
|
|
2094
|
+
lastUpdated: 1708524637000,
|
|
2095
2095
|
docs: "https://vueuse.org/core/useStorage/",
|
|
2096
2096
|
category: "State",
|
|
2097
2097
|
description: "create a reactive ref that can be used to access & modify [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) or [SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
|
|
@@ -2574,7 +2574,7 @@ var functions$1 = [
|
|
|
2574
2574
|
{
|
|
2575
2575
|
name: "whenever",
|
|
2576
2576
|
"package": "shared",
|
|
2577
|
-
lastUpdated:
|
|
2577
|
+
lastUpdated: 1709008124000,
|
|
2578
2578
|
docs: "https://vueuse.org/shared/whenever/",
|
|
2579
2579
|
category: "Watch",
|
|
2580
2580
|
description: "shorthand for watching value to be truthy"
|