@universal-material/web 3.7.1 → 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 (184) 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 +601 -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 +16604 -13576
  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-base.styles.d.ts.map +1 -1
  82. package/field/field-base.styles.js +1 -0
  83. package/field/field-base.styles.js.map +1 -1
  84. package/field/field.d.ts +4 -0
  85. package/field/field.d.ts.map +1 -1
  86. package/field/field.js +4 -0
  87. package/field/field.js.map +1 -1
  88. package/index.d.ts +5 -0
  89. package/index.d.ts.map +1 -1
  90. package/index.js +5 -0
  91. package/index.js.map +1 -1
  92. package/list/list-item.d.ts +3 -0
  93. package/list/list-item.d.ts.map +1 -1
  94. package/list/list-item.js +3 -0
  95. package/list/list-item.js.map +1 -1
  96. package/menu/menu-item.d.ts +6 -0
  97. package/menu/menu-item.d.ts.map +1 -1
  98. package/menu/menu-item.js +6 -0
  99. package/menu/menu-item.js.map +1 -1
  100. package/menu/menu.d.ts +16 -0
  101. package/menu/menu.d.ts.map +1 -1
  102. package/menu/menu.js +24 -5
  103. package/menu/menu.js.map +1 -1
  104. package/menu/menu.styles.d.ts.map +1 -1
  105. package/menu/menu.styles.js +5 -0
  106. package/menu/menu.styles.js.map +1 -1
  107. package/navigation/drawer-headline.styles.js +1 -1
  108. package/navigation/drawer-headline.styles.js.map +1 -1
  109. package/overflow-menu/overflow-menu-item.d.ts +8 -0
  110. package/overflow-menu/overflow-menu-item.d.ts.map +1 -1
  111. package/overflow-menu/overflow-menu-item.js +8 -0
  112. package/overflow-menu/overflow-menu-item.js.map +1 -1
  113. package/package.json +3 -3
  114. package/progress/circular-progress.d.ts +7 -0
  115. package/progress/circular-progress.d.ts.map +1 -1
  116. package/progress/circular-progress.js +3 -0
  117. package/progress/circular-progress.js.map +1 -1
  118. package/progress/progress-bar.d.ts +7 -0
  119. package/progress/progress-bar.d.ts.map +1 -1
  120. package/progress/progress-bar.js +3 -0
  121. package/progress/progress-bar.js.map +1 -1
  122. package/radio/radio.d.ts +3 -0
  123. package/radio/radio.d.ts.map +1 -1
  124. package/radio/radio.js +3 -0
  125. package/radio/radio.js.map +1 -1
  126. package/search/search.d.ts +3 -0
  127. package/search/search.d.ts.map +1 -1
  128. package/search/search.js +3 -0
  129. package/search/search.js.map +1 -1
  130. package/select/option.d.ts +6 -0
  131. package/select/option.d.ts.map +1 -1
  132. package/select/option.js +6 -0
  133. package/select/option.js.map +1 -1
  134. package/select/select.d.ts +4 -0
  135. package/select/select.d.ts.map +1 -1
  136. package/select/select.js +4 -0
  137. package/select/select.js.map +1 -1
  138. package/shared/button-wrapper.d.ts +3 -0
  139. package/shared/button-wrapper.d.ts.map +1 -1
  140. package/shared/button-wrapper.js.map +1 -1
  141. package/shared/char-count-text-field/native-text-field-wrapper.d.ts +13 -0
  142. package/shared/char-count-text-field/native-text-field-wrapper.d.ts.map +1 -1
  143. package/shared/char-count-text-field/native-text-field-wrapper.js +10 -0
  144. package/shared/char-count-text-field/native-text-field-wrapper.js.map +1 -1
  145. package/shared/selection-control/selection-control-list-item.d.ts.map +1 -1
  146. package/shared/selection-control/selection-control-list-item.js +4 -0
  147. package/shared/selection-control/selection-control-list-item.js.map +1 -1
  148. package/shared/selection-control/selection-control.d.ts +9 -0
  149. package/shared/selection-control/selection-control.d.ts.map +1 -1
  150. package/shared/selection-control/selection-control.js +9 -0
  151. package/shared/selection-control/selection-control.js.map +1 -1
  152. package/shared/text-field-base/text-field-base.d.ts +3 -0
  153. package/shared/text-field-base/text-field-base.d.ts.map +1 -1
  154. package/shared/text-field-base/text-field-base.js +3 -0
  155. package/shared/text-field-base/text-field-base.js.map +1 -1
  156. package/snackbar/snackbar.d.ts +9 -0
  157. package/snackbar/snackbar.d.ts.map +1 -1
  158. package/snackbar/snackbar.js +9 -0
  159. package/snackbar/snackbar.js.map +1 -1
  160. package/tab-bar/tab-bar.d.ts +3 -0
  161. package/tab-bar/tab-bar.d.ts.map +1 -1
  162. package/tab-bar/tab-bar.js +3 -0
  163. package/tab-bar/tab-bar.js.map +1 -1
  164. package/tab-bar/tab.d.ts +5 -0
  165. package/tab-bar/tab.d.ts.map +1 -1
  166. package/tab-bar/tab.js +5 -0
  167. package/tab-bar/tab.js.map +1 -1
  168. package/text-area/text-area.d.ts +3 -0
  169. package/text-area/text-area.d.ts.map +1 -1
  170. package/text-area/text-area.js +3 -0
  171. package/text-area/text-area.js.map +1 -1
  172. package/text-field/text-field.d.ts +16 -0
  173. package/text-field/text-field.d.ts.map +1 -1
  174. package/text-field/text-field.js +7 -0
  175. package/text-field/text-field.js.map +1 -1
  176. package/typeahead/typeahead-template-render.d.ts +4 -0
  177. package/typeahead/typeahead-template-render.d.ts.map +1 -1
  178. package/typeahead/typeahead-template-render.js +4 -0
  179. package/typeahead/typeahead-template-render.js.map +1 -1
  180. package/typeahead/typeahead.d.ts +7 -0
  181. package/typeahead/typeahead.d.ts.map +1 -1
  182. package/typeahead/typeahead.js +7 -0
  183. package/typeahead/typeahead.js.map +1 -1
  184. package/vscode.html-custom-data.json +787 -356
@@ -2,23 +2,13 @@
2
2
  "$schema": "https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json",
3
3
  "version": 1.1,
4
4
  "tags": [
5
- {
6
- "name": "u-badge",
7
- "description": "\n---\n",
8
- "attributes": [
9
- {
10
- "name": "static",
11
- "values": []
12
- }
13
- ],
14
- "references": []
15
- },
16
5
  {
17
6
  "name": "u-top-app-bar",
18
7
  "description": "\n---\n",
19
8
  "attributes": [
20
9
  {
21
10
  "name": "position",
11
+ "description": "The positioning strategy of the app bar",
22
12
  "values": [
23
13
  {
24
14
  "name": "fixed"
@@ -33,6 +23,7 @@
33
23
  },
34
24
  {
35
25
  "name": "size",
26
+ "description": "The height variant of the app bar",
36
27
  "values": [
37
28
  {
38
29
  "name": "small"
@@ -47,10 +38,12 @@
47
38
  },
48
39
  {
49
40
  "name": "headline",
41
+ "description": "The headline text rendered inside the app bar",
50
42
  "values": []
51
43
  },
52
44
  {
53
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.",
54
47
  "values": [
55
48
  {
56
49
  "name": "none"
@@ -63,6 +56,102 @@
63
56
  ],
64
57
  "references": []
65
58
  },
59
+ {
60
+ "name": "u-badge",
61
+ "description": "\n---\n",
62
+ "attributes": [
63
+ {
64
+ "name": "static",
65
+ "description": "Whether the badge is rendered as a static dot, without numeric content",
66
+ "values": []
67
+ }
68
+ ],
69
+ "references": []
70
+ },
71
+ {
72
+ "name": "u-button-field",
73
+ "description": "\n---\n",
74
+ "attributes": [
75
+ {
76
+ "name": "value",
77
+ "description": "The current value of the field, submitted with the associated form",
78
+ "values": []
79
+ },
80
+ {
81
+ "name": "placeholder",
82
+ "description": "The placeholder text shown when the field is empty",
83
+ "values": []
84
+ },
85
+ {
86
+ "name": "variant",
87
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
88
+ "values": [
89
+ {
90
+ "name": "filled"
91
+ },
92
+ {
93
+ "name": "outlined"
94
+ }
95
+ ]
96
+ },
97
+ {
98
+ "name": "label",
99
+ "description": "The floating label for the field",
100
+ "values": []
101
+ },
102
+ {
103
+ "name": "counter",
104
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
105
+ "values": []
106
+ },
107
+ {
108
+ "name": "hide-counter",
109
+ "description": "Whether to hide the counter from the supporting text line",
110
+ "values": []
111
+ },
112
+ {
113
+ "name": "supporting-text",
114
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
115
+ "values": []
116
+ },
117
+ {
118
+ "name": "error-text",
119
+ "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`",
120
+ "values": []
121
+ },
122
+ {
123
+ "name": "empty",
124
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
125
+ "values": []
126
+ },
127
+ {
128
+ "name": "disabled",
129
+ "description": "Whether the field is disabled",
130
+ "values": []
131
+ },
132
+ {
133
+ "name": "invalid",
134
+ "description": "Get or sets where or not the field is in a visually invalid state.",
135
+ "values": []
136
+ },
137
+ {
138
+ "name": "has-leading-icon",
139
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
140
+ "values": []
141
+ },
142
+ {
143
+ "name": "has-trailing-icon",
144
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
145
+ "values": []
146
+ },
147
+ {
148
+ "name": "has-error-text",
149
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
150
+ "values": []
151
+ }
152
+ ],
153
+ "references": []
154
+ },
66
155
  {
67
156
  "name": "u-button-set",
68
157
  "description": "\n---\n",
@@ -135,6 +224,7 @@
135
224
  },
136
225
  {
137
226
  "name": "trailing-icon",
227
+ "description": "Whether the slotted icon is rendered after the label instead of before",
138
228
  "values": []
139
229
  },
140
230
  {
@@ -192,10 +282,12 @@
192
282
  },
193
283
  {
194
284
  "name": "type",
285
+ "description": "The button behavior. Mirrors the native `type` attribute and accepts\nvalues like `submit`, `reset` or `button`.",
195
286
  "values": []
196
287
  },
197
288
  {
198
289
  "name": "value",
290
+ "description": "The value submitted with the form when this button is the submitter",
199
291
  "values": []
200
292
  },
201
293
  {
@@ -215,6 +307,7 @@
215
307
  },
216
308
  {
217
309
  "name": "name",
310
+ "description": "The form field name associated with the button when submitting a form",
218
311
  "values": []
219
312
  }
220
313
  ],
@@ -231,10 +324,12 @@
231
324
  },
232
325
  {
233
326
  "name": "type",
327
+ "description": "The button behavior. Mirrors the native `type` attribute and accepts\nvalues like `submit`, `reset` or `button`.",
234
328
  "values": []
235
329
  },
236
330
  {
237
331
  "name": "value",
332
+ "description": "The value submitted with the form when this button is the submitter",
238
333
  "values": []
239
334
  },
240
335
  {
@@ -254,6 +349,7 @@
254
349
  },
255
350
  {
256
351
  "name": "name",
352
+ "description": "The form field name associated with the button when submitting a form",
257
353
  "values": []
258
354
  }
259
355
  ],
@@ -359,10 +455,12 @@
359
455
  },
360
456
  {
361
457
  "name": "type",
458
+ "description": "The button behavior. Mirrors the native `type` attribute and accepts\nvalues like `submit`, `reset` or `button`.",
362
459
  "values": []
363
460
  },
364
461
  {
365
462
  "name": "value",
463
+ "description": "The value submitted with the form when this button is the submitter",
366
464
  "values": []
367
465
  },
368
466
  {
@@ -382,6 +480,7 @@
382
480
  },
383
481
  {
384
482
  "name": "name",
483
+ "description": "The form field name associated with the button when submitting a form",
385
484
  "values": []
386
485
  }
387
486
  ],
@@ -393,6 +492,7 @@
393
492
  "attributes": [
394
493
  {
395
494
  "name": "variant",
495
+ "description": "The Icon Button variant to render",
396
496
  "values": [
397
497
  {
398
498
  "name": "filled"
@@ -410,6 +510,7 @@
410
510
  },
411
511
  {
412
512
  "name": "width",
513
+ "description": "The width of the Icon Button",
413
514
  "values": [
414
515
  {
415
516
  "name": "default"
@@ -477,10 +578,12 @@
477
578
  },
478
579
  {
479
580
  "name": "type",
581
+ "description": "The button behavior. Mirrors the native `type` attribute and accepts\nvalues like `submit`, `reset` or `button`.",
480
582
  "values": []
481
583
  },
482
584
  {
483
585
  "name": "value",
586
+ "description": "The value submitted with the form when this button is the submitter",
484
587
  "values": []
485
588
  },
486
589
  {
@@ -500,6 +603,7 @@
500
603
  },
501
604
  {
502
605
  "name": "name",
606
+ "description": "The form field name associated with the button when submitting a form",
503
607
  "values": []
504
608
  }
505
609
  ],
@@ -511,111 +615,48 @@
511
615
  "attributes": [
512
616
  {
513
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",
514
619
  "values": []
515
620
  },
516
621
  {
517
622
  "name": "dateOutsideMonth",
623
+ "description": "Whether to render dates from the previous and next months that\nfall inside the displayed weeks",
518
624
  "values": []
519
625
  },
520
626
  {
521
- "name": "locale",
522
- "values": []
523
- }
524
- ],
525
- "references": []
526
- },
527
- {
528
- "name": "u-range-calendar",
529
- "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
530
- "attributes": [
531
- {
532
- "name": "value",
533
- "values": []
534
- },
535
- {
536
- "name": "dateOutsideMonth",
627
+ "name": "year-range",
628
+ "description": "Number of years displayed per page in the year picker view.",
537
629
  "values": []
538
630
  },
539
631
  {
540
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`.",
541
634
  "values": []
542
635
  }
543
636
  ],
544
637
  "references": []
545
638
  },
546
639
  {
547
- "name": "u-button-field",
548
- "description": "\n---\n",
640
+ "name": "u-range-calendar",
641
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
549
642
  "attributes": [
550
643
  {
551
644
  "name": "value",
552
645
  "values": []
553
646
  },
554
647
  {
555
- "name": "placeholder",
556
- "values": []
557
- },
558
- {
559
- "name": "variant",
560
- "values": [
561
- {
562
- "name": "filled"
563
- },
564
- {
565
- "name": "outlined"
566
- }
567
- ]
568
- },
569
- {
570
- "name": "label",
571
- "description": "The floating label for the field",
572
- "values": []
573
- },
574
- {
575
- "name": "counter",
576
- "values": []
577
- },
578
- {
579
- "name": "hide-counter",
580
- "values": []
581
- },
582
- {
583
- "name": "supporting-text",
584
- "description": "Supporting text conveys additional information about the field, such as how it will be used",
585
- "values": []
586
- },
587
- {
588
- "name": "error-text",
589
- "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`",
590
- "values": []
591
- },
592
- {
593
- "name": "empty",
594
- "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
595
- "values": []
596
- },
597
- {
598
- "name": "disabled",
599
- "values": []
600
- },
601
- {
602
- "name": "invalid",
603
- "description": "Get or sets where or not the field is in a visually invalid state.",
604
- "values": []
605
- },
606
- {
607
- "name": "has-leading-icon",
608
- "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
648
+ "name": "dateOutsideMonth",
649
+ "description": "Whether to render dates from the previous and next months that\nfall inside the displayed weeks",
609
650
  "values": []
610
651
  },
611
652
  {
612
- "name": "has-trailing-icon",
613
- "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
653
+ "name": "year-range",
654
+ "description": "Number of years displayed per page in the year picker view.",
614
655
  "values": []
615
656
  },
616
657
  {
617
- "name": "has-error-text",
618
- "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
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
  ],
@@ -665,74 +708,6 @@
665
708
  ],
666
709
  "references": []
667
710
  },
668
- {
669
- "name": "u-checkbox-list-item",
670
- "description": "\n---\n",
671
- "attributes": [
672
- {
673
- "name": "leading",
674
- "values": []
675
- },
676
- {
677
- "name": "hide-state-layer",
678
- "values": []
679
- },
680
- {
681
- "name": "indeterminate",
682
- "values": []
683
- },
684
- {
685
- "name": "name",
686
- "values": []
687
- },
688
- {
689
- "name": "disabled",
690
- "values": []
691
- },
692
- {
693
- "name": "value",
694
- "description": "The element value to use in form submission when checked.",
695
- "values": []
696
- },
697
- {
698
- "name": "checked",
699
- "values": []
700
- }
701
- ],
702
- "references": []
703
- },
704
- {
705
- "name": "u-checkbox",
706
- "description": "\n---\n",
707
- "attributes": [
708
- {
709
- "name": "hide-state-layer",
710
- "values": []
711
- },
712
- {
713
- "name": "indeterminate",
714
- "values": []
715
- },
716
- {
717
- "name": "name",
718
- "values": []
719
- },
720
- {
721
- "name": "disabled",
722
- "values": []
723
- },
724
- {
725
- "name": "value",
726
- "description": "The element value to use in form submission when checked.",
727
- "values": []
728
- },
729
- {
730
- "name": "checked",
731
- "values": []
732
- }
733
- ],
734
- "references": []
735
- },
736
711
  {
737
712
  "name": "u-chip-set",
738
713
  "description": "\n---\n",
@@ -766,6 +741,7 @@
766
741
  },
767
742
  {
768
743
  "name": "clickable",
744
+ "description": "Whether the chip is interactive and renders a ripple on click",
769
745
  "values": []
770
746
  },
771
747
  {
@@ -805,6 +781,7 @@
805
781
  },
806
782
  {
807
783
  "name": "name",
784
+ "description": "The form field name associated with the button when submitting a form",
808
785
  "values": []
809
786
  }
810
787
  ],
@@ -812,35 +789,363 @@
812
789
  },
813
790
  {
814
791
  "name": "u-datepicker",
815
- "description": "\n---\n",
816
- "attributes": [],
817
- "references": []
818
- },
819
- {
820
- "name": "u-dialog",
821
- "description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
792
+ "description": "\n---\n\n\n### **Events:**\n - **input**",
822
793
  "attributes": [
823
794
  {
824
- "name": "open",
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`.",
825
797
  "values": []
826
798
  },
827
799
  {
828
- "name": "has-headline",
829
- "description": "Whether dialog has headline or not\n\n_Note:_ Readonly",
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
+ ]
807
+ },
808
+ {
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.",
830
811
  "values": []
831
812
  },
832
813
  {
833
- "name": "has-icon",
834
- "description": "Whether dialog has icon\n\n_Note:_ Readonly",
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.",
835
816
  "values": []
836
817
  },
837
818
  {
838
- "name": "scrollContainer",
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.",
839
821
  "values": [
840
822
  {
841
- "name": "HTMLElement"
823
+ "name": "relative"
824
+ },
825
+ {
826
+ "name": "fixed"
842
827
  }
843
828
  ]
829
+ },
830
+ {
831
+ "name": "value",
832
+ "description": "The current text value of the field, submitted with the associated form",
833
+ "values": []
834
+ },
835
+ {
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
+ },
847
+ {
848
+ "name": "maxlength",
849
+ "description": "Maximum number of characters the field accepts. When set, drives the\nautomatic character counter shown in the supporting text.",
850
+ "values": []
851
+ },
852
+ {
853
+ "name": "role",
854
+ "description": "The ARIA role applied to the inner input element",
855
+ "values": []
856
+ },
857
+ {
858
+ "name": "placeholder",
859
+ "description": "The placeholder text shown when the field is empty",
860
+ "values": []
861
+ },
862
+ {
863
+ "name": "variant",
864
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
865
+ "values": [
866
+ {
867
+ "name": "filled"
868
+ },
869
+ {
870
+ "name": "outlined"
871
+ }
872
+ ]
873
+ },
874
+ {
875
+ "name": "label",
876
+ "description": "The floating label for the field",
877
+ "values": []
878
+ },
879
+ {
880
+ "name": "counter",
881
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
882
+ "values": []
883
+ },
884
+ {
885
+ "name": "hide-counter",
886
+ "description": "Whether to hide the counter from the supporting text line",
887
+ "values": []
888
+ },
889
+ {
890
+ "name": "supporting-text",
891
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
892
+ "values": []
893
+ },
894
+ {
895
+ "name": "error-text",
896
+ "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`",
897
+ "values": []
898
+ },
899
+ {
900
+ "name": "empty",
901
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
902
+ "values": []
903
+ },
904
+ {
905
+ "name": "disabled",
906
+ "description": "Whether the field is disabled",
907
+ "values": []
908
+ },
909
+ {
910
+ "name": "invalid",
911
+ "description": "Get or sets where or not the field is in a visually invalid state.",
912
+ "values": []
913
+ },
914
+ {
915
+ "name": "has-leading-icon",
916
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
917
+ "values": []
918
+ },
919
+ {
920
+ "name": "has-trailing-icon",
921
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
922
+ "values": []
923
+ },
924
+ {
925
+ "name": "has-error-text",
926
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
927
+ "values": []
928
+ }
929
+ ],
930
+ "references": []
931
+ },
932
+ {
933
+ "name": "u-range-datepicker",
934
+ "description": "\n---\n\n\n### **Events:**\n - **input**",
935
+ "attributes": [
936
+ {
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 ` - `.",
944
+ "values": [
945
+ {
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"
966
+ },
967
+ {
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"
983
+ },
984
+ {
985
+ "name": "off"
986
+ }
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": []
1070
+ }
1071
+ ],
1072
+ "references": []
1073
+ },
1074
+ {
1075
+ "name": "u-checkbox-list-item",
1076
+ "description": "\n---\n",
1077
+ "attributes": [
1078
+ {
1079
+ "name": "leading",
1080
+ "description": "Whether to render the selection control before the label.\nDefaults to a trailing position.",
1081
+ "values": []
1082
+ },
1083
+ {
1084
+ "name": "hide-state-layer",
1085
+ "description": "Whether to hide the hover/focus state layer behind the checkbox indicator",
1086
+ "values": []
1087
+ },
1088
+ {
1089
+ "name": "indeterminate",
1090
+ "description": "Whether the checkbox is in the indeterminate (mixed) state.\nSetting `checked` resets this to `false`.",
1091
+ "values": []
1092
+ },
1093
+ {
1094
+ "name": "name",
1095
+ "description": "The form field name used when submitting the control's value",
1096
+ "values": []
1097
+ },
1098
+ {
1099
+ "name": "disabled",
1100
+ "description": "Whether the control is disabled and prevents user interaction",
1101
+ "values": []
1102
+ },
1103
+ {
1104
+ "name": "value",
1105
+ "description": "The element value to use in form submission when checked.",
1106
+ "values": []
1107
+ },
1108
+ {
1109
+ "name": "checked",
1110
+ "description": "Whether the control is checked",
1111
+ "values": []
1112
+ }
1113
+ ],
1114
+ "references": []
1115
+ },
1116
+ {
1117
+ "name": "u-checkbox",
1118
+ "description": "\n---\n",
1119
+ "attributes": [
1120
+ {
1121
+ "name": "hide-state-layer",
1122
+ "description": "Whether to hide the hover/focus state layer behind the checkbox indicator",
1123
+ "values": []
1124
+ },
1125
+ {
1126
+ "name": "indeterminate",
1127
+ "description": "Whether the checkbox is in the indeterminate (mixed) state.\nSetting `checked` resets this to `false`.",
1128
+ "values": []
1129
+ },
1130
+ {
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",
1148
+ "values": []
844
1149
  }
845
1150
  ],
846
1151
  "references": []
@@ -851,6 +1156,7 @@
851
1156
  "attributes": [
852
1157
  {
853
1158
  "name": "name",
1159
+ "description": "The form field name used when submitting each chip value as form data",
854
1160
  "values": []
855
1161
  },
856
1162
  {
@@ -860,10 +1166,12 @@
860
1166
  },
861
1167
  {
862
1168
  "name": "placeholder",
1169
+ "description": "The placeholder text shown when the field is empty",
863
1170
  "values": []
864
1171
  },
865
1172
  {
866
1173
  "name": "variant",
1174
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
867
1175
  "values": [
868
1176
  {
869
1177
  "name": "filled"
@@ -880,10 +1188,12 @@
880
1188
  },
881
1189
  {
882
1190
  "name": "counter",
1191
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
883
1192
  "values": []
884
1193
  },
885
1194
  {
886
1195
  "name": "hide-counter",
1196
+ "description": "Whether to hide the counter from the supporting text line",
887
1197
  "values": []
888
1198
  },
889
1199
  {
@@ -903,6 +1213,7 @@
903
1213
  },
904
1214
  {
905
1215
  "name": "disabled",
1216
+ "description": "Whether the field is disabled",
906
1217
  "values": []
907
1218
  },
908
1219
  {
@@ -929,9 +1240,34 @@
929
1240
  "references": []
930
1241
  },
931
1242
  {
932
- "name": "u-elevation",
933
- "description": "\n---\n",
934
- "attributes": [],
1243
+ "name": "u-dialog",
1244
+ "description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
1245
+ "attributes": [
1246
+ {
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()`.",
1249
+ "values": []
1250
+ },
1251
+ {
1252
+ "name": "has-headline",
1253
+ "description": "Whether dialog has headline or not\n\n_Note:_ Readonly",
1254
+ "values": []
1255
+ },
1256
+ {
1257
+ "name": "has-icon",
1258
+ "description": "Whether dialog has icon\n\n_Note:_ Readonly",
1259
+ "values": []
1260
+ },
1261
+ {
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.",
1264
+ "values": [
1265
+ {
1266
+ "name": "HTMLElement"
1267
+ }
1268
+ ]
1269
+ }
1270
+ ],
935
1271
  "references": []
936
1272
  },
937
1273
  {
@@ -940,10 +1276,12 @@
940
1276
  "attributes": [
941
1277
  {
942
1278
  "name": "autoEmpty",
1279
+ "description": "Whether the field should automatically derive its `empty` state from\nthe slotted native input's value",
943
1280
  "values": []
944
1281
  },
945
1282
  {
946
1283
  "name": "variant",
1284
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
947
1285
  "values": [
948
1286
  {
949
1287
  "name": "filled"
@@ -960,10 +1298,12 @@
960
1298
  },
961
1299
  {
962
1300
  "name": "counter",
1301
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
963
1302
  "values": []
964
1303
  },
965
1304
  {
966
1305
  "name": "hide-counter",
1306
+ "description": "Whether to hide the counter from the supporting text line",
967
1307
  "values": []
968
1308
  },
969
1309
  {
@@ -983,6 +1323,7 @@
983
1323
  },
984
1324
  {
985
1325
  "name": "disabled",
1326
+ "description": "Whether the field is disabled",
986
1327
  "values": []
987
1328
  },
988
1329
  {
@@ -1008,22 +1349,87 @@
1008
1349
  ],
1009
1350
  "references": []
1010
1351
  },
1352
+ {
1353
+ "name": "u-elevation",
1354
+ "description": "\n---\n",
1355
+ "attributes": [],
1356
+ "references": []
1357
+ },
1011
1358
  {
1012
1359
  "name": "u-icon",
1013
1360
  "description": "\n---\n",
1014
1361
  "attributes": [],
1015
1362
  "references": []
1016
1363
  },
1364
+ {
1365
+ "name": "u-list-item",
1366
+ "description": "\n---\n",
1367
+ "attributes": [
1368
+ {
1369
+ "name": "selectable",
1370
+ "description": "Whether the list item is interactive and renders a ripple on click",
1371
+ "values": []
1372
+ }
1373
+ ],
1374
+ "references": []
1375
+ },
1376
+ {
1377
+ "name": "u-list",
1378
+ "description": "\n---\n",
1379
+ "attributes": [],
1380
+ "references": []
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
+ },
1017
1421
  {
1018
1422
  "name": "u-menu-item",
1019
1423
  "description": "\n---\n",
1020
1424
  "attributes": [
1021
1425
  {
1022
1426
  "name": "active",
1427
+ "description": "Whether the item is currently highlighted via keyboard navigation",
1023
1428
  "values": []
1024
1429
  },
1025
1430
  {
1026
1431
  "name": "has-badge",
1432
+ "description": "Whether the item should reserve space for a trailing badge indicator",
1027
1433
  "values": []
1028
1434
  },
1029
1435
  {
@@ -1043,6 +1449,7 @@
1043
1449
  },
1044
1450
  {
1045
1451
  "name": "name",
1452
+ "description": "The form field name associated with the button when submitting a form",
1046
1453
  "values": []
1047
1454
  }
1048
1455
  ],
@@ -1054,6 +1461,7 @@
1054
1461
  "attributes": [
1055
1462
  {
1056
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",
1057
1465
  "values": [
1058
1466
  {
1059
1467
  "name": "outside"
@@ -1067,6 +1475,7 @@
1067
1475
  },
1068
1476
  {
1069
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.",
1070
1479
  "values": [
1071
1480
  {
1072
1481
  "name": "relative"
@@ -1078,6 +1487,7 @@
1078
1487
  },
1079
1488
  {
1080
1489
  "name": "manualFocus",
1490
+ "description": "When `true`, the menu does not automatically focus its first\nenabled item on open",
1081
1491
  "values": []
1082
1492
  },
1083
1493
  {
@@ -1130,23 +1540,6 @@
1130
1540
  ],
1131
1541
  "references": []
1132
1542
  },
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
1543
  {
1151
1544
  "name": "u-drawer-headline",
1152
1545
  "description": "\n---\n",
@@ -1184,6 +1577,7 @@
1184
1577
  },
1185
1578
  {
1186
1579
  "name": "name",
1580
+ "description": "The form field name associated with the button when submitting a form",
1187
1581
  "values": []
1188
1582
  }
1189
1583
  ],
@@ -1199,47 +1593,10 @@
1199
1593
  "name": "u-side-navigation",
1200
1594
  "description": "\n---\n",
1201
1595
  "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
- ]
1228
- }
1229
- ],
1230
- "references": []
1231
- },
1232
- {
1233
- "name": "u-overflow-menu",
1234
- "description": "\n---\n",
1235
- "attributes": [
1236
- {
1237
- "name": "anchor",
1238
- "values": [
1239
- {
1240
- "name": "HTMLElement"
1241
- }
1242
- ]
1596
+ {
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,22 +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",
1272
- "values": []
1273
- }
1274
- ],
1275
- "references": []
1276
- },
1277
- {
1278
- "name": "u-ripple",
1279
- "description": "\n---\n",
1280
- "attributes": [
1281
- {
1282
- "name": "disabled",
1283
- "description": "Disables the ripple.",
1632
+ "description": "The maximum value of the progress bar",
1284
1633
  "values": []
1285
1634
  }
1286
1635
  ],
@@ -1292,18 +1641,22 @@
1292
1641
  "attributes": [
1293
1642
  {
1294
1643
  "name": "leading",
1644
+ "description": "Whether to render the selection control before the label.\nDefaults to a trailing position.",
1295
1645
  "values": []
1296
1646
  },
1297
1647
  {
1298
1648
  "name": "hide-state-layer",
1649
+ "description": "Whether to hide the hover/focus state layer behind the radio indicator",
1299
1650
  "values": []
1300
1651
  },
1301
1652
  {
1302
1653
  "name": "name",
1654
+ "description": "The form field name used when submitting the control's value",
1303
1655
  "values": []
1304
1656
  },
1305
1657
  {
1306
1658
  "name": "disabled",
1659
+ "description": "Whether the control is disabled and prevents user interaction",
1307
1660
  "values": []
1308
1661
  },
1309
1662
  {
@@ -1313,6 +1666,7 @@
1313
1666
  },
1314
1667
  {
1315
1668
  "name": "checked",
1669
+ "description": "Whether the control is checked",
1316
1670
  "values": []
1317
1671
  }
1318
1672
  ],
@@ -1324,14 +1678,17 @@
1324
1678
  "attributes": [
1325
1679
  {
1326
1680
  "name": "hide-state-layer",
1681
+ "description": "Whether to hide the hover/focus state layer behind the radio indicator",
1327
1682
  "values": []
1328
1683
  },
1329
1684
  {
1330
1685
  "name": "name",
1686
+ "description": "The form field name used when submitting the control's value",
1331
1687
  "values": []
1332
1688
  },
1333
1689
  {
1334
1690
  "name": "disabled",
1691
+ "description": "Whether the control is disabled and prevents user interaction",
1335
1692
  "values": []
1336
1693
  },
1337
1694
  {
@@ -1341,58 +1698,95 @@
1341
1698
  },
1342
1699
  {
1343
1700
  "name": "checked",
1701
+ "description": "Whether the control is checked",
1344
1702
  "values": []
1345
1703
  }
1346
1704
  ],
1347
1705
  "references": []
1348
1706
  },
1349
1707
  {
1350
- "name": "u-search",
1708
+ "name": "u-ripple",
1351
1709
  "description": "\n---\n",
1352
1710
  "attributes": [
1353
1711
  {
1354
- "name": "position",
1355
- "values": [
1356
- {
1357
- "name": "fixed"
1358
- },
1359
- {
1360
- "name": "absolute"
1361
- },
1362
- {
1363
- "name": "static"
1364
- }
1365
- ]
1366
- },
1712
+ "name": "disabled",
1713
+ "description": "Disables the ripple.",
1714
+ "values": []
1715
+ }
1716
+ ],
1717
+ "references": []
1718
+ },
1719
+ {
1720
+ "name": "u-option",
1721
+ "description": "\n---\n",
1722
+ "attributes": [
1367
1723
  {
1368
1724
  "name": "value",
1725
+ "description": "The value submitted with the form when this option is selected",
1369
1726
  "values": []
1370
1727
  },
1371
1728
  {
1372
- "name": "autocomplete",
1373
- "values": [
1374
- {
1375
- "name": "on"
1376
- },
1377
- {
1378
- "name": "off"
1379
- }
1380
- ]
1729
+ "name": "selected",
1730
+ "description": "Whether the option is currently selected in the parent `u-select`",
1731
+ "values": []
1381
1732
  },
1382
1733
  {
1383
- "name": "maxlength",
1734
+ "name": "active",
1735
+ "description": "Whether the item is currently highlighted via keyboard navigation",
1384
1736
  "values": []
1385
1737
  },
1386
1738
  {
1387
- "name": "role",
1739
+ "name": "has-badge",
1740
+ "description": "Whether the item should reserve space for a trailing badge indicator",
1741
+ "values": []
1742
+ },
1743
+ {
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.",
1388
1756
  "values": []
1389
1757
  },
1758
+ {
1759
+ "name": "name",
1760
+ "description": "The form field name associated with the button when submitting a form",
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
+ ]
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,14 +2040,17 @@
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
  ],
@@ -1609,6 +2062,7 @@
1609
2062
  "attributes": [
1610
2063
  {
1611
2064
  "name": "variant",
2065
+ "description": "The Tab Bar variant to render",
1612
2066
  "values": [
1613
2067
  {
1614
2068
  "name": "primary"
@@ -1627,6 +2081,7 @@
1627
2081
  "attributes": [
1628
2082
  {
1629
2083
  "name": "hasIcon",
2084
+ "description": "Whether the tab has an icon slotted in the `icon` slot\n\n_Note:_ Readonly",
1630
2085
  "values": []
1631
2086
  },
1632
2087
  {
@@ -1646,25 +2101,49 @@
1646
2101
  },
1647
2102
  {
1648
2103
  "name": "name",
2104
+ "description": "The form field name associated with the button when submitting a form",
1649
2105
  "values": []
1650
2106
  }
1651
2107
  ],
1652
2108
  "references": []
1653
2109
  },
1654
2110
  {
1655
- "name": "u-text-area",
2111
+ "name": "u-text-field",
1656
2112
  "description": "\n---\n",
1657
2113
  "attributes": [
1658
2114
  {
1659
- "name": "rows",
2115
+ "name": "type",
2116
+ "description": "The input type. Mirrors the native `input` element's `type` attribute\n(e.g. `text`, `email`, `password`, `number`).",
2117
+ "values": []
2118
+ },
2119
+ {
2120
+ "name": "prefix-text",
2121
+ "description": "Text rendered in the default `prefix` slot, shown before the input",
2122
+ "values": []
2123
+ },
2124
+ {
2125
+ "name": "suffix-text",
2126
+ "description": "Text rendered in the default `suffix` slot, shown after the input",
2127
+ "values": []
2128
+ },
2129
+ {
2130
+ "name": "readOnly",
2131
+ "description": "Whether the field's value is read-only",
2132
+ "values": []
2133
+ },
2134
+ {
2135
+ "name": "autocapitalize",
2136
+ "description": "Mirrors the native `autocapitalize` attribute on the underlying input",
1660
2137
  "values": []
1661
2138
  },
1662
2139
  {
1663
2140
  "name": "value",
2141
+ "description": "The current text value of the field, submitted with the associated form",
1664
2142
  "values": []
1665
2143
  },
1666
2144
  {
1667
2145
  "name": "autocomplete",
2146
+ "description": "Mirrors the native `autocomplete` attribute on the underlying input",
1668
2147
  "values": [
1669
2148
  {
1670
2149
  "name": "on"
@@ -1676,18 +2155,22 @@
1676
2155
  },
1677
2156
  {
1678
2157
  "name": "maxlength",
2158
+ "description": "Maximum number of characters the field accepts. When set, drives the\nautomatic character counter shown in the supporting text.",
1679
2159
  "values": []
1680
2160
  },
1681
2161
  {
1682
2162
  "name": "role",
2163
+ "description": "The ARIA role applied to the inner input element",
1683
2164
  "values": []
1684
2165
  },
1685
2166
  {
1686
2167
  "name": "placeholder",
2168
+ "description": "The placeholder text shown when the field is empty",
1687
2169
  "values": []
1688
2170
  },
1689
2171
  {
1690
2172
  "name": "variant",
2173
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
1691
2174
  "values": [
1692
2175
  {
1693
2176
  "name": "filled"
@@ -1704,10 +2187,12 @@
1704
2187
  },
1705
2188
  {
1706
2189
  "name": "counter",
2190
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
1707
2191
  "values": []
1708
2192
  },
1709
2193
  {
1710
2194
  "name": "hide-counter",
2195
+ "description": "Whether to hide the counter from the supporting text line",
1711
2196
  "values": []
1712
2197
  },
1713
2198
  {
@@ -1727,6 +2212,7 @@
1727
2212
  },
1728
2213
  {
1729
2214
  "name": "disabled",
2215
+ "description": "Whether the field is disabled",
1730
2216
  "values": []
1731
2217
  },
1732
2218
  {
@@ -1753,35 +2239,22 @@
1753
2239
  "references": []
1754
2240
  },
1755
2241
  {
1756
- "name": "u-text-field",
2242
+ "name": "u-text-area",
1757
2243
  "description": "\n---\n",
1758
2244
  "attributes": [
1759
2245
  {
1760
- "name": "type",
1761
- "values": []
1762
- },
1763
- {
1764
- "name": "prefix-text",
1765
- "values": []
1766
- },
1767
- {
1768
- "name": "suffix-text",
1769
- "values": []
1770
- },
1771
- {
1772
- "name": "readOnly",
1773
- "values": []
1774
- },
1775
- {
1776
- "name": "autocapitalize",
2246
+ "name": "rows",
2247
+ "description": "The minimum number of visible text rows",
1777
2248
  "values": []
1778
2249
  },
1779
2250
  {
1780
2251
  "name": "value",
2252
+ "description": "The current text value of the field, submitted with the associated form",
1781
2253
  "values": []
1782
2254
  },
1783
2255
  {
1784
2256
  "name": "autocomplete",
2257
+ "description": "Mirrors the native `autocomplete` attribute on the underlying input",
1785
2258
  "values": [
1786
2259
  {
1787
2260
  "name": "on"
@@ -1793,18 +2266,22 @@
1793
2266
  },
1794
2267
  {
1795
2268
  "name": "maxlength",
2269
+ "description": "Maximum number of characters the field accepts. When set, drives the\nautomatic character counter shown in the supporting text.",
1796
2270
  "values": []
1797
2271
  },
1798
2272
  {
1799
2273
  "name": "role",
2274
+ "description": "The ARIA role applied to the inner input element",
1800
2275
  "values": []
1801
2276
  },
1802
2277
  {
1803
2278
  "name": "placeholder",
2279
+ "description": "The placeholder text shown when the field is empty",
1804
2280
  "values": []
1805
2281
  },
1806
2282
  {
1807
2283
  "name": "variant",
2284
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
1808
2285
  "values": [
1809
2286
  {
1810
2287
  "name": "filled"
@@ -1821,10 +2298,12 @@
1821
2298
  },
1822
2299
  {
1823
2300
  "name": "counter",
2301
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
1824
2302
  "values": []
1825
2303
  },
1826
2304
  {
1827
2305
  "name": "hide-counter",
2306
+ "description": "Whether to hide the counter from the supporting text line",
1828
2307
  "values": []
1829
2308
  },
1830
2309
  {
@@ -1844,6 +2323,7 @@
1844
2323
  },
1845
2324
  {
1846
2325
  "name": "disabled",
2326
+ "description": "Whether the field is disabled",
1847
2327
  "values": []
1848
2328
  },
1849
2329
  {
@@ -1869,58 +2349,6 @@
1869
2349
  ],
1870
2350
  "references": []
1871
2351
  },
1872
- {
1873
- "name": "u-switch-list-item",
1874
- "description": "\n---\n",
1875
- "attributes": [
1876
- {
1877
- "name": "leading",
1878
- "values": []
1879
- },
1880
- {
1881
- "name": "name",
1882
- "values": []
1883
- },
1884
- {
1885
- "name": "disabled",
1886
- "values": []
1887
- },
1888
- {
1889
- "name": "value",
1890
- "description": "The element value to use in form submission when checked.",
1891
- "values": []
1892
- },
1893
- {
1894
- "name": "checked",
1895
- "values": []
1896
- }
1897
- ],
1898
- "references": []
1899
- },
1900
- {
1901
- "name": "u-switch",
1902
- "description": "\n---\n",
1903
- "attributes": [
1904
- {
1905
- "name": "name",
1906
- "values": []
1907
- },
1908
- {
1909
- "name": "disabled",
1910
- "values": []
1911
- },
1912
- {
1913
- "name": "value",
1914
- "description": "The element value to use in form submission when checked.",
1915
- "values": []
1916
- },
1917
- {
1918
- "name": "checked",
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"