@vueuse/metadata 8.2.5 → 8.3.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 +8 -8
- package/index.json +8 -8
- package/index.mjs +8 -8
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -405,7 +405,7 @@ var functions$1 = [
|
|
|
405
405
|
{
|
|
406
406
|
name: "refAutoReset",
|
|
407
407
|
"package": "shared",
|
|
408
|
-
lastUpdated:
|
|
408
|
+
lastUpdated: 1650438204000,
|
|
409
409
|
docs: "https://vueuse.org/shared/refAutoReset/",
|
|
410
410
|
category: "Utilities",
|
|
411
411
|
description: "a ref which will be reset to the default value after some time",
|
|
@@ -763,7 +763,7 @@ var functions$1 = [
|
|
|
763
763
|
{
|
|
764
764
|
name: "useDateFormat",
|
|
765
765
|
"package": "shared",
|
|
766
|
-
lastUpdated:
|
|
766
|
+
lastUpdated: 1649931963000,
|
|
767
767
|
docs: "https://vueuse.org/shared/useDateFormat/",
|
|
768
768
|
category: "Utilities",
|
|
769
769
|
description: "get the formatted date according to the string of tokens passed in"
|
|
@@ -847,7 +847,7 @@ var functions$1 = [
|
|
|
847
847
|
{
|
|
848
848
|
name: "useDraggable",
|
|
849
849
|
"package": "core",
|
|
850
|
-
lastUpdated:
|
|
850
|
+
lastUpdated: 1650371782000,
|
|
851
851
|
component: true,
|
|
852
852
|
docs: "https://vueuse.org/core/useDraggable/",
|
|
853
853
|
category: "Elements",
|
|
@@ -965,7 +965,7 @@ var functions$1 = [
|
|
|
965
965
|
{
|
|
966
966
|
name: "useFetch",
|
|
967
967
|
"package": "core",
|
|
968
|
-
lastUpdated:
|
|
968
|
+
lastUpdated: 1650129325000,
|
|
969
969
|
docs: "https://vueuse.org/core/useFetch/",
|
|
970
970
|
category: "Network",
|
|
971
971
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1300,7 +1300,7 @@ var functions$1 = [
|
|
|
1300
1300
|
{
|
|
1301
1301
|
name: "useNProgress",
|
|
1302
1302
|
"package": "integrations",
|
|
1303
|
-
lastUpdated:
|
|
1303
|
+
lastUpdated: 1649678843000,
|
|
1304
1304
|
docs: "https://vueuse.org/integrations/useNProgress/",
|
|
1305
1305
|
category: "@Integrations",
|
|
1306
1306
|
description: "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)"
|
|
@@ -1415,7 +1415,7 @@ var functions$1 = [
|
|
|
1415
1415
|
{
|
|
1416
1416
|
name: "useRafFn",
|
|
1417
1417
|
"package": "core",
|
|
1418
|
-
lastUpdated:
|
|
1418
|
+
lastUpdated: 1650339134000,
|
|
1419
1419
|
docs: "https://vueuse.org/core/useRafFn/",
|
|
1420
1420
|
category: "Animation",
|
|
1421
1421
|
description: "call function on every `requestAnimationFrame`"
|
|
@@ -1450,7 +1450,7 @@ var functions$1 = [
|
|
|
1450
1450
|
{
|
|
1451
1451
|
name: "useRouteQuery",
|
|
1452
1452
|
"package": "router",
|
|
1453
|
-
lastUpdated:
|
|
1453
|
+
lastUpdated: 1649931974000,
|
|
1454
1454
|
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1455
1455
|
category: "@Router",
|
|
1456
1456
|
description: "shorthand for reactive route.query"
|
|
@@ -1475,7 +1475,7 @@ var functions$1 = [
|
|
|
1475
1475
|
{
|
|
1476
1476
|
name: "useScriptTag",
|
|
1477
1477
|
"package": "core",
|
|
1478
|
-
lastUpdated:
|
|
1478
|
+
lastUpdated: 1650461527000,
|
|
1479
1479
|
docs: "https://vueuse.org/core/useScriptTag/",
|
|
1480
1480
|
category: "Browser",
|
|
1481
1481
|
description: "script tag injecting"
|
package/index.json
CHANGED
|
@@ -402,7 +402,7 @@
|
|
|
402
402
|
{
|
|
403
403
|
"name": "refAutoReset",
|
|
404
404
|
"package": "shared",
|
|
405
|
-
"lastUpdated":
|
|
405
|
+
"lastUpdated": 1650438204000,
|
|
406
406
|
"docs": "https://vueuse.org/shared/refAutoReset/",
|
|
407
407
|
"category": "Utilities",
|
|
408
408
|
"description": "a ref which will be reset to the default value after some time",
|
|
@@ -760,7 +760,7 @@
|
|
|
760
760
|
{
|
|
761
761
|
"name": "useDateFormat",
|
|
762
762
|
"package": "shared",
|
|
763
|
-
"lastUpdated":
|
|
763
|
+
"lastUpdated": 1649931963000,
|
|
764
764
|
"docs": "https://vueuse.org/shared/useDateFormat/",
|
|
765
765
|
"category": "Utilities",
|
|
766
766
|
"description": "get the formatted date according to the string of tokens passed in"
|
|
@@ -844,7 +844,7 @@
|
|
|
844
844
|
{
|
|
845
845
|
"name": "useDraggable",
|
|
846
846
|
"package": "core",
|
|
847
|
-
"lastUpdated":
|
|
847
|
+
"lastUpdated": 1650371782000,
|
|
848
848
|
"component": true,
|
|
849
849
|
"docs": "https://vueuse.org/core/useDraggable/",
|
|
850
850
|
"category": "Elements",
|
|
@@ -962,7 +962,7 @@
|
|
|
962
962
|
{
|
|
963
963
|
"name": "useFetch",
|
|
964
964
|
"package": "core",
|
|
965
|
-
"lastUpdated":
|
|
965
|
+
"lastUpdated": 1650129325000,
|
|
966
966
|
"docs": "https://vueuse.org/core/useFetch/",
|
|
967
967
|
"category": "Network",
|
|
968
968
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1297,7 +1297,7 @@
|
|
|
1297
1297
|
{
|
|
1298
1298
|
"name": "useNProgress",
|
|
1299
1299
|
"package": "integrations",
|
|
1300
|
-
"lastUpdated":
|
|
1300
|
+
"lastUpdated": 1649678843000,
|
|
1301
1301
|
"docs": "https://vueuse.org/integrations/useNProgress/",
|
|
1302
1302
|
"category": "@Integrations",
|
|
1303
1303
|
"description": "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)"
|
|
@@ -1412,7 +1412,7 @@
|
|
|
1412
1412
|
{
|
|
1413
1413
|
"name": "useRafFn",
|
|
1414
1414
|
"package": "core",
|
|
1415
|
-
"lastUpdated":
|
|
1415
|
+
"lastUpdated": 1650339134000,
|
|
1416
1416
|
"docs": "https://vueuse.org/core/useRafFn/",
|
|
1417
1417
|
"category": "Animation",
|
|
1418
1418
|
"description": "call function on every `requestAnimationFrame`"
|
|
@@ -1447,7 +1447,7 @@
|
|
|
1447
1447
|
{
|
|
1448
1448
|
"name": "useRouteQuery",
|
|
1449
1449
|
"package": "router",
|
|
1450
|
-
"lastUpdated":
|
|
1450
|
+
"lastUpdated": 1649931974000,
|
|
1451
1451
|
"docs": "https://vueuse.org/router/useRouteQuery/",
|
|
1452
1452
|
"category": "@Router",
|
|
1453
1453
|
"description": "shorthand for reactive route.query"
|
|
@@ -1472,7 +1472,7 @@
|
|
|
1472
1472
|
{
|
|
1473
1473
|
"name": "useScriptTag",
|
|
1474
1474
|
"package": "core",
|
|
1475
|
-
"lastUpdated":
|
|
1475
|
+
"lastUpdated": 1650461527000,
|
|
1476
1476
|
"docs": "https://vueuse.org/core/useScriptTag/",
|
|
1477
1477
|
"category": "Browser",
|
|
1478
1478
|
"description": "script tag injecting"
|
package/index.mjs
CHANGED
|
@@ -401,7 +401,7 @@ var functions$1 = [
|
|
|
401
401
|
{
|
|
402
402
|
name: "refAutoReset",
|
|
403
403
|
"package": "shared",
|
|
404
|
-
lastUpdated:
|
|
404
|
+
lastUpdated: 1650438204000,
|
|
405
405
|
docs: "https://vueuse.org/shared/refAutoReset/",
|
|
406
406
|
category: "Utilities",
|
|
407
407
|
description: "a ref which will be reset to the default value after some time",
|
|
@@ -759,7 +759,7 @@ var functions$1 = [
|
|
|
759
759
|
{
|
|
760
760
|
name: "useDateFormat",
|
|
761
761
|
"package": "shared",
|
|
762
|
-
lastUpdated:
|
|
762
|
+
lastUpdated: 1649931963000,
|
|
763
763
|
docs: "https://vueuse.org/shared/useDateFormat/",
|
|
764
764
|
category: "Utilities",
|
|
765
765
|
description: "get the formatted date according to the string of tokens passed in"
|
|
@@ -843,7 +843,7 @@ var functions$1 = [
|
|
|
843
843
|
{
|
|
844
844
|
name: "useDraggable",
|
|
845
845
|
"package": "core",
|
|
846
|
-
lastUpdated:
|
|
846
|
+
lastUpdated: 1650371782000,
|
|
847
847
|
component: true,
|
|
848
848
|
docs: "https://vueuse.org/core/useDraggable/",
|
|
849
849
|
category: "Elements",
|
|
@@ -961,7 +961,7 @@ var functions$1 = [
|
|
|
961
961
|
{
|
|
962
962
|
name: "useFetch",
|
|
963
963
|
"package": "core",
|
|
964
|
-
lastUpdated:
|
|
964
|
+
lastUpdated: 1650129325000,
|
|
965
965
|
docs: "https://vueuse.org/core/useFetch/",
|
|
966
966
|
category: "Network",
|
|
967
967
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1296,7 +1296,7 @@ var functions$1 = [
|
|
|
1296
1296
|
{
|
|
1297
1297
|
name: "useNProgress",
|
|
1298
1298
|
"package": "integrations",
|
|
1299
|
-
lastUpdated:
|
|
1299
|
+
lastUpdated: 1649678843000,
|
|
1300
1300
|
docs: "https://vueuse.org/integrations/useNProgress/",
|
|
1301
1301
|
category: "@Integrations",
|
|
1302
1302
|
description: "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)"
|
|
@@ -1411,7 +1411,7 @@ var functions$1 = [
|
|
|
1411
1411
|
{
|
|
1412
1412
|
name: "useRafFn",
|
|
1413
1413
|
"package": "core",
|
|
1414
|
-
lastUpdated:
|
|
1414
|
+
lastUpdated: 1650339134000,
|
|
1415
1415
|
docs: "https://vueuse.org/core/useRafFn/",
|
|
1416
1416
|
category: "Animation",
|
|
1417
1417
|
description: "call function on every `requestAnimationFrame`"
|
|
@@ -1446,7 +1446,7 @@ var functions$1 = [
|
|
|
1446
1446
|
{
|
|
1447
1447
|
name: "useRouteQuery",
|
|
1448
1448
|
"package": "router",
|
|
1449
|
-
lastUpdated:
|
|
1449
|
+
lastUpdated: 1649931974000,
|
|
1450
1450
|
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1451
1451
|
category: "@Router",
|
|
1452
1452
|
description: "shorthand for reactive route.query"
|
|
@@ -1471,7 +1471,7 @@ var functions$1 = [
|
|
|
1471
1471
|
{
|
|
1472
1472
|
name: "useScriptTag",
|
|
1473
1473
|
"package": "core",
|
|
1474
|
-
lastUpdated:
|
|
1474
|
+
lastUpdated: 1650461527000,
|
|
1475
1475
|
docs: "https://vueuse.org/core/useScriptTag/",
|
|
1476
1476
|
category: "Browser",
|
|
1477
1477
|
description: "script tag injecting"
|