@rocketui/vue 0.2.68 → 0.2.70

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.
Files changed (57) hide show
  1. package/dist/rocket-ui-vue.js +912 -896
  2. package/dist/rocket-ui-vue.umd.cjs +1 -1
  3. package/dist/style.css +1 -1
  4. package/dist/types/components/Accordion/RAccordion.vue.d.ts +70 -0
  5. package/dist/types/components/Accordion/RAccordion.vue.d.ts.map +1 -0
  6. package/dist/types/components/Alert/RAlert.vue.d.ts +109 -0
  7. package/dist/types/components/Alert/RAlert.vue.d.ts.map +1 -0
  8. package/dist/types/components/Avatar/RAvatar.vue.d.ts +92 -0
  9. package/dist/types/components/Avatar/RAvatar.vue.d.ts.map +1 -0
  10. package/dist/types/components/Badge/RBadge.vue.d.ts +143 -0
  11. package/dist/types/components/Badge/RBadge.vue.d.ts.map +1 -0
  12. package/dist/types/components/Breadcrumb/RBreadcrumb.vue.d.ts +50 -0
  13. package/dist/types/components/Breadcrumb/RBreadcrumb.vue.d.ts.map +1 -0
  14. package/dist/types/components/Button/RButton.vue.d.ts +155 -0
  15. package/dist/types/components/Button/RButton.vue.d.ts.map +1 -0
  16. package/dist/types/components/Checkbox/RCheckbox.vue.d.ts +120 -0
  17. package/dist/types/components/Checkbox/RCheckbox.vue.d.ts.map +1 -0
  18. package/dist/types/components/Chips/RChip.vue.d.ts +132 -0
  19. package/dist/types/components/Chips/RChip.vue.d.ts.map +1 -0
  20. package/dist/types/components/Dropdown/RDropdown.vue.d.ts +415 -0
  21. package/dist/types/components/Dropdown/RDropdown.vue.d.ts.map +1 -0
  22. package/dist/types/components/Icon/RIcon.vue.d.ts +59 -0
  23. package/dist/types/components/Icon/RIcon.vue.d.ts.map +1 -0
  24. package/dist/types/components/ItemGroup/RItem.vue.d.ts +65 -0
  25. package/dist/types/components/ItemGroup/RItem.vue.d.ts.map +1 -0
  26. package/dist/types/components/ItemGroup/RItemGroup.vue.d.ts +123 -0
  27. package/dist/types/components/ItemGroup/RItemGroup.vue.d.ts.map +1 -0
  28. package/dist/types/components/Label/RLabel.vue.d.ts +68 -0
  29. package/dist/types/components/Label/RLabel.vue.d.ts.map +1 -0
  30. package/dist/types/components/Modal/RModal.vue.d.ts +183 -0
  31. package/dist/types/components/Modal/RModal.vue.d.ts.map +1 -0
  32. package/dist/types/components/Pagination/RPagination.vue.d.ts +110 -0
  33. package/dist/types/components/Pagination/RPagination.vue.d.ts.map +1 -0
  34. package/dist/types/components/ProgressBar/RProgressbar.vue.d.ts +34 -0
  35. package/dist/types/components/ProgressBar/RProgressbar.vue.d.ts.map +1 -0
  36. package/dist/types/components/Radio/RRadio.vue.d.ts +66 -0
  37. package/dist/types/components/Radio/RRadio.vue.d.ts.map +1 -0
  38. package/dist/types/components/Sidebar/RSidebar.vue.d.ts +53 -0
  39. package/dist/types/components/Sidebar/RSidebar.vue.d.ts.map +1 -0
  40. package/dist/types/components/Snackbar/RSnackbar.vue.d.ts +113 -0
  41. package/dist/types/components/Snackbar/RSnackbar.vue.d.ts.map +1 -0
  42. package/dist/types/components/Switch/RSwitch.vue.d.ts +135 -0
  43. package/dist/types/components/Switch/RSwitch.vue.d.ts.map +1 -0
  44. package/dist/types/components/TabItem/RTabItem.vue.d.ts +155 -0
  45. package/dist/types/components/TabItem/RTabItem.vue.d.ts.map +1 -0
  46. package/dist/types/components/Tabs/RTabs.vue.d.ts +95 -0
  47. package/dist/types/components/Tabs/RTabs.vue.d.ts.map +1 -0
  48. package/dist/types/components/TextArea/RTextArea.vue.d.ts +120 -0
  49. package/dist/types/components/TextArea/RTextArea.vue.d.ts.map +1 -0
  50. package/dist/types/components/Textfield/RTextfield.vue.d.ts +249 -0
  51. package/dist/types/components/Textfield/RTextfield.vue.d.ts.map +1 -0
  52. package/dist/types/components/Tooltip/RTooltip.vue.d.ts +253 -0
  53. package/dist/types/components/Tooltip/RTooltip.vue.d.ts.map +1 -0
  54. package/dist/types/lib/main.d.ts +26 -0
  55. package/dist/types/lib/main.d.ts.map +1 -0
  56. package/package.json +1 -1
  57. package/dist/rocket-ui-vue.d.ts +0 -3306
@@ -1,3306 +0,0 @@
1
- import { AllowedComponentProps } from 'vue';
2
- import { ComponentCustomProps } from 'vue';
3
- import { ComponentOptionsMixin } from 'vue';
4
- import { DefineComponent } from 'vue';
5
- import { ExtractPropTypes } from 'vue';
6
- import { HTMLAttributes } from 'vue';
7
- import { InputHTMLAttributes } from 'vue';
8
- import { LabelHTMLAttributes } from 'vue';
9
- import { PropType } from 'vue';
10
- import { SVGAttributes } from 'vue';
11
- import { VNodeProps } from 'vue';
12
-
13
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
14
-
15
- declare type __VLS_NonUndefinedable_10<T> = T extends undefined ? never : T;
16
-
17
- declare type __VLS_NonUndefinedable_11<T> = T extends undefined ? never : T;
18
-
19
- declare type __VLS_NonUndefinedable_12<T> = T extends undefined ? never : T;
20
-
21
- declare type __VLS_NonUndefinedable_13<T> = T extends undefined ? never : T;
22
-
23
- declare type __VLS_NonUndefinedable_14<T> = T extends undefined ? never : T;
24
-
25
- declare type __VLS_NonUndefinedable_15<T> = T extends undefined ? never : T;
26
-
27
- declare type __VLS_NonUndefinedable_16<T> = T extends undefined ? never : T;
28
-
29
- declare type __VLS_NonUndefinedable_17<T> = T extends undefined ? never : T;
30
-
31
- declare type __VLS_NonUndefinedable_18<T> = T extends undefined ? never : T;
32
-
33
- declare type __VLS_NonUndefinedable_19<T> = T extends undefined ? never : T;
34
-
35
- declare type __VLS_NonUndefinedable_2<T> = T extends undefined ? never : T;
36
-
37
- declare type __VLS_NonUndefinedable_20<T> = T extends undefined ? never : T;
38
-
39
- declare type __VLS_NonUndefinedable_21<T> = T extends undefined ? never : T;
40
-
41
- declare type __VLS_NonUndefinedable_22<T> = T extends undefined ? never : T;
42
-
43
- declare type __VLS_NonUndefinedable_23<T> = T extends undefined ? never : T;
44
-
45
- declare type __VLS_NonUndefinedable_24<T> = T extends undefined ? never : T;
46
-
47
- declare type __VLS_NonUndefinedable_25<T> = T extends undefined ? never : T;
48
-
49
- declare type __VLS_NonUndefinedable_3<T> = T extends undefined ? never : T;
50
-
51
- declare type __VLS_NonUndefinedable_4<T> = T extends undefined ? never : T;
52
-
53
- declare type __VLS_NonUndefinedable_5<T> = T extends undefined ? never : T;
54
-
55
- declare type __VLS_NonUndefinedable_6<T> = T extends undefined ? never : T;
56
-
57
- declare type __VLS_NonUndefinedable_7<T> = T extends undefined ? never : T;
58
-
59
- declare type __VLS_NonUndefinedable_8<T> = T extends undefined ? never : T;
60
-
61
- declare type __VLS_NonUndefinedable_9<T> = T extends undefined ? never : T;
62
-
63
- declare type __VLS_Prettify<T> = {
64
- [K in keyof T]: T[K];
65
- } & {};
66
-
67
- declare type __VLS_Prettify_10<T> = {
68
- [K in keyof T]: T[K];
69
- } & {};
70
-
71
- declare type __VLS_Prettify_11<T> = {
72
- [K in keyof T]: T[K];
73
- } & {};
74
-
75
- declare type __VLS_Prettify_12<T> = {
76
- [K in keyof T]: T[K];
77
- } & {};
78
-
79
- declare type __VLS_Prettify_13<T> = {
80
- [K in keyof T]: T[K];
81
- } & {};
82
-
83
- declare type __VLS_Prettify_14<T> = {
84
- [K in keyof T]: T[K];
85
- } & {};
86
-
87
- declare type __VLS_Prettify_15<T> = {
88
- [K in keyof T]: T[K];
89
- } & {};
90
-
91
- declare type __VLS_Prettify_16<T> = {
92
- [K in keyof T]: T[K];
93
- } & {};
94
-
95
- declare type __VLS_Prettify_17<T> = {
96
- [K in keyof T]: T[K];
97
- } & {};
98
-
99
- declare type __VLS_Prettify_18<T> = {
100
- [K in keyof T]: T[K];
101
- } & {};
102
-
103
- declare type __VLS_Prettify_19<T> = {
104
- [K in keyof T]: T[K];
105
- } & {};
106
-
107
- declare type __VLS_Prettify_2<T> = {
108
- [K in keyof T]: T[K];
109
- } & {};
110
-
111
- declare type __VLS_Prettify_20<T> = {
112
- [K in keyof T]: T[K];
113
- } & {};
114
-
115
- declare type __VLS_Prettify_21<T> = {
116
- [K in keyof T]: T[K];
117
- } & {};
118
-
119
- declare type __VLS_Prettify_22<T> = {
120
- [K in keyof T]: T[K];
121
- } & {};
122
-
123
- declare type __VLS_Prettify_23<T> = {
124
- [K in keyof T]: T[K];
125
- } & {};
126
-
127
- declare type __VLS_Prettify_24<T> = {
128
- [K in keyof T]: T[K];
129
- } & {};
130
-
131
- declare type __VLS_Prettify_3<T> = {
132
- [K in keyof T]: T[K];
133
- } & {};
134
-
135
- declare type __VLS_Prettify_4<T> = {
136
- [K in keyof T]: T[K];
137
- } & {};
138
-
139
- declare type __VLS_Prettify_5<T> = {
140
- [K in keyof T]: T[K];
141
- } & {};
142
-
143
- declare type __VLS_Prettify_6<T> = {
144
- [K in keyof T]: T[K];
145
- } & {};
146
-
147
- declare type __VLS_Prettify_7<T> = {
148
- [K in keyof T]: T[K];
149
- } & {};
150
-
151
- declare type __VLS_Prettify_8<T> = {
152
- [K in keyof T]: T[K];
153
- } & {};
154
-
155
- declare type __VLS_Prettify_9<T> = {
156
- [K in keyof T]: T[K];
157
- } & {};
158
-
159
- declare type __VLS_TypePropsToRuntimeProps<T> = {
160
- [K in keyof T]-?: {} extends Pick<T, K> ? {
161
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
162
- } : {
163
- type: PropType<T[K]>;
164
- required: true;
165
- };
166
- };
167
-
168
- declare type __VLS_TypePropsToRuntimeProps_10<T> = {
169
- [K in keyof T]-?: {} extends Pick<T, K> ? {
170
- type: PropType<__VLS_NonUndefinedable_10<T[K]>>;
171
- } : {
172
- type: PropType<T[K]>;
173
- required: true;
174
- };
175
- };
176
-
177
- declare type __VLS_TypePropsToRuntimeProps_11<T> = {
178
- [K in keyof T]-?: {} extends Pick<T, K> ? {
179
- type: PropType<__VLS_NonUndefinedable_11<T[K]>>;
180
- } : {
181
- type: PropType<T[K]>;
182
- required: true;
183
- };
184
- };
185
-
186
- declare type __VLS_TypePropsToRuntimeProps_12<T> = {
187
- [K in keyof T]-?: {} extends Pick<T, K> ? {
188
- type: PropType<__VLS_NonUndefinedable_12<T[K]>>;
189
- } : {
190
- type: PropType<T[K]>;
191
- required: true;
192
- };
193
- };
194
-
195
- declare type __VLS_TypePropsToRuntimeProps_13<T> = {
196
- [K in keyof T]-?: {} extends Pick<T, K> ? {
197
- type: PropType<__VLS_NonUndefinedable_13<T[K]>>;
198
- } : {
199
- type: PropType<T[K]>;
200
- required: true;
201
- };
202
- };
203
-
204
- declare type __VLS_TypePropsToRuntimeProps_14<T> = {
205
- [K in keyof T]-?: {} extends Pick<T, K> ? {
206
- type: PropType<__VLS_NonUndefinedable_14<T[K]>>;
207
- } : {
208
- type: PropType<T[K]>;
209
- required: true;
210
- };
211
- };
212
-
213
- declare type __VLS_TypePropsToRuntimeProps_15<T> = {
214
- [K in keyof T]-?: {} extends Pick<T, K> ? {
215
- type: PropType<__VLS_NonUndefinedable_15<T[K]>>;
216
- } : {
217
- type: PropType<T[K]>;
218
- required: true;
219
- };
220
- };
221
-
222
- declare type __VLS_TypePropsToRuntimeProps_16<T> = {
223
- [K in keyof T]-?: {} extends Pick<T, K> ? {
224
- type: PropType<__VLS_NonUndefinedable_16<T[K]>>;
225
- } : {
226
- type: PropType<T[K]>;
227
- required: true;
228
- };
229
- };
230
-
231
- declare type __VLS_TypePropsToRuntimeProps_17<T> = {
232
- [K in keyof T]-?: {} extends Pick<T, K> ? {
233
- type: PropType<__VLS_NonUndefinedable_17<T[K]>>;
234
- } : {
235
- type: PropType<T[K]>;
236
- required: true;
237
- };
238
- };
239
-
240
- declare type __VLS_TypePropsToRuntimeProps_18<T> = {
241
- [K in keyof T]-?: {} extends Pick<T, K> ? {
242
- type: PropType<__VLS_NonUndefinedable_18<T[K]>>;
243
- } : {
244
- type: PropType<T[K]>;
245
- required: true;
246
- };
247
- };
248
-
249
- declare type __VLS_TypePropsToRuntimeProps_19<T> = {
250
- [K in keyof T]-?: {} extends Pick<T, K> ? {
251
- type: PropType<__VLS_NonUndefinedable_19<T[K]>>;
252
- } : {
253
- type: PropType<T[K]>;
254
- required: true;
255
- };
256
- };
257
-
258
- declare type __VLS_TypePropsToRuntimeProps_2<T> = {
259
- [K in keyof T]-?: {} extends Pick<T, K> ? {
260
- type: PropType<__VLS_NonUndefinedable_2<T[K]>>;
261
- } : {
262
- type: PropType<T[K]>;
263
- required: true;
264
- };
265
- };
266
-
267
- declare type __VLS_TypePropsToRuntimeProps_20<T> = {
268
- [K in keyof T]-?: {} extends Pick<T, K> ? {
269
- type: PropType<__VLS_NonUndefinedable_20<T[K]>>;
270
- } : {
271
- type: PropType<T[K]>;
272
- required: true;
273
- };
274
- };
275
-
276
- declare type __VLS_TypePropsToRuntimeProps_21<T> = {
277
- [K in keyof T]-?: {} extends Pick<T, K> ? {
278
- type: PropType<__VLS_NonUndefinedable_21<T[K]>>;
279
- } : {
280
- type: PropType<T[K]>;
281
- required: true;
282
- };
283
- };
284
-
285
- declare type __VLS_TypePropsToRuntimeProps_22<T> = {
286
- [K in keyof T]-?: {} extends Pick<T, K> ? {
287
- type: PropType<__VLS_NonUndefinedable_22<T[K]>>;
288
- } : {
289
- type: PropType<T[K]>;
290
- required: true;
291
- };
292
- };
293
-
294
- declare type __VLS_TypePropsToRuntimeProps_23<T> = {
295
- [K in keyof T]-?: {} extends Pick<T, K> ? {
296
- type: PropType<__VLS_NonUndefinedable_23<T[K]>>;
297
- } : {
298
- type: PropType<T[K]>;
299
- required: true;
300
- };
301
- };
302
-
303
- declare type __VLS_TypePropsToRuntimeProps_24<T> = {
304
- [K in keyof T]-?: {} extends Pick<T, K> ? {
305
- type: PropType<__VLS_NonUndefinedable_24<T[K]>>;
306
- } : {
307
- type: PropType<T[K]>;
308
- required: true;
309
- };
310
- };
311
-
312
- declare type __VLS_TypePropsToRuntimeProps_25<T> = {
313
- [K in keyof T]-?: {} extends Pick<T, K> ? {
314
- type: PropType<__VLS_NonUndefinedable_25<T[K]>>;
315
- } : {
316
- type: PropType<T[K]>;
317
- required: true;
318
- };
319
- };
320
-
321
- declare type __VLS_TypePropsToRuntimeProps_3<T> = {
322
- [K in keyof T]-?: {} extends Pick<T, K> ? {
323
- type: PropType<__VLS_NonUndefinedable_3<T[K]>>;
324
- } : {
325
- type: PropType<T[K]>;
326
- required: true;
327
- };
328
- };
329
-
330
- declare type __VLS_TypePropsToRuntimeProps_4<T> = {
331
- [K in keyof T]-?: {} extends Pick<T, K> ? {
332
- type: PropType<__VLS_NonUndefinedable_4<T[K]>>;
333
- } : {
334
- type: PropType<T[K]>;
335
- required: true;
336
- };
337
- };
338
-
339
- declare type __VLS_TypePropsToRuntimeProps_5<T> = {
340
- [K in keyof T]-?: {} extends Pick<T, K> ? {
341
- type: PropType<__VLS_NonUndefinedable_5<T[K]>>;
342
- } : {
343
- type: PropType<T[K]>;
344
- required: true;
345
- };
346
- };
347
-
348
- declare type __VLS_TypePropsToRuntimeProps_6<T> = {
349
- [K in keyof T]-?: {} extends Pick<T, K> ? {
350
- type: PropType<__VLS_NonUndefinedable_6<T[K]>>;
351
- } : {
352
- type: PropType<T[K]>;
353
- required: true;
354
- };
355
- };
356
-
357
- declare type __VLS_TypePropsToRuntimeProps_7<T> = {
358
- [K in keyof T]-?: {} extends Pick<T, K> ? {
359
- type: PropType<__VLS_NonUndefinedable_7<T[K]>>;
360
- } : {
361
- type: PropType<T[K]>;
362
- required: true;
363
- };
364
- };
365
-
366
- declare type __VLS_TypePropsToRuntimeProps_8<T> = {
367
- [K in keyof T]-?: {} extends Pick<T, K> ? {
368
- type: PropType<__VLS_NonUndefinedable_8<T[K]>>;
369
- } : {
370
- type: PropType<T[K]>;
371
- required: true;
372
- };
373
- };
374
-
375
- declare type __VLS_TypePropsToRuntimeProps_9<T> = {
376
- [K in keyof T]-?: {} extends Pick<T, K> ? {
377
- type: PropType<__VLS_NonUndefinedable_9<T[K]>>;
378
- } : {
379
- type: PropType<T[K]>;
380
- required: true;
381
- };
382
- };
383
-
384
- declare type __VLS_WithDefaults<P, D> = {
385
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
386
- default: D[K];
387
- }> : P[K];
388
- };
389
-
390
- declare type __VLS_WithDefaults_10<P, D> = {
391
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_10<P[K] & {
392
- default: D[K];
393
- }> : P[K];
394
- };
395
-
396
- declare type __VLS_WithDefaults_11<P, D> = {
397
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_11<P[K] & {
398
- default: D[K];
399
- }> : P[K];
400
- };
401
-
402
- declare type __VLS_WithDefaults_12<P, D> = {
403
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_12<P[K] & {
404
- default: D[K];
405
- }> : P[K];
406
- };
407
-
408
- declare type __VLS_WithDefaults_13<P, D> = {
409
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_13<P[K] & {
410
- default: D[K];
411
- }> : P[K];
412
- };
413
-
414
- declare type __VLS_WithDefaults_14<P, D> = {
415
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_14<P[K] & {
416
- default: D[K];
417
- }> : P[K];
418
- };
419
-
420
- declare type __VLS_WithDefaults_15<P, D> = {
421
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_15<P[K] & {
422
- default: D[K];
423
- }> : P[K];
424
- };
425
-
426
- declare type __VLS_WithDefaults_16<P, D> = {
427
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_16<P[K] & {
428
- default: D[K];
429
- }> : P[K];
430
- };
431
-
432
- declare type __VLS_WithDefaults_17<P, D> = {
433
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_17<P[K] & {
434
- default: D[K];
435
- }> : P[K];
436
- };
437
-
438
- declare type __VLS_WithDefaults_18<P, D> = {
439
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_18<P[K] & {
440
- default: D[K];
441
- }> : P[K];
442
- };
443
-
444
- declare type __VLS_WithDefaults_19<P, D> = {
445
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_19<P[K] & {
446
- default: D[K];
447
- }> : P[K];
448
- };
449
-
450
- declare type __VLS_WithDefaults_2<P, D> = {
451
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_2<P[K] & {
452
- default: D[K];
453
- }> : P[K];
454
- };
455
-
456
- declare type __VLS_WithDefaults_20<P, D> = {
457
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_20<P[K] & {
458
- default: D[K];
459
- }> : P[K];
460
- };
461
-
462
- declare type __VLS_WithDefaults_21<P, D> = {
463
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_21<P[K] & {
464
- default: D[K];
465
- }> : P[K];
466
- };
467
-
468
- declare type __VLS_WithDefaults_22<P, D> = {
469
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_22<P[K] & {
470
- default: D[K];
471
- }> : P[K];
472
- };
473
-
474
- declare type __VLS_WithDefaults_23<P, D> = {
475
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_23<P[K] & {
476
- default: D[K];
477
- }> : P[K];
478
- };
479
-
480
- declare type __VLS_WithDefaults_24<P, D> = {
481
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_24<P[K] & {
482
- default: D[K];
483
- }> : P[K];
484
- };
485
-
486
- declare type __VLS_WithDefaults_3<P, D> = {
487
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_3<P[K] & {
488
- default: D[K];
489
- }> : P[K];
490
- };
491
-
492
- declare type __VLS_WithDefaults_4<P, D> = {
493
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_4<P[K] & {
494
- default: D[K];
495
- }> : P[K];
496
- };
497
-
498
- declare type __VLS_WithDefaults_5<P, D> = {
499
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_5<P[K] & {
500
- default: D[K];
501
- }> : P[K];
502
- };
503
-
504
- declare type __VLS_WithDefaults_6<P, D> = {
505
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_6<P[K] & {
506
- default: D[K];
507
- }> : P[K];
508
- };
509
-
510
- declare type __VLS_WithDefaults_7<P, D> = {
511
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_7<P[K] & {
512
- default: D[K];
513
- }> : P[K];
514
- };
515
-
516
- declare type __VLS_WithDefaults_8<P, D> = {
517
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_8<P[K] & {
518
- default: D[K];
519
- }> : P[K];
520
- };
521
-
522
- declare type __VLS_WithDefaults_9<P, D> = {
523
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_9<P[K] & {
524
- default: D[K];
525
- }> : P[K];
526
- };
527
-
528
- declare type __VLS_WithTemplateSlots<T, S> = T & {
529
- new (): {
530
- $slots: S;
531
- };
532
- };
533
-
534
- declare type __VLS_WithTemplateSlots_10<T, S> = T & {
535
- new (): {
536
- $slots: S;
537
- };
538
- };
539
-
540
- declare type __VLS_WithTemplateSlots_11<T, S> = T & {
541
- new (): {
542
- $slots: S;
543
- };
544
- };
545
-
546
- declare type __VLS_WithTemplateSlots_12<T, S> = T & {
547
- new (): {
548
- $slots: S;
549
- };
550
- };
551
-
552
- declare type __VLS_WithTemplateSlots_13<T, S> = T & {
553
- new (): {
554
- $slots: S;
555
- };
556
- };
557
-
558
- declare type __VLS_WithTemplateSlots_14<T, S> = T & {
559
- new (): {
560
- $slots: S;
561
- };
562
- };
563
-
564
- declare type __VLS_WithTemplateSlots_15<T, S> = T & {
565
- new (): {
566
- $slots: S;
567
- };
568
- };
569
-
570
- declare type __VLS_WithTemplateSlots_16<T, S> = T & {
571
- new (): {
572
- $slots: S;
573
- };
574
- };
575
-
576
- declare type __VLS_WithTemplateSlots_17<T, S> = T & {
577
- new (): {
578
- $slots: S;
579
- };
580
- };
581
-
582
- declare type __VLS_WithTemplateSlots_18<T, S> = T & {
583
- new (): {
584
- $slots: S;
585
- };
586
- };
587
-
588
- declare type __VLS_WithTemplateSlots_2<T, S> = T & {
589
- new (): {
590
- $slots: S;
591
- };
592
- };
593
-
594
- declare type __VLS_WithTemplateSlots_3<T, S> = T & {
595
- new (): {
596
- $slots: S;
597
- };
598
- };
599
-
600
- declare type __VLS_WithTemplateSlots_4<T, S> = T & {
601
- new (): {
602
- $slots: S;
603
- };
604
- };
605
-
606
- declare type __VLS_WithTemplateSlots_5<T, S> = T & {
607
- new (): {
608
- $slots: S;
609
- };
610
- };
611
-
612
- declare type __VLS_WithTemplateSlots_6<T, S> = T & {
613
- new (): {
614
- $slots: S;
615
- };
616
- };
617
-
618
- declare type __VLS_WithTemplateSlots_7<T, S> = T & {
619
- new (): {
620
- $slots: S;
621
- };
622
- };
623
-
624
- declare type __VLS_WithTemplateSlots_8<T, S> = T & {
625
- new (): {
626
- $slots: S;
627
- };
628
- };
629
-
630
- declare type __VLS_WithTemplateSlots_9<T, S> = T & {
631
- new (): {
632
- $slots: S;
633
- };
634
- };
635
-
636
- declare interface Accordion {
637
- title: string;
638
- content: string;
639
- open?: boolean;
640
- disabled?: boolean;
641
- }
642
-
643
- declare interface AccordionProps {
644
- /**
645
- * Accordion list
646
- * @default []
647
- * @type Accordion[]
648
- * @example
649
- * ```html
650
- * <r-accordion :accordions="[
651
- * { title: 'Accordion 1', content: 'Content 1' },
652
- * ]" />
653
- * ```
654
- */
655
- accordions: Accordion[];
656
- }
657
-
658
- declare interface BadgeProps {
659
- /**
660
- * Variant of the Badge
661
- * @type { 'primary' | 'success' | 'warning' | 'error' | 'neutral' }
662
- * @default 'primary'
663
- * @example
664
- * <Badge variant="primary" />
665
- */
666
- variant?: 'primary' | 'success' | 'warning' | 'error' | 'neutral';
667
- /**
668
- * Placement of the Badge
669
- * @type { 'right' | 'bottom' | 'left' }
670
- * @default 'right'
671
- * @example
672
- * <Badge placement="right" />
673
- */
674
- placement?: 'right' | 'bottom' | 'left';
675
- /**
676
- * Overlap the Badge
677
- * @type { boolean }
678
- * @default false
679
- * @example
680
- * <Badge overlap />
681
- */
682
- overlap?: boolean;
683
- /**
684
- * Show the Badge on hover
685
- * @type { boolean }
686
- * @default false
687
- * @example
688
- * <Badge hover />
689
- */
690
- hover?: boolean;
691
- /**
692
- * Show the Badge outside
693
- * @type { boolean }
694
- * @default false
695
- * @example
696
- * <Badge outside />
697
- */
698
- outside?: boolean;
699
- /**
700
- * Show the Badge animation
701
- * @type { boolean }
702
- * @default false
703
- * @example
704
- * <Badge animation />
705
- */
706
- animation?: boolean;
707
- /**
708
- * Class of the Badge
709
- * @type { string | string[] }
710
- * @example
711
- * <Badge class="text-red-500" />
712
- */
713
- class?: string | string[];
714
- /**
715
- * Content of the Badge
716
- * @type { string }
717
- * @example
718
- * <Badge content="99+" />
719
- */
720
- content?: string;
721
- /**
722
- * Class of the content of the Badge
723
- * @type { string | string[] }
724
- * @example
725
- * <Badge contentClass="text-red-500" />
726
- */
727
- contentClass?: string | string[];
728
- /**
729
- * Wrapper class of the Badge
730
- * @type { string | string[] }
731
- * @example
732
- * <Badge wrapperClass="text-red-500" />
733
- */
734
- wrapperClass?: string | string[];
735
- }
736
-
737
- declare interface BreadcrumbItem {
738
- title: string;
739
- to: string;
740
- icon?: string;
741
- onlyIcon?: boolean;
742
- }
743
-
744
- declare type ButtonColor = 'primary' | 'secondary' | 'danger' | 'success' | 'warning' | 'info';
745
-
746
- declare type ButtonSize = 'small' | 'medium' | 'large';
747
-
748
- declare type ButtonType = 'default' | 'text' | 'outline';
749
-
750
- declare function close_2(): void;
751
-
752
- declare function handleSelect(): void;
753
-
754
- declare function handleToggle(): void;
755
-
756
- declare function handleUpdate(extraData?: any): void;
757
-
758
- declare function hideTooltip(e?: Event | null): void;
759
-
760
- declare interface IProps {
761
- /**
762
- * Type of the Avatar
763
- * @type 'image' | 'text'
764
- * @default 'image'
765
- * @example
766
- * <Avatar type="text" />
767
- */
768
- type?: 'image' | 'text';
769
- /**
770
- * Source of the Avatar
771
- * @type string
772
- * @default ''
773
- * @example
774
- * <Avatar src="https://source.unsplash.com/random" />
775
- */
776
- src?: string;
777
- /**
778
- * Alt of the Avatar
779
- * @type string
780
- * @default 'Avatar'
781
- * @example
782
- * <Avatar alt="Avatar" />
783
- */
784
- alt?: string;
785
- /**
786
- * Size of the Avatar
787
- * @type 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl'
788
- * @default '2xl'
789
- * @example
790
- * <Avatar size="xs" />
791
- */
792
- size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl';
793
- /**
794
- * Show online status
795
- * @type boolean
796
- * @default false
797
- * @example
798
- * <Avatar online />
799
- */
800
- online?: boolean;
801
- /**
802
- * Text to show when type is text
803
- * @type string
804
- * @default ''
805
- * @example
806
- * <Avatar type="text" text="John Doe" />
807
- */
808
- text?: string;
809
- }
810
-
811
- declare interface IProps_2 {
812
- /**
813
- * Name of the icon
814
- * @type SVGAttributes['name']
815
- * @default ''
816
- * @example
817
- * <Icon name="icon" />
818
- */
819
- name: SVGAttributes['name'];
820
- /**
821
- * Size of the icon
822
- * @type SVGAttributes['width'] | SVGAttributes['height']
823
- * @default 24
824
- * @example
825
- * <Icon size="24" />
826
- */
827
- size?: SVGAttributes['width'] | SVGAttributes['height'];
828
- /**
829
- * Viewbox of the icon
830
- * @type SVGAttributes['viewBox']
831
- * @default '0 0 24 24'
832
- * @example
833
- * <Icon viewBox="0 0 24 24" />
834
- */
835
- viewBox?: SVGAttributes['viewBox'];
836
- }
837
-
838
- declare interface IProps_3 {
839
- /**
840
- * Show of the snackbar
841
- * @type boolean
842
- * @default false
843
- * @example
844
- * <Snackbar show />
845
- */
846
- modelValue: boolean;
847
- /**
848
- * Text of the snackbar
849
- * @type string
850
- * @default ''
851
- * @example
852
- * <Snackbar text="Snackbar" />
853
- */
854
- text: string;
855
- /**
856
- * Show close of the snackbar
857
- * @type boolean
858
- * @default false
859
- * @example
860
- * <Snackbar closable />
861
- */
862
- closable?: boolean;
863
- /**
864
- * Set the snackbar slide from left otherwise slide from right
865
- * @type boolean
866
- * @default false
867
- * @example
868
- * <Snackbar left />
869
- */
870
- left?: boolean;
871
- /**
872
- * Timeout of the snackbar. <br />
873
- * If timeout is 0, the snackbar will not close automatically
874
- * @type number
875
- * @default 0
876
- * @example
877
- * <Snackbar timeout="1000" />
878
- */
879
- timeout?: number;
880
- /**
881
- * Variant of the snackbar
882
- * @type 'success' | 'error' | 'warning' | 'info'
883
- * @default 'info'
884
- * @example
885
- * <Snackbar variant="success" />
886
- */
887
- variant?: 'success' | 'error' | 'warning' | 'info';
888
- /**
889
- * Set the snackbar slide on top otherwise slide on bottom
890
- * @type boolean
891
- * @default false
892
- * @example
893
- * <Snackbar top />
894
- */
895
- top?: boolean;
896
- }
897
-
898
- declare interface IProps_4 {
899
- /**
900
- * Id of the tab item
901
- * @type string | number
902
- * @default ''
903
- * @example
904
- * <TabItem id="1" />
905
- */
906
- id: string | number;
907
- /**
908
- * Variant of the tab item
909
- * @type TabItemVariant
910
- * @default TabItemVariants.DEFAULT
911
- * @example
912
- * <TabItem variant="default" />
913
- */
914
- variant?: TabItemVariant;
915
- /**
916
- * Label of the tab item
917
- * @type string
918
- * @default ''
919
- * @example
920
- * <TabItem label="Label" />
921
- */
922
- label?: string;
923
- /**
924
- * prependIcon of the tab item
925
- * @type string
926
- * @default ''
927
- * @example
928
- * <TabItem prependIcon="prependIcon" />
929
- */
930
- prependIcon?: string;
931
- /**
932
- * appendIcon of the tab item
933
- * @type string
934
- * @default ''
935
- * @example
936
- * <TabItem appendIcon="appendIcon" />
937
- */
938
- appendIcon?: string;
939
- /**
940
- * Disabled state of the tab item
941
- * @type ButtonHTMLAttributes['disabled']
942
- * @default false
943
- * @example
944
- * <TabItem disabled />
945
- */
946
- disabled?: boolean;
947
- /**
948
- * Model value of the tab item
949
- * @type string | number
950
- * @default ''
951
- * @example
952
- * <TabItem v-model="model" />
953
- */
954
- modelValue?: string | number;
955
- /**
956
- * Tile state of the tab item
957
- * @type boolean
958
- * @default false
959
- * @example
960
- * <TabItem tile />
961
- */
962
- tile?: boolean;
963
- /**
964
- * Block state of the tab item
965
- * @type boolean
966
- * @default false
967
- * @example
968
- * <TabItem block />
969
- */
970
- block?: boolean;
971
- /**
972
- * Color of the tab item
973
- * @type string
974
- * @default ''
975
- * @example
976
- * <TabItem color="" />
977
- */
978
- color?: string;
979
- }
980
-
981
- declare interface IProps_5 {
982
- /**
983
- * Tabs of the tabs
984
- * @type {Tab[]}
985
- * @default []
986
- * @example
987
- * <Tabs :tabs="[]" />
988
- */
989
- tabs?: Tab[];
990
- /**
991
- * Block state of the tabs
992
- * @type {boolean}
993
- * @default false
994
- * @example
995
- * <Tabs block />
996
- */
997
- block?: boolean;
998
- /**
999
- * Active tab of the tabs
1000
- * @type {number | string}
1001
- * @default tabs[0].id
1002
- * @example
1003
- * <Tabs v-model="activeTab" />
1004
- */
1005
- modelValue?: number | string;
1006
- /**
1007
- * Tile state of the tabs
1008
- * @type {boolean}
1009
- * @default false
1010
- * @example
1011
- * <Tabs tile />
1012
- */
1013
- tile?: boolean;
1014
- /**
1015
- * Scrollable state of the tabs
1016
- * @type {boolean}
1017
- * @default false
1018
- * @example
1019
- * <Tabs scrollable />
1020
- */
1021
- scrollable?: boolean;
1022
- }
1023
-
1024
- declare interface IProps_6 {
1025
- /**
1026
- * id of the textarea
1027
- * @type HTMLAttributes['id']
1028
- * @default ''
1029
- * @example
1030
- * <TextArea id="textarea" />
1031
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id
1032
- */
1033
- id: HTMLAttributes['id'];
1034
- /**
1035
- * Input value
1036
- * @type InputHTMLAttributes['value'];
1037
- * @default ''
1038
- * @example
1039
- * <TextArea modelValue="Hello" />
1040
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#value
1041
- */
1042
- modelValue?: InputHTMLAttributes['value'];
1043
- /**
1044
- * label of the textarea
1045
- * @type LabelHTMLAttributes['label']
1046
- * @default ''
1047
- * @example
1048
- * <TextArea label="TextArea" />
1049
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label
1050
- */
1051
- label?: LabelHTMLAttributes['for'];
1052
- /**
1053
- * Placeholder text
1054
- * @type InputHTMLAttributes['placeholder'];
1055
- * @default ''
1056
- * @example
1057
- * <TextArea placeholder="Placeholder" />
1058
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#placeholder
1059
- */
1060
- placeholder?: InputHTMLAttributes['placeholder'];
1061
- /**
1062
- * Disabled state
1063
- * @type InputHTMLAttributes['disabled'];
1064
- * @default false
1065
- * @example
1066
- * <TextArea disabled />
1067
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#disabled
1068
- */
1069
- disabled?: InputHTMLAttributes['disabled'];
1070
- /**
1071
- * Hint text
1072
- * @type string
1073
- * @default 'This is a hint'
1074
- * @example
1075
- * <TextArea hint="This is a hint" />
1076
- */
1077
- hint?: string;
1078
- /**
1079
- * Error message
1080
- * @type string
1081
- * @default ''
1082
- * @example
1083
- * <TextArea errorMsg="This is an error" />
1084
- */
1085
- errorMsg?: string;
1086
- /**
1087
- * Hide details
1088
- * @type {boolean}
1089
- * @default false
1090
- * @example
1091
- * <TextArea hideDetails />
1092
- */
1093
- hideDetails?: boolean;
1094
- }
1095
-
1096
- declare interface IProps_7 {
1097
- /**
1098
- * Placement of the tooltip
1099
- * @type Placements
1100
- * @default Placement.Top
1101
- * @example
1102
- * <Tooltip placement="top" />
1103
- */
1104
- placement?: Placements;
1105
- /**
1106
- * Text of the tooltip content
1107
- * @type string
1108
- * @default ''
1109
- * @example
1110
- * <Tooltip text="Tooltip" />
1111
- */
1112
- text?: string;
1113
- /**
1114
- * Dark theme of the tooltip deneme 1 2 3
1115
- * @type boolean
1116
- * @default true
1117
- * @example
1118
- * <Tooltip dark />
1119
- */
1120
- dark?: boolean;
1121
- /**
1122
- * Light theme of the tooltip
1123
- * @type boolean
1124
- * @default false
1125
- * @example
1126
- * <Tooltip light />
1127
- */
1128
- light?: boolean;
1129
- /**
1130
- * Triggers of the tooltip
1131
- * @type Triggers
1132
- * @default Trigger.Hover
1133
- * @example
1134
- * <Tooltip triggers="hover" />
1135
- */
1136
- triggers?: Array<Triggers>;
1137
- /**
1138
- * Auto hide of the tooltip
1139
- * @type boolean
1140
- * @default true
1141
- * @example
1142
- * <Tooltip autoHide />
1143
- */
1144
- autoHide?: boolean;
1145
- /**
1146
- * Hide delay of the tooltip
1147
- * @type number
1148
- * @default 3000
1149
- * @example
1150
- * <Tooltip hideDelay={3000} />
1151
- */
1152
- hideDelay?: number;
1153
- /**
1154
- * Show delay of the tooltip
1155
- * @type number
1156
- * @default 0
1157
- * @example
1158
- * <Tooltip showDelay={0} />
1159
- */
1160
- showDelay?: number;
1161
- /**
1162
- * Shown state of the tooltip
1163
- * @type boolean
1164
- * @default false
1165
- * @example
1166
- * <Tooltip shown />
1167
- */
1168
- shown?: boolean;
1169
- /**
1170
- * Disabled state of the tooltip
1171
- * @type boolean
1172
- * @default false
1173
- * @example
1174
- * <Tooltip disabled />
1175
- */
1176
- disabled?: boolean;
1177
- /**
1178
- * Offset of the tooltip
1179
- * @type number
1180
- * @default 0
1181
- * @example
1182
- * <Tooltip offset={0} />
1183
- * @link https://floating-ui.com/docs/tutorial#offset-middleware
1184
- */
1185
- offset?: number;
1186
- /**
1187
- * Padding of the tooltip
1188
- * @type number
1189
- * @default 2
1190
- * @example
1191
- * <Tooltip padding={0} />
1192
- * @link https://floating-ui.com/docs/tutorial#shift-middleware
1193
- */
1194
- padding?: number;
1195
- /**
1196
- * Outside click of the tooltip
1197
- * @type boolean
1198
- * @default false
1199
- * @example
1200
- * <Tooltip outsideClick />
1201
- */
1202
- outsideClick?: boolean;
1203
- /**
1204
- * Trigger content of the tooltip
1205
- * @type string
1206
- * @default ''
1207
- * @example
1208
- * <Tooltip triggerContent="Trigger" />
1209
- */
1210
- triggerContent?: string;
1211
- /**
1212
- * Resizable of the tooltip
1213
- * @type boolean
1214
- * @default true
1215
- * @example
1216
- * <Tooltip resizable />
1217
- * @link https://developer.mozilla.org/en-US/docs/Web/API/Window/resize_event
1218
- */
1219
- resizable?: boolean;
1220
- /**
1221
- * Trigger class of the tooltip
1222
- * @type string
1223
- * @default ''
1224
- * @example
1225
- * <Tooltip triggerClass="trigger" />
1226
- */
1227
- triggerClass?: string | string[];
1228
- /**
1229
- * Tooltip class of the tooltip
1230
- * @type string
1231
- * @default ''
1232
- * @example
1233
- * <Tooltip tooltipClass="tooltip" />
1234
- */
1235
- tooltipClass?: string | string[];
1236
- type?: Theme | string;
1237
- }
1238
-
1239
- declare function isSelected(id: never): boolean;
1240
-
1241
- declare interface ItemGroupProps {
1242
- /**
1243
- * The value of the selected items
1244
- * @default []
1245
- * @model
1246
- * @type {number[] | string[]}
1247
- * @example
1248
- * <RItemGroup v-model="selectedItems" />
1249
- */
1250
- modelValue: number[] | string[];
1251
- /**
1252
- * The class to apply to the selected items
1253
- * @default ''
1254
- * @type {string}
1255
- * @example
1256
- * <RItemGroup selectedClass="bg-blue-500 text-white" />
1257
- */
1258
- selectedClass?: string | string[];
1259
- /**
1260
- * Whether the item group is disabled
1261
- * @default false
1262
- * @type {boolean}
1263
- * @example
1264
- * <RItemGroup :disabled="true" />
1265
- */
1266
- disabled?: boolean;
1267
- /**
1268
- * Whether the item group is mandatory
1269
- * @default false
1270
- * @type {boolean}
1271
- * @example
1272
- * ```js
1273
- * const selected = ref<number[]>([1]);
1274
- * ```
1275
- * ```html
1276
- * <RItemGroup :mandatory="true" v-model="selected" />
1277
- * ```
1278
- */
1279
- mandatory?: boolean;
1280
- /**
1281
- * The maximum number of items that can be selected
1282
- * @default 0
1283
- * @type {number}
1284
- * @example
1285
- * <RItemGroup :max="5" />
1286
- */
1287
- max?: number;
1288
- /**
1289
- * The tag to use for the item group
1290
- * @default div
1291
- * @type {string}
1292
- * @example
1293
- * <RItemGroup as="ul" />
1294
- */
1295
- as?: string;
1296
- /**
1297
- * Whether the item group allows multiple selections
1298
- * @default false
1299
- * @type {boolean}
1300
- * @example
1301
- * <RItemGroup :multiple="true" />
1302
- */
1303
- multiple?: boolean;
1304
- }
1305
-
1306
- declare interface ItemProps {
1307
- /**
1308
- * The value of the item
1309
- * @default null
1310
- * @type any
1311
- * @example
1312
- * <RItem :value="1" />
1313
- */
1314
- value: any;
1315
- /**
1316
- * The class to apply to the selected item
1317
- * @default ''
1318
- * @type string
1319
- * @example
1320
- * <RItem selectedClass="bg-blue-500 text-white" />
1321
- */
1322
- selectedClass?: string | string[];
1323
- }
1324
-
1325
- declare interface LabelProps {
1326
- /**
1327
- * id of the label
1328
- * @type HTMLAttributes['id']
1329
- * @default ''
1330
- * @example
1331
- * <Label id="label" />
1332
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id
1333
- */
1334
- id: HTMLAttributes['id'];
1335
- /**
1336
- * for of the label
1337
- * @type LabelHTMLAttributes['for']
1338
- * @default ''
1339
- * @example
1340
- * <Label for="label" />
1341
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label
1342
- */
1343
- for: LabelHTMLAttributes['for'];
1344
- /**
1345
- * text of the label
1346
- * @type string | number
1347
- * @default ''
1348
- * @example
1349
- * <Label text="Label" />
1350
- */
1351
- text: string | number;
1352
- }
1353
-
1354
- declare interface ModalProps {
1355
- /**
1356
- * modelValue the modal
1357
- * @type boolean
1358
- * @default false
1359
- * @example
1360
- * <Modal :modelValue="true" />
1361
- */
1362
- modelValue: boolean;
1363
- /**
1364
- * Modal width is 100%
1365
- * @type boolean
1366
- * @default false
1367
- * @example
1368
- * <Modal block />
1369
- */
1370
- block?: boolean;
1371
- /**
1372
- * Title of the Modal
1373
- * @type string
1374
- * @default ''
1375
- * @example
1376
- * <Modal title="Modal Title" />
1377
- */
1378
- title?: string;
1379
- /**
1380
- * Description of the Modal
1381
- * @type string
1382
- * @default ''
1383
- * @example
1384
- * <Modal description="Modal Description" />
1385
- */
1386
- description?: string;
1387
- /**
1388
- * Icon of the Modal
1389
- * @type string
1390
- * @default ''
1391
- * @example
1392
- * <Modal icon="mdiMail" />
1393
- */
1394
- icon?: string;
1395
- /**
1396
- * Width of the Modal
1397
- * @type string
1398
- * @default ''
1399
- * @example
1400
- * <Modal width="500px" />
1401
- */
1402
- width?: string;
1403
- /**
1404
- * Height of the Modal
1405
- * @type string
1406
- * @default ''
1407
- * @example
1408
- * <Modal height="500px" />
1409
- */
1410
- height?: string;
1411
- /**
1412
- * Close the modal when clicking outside
1413
- * @type boolean
1414
- * @default false
1415
- * @example
1416
- * <Modal :modelValue="true" :outsideClick="true" />
1417
- */
1418
- outsideClick?: boolean;
1419
- /**
1420
- * Remove padding and gap from the modal
1421
- * @type boolean
1422
- * @default false
1423
- * @example
1424
- * <Modal :modelValue="true" :clearContent="true" />
1425
- */
1426
- clearContent?: boolean;
1427
- /**
1428
- * Class of the Modal
1429
- * @type string
1430
- * @default ''
1431
- * @example
1432
- * <Modal class="my-class" />
1433
- */
1434
- class?: string | string[];
1435
- /**
1436
- * Class of the overlay
1437
- * @type string
1438
- * @default ''
1439
- * @example
1440
- * <Modal overlayClass="my-class" />
1441
- */
1442
- overlayClass?: string | string[];
1443
- /**
1444
- * Style of the Modal
1445
- * @type string
1446
- * @default ''
1447
- * @example
1448
- * <Modal style="color: red" />
1449
- */
1450
- style?: string;
1451
- /**
1452
- * Control the scroll of the body
1453
- * @type boolean
1454
- * @default false
1455
- * @example
1456
- * <Modal :modelValue="true" :allowBodyScroll="true" />
1457
- */
1458
- allowBodyScroll?: boolean;
1459
- }
1460
-
1461
- declare function onClick(e: MouseEvent): void;
1462
-
1463
- declare function onMouseEnter(): void;
1464
-
1465
- declare function onMouseLeave(): void;
1466
-
1467
- declare function onMouseMove(): void;
1468
-
1469
- declare interface Option_2 {
1470
- [key: string]: any;
1471
- value: string | number;
1472
- label: string;
1473
- prependIcon?: string;
1474
- disabled?: boolean;
1475
- }
1476
-
1477
- declare interface PaginationProps {
1478
- /**
1479
- * @default 1
1480
- * The current page number.
1481
- * @type number
1482
- */
1483
- page: number;
1484
- /**
1485
- * @default 10
1486
- * The number of items per page.
1487
- * @type number
1488
- */
1489
- perPage: number;
1490
- /**
1491
- * @default 100
1492
- * The total number of items.
1493
- * @type number
1494
- */
1495
- totalItems: number;
1496
- /**
1497
- * @default [10, 20, 50, 100]
1498
- * The options to display in the per page dropdown.
1499
- * @type number[]
1500
- */
1501
- perPageOptions?: number[];
1502
- /**
1503
- * @default 'Items per page:'
1504
- * The text to display for the items per page label.
1505
- */
1506
- itemsPerPageText?: string;
1507
- /**
1508
- * @default 'right'
1509
- * The position of the pagination component.
1510
- * @type 'left' | 'center' | 'right' | string
1511
- */
1512
- position?: 'left' | 'center' | 'right' | string;
1513
- /**
1514
- * @default '1-10 of 100'
1515
- * The text to display for the info section.
1516
- * The text can contain the following placeholders:
1517
- * - `{{ start }}` - The start index of the current page.
1518
- * - `{{ end }}` - The end index of the current page.
1519
- * - `{{ total }}` - The total number of items.
1520
- * @type string
1521
- */
1522
- infoText?: string;
1523
- }
1524
-
1525
- declare enum Placement {
1526
- Top = "top",
1527
- Bottom = "bottom",
1528
- Left = "left",
1529
- Right = "right",
1530
- TopStart = "top-start",
1531
- TopEnd = "top-end",
1532
- RightStart = "right-start",
1533
- RightEnd = "right-end",
1534
- BottomStart = "bottom-start",
1535
- BottomEnd = "bottom-end",
1536
- LeftStart = "left-start",
1537
- LeftEnd = "left-end"
1538
- }
1539
-
1540
- declare type Placements = 'top' | 'bottom' | 'left' | 'right' | 'top-start' | 'top-end' | 'right-start' | 'right-end' | 'bottom-start' | 'bottom-end' | 'left-start' | 'left-end';
1541
-
1542
- declare interface ProgressBarProps {
1543
- value: number;
1544
- height?: number;
1545
- }
1546
-
1547
- declare interface Props {
1548
- /**
1549
- * Type of the Alert
1550
- * @type 'success' | 'error' | 'warning' | 'info'
1551
- * @default 'info'
1552
- * @example
1553
- * <Alert type="success" />
1554
- */
1555
- type: 'success' | 'error' | 'warning' | 'info';
1556
- /**
1557
- * Title of the Alert
1558
- * @type string
1559
- * @default ''
1560
- * @example
1561
- * <Alert title="Title" />
1562
- */
1563
- title: string;
1564
- /**
1565
- * Variant of the Alert
1566
- * @type 'solid' | 'outline' | 'ghost'
1567
- * @default 'ghost'
1568
- * @example
1569
- * <Alert variant="ghost" />
1570
- */
1571
- variant?: 'solid' | 'outline' | 'ghost';
1572
- /**
1573
- * Description of the Alert
1574
- * @type string
1575
- * @default ''
1576
- * @example
1577
- * <Alert description="Description" />
1578
- */
1579
- description?: string;
1580
- /**
1581
- * Allow to close the Alert
1582
- * @type boolean
1583
- * @default true
1584
- * @example
1585
- * <Alert closable />
1586
- */
1587
- closable?: boolean;
1588
- /**
1589
- * Block appearance of the Alert
1590
- * @type boolean
1591
- * @default false
1592
- * @example
1593
- * <Alert block />
1594
- */
1595
- block?: boolean;
1596
- }
1597
-
1598
- declare interface Props_2 {
1599
- /**
1600
- * Variant of the Button
1601
- * @type { 'default' | 'text' | 'outline' | 'ghost'}
1602
- * @default 'default'
1603
- * @example
1604
- * <Button variant="default" />
1605
- */
1606
- variant?: ButtonType;
1607
- /**
1608
- * Color of the Button
1609
- * @type { 'primary' | 'secondary' | 'danger'}
1610
- * @default 'primary'
1611
- * @example
1612
- * <Button color="primary" />
1613
- */
1614
- color?: ButtonColor;
1615
- /**
1616
- * Loading state of the Button
1617
- * @type { boolean }
1618
- * @default false
1619
- * @example
1620
- * <Button loading />
1621
- */
1622
- loading?: boolean;
1623
- /**
1624
- * Disabled state of the Button
1625
- * @type { boolean }
1626
- * @default false
1627
- * @example
1628
- * <Button disabled />
1629
- */
1630
- disabled?: boolean;
1631
- /**
1632
- * Prepend icon of the Button
1633
- * @type { string }
1634
- * @default ''
1635
- * @example
1636
- * <Button prependIcon="icon" />
1637
- */
1638
- prependIcon?: string;
1639
- /**
1640
- * Append icon of the Button
1641
- * @type { string }
1642
- * @default ''
1643
- * @example
1644
- * <Button appendIcon="icon" />
1645
- */
1646
- appendIcon?: string;
1647
- /**
1648
- * Only icon state of the Button
1649
- * @type { boolean }
1650
- * @default false
1651
- * @example
1652
- * <Button icon />
1653
- */
1654
- icon?: boolean;
1655
- /**
1656
- * Size of the Button
1657
- * @type { 'small' | 'medium' | 'large' }
1658
- * @default 'medium'
1659
- * @example
1660
- * <Button size="small" />
1661
- */
1662
- size?: ButtonSize;
1663
- /**
1664
- * Height of the Button
1665
- * @type { string }
1666
- * @default ''
1667
- * @example
1668
- * <Button height="40" />
1669
- */
1670
- height?: string;
1671
- /**
1672
- * Block state of the Button
1673
- * @type { boolean }
1674
- * @default false
1675
- * @example
1676
- * <Button block />
1677
- */
1678
- block?: boolean;
1679
- }
1680
-
1681
- declare interface Props_3 {
1682
- /**
1683
- * id of the checkbox
1684
- * @type {HTMLAttributes['id']}
1685
- * @default ''
1686
- * @example
1687
- * <Checkbox id="checkbox" />
1688
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id
1689
- */
1690
- id: HTMLAttributes['id'];
1691
- /**
1692
- * Input checked state
1693
- * @type {InputHTMLAttributes['checked']}
1694
- * @default false
1695
- * @example
1696
- * <Checkbox :modelValue="true" />
1697
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#checked
1698
- */
1699
- modelValue?: InputHTMLAttributes['checked'];
1700
- /**
1701
- * label of the checkbox
1702
- * @type {LabelHTMLAttributes['label']}
1703
- * @default ''
1704
- * @example
1705
- * <Checkbox label="Checkbox" />
1706
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label
1707
- */
1708
- label?: LabelHTMLAttributes['for'];
1709
- /**
1710
- * Input indeterminate state
1711
- * @type {InputHTMLAttributes['indeterminate']}
1712
- * @default false
1713
- * @example
1714
- * <Checkbox indeterminate="true" />
1715
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#indeterminate
1716
- */
1717
- indeterminate?: InputHTMLAttributes['indeterminate'];
1718
- /**
1719
- * Input disabled state
1720
- * @type {InputHTMLAttributes['disabled']}
1721
- * @default false
1722
- * @example
1723
- * <Checkbox disabled="true" />
1724
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#disabled
1725
- */
1726
- disabled?: InputHTMLAttributes['disabled'];
1727
- /**
1728
- * Hint text
1729
- * @type {string}
1730
- * @default ''
1731
- * @example
1732
- * <Checkbox hint="This is a hint" />
1733
- */
1734
- hint?: string;
1735
- /**
1736
- * Error message
1737
- * @type {string}
1738
- * @default ''
1739
- * @example
1740
- * <Checkbox errorMsg="This is an error" />
1741
- */
1742
- errorMsg?: string;
1743
- /**
1744
- * Hide the hint and error message
1745
- * @type {boolean}
1746
- * @default false
1747
- * @example
1748
- * <Checkbox hideDetails />
1749
- */
1750
- hideDetails?: boolean;
1751
- }
1752
-
1753
- declare interface Props_4 {
1754
- /**
1755
- * Variant of the Chip
1756
- * @type 'primary' | 'secondary' | 'success' | 'error' | 'warning' | 'info'
1757
- * @default 'primary'
1758
- * @example
1759
- * <Chip variant="primary" />
1760
- */
1761
- variant: 'primary' | 'secondary' | 'success' | 'error' | 'warning' | 'info';
1762
- /**
1763
- * Label of the Chip
1764
- * @type string | number
1765
- * @default 'label'
1766
- * @example
1767
- * <Chip label="Label" />
1768
- */
1769
- label?: string | number;
1770
- /**
1771
- * Disabled state of the Chip
1772
- * @type boolean
1773
- * @default false
1774
- * @example
1775
- * <Chip disabled />
1776
- */
1777
- disabled?: boolean;
1778
- /**
1779
- * Prepend icon of the Chip
1780
- * @type string
1781
- * @default ''
1782
- * @example
1783
- * <Chip prependIcon="icon" />
1784
- */
1785
- prependIcon?: string;
1786
- /**
1787
- * Append icon of the Chip
1788
- * @type string
1789
- * @default ''
1790
- * @example
1791
- * <Chip appendIcon="icon" />
1792
- */
1793
- appendIcon?: string;
1794
- /**
1795
- * Ghost state of the Chip
1796
- * @type boolean
1797
- * @default false
1798
- * @example
1799
- * <Chip ghost />
1800
- */
1801
- ghost?: boolean;
1802
- /**
1803
- * Clearable state of the Chip
1804
- * @type boolean
1805
- * @default false
1806
- * @example
1807
- * <Chip clearable />
1808
- */
1809
- clearable?: boolean;
1810
- /**
1811
- * No wrap state of the Chip
1812
- * @type boolean
1813
- * @default false
1814
- * @example
1815
- * <Chip noWrap />
1816
- */
1817
- noWrap?: boolean;
1818
- }
1819
-
1820
- declare interface Props_5 {
1821
- /**
1822
- * id of the checkbox
1823
- * @type {HTMLAttributes['id']}
1824
- * @default ''
1825
- * @example
1826
- * <Checkbox id="checkbox" />
1827
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id
1828
- */
1829
- id: HTMLAttributes['id'];
1830
- /**
1831
- * Input checked state
1832
- * @type InputHTMLAttributes['checked']
1833
- * @default false
1834
- * @example
1835
- * <Checkbox modelValue="true" />
1836
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#checked
1837
- */
1838
- modelValue?: InputHTMLAttributes['checked'];
1839
- /**
1840
- * Input disabled state
1841
- * @type InputHTMLAttributes['disabled']
1842
- * @default false
1843
- * @example
1844
- * <Checkbox disabled="true" />
1845
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#disabled
1846
- */
1847
- disabled?: InputHTMLAttributes['disabled'];
1848
- /**
1849
- * label of the checkbox
1850
- * @type LabelHTMLAttributes['label']
1851
- * @default ''
1852
- * @example
1853
- * <Checkbox label="Checkbox" />
1854
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label
1855
- */
1856
- label?: LabelHTMLAttributes['for'];
1857
- /**
1858
- * Hint text
1859
- * @type string
1860
- * @default ''
1861
- * @example
1862
- * <Checkbox hint="This is a hint" />
1863
- */
1864
- hint?: string;
1865
- /**
1866
- * Error message
1867
- * @type string
1868
- * @default ''
1869
- * @example
1870
- * <Checkbox errorMsg="This is an error" />
1871
- */
1872
- errorMsg?: string;
1873
- /**
1874
- * Size of the checkbox
1875
- * @type 'small' | 'medium' | 'large'
1876
- * @default 'medium'
1877
- * @example
1878
- * <Checkbox size="small" />
1879
- */
1880
- size?: 'small' | 'medium' | 'large';
1881
- /**
1882
- * Hide the hint and error message
1883
- * @type {boolean}
1884
- * @default false
1885
- * @example
1886
- * <Checkbox hideDetails />
1887
- */
1888
- hideDetails?: boolean;
1889
- /**
1890
- * Reverse the order of the checkbox and the label
1891
- * @type {boolean}
1892
- * @default false
1893
- * @example
1894
- * <Checkbox reverse />
1895
- */
1896
- reverse?: boolean;
1897
- /**
1898
- * Name of the checkbox
1899
- * @type {string}
1900
- * @default ''
1901
- * @example
1902
- * <Checkbox name="checkbox" />
1903
- */
1904
- name?: string;
1905
- }
1906
-
1907
- declare interface Props_6 {
1908
- /**
1909
- * id of the textfield
1910
- * @type HTMLAttributes['id']
1911
- * @default ''
1912
- * @example
1913
- * <Textfield id="textfield" />
1914
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id
1915
- */
1916
- id: HTMLAttributes['id'];
1917
- /**
1918
- * Input type
1919
- * @type 'text' | 'password' | 'email' | 'number' | 'tel' | 'url'
1920
- * @default 'text'
1921
- * @example
1922
- * <Textfield type="password" />
1923
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#input_types
1924
- */
1925
- type: 'text' | 'password' | 'email' | 'number' | 'tel' | 'url';
1926
- /**
1927
- * Input value
1928
- * @type InputHTMLAttributes['value'];
1929
- * @default ''
1930
- * @example
1931
- * <Textfield modelValue="Hello" />
1932
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#value
1933
- */
1934
- modelValue?: InputHTMLAttributes['value'];
1935
- /**
1936
- * label of the textfield
1937
- * @type LabelHTMLAttributes['label']
1938
- * @default ''
1939
- * @example
1940
- * <Textfield label="Textfield" />
1941
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label
1942
- */
1943
- label?: LabelHTMLAttributes['for'];
1944
- /**
1945
- * Placeholder text
1946
- * @type InputHTMLAttributes['placeholder'];
1947
- * @default ''
1948
- * @example
1949
- * <Textfield placeholder="Placeholder" />
1950
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#placeholder
1951
- */
1952
- placeholder?: InputHTMLAttributes['placeholder'];
1953
- /**
1954
- * Error message
1955
- * @type string
1956
- * @default ''
1957
- * @example
1958
- * <Textfield errorMsg="This is an error" />
1959
- */
1960
- errorMsg?: string;
1961
- /**
1962
- * Hint text
1963
- * @type string
1964
- * @default ''
1965
- * @example
1966
- * <Textfield hint="This is a hint" />
1967
- */
1968
- hint?: string;
1969
- /**
1970
- * Icon to prepend
1971
- * @type string
1972
- * @default ''
1973
- * @example
1974
- * <Textfield prependIcon="mdiLock" />
1975
- */
1976
- prependIcon?: string;
1977
- /**
1978
- * Icon to append
1979
- * @type string
1980
- * @default ''
1981
- * @example
1982
- * <Textfield appendIcon="mdiEyeOffOutline" />
1983
- */
1984
- appendIcon?: string;
1985
- /**
1986
- * Input disabled state
1987
- * @type InputHTMLAttributes['disabled'] | boolean
1988
- * @default false
1989
- * @example
1990
- * <Textfield disabled="true" />
1991
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#disabled
1992
- */
1993
- disabled?: boolean;
1994
- /**
1995
- * Input loading state
1996
- * @type boolean
1997
- * @default false
1998
- * @example
1999
- * <Textfield loading="true" />
2000
- */
2001
- loading?: boolean;
2002
- /**
2003
- * Input clearable state
2004
- * @type boolean
2005
- * @default false
2006
- * @example
2007
- * <Textfield clearable="true" />
2008
- */
2009
- clearable?: boolean;
2010
- /**
2011
- * Input number min value
2012
- * @type InputHTMLAttributes['min']
2013
- * @default ''
2014
- * @example
2015
- * <Textfield min="0" />
2016
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#min
2017
- */
2018
- min?: InputHTMLAttributes['min'];
2019
- /**
2020
- * Input number max value
2021
- * @type InputHTMLAttributes['max']
2022
- * @default ''
2023
- * @example
2024
- * <Textfield max="10" />
2025
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#max
2026
- */
2027
- max?: InputHTMLAttributes['max'];
2028
- /**
2029
- * Hide details state of textfield details
2030
- * @type {boolean}
2031
- * @default false
2032
- * @example
2033
- * <Textfield hideDetails />
2034
- */
2035
- hideDetails?: boolean;
2036
- /**
2037
- * Input role
2038
- * @type {string}
2039
- * @default ''
2040
- * @example
2041
- * <Textfield role="search" />
2042
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#role
2043
- */
2044
- role?: string;
2045
- /**
2046
- * Input readonly state
2047
- * @type {boolean}
2048
- * @default false
2049
- * @example
2050
- * <Textfield readonly />
2051
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#readonly
2052
- */
2053
- readonly?: boolean;
2054
- }
2055
-
2056
- declare interface Props_7 {
2057
- id: string;
2058
- modelValue?: boolean;
2059
- name?: string;
2060
- disabled?: boolean;
2061
- label?: string;
2062
- hint?: string;
2063
- errorMsg?: string;
2064
- title?: string;
2065
- value?: string;
2066
- }
2067
-
2068
- export declare const RAccordion: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsToRuntimeProps<AccordionProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AccordionProps>>>, {}, {}>, {
2069
- title?(_: {
2070
- accordion: Accordion & {
2071
- title: string;
2072
- content: string;
2073
- open: boolean;
2074
- disabled: boolean;
2075
- };
2076
- }): any;
2077
- icon?(_: {
2078
- open: boolean;
2079
- }): any;
2080
- content?(_: {}): any;
2081
- }>;
2082
-
2083
- export declare const RAlert: __VLS_WithTemplateSlots_2<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps_2<Props>, {
2084
- type: string;
2085
- title: string;
2086
- variant: string;
2087
- description: string;
2088
- closable: boolean;
2089
- block: boolean;
2090
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2091
- close: (...args: any[]) => void;
2092
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps_2<Props>, {
2093
- type: string;
2094
- title: string;
2095
- variant: string;
2096
- description: string;
2097
- closable: boolean;
2098
- block: boolean;
2099
- }>>> & {
2100
- onClose?: ((...args: any[]) => any) | undefined;
2101
- }, {
2102
- title: string;
2103
- type: "error" | "success" | "warning" | "info";
2104
- block: boolean;
2105
- variant: "solid" | "outline" | "ghost";
2106
- description: string;
2107
- closable: boolean;
2108
- }, {}>, {
2109
- "alert-icon"?(_: {}): any;
2110
- content?(_: {}): any;
2111
- "custom-close"?(_: {
2112
- close: typeof close_2;
2113
- slotClass: string;
2114
- }): any;
2115
- }>;
2116
-
2117
- export declare const RAvatar: DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_3<IProps>, {
2118
- type: string;
2119
- size: string;
2120
- src: string;
2121
- alt: string;
2122
- online: boolean;
2123
- text: string;
2124
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_3<IProps>, {
2125
- type: string;
2126
- size: string;
2127
- src: string;
2128
- alt: string;
2129
- online: boolean;
2130
- text: string;
2131
- }>>>, {
2132
- type: "image" | "text";
2133
- text: string;
2134
- size: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl";
2135
- src: string;
2136
- alt: string;
2137
- online: boolean;
2138
- }, {}>;
2139
-
2140
- export declare const RBadge: __VLS_WithTemplateSlots_3<DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_4<BadgeProps>, {
2141
- variant: string;
2142
- placement: string;
2143
- overlap: boolean;
2144
- hover: boolean;
2145
- content: string;
2146
- outside: boolean;
2147
- animation: boolean;
2148
- class: string;
2149
- contentClass: string;
2150
- wrapperClass: string;
2151
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2152
- click: (...args: any[]) => void;
2153
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_4<BadgeProps>, {
2154
- variant: string;
2155
- placement: string;
2156
- overlap: boolean;
2157
- hover: boolean;
2158
- content: string;
2159
- outside: boolean;
2160
- animation: boolean;
2161
- class: string;
2162
- contentClass: string;
2163
- wrapperClass: string;
2164
- }>>> & {
2165
- onClick?: ((...args: any[]) => any) | undefined;
2166
- }, {
2167
- class: string | string[];
2168
- hover: boolean;
2169
- placement: "bottom" | "left" | "right";
2170
- content: string;
2171
- variant: "error" | "success" | "warning" | "primary" | "neutral";
2172
- overlap: boolean;
2173
- outside: boolean;
2174
- animation: boolean;
2175
- contentClass: string | string[];
2176
- wrapperClass: string | string[];
2177
- }, {}>, {
2178
- default?(_: {}): any;
2179
- }>;
2180
-
2181
- export declare const RBreadcrumb: __VLS_WithTemplateSlots_15<DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_20<{
2182
- items: BreadcrumbItem[];
2183
- seperator?: string | undefined;
2184
- }>, {
2185
- items: () => BreadcrumbItem[];
2186
- seperator: string;
2187
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_20<{
2188
- items: BreadcrumbItem[];
2189
- seperator?: string | undefined;
2190
- }>, {
2191
- items: () => BreadcrumbItem[];
2192
- seperator: string;
2193
- }>>>, {
2194
- items: BreadcrumbItem[];
2195
- seperator: string;
2196
- }, {}>, {
2197
- "item-icon"?(_: {}): any;
2198
- "custom-seperator"?(_: {}): any;
2199
- }>;
2200
-
2201
- export declare const RButton: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_5<Props_2>, {
2202
- variant: string;
2203
- loading: boolean;
2204
- disabled: boolean;
2205
- prependIcon: string;
2206
- appendIcon: string;
2207
- icon: boolean;
2208
- size: string;
2209
- height: string;
2210
- block: boolean;
2211
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2212
- click: (...args: any[]) => void;
2213
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_5<Props_2>, {
2214
- variant: string;
2215
- loading: boolean;
2216
- disabled: boolean;
2217
- prependIcon: string;
2218
- appendIcon: string;
2219
- icon: boolean;
2220
- size: string;
2221
- height: string;
2222
- block: boolean;
2223
- }>>> & {
2224
- onClick?: ((...args: any[]) => any) | undefined;
2225
- }, {
2226
- disabled: boolean;
2227
- block: boolean;
2228
- height: string;
2229
- size: ButtonSize;
2230
- variant: ButtonType;
2231
- icon: boolean;
2232
- loading: boolean;
2233
- prependIcon: string;
2234
- appendIcon: string;
2235
- }, {}>, {
2236
- prepend?(_: {
2237
- onlyIcon: boolean;
2238
- }): any;
2239
- default?(_: {
2240
- disabled: boolean;
2241
- }): any;
2242
- append?(_: {
2243
- onlyIcon: boolean;
2244
- }): any;
2245
- }>;
2246
-
2247
- export declare const RCheckbox: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_6<Props_3>, {
2248
- id: string;
2249
- label: string;
2250
- indeterminate: boolean;
2251
- disabled: boolean;
2252
- hint: string;
2253
- errorMsg: string;
2254
- modelValue: boolean;
2255
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2256
- "update:modelValue": (...args: any[]) => void;
2257
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_6<Props_3>, {
2258
- id: string;
2259
- label: string;
2260
- indeterminate: boolean;
2261
- disabled: boolean;
2262
- hint: string;
2263
- errorMsg: string;
2264
- modelValue: boolean;
2265
- }>>> & {
2266
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2267
- }, {
2268
- id: string | undefined;
2269
- modelValue: any[] | Set<any> | (boolean | "true" | "false");
2270
- disabled: boolean | "true" | "false";
2271
- label: string;
2272
- hint: string;
2273
- errorMsg: string;
2274
- indeterminate: boolean;
2275
- }, {}>;
2276
-
2277
- export declare const RChip: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_7<Props_4>, {
2278
- variant: string;
2279
- label: string;
2280
- disabled: boolean;
2281
- prependIcon: string;
2282
- appendIcon: string;
2283
- ghost: boolean;
2284
- clearable: boolean;
2285
- noWrap: boolean;
2286
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2287
- "click:chip": (...args: any[]) => void;
2288
- "click:close": (...args: any[]) => void;
2289
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_7<Props_4>, {
2290
- variant: string;
2291
- label: string;
2292
- disabled: boolean;
2293
- prependIcon: string;
2294
- appendIcon: string;
2295
- ghost: boolean;
2296
- clearable: boolean;
2297
- noWrap: boolean;
2298
- }>>> & {
2299
- "onClick:chip"?: ((...args: any[]) => any) | undefined;
2300
- "onClick:close"?: ((...args: any[]) => any) | undefined;
2301
- }, {
2302
- disabled: boolean;
2303
- label: string | number;
2304
- ghost: boolean;
2305
- variant: "error" | "success" | "warning" | "info" | "primary" | "secondary";
2306
- prependIcon: string;
2307
- appendIcon: string;
2308
- clearable: boolean;
2309
- noWrap: boolean;
2310
- }, {}>, {
2311
- prepend?(_: {
2312
- disabled: boolean;
2313
- }): any;
2314
- append?(_: {
2315
- disabled: boolean;
2316
- }): any;
2317
- }>;
2318
-
2319
- export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_8<SelectProps>, {
2320
- options: () => never[];
2321
- modelValue: any;
2322
- placeholder: string;
2323
- chips: boolean;
2324
- multiple: boolean;
2325
- disabled: boolean;
2326
- loading: boolean;
2327
- prependIcon: string;
2328
- appendIcon: string;
2329
- searchable: boolean;
2330
- clearable: boolean;
2331
- id: string;
2332
- label: string;
2333
- closeOnSelect: boolean;
2334
- dropdownClass: string;
2335
- optionsClass: string;
2336
- errorMsg: string;
2337
- hideDetails: boolean;
2338
- autocomplete: string;
2339
- noOptionsText: string;
2340
- hideOptionCheckIcon: boolean;
2341
- hideChipClear: boolean;
2342
- tooltipClass: string;
2343
- showSelectAll: boolean;
2344
- selectAllText: string;
2345
- disableDeselect: boolean;
2346
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2347
- "update:modelValue": (...args: any[]) => void;
2348
- clear: (...args: any[]) => void;
2349
- removeOption: (...args: any[]) => void;
2350
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_8<SelectProps>, {
2351
- options: () => never[];
2352
- modelValue: any;
2353
- placeholder: string;
2354
- chips: boolean;
2355
- multiple: boolean;
2356
- disabled: boolean;
2357
- loading: boolean;
2358
- prependIcon: string;
2359
- appendIcon: string;
2360
- searchable: boolean;
2361
- clearable: boolean;
2362
- id: string;
2363
- label: string;
2364
- closeOnSelect: boolean;
2365
- dropdownClass: string;
2366
- optionsClass: string;
2367
- errorMsg: string;
2368
- hideDetails: boolean;
2369
- autocomplete: string;
2370
- noOptionsText: string;
2371
- hideOptionCheckIcon: boolean;
2372
- hideChipClear: boolean;
2373
- tooltipClass: string;
2374
- showSelectAll: boolean;
2375
- selectAllText: string;
2376
- disableDeselect: boolean;
2377
- }>>> & {
2378
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2379
- onClear?: ((...args: any[]) => any) | undefined;
2380
- onRemoveOption?: ((...args: any[]) => any) | undefined;
2381
- }, {
2382
- id: string;
2383
- modelValue: any;
2384
- disabled: boolean;
2385
- errorMsg: string;
2386
- options: any;
2387
- tooltipClass: string;
2388
- loading: boolean;
2389
- prependIcon: string;
2390
- appendIcon: string;
2391
- hideDetails: boolean;
2392
- clearable: boolean;
2393
- placeholder: string;
2394
- chips: boolean;
2395
- multiple: boolean;
2396
- searchable: boolean;
2397
- closeOnSelect: boolean;
2398
- dropdownClass: string;
2399
- optionsClass: string;
2400
- autocomplete: "on" | "off";
2401
- noOptionsText: string;
2402
- hideOptionCheckIcon: boolean;
2403
- hideChipClear: boolean;
2404
- showSelectAll: boolean;
2405
- selectAllText: string;
2406
- disableDeselect: boolean;
2407
- }, {}>, {
2408
- prepend?(_: {
2409
- active: boolean;
2410
- disabled: boolean;
2411
- error: number;
2412
- loading: boolean;
2413
- }): any;
2414
- selection?(_: {
2415
- key: number;
2416
- index: number;
2417
- option: {
2418
- [x: string]: any;
2419
- value: string | number;
2420
- label: string;
2421
- prependIcon?: string | undefined;
2422
- disabled?: boolean | undefined;
2423
- };
2424
- removeOption: typeof removeOption;
2425
- }): any;
2426
- clearable?(_: {}): any;
2427
- append?(_: {
2428
- active: boolean;
2429
- disabled: boolean;
2430
- error: number;
2431
- loading: boolean;
2432
- }): any;
2433
- option?(_: {
2434
- disabled: boolean | undefined;
2435
- isSelected: boolean | {
2436
- [x: string]: any;
2437
- value: string | number;
2438
- label: string;
2439
- prependIcon?: string | undefined;
2440
- disabled?: boolean | undefined;
2441
- } | undefined;
2442
- item: Option_2;
2443
- }): any;
2444
- "option-prepend"?(_: {
2445
- disabled: boolean | undefined;
2446
- isSelected: boolean | {
2447
- [x: string]: any;
2448
- value: string | number;
2449
- label: string;
2450
- prependIcon?: string | undefined;
2451
- disabled?: boolean | undefined;
2452
- } | undefined;
2453
- }): any;
2454
- "option-append"?(_: {
2455
- disabled: boolean | undefined;
2456
- isSelected: boolean | {
2457
- [x: string]: any;
2458
- value: string | number;
2459
- label: string;
2460
- prependIcon?: string | undefined;
2461
- disabled?: boolean | undefined;
2462
- } | undefined;
2463
- }): any;
2464
- "not-options"?(_: {}): any;
2465
- }>;
2466
-
2467
- /**
2468
- * @description - Removes an option from the selected options
2469
- * @param e option Option to remove
2470
- */
2471
- declare function removeOption(e: MouseEvent | KeyboardEvent, option: Option_2, updatePosition: any): void;
2472
-
2473
- export declare const RIcon: DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_9<IProps_2>, {
2474
- name: string;
2475
- size: number;
2476
- viewBox: string;
2477
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_9<IProps_2>, {
2478
- name: string;
2479
- size: number;
2480
- viewBox: string;
2481
- }>>>, {
2482
- name: string | undefined;
2483
- viewBox: string;
2484
- size: string | number;
2485
- }, {}>;
2486
-
2487
- export declare const RItem: __VLS_WithTemplateSlots_18<DefineComponent<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_24<ItemProps>, {
2488
- disabled: boolean;
2489
- selectedClass: string;
2490
- value: null;
2491
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_24<ItemProps>, {
2492
- disabled: boolean;
2493
- selectedClass: string;
2494
- value: null;
2495
- }>>>, {
2496
- value: any;
2497
- selectedClass: string | string[];
2498
- }, {}>, {
2499
- default?(_: {
2500
- disabled: boolean;
2501
- isSelected: boolean;
2502
- select: typeof handleSelect;
2503
- selectedClass: (string | string[]) & (false | (string | string[])[]);
2504
- toggle: typeof handleToggle;
2505
- }): any;
2506
- }>;
2507
-
2508
- export declare const RItemGroup: __VLS_WithTemplateSlots_17<DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_23<ItemGroupProps>, {
2509
- disabled: boolean;
2510
- mandatory: boolean;
2511
- max: number;
2512
- as: string;
2513
- selectedClass: string;
2514
- modelValue: () => number[];
2515
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2516
- "update:modelValue": (...args: any[]) => void;
2517
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_23<ItemGroupProps>, {
2518
- disabled: boolean;
2519
- mandatory: boolean;
2520
- max: number;
2521
- as: string;
2522
- selectedClass: string;
2523
- modelValue: () => number[];
2524
- }>>> & {
2525
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2526
- }, {
2527
- modelValue: string[] | number[];
2528
- disabled: boolean;
2529
- as: string;
2530
- selectedClass: string | string[];
2531
- mandatory: boolean;
2532
- max: number;
2533
- }, {}>, {
2534
- default?(_: {
2535
- isSelected: typeof isSelected;
2536
- select: typeof select;
2537
- selected: string[] | number[];
2538
- }): any;
2539
- }>;
2540
-
2541
- export declare const RLabel: __VLS_WithTemplateSlots_7<DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_10<LabelProps>, {
2542
- id: string;
2543
- for: string;
2544
- text: string;
2545
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_10<LabelProps>, {
2546
- id: string;
2547
- for: string;
2548
- text: string;
2549
- }>>>, {
2550
- id: string | undefined;
2551
- text: string | number;
2552
- for: string | undefined;
2553
- }, {}>, {
2554
- default?(_: {}): any;
2555
- }>;
2556
-
2557
- export declare const RModal: __VLS_WithTemplateSlots_8<DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_11<ModalProps>, {
2558
- modelValue: boolean;
2559
- block: boolean;
2560
- title: string;
2561
- description: string;
2562
- icon: string;
2563
- width: string;
2564
- height: string;
2565
- outsideClick: boolean;
2566
- clearContent: boolean;
2567
- class: string;
2568
- overlayClass: string;
2569
- style: string;
2570
- allowBodyScroll: boolean;
2571
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2572
- "update:modelValue": (...args: any[]) => void;
2573
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_11<ModalProps>, {
2574
- modelValue: boolean;
2575
- block: boolean;
2576
- title: string;
2577
- description: string;
2578
- icon: string;
2579
- width: string;
2580
- height: string;
2581
- outsideClick: boolean;
2582
- clearContent: boolean;
2583
- class: string;
2584
- overlayClass: string;
2585
- style: string;
2586
- allowBodyScroll: boolean;
2587
- }>>> & {
2588
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2589
- }, {
2590
- modelValue: boolean;
2591
- title: string;
2592
- style: string;
2593
- class: string | string[];
2594
- outsideClick: boolean;
2595
- block: boolean;
2596
- width: string;
2597
- height: string;
2598
- description: string;
2599
- icon: string;
2600
- clearContent: boolean;
2601
- overlayClass: string | string[];
2602
- allowBodyScroll: boolean;
2603
- }, {}>, {
2604
- wrapper?(_: {}): any;
2605
- header?(_: {}): any;
2606
- default?(_: {}): any;
2607
- actions?(_: {}): any;
2608
- }>;
2609
-
2610
- export declare const RPagination: __VLS_WithTemplateSlots_16<DefineComponent<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_21<PaginationProps>, {
2611
- page: number;
2612
- perPage: number;
2613
- totalItems: number;
2614
- perPageOptions: () => number[];
2615
- itemsPerPageText: string;
2616
- position: string;
2617
- infoText: string;
2618
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2619
- "update:page": (...args: any[]) => void;
2620
- "update:perPage": (...args: any[]) => void;
2621
- "update:info": (...args: any[]) => void;
2622
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_21<PaginationProps>, {
2623
- page: number;
2624
- perPage: number;
2625
- totalItems: number;
2626
- perPageOptions: () => number[];
2627
- itemsPerPageText: string;
2628
- position: string;
2629
- infoText: string;
2630
- }>>> & {
2631
- "onUpdate:page"?: ((...args: any[]) => any) | undefined;
2632
- "onUpdate:perPage"?: ((...args: any[]) => any) | undefined;
2633
- "onUpdate:info"?: ((...args: any[]) => any) | undefined;
2634
- }, {
2635
- page: number;
2636
- perPage: number;
2637
- totalItems: number;
2638
- perPageOptions: number[];
2639
- itemsPerPageText: string;
2640
- position: string;
2641
- infoText: string;
2642
- }, {}>, {
2643
- first?(_: {}): any;
2644
- prev?(_: {}): any;
2645
- next?(_: {}): any;
2646
- last?(_: {}): any;
2647
- }>;
2648
-
2649
- export declare const RProgressbar: DefineComponent<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_22<ProgressBarProps>, {
2650
- value: number;
2651
- height: number;
2652
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_22<ProgressBarProps>, {
2653
- value: number;
2654
- height: number;
2655
- }>>>, {
2656
- value: number;
2657
- height: number;
2658
- }, {}>;
2659
-
2660
- export declare const RRadio: DefineComponent<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_25<Props_7>, {
2661
- id: string;
2662
- modelValue: boolean;
2663
- name: string;
2664
- disabled: boolean;
2665
- label: string;
2666
- hint: string;
2667
- errorMsg: string;
2668
- title: string;
2669
- value: string;
2670
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2671
- "update:modelValue": (...args: any[]) => void;
2672
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_25<Props_7>, {
2673
- id: string;
2674
- modelValue: boolean;
2675
- name: string;
2676
- disabled: boolean;
2677
- label: string;
2678
- hint: string;
2679
- errorMsg: string;
2680
- title: string;
2681
- value: string;
2682
- }>>> & {
2683
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2684
- }, {
2685
- id: string;
2686
- modelValue: boolean;
2687
- name: string;
2688
- disabled: boolean;
2689
- label: string;
2690
- hint: string;
2691
- errorMsg: string;
2692
- title: string;
2693
- value: string;
2694
- }, {}>;
2695
-
2696
- export declare const RSidebar: __VLS_WithTemplateSlots_9<DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_12<RSidebarProps>, {
2697
- modelValue: boolean;
2698
- showTrigger: boolean;
2699
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2700
- "update:modelValue": (...args: any[]) => void;
2701
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_12<RSidebarProps>, {
2702
- modelValue: boolean;
2703
- showTrigger: boolean;
2704
- }>>> & {
2705
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2706
- }, {
2707
- modelValue: boolean;
2708
- showTrigger: boolean;
2709
- }, {}>, {
2710
- default?(_: {
2711
- open: boolean;
2712
- }): any;
2713
- trigger?(_: {
2714
- open: boolean;
2715
- }): any;
2716
- }>;
2717
-
2718
- declare interface RSidebarProps {
2719
- modelValue: boolean;
2720
- showTrigger?: boolean;
2721
- class?: string | string[];
2722
- triggerClass?: string | string[];
2723
- wrapperClass?: string | string[];
2724
- }
2725
-
2726
- export declare const RSnackbar: __VLS_WithTemplateSlots_10<DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_13<IProps_3>, {
2727
- text: string;
2728
- closable: boolean;
2729
- left: boolean;
2730
- modelValue: boolean;
2731
- timeout: number;
2732
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2733
- "update:modelValue": (...args: any[]) => void;
2734
- action: (...args: any[]) => void;
2735
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_13<IProps_3>, {
2736
- text: string;
2737
- closable: boolean;
2738
- left: boolean;
2739
- modelValue: boolean;
2740
- timeout: number;
2741
- }>>> & {
2742
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2743
- onAction?: ((...args: any[]) => any) | undefined;
2744
- }, {
2745
- modelValue: boolean;
2746
- text: string;
2747
- left: boolean;
2748
- closable: boolean;
2749
- timeout: number;
2750
- }, {}>, {
2751
- icon?(_: {}): any;
2752
- default?(_: {}): any;
2753
- close?(_: {}): any;
2754
- }>;
2755
-
2756
- export declare const RSwitch: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_14<Props_5>, {
2757
- id: string;
2758
- modelValue: boolean;
2759
- size: string;
2760
- disabled: boolean;
2761
- label: string;
2762
- hint: string;
2763
- errorMsg: string;
2764
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2765
- "update:modelValue": (...args: any[]) => void;
2766
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_14<Props_5>, {
2767
- id: string;
2768
- modelValue: boolean;
2769
- size: string;
2770
- disabled: boolean;
2771
- label: string;
2772
- hint: string;
2773
- errorMsg: string;
2774
- }>>> & {
2775
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2776
- }, {
2777
- id: string | undefined;
2778
- modelValue: any[] | Set<any> | (boolean | "true" | "false");
2779
- disabled: boolean | "true" | "false";
2780
- label: string;
2781
- hint: string;
2782
- errorMsg: string;
2783
- size: "small" | "medium" | "large";
2784
- }, {}>;
2785
-
2786
- export declare const RTabItem: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_15<IProps_4>, {
2787
- label: string;
2788
- variant: TabItemVariants;
2789
- prependIcon: string;
2790
- appendIcon: string;
2791
- disabled: boolean;
2792
- modelValue: string;
2793
- tile: boolean;
2794
- block: boolean;
2795
- color: string;
2796
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2797
- "update:modelValue": (...args: any[]) => void;
2798
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_15<IProps_4>, {
2799
- label: string;
2800
- variant: TabItemVariants;
2801
- prependIcon: string;
2802
- appendIcon: string;
2803
- disabled: boolean;
2804
- modelValue: string;
2805
- tile: boolean;
2806
- block: boolean;
2807
- color: string;
2808
- }>>> & {
2809
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2810
- }, {
2811
- modelValue: string | number;
2812
- disabled: boolean;
2813
- label: string;
2814
- color: string;
2815
- block: boolean;
2816
- variant: TabItemVariant;
2817
- prependIcon: string;
2818
- appendIcon: string;
2819
- tile: boolean;
2820
- }, {}>, {
2821
- prepend?(_: {
2822
- active: boolean;
2823
- disabled: boolean;
2824
- }): any;
2825
- default?(_: {
2826
- label: string;
2827
- }): any;
2828
- append?(_: {
2829
- active: boolean;
2830
- disabled: boolean;
2831
- }): any;
2832
- }>;
2833
-
2834
- export declare const RTabs: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_16<IProps_5>, {
2835
- tabs: () => never[];
2836
- block: boolean;
2837
- modelValue: string;
2838
- tile: boolean;
2839
- scrollable: boolean;
2840
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2841
- "update:modelValue": (...args: any[]) => void;
2842
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_16<IProps_5>, {
2843
- tabs: () => never[];
2844
- block: boolean;
2845
- modelValue: string;
2846
- tile: boolean;
2847
- scrollable: boolean;
2848
- }>>> & {
2849
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2850
- }, {
2851
- modelValue: string | number;
2852
- block: boolean;
2853
- tile: boolean;
2854
- tabs: Tab[];
2855
- scrollable: boolean;
2856
- }, {}>, {
2857
- default?(_: {
2858
- activeTab: string | number;
2859
- }): any;
2860
- }>;
2861
-
2862
- export declare const RTextArea: DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_17<IProps_6>, {
2863
- id: string;
2864
- errorMsg: string;
2865
- disabled: boolean;
2866
- placeholder: string;
2867
- modelValue: string;
2868
- label: string;
2869
- hint: string;
2870
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2871
- "update:modelValue": (...args: any[]) => void;
2872
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_17<IProps_6>, {
2873
- id: string;
2874
- errorMsg: string;
2875
- disabled: boolean;
2876
- placeholder: string;
2877
- modelValue: string;
2878
- label: string;
2879
- hint: string;
2880
- }>>> & {
2881
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2882
- }, {
2883
- id: string | undefined;
2884
- modelValue: any;
2885
- disabled: boolean | "true" | "false";
2886
- label: string;
2887
- hint: string;
2888
- errorMsg: string;
2889
- placeholder: string;
2890
- }, {}>;
2891
-
2892
- export declare const RTextfield: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_18<Props_6>, {
2893
- id: string;
2894
- type: string;
2895
- modelValue: string;
2896
- label: string;
2897
- placeholder: string;
2898
- errorMsg: string;
2899
- hint: string;
2900
- prependIcon: string;
2901
- appendIcon: string;
2902
- iconColor: string;
2903
- disabled: boolean;
2904
- loading: boolean;
2905
- clearable: boolean;
2906
- hideDetails: boolean;
2907
- role: string;
2908
- readonly: boolean;
2909
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2910
- "update:modelValue": (...args: any[]) => void;
2911
- input: (...args: any[]) => void;
2912
- blur: (...args: any[]) => void;
2913
- focus: (...args: any[]) => void;
2914
- "click:icon": (...args: any[]) => void;
2915
- "click:clear": (...args: any[]) => void;
2916
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_18<Props_6>, {
2917
- id: string;
2918
- type: string;
2919
- modelValue: string;
2920
- label: string;
2921
- placeholder: string;
2922
- errorMsg: string;
2923
- hint: string;
2924
- prependIcon: string;
2925
- appendIcon: string;
2926
- iconColor: string;
2927
- disabled: boolean;
2928
- loading: boolean;
2929
- clearable: boolean;
2930
- hideDetails: boolean;
2931
- role: string;
2932
- readonly: boolean;
2933
- }>>> & {
2934
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2935
- onFocus?: ((...args: any[]) => any) | undefined;
2936
- onBlur?: ((...args: any[]) => any) | undefined;
2937
- onInput?: ((...args: any[]) => any) | undefined;
2938
- "onClick:icon"?: ((...args: any[]) => any) | undefined;
2939
- "onClick:clear"?: ((...args: any[]) => any) | undefined;
2940
- }, {
2941
- id: string | undefined;
2942
- modelValue: any;
2943
- disabled: boolean;
2944
- label: string;
2945
- hint: string;
2946
- errorMsg: string;
2947
- type: "number" | "text" | "email" | "password" | "tel" | "url";
2948
- role: string;
2949
- loading: boolean;
2950
- prependIcon: string;
2951
- appendIcon: string;
2952
- hideDetails: boolean;
2953
- clearable: boolean;
2954
- placeholder: string;
2955
- readonly: boolean;
2956
- }, {}>, {
2957
- prepend?(_: {
2958
- disabled: boolean;
2959
- error: number;
2960
- loading: boolean;
2961
- }): any;
2962
- append?(_: {
2963
- disabled: boolean;
2964
- error: number;
2965
- loading: boolean;
2966
- }): any;
2967
- }>;
2968
-
2969
- export declare const RTooltip: __VLS_WithTemplateSlots_14<DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_19<IProps_7>, {
2970
- placement: Placement;
2971
- text: string;
2972
- dark: boolean;
2973
- light: boolean;
2974
- triggers: () => Trigger[];
2975
- autoHide: boolean;
2976
- hideDelay: number;
2977
- showDelay: number;
2978
- shown: boolean;
2979
- disabled: boolean;
2980
- offset: number;
2981
- padding: number;
2982
- outsideClick: boolean;
2983
- triggerContent: string;
2984
- resizable: boolean;
2985
- triggerClass: string;
2986
- tooltipClass: string;
2987
- type: Theme;
2988
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2989
- show: (...args: any[]) => void;
2990
- hide: (...args: any[]) => void;
2991
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_19<IProps_7>, {
2992
- placement: Placement;
2993
- text: string;
2994
- dark: boolean;
2995
- light: boolean;
2996
- triggers: () => Trigger[];
2997
- autoHide: boolean;
2998
- hideDelay: number;
2999
- showDelay: number;
3000
- shown: boolean;
3001
- disabled: boolean;
3002
- offset: number;
3003
- padding: number;
3004
- outsideClick: boolean;
3005
- triggerContent: string;
3006
- resizable: boolean;
3007
- triggerClass: string;
3008
- tooltipClass: string;
3009
- type: Theme;
3010
- }>>> & {
3011
- onShow?: ((...args: any[]) => any) | undefined;
3012
- onHide?: ((...args: any[]) => any) | undefined;
3013
- }, {
3014
- disabled: boolean;
3015
- type: string;
3016
- text: string;
3017
- placement: Placements;
3018
- padding: number;
3019
- dark: boolean;
3020
- light: boolean;
3021
- triggers: Triggers[];
3022
- autoHide: boolean;
3023
- hideDelay: number;
3024
- showDelay: number;
3025
- shown: boolean;
3026
- offset: number;
3027
- outsideClick: boolean;
3028
- triggerContent: string;
3029
- resizable: boolean;
3030
- triggerClass: string | string[];
3031
- tooltipClass: string | string[];
3032
- }, {}>, {
3033
- default?(_: {
3034
- activators: {
3035
- click: typeof onClick;
3036
- mouseenter: typeof onMouseEnter;
3037
- mouseleave: typeof onMouseLeave;
3038
- mousemove: typeof onMouseMove;
3039
- };
3040
- tooltipId: string;
3041
- updatePosition: typeof handleUpdate;
3042
- }): any;
3043
- content?(_: {
3044
- hide: typeof hideTooltip;
3045
- updatePosition: typeof handleUpdate;
3046
- }): any;
3047
- }>;
3048
-
3049
- declare function select(id: never, value: boolean): void;
3050
-
3051
- declare interface SelectProps {
3052
- /**
3053
- * Options of the Dropdown
3054
- * @type {Option[]}
3055
- * @default []
3056
- * @example
3057
- * <Dropdown
3058
- * :options="[
3059
- * {
3060
- * value: '1',
3061
- * label: 'Option 1',
3062
- * },
3063
- * {
3064
- * value: '2',
3065
- * label: '2',
3066
- * },
3067
- * ]"
3068
- * />
3069
- */
3070
- options: Option_2[] | any;
3071
- /**
3072
- * Value of the Dropdown
3073
- * @type {string | number | Option | Option[]}
3074
- * @default ''
3075
- * @example
3076
- * <Dropdown v-model="model" />
3077
- */
3078
- modelValue: string | number | Option_2 | Option_2[] | any;
3079
- /**
3080
- * Placeholder Dropdown
3081
- * @type {InputHTMLAttributes['placeholder']}
3082
- * @default ''
3083
- * @example
3084
- * <Dropdown placeholder="Placeholder" />
3085
- * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#placeholder
3086
- */
3087
- placeholder?: string;
3088
- /**
3089
- * Allow to select multiple options as chips
3090
- * @type {boolean}
3091
- * @default false
3092
- * @example
3093
- * <Dropdown chips />
3094
- */
3095
- chips?: boolean;
3096
- /**
3097
- * Allow to select multiple options
3098
- * @type {boolean}
3099
- * @default false
3100
- * @example
3101
- * <Dropdown multiple />
3102
- */
3103
- multiple?: boolean;
3104
- /**
3105
- * Disable the Dropdown
3106
- * @type {boolean}
3107
- * @default false
3108
- * @example
3109
- * <Dropdown disabled />
3110
- */
3111
- disabled?: boolean;
3112
- /**
3113
- * Loading state of the Dropdown
3114
- * @type {boolean}
3115
- * @default false
3116
- * @example
3117
- * <Dropdown loading />
3118
- */
3119
- loading?: boolean;
3120
- /**
3121
- * Icon to prepend
3122
- * @type {string}
3123
- * @default ''
3124
- * @example
3125
- * <Dropdown prependIcon="search" />
3126
- */
3127
- prependIcon?: string;
3128
- /**
3129
- * Icon to append
3130
- * @type {string}
3131
- * @default 'expand_less'
3132
- * @example
3133
- * <Dropdown appendIcon="expand_more" />
3134
- */
3135
- appendIcon?: string;
3136
- /**
3137
- * Allow to search for options
3138
- * @type {boolean}
3139
- * @default false
3140
- * @example
3141
- * <Dropdown searchable />
3142
- */
3143
- searchable?: boolean;
3144
- /**
3145
- * Clearable status to selected and searched options
3146
- * @type {boolean}
3147
- * @default false
3148
- * @example
3149
- * <Dropdown clearable />
3150
- */
3151
- clearable?: boolean;
3152
- /**
3153
- * Id of the Dropdown
3154
- * @type {string}
3155
- * @default 'test'
3156
- * @example
3157
- * <Dropdown id="test" />
3158
- */
3159
- id?: string;
3160
- /**
3161
- * Close the Dropdown on select
3162
- * @type {boolean}
3163
- * @default true
3164
- * @example
3165
- * <Dropdown :closeOnSelect="false" />
3166
- */
3167
- closeOnSelect?: boolean;
3168
- /**
3169
- * Class of the Dropdown
3170
- * @type {string}
3171
- * @default ''
3172
- * @example
3173
- * <Dropdown dropdownClass="w-96" />
3174
- */
3175
- dropdownClass?: string;
3176
- /**
3177
- * Class of the options
3178
- * @type {string}
3179
- * @default ''
3180
- * @example
3181
- * <Dropdown optionsClass="w-96" />
3182
- */
3183
- optionsClass?: string;
3184
- /**
3185
- * Error message for error state
3186
- * @type {string}
3187
- * @default ''
3188
- * @example
3189
- * <Dropdown errorMsg="Error message" />
3190
- */
3191
- errorMsg?: string;
3192
- /**
3193
- * Hint message for the Dropdown
3194
- * @type {string}
3195
- * @default ''
3196
- * @example
3197
- * <Dropdown hint="Hint message" />
3198
- */
3199
- hint?: string;
3200
- /**
3201
- * Hide the hint and error message
3202
- * @type {boolean}
3203
- * @default false
3204
- * @example
3205
- * <Dropdown hideDetails />
3206
- */
3207
- hideDetails?: boolean;
3208
- /**
3209
- * Autocomplete of the Dropdown
3210
- * @type {'on' | 'off'}
3211
- * @default 'off'
3212
- * @example
3213
- * <Dropdown autocomplete="on" />
3214
- */
3215
- autocomplete?: 'on' | 'off';
3216
- /**
3217
- * Text to show when there is no options
3218
- * @type {string}
3219
- * @default 'No options'
3220
- * @example
3221
- * <Dropdown noOptionsText="No options" />
3222
- */
3223
- noOptionsText?: string;
3224
- /**
3225
- * Hide the check icon of the selected option
3226
- * @type {boolean}
3227
- * @default false
3228
- * @example
3229
- * <Dropdown hideOptionCheckIcon />
3230
- */
3231
- hideOptionCheckIcon?: boolean;
3232
- /**
3233
- * Clearable state of the chips
3234
- * @type {boolean}
3235
- * @default false
3236
- * @example
3237
- * <Dropdown hideChipClear />
3238
- */
3239
- hideChipClear?: boolean;
3240
- /**
3241
- * Tooltip class
3242
- * @type {string}
3243
- * @default ''
3244
- * @example
3245
- * <Dropdown tooltipClass="w-96" />
3246
- */
3247
- tooltipClass?: string;
3248
- /**
3249
- * Show select all option
3250
- * @type {boolean}
3251
- * @default false
3252
- * @example
3253
- * <Dropdown showSelectAll />
3254
- */
3255
- showSelectAll?: boolean;
3256
- /**
3257
- * Text of the select all option
3258
- * @type {string}
3259
- * @default 'Select all'
3260
- * @example
3261
- * <Dropdown selectAllText="Select all" />
3262
- */
3263
- selectAllText?: string;
3264
- /**
3265
- * Disable deselecting the selected option
3266
- * @type {boolean}
3267
- * @default false
3268
- * @example
3269
- * <Dropdown disableDeselect />
3270
- */
3271
- disableDeselect?: boolean;
3272
- }
3273
-
3274
- declare interface Tab {
3275
- id: string | number;
3276
- variant?: TabItemVariant;
3277
- label?: string;
3278
- prependIcon?: string;
3279
- appendIcon?: string;
3280
- disabled?: boolean;
3281
- active?: boolean;
3282
- }
3283
-
3284
- declare type TabItemVariant = 'default' | 'text' | 'icon';
3285
-
3286
- declare enum TabItemVariants {
3287
- DEFAULT = "default",
3288
- TEXT = "text",
3289
- ICON = "icon"
3290
- }
3291
-
3292
- declare enum Theme {
3293
- Tooltip = "tooltip",
3294
- Popover = "popover",
3295
- Dropdown = "dropdown"
3296
- }
3297
-
3298
- declare enum Trigger {
3299
- Click = "click",
3300
- Hover = "hover",
3301
- Manual = "manual"
3302
- }
3303
-
3304
- declare type Triggers = 'click' | 'hover' | 'manual';
3305
-
3306
- export { }