@vueuse/nuxt 7.5.5 → 7.6.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.
Files changed (2) hide show
  1. package/indexes.json +43 -8
  2. package/package.json +2 -2
package/indexes.json CHANGED
@@ -269,7 +269,7 @@
269
269
  {
270
270
  "name": "eagerComputed",
271
271
  "package": "shared",
272
- "lastUpdated": 1639442454000,
272
+ "lastUpdated": 1644288750000,
273
273
  "docs": "https://vueuse.org/shared/eagerComputed/",
274
274
  "category": "Utilities",
275
275
  "description": "eager computed without lazy evaluation"
@@ -333,7 +333,7 @@
333
333
  {
334
334
  "name": "onClickOutside",
335
335
  "package": "core",
336
- "lastUpdated": 1639442454000,
336
+ "lastUpdated": 1644285140000,
337
337
  "component": true,
338
338
  "directive": true,
339
339
  "docs": "https://vueuse.org/core/onClickOutside/",
@@ -348,6 +348,16 @@
348
348
  "category": "Sensors",
349
349
  "description": "listen for keyboard key being stroked"
350
350
  },
351
+ {
352
+ "name": "onLongpress",
353
+ "package": "core",
354
+ "lastUpdated": 1644314107000,
355
+ "component": true,
356
+ "directive": true,
357
+ "docs": "https://vueuse.org/core/onLongpress/",
358
+ "category": "Sensors",
359
+ "description": "listen for a long press on an element"
360
+ },
351
361
  {
352
362
  "name": "onStartTyping",
353
363
  "package": "core",
@@ -599,6 +609,14 @@
599
609
  "category": "Browser",
600
610
  "description": "reactive browser location"
601
611
  },
612
+ {
613
+ "name": "useCached",
614
+ "package": "core",
615
+ "lastUpdated": 1644284136000,
616
+ "docs": "https://vueuse.org/core/useCached/",
617
+ "category": "Utilities",
618
+ "description": "cache a ref with a custom comparator"
619
+ },
602
620
  {
603
621
  "name": "useClamp",
604
622
  "package": "core",
@@ -770,7 +788,7 @@
770
788
  {
771
789
  "name": "useElementBounding",
772
790
  "package": "core",
773
- "lastUpdated": 1639442454000,
791
+ "lastUpdated": 1643451851000,
774
792
  "component": true,
775
793
  "docs": "https://vueuse.org/core/useElementBounding/",
776
794
  "category": "Elements",
@@ -854,7 +872,7 @@
854
872
  {
855
873
  "name": "useFetch",
856
874
  "package": "core",
857
- "lastUpdated": 1642756441000,
875
+ "lastUpdated": 1643452837000,
858
876
  "docs": "https://vueuse.org/core/useFetch/",
859
877
  "category": "Network",
860
878
  "description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
@@ -935,6 +953,14 @@
935
953
  "category": "Sensors",
936
954
  "description": "tracks whether the user is being inactive"
937
955
  },
956
+ {
957
+ "name": "useInfiniteScroll",
958
+ "package": "core",
959
+ "lastUpdated": 1644314143000,
960
+ "docs": "https://vueuse.org/core/useInfiniteScroll/",
961
+ "category": "Sensors",
962
+ "description": "infinite scrolling of the element"
963
+ },
938
964
  {
939
965
  "name": "useIntersectionObserver",
940
966
  "package": "core",
@@ -946,7 +972,7 @@
946
972
  {
947
973
  "name": "useInterval",
948
974
  "package": "shared",
949
- "lastUpdated": 1639442454000,
975
+ "lastUpdated": 1644285131000,
950
976
  "docs": "https://vueuse.org/shared/useInterval/",
951
977
  "category": "Animation",
952
978
  "description": "reactive counter increases on every interval"
@@ -954,7 +980,7 @@
954
980
  {
955
981
  "name": "useIntervalFn",
956
982
  "package": "shared",
957
- "lastUpdated": 1639818708000,
983
+ "lastUpdated": 1644285131000,
958
984
  "docs": "https://vueuse.org/shared/useIntervalFn/",
959
985
  "category": "Animation",
960
986
  "description": "wrapper for `setInterval` with controls"
@@ -1148,6 +1174,15 @@
1148
1174
  "category": "@RxJS",
1149
1175
  "description": "use an Observable"
1150
1176
  },
1177
+ {
1178
+ "name": "useOffsetPagination",
1179
+ "package": "core",
1180
+ "lastUpdated": 1644315811000,
1181
+ "component": true,
1182
+ "docs": "https://vueuse.org/core/useOffsetPagination/",
1183
+ "category": "Utilities",
1184
+ "description": "reactive offset pagination"
1185
+ },
1151
1186
  {
1152
1187
  "name": "useOnline",
1153
1188
  "package": "core",
@@ -1294,7 +1329,7 @@
1294
1329
  {
1295
1330
  "name": "useScriptTag",
1296
1331
  "package": "core",
1297
- "lastUpdated": 1640930559000,
1332
+ "lastUpdated": 1644283181000,
1298
1333
  "docs": "https://vueuse.org/core/useScriptTag/",
1299
1334
  "category": "Browser",
1300
1335
  "description": "script tag injecting"
@@ -1350,7 +1385,7 @@
1350
1385
  {
1351
1386
  "name": "useStorage",
1352
1387
  "package": "core",
1353
- "lastUpdated": 1642756441000,
1388
+ "lastUpdated": 1643314821000,
1354
1389
  "docs": "https://vueuse.org/core/useStorage/",
1355
1390
  "category": "State",
1356
1391
  "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)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueuse/nuxt",
3
- "version": "7.5.5",
3
+ "version": "7.6.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.5.5",
38
+ "@vueuse/core": "7.6.0",
39
39
  "local-pkg": "^0.4.1",
40
40
  "vue-demi": "*"
41
41
  },