@vueuse/metadata 8.2.0 → 8.2.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 +14 -5
- package/index.json +14 -5
- package/index.mjs +14 -5
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -66,7 +66,8 @@ var packages$1 = {
|
|
|
66
66
|
"jwt-decode": "jwt_decode",
|
|
67
67
|
"focus-trap": "focusTrap",
|
|
68
68
|
drauu: "Drauu",
|
|
69
|
-
"fuse.js": "Fuse"
|
|
69
|
+
"fuse.js": "Fuse",
|
|
70
|
+
"change-case": "changeCase"
|
|
70
71
|
},
|
|
71
72
|
dir: "packages/integrations",
|
|
72
73
|
docs: "https://vueuse.org/integrations/README.html"
|
|
@@ -520,6 +521,14 @@ var functions$1 = [
|
|
|
520
521
|
category: "Utilities",
|
|
521
522
|
description: "extended [`toRefs`](https://v3.vuejs.org/api/refs-api.html#torefs) that also accepts refs of an object"
|
|
522
523
|
},
|
|
524
|
+
{
|
|
525
|
+
name: "tryOnBeforeMount",
|
|
526
|
+
"package": "shared",
|
|
527
|
+
lastUpdated: 1648316956000,
|
|
528
|
+
docs: "https://vueuse.org/shared/tryOnBeforeMount/",
|
|
529
|
+
category: "Component",
|
|
530
|
+
description: "safe `onBeforeMount`"
|
|
531
|
+
},
|
|
523
532
|
{
|
|
524
533
|
name: "tryOnBeforeUnmount",
|
|
525
534
|
"package": "shared",
|
|
@@ -604,7 +613,7 @@ var functions$1 = [
|
|
|
604
613
|
{
|
|
605
614
|
name: "useAxios",
|
|
606
615
|
"package": "integrations",
|
|
607
|
-
lastUpdated:
|
|
616
|
+
lastUpdated: 1648362823000,
|
|
608
617
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
609
618
|
category: "@Integrations",
|
|
610
619
|
description: "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
@@ -1129,7 +1138,7 @@ var functions$1 = [
|
|
|
1129
1138
|
{
|
|
1130
1139
|
name: "useKeyModifier",
|
|
1131
1140
|
"package": "core",
|
|
1132
|
-
lastUpdated:
|
|
1141
|
+
lastUpdated: 1648316929000,
|
|
1133
1142
|
docs: "https://vueuse.org/core/useKeyModifier/",
|
|
1134
1143
|
category: "Sensors",
|
|
1135
1144
|
description: "reactive [Modifier State](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/getModifierState)"
|
|
@@ -1177,7 +1186,7 @@ var functions$1 = [
|
|
|
1177
1186
|
{
|
|
1178
1187
|
name: "useMediaQuery",
|
|
1179
1188
|
"package": "core",
|
|
1180
|
-
lastUpdated:
|
|
1189
|
+
lastUpdated: 1648316956000,
|
|
1181
1190
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1182
1191
|
category: "Browser",
|
|
1183
1192
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1342,7 +1351,7 @@ var functions$1 = [
|
|
|
1342
1351
|
{
|
|
1343
1352
|
name: "usePermission",
|
|
1344
1353
|
"package": "core",
|
|
1345
|
-
lastUpdated:
|
|
1354
|
+
lastUpdated: 1648358685000,
|
|
1346
1355
|
docs: "https://vueuse.org/core/usePermission/",
|
|
1347
1356
|
category: "Browser",
|
|
1348
1357
|
description: "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)"
|
package/index.json
CHANGED
|
@@ -63,7 +63,8 @@
|
|
|
63
63
|
"jwt-decode": "jwt_decode",
|
|
64
64
|
"focus-trap": "focusTrap",
|
|
65
65
|
"drauu": "Drauu",
|
|
66
|
-
"fuse.js": "Fuse"
|
|
66
|
+
"fuse.js": "Fuse",
|
|
67
|
+
"change-case": "changeCase"
|
|
67
68
|
},
|
|
68
69
|
"dir": "packages/integrations",
|
|
69
70
|
"docs": "https://vueuse.org/integrations/README.html"
|
|
@@ -517,6 +518,14 @@
|
|
|
517
518
|
"category": "Utilities",
|
|
518
519
|
"description": "extended [`toRefs`](https://v3.vuejs.org/api/refs-api.html#torefs) that also accepts refs of an object"
|
|
519
520
|
},
|
|
521
|
+
{
|
|
522
|
+
"name": "tryOnBeforeMount",
|
|
523
|
+
"package": "shared",
|
|
524
|
+
"lastUpdated": 1648316956000,
|
|
525
|
+
"docs": "https://vueuse.org/shared/tryOnBeforeMount/",
|
|
526
|
+
"category": "Component",
|
|
527
|
+
"description": "safe `onBeforeMount`"
|
|
528
|
+
},
|
|
520
529
|
{
|
|
521
530
|
"name": "tryOnBeforeUnmount",
|
|
522
531
|
"package": "shared",
|
|
@@ -601,7 +610,7 @@
|
|
|
601
610
|
{
|
|
602
611
|
"name": "useAxios",
|
|
603
612
|
"package": "integrations",
|
|
604
|
-
"lastUpdated":
|
|
613
|
+
"lastUpdated": 1648362823000,
|
|
605
614
|
"docs": "https://vueuse.org/integrations/useAxios/",
|
|
606
615
|
"category": "@Integrations",
|
|
607
616
|
"description": "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
@@ -1126,7 +1135,7 @@
|
|
|
1126
1135
|
{
|
|
1127
1136
|
"name": "useKeyModifier",
|
|
1128
1137
|
"package": "core",
|
|
1129
|
-
"lastUpdated":
|
|
1138
|
+
"lastUpdated": 1648316929000,
|
|
1130
1139
|
"docs": "https://vueuse.org/core/useKeyModifier/",
|
|
1131
1140
|
"category": "Sensors",
|
|
1132
1141
|
"description": "reactive [Modifier State](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/getModifierState)"
|
|
@@ -1174,7 +1183,7 @@
|
|
|
1174
1183
|
{
|
|
1175
1184
|
"name": "useMediaQuery",
|
|
1176
1185
|
"package": "core",
|
|
1177
|
-
"lastUpdated":
|
|
1186
|
+
"lastUpdated": 1648316956000,
|
|
1178
1187
|
"docs": "https://vueuse.org/core/useMediaQuery/",
|
|
1179
1188
|
"category": "Browser",
|
|
1180
1189
|
"description": "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1339,7 +1348,7 @@
|
|
|
1339
1348
|
{
|
|
1340
1349
|
"name": "usePermission",
|
|
1341
1350
|
"package": "core",
|
|
1342
|
-
"lastUpdated":
|
|
1351
|
+
"lastUpdated": 1648358685000,
|
|
1343
1352
|
"docs": "https://vueuse.org/core/usePermission/",
|
|
1344
1353
|
"category": "Browser",
|
|
1345
1354
|
"description": "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)"
|
package/index.mjs
CHANGED
|
@@ -62,7 +62,8 @@ var packages$1 = {
|
|
|
62
62
|
"jwt-decode": "jwt_decode",
|
|
63
63
|
"focus-trap": "focusTrap",
|
|
64
64
|
drauu: "Drauu",
|
|
65
|
-
"fuse.js": "Fuse"
|
|
65
|
+
"fuse.js": "Fuse",
|
|
66
|
+
"change-case": "changeCase"
|
|
66
67
|
},
|
|
67
68
|
dir: "packages/integrations",
|
|
68
69
|
docs: "https://vueuse.org/integrations/README.html"
|
|
@@ -516,6 +517,14 @@ var functions$1 = [
|
|
|
516
517
|
category: "Utilities",
|
|
517
518
|
description: "extended [`toRefs`](https://v3.vuejs.org/api/refs-api.html#torefs) that also accepts refs of an object"
|
|
518
519
|
},
|
|
520
|
+
{
|
|
521
|
+
name: "tryOnBeforeMount",
|
|
522
|
+
"package": "shared",
|
|
523
|
+
lastUpdated: 1648316956000,
|
|
524
|
+
docs: "https://vueuse.org/shared/tryOnBeforeMount/",
|
|
525
|
+
category: "Component",
|
|
526
|
+
description: "safe `onBeforeMount`"
|
|
527
|
+
},
|
|
519
528
|
{
|
|
520
529
|
name: "tryOnBeforeUnmount",
|
|
521
530
|
"package": "shared",
|
|
@@ -600,7 +609,7 @@ var functions$1 = [
|
|
|
600
609
|
{
|
|
601
610
|
name: "useAxios",
|
|
602
611
|
"package": "integrations",
|
|
603
|
-
lastUpdated:
|
|
612
|
+
lastUpdated: 1648362823000,
|
|
604
613
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
605
614
|
category: "@Integrations",
|
|
606
615
|
description: "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
@@ -1125,7 +1134,7 @@ var functions$1 = [
|
|
|
1125
1134
|
{
|
|
1126
1135
|
name: "useKeyModifier",
|
|
1127
1136
|
"package": "core",
|
|
1128
|
-
lastUpdated:
|
|
1137
|
+
lastUpdated: 1648316929000,
|
|
1129
1138
|
docs: "https://vueuse.org/core/useKeyModifier/",
|
|
1130
1139
|
category: "Sensors",
|
|
1131
1140
|
description: "reactive [Modifier State](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/getModifierState)"
|
|
@@ -1173,7 +1182,7 @@ var functions$1 = [
|
|
|
1173
1182
|
{
|
|
1174
1183
|
name: "useMediaQuery",
|
|
1175
1184
|
"package": "core",
|
|
1176
|
-
lastUpdated:
|
|
1185
|
+
lastUpdated: 1648316956000,
|
|
1177
1186
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1178
1187
|
category: "Browser",
|
|
1179
1188
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1338,7 +1347,7 @@ var functions$1 = [
|
|
|
1338
1347
|
{
|
|
1339
1348
|
name: "usePermission",
|
|
1340
1349
|
"package": "core",
|
|
1341
|
-
lastUpdated:
|
|
1350
|
+
lastUpdated: 1648358685000,
|
|
1342
1351
|
docs: "https://vueuse.org/core/usePermission/",
|
|
1343
1352
|
category: "Browser",
|
|
1344
1353
|
description: "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)"
|