@universal-material/web 3.3.19 → 3.4.0
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 +3884 -3828
- package/package.json +2 -1
- package/select/select.styles.js +1 -1
- package/select/select.styles.js.map +1 -1
- package/typeahead/typeahead-template-render.d.ts +6 -0
- package/typeahead/typeahead-template-render.d.ts.map +1 -0
- package/typeahead/typeahead-template-render.js +28 -0
- package/typeahead/typeahead-template-render.js.map +1 -0
- package/typeahead/typeahead.d.ts +2 -1
- package/typeahead/typeahead.d.ts.map +1 -1
- package/typeahead/typeahead.js +4 -2
- package/typeahead/typeahead.js.map +1 -1
- package/typeahead/typeahead.styles.js +1 -1
- package/typeahead/typeahead.styles.js.map +1 -1
- package/vscode.html-custom-data.json +265 -250
|
@@ -682,175 +682,175 @@
|
|
|
682
682
|
"references": []
|
|
683
683
|
},
|
|
684
684
|
{
|
|
685
|
-
"name": "u-chip-
|
|
686
|
-
"description": "\n---\n",
|
|
685
|
+
"name": "u-chip-field",
|
|
686
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
687
687
|
"attributes": [
|
|
688
688
|
{
|
|
689
|
-
"name": "
|
|
690
|
-
"
|
|
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",
|
|
691
703
|
"values": [
|
|
692
704
|
{
|
|
693
|
-
"name": "
|
|
694
|
-
},
|
|
695
|
-
{
|
|
696
|
-
"name": "center"
|
|
705
|
+
"name": "filled"
|
|
697
706
|
},
|
|
698
707
|
{
|
|
699
|
-
"name": "
|
|
708
|
+
"name": "outlined"
|
|
700
709
|
}
|
|
701
710
|
]
|
|
702
|
-
}
|
|
703
|
-
],
|
|
704
|
-
"references": []
|
|
705
|
-
},
|
|
706
|
-
{
|
|
707
|
-
"name": "u-chip",
|
|
708
|
-
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
709
|
-
"attributes": [
|
|
710
|
-
{
|
|
711
|
-
"name": "selected",
|
|
712
|
-
"description": "Whether the chip is selected or not",
|
|
713
|
-
"values": []
|
|
714
711
|
},
|
|
715
712
|
{
|
|
716
|
-
"name": "
|
|
713
|
+
"name": "label",
|
|
714
|
+
"description": "The floating label for the field",
|
|
717
715
|
"values": []
|
|
718
716
|
},
|
|
719
717
|
{
|
|
720
|
-
"name": "
|
|
721
|
-
"description": "Adds elevation to the chip",
|
|
718
|
+
"name": "counter",
|
|
722
719
|
"values": []
|
|
723
720
|
},
|
|
724
721
|
{
|
|
725
|
-
"name": "
|
|
726
|
-
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
722
|
+
"name": "hide-counter",
|
|
727
723
|
"values": []
|
|
728
724
|
},
|
|
729
725
|
{
|
|
730
|
-
"name": "
|
|
731
|
-
"description": "
|
|
726
|
+
"name": "supporting-text",
|
|
727
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
732
728
|
"values": []
|
|
733
729
|
},
|
|
734
730
|
{
|
|
735
|
-
"name": "
|
|
736
|
-
"description": "
|
|
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`",
|
|
737
733
|
"values": []
|
|
738
734
|
},
|
|
739
735
|
{
|
|
740
|
-
"name": "
|
|
741
|
-
"description": "Whether the
|
|
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.",
|
|
742
738
|
"values": []
|
|
743
739
|
},
|
|
744
740
|
{
|
|
745
|
-
"name": "
|
|
746
|
-
"description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
|
|
741
|
+
"name": "disabled",
|
|
747
742
|
"values": []
|
|
748
743
|
},
|
|
749
744
|
{
|
|
750
|
-
"name": "
|
|
751
|
-
"description": "
|
|
745
|
+
"name": "invalid",
|
|
746
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
752
747
|
"values": []
|
|
753
748
|
},
|
|
754
749
|
{
|
|
755
|
-
"name": "
|
|
756
|
-
"description": "Whether the
|
|
750
|
+
"name": "has-leading-icon",
|
|
751
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
757
752
|
"values": []
|
|
758
753
|
},
|
|
759
754
|
{
|
|
760
|
-
"name": "
|
|
761
|
-
"description": "
|
|
755
|
+
"name": "has-trailing-icon",
|
|
756
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
762
757
|
"values": []
|
|
763
758
|
},
|
|
764
759
|
{
|
|
765
|
-
"name": "
|
|
766
|
-
"description": "
|
|
760
|
+
"name": "has-error-text",
|
|
761
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
767
762
|
"values": []
|
|
768
|
-
}
|
|
763
|
+
}
|
|
764
|
+
],
|
|
765
|
+
"references": []
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"name": "u-chip-set",
|
|
769
|
+
"description": "\n---\n",
|
|
770
|
+
"attributes": [
|
|
769
771
|
{
|
|
770
|
-
"name": "
|
|
771
|
-
"
|
|
772
|
+
"name": "alignment",
|
|
773
|
+
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
774
|
+
"values": [
|
|
775
|
+
{
|
|
776
|
+
"name": "start"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"name": "center"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"name": "end"
|
|
783
|
+
}
|
|
784
|
+
]
|
|
772
785
|
}
|
|
773
786
|
],
|
|
774
787
|
"references": []
|
|
775
788
|
},
|
|
776
789
|
{
|
|
777
|
-
"name": "u-chip
|
|
790
|
+
"name": "u-chip",
|
|
778
791
|
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
779
792
|
"attributes": [
|
|
780
793
|
{
|
|
781
|
-
"name": "
|
|
794
|
+
"name": "selected",
|
|
795
|
+
"description": "Whether the chip is selected or not",
|
|
782
796
|
"values": []
|
|
783
797
|
},
|
|
784
798
|
{
|
|
785
|
-
"name": "
|
|
786
|
-
"description": "If true, ignore enter key input",
|
|
799
|
+
"name": "clickable",
|
|
787
800
|
"values": []
|
|
788
801
|
},
|
|
789
802
|
{
|
|
790
|
-
"name": "
|
|
803
|
+
"name": "elevated",
|
|
804
|
+
"description": "Adds elevation to the chip",
|
|
791
805
|
"values": []
|
|
792
806
|
},
|
|
793
807
|
{
|
|
794
|
-
"name": "
|
|
795
|
-
"
|
|
796
|
-
{
|
|
797
|
-
"name": "filled"
|
|
798
|
-
},
|
|
799
|
-
{
|
|
800
|
-
"name": "outlined"
|
|
801
|
-
}
|
|
802
|
-
]
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
"name": "label",
|
|
806
|
-
"description": "The floating label for the field",
|
|
808
|
+
"name": "toggle",
|
|
809
|
+
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
807
810
|
"values": []
|
|
808
811
|
},
|
|
809
812
|
{
|
|
810
|
-
"name": "
|
|
813
|
+
"name": "removable",
|
|
814
|
+
"description": "Add the remove icon",
|
|
811
815
|
"values": []
|
|
812
816
|
},
|
|
813
817
|
{
|
|
814
|
-
"name": "hide-
|
|
818
|
+
"name": "hide-selected-icon",
|
|
819
|
+
"description": "Hide the selected icon",
|
|
815
820
|
"values": []
|
|
816
821
|
},
|
|
817
822
|
{
|
|
818
|
-
"name": "
|
|
819
|
-
"description": "
|
|
823
|
+
"name": "has-leading-icon",
|
|
824
|
+
"description": "Whether the chip has a leading icon or not\n\n_Note:_ Readonly",
|
|
820
825
|
"values": []
|
|
821
826
|
},
|
|
822
827
|
{
|
|
823
|
-
"name": "
|
|
824
|
-
"description": "
|
|
828
|
+
"name": "has-selected-icon",
|
|
829
|
+
"description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
|
|
825
830
|
"values": []
|
|
826
831
|
},
|
|
827
832
|
{
|
|
828
|
-
"name": "
|
|
829
|
-
"description": "Whether the
|
|
833
|
+
"name": "has-trailing-icon",
|
|
834
|
+
"description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
|
|
830
835
|
"values": []
|
|
831
836
|
},
|
|
832
837
|
{
|
|
833
838
|
"name": "disabled",
|
|
839
|
+
"description": "Whether the button is disabled or not.",
|
|
834
840
|
"values": []
|
|
835
841
|
},
|
|
836
842
|
{
|
|
837
|
-
"name": "
|
|
838
|
-
"description": "
|
|
839
|
-
"values": []
|
|
840
|
-
},
|
|
841
|
-
{
|
|
842
|
-
"name": "has-leading-icon",
|
|
843
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
843
|
+
"name": "href",
|
|
844
|
+
"description": "The URL that the link button points to.",
|
|
844
845
|
"values": []
|
|
845
846
|
},
|
|
846
847
|
{
|
|
847
|
-
"name": "
|
|
848
|
-
"description": "
|
|
848
|
+
"name": "target",
|
|
849
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
849
850
|
"values": []
|
|
850
851
|
},
|
|
851
852
|
{
|
|
852
|
-
"name": "
|
|
853
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
853
|
+
"name": "name",
|
|
854
854
|
"values": []
|
|
855
855
|
}
|
|
856
856
|
],
|
|
@@ -980,76 +980,6 @@
|
|
|
980
980
|
"attributes": [],
|
|
981
981
|
"references": []
|
|
982
982
|
},
|
|
983
|
-
{
|
|
984
|
-
"name": "u-drawer-headline",
|
|
985
|
-
"description": "\n---\n",
|
|
986
|
-
"attributes": [],
|
|
987
|
-
"references": []
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"name": "u-drawer-item",
|
|
991
|
-
"description": "\n---\n",
|
|
992
|
-
"attributes": [
|
|
993
|
-
{
|
|
994
|
-
"name": "has-icon",
|
|
995
|
-
"description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
|
|
996
|
-
"values": []
|
|
997
|
-
},
|
|
998
|
-
{
|
|
999
|
-
"name": "has-badge",
|
|
1000
|
-
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
1001
|
-
"values": []
|
|
1002
|
-
},
|
|
1003
|
-
{
|
|
1004
|
-
"name": "active",
|
|
1005
|
-
"description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
|
|
1006
|
-
"values": []
|
|
1007
|
-
},
|
|
1008
|
-
{
|
|
1009
|
-
"name": "keep-drawer-open",
|
|
1010
|
-
"description": "If true, it will not attempt to close de navigation drawer on click",
|
|
1011
|
-
"values": []
|
|
1012
|
-
},
|
|
1013
|
-
{
|
|
1014
|
-
"name": "disabled",
|
|
1015
|
-
"description": "Whether the button is disabled or not.",
|
|
1016
|
-
"values": []
|
|
1017
|
-
},
|
|
1018
|
-
{
|
|
1019
|
-
"name": "href",
|
|
1020
|
-
"description": "The URL that the link button points to.",
|
|
1021
|
-
"values": []
|
|
1022
|
-
},
|
|
1023
|
-
{
|
|
1024
|
-
"name": "target",
|
|
1025
|
-
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1026
|
-
"values": []
|
|
1027
|
-
},
|
|
1028
|
-
{
|
|
1029
|
-
"name": "name",
|
|
1030
|
-
"values": []
|
|
1031
|
-
}
|
|
1032
|
-
],
|
|
1033
|
-
"references": []
|
|
1034
|
-
},
|
|
1035
|
-
{
|
|
1036
|
-
"name": "u-drawer",
|
|
1037
|
-
"description": "\n---\n",
|
|
1038
|
-
"attributes": [],
|
|
1039
|
-
"references": []
|
|
1040
|
-
},
|
|
1041
|
-
{
|
|
1042
|
-
"name": "u-side-navigation",
|
|
1043
|
-
"description": "\n---\n",
|
|
1044
|
-
"attributes": [
|
|
1045
|
-
{
|
|
1046
|
-
"name": "toggle-drawer",
|
|
1047
|
-
"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`",
|
|
1048
|
-
"values": []
|
|
1049
|
-
}
|
|
1050
|
-
],
|
|
1051
|
-
"references": []
|
|
1052
|
-
},
|
|
1053
983
|
{
|
|
1054
984
|
"name": "u-menu-item",
|
|
1055
985
|
"description": "\n---\n",
|
|
@@ -1199,6 +1129,76 @@
|
|
|
1199
1129
|
"attributes": [],
|
|
1200
1130
|
"references": []
|
|
1201
1131
|
},
|
|
1132
|
+
{
|
|
1133
|
+
"name": "u-drawer-headline",
|
|
1134
|
+
"description": "\n---\n",
|
|
1135
|
+
"attributes": [],
|
|
1136
|
+
"references": []
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"name": "u-drawer-item",
|
|
1140
|
+
"description": "\n---\n",
|
|
1141
|
+
"attributes": [
|
|
1142
|
+
{
|
|
1143
|
+
"name": "has-icon",
|
|
1144
|
+
"description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
|
|
1145
|
+
"values": []
|
|
1146
|
+
},
|
|
1147
|
+
{
|
|
1148
|
+
"name": "has-badge",
|
|
1149
|
+
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
1150
|
+
"values": []
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"name": "active",
|
|
1154
|
+
"description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
|
|
1155
|
+
"values": []
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"name": "keep-drawer-open",
|
|
1159
|
+
"description": "If true, it will not attempt to close de navigation drawer on click",
|
|
1160
|
+
"values": []
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"name": "disabled",
|
|
1164
|
+
"description": "Whether the button is disabled or not.",
|
|
1165
|
+
"values": []
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"name": "href",
|
|
1169
|
+
"description": "The URL that the link button points to.",
|
|
1170
|
+
"values": []
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
"name": "target",
|
|
1174
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1175
|
+
"values": []
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"name": "name",
|
|
1179
|
+
"values": []
|
|
1180
|
+
}
|
|
1181
|
+
],
|
|
1182
|
+
"references": []
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"name": "u-drawer",
|
|
1186
|
+
"description": "\n---\n",
|
|
1187
|
+
"attributes": [],
|
|
1188
|
+
"references": []
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"name": "u-side-navigation",
|
|
1192
|
+
"description": "\n---\n",
|
|
1193
|
+
"attributes": [
|
|
1194
|
+
{
|
|
1195
|
+
"name": "toggle-drawer",
|
|
1196
|
+
"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`",
|
|
1197
|
+
"values": []
|
|
1198
|
+
}
|
|
1199
|
+
],
|
|
1200
|
+
"references": []
|
|
1201
|
+
},
|
|
1202
1202
|
{
|
|
1203
1203
|
"name": "u-circular-progress",
|
|
1204
1204
|
"description": "\n---\n",
|
|
@@ -1289,6 +1289,18 @@
|
|
|
1289
1289
|
],
|
|
1290
1290
|
"references": []
|
|
1291
1291
|
},
|
|
1292
|
+
{
|
|
1293
|
+
"name": "u-ripple",
|
|
1294
|
+
"description": "\n---\n",
|
|
1295
|
+
"attributes": [
|
|
1296
|
+
{
|
|
1297
|
+
"name": "disabled",
|
|
1298
|
+
"description": "Disables the ripple.",
|
|
1299
|
+
"values": []
|
|
1300
|
+
}
|
|
1301
|
+
],
|
|
1302
|
+
"references": []
|
|
1303
|
+
},
|
|
1292
1304
|
{
|
|
1293
1305
|
"name": "u-search",
|
|
1294
1306
|
"description": "\n---\n",
|
|
@@ -1539,18 +1551,6 @@
|
|
|
1539
1551
|
],
|
|
1540
1552
|
"references": []
|
|
1541
1553
|
},
|
|
1542
|
-
{
|
|
1543
|
-
"name": "u-ripple",
|
|
1544
|
-
"description": "\n---\n",
|
|
1545
|
-
"attributes": [
|
|
1546
|
-
{
|
|
1547
|
-
"name": "disabled",
|
|
1548
|
-
"description": "Disables the ripple.",
|
|
1549
|
-
"values": []
|
|
1550
|
-
}
|
|
1551
|
-
],
|
|
1552
|
-
"references": []
|
|
1553
|
-
},
|
|
1554
1554
|
{
|
|
1555
1555
|
"name": "u-snackbar",
|
|
1556
1556
|
"description": "\n---\n",
|
|
@@ -1771,92 +1771,6 @@
|
|
|
1771
1771
|
],
|
|
1772
1772
|
"references": []
|
|
1773
1773
|
},
|
|
1774
|
-
{
|
|
1775
|
-
"name": "u-highlight",
|
|
1776
|
-
"description": "\n---\n",
|
|
1777
|
-
"attributes": [
|
|
1778
|
-
{
|
|
1779
|
-
"name": "result",
|
|
1780
|
-
"description": "The result text to display. If the term is found inside this text, it's highlighted",
|
|
1781
|
-
"values": []
|
|
1782
|
-
},
|
|
1783
|
-
{
|
|
1784
|
-
"name": "term",
|
|
1785
|
-
"description": "The searched term",
|
|
1786
|
-
"values": []
|
|
1787
|
-
}
|
|
1788
|
-
],
|
|
1789
|
-
"references": []
|
|
1790
|
-
},
|
|
1791
|
-
{
|
|
1792
|
-
"name": "u-typeahead",
|
|
1793
|
-
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
1794
|
-
"attributes": [
|
|
1795
|
-
{
|
|
1796
|
-
"name": "debounce",
|
|
1797
|
-
"description": "The time in milliseconds before triggering an update in the results.",
|
|
1798
|
-
"values": []
|
|
1799
|
-
},
|
|
1800
|
-
{
|
|
1801
|
-
"name": "limit",
|
|
1802
|
-
"description": "The number of suggestions to show",
|
|
1803
|
-
"values": []
|
|
1804
|
-
},
|
|
1805
|
-
{
|
|
1806
|
-
"name": "minLength",
|
|
1807
|
-
"description": "How many characters must be typed before show suggestions\n\n_Note:_ Not used when the source is a `Promise`",
|
|
1808
|
-
"values": []
|
|
1809
|
-
},
|
|
1810
|
-
{
|
|
1811
|
-
"name": "open-on-focus",
|
|
1812
|
-
"description": "Whether the menu will be show when the target get focus.\n\n_Note:_ The `minLength` will still be applied",
|
|
1813
|
-
"values": []
|
|
1814
|
-
},
|
|
1815
|
-
{
|
|
1816
|
-
"name": "editable",
|
|
1817
|
-
"description": "If `true`, model values will not be restricted only to items selected from the menu.",
|
|
1818
|
-
"values": []
|
|
1819
|
-
},
|
|
1820
|
-
{
|
|
1821
|
-
"name": "autocomplete",
|
|
1822
|
-
"description": "The value for the `autocomplete` attribute for the target element.",
|
|
1823
|
-
"values": [
|
|
1824
|
-
{
|
|
1825
|
-
"name": "on"
|
|
1826
|
-
},
|
|
1827
|
-
{
|
|
1828
|
-
"name": "off"
|
|
1829
|
-
}
|
|
1830
|
-
]
|
|
1831
|
-
},
|
|
1832
|
-
{
|
|
1833
|
-
"name": "spellcheck",
|
|
1834
|
-
"description": "The value for the `spellcheck` attribute for the target element.",
|
|
1835
|
-
"values": []
|
|
1836
|
-
},
|
|
1837
|
-
{
|
|
1838
|
-
"name": "fit-target",
|
|
1839
|
-
"values": []
|
|
1840
|
-
},
|
|
1841
|
-
{
|
|
1842
|
-
"name": "positioning",
|
|
1843
|
-
"values": [
|
|
1844
|
-
{
|
|
1845
|
-
"name": "relative"
|
|
1846
|
-
},
|
|
1847
|
-
{
|
|
1848
|
-
"name": "fixed"
|
|
1849
|
-
}
|
|
1850
|
-
]
|
|
1851
|
-
},
|
|
1852
|
-
{
|
|
1853
|
-
"name": "target-id",
|
|
1854
|
-
"description": "The id of the target element to attach the typeahead.",
|
|
1855
|
-
"values": []
|
|
1856
|
-
}
|
|
1857
|
-
],
|
|
1858
|
-
"references": []
|
|
1859
|
-
},
|
|
1860
1774
|
{
|
|
1861
1775
|
"name": "u-text-field",
|
|
1862
1776
|
"description": "\n---\n",
|
|
@@ -1973,6 +1887,107 @@
|
|
|
1973
1887
|
}
|
|
1974
1888
|
],
|
|
1975
1889
|
"references": []
|
|
1890
|
+
},
|
|
1891
|
+
{
|
|
1892
|
+
"name": "u-highlight",
|
|
1893
|
+
"description": "\n---\n",
|
|
1894
|
+
"attributes": [
|
|
1895
|
+
{
|
|
1896
|
+
"name": "result",
|
|
1897
|
+
"description": "The result text to display. If the term is found inside this text, it's highlighted",
|
|
1898
|
+
"values": []
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
"name": "term",
|
|
1902
|
+
"description": "The searched term",
|
|
1903
|
+
"values": []
|
|
1904
|
+
}
|
|
1905
|
+
],
|
|
1906
|
+
"references": []
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"name": "u-typeahead-template-render",
|
|
1910
|
+
"description": "\n---\n",
|
|
1911
|
+
"attributes": [
|
|
1912
|
+
{
|
|
1913
|
+
"name": "content",
|
|
1914
|
+
"values": [
|
|
1915
|
+
{
|
|
1916
|
+
"name": "HTMLElement"
|
|
1917
|
+
}
|
|
1918
|
+
]
|
|
1919
|
+
}
|
|
1920
|
+
],
|
|
1921
|
+
"references": []
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
"name": "u-typeahead",
|
|
1925
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
1926
|
+
"attributes": [
|
|
1927
|
+
{
|
|
1928
|
+
"name": "debounce",
|
|
1929
|
+
"description": "The time in milliseconds before triggering an update in the results.",
|
|
1930
|
+
"values": []
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"name": "limit",
|
|
1934
|
+
"description": "The number of suggestions to show",
|
|
1935
|
+
"values": []
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"name": "minLength",
|
|
1939
|
+
"description": "How many characters must be typed before show suggestions\n\n_Note:_ Not used when the source is a `Promise`",
|
|
1940
|
+
"values": []
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
"name": "open-on-focus",
|
|
1944
|
+
"description": "Whether the menu will be show when the target get focus.\n\n_Note:_ The `minLength` will still be applied",
|
|
1945
|
+
"values": []
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"name": "editable",
|
|
1949
|
+
"description": "If `true`, model values will not be restricted only to items selected from the menu.",
|
|
1950
|
+
"values": []
|
|
1951
|
+
},
|
|
1952
|
+
{
|
|
1953
|
+
"name": "autocomplete",
|
|
1954
|
+
"description": "The value for the `autocomplete` attribute for the target element.",
|
|
1955
|
+
"values": [
|
|
1956
|
+
{
|
|
1957
|
+
"name": "on"
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"name": "off"
|
|
1961
|
+
}
|
|
1962
|
+
]
|
|
1963
|
+
},
|
|
1964
|
+
{
|
|
1965
|
+
"name": "spellcheck",
|
|
1966
|
+
"description": "The value for the `spellcheck` attribute for the target element.",
|
|
1967
|
+
"values": []
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
"name": "fit-target",
|
|
1971
|
+
"values": []
|
|
1972
|
+
},
|
|
1973
|
+
{
|
|
1974
|
+
"name": "positioning",
|
|
1975
|
+
"values": [
|
|
1976
|
+
{
|
|
1977
|
+
"name": "relative"
|
|
1978
|
+
},
|
|
1979
|
+
{
|
|
1980
|
+
"name": "fixed"
|
|
1981
|
+
}
|
|
1982
|
+
]
|
|
1983
|
+
},
|
|
1984
|
+
{
|
|
1985
|
+
"name": "target-id",
|
|
1986
|
+
"description": "The id of the target element to attach the typeahead.",
|
|
1987
|
+
"values": []
|
|
1988
|
+
}
|
|
1989
|
+
],
|
|
1990
|
+
"references": []
|
|
1976
1991
|
}
|
|
1977
1992
|
]
|
|
1978
1993
|
}
|