@vueuse/metadata 10.3.0 → 10.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 +21 -21
- package/index.d.cts +1 -1
- package/index.d.mts +1 -1
- package/index.d.ts +1 -1
- package/index.json +21 -21
- package/index.mjs +21 -21
- package/package.json +4 -3
package/index.cjs
CHANGED
|
@@ -408,11 +408,11 @@ var functions$1 = [
|
|
|
408
408
|
{
|
|
409
409
|
name: "onKeyStroke",
|
|
410
410
|
"package": "core",
|
|
411
|
-
lastUpdated:
|
|
411
|
+
lastUpdated: 1690803239000,
|
|
412
412
|
directive: true,
|
|
413
413
|
docs: "https://vueuse.org/core/onKeyStroke/",
|
|
414
414
|
category: "Sensors",
|
|
415
|
-
description: "listen for keyboard
|
|
415
|
+
description: "listen for keyboard keystrokes"
|
|
416
416
|
},
|
|
417
417
|
{
|
|
418
418
|
name: "onLongPress",
|
|
@@ -481,7 +481,7 @@ var functions$1 = [
|
|
|
481
481
|
{
|
|
482
482
|
name: "refAutoReset",
|
|
483
483
|
"package": "shared",
|
|
484
|
-
lastUpdated:
|
|
484
|
+
lastUpdated: 1692962819000,
|
|
485
485
|
docs: "https://vueuse.org/shared/refAutoReset/",
|
|
486
486
|
category: "Reactivity",
|
|
487
487
|
description: "a ref which will be reset to the default value after some time",
|
|
@@ -552,7 +552,7 @@ var functions$1 = [
|
|
|
552
552
|
{
|
|
553
553
|
name: "syncRef",
|
|
554
554
|
"package": "shared",
|
|
555
|
-
lastUpdated:
|
|
555
|
+
lastUpdated: 1692981119000,
|
|
556
556
|
docs: "https://vueuse.org/shared/syncRef/",
|
|
557
557
|
category: "Reactivity",
|
|
558
558
|
description: "two-way refs synchronization",
|
|
@@ -811,7 +811,7 @@ var functions$1 = [
|
|
|
811
811
|
{
|
|
812
812
|
name: "useAsyncQueue",
|
|
813
813
|
"package": "core",
|
|
814
|
-
lastUpdated:
|
|
814
|
+
lastUpdated: 1692963122000,
|
|
815
815
|
docs: "https://vueuse.org/core/useAsyncQueue/",
|
|
816
816
|
category: "Utilities",
|
|
817
817
|
description: "executes each asynchronous task sequentially and passes the current task result to the next task"
|
|
@@ -1129,7 +1129,7 @@ var functions$1 = [
|
|
|
1129
1129
|
{
|
|
1130
1130
|
name: "useDraggable",
|
|
1131
1131
|
"package": "core",
|
|
1132
|
-
lastUpdated:
|
|
1132
|
+
lastUpdated: 1692970893000,
|
|
1133
1133
|
component: true,
|
|
1134
1134
|
docs: "https://vueuse.org/core/useDraggable/",
|
|
1135
1135
|
category: "Elements",
|
|
@@ -1205,7 +1205,7 @@ var functions$1 = [
|
|
|
1205
1205
|
{
|
|
1206
1206
|
name: "useElementVisibility",
|
|
1207
1207
|
"package": "core",
|
|
1208
|
-
lastUpdated:
|
|
1208
|
+
lastUpdated: 1692963970000,
|
|
1209
1209
|
component: true,
|
|
1210
1210
|
directive: true,
|
|
1211
1211
|
docs: "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1256,7 +1256,7 @@ var functions$1 = [
|
|
|
1256
1256
|
{
|
|
1257
1257
|
name: "useFetch",
|
|
1258
1258
|
"package": "core",
|
|
1259
|
-
lastUpdated:
|
|
1259
|
+
lastUpdated: 1692982865000,
|
|
1260
1260
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1261
1261
|
category: "Network",
|
|
1262
1262
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1272,7 +1272,7 @@ var functions$1 = [
|
|
|
1272
1272
|
{
|
|
1273
1273
|
name: "useFileSystemAccess",
|
|
1274
1274
|
"package": "core",
|
|
1275
|
-
lastUpdated:
|
|
1275
|
+
lastUpdated: 1692964290000,
|
|
1276
1276
|
docs: "https://vueuse.org/core/useFileSystemAccess/",
|
|
1277
1277
|
category: "Browser",
|
|
1278
1278
|
description: "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
@@ -1373,7 +1373,7 @@ var functions$1 = [
|
|
|
1373
1373
|
{
|
|
1374
1374
|
name: "useIDBKeyval",
|
|
1375
1375
|
"package": "integrations",
|
|
1376
|
-
lastUpdated:
|
|
1376
|
+
lastUpdated: 1692963543000,
|
|
1377
1377
|
docs: "https://vueuse.org/integrations/useIDBKeyval/",
|
|
1378
1378
|
category: "@Integrations",
|
|
1379
1379
|
description: "wrapper for [`idb-keyval`](https://www.npmjs.com/package/idb-keyval)",
|
|
@@ -1400,7 +1400,7 @@ var functions$1 = [
|
|
|
1400
1400
|
{
|
|
1401
1401
|
name: "useInfiniteScroll",
|
|
1402
1402
|
"package": "core",
|
|
1403
|
-
lastUpdated:
|
|
1403
|
+
lastUpdated: 1692975359000,
|
|
1404
1404
|
directive: true,
|
|
1405
1405
|
docs: "https://vueuse.org/core/useInfiniteScroll/",
|
|
1406
1406
|
category: "Sensors",
|
|
@@ -1598,7 +1598,7 @@ var functions$1 = [
|
|
|
1598
1598
|
{
|
|
1599
1599
|
name: "useMouse",
|
|
1600
1600
|
"package": "core",
|
|
1601
|
-
lastUpdated:
|
|
1601
|
+
lastUpdated: 1692979736000,
|
|
1602
1602
|
component: true,
|
|
1603
1603
|
docs: "https://vueuse.org/core/useMouse/",
|
|
1604
1604
|
category: "Sensors",
|
|
@@ -1936,7 +1936,7 @@ var functions$1 = [
|
|
|
1936
1936
|
{
|
|
1937
1937
|
name: "useScreenOrientation",
|
|
1938
1938
|
"package": "core",
|
|
1939
|
-
lastUpdated:
|
|
1939
|
+
lastUpdated: 1692975359000,
|
|
1940
1940
|
docs: "https://vueuse.org/core/useScreenOrientation/",
|
|
1941
1941
|
category: "Browser",
|
|
1942
1942
|
description: "reactive [Screen Orientation API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Orientation_API)"
|
|
@@ -1961,7 +1961,7 @@ var functions$1 = [
|
|
|
1961
1961
|
{
|
|
1962
1962
|
name: "useScroll",
|
|
1963
1963
|
"package": "core",
|
|
1964
|
-
lastUpdated:
|
|
1964
|
+
lastUpdated: 1692964384000,
|
|
1965
1965
|
directive: true,
|
|
1966
1966
|
docs: "https://vueuse.org/core/useScroll/",
|
|
1967
1967
|
category: "Sensors",
|
|
@@ -1970,7 +1970,7 @@ var functions$1 = [
|
|
|
1970
1970
|
{
|
|
1971
1971
|
name: "useScrollLock",
|
|
1972
1972
|
"package": "core",
|
|
1973
|
-
lastUpdated:
|
|
1973
|
+
lastUpdated: 1692975359000,
|
|
1974
1974
|
directive: true,
|
|
1975
1975
|
docs: "https://vueuse.org/core/useScrollLock/",
|
|
1976
1976
|
category: "Sensors",
|
|
@@ -1998,7 +1998,7 @@ var functions$1 = [
|
|
|
1998
1998
|
{
|
|
1999
1999
|
name: "useSortable",
|
|
2000
2000
|
"package": "integrations",
|
|
2001
|
-
lastUpdated:
|
|
2001
|
+
lastUpdated: 1692962420000,
|
|
2002
2002
|
component: true,
|
|
2003
2003
|
docs: "https://vueuse.org/integrations/useSortable/",
|
|
2004
2004
|
category: "@Integrations",
|
|
@@ -2054,7 +2054,7 @@ var functions$1 = [
|
|
|
2054
2054
|
{
|
|
2055
2055
|
name: "useStorage",
|
|
2056
2056
|
"package": "core",
|
|
2057
|
-
lastUpdated:
|
|
2057
|
+
lastUpdated: 1692980496000,
|
|
2058
2058
|
docs: "https://vueuse.org/core/useStorage/",
|
|
2059
2059
|
category: "State",
|
|
2060
2060
|
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)",
|
|
@@ -2313,7 +2313,7 @@ var functions$1 = [
|
|
|
2313
2313
|
{
|
|
2314
2314
|
name: "useVModel",
|
|
2315
2315
|
"package": "core",
|
|
2316
|
-
lastUpdated:
|
|
2316
|
+
lastUpdated: 1691512689000,
|
|
2317
2317
|
docs: "https://vueuse.org/core/useVModel/",
|
|
2318
2318
|
category: "Component",
|
|
2319
2319
|
description: "shorthand for v-model binding",
|
|
@@ -2343,7 +2343,7 @@ var functions$1 = [
|
|
|
2343
2343
|
{
|
|
2344
2344
|
name: "useWebNotification",
|
|
2345
2345
|
"package": "core",
|
|
2346
|
-
lastUpdated:
|
|
2346
|
+
lastUpdated: 1692964270000,
|
|
2347
2347
|
docs: "https://vueuse.org/core/useWebNotification/",
|
|
2348
2348
|
category: "Browser",
|
|
2349
2349
|
description: "reactive [Notification](https://developer.mozilla.org/en-US/docs/Web/API/notification)"
|
|
@@ -2351,7 +2351,7 @@ var functions$1 = [
|
|
|
2351
2351
|
{
|
|
2352
2352
|
name: "useWebSocket",
|
|
2353
2353
|
"package": "core",
|
|
2354
|
-
lastUpdated:
|
|
2354
|
+
lastUpdated: 1692975287000,
|
|
2355
2355
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2356
2356
|
category: "Network",
|
|
2357
2357
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2370,7 +2370,7 @@ var functions$1 = [
|
|
|
2370
2370
|
{
|
|
2371
2371
|
name: "useWebWorkerFn",
|
|
2372
2372
|
"package": "core",
|
|
2373
|
-
lastUpdated:
|
|
2373
|
+
lastUpdated: 1692981095000,
|
|
2374
2374
|
docs: "https://vueuse.org/core/useWebWorkerFn/",
|
|
2375
2375
|
category: "Browser",
|
|
2376
2376
|
description: "run expensive functions without blocking the UI",
|
package/index.d.cts
CHANGED
|
@@ -73,4 +73,4 @@ declare function getFunction(name: string): VueUseFunction | undefined;
|
|
|
73
73
|
declare function getCategories(functions: VueUseFunction[]): string[];
|
|
74
74
|
declare function uniq<T extends any[]>(a: T): any[];
|
|
75
75
|
|
|
76
|
-
export { CommitInfo, ContributorInfo, PackageIndexes, PackageManifest, VueUseFunction, VueUsePackage, addonCategoryNames, categories, categoryNames, coreCategoryNames, functionNames, functions, getCategories, getFunction, metadata, packages, uniq };
|
|
76
|
+
export { type CommitInfo, type ContributorInfo, type PackageIndexes, type PackageManifest, type VueUseFunction, type VueUsePackage, addonCategoryNames, categories, categoryNames, coreCategoryNames, functionNames, functions, getCategories, getFunction, metadata, packages, uniq };
|
package/index.d.mts
CHANGED
|
@@ -73,4 +73,4 @@ declare function getFunction(name: string): VueUseFunction | undefined;
|
|
|
73
73
|
declare function getCategories(functions: VueUseFunction[]): string[];
|
|
74
74
|
declare function uniq<T extends any[]>(a: T): any[];
|
|
75
75
|
|
|
76
|
-
export { CommitInfo, ContributorInfo, PackageIndexes, PackageManifest, VueUseFunction, VueUsePackage, addonCategoryNames, categories, categoryNames, coreCategoryNames, functionNames, functions, getCategories, getFunction, metadata, packages, uniq };
|
|
76
|
+
export { type CommitInfo, type ContributorInfo, type PackageIndexes, type PackageManifest, type VueUseFunction, type VueUsePackage, addonCategoryNames, categories, categoryNames, coreCategoryNames, functionNames, functions, getCategories, getFunction, metadata, packages, uniq };
|
package/index.d.ts
CHANGED
|
@@ -73,4 +73,4 @@ declare function getFunction(name: string): VueUseFunction | undefined;
|
|
|
73
73
|
declare function getCategories(functions: VueUseFunction[]): string[];
|
|
74
74
|
declare function uniq<T extends any[]>(a: T): any[];
|
|
75
75
|
|
|
76
|
-
export { CommitInfo, ContributorInfo, PackageIndexes, PackageManifest, VueUseFunction, VueUsePackage, addonCategoryNames, categories, categoryNames, coreCategoryNames, functionNames, functions, getCategories, getFunction, metadata, packages, uniq };
|
|
76
|
+
export { type CommitInfo, type ContributorInfo, type PackageIndexes, type PackageManifest, type VueUseFunction, type VueUsePackage, addonCategoryNames, categories, categoryNames, coreCategoryNames, functionNames, functions, getCategories, getFunction, metadata, packages, uniq };
|
package/index.json
CHANGED
|
@@ -407,11 +407,11 @@
|
|
|
407
407
|
{
|
|
408
408
|
"name": "onKeyStroke",
|
|
409
409
|
"package": "core",
|
|
410
|
-
"lastUpdated":
|
|
410
|
+
"lastUpdated": 1690803239000,
|
|
411
411
|
"directive": true,
|
|
412
412
|
"docs": "https://vueuse.org/core/onKeyStroke/",
|
|
413
413
|
"category": "Sensors",
|
|
414
|
-
"description": "listen for keyboard
|
|
414
|
+
"description": "listen for keyboard keystrokes"
|
|
415
415
|
},
|
|
416
416
|
{
|
|
417
417
|
"name": "onLongPress",
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
{
|
|
481
481
|
"name": "refAutoReset",
|
|
482
482
|
"package": "shared",
|
|
483
|
-
"lastUpdated":
|
|
483
|
+
"lastUpdated": 1692962819000,
|
|
484
484
|
"docs": "https://vueuse.org/shared/refAutoReset/",
|
|
485
485
|
"category": "Reactivity",
|
|
486
486
|
"description": "a ref which will be reset to the default value after some time",
|
|
@@ -551,7 +551,7 @@
|
|
|
551
551
|
{
|
|
552
552
|
"name": "syncRef",
|
|
553
553
|
"package": "shared",
|
|
554
|
-
"lastUpdated":
|
|
554
|
+
"lastUpdated": 1692981119000,
|
|
555
555
|
"docs": "https://vueuse.org/shared/syncRef/",
|
|
556
556
|
"category": "Reactivity",
|
|
557
557
|
"description": "two-way refs synchronization",
|
|
@@ -810,7 +810,7 @@
|
|
|
810
810
|
{
|
|
811
811
|
"name": "useAsyncQueue",
|
|
812
812
|
"package": "core",
|
|
813
|
-
"lastUpdated":
|
|
813
|
+
"lastUpdated": 1692963122000,
|
|
814
814
|
"docs": "https://vueuse.org/core/useAsyncQueue/",
|
|
815
815
|
"category": "Utilities",
|
|
816
816
|
"description": "executes each asynchronous task sequentially and passes the current task result to the next task"
|
|
@@ -1128,7 +1128,7 @@
|
|
|
1128
1128
|
{
|
|
1129
1129
|
"name": "useDraggable",
|
|
1130
1130
|
"package": "core",
|
|
1131
|
-
"lastUpdated":
|
|
1131
|
+
"lastUpdated": 1692970893000,
|
|
1132
1132
|
"component": true,
|
|
1133
1133
|
"docs": "https://vueuse.org/core/useDraggable/",
|
|
1134
1134
|
"category": "Elements",
|
|
@@ -1204,7 +1204,7 @@
|
|
|
1204
1204
|
{
|
|
1205
1205
|
"name": "useElementVisibility",
|
|
1206
1206
|
"package": "core",
|
|
1207
|
-
"lastUpdated":
|
|
1207
|
+
"lastUpdated": 1692963970000,
|
|
1208
1208
|
"component": true,
|
|
1209
1209
|
"directive": true,
|
|
1210
1210
|
"docs": "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1255,7 +1255,7 @@
|
|
|
1255
1255
|
{
|
|
1256
1256
|
"name": "useFetch",
|
|
1257
1257
|
"package": "core",
|
|
1258
|
-
"lastUpdated":
|
|
1258
|
+
"lastUpdated": 1692982865000,
|
|
1259
1259
|
"docs": "https://vueuse.org/core/useFetch/",
|
|
1260
1260
|
"category": "Network",
|
|
1261
1261
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1271,7 +1271,7 @@
|
|
|
1271
1271
|
{
|
|
1272
1272
|
"name": "useFileSystemAccess",
|
|
1273
1273
|
"package": "core",
|
|
1274
|
-
"lastUpdated":
|
|
1274
|
+
"lastUpdated": 1692964290000,
|
|
1275
1275
|
"docs": "https://vueuse.org/core/useFileSystemAccess/",
|
|
1276
1276
|
"category": "Browser",
|
|
1277
1277
|
"description": "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
@@ -1372,7 +1372,7 @@
|
|
|
1372
1372
|
{
|
|
1373
1373
|
"name": "useIDBKeyval",
|
|
1374
1374
|
"package": "integrations",
|
|
1375
|
-
"lastUpdated":
|
|
1375
|
+
"lastUpdated": 1692963543000,
|
|
1376
1376
|
"docs": "https://vueuse.org/integrations/useIDBKeyval/",
|
|
1377
1377
|
"category": "@Integrations",
|
|
1378
1378
|
"description": "wrapper for [`idb-keyval`](https://www.npmjs.com/package/idb-keyval)",
|
|
@@ -1399,7 +1399,7 @@
|
|
|
1399
1399
|
{
|
|
1400
1400
|
"name": "useInfiniteScroll",
|
|
1401
1401
|
"package": "core",
|
|
1402
|
-
"lastUpdated":
|
|
1402
|
+
"lastUpdated": 1692975359000,
|
|
1403
1403
|
"directive": true,
|
|
1404
1404
|
"docs": "https://vueuse.org/core/useInfiniteScroll/",
|
|
1405
1405
|
"category": "Sensors",
|
|
@@ -1597,7 +1597,7 @@
|
|
|
1597
1597
|
{
|
|
1598
1598
|
"name": "useMouse",
|
|
1599
1599
|
"package": "core",
|
|
1600
|
-
"lastUpdated":
|
|
1600
|
+
"lastUpdated": 1692979736000,
|
|
1601
1601
|
"component": true,
|
|
1602
1602
|
"docs": "https://vueuse.org/core/useMouse/",
|
|
1603
1603
|
"category": "Sensors",
|
|
@@ -1935,7 +1935,7 @@
|
|
|
1935
1935
|
{
|
|
1936
1936
|
"name": "useScreenOrientation",
|
|
1937
1937
|
"package": "core",
|
|
1938
|
-
"lastUpdated":
|
|
1938
|
+
"lastUpdated": 1692975359000,
|
|
1939
1939
|
"docs": "https://vueuse.org/core/useScreenOrientation/",
|
|
1940
1940
|
"category": "Browser",
|
|
1941
1941
|
"description": "reactive [Screen Orientation API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Orientation_API)"
|
|
@@ -1960,7 +1960,7 @@
|
|
|
1960
1960
|
{
|
|
1961
1961
|
"name": "useScroll",
|
|
1962
1962
|
"package": "core",
|
|
1963
|
-
"lastUpdated":
|
|
1963
|
+
"lastUpdated": 1692964384000,
|
|
1964
1964
|
"directive": true,
|
|
1965
1965
|
"docs": "https://vueuse.org/core/useScroll/",
|
|
1966
1966
|
"category": "Sensors",
|
|
@@ -1969,7 +1969,7 @@
|
|
|
1969
1969
|
{
|
|
1970
1970
|
"name": "useScrollLock",
|
|
1971
1971
|
"package": "core",
|
|
1972
|
-
"lastUpdated":
|
|
1972
|
+
"lastUpdated": 1692975359000,
|
|
1973
1973
|
"directive": true,
|
|
1974
1974
|
"docs": "https://vueuse.org/core/useScrollLock/",
|
|
1975
1975
|
"category": "Sensors",
|
|
@@ -1997,7 +1997,7 @@
|
|
|
1997
1997
|
{
|
|
1998
1998
|
"name": "useSortable",
|
|
1999
1999
|
"package": "integrations",
|
|
2000
|
-
"lastUpdated":
|
|
2000
|
+
"lastUpdated": 1692962420000,
|
|
2001
2001
|
"component": true,
|
|
2002
2002
|
"docs": "https://vueuse.org/integrations/useSortable/",
|
|
2003
2003
|
"category": "@Integrations",
|
|
@@ -2053,7 +2053,7 @@
|
|
|
2053
2053
|
{
|
|
2054
2054
|
"name": "useStorage",
|
|
2055
2055
|
"package": "core",
|
|
2056
|
-
"lastUpdated":
|
|
2056
|
+
"lastUpdated": 1692980496000,
|
|
2057
2057
|
"docs": "https://vueuse.org/core/useStorage/",
|
|
2058
2058
|
"category": "State",
|
|
2059
2059
|
"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)",
|
|
@@ -2312,7 +2312,7 @@
|
|
|
2312
2312
|
{
|
|
2313
2313
|
"name": "useVModel",
|
|
2314
2314
|
"package": "core",
|
|
2315
|
-
"lastUpdated":
|
|
2315
|
+
"lastUpdated": 1691512689000,
|
|
2316
2316
|
"docs": "https://vueuse.org/core/useVModel/",
|
|
2317
2317
|
"category": "Component",
|
|
2318
2318
|
"description": "shorthand for v-model binding",
|
|
@@ -2342,7 +2342,7 @@
|
|
|
2342
2342
|
{
|
|
2343
2343
|
"name": "useWebNotification",
|
|
2344
2344
|
"package": "core",
|
|
2345
|
-
"lastUpdated":
|
|
2345
|
+
"lastUpdated": 1692964270000,
|
|
2346
2346
|
"docs": "https://vueuse.org/core/useWebNotification/",
|
|
2347
2347
|
"category": "Browser",
|
|
2348
2348
|
"description": "reactive [Notification](https://developer.mozilla.org/en-US/docs/Web/API/notification)"
|
|
@@ -2350,7 +2350,7 @@
|
|
|
2350
2350
|
{
|
|
2351
2351
|
"name": "useWebSocket",
|
|
2352
2352
|
"package": "core",
|
|
2353
|
-
"lastUpdated":
|
|
2353
|
+
"lastUpdated": 1692975287000,
|
|
2354
2354
|
"docs": "https://vueuse.org/core/useWebSocket/",
|
|
2355
2355
|
"category": "Network",
|
|
2356
2356
|
"description": "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2369,7 +2369,7 @@
|
|
|
2369
2369
|
{
|
|
2370
2370
|
"name": "useWebWorkerFn",
|
|
2371
2371
|
"package": "core",
|
|
2372
|
-
"lastUpdated":
|
|
2372
|
+
"lastUpdated": 1692981095000,
|
|
2373
2373
|
"docs": "https://vueuse.org/core/useWebWorkerFn/",
|
|
2374
2374
|
"category": "Browser",
|
|
2375
2375
|
"description": "run expensive functions without blocking the UI",
|
package/index.mjs
CHANGED
|
@@ -406,11 +406,11 @@ var functions$1 = [
|
|
|
406
406
|
{
|
|
407
407
|
name: "onKeyStroke",
|
|
408
408
|
"package": "core",
|
|
409
|
-
lastUpdated:
|
|
409
|
+
lastUpdated: 1690803239000,
|
|
410
410
|
directive: true,
|
|
411
411
|
docs: "https://vueuse.org/core/onKeyStroke/",
|
|
412
412
|
category: "Sensors",
|
|
413
|
-
description: "listen for keyboard
|
|
413
|
+
description: "listen for keyboard keystrokes"
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
name: "onLongPress",
|
|
@@ -479,7 +479,7 @@ var functions$1 = [
|
|
|
479
479
|
{
|
|
480
480
|
name: "refAutoReset",
|
|
481
481
|
"package": "shared",
|
|
482
|
-
lastUpdated:
|
|
482
|
+
lastUpdated: 1692962819000,
|
|
483
483
|
docs: "https://vueuse.org/shared/refAutoReset/",
|
|
484
484
|
category: "Reactivity",
|
|
485
485
|
description: "a ref which will be reset to the default value after some time",
|
|
@@ -550,7 +550,7 @@ var functions$1 = [
|
|
|
550
550
|
{
|
|
551
551
|
name: "syncRef",
|
|
552
552
|
"package": "shared",
|
|
553
|
-
lastUpdated:
|
|
553
|
+
lastUpdated: 1692981119000,
|
|
554
554
|
docs: "https://vueuse.org/shared/syncRef/",
|
|
555
555
|
category: "Reactivity",
|
|
556
556
|
description: "two-way refs synchronization",
|
|
@@ -809,7 +809,7 @@ var functions$1 = [
|
|
|
809
809
|
{
|
|
810
810
|
name: "useAsyncQueue",
|
|
811
811
|
"package": "core",
|
|
812
|
-
lastUpdated:
|
|
812
|
+
lastUpdated: 1692963122000,
|
|
813
813
|
docs: "https://vueuse.org/core/useAsyncQueue/",
|
|
814
814
|
category: "Utilities",
|
|
815
815
|
description: "executes each asynchronous task sequentially and passes the current task result to the next task"
|
|
@@ -1127,7 +1127,7 @@ var functions$1 = [
|
|
|
1127
1127
|
{
|
|
1128
1128
|
name: "useDraggable",
|
|
1129
1129
|
"package": "core",
|
|
1130
|
-
lastUpdated:
|
|
1130
|
+
lastUpdated: 1692970893000,
|
|
1131
1131
|
component: true,
|
|
1132
1132
|
docs: "https://vueuse.org/core/useDraggable/",
|
|
1133
1133
|
category: "Elements",
|
|
@@ -1203,7 +1203,7 @@ var functions$1 = [
|
|
|
1203
1203
|
{
|
|
1204
1204
|
name: "useElementVisibility",
|
|
1205
1205
|
"package": "core",
|
|
1206
|
-
lastUpdated:
|
|
1206
|
+
lastUpdated: 1692963970000,
|
|
1207
1207
|
component: true,
|
|
1208
1208
|
directive: true,
|
|
1209
1209
|
docs: "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1254,7 +1254,7 @@ var functions$1 = [
|
|
|
1254
1254
|
{
|
|
1255
1255
|
name: "useFetch",
|
|
1256
1256
|
"package": "core",
|
|
1257
|
-
lastUpdated:
|
|
1257
|
+
lastUpdated: 1692982865000,
|
|
1258
1258
|
docs: "https://vueuse.org/core/useFetch/",
|
|
1259
1259
|
category: "Network",
|
|
1260
1260
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
@@ -1270,7 +1270,7 @@ var functions$1 = [
|
|
|
1270
1270
|
{
|
|
1271
1271
|
name: "useFileSystemAccess",
|
|
1272
1272
|
"package": "core",
|
|
1273
|
-
lastUpdated:
|
|
1273
|
+
lastUpdated: 1692964290000,
|
|
1274
1274
|
docs: "https://vueuse.org/core/useFileSystemAccess/",
|
|
1275
1275
|
category: "Browser",
|
|
1276
1276
|
description: "create and read and write local files with [FileSystemAccessAPI](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)"
|
|
@@ -1371,7 +1371,7 @@ var functions$1 = [
|
|
|
1371
1371
|
{
|
|
1372
1372
|
name: "useIDBKeyval",
|
|
1373
1373
|
"package": "integrations",
|
|
1374
|
-
lastUpdated:
|
|
1374
|
+
lastUpdated: 1692963543000,
|
|
1375
1375
|
docs: "https://vueuse.org/integrations/useIDBKeyval/",
|
|
1376
1376
|
category: "@Integrations",
|
|
1377
1377
|
description: "wrapper for [`idb-keyval`](https://www.npmjs.com/package/idb-keyval)",
|
|
@@ -1398,7 +1398,7 @@ var functions$1 = [
|
|
|
1398
1398
|
{
|
|
1399
1399
|
name: "useInfiniteScroll",
|
|
1400
1400
|
"package": "core",
|
|
1401
|
-
lastUpdated:
|
|
1401
|
+
lastUpdated: 1692975359000,
|
|
1402
1402
|
directive: true,
|
|
1403
1403
|
docs: "https://vueuse.org/core/useInfiniteScroll/",
|
|
1404
1404
|
category: "Sensors",
|
|
@@ -1596,7 +1596,7 @@ var functions$1 = [
|
|
|
1596
1596
|
{
|
|
1597
1597
|
name: "useMouse",
|
|
1598
1598
|
"package": "core",
|
|
1599
|
-
lastUpdated:
|
|
1599
|
+
lastUpdated: 1692979736000,
|
|
1600
1600
|
component: true,
|
|
1601
1601
|
docs: "https://vueuse.org/core/useMouse/",
|
|
1602
1602
|
category: "Sensors",
|
|
@@ -1934,7 +1934,7 @@ var functions$1 = [
|
|
|
1934
1934
|
{
|
|
1935
1935
|
name: "useScreenOrientation",
|
|
1936
1936
|
"package": "core",
|
|
1937
|
-
lastUpdated:
|
|
1937
|
+
lastUpdated: 1692975359000,
|
|
1938
1938
|
docs: "https://vueuse.org/core/useScreenOrientation/",
|
|
1939
1939
|
category: "Browser",
|
|
1940
1940
|
description: "reactive [Screen Orientation API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Orientation_API)"
|
|
@@ -1959,7 +1959,7 @@ var functions$1 = [
|
|
|
1959
1959
|
{
|
|
1960
1960
|
name: "useScroll",
|
|
1961
1961
|
"package": "core",
|
|
1962
|
-
lastUpdated:
|
|
1962
|
+
lastUpdated: 1692964384000,
|
|
1963
1963
|
directive: true,
|
|
1964
1964
|
docs: "https://vueuse.org/core/useScroll/",
|
|
1965
1965
|
category: "Sensors",
|
|
@@ -1968,7 +1968,7 @@ var functions$1 = [
|
|
|
1968
1968
|
{
|
|
1969
1969
|
name: "useScrollLock",
|
|
1970
1970
|
"package": "core",
|
|
1971
|
-
lastUpdated:
|
|
1971
|
+
lastUpdated: 1692975359000,
|
|
1972
1972
|
directive: true,
|
|
1973
1973
|
docs: "https://vueuse.org/core/useScrollLock/",
|
|
1974
1974
|
category: "Sensors",
|
|
@@ -1996,7 +1996,7 @@ var functions$1 = [
|
|
|
1996
1996
|
{
|
|
1997
1997
|
name: "useSortable",
|
|
1998
1998
|
"package": "integrations",
|
|
1999
|
-
lastUpdated:
|
|
1999
|
+
lastUpdated: 1692962420000,
|
|
2000
2000
|
component: true,
|
|
2001
2001
|
docs: "https://vueuse.org/integrations/useSortable/",
|
|
2002
2002
|
category: "@Integrations",
|
|
@@ -2052,7 +2052,7 @@ var functions$1 = [
|
|
|
2052
2052
|
{
|
|
2053
2053
|
name: "useStorage",
|
|
2054
2054
|
"package": "core",
|
|
2055
|
-
lastUpdated:
|
|
2055
|
+
lastUpdated: 1692980496000,
|
|
2056
2056
|
docs: "https://vueuse.org/core/useStorage/",
|
|
2057
2057
|
category: "State",
|
|
2058
2058
|
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)",
|
|
@@ -2311,7 +2311,7 @@ var functions$1 = [
|
|
|
2311
2311
|
{
|
|
2312
2312
|
name: "useVModel",
|
|
2313
2313
|
"package": "core",
|
|
2314
|
-
lastUpdated:
|
|
2314
|
+
lastUpdated: 1691512689000,
|
|
2315
2315
|
docs: "https://vueuse.org/core/useVModel/",
|
|
2316
2316
|
category: "Component",
|
|
2317
2317
|
description: "shorthand for v-model binding",
|
|
@@ -2341,7 +2341,7 @@ var functions$1 = [
|
|
|
2341
2341
|
{
|
|
2342
2342
|
name: "useWebNotification",
|
|
2343
2343
|
"package": "core",
|
|
2344
|
-
lastUpdated:
|
|
2344
|
+
lastUpdated: 1692964270000,
|
|
2345
2345
|
docs: "https://vueuse.org/core/useWebNotification/",
|
|
2346
2346
|
category: "Browser",
|
|
2347
2347
|
description: "reactive [Notification](https://developer.mozilla.org/en-US/docs/Web/API/notification)"
|
|
@@ -2349,7 +2349,7 @@ var functions$1 = [
|
|
|
2349
2349
|
{
|
|
2350
2350
|
name: "useWebSocket",
|
|
2351
2351
|
"package": "core",
|
|
2352
|
-
lastUpdated:
|
|
2352
|
+
lastUpdated: 1692975287000,
|
|
2353
2353
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
2354
2354
|
category: "Network",
|
|
2355
2355
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
@@ -2368,7 +2368,7 @@ var functions$1 = [
|
|
|
2368
2368
|
{
|
|
2369
2369
|
name: "useWebWorkerFn",
|
|
2370
2370
|
"package": "core",
|
|
2371
|
-
lastUpdated:
|
|
2371
|
+
lastUpdated: 1692981095000,
|
|
2372
2372
|
docs: "https://vueuse.org/core/useWebWorkerFn/",
|
|
2373
2373
|
category: "Browser",
|
|
2374
2374
|
description: "run expensive functions without blocking the UI",
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vueuse/metadata",
|
|
3
|
-
"
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "10.4.0",
|
|
4
5
|
"description": "Metadata for VueUse functions",
|
|
5
6
|
"author": "Anthony Fu <https://github.com/antfu>",
|
|
6
7
|
"license": "MIT",
|
|
@@ -21,8 +22,8 @@
|
|
|
21
22
|
"sideEffects": false,
|
|
22
23
|
"exports": {
|
|
23
24
|
".": {
|
|
24
|
-
"
|
|
25
|
-
"
|
|
25
|
+
"import": "./index.mjs",
|
|
26
|
+
"require": "./index.cjs"
|
|
26
27
|
},
|
|
27
28
|
"./*": "./*"
|
|
28
29
|
},
|