acai-ui 1.65.5

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 (1139) hide show
  1. package/CHANGELOG.md +795 -0
  2. package/README.md +64 -0
  3. package/dist/acai-ui.css +14627 -0
  4. package/dist/components/actions/acai-ui-actions.d.ts +3 -0
  5. package/dist/components/async-select/acai-ui-async-select-interface.d.ts +48 -0
  6. package/dist/components/async-select/acai-ui-async-select-interface.d.ts.map +1 -0
  7. package/dist/components/async-select/acai-ui-async-select.d.ts +3 -0
  8. package/dist/components/badge/acai-ui-badge-interface.d.ts +20 -0
  9. package/dist/components/badge/acai-ui-badge-interface.d.ts.map +1 -0
  10. package/dist/components/badge/acai-ui-badge.d.ts +3 -0
  11. package/dist/components/banner/acai-ui-banner-interface.d.ts +16 -0
  12. package/dist/components/banner/acai-ui-banner-interface.d.ts.map +1 -0
  13. package/dist/components/banner/acai-ui-banner.d.ts +3 -0
  14. package/dist/components/button/acai-ui-button-interface.d.ts +21 -0
  15. package/dist/components/button/acai-ui-button-interface.d.ts.map +1 -0
  16. package/dist/components/button/acai-ui-button.d.ts +3 -0
  17. package/dist/components/card/acai-ui-card-interface.d.ts +14 -0
  18. package/dist/components/card/acai-ui-card-interface.d.ts.map +1 -0
  19. package/dist/components/card/acai-ui-card.d.ts +3 -0
  20. package/dist/components/chart/acai-ui-chart-interface.d.ts +190 -0
  21. package/dist/components/chart/acai-ui-chart-interface.d.ts.map +1 -0
  22. package/dist/components/chart/acai-ui-chart.d.ts +3 -0
  23. package/dist/components/chart/chart-a11y.d.ts +40 -0
  24. package/dist/components/chart/chart-a11y.d.ts.map +1 -0
  25. package/dist/components/chart/chart-caminhos.d.ts +91 -0
  26. package/dist/components/chart/chart-caminhos.d.ts.map +1 -0
  27. package/dist/components/chart/chart-cartesiano.d.ts +3 -0
  28. package/dist/components/chart/chart-dados.d.ts +74 -0
  29. package/dist/components/chart/chart-dados.d.ts.map +1 -0
  30. package/dist/components/chart/chart-escalas.d.ts +45 -0
  31. package/dist/components/chart/chart-escalas.d.ts.map +1 -0
  32. package/dist/components/chart/chart-formatar.d.ts +21 -0
  33. package/dist/components/chart/chart-formatar.d.ts.map +1 -0
  34. package/dist/components/chart/chart-gauge.d.ts +3 -0
  35. package/dist/components/chart/chart-headless.d.ts +29 -0
  36. package/dist/components/chart/chart-headless.d.ts.map +1 -0
  37. package/dist/components/chart/chart-imagem.d.ts +51 -0
  38. package/dist/components/chart/chart-imagem.d.ts.map +1 -0
  39. package/dist/components/chart/chart-layout.d.ts +59 -0
  40. package/dist/components/chart/chart-layout.d.ts.map +1 -0
  41. package/dist/components/chart/chart-legenda.d.ts +3 -0
  42. package/dist/components/chart/chart-pizza.d.ts +3 -0
  43. package/dist/components/chart/chart-plano.d.ts +201 -0
  44. package/dist/components/chart/chart-plano.d.ts.map +1 -0
  45. package/dist/components/chart/chart-rotulos.d.ts +10 -0
  46. package/dist/components/chart/chart-rotulos.d.ts.map +1 -0
  47. package/dist/components/chart/chart-tabela.d.ts +3 -0
  48. package/dist/components/chart/chart-ticks.d.ts +35 -0
  49. package/dist/components/chart/chart-ticks.d.ts.map +1 -0
  50. package/dist/components/checkbox/acai-ui-checkbox-interface.d.ts +16 -0
  51. package/dist/components/checkbox/acai-ui-checkbox-interface.d.ts.map +1 -0
  52. package/dist/components/checkbox/acai-ui-checkbox.d.ts +3 -0
  53. package/dist/components/chip/acai-ui-chip-interface.d.ts +17 -0
  54. package/dist/components/chip/acai-ui-chip-interface.d.ts.map +1 -0
  55. package/dist/components/chip/acai-ui-chip.d.ts +3 -0
  56. package/dist/components/code/acai-ui-code-interface.d.ts +44 -0
  57. package/dist/components/code/acai-ui-code-interface.d.ts.map +1 -0
  58. package/dist/components/code/acai-ui-code.d.ts +3 -0
  59. package/dist/components/code/dobras-json.d.ts +14 -0
  60. package/dist/components/code/dobras-json.d.ts.map +1 -0
  61. package/dist/components/confirm/acai-ui-confirm.d.ts +3 -0
  62. package/dist/components/container/acai-ui-container-interface.d.ts +29 -0
  63. package/dist/components/container/acai-ui-container-interface.d.ts.map +1 -0
  64. package/dist/components/container/acai-ui-container.d.ts +3 -0
  65. package/dist/components/date/acai-ui-date-interface.d.ts +19 -0
  66. package/dist/components/date/acai-ui-date-interface.d.ts.map +1 -0
  67. package/dist/components/date/acai-ui-date.d.ts +3 -0
  68. package/dist/components/date-range/acai-ui-date-range-interface.d.ts +27 -0
  69. package/dist/components/date-range/acai-ui-date-range-interface.d.ts.map +1 -0
  70. package/dist/components/date-range/acai-ui-date-range.d.ts +3 -0
  71. package/dist/components/datetime/acai-ui-datetime-interface.d.ts +10 -0
  72. package/dist/components/datetime/acai-ui-datetime-interface.d.ts.map +1 -0
  73. package/dist/components/datetime/acai-ui-datetime.d.ts +3 -0
  74. package/dist/components/dialog/acai-ui-dialog-interface.d.ts +17 -0
  75. package/dist/components/dialog/acai-ui-dialog-interface.d.ts.map +1 -0
  76. package/dist/components/dialog/acai-ui-dialog.d.ts +3 -0
  77. package/dist/components/divider/acai-ui-divider-interface.d.ts +5 -0
  78. package/dist/components/divider/acai-ui-divider-interface.d.ts.map +1 -0
  79. package/dist/components/divider/acai-ui-divider.d.ts +3 -0
  80. package/dist/components/drawer/acai-ui-drawer-interface.d.ts +97 -0
  81. package/dist/components/drawer/acai-ui-drawer-interface.d.ts.map +1 -0
  82. package/dist/components/drawer/acai-ui-drawer.d.ts +3 -0
  83. package/dist/components/drawer/drawer-sidebar-helper.d.ts +4 -0
  84. package/dist/components/drawer/drawer-sidebar-helper.d.ts.map +1 -0
  85. package/dist/components/dropdown/acai-ui-dropdown-interface.d.ts +35 -0
  86. package/dist/components/dropdown/acai-ui-dropdown-interface.d.ts.map +1 -0
  87. package/dist/components/dropdown/acai-ui-dropdown-item.d.ts +3 -0
  88. package/dist/components/dropdown/acai-ui-dropdown.d.ts +3 -0
  89. package/dist/components/error-log/acai-ui-error-log-interface.d.ts +59 -0
  90. package/dist/components/error-log/acai-ui-error-log-interface.d.ts.map +1 -0
  91. package/dist/components/error-log/acai-ui-error-log-json-tree.d.ts +3 -0
  92. package/dist/components/error-log/acai-ui-error-log-redigir.d.ts +28 -0
  93. package/dist/components/error-log/acai-ui-error-log-redigir.d.ts.map +1 -0
  94. package/dist/components/error-log/acai-ui-error-log.d.ts +3 -0
  95. package/dist/components/file/acai-ui-file-interface.d.ts +13 -0
  96. package/dist/components/file/acai-ui-file-interface.d.ts.map +1 -0
  97. package/dist/components/file/acai-ui-file.d.ts +3 -0
  98. package/dist/components/form/acai-ui-form-interface.d.ts +37 -0
  99. package/dist/components/form/acai-ui-form-interface.d.ts.map +1 -0
  100. package/dist/components/form/acai-ui-form.d.ts +3 -0
  101. package/dist/components/help/acai-ui-help-interface.d.ts +184 -0
  102. package/dist/components/help/acai-ui-help-interface.d.ts.map +1 -0
  103. package/dist/components/help/acai-ui-help.d.ts +3 -0
  104. package/dist/components/help/acai-ui-tour.d.ts +3 -0
  105. package/dist/components/help/tour-escolha.d.ts +62 -0
  106. package/dist/components/help/tour-escolha.d.ts.map +1 -0
  107. package/dist/components/help/tour-posicionar.d.ts +39 -0
  108. package/dist/components/help/tour-posicionar.d.ts.map +1 -0
  109. package/dist/components/help/tour-registry.d.ts +54 -0
  110. package/dist/components/help/tour-registry.d.ts.map +1 -0
  111. package/dist/components/help/use-tour-visto.d.ts +11 -0
  112. package/dist/components/help/use-tour-visto.d.ts.map +1 -0
  113. package/dist/components/icon/acai-ui-icon-interface.d.ts +12 -0
  114. package/dist/components/icon/acai-ui-icon-interface.d.ts.map +1 -0
  115. package/dist/components/icon/acai-ui-icon.d.ts +3 -0
  116. package/dist/components/index.d.ts +89 -0
  117. package/dist/components/index.d.ts.map +1 -0
  118. package/dist/components/input/acai-ui-input-interface.d.ts +20 -0
  119. package/dist/components/input/acai-ui-input-interface.d.ts.map +1 -0
  120. package/dist/components/input/acai-ui-input.d.ts +3 -0
  121. package/dist/components/modal/acai-ui-modal-interface.d.ts +16 -0
  122. package/dist/components/modal/acai-ui-modal-interface.d.ts.map +1 -0
  123. package/dist/components/modal/acai-ui-modal.d.ts +3 -0
  124. package/dist/components/pagination/acai-ui-pagination-interface.d.ts +9 -0
  125. package/dist/components/pagination/acai-ui-pagination-interface.d.ts.map +1 -0
  126. package/dist/components/pagination/acai-ui-pagination.d.ts +3 -0
  127. package/dist/components/preferences/acai-ui-preferences-interface.d.ts +5 -0
  128. package/dist/components/preferences/acai-ui-preferences-interface.d.ts.map +1 -0
  129. package/dist/components/preferences/acai-ui-preferences.d.ts +3 -0
  130. package/dist/components/progress/acai-ui-progress-interface.d.ts +18 -0
  131. package/dist/components/progress/acai-ui-progress-interface.d.ts.map +1 -0
  132. package/dist/components/progress/acai-ui-progress.d.ts +3 -0
  133. package/dist/components/radio/acai-ui-radio-interface.d.ts +13 -0
  134. package/dist/components/radio/acai-ui-radio-interface.d.ts.map +1 -0
  135. package/dist/components/radio/acai-ui-radio.d.ts +3 -0
  136. package/dist/components/section/acai-ui-section.d.ts +3 -0
  137. package/dist/components/select/acai-ui-select-interface.d.ts +18 -0
  138. package/dist/components/select/acai-ui-select-interface.d.ts.map +1 -0
  139. package/dist/components/select/acai-ui-select.d.ts +3 -0
  140. package/dist/components/session-clock/acai-ui-session-clock.d.ts +3 -0
  141. package/dist/components/stepper/acai-ui-step-interface.d.ts +18 -0
  142. package/dist/components/stepper/acai-ui-step-interface.d.ts.map +1 -0
  143. package/dist/components/stepper/acai-ui-step.d.ts +3 -0
  144. package/dist/components/stepper/acai-ui-stepper-interface.d.ts +53 -0
  145. package/dist/components/stepper/acai-ui-stepper-interface.d.ts.map +1 -0
  146. package/dist/components/stepper/acai-ui-stepper.d.ts +3 -0
  147. package/dist/components/swagger/acai-ui-swagger-interface.d.ts +53 -0
  148. package/dist/components/swagger/acai-ui-swagger-interface.d.ts.map +1 -0
  149. package/dist/components/swagger/acai-ui-swagger-operacao.d.ts +3 -0
  150. package/dist/components/swagger/acai-ui-swagger-requisicao.d.ts +76 -0
  151. package/dist/components/swagger/acai-ui-swagger-requisicao.d.ts.map +1 -0
  152. package/dist/components/swagger/acai-ui-swagger-schema.d.ts +3 -0
  153. package/dist/components/swagger/acai-ui-swagger.d.ts +3 -0
  154. package/dist/components/swagger/openapi-normalizar.d.ts +51 -0
  155. package/dist/components/swagger/openapi-normalizar.d.ts.map +1 -0
  156. package/dist/components/swagger/openapi-tipos.d.ts +167 -0
  157. package/dist/components/swagger/openapi-tipos.d.ts.map +1 -0
  158. package/dist/components/table/acai-ui-table-interface.d.ts +47 -0
  159. package/dist/components/table/acai-ui-table-interface.d.ts.map +1 -0
  160. package/dist/components/table/acai-ui-table-justificativa.d.ts +3 -0
  161. package/dist/components/table/acai-ui-table.d.ts +3 -0
  162. package/dist/components/tabs/acai-ui-tab.d.ts +3 -0
  163. package/dist/components/tabs/acai-ui-tabs-interface.d.ts +32 -0
  164. package/dist/components/tabs/acai-ui-tabs-interface.d.ts.map +1 -0
  165. package/dist/components/tabs/acai-ui-tabs.d.ts +3 -0
  166. package/dist/components/time/acai-ui-time-interface.d.ts +15 -0
  167. package/dist/components/time/acai-ui-time-interface.d.ts.map +1 -0
  168. package/dist/components/time/acai-ui-time.d.ts +3 -0
  169. package/dist/components/toggle/acai-ui-toggle-interface.d.ts +12 -0
  170. package/dist/components/toggle/acai-ui-toggle-interface.d.ts.map +1 -0
  171. package/dist/components/toggle/acai-ui-toggle.d.ts +3 -0
  172. package/dist/components/tooltip/acai-ui-tooltip-interface.d.ts +9 -0
  173. package/dist/components/tooltip/acai-ui-tooltip-interface.d.ts.map +1 -0
  174. package/dist/components/tooltip/acai-ui-tooltip.d.ts +3 -0
  175. package/dist/components/user-menu/acai-ui-user-menu-interface.d.ts +14 -0
  176. package/dist/components/user-menu/acai-ui-user-menu-interface.d.ts.map +1 -0
  177. package/dist/components/user-menu/acai-ui-user-menu.d.ts +3 -0
  178. package/dist/components/validation/acai-ui-validation.d.ts +3 -0
  179. package/dist/constants/chart-paleta.d.ts +47 -0
  180. package/dist/constants/chart-paleta.d.ts.map +1 -0
  181. package/dist/constants/efeitos.d.ts +22 -0
  182. package/dist/constants/efeitos.d.ts.map +1 -0
  183. package/dist/constants/index.d.ts +13 -0
  184. package/dist/constants/index.d.ts.map +1 -0
  185. package/dist/constants/lista-icons.d.ts +156 -0
  186. package/dist/constants/lista-icons.d.ts.map +1 -0
  187. package/dist/constants/medidas-espacos.d.ts +15 -0
  188. package/dist/constants/medidas-espacos.d.ts.map +1 -0
  189. package/dist/constants/radius.d.ts +15 -0
  190. package/dist/constants/radius.d.ts.map +1 -0
  191. package/dist/constants/status-badge.d.ts +17 -0
  192. package/dist/constants/status-badge.d.ts.map +1 -0
  193. package/dist/hooks/filtros-url-internos.d.ts +121 -0
  194. package/dist/hooks/filtros-url-internos.d.ts.map +1 -0
  195. package/dist/hooks/index.d.ts +18 -0
  196. package/dist/hooks/index.d.ts.map +1 -0
  197. package/dist/hooks/notify.d.ts +8 -0
  198. package/dist/hooks/notify.d.ts.map +1 -0
  199. package/dist/hooks/use-contador-sessao.d.ts +22 -0
  200. package/dist/hooks/use-contador-sessao.d.ts.map +1 -0
  201. package/dist/hooks/use-filtros-na-url.d.ts +110 -0
  202. package/dist/hooks/use-filtros-na-url.d.ts.map +1 -0
  203. package/dist/hooks/use-leitura-voz.d.ts +60 -0
  204. package/dist/hooks/use-leitura-voz.d.ts.map +1 -0
  205. package/dist/hooks/use-listagem-na-url.d.ts +185 -0
  206. package/dist/hooks/use-listagem-na-url.d.ts.map +1 -0
  207. package/dist/hooks/use-preferencias.d.ts +60 -0
  208. package/dist/hooks/use-preferencias.d.ts.map +1 -0
  209. package/dist/hooks/use-repasse-quasar.d.ts +42 -0
  210. package/dist/hooks/use-repasse-quasar.d.ts.map +1 -0
  211. package/dist/hooks/use-tamanho-elemento.d.ts +26 -0
  212. package/dist/hooks/use-tamanho-elemento.d.ts.map +1 -0
  213. package/dist/hooks/use-tela.d.ts +84 -0
  214. package/dist/hooks/use-tela.d.ts.map +1 -0
  215. package/dist/hooks/use-validacao-visual.d.ts +40 -0
  216. package/dist/hooks/use-validacao-visual.d.ts.map +1 -0
  217. package/dist/index.cjs +249 -0
  218. package/dist/index.cjs.map +1 -0
  219. package/dist/index.d.ts +8 -0
  220. package/dist/index.d.ts.map +1 -0
  221. package/dist/index.mjs +249 -0
  222. package/dist/index.mjs.map +1 -0
  223. package/dist/index10.cjs +24 -0
  224. package/dist/index10.cjs.map +1 -0
  225. package/dist/index10.mjs +25 -0
  226. package/dist/index10.mjs.map +1 -0
  227. package/dist/index100.cjs +51 -0
  228. package/dist/index100.cjs.map +1 -0
  229. package/dist/index100.mjs +51 -0
  230. package/dist/index100.mjs.map +1 -0
  231. package/dist/index101.cjs +143 -0
  232. package/dist/index101.cjs.map +1 -0
  233. package/dist/index101.mjs +143 -0
  234. package/dist/index101.mjs.map +1 -0
  235. package/dist/index102.cjs +137 -0
  236. package/dist/index102.cjs.map +1 -0
  237. package/dist/index102.mjs +138 -0
  238. package/dist/index102.mjs.map +1 -0
  239. package/dist/index104.cjs +10 -0
  240. package/dist/index104.cjs.map +1 -0
  241. package/dist/index104.mjs +11 -0
  242. package/dist/index104.mjs.map +1 -0
  243. package/dist/index105.cjs +5 -0
  244. package/dist/index105.cjs.map +1 -0
  245. package/dist/index105.mjs +6 -0
  246. package/dist/index105.mjs.map +1 -0
  247. package/dist/index106.cjs +5 -0
  248. package/dist/index106.cjs.map +1 -0
  249. package/dist/index106.mjs +6 -0
  250. package/dist/index106.mjs.map +1 -0
  251. package/dist/index107.cjs +86 -0
  252. package/dist/index107.cjs.map +1 -0
  253. package/dist/index107.mjs +87 -0
  254. package/dist/index107.mjs.map +1 -0
  255. package/dist/index109.cjs +123 -0
  256. package/dist/index109.cjs.map +1 -0
  257. package/dist/index109.mjs +124 -0
  258. package/dist/index109.mjs.map +1 -0
  259. package/dist/index111.cjs +121 -0
  260. package/dist/index111.cjs.map +1 -0
  261. package/dist/index111.mjs +122 -0
  262. package/dist/index111.mjs.map +1 -0
  263. package/dist/index113.cjs +72 -0
  264. package/dist/index113.cjs.map +1 -0
  265. package/dist/index113.mjs +73 -0
  266. package/dist/index113.mjs.map +1 -0
  267. package/dist/index115.cjs +5 -0
  268. package/dist/index115.cjs.map +1 -0
  269. package/dist/index115.mjs +6 -0
  270. package/dist/index115.mjs.map +1 -0
  271. package/dist/index116.cjs +56 -0
  272. package/dist/index116.cjs.map +1 -0
  273. package/dist/index116.mjs +57 -0
  274. package/dist/index116.mjs.map +1 -0
  275. package/dist/index118.cjs +5 -0
  276. package/dist/index118.cjs.map +1 -0
  277. package/dist/index118.mjs +6 -0
  278. package/dist/index118.mjs.map +1 -0
  279. package/dist/index119.cjs +210 -0
  280. package/dist/index119.cjs.map +1 -0
  281. package/dist/index119.mjs +211 -0
  282. package/dist/index119.mjs.map +1 -0
  283. package/dist/index12.cjs +606 -0
  284. package/dist/index12.cjs.map +1 -0
  285. package/dist/index12.mjs +607 -0
  286. package/dist/index12.mjs.map +1 -0
  287. package/dist/index121.cjs +170 -0
  288. package/dist/index121.cjs.map +1 -0
  289. package/dist/index121.mjs +171 -0
  290. package/dist/index121.mjs.map +1 -0
  291. package/dist/index123.cjs +109 -0
  292. package/dist/index123.cjs.map +1 -0
  293. package/dist/index123.mjs +110 -0
  294. package/dist/index123.mjs.map +1 -0
  295. package/dist/index125.cjs +5 -0
  296. package/dist/index125.cjs.map +1 -0
  297. package/dist/index125.mjs +6 -0
  298. package/dist/index125.mjs.map +1 -0
  299. package/dist/index126.cjs +4 -0
  300. package/dist/index126.cjs.map +1 -0
  301. package/dist/index126.mjs +5 -0
  302. package/dist/index126.mjs.map +1 -0
  303. package/dist/index127.cjs +300 -0
  304. package/dist/index127.cjs.map +1 -0
  305. package/dist/index127.mjs +301 -0
  306. package/dist/index127.mjs.map +1 -0
  307. package/dist/index130.cjs +5 -0
  308. package/dist/index130.cjs.map +1 -0
  309. package/dist/index130.mjs +6 -0
  310. package/dist/index130.mjs.map +1 -0
  311. package/dist/index131.cjs +5 -0
  312. package/dist/index131.cjs.map +1 -0
  313. package/dist/index131.mjs +6 -0
  314. package/dist/index131.mjs.map +1 -0
  315. package/dist/index132.cjs +128 -0
  316. package/dist/index132.cjs.map +1 -0
  317. package/dist/index132.mjs +129 -0
  318. package/dist/index132.mjs.map +1 -0
  319. package/dist/index134.cjs +4 -0
  320. package/dist/index134.cjs.map +1 -0
  321. package/dist/index134.mjs +5 -0
  322. package/dist/index134.mjs.map +1 -0
  323. package/dist/index135.cjs +180 -0
  324. package/dist/index135.cjs.map +1 -0
  325. package/dist/index135.mjs +181 -0
  326. package/dist/index135.mjs.map +1 -0
  327. package/dist/index137.cjs +83 -0
  328. package/dist/index137.cjs.map +1 -0
  329. package/dist/index137.mjs +84 -0
  330. package/dist/index137.mjs.map +1 -0
  331. package/dist/index139.cjs +284 -0
  332. package/dist/index139.cjs.map +1 -0
  333. package/dist/index139.mjs +285 -0
  334. package/dist/index139.mjs.map +1 -0
  335. package/dist/index14.cjs +124 -0
  336. package/dist/index14.cjs.map +1 -0
  337. package/dist/index14.mjs +125 -0
  338. package/dist/index14.mjs.map +1 -0
  339. package/dist/index141.cjs +58 -0
  340. package/dist/index141.cjs.map +1 -0
  341. package/dist/index141.mjs +59 -0
  342. package/dist/index141.mjs.map +1 -0
  343. package/dist/index143.cjs +5 -0
  344. package/dist/index143.cjs.map +1 -0
  345. package/dist/index143.mjs +6 -0
  346. package/dist/index143.mjs.map +1 -0
  347. package/dist/index144.cjs +399 -0
  348. package/dist/index144.cjs.map +1 -0
  349. package/dist/index144.mjs +400 -0
  350. package/dist/index144.mjs.map +1 -0
  351. package/dist/index146.cjs +305 -0
  352. package/dist/index146.cjs.map +1 -0
  353. package/dist/index146.mjs +306 -0
  354. package/dist/index146.mjs.map +1 -0
  355. package/dist/index149.cjs +109 -0
  356. package/dist/index149.cjs.map +1 -0
  357. package/dist/index149.mjs +110 -0
  358. package/dist/index149.mjs.map +1 -0
  359. package/dist/index152.cjs +5 -0
  360. package/dist/index152.cjs.map +1 -0
  361. package/dist/index152.mjs +6 -0
  362. package/dist/index152.mjs.map +1 -0
  363. package/dist/index153.cjs +5 -0
  364. package/dist/index153.cjs.map +1 -0
  365. package/dist/index153.mjs +6 -0
  366. package/dist/index153.mjs.map +1 -0
  367. package/dist/index154.cjs +4 -0
  368. package/dist/index154.cjs.map +1 -0
  369. package/dist/index154.mjs +5 -0
  370. package/dist/index154.mjs.map +1 -0
  371. package/dist/index155.cjs +5 -0
  372. package/dist/index155.cjs.map +1 -0
  373. package/dist/index155.mjs +6 -0
  374. package/dist/index155.mjs.map +1 -0
  375. package/dist/index156.cjs +5 -0
  376. package/dist/index156.cjs.map +1 -0
  377. package/dist/index156.mjs +6 -0
  378. package/dist/index156.mjs.map +1 -0
  379. package/dist/index157.cjs +5 -0
  380. package/dist/index157.cjs.map +1 -0
  381. package/dist/index157.mjs +6 -0
  382. package/dist/index157.mjs.map +1 -0
  383. package/dist/index158.cjs +4 -0
  384. package/dist/index158.cjs.map +1 -0
  385. package/dist/index158.mjs +5 -0
  386. package/dist/index158.mjs.map +1 -0
  387. package/dist/index159.cjs +59 -0
  388. package/dist/index159.cjs.map +1 -0
  389. package/dist/index159.mjs +60 -0
  390. package/dist/index159.mjs.map +1 -0
  391. package/dist/index16.cjs +89 -0
  392. package/dist/index16.cjs.map +1 -0
  393. package/dist/index16.mjs +90 -0
  394. package/dist/index16.mjs.map +1 -0
  395. package/dist/index161.cjs +5 -0
  396. package/dist/index161.cjs.map +1 -0
  397. package/dist/index161.mjs +6 -0
  398. package/dist/index161.mjs.map +1 -0
  399. package/dist/index162.cjs +119 -0
  400. package/dist/index162.cjs.map +1 -0
  401. package/dist/index162.mjs +120 -0
  402. package/dist/index162.mjs.map +1 -0
  403. package/dist/index164.cjs +33 -0
  404. package/dist/index164.cjs.map +1 -0
  405. package/dist/index164.mjs +34 -0
  406. package/dist/index164.mjs.map +1 -0
  407. package/dist/index166.cjs +5 -0
  408. package/dist/index166.cjs.map +1 -0
  409. package/dist/index166.mjs +6 -0
  410. package/dist/index166.mjs.map +1 -0
  411. package/dist/index167.cjs +324 -0
  412. package/dist/index167.cjs.map +1 -0
  413. package/dist/index167.mjs +325 -0
  414. package/dist/index167.mjs.map +1 -0
  415. package/dist/index17.cjs +419 -0
  416. package/dist/index17.cjs.map +1 -0
  417. package/dist/index17.mjs +420 -0
  418. package/dist/index17.mjs.map +1 -0
  419. package/dist/index170.cjs +38 -0
  420. package/dist/index170.cjs.map +1 -0
  421. package/dist/index170.mjs +39 -0
  422. package/dist/index170.mjs.map +1 -0
  423. package/dist/index172.cjs +5 -0
  424. package/dist/index172.cjs.map +1 -0
  425. package/dist/index172.mjs +6 -0
  426. package/dist/index172.mjs.map +1 -0
  427. package/dist/index173.cjs +202 -0
  428. package/dist/index173.cjs.map +1 -0
  429. package/dist/index173.mjs +203 -0
  430. package/dist/index173.mjs.map +1 -0
  431. package/dist/index175.cjs +5 -0
  432. package/dist/index175.cjs.map +1 -0
  433. package/dist/index175.mjs +6 -0
  434. package/dist/index175.mjs.map +1 -0
  435. package/dist/index176.cjs +53 -0
  436. package/dist/index176.cjs.map +1 -0
  437. package/dist/index176.mjs +54 -0
  438. package/dist/index176.mjs.map +1 -0
  439. package/dist/index178.cjs +13 -0
  440. package/dist/index178.cjs.map +1 -0
  441. package/dist/index178.mjs +13 -0
  442. package/dist/index178.mjs.map +1 -0
  443. package/dist/index179.cjs +18 -0
  444. package/dist/index179.cjs.map +1 -0
  445. package/dist/index179.mjs +18 -0
  446. package/dist/index179.mjs.map +1 -0
  447. package/dist/index180.cjs +262 -0
  448. package/dist/index180.cjs.map +1 -0
  449. package/dist/index180.mjs +262 -0
  450. package/dist/index180.mjs.map +1 -0
  451. package/dist/index181.cjs +108 -0
  452. package/dist/index181.cjs.map +1 -0
  453. package/dist/index181.mjs +109 -0
  454. package/dist/index181.mjs.map +1 -0
  455. package/dist/index182.cjs +73 -0
  456. package/dist/index182.cjs.map +1 -0
  457. package/dist/index182.mjs +73 -0
  458. package/dist/index182.mjs.map +1 -0
  459. package/dist/index183.cjs +37 -0
  460. package/dist/index183.cjs.map +1 -0
  461. package/dist/index183.mjs +37 -0
  462. package/dist/index183.mjs.map +1 -0
  463. package/dist/index184.cjs +16 -0
  464. package/dist/index184.cjs.map +1 -0
  465. package/dist/index184.mjs +16 -0
  466. package/dist/index184.mjs.map +1 -0
  467. package/dist/index185.cjs +31 -0
  468. package/dist/index185.cjs.map +1 -0
  469. package/dist/index185.mjs +31 -0
  470. package/dist/index185.mjs.map +1 -0
  471. package/dist/index186.cjs +460 -0
  472. package/dist/index186.cjs.map +1 -0
  473. package/dist/index186.mjs +461 -0
  474. package/dist/index186.mjs.map +1 -0
  475. package/dist/index187.cjs +154 -0
  476. package/dist/index187.cjs.map +1 -0
  477. package/dist/index187.mjs +154 -0
  478. package/dist/index187.mjs.map +1 -0
  479. package/dist/index188.cjs +40 -0
  480. package/dist/index188.cjs.map +1 -0
  481. package/dist/index188.mjs +40 -0
  482. package/dist/index188.mjs.map +1 -0
  483. package/dist/index189.cjs +66 -0
  484. package/dist/index189.cjs.map +1 -0
  485. package/dist/index189.mjs +66 -0
  486. package/dist/index189.mjs.map +1 -0
  487. package/dist/index19.cjs +135 -0
  488. package/dist/index19.cjs.map +1 -0
  489. package/dist/index19.mjs +136 -0
  490. package/dist/index19.mjs.map +1 -0
  491. package/dist/index190.cjs +142 -0
  492. package/dist/index190.cjs.map +1 -0
  493. package/dist/index190.mjs +143 -0
  494. package/dist/index190.mjs.map +1 -0
  495. package/dist/index191.cjs +7 -0
  496. package/dist/index191.cjs.map +1 -0
  497. package/dist/index191.mjs +8 -0
  498. package/dist/index191.mjs.map +1 -0
  499. package/dist/index192.cjs +7 -0
  500. package/dist/index192.cjs.map +1 -0
  501. package/dist/index192.mjs +8 -0
  502. package/dist/index192.mjs.map +1 -0
  503. package/dist/index193.cjs +7 -0
  504. package/dist/index193.cjs.map +1 -0
  505. package/dist/index193.mjs +8 -0
  506. package/dist/index193.mjs.map +1 -0
  507. package/dist/index194.cjs +7 -0
  508. package/dist/index194.cjs.map +1 -0
  509. package/dist/index194.mjs +8 -0
  510. package/dist/index194.mjs.map +1 -0
  511. package/dist/index195.cjs +7 -0
  512. package/dist/index195.cjs.map +1 -0
  513. package/dist/index195.mjs +8 -0
  514. package/dist/index195.mjs.map +1 -0
  515. package/dist/index196.cjs +100 -0
  516. package/dist/index196.cjs.map +1 -0
  517. package/dist/index196.mjs +100 -0
  518. package/dist/index196.mjs.map +1 -0
  519. package/dist/index197.cjs +226 -0
  520. package/dist/index197.cjs.map +1 -0
  521. package/dist/index197.mjs +226 -0
  522. package/dist/index197.mjs.map +1 -0
  523. package/dist/index198.cjs +66 -0
  524. package/dist/index198.cjs.map +1 -0
  525. package/dist/index198.mjs +66 -0
  526. package/dist/index198.mjs.map +1 -0
  527. package/dist/index199.cjs +399 -0
  528. package/dist/index199.cjs.map +1 -0
  529. package/dist/index199.mjs +399 -0
  530. package/dist/index199.mjs.map +1 -0
  531. package/dist/index200.cjs +83 -0
  532. package/dist/index200.cjs.map +1 -0
  533. package/dist/index200.mjs +83 -0
  534. package/dist/index200.mjs.map +1 -0
  535. package/dist/index201.cjs +4 -0
  536. package/dist/index201.cjs.map +1 -0
  537. package/dist/index201.mjs +5 -0
  538. package/dist/index201.mjs.map +1 -0
  539. package/dist/index202.cjs +5 -0
  540. package/dist/index202.cjs.map +1 -0
  541. package/dist/index202.mjs +6 -0
  542. package/dist/index202.mjs.map +1 -0
  543. package/dist/index203.cjs +216 -0
  544. package/dist/index203.cjs.map +1 -0
  545. package/dist/index203.mjs +217 -0
  546. package/dist/index203.mjs.map +1 -0
  547. package/dist/index205.cjs +112 -0
  548. package/dist/index205.cjs.map +1 -0
  549. package/dist/index205.mjs +113 -0
  550. package/dist/index205.mjs.map +1 -0
  551. package/dist/index207.cjs +112 -0
  552. package/dist/index207.cjs.map +1 -0
  553. package/dist/index207.mjs +113 -0
  554. package/dist/index207.mjs.map +1 -0
  555. package/dist/index209.cjs +64 -0
  556. package/dist/index209.cjs.map +1 -0
  557. package/dist/index209.mjs +65 -0
  558. package/dist/index209.mjs.map +1 -0
  559. package/dist/index21.cjs +268 -0
  560. package/dist/index21.cjs.map +1 -0
  561. package/dist/index21.mjs +269 -0
  562. package/dist/index21.mjs.map +1 -0
  563. package/dist/index211.cjs +45 -0
  564. package/dist/index211.cjs.map +1 -0
  565. package/dist/index211.mjs +46 -0
  566. package/dist/index211.mjs.map +1 -0
  567. package/dist/index213.cjs +241 -0
  568. package/dist/index213.cjs.map +1 -0
  569. package/dist/index213.mjs +241 -0
  570. package/dist/index213.mjs.map +1 -0
  571. package/dist/index214.cjs +63 -0
  572. package/dist/index214.cjs.map +1 -0
  573. package/dist/index214.mjs +63 -0
  574. package/dist/index214.mjs.map +1 -0
  575. package/dist/index215.cjs +53 -0
  576. package/dist/index215.cjs.map +1 -0
  577. package/dist/index215.mjs +53 -0
  578. package/dist/index215.mjs.map +1 -0
  579. package/dist/index216.cjs +53 -0
  580. package/dist/index216.cjs.map +1 -0
  581. package/dist/index216.mjs +53 -0
  582. package/dist/index216.mjs.map +1 -0
  583. package/dist/index217.cjs +4 -0
  584. package/dist/index217.cjs.map +1 -0
  585. package/dist/index217.mjs +5 -0
  586. package/dist/index217.mjs.map +1 -0
  587. package/dist/index218.cjs +29 -0
  588. package/dist/index218.cjs.map +1 -0
  589. package/dist/index218.mjs +30 -0
  590. package/dist/index218.mjs.map +1 -0
  591. package/dist/index219.cjs +4 -0
  592. package/dist/index219.cjs.map +1 -0
  593. package/dist/index219.mjs +5 -0
  594. package/dist/index219.mjs.map +1 -0
  595. package/dist/index23.cjs +41 -0
  596. package/dist/index23.cjs.map +1 -0
  597. package/dist/index23.mjs +42 -0
  598. package/dist/index23.mjs.map +1 -0
  599. package/dist/index24.cjs +117 -0
  600. package/dist/index24.cjs.map +1 -0
  601. package/dist/index24.mjs +118 -0
  602. package/dist/index24.mjs.map +1 -0
  603. package/dist/index26.cjs +127 -0
  604. package/dist/index26.cjs.map +1 -0
  605. package/dist/index26.mjs +128 -0
  606. package/dist/index26.mjs.map +1 -0
  607. package/dist/index28.cjs +39 -0
  608. package/dist/index28.cjs.map +1 -0
  609. package/dist/index28.mjs +40 -0
  610. package/dist/index28.mjs.map +1 -0
  611. package/dist/index29.cjs +176 -0
  612. package/dist/index29.cjs.map +1 -0
  613. package/dist/index29.mjs +177 -0
  614. package/dist/index29.mjs.map +1 -0
  615. package/dist/index3.cjs +110 -0
  616. package/dist/index3.cjs.map +1 -0
  617. package/dist/index3.mjs +110 -0
  618. package/dist/index3.mjs.map +1 -0
  619. package/dist/index31.cjs +361 -0
  620. package/dist/index31.cjs.map +1 -0
  621. package/dist/index31.mjs +362 -0
  622. package/dist/index31.mjs.map +1 -0
  623. package/dist/index33.cjs +20 -0
  624. package/dist/index33.cjs.map +1 -0
  625. package/dist/index33.mjs +21 -0
  626. package/dist/index33.mjs.map +1 -0
  627. package/dist/index34.cjs +311 -0
  628. package/dist/index34.cjs.map +1 -0
  629. package/dist/index34.mjs +312 -0
  630. package/dist/index34.mjs.map +1 -0
  631. package/dist/index36.cjs +132 -0
  632. package/dist/index36.cjs.map +1 -0
  633. package/dist/index36.mjs +133 -0
  634. package/dist/index36.mjs.map +1 -0
  635. package/dist/index38.cjs +80 -0
  636. package/dist/index38.cjs.map +1 -0
  637. package/dist/index38.mjs +81 -0
  638. package/dist/index38.mjs.map +1 -0
  639. package/dist/index4.cjs +612 -0
  640. package/dist/index4.cjs.map +1 -0
  641. package/dist/index4.mjs +613 -0
  642. package/dist/index4.mjs.map +1 -0
  643. package/dist/index40.cjs +600 -0
  644. package/dist/index40.cjs.map +1 -0
  645. package/dist/index40.mjs +601 -0
  646. package/dist/index40.mjs.map +1 -0
  647. package/dist/index42.cjs +160 -0
  648. package/dist/index42.cjs.map +1 -0
  649. package/dist/index42.mjs +160 -0
  650. package/dist/index42.mjs.map +1 -0
  651. package/dist/index43.cjs +26 -0
  652. package/dist/index43.cjs.map +1 -0
  653. package/dist/index43.mjs +27 -0
  654. package/dist/index43.mjs.map +1 -0
  655. package/dist/index44.cjs +20 -0
  656. package/dist/index44.cjs.map +1 -0
  657. package/dist/index44.mjs +21 -0
  658. package/dist/index44.mjs.map +1 -0
  659. package/dist/index45.cjs +104 -0
  660. package/dist/index45.cjs.map +1 -0
  661. package/dist/index45.mjs +104 -0
  662. package/dist/index45.mjs.map +1 -0
  663. package/dist/index46.cjs +8 -0
  664. package/dist/index46.cjs.map +1 -0
  665. package/dist/index46.mjs +9 -0
  666. package/dist/index46.mjs.map +1 -0
  667. package/dist/index47.cjs +7 -0
  668. package/dist/index47.cjs.map +1 -0
  669. package/dist/index47.mjs +8 -0
  670. package/dist/index47.mjs.map +1 -0
  671. package/dist/index48.cjs +7 -0
  672. package/dist/index48.cjs.map +1 -0
  673. package/dist/index48.mjs +8 -0
  674. package/dist/index48.mjs.map +1 -0
  675. package/dist/index49.cjs +7 -0
  676. package/dist/index49.cjs.map +1 -0
  677. package/dist/index49.mjs +8 -0
  678. package/dist/index49.mjs.map +1 -0
  679. package/dist/index50.cjs +7 -0
  680. package/dist/index50.cjs.map +1 -0
  681. package/dist/index50.mjs +8 -0
  682. package/dist/index50.mjs.map +1 -0
  683. package/dist/index51.cjs +7 -0
  684. package/dist/index51.cjs.map +1 -0
  685. package/dist/index51.mjs +8 -0
  686. package/dist/index51.mjs.map +1 -0
  687. package/dist/index52.cjs +7 -0
  688. package/dist/index52.cjs.map +1 -0
  689. package/dist/index52.mjs +8 -0
  690. package/dist/index52.mjs.map +1 -0
  691. package/dist/index53.cjs +7 -0
  692. package/dist/index53.cjs.map +1 -0
  693. package/dist/index53.mjs +8 -0
  694. package/dist/index53.mjs.map +1 -0
  695. package/dist/index54.cjs +7 -0
  696. package/dist/index54.cjs.map +1 -0
  697. package/dist/index54.mjs +8 -0
  698. package/dist/index54.mjs.map +1 -0
  699. package/dist/index55.cjs +7 -0
  700. package/dist/index55.cjs.map +1 -0
  701. package/dist/index55.mjs +8 -0
  702. package/dist/index55.mjs.map +1 -0
  703. package/dist/index56.cjs +7 -0
  704. package/dist/index56.cjs.map +1 -0
  705. package/dist/index56.mjs +8 -0
  706. package/dist/index56.mjs.map +1 -0
  707. package/dist/index57.cjs +7 -0
  708. package/dist/index57.cjs.map +1 -0
  709. package/dist/index57.mjs +8 -0
  710. package/dist/index57.mjs.map +1 -0
  711. package/dist/index58.cjs +7 -0
  712. package/dist/index58.cjs.map +1 -0
  713. package/dist/index58.mjs +8 -0
  714. package/dist/index58.mjs.map +1 -0
  715. package/dist/index59.cjs +8 -0
  716. package/dist/index59.cjs.map +1 -0
  717. package/dist/index59.mjs +9 -0
  718. package/dist/index59.mjs.map +1 -0
  719. package/dist/index6.cjs +578 -0
  720. package/dist/index6.cjs.map +1 -0
  721. package/dist/index6.mjs +579 -0
  722. package/dist/index6.mjs.map +1 -0
  723. package/dist/index60.cjs +7 -0
  724. package/dist/index60.cjs.map +1 -0
  725. package/dist/index60.mjs +8 -0
  726. package/dist/index60.mjs.map +1 -0
  727. package/dist/index61.cjs +7 -0
  728. package/dist/index61.cjs.map +1 -0
  729. package/dist/index61.mjs +8 -0
  730. package/dist/index61.mjs.map +1 -0
  731. package/dist/index62.cjs +7 -0
  732. package/dist/index62.cjs.map +1 -0
  733. package/dist/index62.mjs +8 -0
  734. package/dist/index62.mjs.map +1 -0
  735. package/dist/index63.cjs +7 -0
  736. package/dist/index63.cjs.map +1 -0
  737. package/dist/index63.mjs +8 -0
  738. package/dist/index63.mjs.map +1 -0
  739. package/dist/index64.cjs +7 -0
  740. package/dist/index64.cjs.map +1 -0
  741. package/dist/index64.mjs +8 -0
  742. package/dist/index64.mjs.map +1 -0
  743. package/dist/index65.cjs +8 -0
  744. package/dist/index65.cjs.map +1 -0
  745. package/dist/index65.mjs +9 -0
  746. package/dist/index65.mjs.map +1 -0
  747. package/dist/index66.cjs +7 -0
  748. package/dist/index66.cjs.map +1 -0
  749. package/dist/index66.mjs +8 -0
  750. package/dist/index66.mjs.map +1 -0
  751. package/dist/index67.cjs +7 -0
  752. package/dist/index67.cjs.map +1 -0
  753. package/dist/index67.mjs +8 -0
  754. package/dist/index67.mjs.map +1 -0
  755. package/dist/index68.cjs +7 -0
  756. package/dist/index68.cjs.map +1 -0
  757. package/dist/index68.mjs +8 -0
  758. package/dist/index68.mjs.map +1 -0
  759. package/dist/index69.cjs +8 -0
  760. package/dist/index69.cjs.map +1 -0
  761. package/dist/index69.mjs +9 -0
  762. package/dist/index69.mjs.map +1 -0
  763. package/dist/index70.cjs +7 -0
  764. package/dist/index70.cjs.map +1 -0
  765. package/dist/index70.mjs +8 -0
  766. package/dist/index70.mjs.map +1 -0
  767. package/dist/index71.cjs +38 -0
  768. package/dist/index71.cjs.map +1 -0
  769. package/dist/index71.mjs +38 -0
  770. package/dist/index71.mjs.map +1 -0
  771. package/dist/index72.cjs +22 -0
  772. package/dist/index72.cjs.map +1 -0
  773. package/dist/index72.mjs +22 -0
  774. package/dist/index72.mjs.map +1 -0
  775. package/dist/index73.cjs +40 -0
  776. package/dist/index73.cjs.map +1 -0
  777. package/dist/index73.mjs +40 -0
  778. package/dist/index73.mjs.map +1 -0
  779. package/dist/index74.cjs +80 -0
  780. package/dist/index74.cjs.map +1 -0
  781. package/dist/index74.mjs +80 -0
  782. package/dist/index74.mjs.map +1 -0
  783. package/dist/index75.cjs +29 -0
  784. package/dist/index75.cjs.map +1 -0
  785. package/dist/index75.mjs +29 -0
  786. package/dist/index75.mjs.map +1 -0
  787. package/dist/index76.cjs +157 -0
  788. package/dist/index76.cjs.map +1 -0
  789. package/dist/index76.mjs +157 -0
  790. package/dist/index76.mjs.map +1 -0
  791. package/dist/index77.cjs +16 -0
  792. package/dist/index77.cjs.map +1 -0
  793. package/dist/index77.mjs +16 -0
  794. package/dist/index77.mjs.map +1 -0
  795. package/dist/index78.cjs +87 -0
  796. package/dist/index78.cjs.map +1 -0
  797. package/dist/index78.mjs +87 -0
  798. package/dist/index78.mjs.map +1 -0
  799. package/dist/index79.cjs +16 -0
  800. package/dist/index79.cjs.map +1 -0
  801. package/dist/index79.mjs +16 -0
  802. package/dist/index79.mjs.map +1 -0
  803. package/dist/index8.cjs +130 -0
  804. package/dist/index8.cjs.map +1 -0
  805. package/dist/index8.mjs +131 -0
  806. package/dist/index8.mjs.map +1 -0
  807. package/dist/index80.cjs +65 -0
  808. package/dist/index80.cjs.map +1 -0
  809. package/dist/index80.mjs +65 -0
  810. package/dist/index80.mjs.map +1 -0
  811. package/dist/index81.cjs +69 -0
  812. package/dist/index81.cjs.map +1 -0
  813. package/dist/index81.mjs +69 -0
  814. package/dist/index81.mjs.map +1 -0
  815. package/dist/index82.cjs +30 -0
  816. package/dist/index82.cjs.map +1 -0
  817. package/dist/index82.mjs +30 -0
  818. package/dist/index82.mjs.map +1 -0
  819. package/dist/index83.cjs +86 -0
  820. package/dist/index83.cjs.map +1 -0
  821. package/dist/index83.mjs +86 -0
  822. package/dist/index83.mjs.map +1 -0
  823. package/dist/index84.cjs +102 -0
  824. package/dist/index84.cjs.map +1 -0
  825. package/dist/index84.mjs +102 -0
  826. package/dist/index84.mjs.map +1 -0
  827. package/dist/index85.cjs +20 -0
  828. package/dist/index85.cjs.map +1 -0
  829. package/dist/index85.mjs +20 -0
  830. package/dist/index85.mjs.map +1 -0
  831. package/dist/index86.cjs +21 -0
  832. package/dist/index86.cjs.map +1 -0
  833. package/dist/index86.mjs +21 -0
  834. package/dist/index86.mjs.map +1 -0
  835. package/dist/index87.cjs +191 -0
  836. package/dist/index87.cjs.map +1 -0
  837. package/dist/index87.mjs +191 -0
  838. package/dist/index87.mjs.map +1 -0
  839. package/dist/index88.cjs +67 -0
  840. package/dist/index88.cjs.map +1 -0
  841. package/dist/index88.mjs +67 -0
  842. package/dist/index88.mjs.map +1 -0
  843. package/dist/index89.cjs +312 -0
  844. package/dist/index89.cjs.map +1 -0
  845. package/dist/index89.mjs +312 -0
  846. package/dist/index89.mjs.map +1 -0
  847. package/dist/index90.cjs +10 -0
  848. package/dist/index90.cjs.map +1 -0
  849. package/dist/index90.mjs +10 -0
  850. package/dist/index90.mjs.map +1 -0
  851. package/dist/index91.cjs +15 -0
  852. package/dist/index91.cjs.map +1 -0
  853. package/dist/index91.mjs +15 -0
  854. package/dist/index91.mjs.map +1 -0
  855. package/dist/index92.cjs +8 -0
  856. package/dist/index92.cjs.map +1 -0
  857. package/dist/index92.mjs +8 -0
  858. package/dist/index92.mjs.map +1 -0
  859. package/dist/index93.cjs +81 -0
  860. package/dist/index93.cjs.map +1 -0
  861. package/dist/index93.mjs +81 -0
  862. package/dist/index93.mjs.map +1 -0
  863. package/dist/index94.cjs +124 -0
  864. package/dist/index94.cjs.map +1 -0
  865. package/dist/index94.mjs +124 -0
  866. package/dist/index94.mjs.map +1 -0
  867. package/dist/index95.cjs +68 -0
  868. package/dist/index95.cjs.map +1 -0
  869. package/dist/index95.mjs +68 -0
  870. package/dist/index95.mjs.map +1 -0
  871. package/dist/index96.cjs +29 -0
  872. package/dist/index96.cjs.map +1 -0
  873. package/dist/index96.mjs +29 -0
  874. package/dist/index96.mjs.map +1 -0
  875. package/dist/index97.cjs +184 -0
  876. package/dist/index97.cjs.map +1 -0
  877. package/dist/index97.mjs +184 -0
  878. package/dist/index97.mjs.map +1 -0
  879. package/dist/index98.cjs +78 -0
  880. package/dist/index98.cjs.map +1 -0
  881. package/dist/index98.mjs +78 -0
  882. package/dist/index98.mjs.map +1 -0
  883. package/dist/index99.cjs +55 -0
  884. package/dist/index99.cjs.map +1 -0
  885. package/dist/index99.mjs +55 -0
  886. package/dist/index99.mjs.map +1 -0
  887. package/dist/plugin.d.ts +37 -0
  888. package/dist/plugin.d.ts.map +1 -0
  889. package/dist/scss/_badge.scss +12 -0
  890. package/dist/scss/_breakpoints.scss +102 -0
  891. package/dist/scss/_color-utilities.scss +105 -0
  892. package/dist/scss/_controls.scss +135 -0
  893. package/dist/scss/_ds-input-base.scss +302 -0
  894. package/dist/scss/_ds-picker-m3.scss +179 -0
  895. package/dist/scss/_effects.scss +42 -0
  896. package/dist/scss/_overlays.scss +13 -0
  897. package/dist/scss/_radius.scss +24 -0
  898. package/dist/scss/_reset.scss +60 -0
  899. package/dist/scss/_scrollbar.scss +78 -0
  900. package/dist/scss/_spacing.scss +15 -0
  901. package/dist/scss/_themes.scss +493 -0
  902. package/dist/scss/_typography.scss +50 -0
  903. package/dist/scss/_utilities.scss +75 -0
  904. package/dist/scss/_variables.scss +143 -0
  905. package/dist/scss/api.scss +77 -0
  906. package/dist/scss/tokens.scss +13 -0
  907. package/dist/utils/date-utils.d.ts +48 -0
  908. package/dist/utils/date-utils.d.ts.map +1 -0
  909. package/dist/utils/dialog-utils.d.ts +17 -0
  910. package/dist/utils/dialog-utils.d.ts.map +1 -0
  911. package/dist/utils/file-utils.d.ts +20 -0
  912. package/dist/utils/file-utils.d.ts.map +1 -0
  913. package/dist/utils/filtro-input.d.ts +19 -0
  914. package/dist/utils/filtro-input.d.ts.map +1 -0
  915. package/dist/utils/form-rules.d.ts +74 -0
  916. package/dist/utils/form-rules.d.ts.map +1 -0
  917. package/dist/utils/formatadores.d.ts +15 -0
  918. package/dist/utils/formatadores.d.ts.map +1 -0
  919. package/dist/utils/gerador-id.d.ts +3 -0
  920. package/dist/utils/gerador-id.d.ts.map +1 -0
  921. package/dist/utils/hint-mensagem.d.ts +11 -0
  922. package/dist/utils/hint-mensagem.d.ts.map +1 -0
  923. package/dist/utils/index.d.ts +15 -0
  924. package/dist/utils/index.d.ts.map +1 -0
  925. package/dist/utils/limpar-campos.d.ts +6 -0
  926. package/dist/utils/limpar-campos.d.ts.map +1 -0
  927. package/dist/utils/masks.d.ts +16 -0
  928. package/dist/utils/masks.d.ts.map +1 -0
  929. package/dist/utils/medidas-util.d.ts +3 -0
  930. package/dist/utils/medidas-util.d.ts.map +1 -0
  931. package/dist/utils/normalizar-label.d.ts +2 -0
  932. package/dist/utils/normalizar-label.d.ts.map +1 -0
  933. package/dist/utils/scroll-elemento.d.ts +16 -0
  934. package/dist/utils/scroll-elemento.d.ts.map +1 -0
  935. package/dist/utils/validar-campo.d.ts +7 -0
  936. package/dist/utils/validar-campo.d.ts.map +1 -0
  937. package/dist/utils/validar-documentos.d.ts +12 -0
  938. package/dist/utils/validar-documentos.d.ts.map +1 -0
  939. package/dist/utils/vnode-slot.d.ts +43 -0
  940. package/dist/utils/vnode-slot.d.ts.map +1 -0
  941. package/package.json +100 -0
  942. package/src/components/actions/acai-ui-actions.vue +225 -0
  943. package/src/components/async-select/acai-ui-async-select-interface.ts +49 -0
  944. package/src/components/async-select/acai-ui-async-select.vue +409 -0
  945. package/src/components/badge/acai-ui-badge-interface.ts +19 -0
  946. package/src/components/badge/acai-ui-badge.vue +40 -0
  947. package/src/components/banner/acai-ui-banner-interface.ts +17 -0
  948. package/src/components/banner/acai-ui-banner-styles.scss +47 -0
  949. package/src/components/banner/acai-ui-banner.vue +85 -0
  950. package/src/components/button/acai-ui-button-interface.ts +21 -0
  951. package/src/components/button/acai-ui-button.vue +378 -0
  952. package/src/components/card/acai-ui-card-interface.ts +14 -0
  953. package/src/components/card/acai-ui-card-styles.scss +94 -0
  954. package/src/components/card/acai-ui-card.vue +148 -0
  955. package/src/components/chart/acai-ui-chart-interface.ts +226 -0
  956. package/src/components/chart/acai-ui-chart-styles.scss +141 -0
  957. package/src/components/chart/acai-ui-chart.vue +679 -0
  958. package/src/components/chart/chart-a11y.ts +184 -0
  959. package/src/components/chart/chart-caminhos.ts +466 -0
  960. package/src/components/chart/chart-cartesiano.vue +247 -0
  961. package/src/components/chart/chart-dados.ts +381 -0
  962. package/src/components/chart/chart-escalas.ts +141 -0
  963. package/src/components/chart/chart-formatar.ts +98 -0
  964. package/src/components/chart/chart-gauge.vue +152 -0
  965. package/src/components/chart/chart-headless.ts +130 -0
  966. package/src/components/chart/chart-imagem.ts +247 -0
  967. package/src/components/chart/chart-layout.ts +184 -0
  968. package/src/components/chart/chart-legenda.vue +103 -0
  969. package/src/components/chart/chart-pizza.vue +134 -0
  970. package/src/components/chart/chart-plano.ts +818 -0
  971. package/src/components/chart/chart-rotulos.ts +75 -0
  972. package/src/components/chart/chart-tabela.vue +116 -0
  973. package/src/components/chart/chart-ticks.ts +116 -0
  974. package/src/components/checkbox/acai-ui-checkbox-interface.ts +17 -0
  975. package/src/components/checkbox/acai-ui-checkbox.vue +114 -0
  976. package/src/components/chip/acai-ui-chip-interface.ts +19 -0
  977. package/src/components/chip/acai-ui-chip.vue +61 -0
  978. package/src/components/code/acai-ui-code-interface.ts +43 -0
  979. package/src/components/code/acai-ui-code-styles.scss +407 -0
  980. package/src/components/code/acai-ui-code.vue +595 -0
  981. package/src/components/code/dobras-json.ts +52 -0
  982. package/src/components/confirm/acai-ui-confirm.vue +230 -0
  983. package/src/components/container/acai-ui-container-interface.ts +34 -0
  984. package/src/components/container/acai-ui-container-styles.scss +122 -0
  985. package/src/components/container/acai-ui-container.vue +140 -0
  986. package/src/components/date/acai-ui-date-interface.ts +18 -0
  987. package/src/components/date/acai-ui-date.vue +191 -0
  988. package/src/components/date-range/acai-ui-date-range-interface.ts +27 -0
  989. package/src/components/date-range/acai-ui-date-range.vue +300 -0
  990. package/src/components/datetime/acai-ui-datetime-interface.ts +10 -0
  991. package/src/components/datetime/acai-ui-datetime.vue +203 -0
  992. package/src/components/datetime/data-hora-styles.scss +18 -0
  993. package/src/components/dialog/acai-ui-dialog-interface.ts +18 -0
  994. package/src/components/dialog/acai-ui-dialog.vue +168 -0
  995. package/src/components/divider/acai-ui-divider-interface.ts +4 -0
  996. package/src/components/divider/acai-ui-divider-styles.scss +42 -0
  997. package/src/components/divider/acai-ui-divider.vue +20 -0
  998. package/src/components/drawer/acai-ui-drawer-interface.ts +99 -0
  999. package/src/components/drawer/acai-ui-drawer-styles.scss +586 -0
  1000. package/src/components/drawer/acai-ui-drawer.vue +802 -0
  1001. package/src/components/drawer/drawer-sidebar-helper.ts +117 -0
  1002. package/src/components/dropdown/acai-ui-dropdown-interface.ts +41 -0
  1003. package/src/components/dropdown/acai-ui-dropdown-item.vue +36 -0
  1004. package/src/components/dropdown/acai-ui-dropdown-styles.scss +90 -0
  1005. package/src/components/dropdown/acai-ui-dropdown.vue +77 -0
  1006. package/src/components/error-log/acai-ui-error-log-interface.ts +59 -0
  1007. package/src/components/error-log/acai-ui-error-log-json-tree.vue +426 -0
  1008. package/src/components/error-log/acai-ui-error-log-redigir.ts +74 -0
  1009. package/src/components/error-log/acai-ui-error-log-styles.scss +137 -0
  1010. package/src/components/error-log/acai-ui-error-log.vue +318 -0
  1011. package/src/components/file/acai-ui-file-interface.ts +28 -0
  1012. package/src/components/file/acai-ui-file.vue +85 -0
  1013. package/src/components/file/arquivo-styles.scss +109 -0
  1014. package/src/components/form/acai-ui-form-grid.scss +145 -0
  1015. package/src/components/form/acai-ui-form-interface.ts +37 -0
  1016. package/src/components/form/acai-ui-form-styles.scss +159 -0
  1017. package/src/components/form/acai-ui-form-validation-modal.vue +216 -0
  1018. package/src/components/form/acai-ui-form.vue +410 -0
  1019. package/src/components/help/acai-ui-help-interface.ts +200 -0
  1020. package/src/components/help/acai-ui-help-styles.scss +209 -0
  1021. package/src/components/help/acai-ui-help.vue +259 -0
  1022. package/src/components/help/acai-ui-tour-styles.scss +292 -0
  1023. package/src/components/help/acai-ui-tour.vue +766 -0
  1024. package/src/components/help/tour-escolha.ts +139 -0
  1025. package/src/components/help/tour-posicionar.ts +148 -0
  1026. package/src/components/help/tour-registry.ts +177 -0
  1027. package/src/components/help/use-tour-visto.ts +81 -0
  1028. package/src/components/icon/acai-ui-icon-interface.ts +12 -0
  1029. package/src/components/icon/acai-ui-icon.vue +33 -0
  1030. package/src/components/index.ts +149 -0
  1031. package/src/components/input/acai-ui-input-interface.ts +20 -0
  1032. package/src/components/input/acai-ui-input.vue +146 -0
  1033. package/src/components/modal/acai-ui-modal-interface.ts +19 -0
  1034. package/src/components/modal/acai-ui-modal-styles.scss +131 -0
  1035. package/src/components/modal/acai-ui-modal.vue +83 -0
  1036. package/src/components/pagination/acai-ui-pagination-interface.ts +8 -0
  1037. package/src/components/pagination/acai-ui-pagination.vue +36 -0
  1038. package/src/components/preferences/acai-ui-preferences-interface.ts +4 -0
  1039. package/src/components/preferences/acai-ui-preferences-styles.scss +387 -0
  1040. package/src/components/preferences/acai-ui-preferences.vue +349 -0
  1041. package/src/components/progress/acai-ui-progress-interface.ts +20 -0
  1042. package/src/components/progress/acai-ui-progress.vue +124 -0
  1043. package/src/components/radio/acai-ui-radio-interface.ts +14 -0
  1044. package/src/components/radio/acai-ui-radio.vue +78 -0
  1045. package/src/components/section/acai-ui-section-styles.scss +93 -0
  1046. package/src/components/section/acai-ui-section.vue +134 -0
  1047. package/src/components/select/acai-ui-select-interface.ts +18 -0
  1048. package/src/components/select/acai-ui-select.vue +322 -0
  1049. package/src/components/session-clock/acai-ui-session-clock.vue +111 -0
  1050. package/src/components/stepper/acai-ui-step-interface.ts +18 -0
  1051. package/src/components/stepper/acai-ui-step.vue +37 -0
  1052. package/src/components/stepper/acai-ui-stepper-interface.ts +56 -0
  1053. package/src/components/stepper/acai-ui-stepper-styles.scss +222 -0
  1054. package/src/components/stepper/acai-ui-stepper.vue +231 -0
  1055. package/src/components/swagger/acai-ui-swagger-interface.ts +54 -0
  1056. package/src/components/swagger/acai-ui-swagger-operacao.vue +372 -0
  1057. package/src/components/swagger/acai-ui-swagger-requisicao.ts +272 -0
  1058. package/src/components/swagger/acai-ui-swagger-schema.vue +36 -0
  1059. package/src/components/swagger/acai-ui-swagger-styles.scss +883 -0
  1060. package/src/components/swagger/acai-ui-swagger.vue +349 -0
  1061. package/src/components/swagger/openapi-normalizar.ts +514 -0
  1062. package/src/components/swagger/openapi-tipos.ts +198 -0
  1063. package/src/components/table/acai-ui-table-interface.ts +60 -0
  1064. package/src/components/table/acai-ui-table-justificativa.vue +135 -0
  1065. package/src/components/table/acai-ui-table-styles.scss +293 -0
  1066. package/src/components/table/acai-ui-table.vue +340 -0
  1067. package/src/components/tabs/acai-ui-tab.vue +10 -0
  1068. package/src/components/tabs/acai-ui-tabs-interface.ts +48 -0
  1069. package/src/components/tabs/acai-ui-tabs-styles.scss +78 -0
  1070. package/src/components/tabs/acai-ui-tabs.vue +137 -0
  1071. package/src/components/time/acai-ui-time-interface.ts +14 -0
  1072. package/src/components/time/acai-ui-time.vue +86 -0
  1073. package/src/components/toggle/acai-ui-toggle-interface.ts +13 -0
  1074. package/src/components/toggle/acai-ui-toggle.vue +162 -0
  1075. package/src/components/tooltip/acai-ui-tooltip-interface.ts +11 -0
  1076. package/src/components/tooltip/acai-ui-tooltip-styles.scss +104 -0
  1077. package/src/components/tooltip/acai-ui-tooltip.vue +90 -0
  1078. package/src/components/user-menu/acai-ui-user-menu-interface.ts +13 -0
  1079. package/src/components/user-menu/acai-ui-user-menu-styles.scss +125 -0
  1080. package/src/components/user-menu/acai-ui-user-menu.vue +139 -0
  1081. package/src/components/validation/acai-ui-validation.vue +236 -0
  1082. package/src/constants/chart-paleta.ts +162 -0
  1083. package/src/constants/efeitos.ts +24 -0
  1084. package/src/constants/index.ts +24 -0
  1085. package/src/constants/lista-icons.ts +156 -0
  1086. package/src/constants/medidas-espacos.ts +15 -0
  1087. package/src/constants/radius.ts +15 -0
  1088. package/src/constants/status-badge.ts +44 -0
  1089. package/src/env.d.ts +7 -0
  1090. package/src/hooks/filtros-url-internos.ts +497 -0
  1091. package/src/hooks/index.ts +22 -0
  1092. package/src/hooks/notify.ts +18 -0
  1093. package/src/hooks/use-contador-sessao.ts +95 -0
  1094. package/src/hooks/use-filtros-na-url.ts +174 -0
  1095. package/src/hooks/use-leitura-voz.ts +346 -0
  1096. package/src/hooks/use-listagem-na-url.ts +614 -0
  1097. package/src/hooks/use-preferencias.ts +152 -0
  1098. package/src/hooks/use-repasse-quasar.ts +63 -0
  1099. package/src/hooks/use-tamanho-elemento.ts +107 -0
  1100. package/src/hooks/use-tela.ts +114 -0
  1101. package/src/hooks/use-validacao-visual.ts +189 -0
  1102. package/src/index.ts +30 -0
  1103. package/src/plugin.ts +134 -0
  1104. package/src/scss/_badge.scss +12 -0
  1105. package/src/scss/_breakpoints.scss +102 -0
  1106. package/src/scss/_color-utilities.scss +105 -0
  1107. package/src/scss/_controls.scss +135 -0
  1108. package/src/scss/_ds-input-base.scss +302 -0
  1109. package/src/scss/_ds-picker-m3.scss +179 -0
  1110. package/src/scss/_effects.scss +42 -0
  1111. package/src/scss/_overlays.scss +13 -0
  1112. package/src/scss/_radius.scss +24 -0
  1113. package/src/scss/_reset.scss +60 -0
  1114. package/src/scss/_scrollbar.scss +78 -0
  1115. package/src/scss/_spacing.scss +15 -0
  1116. package/src/scss/_themes.scss +493 -0
  1117. package/src/scss/_typography.scss +50 -0
  1118. package/src/scss/_utilities.scss +75 -0
  1119. package/src/scss/_variables.scss +143 -0
  1120. package/src/scss/api.scss +77 -0
  1121. package/src/scss/tokens.scss +13 -0
  1122. package/src/styles-global.scss +30 -0
  1123. package/src/utils/date-utils.ts +128 -0
  1124. package/src/utils/dialog-utils.ts +59 -0
  1125. package/src/utils/file-utils.ts +85 -0
  1126. package/src/utils/filtro-input.ts +41 -0
  1127. package/src/utils/form-rules.ts +202 -0
  1128. package/src/utils/formatadores.ts +97 -0
  1129. package/src/utils/gerador-id.ts +29 -0
  1130. package/src/utils/hint-mensagem.ts +25 -0
  1131. package/src/utils/index.ts +32 -0
  1132. package/src/utils/limpar-campos.ts +94 -0
  1133. package/src/utils/masks.ts +19 -0
  1134. package/src/utils/medidas-util.ts +5 -0
  1135. package/src/utils/normalizar-label.ts +9 -0
  1136. package/src/utils/scroll-elemento.ts +34 -0
  1137. package/src/utils/validar-campo.ts +27 -0
  1138. package/src/utils/validar-documentos.ts +86 -0
  1139. package/src/utils/vnode-slot.ts +74 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,795 @@
1
+ ## <small>1.65.5 (2026-08-27)</small>
2
+
3
+ * fix(core): parar de somar dois espacos na vertical da grade de formulario ([298d4b5](https://github.com/para-springboot/acai-ui/commit/298d4b5))
4
+ * docs: atualizar o marcador de versao publicada para 1.65.4 e fechar o item de altura dos campos ([6b02f25](https://github.com/para-springboot/acai-ui/commit/6b02f25))
5
+ * docs: novidades da versao 1.65.4 ([496bc00](https://github.com/para-springboot/acai-ui/commit/496bc00))
6
+
7
+ ## <small>1.65.4 (2026-08-27)</small>
8
+
9
+ * fix(core): reservar o espaco da mensagem em todos os campos, sempre ([e9569f0](https://github.com/para-springboot/acai-ui/commit/e9569f0))
10
+ * fix(core): tirar os 2px que deixavam todo select mais alto que o input ([fdcc257](https://github.com/para-springboot/acai-ui/commit/fdcc257))
11
+ * docs: atualizar o marcador de versao publicada para 1.65.3 ([8ccd33a](https://github.com/para-springboot/acai-ui/commit/8ccd33a))
12
+ * docs: novidades da versao 1.65.3 ([bc829e9](https://github.com/para-springboot/acai-ui/commit/bc829e9))
13
+
14
+ ## <small>1.65.3 (2026-08-27)</small>
15
+
16
+ * fix(core): fazer a barra de foco do campo acompanhar o arredondamento ([c7b5cc4](https://github.com/para-springboot/acai-ui/commit/c7b5cc4))
17
+ * docs: atualizar o marcador de versao publicada para 1.65.2 ([d6753bd](https://github.com/para-springboot/acai-ui/commit/d6753bd))
18
+ * docs: medir o custo real do hydration mismatch por preferencia ([ccc9a1b](https://github.com/para-springboot/acai-ui/commit/ccc9a1b))
19
+ * docs: novidades das versoes 1.65.1 e 1.65.2 ([0bffbd4](https://github.com/para-springboot/acai-ui/commit/0bffbd4))
20
+ * docs: registrar no backlog o contrato de formato dos campos de data ([06e29fe](https://github.com/para-springboot/acai-ui/commit/06e29fe))
21
+ * docs: registrar no backlog o hydration mismatch por estado de cliente ([10a47c1](https://github.com/para-springboot/acai-ui/commit/10a47c1))
22
+
23
+ ## <small>1.65.2 (2026-08-26)</small>
24
+
25
+ * fix(core): parar de embutir o quasar no dist e emitir especificador puro ([590fce1](https://github.com/para-springboot/acai-ui/commit/590fce1))
26
+ * docs: registrar o report de hydration do quasar e corrigir a estrategia do gitea ([055d25a](https://github.com/para-springboot/acai-ui/commit/055d25a))
27
+
28
+ ## <small>1.65.1 (2026-08-25)</small>
29
+
30
+ * fix(core): useListagemNaUrl nao busca nem cacheia no servidor ([1e00b19](https://github.com/para-springboot/acai-ui/commit/1e00b19))
31
+ * docs: a novidade da 1.65.0 — paginar sem refazer a consulta ([fdfb8cb](https://github.com/para-springboot/acai-ui/commit/fdfb8cb))
32
+
33
+ ## 1.65.0 (2026-08-24)
34
+
35
+ * docs: a novidade da 1.64.0 — pular etapas do formulario ([1aea971](https://github.com/para-springboot/acai-ui/commit/1aea971))
36
+ * docs: alinha a documentacao do repo com o estado real ([4577169](https://github.com/para-springboot/acai-ui/commit/4577169))
37
+ * docs: paginacao no cliente e a forma do filtro objeto ([ec851de](https://github.com/para-springboot/acai-ui/commit/ec851de))
38
+ * feat(core): useListagemNaUrl pagina no cliente quando a fonte devolve tudo ([2294441](https://github.com/para-springboot/acai-ui/commit/2294441))
39
+
40
+ ## 1.64.0 (2026-08-24)
41
+
42
+ * docs: a listagem so age na rota dela, e a novidade da 1.63.2 ([8ecba94](https://github.com/para-springboot/acai-ui/commit/8ecba94))
43
+ * docs: props de salto do stepper e a heranca do header-nav ([b669676](https://github.com/para-springboot/acai-ui/commit/b669676))
44
+ * feat(core): pular etapas do stepper clicando no cabecalho, com guarda ([d342930](https://github.com/para-springboot/acai-ui/commit/d342930))
45
+
46
+ ## <small>1.63.2 (2026-08-19)</small>
47
+
48
+ * fix(core): useListagemNaUrl escrevia na URL da tela de destino ([a63314c](https://github.com/para-springboot/acai-ui/commit/a63314c))
49
+ * docs: pagina do useListagemNaUrl e as novidades da 1.63 ([d93a85d](https://github.com/para-springboot/acai-ui/commit/d93a85d))
50
+
51
+ ## <small>1.63.1 (2026-08-19)</small>
52
+
53
+ * fix(core): input e select descartavam a maioria das props do Quasar ([e6324fe](https://github.com/para-springboot/acai-ui/commit/e6324fe))
54
+
55
+ ## 1.63.0 (2026-08-18)
56
+
57
+ * feat(core): useListagemNaUrl, a rota como fonte da verdade da listagem ([0b2bee8](https://github.com/para-springboot/acai-ui/commit/0b2bee8))
58
+ * fix(core): caixa do ds-input desenhada sem o padding dela ([6b1beb3](https://github.com/para-springboot/acai-ui/commit/6b1beb3))
59
+ * fix(core): formulario de duas colunas atravessa a faixa do notebook ([3a96996](https://github.com/para-springboot/acai-ui/commit/3a96996))
60
+ * docs: o agente OPERA o Gitea — corrige a regra que me travou ([2a4b187](https://github.com/para-springboot/acai-ui/commit/2a4b187))
61
+
62
+ ## 1.62.0 (2026-08-18)
63
+
64
+ * docs: tipo declarado e filtro de periodo na pagina de filtros na URL ([ca293c7](https://github.com/para-springboot/acai-ui/commit/ca293c7))
65
+ * feat(core): useFiltrosNaUrl aceita tipo declarado e objeto de um nivel ([21e0ee7](https://github.com/para-springboot/acai-ui/commit/21e0ee7))
66
+
67
+ ## 1.61.0 (2026-08-17)
68
+
69
+ * docs: corrige o diagnostico de autenticacao do Gitea na skill ([979d0c8](https://github.com/para-springboot/acai-ui/commit/979d0c8))
70
+ * docs: pagina do useFiltrosNaUrl e registro da seta do drawer ([19f0e58](https://github.com/para-springboot/acai-ui/commit/19f0e58))
71
+ * feat(core): useFiltrosNaUrl mantem a pesquisa na query string ([fe19182](https://github.com/para-springboot/acai-ui/commit/fe19182))
72
+
73
+ ## 1.60.0 (2026-08-17)
74
+
75
+ * docs: medidor, export de imagem e a API do error-log ([1c3569d](https://github.com/para-springboot/acai-ui/commit/1c3569d))
76
+ * docs: registra a 1.59.8 no historico de Novidades ([fc748a2](https://github.com/para-springboot/acai-ui/commit/fc748a2))
77
+ * feat(core): medidor e export de imagem no acai-ui-chart ([f4637b8](https://github.com/para-springboot/acai-ui/commit/f4637b8))
78
+
79
+ ## <small>1.59.8 (2026-08-17)</small>
80
+
81
+ * fix(core): tabela oculta do chart para de ocupar 250px invisiveis ([97b4545](https://github.com/para-springboot/acai-ui/commit/97b4545))
82
+ * docs: Novidades registra da 1.59.3 a 1.59.7 ([fdee1fa](https://github.com/para-springboot/acai-ui/commit/fdee1fa))
83
+
84
+ ## <small>1.59.7 (2026-08-17)</small>
85
+
86
+ * fix(core): ancora a direita so no desktop — o celular volta a esticar o Pesquisar ([8c0d1e8](https://github.com/para-springboot/acai-ui/commit/8c0d1e8))
87
+
88
+ ## <small>1.59.6 (2026-08-17)</small>
89
+
90
+ * fix(core): submit e limpar do formulario ancorados a direita mesmo sem acoes extras ([5777ac4](https://github.com/para-springboot/acai-ui/commit/5777ac4))
91
+
92
+ ## <small>1.59.5 (2026-08-17)</small>
93
+
94
+ * fix(core): stepper vertical devolve 40px de largura ao conteudo no celular ([b04d759](https://github.com/para-springboot/acai-ui/commit/b04d759))
95
+ * docs: registra o que falta no acai-ui-chart pra aposentar o echarts no est ([9229b1f](https://github.com/para-springboot/acai-ui/commit/9229b1f))
96
+
97
+ ## <small>1.59.4 (2026-08-16)</small>
98
+
99
+ * fix(core): barra de rolagem desenhada so para ponteiro fino, overlay no celular ([2f52ef1](https://github.com/para-springboot/acai-ui/commit/2f52ef1))
100
+ * docs: skill ganha a regra do :deep e o script que varre CSS morto por escopo ([486739a](https://github.com/para-springboot/acai-ui/commit/486739a))
101
+
102
+ ## <small>1.59.3 (2026-08-16)</small>
103
+
104
+ * fix(core): estilo do botao "Acoes" do formulario volta a existir, e ele ocupa a linha ([3e570b8](https://github.com/para-springboot/acai-ui/commit/3e570b8))
105
+ * docs: backlog atualizado — fecha o P1 do tour e o cabecalho de versao ([18a8d5c](https://github.com/para-springboot/acai-ui/commit/18a8d5c))
106
+ * docs: registra a 1.59.2 no historico de Novidades ([9ce2484](https://github.com/para-springboot/acai-ui/commit/9ce2484))
107
+ * docs: skill `monorepo` com o runbook de trabalhar neste repositorio ([ff501f3](https://github.com/para-springboot/acai-ui/commit/ff501f3))
108
+ * docs: skill anota que cerquilha com hex vira falso link de issue no changelog ([50dc6fe](https://github.com/para-springboot/acai-ui/commit/50dc6fe)), closes [#2d033b](https://github.com/para-springboot/acai-ui/issues/2d033b) [#7a76de](https://github.com/para-springboot/acai-ui/issues/7a76de) [#0e2a50](https://github.com/para-springboot/acai-ui/issues/0e2a50)
109
+ * docs: skill ganha o checklist do que a documentacao precisa antes do deploy ([c87d845](https://github.com/para-springboot/acai-ui/commit/c87d845))
110
+ * docs: skill passa a proibir o agente de operar o Gitea ([92047b3](https://github.com/para-springboot/acai-ui/commit/92047b3))
111
+ * docs: skill volta a deixar o agente operar o Gitea ([7c61988](https://github.com/para-springboot/acai-ui/commit/7c61988))
112
+
113
+ ## <small>1.59.2 (2026-08-16)</small>
114
+
115
+ * docs: registra a 1.59.1 no historico de Novidades ([b0fb195](https://github.com/para-springboot/acai-ui/commit/b0fb195))
116
+ * docs: retoma o roxo proprio e corrige o exemplo de acoes da secao-ficha ([99541fc](https://github.com/para-springboot/acai-ui/commit/99541fc))
117
+ * fix(core): acoes recolhidas no celular viram item de menu, e o menu fecha ao clicar ([d6124fb](https://github.com/para-springboot/acai-ui/commit/d6124fb))
118
+ * fix(core): o roxo acai volta a ser identidade da docs e sai do default da lib ([5bc439d](https://github.com/para-springboot/acai-ui/commit/5bc439d)), closes [#2d033b](https://github.com/para-springboot/acai-ui/issues/2d033b) [#7a76de](https://github.com/para-springboot/acai-ui/issues/7a76de) [#0e2a50](https://github.com/para-springboot/acai-ui/issues/0e2a50) [#0a1120](https://github.com/para-springboot/acai-ui/issues/0a1120)
119
+ * fix(core): rodape da tabela alinhado, e no celular so a paginacao ([92a1356](https://github.com/para-springboot/acai-ui/commit/92a1356))
120
+
121
+ ## <small>1.59.1 (2026-08-14)</small>
122
+
123
+ * fix(core): relogio do acai-ui-datetime deixa de ser cortado no celular ([ed6ccfb](https://github.com/para-springboot/acai-ui/commit/ed6ccfb))
124
+ * docs: conserta o menu e as grades de token no celular ([6bb2b8f](https://github.com/para-springboot/acai-ui/commit/6bb2b8f))
125
+ * docs: fecha a entrada da 1.59.0 no historico de Novidades ([7c70dc8](https://github.com/para-springboot/acai-ui/commit/7c70dc8))
126
+
127
+ ## 1.59.0 (2026-08-14)
128
+
129
+ * ci: release usa o GITHUB_TOKEN embutido no lugar do PAT vencido ([8f50b75](https://github.com/para-springboot/acai-ui/commit/8f50b75))
130
+ * docs: "Ver código" em todos os exemplos da página do acai-ui-chart ([5feefbb](https://github.com/para-springboot/acai-ui/commit/5feefbb))
131
+ * docs: padding igual nos quatro lados da moldura de exemplo ([08178ba](https://github.com/para-springboot/acai-ui/commit/08178ba))
132
+ * docs: pagina de Novidades, 404 que funciona e scroll do celular ([3d2e2d8](https://github.com/para-springboot/acai-ui/commit/3d2e2d8))
133
+ * docs: registra no backlog a falta de cor neutra no AcaiUiButton ([75628fa](https://github.com/para-springboot/acai-ui/commit/75628fa))
134
+ * docs: regra de classificação feat vs fix na versão da lib ([b0a3320](https://github.com/para-springboot/acai-ui/commit/b0a3320))
135
+ * fix(cli): devolve o scroll ao documento no celular e enxuga o header ([ed040a2](https://github.com/para-springboot/acai-ui/commit/ed040a2))
136
+ * feat(core): a lib inteira responsiva no celular, com folha de menu e ações que recolhem ([e11fda9](https://github.com/para-springboot/acai-ui/commit/e11fda9))
137
+
138
+ ## <small>1.58.1 (2026-08-07)</small>
139
+
140
+ * feat(cli): link da documentação no menu Desenvolvedor (1.13.0) ([56984f3](https://github.com/para-springboot/acai-ui/commit/56984f3))
141
+ * docs: rodapé mostra a versão da lib, não a da app de documentação ([788fc0c](https://github.com/para-springboot/acai-ui/commit/788fc0c))
142
+ * fix(core): legenda do item do drawer legível sobre a navy ([4b8b417](https://github.com/para-springboot/acai-ui/commit/4b8b417))
143
+
144
+ ## 1.58.0 (2026-08-07)
145
+
146
+ * feat(core): <acai-ui-chart> — gráficos SVG sem dependência ([55b1156](https://github.com/para-springboot/acai-ui/commit/55b1156))
147
+ * feat(core): paleta categórica de gráfico (--acai-chart-*) ([71b35ac](https://github.com/para-springboot/acai-ui/commit/71b35ac))
148
+
149
+ ## 1.57.0 (2026-08-05)
150
+
151
+ * chore: atualiza o bloco auto-gerenciado do Termbaker no CLAUDE.md ([7b167f7](https://github.com/para-springboot/acai-ui/commit/7b167f7))
152
+ * docs: documenta a leitura em voz alta na ajuda e nas preferências ([a93b72b](https://github.com/para-springboot/acai-ui/commit/a93b72b))
153
+ * feat(core): leitura em voz alta na ajuda e no tour ([1d588c7](https://github.com/para-springboot/acai-ui/commit/1d588c7))
154
+
155
+ ## 1.56.0 (2026-08-04)
156
+
157
+ * docs: descreve numeração, dobra, busca no corpo e filtro na página do swagger ([11f41ad](https://github.com/para-springboot/acai-ui/commit/11f41ad))
158
+ * feat(core): número de linha, dobra de bloco, busca no editor e caixa expansível no acai-ui-code ([5068048](https://github.com/para-springboot/acai-ui/commit/5068048))
159
+ * fix(core): grupos do swagger voltam a fechar durante a busca ([70dbc97](https://github.com/para-springboot/acai-ui/commit/70dbc97))
160
+
161
+ ## <small>1.55.2 (2026-08-04)</small>
162
+
163
+ * docs: renomeia "Tire sua dúvida" para "Ajuda" na página do help ([879341b](https://github.com/para-springboot/acai-ui/commit/879341b))
164
+ * fix(core): ícone com coluna própria nos tópicos e ajuda chamada de "Ajuda" ([662a901](https://github.com/para-springboot/acai-ui/commit/662a901))
165
+
166
+ ## <small>1.55.1 (2026-08-04)</small>
167
+
168
+ * docs: aba de cenários do atalho justification na página da tabela ([996c984](https://github.com/para-springboot/acai-ui/commit/996c984))
169
+ * fix(core): justification que não estoura a linha e tooltip que respeita as props ([287f027](https://github.com/para-springboot/acai-ui/commit/287f027))
170
+
171
+ ## 1.55.0 (2026-08-02)
172
+
173
+ * docs: activate, pick e step-skipped na página do help e na skill ([e0574da](https://github.com/para-springboot/acai-ui/commit/e0574da))
174
+ * feat(core): tour que abre o caminho, avança na ação e sabe escolher entre alvos repetidos ([55974f3](https://github.com/para-springboot/acai-ui/commit/55974f3))
175
+
176
+ ## <small>1.54.1 (2026-08-02)</small>
177
+
178
+ * fix(core): ícones legíveis no help e radius do modal que o Quasar atropelava ([df945fa](https://github.com/para-springboot/acai-ui/commit/df945fa))
179
+
180
+ ## 1.54.0 (2026-08-02)
181
+
182
+ * docs: importa a camada de tema da lib explicitamente no app.scss ([b4bdcf1](https://github.com/para-springboot/acai-ui/commit/b4bdcf1))
183
+ * docs: página do acai-ui-help com demo guiada e atualiza a skill ([3a7f602](https://github.com/para-springboot/acai-ui/commit/3a7f602))
184
+ * feat(core): ajuda contextual e product tour (acai-ui-help + acai-ui-tour) ([b384138](https://github.com/para-springboot/acai-ui/commit/b384138))
185
+
186
+ ## 1.53.0 (2026-07-31)
187
+
188
+ * feat(cli): página Swagger no menu Desenvolvedor (1.12.0) ([204a150](https://github.com/para-springboot/acai-ui/commit/204a150))
189
+ * feat(core): componente acai-ui-code e melhorias no explorador de API ([de97cb1](https://github.com/para-springboot/acai-ui/commit/de97cb1))
190
+ * docs: corrige o tema escuro e adiciona a página do acai-ui-swagger ([82c8125](https://github.com/para-springboot/acai-ui/commit/82c8125))
191
+
192
+ ## <small>1.52.1 (2026-07-31)</small>
193
+
194
+ * revert: desfaz o desvio do modelo decidido na §11 da estratégia do Gitea ([a99ac63](https://github.com/para-springboot/acai-ui/commit/a99ac63))
195
+ * chore: atualiza backlog e CLAUDE.md com o estado real ([129b46b](https://github.com/para-springboot/acai-ui/commit/129b46b))
196
+ * chore: atualiza o CLAUDE.md com a versão real e a topologia dos remotes ([a2a36f9](https://github.com/para-springboot/acai-ui/commit/a2a36f9))
197
+ * chore(ci): traz a infra de deploy da docs e corrige o match das tags ([8e75676](https://github.com/para-springboot/acai-ui/commit/8e75676))
198
+
199
+ ## 1.52.0 (2026-07-31)
200
+
201
+ * chore(ci): separa as esteiras — Gitea deploya a docs, GitHub publica o pacote ([c7d8017](https://github.com/para-springboot/acai-ui/commit/c7d8017))
202
+ * feat(core): componente acai-ui-swagger — explorador de API embutido ([6555f3e](https://github.com/para-springboot/acai-ui/commit/6555f3e))
203
+ * feat(core): tinta de status dark-aware para positive, info e warning ([ea833c6](https://github.com/para-springboot/acai-ui/commit/ea833c6))
204
+
205
+ ## <small>1.51.1 (2026-07-31)</small>
206
+
207
+ * fix(card): rodapé condicional deixa de congelar no primeiro render ([592a46b](https://github.com/para-springboot/acai-ui/commit/592a46b))
208
+
209
+ ## 1.51.0 (2026-07-30)
210
+
211
+ * docs: casca nova, 10 componentes documentados e busca ([e0bd59d](https://github.com/para-springboot/acai-ui/commit/e0bd59d))
212
+ * docs: estrategia de migracao pro gitea + atualiza backlog ([e5aa6c7](https://github.com/para-springboot/acai-ui/commit/e5aa6c7))
213
+ * docs: registra o modelo de trabalho GitHub x Gitea decidido ([fa90c87](https://github.com/para-springboot/acai-ui/commit/fa90c87))
214
+ * feat(core): drawer recolhivel em trilho de icones ([ad766a6](https://github.com/para-springboot/acai-ui/commit/ad766a6))
215
+ * chore: ignora arquivos locais/gerados pela IDE (termbaker, mcp, settings.local) ([8a6f103](https://github.com/para-springboot/acai-ui/commit/8a6f103))
216
+
217
+ ## <small>1.50.2 (2026-07-27)</small>
218
+
219
+ * fix(cli): corrige pt-BR das telas de erro e o botao da 403 publica ([47b02cd](https://github.com/para-springboot/acai-ui/commit/47b02cd)), closes [#if](https://github.com/para-springboot/acai-ui/issues/if)
220
+ * fix(core): importa vars scss no container pra nao quebrar build via source ([ea1d79a](https://github.com/para-springboot/acai-ui/commit/ea1d79a))
221
+ * docs: limpa e atualiza o backlog TODO-AGORA ([810fe6f](https://github.com/para-springboot/acai-ui/commit/810fe6f))
222
+
223
+ ## <small>1.50.1 (2026-07-20)</small>
224
+
225
+ * fix(core): error-log le as chaves PT e oculta credenciais nos detalhes ([20a106a](https://github.com/para-springboot/acai-ui/commit/20a106a))
226
+
227
+ ## 1.50.0 (2026-07-20)
228
+
229
+ * feat(core): session clock passa a exibir os segundos ([1faea14](https://github.com/para-springboot/acai-ui/commit/1faea14))
230
+ * fix(core): corrige o modal de error-log no tema escuro ([9da651e](https://github.com/para-springboot/acai-ui/commit/9da651e)), closes [#0d1117](https://github.com/para-springboot/acai-ui/issues/0d1117)
231
+ * fix(core): negative legivel no tema escuro via token --acai-negative ([f6da09a](https://github.com/para-springboot/acai-ui/commit/f6da09a)), closes [#941c2a](https://github.com/para-springboot/acai-ui/issues/941c2a) [#171f2e](https://github.com/para-springboot/acai-ui/issues/171f2e) [#e06070](https://github.com/para-springboot/acai-ui/issues/e06070) [#941c2a](https://github.com/para-springboot/acai-ui/issues/941c2a) [#e06070](https://github.com/para-springboot/acai-ui/issues/e06070) [#e0707d](https://github.com/para-springboot/acai-ui/issues/e0707d)
232
+ * fix(core): valida data e hora inexistentes nos componentes de data ([cb1a52d](https://github.com/para-springboot/acai-ui/commit/cb1a52d))
233
+ * docs: registra token-API dev-facing + AsyncSelect/Badge na skill e no CLAUDE.md ([71e6199](https://github.com/para-springboot/acai-ui/commit/71e6199))
234
+
235
+ ## 1.49.0 (2026-07-17)
236
+
237
+ * chore: marca date-range/hora dark e AcaiUiBadge como entregues no backlog ([1c3cf15](https://github.com/para-springboot/acai-ui/commit/1c3cf15))
238
+ * feat(core): API de tokens dev-facing ($acai-* SCSS + utilitarias dark-aware) ([0477376](https://github.com/para-springboot/acai-ui/commit/0477376))
239
+
240
+ ## 1.48.0 (2026-07-17)
241
+
242
+ * feat(core): AcaiUiBadge standalone + mapa de status compartilhado ([e9ce82b](https://github.com/para-springboot/acai-ui/commit/e9ce82b))
243
+ * fix(core): pickers de data/hora legiveis no dark (dia/range/edit-range/relogio) ([b0d55b1](https://github.com/para-springboot/acai-ui/commit/b0d55b1))
244
+ * chore: marca AcaiUiAsyncSelect como entregue no backlog ([b2f6352](https://github.com/para-springboot/acai-ui/commit/b2f6352))
245
+ * chore(core): inclui CHANGELOG.md no pacote publicado ([e4d3cac](https://github.com/para-springboot/acai-ui/commit/e4d3cac))
246
+
247
+ ## 1.47.0 (2026-07-17)
248
+
249
+ * chore: anota ajuste do date-range (dia selecionado no dark) no backlog ([0531eb1](https://github.com/para-springboot/acai-ui/commit/0531eb1))
250
+ * feat(core): AcaiUiAsyncSelect - campo de busca assincrona com popup ancorado ([04ec970](https://github.com/para-springboot/acai-ui/commit/04ec970))
251
+
252
+ ## <small>1.46.1 (2026-07-17)</small>
253
+
254
+ * chore: atualiza backlog (sessao de cor CVD + polimento concluida) ([a47850d](https://github.com/para-springboot/acai-ui/commit/a47850d))
255
+ * fix(core): botao cancelar do confirm e radio ativo adaptam ao dark/daltonico ([ffb82f9](https://github.com/para-springboot/acai-ui/commit/ffb82f9))
256
+
257
+ ## 1.46.0 (2026-07-17)
258
+
259
+ * feat(core): chip aceita a cor 'info' ([f59b777](https://github.com/para-springboot/acai-ui/commit/f59b777)), closes [#0a76a0](https://github.com/para-springboot/acai-ui/issues/0a76a0)
260
+ * feat(core): cores semanticas adaptam ao modo daltonico e correcoes de polimento ([1e6dbcd](https://github.com/para-springboot/acai-ui/commit/1e6dbcd))
261
+
262
+ ## <small>1.45.3 (2026-07-16)</small>
263
+
264
+ * chore(release): mapeia o tipo revert para patch ([d172402](https://github.com/para-springboot/acai-ui/commit/d172402))
265
+ * docs: popup do select volta a ABERTO e registra a causa raiz real ([0e57328](https://github.com/para-springboot/acai-ui/commit/0e57328))
266
+ * revert(select): remove o fechamento do popup no scroll ([3603e0e](https://github.com/para-springboot/acai-ui/commit/3603e0e))
267
+
268
+ ## <small>1.45.2 (2026-07-16)</small>
269
+
270
+ * fix(select): popup deixa de fechar sozinho ao abrir ([bcc0846](https://github.com/para-springboot/acai-ui/commit/bcc0846))
271
+
272
+ ## <small>1.45.1 (2026-07-16)</small>
273
+
274
+ * docs: causa raiz real do keep-alive das tabs e status dos bugs corrigidos ([6123d93](https://github.com/para-springboot/acai-ui/commit/6123d93))
275
+ * chore(core): liga exactOptionalPropertyTypes no typecheck ([61689a4](https://github.com/para-springboot/acai-ui/commit/61689a4))
276
+ * fix(dropdown): tipo da prop animation aceita undefined ([00d96ac](https://github.com/para-springboot/acai-ui/commit/00d96ac))
277
+ * fix(tabs): honra keep-alive e disabled escritos em kebab-case e sem valor ([ea18739](https://github.com/para-springboot/acai-ui/commit/ea18739))
278
+ * test(core): infra de testes com vitest, vue-test-utils e happy-dom ([4e65d1d](https://github.com/para-springboot/acai-ui/commit/4e65d1d))
279
+
280
+ ## 1.45.0 (2026-07-16)
281
+
282
+ * docs: canal de report das aplicacoes + status dos bugs corrigidos ([9615c60](https://github.com/para-springboot/acai-ui/commit/9615c60))
283
+ * feat(core): eventos do Quasar, popup do select, keep-alive das tabs e defaults booleanos ([296de7a](https://github.com/para-springboot/acai-ui/commit/296de7a))
284
+
285
+ ## <small>1.44.2 (2026-07-14)</small>
286
+
287
+ * fix(input): placeholder empilha a label sozinho (nao colidem mais) ([7839c9f](https://github.com/para-springboot/acai-ui/commit/7839c9f))
288
+ * feat(cli): login com escolha LDAP/Padrao e loading do /auth padronizado ([87cb733](https://github.com/para-springboot/acai-ui/commit/87cb733))
289
+
290
+ ## <small>1.44.1 (2026-07-14)</small>
291
+
292
+ * fix(checkbox): fill e borda imunes a css global do consumidor no dark ([4048f7c](https://github.com/para-springboot/acai-ui/commit/4048f7c))
293
+
294
+ ## 1.44.0 (2026-07-14)
295
+
296
+ * feat(checkbox): borda visível no dark e suporte a dense/indeterminate ([d6f4683](https://github.com/para-springboot/acai-ui/commit/d6f4683))
297
+
298
+ ## 1.43.0 (2026-07-13)
299
+
300
+ * feat(pagination): novo acai-ui-pagination (wrapper DS do q-pagination) ([4c05e4d](https://github.com/para-springboot/acai-ui/commit/4c05e4d))
301
+ * fix(file): labels do dropzone dark-aware (escopa bloco dark sob .q-file-container) ([b15141c](https://github.com/para-springboot/acai-ui/commit/b15141c)), closes [#131313](https://github.com/para-springboot/acai-ui/issues/131313)
302
+
303
+ ## 1.42.0 (2026-07-13)
304
+
305
+ * feat(dialog): DialogUtils imperativo renderiza acai-ui-confirm (DS) + opcoes icon/color/htmlContent/ ([1dc0971](https://github.com/para-springboot/acai-ui/commit/1dc0971))
306
+
307
+ ## <small>1.41.15 (2026-07-12)</small>
308
+
309
+ * fix(select): popup casa com o campo via ajuste imperativo no @popup-show ([bb1ee4a](https://github.com/para-springboot/acai-ui/commit/bb1ee4a))
310
+
311
+ ## <small>1.41.14 (2026-07-12)</small>
312
+
313
+ * fix(select): popup casa com a largura do campo + chip quebra linha ([1dc549b](https://github.com/para-springboot/acai-ui/commit/1dc549b))
314
+
315
+ ## <small>1.41.13 (2026-07-12)</small>
316
+
317
+ * fix(input): erro dos rules volta a ser negative + reverte popup width:0 ([55cce60](https://github.com/para-springboot/acai-ui/commit/55cce60))
318
+
319
+ ## <small>1.41.12 (2026-07-12)</small>
320
+
321
+ * fix(select): popup casa com a largura do campo + opcoes quebram linha ([a9fd6b2](https://github.com/para-springboot/acai-ui/commit/a9fd6b2))
322
+
323
+ ## <small>1.41.11 (2026-07-12)</small>
324
+
325
+ * fix(select): trunca valor selecionado + capa popup em ~400px ([c4e3df3](https://github.com/para-springboot/acai-ui/commit/c4e3df3))
326
+
327
+ ## <small>1.41.10 (2026-07-12)</small>
328
+
329
+ * fix(ssr): torna o Quasar bundlado no dist SSR-safe (window/document) ([1618443](https://github.com/para-springboot/acai-ui/commit/1618443))
330
+
331
+ ## <small>1.41.9 (2026-07-12)</small>
332
+
333
+ * fix(datetime): watch reverso no datetime (edicao) + slots prepend/append no input ([5674fe6](https://github.com/para-springboot/acai-ui/commit/5674fe6))
334
+ * fix(datetime,input): watch reverso no datetime (edicao) e slots prepend/append no input ([80070ac](https://github.com/para-springboot/acai-ui/commit/80070ac)), closes [prepend/#append](https://github.com/para-springboot/acai-ui/issues/append)
335
+
336
+ ## <small>1.41.8 (2026-07-11)</small>
337
+
338
+ * fix(file): esconde a label 'Arquivo' do dropzone (flutuava deslocada) ([ade21aa](https://github.com/para-springboot/acai-ui/commit/ade21aa))
339
+
340
+ ## <small>1.41.7 (2026-07-11)</small>
341
+
342
+ * fix(dark): dropzone do acai-ui-file mais legivel no escuro ([a99ead5](https://github.com/para-springboot/acai-ui/commit/a99ead5))
343
+
344
+ ## <small>1.41.6 (2026-07-11)</small>
345
+
346
+ * fix(dropdown): default arrow_drop_down (nao more_vert) quando tem label ([fe42943](https://github.com/para-springboot/acai-ui/commit/fe42943))
347
+
348
+ ## <small>1.41.5 (2026-07-11)</small>
349
+
350
+ * fix(dark): botao OK e range do date-picker no escuro ([52547cd](https://github.com/para-springboot/acai-ui/commit/52547cd))
351
+
352
+ ## <small>1.41.4 (2026-07-11)</small>
353
+
354
+ * fix(dark): hint/icones de input, popup de data escuro, slot #actions do form e icone x maior ([c489302](https://github.com/para-springboot/acai-ui/commit/c489302)), closes [#actions](https://github.com/para-springboot/acai-ui/issues/actions) [#actions](https://github.com/para-springboot/acai-ui/issues/actions)
355
+
356
+ ## <small>1.41.3 (2026-07-10)</small>
357
+
358
+ * fix(dark): linha separadora do titulo do acai-ui-card clara no escuro ([76fb1cd](https://github.com/para-springboot/acai-ui/commit/76fb1cd))
359
+
360
+ ## <small>1.41.2 (2026-07-10)</small>
361
+
362
+ * fix(dark): tab ativo (texto + indicador) usa --acai-heading, branco no escuro ([78b1ad1](https://github.com/para-springboot/acai-ui/commit/78b1ad1))
363
+
364
+ ## <small>1.41.1 (2026-07-10)</small>
365
+
366
+ * fix(dark): modal branco, numero do dot do stepper e icones de input no escuro ([0aa4e70](https://github.com/para-springboot/acai-ui/commit/0aa4e70)), closes [#000](https://github.com/para-springboot/acai-ui/issues/000)
367
+
368
+ ## 1.41.0 (2026-07-10)
369
+
370
+ * feat(dark): restaura os separadores internos da tabela em --acai-border ([cc52a6e](https://github.com/para-springboot/acai-ui/commit/cc52a6e))
371
+
372
+ ## <small>1.40.7 (2026-07-10)</small>
373
+
374
+ * fix(dark): moldura branca da tabela era o bg #fff do .q-table__card do Quasar ([9b2f13a](https://github.com/para-springboot/acai-ui/commit/9b2f13a)), closes [#fff](https://github.com/para-springboot/acai-ui/issues/fff) [#fff](https://github.com/para-springboot/acai-ui/issues/fff)
375
+
376
+ ## <small>1.40.6 (2026-07-10)</small>
377
+
378
+ * fix(dark): linha branca do drawer estava no aside .q-drawer, nao no .drawer-container ([8841231](https://github.com/para-springboot/acai-ui/commit/8841231))
379
+
380
+ ## <small>1.40.5 (2026-07-10)</small>
381
+
382
+ * fix(dark): remove a linha branca dura dos containers (era o anel do --acai-elevation) ([6d52bc5](https://github.com/para-springboot/acai-ui/commit/6d52bc5))
383
+
384
+ ## <small>1.40.4 (2026-07-10)</small>
385
+
386
+ * fix(dark): tabela sem grade dura (zebra + glow) e edge do drawer difuso ([9d86127](https://github.com/para-springboot/acai-ui/commit/9d86127))
387
+
388
+ ## <small>1.40.3 (2026-07-10)</small>
389
+
390
+ * fix(dark): moldura da tabela no container certo e borda do drawer sem linha dura ([84a2e28](https://github.com/para-springboot/acai-ui/commit/84a2e28))
391
+
392
+ ## <small>1.40.2 (2026-07-10)</small>
393
+
394
+ * fix(dark): elevação clara nos containers, borda de tabela suave e ícone de dropdown-tabela legível ([51b78cc](https://github.com/para-springboot/acai-ui/commit/51b78cc))
395
+
396
+ ## <small>1.40.1 (2026-07-10)</small>
397
+
398
+ * fix(dark): texto de input, select e células de tabela usa --acai-text no escuro ([3c6192b](https://github.com/para-springboot/acai-ui/commit/3c6192b))
399
+
400
+ ## 1.40.0 (2026-07-10)
401
+
402
+ * feat(dark): contraste correto dos componentes no tema escuro ([59adc57](https://github.com/para-springboot/acai-ui/commit/59adc57))
403
+
404
+ ## 1.39.0 (2026-07-10)
405
+
406
+ * feat(date-range): prop minDays (validação de mínimo de dias) ([283a0b0](https://github.com/para-springboot/acai-ui/commit/283a0b0))
407
+
408
+ ## 1.38.0 (2026-07-10)
409
+
410
+ * docs: centraliza backlog em .ai/TODO-AGORA.md (fonte unica) ([5ff0ff6](https://github.com/para-springboot/acai-ui/commit/5ff0ff6))
411
+ * feat(core): bundle /styles self-contained (camada de tema no dist/acai-ui.css) ([88a346f](https://github.com/para-springboot/acai-ui/commit/88a346f))
412
+
413
+ ## 1.37.0 (2026-07-10)
414
+
415
+ * feat(button): prop tooltip (+ tooltipPosition e slot #tooltip) usando AcaiUiTooltip ([383cd17](https://github.com/para-springboot/acai-ui/commit/383cd17)), closes [#tooltip](https://github.com/para-springboot/acai-ui/issues/tooltip) [#tooltip](https://github.com/para-springboot/acai-ui/issues/tooltip)
416
+
417
+ ## 1.36.0 (2026-07-10)
418
+
419
+ * feat(drawer): trilho vertical direito nos itens filhos (espelha o esquerdo) ([d325f9d](https://github.com/para-springboot/acai-ui/commit/d325f9d))
420
+ * fix(tabs): não declarar `key` como prop do acai-ui-tab (Invalid prop name) ([11e0193](https://github.com/para-springboot/acai-ui/commit/11e0193))
421
+
422
+ ## <small>1.35.2 (2026-07-10)</small>
423
+
424
+ * fix(form): iconRight do submit via v-bind condicional (satisfaz exactOptionalPropertyTypes) ([6a640f5](https://github.com/para-springboot/acai-ui/commit/6a640f5))
425
+
426
+ ## <small>1.35.1 (2026-07-10)</small>
427
+
428
+ * fix(form): iconSubmit aceita string no runtime (some o warning de prop-type) ([03e3a09](https://github.com/para-springboot/acai-ui/commit/03e3a09))
429
+
430
+ ## 1.35.0 (2026-07-10)
431
+
432
+ * feat(core): border-left permanente no item filho do drawer como guia de hierarquia ([5363b74](https://github.com/para-springboot/acai-ui/commit/5363b74))
433
+
434
+ ## 1.34.0 (2026-07-10)
435
+
436
+ * feat(input): unmaskedValue com default true ([dad26a5](https://github.com/para-springboot/acai-ui/commit/dad26a5))
437
+
438
+ ## 1.33.0 (2026-07-10)
439
+
440
+ * fix(cli): botao da 403 publica redireciona pro auth-web em vez da Home ([5b72479](https://github.com/para-springboot/acai-ui/commit/5b72479))
441
+ * feat(core): drawer com padding simétrico da lista e hover de item filho com contorno claro + sombra ([0a6de8e](https://github.com/para-springboot/acai-ui/commit/0a6de8e))
442
+
443
+ ## 1.32.0 (2026-07-10)
444
+
445
+ * feat(cli): bump 1.11.0 (1.10.0 já publicado; inclui header sombra + clock/user-menu) ([2a8e9bf](https://github.com/para-springboot/acai-ui/commit/2a8e9bf))
446
+ * feat(input): repassa unmaskedValue, adiciona prop trim e 11 ícones; warning âmbar ([53fc20b](https://github.com/para-springboot/acai-ui/commit/53fc20b)), closes [#f0c065](https://github.com/para-springboot/acai-ui/issues/f0c065) [#e19c2d](https://github.com/para-springboot/acai-ui/issues/e19c2d)
447
+
448
+ ## 1.31.0 (2026-07-06)
449
+
450
+ * feat(cli): header with-auth com AcaiUiSessionClock + perfil no user-menu + Sair negative ([c3ac9e4](https://github.com/para-springboot/acai-ui/commit/c3ac9e4))
451
+ * feat(core): AcaiUiSessionClock (relógio digital) + user-menu com perfil na 2ª linha ([bd4438c](https://github.com/para-springboot/acai-ui/commit/bd4438c))
452
+
453
+ ## 1.30.0 (2026-07-06)
454
+
455
+ * feat(core): AcaiUiModal com header/footer fixos e scroll só no conteúdo ([62145c2](https://github.com/para-springboot/acai-ui/commit/62145c2))
456
+
457
+ ## 1.29.0 (2026-07-06)
458
+
459
+ * feat(core): AcaiUiToggle vira o switch "pill" (o do painel de Preferências) ([0cfd172](https://github.com/para-springboot/acai-ui/commit/0cfd172))
460
+
461
+ ## 1.28.0 (2026-07-06)
462
+
463
+ * feat(cli): header dos layouts com sombra em vez de linha dura ([d9ebe3e](https://github.com/para-springboot/acai-ui/commit/d9ebe3e))
464
+ * feat(core): warning #f0c065, toggles do painel via AcaiUiToggle, breadcrumb, sombras, paginação ([7d74632](https://github.com/para-springboot/acai-ui/commit/7d74632)), closes [#f0c065](https://github.com/para-springboot/acai-ui/issues/f0c065) [#f0c065](https://github.com/para-springboot/acai-ui/issues/f0c065)
465
+
466
+ ## <small>1.27.2 (2026-07-06)</small>
467
+
468
+ * fix(core): quadradinhos do modo daltônico com tamanho/cor inline ([fc46804](https://github.com/para-springboot/acai-ui/commit/fc46804))
469
+
470
+ ## <small>1.27.1 (2026-07-05)</small>
471
+
472
+ * fix(core): garante os swatches de cor na lista do modo daltônico ([e11df86](https://github.com/para-springboot/acai-ui/commit/e11df86))
473
+
474
+ ## 1.27.0 (2026-07-05)
475
+
476
+ * feat(core): daltônico em lista clicável + polimentos de dark/fonte ([a7d14d5](https://github.com/para-springboot/acai-ui/commit/a7d14d5))
477
+
478
+ ## 1.26.0 (2026-07-05)
479
+
480
+ * feat(core): daltonismo por tipo (protanopia, deuteranopia, tritanopia, acromatopsia) ([a0e2744](https://github.com/para-springboot/acai-ui/commit/a0e2744))
481
+
482
+ ## <small>1.25.3 (2026-07-05)</small>
483
+
484
+ * fix(core): passada completa de dark mode (input, breadcrumb, paginação) ([94d60fc](https://github.com/para-springboot/acai-ui/commit/94d60fc))
485
+
486
+ ## <small>1.25.2 (2026-07-05)</small>
487
+
488
+ * fix(core): input claro no tema escuro + corrige label lavado ([1702183](https://github.com/para-springboot/acai-ui/commit/1702183))
489
+
490
+ ## <small>1.25.1 (2026-07-05)</small>
491
+
492
+ * fix(core): legibilidade do tema escuro (botão outlined/flat, input filled) ([6df9498](https://github.com/para-springboot/acai-ui/commit/6df9498)), closes [#0e2a50](https://github.com/para-springboot/acai-ui/issues/0e2a50) [#6aa5e8](https://github.com/para-springboot/acai-ui/issues/6aa5e8)
493
+
494
+ ## 1.25.0 (2026-07-05)
495
+
496
+ * feat(cli): header dos layouts adapta ao tema escuro ([90f4d14](https://github.com/para-springboot/acai-ui/commit/90f4d14))
497
+ * feat(core): Preferências funcionais — tema escuro, daltônico e alto contraste ([a9464b7](https://github.com/para-springboot/acai-ui/commit/a9464b7))
498
+
499
+ ## <small>1.24.1 (2026-07-05)</small>
500
+
501
+ * docs: registra tarefa de implementar a funcionalidade das Preferências ([34945d9](https://github.com/para-springboot/acai-ui/commit/34945d9))
502
+ * fix(core): remove backdrop-filter dos overlays (perf) e melhora iniciais do AcaiUiUserMenu ([f823fca](https://github.com/para-springboot/acai-ui/commit/f823fca))
503
+
504
+ ## 1.24.0 (2026-07-05)
505
+
506
+ * feat(cli): layouts com header claro + drawer full-height + preferências + marca ([90d6c65](https://github.com/para-springboot/acai-ui/commit/90d6c65)), closes [#brand](https://github.com/para-springboot/acai-ui/issues/brand)
507
+ * feat(core): novo shell de layout — drawer flat, AcaiUiUserMenu, AcaiUiPreferences e polimentos ([6ca17f4](https://github.com/para-springboot/acai-ui/commit/6ca17f4)), closes [#brand](https://github.com/para-springboot/acai-ui/issues/brand) [#EEF1F7](https://github.com/para-springboot/acai-ui/issues/EEF1F7)
508
+
509
+ ## 1.23.0 (2026-07-05)
510
+
511
+ * chore: atualiza CLAUDE.md (3 pacotes, ordem de publish) e marca itens resolvidos no TODO-AGORA ([28a435d](https://github.com/para-springboot/acai-ui/commit/28a435d))
512
+ * chore(cli): bump para 1.5.0 (Monte seu fluxo) ([e293c0d](https://github.com/para-springboot/acai-ui/commit/e293c0d))
513
+ * feat(cli): datasets de seletores prontos (UFs, municipios, sexo, estado civil, tipo sanguineo, CNH, ([25249ef](https://github.com/para-springboot/acai-ui/commit/25249ef))
514
+ * feat(cli): detecção de datasets prontos no gerador, home padrão e eslint-config compartilhado ([0447840](https://github.com/para-springboot/acai-ui/commit/0447840))
515
+ * feat(core): use-input do AcaiUiSelect filtra por padrão + AcaiUiBanner ([4fd1ec0](https://github.com/para-springboot/acai-ui/commit/4fd1ec0))
516
+ * feat(eslint-config): config ESLint flat compartilhado @para-springboot/eslint-config-acai-ui ([24126da](https://github.com/para-springboot/acai-ui/commit/24126da))
517
+ * fix(core): breadcrumbs somem no consumidor, bordas do card e largura da paginação ([7f46a3a](https://github.com/para-springboot/acai-ui/commit/7f46a3a))
518
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([7199ca8](https://github.com/para-springboot/acai-ui/commit/7199ca8))
519
+
520
+ ## 1.22.0 (2026-06-15)
521
+
522
+ * feat(cli): "Monte seu fluxo" — gerador visual de telas (menu Desenvolvedor) ([5fda0c0](https://github.com/para-springboot/acai-ui/commit/5fda0c0))
523
+ * feat(core): keepExpansion no drawer e stepper sem moldura própria ([9d87bc4](https://github.com/para-springboot/acai-ui/commit/9d87bc4))
524
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([9754a73](https://github.com/para-springboot/acai-ui/commit/9754a73))
525
+
526
+ ## <small>1.21.1 (2026-06-11)</small>
527
+
528
+ * fix(core): remove :deep() inválido no dropdown (bloco global) que vazava warning no lightningcss ([379f611](https://github.com/para-springboot/acai-ui/commit/379f611))
529
+ * docs: drawer navegando (item-click/active-key) + cobertura dos utils novos ([45e9413](https://github.com/para-springboot/acai-ui/commit/45e9413))
530
+ * docs: guia para agentes de IA (página + llms.txt + SKILL.md) e doc dos scaffolders ([2e08dc8](https://github.com/para-springboot/acai-ui/commit/2e08dc8))
531
+
532
+ ## 1.21.0 (2026-06-11)
533
+
534
+ * feat(cli): header lê usuário do JWT + rodapé do drawer (DETRAN) + bump 1.4.4 ([559dd4c](https://github.com/para-springboot/acai-ui/commit/559dd4c)), closes [#footer](https://github.com/para-springboot/acai-ui/issues/footer)
535
+ * feat(core): publica slot #footer do drawer + Masks.cnpj alfanumérico ([5ddd80e](https://github.com/para-springboot/acai-ui/commit/5ddd80e)), closes [#footer](https://github.com/para-springboot/acai-ui/issues/footer)
536
+
537
+ ## 1.20.0 (2026-06-10)
538
+
539
+ * feat(core): consolida utils dos apps DETRAN (arquivo, cpf/cnpj, datas, masks) ([4c7f22b](https://github.com/para-springboot/acai-ui/commit/4c7f22b))
540
+ * ci: escopa release pra ignorar commits de cli/installer ([4e3230f](https://github.com/para-springboot/acai-ui/commit/4e3230f))
541
+ * chore(cli): ajustes de scaffolder + bump 1.4.1 ([be28d7c](https://github.com/para-springboot/acai-ui/commit/be28d7c))
542
+ * chore(cli): ajustes de scaffolder + bump 1.4.1 ([6345e4e](https://github.com/para-springboot/acai-ui/commit/6345e4e))
543
+ * chore(cli): bump 1.4.2 ([01add54](https://github.com/para-springboot/acai-ui/commit/01add54))
544
+ * chore(cli): overrides shell-quote ^1.8.4 (zera vulns críticas) + bump 1.4.3 ([08c8c7d](https://github.com/para-springboot/acai-ui/commit/08c8c7d))
545
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([0f9751c](https://github.com/para-springboot/acai-ui/commit/0f9751c))
546
+
547
+ ## <small>1.19.3 (2026-06-10)</small>
548
+
549
+ * chore(cli): bump 1.3.1 ([81401e2](https://github.com/para-springboot/acai-ui/commit/81401e2))
550
+ * chore(cli): lote de melhorias do scaffolder + bump 1.4.0 ([bc6c4bb](https://github.com/para-springboot/acai-ui/commit/bc6c4bb)), closes [#0e2a50](https://github.com/para-springboot/acai-ui/issues/0e2a50)
551
+ * fix(core): engines inclui node 24 ([ad66880](https://github.com/para-springboot/acai-ui/commit/ad66880))
552
+
553
+ ## <small>1.19.2 (2026-06-10)</small>
554
+
555
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([3bfb0b4](https://github.com/para-springboot/acai-ui/commit/3bfb0b4))
556
+ * fix(cli): hook da store preserva camelCase do método (use<Metodo>WithParams) ([bd08ba2](https://github.com/para-springboot/acai-ui/commit/bd08ba2))
557
+
558
+ ## <small>1.19.1 (2026-06-09)</small>
559
+
560
+ * fix(cli): guard de rotas protege por padrão (auth-web) + bump 1.3.0 ([11dfc1f](https://github.com/para-springboot/acai-ui/commit/11dfc1f))
561
+
562
+ ## 1.19.0 (2026-06-09)
563
+
564
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([0e7756b](https://github.com/para-springboot/acai-ui/commit/0e7756b))
565
+ * feat(core): AcaiUiErrorLog prop-driven + exporta árvore de log ([6f1088e](https://github.com/para-springboot/acai-ui/commit/6f1088e))
566
+
567
+ ## 1.18.0 (2026-06-09)
568
+
569
+ * feat(core): exporta AcaiUiErrorLogJsonTree ([3d96af6](https://github.com/para-springboot/acai-ui/commit/3d96af6))
570
+
571
+ ## <small>1.17.1 (2026-06-09)</small>
572
+
573
+ * fix(core): destaque de campo no modal de validação não piscava no 2º erro ([eec5f85](https://github.com/para-springboot/acai-ui/commit/eec5f85))
574
+
575
+ ## 1.17.0 (2026-06-08)
576
+
577
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([e7cfcc9](https://github.com/para-springboot/acai-ui/commit/e7cfcc9))
578
+ * feat(cli): scaffold:wizard + scaffold:crud com modais integrados ([31980af](https://github.com/para-springboot/acai-ui/commit/31980af)), closes [#actions](https://github.com/para-springboot/acai-ui/issues/actions)
579
+
580
+ ## <small>1.16.1 (2026-06-08)</small>
581
+
582
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([74f5b23](https://github.com/para-springboot/acai-ui/commit/74f5b23))
583
+ * fix(core): compatibilidade com exactOptionalPropertyTypes + tipagem BreadcrumbItem ([95243b1](https://github.com/para-springboot/acai-ui/commit/95243b1))
584
+
585
+ ## 1.16.0 (2026-06-07)
586
+
587
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([af188de](https://github.com/para-springboot/acai-ui/commit/af188de))
588
+ * feat(cli): scaffold CRUD via Swagger + VITE_API_URL derivada ([805394a](https://github.com/para-springboot/acai-ui/commit/805394a))
589
+
590
+ ## 1.15.0 (2026-06-06)
591
+
592
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([d2374af](https://github.com/para-springboot/acai-ui/commit/d2374af))
593
+ * feat(cli): assets DETRAN + router-guard + login interno na 401 + a11y ([ab02f09](https://github.com/para-springboot/acai-ui/commit/ab02f09))
594
+
595
+ ## 1.14.0 (2026-06-06)
596
+
597
+ * feat(cli): assets DETRAN + router-guard + login interno na 401 + a11y ([6895619](https://github.com/para-springboot/acai-ui/commit/6895619))
598
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([ee5bc21](https://github.com/para-springboot/acai-ui/commit/ee5bc21))
599
+ * chore(installer): bump 1.0.1, remove keyword 'detran' por discrição ([4eef24e](https://github.com/para-springboot/acai-ui/commit/4eef24e))
600
+
601
+ ## 1.13.0 (2026-06-01)
602
+
603
+ * feat(installer): cria pacote create-acai-app pro npm público ([64c6dcd](https://github.com/para-springboot/acai-ui/commit/64c6dcd))
604
+ * docs: substitui script .ps1 por npm login na doc de setup ([0db2960](https://github.com/para-springboot/acai-ui/commit/0db2960))
605
+ * docs(uso): reverter pra setup manual do .npmrc — npm login não funciona com GitHub Packages ([d6770bf](https://github.com/para-springboot/acai-ui/commit/d6770bf))
606
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([0c20dff](https://github.com/para-springboot/acai-ui/commit/0c20dff))
607
+
608
+ ## 1.12.0 (2026-06-01)
609
+
610
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([70dbabe](https://github.com/para-springboot/acai-ui/commit/70dbabe))
611
+ * feat(cli): script de setup interativo pro PAT do GitHub Packages ([4611b1e](https://github.com/para-springboot/acai-ui/commit/4611b1e))
612
+
613
+ ## 1.11.0 (2026-06-01)
614
+
615
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([0bb957f](https://github.com/para-springboot/acai-ui/commit/0bb957f))
616
+ * feat(cli): preparar publicação do create-acai-app v1.0.0 ([446132c](https://github.com/para-springboot/acai-ui/commit/446132c))
617
+
618
+ ## <small>1.10.1 (2026-05-28)</small>
619
+
620
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([b80f20f](https://github.com/para-springboot/acai-ui/commit/b80f20f))
621
+ * refactor(core): SCSS centralizado (controls + badge + color utilities), Dropdown refeito, cores DETR ([d9d93e2](https://github.com/para-springboot/acai-ui/commit/d9d93e2)), closes [#header](https://github.com/para-springboot/acai-ui/issues/header) [#38904c](https://github.com/para-springboot/acai-ui/issues/38904c) [#2d7740](https://github.com/para-springboot/acai-ui/issues/2d7740) [#e19c2d](https://github.com/para-springboot/acai-ui/issues/e19c2d) [#946400](https://github.com/para-springboot/acai-ui/issues/946400) [#0a76a0](https://github.com/para-springboot/acai-ui/issues/0a76a0) [#9](https://github.com/para-springboot/acai-ui/issues/9) [#6](https://github.com/para-springboot/acai-ui/issues/6) [#9](https://github.com/para-springboot/acai-ui/issues/9)
622
+
623
+ ## 1.10.0 (2026-05-28)
624
+
625
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([73413b5](https://github.com/para-springboot/acai-ui/commit/73413b5))
626
+ * feat(core): hierarquia semântica de cabeçalhos (eMAG H — req 1.3) ([ddb88cb](https://github.com/para-springboot/acai-ui/commit/ddb88cb))
627
+
628
+ ## 1.9.0 (2026-05-28)
629
+
630
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([2c9b75d](https://github.com/para-springboot/acai-ui/commit/2c9b75d))
631
+ * feat(core): hierarquia sem\u00e2ntica de cabe\u00e7alhos (eMAG H — req 1.3) ([6b6a19e](https://github.com/para-springboot/acai-ui/commit/6b6a19e))
632
+
633
+ ## 1.8.0 (2026-05-28)
634
+
635
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([1a988c4](https://github.com/para-springboot/acai-ui/commit/1a988c4))
636
+ * feat(core): a11y form + Section + Validation + Table semântica + skip link + contraste (eMAG B + A.9 ([65dd6e0](https://github.com/para-springboot/acai-ui/commit/65dd6e0)), closes [#header](https://github.com/para-springboot/acai-ui/issues/header) [#2d7740](https://github.com/para-springboot/acai-ui/issues/2d7740) [#946400](https://github.com/para-springboot/acai-ui/issues/946400) [#0a76a0](https://github.com/para-springboot/acai-ui/issues/0a76a0)
637
+
638
+ ## 1.7.0 (2026-05-28)
639
+
640
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([fd3896d](https://github.com/para-springboot/acai-ui/commit/fd3896d))
641
+ * feat(core): a11y form + Section + Validation + Table semântica (eMAG B + A.9 + C + E) ([b670fad](https://github.com/para-springboot/acai-ui/commit/b670fad)), closes [#header](https://github.com/para-springboot/acai-ui/issues/header)
642
+
643
+ ## 1.6.0 (2026-05-28)
644
+
645
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([13ad2dd](https://github.com/para-springboot/acai-ui/commit/13ad2dd))
646
+ * feat(core): a11y form (eMAG fase B) + Section header label (A.9) ([ac03544](https://github.com/para-springboot/acai-ui/commit/ac03544))
647
+
648
+ ## 1.5.0 (2026-05-28)
649
+
650
+ * feat(core): a11y ARIA quick wins (eMAG fase A) ([204792d](https://github.com/para-springboot/acai-ui/commit/204792d))
651
+ * feat(core): a11y form (eMAG fase B) ([60cabe9](https://github.com/para-springboot/acai-ui/commit/60cabe9))
652
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([bf0bd25](https://github.com/para-springboot/acai-ui/commit/bf0bd25))
653
+ * docs: CLAUDE.md com contexto do projeto para próximas sessões ([2712e82](https://github.com/para-springboot/acai-ui/commit/2712e82))
654
+
655
+ ## 1.4.0 (2026-05-26)
656
+
657
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([0af35c3](https://github.com/para-springboot/acai-ui/commit/0af35c3))
658
+ * feat(cli): suporte a menus expansivos no drawer via PageConfig union ([904fd28](https://github.com/para-springboot/acai-ui/commit/904fd28))
659
+
660
+ ## 1.3.0 (2026-05-26)
661
+
662
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([2a880b7](https://github.com/para-springboot/acai-ui/commit/2a880b7))
663
+ * feat(core): AcaiUiSelect emitValue e mapOptions default true ([a287f9b](https://github.com/para-springboot/acai-ui/commit/a287f9b))
664
+
665
+ ## 1.2.0 (2026-05-26)
666
+
667
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([a484127](https://github.com/para-springboot/acai-ui/commit/a484127))
668
+ * feat(core): AcaiUiContainer monta breadcrumbs automaticamente via plugin ([d5eb0a4](https://github.com/para-springboot/acai-ui/commit/d5eb0a4))
669
+
670
+ ## <small>1.1.7 (2026-05-26)</small>
671
+
672
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([9a6cff9](https://github.com/para-springboot/acai-ui/commit/9a6cff9))
673
+ * fix: retirando botao de fechar modal alerta ([54d5274](https://github.com/para-springboot/acai-ui/commit/54d5274))
674
+
675
+ ## <small>1.1.6 (2026-05-26)</small>
676
+
677
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([dea8953](https://github.com/para-springboot/acai-ui/commit/dea8953))
678
+ * fix: ajuste tamanho do icone modal de atencao ([d8b8d10](https://github.com/para-springboot/acai-ui/commit/d8b8d10))
679
+
680
+ ## <small>1.1.5 (2026-05-26)</small>
681
+
682
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([9e4b0f6](https://github.com/para-springboot/acai-ui/commit/9e4b0f6))
683
+ * fix(core): navegação no modal de erros funciona com hierarquia tab+section ([7bb412f](https://github.com/para-springboot/acai-ui/commit/7bb412f))
684
+
685
+ ## <small>1.1.4 (2026-05-26)</small>
686
+
687
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([8ac185a](https://github.com/para-springboot/acai-ui/commit/8ac185a))
688
+ * fix(core): AcaiUiForm agrupa erros por tab + section em hierarquia ([fa2e1f7](https://github.com/para-springboot/acai-ui/commit/fa2e1f7))
689
+
690
+ ## <small>1.1.3 (2026-05-26)</small>
691
+
692
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([f4ed52c](https://github.com/para-springboot/acai-ui/commit/f4ed52c))
693
+ * fix(core): padroniza Input/Select com variant filled (mesma dos Date*) ([2d2bd96](https://github.com/para-springboot/acai-ui/commit/2d2bd96))
694
+
695
+ ## <small>1.1.2 (2026-05-26)</small>
696
+
697
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([dabaa01](https://github.com/para-springboot/acai-ui/commit/dabaa01))
698
+ * fix(core): AcaiUiTabs lê key do vnode em vez de props ([9487dd5](https://github.com/para-springboot/acai-ui/commit/9487dd5))
699
+
700
+ ## <small>1.1.1 (2026-05-26)</small>
701
+
702
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([a113d53](https://github.com/para-springboot/acai-ui/commit/a113d53))
703
+ * fix(core): exports SCSS aceita tokens e arquivos com extensão ([acfa786](https://github.com/para-springboot/acai-ui/commit/acfa786))
704
+
705
+ ## 1.1.0 (2026-05-26)
706
+
707
+ * chore: re-trigger ci ([287e3a9](https://github.com/para-springboot/acai-ui/commit/287e3a9))
708
+ * chore(ci): adiciona workflow_dispatch ao release ([27c0d78](https://github.com/para-springboot/acai-ui/commit/27c0d78))
709
+ * chore(release): core 1.0.5 [skip ci] ([6eab10c](https://github.com/para-springboot/acai-ui/commit/6eab10c))
710
+ * fix: ajuste no settings ([3029837](https://github.com/para-springboot/acai-ui/commit/3029837))
711
+ * feat(core): Ctrl+Click navega direto pro .vue original ([c463632](https://github.com/para-springboot/acai-ui/commit/c463632))
712
+ * feat(core): exports condition "vue" → Ctrl+Click navega para .vue real ([555428d](https://github.com/para-springboot/acai-ui/commit/555428d))
713
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([0ad3642](https://github.com/para-springboot/acai-ui/commit/0ad3642))
714
+
715
+ ## <small>1.0.4 (2026-05-26)</small>
716
+
717
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([73d4f75](https://github.com/para-springboot/acai-ui/commit/73d4f75))
718
+ * fix(core): spacing breadcrumb + Ctrl+Click navega para .vue real ([c823441](https://github.com/para-springboot/acai-ui/commit/c823441))
719
+
720
+ ## <small>1.0.3 (2026-05-26)</small>
721
+
722
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([5483a53](https://github.com/para-springboot/acai-ui/commit/5483a53))
723
+ * fix(core): ajustes visuais drawer/container/card/breadcrumb ([c4d6b5c](https://github.com/para-springboot/acai-ui/commit/c4d6b5c))
724
+
725
+ ## <small>1.0.2 (2026-05-26)</small>
726
+
727
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([96aacaa](https://github.com/para-springboot/acai-ui/commit/96aacaa))
728
+ * fix(core): drawer com show-if-above + container max 1440px ([0e5d08c](https://github.com/para-springboot/acai-ui/commit/0e5d08c))
729
+
730
+ ## <small>1.0.1 (2026-05-26)</small>
731
+
732
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([df9e15a](https://github.com/para-springboot/acai-ui/commit/df9e15a))
733
+ * fix(core): drawer fica fixo (show-if-above + bordered no q-drawer interno) ([8718bf5](https://github.com/para-springboot/acai-ui/commit/8718bf5))
734
+
735
+ ## 1.0.0 (2026-05-25)
736
+
737
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([e95f339](https://github.com/para-springboot/acai-ui/commit/e95f339))
738
+ * feat(core): drawer agnóstico de roteador + scaffold completo do CLI ([fd9ac1f](https://github.com/para-springboot/acai-ui/commit/fd9ac1f))
739
+
740
+ ### BREAKING CHANGE
741
+
742
+ * AcaiUiDrawer não usa mais vue-router internamente.
743
+ Consumidores que dependiam de `:to` nos items precisam informar
744
+ `activeKey` (ex: String(route.name)) e ouvir `@item-click` chamando
745
+ `router.push({ name: item.name })` no handler.
746
+
747
+ ## 0.3.0 (2026-05-12)
748
+
749
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([2b9f77d](https://github.com/para-springboot/acai-ui/commit/2b9f77d))
750
+ * feat(core): AcaiUiForm @submit só dispara em validação OK ([b4df16d](https://github.com/para-springboot/acai-ui/commit/b4df16d))
751
+
752
+ ## <small>0.2.5 (2026-05-12)</small>
753
+
754
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([77f7cea](https://github.com/para-springboot/acai-ui/commit/77f7cea))
755
+ * fix(core): zera line-height e margin do h2 no AcaiUiCard ([7e00203](https://github.com/para-springboot/acai-ui/commit/7e00203))
756
+
757
+ ## <small>0.2.4 (2026-05-12)</small>
758
+
759
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([e9f42a8](https://github.com/para-springboot/acai-ui/commit/e9f42a8))
760
+ * fix(core): aplica __scopeId no AcaiUiCard ([b9fb4f3](https://github.com/para-springboot/acai-ui/commit/b9fb4f3))
761
+
762
+ ## <small>0.2.3 (2026-05-12)</small>
763
+
764
+ * fix(ci): move config do semantic-release para a raiz do monorepo ([87568fa](https://github.com/para-springboot/acai-ui/commit/87568fa))
765
+ * fix(core): corrige tipagem do slot default em AcaiUiTabs e simplifica config do semantic-release ([34f8542](https://github.com/para-springboot/acai-ui/commit/34f8542))
766
+ * chore: remove .release-please-manifest.json órfão ([114dc73](https://github.com/para-springboot/acai-ui/commit/114dc73))
767
+ * Merge branch 'main' of https://github.com/para-springboot/acai-ui ([84f2270](https://github.com/para-springboot/acai-ui/commit/84f2270))
768
+ * ci: migra de release-please para semantic-release ([55183f6](https://github.com/para-springboot/acai-ui/commit/55183f6))
769
+
770
+ # Changelog
771
+
772
+ ## [0.2.2](https://github.com/para-springboot/acai-ui/compare/core-v0.2.1...core-v0.2.2) (2026-05-12)
773
+
774
+
775
+ ### Bug Fixes
776
+
777
+ * **core:** bundla componentes Quasar via @quasar/vite-plugin ([c7eeb3d](https://github.com/para-springboot/acai-ui/commit/c7eeb3d3343b1c4cb0877460c47ba91da15629cb))
778
+
779
+ ## [0.2.1](https://github.com/para-springboot/acai-ui/compare/core-v0.2.0...core-v0.2.1) (2026-05-12)
780
+
781
+
782
+ ### Bug Fixes
783
+
784
+ * **core:** corrige path do CSS no export "styles" ([5d29122](https://github.com/para-springboot/acai-ui/commit/5d29122034d5aecbcb34864add32e5f042db8f18))
785
+
786
+ ## [0.2.0](https://github.com/para-springboot/acai-ui/compare/core-v0.1.1...core-v0.2.0) (2026-05-12)
787
+
788
+
789
+ ### ⚠ BREAKING CHANGES
790
+
791
+ * **core:** AcaiUiDrawer e AcaiUiErrorLog não são mais exportados do pacote. Auto-breadcrumb do AcaiUiContainer foi removido — consumidores agora devem passar a prop `breadcrumbs` manualmente.
792
+
793
+ ### Features
794
+
795
+ * **core:** install partial — remove drawer, error-log e router-magic do container ([a319511](https://github.com/para-springboot/acai-ui/commit/a31951168544e7a09ad9ec348cd1fa21b1474f17))