@universal-material/web 3.5.3 → 3.5.4

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.
@@ -66,6 +66,245 @@
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
+ },
158
+ {
159
+ "name": "u-calendar",
160
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
161
+ "attributes": [
162
+ {
163
+ "name": "value",
164
+ "values": []
165
+ },
166
+ {
167
+ "name": "dateOutsideMonth",
168
+ "values": []
169
+ },
170
+ {
171
+ "name": "locale",
172
+ "values": []
173
+ }
174
+ ],
175
+ "references": []
176
+ },
177
+ {
178
+ "name": "u-range-calendar",
179
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
180
+ "attributes": [
181
+ {
182
+ "name": "value",
183
+ "values": []
184
+ },
185
+ {
186
+ "name": "dateOutsideMonth",
187
+ "values": []
188
+ },
189
+ {
190
+ "name": "locale",
191
+ "values": []
192
+ }
193
+ ],
194
+ "references": []
195
+ },
196
+ {
197
+ "name": "u-card-content",
198
+ "description": "\n---\n",
199
+ "attributes": [
200
+ {
201
+ "name": "has-content",
202
+ "values": []
203
+ }
204
+ ],
205
+ "references": []
206
+ },
207
+ {
208
+ "name": "u-card-media",
209
+ "description": "\n---\n",
210
+ "attributes": [
211
+ {
212
+ "name": "wide",
213
+ "values": []
214
+ }
215
+ ],
216
+ "references": []
217
+ },
218
+ {
219
+ "name": "u-card",
220
+ "description": "\n---\n",
221
+ "attributes": [
222
+ {
223
+ "name": "variant",
224
+ "description": "The Card variant to render.",
225
+ "values": [
226
+ {
227
+ "name": "filled"
228
+ },
229
+ {
230
+ "name": "elevated"
231
+ },
232
+ {
233
+ "name": "outlined"
234
+ }
235
+ ]
236
+ }
237
+ ],
238
+ "references": []
239
+ },
240
+ {
241
+ "name": "u-checkbox-list-item",
242
+ "description": "\n---\n",
243
+ "attributes": [
244
+ {
245
+ "name": "leading",
246
+ "values": []
247
+ },
248
+ {
249
+ "name": "hide-state-layer",
250
+ "values": []
251
+ },
252
+ {
253
+ "name": "indeterminate",
254
+ "values": []
255
+ },
256
+ {
257
+ "name": "name",
258
+ "values": []
259
+ },
260
+ {
261
+ "name": "disabled",
262
+ "values": []
263
+ },
264
+ {
265
+ "name": "value",
266
+ "description": "The element value to use in form submission when checked.",
267
+ "values": []
268
+ },
269
+ {
270
+ "name": "checked",
271
+ "values": []
272
+ }
273
+ ],
274
+ "references": []
275
+ },
276
+ {
277
+ "name": "u-checkbox",
278
+ "description": "\n---\n",
279
+ "attributes": [
280
+ {
281
+ "name": "hide-state-layer",
282
+ "values": []
283
+ },
284
+ {
285
+ "name": "indeterminate",
286
+ "values": []
287
+ },
288
+ {
289
+ "name": "name",
290
+ "values": []
291
+ },
292
+ {
293
+ "name": "disabled",
294
+ "values": []
295
+ },
296
+ {
297
+ "name": "value",
298
+ "description": "The element value to use in form submission when checked.",
299
+ "values": []
300
+ },
301
+ {
302
+ "name": "checked",
303
+ "values": []
304
+ }
305
+ ],
306
+ "references": []
307
+ },
69
308
  {
70
309
  "name": "u-button-set",
71
310
  "description": "\n---\n",
@@ -509,176 +748,82 @@
509
748
  "references": []
510
749
  },
511
750
  {
512
- "name": "u-button-field",
751
+ "name": "u-chip-set",
513
752
  "description": "\n---\n",
514
753
  "attributes": [
515
754
  {
516
- "name": "value",
517
- "values": []
518
- },
519
- {
520
- "name": "placeholder",
521
- "values": []
522
- },
523
- {
524
- "name": "variant",
755
+ "name": "alignment",
756
+ "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
525
757
  "values": [
526
758
  {
527
- "name": "filled"
759
+ "name": "start"
528
760
  },
529
761
  {
530
- "name": "outlined"
531
- }
762
+ "name": "center"
763
+ },
764
+ {
765
+ "name": "end"
766
+ }
532
767
  ]
533
- },
768
+ }
769
+ ],
770
+ "references": []
771
+ },
772
+ {
773
+ "name": "u-chip",
774
+ "description": "\n---\n\n\n### **Events:**\n - **change**",
775
+ "attributes": [
534
776
  {
535
- "name": "label",
536
- "description": "The floating label for the field",
777
+ "name": "selected",
778
+ "description": "Whether the chip is selected or not",
537
779
  "values": []
538
780
  },
539
781
  {
540
- "name": "counter",
782
+ "name": "clickable",
541
783
  "values": []
542
784
  },
543
785
  {
544
- "name": "hide-counter",
786
+ "name": "elevated",
787
+ "description": "Adds elevation to the chip",
545
788
  "values": []
546
789
  },
547
790
  {
548
- "name": "supporting-text",
549
- "description": "Supporting text conveys additional information about the field, such as how it will be used",
791
+ "name": "toggle",
792
+ "description": "When true, the chip will toggle between selected and unselected\nstates",
550
793
  "values": []
551
794
  },
552
795
  {
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`",
796
+ "name": "removable",
797
+ "description": "Add the remove icon",
555
798
  "values": []
556
799
  },
557
800
  {
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.",
801
+ "name": "hide-selected-icon",
802
+ "description": "Hide the selected icon",
560
803
  "values": []
561
804
  },
562
805
  {
563
806
  "name": "disabled",
807
+ "description": "Whether the button is disabled or not.",
564
808
  "values": []
565
809
  },
566
810
  {
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
- {
601
- "name": "u-calendar",
602
- "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
603
- "attributes": [
604
- {
605
- "name": "value",
606
- "values": []
607
- },
608
- {
609
- "name": "dateOutsideMonth",
610
- "values": []
611
- },
612
- {
613
- "name": "locale",
614
- "values": []
615
- }
616
- ],
617
- "references": []
618
- },
619
- {
620
- "name": "u-range-calendar",
621
- "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
622
- "attributes": [
623
- {
624
- "name": "value",
811
+ "name": "href",
812
+ "description": "The URL that the link button points to.",
625
813
  "values": []
626
814
  },
627
815
  {
628
- "name": "dateOutsideMonth",
816
+ "name": "target",
817
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
629
818
  "values": []
630
819
  },
631
820
  {
632
- "name": "locale",
633
- "values": []
634
- }
635
- ],
636
- "references": []
637
- },
638
- {
639
- "name": "u-card-content",
640
- "description": "\n---\n",
641
- "attributes": [
642
- {
643
- "name": "has-content",
644
- "values": []
645
- }
646
- ],
647
- "references": []
648
- },
649
- {
650
- "name": "u-card-media",
651
- "description": "\n---\n",
652
- "attributes": [
653
- {
654
- "name": "wide",
821
+ "name": "name",
655
822
  "values": []
656
823
  }
657
824
  ],
658
825
  "references": []
659
826
  },
660
- {
661
- "name": "u-card",
662
- "description": "\n---\n",
663
- "attributes": [
664
- {
665
- "name": "variant",
666
- "description": "The Card variant to render.",
667
- "values": [
668
- {
669
- "name": "filled"
670
- },
671
- {
672
- "name": "elevated"
673
- },
674
- {
675
- "name": "outlined"
676
- }
677
- ]
678
- }
679
- ],
680
- "references": []
681
- },
682
827
  {
683
828
  "name": "u-chip-field",
684
829
  "description": "\n---\n\n\n### **Events:**\n - **change**",
@@ -762,151 +907,6 @@
762
907
  ],
763
908
  "references": []
764
909
  },
765
- {
766
- "name": "u-checkbox-list-item",
767
- "description": "\n---\n",
768
- "attributes": [
769
- {
770
- "name": "leading",
771
- "values": []
772
- },
773
- {
774
- "name": "hide-state-layer",
775
- "values": []
776
- },
777
- {
778
- "name": "indeterminate",
779
- "values": []
780
- },
781
- {
782
- "name": "name",
783
- "values": []
784
- },
785
- {
786
- "name": "disabled",
787
- "values": []
788
- },
789
- {
790
- "name": "value",
791
- "description": "The element value to use in form submission when checked.",
792
- "values": []
793
- },
794
- {
795
- "name": "checked",
796
- "values": []
797
- }
798
- ],
799
- "references": []
800
- },
801
- {
802
- "name": "u-checkbox",
803
- "description": "\n---\n",
804
- "attributes": [
805
- {
806
- "name": "hide-state-layer",
807
- "values": []
808
- },
809
- {
810
- "name": "indeterminate",
811
- "values": []
812
- },
813
- {
814
- "name": "name",
815
- "values": []
816
- },
817
- {
818
- "name": "disabled",
819
- "values": []
820
- },
821
- {
822
- "name": "value",
823
- "description": "The element value to use in form submission when checked.",
824
- "values": []
825
- },
826
- {
827
- "name": "checked",
828
- "values": []
829
- }
830
- ],
831
- "references": []
832
- },
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,18 @@
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
+ },
1077
1017
  {
1078
1018
  "name": "u-menu-item",
1079
1019
  "description": "\n---\n",
@@ -1183,8 +1123,85 @@
1183
1123
  ]
1184
1124
  },
1185
1125
  {
1186
- "name": "allow-overflow",
1187
- "description": "Don't limit the height of the menu",
1126
+ "name": "allow-overflow",
1127
+ "description": "Don't limit the height of the menu",
1128
+ "values": []
1129
+ }
1130
+ ],
1131
+ "references": []
1132
+ },
1133
+ {
1134
+ "name": "u-list-item",
1135
+ "description": "\n---\n",
1136
+ "attributes": [
1137
+ {
1138
+ "name": "selectable",
1139
+ "values": []
1140
+ }
1141
+ ],
1142
+ "references": []
1143
+ },
1144
+ {
1145
+ "name": "u-list",
1146
+ "description": "\n---\n",
1147
+ "attributes": [],
1148
+ "references": []
1149
+ },
1150
+ {
1151
+ "name": "u-drawer-headline",
1152
+ "description": "\n---\n",
1153
+ "attributes": [],
1154
+ "references": []
1155
+ },
1156
+ {
1157
+ "name": "u-drawer-item",
1158
+ "description": "\n---\n",
1159
+ "attributes": [
1160
+ {
1161
+ "name": "active",
1162
+ "description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
1163
+ "values": []
1164
+ },
1165
+ {
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",
1187
+ "values": []
1188
+ }
1189
+ ],
1190
+ "references": []
1191
+ },
1192
+ {
1193
+ "name": "u-drawer",
1194
+ "description": "\n---\n",
1195
+ "attributes": [],
1196
+ "references": []
1197
+ },
1198
+ {
1199
+ "name": "u-side-navigation",
1200
+ "description": "\n---\n",
1201
+ "attributes": [
1202
+ {
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`",
1188
1205
  "values": []
1189
1206
  }
1190
1207
  ],
@@ -1241,35 +1258,6 @@
1241
1258
  ],
1242
1259
  "references": []
1243
1260
  },
1244
- {
1245
- "name": "u-list-item",
1246
- "description": "\n---\n",
1247
- "attributes": [
1248
- {
1249
- "name": "selectable",
1250
- "values": []
1251
- }
1252
- ],
1253
- "references": []
1254
- },
1255
- {
1256
- "name": "u-list",
1257
- "description": "\n---\n",
1258
- "attributes": [],
1259
- "references": []
1260
- },
1261
- {
1262
- "name": "u-ripple",
1263
- "description": "\n---\n",
1264
- "attributes": [
1265
- {
1266
- "name": "disabled",
1267
- "description": "Disables the ripple.",
1268
- "values": []
1269
- }
1270
- ],
1271
- "references": []
1272
- },
1273
1261
  {
1274
1262
  "name": "u-radio-list-item",
1275
1263
  "description": "\n---\n",
@@ -1330,6 +1318,18 @@
1330
1318
  ],
1331
1319
  "references": []
1332
1320
  },
1321
+ {
1322
+ "name": "u-ripple",
1323
+ "description": "\n---\n",
1324
+ "attributes": [
1325
+ {
1326
+ "name": "disabled",
1327
+ "description": "Disables the ripple.",
1328
+ "values": []
1329
+ }
1330
+ ],
1331
+ "references": []
1332
+ },
1333
1333
  {
1334
1334
  "name": "u-search",
1335
1335
  "description": "\n---\n",
@@ -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
  }