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,349 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<!--
|
|
3
|
+
A MOLDURA é trocável; o conteúdo é escrito uma vez só.
|
|
4
|
+
|
|
5
|
+
- Normal: `q-drawer` nativo (side="right", overlay) — slide por transform,
|
|
6
|
+
backdrop com blur, full-height por natureza. Vive dentro do q-layout do
|
|
7
|
+
app, ao lado do drawer de navegação à esquerda.
|
|
8
|
+
- `embutido`: só uma `div`. É assim que o <acai-ui-drawer> hospeda estas
|
|
9
|
+
preferências dentro da folha de tela cheia no celular, sem abrir um
|
|
10
|
+
segundo painel por cima do primeiro.
|
|
11
|
+
|
|
12
|
+
`<component :is>` em vez de v-if/v-else nas duas versões: o corpo tem ~150
|
|
13
|
+
linhas de campos, e duas cópias divergiriam no primeiro ajuste.
|
|
14
|
+
-->
|
|
15
|
+
<component :is="raiz" v-bind="atributosRaiz">
|
|
16
|
+
<div class="acaipref">
|
|
17
|
+
<!-- Embutido não desenha cabeçalho próprio: quem manda no título e nos
|
|
18
|
+
botões é a folha que hospeda, e dois cabeçalhos empilhados foi
|
|
19
|
+
exatamente o problema que este modo veio resolver. -->
|
|
20
|
+
<header v-if="!embutido" class="acaipref__cab">
|
|
21
|
+
<svg class="acaipref-icon" viewBox="0 0 24 24">
|
|
22
|
+
<path d="M4 6h10M18 6h2M4 12h2M10 12h10M4 18h8M16 18h4" />
|
|
23
|
+
<circle cx="16" cy="6" r="2" /><circle cx="8" cy="12" r="2" /><circle cx="14" cy="18" r="2" />
|
|
24
|
+
</svg>
|
|
25
|
+
<h2>{{ title }}</h2>
|
|
26
|
+
<button class="acaipref-btn" type="button" aria-label="Fechar" @click="aberto = false">
|
|
27
|
+
<svg class="acaipref-icon" viewBox="0 0 24 24"><path d="M18 6 6 18M6 6l12 12" /></svg>
|
|
28
|
+
</button>
|
|
29
|
+
</header>
|
|
30
|
+
|
|
31
|
+
<div class="acaipref__corpo">
|
|
32
|
+
<section class="acaipref-bloco">
|
|
33
|
+
<div class="acaipref-bloco__rot">Aparência</div>
|
|
34
|
+
<div class="acaipref-campo">
|
|
35
|
+
<span class="acaipref-campo__txt"><span class="t">Tema</span><span class="d">Claro ou escuro</span></span>
|
|
36
|
+
<div class="acaipref-seg">
|
|
37
|
+
<button type="button" :class="{ on: preferencias.tema === 'claro' }" @click="preferencias.tema = 'claro'">
|
|
38
|
+
<span class="acaipref-seg__c">
|
|
39
|
+
<svg class="acaipref-icon sm" viewBox="0 0 24 24">
|
|
40
|
+
<circle cx="12" cy="12" r="4.5" />
|
|
41
|
+
<path d="M12 2v2M12 20v2M4 12H2M22 12h-2M5 5 4 4M19 5l1-1M5 19l-1 1M19 19l1 1" />
|
|
42
|
+
</svg>
|
|
43
|
+
Claro
|
|
44
|
+
</span>
|
|
45
|
+
</button>
|
|
46
|
+
<button type="button" :class="{ on: preferencias.tema === 'escuro' }" @click="preferencias.tema = 'escuro'">
|
|
47
|
+
<span class="acaipref-seg__c">
|
|
48
|
+
<svg class="acaipref-icon sm" viewBox="0 0 24 24">
|
|
49
|
+
<path d="M21 12.8A8.5 8.5 0 1 1 11.2 3 6.6 6.6 0 0 0 21 12.8Z" />
|
|
50
|
+
</svg>
|
|
51
|
+
Escuro
|
|
52
|
+
</span>
|
|
53
|
+
</button>
|
|
54
|
+
</div>
|
|
55
|
+
</div>
|
|
56
|
+
</section>
|
|
57
|
+
|
|
58
|
+
<section class="acaipref-bloco">
|
|
59
|
+
<div class="acaipref-bloco__rot">Acessibilidade</div>
|
|
60
|
+
|
|
61
|
+
<div class="acaipref-campo">
|
|
62
|
+
<span class="acaipref-campo__txt"><span class="t">Tamanho da fonte</span><span class="d">Ajusta todo o sistema</span></span>
|
|
63
|
+
<div class="acaipref-seg">
|
|
64
|
+
<button v-for="op in fontes" :key="op.v" type="button"
|
|
65
|
+
:class="['fs-a', op.cls, { on: preferencias.tamanhoFonte === op.v }]"
|
|
66
|
+
@click="preferencias.tamanhoFonte = op.v">A</button>
|
|
67
|
+
</div>
|
|
68
|
+
</div>
|
|
69
|
+
|
|
70
|
+
<div class="acaipref-cvd-bloco">
|
|
71
|
+
<span class="acaipref-campo__txt"><span class="t">Modo daltônico</span><span class="d">Cores de status distinguíveis</span></span>
|
|
72
|
+
<div class="acaipref-cvd" role="radiogroup" aria-label="Modo daltônico">
|
|
73
|
+
<button v-for="op in opcoesDaltonismo" :key="op.valor" type="button"
|
|
74
|
+
class="acaipref-cvd__op" :class="{ on: preferencias.daltonismo === op.valor }"
|
|
75
|
+
role="radio" :aria-checked="preferencias.daltonismo === op.valor"
|
|
76
|
+
@click="preferencias.daltonismo = op.valor">
|
|
77
|
+
<span class="acaipref-cvd__nome">{{ op.rotulo }}</span>
|
|
78
|
+
<span class="acaipref-cvd__swatches" aria-hidden="true">
|
|
79
|
+
<!-- Tamanho/cor INLINE de propósito: garante o quadradinho mesmo
|
|
80
|
+
se o CSS scoped não casar (dev cache, scopeId, etc.). -->
|
|
81
|
+
<span
|
|
82
|
+
v-for="cor in op.cores"
|
|
83
|
+
:key="cor"
|
|
84
|
+
class="acaipref-swatch"
|
|
85
|
+
:style="{
|
|
86
|
+
display: 'inline-block',
|
|
87
|
+
width: '20px',
|
|
88
|
+
height: '20px',
|
|
89
|
+
borderRadius: '6px',
|
|
90
|
+
background: cor,
|
|
91
|
+
boxShadow: '0 0 0 1.5px rgba(255, 255, 255, 0.18)',
|
|
92
|
+
}"
|
|
93
|
+
></span>
|
|
94
|
+
</span>
|
|
95
|
+
</button>
|
|
96
|
+
</div>
|
|
97
|
+
</div>
|
|
98
|
+
|
|
99
|
+
<div class="acaipref-campo">
|
|
100
|
+
<span class="acaipref-campo__txt"><span class="t">Alto contraste</span><span class="d">Reforça bordas e textos</span></span>
|
|
101
|
+
<acai-ui-toggle v-model="preferencias.altoContraste" aria-label="Alto contraste" />
|
|
102
|
+
</div>
|
|
103
|
+
|
|
104
|
+
<div class="acaipref-campo">
|
|
105
|
+
<span class="acaipref-campo__txt"><span class="t">Reduzir animações</span><span class="d">Menos movimento na tela</span></span>
|
|
106
|
+
<acai-ui-toggle v-model="preferencias.reduzirAnimacoes" aria-label="Reduzir animações" />
|
|
107
|
+
</div>
|
|
108
|
+
|
|
109
|
+
<!-- Só aparece onde a síntese de voz existe: em navegador sem ela, o
|
|
110
|
+
controle não teria nada pra ligar. -->
|
|
111
|
+
<div v-if="vozSuportada" class="acaipref-campo">
|
|
112
|
+
<span class="acaipref-campo__txt"><span class="t">Leitura em voz alta</span><span class="d">Botões para ouvir os textos da ajuda</span></span>
|
|
113
|
+
<acai-ui-toggle v-model="preferencias.leituraVoz" aria-label="Leitura em voz alta" />
|
|
114
|
+
</div>
|
|
115
|
+
|
|
116
|
+
<!-- Ajustes da voz: só fazem sentido com a leitura ligada. -->
|
|
117
|
+
<template v-if="vozSuportada && preferencias.leituraVoz">
|
|
118
|
+
<div v-if="vozesDoIdioma.length > 1" class="acaipref-campo acaipref-campo--col">
|
|
119
|
+
<label class="acaipref-campo__txt" :for="idSeletorVoz">
|
|
120
|
+
<span class="t">Voz</span><span class="d">Vozes instaladas neste computador</span>
|
|
121
|
+
</label>
|
|
122
|
+
<select
|
|
123
|
+
:id="idSeletorVoz"
|
|
124
|
+
v-model="preferencias.vozNome"
|
|
125
|
+
class="acaipref-select"
|
|
126
|
+
>
|
|
127
|
+
<!-- Rótulo numerado, não o `name` da voz: o que o sistema
|
|
128
|
+
devolve é nome de engine ("Microsoft Daniel - Portuguese
|
|
129
|
+
(Brazil)"), que não diz nada a quem só quer escolher. O
|
|
130
|
+
nome real fica no `title`, pra quem precisar identificar. -->
|
|
131
|
+
<option value="">Automática</option>
|
|
132
|
+
<option
|
|
133
|
+
v-for="(voz, indice) in vozesDoIdioma"
|
|
134
|
+
:key="voz.name"
|
|
135
|
+
:value="voz.name"
|
|
136
|
+
:title="voz.name"
|
|
137
|
+
>
|
|
138
|
+
Voz {{ indice + 1 }}
|
|
139
|
+
</option>
|
|
140
|
+
</select>
|
|
141
|
+
</div>
|
|
142
|
+
|
|
143
|
+
<div class="acaipref-campo acaipref-campo--col">
|
|
144
|
+
<span class="acaipref-campo__txt">
|
|
145
|
+
<span class="t">Velocidade da fala</span><span class="d">Mais devagar ajuda a acompanhar</span>
|
|
146
|
+
</span>
|
|
147
|
+
<div class="acaipref-seg" role="radiogroup" aria-label="Velocidade da fala">
|
|
148
|
+
<button
|
|
149
|
+
v-for="op in velocidades"
|
|
150
|
+
:key="op.valor"
|
|
151
|
+
type="button"
|
|
152
|
+
class="acaipref-seg__op"
|
|
153
|
+
:class="{ on: preferencias.vozVelocidade === op.valor }"
|
|
154
|
+
role="radio"
|
|
155
|
+
:aria-checked="preferencias.vozVelocidade === op.valor"
|
|
156
|
+
@click="preferencias.vozVelocidade = op.valor"
|
|
157
|
+
>
|
|
158
|
+
{{ op.rotulo }}
|
|
159
|
+
</button>
|
|
160
|
+
</div>
|
|
161
|
+
</div>
|
|
162
|
+
|
|
163
|
+
<!-- Ouvir ali mesmo: escolher voz sem testar é escolher no escuro. -->
|
|
164
|
+
<div class="acaipref-campo">
|
|
165
|
+
<span class="acaipref-campo__txt">
|
|
166
|
+
<span class="t">Testar</span><span class="d">Ouça como ficou</span>
|
|
167
|
+
</span>
|
|
168
|
+
<button
|
|
169
|
+
type="button"
|
|
170
|
+
class="acaipref-testar"
|
|
171
|
+
:aria-pressed="testando"
|
|
172
|
+
@click="testarVoz"
|
|
173
|
+
>
|
|
174
|
+
<acai-ui-icon :name="testando ? 'stop' : 'volume_up'" size="md" decorative />
|
|
175
|
+
{{ testando ? 'Parar' : 'Ouvir' }}
|
|
176
|
+
</button>
|
|
177
|
+
</div>
|
|
178
|
+
</template>
|
|
179
|
+
</section>
|
|
180
|
+
</div>
|
|
181
|
+
|
|
182
|
+
<footer class="acaipref__pe">
|
|
183
|
+
<svg class="acaipref-icon sm" viewBox="0 0 24 24"><path d="M12 3 4 6v6c0 4.5 3.4 7.9 8 9 4.6-1.1 8-4.5 8-9V6z" /></svg>
|
|
184
|
+
Preferências salvas neste dispositivo.
|
|
185
|
+
</footer>
|
|
186
|
+
</div>
|
|
187
|
+
</component>
|
|
188
|
+
</template>
|
|
189
|
+
|
|
190
|
+
<script setup lang="ts">
|
|
191
|
+
import { computed, onBeforeUnmount, onMounted, watch } from 'vue'
|
|
192
|
+
import { QDrawer } from 'quasar'
|
|
193
|
+
import { usePreferencias, type DaltonismoAcaiUi } from '../../hooks/use-preferencias'
|
|
194
|
+
import { useTela } from '../../hooks/use-tela'
|
|
195
|
+
import { useLeituraVoz } from '../../hooks/use-leitura-voz'
|
|
196
|
+
import { gerarId } from '../../utils/gerador-id'
|
|
197
|
+
import AcaiUiIcon from '../icon/acai-ui-icon.vue'
|
|
198
|
+
import AcaiUiToggle from '../toggle/acai-ui-toggle.vue'
|
|
199
|
+
|
|
200
|
+
const props = withDefaults(
|
|
201
|
+
defineProps<{
|
|
202
|
+
title?: string
|
|
203
|
+
/**
|
|
204
|
+
* Renderiza só o conteúdo, sem moldura e sem cabeçalho próprio — pra ser
|
|
205
|
+
* hospedado dentro de outro painel. É o que o <acai-ui-drawer> usa na folha
|
|
206
|
+
* de tela cheia do celular. Fora desse caso, não mexer.
|
|
207
|
+
*/
|
|
208
|
+
embutido?: boolean
|
|
209
|
+
}>(),
|
|
210
|
+
{ title: 'Preferências', embutido: false },
|
|
211
|
+
)
|
|
212
|
+
|
|
213
|
+
const aberto = defineModel<boolean>({ default: false })
|
|
214
|
+
|
|
215
|
+
/** Largura de projeto do painel — cabe a grade de swatches sem apertar. */
|
|
216
|
+
const LARGURA_PADRAO = 360
|
|
217
|
+
/**
|
|
218
|
+
* Faixa de backdrop reservada no celular. Mesmo número do <acai-ui-drawer>, e
|
|
219
|
+
* pelo mesmo motivo: sem ela o painel encosta nas duas bordas, cobre a tela
|
|
220
|
+
* inteira e fica "montado" no que estiver atrás — sem nenhuma pista visual de
|
|
221
|
+
* que há algo embaixo nem onde tocar pra sair.
|
|
222
|
+
*/
|
|
223
|
+
const FAIXA_BACKDROP = 56
|
|
224
|
+
|
|
225
|
+
const { largura: larguraTela, medido } = useTela()
|
|
226
|
+
|
|
227
|
+
/**
|
|
228
|
+
* O painel é `side="right"`, então a faixa sobra à ESQUERDA — do lado oposto ao
|
|
229
|
+
* drawer de navegação, que abre pela esquerda. Um não tapa o outro.
|
|
230
|
+
*
|
|
231
|
+
* Sem medição (SSR até hidratar) vale a largura de projeto: `larguraTela` é 0 e
|
|
232
|
+
* a conta daria um painel de 240px em qualquer aparelho.
|
|
233
|
+
*/
|
|
234
|
+
const larguraEfetiva = computed<number>(() =>
|
|
235
|
+
medido.value
|
|
236
|
+
? Math.min(LARGURA_PADRAO, Math.max(larguraTela.value - FAIXA_BACKDROP, 240))
|
|
237
|
+
: LARGURA_PADRAO,
|
|
238
|
+
)
|
|
239
|
+
|
|
240
|
+
/** A moldura: gaveta lateral normalmente, uma `div` crua quando embutido. */
|
|
241
|
+
const raiz = computed(() => (props.embutido ? 'div' : QDrawer))
|
|
242
|
+
|
|
243
|
+
const atributosRaiz = computed(() =>
|
|
244
|
+
props.embutido
|
|
245
|
+
? { class: 'acaipref-embutido' }
|
|
246
|
+
: {
|
|
247
|
+
modelValue: aberto.value,
|
|
248
|
+
'onUpdate:modelValue': (v: boolean) => {
|
|
249
|
+
aberto.value = v
|
|
250
|
+
},
|
|
251
|
+
side: 'right' as const,
|
|
252
|
+
overlay: true,
|
|
253
|
+
bordered: true,
|
|
254
|
+
width: larguraEfetiva.value,
|
|
255
|
+
class: 'acaipref-drawer',
|
|
256
|
+
},
|
|
257
|
+
)
|
|
258
|
+
|
|
259
|
+
const { preferencias } = usePreferencias()
|
|
260
|
+
const {
|
|
261
|
+
suportado: vozSuportada,
|
|
262
|
+
vozesPara,
|
|
263
|
+
vozes,
|
|
264
|
+
idLendo,
|
|
265
|
+
alternar: alternarFala,
|
|
266
|
+
parar: pararFala,
|
|
267
|
+
} = useLeituraVoz()
|
|
268
|
+
|
|
269
|
+
const idSeletorVoz = gerarId('acaipref-voz', 'select')
|
|
270
|
+
const ID_TESTE_VOZ = 'acai-preferencias:teste-voz'
|
|
271
|
+
|
|
272
|
+
/** Depende de `vozes` pra recalcular quando o `voiceschanged` chegar. */
|
|
273
|
+
const vozesDoIdioma = computed(() => {
|
|
274
|
+
void vozes.value
|
|
275
|
+
return vozesPara('pt-BR')
|
|
276
|
+
})
|
|
277
|
+
|
|
278
|
+
/**
|
|
279
|
+
* Valores escolhidos por MEDIÇÃO, não por simetria bonita.
|
|
280
|
+
*
|
|
281
|
+
* O motor do Windows (SAPI) não aceita velocidade contínua: ele arredonda o
|
|
282
|
+
* `rate` para degraus internos. Medindo a mesma frase neste navegador, 0.85 e
|
|
283
|
+
* 1.15 deram exatamente a mesma duração que 1.0 — ou seja, "devagar" não fazia
|
|
284
|
+
* nada. Estes três caem em degraus distintos: -26% e +20% de duração.
|
|
285
|
+
*/
|
|
286
|
+
const velocidades = [
|
|
287
|
+
{ valor: 0.6, rotulo: 'Devagar' },
|
|
288
|
+
{ valor: 1, rotulo: 'Normal' },
|
|
289
|
+
{ valor: 1.6, rotulo: 'Rápida' },
|
|
290
|
+
]
|
|
291
|
+
|
|
292
|
+
const testando = computed(() => idLendo.value === ID_TESTE_VOZ)
|
|
293
|
+
|
|
294
|
+
function testarVoz(): void {
|
|
295
|
+
alternarFala('Esta é a voz que vai ler os textos de ajuda do sistema.', {
|
|
296
|
+
id: ID_TESTE_VOZ,
|
|
297
|
+
voz: preferencias.vozNome,
|
|
298
|
+
rate: preferencias.vozVelocidade,
|
|
299
|
+
})
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
// Trocar voz ou velocidade no meio da fala NÃO muda o que já está tocando: os
|
|
303
|
+
// dois são fixados na `utterance` quando ela entra na fila. Em vez de deixar o
|
|
304
|
+
// usuário achar que mudou e não mudou, a troca para a fala — quem quiser
|
|
305
|
+
// conferir aperta "Ouvir" de novo, aí sim na configuração nova.
|
|
306
|
+
//
|
|
307
|
+
// `leituraVoz` entra na mesma regra por outro motivo: ao desligar, os controles
|
|
308
|
+
// somem da tela e a fala ficaria tocando sem nenhum botão pra parar.
|
|
309
|
+
watch(
|
|
310
|
+
() => [preferencias.vozNome, preferencias.vozVelocidade, preferencias.leituraVoz],
|
|
311
|
+
() => pararFala(),
|
|
312
|
+
)
|
|
313
|
+
|
|
314
|
+
// Fechar o painel com a voz falando deixaria o áudio órfão.
|
|
315
|
+
onBeforeUnmount(pararFala)
|
|
316
|
+
|
|
317
|
+
const fontes = [
|
|
318
|
+
{ v: 87.5, cls: 'fs-1' },
|
|
319
|
+
{ v: 100, cls: 'fs-2' },
|
|
320
|
+
{ v: 112.5, cls: 'fs-3' },
|
|
321
|
+
{ v: 125, cls: 'fs-4' },
|
|
322
|
+
]
|
|
323
|
+
|
|
324
|
+
// Opções do modo daltônico — cada tipo mostra sua paleta de status
|
|
325
|
+
// (positivo / aviso / negativo / info), com os mesmos hex do _themes.scss.
|
|
326
|
+
// Escolhe-se clicando na linha (WYSIWYG das cores).
|
|
327
|
+
const opcoesDaltonismo: {
|
|
328
|
+
valor: DaltonismoAcaiUi
|
|
329
|
+
rotulo: string
|
|
330
|
+
cores: readonly [string, string, string, string]
|
|
331
|
+
}[] = [
|
|
332
|
+
{ valor: 'padrao', rotulo: 'Padrão', cores: ['#38904c', '#f0c065', '#b52232', '#1a4a8c'] },
|
|
333
|
+
{ valor: 'protanopia', rotulo: 'Protanopia', cores: ['#0072b2', '#f0b000', '#e8590c', '#7a52a0'] },
|
|
334
|
+
{ valor: 'deuteranopia', rotulo: 'Deuteranopia', cores: ['#0072b2', '#e69f00', '#d55e00', '#7a52a0'] },
|
|
335
|
+
{ valor: 'tritanopia', rotulo: 'Tritanopia', cores: ['#009e73', '#ee7733', '#cc3311', '#0077bb'] },
|
|
336
|
+
{ valor: 'acromatopsia', rotulo: 'Acromatopsia', cores: ['#808080', '#6b6b6b', '#3d3d3d', '#565656'] },
|
|
337
|
+
]
|
|
338
|
+
|
|
339
|
+
// Esc fecha (q-drawer overlay já fecha no clique do backdrop).
|
|
340
|
+
function aoTeclar(e: KeyboardEvent): void {
|
|
341
|
+
if (e.key === 'Escape' && aberto.value) aberto.value = false
|
|
342
|
+
}
|
|
343
|
+
onMounted(() => window.addEventListener('keydown', aoTeclar))
|
|
344
|
+
onBeforeUnmount(() => window.removeEventListener('keydown', aoTeclar))
|
|
345
|
+
</script>
|
|
346
|
+
|
|
347
|
+
<style lang="scss" scoped>
|
|
348
|
+
@import './acai-ui-preferences-styles.scss';
|
|
349
|
+
</style>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export type LinearProgressColor = 'primary' | 'negative' | 'positive' | 'warning' | 'grey'
|
|
2
|
+
|
|
3
|
+
export type LinearProgressSize = 'sm' | 'md' | 'lg'
|
|
4
|
+
|
|
5
|
+
export interface ColorThreshold {
|
|
6
|
+
upTo: number
|
|
7
|
+
color: LinearProgressColor
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export interface LinearProgressProps {
|
|
11
|
+
value?: number
|
|
12
|
+
color?: LinearProgressColor
|
|
13
|
+
autoColor?: boolean
|
|
14
|
+
thresholds?: ColorThreshold[]
|
|
15
|
+
trackColor?: string
|
|
16
|
+
size?: LinearProgressSize
|
|
17
|
+
showValue?: boolean
|
|
18
|
+
stripe?: boolean
|
|
19
|
+
indeterminate?: boolean
|
|
20
|
+
}
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="ds-linear-progress" :class="`ds-linear-progress--${size}`">
|
|
3
|
+
<div v-if="indeterminate" class="ds-linear-progress__indeterminate">
|
|
4
|
+
<q-linear-progress
|
|
5
|
+
:value="0.5"
|
|
6
|
+
color="grey-4"
|
|
7
|
+
track-color="grey-3"
|
|
8
|
+
:size="qSize"
|
|
9
|
+
rounded
|
|
10
|
+
class="ds-linear-progress__bar"
|
|
11
|
+
/>
|
|
12
|
+
<acai-ui-icon name="close" class="ds-linear-progress__icon" />
|
|
13
|
+
</div>
|
|
14
|
+
|
|
15
|
+
<q-linear-progress
|
|
16
|
+
v-else
|
|
17
|
+
:value="normalizedValue"
|
|
18
|
+
:color="resolvedColor"
|
|
19
|
+
:track-color="trackColor"
|
|
20
|
+
:stripe="stripe"
|
|
21
|
+
:size="qSize"
|
|
22
|
+
rounded
|
|
23
|
+
class="ds-linear-progress__bar"
|
|
24
|
+
/>
|
|
25
|
+
|
|
26
|
+
<span v-if="showValue && !indeterminate" class="ds-linear-progress__value">
|
|
27
|
+
{{ Math.round((value ?? 0) * 100) }}%
|
|
28
|
+
</span>
|
|
29
|
+
</div>
|
|
30
|
+
</template>
|
|
31
|
+
|
|
32
|
+
<script setup lang="ts">
|
|
33
|
+
import { computed } from 'vue'
|
|
34
|
+
import type { LinearProgressProps } from './acai-ui-progress-interface'
|
|
35
|
+
import AcaiUiIcon from '../icon/acai-ui-icon.vue'
|
|
36
|
+
|
|
37
|
+
import type { ColorThreshold } from './acai-ui-progress-interface'
|
|
38
|
+
|
|
39
|
+
const props = withDefaults(defineProps<LinearProgressProps>(), {
|
|
40
|
+
value: 0,
|
|
41
|
+
color: 'primary',
|
|
42
|
+
autoColor: false,
|
|
43
|
+
trackColor: 'grey-3',
|
|
44
|
+
size: 'md',
|
|
45
|
+
showValue: true,
|
|
46
|
+
stripe: false,
|
|
47
|
+
indeterminate: false,
|
|
48
|
+
})
|
|
49
|
+
|
|
50
|
+
const DEFAULT_THRESHOLDS: ColorThreshold[] = [
|
|
51
|
+
{ upTo: 0.25, color: 'negative' },
|
|
52
|
+
{ upTo: 0.99, color: 'warning' },
|
|
53
|
+
{ upTo: 1, color: 'positive' },
|
|
54
|
+
]
|
|
55
|
+
|
|
56
|
+
const normalizedValue = computed(() => Math.min(Math.max(props.value ?? 0, 0), 1))
|
|
57
|
+
|
|
58
|
+
const resolvedColor = computed(() => {
|
|
59
|
+
if (!props.autoColor) return props.color
|
|
60
|
+
|
|
61
|
+
const thresholds = props.thresholds ?? DEFAULT_THRESHOLDS
|
|
62
|
+
const val = normalizedValue.value
|
|
63
|
+
|
|
64
|
+
for (const t of thresholds) {
|
|
65
|
+
if (val <= t.upTo) return t.color
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
return thresholds[thresholds.length - 1]?.color ?? props.color
|
|
69
|
+
})
|
|
70
|
+
|
|
71
|
+
const sizeMap: Record<string, string> = {
|
|
72
|
+
sm: '8px',
|
|
73
|
+
md: '12px',
|
|
74
|
+
lg: '20px',
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
const qSize = computed(() => sizeMap[props.size ?? 'md'] ?? '12px')
|
|
78
|
+
</script>
|
|
79
|
+
|
|
80
|
+
<style lang="scss" scoped>
|
|
81
|
+
.ds-linear-progress {
|
|
82
|
+
display: flex;
|
|
83
|
+
align-items: center;
|
|
84
|
+
gap: 12px;
|
|
85
|
+
|
|
86
|
+
&__bar {
|
|
87
|
+
flex: 1;
|
|
88
|
+
border-radius: $radius-lg;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
&__indeterminate {
|
|
92
|
+
flex: 1;
|
|
93
|
+
position: relative;
|
|
94
|
+
display: flex;
|
|
95
|
+
align-items: center;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
&__icon {
|
|
99
|
+
position: absolute;
|
|
100
|
+
left: 50%;
|
|
101
|
+
transform: translateX(-50%);
|
|
102
|
+
color: var(--acai-text-muted, #{$color-gray-600});
|
|
103
|
+
font-size: 1rem;
|
|
104
|
+
background: var(--acai-surface, #{$color-white-100});
|
|
105
|
+
border-radius: 50%;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
&__value {
|
|
109
|
+
font-weight: 600;
|
|
110
|
+
color: var(--acai-text, #{$color-gray-700});
|
|
111
|
+
min-width: 40px;
|
|
112
|
+
text-align: right;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
&--sm .ds-linear-progress__value { font-size: 0.75rem; }
|
|
116
|
+
&--sm .ds-linear-progress__icon { font-size: 0.75rem; }
|
|
117
|
+
|
|
118
|
+
&--md .ds-linear-progress__value { font-size: 0.875rem; }
|
|
119
|
+
&--md .ds-linear-progress__icon { font-size: 1rem; }
|
|
120
|
+
|
|
121
|
+
&--lg .ds-linear-progress__value { font-size: 1rem; }
|
|
122
|
+
&--lg .ds-linear-progress__icon { font-size: 1.25rem; }
|
|
123
|
+
}
|
|
124
|
+
</style>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export type RadioColor = 'primary' | 'negative' | 'positive'
|
|
2
|
+
|
|
3
|
+
export type RadioSize = 'sm' | 'md' | 'lg'
|
|
4
|
+
|
|
5
|
+
export interface RadioProps {
|
|
6
|
+
modelValue: string | number | null
|
|
7
|
+
val: string | number
|
|
8
|
+
label?: string
|
|
9
|
+
color?: RadioColor
|
|
10
|
+
size?: RadioSize
|
|
11
|
+
disable?: boolean
|
|
12
|
+
/** Marca o campo como obrigatório (eMAG 6.4). Aplica `aria-required="true"`. */
|
|
13
|
+
required?: boolean
|
|
14
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<q-radio
|
|
3
|
+
v-model="model"
|
|
4
|
+
:val="val"
|
|
5
|
+
:label="label"
|
|
6
|
+
:color="color"
|
|
7
|
+
:size="qSize"
|
|
8
|
+
:disable="disable"
|
|
9
|
+
:class="classes"
|
|
10
|
+
:aria-required="props.required ? 'true' : undefined"
|
|
11
|
+
/>
|
|
12
|
+
</template>
|
|
13
|
+
|
|
14
|
+
<script setup lang="ts">
|
|
15
|
+
import { computed, watch } from 'vue'
|
|
16
|
+
import type { RadioProps } from './acai-ui-radio-interface'
|
|
17
|
+
|
|
18
|
+
const props = withDefaults(defineProps<RadioProps>(), {
|
|
19
|
+
color: 'primary',
|
|
20
|
+
size: 'md',
|
|
21
|
+
disable: false,
|
|
22
|
+
})
|
|
23
|
+
|
|
24
|
+
const model = defineModel<string | number | null>()
|
|
25
|
+
|
|
26
|
+
const emit = defineEmits<{
|
|
27
|
+
change: [value: string | number | null]
|
|
28
|
+
}>()
|
|
29
|
+
|
|
30
|
+
const sizeMap: Record<string, string> = {
|
|
31
|
+
sm: '32px',
|
|
32
|
+
md: '40px',
|
|
33
|
+
lg: '52px',
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
const qSize = computed(() => sizeMap[props.size ?? 'md'] ?? '40px')
|
|
37
|
+
|
|
38
|
+
const classes = computed(() => [
|
|
39
|
+
'ds-radio',
|
|
40
|
+
`ds-radio--${props.size}`,
|
|
41
|
+
{
|
|
42
|
+
'ds-radio--disabled': props.disable,
|
|
43
|
+
// Só o primary default adapta (control-on). Cor explícita (positive/…) passa
|
|
44
|
+
// direto pro q-radio via :color e NÃO é sobrescrita.
|
|
45
|
+
'ds-radio--adapt': props.color === 'primary',
|
|
46
|
+
},
|
|
47
|
+
])
|
|
48
|
+
|
|
49
|
+
watch(model, (val) => {
|
|
50
|
+
emit('change', val ?? null)
|
|
51
|
+
})
|
|
52
|
+
</script>
|
|
53
|
+
|
|
54
|
+
<style lang="scss" scoped>
|
|
55
|
+
.ds-radio {
|
|
56
|
+
:deep(.q-radio__label) {
|
|
57
|
+
color: var(--acai-text, #{$color-gray-700});
|
|
58
|
+
font-weight: 500;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
&--sm :deep(.q-radio__label) { font-size: 0.75rem; }
|
|
62
|
+
&--md :deep(.q-radio__label) { font-size: 0.875rem; }
|
|
63
|
+
&--lg :deep(.q-radio__label) { font-size: 1rem; }
|
|
64
|
+
|
|
65
|
+
&--disabled {
|
|
66
|
+
opacity: 0.5;
|
|
67
|
+
cursor: not-allowed;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
// Marcado: usa control-on (navy no claro, azul no escuro, cor CVD no daltônico) —
|
|
71
|
+
// igual a checkbox/toggle. Sem isso, o `color="primary"` cru ficava navy sobre a
|
|
72
|
+
// superfície escura ("primary com primary"). Só no primary default (.ds-radio--adapt).
|
|
73
|
+
// !important vence o `color` que o q-radio aplica no inner via a prop color.
|
|
74
|
+
&--adapt :deep(.q-radio__inner--truthy) {
|
|
75
|
+
color: var(--acai-control-on, #{$primary}) !important;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
</style>
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
.secao-ficha {
|
|
2
|
+
margin-top: 10px;
|
|
3
|
+
margin-bottom: 16px;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.secao-ficha__expansao {
|
|
7
|
+
border: 1px solid var(--acai-border, rgba(20, 20, 20, 0.1));
|
|
8
|
+
border-radius: 10px;
|
|
9
|
+
background: var(--acai-surface, #ffffff);
|
|
10
|
+
overflow: hidden;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.secao-ficha__expansao .q-expansion-item__border {
|
|
14
|
+
display: none;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.secao-ficha__cabecalho {
|
|
18
|
+
padding: 0 !important;
|
|
19
|
+
background: rgba(0, 0, 0, 0.03);
|
|
20
|
+
|
|
21
|
+
// No escuro o "0.03 preto" some sobre a superfície navy — clareia levemente.
|
|
22
|
+
.body--dark & {
|
|
23
|
+
background: rgba(255, 255, 255, 0.04);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.secao-ficha__cabecalho-conteudo {
|
|
28
|
+
display: flex;
|
|
29
|
+
align-items: center;
|
|
30
|
+
justify-content: space-between;
|
|
31
|
+
// Título à esquerda e ações/badges à direita brigam pela mesma linha. A
|
|
32
|
+
// esquerda tem `min-width: 0` e trunca, mas as ações não encolhem — sem wrap
|
|
33
|
+
// é o título que some. Deixando quebrar, as ações descem inteiras.
|
|
34
|
+
flex-wrap: wrap;
|
|
35
|
+
gap: 12px;
|
|
36
|
+
padding: 10px 14px;
|
|
37
|
+
width: 100%;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.secao-ficha__cabecalho-esquerda {
|
|
41
|
+
display: flex;
|
|
42
|
+
align-items: center;
|
|
43
|
+
gap: 6px;
|
|
44
|
+
min-width: 0;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.secao-ficha__cabecalho-direita {
|
|
48
|
+
display: flex;
|
|
49
|
+
align-items: center;
|
|
50
|
+
gap: 8px;
|
|
51
|
+
margin-left: auto;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.secao-ficha__indicador {
|
|
55
|
+
width: 10px;
|
|
56
|
+
height: 10px;
|
|
57
|
+
border-radius: 999px;
|
|
58
|
+
flex: 0 0 10px;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.secao-ficha__indicador--neutro {
|
|
62
|
+
background: var(--acai-border, rgba(0, 0, 0, 0.18));
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.secao-ficha__indicador--positivo {
|
|
66
|
+
background: var(--q-positive);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.secao-ficha__indicador--negativo {
|
|
70
|
+
background: var(--q-negative);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.secao-ficha__indicador--alerta {
|
|
74
|
+
background: var(--q-warning);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.secao-ficha__icone {
|
|
78
|
+
color: var(--acai-text-muted, rgba(0, 0, 0, 0.65));
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.secao-ficha__titulo {
|
|
82
|
+
font-weight: 700;
|
|
83
|
+
color: var(--acai-text, rgba(0, 0, 0, 0.78));
|
|
84
|
+
// Reset de margin/font-size padrão dos elementos <h1>-<h6> — visualmente continua
|
|
85
|
+
// igual ao <span> original, semanticamente vira heading (eMAG 1.3).
|
|
86
|
+
margin: 0;
|
|
87
|
+
font-size: inherit;
|
|
88
|
+
line-height: inherit;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.secao-ficha__conteudo {
|
|
92
|
+
padding: 12px 14px 14px;
|
|
93
|
+
}
|