@universal-material/web 3.7.2 → 3.9.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 (453) hide show
  1. package/.claude-plugin/plugin.json +12 -0
  2. package/README.md +12 -0
  3. package/app-bar/top-app-bar.d.ts +20 -4
  4. package/app-bar/top-app-bar.d.ts.map +1 -1
  5. package/app-bar/top-app-bar.js +84 -33
  6. package/app-bar/top-app-bar.js.map +1 -1
  7. package/app-bar/top-app-bar.styles.d.ts.map +1 -1
  8. package/app-bar/top-app-bar.styles.js +18 -1
  9. package/app-bar/top-app-bar.styles.js.map +1 -1
  10. package/badge/badge.d.ts +5 -2
  11. package/badge/badge.d.ts.map +1 -1
  12. package/badge/badge.js +9 -6
  13. package/badge/badge.js.map +1 -1
  14. package/badge/badge.styles.d.ts.map +1 -1
  15. package/badge/badge.styles.js +1 -0
  16. package/badge/badge.styles.js.map +1 -1
  17. package/bundle.min.js +5480 -2170
  18. package/button/button-base.d.ts +9 -2
  19. package/button/button-base.d.ts.map +1 -1
  20. package/button/button-base.js +12 -5
  21. package/button/button-base.js.map +1 -1
  22. package/button/button-set.d.ts +3 -3
  23. package/button/button-set.d.ts.map +1 -1
  24. package/button/button-set.js +7 -7
  25. package/button/button-set.js.map +1 -1
  26. package/button/button.d.ts +10 -7
  27. package/button/button.d.ts.map +1 -1
  28. package/button/button.js +17 -14
  29. package/button/button.js.map +1 -1
  30. package/button/fab-menu-color-context.d.ts +2 -2
  31. package/button/fab-menu-color-context.d.ts.map +1 -1
  32. package/button/fab-menu-color-context.js.map +1 -1
  33. package/button/fab-menu-item.d.ts +3 -3
  34. package/button/fab-menu-item.d.ts.map +1 -1
  35. package/button/fab-menu-item.js +11 -11
  36. package/button/fab-menu-item.js.map +1 -1
  37. package/button/fab-menu.d.ts +20 -5
  38. package/button/fab-menu.d.ts.map +1 -1
  39. package/button/fab-menu.js +48 -11
  40. package/button/fab-menu.js.map +1 -1
  41. package/button/fab.d.ts +22 -7
  42. package/button/fab.d.ts.map +1 -1
  43. package/button/fab.js +49 -11
  44. package/button/fab.js.map +1 -1
  45. package/button/icon-button.d.ts +13 -7
  46. package/button/icon-button.d.ts.map +1 -1
  47. package/button/icon-button.js +14 -8
  48. package/button/icon-button.js.map +1 -1
  49. package/button/toggle-button.d.ts +6 -6
  50. package/button/toggle-button.d.ts.map +1 -1
  51. package/button/toggle-button.js +10 -10
  52. package/button/toggle-button.js.map +1 -1
  53. package/button-field/button-field.d.ts +6 -3
  54. package/button-field/button-field.d.ts.map +1 -1
  55. package/button-field/button-field.js +12 -9
  56. package/button-field/button-field.js.map +1 -1
  57. package/calendar/calendar-adapter.d.ts +3 -0
  58. package/calendar/calendar-adapter.d.ts.map +1 -1
  59. package/calendar/calendar-adapter.js.map +1 -1
  60. package/calendar/calendar-base.d.ts +18 -1
  61. package/calendar/calendar-base.d.ts.map +1 -1
  62. package/calendar/calendar-base.js +188 -25
  63. package/calendar/calendar-base.js.map +1 -1
  64. package/calendar/calendar.d.ts +6 -2
  65. package/calendar/calendar.d.ts.map +1 -1
  66. package/calendar/calendar.js +12 -8
  67. package/calendar/calendar.js.map +1 -1
  68. package/calendar/default-calendar-adapter.d.ts +3 -0
  69. package/calendar/default-calendar-adapter.d.ts.map +1 -1
  70. package/calendar/default-calendar-adapter.js +17 -5
  71. package/calendar/default-calendar-adapter.js.map +1 -1
  72. package/calendar/range-calendar.d.ts +2 -2
  73. package/calendar/range-calendar.d.ts.map +1 -1
  74. package/calendar/range-calendar.js +9 -9
  75. package/calendar/range-calendar.js.map +1 -1
  76. package/card/card-content.d.ts +7 -2
  77. package/card/card-content.d.ts.map +1 -1
  78. package/card/card-content.js +10 -5
  79. package/card/card-content.js.map +1 -1
  80. package/card/card-media.d.ts +5 -2
  81. package/card/card-media.d.ts.map +1 -1
  82. package/card/card-media.js +8 -5
  83. package/card/card-media.js.map +1 -1
  84. package/card/card.d.ts +4 -4
  85. package/card/card.d.ts.map +1 -1
  86. package/card/card.js +5 -5
  87. package/card/card.js.map +1 -1
  88. package/checkbox/checkbox-list-item.d.ts +4 -4
  89. package/checkbox/checkbox-list-item.d.ts.map +1 -1
  90. package/checkbox/checkbox-list-item.js +5 -5
  91. package/checkbox/checkbox-list-item.js.map +1 -1
  92. package/checkbox/checkbox.d.ts +10 -3
  93. package/checkbox/checkbox.d.ts.map +1 -1
  94. package/checkbox/checkbox.js +14 -7
  95. package/checkbox/checkbox.js.map +1 -1
  96. package/chip/chip-set.d.ts +3 -3
  97. package/chip/chip-set.d.ts.map +1 -1
  98. package/chip/chip-set.js +6 -6
  99. package/chip/chip-set.js.map +1 -1
  100. package/chip/chip.d.ts +8 -5
  101. package/chip/chip.d.ts.map +1 -1
  102. package/chip/chip.js +23 -20
  103. package/chip/chip.js.map +1 -1
  104. package/chip-field/chip-field.d.ts +6 -3
  105. package/chip-field/chip-field.d.ts.map +1 -1
  106. package/chip-field/chip-field.js +9 -9
  107. package/chip-field/chip-field.js.map +1 -1
  108. package/collapse/collapse.d.ts +26 -0
  109. package/collapse/collapse.d.ts.map +1 -0
  110. package/collapse/collapse.js +62 -0
  111. package/collapse/collapse.js.map +1 -0
  112. package/collapse/collapse.styles.d.ts +2 -0
  113. package/collapse/collapse.styles.d.ts.map +1 -0
  114. package/collapse/collapse.styles.js +8 -0
  115. package/collapse/collapse.styles.js.map +1 -0
  116. package/config.js.map +1 -1
  117. package/css/universal-material.css +2 -1
  118. package/css/universal-material.min.css +2 -1
  119. package/custom-elements.json +17175 -9684
  120. package/datepicker/datepicker.d.ts +54 -3
  121. package/datepicker/datepicker.d.ts.map +1 -1
  122. package/datepicker/datepicker.js +202 -6
  123. package/datepicker/datepicker.js.map +1 -1
  124. package/datepicker/datepicker.styles.d.ts.map +1 -1
  125. package/datepicker/datepicker.styles.js +25 -0
  126. package/datepicker/datepicker.styles.js.map +1 -1
  127. package/datepicker/format.d.ts +19 -0
  128. package/datepicker/format.d.ts.map +1 -0
  129. package/datepicker/format.js +47 -0
  130. package/datepicker/format.js.map +1 -0
  131. package/datepicker/range-datepicker.d.ts +58 -0
  132. package/datepicker/range-datepicker.d.ts.map +1 -0
  133. package/datepicker/range-datepicker.js +212 -0
  134. package/datepicker/range-datepicker.js.map +1 -0
  135. package/dialog/confirm-dialog-builder.d.ts +3 -3
  136. package/dialog/confirm-dialog-builder.d.ts.map +1 -1
  137. package/dialog/confirm-dialog-builder.js.map +1 -1
  138. package/dialog/dialog-builder.d.ts +5 -4
  139. package/dialog/dialog-builder.d.ts.map +1 -1
  140. package/dialog/dialog-builder.js +10 -3
  141. package/dialog/dialog-builder.js.map +1 -1
  142. package/dialog/dialog-button-def.d.ts +3 -3
  143. package/dialog/dialog-button-def.d.ts.map +1 -1
  144. package/dialog/dialog-button-def.js.map +1 -1
  145. package/dialog/dialog.d.ts +10 -2
  146. package/dialog/dialog.d.ts.map +1 -1
  147. package/dialog/dialog.js +22 -14
  148. package/dialog/dialog.js.map +1 -1
  149. package/dialog/message-dialog-builder.d.ts +2 -2
  150. package/dialog/message-dialog-builder.d.ts.map +1 -1
  151. package/dialog/message-dialog-builder.js.map +1 -1
  152. package/elevation/elevation.d.ts +2 -2
  153. package/elevation/elevation.d.ts.map +1 -1
  154. package/elevation/elevation.js +4 -4
  155. package/elevation/elevation.js.map +1 -1
  156. package/expansion-panel/expansion-panel-container.d.ts +24 -0
  157. package/expansion-panel/expansion-panel-container.d.ts.map +1 -0
  158. package/expansion-panel/expansion-panel-container.js +54 -0
  159. package/expansion-panel/expansion-panel-container.js.map +1 -0
  160. package/expansion-panel/expansion-panel-container.styles.d.ts +2 -0
  161. package/expansion-panel/expansion-panel-container.styles.d.ts.map +1 -0
  162. package/expansion-panel/expansion-panel-container.styles.js +9 -0
  163. package/expansion-panel/expansion-panel-container.styles.js.map +1 -0
  164. package/expansion-panel/expansion-panel.d.ts +37 -0
  165. package/expansion-panel/expansion-panel.d.ts.map +1 -0
  166. package/expansion-panel/expansion-panel.js +89 -0
  167. package/expansion-panel/expansion-panel.js.map +1 -0
  168. package/expansion-panel/expansion-panel.styles.d.ts +2 -0
  169. package/expansion-panel/expansion-panel.styles.d.ts.map +1 -0
  170. package/expansion-panel/expansion-panel.styles.js +66 -0
  171. package/expansion-panel/expansion-panel.styles.js.map +1 -0
  172. package/field/field-base.d.ts +17 -3
  173. package/field/field-base.d.ts.map +1 -1
  174. package/field/field-base.js +30 -20
  175. package/field/field-base.js.map +1 -1
  176. package/field/field-defaults-context.d.ts +2 -2
  177. package/field/field-defaults-context.d.ts.map +1 -1
  178. package/field/field-defaults-context.js.map +1 -1
  179. package/field/field-defaults.d.ts +3 -3
  180. package/field/field-defaults.d.ts.map +1 -1
  181. package/field/field-defaults.js.map +1 -1
  182. package/field/field-variant.d.ts +1 -1
  183. package/field/field-variant.d.ts.map +1 -1
  184. package/field/field-variant.js.map +1 -1
  185. package/field/field.d.ts +7 -3
  186. package/field/field.d.ts.map +1 -1
  187. package/field/field.js +10 -6
  188. package/field/field.js.map +1 -1
  189. package/icon/icon.d.ts +2 -2
  190. package/icon/icon.d.ts.map +1 -1
  191. package/icon/icon.js +4 -4
  192. package/icon/icon.js.map +1 -1
  193. package/index.d.ts +29 -1
  194. package/index.d.ts.map +1 -1
  195. package/index.js +29 -1
  196. package/index.js.map +1 -1
  197. package/list/list-item.d.ts +19 -2
  198. package/list/list-item.d.ts.map +1 -1
  199. package/list/list-item.js +29 -6
  200. package/list/list-item.js.map +1 -1
  201. package/list/list-item.styles.d.ts.map +1 -1
  202. package/list/list-item.styles.js +13 -0
  203. package/list/list-item.styles.js.map +1 -1
  204. package/list/list.d.ts +2 -2
  205. package/list/list.d.ts.map +1 -1
  206. package/list/list.js +4 -4
  207. package/list/list.js.map +1 -1
  208. package/menu/menu-item.d.ts +9 -3
  209. package/menu/menu-item.d.ts.map +1 -1
  210. package/menu/menu-item.js +16 -10
  211. package/menu/menu-item.js.map +1 -1
  212. package/menu/menu.d.ts +18 -2
  213. package/menu/menu.d.ts.map +1 -1
  214. package/menu/menu.js +37 -18
  215. package/menu/menu.js.map +1 -1
  216. package/menu/menu.styles.d.ts.map +1 -1
  217. package/menu/menu.styles.js +5 -0
  218. package/menu/menu.styles.js.map +1 -1
  219. package/navigation/drawer-headline.d.ts +2 -2
  220. package/navigation/drawer-headline.d.ts.map +1 -1
  221. package/navigation/drawer-headline.js +6 -6
  222. package/navigation/drawer-headline.js.map +1 -1
  223. package/navigation/drawer-headline.styles.js +1 -1
  224. package/navigation/drawer-headline.styles.js.map +1 -1
  225. package/navigation/drawer-item.d.ts +3 -3
  226. package/navigation/drawer-item.d.ts.map +1 -1
  227. package/navigation/drawer-item.js +17 -12
  228. package/navigation/drawer-item.js.map +1 -1
  229. package/navigation/drawer.d.ts +2 -2
  230. package/navigation/drawer.d.ts.map +1 -1
  231. package/navigation/drawer.js +4 -4
  232. package/navigation/drawer.js.map +1 -1
  233. package/navigation/side-navigation.d.ts +9 -2
  234. package/navigation/side-navigation.d.ts.map +1 -1
  235. package/navigation/side-navigation.js +15 -8
  236. package/navigation/side-navigation.js.map +1 -1
  237. package/navigation-bar/navigation-bar-item.d.ts +40 -0
  238. package/navigation-bar/navigation-bar-item.d.ts.map +1 -0
  239. package/navigation-bar/navigation-bar-item.js +113 -0
  240. package/navigation-bar/navigation-bar-item.js.map +1 -0
  241. package/navigation-bar/navigation-bar-item.styles.d.ts +2 -0
  242. package/navigation-bar/navigation-bar-item.styles.d.ts.map +1 -0
  243. package/navigation-bar/navigation-bar-item.styles.js +101 -0
  244. package/navigation-bar/navigation-bar-item.styles.js.map +1 -0
  245. package/navigation-bar/navigation-bar.d.ts +40 -0
  246. package/navigation-bar/navigation-bar.d.ts.map +1 -0
  247. package/navigation-bar/navigation-bar.js +85 -0
  248. package/navigation-bar/navigation-bar.js.map +1 -0
  249. package/navigation-bar/navigation-bar.styles.d.ts +2 -0
  250. package/navigation-bar/navigation-bar.styles.d.ts.map +1 -0
  251. package/navigation-bar/navigation-bar.styles.js +44 -0
  252. package/navigation-bar/navigation-bar.styles.js.map +1 -0
  253. package/navigation-rail/navigation-rail-headline.d.ts +23 -0
  254. package/navigation-rail/navigation-rail-headline.d.ts.map +1 -0
  255. package/navigation-rail/navigation-rail-headline.js +28 -0
  256. package/navigation-rail/navigation-rail-headline.js.map +1 -0
  257. package/navigation-rail/navigation-rail-headline.styles.d.ts +2 -0
  258. package/navigation-rail/navigation-rail-headline.styles.d.ts.map +1 -0
  259. package/navigation-rail/navigation-rail-headline.styles.js +19 -0
  260. package/navigation-rail/navigation-rail-headline.styles.js.map +1 -0
  261. package/navigation-rail/navigation-rail-item.d.ts +58 -0
  262. package/navigation-rail/navigation-rail-item.d.ts.map +1 -0
  263. package/navigation-rail/navigation-rail-item.js +160 -0
  264. package/navigation-rail/navigation-rail-item.js.map +1 -0
  265. package/navigation-rail/navigation-rail-item.styles.d.ts +2 -0
  266. package/navigation-rail/navigation-rail-item.styles.d.ts.map +1 -0
  267. package/navigation-rail/navigation-rail-item.styles.js +182 -0
  268. package/navigation-rail/navigation-rail-item.styles.js.map +1 -0
  269. package/navigation-rail/navigation-rail.d.ts +66 -0
  270. package/navigation-rail/navigation-rail.d.ts.map +1 -0
  271. package/navigation-rail/navigation-rail.js +223 -0
  272. package/navigation-rail/navigation-rail.js.map +1 -0
  273. package/navigation-rail/navigation-rail.styles.d.ts +2 -0
  274. package/navigation-rail/navigation-rail.styles.d.ts.map +1 -0
  275. package/navigation-rail/navigation-rail.styles.js +220 -0
  276. package/navigation-rail/navigation-rail.styles.js.map +1 -0
  277. package/overflow-menu/overflow-menu-item.d.ts +8 -0
  278. package/overflow-menu/overflow-menu-item.d.ts.map +1 -1
  279. package/overflow-menu/overflow-menu-item.js +8 -0
  280. package/overflow-menu/overflow-menu-item.js.map +1 -1
  281. package/overflow-menu/overflow-menu.d.ts +8 -2
  282. package/overflow-menu/overflow-menu.d.ts.map +1 -1
  283. package/overflow-menu/overflow-menu.js +10 -1
  284. package/overflow-menu/overflow-menu.js.map +1 -1
  285. package/package.json +21 -5
  286. package/progress/circular-progress.d.ts +9 -2
  287. package/progress/circular-progress.d.ts.map +1 -1
  288. package/progress/circular-progress.js +9 -6
  289. package/progress/circular-progress.js.map +1 -1
  290. package/progress/progress-bar.d.ts +9 -2
  291. package/progress/progress-bar.d.ts.map +1 -1
  292. package/progress/progress-bar.js +9 -6
  293. package/progress/progress-bar.js.map +1 -1
  294. package/radio/radio-list-item.d.ts +4 -4
  295. package/radio/radio-list-item.d.ts.map +1 -1
  296. package/radio/radio-list-item.js +5 -5
  297. package/radio/radio-list-item.js.map +1 -1
  298. package/radio/radio.d.ts +6 -3
  299. package/radio/radio.d.ts.map +1 -1
  300. package/radio/radio.js +9 -6
  301. package/radio/radio.js.map +1 -1
  302. package/ripple/ripple.d.ts +2 -2
  303. package/ripple/ripple.d.ts.map +1 -1
  304. package/ripple/ripple.js +9 -9
  305. package/ripple/ripple.js.map +1 -1
  306. package/scaffold/pane.d.ts +127 -0
  307. package/scaffold/pane.d.ts.map +1 -0
  308. package/scaffold/pane.js +220 -0
  309. package/scaffold/pane.js.map +1 -0
  310. package/scaffold/pane.styles.d.ts +2 -0
  311. package/scaffold/pane.styles.d.ts.map +1 -0
  312. package/scaffold/pane.styles.js +1909 -0
  313. package/scaffold/pane.styles.js.map +1 -0
  314. package/scaffold/scaffold.d.ts +45 -0
  315. package/scaffold/scaffold.d.ts.map +1 -0
  316. package/scaffold/scaffold.js +170 -0
  317. package/scaffold/scaffold.js.map +1 -0
  318. package/scaffold/scaffold.styles.d.ts +2 -0
  319. package/scaffold/scaffold.styles.d.ts.map +1 -0
  320. package/scaffold/scaffold.styles.js +69 -0
  321. package/scaffold/scaffold.styles.js.map +1 -0
  322. package/scaffold/scroll-container-context.d.ts +4 -0
  323. package/scaffold/scroll-container-context.d.ts.map +1 -0
  324. package/scaffold/scroll-container-context.js +3 -0
  325. package/scaffold/scroll-container-context.js.map +1 -0
  326. package/scss/utilities/_divider.scss +4 -0
  327. package/search/search.d.ts +6 -3
  328. package/search/search.d.ts.map +1 -1
  329. package/search/search.js +10 -7
  330. package/search/search.js.map +1 -1
  331. package/search/search.styles.d.ts.map +1 -1
  332. package/search/search.styles.js +7 -2
  333. package/search/search.styles.js.map +1 -1
  334. package/select/option.d.ts +9 -3
  335. package/select/option.d.ts.map +1 -1
  336. package/select/option.js +14 -8
  337. package/select/option.js.map +1 -1
  338. package/select/select-navigation-controller.d.ts +4 -4
  339. package/select/select-navigation-controller.d.ts.map +1 -1
  340. package/select/select-navigation-controller.js.map +1 -1
  341. package/select/select.d.ts +22 -12
  342. package/select/select.d.ts.map +1 -1
  343. package/select/select.js +81 -31
  344. package/select/select.js.map +1 -1
  345. package/shared/button-wrapper.d.ts +4 -1
  346. package/shared/button-wrapper.d.ts.map +1 -1
  347. package/shared/button-wrapper.js +8 -8
  348. package/shared/button-wrapper.js.map +1 -1
  349. package/shared/char-count-text-field/native-text-field-wrapper.d.ts +15 -2
  350. package/shared/char-count-text-field/native-text-field-wrapper.d.ts.map +1 -1
  351. package/shared/char-count-text-field/native-text-field-wrapper.js +16 -6
  352. package/shared/char-count-text-field/native-text-field-wrapper.js.map +1 -1
  353. package/shared/menu-field/menu-field-navigation-controller.d.ts +3 -3
  354. package/shared/menu-field/menu-field-navigation-controller.d.ts.map +1 -1
  355. package/shared/menu-field/menu-field-navigation-controller.js.map +1 -1
  356. package/shared/menu-field/menu-field.d.ts +5 -5
  357. package/shared/menu-field/menu-field.d.ts.map +1 -1
  358. package/shared/menu-field/menu-field.js.map +1 -1
  359. package/shared/selection-control/selection-control-list-item.d.ts +2 -2
  360. package/shared/selection-control/selection-control-list-item.d.ts.map +1 -1
  361. package/shared/selection-control/selection-control-list-item.js +14 -1
  362. package/shared/selection-control/selection-control-list-item.js.map +1 -1
  363. package/shared/selection-control/selection-control.d.ts +10 -1
  364. package/shared/selection-control/selection-control.d.ts.map +1 -1
  365. package/shared/selection-control/selection-control.js +24 -7
  366. package/shared/selection-control/selection-control.js.map +1 -1
  367. package/shared/sets/set-base.d.ts +1 -1
  368. package/shared/sets/set-base.d.ts.map +1 -1
  369. package/shared/sets/set-base.js +2 -2
  370. package/shared/sets/set-base.js.map +1 -1
  371. package/shared/text-field-base/text-field-base.d.ts +37 -2
  372. package/shared/text-field-base/text-field-base.d.ts.map +1 -1
  373. package/shared/text-field-base/text-field-base.js +66 -4
  374. package/shared/text-field-base/text-field-base.js.map +1 -1
  375. package/skills/badge/SKILL.md +43 -0
  376. package/skills/buttons/SKILL.md +115 -0
  377. package/skills/card/SKILL.md +162 -0
  378. package/skills/chips/SKILL.md +95 -0
  379. package/skills/collapse/SKILL.md +37 -0
  380. package/skills/datepicker/SKILL.md +110 -0
  381. package/skills/dialog/SKILL.md +92 -0
  382. package/skills/drawer/SKILL.md +94 -0
  383. package/skills/expansion-panel/SKILL.md +65 -0
  384. package/skills/fab/SKILL.md +79 -0
  385. package/skills/list/SKILL.md +105 -0
  386. package/skills/menu/SKILL.md +120 -0
  387. package/skills/navigation-bar/SKILL.md +87 -0
  388. package/skills/navigation-rail/SKILL.md +127 -0
  389. package/skills/overview/SKILL.md +44 -0
  390. package/skills/progress/SKILL.md +63 -0
  391. package/skills/scaffold/SKILL.md +392 -0
  392. package/skills/search/SKILL.md +65 -0
  393. package/skills/select/SKILL.md +120 -0
  394. package/skills/selection-controls/SKILL.md +88 -0
  395. package/skills/setup/SKILL.md +58 -0
  396. package/skills/slider/SKILL.md +119 -0
  397. package/skills/snackbar/SKILL.md +70 -0
  398. package/skills/tab-bar/SKILL.md +55 -0
  399. package/skills/text-field/SKILL.md +114 -0
  400. package/skills/theming/SKILL.md +80 -0
  401. package/skills/top-app-bar/SKILL.md +64 -0
  402. package/skills/typeahead/SKILL.md +113 -0
  403. package/slider/slider.d.ts +73 -0
  404. package/slider/slider.d.ts.map +1 -0
  405. package/slider/slider.js +506 -0
  406. package/slider/slider.js.map +1 -0
  407. package/slider/slider.styles.d.ts +2 -0
  408. package/slider/slider.styles.d.ts.map +1 -0
  409. package/slider/slider.styles.js +292 -0
  410. package/slider/slider.styles.js.map +1 -0
  411. package/snackbar/snackbar.d.ts +13 -4
  412. package/snackbar/snackbar.d.ts.map +1 -1
  413. package/snackbar/snackbar.js +37 -28
  414. package/snackbar/snackbar.js.map +1 -1
  415. package/snackbar/snackbar.styles.js +1 -1
  416. package/snackbar/snackbar.styles.js.map +1 -1
  417. package/switch/switch-list-item.d.ts +4 -4
  418. package/switch/switch-list-item.d.ts.map +1 -1
  419. package/switch/switch-list-item.js +5 -5
  420. package/switch/switch-list-item.js.map +1 -1
  421. package/switch/switch.d.ts +3 -3
  422. package/switch/switch.d.ts.map +1 -1
  423. package/switch/switch.js +5 -5
  424. package/switch/switch.js.map +1 -1
  425. package/tab-bar/tab-bar.d.ts +9 -6
  426. package/tab-bar/tab-bar.d.ts.map +1 -1
  427. package/tab-bar/tab-bar.js +43 -23
  428. package/tab-bar/tab-bar.js.map +1 -1
  429. package/tab-bar/tab.d.ts +10 -5
  430. package/tab-bar/tab.d.ts.map +1 -1
  431. package/tab-bar/tab.js +14 -9
  432. package/tab-bar/tab.js.map +1 -1
  433. package/text-area/text-area.d.ts +6 -3
  434. package/text-area/text-area.d.ts.map +1 -1
  435. package/text-area/text-area.js +12 -9
  436. package/text-area/text-area.js.map +1 -1
  437. package/text-field/text-field.d.ts +31 -3
  438. package/text-field/text-field.d.ts.map +1 -1
  439. package/text-field/text-field.js +53 -13
  440. package/text-field/text-field.js.map +1 -1
  441. package/typeahead/highlight.d.ts +2 -2
  442. package/typeahead/highlight.d.ts.map +1 -1
  443. package/typeahead/highlight.js +7 -7
  444. package/typeahead/highlight.js.map +1 -1
  445. package/typeahead/typeahead-template-render.d.ts +4 -0
  446. package/typeahead/typeahead-template-render.d.ts.map +1 -1
  447. package/typeahead/typeahead-template-render.js +4 -0
  448. package/typeahead/typeahead-template-render.js.map +1 -1
  449. package/typeahead/typeahead.d.ts +14 -7
  450. package/typeahead/typeahead.d.ts.map +1 -1
  451. package/typeahead/typeahead.js +29 -18
  452. package/typeahead/typeahead.js.map +1 -1
  453. package/vscode.html-custom-data.json +1146 -326
@@ -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. When unset, the\napp bar consumes the scroll container provided by an ancestor\n`u-scaffold`; if there's no scaffold, it falls back to `'window'`.",
43
47
  "values": [
44
48
  {
45
49
  "name": "none"
@@ -58,25 +62,74 @@
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
  ],
64
69
  "references": []
65
70
  },
66
71
  {
67
- "name": "u-button-field",
72
+ "name": "u-card-content",
73
+ "description": "\n---\n",
74
+ "attributes": [
75
+ {
76
+ "name": "has-content",
77
+ "description": "Whether the default slot has assigned content\n\n_Note:_ Readonly",
78
+ "values": []
79
+ }
80
+ ],
81
+ "references": []
82
+ },
83
+ {
84
+ "name": "u-card-media",
85
+ "description": "\n---\n",
86
+ "attributes": [
87
+ {
88
+ "name": "wide",
89
+ "description": "Whether the media block uses the wide aspect ratio variant",
90
+ "values": []
91
+ }
92
+ ],
93
+ "references": []
94
+ },
95
+ {
96
+ "name": "u-card",
68
97
  "description": "\n---\n",
98
+ "attributes": [
99
+ {
100
+ "name": "variant",
101
+ "description": "The Card variant to render.",
102
+ "values": [
103
+ {
104
+ "name": "CardVariant"
105
+ }
106
+ ]
107
+ }
108
+ ],
109
+ "references": []
110
+ },
111
+ {
112
+ "name": "u-button-field",
113
+ "description": "\n---\n\n\n### **Methods:**\n \n\n- **checkValidity(): _boolean_** - Returns whether the field is valid (fires an `invalid` event if not).\n- **reportValidity(): _boolean_** - Like `checkValidity()`, but also surfaces the native validation bubble and\nreflects the result onto the visual `invalid` state.",
69
114
  "attributes": [
70
115
  {
71
116
  "name": "value",
117
+ "description": "The current value of the field, submitted with the associated form",
72
118
  "values": []
73
119
  },
74
120
  {
75
121
  "name": "placeholder",
122
+ "description": "The placeholder text shown when the field is empty",
123
+ "values": []
124
+ },
125
+ {
126
+ "name": "required",
127
+ "description": "Whether the field must have a value to satisfy constraint validation.\nDrives `checkValidity()`/`reportValidity()` and blocks native form submit.",
76
128
  "values": []
77
129
  },
78
130
  {
79
131
  "name": "variant",
132
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
80
133
  "values": [
81
134
  {
82
135
  "name": "filled"
@@ -93,10 +146,12 @@
93
146
  },
94
147
  {
95
148
  "name": "counter",
149
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
96
150
  "values": []
97
151
  },
98
152
  {
99
153
  "name": "hide-counter",
154
+ "description": "Whether to hide the counter from the supporting text line",
100
155
  "values": []
101
156
  },
102
157
  {
@@ -116,6 +171,7 @@
116
171
  },
117
172
  {
118
173
  "name": "disabled",
174
+ "description": "Whether the field is disabled",
119
175
  "values": []
120
176
  },
121
177
  {
@@ -177,19 +233,7 @@
177
233
  "description": "The Button variant to render",
178
234
  "values": [
179
235
  {
180
- "name": "filled"
181
- },
182
- {
183
- "name": "tonal"
184
- },
185
- {
186
- "name": "elevated"
187
- },
188
- {
189
- "name": "outlined"
190
- },
191
- {
192
- "name": "text"
236
+ "name": "ButtonVariant"
193
237
  }
194
238
  ]
195
239
  },
@@ -198,21 +242,13 @@
198
242
  "description": "The Button color",
199
243
  "values": [
200
244
  {
201
- "name": "primary"
202
- },
203
- {
204
- "name": "secondary"
205
- },
206
- {
207
- "name": "tertiary"
208
- },
209
- {
210
- "name": "error"
245
+ "name": "ButtonColor"
211
246
  }
212
247
  ]
213
248
  },
214
249
  {
215
250
  "name": "trailing-icon",
251
+ "description": "Whether the slotted icon is rendered after the label instead of before",
216
252
  "values": []
217
253
  },
218
254
  {
@@ -235,10 +271,7 @@
235
271
  "description": "Sets the shape of the button",
236
272
  "values": [
237
273
  {
238
- "name": "round"
239
- },
240
- {
241
- "name": "square"
274
+ "name": "ButtonShape"
242
275
  }
243
276
  ]
244
277
  },
@@ -247,19 +280,7 @@
247
280
  "description": "Sets the size of the button",
248
281
  "values": [
249
282
  {
250
- "name": "extra-small"
251
- },
252
- {
253
- "name": "small"
254
- },
255
- {
256
- "name": "medium"
257
- },
258
- {
259
- "name": "large"
260
- },
261
- {
262
- "name": "extra-large"
283
+ "name": "ButtonSize"
263
284
  }
264
285
  ]
265
286
  },
@@ -270,10 +291,12 @@
270
291
  },
271
292
  {
272
293
  "name": "type",
294
+ "description": "The button behavior. Mirrors the native `type` attribute and accepts\nvalues like `submit`, `reset` or `button`.",
273
295
  "values": []
274
296
  },
275
297
  {
276
298
  "name": "value",
299
+ "description": "The value submitted with the form when this button is the submitter",
277
300
  "values": []
278
301
  },
279
302
  {
@@ -293,6 +316,7 @@
293
316
  },
294
317
  {
295
318
  "name": "name",
319
+ "description": "The form field name associated with the button when submitting a form",
296
320
  "values": []
297
321
  }
298
322
  ],
@@ -309,10 +333,12 @@
309
333
  },
310
334
  {
311
335
  "name": "type",
336
+ "description": "The button behavior. Mirrors the native `type` attribute and accepts\nvalues like `submit`, `reset` or `button`.",
312
337
  "values": []
313
338
  },
314
339
  {
315
340
  "name": "value",
341
+ "description": "The value submitted with the form when this button is the submitter",
316
342
  "values": []
317
343
  },
318
344
  {
@@ -332,6 +358,7 @@
332
358
  },
333
359
  {
334
360
  "name": "name",
361
+ "description": "The form field name associated with the button when submitting a form",
335
362
  "values": []
336
363
  }
337
364
  ],
@@ -346,19 +373,7 @@
346
373
  "description": "The FAB color variant to render.",
347
374
  "values": [
348
375
  {
349
- "name": "primary"
350
- },
351
- {
352
- "name": "secondary"
353
- },
354
- {
355
- "name": "tertiary"
356
- },
357
- {
358
- "name": "surface"
359
- },
360
- {
361
- "name": "branded"
376
+ "name": "FabColor"
362
377
  }
363
378
  ]
364
379
  },
@@ -367,13 +382,7 @@
367
382
  "description": "The size of the FAB.",
368
383
  "values": [
369
384
  {
370
- "name": "small"
371
- },
372
- {
373
- "name": "medium"
374
- },
375
- {
376
- "name": "large"
385
+ "name": "FabSize"
377
386
  }
378
387
  ]
379
388
  },
@@ -381,6 +390,21 @@
381
390
  "name": "lowered",
382
391
  "description": "Lowers the FAB's elevation.",
383
392
  "values": []
393
+ },
394
+ {
395
+ "name": "scroll-container",
396
+ "description": "The element the FAB menu will observe for scroll. Accepts an\n`HTMLElement`, the id of an element, `'window'` to use the window\nscroll, or `'none'` to disable. When unset, the FAB menu consumes the\nscroll container provided by an ancestor `u-scaffold` via context,\nfalling back to `'window'`. Reserved for future scroll-driven behaviors.",
397
+ "values": [
398
+ {
399
+ "name": "none"
400
+ },
401
+ {
402
+ "name": "window"
403
+ },
404
+ {
405
+ "name": "HTMLElement"
406
+ }
407
+ ]
384
408
  }
385
409
  ],
386
410
  "references": []
@@ -394,19 +418,7 @@
394
418
  "description": "The FAB color variant to render.",
395
419
  "values": [
396
420
  {
397
- "name": "primary"
398
- },
399
- {
400
- "name": "secondary"
401
- },
402
- {
403
- "name": "tertiary"
404
- },
405
- {
406
- "name": "surface"
407
- },
408
- {
409
- "name": "branded"
421
+ "name": "FabColor"
410
422
  }
411
423
  ]
412
424
  },
@@ -415,13 +427,7 @@
415
427
  "description": "The size of the FAB.",
416
428
  "values": [
417
429
  {
418
- "name": "small"
419
- },
420
- {
421
- "name": "medium"
422
- },
423
- {
424
- "name": "large"
430
+ "name": "FabSize"
425
431
  }
426
432
  ]
427
433
  },
@@ -435,12 +441,29 @@
435
441
  "description": "Lowers the FAB's elevation.",
436
442
  "values": []
437
443
  },
444
+ {
445
+ "name": "scroll-container",
446
+ "description": "The element the FAB will observe for scroll. Accepts an `HTMLElement`,\nthe id of an element, `'window'` to use the window scroll, or `'none'`\nto disable. When unset, the FAB consumes the scroll container provided\nby an ancestor `u-scaffold` via context, falling back to `'window'`.\nReserved for future scroll-driven behaviors (e.g. shrink on scroll).",
447
+ "values": [
448
+ {
449
+ "name": "none"
450
+ },
451
+ {
452
+ "name": "window"
453
+ },
454
+ {
455
+ "name": "HTMLElement"
456
+ }
457
+ ]
458
+ },
438
459
  {
439
460
  "name": "type",
461
+ "description": "The button behavior. Mirrors the native `type` attribute and accepts\nvalues like `submit`, `reset` or `button`.",
440
462
  "values": []
441
463
  },
442
464
  {
443
465
  "name": "value",
466
+ "description": "The value submitted with the form when this button is the submitter",
444
467
  "values": []
445
468
  },
446
469
  {
@@ -460,6 +483,7 @@
460
483
  },
461
484
  {
462
485
  "name": "name",
486
+ "description": "The form field name associated with the button when submitting a form",
463
487
  "values": []
464
488
  }
465
489
  ],
@@ -471,32 +495,19 @@
471
495
  "attributes": [
472
496
  {
473
497
  "name": "variant",
498
+ "description": "The Icon Button variant to render",
474
499
  "values": [
475
500
  {
476
- "name": "filled"
477
- },
478
- {
479
- "name": "tonal"
480
- },
481
- {
482
- "name": "outlined"
483
- },
484
- {
485
- "name": "standard"
501
+ "name": "IconButtonVariant"
486
502
  }
487
503
  ]
488
504
  },
489
505
  {
490
506
  "name": "width",
507
+ "description": "The width of the Icon Button",
491
508
  "values": [
492
509
  {
493
- "name": "default"
494
- },
495
- {
496
- "name": "narrow"
497
- },
498
- {
499
- "name": "wide"
510
+ "name": "IconButtonWidth"
500
511
  }
501
512
  ]
502
513
  },
@@ -520,10 +531,7 @@
520
531
  "description": "Sets the shape of the button",
521
532
  "values": [
522
533
  {
523
- "name": "round"
524
- },
525
- {
526
- "name": "square"
534
+ "name": "ButtonShape"
527
535
  }
528
536
  ]
529
537
  },
@@ -532,19 +540,7 @@
532
540
  "description": "Sets the size of the button",
533
541
  "values": [
534
542
  {
535
- "name": "extra-small"
536
- },
537
- {
538
- "name": "small"
539
- },
540
- {
541
- "name": "medium"
542
- },
543
- {
544
- "name": "large"
545
- },
546
- {
547
- "name": "extra-large"
543
+ "name": "ButtonSize"
548
544
  }
549
545
  ]
550
546
  },
@@ -555,10 +551,12 @@
555
551
  },
556
552
  {
557
553
  "name": "type",
554
+ "description": "The button behavior. Mirrors the native `type` attribute and accepts\nvalues like `submit`, `reset` or `button`.",
558
555
  "values": []
559
556
  },
560
557
  {
561
558
  "name": "value",
559
+ "description": "The value submitted with the form when this button is the submitter",
562
560
  "values": []
563
561
  },
564
562
  {
@@ -578,6 +576,7 @@
578
576
  },
579
577
  {
580
578
  "name": "name",
579
+ "description": "The form field name associated with the button when submitting a form",
581
580
  "values": []
582
581
  }
583
582
  ],
@@ -589,14 +588,22 @@
589
588
  "attributes": [
590
589
  {
591
590
  "name": "value",
591
+ "description": "The selected date as an ISO date string (`YYYY-MM-DD`), or an empty\nstring when no date is selected",
592
592
  "values": []
593
593
  },
594
594
  {
595
595
  "name": "dateOutsideMonth",
596
+ "description": "Whether to render dates from the previous and next months that\nfall inside the displayed weeks",
597
+ "values": []
598
+ },
599
+ {
600
+ "name": "year-range",
601
+ "description": "Number of years displayed per page in the year picker view.",
596
602
  "values": []
597
603
  },
598
604
  {
599
605
  "name": "locale",
606
+ "description": "The BCP 47 locale tag used to format month names and weekdays.\nWhen `null`, falls back to the browser's `navigator.language`.",
600
607
  "values": []
601
608
  }
602
609
  ],
@@ -612,81 +619,54 @@
612
619
  },
613
620
  {
614
621
  "name": "dateOutsideMonth",
622
+ "description": "Whether to render dates from the previous and next months that\nfall inside the displayed weeks",
615
623
  "values": []
616
624
  },
617
625
  {
618
- "name": "locale",
619
- "values": []
620
- }
621
- ],
622
- "references": []
623
- },
624
- {
625
- "name": "u-card-content",
626
- "description": "\n---\n",
627
- "attributes": [
628
- {
629
- "name": "has-content",
626
+ "name": "year-range",
627
+ "description": "Number of years displayed per page in the year picker view.",
630
628
  "values": []
631
- }
632
- ],
633
- "references": []
634
- },
635
- {
636
- "name": "u-card-media",
637
- "description": "\n---\n",
638
- "attributes": [
629
+ },
639
630
  {
640
- "name": "wide",
631
+ "name": "locale",
632
+ "description": "The BCP 47 locale tag used to format month names and weekdays.\nWhen `null`, falls back to the browser's `navigator.language`.",
641
633
  "values": []
642
634
  }
643
635
  ],
644
636
  "references": []
645
637
  },
646
- {
647
- "name": "u-card",
648
- "description": "\n---\n",
649
- "attributes": [
650
- {
651
- "name": "variant",
652
- "description": "The Card variant to render.",
653
- "values": [
654
- {
655
- "name": "filled"
656
- },
657
- {
658
- "name": "elevated"
659
- },
660
- {
661
- "name": "outlined"
662
- }
663
- ]
664
- }
665
- ],
666
- "references": []
667
- },
668
638
  {
669
639
  "name": "u-checkbox-list-item",
670
640
  "description": "\n---\n",
671
641
  "attributes": [
672
642
  {
673
643
  "name": "leading",
644
+ "description": "Whether to render the selection control before the label.\nDefaults to a trailing position.",
645
+ "values": []
646
+ },
647
+ {
648
+ "name": "no-inset",
649
+ "description": "Pull the row flush with surrounding content (negative inline margin equal\nto the inline padding) so it aligns with adjacent labels / section headings.\nForwarded to the inner `u-list-item`.",
674
650
  "values": []
675
651
  },
676
652
  {
677
653
  "name": "hide-state-layer",
654
+ "description": "Whether to hide the hover/focus state layer behind the checkbox indicator",
678
655
  "values": []
679
656
  },
680
657
  {
681
658
  "name": "indeterminate",
659
+ "description": "Whether the checkbox is in the indeterminate (mixed) state.\nSetting `checked` resets this to `false`.",
682
660
  "values": []
683
661
  },
684
662
  {
685
663
  "name": "name",
664
+ "description": "The form field name used when submitting the control's value",
686
665
  "values": []
687
666
  },
688
667
  {
689
668
  "name": "disabled",
669
+ "description": "Whether the control is disabled and prevents user interaction",
690
670
  "values": []
691
671
  },
692
672
  {
@@ -696,6 +676,7 @@
696
676
  },
697
677
  {
698
678
  "name": "checked",
679
+ "description": "Whether the control is checked",
699
680
  "values": []
700
681
  }
701
682
  ],
@@ -707,18 +688,22 @@
707
688
  "attributes": [
708
689
  {
709
690
  "name": "hide-state-layer",
691
+ "description": "Whether to hide the hover/focus state layer behind the checkbox indicator",
710
692
  "values": []
711
693
  },
712
694
  {
713
695
  "name": "indeterminate",
696
+ "description": "Whether the checkbox is in the indeterminate (mixed) state.\nSetting `checked` resets this to `false`.",
714
697
  "values": []
715
698
  },
716
699
  {
717
700
  "name": "name",
701
+ "description": "The form field name used when submitting the control's value",
718
702
  "values": []
719
703
  },
720
704
  {
721
705
  "name": "disabled",
706
+ "description": "Whether the control is disabled and prevents user interaction",
722
707
  "values": []
723
708
  },
724
709
  {
@@ -728,6 +713,7 @@
728
713
  },
729
714
  {
730
715
  "name": "checked",
716
+ "description": "Whether the control is checked",
731
717
  "values": []
732
718
  }
733
719
  ],
@@ -735,10 +721,11 @@
735
721
  },
736
722
  {
737
723
  "name": "u-chip-field",
738
- "description": "\n---\n\n\n### **Events:**\n - **change**",
724
+ "description": "\n---\n\n\n### **Events:**\n - **change**\n\n### **Methods:**\n \n\n- **checkValidity(): _boolean_** - Returns whether the field is valid (fires an `invalid` event if not).\n- **reportValidity(): _boolean_** - Like `checkValidity()`, but also surfaces the native validation bubble and\nreflects the result onto the visual `invalid` state.",
739
725
  "attributes": [
740
726
  {
741
727
  "name": "name",
728
+ "description": "The form field name used when submitting each chip value as form data",
742
729
  "values": []
743
730
  },
744
731
  {
@@ -748,10 +735,17 @@
748
735
  },
749
736
  {
750
737
  "name": "placeholder",
738
+ "description": "The placeholder text shown when the field is empty",
739
+ "values": []
740
+ },
741
+ {
742
+ "name": "required",
743
+ "description": "Whether the field must have a value to satisfy constraint validation.\nDrives `checkValidity()`/`reportValidity()` and blocks native form submit.",
751
744
  "values": []
752
745
  },
753
746
  {
754
747
  "name": "variant",
748
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
755
749
  "values": [
756
750
  {
757
751
  "name": "filled"
@@ -768,10 +762,12 @@
768
762
  },
769
763
  {
770
764
  "name": "counter",
765
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
771
766
  "values": []
772
767
  },
773
768
  {
774
769
  "name": "hide-counter",
770
+ "description": "Whether to hide the counter from the supporting text line",
775
771
  "values": []
776
772
  },
777
773
  {
@@ -791,6 +787,7 @@
791
787
  },
792
788
  {
793
789
  "name": "disabled",
790
+ "description": "Whether the field is disabled",
794
791
  "values": []
795
792
  },
796
793
  {
@@ -849,6 +846,7 @@
849
846
  },
850
847
  {
851
848
  "name": "clickable",
849
+ "description": "Whether the chip is interactive and renders a ripple on click",
852
850
  "values": []
853
851
  },
854
852
  {
@@ -888,76 +886,126 @@
888
886
  },
889
887
  {
890
888
  "name": "name",
889
+ "description": "The form field name associated with the button when submitting a form",
891
890
  "values": []
892
891
  }
893
892
  ],
894
893
  "references": []
895
894
  },
896
895
  {
897
- "name": "u-datepicker",
898
- "description": "\n---\n",
899
- "attributes": [],
900
- "references": []
901
- },
902
- {
903
- "name": "u-dialog",
904
- "description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
896
+ "name": "u-collapse",
897
+ "description": "\n---\n\n\n### **Slots:**\n - _default_ - Default slot for the collapsible content.\n\n### **CSS Parts:**\n - **content** - The wrapper around the slotted content used to measure its natural height.",
905
898
  "attributes": [
906
899
  {
907
900
  "name": "open",
901
+ "description": "Whether the collapse is open. Animates `max-height` between `0` and the\nmeasured content height when toggled.",
908
902
  "values": []
909
- },
910
- {
911
- "name": "has-headline",
912
- "description": "Whether dialog has headline or not\n\n_Note:_ Readonly",
913
- "values": []
914
- },
915
- {
916
- "name": "has-icon",
917
- "description": "Whether dialog has icon\n\n_Note:_ Readonly",
918
- "values": []
919
- },
920
- {
921
- "name": "scrollContainer",
922
- "values": [
923
- {
924
- "name": "HTMLElement"
925
- }
926
- ]
927
903
  }
928
904
  ],
929
905
  "references": []
930
906
  },
931
907
  {
932
- "name": "u-field",
933
- "description": "\n---\n",
908
+ "name": "u-datepicker",
909
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n\n### **Methods:**\n \n\n- **checkValidity(): _boolean_** - Returns whether the field is valid (fires an `invalid` event if not).\n- **reportValidity(): _boolean_** - Like `checkValidity()`, but also surfaces the native validation bubble and\nreflects the result onto the visual `invalid` state.",
934
910
  "attributes": [
935
911
  {
936
- "name": "autoEmpty",
912
+ "name": "locale",
913
+ "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`.",
937
914
  "values": []
938
915
  },
939
916
  {
940
- "name": "variant",
917
+ "name": "format",
918
+ "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.",
941
919
  "values": [
942
920
  {
943
- "name": "filled"
944
- },
945
- {
946
- "name": "outlined"
921
+ "name": "DatepickerFormat"
947
922
  }
948
923
  ]
949
924
  },
950
925
  {
951
- "name": "label",
952
- "description": "The floating label for the field",
953
- "values": []
954
- },
955
- {
956
- "name": "counter",
926
+ "name": "editable",
927
+ "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.",
957
928
  "values": []
958
929
  },
959
930
  {
960
- "name": "hide-counter",
931
+ "name": "readOnly",
932
+ "description": "Whether the input is read-only. When set, manual typing is disabled even\nif `editable` is `true`; the calendar popover remains available.",
933
+ "values": []
934
+ },
935
+ {
936
+ "name": "menu-positioning",
937
+ "description": "The positioning strategy used by the calendar popover. Use `'fixed'`\nwhen the datepicker is rendered inside a clipped/scrollable container.",
938
+ "values": [
939
+ {
940
+ "name": "relative"
941
+ },
942
+ {
943
+ "name": "fixed"
944
+ }
945
+ ]
946
+ },
947
+ {
948
+ "name": "value",
949
+ "description": "The current text value of the field, submitted with the associated form",
950
+ "values": []
951
+ },
952
+ {
953
+ "name": "autocomplete",
954
+ "description": "Mirrors the native `autocomplete` attribute on the underlying input",
955
+ "values": [
956
+ {
957
+ "name": "on"
958
+ },
959
+ {
960
+ "name": "off"
961
+ }
962
+ ]
963
+ },
964
+ {
965
+ "name": "maxlength",
966
+ "description": "Maximum number of characters the field accepts. When set, drives the\nautomatic character counter shown in the supporting text.",
967
+ "values": []
968
+ },
969
+ {
970
+ "name": "role",
971
+ "description": "The ARIA role applied to the inner input element",
972
+ "values": []
973
+ },
974
+ {
975
+ "name": "placeholder",
976
+ "description": "The placeholder text shown when the field is empty",
977
+ "values": []
978
+ },
979
+ {
980
+ "name": "required",
981
+ "description": "Whether the field must have a value to satisfy constraint validation.\nDrives `checkValidity()`/`reportValidity()` and blocks native form submit.",
982
+ "values": []
983
+ },
984
+ {
985
+ "name": "variant",
986
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
987
+ "values": [
988
+ {
989
+ "name": "filled"
990
+ },
991
+ {
992
+ "name": "outlined"
993
+ }
994
+ ]
995
+ },
996
+ {
997
+ "name": "label",
998
+ "description": "The floating label for the field",
999
+ "values": []
1000
+ },
1001
+ {
1002
+ "name": "counter",
1003
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
1004
+ "values": []
1005
+ },
1006
+ {
1007
+ "name": "hide-counter",
1008
+ "description": "Whether to hide the counter from the supporting text line",
961
1009
  "values": []
962
1010
  },
963
1011
  {
@@ -977,6 +1025,7 @@
977
1025
  },
978
1026
  {
979
1027
  "name": "disabled",
1028
+ "description": "Whether the field is disabled",
980
1029
  "values": []
981
1030
  },
982
1031
  {
@@ -985,62 +1034,427 @@
985
1034
  "values": []
986
1035
  },
987
1036
  {
988
- "name": "has-leading-icon",
989
- "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
1037
+ "name": "has-leading-icon",
1038
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
1039
+ "values": []
1040
+ },
1041
+ {
1042
+ "name": "has-trailing-icon",
1043
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
1044
+ "values": []
1045
+ },
1046
+ {
1047
+ "name": "has-error-text",
1048
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
1049
+ "values": []
1050
+ }
1051
+ ],
1052
+ "references": []
1053
+ },
1054
+ {
1055
+ "name": "u-range-datepicker",
1056
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n\n### **Methods:**\n \n\n- **checkValidity(): _boolean_** - Returns whether the field is valid (fires an `invalid` event if not).\n- **reportValidity(): _boolean_** - Like `checkValidity()`, but also surfaces the native validation bubble and\nreflects the result onto the visual `invalid` state.",
1057
+ "attributes": [
1058
+ {
1059
+ "name": "locale",
1060
+ "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`.",
1061
+ "values": []
1062
+ },
1063
+ {
1064
+ "name": "format",
1065
+ "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 ` - `.",
1066
+ "values": [
1067
+ {
1068
+ "name": "DatepickerFormat"
1069
+ }
1070
+ ]
1071
+ },
1072
+ {
1073
+ "name": "editable",
1074
+ "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.",
1075
+ "values": []
1076
+ },
1077
+ {
1078
+ "name": "readOnly",
1079
+ "description": "Whether the input is read-only. When set, manual typing is disabled even\nif `editable` is `true`; the calendar popover remains available.",
1080
+ "values": []
1081
+ },
1082
+ {
1083
+ "name": "menu-positioning",
1084
+ "description": "The positioning strategy used by the calendar popover. Use `'fixed'`\nwhen the datepicker is rendered inside a clipped/scrollable container.",
1085
+ "values": [
1086
+ {
1087
+ "name": "relative"
1088
+ },
1089
+ {
1090
+ "name": "fixed"
1091
+ }
1092
+ ]
1093
+ },
1094
+ {
1095
+ "name": "value",
1096
+ "description": "The current text value of the field, submitted with the associated form",
1097
+ "values": []
1098
+ },
1099
+ {
1100
+ "name": "autocomplete",
1101
+ "description": "Mirrors the native `autocomplete` attribute on the underlying input",
1102
+ "values": [
1103
+ {
1104
+ "name": "on"
1105
+ },
1106
+ {
1107
+ "name": "off"
1108
+ }
1109
+ ]
1110
+ },
1111
+ {
1112
+ "name": "maxlength",
1113
+ "description": "Maximum number of characters the field accepts. When set, drives the\nautomatic character counter shown in the supporting text.",
1114
+ "values": []
1115
+ },
1116
+ {
1117
+ "name": "role",
1118
+ "description": "The ARIA role applied to the inner input element",
1119
+ "values": []
1120
+ },
1121
+ {
1122
+ "name": "placeholder",
1123
+ "description": "The placeholder text shown when the field is empty",
1124
+ "values": []
1125
+ },
1126
+ {
1127
+ "name": "required",
1128
+ "description": "Whether the field must have a value to satisfy constraint validation.\nDrives `checkValidity()`/`reportValidity()` and blocks native form submit.",
1129
+ "values": []
1130
+ },
1131
+ {
1132
+ "name": "variant",
1133
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
1134
+ "values": [
1135
+ {
1136
+ "name": "filled"
1137
+ },
1138
+ {
1139
+ "name": "outlined"
1140
+ }
1141
+ ]
1142
+ },
1143
+ {
1144
+ "name": "label",
1145
+ "description": "The floating label for the field",
1146
+ "values": []
1147
+ },
1148
+ {
1149
+ "name": "counter",
1150
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
1151
+ "values": []
1152
+ },
1153
+ {
1154
+ "name": "hide-counter",
1155
+ "description": "Whether to hide the counter from the supporting text line",
1156
+ "values": []
1157
+ },
1158
+ {
1159
+ "name": "supporting-text",
1160
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
1161
+ "values": []
1162
+ },
1163
+ {
1164
+ "name": "error-text",
1165
+ "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`",
1166
+ "values": []
1167
+ },
1168
+ {
1169
+ "name": "empty",
1170
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
1171
+ "values": []
1172
+ },
1173
+ {
1174
+ "name": "disabled",
1175
+ "description": "Whether the field is disabled",
1176
+ "values": []
1177
+ },
1178
+ {
1179
+ "name": "invalid",
1180
+ "description": "Get or sets where or not the field is in a visually invalid state.",
1181
+ "values": []
1182
+ },
1183
+ {
1184
+ "name": "has-leading-icon",
1185
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
1186
+ "values": []
1187
+ },
1188
+ {
1189
+ "name": "has-trailing-icon",
1190
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
1191
+ "values": []
1192
+ },
1193
+ {
1194
+ "name": "has-error-text",
1195
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
1196
+ "values": []
1197
+ }
1198
+ ],
1199
+ "references": []
1200
+ },
1201
+ {
1202
+ "name": "u-elevation",
1203
+ "description": "\n---\n",
1204
+ "attributes": [],
1205
+ "references": []
1206
+ },
1207
+ {
1208
+ "name": "u-expansion-panel-container",
1209
+ "description": "Coordinates a group of `<u-expansion-panel>` children. When `multi` is `false`\n(default), opening one panel closes the others.\n---\n\n\n### **Slots:**\n - _default_ - Default slot for `<u-expansion-panel>` children.",
1210
+ "attributes": [
1211
+ {
1212
+ "name": "multi",
1213
+ "description": "When `true`, multiple panels may be expanded simultaneously.",
1214
+ "values": []
1215
+ }
1216
+ ],
1217
+ "references": []
1218
+ },
1219
+ {
1220
+ "name": "u-expansion-panel",
1221
+ "description": "\n---\n\n\n### **Events:**\n - **change** - Dispatched when the `expanded` state toggles.\n\n### **Methods:**\n - **toggle(): _void_** - Toggles `expanded`. No-op when `disabled`.\n\n### **Slots:**\n - **header** - Content shown in the clickable header row.\n- _default_ - Default slot for the panel body (animated via `u-collapse`).\n\n### **CSS Parts:**\n - **header** - The header row container.\n- **chevron** - The default chevron icon (rotates on expand).\n- **content** - The collapsible body wrapper.",
1222
+ "attributes": [
1223
+ {
1224
+ "name": "expanded",
1225
+ "description": "Whether the panel body is expanded.",
1226
+ "values": []
1227
+ },
1228
+ {
1229
+ "name": "disabled",
1230
+ "description": "Disables toggling the panel via header click.",
1231
+ "values": []
1232
+ },
1233
+ {
1234
+ "name": "hide-toggle",
1235
+ "description": "Hides the default chevron toggle icon.",
1236
+ "values": []
1237
+ }
1238
+ ],
1239
+ "references": []
1240
+ },
1241
+ {
1242
+ "name": "u-field",
1243
+ "description": "\n---\n",
1244
+ "attributes": [
1245
+ {
1246
+ "name": "autoEmpty",
1247
+ "description": "Whether the field should automatically derive its `empty` state from\nthe slotted native input's value",
1248
+ "values": []
1249
+ },
1250
+ {
1251
+ "name": "variant",
1252
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
1253
+ "values": [
1254
+ {
1255
+ "name": "filled"
1256
+ },
1257
+ {
1258
+ "name": "outlined"
1259
+ }
1260
+ ]
1261
+ },
1262
+ {
1263
+ "name": "label",
1264
+ "description": "The floating label for the field",
1265
+ "values": []
1266
+ },
1267
+ {
1268
+ "name": "counter",
1269
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
1270
+ "values": []
1271
+ },
1272
+ {
1273
+ "name": "hide-counter",
1274
+ "description": "Whether to hide the counter from the supporting text line",
1275
+ "values": []
1276
+ },
1277
+ {
1278
+ "name": "supporting-text",
1279
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
1280
+ "values": []
1281
+ },
1282
+ {
1283
+ "name": "error-text",
1284
+ "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`",
1285
+ "values": []
1286
+ },
1287
+ {
1288
+ "name": "empty",
1289
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
1290
+ "values": []
1291
+ },
1292
+ {
1293
+ "name": "disabled",
1294
+ "description": "Whether the field is disabled",
1295
+ "values": []
1296
+ },
1297
+ {
1298
+ "name": "invalid",
1299
+ "description": "Get or sets where or not the field is in a visually invalid state.",
1300
+ "values": []
1301
+ },
1302
+ {
1303
+ "name": "has-leading-icon",
1304
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
1305
+ "values": []
1306
+ },
1307
+ {
1308
+ "name": "has-trailing-icon",
1309
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
1310
+ "values": []
1311
+ },
1312
+ {
1313
+ "name": "has-error-text",
1314
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
1315
+ "values": []
1316
+ }
1317
+ ],
1318
+ "references": []
1319
+ },
1320
+ {
1321
+ "name": "u-dialog",
1322
+ "description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
1323
+ "attributes": [
1324
+ {
1325
+ "name": "open",
1326
+ "description": "Whether the dialog is open. Setting this to `true` is equivalent to\ncalling `show()`; setting it to `false` is equivalent to `close()`.",
1327
+ "values": []
1328
+ },
1329
+ {
1330
+ "name": "has-headline",
1331
+ "description": "Whether dialog has headline or not\n\n_Note:_ Readonly",
1332
+ "values": []
1333
+ },
1334
+ {
1335
+ "name": "has-icon",
1336
+ "description": "Whether dialog has icon\n\n_Note:_ Readonly",
1337
+ "values": []
1338
+ },
1339
+ {
1340
+ "name": "scrollContainer",
1341
+ "description": "The external element that drives the top/bottom scroll dividers.\nWhen not set, the dialog's own content element is used.",
1342
+ "values": [
1343
+ {
1344
+ "name": "HTMLElement"
1345
+ }
1346
+ ]
1347
+ }
1348
+ ],
1349
+ "references": []
1350
+ },
1351
+ {
1352
+ "name": "u-icon",
1353
+ "description": "\n---\n",
1354
+ "attributes": [],
1355
+ "references": []
1356
+ },
1357
+ {
1358
+ "name": "u-list-item",
1359
+ "description": "\n---\n",
1360
+ "attributes": [
1361
+ {
1362
+ "name": "selectable",
1363
+ "description": "Whether the list item is interactive and renders a ripple on click",
990
1364
  "values": []
991
1365
  },
992
1366
  {
993
- "name": "has-trailing-icon",
994
- "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
1367
+ "name": "selected",
1368
+ "description": "Whether the row is in the selected (active) state. Paints the M3 selected\ncontainer (`secondary-container` / `on-secondary-container`) so the row\nreads as the current choice in a list-detail or navigation list. Purely\nvisual — pair it with your own click handling (and `selectable` for the\nripple/hover state layer).",
995
1369
  "values": []
996
1370
  },
997
1371
  {
998
- "name": "has-error-text",
999
- "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
1372
+ "name": "no-inset",
1373
+ "description": "Pull the row flush with surrounding content: cancels the inline padding with\nan equal negative inline margin, so the content lines up with adjacent labels\nor section headings (the row's state layer bleeds to the container edges).",
1000
1374
  "values": []
1001
1375
  }
1002
1376
  ],
1003
1377
  "references": []
1004
1378
  },
1005
1379
  {
1006
- "name": "u-elevation",
1380
+ "name": "u-list",
1007
1381
  "description": "\n---\n",
1008
1382
  "attributes": [],
1009
1383
  "references": []
1010
1384
  },
1011
1385
  {
1012
- "name": "u-icon",
1386
+ "name": "u-drawer-headline",
1013
1387
  "description": "\n---\n",
1014
1388
  "attributes": [],
1015
1389
  "references": []
1016
1390
  },
1017
1391
  {
1018
- "name": "u-list-item",
1392
+ "name": "u-drawer-item",
1019
1393
  "description": "\n---\n",
1020
1394
  "attributes": [
1021
1395
  {
1022
- "name": "selectable",
1396
+ "name": "active",
1397
+ "description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
1398
+ "values": []
1399
+ },
1400
+ {
1401
+ "name": "keep-drawer-open",
1402
+ "description": "If true, it will not attempt to close de navigation drawer on click",
1403
+ "values": []
1404
+ },
1405
+ {
1406
+ "name": "disabled",
1407
+ "description": "Whether the button is disabled or not.",
1408
+ "values": []
1409
+ },
1410
+ {
1411
+ "name": "href",
1412
+ "description": "The URL that the link button points to.",
1413
+ "values": []
1414
+ },
1415
+ {
1416
+ "name": "target",
1417
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1418
+ "values": []
1419
+ },
1420
+ {
1421
+ "name": "name",
1422
+ "description": "The form field name associated with the button when submitting a form",
1023
1423
  "values": []
1024
1424
  }
1025
1425
  ],
1026
1426
  "references": []
1027
1427
  },
1028
1428
  {
1029
- "name": "u-list",
1429
+ "name": "u-drawer",
1030
1430
  "description": "\n---\n",
1031
1431
  "attributes": [],
1032
1432
  "references": []
1033
1433
  },
1434
+ {
1435
+ "name": "u-side-navigation",
1436
+ "description": "@deprecated Use `<u-scaffold>` and place a `<u-drawer>` or `<u-navigation-rail>` directly as a body sibling (for a permanent sidebar) or wrap it in `<u-pane mode=\"sidebar\" mode-lg=\"fixed\">` for a sidebar that collapses to an overlay below `lg`. Standalone usage outside of a scaffold remains supported.\n\n\n---\n",
1437
+ "attributes": [
1438
+ {
1439
+ "name": "toggle-drawer",
1440
+ "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`",
1441
+ "values": []
1442
+ }
1443
+ ],
1444
+ "references": []
1445
+ },
1034
1446
  {
1035
1447
  "name": "u-menu-item",
1036
1448
  "description": "\n---\n",
1037
1449
  "attributes": [
1038
1450
  {
1039
1451
  "name": "active",
1452
+ "description": "Whether the item is currently highlighted via keyboard navigation",
1040
1453
  "values": []
1041
1454
  },
1042
1455
  {
1043
1456
  "name": "has-badge",
1457
+ "description": "Whether the item should reserve space for a trailing badge indicator",
1044
1458
  "values": []
1045
1459
  },
1046
1460
  {
@@ -1060,6 +1474,7 @@
1060
1474
  },
1061
1475
  {
1062
1476
  "name": "name",
1477
+ "description": "The form field name associated with the button when submitting a form",
1063
1478
  "values": []
1064
1479
  }
1065
1480
  ],
@@ -1071,6 +1486,7 @@
1071
1486
  "attributes": [
1072
1487
  {
1073
1488
  "name": "autoclose",
1489
+ "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
1490
  "values": [
1075
1491
  {
1076
1492
  "name": "outside"
@@ -1084,6 +1500,7 @@
1084
1500
  },
1085
1501
  {
1086
1502
  "name": "positioning",
1503
+ "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
1504
  "values": [
1088
1505
  {
1089
1506
  "name": "relative"
@@ -1095,6 +1512,7 @@
1095
1512
  },
1096
1513
  {
1097
1514
  "name": "manualFocus",
1515
+ "description": "When `true`, the menu does not automatically focus its first\nenabled item on open",
1098
1516
  "values": []
1099
1517
  },
1100
1518
  {
@@ -1148,24 +1566,22 @@
1148
1566
  "references": []
1149
1567
  },
1150
1568
  {
1151
- "name": "u-drawer-headline",
1152
- "description": "\n---\n",
1153
- "attributes": [],
1154
- "references": []
1155
- },
1156
- {
1157
- "name": "u-drawer-item",
1158
- "description": "\n---\n",
1569
+ "name": "u-navigation-bar-item",
1570
+ "description": "A destination inside a `u-navigation-bar`. Renders an M3 active indicator\npill around the icon (vertical) or around icon + label (horizontal), with\nthe destination label.\n\nSlots:\n - default: the destination label.\n - `icon`: the destination icon (24dp).\n - `badge`: an optional `u-badge` placed at the top-right of the icon.\n---\n",
1159
1571
  "attributes": [
1160
1572
  {
1161
1573
  "name": "active",
1162
- "description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
1574
+ "description": "Whether the navigation item is active (selected) or not.",
1163
1575
  "values": []
1164
1576
  },
1165
1577
  {
1166
- "name": "keep-drawer-open",
1167
- "description": "If true, it will not attempt to close de navigation drawer on click",
1168
- "values": []
1578
+ "name": "variant",
1579
+ "description": "Layout variant. `'vertical'` (default) stacks the icon over the label\nwith a 56×32dp active indicator pill around the icon. `'horizontal'`\nplaces icon and label side-by-side inside a 40dp-high pill.",
1580
+ "values": [
1581
+ {
1582
+ "name": "NavBarItemVariant"
1583
+ }
1584
+ ]
1169
1585
  },
1170
1586
  {
1171
1587
  "name": "disabled",
@@ -1184,24 +1600,103 @@
1184
1600
  },
1185
1601
  {
1186
1602
  "name": "name",
1603
+ "description": "The form field name associated with the button when submitting a form",
1187
1604
  "values": []
1188
1605
  }
1189
1606
  ],
1190
1607
  "references": []
1191
1608
  },
1192
1609
  {
1193
- "name": "u-drawer",
1194
- "description": "\n---\n",
1610
+ "name": "u-navigation-bar",
1611
+ "description": "Material 3 navigation bar — a persistent bar pinned to the bottom of the\napplication that hosts top-level destinations (typically 3–5 icon buttons\nor navigation-bar items). Mirrors `u-top-app-bar`'s positioning model: an\ninternal `.spacing` filler reserves the bar's height inside the surrounding\nflow so content under it does not get obscured.\n\nSlots:\n - default: destination items (e.g. `u-icon-button`s).\n---\n",
1612
+ "attributes": [
1613
+ {
1614
+ "name": "position",
1615
+ "description": "The positioning strategy of the navigation bar.",
1616
+ "values": [
1617
+ {
1618
+ "name": "fixed"
1619
+ },
1620
+ {
1621
+ "name": "absolute"
1622
+ },
1623
+ {
1624
+ "name": "static"
1625
+ }
1626
+ ]
1627
+ },
1628
+ {
1629
+ "name": "scroll-container",
1630
+ "description": "The element the bar will observe for scroll. Accepts an `HTMLElement`,\nthe id of an element, `'window'` to use the window scroll, or `'none'`\nto disable. When unset, the bar consumes the scroll container provided\nby an ancestor `u-scaffold` via context, falling back to `'window'`.\nReserved for future scroll-driven behaviors (e.g. hide on scroll).",
1631
+ "values": [
1632
+ {
1633
+ "name": "none"
1634
+ },
1635
+ {
1636
+ "name": "window"
1637
+ },
1638
+ {
1639
+ "name": "HTMLElement"
1640
+ }
1641
+ ]
1642
+ }
1643
+ ],
1644
+ "references": []
1645
+ },
1646
+ {
1647
+ "name": "u-navigation-rail-headline",
1648
+ "description": "Section header for grouping destinations inside the expanded navigation\nrail. Slot it into `u-navigation-rail slot=\"expanded\"` between groups of\n`u-navigation-rail-item`s.\n\nThe headline is only visible while the rail is in its expanded state —\nwhen collapsed (or hidden) the rail switches to its primary `slot=\"rail\"`\ndestinations, so headlines never appear in narrow layouts.\n\nSlots:\n - default: the headline text.\n---\n",
1195
1649
  "attributes": [],
1196
1650
  "references": []
1197
1651
  },
1198
1652
  {
1199
- "name": "u-side-navigation",
1200
- "description": "\n---\n",
1653
+ "name": "u-navigation-rail-item",
1654
+ "description": "A destination inside a `u-navigation-rail`. Renders two layouts depending\non `variant`:\n\n- `collapsed` (default): vertical — a 56×32dp pill around the 24dp icon\n with the label stacked below in label-medium type.\n- `expanded`: horizontal — a full-width pill wraps icon + label inline\n (icon at the leading edge, label-large to its right), 56dp tall.\n\nHover/focus/pressed feedback (state layer + ripple) is confined to the\nactive-indicator pill, never the full square. The click target itself\nstays the full container — clicks anywhere on the item still navigate\nand emit a ripple inside the pill.\n\nThe parent `u-navigation-rail` sets `variant` automatically based on the\nbreakpoint and toggle state — consumers don't usually need to set it.\n\nSlots:\n - default: the destination label.\n - `icon`: the destination icon (24dp).\n - `badge`: an optional `u-badge` placed at the top-right of the icon.\n---\n",
1655
+ "attributes": [
1656
+ {
1657
+ "name": "active",
1658
+ "description": "Whether the rail item is active (selected) or not.",
1659
+ "values": []
1660
+ },
1661
+ {
1662
+ "name": "variant",
1663
+ "description": "Layout variant. `collapsed` (default) stacks icon over label with a\n56×32dp pill around the icon. `expanded` lays icon + label side-by-side\ninside a content-sized 56dp pill aligned to the rail's leading edge.\n\nSet automatically by `u-navigation-rail` based on which slot the item\nis placed into (`slot=\"rail\"` → collapsed, `slot=\"expanded\"` → expanded).",
1664
+ "values": [
1665
+ {
1666
+ "name": "NavRailItemVariant"
1667
+ }
1668
+ ]
1669
+ },
1670
+ {
1671
+ "name": "disabled",
1672
+ "description": "Whether the button is disabled or not.",
1673
+ "values": []
1674
+ },
1675
+ {
1676
+ "name": "href",
1677
+ "description": "The URL that the link button points to.",
1678
+ "values": []
1679
+ },
1680
+ {
1681
+ "name": "target",
1682
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1683
+ "values": []
1684
+ },
1685
+ {
1686
+ "name": "name",
1687
+ "description": "The form field name associated with the button when submitting a form",
1688
+ "values": []
1689
+ }
1690
+ ],
1691
+ "references": []
1692
+ },
1693
+ {
1694
+ "name": "u-navigation-rail",
1695
+ "description": "Material 3 navigation rail — a responsive primary navigation surface that\nadapts to the viewport with two independently configurable destination\nsets:\n\n- **Mobile (< 840px)**: rail is hidden. `toggleDrawer` slides the\n expanded rail in from the left as a **modal** over the content (with\n scrim).\n- **Medium (840–1199px)**: a permanent 96dp **collapsed** sidebar shows\n `slot=\"rail\"` items. `toggleDrawer` slides the expanded rail in over\n it as a **modal** (with scrim).\n- **Large (≥ 1200px)**: the expanded rail is permanent (no modal,\n no scrim). `toggleDrawer` slides it back off the leading edge,\n revealing the collapsed bar underneath.\n\nThe expanded panel animates exactly like the side-navigation drawer:\n`inset-inline-start` transitions 375ms with the project's awesome cubic\nbezier easing.\n\nSlots:\n - `rail`: primary destinations shown in the permanent collapsed bar\n (`u-navigation-rail-item`s, no headlines).\n - `expanded`: full destination list shown in the expanded panel —\n `u-navigation-rail-item`s grouped by optional\n `u-navigation-rail-headline`s.\n - `top`: optional area pinned to the top of the rail (menu button,\n brand mark, etc.).\n - `bottom`: optional area pinned to the bottom of the rail (FAB,\n secondary action, etc.).\n - default: page content.\n---\n",
1201
1696
  "attributes": [
1202
1697
  {
1203
1698
  "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`",
1699
+ "description": "Toggle the rail's secondary state:\n\n- On mobile/medium: slides the expanded rail in from the left as a\n modal overlay (with scrim). Click on the scrim to close.\n- On large: slides the expanded rail off, revealing the collapsed\n 96dp bar underneath.",
1205
1700
  "values": []
1206
1701
  }
1207
1702
  ],
@@ -1213,10 +1708,12 @@
1213
1708
  "attributes": [
1214
1709
  {
1215
1710
  "name": "label",
1711
+ "description": "The accessible label for the action, used as the icon button's title",
1216
1712
  "values": []
1217
1713
  },
1218
1714
  {
1219
1715
  "name": "collapse",
1716
+ "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.",
1220
1717
  "values": [
1221
1718
  {
1222
1719
  "name": "auto"
@@ -1233,6 +1730,18 @@
1233
1730
  "name": "u-overflow-menu",
1234
1731
  "description": "\n---\n",
1235
1732
  "attributes": [
1733
+ {
1734
+ "name": "menuPositioning",
1735
+ "description": "The positioning strategy used by the collapsed-items popover. Use\n`'fixed'` when the overflow menu is rendered inside a clipped/scrollable\ncontainer so the popover can escape its bounds.",
1736
+ "values": [
1737
+ {
1738
+ "name": "relative"
1739
+ },
1740
+ {
1741
+ "name": "fixed"
1742
+ }
1743
+ ]
1744
+ },
1236
1745
  {
1237
1746
  "name": "anchor",
1238
1747
  "values": [
@@ -1250,10 +1759,12 @@
1250
1759
  "attributes": [
1251
1760
  {
1252
1761
  "name": "value",
1762
+ "description": "The current progress value. When `undefined`, the indicator is rendered\nin indeterminate mode.",
1253
1763
  "values": []
1254
1764
  },
1255
1765
  {
1256
1766
  "name": "max",
1767
+ "description": "The maximum value of the progress indicator",
1257
1768
  "values": []
1258
1769
  }
1259
1770
  ],
@@ -1265,10 +1776,12 @@
1265
1776
  "attributes": [
1266
1777
  {
1267
1778
  "name": "value",
1779
+ "description": "The current progress value. When `undefined`, the bar is rendered\nin indeterminate mode.",
1268
1780
  "values": []
1269
1781
  },
1270
1782
  {
1271
1783
  "name": "max",
1784
+ "description": "The maximum value of the progress bar",
1272
1785
  "values": []
1273
1786
  }
1274
1787
  ],
@@ -1280,78 +1793,219 @@
1280
1793
  "attributes": [
1281
1794
  {
1282
1795
  "name": "leading",
1796
+ "description": "Whether to render the selection control before the label.\nDefaults to a trailing position.",
1797
+ "values": []
1798
+ },
1799
+ {
1800
+ "name": "no-inset",
1801
+ "description": "Pull the row flush with surrounding content (negative inline margin equal\nto the inline padding) so it aligns with adjacent labels / section headings.\nForwarded to the inner `u-list-item`.",
1802
+ "values": []
1803
+ },
1804
+ {
1805
+ "name": "hide-state-layer",
1806
+ "description": "Whether to hide the hover/focus state layer behind the radio indicator",
1807
+ "values": []
1808
+ },
1809
+ {
1810
+ "name": "name",
1811
+ "description": "The form field name used when submitting the control's value",
1812
+ "values": []
1813
+ },
1814
+ {
1815
+ "name": "disabled",
1816
+ "description": "Whether the control is disabled and prevents user interaction",
1817
+ "values": []
1818
+ },
1819
+ {
1820
+ "name": "value",
1821
+ "description": "The element value to use in form submission when checked.",
1822
+ "values": []
1823
+ },
1824
+ {
1825
+ "name": "checked",
1826
+ "description": "Whether the control is checked",
1827
+ "values": []
1828
+ }
1829
+ ],
1830
+ "references": []
1831
+ },
1832
+ {
1833
+ "name": "u-radio",
1834
+ "description": "\n---\n",
1835
+ "attributes": [
1836
+ {
1837
+ "name": "hide-state-layer",
1838
+ "description": "Whether to hide the hover/focus state layer behind the radio indicator",
1839
+ "values": []
1840
+ },
1841
+ {
1842
+ "name": "name",
1843
+ "description": "The form field name used when submitting the control's value",
1844
+ "values": []
1845
+ },
1846
+ {
1847
+ "name": "disabled",
1848
+ "description": "Whether the control is disabled and prevents user interaction",
1849
+ "values": []
1850
+ },
1851
+ {
1852
+ "name": "value",
1853
+ "description": "The element value to use in form submission when checked.",
1854
+ "values": []
1855
+ },
1856
+ {
1857
+ "name": "checked",
1858
+ "description": "Whether the control is checked",
1859
+ "values": []
1860
+ }
1861
+ ],
1862
+ "references": []
1863
+ },
1864
+ {
1865
+ "name": "u-ripple",
1866
+ "description": "\n---\n",
1867
+ "attributes": [
1868
+ {
1869
+ "name": "disabled",
1870
+ "description": "Disables the ripple.",
1283
1871
  "values": []
1872
+ }
1873
+ ],
1874
+ "references": []
1875
+ },
1876
+ {
1877
+ "name": "u-pane",
1878
+ "description": "A region declared as a light-DOM child of `u-scaffold`. The pane is a\nflex item in the scaffold's body row; its behaviour is driven by `mode`:\n\n- `fixed` (default): always visible as a flex item. `open` is ignored.\n- `collapsible`: a flex item while `open=true`; removed from the flow\n when `open=false` (animated via `transition-behavior: allow-discrete`).\n- `sidebar`: a modal drawer overlay anchored to the scaffold. Slides in\n from the leading or trailing edge (the scaffold tags each pane with\n `data-align=\"start|end\"` based on its DOM position relative to the\n body content) and shows a scrim. Closed by default.\n- `fullscreen`: same overlay semantics as `sidebar` but full-width,\n sits above the top app bar, no scrim. Closed by default.\n\nModes can vary per Material 3 breakpoint via the `mode-sm`, `mode-md`,\n`mode-lg` and `mode-xl` attributes — the larger breakpoint wins via\nsource order in the stylesheet. The `query-context` attribute switches\nthe breakpoint source between the viewport (`media`, default) and the\nscaffold's container (`container`). All breakpoint handling is CSS —\nthe pane does not subscribe to any `matchMedia`/`ResizeObserver`.\n\nThe `open` property defaults to `true` for `fixed` / `collapsible`\npanes and `false` for `sidebar` / `fullscreen` panes. The default is\nrecomputed whenever `mode` changes — until the consumer writes to\n`open` explicitly, the default tracks the active `mode`.\n---\n\n\n### **Events:**\n - **open** - When the pane opens. Bubbles, composed.\n- **close** - When the pane closes. Bubbles, composed.\n\n### **Methods:**\n - **show(): _void_** - Opens the pane. Equivalent to `open = true`.\n- **close(): _void_** - Closes the pane. Equivalent to `open = false`.\n- **toggle(): _void_** - Toggles `open`.\n\n### **Slots:**\n - **header** - Title row / actions. Sticks to the top of the pane.\n- _default_ - The pane content. Scrolls if it overflows.\n\n### **CSS Parts:**\n - **container** - The visual surface.\n- **header** - undefined\n- **content** - undefined\n- **scrim** - The modal scrim (sidebar mode only).",
1879
+ "attributes": [
1880
+ {
1881
+ "name": "variant",
1882
+ "description": "Background treatment. `filled` gives the pane its own card chrome\n(`surface-container-low` + `--u-pane-filled-shape-corner`, default\n`medium` / 12dp). `transparent` blends with the scaffold background.\nOverride the surface tone via `--u-pane-filled-bg-color`.",
1883
+ "values": [
1884
+ {
1885
+ "name": "PaneVariant"
1886
+ }
1887
+ ]
1888
+ },
1889
+ {
1890
+ "name": "mode",
1891
+ "description": "Behaviour at the base (no-breakpoint-qualifier) level. `fixed` keeps\nthe pane in the scaffold flex row at all times; `collapsible` makes\nit disappear from the row when `open=false`; `sidebar` and\n`fullscreen` render the pane as a modal overlay against the\nscaffold when `open=true`.",
1892
+ "values": [
1893
+ {
1894
+ "name": "PaneMode"
1895
+ }
1896
+ ]
1897
+ },
1898
+ {
1899
+ "name": "mode-sm",
1900
+ "description": "Mode override applied from the `sm` breakpoint (≥ 600px) upward.\nFalls back to `mode` when unset. Resolved purely in CSS.",
1901
+ "values": [
1902
+ {
1903
+ "name": "PaneMode"
1904
+ }
1905
+ ]
1906
+ },
1907
+ {
1908
+ "name": "mode-md",
1909
+ "description": "Mode override applied from `md` (≥ 840px) upward.",
1910
+ "values": [
1911
+ {
1912
+ "name": "PaneMode"
1913
+ }
1914
+ ]
1284
1915
  },
1285
1916
  {
1286
- "name": "hide-state-layer",
1287
- "values": []
1917
+ "name": "mode-lg",
1918
+ "description": "Mode override applied from `lg` (≥ 1200px) upward.",
1919
+ "values": [
1920
+ {
1921
+ "name": "PaneMode"
1922
+ }
1923
+ ]
1288
1924
  },
1289
1925
  {
1290
- "name": "name",
1291
- "values": []
1926
+ "name": "mode-xl",
1927
+ "description": "Mode override applied from `xl` (≥ 1600px) upward.",
1928
+ "values": [
1929
+ {
1930
+ "name": "PaneMode"
1931
+ }
1932
+ ]
1292
1933
  },
1293
1934
  {
1294
- "name": "disabled",
1295
- "values": []
1935
+ "name": "query-context",
1936
+ "description": "Whether the breakpoint overrides query the viewport (`media`,\ndefault) or the nearest container with `container-type` set\n(`container`). Switching to `container` lets the pane react to its\nscaffold's own size when the scaffold lives in a constrained layout\n— see `u-scaffold` which sets `container-type: inline-size`.",
1937
+ "values": [
1938
+ {
1939
+ "name": "PaneQueryContext"
1940
+ }
1941
+ ]
1296
1942
  },
1297
1943
  {
1298
- "name": "value",
1299
- "description": "The element value to use in form submission when checked.",
1300
- "values": []
1944
+ "name": "animation",
1945
+ "description": "How the pane animates in/out when `open` toggles (modal modes) or\nwhen it enters/leaves the flex flow (`collapsible`). `none` disables\nthe transition entirely; `exit` (default) slides the modal off-screen\nand infers the direction from the scaffold-assigned `data-align`\n(`start` → leading edge, `end` → trailing edge); `exit-start` and\n`exit-end` force a side regardless of `data-align`; `fade` swaps\nthe slide for an opacity transition (modal stays in place and fades\nthrough).",
1946
+ "values": [
1947
+ {
1948
+ "name": "PaneAnimation"
1949
+ }
1950
+ ]
1301
1951
  },
1302
1952
  {
1303
- "name": "checked",
1304
- "values": []
1305
- }
1306
- ],
1307
- "references": []
1308
- },
1309
- {
1310
- "name": "u-radio",
1311
- "description": "\n---\n",
1312
- "attributes": [
1313
- {
1314
- "name": "hide-state-layer",
1315
- "values": []
1953
+ "name": "animation-sm",
1954
+ "description": "Animation override applied from the `sm` breakpoint (≥ 600px) upward.\nFalls back to `animation` when unset. Resolved purely in CSS.",
1955
+ "values": [
1956
+ {
1957
+ "name": "PaneAnimation"
1958
+ }
1959
+ ]
1316
1960
  },
1317
1961
  {
1318
- "name": "name",
1319
- "values": []
1962
+ "name": "animation-md",
1963
+ "description": "Animation override applied from `md` (≥ 840px) upward.",
1964
+ "values": [
1965
+ {
1966
+ "name": "PaneAnimation"
1967
+ }
1968
+ ]
1320
1969
  },
1321
1970
  {
1322
- "name": "disabled",
1323
- "values": []
1971
+ "name": "animation-lg",
1972
+ "description": "Animation override applied from `lg` (≥ 1200px) upward.",
1973
+ "values": [
1974
+ {
1975
+ "name": "PaneAnimation"
1976
+ }
1977
+ ]
1324
1978
  },
1325
1979
  {
1326
- "name": "value",
1327
- "description": "The element value to use in form submission when checked.",
1328
- "values": []
1980
+ "name": "animation-xl",
1981
+ "description": "Animation override applied from `xl` (≥ 1600px) upward.",
1982
+ "values": [
1983
+ {
1984
+ "name": "PaneAnimation"
1985
+ }
1986
+ ]
1329
1987
  },
1330
1988
  {
1331
- "name": "checked",
1989
+ "name": "open",
1990
+ "description": "Programmatic open state. Default is computed from `mode`:\n`true` for `fixed` / `collapsible`, `false` for `sidebar` /\n`fullscreen`. Once the consumer sets this explicitly (attribute,\nproperty or `show()` / `close()`), the explicit value sticks.\n\nIn `fixed` mode the pane is visible regardless of `open`.",
1332
1991
  "values": []
1333
1992
  }
1334
1993
  ],
1335
1994
  "references": []
1336
1995
  },
1337
1996
  {
1338
- "name": "u-ripple",
1339
- "description": "\n---\n",
1340
- "attributes": [
1341
- {
1342
- "name": "disabled",
1343
- "description": "Disables the ripple.",
1344
- "values": []
1345
- }
1346
- ],
1997
+ "name": "u-scaffold",
1998
+ "description": "Layout container that hosts the top app bar, navigation bar, a\nflex-row body that accepts plain content and any number of\n`u-pane` children, and a floating FAB. Panes auto-arrange via\n`display: flex` + `gap` on the body row; their behaviour (fixed,\ncollapsible, sidebar, fullscreen) is owned by `u-pane` itself.\n\nThe scaffold has one piece of pane-aware bookkeeping: it watches the\nchildren and writes `data-align=\"start|end\"` on each `u-pane`\ndepending on whether the pane appears before (`start`) or after\n(`end`) the first non-pane child in the light DOM. The pane reads\nthat attribute to pick the slide direction in `sidebar` / `fullscreen`\nmodes. When there is no non-pane content, every pane defaults to\n`start`.\n\nThe scaffold establishes a `container-type: inline-size` named\ncontainer (`u-scaffold`) so panes with `query-context=\"container\"`\ncan react to the scaffold's own size rather than the viewport.\n---\n\n\n### **Slots:**\n - **top-bar** - the top app bar.\n- _default_ - panes (`u-pane`) and the page content as siblings. Non-pane children act as the body and flex to fill the remaining space.\n- **bottom-bar** - the navigation bar (or any bottom-anchored bar).\n- **fab** - floating action button area, anchored above the bottom bar.\n\n### **CSS Parts:**\n - **top-bar** - undefined\n- **bottom-bar** - undefined\n- **fab** - undefined\n- **body-row** - undefined",
1999
+ "attributes": [],
1347
2000
  "references": []
1348
2001
  },
1349
2002
  {
1350
2003
  "name": "u-search",
1351
- "description": "\n---\n",
2004
+ "description": "\n---\n\n\n### **Methods:**\n \n\n- **checkValidity(): _boolean_** - Returns whether the field is valid (fires an `invalid` event if not).\n- **reportValidity(): _boolean_** - Like `checkValidity()`, but also surfaces the native validation bubble and\nreflects the result onto the visual `invalid` state.",
1352
2005
  "attributes": [
1353
2006
  {
1354
2007
  "name": "position",
2008
+ "description": "The positioning strategy of the search bar",
1355
2009
  "values": [
1356
2010
  {
1357
2011
  "name": "fixed"
@@ -1366,10 +2020,12 @@
1366
2020
  },
1367
2021
  {
1368
2022
  "name": "value",
2023
+ "description": "The current text value of the field, submitted with the associated form",
1369
2024
  "values": []
1370
2025
  },
1371
2026
  {
1372
2027
  "name": "autocomplete",
2028
+ "description": "Mirrors the native `autocomplete` attribute on the underlying input",
1373
2029
  "values": [
1374
2030
  {
1375
2031
  "name": "on"
@@ -1381,18 +2037,27 @@
1381
2037
  },
1382
2038
  {
1383
2039
  "name": "maxlength",
2040
+ "description": "Maximum number of characters the field accepts. When set, drives the\nautomatic character counter shown in the supporting text.",
1384
2041
  "values": []
1385
2042
  },
1386
2043
  {
1387
2044
  "name": "role",
2045
+ "description": "The ARIA role applied to the inner input element",
1388
2046
  "values": []
1389
2047
  },
1390
2048
  {
1391
2049
  "name": "placeholder",
2050
+ "description": "The placeholder text shown when the field is empty",
2051
+ "values": []
2052
+ },
2053
+ {
2054
+ "name": "required",
2055
+ "description": "Whether the field must have a value to satisfy constraint validation.\nDrives `checkValidity()`/`reportValidity()` and blocks native form submit.",
1392
2056
  "values": []
1393
2057
  },
1394
2058
  {
1395
2059
  "name": "variant",
2060
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
1396
2061
  "values": [
1397
2062
  {
1398
2063
  "name": "filled"
@@ -1409,10 +2074,12 @@
1409
2074
  },
1410
2075
  {
1411
2076
  "name": "counter",
2077
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
1412
2078
  "values": []
1413
2079
  },
1414
2080
  {
1415
2081
  "name": "hide-counter",
2082
+ "description": "Whether to hide the counter from the supporting text line",
1416
2083
  "values": []
1417
2084
  },
1418
2085
  {
@@ -1432,6 +2099,7 @@
1432
2099
  },
1433
2100
  {
1434
2101
  "name": "disabled",
2102
+ "description": "Whether the field is disabled",
1435
2103
  "values": []
1436
2104
  },
1437
2105
  {
@@ -1463,18 +2131,22 @@
1463
2131
  "attributes": [
1464
2132
  {
1465
2133
  "name": "value",
2134
+ "description": "The value submitted with the form when this option is selected",
1466
2135
  "values": []
1467
2136
  },
1468
2137
  {
1469
2138
  "name": "selected",
2139
+ "description": "Whether the option is currently selected in the parent `u-select`",
1470
2140
  "values": []
1471
2141
  },
1472
2142
  {
1473
2143
  "name": "active",
2144
+ "description": "Whether the item is currently highlighted via keyboard navigation",
1474
2145
  "values": []
1475
2146
  },
1476
2147
  {
1477
2148
  "name": "has-badge",
2149
+ "description": "Whether the item should reserve space for a trailing badge indicator",
1478
2150
  "values": []
1479
2151
  },
1480
2152
  {
@@ -1494,6 +2166,7 @@
1494
2166
  },
1495
2167
  {
1496
2168
  "name": "name",
2169
+ "description": "The form field name associated with the button when submitting a form",
1497
2170
  "values": []
1498
2171
  }
1499
2172
  ],
@@ -1501,10 +2174,11 @@
1501
2174
  },
1502
2175
  {
1503
2176
  "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.",
2177
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**\n\n### **Methods:**\n \n- **_renderOptionRelatedElements(): _void_** - Re-renderiza display e listbox a11y quando o textContent de uma option muda.\n\n- **checkValidity(): _boolean_** - Returns whether the field is valid (fires an `invalid` event if not).\n- **reportValidity(): _boolean_** - Like `checkValidity()`, but also surfaces the native validation bubble and\nreflects the result onto the visual `invalid` state.",
1505
2178
  "attributes": [
1506
2179
  {
1507
2180
  "name": "menu-positioning",
2181
+ "description": "The positioning strategy used by the dropdown menu. Use `'fixed'`\nwhen the select is rendered inside a clipped/scrollable container.",
1508
2182
  "values": [
1509
2183
  {
1510
2184
  "name": "relative"
@@ -1516,10 +2190,17 @@
1516
2190
  },
1517
2191
  {
1518
2192
  "name": "placeholder",
2193
+ "description": "The placeholder text shown when the field is empty",
2194
+ "values": []
2195
+ },
2196
+ {
2197
+ "name": "required",
2198
+ "description": "Whether the field must have a value to satisfy constraint validation.\nDrives `checkValidity()`/`reportValidity()` and blocks native form submit.",
1519
2199
  "values": []
1520
2200
  },
1521
2201
  {
1522
2202
  "name": "variant",
2203
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
1523
2204
  "values": [
1524
2205
  {
1525
2206
  "name": "filled"
@@ -1536,10 +2217,12 @@
1536
2217
  },
1537
2218
  {
1538
2219
  "name": "counter",
2220
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
1539
2221
  "values": []
1540
2222
  },
1541
2223
  {
1542
2224
  "name": "hide-counter",
2225
+ "description": "Whether to hide the counter from the supporting text line",
1543
2226
  "values": []
1544
2227
  },
1545
2228
  {
@@ -1559,6 +2242,7 @@
1559
2242
  },
1560
2243
  {
1561
2244
  "name": "disabled",
2245
+ "description": "Whether the field is disabled",
1562
2246
  "values": []
1563
2247
  },
1564
2248
  {
@@ -1584,20 +2268,94 @@
1584
2268
  ],
1585
2269
  "references": []
1586
2270
  },
2271
+ {
2272
+ "name": "u-slider",
2273
+ "description": "Material 3 expressive slider. Single-thumb by default; becomes a range slider\nwhen both `value-start` and `value-end` are set (or `range` is forced).\n---\n\n\n### **Events:**\n - **input** - Dispatched continuously while dragging.\n- **change** - Dispatched when the user commits a value change.\n\n### **CSS Parts:**\n - **track** - The track container.\n- **track-inactive-start** - The inactive segment before the start handle (range mode only).\n- **track-active** - The highlighted segment between (or up to) the thumbs.\n- **track-inactive-end** - The inactive segment after the end handle.\n- **thumb** - The thumb indicator (or the start thumb in range mode).\n- **thumb-end** - The end thumb in range mode.\n- **value-indicator** - The floating value indicator shown in `discrete` mode while dragging.\n- **stop-indicator** - The dot at each end of the slider.",
2274
+ "attributes": [
2275
+ {
2276
+ "name": "min",
2277
+ "description": "Minimum value.",
2278
+ "values": []
2279
+ },
2280
+ {
2281
+ "name": "max",
2282
+ "description": "Maximum value.",
2283
+ "values": []
2284
+ },
2285
+ {
2286
+ "name": "step",
2287
+ "description": "Step increment. Use `0` for fully continuous values.",
2288
+ "values": []
2289
+ },
2290
+ {
2291
+ "name": "value",
2292
+ "description": "Current value (single-thumb mode).",
2293
+ "values": []
2294
+ },
2295
+ {
2296
+ "name": "value-start",
2297
+ "description": "Start value (range mode).",
2298
+ "values": []
2299
+ },
2300
+ {
2301
+ "name": "value-end",
2302
+ "description": "End value (range mode).",
2303
+ "values": []
2304
+ },
2305
+ {
2306
+ "name": "range",
2307
+ "description": "Forces range mode. Auto-enabled when both `value-start` and `value-end`\nare provided.",
2308
+ "values": []
2309
+ },
2310
+ {
2311
+ "name": "discrete",
2312
+ "description": "Shows tick marks and a floating value indicator while dragging.",
2313
+ "values": []
2314
+ },
2315
+ {
2316
+ "name": "ticks",
2317
+ "description": "Shows tick marks without enabling the floating value indicator.",
2318
+ "values": []
2319
+ },
2320
+ {
2321
+ "name": "disabled",
2322
+ "description": "Disables the slider.",
2323
+ "values": []
2324
+ },
2325
+ {
2326
+ "name": "name",
2327
+ "description": "Form-association name.",
2328
+ "values": []
2329
+ },
2330
+ {
2331
+ "name": "size",
2332
+ "description": "Visual size variant.",
2333
+ "values": [
2334
+ {
2335
+ "name": "SliderSize"
2336
+ }
2337
+ ]
2338
+ }
2339
+ ],
2340
+ "references": []
2341
+ },
1587
2342
  {
1588
2343
  "name": "u-snackbar",
1589
2344
  "description": "\n---\n",
1590
2345
  "attributes": [
1591
2346
  {
1592
2347
  "name": "message",
2348
+ "description": "The message displayed inside the snackbar",
1593
2349
  "values": []
1594
2350
  },
1595
2351
  {
1596
2352
  "name": "action",
2353
+ "description": "The label of the optional action button. When empty, no action button is rendered.",
1597
2354
  "values": []
1598
2355
  },
1599
2356
  {
1600
2357
  "name": "show-close",
2358
+ "description": "Whether to render the close (dismiss) button next to the message",
1601
2359
  "values": []
1602
2360
  }
1603
2361
  ],
@@ -1609,14 +2367,22 @@
1609
2367
  "attributes": [
1610
2368
  {
1611
2369
  "name": "leading",
2370
+ "description": "Whether to render the selection control before the label.\nDefaults to a trailing position.",
2371
+ "values": []
2372
+ },
2373
+ {
2374
+ "name": "no-inset",
2375
+ "description": "Pull the row flush with surrounding content (negative inline margin equal\nto the inline padding) so it aligns with adjacent labels / section headings.\nForwarded to the inner `u-list-item`.",
1612
2376
  "values": []
1613
2377
  },
1614
2378
  {
1615
2379
  "name": "name",
2380
+ "description": "The form field name used when submitting the control's value",
1616
2381
  "values": []
1617
2382
  },
1618
2383
  {
1619
2384
  "name": "disabled",
2385
+ "description": "Whether the control is disabled and prevents user interaction",
1620
2386
  "values": []
1621
2387
  },
1622
2388
  {
@@ -1626,6 +2392,7 @@
1626
2392
  },
1627
2393
  {
1628
2394
  "name": "checked",
2395
+ "description": "Whether the control is checked",
1629
2396
  "values": []
1630
2397
  }
1631
2398
  ],
@@ -1637,10 +2404,12 @@
1637
2404
  "attributes": [
1638
2405
  {
1639
2406
  "name": "name",
2407
+ "description": "The form field name used when submitting the control's value",
1640
2408
  "values": []
1641
2409
  },
1642
2410
  {
1643
2411
  "name": "disabled",
2412
+ "description": "Whether the control is disabled and prevents user interaction",
1644
2413
  "values": []
1645
2414
  },
1646
2415
  {
@@ -1650,41 +2419,80 @@
1650
2419
  },
1651
2420
  {
1652
2421
  "name": "checked",
2422
+ "description": "Whether the control is checked",
1653
2423
  "values": []
1654
2424
  }
1655
2425
  ],
1656
2426
  "references": []
1657
2427
  },
1658
2428
  {
1659
- "name": "u-text-field",
2429
+ "name": "u-tab-bar",
1660
2430
  "description": "\n---\n",
1661
2431
  "attributes": [
1662
2432
  {
1663
- "name": "type",
2433
+ "name": "variant",
2434
+ "description": "The Tab Bar variant to render",
2435
+ "values": [
2436
+ {
2437
+ "name": "primary"
2438
+ },
2439
+ {
2440
+ "name": "secondary"
2441
+ }
2442
+ ]
2443
+ }
2444
+ ],
2445
+ "references": []
2446
+ },
2447
+ {
2448
+ "name": "u-tab",
2449
+ "description": "\n---\n",
2450
+ "attributes": [
2451
+ {
2452
+ "name": "hasIcon",
2453
+ "description": "Whether the tab has an icon slotted in the `icon` slot\n\n_Note:_ Readonly",
1664
2454
  "values": []
1665
2455
  },
1666
2456
  {
1667
- "name": "prefix-text",
2457
+ "name": "disabled",
2458
+ "description": "Whether the button is disabled or not.",
1668
2459
  "values": []
1669
2460
  },
1670
2461
  {
1671
- "name": "suffix-text",
2462
+ "name": "href",
2463
+ "description": "The URL that the link button points to.",
1672
2464
  "values": []
1673
2465
  },
1674
2466
  {
1675
- "name": "readOnly",
2467
+ "name": "target",
2468
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1676
2469
  "values": []
1677
2470
  },
1678
2471
  {
1679
- "name": "autocapitalize",
2472
+ "name": "name",
2473
+ "description": "The form field name associated with the button when submitting a form",
2474
+ "values": []
2475
+ }
2476
+ ],
2477
+ "references": []
2478
+ },
2479
+ {
2480
+ "name": "u-text-area",
2481
+ "description": "\n---\n\n\n### **Methods:**\n \n\n- **checkValidity(): _boolean_** - Returns whether the field is valid (fires an `invalid` event if not).\n- **reportValidity(): _boolean_** - Like `checkValidity()`, but also surfaces the native validation bubble and\nreflects the result onto the visual `invalid` state.",
2482
+ "attributes": [
2483
+ {
2484
+ "name": "rows",
2485
+ "description": "The minimum number of visible text rows",
1680
2486
  "values": []
1681
2487
  },
1682
2488
  {
1683
2489
  "name": "value",
2490
+ "description": "The current text value of the field, submitted with the associated form",
1684
2491
  "values": []
1685
2492
  },
1686
2493
  {
1687
2494
  "name": "autocomplete",
2495
+ "description": "Mirrors the native `autocomplete` attribute on the underlying input",
1688
2496
  "values": [
1689
2497
  {
1690
2498
  "name": "on"
@@ -1696,18 +2504,27 @@
1696
2504
  },
1697
2505
  {
1698
2506
  "name": "maxlength",
2507
+ "description": "Maximum number of characters the field accepts. When set, drives the\nautomatic character counter shown in the supporting text.",
1699
2508
  "values": []
1700
2509
  },
1701
2510
  {
1702
2511
  "name": "role",
2512
+ "description": "The ARIA role applied to the inner input element",
1703
2513
  "values": []
1704
2514
  },
1705
2515
  {
1706
2516
  "name": "placeholder",
2517
+ "description": "The placeholder text shown when the field is empty",
2518
+ "values": []
2519
+ },
2520
+ {
2521
+ "name": "required",
2522
+ "description": "Whether the field must have a value to satisfy constraint validation.\nDrives `checkValidity()`/`reportValidity()` and blocks native form submit.",
1707
2523
  "values": []
1708
2524
  },
1709
2525
  {
1710
2526
  "name": "variant",
2527
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
1711
2528
  "values": [
1712
2529
  {
1713
2530
  "name": "filled"
@@ -1724,10 +2541,12 @@
1724
2541
  },
1725
2542
  {
1726
2543
  "name": "counter",
2544
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
1727
2545
  "values": []
1728
2546
  },
1729
2547
  {
1730
2548
  "name": "hide-counter",
2549
+ "description": "Whether to hide the counter from the supporting text line",
1731
2550
  "values": []
1732
2551
  },
1733
2552
  {
@@ -1747,6 +2566,7 @@
1747
2566
  },
1748
2567
  {
1749
2568
  "name": "disabled",
2569
+ "description": "Whether the field is disabled",
1750
2570
  "values": []
1751
2571
  },
1752
2572
  {
@@ -1773,19 +2593,52 @@
1773
2593
  "references": []
1774
2594
  },
1775
2595
  {
1776
- "name": "u-text-area",
1777
- "description": "\n---\n",
2596
+ "name": "u-text-field",
2597
+ "description": "\n---\n\n\n### **Methods:**\n \n\n- **checkValidity(): _boolean_** - Returns whether the field is valid (fires an `invalid` event if not).\n- **reportValidity(): _boolean_** - Like `checkValidity()`, but also surfaces the native validation bubble and\nreflects the result onto the visual `invalid` state.",
1778
2598
  "attributes": [
1779
2599
  {
1780
- "name": "rows",
2600
+ "name": "type",
2601
+ "description": "The input type. Mirrors the native `input` element's `type` attribute\n(e.g. `text`, `email`, `password`, `number`).",
2602
+ "values": []
2603
+ },
2604
+ {
2605
+ "name": "prefix-text",
2606
+ "description": "Text rendered in the default `prefix` slot, shown before the input",
2607
+ "values": []
2608
+ },
2609
+ {
2610
+ "name": "suffix-text",
2611
+ "description": "Text rendered in the default `suffix` slot, shown after the input",
2612
+ "values": []
2613
+ },
2614
+ {
2615
+ "name": "readOnly",
2616
+ "description": "Whether the field's value is read-only",
2617
+ "values": []
2618
+ },
2619
+ {
2620
+ "name": "pattern",
2621
+ "description": "A regular expression the value must match for constraint validation\n(mirrors the native `input` `pattern` attribute)",
2622
+ "values": []
2623
+ },
2624
+ {
2625
+ "name": "minlength",
2626
+ "description": "Minimum number of characters required for constraint validation\n(mirrors the native `input` `minlength` attribute)",
2627
+ "values": []
2628
+ },
2629
+ {
2630
+ "name": "autocapitalize",
2631
+ "description": "Mirrors the native `autocapitalize` attribute on the underlying input",
1781
2632
  "values": []
1782
2633
  },
1783
2634
  {
1784
2635
  "name": "value",
2636
+ "description": "The current text value of the field, submitted with the associated form",
1785
2637
  "values": []
1786
2638
  },
1787
2639
  {
1788
2640
  "name": "autocomplete",
2641
+ "description": "Mirrors the native `autocomplete` attribute on the underlying input",
1789
2642
  "values": [
1790
2643
  {
1791
2644
  "name": "on"
@@ -1797,18 +2650,27 @@
1797
2650
  },
1798
2651
  {
1799
2652
  "name": "maxlength",
2653
+ "description": "Maximum number of characters the field accepts. When set, drives the\nautomatic character counter shown in the supporting text.",
1800
2654
  "values": []
1801
2655
  },
1802
2656
  {
1803
2657
  "name": "role",
2658
+ "description": "The ARIA role applied to the inner input element",
1804
2659
  "values": []
1805
2660
  },
1806
2661
  {
1807
2662
  "name": "placeholder",
2663
+ "description": "The placeholder text shown when the field is empty",
2664
+ "values": []
2665
+ },
2666
+ {
2667
+ "name": "required",
2668
+ "description": "Whether the field must have a value to satisfy constraint validation.\nDrives `checkValidity()`/`reportValidity()` and blocks native form submit.",
1808
2669
  "values": []
1809
2670
  },
1810
2671
  {
1811
2672
  "name": "variant",
2673
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
1812
2674
  "values": [
1813
2675
  {
1814
2676
  "name": "filled"
@@ -1825,10 +2687,12 @@
1825
2687
  },
1826
2688
  {
1827
2689
  "name": "counter",
2690
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
1828
2691
  "values": []
1829
2692
  },
1830
2693
  {
1831
2694
  "name": "hide-counter",
2695
+ "description": "Whether to hide the counter from the supporting text line",
1832
2696
  "values": []
1833
2697
  },
1834
2698
  {
@@ -1848,6 +2712,7 @@
1848
2712
  },
1849
2713
  {
1850
2714
  "name": "disabled",
2715
+ "description": "Whether the field is disabled",
1851
2716
  "values": []
1852
2717
  },
1853
2718
  {
@@ -1873,54 +2738,6 @@
1873
2738
  ],
1874
2739
  "references": []
1875
2740
  },
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
2741
  {
1925
2742
  "name": "u-highlight",
1926
2743
  "description": "\n---\n",
@@ -1944,6 +2761,7 @@
1944
2761
  "attributes": [
1945
2762
  {
1946
2763
  "name": "content",
2764
+ "description": "The content to render. Accepts a string, an `HTMLElement`, or a Lit\ntemplate result that will be rendered into a container element.",
1947
2765
  "values": [
1948
2766
  {
1949
2767
  "name": "HTMLElement"
@@ -2001,10 +2819,12 @@
2001
2819
  },
2002
2820
  {
2003
2821
  "name": "fit-target",
2822
+ "description": "Whether the suggestions menu should match the target element's width",
2004
2823
  "values": []
2005
2824
  },
2006
2825
  {
2007
2826
  "name": "positioning",
2827
+ "description": "The positioning strategy used by the suggestions menu. Use `'fixed'`\nwhen the target is rendered inside a clipped/scrollable container.",
2008
2828
  "values": [
2009
2829
  {
2010
2830
  "name": "relative"