@vueuse/metadata 9.1.1 → 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 +30 -22
- package/index.json +30 -22
- package/index.mjs +30 -22
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -163,7 +163,7 @@ var functions$1 = [
|
|
|
163
163
|
{
|
|
164
164
|
name: "computedAsync",
|
|
165
165
|
"package": "core",
|
|
166
|
-
lastUpdated:
|
|
166
|
+
lastUpdated: 1661746302000,
|
|
167
167
|
docs: "https://vueuse.org/core/computedAsync/",
|
|
168
168
|
category: "Reactivity",
|
|
169
169
|
description: "computed for async functions",
|
|
@@ -185,7 +185,7 @@ var functions$1 = [
|
|
|
185
185
|
{
|
|
186
186
|
name: "computedInject",
|
|
187
187
|
"package": "core",
|
|
188
|
-
lastUpdated:
|
|
188
|
+
lastUpdated: 1662388825000,
|
|
189
189
|
docs: "https://vueuse.org/core/computedInject/",
|
|
190
190
|
category: "Component",
|
|
191
191
|
description: "combine computed and inject"
|
|
@@ -371,7 +371,7 @@ var functions$1 = [
|
|
|
371
371
|
{
|
|
372
372
|
name: "makeDestructurable",
|
|
373
373
|
"package": "shared",
|
|
374
|
-
lastUpdated:
|
|
374
|
+
lastUpdated: 1662388825000,
|
|
375
375
|
docs: "https://vueuse.org/shared/makeDestructurable/",
|
|
376
376
|
category: "Utilities",
|
|
377
377
|
description: "make isomorphic destructurable for object and array at the same time"
|
|
@@ -398,7 +398,7 @@ var functions$1 = [
|
|
|
398
398
|
{
|
|
399
399
|
name: "onLongPress",
|
|
400
400
|
"package": "core",
|
|
401
|
-
lastUpdated:
|
|
401
|
+
lastUpdated: 1661746302000,
|
|
402
402
|
component: true,
|
|
403
403
|
directive: true,
|
|
404
404
|
docs: "https://vueuse.org/core/onLongPress/",
|
|
@@ -722,7 +722,7 @@ var functions$1 = [
|
|
|
722
722
|
{
|
|
723
723
|
name: "useArrayMap",
|
|
724
724
|
"package": "shared",
|
|
725
|
-
lastUpdated:
|
|
725
|
+
lastUpdated: 1662376596000,
|
|
726
726
|
docs: "https://vueuse.org/shared/useArrayMap/",
|
|
727
727
|
category: "Array",
|
|
728
728
|
description: "reactive `Array.map`"
|
|
@@ -789,7 +789,7 @@ var functions$1 = [
|
|
|
789
789
|
{
|
|
790
790
|
name: "useAxios",
|
|
791
791
|
"package": "integrations",
|
|
792
|
-
lastUpdated:
|
|
792
|
+
lastUpdated: 1662093513000,
|
|
793
793
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
794
794
|
category: "@Integrations",
|
|
795
795
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -823,7 +823,7 @@ var functions$1 = [
|
|
|
823
823
|
{
|
|
824
824
|
name: "useBreakpoints",
|
|
825
825
|
"package": "core",
|
|
826
|
-
lastUpdated:
|
|
826
|
+
lastUpdated: 1662285732000,
|
|
827
827
|
docs: "https://vueuse.org/core/useBreakpoints/",
|
|
828
828
|
category: "Browser",
|
|
829
829
|
description: "reactive viewport breakpoints"
|
|
@@ -886,6 +886,14 @@ var functions$1 = [
|
|
|
886
886
|
category: "Browser",
|
|
887
887
|
description: "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
888
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
|
+
},
|
|
889
897
|
{
|
|
890
898
|
name: "useColorMode",
|
|
891
899
|
"package": "core",
|
|
@@ -1015,7 +1023,7 @@ var functions$1 = [
|
|
|
1015
1023
|
{
|
|
1016
1024
|
name: "useDevicePixelRatio",
|
|
1017
1025
|
"package": "core",
|
|
1018
|
-
lastUpdated:
|
|
1026
|
+
lastUpdated: 1662386570000,
|
|
1019
1027
|
component: true,
|
|
1020
1028
|
docs: "https://vueuse.org/core/useDevicePixelRatio/",
|
|
1021
1029
|
category: "Sensors",
|
|
@@ -1056,7 +1064,7 @@ var functions$1 = [
|
|
|
1056
1064
|
{
|
|
1057
1065
|
name: "useDraggable",
|
|
1058
1066
|
"package": "core",
|
|
1059
|
-
lastUpdated:
|
|
1067
|
+
lastUpdated: 1662386895000,
|
|
1060
1068
|
component: true,
|
|
1061
1069
|
docs: "https://vueuse.org/core/useDraggable/",
|
|
1062
1070
|
category: "Elements",
|
|
@@ -1108,7 +1116,7 @@ var functions$1 = [
|
|
|
1108
1116
|
{
|
|
1109
1117
|
name: "useElementSize",
|
|
1110
1118
|
"package": "core",
|
|
1111
|
-
lastUpdated:
|
|
1119
|
+
lastUpdated: 1662384935000,
|
|
1112
1120
|
component: true,
|
|
1113
1121
|
directive: true,
|
|
1114
1122
|
docs: "https://vueuse.org/core/useElementSize/",
|
|
@@ -1132,7 +1140,7 @@ var functions$1 = [
|
|
|
1132
1140
|
{
|
|
1133
1141
|
name: "useElementVisibility",
|
|
1134
1142
|
"package": "core",
|
|
1135
|
-
lastUpdated:
|
|
1143
|
+
lastUpdated: 1662384256000,
|
|
1136
1144
|
component: true,
|
|
1137
1145
|
directive: true,
|
|
1138
1146
|
docs: "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1175,7 +1183,7 @@ var functions$1 = [
|
|
|
1175
1183
|
{
|
|
1176
1184
|
name: "useFavicon",
|
|
1177
1185
|
"package": "core",
|
|
1178
|
-
lastUpdated:
|
|
1186
|
+
lastUpdated: 1661409315000,
|
|
1179
1187
|
docs: "https://vueuse.org/core/useFavicon/",
|
|
1180
1188
|
category: "Browser",
|
|
1181
1189
|
description: "reactive favicon"
|
|
@@ -1191,7 +1199,7 @@ var functions$1 = [
|
|
|
1191
1199
|
{
|
|
1192
1200
|
name: "useFileDialog",
|
|
1193
1201
|
"package": "core",
|
|
1194
|
-
lastUpdated:
|
|
1202
|
+
lastUpdated: 1662385329000,
|
|
1195
1203
|
docs: "https://vueuse.org/core/useFileDialog/",
|
|
1196
1204
|
category: "Browser",
|
|
1197
1205
|
description: "open file dialog with ease"
|
|
@@ -1242,7 +1250,7 @@ var functions$1 = [
|
|
|
1242
1250
|
{
|
|
1243
1251
|
name: "useFocusWithin",
|
|
1244
1252
|
"package": "core",
|
|
1245
|
-
lastUpdated:
|
|
1253
|
+
lastUpdated: 1662285126000,
|
|
1246
1254
|
docs: "https://vueuse.org/core/useFocusWithin/",
|
|
1247
1255
|
category: "Sensors",
|
|
1248
1256
|
description: "reactive utility to track if an element or one of its decendants has focus"
|
|
@@ -1420,7 +1428,7 @@ var functions$1 = [
|
|
|
1420
1428
|
{
|
|
1421
1429
|
name: "useManualRefHistory",
|
|
1422
1430
|
"package": "core",
|
|
1423
|
-
lastUpdated:
|
|
1431
|
+
lastUpdated: 1662386652000,
|
|
1424
1432
|
docs: "https://vueuse.org/core/useManualRefHistory/",
|
|
1425
1433
|
category: "State",
|
|
1426
1434
|
description: "manually track the change history of a ref when the using calls `commit()`",
|
|
@@ -1463,7 +1471,7 @@ var functions$1 = [
|
|
|
1463
1471
|
{
|
|
1464
1472
|
name: "useMemoize",
|
|
1465
1473
|
"package": "core",
|
|
1466
|
-
lastUpdated:
|
|
1474
|
+
lastUpdated: 1662384725000,
|
|
1467
1475
|
docs: "https://vueuse.org/core/useMemoize/",
|
|
1468
1476
|
category: "Utilities",
|
|
1469
1477
|
description: "cache results of functions depending on arguments and keep it reactive"
|
|
@@ -1752,7 +1760,7 @@ var functions$1 = [
|
|
|
1752
1760
|
{
|
|
1753
1761
|
name: "useRefHistory",
|
|
1754
1762
|
"package": "core",
|
|
1755
|
-
lastUpdated:
|
|
1763
|
+
lastUpdated: 1662386652000,
|
|
1756
1764
|
docs: "https://vueuse.org/core/useRefHistory/",
|
|
1757
1765
|
category: "State",
|
|
1758
1766
|
description: "track the change history of a ref",
|
|
@@ -1765,7 +1773,7 @@ var functions$1 = [
|
|
|
1765
1773
|
{
|
|
1766
1774
|
name: "useResizeObserver",
|
|
1767
1775
|
"package": "core",
|
|
1768
|
-
lastUpdated:
|
|
1776
|
+
lastUpdated: 1662384935000,
|
|
1769
1777
|
docs: "https://vueuse.org/core/useResizeObserver/",
|
|
1770
1778
|
category: "Elements",
|
|
1771
1779
|
description: "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -2151,7 +2159,7 @@ var functions$1 = [
|
|
|
2151
2159
|
{
|
|
2152
2160
|
name: "useUrlSearchParams",
|
|
2153
2161
|
"package": "core",
|
|
2154
|
-
lastUpdated:
|
|
2162
|
+
lastUpdated: 1662286506000,
|
|
2155
2163
|
docs: "https://vueuse.org/core/useUrlSearchParams/",
|
|
2156
2164
|
category: "Browser",
|
|
2157
2165
|
description: "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
|
@@ -2189,7 +2197,7 @@ var functions$1 = [
|
|
|
2189
2197
|
{
|
|
2190
2198
|
name: "useVModel",
|
|
2191
2199
|
"package": "core",
|
|
2192
|
-
lastUpdated:
|
|
2200
|
+
lastUpdated: 1662386652000,
|
|
2193
2201
|
docs: "https://vueuse.org/core/useVModel/",
|
|
2194
2202
|
category: "Component",
|
|
2195
2203
|
description: "shorthand for v-model binding",
|
|
@@ -2227,7 +2235,7 @@ var functions$1 = [
|
|
|
2227
2235
|
{
|
|
2228
2236
|
name: "useWebSocket",
|
|
2229
2237
|
"package": "core",
|
|
2230
|
-
lastUpdated:
|
|
2238
|
+
lastUpdated: 1662384188000,
|
|
2231
2239
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2232
2240
|
category: "Network",
|
|
2233
2241
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2274,7 +2282,7 @@ var functions$1 = [
|
|
|
2274
2282
|
{
|
|
2275
2283
|
name: "useWindowSize",
|
|
2276
2284
|
"package": "core",
|
|
2277
|
-
lastUpdated:
|
|
2285
|
+
lastUpdated: 1662285565000,
|
|
2278
2286
|
component: true,
|
|
2279
2287
|
docs: "https://vueuse.org/core/useWindowSize/",
|
|
2280
2288
|
category: "Elements",
|
package/index.json
CHANGED
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
{
|
|
161
161
|
"name": "computedAsync",
|
|
162
162
|
"package": "core",
|
|
163
|
-
"lastUpdated":
|
|
163
|
+
"lastUpdated": 1661746302000,
|
|
164
164
|
"docs": "https://vueuse.org/core/computedAsync/",
|
|
165
165
|
"category": "Reactivity",
|
|
166
166
|
"description": "computed for async functions",
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
{
|
|
183
183
|
"name": "computedInject",
|
|
184
184
|
"package": "core",
|
|
185
|
-
"lastUpdated":
|
|
185
|
+
"lastUpdated": 1662388825000,
|
|
186
186
|
"docs": "https://vueuse.org/core/computedInject/",
|
|
187
187
|
"category": "Component",
|
|
188
188
|
"description": "combine computed and inject"
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
{
|
|
369
369
|
"name": "makeDestructurable",
|
|
370
370
|
"package": "shared",
|
|
371
|
-
"lastUpdated":
|
|
371
|
+
"lastUpdated": 1662388825000,
|
|
372
372
|
"docs": "https://vueuse.org/shared/makeDestructurable/",
|
|
373
373
|
"category": "Utilities",
|
|
374
374
|
"description": "make isomorphic destructurable for object and array at the same time"
|
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
{
|
|
396
396
|
"name": "onLongPress",
|
|
397
397
|
"package": "core",
|
|
398
|
-
"lastUpdated":
|
|
398
|
+
"lastUpdated": 1661746302000,
|
|
399
399
|
"component": true,
|
|
400
400
|
"directive": true,
|
|
401
401
|
"docs": "https://vueuse.org/core/onLongPress/",
|
|
@@ -719,7 +719,7 @@
|
|
|
719
719
|
{
|
|
720
720
|
"name": "useArrayMap",
|
|
721
721
|
"package": "shared",
|
|
722
|
-
"lastUpdated":
|
|
722
|
+
"lastUpdated": 1662376596000,
|
|
723
723
|
"docs": "https://vueuse.org/shared/useArrayMap/",
|
|
724
724
|
"category": "Array",
|
|
725
725
|
"description": "reactive `Array.map`"
|
|
@@ -786,7 +786,7 @@
|
|
|
786
786
|
{
|
|
787
787
|
"name": "useAxios",
|
|
788
788
|
"package": "integrations",
|
|
789
|
-
"lastUpdated":
|
|
789
|
+
"lastUpdated": 1662093513000,
|
|
790
790
|
"docs": "https://vueuse.org/integrations/useAxios/",
|
|
791
791
|
"category": "@Integrations",
|
|
792
792
|
"description": "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -820,7 +820,7 @@
|
|
|
820
820
|
{
|
|
821
821
|
"name": "useBreakpoints",
|
|
822
822
|
"package": "core",
|
|
823
|
-
"lastUpdated":
|
|
823
|
+
"lastUpdated": 1662285732000,
|
|
824
824
|
"docs": "https://vueuse.org/core/useBreakpoints/",
|
|
825
825
|
"category": "Browser",
|
|
826
826
|
"description": "reactive viewport breakpoints"
|
|
@@ -883,6 +883,14 @@
|
|
|
883
883
|
"category": "Browser",
|
|
884
884
|
"description": "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
885
885
|
},
|
|
886
|
+
{
|
|
887
|
+
"name": "useCloned",
|
|
888
|
+
"package": "core",
|
|
889
|
+
"lastUpdated": 1662386652000,
|
|
890
|
+
"docs": "https://vueuse.org/core/useCloned/",
|
|
891
|
+
"category": "Utilities",
|
|
892
|
+
"description": "reactive clone of a ref"
|
|
893
|
+
},
|
|
886
894
|
{
|
|
887
895
|
"name": "useColorMode",
|
|
888
896
|
"package": "core",
|
|
@@ -1012,7 +1020,7 @@
|
|
|
1012
1020
|
{
|
|
1013
1021
|
"name": "useDevicePixelRatio",
|
|
1014
1022
|
"package": "core",
|
|
1015
|
-
"lastUpdated":
|
|
1023
|
+
"lastUpdated": 1662386570000,
|
|
1016
1024
|
"component": true,
|
|
1017
1025
|
"docs": "https://vueuse.org/core/useDevicePixelRatio/",
|
|
1018
1026
|
"category": "Sensors",
|
|
@@ -1053,7 +1061,7 @@
|
|
|
1053
1061
|
{
|
|
1054
1062
|
"name": "useDraggable",
|
|
1055
1063
|
"package": "core",
|
|
1056
|
-
"lastUpdated":
|
|
1064
|
+
"lastUpdated": 1662386895000,
|
|
1057
1065
|
"component": true,
|
|
1058
1066
|
"docs": "https://vueuse.org/core/useDraggable/",
|
|
1059
1067
|
"category": "Elements",
|
|
@@ -1105,7 +1113,7 @@
|
|
|
1105
1113
|
{
|
|
1106
1114
|
"name": "useElementSize",
|
|
1107
1115
|
"package": "core",
|
|
1108
|
-
"lastUpdated":
|
|
1116
|
+
"lastUpdated": 1662384935000,
|
|
1109
1117
|
"component": true,
|
|
1110
1118
|
"directive": true,
|
|
1111
1119
|
"docs": "https://vueuse.org/core/useElementSize/",
|
|
@@ -1129,7 +1137,7 @@
|
|
|
1129
1137
|
{
|
|
1130
1138
|
"name": "useElementVisibility",
|
|
1131
1139
|
"package": "core",
|
|
1132
|
-
"lastUpdated":
|
|
1140
|
+
"lastUpdated": 1662384256000,
|
|
1133
1141
|
"component": true,
|
|
1134
1142
|
"directive": true,
|
|
1135
1143
|
"docs": "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1172,7 +1180,7 @@
|
|
|
1172
1180
|
{
|
|
1173
1181
|
"name": "useFavicon",
|
|
1174
1182
|
"package": "core",
|
|
1175
|
-
"lastUpdated":
|
|
1183
|
+
"lastUpdated": 1661409315000,
|
|
1176
1184
|
"docs": "https://vueuse.org/core/useFavicon/",
|
|
1177
1185
|
"category": "Browser",
|
|
1178
1186
|
"description": "reactive favicon"
|
|
@@ -1188,7 +1196,7 @@
|
|
|
1188
1196
|
{
|
|
1189
1197
|
"name": "useFileDialog",
|
|
1190
1198
|
"package": "core",
|
|
1191
|
-
"lastUpdated":
|
|
1199
|
+
"lastUpdated": 1662385329000,
|
|
1192
1200
|
"docs": "https://vueuse.org/core/useFileDialog/",
|
|
1193
1201
|
"category": "Browser",
|
|
1194
1202
|
"description": "open file dialog with ease"
|
|
@@ -1239,7 +1247,7 @@
|
|
|
1239
1247
|
{
|
|
1240
1248
|
"name": "useFocusWithin",
|
|
1241
1249
|
"package": "core",
|
|
1242
|
-
"lastUpdated":
|
|
1250
|
+
"lastUpdated": 1662285126000,
|
|
1243
1251
|
"docs": "https://vueuse.org/core/useFocusWithin/",
|
|
1244
1252
|
"category": "Sensors",
|
|
1245
1253
|
"description": "reactive utility to track if an element or one of its decendants has focus"
|
|
@@ -1417,7 +1425,7 @@
|
|
|
1417
1425
|
{
|
|
1418
1426
|
"name": "useManualRefHistory",
|
|
1419
1427
|
"package": "core",
|
|
1420
|
-
"lastUpdated":
|
|
1428
|
+
"lastUpdated": 1662386652000,
|
|
1421
1429
|
"docs": "https://vueuse.org/core/useManualRefHistory/",
|
|
1422
1430
|
"category": "State",
|
|
1423
1431
|
"description": "manually track the change history of a ref when the using calls `commit()`",
|
|
@@ -1460,7 +1468,7 @@
|
|
|
1460
1468
|
{
|
|
1461
1469
|
"name": "useMemoize",
|
|
1462
1470
|
"package": "core",
|
|
1463
|
-
"lastUpdated":
|
|
1471
|
+
"lastUpdated": 1662384725000,
|
|
1464
1472
|
"docs": "https://vueuse.org/core/useMemoize/",
|
|
1465
1473
|
"category": "Utilities",
|
|
1466
1474
|
"description": "cache results of functions depending on arguments and keep it reactive"
|
|
@@ -1749,7 +1757,7 @@
|
|
|
1749
1757
|
{
|
|
1750
1758
|
"name": "useRefHistory",
|
|
1751
1759
|
"package": "core",
|
|
1752
|
-
"lastUpdated":
|
|
1760
|
+
"lastUpdated": 1662386652000,
|
|
1753
1761
|
"docs": "https://vueuse.org/core/useRefHistory/",
|
|
1754
1762
|
"category": "State",
|
|
1755
1763
|
"description": "track the change history of a ref",
|
|
@@ -1762,7 +1770,7 @@
|
|
|
1762
1770
|
{
|
|
1763
1771
|
"name": "useResizeObserver",
|
|
1764
1772
|
"package": "core",
|
|
1765
|
-
"lastUpdated":
|
|
1773
|
+
"lastUpdated": 1662384935000,
|
|
1766
1774
|
"docs": "https://vueuse.org/core/useResizeObserver/",
|
|
1767
1775
|
"category": "Elements",
|
|
1768
1776
|
"description": "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -2148,7 +2156,7 @@
|
|
|
2148
2156
|
{
|
|
2149
2157
|
"name": "useUrlSearchParams",
|
|
2150
2158
|
"package": "core",
|
|
2151
|
-
"lastUpdated":
|
|
2159
|
+
"lastUpdated": 1662286506000,
|
|
2152
2160
|
"docs": "https://vueuse.org/core/useUrlSearchParams/",
|
|
2153
2161
|
"category": "Browser",
|
|
2154
2162
|
"description": "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
|
@@ -2186,7 +2194,7 @@
|
|
|
2186
2194
|
{
|
|
2187
2195
|
"name": "useVModel",
|
|
2188
2196
|
"package": "core",
|
|
2189
|
-
"lastUpdated":
|
|
2197
|
+
"lastUpdated": 1662386652000,
|
|
2190
2198
|
"docs": "https://vueuse.org/core/useVModel/",
|
|
2191
2199
|
"category": "Component",
|
|
2192
2200
|
"description": "shorthand for v-model binding",
|
|
@@ -2224,7 +2232,7 @@
|
|
|
2224
2232
|
{
|
|
2225
2233
|
"name": "useWebSocket",
|
|
2226
2234
|
"package": "core",
|
|
2227
|
-
"lastUpdated":
|
|
2235
|
+
"lastUpdated": 1662384188000,
|
|
2228
2236
|
"docs": "https://vueuse.org/core/useWebSocket/",
|
|
2229
2237
|
"category": "Network",
|
|
2230
2238
|
"description": "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2271,7 +2279,7 @@
|
|
|
2271
2279
|
{
|
|
2272
2280
|
"name": "useWindowSize",
|
|
2273
2281
|
"package": "core",
|
|
2274
|
-
"lastUpdated":
|
|
2282
|
+
"lastUpdated": 1662285565000,
|
|
2275
2283
|
"component": true,
|
|
2276
2284
|
"docs": "https://vueuse.org/core/useWindowSize/",
|
|
2277
2285
|
"category": "Elements",
|
package/index.mjs
CHANGED
|
@@ -159,7 +159,7 @@ var functions$1 = [
|
|
|
159
159
|
{
|
|
160
160
|
name: "computedAsync",
|
|
161
161
|
"package": "core",
|
|
162
|
-
lastUpdated:
|
|
162
|
+
lastUpdated: 1661746302000,
|
|
163
163
|
docs: "https://vueuse.org/core/computedAsync/",
|
|
164
164
|
category: "Reactivity",
|
|
165
165
|
description: "computed for async functions",
|
|
@@ -181,7 +181,7 @@ var functions$1 = [
|
|
|
181
181
|
{
|
|
182
182
|
name: "computedInject",
|
|
183
183
|
"package": "core",
|
|
184
|
-
lastUpdated:
|
|
184
|
+
lastUpdated: 1662388825000,
|
|
185
185
|
docs: "https://vueuse.org/core/computedInject/",
|
|
186
186
|
category: "Component",
|
|
187
187
|
description: "combine computed and inject"
|
|
@@ -367,7 +367,7 @@ var functions$1 = [
|
|
|
367
367
|
{
|
|
368
368
|
name: "makeDestructurable",
|
|
369
369
|
"package": "shared",
|
|
370
|
-
lastUpdated:
|
|
370
|
+
lastUpdated: 1662388825000,
|
|
371
371
|
docs: "https://vueuse.org/shared/makeDestructurable/",
|
|
372
372
|
category: "Utilities",
|
|
373
373
|
description: "make isomorphic destructurable for object and array at the same time"
|
|
@@ -394,7 +394,7 @@ var functions$1 = [
|
|
|
394
394
|
{
|
|
395
395
|
name: "onLongPress",
|
|
396
396
|
"package": "core",
|
|
397
|
-
lastUpdated:
|
|
397
|
+
lastUpdated: 1661746302000,
|
|
398
398
|
component: true,
|
|
399
399
|
directive: true,
|
|
400
400
|
docs: "https://vueuse.org/core/onLongPress/",
|
|
@@ -718,7 +718,7 @@ var functions$1 = [
|
|
|
718
718
|
{
|
|
719
719
|
name: "useArrayMap",
|
|
720
720
|
"package": "shared",
|
|
721
|
-
lastUpdated:
|
|
721
|
+
lastUpdated: 1662376596000,
|
|
722
722
|
docs: "https://vueuse.org/shared/useArrayMap/",
|
|
723
723
|
category: "Array",
|
|
724
724
|
description: "reactive `Array.map`"
|
|
@@ -785,7 +785,7 @@ var functions$1 = [
|
|
|
785
785
|
{
|
|
786
786
|
name: "useAxios",
|
|
787
787
|
"package": "integrations",
|
|
788
|
-
lastUpdated:
|
|
788
|
+
lastUpdated: 1662093513000,
|
|
789
789
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
790
790
|
category: "@Integrations",
|
|
791
791
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -819,7 +819,7 @@ var functions$1 = [
|
|
|
819
819
|
{
|
|
820
820
|
name: "useBreakpoints",
|
|
821
821
|
"package": "core",
|
|
822
|
-
lastUpdated:
|
|
822
|
+
lastUpdated: 1662285732000,
|
|
823
823
|
docs: "https://vueuse.org/core/useBreakpoints/",
|
|
824
824
|
category: "Browser",
|
|
825
825
|
description: "reactive viewport breakpoints"
|
|
@@ -882,6 +882,14 @@ var functions$1 = [
|
|
|
882
882
|
category: "Browser",
|
|
883
883
|
description: "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
884
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
|
+
},
|
|
885
893
|
{
|
|
886
894
|
name: "useColorMode",
|
|
887
895
|
"package": "core",
|
|
@@ -1011,7 +1019,7 @@ var functions$1 = [
|
|
|
1011
1019
|
{
|
|
1012
1020
|
name: "useDevicePixelRatio",
|
|
1013
1021
|
"package": "core",
|
|
1014
|
-
lastUpdated:
|
|
1022
|
+
lastUpdated: 1662386570000,
|
|
1015
1023
|
component: true,
|
|
1016
1024
|
docs: "https://vueuse.org/core/useDevicePixelRatio/",
|
|
1017
1025
|
category: "Sensors",
|
|
@@ -1052,7 +1060,7 @@ var functions$1 = [
|
|
|
1052
1060
|
{
|
|
1053
1061
|
name: "useDraggable",
|
|
1054
1062
|
"package": "core",
|
|
1055
|
-
lastUpdated:
|
|
1063
|
+
lastUpdated: 1662386895000,
|
|
1056
1064
|
component: true,
|
|
1057
1065
|
docs: "https://vueuse.org/core/useDraggable/",
|
|
1058
1066
|
category: "Elements",
|
|
@@ -1104,7 +1112,7 @@ var functions$1 = [
|
|
|
1104
1112
|
{
|
|
1105
1113
|
name: "useElementSize",
|
|
1106
1114
|
"package": "core",
|
|
1107
|
-
lastUpdated:
|
|
1115
|
+
lastUpdated: 1662384935000,
|
|
1108
1116
|
component: true,
|
|
1109
1117
|
directive: true,
|
|
1110
1118
|
docs: "https://vueuse.org/core/useElementSize/",
|
|
@@ -1128,7 +1136,7 @@ var functions$1 = [
|
|
|
1128
1136
|
{
|
|
1129
1137
|
name: "useElementVisibility",
|
|
1130
1138
|
"package": "core",
|
|
1131
|
-
lastUpdated:
|
|
1139
|
+
lastUpdated: 1662384256000,
|
|
1132
1140
|
component: true,
|
|
1133
1141
|
directive: true,
|
|
1134
1142
|
docs: "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1171,7 +1179,7 @@ var functions$1 = [
|
|
|
1171
1179
|
{
|
|
1172
1180
|
name: "useFavicon",
|
|
1173
1181
|
"package": "core",
|
|
1174
|
-
lastUpdated:
|
|
1182
|
+
lastUpdated: 1661409315000,
|
|
1175
1183
|
docs: "https://vueuse.org/core/useFavicon/",
|
|
1176
1184
|
category: "Browser",
|
|
1177
1185
|
description: "reactive favicon"
|
|
@@ -1187,7 +1195,7 @@ var functions$1 = [
|
|
|
1187
1195
|
{
|
|
1188
1196
|
name: "useFileDialog",
|
|
1189
1197
|
"package": "core",
|
|
1190
|
-
lastUpdated:
|
|
1198
|
+
lastUpdated: 1662385329000,
|
|
1191
1199
|
docs: "https://vueuse.org/core/useFileDialog/",
|
|
1192
1200
|
category: "Browser",
|
|
1193
1201
|
description: "open file dialog with ease"
|
|
@@ -1238,7 +1246,7 @@ var functions$1 = [
|
|
|
1238
1246
|
{
|
|
1239
1247
|
name: "useFocusWithin",
|
|
1240
1248
|
"package": "core",
|
|
1241
|
-
lastUpdated:
|
|
1249
|
+
lastUpdated: 1662285126000,
|
|
1242
1250
|
docs: "https://vueuse.org/core/useFocusWithin/",
|
|
1243
1251
|
category: "Sensors",
|
|
1244
1252
|
description: "reactive utility to track if an element or one of its decendants has focus"
|
|
@@ -1416,7 +1424,7 @@ var functions$1 = [
|
|
|
1416
1424
|
{
|
|
1417
1425
|
name: "useManualRefHistory",
|
|
1418
1426
|
"package": "core",
|
|
1419
|
-
lastUpdated:
|
|
1427
|
+
lastUpdated: 1662386652000,
|
|
1420
1428
|
docs: "https://vueuse.org/core/useManualRefHistory/",
|
|
1421
1429
|
category: "State",
|
|
1422
1430
|
description: "manually track the change history of a ref when the using calls `commit()`",
|
|
@@ -1459,7 +1467,7 @@ var functions$1 = [
|
|
|
1459
1467
|
{
|
|
1460
1468
|
name: "useMemoize",
|
|
1461
1469
|
"package": "core",
|
|
1462
|
-
lastUpdated:
|
|
1470
|
+
lastUpdated: 1662384725000,
|
|
1463
1471
|
docs: "https://vueuse.org/core/useMemoize/",
|
|
1464
1472
|
category: "Utilities",
|
|
1465
1473
|
description: "cache results of functions depending on arguments and keep it reactive"
|
|
@@ -1748,7 +1756,7 @@ var functions$1 = [
|
|
|
1748
1756
|
{
|
|
1749
1757
|
name: "useRefHistory",
|
|
1750
1758
|
"package": "core",
|
|
1751
|
-
lastUpdated:
|
|
1759
|
+
lastUpdated: 1662386652000,
|
|
1752
1760
|
docs: "https://vueuse.org/core/useRefHistory/",
|
|
1753
1761
|
category: "State",
|
|
1754
1762
|
description: "track the change history of a ref",
|
|
@@ -1761,7 +1769,7 @@ var functions$1 = [
|
|
|
1761
1769
|
{
|
|
1762
1770
|
name: "useResizeObserver",
|
|
1763
1771
|
"package": "core",
|
|
1764
|
-
lastUpdated:
|
|
1772
|
+
lastUpdated: 1662384935000,
|
|
1765
1773
|
docs: "https://vueuse.org/core/useResizeObserver/",
|
|
1766
1774
|
category: "Elements",
|
|
1767
1775
|
description: "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -2147,7 +2155,7 @@ var functions$1 = [
|
|
|
2147
2155
|
{
|
|
2148
2156
|
name: "useUrlSearchParams",
|
|
2149
2157
|
"package": "core",
|
|
2150
|
-
lastUpdated:
|
|
2158
|
+
lastUpdated: 1662286506000,
|
|
2151
2159
|
docs: "https://vueuse.org/core/useUrlSearchParams/",
|
|
2152
2160
|
category: "Browser",
|
|
2153
2161
|
description: "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
|
@@ -2185,7 +2193,7 @@ var functions$1 = [
|
|
|
2185
2193
|
{
|
|
2186
2194
|
name: "useVModel",
|
|
2187
2195
|
"package": "core",
|
|
2188
|
-
lastUpdated:
|
|
2196
|
+
lastUpdated: 1662386652000,
|
|
2189
2197
|
docs: "https://vueuse.org/core/useVModel/",
|
|
2190
2198
|
category: "Component",
|
|
2191
2199
|
description: "shorthand for v-model binding",
|
|
@@ -2223,7 +2231,7 @@ var functions$1 = [
|
|
|
2223
2231
|
{
|
|
2224
2232
|
name: "useWebSocket",
|
|
2225
2233
|
"package": "core",
|
|
2226
|
-
lastUpdated:
|
|
2234
|
+
lastUpdated: 1662384188000,
|
|
2227
2235
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2228
2236
|
category: "Network",
|
|
2229
2237
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2270,7 +2278,7 @@ var functions$1 = [
|
|
|
2270
2278
|
{
|
|
2271
2279
|
name: "useWindowSize",
|
|
2272
2280
|
"package": "core",
|
|
2273
|
-
lastUpdated:
|
|
2281
|
+
lastUpdated: 1662285565000,
|
|
2274
2282
|
component: true,
|
|
2275
2283
|
docs: "https://vueuse.org/core/useWindowSize/",
|
|
2276
2284
|
category: "Elements",
|