@universal-material/web 3.6.9 → 3.6.10
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/css/universal-material.css +3 -3
- package/css/universal-material.min.css +3 -3
- package/custom-elements.json +9163 -8720
- package/dialog/dialog.d.ts +2 -0
- package/dialog/dialog.d.ts.map +1 -1
- package/dialog/dialog.js +17 -3
- package/dialog/dialog.js.map +1 -1
- package/grid/custom-swap.d.ts +15 -0
- package/grid/custom-swap.d.ts.map +1 -0
- package/grid/custom-swap.js +62 -0
- package/grid/custom-swap.js.map +1 -0
- package/grid/grid-column.d.ts +11 -0
- package/grid/grid-column.d.ts.map +1 -0
- package/grid/grid-column.js +22 -0
- package/grid/grid-column.js.map +1 -0
- package/grid/grid.d.ts +23 -0
- package/grid/grid.d.ts.map +1 -0
- package/grid/grid.js +231 -0
- package/grid/grid.js.map +1 -0
- package/grid/grid.styles.d.ts +2 -0
- package/grid/grid.styles.d.ts.map +1 -0
- package/grid/grid.styles.js +134 -0
- package/grid/grid.styles.js.map +1 -0
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/overflow-menu/overflow-menu.d.ts.map +1 -1
- package/overflow-menu/overflow-menu.js +0 -1
- package/overflow-menu/overflow-menu.js.map +1 -1
- package/package.json +7 -1
- package/scss/utilities/_scheme.scss +2 -2
- package/vscode.html-custom-data.json +347 -309
|
@@ -141,44 +141,6 @@
|
|
|
141
141
|
],
|
|
142
142
|
"references": []
|
|
143
143
|
},
|
|
144
|
-
{
|
|
145
|
-
"name": "u-calendar",
|
|
146
|
-
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
147
|
-
"attributes": [
|
|
148
|
-
{
|
|
149
|
-
"name": "value",
|
|
150
|
-
"values": []
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"name": "dateOutsideMonth",
|
|
154
|
-
"values": []
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"name": "locale",
|
|
158
|
-
"values": []
|
|
159
|
-
}
|
|
160
|
-
],
|
|
161
|
-
"references": []
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"name": "u-range-calendar",
|
|
165
|
-
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
166
|
-
"attributes": [
|
|
167
|
-
{
|
|
168
|
-
"name": "value",
|
|
169
|
-
"values": []
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"name": "dateOutsideMonth",
|
|
173
|
-
"values": []
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"name": "locale",
|
|
177
|
-
"values": []
|
|
178
|
-
}
|
|
179
|
-
],
|
|
180
|
-
"references": []
|
|
181
|
-
},
|
|
182
144
|
{
|
|
183
145
|
"name": "u-button-set",
|
|
184
146
|
"description": "\n---\n",
|
|
@@ -621,6 +583,112 @@
|
|
|
621
583
|
],
|
|
622
584
|
"references": []
|
|
623
585
|
},
|
|
586
|
+
{
|
|
587
|
+
"name": "u-calendar",
|
|
588
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
589
|
+
"attributes": [
|
|
590
|
+
{
|
|
591
|
+
"name": "value",
|
|
592
|
+
"values": []
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"name": "dateOutsideMonth",
|
|
596
|
+
"values": []
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"name": "locale",
|
|
600
|
+
"values": []
|
|
601
|
+
}
|
|
602
|
+
],
|
|
603
|
+
"references": []
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"name": "u-range-calendar",
|
|
607
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
608
|
+
"attributes": [
|
|
609
|
+
{
|
|
610
|
+
"name": "value",
|
|
611
|
+
"values": []
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"name": "dateOutsideMonth",
|
|
615
|
+
"values": []
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"name": "locale",
|
|
619
|
+
"values": []
|
|
620
|
+
}
|
|
621
|
+
],
|
|
622
|
+
"references": []
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"name": "u-checkbox-list-item",
|
|
626
|
+
"description": "\n---\n",
|
|
627
|
+
"attributes": [
|
|
628
|
+
{
|
|
629
|
+
"name": "leading",
|
|
630
|
+
"values": []
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"name": "hide-state-layer",
|
|
634
|
+
"values": []
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"name": "indeterminate",
|
|
638
|
+
"values": []
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"name": "name",
|
|
642
|
+
"values": []
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"name": "disabled",
|
|
646
|
+
"values": []
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"name": "value",
|
|
650
|
+
"description": "The element value to use in form submission when checked.",
|
|
651
|
+
"values": []
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"name": "checked",
|
|
655
|
+
"values": []
|
|
656
|
+
}
|
|
657
|
+
],
|
|
658
|
+
"references": []
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"name": "u-checkbox",
|
|
662
|
+
"description": "\n---\n",
|
|
663
|
+
"attributes": [
|
|
664
|
+
{
|
|
665
|
+
"name": "hide-state-layer",
|
|
666
|
+
"values": []
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"name": "indeterminate",
|
|
670
|
+
"values": []
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"name": "name",
|
|
674
|
+
"values": []
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"name": "disabled",
|
|
678
|
+
"values": []
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"name": "value",
|
|
682
|
+
"description": "The element value to use in form submission when checked.",
|
|
683
|
+
"values": []
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"name": "checked",
|
|
687
|
+
"values": []
|
|
688
|
+
}
|
|
689
|
+
],
|
|
690
|
+
"references": []
|
|
691
|
+
},
|
|
624
692
|
{
|
|
625
693
|
"name": "u-card-content",
|
|
626
694
|
"description": "\n---\n",
|
|
@@ -666,55 +734,59 @@
|
|
|
666
734
|
"references": []
|
|
667
735
|
},
|
|
668
736
|
{
|
|
669
|
-
"name": "u-
|
|
670
|
-
"description": "\n---\n",
|
|
737
|
+
"name": "u-chip-field",
|
|
738
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
671
739
|
"attributes": [
|
|
672
740
|
{
|
|
673
|
-
"name": "
|
|
741
|
+
"name": "name",
|
|
674
742
|
"values": []
|
|
675
743
|
},
|
|
676
744
|
{
|
|
677
|
-
"name": "
|
|
745
|
+
"name": "manual",
|
|
746
|
+
"description": "If true, ignore enter key input",
|
|
678
747
|
"values": []
|
|
679
748
|
},
|
|
680
749
|
{
|
|
681
|
-
"name": "
|
|
750
|
+
"name": "placeholder",
|
|
682
751
|
"values": []
|
|
683
752
|
},
|
|
684
753
|
{
|
|
685
|
-
"name": "
|
|
686
|
-
"values": [
|
|
754
|
+
"name": "variant",
|
|
755
|
+
"values": [
|
|
756
|
+
{
|
|
757
|
+
"name": "filled"
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"name": "outlined"
|
|
761
|
+
}
|
|
762
|
+
]
|
|
687
763
|
},
|
|
688
764
|
{
|
|
689
|
-
"name": "
|
|
765
|
+
"name": "label",
|
|
766
|
+
"description": "The floating label for the field",
|
|
690
767
|
"values": []
|
|
691
768
|
},
|
|
692
769
|
{
|
|
693
|
-
"name": "
|
|
694
|
-
"description": "The element value to use in form submission when checked.",
|
|
770
|
+
"name": "counter",
|
|
695
771
|
"values": []
|
|
696
772
|
},
|
|
697
773
|
{
|
|
698
|
-
"name": "
|
|
774
|
+
"name": "hide-counter",
|
|
699
775
|
"values": []
|
|
700
|
-
}
|
|
701
|
-
],
|
|
702
|
-
"references": []
|
|
703
|
-
},
|
|
704
|
-
{
|
|
705
|
-
"name": "u-checkbox",
|
|
706
|
-
"description": "\n---\n",
|
|
707
|
-
"attributes": [
|
|
776
|
+
},
|
|
708
777
|
{
|
|
709
|
-
"name": "
|
|
778
|
+
"name": "supporting-text",
|
|
779
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
710
780
|
"values": []
|
|
711
781
|
},
|
|
712
782
|
{
|
|
713
|
-
"name": "
|
|
783
|
+
"name": "error-text",
|
|
784
|
+
"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`",
|
|
714
785
|
"values": []
|
|
715
786
|
},
|
|
716
787
|
{
|
|
717
|
-
"name": "
|
|
788
|
+
"name": "empty",
|
|
789
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
718
790
|
"values": []
|
|
719
791
|
},
|
|
720
792
|
{
|
|
@@ -722,17 +794,34 @@
|
|
|
722
794
|
"values": []
|
|
723
795
|
},
|
|
724
796
|
{
|
|
725
|
-
"name": "
|
|
726
|
-
"description": "
|
|
797
|
+
"name": "invalid",
|
|
798
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
727
799
|
"values": []
|
|
728
800
|
},
|
|
729
801
|
{
|
|
730
|
-
"name": "
|
|
802
|
+
"name": "has-leading-icon",
|
|
803
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
804
|
+
"values": []
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"name": "has-trailing-icon",
|
|
808
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
809
|
+
"values": []
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"name": "has-error-text",
|
|
813
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
731
814
|
"values": []
|
|
732
815
|
}
|
|
733
816
|
],
|
|
734
817
|
"references": []
|
|
735
818
|
},
|
|
819
|
+
{
|
|
820
|
+
"name": "u-datepicker",
|
|
821
|
+
"description": "\n---\n",
|
|
822
|
+
"attributes": [],
|
|
823
|
+
"references": []
|
|
824
|
+
},
|
|
736
825
|
{
|
|
737
826
|
"name": "u-chip-set",
|
|
738
827
|
"description": "\n---\n",
|
|
@@ -811,20 +900,46 @@
|
|
|
811
900
|
"references": []
|
|
812
901
|
},
|
|
813
902
|
{
|
|
814
|
-
"name": "u-
|
|
815
|
-
"description": "\n---\n\n\n### **Events:**\n - **
|
|
903
|
+
"name": "u-dialog",
|
|
904
|
+
"description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
|
|
816
905
|
"attributes": [
|
|
817
906
|
{
|
|
818
|
-
"name": "
|
|
907
|
+
"name": "open",
|
|
819
908
|
"values": []
|
|
820
909
|
},
|
|
821
910
|
{
|
|
822
|
-
"name": "
|
|
823
|
-
"description": "
|
|
911
|
+
"name": "has-headline",
|
|
912
|
+
"description": "Whether dialog has headline or not\n\n_Note:_ Readonly",
|
|
824
913
|
"values": []
|
|
825
914
|
},
|
|
826
915
|
{
|
|
827
|
-
"name": "
|
|
916
|
+
"name": "has-icon",
|
|
917
|
+
"description": "Whether dialog has icon\n\n_Note:_ Readonly",
|
|
918
|
+
"values": []
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"name": "scrollContainer",
|
|
922
|
+
"values": [
|
|
923
|
+
{
|
|
924
|
+
"name": "HTMLElement"
|
|
925
|
+
}
|
|
926
|
+
]
|
|
927
|
+
}
|
|
928
|
+
],
|
|
929
|
+
"references": []
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"name": "u-elevation",
|
|
933
|
+
"description": "\n---\n",
|
|
934
|
+
"attributes": [],
|
|
935
|
+
"references": []
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"name": "u-field",
|
|
939
|
+
"description": "\n---\n",
|
|
940
|
+
"attributes": [
|
|
941
|
+
{
|
|
942
|
+
"name": "autoEmpty",
|
|
828
943
|
"values": []
|
|
829
944
|
},
|
|
830
945
|
{
|
|
@@ -894,178 +1009,58 @@
|
|
|
894
1009
|
"references": []
|
|
895
1010
|
},
|
|
896
1011
|
{
|
|
897
|
-
"name": "u-
|
|
1012
|
+
"name": "u-icon",
|
|
898
1013
|
"description": "\n---\n",
|
|
899
1014
|
"attributes": [],
|
|
900
1015
|
"references": []
|
|
901
1016
|
},
|
|
902
1017
|
{
|
|
903
|
-
"name": "u-
|
|
904
|
-
"description": "\n---\n
|
|
1018
|
+
"name": "u-grid-column",
|
|
1019
|
+
"description": "\n---\n",
|
|
905
1020
|
"attributes": [
|
|
906
1021
|
{
|
|
907
|
-
"name": "
|
|
1022
|
+
"name": "path",
|
|
908
1023
|
"values": []
|
|
909
1024
|
},
|
|
910
1025
|
{
|
|
911
|
-
"name": "
|
|
912
|
-
"description": "Whether dialog has headline or not\n\n_Note:_ Readonly",
|
|
913
|
-
"values": []
|
|
914
|
-
},
|
|
915
|
-
{
|
|
916
|
-
"name": "has-icon",
|
|
917
|
-
"description": "Whether dialog has icon\n\n_Note:_ Readonly",
|
|
1026
|
+
"name": "group-index",
|
|
918
1027
|
"values": []
|
|
919
1028
|
}
|
|
920
1029
|
],
|
|
921
1030
|
"references": []
|
|
922
1031
|
},
|
|
923
1032
|
{
|
|
924
|
-
"name": "u-
|
|
1033
|
+
"name": "u-grid",
|
|
925
1034
|
"description": "\n---\n",
|
|
926
1035
|
"attributes": [
|
|
927
1036
|
{
|
|
928
|
-
"name": "
|
|
929
|
-
"values": []
|
|
930
|
-
},
|
|
931
|
-
{
|
|
932
|
-
"name": "variant",
|
|
1037
|
+
"name": "items",
|
|
933
1038
|
"values": [
|
|
934
1039
|
{
|
|
935
|
-
"name": "
|
|
936
|
-
},
|
|
937
|
-
{
|
|
938
|
-
"name": "outlined"
|
|
1040
|
+
"name": "any[]"
|
|
939
1041
|
}
|
|
940
1042
|
]
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
"name": "label",
|
|
944
|
-
"description": "The floating label for the field",
|
|
945
|
-
"values": []
|
|
946
|
-
},
|
|
947
|
-
{
|
|
948
|
-
"name": "counter",
|
|
949
|
-
"values": []
|
|
950
|
-
},
|
|
951
|
-
{
|
|
952
|
-
"name": "hide-counter",
|
|
953
|
-
"values": []
|
|
954
|
-
},
|
|
955
|
-
{
|
|
956
|
-
"name": "supporting-text",
|
|
957
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
958
|
-
"values": []
|
|
959
|
-
},
|
|
960
|
-
{
|
|
961
|
-
"name": "error-text",
|
|
962
|
-
"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`",
|
|
963
|
-
"values": []
|
|
964
|
-
},
|
|
965
|
-
{
|
|
966
|
-
"name": "empty",
|
|
967
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
968
|
-
"values": []
|
|
969
|
-
},
|
|
970
|
-
{
|
|
971
|
-
"name": "disabled",
|
|
972
|
-
"values": []
|
|
973
|
-
},
|
|
974
|
-
{
|
|
975
|
-
"name": "invalid",
|
|
976
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
977
|
-
"values": []
|
|
978
|
-
},
|
|
979
|
-
{
|
|
980
|
-
"name": "has-leading-icon",
|
|
981
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
982
|
-
"values": []
|
|
983
|
-
},
|
|
984
|
-
{
|
|
985
|
-
"name": "has-trailing-icon",
|
|
986
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
987
|
-
"values": []
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"name": "has-error-text",
|
|
991
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
992
|
-
"values": []
|
|
993
1043
|
}
|
|
994
1044
|
],
|
|
995
1045
|
"references": []
|
|
996
1046
|
},
|
|
997
1047
|
{
|
|
998
|
-
"name": "u-
|
|
999
|
-
"description": "\n---\n",
|
|
1000
|
-
"attributes": [],
|
|
1001
|
-
"references": []
|
|
1002
|
-
},
|
|
1003
|
-
{
|
|
1004
|
-
"name": "u-elevation",
|
|
1005
|
-
"description": "\n---\n",
|
|
1006
|
-
"attributes": [],
|
|
1007
|
-
"references": []
|
|
1008
|
-
},
|
|
1009
|
-
{
|
|
1010
|
-
"name": "u-drawer-headline",
|
|
1011
|
-
"description": "\n---\n",
|
|
1012
|
-
"attributes": [],
|
|
1013
|
-
"references": []
|
|
1014
|
-
},
|
|
1015
|
-
{
|
|
1016
|
-
"name": "u-drawer-item",
|
|
1048
|
+
"name": "u-list-item",
|
|
1017
1049
|
"description": "\n---\n",
|
|
1018
1050
|
"attributes": [
|
|
1019
1051
|
{
|
|
1020
|
-
"name": "
|
|
1021
|
-
"description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
|
|
1022
|
-
"values": []
|
|
1023
|
-
},
|
|
1024
|
-
{
|
|
1025
|
-
"name": "keep-drawer-open",
|
|
1026
|
-
"description": "If true, it will not attempt to close de navigation drawer on click",
|
|
1027
|
-
"values": []
|
|
1028
|
-
},
|
|
1029
|
-
{
|
|
1030
|
-
"name": "disabled",
|
|
1031
|
-
"description": "Whether the button is disabled or not.",
|
|
1032
|
-
"values": []
|
|
1033
|
-
},
|
|
1034
|
-
{
|
|
1035
|
-
"name": "href",
|
|
1036
|
-
"description": "The URL that the link button points to.",
|
|
1037
|
-
"values": []
|
|
1038
|
-
},
|
|
1039
|
-
{
|
|
1040
|
-
"name": "target",
|
|
1041
|
-
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1042
|
-
"values": []
|
|
1043
|
-
},
|
|
1044
|
-
{
|
|
1045
|
-
"name": "name",
|
|
1052
|
+
"name": "selectable",
|
|
1046
1053
|
"values": []
|
|
1047
1054
|
}
|
|
1048
1055
|
],
|
|
1049
1056
|
"references": []
|
|
1050
1057
|
},
|
|
1051
1058
|
{
|
|
1052
|
-
"name": "u-
|
|
1059
|
+
"name": "u-list",
|
|
1053
1060
|
"description": "\n---\n",
|
|
1054
1061
|
"attributes": [],
|
|
1055
1062
|
"references": []
|
|
1056
1063
|
},
|
|
1057
|
-
{
|
|
1058
|
-
"name": "u-side-navigation",
|
|
1059
|
-
"description": "\n---\n",
|
|
1060
|
-
"attributes": [
|
|
1061
|
-
{
|
|
1062
|
-
"name": "toggle-drawer",
|
|
1063
|
-
"description": "Toggle the navigation drawer visibility\n\n_Modal drawer_: Open if `true`, closed if `false`\n_Standard drawer_: Collapsed if `true`, visible if `false`",
|
|
1064
|
-
"values": []
|
|
1065
|
-
}
|
|
1066
|
-
],
|
|
1067
|
-
"references": []
|
|
1068
|
-
},
|
|
1069
1064
|
{
|
|
1070
1065
|
"name": "u-menu-item",
|
|
1071
1066
|
"description": "\n---\n",
|
|
@@ -1183,47 +1178,60 @@
|
|
|
1183
1178
|
"references": []
|
|
1184
1179
|
},
|
|
1185
1180
|
{
|
|
1186
|
-
"name": "u-
|
|
1187
|
-
"description": "\n---\n",
|
|
1188
|
-
"attributes": [
|
|
1189
|
-
{
|
|
1190
|
-
"name": "selectable",
|
|
1191
|
-
"values": []
|
|
1192
|
-
}
|
|
1193
|
-
],
|
|
1194
|
-
"references": []
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
"name": "u-list",
|
|
1181
|
+
"name": "u-drawer-headline",
|
|
1198
1182
|
"description": "\n---\n",
|
|
1199
1183
|
"attributes": [],
|
|
1200
1184
|
"references": []
|
|
1201
1185
|
},
|
|
1202
1186
|
{
|
|
1203
|
-
"name": "u-
|
|
1187
|
+
"name": "u-drawer-item",
|
|
1204
1188
|
"description": "\n---\n",
|
|
1205
1189
|
"attributes": [
|
|
1206
1190
|
{
|
|
1207
|
-
"name": "
|
|
1191
|
+
"name": "active",
|
|
1192
|
+
"description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
|
|
1208
1193
|
"values": []
|
|
1209
1194
|
},
|
|
1210
1195
|
{
|
|
1211
|
-
"name": "
|
|
1196
|
+
"name": "keep-drawer-open",
|
|
1197
|
+
"description": "If true, it will not attempt to close de navigation drawer on click",
|
|
1198
|
+
"values": []
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"name": "disabled",
|
|
1202
|
+
"description": "Whether the button is disabled or not.",
|
|
1203
|
+
"values": []
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
"name": "href",
|
|
1207
|
+
"description": "The URL that the link button points to.",
|
|
1208
|
+
"values": []
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"name": "target",
|
|
1212
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1213
|
+
"values": []
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
"name": "name",
|
|
1212
1217
|
"values": []
|
|
1213
1218
|
}
|
|
1214
1219
|
],
|
|
1215
1220
|
"references": []
|
|
1216
1221
|
},
|
|
1217
1222
|
{
|
|
1218
|
-
"name": "u-
|
|
1223
|
+
"name": "u-drawer",
|
|
1224
|
+
"description": "\n---\n",
|
|
1225
|
+
"attributes": [],
|
|
1226
|
+
"references": []
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"name": "u-side-navigation",
|
|
1219
1230
|
"description": "\n---\n",
|
|
1220
1231
|
"attributes": [
|
|
1221
1232
|
{
|
|
1222
|
-
"name": "
|
|
1223
|
-
"
|
|
1224
|
-
},
|
|
1225
|
-
{
|
|
1226
|
-
"name": "max",
|
|
1233
|
+
"name": "toggle-drawer",
|
|
1234
|
+
"description": "Toggle the navigation drawer visibility\n\n_Modal drawer_: Open if `true`, closed if `false`\n_Standard drawer_: Collapsed if `true`, visible if `false`",
|
|
1227
1235
|
"values": []
|
|
1228
1236
|
}
|
|
1229
1237
|
],
|
|
@@ -1259,6 +1267,36 @@
|
|
|
1259
1267
|
],
|
|
1260
1268
|
"references": []
|
|
1261
1269
|
},
|
|
1270
|
+
{
|
|
1271
|
+
"name": "u-circular-progress",
|
|
1272
|
+
"description": "\n---\n",
|
|
1273
|
+
"attributes": [
|
|
1274
|
+
{
|
|
1275
|
+
"name": "value",
|
|
1276
|
+
"values": []
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
"name": "max",
|
|
1280
|
+
"values": []
|
|
1281
|
+
}
|
|
1282
|
+
],
|
|
1283
|
+
"references": []
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"name": "u-progress-bar",
|
|
1287
|
+
"description": "\n---\n",
|
|
1288
|
+
"attributes": [
|
|
1289
|
+
{
|
|
1290
|
+
"name": "value",
|
|
1291
|
+
"values": []
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
"name": "max",
|
|
1295
|
+
"values": []
|
|
1296
|
+
}
|
|
1297
|
+
],
|
|
1298
|
+
"references": []
|
|
1299
|
+
},
|
|
1262
1300
|
{
|
|
1263
1301
|
"name": "u-radio-list-item",
|
|
1264
1302
|
"description": "\n---\n",
|
|
@@ -1320,62 +1358,58 @@
|
|
|
1320
1358
|
"references": []
|
|
1321
1359
|
},
|
|
1322
1360
|
{
|
|
1323
|
-
"name": "u-
|
|
1361
|
+
"name": "u-ripple",
|
|
1324
1362
|
"description": "\n---\n",
|
|
1325
1363
|
"attributes": [
|
|
1326
|
-
{
|
|
1327
|
-
"name": "value",
|
|
1328
|
-
"values": []
|
|
1329
|
-
},
|
|
1330
|
-
{
|
|
1331
|
-
"name": "selected",
|
|
1332
|
-
"values": []
|
|
1333
|
-
},
|
|
1334
|
-
{
|
|
1335
|
-
"name": "active",
|
|
1336
|
-
"values": []
|
|
1337
|
-
},
|
|
1338
|
-
{
|
|
1339
|
-
"name": "has-badge",
|
|
1340
|
-
"values": []
|
|
1341
|
-
},
|
|
1342
1364
|
{
|
|
1343
1365
|
"name": "disabled",
|
|
1344
|
-
"description": "
|
|
1345
|
-
"values": []
|
|
1346
|
-
},
|
|
1347
|
-
{
|
|
1348
|
-
"name": "href",
|
|
1349
|
-
"description": "The URL that the link button points to.",
|
|
1350
|
-
"values": []
|
|
1351
|
-
},
|
|
1352
|
-
{
|
|
1353
|
-
"name": "target",
|
|
1354
|
-
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1355
|
-
"values": []
|
|
1356
|
-
},
|
|
1357
|
-
{
|
|
1358
|
-
"name": "name",
|
|
1366
|
+
"description": "Disables the ripple.",
|
|
1359
1367
|
"values": []
|
|
1360
1368
|
}
|
|
1361
1369
|
],
|
|
1362
1370
|
"references": []
|
|
1363
1371
|
},
|
|
1364
1372
|
{
|
|
1365
|
-
"name": "u-
|
|
1373
|
+
"name": "u-search",
|
|
1366
1374
|
"description": "\n---\n",
|
|
1367
1375
|
"attributes": [
|
|
1368
1376
|
{
|
|
1369
|
-
"name": "
|
|
1377
|
+
"name": "position",
|
|
1370
1378
|
"values": [
|
|
1371
1379
|
{
|
|
1372
|
-
"name": "
|
|
1380
|
+
"name": "fixed"
|
|
1373
1381
|
},
|
|
1374
1382
|
{
|
|
1375
|
-
"name": "
|
|
1383
|
+
"name": "absolute"
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
"name": "static"
|
|
1376
1387
|
}
|
|
1377
1388
|
]
|
|
1378
1389
|
},
|
|
1390
|
+
{
|
|
1391
|
+
"name": "value",
|
|
1392
|
+
"values": []
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"name": "autocomplete",
|
|
1396
|
+
"values": [
|
|
1397
|
+
{
|
|
1398
|
+
"name": "on"
|
|
1399
|
+
},
|
|
1400
|
+
{
|
|
1401
|
+
"name": "off"
|
|
1402
|
+
}
|
|
1403
|
+
]
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
"name": "maxlength",
|
|
1407
|
+
"values": []
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"name": "role",
|
|
1411
|
+
"values": []
|
|
1412
|
+
},
|
|
1379
1413
|
{
|
|
1380
1414
|
"name": "placeholder",
|
|
1381
1415
|
"values": []
|
|
@@ -1447,58 +1481,62 @@
|
|
|
1447
1481
|
"references": []
|
|
1448
1482
|
},
|
|
1449
1483
|
{
|
|
1450
|
-
"name": "u-
|
|
1484
|
+
"name": "u-option",
|
|
1451
1485
|
"description": "\n---\n",
|
|
1452
1486
|
"attributes": [
|
|
1487
|
+
{
|
|
1488
|
+
"name": "value",
|
|
1489
|
+
"values": []
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
"name": "selected",
|
|
1493
|
+
"values": []
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"name": "active",
|
|
1497
|
+
"values": []
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"name": "has-badge",
|
|
1501
|
+
"values": []
|
|
1502
|
+
},
|
|
1453
1503
|
{
|
|
1454
1504
|
"name": "disabled",
|
|
1455
|
-
"description": "
|
|
1505
|
+
"description": "Whether the button is disabled or not.",
|
|
1506
|
+
"values": []
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"name": "href",
|
|
1510
|
+
"description": "The URL that the link button points to.",
|
|
1511
|
+
"values": []
|
|
1512
|
+
},
|
|
1513
|
+
{
|
|
1514
|
+
"name": "target",
|
|
1515
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1516
|
+
"values": []
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"name": "name",
|
|
1456
1520
|
"values": []
|
|
1457
1521
|
}
|
|
1458
1522
|
],
|
|
1459
1523
|
"references": []
|
|
1460
1524
|
},
|
|
1461
1525
|
{
|
|
1462
|
-
"name": "u-
|
|
1526
|
+
"name": "u-select",
|
|
1463
1527
|
"description": "\n---\n",
|
|
1464
1528
|
"attributes": [
|
|
1465
1529
|
{
|
|
1466
|
-
"name": "
|
|
1467
|
-
"values": [
|
|
1468
|
-
{
|
|
1469
|
-
"name": "fixed"
|
|
1470
|
-
},
|
|
1471
|
-
{
|
|
1472
|
-
"name": "absolute"
|
|
1473
|
-
},
|
|
1474
|
-
{
|
|
1475
|
-
"name": "static"
|
|
1476
|
-
}
|
|
1477
|
-
]
|
|
1478
|
-
},
|
|
1479
|
-
{
|
|
1480
|
-
"name": "value",
|
|
1481
|
-
"values": []
|
|
1482
|
-
},
|
|
1483
|
-
{
|
|
1484
|
-
"name": "autocomplete",
|
|
1530
|
+
"name": "menu-positioning",
|
|
1485
1531
|
"values": [
|
|
1486
1532
|
{
|
|
1487
|
-
"name": "
|
|
1533
|
+
"name": "relative"
|
|
1488
1534
|
},
|
|
1489
1535
|
{
|
|
1490
|
-
"name": "
|
|
1536
|
+
"name": "fixed"
|
|
1491
1537
|
}
|
|
1492
1538
|
]
|
|
1493
1539
|
},
|
|
1494
|
-
{
|
|
1495
|
-
"name": "maxlength",
|
|
1496
|
-
"values": []
|
|
1497
|
-
},
|
|
1498
|
-
{
|
|
1499
|
-
"name": "role",
|
|
1500
|
-
"values": []
|
|
1501
|
-
},
|
|
1502
1540
|
{
|
|
1503
1541
|
"name": "placeholder",
|
|
1504
1542
|
"values": []
|
|
@@ -1689,11 +1727,27 @@
|
|
|
1689
1727
|
"references": []
|
|
1690
1728
|
},
|
|
1691
1729
|
{
|
|
1692
|
-
"name": "u-text-
|
|
1730
|
+
"name": "u-text-field",
|
|
1693
1731
|
"description": "\n---\n",
|
|
1694
1732
|
"attributes": [
|
|
1695
1733
|
{
|
|
1696
|
-
"name": "
|
|
1734
|
+
"name": "type",
|
|
1735
|
+
"values": []
|
|
1736
|
+
},
|
|
1737
|
+
{
|
|
1738
|
+
"name": "prefix-text",
|
|
1739
|
+
"values": []
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"name": "suffix-text",
|
|
1743
|
+
"values": []
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"name": "readOnly",
|
|
1747
|
+
"values": []
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"name": "autocapitalize",
|
|
1697
1751
|
"values": []
|
|
1698
1752
|
},
|
|
1699
1753
|
{
|
|
@@ -1790,27 +1844,11 @@
|
|
|
1790
1844
|
"references": []
|
|
1791
1845
|
},
|
|
1792
1846
|
{
|
|
1793
|
-
"name": "u-text-
|
|
1847
|
+
"name": "u-text-area",
|
|
1794
1848
|
"description": "\n---\n",
|
|
1795
1849
|
"attributes": [
|
|
1796
1850
|
{
|
|
1797
|
-
"name": "
|
|
1798
|
-
"values": []
|
|
1799
|
-
},
|
|
1800
|
-
{
|
|
1801
|
-
"name": "prefix-text",
|
|
1802
|
-
"values": []
|
|
1803
|
-
},
|
|
1804
|
-
{
|
|
1805
|
-
"name": "suffix-text",
|
|
1806
|
-
"values": []
|
|
1807
|
-
},
|
|
1808
|
-
{
|
|
1809
|
-
"name": "readOnly",
|
|
1810
|
-
"values": []
|
|
1811
|
-
},
|
|
1812
|
-
{
|
|
1813
|
-
"name": "autocapitalize",
|
|
1851
|
+
"name": "rows",
|
|
1814
1852
|
"values": []
|
|
1815
1853
|
},
|
|
1816
1854
|
{
|