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/index19.mjs
ADDED
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
import { QFile, QBtn } from "quasar";
|
|
2
|
+
import { defineComponent, useModel, ref, computed, openBlock, createBlock, withCtx, createElementBlock, createVNode, createElementVNode, toDisplayString, withModifiers, createCommentVNode, mergeModels } from "vue";
|
|
3
|
+
import _sfc_main$1 from "./index23.mjs";
|
|
4
|
+
const _hoisted_1 = {
|
|
5
|
+
key: 0,
|
|
6
|
+
class: "q-file-container"
|
|
7
|
+
};
|
|
8
|
+
const _hoisted_2 = { class: "upload-subtitle" };
|
|
9
|
+
const _hoisted_3 = {
|
|
10
|
+
key: 1,
|
|
11
|
+
class: "q-file-container"
|
|
12
|
+
};
|
|
13
|
+
const _hoisted_4 = {
|
|
14
|
+
key: 0,
|
|
15
|
+
class: "upload-chip"
|
|
16
|
+
};
|
|
17
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
18
|
+
...{
|
|
19
|
+
inheritAttrs: false
|
|
20
|
+
},
|
|
21
|
+
__name: "acai-ui-file",
|
|
22
|
+
props: /* @__PURE__ */ mergeModels({
|
|
23
|
+
inputClass: {},
|
|
24
|
+
hint: {},
|
|
25
|
+
required: { type: Boolean },
|
|
26
|
+
dense: { type: Boolean },
|
|
27
|
+
disable: { type: Boolean },
|
|
28
|
+
readonly: { type: Boolean },
|
|
29
|
+
autofocus: { type: Boolean },
|
|
30
|
+
filled: { type: Boolean },
|
|
31
|
+
borderless: { type: Boolean, default: true },
|
|
32
|
+
bgColor: {},
|
|
33
|
+
color: { default: "primary" },
|
|
34
|
+
label: { default: "Arquivo" },
|
|
35
|
+
errorMessage: {},
|
|
36
|
+
counter: { type: Boolean },
|
|
37
|
+
clearable: { type: Boolean },
|
|
38
|
+
onClear: {},
|
|
39
|
+
multiple: { type: Boolean },
|
|
40
|
+
accept: {},
|
|
41
|
+
maxFileSize: {},
|
|
42
|
+
maxTotalSize: {},
|
|
43
|
+
maxFiles: {},
|
|
44
|
+
useChips: { type: Boolean },
|
|
45
|
+
modelValue: {},
|
|
46
|
+
rules: {}
|
|
47
|
+
}, {
|
|
48
|
+
"modelValue": { default: null },
|
|
49
|
+
"modelModifiers": {}
|
|
50
|
+
}),
|
|
51
|
+
emits: ["update:modelValue"],
|
|
52
|
+
setup(__props, { expose: __expose }) {
|
|
53
|
+
const props = __props;
|
|
54
|
+
const model = useModel(__props, "modelValue");
|
|
55
|
+
const fileRef = ref(null);
|
|
56
|
+
const filesList = computed(() => {
|
|
57
|
+
if (!model.value) return [];
|
|
58
|
+
return Array.isArray(model.value) ? model.value : [model.value];
|
|
59
|
+
});
|
|
60
|
+
const clearFile = () => {
|
|
61
|
+
model.value = null;
|
|
62
|
+
};
|
|
63
|
+
const abrirSeletor = () => {
|
|
64
|
+
var _a;
|
|
65
|
+
(_a = fileRef.value) == null ? void 0 : _a.pickFiles();
|
|
66
|
+
};
|
|
67
|
+
__expose({
|
|
68
|
+
abrir: abrirSeletor
|
|
69
|
+
});
|
|
70
|
+
return (_ctx, _cache) => {
|
|
71
|
+
return openBlock(), createBlock(QFile, {
|
|
72
|
+
ref_key: "fileRef",
|
|
73
|
+
ref: fileRef,
|
|
74
|
+
modelValue: model.value,
|
|
75
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => model.value = $event),
|
|
76
|
+
class: "file-input",
|
|
77
|
+
label: __props.label,
|
|
78
|
+
autofocus: __props.autofocus,
|
|
79
|
+
disable: __props.disable,
|
|
80
|
+
readonly: __props.readonly,
|
|
81
|
+
color: __props.color,
|
|
82
|
+
"error-message": __props.errorMessage,
|
|
83
|
+
counter: __props.counter,
|
|
84
|
+
multiple: __props.multiple,
|
|
85
|
+
accept: __props.accept,
|
|
86
|
+
"max-file-size": __props.maxFileSize,
|
|
87
|
+
"max-total-size": __props.maxTotalSize,
|
|
88
|
+
"max-files": __props.maxFiles,
|
|
89
|
+
"use-chips": false,
|
|
90
|
+
rules: __props.rules,
|
|
91
|
+
borderless: __props.borderless,
|
|
92
|
+
"aria-required": props.required ? "true" : void 0
|
|
93
|
+
}, {
|
|
94
|
+
file: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
95
|
+
createElementVNode("div", { style: { "display": "none" } }, null, -1)
|
|
96
|
+
])]),
|
|
97
|
+
default: withCtx(() => {
|
|
98
|
+
var _a;
|
|
99
|
+
return [
|
|
100
|
+
filesList.value.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_1, [
|
|
101
|
+
createVNode(_sfc_main$1, {
|
|
102
|
+
name: "cloud_upload",
|
|
103
|
+
size: "xl",
|
|
104
|
+
color: "primary"
|
|
105
|
+
}),
|
|
106
|
+
_cache[2] || (_cache[2] = createElementVNode("p", { class: "upload-title" }, "Arraste e solte os seus arquivos aqui ou clique para selecionar", -1)),
|
|
107
|
+
createElementVNode("small", _hoisted_2, "Arquivos suportados: " + toDisplayString(__props.hint), 1)
|
|
108
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_3, [
|
|
109
|
+
createVNode(_sfc_main$1, {
|
|
110
|
+
name: "upload_file",
|
|
111
|
+
size: "xl",
|
|
112
|
+
color: "primary"
|
|
113
|
+
}),
|
|
114
|
+
_cache[3] || (_cache[3] = createElementVNode("p", { class: "file-title" }, "Arquivo anexado com sucesso", -1)),
|
|
115
|
+
filesList.value[0] ? (openBlock(), createElementBlock("div", _hoisted_4, [
|
|
116
|
+
createElementVNode("p", null, toDisplayString((_a = filesList.value[0]) == null ? void 0 : _a.name), 1),
|
|
117
|
+
createVNode(QBtn, {
|
|
118
|
+
dense: "",
|
|
119
|
+
flat: "",
|
|
120
|
+
icon: "delete",
|
|
121
|
+
color: "negative",
|
|
122
|
+
onClick: withModifiers(clearFile, ["stop"])
|
|
123
|
+
})
|
|
124
|
+
])) : createCommentVNode("", true)
|
|
125
|
+
]))
|
|
126
|
+
];
|
|
127
|
+
}),
|
|
128
|
+
_: 1
|
|
129
|
+
}, 8, ["modelValue", "label", "autofocus", "disable", "readonly", "color", "error-message", "counter", "multiple", "accept", "max-file-size", "max-total-size", "max-files", "rules", "borderless", "aria-required"]);
|
|
130
|
+
};
|
|
131
|
+
}
|
|
132
|
+
});
|
|
133
|
+
export {
|
|
134
|
+
_sfc_main as default
|
|
135
|
+
};
|
|
136
|
+
//# sourceMappingURL=index19.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index19.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const vue = require("vue");
|
|
3
|
+
const acaiUiTooltip_vue_vue_type_script_setup_true_lang = require("./index38.cjs");
|
|
4
|
+
;/* empty css */
|
|
5
|
+
const acaiUiIcon_vue_vue_type_script_setup_true_lang = require("./index23.cjs");
|
|
6
|
+
const acaiUiModal_vue_vue_type_script_setup_true_lang = require("./index24.cjs");
|
|
7
|
+
;/* empty css */
|
|
8
|
+
const acaiUiButton = require("./index49.cjs");
|
|
9
|
+
const _hoisted_1 = { class: "celula-justificativa" };
|
|
10
|
+
const _hoisted_2 = ["role", "tabindex", "aria-haspopup", "onKeydown"];
|
|
11
|
+
const _hoisted_3 = { class: "tooltip-justificativa__rodape" };
|
|
12
|
+
const _hoisted_4 = { class: "justificativa-modal" };
|
|
13
|
+
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
14
|
+
__name: "acai-ui-table-justificativa",
|
|
15
|
+
props: {
|
|
16
|
+
texto: {},
|
|
17
|
+
titulo: {}
|
|
18
|
+
},
|
|
19
|
+
setup(__props) {
|
|
20
|
+
const props = __props;
|
|
21
|
+
const textoRef = vue.ref(null);
|
|
22
|
+
const balaoRef = vue.ref(null);
|
|
23
|
+
const truncado = vue.ref(false);
|
|
24
|
+
const balaoCortado = vue.ref(false);
|
|
25
|
+
const aberto = vue.ref(false);
|
|
26
|
+
const modalAberto = vue.ref(false);
|
|
27
|
+
function medir() {
|
|
28
|
+
const el = textoRef.value;
|
|
29
|
+
if (!el || el.getClientRects().length === 0) return;
|
|
30
|
+
truncado.value = el.scrollHeight > el.clientHeight + 1 || el.scrollWidth > el.clientWidth + 1;
|
|
31
|
+
}
|
|
32
|
+
function medirBalao() {
|
|
33
|
+
void vue.nextTick(() => {
|
|
34
|
+
const el = balaoRef.value;
|
|
35
|
+
if (!el) return;
|
|
36
|
+
balaoCortado.value = el.scrollHeight > el.clientHeight + 1;
|
|
37
|
+
});
|
|
38
|
+
}
|
|
39
|
+
function abrirModal() {
|
|
40
|
+
if (!truncado.value) return;
|
|
41
|
+
aberto.value = false;
|
|
42
|
+
modalAberto.value = true;
|
|
43
|
+
}
|
|
44
|
+
let observerTamanho = null;
|
|
45
|
+
let observerVisibilidade = null;
|
|
46
|
+
vue.onMounted(() => {
|
|
47
|
+
medir();
|
|
48
|
+
requestAnimationFrame(medir);
|
|
49
|
+
const el = textoRef.value;
|
|
50
|
+
if (!el) return;
|
|
51
|
+
if (typeof ResizeObserver !== "undefined") {
|
|
52
|
+
observerTamanho = new ResizeObserver(medir);
|
|
53
|
+
observerTamanho.observe(el);
|
|
54
|
+
}
|
|
55
|
+
if (typeof IntersectionObserver !== "undefined") {
|
|
56
|
+
observerVisibilidade = new IntersectionObserver((entradas) => {
|
|
57
|
+
if (entradas.some((entrada) => entrada.isIntersecting)) medir();
|
|
58
|
+
});
|
|
59
|
+
observerVisibilidade.observe(el);
|
|
60
|
+
}
|
|
61
|
+
});
|
|
62
|
+
vue.onBeforeUnmount(() => {
|
|
63
|
+
observerTamanho == null ? void 0 : observerTamanho.disconnect();
|
|
64
|
+
observerTamanho = null;
|
|
65
|
+
observerVisibilidade == null ? void 0 : observerVisibilidade.disconnect();
|
|
66
|
+
observerVisibilidade = null;
|
|
67
|
+
});
|
|
68
|
+
vue.watch(
|
|
69
|
+
() => props.texto,
|
|
70
|
+
() => {
|
|
71
|
+
aberto.value = false;
|
|
72
|
+
void vue.nextTick(medir);
|
|
73
|
+
}
|
|
74
|
+
);
|
|
75
|
+
return (_ctx, _cache) => {
|
|
76
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
77
|
+
vue.createElementVNode("span", {
|
|
78
|
+
ref_key: "textoRef",
|
|
79
|
+
ref: textoRef,
|
|
80
|
+
class: vue.normalizeClass(["celula-justificativa__texto", { "celula-justificativa__texto--clicavel": truncado.value }]),
|
|
81
|
+
role: truncado.value ? "button" : void 0,
|
|
82
|
+
tabindex: truncado.value ? 0 : void 0,
|
|
83
|
+
"aria-haspopup": truncado.value ? "dialog" : void 0,
|
|
84
|
+
onFocus: _cache[0] || (_cache[0] = ($event) => aberto.value = true),
|
|
85
|
+
onBlur: _cache[1] || (_cache[1] = ($event) => aberto.value = false),
|
|
86
|
+
onKeydown: [
|
|
87
|
+
_cache[2] || (_cache[2] = vue.withKeys(($event) => aberto.value = false, ["esc"])),
|
|
88
|
+
vue.withKeys(vue.withModifiers(abrirModal, ["prevent"]), ["enter"]),
|
|
89
|
+
vue.withKeys(vue.withModifiers(abrirModal, ["prevent"]), ["space"])
|
|
90
|
+
],
|
|
91
|
+
onClick: vue.withModifiers(abrirModal, ["stop"])
|
|
92
|
+
}, vue.toDisplayString(__props.texto), 43, _hoisted_2),
|
|
93
|
+
truncado.value ? (vue.openBlock(), vue.createBlock(acaiUiTooltip_vue_vue_type_script_setup_true_lang, {
|
|
94
|
+
key: 0,
|
|
95
|
+
modelValue: aberto.value,
|
|
96
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => aberto.value = $event),
|
|
97
|
+
class: "tooltip-justificativa",
|
|
98
|
+
position: "bottom",
|
|
99
|
+
onShow: medirBalao
|
|
100
|
+
}, {
|
|
101
|
+
default: vue.withCtx(() => [
|
|
102
|
+
vue.createElementVNode("p", {
|
|
103
|
+
ref_key: "balaoRef",
|
|
104
|
+
ref: balaoRef,
|
|
105
|
+
class: "tooltip-justificativa__conteudo"
|
|
106
|
+
}, vue.toDisplayString(__props.texto), 513),
|
|
107
|
+
vue.createElementVNode("p", _hoisted_3, [
|
|
108
|
+
vue.createVNode(acaiUiIcon_vue_vue_type_script_setup_true_lang, {
|
|
109
|
+
name: "open_in_new",
|
|
110
|
+
size: "14px",
|
|
111
|
+
decorative: ""
|
|
112
|
+
}),
|
|
113
|
+
vue.createTextVNode(" " + vue.toDisplayString(balaoCortado.value ? "Clique para ver o texto completo" : "Clique para abrir e copiar"), 1)
|
|
114
|
+
])
|
|
115
|
+
]),
|
|
116
|
+
_: 1
|
|
117
|
+
}, 8, ["modelValue"])) : vue.createCommentVNode("", true),
|
|
118
|
+
vue.createVNode(acaiUiModal_vue_vue_type_script_setup_true_lang, {
|
|
119
|
+
modelValue: modalAberto.value,
|
|
120
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => modalAberto.value = $event),
|
|
121
|
+
title: __props.titulo,
|
|
122
|
+
"hide-actions": ""
|
|
123
|
+
}, {
|
|
124
|
+
footer: vue.withCtx(() => [
|
|
125
|
+
vue.createVNode(acaiUiButton, {
|
|
126
|
+
label: "Fechar",
|
|
127
|
+
outline: "",
|
|
128
|
+
color: "primary",
|
|
129
|
+
onClick: _cache[4] || (_cache[4] = ($event) => modalAberto.value = false)
|
|
130
|
+
})
|
|
131
|
+
]),
|
|
132
|
+
default: vue.withCtx(() => [
|
|
133
|
+
vue.createElementVNode("p", _hoisted_4, vue.toDisplayString(__props.texto), 1)
|
|
134
|
+
]),
|
|
135
|
+
_: 1
|
|
136
|
+
}, 8, ["modelValue", "title"])
|
|
137
|
+
]);
|
|
138
|
+
};
|
|
139
|
+
}
|
|
140
|
+
});
|
|
141
|
+
module.exports = _sfc_main;
|
|
142
|
+
//# sourceMappingURL=index190.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index190.cjs","sources":["../src/components/table/acai-ui-table-justificativa.vue"],"sourcesContent":["<template>\n <div class=\"celula-justificativa\">\n <span\n ref=\"textoRef\"\n class=\"celula-justificativa__texto\"\n :class=\"{ 'celula-justificativa__texto--clicavel': truncado }\"\n :role=\"truncado ? 'button' : undefined\"\n :tabindex=\"truncado ? 0 : undefined\"\n :aria-haspopup=\"truncado ? 'dialog' : undefined\"\n @focus=\"aberto = true\"\n @blur=\"aberto = false\"\n @keydown.esc=\"aberto = false\"\n @click.stop=\"abrirModal\"\n @keydown.enter.prevent=\"abrirModal\"\n @keydown.space.prevent=\"abrirModal\"\n >{{ texto }}</span\n >\n\n <!-- O balão NUNCA rola: o `q-tooltip` do Quasar sai com `no-pointer-events`, então\n o mouse o atravessa — barra de rolagem ali dentro é inalcançável, e o balão\n ainda fecha quando o ponteiro deixa a célula. Ele mostra o que cabe em 8\n linhas; o texto inteiro (rolável, selecionável, copiável) vive no modal. -->\n <acai-ui-tooltip\n v-if=\"truncado\"\n v-model=\"aberto\"\n class=\"tooltip-justificativa\"\n position=\"bottom\"\n @show=\"medirBalao\"\n >\n <p ref=\"balaoRef\" class=\"tooltip-justificativa__conteudo\">{{ texto }}</p>\n\n <p class=\"tooltip-justificativa__rodape\">\n <acai-ui-icon name=\"open_in_new\" size=\"14px\" decorative />\n {{ balaoCortado ? 'Clique para ver o texto completo' : 'Clique para abrir e copiar' }}\n </p>\n </acai-ui-tooltip>\n\n <acai-ui-modal v-model=\"modalAberto\" :title=\"titulo\" hide-actions>\n <p class=\"justificativa-modal\">{{ texto }}</p>\n\n <template #footer>\n <acai-ui-button label=\"Fechar\" outline color=\"primary\" @click=\"modalAberto = false\" />\n </template>\n </acai-ui-modal>\n </div>\n</template>\n\n<script setup lang=\"ts\">\nimport { nextTick, onBeforeUnmount, onMounted, ref, watch } from 'vue'\nimport AcaiUiTooltip from '../tooltip/acai-ui-tooltip.vue'\nimport AcaiUiIcon from '../icon/acai-ui-icon.vue'\nimport AcaiUiModal from '../modal/acai-ui-modal.vue'\nimport AcaiUiButton from '../button/acai-ui-button.vue'\n\n// `titulo` é o label da própria coluna — vira o título do modal.\nconst props = defineProps<{ texto: string; titulo: string }>()\n\nconst textoRef = ref<HTMLElement | null>(null)\nconst balaoRef = ref<HTMLElement | null>(null)\nconst truncado = ref(false)\nconst balaoCortado = ref(false)\nconst aberto = ref(false)\nconst modalAberto = ref(false)\n\n// O corte é do CSS (`-webkit-line-clamp`), não do JS: cortar por nº de caracteres\n// não sabe a largura da coluna — era o que estourava a altura da linha quando a\n// coluna era estreita. Aqui só MEDIMOS se sobrou texto escondido, pra decidir se\n// vale mostrar o tooltip.\nfunction medir(): void {\n const el = textoRef.value\n // Sem caixa renderizada (aba inativa, modal fechado, `v-show` desligado) a medida\n // dá 0 e diria \"não truncado\" — melhor não responder do que responder errado.\n if (!el || el.getClientRects().length === 0) return\n truncado.value = el.scrollHeight > el.clientHeight + 1 || el.scrollWidth > el.clientWidth + 1\n}\n\n// Só dá pra saber se o balão coube depois que ele existe no DOM — daí medir no `show`.\nfunction medirBalao(): void {\n void nextTick(() => {\n const el = balaoRef.value\n if (!el) return\n balaoCortado.value = el.scrollHeight > el.clientHeight + 1\n })\n}\n\nfunction abrirModal(): void {\n if (!truncado.value) return\n aberto.value = false\n modalAberto.value = true\n}\n\nlet observerTamanho: ResizeObserver | null = null\nlet observerVisibilidade: IntersectionObserver | null = null\n\nonMounted(() => {\n medir()\n // No frame do mount o texto pode ainda não ter sido diagramado (scrollHeight ==\n // clientHeight), e aí a medida sai \"não truncado\" sem ninguém pra corrigir.\n requestAnimationFrame(medir)\n\n const el = textoRef.value\n if (!el) return\n\n // Largura da coluna muda com o conteúdo e com a viewport.\n if (typeof ResizeObserver !== 'undefined') {\n observerTamanho = new ResizeObserver(medir)\n observerTamanho.observe(el)\n }\n\n // Célula montada escondida (aba, expansion, modal) só ganha layout quando aparece,\n // e aí a CAIXA não muda de tamanho — só o conteúdo passa a caber/não caber. Sem\n // isto o ResizeObserver nunca dispara e a célula fica sem tooltip pra sempre.\n if (typeof IntersectionObserver !== 'undefined') {\n observerVisibilidade = new IntersectionObserver((entradas) => {\n if (entradas.some((entrada) => entrada.isIntersecting)) medir()\n })\n observerVisibilidade.observe(el)\n }\n})\n\nonBeforeUnmount(() => {\n observerTamanho?.disconnect()\n observerTamanho = null\n observerVisibilidade?.disconnect()\n observerVisibilidade = null\n})\n\nwatch(\n () => props.texto,\n () => {\n aberto.value = false\n void nextTick(medir)\n },\n)\n</script>\n"],"names":["ref","nextTick","onMounted","onBeforeUnmount","watch","_openBlock","_createElementBlock","_createElementVNode","_normalizeClass","_createBlock","AcaiUiTooltip","_createVNode","AcaiUiIcon","_createTextVNode","AcaiUiModal","AcaiUiButton","_toDisplayString"],"mappings":"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"}
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
import { defineComponent, ref, onMounted, onBeforeUnmount, watch, nextTick, openBlock, createElementBlock, createElementVNode, withModifiers, withKeys, normalizeClass, toDisplayString, createBlock, withCtx, createVNode, createTextVNode, createCommentVNode } from "vue";
|
|
2
|
+
import _sfc_main$1 from "./index38.mjs";
|
|
3
|
+
/* empty css */
|
|
4
|
+
import _sfc_main$2 from "./index23.mjs";
|
|
5
|
+
import _sfc_main$3 from "./index24.mjs";
|
|
6
|
+
/* empty css */
|
|
7
|
+
import AcaiUiButton from "./index49.mjs";
|
|
8
|
+
const _hoisted_1 = { class: "celula-justificativa" };
|
|
9
|
+
const _hoisted_2 = ["role", "tabindex", "aria-haspopup", "onKeydown"];
|
|
10
|
+
const _hoisted_3 = { class: "tooltip-justificativa__rodape" };
|
|
11
|
+
const _hoisted_4 = { class: "justificativa-modal" };
|
|
12
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
13
|
+
__name: "acai-ui-table-justificativa",
|
|
14
|
+
props: {
|
|
15
|
+
texto: {},
|
|
16
|
+
titulo: {}
|
|
17
|
+
},
|
|
18
|
+
setup(__props) {
|
|
19
|
+
const props = __props;
|
|
20
|
+
const textoRef = ref(null);
|
|
21
|
+
const balaoRef = ref(null);
|
|
22
|
+
const truncado = ref(false);
|
|
23
|
+
const balaoCortado = ref(false);
|
|
24
|
+
const aberto = ref(false);
|
|
25
|
+
const modalAberto = ref(false);
|
|
26
|
+
function medir() {
|
|
27
|
+
const el = textoRef.value;
|
|
28
|
+
if (!el || el.getClientRects().length === 0) return;
|
|
29
|
+
truncado.value = el.scrollHeight > el.clientHeight + 1 || el.scrollWidth > el.clientWidth + 1;
|
|
30
|
+
}
|
|
31
|
+
function medirBalao() {
|
|
32
|
+
void nextTick(() => {
|
|
33
|
+
const el = balaoRef.value;
|
|
34
|
+
if (!el) return;
|
|
35
|
+
balaoCortado.value = el.scrollHeight > el.clientHeight + 1;
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
function abrirModal() {
|
|
39
|
+
if (!truncado.value) return;
|
|
40
|
+
aberto.value = false;
|
|
41
|
+
modalAberto.value = true;
|
|
42
|
+
}
|
|
43
|
+
let observerTamanho = null;
|
|
44
|
+
let observerVisibilidade = null;
|
|
45
|
+
onMounted(() => {
|
|
46
|
+
medir();
|
|
47
|
+
requestAnimationFrame(medir);
|
|
48
|
+
const el = textoRef.value;
|
|
49
|
+
if (!el) return;
|
|
50
|
+
if (typeof ResizeObserver !== "undefined") {
|
|
51
|
+
observerTamanho = new ResizeObserver(medir);
|
|
52
|
+
observerTamanho.observe(el);
|
|
53
|
+
}
|
|
54
|
+
if (typeof IntersectionObserver !== "undefined") {
|
|
55
|
+
observerVisibilidade = new IntersectionObserver((entradas) => {
|
|
56
|
+
if (entradas.some((entrada) => entrada.isIntersecting)) medir();
|
|
57
|
+
});
|
|
58
|
+
observerVisibilidade.observe(el);
|
|
59
|
+
}
|
|
60
|
+
});
|
|
61
|
+
onBeforeUnmount(() => {
|
|
62
|
+
observerTamanho == null ? void 0 : observerTamanho.disconnect();
|
|
63
|
+
observerTamanho = null;
|
|
64
|
+
observerVisibilidade == null ? void 0 : observerVisibilidade.disconnect();
|
|
65
|
+
observerVisibilidade = null;
|
|
66
|
+
});
|
|
67
|
+
watch(
|
|
68
|
+
() => props.texto,
|
|
69
|
+
() => {
|
|
70
|
+
aberto.value = false;
|
|
71
|
+
void nextTick(medir);
|
|
72
|
+
}
|
|
73
|
+
);
|
|
74
|
+
return (_ctx, _cache) => {
|
|
75
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
76
|
+
createElementVNode("span", {
|
|
77
|
+
ref_key: "textoRef",
|
|
78
|
+
ref: textoRef,
|
|
79
|
+
class: normalizeClass(["celula-justificativa__texto", { "celula-justificativa__texto--clicavel": truncado.value }]),
|
|
80
|
+
role: truncado.value ? "button" : void 0,
|
|
81
|
+
tabindex: truncado.value ? 0 : void 0,
|
|
82
|
+
"aria-haspopup": truncado.value ? "dialog" : void 0,
|
|
83
|
+
onFocus: _cache[0] || (_cache[0] = ($event) => aberto.value = true),
|
|
84
|
+
onBlur: _cache[1] || (_cache[1] = ($event) => aberto.value = false),
|
|
85
|
+
onKeydown: [
|
|
86
|
+
_cache[2] || (_cache[2] = withKeys(($event) => aberto.value = false, ["esc"])),
|
|
87
|
+
withKeys(withModifiers(abrirModal, ["prevent"]), ["enter"]),
|
|
88
|
+
withKeys(withModifiers(abrirModal, ["prevent"]), ["space"])
|
|
89
|
+
],
|
|
90
|
+
onClick: withModifiers(abrirModal, ["stop"])
|
|
91
|
+
}, toDisplayString(__props.texto), 43, _hoisted_2),
|
|
92
|
+
truncado.value ? (openBlock(), createBlock(_sfc_main$1, {
|
|
93
|
+
key: 0,
|
|
94
|
+
modelValue: aberto.value,
|
|
95
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => aberto.value = $event),
|
|
96
|
+
class: "tooltip-justificativa",
|
|
97
|
+
position: "bottom",
|
|
98
|
+
onShow: medirBalao
|
|
99
|
+
}, {
|
|
100
|
+
default: withCtx(() => [
|
|
101
|
+
createElementVNode("p", {
|
|
102
|
+
ref_key: "balaoRef",
|
|
103
|
+
ref: balaoRef,
|
|
104
|
+
class: "tooltip-justificativa__conteudo"
|
|
105
|
+
}, toDisplayString(__props.texto), 513),
|
|
106
|
+
createElementVNode("p", _hoisted_3, [
|
|
107
|
+
createVNode(_sfc_main$2, {
|
|
108
|
+
name: "open_in_new",
|
|
109
|
+
size: "14px",
|
|
110
|
+
decorative: ""
|
|
111
|
+
}),
|
|
112
|
+
createTextVNode(" " + toDisplayString(balaoCortado.value ? "Clique para ver o texto completo" : "Clique para abrir e copiar"), 1)
|
|
113
|
+
])
|
|
114
|
+
]),
|
|
115
|
+
_: 1
|
|
116
|
+
}, 8, ["modelValue"])) : createCommentVNode("", true),
|
|
117
|
+
createVNode(_sfc_main$3, {
|
|
118
|
+
modelValue: modalAberto.value,
|
|
119
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => modalAberto.value = $event),
|
|
120
|
+
title: __props.titulo,
|
|
121
|
+
"hide-actions": ""
|
|
122
|
+
}, {
|
|
123
|
+
footer: withCtx(() => [
|
|
124
|
+
createVNode(AcaiUiButton, {
|
|
125
|
+
label: "Fechar",
|
|
126
|
+
outline: "",
|
|
127
|
+
color: "primary",
|
|
128
|
+
onClick: _cache[4] || (_cache[4] = ($event) => modalAberto.value = false)
|
|
129
|
+
})
|
|
130
|
+
]),
|
|
131
|
+
default: withCtx(() => [
|
|
132
|
+
createElementVNode("p", _hoisted_4, toDisplayString(__props.texto), 1)
|
|
133
|
+
]),
|
|
134
|
+
_: 1
|
|
135
|
+
}, 8, ["modelValue", "title"])
|
|
136
|
+
]);
|
|
137
|
+
};
|
|
138
|
+
}
|
|
139
|
+
});
|
|
140
|
+
export {
|
|
141
|
+
_sfc_main as default
|
|
142
|
+
};
|
|
143
|
+
//# sourceMappingURL=index190.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index190.mjs","sources":["../src/components/table/acai-ui-table-justificativa.vue"],"sourcesContent":["<template>\n <div class=\"celula-justificativa\">\n <span\n ref=\"textoRef\"\n class=\"celula-justificativa__texto\"\n :class=\"{ 'celula-justificativa__texto--clicavel': truncado }\"\n :role=\"truncado ? 'button' : undefined\"\n :tabindex=\"truncado ? 0 : undefined\"\n :aria-haspopup=\"truncado ? 'dialog' : undefined\"\n @focus=\"aberto = true\"\n @blur=\"aberto = false\"\n @keydown.esc=\"aberto = false\"\n @click.stop=\"abrirModal\"\n @keydown.enter.prevent=\"abrirModal\"\n @keydown.space.prevent=\"abrirModal\"\n >{{ texto }}</span\n >\n\n <!-- O balão NUNCA rola: o `q-tooltip` do Quasar sai com `no-pointer-events`, então\n o mouse o atravessa — barra de rolagem ali dentro é inalcançável, e o balão\n ainda fecha quando o ponteiro deixa a célula. Ele mostra o que cabe em 8\n linhas; o texto inteiro (rolável, selecionável, copiável) vive no modal. -->\n <acai-ui-tooltip\n v-if=\"truncado\"\n v-model=\"aberto\"\n class=\"tooltip-justificativa\"\n position=\"bottom\"\n @show=\"medirBalao\"\n >\n <p ref=\"balaoRef\" class=\"tooltip-justificativa__conteudo\">{{ texto }}</p>\n\n <p class=\"tooltip-justificativa__rodape\">\n <acai-ui-icon name=\"open_in_new\" size=\"14px\" decorative />\n {{ balaoCortado ? 'Clique para ver o texto completo' : 'Clique para abrir e copiar' }}\n </p>\n </acai-ui-tooltip>\n\n <acai-ui-modal v-model=\"modalAberto\" :title=\"titulo\" hide-actions>\n <p class=\"justificativa-modal\">{{ texto }}</p>\n\n <template #footer>\n <acai-ui-button label=\"Fechar\" outline color=\"primary\" @click=\"modalAberto = false\" />\n </template>\n </acai-ui-modal>\n </div>\n</template>\n\n<script setup lang=\"ts\">\nimport { nextTick, onBeforeUnmount, onMounted, ref, watch } from 'vue'\nimport AcaiUiTooltip from '../tooltip/acai-ui-tooltip.vue'\nimport AcaiUiIcon from '../icon/acai-ui-icon.vue'\nimport AcaiUiModal from '../modal/acai-ui-modal.vue'\nimport AcaiUiButton from '../button/acai-ui-button.vue'\n\n// `titulo` é o label da própria coluna — vira o título do modal.\nconst props = defineProps<{ texto: string; titulo: string }>()\n\nconst textoRef = ref<HTMLElement | null>(null)\nconst balaoRef = ref<HTMLElement | null>(null)\nconst truncado = ref(false)\nconst balaoCortado = ref(false)\nconst aberto = ref(false)\nconst modalAberto = ref(false)\n\n// O corte é do CSS (`-webkit-line-clamp`), não do JS: cortar por nº de caracteres\n// não sabe a largura da coluna — era o que estourava a altura da linha quando a\n// coluna era estreita. Aqui só MEDIMOS se sobrou texto escondido, pra decidir se\n// vale mostrar o tooltip.\nfunction medir(): void {\n const el = textoRef.value\n // Sem caixa renderizada (aba inativa, modal fechado, `v-show` desligado) a medida\n // dá 0 e diria \"não truncado\" — melhor não responder do que responder errado.\n if (!el || el.getClientRects().length === 0) return\n truncado.value = el.scrollHeight > el.clientHeight + 1 || el.scrollWidth > el.clientWidth + 1\n}\n\n// Só dá pra saber se o balão coube depois que ele existe no DOM — daí medir no `show`.\nfunction medirBalao(): void {\n void nextTick(() => {\n const el = balaoRef.value\n if (!el) return\n balaoCortado.value = el.scrollHeight > el.clientHeight + 1\n })\n}\n\nfunction abrirModal(): void {\n if (!truncado.value) return\n aberto.value = false\n modalAberto.value = true\n}\n\nlet observerTamanho: ResizeObserver | null = null\nlet observerVisibilidade: IntersectionObserver | null = null\n\nonMounted(() => {\n medir()\n // No frame do mount o texto pode ainda não ter sido diagramado (scrollHeight ==\n // clientHeight), e aí a medida sai \"não truncado\" sem ninguém pra corrigir.\n requestAnimationFrame(medir)\n\n const el = textoRef.value\n if (!el) return\n\n // Largura da coluna muda com o conteúdo e com a viewport.\n if (typeof ResizeObserver !== 'undefined') {\n observerTamanho = new ResizeObserver(medir)\n observerTamanho.observe(el)\n }\n\n // Célula montada escondida (aba, expansion, modal) só ganha layout quando aparece,\n // e aí a CAIXA não muda de tamanho — só o conteúdo passa a caber/não caber. Sem\n // isto o ResizeObserver nunca dispara e a célula fica sem tooltip pra sempre.\n if (typeof IntersectionObserver !== 'undefined') {\n observerVisibilidade = new IntersectionObserver((entradas) => {\n if (entradas.some((entrada) => entrada.isIntersecting)) medir()\n })\n observerVisibilidade.observe(el)\n }\n})\n\nonBeforeUnmount(() => {\n observerTamanho?.disconnect()\n observerTamanho = null\n observerVisibilidade?.disconnect()\n observerVisibilidade = null\n})\n\nwatch(\n () => props.texto,\n () => {\n aberto.value = false\n void nextTick(medir)\n },\n)\n</script>\n"],"names":["_openBlock","_createElementBlock","_createElementVNode","_normalizeClass","_createBlock","AcaiUiTooltip","_createVNode","AcaiUiIcon","_createTextVNode","AcaiUiModal","_toDisplayString"],"mappings":";;;;;;;;;;;;;;;;;;AAuDA,UAAM,QAAQ;AAEd,UAAM,WAAW,IAAwB,IAAI;AAC7C,UAAM,WAAW,IAAwB,IAAI;AAC7C,UAAM,WAAW,IAAI,KAAK;AAC1B,UAAM,eAAe,IAAI,KAAK;AAC9B,UAAM,SAAS,IAAI,KAAK;AACxB,UAAM,cAAc,IAAI,KAAK;AAM7B,aAAS,QAAc;AACrB,YAAM,KAAK,SAAS;AAGpB,UAAI,CAAC,MAAM,GAAG,eAAA,EAAiB,WAAW,EAAG;AAC7C,eAAS,QAAQ,GAAG,eAAe,GAAG,eAAe,KAAK,GAAG,cAAc,GAAG,cAAc;AAAA,IAC9F;AAGA,aAAS,aAAmB;AAC1B,WAAK,SAAS,MAAM;AAClB,cAAM,KAAK,SAAS;AACpB,YAAI,CAAC,GAAI;AACT,qBAAa,QAAQ,GAAG,eAAe,GAAG,eAAe;AAAA,MAC3D,CAAC;AAAA,IACH;AAEA,aAAS,aAAmB;AAC1B,UAAI,CAAC,SAAS,MAAO;AACrB,aAAO,QAAQ;AACf,kBAAY,QAAQ;AAAA,IACtB;AAEA,QAAI,kBAAyC;AAC7C,QAAI,uBAAoD;AAExD,cAAU,MAAM;AACd,YAAA;AAGA,4BAAsB,KAAK;AAE3B,YAAM,KAAK,SAAS;AACpB,UAAI,CAAC,GAAI;AAGT,UAAI,OAAO,mBAAmB,aAAa;AACzC,0BAAkB,IAAI,eAAe,KAAK;AAC1C,wBAAgB,QAAQ,EAAE;AAAA,MAC5B;AAKA,UAAI,OAAO,yBAAyB,aAAa;AAC/C,+BAAuB,IAAI,qBAAqB,CAAC,aAAa;AAC5D,cAAI,SAAS,KAAK,CAAC,YAAY,QAAQ,cAAc,EAAG,OAAA;AAAA,QAC1D,CAAC;AACD,6BAAqB,QAAQ,EAAE;AAAA,MACjC;AAAA,IACF,CAAC;AAED,oBAAgB,MAAM;AACpB,yDAAiB;AACjB,wBAAkB;AAClB,mEAAsB;AACtB,6BAAuB;AAAA,IACzB,CAAC;AAED;AAAA,MACE,MAAM,MAAM;AAAA,MACZ,MAAM;AACJ,eAAO,QAAQ;AACf,aAAK,SAAS,KAAK;AAAA,MACrB;AAAA,IAAA;;AAnIA,aAAAA,UAAA,GAAAC,mBA2CM,OA3CN,YA2CM;AAAA,QA1CJC,mBAcC,QAAA;AAAA,mBAbK;AAAA,UAAJ,KAAI;AAAA,UACJ,OAAKC,eAAA,CAAC,+BAA6B,EAAA,yCACgB,SAAA,MAAA,CAAQ,CAAA;AAAA,UAC1D,MAAM,SAAA,QAAQ,WAAc;AAAA,UAC5B,UAAU,SAAA,QAAQ,IAAO;AAAA,UACzB,iBAAe,SAAA,QAAQ,WAAc;AAAA,UACrC,+CAAO,OAAA,QAAM;AAAA,UACb,8CAAM,OAAA,QAAM;AAAA,UACZ,WAAO;AAAA,2DAAM,OAAA,QAAM,OAAA,CAAA,KAAA,CAAA;AAAA,mCAEI,YAAU,CAAA,SAAA,CAAA,GAAA,CAAA,OAAA,CAAA;AAAA,mCACV,YAAU,CAAA,SAAA,CAAA,GAAA,CAAA,OAAA,CAAA;AAAA,UAAA;AAAA,UAFjC,uBAAY,YAAU,CAAA,MAAA,CAAA;AAAA,QAAA,mBAGnB,QAAA,KAAK,GAAA,IAAA,UAAA;AAAA,QAQH,SAAA,sBADRC,YAakBC,aAAA;AAAA;sBAXP,OAAA;AAAA,uEAAA,OAAM,QAAA;AAAA,UACf,OAAM;AAAA,UACN,UAAS;AAAA,UACR,QAAM;AAAA,QAAA;2BAEP,MAAyE;AAAA,YAAzEH,mBAAyE,KAAA;AAAA,uBAAlE;AAAA,cAAJ,KAAI;AAAA,cAAW,OAAM;AAAA,YAAA,mBAAqC,QAAA,KAAK,GAAA,GAAA;AAAA,YAElEA,mBAGI,KAHJ,YAGI;AAAA,cAFFI,YAA0DC,aAAA;AAAA,gBAA5C,MAAK;AAAA,gBAAc,MAAK;AAAA,gBAAO,YAAA;AAAA,cAAA;cAAaC,gBAAA,sBACvD,aAAA,QAAY,qCAAA,4BAAA,GAAA,CAAA;AAAA,YAAA;;;;QAInBF,YAMgBG,aAAA;AAAA,sBANQ,YAAA;AAAA,uEAAA,YAAW,QAAA;AAAA,UAAG,OAAO,QAAA;AAAA,UAAQ,gBAAA;AAAA,QAAA;UAGxC,gBACT,MAAsF;AAAA,YAAtFH,YAAsF,cAAA;AAAA,cAAtE,OAAM;AAAA,cAAS,SAAA;AAAA,cAAQ,OAAM;AAAA,cAAW,+CAAO,YAAA,QAAW;AAAA,YAAA;;2BAH5E,MAA8C;AAAA,YAA9CJ,mBAA8C,KAA9C,YAA8CQ,gBAAZ,QAAA,KAAK,GAAA,CAAA;AAAA,UAAA;;;;;;;"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const chartCartesiano_vue_vue_type_script_setup_true_lang = require("./index203.cjs");
|
|
3
|
+
;/* empty css */
|
|
4
|
+
const _pluginVue_exportHelper = require("./index104.cjs");
|
|
5
|
+
const ChartCartesiano = /* @__PURE__ */ _pluginVue_exportHelper(chartCartesiano_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-a87484de"]]);
|
|
6
|
+
module.exports = ChartCartesiano;
|
|
7
|
+
//# sourceMappingURL=index191.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index191.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import _sfc_main from "./index203.mjs";
|
|
2
|
+
/* empty css */
|
|
3
|
+
import _export_sfc from "./index104.mjs";
|
|
4
|
+
const ChartCartesiano = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a87484de"]]);
|
|
5
|
+
export {
|
|
6
|
+
ChartCartesiano as default
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=index191.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index191.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const chartGauge_vue_vue_type_script_setup_true_lang = require("./index205.cjs");
|
|
3
|
+
;/* empty css */
|
|
4
|
+
const _pluginVue_exportHelper = require("./index104.cjs");
|
|
5
|
+
const ChartGauge = /* @__PURE__ */ _pluginVue_exportHelper(chartGauge_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-d3c176fc"]]);
|
|
6
|
+
module.exports = ChartGauge;
|
|
7
|
+
//# sourceMappingURL=index192.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index192.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import _sfc_main from "./index205.mjs";
|
|
2
|
+
/* empty css */
|
|
3
|
+
import _export_sfc from "./index104.mjs";
|
|
4
|
+
const ChartGauge = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d3c176fc"]]);
|
|
5
|
+
export {
|
|
6
|
+
ChartGauge as default
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=index192.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index192.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const chartPizza_vue_vue_type_script_setup_true_lang = require("./index207.cjs");
|
|
3
|
+
;/* empty css */
|
|
4
|
+
const _pluginVue_exportHelper = require("./index104.cjs");
|
|
5
|
+
const ChartPizza = /* @__PURE__ */ _pluginVue_exportHelper(chartPizza_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-0d7d9e0b"]]);
|
|
6
|
+
module.exports = ChartPizza;
|
|
7
|
+
//# sourceMappingURL=index193.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index193.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import _sfc_main from "./index207.mjs";
|
|
2
|
+
/* empty css */
|
|
3
|
+
import _export_sfc from "./index104.mjs";
|
|
4
|
+
const ChartPizza = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0d7d9e0b"]]);
|
|
5
|
+
export {
|
|
6
|
+
ChartPizza as default
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=index193.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index193.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const chartLegenda_vue_vue_type_script_setup_true_lang = require("./index209.cjs");
|
|
3
|
+
;/* empty css */
|
|
4
|
+
const _pluginVue_exportHelper = require("./index104.cjs");
|
|
5
|
+
const ChartLegenda = /* @__PURE__ */ _pluginVue_exportHelper(chartLegenda_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-63e33e51"]]);
|
|
6
|
+
module.exports = ChartLegenda;
|
|
7
|
+
//# sourceMappingURL=index194.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index194.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import _sfc_main from "./index209.mjs";
|
|
2
|
+
/* empty css */
|
|
3
|
+
import _export_sfc from "./index104.mjs";
|
|
4
|
+
const ChartLegenda = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-63e33e51"]]);
|
|
5
|
+
export {
|
|
6
|
+
ChartLegenda as default
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=index194.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index194.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const chartTabela_vue_vue_type_script_setup_true_lang = require("./index211.cjs");
|
|
3
|
+
;/* empty css */
|
|
4
|
+
const _pluginVue_exportHelper = require("./index104.cjs");
|
|
5
|
+
const ChartTabela = /* @__PURE__ */ _pluginVue_exportHelper(chartTabela_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-a9a1af9b"]]);
|
|
6
|
+
module.exports = ChartTabela;
|
|
7
|
+
//# sourceMappingURL=index195.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index195.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import _sfc_main from "./index211.mjs";
|
|
2
|
+
/* empty css */
|
|
3
|
+
import _export_sfc from "./index104.mjs";
|
|
4
|
+
const ChartTabela = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a9a1af9b"]]);
|
|
5
|
+
export {
|
|
6
|
+
ChartTabela as default
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=index195.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index195.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|