unplugin-vue-components 0.17.21 → 0.18.2
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/README.md +6 -6
- package/dist/{chunk-GGNOJ77I.js → chunk-6F4PWJZI.js} +0 -0
- package/dist/{chunk-ERB4VV6K.js → chunk-I3PYM4HQ.js} +37 -2
- package/dist/{chunk-ZHBFA55Z.mjs → chunk-KA5FQ6XN.mjs} +15 -8
- package/dist/{chunk-M3Z4TUEC.mjs → chunk-PQNKN3AH.mjs} +35 -0
- package/dist/{chunk-4OXKGUF4.js → chunk-X46PG6OB.js} +30 -23
- package/dist/esbuild.js +4 -5
- package/dist/esbuild.mjs +2 -3
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -5
- package/dist/index.mjs +2 -3
- package/dist/nuxt.js +5 -6
- package/dist/nuxt.mjs +2 -3
- package/dist/resolvers.js +990 -342
- package/dist/resolvers.mjs +980 -332
- package/dist/rollup.js +4 -5
- package/dist/rollup.mjs +2 -3
- package/dist/types.d.ts +11 -1
- package/dist/types.js +1 -2
- package/dist/types.mjs +0 -1
- package/dist/vite.d.ts +5 -3
- package/dist/vite.js +4 -5
- package/dist/vite.mjs +2 -3
- package/dist/webpack.js +4 -5
- package/dist/webpack.mjs +2 -3
- package/package.json +43 -35
- package/dist/chunk-EKXJN6YJ.mjs +0 -36
- package/dist/chunk-HIJQIC5V.js +0 -36
- package/esbuild.d.ts +0 -2
- package/index.d.ts +0 -2
- package/nuxt.d.ts +0 -2
- package/resolvers.d.ts +0 -2
- package/rollup.d.ts +0 -2
- package/types.d.ts +0 -2
- package/vite.d.ts +0 -2
- package/webpack.d.ts +0 -2
package/dist/resolvers.js
CHANGED
|
@@ -7,16 +7,14 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var _chunkERB4VV6Kjs = require('./chunk-ERB4VV6K.js');
|
|
11
10
|
|
|
12
11
|
|
|
13
12
|
|
|
13
|
+
var _chunkI3PYM4HQjs = require('./chunk-I3PYM4HQ.js');
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
19
|
-
"node_modules/.pnpm/@vueuse+core@6.1.0_vue@3.2.26/node_modules/@vueuse/core/indexes.json"(exports, module) {
|
|
15
|
+
// node_modules/.pnpm/@vueuse+core@7.7.1_vue@3.2.31/node_modules/@vueuse/core/indexes.json
|
|
16
|
+
var require_indexes = _chunkI3PYM4HQjs.__commonJS.call(void 0, {
|
|
17
|
+
"node_modules/.pnpm/@vueuse+core@7.7.1_vue@3.2.31/node_modules/@vueuse/core/indexes.json"(exports, module) {
|
|
20
18
|
module.exports = {
|
|
21
19
|
packages: {
|
|
22
20
|
shared: {
|
|
@@ -41,6 +39,27 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
41
39
|
],
|
|
42
40
|
dir: "packages/components"
|
|
43
41
|
},
|
|
42
|
+
nuxt: {
|
|
43
|
+
name: "nuxt",
|
|
44
|
+
display: "Nuxt",
|
|
45
|
+
description: "VueUse Nuxt Module",
|
|
46
|
+
manualImport: true,
|
|
47
|
+
addon: true,
|
|
48
|
+
iife: false,
|
|
49
|
+
cjs: false,
|
|
50
|
+
target: "node14",
|
|
51
|
+
external: [
|
|
52
|
+
"@vueuse/core",
|
|
53
|
+
"@vueuse/shared",
|
|
54
|
+
"@nuxt/kit",
|
|
55
|
+
"local-pkg",
|
|
56
|
+
"fs",
|
|
57
|
+
"path",
|
|
58
|
+
"url"
|
|
59
|
+
],
|
|
60
|
+
dir: "packages/nuxt",
|
|
61
|
+
docs: "https://vueuse.org/nuxt/README.html"
|
|
62
|
+
},
|
|
44
63
|
router: {
|
|
45
64
|
name: "router",
|
|
46
65
|
display: "Router",
|
|
@@ -68,7 +87,11 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
68
87
|
"http",
|
|
69
88
|
"nprogress",
|
|
70
89
|
"jwt-decode",
|
|
71
|
-
"focus-trap"
|
|
90
|
+
"focus-trap",
|
|
91
|
+
"drauu",
|
|
92
|
+
"@vueuse/core",
|
|
93
|
+
"@vueuse/shared",
|
|
94
|
+
"fuse.js"
|
|
72
95
|
],
|
|
73
96
|
globals: {
|
|
74
97
|
axios: "axios",
|
|
@@ -76,7 +99,9 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
76
99
|
qrcode: "QRCode",
|
|
77
100
|
nprogress: "nprogress",
|
|
78
101
|
"jwt-decode": "jwt_decode",
|
|
79
|
-
"focus-trap": "focusTrap"
|
|
102
|
+
"focus-trap": "focusTrap",
|
|
103
|
+
drauu: "Drauu",
|
|
104
|
+
"fuse.js": "Fuse"
|
|
80
105
|
},
|
|
81
106
|
dir: "packages/integrations",
|
|
82
107
|
docs: "https://vueuse.org/integrations/README.html"
|
|
@@ -129,39 +154,70 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
129
154
|
}
|
|
130
155
|
},
|
|
131
156
|
categories: [
|
|
132
|
-
"@Electron",
|
|
133
|
-
"@Firebase",
|
|
134
|
-
"@Integrations",
|
|
135
|
-
"@Router",
|
|
136
|
-
"@RxJS",
|
|
137
157
|
"Animation",
|
|
138
158
|
"Browser",
|
|
139
159
|
"Component",
|
|
140
|
-
"
|
|
160
|
+
"Elements",
|
|
141
161
|
"Misc",
|
|
162
|
+
"Network",
|
|
142
163
|
"Sensors",
|
|
143
164
|
"State",
|
|
144
165
|
"Utilities",
|
|
145
|
-
"Watch"
|
|
166
|
+
"Watch",
|
|
167
|
+
"@Electron",
|
|
168
|
+
"@Firebase",
|
|
169
|
+
"@Head",
|
|
170
|
+
"@Integrations",
|
|
171
|
+
"@Motion",
|
|
172
|
+
"@Router",
|
|
173
|
+
"@RxJS",
|
|
174
|
+
"@Sound"
|
|
146
175
|
],
|
|
147
176
|
functions: [
|
|
148
177
|
{
|
|
149
178
|
name: "and",
|
|
150
179
|
package: "shared",
|
|
180
|
+
lastUpdated: 1639442454e3,
|
|
151
181
|
docs: "https://vueuse.org/shared/and/",
|
|
152
182
|
category: "Utilities",
|
|
153
183
|
description: "`AND` condition for refs"
|
|
154
184
|
},
|
|
185
|
+
{
|
|
186
|
+
name: "asyncComputed",
|
|
187
|
+
package: "core",
|
|
188
|
+
lastUpdated: 1640682127e3,
|
|
189
|
+
docs: "https://vueuse.org/core/asyncComputed/",
|
|
190
|
+
category: "Utilities",
|
|
191
|
+
description: "computed for async functions"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
name: "autoResetRef",
|
|
195
|
+
package: "core",
|
|
196
|
+
lastUpdated: 1639442454e3,
|
|
197
|
+
docs: "https://vueuse.org/core/autoResetRef/",
|
|
198
|
+
category: "Utilities",
|
|
199
|
+
description: "a ref which will be reset to the default value after some time"
|
|
200
|
+
},
|
|
155
201
|
{
|
|
156
202
|
name: "biSyncRef",
|
|
157
203
|
package: "shared",
|
|
204
|
+
lastUpdated: 1639442454e3,
|
|
158
205
|
docs: "https://vueuse.org/shared/biSyncRef/",
|
|
159
206
|
category: "Utilities",
|
|
160
207
|
description: "two-way refs synchronization"
|
|
161
208
|
},
|
|
209
|
+
{
|
|
210
|
+
name: "computedInject",
|
|
211
|
+
package: "core",
|
|
212
|
+
lastUpdated: 1639442454e3,
|
|
213
|
+
docs: "https://vueuse.org/core/computedInject/",
|
|
214
|
+
category: "Component",
|
|
215
|
+
description: "combine computed and inject"
|
|
216
|
+
},
|
|
162
217
|
{
|
|
163
218
|
name: "controlledComputed",
|
|
164
219
|
package: "shared",
|
|
220
|
+
lastUpdated: 1639442454e3,
|
|
165
221
|
docs: "https://vueuse.org/shared/controlledComputed/",
|
|
166
222
|
category: "Utilities",
|
|
167
223
|
description: "explicitly define the deps of computed"
|
|
@@ -169,6 +225,7 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
169
225
|
{
|
|
170
226
|
name: "controlledRef",
|
|
171
227
|
package: "shared",
|
|
228
|
+
lastUpdated: 1639442454e3,
|
|
172
229
|
docs: "https://vueuse.org/shared/controlledRef/",
|
|
173
230
|
category: "Utilities",
|
|
174
231
|
description: "fine-grained controls over ref and its reactivity"
|
|
@@ -176,6 +233,7 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
176
233
|
{
|
|
177
234
|
name: "createEventHook",
|
|
178
235
|
package: "shared",
|
|
236
|
+
lastUpdated: 1621876156e3,
|
|
179
237
|
docs: "https://vueuse.org/shared/createEventHook/",
|
|
180
238
|
category: "Utilities",
|
|
181
239
|
description: "utility for creating event hooks"
|
|
@@ -183,34 +241,86 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
183
241
|
{
|
|
184
242
|
name: "createGlobalState",
|
|
185
243
|
package: "shared",
|
|
244
|
+
lastUpdated: 1625749207e3,
|
|
186
245
|
docs: "https://vueuse.org/shared/createGlobalState/",
|
|
187
246
|
category: "State",
|
|
188
247
|
description: "keep states in the global scope to be reusable across Vue instances"
|
|
189
248
|
},
|
|
249
|
+
{
|
|
250
|
+
name: "createHead",
|
|
251
|
+
package: "head",
|
|
252
|
+
description: "create the head manager instance.",
|
|
253
|
+
category: "@Head",
|
|
254
|
+
external: "https://github.com/vueuse/head#api"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
name: "createReactiveFn",
|
|
258
|
+
package: "shared",
|
|
259
|
+
lastUpdated: 1636908039e3,
|
|
260
|
+
docs: "https://vueuse.org/shared/createReactiveFn/",
|
|
261
|
+
category: "Utilities",
|
|
262
|
+
description: "converts plain functions into reactive functions"
|
|
263
|
+
},
|
|
190
264
|
{
|
|
191
265
|
name: "createSharedComposable",
|
|
192
266
|
package: "shared",
|
|
267
|
+
lastUpdated: 1639442454e3,
|
|
193
268
|
docs: "https://vueuse.org/shared/createSharedComposable/",
|
|
194
269
|
category: "State",
|
|
195
270
|
description: "make a composable function usable with multiple Vue instances"
|
|
196
271
|
},
|
|
272
|
+
{
|
|
273
|
+
name: "createUnrefFn",
|
|
274
|
+
package: "core",
|
|
275
|
+
lastUpdated: 1639442454e3,
|
|
276
|
+
docs: "https://vueuse.org/core/createUnrefFn/",
|
|
277
|
+
category: "Utilities",
|
|
278
|
+
description: "make a plain function accepting ref and raw values as arguments"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
name: "debouncedRef",
|
|
282
|
+
package: "shared",
|
|
283
|
+
lastUpdated: 1636907875e3,
|
|
284
|
+
docs: "https://vueuse.org/shared/debouncedRef/",
|
|
285
|
+
category: "Utilities",
|
|
286
|
+
description: "debounce updates of a ref"
|
|
287
|
+
},
|
|
197
288
|
{
|
|
198
289
|
name: "debouncedWatch",
|
|
199
290
|
package: "shared",
|
|
291
|
+
lastUpdated: 1639818708e3,
|
|
200
292
|
docs: "https://vueuse.org/shared/debouncedWatch/",
|
|
201
293
|
category: "Watch",
|
|
202
294
|
description: "debounced watch"
|
|
203
295
|
},
|
|
296
|
+
{
|
|
297
|
+
name: "eagerComputed",
|
|
298
|
+
package: "shared",
|
|
299
|
+
lastUpdated: 164428875e4,
|
|
300
|
+
docs: "https://vueuse.org/shared/eagerComputed/",
|
|
301
|
+
category: "Utilities",
|
|
302
|
+
description: "eager computed without lazy evaluation"
|
|
303
|
+
},
|
|
204
304
|
{
|
|
205
305
|
name: "extendRef",
|
|
206
306
|
package: "shared",
|
|
307
|
+
lastUpdated: 1639442454e3,
|
|
207
308
|
docs: "https://vueuse.org/shared/extendRef/",
|
|
208
309
|
category: "Utilities",
|
|
209
310
|
description: "add extra attributes to Ref"
|
|
210
311
|
},
|
|
312
|
+
{
|
|
313
|
+
name: "from",
|
|
314
|
+
package: "rxjs",
|
|
315
|
+
lastUpdated: 1640930012e3,
|
|
316
|
+
docs: "https://vueuse.org/rxjs/from/",
|
|
317
|
+
category: "@RxJS",
|
|
318
|
+
description: "/ fromEvent"
|
|
319
|
+
},
|
|
211
320
|
{
|
|
212
321
|
name: "get",
|
|
213
322
|
package: "shared",
|
|
323
|
+
lastUpdated: 1639442454e3,
|
|
214
324
|
docs: "https://vueuse.org/shared/get/",
|
|
215
325
|
category: "Utilities",
|
|
216
326
|
description: "shorthand for accessing `ref.value`"
|
|
@@ -218,13 +328,23 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
218
328
|
{
|
|
219
329
|
name: "ignorableWatch",
|
|
220
330
|
package: "shared",
|
|
331
|
+
lastUpdated: 1639818708e3,
|
|
221
332
|
docs: "https://vueuse.org/shared/ignorableWatch/",
|
|
222
333
|
category: "Watch",
|
|
223
334
|
description: "ignorable watch"
|
|
224
335
|
},
|
|
336
|
+
{
|
|
337
|
+
name: "isDefined",
|
|
338
|
+
package: "shared",
|
|
339
|
+
lastUpdated: 1639442454e3,
|
|
340
|
+
docs: "https://vueuse.org/shared/isDefined/",
|
|
341
|
+
category: "Utilities",
|
|
342
|
+
description: "non-nullish checking type guard for Ref"
|
|
343
|
+
},
|
|
225
344
|
{
|
|
226
345
|
name: "makeDestructurable",
|
|
227
346
|
package: "shared",
|
|
347
|
+
lastUpdated: 1642756441e3,
|
|
228
348
|
docs: "https://vueuse.org/shared/makeDestructurable/",
|
|
229
349
|
category: "Utilities",
|
|
230
350
|
description: "make isomorphic destructurable for object and array at the same time"
|
|
@@ -232,13 +352,51 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
232
352
|
{
|
|
233
353
|
name: "not",
|
|
234
354
|
package: "shared",
|
|
355
|
+
lastUpdated: 1639442454e3,
|
|
235
356
|
docs: "https://vueuse.org/shared/not/",
|
|
236
357
|
category: "Utilities",
|
|
237
358
|
description: "`NOT` condition for ref"
|
|
238
359
|
},
|
|
360
|
+
{
|
|
361
|
+
name: "onClickOutside",
|
|
362
|
+
package: "core",
|
|
363
|
+
lastUpdated: 164428514e4,
|
|
364
|
+
component: true,
|
|
365
|
+
directive: true,
|
|
366
|
+
docs: "https://vueuse.org/core/onClickOutside/",
|
|
367
|
+
category: "Sensors",
|
|
368
|
+
description: "listen for clicks outside of an element"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
name: "onKeyStroke",
|
|
372
|
+
package: "core",
|
|
373
|
+
lastUpdated: 1642756441e3,
|
|
374
|
+
docs: "https://vueuse.org/core/onKeyStroke/",
|
|
375
|
+
category: "Sensors",
|
|
376
|
+
description: "listen for keyboard key being stroked"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
name: "onLongPress",
|
|
380
|
+
package: "core",
|
|
381
|
+
lastUpdated: 1644416339e3,
|
|
382
|
+
component: true,
|
|
383
|
+
directive: true,
|
|
384
|
+
docs: "https://vueuse.org/core/onLongPress/",
|
|
385
|
+
category: "Sensors",
|
|
386
|
+
description: "listen for a long press on an element"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
name: "onStartTyping",
|
|
390
|
+
package: "core",
|
|
391
|
+
lastUpdated: 1639442454e3,
|
|
392
|
+
docs: "https://vueuse.org/core/onStartTyping/",
|
|
393
|
+
category: "Sensors",
|
|
394
|
+
description: "fires when users start typing on non-editable elements"
|
|
395
|
+
},
|
|
239
396
|
{
|
|
240
397
|
name: "or",
|
|
241
398
|
package: "shared",
|
|
399
|
+
lastUpdated: 1639442454e3,
|
|
242
400
|
docs: "https://vueuse.org/shared/or/",
|
|
243
401
|
category: "Utilities",
|
|
244
402
|
description: "`OR` conditions for refs"
|
|
@@ -246,6 +404,7 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
246
404
|
{
|
|
247
405
|
name: "pausableWatch",
|
|
248
406
|
package: "shared",
|
|
407
|
+
lastUpdated: 1639818708e3,
|
|
249
408
|
docs: "https://vueuse.org/shared/pausableWatch/",
|
|
250
409
|
category: "Watch",
|
|
251
410
|
description: "pausable watch"
|
|
@@ -253,6 +412,7 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
253
412
|
{
|
|
254
413
|
name: "reactify",
|
|
255
414
|
package: "shared",
|
|
415
|
+
lastUpdated: 1639442454e3,
|
|
256
416
|
docs: "https://vueuse.org/shared/reactify/",
|
|
257
417
|
category: "Utilities",
|
|
258
418
|
description: "converts plain functions into reactive functions"
|
|
@@ -260,20 +420,47 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
260
420
|
{
|
|
261
421
|
name: "reactifyObject",
|
|
262
422
|
package: "shared",
|
|
423
|
+
lastUpdated: 1642756441e3,
|
|
263
424
|
docs: "https://vueuse.org/shared/reactifyObject/",
|
|
264
425
|
category: "Utilities",
|
|
265
426
|
description: "apply `reactify` to an object"
|
|
266
427
|
},
|
|
428
|
+
{
|
|
429
|
+
name: "reactiveComputed",
|
|
430
|
+
package: "shared",
|
|
431
|
+
lastUpdated: 1645876129e3,
|
|
432
|
+
docs: "https://vueuse.org/shared/reactiveComputed/",
|
|
433
|
+
category: "Utilities",
|
|
434
|
+
description: "computed reactive object"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
name: "reactiveOmit",
|
|
438
|
+
package: "shared",
|
|
439
|
+
lastUpdated: 1645876129e3,
|
|
440
|
+
docs: "https://vueuse.org/shared/reactiveOmit/",
|
|
441
|
+
category: "Utilities",
|
|
442
|
+
description: "reactively omit fields from a reactive object"
|
|
443
|
+
},
|
|
267
444
|
{
|
|
268
445
|
name: "reactivePick",
|
|
269
446
|
package: "shared",
|
|
447
|
+
lastUpdated: 1639442454e3,
|
|
270
448
|
docs: "https://vueuse.org/shared/reactivePick/",
|
|
271
449
|
category: "Utilities",
|
|
272
450
|
description: "reactively pick fields from a reactive object"
|
|
273
451
|
},
|
|
452
|
+
{
|
|
453
|
+
name: "refDefault",
|
|
454
|
+
package: "shared",
|
|
455
|
+
lastUpdated: 1639442454e3,
|
|
456
|
+
docs: "https://vueuse.org/shared/refDefault/",
|
|
457
|
+
category: "Utilities",
|
|
458
|
+
description: "apply default value to a ref"
|
|
459
|
+
},
|
|
274
460
|
{
|
|
275
461
|
name: "set",
|
|
276
462
|
package: "shared",
|
|
463
|
+
lastUpdated: 1642756441e3,
|
|
277
464
|
docs: "https://vueuse.org/shared/set/",
|
|
278
465
|
category: "Utilities",
|
|
279
466
|
description: "shorthand for `ref.value = x`"
|
|
@@ -281,20 +468,47 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
281
468
|
{
|
|
282
469
|
name: "syncRef",
|
|
283
470
|
package: "shared",
|
|
471
|
+
lastUpdated: 1639442454e3,
|
|
284
472
|
docs: "https://vueuse.org/shared/syncRef/",
|
|
285
473
|
category: "Utilities",
|
|
286
474
|
description: "keep target refs in sync with a source ref"
|
|
287
475
|
},
|
|
476
|
+
{
|
|
477
|
+
name: "templateRef",
|
|
478
|
+
package: "core",
|
|
479
|
+
lastUpdated: 1640933217e3,
|
|
480
|
+
docs: "https://vueuse.org/core/templateRef/",
|
|
481
|
+
category: "Component",
|
|
482
|
+
description: "shorthand for binding ref to template element"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
name: "throttledRef",
|
|
486
|
+
package: "shared",
|
|
487
|
+
lastUpdated: 1636907963e3,
|
|
488
|
+
docs: "https://vueuse.org/shared/throttledRef/",
|
|
489
|
+
category: "Utilities",
|
|
490
|
+
description: "throttle updates of a ref"
|
|
491
|
+
},
|
|
288
492
|
{
|
|
289
493
|
name: "throttledWatch",
|
|
290
494
|
package: "shared",
|
|
495
|
+
lastUpdated: 1639818708e3,
|
|
291
496
|
docs: "https://vueuse.org/shared/throttledWatch/",
|
|
292
497
|
category: "Watch",
|
|
293
498
|
description: "throttled watch"
|
|
294
499
|
},
|
|
500
|
+
{
|
|
501
|
+
name: "toObserver",
|
|
502
|
+
package: "rxjs",
|
|
503
|
+
lastUpdated: 1631130736e3,
|
|
504
|
+
docs: "https://vueuse.org/rxjs/toObserver/",
|
|
505
|
+
category: "@RxJS",
|
|
506
|
+
description: "sugar function to convert a ref in an observer"
|
|
507
|
+
},
|
|
295
508
|
{
|
|
296
509
|
name: "toReactive",
|
|
297
510
|
package: "shared",
|
|
511
|
+
lastUpdated: 1645878866e3,
|
|
298
512
|
docs: "https://vueuse.org/shared/toReactive/",
|
|
299
513
|
category: "Utilities",
|
|
300
514
|
description: "converts ref to reactive"
|
|
@@ -302,6 +516,7 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
302
516
|
{
|
|
303
517
|
name: "toRefs",
|
|
304
518
|
package: "shared",
|
|
519
|
+
lastUpdated: 1639818708e3,
|
|
305
520
|
docs: "https://vueuse.org/shared/toRefs/",
|
|
306
521
|
category: "Utilities",
|
|
307
522
|
description: "extended [`toRefs`](https://v3.vuejs.org/api/refs-api.html#torefs) that also accepts refs of an object"
|
|
@@ -309,6 +524,7 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
309
524
|
{
|
|
310
525
|
name: "tryOnBeforeUnmount",
|
|
311
526
|
package: "shared",
|
|
527
|
+
lastUpdated: 1639442454e3,
|
|
312
528
|
docs: "https://vueuse.org/shared/tryOnBeforeUnmount/",
|
|
313
529
|
category: "Component",
|
|
314
530
|
description: "safe `onBeforeUnmount`"
|
|
@@ -316,6 +532,7 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
316
532
|
{
|
|
317
533
|
name: "tryOnMounted",
|
|
318
534
|
package: "shared",
|
|
535
|
+
lastUpdated: 1640933217e3,
|
|
319
536
|
docs: "https://vueuse.org/shared/tryOnMounted/",
|
|
320
537
|
category: "Component",
|
|
321
538
|
description: "safe `onMounted`"
|
|
@@ -323,6 +540,7 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
323
540
|
{
|
|
324
541
|
name: "tryOnScopeDispose",
|
|
325
542
|
package: "shared",
|
|
543
|
+
lastUpdated: 1639442454e3,
|
|
326
544
|
docs: "https://vueuse.org/shared/tryOnScopeDispose/",
|
|
327
545
|
category: "Component",
|
|
328
546
|
description: "safe `onScopeDispose`"
|
|
@@ -330,234 +548,220 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
330
548
|
{
|
|
331
549
|
name: "tryOnUnmounted",
|
|
332
550
|
package: "shared",
|
|
551
|
+
lastUpdated: 1640933217e3,
|
|
333
552
|
docs: "https://vueuse.org/shared/tryOnUnmounted/",
|
|
334
553
|
category: "Component",
|
|
335
554
|
description: "safe `onUnmounted`"
|
|
336
555
|
},
|
|
556
|
+
{
|
|
557
|
+
name: "unrefElement",
|
|
558
|
+
package: "core",
|
|
559
|
+
lastUpdated: 1639442454e3,
|
|
560
|
+
docs: "https://vueuse.org/core/unrefElement/",
|
|
561
|
+
category: "Component",
|
|
562
|
+
description: "unref for dom element"
|
|
563
|
+
},
|
|
337
564
|
{
|
|
338
565
|
name: "until",
|
|
339
566
|
package: "shared",
|
|
567
|
+
lastUpdated: 1639818708e3,
|
|
340
568
|
docs: "https://vueuse.org/shared/until/",
|
|
341
569
|
category: "Watch",
|
|
342
570
|
description: "promised one-time watch for changes"
|
|
343
571
|
},
|
|
344
572
|
{
|
|
345
|
-
name: "
|
|
346
|
-
package: "
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
573
|
+
name: "useActiveElement",
|
|
574
|
+
package: "core",
|
|
575
|
+
lastUpdated: 1639442454e3,
|
|
576
|
+
component: true,
|
|
577
|
+
docs: "https://vueuse.org/core/useActiveElement/",
|
|
578
|
+
category: "Elements",
|
|
579
|
+
description: "reactive `document.activeElement`"
|
|
350
580
|
},
|
|
351
581
|
{
|
|
352
|
-
name: "
|
|
353
|
-
package: "
|
|
354
|
-
|
|
582
|
+
name: "useAsyncQueue",
|
|
583
|
+
package: "core",
|
|
584
|
+
lastUpdated: 1639818708e3,
|
|
585
|
+
docs: "https://vueuse.org/core/useAsyncQueue/",
|
|
355
586
|
category: "Utilities",
|
|
356
|
-
description: "
|
|
587
|
+
description: "executes each asynchronous task sequentially and passed the current task result to the next task"
|
|
357
588
|
},
|
|
358
589
|
{
|
|
359
|
-
name: "
|
|
360
|
-
package: "
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
590
|
+
name: "useAsyncState",
|
|
591
|
+
package: "core",
|
|
592
|
+
lastUpdated: 1642756441e3,
|
|
593
|
+
docs: "https://vueuse.org/core/useAsyncState/",
|
|
594
|
+
category: "State",
|
|
595
|
+
description: "reactive async state"
|
|
364
596
|
},
|
|
365
597
|
{
|
|
366
|
-
name: "
|
|
367
|
-
package: "
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
598
|
+
name: "useAuth",
|
|
599
|
+
package: "firebase",
|
|
600
|
+
lastUpdated: 1639442454e3,
|
|
601
|
+
docs: "https://vueuse.org/firebase/useAuth/",
|
|
602
|
+
category: "@Firebase",
|
|
603
|
+
description: "reactive [Firebase Auth](https://firebase.google.com/docs/auth) binding"
|
|
371
604
|
},
|
|
372
605
|
{
|
|
373
|
-
name: "
|
|
374
|
-
package: "
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
606
|
+
name: "useAxios",
|
|
607
|
+
package: "integrations",
|
|
608
|
+
lastUpdated: 1643122718e3,
|
|
609
|
+
docs: "https://vueuse.org/integrations/useAxios/",
|
|
610
|
+
category: "@Integrations",
|
|
611
|
+
description: "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
378
612
|
},
|
|
379
613
|
{
|
|
380
|
-
name: "
|
|
381
|
-
package: "
|
|
382
|
-
|
|
614
|
+
name: "useBase64",
|
|
615
|
+
package: "core",
|
|
616
|
+
lastUpdated: 1639442454e3,
|
|
617
|
+
docs: "https://vueuse.org/core/useBase64/",
|
|
383
618
|
category: "Utilities",
|
|
384
|
-
description: "
|
|
619
|
+
description: "reactive base64 transforming"
|
|
385
620
|
},
|
|
386
621
|
{
|
|
387
|
-
name: "
|
|
388
|
-
package: "
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
622
|
+
name: "useBattery",
|
|
623
|
+
package: "core",
|
|
624
|
+
lastUpdated: 1639442454e3,
|
|
625
|
+
component: true,
|
|
626
|
+
docs: "https://vueuse.org/core/useBattery/",
|
|
627
|
+
category: "Sensors",
|
|
628
|
+
description: "reactive [Battery Status API](https://developer.mozilla.org/en-US/docs/Web/API/Battery_Status_API)"
|
|
392
629
|
},
|
|
393
630
|
{
|
|
394
|
-
name: "
|
|
395
|
-
package: "
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
631
|
+
name: "useBreakpoints",
|
|
632
|
+
package: "core",
|
|
633
|
+
lastUpdated: 1645877163e3,
|
|
634
|
+
docs: "https://vueuse.org/core/useBreakpoints/",
|
|
635
|
+
category: "Browser",
|
|
636
|
+
description: "reactive viewport breakpoints"
|
|
399
637
|
},
|
|
400
638
|
{
|
|
401
|
-
name: "
|
|
402
|
-
package: "
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
639
|
+
name: "useBroadcastChannel",
|
|
640
|
+
package: "core",
|
|
641
|
+
lastUpdated: 1640932168e3,
|
|
642
|
+
docs: "https://vueuse.org/core/useBroadcastChannel/",
|
|
643
|
+
category: "Browser",
|
|
644
|
+
description: "reactive [BroadcastChannel API](https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel)"
|
|
406
645
|
},
|
|
407
646
|
{
|
|
408
|
-
name: "
|
|
409
|
-
package: "
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
647
|
+
name: "useBrowserLocation",
|
|
648
|
+
package: "core",
|
|
649
|
+
lastUpdated: 1639442454e3,
|
|
650
|
+
component: true,
|
|
651
|
+
docs: "https://vueuse.org/core/useBrowserLocation/",
|
|
652
|
+
category: "Browser",
|
|
653
|
+
description: "reactive browser location"
|
|
413
654
|
},
|
|
414
655
|
{
|
|
415
|
-
name: "
|
|
416
|
-
package: "
|
|
417
|
-
|
|
656
|
+
name: "useCached",
|
|
657
|
+
package: "core",
|
|
658
|
+
lastUpdated: 1644284136e3,
|
|
659
|
+
docs: "https://vueuse.org/core/useCached/",
|
|
418
660
|
category: "Utilities",
|
|
419
|
-
description: "a
|
|
661
|
+
description: "cache a ref with a custom comparator"
|
|
420
662
|
},
|
|
421
663
|
{
|
|
422
|
-
name: "
|
|
423
|
-
package: "
|
|
424
|
-
|
|
664
|
+
name: "useClamp",
|
|
665
|
+
package: "core",
|
|
666
|
+
lastUpdated: 1645872829e3,
|
|
667
|
+
docs: "https://vueuse.org/core/useClamp/",
|
|
668
|
+
category: "Utilities",
|
|
669
|
+
description: "reactively clamp a value between two other values"
|
|
425
670
|
},
|
|
426
671
|
{
|
|
427
|
-
name: "
|
|
428
|
-
package: "
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
672
|
+
name: "useClipboard",
|
|
673
|
+
package: "core",
|
|
674
|
+
lastUpdated: 1639442454e3,
|
|
675
|
+
docs: "https://vueuse.org/core/useClipboard/",
|
|
676
|
+
category: "Browser",
|
|
677
|
+
description: "reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)"
|
|
432
678
|
},
|
|
433
679
|
{
|
|
434
|
-
name: "
|
|
435
|
-
package: "
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
680
|
+
name: "useColorMode",
|
|
681
|
+
package: "core",
|
|
682
|
+
lastUpdated: 1641376353e3,
|
|
683
|
+
component: true,
|
|
684
|
+
docs: "https://vueuse.org/core/useColorMode/",
|
|
685
|
+
category: "Browser",
|
|
686
|
+
description: "reactive color mode (dark / light / customs) with auto data persistence"
|
|
439
687
|
},
|
|
440
688
|
{
|
|
441
|
-
name: "
|
|
689
|
+
name: "useConfirmDialog",
|
|
442
690
|
package: "core",
|
|
443
|
-
|
|
691
|
+
lastUpdated: 1642756441e3,
|
|
692
|
+
docs: "https://vueuse.org/core/useConfirmDialog/",
|
|
444
693
|
category: "Utilities",
|
|
445
|
-
description: "
|
|
694
|
+
description: "creates event hooks to support modals and confirmation dialog chains"
|
|
446
695
|
},
|
|
447
696
|
{
|
|
448
|
-
name: "
|
|
449
|
-
package: "
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
{
|
|
455
|
-
name: "computedInject",
|
|
456
|
-
package: "core",
|
|
457
|
-
docs: "https://vueuse.org/core/computedInject/",
|
|
458
|
-
category: "Component",
|
|
459
|
-
description: "combine computed and inject"
|
|
460
|
-
},
|
|
461
|
-
{
|
|
462
|
-
name: "onClickOutside",
|
|
463
|
-
package: "core",
|
|
464
|
-
component: true,
|
|
465
|
-
directive: true,
|
|
466
|
-
docs: "https://vueuse.org/core/onClickOutside/",
|
|
467
|
-
category: "Sensors",
|
|
468
|
-
description: "listen for clicks outside of an element"
|
|
469
|
-
},
|
|
470
|
-
{
|
|
471
|
-
name: "onKeyStroke",
|
|
472
|
-
package: "core",
|
|
473
|
-
docs: "https://vueuse.org/core/onKeyStroke/",
|
|
474
|
-
category: "Sensors",
|
|
475
|
-
description: "listen for keyboard key being stroked"
|
|
476
|
-
},
|
|
477
|
-
{
|
|
478
|
-
name: "onStartTyping",
|
|
479
|
-
package: "core",
|
|
480
|
-
docs: "https://vueuse.org/core/onStartTyping/",
|
|
481
|
-
category: "Sensors",
|
|
482
|
-
description: "fires when users start typing on non-editable elements"
|
|
483
|
-
},
|
|
484
|
-
{
|
|
485
|
-
name: "templateRef",
|
|
486
|
-
package: "core",
|
|
487
|
-
docs: "https://vueuse.org/core/templateRef/",
|
|
488
|
-
category: "Component",
|
|
489
|
-
description: "shorthand for binding ref to template element"
|
|
697
|
+
name: "useCookies",
|
|
698
|
+
package: "integrations",
|
|
699
|
+
lastUpdated: 1642756753e3,
|
|
700
|
+
docs: "https://vueuse.org/integrations/useCookies/",
|
|
701
|
+
category: "@Integrations",
|
|
702
|
+
description: "wrapper for [`universal-cookie`](https://www.npmjs.com/package/universal-cookie)"
|
|
490
703
|
},
|
|
491
704
|
{
|
|
492
|
-
name: "
|
|
493
|
-
package: "
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
705
|
+
name: "useCounter",
|
|
706
|
+
package: "shared",
|
|
707
|
+
lastUpdated: 1637326497e3,
|
|
708
|
+
docs: "https://vueuse.org/shared/useCounter/",
|
|
709
|
+
category: "Utilities",
|
|
710
|
+
description: "basic counter with utility functions"
|
|
497
711
|
},
|
|
498
712
|
{
|
|
499
|
-
name: "
|
|
713
|
+
name: "useCssVar",
|
|
500
714
|
package: "core",
|
|
501
|
-
|
|
502
|
-
docs: "https://vueuse.org/core/
|
|
715
|
+
lastUpdated: 1644734137e3,
|
|
716
|
+
docs: "https://vueuse.org/core/useCssVar/",
|
|
503
717
|
category: "Browser",
|
|
504
|
-
description: "
|
|
718
|
+
description: "manipulate CSS variables"
|
|
505
719
|
},
|
|
506
720
|
{
|
|
507
|
-
name: "
|
|
721
|
+
name: "useCycleList",
|
|
508
722
|
package: "core",
|
|
509
|
-
|
|
723
|
+
lastUpdated: 164501653e4,
|
|
724
|
+
docs: "https://vueuse.org/core/useCycleList/",
|
|
510
725
|
category: "Utilities",
|
|
511
|
-
description: "
|
|
512
|
-
},
|
|
513
|
-
{
|
|
514
|
-
name: "useBattery",
|
|
515
|
-
package: "core",
|
|
516
|
-
component: true,
|
|
517
|
-
docs: "https://vueuse.org/core/useBattery/",
|
|
518
|
-
category: "Sensors",
|
|
519
|
-
description: "reactive [Battery Status API](https://developer.mozilla.org/en-US/docs/Web/API/Battery_Status_API)"
|
|
520
|
-
},
|
|
521
|
-
{
|
|
522
|
-
name: "useBreakpoints",
|
|
523
|
-
package: "core",
|
|
524
|
-
docs: "https://vueuse.org/core/useBreakpoints/",
|
|
525
|
-
category: "Browser",
|
|
526
|
-
description: "reactive viewport breakpoints"
|
|
726
|
+
description: "cycle through a list of items"
|
|
527
727
|
},
|
|
528
728
|
{
|
|
529
|
-
name: "
|
|
729
|
+
name: "useDark",
|
|
530
730
|
package: "core",
|
|
731
|
+
lastUpdated: 1639442454e3,
|
|
531
732
|
component: true,
|
|
532
|
-
docs: "https://vueuse.org/core/
|
|
733
|
+
docs: "https://vueuse.org/core/useDark/",
|
|
533
734
|
category: "Browser",
|
|
534
|
-
description: "reactive
|
|
735
|
+
description: "reactive dark mode with auto data persistence"
|
|
535
736
|
},
|
|
536
737
|
{
|
|
537
|
-
name: "
|
|
538
|
-
package: "
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
738
|
+
name: "useDebounce",
|
|
739
|
+
package: "shared",
|
|
740
|
+
lastUpdated: 1639442454e3,
|
|
741
|
+
docs: "https://vueuse.org/shared/useDebounce/",
|
|
742
|
+
category: "Utilities",
|
|
743
|
+
description: "debounce execution of a ref value"
|
|
542
744
|
},
|
|
543
745
|
{
|
|
544
|
-
name: "
|
|
746
|
+
name: "useDebouncedRefHistory",
|
|
545
747
|
package: "core",
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
748
|
+
lastUpdated: 1639442454e3,
|
|
749
|
+
docs: "https://vueuse.org/core/useDebouncedRefHistory/",
|
|
750
|
+
category: "State",
|
|
751
|
+
description: "shorthand for `useRefHistory` with debounced filter"
|
|
549
752
|
},
|
|
550
753
|
{
|
|
551
|
-
name: "
|
|
552
|
-
package: "
|
|
553
|
-
|
|
554
|
-
docs: "https://vueuse.org/
|
|
555
|
-
category: "
|
|
556
|
-
description: "
|
|
754
|
+
name: "useDebounceFn",
|
|
755
|
+
package: "shared",
|
|
756
|
+
lastUpdated: 1639818708e3,
|
|
757
|
+
docs: "https://vueuse.org/shared/useDebounceFn/",
|
|
758
|
+
category: "Utilities",
|
|
759
|
+
description: "debounce execution of a function"
|
|
557
760
|
},
|
|
558
761
|
{
|
|
559
762
|
name: "useDeviceMotion",
|
|
560
763
|
package: "core",
|
|
764
|
+
lastUpdated: 1639442454e3,
|
|
561
765
|
component: true,
|
|
562
766
|
docs: "https://vueuse.org/core/useDeviceMotion/",
|
|
563
767
|
category: "Sensors",
|
|
@@ -566,6 +770,7 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
566
770
|
{
|
|
567
771
|
name: "useDeviceOrientation",
|
|
568
772
|
package: "core",
|
|
773
|
+
lastUpdated: 1639442454e3,
|
|
569
774
|
component: true,
|
|
570
775
|
docs: "https://vueuse.org/core/useDeviceOrientation/",
|
|
571
776
|
category: "Sensors",
|
|
@@ -574,6 +779,7 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
574
779
|
{
|
|
575
780
|
name: "useDevicePixelRatio",
|
|
576
781
|
package: "core",
|
|
782
|
+
lastUpdated: 1639442454e3,
|
|
577
783
|
component: true,
|
|
578
784
|
docs: "https://vueuse.org/core/useDevicePixelRatio/",
|
|
579
785
|
category: "Sensors",
|
|
@@ -582,46 +788,107 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
582
788
|
{
|
|
583
789
|
name: "useDevicesList",
|
|
584
790
|
package: "core",
|
|
791
|
+
lastUpdated: 1639442454e3,
|
|
585
792
|
component: true,
|
|
586
793
|
docs: "https://vueuse.org/core/useDevicesList/",
|
|
587
794
|
category: "Sensors",
|
|
588
795
|
description: "reactive [enumerateDevices](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/enumerateDevices) listing avaliable input/output devices"
|
|
589
796
|
},
|
|
797
|
+
{
|
|
798
|
+
name: "useDisplayMedia",
|
|
799
|
+
package: "core",
|
|
800
|
+
lastUpdated: 1639818708e3,
|
|
801
|
+
docs: "https://vueuse.org/core/useDisplayMedia/",
|
|
802
|
+
category: "Sensors",
|
|
803
|
+
description: "reactive [`mediaDevices.getDisplayMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia) streaming"
|
|
804
|
+
},
|
|
590
805
|
{
|
|
591
806
|
name: "useDocumentVisibility",
|
|
592
807
|
package: "core",
|
|
808
|
+
lastUpdated: 1646168589e3,
|
|
593
809
|
component: true,
|
|
594
810
|
docs: "https://vueuse.org/core/useDocumentVisibility/",
|
|
595
|
-
category: "
|
|
811
|
+
category: "Elements",
|
|
596
812
|
description: "reactively track [`document.visibilityState`](https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilityState)"
|
|
597
813
|
},
|
|
814
|
+
{
|
|
815
|
+
name: "useDraggable",
|
|
816
|
+
package: "core",
|
|
817
|
+
lastUpdated: 1642754143e3,
|
|
818
|
+
component: true,
|
|
819
|
+
docs: "https://vueuse.org/core/useDraggable/",
|
|
820
|
+
category: "Elements",
|
|
821
|
+
description: "make elements draggable"
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
name: "useDrauu",
|
|
825
|
+
package: "integrations",
|
|
826
|
+
lastUpdated: 1640682127e3,
|
|
827
|
+
docs: "https://vueuse.org/integrations/useDrauu/",
|
|
828
|
+
category: "@Integrations",
|
|
829
|
+
description: "reactive instance for [drauu](https://github.com/antfu/drauu)"
|
|
830
|
+
},
|
|
598
831
|
{
|
|
599
832
|
name: "useElementBounding",
|
|
600
833
|
package: "core",
|
|
834
|
+
lastUpdated: 1644734103e3,
|
|
601
835
|
component: true,
|
|
602
836
|
docs: "https://vueuse.org/core/useElementBounding/",
|
|
603
|
-
category: "
|
|
837
|
+
category: "Elements",
|
|
604
838
|
description: "reactive [bounding box](https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect) of an HTML element"
|
|
605
839
|
},
|
|
840
|
+
{
|
|
841
|
+
name: "useElementByPoint",
|
|
842
|
+
package: "core",
|
|
843
|
+
lastUpdated: 1640682127e3,
|
|
844
|
+
docs: "https://vueuse.org/core/useElementByPoint/",
|
|
845
|
+
category: "Sensors",
|
|
846
|
+
description: "reactive element by point"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
name: "useElementHover",
|
|
850
|
+
package: "core",
|
|
851
|
+
lastUpdated: 1639442454e3,
|
|
852
|
+
docs: "https://vueuse.org/core/useElementHover/",
|
|
853
|
+
category: "Sensors",
|
|
854
|
+
description: "reactive element's hover state"
|
|
855
|
+
},
|
|
606
856
|
{
|
|
607
857
|
name: "useElementSize",
|
|
608
858
|
package: "core",
|
|
859
|
+
lastUpdated: 1644734119e3,
|
|
609
860
|
component: true,
|
|
610
861
|
docs: "https://vueuse.org/core/useElementSize/",
|
|
611
|
-
category: "
|
|
862
|
+
category: "Elements",
|
|
612
863
|
description: "reactive size of an HTML element"
|
|
613
864
|
},
|
|
865
|
+
{
|
|
866
|
+
package: "motion",
|
|
867
|
+
category: "@Motion",
|
|
868
|
+
name: "useElementStyle",
|
|
869
|
+
description: "sync a reactive object to a target element CSS styling",
|
|
870
|
+
external: "https://motion.vueuse.org/api/use-element-style.html"
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
package: "motion",
|
|
874
|
+
category: "@Motion",
|
|
875
|
+
name: "useElementTransform",
|
|
876
|
+
description: "sync a reactive object to a target element CSS transform.",
|
|
877
|
+
external: "https://motion.vueuse.org/api/use-element-transform.html"
|
|
878
|
+
},
|
|
614
879
|
{
|
|
615
880
|
name: "useElementVisibility",
|
|
616
881
|
package: "core",
|
|
882
|
+
lastUpdated: 1639442454e3,
|
|
617
883
|
component: true,
|
|
618
884
|
docs: "https://vueuse.org/core/useElementVisibility/",
|
|
619
|
-
category: "
|
|
885
|
+
category: "Elements",
|
|
620
886
|
description: "tracks the visibility of an element within the viewport"
|
|
621
887
|
},
|
|
622
888
|
{
|
|
623
889
|
name: "useEventBus",
|
|
624
890
|
package: "core",
|
|
891
|
+
lastUpdated: 16458772e5,
|
|
625
892
|
docs: "https://vueuse.org/core/useEventBus/",
|
|
626
893
|
category: "Utilities",
|
|
627
894
|
description: "a basic event bus"
|
|
@@ -629,6 +896,7 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
629
896
|
{
|
|
630
897
|
name: "useEventListener",
|
|
631
898
|
package: "core",
|
|
899
|
+
lastUpdated: 1642756441e3,
|
|
632
900
|
docs: "https://vueuse.org/core/useEventListener/",
|
|
633
901
|
category: "Browser",
|
|
634
902
|
description: "use EventListener with ease"
|
|
@@ -636,13 +904,24 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
636
904
|
{
|
|
637
905
|
name: "useEventSource",
|
|
638
906
|
package: "core",
|
|
907
|
+
lastUpdated: 1639442454e3,
|
|
639
908
|
docs: "https://vueuse.org/core/useEventSource/",
|
|
640
|
-
category: "
|
|
909
|
+
category: "Network",
|
|
641
910
|
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"
|
|
642
911
|
},
|
|
912
|
+
{
|
|
913
|
+
name: "useEyeDropper",
|
|
914
|
+
package: "core",
|
|
915
|
+
lastUpdated: 1637943423e3,
|
|
916
|
+
component: true,
|
|
917
|
+
docs: "https://vueuse.org/core/useEyeDropper/",
|
|
918
|
+
category: "Browser",
|
|
919
|
+
description: "reactive [EyeDropper API](https://developer.mozilla.org/en-US/docs/Web/API/EyeDropper_API)"
|
|
920
|
+
},
|
|
643
921
|
{
|
|
644
922
|
name: "useFavicon",
|
|
645
923
|
package: "core",
|
|
924
|
+
lastUpdated: 1639818708e3,
|
|
646
925
|
docs: "https://vueuse.org/core/useFavicon/",
|
|
647
926
|
category: "Browser",
|
|
648
927
|
description: "reactive favicon"
|
|
@@ -650,51 +929,178 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
650
929
|
{
|
|
651
930
|
name: "useFetch",
|
|
652
931
|
package: "core",
|
|
932
|
+
lastUpdated: 1645954118e3,
|
|
653
933
|
docs: "https://vueuse.org/core/useFetch/",
|
|
654
|
-
category: "
|
|
934
|
+
category: "Network",
|
|
655
935
|
description: "reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) provides the ability to abort requests"
|
|
656
936
|
},
|
|
937
|
+
{
|
|
938
|
+
name: "useFirestore",
|
|
939
|
+
package: "firebase",
|
|
940
|
+
lastUpdated: 1639442454e3,
|
|
941
|
+
docs: "https://vueuse.org/firebase/useFirestore/",
|
|
942
|
+
category: "@Firebase",
|
|
943
|
+
description: "reactive [Firestore](https://firebase.google.com/docs/firestore) binding"
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
name: "useFocus",
|
|
947
|
+
package: "core",
|
|
948
|
+
lastUpdated: 1639442454e3,
|
|
949
|
+
docs: "https://vueuse.org/core/useFocus/",
|
|
950
|
+
category: "Sensors",
|
|
951
|
+
description: "reactive utility to track or set the focus state of a DOM element"
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
name: "useFocusTrap",
|
|
955
|
+
package: "integrations",
|
|
956
|
+
lastUpdated: 1639818708e3,
|
|
957
|
+
component: true,
|
|
958
|
+
docs: "https://vueuse.org/integrations/useFocusTrap/",
|
|
959
|
+
category: "@Integrations",
|
|
960
|
+
description: "reactive wrapper for [`focus-trap`](https://github.com/focus-trap/focus-trap)"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
name: "useFocusWithin",
|
|
964
|
+
package: "core",
|
|
965
|
+
lastUpdated: 1639442454e3,
|
|
966
|
+
docs: "https://vueuse.org/core/useFocusWithin/",
|
|
967
|
+
category: "Sensors",
|
|
968
|
+
description: "reactive utility to track if an element or one of its decendants has focus"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
name: "useFps",
|
|
972
|
+
package: "core",
|
|
973
|
+
lastUpdated: 1644734082e3,
|
|
974
|
+
docs: "https://vueuse.org/core/useFps/",
|
|
975
|
+
category: "Sensors",
|
|
976
|
+
description: "reactive FPS (frames per second)"
|
|
977
|
+
},
|
|
657
978
|
{
|
|
658
979
|
name: "useFullscreen",
|
|
659
980
|
package: "core",
|
|
981
|
+
lastUpdated: 1645877181e3,
|
|
660
982
|
component: true,
|
|
661
983
|
docs: "https://vueuse.org/core/useFullscreen/",
|
|
662
984
|
category: "Browser",
|
|
663
985
|
description: "reactive [Fullscreen API](https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API)"
|
|
664
986
|
},
|
|
987
|
+
{
|
|
988
|
+
name: "useFuse",
|
|
989
|
+
package: "integrations",
|
|
990
|
+
lastUpdated: 1642756441e3,
|
|
991
|
+
docs: "https://vueuse.org/integrations/useFuse/",
|
|
992
|
+
category: "@Integrations",
|
|
993
|
+
description: "easily implement fuzzy search using a composable on top of the zero-dependency library [Fuse.js](https://github.com/krisk/fuse)"
|
|
994
|
+
},
|
|
665
995
|
{
|
|
666
996
|
name: "useGeolocation",
|
|
667
997
|
package: "core",
|
|
998
|
+
lastUpdated: 1639442454e3,
|
|
668
999
|
component: true,
|
|
669
1000
|
docs: "https://vueuse.org/core/useGeolocation/",
|
|
670
1001
|
category: "Sensors",
|
|
671
1002
|
description: "reactive [Geolocation API](https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API)"
|
|
672
1003
|
},
|
|
1004
|
+
{
|
|
1005
|
+
name: "useHead",
|
|
1006
|
+
package: "head",
|
|
1007
|
+
description: "update head meta tags reactively.",
|
|
1008
|
+
category: "@Head",
|
|
1009
|
+
external: "https://github.com/vueuse/head#api"
|
|
1010
|
+
},
|
|
673
1011
|
{
|
|
674
1012
|
name: "useIdle",
|
|
675
1013
|
package: "core",
|
|
1014
|
+
lastUpdated: 1639442454e3,
|
|
676
1015
|
component: true,
|
|
677
1016
|
docs: "https://vueuse.org/core/useIdle/",
|
|
678
1017
|
category: "Sensors",
|
|
679
1018
|
description: "tracks whether the user is being inactive"
|
|
680
1019
|
},
|
|
1020
|
+
{
|
|
1021
|
+
name: "useInfiniteScroll",
|
|
1022
|
+
package: "core",
|
|
1023
|
+
lastUpdated: 1644314143e3,
|
|
1024
|
+
docs: "https://vueuse.org/core/useInfiniteScroll/",
|
|
1025
|
+
category: "Sensors",
|
|
1026
|
+
description: "infinite scrolling of the element"
|
|
1027
|
+
},
|
|
681
1028
|
{
|
|
682
1029
|
name: "useIntersectionObserver",
|
|
683
1030
|
package: "core",
|
|
1031
|
+
lastUpdated: 1639442454e3,
|
|
684
1032
|
docs: "https://vueuse.org/core/useIntersectionObserver/",
|
|
685
|
-
category: "
|
|
1033
|
+
category: "Elements",
|
|
686
1034
|
description: "detects that a target element's visibility"
|
|
687
1035
|
},
|
|
1036
|
+
{
|
|
1037
|
+
name: "useInterval",
|
|
1038
|
+
package: "shared",
|
|
1039
|
+
lastUpdated: 1644285131e3,
|
|
1040
|
+
docs: "https://vueuse.org/shared/useInterval/",
|
|
1041
|
+
category: "Animation",
|
|
1042
|
+
description: "reactive counter increases on every interval"
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
name: "useIntervalFn",
|
|
1046
|
+
package: "shared",
|
|
1047
|
+
lastUpdated: 1644285131e3,
|
|
1048
|
+
docs: "https://vueuse.org/shared/useIntervalFn/",
|
|
1049
|
+
category: "Animation",
|
|
1050
|
+
description: "wrapper for `setInterval` with controls"
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
name: "useIpcRenderer",
|
|
1054
|
+
package: "electron",
|
|
1055
|
+
lastUpdated: 1639442454e3,
|
|
1056
|
+
docs: "https://vueuse.org/electron/useIpcRenderer/",
|
|
1057
|
+
category: "@Electron",
|
|
1058
|
+
description: "provides [ipcRenderer](https://www.electronjs.org/docs/api/ipc-renderer) and it's all APIs"
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
name: "useIpcRendererInvoke",
|
|
1062
|
+
package: "electron",
|
|
1063
|
+
lastUpdated: 1639442454e3,
|
|
1064
|
+
docs: "https://vueuse.org/electron/useIpcRendererInvoke/",
|
|
1065
|
+
category: "@Electron",
|
|
1066
|
+
description: "reactive [ipcRenderer.invoke API](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendererinvokechannel-args) result"
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
name: "useIpcRendererOn",
|
|
1070
|
+
package: "electron",
|
|
1071
|
+
lastUpdated: 1639442454e3,
|
|
1072
|
+
docs: "https://vueuse.org/electron/useIpcRendererOn/",
|
|
1073
|
+
category: "@Electron",
|
|
1074
|
+
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"
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
name: "useJwt",
|
|
1078
|
+
package: "integrations",
|
|
1079
|
+
lastUpdated: 1642756441e3,
|
|
1080
|
+
docs: "https://vueuse.org/integrations/useJwt/",
|
|
1081
|
+
category: "@Integrations",
|
|
1082
|
+
description: "wrapper for [`jwt-decode`](https://github.com/auth0/jwt-decode)"
|
|
1083
|
+
},
|
|
688
1084
|
{
|
|
689
1085
|
name: "useKeyModifier",
|
|
690
1086
|
package: "core",
|
|
1087
|
+
lastUpdated: 1639442454e3,
|
|
691
1088
|
docs: "https://vueuse.org/core/useKeyModifier/",
|
|
692
1089
|
category: "Sensors",
|
|
693
1090
|
description: "reactive [Modifier State](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/getModifierState)"
|
|
694
1091
|
},
|
|
1092
|
+
{
|
|
1093
|
+
name: "useLastChanged",
|
|
1094
|
+
package: "shared",
|
|
1095
|
+
lastUpdated: 1642756441e3,
|
|
1096
|
+
docs: "https://vueuse.org/shared/useLastChanged/",
|
|
1097
|
+
category: "Utilities",
|
|
1098
|
+
description: "records the timestamp of the last change"
|
|
1099
|
+
},
|
|
695
1100
|
{
|
|
696
1101
|
name: "useLocalStorage",
|
|
697
1102
|
package: "core",
|
|
1103
|
+
lastUpdated: 1639442454e3,
|
|
698
1104
|
docs: "https://vueuse.org/core/useLocalStorage/",
|
|
699
1105
|
category: "State",
|
|
700
1106
|
description: "reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)"
|
|
@@ -702,6 +1108,7 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
702
1108
|
{
|
|
703
1109
|
name: "useMagicKeys",
|
|
704
1110
|
package: "core",
|
|
1111
|
+
lastUpdated: 1644592765e3,
|
|
705
1112
|
docs: "https://vueuse.org/core/useMagicKeys/",
|
|
706
1113
|
category: "Sensors",
|
|
707
1114
|
description: "reactive keys pressed state"
|
|
@@ -709,13 +1116,15 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
709
1116
|
{
|
|
710
1117
|
name: "useManualRefHistory",
|
|
711
1118
|
package: "core",
|
|
1119
|
+
lastUpdated: 1639818708e3,
|
|
712
1120
|
docs: "https://vueuse.org/core/useManualRefHistory/",
|
|
713
|
-
category: "
|
|
1121
|
+
category: "State",
|
|
714
1122
|
description: "manually track the change history of a ref when the using calls `commit()`"
|
|
715
1123
|
},
|
|
716
1124
|
{
|
|
717
1125
|
name: "useMediaControls",
|
|
718
1126
|
package: "core",
|
|
1127
|
+
lastUpdated: 1639818708e3,
|
|
719
1128
|
docs: "https://vueuse.org/core/useMediaControls/",
|
|
720
1129
|
category: "Browser",
|
|
721
1130
|
description: "reactive media controls for both `audio` and `video` elements"
|
|
@@ -723,13 +1132,60 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
723
1132
|
{
|
|
724
1133
|
name: "useMediaQuery",
|
|
725
1134
|
package: "core",
|
|
1135
|
+
lastUpdated: 1642756441e3,
|
|
726
1136
|
docs: "https://vueuse.org/core/useMediaQuery/",
|
|
727
1137
|
category: "Browser",
|
|
728
1138
|
description: "reactive [Media Query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries)"
|
|
729
1139
|
},
|
|
1140
|
+
{
|
|
1141
|
+
name: "useMemoize",
|
|
1142
|
+
package: "core",
|
|
1143
|
+
lastUpdated: 1640929614e3,
|
|
1144
|
+
docs: "https://vueuse.org/core/useMemoize/",
|
|
1145
|
+
category: "Utilities",
|
|
1146
|
+
description: "cache results of functions depending on arguments and keep it reactive"
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
name: "useMemory",
|
|
1150
|
+
package: "core",
|
|
1151
|
+
lastUpdated: 1644734082e3,
|
|
1152
|
+
docs: "https://vueuse.org/core/useMemory/",
|
|
1153
|
+
category: "Browser",
|
|
1154
|
+
description: "reactive Memory Info"
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
package: "motion",
|
|
1158
|
+
category: "@Motion",
|
|
1159
|
+
name: "useMotion",
|
|
1160
|
+
description: "putting your components in motion.",
|
|
1161
|
+
external: "https://motion.vueuse.org/api/use-motion.html"
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
package: "motion",
|
|
1165
|
+
category: "@Motion",
|
|
1166
|
+
name: "useMotionProperties",
|
|
1167
|
+
description: "access Motion Properties for a target element.",
|
|
1168
|
+
external: "https://motion.vueuse.org/api/use-motion-properties.html"
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
package: "motion",
|
|
1172
|
+
category: "@Motion",
|
|
1173
|
+
name: "useMotionVariants",
|
|
1174
|
+
description: "handle the Variants state and selection.",
|
|
1175
|
+
external: "https://motion.vueuse.org/api/use-motion-variants.html"
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
name: "useMounted",
|
|
1179
|
+
package: "core",
|
|
1180
|
+
lastUpdated: 1640933217e3,
|
|
1181
|
+
docs: "https://vueuse.org/core/useMounted/",
|
|
1182
|
+
category: "Component",
|
|
1183
|
+
description: "mounted state in ref"
|
|
1184
|
+
},
|
|
730
1185
|
{
|
|
731
1186
|
name: "useMouse",
|
|
732
1187
|
package: "core",
|
|
1188
|
+
lastUpdated: 1644822501e3,
|
|
733
1189
|
component: true,
|
|
734
1190
|
docs: "https://vueuse.org/core/useMouse/",
|
|
735
1191
|
category: "Sensors",
|
|
@@ -738,14 +1194,16 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
738
1194
|
{
|
|
739
1195
|
name: "useMouseInElement",
|
|
740
1196
|
package: "core",
|
|
1197
|
+
lastUpdated: 1639442454e3,
|
|
741
1198
|
component: true,
|
|
742
1199
|
docs: "https://vueuse.org/core/useMouseInElement/",
|
|
743
|
-
category: "
|
|
1200
|
+
category: "Elements",
|
|
744
1201
|
description: "reactive mouse position related to an element"
|
|
745
1202
|
},
|
|
746
1203
|
{
|
|
747
1204
|
name: "useMousePressed",
|
|
748
1205
|
package: "core",
|
|
1206
|
+
lastUpdated: 1639818708e3,
|
|
749
1207
|
component: true,
|
|
750
1208
|
docs: "https://vueuse.org/core/useMousePressed/",
|
|
751
1209
|
category: "Sensors",
|
|
@@ -754,13 +1212,23 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
754
1212
|
{
|
|
755
1213
|
name: "useMutationObserver",
|
|
756
1214
|
package: "core",
|
|
1215
|
+
lastUpdated: 1639442454e3,
|
|
757
1216
|
docs: "https://vueuse.org/core/useMutationObserver/",
|
|
758
|
-
category: "
|
|
1217
|
+
category: "Elements",
|
|
759
1218
|
description: "watch for changes being made to the DOM tree"
|
|
760
1219
|
},
|
|
1220
|
+
{
|
|
1221
|
+
name: "useNavigatorLanguage",
|
|
1222
|
+
package: "core",
|
|
1223
|
+
lastUpdated: 1639442454e3,
|
|
1224
|
+
docs: "https://vueuse.org/core/useNavigatorLanguage/",
|
|
1225
|
+
category: "Sensors",
|
|
1226
|
+
description: "watch for changes being made to the navigator language preference by the user"
|
|
1227
|
+
},
|
|
761
1228
|
{
|
|
762
1229
|
name: "useNetwork",
|
|
763
1230
|
package: "core",
|
|
1231
|
+
lastUpdated: 1639442454e3,
|
|
764
1232
|
component: true,
|
|
765
1233
|
docs: "https://vueuse.org/core/useNetwork/",
|
|
766
1234
|
category: "Sensors",
|
|
@@ -769,14 +1237,41 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
769
1237
|
{
|
|
770
1238
|
name: "useNow",
|
|
771
1239
|
package: "core",
|
|
1240
|
+
lastUpdated: 1639442454e3,
|
|
772
1241
|
component: true,
|
|
773
1242
|
docs: "https://vueuse.org/core/useNow/",
|
|
774
1243
|
category: "Animation",
|
|
775
1244
|
description: "reactive current Date instance"
|
|
776
1245
|
},
|
|
1246
|
+
{
|
|
1247
|
+
name: "useNProgress",
|
|
1248
|
+
package: "integrations",
|
|
1249
|
+
lastUpdated: 1639818708e3,
|
|
1250
|
+
docs: "https://vueuse.org/integrations/useNProgress/",
|
|
1251
|
+
category: "@Integrations",
|
|
1252
|
+
description: "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
name: "useObservable",
|
|
1256
|
+
package: "rxjs",
|
|
1257
|
+
lastUpdated: 1639442454e3,
|
|
1258
|
+
docs: "https://vueuse.org/rxjs/useObservable/",
|
|
1259
|
+
category: "@RxJS",
|
|
1260
|
+
description: "use an Observable"
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
name: "useOffsetPagination",
|
|
1264
|
+
package: "core",
|
|
1265
|
+
lastUpdated: 1644315811e3,
|
|
1266
|
+
component: true,
|
|
1267
|
+
docs: "https://vueuse.org/core/useOffsetPagination/",
|
|
1268
|
+
category: "Utilities",
|
|
1269
|
+
description: "reactive offset pagination"
|
|
1270
|
+
},
|
|
777
1271
|
{
|
|
778
1272
|
name: "useOnline",
|
|
779
1273
|
package: "core",
|
|
1274
|
+
lastUpdated: 1639442454e3,
|
|
780
1275
|
component: true,
|
|
781
1276
|
docs: "https://vueuse.org/core/useOnline/",
|
|
782
1277
|
category: "Sensors",
|
|
@@ -785,6 +1280,7 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
785
1280
|
{
|
|
786
1281
|
name: "usePageLeave",
|
|
787
1282
|
package: "core",
|
|
1283
|
+
lastUpdated: 1642756441e3,
|
|
788
1284
|
component: true,
|
|
789
1285
|
docs: "https://vueuse.org/core/usePageLeave/",
|
|
790
1286
|
category: "Sensors",
|
|
@@ -793,6 +1289,7 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
793
1289
|
{
|
|
794
1290
|
name: "useParallax",
|
|
795
1291
|
package: "core",
|
|
1292
|
+
lastUpdated: 1639442454e3,
|
|
796
1293
|
docs: "https://vueuse.org/core/useParallax/",
|
|
797
1294
|
category: "Sensors",
|
|
798
1295
|
description: "create parallax effect easily"
|
|
@@ -800,13 +1297,24 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
800
1297
|
{
|
|
801
1298
|
name: "usePermission",
|
|
802
1299
|
package: "core",
|
|
1300
|
+
lastUpdated: 1639442454e3,
|
|
803
1301
|
docs: "https://vueuse.org/core/usePermission/",
|
|
804
1302
|
category: "Browser",
|
|
805
1303
|
description: "reactive [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API)"
|
|
806
1304
|
},
|
|
1305
|
+
{
|
|
1306
|
+
name: "usePointer",
|
|
1307
|
+
package: "core",
|
|
1308
|
+
lastUpdated: 1639442454e3,
|
|
1309
|
+
component: true,
|
|
1310
|
+
docs: "https://vueuse.org/core/usePointer/",
|
|
1311
|
+
category: "Sensors",
|
|
1312
|
+
description: "reactive [pointer state](https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events)"
|
|
1313
|
+
},
|
|
807
1314
|
{
|
|
808
1315
|
name: "usePointerSwipe",
|
|
809
1316
|
package: "core",
|
|
1317
|
+
lastUpdated: 1639442454e3,
|
|
810
1318
|
docs: "https://vueuse.org/core/usePointerSwipe/",
|
|
811
1319
|
category: "Sensors",
|
|
812
1320
|
description: "reactive swipe detection based on [PointerEvents](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)"
|
|
@@ -814,6 +1322,7 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
814
1322
|
{
|
|
815
1323
|
name: "usePreferredColorScheme",
|
|
816
1324
|
package: "core",
|
|
1325
|
+
lastUpdated: 1639442454e3,
|
|
817
1326
|
component: true,
|
|
818
1327
|
docs: "https://vueuse.org/core/usePreferredColorScheme/",
|
|
819
1328
|
category: "Browser",
|
|
@@ -822,6 +1331,7 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
822
1331
|
{
|
|
823
1332
|
name: "usePreferredDark",
|
|
824
1333
|
package: "core",
|
|
1334
|
+
lastUpdated: 1639442454e3,
|
|
825
1335
|
component: true,
|
|
826
1336
|
docs: "https://vueuse.org/core/usePreferredDark/",
|
|
827
1337
|
category: "Browser",
|
|
@@ -830,14 +1340,24 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
830
1340
|
{
|
|
831
1341
|
name: "usePreferredLanguages",
|
|
832
1342
|
package: "core",
|
|
1343
|
+
lastUpdated: 1639442454e3,
|
|
833
1344
|
component: true,
|
|
834
1345
|
docs: "https://vueuse.org/core/usePreferredLanguages/",
|
|
835
1346
|
category: "Browser",
|
|
836
1347
|
description: "reactive [Navigator Languages](https://developer.mozilla.org/en-US/docs/Web/API/NavigatorLanguage/languages)"
|
|
837
1348
|
},
|
|
1349
|
+
{
|
|
1350
|
+
name: "useQRCode",
|
|
1351
|
+
package: "integrations",
|
|
1352
|
+
lastUpdated: 1639442454e3,
|
|
1353
|
+
docs: "https://vueuse.org/integrations/useQRCode/",
|
|
1354
|
+
category: "@Integrations",
|
|
1355
|
+
description: "wrapper for [`qrcode`](https://github.com/soldair/node-qrcode)"
|
|
1356
|
+
},
|
|
838
1357
|
{
|
|
839
1358
|
name: "useRafFn",
|
|
840
1359
|
package: "core",
|
|
1360
|
+
lastUpdated: 1639818708e3,
|
|
841
1361
|
docs: "https://vueuse.org/core/useRafFn/",
|
|
842
1362
|
category: "Animation",
|
|
843
1363
|
description: "call function on every `requestAnimationFrame`"
|
|
@@ -845,27 +1365,80 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
845
1365
|
{
|
|
846
1366
|
name: "useRefHistory",
|
|
847
1367
|
package: "core",
|
|
1368
|
+
lastUpdated: 1639818708e3,
|
|
848
1369
|
docs: "https://vueuse.org/core/useRefHistory/",
|
|
849
|
-
category: "
|
|
1370
|
+
category: "State",
|
|
850
1371
|
description: "track the change history of a ref"
|
|
851
1372
|
},
|
|
852
1373
|
{
|
|
853
1374
|
name: "useResizeObserver",
|
|
854
1375
|
package: "core",
|
|
1376
|
+
lastUpdated: 1640682127e3,
|
|
855
1377
|
docs: "https://vueuse.org/core/useResizeObserver/",
|
|
856
|
-
category: "
|
|
1378
|
+
category: "Elements",
|
|
857
1379
|
description: "reports changes to the dimensions of an Element's content or the border-box"
|
|
858
1380
|
},
|
|
1381
|
+
{
|
|
1382
|
+
name: "useRouteHash",
|
|
1383
|
+
package: "router",
|
|
1384
|
+
lastUpdated: 1639442454e3,
|
|
1385
|
+
docs: "https://vueuse.org/router/useRouteHash/",
|
|
1386
|
+
category: "@Router",
|
|
1387
|
+
description: "shorthand for reactive route.hash"
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
name: "useRouteQuery",
|
|
1391
|
+
package: "router",
|
|
1392
|
+
lastUpdated: 1639442454e3,
|
|
1393
|
+
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1394
|
+
category: "@Router",
|
|
1395
|
+
description: "shorthand for reactive route.query"
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
name: "useRTDB",
|
|
1399
|
+
package: "firebase",
|
|
1400
|
+
lastUpdated: 1639442454e3,
|
|
1401
|
+
docs: "https://vueuse.org/firebase/useRTDB/",
|
|
1402
|
+
category: "@Firebase",
|
|
1403
|
+
description: "reactive [Firebase Realtime Database](https://firebase.google.com/docs/database) binding"
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
name: "useScreenSafeArea",
|
|
1407
|
+
package: "core",
|
|
1408
|
+
lastUpdated: 1640682127e3,
|
|
1409
|
+
component: true,
|
|
1410
|
+
docs: "https://vueuse.org/core/useScreenSafeArea/",
|
|
1411
|
+
category: "Browser",
|
|
1412
|
+
description: "reactive `env(safe-area-inset-*)`"
|
|
1413
|
+
},
|
|
859
1414
|
{
|
|
860
1415
|
name: "useScriptTag",
|
|
861
1416
|
package: "core",
|
|
1417
|
+
lastUpdated: 1644470897e3,
|
|
862
1418
|
docs: "https://vueuse.org/core/useScriptTag/",
|
|
863
1419
|
category: "Browser",
|
|
864
1420
|
description: "script tag injecting"
|
|
865
1421
|
},
|
|
1422
|
+
{
|
|
1423
|
+
name: "useScroll",
|
|
1424
|
+
package: "core",
|
|
1425
|
+
lastUpdated: 1639818708e3,
|
|
1426
|
+
docs: "https://vueuse.org/core/useScroll/",
|
|
1427
|
+
category: "Sensors",
|
|
1428
|
+
description: "reactive scroll position and state"
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
name: "useScrollLock",
|
|
1432
|
+
package: "core",
|
|
1433
|
+
lastUpdated: 1646237369e3,
|
|
1434
|
+
docs: "https://vueuse.org/core/useScrollLock/",
|
|
1435
|
+
category: "Sensors",
|
|
1436
|
+
description: "lock scrolling of the element"
|
|
1437
|
+
},
|
|
866
1438
|
{
|
|
867
1439
|
name: "useSessionStorage",
|
|
868
1440
|
package: "core",
|
|
1441
|
+
lastUpdated: 1639442454e3,
|
|
869
1442
|
docs: "https://vueuse.org/core/useSessionStorage/",
|
|
870
1443
|
category: "State",
|
|
871
1444
|
description: "reactive [SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)"
|
|
@@ -873,27 +1446,85 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
873
1446
|
{
|
|
874
1447
|
name: "useShare",
|
|
875
1448
|
package: "core",
|
|
1449
|
+
lastUpdated: 1639442454e3,
|
|
876
1450
|
docs: "https://vueuse.org/core/useShare/",
|
|
877
1451
|
category: "Browser",
|
|
878
1452
|
description: "reactive [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share)"
|
|
879
1453
|
},
|
|
1454
|
+
{
|
|
1455
|
+
name: "useSound",
|
|
1456
|
+
package: "sound",
|
|
1457
|
+
description: "play sound effects reactively.",
|
|
1458
|
+
category: "@Sound",
|
|
1459
|
+
external: "https://github.com/vueuse/sound#examples"
|
|
1460
|
+
},
|
|
880
1461
|
{
|
|
881
1462
|
name: "useSpeechRecognition",
|
|
882
1463
|
package: "core",
|
|
1464
|
+
lastUpdated: 1639818708e3,
|
|
883
1465
|
docs: "https://vueuse.org/core/useSpeechRecognition/",
|
|
884
1466
|
category: "Sensors",
|
|
885
1467
|
description: "reactive [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)"
|
|
886
1468
|
},
|
|
1469
|
+
{
|
|
1470
|
+
name: "useSpeechSynthesis",
|
|
1471
|
+
package: "core",
|
|
1472
|
+
lastUpdated: 1639818708e3,
|
|
1473
|
+
docs: "https://vueuse.org/core/useSpeechSynthesis/",
|
|
1474
|
+
category: "Sensors",
|
|
1475
|
+
description: "reactive [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis)"
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
package: "motion",
|
|
1479
|
+
category: "@Motion",
|
|
1480
|
+
name: "useSpring",
|
|
1481
|
+
description: "spring animations.",
|
|
1482
|
+
external: "https://motion.vueuse.org/api/use-spring.html"
|
|
1483
|
+
},
|
|
887
1484
|
{
|
|
888
1485
|
name: "useStorage",
|
|
889
1486
|
package: "core",
|
|
1487
|
+
lastUpdated: 1643314821e3,
|
|
890
1488
|
docs: "https://vueuse.org/core/useStorage/",
|
|
891
1489
|
category: "State",
|
|
892
1490
|
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)"
|
|
893
1491
|
},
|
|
1492
|
+
{
|
|
1493
|
+
name: "useStorageAsync",
|
|
1494
|
+
package: "core",
|
|
1495
|
+
lastUpdated: 1641376353e3,
|
|
1496
|
+
docs: "https://vueuse.org/core/useStorageAsync/",
|
|
1497
|
+
category: "State",
|
|
1498
|
+
description: "reactive Storage in with async support"
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
name: "useStyleTag",
|
|
1502
|
+
package: "core",
|
|
1503
|
+
lastUpdated: 1643124348e3,
|
|
1504
|
+
docs: "https://vueuse.org/core/useStyleTag/",
|
|
1505
|
+
category: "Browser",
|
|
1506
|
+
description: "inject reactive `style` element in head"
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
name: "useSubject",
|
|
1510
|
+
package: "rxjs",
|
|
1511
|
+
lastUpdated: 1639442454e3,
|
|
1512
|
+
docs: "https://vueuse.org/rxjs/useSubject/",
|
|
1513
|
+
category: "@RxJS",
|
|
1514
|
+
description: "bind Subject to ref and propagate value changes both ways"
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
name: "useSubscription",
|
|
1518
|
+
package: "rxjs",
|
|
1519
|
+
lastUpdated: 1628521945e3,
|
|
1520
|
+
docs: "https://vueuse.org/rxjs/useSubscription/",
|
|
1521
|
+
category: "@RxJS",
|
|
1522
|
+
description: "uses subscriptions without worry about unsubscribing to it or memory leaks"
|
|
1523
|
+
},
|
|
894
1524
|
{
|
|
895
1525
|
name: "useSwipe",
|
|
896
1526
|
package: "core",
|
|
1527
|
+
lastUpdated: 1639442454e3,
|
|
897
1528
|
docs: "https://vueuse.org/core/useSwipe/",
|
|
898
1529
|
category: "Sensors",
|
|
899
1530
|
description: "reactive swipe detection based on [`TouchEvents`](https://developer.mozilla.org/en-US/docs/Web/API/TouchEvent)"
|
|
@@ -901,21 +1532,72 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
901
1532
|
{
|
|
902
1533
|
name: "useTemplateRefsList",
|
|
903
1534
|
package: "core",
|
|
1535
|
+
lastUpdated: 1639442454e3,
|
|
904
1536
|
docs: "https://vueuse.org/core/useTemplateRefsList/",
|
|
905
1537
|
category: "Component",
|
|
906
1538
|
description: "shorthand for binding refs to template elements and components inside `v-for`"
|
|
907
1539
|
},
|
|
1540
|
+
{
|
|
1541
|
+
name: "useTextSelection",
|
|
1542
|
+
package: "core",
|
|
1543
|
+
lastUpdated: 1640790934e3,
|
|
1544
|
+
docs: "https://vueuse.org/core/useTextSelection/",
|
|
1545
|
+
category: "Sensors",
|
|
1546
|
+
description: "reactively track user text selection based on [`Window.getSelection`](https://developer.mozilla.org/en-US/docs/Web/API/Window/getSelection)"
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
name: "useThrottle",
|
|
1550
|
+
package: "shared",
|
|
1551
|
+
lastUpdated: 1639442454e3,
|
|
1552
|
+
docs: "https://vueuse.org/shared/useThrottle/",
|
|
1553
|
+
category: "Utilities",
|
|
1554
|
+
description: "throttle changing of a ref value"
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
name: "useThrottledRefHistory",
|
|
1558
|
+
package: "core",
|
|
1559
|
+
lastUpdated: 1639442454e3,
|
|
1560
|
+
docs: "https://vueuse.org/core/useThrottledRefHistory/",
|
|
1561
|
+
category: "State",
|
|
1562
|
+
description: "shorthand for `useRefHistory` with throttled filter"
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
name: "useThrottleFn",
|
|
1566
|
+
package: "shared",
|
|
1567
|
+
lastUpdated: 1639442454e3,
|
|
1568
|
+
docs: "https://vueuse.org/shared/useThrottleFn/",
|
|
1569
|
+
category: "Utilities",
|
|
1570
|
+
description: "throttle execution of a function"
|
|
1571
|
+
},
|
|
908
1572
|
{
|
|
909
1573
|
name: "useTimeAgo",
|
|
910
1574
|
package: "core",
|
|
1575
|
+
lastUpdated: 1639442454e3,
|
|
911
1576
|
component: true,
|
|
912
1577
|
docs: "https://vueuse.org/core/useTimeAgo/",
|
|
913
|
-
category: "
|
|
1578
|
+
category: "Misc",
|
|
914
1579
|
description: "reactive time ago"
|
|
915
1580
|
},
|
|
1581
|
+
{
|
|
1582
|
+
name: "useTimeout",
|
|
1583
|
+
package: "shared",
|
|
1584
|
+
lastUpdated: 1639442454e3,
|
|
1585
|
+
docs: "https://vueuse.org/shared/useTimeout/",
|
|
1586
|
+
category: "Animation",
|
|
1587
|
+
description: "update value after a given time with controls"
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
name: "useTimeoutFn",
|
|
1591
|
+
package: "shared",
|
|
1592
|
+
lastUpdated: 1642756441e3,
|
|
1593
|
+
docs: "https://vueuse.org/shared/useTimeoutFn/",
|
|
1594
|
+
category: "Animation",
|
|
1595
|
+
description: "wrapper for `setTimeout` with controls"
|
|
1596
|
+
},
|
|
916
1597
|
{
|
|
917
1598
|
name: "useTimestamp",
|
|
918
1599
|
package: "core",
|
|
1600
|
+
lastUpdated: 1639442454e3,
|
|
919
1601
|
component: true,
|
|
920
1602
|
docs: "https://vueuse.org/core/useTimestamp/",
|
|
921
1603
|
category: "Animation",
|
|
@@ -924,13 +1606,23 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
924
1606
|
{
|
|
925
1607
|
name: "useTitle",
|
|
926
1608
|
package: "core",
|
|
1609
|
+
lastUpdated: 164017557e4,
|
|
927
1610
|
docs: "https://vueuse.org/core/useTitle/",
|
|
928
1611
|
category: "Browser",
|
|
929
1612
|
description: "reactive document title"
|
|
930
1613
|
},
|
|
1614
|
+
{
|
|
1615
|
+
name: "useToggle",
|
|
1616
|
+
package: "shared",
|
|
1617
|
+
lastUpdated: 1644734054e3,
|
|
1618
|
+
docs: "https://vueuse.org/shared/useToggle/",
|
|
1619
|
+
category: "Utilities",
|
|
1620
|
+
description: "a boolean switcher with utility functions"
|
|
1621
|
+
},
|
|
931
1622
|
{
|
|
932
1623
|
name: "useTransition",
|
|
933
1624
|
package: "core",
|
|
1625
|
+
lastUpdated: 1642756441e3,
|
|
934
1626
|
docs: "https://vueuse.org/core/useTransition/",
|
|
935
1627
|
category: "Animation",
|
|
936
1628
|
description: "transition between values"
|
|
@@ -938,6 +1630,7 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
938
1630
|
{
|
|
939
1631
|
name: "useUrlSearchParams",
|
|
940
1632
|
package: "core",
|
|
1633
|
+
lastUpdated: 1639442454e3,
|
|
941
1634
|
docs: "https://vueuse.org/core/useUrlSearchParams/",
|
|
942
1635
|
category: "Browser",
|
|
943
1636
|
description: "reactive [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)"
|
|
@@ -945,13 +1638,32 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
945
1638
|
{
|
|
946
1639
|
name: "useUserMedia",
|
|
947
1640
|
package: "core",
|
|
1641
|
+
lastUpdated: 1639818708e3,
|
|
948
1642
|
docs: "https://vueuse.org/core/useUserMedia/",
|
|
949
1643
|
category: "Sensors",
|
|
950
1644
|
description: "reactive [`mediaDevices.getUserMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia) streaming"
|
|
951
1645
|
},
|
|
1646
|
+
{
|
|
1647
|
+
name: "useVibrate",
|
|
1648
|
+
package: "core",
|
|
1649
|
+
lastUpdated: 164093223e4,
|
|
1650
|
+
docs: "https://vueuse.org/core/useVibrate/",
|
|
1651
|
+
category: "Browser",
|
|
1652
|
+
description: "reactive [Vibration API](https://developer.mozilla.org/en-US/docs/Web/API/Vibration_API)"
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
name: "useVirtualList",
|
|
1656
|
+
package: "core",
|
|
1657
|
+
lastUpdated: 1642756441e3,
|
|
1658
|
+
component: true,
|
|
1659
|
+
docs: "https://vueuse.org/core/useVirtualList/",
|
|
1660
|
+
category: "Component",
|
|
1661
|
+
description: "create virtual lists with ease"
|
|
1662
|
+
},
|
|
952
1663
|
{
|
|
953
1664
|
name: "useVModel",
|
|
954
1665
|
package: "core",
|
|
1666
|
+
lastUpdated: 1639442454e3,
|
|
955
1667
|
docs: "https://vueuse.org/core/useVModel/",
|
|
956
1668
|
category: "Component",
|
|
957
1669
|
description: "shorthand for v-model binding"
|
|
@@ -959,6 +1671,7 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
959
1671
|
{
|
|
960
1672
|
name: "useVModels",
|
|
961
1673
|
package: "core",
|
|
1674
|
+
lastUpdated: 1639442454e3,
|
|
962
1675
|
docs: "https://vueuse.org/core/useVModels/",
|
|
963
1676
|
category: "Component",
|
|
964
1677
|
description: "shorthand for props v-model binding"
|
|
@@ -966,20 +1679,31 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
966
1679
|
{
|
|
967
1680
|
name: "useWakeLock",
|
|
968
1681
|
package: "core",
|
|
1682
|
+
lastUpdated: 1640682127e3,
|
|
969
1683
|
docs: "https://vueuse.org/core/useWakeLock/",
|
|
970
1684
|
category: "Browser",
|
|
971
1685
|
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"
|
|
972
1686
|
},
|
|
1687
|
+
{
|
|
1688
|
+
name: "useWebNotification",
|
|
1689
|
+
package: "core",
|
|
1690
|
+
lastUpdated: 1640933217e3,
|
|
1691
|
+
docs: "https://vueuse.org/core/useWebNotification/",
|
|
1692
|
+
category: "Browser",
|
|
1693
|
+
description: "reactive [Notification](https://developer.mozilla.org/en-US/docs/Web/API/notification)"
|
|
1694
|
+
},
|
|
973
1695
|
{
|
|
974
1696
|
name: "useWebSocket",
|
|
975
1697
|
package: "core",
|
|
1698
|
+
lastUpdated: 1641985525e3,
|
|
976
1699
|
docs: "https://vueuse.org/core/useWebSocket/",
|
|
977
|
-
category: "
|
|
1700
|
+
category: "Network",
|
|
978
1701
|
description: "reactive [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/WebSocket) client"
|
|
979
1702
|
},
|
|
980
1703
|
{
|
|
981
1704
|
name: "useWebWorker",
|
|
982
1705
|
package: "core",
|
|
1706
|
+
lastUpdated: 1639442454e3,
|
|
983
1707
|
docs: "https://vueuse.org/core/useWebWorker/",
|
|
984
1708
|
category: "Misc",
|
|
985
1709
|
description: "simple [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) registration and communication"
|
|
@@ -987,162 +1711,41 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
987
1711
|
{
|
|
988
1712
|
name: "useWebWorkerFn",
|
|
989
1713
|
package: "core",
|
|
1714
|
+
lastUpdated: 1639442454e3,
|
|
990
1715
|
docs: "https://vueuse.org/core/useWebWorkerFn/",
|
|
991
1716
|
category: "Misc",
|
|
992
|
-
description: "run expensive
|
|
1717
|
+
description: "run expensive functions without blocking the UI"
|
|
993
1718
|
},
|
|
994
1719
|
{
|
|
995
1720
|
name: "useWindowFocus",
|
|
996
1721
|
package: "core",
|
|
1722
|
+
lastUpdated: 1639442454e3,
|
|
997
1723
|
component: true,
|
|
998
1724
|
docs: "https://vueuse.org/core/useWindowFocus/",
|
|
999
|
-
category: "
|
|
1725
|
+
category: "Elements",
|
|
1000
1726
|
description: "reactively track window focus with `window.onfocus` and `window.onblur` events"
|
|
1001
1727
|
},
|
|
1002
1728
|
{
|
|
1003
1729
|
name: "useWindowScroll",
|
|
1004
1730
|
package: "core",
|
|
1731
|
+
lastUpdated: 1639442454e3,
|
|
1005
1732
|
docs: "https://vueuse.org/core/useWindowScroll/",
|
|
1006
|
-
category: "
|
|
1733
|
+
category: "Elements",
|
|
1007
1734
|
description: "reactive window scroll"
|
|
1008
1735
|
},
|
|
1009
1736
|
{
|
|
1010
1737
|
name: "useWindowSize",
|
|
1011
1738
|
package: "core",
|
|
1739
|
+
lastUpdated: 1639442454e3,
|
|
1012
1740
|
component: true,
|
|
1013
1741
|
docs: "https://vueuse.org/core/useWindowSize/",
|
|
1014
|
-
category: "
|
|
1742
|
+
category: "Elements",
|
|
1015
1743
|
description: "reactive window size"
|
|
1016
1744
|
},
|
|
1017
|
-
{
|
|
1018
|
-
name: "useRouteHash",
|
|
1019
|
-
package: "router",
|
|
1020
|
-
docs: "https://vueuse.org/router/useRouteHash/",
|
|
1021
|
-
category: "@Router",
|
|
1022
|
-
description: "shorthand for reactive route.hash"
|
|
1023
|
-
},
|
|
1024
|
-
{
|
|
1025
|
-
name: "useRouteQuery",
|
|
1026
|
-
package: "router",
|
|
1027
|
-
docs: "https://vueuse.org/router/useRouteQuery/",
|
|
1028
|
-
category: "@Router",
|
|
1029
|
-
description: "shorthand for reactive route.query"
|
|
1030
|
-
},
|
|
1031
|
-
{
|
|
1032
|
-
name: "useAxios",
|
|
1033
|
-
package: "integrations",
|
|
1034
|
-
docs: "https://vueuse.org/integrations/useAxios/",
|
|
1035
|
-
category: "@Integrations",
|
|
1036
|
-
description: "wrapper for [`axios`](https://github.com/axios/axios)"
|
|
1037
|
-
},
|
|
1038
|
-
{
|
|
1039
|
-
name: "useCookies",
|
|
1040
|
-
package: "integrations",
|
|
1041
|
-
docs: "https://vueuse.org/integrations/useCookies/",
|
|
1042
|
-
category: "@Integrations",
|
|
1043
|
-
description: "wrapper for [`universal-cookie`](https://www.npmjs.com/package/universal-cookie)"
|
|
1044
|
-
},
|
|
1045
|
-
{
|
|
1046
|
-
name: "useFocusTrap",
|
|
1047
|
-
package: "integrations",
|
|
1048
|
-
docs: "https://vueuse.org/integrations/useFocusTrap/",
|
|
1049
|
-
category: "@Integrations",
|
|
1050
|
-
description: "reactive wrapper for [`focus-trap`](https://github.com/focus-trap/focus-trap)"
|
|
1051
|
-
},
|
|
1052
|
-
{
|
|
1053
|
-
name: "useJwt",
|
|
1054
|
-
package: "integrations",
|
|
1055
|
-
docs: "https://vueuse.org/integrations/useJwt/",
|
|
1056
|
-
category: "@Integrations",
|
|
1057
|
-
description: "wrapper for [`jwt-decode`](https://github.com/auth0/jwt-decode)"
|
|
1058
|
-
},
|
|
1059
|
-
{
|
|
1060
|
-
name: "useNProgress",
|
|
1061
|
-
package: "integrations",
|
|
1062
|
-
docs: "https://vueuse.org/integrations/useNProgress/",
|
|
1063
|
-
category: "@Integrations",
|
|
1064
|
-
description: "reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress)"
|
|
1065
|
-
},
|
|
1066
|
-
{
|
|
1067
|
-
name: "useQRCode",
|
|
1068
|
-
package: "integrations",
|
|
1069
|
-
docs: "https://vueuse.org/integrations/useQRCode/",
|
|
1070
|
-
category: "@Integrations",
|
|
1071
|
-
description: "wrapper for [`qrcode`](https://github.com/soldair/node-qrcode)"
|
|
1072
|
-
},
|
|
1073
|
-
{
|
|
1074
|
-
name: "from",
|
|
1075
|
-
package: "rxjs",
|
|
1076
|
-
docs: "https://vueuse.org/rxjs/from/",
|
|
1077
|
-
category: "@RxJS",
|
|
1078
|
-
description: "/ fromEvent"
|
|
1079
|
-
},
|
|
1080
|
-
{
|
|
1081
|
-
name: "toObserver",
|
|
1082
|
-
package: "rxjs",
|
|
1083
|
-
docs: "https://vueuse.org/rxjs/toObserver/",
|
|
1084
|
-
category: "@RxJS",
|
|
1085
|
-
description: "sugar function to convert a ref in an observer"
|
|
1086
|
-
},
|
|
1087
|
-
{
|
|
1088
|
-
name: "useObservable",
|
|
1089
|
-
package: "rxjs",
|
|
1090
|
-
docs: "https://vueuse.org/rxjs/useObservable/",
|
|
1091
|
-
category: "@RxJS",
|
|
1092
|
-
description: "use an Observable"
|
|
1093
|
-
},
|
|
1094
|
-
{
|
|
1095
|
-
name: "useSubscription",
|
|
1096
|
-
package: "rxjs",
|
|
1097
|
-
docs: "https://vueuse.org/rxjs/useSubscription/",
|
|
1098
|
-
category: "@RxJS",
|
|
1099
|
-
description: "uses subscriptions without worry about unsubscribing to it or memory leaks"
|
|
1100
|
-
},
|
|
1101
|
-
{
|
|
1102
|
-
name: "useAuth",
|
|
1103
|
-
package: "firebase",
|
|
1104
|
-
docs: "https://vueuse.org/firebase/useAuth/",
|
|
1105
|
-
category: "@Firebase",
|
|
1106
|
-
description: "reactive [Firebase Auth](https://firebase.google.com/docs/auth) binding"
|
|
1107
|
-
},
|
|
1108
|
-
{
|
|
1109
|
-
name: "useFirestore",
|
|
1110
|
-
package: "firebase",
|
|
1111
|
-
docs: "https://vueuse.org/firebase/useFirestore/",
|
|
1112
|
-
category: "@Firebase",
|
|
1113
|
-
description: "reactive [Firestore](https://firebase.google.com/docs/firestore) binding"
|
|
1114
|
-
},
|
|
1115
|
-
{
|
|
1116
|
-
name: "useRTDB",
|
|
1117
|
-
package: "firebase",
|
|
1118
|
-
docs: "https://vueuse.org/firebase/useRTDB/",
|
|
1119
|
-
category: "@Firebase",
|
|
1120
|
-
description: "reactive [Firebase Realtime Database](https://firebase.google.com/docs/database) binding"
|
|
1121
|
-
},
|
|
1122
|
-
{
|
|
1123
|
-
name: "useIpcRenderer",
|
|
1124
|
-
package: "electron",
|
|
1125
|
-
docs: "https://vueuse.org/electron/useIpcRenderer/",
|
|
1126
|
-
category: "@Electron",
|
|
1127
|
-
description: "provides [ipcRenderer](https://www.electronjs.org/docs/api/ipc-renderer) and it's all APIs"
|
|
1128
|
-
},
|
|
1129
|
-
{
|
|
1130
|
-
name: "useIpcRendererInvoke",
|
|
1131
|
-
package: "electron",
|
|
1132
|
-
docs: "https://vueuse.org/electron/useIpcRendererInvoke/",
|
|
1133
|
-
category: "@Electron",
|
|
1134
|
-
description: "reactive [ipcRenderer.invoke API](https://www.electronjs.org/docs/api/ipc-renderer#ipcrendererinvokechannel-args) result"
|
|
1135
|
-
},
|
|
1136
|
-
{
|
|
1137
|
-
name: "useIpcRendererOn",
|
|
1138
|
-
package: "electron",
|
|
1139
|
-
docs: "https://vueuse.org/electron/useIpcRendererOn/",
|
|
1140
|
-
category: "@Electron",
|
|
1141
|
-
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"
|
|
1142
|
-
},
|
|
1143
1745
|
{
|
|
1144
1746
|
name: "useZoomFactor",
|
|
1145
1747
|
package: "electron",
|
|
1748
|
+
lastUpdated: 1639442454e3,
|
|
1146
1749
|
docs: "https://vueuse.org/electron/useZoomFactor/",
|
|
1147
1750
|
category: "@Electron",
|
|
1148
1751
|
description: "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom factor"
|
|
@@ -1150,9 +1753,48 @@ var require_indexes = _chunkHIJQIC5Vjs.__commonJS.call(void 0, {
|
|
|
1150
1753
|
{
|
|
1151
1754
|
name: "useZoomLevel",
|
|
1152
1755
|
package: "electron",
|
|
1756
|
+
lastUpdated: 1639442454e3,
|
|
1153
1757
|
docs: "https://vueuse.org/electron/useZoomLevel/",
|
|
1154
1758
|
category: "@Electron",
|
|
1155
1759
|
description: "reactive [WebFrame](https://www.electronjs.org/docs/api/web-frame#webframe) zoom level"
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
name: "utils",
|
|
1763
|
+
package: "shared",
|
|
1764
|
+
lastUpdated: 1631121093e3,
|
|
1765
|
+
internal: true
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
name: "watchAtMost",
|
|
1769
|
+
package: "shared",
|
|
1770
|
+
lastUpdated: 1643036457e3,
|
|
1771
|
+
docs: "https://vueuse.org/shared/watchAtMost/",
|
|
1772
|
+
category: "Watch",
|
|
1773
|
+
description: "`watch` with the number of times triggered"
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
name: "watchOnce",
|
|
1777
|
+
package: "shared",
|
|
1778
|
+
lastUpdated: 1643036457e3,
|
|
1779
|
+
docs: "https://vueuse.org/shared/watchOnce/",
|
|
1780
|
+
category: "Watch",
|
|
1781
|
+
description: "`watch` that only triggers once"
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
name: "watchWithFilter",
|
|
1785
|
+
package: "shared",
|
|
1786
|
+
lastUpdated: 1639818708e3,
|
|
1787
|
+
docs: "https://vueuse.org/shared/watchWithFilter/",
|
|
1788
|
+
category: "Watch",
|
|
1789
|
+
description: "`watch` with additional EventFilter control"
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
name: "whenever",
|
|
1793
|
+
package: "shared",
|
|
1794
|
+
lastUpdated: 1644664454e3,
|
|
1795
|
+
docs: "https://vueuse.org/shared/whenever/",
|
|
1796
|
+
category: "Watch",
|
|
1797
|
+
description: "shorthand for watching value to be truthy"
|
|
1156
1798
|
}
|
|
1157
1799
|
]
|
|
1158
1800
|
};
|
|
@@ -1313,7 +1955,7 @@ function getStyleDir(compName) {
|
|
|
1313
1955
|
}
|
|
1314
1956
|
}
|
|
1315
1957
|
if (!styleDir)
|
|
1316
|
-
styleDir =
|
|
1958
|
+
styleDir = _chunkI3PYM4HQjs.kebabCase.call(void 0, compName);
|
|
1317
1959
|
return styleDir;
|
|
1318
1960
|
}
|
|
1319
1961
|
function getSideEffects(compName, options) {
|
|
@@ -1492,7 +2134,7 @@ function resolveComponent(name, options) {
|
|
|
1492
2134
|
return;
|
|
1493
2135
|
if (!name.match(/^El[A-Z]/))
|
|
1494
2136
|
return;
|
|
1495
|
-
const partialName =
|
|
2137
|
+
const partialName = _chunkI3PYM4HQjs.kebabCase.call(void 0, name.slice(2));
|
|
1496
2138
|
const { version, ssr } = options;
|
|
1497
2139
|
if (compareVersions.compare(version, "1.1.0-beta.1", ">=")) {
|
|
1498
2140
|
return {
|
|
@@ -1537,9 +2179,9 @@ function ElementPlusResolver(options = {}) {
|
|
|
1537
2179
|
async function resolveOptions() {
|
|
1538
2180
|
if (optionsResolved)
|
|
1539
2181
|
return optionsResolved;
|
|
1540
|
-
optionsResolved =
|
|
2182
|
+
optionsResolved = _chunkI3PYM4HQjs.__spreadValues.call(void 0, {
|
|
1541
2183
|
ssr: false,
|
|
1542
|
-
version: await
|
|
2184
|
+
version: await _chunkI3PYM4HQjs.getPkgVersion.call(void 0, "element-plus", "1.1.0-beta.21"),
|
|
1543
2185
|
importStyle: "css",
|
|
1544
2186
|
directives: true,
|
|
1545
2187
|
exclude: void 0
|
|
@@ -1585,7 +2227,7 @@ function ElementUiResolver(options = {}) {
|
|
|
1585
2227
|
resolve: (name) => {
|
|
1586
2228
|
if (/^El[A-Z]/.test(name)) {
|
|
1587
2229
|
const compName = name.slice(2);
|
|
1588
|
-
const partialName =
|
|
2230
|
+
const partialName = _chunkI3PYM4HQjs.kebabCase.call(void 0, compName);
|
|
1589
2231
|
if (partialName === "collapse-transition") {
|
|
1590
2232
|
return {
|
|
1591
2233
|
path: `element-ui/lib/transitions/${partialName}`
|
|
@@ -1602,6 +2244,12 @@ function ElementUiResolver(options = {}) {
|
|
|
1602
2244
|
|
|
1603
2245
|
// src/core/resolvers/headless-ui.ts
|
|
1604
2246
|
var components = [
|
|
2247
|
+
"Combobox",
|
|
2248
|
+
"ComboboxButton",
|
|
2249
|
+
"ComboboxInput",
|
|
2250
|
+
"ComboboxLabel",
|
|
2251
|
+
"ComboboxOption",
|
|
2252
|
+
"ComboboxOptions",
|
|
1605
2253
|
"Dialog",
|
|
1606
2254
|
"DialogDescription",
|
|
1607
2255
|
"DialogOverlay",
|
|
@@ -1648,7 +2296,7 @@ function HeadlessUiResolver(options = {}) {
|
|
|
1648
2296
|
type: "component",
|
|
1649
2297
|
resolve: (name) => {
|
|
1650
2298
|
if (name.startsWith(prefix2)) {
|
|
1651
|
-
const componentName = name.
|
|
2299
|
+
const componentName = name.substring(prefix2.length);
|
|
1652
2300
|
if (components.includes(componentName)) {
|
|
1653
2301
|
return {
|
|
1654
2302
|
importName: componentName,
|
|
@@ -1686,7 +2334,7 @@ function IduxResolver(options = {}) {
|
|
|
1686
2334
|
let dirname = specialComponents[name];
|
|
1687
2335
|
if (!dirname) {
|
|
1688
2336
|
const nameIndex = packageName === "pro" ? 2 : 1;
|
|
1689
|
-
dirname =
|
|
2337
|
+
dirname = _chunkI3PYM4HQjs.kebabCase.call(void 0, name).split("-")[nameIndex];
|
|
1690
2338
|
}
|
|
1691
2339
|
const path = `@idux/${packageName}/${dirname}`;
|
|
1692
2340
|
let sideEffects;
|
|
@@ -1727,7 +2375,7 @@ function NaiveUiResolver() {
|
|
|
1727
2375
|
return {
|
|
1728
2376
|
type: "component",
|
|
1729
2377
|
resolve: (name) => {
|
|
1730
|
-
if (name.match(/^N[A-Z]/))
|
|
2378
|
+
if (name.match(/^(N[A-Z]|n-[a-z])/))
|
|
1731
2379
|
return { importName: name, path: "naive-ui" };
|
|
1732
2380
|
}
|
|
1733
2381
|
};
|
|
@@ -1852,10 +2500,10 @@ function PrimeVueResolver(options = {}) {
|
|
|
1852
2500
|
}
|
|
1853
2501
|
|
|
1854
2502
|
// src/core/resolvers/vant.ts
|
|
1855
|
-
var moduleType =
|
|
2503
|
+
var moduleType = _chunkI3PYM4HQjs.isSSR ? "lib" : "es";
|
|
1856
2504
|
function getSideEffects4(dirName, options) {
|
|
1857
2505
|
const { importStyle = true } = options;
|
|
1858
|
-
if (!importStyle ||
|
|
2506
|
+
if (!importStyle || _chunkI3PYM4HQjs.isSSR)
|
|
1859
2507
|
return;
|
|
1860
2508
|
if (importStyle === "less")
|
|
1861
2509
|
return `vant/${moduleType}/${dirName}/style/less`;
|
|
@@ -1872,7 +2520,7 @@ function VantResolver(options = {}) {
|
|
|
1872
2520
|
return {
|
|
1873
2521
|
importName: partialName,
|
|
1874
2522
|
path: `vant/${moduleType}`,
|
|
1875
|
-
sideEffects: getSideEffects4(
|
|
2523
|
+
sideEffects: getSideEffects4(_chunkI3PYM4HQjs.kebabCase.call(void 0, partialName), options)
|
|
1876
2524
|
};
|
|
1877
2525
|
}
|
|
1878
2526
|
}
|
|
@@ -1889,9 +2537,9 @@ function getResolved(name, options) {
|
|
|
1889
2537
|
const sideEffects = [];
|
|
1890
2538
|
if (importStyle || importCss) {
|
|
1891
2539
|
if (importStyle === "less" || importLess)
|
|
1892
|
-
sideEffects.push(`@varlet/ui/es/${
|
|
2540
|
+
sideEffects.push(`@varlet/ui/es/${_chunkI3PYM4HQjs.kebabCase.call(void 0, name)}/style/less.js`);
|
|
1893
2541
|
else
|
|
1894
|
-
sideEffects.push(`@varlet/ui/es/${
|
|
2542
|
+
sideEffects.push(`@varlet/ui/es/${_chunkI3PYM4HQjs.kebabCase.call(void 0, name)}/style`);
|
|
1895
2543
|
}
|
|
1896
2544
|
return {
|
|
1897
2545
|
path: "@varlet/ui",
|
|
@@ -1928,7 +2576,7 @@ function VeuiResolver(options) {
|
|
|
1928
2576
|
const { alias = VEUI_PACKAGE_NAME } = options;
|
|
1929
2577
|
if (!components3) {
|
|
1930
2578
|
try {
|
|
1931
|
-
const componentsData =
|
|
2579
|
+
const componentsData = _chunkI3PYM4HQjs.__require.call(void 0, `${alias}/components.json`);
|
|
1932
2580
|
components3 = new Set(componentsData.map(({ name }) => name));
|
|
1933
2581
|
} catch (e) {
|
|
1934
2582
|
throw new Error("[unplugin-vue-components:veui] VEUI is not installed");
|
|
@@ -1948,15 +2596,15 @@ function VeuiResolver(options) {
|
|
|
1948
2596
|
};
|
|
1949
2597
|
}
|
|
1950
2598
|
var formatters = {
|
|
1951
|
-
"kebab-case":
|
|
1952
|
-
"camelCase":
|
|
1953
|
-
"PascalCase":
|
|
2599
|
+
"kebab-case": _chunkI3PYM4HQjs.kebabCase,
|
|
2600
|
+
"camelCase": _chunkI3PYM4HQjs.camelCase,
|
|
2601
|
+
"PascalCase": _chunkI3PYM4HQjs.pascalCase
|
|
1954
2602
|
};
|
|
1955
|
-
var peerPaths = new Map();
|
|
2603
|
+
var peerPaths = /* @__PURE__ */ new Map();
|
|
1956
2604
|
function assertPeerPath(peerPath) {
|
|
1957
2605
|
if (!peerPaths.has(peerPath)) {
|
|
1958
2606
|
try {
|
|
1959
|
-
|
|
2607
|
+
_chunkI3PYM4HQjs.resolveImportPath.call(void 0, peerPath);
|
|
1960
2608
|
peerPaths.set(peerPath, true);
|
|
1961
2609
|
} catch (e) {
|
|
1962
2610
|
peerPaths.set(peerPath, false);
|
|
@@ -2008,12 +2656,12 @@ function getCompDir(compName) {
|
|
|
2008
2656
|
for (let i = 0; i < total; i++) {
|
|
2009
2657
|
const matcher = matchComponents2[i];
|
|
2010
2658
|
if (compName.match(matcher.pattern)) {
|
|
2011
|
-
compPath = `${matcher.compDir}/${
|
|
2659
|
+
compPath = `${matcher.compDir}/${_chunkI3PYM4HQjs.kebabCase.call(void 0, compName)}.vue`;
|
|
2012
2660
|
break;
|
|
2013
2661
|
}
|
|
2014
2662
|
}
|
|
2015
2663
|
if (!compPath)
|
|
2016
|
-
compPath =
|
|
2664
|
+
compPath = _chunkI3PYM4HQjs.kebabCase.call(void 0, compName);
|
|
2017
2665
|
return compPath;
|
|
2018
2666
|
}
|
|
2019
2667
|
function ViewUiResolver() {
|
|
@@ -2069,7 +2717,7 @@ function QuasarResolver() {
|
|
|
2069
2717
|
resolve: (name) => {
|
|
2070
2718
|
let components5 = [];
|
|
2071
2719
|
try {
|
|
2072
|
-
components5 =
|
|
2720
|
+
components5 = _chunkI3PYM4HQjs.__require.call(void 0, "quasar/dist/transforms/api-list.json");
|
|
2073
2721
|
} catch (e) {
|
|
2074
2722
|
}
|
|
2075
2723
|
if (components5.includes(name))
|
|
@@ -2104,7 +2752,7 @@ function getSideEffects7(name) {
|
|
|
2104
2752
|
function componentsResolver(name) {
|
|
2105
2753
|
if (!name.match(/^D[A-Z]/))
|
|
2106
2754
|
return;
|
|
2107
|
-
const resolveId =
|
|
2755
|
+
const resolveId = _chunkI3PYM4HQjs.kebabCase.call(void 0, name = name.slice(1));
|
|
2108
2756
|
return {
|
|
2109
2757
|
path: LIB_NAME,
|
|
2110
2758
|
importName: name,
|
|
@@ -2121,7 +2769,7 @@ function directivesResolver(name) {
|
|
|
2121
2769
|
};
|
|
2122
2770
|
}
|
|
2123
2771
|
function DevUiResolver(options = {}) {
|
|
2124
|
-
const config =
|
|
2772
|
+
const config = _chunkI3PYM4HQjs.__spreadValues.call(void 0, { directives: true, importStyle: true }, options);
|
|
2125
2773
|
const resolvers = [
|
|
2126
2774
|
{ type: "component", resolve: componentsResolver }
|
|
2127
2775
|
];
|
|
@@ -2240,7 +2888,7 @@ var matchComponents3 = [
|
|
|
2240
2888
|
function getComponentStyleDir(importName, importStyle) {
|
|
2241
2889
|
if (["ConfigProvider", "Icon"].includes(importName))
|
|
2242
2890
|
return void 0;
|
|
2243
|
-
let componentDir =
|
|
2891
|
+
let componentDir = _chunkI3PYM4HQjs.kebabCase.call(void 0, importName);
|
|
2244
2892
|
for (const item of matchComponents3) {
|
|
2245
2893
|
if (item.pattern.test(importName)) {
|
|
2246
2894
|
componentDir = item.componentDir;
|
|
@@ -2279,7 +2927,7 @@ function ArcoResolver(options = {}) {
|
|
|
2279
2927
|
// src/core/resolvers/tdesign.ts
|
|
2280
2928
|
function getSideEffects8(importName, options) {
|
|
2281
2929
|
const { library = "vue", importStyle = "css" } = options;
|
|
2282
|
-
let fileName =
|
|
2930
|
+
let fileName = _chunkI3PYM4HQjs.kebabCase.call(void 0, importName);
|
|
2283
2931
|
if (!importStyle)
|
|
2284
2932
|
return;
|
|
2285
2933
|
if (["config-provider", "icon"].includes(fileName))
|
|
@@ -2296,7 +2944,7 @@ function getSideEffects8(importName, options) {
|
|
|
2296
2944
|
fileName = "input";
|
|
2297
2945
|
if (["aside", "layout", "header", "footer", "content"].includes(fileName))
|
|
2298
2946
|
fileName = "layout";
|
|
2299
|
-
if (
|
|
2947
|
+
if (["head-menu", "submenu"].includes(fileName))
|
|
2300
2948
|
fileName = "menu";
|
|
2301
2949
|
if (["option", "option-group"].includes(fileName))
|
|
2302
2950
|
fileName = "select";
|
|
@@ -2354,5 +3002,5 @@ function TDesignResolver(options = {}) {
|
|
|
2354
3002
|
|
|
2355
3003
|
|
|
2356
3004
|
|
|
2357
|
-
exports.AntDesignVueResolver = AntDesignVueResolver; exports.ArcoResolver = ArcoResolver; exports.DevUiResolver = DevUiResolver; exports.ElementPlusResolver = ElementPlusResolver; exports.ElementUiResolver = ElementUiResolver; exports.HeadlessUiResolver = HeadlessUiResolver; exports.IduxResolver = IduxResolver; exports.InklineResolver = InklineResolver; exports.LibraryResolver =
|
|
3005
|
+
exports.AntDesignVueResolver = AntDesignVueResolver; exports.ArcoResolver = ArcoResolver; exports.DevUiResolver = DevUiResolver; exports.ElementPlusResolver = ElementPlusResolver; exports.ElementUiResolver = ElementUiResolver; exports.HeadlessUiResolver = HeadlessUiResolver; exports.IduxResolver = IduxResolver; exports.InklineResolver = InklineResolver; exports.LibraryResolver = _chunkI3PYM4HQjs.LibraryResolver; exports.NaiveUiResolver = NaiveUiResolver; exports.PrimeVueResolver = PrimeVueResolver; exports.QuasarResolver = QuasarResolver; exports.TDesignResolver = TDesignResolver; exports.VantResolver = VantResolver; exports.VarletUIResolver = VarletUIResolver; exports.VeuiResolver = VeuiResolver; exports.ViewUiResolver = ViewUiResolver; exports.VueUseComponentsResolver = VueUseComponentsResolver; exports.VuetifyResolver = VuetifyResolver; exports.getResolved = getResolved; exports.tryLoadVeturTags = _chunkI3PYM4HQjs.tryLoadVeturTags;
|
|
2358
3006
|
exports.default = module.exports;
|