@vueuse/metadata 8.0.0-beta.2 → 8.0.0-beta.3
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 -0
- package/index.json +9 -0
- package/index.mjs +9 -0
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -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",
|
|
@@ -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"
|
package/index.json
CHANGED
|
@@ -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",
|
|
@@ -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"
|
package/index.mjs
CHANGED
|
@@ -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",
|
|
@@ -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"
|