@universal-material/web 3.5.3 → 3.5.5
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 +4201 -4201
- package/navigation/drawer-headline.d.ts.map +1 -1
- package/navigation/drawer-headline.js +5 -1
- package/navigation/drawer-headline.js.map +1 -1
- package/navigation/drawer-headline.styles.js +1 -1
- package/navigation/drawer-headline.styles.js.map +1 -1
- package/package.json +1 -1
- package/shared/selection-control/selection-control-list-item.js +1 -1
- package/shared/selection-control/selection-control-list-item.js.map +1 -1
- package/vscode.html-custom-data.json +445 -445
|
@@ -66,6 +66,95 @@
|
|
|
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
|
+
{
|
|
81
|
+
"name": "u-button-field",
|
|
82
|
+
"description": "\n---\n",
|
|
83
|
+
"attributes": [
|
|
84
|
+
{
|
|
85
|
+
"name": "value",
|
|
86
|
+
"values": []
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "placeholder",
|
|
90
|
+
"values": []
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "variant",
|
|
94
|
+
"values": [
|
|
95
|
+
{
|
|
96
|
+
"name": "filled"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "outlined"
|
|
100
|
+
}
|
|
101
|
+
]
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "label",
|
|
105
|
+
"description": "The floating label for the field",
|
|
106
|
+
"values": []
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "counter",
|
|
110
|
+
"values": []
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "hide-counter",
|
|
114
|
+
"values": []
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "supporting-text",
|
|
118
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
119
|
+
"values": []
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "error-text",
|
|
123
|
+
"description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
|
|
124
|
+
"values": []
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "empty",
|
|
128
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
129
|
+
"values": []
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "disabled",
|
|
133
|
+
"values": []
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "invalid",
|
|
137
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
138
|
+
"values": []
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"name": "has-leading-icon",
|
|
142
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
143
|
+
"values": []
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"name": "has-trailing-icon",
|
|
147
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
148
|
+
"values": []
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "has-error-text",
|
|
152
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
153
|
+
"values": []
|
|
154
|
+
}
|
|
155
|
+
],
|
|
156
|
+
"references": []
|
|
157
|
+
},
|
|
69
158
|
{
|
|
70
159
|
"name": "u-button-set",
|
|
71
160
|
"description": "\n---\n",
|
|
@@ -508,95 +597,6 @@
|
|
|
508
597
|
],
|
|
509
598
|
"references": []
|
|
510
599
|
},
|
|
511
|
-
{
|
|
512
|
-
"name": "u-button-field",
|
|
513
|
-
"description": "\n---\n",
|
|
514
|
-
"attributes": [
|
|
515
|
-
{
|
|
516
|
-
"name": "value",
|
|
517
|
-
"values": []
|
|
518
|
-
},
|
|
519
|
-
{
|
|
520
|
-
"name": "placeholder",
|
|
521
|
-
"values": []
|
|
522
|
-
},
|
|
523
|
-
{
|
|
524
|
-
"name": "variant",
|
|
525
|
-
"values": [
|
|
526
|
-
{
|
|
527
|
-
"name": "filled"
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"name": "outlined"
|
|
531
|
-
}
|
|
532
|
-
]
|
|
533
|
-
},
|
|
534
|
-
{
|
|
535
|
-
"name": "label",
|
|
536
|
-
"description": "The floating label for the field",
|
|
537
|
-
"values": []
|
|
538
|
-
},
|
|
539
|
-
{
|
|
540
|
-
"name": "counter",
|
|
541
|
-
"values": []
|
|
542
|
-
},
|
|
543
|
-
{
|
|
544
|
-
"name": "hide-counter",
|
|
545
|
-
"values": []
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
"name": "supporting-text",
|
|
549
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
550
|
-
"values": []
|
|
551
|
-
},
|
|
552
|
-
{
|
|
553
|
-
"name": "error-text",
|
|
554
|
-
"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`",
|
|
555
|
-
"values": []
|
|
556
|
-
},
|
|
557
|
-
{
|
|
558
|
-
"name": "empty",
|
|
559
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
560
|
-
"values": []
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
"name": "disabled",
|
|
564
|
-
"values": []
|
|
565
|
-
},
|
|
566
|
-
{
|
|
567
|
-
"name": "invalid",
|
|
568
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
569
|
-
"values": []
|
|
570
|
-
},
|
|
571
|
-
{
|
|
572
|
-
"name": "has-leading-icon",
|
|
573
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
574
|
-
"values": []
|
|
575
|
-
},
|
|
576
|
-
{
|
|
577
|
-
"name": "has-trailing-icon",
|
|
578
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
579
|
-
"values": []
|
|
580
|
-
},
|
|
581
|
-
{
|
|
582
|
-
"name": "has-error-text",
|
|
583
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
584
|
-
"values": []
|
|
585
|
-
}
|
|
586
|
-
],
|
|
587
|
-
"references": []
|
|
588
|
-
},
|
|
589
|
-
{
|
|
590
|
-
"name": "u-badge",
|
|
591
|
-
"description": "\n---\n",
|
|
592
|
-
"attributes": [
|
|
593
|
-
{
|
|
594
|
-
"name": "static",
|
|
595
|
-
"values": []
|
|
596
|
-
}
|
|
597
|
-
],
|
|
598
|
-
"references": []
|
|
599
|
-
},
|
|
600
600
|
{
|
|
601
601
|
"name": "u-calendar",
|
|
602
602
|
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
@@ -679,6 +679,83 @@
|
|
|
679
679
|
],
|
|
680
680
|
"references": []
|
|
681
681
|
},
|
|
682
|
+
{
|
|
683
|
+
"name": "u-chip-set",
|
|
684
|
+
"description": "\n---\n",
|
|
685
|
+
"attributes": [
|
|
686
|
+
{
|
|
687
|
+
"name": "alignment",
|
|
688
|
+
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
689
|
+
"values": [
|
|
690
|
+
{
|
|
691
|
+
"name": "start"
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"name": "center"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"name": "end"
|
|
698
|
+
}
|
|
699
|
+
]
|
|
700
|
+
}
|
|
701
|
+
],
|
|
702
|
+
"references": []
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"name": "u-chip",
|
|
706
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
707
|
+
"attributes": [
|
|
708
|
+
{
|
|
709
|
+
"name": "selected",
|
|
710
|
+
"description": "Whether the chip is selected or not",
|
|
711
|
+
"values": []
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"name": "clickable",
|
|
715
|
+
"values": []
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"name": "elevated",
|
|
719
|
+
"description": "Adds elevation to the chip",
|
|
720
|
+
"values": []
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"name": "toggle",
|
|
724
|
+
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
725
|
+
"values": []
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"name": "removable",
|
|
729
|
+
"description": "Add the remove icon",
|
|
730
|
+
"values": []
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"name": "hide-selected-icon",
|
|
734
|
+
"description": "Hide the selected icon",
|
|
735
|
+
"values": []
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"name": "disabled",
|
|
739
|
+
"description": "Whether the button is disabled or not.",
|
|
740
|
+
"values": []
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"name": "href",
|
|
744
|
+
"description": "The URL that the link button points to.",
|
|
745
|
+
"values": []
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"name": "target",
|
|
749
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
750
|
+
"values": []
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"name": "name",
|
|
754
|
+
"values": []
|
|
755
|
+
}
|
|
756
|
+
],
|
|
757
|
+
"references": []
|
|
758
|
+
},
|
|
682
759
|
{
|
|
683
760
|
"name": "u-chip-field",
|
|
684
761
|
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
@@ -830,83 +907,6 @@
|
|
|
830
907
|
],
|
|
831
908
|
"references": []
|
|
832
909
|
},
|
|
833
|
-
{
|
|
834
|
-
"name": "u-chip-set",
|
|
835
|
-
"description": "\n---\n",
|
|
836
|
-
"attributes": [
|
|
837
|
-
{
|
|
838
|
-
"name": "alignment",
|
|
839
|
-
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
840
|
-
"values": [
|
|
841
|
-
{
|
|
842
|
-
"name": "start"
|
|
843
|
-
},
|
|
844
|
-
{
|
|
845
|
-
"name": "center"
|
|
846
|
-
},
|
|
847
|
-
{
|
|
848
|
-
"name": "end"
|
|
849
|
-
}
|
|
850
|
-
]
|
|
851
|
-
}
|
|
852
|
-
],
|
|
853
|
-
"references": []
|
|
854
|
-
},
|
|
855
|
-
{
|
|
856
|
-
"name": "u-chip",
|
|
857
|
-
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
858
|
-
"attributes": [
|
|
859
|
-
{
|
|
860
|
-
"name": "selected",
|
|
861
|
-
"description": "Whether the chip is selected or not",
|
|
862
|
-
"values": []
|
|
863
|
-
},
|
|
864
|
-
{
|
|
865
|
-
"name": "clickable",
|
|
866
|
-
"values": []
|
|
867
|
-
},
|
|
868
|
-
{
|
|
869
|
-
"name": "elevated",
|
|
870
|
-
"description": "Adds elevation to the chip",
|
|
871
|
-
"values": []
|
|
872
|
-
},
|
|
873
|
-
{
|
|
874
|
-
"name": "toggle",
|
|
875
|
-
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
876
|
-
"values": []
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
"name": "removable",
|
|
880
|
-
"description": "Add the remove icon",
|
|
881
|
-
"values": []
|
|
882
|
-
},
|
|
883
|
-
{
|
|
884
|
-
"name": "hide-selected-icon",
|
|
885
|
-
"description": "Hide the selected icon",
|
|
886
|
-
"values": []
|
|
887
|
-
},
|
|
888
|
-
{
|
|
889
|
-
"name": "disabled",
|
|
890
|
-
"description": "Whether the button is disabled or not.",
|
|
891
|
-
"values": []
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
"name": "href",
|
|
895
|
-
"description": "The URL that the link button points to.",
|
|
896
|
-
"values": []
|
|
897
|
-
},
|
|
898
|
-
{
|
|
899
|
-
"name": "target",
|
|
900
|
-
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
901
|
-
"values": []
|
|
902
|
-
},
|
|
903
|
-
{
|
|
904
|
-
"name": "name",
|
|
905
|
-
"values": []
|
|
906
|
-
}
|
|
907
|
-
],
|
|
908
|
-
"references": []
|
|
909
|
-
},
|
|
910
910
|
{
|
|
911
911
|
"name": "u-dialog",
|
|
912
912
|
"description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
|
|
@@ -928,78 +928,6 @@
|
|
|
928
928
|
],
|
|
929
929
|
"references": []
|
|
930
930
|
},
|
|
931
|
-
{
|
|
932
|
-
"name": "u-elevation",
|
|
933
|
-
"description": "\n---\n",
|
|
934
|
-
"attributes": [],
|
|
935
|
-
"references": []
|
|
936
|
-
},
|
|
937
|
-
{
|
|
938
|
-
"name": "u-icon",
|
|
939
|
-
"description": "\n---\n",
|
|
940
|
-
"attributes": [],
|
|
941
|
-
"references": []
|
|
942
|
-
},
|
|
943
|
-
{
|
|
944
|
-
"name": "u-drawer-headline",
|
|
945
|
-
"description": "\n---\n",
|
|
946
|
-
"attributes": [],
|
|
947
|
-
"references": []
|
|
948
|
-
},
|
|
949
|
-
{
|
|
950
|
-
"name": "u-drawer-item",
|
|
951
|
-
"description": "\n---\n",
|
|
952
|
-
"attributes": [
|
|
953
|
-
{
|
|
954
|
-
"name": "active",
|
|
955
|
-
"description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
|
|
956
|
-
"values": []
|
|
957
|
-
},
|
|
958
|
-
{
|
|
959
|
-
"name": "keep-drawer-open",
|
|
960
|
-
"description": "If true, it will not attempt to close de navigation drawer on click",
|
|
961
|
-
"values": []
|
|
962
|
-
},
|
|
963
|
-
{
|
|
964
|
-
"name": "disabled",
|
|
965
|
-
"description": "Whether the button is disabled or not.",
|
|
966
|
-
"values": []
|
|
967
|
-
},
|
|
968
|
-
{
|
|
969
|
-
"name": "href",
|
|
970
|
-
"description": "The URL that the link button points to.",
|
|
971
|
-
"values": []
|
|
972
|
-
},
|
|
973
|
-
{
|
|
974
|
-
"name": "target",
|
|
975
|
-
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
976
|
-
"values": []
|
|
977
|
-
},
|
|
978
|
-
{
|
|
979
|
-
"name": "name",
|
|
980
|
-
"values": []
|
|
981
|
-
}
|
|
982
|
-
],
|
|
983
|
-
"references": []
|
|
984
|
-
},
|
|
985
|
-
{
|
|
986
|
-
"name": "u-drawer",
|
|
987
|
-
"description": "\n---\n",
|
|
988
|
-
"attributes": [],
|
|
989
|
-
"references": []
|
|
990
|
-
},
|
|
991
|
-
{
|
|
992
|
-
"name": "u-side-navigation",
|
|
993
|
-
"description": "\n---\n",
|
|
994
|
-
"attributes": [
|
|
995
|
-
{
|
|
996
|
-
"name": "toggle-drawer",
|
|
997
|
-
"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`",
|
|
998
|
-
"values": []
|
|
999
|
-
}
|
|
1000
|
-
],
|
|
1001
|
-
"references": []
|
|
1002
|
-
},
|
|
1003
931
|
{
|
|
1004
932
|
"name": "u-field",
|
|
1005
933
|
"description": "\n---\n",
|
|
@@ -1074,6 +1002,35 @@
|
|
|
1074
1002
|
],
|
|
1075
1003
|
"references": []
|
|
1076
1004
|
},
|
|
1005
|
+
{
|
|
1006
|
+
"name": "u-elevation",
|
|
1007
|
+
"description": "\n---\n",
|
|
1008
|
+
"attributes": [],
|
|
1009
|
+
"references": []
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
"name": "u-icon",
|
|
1013
|
+
"description": "\n---\n",
|
|
1014
|
+
"attributes": [],
|
|
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
|
+
},
|
|
1077
1034
|
{
|
|
1078
1035
|
"name": "u-menu-item",
|
|
1079
1036
|
"description": "\n---\n",
|
|
@@ -1191,80 +1148,111 @@
|
|
|
1191
1148
|
"references": []
|
|
1192
1149
|
},
|
|
1193
1150
|
{
|
|
1194
|
-
"name": "u-
|
|
1151
|
+
"name": "u-drawer-headline",
|
|
1152
|
+
"description": "\n---\n",
|
|
1153
|
+
"attributes": [],
|
|
1154
|
+
"references": []
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"name": "u-drawer-item",
|
|
1195
1158
|
"description": "\n---\n",
|
|
1196
1159
|
"attributes": [
|
|
1197
1160
|
{
|
|
1198
|
-
"name": "
|
|
1161
|
+
"name": "active",
|
|
1162
|
+
"description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
|
|
1199
1163
|
"values": []
|
|
1200
1164
|
},
|
|
1201
1165
|
{
|
|
1202
|
-
"name": "
|
|
1166
|
+
"name": "keep-drawer-open",
|
|
1167
|
+
"description": "If true, it will not attempt to close de navigation drawer on click",
|
|
1168
|
+
"values": []
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"name": "disabled",
|
|
1172
|
+
"description": "Whether the button is disabled or not.",
|
|
1173
|
+
"values": []
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"name": "href",
|
|
1177
|
+
"description": "The URL that the link button points to.",
|
|
1178
|
+
"values": []
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"name": "target",
|
|
1182
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1183
|
+
"values": []
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
"name": "name",
|
|
1203
1187
|
"values": []
|
|
1204
1188
|
}
|
|
1205
1189
|
],
|
|
1206
1190
|
"references": []
|
|
1207
1191
|
},
|
|
1208
1192
|
{
|
|
1209
|
-
"name": "u-
|
|
1193
|
+
"name": "u-drawer",
|
|
1210
1194
|
"description": "\n---\n",
|
|
1211
1195
|
"attributes": [],
|
|
1212
1196
|
"references": []
|
|
1213
1197
|
},
|
|
1214
1198
|
{
|
|
1215
|
-
"name": "u-
|
|
1199
|
+
"name": "u-side-navigation",
|
|
1216
1200
|
"description": "\n---\n",
|
|
1217
1201
|
"attributes": [
|
|
1218
1202
|
{
|
|
1219
|
-
"name": "
|
|
1220
|
-
"
|
|
1221
|
-
},
|
|
1222
|
-
{
|
|
1223
|
-
"name": "max",
|
|
1203
|
+
"name": "toggle-drawer",
|
|
1204
|
+
"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`",
|
|
1224
1205
|
"values": []
|
|
1225
1206
|
}
|
|
1226
1207
|
],
|
|
1227
1208
|
"references": []
|
|
1228
1209
|
},
|
|
1229
1210
|
{
|
|
1230
|
-
"name": "u-
|
|
1211
|
+
"name": "u-overflow-menu-item",
|
|
1231
1212
|
"description": "\n---\n",
|
|
1232
1213
|
"attributes": [
|
|
1233
1214
|
{
|
|
1234
|
-
"name": "
|
|
1215
|
+
"name": "label",
|
|
1235
1216
|
"values": []
|
|
1236
1217
|
},
|
|
1237
1218
|
{
|
|
1238
|
-
"name": "
|
|
1219
|
+
"name": "priority",
|
|
1239
1220
|
"values": []
|
|
1240
1221
|
}
|
|
1241
1222
|
],
|
|
1242
1223
|
"references": []
|
|
1243
1224
|
},
|
|
1244
1225
|
{
|
|
1245
|
-
"name": "u-
|
|
1226
|
+
"name": "u-overflow-menu",
|
|
1227
|
+
"description": "\n---\n",
|
|
1228
|
+
"attributes": [],
|
|
1229
|
+
"references": []
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"name": "u-circular-progress",
|
|
1246
1233
|
"description": "\n---\n",
|
|
1247
1234
|
"attributes": [
|
|
1248
1235
|
{
|
|
1249
|
-
"name": "
|
|
1236
|
+
"name": "value",
|
|
1237
|
+
"values": []
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"name": "max",
|
|
1250
1241
|
"values": []
|
|
1251
1242
|
}
|
|
1252
1243
|
],
|
|
1253
1244
|
"references": []
|
|
1254
1245
|
},
|
|
1255
1246
|
{
|
|
1256
|
-
"name": "u-
|
|
1257
|
-
"description": "\n---\n",
|
|
1258
|
-
"attributes": [],
|
|
1259
|
-
"references": []
|
|
1260
|
-
},
|
|
1261
|
-
{
|
|
1262
|
-
"name": "u-ripple",
|
|
1247
|
+
"name": "u-progress-bar",
|
|
1263
1248
|
"description": "\n---\n",
|
|
1264
1249
|
"attributes": [
|
|
1265
1250
|
{
|
|
1266
|
-
"name": "
|
|
1267
|
-
"
|
|
1251
|
+
"name": "value",
|
|
1252
|
+
"values": []
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"name": "max",
|
|
1268
1256
|
"values": []
|
|
1269
1257
|
}
|
|
1270
1258
|
],
|
|
@@ -1331,46 +1319,74 @@
|
|
|
1331
1319
|
"references": []
|
|
1332
1320
|
},
|
|
1333
1321
|
{
|
|
1334
|
-
"name": "u-
|
|
1322
|
+
"name": "u-ripple",
|
|
1335
1323
|
"description": "\n---\n",
|
|
1336
1324
|
"attributes": [
|
|
1337
1325
|
{
|
|
1338
|
-
"name": "
|
|
1339
|
-
"
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
]
|
|
1350
|
-
},
|
|
1326
|
+
"name": "disabled",
|
|
1327
|
+
"description": "Disables the ripple.",
|
|
1328
|
+
"values": []
|
|
1329
|
+
}
|
|
1330
|
+
],
|
|
1331
|
+
"references": []
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"name": "u-option",
|
|
1335
|
+
"description": "\n---\n",
|
|
1336
|
+
"attributes": [
|
|
1351
1337
|
{
|
|
1352
1338
|
"name": "value",
|
|
1353
1339
|
"values": []
|
|
1354
1340
|
},
|
|
1355
1341
|
{
|
|
1356
|
-
"name": "
|
|
1357
|
-
"values": [
|
|
1358
|
-
{
|
|
1359
|
-
"name": "on"
|
|
1360
|
-
},
|
|
1361
|
-
{
|
|
1362
|
-
"name": "off"
|
|
1363
|
-
}
|
|
1364
|
-
]
|
|
1342
|
+
"name": "selected",
|
|
1343
|
+
"values": []
|
|
1365
1344
|
},
|
|
1366
1345
|
{
|
|
1367
|
-
"name": "
|
|
1346
|
+
"name": "active",
|
|
1368
1347
|
"values": []
|
|
1369
1348
|
},
|
|
1370
1349
|
{
|
|
1371
|
-
"name": "
|
|
1350
|
+
"name": "has-badge",
|
|
1351
|
+
"values": []
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
"name": "disabled",
|
|
1355
|
+
"description": "Whether the button is disabled or not.",
|
|
1372
1356
|
"values": []
|
|
1373
1357
|
},
|
|
1358
|
+
{
|
|
1359
|
+
"name": "href",
|
|
1360
|
+
"description": "The URL that the link button points to.",
|
|
1361
|
+
"values": []
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"name": "target",
|
|
1365
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1366
|
+
"values": []
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"name": "name",
|
|
1370
|
+
"values": []
|
|
1371
|
+
}
|
|
1372
|
+
],
|
|
1373
|
+
"references": []
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"name": "u-select",
|
|
1377
|
+
"description": "\n---\n",
|
|
1378
|
+
"attributes": [
|
|
1379
|
+
{
|
|
1380
|
+
"name": "menu-positioning",
|
|
1381
|
+
"values": [
|
|
1382
|
+
{
|
|
1383
|
+
"name": "relative"
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
"name": "fixed"
|
|
1387
|
+
}
|
|
1388
|
+
]
|
|
1389
|
+
},
|
|
1374
1390
|
{
|
|
1375
1391
|
"name": "placeholder",
|
|
1376
1392
|
"values": []
|
|
@@ -1410,94 +1426,78 @@
|
|
|
1410
1426
|
"values": []
|
|
1411
1427
|
},
|
|
1412
1428
|
{
|
|
1413
|
-
"name": "empty",
|
|
1414
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
1415
|
-
"values": []
|
|
1416
|
-
},
|
|
1417
|
-
{
|
|
1418
|
-
"name": "disabled",
|
|
1419
|
-
"values": []
|
|
1420
|
-
},
|
|
1421
|
-
{
|
|
1422
|
-
"name": "invalid",
|
|
1423
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
1424
|
-
"values": []
|
|
1425
|
-
},
|
|
1426
|
-
{
|
|
1427
|
-
"name": "has-leading-icon",
|
|
1428
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
1429
|
-
"values": []
|
|
1430
|
-
},
|
|
1431
|
-
{
|
|
1432
|
-
"name": "has-trailing-icon",
|
|
1433
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
1434
|
-
"values": []
|
|
1435
|
-
},
|
|
1436
|
-
{
|
|
1437
|
-
"name": "has-error-text",
|
|
1438
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
1439
|
-
"values": []
|
|
1440
|
-
}
|
|
1441
|
-
],
|
|
1442
|
-
"references": []
|
|
1443
|
-
},
|
|
1444
|
-
{
|
|
1445
|
-
"name": "u-option",
|
|
1446
|
-
"description": "\n---\n",
|
|
1447
|
-
"attributes": [
|
|
1448
|
-
{
|
|
1449
|
-
"name": "value",
|
|
1450
|
-
"values": []
|
|
1451
|
-
},
|
|
1452
|
-
{
|
|
1453
|
-
"name": "selected",
|
|
1454
|
-
"values": []
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"name": "active",
|
|
1429
|
+
"name": "empty",
|
|
1430
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
1458
1431
|
"values": []
|
|
1459
1432
|
},
|
|
1460
1433
|
{
|
|
1461
|
-
"name": "
|
|
1434
|
+
"name": "disabled",
|
|
1462
1435
|
"values": []
|
|
1463
1436
|
},
|
|
1464
1437
|
{
|
|
1465
|
-
"name": "
|
|
1466
|
-
"description": "
|
|
1438
|
+
"name": "invalid",
|
|
1439
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
1467
1440
|
"values": []
|
|
1468
1441
|
},
|
|
1469
1442
|
{
|
|
1470
|
-
"name": "
|
|
1471
|
-
"description": "
|
|
1443
|
+
"name": "has-leading-icon",
|
|
1444
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
1472
1445
|
"values": []
|
|
1473
1446
|
},
|
|
1474
1447
|
{
|
|
1475
|
-
"name": "
|
|
1476
|
-
"description": "
|
|
1448
|
+
"name": "has-trailing-icon",
|
|
1449
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
1477
1450
|
"values": []
|
|
1478
1451
|
},
|
|
1479
1452
|
{
|
|
1480
|
-
"name": "
|
|
1453
|
+
"name": "has-error-text",
|
|
1454
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
1481
1455
|
"values": []
|
|
1482
1456
|
}
|
|
1483
1457
|
],
|
|
1484
1458
|
"references": []
|
|
1485
1459
|
},
|
|
1486
1460
|
{
|
|
1487
|
-
"name": "u-
|
|
1461
|
+
"name": "u-search",
|
|
1488
1462
|
"description": "\n---\n",
|
|
1489
1463
|
"attributes": [
|
|
1490
1464
|
{
|
|
1491
|
-
"name": "
|
|
1465
|
+
"name": "position",
|
|
1492
1466
|
"values": [
|
|
1493
1467
|
{
|
|
1494
|
-
"name": "
|
|
1468
|
+
"name": "fixed"
|
|
1495
1469
|
},
|
|
1496
1470
|
{
|
|
1497
|
-
"name": "
|
|
1471
|
+
"name": "absolute"
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"name": "static"
|
|
1475
|
+
}
|
|
1476
|
+
]
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"name": "value",
|
|
1480
|
+
"values": []
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"name": "autocomplete",
|
|
1484
|
+
"values": [
|
|
1485
|
+
{
|
|
1486
|
+
"name": "on"
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"name": "off"
|
|
1498
1490
|
}
|
|
1499
1491
|
]
|
|
1500
1492
|
},
|
|
1493
|
+
{
|
|
1494
|
+
"name": "maxlength",
|
|
1495
|
+
"values": []
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"name": "role",
|
|
1499
|
+
"values": []
|
|
1500
|
+
},
|
|
1501
1501
|
{
|
|
1502
1502
|
"name": "placeholder",
|
|
1503
1503
|
"values": []
|
|
@@ -1788,107 +1788,6 @@
|
|
|
1788
1788
|
],
|
|
1789
1789
|
"references": []
|
|
1790
1790
|
},
|
|
1791
|
-
{
|
|
1792
|
-
"name": "u-highlight",
|
|
1793
|
-
"description": "\n---\n",
|
|
1794
|
-
"attributes": [
|
|
1795
|
-
{
|
|
1796
|
-
"name": "result",
|
|
1797
|
-
"description": "The result text to display. If the term is found inside this text, it's highlighted",
|
|
1798
|
-
"values": []
|
|
1799
|
-
},
|
|
1800
|
-
{
|
|
1801
|
-
"name": "term",
|
|
1802
|
-
"description": "The searched term",
|
|
1803
|
-
"values": []
|
|
1804
|
-
}
|
|
1805
|
-
],
|
|
1806
|
-
"references": []
|
|
1807
|
-
},
|
|
1808
|
-
{
|
|
1809
|
-
"name": "u-typeahead-template-render",
|
|
1810
|
-
"description": "\n---\n",
|
|
1811
|
-
"attributes": [
|
|
1812
|
-
{
|
|
1813
|
-
"name": "content",
|
|
1814
|
-
"values": [
|
|
1815
|
-
{
|
|
1816
|
-
"name": "HTMLElement"
|
|
1817
|
-
}
|
|
1818
|
-
]
|
|
1819
|
-
}
|
|
1820
|
-
],
|
|
1821
|
-
"references": []
|
|
1822
|
-
},
|
|
1823
|
-
{
|
|
1824
|
-
"name": "u-typeahead",
|
|
1825
|
-
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
1826
|
-
"attributes": [
|
|
1827
|
-
{
|
|
1828
|
-
"name": "debounce",
|
|
1829
|
-
"description": "The time in milliseconds before triggering an update in the results.",
|
|
1830
|
-
"values": []
|
|
1831
|
-
},
|
|
1832
|
-
{
|
|
1833
|
-
"name": "limit",
|
|
1834
|
-
"description": "The number of suggestions to show",
|
|
1835
|
-
"values": []
|
|
1836
|
-
},
|
|
1837
|
-
{
|
|
1838
|
-
"name": "minLength",
|
|
1839
|
-
"description": "How many characters must be typed before show suggestions\n\n_Note:_ Not used when the source is a `Promise`",
|
|
1840
|
-
"values": []
|
|
1841
|
-
},
|
|
1842
|
-
{
|
|
1843
|
-
"name": "open-on-focus",
|
|
1844
|
-
"description": "Whether the menu will be show when the target get focus.\n\n_Note:_ The `minLength` will still be applied",
|
|
1845
|
-
"values": []
|
|
1846
|
-
},
|
|
1847
|
-
{
|
|
1848
|
-
"name": "editable",
|
|
1849
|
-
"description": "If `true`, model values will not be restricted only to items selected from the menu.",
|
|
1850
|
-
"values": []
|
|
1851
|
-
},
|
|
1852
|
-
{
|
|
1853
|
-
"name": "autocomplete",
|
|
1854
|
-
"description": "The value for the `autocomplete` attribute for the target element.",
|
|
1855
|
-
"values": [
|
|
1856
|
-
{
|
|
1857
|
-
"name": "on"
|
|
1858
|
-
},
|
|
1859
|
-
{
|
|
1860
|
-
"name": "off"
|
|
1861
|
-
}
|
|
1862
|
-
]
|
|
1863
|
-
},
|
|
1864
|
-
{
|
|
1865
|
-
"name": "spellcheck",
|
|
1866
|
-
"description": "The value for the `spellcheck` attribute for the target element.",
|
|
1867
|
-
"values": []
|
|
1868
|
-
},
|
|
1869
|
-
{
|
|
1870
|
-
"name": "fit-target",
|
|
1871
|
-
"values": []
|
|
1872
|
-
},
|
|
1873
|
-
{
|
|
1874
|
-
"name": "positioning",
|
|
1875
|
-
"values": [
|
|
1876
|
-
{
|
|
1877
|
-
"name": "relative"
|
|
1878
|
-
},
|
|
1879
|
-
{
|
|
1880
|
-
"name": "fixed"
|
|
1881
|
-
}
|
|
1882
|
-
]
|
|
1883
|
-
},
|
|
1884
|
-
{
|
|
1885
|
-
"name": "target-id",
|
|
1886
|
-
"description": "The id of the target element to attach the typeahead.",
|
|
1887
|
-
"values": []
|
|
1888
|
-
}
|
|
1889
|
-
],
|
|
1890
|
-
"references": []
|
|
1891
|
-
},
|
|
1892
1791
|
{
|
|
1893
1792
|
"name": "u-text-field",
|
|
1894
1793
|
"description": "\n---\n",
|
|
@@ -2005,6 +1904,107 @@
|
|
|
2005
1904
|
}
|
|
2006
1905
|
],
|
|
2007
1906
|
"references": []
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"name": "u-highlight",
|
|
1910
|
+
"description": "\n---\n",
|
|
1911
|
+
"attributes": [
|
|
1912
|
+
{
|
|
1913
|
+
"name": "result",
|
|
1914
|
+
"description": "The result text to display. If the term is found inside this text, it's highlighted",
|
|
1915
|
+
"values": []
|
|
1916
|
+
},
|
|
1917
|
+
{
|
|
1918
|
+
"name": "term",
|
|
1919
|
+
"description": "The searched term",
|
|
1920
|
+
"values": []
|
|
1921
|
+
}
|
|
1922
|
+
],
|
|
1923
|
+
"references": []
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"name": "u-typeahead-template-render",
|
|
1927
|
+
"description": "\n---\n",
|
|
1928
|
+
"attributes": [
|
|
1929
|
+
{
|
|
1930
|
+
"name": "content",
|
|
1931
|
+
"values": [
|
|
1932
|
+
{
|
|
1933
|
+
"name": "HTMLElement"
|
|
1934
|
+
}
|
|
1935
|
+
]
|
|
1936
|
+
}
|
|
1937
|
+
],
|
|
1938
|
+
"references": []
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"name": "u-typeahead",
|
|
1942
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
1943
|
+
"attributes": [
|
|
1944
|
+
{
|
|
1945
|
+
"name": "debounce",
|
|
1946
|
+
"description": "The time in milliseconds before triggering an update in the results.",
|
|
1947
|
+
"values": []
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
"name": "limit",
|
|
1951
|
+
"description": "The number of suggestions to show",
|
|
1952
|
+
"values": []
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
"name": "minLength",
|
|
1956
|
+
"description": "How many characters must be typed before show suggestions\n\n_Note:_ Not used when the source is a `Promise`",
|
|
1957
|
+
"values": []
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"name": "open-on-focus",
|
|
1961
|
+
"description": "Whether the menu will be show when the target get focus.\n\n_Note:_ The `minLength` will still be applied",
|
|
1962
|
+
"values": []
|
|
1963
|
+
},
|
|
1964
|
+
{
|
|
1965
|
+
"name": "editable",
|
|
1966
|
+
"description": "If `true`, model values will not be restricted only to items selected from the menu.",
|
|
1967
|
+
"values": []
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
"name": "autocomplete",
|
|
1971
|
+
"description": "The value for the `autocomplete` attribute for the target element.",
|
|
1972
|
+
"values": [
|
|
1973
|
+
{
|
|
1974
|
+
"name": "on"
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
"name": "off"
|
|
1978
|
+
}
|
|
1979
|
+
]
|
|
1980
|
+
},
|
|
1981
|
+
{
|
|
1982
|
+
"name": "spellcheck",
|
|
1983
|
+
"description": "The value for the `spellcheck` attribute for the target element.",
|
|
1984
|
+
"values": []
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
"name": "fit-target",
|
|
1988
|
+
"values": []
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"name": "positioning",
|
|
1992
|
+
"values": [
|
|
1993
|
+
{
|
|
1994
|
+
"name": "relative"
|
|
1995
|
+
},
|
|
1996
|
+
{
|
|
1997
|
+
"name": "fixed"
|
|
1998
|
+
}
|
|
1999
|
+
]
|
|
2000
|
+
},
|
|
2001
|
+
{
|
|
2002
|
+
"name": "target-id",
|
|
2003
|
+
"description": "The id of the target element to attach the typeahead.",
|
|
2004
|
+
"values": []
|
|
2005
|
+
}
|
|
2006
|
+
],
|
|
2007
|
+
"references": []
|
|
2008
2008
|
}
|
|
2009
2009
|
]
|
|
2010
2010
|
}
|