@vueuse/metadata 8.2.6 → 8.3.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/index.cjs +5 -5
- package/index.json +5 -5
- package/index.mjs +5 -5
- 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",
|
|
@@ -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"
|
|
@@ -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`"
|
|
@@ -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",
|
|
@@ -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"
|
|
@@ -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`"
|
|
@@ -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",
|
|
@@ -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"
|
|
@@ -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`"
|
|
@@ -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"
|