@universal-material/web 3.7.2 → 3.8.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.
Files changed (181) hide show
  1. package/app-bar/top-app-bar.d.ts +15 -0
  2. package/app-bar/top-app-bar.d.ts.map +1 -1
  3. package/app-bar/top-app-bar.js +15 -0
  4. package/app-bar/top-app-bar.js.map +1 -1
  5. package/badge/badge.d.ts +3 -0
  6. package/badge/badge.d.ts.map +1 -1
  7. package/badge/badge.js +3 -0
  8. package/badge/badge.js.map +1 -1
  9. package/bundle.min.js +600 -482
  10. package/button/button-base.d.ts +7 -0
  11. package/button/button-base.d.ts.map +1 -1
  12. package/button/button-base.js +7 -0
  13. package/button/button-base.js.map +1 -1
  14. package/button/button.d.ts +3 -0
  15. package/button/button.d.ts.map +1 -1
  16. package/button/button.js +3 -0
  17. package/button/button.js.map +1 -1
  18. package/button/icon-button.d.ts +6 -0
  19. package/button/icon-button.d.ts.map +1 -1
  20. package/button/icon-button.js +6 -0
  21. package/button/icon-button.js.map +1 -1
  22. package/button-field/button-field.d.ts +3 -0
  23. package/button-field/button-field.d.ts.map +1 -1
  24. package/button-field/button-field.js +3 -0
  25. package/button-field/button-field.js.map +1 -1
  26. package/calendar/calendar-adapter.d.ts +3 -0
  27. package/calendar/calendar-adapter.d.ts.map +1 -1
  28. package/calendar/calendar-adapter.js.map +1 -1
  29. package/calendar/calendar-base.d.ts +17 -0
  30. package/calendar/calendar-base.d.ts.map +1 -1
  31. package/calendar/calendar-base.js +182 -19
  32. package/calendar/calendar-base.js.map +1 -1
  33. package/calendar/calendar.d.ts +4 -0
  34. package/calendar/calendar.d.ts.map +1 -1
  35. package/calendar/calendar.js +4 -0
  36. package/calendar/calendar.js.map +1 -1
  37. package/calendar/default-calendar-adapter.d.ts +3 -0
  38. package/calendar/default-calendar-adapter.d.ts.map +1 -1
  39. package/calendar/default-calendar-adapter.js +17 -5
  40. package/calendar/default-calendar-adapter.js.map +1 -1
  41. package/card/card-content.d.ts +5 -0
  42. package/card/card-content.d.ts.map +1 -1
  43. package/card/card-content.js +5 -0
  44. package/card/card-content.js.map +1 -1
  45. package/card/card-media.d.ts +3 -0
  46. package/card/card-media.d.ts.map +1 -1
  47. package/card/card-media.js +3 -0
  48. package/card/card-media.js.map +1 -1
  49. package/checkbox/checkbox.d.ts +7 -0
  50. package/checkbox/checkbox.d.ts.map +1 -1
  51. package/checkbox/checkbox.js +7 -0
  52. package/checkbox/checkbox.js.map +1 -1
  53. package/chip/chip.d.ts +3 -0
  54. package/chip/chip.d.ts.map +1 -1
  55. package/chip/chip.js +3 -0
  56. package/chip/chip.js.map +1 -1
  57. package/chip-field/chip-field.d.ts +3 -0
  58. package/chip-field/chip-field.d.ts.map +1 -1
  59. package/chip-field/chip-field.js.map +1 -1
  60. package/custom-elements.json +12881 -9853
  61. package/datepicker/datepicker.d.ts +51 -2
  62. package/datepicker/datepicker.d.ts.map +1 -1
  63. package/datepicker/datepicker.js +185 -3
  64. package/datepicker/datepicker.js.map +1 -1
  65. package/datepicker/format.d.ts +19 -0
  66. package/datepicker/format.d.ts.map +1 -0
  67. package/datepicker/format.js +47 -0
  68. package/datepicker/format.js.map +1 -0
  69. package/datepicker/range-datepicker.d.ts +56 -0
  70. package/datepicker/range-datepicker.d.ts.map +1 -0
  71. package/datepicker/range-datepicker.js +198 -0
  72. package/datepicker/range-datepicker.js.map +1 -0
  73. package/dialog/dialog.d.ts +8 -0
  74. package/dialog/dialog.d.ts.map +1 -1
  75. package/dialog/dialog.js +8 -0
  76. package/dialog/dialog.js.map +1 -1
  77. package/field/field-base.d.ts +14 -0
  78. package/field/field-base.d.ts.map +1 -1
  79. package/field/field-base.js +10 -0
  80. package/field/field-base.js.map +1 -1
  81. package/field/field.d.ts +4 -0
  82. package/field/field.d.ts.map +1 -1
  83. package/field/field.js +4 -0
  84. package/field/field.js.map +1 -1
  85. package/index.d.ts +5 -0
  86. package/index.d.ts.map +1 -1
  87. package/index.js +5 -0
  88. package/index.js.map +1 -1
  89. package/list/list-item.d.ts +3 -0
  90. package/list/list-item.d.ts.map +1 -1
  91. package/list/list-item.js +3 -0
  92. package/list/list-item.js.map +1 -1
  93. package/menu/menu-item.d.ts +6 -0
  94. package/menu/menu-item.d.ts.map +1 -1
  95. package/menu/menu-item.js +6 -0
  96. package/menu/menu-item.js.map +1 -1
  97. package/menu/menu.d.ts +16 -0
  98. package/menu/menu.d.ts.map +1 -1
  99. package/menu/menu.js +24 -5
  100. package/menu/menu.js.map +1 -1
  101. package/menu/menu.styles.d.ts.map +1 -1
  102. package/menu/menu.styles.js +5 -0
  103. package/menu/menu.styles.js.map +1 -1
  104. package/navigation/drawer-headline.styles.js +1 -1
  105. package/navigation/drawer-headline.styles.js.map +1 -1
  106. package/overflow-menu/overflow-menu-item.d.ts +8 -0
  107. package/overflow-menu/overflow-menu-item.d.ts.map +1 -1
  108. package/overflow-menu/overflow-menu-item.js +8 -0
  109. package/overflow-menu/overflow-menu-item.js.map +1 -1
  110. package/package.json +3 -3
  111. package/progress/circular-progress.d.ts +7 -0
  112. package/progress/circular-progress.d.ts.map +1 -1
  113. package/progress/circular-progress.js +3 -0
  114. package/progress/circular-progress.js.map +1 -1
  115. package/progress/progress-bar.d.ts +7 -0
  116. package/progress/progress-bar.d.ts.map +1 -1
  117. package/progress/progress-bar.js +3 -0
  118. package/progress/progress-bar.js.map +1 -1
  119. package/radio/radio.d.ts +3 -0
  120. package/radio/radio.d.ts.map +1 -1
  121. package/radio/radio.js +3 -0
  122. package/radio/radio.js.map +1 -1
  123. package/search/search.d.ts +3 -0
  124. package/search/search.d.ts.map +1 -1
  125. package/search/search.js +3 -0
  126. package/search/search.js.map +1 -1
  127. package/select/option.d.ts +6 -0
  128. package/select/option.d.ts.map +1 -1
  129. package/select/option.js +6 -0
  130. package/select/option.js.map +1 -1
  131. package/select/select.d.ts +4 -0
  132. package/select/select.d.ts.map +1 -1
  133. package/select/select.js +4 -0
  134. package/select/select.js.map +1 -1
  135. package/shared/button-wrapper.d.ts +3 -0
  136. package/shared/button-wrapper.d.ts.map +1 -1
  137. package/shared/button-wrapper.js.map +1 -1
  138. package/shared/char-count-text-field/native-text-field-wrapper.d.ts +13 -0
  139. package/shared/char-count-text-field/native-text-field-wrapper.d.ts.map +1 -1
  140. package/shared/char-count-text-field/native-text-field-wrapper.js +10 -0
  141. package/shared/char-count-text-field/native-text-field-wrapper.js.map +1 -1
  142. package/shared/selection-control/selection-control-list-item.d.ts.map +1 -1
  143. package/shared/selection-control/selection-control-list-item.js +4 -0
  144. package/shared/selection-control/selection-control-list-item.js.map +1 -1
  145. package/shared/selection-control/selection-control.d.ts +9 -0
  146. package/shared/selection-control/selection-control.d.ts.map +1 -1
  147. package/shared/selection-control/selection-control.js +9 -0
  148. package/shared/selection-control/selection-control.js.map +1 -1
  149. package/shared/text-field-base/text-field-base.d.ts +3 -0
  150. package/shared/text-field-base/text-field-base.d.ts.map +1 -1
  151. package/shared/text-field-base/text-field-base.js +3 -0
  152. package/shared/text-field-base/text-field-base.js.map +1 -1
  153. package/snackbar/snackbar.d.ts +9 -0
  154. package/snackbar/snackbar.d.ts.map +1 -1
  155. package/snackbar/snackbar.js +9 -0
  156. package/snackbar/snackbar.js.map +1 -1
  157. package/tab-bar/tab-bar.d.ts +3 -0
  158. package/tab-bar/tab-bar.d.ts.map +1 -1
  159. package/tab-bar/tab-bar.js +3 -0
  160. package/tab-bar/tab-bar.js.map +1 -1
  161. package/tab-bar/tab.d.ts +5 -0
  162. package/tab-bar/tab.d.ts.map +1 -1
  163. package/tab-bar/tab.js +5 -0
  164. package/tab-bar/tab.js.map +1 -1
  165. package/text-area/text-area.d.ts +3 -0
  166. package/text-area/text-area.d.ts.map +1 -1
  167. package/text-area/text-area.js +3 -0
  168. package/text-area/text-area.js.map +1 -1
  169. package/text-field/text-field.d.ts +16 -0
  170. package/text-field/text-field.d.ts.map +1 -1
  171. package/text-field/text-field.js +7 -0
  172. package/text-field/text-field.js.map +1 -1
  173. package/typeahead/typeahead-template-render.d.ts +4 -0
  174. package/typeahead/typeahead-template-render.d.ts.map +1 -1
  175. package/typeahead/typeahead-template-render.js +4 -0
  176. package/typeahead/typeahead-template-render.js.map +1 -1
  177. package/typeahead/typeahead.d.ts +7 -0
  178. package/typeahead/typeahead.d.ts.map +1 -1
  179. package/typeahead/typeahead.js +7 -0
  180. package/typeahead/typeahead.js.map +1 -1
  181. package/vscode.html-custom-data.json +661 -230
@@ -8,6 +8,7 @@
8
8
  "attributes": [
9
9
  {
10
10
  "name": "position",
11
+ "description": "The positioning strategy of the app bar",
11
12
  "values": [
12
13
  {
13
14
  "name": "fixed"
@@ -22,6 +23,7 @@
22
23
  },
23
24
  {
24
25
  "name": "size",
26
+ "description": "The height variant of the app bar",
25
27
  "values": [
26
28
  {
27
29
  "name": "small"
@@ -36,10 +38,12 @@
36
38
  },
37
39
  {
38
40
  "name": "headline",
41
+ "description": "The headline text rendered inside the app bar",
39
42
  "values": []
40
43
  },
41
44
  {
42
45
  "name": "scrollContainer",
46
+ "description": "The element to listen for scroll on to collapse the extended content.\nAccepts an `HTMLElement`, the id of an element, `'window'` to use the\nwindow scroll, or `'none'` to disable scroll handling. Defaults to\n`'window'` when no value is provided.",
43
47
  "values": [
44
48
  {
45
49
  "name": "none"
@@ -58,6 +62,7 @@
58
62
  "attributes": [
59
63
  {
60
64
  "name": "static",
65
+ "description": "Whether the badge is rendered as a static dot, without numeric content",
61
66
  "values": []
62
67
  }
63
68
  ],
@@ -69,14 +74,17 @@
69
74
  "attributes": [
70
75
  {
71
76
  "name": "value",
77
+ "description": "The current value of the field, submitted with the associated form",
72
78
  "values": []
73
79
  },
74
80
  {
75
81
  "name": "placeholder",
82
+ "description": "The placeholder text shown when the field is empty",
76
83
  "values": []
77
84
  },
78
85
  {
79
86
  "name": "variant",
87
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
80
88
  "values": [
81
89
  {
82
90
  "name": "filled"
@@ -93,10 +101,12 @@
93
101
  },
94
102
  {
95
103
  "name": "counter",
104
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
96
105
  "values": []
97
106
  },
98
107
  {
99
108
  "name": "hide-counter",
109
+ "description": "Whether to hide the counter from the supporting text line",
100
110
  "values": []
101
111
  },
102
112
  {
@@ -116,6 +126,7 @@
116
126
  },
117
127
  {
118
128
  "name": "disabled",
129
+ "description": "Whether the field is disabled",
119
130
  "values": []
120
131
  },
121
132
  {
@@ -213,6 +224,7 @@
213
224
  },
214
225
  {
215
226
  "name": "trailing-icon",
227
+ "description": "Whether the slotted icon is rendered after the label instead of before",
216
228
  "values": []
217
229
  },
218
230
  {
@@ -270,10 +282,12 @@
270
282
  },
271
283
  {
272
284
  "name": "type",
285
+ "description": "The button behavior. Mirrors the native `type` attribute and accepts\nvalues like `submit`, `reset` or `button`.",
273
286
  "values": []
274
287
  },
275
288
  {
276
289
  "name": "value",
290
+ "description": "The value submitted with the form when this button is the submitter",
277
291
  "values": []
278
292
  },
279
293
  {
@@ -293,6 +307,7 @@
293
307
  },
294
308
  {
295
309
  "name": "name",
310
+ "description": "The form field name associated with the button when submitting a form",
296
311
  "values": []
297
312
  }
298
313
  ],
@@ -309,10 +324,12 @@
309
324
  },
310
325
  {
311
326
  "name": "type",
327
+ "description": "The button behavior. Mirrors the native `type` attribute and accepts\nvalues like `submit`, `reset` or `button`.",
312
328
  "values": []
313
329
  },
314
330
  {
315
331
  "name": "value",
332
+ "description": "The value submitted with the form when this button is the submitter",
316
333
  "values": []
317
334
  },
318
335
  {
@@ -332,6 +349,7 @@
332
349
  },
333
350
  {
334
351
  "name": "name",
352
+ "description": "The form field name associated with the button when submitting a form",
335
353
  "values": []
336
354
  }
337
355
  ],
@@ -437,10 +455,12 @@
437
455
  },
438
456
  {
439
457
  "name": "type",
458
+ "description": "The button behavior. Mirrors the native `type` attribute and accepts\nvalues like `submit`, `reset` or `button`.",
440
459
  "values": []
441
460
  },
442
461
  {
443
462
  "name": "value",
463
+ "description": "The value submitted with the form when this button is the submitter",
444
464
  "values": []
445
465
  },
446
466
  {
@@ -460,6 +480,7 @@
460
480
  },
461
481
  {
462
482
  "name": "name",
483
+ "description": "The form field name associated with the button when submitting a form",
463
484
  "values": []
464
485
  }
465
486
  ],
@@ -471,6 +492,7 @@
471
492
  "attributes": [
472
493
  {
473
494
  "name": "variant",
495
+ "description": "The Icon Button variant to render",
474
496
  "values": [
475
497
  {
476
498
  "name": "filled"
@@ -488,6 +510,7 @@
488
510
  },
489
511
  {
490
512
  "name": "width",
513
+ "description": "The width of the Icon Button",
491
514
  "values": [
492
515
  {
493
516
  "name": "default"
@@ -555,10 +578,12 @@
555
578
  },
556
579
  {
557
580
  "name": "type",
581
+ "description": "The button behavior. Mirrors the native `type` attribute and accepts\nvalues like `submit`, `reset` or `button`.",
558
582
  "values": []
559
583
  },
560
584
  {
561
585
  "name": "value",
586
+ "description": "The value submitted with the form when this button is the submitter",
562
587
  "values": []
563
588
  },
564
589
  {
@@ -578,6 +603,7 @@
578
603
  },
579
604
  {
580
605
  "name": "name",
606
+ "description": "The form field name associated with the button when submitting a form",
581
607
  "values": []
582
608
  }
583
609
  ],
@@ -589,14 +615,22 @@
589
615
  "attributes": [
590
616
  {
591
617
  "name": "value",
618
+ "description": "The selected date as an ISO date string (`YYYY-MM-DD`), or an empty\nstring when no date is selected",
592
619
  "values": []
593
620
  },
594
621
  {
595
622
  "name": "dateOutsideMonth",
623
+ "description": "Whether to render dates from the previous and next months that\nfall inside the displayed weeks",
624
+ "values": []
625
+ },
626
+ {
627
+ "name": "year-range",
628
+ "description": "Number of years displayed per page in the year picker view.",
596
629
  "values": []
597
630
  },
598
631
  {
599
632
  "name": "locale",
633
+ "description": "The BCP 47 locale tag used to format month names and weekdays.\nWhen `null`, falls back to the browser's `navigator.language`.",
600
634
  "values": []
601
635
  }
602
636
  ],
@@ -612,10 +646,17 @@
612
646
  },
613
647
  {
614
648
  "name": "dateOutsideMonth",
649
+ "description": "Whether to render dates from the previous and next months that\nfall inside the displayed weeks",
650
+ "values": []
651
+ },
652
+ {
653
+ "name": "year-range",
654
+ "description": "Number of years displayed per page in the year picker view.",
615
655
  "values": []
616
656
  },
617
657
  {
618
658
  "name": "locale",
659
+ "description": "The BCP 47 locale tag used to format month names and weekdays.\nWhen `null`, falls back to the browser's `navigator.language`.",
619
660
  "values": []
620
661
  }
621
662
  ],
@@ -627,6 +668,7 @@
627
668
  "attributes": [
628
669
  {
629
670
  "name": "has-content",
671
+ "description": "Whether the default slot has assigned content\n\n_Note:_ Readonly",
630
672
  "values": []
631
673
  }
632
674
  ],
@@ -638,6 +680,7 @@
638
680
  "attributes": [
639
681
  {
640
682
  "name": "wide",
683
+ "description": "Whether the media block uses the wide aspect ratio variant",
641
684
  "values": []
642
685
  }
643
686
  ],
@@ -666,92 +709,159 @@
666
709
  "references": []
667
710
  },
668
711
  {
669
- "name": "u-checkbox-list-item",
712
+ "name": "u-chip-set",
670
713
  "description": "\n---\n",
671
714
  "attributes": [
672
715
  {
673
- "name": "leading",
716
+ "name": "alignment",
717
+ "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
718
+ "values": [
719
+ {
720
+ "name": "start"
721
+ },
722
+ {
723
+ "name": "center"
724
+ },
725
+ {
726
+ "name": "end"
727
+ }
728
+ ]
729
+ }
730
+ ],
731
+ "references": []
732
+ },
733
+ {
734
+ "name": "u-chip",
735
+ "description": "\n---\n\n\n### **Events:**\n - **change**",
736
+ "attributes": [
737
+ {
738
+ "name": "selected",
739
+ "description": "Whether the chip is selected or not",
674
740
  "values": []
675
741
  },
676
742
  {
677
- "name": "hide-state-layer",
743
+ "name": "clickable",
744
+ "description": "Whether the chip is interactive and renders a ripple on click",
678
745
  "values": []
679
746
  },
680
747
  {
681
- "name": "indeterminate",
748
+ "name": "elevated",
749
+ "description": "Adds elevation to the chip",
682
750
  "values": []
683
751
  },
684
752
  {
685
- "name": "name",
753
+ "name": "toggle",
754
+ "description": "When true, the chip will toggle between selected and unselected\nstates",
755
+ "values": []
756
+ },
757
+ {
758
+ "name": "removable",
759
+ "description": "Add the remove icon",
760
+ "values": []
761
+ },
762
+ {
763
+ "name": "hide-selected-icon",
764
+ "description": "Hide the selected icon",
686
765
  "values": []
687
766
  },
688
767
  {
689
768
  "name": "disabled",
769
+ "description": "Whether the button is disabled or not.",
690
770
  "values": []
691
771
  },
692
772
  {
693
- "name": "value",
694
- "description": "The element value to use in form submission when checked.",
773
+ "name": "href",
774
+ "description": "The URL that the link button points to.",
695
775
  "values": []
696
776
  },
697
777
  {
698
- "name": "checked",
778
+ "name": "target",
779
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
780
+ "values": []
781
+ },
782
+ {
783
+ "name": "name",
784
+ "description": "The form field name associated with the button when submitting a form",
699
785
  "values": []
700
786
  }
701
787
  ],
702
788
  "references": []
703
789
  },
704
790
  {
705
- "name": "u-checkbox",
706
- "description": "\n---\n",
791
+ "name": "u-datepicker",
792
+ "description": "\n---\n\n\n### **Events:**\n - **input**",
707
793
  "attributes": [
708
794
  {
709
- "name": "hide-state-layer",
795
+ "name": "locale",
796
+ "description": "The BCP 47 locale tag forwarded to the underlying calendar and used for\nnon-editable display formatting.\nWhen `null`, the calendar falls back to the browser's `navigator.language`.",
710
797
  "values": []
711
798
  },
712
799
  {
713
- "name": "indeterminate",
714
- "values": []
800
+ "name": "format",
801
+ "description": "Format used when displaying the value while the field is not editable.\nAccepts the named presets `'short'`, `'medium'`, `'long'`, `'full'`,\nthe literal `'iso'` (keeps the ISO `YYYY-MM-DD` value), or an\n`Intl.DateTimeFormatOptions` object for custom formatting.\nIn editable mode the input uses the browser's native `type=\"date\"` mask\nand ignores this property.",
802
+ "values": [
803
+ {
804
+ "name": "DatepickerFormat"
805
+ }
806
+ ]
715
807
  },
716
808
  {
717
- "name": "name",
809
+ "name": "editable",
810
+ "description": "Whether the input accepts manually-typed dates. When `false` (default),\nthe field is read-only and clicking anywhere opens the calendar popover.\nWhen `true`, the input uses native `type=\"date\"` and accepts keyboard input;\nthe calendar popover is opened via the trailing icon.",
718
811
  "values": []
719
812
  },
720
813
  {
721
- "name": "disabled",
814
+ "name": "readOnly",
815
+ "description": "Whether the input is read-only. When set, manual typing is disabled even\nif `editable` is `true`; the calendar popover remains available.",
722
816
  "values": []
723
817
  },
818
+ {
819
+ "name": "menu-positioning",
820
+ "description": "The positioning strategy used by the calendar popover. Use `'fixed'`\nwhen the datepicker is rendered inside a clipped/scrollable container.",
821
+ "values": [
822
+ {
823
+ "name": "relative"
824
+ },
825
+ {
826
+ "name": "fixed"
827
+ }
828
+ ]
829
+ },
724
830
  {
725
831
  "name": "value",
726
- "description": "The element value to use in form submission when checked.",
832
+ "description": "The current text value of the field, submitted with the associated form",
727
833
  "values": []
728
834
  },
729
835
  {
730
- "name": "checked",
731
- "values": []
732
- }
733
- ],
734
- "references": []
735
- },
736
- {
737
- "name": "u-chip-field",
738
- "description": "\n---\n\n\n### **Events:**\n - **change**",
739
- "attributes": [
836
+ "name": "autocomplete",
837
+ "description": "Mirrors the native `autocomplete` attribute on the underlying input",
838
+ "values": [
839
+ {
840
+ "name": "on"
841
+ },
842
+ {
843
+ "name": "off"
844
+ }
845
+ ]
846
+ },
740
847
  {
741
- "name": "name",
848
+ "name": "maxlength",
849
+ "description": "Maximum number of characters the field accepts. When set, drives the\nautomatic character counter shown in the supporting text.",
742
850
  "values": []
743
851
  },
744
852
  {
745
- "name": "manual",
746
- "description": "If true, ignore enter key input",
853
+ "name": "role",
854
+ "description": "The ARIA role applied to the inner input element",
747
855
  "values": []
748
856
  },
749
857
  {
750
858
  "name": "placeholder",
859
+ "description": "The placeholder text shown when the field is empty",
751
860
  "values": []
752
861
  },
753
862
  {
754
863
  "name": "variant",
864
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
755
865
  "values": [
756
866
  {
757
867
  "name": "filled"
@@ -768,10 +878,12 @@
768
878
  },
769
879
  {
770
880
  "name": "counter",
881
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
771
882
  "values": []
772
883
  },
773
884
  {
774
885
  "name": "hide-counter",
886
+ "description": "Whether to hide the counter from the supporting text line",
775
887
  "values": []
776
888
  },
777
889
  {
@@ -791,6 +903,7 @@
791
903
  },
792
904
  {
793
905
  "name": "disabled",
906
+ "description": "Whether the field is disabled",
794
907
  "values": []
795
908
  },
796
909
  {
@@ -817,86 +930,313 @@
817
930
  "references": []
818
931
  },
819
932
  {
820
- "name": "u-chip-set",
821
- "description": "\n---\n",
933
+ "name": "u-range-datepicker",
934
+ "description": "\n---\n\n\n### **Events:**\n - **input**",
822
935
  "attributes": [
823
936
  {
824
- "name": "alignment",
825
- "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
937
+ "name": "locale",
938
+ "description": "The BCP 47 locale tag forwarded to the underlying range calendar and used\nfor non-editable display formatting.\nWhen `null`, the calendar falls back to the browser's `navigator.language`.",
939
+ "values": []
940
+ },
941
+ {
942
+ "name": "format",
943
+ "description": "Format used when displaying the value while the field is not editable.\nAccepts `'short'`, `'medium'`, `'long'`, `'full'`, `'iso'`, or an\n`Intl.DateTimeFormatOptions` object. Each end of the range is formatted\nindependently and joined with ` - `.",
826
944
  "values": [
827
945
  {
828
- "name": "start"
946
+ "name": "DatepickerFormat"
947
+ }
948
+ ]
949
+ },
950
+ {
951
+ "name": "editable",
952
+ "description": "Whether the input accepts manually-typed ranges. When `false` (default),\nthe field is read-only and clicking anywhere opens the calendar popover.\nWhen `true`, the input accepts text in the `YYYY-MM-DD - YYYY-MM-DD` format;\nthe calendar popover is opened via the trailing icon.",
953
+ "values": []
954
+ },
955
+ {
956
+ "name": "readOnly",
957
+ "description": "Whether the input is read-only. When set, manual typing is disabled even\nif `editable` is `true`; the calendar popover remains available.",
958
+ "values": []
959
+ },
960
+ {
961
+ "name": "menu-positioning",
962
+ "description": "The positioning strategy used by the calendar popover. Use `'fixed'`\nwhen the datepicker is rendered inside a clipped/scrollable container.",
963
+ "values": [
964
+ {
965
+ "name": "relative"
829
966
  },
830
967
  {
831
- "name": "center"
968
+ "name": "fixed"
969
+ }
970
+ ]
971
+ },
972
+ {
973
+ "name": "value",
974
+ "description": "The current text value of the field, submitted with the associated form",
975
+ "values": []
976
+ },
977
+ {
978
+ "name": "autocomplete",
979
+ "description": "Mirrors the native `autocomplete` attribute on the underlying input",
980
+ "values": [
981
+ {
982
+ "name": "on"
832
983
  },
833
984
  {
834
- "name": "end"
985
+ "name": "off"
835
986
  }
836
987
  ]
988
+ },
989
+ {
990
+ "name": "maxlength",
991
+ "description": "Maximum number of characters the field accepts. When set, drives the\nautomatic character counter shown in the supporting text.",
992
+ "values": []
993
+ },
994
+ {
995
+ "name": "role",
996
+ "description": "The ARIA role applied to the inner input element",
997
+ "values": []
998
+ },
999
+ {
1000
+ "name": "placeholder",
1001
+ "description": "The placeholder text shown when the field is empty",
1002
+ "values": []
1003
+ },
1004
+ {
1005
+ "name": "variant",
1006
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
1007
+ "values": [
1008
+ {
1009
+ "name": "filled"
1010
+ },
1011
+ {
1012
+ "name": "outlined"
1013
+ }
1014
+ ]
1015
+ },
1016
+ {
1017
+ "name": "label",
1018
+ "description": "The floating label for the field",
1019
+ "values": []
1020
+ },
1021
+ {
1022
+ "name": "counter",
1023
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
1024
+ "values": []
1025
+ },
1026
+ {
1027
+ "name": "hide-counter",
1028
+ "description": "Whether to hide the counter from the supporting text line",
1029
+ "values": []
1030
+ },
1031
+ {
1032
+ "name": "supporting-text",
1033
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
1034
+ "values": []
1035
+ },
1036
+ {
1037
+ "name": "error-text",
1038
+ "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`",
1039
+ "values": []
1040
+ },
1041
+ {
1042
+ "name": "empty",
1043
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
1044
+ "values": []
1045
+ },
1046
+ {
1047
+ "name": "disabled",
1048
+ "description": "Whether the field is disabled",
1049
+ "values": []
1050
+ },
1051
+ {
1052
+ "name": "invalid",
1053
+ "description": "Get or sets where or not the field is in a visually invalid state.",
1054
+ "values": []
1055
+ },
1056
+ {
1057
+ "name": "has-leading-icon",
1058
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
1059
+ "values": []
1060
+ },
1061
+ {
1062
+ "name": "has-trailing-icon",
1063
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
1064
+ "values": []
1065
+ },
1066
+ {
1067
+ "name": "has-error-text",
1068
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
1069
+ "values": []
837
1070
  }
838
1071
  ],
839
1072
  "references": []
840
1073
  },
841
1074
  {
842
- "name": "u-chip",
843
- "description": "\n---\n\n\n### **Events:**\n - **change**",
1075
+ "name": "u-checkbox-list-item",
1076
+ "description": "\n---\n",
844
1077
  "attributes": [
845
1078
  {
846
- "name": "selected",
847
- "description": "Whether the chip is selected or not",
1079
+ "name": "leading",
1080
+ "description": "Whether to render the selection control before the label.\nDefaults to a trailing position.",
848
1081
  "values": []
849
1082
  },
850
1083
  {
851
- "name": "clickable",
1084
+ "name": "hide-state-layer",
1085
+ "description": "Whether to hide the hover/focus state layer behind the checkbox indicator",
852
1086
  "values": []
853
1087
  },
854
1088
  {
855
- "name": "elevated",
856
- "description": "Adds elevation to the chip",
1089
+ "name": "indeterminate",
1090
+ "description": "Whether the checkbox is in the indeterminate (mixed) state.\nSetting `checked` resets this to `false`.",
857
1091
  "values": []
858
1092
  },
859
1093
  {
860
- "name": "toggle",
861
- "description": "When true, the chip will toggle between selected and unselected\nstates",
1094
+ "name": "name",
1095
+ "description": "The form field name used when submitting the control's value",
862
1096
  "values": []
863
1097
  },
864
1098
  {
865
- "name": "removable",
866
- "description": "Add the remove icon",
1099
+ "name": "disabled",
1100
+ "description": "Whether the control is disabled and prevents user interaction",
867
1101
  "values": []
868
1102
  },
869
1103
  {
870
- "name": "hide-selected-icon",
871
- "description": "Hide the selected icon",
1104
+ "name": "value",
1105
+ "description": "The element value to use in form submission when checked.",
872
1106
  "values": []
873
1107
  },
874
1108
  {
875
- "name": "disabled",
876
- "description": "Whether the button is disabled or not.",
1109
+ "name": "checked",
1110
+ "description": "Whether the control is checked",
877
1111
  "values": []
878
- },
1112
+ }
1113
+ ],
1114
+ "references": []
1115
+ },
1116
+ {
1117
+ "name": "u-checkbox",
1118
+ "description": "\n---\n",
1119
+ "attributes": [
879
1120
  {
880
- "name": "href",
881
- "description": "The URL that the link button points to.",
1121
+ "name": "hide-state-layer",
1122
+ "description": "Whether to hide the hover/focus state layer behind the checkbox indicator",
882
1123
  "values": []
883
1124
  },
884
1125
  {
885
- "name": "target",
886
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1126
+ "name": "indeterminate",
1127
+ "description": "Whether the checkbox is in the indeterminate (mixed) state.\nSetting `checked` resets this to `false`.",
887
1128
  "values": []
888
1129
  },
889
1130
  {
890
1131
  "name": "name",
1132
+ "description": "The form field name used when submitting the control's value",
1133
+ "values": []
1134
+ },
1135
+ {
1136
+ "name": "disabled",
1137
+ "description": "Whether the control is disabled and prevents user interaction",
1138
+ "values": []
1139
+ },
1140
+ {
1141
+ "name": "value",
1142
+ "description": "The element value to use in form submission when checked.",
1143
+ "values": []
1144
+ },
1145
+ {
1146
+ "name": "checked",
1147
+ "description": "Whether the control is checked",
891
1148
  "values": []
892
1149
  }
893
1150
  ],
894
1151
  "references": []
895
1152
  },
896
1153
  {
897
- "name": "u-datepicker",
898
- "description": "\n---\n",
899
- "attributes": [],
1154
+ "name": "u-chip-field",
1155
+ "description": "\n---\n\n\n### **Events:**\n - **change**",
1156
+ "attributes": [
1157
+ {
1158
+ "name": "name",
1159
+ "description": "The form field name used when submitting each chip value as form data",
1160
+ "values": []
1161
+ },
1162
+ {
1163
+ "name": "manual",
1164
+ "description": "If true, ignore enter key input",
1165
+ "values": []
1166
+ },
1167
+ {
1168
+ "name": "placeholder",
1169
+ "description": "The placeholder text shown when the field is empty",
1170
+ "values": []
1171
+ },
1172
+ {
1173
+ "name": "variant",
1174
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
1175
+ "values": [
1176
+ {
1177
+ "name": "filled"
1178
+ },
1179
+ {
1180
+ "name": "outlined"
1181
+ }
1182
+ ]
1183
+ },
1184
+ {
1185
+ "name": "label",
1186
+ "description": "The floating label for the field",
1187
+ "values": []
1188
+ },
1189
+ {
1190
+ "name": "counter",
1191
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
1192
+ "values": []
1193
+ },
1194
+ {
1195
+ "name": "hide-counter",
1196
+ "description": "Whether to hide the counter from the supporting text line",
1197
+ "values": []
1198
+ },
1199
+ {
1200
+ "name": "supporting-text",
1201
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
1202
+ "values": []
1203
+ },
1204
+ {
1205
+ "name": "error-text",
1206
+ "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`",
1207
+ "values": []
1208
+ },
1209
+ {
1210
+ "name": "empty",
1211
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
1212
+ "values": []
1213
+ },
1214
+ {
1215
+ "name": "disabled",
1216
+ "description": "Whether the field is disabled",
1217
+ "values": []
1218
+ },
1219
+ {
1220
+ "name": "invalid",
1221
+ "description": "Get or sets where or not the field is in a visually invalid state.",
1222
+ "values": []
1223
+ },
1224
+ {
1225
+ "name": "has-leading-icon",
1226
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
1227
+ "values": []
1228
+ },
1229
+ {
1230
+ "name": "has-trailing-icon",
1231
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
1232
+ "values": []
1233
+ },
1234
+ {
1235
+ "name": "has-error-text",
1236
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
1237
+ "values": []
1238
+ }
1239
+ ],
900
1240
  "references": []
901
1241
  },
902
1242
  {
@@ -905,6 +1245,7 @@
905
1245
  "attributes": [
906
1246
  {
907
1247
  "name": "open",
1248
+ "description": "Whether the dialog is open. Setting this to `true` is equivalent to\ncalling `show()`; setting it to `false` is equivalent to `close()`.",
908
1249
  "values": []
909
1250
  },
910
1251
  {
@@ -919,6 +1260,7 @@
919
1260
  },
920
1261
  {
921
1262
  "name": "scrollContainer",
1263
+ "description": "The external element that drives the top/bottom scroll dividers.\nWhen not set, the dialog's own content element is used.",
922
1264
  "values": [
923
1265
  {
924
1266
  "name": "HTMLElement"
@@ -934,10 +1276,12 @@
934
1276
  "attributes": [
935
1277
  {
936
1278
  "name": "autoEmpty",
1279
+ "description": "Whether the field should automatically derive its `empty` state from\nthe slotted native input's value",
937
1280
  "values": []
938
1281
  },
939
1282
  {
940
1283
  "name": "variant",
1284
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
941
1285
  "values": [
942
1286
  {
943
1287
  "name": "filled"
@@ -954,10 +1298,12 @@
954
1298
  },
955
1299
  {
956
1300
  "name": "counter",
1301
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
957
1302
  "values": []
958
1303
  },
959
1304
  {
960
1305
  "name": "hide-counter",
1306
+ "description": "Whether to hide the counter from the supporting text line",
961
1307
  "values": []
962
1308
  },
963
1309
  {
@@ -977,6 +1323,7 @@
977
1323
  },
978
1324
  {
979
1325
  "name": "disabled",
1326
+ "description": "Whether the field is disabled",
980
1327
  "values": []
981
1328
  },
982
1329
  {
@@ -1020,6 +1367,7 @@
1020
1367
  "attributes": [
1021
1368
  {
1022
1369
  "name": "selectable",
1370
+ "description": "Whether the list item is interactive and renders a ripple on click",
1023
1371
  "values": []
1024
1372
  }
1025
1373
  ],
@@ -1031,16 +1379,57 @@
1031
1379
  "attributes": [],
1032
1380
  "references": []
1033
1381
  },
1382
+ {
1383
+ "name": "u-overflow-menu-item",
1384
+ "description": "\n---\n",
1385
+ "attributes": [
1386
+ {
1387
+ "name": "label",
1388
+ "description": "The accessible label for the action, used as the icon button's title",
1389
+ "values": []
1390
+ },
1391
+ {
1392
+ "name": "collapse",
1393
+ "description": "Controls how the item behaves when space is limited.\n`'auto'` allows the item to be moved into the overflow menu;\n`'always'` keeps it permanently hidden behind the overflow trigger.",
1394
+ "values": [
1395
+ {
1396
+ "name": "auto"
1397
+ },
1398
+ {
1399
+ "name": "always"
1400
+ }
1401
+ ]
1402
+ }
1403
+ ],
1404
+ "references": []
1405
+ },
1406
+ {
1407
+ "name": "u-overflow-menu",
1408
+ "description": "\n---\n",
1409
+ "attributes": [
1410
+ {
1411
+ "name": "anchor",
1412
+ "values": [
1413
+ {
1414
+ "name": "HTMLElement"
1415
+ }
1416
+ ]
1417
+ }
1418
+ ],
1419
+ "references": []
1420
+ },
1034
1421
  {
1035
1422
  "name": "u-menu-item",
1036
1423
  "description": "\n---\n",
1037
1424
  "attributes": [
1038
1425
  {
1039
1426
  "name": "active",
1427
+ "description": "Whether the item is currently highlighted via keyboard navigation",
1040
1428
  "values": []
1041
1429
  },
1042
1430
  {
1043
1431
  "name": "has-badge",
1432
+ "description": "Whether the item should reserve space for a trailing badge indicator",
1044
1433
  "values": []
1045
1434
  },
1046
1435
  {
@@ -1060,6 +1449,7 @@
1060
1449
  },
1061
1450
  {
1062
1451
  "name": "name",
1452
+ "description": "The form field name associated with the button when submitting a form",
1063
1453
  "values": []
1064
1454
  }
1065
1455
  ],
@@ -1071,6 +1461,7 @@
1071
1461
  "attributes": [
1072
1462
  {
1073
1463
  "name": "autoclose",
1464
+ "description": "Controls automatic closing on outside interaction.\n- `true`: closes on any click outside the menu (default)\n- `false`: never closes automatically\n- `'outside'`: closes only on clicks outside, but does not close on clicks inside the menu",
1074
1465
  "values": [
1075
1466
  {
1076
1467
  "name": "outside"
@@ -1084,6 +1475,7 @@
1084
1475
  },
1085
1476
  {
1086
1477
  "name": "positioning",
1478
+ "description": "The menu positioning strategy.\n`'relative'` positions the menu inside its parent's stacking context;\n`'fixed'` positions it relative to the viewport, useful when the\nmenu is nested inside a clipped container.",
1087
1479
  "values": [
1088
1480
  {
1089
1481
  "name": "relative"
@@ -1095,6 +1487,7 @@
1095
1487
  },
1096
1488
  {
1097
1489
  "name": "manualFocus",
1490
+ "description": "When `true`, the menu does not automatically focus its first\nenabled item on open",
1098
1491
  "values": []
1099
1492
  },
1100
1493
  {
@@ -1176,70 +1569,34 @@
1176
1569
  "name": "href",
1177
1570
  "description": "The URL that the link button points to.",
1178
1571
  "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`",
1205
- "values": []
1206
- }
1207
- ],
1208
- "references": []
1209
- },
1210
- {
1211
- "name": "u-overflow-menu-item",
1212
- "description": "\n---\n",
1213
- "attributes": [
1214
- {
1215
- "name": "label",
1216
- "values": []
1217
- },
1218
- {
1219
- "name": "collapse",
1220
- "values": [
1221
- {
1222
- "name": "auto"
1223
- },
1224
- {
1225
- "name": "always"
1226
- }
1227
- ]
1572
+ },
1573
+ {
1574
+ "name": "target",
1575
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1576
+ "values": []
1577
+ },
1578
+ {
1579
+ "name": "name",
1580
+ "description": "The form field name associated with the button when submitting a form",
1581
+ "values": []
1228
1582
  }
1229
1583
  ],
1230
1584
  "references": []
1231
1585
  },
1232
1586
  {
1233
- "name": "u-overflow-menu",
1587
+ "name": "u-drawer",
1588
+ "description": "\n---\n",
1589
+ "attributes": [],
1590
+ "references": []
1591
+ },
1592
+ {
1593
+ "name": "u-side-navigation",
1234
1594
  "description": "\n---\n",
1235
1595
  "attributes": [
1236
1596
  {
1237
- "name": "anchor",
1238
- "values": [
1239
- {
1240
- "name": "HTMLElement"
1241
- }
1242
- ]
1597
+ "name": "toggle-drawer",
1598
+ "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`",
1599
+ "values": []
1243
1600
  }
1244
1601
  ],
1245
1602
  "references": []
@@ -1250,10 +1607,12 @@
1250
1607
  "attributes": [
1251
1608
  {
1252
1609
  "name": "value",
1610
+ "description": "The current progress value. When `undefined`, the indicator is rendered\nin indeterminate mode.",
1253
1611
  "values": []
1254
1612
  },
1255
1613
  {
1256
1614
  "name": "max",
1615
+ "description": "The maximum value of the progress indicator",
1257
1616
  "values": []
1258
1617
  }
1259
1618
  ],
@@ -1265,10 +1624,12 @@
1265
1624
  "attributes": [
1266
1625
  {
1267
1626
  "name": "value",
1627
+ "description": "The current progress value. When `undefined`, the bar is rendered\nin indeterminate mode.",
1268
1628
  "values": []
1269
1629
  },
1270
1630
  {
1271
1631
  "name": "max",
1632
+ "description": "The maximum value of the progress bar",
1272
1633
  "values": []
1273
1634
  }
1274
1635
  ],
@@ -1280,18 +1641,22 @@
1280
1641
  "attributes": [
1281
1642
  {
1282
1643
  "name": "leading",
1644
+ "description": "Whether to render the selection control before the label.\nDefaults to a trailing position.",
1283
1645
  "values": []
1284
1646
  },
1285
1647
  {
1286
1648
  "name": "hide-state-layer",
1649
+ "description": "Whether to hide the hover/focus state layer behind the radio indicator",
1287
1650
  "values": []
1288
1651
  },
1289
1652
  {
1290
1653
  "name": "name",
1654
+ "description": "The form field name used when submitting the control's value",
1291
1655
  "values": []
1292
1656
  },
1293
1657
  {
1294
1658
  "name": "disabled",
1659
+ "description": "Whether the control is disabled and prevents user interaction",
1295
1660
  "values": []
1296
1661
  },
1297
1662
  {
@@ -1301,6 +1666,7 @@
1301
1666
  },
1302
1667
  {
1303
1668
  "name": "checked",
1669
+ "description": "Whether the control is checked",
1304
1670
  "values": []
1305
1671
  }
1306
1672
  ],
@@ -1312,14 +1678,17 @@
1312
1678
  "attributes": [
1313
1679
  {
1314
1680
  "name": "hide-state-layer",
1681
+ "description": "Whether to hide the hover/focus state layer behind the radio indicator",
1315
1682
  "values": []
1316
1683
  },
1317
1684
  {
1318
1685
  "name": "name",
1686
+ "description": "The form field name used when submitting the control's value",
1319
1687
  "values": []
1320
1688
  },
1321
1689
  {
1322
1690
  "name": "disabled",
1691
+ "description": "Whether the control is disabled and prevents user interaction",
1323
1692
  "values": []
1324
1693
  },
1325
1694
  {
@@ -1329,6 +1698,7 @@
1329
1698
  },
1330
1699
  {
1331
1700
  "name": "checked",
1701
+ "description": "Whether the control is checked",
1332
1702
  "values": []
1333
1703
  }
1334
1704
  ],
@@ -1347,52 +1717,76 @@
1347
1717
  "references": []
1348
1718
  },
1349
1719
  {
1350
- "name": "u-search",
1720
+ "name": "u-option",
1351
1721
  "description": "\n---\n",
1352
1722
  "attributes": [
1353
1723
  {
1354
- "name": "position",
1355
- "values": [
1356
- {
1357
- "name": "fixed"
1358
- },
1359
- {
1360
- "name": "absolute"
1361
- },
1362
- {
1363
- "name": "static"
1364
- }
1365
- ]
1724
+ "name": "value",
1725
+ "description": "The value submitted with the form when this option is selected",
1726
+ "values": []
1366
1727
  },
1367
1728
  {
1368
- "name": "value",
1729
+ "name": "selected",
1730
+ "description": "Whether the option is currently selected in the parent `u-select`",
1369
1731
  "values": []
1370
1732
  },
1371
1733
  {
1372
- "name": "autocomplete",
1373
- "values": [
1374
- {
1375
- "name": "on"
1376
- },
1377
- {
1378
- "name": "off"
1379
- }
1380
- ]
1734
+ "name": "active",
1735
+ "description": "Whether the item is currently highlighted via keyboard navigation",
1736
+ "values": []
1381
1737
  },
1382
1738
  {
1383
- "name": "maxlength",
1739
+ "name": "has-badge",
1740
+ "description": "Whether the item should reserve space for a trailing badge indicator",
1384
1741
  "values": []
1385
1742
  },
1386
1743
  {
1387
- "name": "role",
1744
+ "name": "disabled",
1745
+ "description": "Whether the button is disabled or not.",
1746
+ "values": []
1747
+ },
1748
+ {
1749
+ "name": "href",
1750
+ "description": "The URL that the link button points to.",
1751
+ "values": []
1752
+ },
1753
+ {
1754
+ "name": "target",
1755
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1756
+ "values": []
1757
+ },
1758
+ {
1759
+ "name": "name",
1760
+ "description": "The form field name associated with the button when submitting a form",
1388
1761
  "values": []
1762
+ }
1763
+ ],
1764
+ "references": []
1765
+ },
1766
+ {
1767
+ "name": "u-select",
1768
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**\n\n### **Methods:**\n - **_renderOptionRelatedElements(): _void_** - Re-renderiza display e listbox a11y quando o textContent de uma option muda.",
1769
+ "attributes": [
1770
+ {
1771
+ "name": "menu-positioning",
1772
+ "description": "The positioning strategy used by the dropdown menu. Use `'fixed'`\nwhen the select is rendered inside a clipped/scrollable container.",
1773
+ "values": [
1774
+ {
1775
+ "name": "relative"
1776
+ },
1777
+ {
1778
+ "name": "fixed"
1779
+ }
1780
+ ]
1389
1781
  },
1390
1782
  {
1391
1783
  "name": "placeholder",
1784
+ "description": "The placeholder text shown when the field is empty",
1392
1785
  "values": []
1393
1786
  },
1394
1787
  {
1395
1788
  "name": "variant",
1789
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
1396
1790
  "values": [
1397
1791
  {
1398
1792
  "name": "filled"
@@ -1409,10 +1803,12 @@
1409
1803
  },
1410
1804
  {
1411
1805
  "name": "counter",
1806
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
1412
1807
  "values": []
1413
1808
  },
1414
1809
  {
1415
1810
  "name": "hide-counter",
1811
+ "description": "Whether to hide the counter from the supporting text line",
1416
1812
  "values": []
1417
1813
  },
1418
1814
  {
@@ -1432,6 +1828,7 @@
1432
1828
  },
1433
1829
  {
1434
1830
  "name": "disabled",
1831
+ "description": "Whether the field is disabled",
1435
1832
  "values": []
1436
1833
  },
1437
1834
  {
@@ -1458,68 +1855,118 @@
1458
1855
  "references": []
1459
1856
  },
1460
1857
  {
1461
- "name": "u-option",
1858
+ "name": "u-switch-list-item",
1462
1859
  "description": "\n---\n",
1463
1860
  "attributes": [
1464
1861
  {
1465
- "name": "value",
1862
+ "name": "leading",
1863
+ "description": "Whether to render the selection control before the label.\nDefaults to a trailing position.",
1466
1864
  "values": []
1467
1865
  },
1468
1866
  {
1469
- "name": "selected",
1867
+ "name": "name",
1868
+ "description": "The form field name used when submitting the control's value",
1470
1869
  "values": []
1471
1870
  },
1472
1871
  {
1473
- "name": "active",
1872
+ "name": "disabled",
1873
+ "description": "Whether the control is disabled and prevents user interaction",
1474
1874
  "values": []
1475
1875
  },
1476
1876
  {
1477
- "name": "has-badge",
1877
+ "name": "value",
1878
+ "description": "The element value to use in form submission when checked.",
1478
1879
  "values": []
1479
1880
  },
1480
1881
  {
1481
- "name": "disabled",
1482
- "description": "Whether the button is disabled or not.",
1882
+ "name": "checked",
1883
+ "description": "Whether the control is checked",
1884
+ "values": []
1885
+ }
1886
+ ],
1887
+ "references": []
1888
+ },
1889
+ {
1890
+ "name": "u-switch",
1891
+ "description": "\n---\n",
1892
+ "attributes": [
1893
+ {
1894
+ "name": "name",
1895
+ "description": "The form field name used when submitting the control's value",
1483
1896
  "values": []
1484
1897
  },
1485
1898
  {
1486
- "name": "href",
1487
- "description": "The URL that the link button points to.",
1899
+ "name": "disabled",
1900
+ "description": "Whether the control is disabled and prevents user interaction",
1488
1901
  "values": []
1489
1902
  },
1490
1903
  {
1491
- "name": "target",
1492
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1904
+ "name": "value",
1905
+ "description": "The element value to use in form submission when checked.",
1493
1906
  "values": []
1494
1907
  },
1495
1908
  {
1496
- "name": "name",
1909
+ "name": "checked",
1910
+ "description": "Whether the control is checked",
1497
1911
  "values": []
1498
1912
  }
1499
1913
  ],
1500
1914
  "references": []
1501
1915
  },
1502
1916
  {
1503
- "name": "u-select",
1504
- "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**\n\n### **Methods:**\n - **_renderOptionRelatedElements(): _void_** - Re-renderiza display e listbox a11y quando o textContent de uma option muda.",
1917
+ "name": "u-search",
1918
+ "description": "\n---\n",
1505
1919
  "attributes": [
1506
1920
  {
1507
- "name": "menu-positioning",
1921
+ "name": "position",
1922
+ "description": "The positioning strategy of the search bar",
1508
1923
  "values": [
1509
1924
  {
1510
- "name": "relative"
1925
+ "name": "fixed"
1511
1926
  },
1512
1927
  {
1513
- "name": "fixed"
1928
+ "name": "absolute"
1929
+ },
1930
+ {
1931
+ "name": "static"
1932
+ }
1933
+ ]
1934
+ },
1935
+ {
1936
+ "name": "value",
1937
+ "description": "The current text value of the field, submitted with the associated form",
1938
+ "values": []
1939
+ },
1940
+ {
1941
+ "name": "autocomplete",
1942
+ "description": "Mirrors the native `autocomplete` attribute on the underlying input",
1943
+ "values": [
1944
+ {
1945
+ "name": "on"
1946
+ },
1947
+ {
1948
+ "name": "off"
1514
1949
  }
1515
1950
  ]
1516
1951
  },
1952
+ {
1953
+ "name": "maxlength",
1954
+ "description": "Maximum number of characters the field accepts. When set, drives the\nautomatic character counter shown in the supporting text.",
1955
+ "values": []
1956
+ },
1957
+ {
1958
+ "name": "role",
1959
+ "description": "The ARIA role applied to the inner input element",
1960
+ "values": []
1961
+ },
1517
1962
  {
1518
1963
  "name": "placeholder",
1964
+ "description": "The placeholder text shown when the field is empty",
1519
1965
  "values": []
1520
1966
  },
1521
1967
  {
1522
1968
  "name": "variant",
1969
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
1523
1970
  "values": [
1524
1971
  {
1525
1972
  "name": "filled"
@@ -1536,10 +1983,12 @@
1536
1983
  },
1537
1984
  {
1538
1985
  "name": "counter",
1986
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
1539
1987
  "values": []
1540
1988
  },
1541
1989
  {
1542
1990
  "name": "hide-counter",
1991
+ "description": "Whether to hide the counter from the supporting text line",
1543
1992
  "values": []
1544
1993
  },
1545
1994
  {
@@ -1559,6 +2008,7 @@
1559
2008
  },
1560
2009
  {
1561
2010
  "name": "disabled",
2011
+ "description": "Whether the field is disabled",
1562
2012
  "values": []
1563
2013
  },
1564
2014
  {
@@ -1590,66 +2040,68 @@
1590
2040
  "attributes": [
1591
2041
  {
1592
2042
  "name": "message",
2043
+ "description": "The message displayed inside the snackbar",
1593
2044
  "values": []
1594
2045
  },
1595
2046
  {
1596
2047
  "name": "action",
2048
+ "description": "The label of the optional action button. When empty, no action button is rendered.",
1597
2049
  "values": []
1598
2050
  },
1599
2051
  {
1600
2052
  "name": "show-close",
2053
+ "description": "Whether to render the close (dismiss) button next to the message",
1601
2054
  "values": []
1602
2055
  }
1603
2056
  ],
1604
2057
  "references": []
1605
2058
  },
1606
2059
  {
1607
- "name": "u-switch-list-item",
2060
+ "name": "u-tab-bar",
1608
2061
  "description": "\n---\n",
1609
2062
  "attributes": [
1610
2063
  {
1611
- "name": "leading",
1612
- "values": []
1613
- },
1614
- {
1615
- "name": "name",
1616
- "values": []
1617
- },
1618
- {
1619
- "name": "disabled",
1620
- "values": []
1621
- },
1622
- {
1623
- "name": "value",
1624
- "description": "The element value to use in form submission when checked.",
1625
- "values": []
1626
- },
1627
- {
1628
- "name": "checked",
1629
- "values": []
2064
+ "name": "variant",
2065
+ "description": "The Tab Bar variant to render",
2066
+ "values": [
2067
+ {
2068
+ "name": "primary"
2069
+ },
2070
+ {
2071
+ "name": "secondary"
2072
+ }
2073
+ ]
1630
2074
  }
1631
2075
  ],
1632
2076
  "references": []
1633
2077
  },
1634
2078
  {
1635
- "name": "u-switch",
2079
+ "name": "u-tab",
1636
2080
  "description": "\n---\n",
1637
2081
  "attributes": [
1638
2082
  {
1639
- "name": "name",
2083
+ "name": "hasIcon",
2084
+ "description": "Whether the tab has an icon slotted in the `icon` slot\n\n_Note:_ Readonly",
1640
2085
  "values": []
1641
2086
  },
1642
2087
  {
1643
2088
  "name": "disabled",
2089
+ "description": "Whether the button is disabled or not.",
1644
2090
  "values": []
1645
2091
  },
1646
2092
  {
1647
- "name": "value",
1648
- "description": "The element value to use in form submission when checked.",
2093
+ "name": "href",
2094
+ "description": "The URL that the link button points to.",
1649
2095
  "values": []
1650
2096
  },
1651
2097
  {
1652
- "name": "checked",
2098
+ "name": "target",
2099
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
2100
+ "values": []
2101
+ },
2102
+ {
2103
+ "name": "name",
2104
+ "description": "The form field name associated with the button when submitting a form",
1653
2105
  "values": []
1654
2106
  }
1655
2107
  ],
@@ -1661,30 +2113,37 @@
1661
2113
  "attributes": [
1662
2114
  {
1663
2115
  "name": "type",
2116
+ "description": "The input type. Mirrors the native `input` element's `type` attribute\n(e.g. `text`, `email`, `password`, `number`).",
1664
2117
  "values": []
1665
2118
  },
1666
2119
  {
1667
2120
  "name": "prefix-text",
2121
+ "description": "Text rendered in the default `prefix` slot, shown before the input",
1668
2122
  "values": []
1669
2123
  },
1670
2124
  {
1671
2125
  "name": "suffix-text",
2126
+ "description": "Text rendered in the default `suffix` slot, shown after the input",
1672
2127
  "values": []
1673
2128
  },
1674
2129
  {
1675
2130
  "name": "readOnly",
2131
+ "description": "Whether the field's value is read-only",
1676
2132
  "values": []
1677
2133
  },
1678
2134
  {
1679
2135
  "name": "autocapitalize",
2136
+ "description": "Mirrors the native `autocapitalize` attribute on the underlying input",
1680
2137
  "values": []
1681
2138
  },
1682
2139
  {
1683
2140
  "name": "value",
2141
+ "description": "The current text value of the field, submitted with the associated form",
1684
2142
  "values": []
1685
2143
  },
1686
2144
  {
1687
2145
  "name": "autocomplete",
2146
+ "description": "Mirrors the native `autocomplete` attribute on the underlying input",
1688
2147
  "values": [
1689
2148
  {
1690
2149
  "name": "on"
@@ -1696,18 +2155,22 @@
1696
2155
  },
1697
2156
  {
1698
2157
  "name": "maxlength",
2158
+ "description": "Maximum number of characters the field accepts. When set, drives the\nautomatic character counter shown in the supporting text.",
1699
2159
  "values": []
1700
2160
  },
1701
2161
  {
1702
2162
  "name": "role",
2163
+ "description": "The ARIA role applied to the inner input element",
1703
2164
  "values": []
1704
2165
  },
1705
2166
  {
1706
2167
  "name": "placeholder",
2168
+ "description": "The placeholder text shown when the field is empty",
1707
2169
  "values": []
1708
2170
  },
1709
2171
  {
1710
2172
  "name": "variant",
2173
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
1711
2174
  "values": [
1712
2175
  {
1713
2176
  "name": "filled"
@@ -1724,10 +2187,12 @@
1724
2187
  },
1725
2188
  {
1726
2189
  "name": "counter",
2190
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
1727
2191
  "values": []
1728
2192
  },
1729
2193
  {
1730
2194
  "name": "hide-counter",
2195
+ "description": "Whether to hide the counter from the supporting text line",
1731
2196
  "values": []
1732
2197
  },
1733
2198
  {
@@ -1747,6 +2212,7 @@
1747
2212
  },
1748
2213
  {
1749
2214
  "name": "disabled",
2215
+ "description": "Whether the field is disabled",
1750
2216
  "values": []
1751
2217
  },
1752
2218
  {
@@ -1778,14 +2244,17 @@
1778
2244
  "attributes": [
1779
2245
  {
1780
2246
  "name": "rows",
2247
+ "description": "The minimum number of visible text rows",
1781
2248
  "values": []
1782
2249
  },
1783
2250
  {
1784
2251
  "name": "value",
2252
+ "description": "The current text value of the field, submitted with the associated form",
1785
2253
  "values": []
1786
2254
  },
1787
2255
  {
1788
2256
  "name": "autocomplete",
2257
+ "description": "Mirrors the native `autocomplete` attribute on the underlying input",
1789
2258
  "values": [
1790
2259
  {
1791
2260
  "name": "on"
@@ -1797,18 +2266,22 @@
1797
2266
  },
1798
2267
  {
1799
2268
  "name": "maxlength",
2269
+ "description": "Maximum number of characters the field accepts. When set, drives the\nautomatic character counter shown in the supporting text.",
1800
2270
  "values": []
1801
2271
  },
1802
2272
  {
1803
2273
  "name": "role",
2274
+ "description": "The ARIA role applied to the inner input element",
1804
2275
  "values": []
1805
2276
  },
1806
2277
  {
1807
2278
  "name": "placeholder",
2279
+ "description": "The placeholder text shown when the field is empty",
1808
2280
  "values": []
1809
2281
  },
1810
2282
  {
1811
2283
  "name": "variant",
2284
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
1812
2285
  "values": [
1813
2286
  {
1814
2287
  "name": "filled"
@@ -1825,10 +2298,12 @@
1825
2298
  },
1826
2299
  {
1827
2300
  "name": "counter",
2301
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
1828
2302
  "values": []
1829
2303
  },
1830
2304
  {
1831
2305
  "name": "hide-counter",
2306
+ "description": "Whether to hide the counter from the supporting text line",
1832
2307
  "values": []
1833
2308
  },
1834
2309
  {
@@ -1848,6 +2323,7 @@
1848
2323
  },
1849
2324
  {
1850
2325
  "name": "disabled",
2326
+ "description": "Whether the field is disabled",
1851
2327
  "values": []
1852
2328
  },
1853
2329
  {
@@ -1873,54 +2349,6 @@
1873
2349
  ],
1874
2350
  "references": []
1875
2351
  },
1876
- {
1877
- "name": "u-tab-bar",
1878
- "description": "\n---\n",
1879
- "attributes": [
1880
- {
1881
- "name": "variant",
1882
- "values": [
1883
- {
1884
- "name": "primary"
1885
- },
1886
- {
1887
- "name": "secondary"
1888
- }
1889
- ]
1890
- }
1891
- ],
1892
- "references": []
1893
- },
1894
- {
1895
- "name": "u-tab",
1896
- "description": "\n---\n",
1897
- "attributes": [
1898
- {
1899
- "name": "hasIcon",
1900
- "values": []
1901
- },
1902
- {
1903
- "name": "disabled",
1904
- "description": "Whether the button is disabled or not.",
1905
- "values": []
1906
- },
1907
- {
1908
- "name": "href",
1909
- "description": "The URL that the link button points to.",
1910
- "values": []
1911
- },
1912
- {
1913
- "name": "target",
1914
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1915
- "values": []
1916
- },
1917
- {
1918
- "name": "name",
1919
- "values": []
1920
- }
1921
- ],
1922
- "references": []
1923
- },
1924
2352
  {
1925
2353
  "name": "u-highlight",
1926
2354
  "description": "\n---\n",
@@ -1944,6 +2372,7 @@
1944
2372
  "attributes": [
1945
2373
  {
1946
2374
  "name": "content",
2375
+ "description": "The content to render. Accepts a string, an `HTMLElement`, or a Lit\ntemplate result that will be rendered into a container element.",
1947
2376
  "values": [
1948
2377
  {
1949
2378
  "name": "HTMLElement"
@@ -2001,10 +2430,12 @@
2001
2430
  },
2002
2431
  {
2003
2432
  "name": "fit-target",
2433
+ "description": "Whether the suggestions menu should match the target element's width",
2004
2434
  "values": []
2005
2435
  },
2006
2436
  {
2007
2437
  "name": "positioning",
2438
+ "description": "The positioning strategy used by the suggestions menu. Use `'fixed'`\nwhen the target is rendered inside a clipped/scrollable container.",
2008
2439
  "values": [
2009
2440
  {
2010
2441
  "name": "relative"