@varlet/ui 2.7.3 → 2.7.4-alpha.1675865250542

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.
@@ -1,800 +0,0 @@
1
- {
2
- "var-action-sheet": {
3
- "attributes": [
4
- "v-model:show",
5
- "actions",
6
- "title",
7
- "overlay",
8
- "overlay-class",
9
- "overlay-style",
10
- "lock-scroll",
11
- "close-on-click-action",
12
- "close-on-click-overlay",
13
- "teleport"
14
- ]
15
- },
16
- "var-app-bar": {
17
- "attributes": [
18
- "color",
19
- "text-color",
20
- "title",
21
- "title-position",
22
- "elevation",
23
- "round"
24
- ]
25
- },
26
- "var-back-top": {
27
- "attributes": [
28
- "target",
29
- "visibility-height",
30
- "bottom",
31
- "right",
32
- "duration"
33
- ]
34
- },
35
- "var-badge": {
36
- "attributes": [
37
- "type",
38
- "hidden",
39
- "dot",
40
- "value",
41
- "max-value",
42
- "position",
43
- "color",
44
- "icon"
45
- ]
46
- },
47
- "var-bottom-navigation": {
48
- "attributes": [
49
- "v-model:active",
50
- "fixed",
51
- "border",
52
- "safe-area",
53
- "z-index",
54
- "active-color",
55
- "inactive-color",
56
- "fab-props"
57
- ]
58
- },
59
- "var-bottom-navigation-item": {
60
- "attributes": [
61
- "name",
62
- "icon",
63
- "label",
64
- "namespace",
65
- "badge"
66
- ]
67
- },
68
- "var-breadcrumb": {
69
- "attributes": [
70
- "separator"
71
- ]
72
- },
73
- "var-breadcrumbs": {
74
- "attributes": [
75
- "separator"
76
- ]
77
- },
78
- "var-button": {
79
- "attributes": [
80
- "type",
81
- "native-type",
82
- "size",
83
- "loading",
84
- "loading-radius",
85
- "loading-type",
86
- "loading-size",
87
- "loading-color",
88
- "auto-loading",
89
- "round",
90
- "block",
91
- "text",
92
- "outline",
93
- "disabled",
94
- "ripple",
95
- "text-color",
96
- "color"
97
- ]
98
- },
99
- "var-card": {
100
- "attributes": [
101
- "title",
102
- "subtitle",
103
- "description",
104
- "elevation",
105
- "src",
106
- "layout",
107
- "fit",
108
- "outline",
109
- "alt",
110
- "image-height",
111
- "image-width",
112
- "ripple",
113
- "floating",
114
- "floating-duration"
115
- ]
116
- },
117
- "var-cell": {
118
- "attributes": [
119
- "title",
120
- "icon",
121
- "description",
122
- "border",
123
- "icon-class",
124
- "title-class",
125
- "description-class",
126
- "extra-class"
127
- ]
128
- },
129
- "var-checkbox": {
130
- "attributes": [
131
- "v-model",
132
- "checked-value",
133
- "unchecked-value",
134
- "checked-color",
135
- "unchecked-color",
136
- "icon-size",
137
- "disabled",
138
- "readonly",
139
- "ripple",
140
- "rules"
141
- ]
142
- },
143
- "var-checkbox-group": {
144
- "attributes": [
145
- "v-model",
146
- "max",
147
- "direction",
148
- "rules"
149
- ]
150
- },
151
- "var-chip": {
152
- "attributes": [
153
- "type",
154
- "size",
155
- "plain",
156
- "round",
157
- "block",
158
- "closeable",
159
- "close-name",
160
- "color",
161
- "text-color"
162
- ]
163
- },
164
- "var-col": {
165
- "attributes": [
166
- "span",
167
- "offset",
168
- "direction",
169
- "xs",
170
- "sm",
171
- "md",
172
- "lg",
173
- "xl"
174
- ]
175
- },
176
- "var-collapse": {
177
- "attributes": [
178
- "v-model",
179
- "accordion",
180
- "offset"
181
- ]
182
- },
183
- "var-collapse-item": {
184
- "attributes": [
185
- "name",
186
- "title",
187
- "icon",
188
- "disabled"
189
- ]
190
- },
191
- "var-countdown": {
192
- "attributes": [
193
- "time",
194
- "format",
195
- "auto-start"
196
- ]
197
- },
198
- "var-counter": {
199
- "attributes": [
200
- "v-model",
201
- "min",
202
- "max",
203
- "step",
204
- "decimal-length",
205
- "color",
206
- "input-width",
207
- "input-text-size",
208
- "button-size",
209
- "readonly",
210
- "disabled",
211
- "disable-increment",
212
- "disable-decrement",
213
- "disable-input",
214
- "increment-button",
215
- "decrement-button",
216
- "press",
217
- "ripple",
218
- "validate-trigger",
219
- "rules"
220
- ]
221
- },
222
- "var-date-picker": {
223
- "attributes": [
224
- "v-model",
225
- "type",
226
- "allowed-dates",
227
- "color",
228
- "header-color",
229
- "elevation",
230
- "first-day-of-week",
231
- "min",
232
- "max",
233
- "show-current",
234
- "readonly",
235
- "multiple",
236
- "range",
237
- "touchable"
238
- ]
239
- },
240
- "var-dialog": {
241
- "attributes": [
242
- "v-model:show",
243
- "title",
244
- "message",
245
- "message-align",
246
- "confirm-button",
247
- "cancel-button",
248
- "confirm-button-text",
249
- "cancel-button-text",
250
- "confirm-button-text-color",
251
- "cancel-button-text-color",
252
- "confirm-button-color",
253
- "cancel-button-color",
254
- "dialog-class",
255
- "dialog-style",
256
- "overlay",
257
- "overlay-class",
258
- "overlay-style",
259
- "lock-scroll",
260
- "close-on-click-overlay",
261
- "teleport"
262
- ]
263
- },
264
- "var-divider": {
265
- "attributes": [
266
- "inset",
267
- "vertical",
268
- "dashed",
269
- "hairline",
270
- "description",
271
- "margin"
272
- ]
273
- },
274
- "var-form": {
275
- "attributes": [
276
- "validate",
277
- "resetValidation",
278
- "reset"
279
- ]
280
- },
281
- "var-form-details": {
282
- "attributes": []
283
- },
284
- "var-icon": {
285
- "attributes": [
286
- "name",
287
- "size",
288
- "color",
289
- "namespace",
290
- "transition"
291
- ]
292
- },
293
- "var-image": {
294
- "attributes": [
295
- "src",
296
- "fit",
297
- "alt",
298
- "title",
299
- "width",
300
- "height",
301
- "radius",
302
- "lazy",
303
- "loading",
304
- "error",
305
- "ripple",
306
- "block"
307
- ]
308
- },
309
- "var-image-preview": {
310
- "attributes": [
311
- "show",
312
- "images",
313
- "current",
314
- "zoom",
315
- "closeable",
316
- "loop",
317
- "indicator",
318
- "lock-scroll",
319
- "teleport"
320
- ]
321
- },
322
- "var-index-anchor": {
323
- "attributes": [
324
- "index"
325
- ]
326
- },
327
- "var-index-bar": {
328
- "attributes": [
329
- "sticky",
330
- "sticky-offset-top",
331
- "hide-list",
332
- "css-mode",
333
- "z-index",
334
- "highlight-color",
335
- "duration"
336
- ]
337
- },
338
- "var-input": {
339
- "attributes": [
340
- "v-model",
341
- "placeholder",
342
- "type",
343
- "maxlength",
344
- "textarea",
345
- "rows",
346
- "line",
347
- "hint",
348
- "text-color",
349
- "focus-color",
350
- "blur-color",
351
- "readonly",
352
- "disabled",
353
- "clearable",
354
- "resize",
355
- "autofocus",
356
- "validate-trigger",
357
- "rules"
358
- ]
359
- },
360
- "var-lazy": {
361
- "attributes": []
362
- },
363
- "var-link": {
364
- "attributes": [
365
- "type",
366
- "underline",
367
- "disabled",
368
- "text-color",
369
- "text-size",
370
- "href",
371
- "target",
372
- "to",
373
- "replace"
374
- ]
375
- },
376
- "var-list": {
377
- "attributes": [
378
- "v-model:loading",
379
- "v-model:error",
380
- "immediate-check",
381
- "finished",
382
- "offset",
383
- "loading-text",
384
- "finished-text",
385
- "error-text"
386
- ]
387
- },
388
- "var-loading": {
389
- "attributes": [
390
- "color",
391
- "type",
392
- "size",
393
- "description",
394
- "loading",
395
- "radius"
396
- ]
397
- },
398
- "var-loading-bar": {
399
- "attributes": []
400
- },
401
- "var-locale": {
402
- "attributes": []
403
- },
404
- "var-menu": {
405
- "attributes": [
406
- "v-model:show",
407
- "placement",
408
- "offset-x",
409
- "offset-y",
410
- "teleport",
411
- "disabled",
412
- "trigger",
413
- "same-width",
414
- "default-style"
415
- ]
416
- },
417
- "var-option": {
418
- "attributes": [
419
- "label",
420
- "value"
421
- ]
422
- },
423
- "var-overlay": {
424
- "attributes": [
425
- "v-model:show",
426
- "lock-scroll",
427
- "teleport"
428
- ]
429
- },
430
- "var-pagination": {
431
- "attributes": [
432
- "v-model: current",
433
- "v-model: size",
434
- "total",
435
- "simple",
436
- "disabled",
437
- "show-size-changer",
438
- "show-quick-jumper",
439
- "max-pager-count",
440
- "size-option",
441
- "show-total"
442
- ]
443
- },
444
- "var-picker": {
445
- "attributes": [
446
- "columns",
447
- "title",
448
- "text-key",
449
- "toolbar",
450
- "cascade",
451
- "cascade-initial-indexes",
452
- "text-formatter",
453
- "option-height",
454
- "option-count",
455
- "confirm-button-text",
456
- "cancel-button-text",
457
- "confirm-button-text-color",
458
- "cancel-button-text-color"
459
- ]
460
- },
461
- "var-popup": {
462
- "attributes": [
463
- "v-model:show",
464
- "position",
465
- "overlay",
466
- "overlay-class",
467
- "overlay-style",
468
- "default-style",
469
- "transition",
470
- "lock-scroll",
471
- "close-on-click-overlay",
472
- "teleport"
473
- ]
474
- },
475
- "var-progress": {
476
- "attributes": [
477
- "mode",
478
- "value",
479
- "line-width",
480
- "color",
481
- "track-color",
482
- "label",
483
- "label-class",
484
- "track",
485
- "ripple",
486
- "size",
487
- "rotate"
488
- ]
489
- },
490
- "var-pull-refresh": {
491
- "attributes": [
492
- "v-model",
493
- "disabled",
494
- "target",
495
- "animation-duration",
496
- "success-duration",
497
- "bg-color",
498
- "color",
499
- "success-bg-color",
500
- "success-color"
501
- ]
502
- },
503
- "var-radio": {
504
- "attributes": [
505
- "v-model",
506
- "checked-value",
507
- "unchecked-value",
508
- "checked-color",
509
- "unchecked-color",
510
- "icon-size",
511
- "disabled",
512
- "readonly",
513
- "ripple",
514
- "rules"
515
- ]
516
- },
517
- "var-radio-group": {
518
- "attributes": [
519
- "v-model",
520
- "direction",
521
- "rules"
522
- ]
523
- },
524
- "var-rate": {
525
- "attributes": [
526
- "v-model",
527
- "count",
528
- "color",
529
- "icon",
530
- "empty-color",
531
- "empty-icon",
532
- "size",
533
- "gap",
534
- "half",
535
- "half-icon",
536
- "namespace",
537
- "disabled",
538
- "disabled-color",
539
- "readonly",
540
- "ripple",
541
- "rules"
542
- ]
543
- },
544
- "var-result": {
545
- "attributes": [
546
- "type",
547
- "title",
548
- "description",
549
- "image-size",
550
- "animation"
551
- ]
552
- },
553
- "var-ripple": {
554
- "attributes": []
555
- },
556
- "var-row": {
557
- "attributes": [
558
- "gutter",
559
- "justify",
560
- "align"
561
- ]
562
- },
563
- "var-select": {
564
- "attributes": [
565
- "v-model",
566
- "placeholder",
567
- "multiple",
568
- "offset-y",
569
- "chip",
570
- "line",
571
- "hint",
572
- "text-color",
573
- "focus-color",
574
- "blur-color",
575
- "readonly",
576
- "disabled",
577
- "clearable",
578
- "validate-trigger",
579
- "rules"
580
- ]
581
- },
582
- "var-skeleton": {
583
- "attributes": [
584
- "loading",
585
- "title",
586
- "card",
587
- "avatar",
588
- "fullscreen",
589
- "fullscreen-z-index",
590
- "title-width",
591
- "card-height",
592
- "avatar-size",
593
- "rows",
594
- "rows-width"
595
- ]
596
- },
597
- "var-slider": {
598
- "attributes": [
599
- "v-model",
600
- "step",
601
- "range",
602
- "max",
603
- "min",
604
- "label-visible",
605
- "label-text-color",
606
- "label-color",
607
- "active-color",
608
- "track-color",
609
- "track-height",
610
- "thumb-size",
611
- "thumb-color",
612
- "disabled",
613
- "readonly",
614
- "rules"
615
- ]
616
- },
617
- "var-snackbar": {
618
- "attributes": [
619
- "v-model:show",
620
- "type",
621
- "position",
622
- "duration",
623
- "content",
624
- "content-class",
625
- "vertical",
626
- "loading-type",
627
- "loading-size",
628
- "loading-color",
629
- "loading-radius",
630
- "lock-scroll",
631
- "forbid-click",
632
- "teleport"
633
- ]
634
- },
635
- "var-space": {
636
- "attributes": [
637
- "align",
638
- "justify",
639
- "size",
640
- "wrap",
641
- "direction",
642
- "inline"
643
- ]
644
- },
645
- "var-step": {
646
- "attributes": [
647
- "active-icon",
648
- "current-icon",
649
- "inactive-icon"
650
- ]
651
- },
652
- "var-steps": {
653
- "attributes": [
654
- "active",
655
- "direction",
656
- "active-color",
657
- "inactive-color"
658
- ]
659
- },
660
- "var-sticky": {
661
- "attributes": [
662
- "offset-top",
663
- "z-index",
664
- "css-mode",
665
- "disabled"
666
- ]
667
- },
668
- "var-style-provider": {
669
- "attributes": [
670
- "style-vars",
671
- "tag"
672
- ]
673
- },
674
- "var-styles": {
675
- "attributes": []
676
- },
677
- "var-swipe": {
678
- "attributes": [
679
- "loop",
680
- "autoplay",
681
- "duration",
682
- "initial-index",
683
- "indicator",
684
- "indicator-color",
685
- "vertical",
686
- "touchable"
687
- ]
688
- },
689
- "var-swipe-item": {
690
- "attributes": []
691
- },
692
- "var-switch": {
693
- "attributes": [
694
- "v-model",
695
- "active-value",
696
- "inactive-value",
697
- "disabled",
698
- "readonly",
699
- "loading",
700
- "ripple",
701
- "color",
702
- "loading-color",
703
- "close-color",
704
- "size",
705
- "rules"
706
- ]
707
- },
708
- "var-tab": {
709
- "attributes": [
710
- "name",
711
- "disabled"
712
- ]
713
- },
714
- "var-tab-item": {
715
- "attributes": [
716
- "name"
717
- ]
718
- },
719
- "var-table": {
720
- "attributes": [
721
- "full-width"
722
- ]
723
- },
724
- "var-tabs": {
725
- "attributes": [
726
- "v-model:active",
727
- "layout-direction",
728
- "item-direction",
729
- "fixed-bottom",
730
- "color",
731
- "active-color",
732
- "inactive-color",
733
- "disabled-color",
734
- "indicator-color",
735
- "indicator-size",
736
- "elevation",
737
- "sticky",
738
- "sticky-css-mode",
739
- "sticky-z-index",
740
- "safe-area",
741
- "offset-top"
742
- ]
743
- },
744
- "var-tabs-items": {
745
- "attributes": [
746
- "v-model:active",
747
- "can-swipe",
748
- "loop"
749
- ]
750
- },
751
- "var-themes": {
752
- "attributes": []
753
- },
754
- "var-time-picker": {
755
- "attributes": [
756
- "v-model",
757
- "format",
758
- "color",
759
- "header-color",
760
- "elevation",
761
- "min",
762
- "max",
763
- "allowed-time",
764
- "readonly",
765
- "use-seconds"
766
- ]
767
- },
768
- "var-tooltip": {
769
- "attributes": [
770
- "v-model:show",
771
- "content",
772
- "color",
773
- "type",
774
- "placement",
775
- "offset-x",
776
- "offset-y",
777
- "teleport",
778
- "disabled",
779
- "trigger"
780
- ]
781
- },
782
- "var-uploader": {
783
- "attributes": [
784
- "v-model",
785
- "accept",
786
- "capture",
787
- "multiple",
788
- "readonly",
789
- "disabled",
790
- "removable",
791
- "maxlength",
792
- "maxsize",
793
- "previewed",
794
- "ripple",
795
- "hide-list",
796
- "validate-trigger",
797
- "rules"
798
- ]
799
- }
800
- }