@vueuse/metadata 9.3.0 → 9.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.
- package/index.cjs +25 -19
- package/index.json +25 -17
- package/index.mjs +25 -17
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
3
|
var packages$1 = {
|
|
6
4
|
shared: {
|
|
7
5
|
name: "shared",
|
|
@@ -302,7 +300,7 @@ var functions$1 = [
|
|
|
302
300
|
{
|
|
303
301
|
name: "from",
|
|
304
302
|
"package": "rxjs",
|
|
305
|
-
lastUpdated:
|
|
303
|
+
lastUpdated: 1665003343000,
|
|
306
304
|
docs: "https://vueuse.org/rxjs/from/",
|
|
307
305
|
category: "@RxJS",
|
|
308
306
|
description: "/ fromEvent"
|
|
@@ -473,7 +471,7 @@ var functions$1 = [
|
|
|
473
471
|
{
|
|
474
472
|
name: "refDebounced",
|
|
475
473
|
"package": "shared",
|
|
476
|
-
lastUpdated:
|
|
474
|
+
lastUpdated: 1666676013000,
|
|
477
475
|
docs: "https://vueuse.org/shared/refDebounced/",
|
|
478
476
|
category: "Reactivity",
|
|
479
477
|
description: "debounce execution of a ref value",
|
|
@@ -789,7 +787,7 @@ var functions$1 = [
|
|
|
789
787
|
{
|
|
790
788
|
name: "useAxios",
|
|
791
789
|
"package": "integrations",
|
|
792
|
-
lastUpdated:
|
|
790
|
+
lastUpdated: 1665960682000,
|
|
793
791
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
794
792
|
category: "@Integrations",
|
|
795
793
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -815,7 +813,7 @@ var functions$1 = [
|
|
|
815
813
|
{
|
|
816
814
|
name: "useBluetooth",
|
|
817
815
|
"package": "core",
|
|
818
|
-
lastUpdated:
|
|
816
|
+
lastUpdated: 1665965343000,
|
|
819
817
|
docs: "https://vueuse.org/core/useBluetooth/",
|
|
820
818
|
category: "Browser",
|
|
821
819
|
description: "reactive [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API)"
|
|
@@ -881,7 +879,7 @@ var functions$1 = [
|
|
|
881
879
|
{
|
|
882
880
|
name: "useClipboard",
|
|
883
881
|
"package": "core",
|
|
884
|
-
lastUpdated:
|
|
882
|
+
lastUpdated: 1666676330000,
|
|
885
883
|
docs: "https://vueuse.org/core/useClipboard/",
|
|
886
884
|
category: "Browser",
|
|
887
885
|
description: "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
@@ -928,7 +926,7 @@ var functions$1 = [
|
|
|
928
926
|
{
|
|
929
927
|
name: "useCounter",
|
|
930
928
|
"package": "shared",
|
|
931
|
-
lastUpdated:
|
|
929
|
+
lastUpdated: 1666677599000,
|
|
932
930
|
docs: "https://vueuse.org/shared/useCounter/",
|
|
933
931
|
category: "Utilities",
|
|
934
932
|
description: "basic counter with utility functions"
|
|
@@ -974,7 +972,7 @@ var functions$1 = [
|
|
|
974
972
|
{
|
|
975
973
|
name: "useDateFormat",
|
|
976
974
|
"package": "shared",
|
|
977
|
-
lastUpdated:
|
|
975
|
+
lastUpdated: 1664216752000,
|
|
978
976
|
docs: "https://vueuse.org/shared/useDateFormat/",
|
|
979
977
|
category: "Time",
|
|
980
978
|
description: "get the formatted date according to the string of tokens passed in"
|
|
@@ -1191,7 +1189,7 @@ var functions$1 = [
|
|
|
1191
1189
|
{
|
|
1192
1190
|
name: "useFetch",
|
|
1193
1191
|
"package": "core",
|
|
1194
|
-
lastUpdated:
|
|
1192
|
+
lastUpdated: 1665014132000,
|
|
1195
1193
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1196
1194
|
category: "Network",
|
|
1197
1195
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1215,7 +1213,7 @@ var functions$1 = [
|
|
|
1215
1213
|
{
|
|
1216
1214
|
name: "useFirestore",
|
|
1217
1215
|
"package": "firebase",
|
|
1218
|
-
lastUpdated:
|
|
1216
|
+
lastUpdated: 1665959947000,
|
|
1219
1217
|
docs: "https://vueuse.org/firebase/useFirestore/",
|
|
1220
1218
|
category: "@Firebase",
|
|
1221
1219
|
description: "reactive [Firestore](https://firebase.google.com/docs/firestore) binding",
|
|
@@ -1789,7 +1787,7 @@ var functions$1 = [
|
|
|
1789
1787
|
{
|
|
1790
1788
|
name: "useRouteHash",
|
|
1791
1789
|
"package": "router",
|
|
1792
|
-
lastUpdated:
|
|
1790
|
+
lastUpdated: 1666676087000,
|
|
1793
1791
|
docs: "https://vueuse.org/router/useRouteHash/",
|
|
1794
1792
|
category: "@Router",
|
|
1795
1793
|
description: "shorthand for a reactive `route.hash`"
|
|
@@ -1797,7 +1795,7 @@ var functions$1 = [
|
|
|
1797
1795
|
{
|
|
1798
1796
|
name: "useRouteParams",
|
|
1799
1797
|
"package": "router",
|
|
1800
|
-
lastUpdated:
|
|
1798
|
+
lastUpdated: 1666676087000,
|
|
1801
1799
|
docs: "https://vueuse.org/router/useRouteParams/",
|
|
1802
1800
|
category: "@Router",
|
|
1803
1801
|
description: "shorthand for a reactive `route.params`"
|
|
@@ -1805,7 +1803,7 @@ var functions$1 = [
|
|
|
1805
1803
|
{
|
|
1806
1804
|
name: "useRouteQuery",
|
|
1807
1805
|
"package": "router",
|
|
1808
|
-
lastUpdated:
|
|
1806
|
+
lastUpdated: 1666676087000,
|
|
1809
1807
|
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1810
1808
|
category: "@Router",
|
|
1811
1809
|
description: "shorthand for a reactive `route.query`"
|
|
@@ -1888,6 +1886,14 @@ var functions$1 = [
|
|
|
1888
1886
|
category: "Browser",
|
|
1889
1887
|
description: "reactive [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share)"
|
|
1890
1888
|
},
|
|
1889
|
+
{
|
|
1890
|
+
name: "useSorted",
|
|
1891
|
+
"package": "core",
|
|
1892
|
+
lastUpdated: 1665961123000,
|
|
1893
|
+
docs: "https://vueuse.org/core/useSorted/",
|
|
1894
|
+
category: "Array",
|
|
1895
|
+
description: "reactive sort array"
|
|
1896
|
+
},
|
|
1891
1897
|
{
|
|
1892
1898
|
name: "useSound",
|
|
1893
1899
|
"package": "sound",
|
|
@@ -1929,7 +1935,7 @@ var functions$1 = [
|
|
|
1929
1935
|
{
|
|
1930
1936
|
name: "useStorage",
|
|
1931
1937
|
"package": "core",
|
|
1932
|
-
lastUpdated:
|
|
1938
|
+
lastUpdated: 1665959716000,
|
|
1933
1939
|
docs: "https://vueuse.org/core/useStorage/",
|
|
1934
1940
|
category: "State",
|
|
1935
1941
|
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)",
|
|
@@ -2102,7 +2108,7 @@ var functions$1 = [
|
|
|
2102
2108
|
{
|
|
2103
2109
|
name: "useTitle",
|
|
2104
2110
|
"package": "core",
|
|
2105
|
-
lastUpdated:
|
|
2111
|
+
lastUpdated: 1665963788000,
|
|
2106
2112
|
docs: "https://vueuse.org/core/useTitle/",
|
|
2107
2113
|
category: "Browser",
|
|
2108
2114
|
description: "reactive document title"
|
|
@@ -2188,7 +2194,7 @@ var functions$1 = [
|
|
|
2188
2194
|
{
|
|
2189
2195
|
name: "useVirtualList",
|
|
2190
2196
|
"package": "core",
|
|
2191
|
-
lastUpdated:
|
|
2197
|
+
lastUpdated: 1666689509000,
|
|
2192
2198
|
component: true,
|
|
2193
2199
|
docs: "https://vueuse.org/core/useVirtualList/",
|
|
2194
2200
|
category: "Component",
|
|
@@ -2235,7 +2241,7 @@ var functions$1 = [
|
|
|
2235
2241
|
{
|
|
2236
2242
|
name: "useWebSocket",
|
|
2237
2243
|
"package": "core",
|
|
2238
|
-
lastUpdated:
|
|
2244
|
+
lastUpdated: 1666677568000,
|
|
2239
2245
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2240
2246
|
category: "Network",
|
|
2241
2247
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2243,7 +2249,7 @@ var functions$1 = [
|
|
|
2243
2249
|
{
|
|
2244
2250
|
name: "useWebWorker",
|
|
2245
2251
|
"package": "core",
|
|
2246
|
-
lastUpdated:
|
|
2252
|
+
lastUpdated: 1666677873000,
|
|
2247
2253
|
docs: "https://vueuse.org/core/useWebWorker/",
|
|
2248
2254
|
category: "Browser",
|
|
2249
2255
|
description: "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
|
package/index.json
CHANGED
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
{
|
|
300
300
|
"name": "from",
|
|
301
301
|
"package": "rxjs",
|
|
302
|
-
"lastUpdated":
|
|
302
|
+
"lastUpdated": 1665003343000,
|
|
303
303
|
"docs": "https://vueuse.org/rxjs/from/",
|
|
304
304
|
"category": "@RxJS",
|
|
305
305
|
"description": "/ fromEvent"
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
{
|
|
471
471
|
"name": "refDebounced",
|
|
472
472
|
"package": "shared",
|
|
473
|
-
"lastUpdated":
|
|
473
|
+
"lastUpdated": 1666676013000,
|
|
474
474
|
"docs": "https://vueuse.org/shared/refDebounced/",
|
|
475
475
|
"category": "Reactivity",
|
|
476
476
|
"description": "debounce execution of a ref value",
|
|
@@ -786,7 +786,7 @@
|
|
|
786
786
|
{
|
|
787
787
|
"name": "useAxios",
|
|
788
788
|
"package": "integrations",
|
|
789
|
-
"lastUpdated":
|
|
789
|
+
"lastUpdated": 1665960682000,
|
|
790
790
|
"docs": "https://vueuse.org/integrations/useAxios/",
|
|
791
791
|
"category": "@Integrations",
|
|
792
792
|
"description": "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -812,7 +812,7 @@
|
|
|
812
812
|
{
|
|
813
813
|
"name": "useBluetooth",
|
|
814
814
|
"package": "core",
|
|
815
|
-
"lastUpdated":
|
|
815
|
+
"lastUpdated": 1665965343000,
|
|
816
816
|
"docs": "https://vueuse.org/core/useBluetooth/",
|
|
817
817
|
"category": "Browser",
|
|
818
818
|
"description": "reactive [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API)"
|
|
@@ -878,7 +878,7 @@
|
|
|
878
878
|
{
|
|
879
879
|
"name": "useClipboard",
|
|
880
880
|
"package": "core",
|
|
881
|
-
"lastUpdated":
|
|
881
|
+
"lastUpdated": 1666676330000,
|
|
882
882
|
"docs": "https://vueuse.org/core/useClipboard/",
|
|
883
883
|
"category": "Browser",
|
|
884
884
|
"description": "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
@@ -925,7 +925,7 @@
|
|
|
925
925
|
{
|
|
926
926
|
"name": "useCounter",
|
|
927
927
|
"package": "shared",
|
|
928
|
-
"lastUpdated":
|
|
928
|
+
"lastUpdated": 1666677599000,
|
|
929
929
|
"docs": "https://vueuse.org/shared/useCounter/",
|
|
930
930
|
"category": "Utilities",
|
|
931
931
|
"description": "basic counter with utility functions"
|
|
@@ -971,7 +971,7 @@
|
|
|
971
971
|
{
|
|
972
972
|
"name": "useDateFormat",
|
|
973
973
|
"package": "shared",
|
|
974
|
-
"lastUpdated":
|
|
974
|
+
"lastUpdated": 1664216752000,
|
|
975
975
|
"docs": "https://vueuse.org/shared/useDateFormat/",
|
|
976
976
|
"category": "Time",
|
|
977
977
|
"description": "get the formatted date according to the string of tokens passed in"
|
|
@@ -1188,7 +1188,7 @@
|
|
|
1188
1188
|
{
|
|
1189
1189
|
"name": "useFetch",
|
|
1190
1190
|
"package": "core",
|
|
1191
|
-
"lastUpdated":
|
|
1191
|
+
"lastUpdated": 1665014132000,
|
|
1192
1192
|
"docs": "https://vueuse.org/core/useFetch/",
|
|
1193
1193
|
"category": "Network",
|
|
1194
1194
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1212,7 +1212,7 @@
|
|
|
1212
1212
|
{
|
|
1213
1213
|
"name": "useFirestore",
|
|
1214
1214
|
"package": "firebase",
|
|
1215
|
-
"lastUpdated":
|
|
1215
|
+
"lastUpdated": 1665959947000,
|
|
1216
1216
|
"docs": "https://vueuse.org/firebase/useFirestore/",
|
|
1217
1217
|
"category": "@Firebase",
|
|
1218
1218
|
"description": "reactive [Firestore](https://firebase.google.com/docs/firestore) binding",
|
|
@@ -1786,7 +1786,7 @@
|
|
|
1786
1786
|
{
|
|
1787
1787
|
"name": "useRouteHash",
|
|
1788
1788
|
"package": "router",
|
|
1789
|
-
"lastUpdated":
|
|
1789
|
+
"lastUpdated": 1666676087000,
|
|
1790
1790
|
"docs": "https://vueuse.org/router/useRouteHash/",
|
|
1791
1791
|
"category": "@Router",
|
|
1792
1792
|
"description": "shorthand for a reactive `route.hash`"
|
|
@@ -1794,7 +1794,7 @@
|
|
|
1794
1794
|
{
|
|
1795
1795
|
"name": "useRouteParams",
|
|
1796
1796
|
"package": "router",
|
|
1797
|
-
"lastUpdated":
|
|
1797
|
+
"lastUpdated": 1666676087000,
|
|
1798
1798
|
"docs": "https://vueuse.org/router/useRouteParams/",
|
|
1799
1799
|
"category": "@Router",
|
|
1800
1800
|
"description": "shorthand for a reactive `route.params`"
|
|
@@ -1802,7 +1802,7 @@
|
|
|
1802
1802
|
{
|
|
1803
1803
|
"name": "useRouteQuery",
|
|
1804
1804
|
"package": "router",
|
|
1805
|
-
"lastUpdated":
|
|
1805
|
+
"lastUpdated": 1666676087000,
|
|
1806
1806
|
"docs": "https://vueuse.org/router/useRouteQuery/",
|
|
1807
1807
|
"category": "@Router",
|
|
1808
1808
|
"description": "shorthand for a reactive `route.query`"
|
|
@@ -1885,6 +1885,14 @@
|
|
|
1885
1885
|
"category": "Browser",
|
|
1886
1886
|
"description": "reactive [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share)"
|
|
1887
1887
|
},
|
|
1888
|
+
{
|
|
1889
|
+
"name": "useSorted",
|
|
1890
|
+
"package": "core",
|
|
1891
|
+
"lastUpdated": 1665961123000,
|
|
1892
|
+
"docs": "https://vueuse.org/core/useSorted/",
|
|
1893
|
+
"category": "Array",
|
|
1894
|
+
"description": "reactive sort array"
|
|
1895
|
+
},
|
|
1888
1896
|
{
|
|
1889
1897
|
"name": "useSound",
|
|
1890
1898
|
"package": "sound",
|
|
@@ -1926,7 +1934,7 @@
|
|
|
1926
1934
|
{
|
|
1927
1935
|
"name": "useStorage",
|
|
1928
1936
|
"package": "core",
|
|
1929
|
-
"lastUpdated":
|
|
1937
|
+
"lastUpdated": 1665959716000,
|
|
1930
1938
|
"docs": "https://vueuse.org/core/useStorage/",
|
|
1931
1939
|
"category": "State",
|
|
1932
1940
|
"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)",
|
|
@@ -2099,7 +2107,7 @@
|
|
|
2099
2107
|
{
|
|
2100
2108
|
"name": "useTitle",
|
|
2101
2109
|
"package": "core",
|
|
2102
|
-
"lastUpdated":
|
|
2110
|
+
"lastUpdated": 1665963788000,
|
|
2103
2111
|
"docs": "https://vueuse.org/core/useTitle/",
|
|
2104
2112
|
"category": "Browser",
|
|
2105
2113
|
"description": "reactive document title"
|
|
@@ -2185,7 +2193,7 @@
|
|
|
2185
2193
|
{
|
|
2186
2194
|
"name": "useVirtualList",
|
|
2187
2195
|
"package": "core",
|
|
2188
|
-
"lastUpdated":
|
|
2196
|
+
"lastUpdated": 1666689509000,
|
|
2189
2197
|
"component": true,
|
|
2190
2198
|
"docs": "https://vueuse.org/core/useVirtualList/",
|
|
2191
2199
|
"category": "Component",
|
|
@@ -2232,7 +2240,7 @@
|
|
|
2232
2240
|
{
|
|
2233
2241
|
"name": "useWebSocket",
|
|
2234
2242
|
"package": "core",
|
|
2235
|
-
"lastUpdated":
|
|
2243
|
+
"lastUpdated": 1666677568000,
|
|
2236
2244
|
"docs": "https://vueuse.org/core/useWebSocket/",
|
|
2237
2245
|
"category": "Network",
|
|
2238
2246
|
"description": "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2240,7 +2248,7 @@
|
|
|
2240
2248
|
{
|
|
2241
2249
|
"name": "useWebWorker",
|
|
2242
2250
|
"package": "core",
|
|
2243
|
-
"lastUpdated":
|
|
2251
|
+
"lastUpdated": 1666677873000,
|
|
2244
2252
|
"docs": "https://vueuse.org/core/useWebWorker/",
|
|
2245
2253
|
"category": "Browser",
|
|
2246
2254
|
"description": "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
|
package/index.mjs
CHANGED
|
@@ -298,7 +298,7 @@ var functions$1 = [
|
|
|
298
298
|
{
|
|
299
299
|
name: "from",
|
|
300
300
|
"package": "rxjs",
|
|
301
|
-
lastUpdated:
|
|
301
|
+
lastUpdated: 1665003343000,
|
|
302
302
|
docs: "https://vueuse.org/rxjs/from/",
|
|
303
303
|
category: "@RxJS",
|
|
304
304
|
description: "/ fromEvent"
|
|
@@ -469,7 +469,7 @@ var functions$1 = [
|
|
|
469
469
|
{
|
|
470
470
|
name: "refDebounced",
|
|
471
471
|
"package": "shared",
|
|
472
|
-
lastUpdated:
|
|
472
|
+
lastUpdated: 1666676013000,
|
|
473
473
|
docs: "https://vueuse.org/shared/refDebounced/",
|
|
474
474
|
category: "Reactivity",
|
|
475
475
|
description: "debounce execution of a ref value",
|
|
@@ -785,7 +785,7 @@ var functions$1 = [
|
|
|
785
785
|
{
|
|
786
786
|
name: "useAxios",
|
|
787
787
|
"package": "integrations",
|
|
788
|
-
lastUpdated:
|
|
788
|
+
lastUpdated: 1665960682000,
|
|
789
789
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
790
790
|
category: "@Integrations",
|
|
791
791
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -811,7 +811,7 @@ var functions$1 = [
|
|
|
811
811
|
{
|
|
812
812
|
name: "useBluetooth",
|
|
813
813
|
"package": "core",
|
|
814
|
-
lastUpdated:
|
|
814
|
+
lastUpdated: 1665965343000,
|
|
815
815
|
docs: "https://vueuse.org/core/useBluetooth/",
|
|
816
816
|
category: "Browser",
|
|
817
817
|
description: "reactive [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API)"
|
|
@@ -877,7 +877,7 @@ var functions$1 = [
|
|
|
877
877
|
{
|
|
878
878
|
name: "useClipboard",
|
|
879
879
|
"package": "core",
|
|
880
|
-
lastUpdated:
|
|
880
|
+
lastUpdated: 1666676330000,
|
|
881
881
|
docs: "https://vueuse.org/core/useClipboard/",
|
|
882
882
|
category: "Browser",
|
|
883
883
|
description: "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
@@ -924,7 +924,7 @@ var functions$1 = [
|
|
|
924
924
|
{
|
|
925
925
|
name: "useCounter",
|
|
926
926
|
"package": "shared",
|
|
927
|
-
lastUpdated:
|
|
927
|
+
lastUpdated: 1666677599000,
|
|
928
928
|
docs: "https://vueuse.org/shared/useCounter/",
|
|
929
929
|
category: "Utilities",
|
|
930
930
|
description: "basic counter with utility functions"
|
|
@@ -970,7 +970,7 @@ var functions$1 = [
|
|
|
970
970
|
{
|
|
971
971
|
name: "useDateFormat",
|
|
972
972
|
"package": "shared",
|
|
973
|
-
lastUpdated:
|
|
973
|
+
lastUpdated: 1664216752000,
|
|
974
974
|
docs: "https://vueuse.org/shared/useDateFormat/",
|
|
975
975
|
category: "Time",
|
|
976
976
|
description: "get the formatted date according to the string of tokens passed in"
|
|
@@ -1187,7 +1187,7 @@ var functions$1 = [
|
|
|
1187
1187
|
{
|
|
1188
1188
|
name: "useFetch",
|
|
1189
1189
|
"package": "core",
|
|
1190
|
-
lastUpdated:
|
|
1190
|
+
lastUpdated: 1665014132000,
|
|
1191
1191
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1192
1192
|
category: "Network",
|
|
1193
1193
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1211,7 +1211,7 @@ var functions$1 = [
|
|
|
1211
1211
|
{
|
|
1212
1212
|
name: "useFirestore",
|
|
1213
1213
|
"package": "firebase",
|
|
1214
|
-
lastUpdated:
|
|
1214
|
+
lastUpdated: 1665959947000,
|
|
1215
1215
|
docs: "https://vueuse.org/firebase/useFirestore/",
|
|
1216
1216
|
category: "@Firebase",
|
|
1217
1217
|
description: "reactive [Firestore](https://firebase.google.com/docs/firestore) binding",
|
|
@@ -1785,7 +1785,7 @@ var functions$1 = [
|
|
|
1785
1785
|
{
|
|
1786
1786
|
name: "useRouteHash",
|
|
1787
1787
|
"package": "router",
|
|
1788
|
-
lastUpdated:
|
|
1788
|
+
lastUpdated: 1666676087000,
|
|
1789
1789
|
docs: "https://vueuse.org/router/useRouteHash/",
|
|
1790
1790
|
category: "@Router",
|
|
1791
1791
|
description: "shorthand for a reactive `route.hash`"
|
|
@@ -1793,7 +1793,7 @@ var functions$1 = [
|
|
|
1793
1793
|
{
|
|
1794
1794
|
name: "useRouteParams",
|
|
1795
1795
|
"package": "router",
|
|
1796
|
-
lastUpdated:
|
|
1796
|
+
lastUpdated: 1666676087000,
|
|
1797
1797
|
docs: "https://vueuse.org/router/useRouteParams/",
|
|
1798
1798
|
category: "@Router",
|
|
1799
1799
|
description: "shorthand for a reactive `route.params`"
|
|
@@ -1801,7 +1801,7 @@ var functions$1 = [
|
|
|
1801
1801
|
{
|
|
1802
1802
|
name: "useRouteQuery",
|
|
1803
1803
|
"package": "router",
|
|
1804
|
-
lastUpdated:
|
|
1804
|
+
lastUpdated: 1666676087000,
|
|
1805
1805
|
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1806
1806
|
category: "@Router",
|
|
1807
1807
|
description: "shorthand for a reactive `route.query`"
|
|
@@ -1884,6 +1884,14 @@ var functions$1 = [
|
|
|
1884
1884
|
category: "Browser",
|
|
1885
1885
|
description: "reactive [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share)"
|
|
1886
1886
|
},
|
|
1887
|
+
{
|
|
1888
|
+
name: "useSorted",
|
|
1889
|
+
"package": "core",
|
|
1890
|
+
lastUpdated: 1665961123000,
|
|
1891
|
+
docs: "https://vueuse.org/core/useSorted/",
|
|
1892
|
+
category: "Array",
|
|
1893
|
+
description: "reactive sort array"
|
|
1894
|
+
},
|
|
1887
1895
|
{
|
|
1888
1896
|
name: "useSound",
|
|
1889
1897
|
"package": "sound",
|
|
@@ -1925,7 +1933,7 @@ var functions$1 = [
|
|
|
1925
1933
|
{
|
|
1926
1934
|
name: "useStorage",
|
|
1927
1935
|
"package": "core",
|
|
1928
|
-
lastUpdated:
|
|
1936
|
+
lastUpdated: 1665959716000,
|
|
1929
1937
|
docs: "https://vueuse.org/core/useStorage/",
|
|
1930
1938
|
category: "State",
|
|
1931
1939
|
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)",
|
|
@@ -2098,7 +2106,7 @@ var functions$1 = [
|
|
|
2098
2106
|
{
|
|
2099
2107
|
name: "useTitle",
|
|
2100
2108
|
"package": "core",
|
|
2101
|
-
lastUpdated:
|
|
2109
|
+
lastUpdated: 1665963788000,
|
|
2102
2110
|
docs: "https://vueuse.org/core/useTitle/",
|
|
2103
2111
|
category: "Browser",
|
|
2104
2112
|
description: "reactive document title"
|
|
@@ -2184,7 +2192,7 @@ var functions$1 = [
|
|
|
2184
2192
|
{
|
|
2185
2193
|
name: "useVirtualList",
|
|
2186
2194
|
"package": "core",
|
|
2187
|
-
lastUpdated:
|
|
2195
|
+
lastUpdated: 1666689509000,
|
|
2188
2196
|
component: true,
|
|
2189
2197
|
docs: "https://vueuse.org/core/useVirtualList/",
|
|
2190
2198
|
category: "Component",
|
|
@@ -2231,7 +2239,7 @@ var functions$1 = [
|
|
|
2231
2239
|
{
|
|
2232
2240
|
name: "useWebSocket",
|
|
2233
2241
|
"package": "core",
|
|
2234
|
-
lastUpdated:
|
|
2242
|
+
lastUpdated: 1666677568000,
|
|
2235
2243
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2236
2244
|
category: "Network",
|
|
2237
2245
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2239,7 +2247,7 @@ var functions$1 = [
|
|
|
2239
2247
|
{
|
|
2240
2248
|
name: "useWebWorker",
|
|
2241
2249
|
"package": "core",
|
|
2242
|
-
lastUpdated:
|
|
2250
|
+
lastUpdated: 1666677873000,
|
|
2243
2251
|
docs: "https://vueuse.org/core/useWebWorker/",
|
|
2244
2252
|
category: "Browser",
|
|
2245
2253
|
description: "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication",
|