@vueuse/nuxt 7.5.3 → 7.6.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/indexes.json +645 -418
- package/package.json +2 -2
package/indexes.json
CHANGED
|
@@ -137,39 +137,67 @@
|
|
|
137
137
|
}
|
|
138
138
|
},
|
|
139
139
|
"categories": [
|
|
140
|
-
"@Electron",
|
|
141
|
-
"@Firebase",
|
|
142
|
-
"@Integrations",
|
|
143
|
-
"@Router",
|
|
144
|
-
"@RxJS",
|
|
145
140
|
"Animation",
|
|
146
141
|
"Browser",
|
|
147
142
|
"Component",
|
|
148
|
-
"
|
|
143
|
+
"Elements",
|
|
149
144
|
"Misc",
|
|
145
|
+
"Network",
|
|
150
146
|
"Sensors",
|
|
151
147
|
"State",
|
|
152
148
|
"Utilities",
|
|
153
|
-
"Watch"
|
|
149
|
+
"Watch",
|
|
150
|
+
"@Electron",
|
|
151
|
+
"@Firebase",
|
|
152
|
+
"@Integrations",
|
|
153
|
+
"@Router",
|
|
154
|
+
"@RxJS"
|
|
154
155
|
],
|
|
155
156
|
"functions": [
|
|
156
157
|
{
|
|
157
158
|
"name": "and",
|
|
158
159
|
"package": "shared",
|
|
160
|
+
"lastUpdated": 1639442454000,
|
|
159
161
|
"docs": "https://vueuse.org/shared/and/",
|
|
160
162
|
"category": "Utilities",
|
|
161
163
|
"description": "`AND` condition for refs"
|
|
162
164
|
},
|
|
165
|
+
{
|
|
166
|
+
"name": "asyncComputed",
|
|
167
|
+
"package": "core",
|
|
168
|
+
"lastUpdated": 1640682127000,
|
|
169
|
+
"docs": "https://vueuse.org/core/asyncComputed/",
|
|
170
|
+
"category": "Utilities",
|
|
171
|
+
"description": "computed for async functions"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "autoResetRef",
|
|
175
|
+
"package": "core",
|
|
176
|
+
"lastUpdated": 1639442454000,
|
|
177
|
+
"docs": "https://vueuse.org/core/autoResetRef/",
|
|
178
|
+
"category": "Utilities",
|
|
179
|
+
"description": "a ref which will be reset to the default value after some time"
|
|
180
|
+
},
|
|
163
181
|
{
|
|
164
182
|
"name": "biSyncRef",
|
|
165
183
|
"package": "shared",
|
|
184
|
+
"lastUpdated": 1639442454000,
|
|
166
185
|
"docs": "https://vueuse.org/shared/biSyncRef/",
|
|
167
186
|
"category": "Utilities",
|
|
168
187
|
"description": "two-way refs synchronization"
|
|
169
188
|
},
|
|
189
|
+
{
|
|
190
|
+
"name": "computedInject",
|
|
191
|
+
"package": "core",
|
|
192
|
+
"lastUpdated": 1639442454000,
|
|
193
|
+
"docs": "https://vueuse.org/core/computedInject/",
|
|
194
|
+
"category": "Component",
|
|
195
|
+
"description": "combine computed and inject"
|
|
196
|
+
},
|
|
170
197
|
{
|
|
171
198
|
"name": "controlledComputed",
|
|
172
199
|
"package": "shared",
|
|
200
|
+
"lastUpdated": 1639442454000,
|
|
173
201
|
"docs": "https://vueuse.org/shared/controlledComputed/",
|
|
174
202
|
"category": "Utilities",
|
|
175
203
|
"description": "explicitly define the deps of computed"
|
|
@@ -177,6 +205,7 @@
|
|
|
177
205
|
{
|
|
178
206
|
"name": "controlledRef",
|
|
179
207
|
"package": "shared",
|
|
208
|
+
"lastUpdated": 1639442454000,
|
|
180
209
|
"docs": "https://vueuse.org/shared/controlledRef/",
|
|
181
210
|
"category": "Utilities",
|
|
182
211
|
"description": "fine-grained controls over ref and its reactivity"
|
|
@@ -184,6 +213,7 @@
|
|
|
184
213
|
{
|
|
185
214
|
"name": "createEventHook",
|
|
186
215
|
"package": "shared",
|
|
216
|
+
"lastUpdated": 1621876156000,
|
|
187
217
|
"docs": "https://vueuse.org/shared/createEventHook/",
|
|
188
218
|
"category": "Utilities",
|
|
189
219
|
"description": "utility for creating event hooks"
|
|
@@ -191,6 +221,7 @@
|
|
|
191
221
|
{
|
|
192
222
|
"name": "createGlobalState",
|
|
193
223
|
"package": "shared",
|
|
224
|
+
"lastUpdated": 1625749207000,
|
|
194
225
|
"docs": "https://vueuse.org/shared/createGlobalState/",
|
|
195
226
|
"category": "State",
|
|
196
227
|
"description": "keep states in the global scope to be reusable across Vue instances"
|
|
@@ -198,6 +229,7 @@
|
|
|
198
229
|
{
|
|
199
230
|
"name": "createReactiveFn",
|
|
200
231
|
"package": "shared",
|
|
232
|
+
"lastUpdated": 1636908039000,
|
|
201
233
|
"docs": "https://vueuse.org/shared/createReactiveFn/",
|
|
202
234
|
"category": "Utilities",
|
|
203
235
|
"description": "converts plain functions into reactive functions"
|
|
@@ -205,13 +237,23 @@
|
|
|
205
237
|
{
|
|
206
238
|
"name": "createSharedComposable",
|
|
207
239
|
"package": "shared",
|
|
240
|
+
"lastUpdated": 1639442454000,
|
|
208
241
|
"docs": "https://vueuse.org/shared/createSharedComposable/",
|
|
209
242
|
"category": "State",
|
|
210
243
|
"description": "make a composable function usable with multiple Vue instances"
|
|
211
244
|
},
|
|
245
|
+
{
|
|
246
|
+
"name": "createUnrefFn",
|
|
247
|
+
"package": "core",
|
|
248
|
+
"lastUpdated": 1639442454000,
|
|
249
|
+
"docs": "https://vueuse.org/core/createUnrefFn/",
|
|
250
|
+
"category": "Utilities",
|
|
251
|
+
"description": "make a plain function accepting ref and raw values as arguments"
|
|
252
|
+
},
|
|
212
253
|
{
|
|
213
254
|
"name": "debouncedRef",
|
|
214
255
|
"package": "shared",
|
|
256
|
+
"lastUpdated": 1636907875000,
|
|
215
257
|
"docs": "https://vueuse.org/shared/debouncedRef/",
|
|
216
258
|
"category": "Utilities",
|
|
217
259
|
"description": "debounce updates of a ref"
|
|
@@ -219,6 +261,7 @@
|
|
|
219
261
|
{
|
|
220
262
|
"name": "debouncedWatch",
|
|
221
263
|
"package": "shared",
|
|
264
|
+
"lastUpdated": 1639818708000,
|
|
222
265
|
"docs": "https://vueuse.org/shared/debouncedWatch/",
|
|
223
266
|
"category": "Watch",
|
|
224
267
|
"description": "debounced watch"
|
|
@@ -226,6 +269,7 @@
|
|
|
226
269
|
{
|
|
227
270
|
"name": "eagerComputed",
|
|
228
271
|
"package": "shared",
|
|
272
|
+
"lastUpdated": 1644288750000,
|
|
229
273
|
"docs": "https://vueuse.org/shared/eagerComputed/",
|
|
230
274
|
"category": "Utilities",
|
|
231
275
|
"description": "eager computed without lazy evaluation"
|
|
@@ -233,13 +277,23 @@
|
|
|
233
277
|
{
|
|
234
278
|
"name": "extendRef",
|
|
235
279
|
"package": "shared",
|
|
280
|
+
"lastUpdated": 1639442454000,
|
|
236
281
|
"docs": "https://vueuse.org/shared/extendRef/",
|
|
237
282
|
"category": "Utilities",
|
|
238
283
|
"description": "add extra attributes to Ref"
|
|
239
284
|
},
|
|
285
|
+
{
|
|
286
|
+
"name": "from",
|
|
287
|
+
"package": "rxjs",
|
|
288
|
+
"lastUpdated": 1640930012000,
|
|
289
|
+
"docs": "https://vueuse.org/rxjs/from/",
|
|
290
|
+
"category": "@RxJS",
|
|
291
|
+
"description": "/ fromEvent"
|
|
292
|
+
},
|
|
240
293
|
{
|
|
241
294
|
"name": "get",
|
|
242
295
|
"package": "shared",
|
|
296
|
+
"lastUpdated": 1639442454000,
|
|
243
297
|
"docs": "https://vueuse.org/shared/get/",
|
|
244
298
|
"category": "Utilities",
|
|
245
299
|
"description": "shorthand for accessing `ref.value`"
|
|
@@ -247,6 +301,7 @@
|
|
|
247
301
|
{
|
|
248
302
|
"name": "ignorableWatch",
|
|
249
303
|
"package": "shared",
|
|
304
|
+
"lastUpdated": 1639818708000,
|
|
250
305
|
"docs": "https://vueuse.org/shared/ignorableWatch/",
|
|
251
306
|
"category": "Watch",
|
|
252
307
|
"description": "ignorable watch"
|
|
@@ -254,6 +309,7 @@
|
|
|
254
309
|
{
|
|
255
310
|
"name": "isDefined",
|
|
256
311
|
"package": "shared",
|
|
312
|
+
"lastUpdated": 1639442454000,
|
|
257
313
|
"docs": "https://vueuse.org/shared/isDefined/",
|
|
258
314
|
"category": "Utilities",
|
|
259
315
|
"description": "non-nullish checking type guard for Ref"
|
|
@@ -261,6 +317,7 @@
|
|
|
261
317
|
{
|
|
262
318
|
"name": "makeDestructurable",
|
|
263
319
|
"package": "shared",
|
|
320
|
+
"lastUpdated": 1642756441000,
|
|
264
321
|
"docs": "https://vueuse.org/shared/makeDestructurable/",
|
|
265
322
|
"category": "Utilities",
|
|
266
323
|
"description": "make isomorphic destructurable for object and array at the same time"
|
|
@@ -268,13 +325,51 @@
|
|
|
268
325
|
{
|
|
269
326
|
"name": "not",
|
|
270
327
|
"package": "shared",
|
|
328
|
+
"lastUpdated": 1639442454000,
|
|
271
329
|
"docs": "https://vueuse.org/shared/not/",
|
|
272
330
|
"category": "Utilities",
|
|
273
331
|
"description": "`NOT` condition for ref"
|
|
274
332
|
},
|
|
333
|
+
{
|
|
334
|
+
"name": "onClickOutside",
|
|
335
|
+
"package": "core",
|
|
336
|
+
"lastUpdated": 1644285140000,
|
|
337
|
+
"component": true,
|
|
338
|
+
"directive": true,
|
|
339
|
+
"docs": "https://vueuse.org/core/onClickOutside/",
|
|
340
|
+
"category": "Sensors",
|
|
341
|
+
"description": "listen for clicks outside of an element"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"name": "onKeyStroke",
|
|
345
|
+
"package": "core",
|
|
346
|
+
"lastUpdated": 1642756441000,
|
|
347
|
+
"docs": "https://vueuse.org/core/onKeyStroke/",
|
|
348
|
+
"category": "Sensors",
|
|
349
|
+
"description": "listen for keyboard key being stroked"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"name": "onLongPress",
|
|
353
|
+
"package": "core",
|
|
354
|
+
"lastUpdated": 1644416339000,
|
|
355
|
+
"component": true,
|
|
356
|
+
"directive": true,
|
|
357
|
+
"docs": "https://vueuse.org/core/onLongPress/",
|
|
358
|
+
"category": "Sensors",
|
|
359
|
+
"description": "listen for a long press on an element"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"name": "onStartTyping",
|
|
363
|
+
"package": "core",
|
|
364
|
+
"lastUpdated": 1639442454000,
|
|
365
|
+
"docs": "https://vueuse.org/core/onStartTyping/",
|
|
366
|
+
"category": "Sensors",
|
|
367
|
+
"description": "fires when users start typing on non-editable elements"
|
|
368
|
+
},
|
|
275
369
|
{
|
|
276
370
|
"name": "or",
|
|
277
371
|
"package": "shared",
|
|
372
|
+
"lastUpdated": 1639442454000,
|
|
278
373
|
"docs": "https://vueuse.org/shared/or/",
|
|
279
374
|
"category": "Utilities",
|
|
280
375
|
"description": "`OR` conditions for refs"
|
|
@@ -282,6 +377,7 @@
|
|
|
282
377
|
{
|
|
283
378
|
"name": "pausableWatch",
|
|
284
379
|
"package": "shared",
|
|
380
|
+
"lastUpdated": 1639818708000,
|
|
285
381
|
"docs": "https://vueuse.org/shared/pausableWatch/",
|
|
286
382
|
"category": "Watch",
|
|
287
383
|
"description": "pausable watch"
|
|
@@ -289,6 +385,7 @@
|
|
|
289
385
|
{
|
|
290
386
|
"name": "reactify",
|
|
291
387
|
"package": "shared",
|
|
388
|
+
"lastUpdated": 1639442454000,
|
|
292
389
|
"docs": "https://vueuse.org/shared/reactify/",
|
|
293
390
|
"category": "Utilities",
|
|
294
391
|
"description": "converts plain functions into reactive functions"
|
|
@@ -296,6 +393,7 @@
|
|
|
296
393
|
{
|
|
297
394
|
"name": "reactifyObject",
|
|
298
395
|
"package": "shared",
|
|
396
|
+
"lastUpdated": 1642756441000,
|
|
299
397
|
"docs": "https://vueuse.org/shared/reactifyObject/",
|
|
300
398
|
"category": "Utilities",
|
|
301
399
|
"description": "apply `reactify` to an object"
|
|
@@ -303,6 +401,7 @@
|
|
|
303
401
|
{
|
|
304
402
|
"name": "reactivePick",
|
|
305
403
|
"package": "shared",
|
|
404
|
+
"lastUpdated": 1639442454000,
|
|
306
405
|
"docs": "https://vueuse.org/shared/reactivePick/",
|
|
307
406
|
"category": "Utilities",
|
|
308
407
|
"description": "reactively pick fields from a reactive object"
|
|
@@ -310,6 +409,7 @@
|
|
|
310
409
|
{
|
|
311
410
|
"name": "refDefault",
|
|
312
411
|
"package": "shared",
|
|
412
|
+
"lastUpdated": 1639442454000,
|
|
313
413
|
"docs": "https://vueuse.org/shared/refDefault/",
|
|
314
414
|
"category": "Utilities",
|
|
315
415
|
"description": "apply default value to a ref"
|
|
@@ -317,6 +417,7 @@
|
|
|
317
417
|
{
|
|
318
418
|
"name": "set",
|
|
319
419
|
"package": "shared",
|
|
420
|
+
"lastUpdated": 1642756441000,
|
|
320
421
|
"docs": "https://vueuse.org/shared/set/",
|
|
321
422
|
"category": "Utilities",
|
|
322
423
|
"description": "shorthand for `ref.value = x`"
|
|
@@ -324,13 +425,23 @@
|
|
|
324
425
|
{
|
|
325
426
|
"name": "syncRef",
|
|
326
427
|
"package": "shared",
|
|
428
|
+
"lastUpdated": 1639442454000,
|
|
327
429
|
"docs": "https://vueuse.org/shared/syncRef/",
|
|
328
430
|
"category": "Utilities",
|
|
329
431
|
"description": "keep target refs in sync with a source ref"
|
|
330
432
|
},
|
|
433
|
+
{
|
|
434
|
+
"name": "templateRef",
|
|
435
|
+
"package": "core",
|
|
436
|
+
"lastUpdated": 1640933217000,
|
|
437
|
+
"docs": "https://vueuse.org/core/templateRef/",
|
|
438
|
+
"category": "Component",
|
|
439
|
+
"description": "shorthand for binding ref to template element"
|
|
440
|
+
},
|
|
331
441
|
{
|
|
332
442
|
"name": "throttledRef",
|
|
333
443
|
"package": "shared",
|
|
444
|
+
"lastUpdated": 1636907963000,
|
|
334
445
|
"docs": "https://vueuse.org/shared/throttledRef/",
|
|
335
446
|
"category": "Utilities",
|
|
336
447
|
"description": "throttle updates of a ref"
|
|
@@ -338,13 +449,23 @@
|
|
|
338
449
|
{
|
|
339
450
|
"name": "throttledWatch",
|
|
340
451
|
"package": "shared",
|
|
452
|
+
"lastUpdated": 1639818708000,
|
|
341
453
|
"docs": "https://vueuse.org/shared/throttledWatch/",
|
|
342
454
|
"category": "Watch",
|
|
343
455
|
"description": "throttled watch"
|
|
344
456
|
},
|
|
457
|
+
{
|
|
458
|
+
"name": "toObserver",
|
|
459
|
+
"package": "rxjs",
|
|
460
|
+
"lastUpdated": 1631130736000,
|
|
461
|
+
"docs": "https://vueuse.org/rxjs/toObserver/",
|
|
462
|
+
"category": "@RxJS",
|
|
463
|
+
"description": "sugar function to convert a ref in an observer"
|
|
464
|
+
},
|
|
345
465
|
{
|
|
346
466
|
"name": "toReactive",
|
|
347
467
|
"package": "shared",
|
|
468
|
+
"lastUpdated": 1639442454000,
|
|
348
469
|
"docs": "https://vueuse.org/shared/toReactive/",
|
|
349
470
|
"category": "Utilities",
|
|
350
471
|
"description": "converts ref to reactive"
|
|
@@ -352,6 +473,7 @@
|
|
|
352
473
|
{
|
|
353
474
|
"name": "toRefs",
|
|
354
475
|
"package": "shared",
|
|
476
|
+
"lastUpdated": 1639818708000,
|
|
355
477
|
"docs": "https://vueuse.org/shared/toRefs/",
|
|
356
478
|
"category": "Utilities",
|
|
357
479
|
"description": "extended [`toRefs`](https://v3.vuejs.org/api/refs-api.html#torefs) that also accepts refs of an object"
|
|
@@ -359,6 +481,7 @@
|
|
|
359
481
|
{
|
|
360
482
|
"name": "tryOnBeforeUnmount",
|
|
361
483
|
"package": "shared",
|
|
484
|
+
"lastUpdated": 1639442454000,
|
|
362
485
|
"docs": "https://vueuse.org/shared/tryOnBeforeUnmount/",
|
|
363
486
|
"category": "Component",
|
|
364
487
|
"description": "safe `onBeforeUnmount`"
|
|
@@ -366,6 +489,7 @@
|
|
|
366
489
|
{
|
|
367
490
|
"name": "tryOnMounted",
|
|
368
491
|
"package": "shared",
|
|
492
|
+
"lastUpdated": 1640933217000,
|
|
369
493
|
"docs": "https://vueuse.org/shared/tryOnMounted/",
|
|
370
494
|
"category": "Component",
|
|
371
495
|
"description": "safe `onMounted`"
|
|
@@ -373,6 +497,7 @@
|
|
|
373
497
|
{
|
|
374
498
|
"name": "tryOnScopeDispose",
|
|
375
499
|
"package": "shared",
|
|
500
|
+
"lastUpdated": 1639442454000,
|
|
376
501
|
"docs": "https://vueuse.org/shared/tryOnScopeDispose/",
|
|
377
502
|
"category": "Component",
|
|
378
503
|
"description": "safe `onScopeDispose`"
|
|
@@ -380,283 +505,171 @@
|
|
|
380
505
|
{
|
|
381
506
|
"name": "tryOnUnmounted",
|
|
382
507
|
"package": "shared",
|
|
508
|
+
"lastUpdated": 1640933217000,
|
|
383
509
|
"docs": "https://vueuse.org/shared/tryOnUnmounted/",
|
|
384
510
|
"category": "Component",
|
|
385
511
|
"description": "safe `onUnmounted`"
|
|
386
512
|
},
|
|
513
|
+
{
|
|
514
|
+
"name": "unrefElement",
|
|
515
|
+
"package": "core",
|
|
516
|
+
"lastUpdated": 1639442454000,
|
|
517
|
+
"docs": "https://vueuse.org/core/unrefElement/",
|
|
518
|
+
"category": "Component",
|
|
519
|
+
"description": "unref for dom element"
|
|
520
|
+
},
|
|
387
521
|
{
|
|
388
522
|
"name": "until",
|
|
389
523
|
"package": "shared",
|
|
524
|
+
"lastUpdated": 1639818708000,
|
|
390
525
|
"docs": "https://vueuse.org/shared/until/",
|
|
391
526
|
"category": "Watch",
|
|
392
527
|
"description": "promised one-time watch for changes"
|
|
393
528
|
},
|
|
394
529
|
{
|
|
395
|
-
"name": "
|
|
396
|
-
"package": "
|
|
397
|
-
"
|
|
398
|
-
"
|
|
399
|
-
"
|
|
530
|
+
"name": "useActiveElement",
|
|
531
|
+
"package": "core",
|
|
532
|
+
"lastUpdated": 1639442454000,
|
|
533
|
+
"component": true,
|
|
534
|
+
"docs": "https://vueuse.org/core/useActiveElement/",
|
|
535
|
+
"category": "Elements",
|
|
536
|
+
"description": "reactive `document.activeElement`"
|
|
400
537
|
},
|
|
401
538
|
{
|
|
402
|
-
"name": "
|
|
403
|
-
"package": "
|
|
404
|
-
"
|
|
539
|
+
"name": "useAsyncQueue",
|
|
540
|
+
"package": "core",
|
|
541
|
+
"lastUpdated": 1639818708000,
|
|
542
|
+
"docs": "https://vueuse.org/core/useAsyncQueue/",
|
|
405
543
|
"category": "Utilities",
|
|
406
|
-
"description": "
|
|
544
|
+
"description": "executes each asynchronous task sequentially and passed the current task result to the next task"
|
|
407
545
|
},
|
|
408
546
|
{
|
|
409
|
-
"name": "
|
|
410
|
-
"package": "
|
|
411
|
-
"
|
|
412
|
-
"
|
|
413
|
-
"
|
|
547
|
+
"name": "useAsyncState",
|
|
548
|
+
"package": "core",
|
|
549
|
+
"lastUpdated": 1642756441000,
|
|
550
|
+
"docs": "https://vueuse.org/core/useAsyncState/",
|
|
551
|
+
"category": "State",
|
|
552
|
+
"description": "reactive async state"
|
|
414
553
|
},
|
|
415
554
|
{
|
|
416
|
-
"name": "
|
|
417
|
-
"package": "
|
|
418
|
-
"
|
|
419
|
-
"
|
|
420
|
-
"
|
|
555
|
+
"name": "useAuth",
|
|
556
|
+
"package": "firebase",
|
|
557
|
+
"lastUpdated": 1639442454000,
|
|
558
|
+
"docs": "https://vueuse.org/firebase/useAuth/",
|
|
559
|
+
"category": "@Firebase",
|
|
560
|
+
"description": "reactive [Firebase Auth](https://firebase.google.com/docs/auth) binding"
|
|
421
561
|
},
|
|
422
562
|
{
|
|
423
|
-
"name": "
|
|
424
|
-
"package": "
|
|
425
|
-
"
|
|
426
|
-
"
|
|
427
|
-
"
|
|
563
|
+
"name": "useAxios",
|
|
564
|
+
"package": "integrations",
|
|
565
|
+
"lastUpdated": 1643122718000,
|
|
566
|
+
"docs": "https://vueuse.org/integrations/useAxios/",
|
|
567
|
+
"category": "@Integrations",
|
|
568
|
+
"description": "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
428
569
|
},
|
|
429
570
|
{
|
|
430
|
-
"name": "
|
|
431
|
-
"package": "
|
|
432
|
-
"
|
|
571
|
+
"name": "useBase64",
|
|
572
|
+
"package": "core",
|
|
573
|
+
"lastUpdated": 1639442454000,
|
|
574
|
+
"docs": "https://vueuse.org/core/useBase64/",
|
|
433
575
|
"category": "Utilities",
|
|
434
|
-
"description": "
|
|
576
|
+
"description": "reactive base64 transforming"
|
|
435
577
|
},
|
|
436
578
|
{
|
|
437
|
-
"name": "
|
|
438
|
-
"package": "
|
|
439
|
-
"
|
|
440
|
-
"
|
|
441
|
-
"
|
|
579
|
+
"name": "useBattery",
|
|
580
|
+
"package": "core",
|
|
581
|
+
"lastUpdated": 1639442454000,
|
|
582
|
+
"component": true,
|
|
583
|
+
"docs": "https://vueuse.org/core/useBattery/",
|
|
584
|
+
"category": "Sensors",
|
|
585
|
+
"description": "reactive [Battery Status API](https://developer.mozilla.org/en-US/docs/Web/API/Battery_Status_API)"
|
|
442
586
|
},
|
|
443
587
|
{
|
|
444
|
-
"name": "
|
|
445
|
-
"package": "
|
|
446
|
-
"
|
|
447
|
-
"
|
|
448
|
-
"
|
|
588
|
+
"name": "useBreakpoints",
|
|
589
|
+
"package": "core",
|
|
590
|
+
"lastUpdated": 1639442454000,
|
|
591
|
+
"docs": "https://vueuse.org/core/useBreakpoints/",
|
|
592
|
+
"category": "Browser",
|
|
593
|
+
"description": "reactive viewport breakpoints"
|
|
449
594
|
},
|
|
450
595
|
{
|
|
451
|
-
"name": "
|
|
452
|
-
"package": "
|
|
453
|
-
"
|
|
454
|
-
"
|
|
455
|
-
"
|
|
596
|
+
"name": "useBroadcastChannel",
|
|
597
|
+
"package": "core",
|
|
598
|
+
"lastUpdated": 1640932168000,
|
|
599
|
+
"docs": "https://vueuse.org/core/useBroadcastChannel/",
|
|
600
|
+
"category": "Browser",
|
|
601
|
+
"description": "reactive [BroadcastChannel API](https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel)"
|
|
456
602
|
},
|
|
457
603
|
{
|
|
458
|
-
"name": "
|
|
459
|
-
"package": "
|
|
460
|
-
"
|
|
461
|
-
"
|
|
462
|
-
"
|
|
604
|
+
"name": "useBrowserLocation",
|
|
605
|
+
"package": "core",
|
|
606
|
+
"lastUpdated": 1639442454000,
|
|
607
|
+
"component": true,
|
|
608
|
+
"docs": "https://vueuse.org/core/useBrowserLocation/",
|
|
609
|
+
"category": "Browser",
|
|
610
|
+
"description": "reactive browser location"
|
|
463
611
|
},
|
|
464
612
|
{
|
|
465
|
-
"name": "
|
|
466
|
-
"package": "
|
|
467
|
-
"
|
|
613
|
+
"name": "useCached",
|
|
614
|
+
"package": "core",
|
|
615
|
+
"lastUpdated": 1644284136000,
|
|
616
|
+
"docs": "https://vueuse.org/core/useCached/",
|
|
468
617
|
"category": "Utilities",
|
|
469
|
-
"description": "a
|
|
618
|
+
"description": "cache a ref with a custom comparator"
|
|
470
619
|
},
|
|
471
620
|
{
|
|
472
|
-
"name": "
|
|
473
|
-
"package": "
|
|
474
|
-
"
|
|
621
|
+
"name": "useClamp",
|
|
622
|
+
"package": "core",
|
|
623
|
+
"lastUpdated": 1639818708000,
|
|
624
|
+
"docs": "https://vueuse.org/core/useClamp/",
|
|
625
|
+
"category": "Utilities",
|
|
626
|
+
"description": "reactively clamp a value between two other values"
|
|
475
627
|
},
|
|
476
628
|
{
|
|
477
|
-
"name": "
|
|
478
|
-
"package": "
|
|
479
|
-
"
|
|
480
|
-
"
|
|
481
|
-
"
|
|
629
|
+
"name": "useClipboard",
|
|
630
|
+
"package": "core",
|
|
631
|
+
"lastUpdated": 1639442454000,
|
|
632
|
+
"docs": "https://vueuse.org/core/useClipboard/",
|
|
633
|
+
"category": "Browser",
|
|
634
|
+
"description": "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
482
635
|
},
|
|
483
636
|
{
|
|
484
|
-
"name": "
|
|
485
|
-
"package": "
|
|
486
|
-
"
|
|
487
|
-
"
|
|
488
|
-
"
|
|
637
|
+
"name": "useColorMode",
|
|
638
|
+
"package": "core",
|
|
639
|
+
"lastUpdated": 1641376353000,
|
|
640
|
+
"component": true,
|
|
641
|
+
"docs": "https://vueuse.org/core/useColorMode/",
|
|
642
|
+
"category": "Browser",
|
|
643
|
+
"description": "reactive color mode (dark / light / customs) with auto data persistence"
|
|
489
644
|
},
|
|
490
645
|
{
|
|
491
|
-
"name": "
|
|
492
|
-
"package": "
|
|
493
|
-
"
|
|
494
|
-
"
|
|
495
|
-
"
|
|
646
|
+
"name": "useConfirmDialog",
|
|
647
|
+
"package": "core",
|
|
648
|
+
"lastUpdated": 1642756441000,
|
|
649
|
+
"docs": "https://vueuse.org/core/useConfirmDialog/",
|
|
650
|
+
"category": "Utilities",
|
|
651
|
+
"description": "creates event hooks to support modals and confirmation dialog chains"
|
|
496
652
|
},
|
|
497
653
|
{
|
|
498
|
-
"name": "
|
|
499
|
-
"package": "
|
|
500
|
-
"
|
|
501
|
-
"
|
|
502
|
-
"
|
|
654
|
+
"name": "useCookies",
|
|
655
|
+
"package": "integrations",
|
|
656
|
+
"lastUpdated": 1642756753000,
|
|
657
|
+
"docs": "https://vueuse.org/integrations/useCookies/",
|
|
658
|
+
"category": "@Integrations",
|
|
659
|
+
"description": "wrapper for [`universal-cookie`](https://www.npmjs.com/package/universal-cookie)"
|
|
503
660
|
},
|
|
504
661
|
{
|
|
505
|
-
"name": "
|
|
506
|
-
"package": "
|
|
507
|
-
"
|
|
662
|
+
"name": "useCounter",
|
|
663
|
+
"package": "shared",
|
|
664
|
+
"lastUpdated": 1637326497000,
|
|
665
|
+
"docs": "https://vueuse.org/shared/useCounter/",
|
|
508
666
|
"category": "Utilities",
|
|
509
|
-
"description": "
|
|
667
|
+
"description": "basic counter with utility functions"
|
|
510
668
|
},
|
|
511
669
|
{
|
|
512
|
-
"name": "
|
|
513
|
-
"package": "core",
|
|
514
|
-
"docs": "https://vueuse.org/core/autoResetRef/",
|
|
515
|
-
"category": "Utilities",
|
|
516
|
-
"description": "a ref which will be reset to the default value after some time"
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
"name": "computedInject",
|
|
520
|
-
"package": "core",
|
|
521
|
-
"docs": "https://vueuse.org/core/computedInject/",
|
|
522
|
-
"category": "Component",
|
|
523
|
-
"description": "combine computed and inject"
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
"name": "createUnrefFn",
|
|
527
|
-
"package": "core",
|
|
528
|
-
"docs": "https://vueuse.org/core/createUnrefFn/",
|
|
529
|
-
"category": "Utilities",
|
|
530
|
-
"description": "make a plain function accepting ref and raw values as arguments"
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"name": "onClickOutside",
|
|
534
|
-
"package": "core",
|
|
535
|
-
"component": true,
|
|
536
|
-
"directive": true,
|
|
537
|
-
"docs": "https://vueuse.org/core/onClickOutside/",
|
|
538
|
-
"category": "Sensors",
|
|
539
|
-
"description": "listen for clicks outside of an element"
|
|
540
|
-
},
|
|
541
|
-
{
|
|
542
|
-
"name": "onKeyStroke",
|
|
543
|
-
"package": "core",
|
|
544
|
-
"docs": "https://vueuse.org/core/onKeyStroke/",
|
|
545
|
-
"category": "Sensors",
|
|
546
|
-
"description": "listen for keyboard key being stroked"
|
|
547
|
-
},
|
|
548
|
-
{
|
|
549
|
-
"name": "onStartTyping",
|
|
550
|
-
"package": "core",
|
|
551
|
-
"docs": "https://vueuse.org/core/onStartTyping/",
|
|
552
|
-
"category": "Sensors",
|
|
553
|
-
"description": "fires when users start typing on non-editable elements"
|
|
554
|
-
},
|
|
555
|
-
{
|
|
556
|
-
"name": "templateRef",
|
|
557
|
-
"package": "core",
|
|
558
|
-
"docs": "https://vueuse.org/core/templateRef/",
|
|
559
|
-
"category": "Component",
|
|
560
|
-
"description": "shorthand for binding ref to template element"
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
"name": "unrefElement",
|
|
564
|
-
"package": "core",
|
|
565
|
-
"docs": "https://vueuse.org/core/unrefElement/",
|
|
566
|
-
"category": "Component",
|
|
567
|
-
"description": "unref for dom element"
|
|
568
|
-
},
|
|
569
|
-
{
|
|
570
|
-
"name": "useActiveElement",
|
|
571
|
-
"package": "core",
|
|
572
|
-
"component": true,
|
|
573
|
-
"docs": "https://vueuse.org/core/useActiveElement/",
|
|
574
|
-
"category": "Browser",
|
|
575
|
-
"description": "reactive `document.activeElement`"
|
|
576
|
-
},
|
|
577
|
-
{
|
|
578
|
-
"name": "useAsyncQueue",
|
|
579
|
-
"package": "core",
|
|
580
|
-
"docs": "https://vueuse.org/core/useAsyncQueue/",
|
|
581
|
-
"category": "Utilities",
|
|
582
|
-
"description": "executes each asynchronous task sequentially and passed the current task result to the next task"
|
|
583
|
-
},
|
|
584
|
-
{
|
|
585
|
-
"name": "useAsyncState",
|
|
586
|
-
"package": "core",
|
|
587
|
-
"docs": "https://vueuse.org/core/useAsyncState/",
|
|
588
|
-
"category": "Utilities",
|
|
589
|
-
"description": "reactive async state"
|
|
590
|
-
},
|
|
591
|
-
{
|
|
592
|
-
"name": "useBase64",
|
|
593
|
-
"package": "core",
|
|
594
|
-
"docs": "https://vueuse.org/core/useBase64/",
|
|
595
|
-
"category": "Utilities",
|
|
596
|
-
"description": "reactive base64 transforming"
|
|
597
|
-
},
|
|
598
|
-
{
|
|
599
|
-
"name": "useBattery",
|
|
600
|
-
"package": "core",
|
|
601
|
-
"component": true,
|
|
602
|
-
"docs": "https://vueuse.org/core/useBattery/",
|
|
603
|
-
"category": "Sensors",
|
|
604
|
-
"description": "reactive [Battery Status API](https://developer.mozilla.org/en-US/docs/Web/API/Battery_Status_API)"
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
"name": "useBreakpoints",
|
|
608
|
-
"package": "core",
|
|
609
|
-
"docs": "https://vueuse.org/core/useBreakpoints/",
|
|
610
|
-
"category": "Browser",
|
|
611
|
-
"description": "reactive viewport breakpoints"
|
|
612
|
-
},
|
|
613
|
-
{
|
|
614
|
-
"name": "useBroadcastChannel",
|
|
615
|
-
"package": "core",
|
|
616
|
-
"docs": "https://vueuse.org/core/useBroadcastChannel/",
|
|
617
|
-
"category": "Browser",
|
|
618
|
-
"description": "reactive [BroadcastChannel API](https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel)"
|
|
619
|
-
},
|
|
620
|
-
{
|
|
621
|
-
"name": "useBrowserLocation",
|
|
622
|
-
"package": "core",
|
|
623
|
-
"component": true,
|
|
624
|
-
"docs": "https://vueuse.org/core/useBrowserLocation/",
|
|
625
|
-
"category": "Browser",
|
|
626
|
-
"description": "reactive browser location"
|
|
627
|
-
},
|
|
628
|
-
{
|
|
629
|
-
"name": "useClamp",
|
|
630
|
-
"package": "core",
|
|
631
|
-
"docs": "https://vueuse.org/core/useClamp/",
|
|
632
|
-
"category": "Utilities",
|
|
633
|
-
"description": "reactively clamp a value between two other values"
|
|
634
|
-
},
|
|
635
|
-
{
|
|
636
|
-
"name": "useClipboard",
|
|
637
|
-
"package": "core",
|
|
638
|
-
"docs": "https://vueuse.org/core/useClipboard/",
|
|
639
|
-
"category": "Browser",
|
|
640
|
-
"description": "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
"name": "useColorMode",
|
|
644
|
-
"package": "core",
|
|
645
|
-
"component": true,
|
|
646
|
-
"docs": "https://vueuse.org/core/useColorMode/",
|
|
647
|
-
"category": "Browser",
|
|
648
|
-
"description": "reactive color mode (dark / light / customs) with auto data persistence"
|
|
649
|
-
},
|
|
650
|
-
{
|
|
651
|
-
"name": "useConfirmDialog",
|
|
652
|
-
"package": "core",
|
|
653
|
-
"docs": "https://vueuse.org/core/useConfirmDialog/",
|
|
654
|
-
"category": "Utilities",
|
|
655
|
-
"description": "creates event hooks to support modals and confirmation dialog chains"
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
"name": "useCssVar",
|
|
670
|
+
"name": "useCssVar",
|
|
659
671
|
"package": "core",
|
|
672
|
+
"lastUpdated": 1639442454000,
|
|
660
673
|
"docs": "https://vueuse.org/core/useCssVar/",
|
|
661
674
|
"category": "Browser",
|
|
662
675
|
"description": "manipulate CSS variables"
|
|
@@ -664,6 +677,7 @@
|
|
|
664
677
|
{
|
|
665
678
|
"name": "useCycleList",
|
|
666
679
|
"package": "core",
|
|
680
|
+
"lastUpdated": 1643014081000,
|
|
667
681
|
"docs": "https://vueuse.org/core/useCycleList/",
|
|
668
682
|
"category": "Utilities",
|
|
669
683
|
"description": "cycle through a list of items"
|
|
@@ -671,21 +685,40 @@
|
|
|
671
685
|
{
|
|
672
686
|
"name": "useDark",
|
|
673
687
|
"package": "core",
|
|
688
|
+
"lastUpdated": 1639442454000,
|
|
674
689
|
"component": true,
|
|
675
690
|
"docs": "https://vueuse.org/core/useDark/",
|
|
676
691
|
"category": "Browser",
|
|
677
692
|
"description": "reactive dark mode with auto data persistence"
|
|
678
693
|
},
|
|
694
|
+
{
|
|
695
|
+
"name": "useDebounce",
|
|
696
|
+
"package": "shared",
|
|
697
|
+
"lastUpdated": 1639442454000,
|
|
698
|
+
"docs": "https://vueuse.org/shared/useDebounce/",
|
|
699
|
+
"category": "Utilities",
|
|
700
|
+
"description": "debounce execution of a ref value"
|
|
701
|
+
},
|
|
679
702
|
{
|
|
680
703
|
"name": "useDebouncedRefHistory",
|
|
681
704
|
"package": "core",
|
|
705
|
+
"lastUpdated": 1639442454000,
|
|
682
706
|
"docs": "https://vueuse.org/core/useDebouncedRefHistory/",
|
|
683
|
-
"category": "
|
|
707
|
+
"category": "State",
|
|
684
708
|
"description": "shorthand for `useRefHistory` with debounced filter"
|
|
685
709
|
},
|
|
710
|
+
{
|
|
711
|
+
"name": "useDebounceFn",
|
|
712
|
+
"package": "shared",
|
|
713
|
+
"lastUpdated": 1639818708000,
|
|
714
|
+
"docs": "https://vueuse.org/shared/useDebounceFn/",
|
|
715
|
+
"category": "Utilities",
|
|
716
|
+
"description": "debounce execution of a function"
|
|
717
|
+
},
|
|
686
718
|
{
|
|
687
719
|
"name": "useDeviceMotion",
|
|
688
720
|
"package": "core",
|
|
721
|
+
"lastUpdated": 1639442454000,
|
|
689
722
|
"component": true,
|
|
690
723
|
"docs": "https://vueuse.org/core/useDeviceMotion/",
|
|
691
724
|
"category": "Sensors",
|
|
@@ -694,6 +727,7 @@
|
|
|
694
727
|
{
|
|
695
728
|
"name": "useDeviceOrientation",
|
|
696
729
|
"package": "core",
|
|
730
|
+
"lastUpdated": 1639442454000,
|
|
697
731
|
"component": true,
|
|
698
732
|
"docs": "https://vueuse.org/core/useDeviceOrientation/",
|
|
699
733
|
"category": "Sensors",
|
|
@@ -702,6 +736,7 @@
|
|
|
702
736
|
{
|
|
703
737
|
"name": "useDevicePixelRatio",
|
|
704
738
|
"package": "core",
|
|
739
|
+
"lastUpdated": 1639442454000,
|
|
705
740
|
"component": true,
|
|
706
741
|
"docs": "https://vueuse.org/core/useDevicePixelRatio/",
|
|
707
742
|
"category": "Sensors",
|
|
@@ -710,6 +745,7 @@
|
|
|
710
745
|
{
|
|
711
746
|
"name": "useDevicesList",
|
|
712
747
|
"package": "core",
|
|
748
|
+
"lastUpdated": 1639442454000,
|
|
713
749
|
"component": true,
|
|
714
750
|
"docs": "https://vueuse.org/core/useDevicesList/",
|
|
715
751
|
"category": "Sensors",
|
|
@@ -718,6 +754,7 @@
|
|
|
718
754
|
{
|
|
719
755
|
"name": "useDisplayMedia",
|
|
720
756
|
"package": "core",
|
|
757
|
+
"lastUpdated": 1639818708000,
|
|
721
758
|
"docs": "https://vueuse.org/core/useDisplayMedia/",
|
|
722
759
|
"category": "Sensors",
|
|
723
760
|
"description": "reactive [`mediaDevices.getDisplayMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia) streaming"
|
|
@@ -725,30 +762,42 @@
|
|
|
725
762
|
{
|
|
726
763
|
"name": "useDocumentVisibility",
|
|
727
764
|
"package": "core",
|
|
765
|
+
"lastUpdated": 1639442454000,
|
|
728
766
|
"component": true,
|
|
729
767
|
"docs": "https://vueuse.org/core/useDocumentVisibility/",
|
|
730
|
-
"category": "
|
|
768
|
+
"category": "Elements",
|
|
731
769
|
"description": "reactively track [`document.visibilityState`](https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilityState)"
|
|
732
770
|
},
|
|
733
771
|
{
|
|
734
772
|
"name": "useDraggable",
|
|
735
773
|
"package": "core",
|
|
774
|
+
"lastUpdated": 1642754143000,
|
|
736
775
|
"component": true,
|
|
737
776
|
"docs": "https://vueuse.org/core/useDraggable/",
|
|
738
|
-
"category": "
|
|
777
|
+
"category": "Elements",
|
|
739
778
|
"description": "make elements draggable"
|
|
740
779
|
},
|
|
780
|
+
{
|
|
781
|
+
"name": "useDrauu",
|
|
782
|
+
"package": "integrations",
|
|
783
|
+
"lastUpdated": 1640682127000,
|
|
784
|
+
"docs": "https://vueuse.org/integrations/useDrauu/",
|
|
785
|
+
"category": "@Integrations",
|
|
786
|
+
"description": "reactive instance for [drauu](https://github.com/antfu/drauu)"
|
|
787
|
+
},
|
|
741
788
|
{
|
|
742
789
|
"name": "useElementBounding",
|
|
743
790
|
"package": "core",
|
|
791
|
+
"lastUpdated": 1643451851000,
|
|
744
792
|
"component": true,
|
|
745
793
|
"docs": "https://vueuse.org/core/useElementBounding/",
|
|
746
|
-
"category": "
|
|
794
|
+
"category": "Elements",
|
|
747
795
|
"description": "reactive [bounding box](https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect) of an HTML element"
|
|
748
796
|
},
|
|
749
797
|
{
|
|
750
798
|
"name": "useElementByPoint",
|
|
751
799
|
"package": "core",
|
|
800
|
+
"lastUpdated": 1640682127000,
|
|
752
801
|
"docs": "https://vueuse.org/core/useElementByPoint/",
|
|
753
802
|
"category": "Sensors",
|
|
754
803
|
"description": "reactive element by point"
|
|
@@ -756,6 +805,7 @@
|
|
|
756
805
|
{
|
|
757
806
|
"name": "useElementHover",
|
|
758
807
|
"package": "core",
|
|
808
|
+
"lastUpdated": 1639442454000,
|
|
759
809
|
"docs": "https://vueuse.org/core/useElementHover/",
|
|
760
810
|
"category": "Sensors",
|
|
761
811
|
"description": "reactive element's hover state"
|
|
@@ -763,22 +813,25 @@
|
|
|
763
813
|
{
|
|
764
814
|
"name": "useElementSize",
|
|
765
815
|
"package": "core",
|
|
816
|
+
"lastUpdated": 1639442454000,
|
|
766
817
|
"component": true,
|
|
767
818
|
"docs": "https://vueuse.org/core/useElementSize/",
|
|
768
|
-
"category": "
|
|
819
|
+
"category": "Elements",
|
|
769
820
|
"description": "reactive size of an HTML element"
|
|
770
821
|
},
|
|
771
822
|
{
|
|
772
823
|
"name": "useElementVisibility",
|
|
773
824
|
"package": "core",
|
|
825
|
+
"lastUpdated": 1639442454000,
|
|
774
826
|
"component": true,
|
|
775
827
|
"docs": "https://vueuse.org/core/useElementVisibility/",
|
|
776
|
-
"category": "
|
|
828
|
+
"category": "Elements",
|
|
777
829
|
"description": "tracks the visibility of an element within the viewport"
|
|
778
830
|
},
|
|
779
831
|
{
|
|
780
832
|
"name": "useEventBus",
|
|
781
833
|
"package": "core",
|
|
834
|
+
"lastUpdated": 1642756441000,
|
|
782
835
|
"docs": "https://vueuse.org/core/useEventBus/",
|
|
783
836
|
"category": "Utilities",
|
|
784
837
|
"description": "a basic event bus"
|
|
@@ -786,6 +839,7 @@
|
|
|
786
839
|
{
|
|
787
840
|
"name": "useEventListener",
|
|
788
841
|
"package": "core",
|
|
842
|
+
"lastUpdated": 1642756441000,
|
|
789
843
|
"docs": "https://vueuse.org/core/useEventListener/",
|
|
790
844
|
"category": "Browser",
|
|
791
845
|
"description": "use EventListener with ease"
|
|
@@ -793,13 +847,15 @@
|
|
|
793
847
|
{
|
|
794
848
|
"name": "useEventSource",
|
|
795
849
|
"package": "core",
|
|
850
|
+
"lastUpdated": 1639442454000,
|
|
796
851
|
"docs": "https://vueuse.org/core/useEventSource/",
|
|
797
|
-
"category": "
|
|
852
|
+
"category": "Network",
|
|
798
853
|
"description": "an [EventSource](https://developer.mozilla.org/en-US/docs/Web/API/EventSource) or [Server-Sent-Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events) instance opens a persistent connection to an HTTP server"
|
|
799
854
|
},
|
|
800
855
|
{
|
|
801
856
|
"name": "useEyeDropper",
|
|
802
857
|
"package": "core",
|
|
858
|
+
"lastUpdated": 1637943423000,
|
|
803
859
|
"component": true,
|
|
804
860
|
"docs": "https://vueuse.org/core/useEyeDropper/",
|
|
805
861
|
"category": "Browser",
|
|
@@ -808,6 +864,7 @@
|
|
|
808
864
|
{
|
|
809
865
|
"name": "useFavicon",
|
|
810
866
|
"package": "core",
|
|
867
|
+
"lastUpdated": 1639818708000,
|
|
811
868
|
"docs": "https://vueuse.org/core/useFavicon/",
|
|
812
869
|
"category": "Browser",
|
|
813
870
|
"description": "reactive favicon"
|
|
@@ -815,20 +872,40 @@
|
|
|
815
872
|
{
|
|
816
873
|
"name": "useFetch",
|
|
817
874
|
"package": "core",
|
|
875
|
+
"lastUpdated": 1643452837000,
|
|
818
876
|
"docs": "https://vueuse.org/core/useFetch/",
|
|
819
|
-
"category": "
|
|
877
|
+
"category": "Network",
|
|
820
878
|
"description": "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
821
879
|
},
|
|
880
|
+
{
|
|
881
|
+
"name": "useFirestore",
|
|
882
|
+
"package": "firebase",
|
|
883
|
+
"lastUpdated": 1639442454000,
|
|
884
|
+
"docs": "https://vueuse.org/firebase/useFirestore/",
|
|
885
|
+
"category": "@Firebase",
|
|
886
|
+
"description": "reactive [Firestore](https://firebase.google.com/docs/firestore) binding"
|
|
887
|
+
},
|
|
822
888
|
{
|
|
823
889
|
"name": "useFocus",
|
|
824
890
|
"package": "core",
|
|
891
|
+
"lastUpdated": 1639442454000,
|
|
825
892
|
"docs": "https://vueuse.org/core/useFocus/",
|
|
826
893
|
"category": "Sensors",
|
|
827
894
|
"description": "reactive utility to track or set the focus state of a DOM element"
|
|
828
895
|
},
|
|
896
|
+
{
|
|
897
|
+
"name": "useFocusTrap",
|
|
898
|
+
"package": "integrations",
|
|
899
|
+
"lastUpdated": 1639818708000,
|
|
900
|
+
"component": true,
|
|
901
|
+
"docs": "https://vueuse.org/integrations/useFocusTrap/",
|
|
902
|
+
"category": "@Integrations",
|
|
903
|
+
"description": "reactive wrapper for [`focus-trap`](https://github.com/focus-trap/focus-trap)"
|
|
904
|
+
},
|
|
829
905
|
{
|
|
830
906
|
"name": "useFocusWithin",
|
|
831
907
|
"package": "core",
|
|
908
|
+
"lastUpdated": 1639442454000,
|
|
832
909
|
"docs": "https://vueuse.org/core/useFocusWithin/",
|
|
833
910
|
"category": "Sensors",
|
|
834
911
|
"description": "reactive utility to track if an element or one of its decendants has focus"
|
|
@@ -836,6 +913,7 @@
|
|
|
836
913
|
{
|
|
837
914
|
"name": "useFps",
|
|
838
915
|
"package": "core",
|
|
916
|
+
"lastUpdated": 1639442454000,
|
|
839
917
|
"docs": "https://vueuse.org/core/useFps/",
|
|
840
918
|
"category": "Sensors",
|
|
841
919
|
"description": "reactive FPS (frames per second)"
|
|
@@ -843,14 +921,24 @@
|
|
|
843
921
|
{
|
|
844
922
|
"name": "useFullscreen",
|
|
845
923
|
"package": "core",
|
|
924
|
+
"lastUpdated": 1639442454000,
|
|
846
925
|
"component": true,
|
|
847
926
|
"docs": "https://vueuse.org/core/useFullscreen/",
|
|
848
927
|
"category": "Browser",
|
|
849
928
|
"description": "reactive [Fullscreen API](https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API)"
|
|
850
929
|
},
|
|
930
|
+
{
|
|
931
|
+
"name": "useFuse",
|
|
932
|
+
"package": "integrations",
|
|
933
|
+
"lastUpdated": 1642756441000,
|
|
934
|
+
"docs": "https://vueuse.org/integrations/useFuse/",
|
|
935
|
+
"category": "@Integrations",
|
|
936
|
+
"description": "easily implement fuzzy search using a composable on top of the zero-dependency library [Fuse.js](https://github.com/krisk/fuse)"
|
|
937
|
+
},
|
|
851
938
|
{
|
|
852
939
|
"name": "useGeolocation",
|
|
853
940
|
"package": "core",
|
|
941
|
+
"lastUpdated": 1639442454000,
|
|
854
942
|
"component": true,
|
|
855
943
|
"docs": "https://vueuse.org/core/useGeolocation/",
|
|
856
944
|
"category": "Sensors",
|
|
@@ -859,28 +947,96 @@
|
|
|
859
947
|
{
|
|
860
948
|
"name": "useIdle",
|
|
861
949
|
"package": "core",
|
|
950
|
+
"lastUpdated": 1639442454000,
|
|
862
951
|
"component": true,
|
|
863
952
|
"docs": "https://vueuse.org/core/useIdle/",
|
|
864
953
|
"category": "Sensors",
|
|
865
954
|
"description": "tracks whether the user is being inactive"
|
|
866
955
|
},
|
|
956
|
+
{
|
|
957
|
+
"name": "useInfiniteScroll",
|
|
958
|
+
"package": "core",
|
|
959
|
+
"lastUpdated": 1644314143000,
|
|
960
|
+
"docs": "https://vueuse.org/core/useInfiniteScroll/",
|
|
961
|
+
"category": "Sensors",
|
|
962
|
+
"description": "infinite scrolling of the element"
|
|
963
|
+
},
|
|
867
964
|
{
|
|
868
965
|
"name": "useIntersectionObserver",
|
|
869
966
|
"package": "core",
|
|
967
|
+
"lastUpdated": 1639442454000,
|
|
870
968
|
"docs": "https://vueuse.org/core/useIntersectionObserver/",
|
|
871
|
-
"category": "
|
|
969
|
+
"category": "Elements",
|
|
872
970
|
"description": "detects that a target element's visibility"
|
|
873
971
|
},
|
|
972
|
+
{
|
|
973
|
+
"name": "useInterval",
|
|
974
|
+
"package": "shared",
|
|
975
|
+
"lastUpdated": 1644285131000,
|
|
976
|
+
"docs": "https://vueuse.org/shared/useInterval/",
|
|
977
|
+
"category": "Animation",
|
|
978
|
+
"description": "reactive counter increases on every interval"
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"name": "useIntervalFn",
|
|
982
|
+
"package": "shared",
|
|
983
|
+
"lastUpdated": 1644285131000,
|
|
984
|
+
"docs": "https://vueuse.org/shared/useIntervalFn/",
|
|
985
|
+
"category": "Animation",
|
|
986
|
+
"description": "wrapper for `setInterval` with controls"
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"name": "useIpcRenderer",
|
|
990
|
+
"package": "electron",
|
|
991
|
+
"lastUpdated": 1639442454000,
|
|
992
|
+
"docs": "https://vueuse.org/electron/useIpcRenderer/",
|
|
993
|
+
"category": "@Electron",
|
|
994
|
+
"description": "provides [ipcRenderer](https://www.electronjs.org/docs/api/ipc-renderer) and it's all APIs"
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"name": "useIpcRendererInvoke",
|
|
998
|
+
"package": "electron",
|
|
999
|
+
"lastUpdated": 1639442454000,
|
|
1000
|
+
"docs": "https://vueuse.org/electron/useIpcRendererInvoke/",
|
|
1001
|
+
"category": "@Electron",
|
|
1002
|
+
"description": "reactive [ipcRenderer.invoke API](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendererinvokechannel-args) result"
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"name": "useIpcRendererOn",
|
|
1006
|
+
"package": "electron",
|
|
1007
|
+
"lastUpdated": 1639442454000,
|
|
1008
|
+
"docs": "https://vueuse.org/electron/useIpcRendererOn/",
|
|
1009
|
+
"category": "@Electron",
|
|
1010
|
+
"description": "use [ipcRenderer.on](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendereronchannel-listener) with ease and [ipcRenderer.removeListener](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendererremovelistenerchannel-listener) automatically on unmounted"
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"name": "useJwt",
|
|
1014
|
+
"package": "integrations",
|
|
1015
|
+
"lastUpdated": 1642756441000,
|
|
1016
|
+
"docs": "https://vueuse.org/integrations/useJwt/",
|
|
1017
|
+
"category": "@Integrations",
|
|
1018
|
+
"description": "wrapper for [`jwt-decode`](https://github.com/auth0/jwt-decode)"
|
|
1019
|
+
},
|
|
874
1020
|
{
|
|
875
1021
|
"name": "useKeyModifier",
|
|
876
1022
|
"package": "core",
|
|
1023
|
+
"lastUpdated": 1639442454000,
|
|
877
1024
|
"docs": "https://vueuse.org/core/useKeyModifier/",
|
|
878
1025
|
"category": "Sensors",
|
|
879
1026
|
"description": "reactive [Modifier State](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/getModifierState)"
|
|
880
1027
|
},
|
|
1028
|
+
{
|
|
1029
|
+
"name": "useLastChanged",
|
|
1030
|
+
"package": "shared",
|
|
1031
|
+
"lastUpdated": 1642756441000,
|
|
1032
|
+
"docs": "https://vueuse.org/shared/useLastChanged/",
|
|
1033
|
+
"category": "Utilities",
|
|
1034
|
+
"description": "records the timestamp of the last change"
|
|
1035
|
+
},
|
|
881
1036
|
{
|
|
882
1037
|
"name": "useLocalStorage",
|
|
883
1038
|
"package": "core",
|
|
1039
|
+
"lastUpdated": 1639442454000,
|
|
884
1040
|
"docs": "https://vueuse.org/core/useLocalStorage/",
|
|
885
1041
|
"category": "State",
|
|
886
1042
|
"description": "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)"
|
|
@@ -888,6 +1044,7 @@
|
|
|
888
1044
|
{
|
|
889
1045
|
"name": "useMagicKeys",
|
|
890
1046
|
"package": "core",
|
|
1047
|
+
"lastUpdated": 1639442454000,
|
|
891
1048
|
"docs": "https://vueuse.org/core/useMagicKeys/",
|
|
892
1049
|
"category": "Sensors",
|
|
893
1050
|
"description": "reactive keys pressed state"
|
|
@@ -895,13 +1052,15 @@
|
|
|
895
1052
|
{
|
|
896
1053
|
"name": "useManualRefHistory",
|
|
897
1054
|
"package": "core",
|
|
1055
|
+
"lastUpdated": 1639818708000,
|
|
898
1056
|
"docs": "https://vueuse.org/core/useManualRefHistory/",
|
|
899
|
-
"category": "
|
|
1057
|
+
"category": "State",
|
|
900
1058
|
"description": "manually track the change history of a ref when the using calls `commit()`"
|
|
901
1059
|
},
|
|
902
1060
|
{
|
|
903
1061
|
"name": "useMediaControls",
|
|
904
1062
|
"package": "core",
|
|
1063
|
+
"lastUpdated": 1639818708000,
|
|
905
1064
|
"docs": "https://vueuse.org/core/useMediaControls/",
|
|
906
1065
|
"category": "Browser",
|
|
907
1066
|
"description": "reactive media controls for both `audio` and `video` elements"
|
|
@@ -909,6 +1068,7 @@
|
|
|
909
1068
|
{
|
|
910
1069
|
"name": "useMediaQuery",
|
|
911
1070
|
"package": "core",
|
|
1071
|
+
"lastUpdated": 1642756441000,
|
|
912
1072
|
"docs": "https://vueuse.org/core/useMediaQuery/",
|
|
913
1073
|
"category": "Browser",
|
|
914
1074
|
"description": "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
@@ -916,6 +1076,7 @@
|
|
|
916
1076
|
{
|
|
917
1077
|
"name": "useMemoize",
|
|
918
1078
|
"package": "core",
|
|
1079
|
+
"lastUpdated": 1640929614000,
|
|
919
1080
|
"docs": "https://vueuse.org/core/useMemoize/",
|
|
920
1081
|
"category": "Utilities",
|
|
921
1082
|
"description": "cache results of functions depending on arguments and keep it reactive"
|
|
@@ -923,6 +1084,7 @@
|
|
|
923
1084
|
{
|
|
924
1085
|
"name": "useMemory",
|
|
925
1086
|
"package": "core",
|
|
1087
|
+
"lastUpdated": 1639442454000,
|
|
926
1088
|
"docs": "https://vueuse.org/core/useMemory/",
|
|
927
1089
|
"category": "Browser",
|
|
928
1090
|
"description": "reactive Memory Info"
|
|
@@ -930,6 +1092,7 @@
|
|
|
930
1092
|
{
|
|
931
1093
|
"name": "useMounted",
|
|
932
1094
|
"package": "core",
|
|
1095
|
+
"lastUpdated": 1640933217000,
|
|
933
1096
|
"docs": "https://vueuse.org/core/useMounted/",
|
|
934
1097
|
"category": "Component",
|
|
935
1098
|
"description": "mounted state in ref"
|
|
@@ -937,6 +1100,7 @@
|
|
|
937
1100
|
{
|
|
938
1101
|
"name": "useMouse",
|
|
939
1102
|
"package": "core",
|
|
1103
|
+
"lastUpdated": 1639442454000,
|
|
940
1104
|
"component": true,
|
|
941
1105
|
"docs": "https://vueuse.org/core/useMouse/",
|
|
942
1106
|
"category": "Sensors",
|
|
@@ -945,14 +1109,16 @@
|
|
|
945
1109
|
{
|
|
946
1110
|
"name": "useMouseInElement",
|
|
947
1111
|
"package": "core",
|
|
1112
|
+
"lastUpdated": 1639442454000,
|
|
948
1113
|
"component": true,
|
|
949
1114
|
"docs": "https://vueuse.org/core/useMouseInElement/",
|
|
950
|
-
"category": "
|
|
1115
|
+
"category": "Elements",
|
|
951
1116
|
"description": "reactive mouse position related to an element"
|
|
952
1117
|
},
|
|
953
1118
|
{
|
|
954
1119
|
"name": "useMousePressed",
|
|
955
1120
|
"package": "core",
|
|
1121
|
+
"lastUpdated": 1639818708000,
|
|
956
1122
|
"component": true,
|
|
957
1123
|
"docs": "https://vueuse.org/core/useMousePressed/",
|
|
958
1124
|
"category": "Sensors",
|
|
@@ -961,13 +1127,15 @@
|
|
|
961
1127
|
{
|
|
962
1128
|
"name": "useMutationObserver",
|
|
963
1129
|
"package": "core",
|
|
1130
|
+
"lastUpdated": 1639442454000,
|
|
964
1131
|
"docs": "https://vueuse.org/core/useMutationObserver/",
|
|
965
|
-
"category": "
|
|
1132
|
+
"category": "Elements",
|
|
966
1133
|
"description": "watch for changes being made to the DOM tree"
|
|
967
1134
|
},
|
|
968
1135
|
{
|
|
969
1136
|
"name": "useNavigatorLanguage",
|
|
970
1137
|
"package": "core",
|
|
1138
|
+
"lastUpdated": 1639442454000,
|
|
971
1139
|
"docs": "https://vueuse.org/core/useNavigatorLanguage/",
|
|
972
1140
|
"category": "Sensors",
|
|
973
1141
|
"description": "watch for changes being made to the navigator language preference by the user"
|
|
@@ -975,6 +1143,7 @@
|
|
|
975
1143
|
{
|
|
976
1144
|
"name": "useNetwork",
|
|
977
1145
|
"package": "core",
|
|
1146
|
+
"lastUpdated": 1639442454000,
|
|
978
1147
|
"component": true,
|
|
979
1148
|
"docs": "https://vueuse.org/core/useNetwork/",
|
|
980
1149
|
"category": "Sensors",
|
|
@@ -983,14 +1152,41 @@
|
|
|
983
1152
|
{
|
|
984
1153
|
"name": "useNow",
|
|
985
1154
|
"package": "core",
|
|
1155
|
+
"lastUpdated": 1639442454000,
|
|
986
1156
|
"component": true,
|
|
987
1157
|
"docs": "https://vueuse.org/core/useNow/",
|
|
988
1158
|
"category": "Animation",
|
|
989
1159
|
"description": "reactive current Date instance"
|
|
990
1160
|
},
|
|
991
1161
|
{
|
|
992
|
-
"name": "
|
|
1162
|
+
"name": "useNProgress",
|
|
1163
|
+
"package": "integrations",
|
|
1164
|
+
"lastUpdated": 1639818708000,
|
|
1165
|
+
"docs": "https://vueuse.org/integrations/useNProgress/",
|
|
1166
|
+
"category": "@Integrations",
|
|
1167
|
+
"description": "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)"
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"name": "useObservable",
|
|
1171
|
+
"package": "rxjs",
|
|
1172
|
+
"lastUpdated": 1639442454000,
|
|
1173
|
+
"docs": "https://vueuse.org/rxjs/useObservable/",
|
|
1174
|
+
"category": "@RxJS",
|
|
1175
|
+
"description": "use an Observable"
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"name": "useOffsetPagination",
|
|
1179
|
+
"package": "core",
|
|
1180
|
+
"lastUpdated": 1644315811000,
|
|
1181
|
+
"component": true,
|
|
1182
|
+
"docs": "https://vueuse.org/core/useOffsetPagination/",
|
|
1183
|
+
"category": "Utilities",
|
|
1184
|
+
"description": "reactive offset pagination"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"name": "useOnline",
|
|
993
1188
|
"package": "core",
|
|
1189
|
+
"lastUpdated": 1639442454000,
|
|
994
1190
|
"component": true,
|
|
995
1191
|
"docs": "https://vueuse.org/core/useOnline/",
|
|
996
1192
|
"category": "Sensors",
|
|
@@ -999,6 +1195,7 @@
|
|
|
999
1195
|
{
|
|
1000
1196
|
"name": "usePageLeave",
|
|
1001
1197
|
"package": "core",
|
|
1198
|
+
"lastUpdated": 1642756441000,
|
|
1002
1199
|
"component": true,
|
|
1003
1200
|
"docs": "https://vueuse.org/core/usePageLeave/",
|
|
1004
1201
|
"category": "Sensors",
|
|
@@ -1007,6 +1204,7 @@
|
|
|
1007
1204
|
{
|
|
1008
1205
|
"name": "useParallax",
|
|
1009
1206
|
"package": "core",
|
|
1207
|
+
"lastUpdated": 1639442454000,
|
|
1010
1208
|
"docs": "https://vueuse.org/core/useParallax/",
|
|
1011
1209
|
"category": "Sensors",
|
|
1012
1210
|
"description": "create parallax effect easily"
|
|
@@ -1014,6 +1212,7 @@
|
|
|
1014
1212
|
{
|
|
1015
1213
|
"name": "usePermission",
|
|
1016
1214
|
"package": "core",
|
|
1215
|
+
"lastUpdated": 1639442454000,
|
|
1017
1216
|
"docs": "https://vueuse.org/core/usePermission/",
|
|
1018
1217
|
"category": "Browser",
|
|
1019
1218
|
"description": "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)"
|
|
@@ -1021,6 +1220,7 @@
|
|
|
1021
1220
|
{
|
|
1022
1221
|
"name": "usePointer",
|
|
1023
1222
|
"package": "core",
|
|
1223
|
+
"lastUpdated": 1639442454000,
|
|
1024
1224
|
"component": true,
|
|
1025
1225
|
"docs": "https://vueuse.org/core/usePointer/",
|
|
1026
1226
|
"category": "Sensors",
|
|
@@ -1029,6 +1229,7 @@
|
|
|
1029
1229
|
{
|
|
1030
1230
|
"name": "usePointerSwipe",
|
|
1031
1231
|
"package": "core",
|
|
1232
|
+
"lastUpdated": 1639442454000,
|
|
1032
1233
|
"docs": "https://vueuse.org/core/usePointerSwipe/",
|
|
1033
1234
|
"category": "Sensors",
|
|
1034
1235
|
"description": "reactive swipe detection based on [PointerEvents](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)"
|
|
@@ -1036,6 +1237,7 @@
|
|
|
1036
1237
|
{
|
|
1037
1238
|
"name": "usePreferredColorScheme",
|
|
1038
1239
|
"package": "core",
|
|
1240
|
+
"lastUpdated": 1639442454000,
|
|
1039
1241
|
"component": true,
|
|
1040
1242
|
"docs": "https://vueuse.org/core/usePreferredColorScheme/",
|
|
1041
1243
|
"category": "Browser",
|
|
@@ -1044,6 +1246,7 @@
|
|
|
1044
1246
|
{
|
|
1045
1247
|
"name": "usePreferredDark",
|
|
1046
1248
|
"package": "core",
|
|
1249
|
+
"lastUpdated": 1639442454000,
|
|
1047
1250
|
"component": true,
|
|
1048
1251
|
"docs": "https://vueuse.org/core/usePreferredDark/",
|
|
1049
1252
|
"category": "Browser",
|
|
@@ -1052,14 +1255,24 @@
|
|
|
1052
1255
|
{
|
|
1053
1256
|
"name": "usePreferredLanguages",
|
|
1054
1257
|
"package": "core",
|
|
1258
|
+
"lastUpdated": 1639442454000,
|
|
1055
1259
|
"component": true,
|
|
1056
1260
|
"docs": "https://vueuse.org/core/usePreferredLanguages/",
|
|
1057
1261
|
"category": "Browser",
|
|
1058
1262
|
"description": "reactive [Navigator Languages](https://developer.mozilla.org/en-US/docs/Web/API/NavigatorLanguage/languages)"
|
|
1059
1263
|
},
|
|
1264
|
+
{
|
|
1265
|
+
"name": "useQRCode",
|
|
1266
|
+
"package": "integrations",
|
|
1267
|
+
"lastUpdated": 1639442454000,
|
|
1268
|
+
"docs": "https://vueuse.org/integrations/useQRCode/",
|
|
1269
|
+
"category": "@Integrations",
|
|
1270
|
+
"description": "wrapper for [`qrcode`](https://github.com/soldair/node-qrcode)"
|
|
1271
|
+
},
|
|
1060
1272
|
{
|
|
1061
1273
|
"name": "useRafFn",
|
|
1062
1274
|
"package": "core",
|
|
1275
|
+
"lastUpdated": 1639818708000,
|
|
1063
1276
|
"docs": "https://vueuse.org/core/useRafFn/",
|
|
1064
1277
|
"category": "Animation",
|
|
1065
1278
|
"description": "call function on every `requestAnimationFrame`"
|
|
@@ -1067,20 +1280,47 @@
|
|
|
1067
1280
|
{
|
|
1068
1281
|
"name": "useRefHistory",
|
|
1069
1282
|
"package": "core",
|
|
1283
|
+
"lastUpdated": 1639818708000,
|
|
1070
1284
|
"docs": "https://vueuse.org/core/useRefHistory/",
|
|
1071
|
-
"category": "
|
|
1285
|
+
"category": "State",
|
|
1072
1286
|
"description": "track the change history of a ref"
|
|
1073
1287
|
},
|
|
1074
1288
|
{
|
|
1075
1289
|
"name": "useResizeObserver",
|
|
1076
1290
|
"package": "core",
|
|
1291
|
+
"lastUpdated": 1640682127000,
|
|
1077
1292
|
"docs": "https://vueuse.org/core/useResizeObserver/",
|
|
1078
|
-
"category": "
|
|
1293
|
+
"category": "Elements",
|
|
1079
1294
|
"description": "reports changes to the dimensions of an Element's content or the border-box"
|
|
1080
1295
|
},
|
|
1296
|
+
{
|
|
1297
|
+
"name": "useRouteHash",
|
|
1298
|
+
"package": "router",
|
|
1299
|
+
"lastUpdated": 1639442454000,
|
|
1300
|
+
"docs": "https://vueuse.org/router/useRouteHash/",
|
|
1301
|
+
"category": "@Router",
|
|
1302
|
+
"description": "shorthand for reactive route.hash"
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"name": "useRouteQuery",
|
|
1306
|
+
"package": "router",
|
|
1307
|
+
"lastUpdated": 1639442454000,
|
|
1308
|
+
"docs": "https://vueuse.org/router/useRouteQuery/",
|
|
1309
|
+
"category": "@Router",
|
|
1310
|
+
"description": "shorthand for reactive route.query"
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"name": "useRTDB",
|
|
1314
|
+
"package": "firebase",
|
|
1315
|
+
"lastUpdated": 1639442454000,
|
|
1316
|
+
"docs": "https://vueuse.org/firebase/useRTDB/",
|
|
1317
|
+
"category": "@Firebase",
|
|
1318
|
+
"description": "reactive [Firebase Realtime Database](https://firebase.google.com/docs/database) binding"
|
|
1319
|
+
},
|
|
1081
1320
|
{
|
|
1082
1321
|
"name": "useScreenSafeArea",
|
|
1083
1322
|
"package": "core",
|
|
1323
|
+
"lastUpdated": 1640682127000,
|
|
1084
1324
|
"component": true,
|
|
1085
1325
|
"docs": "https://vueuse.org/core/useScreenSafeArea/",
|
|
1086
1326
|
"category": "Browser",
|
|
@@ -1089,6 +1329,7 @@
|
|
|
1089
1329
|
{
|
|
1090
1330
|
"name": "useScriptTag",
|
|
1091
1331
|
"package": "core",
|
|
1332
|
+
"lastUpdated": 1644283181000,
|
|
1092
1333
|
"docs": "https://vueuse.org/core/useScriptTag/",
|
|
1093
1334
|
"category": "Browser",
|
|
1094
1335
|
"description": "script tag injecting"
|
|
@@ -1096,6 +1337,7 @@
|
|
|
1096
1337
|
{
|
|
1097
1338
|
"name": "useScroll",
|
|
1098
1339
|
"package": "core",
|
|
1340
|
+
"lastUpdated": 1639818708000,
|
|
1099
1341
|
"docs": "https://vueuse.org/core/useScroll/",
|
|
1100
1342
|
"category": "Sensors",
|
|
1101
1343
|
"description": "reactive scroll position and state"
|
|
@@ -1103,6 +1345,7 @@
|
|
|
1103
1345
|
{
|
|
1104
1346
|
"name": "useScrollLock",
|
|
1105
1347
|
"package": "core",
|
|
1348
|
+
"lastUpdated": 1639818708000,
|
|
1106
1349
|
"docs": "https://vueuse.org/core/useScrollLock/",
|
|
1107
1350
|
"category": "Sensors",
|
|
1108
1351
|
"description": "lock scrolling of the element"
|
|
@@ -1110,6 +1353,7 @@
|
|
|
1110
1353
|
{
|
|
1111
1354
|
"name": "useSessionStorage",
|
|
1112
1355
|
"package": "core",
|
|
1356
|
+
"lastUpdated": 1639442454000,
|
|
1113
1357
|
"docs": "https://vueuse.org/core/useSessionStorage/",
|
|
1114
1358
|
"category": "State",
|
|
1115
1359
|
"description": "reactive [SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)"
|
|
@@ -1117,6 +1361,7 @@
|
|
|
1117
1361
|
{
|
|
1118
1362
|
"name": "useShare",
|
|
1119
1363
|
"package": "core",
|
|
1364
|
+
"lastUpdated": 1639442454000,
|
|
1120
1365
|
"docs": "https://vueuse.org/core/useShare/",
|
|
1121
1366
|
"category": "Browser",
|
|
1122
1367
|
"description": "reactive [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share)"
|
|
@@ -1124,6 +1369,7 @@
|
|
|
1124
1369
|
{
|
|
1125
1370
|
"name": "useSpeechRecognition",
|
|
1126
1371
|
"package": "core",
|
|
1372
|
+
"lastUpdated": 1639818708000,
|
|
1127
1373
|
"docs": "https://vueuse.org/core/useSpeechRecognition/",
|
|
1128
1374
|
"category": "Sensors",
|
|
1129
1375
|
"description": "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
|
|
@@ -1131,6 +1377,7 @@
|
|
|
1131
1377
|
{
|
|
1132
1378
|
"name": "useSpeechSynthesis",
|
|
1133
1379
|
"package": "core",
|
|
1380
|
+
"lastUpdated": 1639818708000,
|
|
1134
1381
|
"docs": "https://vueuse.org/core/useSpeechSynthesis/",
|
|
1135
1382
|
"category": "Sensors",
|
|
1136
1383
|
"description": "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
|
|
@@ -1138,6 +1385,7 @@
|
|
|
1138
1385
|
{
|
|
1139
1386
|
"name": "useStorage",
|
|
1140
1387
|
"package": "core",
|
|
1388
|
+
"lastUpdated": 1643314821000,
|
|
1141
1389
|
"docs": "https://vueuse.org/core/useStorage/",
|
|
1142
1390
|
"category": "State",
|
|
1143
1391
|
"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)"
|
|
@@ -1145,13 +1393,39 @@
|
|
|
1145
1393
|
{
|
|
1146
1394
|
"name": "useStorageAsync",
|
|
1147
1395
|
"package": "core",
|
|
1396
|
+
"lastUpdated": 1641376353000,
|
|
1148
1397
|
"docs": "https://vueuse.org/core/useStorageAsync/",
|
|
1149
1398
|
"category": "State",
|
|
1150
1399
|
"description": "reactive Storage in with async support"
|
|
1151
1400
|
},
|
|
1401
|
+
{
|
|
1402
|
+
"name": "useStyleTag",
|
|
1403
|
+
"package": "core",
|
|
1404
|
+
"lastUpdated": 1643124348000,
|
|
1405
|
+
"docs": "https://vueuse.org/core/useStyleTag/",
|
|
1406
|
+
"category": "Browser",
|
|
1407
|
+
"description": "inject reactive `<style>` element in head"
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"name": "useSubject",
|
|
1411
|
+
"package": "rxjs",
|
|
1412
|
+
"lastUpdated": 1639442454000,
|
|
1413
|
+
"docs": "https://vueuse.org/rxjs/useSubject/",
|
|
1414
|
+
"category": "@RxJS",
|
|
1415
|
+
"description": "bind Subject to ref and propagate value changes both ways"
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"name": "useSubscription",
|
|
1419
|
+
"package": "rxjs",
|
|
1420
|
+
"lastUpdated": 1628521945000,
|
|
1421
|
+
"docs": "https://vueuse.org/rxjs/useSubscription/",
|
|
1422
|
+
"category": "@RxJS",
|
|
1423
|
+
"description": "uses subscriptions without worry about unsubscribing to it or memory leaks"
|
|
1424
|
+
},
|
|
1152
1425
|
{
|
|
1153
1426
|
"name": "useSwipe",
|
|
1154
1427
|
"package": "core",
|
|
1428
|
+
"lastUpdated": 1639442454000,
|
|
1155
1429
|
"docs": "https://vueuse.org/core/useSwipe/",
|
|
1156
1430
|
"category": "Sensors",
|
|
1157
1431
|
"description": "reactive swipe detection based on [`TouchEvents`](https://developer.mozilla.org/en-US/docs/Web/API/TouchEvent)"
|
|
@@ -1159,6 +1433,7 @@
|
|
|
1159
1433
|
{
|
|
1160
1434
|
"name": "useTemplateRefsList",
|
|
1161
1435
|
"package": "core",
|
|
1436
|
+
"lastUpdated": 1639442454000,
|
|
1162
1437
|
"docs": "https://vueuse.org/core/useTemplateRefsList/",
|
|
1163
1438
|
"category": "Component",
|
|
1164
1439
|
"description": "shorthand for binding refs to template elements and components inside `v-for`"
|
|
@@ -1166,28 +1441,64 @@
|
|
|
1166
1441
|
{
|
|
1167
1442
|
"name": "useTextSelection",
|
|
1168
1443
|
"package": "core",
|
|
1444
|
+
"lastUpdated": 1640790934000,
|
|
1169
1445
|
"docs": "https://vueuse.org/core/useTextSelection/",
|
|
1170
1446
|
"category": "Sensors",
|
|
1171
1447
|
"description": "reactively track user text selection based on [`Window.getSelection`](https://developer.mozilla.org/en-US/docs/Web/API/Window/getSelection)"
|
|
1172
1448
|
},
|
|
1449
|
+
{
|
|
1450
|
+
"name": "useThrottle",
|
|
1451
|
+
"package": "shared",
|
|
1452
|
+
"lastUpdated": 1639442454000,
|
|
1453
|
+
"docs": "https://vueuse.org/shared/useThrottle/",
|
|
1454
|
+
"category": "Utilities",
|
|
1455
|
+
"description": "throttle changing of a ref value"
|
|
1456
|
+
},
|
|
1173
1457
|
{
|
|
1174
1458
|
"name": "useThrottledRefHistory",
|
|
1175
1459
|
"package": "core",
|
|
1460
|
+
"lastUpdated": 1639442454000,
|
|
1176
1461
|
"docs": "https://vueuse.org/core/useThrottledRefHistory/",
|
|
1177
|
-
"category": "
|
|
1462
|
+
"category": "State",
|
|
1178
1463
|
"description": "shorthand for `useRefHistory` with throttled filter"
|
|
1179
1464
|
},
|
|
1465
|
+
{
|
|
1466
|
+
"name": "useThrottleFn",
|
|
1467
|
+
"package": "shared",
|
|
1468
|
+
"lastUpdated": 1639442454000,
|
|
1469
|
+
"docs": "https://vueuse.org/shared/useThrottleFn/",
|
|
1470
|
+
"category": "Utilities",
|
|
1471
|
+
"description": "throttle execution of a function"
|
|
1472
|
+
},
|
|
1180
1473
|
{
|
|
1181
1474
|
"name": "useTimeAgo",
|
|
1182
1475
|
"package": "core",
|
|
1476
|
+
"lastUpdated": 1639442454000,
|
|
1183
1477
|
"component": true,
|
|
1184
1478
|
"docs": "https://vueuse.org/core/useTimeAgo/",
|
|
1185
|
-
"category": "
|
|
1479
|
+
"category": "Misc",
|
|
1186
1480
|
"description": "reactive time ago"
|
|
1187
1481
|
},
|
|
1482
|
+
{
|
|
1483
|
+
"name": "useTimeout",
|
|
1484
|
+
"package": "shared",
|
|
1485
|
+
"lastUpdated": 1639442454000,
|
|
1486
|
+
"docs": "https://vueuse.org/shared/useTimeout/",
|
|
1487
|
+
"category": "Animation",
|
|
1488
|
+
"description": "update value after a given time with controls"
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"name": "useTimeoutFn",
|
|
1492
|
+
"package": "shared",
|
|
1493
|
+
"lastUpdated": 1642756441000,
|
|
1494
|
+
"docs": "https://vueuse.org/shared/useTimeoutFn/",
|
|
1495
|
+
"category": "Animation",
|
|
1496
|
+
"description": "wrapper for `setTimeout` with controls"
|
|
1497
|
+
},
|
|
1188
1498
|
{
|
|
1189
1499
|
"name": "useTimestamp",
|
|
1190
1500
|
"package": "core",
|
|
1501
|
+
"lastUpdated": 1639442454000,
|
|
1191
1502
|
"component": true,
|
|
1192
1503
|
"docs": "https://vueuse.org/core/useTimestamp/",
|
|
1193
1504
|
"category": "Animation",
|
|
@@ -1196,13 +1507,23 @@
|
|
|
1196
1507
|
{
|
|
1197
1508
|
"name": "useTitle",
|
|
1198
1509
|
"package": "core",
|
|
1510
|
+
"lastUpdated": 1640175570000,
|
|
1199
1511
|
"docs": "https://vueuse.org/core/useTitle/",
|
|
1200
1512
|
"category": "Browser",
|
|
1201
1513
|
"description": "reactive document title"
|
|
1202
1514
|
},
|
|
1515
|
+
{
|
|
1516
|
+
"name": "useToggle",
|
|
1517
|
+
"package": "shared",
|
|
1518
|
+
"lastUpdated": 1639442454000,
|
|
1519
|
+
"docs": "https://vueuse.org/shared/useToggle/",
|
|
1520
|
+
"category": "Utilities",
|
|
1521
|
+
"description": "a boolean switcher with utility functions"
|
|
1522
|
+
},
|
|
1203
1523
|
{
|
|
1204
1524
|
"name": "useTransition",
|
|
1205
1525
|
"package": "core",
|
|
1526
|
+
"lastUpdated": 1642756441000,
|
|
1206
1527
|
"docs": "https://vueuse.org/core/useTransition/",
|
|
1207
1528
|
"category": "Animation",
|
|
1208
1529
|
"description": "transition between values"
|
|
@@ -1210,6 +1531,7 @@
|
|
|
1210
1531
|
{
|
|
1211
1532
|
"name": "useUrlSearchParams",
|
|
1212
1533
|
"package": "core",
|
|
1534
|
+
"lastUpdated": 1639442454000,
|
|
1213
1535
|
"docs": "https://vueuse.org/core/useUrlSearchParams/",
|
|
1214
1536
|
"category": "Browser",
|
|
1215
1537
|
"description": "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
|
@@ -1217,42 +1539,48 @@
|
|
|
1217
1539
|
{
|
|
1218
1540
|
"name": "useUserMedia",
|
|
1219
1541
|
"package": "core",
|
|
1542
|
+
"lastUpdated": 1639818708000,
|
|
1220
1543
|
"docs": "https://vueuse.org/core/useUserMedia/",
|
|
1221
1544
|
"category": "Sensors",
|
|
1222
1545
|
"description": "reactive [`mediaDevices.getUserMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia) streaming"
|
|
1223
1546
|
},
|
|
1224
|
-
{
|
|
1225
|
-
"name": "useVModel",
|
|
1226
|
-
"package": "core",
|
|
1227
|
-
"docs": "https://vueuse.org/core/useVModel/",
|
|
1228
|
-
"category": "Component",
|
|
1229
|
-
"description": "shorthand for v-model binding"
|
|
1230
|
-
},
|
|
1231
|
-
{
|
|
1232
|
-
"name": "useVModels",
|
|
1233
|
-
"package": "core",
|
|
1234
|
-
"docs": "https://vueuse.org/core/useVModels/",
|
|
1235
|
-
"category": "Component",
|
|
1236
|
-
"description": "shorthand for props v-model binding"
|
|
1237
|
-
},
|
|
1238
1547
|
{
|
|
1239
1548
|
"name": "useVibrate",
|
|
1240
1549
|
"package": "core",
|
|
1550
|
+
"lastUpdated": 1640932230000,
|
|
1241
1551
|
"docs": "https://vueuse.org/core/useVibrate/",
|
|
1242
1552
|
"category": "Browser",
|
|
1243
|
-
"description": "reactive
|
|
1553
|
+
"description": "reactive [Vibration API](https://developer.mozilla.org/en-US/docs/Web/API/Vibration_API)"
|
|
1244
1554
|
},
|
|
1245
1555
|
{
|
|
1246
1556
|
"name": "useVirtualList",
|
|
1247
1557
|
"package": "core",
|
|
1558
|
+
"lastUpdated": 1642756441000,
|
|
1248
1559
|
"component": true,
|
|
1249
1560
|
"docs": "https://vueuse.org/core/useVirtualList/",
|
|
1250
1561
|
"category": "Component",
|
|
1251
1562
|
"description": "create virtual lists with ease"
|
|
1252
1563
|
},
|
|
1564
|
+
{
|
|
1565
|
+
"name": "useVModel",
|
|
1566
|
+
"package": "core",
|
|
1567
|
+
"lastUpdated": 1639442454000,
|
|
1568
|
+
"docs": "https://vueuse.org/core/useVModel/",
|
|
1569
|
+
"category": "Component",
|
|
1570
|
+
"description": "shorthand for v-model binding"
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"name": "useVModels",
|
|
1574
|
+
"package": "core",
|
|
1575
|
+
"lastUpdated": 1639442454000,
|
|
1576
|
+
"docs": "https://vueuse.org/core/useVModels/",
|
|
1577
|
+
"category": "Component",
|
|
1578
|
+
"description": "shorthand for props v-model binding"
|
|
1579
|
+
},
|
|
1253
1580
|
{
|
|
1254
1581
|
"name": "useWakeLock",
|
|
1255
1582
|
"package": "core",
|
|
1583
|
+
"lastUpdated": 1640682127000,
|
|
1256
1584
|
"docs": "https://vueuse.org/core/useWakeLock/",
|
|
1257
1585
|
"category": "Browser",
|
|
1258
1586
|
"description": "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API) provides a way to prevent devices from dimming or locking the screen when an application needs to keep running"
|
|
@@ -1260,6 +1588,7 @@
|
|
|
1260
1588
|
{
|
|
1261
1589
|
"name": "useWebNotification",
|
|
1262
1590
|
"package": "core",
|
|
1591
|
+
"lastUpdated": 1640933217000,
|
|
1263
1592
|
"docs": "https://vueuse.org/core/useWebNotification/",
|
|
1264
1593
|
"category": "Browser",
|
|
1265
1594
|
"description": "reactive [Notification](https://developer.mozilla.org/en-US/docs/Web/API/notification)"
|
|
@@ -1267,13 +1596,15 @@
|
|
|
1267
1596
|
{
|
|
1268
1597
|
"name": "useWebSocket",
|
|
1269
1598
|
"package": "core",
|
|
1599
|
+
"lastUpdated": 1641985525000,
|
|
1270
1600
|
"docs": "https://vueuse.org/core/useWebSocket/",
|
|
1271
|
-
"category": "
|
|
1601
|
+
"category": "Network",
|
|
1272
1602
|
"description": "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
1273
1603
|
},
|
|
1274
1604
|
{
|
|
1275
1605
|
"name": "useWebWorker",
|
|
1276
1606
|
"package": "core",
|
|
1607
|
+
"lastUpdated": 1639442454000,
|
|
1277
1608
|
"docs": "https://vueuse.org/core/useWebWorker/",
|
|
1278
1609
|
"category": "Misc",
|
|
1279
1610
|
"description": "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication"
|
|
@@ -1281,184 +1612,41 @@
|
|
|
1281
1612
|
{
|
|
1282
1613
|
"name": "useWebWorkerFn",
|
|
1283
1614
|
"package": "core",
|
|
1615
|
+
"lastUpdated": 1639442454000,
|
|
1284
1616
|
"docs": "https://vueuse.org/core/useWebWorkerFn/",
|
|
1285
1617
|
"category": "Misc",
|
|
1286
|
-
"description": "run expensive
|
|
1618
|
+
"description": "run expensive functions without blocking the UI"
|
|
1287
1619
|
},
|
|
1288
1620
|
{
|
|
1289
1621
|
"name": "useWindowFocus",
|
|
1290
1622
|
"package": "core",
|
|
1623
|
+
"lastUpdated": 1639442454000,
|
|
1291
1624
|
"component": true,
|
|
1292
1625
|
"docs": "https://vueuse.org/core/useWindowFocus/",
|
|
1293
|
-
"category": "
|
|
1626
|
+
"category": "Elements",
|
|
1294
1627
|
"description": "reactively track window focus with `window.onfocus` and `window.onblur` events"
|
|
1295
1628
|
},
|
|
1296
1629
|
{
|
|
1297
1630
|
"name": "useWindowScroll",
|
|
1298
1631
|
"package": "core",
|
|
1632
|
+
"lastUpdated": 1639442454000,
|
|
1299
1633
|
"docs": "https://vueuse.org/core/useWindowScroll/",
|
|
1300
|
-
"category": "
|
|
1634
|
+
"category": "Elements",
|
|
1301
1635
|
"description": "reactive window scroll"
|
|
1302
1636
|
},
|
|
1303
1637
|
{
|
|
1304
1638
|
"name": "useWindowSize",
|
|
1305
1639
|
"package": "core",
|
|
1640
|
+
"lastUpdated": 1639442454000,
|
|
1306
1641
|
"component": true,
|
|
1307
1642
|
"docs": "https://vueuse.org/core/useWindowSize/",
|
|
1308
|
-
"category": "
|
|
1643
|
+
"category": "Elements",
|
|
1309
1644
|
"description": "reactive window size"
|
|
1310
1645
|
},
|
|
1311
|
-
{
|
|
1312
|
-
"name": "useRouteHash",
|
|
1313
|
-
"package": "router",
|
|
1314
|
-
"docs": "https://vueuse.org/router/useRouteHash/",
|
|
1315
|
-
"category": "@Router",
|
|
1316
|
-
"description": "shorthand for reactive route.hash"
|
|
1317
|
-
},
|
|
1318
|
-
{
|
|
1319
|
-
"name": "useRouteQuery",
|
|
1320
|
-
"package": "router",
|
|
1321
|
-
"docs": "https://vueuse.org/router/useRouteQuery/",
|
|
1322
|
-
"category": "@Router",
|
|
1323
|
-
"description": "shorthand for reactive route.query"
|
|
1324
|
-
},
|
|
1325
|
-
{
|
|
1326
|
-
"name": "useAxios",
|
|
1327
|
-
"package": "integrations",
|
|
1328
|
-
"docs": "https://vueuse.org/integrations/useAxios/",
|
|
1329
|
-
"category": "@Integrations",
|
|
1330
|
-
"description": "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
"name": "useCookies",
|
|
1334
|
-
"package": "integrations",
|
|
1335
|
-
"docs": "https://vueuse.org/integrations/useCookies/",
|
|
1336
|
-
"category": "@Integrations",
|
|
1337
|
-
"description": "wrapper for [`universal-cookie`](https://www.npmjs.com/package/universal-cookie)"
|
|
1338
|
-
},
|
|
1339
|
-
{
|
|
1340
|
-
"name": "useDrauu",
|
|
1341
|
-
"package": "integrations",
|
|
1342
|
-
"docs": "https://vueuse.org/integrations/useDrauu/",
|
|
1343
|
-
"category": "@Integrations",
|
|
1344
|
-
"description": "reactive instance for [drauu](https://github.com/antfu/drauu)"
|
|
1345
|
-
},
|
|
1346
|
-
{
|
|
1347
|
-
"name": "useFocusTrap",
|
|
1348
|
-
"package": "integrations",
|
|
1349
|
-
"component": true,
|
|
1350
|
-
"docs": "https://vueuse.org/integrations/useFocusTrap/",
|
|
1351
|
-
"category": "@Integrations",
|
|
1352
|
-
"description": "reactive wrapper for [`focus-trap`](https://github.com/focus-trap/focus-trap)"
|
|
1353
|
-
},
|
|
1354
|
-
{
|
|
1355
|
-
"name": "useFuse",
|
|
1356
|
-
"package": "integrations",
|
|
1357
|
-
"docs": "https://vueuse.org/integrations/useFuse/",
|
|
1358
|
-
"category": "@Integrations",
|
|
1359
|
-
"description": "easily implement fuzzy search using a composable on top of the zero-dependency library [Fuse.js](https://github.com/krisk/fuse)"
|
|
1360
|
-
},
|
|
1361
|
-
{
|
|
1362
|
-
"name": "useJwt",
|
|
1363
|
-
"package": "integrations",
|
|
1364
|
-
"docs": "https://vueuse.org/integrations/useJwt/",
|
|
1365
|
-
"category": "@Integrations",
|
|
1366
|
-
"description": "wrapper for [`jwt-decode`](https://github.com/auth0/jwt-decode)"
|
|
1367
|
-
},
|
|
1368
|
-
{
|
|
1369
|
-
"name": "useNProgress",
|
|
1370
|
-
"package": "integrations",
|
|
1371
|
-
"docs": "https://vueuse.org/integrations/useNProgress/",
|
|
1372
|
-
"category": "@Integrations",
|
|
1373
|
-
"description": "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)"
|
|
1374
|
-
},
|
|
1375
|
-
{
|
|
1376
|
-
"name": "useQRCode",
|
|
1377
|
-
"package": "integrations",
|
|
1378
|
-
"docs": "https://vueuse.org/integrations/useQRCode/",
|
|
1379
|
-
"category": "@Integrations",
|
|
1380
|
-
"description": "wrapper for [`qrcode`](https://github.com/soldair/node-qrcode)"
|
|
1381
|
-
},
|
|
1382
|
-
{
|
|
1383
|
-
"name": "from",
|
|
1384
|
-
"package": "rxjs",
|
|
1385
|
-
"docs": "https://vueuse.org/rxjs/from/",
|
|
1386
|
-
"category": "@RxJS",
|
|
1387
|
-
"description": "/ fromEvent"
|
|
1388
|
-
},
|
|
1389
|
-
{
|
|
1390
|
-
"name": "toObserver",
|
|
1391
|
-
"package": "rxjs",
|
|
1392
|
-
"docs": "https://vueuse.org/rxjs/toObserver/",
|
|
1393
|
-
"category": "@RxJS",
|
|
1394
|
-
"description": "sugar function to convert a ref in an observer"
|
|
1395
|
-
},
|
|
1396
|
-
{
|
|
1397
|
-
"name": "useObservable",
|
|
1398
|
-
"package": "rxjs",
|
|
1399
|
-
"docs": "https://vueuse.org/rxjs/useObservable/",
|
|
1400
|
-
"category": "@RxJS",
|
|
1401
|
-
"description": "use an Observable"
|
|
1402
|
-
},
|
|
1403
|
-
{
|
|
1404
|
-
"name": "useSubject",
|
|
1405
|
-
"package": "rxjs",
|
|
1406
|
-
"docs": "https://vueuse.org/rxjs/useSubject/",
|
|
1407
|
-
"category": "@RxJS",
|
|
1408
|
-
"description": "bind Subject to ref and propagate value changes both ways"
|
|
1409
|
-
},
|
|
1410
|
-
{
|
|
1411
|
-
"name": "useSubscription",
|
|
1412
|
-
"package": "rxjs",
|
|
1413
|
-
"docs": "https://vueuse.org/rxjs/useSubscription/",
|
|
1414
|
-
"category": "@RxJS",
|
|
1415
|
-
"description": "uses subscriptions without worry about unsubscribing to it or memory leaks"
|
|
1416
|
-
},
|
|
1417
|
-
{
|
|
1418
|
-
"name": "useAuth",
|
|
1419
|
-
"package": "firebase",
|
|
1420
|
-
"docs": "https://vueuse.org/firebase/useAuth/",
|
|
1421
|
-
"category": "@Firebase",
|
|
1422
|
-
"description": "reactive [Firebase Auth](https://firebase.google.com/docs/auth) binding"
|
|
1423
|
-
},
|
|
1424
|
-
{
|
|
1425
|
-
"name": "useFirestore",
|
|
1426
|
-
"package": "firebase",
|
|
1427
|
-
"docs": "https://vueuse.org/firebase/useFirestore/",
|
|
1428
|
-
"category": "@Firebase",
|
|
1429
|
-
"description": "reactive [Firestore](https://firebase.google.com/docs/firestore) binding"
|
|
1430
|
-
},
|
|
1431
|
-
{
|
|
1432
|
-
"name": "useRTDB",
|
|
1433
|
-
"package": "firebase",
|
|
1434
|
-
"docs": "https://vueuse.org/firebase/useRTDB/",
|
|
1435
|
-
"category": "@Firebase",
|
|
1436
|
-
"description": "reactive [Firebase Realtime Database](https://firebase.google.com/docs/database) binding"
|
|
1437
|
-
},
|
|
1438
|
-
{
|
|
1439
|
-
"name": "useIpcRenderer",
|
|
1440
|
-
"package": "electron",
|
|
1441
|
-
"docs": "https://vueuse.org/electron/useIpcRenderer/",
|
|
1442
|
-
"category": "@Electron",
|
|
1443
|
-
"description": "provides [ipcRenderer](https://www.electronjs.org/docs/api/ipc-renderer) and it's all APIs"
|
|
1444
|
-
},
|
|
1445
|
-
{
|
|
1446
|
-
"name": "useIpcRendererInvoke",
|
|
1447
|
-
"package": "electron",
|
|
1448
|
-
"docs": "https://vueuse.org/electron/useIpcRendererInvoke/",
|
|
1449
|
-
"category": "@Electron",
|
|
1450
|
-
"description": "reactive [ipcRenderer.invoke API](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendererinvokechannel-args) result"
|
|
1451
|
-
},
|
|
1452
|
-
{
|
|
1453
|
-
"name": "useIpcRendererOn",
|
|
1454
|
-
"package": "electron",
|
|
1455
|
-
"docs": "https://vueuse.org/electron/useIpcRendererOn/",
|
|
1456
|
-
"category": "@Electron",
|
|
1457
|
-
"description": "use [ipcRenderer.on](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendereronchannel-listener) with ease and [ipcRenderer.removeListener](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendererremovelistenerchannel-listener) automatically on unmounted"
|
|
1458
|
-
},
|
|
1459
1646
|
{
|
|
1460
1647
|
"name": "useZoomFactor",
|
|
1461
1648
|
"package": "electron",
|
|
1649
|
+
"lastUpdated": 1639442454000,
|
|
1462
1650
|
"docs": "https://vueuse.org/electron/useZoomFactor/",
|
|
1463
1651
|
"category": "@Electron",
|
|
1464
1652
|
"description": "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom factor"
|
|
@@ -1466,9 +1654,48 @@
|
|
|
1466
1654
|
{
|
|
1467
1655
|
"name": "useZoomLevel",
|
|
1468
1656
|
"package": "electron",
|
|
1657
|
+
"lastUpdated": 1639442454000,
|
|
1469
1658
|
"docs": "https://vueuse.org/electron/useZoomLevel/",
|
|
1470
1659
|
"category": "@Electron",
|
|
1471
1660
|
"description": "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom level"
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"name": "utils",
|
|
1664
|
+
"package": "shared",
|
|
1665
|
+
"lastUpdated": 1631121093000,
|
|
1666
|
+
"internal": true
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"name": "watchAtMost",
|
|
1670
|
+
"package": "shared",
|
|
1671
|
+
"lastUpdated": 1643036457000,
|
|
1672
|
+
"docs": "https://vueuse.org/shared/watchAtMost/",
|
|
1673
|
+
"category": "Watch",
|
|
1674
|
+
"description": "`watch` with the number of times triggered"
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"name": "watchOnce",
|
|
1678
|
+
"package": "shared",
|
|
1679
|
+
"lastUpdated": 1643036457000,
|
|
1680
|
+
"docs": "https://vueuse.org/shared/watchOnce/",
|
|
1681
|
+
"category": "Watch",
|
|
1682
|
+
"description": "`watch` that only triggers once"
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"name": "watchWithFilter",
|
|
1686
|
+
"package": "shared",
|
|
1687
|
+
"lastUpdated": 1639818708000,
|
|
1688
|
+
"docs": "https://vueuse.org/shared/watchWithFilter/",
|
|
1689
|
+
"category": "Watch",
|
|
1690
|
+
"description": "`watch` with additional EventFilter control"
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"name": "whenever",
|
|
1694
|
+
"package": "shared",
|
|
1695
|
+
"lastUpdated": 1639818708000,
|
|
1696
|
+
"docs": "https://vueuse.org/shared/whenever/",
|
|
1697
|
+
"category": "Watch",
|
|
1698
|
+
"description": "shorthand for watching value to be truthy"
|
|
1472
1699
|
}
|
|
1473
1700
|
]
|
|
1474
1701
|
}
|