@universal-material/web 3.3.16 → 3.3.17
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 +3562 -3562
- package/package.json +1 -1
- package/snackbar/snackbar.styles.d.ts.map +1 -1
- package/snackbar/snackbar.styles.js +2 -0
- package/snackbar/snackbar.styles.js.map +1 -1
- package/vscode.html-custom-data.json +273 -273
|
@@ -78,79 +78,45 @@
|
|
|
78
78
|
"references": []
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
|
-
"name": "u-
|
|
81
|
+
"name": "u-card-content",
|
|
82
82
|
"description": "\n---\n",
|
|
83
83
|
"attributes": [
|
|
84
84
|
{
|
|
85
|
-
"name": "
|
|
85
|
+
"name": "has-content",
|
|
86
86
|
"values": []
|
|
87
|
-
}
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"references": []
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "u-card-media",
|
|
93
|
+
"description": "\n---\n",
|
|
94
|
+
"attributes": [
|
|
88
95
|
{
|
|
89
|
-
"name": "
|
|
96
|
+
"name": "wide",
|
|
90
97
|
"values": []
|
|
91
|
-
}
|
|
98
|
+
}
|
|
99
|
+
],
|
|
100
|
+
"references": []
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "u-card",
|
|
104
|
+
"description": "\n---\n",
|
|
105
|
+
"attributes": [
|
|
92
106
|
{
|
|
93
107
|
"name": "variant",
|
|
108
|
+
"description": "The Card variant to render.",
|
|
94
109
|
"values": [
|
|
95
110
|
{
|
|
96
111
|
"name": "filled"
|
|
97
112
|
},
|
|
113
|
+
{
|
|
114
|
+
"name": "elevated"
|
|
115
|
+
},
|
|
98
116
|
{
|
|
99
117
|
"name": "outlined"
|
|
100
118
|
}
|
|
101
119
|
]
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"name": "label",
|
|
105
|
-
"description": "The floating label for the field",
|
|
106
|
-
"values": []
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"name": "counter",
|
|
110
|
-
"values": []
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"name": "hide-counter",
|
|
114
|
-
"values": []
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"name": "supporting-text",
|
|
118
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
119
|
-
"values": []
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"name": "error-text",
|
|
123
|
-
"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`",
|
|
124
|
-
"values": []
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"name": "empty",
|
|
128
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
129
|
-
"values": []
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"name": "disabled",
|
|
133
|
-
"values": []
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"name": "invalid",
|
|
137
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
138
|
-
"values": []
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"name": "has-leading-icon",
|
|
142
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
143
|
-
"values": []
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"name": "has-trailing-icon",
|
|
147
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
148
|
-
"values": []
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"name": "has-error-text",
|
|
152
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
153
|
-
"values": []
|
|
154
120
|
}
|
|
155
121
|
],
|
|
156
122
|
"references": []
|
|
@@ -532,26 +498,85 @@
|
|
|
532
498
|
"references": []
|
|
533
499
|
},
|
|
534
500
|
{
|
|
535
|
-
"name": "u-
|
|
536
|
-
"description": "\n---\n
|
|
501
|
+
"name": "u-button-field",
|
|
502
|
+
"description": "\n---\n",
|
|
537
503
|
"attributes": [
|
|
538
504
|
{
|
|
539
505
|
"name": "value",
|
|
540
506
|
"values": []
|
|
541
507
|
},
|
|
542
508
|
{
|
|
543
|
-
"name": "
|
|
509
|
+
"name": "placeholder",
|
|
544
510
|
"values": []
|
|
545
511
|
},
|
|
546
512
|
{
|
|
547
|
-
"name": "
|
|
513
|
+
"name": "variant",
|
|
514
|
+
"values": [
|
|
515
|
+
{
|
|
516
|
+
"name": "filled"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"name": "outlined"
|
|
520
|
+
}
|
|
521
|
+
]
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"name": "label",
|
|
525
|
+
"description": "The floating label for the field",
|
|
526
|
+
"values": []
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"name": "counter",
|
|
530
|
+
"values": []
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"name": "hide-counter",
|
|
534
|
+
"values": []
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"name": "supporting-text",
|
|
538
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
539
|
+
"values": []
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"name": "error-text",
|
|
543
|
+
"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`",
|
|
544
|
+
"values": []
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"name": "empty",
|
|
548
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
549
|
+
"values": []
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"name": "disabled",
|
|
553
|
+
"values": []
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"name": "invalid",
|
|
557
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
558
|
+
"values": []
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"name": "has-leading-icon",
|
|
562
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
563
|
+
"values": []
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"name": "has-trailing-icon",
|
|
567
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
568
|
+
"values": []
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"name": "has-error-text",
|
|
572
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
548
573
|
"values": []
|
|
549
574
|
}
|
|
550
575
|
],
|
|
551
576
|
"references": []
|
|
552
577
|
},
|
|
553
578
|
{
|
|
554
|
-
"name": "u-
|
|
579
|
+
"name": "u-calendar",
|
|
555
580
|
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
556
581
|
"attributes": [
|
|
557
582
|
{
|
|
@@ -570,45 +595,20 @@
|
|
|
570
595
|
"references": []
|
|
571
596
|
},
|
|
572
597
|
{
|
|
573
|
-
"name": "u-
|
|
574
|
-
"description": "\n---\n",
|
|
598
|
+
"name": "u-range-calendar",
|
|
599
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
575
600
|
"attributes": [
|
|
576
601
|
{
|
|
577
|
-
"name": "
|
|
602
|
+
"name": "value",
|
|
578
603
|
"values": []
|
|
579
|
-
}
|
|
580
|
-
],
|
|
581
|
-
"references": []
|
|
582
|
-
},
|
|
583
|
-
{
|
|
584
|
-
"name": "u-card-media",
|
|
585
|
-
"description": "\n---\n",
|
|
586
|
-
"attributes": [
|
|
604
|
+
},
|
|
587
605
|
{
|
|
588
|
-
"name": "
|
|
606
|
+
"name": "dateOutsideMonth",
|
|
589
607
|
"values": []
|
|
590
|
-
}
|
|
591
|
-
],
|
|
592
|
-
"references": []
|
|
593
|
-
},
|
|
594
|
-
{
|
|
595
|
-
"name": "u-card",
|
|
596
|
-
"description": "\n---\n",
|
|
597
|
-
"attributes": [
|
|
608
|
+
},
|
|
598
609
|
{
|
|
599
|
-
"name": "
|
|
600
|
-
"
|
|
601
|
-
"values": [
|
|
602
|
-
{
|
|
603
|
-
"name": "filled"
|
|
604
|
-
},
|
|
605
|
-
{
|
|
606
|
-
"name": "elevated"
|
|
607
|
-
},
|
|
608
|
-
{
|
|
609
|
-
"name": "outlined"
|
|
610
|
-
}
|
|
611
|
-
]
|
|
610
|
+
"name": "locale",
|
|
611
|
+
"values": []
|
|
612
612
|
}
|
|
613
613
|
],
|
|
614
614
|
"references": []
|
|
@@ -682,175 +682,175 @@
|
|
|
682
682
|
"references": []
|
|
683
683
|
},
|
|
684
684
|
{
|
|
685
|
-
"name": "u-chip-
|
|
686
|
-
"description": "\n---\n",
|
|
685
|
+
"name": "u-chip-field",
|
|
686
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
687
687
|
"attributes": [
|
|
688
688
|
{
|
|
689
|
-
"name": "
|
|
690
|
-
"
|
|
689
|
+
"name": "name",
|
|
690
|
+
"values": []
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"name": "manual",
|
|
694
|
+
"description": "If true, ignore enter key input",
|
|
695
|
+
"values": []
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"name": "placeholder",
|
|
699
|
+
"values": []
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"name": "variant",
|
|
691
703
|
"values": [
|
|
692
704
|
{
|
|
693
|
-
"name": "
|
|
694
|
-
},
|
|
695
|
-
{
|
|
696
|
-
"name": "center"
|
|
705
|
+
"name": "filled"
|
|
697
706
|
},
|
|
698
707
|
{
|
|
699
|
-
"name": "
|
|
708
|
+
"name": "outlined"
|
|
700
709
|
}
|
|
701
710
|
]
|
|
702
|
-
}
|
|
703
|
-
],
|
|
704
|
-
"references": []
|
|
705
|
-
},
|
|
706
|
-
{
|
|
707
|
-
"name": "u-chip",
|
|
708
|
-
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
709
|
-
"attributes": [
|
|
710
|
-
{
|
|
711
|
-
"name": "selected",
|
|
712
|
-
"description": "Whether the chip is selected or not",
|
|
713
|
-
"values": []
|
|
714
711
|
},
|
|
715
712
|
{
|
|
716
|
-
"name": "
|
|
713
|
+
"name": "label",
|
|
714
|
+
"description": "The floating label for the field",
|
|
717
715
|
"values": []
|
|
718
716
|
},
|
|
719
717
|
{
|
|
720
|
-
"name": "
|
|
721
|
-
"description": "Adds elevation to the chip",
|
|
718
|
+
"name": "counter",
|
|
722
719
|
"values": []
|
|
723
720
|
},
|
|
724
721
|
{
|
|
725
|
-
"name": "
|
|
726
|
-
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
722
|
+
"name": "hide-counter",
|
|
727
723
|
"values": []
|
|
728
724
|
},
|
|
729
725
|
{
|
|
730
|
-
"name": "
|
|
731
|
-
"description": "
|
|
726
|
+
"name": "supporting-text",
|
|
727
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
732
728
|
"values": []
|
|
733
729
|
},
|
|
734
730
|
{
|
|
735
|
-
"name": "
|
|
736
|
-
"description": "
|
|
731
|
+
"name": "error-text",
|
|
732
|
+
"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`",
|
|
737
733
|
"values": []
|
|
738
734
|
},
|
|
739
735
|
{
|
|
740
|
-
"name": "
|
|
741
|
-
"description": "Whether the
|
|
736
|
+
"name": "empty",
|
|
737
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
742
738
|
"values": []
|
|
743
739
|
},
|
|
744
740
|
{
|
|
745
|
-
"name": "
|
|
746
|
-
"description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
|
|
741
|
+
"name": "disabled",
|
|
747
742
|
"values": []
|
|
748
743
|
},
|
|
749
744
|
{
|
|
750
|
-
"name": "
|
|
751
|
-
"description": "
|
|
745
|
+
"name": "invalid",
|
|
746
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
752
747
|
"values": []
|
|
753
748
|
},
|
|
754
749
|
{
|
|
755
|
-
"name": "
|
|
756
|
-
"description": "Whether the
|
|
750
|
+
"name": "has-leading-icon",
|
|
751
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
757
752
|
"values": []
|
|
758
753
|
},
|
|
759
754
|
{
|
|
760
|
-
"name": "
|
|
761
|
-
"description": "
|
|
755
|
+
"name": "has-trailing-icon",
|
|
756
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
762
757
|
"values": []
|
|
763
758
|
},
|
|
764
759
|
{
|
|
765
|
-
"name": "
|
|
766
|
-
"description": "
|
|
760
|
+
"name": "has-error-text",
|
|
761
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
767
762
|
"values": []
|
|
768
|
-
}
|
|
763
|
+
}
|
|
764
|
+
],
|
|
765
|
+
"references": []
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"name": "u-chip-set",
|
|
769
|
+
"description": "\n---\n",
|
|
770
|
+
"attributes": [
|
|
769
771
|
{
|
|
770
|
-
"name": "
|
|
771
|
-
"
|
|
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
|
+
]
|
|
772
785
|
}
|
|
773
786
|
],
|
|
774
787
|
"references": []
|
|
775
788
|
},
|
|
776
789
|
{
|
|
777
|
-
"name": "u-chip
|
|
790
|
+
"name": "u-chip",
|
|
778
791
|
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
779
792
|
"attributes": [
|
|
780
793
|
{
|
|
781
|
-
"name": "
|
|
794
|
+
"name": "selected",
|
|
795
|
+
"description": "Whether the chip is selected or not",
|
|
782
796
|
"values": []
|
|
783
797
|
},
|
|
784
798
|
{
|
|
785
|
-
"name": "
|
|
786
|
-
"description": "If true, ignore enter key input",
|
|
799
|
+
"name": "clickable",
|
|
787
800
|
"values": []
|
|
788
801
|
},
|
|
789
802
|
{
|
|
790
|
-
"name": "
|
|
803
|
+
"name": "elevated",
|
|
804
|
+
"description": "Adds elevation to the chip",
|
|
791
805
|
"values": []
|
|
792
806
|
},
|
|
793
807
|
{
|
|
794
|
-
"name": "
|
|
795
|
-
"
|
|
796
|
-
{
|
|
797
|
-
"name": "filled"
|
|
798
|
-
},
|
|
799
|
-
{
|
|
800
|
-
"name": "outlined"
|
|
801
|
-
}
|
|
802
|
-
]
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
"name": "label",
|
|
806
|
-
"description": "The floating label for the field",
|
|
808
|
+
"name": "toggle",
|
|
809
|
+
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
807
810
|
"values": []
|
|
808
811
|
},
|
|
809
812
|
{
|
|
810
|
-
"name": "
|
|
813
|
+
"name": "removable",
|
|
814
|
+
"description": "Add the remove icon",
|
|
811
815
|
"values": []
|
|
812
816
|
},
|
|
813
817
|
{
|
|
814
|
-
"name": "hide-
|
|
818
|
+
"name": "hide-selected-icon",
|
|
819
|
+
"description": "Hide the selected icon",
|
|
815
820
|
"values": []
|
|
816
821
|
},
|
|
817
822
|
{
|
|
818
|
-
"name": "
|
|
819
|
-
"description": "
|
|
823
|
+
"name": "has-leading-icon",
|
|
824
|
+
"description": "Whether the chip has a leading icon or not\n\n_Note:_ Readonly",
|
|
820
825
|
"values": []
|
|
821
826
|
},
|
|
822
827
|
{
|
|
823
|
-
"name": "
|
|
824
|
-
"description": "
|
|
828
|
+
"name": "has-selected-icon",
|
|
829
|
+
"description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
|
|
825
830
|
"values": []
|
|
826
831
|
},
|
|
827
832
|
{
|
|
828
|
-
"name": "
|
|
829
|
-
"description": "Whether the
|
|
833
|
+
"name": "has-trailing-icon",
|
|
834
|
+
"description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
|
|
830
835
|
"values": []
|
|
831
836
|
},
|
|
832
837
|
{
|
|
833
838
|
"name": "disabled",
|
|
839
|
+
"description": "Whether the button is disabled or not.",
|
|
834
840
|
"values": []
|
|
835
841
|
},
|
|
836
842
|
{
|
|
837
|
-
"name": "
|
|
838
|
-
"description": "
|
|
839
|
-
"values": []
|
|
840
|
-
},
|
|
841
|
-
{
|
|
842
|
-
"name": "has-leading-icon",
|
|
843
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
843
|
+
"name": "href",
|
|
844
|
+
"description": "The URL that the link button points to.",
|
|
844
845
|
"values": []
|
|
845
846
|
},
|
|
846
847
|
{
|
|
847
|
-
"name": "
|
|
848
|
-
"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.",
|
|
849
850
|
"values": []
|
|
850
851
|
},
|
|
851
852
|
{
|
|
852
|
-
"name": "
|
|
853
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
853
|
+
"name": "name",
|
|
854
854
|
"values": []
|
|
855
855
|
}
|
|
856
856
|
],
|
|
@@ -883,6 +883,12 @@
|
|
|
883
883
|
"attributes": [],
|
|
884
884
|
"references": []
|
|
885
885
|
},
|
|
886
|
+
{
|
|
887
|
+
"name": "u-icon",
|
|
888
|
+
"description": "\n---\n",
|
|
889
|
+
"attributes": [],
|
|
890
|
+
"references": []
|
|
891
|
+
},
|
|
886
892
|
{
|
|
887
893
|
"name": "u-field",
|
|
888
894
|
"description": "\n---\n",
|
|
@@ -958,7 +964,18 @@
|
|
|
958
964
|
"references": []
|
|
959
965
|
},
|
|
960
966
|
{
|
|
961
|
-
"name": "u-
|
|
967
|
+
"name": "u-list-item",
|
|
968
|
+
"description": "\n---\n",
|
|
969
|
+
"attributes": [
|
|
970
|
+
{
|
|
971
|
+
"name": "selectable",
|
|
972
|
+
"values": []
|
|
973
|
+
}
|
|
974
|
+
],
|
|
975
|
+
"references": []
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
"name": "u-list",
|
|
962
979
|
"description": "\n---\n",
|
|
963
980
|
"attributes": [],
|
|
964
981
|
"references": []
|
|
@@ -1091,23 +1108,6 @@
|
|
|
1091
1108
|
],
|
|
1092
1109
|
"references": []
|
|
1093
1110
|
},
|
|
1094
|
-
{
|
|
1095
|
-
"name": "u-list-item",
|
|
1096
|
-
"description": "\n---\n",
|
|
1097
|
-
"attributes": [
|
|
1098
|
-
{
|
|
1099
|
-
"name": "selectable",
|
|
1100
|
-
"values": []
|
|
1101
|
-
}
|
|
1102
|
-
],
|
|
1103
|
-
"references": []
|
|
1104
|
-
},
|
|
1105
|
-
{
|
|
1106
|
-
"name": "u-list",
|
|
1107
|
-
"description": "\n---\n",
|
|
1108
|
-
"attributes": [],
|
|
1109
|
-
"references": []
|
|
1110
|
-
},
|
|
1111
1111
|
{
|
|
1112
1112
|
"name": "u-drawer-headline",
|
|
1113
1113
|
"description": "\n---\n",
|
|
@@ -1302,74 +1302,46 @@
|
|
|
1302
1302
|
"references": []
|
|
1303
1303
|
},
|
|
1304
1304
|
{
|
|
1305
|
-
"name": "u-
|
|
1305
|
+
"name": "u-search",
|
|
1306
1306
|
"description": "\n---\n",
|
|
1307
1307
|
"attributes": [
|
|
1308
1308
|
{
|
|
1309
|
-
"name": "
|
|
1310
|
-
"values": [
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
{
|
|
1322
|
-
"name": "has-leading-icon",
|
|
1323
|
-
"description": "Whether the menu item has leading icon or not\n\n_Note:_ Readonly",
|
|
1324
|
-
"values": []
|
|
1325
|
-
},
|
|
1326
|
-
{
|
|
1327
|
-
"name": "has-trailing-icon",
|
|
1328
|
-
"description": "Whether the menu item has trailing icon or not\n\n_Note:_ Readonly",
|
|
1329
|
-
"values": []
|
|
1330
|
-
},
|
|
1331
|
-
{
|
|
1332
|
-
"name": "has-badge",
|
|
1333
|
-
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
1334
|
-
"values": []
|
|
1335
|
-
},
|
|
1336
|
-
{
|
|
1337
|
-
"name": "disabled",
|
|
1338
|
-
"description": "Whether the button is disabled or not.",
|
|
1339
|
-
"values": []
|
|
1340
|
-
},
|
|
1341
|
-
{
|
|
1342
|
-
"name": "href",
|
|
1343
|
-
"description": "The URL that the link button points to.",
|
|
1344
|
-
"values": []
|
|
1309
|
+
"name": "position",
|
|
1310
|
+
"values": [
|
|
1311
|
+
{
|
|
1312
|
+
"name": "fixed"
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"name": "absolute"
|
|
1316
|
+
},
|
|
1317
|
+
{
|
|
1318
|
+
"name": "static"
|
|
1319
|
+
}
|
|
1320
|
+
]
|
|
1345
1321
|
},
|
|
1346
1322
|
{
|
|
1347
|
-
"name": "
|
|
1348
|
-
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1323
|
+
"name": "value",
|
|
1349
1324
|
"values": []
|
|
1350
1325
|
},
|
|
1351
1326
|
{
|
|
1352
|
-
"name": "
|
|
1353
|
-
"values": []
|
|
1354
|
-
}
|
|
1355
|
-
],
|
|
1356
|
-
"references": []
|
|
1357
|
-
},
|
|
1358
|
-
{
|
|
1359
|
-
"name": "u-select",
|
|
1360
|
-
"description": "\n---\n",
|
|
1361
|
-
"attributes": [
|
|
1362
|
-
{
|
|
1363
|
-
"name": "menu-positioning",
|
|
1327
|
+
"name": "autocomplete",
|
|
1364
1328
|
"values": [
|
|
1365
1329
|
{
|
|
1366
|
-
"name": "
|
|
1330
|
+
"name": "on"
|
|
1367
1331
|
},
|
|
1368
1332
|
{
|
|
1369
|
-
"name": "
|
|
1333
|
+
"name": "off"
|
|
1370
1334
|
}
|
|
1371
1335
|
]
|
|
1372
1336
|
},
|
|
1337
|
+
{
|
|
1338
|
+
"name": "maxlength",
|
|
1339
|
+
"values": []
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"name": "role",
|
|
1343
|
+
"values": []
|
|
1344
|
+
},
|
|
1373
1345
|
{
|
|
1374
1346
|
"name": "placeholder",
|
|
1375
1347
|
"values": []
|
|
@@ -1441,46 +1413,74 @@
|
|
|
1441
1413
|
"references": []
|
|
1442
1414
|
},
|
|
1443
1415
|
{
|
|
1444
|
-
"name": "u-
|
|
1416
|
+
"name": "u-option",
|
|
1445
1417
|
"description": "\n---\n",
|
|
1446
1418
|
"attributes": [
|
|
1447
1419
|
{
|
|
1448
|
-
"name": "
|
|
1449
|
-
"values": [
|
|
1450
|
-
{
|
|
1451
|
-
"name": "fixed"
|
|
1452
|
-
},
|
|
1453
|
-
{
|
|
1454
|
-
"name": "absolute"
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"name": "static"
|
|
1458
|
-
}
|
|
1459
|
-
]
|
|
1420
|
+
"name": "value",
|
|
1421
|
+
"values": []
|
|
1460
1422
|
},
|
|
1461
1423
|
{
|
|
1462
|
-
"name": "
|
|
1424
|
+
"name": "selected",
|
|
1463
1425
|
"values": []
|
|
1464
1426
|
},
|
|
1465
1427
|
{
|
|
1466
|
-
"name": "
|
|
1467
|
-
"
|
|
1468
|
-
|
|
1469
|
-
"name": "on"
|
|
1470
|
-
},
|
|
1471
|
-
{
|
|
1472
|
-
"name": "off"
|
|
1473
|
-
}
|
|
1474
|
-
]
|
|
1428
|
+
"name": "active",
|
|
1429
|
+
"description": "Force show focus ring",
|
|
1430
|
+
"values": []
|
|
1475
1431
|
},
|
|
1476
1432
|
{
|
|
1477
|
-
"name": "
|
|
1433
|
+
"name": "has-leading-icon",
|
|
1434
|
+
"description": "Whether the menu item has leading icon or not\n\n_Note:_ Readonly",
|
|
1478
1435
|
"values": []
|
|
1479
1436
|
},
|
|
1480
1437
|
{
|
|
1481
|
-
"name": "
|
|
1438
|
+
"name": "has-trailing-icon",
|
|
1439
|
+
"description": "Whether the menu item has trailing icon or not\n\n_Note:_ Readonly",
|
|
1440
|
+
"values": []
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"name": "has-badge",
|
|
1444
|
+
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
1445
|
+
"values": []
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"name": "disabled",
|
|
1449
|
+
"description": "Whether the button is disabled or not.",
|
|
1482
1450
|
"values": []
|
|
1483
1451
|
},
|
|
1452
|
+
{
|
|
1453
|
+
"name": "href",
|
|
1454
|
+
"description": "The URL that the link button points to.",
|
|
1455
|
+
"values": []
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"name": "target",
|
|
1459
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1460
|
+
"values": []
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"name": "name",
|
|
1464
|
+
"values": []
|
|
1465
|
+
}
|
|
1466
|
+
],
|
|
1467
|
+
"references": []
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"name": "u-select",
|
|
1471
|
+
"description": "\n---\n",
|
|
1472
|
+
"attributes": [
|
|
1473
|
+
{
|
|
1474
|
+
"name": "menu-positioning",
|
|
1475
|
+
"values": [
|
|
1476
|
+
{
|
|
1477
|
+
"name": "relative"
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"name": "fixed"
|
|
1481
|
+
}
|
|
1482
|
+
]
|
|
1483
|
+
},
|
|
1484
1484
|
{
|
|
1485
1485
|
"name": "placeholder",
|
|
1486
1486
|
"values": []
|