@universal-material/web 3.6.19 → 3.6.20
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 +9240 -9231
- package/package.json +1 -1
- package/select/option.d.ts +1 -0
- package/select/option.d.ts.map +1 -1
- package/select/option.js +6 -0
- package/select/option.js.map +1 -1
- package/select/select.d.ts.map +1 -1
- package/select/select.js +3 -0
- package/select/select.js.map +1 -1
- package/vscode.html-custom-data.json +294 -294
|
@@ -63,6 +63,84 @@
|
|
|
63
63
|
],
|
|
64
64
|
"references": []
|
|
65
65
|
},
|
|
66
|
+
{
|
|
67
|
+
"name": "u-button-field",
|
|
68
|
+
"description": "\n---\n",
|
|
69
|
+
"attributes": [
|
|
70
|
+
{
|
|
71
|
+
"name": "value",
|
|
72
|
+
"values": []
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "placeholder",
|
|
76
|
+
"values": []
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "variant",
|
|
80
|
+
"values": [
|
|
81
|
+
{
|
|
82
|
+
"name": "filled"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "outlined"
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "label",
|
|
91
|
+
"description": "The floating label for the field",
|
|
92
|
+
"values": []
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "counter",
|
|
96
|
+
"values": []
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "hide-counter",
|
|
100
|
+
"values": []
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "supporting-text",
|
|
104
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
105
|
+
"values": []
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "error-text",
|
|
109
|
+
"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`",
|
|
110
|
+
"values": []
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "empty",
|
|
114
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
115
|
+
"values": []
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name": "disabled",
|
|
119
|
+
"values": []
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "invalid",
|
|
123
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
124
|
+
"values": []
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "has-leading-icon",
|
|
128
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
129
|
+
"values": []
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "has-trailing-icon",
|
|
133
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
134
|
+
"values": []
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "has-error-text",
|
|
138
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
139
|
+
"values": []
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"references": []
|
|
143
|
+
},
|
|
66
144
|
{
|
|
67
145
|
"name": "u-button-set",
|
|
68
146
|
"description": "\n---\n",
|
|
@@ -506,161 +584,151 @@
|
|
|
506
584
|
"references": []
|
|
507
585
|
},
|
|
508
586
|
{
|
|
509
|
-
"name": "u-
|
|
510
|
-
"description": "\n---\n",
|
|
587
|
+
"name": "u-calendar",
|
|
588
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
511
589
|
"attributes": [
|
|
512
590
|
{
|
|
513
|
-
"name": "
|
|
591
|
+
"name": "value",
|
|
514
592
|
"values": []
|
|
515
|
-
}
|
|
516
|
-
],
|
|
517
|
-
"references": []
|
|
518
|
-
},
|
|
519
|
-
{
|
|
520
|
-
"name": "u-card-media",
|
|
521
|
-
"description": "\n---\n",
|
|
522
|
-
"attributes": [
|
|
593
|
+
},
|
|
523
594
|
{
|
|
524
|
-
"name": "
|
|
595
|
+
"name": "dateOutsideMonth",
|
|
596
|
+
"values": []
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"name": "locale",
|
|
525
600
|
"values": []
|
|
526
601
|
}
|
|
527
602
|
],
|
|
528
603
|
"references": []
|
|
529
604
|
},
|
|
530
605
|
{
|
|
531
|
-
"name": "u-
|
|
532
|
-
"description": "\n---\n",
|
|
606
|
+
"name": "u-range-calendar",
|
|
607
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
533
608
|
"attributes": [
|
|
534
609
|
{
|
|
535
|
-
"name": "
|
|
536
|
-
"
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
"name": "outlined"
|
|
546
|
-
}
|
|
547
|
-
]
|
|
610
|
+
"name": "value",
|
|
611
|
+
"values": []
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"name": "dateOutsideMonth",
|
|
615
|
+
"values": []
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"name": "locale",
|
|
619
|
+
"values": []
|
|
548
620
|
}
|
|
549
621
|
],
|
|
550
622
|
"references": []
|
|
551
623
|
},
|
|
552
624
|
{
|
|
553
|
-
"name": "u-
|
|
625
|
+
"name": "u-checkbox-list-item",
|
|
554
626
|
"description": "\n---\n",
|
|
555
627
|
"attributes": [
|
|
556
628
|
{
|
|
557
|
-
"name": "
|
|
629
|
+
"name": "leading",
|
|
558
630
|
"values": []
|
|
559
631
|
},
|
|
560
632
|
{
|
|
561
|
-
"name": "
|
|
633
|
+
"name": "hide-state-layer",
|
|
562
634
|
"values": []
|
|
563
635
|
},
|
|
564
636
|
{
|
|
565
|
-
"name": "
|
|
566
|
-
"values": [
|
|
567
|
-
{
|
|
568
|
-
"name": "filled"
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
"name": "outlined"
|
|
572
|
-
}
|
|
573
|
-
]
|
|
574
|
-
},
|
|
575
|
-
{
|
|
576
|
-
"name": "label",
|
|
577
|
-
"description": "The floating label for the field",
|
|
637
|
+
"name": "indeterminate",
|
|
578
638
|
"values": []
|
|
579
639
|
},
|
|
580
640
|
{
|
|
581
|
-
"name": "
|
|
641
|
+
"name": "name",
|
|
582
642
|
"values": []
|
|
583
643
|
},
|
|
584
644
|
{
|
|
585
|
-
"name": "
|
|
645
|
+
"name": "disabled",
|
|
586
646
|
"values": []
|
|
587
647
|
},
|
|
588
648
|
{
|
|
589
|
-
"name": "
|
|
590
|
-
"description": "
|
|
649
|
+
"name": "value",
|
|
650
|
+
"description": "The element value to use in form submission when checked.",
|
|
591
651
|
"values": []
|
|
592
652
|
},
|
|
593
653
|
{
|
|
594
|
-
"name": "
|
|
595
|
-
"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`",
|
|
654
|
+
"name": "checked",
|
|
596
655
|
"values": []
|
|
597
|
-
}
|
|
656
|
+
}
|
|
657
|
+
],
|
|
658
|
+
"references": []
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"name": "u-checkbox",
|
|
662
|
+
"description": "\n---\n",
|
|
663
|
+
"attributes": [
|
|
598
664
|
{
|
|
599
|
-
"name": "
|
|
600
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
665
|
+
"name": "hide-state-layer",
|
|
601
666
|
"values": []
|
|
602
667
|
},
|
|
603
668
|
{
|
|
604
|
-
"name": "
|
|
669
|
+
"name": "indeterminate",
|
|
605
670
|
"values": []
|
|
606
671
|
},
|
|
607
672
|
{
|
|
608
|
-
"name": "
|
|
609
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
673
|
+
"name": "name",
|
|
610
674
|
"values": []
|
|
611
675
|
},
|
|
612
676
|
{
|
|
613
|
-
"name": "
|
|
614
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
677
|
+
"name": "disabled",
|
|
615
678
|
"values": []
|
|
616
679
|
},
|
|
617
680
|
{
|
|
618
|
-
"name": "
|
|
619
|
-
"description": "
|
|
681
|
+
"name": "value",
|
|
682
|
+
"description": "The element value to use in form submission when checked.",
|
|
620
683
|
"values": []
|
|
621
684
|
},
|
|
622
685
|
{
|
|
623
|
-
"name": "
|
|
624
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
686
|
+
"name": "checked",
|
|
625
687
|
"values": []
|
|
626
688
|
}
|
|
627
689
|
],
|
|
628
690
|
"references": []
|
|
629
691
|
},
|
|
630
692
|
{
|
|
631
|
-
"name": "u-
|
|
632
|
-
"description": "\n---\n
|
|
693
|
+
"name": "u-card-content",
|
|
694
|
+
"description": "\n---\n",
|
|
633
695
|
"attributes": [
|
|
634
696
|
{
|
|
635
|
-
"name": "
|
|
636
|
-
"values": []
|
|
637
|
-
},
|
|
638
|
-
{
|
|
639
|
-
"name": "dateOutsideMonth",
|
|
640
|
-
"values": []
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
"name": "locale",
|
|
697
|
+
"name": "has-content",
|
|
644
698
|
"values": []
|
|
645
699
|
}
|
|
646
700
|
],
|
|
647
701
|
"references": []
|
|
648
702
|
},
|
|
649
703
|
{
|
|
650
|
-
"name": "u-
|
|
651
|
-
"description": "\n---\n
|
|
704
|
+
"name": "u-card-media",
|
|
705
|
+
"description": "\n---\n",
|
|
652
706
|
"attributes": [
|
|
653
707
|
{
|
|
654
|
-
"name": "
|
|
655
|
-
"values": []
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
"name": "dateOutsideMonth",
|
|
708
|
+
"name": "wide",
|
|
659
709
|
"values": []
|
|
660
|
-
}
|
|
710
|
+
}
|
|
711
|
+
],
|
|
712
|
+
"references": []
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"name": "u-card",
|
|
716
|
+
"description": "\n---\n",
|
|
717
|
+
"attributes": [
|
|
661
718
|
{
|
|
662
|
-
"name": "
|
|
663
|
-
"
|
|
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
|
+
]
|
|
664
732
|
}
|
|
665
733
|
],
|
|
666
734
|
"references": []
|
|
@@ -742,74 +810,6 @@
|
|
|
742
810
|
],
|
|
743
811
|
"references": []
|
|
744
812
|
},
|
|
745
|
-
{
|
|
746
|
-
"name": "u-checkbox-list-item",
|
|
747
|
-
"description": "\n---\n",
|
|
748
|
-
"attributes": [
|
|
749
|
-
{
|
|
750
|
-
"name": "leading",
|
|
751
|
-
"values": []
|
|
752
|
-
},
|
|
753
|
-
{
|
|
754
|
-
"name": "hide-state-layer",
|
|
755
|
-
"values": []
|
|
756
|
-
},
|
|
757
|
-
{
|
|
758
|
-
"name": "indeterminate",
|
|
759
|
-
"values": []
|
|
760
|
-
},
|
|
761
|
-
{
|
|
762
|
-
"name": "name",
|
|
763
|
-
"values": []
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
"name": "disabled",
|
|
767
|
-
"values": []
|
|
768
|
-
},
|
|
769
|
-
{
|
|
770
|
-
"name": "value",
|
|
771
|
-
"description": "The element value to use in form submission when checked.",
|
|
772
|
-
"values": []
|
|
773
|
-
},
|
|
774
|
-
{
|
|
775
|
-
"name": "checked",
|
|
776
|
-
"values": []
|
|
777
|
-
}
|
|
778
|
-
],
|
|
779
|
-
"references": []
|
|
780
|
-
},
|
|
781
|
-
{
|
|
782
|
-
"name": "u-checkbox",
|
|
783
|
-
"description": "\n---\n",
|
|
784
|
-
"attributes": [
|
|
785
|
-
{
|
|
786
|
-
"name": "hide-state-layer",
|
|
787
|
-
"values": []
|
|
788
|
-
},
|
|
789
|
-
{
|
|
790
|
-
"name": "indeterminate",
|
|
791
|
-
"values": []
|
|
792
|
-
},
|
|
793
|
-
{
|
|
794
|
-
"name": "name",
|
|
795
|
-
"values": []
|
|
796
|
-
},
|
|
797
|
-
{
|
|
798
|
-
"name": "disabled",
|
|
799
|
-
"values": []
|
|
800
|
-
},
|
|
801
|
-
{
|
|
802
|
-
"name": "value",
|
|
803
|
-
"description": "The element value to use in form submission when checked.",
|
|
804
|
-
"values": []
|
|
805
|
-
},
|
|
806
|
-
{
|
|
807
|
-
"name": "checked",
|
|
808
|
-
"values": []
|
|
809
|
-
}
|
|
810
|
-
],
|
|
811
|
-
"references": []
|
|
812
|
-
},
|
|
813
813
|
{
|
|
814
814
|
"name": "u-chip-field",
|
|
815
815
|
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
@@ -871,24 +871,65 @@
|
|
|
871
871
|
"values": []
|
|
872
872
|
},
|
|
873
873
|
{
|
|
874
|
-
"name": "invalid",
|
|
875
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
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
|
+
],
|
|
894
|
+
"references": []
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"name": "u-datepicker",
|
|
898
|
+
"description": "\n---\n",
|
|
899
|
+
"attributes": [],
|
|
900
|
+
"references": []
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"name": "u-elevation",
|
|
904
|
+
"description": "\n---\n",
|
|
905
|
+
"attributes": [],
|
|
906
|
+
"references": []
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"name": "u-dialog",
|
|
910
|
+
"description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
|
|
911
|
+
"attributes": [
|
|
912
|
+
{
|
|
913
|
+
"name": "open",
|
|
876
914
|
"values": []
|
|
877
915
|
},
|
|
878
916
|
{
|
|
879
|
-
"name": "has-
|
|
880
|
-
"description": "Whether
|
|
917
|
+
"name": "has-headline",
|
|
918
|
+
"description": "Whether dialog has headline or not\n\n_Note:_ Readonly",
|
|
881
919
|
"values": []
|
|
882
920
|
},
|
|
883
921
|
{
|
|
884
|
-
"name": "has-
|
|
885
|
-
"description": "Whether
|
|
922
|
+
"name": "has-icon",
|
|
923
|
+
"description": "Whether dialog has icon\n\n_Note:_ Readonly",
|
|
886
924
|
"values": []
|
|
887
925
|
},
|
|
888
926
|
{
|
|
889
|
-
"name": "
|
|
890
|
-
"
|
|
891
|
-
|
|
927
|
+
"name": "scrollContainer",
|
|
928
|
+
"values": [
|
|
929
|
+
{
|
|
930
|
+
"name": "HTMLElement"
|
|
931
|
+
}
|
|
932
|
+
]
|
|
892
933
|
}
|
|
893
934
|
],
|
|
894
935
|
"references": []
|
|
@@ -968,48 +1009,24 @@
|
|
|
968
1009
|
"references": []
|
|
969
1010
|
},
|
|
970
1011
|
{
|
|
971
|
-
"name": "u-
|
|
1012
|
+
"name": "u-icon",
|
|
972
1013
|
"description": "\n---\n",
|
|
973
1014
|
"attributes": [],
|
|
974
1015
|
"references": []
|
|
975
1016
|
},
|
|
976
1017
|
{
|
|
977
|
-
"name": "u-
|
|
978
|
-
"description": "\n---\n
|
|
1018
|
+
"name": "u-list-item",
|
|
1019
|
+
"description": "\n---\n",
|
|
979
1020
|
"attributes": [
|
|
980
1021
|
{
|
|
981
|
-
"name": "
|
|
982
|
-
"values": []
|
|
983
|
-
},
|
|
984
|
-
{
|
|
985
|
-
"name": "has-headline",
|
|
986
|
-
"description": "Whether dialog has headline or not\n\n_Note:_ Readonly",
|
|
987
|
-
"values": []
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"name": "has-icon",
|
|
991
|
-
"description": "Whether dialog has icon\n\n_Note:_ Readonly",
|
|
1022
|
+
"name": "selectable",
|
|
992
1023
|
"values": []
|
|
993
|
-
},
|
|
994
|
-
{
|
|
995
|
-
"name": "scrollContainer",
|
|
996
|
-
"values": [
|
|
997
|
-
{
|
|
998
|
-
"name": "HTMLElement"
|
|
999
|
-
}
|
|
1000
|
-
]
|
|
1001
1024
|
}
|
|
1002
1025
|
],
|
|
1003
1026
|
"references": []
|
|
1004
1027
|
},
|
|
1005
1028
|
{
|
|
1006
|
-
"name": "u-
|
|
1007
|
-
"description": "\n---\n",
|
|
1008
|
-
"attributes": [],
|
|
1009
|
-
"references": []
|
|
1010
|
-
},
|
|
1011
|
-
{
|
|
1012
|
-
"name": "u-icon",
|
|
1029
|
+
"name": "u-list",
|
|
1013
1030
|
"description": "\n---\n",
|
|
1014
1031
|
"attributes": [],
|
|
1015
1032
|
"references": []
|
|
@@ -1130,60 +1147,6 @@
|
|
|
1130
1147
|
],
|
|
1131
1148
|
"references": []
|
|
1132
1149
|
},
|
|
1133
|
-
{
|
|
1134
|
-
"name": "u-overflow-menu-item",
|
|
1135
|
-
"description": "\n---\n",
|
|
1136
|
-
"attributes": [
|
|
1137
|
-
{
|
|
1138
|
-
"name": "label",
|
|
1139
|
-
"values": []
|
|
1140
|
-
},
|
|
1141
|
-
{
|
|
1142
|
-
"name": "collapse",
|
|
1143
|
-
"values": [
|
|
1144
|
-
{
|
|
1145
|
-
"name": "auto"
|
|
1146
|
-
},
|
|
1147
|
-
{
|
|
1148
|
-
"name": "always"
|
|
1149
|
-
}
|
|
1150
|
-
]
|
|
1151
|
-
}
|
|
1152
|
-
],
|
|
1153
|
-
"references": []
|
|
1154
|
-
},
|
|
1155
|
-
{
|
|
1156
|
-
"name": "u-overflow-menu",
|
|
1157
|
-
"description": "\n---\n",
|
|
1158
|
-
"attributes": [
|
|
1159
|
-
{
|
|
1160
|
-
"name": "anchor",
|
|
1161
|
-
"values": [
|
|
1162
|
-
{
|
|
1163
|
-
"name": "HTMLElement"
|
|
1164
|
-
}
|
|
1165
|
-
]
|
|
1166
|
-
}
|
|
1167
|
-
],
|
|
1168
|
-
"references": []
|
|
1169
|
-
},
|
|
1170
|
-
{
|
|
1171
|
-
"name": "u-list-item",
|
|
1172
|
-
"description": "\n---\n",
|
|
1173
|
-
"attributes": [
|
|
1174
|
-
{
|
|
1175
|
-
"name": "selectable",
|
|
1176
|
-
"values": []
|
|
1177
|
-
}
|
|
1178
|
-
],
|
|
1179
|
-
"references": []
|
|
1180
|
-
},
|
|
1181
|
-
{
|
|
1182
|
-
"name": "u-list",
|
|
1183
|
-
"description": "\n---\n",
|
|
1184
|
-
"attributes": [],
|
|
1185
|
-
"references": []
|
|
1186
|
-
},
|
|
1187
1150
|
{
|
|
1188
1151
|
"name": "u-drawer-headline",
|
|
1189
1152
|
"description": "\n---\n",
|
|
@@ -1244,6 +1207,43 @@
|
|
|
1244
1207
|
],
|
|
1245
1208
|
"references": []
|
|
1246
1209
|
},
|
|
1210
|
+
{
|
|
1211
|
+
"name": "u-overflow-menu-item",
|
|
1212
|
+
"description": "\n---\n",
|
|
1213
|
+
"attributes": [
|
|
1214
|
+
{
|
|
1215
|
+
"name": "label",
|
|
1216
|
+
"values": []
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"name": "collapse",
|
|
1220
|
+
"values": [
|
|
1221
|
+
{
|
|
1222
|
+
"name": "auto"
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"name": "always"
|
|
1226
|
+
}
|
|
1227
|
+
]
|
|
1228
|
+
}
|
|
1229
|
+
],
|
|
1230
|
+
"references": []
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"name": "u-overflow-menu",
|
|
1234
|
+
"description": "\n---\n",
|
|
1235
|
+
"attributes": [
|
|
1236
|
+
{
|
|
1237
|
+
"name": "anchor",
|
|
1238
|
+
"values": [
|
|
1239
|
+
{
|
|
1240
|
+
"name": "HTMLElement"
|
|
1241
|
+
}
|
|
1242
|
+
]
|
|
1243
|
+
}
|
|
1244
|
+
],
|
|
1245
|
+
"references": []
|
|
1246
|
+
},
|
|
1247
1247
|
{
|
|
1248
1248
|
"name": "u-circular-progress",
|
|
1249
1249
|
"description": "\n---\n",
|
|
@@ -1603,58 +1603,6 @@
|
|
|
1603
1603
|
],
|
|
1604
1604
|
"references": []
|
|
1605
1605
|
},
|
|
1606
|
-
{
|
|
1607
|
-
"name": "u-switch-list-item",
|
|
1608
|
-
"description": "\n---\n",
|
|
1609
|
-
"attributes": [
|
|
1610
|
-
{
|
|
1611
|
-
"name": "leading",
|
|
1612
|
-
"values": []
|
|
1613
|
-
},
|
|
1614
|
-
{
|
|
1615
|
-
"name": "name",
|
|
1616
|
-
"values": []
|
|
1617
|
-
},
|
|
1618
|
-
{
|
|
1619
|
-
"name": "disabled",
|
|
1620
|
-
"values": []
|
|
1621
|
-
},
|
|
1622
|
-
{
|
|
1623
|
-
"name": "value",
|
|
1624
|
-
"description": "The element value to use in form submission when checked.",
|
|
1625
|
-
"values": []
|
|
1626
|
-
},
|
|
1627
|
-
{
|
|
1628
|
-
"name": "checked",
|
|
1629
|
-
"values": []
|
|
1630
|
-
}
|
|
1631
|
-
],
|
|
1632
|
-
"references": []
|
|
1633
|
-
},
|
|
1634
|
-
{
|
|
1635
|
-
"name": "u-switch",
|
|
1636
|
-
"description": "\n---\n",
|
|
1637
|
-
"attributes": [
|
|
1638
|
-
{
|
|
1639
|
-
"name": "name",
|
|
1640
|
-
"values": []
|
|
1641
|
-
},
|
|
1642
|
-
{
|
|
1643
|
-
"name": "disabled",
|
|
1644
|
-
"values": []
|
|
1645
|
-
},
|
|
1646
|
-
{
|
|
1647
|
-
"name": "value",
|
|
1648
|
-
"description": "The element value to use in form submission when checked.",
|
|
1649
|
-
"values": []
|
|
1650
|
-
},
|
|
1651
|
-
{
|
|
1652
|
-
"name": "checked",
|
|
1653
|
-
"values": []
|
|
1654
|
-
}
|
|
1655
|
-
],
|
|
1656
|
-
"references": []
|
|
1657
|
-
},
|
|
1658
1606
|
{
|
|
1659
1607
|
"name": "u-tab-bar",
|
|
1660
1608
|
"description": "\n---\n",
|
|
@@ -1921,6 +1869,58 @@
|
|
|
1921
1869
|
],
|
|
1922
1870
|
"references": []
|
|
1923
1871
|
},
|
|
1872
|
+
{
|
|
1873
|
+
"name": "u-switch-list-item",
|
|
1874
|
+
"description": "\n---\n",
|
|
1875
|
+
"attributes": [
|
|
1876
|
+
{
|
|
1877
|
+
"name": "leading",
|
|
1878
|
+
"values": []
|
|
1879
|
+
},
|
|
1880
|
+
{
|
|
1881
|
+
"name": "name",
|
|
1882
|
+
"values": []
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"name": "disabled",
|
|
1886
|
+
"values": []
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
"name": "value",
|
|
1890
|
+
"description": "The element value to use in form submission when checked.",
|
|
1891
|
+
"values": []
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"name": "checked",
|
|
1895
|
+
"values": []
|
|
1896
|
+
}
|
|
1897
|
+
],
|
|
1898
|
+
"references": []
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
"name": "u-switch",
|
|
1902
|
+
"description": "\n---\n",
|
|
1903
|
+
"attributes": [
|
|
1904
|
+
{
|
|
1905
|
+
"name": "name",
|
|
1906
|
+
"values": []
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"name": "disabled",
|
|
1910
|
+
"values": []
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"name": "value",
|
|
1914
|
+
"description": "The element value to use in form submission when checked.",
|
|
1915
|
+
"values": []
|
|
1916
|
+
},
|
|
1917
|
+
{
|
|
1918
|
+
"name": "checked",
|
|
1919
|
+
"values": []
|
|
1920
|
+
}
|
|
1921
|
+
],
|
|
1922
|
+
"references": []
|
|
1923
|
+
},
|
|
1924
1924
|
{
|
|
1925
1925
|
"name": "u-highlight",
|
|
1926
1926
|
"description": "\n---\n",
|