@vueuse/metadata 12.4.0 → 12.5.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 +27 -19
- package/index.json +27 -19
- package/index.mjs +27 -19
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -397,7 +397,7 @@ var functions$1 = [
|
|
|
397
397
|
{
|
|
398
398
|
name: "onClickOutside",
|
|
399
399
|
"package": "core",
|
|
400
|
-
lastUpdated:
|
|
400
|
+
lastUpdated: 1736917332000,
|
|
401
401
|
component: true,
|
|
402
402
|
directive: true,
|
|
403
403
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -723,7 +723,7 @@ var functions$1 = [
|
|
|
723
723
|
{
|
|
724
724
|
name: "useAnimate",
|
|
725
725
|
"package": "core",
|
|
726
|
-
lastUpdated:
|
|
726
|
+
lastUpdated: 1736838667000,
|
|
727
727
|
docs: "https://vueuse.org/core/useAnimate/",
|
|
728
728
|
category: "Animation",
|
|
729
729
|
description: "reactive [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API)"
|
|
@@ -896,7 +896,7 @@ var functions$1 = [
|
|
|
896
896
|
{
|
|
897
897
|
name: "useBluetooth",
|
|
898
898
|
"package": "core",
|
|
899
|
-
lastUpdated:
|
|
899
|
+
lastUpdated: 1736917332000,
|
|
900
900
|
docs: "https://vueuse.org/core/useBluetooth/",
|
|
901
901
|
category: "Browser",
|
|
902
902
|
description: "reactive [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API)"
|
|
@@ -912,7 +912,7 @@ var functions$1 = [
|
|
|
912
912
|
{
|
|
913
913
|
name: "useBroadcastChannel",
|
|
914
914
|
"package": "core",
|
|
915
|
-
lastUpdated:
|
|
915
|
+
lastUpdated: 1736917332000,
|
|
916
916
|
docs: "https://vueuse.org/core/useBroadcastChannel/",
|
|
917
917
|
category: "Browser",
|
|
918
918
|
description: "reactive [BroadcastChannel API](https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel)"
|
|
@@ -920,7 +920,7 @@ var functions$1 = [
|
|
|
920
920
|
{
|
|
921
921
|
name: "useBrowserLocation",
|
|
922
922
|
"package": "core",
|
|
923
|
-
lastUpdated:
|
|
923
|
+
lastUpdated: 1736838667000,
|
|
924
924
|
component: true,
|
|
925
925
|
docs: "https://vueuse.org/core/useBrowserLocation/",
|
|
926
926
|
category: "Browser",
|
|
@@ -962,7 +962,7 @@ var functions$1 = [
|
|
|
962
962
|
{
|
|
963
963
|
name: "useClipboard",
|
|
964
964
|
"package": "core",
|
|
965
|
-
lastUpdated:
|
|
965
|
+
lastUpdated: 1737533232000,
|
|
966
966
|
component: true,
|
|
967
967
|
docs: "https://vueuse.org/core/useClipboard/",
|
|
968
968
|
category: "Browser",
|
|
@@ -1021,6 +1021,14 @@ var functions$1 = [
|
|
|
1021
1021
|
description: "wrapper for [`universal-cookie`](https://www.npmjs.com/package/universal-cookie)",
|
|
1022
1022
|
importPath: "integrations/useCookies"
|
|
1023
1023
|
},
|
|
1024
|
+
{
|
|
1025
|
+
name: "useCountdown",
|
|
1026
|
+
"package": "core",
|
|
1027
|
+
lastUpdated: 1737532752000,
|
|
1028
|
+
docs: "https://vueuse.org/core/useCountdown/",
|
|
1029
|
+
category: "Time",
|
|
1030
|
+
description: "wrapper for `useIntervalFn` that provides a countdown timer"
|
|
1031
|
+
},
|
|
1024
1032
|
{
|
|
1025
1033
|
name: "useCounter",
|
|
1026
1034
|
"package": "shared",
|
|
@@ -1119,7 +1127,7 @@ var functions$1 = [
|
|
|
1119
1127
|
{
|
|
1120
1128
|
name: "useDevicePixelRatio",
|
|
1121
1129
|
"package": "core",
|
|
1122
|
-
lastUpdated:
|
|
1130
|
+
lastUpdated: 1736838785000,
|
|
1123
1131
|
component: true,
|
|
1124
1132
|
docs: "https://vueuse.org/core/useDevicePixelRatio/",
|
|
1125
1133
|
category: "Sensors",
|
|
@@ -1140,7 +1148,7 @@ var functions$1 = [
|
|
|
1140
1148
|
{
|
|
1141
1149
|
name: "useDisplayMedia",
|
|
1142
1150
|
"package": "core",
|
|
1143
|
-
lastUpdated:
|
|
1151
|
+
lastUpdated: 1736917332000,
|
|
1144
1152
|
docs: "https://vueuse.org/core/useDisplayMedia/",
|
|
1145
1153
|
category: "Sensors",
|
|
1146
1154
|
description: "reactive [`mediaDevices.getDisplayMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia) streaming",
|
|
@@ -1255,7 +1263,7 @@ var functions$1 = [
|
|
|
1255
1263
|
{
|
|
1256
1264
|
name: "useEventListener",
|
|
1257
1265
|
"package": "core",
|
|
1258
|
-
lastUpdated:
|
|
1266
|
+
lastUpdated: 1736839086000,
|
|
1259
1267
|
docs: "https://vueuse.org/core/useEventListener/",
|
|
1260
1268
|
category: "Browser",
|
|
1261
1269
|
description: "use EventListener with ease"
|
|
@@ -1263,7 +1271,7 @@ var functions$1 = [
|
|
|
1263
1271
|
{
|
|
1264
1272
|
name: "useEventSource",
|
|
1265
1273
|
"package": "core",
|
|
1266
|
-
lastUpdated:
|
|
1274
|
+
lastUpdated: 1736838667000,
|
|
1267
1275
|
docs: "https://vueuse.org/core/useEventSource/",
|
|
1268
1276
|
category: "Network",
|
|
1269
1277
|
description: "an [EventSource](https://developer.mozilla.org/en-US/docs/Web/API/EventSource) or [Server-Sent-Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events) instance opens a persistent connection to an HTTP server"
|
|
@@ -1296,7 +1304,7 @@ var functions$1 = [
|
|
|
1296
1304
|
{
|
|
1297
1305
|
name: "useFetch",
|
|
1298
1306
|
"package": "core",
|
|
1299
|
-
lastUpdated:
|
|
1307
|
+
lastUpdated: 1737533613000,
|
|
1300
1308
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1301
1309
|
category: "Network",
|
|
1302
1310
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1304,7 +1312,7 @@ var functions$1 = [
|
|
|
1304
1312
|
{
|
|
1305
1313
|
name: "useFileDialog",
|
|
1306
1314
|
"package": "core",
|
|
1307
|
-
lastUpdated:
|
|
1315
|
+
lastUpdated: 1737532326000,
|
|
1308
1316
|
docs: "https://vueuse.org/core/useFileDialog/",
|
|
1309
1317
|
category: "Browser",
|
|
1310
1318
|
description: "open file dialog with ease"
|
|
@@ -1507,7 +1515,7 @@ var functions$1 = [
|
|
|
1507
1515
|
{
|
|
1508
1516
|
name: "useKeyModifier",
|
|
1509
1517
|
"package": "core",
|
|
1510
|
-
lastUpdated:
|
|
1518
|
+
lastUpdated: 1736838667000,
|
|
1511
1519
|
docs: "https://vueuse.org/core/useKeyModifier/",
|
|
1512
1520
|
category: "Sensors",
|
|
1513
1521
|
description: "reactive [Modifier State](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/getModifierState)"
|
|
@@ -1534,7 +1542,7 @@ var functions$1 = [
|
|
|
1534
1542
|
{
|
|
1535
1543
|
name: "useMagicKeys",
|
|
1536
1544
|
"package": "core",
|
|
1537
|
-
lastUpdated:
|
|
1545
|
+
lastUpdated: 1737532387000,
|
|
1538
1546
|
docs: "https://vueuse.org/core/useMagicKeys/",
|
|
1539
1547
|
category: "Sensors",
|
|
1540
1548
|
description: "reactive keys pressed state"
|
|
@@ -1569,7 +1577,7 @@ var functions$1 = [
|
|
|
1569
1577
|
{
|
|
1570
1578
|
name: "useMediaControls",
|
|
1571
1579
|
"package": "core",
|
|
1572
|
-
lastUpdated:
|
|
1580
|
+
lastUpdated: 1736917332000,
|
|
1573
1581
|
docs: "https://vueuse.org/core/useMediaControls/",
|
|
1574
1582
|
category: "Browser",
|
|
1575
1583
|
description: "reactive media controls for both `audio` and `video` elements"
|
|
@@ -1577,7 +1585,7 @@ var functions$1 = [
|
|
|
1577
1585
|
{
|
|
1578
1586
|
name: "useMediaQuery",
|
|
1579
1587
|
"package": "core",
|
|
1580
|
-
lastUpdated:
|
|
1588
|
+
lastUpdated: 1736917332000,
|
|
1581
1589
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1582
1590
|
category: "Browser",
|
|
1583
1591
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -2004,7 +2012,7 @@ var functions$1 = [
|
|
|
2004
2012
|
{
|
|
2005
2013
|
name: "useScriptTag",
|
|
2006
2014
|
"package": "core",
|
|
2007
|
-
lastUpdated:
|
|
2015
|
+
lastUpdated: 1736917332000,
|
|
2008
2016
|
docs: "https://vueuse.org/core/useScriptTag/",
|
|
2009
2017
|
category: "Browser",
|
|
2010
2018
|
description: "creates a script tag"
|
|
@@ -2286,7 +2294,7 @@ var functions$1 = [
|
|
|
2286
2294
|
{
|
|
2287
2295
|
name: "useTitle",
|
|
2288
2296
|
"package": "core",
|
|
2289
|
-
lastUpdated:
|
|
2297
|
+
lastUpdated: 1737360088000,
|
|
2290
2298
|
docs: "https://vueuse.org/core/useTitle/",
|
|
2291
2299
|
category: "Browser",
|
|
2292
2300
|
description: "reactive document title"
|
|
@@ -2363,7 +2371,7 @@ var functions$1 = [
|
|
|
2363
2371
|
{
|
|
2364
2372
|
name: "useVirtualList",
|
|
2365
2373
|
"package": "core",
|
|
2366
|
-
lastUpdated:
|
|
2374
|
+
lastUpdated: 1737532922000,
|
|
2367
2375
|
component: true,
|
|
2368
2376
|
docs: "https://vueuse.org/core/useVirtualList/",
|
|
2369
2377
|
category: "Component",
|
package/index.json
CHANGED
|
@@ -396,7 +396,7 @@
|
|
|
396
396
|
{
|
|
397
397
|
"name": "onClickOutside",
|
|
398
398
|
"package": "core",
|
|
399
|
-
"lastUpdated":
|
|
399
|
+
"lastUpdated": 1736917332000,
|
|
400
400
|
"component": true,
|
|
401
401
|
"directive": true,
|
|
402
402
|
"docs": "https://vueuse.org/core/onClickOutside/",
|
|
@@ -722,7 +722,7 @@
|
|
|
722
722
|
{
|
|
723
723
|
"name": "useAnimate",
|
|
724
724
|
"package": "core",
|
|
725
|
-
"lastUpdated":
|
|
725
|
+
"lastUpdated": 1736838667000,
|
|
726
726
|
"docs": "https://vueuse.org/core/useAnimate/",
|
|
727
727
|
"category": "Animation",
|
|
728
728
|
"description": "reactive [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API)"
|
|
@@ -895,7 +895,7 @@
|
|
|
895
895
|
{
|
|
896
896
|
"name": "useBluetooth",
|
|
897
897
|
"package": "core",
|
|
898
|
-
"lastUpdated":
|
|
898
|
+
"lastUpdated": 1736917332000,
|
|
899
899
|
"docs": "https://vueuse.org/core/useBluetooth/",
|
|
900
900
|
"category": "Browser",
|
|
901
901
|
"description": "reactive [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API)"
|
|
@@ -911,7 +911,7 @@
|
|
|
911
911
|
{
|
|
912
912
|
"name": "useBroadcastChannel",
|
|
913
913
|
"package": "core",
|
|
914
|
-
"lastUpdated":
|
|
914
|
+
"lastUpdated": 1736917332000,
|
|
915
915
|
"docs": "https://vueuse.org/core/useBroadcastChannel/",
|
|
916
916
|
"category": "Browser",
|
|
917
917
|
"description": "reactive [BroadcastChannel API](https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel)"
|
|
@@ -919,7 +919,7 @@
|
|
|
919
919
|
{
|
|
920
920
|
"name": "useBrowserLocation",
|
|
921
921
|
"package": "core",
|
|
922
|
-
"lastUpdated":
|
|
922
|
+
"lastUpdated": 1736838667000,
|
|
923
923
|
"component": true,
|
|
924
924
|
"docs": "https://vueuse.org/core/useBrowserLocation/",
|
|
925
925
|
"category": "Browser",
|
|
@@ -961,7 +961,7 @@
|
|
|
961
961
|
{
|
|
962
962
|
"name": "useClipboard",
|
|
963
963
|
"package": "core",
|
|
964
|
-
"lastUpdated":
|
|
964
|
+
"lastUpdated": 1737533232000,
|
|
965
965
|
"component": true,
|
|
966
966
|
"docs": "https://vueuse.org/core/useClipboard/",
|
|
967
967
|
"category": "Browser",
|
|
@@ -1020,6 +1020,14 @@
|
|
|
1020
1020
|
"description": "wrapper for [`universal-cookie`](https://www.npmjs.com/package/universal-cookie)",
|
|
1021
1021
|
"importPath": "integrations/useCookies"
|
|
1022
1022
|
},
|
|
1023
|
+
{
|
|
1024
|
+
"name": "useCountdown",
|
|
1025
|
+
"package": "core",
|
|
1026
|
+
"lastUpdated": 1737532752000,
|
|
1027
|
+
"docs": "https://vueuse.org/core/useCountdown/",
|
|
1028
|
+
"category": "Time",
|
|
1029
|
+
"description": "wrapper for `useIntervalFn` that provides a countdown timer"
|
|
1030
|
+
},
|
|
1023
1031
|
{
|
|
1024
1032
|
"name": "useCounter",
|
|
1025
1033
|
"package": "shared",
|
|
@@ -1118,7 +1126,7 @@
|
|
|
1118
1126
|
{
|
|
1119
1127
|
"name": "useDevicePixelRatio",
|
|
1120
1128
|
"package": "core",
|
|
1121
|
-
"lastUpdated":
|
|
1129
|
+
"lastUpdated": 1736838785000,
|
|
1122
1130
|
"component": true,
|
|
1123
1131
|
"docs": "https://vueuse.org/core/useDevicePixelRatio/",
|
|
1124
1132
|
"category": "Sensors",
|
|
@@ -1139,7 +1147,7 @@
|
|
|
1139
1147
|
{
|
|
1140
1148
|
"name": "useDisplayMedia",
|
|
1141
1149
|
"package": "core",
|
|
1142
|
-
"lastUpdated":
|
|
1150
|
+
"lastUpdated": 1736917332000,
|
|
1143
1151
|
"docs": "https://vueuse.org/core/useDisplayMedia/",
|
|
1144
1152
|
"category": "Sensors",
|
|
1145
1153
|
"description": "reactive [`mediaDevices.getDisplayMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia) streaming",
|
|
@@ -1254,7 +1262,7 @@
|
|
|
1254
1262
|
{
|
|
1255
1263
|
"name": "useEventListener",
|
|
1256
1264
|
"package": "core",
|
|
1257
|
-
"lastUpdated":
|
|
1265
|
+
"lastUpdated": 1736839086000,
|
|
1258
1266
|
"docs": "https://vueuse.org/core/useEventListener/",
|
|
1259
1267
|
"category": "Browser",
|
|
1260
1268
|
"description": "use EventListener with ease"
|
|
@@ -1262,7 +1270,7 @@
|
|
|
1262
1270
|
{
|
|
1263
1271
|
"name": "useEventSource",
|
|
1264
1272
|
"package": "core",
|
|
1265
|
-
"lastUpdated":
|
|
1273
|
+
"lastUpdated": 1736838667000,
|
|
1266
1274
|
"docs": "https://vueuse.org/core/useEventSource/",
|
|
1267
1275
|
"category": "Network",
|
|
1268
1276
|
"description": "an [EventSource](https://developer.mozilla.org/en-US/docs/Web/API/EventSource) or [Server-Sent-Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events) instance opens a persistent connection to an HTTP server"
|
|
@@ -1295,7 +1303,7 @@
|
|
|
1295
1303
|
{
|
|
1296
1304
|
"name": "useFetch",
|
|
1297
1305
|
"package": "core",
|
|
1298
|
-
"lastUpdated":
|
|
1306
|
+
"lastUpdated": 1737533613000,
|
|
1299
1307
|
"docs": "https://vueuse.org/core/useFetch/",
|
|
1300
1308
|
"category": "Network",
|
|
1301
1309
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1303,7 +1311,7 @@
|
|
|
1303
1311
|
{
|
|
1304
1312
|
"name": "useFileDialog",
|
|
1305
1313
|
"package": "core",
|
|
1306
|
-
"lastUpdated":
|
|
1314
|
+
"lastUpdated": 1737532326000,
|
|
1307
1315
|
"docs": "https://vueuse.org/core/useFileDialog/",
|
|
1308
1316
|
"category": "Browser",
|
|
1309
1317
|
"description": "open file dialog with ease"
|
|
@@ -1506,7 +1514,7 @@
|
|
|
1506
1514
|
{
|
|
1507
1515
|
"name": "useKeyModifier",
|
|
1508
1516
|
"package": "core",
|
|
1509
|
-
"lastUpdated":
|
|
1517
|
+
"lastUpdated": 1736838667000,
|
|
1510
1518
|
"docs": "https://vueuse.org/core/useKeyModifier/",
|
|
1511
1519
|
"category": "Sensors",
|
|
1512
1520
|
"description": "reactive [Modifier State](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/getModifierState)"
|
|
@@ -1533,7 +1541,7 @@
|
|
|
1533
1541
|
{
|
|
1534
1542
|
"name": "useMagicKeys",
|
|
1535
1543
|
"package": "core",
|
|
1536
|
-
"lastUpdated":
|
|
1544
|
+
"lastUpdated": 1737532387000,
|
|
1537
1545
|
"docs": "https://vueuse.org/core/useMagicKeys/",
|
|
1538
1546
|
"category": "Sensors",
|
|
1539
1547
|
"description": "reactive keys pressed state"
|
|
@@ -1568,7 +1576,7 @@
|
|
|
1568
1576
|
{
|
|
1569
1577
|
"name": "useMediaControls",
|
|
1570
1578
|
"package": "core",
|
|
1571
|
-
"lastUpdated":
|
|
1579
|
+
"lastUpdated": 1736917332000,
|
|
1572
1580
|
"docs": "https://vueuse.org/core/useMediaControls/",
|
|
1573
1581
|
"category": "Browser",
|
|
1574
1582
|
"description": "reactive media controls for both `audio` and `video` elements"
|
|
@@ -1576,7 +1584,7 @@
|
|
|
1576
1584
|
{
|
|
1577
1585
|
"name": "useMediaQuery",
|
|
1578
1586
|
"package": "core",
|
|
1579
|
-
"lastUpdated":
|
|
1587
|
+
"lastUpdated": 1736917332000,
|
|
1580
1588
|
"docs": "https://vueuse.org/core/useMediaQuery/",
|
|
1581
1589
|
"category": "Browser",
|
|
1582
1590
|
"description": "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -2003,7 +2011,7 @@
|
|
|
2003
2011
|
{
|
|
2004
2012
|
"name": "useScriptTag",
|
|
2005
2013
|
"package": "core",
|
|
2006
|
-
"lastUpdated":
|
|
2014
|
+
"lastUpdated": 1736917332000,
|
|
2007
2015
|
"docs": "https://vueuse.org/core/useScriptTag/",
|
|
2008
2016
|
"category": "Browser",
|
|
2009
2017
|
"description": "creates a script tag"
|
|
@@ -2285,7 +2293,7 @@
|
|
|
2285
2293
|
{
|
|
2286
2294
|
"name": "useTitle",
|
|
2287
2295
|
"package": "core",
|
|
2288
|
-
"lastUpdated":
|
|
2296
|
+
"lastUpdated": 1737360088000,
|
|
2289
2297
|
"docs": "https://vueuse.org/core/useTitle/",
|
|
2290
2298
|
"category": "Browser",
|
|
2291
2299
|
"description": "reactive document title"
|
|
@@ -2362,7 +2370,7 @@
|
|
|
2362
2370
|
{
|
|
2363
2371
|
"name": "useVirtualList",
|
|
2364
2372
|
"package": "core",
|
|
2365
|
-
"lastUpdated":
|
|
2373
|
+
"lastUpdated": 1737532922000,
|
|
2366
2374
|
"component": true,
|
|
2367
2375
|
"docs": "https://vueuse.org/core/useVirtualList/",
|
|
2368
2376
|
"category": "Component",
|
package/index.mjs
CHANGED
|
@@ -395,7 +395,7 @@ var functions$1 = [
|
|
|
395
395
|
{
|
|
396
396
|
name: "onClickOutside",
|
|
397
397
|
"package": "core",
|
|
398
|
-
lastUpdated:
|
|
398
|
+
lastUpdated: 1736917332000,
|
|
399
399
|
component: true,
|
|
400
400
|
directive: true,
|
|
401
401
|
docs: "https://vueuse.org/core/onClickOutside/",
|
|
@@ -721,7 +721,7 @@ var functions$1 = [
|
|
|
721
721
|
{
|
|
722
722
|
name: "useAnimate",
|
|
723
723
|
"package": "core",
|
|
724
|
-
lastUpdated:
|
|
724
|
+
lastUpdated: 1736838667000,
|
|
725
725
|
docs: "https://vueuse.org/core/useAnimate/",
|
|
726
726
|
category: "Animation",
|
|
727
727
|
description: "reactive [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API)"
|
|
@@ -894,7 +894,7 @@ var functions$1 = [
|
|
|
894
894
|
{
|
|
895
895
|
name: "useBluetooth",
|
|
896
896
|
"package": "core",
|
|
897
|
-
lastUpdated:
|
|
897
|
+
lastUpdated: 1736917332000,
|
|
898
898
|
docs: "https://vueuse.org/core/useBluetooth/",
|
|
899
899
|
category: "Browser",
|
|
900
900
|
description: "reactive [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API)"
|
|
@@ -910,7 +910,7 @@ var functions$1 = [
|
|
|
910
910
|
{
|
|
911
911
|
name: "useBroadcastChannel",
|
|
912
912
|
"package": "core",
|
|
913
|
-
lastUpdated:
|
|
913
|
+
lastUpdated: 1736917332000,
|
|
914
914
|
docs: "https://vueuse.org/core/useBroadcastChannel/",
|
|
915
915
|
category: "Browser",
|
|
916
916
|
description: "reactive [BroadcastChannel API](https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel)"
|
|
@@ -918,7 +918,7 @@ var functions$1 = [
|
|
|
918
918
|
{
|
|
919
919
|
name: "useBrowserLocation",
|
|
920
920
|
"package": "core",
|
|
921
|
-
lastUpdated:
|
|
921
|
+
lastUpdated: 1736838667000,
|
|
922
922
|
component: true,
|
|
923
923
|
docs: "https://vueuse.org/core/useBrowserLocation/",
|
|
924
924
|
category: "Browser",
|
|
@@ -960,7 +960,7 @@ var functions$1 = [
|
|
|
960
960
|
{
|
|
961
961
|
name: "useClipboard",
|
|
962
962
|
"package": "core",
|
|
963
|
-
lastUpdated:
|
|
963
|
+
lastUpdated: 1737533232000,
|
|
964
964
|
component: true,
|
|
965
965
|
docs: "https://vueuse.org/core/useClipboard/",
|
|
966
966
|
category: "Browser",
|
|
@@ -1019,6 +1019,14 @@ var functions$1 = [
|
|
|
1019
1019
|
description: "wrapper for [`universal-cookie`](https://www.npmjs.com/package/universal-cookie)",
|
|
1020
1020
|
importPath: "integrations/useCookies"
|
|
1021
1021
|
},
|
|
1022
|
+
{
|
|
1023
|
+
name: "useCountdown",
|
|
1024
|
+
"package": "core",
|
|
1025
|
+
lastUpdated: 1737532752000,
|
|
1026
|
+
docs: "https://vueuse.org/core/useCountdown/",
|
|
1027
|
+
category: "Time",
|
|
1028
|
+
description: "wrapper for `useIntervalFn` that provides a countdown timer"
|
|
1029
|
+
},
|
|
1022
1030
|
{
|
|
1023
1031
|
name: "useCounter",
|
|
1024
1032
|
"package": "shared",
|
|
@@ -1117,7 +1125,7 @@ var functions$1 = [
|
|
|
1117
1125
|
{
|
|
1118
1126
|
name: "useDevicePixelRatio",
|
|
1119
1127
|
"package": "core",
|
|
1120
|
-
lastUpdated:
|
|
1128
|
+
lastUpdated: 1736838785000,
|
|
1121
1129
|
component: true,
|
|
1122
1130
|
docs: "https://vueuse.org/core/useDevicePixelRatio/",
|
|
1123
1131
|
category: "Sensors",
|
|
@@ -1138,7 +1146,7 @@ var functions$1 = [
|
|
|
1138
1146
|
{
|
|
1139
1147
|
name: "useDisplayMedia",
|
|
1140
1148
|
"package": "core",
|
|
1141
|
-
lastUpdated:
|
|
1149
|
+
lastUpdated: 1736917332000,
|
|
1142
1150
|
docs: "https://vueuse.org/core/useDisplayMedia/",
|
|
1143
1151
|
category: "Sensors",
|
|
1144
1152
|
description: "reactive [`mediaDevices.getDisplayMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia) streaming",
|
|
@@ -1253,7 +1261,7 @@ var functions$1 = [
|
|
|
1253
1261
|
{
|
|
1254
1262
|
name: "useEventListener",
|
|
1255
1263
|
"package": "core",
|
|
1256
|
-
lastUpdated:
|
|
1264
|
+
lastUpdated: 1736839086000,
|
|
1257
1265
|
docs: "https://vueuse.org/core/useEventListener/",
|
|
1258
1266
|
category: "Browser",
|
|
1259
1267
|
description: "use EventListener with ease"
|
|
@@ -1261,7 +1269,7 @@ var functions$1 = [
|
|
|
1261
1269
|
{
|
|
1262
1270
|
name: "useEventSource",
|
|
1263
1271
|
"package": "core",
|
|
1264
|
-
lastUpdated:
|
|
1272
|
+
lastUpdated: 1736838667000,
|
|
1265
1273
|
docs: "https://vueuse.org/core/useEventSource/",
|
|
1266
1274
|
category: "Network",
|
|
1267
1275
|
description: "an [EventSource](https://developer.mozilla.org/en-US/docs/Web/API/EventSource) or [Server-Sent-Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events) instance opens a persistent connection to an HTTP server"
|
|
@@ -1294,7 +1302,7 @@ var functions$1 = [
|
|
|
1294
1302
|
{
|
|
1295
1303
|
name: "useFetch",
|
|
1296
1304
|
"package": "core",
|
|
1297
|
-
lastUpdated:
|
|
1305
|
+
lastUpdated: 1737533613000,
|
|
1298
1306
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1299
1307
|
category: "Network",
|
|
1300
1308
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1302,7 +1310,7 @@ var functions$1 = [
|
|
|
1302
1310
|
{
|
|
1303
1311
|
name: "useFileDialog",
|
|
1304
1312
|
"package": "core",
|
|
1305
|
-
lastUpdated:
|
|
1313
|
+
lastUpdated: 1737532326000,
|
|
1306
1314
|
docs: "https://vueuse.org/core/useFileDialog/",
|
|
1307
1315
|
category: "Browser",
|
|
1308
1316
|
description: "open file dialog with ease"
|
|
@@ -1505,7 +1513,7 @@ var functions$1 = [
|
|
|
1505
1513
|
{
|
|
1506
1514
|
name: "useKeyModifier",
|
|
1507
1515
|
"package": "core",
|
|
1508
|
-
lastUpdated:
|
|
1516
|
+
lastUpdated: 1736838667000,
|
|
1509
1517
|
docs: "https://vueuse.org/core/useKeyModifier/",
|
|
1510
1518
|
category: "Sensors",
|
|
1511
1519
|
description: "reactive [Modifier State](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/getModifierState)"
|
|
@@ -1532,7 +1540,7 @@ var functions$1 = [
|
|
|
1532
1540
|
{
|
|
1533
1541
|
name: "useMagicKeys",
|
|
1534
1542
|
"package": "core",
|
|
1535
|
-
lastUpdated:
|
|
1543
|
+
lastUpdated: 1737532387000,
|
|
1536
1544
|
docs: "https://vueuse.org/core/useMagicKeys/",
|
|
1537
1545
|
category: "Sensors",
|
|
1538
1546
|
description: "reactive keys pressed state"
|
|
@@ -1567,7 +1575,7 @@ var functions$1 = [
|
|
|
1567
1575
|
{
|
|
1568
1576
|
name: "useMediaControls",
|
|
1569
1577
|
"package": "core",
|
|
1570
|
-
lastUpdated:
|
|
1578
|
+
lastUpdated: 1736917332000,
|
|
1571
1579
|
docs: "https://vueuse.org/core/useMediaControls/",
|
|
1572
1580
|
category: "Browser",
|
|
1573
1581
|
description: "reactive media controls for both `audio` and `video` elements"
|
|
@@ -1575,7 +1583,7 @@ var functions$1 = [
|
|
|
1575
1583
|
{
|
|
1576
1584
|
name: "useMediaQuery",
|
|
1577
1585
|
"package": "core",
|
|
1578
|
-
lastUpdated:
|
|
1586
|
+
lastUpdated: 1736917332000,
|
|
1579
1587
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
1580
1588
|
category: "Browser",
|
|
1581
1589
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -2002,7 +2010,7 @@ var functions$1 = [
|
|
|
2002
2010
|
{
|
|
2003
2011
|
name: "useScriptTag",
|
|
2004
2012
|
"package": "core",
|
|
2005
|
-
lastUpdated:
|
|
2013
|
+
lastUpdated: 1736917332000,
|
|
2006
2014
|
docs: "https://vueuse.org/core/useScriptTag/",
|
|
2007
2015
|
category: "Browser",
|
|
2008
2016
|
description: "creates a script tag"
|
|
@@ -2284,7 +2292,7 @@ var functions$1 = [
|
|
|
2284
2292
|
{
|
|
2285
2293
|
name: "useTitle",
|
|
2286
2294
|
"package": "core",
|
|
2287
|
-
lastUpdated:
|
|
2295
|
+
lastUpdated: 1737360088000,
|
|
2288
2296
|
docs: "https://vueuse.org/core/useTitle/",
|
|
2289
2297
|
category: "Browser",
|
|
2290
2298
|
description: "reactive document title"
|
|
@@ -2361,7 +2369,7 @@ var functions$1 = [
|
|
|
2361
2369
|
{
|
|
2362
2370
|
name: "useVirtualList",
|
|
2363
2371
|
"package": "core",
|
|
2364
|
-
lastUpdated:
|
|
2372
|
+
lastUpdated: 1737532922000,
|
|
2365
2373
|
component: true,
|
|
2366
2374
|
docs: "https://vueuse.org/core/useVirtualList/",
|
|
2367
2375
|
category: "Component",
|