@vueuse/metadata 9.0.2 → 9.2.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 +103 -48
- package/index.json +103 -48
- package/index.mjs +103 -48
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -104,11 +104,15 @@ var packages$1 = {
|
|
|
104
104
|
submodules: true,
|
|
105
105
|
external: [
|
|
106
106
|
"firebase",
|
|
107
|
-
"firebase/app"
|
|
107
|
+
"firebase/app",
|
|
108
|
+
"firebase/database",
|
|
109
|
+
"firebase/firestore"
|
|
108
110
|
],
|
|
109
111
|
globals: {
|
|
110
112
|
firebase: "firebase",
|
|
111
|
-
"firebase/app": "firebase"
|
|
113
|
+
"firebase/app": "firebase",
|
|
114
|
+
"firebase/database": "firebase",
|
|
115
|
+
"firebase/firestore": "firebase"
|
|
112
116
|
},
|
|
113
117
|
dir: "packages/firebase",
|
|
114
118
|
docs: "https://vueuse.org/firebase/README.html"
|
|
@@ -155,7 +159,7 @@ var functions$1 = [
|
|
|
155
159
|
{
|
|
156
160
|
name: "computedAsync",
|
|
157
161
|
"package": "core",
|
|
158
|
-
lastUpdated:
|
|
162
|
+
lastUpdated: 1661746302000,
|
|
159
163
|
docs: "https://vueuse.org/core/computedAsync/",
|
|
160
164
|
category: "Reactivity",
|
|
161
165
|
description: "computed for async functions",
|
|
@@ -177,7 +181,7 @@ var functions$1 = [
|
|
|
177
181
|
{
|
|
178
182
|
name: "computedInject",
|
|
179
183
|
"package": "core",
|
|
180
|
-
lastUpdated:
|
|
184
|
+
lastUpdated: 1662388825000,
|
|
181
185
|
docs: "https://vueuse.org/core/computedInject/",
|
|
182
186
|
category: "Component",
|
|
183
187
|
description: "combine computed and inject"
|
|
@@ -363,7 +367,7 @@ var functions$1 = [
|
|
|
363
367
|
{
|
|
364
368
|
name: "makeDestructurable",
|
|
365
369
|
"package": "shared",
|
|
366
|
-
lastUpdated:
|
|
370
|
+
lastUpdated: 1662388825000,
|
|
367
371
|
docs: "https://vueuse.org/shared/makeDestructurable/",
|
|
368
372
|
category: "Utilities",
|
|
369
373
|
description: "make isomorphic destructurable for object and array at the same time"
|
|
@@ -390,7 +394,7 @@ var functions$1 = [
|
|
|
390
394
|
{
|
|
391
395
|
name: "onLongPress",
|
|
392
396
|
"package": "core",
|
|
393
|
-
lastUpdated:
|
|
397
|
+
lastUpdated: 1661746302000,
|
|
394
398
|
component: true,
|
|
395
399
|
directive: true,
|
|
396
400
|
docs: "https://vueuse.org/core/onLongPress/",
|
|
@@ -454,7 +458,7 @@ var functions$1 = [
|
|
|
454
458
|
{
|
|
455
459
|
name: "refAutoReset",
|
|
456
460
|
"package": "shared",
|
|
457
|
-
lastUpdated:
|
|
461
|
+
lastUpdated: 1660291797000,
|
|
458
462
|
docs: "https://vueuse.org/shared/refAutoReset/",
|
|
459
463
|
category: "Reactivity",
|
|
460
464
|
description: "a ref which will be reset to the default value after some time",
|
|
@@ -665,7 +669,7 @@ var functions$1 = [
|
|
|
665
669
|
{
|
|
666
670
|
name: "useActiveElement",
|
|
667
671
|
"package": "core",
|
|
668
|
-
lastUpdated:
|
|
672
|
+
lastUpdated: 1661239180000,
|
|
669
673
|
component: true,
|
|
670
674
|
docs: "https://vueuse.org/core/useActiveElement/",
|
|
671
675
|
category: "Elements",
|
|
@@ -674,7 +678,7 @@ var functions$1 = [
|
|
|
674
678
|
{
|
|
675
679
|
name: "useArrayEvery",
|
|
676
680
|
"package": "shared",
|
|
677
|
-
lastUpdated:
|
|
681
|
+
lastUpdated: 1660291797000,
|
|
678
682
|
docs: "https://vueuse.org/shared/useArrayEvery/",
|
|
679
683
|
category: "Array",
|
|
680
684
|
description: "reactive `Array.every`"
|
|
@@ -682,7 +686,7 @@ var functions$1 = [
|
|
|
682
686
|
{
|
|
683
687
|
name: "useArrayFilter",
|
|
684
688
|
"package": "shared",
|
|
685
|
-
lastUpdated:
|
|
689
|
+
lastUpdated: 1660291797000,
|
|
686
690
|
docs: "https://vueuse.org/shared/useArrayFilter/",
|
|
687
691
|
category: "Array",
|
|
688
692
|
description: "reactive `Array.filter`"
|
|
@@ -690,7 +694,7 @@ var functions$1 = [
|
|
|
690
694
|
{
|
|
691
695
|
name: "useArrayFind",
|
|
692
696
|
"package": "shared",
|
|
693
|
-
lastUpdated:
|
|
697
|
+
lastUpdated: 1660291797000,
|
|
694
698
|
docs: "https://vueuse.org/shared/useArrayFind/",
|
|
695
699
|
category: "Array",
|
|
696
700
|
description: "reactive `Array.find`"
|
|
@@ -698,7 +702,7 @@ var functions$1 = [
|
|
|
698
702
|
{
|
|
699
703
|
name: "useArrayFindIndex",
|
|
700
704
|
"package": "shared",
|
|
701
|
-
lastUpdated:
|
|
705
|
+
lastUpdated: 1660291797000,
|
|
702
706
|
docs: "https://vueuse.org/shared/useArrayFindIndex/",
|
|
703
707
|
category: "Array",
|
|
704
708
|
description: "reactive `Array.findIndex`"
|
|
@@ -706,7 +710,7 @@ var functions$1 = [
|
|
|
706
710
|
{
|
|
707
711
|
name: "useArrayJoin",
|
|
708
712
|
"package": "shared",
|
|
709
|
-
lastUpdated:
|
|
713
|
+
lastUpdated: 1660291797000,
|
|
710
714
|
docs: "https://vueuse.org/shared/useArrayJoin/",
|
|
711
715
|
category: "Array",
|
|
712
716
|
description: "reactive `Array.join`"
|
|
@@ -714,7 +718,7 @@ var functions$1 = [
|
|
|
714
718
|
{
|
|
715
719
|
name: "useArrayMap",
|
|
716
720
|
"package": "shared",
|
|
717
|
-
lastUpdated:
|
|
721
|
+
lastUpdated: 1662376596000,
|
|
718
722
|
docs: "https://vueuse.org/shared/useArrayMap/",
|
|
719
723
|
category: "Array",
|
|
720
724
|
description: "reactive `Array.map`"
|
|
@@ -722,7 +726,7 @@ var functions$1 = [
|
|
|
722
726
|
{
|
|
723
727
|
name: "useArrayReduce",
|
|
724
728
|
"package": "shared",
|
|
725
|
-
lastUpdated:
|
|
729
|
+
lastUpdated: 1660291797000,
|
|
726
730
|
docs: "https://vueuse.org/shared/useArrayReduce/",
|
|
727
731
|
category: "Array",
|
|
728
732
|
description: "reactive `Array.reduce`"
|
|
@@ -730,7 +734,7 @@ var functions$1 = [
|
|
|
730
734
|
{
|
|
731
735
|
name: "useArraySome",
|
|
732
736
|
"package": "shared",
|
|
733
|
-
lastUpdated:
|
|
737
|
+
lastUpdated: 1660291797000,
|
|
734
738
|
docs: "https://vueuse.org/shared/useArraySome/",
|
|
735
739
|
category: "Array",
|
|
736
740
|
description: "reactive `Array.some`"
|
|
@@ -781,7 +785,7 @@ var functions$1 = [
|
|
|
781
785
|
{
|
|
782
786
|
name: "useAxios",
|
|
783
787
|
"package": "integrations",
|
|
784
|
-
lastUpdated:
|
|
788
|
+
lastUpdated: 1662093513000,
|
|
785
789
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
786
790
|
category: "@Integrations",
|
|
787
791
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -815,7 +819,7 @@ var functions$1 = [
|
|
|
815
819
|
{
|
|
816
820
|
name: "useBreakpoints",
|
|
817
821
|
"package": "core",
|
|
818
|
-
lastUpdated:
|
|
822
|
+
lastUpdated: 1662285732000,
|
|
819
823
|
docs: "https://vueuse.org/core/useBreakpoints/",
|
|
820
824
|
category: "Browser",
|
|
821
825
|
description: "reactive viewport breakpoints"
|
|
@@ -878,6 +882,14 @@ var functions$1 = [
|
|
|
878
882
|
category: "Browser",
|
|
879
883
|
description: "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
880
884
|
},
|
|
885
|
+
{
|
|
886
|
+
name: "useCloned",
|
|
887
|
+
"package": "core",
|
|
888
|
+
lastUpdated: 1662386652000,
|
|
889
|
+
docs: "https://vueuse.org/core/useCloned/",
|
|
890
|
+
category: "Utilities",
|
|
891
|
+
description: "reactive clone of a ref"
|
|
892
|
+
},
|
|
881
893
|
{
|
|
882
894
|
name: "useColorMode",
|
|
883
895
|
"package": "core",
|
|
@@ -928,7 +940,7 @@ var functions$1 = [
|
|
|
928
940
|
{
|
|
929
941
|
name: "useCurrentElement",
|
|
930
942
|
"package": "core",
|
|
931
|
-
lastUpdated:
|
|
943
|
+
lastUpdated: 1661239180000,
|
|
932
944
|
docs: "https://vueuse.org/core/useCurrentElement/",
|
|
933
945
|
category: "Component",
|
|
934
946
|
description: "get the DOM element of current component as a ref"
|
|
@@ -936,7 +948,7 @@ var functions$1 = [
|
|
|
936
948
|
{
|
|
937
949
|
name: "useCycleList",
|
|
938
950
|
"package": "core",
|
|
939
|
-
lastUpdated:
|
|
951
|
+
lastUpdated: 1659556886000,
|
|
940
952
|
docs: "https://vueuse.org/core/useCycleList/",
|
|
941
953
|
category: "Utilities",
|
|
942
954
|
description: "cycle through a list of items"
|
|
@@ -958,7 +970,7 @@ var functions$1 = [
|
|
|
958
970
|
{
|
|
959
971
|
name: "useDateFormat",
|
|
960
972
|
"package": "shared",
|
|
961
|
-
lastUpdated:
|
|
973
|
+
lastUpdated: 1660291797000,
|
|
962
974
|
docs: "https://vueuse.org/shared/useDateFormat/",
|
|
963
975
|
category: "Time",
|
|
964
976
|
description: "get the formatted date according to the string of tokens passed in"
|
|
@@ -978,7 +990,7 @@ var functions$1 = [
|
|
|
978
990
|
{
|
|
979
991
|
name: "useDebounceFn",
|
|
980
992
|
"package": "shared",
|
|
981
|
-
lastUpdated:
|
|
993
|
+
lastUpdated: 1660291797000,
|
|
982
994
|
docs: "https://vueuse.org/shared/useDebounceFn/",
|
|
983
995
|
category: "Utilities",
|
|
984
996
|
description: "debounce execution of a function",
|
|
@@ -1007,7 +1019,7 @@ var functions$1 = [
|
|
|
1007
1019
|
{
|
|
1008
1020
|
name: "useDevicePixelRatio",
|
|
1009
1021
|
"package": "core",
|
|
1010
|
-
lastUpdated:
|
|
1022
|
+
lastUpdated: 1662386570000,
|
|
1011
1023
|
component: true,
|
|
1012
1024
|
docs: "https://vueuse.org/core/useDevicePixelRatio/",
|
|
1013
1025
|
category: "Sensors",
|
|
@@ -1048,7 +1060,7 @@ var functions$1 = [
|
|
|
1048
1060
|
{
|
|
1049
1061
|
name: "useDraggable",
|
|
1050
1062
|
"package": "core",
|
|
1051
|
-
lastUpdated:
|
|
1063
|
+
lastUpdated: 1662386895000,
|
|
1052
1064
|
component: true,
|
|
1053
1065
|
docs: "https://vueuse.org/core/useDraggable/",
|
|
1054
1066
|
category: "Elements",
|
|
@@ -1091,7 +1103,7 @@ var functions$1 = [
|
|
|
1091
1103
|
{
|
|
1092
1104
|
name: "useElementHover",
|
|
1093
1105
|
"package": "core",
|
|
1094
|
-
lastUpdated:
|
|
1106
|
+
lastUpdated: 1660290815000,
|
|
1095
1107
|
directive: true,
|
|
1096
1108
|
docs: "https://vueuse.org/core/useElementHover/",
|
|
1097
1109
|
category: "Sensors",
|
|
@@ -1100,7 +1112,7 @@ var functions$1 = [
|
|
|
1100
1112
|
{
|
|
1101
1113
|
name: "useElementSize",
|
|
1102
1114
|
"package": "core",
|
|
1103
|
-
lastUpdated:
|
|
1115
|
+
lastUpdated: 1662384935000,
|
|
1104
1116
|
component: true,
|
|
1105
1117
|
directive: true,
|
|
1106
1118
|
docs: "https://vueuse.org/core/useElementSize/",
|
|
@@ -1124,7 +1136,7 @@ var functions$1 = [
|
|
|
1124
1136
|
{
|
|
1125
1137
|
name: "useElementVisibility",
|
|
1126
1138
|
"package": "core",
|
|
1127
|
-
lastUpdated:
|
|
1139
|
+
lastUpdated: 1662384256000,
|
|
1128
1140
|
component: true,
|
|
1129
1141
|
directive: true,
|
|
1130
1142
|
docs: "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1167,7 +1179,7 @@ var functions$1 = [
|
|
|
1167
1179
|
{
|
|
1168
1180
|
name: "useFavicon",
|
|
1169
1181
|
"package": "core",
|
|
1170
|
-
lastUpdated:
|
|
1182
|
+
lastUpdated: 1661409315000,
|
|
1171
1183
|
docs: "https://vueuse.org/core/useFavicon/",
|
|
1172
1184
|
category: "Browser",
|
|
1173
1185
|
description: "reactive favicon"
|
|
@@ -1183,7 +1195,7 @@ var functions$1 = [
|
|
|
1183
1195
|
{
|
|
1184
1196
|
name: "useFileDialog",
|
|
1185
1197
|
"package": "core",
|
|
1186
|
-
lastUpdated:
|
|
1198
|
+
lastUpdated: 1662385329000,
|
|
1187
1199
|
docs: "https://vueuse.org/core/useFileDialog/",
|
|
1188
1200
|
category: "Browser",
|
|
1189
1201
|
description: "open file dialog with ease"
|
|
@@ -1234,7 +1246,7 @@ var functions$1 = [
|
|
|
1234
1246
|
{
|
|
1235
1247
|
name: "useFocusWithin",
|
|
1236
1248
|
"package": "core",
|
|
1237
|
-
lastUpdated:
|
|
1249
|
+
lastUpdated: 1662285126000,
|
|
1238
1250
|
docs: "https://vueuse.org/core/useFocusWithin/",
|
|
1239
1251
|
category: "Sensors",
|
|
1240
1252
|
description: "reactive utility to track if an element or one of its decendants has focus"
|
|
@@ -1328,7 +1340,7 @@ var functions$1 = [
|
|
|
1328
1340
|
{
|
|
1329
1341
|
name: "useInterval",
|
|
1330
1342
|
"package": "shared",
|
|
1331
|
-
lastUpdated:
|
|
1343
|
+
lastUpdated: 1660751262000,
|
|
1332
1344
|
docs: "https://vueuse.org/shared/useInterval/",
|
|
1333
1345
|
category: "Animation",
|
|
1334
1346
|
description: "reactive counter increases on every interval"
|
|
@@ -1336,7 +1348,7 @@ var functions$1 = [
|
|
|
1336
1348
|
{
|
|
1337
1349
|
name: "useIntervalFn",
|
|
1338
1350
|
"package": "shared",
|
|
1339
|
-
lastUpdated:
|
|
1351
|
+
lastUpdated: 1659611339000,
|
|
1340
1352
|
docs: "https://vueuse.org/shared/useIntervalFn/",
|
|
1341
1353
|
category: "Animation",
|
|
1342
1354
|
description: "wrapper for `setInterval` with controls"
|
|
@@ -1412,7 +1424,7 @@ var functions$1 = [
|
|
|
1412
1424
|
{
|
|
1413
1425
|
name: "useManualRefHistory",
|
|
1414
1426
|
"package": "core",
|
|
1415
|
-
lastUpdated:
|
|
1427
|
+
lastUpdated: 1662386652000,
|
|
1416
1428
|
docs: "https://vueuse.org/core/useManualRefHistory/",
|
|
1417
1429
|
category: "State",
|
|
1418
1430
|
description: "manually track the change history of a ref when the using calls `commit()`",
|
|
@@ -1455,7 +1467,7 @@ var functions$1 = [
|
|
|
1455
1467
|
{
|
|
1456
1468
|
name: "useMemoize",
|
|
1457
1469
|
"package": "core",
|
|
1458
|
-
lastUpdated:
|
|
1470
|
+
lastUpdated: 1662384725000,
|
|
1459
1471
|
docs: "https://vueuse.org/core/useMemoize/",
|
|
1460
1472
|
category: "Utilities",
|
|
1461
1473
|
description: "cache results of functions depending on arguments and keep it reactive"
|
|
@@ -1595,7 +1607,7 @@ var functions$1 = [
|
|
|
1595
1607
|
{
|
|
1596
1608
|
name: "useOffsetPagination",
|
|
1597
1609
|
"package": "core",
|
|
1598
|
-
lastUpdated:
|
|
1610
|
+
lastUpdated: 1659592690000,
|
|
1599
1611
|
component: true,
|
|
1600
1612
|
docs: "https://vueuse.org/core/useOffsetPagination/",
|
|
1601
1613
|
category: "Utilities",
|
|
@@ -1655,6 +1667,14 @@ var functions$1 = [
|
|
|
1655
1667
|
category: "Sensors",
|
|
1656
1668
|
description: "reactive swipe detection based on [PointerEvents](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)"
|
|
1657
1669
|
},
|
|
1670
|
+
{
|
|
1671
|
+
name: "usePrecision",
|
|
1672
|
+
"package": "math",
|
|
1673
|
+
lastUpdated: 1659586173000,
|
|
1674
|
+
docs: "https://vueuse.org/math/usePrecision/",
|
|
1675
|
+
category: "@Math",
|
|
1676
|
+
description: "reactively set the precision of a number"
|
|
1677
|
+
},
|
|
1658
1678
|
{
|
|
1659
1679
|
name: "usePreferredColorScheme",
|
|
1660
1680
|
"package": "core",
|
|
@@ -1664,6 +1684,15 @@ var functions$1 = [
|
|
|
1664
1684
|
category: "Browser",
|
|
1665
1685
|
description: "reactive [prefers-color-scheme](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) media query"
|
|
1666
1686
|
},
|
|
1687
|
+
{
|
|
1688
|
+
name: "usePreferredContrast",
|
|
1689
|
+
"package": "core",
|
|
1690
|
+
lastUpdated: 1661240113000,
|
|
1691
|
+
component: true,
|
|
1692
|
+
docs: "https://vueuse.org/core/usePreferredContrast/",
|
|
1693
|
+
category: "Browser",
|
|
1694
|
+
description: "reactive [prefers-contrast](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-contrast) media query"
|
|
1695
|
+
},
|
|
1667
1696
|
{
|
|
1668
1697
|
name: "usePreferredDark",
|
|
1669
1698
|
"package": "core",
|
|
@@ -1686,6 +1715,15 @@ var functions$1 = [
|
|
|
1686
1715
|
category: "Browser",
|
|
1687
1716
|
description: "reactive [Navigator Languages](https://developer.mozilla.org/en-US/docs/Web/API/NavigatorLanguage/languages)"
|
|
1688
1717
|
},
|
|
1718
|
+
{
|
|
1719
|
+
name: "usePreferredReducedMotion",
|
|
1720
|
+
"package": "core",
|
|
1721
|
+
lastUpdated: 1659593252000,
|
|
1722
|
+
component: true,
|
|
1723
|
+
docs: "https://vueuse.org/core/usePreferredReducedMotion/",
|
|
1724
|
+
category: "Browser",
|
|
1725
|
+
description: "reactive [prefers-reduced-motion](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion) media query"
|
|
1726
|
+
},
|
|
1689
1727
|
{
|
|
1690
1728
|
name: "useProjection",
|
|
1691
1729
|
"package": "math",
|
|
@@ -1718,7 +1756,7 @@ var functions$1 = [
|
|
|
1718
1756
|
{
|
|
1719
1757
|
name: "useRefHistory",
|
|
1720
1758
|
"package": "core",
|
|
1721
|
-
lastUpdated:
|
|
1759
|
+
lastUpdated: 1662386652000,
|
|
1722
1760
|
docs: "https://vueuse.org/core/useRefHistory/",
|
|
1723
1761
|
category: "State",
|
|
1724
1762
|
description: "track the change history of a ref",
|
|
@@ -1731,7 +1769,7 @@ var functions$1 = [
|
|
|
1731
1769
|
{
|
|
1732
1770
|
name: "useResizeObserver",
|
|
1733
1771
|
"package": "core",
|
|
1734
|
-
lastUpdated:
|
|
1772
|
+
lastUpdated: 1662384935000,
|
|
1735
1773
|
docs: "https://vueuse.org/core/useResizeObserver/",
|
|
1736
1774
|
category: "Elements",
|
|
1737
1775
|
description: "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -1804,7 +1842,7 @@ var functions$1 = [
|
|
|
1804
1842
|
{
|
|
1805
1843
|
name: "useScriptTag",
|
|
1806
1844
|
"package": "core",
|
|
1807
|
-
lastUpdated:
|
|
1845
|
+
lastUpdated: 1659556839000,
|
|
1808
1846
|
docs: "https://vueuse.org/core/useScriptTag/",
|
|
1809
1847
|
category: "Browser",
|
|
1810
1848
|
description: "script tag injecting"
|
|
@@ -1812,7 +1850,7 @@ var functions$1 = [
|
|
|
1812
1850
|
{
|
|
1813
1851
|
name: "useScroll",
|
|
1814
1852
|
"package": "core",
|
|
1815
|
-
lastUpdated:
|
|
1853
|
+
lastUpdated: 1659805128000,
|
|
1816
1854
|
directive: true,
|
|
1817
1855
|
docs: "https://vueuse.org/core/useScroll/",
|
|
1818
1856
|
category: "Sensors",
|
|
@@ -2027,7 +2065,7 @@ var functions$1 = [
|
|
|
2027
2065
|
{
|
|
2028
2066
|
name: "useTimeout",
|
|
2029
2067
|
"package": "shared",
|
|
2030
|
-
lastUpdated:
|
|
2068
|
+
lastUpdated: 1660751262000,
|
|
2031
2069
|
docs: "https://vueuse.org/shared/useTimeout/",
|
|
2032
2070
|
category: "Animation",
|
|
2033
2071
|
description: "update value after a given time with controls"
|
|
@@ -2035,7 +2073,7 @@ var functions$1 = [
|
|
|
2035
2073
|
{
|
|
2036
2074
|
name: "useTimeoutFn",
|
|
2037
2075
|
"package": "shared",
|
|
2038
|
-
lastUpdated:
|
|
2076
|
+
lastUpdated: 1660751262000,
|
|
2039
2077
|
docs: "https://vueuse.org/shared/useTimeoutFn/",
|
|
2040
2078
|
category: "Animation",
|
|
2041
2079
|
description: "wrapper for `setTimeout` with controls"
|
|
@@ -2068,10 +2106,11 @@ var functions$1 = [
|
|
|
2068
2106
|
{
|
|
2069
2107
|
name: "useToFixed",
|
|
2070
2108
|
"package": "math",
|
|
2071
|
-
lastUpdated:
|
|
2109
|
+
lastUpdated: 1659586610000,
|
|
2072
2110
|
docs: "https://vueuse.org/math/useToFixed/",
|
|
2073
2111
|
category: "@Math",
|
|
2074
|
-
description: "reactive `toFixed`"
|
|
2112
|
+
description: "reactive `toFixed`",
|
|
2113
|
+
deprecated: true
|
|
2075
2114
|
},
|
|
2076
2115
|
{
|
|
2077
2116
|
name: "useToggle",
|
|
@@ -2081,10 +2120,26 @@ var functions$1 = [
|
|
|
2081
2120
|
category: "Utilities",
|
|
2082
2121
|
description: "a boolean switcher with utility functions"
|
|
2083
2122
|
},
|
|
2123
|
+
{
|
|
2124
|
+
name: "useToNumber",
|
|
2125
|
+
"package": "shared",
|
|
2126
|
+
lastUpdated: 1659592336000,
|
|
2127
|
+
docs: "https://vueuse.org/shared/useToNumber/",
|
|
2128
|
+
category: "Utilities",
|
|
2129
|
+
description: "reactively convert a string ref to number"
|
|
2130
|
+
},
|
|
2131
|
+
{
|
|
2132
|
+
name: "useToString",
|
|
2133
|
+
"package": "shared",
|
|
2134
|
+
lastUpdated: 1659592531000,
|
|
2135
|
+
docs: "https://vueuse.org/shared/useToString/",
|
|
2136
|
+
category: "Utilities",
|
|
2137
|
+
description: "reactively convert a ref to string"
|
|
2138
|
+
},
|
|
2084
2139
|
{
|
|
2085
2140
|
name: "useTransition",
|
|
2086
2141
|
"package": "core",
|
|
2087
|
-
lastUpdated:
|
|
2142
|
+
lastUpdated: 1660293053000,
|
|
2088
2143
|
docs: "https://vueuse.org/core/useTransition/",
|
|
2089
2144
|
category: "Animation",
|
|
2090
2145
|
description: "transition between values"
|
|
@@ -2100,7 +2155,7 @@ var functions$1 = [
|
|
|
2100
2155
|
{
|
|
2101
2156
|
name: "useUrlSearchParams",
|
|
2102
2157
|
"package": "core",
|
|
2103
|
-
lastUpdated:
|
|
2158
|
+
lastUpdated: 1662286506000,
|
|
2104
2159
|
docs: "https://vueuse.org/core/useUrlSearchParams/",
|
|
2105
2160
|
category: "Browser",
|
|
2106
2161
|
description: "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
|
@@ -2138,7 +2193,7 @@ var functions$1 = [
|
|
|
2138
2193
|
{
|
|
2139
2194
|
name: "useVModel",
|
|
2140
2195
|
"package": "core",
|
|
2141
|
-
lastUpdated:
|
|
2196
|
+
lastUpdated: 1662386652000,
|
|
2142
2197
|
docs: "https://vueuse.org/core/useVModel/",
|
|
2143
2198
|
category: "Component",
|
|
2144
2199
|
description: "shorthand for v-model binding",
|
|
@@ -2176,7 +2231,7 @@ var functions$1 = [
|
|
|
2176
2231
|
{
|
|
2177
2232
|
name: "useWebSocket",
|
|
2178
2233
|
"package": "core",
|
|
2179
|
-
lastUpdated:
|
|
2234
|
+
lastUpdated: 1662384188000,
|
|
2180
2235
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2181
2236
|
category: "Network",
|
|
2182
2237
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2223,7 +2278,7 @@ var functions$1 = [
|
|
|
2223
2278
|
{
|
|
2224
2279
|
name: "useWindowSize",
|
|
2225
2280
|
"package": "core",
|
|
2226
|
-
lastUpdated:
|
|
2281
|
+
lastUpdated: 1662285565000,
|
|
2227
2282
|
component: true,
|
|
2228
2283
|
docs: "https://vueuse.org/core/useWindowSize/",
|
|
2229
2284
|
category: "Elements",
|