@universal-material/web 3.6.0 → 3.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/universal-material.css +6 -7
- package/css/universal-material.min.css +6 -7
- package/custom-elements.json +7212 -7212
- package/package.json +1 -1
- package/scss/_global.scss +1 -1
- package/scss/_reboot.scss +0 -1
- package/scss/utilities/_scheme.scss +4 -4
- package/scss/utilities/_text.scss +1 -0
- package/vscode.html-custom-data.json +277 -277
|
@@ -3,89 +3,61 @@
|
|
|
3
3
|
"version": 1.1,
|
|
4
4
|
"tags": [
|
|
5
5
|
{
|
|
6
|
-
"name": "u-
|
|
7
|
-
"description": "\n---\n",
|
|
8
|
-
"attributes": [
|
|
9
|
-
{
|
|
10
|
-
"name": "static",
|
|
11
|
-
"values": []
|
|
12
|
-
}
|
|
13
|
-
],
|
|
14
|
-
"references": []
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"name": "u-button-field",
|
|
6
|
+
"name": "u-top-app-bar",
|
|
18
7
|
"description": "\n---\n",
|
|
19
8
|
"attributes": [
|
|
20
9
|
{
|
|
21
|
-
"name": "
|
|
22
|
-
"values": []
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"name": "placeholder",
|
|
26
|
-
"values": []
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "variant",
|
|
10
|
+
"name": "position",
|
|
30
11
|
"values": [
|
|
31
12
|
{
|
|
32
|
-
"name": "
|
|
13
|
+
"name": "fixed"
|
|
33
14
|
},
|
|
34
15
|
{
|
|
35
|
-
"name": "
|
|
16
|
+
"name": "absolute"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "static"
|
|
36
20
|
}
|
|
37
21
|
]
|
|
38
22
|
},
|
|
39
23
|
{
|
|
40
|
-
"name": "
|
|
41
|
-
"
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
{
|
|
53
|
-
"name": "supporting-text",
|
|
54
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
55
|
-
"values": []
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"name": "error-text",
|
|
59
|
-
"description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
|
|
60
|
-
"values": []
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"name": "empty",
|
|
64
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
65
|
-
"values": []
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"name": "disabled",
|
|
69
|
-
"values": []
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"name": "invalid",
|
|
73
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
74
|
-
"values": []
|
|
24
|
+
"name": "size",
|
|
25
|
+
"values": [
|
|
26
|
+
{
|
|
27
|
+
"name": "small"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "medium"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "large"
|
|
34
|
+
}
|
|
35
|
+
]
|
|
75
36
|
},
|
|
76
37
|
{
|
|
77
|
-
"name": "
|
|
78
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
38
|
+
"name": "headline",
|
|
79
39
|
"values": []
|
|
80
40
|
},
|
|
81
41
|
{
|
|
82
|
-
"name": "
|
|
83
|
-
"
|
|
84
|
-
|
|
85
|
-
|
|
42
|
+
"name": "scrollContainer",
|
|
43
|
+
"values": [
|
|
44
|
+
{
|
|
45
|
+
"name": "none"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "window"
|
|
49
|
+
}
|
|
50
|
+
]
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"references": []
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "u-badge",
|
|
57
|
+
"description": "\n---\n",
|
|
58
|
+
"attributes": [
|
|
86
59
|
{
|
|
87
|
-
"name": "
|
|
88
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
60
|
+
"name": "static",
|
|
89
61
|
"values": []
|
|
90
62
|
}
|
|
91
63
|
],
|
|
@@ -534,150 +506,13 @@
|
|
|
534
506
|
"references": []
|
|
535
507
|
},
|
|
536
508
|
{
|
|
537
|
-
"name": "u-
|
|
509
|
+
"name": "u-button-field",
|
|
538
510
|
"description": "\n---\n",
|
|
539
|
-
"attributes": [
|
|
540
|
-
{
|
|
541
|
-
"name": "position",
|
|
542
|
-
"values": [
|
|
543
|
-
{
|
|
544
|
-
"name": "fixed"
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
"name": "absolute"
|
|
548
|
-
},
|
|
549
|
-
{
|
|
550
|
-
"name": "static"
|
|
551
|
-
}
|
|
552
|
-
]
|
|
553
|
-
},
|
|
554
|
-
{
|
|
555
|
-
"name": "size",
|
|
556
|
-
"values": [
|
|
557
|
-
{
|
|
558
|
-
"name": "small"
|
|
559
|
-
},
|
|
560
|
-
{
|
|
561
|
-
"name": "medium"
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
"name": "large"
|
|
565
|
-
}
|
|
566
|
-
]
|
|
567
|
-
},
|
|
568
|
-
{
|
|
569
|
-
"name": "headline",
|
|
570
|
-
"values": []
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"name": "scrollContainer",
|
|
574
|
-
"values": [
|
|
575
|
-
{
|
|
576
|
-
"name": "none"
|
|
577
|
-
},
|
|
578
|
-
{
|
|
579
|
-
"name": "window"
|
|
580
|
-
}
|
|
581
|
-
]
|
|
582
|
-
}
|
|
583
|
-
],
|
|
584
|
-
"references": []
|
|
585
|
-
},
|
|
586
|
-
{
|
|
587
|
-
"name": "u-calendar",
|
|
588
|
-
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
589
|
-
"attributes": [
|
|
590
|
-
{
|
|
591
|
-
"name": "value",
|
|
592
|
-
"values": []
|
|
593
|
-
},
|
|
594
|
-
{
|
|
595
|
-
"name": "dateOutsideMonth",
|
|
596
|
-
"values": []
|
|
597
|
-
},
|
|
598
|
-
{
|
|
599
|
-
"name": "locale",
|
|
600
|
-
"values": []
|
|
601
|
-
}
|
|
602
|
-
],
|
|
603
|
-
"references": []
|
|
604
|
-
},
|
|
605
|
-
{
|
|
606
|
-
"name": "u-range-calendar",
|
|
607
|
-
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
608
511
|
"attributes": [
|
|
609
512
|
{
|
|
610
513
|
"name": "value",
|
|
611
514
|
"values": []
|
|
612
515
|
},
|
|
613
|
-
{
|
|
614
|
-
"name": "dateOutsideMonth",
|
|
615
|
-
"values": []
|
|
616
|
-
},
|
|
617
|
-
{
|
|
618
|
-
"name": "locale",
|
|
619
|
-
"values": []
|
|
620
|
-
}
|
|
621
|
-
],
|
|
622
|
-
"references": []
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
"name": "u-card-content",
|
|
626
|
-
"description": "\n---\n",
|
|
627
|
-
"attributes": [
|
|
628
|
-
{
|
|
629
|
-
"name": "has-content",
|
|
630
|
-
"values": []
|
|
631
|
-
}
|
|
632
|
-
],
|
|
633
|
-
"references": []
|
|
634
|
-
},
|
|
635
|
-
{
|
|
636
|
-
"name": "u-card-media",
|
|
637
|
-
"description": "\n---\n",
|
|
638
|
-
"attributes": [
|
|
639
|
-
{
|
|
640
|
-
"name": "wide",
|
|
641
|
-
"values": []
|
|
642
|
-
}
|
|
643
|
-
],
|
|
644
|
-
"references": []
|
|
645
|
-
},
|
|
646
|
-
{
|
|
647
|
-
"name": "u-card",
|
|
648
|
-
"description": "\n---\n",
|
|
649
|
-
"attributes": [
|
|
650
|
-
{
|
|
651
|
-
"name": "variant",
|
|
652
|
-
"description": "The Card variant to render.",
|
|
653
|
-
"values": [
|
|
654
|
-
{
|
|
655
|
-
"name": "filled"
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
"name": "elevated"
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
"name": "outlined"
|
|
662
|
-
}
|
|
663
|
-
]
|
|
664
|
-
}
|
|
665
|
-
],
|
|
666
|
-
"references": []
|
|
667
|
-
},
|
|
668
|
-
{
|
|
669
|
-
"name": "u-chip-field",
|
|
670
|
-
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
671
|
-
"attributes": [
|
|
672
|
-
{
|
|
673
|
-
"name": "name",
|
|
674
|
-
"values": []
|
|
675
|
-
},
|
|
676
|
-
{
|
|
677
|
-
"name": "manual",
|
|
678
|
-
"description": "If true, ignore enter key input",
|
|
679
|
-
"values": []
|
|
680
|
-
},
|
|
681
516
|
{
|
|
682
517
|
"name": "placeholder",
|
|
683
518
|
"values": []
|
|
@@ -748,6 +583,44 @@
|
|
|
748
583
|
],
|
|
749
584
|
"references": []
|
|
750
585
|
},
|
|
586
|
+
{
|
|
587
|
+
"name": "u-calendar",
|
|
588
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
589
|
+
"attributes": [
|
|
590
|
+
{
|
|
591
|
+
"name": "value",
|
|
592
|
+
"values": []
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"name": "dateOutsideMonth",
|
|
596
|
+
"values": []
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"name": "locale",
|
|
600
|
+
"values": []
|
|
601
|
+
}
|
|
602
|
+
],
|
|
603
|
+
"references": []
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"name": "u-range-calendar",
|
|
607
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
608
|
+
"attributes": [
|
|
609
|
+
{
|
|
610
|
+
"name": "value",
|
|
611
|
+
"values": []
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"name": "dateOutsideMonth",
|
|
615
|
+
"values": []
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"name": "locale",
|
|
619
|
+
"values": []
|
|
620
|
+
}
|
|
621
|
+
],
|
|
622
|
+
"references": []
|
|
623
|
+
},
|
|
751
624
|
{
|
|
752
625
|
"name": "u-checkbox-list-item",
|
|
753
626
|
"description": "\n---\n",
|
|
@@ -810,16 +683,54 @@
|
|
|
810
683
|
"values": []
|
|
811
684
|
},
|
|
812
685
|
{
|
|
813
|
-
"name": "checked",
|
|
686
|
+
"name": "checked",
|
|
687
|
+
"values": []
|
|
688
|
+
}
|
|
689
|
+
],
|
|
690
|
+
"references": []
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"name": "u-card-content",
|
|
694
|
+
"description": "\n---\n",
|
|
695
|
+
"attributes": [
|
|
696
|
+
{
|
|
697
|
+
"name": "has-content",
|
|
698
|
+
"values": []
|
|
699
|
+
}
|
|
700
|
+
],
|
|
701
|
+
"references": []
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"name": "u-card-media",
|
|
705
|
+
"description": "\n---\n",
|
|
706
|
+
"attributes": [
|
|
707
|
+
{
|
|
708
|
+
"name": "wide",
|
|
814
709
|
"values": []
|
|
815
710
|
}
|
|
816
711
|
],
|
|
817
712
|
"references": []
|
|
818
713
|
},
|
|
819
714
|
{
|
|
820
|
-
"name": "u-
|
|
715
|
+
"name": "u-card",
|
|
821
716
|
"description": "\n---\n",
|
|
822
|
-
"attributes": [
|
|
717
|
+
"attributes": [
|
|
718
|
+
{
|
|
719
|
+
"name": "variant",
|
|
720
|
+
"description": "The Card variant to render.",
|
|
721
|
+
"values": [
|
|
722
|
+
{
|
|
723
|
+
"name": "filled"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"name": "elevated"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"name": "outlined"
|
|
730
|
+
}
|
|
731
|
+
]
|
|
732
|
+
}
|
|
733
|
+
],
|
|
823
734
|
"references": []
|
|
824
735
|
},
|
|
825
736
|
{
|
|
@@ -900,9 +811,86 @@
|
|
|
900
811
|
"references": []
|
|
901
812
|
},
|
|
902
813
|
{
|
|
903
|
-
"name": "u-
|
|
904
|
-
"description": "\n---\n",
|
|
905
|
-
"attributes": [
|
|
814
|
+
"name": "u-chip-field",
|
|
815
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
816
|
+
"attributes": [
|
|
817
|
+
{
|
|
818
|
+
"name": "name",
|
|
819
|
+
"values": []
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"name": "manual",
|
|
823
|
+
"description": "If true, ignore enter key input",
|
|
824
|
+
"values": []
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"name": "placeholder",
|
|
828
|
+
"values": []
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"name": "variant",
|
|
832
|
+
"values": [
|
|
833
|
+
{
|
|
834
|
+
"name": "filled"
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"name": "outlined"
|
|
838
|
+
}
|
|
839
|
+
]
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"name": "label",
|
|
843
|
+
"description": "The floating label for the field",
|
|
844
|
+
"values": []
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"name": "counter",
|
|
848
|
+
"values": []
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"name": "hide-counter",
|
|
852
|
+
"values": []
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"name": "supporting-text",
|
|
856
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
857
|
+
"values": []
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"name": "error-text",
|
|
861
|
+
"description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
|
|
862
|
+
"values": []
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"name": "empty",
|
|
866
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
867
|
+
"values": []
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"name": "disabled",
|
|
871
|
+
"values": []
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"name": "invalid",
|
|
875
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
876
|
+
"values": []
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"name": "has-leading-icon",
|
|
880
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
881
|
+
"values": []
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"name": "has-trailing-icon",
|
|
885
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
886
|
+
"values": []
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"name": "has-error-text",
|
|
890
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
891
|
+
"values": []
|
|
892
|
+
}
|
|
893
|
+
],
|
|
906
894
|
"references": []
|
|
907
895
|
},
|
|
908
896
|
{
|
|
@@ -926,6 +914,12 @@
|
|
|
926
914
|
],
|
|
927
915
|
"references": []
|
|
928
916
|
},
|
|
917
|
+
{
|
|
918
|
+
"name": "u-elevation",
|
|
919
|
+
"description": "\n---\n",
|
|
920
|
+
"attributes": [],
|
|
921
|
+
"references": []
|
|
922
|
+
},
|
|
929
923
|
{
|
|
930
924
|
"name": "u-field",
|
|
931
925
|
"description": "\n---\n",
|
|
@@ -1000,6 +994,12 @@
|
|
|
1000
994
|
],
|
|
1001
995
|
"references": []
|
|
1002
996
|
},
|
|
997
|
+
{
|
|
998
|
+
"name": "u-icon",
|
|
999
|
+
"description": "\n---\n",
|
|
1000
|
+
"attributes": [],
|
|
1001
|
+
"references": []
|
|
1002
|
+
},
|
|
1003
1003
|
{
|
|
1004
1004
|
"name": "u-list-item",
|
|
1005
1005
|
"description": "\n---\n",
|
|
@@ -1134,33 +1134,24 @@
|
|
|
1134
1134
|
"references": []
|
|
1135
1135
|
},
|
|
1136
1136
|
{
|
|
1137
|
-
"name": "u-
|
|
1137
|
+
"name": "u-overflow-menu-item",
|
|
1138
1138
|
"description": "\n---\n",
|
|
1139
1139
|
"attributes": [
|
|
1140
1140
|
{
|
|
1141
|
-
"name": "
|
|
1141
|
+
"name": "label",
|
|
1142
1142
|
"values": []
|
|
1143
1143
|
},
|
|
1144
1144
|
{
|
|
1145
|
-
"name": "
|
|
1145
|
+
"name": "priority",
|
|
1146
1146
|
"values": []
|
|
1147
1147
|
}
|
|
1148
1148
|
],
|
|
1149
1149
|
"references": []
|
|
1150
1150
|
},
|
|
1151
1151
|
{
|
|
1152
|
-
"name": "u-
|
|
1152
|
+
"name": "u-overflow-menu",
|
|
1153
1153
|
"description": "\n---\n",
|
|
1154
|
-
"attributes": [
|
|
1155
|
-
{
|
|
1156
|
-
"name": "value",
|
|
1157
|
-
"values": []
|
|
1158
|
-
},
|
|
1159
|
-
{
|
|
1160
|
-
"name": "max",
|
|
1161
|
-
"values": []
|
|
1162
|
-
}
|
|
1163
|
-
],
|
|
1154
|
+
"attributes": [],
|
|
1164
1155
|
"references": []
|
|
1165
1156
|
},
|
|
1166
1157
|
{
|
|
@@ -1224,24 +1215,33 @@
|
|
|
1224
1215
|
"references": []
|
|
1225
1216
|
},
|
|
1226
1217
|
{
|
|
1227
|
-
"name": "u-
|
|
1218
|
+
"name": "u-circular-progress",
|
|
1228
1219
|
"description": "\n---\n",
|
|
1229
1220
|
"attributes": [
|
|
1230
1221
|
{
|
|
1231
|
-
"name": "
|
|
1222
|
+
"name": "value",
|
|
1232
1223
|
"values": []
|
|
1233
1224
|
},
|
|
1234
1225
|
{
|
|
1235
|
-
"name": "
|
|
1226
|
+
"name": "max",
|
|
1236
1227
|
"values": []
|
|
1237
1228
|
}
|
|
1238
1229
|
],
|
|
1239
1230
|
"references": []
|
|
1240
1231
|
},
|
|
1241
1232
|
{
|
|
1242
|
-
"name": "u-
|
|
1233
|
+
"name": "u-progress-bar",
|
|
1243
1234
|
"description": "\n---\n",
|
|
1244
|
-
"attributes": [
|
|
1235
|
+
"attributes": [
|
|
1236
|
+
{
|
|
1237
|
+
"name": "value",
|
|
1238
|
+
"values": []
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"name": "max",
|
|
1242
|
+
"values": []
|
|
1243
|
+
}
|
|
1244
|
+
],
|
|
1245
1245
|
"references": []
|
|
1246
1246
|
},
|
|
1247
1247
|
{
|
|
@@ -1625,6 +1625,54 @@
|
|
|
1625
1625
|
],
|
|
1626
1626
|
"references": []
|
|
1627
1627
|
},
|
|
1628
|
+
{
|
|
1629
|
+
"name": "u-tab-bar",
|
|
1630
|
+
"description": "\n---\n",
|
|
1631
|
+
"attributes": [
|
|
1632
|
+
{
|
|
1633
|
+
"name": "variant",
|
|
1634
|
+
"values": [
|
|
1635
|
+
{
|
|
1636
|
+
"name": "primary"
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
"name": "secondary"
|
|
1640
|
+
}
|
|
1641
|
+
]
|
|
1642
|
+
}
|
|
1643
|
+
],
|
|
1644
|
+
"references": []
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"name": "u-tab",
|
|
1648
|
+
"description": "\n---\n",
|
|
1649
|
+
"attributes": [
|
|
1650
|
+
{
|
|
1651
|
+
"name": "hasIcon",
|
|
1652
|
+
"values": []
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"name": "disabled",
|
|
1656
|
+
"description": "Whether the button is disabled or not.",
|
|
1657
|
+
"values": []
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"name": "href",
|
|
1661
|
+
"description": "The URL that the link button points to.",
|
|
1662
|
+
"values": []
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"name": "target",
|
|
1666
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1667
|
+
"values": []
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"name": "name",
|
|
1671
|
+
"values": []
|
|
1672
|
+
}
|
|
1673
|
+
],
|
|
1674
|
+
"references": []
|
|
1675
|
+
},
|
|
1628
1676
|
{
|
|
1629
1677
|
"name": "u-text-area",
|
|
1630
1678
|
"description": "\n---\n",
|
|
@@ -1943,54 +1991,6 @@
|
|
|
1943
1991
|
}
|
|
1944
1992
|
],
|
|
1945
1993
|
"references": []
|
|
1946
|
-
},
|
|
1947
|
-
{
|
|
1948
|
-
"name": "u-tab-bar",
|
|
1949
|
-
"description": "\n---\n",
|
|
1950
|
-
"attributes": [
|
|
1951
|
-
{
|
|
1952
|
-
"name": "variant",
|
|
1953
|
-
"values": [
|
|
1954
|
-
{
|
|
1955
|
-
"name": "primary"
|
|
1956
|
-
},
|
|
1957
|
-
{
|
|
1958
|
-
"name": "secondary"
|
|
1959
|
-
}
|
|
1960
|
-
]
|
|
1961
|
-
}
|
|
1962
|
-
],
|
|
1963
|
-
"references": []
|
|
1964
|
-
},
|
|
1965
|
-
{
|
|
1966
|
-
"name": "u-tab",
|
|
1967
|
-
"description": "\n---\n",
|
|
1968
|
-
"attributes": [
|
|
1969
|
-
{
|
|
1970
|
-
"name": "hasIcon",
|
|
1971
|
-
"values": []
|
|
1972
|
-
},
|
|
1973
|
-
{
|
|
1974
|
-
"name": "disabled",
|
|
1975
|
-
"description": "Whether the button is disabled or not.",
|
|
1976
|
-
"values": []
|
|
1977
|
-
},
|
|
1978
|
-
{
|
|
1979
|
-
"name": "href",
|
|
1980
|
-
"description": "The URL that the link button points to.",
|
|
1981
|
-
"values": []
|
|
1982
|
-
},
|
|
1983
|
-
{
|
|
1984
|
-
"name": "target",
|
|
1985
|
-
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1986
|
-
"values": []
|
|
1987
|
-
},
|
|
1988
|
-
{
|
|
1989
|
-
"name": "name",
|
|
1990
|
-
"values": []
|
|
1991
|
-
}
|
|
1992
|
-
],
|
|
1993
|
-
"references": []
|
|
1994
1994
|
}
|
|
1995
1995
|
]
|
|
1996
1996
|
}
|