@andespindola/ui-core 0.2.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (331) hide show
  1. package/dist/cjs/{floating-ui.dom-BPemvNRD.js → floating-ui.dom-BZk7Blsu.js} +93 -0
  2. package/dist/cjs/{index-Cb1tfi_9.js → index-DV8CICae.js} +1 -1
  3. package/dist/cjs/loader.cjs.js +2 -2
  4. package/dist/cjs/ui-accordion-item.cjs.entry.js +2 -2
  5. package/dist/cjs/ui-accordion.cjs.entry.js +2 -2
  6. package/dist/cjs/ui-alert.cjs.entry.js +1 -1
  7. package/dist/cjs/ui-avatar-group.cjs.entry.js +2 -2
  8. package/dist/cjs/ui-avatar.cjs.entry.js +2 -2
  9. package/dist/cjs/ui-badge.cjs.entry.js +1 -1
  10. package/dist/cjs/ui-breadcrumb-item.cjs.entry.js +2 -2
  11. package/dist/cjs/ui-breadcrumb.cjs.entry.js +2 -2
  12. package/dist/cjs/ui-button.cjs.entry.js +2 -2
  13. package/dist/cjs/ui-card.cjs.entry.js +2 -2
  14. package/dist/cjs/ui-carousel.cjs.entry.js +104 -0
  15. package/dist/cjs/ui-checkbox.cjs.entry.js +2 -2
  16. package/dist/cjs/ui-combobox.cjs.entry.js +153 -0
  17. package/dist/cjs/ui-command.cjs.entry.js +137 -0
  18. package/dist/cjs/ui-container.cjs.entry.js +2 -2
  19. package/dist/cjs/ui-date-picker.cjs.entry.js +171 -0
  20. package/dist/cjs/ui-dialog.cjs.entry.js +2 -2
  21. package/dist/cjs/ui-drawer.cjs.entry.js +2 -2
  22. package/dist/cjs/ui-dropdown-item.cjs.entry.js +2 -2
  23. package/dist/cjs/ui-dropdown-menu.cjs.entry.js +3 -3
  24. package/dist/cjs/ui-field.cjs.entry.js +2 -2
  25. package/dist/cjs/ui-file-upload.cjs.entry.js +57 -0
  26. package/dist/cjs/ui-grid.cjs.entry.js +2 -2
  27. package/dist/cjs/ui-input.cjs.entry.js +2 -2
  28. package/dist/cjs/ui-label.cjs.entry.js +2 -2
  29. package/dist/cjs/ui-loading-overlay.cjs.entry.js +1 -1
  30. package/dist/cjs/ui-navbar.cjs.entry.js +17 -0
  31. package/dist/cjs/ui-pagination.cjs.entry.js +3 -3
  32. package/dist/cjs/ui-popover.cjs.entry.js +3 -3
  33. package/dist/cjs/ui-progress-circular.cjs.entry.js +44 -0
  34. package/dist/cjs/ui-progress.cjs.entry.js +2 -2
  35. package/dist/cjs/ui-radio-group.cjs.entry.js +2 -2
  36. package/dist/cjs/ui-rating.cjs.entry.js +45 -0
  37. package/dist/cjs/ui-reveal.cjs.entry.js +2 -2
  38. package/dist/cjs/ui-scroll-progress.cjs.entry.js +2 -2
  39. package/dist/cjs/ui-section.cjs.entry.js +2 -2
  40. package/dist/cjs/ui-segmented.cjs.entry.js +2 -2
  41. package/dist/cjs/ui-select.cjs.entry.js +2 -2
  42. package/dist/cjs/ui-separator.cjs.entry.js +2 -2
  43. package/dist/cjs/ui-skeleton.cjs.entry.js +2 -2
  44. package/dist/cjs/ui-slider.cjs.entry.js +2 -2
  45. package/dist/cjs/ui-spinner.cjs.entry.js +2 -2
  46. package/dist/cjs/ui-stack.cjs.entry.js +2 -2
  47. package/dist/cjs/ui-stat.cjs.entry.js +2 -2
  48. package/dist/cjs/ui-switch.cjs.entry.js +2 -2
  49. package/dist/cjs/ui-table.cjs.entry.js +25 -0
  50. package/dist/cjs/ui-tabs.cjs.entry.js +3 -3
  51. package/dist/cjs/ui-textarea.cjs.entry.js +2 -2
  52. package/dist/cjs/ui-theme-toggle.cjs.entry.js +2 -2
  53. package/dist/cjs/ui-timeline-item.cjs.entry.js +19 -0
  54. package/dist/cjs/ui-timeline.cjs.entry.js +17 -0
  55. package/dist/cjs/ui-toast.cjs.entry.js +2 -2
  56. package/dist/cjs/ui-toaster.cjs.entry.js +2 -2
  57. package/dist/cjs/ui-tooltip.cjs.entry.js +3 -3
  58. package/dist/cjs/uikit.cjs.js +2 -2
  59. package/dist/collection/collection-manifest.json +11 -0
  60. package/dist/collection/components/ui-accordion/ui-accordion.js +1 -1
  61. package/dist/collection/components/ui-accordion-item/ui-accordion-item.js +1 -1
  62. package/dist/collection/components/ui-avatar/ui-avatar.js +1 -1
  63. package/dist/collection/components/ui-avatar-group/ui-avatar-group.js +1 -1
  64. package/dist/collection/components/ui-breadcrumb/ui-breadcrumb.js +1 -1
  65. package/dist/collection/components/ui-breadcrumb-item/ui-breadcrumb-item.js +1 -1
  66. package/dist/collection/components/ui-button/ui-button.css +2 -0
  67. package/dist/collection/components/ui-card/ui-card.js +1 -1
  68. package/dist/collection/components/ui-carousel/ui-carousel.css +103 -0
  69. package/dist/collection/components/ui-carousel/ui-carousel.js +273 -0
  70. package/dist/collection/components/ui-checkbox/ui-checkbox.js +1 -1
  71. package/dist/collection/components/ui-combobox/ui-combobox.css +93 -0
  72. package/dist/collection/components/ui-combobox/ui-combobox.js +248 -0
  73. package/dist/collection/components/ui-command/ui-command.css +85 -0
  74. package/dist/collection/components/ui-command/ui-command.js +290 -0
  75. package/dist/collection/components/ui-container/ui-container.js +1 -1
  76. package/dist/collection/components/ui-date-picker/ui-date-picker.css +176 -0
  77. package/dist/collection/components/ui-date-picker/ui-date-picker.js +243 -0
  78. package/dist/collection/components/ui-dialog/ui-dialog.js +1 -1
  79. package/dist/collection/components/ui-drawer/ui-drawer.js +1 -1
  80. package/dist/collection/components/ui-dropdown-item/ui-dropdown-item.js +1 -1
  81. package/dist/collection/components/ui-dropdown-menu/ui-dropdown-menu.js +1 -1
  82. package/dist/collection/components/ui-field/ui-field.js +1 -1
  83. package/dist/collection/components/ui-file-upload/ui-file-upload.css +79 -0
  84. package/dist/collection/components/ui-file-upload/ui-file-upload.js +151 -0
  85. package/dist/collection/components/ui-grid/ui-grid.js +1 -1
  86. package/dist/collection/components/ui-input/ui-input.js +1 -1
  87. package/dist/collection/components/ui-label/ui-label.js +1 -1
  88. package/dist/collection/components/ui-navbar/ui-navbar.css +36 -0
  89. package/dist/collection/components/ui-navbar/ui-navbar.js +18 -0
  90. package/dist/collection/components/ui-pagination/ui-pagination.js +2 -2
  91. package/dist/collection/components/ui-popover/ui-popover.js +1 -1
  92. package/dist/collection/components/ui-progress/ui-progress.js +1 -1
  93. package/dist/collection/components/ui-progress-circular/ui-progress-circular.css +46 -0
  94. package/dist/collection/components/ui-progress-circular/ui-progress-circular.js +171 -0
  95. package/dist/collection/components/ui-radio-group/ui-radio-group.js +1 -1
  96. package/dist/collection/components/ui-rating/ui-rating.css +52 -0
  97. package/dist/collection/components/ui-rating/ui-rating.js +134 -0
  98. package/dist/collection/components/ui-reveal/ui-reveal.js +1 -1
  99. package/dist/collection/components/ui-scroll-progress/ui-scroll-progress.js +1 -1
  100. package/dist/collection/components/ui-section/ui-section.js +1 -1
  101. package/dist/collection/components/ui-segmented/ui-segmented.js +1 -1
  102. package/dist/collection/components/ui-select/ui-select.js +1 -1
  103. package/dist/collection/components/ui-separator/ui-separator.js +1 -1
  104. package/dist/collection/components/ui-skeleton/ui-skeleton.js +1 -1
  105. package/dist/collection/components/ui-slider/ui-slider.js +1 -1
  106. package/dist/collection/components/ui-spinner/ui-spinner.js +1 -1
  107. package/dist/collection/components/ui-stack/ui-stack.js +1 -1
  108. package/dist/collection/components/ui-stat/ui-stat.js +1 -1
  109. package/dist/collection/components/ui-switch/ui-switch.js +1 -1
  110. package/dist/collection/components/ui-table/ui-table.css +46 -0
  111. package/dist/collection/components/ui-table/ui-table.js +119 -0
  112. package/dist/collection/components/ui-tabs/ui-tabs.js +2 -2
  113. package/dist/collection/components/ui-textarea/ui-textarea.js +1 -1
  114. package/dist/collection/components/ui-theme-toggle/ui-theme-toggle.js +1 -1
  115. package/dist/collection/components/ui-timeline/ui-timeline.css +8 -0
  116. package/dist/collection/components/ui-timeline/ui-timeline.js +18 -0
  117. package/dist/collection/components/ui-timeline-item/ui-timeline-item.css +83 -0
  118. package/dist/collection/components/ui-timeline-item/ui-timeline-item.js +90 -0
  119. package/dist/collection/components/ui-toast/ui-toast.js +1 -1
  120. package/dist/collection/components/ui-toaster/ui-toaster.js +1 -1
  121. package/dist/collection/components/ui-tooltip/ui-tooltip.js +1 -1
  122. package/dist/components/index.js +1 -1
  123. package/dist/components/{p-CgsjJD8o.js → p-DAnXvxY_.js} +1 -1
  124. package/dist/components/{p-CyBRmmbs.js → p-DDtwbwIl.js} +1 -1
  125. package/dist/components/{p-BwNtNvTb.js → p-yTNEyxh1.js} +1 -1
  126. package/dist/components/ui-accordion-item.js +1 -1
  127. package/dist/components/ui-accordion.js +1 -1
  128. package/dist/components/ui-avatar-group.js +1 -1
  129. package/dist/components/ui-avatar.js +1 -1
  130. package/dist/components/ui-breadcrumb-item.js +1 -1
  131. package/dist/components/ui-breadcrumb.js +1 -1
  132. package/dist/components/ui-button.js +1 -1
  133. package/dist/components/ui-card.js +1 -1
  134. package/dist/components/ui-carousel.d.ts +11 -0
  135. package/dist/components/ui-carousel.js +1 -0
  136. package/dist/components/ui-checkbox.js +1 -1
  137. package/dist/components/ui-combobox.d.ts +11 -0
  138. package/dist/components/ui-combobox.js +1 -0
  139. package/dist/components/ui-command.d.ts +11 -0
  140. package/dist/components/ui-command.js +1 -0
  141. package/dist/components/ui-container.js +1 -1
  142. package/dist/components/ui-date-picker.d.ts +11 -0
  143. package/dist/components/ui-date-picker.js +1 -0
  144. package/dist/components/ui-dialog.js +1 -1
  145. package/dist/components/ui-drawer.js +1 -1
  146. package/dist/components/ui-dropdown-item.js +1 -1
  147. package/dist/components/ui-dropdown-menu.js +1 -1
  148. package/dist/components/ui-field.js +1 -1
  149. package/dist/components/ui-file-upload.d.ts +11 -0
  150. package/dist/components/ui-file-upload.js +1 -0
  151. package/dist/components/ui-grid.js +1 -1
  152. package/dist/components/ui-input.js +1 -1
  153. package/dist/components/ui-label.js +1 -1
  154. package/dist/components/ui-loading-overlay.js +1 -1
  155. package/dist/components/ui-navbar.d.ts +11 -0
  156. package/dist/components/ui-navbar.js +1 -0
  157. package/dist/components/ui-pagination.js +1 -1
  158. package/dist/components/ui-popover.js +1 -1
  159. package/dist/components/ui-progress-circular.d.ts +11 -0
  160. package/dist/components/ui-progress-circular.js +1 -0
  161. package/dist/components/ui-progress.js +1 -1
  162. package/dist/components/ui-radio-group.js +1 -1
  163. package/dist/components/ui-rating.d.ts +11 -0
  164. package/dist/components/ui-rating.js +1 -0
  165. package/dist/components/ui-reveal.js +1 -1
  166. package/dist/components/ui-scroll-progress.js +1 -1
  167. package/dist/components/ui-section.js +1 -1
  168. package/dist/components/ui-segmented.js +1 -1
  169. package/dist/components/ui-select.js +1 -1
  170. package/dist/components/ui-separator.js +1 -1
  171. package/dist/components/ui-skeleton.js +1 -1
  172. package/dist/components/ui-slider.js +1 -1
  173. package/dist/components/ui-spinner.js +1 -1
  174. package/dist/components/ui-stack.js +1 -1
  175. package/dist/components/ui-stat.js +1 -1
  176. package/dist/components/ui-switch.js +1 -1
  177. package/dist/components/ui-table.d.ts +11 -0
  178. package/dist/components/ui-table.js +1 -0
  179. package/dist/components/ui-tabs.js +1 -1
  180. package/dist/components/ui-textarea.js +1 -1
  181. package/dist/components/ui-theme-toggle.js +1 -1
  182. package/dist/components/ui-timeline-item.d.ts +11 -0
  183. package/dist/components/ui-timeline-item.js +1 -0
  184. package/dist/components/ui-timeline.d.ts +11 -0
  185. package/dist/components/ui-timeline.js +1 -0
  186. package/dist/components/ui-toast.js +1 -1
  187. package/dist/components/ui-toaster.js +1 -1
  188. package/dist/components/ui-tooltip.js +1 -1
  189. package/dist/esm/{floating-ui.dom-CyBRmmbs.js → floating-ui.dom-DDtwbwIl.js} +93 -1
  190. package/dist/esm/{index-DYwlrXg_.js → index-COlwaVJP.js} +1 -1
  191. package/dist/esm/loader.js +3 -3
  192. package/dist/esm/ui-accordion-item.entry.js +2 -2
  193. package/dist/esm/ui-accordion.entry.js +2 -2
  194. package/dist/esm/ui-alert.entry.js +1 -1
  195. package/dist/esm/ui-avatar-group.entry.js +2 -2
  196. package/dist/esm/ui-avatar.entry.js +2 -2
  197. package/dist/esm/ui-badge.entry.js +1 -1
  198. package/dist/esm/ui-breadcrumb-item.entry.js +2 -2
  199. package/dist/esm/ui-breadcrumb.entry.js +2 -2
  200. package/dist/esm/ui-button.entry.js +2 -2
  201. package/dist/esm/ui-card.entry.js +2 -2
  202. package/dist/esm/ui-carousel.entry.js +102 -0
  203. package/dist/esm/ui-checkbox.entry.js +2 -2
  204. package/dist/esm/ui-combobox.entry.js +151 -0
  205. package/dist/esm/ui-command.entry.js +135 -0
  206. package/dist/esm/ui-container.entry.js +2 -2
  207. package/dist/esm/ui-date-picker.entry.js +169 -0
  208. package/dist/esm/ui-dialog.entry.js +2 -2
  209. package/dist/esm/ui-drawer.entry.js +2 -2
  210. package/dist/esm/ui-dropdown-item.entry.js +2 -2
  211. package/dist/esm/ui-dropdown-menu.entry.js +3 -3
  212. package/dist/esm/ui-field.entry.js +2 -2
  213. package/dist/esm/ui-file-upload.entry.js +55 -0
  214. package/dist/esm/ui-grid.entry.js +2 -2
  215. package/dist/esm/ui-input.entry.js +2 -2
  216. package/dist/esm/ui-label.entry.js +2 -2
  217. package/dist/esm/ui-loading-overlay.entry.js +1 -1
  218. package/dist/esm/ui-navbar.entry.js +15 -0
  219. package/dist/esm/ui-pagination.entry.js +3 -3
  220. package/dist/esm/ui-popover.entry.js +3 -3
  221. package/dist/esm/ui-progress-circular.entry.js +42 -0
  222. package/dist/esm/ui-progress.entry.js +2 -2
  223. package/dist/esm/ui-radio-group.entry.js +2 -2
  224. package/dist/esm/ui-rating.entry.js +43 -0
  225. package/dist/esm/ui-reveal.entry.js +2 -2
  226. package/dist/esm/ui-scroll-progress.entry.js +2 -2
  227. package/dist/esm/ui-section.entry.js +2 -2
  228. package/dist/esm/ui-segmented.entry.js +2 -2
  229. package/dist/esm/ui-select.entry.js +2 -2
  230. package/dist/esm/ui-separator.entry.js +2 -2
  231. package/dist/esm/ui-skeleton.entry.js +2 -2
  232. package/dist/esm/ui-slider.entry.js +2 -2
  233. package/dist/esm/ui-spinner.entry.js +2 -2
  234. package/dist/esm/ui-stack.entry.js +2 -2
  235. package/dist/esm/ui-stat.entry.js +2 -2
  236. package/dist/esm/ui-switch.entry.js +2 -2
  237. package/dist/esm/ui-table.entry.js +23 -0
  238. package/dist/esm/ui-tabs.entry.js +3 -3
  239. package/dist/esm/ui-textarea.entry.js +2 -2
  240. package/dist/esm/ui-theme-toggle.entry.js +2 -2
  241. package/dist/esm/ui-timeline-item.entry.js +17 -0
  242. package/dist/esm/ui-timeline.entry.js +15 -0
  243. package/dist/esm/ui-toast.entry.js +2 -2
  244. package/dist/esm/ui-toaster.entry.js +2 -2
  245. package/dist/esm/ui-tooltip.entry.js +3 -3
  246. package/dist/esm/uikit.js +3 -3
  247. package/dist/types/components/ui-carousel/ui-carousel.d.ts +35 -0
  248. package/dist/types/components/ui-combobox/ui-combobox.d.ts +38 -0
  249. package/dist/types/components/ui-command/ui-command.d.ts +42 -0
  250. package/dist/types/components/ui-date-picker/ui-date-picker.d.ts +42 -0
  251. package/dist/types/components/ui-file-upload/ui-file-upload.d.ts +24 -0
  252. package/dist/types/components/ui-navbar/ui-navbar.d.ts +3 -0
  253. package/dist/types/components/ui-progress-circular/ui-progress-circular.d.ts +17 -0
  254. package/dist/types/components/ui-rating/ui-rating.d.ts +17 -0
  255. package/dist/types/components/ui-table/ui-table.d.ts +16 -0
  256. package/dist/types/components/ui-timeline/ui-timeline.d.ts +3 -0
  257. package/dist/types/components/ui-timeline-item/ui-timeline-item.d.ts +10 -0
  258. package/dist/types/components.d.ts +645 -0
  259. package/dist/types/index.d.ts +1 -0
  260. package/dist/uikit/{p-635862e6.entry.js → p-02583f33.entry.js} +1 -1
  261. package/dist/uikit/p-0b8fb2cc.entry.js +1 -0
  262. package/dist/uikit/{p-595e146f.entry.js → p-12777ebf.entry.js} +1 -1
  263. package/dist/uikit/p-186d394f.entry.js +1 -0
  264. package/dist/uikit/{p-fd05c146.entry.js → p-247f7a40.entry.js} +1 -1
  265. package/dist/uikit/{p-67963692.entry.js → p-24c9885b.entry.js} +1 -1
  266. package/dist/uikit/p-26c4b4f9.entry.js +1 -0
  267. package/dist/uikit/p-2716a9e4.entry.js +1 -0
  268. package/dist/uikit/{p-25637424.entry.js → p-27c609c2.entry.js} +1 -1
  269. package/dist/uikit/{p-5951a496.entry.js → p-2a4de93f.entry.js} +1 -1
  270. package/dist/uikit/{p-2601d8b6.entry.js → p-2ce36223.entry.js} +1 -1
  271. package/dist/uikit/p-30834f9e.entry.js +1 -0
  272. package/dist/uikit/{p-db07f9c5.entry.js → p-333a3598.entry.js} +1 -1
  273. package/dist/uikit/{p-86ed6154.entry.js → p-33a19160.entry.js} +1 -1
  274. package/dist/uikit/{p-a977a0db.entry.js → p-400536f7.entry.js} +1 -1
  275. package/dist/uikit/{p-81b45a43.entry.js → p-411a753f.entry.js} +1 -1
  276. package/dist/uikit/p-41355be1.entry.js +1 -0
  277. package/dist/uikit/p-4281fc69.entry.js +1 -0
  278. package/dist/uikit/p-4c2fb226.entry.js +1 -0
  279. package/dist/uikit/{p-45e80e73.entry.js → p-5562b70d.entry.js} +1 -1
  280. package/dist/uikit/{p-fd832f52.entry.js → p-56b1bf3f.entry.js} +1 -1
  281. package/dist/uikit/p-57adf02c.entry.js +1 -0
  282. package/dist/uikit/{p-cd0ec835.entry.js → p-58035d5a.entry.js} +1 -1
  283. package/dist/uikit/{p-567f7496.entry.js → p-5ff44eca.entry.js} +1 -1
  284. package/dist/uikit/{p-3996590f.entry.js → p-66037a7c.entry.js} +1 -1
  285. package/dist/uikit/p-6d58ff8d.entry.js +1 -0
  286. package/dist/uikit/p-7a04fd11.entry.js +1 -0
  287. package/dist/uikit/p-7aeed213.entry.js +1 -0
  288. package/dist/uikit/p-80236139.entry.js +1 -0
  289. package/dist/uikit/{p-a92a7b19.entry.js → p-81a37bda.entry.js} +1 -1
  290. package/dist/uikit/{p-2de05aac.entry.js → p-849347da.entry.js} +1 -1
  291. package/dist/uikit/p-866a0947.entry.js +1 -0
  292. package/dist/uikit/{p-74b60a60.entry.js → p-86bf22c1.entry.js} +1 -1
  293. package/dist/uikit/p-98234aed.entry.js +1 -0
  294. package/dist/uikit/p-COlwaVJP.js +2 -0
  295. package/dist/uikit/{p-CyBRmmbs.js → p-DDtwbwIl.js} +1 -1
  296. package/dist/uikit/{p-95cd976e.entry.js → p-a312d278.entry.js} +1 -1
  297. package/dist/uikit/{p-12db6a6e.entry.js → p-a4b535ad.entry.js} +1 -1
  298. package/dist/uikit/{p-94ad46a5.entry.js → p-a8f81996.entry.js} +1 -1
  299. package/dist/uikit/{p-1d016ea4.entry.js → p-aa0ce28c.entry.js} +1 -1
  300. package/dist/uikit/{p-979f6178.entry.js → p-aa41b084.entry.js} +1 -1
  301. package/dist/uikit/p-acce5342.entry.js +1 -0
  302. package/dist/uikit/p-b232849a.entry.js +1 -0
  303. package/dist/uikit/{p-dca9f6f9.entry.js → p-bd287e67.entry.js} +1 -1
  304. package/dist/uikit/p-bf66ce1b.entry.js +1 -0
  305. package/dist/uikit/{p-6c0e9809.entry.js → p-c0b3f5a3.entry.js} +1 -1
  306. package/dist/uikit/{p-09895cd0.entry.js → p-c29317aa.entry.js} +1 -1
  307. package/dist/uikit/{p-faa98928.entry.js → p-d73e789a.entry.js} +1 -1
  308. package/dist/uikit/p-dc00c84b.entry.js +1 -0
  309. package/dist/uikit/{p-3fc062a6.entry.js → p-de2bb69c.entry.js} +1 -1
  310. package/dist/uikit/{p-7f2c2924.entry.js → p-e2e35a6b.entry.js} +1 -1
  311. package/dist/uikit/{p-a01305a5.entry.js → p-e32fa613.entry.js} +1 -1
  312. package/dist/uikit/p-e61e7ef1.entry.js +1 -0
  313. package/dist/uikit/p-e891fec3.entry.js +1 -0
  314. package/dist/uikit/p-ef6ec7f7.entry.js +1 -0
  315. package/dist/uikit/p-faa31e8c.entry.js +1 -0
  316. package/dist/uikit/uikit.css +1 -1
  317. package/dist/uikit/uikit.esm.js +1 -1
  318. package/package.json +1 -1
  319. package/dist/uikit/p-0cba0d11.entry.js +0 -1
  320. package/dist/uikit/p-55a23f91.entry.js +0 -1
  321. package/dist/uikit/p-7a3d85da.entry.js +0 -1
  322. package/dist/uikit/p-97d4dbf4.entry.js +0 -1
  323. package/dist/uikit/p-9a4dc343.entry.js +0 -1
  324. package/dist/uikit/p-9a9590b9.entry.js +0 -1
  325. package/dist/uikit/p-DYwlrXg_.js +0 -2
  326. package/dist/uikit/p-a080f46a.entry.js +0 -1
  327. package/dist/uikit/p-b2df8437.entry.js +0 -1
  328. package/dist/uikit/p-c73c1009.entry.js +0 -1
  329. package/dist/uikit/p-d20452b4.entry.js +0 -1
  330. package/dist/uikit/p-d7021157.entry.js +0 -1
  331. package/dist/uikit/p-ddd70374.entry.js +0 -1
@@ -8,6 +8,8 @@ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
8
  import { UiAlertVariant } from "./components/ui-alert/ui-alert";
9
9
  import { UiBadgeVariant } from "./components/ui-badge/ui-badge";
10
10
  import { UiButtonSize, UiButtonVariant } from "./components/ui-button/ui-button";
11
+ import { UiComboboxOption } from "./components/ui-combobox/ui-combobox";
12
+ import { UiCommandItem } from "./components/ui-command/ui-command";
11
13
  import { UiContainerSize } from "./components/ui-container/ui-container";
12
14
  import { Placement } from "@floating-ui/dom";
13
15
  import { UiGridGap } from "./components/ui-grid/ui-grid";
@@ -19,12 +21,16 @@ import { UiSeparatorOrientation } from "./components/ui-separator/ui-separator";
19
21
  import { UiSpinnerSize as UiSpinnerSize1 } from "./components/ui-spinner/ui-spinner";
20
22
  import { UiStackAlign, UiStackDirection, UiStackGap, UiStackJustify } from "./components/ui-stack/ui-stack";
21
23
  import { UiStatTrend } from "./components/ui-stat/ui-stat";
24
+ import { UiTableColumn } from "./components/ui-table/ui-table";
22
25
  import { UiTabItem } from "./components/ui-tabs/ui-tabs";
26
+ import { UiTimelineVariant } from "./components/ui-timeline-item/ui-timeline-item";
23
27
  import { UiToastVariant } from "./components/ui-toast/ui-toast";
24
28
  import { UiToastOptions } from "./components/ui-toaster/ui-toaster";
25
29
  export { UiAlertVariant } from "./components/ui-alert/ui-alert";
26
30
  export { UiBadgeVariant } from "./components/ui-badge/ui-badge";
27
31
  export { UiButtonSize, UiButtonVariant } from "./components/ui-button/ui-button";
32
+ export { UiComboboxOption } from "./components/ui-combobox/ui-combobox";
33
+ export { UiCommandItem } from "./components/ui-command/ui-command";
28
34
  export { UiContainerSize } from "./components/ui-container/ui-container";
29
35
  export { Placement } from "@floating-ui/dom";
30
36
  export { UiGridGap } from "./components/ui-grid/ui-grid";
@@ -36,7 +42,9 @@ export { UiSeparatorOrientation } from "./components/ui-separator/ui-separator";
36
42
  export { UiSpinnerSize as UiSpinnerSize1 } from "./components/ui-spinner/ui-spinner";
37
43
  export { UiStackAlign, UiStackDirection, UiStackGap, UiStackJustify } from "./components/ui-stack/ui-stack";
38
44
  export { UiStatTrend } from "./components/ui-stat/ui-stat";
45
+ export { UiTableColumn } from "./components/ui-table/ui-table";
39
46
  export { UiTabItem } from "./components/ui-tabs/ui-tabs";
47
+ export { UiTimelineVariant } from "./components/ui-timeline-item/ui-timeline-item";
40
48
  export { UiToastVariant } from "./components/ui-toast/ui-toast";
41
49
  export { UiToastOptions } from "./components/ui-toaster/ui-toaster";
42
50
  export namespace Components {
@@ -158,6 +166,40 @@ export namespace Components {
158
166
  }
159
167
  interface UiCard {
160
168
  }
169
+ interface UiCarousel {
170
+ /**
171
+ * Intervalo de autoplay em ms. 0 desliga o autoplay.
172
+ * @default 0
173
+ */
174
+ "autoplay": number;
175
+ /**
176
+ * Vai para um slide específico pelo índice.
177
+ */
178
+ "goTo": (i: number) => Promise<void>;
179
+ /**
180
+ * Permite navegação circular (wrap) entre o primeiro e o último slide.
181
+ * @default false
182
+ */
183
+ "loop": boolean;
184
+ /**
185
+ * Avança para o próximo slide.
186
+ */
187
+ "next": () => Promise<void>;
188
+ /**
189
+ * Volta para o slide anterior.
190
+ */
191
+ "prev": () => Promise<void>;
192
+ /**
193
+ * Exibe as setas de navegação.
194
+ * @default true
195
+ */
196
+ "showArrows": boolean;
197
+ /**
198
+ * Exibe os indicadores (dots).
199
+ * @default true
200
+ */
201
+ "showDots": boolean;
202
+ }
161
203
  interface UiCheckbox {
162
204
  /**
163
205
  * Estado marcado/desmarcado.
@@ -178,6 +220,53 @@ export namespace Components {
178
220
  */
179
221
  "value"?: string;
180
222
  }
223
+ interface UiCombobox {
224
+ /**
225
+ * Opções disponíveis para autocomplete.
226
+ * @default []
227
+ */
228
+ "options": UiComboboxOption[];
229
+ /**
230
+ * Placeholder do campo.
231
+ * @default ""
232
+ */
233
+ "placeholder": string;
234
+ /**
235
+ * Valor selecionado.
236
+ * @default ""
237
+ */
238
+ "value": string;
239
+ }
240
+ interface UiCommand {
241
+ /**
242
+ * Fecha a paleta imperativamente.
243
+ */
244
+ "close": () => Promise<void>;
245
+ /**
246
+ * Abre/fecha com Cmd/Ctrl+K quando habilitado.
247
+ * @default true
248
+ */
249
+ "hotkey": boolean;
250
+ /**
251
+ * Itens disponíveis na paleta.
252
+ * @default []
253
+ */
254
+ "items": UiCommandItem[];
255
+ /**
256
+ * Controla a abertura da paleta de comandos.
257
+ * @default false
258
+ */
259
+ "open": boolean;
260
+ /**
261
+ * Placeholder do campo de busca.
262
+ * @default "Buscar comando…"
263
+ */
264
+ "placeholder": string;
265
+ /**
266
+ * Abre a paleta imperativamente.
267
+ */
268
+ "show": () => Promise<void>;
269
+ }
181
270
  interface UiContainer {
182
271
  /**
183
272
  * Aplica padding lateral responsivo.
@@ -190,6 +279,18 @@ export namespace Components {
190
279
  */
191
280
  "size": UiContainerSize;
192
281
  }
282
+ interface UiDatePicker {
283
+ /**
284
+ * Texto exibido quando nenhuma data está selecionada.
285
+ * @default "Selecione a data"
286
+ */
287
+ "placeholder": string;
288
+ /**
289
+ * Data selecionada no formato ISO "YYYY-MM-DD".
290
+ * @default ""
291
+ */
292
+ "value": string;
293
+ }
193
294
  interface UiDialog {
194
295
  /**
195
296
  * Fecha o modal imperativamente.
@@ -275,6 +376,22 @@ export namespace Components {
275
376
  */
276
377
  "required": boolean;
277
378
  }
379
+ interface UiFileUpload {
380
+ /**
381
+ * Tipos de arquivo aceitos (atributo accept do input).
382
+ */
383
+ "accept"?: string;
384
+ /**
385
+ * Texto principal da zona de upload.
386
+ * @default "Arraste arquivos ou clique para enviar"
387
+ */
388
+ "label": string;
389
+ /**
390
+ * Permite múltiplos arquivos.
391
+ * @default false
392
+ */
393
+ "multiple": boolean;
394
+ }
278
395
  interface UiGrid {
279
396
  /**
280
397
  * Número de colunas da grade.
@@ -349,6 +466,8 @@ export namespace Components {
349
466
  */
350
467
  "visible": boolean;
351
468
  }
469
+ interface UiNavbar {
470
+ }
352
471
  interface UiPagination {
353
472
  /**
354
473
  * Página atual.
@@ -403,6 +522,38 @@ export namespace Components {
403
522
  */
404
523
  "value": number | null;
405
524
  }
525
+ interface UiProgressCircular {
526
+ /**
527
+ * Força o estado indeterminado.
528
+ * @default false
529
+ */
530
+ "indeterminate": boolean;
531
+ /**
532
+ * Valor máximo.
533
+ * @default 100
534
+ */
535
+ "max": number;
536
+ /**
537
+ * Exibe o percentual no centro quando determinado.
538
+ * @default false
539
+ */
540
+ "showValue": boolean;
541
+ /**
542
+ * Tamanho do anel (qualquer unidade CSS).
543
+ * @default "3rem"
544
+ */
545
+ "size": string;
546
+ /**
547
+ * Espessura do traço.
548
+ * @default 4
549
+ */
550
+ "strokeWidth": number;
551
+ /**
552
+ * Valor atual do progresso. `null` torna o componente indeterminado.
553
+ * @default null
554
+ */
555
+ "value": number | null;
556
+ }
406
557
  interface UiRadioGroup {
407
558
  /**
408
559
  * Desabilita o grupo.
@@ -423,6 +574,23 @@ export namespace Components {
423
574
  */
424
575
  "value"?: string;
425
576
  }
577
+ interface UiRating {
578
+ /**
579
+ * Quantidade de estrelas.
580
+ * @default 5
581
+ */
582
+ "max": number;
583
+ /**
584
+ * Apenas leitura, sem interação.
585
+ * @default false
586
+ */
587
+ "readonly": boolean;
588
+ /**
589
+ * Valor selecionado.
590
+ * @default 0
591
+ */
592
+ "value": number;
593
+ }
426
594
  interface UiReveal {
427
595
  /**
428
596
  * Atraso da transição em milissegundos.
@@ -586,6 +754,28 @@ export namespace Components {
586
754
  */
587
755
  "disabled": boolean;
588
756
  }
757
+ interface UiTable {
758
+ /**
759
+ * Definição das colunas.
760
+ * @default []
761
+ */
762
+ "columns": UiTableColumn[];
763
+ /**
764
+ * Destaca a linha sob o cursor.
765
+ * @default true
766
+ */
767
+ "hoverable": boolean;
768
+ /**
769
+ * Linhas de dados.
770
+ * @default []
771
+ */
772
+ "rows": Record<string, unknown>[];
773
+ /**
774
+ * Aplica fundo alternado nas linhas pares.
775
+ * @default false
776
+ */
777
+ "striped": boolean;
778
+ }
589
779
  interface UiTabs {
590
780
  /**
591
781
  * Lista de abas.
@@ -630,6 +820,23 @@ export namespace Components {
630
820
  }
631
821
  interface UiThemeToggle {
632
822
  }
823
+ interface UiTimeline {
824
+ }
825
+ interface UiTimelineItem {
826
+ /**
827
+ * Título do item (opcional).
828
+ */
829
+ "heading"?: string;
830
+ /**
831
+ * Rótulo de tempo, ex.: data ou label (opcional).
832
+ */
833
+ "time"?: string;
834
+ /**
835
+ * Cor do ponto da timeline.
836
+ * @default "accent"
837
+ */
838
+ "variant": UiTimelineVariant;
839
+ }
633
840
  interface UiToast {
634
841
  /**
635
842
  * Fecha o toast imperativamente.
@@ -699,10 +906,26 @@ export interface UiBadgeCustomEvent<T> extends CustomEvent<T> {
699
906
  detail: T;
700
907
  target: HTMLUiBadgeElement;
701
908
  }
909
+ export interface UiCarouselCustomEvent<T> extends CustomEvent<T> {
910
+ detail: T;
911
+ target: HTMLUiCarouselElement;
912
+ }
702
913
  export interface UiCheckboxCustomEvent<T> extends CustomEvent<T> {
703
914
  detail: T;
704
915
  target: HTMLUiCheckboxElement;
705
916
  }
917
+ export interface UiComboboxCustomEvent<T> extends CustomEvent<T> {
918
+ detail: T;
919
+ target: HTMLUiComboboxElement;
920
+ }
921
+ export interface UiCommandCustomEvent<T> extends CustomEvent<T> {
922
+ detail: T;
923
+ target: HTMLUiCommandElement;
924
+ }
925
+ export interface UiDatePickerCustomEvent<T> extends CustomEvent<T> {
926
+ detail: T;
927
+ target: HTMLUiDatePickerElement;
928
+ }
706
929
  export interface UiDialogCustomEvent<T> extends CustomEvent<T> {
707
930
  detail: T;
708
931
  target: HTMLUiDialogElement;
@@ -719,6 +942,10 @@ export interface UiDropdownMenuCustomEvent<T> extends CustomEvent<T> {
719
942
  detail: T;
720
943
  target: HTMLUiDropdownMenuElement;
721
944
  }
945
+ export interface UiFileUploadCustomEvent<T> extends CustomEvent<T> {
946
+ detail: T;
947
+ target: HTMLUiFileUploadElement;
948
+ }
722
949
  export interface UiInputCustomEvent<T> extends CustomEvent<T> {
723
950
  detail: T;
724
951
  target: HTMLUiInputElement;
@@ -735,6 +962,10 @@ export interface UiRadioGroupCustomEvent<T> extends CustomEvent<T> {
735
962
  detail: T;
736
963
  target: HTMLUiRadioGroupElement;
737
964
  }
965
+ export interface UiRatingCustomEvent<T> extends CustomEvent<T> {
966
+ detail: T;
967
+ target: HTMLUiRatingElement;
968
+ }
738
969
  export interface UiSegmentedCustomEvent<T> extends CustomEvent<T> {
739
970
  detail: T;
740
971
  target: HTMLUiSegmentedElement;
@@ -864,6 +1095,23 @@ declare global {
864
1095
  prototype: HTMLUiCardElement;
865
1096
  new (): HTMLUiCardElement;
866
1097
  };
1098
+ interface HTMLUiCarouselElementEventMap {
1099
+ "uiChange": number;
1100
+ }
1101
+ interface HTMLUiCarouselElement extends Components.UiCarousel, HTMLStencilElement {
1102
+ addEventListener<K extends keyof HTMLUiCarouselElementEventMap>(type: K, listener: (this: HTMLUiCarouselElement, ev: UiCarouselCustomEvent<HTMLUiCarouselElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1103
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1104
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1105
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1106
+ removeEventListener<K extends keyof HTMLUiCarouselElementEventMap>(type: K, listener: (this: HTMLUiCarouselElement, ev: UiCarouselCustomEvent<HTMLUiCarouselElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1107
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1108
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1109
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1110
+ }
1111
+ var HTMLUiCarouselElement: {
1112
+ prototype: HTMLUiCarouselElement;
1113
+ new (): HTMLUiCarouselElement;
1114
+ };
867
1115
  interface HTMLUiCheckboxElementEventMap {
868
1116
  "uiChange": boolean;
869
1117
  }
@@ -881,12 +1129,63 @@ declare global {
881
1129
  prototype: HTMLUiCheckboxElement;
882
1130
  new (): HTMLUiCheckboxElement;
883
1131
  };
1132
+ interface HTMLUiComboboxElementEventMap {
1133
+ "uiChange": string;
1134
+ }
1135
+ interface HTMLUiComboboxElement extends Components.UiCombobox, HTMLStencilElement {
1136
+ addEventListener<K extends keyof HTMLUiComboboxElementEventMap>(type: K, listener: (this: HTMLUiComboboxElement, ev: UiComboboxCustomEvent<HTMLUiComboboxElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1137
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1138
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1139
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1140
+ removeEventListener<K extends keyof HTMLUiComboboxElementEventMap>(type: K, listener: (this: HTMLUiComboboxElement, ev: UiComboboxCustomEvent<HTMLUiComboboxElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1141
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1142
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1143
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1144
+ }
1145
+ var HTMLUiComboboxElement: {
1146
+ prototype: HTMLUiComboboxElement;
1147
+ new (): HTMLUiComboboxElement;
1148
+ };
1149
+ interface HTMLUiCommandElementEventMap {
1150
+ "uiSelect": string;
1151
+ }
1152
+ interface HTMLUiCommandElement extends Components.UiCommand, HTMLStencilElement {
1153
+ addEventListener<K extends keyof HTMLUiCommandElementEventMap>(type: K, listener: (this: HTMLUiCommandElement, ev: UiCommandCustomEvent<HTMLUiCommandElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1154
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1155
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1156
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1157
+ removeEventListener<K extends keyof HTMLUiCommandElementEventMap>(type: K, listener: (this: HTMLUiCommandElement, ev: UiCommandCustomEvent<HTMLUiCommandElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1158
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1159
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1160
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1161
+ }
1162
+ var HTMLUiCommandElement: {
1163
+ prototype: HTMLUiCommandElement;
1164
+ new (): HTMLUiCommandElement;
1165
+ };
884
1166
  interface HTMLUiContainerElement extends Components.UiContainer, HTMLStencilElement {
885
1167
  }
886
1168
  var HTMLUiContainerElement: {
887
1169
  prototype: HTMLUiContainerElement;
888
1170
  new (): HTMLUiContainerElement;
889
1171
  };
1172
+ interface HTMLUiDatePickerElementEventMap {
1173
+ "uiChange": string;
1174
+ }
1175
+ interface HTMLUiDatePickerElement extends Components.UiDatePicker, HTMLStencilElement {
1176
+ addEventListener<K extends keyof HTMLUiDatePickerElementEventMap>(type: K, listener: (this: HTMLUiDatePickerElement, ev: UiDatePickerCustomEvent<HTMLUiDatePickerElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1177
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1178
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1179
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1180
+ removeEventListener<K extends keyof HTMLUiDatePickerElementEventMap>(type: K, listener: (this: HTMLUiDatePickerElement, ev: UiDatePickerCustomEvent<HTMLUiDatePickerElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1181
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1182
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1183
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1184
+ }
1185
+ var HTMLUiDatePickerElement: {
1186
+ prototype: HTMLUiDatePickerElement;
1187
+ new (): HTMLUiDatePickerElement;
1188
+ };
890
1189
  interface HTMLUiDialogElementEventMap {
891
1190
  "uiClose": void;
892
1191
  }
@@ -961,6 +1260,23 @@ declare global {
961
1260
  prototype: HTMLUiFieldElement;
962
1261
  new (): HTMLUiFieldElement;
963
1262
  };
1263
+ interface HTMLUiFileUploadElementEventMap {
1264
+ "uiChange": File[];
1265
+ }
1266
+ interface HTMLUiFileUploadElement extends Components.UiFileUpload, HTMLStencilElement {
1267
+ addEventListener<K extends keyof HTMLUiFileUploadElementEventMap>(type: K, listener: (this: HTMLUiFileUploadElement, ev: UiFileUploadCustomEvent<HTMLUiFileUploadElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1268
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1269
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1270
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1271
+ removeEventListener<K extends keyof HTMLUiFileUploadElementEventMap>(type: K, listener: (this: HTMLUiFileUploadElement, ev: UiFileUploadCustomEvent<HTMLUiFileUploadElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1272
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1273
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1274
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1275
+ }
1276
+ var HTMLUiFileUploadElement: {
1277
+ prototype: HTMLUiFileUploadElement;
1278
+ new (): HTMLUiFileUploadElement;
1279
+ };
964
1280
  interface HTMLUiGridElement extends Components.UiGrid, HTMLStencilElement {
965
1281
  }
966
1282
  var HTMLUiGridElement: {
@@ -1002,6 +1318,12 @@ declare global {
1002
1318
  prototype: HTMLUiLoadingOverlayElement;
1003
1319
  new (): HTMLUiLoadingOverlayElement;
1004
1320
  };
1321
+ interface HTMLUiNavbarElement extends Components.UiNavbar, HTMLStencilElement {
1322
+ }
1323
+ var HTMLUiNavbarElement: {
1324
+ prototype: HTMLUiNavbarElement;
1325
+ new (): HTMLUiNavbarElement;
1326
+ };
1005
1327
  interface HTMLUiPaginationElementEventMap {
1006
1328
  "uiChange": number;
1007
1329
  }
@@ -1042,6 +1364,12 @@ declare global {
1042
1364
  prototype: HTMLUiProgressElement;
1043
1365
  new (): HTMLUiProgressElement;
1044
1366
  };
1367
+ interface HTMLUiProgressCircularElement extends Components.UiProgressCircular, HTMLStencilElement {
1368
+ }
1369
+ var HTMLUiProgressCircularElement: {
1370
+ prototype: HTMLUiProgressCircularElement;
1371
+ new (): HTMLUiProgressCircularElement;
1372
+ };
1045
1373
  interface HTMLUiRadioGroupElementEventMap {
1046
1374
  "uiChange": string;
1047
1375
  }
@@ -1059,6 +1387,23 @@ declare global {
1059
1387
  prototype: HTMLUiRadioGroupElement;
1060
1388
  new (): HTMLUiRadioGroupElement;
1061
1389
  };
1390
+ interface HTMLUiRatingElementEventMap {
1391
+ "uiChange": number;
1392
+ }
1393
+ interface HTMLUiRatingElement extends Components.UiRating, HTMLStencilElement {
1394
+ addEventListener<K extends keyof HTMLUiRatingElementEventMap>(type: K, listener: (this: HTMLUiRatingElement, ev: UiRatingCustomEvent<HTMLUiRatingElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1395
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1396
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1397
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1398
+ removeEventListener<K extends keyof HTMLUiRatingElementEventMap>(type: K, listener: (this: HTMLUiRatingElement, ev: UiRatingCustomEvent<HTMLUiRatingElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1399
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1400
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1401
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1402
+ }
1403
+ var HTMLUiRatingElement: {
1404
+ prototype: HTMLUiRatingElement;
1405
+ new (): HTMLUiRatingElement;
1406
+ };
1062
1407
  interface HTMLUiRevealElement extends Components.UiReveal, HTMLStencilElement {
1063
1408
  }
1064
1409
  var HTMLUiRevealElement: {
@@ -1176,6 +1521,12 @@ declare global {
1176
1521
  prototype: HTMLUiSwitchElement;
1177
1522
  new (): HTMLUiSwitchElement;
1178
1523
  };
1524
+ interface HTMLUiTableElement extends Components.UiTable, HTMLStencilElement {
1525
+ }
1526
+ var HTMLUiTableElement: {
1527
+ prototype: HTMLUiTableElement;
1528
+ new (): HTMLUiTableElement;
1529
+ };
1179
1530
  interface HTMLUiTabsElementEventMap {
1180
1531
  "uiChange": string;
1181
1532
  }
@@ -1228,6 +1579,18 @@ declare global {
1228
1579
  prototype: HTMLUiThemeToggleElement;
1229
1580
  new (): HTMLUiThemeToggleElement;
1230
1581
  };
1582
+ interface HTMLUiTimelineElement extends Components.UiTimeline, HTMLStencilElement {
1583
+ }
1584
+ var HTMLUiTimelineElement: {
1585
+ prototype: HTMLUiTimelineElement;
1586
+ new (): HTMLUiTimelineElement;
1587
+ };
1588
+ interface HTMLUiTimelineItemElement extends Components.UiTimelineItem, HTMLStencilElement {
1589
+ }
1590
+ var HTMLUiTimelineItemElement: {
1591
+ prototype: HTMLUiTimelineItemElement;
1592
+ new (): HTMLUiTimelineItemElement;
1593
+ };
1231
1594
  interface HTMLUiToastElementEventMap {
1232
1595
  "uiClose": void;
1233
1596
  }
@@ -1268,21 +1631,29 @@ declare global {
1268
1631
  "ui-breadcrumb-item": HTMLUiBreadcrumbItemElement;
1269
1632
  "ui-button": HTMLUiButtonElement;
1270
1633
  "ui-card": HTMLUiCardElement;
1634
+ "ui-carousel": HTMLUiCarouselElement;
1271
1635
  "ui-checkbox": HTMLUiCheckboxElement;
1636
+ "ui-combobox": HTMLUiComboboxElement;
1637
+ "ui-command": HTMLUiCommandElement;
1272
1638
  "ui-container": HTMLUiContainerElement;
1639
+ "ui-date-picker": HTMLUiDatePickerElement;
1273
1640
  "ui-dialog": HTMLUiDialogElement;
1274
1641
  "ui-drawer": HTMLUiDrawerElement;
1275
1642
  "ui-dropdown-item": HTMLUiDropdownItemElement;
1276
1643
  "ui-dropdown-menu": HTMLUiDropdownMenuElement;
1277
1644
  "ui-field": HTMLUiFieldElement;
1645
+ "ui-file-upload": HTMLUiFileUploadElement;
1278
1646
  "ui-grid": HTMLUiGridElement;
1279
1647
  "ui-input": HTMLUiInputElement;
1280
1648
  "ui-label": HTMLUiLabelElement;
1281
1649
  "ui-loading-overlay": HTMLUiLoadingOverlayElement;
1650
+ "ui-navbar": HTMLUiNavbarElement;
1282
1651
  "ui-pagination": HTMLUiPaginationElement;
1283
1652
  "ui-popover": HTMLUiPopoverElement;
1284
1653
  "ui-progress": HTMLUiProgressElement;
1654
+ "ui-progress-circular": HTMLUiProgressCircularElement;
1285
1655
  "ui-radio-group": HTMLUiRadioGroupElement;
1656
+ "ui-rating": HTMLUiRatingElement;
1286
1657
  "ui-reveal": HTMLUiRevealElement;
1287
1658
  "ui-scroll-progress": HTMLUiScrollProgressElement;
1288
1659
  "ui-section": HTMLUiSectionElement;
@@ -1295,9 +1666,12 @@ declare global {
1295
1666
  "ui-stack": HTMLUiStackElement;
1296
1667
  "ui-stat": HTMLUiStatElement;
1297
1668
  "ui-switch": HTMLUiSwitchElement;
1669
+ "ui-table": HTMLUiTableElement;
1298
1670
  "ui-tabs": HTMLUiTabsElement;
1299
1671
  "ui-textarea": HTMLUiTextareaElement;
1300
1672
  "ui-theme-toggle": HTMLUiThemeToggleElement;
1673
+ "ui-timeline": HTMLUiTimelineElement;
1674
+ "ui-timeline-item": HTMLUiTimelineItemElement;
1301
1675
  "ui-toast": HTMLUiToastElement;
1302
1676
  "ui-toaster": HTMLUiToasterElement;
1303
1677
  "ui-tooltip": HTMLUiTooltipElement;
@@ -1436,6 +1810,32 @@ declare namespace LocalJSX {
1436
1810
  }
1437
1811
  interface UiCard {
1438
1812
  }
1813
+ interface UiCarousel {
1814
+ /**
1815
+ * Intervalo de autoplay em ms. 0 desliga o autoplay.
1816
+ * @default 0
1817
+ */
1818
+ "autoplay"?: number;
1819
+ /**
1820
+ * Permite navegação circular (wrap) entre o primeiro e o último slide.
1821
+ * @default false
1822
+ */
1823
+ "loop"?: boolean;
1824
+ /**
1825
+ * Emitido quando o slide atual muda, com o índice novo.
1826
+ */
1827
+ "onUiChange"?: (event: UiCarouselCustomEvent<number>) => void;
1828
+ /**
1829
+ * Exibe as setas de navegação.
1830
+ * @default true
1831
+ */
1832
+ "showArrows"?: boolean;
1833
+ /**
1834
+ * Exibe os indicadores (dots).
1835
+ * @default true
1836
+ */
1837
+ "showDots"?: boolean;
1838
+ }
1439
1839
  interface UiCheckbox {
1440
1840
  /**
1441
1841
  * Estado marcado/desmarcado.
@@ -1460,6 +1860,53 @@ declare namespace LocalJSX {
1460
1860
  */
1461
1861
  "value"?: string;
1462
1862
  }
1863
+ interface UiCombobox {
1864
+ /**
1865
+ * Emitido ao selecionar uma opção.
1866
+ */
1867
+ "onUiChange"?: (event: UiComboboxCustomEvent<string>) => void;
1868
+ /**
1869
+ * Opções disponíveis para autocomplete.
1870
+ * @default []
1871
+ */
1872
+ "options"?: UiComboboxOption[];
1873
+ /**
1874
+ * Placeholder do campo.
1875
+ * @default ""
1876
+ */
1877
+ "placeholder"?: string;
1878
+ /**
1879
+ * Valor selecionado.
1880
+ * @default ""
1881
+ */
1882
+ "value"?: string;
1883
+ }
1884
+ interface UiCommand {
1885
+ /**
1886
+ * Abre/fecha com Cmd/Ctrl+K quando habilitado.
1887
+ * @default true
1888
+ */
1889
+ "hotkey"?: boolean;
1890
+ /**
1891
+ * Itens disponíveis na paleta.
1892
+ * @default []
1893
+ */
1894
+ "items"?: UiCommandItem[];
1895
+ /**
1896
+ * Emitido ao selecionar um comando.
1897
+ */
1898
+ "onUiSelect"?: (event: UiCommandCustomEvent<string>) => void;
1899
+ /**
1900
+ * Controla a abertura da paleta de comandos.
1901
+ * @default false
1902
+ */
1903
+ "open"?: boolean;
1904
+ /**
1905
+ * Placeholder do campo de busca.
1906
+ * @default "Buscar comando…"
1907
+ */
1908
+ "placeholder"?: string;
1909
+ }
1463
1910
  interface UiContainer {
1464
1911
  /**
1465
1912
  * Aplica padding lateral responsivo.
@@ -1472,6 +1919,22 @@ declare namespace LocalJSX {
1472
1919
  */
1473
1920
  "size"?: UiContainerSize;
1474
1921
  }
1922
+ interface UiDatePicker {
1923
+ /**
1924
+ * Emitido ao selecionar uma data (ISO "YYYY-MM-DD").
1925
+ */
1926
+ "onUiChange"?: (event: UiDatePickerCustomEvent<string>) => void;
1927
+ /**
1928
+ * Texto exibido quando nenhuma data está selecionada.
1929
+ * @default "Selecione a data"
1930
+ */
1931
+ "placeholder"?: string;
1932
+ /**
1933
+ * Data selecionada no formato ISO "YYYY-MM-DD".
1934
+ * @default ""
1935
+ */
1936
+ "value"?: string;
1937
+ }
1475
1938
  interface UiDialog {
1476
1939
  /**
1477
1940
  * Emitido quando o modal é fechado (Esc, backdrop ou close()).
@@ -1549,6 +2012,26 @@ declare namespace LocalJSX {
1549
2012
  */
1550
2013
  "required"?: boolean;
1551
2014
  }
2015
+ interface UiFileUpload {
2016
+ /**
2017
+ * Tipos de arquivo aceitos (atributo accept do input).
2018
+ */
2019
+ "accept"?: string;
2020
+ /**
2021
+ * Texto principal da zona de upload.
2022
+ * @default "Arraste arquivos ou clique para enviar"
2023
+ */
2024
+ "label"?: string;
2025
+ /**
2026
+ * Permite múltiplos arquivos.
2027
+ * @default false
2028
+ */
2029
+ "multiple"?: boolean;
2030
+ /**
2031
+ * Emitido quando arquivos são selecionados.
2032
+ */
2033
+ "onUiChange"?: (event: UiFileUploadCustomEvent<File[]>) => void;
2034
+ }
1552
2035
  interface UiGrid {
1553
2036
  /**
1554
2037
  * Número de colunas da grade.
@@ -1631,6 +2114,8 @@ declare namespace LocalJSX {
1631
2114
  */
1632
2115
  "visible"?: boolean;
1633
2116
  }
2117
+ interface UiNavbar {
2118
+ }
1634
2119
  interface UiPagination {
1635
2120
  /**
1636
2121
  * Página atual.
@@ -1685,6 +2170,38 @@ declare namespace LocalJSX {
1685
2170
  */
1686
2171
  "value"?: number | null;
1687
2172
  }
2173
+ interface UiProgressCircular {
2174
+ /**
2175
+ * Força o estado indeterminado.
2176
+ * @default false
2177
+ */
2178
+ "indeterminate"?: boolean;
2179
+ /**
2180
+ * Valor máximo.
2181
+ * @default 100
2182
+ */
2183
+ "max"?: number;
2184
+ /**
2185
+ * Exibe o percentual no centro quando determinado.
2186
+ * @default false
2187
+ */
2188
+ "showValue"?: boolean;
2189
+ /**
2190
+ * Tamanho do anel (qualquer unidade CSS).
2191
+ * @default "3rem"
2192
+ */
2193
+ "size"?: string;
2194
+ /**
2195
+ * Espessura do traço.
2196
+ * @default 4
2197
+ */
2198
+ "strokeWidth"?: number;
2199
+ /**
2200
+ * Valor atual do progresso. `null` torna o componente indeterminado.
2201
+ * @default null
2202
+ */
2203
+ "value"?: number | null;
2204
+ }
1688
2205
  interface UiRadioGroup {
1689
2206
  /**
1690
2207
  * Desabilita o grupo.
@@ -1709,6 +2226,27 @@ declare namespace LocalJSX {
1709
2226
  */
1710
2227
  "value"?: string;
1711
2228
  }
2229
+ interface UiRating {
2230
+ /**
2231
+ * Quantidade de estrelas.
2232
+ * @default 5
2233
+ */
2234
+ "max"?: number;
2235
+ /**
2236
+ * Emitido quando o valor muda.
2237
+ */
2238
+ "onUiChange"?: (event: UiRatingCustomEvent<number>) => void;
2239
+ /**
2240
+ * Apenas leitura, sem interação.
2241
+ * @default false
2242
+ */
2243
+ "readonly"?: boolean;
2244
+ /**
2245
+ * Valor selecionado.
2246
+ * @default 0
2247
+ */
2248
+ "value"?: number;
2249
+ }
1712
2250
  interface UiReveal {
1713
2251
  /**
1714
2252
  * Atraso da transição em milissegundos.
@@ -1892,6 +2430,28 @@ declare namespace LocalJSX {
1892
2430
  */
1893
2431
  "onUiChange"?: (event: UiSwitchCustomEvent<boolean>) => void;
1894
2432
  }
2433
+ interface UiTable {
2434
+ /**
2435
+ * Definição das colunas.
2436
+ * @default []
2437
+ */
2438
+ "columns"?: UiTableColumn[];
2439
+ /**
2440
+ * Destaca a linha sob o cursor.
2441
+ * @default true
2442
+ */
2443
+ "hoverable"?: boolean;
2444
+ /**
2445
+ * Linhas de dados.
2446
+ * @default []
2447
+ */
2448
+ "rows"?: Record<string, unknown>[];
2449
+ /**
2450
+ * Aplica fundo alternado nas linhas pares.
2451
+ * @default false
2452
+ */
2453
+ "striped"?: boolean;
2454
+ }
1895
2455
  interface UiTabs {
1896
2456
  /**
1897
2457
  * Lista de abas.
@@ -1952,6 +2512,23 @@ declare namespace LocalJSX {
1952
2512
  */
1953
2513
  "onUiThemeChange"?: (event: UiThemeToggleCustomEvent<"light" | "dark">) => void;
1954
2514
  }
2515
+ interface UiTimeline {
2516
+ }
2517
+ interface UiTimelineItem {
2518
+ /**
2519
+ * Título do item (opcional).
2520
+ */
2521
+ "heading"?: string;
2522
+ /**
2523
+ * Rótulo de tempo, ex.: data ou label (opcional).
2524
+ */
2525
+ "time"?: string;
2526
+ /**
2527
+ * Cor do ponto da timeline.
2528
+ * @default "accent"
2529
+ */
2530
+ "variant"?: UiTimelineVariant;
2531
+ }
1955
2532
  interface UiToast {
1956
2533
  /**
1957
2534
  * Descrição do toast.
@@ -2033,16 +2610,35 @@ declare namespace LocalJSX {
2033
2610
  "type": "button" | "submit" | "reset";
2034
2611
  "full": boolean;
2035
2612
  }
2613
+ interface UiCarouselAttributes {
2614
+ "loop": boolean;
2615
+ "autoplay": number;
2616
+ "showArrows": boolean;
2617
+ "showDots": boolean;
2618
+ }
2036
2619
  interface UiCheckboxAttributes {
2037
2620
  "checked": boolean;
2038
2621
  "disabled": boolean;
2039
2622
  "name": string;
2040
2623
  "value": string;
2041
2624
  }
2625
+ interface UiComboboxAttributes {
2626
+ "value": string;
2627
+ "placeholder": string;
2628
+ }
2629
+ interface UiCommandAttributes {
2630
+ "open": boolean;
2631
+ "placeholder": string;
2632
+ "hotkey": boolean;
2633
+ }
2042
2634
  interface UiContainerAttributes {
2043
2635
  "size": UiContainerSize;
2044
2636
  "padded": boolean;
2045
2637
  }
2638
+ interface UiDatePickerAttributes {
2639
+ "value": string;
2640
+ "placeholder": string;
2641
+ }
2046
2642
  interface UiDialogAttributes {
2047
2643
  "open": boolean;
2048
2644
  }
@@ -2064,6 +2660,11 @@ declare namespace LocalJSX {
2064
2660
  "required": boolean;
2065
2661
  "fieldId": string;
2066
2662
  }
2663
+ interface UiFileUploadAttributes {
2664
+ "accept": string;
2665
+ "multiple": boolean;
2666
+ "label": string;
2667
+ }
2067
2668
  interface UiGridAttributes {
2068
2669
  "columns": number;
2069
2670
  "gap": UiGridGap;
@@ -2097,11 +2698,24 @@ declare namespace LocalJSX {
2097
2698
  "max": number;
2098
2699
  "indeterminate": boolean;
2099
2700
  }
2701
+ interface UiProgressCircularAttributes {
2702
+ "value": number | null;
2703
+ "max": number;
2704
+ "size": string;
2705
+ "strokeWidth": number;
2706
+ "indeterminate": boolean;
2707
+ "showValue": boolean;
2708
+ }
2100
2709
  interface UiRadioGroupAttributes {
2101
2710
  "value": string;
2102
2711
  "name": string;
2103
2712
  "disabled": boolean;
2104
2713
  }
2714
+ interface UiRatingAttributes {
2715
+ "value": number;
2716
+ "max": number;
2717
+ "readonly": boolean;
2718
+ }
2105
2719
  interface UiRevealAttributes {
2106
2720
  "delay": number;
2107
2721
  }
@@ -2149,6 +2763,10 @@ declare namespace LocalJSX {
2149
2763
  "checked": boolean;
2150
2764
  "disabled": boolean;
2151
2765
  }
2766
+ interface UiTableAttributes {
2767
+ "striped": boolean;
2768
+ "hoverable": boolean;
2769
+ }
2152
2770
  interface UiTabsAttributes {
2153
2771
  "value": string;
2154
2772
  }
@@ -2160,6 +2778,11 @@ declare namespace LocalJSX {
2160
2778
  "name": string;
2161
2779
  "rows": number;
2162
2780
  }
2781
+ interface UiTimelineItemAttributes {
2782
+ "heading": string;
2783
+ "time": string;
2784
+ "variant": UiTimelineVariant;
2785
+ }
2163
2786
  interface UiToastAttributes {
2164
2787
  "open": boolean;
2165
2788
  "variant": UiToastVariant;
@@ -2184,21 +2807,29 @@ declare namespace LocalJSX {
2184
2807
  "ui-breadcrumb-item": Omit<UiBreadcrumbItem, keyof UiBreadcrumbItemAttributes> & { [K in keyof UiBreadcrumbItem & keyof UiBreadcrumbItemAttributes]?: UiBreadcrumbItem[K] } & { [K in keyof UiBreadcrumbItem & keyof UiBreadcrumbItemAttributes as `attr:${K}`]?: UiBreadcrumbItemAttributes[K] } & { [K in keyof UiBreadcrumbItem & keyof UiBreadcrumbItemAttributes as `prop:${K}`]?: UiBreadcrumbItem[K] };
2185
2808
  "ui-button": Omit<UiButton, keyof UiButtonAttributes> & { [K in keyof UiButton & keyof UiButtonAttributes]?: UiButton[K] } & { [K in keyof UiButton & keyof UiButtonAttributes as `attr:${K}`]?: UiButtonAttributes[K] } & { [K in keyof UiButton & keyof UiButtonAttributes as `prop:${K}`]?: UiButton[K] };
2186
2809
  "ui-card": UiCard;
2810
+ "ui-carousel": Omit<UiCarousel, keyof UiCarouselAttributes> & { [K in keyof UiCarousel & keyof UiCarouselAttributes]?: UiCarousel[K] } & { [K in keyof UiCarousel & keyof UiCarouselAttributes as `attr:${K}`]?: UiCarouselAttributes[K] } & { [K in keyof UiCarousel & keyof UiCarouselAttributes as `prop:${K}`]?: UiCarousel[K] };
2187
2811
  "ui-checkbox": Omit<UiCheckbox, keyof UiCheckboxAttributes> & { [K in keyof UiCheckbox & keyof UiCheckboxAttributes]?: UiCheckbox[K] } & { [K in keyof UiCheckbox & keyof UiCheckboxAttributes as `attr:${K}`]?: UiCheckboxAttributes[K] } & { [K in keyof UiCheckbox & keyof UiCheckboxAttributes as `prop:${K}`]?: UiCheckbox[K] };
2812
+ "ui-combobox": Omit<UiCombobox, keyof UiComboboxAttributes> & { [K in keyof UiCombobox & keyof UiComboboxAttributes]?: UiCombobox[K] } & { [K in keyof UiCombobox & keyof UiComboboxAttributes as `attr:${K}`]?: UiComboboxAttributes[K] } & { [K in keyof UiCombobox & keyof UiComboboxAttributes as `prop:${K}`]?: UiCombobox[K] };
2813
+ "ui-command": Omit<UiCommand, keyof UiCommandAttributes> & { [K in keyof UiCommand & keyof UiCommandAttributes]?: UiCommand[K] } & { [K in keyof UiCommand & keyof UiCommandAttributes as `attr:${K}`]?: UiCommandAttributes[K] } & { [K in keyof UiCommand & keyof UiCommandAttributes as `prop:${K}`]?: UiCommand[K] };
2188
2814
  "ui-container": Omit<UiContainer, keyof UiContainerAttributes> & { [K in keyof UiContainer & keyof UiContainerAttributes]?: UiContainer[K] } & { [K in keyof UiContainer & keyof UiContainerAttributes as `attr:${K}`]?: UiContainerAttributes[K] } & { [K in keyof UiContainer & keyof UiContainerAttributes as `prop:${K}`]?: UiContainer[K] };
2815
+ "ui-date-picker": Omit<UiDatePicker, keyof UiDatePickerAttributes> & { [K in keyof UiDatePicker & keyof UiDatePickerAttributes]?: UiDatePicker[K] } & { [K in keyof UiDatePicker & keyof UiDatePickerAttributes as `attr:${K}`]?: UiDatePickerAttributes[K] } & { [K in keyof UiDatePicker & keyof UiDatePickerAttributes as `prop:${K}`]?: UiDatePicker[K] };
2189
2816
  "ui-dialog": Omit<UiDialog, keyof UiDialogAttributes> & { [K in keyof UiDialog & keyof UiDialogAttributes]?: UiDialog[K] } & { [K in keyof UiDialog & keyof UiDialogAttributes as `attr:${K}`]?: UiDialogAttributes[K] } & { [K in keyof UiDialog & keyof UiDialogAttributes as `prop:${K}`]?: UiDialog[K] };
2190
2817
  "ui-drawer": Omit<UiDrawer, keyof UiDrawerAttributes> & { [K in keyof UiDrawer & keyof UiDrawerAttributes]?: UiDrawer[K] } & { [K in keyof UiDrawer & keyof UiDrawerAttributes as `attr:${K}`]?: UiDrawerAttributes[K] } & { [K in keyof UiDrawer & keyof UiDrawerAttributes as `prop:${K}`]?: UiDrawer[K] };
2191
2818
  "ui-dropdown-item": Omit<UiDropdownItem, keyof UiDropdownItemAttributes> & { [K in keyof UiDropdownItem & keyof UiDropdownItemAttributes]?: UiDropdownItem[K] } & { [K in keyof UiDropdownItem & keyof UiDropdownItemAttributes as `attr:${K}`]?: UiDropdownItemAttributes[K] } & { [K in keyof UiDropdownItem & keyof UiDropdownItemAttributes as `prop:${K}`]?: UiDropdownItem[K] };
2192
2819
  "ui-dropdown-menu": Omit<UiDropdownMenu, keyof UiDropdownMenuAttributes> & { [K in keyof UiDropdownMenu & keyof UiDropdownMenuAttributes]?: UiDropdownMenu[K] } & { [K in keyof UiDropdownMenu & keyof UiDropdownMenuAttributes as `attr:${K}`]?: UiDropdownMenuAttributes[K] } & { [K in keyof UiDropdownMenu & keyof UiDropdownMenuAttributes as `prop:${K}`]?: UiDropdownMenu[K] };
2193
2820
  "ui-field": Omit<UiField, keyof UiFieldAttributes> & { [K in keyof UiField & keyof UiFieldAttributes]?: UiField[K] } & { [K in keyof UiField & keyof UiFieldAttributes as `attr:${K}`]?: UiFieldAttributes[K] } & { [K in keyof UiField & keyof UiFieldAttributes as `prop:${K}`]?: UiField[K] };
2821
+ "ui-file-upload": Omit<UiFileUpload, keyof UiFileUploadAttributes> & { [K in keyof UiFileUpload & keyof UiFileUploadAttributes]?: UiFileUpload[K] } & { [K in keyof UiFileUpload & keyof UiFileUploadAttributes as `attr:${K}`]?: UiFileUploadAttributes[K] } & { [K in keyof UiFileUpload & keyof UiFileUploadAttributes as `prop:${K}`]?: UiFileUpload[K] };
2194
2822
  "ui-grid": Omit<UiGrid, keyof UiGridAttributes> & { [K in keyof UiGrid & keyof UiGridAttributes]?: UiGrid[K] } & { [K in keyof UiGrid & keyof UiGridAttributes as `attr:${K}`]?: UiGridAttributes[K] } & { [K in keyof UiGrid & keyof UiGridAttributes as `prop:${K}`]?: UiGrid[K] };
2195
2823
  "ui-input": Omit<UiInput, keyof UiInputAttributes> & { [K in keyof UiInput & keyof UiInputAttributes]?: UiInput[K] } & { [K in keyof UiInput & keyof UiInputAttributes as `attr:${K}`]?: UiInputAttributes[K] } & { [K in keyof UiInput & keyof UiInputAttributes as `prop:${K}`]?: UiInput[K] };
2196
2824
  "ui-label": UiLabel;
2197
2825
  "ui-loading-overlay": Omit<UiLoadingOverlay, keyof UiLoadingOverlayAttributes> & { [K in keyof UiLoadingOverlay & keyof UiLoadingOverlayAttributes]?: UiLoadingOverlay[K] } & { [K in keyof UiLoadingOverlay & keyof UiLoadingOverlayAttributes as `attr:${K}`]?: UiLoadingOverlayAttributes[K] } & { [K in keyof UiLoadingOverlay & keyof UiLoadingOverlayAttributes as `prop:${K}`]?: UiLoadingOverlay[K] };
2826
+ "ui-navbar": UiNavbar;
2198
2827
  "ui-pagination": Omit<UiPagination, keyof UiPaginationAttributes> & { [K in keyof UiPagination & keyof UiPaginationAttributes]?: UiPagination[K] } & { [K in keyof UiPagination & keyof UiPaginationAttributes as `attr:${K}`]?: UiPaginationAttributes[K] } & { [K in keyof UiPagination & keyof UiPaginationAttributes as `prop:${K}`]?: UiPagination[K] };
2199
2828
  "ui-popover": Omit<UiPopover, keyof UiPopoverAttributes> & { [K in keyof UiPopover & keyof UiPopoverAttributes]?: UiPopover[K] } & { [K in keyof UiPopover & keyof UiPopoverAttributes as `attr:${K}`]?: UiPopoverAttributes[K] } & { [K in keyof UiPopover & keyof UiPopoverAttributes as `prop:${K}`]?: UiPopover[K] };
2200
2829
  "ui-progress": Omit<UiProgress, keyof UiProgressAttributes> & { [K in keyof UiProgress & keyof UiProgressAttributes]?: UiProgress[K] } & { [K in keyof UiProgress & keyof UiProgressAttributes as `attr:${K}`]?: UiProgressAttributes[K] } & { [K in keyof UiProgress & keyof UiProgressAttributes as `prop:${K}`]?: UiProgress[K] };
2830
+ "ui-progress-circular": Omit<UiProgressCircular, keyof UiProgressCircularAttributes> & { [K in keyof UiProgressCircular & keyof UiProgressCircularAttributes]?: UiProgressCircular[K] } & { [K in keyof UiProgressCircular & keyof UiProgressCircularAttributes as `attr:${K}`]?: UiProgressCircularAttributes[K] } & { [K in keyof UiProgressCircular & keyof UiProgressCircularAttributes as `prop:${K}`]?: UiProgressCircular[K] };
2201
2831
  "ui-radio-group": Omit<UiRadioGroup, keyof UiRadioGroupAttributes> & { [K in keyof UiRadioGroup & keyof UiRadioGroupAttributes]?: UiRadioGroup[K] } & { [K in keyof UiRadioGroup & keyof UiRadioGroupAttributes as `attr:${K}`]?: UiRadioGroupAttributes[K] } & { [K in keyof UiRadioGroup & keyof UiRadioGroupAttributes as `prop:${K}`]?: UiRadioGroup[K] };
2832
+ "ui-rating": Omit<UiRating, keyof UiRatingAttributes> & { [K in keyof UiRating & keyof UiRatingAttributes]?: UiRating[K] } & { [K in keyof UiRating & keyof UiRatingAttributes as `attr:${K}`]?: UiRatingAttributes[K] } & { [K in keyof UiRating & keyof UiRatingAttributes as `prop:${K}`]?: UiRating[K] };
2202
2833
  "ui-reveal": Omit<UiReveal, keyof UiRevealAttributes> & { [K in keyof UiReveal & keyof UiRevealAttributes]?: UiReveal[K] } & { [K in keyof UiReveal & keyof UiRevealAttributes as `attr:${K}`]?: UiRevealAttributes[K] } & { [K in keyof UiReveal & keyof UiRevealAttributes as `prop:${K}`]?: UiReveal[K] };
2203
2834
  "ui-scroll-progress": UiScrollProgress;
2204
2835
  "ui-section": Omit<UiSection, keyof UiSectionAttributes> & { [K in keyof UiSection & keyof UiSectionAttributes]?: UiSection[K] } & { [K in keyof UiSection & keyof UiSectionAttributes as `attr:${K}`]?: UiSectionAttributes[K] } & { [K in keyof UiSection & keyof UiSectionAttributes as `prop:${K}`]?: UiSection[K] };
@@ -2211,9 +2842,12 @@ declare namespace LocalJSX {
2211
2842
  "ui-stack": Omit<UiStack, keyof UiStackAttributes> & { [K in keyof UiStack & keyof UiStackAttributes]?: UiStack[K] } & { [K in keyof UiStack & keyof UiStackAttributes as `attr:${K}`]?: UiStackAttributes[K] } & { [K in keyof UiStack & keyof UiStackAttributes as `prop:${K}`]?: UiStack[K] };
2212
2843
  "ui-stat": Omit<UiStat, keyof UiStatAttributes> & { [K in keyof UiStat & keyof UiStatAttributes]?: UiStat[K] } & { [K in keyof UiStat & keyof UiStatAttributes as `attr:${K}`]?: UiStatAttributes[K] } & { [K in keyof UiStat & keyof UiStatAttributes as `prop:${K}`]?: UiStat[K] } & OneOf<"label", UiStat["label"], UiStatAttributes["label"]> & OneOf<"value", UiStat["value"], UiStatAttributes["value"]>;
2213
2844
  "ui-switch": Omit<UiSwitch, keyof UiSwitchAttributes> & { [K in keyof UiSwitch & keyof UiSwitchAttributes]?: UiSwitch[K] } & { [K in keyof UiSwitch & keyof UiSwitchAttributes as `attr:${K}`]?: UiSwitchAttributes[K] } & { [K in keyof UiSwitch & keyof UiSwitchAttributes as `prop:${K}`]?: UiSwitch[K] };
2845
+ "ui-table": Omit<UiTable, keyof UiTableAttributes> & { [K in keyof UiTable & keyof UiTableAttributes]?: UiTable[K] } & { [K in keyof UiTable & keyof UiTableAttributes as `attr:${K}`]?: UiTableAttributes[K] } & { [K in keyof UiTable & keyof UiTableAttributes as `prop:${K}`]?: UiTable[K] };
2214
2846
  "ui-tabs": Omit<UiTabs, keyof UiTabsAttributes> & { [K in keyof UiTabs & keyof UiTabsAttributes]?: UiTabs[K] } & { [K in keyof UiTabs & keyof UiTabsAttributes as `attr:${K}`]?: UiTabsAttributes[K] } & { [K in keyof UiTabs & keyof UiTabsAttributes as `prop:${K}`]?: UiTabs[K] };
2215
2847
  "ui-textarea": Omit<UiTextarea, keyof UiTextareaAttributes> & { [K in keyof UiTextarea & keyof UiTextareaAttributes]?: UiTextarea[K] } & { [K in keyof UiTextarea & keyof UiTextareaAttributes as `attr:${K}`]?: UiTextareaAttributes[K] } & { [K in keyof UiTextarea & keyof UiTextareaAttributes as `prop:${K}`]?: UiTextarea[K] };
2216
2848
  "ui-theme-toggle": UiThemeToggle;
2849
+ "ui-timeline": UiTimeline;
2850
+ "ui-timeline-item": Omit<UiTimelineItem, keyof UiTimelineItemAttributes> & { [K in keyof UiTimelineItem & keyof UiTimelineItemAttributes]?: UiTimelineItem[K] } & { [K in keyof UiTimelineItem & keyof UiTimelineItemAttributes as `attr:${K}`]?: UiTimelineItemAttributes[K] } & { [K in keyof UiTimelineItem & keyof UiTimelineItemAttributes as `prop:${K}`]?: UiTimelineItem[K] };
2217
2851
  "ui-toast": Omit<UiToast, keyof UiToastAttributes> & { [K in keyof UiToast & keyof UiToastAttributes]?: UiToast[K] } & { [K in keyof UiToast & keyof UiToastAttributes as `attr:${K}`]?: UiToastAttributes[K] } & { [K in keyof UiToast & keyof UiToastAttributes as `prop:${K}`]?: UiToast[K] };
2218
2852
  "ui-toaster": UiToaster;
2219
2853
  "ui-tooltip": Omit<UiTooltip, keyof UiTooltipAttributes> & { [K in keyof UiTooltip & keyof UiTooltipAttributes]?: UiTooltip[K] } & { [K in keyof UiTooltip & keyof UiTooltipAttributes as `attr:${K}`]?: UiTooltipAttributes[K] } & { [K in keyof UiTooltip & keyof UiTooltipAttributes as `prop:${K}`]?: UiTooltip[K] };
@@ -2236,13 +2870,18 @@ declare module "@stencil/core" {
2236
2870
  "ui-breadcrumb-item": LocalJSX.IntrinsicElements["ui-breadcrumb-item"] & JSXBase.HTMLAttributes<HTMLUiBreadcrumbItemElement>;
2237
2871
  "ui-button": LocalJSX.IntrinsicElements["ui-button"] & JSXBase.HTMLAttributes<HTMLUiButtonElement>;
2238
2872
  "ui-card": LocalJSX.IntrinsicElements["ui-card"] & JSXBase.HTMLAttributes<HTMLUiCardElement>;
2873
+ "ui-carousel": LocalJSX.IntrinsicElements["ui-carousel"] & JSXBase.HTMLAttributes<HTMLUiCarouselElement>;
2239
2874
  "ui-checkbox": LocalJSX.IntrinsicElements["ui-checkbox"] & JSXBase.HTMLAttributes<HTMLUiCheckboxElement>;
2875
+ "ui-combobox": LocalJSX.IntrinsicElements["ui-combobox"] & JSXBase.HTMLAttributes<HTMLUiComboboxElement>;
2876
+ "ui-command": LocalJSX.IntrinsicElements["ui-command"] & JSXBase.HTMLAttributes<HTMLUiCommandElement>;
2240
2877
  "ui-container": LocalJSX.IntrinsicElements["ui-container"] & JSXBase.HTMLAttributes<HTMLUiContainerElement>;
2878
+ "ui-date-picker": LocalJSX.IntrinsicElements["ui-date-picker"] & JSXBase.HTMLAttributes<HTMLUiDatePickerElement>;
2241
2879
  "ui-dialog": LocalJSX.IntrinsicElements["ui-dialog"] & JSXBase.HTMLAttributes<HTMLUiDialogElement>;
2242
2880
  "ui-drawer": LocalJSX.IntrinsicElements["ui-drawer"] & JSXBase.HTMLAttributes<HTMLUiDrawerElement>;
2243
2881
  "ui-dropdown-item": LocalJSX.IntrinsicElements["ui-dropdown-item"] & JSXBase.HTMLAttributes<HTMLUiDropdownItemElement>;
2244
2882
  "ui-dropdown-menu": LocalJSX.IntrinsicElements["ui-dropdown-menu"] & JSXBase.HTMLAttributes<HTMLUiDropdownMenuElement>;
2245
2883
  "ui-field": LocalJSX.IntrinsicElements["ui-field"] & JSXBase.HTMLAttributes<HTMLUiFieldElement>;
2884
+ "ui-file-upload": LocalJSX.IntrinsicElements["ui-file-upload"] & JSXBase.HTMLAttributes<HTMLUiFileUploadElement>;
2246
2885
  "ui-grid": LocalJSX.IntrinsicElements["ui-grid"] & JSXBase.HTMLAttributes<HTMLUiGridElement>;
2247
2886
  "ui-input": LocalJSX.IntrinsicElements["ui-input"] & JSXBase.HTMLAttributes<HTMLUiInputElement>;
2248
2887
  "ui-label": LocalJSX.IntrinsicElements["ui-label"] & JSXBase.HTMLAttributes<HTMLUiLabelElement>;
@@ -2252,10 +2891,13 @@ declare module "@stencil/core" {
2252
2891
  * absoluta (inset 0) o cubra corretamente.
2253
2892
  */
2254
2893
  "ui-loading-overlay": LocalJSX.IntrinsicElements["ui-loading-overlay"] & JSXBase.HTMLAttributes<HTMLUiLoadingOverlayElement>;
2894
+ "ui-navbar": LocalJSX.IntrinsicElements["ui-navbar"] & JSXBase.HTMLAttributes<HTMLUiNavbarElement>;
2255
2895
  "ui-pagination": LocalJSX.IntrinsicElements["ui-pagination"] & JSXBase.HTMLAttributes<HTMLUiPaginationElement>;
2256
2896
  "ui-popover": LocalJSX.IntrinsicElements["ui-popover"] & JSXBase.HTMLAttributes<HTMLUiPopoverElement>;
2257
2897
  "ui-progress": LocalJSX.IntrinsicElements["ui-progress"] & JSXBase.HTMLAttributes<HTMLUiProgressElement>;
2898
+ "ui-progress-circular": LocalJSX.IntrinsicElements["ui-progress-circular"] & JSXBase.HTMLAttributes<HTMLUiProgressCircularElement>;
2258
2899
  "ui-radio-group": LocalJSX.IntrinsicElements["ui-radio-group"] & JSXBase.HTMLAttributes<HTMLUiRadioGroupElement>;
2900
+ "ui-rating": LocalJSX.IntrinsicElements["ui-rating"] & JSXBase.HTMLAttributes<HTMLUiRatingElement>;
2259
2901
  "ui-reveal": LocalJSX.IntrinsicElements["ui-reveal"] & JSXBase.HTMLAttributes<HTMLUiRevealElement>;
2260
2902
  "ui-scroll-progress": LocalJSX.IntrinsicElements["ui-scroll-progress"] & JSXBase.HTMLAttributes<HTMLUiScrollProgressElement>;
2261
2903
  "ui-section": LocalJSX.IntrinsicElements["ui-section"] & JSXBase.HTMLAttributes<HTMLUiSectionElement>;
@@ -2268,9 +2910,12 @@ declare module "@stencil/core" {
2268
2910
  "ui-stack": LocalJSX.IntrinsicElements["ui-stack"] & JSXBase.HTMLAttributes<HTMLUiStackElement>;
2269
2911
  "ui-stat": LocalJSX.IntrinsicElements["ui-stat"] & JSXBase.HTMLAttributes<HTMLUiStatElement>;
2270
2912
  "ui-switch": LocalJSX.IntrinsicElements["ui-switch"] & JSXBase.HTMLAttributes<HTMLUiSwitchElement>;
2913
+ "ui-table": LocalJSX.IntrinsicElements["ui-table"] & JSXBase.HTMLAttributes<HTMLUiTableElement>;
2271
2914
  "ui-tabs": LocalJSX.IntrinsicElements["ui-tabs"] & JSXBase.HTMLAttributes<HTMLUiTabsElement>;
2272
2915
  "ui-textarea": LocalJSX.IntrinsicElements["ui-textarea"] & JSXBase.HTMLAttributes<HTMLUiTextareaElement>;
2273
2916
  "ui-theme-toggle": LocalJSX.IntrinsicElements["ui-theme-toggle"] & JSXBase.HTMLAttributes<HTMLUiThemeToggleElement>;
2917
+ "ui-timeline": LocalJSX.IntrinsicElements["ui-timeline"] & JSXBase.HTMLAttributes<HTMLUiTimelineElement>;
2918
+ "ui-timeline-item": LocalJSX.IntrinsicElements["ui-timeline-item"] & JSXBase.HTMLAttributes<HTMLUiTimelineItemElement>;
2274
2919
  "ui-toast": LocalJSX.IntrinsicElements["ui-toast"] & JSXBase.HTMLAttributes<HTMLUiToastElement>;
2275
2920
  "ui-toaster": LocalJSX.IntrinsicElements["ui-toaster"] & JSXBase.HTMLAttributes<HTMLUiToasterElement>;
2276
2921
  "ui-tooltip": LocalJSX.IntrinsicElements["ui-tooltip"] & JSXBase.HTMLAttributes<HTMLUiTooltipElement>;