@vueuse/metadata 8.7.4 → 8.8.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 +42 -12
- package/index.json +42 -12
- package/index.mjs +42 -12
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -175,10 +175,10 @@ var functions$1 = [
|
|
|
175
175
|
{
|
|
176
176
|
name: "computedWithControl",
|
|
177
177
|
"package": "shared",
|
|
178
|
-
lastUpdated:
|
|
178
|
+
lastUpdated: 1657102664000,
|
|
179
179
|
docs: "https://vueuse.org/shared/computedWithControl/",
|
|
180
180
|
category: "Utilities",
|
|
181
|
-
description: "explicitly define the
|
|
181
|
+
description: "explicitly define the dependencies of computed",
|
|
182
182
|
alias: [
|
|
183
183
|
"controlledComputed"
|
|
184
184
|
],
|
|
@@ -350,7 +350,7 @@ var functions$1 = [
|
|
|
350
350
|
{
|
|
351
351
|
name: "onLongPress",
|
|
352
352
|
"package": "core",
|
|
353
|
-
lastUpdated:
|
|
353
|
+
lastUpdated: 1657076519000,
|
|
354
354
|
component: true,
|
|
355
355
|
directive: true,
|
|
356
356
|
docs: "https://vueuse.org/core/onLongPress/",
|
|
@@ -398,7 +398,7 @@ var functions$1 = [
|
|
|
398
398
|
{
|
|
399
399
|
name: "reactiveOmit",
|
|
400
400
|
"package": "shared",
|
|
401
|
-
lastUpdated:
|
|
401
|
+
lastUpdated: 1657076758000,
|
|
402
402
|
docs: "https://vueuse.org/shared/reactiveOmit/",
|
|
403
403
|
category: "Utilities",
|
|
404
404
|
description: "reactively omit fields from a reactive object"
|
|
@@ -406,7 +406,7 @@ var functions$1 = [
|
|
|
406
406
|
{
|
|
407
407
|
name: "reactivePick",
|
|
408
408
|
"package": "shared",
|
|
409
|
-
lastUpdated:
|
|
409
|
+
lastUpdated: 1657076758000,
|
|
410
410
|
docs: "https://vueuse.org/shared/reactivePick/",
|
|
411
411
|
category: "Utilities",
|
|
412
412
|
description: "reactively pick fields from a reactive object"
|
|
@@ -468,6 +468,28 @@ var functions$1 = [
|
|
|
468
468
|
"computedWithControl"
|
|
469
469
|
]
|
|
470
470
|
},
|
|
471
|
+
{
|
|
472
|
+
name: "resolveRef",
|
|
473
|
+
"package": "shared",
|
|
474
|
+
lastUpdated: 1657075685000,
|
|
475
|
+
docs: "https://vueuse.org/shared/resolveRef/",
|
|
476
|
+
category: "Utilities",
|
|
477
|
+
description: "normalize value/ref/getter to `ref` or `computed`",
|
|
478
|
+
related: [
|
|
479
|
+
"resolveUnref"
|
|
480
|
+
]
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
name: "resolveUnref",
|
|
484
|
+
"package": "shared",
|
|
485
|
+
lastUpdated: 1657075685000,
|
|
486
|
+
docs: "https://vueuse.org/shared/resolveUnref/",
|
|
487
|
+
category: "Utilities",
|
|
488
|
+
description: "get the value of value/ref/getter",
|
|
489
|
+
related: [
|
|
490
|
+
"resolveRef"
|
|
491
|
+
]
|
|
492
|
+
},
|
|
471
493
|
{
|
|
472
494
|
name: "set",
|
|
473
495
|
"package": "shared",
|
|
@@ -631,7 +653,7 @@ var functions$1 = [
|
|
|
631
653
|
{
|
|
632
654
|
name: "useAxios",
|
|
633
655
|
"package": "integrations",
|
|
634
|
-
lastUpdated:
|
|
656
|
+
lastUpdated: 1657076506000,
|
|
635
657
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
636
658
|
category: "@Integrations",
|
|
637
659
|
description: "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
@@ -639,7 +661,7 @@ var functions$1 = [
|
|
|
639
661
|
{
|
|
640
662
|
name: "useBase64",
|
|
641
663
|
"package": "core",
|
|
642
|
-
lastUpdated:
|
|
664
|
+
lastUpdated: 1657077425000,
|
|
643
665
|
docs: "https://vueuse.org/core/useBase64/",
|
|
644
666
|
category: "Utilities",
|
|
645
667
|
description: "reactive base64 transforming"
|
|
@@ -721,7 +743,7 @@ var functions$1 = [
|
|
|
721
743
|
{
|
|
722
744
|
name: "useColorMode",
|
|
723
745
|
"package": "core",
|
|
724
|
-
lastUpdated:
|
|
746
|
+
lastUpdated: 1657076955000,
|
|
725
747
|
component: true,
|
|
726
748
|
docs: "https://vueuse.org/core/useColorMode/",
|
|
727
749
|
category: "Browser",
|
|
@@ -759,7 +781,7 @@ var functions$1 = [
|
|
|
759
781
|
{
|
|
760
782
|
name: "useCssVar",
|
|
761
783
|
"package": "core",
|
|
762
|
-
lastUpdated:
|
|
784
|
+
lastUpdated: 1657076529000,
|
|
763
785
|
docs: "https://vueuse.org/core/useCssVar/",
|
|
764
786
|
category: "Browser",
|
|
765
787
|
description: "manipulate CSS variables"
|
|
@@ -890,7 +912,7 @@ var functions$1 = [
|
|
|
890
912
|
{
|
|
891
913
|
name: "useDrauu",
|
|
892
914
|
"package": "integrations",
|
|
893
|
-
lastUpdated:
|
|
915
|
+
lastUpdated: 1657076024000,
|
|
894
916
|
docs: "https://vueuse.org/integrations/useDrauu/",
|
|
895
917
|
category: "@Integrations",
|
|
896
918
|
description: "reactive instance for [drauu](https://github.com/antfu/drauu)"
|
|
@@ -1237,7 +1259,7 @@ var functions$1 = [
|
|
|
1237
1259
|
{
|
|
1238
1260
|
name: "useMediaQuery",
|
|
1239
1261
|
"package": "core",
|
|
1240
|
-
lastUpdated:
|
|
1262
|
+
lastUpdated: 1657119939000,
|
|
1241
1263
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1242
1264
|
category: "Browser",
|
|
1243
1265
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1875,7 +1897,7 @@ var functions$1 = [
|
|
|
1875
1897
|
{
|
|
1876
1898
|
name: "useWindowSize",
|
|
1877
1899
|
"package": "core",
|
|
1878
|
-
lastUpdated:
|
|
1900
|
+
lastUpdated: 1657078594000,
|
|
1879
1901
|
component: true,
|
|
1880
1902
|
docs: "https://vueuse.org/core/useWindowSize/",
|
|
1881
1903
|
category: "Elements",
|
|
@@ -1963,6 +1985,14 @@ var functions$1 = [
|
|
|
1963
1985
|
"throttledWatch"
|
|
1964
1986
|
]
|
|
1965
1987
|
},
|
|
1988
|
+
{
|
|
1989
|
+
name: "watchTriggerable",
|
|
1990
|
+
"package": "shared",
|
|
1991
|
+
lastUpdated: 1657077213000,
|
|
1992
|
+
docs: "https://vueuse.org/shared/watchTriggerable/",
|
|
1993
|
+
category: "Watch",
|
|
1994
|
+
description: "watch that can be triggered manually"
|
|
1995
|
+
},
|
|
1966
1996
|
{
|
|
1967
1997
|
name: "watchWithFilter",
|
|
1968
1998
|
"package": "shared",
|
package/index.json
CHANGED
|
@@ -172,10 +172,10 @@
|
|
|
172
172
|
{
|
|
173
173
|
"name": "computedWithControl",
|
|
174
174
|
"package": "shared",
|
|
175
|
-
"lastUpdated":
|
|
175
|
+
"lastUpdated": 1657102664000,
|
|
176
176
|
"docs": "https://vueuse.org/shared/computedWithControl/",
|
|
177
177
|
"category": "Utilities",
|
|
178
|
-
"description": "explicitly define the
|
|
178
|
+
"description": "explicitly define the dependencies of computed",
|
|
179
179
|
"alias": [
|
|
180
180
|
"controlledComputed"
|
|
181
181
|
],
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
{
|
|
348
348
|
"name": "onLongPress",
|
|
349
349
|
"package": "core",
|
|
350
|
-
"lastUpdated":
|
|
350
|
+
"lastUpdated": 1657076519000,
|
|
351
351
|
"component": true,
|
|
352
352
|
"directive": true,
|
|
353
353
|
"docs": "https://vueuse.org/core/onLongPress/",
|
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
{
|
|
396
396
|
"name": "reactiveOmit",
|
|
397
397
|
"package": "shared",
|
|
398
|
-
"lastUpdated":
|
|
398
|
+
"lastUpdated": 1657076758000,
|
|
399
399
|
"docs": "https://vueuse.org/shared/reactiveOmit/",
|
|
400
400
|
"category": "Utilities",
|
|
401
401
|
"description": "reactively omit fields from a reactive object"
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
{
|
|
404
404
|
"name": "reactivePick",
|
|
405
405
|
"package": "shared",
|
|
406
|
-
"lastUpdated":
|
|
406
|
+
"lastUpdated": 1657076758000,
|
|
407
407
|
"docs": "https://vueuse.org/shared/reactivePick/",
|
|
408
408
|
"category": "Utilities",
|
|
409
409
|
"description": "reactively pick fields from a reactive object"
|
|
@@ -465,6 +465,28 @@
|
|
|
465
465
|
"computedWithControl"
|
|
466
466
|
]
|
|
467
467
|
},
|
|
468
|
+
{
|
|
469
|
+
"name": "resolveRef",
|
|
470
|
+
"package": "shared",
|
|
471
|
+
"lastUpdated": 1657075685000,
|
|
472
|
+
"docs": "https://vueuse.org/shared/resolveRef/",
|
|
473
|
+
"category": "Utilities",
|
|
474
|
+
"description": "normalize value/ref/getter to `ref` or `computed`",
|
|
475
|
+
"related": [
|
|
476
|
+
"resolveUnref"
|
|
477
|
+
]
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"name": "resolveUnref",
|
|
481
|
+
"package": "shared",
|
|
482
|
+
"lastUpdated": 1657075685000,
|
|
483
|
+
"docs": "https://vueuse.org/shared/resolveUnref/",
|
|
484
|
+
"category": "Utilities",
|
|
485
|
+
"description": "get the value of value/ref/getter",
|
|
486
|
+
"related": [
|
|
487
|
+
"resolveRef"
|
|
488
|
+
]
|
|
489
|
+
},
|
|
468
490
|
{
|
|
469
491
|
"name": "set",
|
|
470
492
|
"package": "shared",
|
|
@@ -628,7 +650,7 @@
|
|
|
628
650
|
{
|
|
629
651
|
"name": "useAxios",
|
|
630
652
|
"package": "integrations",
|
|
631
|
-
"lastUpdated":
|
|
653
|
+
"lastUpdated": 1657076506000,
|
|
632
654
|
"docs": "https://vueuse.org/integrations/useAxios/",
|
|
633
655
|
"category": "@Integrations",
|
|
634
656
|
"description": "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
@@ -636,7 +658,7 @@
|
|
|
636
658
|
{
|
|
637
659
|
"name": "useBase64",
|
|
638
660
|
"package": "core",
|
|
639
|
-
"lastUpdated":
|
|
661
|
+
"lastUpdated": 1657077425000,
|
|
640
662
|
"docs": "https://vueuse.org/core/useBase64/",
|
|
641
663
|
"category": "Utilities",
|
|
642
664
|
"description": "reactive base64 transforming"
|
|
@@ -718,7 +740,7 @@
|
|
|
718
740
|
{
|
|
719
741
|
"name": "useColorMode",
|
|
720
742
|
"package": "core",
|
|
721
|
-
"lastUpdated":
|
|
743
|
+
"lastUpdated": 1657076955000,
|
|
722
744
|
"component": true,
|
|
723
745
|
"docs": "https://vueuse.org/core/useColorMode/",
|
|
724
746
|
"category": "Browser",
|
|
@@ -756,7 +778,7 @@
|
|
|
756
778
|
{
|
|
757
779
|
"name": "useCssVar",
|
|
758
780
|
"package": "core",
|
|
759
|
-
"lastUpdated":
|
|
781
|
+
"lastUpdated": 1657076529000,
|
|
760
782
|
"docs": "https://vueuse.org/core/useCssVar/",
|
|
761
783
|
"category": "Browser",
|
|
762
784
|
"description": "manipulate CSS variables"
|
|
@@ -887,7 +909,7 @@
|
|
|
887
909
|
{
|
|
888
910
|
"name": "useDrauu",
|
|
889
911
|
"package": "integrations",
|
|
890
|
-
"lastUpdated":
|
|
912
|
+
"lastUpdated": 1657076024000,
|
|
891
913
|
"docs": "https://vueuse.org/integrations/useDrauu/",
|
|
892
914
|
"category": "@Integrations",
|
|
893
915
|
"description": "reactive instance for [drauu](https://github.com/antfu/drauu)"
|
|
@@ -1234,7 +1256,7 @@
|
|
|
1234
1256
|
{
|
|
1235
1257
|
"name": "useMediaQuery",
|
|
1236
1258
|
"package": "core",
|
|
1237
|
-
"lastUpdated":
|
|
1259
|
+
"lastUpdated": 1657119939000,
|
|
1238
1260
|
"docs": "https://vueuse.org/core/useMediaQuery/",
|
|
1239
1261
|
"category": "Browser",
|
|
1240
1262
|
"description": "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1872,7 +1894,7 @@
|
|
|
1872
1894
|
{
|
|
1873
1895
|
"name": "useWindowSize",
|
|
1874
1896
|
"package": "core",
|
|
1875
|
-
"lastUpdated":
|
|
1897
|
+
"lastUpdated": 1657078594000,
|
|
1876
1898
|
"component": true,
|
|
1877
1899
|
"docs": "https://vueuse.org/core/useWindowSize/",
|
|
1878
1900
|
"category": "Elements",
|
|
@@ -1960,6 +1982,14 @@
|
|
|
1960
1982
|
"throttledWatch"
|
|
1961
1983
|
]
|
|
1962
1984
|
},
|
|
1985
|
+
{
|
|
1986
|
+
"name": "watchTriggerable",
|
|
1987
|
+
"package": "shared",
|
|
1988
|
+
"lastUpdated": 1657077213000,
|
|
1989
|
+
"docs": "https://vueuse.org/shared/watchTriggerable/",
|
|
1990
|
+
"category": "Watch",
|
|
1991
|
+
"description": "watch that can be triggered manually"
|
|
1992
|
+
},
|
|
1963
1993
|
{
|
|
1964
1994
|
"name": "watchWithFilter",
|
|
1965
1995
|
"package": "shared",
|
package/index.mjs
CHANGED
|
@@ -171,10 +171,10 @@ var functions$1 = [
|
|
|
171
171
|
{
|
|
172
172
|
name: "computedWithControl",
|
|
173
173
|
"package": "shared",
|
|
174
|
-
lastUpdated:
|
|
174
|
+
lastUpdated: 1657102664000,
|
|
175
175
|
docs: "https://vueuse.org/shared/computedWithControl/",
|
|
176
176
|
category: "Utilities",
|
|
177
|
-
description: "explicitly define the
|
|
177
|
+
description: "explicitly define the dependencies of computed",
|
|
178
178
|
alias: [
|
|
179
179
|
"controlledComputed"
|
|
180
180
|
],
|
|
@@ -346,7 +346,7 @@ var functions$1 = [
|
|
|
346
346
|
{
|
|
347
347
|
name: "onLongPress",
|
|
348
348
|
"package": "core",
|
|
349
|
-
lastUpdated:
|
|
349
|
+
lastUpdated: 1657076519000,
|
|
350
350
|
component: true,
|
|
351
351
|
directive: true,
|
|
352
352
|
docs: "https://vueuse.org/core/onLongPress/",
|
|
@@ -394,7 +394,7 @@ var functions$1 = [
|
|
|
394
394
|
{
|
|
395
395
|
name: "reactiveOmit",
|
|
396
396
|
"package": "shared",
|
|
397
|
-
lastUpdated:
|
|
397
|
+
lastUpdated: 1657076758000,
|
|
398
398
|
docs: "https://vueuse.org/shared/reactiveOmit/",
|
|
399
399
|
category: "Utilities",
|
|
400
400
|
description: "reactively omit fields from a reactive object"
|
|
@@ -402,7 +402,7 @@ var functions$1 = [
|
|
|
402
402
|
{
|
|
403
403
|
name: "reactivePick",
|
|
404
404
|
"package": "shared",
|
|
405
|
-
lastUpdated:
|
|
405
|
+
lastUpdated: 1657076758000,
|
|
406
406
|
docs: "https://vueuse.org/shared/reactivePick/",
|
|
407
407
|
category: "Utilities",
|
|
408
408
|
description: "reactively pick fields from a reactive object"
|
|
@@ -464,6 +464,28 @@ var functions$1 = [
|
|
|
464
464
|
"computedWithControl"
|
|
465
465
|
]
|
|
466
466
|
},
|
|
467
|
+
{
|
|
468
|
+
name: "resolveRef",
|
|
469
|
+
"package": "shared",
|
|
470
|
+
lastUpdated: 1657075685000,
|
|
471
|
+
docs: "https://vueuse.org/shared/resolveRef/",
|
|
472
|
+
category: "Utilities",
|
|
473
|
+
description: "normalize value/ref/getter to `ref` or `computed`",
|
|
474
|
+
related: [
|
|
475
|
+
"resolveUnref"
|
|
476
|
+
]
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
name: "resolveUnref",
|
|
480
|
+
"package": "shared",
|
|
481
|
+
lastUpdated: 1657075685000,
|
|
482
|
+
docs: "https://vueuse.org/shared/resolveUnref/",
|
|
483
|
+
category: "Utilities",
|
|
484
|
+
description: "get the value of value/ref/getter",
|
|
485
|
+
related: [
|
|
486
|
+
"resolveRef"
|
|
487
|
+
]
|
|
488
|
+
},
|
|
467
489
|
{
|
|
468
490
|
name: "set",
|
|
469
491
|
"package": "shared",
|
|
@@ -627,7 +649,7 @@ var functions$1 = [
|
|
|
627
649
|
{
|
|
628
650
|
name: "useAxios",
|
|
629
651
|
"package": "integrations",
|
|
630
|
-
lastUpdated:
|
|
652
|
+
lastUpdated: 1657076506000,
|
|
631
653
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
632
654
|
category: "@Integrations",
|
|
633
655
|
description: "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
@@ -635,7 +657,7 @@ var functions$1 = [
|
|
|
635
657
|
{
|
|
636
658
|
name: "useBase64",
|
|
637
659
|
"package": "core",
|
|
638
|
-
lastUpdated:
|
|
660
|
+
lastUpdated: 1657077425000,
|
|
639
661
|
docs: "https://vueuse.org/core/useBase64/",
|
|
640
662
|
category: "Utilities",
|
|
641
663
|
description: "reactive base64 transforming"
|
|
@@ -717,7 +739,7 @@ var functions$1 = [
|
|
|
717
739
|
{
|
|
718
740
|
name: "useColorMode",
|
|
719
741
|
"package": "core",
|
|
720
|
-
lastUpdated:
|
|
742
|
+
lastUpdated: 1657076955000,
|
|
721
743
|
component: true,
|
|
722
744
|
docs: "https://vueuse.org/core/useColorMode/",
|
|
723
745
|
category: "Browser",
|
|
@@ -755,7 +777,7 @@ var functions$1 = [
|
|
|
755
777
|
{
|
|
756
778
|
name: "useCssVar",
|
|
757
779
|
"package": "core",
|
|
758
|
-
lastUpdated:
|
|
780
|
+
lastUpdated: 1657076529000,
|
|
759
781
|
docs: "https://vueuse.org/core/useCssVar/",
|
|
760
782
|
category: "Browser",
|
|
761
783
|
description: "manipulate CSS variables"
|
|
@@ -886,7 +908,7 @@ var functions$1 = [
|
|
|
886
908
|
{
|
|
887
909
|
name: "useDrauu",
|
|
888
910
|
"package": "integrations",
|
|
889
|
-
lastUpdated:
|
|
911
|
+
lastUpdated: 1657076024000,
|
|
890
912
|
docs: "https://vueuse.org/integrations/useDrauu/",
|
|
891
913
|
category: "@Integrations",
|
|
892
914
|
description: "reactive instance for [drauu](https://github.com/antfu/drauu)"
|
|
@@ -1233,7 +1255,7 @@ var functions$1 = [
|
|
|
1233
1255
|
{
|
|
1234
1256
|
name: "useMediaQuery",
|
|
1235
1257
|
"package": "core",
|
|
1236
|
-
lastUpdated:
|
|
1258
|
+
lastUpdated: 1657119939000,
|
|
1237
1259
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1238
1260
|
category: "Browser",
|
|
1239
1261
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -1871,7 +1893,7 @@ var functions$1 = [
|
|
|
1871
1893
|
{
|
|
1872
1894
|
name: "useWindowSize",
|
|
1873
1895
|
"package": "core",
|
|
1874
|
-
lastUpdated:
|
|
1896
|
+
lastUpdated: 1657078594000,
|
|
1875
1897
|
component: true,
|
|
1876
1898
|
docs: "https://vueuse.org/core/useWindowSize/",
|
|
1877
1899
|
category: "Elements",
|
|
@@ -1959,6 +1981,14 @@ var functions$1 = [
|
|
|
1959
1981
|
"throttledWatch"
|
|
1960
1982
|
]
|
|
1961
1983
|
},
|
|
1984
|
+
{
|
|
1985
|
+
name: "watchTriggerable",
|
|
1986
|
+
"package": "shared",
|
|
1987
|
+
lastUpdated: 1657077213000,
|
|
1988
|
+
docs: "https://vueuse.org/shared/watchTriggerable/",
|
|
1989
|
+
category: "Watch",
|
|
1990
|
+
description: "watch that can be triggered manually"
|
|
1991
|
+
},
|
|
1962
1992
|
{
|
|
1963
1993
|
name: "watchWithFilter",
|
|
1964
1994
|
"package": "shared",
|