@vueuse/metadata 8.2.6 → 8.4.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.
Files changed (4) hide show
  1. package/index.cjs +56 -39
  2. package/index.json +56 -39
  3. package/index.mjs +56 -39
  4. package/package.json +1 -1
package/index.cjs CHANGED
@@ -53,6 +53,7 @@ var packages$1 = {
53
53
  "nprogress",
54
54
  "jwt-decode",
55
55
  "focus-trap",
56
+ "change-case",
56
57
  "drauu",
57
58
  "@vueuse/core",
58
59
  "@vueuse/shared",
@@ -143,7 +144,7 @@ var functions$1 = [
143
144
  {
144
145
  name: "computedAsync",
145
146
  "package": "core",
146
- lastUpdated: 1645958070000,
147
+ lastUpdated: 1651597361000,
147
148
  docs: "https://vueuse.org/core/computedAsync/",
148
149
  category: "Utilities",
149
150
  description: "computed for async functions",
@@ -226,7 +227,7 @@ var functions$1 = [
226
227
  {
227
228
  name: "createUnrefFn",
228
229
  "package": "core",
229
- lastUpdated: 1639442454000,
230
+ lastUpdated: 1651597361000,
230
231
  docs: "https://vueuse.org/core/createUnrefFn/",
231
232
  category: "Utilities",
232
233
  description: "make a plain function accepting ref and raw values as arguments",
@@ -322,7 +323,7 @@ var functions$1 = [
322
323
  {
323
324
  name: "onClickOutside",
324
325
  "package": "core",
325
- lastUpdated: 1647344892000,
326
+ lastUpdated: 1651595373000,
326
327
  component: true,
327
328
  directive: true,
328
329
  docs: "https://vueuse.org/core/onClickOutside/",
@@ -341,7 +342,7 @@ var functions$1 = [
341
342
  {
342
343
  name: "onLongPress",
343
344
  "package": "core",
344
- lastUpdated: 1644416339000,
345
+ lastUpdated: 1651595032000,
345
346
  component: true,
346
347
  directive: true,
347
348
  docs: "https://vueuse.org/core/onLongPress/",
@@ -359,7 +360,7 @@ var functions$1 = [
359
360
  {
360
361
  name: "reactify",
361
362
  "package": "shared",
362
- lastUpdated: 1645956777000,
363
+ lastUpdated: 1651597361000,
363
364
  docs: "https://vueuse.org/shared/reactify/",
364
365
  category: "Utilities",
365
366
  description: "converts plain functions into reactive functions",
@@ -405,7 +406,7 @@ var functions$1 = [
405
406
  {
406
407
  name: "refAutoReset",
407
408
  "package": "shared",
408
- lastUpdated: 1646037705000,
409
+ lastUpdated: 1650438204000,
409
410
  docs: "https://vueuse.org/shared/refAutoReset/",
410
411
  category: "Utilities",
411
412
  description: "a ref which will be reset to the default value after some time",
@@ -597,7 +598,7 @@ var functions$1 = [
597
598
  {
598
599
  name: "useAsyncState",
599
600
  "package": "core",
600
- lastUpdated: 1646822437000,
601
+ lastUpdated: 1650677704000,
601
602
  docs: "https://vueuse.org/core/useAsyncState/",
602
603
  category: "State",
603
604
  description: "reactive async state"
@@ -613,7 +614,7 @@ var functions$1 = [
613
614
  {
614
615
  name: "useAxios",
615
616
  "package": "integrations",
616
- lastUpdated: 1649251191000,
617
+ lastUpdated: 1651595391000,
617
618
  docs: "https://vueuse.org/integrations/useAxios/",
618
619
  category: "@Integrations",
619
620
  description: "wrapper for [`axios`](https://github.com/axios/axios)"
@@ -738,6 +739,14 @@ var functions$1 = [
738
739
  category: "Browser",
739
740
  description: "manipulate CSS variables"
740
741
  },
742
+ {
743
+ name: "useCurrentElement",
744
+ "package": "core",
745
+ lastUpdated: 1651308670000,
746
+ docs: "https://vueuse.org/core/useCurrentElement/",
747
+ category: "Component",
748
+ description: "get the DOM element of current component as a ref"
749
+ },
741
750
  {
742
751
  name: "useCycleList",
743
752
  "package": "core",
@@ -763,7 +772,7 @@ var functions$1 = [
763
772
  {
764
773
  name: "useDateFormat",
765
774
  "package": "shared",
766
- lastUpdated: 1649931963000,
775
+ lastUpdated: 1651597361000,
767
776
  docs: "https://vueuse.org/shared/useDateFormat/",
768
777
  category: "Utilities",
769
778
  description: "get the formatted date according to the string of tokens passed in"
@@ -847,7 +856,7 @@ var functions$1 = [
847
856
  {
848
857
  name: "useDraggable",
849
858
  "package": "core",
850
- lastUpdated: 1646979642000,
859
+ lastUpdated: 1650371782000,
851
860
  component: true,
852
861
  docs: "https://vueuse.org/core/useDraggable/",
853
862
  category: "Elements",
@@ -864,7 +873,7 @@ var functions$1 = [
864
873
  {
865
874
  name: "useElementBounding",
866
875
  "package": "core",
867
- lastUpdated: 1649003456000,
876
+ lastUpdated: 1651595186000,
868
877
  component: true,
869
878
  docs: "https://vueuse.org/core/useElementBounding/",
870
879
  category: "Elements",
@@ -914,7 +923,7 @@ var functions$1 = [
914
923
  {
915
924
  name: "useElementVisibility",
916
925
  "package": "core",
917
- lastUpdated: 1647329346000,
926
+ lastUpdated: 1651597361000,
918
927
  component: true,
919
928
  directive: true,
920
929
  docs: "https://vueuse.org/core/useElementVisibility/",
@@ -924,7 +933,7 @@ var functions$1 = [
924
933
  {
925
934
  name: "useEventBus",
926
935
  "package": "core",
927
- lastUpdated: 1645877200000,
936
+ lastUpdated: 1651597304000,
928
937
  docs: "https://vueuse.org/core/useEventBus/",
929
938
  category: "Utilities",
930
939
  description: "a basic event bus"
@@ -965,7 +974,7 @@ var functions$1 = [
965
974
  {
966
975
  name: "useFetch",
967
976
  "package": "core",
968
- lastUpdated: 1649003571000,
977
+ lastUpdated: 1651597361000,
969
978
  docs: "https://vueuse.org/core/useFetch/",
970
979
  category: "Network",
971
980
  description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
@@ -981,7 +990,7 @@ var functions$1 = [
981
990
  {
982
991
  name: "useFirestore",
983
992
  "package": "firebase",
984
- lastUpdated: 1639442454000,
993
+ lastUpdated: 1651597361000,
985
994
  docs: "https://vueuse.org/firebase/useFirestore/",
986
995
  category: "@Firebase",
987
996
  description: "reactive [Firestore](https://firebase.google.com/docs/firestore) binding"
@@ -1039,7 +1048,7 @@ var functions$1 = [
1039
1048
  {
1040
1049
  name: "useGamepad",
1041
1050
  "package": "core",
1042
- lastUpdated: 1646467161000,
1051
+ lastUpdated: 1651595032000,
1043
1052
  docs: "https://vueuse.org/core/useGamepad/",
1044
1053
  category: "Browser",
1045
1054
  description: "provides reactive bindings for the [Gamepad API](https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API)"
@@ -1154,7 +1163,7 @@ var functions$1 = [
1154
1163
  {
1155
1164
  name: "useLocalStorage",
1156
1165
  "package": "core",
1157
- lastUpdated: 1639442454000,
1166
+ lastUpdated: 1651597361000,
1158
1167
  docs: "https://vueuse.org/core/useLocalStorage/",
1159
1168
  category: "State",
1160
1169
  description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)"
@@ -1170,7 +1179,7 @@ var functions$1 = [
1170
1179
  {
1171
1180
  name: "useManualRefHistory",
1172
1181
  "package": "core",
1173
- lastUpdated: 1639818708000,
1182
+ lastUpdated: 1651597361000,
1174
1183
  docs: "https://vueuse.org/core/useManualRefHistory/",
1175
1184
  category: "State",
1176
1185
  description: "manually track the change history of a ref when the using calls `commit()`"
@@ -1178,7 +1187,7 @@ var functions$1 = [
1178
1187
  {
1179
1188
  name: "useMediaControls",
1180
1189
  "package": "core",
1181
- lastUpdated: 1649251191000,
1190
+ lastUpdated: 1651597361000,
1182
1191
  docs: "https://vueuse.org/core/useMediaControls/",
1183
1192
  category: "Browser",
1184
1193
  description: "reactive media controls for both `audio` and `video` elements"
@@ -1266,7 +1275,7 @@ var functions$1 = [
1266
1275
  {
1267
1276
  name: "useMutationObserver",
1268
1277
  "package": "core",
1269
- lastUpdated: 1647220329000,
1278
+ lastUpdated: 1651595221000,
1270
1279
  docs: "https://vueuse.org/core/useMutationObserver/",
1271
1280
  category: "Elements",
1272
1281
  description: "watch for changes being made to the DOM tree"
@@ -1282,7 +1291,7 @@ var functions$1 = [
1282
1291
  {
1283
1292
  name: "useNetwork",
1284
1293
  "package": "core",
1285
- lastUpdated: 1639442454000,
1294
+ lastUpdated: 1651595438000,
1286
1295
  component: true,
1287
1296
  docs: "https://vueuse.org/core/useNetwork/",
1288
1297
  category: "Sensors",
@@ -1300,7 +1309,7 @@ var functions$1 = [
1300
1309
  {
1301
1310
  name: "useNProgress",
1302
1311
  "package": "integrations",
1303
- lastUpdated: 1649678843000,
1312
+ lastUpdated: 1651597361000,
1304
1313
  docs: "https://vueuse.org/integrations/useNProgress/",
1305
1314
  category: "@Integrations",
1306
1315
  description: "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)"
@@ -1308,7 +1317,7 @@ var functions$1 = [
1308
1317
  {
1309
1318
  name: "useObservable",
1310
1319
  "package": "rxjs",
1311
- lastUpdated: 1639442454000,
1320
+ lastUpdated: 1651595539000,
1312
1321
  docs: "https://vueuse.org/rxjs/useObservable/",
1313
1322
  category: "@RxJS",
1314
1323
  description: "use an Observable"
@@ -1316,7 +1325,7 @@ var functions$1 = [
1316
1325
  {
1317
1326
  name: "useOffsetPagination",
1318
1327
  "package": "core",
1319
- lastUpdated: 1645952780000,
1328
+ lastUpdated: 1651595032000,
1320
1329
  component: true,
1321
1330
  docs: "https://vueuse.org/core/useOffsetPagination/",
1322
1331
  category: "Utilities",
@@ -1351,7 +1360,7 @@ var functions$1 = [
1351
1360
  {
1352
1361
  name: "usePermission",
1353
1362
  "package": "core",
1354
- lastUpdated: 1648358685000,
1363
+ lastUpdated: 1651597361000,
1355
1364
  docs: "https://vueuse.org/core/usePermission/",
1356
1365
  category: "Browser",
1357
1366
  description: "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)"
@@ -1407,7 +1416,7 @@ var functions$1 = [
1407
1416
  {
1408
1417
  name: "useQRCode",
1409
1418
  "package": "integrations",
1410
- lastUpdated: 1639442454000,
1419
+ lastUpdated: 1651597361000,
1411
1420
  docs: "https://vueuse.org/integrations/useQRCode/",
1412
1421
  category: "@Integrations",
1413
1422
  description: "wrapper for [`qrcode`](https://github.com/soldair/node-qrcode)"
@@ -1415,7 +1424,7 @@ var functions$1 = [
1415
1424
  {
1416
1425
  name: "useRafFn",
1417
1426
  "package": "core",
1418
- lastUpdated: 1639818708000,
1427
+ lastUpdated: 1650339134000,
1419
1428
  docs: "https://vueuse.org/core/useRafFn/",
1420
1429
  category: "Animation",
1421
1430
  description: "call function on every `requestAnimationFrame`"
@@ -1463,6 +1472,14 @@ var functions$1 = [
1463
1472
  category: "@Firebase",
1464
1473
  description: "reactive [Firebase Realtime Database](https://firebase.google.com/docs/database) binding"
1465
1474
  },
1475
+ {
1476
+ name: "useScreenOrientation",
1477
+ "package": "core",
1478
+ lastUpdated: 1651595705000,
1479
+ docs: "https://vueuse.org/core/useScreenOrientation/",
1480
+ category: "Browser",
1481
+ description: "reactive [Screen Orientation API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Orientation_API)"
1482
+ },
1466
1483
  {
1467
1484
  name: "useScreenSafeArea",
1468
1485
  "package": "core",
@@ -1475,7 +1492,7 @@ var functions$1 = [
1475
1492
  {
1476
1493
  name: "useScriptTag",
1477
1494
  "package": "core",
1478
- lastUpdated: 1644470897000,
1495
+ lastUpdated: 1651597361000,
1479
1496
  docs: "https://vueuse.org/core/useScriptTag/",
1480
1497
  category: "Browser",
1481
1498
  description: "script tag injecting"
@@ -1501,7 +1518,7 @@ var functions$1 = [
1501
1518
  {
1502
1519
  name: "useSessionStorage",
1503
1520
  "package": "core",
1504
- lastUpdated: 1639442454000,
1521
+ lastUpdated: 1651597361000,
1505
1522
  docs: "https://vueuse.org/core/useSessionStorage/",
1506
1523
  category: "State",
1507
1524
  description: "reactive [SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)"
@@ -1509,7 +1526,7 @@ var functions$1 = [
1509
1526
  {
1510
1527
  name: "useShare",
1511
1528
  "package": "core",
1512
- lastUpdated: 1639442454000,
1529
+ lastUpdated: 1651597361000,
1513
1530
  docs: "https://vueuse.org/core/useShare/",
1514
1531
  category: "Browser",
1515
1532
  description: "reactive [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share)"
@@ -1547,7 +1564,7 @@ var functions$1 = [
1547
1564
  {
1548
1565
  name: "useStorage",
1549
1566
  "package": "core",
1550
- lastUpdated: 1649003494000,
1567
+ lastUpdated: 1651597361000,
1551
1568
  docs: "https://vueuse.org/core/useStorage/",
1552
1569
  category: "State",
1553
1570
  description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
@@ -1559,7 +1576,7 @@ var functions$1 = [
1559
1576
  {
1560
1577
  name: "useStorageAsync",
1561
1578
  "package": "core",
1562
- lastUpdated: 1641376353000,
1579
+ lastUpdated: 1651597361000,
1563
1580
  docs: "https://vueuse.org/core/useStorageAsync/",
1564
1581
  category: "State",
1565
1582
  description: "reactive Storage in with async support"
@@ -1575,7 +1592,7 @@ var functions$1 = [
1575
1592
  {
1576
1593
  name: "useSubject",
1577
1594
  "package": "rxjs",
1578
- lastUpdated: 1639442454000,
1595
+ lastUpdated: 1651595539000,
1579
1596
  docs: "https://vueuse.org/rxjs/useSubject/",
1580
1597
  category: "@RxJS",
1581
1598
  description: "bind Subject to ref and propagate value changes both ways"
@@ -1684,7 +1701,7 @@ var functions$1 = [
1684
1701
  {
1685
1702
  name: "useToggle",
1686
1703
  "package": "shared",
1687
- lastUpdated: 1644734054000,
1704
+ lastUpdated: 1651595513000,
1688
1705
  docs: "https://vueuse.org/shared/useToggle/",
1689
1706
  category: "Utilities",
1690
1707
  description: "a boolean switcher with utility functions"
@@ -1700,7 +1717,7 @@ var functions$1 = [
1700
1717
  {
1701
1718
  name: "useUrlSearchParams",
1702
1719
  "package": "core",
1703
- lastUpdated: 1639442454000,
1720
+ lastUpdated: 1651597361000,
1704
1721
  docs: "https://vueuse.org/core/useUrlSearchParams/",
1705
1722
  category: "Browser",
1706
1723
  description: "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
@@ -1736,7 +1753,7 @@ var functions$1 = [
1736
1753
  {
1737
1754
  name: "useVModel",
1738
1755
  "package": "core",
1739
- lastUpdated: 1649251191000,
1756
+ lastUpdated: 1651596668000,
1740
1757
  docs: "https://vueuse.org/core/useVModel/",
1741
1758
  category: "Component",
1742
1759
  description: "shorthand for v-model binding"
@@ -1744,7 +1761,7 @@ var functions$1 = [
1744
1761
  {
1745
1762
  name: "useVModels",
1746
1763
  "package": "core",
1747
- lastUpdated: 1639442454000,
1764
+ lastUpdated: 1651596668000,
1748
1765
  docs: "https://vueuse.org/core/useVModels/",
1749
1766
  category: "Component",
1750
1767
  description: "shorthand for props v-model binding"
@@ -1760,7 +1777,7 @@ var functions$1 = [
1760
1777
  {
1761
1778
  name: "useWebNotification",
1762
1779
  "package": "core",
1763
- lastUpdated: 1640933217000,
1780
+ lastUpdated: 1651597361000,
1764
1781
  docs: "https://vueuse.org/core/useWebNotification/",
1765
1782
  category: "Browser",
1766
1783
  description: "reactive [Notification](https://developer.mozilla.org/en-US/docs/Web/API/notification)"
@@ -1834,7 +1851,7 @@ var functions$1 = [
1834
1851
  {
1835
1852
  name: "utils",
1836
1853
  "package": "shared",
1837
- lastUpdated: 1649251191000,
1854
+ lastUpdated: 1651597361000,
1838
1855
  internal: true
1839
1856
  },
1840
1857
  {
package/index.json CHANGED
@@ -50,6 +50,7 @@
50
50
  "nprogress",
51
51
  "jwt-decode",
52
52
  "focus-trap",
53
+ "change-case",
53
54
  "drauu",
54
55
  "@vueuse/core",
55
56
  "@vueuse/shared",
@@ -140,7 +141,7 @@
140
141
  {
141
142
  "name": "computedAsync",
142
143
  "package": "core",
143
- "lastUpdated": 1645958070000,
144
+ "lastUpdated": 1651597361000,
144
145
  "docs": "https://vueuse.org/core/computedAsync/",
145
146
  "category": "Utilities",
146
147
  "description": "computed for async functions",
@@ -223,7 +224,7 @@
223
224
  {
224
225
  "name": "createUnrefFn",
225
226
  "package": "core",
226
- "lastUpdated": 1639442454000,
227
+ "lastUpdated": 1651597361000,
227
228
  "docs": "https://vueuse.org/core/createUnrefFn/",
228
229
  "category": "Utilities",
229
230
  "description": "make a plain function accepting ref and raw values as arguments",
@@ -319,7 +320,7 @@
319
320
  {
320
321
  "name": "onClickOutside",
321
322
  "package": "core",
322
- "lastUpdated": 1647344892000,
323
+ "lastUpdated": 1651595373000,
323
324
  "component": true,
324
325
  "directive": true,
325
326
  "docs": "https://vueuse.org/core/onClickOutside/",
@@ -338,7 +339,7 @@
338
339
  {
339
340
  "name": "onLongPress",
340
341
  "package": "core",
341
- "lastUpdated": 1644416339000,
342
+ "lastUpdated": 1651595032000,
342
343
  "component": true,
343
344
  "directive": true,
344
345
  "docs": "https://vueuse.org/core/onLongPress/",
@@ -356,7 +357,7 @@
356
357
  {
357
358
  "name": "reactify",
358
359
  "package": "shared",
359
- "lastUpdated": 1645956777000,
360
+ "lastUpdated": 1651597361000,
360
361
  "docs": "https://vueuse.org/shared/reactify/",
361
362
  "category": "Utilities",
362
363
  "description": "converts plain functions into reactive functions",
@@ -402,7 +403,7 @@
402
403
  {
403
404
  "name": "refAutoReset",
404
405
  "package": "shared",
405
- "lastUpdated": 1646037705000,
406
+ "lastUpdated": 1650438204000,
406
407
  "docs": "https://vueuse.org/shared/refAutoReset/",
407
408
  "category": "Utilities",
408
409
  "description": "a ref which will be reset to the default value after some time",
@@ -594,7 +595,7 @@
594
595
  {
595
596
  "name": "useAsyncState",
596
597
  "package": "core",
597
- "lastUpdated": 1646822437000,
598
+ "lastUpdated": 1650677704000,
598
599
  "docs": "https://vueuse.org/core/useAsyncState/",
599
600
  "category": "State",
600
601
  "description": "reactive async state"
@@ -610,7 +611,7 @@
610
611
  {
611
612
  "name": "useAxios",
612
613
  "package": "integrations",
613
- "lastUpdated": 1649251191000,
614
+ "lastUpdated": 1651595391000,
614
615
  "docs": "https://vueuse.org/integrations/useAxios/",
615
616
  "category": "@Integrations",
616
617
  "description": "wrapper for [`axios`](https://github.com/axios/axios)"
@@ -735,6 +736,14 @@
735
736
  "category": "Browser",
736
737
  "description": "manipulate CSS variables"
737
738
  },
739
+ {
740
+ "name": "useCurrentElement",
741
+ "package": "core",
742
+ "lastUpdated": 1651308670000,
743
+ "docs": "https://vueuse.org/core/useCurrentElement/",
744
+ "category": "Component",
745
+ "description": "get the DOM element of current component as a ref"
746
+ },
738
747
  {
739
748
  "name": "useCycleList",
740
749
  "package": "core",
@@ -760,7 +769,7 @@
760
769
  {
761
770
  "name": "useDateFormat",
762
771
  "package": "shared",
763
- "lastUpdated": 1649931963000,
772
+ "lastUpdated": 1651597361000,
764
773
  "docs": "https://vueuse.org/shared/useDateFormat/",
765
774
  "category": "Utilities",
766
775
  "description": "get the formatted date according to the string of tokens passed in"
@@ -844,7 +853,7 @@
844
853
  {
845
854
  "name": "useDraggable",
846
855
  "package": "core",
847
- "lastUpdated": 1646979642000,
856
+ "lastUpdated": 1650371782000,
848
857
  "component": true,
849
858
  "docs": "https://vueuse.org/core/useDraggable/",
850
859
  "category": "Elements",
@@ -861,7 +870,7 @@
861
870
  {
862
871
  "name": "useElementBounding",
863
872
  "package": "core",
864
- "lastUpdated": 1649003456000,
873
+ "lastUpdated": 1651595186000,
865
874
  "component": true,
866
875
  "docs": "https://vueuse.org/core/useElementBounding/",
867
876
  "category": "Elements",
@@ -911,7 +920,7 @@
911
920
  {
912
921
  "name": "useElementVisibility",
913
922
  "package": "core",
914
- "lastUpdated": 1647329346000,
923
+ "lastUpdated": 1651597361000,
915
924
  "component": true,
916
925
  "directive": true,
917
926
  "docs": "https://vueuse.org/core/useElementVisibility/",
@@ -921,7 +930,7 @@
921
930
  {
922
931
  "name": "useEventBus",
923
932
  "package": "core",
924
- "lastUpdated": 1645877200000,
933
+ "lastUpdated": 1651597304000,
925
934
  "docs": "https://vueuse.org/core/useEventBus/",
926
935
  "category": "Utilities",
927
936
  "description": "a basic event bus"
@@ -962,7 +971,7 @@
962
971
  {
963
972
  "name": "useFetch",
964
973
  "package": "core",
965
- "lastUpdated": 1649003571000,
974
+ "lastUpdated": 1651597361000,
966
975
  "docs": "https://vueuse.org/core/useFetch/",
967
976
  "category": "Network",
968
977
  "description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
@@ -978,7 +987,7 @@
978
987
  {
979
988
  "name": "useFirestore",
980
989
  "package": "firebase",
981
- "lastUpdated": 1639442454000,
990
+ "lastUpdated": 1651597361000,
982
991
  "docs": "https://vueuse.org/firebase/useFirestore/",
983
992
  "category": "@Firebase",
984
993
  "description": "reactive [Firestore](https://firebase.google.com/docs/firestore) binding"
@@ -1036,7 +1045,7 @@
1036
1045
  {
1037
1046
  "name": "useGamepad",
1038
1047
  "package": "core",
1039
- "lastUpdated": 1646467161000,
1048
+ "lastUpdated": 1651595032000,
1040
1049
  "docs": "https://vueuse.org/core/useGamepad/",
1041
1050
  "category": "Browser",
1042
1051
  "description": "provides reactive bindings for the [Gamepad API](https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API)"
@@ -1151,7 +1160,7 @@
1151
1160
  {
1152
1161
  "name": "useLocalStorage",
1153
1162
  "package": "core",
1154
- "lastUpdated": 1639442454000,
1163
+ "lastUpdated": 1651597361000,
1155
1164
  "docs": "https://vueuse.org/core/useLocalStorage/",
1156
1165
  "category": "State",
1157
1166
  "description": "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)"
@@ -1167,7 +1176,7 @@
1167
1176
  {
1168
1177
  "name": "useManualRefHistory",
1169
1178
  "package": "core",
1170
- "lastUpdated": 1639818708000,
1179
+ "lastUpdated": 1651597361000,
1171
1180
  "docs": "https://vueuse.org/core/useManualRefHistory/",
1172
1181
  "category": "State",
1173
1182
  "description": "manually track the change history of a ref when the using calls `commit()`"
@@ -1175,7 +1184,7 @@
1175
1184
  {
1176
1185
  "name": "useMediaControls",
1177
1186
  "package": "core",
1178
- "lastUpdated": 1649251191000,
1187
+ "lastUpdated": 1651597361000,
1179
1188
  "docs": "https://vueuse.org/core/useMediaControls/",
1180
1189
  "category": "Browser",
1181
1190
  "description": "reactive media controls for both `audio` and `video` elements"
@@ -1263,7 +1272,7 @@
1263
1272
  {
1264
1273
  "name": "useMutationObserver",
1265
1274
  "package": "core",
1266
- "lastUpdated": 1647220329000,
1275
+ "lastUpdated": 1651595221000,
1267
1276
  "docs": "https://vueuse.org/core/useMutationObserver/",
1268
1277
  "category": "Elements",
1269
1278
  "description": "watch for changes being made to the DOM tree"
@@ -1279,7 +1288,7 @@
1279
1288
  {
1280
1289
  "name": "useNetwork",
1281
1290
  "package": "core",
1282
- "lastUpdated": 1639442454000,
1291
+ "lastUpdated": 1651595438000,
1283
1292
  "component": true,
1284
1293
  "docs": "https://vueuse.org/core/useNetwork/",
1285
1294
  "category": "Sensors",
@@ -1297,7 +1306,7 @@
1297
1306
  {
1298
1307
  "name": "useNProgress",
1299
1308
  "package": "integrations",
1300
- "lastUpdated": 1649678843000,
1309
+ "lastUpdated": 1651597361000,
1301
1310
  "docs": "https://vueuse.org/integrations/useNProgress/",
1302
1311
  "category": "@Integrations",
1303
1312
  "description": "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)"
@@ -1305,7 +1314,7 @@
1305
1314
  {
1306
1315
  "name": "useObservable",
1307
1316
  "package": "rxjs",
1308
- "lastUpdated": 1639442454000,
1317
+ "lastUpdated": 1651595539000,
1309
1318
  "docs": "https://vueuse.org/rxjs/useObservable/",
1310
1319
  "category": "@RxJS",
1311
1320
  "description": "use an Observable"
@@ -1313,7 +1322,7 @@
1313
1322
  {
1314
1323
  "name": "useOffsetPagination",
1315
1324
  "package": "core",
1316
- "lastUpdated": 1645952780000,
1325
+ "lastUpdated": 1651595032000,
1317
1326
  "component": true,
1318
1327
  "docs": "https://vueuse.org/core/useOffsetPagination/",
1319
1328
  "category": "Utilities",
@@ -1348,7 +1357,7 @@
1348
1357
  {
1349
1358
  "name": "usePermission",
1350
1359
  "package": "core",
1351
- "lastUpdated": 1648358685000,
1360
+ "lastUpdated": 1651597361000,
1352
1361
  "docs": "https://vueuse.org/core/usePermission/",
1353
1362
  "category": "Browser",
1354
1363
  "description": "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)"
@@ -1404,7 +1413,7 @@
1404
1413
  {
1405
1414
  "name": "useQRCode",
1406
1415
  "package": "integrations",
1407
- "lastUpdated": 1639442454000,
1416
+ "lastUpdated": 1651597361000,
1408
1417
  "docs": "https://vueuse.org/integrations/useQRCode/",
1409
1418
  "category": "@Integrations",
1410
1419
  "description": "wrapper for [`qrcode`](https://github.com/soldair/node-qrcode)"
@@ -1412,7 +1421,7 @@
1412
1421
  {
1413
1422
  "name": "useRafFn",
1414
1423
  "package": "core",
1415
- "lastUpdated": 1639818708000,
1424
+ "lastUpdated": 1650339134000,
1416
1425
  "docs": "https://vueuse.org/core/useRafFn/",
1417
1426
  "category": "Animation",
1418
1427
  "description": "call function on every `requestAnimationFrame`"
@@ -1460,6 +1469,14 @@
1460
1469
  "category": "@Firebase",
1461
1470
  "description": "reactive [Firebase Realtime Database](https://firebase.google.com/docs/database) binding"
1462
1471
  },
1472
+ {
1473
+ "name": "useScreenOrientation",
1474
+ "package": "core",
1475
+ "lastUpdated": 1651595705000,
1476
+ "docs": "https://vueuse.org/core/useScreenOrientation/",
1477
+ "category": "Browser",
1478
+ "description": "reactive [Screen Orientation API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Orientation_API)"
1479
+ },
1463
1480
  {
1464
1481
  "name": "useScreenSafeArea",
1465
1482
  "package": "core",
@@ -1472,7 +1489,7 @@
1472
1489
  {
1473
1490
  "name": "useScriptTag",
1474
1491
  "package": "core",
1475
- "lastUpdated": 1644470897000,
1492
+ "lastUpdated": 1651597361000,
1476
1493
  "docs": "https://vueuse.org/core/useScriptTag/",
1477
1494
  "category": "Browser",
1478
1495
  "description": "script tag injecting"
@@ -1498,7 +1515,7 @@
1498
1515
  {
1499
1516
  "name": "useSessionStorage",
1500
1517
  "package": "core",
1501
- "lastUpdated": 1639442454000,
1518
+ "lastUpdated": 1651597361000,
1502
1519
  "docs": "https://vueuse.org/core/useSessionStorage/",
1503
1520
  "category": "State",
1504
1521
  "description": "reactive [SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)"
@@ -1506,7 +1523,7 @@
1506
1523
  {
1507
1524
  "name": "useShare",
1508
1525
  "package": "core",
1509
- "lastUpdated": 1639442454000,
1526
+ "lastUpdated": 1651597361000,
1510
1527
  "docs": "https://vueuse.org/core/useShare/",
1511
1528
  "category": "Browser",
1512
1529
  "description": "reactive [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share)"
@@ -1544,7 +1561,7 @@
1544
1561
  {
1545
1562
  "name": "useStorage",
1546
1563
  "package": "core",
1547
- "lastUpdated": 1649003494000,
1564
+ "lastUpdated": 1651597361000,
1548
1565
  "docs": "https://vueuse.org/core/useStorage/",
1549
1566
  "category": "State",
1550
1567
  "description": "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
@@ -1556,7 +1573,7 @@
1556
1573
  {
1557
1574
  "name": "useStorageAsync",
1558
1575
  "package": "core",
1559
- "lastUpdated": 1641376353000,
1576
+ "lastUpdated": 1651597361000,
1560
1577
  "docs": "https://vueuse.org/core/useStorageAsync/",
1561
1578
  "category": "State",
1562
1579
  "description": "reactive Storage in with async support"
@@ -1572,7 +1589,7 @@
1572
1589
  {
1573
1590
  "name": "useSubject",
1574
1591
  "package": "rxjs",
1575
- "lastUpdated": 1639442454000,
1592
+ "lastUpdated": 1651595539000,
1576
1593
  "docs": "https://vueuse.org/rxjs/useSubject/",
1577
1594
  "category": "@RxJS",
1578
1595
  "description": "bind Subject to ref and propagate value changes both ways"
@@ -1681,7 +1698,7 @@
1681
1698
  {
1682
1699
  "name": "useToggle",
1683
1700
  "package": "shared",
1684
- "lastUpdated": 1644734054000,
1701
+ "lastUpdated": 1651595513000,
1685
1702
  "docs": "https://vueuse.org/shared/useToggle/",
1686
1703
  "category": "Utilities",
1687
1704
  "description": "a boolean switcher with utility functions"
@@ -1697,7 +1714,7 @@
1697
1714
  {
1698
1715
  "name": "useUrlSearchParams",
1699
1716
  "package": "core",
1700
- "lastUpdated": 1639442454000,
1717
+ "lastUpdated": 1651597361000,
1701
1718
  "docs": "https://vueuse.org/core/useUrlSearchParams/",
1702
1719
  "category": "Browser",
1703
1720
  "description": "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
@@ -1733,7 +1750,7 @@
1733
1750
  {
1734
1751
  "name": "useVModel",
1735
1752
  "package": "core",
1736
- "lastUpdated": 1649251191000,
1753
+ "lastUpdated": 1651596668000,
1737
1754
  "docs": "https://vueuse.org/core/useVModel/",
1738
1755
  "category": "Component",
1739
1756
  "description": "shorthand for v-model binding"
@@ -1741,7 +1758,7 @@
1741
1758
  {
1742
1759
  "name": "useVModels",
1743
1760
  "package": "core",
1744
- "lastUpdated": 1639442454000,
1761
+ "lastUpdated": 1651596668000,
1745
1762
  "docs": "https://vueuse.org/core/useVModels/",
1746
1763
  "category": "Component",
1747
1764
  "description": "shorthand for props v-model binding"
@@ -1757,7 +1774,7 @@
1757
1774
  {
1758
1775
  "name": "useWebNotification",
1759
1776
  "package": "core",
1760
- "lastUpdated": 1640933217000,
1777
+ "lastUpdated": 1651597361000,
1761
1778
  "docs": "https://vueuse.org/core/useWebNotification/",
1762
1779
  "category": "Browser",
1763
1780
  "description": "reactive [Notification](https://developer.mozilla.org/en-US/docs/Web/API/notification)"
@@ -1831,7 +1848,7 @@
1831
1848
  {
1832
1849
  "name": "utils",
1833
1850
  "package": "shared",
1834
- "lastUpdated": 1649251191000,
1851
+ "lastUpdated": 1651597361000,
1835
1852
  "internal": true
1836
1853
  },
1837
1854
  {
package/index.mjs CHANGED
@@ -49,6 +49,7 @@ var packages$1 = {
49
49
  "nprogress",
50
50
  "jwt-decode",
51
51
  "focus-trap",
52
+ "change-case",
52
53
  "drauu",
53
54
  "@vueuse/core",
54
55
  "@vueuse/shared",
@@ -139,7 +140,7 @@ var functions$1 = [
139
140
  {
140
141
  name: "computedAsync",
141
142
  "package": "core",
142
- lastUpdated: 1645958070000,
143
+ lastUpdated: 1651597361000,
143
144
  docs: "https://vueuse.org/core/computedAsync/",
144
145
  category: "Utilities",
145
146
  description: "computed for async functions",
@@ -222,7 +223,7 @@ var functions$1 = [
222
223
  {
223
224
  name: "createUnrefFn",
224
225
  "package": "core",
225
- lastUpdated: 1639442454000,
226
+ lastUpdated: 1651597361000,
226
227
  docs: "https://vueuse.org/core/createUnrefFn/",
227
228
  category: "Utilities",
228
229
  description: "make a plain function accepting ref and raw values as arguments",
@@ -318,7 +319,7 @@ var functions$1 = [
318
319
  {
319
320
  name: "onClickOutside",
320
321
  "package": "core",
321
- lastUpdated: 1647344892000,
322
+ lastUpdated: 1651595373000,
322
323
  component: true,
323
324
  directive: true,
324
325
  docs: "https://vueuse.org/core/onClickOutside/",
@@ -337,7 +338,7 @@ var functions$1 = [
337
338
  {
338
339
  name: "onLongPress",
339
340
  "package": "core",
340
- lastUpdated: 1644416339000,
341
+ lastUpdated: 1651595032000,
341
342
  component: true,
342
343
  directive: true,
343
344
  docs: "https://vueuse.org/core/onLongPress/",
@@ -355,7 +356,7 @@ var functions$1 = [
355
356
  {
356
357
  name: "reactify",
357
358
  "package": "shared",
358
- lastUpdated: 1645956777000,
359
+ lastUpdated: 1651597361000,
359
360
  docs: "https://vueuse.org/shared/reactify/",
360
361
  category: "Utilities",
361
362
  description: "converts plain functions into reactive functions",
@@ -401,7 +402,7 @@ var functions$1 = [
401
402
  {
402
403
  name: "refAutoReset",
403
404
  "package": "shared",
404
- lastUpdated: 1646037705000,
405
+ lastUpdated: 1650438204000,
405
406
  docs: "https://vueuse.org/shared/refAutoReset/",
406
407
  category: "Utilities",
407
408
  description: "a ref which will be reset to the default value after some time",
@@ -593,7 +594,7 @@ var functions$1 = [
593
594
  {
594
595
  name: "useAsyncState",
595
596
  "package": "core",
596
- lastUpdated: 1646822437000,
597
+ lastUpdated: 1650677704000,
597
598
  docs: "https://vueuse.org/core/useAsyncState/",
598
599
  category: "State",
599
600
  description: "reactive async state"
@@ -609,7 +610,7 @@ var functions$1 = [
609
610
  {
610
611
  name: "useAxios",
611
612
  "package": "integrations",
612
- lastUpdated: 1649251191000,
613
+ lastUpdated: 1651595391000,
613
614
  docs: "https://vueuse.org/integrations/useAxios/",
614
615
  category: "@Integrations",
615
616
  description: "wrapper for [`axios`](https://github.com/axios/axios)"
@@ -734,6 +735,14 @@ var functions$1 = [
734
735
  category: "Browser",
735
736
  description: "manipulate CSS variables"
736
737
  },
738
+ {
739
+ name: "useCurrentElement",
740
+ "package": "core",
741
+ lastUpdated: 1651308670000,
742
+ docs: "https://vueuse.org/core/useCurrentElement/",
743
+ category: "Component",
744
+ description: "get the DOM element of current component as a ref"
745
+ },
737
746
  {
738
747
  name: "useCycleList",
739
748
  "package": "core",
@@ -759,7 +768,7 @@ var functions$1 = [
759
768
  {
760
769
  name: "useDateFormat",
761
770
  "package": "shared",
762
- lastUpdated: 1649931963000,
771
+ lastUpdated: 1651597361000,
763
772
  docs: "https://vueuse.org/shared/useDateFormat/",
764
773
  category: "Utilities",
765
774
  description: "get the formatted date according to the string of tokens passed in"
@@ -843,7 +852,7 @@ var functions$1 = [
843
852
  {
844
853
  name: "useDraggable",
845
854
  "package": "core",
846
- lastUpdated: 1646979642000,
855
+ lastUpdated: 1650371782000,
847
856
  component: true,
848
857
  docs: "https://vueuse.org/core/useDraggable/",
849
858
  category: "Elements",
@@ -860,7 +869,7 @@ var functions$1 = [
860
869
  {
861
870
  name: "useElementBounding",
862
871
  "package": "core",
863
- lastUpdated: 1649003456000,
872
+ lastUpdated: 1651595186000,
864
873
  component: true,
865
874
  docs: "https://vueuse.org/core/useElementBounding/",
866
875
  category: "Elements",
@@ -910,7 +919,7 @@ var functions$1 = [
910
919
  {
911
920
  name: "useElementVisibility",
912
921
  "package": "core",
913
- lastUpdated: 1647329346000,
922
+ lastUpdated: 1651597361000,
914
923
  component: true,
915
924
  directive: true,
916
925
  docs: "https://vueuse.org/core/useElementVisibility/",
@@ -920,7 +929,7 @@ var functions$1 = [
920
929
  {
921
930
  name: "useEventBus",
922
931
  "package": "core",
923
- lastUpdated: 1645877200000,
932
+ lastUpdated: 1651597304000,
924
933
  docs: "https://vueuse.org/core/useEventBus/",
925
934
  category: "Utilities",
926
935
  description: "a basic event bus"
@@ -961,7 +970,7 @@ var functions$1 = [
961
970
  {
962
971
  name: "useFetch",
963
972
  "package": "core",
964
- lastUpdated: 1649003571000,
973
+ lastUpdated: 1651597361000,
965
974
  docs: "https://vueuse.org/core/useFetch/",
966
975
  category: "Network",
967
976
  description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
@@ -977,7 +986,7 @@ var functions$1 = [
977
986
  {
978
987
  name: "useFirestore",
979
988
  "package": "firebase",
980
- lastUpdated: 1639442454000,
989
+ lastUpdated: 1651597361000,
981
990
  docs: "https://vueuse.org/firebase/useFirestore/",
982
991
  category: "@Firebase",
983
992
  description: "reactive [Firestore](https://firebase.google.com/docs/firestore) binding"
@@ -1035,7 +1044,7 @@ var functions$1 = [
1035
1044
  {
1036
1045
  name: "useGamepad",
1037
1046
  "package": "core",
1038
- lastUpdated: 1646467161000,
1047
+ lastUpdated: 1651595032000,
1039
1048
  docs: "https://vueuse.org/core/useGamepad/",
1040
1049
  category: "Browser",
1041
1050
  description: "provides reactive bindings for the [Gamepad API](https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API)"
@@ -1150,7 +1159,7 @@ var functions$1 = [
1150
1159
  {
1151
1160
  name: "useLocalStorage",
1152
1161
  "package": "core",
1153
- lastUpdated: 1639442454000,
1162
+ lastUpdated: 1651597361000,
1154
1163
  docs: "https://vueuse.org/core/useLocalStorage/",
1155
1164
  category: "State",
1156
1165
  description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)"
@@ -1166,7 +1175,7 @@ var functions$1 = [
1166
1175
  {
1167
1176
  name: "useManualRefHistory",
1168
1177
  "package": "core",
1169
- lastUpdated: 1639818708000,
1178
+ lastUpdated: 1651597361000,
1170
1179
  docs: "https://vueuse.org/core/useManualRefHistory/",
1171
1180
  category: "State",
1172
1181
  description: "manually track the change history of a ref when the using calls `commit()`"
@@ -1174,7 +1183,7 @@ var functions$1 = [
1174
1183
  {
1175
1184
  name: "useMediaControls",
1176
1185
  "package": "core",
1177
- lastUpdated: 1649251191000,
1186
+ lastUpdated: 1651597361000,
1178
1187
  docs: "https://vueuse.org/core/useMediaControls/",
1179
1188
  category: "Browser",
1180
1189
  description: "reactive media controls for both `audio` and `video` elements"
@@ -1262,7 +1271,7 @@ var functions$1 = [
1262
1271
  {
1263
1272
  name: "useMutationObserver",
1264
1273
  "package": "core",
1265
- lastUpdated: 1647220329000,
1274
+ lastUpdated: 1651595221000,
1266
1275
  docs: "https://vueuse.org/core/useMutationObserver/",
1267
1276
  category: "Elements",
1268
1277
  description: "watch for changes being made to the DOM tree"
@@ -1278,7 +1287,7 @@ var functions$1 = [
1278
1287
  {
1279
1288
  name: "useNetwork",
1280
1289
  "package": "core",
1281
- lastUpdated: 1639442454000,
1290
+ lastUpdated: 1651595438000,
1282
1291
  component: true,
1283
1292
  docs: "https://vueuse.org/core/useNetwork/",
1284
1293
  category: "Sensors",
@@ -1296,7 +1305,7 @@ var functions$1 = [
1296
1305
  {
1297
1306
  name: "useNProgress",
1298
1307
  "package": "integrations",
1299
- lastUpdated: 1649678843000,
1308
+ lastUpdated: 1651597361000,
1300
1309
  docs: "https://vueuse.org/integrations/useNProgress/",
1301
1310
  category: "@Integrations",
1302
1311
  description: "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)"
@@ -1304,7 +1313,7 @@ var functions$1 = [
1304
1313
  {
1305
1314
  name: "useObservable",
1306
1315
  "package": "rxjs",
1307
- lastUpdated: 1639442454000,
1316
+ lastUpdated: 1651595539000,
1308
1317
  docs: "https://vueuse.org/rxjs/useObservable/",
1309
1318
  category: "@RxJS",
1310
1319
  description: "use an Observable"
@@ -1312,7 +1321,7 @@ var functions$1 = [
1312
1321
  {
1313
1322
  name: "useOffsetPagination",
1314
1323
  "package": "core",
1315
- lastUpdated: 1645952780000,
1324
+ lastUpdated: 1651595032000,
1316
1325
  component: true,
1317
1326
  docs: "https://vueuse.org/core/useOffsetPagination/",
1318
1327
  category: "Utilities",
@@ -1347,7 +1356,7 @@ var functions$1 = [
1347
1356
  {
1348
1357
  name: "usePermission",
1349
1358
  "package": "core",
1350
- lastUpdated: 1648358685000,
1359
+ lastUpdated: 1651597361000,
1351
1360
  docs: "https://vueuse.org/core/usePermission/",
1352
1361
  category: "Browser",
1353
1362
  description: "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)"
@@ -1403,7 +1412,7 @@ var functions$1 = [
1403
1412
  {
1404
1413
  name: "useQRCode",
1405
1414
  "package": "integrations",
1406
- lastUpdated: 1639442454000,
1415
+ lastUpdated: 1651597361000,
1407
1416
  docs: "https://vueuse.org/integrations/useQRCode/",
1408
1417
  category: "@Integrations",
1409
1418
  description: "wrapper for [`qrcode`](https://github.com/soldair/node-qrcode)"
@@ -1411,7 +1420,7 @@ var functions$1 = [
1411
1420
  {
1412
1421
  name: "useRafFn",
1413
1422
  "package": "core",
1414
- lastUpdated: 1639818708000,
1423
+ lastUpdated: 1650339134000,
1415
1424
  docs: "https://vueuse.org/core/useRafFn/",
1416
1425
  category: "Animation",
1417
1426
  description: "call function on every `requestAnimationFrame`"
@@ -1459,6 +1468,14 @@ var functions$1 = [
1459
1468
  category: "@Firebase",
1460
1469
  description: "reactive [Firebase Realtime Database](https://firebase.google.com/docs/database) binding"
1461
1470
  },
1471
+ {
1472
+ name: "useScreenOrientation",
1473
+ "package": "core",
1474
+ lastUpdated: 1651595705000,
1475
+ docs: "https://vueuse.org/core/useScreenOrientation/",
1476
+ category: "Browser",
1477
+ description: "reactive [Screen Orientation API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Orientation_API)"
1478
+ },
1462
1479
  {
1463
1480
  name: "useScreenSafeArea",
1464
1481
  "package": "core",
@@ -1471,7 +1488,7 @@ var functions$1 = [
1471
1488
  {
1472
1489
  name: "useScriptTag",
1473
1490
  "package": "core",
1474
- lastUpdated: 1644470897000,
1491
+ lastUpdated: 1651597361000,
1475
1492
  docs: "https://vueuse.org/core/useScriptTag/",
1476
1493
  category: "Browser",
1477
1494
  description: "script tag injecting"
@@ -1497,7 +1514,7 @@ var functions$1 = [
1497
1514
  {
1498
1515
  name: "useSessionStorage",
1499
1516
  "package": "core",
1500
- lastUpdated: 1639442454000,
1517
+ lastUpdated: 1651597361000,
1501
1518
  docs: "https://vueuse.org/core/useSessionStorage/",
1502
1519
  category: "State",
1503
1520
  description: "reactive [SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)"
@@ -1505,7 +1522,7 @@ var functions$1 = [
1505
1522
  {
1506
1523
  name: "useShare",
1507
1524
  "package": "core",
1508
- lastUpdated: 1639442454000,
1525
+ lastUpdated: 1651597361000,
1509
1526
  docs: "https://vueuse.org/core/useShare/",
1510
1527
  category: "Browser",
1511
1528
  description: "reactive [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share)"
@@ -1543,7 +1560,7 @@ var functions$1 = [
1543
1560
  {
1544
1561
  name: "useStorage",
1545
1562
  "package": "core",
1546
- lastUpdated: 1649003494000,
1563
+ lastUpdated: 1651597361000,
1547
1564
  docs: "https://vueuse.org/core/useStorage/",
1548
1565
  category: "State",
1549
1566
  description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)",
@@ -1555,7 +1572,7 @@ var functions$1 = [
1555
1572
  {
1556
1573
  name: "useStorageAsync",
1557
1574
  "package": "core",
1558
- lastUpdated: 1641376353000,
1575
+ lastUpdated: 1651597361000,
1559
1576
  docs: "https://vueuse.org/core/useStorageAsync/",
1560
1577
  category: "State",
1561
1578
  description: "reactive Storage in with async support"
@@ -1571,7 +1588,7 @@ var functions$1 = [
1571
1588
  {
1572
1589
  name: "useSubject",
1573
1590
  "package": "rxjs",
1574
- lastUpdated: 1639442454000,
1591
+ lastUpdated: 1651595539000,
1575
1592
  docs: "https://vueuse.org/rxjs/useSubject/",
1576
1593
  category: "@RxJS",
1577
1594
  description: "bind Subject to ref and propagate value changes both ways"
@@ -1680,7 +1697,7 @@ var functions$1 = [
1680
1697
  {
1681
1698
  name: "useToggle",
1682
1699
  "package": "shared",
1683
- lastUpdated: 1644734054000,
1700
+ lastUpdated: 1651595513000,
1684
1701
  docs: "https://vueuse.org/shared/useToggle/",
1685
1702
  category: "Utilities",
1686
1703
  description: "a boolean switcher with utility functions"
@@ -1696,7 +1713,7 @@ var functions$1 = [
1696
1713
  {
1697
1714
  name: "useUrlSearchParams",
1698
1715
  "package": "core",
1699
- lastUpdated: 1639442454000,
1716
+ lastUpdated: 1651597361000,
1700
1717
  docs: "https://vueuse.org/core/useUrlSearchParams/",
1701
1718
  category: "Browser",
1702
1719
  description: "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
@@ -1732,7 +1749,7 @@ var functions$1 = [
1732
1749
  {
1733
1750
  name: "useVModel",
1734
1751
  "package": "core",
1735
- lastUpdated: 1649251191000,
1752
+ lastUpdated: 1651596668000,
1736
1753
  docs: "https://vueuse.org/core/useVModel/",
1737
1754
  category: "Component",
1738
1755
  description: "shorthand for v-model binding"
@@ -1740,7 +1757,7 @@ var functions$1 = [
1740
1757
  {
1741
1758
  name: "useVModels",
1742
1759
  "package": "core",
1743
- lastUpdated: 1639442454000,
1760
+ lastUpdated: 1651596668000,
1744
1761
  docs: "https://vueuse.org/core/useVModels/",
1745
1762
  category: "Component",
1746
1763
  description: "shorthand for props v-model binding"
@@ -1756,7 +1773,7 @@ var functions$1 = [
1756
1773
  {
1757
1774
  name: "useWebNotification",
1758
1775
  "package": "core",
1759
- lastUpdated: 1640933217000,
1776
+ lastUpdated: 1651597361000,
1760
1777
  docs: "https://vueuse.org/core/useWebNotification/",
1761
1778
  category: "Browser",
1762
1779
  description: "reactive [Notification](https://developer.mozilla.org/en-US/docs/Web/API/notification)"
@@ -1830,7 +1847,7 @@ var functions$1 = [
1830
1847
  {
1831
1848
  name: "utils",
1832
1849
  "package": "shared",
1833
- lastUpdated: 1649251191000,
1850
+ lastUpdated: 1651597361000,
1834
1851
  internal: true
1835
1852
  },
1836
1853
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueuse/metadata",
3
- "version": "8.2.6",
3
+ "version": "8.4.0",
4
4
  "description": "Metadata for VueUse functions",
5
5
  "keywords": [
6
6
  "vue",