@universal-material/web 3.6.17 → 3.6.19
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 +2389 -2382
- package/overflow-menu/overflow-menu-item.d.ts +2 -0
- package/overflow-menu/overflow-menu-item.d.ts.map +1 -1
- package/overflow-menu/overflow-menu-item.js +14 -0
- package/overflow-menu/overflow-menu-item.js.map +1 -1
- package/package.json +1 -1
- package/vscode.html-custom-data.json +335 -335
|
@@ -52,6 +52,17 @@
|
|
|
52
52
|
],
|
|
53
53
|
"references": []
|
|
54
54
|
},
|
|
55
|
+
{
|
|
56
|
+
"name": "u-badge",
|
|
57
|
+
"description": "\n---\n",
|
|
58
|
+
"attributes": [
|
|
59
|
+
{
|
|
60
|
+
"name": "static",
|
|
61
|
+
"values": []
|
|
62
|
+
}
|
|
63
|
+
],
|
|
64
|
+
"references": []
|
|
65
|
+
},
|
|
55
66
|
{
|
|
56
67
|
"name": "u-button-set",
|
|
57
68
|
"description": "\n---\n",
|
|
@@ -495,16 +506,49 @@
|
|
|
495
506
|
"references": []
|
|
496
507
|
},
|
|
497
508
|
{
|
|
498
|
-
"name": "u-
|
|
509
|
+
"name": "u-card-content",
|
|
499
510
|
"description": "\n---\n",
|
|
500
511
|
"attributes": [
|
|
501
512
|
{
|
|
502
|
-
"name": "
|
|
513
|
+
"name": "has-content",
|
|
514
|
+
"values": []
|
|
515
|
+
}
|
|
516
|
+
],
|
|
517
|
+
"references": []
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"name": "u-card-media",
|
|
521
|
+
"description": "\n---\n",
|
|
522
|
+
"attributes": [
|
|
523
|
+
{
|
|
524
|
+
"name": "wide",
|
|
503
525
|
"values": []
|
|
504
526
|
}
|
|
505
527
|
],
|
|
506
528
|
"references": []
|
|
507
529
|
},
|
|
530
|
+
{
|
|
531
|
+
"name": "u-card",
|
|
532
|
+
"description": "\n---\n",
|
|
533
|
+
"attributes": [
|
|
534
|
+
{
|
|
535
|
+
"name": "variant",
|
|
536
|
+
"description": "The Card variant to render.",
|
|
537
|
+
"values": [
|
|
538
|
+
{
|
|
539
|
+
"name": "filled"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"name": "elevated"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"name": "outlined"
|
|
546
|
+
}
|
|
547
|
+
]
|
|
548
|
+
}
|
|
549
|
+
],
|
|
550
|
+
"references": []
|
|
551
|
+
},
|
|
508
552
|
{
|
|
509
553
|
"name": "u-button-field",
|
|
510
554
|
"description": "\n---\n",
|
|
@@ -621,6 +665,83 @@
|
|
|
621
665
|
],
|
|
622
666
|
"references": []
|
|
623
667
|
},
|
|
668
|
+
{
|
|
669
|
+
"name": "u-chip-set",
|
|
670
|
+
"description": "\n---\n",
|
|
671
|
+
"attributes": [
|
|
672
|
+
{
|
|
673
|
+
"name": "alignment",
|
|
674
|
+
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
675
|
+
"values": [
|
|
676
|
+
{
|
|
677
|
+
"name": "start"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"name": "center"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"name": "end"
|
|
684
|
+
}
|
|
685
|
+
]
|
|
686
|
+
}
|
|
687
|
+
],
|
|
688
|
+
"references": []
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"name": "u-chip",
|
|
692
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
693
|
+
"attributes": [
|
|
694
|
+
{
|
|
695
|
+
"name": "selected",
|
|
696
|
+
"description": "Whether the chip is selected or not",
|
|
697
|
+
"values": []
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"name": "clickable",
|
|
701
|
+
"values": []
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"name": "elevated",
|
|
705
|
+
"description": "Adds elevation to the chip",
|
|
706
|
+
"values": []
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"name": "toggle",
|
|
710
|
+
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
711
|
+
"values": []
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"name": "removable",
|
|
715
|
+
"description": "Add the remove icon",
|
|
716
|
+
"values": []
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"name": "hide-selected-icon",
|
|
720
|
+
"description": "Hide the selected icon",
|
|
721
|
+
"values": []
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"name": "disabled",
|
|
725
|
+
"description": "Whether the button is disabled or not.",
|
|
726
|
+
"values": []
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"name": "href",
|
|
730
|
+
"description": "The URL that the link button points to.",
|
|
731
|
+
"values": []
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"name": "target",
|
|
735
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
736
|
+
"values": []
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"name": "name",
|
|
740
|
+
"values": []
|
|
741
|
+
}
|
|
742
|
+
],
|
|
743
|
+
"references": []
|
|
744
|
+
},
|
|
624
745
|
{
|
|
625
746
|
"name": "u-checkbox-list-item",
|
|
626
747
|
"description": "\n---\n",
|
|
@@ -690,141 +811,94 @@
|
|
|
690
811
|
"references": []
|
|
691
812
|
},
|
|
692
813
|
{
|
|
693
|
-
"name": "u-
|
|
694
|
-
"description": "\n---\n",
|
|
814
|
+
"name": "u-chip-field",
|
|
815
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
695
816
|
"attributes": [
|
|
696
817
|
{
|
|
697
|
-
"name": "
|
|
818
|
+
"name": "name",
|
|
698
819
|
"values": []
|
|
699
|
-
}
|
|
700
|
-
],
|
|
701
|
-
"references": []
|
|
702
|
-
},
|
|
703
|
-
{
|
|
704
|
-
"name": "u-card-media",
|
|
705
|
-
"description": "\n---\n",
|
|
706
|
-
"attributes": [
|
|
820
|
+
},
|
|
707
821
|
{
|
|
708
|
-
"name": "
|
|
822
|
+
"name": "manual",
|
|
823
|
+
"description": "If true, ignore enter key input",
|
|
709
824
|
"values": []
|
|
710
|
-
}
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
"name": "u-card",
|
|
716
|
-
"description": "\n---\n",
|
|
717
|
-
"attributes": [
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"name": "placeholder",
|
|
828
|
+
"values": []
|
|
829
|
+
},
|
|
718
830
|
{
|
|
719
831
|
"name": "variant",
|
|
720
|
-
"description": "The Card variant to render.",
|
|
721
832
|
"values": [
|
|
722
833
|
{
|
|
723
834
|
"name": "filled"
|
|
724
835
|
},
|
|
725
|
-
{
|
|
726
|
-
"name": "elevated"
|
|
727
|
-
},
|
|
728
836
|
{
|
|
729
837
|
"name": "outlined"
|
|
730
838
|
}
|
|
731
839
|
]
|
|
732
|
-
}
|
|
733
|
-
],
|
|
734
|
-
"references": []
|
|
735
|
-
},
|
|
736
|
-
{
|
|
737
|
-
"name": "u-chip-set",
|
|
738
|
-
"description": "\n---\n",
|
|
739
|
-
"attributes": [
|
|
740
|
-
{
|
|
741
|
-
"name": "alignment",
|
|
742
|
-
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
743
|
-
"values": [
|
|
744
|
-
{
|
|
745
|
-
"name": "start"
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"name": "center"
|
|
749
|
-
},
|
|
750
|
-
{
|
|
751
|
-
"name": "end"
|
|
752
|
-
}
|
|
753
|
-
]
|
|
754
|
-
}
|
|
755
|
-
],
|
|
756
|
-
"references": []
|
|
757
|
-
},
|
|
758
|
-
{
|
|
759
|
-
"name": "u-chip",
|
|
760
|
-
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
761
|
-
"attributes": [
|
|
840
|
+
},
|
|
762
841
|
{
|
|
763
|
-
"name": "
|
|
764
|
-
"description": "
|
|
842
|
+
"name": "label",
|
|
843
|
+
"description": "The floating label for the field",
|
|
765
844
|
"values": []
|
|
766
845
|
},
|
|
767
846
|
{
|
|
768
|
-
"name": "
|
|
847
|
+
"name": "counter",
|
|
769
848
|
"values": []
|
|
770
849
|
},
|
|
771
850
|
{
|
|
772
|
-
"name": "
|
|
773
|
-
"description": "Adds elevation to the chip",
|
|
851
|
+
"name": "hide-counter",
|
|
774
852
|
"values": []
|
|
775
853
|
},
|
|
776
854
|
{
|
|
777
|
-
"name": "
|
|
778
|
-
"description": "
|
|
855
|
+
"name": "supporting-text",
|
|
856
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
779
857
|
"values": []
|
|
780
858
|
},
|
|
781
859
|
{
|
|
782
|
-
"name": "
|
|
783
|
-
"description": "
|
|
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`",
|
|
784
862
|
"values": []
|
|
785
863
|
},
|
|
786
864
|
{
|
|
787
|
-
"name": "
|
|
788
|
-
"description": "
|
|
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.",
|
|
789
867
|
"values": []
|
|
790
868
|
},
|
|
791
869
|
{
|
|
792
870
|
"name": "disabled",
|
|
793
|
-
"description": "Whether the button is disabled or not.",
|
|
794
871
|
"values": []
|
|
795
872
|
},
|
|
796
873
|
{
|
|
797
|
-
"name": "
|
|
798
|
-
"description": "
|
|
874
|
+
"name": "invalid",
|
|
875
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
799
876
|
"values": []
|
|
800
877
|
},
|
|
801
878
|
{
|
|
802
|
-
"name": "
|
|
803
|
-
"description": "
|
|
879
|
+
"name": "has-leading-icon",
|
|
880
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
804
881
|
"values": []
|
|
805
882
|
},
|
|
806
883
|
{
|
|
807
|
-
"name": "
|
|
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",
|
|
808
891
|
"values": []
|
|
809
892
|
}
|
|
810
893
|
],
|
|
811
894
|
"references": []
|
|
812
895
|
},
|
|
813
896
|
{
|
|
814
|
-
"name": "u-
|
|
815
|
-
"description": "\n---\n
|
|
897
|
+
"name": "u-field",
|
|
898
|
+
"description": "\n---\n",
|
|
816
899
|
"attributes": [
|
|
817
900
|
{
|
|
818
|
-
"name": "
|
|
819
|
-
"values": []
|
|
820
|
-
},
|
|
821
|
-
{
|
|
822
|
-
"name": "manual",
|
|
823
|
-
"description": "If true, ignore enter key input",
|
|
824
|
-
"values": []
|
|
825
|
-
},
|
|
826
|
-
{
|
|
827
|
-
"name": "placeholder",
|
|
901
|
+
"name": "autoEmpty",
|
|
828
902
|
"values": []
|
|
829
903
|
},
|
|
830
904
|
{
|
|
@@ -894,7 +968,7 @@
|
|
|
894
968
|
"references": []
|
|
895
969
|
},
|
|
896
970
|
{
|
|
897
|
-
"name": "u-
|
|
971
|
+
"name": "u-datepicker",
|
|
898
972
|
"description": "\n---\n",
|
|
899
973
|
"attributes": [],
|
|
900
974
|
"references": []
|
|
@@ -929,7 +1003,7 @@
|
|
|
929
1003
|
"references": []
|
|
930
1004
|
},
|
|
931
1005
|
{
|
|
932
|
-
"name": "u-
|
|
1006
|
+
"name": "u-elevation",
|
|
933
1007
|
"description": "\n---\n",
|
|
934
1008
|
"attributes": [],
|
|
935
1009
|
"references": []
|
|
@@ -941,139 +1015,11 @@
|
|
|
941
1015
|
"references": []
|
|
942
1016
|
},
|
|
943
1017
|
{
|
|
944
|
-
"name": "u-
|
|
1018
|
+
"name": "u-menu-item",
|
|
945
1019
|
"description": "\n---\n",
|
|
946
1020
|
"attributes": [
|
|
947
1021
|
{
|
|
948
|
-
"name": "
|
|
949
|
-
"values": []
|
|
950
|
-
},
|
|
951
|
-
{
|
|
952
|
-
"name": "variant",
|
|
953
|
-
"values": [
|
|
954
|
-
{
|
|
955
|
-
"name": "filled"
|
|
956
|
-
},
|
|
957
|
-
{
|
|
958
|
-
"name": "outlined"
|
|
959
|
-
}
|
|
960
|
-
]
|
|
961
|
-
},
|
|
962
|
-
{
|
|
963
|
-
"name": "label",
|
|
964
|
-
"description": "The floating label for the field",
|
|
965
|
-
"values": []
|
|
966
|
-
},
|
|
967
|
-
{
|
|
968
|
-
"name": "counter",
|
|
969
|
-
"values": []
|
|
970
|
-
},
|
|
971
|
-
{
|
|
972
|
-
"name": "hide-counter",
|
|
973
|
-
"values": []
|
|
974
|
-
},
|
|
975
|
-
{
|
|
976
|
-
"name": "supporting-text",
|
|
977
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
978
|
-
"values": []
|
|
979
|
-
},
|
|
980
|
-
{
|
|
981
|
-
"name": "error-text",
|
|
982
|
-
"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`",
|
|
983
|
-
"values": []
|
|
984
|
-
},
|
|
985
|
-
{
|
|
986
|
-
"name": "empty",
|
|
987
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
988
|
-
"values": []
|
|
989
|
-
},
|
|
990
|
-
{
|
|
991
|
-
"name": "disabled",
|
|
992
|
-
"values": []
|
|
993
|
-
},
|
|
994
|
-
{
|
|
995
|
-
"name": "invalid",
|
|
996
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
997
|
-
"values": []
|
|
998
|
-
},
|
|
999
|
-
{
|
|
1000
|
-
"name": "has-leading-icon",
|
|
1001
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
1002
|
-
"values": []
|
|
1003
|
-
},
|
|
1004
|
-
{
|
|
1005
|
-
"name": "has-trailing-icon",
|
|
1006
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
1007
|
-
"values": []
|
|
1008
|
-
},
|
|
1009
|
-
{
|
|
1010
|
-
"name": "has-error-text",
|
|
1011
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
1012
|
-
"values": []
|
|
1013
|
-
}
|
|
1014
|
-
],
|
|
1015
|
-
"references": []
|
|
1016
|
-
},
|
|
1017
|
-
{
|
|
1018
|
-
"name": "u-list-item",
|
|
1019
|
-
"description": "\n---\n",
|
|
1020
|
-
"attributes": [
|
|
1021
|
-
{
|
|
1022
|
-
"name": "selectable",
|
|
1023
|
-
"values": []
|
|
1024
|
-
}
|
|
1025
|
-
],
|
|
1026
|
-
"references": []
|
|
1027
|
-
},
|
|
1028
|
-
{
|
|
1029
|
-
"name": "u-list",
|
|
1030
|
-
"description": "\n---\n",
|
|
1031
|
-
"attributes": [],
|
|
1032
|
-
"references": []
|
|
1033
|
-
},
|
|
1034
|
-
{
|
|
1035
|
-
"name": "u-overflow-menu-item",
|
|
1036
|
-
"description": "\n---\n",
|
|
1037
|
-
"attributes": [
|
|
1038
|
-
{
|
|
1039
|
-
"name": "label",
|
|
1040
|
-
"values": []
|
|
1041
|
-
},
|
|
1042
|
-
{
|
|
1043
|
-
"name": "collapse",
|
|
1044
|
-
"values": [
|
|
1045
|
-
{
|
|
1046
|
-
"name": "auto"
|
|
1047
|
-
},
|
|
1048
|
-
{
|
|
1049
|
-
"name": "always"
|
|
1050
|
-
}
|
|
1051
|
-
]
|
|
1052
|
-
}
|
|
1053
|
-
],
|
|
1054
|
-
"references": []
|
|
1055
|
-
},
|
|
1056
|
-
{
|
|
1057
|
-
"name": "u-overflow-menu",
|
|
1058
|
-
"description": "\n---\n",
|
|
1059
|
-
"attributes": [
|
|
1060
|
-
{
|
|
1061
|
-
"name": "anchor",
|
|
1062
|
-
"values": [
|
|
1063
|
-
{
|
|
1064
|
-
"name": "HTMLElement"
|
|
1065
|
-
}
|
|
1066
|
-
]
|
|
1067
|
-
}
|
|
1068
|
-
],
|
|
1069
|
-
"references": []
|
|
1070
|
-
},
|
|
1071
|
-
{
|
|
1072
|
-
"name": "u-menu-item",
|
|
1073
|
-
"description": "\n---\n",
|
|
1074
|
-
"attributes": [
|
|
1075
|
-
{
|
|
1076
|
-
"name": "active",
|
|
1022
|
+
"name": "active",
|
|
1077
1023
|
"values": []
|
|
1078
1024
|
},
|
|
1079
1025
|
{
|
|
@@ -1184,6 +1130,60 @@
|
|
|
1184
1130
|
],
|
|
1185
1131
|
"references": []
|
|
1186
1132
|
},
|
|
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
1187
|
{
|
|
1188
1188
|
"name": "u-drawer-headline",
|
|
1189
1189
|
"description": "\n---\n",
|
|
@@ -1245,41 +1245,43 @@
|
|
|
1245
1245
|
"references": []
|
|
1246
1246
|
},
|
|
1247
1247
|
{
|
|
1248
|
-
"name": "u-
|
|
1248
|
+
"name": "u-circular-progress",
|
|
1249
1249
|
"description": "\n---\n",
|
|
1250
1250
|
"attributes": [
|
|
1251
1251
|
{
|
|
1252
|
-
"name": "
|
|
1253
|
-
"values": []
|
|
1254
|
-
},
|
|
1255
|
-
{
|
|
1256
|
-
"name": "hide-state-layer",
|
|
1257
|
-
"values": []
|
|
1258
|
-
},
|
|
1259
|
-
{
|
|
1260
|
-
"name": "name",
|
|
1252
|
+
"name": "value",
|
|
1261
1253
|
"values": []
|
|
1262
1254
|
},
|
|
1263
1255
|
{
|
|
1264
|
-
"name": "
|
|
1256
|
+
"name": "max",
|
|
1265
1257
|
"values": []
|
|
1266
|
-
}
|
|
1258
|
+
}
|
|
1259
|
+
],
|
|
1260
|
+
"references": []
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"name": "u-progress-bar",
|
|
1264
|
+
"description": "\n---\n",
|
|
1265
|
+
"attributes": [
|
|
1267
1266
|
{
|
|
1268
1267
|
"name": "value",
|
|
1269
|
-
"description": "The element value to use in form submission when checked.",
|
|
1270
1268
|
"values": []
|
|
1271
1269
|
},
|
|
1272
1270
|
{
|
|
1273
|
-
"name": "
|
|
1271
|
+
"name": "max",
|
|
1274
1272
|
"values": []
|
|
1275
1273
|
}
|
|
1276
1274
|
],
|
|
1277
1275
|
"references": []
|
|
1278
1276
|
},
|
|
1279
1277
|
{
|
|
1280
|
-
"name": "u-radio",
|
|
1278
|
+
"name": "u-radio-list-item",
|
|
1281
1279
|
"description": "\n---\n",
|
|
1282
1280
|
"attributes": [
|
|
1281
|
+
{
|
|
1282
|
+
"name": "leading",
|
|
1283
|
+
"values": []
|
|
1284
|
+
},
|
|
1283
1285
|
{
|
|
1284
1286
|
"name": "hide-state-layer",
|
|
1285
1287
|
"values": []
|
|
@@ -1305,30 +1307,28 @@
|
|
|
1305
1307
|
"references": []
|
|
1306
1308
|
},
|
|
1307
1309
|
{
|
|
1308
|
-
"name": "u-
|
|
1310
|
+
"name": "u-radio",
|
|
1309
1311
|
"description": "\n---\n",
|
|
1310
1312
|
"attributes": [
|
|
1311
1313
|
{
|
|
1312
|
-
"name": "
|
|
1314
|
+
"name": "hide-state-layer",
|
|
1313
1315
|
"values": []
|
|
1314
1316
|
},
|
|
1315
1317
|
{
|
|
1316
|
-
"name": "
|
|
1318
|
+
"name": "name",
|
|
1317
1319
|
"values": []
|
|
1318
|
-
}
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
"name": "u-progress-bar",
|
|
1324
|
-
"description": "\n---\n",
|
|
1325
|
-
"attributes": [
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"name": "disabled",
|
|
1323
|
+
"values": []
|
|
1324
|
+
},
|
|
1326
1325
|
{
|
|
1327
1326
|
"name": "value",
|
|
1327
|
+
"description": "The element value to use in form submission when checked.",
|
|
1328
1328
|
"values": []
|
|
1329
1329
|
},
|
|
1330
1330
|
{
|
|
1331
|
-
"name": "
|
|
1331
|
+
"name": "checked",
|
|
1332
1332
|
"values": []
|
|
1333
1333
|
}
|
|
1334
1334
|
],
|
|
@@ -1457,77 +1457,6 @@
|
|
|
1457
1457
|
],
|
|
1458
1458
|
"references": []
|
|
1459
1459
|
},
|
|
1460
|
-
{
|
|
1461
|
-
"name": "u-switch-list-item",
|
|
1462
|
-
"description": "\n---\n",
|
|
1463
|
-
"attributes": [
|
|
1464
|
-
{
|
|
1465
|
-
"name": "leading",
|
|
1466
|
-
"values": []
|
|
1467
|
-
},
|
|
1468
|
-
{
|
|
1469
|
-
"name": "name",
|
|
1470
|
-
"values": []
|
|
1471
|
-
},
|
|
1472
|
-
{
|
|
1473
|
-
"name": "disabled",
|
|
1474
|
-
"values": []
|
|
1475
|
-
},
|
|
1476
|
-
{
|
|
1477
|
-
"name": "value",
|
|
1478
|
-
"description": "The element value to use in form submission when checked.",
|
|
1479
|
-
"values": []
|
|
1480
|
-
},
|
|
1481
|
-
{
|
|
1482
|
-
"name": "checked",
|
|
1483
|
-
"values": []
|
|
1484
|
-
}
|
|
1485
|
-
],
|
|
1486
|
-
"references": []
|
|
1487
|
-
},
|
|
1488
|
-
{
|
|
1489
|
-
"name": "u-switch",
|
|
1490
|
-
"description": "\n---\n",
|
|
1491
|
-
"attributes": [
|
|
1492
|
-
{
|
|
1493
|
-
"name": "name",
|
|
1494
|
-
"values": []
|
|
1495
|
-
},
|
|
1496
|
-
{
|
|
1497
|
-
"name": "disabled",
|
|
1498
|
-
"values": []
|
|
1499
|
-
},
|
|
1500
|
-
{
|
|
1501
|
-
"name": "value",
|
|
1502
|
-
"description": "The element value to use in form submission when checked.",
|
|
1503
|
-
"values": []
|
|
1504
|
-
},
|
|
1505
|
-
{
|
|
1506
|
-
"name": "checked",
|
|
1507
|
-
"values": []
|
|
1508
|
-
}
|
|
1509
|
-
],
|
|
1510
|
-
"references": []
|
|
1511
|
-
},
|
|
1512
|
-
{
|
|
1513
|
-
"name": "u-snackbar",
|
|
1514
|
-
"description": "\n---\n",
|
|
1515
|
-
"attributes": [
|
|
1516
|
-
{
|
|
1517
|
-
"name": "message",
|
|
1518
|
-
"values": []
|
|
1519
|
-
},
|
|
1520
|
-
{
|
|
1521
|
-
"name": "action",
|
|
1522
|
-
"values": []
|
|
1523
|
-
},
|
|
1524
|
-
{
|
|
1525
|
-
"name": "show-close",
|
|
1526
|
-
"values": []
|
|
1527
|
-
}
|
|
1528
|
-
],
|
|
1529
|
-
"references": []
|
|
1530
|
-
},
|
|
1531
1460
|
{
|
|
1532
1461
|
"name": "u-option",
|
|
1533
1462
|
"description": "\n---\n",
|
|
@@ -1655,6 +1584,77 @@
|
|
|
1655
1584
|
],
|
|
1656
1585
|
"references": []
|
|
1657
1586
|
},
|
|
1587
|
+
{
|
|
1588
|
+
"name": "u-snackbar",
|
|
1589
|
+
"description": "\n---\n",
|
|
1590
|
+
"attributes": [
|
|
1591
|
+
{
|
|
1592
|
+
"name": "message",
|
|
1593
|
+
"values": []
|
|
1594
|
+
},
|
|
1595
|
+
{
|
|
1596
|
+
"name": "action",
|
|
1597
|
+
"values": []
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"name": "show-close",
|
|
1601
|
+
"values": []
|
|
1602
|
+
}
|
|
1603
|
+
],
|
|
1604
|
+
"references": []
|
|
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
1658
|
{
|
|
1659
1659
|
"name": "u-tab-bar",
|
|
1660
1660
|
"description": "\n---\n",
|
|
@@ -1704,27 +1704,11 @@
|
|
|
1704
1704
|
"references": []
|
|
1705
1705
|
},
|
|
1706
1706
|
{
|
|
1707
|
-
"name": "u-text-
|
|
1707
|
+
"name": "u-text-area",
|
|
1708
1708
|
"description": "\n---\n",
|
|
1709
1709
|
"attributes": [
|
|
1710
1710
|
{
|
|
1711
|
-
"name": "
|
|
1712
|
-
"values": []
|
|
1713
|
-
},
|
|
1714
|
-
{
|
|
1715
|
-
"name": "prefix-text",
|
|
1716
|
-
"values": []
|
|
1717
|
-
},
|
|
1718
|
-
{
|
|
1719
|
-
"name": "suffix-text",
|
|
1720
|
-
"values": []
|
|
1721
|
-
},
|
|
1722
|
-
{
|
|
1723
|
-
"name": "readOnly",
|
|
1724
|
-
"values": []
|
|
1725
|
-
},
|
|
1726
|
-
{
|
|
1727
|
-
"name": "autocapitalize",
|
|
1711
|
+
"name": "rows",
|
|
1728
1712
|
"values": []
|
|
1729
1713
|
},
|
|
1730
1714
|
{
|
|
@@ -1821,11 +1805,27 @@
|
|
|
1821
1805
|
"references": []
|
|
1822
1806
|
},
|
|
1823
1807
|
{
|
|
1824
|
-
"name": "u-text-
|
|
1808
|
+
"name": "u-text-field",
|
|
1825
1809
|
"description": "\n---\n",
|
|
1826
1810
|
"attributes": [
|
|
1827
1811
|
{
|
|
1828
|
-
"name": "
|
|
1812
|
+
"name": "type",
|
|
1813
|
+
"values": []
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
"name": "prefix-text",
|
|
1817
|
+
"values": []
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
"name": "suffix-text",
|
|
1821
|
+
"values": []
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
"name": "readOnly",
|
|
1825
|
+
"values": []
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"name": "autocapitalize",
|
|
1829
1829
|
"values": []
|
|
1830
1830
|
},
|
|
1831
1831
|
{
|