@varlet/ui 2.7.4-alpha.1675694992985 → 2.7.4

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,801 +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
- "width",
245
- "message",
246
- "message-align",
247
- "confirm-button",
248
- "cancel-button",
249
- "confirm-button-text",
250
- "cancel-button-text",
251
- "confirm-button-text-color",
252
- "cancel-button-text-color",
253
- "confirm-button-color",
254
- "cancel-button-color",
255
- "dialog-class",
256
- "dialog-style",
257
- "overlay",
258
- "overlay-class",
259
- "overlay-style",
260
- "lock-scroll",
261
- "close-on-click-overlay",
262
- "teleport"
263
- ]
264
- },
265
- "var-divider": {
266
- "attributes": [
267
- "inset",
268
- "vertical",
269
- "dashed",
270
- "hairline",
271
- "description",
272
- "margin"
273
- ]
274
- },
275
- "var-form": {
276
- "attributes": [
277
- "validate",
278
- "resetValidation",
279
- "reset"
280
- ]
281
- },
282
- "var-form-details": {
283
- "attributes": []
284
- },
285
- "var-icon": {
286
- "attributes": [
287
- "name",
288
- "size",
289
- "color",
290
- "namespace",
291
- "transition"
292
- ]
293
- },
294
- "var-image": {
295
- "attributes": [
296
- "src",
297
- "fit",
298
- "alt",
299
- "title",
300
- "width",
301
- "height",
302
- "radius",
303
- "lazy",
304
- "loading",
305
- "error",
306
- "ripple",
307
- "block"
308
- ]
309
- },
310
- "var-image-preview": {
311
- "attributes": [
312
- "show",
313
- "images",
314
- "current",
315
- "zoom",
316
- "closeable",
317
- "loop",
318
- "indicator",
319
- "lock-scroll",
320
- "teleport"
321
- ]
322
- },
323
- "var-index-anchor": {
324
- "attributes": [
325
- "index"
326
- ]
327
- },
328
- "var-index-bar": {
329
- "attributes": [
330
- "sticky",
331
- "sticky-offset-top",
332
- "hide-list",
333
- "css-mode",
334
- "z-index",
335
- "highlight-color",
336
- "duration"
337
- ]
338
- },
339
- "var-input": {
340
- "attributes": [
341
- "v-model",
342
- "placeholder",
343
- "type",
344
- "maxlength",
345
- "textarea",
346
- "rows",
347
- "line",
348
- "hint",
349
- "text-color",
350
- "focus-color",
351
- "blur-color",
352
- "readonly",
353
- "disabled",
354
- "clearable",
355
- "resize",
356
- "autofocus",
357
- "validate-trigger",
358
- "rules"
359
- ]
360
- },
361
- "var-lazy": {
362
- "attributes": []
363
- },
364
- "var-link": {
365
- "attributes": [
366
- "type",
367
- "underline",
368
- "disabled",
369
- "text-color",
370
- "text-size",
371
- "href",
372
- "target",
373
- "to",
374
- "replace"
375
- ]
376
- },
377
- "var-list": {
378
- "attributes": [
379
- "v-model:loading",
380
- "v-model:error",
381
- "immediate-check",
382
- "finished",
383
- "offset",
384
- "loading-text",
385
- "finished-text",
386
- "error-text"
387
- ]
388
- },
389
- "var-loading": {
390
- "attributes": [
391
- "color",
392
- "type",
393
- "size",
394
- "description",
395
- "loading",
396
- "radius"
397
- ]
398
- },
399
- "var-loading-bar": {
400
- "attributes": []
401
- },
402
- "var-locale": {
403
- "attributes": []
404
- },
405
- "var-menu": {
406
- "attributes": [
407
- "v-model:show",
408
- "placement",
409
- "offset-x",
410
- "offset-y",
411
- "teleport",
412
- "disabled",
413
- "trigger",
414
- "same-width",
415
- "default-style"
416
- ]
417
- },
418
- "var-option": {
419
- "attributes": [
420
- "label",
421
- "value"
422
- ]
423
- },
424
- "var-overlay": {
425
- "attributes": [
426
- "v-model:show",
427
- "lock-scroll",
428
- "teleport"
429
- ]
430
- },
431
- "var-pagination": {
432
- "attributes": [
433
- "v-model: current",
434
- "v-model: size",
435
- "total",
436
- "simple",
437
- "disabled",
438
- "show-size-changer",
439
- "show-quick-jumper",
440
- "max-pager-count",
441
- "size-option",
442
- "show-total"
443
- ]
444
- },
445
- "var-picker": {
446
- "attributes": [
447
- "columns",
448
- "title",
449
- "text-key",
450
- "toolbar",
451
- "cascade",
452
- "cascade-initial-indexes",
453
- "text-formatter",
454
- "option-height",
455
- "option-count",
456
- "confirm-button-text",
457
- "cancel-button-text",
458
- "confirm-button-text-color",
459
- "cancel-button-text-color"
460
- ]
461
- },
462
- "var-popup": {
463
- "attributes": [
464
- "v-model:show",
465
- "position",
466
- "overlay",
467
- "overlay-class",
468
- "overlay-style",
469
- "default-style",
470
- "transition",
471
- "lock-scroll",
472
- "close-on-click-overlay",
473
- "teleport"
474
- ]
475
- },
476
- "var-progress": {
477
- "attributes": [
478
- "mode",
479
- "value",
480
- "line-width",
481
- "color",
482
- "track-color",
483
- "label",
484
- "label-class",
485
- "track",
486
- "ripple",
487
- "size",
488
- "rotate"
489
- ]
490
- },
491
- "var-pull-refresh": {
492
- "attributes": [
493
- "v-model",
494
- "disabled",
495
- "target",
496
- "animation-duration",
497
- "success-duration",
498
- "bg-color",
499
- "color",
500
- "success-bg-color",
501
- "success-color"
502
- ]
503
- },
504
- "var-radio": {
505
- "attributes": [
506
- "v-model",
507
- "checked-value",
508
- "unchecked-value",
509
- "checked-color",
510
- "unchecked-color",
511
- "icon-size",
512
- "disabled",
513
- "readonly",
514
- "ripple",
515
- "rules"
516
- ]
517
- },
518
- "var-radio-group": {
519
- "attributes": [
520
- "v-model",
521
- "direction",
522
- "rules"
523
- ]
524
- },
525
- "var-rate": {
526
- "attributes": [
527
- "v-model",
528
- "count",
529
- "color",
530
- "icon",
531
- "empty-color",
532
- "empty-icon",
533
- "size",
534
- "gap",
535
- "half",
536
- "half-icon",
537
- "namespace",
538
- "disabled",
539
- "disabled-color",
540
- "readonly",
541
- "ripple",
542
- "rules"
543
- ]
544
- },
545
- "var-result": {
546
- "attributes": [
547
- "type",
548
- "title",
549
- "description",
550
- "image-size",
551
- "animation"
552
- ]
553
- },
554
- "var-ripple": {
555
- "attributes": []
556
- },
557
- "var-row": {
558
- "attributes": [
559
- "gutter",
560
- "justify",
561
- "align"
562
- ]
563
- },
564
- "var-select": {
565
- "attributes": [
566
- "v-model",
567
- "placeholder",
568
- "multiple",
569
- "offset-y",
570
- "chip",
571
- "line",
572
- "hint",
573
- "text-color",
574
- "focus-color",
575
- "blur-color",
576
- "readonly",
577
- "disabled",
578
- "clearable",
579
- "validate-trigger",
580
- "rules"
581
- ]
582
- },
583
- "var-skeleton": {
584
- "attributes": [
585
- "loading",
586
- "title",
587
- "card",
588
- "avatar",
589
- "fullscreen",
590
- "fullscreen-z-index",
591
- "title-width",
592
- "card-height",
593
- "avatar-size",
594
- "rows",
595
- "rows-width"
596
- ]
597
- },
598
- "var-slider": {
599
- "attributes": [
600
- "v-model",
601
- "step",
602
- "range",
603
- "max",
604
- "min",
605
- "label-visible",
606
- "label-text-color",
607
- "label-color",
608
- "active-color",
609
- "track-color",
610
- "track-height",
611
- "thumb-size",
612
- "thumb-color",
613
- "disabled",
614
- "readonly",
615
- "rules"
616
- ]
617
- },
618
- "var-snackbar": {
619
- "attributes": [
620
- "v-model:show",
621
- "type",
622
- "position",
623
- "duration",
624
- "content",
625
- "content-class",
626
- "vertical",
627
- "loading-type",
628
- "loading-size",
629
- "loading-color",
630
- "loading-radius",
631
- "lock-scroll",
632
- "forbid-click",
633
- "teleport"
634
- ]
635
- },
636
- "var-space": {
637
- "attributes": [
638
- "align",
639
- "justify",
640
- "size",
641
- "wrap",
642
- "direction",
643
- "inline"
644
- ]
645
- },
646
- "var-step": {
647
- "attributes": [
648
- "active-icon",
649
- "current-icon",
650
- "inactive-icon"
651
- ]
652
- },
653
- "var-steps": {
654
- "attributes": [
655
- "active",
656
- "direction",
657
- "active-color",
658
- "inactive-color"
659
- ]
660
- },
661
- "var-sticky": {
662
- "attributes": [
663
- "offset-top",
664
- "z-index",
665
- "css-mode",
666
- "disabled"
667
- ]
668
- },
669
- "var-style-provider": {
670
- "attributes": [
671
- "style-vars",
672
- "tag"
673
- ]
674
- },
675
- "var-styles": {
676
- "attributes": []
677
- },
678
- "var-swipe": {
679
- "attributes": [
680
- "loop",
681
- "autoplay",
682
- "duration",
683
- "initial-index",
684
- "indicator",
685
- "indicator-color",
686
- "vertical",
687
- "touchable"
688
- ]
689
- },
690
- "var-swipe-item": {
691
- "attributes": []
692
- },
693
- "var-switch": {
694
- "attributes": [
695
- "v-model",
696
- "active-value",
697
- "inactive-value",
698
- "disabled",
699
- "readonly",
700
- "loading",
701
- "ripple",
702
- "color",
703
- "loading-color",
704
- "close-color",
705
- "size",
706
- "rules"
707
- ]
708
- },
709
- "var-tab": {
710
- "attributes": [
711
- "name",
712
- "disabled"
713
- ]
714
- },
715
- "var-tab-item": {
716
- "attributes": [
717
- "name"
718
- ]
719
- },
720
- "var-table": {
721
- "attributes": [
722
- "full-width"
723
- ]
724
- },
725
- "var-tabs": {
726
- "attributes": [
727
- "v-model:active",
728
- "layout-direction",
729
- "item-direction",
730
- "fixed-bottom",
731
- "color",
732
- "active-color",
733
- "inactive-color",
734
- "disabled-color",
735
- "indicator-color",
736
- "indicator-size",
737
- "elevation",
738
- "sticky",
739
- "sticky-css-mode",
740
- "sticky-z-index",
741
- "safe-area",
742
- "offset-top"
743
- ]
744
- },
745
- "var-tabs-items": {
746
- "attributes": [
747
- "v-model:active",
748
- "can-swipe",
749
- "loop"
750
- ]
751
- },
752
- "var-themes": {
753
- "attributes": []
754
- },
755
- "var-time-picker": {
756
- "attributes": [
757
- "v-model",
758
- "format",
759
- "color",
760
- "header-color",
761
- "elevation",
762
- "min",
763
- "max",
764
- "allowed-time",
765
- "readonly",
766
- "use-seconds"
767
- ]
768
- },
769
- "var-tooltip": {
770
- "attributes": [
771
- "v-model:show",
772
- "content",
773
- "color",
774
- "type",
775
- "placement",
776
- "offset-x",
777
- "offset-y",
778
- "teleport",
779
- "disabled",
780
- "trigger"
781
- ]
782
- },
783
- "var-uploader": {
784
- "attributes": [
785
- "v-model",
786
- "accept",
787
- "capture",
788
- "multiple",
789
- "readonly",
790
- "disabled",
791
- "removable",
792
- "maxlength",
793
- "maxsize",
794
- "previewed",
795
- "ripple",
796
- "hide-list",
797
- "validate-trigger",
798
- "rules"
799
- ]
800
- }
801
- }