@andespindola/ui-core 0.2.0 → 0.3.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 (285) hide show
  1. package/dist/cjs/{floating-ui.dom-BPemvNRD.js → floating-ui.dom-BZk7Blsu.js} +93 -0
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/ui-accordion-item.cjs.entry.js +1 -1
  4. package/dist/cjs/ui-accordion.cjs.entry.js +1 -1
  5. package/dist/cjs/ui-avatar-group.cjs.entry.js +1 -1
  6. package/dist/cjs/ui-avatar.cjs.entry.js +1 -1
  7. package/dist/cjs/ui-breadcrumb-item.cjs.entry.js +1 -1
  8. package/dist/cjs/ui-breadcrumb.cjs.entry.js +1 -1
  9. package/dist/cjs/ui-button.cjs.entry.js +1 -1
  10. package/dist/cjs/ui-card.cjs.entry.js +1 -1
  11. package/dist/cjs/ui-checkbox.cjs.entry.js +1 -1
  12. package/dist/cjs/ui-combobox.cjs.entry.js +153 -0
  13. package/dist/cjs/ui-container.cjs.entry.js +1 -1
  14. package/dist/cjs/ui-date-picker.cjs.entry.js +171 -0
  15. package/dist/cjs/ui-dialog.cjs.entry.js +1 -1
  16. package/dist/cjs/ui-drawer.cjs.entry.js +1 -1
  17. package/dist/cjs/ui-dropdown-item.cjs.entry.js +1 -1
  18. package/dist/cjs/ui-dropdown-menu.cjs.entry.js +2 -2
  19. package/dist/cjs/ui-field.cjs.entry.js +1 -1
  20. package/dist/cjs/ui-file-upload.cjs.entry.js +57 -0
  21. package/dist/cjs/ui-grid.cjs.entry.js +1 -1
  22. package/dist/cjs/ui-input.cjs.entry.js +1 -1
  23. package/dist/cjs/ui-label.cjs.entry.js +1 -1
  24. package/dist/cjs/ui-navbar.cjs.entry.js +17 -0
  25. package/dist/cjs/ui-pagination.cjs.entry.js +2 -2
  26. package/dist/cjs/ui-popover.cjs.entry.js +2 -2
  27. package/dist/cjs/ui-progress-circular.cjs.entry.js +44 -0
  28. package/dist/cjs/ui-progress.cjs.entry.js +1 -1
  29. package/dist/cjs/ui-radio-group.cjs.entry.js +1 -1
  30. package/dist/cjs/ui-rating.cjs.entry.js +45 -0
  31. package/dist/cjs/ui-reveal.cjs.entry.js +1 -1
  32. package/dist/cjs/ui-scroll-progress.cjs.entry.js +1 -1
  33. package/dist/cjs/ui-section.cjs.entry.js +1 -1
  34. package/dist/cjs/ui-segmented.cjs.entry.js +1 -1
  35. package/dist/cjs/ui-select.cjs.entry.js +1 -1
  36. package/dist/cjs/ui-separator.cjs.entry.js +1 -1
  37. package/dist/cjs/ui-skeleton.cjs.entry.js +1 -1
  38. package/dist/cjs/ui-slider.cjs.entry.js +1 -1
  39. package/dist/cjs/ui-spinner.cjs.entry.js +1 -1
  40. package/dist/cjs/ui-stack.cjs.entry.js +1 -1
  41. package/dist/cjs/ui-stat.cjs.entry.js +1 -1
  42. package/dist/cjs/ui-switch.cjs.entry.js +1 -1
  43. package/dist/cjs/ui-table.cjs.entry.js +25 -0
  44. package/dist/cjs/ui-tabs.cjs.entry.js +2 -2
  45. package/dist/cjs/ui-textarea.cjs.entry.js +1 -1
  46. package/dist/cjs/ui-theme-toggle.cjs.entry.js +1 -1
  47. package/dist/cjs/ui-toast.cjs.entry.js +1 -1
  48. package/dist/cjs/ui-toaster.cjs.entry.js +1 -1
  49. package/dist/cjs/ui-tooltip.cjs.entry.js +2 -2
  50. package/dist/cjs/uikit.cjs.js +1 -1
  51. package/dist/collection/collection-manifest.json +7 -0
  52. package/dist/collection/components/ui-accordion/ui-accordion.js +1 -1
  53. package/dist/collection/components/ui-accordion-item/ui-accordion-item.js +1 -1
  54. package/dist/collection/components/ui-avatar/ui-avatar.js +1 -1
  55. package/dist/collection/components/ui-avatar-group/ui-avatar-group.js +1 -1
  56. package/dist/collection/components/ui-breadcrumb/ui-breadcrumb.js +1 -1
  57. package/dist/collection/components/ui-breadcrumb-item/ui-breadcrumb-item.js +1 -1
  58. package/dist/collection/components/ui-button/ui-button.css +2 -0
  59. package/dist/collection/components/ui-card/ui-card.js +1 -1
  60. package/dist/collection/components/ui-checkbox/ui-checkbox.js +1 -1
  61. package/dist/collection/components/ui-combobox/ui-combobox.css +93 -0
  62. package/dist/collection/components/ui-combobox/ui-combobox.js +248 -0
  63. package/dist/collection/components/ui-container/ui-container.js +1 -1
  64. package/dist/collection/components/ui-date-picker/ui-date-picker.css +176 -0
  65. package/dist/collection/components/ui-date-picker/ui-date-picker.js +243 -0
  66. package/dist/collection/components/ui-dialog/ui-dialog.js +1 -1
  67. package/dist/collection/components/ui-drawer/ui-drawer.js +1 -1
  68. package/dist/collection/components/ui-dropdown-item/ui-dropdown-item.js +1 -1
  69. package/dist/collection/components/ui-dropdown-menu/ui-dropdown-menu.js +1 -1
  70. package/dist/collection/components/ui-field/ui-field.js +1 -1
  71. package/dist/collection/components/ui-file-upload/ui-file-upload.css +79 -0
  72. package/dist/collection/components/ui-file-upload/ui-file-upload.js +151 -0
  73. package/dist/collection/components/ui-grid/ui-grid.js +1 -1
  74. package/dist/collection/components/ui-input/ui-input.js +1 -1
  75. package/dist/collection/components/ui-label/ui-label.js +1 -1
  76. package/dist/collection/components/ui-navbar/ui-navbar.css +36 -0
  77. package/dist/collection/components/ui-navbar/ui-navbar.js +18 -0
  78. package/dist/collection/components/ui-pagination/ui-pagination.js +2 -2
  79. package/dist/collection/components/ui-popover/ui-popover.js +1 -1
  80. package/dist/collection/components/ui-progress/ui-progress.js +1 -1
  81. package/dist/collection/components/ui-progress-circular/ui-progress-circular.css +46 -0
  82. package/dist/collection/components/ui-progress-circular/ui-progress-circular.js +171 -0
  83. package/dist/collection/components/ui-radio-group/ui-radio-group.js +1 -1
  84. package/dist/collection/components/ui-rating/ui-rating.css +52 -0
  85. package/dist/collection/components/ui-rating/ui-rating.js +134 -0
  86. package/dist/collection/components/ui-reveal/ui-reveal.js +1 -1
  87. package/dist/collection/components/ui-scroll-progress/ui-scroll-progress.js +1 -1
  88. package/dist/collection/components/ui-section/ui-section.js +1 -1
  89. package/dist/collection/components/ui-segmented/ui-segmented.js +1 -1
  90. package/dist/collection/components/ui-select/ui-select.js +1 -1
  91. package/dist/collection/components/ui-separator/ui-separator.js +1 -1
  92. package/dist/collection/components/ui-skeleton/ui-skeleton.js +1 -1
  93. package/dist/collection/components/ui-slider/ui-slider.js +1 -1
  94. package/dist/collection/components/ui-spinner/ui-spinner.js +1 -1
  95. package/dist/collection/components/ui-stack/ui-stack.js +1 -1
  96. package/dist/collection/components/ui-stat/ui-stat.js +1 -1
  97. package/dist/collection/components/ui-switch/ui-switch.js +1 -1
  98. package/dist/collection/components/ui-table/ui-table.css +46 -0
  99. package/dist/collection/components/ui-table/ui-table.js +119 -0
  100. package/dist/collection/components/ui-tabs/ui-tabs.js +2 -2
  101. package/dist/collection/components/ui-textarea/ui-textarea.js +1 -1
  102. package/dist/collection/components/ui-theme-toggle/ui-theme-toggle.js +1 -1
  103. package/dist/collection/components/ui-toast/ui-toast.js +1 -1
  104. package/dist/collection/components/ui-toaster/ui-toaster.js +1 -1
  105. package/dist/collection/components/ui-tooltip/ui-tooltip.js +1 -1
  106. package/dist/components/{p-CgsjJD8o.js → p-DDJE__UC.js} +1 -1
  107. package/dist/{uikit/p-CyBRmmbs.js → components/p-DDtwbwIl.js} +1 -1
  108. package/dist/components/{p-BwNtNvTb.js → p-DUT2Q8Df.js} +1 -1
  109. package/dist/components/ui-accordion-item.js +1 -1
  110. package/dist/components/ui-accordion.js +1 -1
  111. package/dist/components/ui-avatar-group.js +1 -1
  112. package/dist/components/ui-avatar.js +1 -1
  113. package/dist/components/ui-breadcrumb-item.js +1 -1
  114. package/dist/components/ui-breadcrumb.js +1 -1
  115. package/dist/components/ui-button.js +1 -1
  116. package/dist/components/ui-card.js +1 -1
  117. package/dist/components/ui-checkbox.js +1 -1
  118. package/dist/components/ui-combobox.d.ts +11 -0
  119. package/dist/components/ui-combobox.js +1 -0
  120. package/dist/components/ui-container.js +1 -1
  121. package/dist/components/ui-date-picker.d.ts +11 -0
  122. package/dist/components/ui-date-picker.js +1 -0
  123. package/dist/components/ui-dialog.js +1 -1
  124. package/dist/components/ui-drawer.js +1 -1
  125. package/dist/components/ui-dropdown-item.js +1 -1
  126. package/dist/components/ui-dropdown-menu.js +1 -1
  127. package/dist/components/ui-field.js +1 -1
  128. package/dist/components/ui-file-upload.d.ts +11 -0
  129. package/dist/components/ui-file-upload.js +1 -0
  130. package/dist/components/ui-grid.js +1 -1
  131. package/dist/components/ui-input.js +1 -1
  132. package/dist/components/ui-label.js +1 -1
  133. package/dist/components/ui-loading-overlay.js +1 -1
  134. package/dist/components/ui-navbar.d.ts +11 -0
  135. package/dist/components/ui-navbar.js +1 -0
  136. package/dist/components/ui-pagination.js +1 -1
  137. package/dist/components/ui-popover.js +1 -1
  138. package/dist/components/ui-progress-circular.d.ts +11 -0
  139. package/dist/components/ui-progress-circular.js +1 -0
  140. package/dist/components/ui-progress.js +1 -1
  141. package/dist/components/ui-radio-group.js +1 -1
  142. package/dist/components/ui-rating.d.ts +11 -0
  143. package/dist/components/ui-rating.js +1 -0
  144. package/dist/components/ui-reveal.js +1 -1
  145. package/dist/components/ui-scroll-progress.js +1 -1
  146. package/dist/components/ui-section.js +1 -1
  147. package/dist/components/ui-segmented.js +1 -1
  148. package/dist/components/ui-select.js +1 -1
  149. package/dist/components/ui-separator.js +1 -1
  150. package/dist/components/ui-skeleton.js +1 -1
  151. package/dist/components/ui-slider.js +1 -1
  152. package/dist/components/ui-spinner.js +1 -1
  153. package/dist/components/ui-stack.js +1 -1
  154. package/dist/components/ui-stat.js +1 -1
  155. package/dist/components/ui-switch.js +1 -1
  156. package/dist/components/ui-table.d.ts +11 -0
  157. package/dist/components/ui-table.js +1 -0
  158. package/dist/components/ui-tabs.js +1 -1
  159. package/dist/components/ui-textarea.js +1 -1
  160. package/dist/components/ui-theme-toggle.js +1 -1
  161. package/dist/components/ui-toast.js +1 -1
  162. package/dist/components/ui-toaster.js +1 -1
  163. package/dist/components/ui-tooltip.js +1 -1
  164. package/dist/esm/{floating-ui.dom-CyBRmmbs.js → floating-ui.dom-DDtwbwIl.js} +93 -1
  165. package/dist/esm/loader.js +1 -1
  166. package/dist/esm/ui-accordion-item.entry.js +1 -1
  167. package/dist/esm/ui-accordion.entry.js +1 -1
  168. package/dist/esm/ui-avatar-group.entry.js +1 -1
  169. package/dist/esm/ui-avatar.entry.js +1 -1
  170. package/dist/esm/ui-breadcrumb-item.entry.js +1 -1
  171. package/dist/esm/ui-breadcrumb.entry.js +1 -1
  172. package/dist/esm/ui-button.entry.js +1 -1
  173. package/dist/esm/ui-card.entry.js +1 -1
  174. package/dist/esm/ui-checkbox.entry.js +1 -1
  175. package/dist/esm/ui-combobox.entry.js +151 -0
  176. package/dist/esm/ui-container.entry.js +1 -1
  177. package/dist/esm/ui-date-picker.entry.js +169 -0
  178. package/dist/esm/ui-dialog.entry.js +1 -1
  179. package/dist/esm/ui-drawer.entry.js +1 -1
  180. package/dist/esm/ui-dropdown-item.entry.js +1 -1
  181. package/dist/esm/ui-dropdown-menu.entry.js +2 -2
  182. package/dist/esm/ui-field.entry.js +1 -1
  183. package/dist/esm/ui-file-upload.entry.js +55 -0
  184. package/dist/esm/ui-grid.entry.js +1 -1
  185. package/dist/esm/ui-input.entry.js +1 -1
  186. package/dist/esm/ui-label.entry.js +1 -1
  187. package/dist/esm/ui-navbar.entry.js +15 -0
  188. package/dist/esm/ui-pagination.entry.js +2 -2
  189. package/dist/esm/ui-popover.entry.js +2 -2
  190. package/dist/esm/ui-progress-circular.entry.js +42 -0
  191. package/dist/esm/ui-progress.entry.js +1 -1
  192. package/dist/esm/ui-radio-group.entry.js +1 -1
  193. package/dist/esm/ui-rating.entry.js +43 -0
  194. package/dist/esm/ui-reveal.entry.js +1 -1
  195. package/dist/esm/ui-scroll-progress.entry.js +1 -1
  196. package/dist/esm/ui-section.entry.js +1 -1
  197. package/dist/esm/ui-segmented.entry.js +1 -1
  198. package/dist/esm/ui-select.entry.js +1 -1
  199. package/dist/esm/ui-separator.entry.js +1 -1
  200. package/dist/esm/ui-skeleton.entry.js +1 -1
  201. package/dist/esm/ui-slider.entry.js +1 -1
  202. package/dist/esm/ui-spinner.entry.js +1 -1
  203. package/dist/esm/ui-stack.entry.js +1 -1
  204. package/dist/esm/ui-stat.entry.js +1 -1
  205. package/dist/esm/ui-switch.entry.js +1 -1
  206. package/dist/esm/ui-table.entry.js +23 -0
  207. package/dist/esm/ui-tabs.entry.js +2 -2
  208. package/dist/esm/ui-textarea.entry.js +1 -1
  209. package/dist/esm/ui-theme-toggle.entry.js +1 -1
  210. package/dist/esm/ui-toast.entry.js +1 -1
  211. package/dist/esm/ui-toaster.entry.js +1 -1
  212. package/dist/esm/ui-tooltip.entry.js +2 -2
  213. package/dist/esm/uikit.js +1 -1
  214. package/dist/types/components/ui-combobox/ui-combobox.d.ts +38 -0
  215. package/dist/types/components/ui-date-picker/ui-date-picker.d.ts +42 -0
  216. package/dist/types/components/ui-file-upload/ui-file-upload.d.ts +24 -0
  217. package/dist/types/components/ui-navbar/ui-navbar.d.ts +3 -0
  218. package/dist/types/components/ui-progress-circular/ui-progress-circular.d.ts +17 -0
  219. package/dist/types/components/ui-rating/ui-rating.d.ts +17 -0
  220. package/dist/types/components/ui-table/ui-table.d.ts +16 -0
  221. package/dist/types/components.d.ts +409 -0
  222. package/dist/types/index.d.ts +1 -0
  223. package/dist/uikit/{p-81b45a43.entry.js → p-008118af.entry.js} +1 -1
  224. package/dist/uikit/p-0715db16.entry.js +1 -0
  225. package/dist/uikit/p-10afa395.entry.js +1 -0
  226. package/dist/uikit/{p-25637424.entry.js → p-1449f229.entry.js} +1 -1
  227. package/dist/uikit/{p-567f7496.entry.js → p-1514ae37.entry.js} +1 -1
  228. package/dist/uikit/{p-cd0ec835.entry.js → p-1685191b.entry.js} +1 -1
  229. package/dist/uikit/p-1ef7948f.entry.js +1 -0
  230. package/dist/uikit/p-283e7623.entry.js +1 -0
  231. package/dist/uikit/p-2d92ce04.entry.js +1 -0
  232. package/dist/uikit/{p-faa98928.entry.js → p-3995852d.entry.js} +1 -1
  233. package/dist/uikit/p-3b1f92da.entry.js +1 -0
  234. package/dist/uikit/p-3fdfad2e.entry.js +1 -0
  235. package/dist/uikit/p-4044ebde.entry.js +1 -0
  236. package/dist/uikit/{p-95cd976e.entry.js → p-413cfbc6.entry.js} +1 -1
  237. package/dist/uikit/p-4ba0e4bc.entry.js +1 -0
  238. package/dist/uikit/{p-635862e6.entry.js → p-5e0bc34a.entry.js} +1 -1
  239. package/dist/uikit/{p-86ed6154.entry.js → p-60910c03.entry.js} +1 -1
  240. package/dist/uikit/{p-c73c1009.entry.js → p-62881327.entry.js} +1 -1
  241. package/dist/uikit/p-6c51a216.entry.js +1 -0
  242. package/dist/uikit/p-6d363a02.entry.js +1 -0
  243. package/dist/uikit/{p-67963692.entry.js → p-8535f5c9.entry.js} +1 -1
  244. package/dist/uikit/{p-2601d8b6.entry.js → p-88238a16.entry.js} +1 -1
  245. package/dist/uikit/{p-595e146f.entry.js → p-894fc85f.entry.js} +1 -1
  246. package/dist/uikit/p-8b882367.entry.js +1 -0
  247. package/dist/uikit/{p-12db6a6e.entry.js → p-9310b73b.entry.js} +1 -1
  248. package/dist/uikit/{p-1d016ea4.entry.js → p-99b7e461.entry.js} +1 -1
  249. package/dist/uikit/p-9d8d420e.entry.js +1 -0
  250. package/dist/uikit/{p-55a23f91.entry.js → p-9dbe7e12.entry.js} +1 -1
  251. package/dist/uikit/{p-09895cd0.entry.js → p-9f09fcec.entry.js} +1 -1
  252. package/dist/{components/p-CyBRmmbs.js → uikit/p-DDtwbwIl.js} +1 -1
  253. package/dist/uikit/{p-a977a0db.entry.js → p-a3d819cd.entry.js} +1 -1
  254. package/dist/uikit/{p-979f6178.entry.js → p-b0f2b1c8.entry.js} +1 -1
  255. package/dist/uikit/{p-3996590f.entry.js → p-b7e30398.entry.js} +1 -1
  256. package/dist/uikit/p-bac2c523.entry.js +1 -0
  257. package/dist/uikit/p-bbc718ef.entry.js +1 -0
  258. package/dist/uikit/{p-74b60a60.entry.js → p-bdd30484.entry.js} +1 -1
  259. package/dist/uikit/{p-fd832f52.entry.js → p-c1a9db7c.entry.js} +1 -1
  260. package/dist/uikit/p-c2138fb9.entry.js +1 -0
  261. package/dist/uikit/{p-ddd70374.entry.js → p-c94492ff.entry.js} +1 -1
  262. package/dist/uikit/{p-7f2c2924.entry.js → p-ccca2aeb.entry.js} +1 -1
  263. package/dist/uikit/{p-a01305a5.entry.js → p-d7ab158f.entry.js} +1 -1
  264. package/dist/uikit/p-da807078.entry.js +1 -0
  265. package/dist/uikit/p-e2065caa.entry.js +1 -0
  266. package/dist/uikit/{p-dca9f6f9.entry.js → p-f2983e94.entry.js} +1 -1
  267. package/dist/uikit/{p-2de05aac.entry.js → p-f4344cce.entry.js} +1 -1
  268. package/dist/uikit/{p-3fc062a6.entry.js → p-fb89d9a4.entry.js} +1 -1
  269. package/dist/uikit/p-fbe7806c.entry.js +1 -0
  270. package/dist/uikit/p-ffcd1faf.entry.js +1 -0
  271. package/dist/uikit/uikit.esm.js +1 -1
  272. package/package.json +1 -1
  273. package/dist/uikit/p-0cba0d11.entry.js +0 -1
  274. package/dist/uikit/p-6c0e9809.entry.js +0 -1
  275. package/dist/uikit/p-7a3d85da.entry.js +0 -1
  276. package/dist/uikit/p-94ad46a5.entry.js +0 -1
  277. package/dist/uikit/p-97d4dbf4.entry.js +0 -1
  278. package/dist/uikit/p-9a4dc343.entry.js +0 -1
  279. package/dist/uikit/p-9a9590b9.entry.js +0 -1
  280. package/dist/uikit/p-a080f46a.entry.js +0 -1
  281. package/dist/uikit/p-a92a7b19.entry.js +0 -1
  282. package/dist/uikit/p-b2df8437.entry.js +0 -1
  283. package/dist/uikit/p-d20452b4.entry.js +0 -1
  284. package/dist/uikit/p-d7021157.entry.js +0 -1
  285. package/dist/uikit/p-db07f9c5.entry.js +0 -1
@@ -8,6 +8,7 @@ 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";
11
12
  import { UiContainerSize } from "./components/ui-container/ui-container";
12
13
  import { Placement } from "@floating-ui/dom";
13
14
  import { UiGridGap } from "./components/ui-grid/ui-grid";
@@ -19,12 +20,14 @@ import { UiSeparatorOrientation } from "./components/ui-separator/ui-separator";
19
20
  import { UiSpinnerSize as UiSpinnerSize1 } from "./components/ui-spinner/ui-spinner";
20
21
  import { UiStackAlign, UiStackDirection, UiStackGap, UiStackJustify } from "./components/ui-stack/ui-stack";
21
22
  import { UiStatTrend } from "./components/ui-stat/ui-stat";
23
+ import { UiTableColumn } from "./components/ui-table/ui-table";
22
24
  import { UiTabItem } from "./components/ui-tabs/ui-tabs";
23
25
  import { UiToastVariant } from "./components/ui-toast/ui-toast";
24
26
  import { UiToastOptions } from "./components/ui-toaster/ui-toaster";
25
27
  export { UiAlertVariant } from "./components/ui-alert/ui-alert";
26
28
  export { UiBadgeVariant } from "./components/ui-badge/ui-badge";
27
29
  export { UiButtonSize, UiButtonVariant } from "./components/ui-button/ui-button";
30
+ export { UiComboboxOption } from "./components/ui-combobox/ui-combobox";
28
31
  export { UiContainerSize } from "./components/ui-container/ui-container";
29
32
  export { Placement } from "@floating-ui/dom";
30
33
  export { UiGridGap } from "./components/ui-grid/ui-grid";
@@ -36,6 +39,7 @@ export { UiSeparatorOrientation } from "./components/ui-separator/ui-separator";
36
39
  export { UiSpinnerSize as UiSpinnerSize1 } from "./components/ui-spinner/ui-spinner";
37
40
  export { UiStackAlign, UiStackDirection, UiStackGap, UiStackJustify } from "./components/ui-stack/ui-stack";
38
41
  export { UiStatTrend } from "./components/ui-stat/ui-stat";
42
+ export { UiTableColumn } from "./components/ui-table/ui-table";
39
43
  export { UiTabItem } from "./components/ui-tabs/ui-tabs";
40
44
  export { UiToastVariant } from "./components/ui-toast/ui-toast";
41
45
  export { UiToastOptions } from "./components/ui-toaster/ui-toaster";
@@ -178,6 +182,23 @@ export namespace Components {
178
182
  */
179
183
  "value"?: string;
180
184
  }
185
+ interface UiCombobox {
186
+ /**
187
+ * Opções disponíveis para autocomplete.
188
+ * @default []
189
+ */
190
+ "options": UiComboboxOption[];
191
+ /**
192
+ * Placeholder do campo.
193
+ * @default ""
194
+ */
195
+ "placeholder": string;
196
+ /**
197
+ * Valor selecionado.
198
+ * @default ""
199
+ */
200
+ "value": string;
201
+ }
181
202
  interface UiContainer {
182
203
  /**
183
204
  * Aplica padding lateral responsivo.
@@ -190,6 +211,18 @@ export namespace Components {
190
211
  */
191
212
  "size": UiContainerSize;
192
213
  }
214
+ interface UiDatePicker {
215
+ /**
216
+ * Texto exibido quando nenhuma data está selecionada.
217
+ * @default "Selecione a data"
218
+ */
219
+ "placeholder": string;
220
+ /**
221
+ * Data selecionada no formato ISO "YYYY-MM-DD".
222
+ * @default ""
223
+ */
224
+ "value": string;
225
+ }
193
226
  interface UiDialog {
194
227
  /**
195
228
  * Fecha o modal imperativamente.
@@ -275,6 +308,22 @@ export namespace Components {
275
308
  */
276
309
  "required": boolean;
277
310
  }
311
+ interface UiFileUpload {
312
+ /**
313
+ * Tipos de arquivo aceitos (atributo accept do input).
314
+ */
315
+ "accept"?: string;
316
+ /**
317
+ * Texto principal da zona de upload.
318
+ * @default "Arraste arquivos ou clique para enviar"
319
+ */
320
+ "label": string;
321
+ /**
322
+ * Permite múltiplos arquivos.
323
+ * @default false
324
+ */
325
+ "multiple": boolean;
326
+ }
278
327
  interface UiGrid {
279
328
  /**
280
329
  * Número de colunas da grade.
@@ -349,6 +398,8 @@ export namespace Components {
349
398
  */
350
399
  "visible": boolean;
351
400
  }
401
+ interface UiNavbar {
402
+ }
352
403
  interface UiPagination {
353
404
  /**
354
405
  * Página atual.
@@ -403,6 +454,38 @@ export namespace Components {
403
454
  */
404
455
  "value": number | null;
405
456
  }
457
+ interface UiProgressCircular {
458
+ /**
459
+ * Força o estado indeterminado.
460
+ * @default false
461
+ */
462
+ "indeterminate": boolean;
463
+ /**
464
+ * Valor máximo.
465
+ * @default 100
466
+ */
467
+ "max": number;
468
+ /**
469
+ * Exibe o percentual no centro quando determinado.
470
+ * @default false
471
+ */
472
+ "showValue": boolean;
473
+ /**
474
+ * Tamanho do anel (qualquer unidade CSS).
475
+ * @default "3rem"
476
+ */
477
+ "size": string;
478
+ /**
479
+ * Espessura do traço.
480
+ * @default 4
481
+ */
482
+ "strokeWidth": number;
483
+ /**
484
+ * Valor atual do progresso. `null` torna o componente indeterminado.
485
+ * @default null
486
+ */
487
+ "value": number | null;
488
+ }
406
489
  interface UiRadioGroup {
407
490
  /**
408
491
  * Desabilita o grupo.
@@ -423,6 +506,23 @@ export namespace Components {
423
506
  */
424
507
  "value"?: string;
425
508
  }
509
+ interface UiRating {
510
+ /**
511
+ * Quantidade de estrelas.
512
+ * @default 5
513
+ */
514
+ "max": number;
515
+ /**
516
+ * Apenas leitura, sem interação.
517
+ * @default false
518
+ */
519
+ "readonly": boolean;
520
+ /**
521
+ * Valor selecionado.
522
+ * @default 0
523
+ */
524
+ "value": number;
525
+ }
426
526
  interface UiReveal {
427
527
  /**
428
528
  * Atraso da transição em milissegundos.
@@ -586,6 +686,28 @@ export namespace Components {
586
686
  */
587
687
  "disabled": boolean;
588
688
  }
689
+ interface UiTable {
690
+ /**
691
+ * Definição das colunas.
692
+ * @default []
693
+ */
694
+ "columns": UiTableColumn[];
695
+ /**
696
+ * Destaca a linha sob o cursor.
697
+ * @default true
698
+ */
699
+ "hoverable": boolean;
700
+ /**
701
+ * Linhas de dados.
702
+ * @default []
703
+ */
704
+ "rows": Record<string, unknown>[];
705
+ /**
706
+ * Aplica fundo alternado nas linhas pares.
707
+ * @default false
708
+ */
709
+ "striped": boolean;
710
+ }
589
711
  interface UiTabs {
590
712
  /**
591
713
  * Lista de abas.
@@ -703,6 +825,14 @@ export interface UiCheckboxCustomEvent<T> extends CustomEvent<T> {
703
825
  detail: T;
704
826
  target: HTMLUiCheckboxElement;
705
827
  }
828
+ export interface UiComboboxCustomEvent<T> extends CustomEvent<T> {
829
+ detail: T;
830
+ target: HTMLUiComboboxElement;
831
+ }
832
+ export interface UiDatePickerCustomEvent<T> extends CustomEvent<T> {
833
+ detail: T;
834
+ target: HTMLUiDatePickerElement;
835
+ }
706
836
  export interface UiDialogCustomEvent<T> extends CustomEvent<T> {
707
837
  detail: T;
708
838
  target: HTMLUiDialogElement;
@@ -719,6 +849,10 @@ export interface UiDropdownMenuCustomEvent<T> extends CustomEvent<T> {
719
849
  detail: T;
720
850
  target: HTMLUiDropdownMenuElement;
721
851
  }
852
+ export interface UiFileUploadCustomEvent<T> extends CustomEvent<T> {
853
+ detail: T;
854
+ target: HTMLUiFileUploadElement;
855
+ }
722
856
  export interface UiInputCustomEvent<T> extends CustomEvent<T> {
723
857
  detail: T;
724
858
  target: HTMLUiInputElement;
@@ -735,6 +869,10 @@ export interface UiRadioGroupCustomEvent<T> extends CustomEvent<T> {
735
869
  detail: T;
736
870
  target: HTMLUiRadioGroupElement;
737
871
  }
872
+ export interface UiRatingCustomEvent<T> extends CustomEvent<T> {
873
+ detail: T;
874
+ target: HTMLUiRatingElement;
875
+ }
738
876
  export interface UiSegmentedCustomEvent<T> extends CustomEvent<T> {
739
877
  detail: T;
740
878
  target: HTMLUiSegmentedElement;
@@ -881,12 +1019,46 @@ declare global {
881
1019
  prototype: HTMLUiCheckboxElement;
882
1020
  new (): HTMLUiCheckboxElement;
883
1021
  };
1022
+ interface HTMLUiComboboxElementEventMap {
1023
+ "uiChange": string;
1024
+ }
1025
+ interface HTMLUiComboboxElement extends Components.UiCombobox, HTMLStencilElement {
1026
+ addEventListener<K extends keyof HTMLUiComboboxElementEventMap>(type: K, listener: (this: HTMLUiComboboxElement, ev: UiComboboxCustomEvent<HTMLUiComboboxElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1027
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1028
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1029
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1030
+ removeEventListener<K extends keyof HTMLUiComboboxElementEventMap>(type: K, listener: (this: HTMLUiComboboxElement, ev: UiComboboxCustomEvent<HTMLUiComboboxElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1031
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1032
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1033
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1034
+ }
1035
+ var HTMLUiComboboxElement: {
1036
+ prototype: HTMLUiComboboxElement;
1037
+ new (): HTMLUiComboboxElement;
1038
+ };
884
1039
  interface HTMLUiContainerElement extends Components.UiContainer, HTMLStencilElement {
885
1040
  }
886
1041
  var HTMLUiContainerElement: {
887
1042
  prototype: HTMLUiContainerElement;
888
1043
  new (): HTMLUiContainerElement;
889
1044
  };
1045
+ interface HTMLUiDatePickerElementEventMap {
1046
+ "uiChange": string;
1047
+ }
1048
+ interface HTMLUiDatePickerElement extends Components.UiDatePicker, HTMLStencilElement {
1049
+ addEventListener<K extends keyof HTMLUiDatePickerElementEventMap>(type: K, listener: (this: HTMLUiDatePickerElement, ev: UiDatePickerCustomEvent<HTMLUiDatePickerElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1050
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1051
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1052
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1053
+ removeEventListener<K extends keyof HTMLUiDatePickerElementEventMap>(type: K, listener: (this: HTMLUiDatePickerElement, ev: UiDatePickerCustomEvent<HTMLUiDatePickerElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1054
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1055
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1056
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1057
+ }
1058
+ var HTMLUiDatePickerElement: {
1059
+ prototype: HTMLUiDatePickerElement;
1060
+ new (): HTMLUiDatePickerElement;
1061
+ };
890
1062
  interface HTMLUiDialogElementEventMap {
891
1063
  "uiClose": void;
892
1064
  }
@@ -961,6 +1133,23 @@ declare global {
961
1133
  prototype: HTMLUiFieldElement;
962
1134
  new (): HTMLUiFieldElement;
963
1135
  };
1136
+ interface HTMLUiFileUploadElementEventMap {
1137
+ "uiChange": File[];
1138
+ }
1139
+ interface HTMLUiFileUploadElement extends Components.UiFileUpload, HTMLStencilElement {
1140
+ addEventListener<K extends keyof HTMLUiFileUploadElementEventMap>(type: K, listener: (this: HTMLUiFileUploadElement, ev: UiFileUploadCustomEvent<HTMLUiFileUploadElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1141
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1142
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1143
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1144
+ removeEventListener<K extends keyof HTMLUiFileUploadElementEventMap>(type: K, listener: (this: HTMLUiFileUploadElement, ev: UiFileUploadCustomEvent<HTMLUiFileUploadElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1145
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1146
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1147
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1148
+ }
1149
+ var HTMLUiFileUploadElement: {
1150
+ prototype: HTMLUiFileUploadElement;
1151
+ new (): HTMLUiFileUploadElement;
1152
+ };
964
1153
  interface HTMLUiGridElement extends Components.UiGrid, HTMLStencilElement {
965
1154
  }
966
1155
  var HTMLUiGridElement: {
@@ -1002,6 +1191,12 @@ declare global {
1002
1191
  prototype: HTMLUiLoadingOverlayElement;
1003
1192
  new (): HTMLUiLoadingOverlayElement;
1004
1193
  };
1194
+ interface HTMLUiNavbarElement extends Components.UiNavbar, HTMLStencilElement {
1195
+ }
1196
+ var HTMLUiNavbarElement: {
1197
+ prototype: HTMLUiNavbarElement;
1198
+ new (): HTMLUiNavbarElement;
1199
+ };
1005
1200
  interface HTMLUiPaginationElementEventMap {
1006
1201
  "uiChange": number;
1007
1202
  }
@@ -1042,6 +1237,12 @@ declare global {
1042
1237
  prototype: HTMLUiProgressElement;
1043
1238
  new (): HTMLUiProgressElement;
1044
1239
  };
1240
+ interface HTMLUiProgressCircularElement extends Components.UiProgressCircular, HTMLStencilElement {
1241
+ }
1242
+ var HTMLUiProgressCircularElement: {
1243
+ prototype: HTMLUiProgressCircularElement;
1244
+ new (): HTMLUiProgressCircularElement;
1245
+ };
1045
1246
  interface HTMLUiRadioGroupElementEventMap {
1046
1247
  "uiChange": string;
1047
1248
  }
@@ -1059,6 +1260,23 @@ declare global {
1059
1260
  prototype: HTMLUiRadioGroupElement;
1060
1261
  new (): HTMLUiRadioGroupElement;
1061
1262
  };
1263
+ interface HTMLUiRatingElementEventMap {
1264
+ "uiChange": number;
1265
+ }
1266
+ interface HTMLUiRatingElement extends Components.UiRating, HTMLStencilElement {
1267
+ addEventListener<K extends keyof HTMLUiRatingElementEventMap>(type: K, listener: (this: HTMLUiRatingElement, ev: UiRatingCustomEvent<HTMLUiRatingElementEventMap[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 HTMLUiRatingElementEventMap>(type: K, listener: (this: HTMLUiRatingElement, ev: UiRatingCustomEvent<HTMLUiRatingElementEventMap[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 HTMLUiRatingElement: {
1277
+ prototype: HTMLUiRatingElement;
1278
+ new (): HTMLUiRatingElement;
1279
+ };
1062
1280
  interface HTMLUiRevealElement extends Components.UiReveal, HTMLStencilElement {
1063
1281
  }
1064
1282
  var HTMLUiRevealElement: {
@@ -1176,6 +1394,12 @@ declare global {
1176
1394
  prototype: HTMLUiSwitchElement;
1177
1395
  new (): HTMLUiSwitchElement;
1178
1396
  };
1397
+ interface HTMLUiTableElement extends Components.UiTable, HTMLStencilElement {
1398
+ }
1399
+ var HTMLUiTableElement: {
1400
+ prototype: HTMLUiTableElement;
1401
+ new (): HTMLUiTableElement;
1402
+ };
1179
1403
  interface HTMLUiTabsElementEventMap {
1180
1404
  "uiChange": string;
1181
1405
  }
@@ -1269,20 +1493,26 @@ declare global {
1269
1493
  "ui-button": HTMLUiButtonElement;
1270
1494
  "ui-card": HTMLUiCardElement;
1271
1495
  "ui-checkbox": HTMLUiCheckboxElement;
1496
+ "ui-combobox": HTMLUiComboboxElement;
1272
1497
  "ui-container": HTMLUiContainerElement;
1498
+ "ui-date-picker": HTMLUiDatePickerElement;
1273
1499
  "ui-dialog": HTMLUiDialogElement;
1274
1500
  "ui-drawer": HTMLUiDrawerElement;
1275
1501
  "ui-dropdown-item": HTMLUiDropdownItemElement;
1276
1502
  "ui-dropdown-menu": HTMLUiDropdownMenuElement;
1277
1503
  "ui-field": HTMLUiFieldElement;
1504
+ "ui-file-upload": HTMLUiFileUploadElement;
1278
1505
  "ui-grid": HTMLUiGridElement;
1279
1506
  "ui-input": HTMLUiInputElement;
1280
1507
  "ui-label": HTMLUiLabelElement;
1281
1508
  "ui-loading-overlay": HTMLUiLoadingOverlayElement;
1509
+ "ui-navbar": HTMLUiNavbarElement;
1282
1510
  "ui-pagination": HTMLUiPaginationElement;
1283
1511
  "ui-popover": HTMLUiPopoverElement;
1284
1512
  "ui-progress": HTMLUiProgressElement;
1513
+ "ui-progress-circular": HTMLUiProgressCircularElement;
1285
1514
  "ui-radio-group": HTMLUiRadioGroupElement;
1515
+ "ui-rating": HTMLUiRatingElement;
1286
1516
  "ui-reveal": HTMLUiRevealElement;
1287
1517
  "ui-scroll-progress": HTMLUiScrollProgressElement;
1288
1518
  "ui-section": HTMLUiSectionElement;
@@ -1295,6 +1525,7 @@ declare global {
1295
1525
  "ui-stack": HTMLUiStackElement;
1296
1526
  "ui-stat": HTMLUiStatElement;
1297
1527
  "ui-switch": HTMLUiSwitchElement;
1528
+ "ui-table": HTMLUiTableElement;
1298
1529
  "ui-tabs": HTMLUiTabsElement;
1299
1530
  "ui-textarea": HTMLUiTextareaElement;
1300
1531
  "ui-theme-toggle": HTMLUiThemeToggleElement;
@@ -1460,6 +1691,27 @@ declare namespace LocalJSX {
1460
1691
  */
1461
1692
  "value"?: string;
1462
1693
  }
1694
+ interface UiCombobox {
1695
+ /**
1696
+ * Emitido ao selecionar uma opção.
1697
+ */
1698
+ "onUiChange"?: (event: UiComboboxCustomEvent<string>) => void;
1699
+ /**
1700
+ * Opções disponíveis para autocomplete.
1701
+ * @default []
1702
+ */
1703
+ "options"?: UiComboboxOption[];
1704
+ /**
1705
+ * Placeholder do campo.
1706
+ * @default ""
1707
+ */
1708
+ "placeholder"?: string;
1709
+ /**
1710
+ * Valor selecionado.
1711
+ * @default ""
1712
+ */
1713
+ "value"?: string;
1714
+ }
1463
1715
  interface UiContainer {
1464
1716
  /**
1465
1717
  * Aplica padding lateral responsivo.
@@ -1472,6 +1724,22 @@ declare namespace LocalJSX {
1472
1724
  */
1473
1725
  "size"?: UiContainerSize;
1474
1726
  }
1727
+ interface UiDatePicker {
1728
+ /**
1729
+ * Emitido ao selecionar uma data (ISO "YYYY-MM-DD").
1730
+ */
1731
+ "onUiChange"?: (event: UiDatePickerCustomEvent<string>) => void;
1732
+ /**
1733
+ * Texto exibido quando nenhuma data está selecionada.
1734
+ * @default "Selecione a data"
1735
+ */
1736
+ "placeholder"?: string;
1737
+ /**
1738
+ * Data selecionada no formato ISO "YYYY-MM-DD".
1739
+ * @default ""
1740
+ */
1741
+ "value"?: string;
1742
+ }
1475
1743
  interface UiDialog {
1476
1744
  /**
1477
1745
  * Emitido quando o modal é fechado (Esc, backdrop ou close()).
@@ -1549,6 +1817,26 @@ declare namespace LocalJSX {
1549
1817
  */
1550
1818
  "required"?: boolean;
1551
1819
  }
1820
+ interface UiFileUpload {
1821
+ /**
1822
+ * Tipos de arquivo aceitos (atributo accept do input).
1823
+ */
1824
+ "accept"?: string;
1825
+ /**
1826
+ * Texto principal da zona de upload.
1827
+ * @default "Arraste arquivos ou clique para enviar"
1828
+ */
1829
+ "label"?: string;
1830
+ /**
1831
+ * Permite múltiplos arquivos.
1832
+ * @default false
1833
+ */
1834
+ "multiple"?: boolean;
1835
+ /**
1836
+ * Emitido quando arquivos são selecionados.
1837
+ */
1838
+ "onUiChange"?: (event: UiFileUploadCustomEvent<File[]>) => void;
1839
+ }
1552
1840
  interface UiGrid {
1553
1841
  /**
1554
1842
  * Número de colunas da grade.
@@ -1631,6 +1919,8 @@ declare namespace LocalJSX {
1631
1919
  */
1632
1920
  "visible"?: boolean;
1633
1921
  }
1922
+ interface UiNavbar {
1923
+ }
1634
1924
  interface UiPagination {
1635
1925
  /**
1636
1926
  * Página atual.
@@ -1685,6 +1975,38 @@ declare namespace LocalJSX {
1685
1975
  */
1686
1976
  "value"?: number | null;
1687
1977
  }
1978
+ interface UiProgressCircular {
1979
+ /**
1980
+ * Força o estado indeterminado.
1981
+ * @default false
1982
+ */
1983
+ "indeterminate"?: boolean;
1984
+ /**
1985
+ * Valor máximo.
1986
+ * @default 100
1987
+ */
1988
+ "max"?: number;
1989
+ /**
1990
+ * Exibe o percentual no centro quando determinado.
1991
+ * @default false
1992
+ */
1993
+ "showValue"?: boolean;
1994
+ /**
1995
+ * Tamanho do anel (qualquer unidade CSS).
1996
+ * @default "3rem"
1997
+ */
1998
+ "size"?: string;
1999
+ /**
2000
+ * Espessura do traço.
2001
+ * @default 4
2002
+ */
2003
+ "strokeWidth"?: number;
2004
+ /**
2005
+ * Valor atual do progresso. `null` torna o componente indeterminado.
2006
+ * @default null
2007
+ */
2008
+ "value"?: number | null;
2009
+ }
1688
2010
  interface UiRadioGroup {
1689
2011
  /**
1690
2012
  * Desabilita o grupo.
@@ -1709,6 +2031,27 @@ declare namespace LocalJSX {
1709
2031
  */
1710
2032
  "value"?: string;
1711
2033
  }
2034
+ interface UiRating {
2035
+ /**
2036
+ * Quantidade de estrelas.
2037
+ * @default 5
2038
+ */
2039
+ "max"?: number;
2040
+ /**
2041
+ * Emitido quando o valor muda.
2042
+ */
2043
+ "onUiChange"?: (event: UiRatingCustomEvent<number>) => void;
2044
+ /**
2045
+ * Apenas leitura, sem interação.
2046
+ * @default false
2047
+ */
2048
+ "readonly"?: boolean;
2049
+ /**
2050
+ * Valor selecionado.
2051
+ * @default 0
2052
+ */
2053
+ "value"?: number;
2054
+ }
1712
2055
  interface UiReveal {
1713
2056
  /**
1714
2057
  * Atraso da transição em milissegundos.
@@ -1892,6 +2235,28 @@ declare namespace LocalJSX {
1892
2235
  */
1893
2236
  "onUiChange"?: (event: UiSwitchCustomEvent<boolean>) => void;
1894
2237
  }
2238
+ interface UiTable {
2239
+ /**
2240
+ * Definição das colunas.
2241
+ * @default []
2242
+ */
2243
+ "columns"?: UiTableColumn[];
2244
+ /**
2245
+ * Destaca a linha sob o cursor.
2246
+ * @default true
2247
+ */
2248
+ "hoverable"?: boolean;
2249
+ /**
2250
+ * Linhas de dados.
2251
+ * @default []
2252
+ */
2253
+ "rows"?: Record<string, unknown>[];
2254
+ /**
2255
+ * Aplica fundo alternado nas linhas pares.
2256
+ * @default false
2257
+ */
2258
+ "striped"?: boolean;
2259
+ }
1895
2260
  interface UiTabs {
1896
2261
  /**
1897
2262
  * Lista de abas.
@@ -2039,10 +2404,18 @@ declare namespace LocalJSX {
2039
2404
  "name": string;
2040
2405
  "value": string;
2041
2406
  }
2407
+ interface UiComboboxAttributes {
2408
+ "value": string;
2409
+ "placeholder": string;
2410
+ }
2042
2411
  interface UiContainerAttributes {
2043
2412
  "size": UiContainerSize;
2044
2413
  "padded": boolean;
2045
2414
  }
2415
+ interface UiDatePickerAttributes {
2416
+ "value": string;
2417
+ "placeholder": string;
2418
+ }
2046
2419
  interface UiDialogAttributes {
2047
2420
  "open": boolean;
2048
2421
  }
@@ -2064,6 +2437,11 @@ declare namespace LocalJSX {
2064
2437
  "required": boolean;
2065
2438
  "fieldId": string;
2066
2439
  }
2440
+ interface UiFileUploadAttributes {
2441
+ "accept": string;
2442
+ "multiple": boolean;
2443
+ "label": string;
2444
+ }
2067
2445
  interface UiGridAttributes {
2068
2446
  "columns": number;
2069
2447
  "gap": UiGridGap;
@@ -2097,11 +2475,24 @@ declare namespace LocalJSX {
2097
2475
  "max": number;
2098
2476
  "indeterminate": boolean;
2099
2477
  }
2478
+ interface UiProgressCircularAttributes {
2479
+ "value": number | null;
2480
+ "max": number;
2481
+ "size": string;
2482
+ "strokeWidth": number;
2483
+ "indeterminate": boolean;
2484
+ "showValue": boolean;
2485
+ }
2100
2486
  interface UiRadioGroupAttributes {
2101
2487
  "value": string;
2102
2488
  "name": string;
2103
2489
  "disabled": boolean;
2104
2490
  }
2491
+ interface UiRatingAttributes {
2492
+ "value": number;
2493
+ "max": number;
2494
+ "readonly": boolean;
2495
+ }
2105
2496
  interface UiRevealAttributes {
2106
2497
  "delay": number;
2107
2498
  }
@@ -2149,6 +2540,10 @@ declare namespace LocalJSX {
2149
2540
  "checked": boolean;
2150
2541
  "disabled": boolean;
2151
2542
  }
2543
+ interface UiTableAttributes {
2544
+ "striped": boolean;
2545
+ "hoverable": boolean;
2546
+ }
2152
2547
  interface UiTabsAttributes {
2153
2548
  "value": string;
2154
2549
  }
@@ -2185,20 +2580,26 @@ declare namespace LocalJSX {
2185
2580
  "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
2581
  "ui-card": UiCard;
2187
2582
  "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] };
2583
+ "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] };
2188
2584
  "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] };
2585
+ "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
2586
  "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
2587
  "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
2588
  "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
2589
  "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
2590
  "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] };
2591
+ "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
2592
  "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
2593
  "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
2594
  "ui-label": UiLabel;
2197
2595
  "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] };
2596
+ "ui-navbar": UiNavbar;
2198
2597
  "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
2598
  "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
2599
  "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] };
2600
+ "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
2601
  "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] };
2602
+ "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
2603
  "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
2604
  "ui-scroll-progress": UiScrollProgress;
2204
2605
  "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,6 +2612,7 @@ declare namespace LocalJSX {
2211
2612
  "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
2613
  "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
2614
  "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] };
2615
+ "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
2616
  "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
2617
  "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
2618
  "ui-theme-toggle": UiThemeToggle;
@@ -2237,12 +2639,15 @@ declare module "@stencil/core" {
2237
2639
  "ui-button": LocalJSX.IntrinsicElements["ui-button"] & JSXBase.HTMLAttributes<HTMLUiButtonElement>;
2238
2640
  "ui-card": LocalJSX.IntrinsicElements["ui-card"] & JSXBase.HTMLAttributes<HTMLUiCardElement>;
2239
2641
  "ui-checkbox": LocalJSX.IntrinsicElements["ui-checkbox"] & JSXBase.HTMLAttributes<HTMLUiCheckboxElement>;
2642
+ "ui-combobox": LocalJSX.IntrinsicElements["ui-combobox"] & JSXBase.HTMLAttributes<HTMLUiComboboxElement>;
2240
2643
  "ui-container": LocalJSX.IntrinsicElements["ui-container"] & JSXBase.HTMLAttributes<HTMLUiContainerElement>;
2644
+ "ui-date-picker": LocalJSX.IntrinsicElements["ui-date-picker"] & JSXBase.HTMLAttributes<HTMLUiDatePickerElement>;
2241
2645
  "ui-dialog": LocalJSX.IntrinsicElements["ui-dialog"] & JSXBase.HTMLAttributes<HTMLUiDialogElement>;
2242
2646
  "ui-drawer": LocalJSX.IntrinsicElements["ui-drawer"] & JSXBase.HTMLAttributes<HTMLUiDrawerElement>;
2243
2647
  "ui-dropdown-item": LocalJSX.IntrinsicElements["ui-dropdown-item"] & JSXBase.HTMLAttributes<HTMLUiDropdownItemElement>;
2244
2648
  "ui-dropdown-menu": LocalJSX.IntrinsicElements["ui-dropdown-menu"] & JSXBase.HTMLAttributes<HTMLUiDropdownMenuElement>;
2245
2649
  "ui-field": LocalJSX.IntrinsicElements["ui-field"] & JSXBase.HTMLAttributes<HTMLUiFieldElement>;
2650
+ "ui-file-upload": LocalJSX.IntrinsicElements["ui-file-upload"] & JSXBase.HTMLAttributes<HTMLUiFileUploadElement>;
2246
2651
  "ui-grid": LocalJSX.IntrinsicElements["ui-grid"] & JSXBase.HTMLAttributes<HTMLUiGridElement>;
2247
2652
  "ui-input": LocalJSX.IntrinsicElements["ui-input"] & JSXBase.HTMLAttributes<HTMLUiInputElement>;
2248
2653
  "ui-label": LocalJSX.IntrinsicElements["ui-label"] & JSXBase.HTMLAttributes<HTMLUiLabelElement>;
@@ -2252,10 +2657,13 @@ declare module "@stencil/core" {
2252
2657
  * absoluta (inset 0) o cubra corretamente.
2253
2658
  */
2254
2659
  "ui-loading-overlay": LocalJSX.IntrinsicElements["ui-loading-overlay"] & JSXBase.HTMLAttributes<HTMLUiLoadingOverlayElement>;
2660
+ "ui-navbar": LocalJSX.IntrinsicElements["ui-navbar"] & JSXBase.HTMLAttributes<HTMLUiNavbarElement>;
2255
2661
  "ui-pagination": LocalJSX.IntrinsicElements["ui-pagination"] & JSXBase.HTMLAttributes<HTMLUiPaginationElement>;
2256
2662
  "ui-popover": LocalJSX.IntrinsicElements["ui-popover"] & JSXBase.HTMLAttributes<HTMLUiPopoverElement>;
2257
2663
  "ui-progress": LocalJSX.IntrinsicElements["ui-progress"] & JSXBase.HTMLAttributes<HTMLUiProgressElement>;
2664
+ "ui-progress-circular": LocalJSX.IntrinsicElements["ui-progress-circular"] & JSXBase.HTMLAttributes<HTMLUiProgressCircularElement>;
2258
2665
  "ui-radio-group": LocalJSX.IntrinsicElements["ui-radio-group"] & JSXBase.HTMLAttributes<HTMLUiRadioGroupElement>;
2666
+ "ui-rating": LocalJSX.IntrinsicElements["ui-rating"] & JSXBase.HTMLAttributes<HTMLUiRatingElement>;
2259
2667
  "ui-reveal": LocalJSX.IntrinsicElements["ui-reveal"] & JSXBase.HTMLAttributes<HTMLUiRevealElement>;
2260
2668
  "ui-scroll-progress": LocalJSX.IntrinsicElements["ui-scroll-progress"] & JSXBase.HTMLAttributes<HTMLUiScrollProgressElement>;
2261
2669
  "ui-section": LocalJSX.IntrinsicElements["ui-section"] & JSXBase.HTMLAttributes<HTMLUiSectionElement>;
@@ -2268,6 +2676,7 @@ declare module "@stencil/core" {
2268
2676
  "ui-stack": LocalJSX.IntrinsicElements["ui-stack"] & JSXBase.HTMLAttributes<HTMLUiStackElement>;
2269
2677
  "ui-stat": LocalJSX.IntrinsicElements["ui-stat"] & JSXBase.HTMLAttributes<HTMLUiStatElement>;
2270
2678
  "ui-switch": LocalJSX.IntrinsicElements["ui-switch"] & JSXBase.HTMLAttributes<HTMLUiSwitchElement>;
2679
+ "ui-table": LocalJSX.IntrinsicElements["ui-table"] & JSXBase.HTMLAttributes<HTMLUiTableElement>;
2271
2680
  "ui-tabs": LocalJSX.IntrinsicElements["ui-tabs"] & JSXBase.HTMLAttributes<HTMLUiTabsElement>;
2272
2681
  "ui-textarea": LocalJSX.IntrinsicElements["ui-textarea"] & JSXBase.HTMLAttributes<HTMLUiTextareaElement>;
2273
2682
  "ui-theme-toggle": LocalJSX.IntrinsicElements["ui-theme-toggle"] & JSXBase.HTMLAttributes<HTMLUiThemeToggleElement>;