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
package/dist/index75.cjs
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const ATIVO = { color: "positive", label: "ATIVO" };
|
|
4
|
+
const DESATIVADO = { color: "negative", label: "DESATIVADO" };
|
|
5
|
+
const MAPA_STATUS_PADRAO = {
|
|
6
|
+
EM_NEGOCIACAO: { color: "primary", label: "EM NEGOCIAÇÃO" },
|
|
7
|
+
DESATIVADO,
|
|
8
|
+
CANCELADO: { color: "negative", label: "CANCELADO" },
|
|
9
|
+
REPROVADO: { color: "negative", label: "REPROVADO" },
|
|
10
|
+
ATRASADO: { color: "orange-10", label: "ATRASADO" },
|
|
11
|
+
REJEITADA: { color: "negative", label: "REJEITADA" },
|
|
12
|
+
PENDENTE_PAGAMENTO: { color: "warning", label: "PENDENTE" },
|
|
13
|
+
CRIADO: { color: "warning", label: "CRIADO" },
|
|
14
|
+
PENDENTE: { color: "warning", label: "PENDENTE" },
|
|
15
|
+
APROVADA: { color: "positive", label: "APROVADA" },
|
|
16
|
+
EM_ANALISE: { color: "info", label: "EM ANÁLISE" },
|
|
17
|
+
ATIVO,
|
|
18
|
+
CONCLUIDO: { color: "positive", label: "CONCLUÍDO" },
|
|
19
|
+
PAGO: { color: "positive", label: "PAGO" }
|
|
20
|
+
};
|
|
21
|
+
function statusBadge(valor) {
|
|
22
|
+
if (valor == null) return { color: "grey", label: "—" };
|
|
23
|
+
if (typeof valor === "boolean") return valor ? ATIVO : DESATIVADO;
|
|
24
|
+
const key = String(valor);
|
|
25
|
+
return MAPA_STATUS_PADRAO[key] ?? { color: "primary", label: String(valor).toUpperCase() };
|
|
26
|
+
}
|
|
27
|
+
exports.MAPA_STATUS_PADRAO = MAPA_STATUS_PADRAO;
|
|
28
|
+
exports.statusBadge = statusBadge;
|
|
29
|
+
//# sourceMappingURL=index75.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index75.cjs","sources":["../src/constants/status-badge.ts"],"sourcesContent":["// Mapa canônico de status → cor/rótulo, COMPARTILHADO entre o atalho `.badge` do\n// AcaiUiTable e o componente AcaiUiBadge (pra os dois convergirem na mesma paleta).\n\n/** Par cor (Quasar) + rótulo de um status. `outline` opcional. */\nexport interface BadgeStatus {\n color: string\n label: string\n outline?: boolean\n}\n\nconst ATIVO: BadgeStatus = { color: 'positive', label: 'ATIVO' }\nconst DESATIVADO: BadgeStatus = { color: 'negative', label: 'DESATIVADO' }\n\n/** Status conhecidos → cor + rótulo. Chave = valor cru do backend (UPPER_SNAKE). */\nexport const MAPA_STATUS_PADRAO: Record<string, BadgeStatus> = {\n EM_NEGOCIACAO: { color: 'primary', label: 'EM NEGOCIAÇÃO' },\n DESATIVADO,\n CANCELADO: { color: 'negative', label: 'CANCELADO' },\n REPROVADO: { color: 'negative', label: 'REPROVADO' },\n ATRASADO: { color: 'orange-10', label: 'ATRASADO' },\n REJEITADA: { color: 'negative', label: 'REJEITADA' },\n PENDENTE_PAGAMENTO: { color: 'warning', label: 'PENDENTE' },\n CRIADO: { color: 'warning', label: 'CRIADO' },\n PENDENTE: { color: 'warning', label: 'PENDENTE' },\n APROVADA: { color: 'positive', label: 'APROVADA' },\n EM_ANALISE: { color: 'info', label: 'EM ANÁLISE' },\n ATIVO,\n CONCLUIDO: { color: 'positive', label: 'CONCLUÍDO' },\n PAGO: { color: 'positive', label: 'PAGO' },\n}\n\n/**\n * Resolve um valor (string de status / boolean / null) para cor + rótulo:\n * - `null`/`undefined` → cinza, rótulo \"—\";\n * - `boolean` → ATIVO / DESATIVADO;\n * - string conhecida → entrada do `MAPA_STATUS_PADRAO`;\n * - string desconhecida → `primary` + o próprio texto em maiúsculas.\n */\nexport function statusBadge(valor: unknown): BadgeStatus {\n if (valor == null) return { color: 'grey', label: '—' }\n if (typeof valor === 'boolean') return valor ? ATIVO : DESATIVADO\n const key = String(valor)\n return MAPA_STATUS_PADRAO[key] ?? { color: 'primary', label: String(valor).toUpperCase() }\n}\n"],"names":[],"mappings":";;AAUA,MAAM,QAAqB,EAAE,OAAO,YAAY,OAAO,QAAA;AACvD,MAAM,aAA0B,EAAE,OAAO,YAAY,OAAO,aAAA;AAGrD,MAAM,qBAAkD;AAAA,EAC7D,eAAe,EAAE,OAAO,WAAW,OAAO,gBAAA;AAAA,EAC1C;AAAA,EACA,WAAW,EAAE,OAAO,YAAY,OAAO,YAAA;AAAA,EACvC,WAAW,EAAE,OAAO,YAAY,OAAO,YAAA;AAAA,EACvC,UAAU,EAAE,OAAO,aAAa,OAAO,WAAA;AAAA,EACvC,WAAW,EAAE,OAAO,YAAY,OAAO,YAAA;AAAA,EACvC,oBAAoB,EAAE,OAAO,WAAW,OAAO,WAAA;AAAA,EAC/C,QAAQ,EAAE,OAAO,WAAW,OAAO,SAAA;AAAA,EACnC,UAAU,EAAE,OAAO,WAAW,OAAO,WAAA;AAAA,EACrC,UAAU,EAAE,OAAO,YAAY,OAAO,WAAA;AAAA,EACtC,YAAY,EAAE,OAAO,QAAQ,OAAO,aAAA;AAAA,EACpC;AAAA,EACA,WAAW,EAAE,OAAO,YAAY,OAAO,YAAA;AAAA,EACvC,MAAM,EAAE,OAAO,YAAY,OAAO,OAAA;AACpC;AASO,SAAS,YAAY,OAA6B;AACvD,MAAI,SAAS,KAAM,QAAO,EAAE,OAAO,QAAQ,OAAO,IAAA;AAClD,MAAI,OAAO,UAAU,UAAW,QAAO,QAAQ,QAAQ;AACvD,QAAM,MAAM,OAAO,KAAK;AACxB,SAAO,mBAAmB,GAAG,KAAK,EAAE,OAAO,WAAW,OAAO,OAAO,KAAK,EAAE,cAAY;AACzF;;;"}
|
package/dist/index75.mjs
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
const ATIVO = { color: "positive", label: "ATIVO" };
|
|
2
|
+
const DESATIVADO = { color: "negative", label: "DESATIVADO" };
|
|
3
|
+
const MAPA_STATUS_PADRAO = {
|
|
4
|
+
EM_NEGOCIACAO: { color: "primary", label: "EM NEGOCIAÇÃO" },
|
|
5
|
+
DESATIVADO,
|
|
6
|
+
CANCELADO: { color: "negative", label: "CANCELADO" },
|
|
7
|
+
REPROVADO: { color: "negative", label: "REPROVADO" },
|
|
8
|
+
ATRASADO: { color: "orange-10", label: "ATRASADO" },
|
|
9
|
+
REJEITADA: { color: "negative", label: "REJEITADA" },
|
|
10
|
+
PENDENTE_PAGAMENTO: { color: "warning", label: "PENDENTE" },
|
|
11
|
+
CRIADO: { color: "warning", label: "CRIADO" },
|
|
12
|
+
PENDENTE: { color: "warning", label: "PENDENTE" },
|
|
13
|
+
APROVADA: { color: "positive", label: "APROVADA" },
|
|
14
|
+
EM_ANALISE: { color: "info", label: "EM ANÁLISE" },
|
|
15
|
+
ATIVO,
|
|
16
|
+
CONCLUIDO: { color: "positive", label: "CONCLUÍDO" },
|
|
17
|
+
PAGO: { color: "positive", label: "PAGO" }
|
|
18
|
+
};
|
|
19
|
+
function statusBadge(valor) {
|
|
20
|
+
if (valor == null) return { color: "grey", label: "—" };
|
|
21
|
+
if (typeof valor === "boolean") return valor ? ATIVO : DESATIVADO;
|
|
22
|
+
const key = String(valor);
|
|
23
|
+
return MAPA_STATUS_PADRAO[key] ?? { color: "primary", label: String(valor).toUpperCase() };
|
|
24
|
+
}
|
|
25
|
+
export {
|
|
26
|
+
MAPA_STATUS_PADRAO,
|
|
27
|
+
statusBadge
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=index75.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index75.mjs","sources":["../src/constants/status-badge.ts"],"sourcesContent":["// Mapa canônico de status → cor/rótulo, COMPARTILHADO entre o atalho `.badge` do\n// AcaiUiTable e o componente AcaiUiBadge (pra os dois convergirem na mesma paleta).\n\n/** Par cor (Quasar) + rótulo de um status. `outline` opcional. */\nexport interface BadgeStatus {\n color: string\n label: string\n outline?: boolean\n}\n\nconst ATIVO: BadgeStatus = { color: 'positive', label: 'ATIVO' }\nconst DESATIVADO: BadgeStatus = { color: 'negative', label: 'DESATIVADO' }\n\n/** Status conhecidos → cor + rótulo. Chave = valor cru do backend (UPPER_SNAKE). */\nexport const MAPA_STATUS_PADRAO: Record<string, BadgeStatus> = {\n EM_NEGOCIACAO: { color: 'primary', label: 'EM NEGOCIAÇÃO' },\n DESATIVADO,\n CANCELADO: { color: 'negative', label: 'CANCELADO' },\n REPROVADO: { color: 'negative', label: 'REPROVADO' },\n ATRASADO: { color: 'orange-10', label: 'ATRASADO' },\n REJEITADA: { color: 'negative', label: 'REJEITADA' },\n PENDENTE_PAGAMENTO: { color: 'warning', label: 'PENDENTE' },\n CRIADO: { color: 'warning', label: 'CRIADO' },\n PENDENTE: { color: 'warning', label: 'PENDENTE' },\n APROVADA: { color: 'positive', label: 'APROVADA' },\n EM_ANALISE: { color: 'info', label: 'EM ANÁLISE' },\n ATIVO,\n CONCLUIDO: { color: 'positive', label: 'CONCLUÍDO' },\n PAGO: { color: 'positive', label: 'PAGO' },\n}\n\n/**\n * Resolve um valor (string de status / boolean / null) para cor + rótulo:\n * - `null`/`undefined` → cinza, rótulo \"—\";\n * - `boolean` → ATIVO / DESATIVADO;\n * - string conhecida → entrada do `MAPA_STATUS_PADRAO`;\n * - string desconhecida → `primary` + o próprio texto em maiúsculas.\n */\nexport function statusBadge(valor: unknown): BadgeStatus {\n if (valor == null) return { color: 'grey', label: '—' }\n if (typeof valor === 'boolean') return valor ? ATIVO : DESATIVADO\n const key = String(valor)\n return MAPA_STATUS_PADRAO[key] ?? { color: 'primary', label: String(valor).toUpperCase() }\n}\n"],"names":[],"mappings":"AAUA,MAAM,QAAqB,EAAE,OAAO,YAAY,OAAO,QAAA;AACvD,MAAM,aAA0B,EAAE,OAAO,YAAY,OAAO,aAAA;AAGrD,MAAM,qBAAkD;AAAA,EAC7D,eAAe,EAAE,OAAO,WAAW,OAAO,gBAAA;AAAA,EAC1C;AAAA,EACA,WAAW,EAAE,OAAO,YAAY,OAAO,YAAA;AAAA,EACvC,WAAW,EAAE,OAAO,YAAY,OAAO,YAAA;AAAA,EACvC,UAAU,EAAE,OAAO,aAAa,OAAO,WAAA;AAAA,EACvC,WAAW,EAAE,OAAO,YAAY,OAAO,YAAA;AAAA,EACvC,oBAAoB,EAAE,OAAO,WAAW,OAAO,WAAA;AAAA,EAC/C,QAAQ,EAAE,OAAO,WAAW,OAAO,SAAA;AAAA,EACnC,UAAU,EAAE,OAAO,WAAW,OAAO,WAAA;AAAA,EACrC,UAAU,EAAE,OAAO,YAAY,OAAO,WAAA;AAAA,EACtC,YAAY,EAAE,OAAO,QAAQ,OAAO,aAAA;AAAA,EACpC;AAAA,EACA,WAAW,EAAE,OAAO,YAAY,OAAO,YAAA;AAAA,EACvC,MAAM,EAAE,OAAO,YAAY,OAAO,OAAA;AACpC;AASO,SAAS,YAAY,OAA6B;AACvD,MAAI,SAAS,KAAM,QAAO,EAAE,OAAO,QAAQ,OAAO,IAAA;AAClD,MAAI,OAAO,UAAU,UAAW,QAAO,QAAQ,QAAQ;AACvD,QAAM,MAAM,OAAO,KAAK;AACxB,SAAO,mBAAmB,GAAG,KAAK,EAAE,OAAO,WAAW,OAAO,OAAO,KAAK,EAAE,cAAY;AACzF;"}
|
package/dist/index76.cjs
ADDED
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const MaterialIconsEnum = {
|
|
4
|
+
AccountTree: "account_tree",
|
|
5
|
+
Add: "add",
|
|
6
|
+
AddCircleOutline: "add_circle_outline",
|
|
7
|
+
Archive: "archive",
|
|
8
|
+
ArrowBack: "arrow_back",
|
|
9
|
+
ArrowDownward: "arrow_downward",
|
|
10
|
+
ArrowDropDown: "arrow_drop_down",
|
|
11
|
+
ArrowDropDownCircle: "arrow_drop_down_circle",
|
|
12
|
+
ArrowDropUp: "arrow_drop_up",
|
|
13
|
+
ArrowForward: "arrow_forward",
|
|
14
|
+
ArrowLeft: "arrow_left",
|
|
15
|
+
ArrowRight: "arrow_right",
|
|
16
|
+
ArrowUpward: "arrow_upward",
|
|
17
|
+
Article: "article",
|
|
18
|
+
Assessment: "assessment",
|
|
19
|
+
Assignment: "assignment",
|
|
20
|
+
AssistWalker: "assist_walker",
|
|
21
|
+
AttachFile: "attach_file",
|
|
22
|
+
AutoStories: "auto_stories",
|
|
23
|
+
Badge: "badge",
|
|
24
|
+
BarChart: "bar_chart",
|
|
25
|
+
BeachAccess: "beach_access",
|
|
26
|
+
Block: "block",
|
|
27
|
+
BlurOn: "blur_on",
|
|
28
|
+
BugReport: "bug_report",
|
|
29
|
+
Build: "build",
|
|
30
|
+
Business: "business",
|
|
31
|
+
BusinessCenter: "business_center",
|
|
32
|
+
Cake: "cake",
|
|
33
|
+
CalendarMonth: "calendar_month",
|
|
34
|
+
CallMerge: "call_merge",
|
|
35
|
+
Cancel: "cancel",
|
|
36
|
+
Car: "directions_car",
|
|
37
|
+
CarCrash: "car_crash",
|
|
38
|
+
ChatBubbleOutline: "chat_bubble_outline",
|
|
39
|
+
CheckBox: "check_box",
|
|
40
|
+
CheckCircle: "check_circle",
|
|
41
|
+
CheckCircleOutline: "check_circle_outline",
|
|
42
|
+
Checklist: "checklist",
|
|
43
|
+
ChevronRight: "chevron_right",
|
|
44
|
+
Close: "close",
|
|
45
|
+
CloudUpload: "cloud_upload",
|
|
46
|
+
Code: "code",
|
|
47
|
+
Copy: "content_copy",
|
|
48
|
+
Dangerous: "dangerous",
|
|
49
|
+
Dashboard: "dashboard",
|
|
50
|
+
DateRange: "date_range",
|
|
51
|
+
DataObject: "data_object",
|
|
52
|
+
Delete: "delete",
|
|
53
|
+
DeleteOutline: "delete_outline",
|
|
54
|
+
Description: "description",
|
|
55
|
+
Download: "download",
|
|
56
|
+
DynamicForm: "dynamic_form",
|
|
57
|
+
Edit: "edit",
|
|
58
|
+
EditNote: "edit_note",
|
|
59
|
+
Email: "email",
|
|
60
|
+
Event: "event",
|
|
61
|
+
EventAvailable: "event_available",
|
|
62
|
+
EventBusy: "event_busy",
|
|
63
|
+
Error: "error",
|
|
64
|
+
ErrorOutline: "error_outline",
|
|
65
|
+
ExpandMore: "expand_more",
|
|
66
|
+
Feedback: "feedback",
|
|
67
|
+
FolderOpen: "folder_open",
|
|
68
|
+
Forum: "forum",
|
|
69
|
+
FormatQuote: "format_quote",
|
|
70
|
+
Gavel: "gavel",
|
|
71
|
+
Grading: "grading",
|
|
72
|
+
GridView: "grid_view",
|
|
73
|
+
Groups: "groups",
|
|
74
|
+
Handyman: "handyman",
|
|
75
|
+
Help: "help",
|
|
76
|
+
HighlightOff: "highlight_off",
|
|
77
|
+
History: "history",
|
|
78
|
+
Home: "home",
|
|
79
|
+
HorizontalRule: "horizontal_rule",
|
|
80
|
+
HowToVote: "how_to_vote",
|
|
81
|
+
Info: "info",
|
|
82
|
+
Input: "input",
|
|
83
|
+
Key: "key",
|
|
84
|
+
KeyboardArrowUp: "keyboard_arrow_up",
|
|
85
|
+
KeyboardArrowDown: "keyboard_arrow_down",
|
|
86
|
+
Label: "label",
|
|
87
|
+
Layers: "layers",
|
|
88
|
+
LinearScale: "linear_scale",
|
|
89
|
+
List: "list",
|
|
90
|
+
Lock: "lock",
|
|
91
|
+
LockOpen: "lock_open",
|
|
92
|
+
Logout: "logout",
|
|
93
|
+
Menu: "menu",
|
|
94
|
+
MenuBook: "menu_book",
|
|
95
|
+
MenuOpen: "menu_open",
|
|
96
|
+
Monetization: "monetization_on",
|
|
97
|
+
MoneyOff: "money_off",
|
|
98
|
+
MoreHoriz: "more_horiz",
|
|
99
|
+
MoreVert: "more_vert",
|
|
100
|
+
NoteAdd: "note_add",
|
|
101
|
+
NotificationImportant: "notification_important",
|
|
102
|
+
NotificationsActive: "notifications_active",
|
|
103
|
+
NotificationsOff: "notifications_off",
|
|
104
|
+
OpenInNew: "open_in_new",
|
|
105
|
+
Palette: "palette",
|
|
106
|
+
Pattern: "pattern",
|
|
107
|
+
PauseCircle: "pause_circle",
|
|
108
|
+
Person: "person",
|
|
109
|
+
Phone: "phone",
|
|
110
|
+
PersonAdd: "person_add",
|
|
111
|
+
PersonOff: "person_off",
|
|
112
|
+
Photo: "photo",
|
|
113
|
+
PictureAsPdf: "picture_as_pdf",
|
|
114
|
+
PlayArrow: "play_arrow",
|
|
115
|
+
RadioButtonChecked: "radio_button_checked",
|
|
116
|
+
Refresh: "refresh",
|
|
117
|
+
Remove: "remove",
|
|
118
|
+
Report: "report",
|
|
119
|
+
RoundedCorner: "rounded_corner",
|
|
120
|
+
Rule: "rule",
|
|
121
|
+
Save: "save",
|
|
122
|
+
Schedule: "schedule",
|
|
123
|
+
Search: "search",
|
|
124
|
+
Settings: "settings",
|
|
125
|
+
SmartButton: "smart_button",
|
|
126
|
+
Sort: "sort",
|
|
127
|
+
Star: "star",
|
|
128
|
+
StarOutline: "star_outline",
|
|
129
|
+
Stop: "stop",
|
|
130
|
+
SupportAgent: "support_agent",
|
|
131
|
+
SwapHoriz: "swap_horiz",
|
|
132
|
+
Tab: "tab",
|
|
133
|
+
TableRows: "table_rows",
|
|
134
|
+
TextFields: "text_fields",
|
|
135
|
+
ThumbDown: "thumb_down",
|
|
136
|
+
ThumbUp: "thumb_up",
|
|
137
|
+
TextFormat: "text_format",
|
|
138
|
+
ToggleOn: "toggle_on",
|
|
139
|
+
Tune: "tune",
|
|
140
|
+
Unarchive: "unarchive",
|
|
141
|
+
UnfoldLess: "unfold_less",
|
|
142
|
+
UnfoldMore: "unfold_more",
|
|
143
|
+
UploadFile: "upload_file",
|
|
144
|
+
Verified: "verified",
|
|
145
|
+
ViewAgenda: "view_agenda",
|
|
146
|
+
ViewStream: "view_stream",
|
|
147
|
+
Visibility: "visibility",
|
|
148
|
+
VisibilityOff: "visibility_off",
|
|
149
|
+
VolumeUp: "volume_up",
|
|
150
|
+
WarningAmber: "warning_amber",
|
|
151
|
+
Web: "web",
|
|
152
|
+
Widgets: "widgets",
|
|
153
|
+
Work: "work",
|
|
154
|
+
WorkHistory: "work_history"
|
|
155
|
+
};
|
|
156
|
+
exports.MaterialIconsEnum = MaterialIconsEnum;
|
|
157
|
+
//# sourceMappingURL=index76.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index76.cjs","sources":["../src/constants/lista-icons.ts"],"sourcesContent":["export const MaterialIconsEnum = {\n AccountTree: \"account_tree\",\n Add: \"add\",\n AddCircleOutline: \"add_circle_outline\",\n Archive: \"archive\",\n ArrowBack: \"arrow_back\",\n ArrowDownward: \"arrow_downward\",\n ArrowDropDown: \"arrow_drop_down\",\n ArrowDropDownCircle: \"arrow_drop_down_circle\",\n ArrowDropUp: \"arrow_drop_up\",\n ArrowForward: \"arrow_forward\",\n ArrowLeft: \"arrow_left\",\n ArrowRight: \"arrow_right\",\n ArrowUpward: \"arrow_upward\",\n Article: \"article\",\n Assessment: \"assessment\",\n Assignment: \"assignment\",\n AssistWalker: \"assist_walker\",\n AttachFile: \"attach_file\",\n AutoStories: \"auto_stories\",\n Badge: \"badge\",\n BarChart: \"bar_chart\",\n BeachAccess: \"beach_access\",\n Block: \"block\",\n BlurOn: \"blur_on\",\n BugReport: \"bug_report\",\n Build: \"build\",\n Business: \"business\",\n BusinessCenter: \"business_center\",\n Cake: \"cake\",\n CalendarMonth: \"calendar_month\",\n CallMerge: \"call_merge\",\n Cancel: \"cancel\",\n Car: \"directions_car\",\n CarCrash: \"car_crash\",\n ChatBubbleOutline: \"chat_bubble_outline\",\n CheckBox: \"check_box\",\n CheckCircle: \"check_circle\",\n CheckCircleOutline: \"check_circle_outline\",\n Checklist: \"checklist\",\n ChevronRight: \"chevron_right\",\n Close: \"close\",\n CloudUpload: \"cloud_upload\",\n Code: \"code\",\n Copy: \"content_copy\",\n Dangerous: \"dangerous\",\n Dashboard: \"dashboard\",\n DateRange: \"date_range\",\n DataObject: \"data_object\",\n Delete: \"delete\",\n DeleteOutline: \"delete_outline\",\n Description: \"description\",\n Download: \"download\",\n DynamicForm: \"dynamic_form\",\n Edit: \"edit\",\n EditNote: \"edit_note\",\n Email: \"email\",\n Event: \"event\",\n EventAvailable: \"event_available\",\n EventBusy: \"event_busy\",\n Error: \"error\",\n ErrorOutline: \"error_outline\",\n ExpandMore: \"expand_more\",\n Feedback: \"feedback\",\n FolderOpen: \"folder_open\",\n Forum: \"forum\",\n FormatQuote: \"format_quote\",\n Gavel: \"gavel\",\n Grading: \"grading\",\n GridView: \"grid_view\",\n Groups: \"groups\",\n Handyman: \"handyman\",\n Help: \"help\",\n HighlightOff: \"highlight_off\",\n History: \"history\",\n Home: \"home\",\n HorizontalRule: \"horizontal_rule\",\n HowToVote: \"how_to_vote\",\n Info: \"info\",\n Input: \"input\",\n Key: \"key\",\n KeyboardArrowUp: \"keyboard_arrow_up\",\n KeyboardArrowDown: \"keyboard_arrow_down\",\n Label: \"label\",\n Layers: \"layers\",\n LinearScale: \"linear_scale\",\n List: \"list\",\n Lock: \"lock\",\n LockOpen: \"lock_open\",\n Logout: \"logout\",\n Menu: \"menu\",\n MenuBook: \"menu_book\",\n MenuOpen: \"menu_open\",\n Monetization: \"monetization_on\",\n MoneyOff: \"money_off\",\n MoreHoriz: \"more_horiz\",\n MoreVert: \"more_vert\",\n NoteAdd: \"note_add\",\n NotificationImportant: \"notification_important\",\n NotificationsActive: \"notifications_active\",\n NotificationsOff: \"notifications_off\",\n OpenInNew: \"open_in_new\",\n Palette: \"palette\",\n Pattern: \"pattern\",\n PauseCircle: \"pause_circle\",\n Person: \"person\",\n Phone: \"phone\",\n PersonAdd: \"person_add\",\n PersonOff: \"person_off\",\n Photo: \"photo\",\n PictureAsPdf: \"picture_as_pdf\",\n PlayArrow: \"play_arrow\",\n RadioButtonChecked: \"radio_button_checked\",\n Refresh: \"refresh\",\n Remove: \"remove\",\n Report: \"report\",\n RoundedCorner: \"rounded_corner\",\n Rule: \"rule\",\n Save: \"save\",\n Schedule: \"schedule\",\n Search: \"search\",\n Settings: \"settings\",\n SmartButton: \"smart_button\",\n Sort: \"sort\",\n Star: \"star\",\n StarOutline: \"star_outline\",\n Stop: \"stop\",\n SupportAgent: \"support_agent\",\n SwapHoriz: \"swap_horiz\",\n Tab: \"tab\",\n TableRows: \"table_rows\",\n TextFields: \"text_fields\",\n ThumbDown: \"thumb_down\",\n ThumbUp: \"thumb_up\",\n TextFormat: \"text_format\",\n ToggleOn: \"toggle_on\",\n Tune: \"tune\",\n Unarchive: \"unarchive\",\n UnfoldLess: \"unfold_less\",\n UnfoldMore: \"unfold_more\",\n UploadFile: \"upload_file\",\n Verified: \"verified\",\n ViewAgenda: \"view_agenda\",\n ViewStream: \"view_stream\",\n Visibility: \"visibility\",\n VisibilityOff: \"visibility_off\",\n VolumeUp: \"volume_up\",\n WarningAmber: \"warning_amber\",\n Web: \"web\",\n Widgets: \"widgets\",\n Work: \"work\",\n WorkHistory: \"work_history\",\n} as const;\n\nexport type MaterialIconKeys = keyof typeof MaterialIconsEnum;\nexport type MaterialIconValues = (typeof MaterialIconsEnum)[MaterialIconKeys];\n"],"names":[],"mappings":"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"}
|
package/dist/index76.mjs
ADDED
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
const MaterialIconsEnum = {
|
|
2
|
+
AccountTree: "account_tree",
|
|
3
|
+
Add: "add",
|
|
4
|
+
AddCircleOutline: "add_circle_outline",
|
|
5
|
+
Archive: "archive",
|
|
6
|
+
ArrowBack: "arrow_back",
|
|
7
|
+
ArrowDownward: "arrow_downward",
|
|
8
|
+
ArrowDropDown: "arrow_drop_down",
|
|
9
|
+
ArrowDropDownCircle: "arrow_drop_down_circle",
|
|
10
|
+
ArrowDropUp: "arrow_drop_up",
|
|
11
|
+
ArrowForward: "arrow_forward",
|
|
12
|
+
ArrowLeft: "arrow_left",
|
|
13
|
+
ArrowRight: "arrow_right",
|
|
14
|
+
ArrowUpward: "arrow_upward",
|
|
15
|
+
Article: "article",
|
|
16
|
+
Assessment: "assessment",
|
|
17
|
+
Assignment: "assignment",
|
|
18
|
+
AssistWalker: "assist_walker",
|
|
19
|
+
AttachFile: "attach_file",
|
|
20
|
+
AutoStories: "auto_stories",
|
|
21
|
+
Badge: "badge",
|
|
22
|
+
BarChart: "bar_chart",
|
|
23
|
+
BeachAccess: "beach_access",
|
|
24
|
+
Block: "block",
|
|
25
|
+
BlurOn: "blur_on",
|
|
26
|
+
BugReport: "bug_report",
|
|
27
|
+
Build: "build",
|
|
28
|
+
Business: "business",
|
|
29
|
+
BusinessCenter: "business_center",
|
|
30
|
+
Cake: "cake",
|
|
31
|
+
CalendarMonth: "calendar_month",
|
|
32
|
+
CallMerge: "call_merge",
|
|
33
|
+
Cancel: "cancel",
|
|
34
|
+
Car: "directions_car",
|
|
35
|
+
CarCrash: "car_crash",
|
|
36
|
+
ChatBubbleOutline: "chat_bubble_outline",
|
|
37
|
+
CheckBox: "check_box",
|
|
38
|
+
CheckCircle: "check_circle",
|
|
39
|
+
CheckCircleOutline: "check_circle_outline",
|
|
40
|
+
Checklist: "checklist",
|
|
41
|
+
ChevronRight: "chevron_right",
|
|
42
|
+
Close: "close",
|
|
43
|
+
CloudUpload: "cloud_upload",
|
|
44
|
+
Code: "code",
|
|
45
|
+
Copy: "content_copy",
|
|
46
|
+
Dangerous: "dangerous",
|
|
47
|
+
Dashboard: "dashboard",
|
|
48
|
+
DateRange: "date_range",
|
|
49
|
+
DataObject: "data_object",
|
|
50
|
+
Delete: "delete",
|
|
51
|
+
DeleteOutline: "delete_outline",
|
|
52
|
+
Description: "description",
|
|
53
|
+
Download: "download",
|
|
54
|
+
DynamicForm: "dynamic_form",
|
|
55
|
+
Edit: "edit",
|
|
56
|
+
EditNote: "edit_note",
|
|
57
|
+
Email: "email",
|
|
58
|
+
Event: "event",
|
|
59
|
+
EventAvailable: "event_available",
|
|
60
|
+
EventBusy: "event_busy",
|
|
61
|
+
Error: "error",
|
|
62
|
+
ErrorOutline: "error_outline",
|
|
63
|
+
ExpandMore: "expand_more",
|
|
64
|
+
Feedback: "feedback",
|
|
65
|
+
FolderOpen: "folder_open",
|
|
66
|
+
Forum: "forum",
|
|
67
|
+
FormatQuote: "format_quote",
|
|
68
|
+
Gavel: "gavel",
|
|
69
|
+
Grading: "grading",
|
|
70
|
+
GridView: "grid_view",
|
|
71
|
+
Groups: "groups",
|
|
72
|
+
Handyman: "handyman",
|
|
73
|
+
Help: "help",
|
|
74
|
+
HighlightOff: "highlight_off",
|
|
75
|
+
History: "history",
|
|
76
|
+
Home: "home",
|
|
77
|
+
HorizontalRule: "horizontal_rule",
|
|
78
|
+
HowToVote: "how_to_vote",
|
|
79
|
+
Info: "info",
|
|
80
|
+
Input: "input",
|
|
81
|
+
Key: "key",
|
|
82
|
+
KeyboardArrowUp: "keyboard_arrow_up",
|
|
83
|
+
KeyboardArrowDown: "keyboard_arrow_down",
|
|
84
|
+
Label: "label",
|
|
85
|
+
Layers: "layers",
|
|
86
|
+
LinearScale: "linear_scale",
|
|
87
|
+
List: "list",
|
|
88
|
+
Lock: "lock",
|
|
89
|
+
LockOpen: "lock_open",
|
|
90
|
+
Logout: "logout",
|
|
91
|
+
Menu: "menu",
|
|
92
|
+
MenuBook: "menu_book",
|
|
93
|
+
MenuOpen: "menu_open",
|
|
94
|
+
Monetization: "monetization_on",
|
|
95
|
+
MoneyOff: "money_off",
|
|
96
|
+
MoreHoriz: "more_horiz",
|
|
97
|
+
MoreVert: "more_vert",
|
|
98
|
+
NoteAdd: "note_add",
|
|
99
|
+
NotificationImportant: "notification_important",
|
|
100
|
+
NotificationsActive: "notifications_active",
|
|
101
|
+
NotificationsOff: "notifications_off",
|
|
102
|
+
OpenInNew: "open_in_new",
|
|
103
|
+
Palette: "palette",
|
|
104
|
+
Pattern: "pattern",
|
|
105
|
+
PauseCircle: "pause_circle",
|
|
106
|
+
Person: "person",
|
|
107
|
+
Phone: "phone",
|
|
108
|
+
PersonAdd: "person_add",
|
|
109
|
+
PersonOff: "person_off",
|
|
110
|
+
Photo: "photo",
|
|
111
|
+
PictureAsPdf: "picture_as_pdf",
|
|
112
|
+
PlayArrow: "play_arrow",
|
|
113
|
+
RadioButtonChecked: "radio_button_checked",
|
|
114
|
+
Refresh: "refresh",
|
|
115
|
+
Remove: "remove",
|
|
116
|
+
Report: "report",
|
|
117
|
+
RoundedCorner: "rounded_corner",
|
|
118
|
+
Rule: "rule",
|
|
119
|
+
Save: "save",
|
|
120
|
+
Schedule: "schedule",
|
|
121
|
+
Search: "search",
|
|
122
|
+
Settings: "settings",
|
|
123
|
+
SmartButton: "smart_button",
|
|
124
|
+
Sort: "sort",
|
|
125
|
+
Star: "star",
|
|
126
|
+
StarOutline: "star_outline",
|
|
127
|
+
Stop: "stop",
|
|
128
|
+
SupportAgent: "support_agent",
|
|
129
|
+
SwapHoriz: "swap_horiz",
|
|
130
|
+
Tab: "tab",
|
|
131
|
+
TableRows: "table_rows",
|
|
132
|
+
TextFields: "text_fields",
|
|
133
|
+
ThumbDown: "thumb_down",
|
|
134
|
+
ThumbUp: "thumb_up",
|
|
135
|
+
TextFormat: "text_format",
|
|
136
|
+
ToggleOn: "toggle_on",
|
|
137
|
+
Tune: "tune",
|
|
138
|
+
Unarchive: "unarchive",
|
|
139
|
+
UnfoldLess: "unfold_less",
|
|
140
|
+
UnfoldMore: "unfold_more",
|
|
141
|
+
UploadFile: "upload_file",
|
|
142
|
+
Verified: "verified",
|
|
143
|
+
ViewAgenda: "view_agenda",
|
|
144
|
+
ViewStream: "view_stream",
|
|
145
|
+
Visibility: "visibility",
|
|
146
|
+
VisibilityOff: "visibility_off",
|
|
147
|
+
VolumeUp: "volume_up",
|
|
148
|
+
WarningAmber: "warning_amber",
|
|
149
|
+
Web: "web",
|
|
150
|
+
Widgets: "widgets",
|
|
151
|
+
Work: "work",
|
|
152
|
+
WorkHistory: "work_history"
|
|
153
|
+
};
|
|
154
|
+
export {
|
|
155
|
+
MaterialIconsEnum
|
|
156
|
+
};
|
|
157
|
+
//# sourceMappingURL=index76.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index76.mjs","sources":["../src/constants/lista-icons.ts"],"sourcesContent":["export const MaterialIconsEnum = {\n AccountTree: \"account_tree\",\n Add: \"add\",\n AddCircleOutline: \"add_circle_outline\",\n Archive: \"archive\",\n ArrowBack: \"arrow_back\",\n ArrowDownward: \"arrow_downward\",\n ArrowDropDown: \"arrow_drop_down\",\n ArrowDropDownCircle: \"arrow_drop_down_circle\",\n ArrowDropUp: \"arrow_drop_up\",\n ArrowForward: \"arrow_forward\",\n ArrowLeft: \"arrow_left\",\n ArrowRight: \"arrow_right\",\n ArrowUpward: \"arrow_upward\",\n Article: \"article\",\n Assessment: \"assessment\",\n Assignment: \"assignment\",\n AssistWalker: \"assist_walker\",\n AttachFile: \"attach_file\",\n AutoStories: \"auto_stories\",\n Badge: \"badge\",\n BarChart: \"bar_chart\",\n BeachAccess: \"beach_access\",\n Block: \"block\",\n BlurOn: \"blur_on\",\n BugReport: \"bug_report\",\n Build: \"build\",\n Business: \"business\",\n BusinessCenter: \"business_center\",\n Cake: \"cake\",\n CalendarMonth: \"calendar_month\",\n CallMerge: \"call_merge\",\n Cancel: \"cancel\",\n Car: \"directions_car\",\n CarCrash: \"car_crash\",\n ChatBubbleOutline: \"chat_bubble_outline\",\n CheckBox: \"check_box\",\n CheckCircle: \"check_circle\",\n CheckCircleOutline: \"check_circle_outline\",\n Checklist: \"checklist\",\n ChevronRight: \"chevron_right\",\n Close: \"close\",\n CloudUpload: \"cloud_upload\",\n Code: \"code\",\n Copy: \"content_copy\",\n Dangerous: \"dangerous\",\n Dashboard: \"dashboard\",\n DateRange: \"date_range\",\n DataObject: \"data_object\",\n Delete: \"delete\",\n DeleteOutline: \"delete_outline\",\n Description: \"description\",\n Download: \"download\",\n DynamicForm: \"dynamic_form\",\n Edit: \"edit\",\n EditNote: \"edit_note\",\n Email: \"email\",\n Event: \"event\",\n EventAvailable: \"event_available\",\n EventBusy: \"event_busy\",\n Error: \"error\",\n ErrorOutline: \"error_outline\",\n ExpandMore: \"expand_more\",\n Feedback: \"feedback\",\n FolderOpen: \"folder_open\",\n Forum: \"forum\",\n FormatQuote: \"format_quote\",\n Gavel: \"gavel\",\n Grading: \"grading\",\n GridView: \"grid_view\",\n Groups: \"groups\",\n Handyman: \"handyman\",\n Help: \"help\",\n HighlightOff: \"highlight_off\",\n History: \"history\",\n Home: \"home\",\n HorizontalRule: \"horizontal_rule\",\n HowToVote: \"how_to_vote\",\n Info: \"info\",\n Input: \"input\",\n Key: \"key\",\n KeyboardArrowUp: \"keyboard_arrow_up\",\n KeyboardArrowDown: \"keyboard_arrow_down\",\n Label: \"label\",\n Layers: \"layers\",\n LinearScale: \"linear_scale\",\n List: \"list\",\n Lock: \"lock\",\n LockOpen: \"lock_open\",\n Logout: \"logout\",\n Menu: \"menu\",\n MenuBook: \"menu_book\",\n MenuOpen: \"menu_open\",\n Monetization: \"monetization_on\",\n MoneyOff: \"money_off\",\n MoreHoriz: \"more_horiz\",\n MoreVert: \"more_vert\",\n NoteAdd: \"note_add\",\n NotificationImportant: \"notification_important\",\n NotificationsActive: \"notifications_active\",\n NotificationsOff: \"notifications_off\",\n OpenInNew: \"open_in_new\",\n Palette: \"palette\",\n Pattern: \"pattern\",\n PauseCircle: \"pause_circle\",\n Person: \"person\",\n Phone: \"phone\",\n PersonAdd: \"person_add\",\n PersonOff: \"person_off\",\n Photo: \"photo\",\n PictureAsPdf: \"picture_as_pdf\",\n PlayArrow: \"play_arrow\",\n RadioButtonChecked: \"radio_button_checked\",\n Refresh: \"refresh\",\n Remove: \"remove\",\n Report: \"report\",\n RoundedCorner: \"rounded_corner\",\n Rule: \"rule\",\n Save: \"save\",\n Schedule: \"schedule\",\n Search: \"search\",\n Settings: \"settings\",\n SmartButton: \"smart_button\",\n Sort: \"sort\",\n Star: \"star\",\n StarOutline: \"star_outline\",\n Stop: \"stop\",\n SupportAgent: \"support_agent\",\n SwapHoriz: \"swap_horiz\",\n Tab: \"tab\",\n TableRows: \"table_rows\",\n TextFields: \"text_fields\",\n ThumbDown: \"thumb_down\",\n ThumbUp: \"thumb_up\",\n TextFormat: \"text_format\",\n ToggleOn: \"toggle_on\",\n Tune: \"tune\",\n Unarchive: \"unarchive\",\n UnfoldLess: \"unfold_less\",\n UnfoldMore: \"unfold_more\",\n UploadFile: \"upload_file\",\n Verified: \"verified\",\n ViewAgenda: \"view_agenda\",\n ViewStream: \"view_stream\",\n Visibility: \"visibility\",\n VisibilityOff: \"visibility_off\",\n VolumeUp: \"volume_up\",\n WarningAmber: \"warning_amber\",\n Web: \"web\",\n Widgets: \"widgets\",\n Work: \"work\",\n WorkHistory: \"work_history\",\n} as const;\n\nexport type MaterialIconKeys = keyof typeof MaterialIconsEnum;\nexport type MaterialIconValues = (typeof MaterialIconsEnum)[MaterialIconKeys];\n"],"names":[],"mappings":"AAAO,MAAM,oBAAoB;AAAA,EAC/B,aAAa;AAAA,EACb,KAAK;AAAA,EACL,kBAAkB;AAAA,EAClB,SAAS;AAAA,EACT,WAAW;AAAA,EACX,eAAe;AAAA,EACf,eAAe;AAAA,EACf,qBAAqB;AAAA,EACrB,aAAa;AAAA,EACb,cAAc;AAAA,EACd,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,SAAS;AAAA,EACT,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,cAAc;AAAA,EACd,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,OAAO;AAAA,EACP,UAAU;AAAA,EACV,aAAa;AAAA,EACb,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,OAAO;AAAA,EACP,UAAU;AAAA,EACV,gBAAgB;AAAA,EAChB,MAAM;AAAA,EACN,eAAe;AAAA,EACf,WAAW;AAAA,EACX,QAAQ;AAAA,EACR,KAAK;AAAA,EACL,UAAU;AAAA,EACV,mBAAmB;AAAA,EACnB,UAAU;AAAA,EACV,aAAa;AAAA,EACb,oBAAoB;AAAA,EACpB,WAAW;AAAA,EACX,cAAc;AAAA,EACd,OAAO;AAAA,EACP,aAAa;AAAA,EACb,MAAM;AAAA,EACN,MAAM;AAAA,EACN,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,QAAQ;AAAA,EACR,eAAe;AAAA,EACf,aAAa;AAAA,EACb,UAAU;AAAA,EACV,aAAa;AAAA,EACb,MAAM;AAAA,EACN,UAAU;AAAA,EACV,OAAO;AAAA,EACP,OAAO;AAAA,EACP,gBAAgB;AAAA,EAChB,WAAW;AAAA,EACX,OAAO;AAAA,EACP,cAAc;AAAA,EACd,YAAY;AAAA,EACZ,UAAU;AAAA,EACV,YAAY;AAAA,EACZ,OAAO;AAAA,EACP,aAAa;AAAA,EACb,OAAO;AAAA,EACP,SAAS;AAAA,EACT,UAAU;AAAA,EACV,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,MAAM;AAAA,EACN,cAAc;AAAA,EACd,SAAS;AAAA,EACT,MAAM;AAAA,EACN,gBAAgB;AAAA,EAChB,WAAW;AAAA,EACX,MAAM;AAAA,EACN,OAAO;AAAA,EACP,KAAK;AAAA,EACL,iBAAiB;AAAA,EACjB,mBAAmB;AAAA,EACnB,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,aAAa;AAAA,EACb,MAAM;AAAA,EACN,MAAM;AAAA,EACN,UAAU;AAAA,EACV,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,UAAU;AAAA,EACV,UAAU;AAAA,EACV,cAAc;AAAA,EACd,UAAU;AAAA,EACV,WAAW;AAAA,EACX,UAAU;AAAA,EACV,SAAS;AAAA,EACT,uBAAuB;AAAA,EACvB,qBAAqB;AAAA,EACrB,kBAAkB;AAAA,EAClB,WAAW;AAAA,EACX,SAAS;AAAA,EACT,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,OAAO;AAAA,EACP,WAAW;AAAA,EACX,WAAW;AAAA,EACX,OAAO;AAAA,EACP,cAAc;AAAA,EACd,WAAW;AAAA,EACX,oBAAoB;AAAA,EACpB,SAAS;AAAA,EACT,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,eAAe;AAAA,EACf,MAAM;AAAA,EACN,MAAM;AAAA,EACN,UAAU;AAAA,EACV,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,aAAa;AAAA,EACb,MAAM;AAAA,EACN,MAAM;AAAA,EACN,aAAa;AAAA,EACb,MAAM;AAAA,EACN,cAAc;AAAA,EACd,WAAW;AAAA,EACX,KAAK;AAAA,EACL,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,WAAW;AAAA,EACX,SAAS;AAAA,EACT,YAAY;AAAA,EACZ,UAAU;AAAA,EACV,MAAM;AAAA,EACN,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,UAAU;AAAA,EACV,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,eAAe;AAAA,EACf,UAAU;AAAA,EACV,cAAc;AAAA,EACd,KAAK;AAAA,EACL,SAAS;AAAA,EACT,MAAM;AAAA,EACN,aAAa;AACf;"}
|
package/dist/index77.cjs
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const Medidas = {
|
|
4
|
+
"2xs": "2px",
|
|
5
|
+
xs: "4px",
|
|
6
|
+
sm: "8px",
|
|
7
|
+
md: "16px",
|
|
8
|
+
lg: "24px",
|
|
9
|
+
xl: "32px",
|
|
10
|
+
"2xl": "40px",
|
|
11
|
+
"3xl": "48px",
|
|
12
|
+
"4xl": "56px",
|
|
13
|
+
"5xl": "64px"
|
|
14
|
+
};
|
|
15
|
+
exports.Medidas = Medidas;
|
|
16
|
+
//# sourceMappingURL=index77.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index77.cjs","sources":["../src/constants/medidas-espacos.ts"],"sourcesContent":["export const Medidas = {\n '2xs': '2px',\n xs: '4px',\n sm: '8px',\n md: '16px',\n lg: '24px',\n xl: '32px',\n '2xl': '40px',\n '3xl': '48px',\n '4xl': '56px',\n '5xl': '64px',\n} as const;\n\nexport type MedidasKeys = keyof typeof Medidas;\nexport type MedidasValor = (typeof Medidas)[MedidasKeys];\n"],"names":[],"mappings":";;AAAO,MAAM,UAAU;AAAA,EACrB,OAAO;AAAA,EACP,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,OAAO;AAAA,EACP,OAAO;AAAA,EACP,OAAO;AAAA,EACP,OAAO;AACT;;"}
|
package/dist/index77.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index77.mjs","sources":["../src/constants/medidas-espacos.ts"],"sourcesContent":["export const Medidas = {\n '2xs': '2px',\n xs: '4px',\n sm: '8px',\n md: '16px',\n lg: '24px',\n xl: '32px',\n '2xl': '40px',\n '3xl': '48px',\n '4xl': '56px',\n '5xl': '64px',\n} as const;\n\nexport type MedidasKeys = keyof typeof Medidas;\nexport type MedidasValor = (typeof Medidas)[MedidasKeys];\n"],"names":[],"mappings":"AAAO,MAAM,UAAU;AAAA,EACrB,OAAO;AAAA,EACP,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,OAAO;AAAA,EACP,OAAO;AAAA,EACP,OAAO;AAAA,EACP,OAAO;AACT;"}
|
package/dist/index78.cjs
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const SLOTS_PALETA_GRAFICO = 5;
|
|
4
|
+
const SUPERFICIE_GRAFICO = {
|
|
5
|
+
claro: "#ffffff",
|
|
6
|
+
escuro: "#171f2e"
|
|
7
|
+
};
|
|
8
|
+
const PALETA_GRAFICO_CLARO = {
|
|
9
|
+
series: ["#3a80d0", "#b37800", "#4944b3", "#941c2a", "#43a858"],
|
|
10
|
+
outros: "#707070"
|
|
11
|
+
// $color-gray-600
|
|
12
|
+
};
|
|
13
|
+
const PALETA_GRAFICO_ESCURO = {
|
|
14
|
+
series: ["#6aa0e0", "#f5cb66", "#9f9ce8", "#e06070", "#7fcd8e"],
|
|
15
|
+
outros: "#c7c7c7"
|
|
16
|
+
// $color-gray-200
|
|
17
|
+
};
|
|
18
|
+
const PALETA_GRAFICO_CVD = {
|
|
19
|
+
// Okabe-Ito. O verde-azulado (#009e73) vem do bloco de tritanopia da lib;
|
|
20
|
+
// o âmbar é o $color-yellow-700 da tabela (o #e69f00 canônico é claro demais).
|
|
21
|
+
deuteranopia: {
|
|
22
|
+
claro: {
|
|
23
|
+
series: ["#b37800", "#0072b2", "#d55e00", "#7a52a0", "#009e73"],
|
|
24
|
+
outros: "#707070"
|
|
25
|
+
},
|
|
26
|
+
escuro: {
|
|
27
|
+
// #4fd1a5 é o verde-água claro que a lib já usa no tritanopia escuro.
|
|
28
|
+
series: ["#4fd1a5", "#b18ad4", "#f0b840", "#5fb0e8", "#f0853f"],
|
|
29
|
+
outros: "#c7c7c7"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
// Okabe-Ito com vermelho mais alaranjado (protanopes leem vermelho puro escuro).
|
|
33
|
+
protanopia: {
|
|
34
|
+
claro: {
|
|
35
|
+
series: ["#b37800", "#0072b2", "#e8590c", "#7a52a0", "#009e73"],
|
|
36
|
+
outros: "#707070"
|
|
37
|
+
},
|
|
38
|
+
escuro: {
|
|
39
|
+
series: ["#4fd1a5", "#b18ad4", "#f5c542", "#5fb0e8", "#f5904a"],
|
|
40
|
+
outros: "#c7c7c7"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
// Paul Tol. O laranja #ee7733 do bloco de status virou #cc6600 pelo mesmo
|
|
44
|
+
// motivo do âmbar acima (2,87:1 sobre branco, abaixo do piso).
|
|
45
|
+
tritanopia: {
|
|
46
|
+
claro: {
|
|
47
|
+
series: ["#cc6600", "#0077bb", "#cc3311", "#009e73", "#a83768"],
|
|
48
|
+
outros: "#707070"
|
|
49
|
+
},
|
|
50
|
+
escuro: {
|
|
51
|
+
// #e07aa0 é o único tom novo desta leva: o magenta #a83768 não tem versão
|
|
52
|
+
// clara em lugar nenhum da lib, e some sobre #171f2e no valor escuro.
|
|
53
|
+
series: ["#f5a05e", "#5fb4e8", "#f4795e", "#4fd1a5", "#e07aa0"],
|
|
54
|
+
outros: "#c7c7c7"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
// Sem percepção de cor: a única pista de cor é a LUMINÂNCIA, e ela não separa
|
|
58
|
+
// 5 séries com folga dentro da faixa que ainda passa 3:1 sobre a superfície.
|
|
59
|
+
// É por isso que neste modo o componente liga HACHURA obrigatoriamente — o
|
|
60
|
+
// padrão é que distingue, o cinza só ordena. No escuro a escala INVERTE
|
|
61
|
+
// (mesma lógica que o `_themes.scss` já aplica aos status).
|
|
62
|
+
acromatopsia: {
|
|
63
|
+
claro: {
|
|
64
|
+
series: ["#1f1f1f", "#3d3d3d", "#565656", "#6b6b6b", "#808080"],
|
|
65
|
+
outros: "#949494"
|
|
66
|
+
// 3.03:1 sobre branco — no piso, mas o padrão carrega a distinção
|
|
67
|
+
},
|
|
68
|
+
escuro: {
|
|
69
|
+
series: ["#f0f0f0", "#d6d6d6", "#b8b8b8", "#9e9e9e", "#8c8c8c"],
|
|
70
|
+
outros: "#6f6f6f"
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
};
|
|
74
|
+
function corDaSerie(indice, paletaCustom) {
|
|
75
|
+
if (paletaCustom && paletaCustom.length > 0) {
|
|
76
|
+
return paletaCustom[indice % paletaCustom.length];
|
|
77
|
+
}
|
|
78
|
+
if (indice < 0 || indice >= SLOTS_PALETA_GRAFICO) return "var(--acai-chart-other)";
|
|
79
|
+
return `var(--acai-chart-${indice + 1})`;
|
|
80
|
+
}
|
|
81
|
+
exports.PALETA_GRAFICO_CLARO = PALETA_GRAFICO_CLARO;
|
|
82
|
+
exports.PALETA_GRAFICO_CVD = PALETA_GRAFICO_CVD;
|
|
83
|
+
exports.PALETA_GRAFICO_ESCURO = PALETA_GRAFICO_ESCURO;
|
|
84
|
+
exports.SLOTS_PALETA_GRAFICO = SLOTS_PALETA_GRAFICO;
|
|
85
|
+
exports.SUPERFICIE_GRAFICO = SUPERFICIE_GRAFICO;
|
|
86
|
+
exports.corDaSerie = corDaSerie;
|
|
87
|
+
//# sourceMappingURL=index78.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index78.cjs","sources":["../src/constants/chart-paleta.ts"],"sourcesContent":["// Paleta CATEGÓRICA de gráfico — fonte de verdade em TS.\n//\n// Os valores que o navegador usa vivem em `scss/_themes.scss` (custom properties\n// `--acai-chart-*`, que retingem sozinhas no escuro / daltônico / alto contraste).\n// Este arquivo existe por dois motivos:\n// 1. testes — medir contraste e separação sem rodar navegador;\n// 2. render HEADLESS (ex.: gerar PNG de gráfico pra dentro de um PDF), onde não\n// há CSS custom property pra resolver.\n// O spec `chart-paleta.spec.ts` garante que os dois lados não divergem: todo hex\n// daqui precisa aparecer no `_themes.scss`.\n//\n// ⚠️ Regra de cor da lib: componente NUNCA hardcoda hex daqui. Use `corDaSerie()`,\n// que devolve `var(--acai-chart-N)`. Os hexes são só pra teste e headless.\n\n/**\n * Quantidade de slots categóricos. Da 6ª categoria em diante o gráfico agrupa\n * em \"Outros\" — 5 séries já é o teto do que se distingue num gráfico, e é\n * também o limite do que a tabela de cores da lib cobre nos DOIS temas\n * (o `accent` é a única cor de marca sem rampa, então não há 6º tom claro\n * pro tema escuro). Precisando de 6, o caminho certo é criar a rampa\n * `$color-purple-*` completa — não um hex avulso.\n */\nexport const SLOTS_PALETA_GRAFICO = 5\n\n/** Modos de daltonismo que a lib suporta (espelha `usePreferencias`). */\nexport type ModoDaltonismoGrafico = 'deuteranopia' | 'protanopia' | 'tritanopia' | 'acromatopsia'\n\nexport interface PaletaGrafico {\n /** Slots categóricos, na ordem de uso. Pares ADJACENTES são os que mais precisam se distinguir. */\n readonly series: readonly string[]\n /** 6ª categoria em diante, agrupada. Neutro por definição. */\n readonly outros: string\n}\n\n/** Superfície sobre a qual a paleta é medida em cada tema (vale pro teste de contraste). */\nexport const SUPERFICIE_GRAFICO = {\n claro: '#ffffff',\n escuro: '#171f2e',\n} as const\n\n// ── Modo normal ────────────────────────────────────────────────────────────\n// 100% da tabela de cores da lib (`_variables.scss`) — nenhum hex inventado.\n// No escuro vale a convenção que o `_themes.scss` JÁ usa pros status: sobe pro\n// tom 300 da própria rampa, então a família de cor continua reconhecível.\n\n/** Claro: blue-400, yellow-700, primary-700, red-600 (=$negative), green-500. */\nexport const PALETA_GRAFICO_CLARO: PaletaGrafico = {\n series: ['#3a80d0', '#b37800', '#4944b3', '#941c2a', '#43a858'],\n outros: '#707070', // $color-gray-600\n}\n\n/**\n * Escuro: o tom 300 de cada rampa do claro.\n *\n * ⚠️ Slot 1 (#6aa0e0, azul claro) e slot 3 (#9f9ce8, violeta claro) são vizinhos\n * em matiz. Eles NÃO são adjacentes na ordem, então barra/linha (que só precisam\n * separar pares consecutivos) ficam bem. Em PIZZA, onde toda fatia encosta em\n * toda fatia, prefira no máximo 4 fatias + \"Outros\" no escuro.\n */\nexport const PALETA_GRAFICO_ESCURO: PaletaGrafico = {\n series: ['#6aa0e0', '#f5cb66', '#9f9ce8', '#e06070', '#7fcd8e'],\n outros: '#c7c7c7', // $color-gray-200\n}\n\n// ── Daltonismo ─────────────────────────────────────────────────────────────\n// Reaproveita os hexes que o `_themes.scss` JÁ escolheu e justificou pra cada\n// tipo de CVD (Okabe-Ito em deuteranopia/protanopia, Paul Tol em tritanopia,\n// luminância monotônica em acromatopsia). Duas diferenças em relação ao uso\n// como STATUS, e as duas têm motivo:\n//\n// 1. Os âmbares/laranjas foram ESCURECIDOS. Como status eles vivem sobre um\n// fundo próprio (badge, banner); como série eles PREENCHEM área sobre a\n// superfície, e a versão canônica não passa 3:1 sobre branco — o Okabe-Ito\n// #e69f00 dá 2,25:1 e o #f0b000 do protanopia dá 1,92:1.\n// 2. A ORDEM não é a mesma do modo normal. Ela foi escolhida por busca\n// exaustiva nas 120 permutações, maximizando a menor distância entre\n// pares ADJACENTES sob a própria dicromacia. Por isso o slot 1 não é\n// sempre azul: forçar isso derrubava o tritanopia escuro de 26,4 pra 6,8.\n// Precedente da lib: no deuteranopia o `positive` já é AZUL, não verde —\n// quem liga o modo aceita que a cor muda de papel.\n//\n// ⚠️ Estes números valem para pares ADJACENTES, que é o que barra e linha\n// encostam. Em PIZZA toda fatia toca todas: aí só 2 a 4 cores se separam,\n// dependendo do modo. Pizza NÃO pode depender de cor — precisa de rótulo\n// direto na fatia como canal primário.\n\nexport const PALETA_GRAFICO_CVD: Readonly<\n Record<ModoDaltonismoGrafico, { claro: PaletaGrafico; escuro: PaletaGrafico }>\n> = {\n // Okabe-Ito. O verde-azulado (#009e73) vem do bloco de tritanopia da lib;\n // o âmbar é o $color-yellow-700 da tabela (o #e69f00 canônico é claro demais).\n deuteranopia: {\n claro: {\n series: ['#b37800', '#0072b2', '#d55e00', '#7a52a0', '#009e73'],\n outros: '#707070',\n },\n escuro: {\n // #4fd1a5 é o verde-água claro que a lib já usa no tritanopia escuro.\n series: ['#4fd1a5', '#b18ad4', '#f0b840', '#5fb0e8', '#f0853f'],\n outros: '#c7c7c7',\n },\n },\n\n // Okabe-Ito com vermelho mais alaranjado (protanopes leem vermelho puro escuro).\n protanopia: {\n claro: {\n series: ['#b37800', '#0072b2', '#e8590c', '#7a52a0', '#009e73'],\n outros: '#707070',\n },\n escuro: {\n series: ['#4fd1a5', '#b18ad4', '#f5c542', '#5fb0e8', '#f5904a'],\n outros: '#c7c7c7',\n },\n },\n\n // Paul Tol. O laranja #ee7733 do bloco de status virou #cc6600 pelo mesmo\n // motivo do âmbar acima (2,87:1 sobre branco, abaixo do piso).\n tritanopia: {\n claro: {\n series: ['#cc6600', '#0077bb', '#cc3311', '#009e73', '#a83768'],\n outros: '#707070',\n },\n escuro: {\n // #e07aa0 é o único tom novo desta leva: o magenta #a83768 não tem versão\n // clara em lugar nenhum da lib, e some sobre #171f2e no valor escuro.\n series: ['#f5a05e', '#5fb4e8', '#f4795e', '#4fd1a5', '#e07aa0'],\n outros: '#c7c7c7',\n },\n },\n\n // Sem percepção de cor: a única pista de cor é a LUMINÂNCIA, e ela não separa\n // 5 séries com folga dentro da faixa que ainda passa 3:1 sobre a superfície.\n // É por isso que neste modo o componente liga HACHURA obrigatoriamente — o\n // padrão é que distingue, o cinza só ordena. No escuro a escala INVERTE\n // (mesma lógica que o `_themes.scss` já aplica aos status).\n acromatopsia: {\n claro: {\n series: ['#1f1f1f', '#3d3d3d', '#565656', '#6b6b6b', '#808080'],\n outros: '#949494', // 3.03:1 sobre branco — no piso, mas o padrão carrega a distinção\n },\n escuro: {\n series: ['#f0f0f0', '#d6d6d6', '#b8b8b8', '#9e9e9e', '#8c8c8c'],\n outros: '#6f6f6f',\n },\n },\n}\n\n/**\n * Cor do slot `indice` (0-based) como CSS custom property — é o que os\n * componentes usam, pra o valor retingir sozinho nos 3 eixos de preferência.\n * Do 6º em diante devolve o slot \"Outros\".\n *\n * @param paletaCustom sobrescreve a paleta da lib (prop `palette` do componente).\n * Aceita qualquer valor CSS; passando hex cru você PERDE o dark/daltônico.\n */\nexport function corDaSerie(indice: number, paletaCustom?: readonly string[]): string {\n if (paletaCustom && paletaCustom.length > 0) {\n return paletaCustom[indice % paletaCustom.length] as string\n }\n if (indice < 0 || indice >= SLOTS_PALETA_GRAFICO) return 'var(--acai-chart-other)'\n return `var(--acai-chart-${indice + 1})`\n}\n"],"names":[],"mappings":";;AAsBO,MAAM,uBAAuB;AAa7B,MAAM,qBAAqB;AAAA,EAChC,OAAO;AAAA,EACP,QAAQ;AACV;AAQO,MAAM,uBAAsC;AAAA,EACjD,QAAQ,CAAC,WAAW,WAAW,WAAW,WAAW,SAAS;AAAA,EAC9D,QAAQ;AAAA;AACV;AAUO,MAAM,wBAAuC;AAAA,EAClD,QAAQ,CAAC,WAAW,WAAW,WAAW,WAAW,SAAS;AAAA,EAC9D,QAAQ;AAAA;AACV;AAwBO,MAAM,qBAET;AAAA;AAAA;AAAA,EAGF,cAAc;AAAA,IACZ,OAAO;AAAA,MACL,QAAQ,CAAC,WAAW,WAAW,WAAW,WAAW,SAAS;AAAA,MAC9D,QAAQ;AAAA,IAAA;AAAA,IAEV,QAAQ;AAAA;AAAA,MAEN,QAAQ,CAAC,WAAW,WAAW,WAAW,WAAW,SAAS;AAAA,MAC9D,QAAQ;AAAA,IAAA;AAAA,EACV;AAAA;AAAA,EAIF,YAAY;AAAA,IACV,OAAO;AAAA,MACL,QAAQ,CAAC,WAAW,WAAW,WAAW,WAAW,SAAS;AAAA,MAC9D,QAAQ;AAAA,IAAA;AAAA,IAEV,QAAQ;AAAA,MACN,QAAQ,CAAC,WAAW,WAAW,WAAW,WAAW,SAAS;AAAA,MAC9D,QAAQ;AAAA,IAAA;AAAA,EACV;AAAA;AAAA;AAAA,EAKF,YAAY;AAAA,IACV,OAAO;AAAA,MACL,QAAQ,CAAC,WAAW,WAAW,WAAW,WAAW,SAAS;AAAA,MAC9D,QAAQ;AAAA,IAAA;AAAA,IAEV,QAAQ;AAAA;AAAA;AAAA,MAGN,QAAQ,CAAC,WAAW,WAAW,WAAW,WAAW,SAAS;AAAA,MAC9D,QAAQ;AAAA,IAAA;AAAA,EACV;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQF,cAAc;AAAA,IACZ,OAAO;AAAA,MACL,QAAQ,CAAC,WAAW,WAAW,WAAW,WAAW,SAAS;AAAA,MAC9D,QAAQ;AAAA;AAAA,IAAA;AAAA,IAEV,QAAQ;AAAA,MACN,QAAQ,CAAC,WAAW,WAAW,WAAW,WAAW,SAAS;AAAA,MAC9D,QAAQ;AAAA,IAAA;AAAA,EACV;AAEJ;AAUO,SAAS,WAAW,QAAgB,cAA0C;AACnF,MAAI,gBAAgB,aAAa,SAAS,GAAG;AAC3C,WAAO,aAAa,SAAS,aAAa,MAAM;AAAA,EAClD;AACA,MAAI,SAAS,KAAK,UAAU,qBAAsB,QAAO;AACzD,SAAO,oBAAoB,SAAS,CAAC;AACvC;;;;;;;"}
|