@universal-material/web 3.3.5 → 3.3.6
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/custom-elements.json +11891 -11891
- package/package.json +1 -1
- package/search/search.d.ts.map +1 -1
- package/search/search.js +2 -1
- package/search/search.js.map +1 -1
- package/vscode.html-custom-data.json +251 -251
|
@@ -2,6 +2,84 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json",
|
|
3
3
|
"version": 1.1,
|
|
4
4
|
"tags": [
|
|
5
|
+
{
|
|
6
|
+
"name": "u-button-field",
|
|
7
|
+
"description": "\n---\n",
|
|
8
|
+
"attributes": [
|
|
9
|
+
{
|
|
10
|
+
"name": "value",
|
|
11
|
+
"values": []
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "placeholder",
|
|
15
|
+
"values": []
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "variant",
|
|
19
|
+
"values": [
|
|
20
|
+
{
|
|
21
|
+
"name": "filled"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "outlined"
|
|
25
|
+
}
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "label",
|
|
30
|
+
"description": "The floating label for the field",
|
|
31
|
+
"values": []
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "counter",
|
|
35
|
+
"values": []
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "hide-counter",
|
|
39
|
+
"values": []
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "supporting-text",
|
|
43
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
44
|
+
"values": []
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "error-text",
|
|
48
|
+
"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`",
|
|
49
|
+
"values": []
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "empty",
|
|
53
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
54
|
+
"values": []
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "disabled",
|
|
58
|
+
"values": []
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "invalid",
|
|
62
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
63
|
+
"values": []
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "has-leading-icon",
|
|
67
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
68
|
+
"values": []
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "has-trailing-icon",
|
|
72
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
73
|
+
"values": []
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "has-error-text",
|
|
77
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
78
|
+
"values": []
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"references": []
|
|
82
|
+
},
|
|
5
83
|
{
|
|
6
84
|
"name": "u-top-app-bar",
|
|
7
85
|
"description": "\n---\n",
|
|
@@ -491,84 +569,6 @@
|
|
|
491
569
|
],
|
|
492
570
|
"references": []
|
|
493
571
|
},
|
|
494
|
-
{
|
|
495
|
-
"name": "u-button-field",
|
|
496
|
-
"description": "\n---\n",
|
|
497
|
-
"attributes": [
|
|
498
|
-
{
|
|
499
|
-
"name": "value",
|
|
500
|
-
"values": []
|
|
501
|
-
},
|
|
502
|
-
{
|
|
503
|
-
"name": "placeholder",
|
|
504
|
-
"values": []
|
|
505
|
-
},
|
|
506
|
-
{
|
|
507
|
-
"name": "variant",
|
|
508
|
-
"values": [
|
|
509
|
-
{
|
|
510
|
-
"name": "filled"
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"name": "outlined"
|
|
514
|
-
}
|
|
515
|
-
]
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
"name": "label",
|
|
519
|
-
"description": "The floating label for the field",
|
|
520
|
-
"values": []
|
|
521
|
-
},
|
|
522
|
-
{
|
|
523
|
-
"name": "counter",
|
|
524
|
-
"values": []
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
"name": "hide-counter",
|
|
528
|
-
"values": []
|
|
529
|
-
},
|
|
530
|
-
{
|
|
531
|
-
"name": "supporting-text",
|
|
532
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
533
|
-
"values": []
|
|
534
|
-
},
|
|
535
|
-
{
|
|
536
|
-
"name": "error-text",
|
|
537
|
-
"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`",
|
|
538
|
-
"values": []
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
"name": "empty",
|
|
542
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
543
|
-
"values": []
|
|
544
|
-
},
|
|
545
|
-
{
|
|
546
|
-
"name": "disabled",
|
|
547
|
-
"values": []
|
|
548
|
-
},
|
|
549
|
-
{
|
|
550
|
-
"name": "invalid",
|
|
551
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
552
|
-
"values": []
|
|
553
|
-
},
|
|
554
|
-
{
|
|
555
|
-
"name": "has-leading-icon",
|
|
556
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
557
|
-
"values": []
|
|
558
|
-
},
|
|
559
|
-
{
|
|
560
|
-
"name": "has-trailing-icon",
|
|
561
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
562
|
-
"values": []
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"name": "has-error-text",
|
|
566
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
567
|
-
"values": []
|
|
568
|
-
}
|
|
569
|
-
],
|
|
570
|
-
"references": []
|
|
571
|
-
},
|
|
572
572
|
{
|
|
573
573
|
"name": "u-card-content",
|
|
574
574
|
"description": "\n---\n",
|
|
@@ -614,92 +614,68 @@
|
|
|
614
614
|
"references": []
|
|
615
615
|
},
|
|
616
616
|
{
|
|
617
|
-
"name": "u-
|
|
617
|
+
"name": "u-checkbox-list-item",
|
|
618
618
|
"description": "\n---\n",
|
|
619
619
|
"attributes": [
|
|
620
620
|
{
|
|
621
|
-
"name": "
|
|
622
|
-
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
623
|
-
"values": [
|
|
624
|
-
{
|
|
625
|
-
"name": "start"
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"name": "center"
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
"name": "end"
|
|
632
|
-
}
|
|
633
|
-
]
|
|
634
|
-
}
|
|
635
|
-
],
|
|
636
|
-
"references": []
|
|
637
|
-
},
|
|
638
|
-
{
|
|
639
|
-
"name": "u-chip",
|
|
640
|
-
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
641
|
-
"attributes": [
|
|
642
|
-
{
|
|
643
|
-
"name": "selected",
|
|
644
|
-
"description": "Whether the chip is selected or not",
|
|
621
|
+
"name": "leading",
|
|
645
622
|
"values": []
|
|
646
623
|
},
|
|
647
624
|
{
|
|
648
|
-
"name": "
|
|
625
|
+
"name": "hide-state-layer",
|
|
649
626
|
"values": []
|
|
650
627
|
},
|
|
651
628
|
{
|
|
652
|
-
"name": "
|
|
653
|
-
"description": "Adds elevation to the chip",
|
|
629
|
+
"name": "indeterminate",
|
|
654
630
|
"values": []
|
|
655
631
|
},
|
|
656
632
|
{
|
|
657
|
-
"name": "
|
|
658
|
-
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
633
|
+
"name": "name",
|
|
659
634
|
"values": []
|
|
660
635
|
},
|
|
661
636
|
{
|
|
662
|
-
"name": "
|
|
663
|
-
"description": "Add the remove icon",
|
|
637
|
+
"name": "disabled",
|
|
664
638
|
"values": []
|
|
665
639
|
},
|
|
666
640
|
{
|
|
667
|
-
"name": "
|
|
668
|
-
"description": "
|
|
641
|
+
"name": "value",
|
|
642
|
+
"description": "The element value to use in form submission when checked.",
|
|
669
643
|
"values": []
|
|
670
644
|
},
|
|
671
645
|
{
|
|
672
|
-
"name": "
|
|
673
|
-
"description": "Whether the chip has a leading icon or not\n\n_Note:_ Readonly",
|
|
646
|
+
"name": "checked",
|
|
674
647
|
"values": []
|
|
675
|
-
}
|
|
648
|
+
}
|
|
649
|
+
],
|
|
650
|
+
"references": []
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"name": "u-checkbox",
|
|
654
|
+
"description": "\n---\n",
|
|
655
|
+
"attributes": [
|
|
676
656
|
{
|
|
677
|
-
"name": "
|
|
678
|
-
"description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
|
|
657
|
+
"name": "hide-state-layer",
|
|
679
658
|
"values": []
|
|
680
659
|
},
|
|
681
660
|
{
|
|
682
|
-
"name": "
|
|
683
|
-
"description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
|
|
661
|
+
"name": "indeterminate",
|
|
684
662
|
"values": []
|
|
685
663
|
},
|
|
686
664
|
{
|
|
687
|
-
"name": "
|
|
688
|
-
"description": "Whether the button is disabled or not.",
|
|
665
|
+
"name": "name",
|
|
689
666
|
"values": []
|
|
690
667
|
},
|
|
691
668
|
{
|
|
692
|
-
"name": "
|
|
693
|
-
"description": "The URL that the link button points to.",
|
|
669
|
+
"name": "disabled",
|
|
694
670
|
"values": []
|
|
695
671
|
},
|
|
696
672
|
{
|
|
697
|
-
"name": "
|
|
698
|
-
"description": "
|
|
673
|
+
"name": "value",
|
|
674
|
+
"description": "The element value to use in form submission when checked.",
|
|
699
675
|
"values": []
|
|
700
676
|
},
|
|
701
677
|
{
|
|
702
|
-
"name": "
|
|
678
|
+
"name": "checked",
|
|
703
679
|
"values": []
|
|
704
680
|
}
|
|
705
681
|
],
|
|
@@ -789,73 +765,103 @@
|
|
|
789
765
|
"references": []
|
|
790
766
|
},
|
|
791
767
|
{
|
|
792
|
-
"name": "u-
|
|
768
|
+
"name": "u-chip-set",
|
|
793
769
|
"description": "\n---\n",
|
|
794
770
|
"attributes": [
|
|
795
771
|
{
|
|
796
|
-
"name": "
|
|
772
|
+
"name": "alignment",
|
|
773
|
+
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
774
|
+
"values": [
|
|
775
|
+
{
|
|
776
|
+
"name": "start"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"name": "center"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"name": "end"
|
|
783
|
+
}
|
|
784
|
+
]
|
|
785
|
+
}
|
|
786
|
+
],
|
|
787
|
+
"references": []
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"name": "u-chip",
|
|
791
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
792
|
+
"attributes": [
|
|
793
|
+
{
|
|
794
|
+
"name": "selected",
|
|
795
|
+
"description": "Whether the chip is selected or not",
|
|
797
796
|
"values": []
|
|
798
797
|
},
|
|
799
798
|
{
|
|
800
|
-
"name": "
|
|
799
|
+
"name": "clickable",
|
|
801
800
|
"values": []
|
|
802
801
|
},
|
|
803
802
|
{
|
|
804
|
-
"name": "
|
|
803
|
+
"name": "elevated",
|
|
804
|
+
"description": "Adds elevation to the chip",
|
|
805
805
|
"values": []
|
|
806
806
|
},
|
|
807
807
|
{
|
|
808
|
-
"name": "
|
|
808
|
+
"name": "toggle",
|
|
809
|
+
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
809
810
|
"values": []
|
|
810
811
|
},
|
|
811
812
|
{
|
|
812
|
-
"name": "
|
|
813
|
+
"name": "removable",
|
|
814
|
+
"description": "Add the remove icon",
|
|
813
815
|
"values": []
|
|
814
816
|
},
|
|
815
817
|
{
|
|
816
|
-
"name": "
|
|
817
|
-
"description": "
|
|
818
|
+
"name": "hide-selected-icon",
|
|
819
|
+
"description": "Hide the selected icon",
|
|
818
820
|
"values": []
|
|
819
821
|
},
|
|
820
822
|
{
|
|
821
|
-
"name": "
|
|
823
|
+
"name": "has-leading-icon",
|
|
824
|
+
"description": "Whether the chip has a leading icon or not\n\n_Note:_ Readonly",
|
|
822
825
|
"values": []
|
|
823
|
-
}
|
|
824
|
-
],
|
|
825
|
-
"references": []
|
|
826
|
-
},
|
|
827
|
-
{
|
|
828
|
-
"name": "u-checkbox",
|
|
829
|
-
"description": "\n---\n",
|
|
830
|
-
"attributes": [
|
|
826
|
+
},
|
|
831
827
|
{
|
|
832
|
-
"name": "
|
|
828
|
+
"name": "has-selected-icon",
|
|
829
|
+
"description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
|
|
833
830
|
"values": []
|
|
834
831
|
},
|
|
835
832
|
{
|
|
836
|
-
"name": "
|
|
833
|
+
"name": "has-trailing-icon",
|
|
834
|
+
"description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
|
|
837
835
|
"values": []
|
|
838
836
|
},
|
|
839
837
|
{
|
|
840
|
-
"name": "
|
|
838
|
+
"name": "disabled",
|
|
839
|
+
"description": "Whether the button is disabled or not.",
|
|
841
840
|
"values": []
|
|
842
841
|
},
|
|
843
842
|
{
|
|
844
|
-
"name": "
|
|
843
|
+
"name": "href",
|
|
844
|
+
"description": "The URL that the link button points to.",
|
|
845
845
|
"values": []
|
|
846
846
|
},
|
|
847
847
|
{
|
|
848
|
-
"name": "
|
|
849
|
-
"description": "
|
|
848
|
+
"name": "target",
|
|
849
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
850
850
|
"values": []
|
|
851
851
|
},
|
|
852
852
|
{
|
|
853
|
-
"name": "
|
|
853
|
+
"name": "name",
|
|
854
854
|
"values": []
|
|
855
855
|
}
|
|
856
856
|
],
|
|
857
857
|
"references": []
|
|
858
858
|
},
|
|
859
|
+
{
|
|
860
|
+
"name": "u-elevation",
|
|
861
|
+
"description": "\n---\n",
|
|
862
|
+
"attributes": [],
|
|
863
|
+
"references": []
|
|
864
|
+
},
|
|
859
865
|
{
|
|
860
866
|
"name": "u-dialog",
|
|
861
867
|
"description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
|
|
@@ -877,12 +883,6 @@
|
|
|
877
883
|
],
|
|
878
884
|
"references": []
|
|
879
885
|
},
|
|
880
|
-
{
|
|
881
|
-
"name": "u-elevation",
|
|
882
|
-
"description": "\n---\n",
|
|
883
|
-
"attributes": [],
|
|
884
|
-
"references": []
|
|
885
|
-
},
|
|
886
886
|
{
|
|
887
887
|
"name": "u-field",
|
|
888
888
|
"description": "\n---\n",
|
|
@@ -957,23 +957,6 @@
|
|
|
957
957
|
],
|
|
958
958
|
"references": []
|
|
959
959
|
},
|
|
960
|
-
{
|
|
961
|
-
"name": "u-list-item",
|
|
962
|
-
"description": "\n---\n",
|
|
963
|
-
"attributes": [
|
|
964
|
-
{
|
|
965
|
-
"name": "selectable",
|
|
966
|
-
"values": []
|
|
967
|
-
}
|
|
968
|
-
],
|
|
969
|
-
"references": []
|
|
970
|
-
},
|
|
971
|
-
{
|
|
972
|
-
"name": "u-list",
|
|
973
|
-
"description": "\n---\n",
|
|
974
|
-
"attributes": [],
|
|
975
|
-
"references": []
|
|
976
|
-
},
|
|
977
960
|
{
|
|
978
961
|
"name": "u-menu-item",
|
|
979
962
|
"description": "\n---\n",
|
|
@@ -1094,6 +1077,23 @@
|
|
|
1094
1077
|
],
|
|
1095
1078
|
"references": []
|
|
1096
1079
|
},
|
|
1080
|
+
{
|
|
1081
|
+
"name": "u-list-item",
|
|
1082
|
+
"description": "\n---\n",
|
|
1083
|
+
"attributes": [
|
|
1084
|
+
{
|
|
1085
|
+
"name": "selectable",
|
|
1086
|
+
"values": []
|
|
1087
|
+
}
|
|
1088
|
+
],
|
|
1089
|
+
"references": []
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"name": "u-list",
|
|
1093
|
+
"description": "\n---\n",
|
|
1094
|
+
"attributes": [],
|
|
1095
|
+
"references": []
|
|
1096
|
+
},
|
|
1097
1097
|
{
|
|
1098
1098
|
"name": "u-drawer-headline",
|
|
1099
1099
|
"description": "\n---\n",
|
|
@@ -1288,74 +1288,46 @@
|
|
|
1288
1288
|
"references": []
|
|
1289
1289
|
},
|
|
1290
1290
|
{
|
|
1291
|
-
"name": "u-
|
|
1291
|
+
"name": "u-search",
|
|
1292
1292
|
"description": "\n---\n",
|
|
1293
1293
|
"attributes": [
|
|
1294
1294
|
{
|
|
1295
|
-
"name": "
|
|
1296
|
-
"values": [
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
{
|
|
1308
|
-
"name": "has-leading-icon",
|
|
1309
|
-
"description": "Whether the menu item has leading icon or not\n\n_Note:_ Readonly",
|
|
1310
|
-
"values": []
|
|
1311
|
-
},
|
|
1312
|
-
{
|
|
1313
|
-
"name": "has-trailing-icon",
|
|
1314
|
-
"description": "Whether the menu item has trailing icon or not\n\n_Note:_ Readonly",
|
|
1315
|
-
"values": []
|
|
1316
|
-
},
|
|
1317
|
-
{
|
|
1318
|
-
"name": "has-badge",
|
|
1319
|
-
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
1320
|
-
"values": []
|
|
1321
|
-
},
|
|
1322
|
-
{
|
|
1323
|
-
"name": "disabled",
|
|
1324
|
-
"description": "Whether the button is disabled or not.",
|
|
1325
|
-
"values": []
|
|
1326
|
-
},
|
|
1327
|
-
{
|
|
1328
|
-
"name": "href",
|
|
1329
|
-
"description": "The URL that the link button points to.",
|
|
1330
|
-
"values": []
|
|
1295
|
+
"name": "position",
|
|
1296
|
+
"values": [
|
|
1297
|
+
{
|
|
1298
|
+
"name": "fixed"
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"name": "absolute"
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"name": "static"
|
|
1305
|
+
}
|
|
1306
|
+
]
|
|
1331
1307
|
},
|
|
1332
1308
|
{
|
|
1333
|
-
"name": "
|
|
1334
|
-
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1309
|
+
"name": "value",
|
|
1335
1310
|
"values": []
|
|
1336
1311
|
},
|
|
1337
1312
|
{
|
|
1338
|
-
"name": "
|
|
1339
|
-
"values": []
|
|
1340
|
-
}
|
|
1341
|
-
],
|
|
1342
|
-
"references": []
|
|
1343
|
-
},
|
|
1344
|
-
{
|
|
1345
|
-
"name": "u-select",
|
|
1346
|
-
"description": "\n---\n",
|
|
1347
|
-
"attributes": [
|
|
1348
|
-
{
|
|
1349
|
-
"name": "menu-positioning",
|
|
1313
|
+
"name": "autocomplete",
|
|
1350
1314
|
"values": [
|
|
1351
1315
|
{
|
|
1352
|
-
"name": "
|
|
1316
|
+
"name": "on"
|
|
1353
1317
|
},
|
|
1354
1318
|
{
|
|
1355
|
-
"name": "
|
|
1319
|
+
"name": "off"
|
|
1356
1320
|
}
|
|
1357
1321
|
]
|
|
1358
1322
|
},
|
|
1323
|
+
{
|
|
1324
|
+
"name": "maxlength",
|
|
1325
|
+
"values": []
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
"name": "role",
|
|
1329
|
+
"values": []
|
|
1330
|
+
},
|
|
1359
1331
|
{
|
|
1360
1332
|
"name": "placeholder",
|
|
1361
1333
|
"values": []
|
|
@@ -1427,45 +1399,73 @@
|
|
|
1427
1399
|
"references": []
|
|
1428
1400
|
},
|
|
1429
1401
|
{
|
|
1430
|
-
"name": "u-
|
|
1402
|
+
"name": "u-option",
|
|
1431
1403
|
"description": "\n---\n",
|
|
1432
1404
|
"attributes": [
|
|
1433
1405
|
{
|
|
1434
|
-
"name": "
|
|
1435
|
-
"values": [
|
|
1436
|
-
{
|
|
1437
|
-
"name": "fixed"
|
|
1438
|
-
},
|
|
1439
|
-
{
|
|
1440
|
-
"name": "absolute"
|
|
1441
|
-
},
|
|
1442
|
-
{
|
|
1443
|
-
"name": "static"
|
|
1444
|
-
}
|
|
1445
|
-
]
|
|
1406
|
+
"name": "value",
|
|
1407
|
+
"values": []
|
|
1446
1408
|
},
|
|
1447
1409
|
{
|
|
1448
|
-
"name": "
|
|
1410
|
+
"name": "selected",
|
|
1449
1411
|
"values": []
|
|
1450
1412
|
},
|
|
1451
1413
|
{
|
|
1452
|
-
"name": "
|
|
1453
|
-
"
|
|
1454
|
-
|
|
1455
|
-
"name": "on"
|
|
1456
|
-
},
|
|
1457
|
-
{
|
|
1458
|
-
"name": "off"
|
|
1459
|
-
}
|
|
1460
|
-
]
|
|
1414
|
+
"name": "active",
|
|
1415
|
+
"description": "Force show focus ring",
|
|
1416
|
+
"values": []
|
|
1461
1417
|
},
|
|
1462
1418
|
{
|
|
1463
|
-
"name": "
|
|
1419
|
+
"name": "has-leading-icon",
|
|
1420
|
+
"description": "Whether the menu item has leading icon or not\n\n_Note:_ Readonly",
|
|
1464
1421
|
"values": []
|
|
1465
1422
|
},
|
|
1466
1423
|
{
|
|
1467
|
-
"name": "
|
|
1424
|
+
"name": "has-trailing-icon",
|
|
1425
|
+
"description": "Whether the menu item has trailing icon or not\n\n_Note:_ Readonly",
|
|
1426
|
+
"values": []
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"name": "has-badge",
|
|
1430
|
+
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
1431
|
+
"values": []
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"name": "disabled",
|
|
1435
|
+
"description": "Whether the button is disabled or not.",
|
|
1436
|
+
"values": []
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"name": "href",
|
|
1440
|
+
"description": "The URL that the link button points to.",
|
|
1441
|
+
"values": []
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"name": "target",
|
|
1445
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1446
|
+
"values": []
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"name": "name",
|
|
1468
1450
|
"values": []
|
|
1451
|
+
}
|
|
1452
|
+
],
|
|
1453
|
+
"references": []
|
|
1454
|
+
},
|
|
1455
|
+
{
|
|
1456
|
+
"name": "u-select",
|
|
1457
|
+
"description": "\n---\n",
|
|
1458
|
+
"attributes": [
|
|
1459
|
+
{
|
|
1460
|
+
"name": "menu-positioning",
|
|
1461
|
+
"values": [
|
|
1462
|
+
{
|
|
1463
|
+
"name": "relative"
|
|
1464
|
+
},
|
|
1465
|
+
{
|
|
1466
|
+
"name": "fixed"
|
|
1467
|
+
}
|
|
1468
|
+
]
|
|
1469
1469
|
},
|
|
1470
1470
|
{
|
|
1471
1471
|
"name": "placeholder",
|