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.
- package/CHANGELOG.md +795 -0
- package/README.md +64 -0
- package/dist/acai-ui.css +14627 -0
- package/dist/components/actions/acai-ui-actions.d.ts +3 -0
- package/dist/components/async-select/acai-ui-async-select-interface.d.ts +48 -0
- package/dist/components/async-select/acai-ui-async-select-interface.d.ts.map +1 -0
- package/dist/components/async-select/acai-ui-async-select.d.ts +3 -0
- package/dist/components/badge/acai-ui-badge-interface.d.ts +20 -0
- package/dist/components/badge/acai-ui-badge-interface.d.ts.map +1 -0
- package/dist/components/badge/acai-ui-badge.d.ts +3 -0
- package/dist/components/banner/acai-ui-banner-interface.d.ts +16 -0
- package/dist/components/banner/acai-ui-banner-interface.d.ts.map +1 -0
- package/dist/components/banner/acai-ui-banner.d.ts +3 -0
- package/dist/components/button/acai-ui-button-interface.d.ts +21 -0
- package/dist/components/button/acai-ui-button-interface.d.ts.map +1 -0
- package/dist/components/button/acai-ui-button.d.ts +3 -0
- package/dist/components/card/acai-ui-card-interface.d.ts +14 -0
- package/dist/components/card/acai-ui-card-interface.d.ts.map +1 -0
- package/dist/components/card/acai-ui-card.d.ts +3 -0
- package/dist/components/chart/acai-ui-chart-interface.d.ts +190 -0
- package/dist/components/chart/acai-ui-chart-interface.d.ts.map +1 -0
- package/dist/components/chart/acai-ui-chart.d.ts +3 -0
- package/dist/components/chart/chart-a11y.d.ts +40 -0
- package/dist/components/chart/chart-a11y.d.ts.map +1 -0
- package/dist/components/chart/chart-caminhos.d.ts +91 -0
- package/dist/components/chart/chart-caminhos.d.ts.map +1 -0
- package/dist/components/chart/chart-cartesiano.d.ts +3 -0
- package/dist/components/chart/chart-dados.d.ts +74 -0
- package/dist/components/chart/chart-dados.d.ts.map +1 -0
- package/dist/components/chart/chart-escalas.d.ts +45 -0
- package/dist/components/chart/chart-escalas.d.ts.map +1 -0
- package/dist/components/chart/chart-formatar.d.ts +21 -0
- package/dist/components/chart/chart-formatar.d.ts.map +1 -0
- package/dist/components/chart/chart-gauge.d.ts +3 -0
- package/dist/components/chart/chart-headless.d.ts +29 -0
- package/dist/components/chart/chart-headless.d.ts.map +1 -0
- package/dist/components/chart/chart-imagem.d.ts +51 -0
- package/dist/components/chart/chart-imagem.d.ts.map +1 -0
- package/dist/components/chart/chart-layout.d.ts +59 -0
- package/dist/components/chart/chart-layout.d.ts.map +1 -0
- package/dist/components/chart/chart-legenda.d.ts +3 -0
- package/dist/components/chart/chart-pizza.d.ts +3 -0
- package/dist/components/chart/chart-plano.d.ts +201 -0
- package/dist/components/chart/chart-plano.d.ts.map +1 -0
- package/dist/components/chart/chart-rotulos.d.ts +10 -0
- package/dist/components/chart/chart-rotulos.d.ts.map +1 -0
- package/dist/components/chart/chart-tabela.d.ts +3 -0
- package/dist/components/chart/chart-ticks.d.ts +35 -0
- package/dist/components/chart/chart-ticks.d.ts.map +1 -0
- package/dist/components/checkbox/acai-ui-checkbox-interface.d.ts +16 -0
- package/dist/components/checkbox/acai-ui-checkbox-interface.d.ts.map +1 -0
- package/dist/components/checkbox/acai-ui-checkbox.d.ts +3 -0
- package/dist/components/chip/acai-ui-chip-interface.d.ts +17 -0
- package/dist/components/chip/acai-ui-chip-interface.d.ts.map +1 -0
- package/dist/components/chip/acai-ui-chip.d.ts +3 -0
- package/dist/components/code/acai-ui-code-interface.d.ts +44 -0
- package/dist/components/code/acai-ui-code-interface.d.ts.map +1 -0
- package/dist/components/code/acai-ui-code.d.ts +3 -0
- package/dist/components/code/dobras-json.d.ts +14 -0
- package/dist/components/code/dobras-json.d.ts.map +1 -0
- package/dist/components/confirm/acai-ui-confirm.d.ts +3 -0
- package/dist/components/container/acai-ui-container-interface.d.ts +29 -0
- package/dist/components/container/acai-ui-container-interface.d.ts.map +1 -0
- package/dist/components/container/acai-ui-container.d.ts +3 -0
- package/dist/components/date/acai-ui-date-interface.d.ts +19 -0
- package/dist/components/date/acai-ui-date-interface.d.ts.map +1 -0
- package/dist/components/date/acai-ui-date.d.ts +3 -0
- package/dist/components/date-range/acai-ui-date-range-interface.d.ts +27 -0
- package/dist/components/date-range/acai-ui-date-range-interface.d.ts.map +1 -0
- package/dist/components/date-range/acai-ui-date-range.d.ts +3 -0
- package/dist/components/datetime/acai-ui-datetime-interface.d.ts +10 -0
- package/dist/components/datetime/acai-ui-datetime-interface.d.ts.map +1 -0
- package/dist/components/datetime/acai-ui-datetime.d.ts +3 -0
- package/dist/components/dialog/acai-ui-dialog-interface.d.ts +17 -0
- package/dist/components/dialog/acai-ui-dialog-interface.d.ts.map +1 -0
- package/dist/components/dialog/acai-ui-dialog.d.ts +3 -0
- package/dist/components/divider/acai-ui-divider-interface.d.ts +5 -0
- package/dist/components/divider/acai-ui-divider-interface.d.ts.map +1 -0
- package/dist/components/divider/acai-ui-divider.d.ts +3 -0
- package/dist/components/drawer/acai-ui-drawer-interface.d.ts +97 -0
- package/dist/components/drawer/acai-ui-drawer-interface.d.ts.map +1 -0
- package/dist/components/drawer/acai-ui-drawer.d.ts +3 -0
- package/dist/components/drawer/drawer-sidebar-helper.d.ts +4 -0
- package/dist/components/drawer/drawer-sidebar-helper.d.ts.map +1 -0
- package/dist/components/dropdown/acai-ui-dropdown-interface.d.ts +35 -0
- package/dist/components/dropdown/acai-ui-dropdown-interface.d.ts.map +1 -0
- package/dist/components/dropdown/acai-ui-dropdown-item.d.ts +3 -0
- package/dist/components/dropdown/acai-ui-dropdown.d.ts +3 -0
- package/dist/components/error-log/acai-ui-error-log-interface.d.ts +59 -0
- package/dist/components/error-log/acai-ui-error-log-interface.d.ts.map +1 -0
- package/dist/components/error-log/acai-ui-error-log-json-tree.d.ts +3 -0
- package/dist/components/error-log/acai-ui-error-log-redigir.d.ts +28 -0
- package/dist/components/error-log/acai-ui-error-log-redigir.d.ts.map +1 -0
- package/dist/components/error-log/acai-ui-error-log.d.ts +3 -0
- package/dist/components/file/acai-ui-file-interface.d.ts +13 -0
- package/dist/components/file/acai-ui-file-interface.d.ts.map +1 -0
- package/dist/components/file/acai-ui-file.d.ts +3 -0
- package/dist/components/form/acai-ui-form-interface.d.ts +37 -0
- package/dist/components/form/acai-ui-form-interface.d.ts.map +1 -0
- package/dist/components/form/acai-ui-form.d.ts +3 -0
- package/dist/components/help/acai-ui-help-interface.d.ts +184 -0
- package/dist/components/help/acai-ui-help-interface.d.ts.map +1 -0
- package/dist/components/help/acai-ui-help.d.ts +3 -0
- package/dist/components/help/acai-ui-tour.d.ts +3 -0
- package/dist/components/help/tour-escolha.d.ts +62 -0
- package/dist/components/help/tour-escolha.d.ts.map +1 -0
- package/dist/components/help/tour-posicionar.d.ts +39 -0
- package/dist/components/help/tour-posicionar.d.ts.map +1 -0
- package/dist/components/help/tour-registry.d.ts +54 -0
- package/dist/components/help/tour-registry.d.ts.map +1 -0
- package/dist/components/help/use-tour-visto.d.ts +11 -0
- package/dist/components/help/use-tour-visto.d.ts.map +1 -0
- package/dist/components/icon/acai-ui-icon-interface.d.ts +12 -0
- package/dist/components/icon/acai-ui-icon-interface.d.ts.map +1 -0
- package/dist/components/icon/acai-ui-icon.d.ts +3 -0
- package/dist/components/index.d.ts +89 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/input/acai-ui-input-interface.d.ts +20 -0
- package/dist/components/input/acai-ui-input-interface.d.ts.map +1 -0
- package/dist/components/input/acai-ui-input.d.ts +3 -0
- package/dist/components/modal/acai-ui-modal-interface.d.ts +16 -0
- package/dist/components/modal/acai-ui-modal-interface.d.ts.map +1 -0
- package/dist/components/modal/acai-ui-modal.d.ts +3 -0
- package/dist/components/pagination/acai-ui-pagination-interface.d.ts +9 -0
- package/dist/components/pagination/acai-ui-pagination-interface.d.ts.map +1 -0
- package/dist/components/pagination/acai-ui-pagination.d.ts +3 -0
- package/dist/components/preferences/acai-ui-preferences-interface.d.ts +5 -0
- package/dist/components/preferences/acai-ui-preferences-interface.d.ts.map +1 -0
- package/dist/components/preferences/acai-ui-preferences.d.ts +3 -0
- package/dist/components/progress/acai-ui-progress-interface.d.ts +18 -0
- package/dist/components/progress/acai-ui-progress-interface.d.ts.map +1 -0
- package/dist/components/progress/acai-ui-progress.d.ts +3 -0
- package/dist/components/radio/acai-ui-radio-interface.d.ts +13 -0
- package/dist/components/radio/acai-ui-radio-interface.d.ts.map +1 -0
- package/dist/components/radio/acai-ui-radio.d.ts +3 -0
- package/dist/components/section/acai-ui-section.d.ts +3 -0
- package/dist/components/select/acai-ui-select-interface.d.ts +18 -0
- package/dist/components/select/acai-ui-select-interface.d.ts.map +1 -0
- package/dist/components/select/acai-ui-select.d.ts +3 -0
- package/dist/components/session-clock/acai-ui-session-clock.d.ts +3 -0
- package/dist/components/stepper/acai-ui-step-interface.d.ts +18 -0
- package/dist/components/stepper/acai-ui-step-interface.d.ts.map +1 -0
- package/dist/components/stepper/acai-ui-step.d.ts +3 -0
- package/dist/components/stepper/acai-ui-stepper-interface.d.ts +53 -0
- package/dist/components/stepper/acai-ui-stepper-interface.d.ts.map +1 -0
- package/dist/components/stepper/acai-ui-stepper.d.ts +3 -0
- package/dist/components/swagger/acai-ui-swagger-interface.d.ts +53 -0
- package/dist/components/swagger/acai-ui-swagger-interface.d.ts.map +1 -0
- package/dist/components/swagger/acai-ui-swagger-operacao.d.ts +3 -0
- package/dist/components/swagger/acai-ui-swagger-requisicao.d.ts +76 -0
- package/dist/components/swagger/acai-ui-swagger-requisicao.d.ts.map +1 -0
- package/dist/components/swagger/acai-ui-swagger-schema.d.ts +3 -0
- package/dist/components/swagger/acai-ui-swagger.d.ts +3 -0
- package/dist/components/swagger/openapi-normalizar.d.ts +51 -0
- package/dist/components/swagger/openapi-normalizar.d.ts.map +1 -0
- package/dist/components/swagger/openapi-tipos.d.ts +167 -0
- package/dist/components/swagger/openapi-tipos.d.ts.map +1 -0
- package/dist/components/table/acai-ui-table-interface.d.ts +47 -0
- package/dist/components/table/acai-ui-table-interface.d.ts.map +1 -0
- package/dist/components/table/acai-ui-table-justificativa.d.ts +3 -0
- package/dist/components/table/acai-ui-table.d.ts +3 -0
- package/dist/components/tabs/acai-ui-tab.d.ts +3 -0
- package/dist/components/tabs/acai-ui-tabs-interface.d.ts +32 -0
- package/dist/components/tabs/acai-ui-tabs-interface.d.ts.map +1 -0
- package/dist/components/tabs/acai-ui-tabs.d.ts +3 -0
- package/dist/components/time/acai-ui-time-interface.d.ts +15 -0
- package/dist/components/time/acai-ui-time-interface.d.ts.map +1 -0
- package/dist/components/time/acai-ui-time.d.ts +3 -0
- package/dist/components/toggle/acai-ui-toggle-interface.d.ts +12 -0
- package/dist/components/toggle/acai-ui-toggle-interface.d.ts.map +1 -0
- package/dist/components/toggle/acai-ui-toggle.d.ts +3 -0
- package/dist/components/tooltip/acai-ui-tooltip-interface.d.ts +9 -0
- package/dist/components/tooltip/acai-ui-tooltip-interface.d.ts.map +1 -0
- package/dist/components/tooltip/acai-ui-tooltip.d.ts +3 -0
- package/dist/components/user-menu/acai-ui-user-menu-interface.d.ts +14 -0
- package/dist/components/user-menu/acai-ui-user-menu-interface.d.ts.map +1 -0
- package/dist/components/user-menu/acai-ui-user-menu.d.ts +3 -0
- package/dist/components/validation/acai-ui-validation.d.ts +3 -0
- package/dist/constants/chart-paleta.d.ts +47 -0
- package/dist/constants/chart-paleta.d.ts.map +1 -0
- package/dist/constants/efeitos.d.ts +22 -0
- package/dist/constants/efeitos.d.ts.map +1 -0
- package/dist/constants/index.d.ts +13 -0
- package/dist/constants/index.d.ts.map +1 -0
- package/dist/constants/lista-icons.d.ts +156 -0
- package/dist/constants/lista-icons.d.ts.map +1 -0
- package/dist/constants/medidas-espacos.d.ts +15 -0
- package/dist/constants/medidas-espacos.d.ts.map +1 -0
- package/dist/constants/radius.d.ts +15 -0
- package/dist/constants/radius.d.ts.map +1 -0
- package/dist/constants/status-badge.d.ts +17 -0
- package/dist/constants/status-badge.d.ts.map +1 -0
- package/dist/hooks/filtros-url-internos.d.ts +121 -0
- package/dist/hooks/filtros-url-internos.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +18 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/notify.d.ts +8 -0
- package/dist/hooks/notify.d.ts.map +1 -0
- package/dist/hooks/use-contador-sessao.d.ts +22 -0
- package/dist/hooks/use-contador-sessao.d.ts.map +1 -0
- package/dist/hooks/use-filtros-na-url.d.ts +110 -0
- package/dist/hooks/use-filtros-na-url.d.ts.map +1 -0
- package/dist/hooks/use-leitura-voz.d.ts +60 -0
- package/dist/hooks/use-leitura-voz.d.ts.map +1 -0
- package/dist/hooks/use-listagem-na-url.d.ts +185 -0
- package/dist/hooks/use-listagem-na-url.d.ts.map +1 -0
- package/dist/hooks/use-preferencias.d.ts +60 -0
- package/dist/hooks/use-preferencias.d.ts.map +1 -0
- package/dist/hooks/use-repasse-quasar.d.ts +42 -0
- package/dist/hooks/use-repasse-quasar.d.ts.map +1 -0
- package/dist/hooks/use-tamanho-elemento.d.ts +26 -0
- package/dist/hooks/use-tamanho-elemento.d.ts.map +1 -0
- package/dist/hooks/use-tela.d.ts +84 -0
- package/dist/hooks/use-tela.d.ts.map +1 -0
- package/dist/hooks/use-validacao-visual.d.ts +40 -0
- package/dist/hooks/use-validacao-visual.d.ts.map +1 -0
- package/dist/index.cjs +249 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.mjs +249 -0
- package/dist/index.mjs.map +1 -0
- package/dist/index10.cjs +24 -0
- package/dist/index10.cjs.map +1 -0
- package/dist/index10.mjs +25 -0
- package/dist/index10.mjs.map +1 -0
- package/dist/index100.cjs +51 -0
- package/dist/index100.cjs.map +1 -0
- package/dist/index100.mjs +51 -0
- package/dist/index100.mjs.map +1 -0
- package/dist/index101.cjs +143 -0
- package/dist/index101.cjs.map +1 -0
- package/dist/index101.mjs +143 -0
- package/dist/index101.mjs.map +1 -0
- package/dist/index102.cjs +137 -0
- package/dist/index102.cjs.map +1 -0
- package/dist/index102.mjs +138 -0
- package/dist/index102.mjs.map +1 -0
- package/dist/index104.cjs +10 -0
- package/dist/index104.cjs.map +1 -0
- package/dist/index104.mjs +11 -0
- package/dist/index104.mjs.map +1 -0
- package/dist/index105.cjs +5 -0
- package/dist/index105.cjs.map +1 -0
- package/dist/index105.mjs +6 -0
- package/dist/index105.mjs.map +1 -0
- package/dist/index106.cjs +5 -0
- package/dist/index106.cjs.map +1 -0
- package/dist/index106.mjs +6 -0
- package/dist/index106.mjs.map +1 -0
- package/dist/index107.cjs +86 -0
- package/dist/index107.cjs.map +1 -0
- package/dist/index107.mjs +87 -0
- package/dist/index107.mjs.map +1 -0
- package/dist/index109.cjs +123 -0
- package/dist/index109.cjs.map +1 -0
- package/dist/index109.mjs +124 -0
- package/dist/index109.mjs.map +1 -0
- package/dist/index111.cjs +121 -0
- package/dist/index111.cjs.map +1 -0
- package/dist/index111.mjs +122 -0
- package/dist/index111.mjs.map +1 -0
- package/dist/index113.cjs +72 -0
- package/dist/index113.cjs.map +1 -0
- package/dist/index113.mjs +73 -0
- package/dist/index113.mjs.map +1 -0
- package/dist/index115.cjs +5 -0
- package/dist/index115.cjs.map +1 -0
- package/dist/index115.mjs +6 -0
- package/dist/index115.mjs.map +1 -0
- package/dist/index116.cjs +56 -0
- package/dist/index116.cjs.map +1 -0
- package/dist/index116.mjs +57 -0
- package/dist/index116.mjs.map +1 -0
- package/dist/index118.cjs +5 -0
- package/dist/index118.cjs.map +1 -0
- package/dist/index118.mjs +6 -0
- package/dist/index118.mjs.map +1 -0
- package/dist/index119.cjs +210 -0
- package/dist/index119.cjs.map +1 -0
- package/dist/index119.mjs +211 -0
- package/dist/index119.mjs.map +1 -0
- package/dist/index12.cjs +606 -0
- package/dist/index12.cjs.map +1 -0
- package/dist/index12.mjs +607 -0
- package/dist/index12.mjs.map +1 -0
- package/dist/index121.cjs +170 -0
- package/dist/index121.cjs.map +1 -0
- package/dist/index121.mjs +171 -0
- package/dist/index121.mjs.map +1 -0
- package/dist/index123.cjs +109 -0
- package/dist/index123.cjs.map +1 -0
- package/dist/index123.mjs +110 -0
- package/dist/index123.mjs.map +1 -0
- package/dist/index125.cjs +5 -0
- package/dist/index125.cjs.map +1 -0
- package/dist/index125.mjs +6 -0
- package/dist/index125.mjs.map +1 -0
- package/dist/index126.cjs +4 -0
- package/dist/index126.cjs.map +1 -0
- package/dist/index126.mjs +5 -0
- package/dist/index126.mjs.map +1 -0
- package/dist/index127.cjs +300 -0
- package/dist/index127.cjs.map +1 -0
- package/dist/index127.mjs +301 -0
- package/dist/index127.mjs.map +1 -0
- package/dist/index130.cjs +5 -0
- package/dist/index130.cjs.map +1 -0
- package/dist/index130.mjs +6 -0
- package/dist/index130.mjs.map +1 -0
- package/dist/index131.cjs +5 -0
- package/dist/index131.cjs.map +1 -0
- package/dist/index131.mjs +6 -0
- package/dist/index131.mjs.map +1 -0
- package/dist/index132.cjs +128 -0
- package/dist/index132.cjs.map +1 -0
- package/dist/index132.mjs +129 -0
- package/dist/index132.mjs.map +1 -0
- package/dist/index134.cjs +4 -0
- package/dist/index134.cjs.map +1 -0
- package/dist/index134.mjs +5 -0
- package/dist/index134.mjs.map +1 -0
- package/dist/index135.cjs +180 -0
- package/dist/index135.cjs.map +1 -0
- package/dist/index135.mjs +181 -0
- package/dist/index135.mjs.map +1 -0
- package/dist/index137.cjs +83 -0
- package/dist/index137.cjs.map +1 -0
- package/dist/index137.mjs +84 -0
- package/dist/index137.mjs.map +1 -0
- package/dist/index139.cjs +284 -0
- package/dist/index139.cjs.map +1 -0
- package/dist/index139.mjs +285 -0
- package/dist/index139.mjs.map +1 -0
- package/dist/index14.cjs +124 -0
- package/dist/index14.cjs.map +1 -0
- package/dist/index14.mjs +125 -0
- package/dist/index14.mjs.map +1 -0
- package/dist/index141.cjs +58 -0
- package/dist/index141.cjs.map +1 -0
- package/dist/index141.mjs +59 -0
- package/dist/index141.mjs.map +1 -0
- package/dist/index143.cjs +5 -0
- package/dist/index143.cjs.map +1 -0
- package/dist/index143.mjs +6 -0
- package/dist/index143.mjs.map +1 -0
- package/dist/index144.cjs +399 -0
- package/dist/index144.cjs.map +1 -0
- package/dist/index144.mjs +400 -0
- package/dist/index144.mjs.map +1 -0
- package/dist/index146.cjs +305 -0
- package/dist/index146.cjs.map +1 -0
- package/dist/index146.mjs +306 -0
- package/dist/index146.mjs.map +1 -0
- package/dist/index149.cjs +109 -0
- package/dist/index149.cjs.map +1 -0
- package/dist/index149.mjs +110 -0
- package/dist/index149.mjs.map +1 -0
- package/dist/index152.cjs +5 -0
- package/dist/index152.cjs.map +1 -0
- package/dist/index152.mjs +6 -0
- package/dist/index152.mjs.map +1 -0
- package/dist/index153.cjs +5 -0
- package/dist/index153.cjs.map +1 -0
- package/dist/index153.mjs +6 -0
- package/dist/index153.mjs.map +1 -0
- package/dist/index154.cjs +4 -0
- package/dist/index154.cjs.map +1 -0
- package/dist/index154.mjs +5 -0
- package/dist/index154.mjs.map +1 -0
- package/dist/index155.cjs +5 -0
- package/dist/index155.cjs.map +1 -0
- package/dist/index155.mjs +6 -0
- package/dist/index155.mjs.map +1 -0
- package/dist/index156.cjs +5 -0
- package/dist/index156.cjs.map +1 -0
- package/dist/index156.mjs +6 -0
- package/dist/index156.mjs.map +1 -0
- package/dist/index157.cjs +5 -0
- package/dist/index157.cjs.map +1 -0
- package/dist/index157.mjs +6 -0
- package/dist/index157.mjs.map +1 -0
- package/dist/index158.cjs +4 -0
- package/dist/index158.cjs.map +1 -0
- package/dist/index158.mjs +5 -0
- package/dist/index158.mjs.map +1 -0
- package/dist/index159.cjs +59 -0
- package/dist/index159.cjs.map +1 -0
- package/dist/index159.mjs +60 -0
- package/dist/index159.mjs.map +1 -0
- package/dist/index16.cjs +89 -0
- package/dist/index16.cjs.map +1 -0
- package/dist/index16.mjs +90 -0
- package/dist/index16.mjs.map +1 -0
- package/dist/index161.cjs +5 -0
- package/dist/index161.cjs.map +1 -0
- package/dist/index161.mjs +6 -0
- package/dist/index161.mjs.map +1 -0
- package/dist/index162.cjs +119 -0
- package/dist/index162.cjs.map +1 -0
- package/dist/index162.mjs +120 -0
- package/dist/index162.mjs.map +1 -0
- package/dist/index164.cjs +33 -0
- package/dist/index164.cjs.map +1 -0
- package/dist/index164.mjs +34 -0
- package/dist/index164.mjs.map +1 -0
- package/dist/index166.cjs +5 -0
- package/dist/index166.cjs.map +1 -0
- package/dist/index166.mjs +6 -0
- package/dist/index166.mjs.map +1 -0
- package/dist/index167.cjs +324 -0
- package/dist/index167.cjs.map +1 -0
- package/dist/index167.mjs +325 -0
- package/dist/index167.mjs.map +1 -0
- package/dist/index17.cjs +419 -0
- package/dist/index17.cjs.map +1 -0
- package/dist/index17.mjs +420 -0
- package/dist/index17.mjs.map +1 -0
- package/dist/index170.cjs +38 -0
- package/dist/index170.cjs.map +1 -0
- package/dist/index170.mjs +39 -0
- package/dist/index170.mjs.map +1 -0
- package/dist/index172.cjs +5 -0
- package/dist/index172.cjs.map +1 -0
- package/dist/index172.mjs +6 -0
- package/dist/index172.mjs.map +1 -0
- package/dist/index173.cjs +202 -0
- package/dist/index173.cjs.map +1 -0
- package/dist/index173.mjs +203 -0
- package/dist/index173.mjs.map +1 -0
- package/dist/index175.cjs +5 -0
- package/dist/index175.cjs.map +1 -0
- package/dist/index175.mjs +6 -0
- package/dist/index175.mjs.map +1 -0
- package/dist/index176.cjs +53 -0
- package/dist/index176.cjs.map +1 -0
- package/dist/index176.mjs +54 -0
- package/dist/index176.mjs.map +1 -0
- package/dist/index178.cjs +13 -0
- package/dist/index178.cjs.map +1 -0
- package/dist/index178.mjs +13 -0
- package/dist/index178.mjs.map +1 -0
- package/dist/index179.cjs +18 -0
- package/dist/index179.cjs.map +1 -0
- package/dist/index179.mjs +18 -0
- package/dist/index179.mjs.map +1 -0
- package/dist/index180.cjs +262 -0
- package/dist/index180.cjs.map +1 -0
- package/dist/index180.mjs +262 -0
- package/dist/index180.mjs.map +1 -0
- package/dist/index181.cjs +108 -0
- package/dist/index181.cjs.map +1 -0
- package/dist/index181.mjs +109 -0
- package/dist/index181.mjs.map +1 -0
- package/dist/index182.cjs +73 -0
- package/dist/index182.cjs.map +1 -0
- package/dist/index182.mjs +73 -0
- package/dist/index182.mjs.map +1 -0
- package/dist/index183.cjs +37 -0
- package/dist/index183.cjs.map +1 -0
- package/dist/index183.mjs +37 -0
- package/dist/index183.mjs.map +1 -0
- package/dist/index184.cjs +16 -0
- package/dist/index184.cjs.map +1 -0
- package/dist/index184.mjs +16 -0
- package/dist/index184.mjs.map +1 -0
- package/dist/index185.cjs +31 -0
- package/dist/index185.cjs.map +1 -0
- package/dist/index185.mjs +31 -0
- package/dist/index185.mjs.map +1 -0
- package/dist/index186.cjs +460 -0
- package/dist/index186.cjs.map +1 -0
- package/dist/index186.mjs +461 -0
- package/dist/index186.mjs.map +1 -0
- package/dist/index187.cjs +154 -0
- package/dist/index187.cjs.map +1 -0
- package/dist/index187.mjs +154 -0
- package/dist/index187.mjs.map +1 -0
- package/dist/index188.cjs +40 -0
- package/dist/index188.cjs.map +1 -0
- package/dist/index188.mjs +40 -0
- package/dist/index188.mjs.map +1 -0
- package/dist/index189.cjs +66 -0
- package/dist/index189.cjs.map +1 -0
- package/dist/index189.mjs +66 -0
- package/dist/index189.mjs.map +1 -0
- package/dist/index19.cjs +135 -0
- package/dist/index19.cjs.map +1 -0
- package/dist/index19.mjs +136 -0
- package/dist/index19.mjs.map +1 -0
- package/dist/index190.cjs +142 -0
- package/dist/index190.cjs.map +1 -0
- package/dist/index190.mjs +143 -0
- package/dist/index190.mjs.map +1 -0
- package/dist/index191.cjs +7 -0
- package/dist/index191.cjs.map +1 -0
- package/dist/index191.mjs +8 -0
- package/dist/index191.mjs.map +1 -0
- package/dist/index192.cjs +7 -0
- package/dist/index192.cjs.map +1 -0
- package/dist/index192.mjs +8 -0
- package/dist/index192.mjs.map +1 -0
- package/dist/index193.cjs +7 -0
- package/dist/index193.cjs.map +1 -0
- package/dist/index193.mjs +8 -0
- package/dist/index193.mjs.map +1 -0
- package/dist/index194.cjs +7 -0
- package/dist/index194.cjs.map +1 -0
- package/dist/index194.mjs +8 -0
- package/dist/index194.mjs.map +1 -0
- package/dist/index195.cjs +7 -0
- package/dist/index195.cjs.map +1 -0
- package/dist/index195.mjs +8 -0
- package/dist/index195.mjs.map +1 -0
- package/dist/index196.cjs +100 -0
- package/dist/index196.cjs.map +1 -0
- package/dist/index196.mjs +100 -0
- package/dist/index196.mjs.map +1 -0
- package/dist/index197.cjs +226 -0
- package/dist/index197.cjs.map +1 -0
- package/dist/index197.mjs +226 -0
- package/dist/index197.mjs.map +1 -0
- package/dist/index198.cjs +66 -0
- package/dist/index198.cjs.map +1 -0
- package/dist/index198.mjs +66 -0
- package/dist/index198.mjs.map +1 -0
- package/dist/index199.cjs +399 -0
- package/dist/index199.cjs.map +1 -0
- package/dist/index199.mjs +399 -0
- package/dist/index199.mjs.map +1 -0
- package/dist/index200.cjs +83 -0
- package/dist/index200.cjs.map +1 -0
- package/dist/index200.mjs +83 -0
- package/dist/index200.mjs.map +1 -0
- package/dist/index201.cjs +4 -0
- package/dist/index201.cjs.map +1 -0
- package/dist/index201.mjs +5 -0
- package/dist/index201.mjs.map +1 -0
- package/dist/index202.cjs +5 -0
- package/dist/index202.cjs.map +1 -0
- package/dist/index202.mjs +6 -0
- package/dist/index202.mjs.map +1 -0
- package/dist/index203.cjs +216 -0
- package/dist/index203.cjs.map +1 -0
- package/dist/index203.mjs +217 -0
- package/dist/index203.mjs.map +1 -0
- package/dist/index205.cjs +112 -0
- package/dist/index205.cjs.map +1 -0
- package/dist/index205.mjs +113 -0
- package/dist/index205.mjs.map +1 -0
- package/dist/index207.cjs +112 -0
- package/dist/index207.cjs.map +1 -0
- package/dist/index207.mjs +113 -0
- package/dist/index207.mjs.map +1 -0
- package/dist/index209.cjs +64 -0
- package/dist/index209.cjs.map +1 -0
- package/dist/index209.mjs +65 -0
- package/dist/index209.mjs.map +1 -0
- package/dist/index21.cjs +268 -0
- package/dist/index21.cjs.map +1 -0
- package/dist/index21.mjs +269 -0
- package/dist/index21.mjs.map +1 -0
- package/dist/index211.cjs +45 -0
- package/dist/index211.cjs.map +1 -0
- package/dist/index211.mjs +46 -0
- package/dist/index211.mjs.map +1 -0
- package/dist/index213.cjs +241 -0
- package/dist/index213.cjs.map +1 -0
- package/dist/index213.mjs +241 -0
- package/dist/index213.mjs.map +1 -0
- package/dist/index214.cjs +63 -0
- package/dist/index214.cjs.map +1 -0
- package/dist/index214.mjs +63 -0
- package/dist/index214.mjs.map +1 -0
- package/dist/index215.cjs +53 -0
- package/dist/index215.cjs.map +1 -0
- package/dist/index215.mjs +53 -0
- package/dist/index215.mjs.map +1 -0
- package/dist/index216.cjs +53 -0
- package/dist/index216.cjs.map +1 -0
- package/dist/index216.mjs +53 -0
- package/dist/index216.mjs.map +1 -0
- package/dist/index217.cjs +4 -0
- package/dist/index217.cjs.map +1 -0
- package/dist/index217.mjs +5 -0
- package/dist/index217.mjs.map +1 -0
- package/dist/index218.cjs +29 -0
- package/dist/index218.cjs.map +1 -0
- package/dist/index218.mjs +30 -0
- package/dist/index218.mjs.map +1 -0
- package/dist/index219.cjs +4 -0
- package/dist/index219.cjs.map +1 -0
- package/dist/index219.mjs +5 -0
- package/dist/index219.mjs.map +1 -0
- package/dist/index23.cjs +41 -0
- package/dist/index23.cjs.map +1 -0
- package/dist/index23.mjs +42 -0
- package/dist/index23.mjs.map +1 -0
- package/dist/index24.cjs +117 -0
- package/dist/index24.cjs.map +1 -0
- package/dist/index24.mjs +118 -0
- package/dist/index24.mjs.map +1 -0
- package/dist/index26.cjs +127 -0
- package/dist/index26.cjs.map +1 -0
- package/dist/index26.mjs +128 -0
- package/dist/index26.mjs.map +1 -0
- package/dist/index28.cjs +39 -0
- package/dist/index28.cjs.map +1 -0
- package/dist/index28.mjs +40 -0
- package/dist/index28.mjs.map +1 -0
- package/dist/index29.cjs +176 -0
- package/dist/index29.cjs.map +1 -0
- package/dist/index29.mjs +177 -0
- package/dist/index29.mjs.map +1 -0
- package/dist/index3.cjs +110 -0
- package/dist/index3.cjs.map +1 -0
- package/dist/index3.mjs +110 -0
- package/dist/index3.mjs.map +1 -0
- package/dist/index31.cjs +361 -0
- package/dist/index31.cjs.map +1 -0
- package/dist/index31.mjs +362 -0
- package/dist/index31.mjs.map +1 -0
- package/dist/index33.cjs +20 -0
- package/dist/index33.cjs.map +1 -0
- package/dist/index33.mjs +21 -0
- package/dist/index33.mjs.map +1 -0
- package/dist/index34.cjs +311 -0
- package/dist/index34.cjs.map +1 -0
- package/dist/index34.mjs +312 -0
- package/dist/index34.mjs.map +1 -0
- package/dist/index36.cjs +132 -0
- package/dist/index36.cjs.map +1 -0
- package/dist/index36.mjs +133 -0
- package/dist/index36.mjs.map +1 -0
- package/dist/index38.cjs +80 -0
- package/dist/index38.cjs.map +1 -0
- package/dist/index38.mjs +81 -0
- package/dist/index38.mjs.map +1 -0
- package/dist/index4.cjs +612 -0
- package/dist/index4.cjs.map +1 -0
- package/dist/index4.mjs +613 -0
- package/dist/index4.mjs.map +1 -0
- package/dist/index40.cjs +600 -0
- package/dist/index40.cjs.map +1 -0
- package/dist/index40.mjs +601 -0
- package/dist/index40.mjs.map +1 -0
- package/dist/index42.cjs +160 -0
- package/dist/index42.cjs.map +1 -0
- package/dist/index42.mjs +160 -0
- package/dist/index42.mjs.map +1 -0
- package/dist/index43.cjs +26 -0
- package/dist/index43.cjs.map +1 -0
- package/dist/index43.mjs +27 -0
- package/dist/index43.mjs.map +1 -0
- package/dist/index44.cjs +20 -0
- package/dist/index44.cjs.map +1 -0
- package/dist/index44.mjs +21 -0
- package/dist/index44.mjs.map +1 -0
- package/dist/index45.cjs +104 -0
- package/dist/index45.cjs.map +1 -0
- package/dist/index45.mjs +104 -0
- package/dist/index45.mjs.map +1 -0
- package/dist/index46.cjs +8 -0
- package/dist/index46.cjs.map +1 -0
- package/dist/index46.mjs +9 -0
- package/dist/index46.mjs.map +1 -0
- package/dist/index47.cjs +7 -0
- package/dist/index47.cjs.map +1 -0
- package/dist/index47.mjs +8 -0
- package/dist/index47.mjs.map +1 -0
- package/dist/index48.cjs +7 -0
- package/dist/index48.cjs.map +1 -0
- package/dist/index48.mjs +8 -0
- package/dist/index48.mjs.map +1 -0
- package/dist/index49.cjs +7 -0
- package/dist/index49.cjs.map +1 -0
- package/dist/index49.mjs +8 -0
- package/dist/index49.mjs.map +1 -0
- package/dist/index50.cjs +7 -0
- package/dist/index50.cjs.map +1 -0
- package/dist/index50.mjs +8 -0
- package/dist/index50.mjs.map +1 -0
- package/dist/index51.cjs +7 -0
- package/dist/index51.cjs.map +1 -0
- package/dist/index51.mjs +8 -0
- package/dist/index51.mjs.map +1 -0
- package/dist/index52.cjs +7 -0
- package/dist/index52.cjs.map +1 -0
- package/dist/index52.mjs +8 -0
- package/dist/index52.mjs.map +1 -0
- package/dist/index53.cjs +7 -0
- package/dist/index53.cjs.map +1 -0
- package/dist/index53.mjs +8 -0
- package/dist/index53.mjs.map +1 -0
- package/dist/index54.cjs +7 -0
- package/dist/index54.cjs.map +1 -0
- package/dist/index54.mjs +8 -0
- package/dist/index54.mjs.map +1 -0
- package/dist/index55.cjs +7 -0
- package/dist/index55.cjs.map +1 -0
- package/dist/index55.mjs +8 -0
- package/dist/index55.mjs.map +1 -0
- package/dist/index56.cjs +7 -0
- package/dist/index56.cjs.map +1 -0
- package/dist/index56.mjs +8 -0
- package/dist/index56.mjs.map +1 -0
- package/dist/index57.cjs +7 -0
- package/dist/index57.cjs.map +1 -0
- package/dist/index57.mjs +8 -0
- package/dist/index57.mjs.map +1 -0
- package/dist/index58.cjs +7 -0
- package/dist/index58.cjs.map +1 -0
- package/dist/index58.mjs +8 -0
- package/dist/index58.mjs.map +1 -0
- package/dist/index59.cjs +8 -0
- package/dist/index59.cjs.map +1 -0
- package/dist/index59.mjs +9 -0
- package/dist/index59.mjs.map +1 -0
- package/dist/index6.cjs +578 -0
- package/dist/index6.cjs.map +1 -0
- package/dist/index6.mjs +579 -0
- package/dist/index6.mjs.map +1 -0
- package/dist/index60.cjs +7 -0
- package/dist/index60.cjs.map +1 -0
- package/dist/index60.mjs +8 -0
- package/dist/index60.mjs.map +1 -0
- package/dist/index61.cjs +7 -0
- package/dist/index61.cjs.map +1 -0
- package/dist/index61.mjs +8 -0
- package/dist/index61.mjs.map +1 -0
- package/dist/index62.cjs +7 -0
- package/dist/index62.cjs.map +1 -0
- package/dist/index62.mjs +8 -0
- package/dist/index62.mjs.map +1 -0
- package/dist/index63.cjs +7 -0
- package/dist/index63.cjs.map +1 -0
- package/dist/index63.mjs +8 -0
- package/dist/index63.mjs.map +1 -0
- package/dist/index64.cjs +7 -0
- package/dist/index64.cjs.map +1 -0
- package/dist/index64.mjs +8 -0
- package/dist/index64.mjs.map +1 -0
- package/dist/index65.cjs +8 -0
- package/dist/index65.cjs.map +1 -0
- package/dist/index65.mjs +9 -0
- package/dist/index65.mjs.map +1 -0
- package/dist/index66.cjs +7 -0
- package/dist/index66.cjs.map +1 -0
- package/dist/index66.mjs +8 -0
- package/dist/index66.mjs.map +1 -0
- package/dist/index67.cjs +7 -0
- package/dist/index67.cjs.map +1 -0
- package/dist/index67.mjs +8 -0
- package/dist/index67.mjs.map +1 -0
- package/dist/index68.cjs +7 -0
- package/dist/index68.cjs.map +1 -0
- package/dist/index68.mjs +8 -0
- package/dist/index68.mjs.map +1 -0
- package/dist/index69.cjs +8 -0
- package/dist/index69.cjs.map +1 -0
- package/dist/index69.mjs +9 -0
- package/dist/index69.mjs.map +1 -0
- package/dist/index70.cjs +7 -0
- package/dist/index70.cjs.map +1 -0
- package/dist/index70.mjs +8 -0
- package/dist/index70.mjs.map +1 -0
- package/dist/index71.cjs +38 -0
- package/dist/index71.cjs.map +1 -0
- package/dist/index71.mjs +38 -0
- package/dist/index71.mjs.map +1 -0
- package/dist/index72.cjs +22 -0
- package/dist/index72.cjs.map +1 -0
- package/dist/index72.mjs +22 -0
- package/dist/index72.mjs.map +1 -0
- package/dist/index73.cjs +40 -0
- package/dist/index73.cjs.map +1 -0
- package/dist/index73.mjs +40 -0
- package/dist/index73.mjs.map +1 -0
- package/dist/index74.cjs +80 -0
- package/dist/index74.cjs.map +1 -0
- package/dist/index74.mjs +80 -0
- package/dist/index74.mjs.map +1 -0
- package/dist/index75.cjs +29 -0
- package/dist/index75.cjs.map +1 -0
- package/dist/index75.mjs +29 -0
- package/dist/index75.mjs.map +1 -0
- package/dist/index76.cjs +157 -0
- package/dist/index76.cjs.map +1 -0
- package/dist/index76.mjs +157 -0
- package/dist/index76.mjs.map +1 -0
- package/dist/index77.cjs +16 -0
- package/dist/index77.cjs.map +1 -0
- package/dist/index77.mjs +16 -0
- package/dist/index77.mjs.map +1 -0
- package/dist/index78.cjs +87 -0
- package/dist/index78.cjs.map +1 -0
- package/dist/index78.mjs +87 -0
- package/dist/index78.mjs.map +1 -0
- package/dist/index79.cjs +16 -0
- package/dist/index79.cjs.map +1 -0
- package/dist/index79.mjs +16 -0
- package/dist/index79.mjs.map +1 -0
- package/dist/index8.cjs +130 -0
- package/dist/index8.cjs.map +1 -0
- package/dist/index8.mjs +131 -0
- package/dist/index8.mjs.map +1 -0
- package/dist/index80.cjs +65 -0
- package/dist/index80.cjs.map +1 -0
- package/dist/index80.mjs +65 -0
- package/dist/index80.mjs.map +1 -0
- package/dist/index81.cjs +69 -0
- package/dist/index81.cjs.map +1 -0
- package/dist/index81.mjs +69 -0
- package/dist/index81.mjs.map +1 -0
- package/dist/index82.cjs +30 -0
- package/dist/index82.cjs.map +1 -0
- package/dist/index82.mjs +30 -0
- package/dist/index82.mjs.map +1 -0
- package/dist/index83.cjs +86 -0
- package/dist/index83.cjs.map +1 -0
- package/dist/index83.mjs +86 -0
- package/dist/index83.mjs.map +1 -0
- package/dist/index84.cjs +102 -0
- package/dist/index84.cjs.map +1 -0
- package/dist/index84.mjs +102 -0
- package/dist/index84.mjs.map +1 -0
- package/dist/index85.cjs +20 -0
- package/dist/index85.cjs.map +1 -0
- package/dist/index85.mjs +20 -0
- package/dist/index85.mjs.map +1 -0
- package/dist/index86.cjs +21 -0
- package/dist/index86.cjs.map +1 -0
- package/dist/index86.mjs +21 -0
- package/dist/index86.mjs.map +1 -0
- package/dist/index87.cjs +191 -0
- package/dist/index87.cjs.map +1 -0
- package/dist/index87.mjs +191 -0
- package/dist/index87.mjs.map +1 -0
- package/dist/index88.cjs +67 -0
- package/dist/index88.cjs.map +1 -0
- package/dist/index88.mjs +67 -0
- package/dist/index88.mjs.map +1 -0
- package/dist/index89.cjs +312 -0
- package/dist/index89.cjs.map +1 -0
- package/dist/index89.mjs +312 -0
- package/dist/index89.mjs.map +1 -0
- package/dist/index90.cjs +10 -0
- package/dist/index90.cjs.map +1 -0
- package/dist/index90.mjs +10 -0
- package/dist/index90.mjs.map +1 -0
- package/dist/index91.cjs +15 -0
- package/dist/index91.cjs.map +1 -0
- package/dist/index91.mjs +15 -0
- package/dist/index91.mjs.map +1 -0
- package/dist/index92.cjs +8 -0
- package/dist/index92.cjs.map +1 -0
- package/dist/index92.mjs +8 -0
- package/dist/index92.mjs.map +1 -0
- package/dist/index93.cjs +81 -0
- package/dist/index93.cjs.map +1 -0
- package/dist/index93.mjs +81 -0
- package/dist/index93.mjs.map +1 -0
- package/dist/index94.cjs +124 -0
- package/dist/index94.cjs.map +1 -0
- package/dist/index94.mjs +124 -0
- package/dist/index94.mjs.map +1 -0
- package/dist/index95.cjs +68 -0
- package/dist/index95.cjs.map +1 -0
- package/dist/index95.mjs +68 -0
- package/dist/index95.mjs.map +1 -0
- package/dist/index96.cjs +29 -0
- package/dist/index96.cjs.map +1 -0
- package/dist/index96.mjs +29 -0
- package/dist/index96.mjs.map +1 -0
- package/dist/index97.cjs +184 -0
- package/dist/index97.cjs.map +1 -0
- package/dist/index97.mjs +184 -0
- package/dist/index97.mjs.map +1 -0
- package/dist/index98.cjs +78 -0
- package/dist/index98.cjs.map +1 -0
- package/dist/index98.mjs +78 -0
- package/dist/index98.mjs.map +1 -0
- package/dist/index99.cjs +55 -0
- package/dist/index99.cjs.map +1 -0
- package/dist/index99.mjs +55 -0
- package/dist/index99.mjs.map +1 -0
- package/dist/plugin.d.ts +37 -0
- package/dist/plugin.d.ts.map +1 -0
- package/dist/scss/_badge.scss +12 -0
- package/dist/scss/_breakpoints.scss +102 -0
- package/dist/scss/_color-utilities.scss +105 -0
- package/dist/scss/_controls.scss +135 -0
- package/dist/scss/_ds-input-base.scss +302 -0
- package/dist/scss/_ds-picker-m3.scss +179 -0
- package/dist/scss/_effects.scss +42 -0
- package/dist/scss/_overlays.scss +13 -0
- package/dist/scss/_radius.scss +24 -0
- package/dist/scss/_reset.scss +60 -0
- package/dist/scss/_scrollbar.scss +78 -0
- package/dist/scss/_spacing.scss +15 -0
- package/dist/scss/_themes.scss +493 -0
- package/dist/scss/_typography.scss +50 -0
- package/dist/scss/_utilities.scss +75 -0
- package/dist/scss/_variables.scss +143 -0
- package/dist/scss/api.scss +77 -0
- package/dist/scss/tokens.scss +13 -0
- package/dist/utils/date-utils.d.ts +48 -0
- package/dist/utils/date-utils.d.ts.map +1 -0
- package/dist/utils/dialog-utils.d.ts +17 -0
- package/dist/utils/dialog-utils.d.ts.map +1 -0
- package/dist/utils/file-utils.d.ts +20 -0
- package/dist/utils/file-utils.d.ts.map +1 -0
- package/dist/utils/filtro-input.d.ts +19 -0
- package/dist/utils/filtro-input.d.ts.map +1 -0
- package/dist/utils/form-rules.d.ts +74 -0
- package/dist/utils/form-rules.d.ts.map +1 -0
- package/dist/utils/formatadores.d.ts +15 -0
- package/dist/utils/formatadores.d.ts.map +1 -0
- package/dist/utils/gerador-id.d.ts +3 -0
- package/dist/utils/gerador-id.d.ts.map +1 -0
- package/dist/utils/hint-mensagem.d.ts +11 -0
- package/dist/utils/hint-mensagem.d.ts.map +1 -0
- package/dist/utils/index.d.ts +15 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/limpar-campos.d.ts +6 -0
- package/dist/utils/limpar-campos.d.ts.map +1 -0
- package/dist/utils/masks.d.ts +16 -0
- package/dist/utils/masks.d.ts.map +1 -0
- package/dist/utils/medidas-util.d.ts +3 -0
- package/dist/utils/medidas-util.d.ts.map +1 -0
- package/dist/utils/normalizar-label.d.ts +2 -0
- package/dist/utils/normalizar-label.d.ts.map +1 -0
- package/dist/utils/scroll-elemento.d.ts +16 -0
- package/dist/utils/scroll-elemento.d.ts.map +1 -0
- package/dist/utils/validar-campo.d.ts +7 -0
- package/dist/utils/validar-campo.d.ts.map +1 -0
- package/dist/utils/validar-documentos.d.ts +12 -0
- package/dist/utils/validar-documentos.d.ts.map +1 -0
- package/dist/utils/vnode-slot.d.ts +43 -0
- package/dist/utils/vnode-slot.d.ts.map +1 -0
- package/package.json +100 -0
- package/src/components/actions/acai-ui-actions.vue +225 -0
- package/src/components/async-select/acai-ui-async-select-interface.ts +49 -0
- package/src/components/async-select/acai-ui-async-select.vue +409 -0
- package/src/components/badge/acai-ui-badge-interface.ts +19 -0
- package/src/components/badge/acai-ui-badge.vue +40 -0
- package/src/components/banner/acai-ui-banner-interface.ts +17 -0
- package/src/components/banner/acai-ui-banner-styles.scss +47 -0
- package/src/components/banner/acai-ui-banner.vue +85 -0
- package/src/components/button/acai-ui-button-interface.ts +21 -0
- package/src/components/button/acai-ui-button.vue +378 -0
- package/src/components/card/acai-ui-card-interface.ts +14 -0
- package/src/components/card/acai-ui-card-styles.scss +94 -0
- package/src/components/card/acai-ui-card.vue +148 -0
- package/src/components/chart/acai-ui-chart-interface.ts +226 -0
- package/src/components/chart/acai-ui-chart-styles.scss +141 -0
- package/src/components/chart/acai-ui-chart.vue +679 -0
- package/src/components/chart/chart-a11y.ts +184 -0
- package/src/components/chart/chart-caminhos.ts +466 -0
- package/src/components/chart/chart-cartesiano.vue +247 -0
- package/src/components/chart/chart-dados.ts +381 -0
- package/src/components/chart/chart-escalas.ts +141 -0
- package/src/components/chart/chart-formatar.ts +98 -0
- package/src/components/chart/chart-gauge.vue +152 -0
- package/src/components/chart/chart-headless.ts +130 -0
- package/src/components/chart/chart-imagem.ts +247 -0
- package/src/components/chart/chart-layout.ts +184 -0
- package/src/components/chart/chart-legenda.vue +103 -0
- package/src/components/chart/chart-pizza.vue +134 -0
- package/src/components/chart/chart-plano.ts +818 -0
- package/src/components/chart/chart-rotulos.ts +75 -0
- package/src/components/chart/chart-tabela.vue +116 -0
- package/src/components/chart/chart-ticks.ts +116 -0
- package/src/components/checkbox/acai-ui-checkbox-interface.ts +17 -0
- package/src/components/checkbox/acai-ui-checkbox.vue +114 -0
- package/src/components/chip/acai-ui-chip-interface.ts +19 -0
- package/src/components/chip/acai-ui-chip.vue +61 -0
- package/src/components/code/acai-ui-code-interface.ts +43 -0
- package/src/components/code/acai-ui-code-styles.scss +407 -0
- package/src/components/code/acai-ui-code.vue +595 -0
- package/src/components/code/dobras-json.ts +52 -0
- package/src/components/confirm/acai-ui-confirm.vue +230 -0
- package/src/components/container/acai-ui-container-interface.ts +34 -0
- package/src/components/container/acai-ui-container-styles.scss +122 -0
- package/src/components/container/acai-ui-container.vue +140 -0
- package/src/components/date/acai-ui-date-interface.ts +18 -0
- package/src/components/date/acai-ui-date.vue +191 -0
- package/src/components/date-range/acai-ui-date-range-interface.ts +27 -0
- package/src/components/date-range/acai-ui-date-range.vue +300 -0
- package/src/components/datetime/acai-ui-datetime-interface.ts +10 -0
- package/src/components/datetime/acai-ui-datetime.vue +203 -0
- package/src/components/datetime/data-hora-styles.scss +18 -0
- package/src/components/dialog/acai-ui-dialog-interface.ts +18 -0
- package/src/components/dialog/acai-ui-dialog.vue +168 -0
- package/src/components/divider/acai-ui-divider-interface.ts +4 -0
- package/src/components/divider/acai-ui-divider-styles.scss +42 -0
- package/src/components/divider/acai-ui-divider.vue +20 -0
- package/src/components/drawer/acai-ui-drawer-interface.ts +99 -0
- package/src/components/drawer/acai-ui-drawer-styles.scss +586 -0
- package/src/components/drawer/acai-ui-drawer.vue +802 -0
- package/src/components/drawer/drawer-sidebar-helper.ts +117 -0
- package/src/components/dropdown/acai-ui-dropdown-interface.ts +41 -0
- package/src/components/dropdown/acai-ui-dropdown-item.vue +36 -0
- package/src/components/dropdown/acai-ui-dropdown-styles.scss +90 -0
- package/src/components/dropdown/acai-ui-dropdown.vue +77 -0
- package/src/components/error-log/acai-ui-error-log-interface.ts +59 -0
- package/src/components/error-log/acai-ui-error-log-json-tree.vue +426 -0
- package/src/components/error-log/acai-ui-error-log-redigir.ts +74 -0
- package/src/components/error-log/acai-ui-error-log-styles.scss +137 -0
- package/src/components/error-log/acai-ui-error-log.vue +318 -0
- package/src/components/file/acai-ui-file-interface.ts +28 -0
- package/src/components/file/acai-ui-file.vue +85 -0
- package/src/components/file/arquivo-styles.scss +109 -0
- package/src/components/form/acai-ui-form-grid.scss +145 -0
- package/src/components/form/acai-ui-form-interface.ts +37 -0
- package/src/components/form/acai-ui-form-styles.scss +159 -0
- package/src/components/form/acai-ui-form-validation-modal.vue +216 -0
- package/src/components/form/acai-ui-form.vue +410 -0
- package/src/components/help/acai-ui-help-interface.ts +200 -0
- package/src/components/help/acai-ui-help-styles.scss +209 -0
- package/src/components/help/acai-ui-help.vue +259 -0
- package/src/components/help/acai-ui-tour-styles.scss +292 -0
- package/src/components/help/acai-ui-tour.vue +766 -0
- package/src/components/help/tour-escolha.ts +139 -0
- package/src/components/help/tour-posicionar.ts +148 -0
- package/src/components/help/tour-registry.ts +177 -0
- package/src/components/help/use-tour-visto.ts +81 -0
- package/src/components/icon/acai-ui-icon-interface.ts +12 -0
- package/src/components/icon/acai-ui-icon.vue +33 -0
- package/src/components/index.ts +149 -0
- package/src/components/input/acai-ui-input-interface.ts +20 -0
- package/src/components/input/acai-ui-input.vue +146 -0
- package/src/components/modal/acai-ui-modal-interface.ts +19 -0
- package/src/components/modal/acai-ui-modal-styles.scss +131 -0
- package/src/components/modal/acai-ui-modal.vue +83 -0
- package/src/components/pagination/acai-ui-pagination-interface.ts +8 -0
- package/src/components/pagination/acai-ui-pagination.vue +36 -0
- package/src/components/preferences/acai-ui-preferences-interface.ts +4 -0
- package/src/components/preferences/acai-ui-preferences-styles.scss +387 -0
- package/src/components/preferences/acai-ui-preferences.vue +349 -0
- package/src/components/progress/acai-ui-progress-interface.ts +20 -0
- package/src/components/progress/acai-ui-progress.vue +124 -0
- package/src/components/radio/acai-ui-radio-interface.ts +14 -0
- package/src/components/radio/acai-ui-radio.vue +78 -0
- package/src/components/section/acai-ui-section-styles.scss +93 -0
- package/src/components/section/acai-ui-section.vue +134 -0
- package/src/components/select/acai-ui-select-interface.ts +18 -0
- package/src/components/select/acai-ui-select.vue +322 -0
- package/src/components/session-clock/acai-ui-session-clock.vue +111 -0
- package/src/components/stepper/acai-ui-step-interface.ts +18 -0
- package/src/components/stepper/acai-ui-step.vue +37 -0
- package/src/components/stepper/acai-ui-stepper-interface.ts +56 -0
- package/src/components/stepper/acai-ui-stepper-styles.scss +222 -0
- package/src/components/stepper/acai-ui-stepper.vue +231 -0
- package/src/components/swagger/acai-ui-swagger-interface.ts +54 -0
- package/src/components/swagger/acai-ui-swagger-operacao.vue +372 -0
- package/src/components/swagger/acai-ui-swagger-requisicao.ts +272 -0
- package/src/components/swagger/acai-ui-swagger-schema.vue +36 -0
- package/src/components/swagger/acai-ui-swagger-styles.scss +883 -0
- package/src/components/swagger/acai-ui-swagger.vue +349 -0
- package/src/components/swagger/openapi-normalizar.ts +514 -0
- package/src/components/swagger/openapi-tipos.ts +198 -0
- package/src/components/table/acai-ui-table-interface.ts +60 -0
- package/src/components/table/acai-ui-table-justificativa.vue +135 -0
- package/src/components/table/acai-ui-table-styles.scss +293 -0
- package/src/components/table/acai-ui-table.vue +340 -0
- package/src/components/tabs/acai-ui-tab.vue +10 -0
- package/src/components/tabs/acai-ui-tabs-interface.ts +48 -0
- package/src/components/tabs/acai-ui-tabs-styles.scss +78 -0
- package/src/components/tabs/acai-ui-tabs.vue +137 -0
- package/src/components/time/acai-ui-time-interface.ts +14 -0
- package/src/components/time/acai-ui-time.vue +86 -0
- package/src/components/toggle/acai-ui-toggle-interface.ts +13 -0
- package/src/components/toggle/acai-ui-toggle.vue +162 -0
- package/src/components/tooltip/acai-ui-tooltip-interface.ts +11 -0
- package/src/components/tooltip/acai-ui-tooltip-styles.scss +104 -0
- package/src/components/tooltip/acai-ui-tooltip.vue +90 -0
- package/src/components/user-menu/acai-ui-user-menu-interface.ts +13 -0
- package/src/components/user-menu/acai-ui-user-menu-styles.scss +125 -0
- package/src/components/user-menu/acai-ui-user-menu.vue +139 -0
- package/src/components/validation/acai-ui-validation.vue +236 -0
- package/src/constants/chart-paleta.ts +162 -0
- package/src/constants/efeitos.ts +24 -0
- package/src/constants/index.ts +24 -0
- package/src/constants/lista-icons.ts +156 -0
- package/src/constants/medidas-espacos.ts +15 -0
- package/src/constants/radius.ts +15 -0
- package/src/constants/status-badge.ts +44 -0
- package/src/env.d.ts +7 -0
- package/src/hooks/filtros-url-internos.ts +497 -0
- package/src/hooks/index.ts +22 -0
- package/src/hooks/notify.ts +18 -0
- package/src/hooks/use-contador-sessao.ts +95 -0
- package/src/hooks/use-filtros-na-url.ts +174 -0
- package/src/hooks/use-leitura-voz.ts +346 -0
- package/src/hooks/use-listagem-na-url.ts +614 -0
- package/src/hooks/use-preferencias.ts +152 -0
- package/src/hooks/use-repasse-quasar.ts +63 -0
- package/src/hooks/use-tamanho-elemento.ts +107 -0
- package/src/hooks/use-tela.ts +114 -0
- package/src/hooks/use-validacao-visual.ts +189 -0
- package/src/index.ts +30 -0
- package/src/plugin.ts +134 -0
- package/src/scss/_badge.scss +12 -0
- package/src/scss/_breakpoints.scss +102 -0
- package/src/scss/_color-utilities.scss +105 -0
- package/src/scss/_controls.scss +135 -0
- package/src/scss/_ds-input-base.scss +302 -0
- package/src/scss/_ds-picker-m3.scss +179 -0
- package/src/scss/_effects.scss +42 -0
- package/src/scss/_overlays.scss +13 -0
- package/src/scss/_radius.scss +24 -0
- package/src/scss/_reset.scss +60 -0
- package/src/scss/_scrollbar.scss +78 -0
- package/src/scss/_spacing.scss +15 -0
- package/src/scss/_themes.scss +493 -0
- package/src/scss/_typography.scss +50 -0
- package/src/scss/_utilities.scss +75 -0
- package/src/scss/_variables.scss +143 -0
- package/src/scss/api.scss +77 -0
- package/src/scss/tokens.scss +13 -0
- package/src/styles-global.scss +30 -0
- package/src/utils/date-utils.ts +128 -0
- package/src/utils/dialog-utils.ts +59 -0
- package/src/utils/file-utils.ts +85 -0
- package/src/utils/filtro-input.ts +41 -0
- package/src/utils/form-rules.ts +202 -0
- package/src/utils/formatadores.ts +97 -0
- package/src/utils/gerador-id.ts +29 -0
- package/src/utils/hint-mensagem.ts +25 -0
- package/src/utils/index.ts +32 -0
- package/src/utils/limpar-campos.ts +94 -0
- package/src/utils/masks.ts +19 -0
- package/src/utils/medidas-util.ts +5 -0
- package/src/utils/normalizar-label.ts +9 -0
- package/src/utils/scroll-elemento.ts +34 -0
- package/src/utils/validar-campo.ts +27 -0
- package/src/utils/validar-documentos.ts +86 -0
- package/src/utils/vnode-slot.ts +74 -0
|
@@ -0,0 +1,378 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<q-btn
|
|
3
|
+
v-bind="qBtnProps"
|
|
4
|
+
:class="classes"
|
|
5
|
+
:aria-label="ariaLabelFinal"
|
|
6
|
+
unelevated
|
|
7
|
+
no-caps
|
|
8
|
+
no-wrap
|
|
9
|
+
@click="emit('click', $event)"
|
|
10
|
+
>
|
|
11
|
+
<slot />
|
|
12
|
+
<!-- Tooltip opcional: `#tooltip` (conteúdo custom) tem precedência sobre a
|
|
13
|
+
prop `tooltip` (texto simples). Ambos usam o AcaiUiTooltip. -->
|
|
14
|
+
<acai-ui-tooltip
|
|
15
|
+
v-if="$slots.tooltip || props.tooltip"
|
|
16
|
+
:position="props.tooltipPosition"
|
|
17
|
+
>
|
|
18
|
+
<slot name="tooltip">{{ props.tooltip }}</slot>
|
|
19
|
+
</acai-ui-tooltip>
|
|
20
|
+
</q-btn>
|
|
21
|
+
</template>
|
|
22
|
+
|
|
23
|
+
<script setup lang="ts">
|
|
24
|
+
import { computed } from "vue";
|
|
25
|
+
import AcaiUiTooltip from "../tooltip/acai-ui-tooltip.vue";
|
|
26
|
+
import type { ButtonProps } from "./acai-ui-button-interface";
|
|
27
|
+
|
|
28
|
+
const props = withDefaults(defineProps<ButtonProps>(), {
|
|
29
|
+
color: "primary",
|
|
30
|
+
size: "md",
|
|
31
|
+
fullWidth: false,
|
|
32
|
+
tooltipPosition: "top",
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
// Botão icon-only (sem label) sem ariaLabel explícito: usa o texto do tooltip
|
|
36
|
+
// como nome acessível (eMAG 4.2). Com label visível, não sobrescreve.
|
|
37
|
+
const ariaLabelFinal = computed(
|
|
38
|
+
() => props.ariaLabel || (!props.label ? props.tooltip : undefined),
|
|
39
|
+
);
|
|
40
|
+
|
|
41
|
+
const emit = defineEmits<{
|
|
42
|
+
click: [event: Event];
|
|
43
|
+
}>();
|
|
44
|
+
|
|
45
|
+
const variant = computed(() => {
|
|
46
|
+
if (props.flat) return "flat";
|
|
47
|
+
if (props.outline) return "outlined";
|
|
48
|
+
return "filled";
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
const classes = computed(() => [
|
|
52
|
+
"botao",
|
|
53
|
+
`botao--${variant.value}`,
|
|
54
|
+
`botao--${props.color}`,
|
|
55
|
+
`botao--${props.size}`,
|
|
56
|
+
{
|
|
57
|
+
"botao--full-width": props.fullWidth,
|
|
58
|
+
"botao--icon-only": props.icon && !props.label,
|
|
59
|
+
},
|
|
60
|
+
]);
|
|
61
|
+
|
|
62
|
+
const coresDS = ["primary", "negative", "positive", "accent"] as const;
|
|
63
|
+
const ehCorDS = computed(() =>
|
|
64
|
+
coresDS.includes(props.color as (typeof coresDS)[number]),
|
|
65
|
+
);
|
|
66
|
+
|
|
67
|
+
const qBtnProps = computed(() => ({
|
|
68
|
+
color: ehCorDS.value ? undefined : props.color,
|
|
69
|
+
flat: ehCorDS.value ? undefined : props.flat,
|
|
70
|
+
outline: ehCorDS.value ? undefined : props.outline,
|
|
71
|
+
label: props.label,
|
|
72
|
+
icon: props.icon,
|
|
73
|
+
iconRight: props.iconRight,
|
|
74
|
+
disable: props.disable,
|
|
75
|
+
loading: props.loading,
|
|
76
|
+
round: props.round,
|
|
77
|
+
rounded: props.rounded,
|
|
78
|
+
dense: props.dense,
|
|
79
|
+
to: props.to,
|
|
80
|
+
href: props.href,
|
|
81
|
+
target: props.target,
|
|
82
|
+
type: props.type,
|
|
83
|
+
tabindex: props.tabindex,
|
|
84
|
+
ripple: props.ripple,
|
|
85
|
+
}));
|
|
86
|
+
</script>
|
|
87
|
+
|
|
88
|
+
<style lang="scss" scoped>
|
|
89
|
+
// Import explícito porque consumidores via source (docs, sandbox, etc.) não
|
|
90
|
+
// têm o additionalData do vite.config.ts da lib — esse só funciona pro build interno.
|
|
91
|
+
@import '../../scss/controls';
|
|
92
|
+
|
|
93
|
+
.botao {
|
|
94
|
+
// Reset base + tipografia comum a todos os controles tipo "botão" da lib.
|
|
95
|
+
&.q-btn {
|
|
96
|
+
@include control-base;
|
|
97
|
+
min-height: unset;
|
|
98
|
+
padding: 0;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
// ========================
|
|
102
|
+
// Tamanhos — herdam dos mixins centralizados em scss/_controls.scss.
|
|
103
|
+
// Mudou em _controls.scss → muda em Button + Dropdown + outros consumidores.
|
|
104
|
+
// ========================
|
|
105
|
+
&--sm.q-btn {
|
|
106
|
+
@include control-sm;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
&--md.q-btn {
|
|
110
|
+
@include control-md;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
&--lg.q-btn {
|
|
114
|
+
@include control-lg;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
&--full-width {
|
|
118
|
+
width: 100%;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
&--icon-only {
|
|
122
|
+
&.botao--sm.q-btn {
|
|
123
|
+
@include control-icon-only-sm;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
&.botao--md.q-btn {
|
|
127
|
+
@include control-icon-only-md;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
&.botao--lg.q-btn {
|
|
131
|
+
@include control-icon-only-lg;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
// ========================
|
|
136
|
+
// Filled
|
|
137
|
+
// ========================
|
|
138
|
+
// Cor base via `var(--q-*)` → recolore no modo daltônico (chips/badges já faziam;
|
|
139
|
+
// agora o botão colorido acompanha). Hover/active via `color-mix(... #000 N%)`
|
|
140
|
+
// DERIVAM o tom escuro da cor atual — então funcionam pra qualquer cor CVD sem
|
|
141
|
+
// shade hardcoded. No modo normal o resultado é ~idêntico aos tons DETRAN de antes.
|
|
142
|
+
&--filled.q-btn {
|
|
143
|
+
color: $color-white-100;
|
|
144
|
+
|
|
145
|
+
&.botao--primary {
|
|
146
|
+
background: var(--q-primary, #{$primary});
|
|
147
|
+
border-color: var(--q-primary, #{$primary});
|
|
148
|
+
|
|
149
|
+
&:hover:not(.disabled) {
|
|
150
|
+
background: color-mix(in srgb, var(--q-primary, #{$primary}), #000 13%);
|
|
151
|
+
border-color: color-mix(in srgb, var(--q-primary, #{$primary}), #000 13%);
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
&:active:not(.disabled) {
|
|
155
|
+
background: color-mix(in srgb, var(--q-primary, #{$primary}), #000 28%);
|
|
156
|
+
border-color: color-mix(in srgb, var(--q-primary, #{$primary}), #000 28%);
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
&.botao--negative {
|
|
161
|
+
background: var(--q-negative, #{$negative});
|
|
162
|
+
border-color: var(--q-negative, #{$negative});
|
|
163
|
+
|
|
164
|
+
&:hover:not(.disabled) {
|
|
165
|
+
background: color-mix(in srgb, var(--q-negative, #{$negative}), #000 13%);
|
|
166
|
+
border-color: color-mix(in srgb, var(--q-negative, #{$negative}), #000 13%);
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
&:active:not(.disabled) {
|
|
170
|
+
background: color-mix(in srgb, var(--q-negative, #{$negative}), #000 28%);
|
|
171
|
+
border-color: color-mix(in srgb, var(--q-negative, #{$negative}), #000 28%);
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
&.botao--positive {
|
|
176
|
+
background: var(--q-positive, #{$positive});
|
|
177
|
+
border-color: var(--q-positive, #{$positive});
|
|
178
|
+
|
|
179
|
+
&:hover:not(.disabled) {
|
|
180
|
+
background: color-mix(in srgb, var(--q-positive, #{$positive}), #000 13%);
|
|
181
|
+
border-color: color-mix(in srgb, var(--q-positive, #{$positive}), #000 13%);
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
&:active:not(.disabled) {
|
|
185
|
+
background: color-mix(in srgb, var(--q-positive, #{$positive}), #000 28%);
|
|
186
|
+
border-color: color-mix(in srgb, var(--q-positive, #{$positive}), #000 28%);
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
&.botao--accent {
|
|
191
|
+
background: var(--q-accent, #{$accent});
|
|
192
|
+
border-color: var(--q-accent, #{$accent});
|
|
193
|
+
|
|
194
|
+
&:hover:not(.disabled) {
|
|
195
|
+
background: color-mix(in srgb, var(--q-accent, #{$accent}), #000 13%);
|
|
196
|
+
border-color: color-mix(in srgb, var(--q-accent, #{$accent}), #000 13%);
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
&:active:not(.disabled) {
|
|
200
|
+
background: color-mix(in srgb, var(--q-accent, #{$accent}), #000 28%);
|
|
201
|
+
border-color: color-mix(in srgb, var(--q-accent, #{$accent}), #000 28%);
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
// ========================
|
|
207
|
+
// Outlined
|
|
208
|
+
// ========================
|
|
209
|
+
&--outlined.q-btn {
|
|
210
|
+
background: transparent;
|
|
211
|
+
|
|
212
|
+
&.botao--primary {
|
|
213
|
+
border-color: var(--q-primary, #{$primary});
|
|
214
|
+
color: var(--q-primary, #{$primary});
|
|
215
|
+
|
|
216
|
+
&:hover:not(.disabled) {
|
|
217
|
+
background: color-mix(in srgb, var(--q-primary, #{$primary}) 6%, transparent);
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
&:active:not(.disabled) {
|
|
221
|
+
background: color-mix(in srgb, var(--q-primary, #{$primary}) 12%, transparent);
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
// Outlined = borda e texto SOBRE a superfície → usa a tinta (`--acai-negative`),
|
|
226
|
+
// que clareia no escuro. O fundo continua transparente.
|
|
227
|
+
&.botao--negative {
|
|
228
|
+
border-color: var(--acai-negative, #{$negative});
|
|
229
|
+
color: var(--acai-negative, #{$negative});
|
|
230
|
+
|
|
231
|
+
&:hover:not(.disabled) {
|
|
232
|
+
background: color-mix(in srgb, var(--acai-negative, #{$negative}) 6%, transparent);
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
&:active:not(.disabled) {
|
|
236
|
+
background: color-mix(in srgb, var(--acai-negative, #{$negative}) 12%, transparent);
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
// Outline/flat pintam a COR NO TEXTO E NA BORDA — é tinta, não fundo. Segue
|
|
241
|
+
// o `--acai-positive`, que clareia no escuro; o botão PREENCHIDO acima
|
|
242
|
+
// continua no `--q-positive` porque lá a cor é fundo com texto branco.
|
|
243
|
+
&.botao--positive {
|
|
244
|
+
border-color: var(--acai-positive, #{$positive});
|
|
245
|
+
color: var(--acai-positive, #{$positive});
|
|
246
|
+
|
|
247
|
+
&:hover:not(.disabled) {
|
|
248
|
+
background: color-mix(in srgb, var(--acai-positive, #{$positive}) 6%, transparent);
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
&:active:not(.disabled) {
|
|
252
|
+
background: color-mix(in srgb, var(--acai-positive, #{$positive}) 12%, transparent);
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
&.botao--accent {
|
|
257
|
+
border-color: var(--q-accent, #{$accent});
|
|
258
|
+
color: var(--q-accent, #{$accent});
|
|
259
|
+
|
|
260
|
+
&:hover:not(.disabled) {
|
|
261
|
+
background: color-mix(in srgb, var(--q-accent, #{$accent}) 6%, transparent);
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
&:active:not(.disabled) {
|
|
265
|
+
background: color-mix(in srgb, var(--q-accent, #{$accent}) 12%, transparent);
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
// ========================
|
|
271
|
+
// Flat
|
|
272
|
+
// ========================
|
|
273
|
+
&--flat.q-btn {
|
|
274
|
+
background: transparent;
|
|
275
|
+
border-color: transparent;
|
|
276
|
+
|
|
277
|
+
&.botao--primary {
|
|
278
|
+
color: var(--q-primary, #{$primary});
|
|
279
|
+
|
|
280
|
+
&:hover:not(.disabled) {
|
|
281
|
+
background: color-mix(in srgb, var(--q-primary, #{$primary}) 6%, transparent);
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
&:active:not(.disabled) {
|
|
285
|
+
background: color-mix(in srgb, var(--q-primary, #{$primary}) 12%, transparent);
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
// Flat = texto sobre a superfície → mesma tinta do outlined.
|
|
290
|
+
&.botao--negative {
|
|
291
|
+
color: var(--acai-negative, #{$negative});
|
|
292
|
+
|
|
293
|
+
&:hover:not(.disabled) {
|
|
294
|
+
background: color-mix(in srgb, var(--acai-negative, #{$negative}) 6%, transparent);
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
&:active:not(.disabled) {
|
|
298
|
+
background: color-mix(in srgb, var(--acai-negative, #{$negative}) 12%, transparent);
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
&.botao--positive {
|
|
303
|
+
color: var(--acai-positive, #{$positive});
|
|
304
|
+
|
|
305
|
+
&:hover:not(.disabled) {
|
|
306
|
+
background: color-mix(in srgb, var(--acai-positive, #{$positive}) 6%, transparent);
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
&:active:not(.disabled) {
|
|
310
|
+
background: color-mix(in srgb, var(--acai-positive, #{$positive}) 12%, transparent);
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
&.botao--accent {
|
|
315
|
+
color: var(--q-accent, #{$accent});
|
|
316
|
+
|
|
317
|
+
&:hover:not(.disabled) {
|
|
318
|
+
background: color-mix(in srgb, var(--q-accent, #{$accent}) 6%, transparent);
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
&:active:not(.disabled) {
|
|
322
|
+
background: color-mix(in srgb, var(--q-accent, #{$accent}) 12%, transparent);
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
// ========================
|
|
328
|
+
// Disabled
|
|
329
|
+
// ========================
|
|
330
|
+
&.q-btn.disabled {
|
|
331
|
+
opacity: 0.4;
|
|
332
|
+
cursor: not-allowed;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
// ========================
|
|
336
|
+
// Focus
|
|
337
|
+
// ========================
|
|
338
|
+
// O anel de foco sai de `--acai-control-on` (navy no claro, azul legível no
|
|
339
|
+
// escuro, cor CVD no daltônico) — igual ao de async-select, toggle e
|
|
340
|
+
// user-menu. Antes era `$color-primary-400` cravado: #7a76de, um ROXO da rampa
|
|
341
|
+
// que não é a marca de ninguém, aparecendo em todo botão de todo app, e imune
|
|
342
|
+
// ao tema (seguia roxo no escuro e no alto contraste).
|
|
343
|
+
&.q-btn:focus-visible {
|
|
344
|
+
outline: 2px solid var(--acai-control-on, #{$primary});
|
|
345
|
+
outline-offset: 2px;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
// Reset Quasar hover overlay
|
|
349
|
+
:deep(.q-focus-helper) {
|
|
350
|
+
display: none;
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
// ========================
|
|
355
|
+
// Tema escuro — outlined/flat com cor navy/escura (ex.: primary #0e2a50) somem no
|
|
356
|
+
// fundo escuro. Clareia borda/texto pra versões legíveis e usa hover translúcido.
|
|
357
|
+
// ========================
|
|
358
|
+
// `negative` saiu daqui: virou o token `--acai-negative` (definido em `_themes.scss`),
|
|
359
|
+
// que já clareia no escuro E recolore no daltônico — o hardcode `#e0707d` travava a
|
|
360
|
+
// cor CVD e divergia do `#e06070` que o dialog usava. As demais seguem hardcoded.
|
|
361
|
+
.body--dark {
|
|
362
|
+
.botao--outlined,
|
|
363
|
+
.botao--flat {
|
|
364
|
+
&.botao--primary { color: #6aa5e8; }
|
|
365
|
+
&.botao--positive { color: #6cc47e; }
|
|
366
|
+
&.botao--accent { color: #c471e0; }
|
|
367
|
+
|
|
368
|
+
&:hover:not(.disabled) { background: rgba(255, 255, 255, 0.07); }
|
|
369
|
+
&:active:not(.disabled) { background: rgba(255, 255, 255, 0.12); }
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.botao--outlined {
|
|
373
|
+
&.botao--primary { border-color: #6aa5e8; }
|
|
374
|
+
&.botao--positive { border-color: #6cc47e; }
|
|
375
|
+
&.botao--accent { border-color: #c471e0; }
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
</style>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { HeadingLevel } from '../container/acai-ui-container-interface'
|
|
2
|
+
|
|
3
|
+
export interface CardProps {
|
|
4
|
+
title?: string
|
|
5
|
+
cardClass?: string
|
|
6
|
+
hideSeparator?: boolean
|
|
7
|
+
contador?: number
|
|
8
|
+
hoverColor?: string
|
|
9
|
+
clickable?: boolean
|
|
10
|
+
/** Eleva o card com leve movimento + sombra ao passar o mouse (estilo tile). */
|
|
11
|
+
hover?: boolean
|
|
12
|
+
/** Nível de heading semântico para o título do card (eMAG 1.3). Default 2. */
|
|
13
|
+
headingLevel?: HeadingLevel
|
|
14
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
@import '../../scss/breakpoints';
|
|
2
|
+
|
|
3
|
+
.container-card {
|
|
4
|
+
padding: $spacing-lg;
|
|
5
|
+
border-radius: $radius-lg;
|
|
6
|
+
background: var(--acai-surface, #{$color-white-100});
|
|
7
|
+
// Elevação dark-aware: navy suave no claro, anel de luz + profundidade no
|
|
8
|
+
// escuro (token único em _themes.scss). O q-card `bordered` vem sem sombra.
|
|
9
|
+
box-shadow: var(--acai-elevation);
|
|
10
|
+
transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
|
|
11
|
+
|
|
12
|
+
// Prop `hover`: eleva + intensifica a sombra ao passar o mouse. Opt-in.
|
|
13
|
+
&--hover:hover {
|
|
14
|
+
transform: translateY(-3px);
|
|
15
|
+
box-shadow: 0 4px 10px rgba(14, 42, 80, 0.09), 0 14px 32px rgba(14, 42, 80, 0.12);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&--hoverable {
|
|
19
|
+
cursor: pointer;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.card-container-header {
|
|
23
|
+
display: flex;
|
|
24
|
+
justify-content: space-between;
|
|
25
|
+
align-items: center;
|
|
26
|
+
|
|
27
|
+
// Estilo do título do card via classe pra permitir tag de heading dinâmica (eMAG 1.3).
|
|
28
|
+
.card-container-header__title {
|
|
29
|
+
font-size: 1.7rem;
|
|
30
|
+
font-weight: bold;
|
|
31
|
+
color: var(--acai-heading, #{$primary});
|
|
32
|
+
line-height: 1.2;
|
|
33
|
+
letter-spacing: normal;
|
|
34
|
+
margin: 0;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.separador {
|
|
39
|
+
margin: $spacing-md 0 $spacing-md 0;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
// A linha separadora é um q-separator SEM prop `dark` → o Quasar deixa
|
|
43
|
+
// rgba(0,0,0,.12) (escura, some no navy). No escuro vira uma linha CLARA sutil
|
|
44
|
+
// (o inverso da linha clara do tema claro).
|
|
45
|
+
.body--dark & .separador {
|
|
46
|
+
background: var(--acai-border);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.doc-section__description {
|
|
50
|
+
font-size: 0.875rem;
|
|
51
|
+
color: var(--acai-text-muted, #{$color-gray-600});
|
|
52
|
+
margin-top: $spacing-md;
|
|
53
|
+
line-height: 1.6;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
.card-footer {
|
|
58
|
+
padding-top: 14px;
|
|
59
|
+
border-top: 1px solid var(--acai-border-subtle, rgba(20, 20, 20, 0.08));
|
|
60
|
+
background: rgba(0, 0, 0, 0.02);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
// Tema escuro: a linha do `bordered` (Quasar) fica dura/grosseira sobre o navy.
|
|
65
|
+
// A elevação (anel de luz + profundidade) já vem do --acai-elevation; aqui só
|
|
66
|
+
// removemos a borda dura e ajustamos o footer.
|
|
67
|
+
.body--dark .container-card {
|
|
68
|
+
border-color: transparent;
|
|
69
|
+
|
|
70
|
+
// Footer: o tint preto (rgba(0,0,0,.02)) do modo claro ESCURECE sobre o navy,
|
|
71
|
+
// em vez de diferenciar a seção. No escuro, um leve realce claro separa o
|
|
72
|
+
// footer da superfície do card. Light mode fica idêntico (fora do body--dark).
|
|
73
|
+
.card-footer {
|
|
74
|
+
background: rgba(255, 255, 255, 0.03);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
@include ate-mobile {
|
|
79
|
+
.container-card {
|
|
80
|
+
padding: $spacing-md;
|
|
81
|
+
|
|
82
|
+
.card-container-header {
|
|
83
|
+
// Título e ações do card disputam a mesma linha via `space-between`. Em
|
|
84
|
+
// 360px um título de duas palavras já encosta nos botões — o wrap deixa
|
|
85
|
+
// as ações caírem pra linha de baixo em vez de espremerem o título.
|
|
86
|
+
flex-wrap: wrap;
|
|
87
|
+
gap: $spacing-sm;
|
|
88
|
+
|
|
89
|
+
.card-container-header__title {
|
|
90
|
+
font-size: $font-size-lg;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<q-card
|
|
3
|
+
:id="autoId"
|
|
4
|
+
:class="[cardClass, { 'container-card--hoverable': hoverColor || clickable, 'container-card--hover': hover }]"
|
|
5
|
+
:style="hoverStyle"
|
|
6
|
+
bordered
|
|
7
|
+
class="container-card"
|
|
8
|
+
@click="onClick"
|
|
9
|
+
@mouseenter="hovering = true"
|
|
10
|
+
@mouseleave="hovering = false"
|
|
11
|
+
>
|
|
12
|
+
<template v-if="title">
|
|
13
|
+
<header class="card-container-header">
|
|
14
|
+
<div class="flex items-center">
|
|
15
|
+
<div v-if="contador !== undefined && contador !== null" class="q-mr-sm">
|
|
16
|
+
<q-badge :label="contador" class="text-subtitle2" />
|
|
17
|
+
</div>
|
|
18
|
+
|
|
19
|
+
<component :is="headingTag" class="card-container-header__title">{{ title }}</component>
|
|
20
|
+
</div>
|
|
21
|
+
|
|
22
|
+
<!-- No celular estas ações recolhem num dropdown (ver
|
|
23
|
+
<acai-ui-actions>): título e botões disputam a mesma linha do
|
|
24
|
+
cabeçalho, e em 360px um título de duas palavras já não deixa
|
|
25
|
+
espaço pra dois rótulos. -->
|
|
26
|
+
<!-- `v-if` OBRIGATÓRIO. Antes isto era uma `div` sempre presente com um
|
|
27
|
+
slot vazio dentro — inofensivo. Agora o conteúdo é um dropdown, e
|
|
28
|
+
sem a guarda todo card com título ganhava um botão "Ações" vazio no
|
|
29
|
+
cabeçalho do celular. -->
|
|
30
|
+
<div v-if="$slots.actions" class="card-container-header__acoes">
|
|
31
|
+
<acai-ui-actions :label="actionsLabel" :collapse="collapseActions" dense>
|
|
32
|
+
<slot name="actions" />
|
|
33
|
+
</acai-ui-actions>
|
|
34
|
+
</div>
|
|
35
|
+
</header>
|
|
36
|
+
<q-separator v-if="!hideSeparator" class="separador" />
|
|
37
|
+
</template>
|
|
38
|
+
<!-- q--avoid-card-border: o QCard zera as bordas de todo <div> filho direto
|
|
39
|
+
(comportamento de "emendar seções" do Quasar) e a regra vence a classe
|
|
40
|
+
do consumidor por especificidade — a borda declarada some sem erro.
|
|
41
|
+
O wrapper protege o conteúdo do slot: os <div> do consumidor viram
|
|
42
|
+
netos e mantêm as bordas que declararem. -->
|
|
43
|
+
<div class="container-card__content q--avoid-card-border">
|
|
44
|
+
<slot />
|
|
45
|
+
</div>
|
|
46
|
+
<!-- `$slots.footer` lido AQUI, dentro do render, de propósito: o objeto de
|
|
47
|
+
slots não é reativo (createInternalObject), então um `computed` que lê
|
|
48
|
+
`slots.footer` cacheia o primeiro render pra sempre e um slot
|
|
49
|
+
condicional do consumidor (<template v-if="cond" #footer>) nunca mais
|
|
50
|
+
aparece. O render reavalia a cada atualização, que é o que se quer. -->
|
|
51
|
+
<footer v-if="$slots.footer" class="card-footer">
|
|
52
|
+
<slot name="footer" />
|
|
53
|
+
</footer>
|
|
54
|
+
</q-card>
|
|
55
|
+
</template>
|
|
56
|
+
|
|
57
|
+
<script setup lang="ts">
|
|
58
|
+
import { computed, ref } from 'vue'
|
|
59
|
+
import AcaiUiActions from '../actions/acai-ui-actions.vue'
|
|
60
|
+
|
|
61
|
+
defineOptions({ inheritAttrs: false })
|
|
62
|
+
|
|
63
|
+
// Props definidas INLINE (em vez de `defineProps<CardProps>()`).
|
|
64
|
+
// Vue SFC compiler não consegue resolver tipos importados de outro arquivo
|
|
65
|
+
// quando o tipo da prop usa outro alias importado (ex.: HeadingLevel) —
|
|
66
|
+
// resultado: prop não é registrada e o default do withDefaults não aplica.
|
|
67
|
+
const props = withDefaults(
|
|
68
|
+
defineProps<{
|
|
69
|
+
title?: string
|
|
70
|
+
cardClass?: string
|
|
71
|
+
hideSeparator?: boolean
|
|
72
|
+
contador?: number
|
|
73
|
+
hoverColor?: string
|
|
74
|
+
clickable?: boolean
|
|
75
|
+
/** Eleva o card com leve movimento + sombra ao passar o mouse (estilo tile). */
|
|
76
|
+
hover?: boolean
|
|
77
|
+
/** Nível de heading semântico para o título do card (eMAG 1.3). Default 2. */
|
|
78
|
+
headingLevel?: 1 | 2 | 3 | 4 | 5 | 6
|
|
79
|
+
/**
|
|
80
|
+
* Rótulo do botão que agrupa o slot `#actions` **no celular** (≤600px),
|
|
81
|
+
* onde as ações recolhem pra não brigar com o título pela mesma linha.
|
|
82
|
+
* Default `'Ações'`. No desktop não aparece.
|
|
83
|
+
*/
|
|
84
|
+
actionsLabel?: string
|
|
85
|
+
/**
|
|
86
|
+
* Recolher o slot `#actions` num dropdown no celular. Default `true`.
|
|
87
|
+
*
|
|
88
|
+
* Passe `false` quando as ações forem **só de ícone**: elas já cabem na
|
|
89
|
+
* linha mesmo em 360px e, dentro do menu, perdem o tooltip que as
|
|
90
|
+
* explicava — viram desenhos sem rótulo.
|
|
91
|
+
*/
|
|
92
|
+
collapseActions?: boolean
|
|
93
|
+
}>(),
|
|
94
|
+
{
|
|
95
|
+
hideSeparator: false,
|
|
96
|
+
clickable: false,
|
|
97
|
+
hover: false,
|
|
98
|
+
headingLevel: 2,
|
|
99
|
+
actionsLabel: 'Ações',
|
|
100
|
+
collapseActions: true,
|
|
101
|
+
},
|
|
102
|
+
)
|
|
103
|
+
|
|
104
|
+
const headingTag = computed(() => `h${props.headingLevel ?? 2}`)
|
|
105
|
+
|
|
106
|
+
const emit = defineEmits<{
|
|
107
|
+
click: [event: Event]
|
|
108
|
+
}>()
|
|
109
|
+
|
|
110
|
+
// Gerar id automaticamente do title
|
|
111
|
+
const autoId = computed(() => {
|
|
112
|
+
if (!props.title) return undefined
|
|
113
|
+
return props.title
|
|
114
|
+
.toLowerCase()
|
|
115
|
+
.normalize('NFD')
|
|
116
|
+
.replace(/[\u0300-\u036f]/g, '')
|
|
117
|
+
.replace(/[^a-z0-9\s-]/g, '')
|
|
118
|
+
.replace(/\s+/g, '-')
|
|
119
|
+
.replace(/-+/g, '-')
|
|
120
|
+
.trim()
|
|
121
|
+
})
|
|
122
|
+
|
|
123
|
+
const hovering = ref(false)
|
|
124
|
+
|
|
125
|
+
const hoverStyle = computed(() => {
|
|
126
|
+
if (!props.hoverColor || !hovering.value) return {}
|
|
127
|
+
return {
|
|
128
|
+
borderColor: props.hoverColor,
|
|
129
|
+
// `color-mix` em vez de concatenar o alpha `33` no fim da cor: aquilo só
|
|
130
|
+
// funcionava se `hoverColor` fosse um hex de 6 dígitos. Com um token
|
|
131
|
+
// dark-aware — `var(--acai-primary)`, que é o que a lib recomenda hoje —
|
|
132
|
+
// saía `var(--acai-primary)33`, declaração inválida, e a sombra sumia sem
|
|
133
|
+
// aviso. Os 20% são o mesmo `33` (51/255).
|
|
134
|
+
boxShadow: `0 4px 16px color-mix(in srgb, ${props.hoverColor} 20%, transparent)`,
|
|
135
|
+
transform: 'translateY(-3px)',
|
|
136
|
+
}
|
|
137
|
+
})
|
|
138
|
+
|
|
139
|
+
function onClick(event: Event): void {
|
|
140
|
+
if (props.clickable) {
|
|
141
|
+
emit('click', event)
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
</script>
|
|
145
|
+
|
|
146
|
+
<style lang="scss" scoped>
|
|
147
|
+
@import './acai-ui-card-styles.scss';
|
|
148
|
+
</style>
|