@universal-material/web 3.3.13 → 3.3.15
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 +2715 -2686
- package/menu/menu.d.ts +1 -0
- package/menu/menu.d.ts.map +1 -1
- package/menu/menu.js +24 -3
- package/menu/menu.js.map +1 -1
- package/package.json +1 -1
- package/select/select.js +1 -1
- package/select/select.js.map +1 -1
- package/vscode.html-custom-data.json +379 -371
|
@@ -66,17 +66,6 @@
|
|
|
66
66
|
],
|
|
67
67
|
"references": []
|
|
68
68
|
},
|
|
69
|
-
{
|
|
70
|
-
"name": "u-badge",
|
|
71
|
-
"description": "\n---\n",
|
|
72
|
-
"attributes": [
|
|
73
|
-
{
|
|
74
|
-
"name": "static",
|
|
75
|
-
"values": []
|
|
76
|
-
}
|
|
77
|
-
],
|
|
78
|
-
"references": []
|
|
79
|
-
},
|
|
80
69
|
{
|
|
81
70
|
"name": "u-button-set",
|
|
82
71
|
"description": "\n---\n",
|
|
@@ -454,38 +443,11 @@
|
|
|
454
443
|
"references": []
|
|
455
444
|
},
|
|
456
445
|
{
|
|
457
|
-
"name": "u-
|
|
458
|
-
"description": "\n---\n
|
|
459
|
-
"attributes": [
|
|
460
|
-
{
|
|
461
|
-
"name": "value",
|
|
462
|
-
"values": []
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
"name": "dateOutsideMonth",
|
|
466
|
-
"values": []
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"name": "locale",
|
|
470
|
-
"values": []
|
|
471
|
-
}
|
|
472
|
-
],
|
|
473
|
-
"references": []
|
|
474
|
-
},
|
|
475
|
-
{
|
|
476
|
-
"name": "u-range-calendar",
|
|
477
|
-
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
446
|
+
"name": "u-badge",
|
|
447
|
+
"description": "\n---\n",
|
|
478
448
|
"attributes": [
|
|
479
449
|
{
|
|
480
|
-
"name": "
|
|
481
|
-
"values": []
|
|
482
|
-
},
|
|
483
|
-
{
|
|
484
|
-
"name": "dateOutsideMonth",
|
|
485
|
-
"values": []
|
|
486
|
-
},
|
|
487
|
-
{
|
|
488
|
-
"name": "locale",
|
|
450
|
+
"name": "static",
|
|
489
451
|
"values": []
|
|
490
452
|
}
|
|
491
453
|
],
|
|
@@ -569,6 +531,50 @@
|
|
|
569
531
|
],
|
|
570
532
|
"references": []
|
|
571
533
|
},
|
|
534
|
+
{
|
|
535
|
+
"name": "u-card-content",
|
|
536
|
+
"description": "\n---\n",
|
|
537
|
+
"attributes": [
|
|
538
|
+
{
|
|
539
|
+
"name": "has-content",
|
|
540
|
+
"values": []
|
|
541
|
+
}
|
|
542
|
+
],
|
|
543
|
+
"references": []
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"name": "u-card-media",
|
|
547
|
+
"description": "\n---\n",
|
|
548
|
+
"attributes": [
|
|
549
|
+
{
|
|
550
|
+
"name": "wide",
|
|
551
|
+
"values": []
|
|
552
|
+
}
|
|
553
|
+
],
|
|
554
|
+
"references": []
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"name": "u-card",
|
|
558
|
+
"description": "\n---\n",
|
|
559
|
+
"attributes": [
|
|
560
|
+
{
|
|
561
|
+
"name": "variant",
|
|
562
|
+
"description": "The Card variant to render.",
|
|
563
|
+
"values": [
|
|
564
|
+
{
|
|
565
|
+
"name": "filled"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"name": "elevated"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"name": "outlined"
|
|
572
|
+
}
|
|
573
|
+
]
|
|
574
|
+
}
|
|
575
|
+
],
|
|
576
|
+
"references": []
|
|
577
|
+
},
|
|
572
578
|
{
|
|
573
579
|
"name": "u-checkbox-list-item",
|
|
574
580
|
"description": "\n---\n",
|
|
@@ -637,6 +643,127 @@
|
|
|
637
643
|
],
|
|
638
644
|
"references": []
|
|
639
645
|
},
|
|
646
|
+
{
|
|
647
|
+
"name": "u-calendar",
|
|
648
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
649
|
+
"attributes": [
|
|
650
|
+
{
|
|
651
|
+
"name": "value",
|
|
652
|
+
"values": []
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"name": "dateOutsideMonth",
|
|
656
|
+
"values": []
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"name": "locale",
|
|
660
|
+
"values": []
|
|
661
|
+
}
|
|
662
|
+
],
|
|
663
|
+
"references": []
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"name": "u-range-calendar",
|
|
667
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
668
|
+
"attributes": [
|
|
669
|
+
{
|
|
670
|
+
"name": "value",
|
|
671
|
+
"values": []
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"name": "dateOutsideMonth",
|
|
675
|
+
"values": []
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"name": "locale",
|
|
679
|
+
"values": []
|
|
680
|
+
}
|
|
681
|
+
],
|
|
682
|
+
"references": []
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"name": "u-chip-field",
|
|
686
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
687
|
+
"attributes": [
|
|
688
|
+
{
|
|
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",
|
|
703
|
+
"values": [
|
|
704
|
+
{
|
|
705
|
+
"name": "filled"
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"name": "outlined"
|
|
709
|
+
}
|
|
710
|
+
]
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"name": "label",
|
|
714
|
+
"description": "The floating label for the field",
|
|
715
|
+
"values": []
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"name": "counter",
|
|
719
|
+
"values": []
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"name": "hide-counter",
|
|
723
|
+
"values": []
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"name": "supporting-text",
|
|
727
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
728
|
+
"values": []
|
|
729
|
+
},
|
|
730
|
+
{
|
|
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`",
|
|
733
|
+
"values": []
|
|
734
|
+
},
|
|
735
|
+
{
|
|
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.",
|
|
738
|
+
"values": []
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"name": "disabled",
|
|
742
|
+
"values": []
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"name": "invalid",
|
|
746
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
747
|
+
"values": []
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"name": "has-leading-icon",
|
|
751
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
752
|
+
"values": []
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"name": "has-trailing-icon",
|
|
756
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
757
|
+
"values": []
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"name": "has-error-text",
|
|
761
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
762
|
+
"values": []
|
|
763
|
+
}
|
|
764
|
+
],
|
|
765
|
+
"references": []
|
|
766
|
+
},
|
|
640
767
|
{
|
|
641
768
|
"name": "u-chip-set",
|
|
642
769
|
"description": "\n---\n",
|
|
@@ -730,20 +857,44 @@
|
|
|
730
857
|
"references": []
|
|
731
858
|
},
|
|
732
859
|
{
|
|
733
|
-
"name": "u-
|
|
734
|
-
"description": "\n---\n
|
|
860
|
+
"name": "u-elevation",
|
|
861
|
+
"description": "\n---\n",
|
|
862
|
+
"attributes": [],
|
|
863
|
+
"references": []
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"name": "u-dialog",
|
|
867
|
+
"description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
|
|
735
868
|
"attributes": [
|
|
736
869
|
{
|
|
737
|
-
"name": "
|
|
870
|
+
"name": "open",
|
|
738
871
|
"values": []
|
|
739
872
|
},
|
|
740
873
|
{
|
|
741
|
-
"name": "
|
|
742
|
-
"description": "
|
|
874
|
+
"name": "has-headline",
|
|
875
|
+
"description": "Whether dialog has headline or not\n\n_Note:_ Readonly",
|
|
743
876
|
"values": []
|
|
744
877
|
},
|
|
745
878
|
{
|
|
746
|
-
"name": "
|
|
879
|
+
"name": "has-icon",
|
|
880
|
+
"description": "Whether dialog has icon\n\n_Note:_ Readonly",
|
|
881
|
+
"values": []
|
|
882
|
+
}
|
|
883
|
+
],
|
|
884
|
+
"references": []
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"name": "u-icon",
|
|
888
|
+
"description": "\n---\n",
|
|
889
|
+
"attributes": [],
|
|
890
|
+
"references": []
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"name": "u-field",
|
|
894
|
+
"description": "\n---\n",
|
|
895
|
+
"attributes": [
|
|
896
|
+
{
|
|
897
|
+
"name": "autoEmpty",
|
|
747
898
|
"values": []
|
|
748
899
|
},
|
|
749
900
|
{
|
|
@@ -813,169 +964,39 @@
|
|
|
813
964
|
"references": []
|
|
814
965
|
},
|
|
815
966
|
{
|
|
816
|
-
"name": "u-
|
|
967
|
+
"name": "u-list-item",
|
|
817
968
|
"description": "\n---\n",
|
|
818
969
|
"attributes": [
|
|
819
970
|
{
|
|
820
|
-
"name": "
|
|
971
|
+
"name": "selectable",
|
|
821
972
|
"values": []
|
|
822
973
|
}
|
|
823
974
|
],
|
|
824
975
|
"references": []
|
|
825
976
|
},
|
|
826
977
|
{
|
|
827
|
-
"name": "u-
|
|
828
|
-
"description": "\n---\n",
|
|
829
|
-
"attributes": [
|
|
830
|
-
{
|
|
831
|
-
"name": "wide",
|
|
832
|
-
"values": []
|
|
833
|
-
}
|
|
834
|
-
],
|
|
835
|
-
"references": []
|
|
836
|
-
},
|
|
837
|
-
{
|
|
838
|
-
"name": "u-card",
|
|
839
|
-
"description": "\n---\n",
|
|
840
|
-
"attributes": [
|
|
841
|
-
{
|
|
842
|
-
"name": "variant",
|
|
843
|
-
"description": "The Card variant to render.",
|
|
844
|
-
"values": [
|
|
845
|
-
{
|
|
846
|
-
"name": "filled"
|
|
847
|
-
},
|
|
848
|
-
{
|
|
849
|
-
"name": "elevated"
|
|
850
|
-
},
|
|
851
|
-
{
|
|
852
|
-
"name": "outlined"
|
|
853
|
-
}
|
|
854
|
-
]
|
|
855
|
-
}
|
|
856
|
-
],
|
|
857
|
-
"references": []
|
|
858
|
-
},
|
|
859
|
-
{
|
|
860
|
-
"name": "u-dialog",
|
|
861
|
-
"description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
|
|
862
|
-
"attributes": [
|
|
863
|
-
{
|
|
864
|
-
"name": "open",
|
|
865
|
-
"values": []
|
|
866
|
-
},
|
|
867
|
-
{
|
|
868
|
-
"name": "has-headline",
|
|
869
|
-
"description": "Whether dialog has headline or not\n\n_Note:_ Readonly",
|
|
870
|
-
"values": []
|
|
871
|
-
},
|
|
872
|
-
{
|
|
873
|
-
"name": "has-icon",
|
|
874
|
-
"description": "Whether dialog has icon\n\n_Note:_ Readonly",
|
|
875
|
-
"values": []
|
|
876
|
-
}
|
|
877
|
-
],
|
|
878
|
-
"references": []
|
|
879
|
-
},
|
|
880
|
-
{
|
|
881
|
-
"name": "u-elevation",
|
|
882
|
-
"description": "\n---\n",
|
|
883
|
-
"attributes": [],
|
|
884
|
-
"references": []
|
|
885
|
-
},
|
|
886
|
-
{
|
|
887
|
-
"name": "u-icon",
|
|
978
|
+
"name": "u-list",
|
|
888
979
|
"description": "\n---\n",
|
|
889
980
|
"attributes": [],
|
|
890
981
|
"references": []
|
|
891
982
|
},
|
|
892
983
|
{
|
|
893
|
-
"name": "u-
|
|
984
|
+
"name": "u-overflow-menu-item",
|
|
894
985
|
"description": "\n---\n",
|
|
895
986
|
"attributes": [
|
|
896
|
-
{
|
|
897
|
-
"name": "autoEmpty",
|
|
898
|
-
"values": []
|
|
899
|
-
},
|
|
900
|
-
{
|
|
901
|
-
"name": "variant",
|
|
902
|
-
"values": [
|
|
903
|
-
{
|
|
904
|
-
"name": "filled"
|
|
905
|
-
},
|
|
906
|
-
{
|
|
907
|
-
"name": "outlined"
|
|
908
|
-
}
|
|
909
|
-
]
|
|
910
|
-
},
|
|
911
987
|
{
|
|
912
988
|
"name": "label",
|
|
913
|
-
"description": "The floating label for the field",
|
|
914
|
-
"values": []
|
|
915
|
-
},
|
|
916
|
-
{
|
|
917
|
-
"name": "counter",
|
|
918
989
|
"values": []
|
|
919
990
|
},
|
|
920
991
|
{
|
|
921
|
-
"name": "
|
|
922
|
-
"values": []
|
|
923
|
-
},
|
|
924
|
-
{
|
|
925
|
-
"name": "supporting-text",
|
|
926
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
927
|
-
"values": []
|
|
928
|
-
},
|
|
929
|
-
{
|
|
930
|
-
"name": "error-text",
|
|
931
|
-
"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`",
|
|
932
|
-
"values": []
|
|
933
|
-
},
|
|
934
|
-
{
|
|
935
|
-
"name": "empty",
|
|
936
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
937
|
-
"values": []
|
|
938
|
-
},
|
|
939
|
-
{
|
|
940
|
-
"name": "disabled",
|
|
941
|
-
"values": []
|
|
942
|
-
},
|
|
943
|
-
{
|
|
944
|
-
"name": "invalid",
|
|
945
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
946
|
-
"values": []
|
|
947
|
-
},
|
|
948
|
-
{
|
|
949
|
-
"name": "has-leading-icon",
|
|
950
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
951
|
-
"values": []
|
|
952
|
-
},
|
|
953
|
-
{
|
|
954
|
-
"name": "has-trailing-icon",
|
|
955
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
956
|
-
"values": []
|
|
957
|
-
},
|
|
958
|
-
{
|
|
959
|
-
"name": "has-error-text",
|
|
960
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
961
|
-
"values": []
|
|
962
|
-
}
|
|
963
|
-
],
|
|
964
|
-
"references": []
|
|
965
|
-
},
|
|
966
|
-
{
|
|
967
|
-
"name": "u-list-item",
|
|
968
|
-
"description": "\n---\n",
|
|
969
|
-
"attributes": [
|
|
970
|
-
{
|
|
971
|
-
"name": "selectable",
|
|
992
|
+
"name": "priority",
|
|
972
993
|
"values": []
|
|
973
994
|
}
|
|
974
995
|
],
|
|
975
996
|
"references": []
|
|
976
997
|
},
|
|
977
998
|
{
|
|
978
|
-
"name": "u-
|
|
999
|
+
"name": "u-overflow-menu",
|
|
979
1000
|
"description": "\n---\n",
|
|
980
1001
|
"attributes": [],
|
|
981
1002
|
"references": []
|
|
@@ -1030,6 +1051,14 @@
|
|
|
1030
1051
|
"name": "u-menu",
|
|
1031
1052
|
"description": "\n---\n",
|
|
1032
1053
|
"attributes": [
|
|
1054
|
+
{
|
|
1055
|
+
"name": "autoclose",
|
|
1056
|
+
"values": [
|
|
1057
|
+
{
|
|
1058
|
+
"name": "outside"
|
|
1059
|
+
}
|
|
1060
|
+
]
|
|
1061
|
+
},
|
|
1033
1062
|
{
|
|
1034
1063
|
"name": "open",
|
|
1035
1064
|
"description": "Opens the menu and makes it visible. Alternative to the `.show()`, `.close()` and `.toggle()` methods",
|
|
@@ -1101,24 +1130,93 @@
|
|
|
1101
1130
|
"references": []
|
|
1102
1131
|
},
|
|
1103
1132
|
{
|
|
1104
|
-
"name": "u-
|
|
1133
|
+
"name": "u-circular-progress",
|
|
1105
1134
|
"description": "\n---\n",
|
|
1106
1135
|
"attributes": [
|
|
1107
1136
|
{
|
|
1108
|
-
"name": "
|
|
1137
|
+
"name": "value",
|
|
1109
1138
|
"values": []
|
|
1110
1139
|
},
|
|
1111
1140
|
{
|
|
1112
|
-
"name": "
|
|
1141
|
+
"name": "max",
|
|
1113
1142
|
"values": []
|
|
1114
1143
|
}
|
|
1115
1144
|
],
|
|
1116
1145
|
"references": []
|
|
1117
1146
|
},
|
|
1118
1147
|
{
|
|
1119
|
-
"name": "u-
|
|
1148
|
+
"name": "u-progress-bar",
|
|
1120
1149
|
"description": "\n---\n",
|
|
1121
|
-
"attributes": [
|
|
1150
|
+
"attributes": [
|
|
1151
|
+
{
|
|
1152
|
+
"name": "value",
|
|
1153
|
+
"values": []
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
"name": "max",
|
|
1157
|
+
"values": []
|
|
1158
|
+
}
|
|
1159
|
+
],
|
|
1160
|
+
"references": []
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"name": "u-radio-list-item",
|
|
1164
|
+
"description": "\n---\n",
|
|
1165
|
+
"attributes": [
|
|
1166
|
+
{
|
|
1167
|
+
"name": "leading",
|
|
1168
|
+
"values": []
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"name": "hide-state-layer",
|
|
1172
|
+
"values": []
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"name": "name",
|
|
1176
|
+
"values": []
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"name": "disabled",
|
|
1180
|
+
"values": []
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"name": "value",
|
|
1184
|
+
"description": "The element value to use in form submission when checked.",
|
|
1185
|
+
"values": []
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
"name": "checked",
|
|
1189
|
+
"values": []
|
|
1190
|
+
}
|
|
1191
|
+
],
|
|
1192
|
+
"references": []
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"name": "u-radio",
|
|
1196
|
+
"description": "\n---\n",
|
|
1197
|
+
"attributes": [
|
|
1198
|
+
{
|
|
1199
|
+
"name": "hide-state-layer",
|
|
1200
|
+
"values": []
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"name": "name",
|
|
1204
|
+
"values": []
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"name": "disabled",
|
|
1208
|
+
"values": []
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"name": "value",
|
|
1212
|
+
"description": "The element value to use in form submission when checked.",
|
|
1213
|
+
"values": []
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
"name": "checked",
|
|
1217
|
+
"values": []
|
|
1218
|
+
}
|
|
1219
|
+
],
|
|
1122
1220
|
"references": []
|
|
1123
1221
|
},
|
|
1124
1222
|
{
|
|
@@ -1192,7 +1290,7 @@
|
|
|
1192
1290
|
"references": []
|
|
1193
1291
|
},
|
|
1194
1292
|
{
|
|
1195
|
-
"name": "u-
|
|
1293
|
+
"name": "u-option",
|
|
1196
1294
|
"description": "\n---\n",
|
|
1197
1295
|
"attributes": [
|
|
1198
1296
|
{
|
|
@@ -1200,128 +1298,66 @@
|
|
|
1200
1298
|
"values": []
|
|
1201
1299
|
},
|
|
1202
1300
|
{
|
|
1203
|
-
"name": "
|
|
1204
|
-
"values": []
|
|
1205
|
-
}
|
|
1206
|
-
],
|
|
1207
|
-
"references": []
|
|
1208
|
-
},
|
|
1209
|
-
{
|
|
1210
|
-
"name": "u-progress-bar",
|
|
1211
|
-
"description": "\n---\n",
|
|
1212
|
-
"attributes": [
|
|
1213
|
-
{
|
|
1214
|
-
"name": "value",
|
|
1301
|
+
"name": "selected",
|
|
1215
1302
|
"values": []
|
|
1216
1303
|
},
|
|
1217
1304
|
{
|
|
1218
|
-
"name": "
|
|
1305
|
+
"name": "active",
|
|
1306
|
+
"description": "Force show focus ring",
|
|
1219
1307
|
"values": []
|
|
1220
|
-
}
|
|
1221
|
-
],
|
|
1222
|
-
"references": []
|
|
1223
|
-
},
|
|
1224
|
-
{
|
|
1225
|
-
"name": "u-radio-list-item",
|
|
1226
|
-
"description": "\n---\n",
|
|
1227
|
-
"attributes": [
|
|
1308
|
+
},
|
|
1228
1309
|
{
|
|
1229
|
-
"name": "leading",
|
|
1310
|
+
"name": "has-leading-icon",
|
|
1311
|
+
"description": "Whether the menu item has leading icon or not\n\n_Note:_ Readonly",
|
|
1230
1312
|
"values": []
|
|
1231
1313
|
},
|
|
1232
1314
|
{
|
|
1233
|
-
"name": "
|
|
1315
|
+
"name": "has-trailing-icon",
|
|
1316
|
+
"description": "Whether the menu item has trailing icon or not\n\n_Note:_ Readonly",
|
|
1234
1317
|
"values": []
|
|
1235
1318
|
},
|
|
1236
1319
|
{
|
|
1237
|
-
"name": "
|
|
1320
|
+
"name": "has-badge",
|
|
1321
|
+
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
1238
1322
|
"values": []
|
|
1239
1323
|
},
|
|
1240
1324
|
{
|
|
1241
1325
|
"name": "disabled",
|
|
1326
|
+
"description": "Whether the button is disabled or not.",
|
|
1242
1327
|
"values": []
|
|
1243
1328
|
},
|
|
1244
1329
|
{
|
|
1245
|
-
"name": "
|
|
1246
|
-
"description": "The
|
|
1330
|
+
"name": "href",
|
|
1331
|
+
"description": "The URL that the link button points to.",
|
|
1247
1332
|
"values": []
|
|
1248
1333
|
},
|
|
1249
1334
|
{
|
|
1250
|
-
"name": "
|
|
1251
|
-
"
|
|
1252
|
-
}
|
|
1253
|
-
],
|
|
1254
|
-
"references": []
|
|
1255
|
-
},
|
|
1256
|
-
{
|
|
1257
|
-
"name": "u-radio",
|
|
1258
|
-
"description": "\n---\n",
|
|
1259
|
-
"attributes": [
|
|
1260
|
-
{
|
|
1261
|
-
"name": "hide-state-layer",
|
|
1335
|
+
"name": "target",
|
|
1336
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1262
1337
|
"values": []
|
|
1263
1338
|
},
|
|
1264
1339
|
{
|
|
1265
1340
|
"name": "name",
|
|
1266
1341
|
"values": []
|
|
1267
|
-
},
|
|
1268
|
-
{
|
|
1269
|
-
"name": "disabled",
|
|
1270
|
-
"values": []
|
|
1271
|
-
},
|
|
1272
|
-
{
|
|
1273
|
-
"name": "value",
|
|
1274
|
-
"description": "The element value to use in form submission when checked.",
|
|
1275
|
-
"values": []
|
|
1276
|
-
},
|
|
1277
|
-
{
|
|
1278
|
-
"name": "checked",
|
|
1279
|
-
"values": []
|
|
1280
1342
|
}
|
|
1281
1343
|
],
|
|
1282
1344
|
"references": []
|
|
1283
1345
|
},
|
|
1284
1346
|
{
|
|
1285
|
-
"name": "u-
|
|
1347
|
+
"name": "u-select",
|
|
1286
1348
|
"description": "\n---\n",
|
|
1287
1349
|
"attributes": [
|
|
1288
1350
|
{
|
|
1289
|
-
"name": "
|
|
1290
|
-
"values": [
|
|
1291
|
-
{
|
|
1292
|
-
"name": "fixed"
|
|
1293
|
-
},
|
|
1294
|
-
{
|
|
1295
|
-
"name": "absolute"
|
|
1296
|
-
},
|
|
1297
|
-
{
|
|
1298
|
-
"name": "static"
|
|
1299
|
-
}
|
|
1300
|
-
]
|
|
1301
|
-
},
|
|
1302
|
-
{
|
|
1303
|
-
"name": "value",
|
|
1304
|
-
"values": []
|
|
1305
|
-
},
|
|
1306
|
-
{
|
|
1307
|
-
"name": "autocomplete",
|
|
1351
|
+
"name": "menu-positioning",
|
|
1308
1352
|
"values": [
|
|
1309
1353
|
{
|
|
1310
|
-
"name": "
|
|
1354
|
+
"name": "relative"
|
|
1311
1355
|
},
|
|
1312
1356
|
{
|
|
1313
|
-
"name": "
|
|
1357
|
+
"name": "fixed"
|
|
1314
1358
|
}
|
|
1315
1359
|
]
|
|
1316
1360
|
},
|
|
1317
|
-
{
|
|
1318
|
-
"name": "maxlength",
|
|
1319
|
-
"values": []
|
|
1320
|
-
},
|
|
1321
|
-
{
|
|
1322
|
-
"name": "role",
|
|
1323
|
-
"values": []
|
|
1324
|
-
},
|
|
1325
1361
|
{
|
|
1326
1362
|
"name": "placeholder",
|
|
1327
1363
|
"values": []
|
|
@@ -1405,74 +1441,46 @@
|
|
|
1405
1441
|
"references": []
|
|
1406
1442
|
},
|
|
1407
1443
|
{
|
|
1408
|
-
"name": "u-
|
|
1444
|
+
"name": "u-search",
|
|
1409
1445
|
"description": "\n---\n",
|
|
1410
1446
|
"attributes": [
|
|
1411
1447
|
{
|
|
1412
|
-
"name": "
|
|
1413
|
-
"values": [
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
{
|
|
1425
|
-
"name": "has-leading-icon",
|
|
1426
|
-
"description": "Whether the menu item has leading icon or not\n\n_Note:_ Readonly",
|
|
1427
|
-
"values": []
|
|
1428
|
-
},
|
|
1429
|
-
{
|
|
1430
|
-
"name": "has-trailing-icon",
|
|
1431
|
-
"description": "Whether the menu item has trailing icon or not\n\n_Note:_ Readonly",
|
|
1432
|
-
"values": []
|
|
1433
|
-
},
|
|
1434
|
-
{
|
|
1435
|
-
"name": "has-badge",
|
|
1436
|
-
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
1437
|
-
"values": []
|
|
1438
|
-
},
|
|
1439
|
-
{
|
|
1440
|
-
"name": "disabled",
|
|
1441
|
-
"description": "Whether the button is disabled or not.",
|
|
1442
|
-
"values": []
|
|
1443
|
-
},
|
|
1444
|
-
{
|
|
1445
|
-
"name": "href",
|
|
1446
|
-
"description": "The URL that the link button points to.",
|
|
1447
|
-
"values": []
|
|
1448
|
+
"name": "position",
|
|
1449
|
+
"values": [
|
|
1450
|
+
{
|
|
1451
|
+
"name": "fixed"
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"name": "absolute"
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"name": "static"
|
|
1458
|
+
}
|
|
1459
|
+
]
|
|
1448
1460
|
},
|
|
1449
1461
|
{
|
|
1450
|
-
"name": "
|
|
1451
|
-
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1462
|
+
"name": "value",
|
|
1452
1463
|
"values": []
|
|
1453
1464
|
},
|
|
1454
1465
|
{
|
|
1455
|
-
"name": "
|
|
1456
|
-
"values": []
|
|
1457
|
-
}
|
|
1458
|
-
],
|
|
1459
|
-
"references": []
|
|
1460
|
-
},
|
|
1461
|
-
{
|
|
1462
|
-
"name": "u-select",
|
|
1463
|
-
"description": "\n---\n",
|
|
1464
|
-
"attributes": [
|
|
1465
|
-
{
|
|
1466
|
-
"name": "menu-positioning",
|
|
1466
|
+
"name": "autocomplete",
|
|
1467
1467
|
"values": [
|
|
1468
1468
|
{
|
|
1469
|
-
"name": "
|
|
1469
|
+
"name": "on"
|
|
1470
1470
|
},
|
|
1471
1471
|
{
|
|
1472
|
-
"name": "
|
|
1472
|
+
"name": "off"
|
|
1473
1473
|
}
|
|
1474
1474
|
]
|
|
1475
1475
|
},
|
|
1476
|
+
{
|
|
1477
|
+
"name": "maxlength",
|
|
1478
|
+
"values": []
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"name": "role",
|
|
1482
|
+
"values": []
|
|
1483
|
+
},
|
|
1476
1484
|
{
|
|
1477
1485
|
"name": "placeholder",
|
|
1478
1486
|
"values": []
|
|
@@ -1614,54 +1622,6 @@
|
|
|
1614
1622
|
],
|
|
1615
1623
|
"references": []
|
|
1616
1624
|
},
|
|
1617
|
-
{
|
|
1618
|
-
"name": "u-tab-bar",
|
|
1619
|
-
"description": "\n---\n",
|
|
1620
|
-
"attributes": [
|
|
1621
|
-
{
|
|
1622
|
-
"name": "variant",
|
|
1623
|
-
"values": [
|
|
1624
|
-
{
|
|
1625
|
-
"name": "primary"
|
|
1626
|
-
},
|
|
1627
|
-
{
|
|
1628
|
-
"name": "secondary"
|
|
1629
|
-
}
|
|
1630
|
-
]
|
|
1631
|
-
}
|
|
1632
|
-
],
|
|
1633
|
-
"references": []
|
|
1634
|
-
},
|
|
1635
|
-
{
|
|
1636
|
-
"name": "u-tab",
|
|
1637
|
-
"description": "\n---\n",
|
|
1638
|
-
"attributes": [
|
|
1639
|
-
{
|
|
1640
|
-
"name": "hasIcon",
|
|
1641
|
-
"values": []
|
|
1642
|
-
},
|
|
1643
|
-
{
|
|
1644
|
-
"name": "disabled",
|
|
1645
|
-
"description": "Whether the button is disabled or not.",
|
|
1646
|
-
"values": []
|
|
1647
|
-
},
|
|
1648
|
-
{
|
|
1649
|
-
"name": "href",
|
|
1650
|
-
"description": "The URL that the link button points to.",
|
|
1651
|
-
"values": []
|
|
1652
|
-
},
|
|
1653
|
-
{
|
|
1654
|
-
"name": "target",
|
|
1655
|
-
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1656
|
-
"values": []
|
|
1657
|
-
},
|
|
1658
|
-
{
|
|
1659
|
-
"name": "name",
|
|
1660
|
-
"values": []
|
|
1661
|
-
}
|
|
1662
|
-
],
|
|
1663
|
-
"references": []
|
|
1664
|
-
},
|
|
1665
1625
|
{
|
|
1666
1626
|
"name": "u-text-area",
|
|
1667
1627
|
"description": "\n---\n",
|
|
@@ -1763,6 +1723,54 @@
|
|
|
1763
1723
|
],
|
|
1764
1724
|
"references": []
|
|
1765
1725
|
},
|
|
1726
|
+
{
|
|
1727
|
+
"name": "u-tab-bar",
|
|
1728
|
+
"description": "\n---\n",
|
|
1729
|
+
"attributes": [
|
|
1730
|
+
{
|
|
1731
|
+
"name": "variant",
|
|
1732
|
+
"values": [
|
|
1733
|
+
{
|
|
1734
|
+
"name": "primary"
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"name": "secondary"
|
|
1738
|
+
}
|
|
1739
|
+
]
|
|
1740
|
+
}
|
|
1741
|
+
],
|
|
1742
|
+
"references": []
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
"name": "u-tab",
|
|
1746
|
+
"description": "\n---\n",
|
|
1747
|
+
"attributes": [
|
|
1748
|
+
{
|
|
1749
|
+
"name": "hasIcon",
|
|
1750
|
+
"values": []
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
"name": "disabled",
|
|
1754
|
+
"description": "Whether the button is disabled or not.",
|
|
1755
|
+
"values": []
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
"name": "href",
|
|
1759
|
+
"description": "The URL that the link button points to.",
|
|
1760
|
+
"values": []
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"name": "target",
|
|
1764
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1765
|
+
"values": []
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"name": "name",
|
|
1769
|
+
"values": []
|
|
1770
|
+
}
|
|
1771
|
+
],
|
|
1772
|
+
"references": []
|
|
1773
|
+
},
|
|
1766
1774
|
{
|
|
1767
1775
|
"name": "u-text-field",
|
|
1768
1776
|
"description": "\n---\n",
|