@varlet/ui 2.0.6 → 2.1.0-alpha.1666877950844
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1885 -1885
- package/es/index.d.ts +1 -1
- package/es/locale/en-US.d.ts +5 -5
- package/es/locale/zh-CN.d.ts +5 -5
- package/es/themes/dark/index.d.ts +5 -5
- package/highlight/attributes.json +0 -860
- package/highlight/tags.json +31 -277
- package/highlight/web-types.json +1379 -3782
- package/json/area.json +10706 -10706
- package/lib/date-picker/src/day-picker-panel.js +13 -13
- package/lib/date-picker/src/month-picker-panel.js +11 -11
- package/lib/date-picker/src/year-picker-panel.js +3 -3
- package/lib/index.d.ts +1 -1
- package/lib/locale/en-US.d.ts +5 -5
- package/lib/locale/zh-CN.d.ts +5 -5
- package/lib/snackbar/style/index.js +1 -1
- package/lib/themes/dark/index.d.ts +5 -5
- package/package.json +6 -5
- package/types/lazy.d.ts +5 -5
- package/types/ripple.d.ts +5 -5
- package/types/varDirective.d.ts +12 -12
package/highlight/tags.json
CHANGED
|
@@ -1,46 +1,15 @@
|
|
|
1
1
|
{
|
|
2
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
|
-
]
|
|
3
|
+
"attributes": []
|
|
15
4
|
},
|
|
16
5
|
"var-app-bar": {
|
|
17
|
-
"attributes": [
|
|
18
|
-
"color",
|
|
19
|
-
"text-color",
|
|
20
|
-
"title",
|
|
21
|
-
"title-position",
|
|
22
|
-
"elevation"
|
|
23
|
-
]
|
|
6
|
+
"attributes": []
|
|
24
7
|
},
|
|
25
8
|
"var-back-top": {
|
|
26
|
-
"attributes": [
|
|
27
|
-
"target",
|
|
28
|
-
"visibility-height",
|
|
29
|
-
"bottom",
|
|
30
|
-
"right",
|
|
31
|
-
"duration"
|
|
32
|
-
]
|
|
9
|
+
"attributes": []
|
|
33
10
|
},
|
|
34
11
|
"var-badge": {
|
|
35
|
-
"attributes": [
|
|
36
|
-
"type",
|
|
37
|
-
"dot",
|
|
38
|
-
"value",
|
|
39
|
-
"max-value",
|
|
40
|
-
"position",
|
|
41
|
-
"color",
|
|
42
|
-
"icon"
|
|
43
|
-
]
|
|
12
|
+
"attributes": []
|
|
44
13
|
},
|
|
45
14
|
"var-bottom-navigation": {
|
|
46
15
|
"attributes": [
|
|
@@ -55,13 +24,7 @@
|
|
|
55
24
|
]
|
|
56
25
|
},
|
|
57
26
|
"var-bottom-navigation-item": {
|
|
58
|
-
"attributes": [
|
|
59
|
-
"name",
|
|
60
|
-
"icon",
|
|
61
|
-
"label",
|
|
62
|
-
"namespace",
|
|
63
|
-
"badge"
|
|
64
|
-
]
|
|
27
|
+
"attributes": []
|
|
65
28
|
},
|
|
66
29
|
"var-button": {
|
|
67
30
|
"attributes": [
|
|
@@ -113,39 +76,13 @@
|
|
|
113
76
|
]
|
|
114
77
|
},
|
|
115
78
|
"var-checkbox": {
|
|
116
|
-
"attributes": [
|
|
117
|
-
"v-model",
|
|
118
|
-
"checked-value",
|
|
119
|
-
"unchecked-value",
|
|
120
|
-
"checked-color",
|
|
121
|
-
"unchecked-color",
|
|
122
|
-
"icon-size",
|
|
123
|
-
"disabled",
|
|
124
|
-
"readonly",
|
|
125
|
-
"ripple",
|
|
126
|
-
"rules"
|
|
127
|
-
]
|
|
79
|
+
"attributes": []
|
|
128
80
|
},
|
|
129
81
|
"var-checkbox-group": {
|
|
130
|
-
"attributes": [
|
|
131
|
-
"v-model",
|
|
132
|
-
"max",
|
|
133
|
-
"direction",
|
|
134
|
-
"rules"
|
|
135
|
-
]
|
|
82
|
+
"attributes": []
|
|
136
83
|
},
|
|
137
84
|
"var-chip": {
|
|
138
|
-
"attributes": [
|
|
139
|
-
"type",
|
|
140
|
-
"size",
|
|
141
|
-
"plain",
|
|
142
|
-
"round",
|
|
143
|
-
"block",
|
|
144
|
-
"closeable",
|
|
145
|
-
"close-name",
|
|
146
|
-
"color",
|
|
147
|
-
"text-color"
|
|
148
|
-
]
|
|
85
|
+
"attributes": []
|
|
149
86
|
},
|
|
150
87
|
"var-col": {
|
|
151
88
|
"attributes": [
|
|
@@ -167,43 +104,13 @@
|
|
|
167
104
|
]
|
|
168
105
|
},
|
|
169
106
|
"var-collapse-item": {
|
|
170
|
-
"attributes": [
|
|
171
|
-
"name",
|
|
172
|
-
"title",
|
|
173
|
-
"icon",
|
|
174
|
-
"disabled"
|
|
175
|
-
]
|
|
107
|
+
"attributes": []
|
|
176
108
|
},
|
|
177
109
|
"var-countdown": {
|
|
178
|
-
"attributes": [
|
|
179
|
-
"time",
|
|
180
|
-
"format",
|
|
181
|
-
"auto-start"
|
|
182
|
-
]
|
|
110
|
+
"attributes": []
|
|
183
111
|
},
|
|
184
112
|
"var-counter": {
|
|
185
|
-
"attributes": [
|
|
186
|
-
"v-model",
|
|
187
|
-
"min",
|
|
188
|
-
"max",
|
|
189
|
-
"step",
|
|
190
|
-
"decimal-length",
|
|
191
|
-
"color",
|
|
192
|
-
"input-width",
|
|
193
|
-
"input-text-size",
|
|
194
|
-
"button-size",
|
|
195
|
-
"readonly",
|
|
196
|
-
"disabled",
|
|
197
|
-
"disable-increment",
|
|
198
|
-
"disable-decrement",
|
|
199
|
-
"disable-input",
|
|
200
|
-
"increment-button",
|
|
201
|
-
"decrement-button",
|
|
202
|
-
"press",
|
|
203
|
-
"ripple",
|
|
204
|
-
"validate-trigger",
|
|
205
|
-
"rules"
|
|
206
|
-
]
|
|
113
|
+
"attributes": []
|
|
207
114
|
},
|
|
208
115
|
"var-date-picker": {
|
|
209
116
|
"attributes": [
|
|
@@ -258,22 +165,13 @@
|
|
|
258
165
|
]
|
|
259
166
|
},
|
|
260
167
|
"var-form": {
|
|
261
|
-
"attributes": [
|
|
262
|
-
"readonly",
|
|
263
|
-
"disabled"
|
|
264
|
-
]
|
|
168
|
+
"attributes": []
|
|
265
169
|
},
|
|
266
170
|
"var-form-details": {
|
|
267
171
|
"attributes": []
|
|
268
172
|
},
|
|
269
173
|
"var-icon": {
|
|
270
|
-
"attributes": [
|
|
271
|
-
"name",
|
|
272
|
-
"size",
|
|
273
|
-
"color",
|
|
274
|
-
"namespace",
|
|
275
|
-
"transition"
|
|
276
|
-
]
|
|
174
|
+
"attributes": []
|
|
277
175
|
},
|
|
278
176
|
"var-image": {
|
|
279
177
|
"attributes": [
|
|
@@ -292,22 +190,10 @@
|
|
|
292
190
|
]
|
|
293
191
|
},
|
|
294
192
|
"var-image-preview": {
|
|
295
|
-
"attributes": [
|
|
296
|
-
"show",
|
|
297
|
-
"images",
|
|
298
|
-
"current",
|
|
299
|
-
"zoom",
|
|
300
|
-
"closeable",
|
|
301
|
-
"loop",
|
|
302
|
-
"indicator",
|
|
303
|
-
"lock-scroll",
|
|
304
|
-
"teleport"
|
|
305
|
-
]
|
|
193
|
+
"attributes": []
|
|
306
194
|
},
|
|
307
195
|
"var-index-anchor": {
|
|
308
|
-
"attributes": [
|
|
309
|
-
"index"
|
|
310
|
-
]
|
|
196
|
+
"attributes": []
|
|
311
197
|
},
|
|
312
198
|
"var-index-bar": {
|
|
313
199
|
"attributes": [
|
|
@@ -346,16 +232,7 @@
|
|
|
346
232
|
"attributes": []
|
|
347
233
|
},
|
|
348
234
|
"var-list": {
|
|
349
|
-
"attributes": [
|
|
350
|
-
"v-model:loading",
|
|
351
|
-
"v-model:error",
|
|
352
|
-
"immediate-check",
|
|
353
|
-
"finished",
|
|
354
|
-
"offset",
|
|
355
|
-
"loading-text",
|
|
356
|
-
"finished-text",
|
|
357
|
-
"error-text"
|
|
358
|
-
]
|
|
235
|
+
"attributes": []
|
|
359
236
|
},
|
|
360
237
|
"var-loading": {
|
|
361
238
|
"attributes": [
|
|
@@ -383,10 +260,7 @@
|
|
|
383
260
|
]
|
|
384
261
|
},
|
|
385
262
|
"var-option": {
|
|
386
|
-
"attributes": [
|
|
387
|
-
"label",
|
|
388
|
-
"value"
|
|
389
|
-
]
|
|
263
|
+
"attributes": []
|
|
390
264
|
},
|
|
391
265
|
"var-pagination": {
|
|
392
266
|
"attributes": [
|
|
@@ -403,34 +277,10 @@
|
|
|
403
277
|
]
|
|
404
278
|
},
|
|
405
279
|
"var-picker": {
|
|
406
|
-
"attributes": [
|
|
407
|
-
"columns",
|
|
408
|
-
"title",
|
|
409
|
-
"text-key",
|
|
410
|
-
"toolbar",
|
|
411
|
-
"cascade",
|
|
412
|
-
"cascade-initial-indexes",
|
|
413
|
-
"text-formatter",
|
|
414
|
-
"option-height",
|
|
415
|
-
"option-count",
|
|
416
|
-
"confirm-button-text",
|
|
417
|
-
"cancel-button-text",
|
|
418
|
-
"confirm-button-text-color",
|
|
419
|
-
"cancel-button-text-color"
|
|
420
|
-
]
|
|
280
|
+
"attributes": []
|
|
421
281
|
},
|
|
422
282
|
"var-popup": {
|
|
423
|
-
"attributes": [
|
|
424
|
-
"v-model:show",
|
|
425
|
-
"position",
|
|
426
|
-
"overlay",
|
|
427
|
-
"overlay-class",
|
|
428
|
-
"overlay-style",
|
|
429
|
-
"transition",
|
|
430
|
-
"lock-scroll",
|
|
431
|
-
"close-on-click-overlay",
|
|
432
|
-
"teleport"
|
|
433
|
-
]
|
|
283
|
+
"attributes": []
|
|
434
284
|
},
|
|
435
285
|
"var-progress": {
|
|
436
286
|
"attributes": [
|
|
@@ -448,37 +298,13 @@
|
|
|
448
298
|
]
|
|
449
299
|
},
|
|
450
300
|
"var-pull-refresh": {
|
|
451
|
-
"attributes": [
|
|
452
|
-
"v-model",
|
|
453
|
-
"disabled",
|
|
454
|
-
"animation-duration",
|
|
455
|
-
"success-duration",
|
|
456
|
-
"bg-color",
|
|
457
|
-
"color",
|
|
458
|
-
"success-bg-color",
|
|
459
|
-
"success-color"
|
|
460
|
-
]
|
|
301
|
+
"attributes": []
|
|
461
302
|
},
|
|
462
303
|
"var-radio": {
|
|
463
|
-
"attributes": [
|
|
464
|
-
"v-model",
|
|
465
|
-
"checked-value",
|
|
466
|
-
"unchecked-value",
|
|
467
|
-
"checked-color",
|
|
468
|
-
"unchecked-color",
|
|
469
|
-
"icon-size",
|
|
470
|
-
"disabled",
|
|
471
|
-
"readonly",
|
|
472
|
-
"ripple",
|
|
473
|
-
"rules"
|
|
474
|
-
]
|
|
304
|
+
"attributes": []
|
|
475
305
|
},
|
|
476
306
|
"var-radio-group": {
|
|
477
|
-
"attributes": [
|
|
478
|
-
"v-model",
|
|
479
|
-
"direction",
|
|
480
|
-
"rules"
|
|
481
|
-
]
|
|
307
|
+
"attributes": []
|
|
482
308
|
},
|
|
483
309
|
"var-rate": {
|
|
484
310
|
"attributes": [
|
|
@@ -530,33 +356,10 @@
|
|
|
530
356
|
]
|
|
531
357
|
},
|
|
532
358
|
"var-skeleton": {
|
|
533
|
-
"attributes": [
|
|
534
|
-
"loading",
|
|
535
|
-
"title",
|
|
536
|
-
"card",
|
|
537
|
-
"avatar",
|
|
538
|
-
"fullscreen",
|
|
539
|
-
"fullscreen-z-index",
|
|
540
|
-
"title-width",
|
|
541
|
-
"card-height",
|
|
542
|
-
"avatar-size",
|
|
543
|
-
"rows",
|
|
544
|
-
"rows-width"
|
|
545
|
-
]
|
|
359
|
+
"attributes": []
|
|
546
360
|
},
|
|
547
361
|
"var-slider": {
|
|
548
|
-
"attributes": [
|
|
549
|
-
"v-model",
|
|
550
|
-
"step",
|
|
551
|
-
"range",
|
|
552
|
-
"label-visible",
|
|
553
|
-
"label-text-color",
|
|
554
|
-
"track-height",
|
|
555
|
-
"thumb-size",
|
|
556
|
-
"disabled",
|
|
557
|
-
"readonly",
|
|
558
|
-
"rules"
|
|
559
|
-
]
|
|
362
|
+
"attributes": []
|
|
560
363
|
},
|
|
561
364
|
"var-snackbar": {
|
|
562
365
|
"attributes": [
|
|
@@ -577,21 +380,10 @@
|
|
|
577
380
|
]
|
|
578
381
|
},
|
|
579
382
|
"var-space": {
|
|
580
|
-
"attributes": [
|
|
581
|
-
"align",
|
|
582
|
-
"justify",
|
|
583
|
-
"size",
|
|
584
|
-
"wrap",
|
|
585
|
-
"direction",
|
|
586
|
-
"inline"
|
|
587
|
-
]
|
|
383
|
+
"attributes": []
|
|
588
384
|
},
|
|
589
385
|
"var-step": {
|
|
590
|
-
"attributes": [
|
|
591
|
-
"active-icon",
|
|
592
|
-
"current-icon",
|
|
593
|
-
"inactive-icon"
|
|
594
|
-
]
|
|
386
|
+
"attributes": []
|
|
595
387
|
},
|
|
596
388
|
"var-steps": {
|
|
597
389
|
"attributes": [
|
|
@@ -602,12 +394,7 @@
|
|
|
602
394
|
]
|
|
603
395
|
},
|
|
604
396
|
"var-sticky": {
|
|
605
|
-
"attributes": [
|
|
606
|
-
"offset-top",
|
|
607
|
-
"z-index",
|
|
608
|
-
"css-mode",
|
|
609
|
-
"disabled"
|
|
610
|
-
]
|
|
397
|
+
"attributes": []
|
|
611
398
|
},
|
|
612
399
|
"var-style-provider": {
|
|
613
400
|
"attributes": [
|
|
@@ -634,26 +421,10 @@
|
|
|
634
421
|
"attributes": []
|
|
635
422
|
},
|
|
636
423
|
"var-switch": {
|
|
637
|
-
"attributes": [
|
|
638
|
-
"v-model",
|
|
639
|
-
"active-value",
|
|
640
|
-
"inactive-value",
|
|
641
|
-
"disabled",
|
|
642
|
-
"readonly",
|
|
643
|
-
"loading",
|
|
644
|
-
"ripple",
|
|
645
|
-
"color",
|
|
646
|
-
"loading-color",
|
|
647
|
-
"close-color",
|
|
648
|
-
"size",
|
|
649
|
-
"rules"
|
|
650
|
-
]
|
|
424
|
+
"attributes": []
|
|
651
425
|
},
|
|
652
426
|
"var-tab": {
|
|
653
|
-
"attributes": [
|
|
654
|
-
"name",
|
|
655
|
-
"disabled"
|
|
656
|
-
]
|
|
427
|
+
"attributes": []
|
|
657
428
|
},
|
|
658
429
|
"var-tab-item": {
|
|
659
430
|
"attributes": [
|
|
@@ -661,9 +432,7 @@
|
|
|
661
432
|
]
|
|
662
433
|
},
|
|
663
434
|
"var-table": {
|
|
664
|
-
"attributes": [
|
|
665
|
-
"full-width"
|
|
666
|
-
]
|
|
435
|
+
"attributes": []
|
|
667
436
|
},
|
|
668
437
|
"var-tabs": {
|
|
669
438
|
"attributes": [
|
|
@@ -708,21 +477,6 @@
|
|
|
708
477
|
]
|
|
709
478
|
},
|
|
710
479
|
"var-uploader": {
|
|
711
|
-
"attributes": [
|
|
712
|
-
"v-model",
|
|
713
|
-
"accept",
|
|
714
|
-
"capture",
|
|
715
|
-
"multiple",
|
|
716
|
-
"readonly",
|
|
717
|
-
"disabled",
|
|
718
|
-
"removable",
|
|
719
|
-
"maxlength",
|
|
720
|
-
"maxsize",
|
|
721
|
-
"previewed",
|
|
722
|
-
"ripple",
|
|
723
|
-
"hide-list",
|
|
724
|
-
"validate-trigger",
|
|
725
|
-
"rules"
|
|
726
|
-
]
|
|
480
|
+
"attributes": []
|
|
727
481
|
}
|
|
728
482
|
}
|