@vueuse/metadata 9.3.0 → 9.3.1
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 +16 -10
- package/index.json +16 -8
- package/index.mjs +16 -8
- 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"
|
|
@@ -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)"
|
|
@@ -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",
|
|
@@ -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"
|
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"
|
|
@@ -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)"
|
|
@@ -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",
|
|
@@ -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"
|
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"
|
|
@@ -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)"
|
|
@@ -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",
|
|
@@ -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"
|