@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.cjs
CHANGED
|
@@ -108,11 +108,15 @@ var packages$1 = {
|
|
|
108
108
|
submodules: true,
|
|
109
109
|
external: [
|
|
110
110
|
"firebase",
|
|
111
|
-
"firebase/app"
|
|
111
|
+
"firebase/app",
|
|
112
|
+
"firebase/database",
|
|
113
|
+
"firebase/firestore"
|
|
112
114
|
],
|
|
113
115
|
globals: {
|
|
114
116
|
firebase: "firebase",
|
|
115
|
-
"firebase/app": "firebase"
|
|
117
|
+
"firebase/app": "firebase",
|
|
118
|
+
"firebase/database": "firebase",
|
|
119
|
+
"firebase/firestore": "firebase"
|
|
116
120
|
},
|
|
117
121
|
dir: "packages/firebase",
|
|
118
122
|
docs: "https://vueuse.org/firebase/README.html"
|
|
@@ -159,7 +163,7 @@ var functions$1 = [
|
|
|
159
163
|
{
|
|
160
164
|
name: "computedAsync",
|
|
161
165
|
"package": "core",
|
|
162
|
-
lastUpdated:
|
|
166
|
+
lastUpdated: 1661746302000,
|
|
163
167
|
docs: "https://vueuse.org/core/computedAsync/",
|
|
164
168
|
category: "Reactivity",
|
|
165
169
|
description: "computed for async functions",
|
|
@@ -181,7 +185,7 @@ var functions$1 = [
|
|
|
181
185
|
{
|
|
182
186
|
name: "computedInject",
|
|
183
187
|
"package": "core",
|
|
184
|
-
lastUpdated:
|
|
188
|
+
lastUpdated: 1662388825000,
|
|
185
189
|
docs: "https://vueuse.org/core/computedInject/",
|
|
186
190
|
category: "Component",
|
|
187
191
|
description: "combine computed and inject"
|
|
@@ -367,7 +371,7 @@ var functions$1 = [
|
|
|
367
371
|
{
|
|
368
372
|
name: "makeDestructurable",
|
|
369
373
|
"package": "shared",
|
|
370
|
-
lastUpdated:
|
|
374
|
+
lastUpdated: 1662388825000,
|
|
371
375
|
docs: "https://vueuse.org/shared/makeDestructurable/",
|
|
372
376
|
category: "Utilities",
|
|
373
377
|
description: "make isomorphic destructurable for object and array at the same time"
|
|
@@ -394,7 +398,7 @@ var functions$1 = [
|
|
|
394
398
|
{
|
|
395
399
|
name: "onLongPress",
|
|
396
400
|
"package": "core",
|
|
397
|
-
lastUpdated:
|
|
401
|
+
lastUpdated: 1661746302000,
|
|
398
402
|
component: true,
|
|
399
403
|
directive: true,
|
|
400
404
|
docs: "https://vueuse.org/core/onLongPress/",
|
|
@@ -458,7 +462,7 @@ var functions$1 = [
|
|
|
458
462
|
{
|
|
459
463
|
name: "refAutoReset",
|
|
460
464
|
"package": "shared",
|
|
461
|
-
lastUpdated:
|
|
465
|
+
lastUpdated: 1660291797000,
|
|
462
466
|
docs: "https://vueuse.org/shared/refAutoReset/",
|
|
463
467
|
category: "Reactivity",
|
|
464
468
|
description: "a ref which will be reset to the default value after some time",
|
|
@@ -669,7 +673,7 @@ var functions$1 = [
|
|
|
669
673
|
{
|
|
670
674
|
name: "useActiveElement",
|
|
671
675
|
"package": "core",
|
|
672
|
-
lastUpdated:
|
|
676
|
+
lastUpdated: 1661239180000,
|
|
673
677
|
component: true,
|
|
674
678
|
docs: "https://vueuse.org/core/useActiveElement/",
|
|
675
679
|
category: "Elements",
|
|
@@ -678,7 +682,7 @@ var functions$1 = [
|
|
|
678
682
|
{
|
|
679
683
|
name: "useArrayEvery",
|
|
680
684
|
"package": "shared",
|
|
681
|
-
lastUpdated:
|
|
685
|
+
lastUpdated: 1660291797000,
|
|
682
686
|
docs: "https://vueuse.org/shared/useArrayEvery/",
|
|
683
687
|
category: "Array",
|
|
684
688
|
description: "reactive `Array.every`"
|
|
@@ -686,7 +690,7 @@ var functions$1 = [
|
|
|
686
690
|
{
|
|
687
691
|
name: "useArrayFilter",
|
|
688
692
|
"package": "shared",
|
|
689
|
-
lastUpdated:
|
|
693
|
+
lastUpdated: 1660291797000,
|
|
690
694
|
docs: "https://vueuse.org/shared/useArrayFilter/",
|
|
691
695
|
category: "Array",
|
|
692
696
|
description: "reactive `Array.filter`"
|
|
@@ -694,7 +698,7 @@ var functions$1 = [
|
|
|
694
698
|
{
|
|
695
699
|
name: "useArrayFind",
|
|
696
700
|
"package": "shared",
|
|
697
|
-
lastUpdated:
|
|
701
|
+
lastUpdated: 1660291797000,
|
|
698
702
|
docs: "https://vueuse.org/shared/useArrayFind/",
|
|
699
703
|
category: "Array",
|
|
700
704
|
description: "reactive `Array.find`"
|
|
@@ -702,7 +706,7 @@ var functions$1 = [
|
|
|
702
706
|
{
|
|
703
707
|
name: "useArrayFindIndex",
|
|
704
708
|
"package": "shared",
|
|
705
|
-
lastUpdated:
|
|
709
|
+
lastUpdated: 1660291797000,
|
|
706
710
|
docs: "https://vueuse.org/shared/useArrayFindIndex/",
|
|
707
711
|
category: "Array",
|
|
708
712
|
description: "reactive `Array.findIndex`"
|
|
@@ -710,7 +714,7 @@ var functions$1 = [
|
|
|
710
714
|
{
|
|
711
715
|
name: "useArrayJoin",
|
|
712
716
|
"package": "shared",
|
|
713
|
-
lastUpdated:
|
|
717
|
+
lastUpdated: 1660291797000,
|
|
714
718
|
docs: "https://vueuse.org/shared/useArrayJoin/",
|
|
715
719
|
category: "Array",
|
|
716
720
|
description: "reactive `Array.join`"
|
|
@@ -718,7 +722,7 @@ var functions$1 = [
|
|
|
718
722
|
{
|
|
719
723
|
name: "useArrayMap",
|
|
720
724
|
"package": "shared",
|
|
721
|
-
lastUpdated:
|
|
725
|
+
lastUpdated: 1662376596000,
|
|
722
726
|
docs: "https://vueuse.org/shared/useArrayMap/",
|
|
723
727
|
category: "Array",
|
|
724
728
|
description: "reactive `Array.map`"
|
|
@@ -726,7 +730,7 @@ var functions$1 = [
|
|
|
726
730
|
{
|
|
727
731
|
name: "useArrayReduce",
|
|
728
732
|
"package": "shared",
|
|
729
|
-
lastUpdated:
|
|
733
|
+
lastUpdated: 1660291797000,
|
|
730
734
|
docs: "https://vueuse.org/shared/useArrayReduce/",
|
|
731
735
|
category: "Array",
|
|
732
736
|
description: "reactive `Array.reduce`"
|
|
@@ -734,7 +738,7 @@ var functions$1 = [
|
|
|
734
738
|
{
|
|
735
739
|
name: "useArraySome",
|
|
736
740
|
"package": "shared",
|
|
737
|
-
lastUpdated:
|
|
741
|
+
lastUpdated: 1660291797000,
|
|
738
742
|
docs: "https://vueuse.org/shared/useArraySome/",
|
|
739
743
|
category: "Array",
|
|
740
744
|
description: "reactive `Array.some`"
|
|
@@ -785,7 +789,7 @@ var functions$1 = [
|
|
|
785
789
|
{
|
|
786
790
|
name: "useAxios",
|
|
787
791
|
"package": "integrations",
|
|
788
|
-
lastUpdated:
|
|
792
|
+
lastUpdated: 1662093513000,
|
|
789
793
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
790
794
|
category: "@Integrations",
|
|
791
795
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -819,7 +823,7 @@ var functions$1 = [
|
|
|
819
823
|
{
|
|
820
824
|
name: "useBreakpoints",
|
|
821
825
|
"package": "core",
|
|
822
|
-
lastUpdated:
|
|
826
|
+
lastUpdated: 1662285732000,
|
|
823
827
|
docs: "https://vueuse.org/core/useBreakpoints/",
|
|
824
828
|
category: "Browser",
|
|
825
829
|
description: "reactive viewport breakpoints"
|
|
@@ -882,6 +886,14 @@ var functions$1 = [
|
|
|
882
886
|
category: "Browser",
|
|
883
887
|
description: "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
884
888
|
},
|
|
889
|
+
{
|
|
890
|
+
name: "useCloned",
|
|
891
|
+
"package": "core",
|
|
892
|
+
lastUpdated: 1662386652000,
|
|
893
|
+
docs: "https://vueuse.org/core/useCloned/",
|
|
894
|
+
category: "Utilities",
|
|
895
|
+
description: "reactive clone of a ref"
|
|
896
|
+
},
|
|
885
897
|
{
|
|
886
898
|
name: "useColorMode",
|
|
887
899
|
"package": "core",
|
|
@@ -932,7 +944,7 @@ var functions$1 = [
|
|
|
932
944
|
{
|
|
933
945
|
name: "useCurrentElement",
|
|
934
946
|
"package": "core",
|
|
935
|
-
lastUpdated:
|
|
947
|
+
lastUpdated: 1661239180000,
|
|
936
948
|
docs: "https://vueuse.org/core/useCurrentElement/",
|
|
937
949
|
category: "Component",
|
|
938
950
|
description: "get the DOM element of current component as a ref"
|
|
@@ -940,7 +952,7 @@ var functions$1 = [
|
|
|
940
952
|
{
|
|
941
953
|
name: "useCycleList",
|
|
942
954
|
"package": "core",
|
|
943
|
-
lastUpdated:
|
|
955
|
+
lastUpdated: 1659556886000,
|
|
944
956
|
docs: "https://vueuse.org/core/useCycleList/",
|
|
945
957
|
category: "Utilities",
|
|
946
958
|
description: "cycle through a list of items"
|
|
@@ -962,7 +974,7 @@ var functions$1 = [
|
|
|
962
974
|
{
|
|
963
975
|
name: "useDateFormat",
|
|
964
976
|
"package": "shared",
|
|
965
|
-
lastUpdated:
|
|
977
|
+
lastUpdated: 1660291797000,
|
|
966
978
|
docs: "https://vueuse.org/shared/useDateFormat/",
|
|
967
979
|
category: "Time",
|
|
968
980
|
description: "get the formatted date according to the string of tokens passed in"
|
|
@@ -982,7 +994,7 @@ var functions$1 = [
|
|
|
982
994
|
{
|
|
983
995
|
name: "useDebounceFn",
|
|
984
996
|
"package": "shared",
|
|
985
|
-
lastUpdated:
|
|
997
|
+
lastUpdated: 1660291797000,
|
|
986
998
|
docs: "https://vueuse.org/shared/useDebounceFn/",
|
|
987
999
|
category: "Utilities",
|
|
988
1000
|
description: "debounce execution of a function",
|
|
@@ -1011,7 +1023,7 @@ var functions$1 = [
|
|
|
1011
1023
|
{
|
|
1012
1024
|
name: "useDevicePixelRatio",
|
|
1013
1025
|
"package": "core",
|
|
1014
|
-
lastUpdated:
|
|
1026
|
+
lastUpdated: 1662386570000,
|
|
1015
1027
|
component: true,
|
|
1016
1028
|
docs: "https://vueuse.org/core/useDevicePixelRatio/",
|
|
1017
1029
|
category: "Sensors",
|
|
@@ -1052,7 +1064,7 @@ var functions$1 = [
|
|
|
1052
1064
|
{
|
|
1053
1065
|
name: "useDraggable",
|
|
1054
1066
|
"package": "core",
|
|
1055
|
-
lastUpdated:
|
|
1067
|
+
lastUpdated: 1662386895000,
|
|
1056
1068
|
component: true,
|
|
1057
1069
|
docs: "https://vueuse.org/core/useDraggable/",
|
|
1058
1070
|
category: "Elements",
|
|
@@ -1095,7 +1107,7 @@ var functions$1 = [
|
|
|
1095
1107
|
{
|
|
1096
1108
|
name: "useElementHover",
|
|
1097
1109
|
"package": "core",
|
|
1098
|
-
lastUpdated:
|
|
1110
|
+
lastUpdated: 1660290815000,
|
|
1099
1111
|
directive: true,
|
|
1100
1112
|
docs: "https://vueuse.org/core/useElementHover/",
|
|
1101
1113
|
category: "Sensors",
|
|
@@ -1104,7 +1116,7 @@ var functions$1 = [
|
|
|
1104
1116
|
{
|
|
1105
1117
|
name: "useElementSize",
|
|
1106
1118
|
"package": "core",
|
|
1107
|
-
lastUpdated:
|
|
1119
|
+
lastUpdated: 1662384935000,
|
|
1108
1120
|
component: true,
|
|
1109
1121
|
directive: true,
|
|
1110
1122
|
docs: "https://vueuse.org/core/useElementSize/",
|
|
@@ -1128,7 +1140,7 @@ var functions$1 = [
|
|
|
1128
1140
|
{
|
|
1129
1141
|
name: "useElementVisibility",
|
|
1130
1142
|
"package": "core",
|
|
1131
|
-
lastUpdated:
|
|
1143
|
+
lastUpdated: 1662384256000,
|
|
1132
1144
|
component: true,
|
|
1133
1145
|
directive: true,
|
|
1134
1146
|
docs: "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1171,7 +1183,7 @@ var functions$1 = [
|
|
|
1171
1183
|
{
|
|
1172
1184
|
name: "useFavicon",
|
|
1173
1185
|
"package": "core",
|
|
1174
|
-
lastUpdated:
|
|
1186
|
+
lastUpdated: 1661409315000,
|
|
1175
1187
|
docs: "https://vueuse.org/core/useFavicon/",
|
|
1176
1188
|
category: "Browser",
|
|
1177
1189
|
description: "reactive favicon"
|
|
@@ -1187,7 +1199,7 @@ var functions$1 = [
|
|
|
1187
1199
|
{
|
|
1188
1200
|
name: "useFileDialog",
|
|
1189
1201
|
"package": "core",
|
|
1190
|
-
lastUpdated:
|
|
1202
|
+
lastUpdated: 1662385329000,
|
|
1191
1203
|
docs: "https://vueuse.org/core/useFileDialog/",
|
|
1192
1204
|
category: "Browser",
|
|
1193
1205
|
description: "open file dialog with ease"
|
|
@@ -1238,7 +1250,7 @@ var functions$1 = [
|
|
|
1238
1250
|
{
|
|
1239
1251
|
name: "useFocusWithin",
|
|
1240
1252
|
"package": "core",
|
|
1241
|
-
lastUpdated:
|
|
1253
|
+
lastUpdated: 1662285126000,
|
|
1242
1254
|
docs: "https://vueuse.org/core/useFocusWithin/",
|
|
1243
1255
|
category: "Sensors",
|
|
1244
1256
|
description: "reactive utility to track if an element or one of its decendants has focus"
|
|
@@ -1332,7 +1344,7 @@ var functions$1 = [
|
|
|
1332
1344
|
{
|
|
1333
1345
|
name: "useInterval",
|
|
1334
1346
|
"package": "shared",
|
|
1335
|
-
lastUpdated:
|
|
1347
|
+
lastUpdated: 1660751262000,
|
|
1336
1348
|
docs: "https://vueuse.org/shared/useInterval/",
|
|
1337
1349
|
category: "Animation",
|
|
1338
1350
|
description: "reactive counter increases on every interval"
|
|
@@ -1340,7 +1352,7 @@ var functions$1 = [
|
|
|
1340
1352
|
{
|
|
1341
1353
|
name: "useIntervalFn",
|
|
1342
1354
|
"package": "shared",
|
|
1343
|
-
lastUpdated:
|
|
1355
|
+
lastUpdated: 1659611339000,
|
|
1344
1356
|
docs: "https://vueuse.org/shared/useIntervalFn/",
|
|
1345
1357
|
category: "Animation",
|
|
1346
1358
|
description: "wrapper for `setInterval` with controls"
|
|
@@ -1416,7 +1428,7 @@ var functions$1 = [
|
|
|
1416
1428
|
{
|
|
1417
1429
|
name: "useManualRefHistory",
|
|
1418
1430
|
"package": "core",
|
|
1419
|
-
lastUpdated:
|
|
1431
|
+
lastUpdated: 1662386652000,
|
|
1420
1432
|
docs: "https://vueuse.org/core/useManualRefHistory/",
|
|
1421
1433
|
category: "State",
|
|
1422
1434
|
description: "manually track the change history of a ref when the using calls `commit()`",
|
|
@@ -1459,7 +1471,7 @@ var functions$1 = [
|
|
|
1459
1471
|
{
|
|
1460
1472
|
name: "useMemoize",
|
|
1461
1473
|
"package": "core",
|
|
1462
|
-
lastUpdated:
|
|
1474
|
+
lastUpdated: 1662384725000,
|
|
1463
1475
|
docs: "https://vueuse.org/core/useMemoize/",
|
|
1464
1476
|
category: "Utilities",
|
|
1465
1477
|
description: "cache results of functions depending on arguments and keep it reactive"
|
|
@@ -1599,7 +1611,7 @@ var functions$1 = [
|
|
|
1599
1611
|
{
|
|
1600
1612
|
name: "useOffsetPagination",
|
|
1601
1613
|
"package": "core",
|
|
1602
|
-
lastUpdated:
|
|
1614
|
+
lastUpdated: 1659592690000,
|
|
1603
1615
|
component: true,
|
|
1604
1616
|
docs: "https://vueuse.org/core/useOffsetPagination/",
|
|
1605
1617
|
category: "Utilities",
|
|
@@ -1659,6 +1671,14 @@ var functions$1 = [
|
|
|
1659
1671
|
category: "Sensors",
|
|
1660
1672
|
description: "reactive swipe detection based on [PointerEvents](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)"
|
|
1661
1673
|
},
|
|
1674
|
+
{
|
|
1675
|
+
name: "usePrecision",
|
|
1676
|
+
"package": "math",
|
|
1677
|
+
lastUpdated: 1659586173000,
|
|
1678
|
+
docs: "https://vueuse.org/math/usePrecision/",
|
|
1679
|
+
category: "@Math",
|
|
1680
|
+
description: "reactively set the precision of a number"
|
|
1681
|
+
},
|
|
1662
1682
|
{
|
|
1663
1683
|
name: "usePreferredColorScheme",
|
|
1664
1684
|
"package": "core",
|
|
@@ -1668,6 +1688,15 @@ var functions$1 = [
|
|
|
1668
1688
|
category: "Browser",
|
|
1669
1689
|
description: "reactive [prefers-color-scheme](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) media query"
|
|
1670
1690
|
},
|
|
1691
|
+
{
|
|
1692
|
+
name: "usePreferredContrast",
|
|
1693
|
+
"package": "core",
|
|
1694
|
+
lastUpdated: 1661240113000,
|
|
1695
|
+
component: true,
|
|
1696
|
+
docs: "https://vueuse.org/core/usePreferredContrast/",
|
|
1697
|
+
category: "Browser",
|
|
1698
|
+
description: "reactive [prefers-contrast](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-contrast) media query"
|
|
1699
|
+
},
|
|
1671
1700
|
{
|
|
1672
1701
|
name: "usePreferredDark",
|
|
1673
1702
|
"package": "core",
|
|
@@ -1690,6 +1719,15 @@ var functions$1 = [
|
|
|
1690
1719
|
category: "Browser",
|
|
1691
1720
|
description: "reactive [Navigator Languages](https://developer.mozilla.org/en-US/docs/Web/API/NavigatorLanguage/languages)"
|
|
1692
1721
|
},
|
|
1722
|
+
{
|
|
1723
|
+
name: "usePreferredReducedMotion",
|
|
1724
|
+
"package": "core",
|
|
1725
|
+
lastUpdated: 1659593252000,
|
|
1726
|
+
component: true,
|
|
1727
|
+
docs: "https://vueuse.org/core/usePreferredReducedMotion/",
|
|
1728
|
+
category: "Browser",
|
|
1729
|
+
description: "reactive [prefers-reduced-motion](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion) media query"
|
|
1730
|
+
},
|
|
1693
1731
|
{
|
|
1694
1732
|
name: "useProjection",
|
|
1695
1733
|
"package": "math",
|
|
@@ -1722,7 +1760,7 @@ var functions$1 = [
|
|
|
1722
1760
|
{
|
|
1723
1761
|
name: "useRefHistory",
|
|
1724
1762
|
"package": "core",
|
|
1725
|
-
lastUpdated:
|
|
1763
|
+
lastUpdated: 1662386652000,
|
|
1726
1764
|
docs: "https://vueuse.org/core/useRefHistory/",
|
|
1727
1765
|
category: "State",
|
|
1728
1766
|
description: "track the change history of a ref",
|
|
@@ -1735,7 +1773,7 @@ var functions$1 = [
|
|
|
1735
1773
|
{
|
|
1736
1774
|
name: "useResizeObserver",
|
|
1737
1775
|
"package": "core",
|
|
1738
|
-
lastUpdated:
|
|
1776
|
+
lastUpdated: 1662384935000,
|
|
1739
1777
|
docs: "https://vueuse.org/core/useResizeObserver/",
|
|
1740
1778
|
category: "Elements",
|
|
1741
1779
|
description: "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -1808,7 +1846,7 @@ var functions$1 = [
|
|
|
1808
1846
|
{
|
|
1809
1847
|
name: "useScriptTag",
|
|
1810
1848
|
"package": "core",
|
|
1811
|
-
lastUpdated:
|
|
1849
|
+
lastUpdated: 1659556839000,
|
|
1812
1850
|
docs: "https://vueuse.org/core/useScriptTag/",
|
|
1813
1851
|
category: "Browser",
|
|
1814
1852
|
description: "script tag injecting"
|
|
@@ -1816,7 +1854,7 @@ var functions$1 = [
|
|
|
1816
1854
|
{
|
|
1817
1855
|
name: "useScroll",
|
|
1818
1856
|
"package": "core",
|
|
1819
|
-
lastUpdated:
|
|
1857
|
+
lastUpdated: 1659805128000,
|
|
1820
1858
|
directive: true,
|
|
1821
1859
|
docs: "https://vueuse.org/core/useScroll/",
|
|
1822
1860
|
category: "Sensors",
|
|
@@ -2031,7 +2069,7 @@ var functions$1 = [
|
|
|
2031
2069
|
{
|
|
2032
2070
|
name: "useTimeout",
|
|
2033
2071
|
"package": "shared",
|
|
2034
|
-
lastUpdated:
|
|
2072
|
+
lastUpdated: 1660751262000,
|
|
2035
2073
|
docs: "https://vueuse.org/shared/useTimeout/",
|
|
2036
2074
|
category: "Animation",
|
|
2037
2075
|
description: "update value after a given time with controls"
|
|
@@ -2039,7 +2077,7 @@ var functions$1 = [
|
|
|
2039
2077
|
{
|
|
2040
2078
|
name: "useTimeoutFn",
|
|
2041
2079
|
"package": "shared",
|
|
2042
|
-
lastUpdated:
|
|
2080
|
+
lastUpdated: 1660751262000,
|
|
2043
2081
|
docs: "https://vueuse.org/shared/useTimeoutFn/",
|
|
2044
2082
|
category: "Animation",
|
|
2045
2083
|
description: "wrapper for `setTimeout` with controls"
|
|
@@ -2072,10 +2110,11 @@ var functions$1 = [
|
|
|
2072
2110
|
{
|
|
2073
2111
|
name: "useToFixed",
|
|
2074
2112
|
"package": "math",
|
|
2075
|
-
lastUpdated:
|
|
2113
|
+
lastUpdated: 1659586610000,
|
|
2076
2114
|
docs: "https://vueuse.org/math/useToFixed/",
|
|
2077
2115
|
category: "@Math",
|
|
2078
|
-
description: "reactive `toFixed`"
|
|
2116
|
+
description: "reactive `toFixed`",
|
|
2117
|
+
deprecated: true
|
|
2079
2118
|
},
|
|
2080
2119
|
{
|
|
2081
2120
|
name: "useToggle",
|
|
@@ -2085,10 +2124,26 @@ var functions$1 = [
|
|
|
2085
2124
|
category: "Utilities",
|
|
2086
2125
|
description: "a boolean switcher with utility functions"
|
|
2087
2126
|
},
|
|
2127
|
+
{
|
|
2128
|
+
name: "useToNumber",
|
|
2129
|
+
"package": "shared",
|
|
2130
|
+
lastUpdated: 1659592336000,
|
|
2131
|
+
docs: "https://vueuse.org/shared/useToNumber/",
|
|
2132
|
+
category: "Utilities",
|
|
2133
|
+
description: "reactively convert a string ref to number"
|
|
2134
|
+
},
|
|
2135
|
+
{
|
|
2136
|
+
name: "useToString",
|
|
2137
|
+
"package": "shared",
|
|
2138
|
+
lastUpdated: 1659592531000,
|
|
2139
|
+
docs: "https://vueuse.org/shared/useToString/",
|
|
2140
|
+
category: "Utilities",
|
|
2141
|
+
description: "reactively convert a ref to string"
|
|
2142
|
+
},
|
|
2088
2143
|
{
|
|
2089
2144
|
name: "useTransition",
|
|
2090
2145
|
"package": "core",
|
|
2091
|
-
lastUpdated:
|
|
2146
|
+
lastUpdated: 1660293053000,
|
|
2092
2147
|
docs: "https://vueuse.org/core/useTransition/",
|
|
2093
2148
|
category: "Animation",
|
|
2094
2149
|
description: "transition between values"
|
|
@@ -2104,7 +2159,7 @@ var functions$1 = [
|
|
|
2104
2159
|
{
|
|
2105
2160
|
name: "useUrlSearchParams",
|
|
2106
2161
|
"package": "core",
|
|
2107
|
-
lastUpdated:
|
|
2162
|
+
lastUpdated: 1662286506000,
|
|
2108
2163
|
docs: "https://vueuse.org/core/useUrlSearchParams/",
|
|
2109
2164
|
category: "Browser",
|
|
2110
2165
|
description: "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
|
@@ -2142,7 +2197,7 @@ var functions$1 = [
|
|
|
2142
2197
|
{
|
|
2143
2198
|
name: "useVModel",
|
|
2144
2199
|
"package": "core",
|
|
2145
|
-
lastUpdated:
|
|
2200
|
+
lastUpdated: 1662386652000,
|
|
2146
2201
|
docs: "https://vueuse.org/core/useVModel/",
|
|
2147
2202
|
category: "Component",
|
|
2148
2203
|
description: "shorthand for v-model binding",
|
|
@@ -2180,7 +2235,7 @@ var functions$1 = [
|
|
|
2180
2235
|
{
|
|
2181
2236
|
name: "useWebSocket",
|
|
2182
2237
|
"package": "core",
|
|
2183
|
-
lastUpdated:
|
|
2238
|
+
lastUpdated: 1662384188000,
|
|
2184
2239
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2185
2240
|
category: "Network",
|
|
2186
2241
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2227,7 +2282,7 @@ var functions$1 = [
|
|
|
2227
2282
|
{
|
|
2228
2283
|
name: "useWindowSize",
|
|
2229
2284
|
"package": "core",
|
|
2230
|
-
lastUpdated:
|
|
2285
|
+
lastUpdated: 1662285565000,
|
|
2231
2286
|
component: true,
|
|
2232
2287
|
docs: "https://vueuse.org/core/useWindowSize/",
|
|
2233
2288
|
category: "Elements",
|