@vueuse/metadata 10.2.0 → 10.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 +7 -7
- package/index.json +7 -7
- package/index.mjs +7 -7
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -321,7 +321,7 @@ var functions$1 = [
|
|
|
321
321
|
{
|
|
322
322
|
name: "from",
|
|
323
323
|
"package": "rxjs",
|
|
324
|
-
lastUpdated:
|
|
324
|
+
lastUpdated: 1687945183000,
|
|
325
325
|
docs: "https://vueuse.org/rxjs/from/",
|
|
326
326
|
category: "@RxJS",
|
|
327
327
|
description: "/ fromEvent"
|
|
@@ -612,7 +612,7 @@ var functions$1 = [
|
|
|
612
612
|
{
|
|
613
613
|
name: "toRefs",
|
|
614
614
|
"package": "shared",
|
|
615
|
-
lastUpdated:
|
|
615
|
+
lastUpdated: 1687334077000,
|
|
616
616
|
docs: "https://vueuse.org/shared/toRefs/",
|
|
617
617
|
category: "Reactivity",
|
|
618
618
|
description: "extended [`toRefs`](https://v3.vuejs.org/api/refs-api.html#torefs) that also accepts refs of an object"
|
|
@@ -1147,7 +1147,7 @@ var functions$1 = [
|
|
|
1147
1147
|
{
|
|
1148
1148
|
name: "useDropZone",
|
|
1149
1149
|
"package": "core",
|
|
1150
|
-
lastUpdated:
|
|
1150
|
+
lastUpdated: 1687943981000,
|
|
1151
1151
|
docs: "https://vueuse.org/core/useDropZone/",
|
|
1152
1152
|
category: "Elements",
|
|
1153
1153
|
description: "create a zone where files can be dropped"
|
|
@@ -1331,7 +1331,7 @@ var functions$1 = [
|
|
|
1331
1331
|
{
|
|
1332
1332
|
name: "useFullscreen",
|
|
1333
1333
|
"package": "core",
|
|
1334
|
-
lastUpdated:
|
|
1334
|
+
lastUpdated: 1687945249000,
|
|
1335
1335
|
component: true,
|
|
1336
1336
|
docs: "https://vueuse.org/core/useFullscreen/",
|
|
1337
1337
|
category: "Browser",
|
|
@@ -1400,7 +1400,7 @@ var functions$1 = [
|
|
|
1400
1400
|
{
|
|
1401
1401
|
name: "useInfiniteScroll",
|
|
1402
1402
|
"package": "core",
|
|
1403
|
-
lastUpdated:
|
|
1403
|
+
lastUpdated: 1687945394000,
|
|
1404
1404
|
directive: true,
|
|
1405
1405
|
docs: "https://vueuse.org/core/useInfiniteScroll/",
|
|
1406
1406
|
category: "Sensors",
|
|
@@ -1859,7 +1859,7 @@ var functions$1 = [
|
|
|
1859
1859
|
{
|
|
1860
1860
|
name: "useRafFn",
|
|
1861
1861
|
"package": "core",
|
|
1862
|
-
lastUpdated:
|
|
1862
|
+
lastUpdated: 1687945443000,
|
|
1863
1863
|
docs: "https://vueuse.org/core/useRafFn/",
|
|
1864
1864
|
category: "Animation",
|
|
1865
1865
|
description: "call function on every `requestAnimationFrame`"
|
|
@@ -2210,7 +2210,7 @@ var functions$1 = [
|
|
|
2210
2210
|
{
|
|
2211
2211
|
name: "useTimeoutPoll",
|
|
2212
2212
|
"package": "core",
|
|
2213
|
-
lastUpdated:
|
|
2213
|
+
lastUpdated: 1687945312000,
|
|
2214
2214
|
docs: "https://vueuse.org/core/useTimeoutPoll/",
|
|
2215
2215
|
category: "Utilities",
|
|
2216
2216
|
description: "use timeout to poll something"
|
package/index.json
CHANGED
|
@@ -320,7 +320,7 @@
|
|
|
320
320
|
{
|
|
321
321
|
"name": "from",
|
|
322
322
|
"package": "rxjs",
|
|
323
|
-
"lastUpdated":
|
|
323
|
+
"lastUpdated": 1687945183000,
|
|
324
324
|
"docs": "https://vueuse.org/rxjs/from/",
|
|
325
325
|
"category": "@RxJS",
|
|
326
326
|
"description": "/ fromEvent"
|
|
@@ -611,7 +611,7 @@
|
|
|
611
611
|
{
|
|
612
612
|
"name": "toRefs",
|
|
613
613
|
"package": "shared",
|
|
614
|
-
"lastUpdated":
|
|
614
|
+
"lastUpdated": 1687334077000,
|
|
615
615
|
"docs": "https://vueuse.org/shared/toRefs/",
|
|
616
616
|
"category": "Reactivity",
|
|
617
617
|
"description": "extended [`toRefs`](https://v3.vuejs.org/api/refs-api.html#torefs) that also accepts refs of an object"
|
|
@@ -1146,7 +1146,7 @@
|
|
|
1146
1146
|
{
|
|
1147
1147
|
"name": "useDropZone",
|
|
1148
1148
|
"package": "core",
|
|
1149
|
-
"lastUpdated":
|
|
1149
|
+
"lastUpdated": 1687943981000,
|
|
1150
1150
|
"docs": "https://vueuse.org/core/useDropZone/",
|
|
1151
1151
|
"category": "Elements",
|
|
1152
1152
|
"description": "create a zone where files can be dropped"
|
|
@@ -1330,7 +1330,7 @@
|
|
|
1330
1330
|
{
|
|
1331
1331
|
"name": "useFullscreen",
|
|
1332
1332
|
"package": "core",
|
|
1333
|
-
"lastUpdated":
|
|
1333
|
+
"lastUpdated": 1687945249000,
|
|
1334
1334
|
"component": true,
|
|
1335
1335
|
"docs": "https://vueuse.org/core/useFullscreen/",
|
|
1336
1336
|
"category": "Browser",
|
|
@@ -1399,7 +1399,7 @@
|
|
|
1399
1399
|
{
|
|
1400
1400
|
"name": "useInfiniteScroll",
|
|
1401
1401
|
"package": "core",
|
|
1402
|
-
"lastUpdated":
|
|
1402
|
+
"lastUpdated": 1687945394000,
|
|
1403
1403
|
"directive": true,
|
|
1404
1404
|
"docs": "https://vueuse.org/core/useInfiniteScroll/",
|
|
1405
1405
|
"category": "Sensors",
|
|
@@ -1858,7 +1858,7 @@
|
|
|
1858
1858
|
{
|
|
1859
1859
|
"name": "useRafFn",
|
|
1860
1860
|
"package": "core",
|
|
1861
|
-
"lastUpdated":
|
|
1861
|
+
"lastUpdated": 1687945443000,
|
|
1862
1862
|
"docs": "https://vueuse.org/core/useRafFn/",
|
|
1863
1863
|
"category": "Animation",
|
|
1864
1864
|
"description": "call function on every `requestAnimationFrame`"
|
|
@@ -2209,7 +2209,7 @@
|
|
|
2209
2209
|
{
|
|
2210
2210
|
"name": "useTimeoutPoll",
|
|
2211
2211
|
"package": "core",
|
|
2212
|
-
"lastUpdated":
|
|
2212
|
+
"lastUpdated": 1687945312000,
|
|
2213
2213
|
"docs": "https://vueuse.org/core/useTimeoutPoll/",
|
|
2214
2214
|
"category": "Utilities",
|
|
2215
2215
|
"description": "use timeout to poll something"
|
package/index.mjs
CHANGED
|
@@ -319,7 +319,7 @@ var functions$1 = [
|
|
|
319
319
|
{
|
|
320
320
|
name: "from",
|
|
321
321
|
"package": "rxjs",
|
|
322
|
-
lastUpdated:
|
|
322
|
+
lastUpdated: 1687945183000,
|
|
323
323
|
docs: "https://vueuse.org/rxjs/from/",
|
|
324
324
|
category: "@RxJS",
|
|
325
325
|
description: "/ fromEvent"
|
|
@@ -610,7 +610,7 @@ var functions$1 = [
|
|
|
610
610
|
{
|
|
611
611
|
name: "toRefs",
|
|
612
612
|
"package": "shared",
|
|
613
|
-
lastUpdated:
|
|
613
|
+
lastUpdated: 1687334077000,
|
|
614
614
|
docs: "https://vueuse.org/shared/toRefs/",
|
|
615
615
|
category: "Reactivity",
|
|
616
616
|
description: "extended [`toRefs`](https://v3.vuejs.org/api/refs-api.html#torefs) that also accepts refs of an object"
|
|
@@ -1145,7 +1145,7 @@ var functions$1 = [
|
|
|
1145
1145
|
{
|
|
1146
1146
|
name: "useDropZone",
|
|
1147
1147
|
"package": "core",
|
|
1148
|
-
lastUpdated:
|
|
1148
|
+
lastUpdated: 1687943981000,
|
|
1149
1149
|
docs: "https://vueuse.org/core/useDropZone/",
|
|
1150
1150
|
category: "Elements",
|
|
1151
1151
|
description: "create a zone where files can be dropped"
|
|
@@ -1329,7 +1329,7 @@ var functions$1 = [
|
|
|
1329
1329
|
{
|
|
1330
1330
|
name: "useFullscreen",
|
|
1331
1331
|
"package": "core",
|
|
1332
|
-
lastUpdated:
|
|
1332
|
+
lastUpdated: 1687945249000,
|
|
1333
1333
|
component: true,
|
|
1334
1334
|
docs: "https://vueuse.org/core/useFullscreen/",
|
|
1335
1335
|
category: "Browser",
|
|
@@ -1398,7 +1398,7 @@ var functions$1 = [
|
|
|
1398
1398
|
{
|
|
1399
1399
|
name: "useInfiniteScroll",
|
|
1400
1400
|
"package": "core",
|
|
1401
|
-
lastUpdated:
|
|
1401
|
+
lastUpdated: 1687945394000,
|
|
1402
1402
|
directive: true,
|
|
1403
1403
|
docs: "https://vueuse.org/core/useInfiniteScroll/",
|
|
1404
1404
|
category: "Sensors",
|
|
@@ -1857,7 +1857,7 @@ var functions$1 = [
|
|
|
1857
1857
|
{
|
|
1858
1858
|
name: "useRafFn",
|
|
1859
1859
|
"package": "core",
|
|
1860
|
-
lastUpdated:
|
|
1860
|
+
lastUpdated: 1687945443000,
|
|
1861
1861
|
docs: "https://vueuse.org/core/useRafFn/",
|
|
1862
1862
|
category: "Animation",
|
|
1863
1863
|
description: "call function on every `requestAnimationFrame`"
|
|
@@ -2208,7 +2208,7 @@ var functions$1 = [
|
|
|
2208
2208
|
{
|
|
2209
2209
|
name: "useTimeoutPoll",
|
|
2210
2210
|
"package": "core",
|
|
2211
|
-
lastUpdated:
|
|
2211
|
+
lastUpdated: 1687945312000,
|
|
2212
2212
|
docs: "https://vueuse.org/core/useTimeoutPoll/",
|
|
2213
2213
|
category: "Utilities",
|
|
2214
2214
|
description: "use timeout to poll something"
|