@vueuse/nuxt 7.6.2 → 7.7.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/indexes.json +91 -9
- package/package.json +2 -2
package/indexes.json
CHANGED
|
@@ -149,9 +149,12 @@
|
|
|
149
149
|
"Watch",
|
|
150
150
|
"@Electron",
|
|
151
151
|
"@Firebase",
|
|
152
|
+
"@Head",
|
|
152
153
|
"@Integrations",
|
|
154
|
+
"@Motion",
|
|
153
155
|
"@Router",
|
|
154
|
-
"@RxJS"
|
|
156
|
+
"@RxJS",
|
|
157
|
+
"@Sound"
|
|
155
158
|
],
|
|
156
159
|
"functions": [
|
|
157
160
|
{
|
|
@@ -226,6 +229,13 @@
|
|
|
226
229
|
"category": "State",
|
|
227
230
|
"description": "keep states in the global scope to be reusable across Vue instances"
|
|
228
231
|
},
|
|
232
|
+
{
|
|
233
|
+
"name": "createHead",
|
|
234
|
+
"package": "head",
|
|
235
|
+
"description": "create the head manager instance.",
|
|
236
|
+
"category": "@Head",
|
|
237
|
+
"external": "https://github.com/vueuse/head#api"
|
|
238
|
+
},
|
|
229
239
|
{
|
|
230
240
|
"name": "createReactiveFn",
|
|
231
241
|
"package": "shared",
|
|
@@ -398,6 +408,22 @@
|
|
|
398
408
|
"category": "Utilities",
|
|
399
409
|
"description": "apply `reactify` to an object"
|
|
400
410
|
},
|
|
411
|
+
{
|
|
412
|
+
"name": "reactiveComputed",
|
|
413
|
+
"package": "shared",
|
|
414
|
+
"lastUpdated": 1645876129000,
|
|
415
|
+
"docs": "https://vueuse.org/shared/reactiveComputed/",
|
|
416
|
+
"category": "Utilities",
|
|
417
|
+
"description": "computed reactive object"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"name": "reactiveOmit",
|
|
421
|
+
"package": "shared",
|
|
422
|
+
"lastUpdated": 1645876129000,
|
|
423
|
+
"docs": "https://vueuse.org/shared/reactiveOmit/",
|
|
424
|
+
"category": "Utilities",
|
|
425
|
+
"description": "reactively omit fields from a reactive object"
|
|
426
|
+
},
|
|
401
427
|
{
|
|
402
428
|
"name": "reactivePick",
|
|
403
429
|
"package": "shared",
|
|
@@ -465,7 +491,7 @@
|
|
|
465
491
|
{
|
|
466
492
|
"name": "toReactive",
|
|
467
493
|
"package": "shared",
|
|
468
|
-
"lastUpdated":
|
|
494
|
+
"lastUpdated": 1645878866000,
|
|
469
495
|
"docs": "https://vueuse.org/shared/toReactive/",
|
|
470
496
|
"category": "Utilities",
|
|
471
497
|
"description": "converts ref to reactive"
|
|
@@ -587,7 +613,7 @@
|
|
|
587
613
|
{
|
|
588
614
|
"name": "useBreakpoints",
|
|
589
615
|
"package": "core",
|
|
590
|
-
"lastUpdated":
|
|
616
|
+
"lastUpdated": 1645877163000,
|
|
591
617
|
"docs": "https://vueuse.org/core/useBreakpoints/",
|
|
592
618
|
"category": "Browser",
|
|
593
619
|
"description": "reactive viewport breakpoints"
|
|
@@ -620,7 +646,7 @@
|
|
|
620
646
|
{
|
|
621
647
|
"name": "useClamp",
|
|
622
648
|
"package": "core",
|
|
623
|
-
"lastUpdated":
|
|
649
|
+
"lastUpdated": 1645872829000,
|
|
624
650
|
"docs": "https://vueuse.org/core/useClamp/",
|
|
625
651
|
"category": "Utilities",
|
|
626
652
|
"description": "reactively clamp a value between two other values"
|
|
@@ -677,7 +703,7 @@
|
|
|
677
703
|
{
|
|
678
704
|
"name": "useCycleList",
|
|
679
705
|
"package": "core",
|
|
680
|
-
"lastUpdated":
|
|
706
|
+
"lastUpdated": 1645016530000,
|
|
681
707
|
"docs": "https://vueuse.org/core/useCycleList/",
|
|
682
708
|
"category": "Utilities",
|
|
683
709
|
"description": "cycle through a list of items"
|
|
@@ -819,6 +845,20 @@
|
|
|
819
845
|
"category": "Elements",
|
|
820
846
|
"description": "reactive size of an HTML element"
|
|
821
847
|
},
|
|
848
|
+
{
|
|
849
|
+
"package": "motion",
|
|
850
|
+
"category": "@Motion",
|
|
851
|
+
"name": "useElementStyle",
|
|
852
|
+
"description": "sync a reactive object to a target element CSS styling",
|
|
853
|
+
"external": "https://motion.vueuse.org/api/use-element-style.html"
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"package": "motion",
|
|
857
|
+
"category": "@Motion",
|
|
858
|
+
"name": "useElementTransform",
|
|
859
|
+
"description": "sync a reactive object to a target element CSS transform.",
|
|
860
|
+
"external": "https://motion.vueuse.org/api/use-element-transform.html"
|
|
861
|
+
},
|
|
822
862
|
{
|
|
823
863
|
"name": "useElementVisibility",
|
|
824
864
|
"package": "core",
|
|
@@ -831,7 +871,7 @@
|
|
|
831
871
|
{
|
|
832
872
|
"name": "useEventBus",
|
|
833
873
|
"package": "core",
|
|
834
|
-
"lastUpdated":
|
|
874
|
+
"lastUpdated": 1645877200000,
|
|
835
875
|
"docs": "https://vueuse.org/core/useEventBus/",
|
|
836
876
|
"category": "Utilities",
|
|
837
877
|
"description": "a basic event bus"
|
|
@@ -872,7 +912,7 @@
|
|
|
872
912
|
{
|
|
873
913
|
"name": "useFetch",
|
|
874
914
|
"package": "core",
|
|
875
|
-
"lastUpdated":
|
|
915
|
+
"lastUpdated": 1645877144000,
|
|
876
916
|
"docs": "https://vueuse.org/core/useFetch/",
|
|
877
917
|
"category": "Network",
|
|
878
918
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -921,7 +961,7 @@
|
|
|
921
961
|
{
|
|
922
962
|
"name": "useFullscreen",
|
|
923
963
|
"package": "core",
|
|
924
|
-
"lastUpdated":
|
|
964
|
+
"lastUpdated": 1645877181000,
|
|
925
965
|
"component": true,
|
|
926
966
|
"docs": "https://vueuse.org/core/useFullscreen/",
|
|
927
967
|
"category": "Browser",
|
|
@@ -944,6 +984,13 @@
|
|
|
944
984
|
"category": "Sensors",
|
|
945
985
|
"description": "reactive [Geolocation API](https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API)"
|
|
946
986
|
},
|
|
987
|
+
{
|
|
988
|
+
"name": "useHead",
|
|
989
|
+
"package": "head",
|
|
990
|
+
"description": "update head meta tags reactively.",
|
|
991
|
+
"category": "@Head",
|
|
992
|
+
"external": "https://github.com/vueuse/head#api"
|
|
993
|
+
},
|
|
947
994
|
{
|
|
948
995
|
"name": "useIdle",
|
|
949
996
|
"package": "core",
|
|
@@ -1089,6 +1136,27 @@
|
|
|
1089
1136
|
"category": "Browser",
|
|
1090
1137
|
"description": "reactive Memory Info"
|
|
1091
1138
|
},
|
|
1139
|
+
{
|
|
1140
|
+
"package": "motion",
|
|
1141
|
+
"category": "@Motion",
|
|
1142
|
+
"name": "useMotion",
|
|
1143
|
+
"description": "putting your components in motion.",
|
|
1144
|
+
"external": "https://motion.vueuse.org/api/use-motion.html"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"package": "motion",
|
|
1148
|
+
"category": "@Motion",
|
|
1149
|
+
"name": "useMotionProperties",
|
|
1150
|
+
"description": "access Motion Properties for a target element.",
|
|
1151
|
+
"external": "https://motion.vueuse.org/api/use-motion-properties.html"
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
"package": "motion",
|
|
1155
|
+
"category": "@Motion",
|
|
1156
|
+
"name": "useMotionVariants",
|
|
1157
|
+
"description": "handle the Variants state and selection.",
|
|
1158
|
+
"external": "https://motion.vueuse.org/api/use-motion-variants.html"
|
|
1159
|
+
},
|
|
1092
1160
|
{
|
|
1093
1161
|
"name": "useMounted",
|
|
1094
1162
|
"package": "core",
|
|
@@ -1100,7 +1168,7 @@
|
|
|
1100
1168
|
{
|
|
1101
1169
|
"name": "useMouse",
|
|
1102
1170
|
"package": "core",
|
|
1103
|
-
"lastUpdated":
|
|
1171
|
+
"lastUpdated": 1644822501000,
|
|
1104
1172
|
"component": true,
|
|
1105
1173
|
"docs": "https://vueuse.org/core/useMouse/",
|
|
1106
1174
|
"category": "Sensors",
|
|
@@ -1366,6 +1434,13 @@
|
|
|
1366
1434
|
"category": "Browser",
|
|
1367
1435
|
"description": "reactive [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share)"
|
|
1368
1436
|
},
|
|
1437
|
+
{
|
|
1438
|
+
"name": "useSound",
|
|
1439
|
+
"package": "sound",
|
|
1440
|
+
"description": "play sound effects reactively.",
|
|
1441
|
+
"category": "@Sound",
|
|
1442
|
+
"external": "https://github.com/vueuse/sound#examples"
|
|
1443
|
+
},
|
|
1369
1444
|
{
|
|
1370
1445
|
"name": "useSpeechRecognition",
|
|
1371
1446
|
"package": "core",
|
|
@@ -1382,6 +1457,13 @@
|
|
|
1382
1457
|
"category": "Sensors",
|
|
1383
1458
|
"description": "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
|
|
1384
1459
|
},
|
|
1460
|
+
{
|
|
1461
|
+
"package": "motion",
|
|
1462
|
+
"category": "@Motion",
|
|
1463
|
+
"name": "useSpring",
|
|
1464
|
+
"description": "spring animations.",
|
|
1465
|
+
"external": "https://motion.vueuse.org/api/use-spring.html"
|
|
1466
|
+
},
|
|
1385
1467
|
{
|
|
1386
1468
|
"name": "useStorage",
|
|
1387
1469
|
"package": "core",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vueuse/nuxt",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.7.0",
|
|
4
4
|
"description": "VueUse Nuxt Module",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vue",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"types": "./index.d.ts",
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@nuxt/kit": "npm:@nuxt/kit-edge@latest",
|
|
38
|
-
"@vueuse/core": "7.
|
|
38
|
+
"@vueuse/core": "7.7.0",
|
|
39
39
|
"local-pkg": "^0.4.1",
|
|
40
40
|
"vue-demi": "*"
|
|
41
41
|
},
|