acai-ui 1.65.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +795 -0
- package/README.md +64 -0
- package/dist/acai-ui.css +14627 -0
- package/dist/components/actions/acai-ui-actions.d.ts +3 -0
- package/dist/components/async-select/acai-ui-async-select-interface.d.ts +48 -0
- package/dist/components/async-select/acai-ui-async-select-interface.d.ts.map +1 -0
- package/dist/components/async-select/acai-ui-async-select.d.ts +3 -0
- package/dist/components/badge/acai-ui-badge-interface.d.ts +20 -0
- package/dist/components/badge/acai-ui-badge-interface.d.ts.map +1 -0
- package/dist/components/badge/acai-ui-badge.d.ts +3 -0
- package/dist/components/banner/acai-ui-banner-interface.d.ts +16 -0
- package/dist/components/banner/acai-ui-banner-interface.d.ts.map +1 -0
- package/dist/components/banner/acai-ui-banner.d.ts +3 -0
- package/dist/components/button/acai-ui-button-interface.d.ts +21 -0
- package/dist/components/button/acai-ui-button-interface.d.ts.map +1 -0
- package/dist/components/button/acai-ui-button.d.ts +3 -0
- package/dist/components/card/acai-ui-card-interface.d.ts +14 -0
- package/dist/components/card/acai-ui-card-interface.d.ts.map +1 -0
- package/dist/components/card/acai-ui-card.d.ts +3 -0
- package/dist/components/chart/acai-ui-chart-interface.d.ts +190 -0
- package/dist/components/chart/acai-ui-chart-interface.d.ts.map +1 -0
- package/dist/components/chart/acai-ui-chart.d.ts +3 -0
- package/dist/components/chart/chart-a11y.d.ts +40 -0
- package/dist/components/chart/chart-a11y.d.ts.map +1 -0
- package/dist/components/chart/chart-caminhos.d.ts +91 -0
- package/dist/components/chart/chart-caminhos.d.ts.map +1 -0
- package/dist/components/chart/chart-cartesiano.d.ts +3 -0
- package/dist/components/chart/chart-dados.d.ts +74 -0
- package/dist/components/chart/chart-dados.d.ts.map +1 -0
- package/dist/components/chart/chart-escalas.d.ts +45 -0
- package/dist/components/chart/chart-escalas.d.ts.map +1 -0
- package/dist/components/chart/chart-formatar.d.ts +21 -0
- package/dist/components/chart/chart-formatar.d.ts.map +1 -0
- package/dist/components/chart/chart-gauge.d.ts +3 -0
- package/dist/components/chart/chart-headless.d.ts +29 -0
- package/dist/components/chart/chart-headless.d.ts.map +1 -0
- package/dist/components/chart/chart-imagem.d.ts +51 -0
- package/dist/components/chart/chart-imagem.d.ts.map +1 -0
- package/dist/components/chart/chart-layout.d.ts +59 -0
- package/dist/components/chart/chart-layout.d.ts.map +1 -0
- package/dist/components/chart/chart-legenda.d.ts +3 -0
- package/dist/components/chart/chart-pizza.d.ts +3 -0
- package/dist/components/chart/chart-plano.d.ts +201 -0
- package/dist/components/chart/chart-plano.d.ts.map +1 -0
- package/dist/components/chart/chart-rotulos.d.ts +10 -0
- package/dist/components/chart/chart-rotulos.d.ts.map +1 -0
- package/dist/components/chart/chart-tabela.d.ts +3 -0
- package/dist/components/chart/chart-ticks.d.ts +35 -0
- package/dist/components/chart/chart-ticks.d.ts.map +1 -0
- package/dist/components/checkbox/acai-ui-checkbox-interface.d.ts +16 -0
- package/dist/components/checkbox/acai-ui-checkbox-interface.d.ts.map +1 -0
- package/dist/components/checkbox/acai-ui-checkbox.d.ts +3 -0
- package/dist/components/chip/acai-ui-chip-interface.d.ts +17 -0
- package/dist/components/chip/acai-ui-chip-interface.d.ts.map +1 -0
- package/dist/components/chip/acai-ui-chip.d.ts +3 -0
- package/dist/components/code/acai-ui-code-interface.d.ts +44 -0
- package/dist/components/code/acai-ui-code-interface.d.ts.map +1 -0
- package/dist/components/code/acai-ui-code.d.ts +3 -0
- package/dist/components/code/dobras-json.d.ts +14 -0
- package/dist/components/code/dobras-json.d.ts.map +1 -0
- package/dist/components/confirm/acai-ui-confirm.d.ts +3 -0
- package/dist/components/container/acai-ui-container-interface.d.ts +29 -0
- package/dist/components/container/acai-ui-container-interface.d.ts.map +1 -0
- package/dist/components/container/acai-ui-container.d.ts +3 -0
- package/dist/components/date/acai-ui-date-interface.d.ts +19 -0
- package/dist/components/date/acai-ui-date-interface.d.ts.map +1 -0
- package/dist/components/date/acai-ui-date.d.ts +3 -0
- package/dist/components/date-range/acai-ui-date-range-interface.d.ts +27 -0
- package/dist/components/date-range/acai-ui-date-range-interface.d.ts.map +1 -0
- package/dist/components/date-range/acai-ui-date-range.d.ts +3 -0
- package/dist/components/datetime/acai-ui-datetime-interface.d.ts +10 -0
- package/dist/components/datetime/acai-ui-datetime-interface.d.ts.map +1 -0
- package/dist/components/datetime/acai-ui-datetime.d.ts +3 -0
- package/dist/components/dialog/acai-ui-dialog-interface.d.ts +17 -0
- package/dist/components/dialog/acai-ui-dialog-interface.d.ts.map +1 -0
- package/dist/components/dialog/acai-ui-dialog.d.ts +3 -0
- package/dist/components/divider/acai-ui-divider-interface.d.ts +5 -0
- package/dist/components/divider/acai-ui-divider-interface.d.ts.map +1 -0
- package/dist/components/divider/acai-ui-divider.d.ts +3 -0
- package/dist/components/drawer/acai-ui-drawer-interface.d.ts +97 -0
- package/dist/components/drawer/acai-ui-drawer-interface.d.ts.map +1 -0
- package/dist/components/drawer/acai-ui-drawer.d.ts +3 -0
- package/dist/components/drawer/drawer-sidebar-helper.d.ts +4 -0
- package/dist/components/drawer/drawer-sidebar-helper.d.ts.map +1 -0
- package/dist/components/dropdown/acai-ui-dropdown-interface.d.ts +35 -0
- package/dist/components/dropdown/acai-ui-dropdown-interface.d.ts.map +1 -0
- package/dist/components/dropdown/acai-ui-dropdown-item.d.ts +3 -0
- package/dist/components/dropdown/acai-ui-dropdown.d.ts +3 -0
- package/dist/components/error-log/acai-ui-error-log-interface.d.ts +59 -0
- package/dist/components/error-log/acai-ui-error-log-interface.d.ts.map +1 -0
- package/dist/components/error-log/acai-ui-error-log-json-tree.d.ts +3 -0
- package/dist/components/error-log/acai-ui-error-log-redigir.d.ts +28 -0
- package/dist/components/error-log/acai-ui-error-log-redigir.d.ts.map +1 -0
- package/dist/components/error-log/acai-ui-error-log.d.ts +3 -0
- package/dist/components/file/acai-ui-file-interface.d.ts +13 -0
- package/dist/components/file/acai-ui-file-interface.d.ts.map +1 -0
- package/dist/components/file/acai-ui-file.d.ts +3 -0
- package/dist/components/form/acai-ui-form-interface.d.ts +37 -0
- package/dist/components/form/acai-ui-form-interface.d.ts.map +1 -0
- package/dist/components/form/acai-ui-form.d.ts +3 -0
- package/dist/components/help/acai-ui-help-interface.d.ts +184 -0
- package/dist/components/help/acai-ui-help-interface.d.ts.map +1 -0
- package/dist/components/help/acai-ui-help.d.ts +3 -0
- package/dist/components/help/acai-ui-tour.d.ts +3 -0
- package/dist/components/help/tour-escolha.d.ts +62 -0
- package/dist/components/help/tour-escolha.d.ts.map +1 -0
- package/dist/components/help/tour-posicionar.d.ts +39 -0
- package/dist/components/help/tour-posicionar.d.ts.map +1 -0
- package/dist/components/help/tour-registry.d.ts +54 -0
- package/dist/components/help/tour-registry.d.ts.map +1 -0
- package/dist/components/help/use-tour-visto.d.ts +11 -0
- package/dist/components/help/use-tour-visto.d.ts.map +1 -0
- package/dist/components/icon/acai-ui-icon-interface.d.ts +12 -0
- package/dist/components/icon/acai-ui-icon-interface.d.ts.map +1 -0
- package/dist/components/icon/acai-ui-icon.d.ts +3 -0
- package/dist/components/index.d.ts +89 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/input/acai-ui-input-interface.d.ts +20 -0
- package/dist/components/input/acai-ui-input-interface.d.ts.map +1 -0
- package/dist/components/input/acai-ui-input.d.ts +3 -0
- package/dist/components/modal/acai-ui-modal-interface.d.ts +16 -0
- package/dist/components/modal/acai-ui-modal-interface.d.ts.map +1 -0
- package/dist/components/modal/acai-ui-modal.d.ts +3 -0
- package/dist/components/pagination/acai-ui-pagination-interface.d.ts +9 -0
- package/dist/components/pagination/acai-ui-pagination-interface.d.ts.map +1 -0
- package/dist/components/pagination/acai-ui-pagination.d.ts +3 -0
- package/dist/components/preferences/acai-ui-preferences-interface.d.ts +5 -0
- package/dist/components/preferences/acai-ui-preferences-interface.d.ts.map +1 -0
- package/dist/components/preferences/acai-ui-preferences.d.ts +3 -0
- package/dist/components/progress/acai-ui-progress-interface.d.ts +18 -0
- package/dist/components/progress/acai-ui-progress-interface.d.ts.map +1 -0
- package/dist/components/progress/acai-ui-progress.d.ts +3 -0
- package/dist/components/radio/acai-ui-radio-interface.d.ts +13 -0
- package/dist/components/radio/acai-ui-radio-interface.d.ts.map +1 -0
- package/dist/components/radio/acai-ui-radio.d.ts +3 -0
- package/dist/components/section/acai-ui-section.d.ts +3 -0
- package/dist/components/select/acai-ui-select-interface.d.ts +18 -0
- package/dist/components/select/acai-ui-select-interface.d.ts.map +1 -0
- package/dist/components/select/acai-ui-select.d.ts +3 -0
- package/dist/components/session-clock/acai-ui-session-clock.d.ts +3 -0
- package/dist/components/stepper/acai-ui-step-interface.d.ts +18 -0
- package/dist/components/stepper/acai-ui-step-interface.d.ts.map +1 -0
- package/dist/components/stepper/acai-ui-step.d.ts +3 -0
- package/dist/components/stepper/acai-ui-stepper-interface.d.ts +53 -0
- package/dist/components/stepper/acai-ui-stepper-interface.d.ts.map +1 -0
- package/dist/components/stepper/acai-ui-stepper.d.ts +3 -0
- package/dist/components/swagger/acai-ui-swagger-interface.d.ts +53 -0
- package/dist/components/swagger/acai-ui-swagger-interface.d.ts.map +1 -0
- package/dist/components/swagger/acai-ui-swagger-operacao.d.ts +3 -0
- package/dist/components/swagger/acai-ui-swagger-requisicao.d.ts +76 -0
- package/dist/components/swagger/acai-ui-swagger-requisicao.d.ts.map +1 -0
- package/dist/components/swagger/acai-ui-swagger-schema.d.ts +3 -0
- package/dist/components/swagger/acai-ui-swagger.d.ts +3 -0
- package/dist/components/swagger/openapi-normalizar.d.ts +51 -0
- package/dist/components/swagger/openapi-normalizar.d.ts.map +1 -0
- package/dist/components/swagger/openapi-tipos.d.ts +167 -0
- package/dist/components/swagger/openapi-tipos.d.ts.map +1 -0
- package/dist/components/table/acai-ui-table-interface.d.ts +47 -0
- package/dist/components/table/acai-ui-table-interface.d.ts.map +1 -0
- package/dist/components/table/acai-ui-table-justificativa.d.ts +3 -0
- package/dist/components/table/acai-ui-table.d.ts +3 -0
- package/dist/components/tabs/acai-ui-tab.d.ts +3 -0
- package/dist/components/tabs/acai-ui-tabs-interface.d.ts +32 -0
- package/dist/components/tabs/acai-ui-tabs-interface.d.ts.map +1 -0
- package/dist/components/tabs/acai-ui-tabs.d.ts +3 -0
- package/dist/components/time/acai-ui-time-interface.d.ts +15 -0
- package/dist/components/time/acai-ui-time-interface.d.ts.map +1 -0
- package/dist/components/time/acai-ui-time.d.ts +3 -0
- package/dist/components/toggle/acai-ui-toggle-interface.d.ts +12 -0
- package/dist/components/toggle/acai-ui-toggle-interface.d.ts.map +1 -0
- package/dist/components/toggle/acai-ui-toggle.d.ts +3 -0
- package/dist/components/tooltip/acai-ui-tooltip-interface.d.ts +9 -0
- package/dist/components/tooltip/acai-ui-tooltip-interface.d.ts.map +1 -0
- package/dist/components/tooltip/acai-ui-tooltip.d.ts +3 -0
- package/dist/components/user-menu/acai-ui-user-menu-interface.d.ts +14 -0
- package/dist/components/user-menu/acai-ui-user-menu-interface.d.ts.map +1 -0
- package/dist/components/user-menu/acai-ui-user-menu.d.ts +3 -0
- package/dist/components/validation/acai-ui-validation.d.ts +3 -0
- package/dist/constants/chart-paleta.d.ts +47 -0
- package/dist/constants/chart-paleta.d.ts.map +1 -0
- package/dist/constants/efeitos.d.ts +22 -0
- package/dist/constants/efeitos.d.ts.map +1 -0
- package/dist/constants/index.d.ts +13 -0
- package/dist/constants/index.d.ts.map +1 -0
- package/dist/constants/lista-icons.d.ts +156 -0
- package/dist/constants/lista-icons.d.ts.map +1 -0
- package/dist/constants/medidas-espacos.d.ts +15 -0
- package/dist/constants/medidas-espacos.d.ts.map +1 -0
- package/dist/constants/radius.d.ts +15 -0
- package/dist/constants/radius.d.ts.map +1 -0
- package/dist/constants/status-badge.d.ts +17 -0
- package/dist/constants/status-badge.d.ts.map +1 -0
- package/dist/hooks/filtros-url-internos.d.ts +121 -0
- package/dist/hooks/filtros-url-internos.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +18 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/notify.d.ts +8 -0
- package/dist/hooks/notify.d.ts.map +1 -0
- package/dist/hooks/use-contador-sessao.d.ts +22 -0
- package/dist/hooks/use-contador-sessao.d.ts.map +1 -0
- package/dist/hooks/use-filtros-na-url.d.ts +110 -0
- package/dist/hooks/use-filtros-na-url.d.ts.map +1 -0
- package/dist/hooks/use-leitura-voz.d.ts +60 -0
- package/dist/hooks/use-leitura-voz.d.ts.map +1 -0
- package/dist/hooks/use-listagem-na-url.d.ts +185 -0
- package/dist/hooks/use-listagem-na-url.d.ts.map +1 -0
- package/dist/hooks/use-preferencias.d.ts +60 -0
- package/dist/hooks/use-preferencias.d.ts.map +1 -0
- package/dist/hooks/use-repasse-quasar.d.ts +42 -0
- package/dist/hooks/use-repasse-quasar.d.ts.map +1 -0
- package/dist/hooks/use-tamanho-elemento.d.ts +26 -0
- package/dist/hooks/use-tamanho-elemento.d.ts.map +1 -0
- package/dist/hooks/use-tela.d.ts +84 -0
- package/dist/hooks/use-tela.d.ts.map +1 -0
- package/dist/hooks/use-validacao-visual.d.ts +40 -0
- package/dist/hooks/use-validacao-visual.d.ts.map +1 -0
- package/dist/index.cjs +249 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.mjs +249 -0
- package/dist/index.mjs.map +1 -0
- package/dist/index10.cjs +24 -0
- package/dist/index10.cjs.map +1 -0
- package/dist/index10.mjs +25 -0
- package/dist/index10.mjs.map +1 -0
- package/dist/index100.cjs +51 -0
- package/dist/index100.cjs.map +1 -0
- package/dist/index100.mjs +51 -0
- package/dist/index100.mjs.map +1 -0
- package/dist/index101.cjs +143 -0
- package/dist/index101.cjs.map +1 -0
- package/dist/index101.mjs +143 -0
- package/dist/index101.mjs.map +1 -0
- package/dist/index102.cjs +137 -0
- package/dist/index102.cjs.map +1 -0
- package/dist/index102.mjs +138 -0
- package/dist/index102.mjs.map +1 -0
- package/dist/index104.cjs +10 -0
- package/dist/index104.cjs.map +1 -0
- package/dist/index104.mjs +11 -0
- package/dist/index104.mjs.map +1 -0
- package/dist/index105.cjs +5 -0
- package/dist/index105.cjs.map +1 -0
- package/dist/index105.mjs +6 -0
- package/dist/index105.mjs.map +1 -0
- package/dist/index106.cjs +5 -0
- package/dist/index106.cjs.map +1 -0
- package/dist/index106.mjs +6 -0
- package/dist/index106.mjs.map +1 -0
- package/dist/index107.cjs +86 -0
- package/dist/index107.cjs.map +1 -0
- package/dist/index107.mjs +87 -0
- package/dist/index107.mjs.map +1 -0
- package/dist/index109.cjs +123 -0
- package/dist/index109.cjs.map +1 -0
- package/dist/index109.mjs +124 -0
- package/dist/index109.mjs.map +1 -0
- package/dist/index111.cjs +121 -0
- package/dist/index111.cjs.map +1 -0
- package/dist/index111.mjs +122 -0
- package/dist/index111.mjs.map +1 -0
- package/dist/index113.cjs +72 -0
- package/dist/index113.cjs.map +1 -0
- package/dist/index113.mjs +73 -0
- package/dist/index113.mjs.map +1 -0
- package/dist/index115.cjs +5 -0
- package/dist/index115.cjs.map +1 -0
- package/dist/index115.mjs +6 -0
- package/dist/index115.mjs.map +1 -0
- package/dist/index116.cjs +56 -0
- package/dist/index116.cjs.map +1 -0
- package/dist/index116.mjs +57 -0
- package/dist/index116.mjs.map +1 -0
- package/dist/index118.cjs +5 -0
- package/dist/index118.cjs.map +1 -0
- package/dist/index118.mjs +6 -0
- package/dist/index118.mjs.map +1 -0
- package/dist/index119.cjs +210 -0
- package/dist/index119.cjs.map +1 -0
- package/dist/index119.mjs +211 -0
- package/dist/index119.mjs.map +1 -0
- package/dist/index12.cjs +606 -0
- package/dist/index12.cjs.map +1 -0
- package/dist/index12.mjs +607 -0
- package/dist/index12.mjs.map +1 -0
- package/dist/index121.cjs +170 -0
- package/dist/index121.cjs.map +1 -0
- package/dist/index121.mjs +171 -0
- package/dist/index121.mjs.map +1 -0
- package/dist/index123.cjs +109 -0
- package/dist/index123.cjs.map +1 -0
- package/dist/index123.mjs +110 -0
- package/dist/index123.mjs.map +1 -0
- package/dist/index125.cjs +5 -0
- package/dist/index125.cjs.map +1 -0
- package/dist/index125.mjs +6 -0
- package/dist/index125.mjs.map +1 -0
- package/dist/index126.cjs +4 -0
- package/dist/index126.cjs.map +1 -0
- package/dist/index126.mjs +5 -0
- package/dist/index126.mjs.map +1 -0
- package/dist/index127.cjs +300 -0
- package/dist/index127.cjs.map +1 -0
- package/dist/index127.mjs +301 -0
- package/dist/index127.mjs.map +1 -0
- package/dist/index130.cjs +5 -0
- package/dist/index130.cjs.map +1 -0
- package/dist/index130.mjs +6 -0
- package/dist/index130.mjs.map +1 -0
- package/dist/index131.cjs +5 -0
- package/dist/index131.cjs.map +1 -0
- package/dist/index131.mjs +6 -0
- package/dist/index131.mjs.map +1 -0
- package/dist/index132.cjs +128 -0
- package/dist/index132.cjs.map +1 -0
- package/dist/index132.mjs +129 -0
- package/dist/index132.mjs.map +1 -0
- package/dist/index134.cjs +4 -0
- package/dist/index134.cjs.map +1 -0
- package/dist/index134.mjs +5 -0
- package/dist/index134.mjs.map +1 -0
- package/dist/index135.cjs +180 -0
- package/dist/index135.cjs.map +1 -0
- package/dist/index135.mjs +181 -0
- package/dist/index135.mjs.map +1 -0
- package/dist/index137.cjs +83 -0
- package/dist/index137.cjs.map +1 -0
- package/dist/index137.mjs +84 -0
- package/dist/index137.mjs.map +1 -0
- package/dist/index139.cjs +284 -0
- package/dist/index139.cjs.map +1 -0
- package/dist/index139.mjs +285 -0
- package/dist/index139.mjs.map +1 -0
- package/dist/index14.cjs +124 -0
- package/dist/index14.cjs.map +1 -0
- package/dist/index14.mjs +125 -0
- package/dist/index14.mjs.map +1 -0
- package/dist/index141.cjs +58 -0
- package/dist/index141.cjs.map +1 -0
- package/dist/index141.mjs +59 -0
- package/dist/index141.mjs.map +1 -0
- package/dist/index143.cjs +5 -0
- package/dist/index143.cjs.map +1 -0
- package/dist/index143.mjs +6 -0
- package/dist/index143.mjs.map +1 -0
- package/dist/index144.cjs +399 -0
- package/dist/index144.cjs.map +1 -0
- package/dist/index144.mjs +400 -0
- package/dist/index144.mjs.map +1 -0
- package/dist/index146.cjs +305 -0
- package/dist/index146.cjs.map +1 -0
- package/dist/index146.mjs +306 -0
- package/dist/index146.mjs.map +1 -0
- package/dist/index149.cjs +109 -0
- package/dist/index149.cjs.map +1 -0
- package/dist/index149.mjs +110 -0
- package/dist/index149.mjs.map +1 -0
- package/dist/index152.cjs +5 -0
- package/dist/index152.cjs.map +1 -0
- package/dist/index152.mjs +6 -0
- package/dist/index152.mjs.map +1 -0
- package/dist/index153.cjs +5 -0
- package/dist/index153.cjs.map +1 -0
- package/dist/index153.mjs +6 -0
- package/dist/index153.mjs.map +1 -0
- package/dist/index154.cjs +4 -0
- package/dist/index154.cjs.map +1 -0
- package/dist/index154.mjs +5 -0
- package/dist/index154.mjs.map +1 -0
- package/dist/index155.cjs +5 -0
- package/dist/index155.cjs.map +1 -0
- package/dist/index155.mjs +6 -0
- package/dist/index155.mjs.map +1 -0
- package/dist/index156.cjs +5 -0
- package/dist/index156.cjs.map +1 -0
- package/dist/index156.mjs +6 -0
- package/dist/index156.mjs.map +1 -0
- package/dist/index157.cjs +5 -0
- package/dist/index157.cjs.map +1 -0
- package/dist/index157.mjs +6 -0
- package/dist/index157.mjs.map +1 -0
- package/dist/index158.cjs +4 -0
- package/dist/index158.cjs.map +1 -0
- package/dist/index158.mjs +5 -0
- package/dist/index158.mjs.map +1 -0
- package/dist/index159.cjs +59 -0
- package/dist/index159.cjs.map +1 -0
- package/dist/index159.mjs +60 -0
- package/dist/index159.mjs.map +1 -0
- package/dist/index16.cjs +89 -0
- package/dist/index16.cjs.map +1 -0
- package/dist/index16.mjs +90 -0
- package/dist/index16.mjs.map +1 -0
- package/dist/index161.cjs +5 -0
- package/dist/index161.cjs.map +1 -0
- package/dist/index161.mjs +6 -0
- package/dist/index161.mjs.map +1 -0
- package/dist/index162.cjs +119 -0
- package/dist/index162.cjs.map +1 -0
- package/dist/index162.mjs +120 -0
- package/dist/index162.mjs.map +1 -0
- package/dist/index164.cjs +33 -0
- package/dist/index164.cjs.map +1 -0
- package/dist/index164.mjs +34 -0
- package/dist/index164.mjs.map +1 -0
- package/dist/index166.cjs +5 -0
- package/dist/index166.cjs.map +1 -0
- package/dist/index166.mjs +6 -0
- package/dist/index166.mjs.map +1 -0
- package/dist/index167.cjs +324 -0
- package/dist/index167.cjs.map +1 -0
- package/dist/index167.mjs +325 -0
- package/dist/index167.mjs.map +1 -0
- package/dist/index17.cjs +419 -0
- package/dist/index17.cjs.map +1 -0
- package/dist/index17.mjs +420 -0
- package/dist/index17.mjs.map +1 -0
- package/dist/index170.cjs +38 -0
- package/dist/index170.cjs.map +1 -0
- package/dist/index170.mjs +39 -0
- package/dist/index170.mjs.map +1 -0
- package/dist/index172.cjs +5 -0
- package/dist/index172.cjs.map +1 -0
- package/dist/index172.mjs +6 -0
- package/dist/index172.mjs.map +1 -0
- package/dist/index173.cjs +202 -0
- package/dist/index173.cjs.map +1 -0
- package/dist/index173.mjs +203 -0
- package/dist/index173.mjs.map +1 -0
- package/dist/index175.cjs +5 -0
- package/dist/index175.cjs.map +1 -0
- package/dist/index175.mjs +6 -0
- package/dist/index175.mjs.map +1 -0
- package/dist/index176.cjs +53 -0
- package/dist/index176.cjs.map +1 -0
- package/dist/index176.mjs +54 -0
- package/dist/index176.mjs.map +1 -0
- package/dist/index178.cjs +13 -0
- package/dist/index178.cjs.map +1 -0
- package/dist/index178.mjs +13 -0
- package/dist/index178.mjs.map +1 -0
- package/dist/index179.cjs +18 -0
- package/dist/index179.cjs.map +1 -0
- package/dist/index179.mjs +18 -0
- package/dist/index179.mjs.map +1 -0
- package/dist/index180.cjs +262 -0
- package/dist/index180.cjs.map +1 -0
- package/dist/index180.mjs +262 -0
- package/dist/index180.mjs.map +1 -0
- package/dist/index181.cjs +108 -0
- package/dist/index181.cjs.map +1 -0
- package/dist/index181.mjs +109 -0
- package/dist/index181.mjs.map +1 -0
- package/dist/index182.cjs +73 -0
- package/dist/index182.cjs.map +1 -0
- package/dist/index182.mjs +73 -0
- package/dist/index182.mjs.map +1 -0
- package/dist/index183.cjs +37 -0
- package/dist/index183.cjs.map +1 -0
- package/dist/index183.mjs +37 -0
- package/dist/index183.mjs.map +1 -0
- package/dist/index184.cjs +16 -0
- package/dist/index184.cjs.map +1 -0
- package/dist/index184.mjs +16 -0
- package/dist/index184.mjs.map +1 -0
- package/dist/index185.cjs +31 -0
- package/dist/index185.cjs.map +1 -0
- package/dist/index185.mjs +31 -0
- package/dist/index185.mjs.map +1 -0
- package/dist/index186.cjs +460 -0
- package/dist/index186.cjs.map +1 -0
- package/dist/index186.mjs +461 -0
- package/dist/index186.mjs.map +1 -0
- package/dist/index187.cjs +154 -0
- package/dist/index187.cjs.map +1 -0
- package/dist/index187.mjs +154 -0
- package/dist/index187.mjs.map +1 -0
- package/dist/index188.cjs +40 -0
- package/dist/index188.cjs.map +1 -0
- package/dist/index188.mjs +40 -0
- package/dist/index188.mjs.map +1 -0
- package/dist/index189.cjs +66 -0
- package/dist/index189.cjs.map +1 -0
- package/dist/index189.mjs +66 -0
- package/dist/index189.mjs.map +1 -0
- package/dist/index19.cjs +135 -0
- package/dist/index19.cjs.map +1 -0
- package/dist/index19.mjs +136 -0
- package/dist/index19.mjs.map +1 -0
- package/dist/index190.cjs +142 -0
- package/dist/index190.cjs.map +1 -0
- package/dist/index190.mjs +143 -0
- package/dist/index190.mjs.map +1 -0
- package/dist/index191.cjs +7 -0
- package/dist/index191.cjs.map +1 -0
- package/dist/index191.mjs +8 -0
- package/dist/index191.mjs.map +1 -0
- package/dist/index192.cjs +7 -0
- package/dist/index192.cjs.map +1 -0
- package/dist/index192.mjs +8 -0
- package/dist/index192.mjs.map +1 -0
- package/dist/index193.cjs +7 -0
- package/dist/index193.cjs.map +1 -0
- package/dist/index193.mjs +8 -0
- package/dist/index193.mjs.map +1 -0
- package/dist/index194.cjs +7 -0
- package/dist/index194.cjs.map +1 -0
- package/dist/index194.mjs +8 -0
- package/dist/index194.mjs.map +1 -0
- package/dist/index195.cjs +7 -0
- package/dist/index195.cjs.map +1 -0
- package/dist/index195.mjs +8 -0
- package/dist/index195.mjs.map +1 -0
- package/dist/index196.cjs +100 -0
- package/dist/index196.cjs.map +1 -0
- package/dist/index196.mjs +100 -0
- package/dist/index196.mjs.map +1 -0
- package/dist/index197.cjs +226 -0
- package/dist/index197.cjs.map +1 -0
- package/dist/index197.mjs +226 -0
- package/dist/index197.mjs.map +1 -0
- package/dist/index198.cjs +66 -0
- package/dist/index198.cjs.map +1 -0
- package/dist/index198.mjs +66 -0
- package/dist/index198.mjs.map +1 -0
- package/dist/index199.cjs +399 -0
- package/dist/index199.cjs.map +1 -0
- package/dist/index199.mjs +399 -0
- package/dist/index199.mjs.map +1 -0
- package/dist/index200.cjs +83 -0
- package/dist/index200.cjs.map +1 -0
- package/dist/index200.mjs +83 -0
- package/dist/index200.mjs.map +1 -0
- package/dist/index201.cjs +4 -0
- package/dist/index201.cjs.map +1 -0
- package/dist/index201.mjs +5 -0
- package/dist/index201.mjs.map +1 -0
- package/dist/index202.cjs +5 -0
- package/dist/index202.cjs.map +1 -0
- package/dist/index202.mjs +6 -0
- package/dist/index202.mjs.map +1 -0
- package/dist/index203.cjs +216 -0
- package/dist/index203.cjs.map +1 -0
- package/dist/index203.mjs +217 -0
- package/dist/index203.mjs.map +1 -0
- package/dist/index205.cjs +112 -0
- package/dist/index205.cjs.map +1 -0
- package/dist/index205.mjs +113 -0
- package/dist/index205.mjs.map +1 -0
- package/dist/index207.cjs +112 -0
- package/dist/index207.cjs.map +1 -0
- package/dist/index207.mjs +113 -0
- package/dist/index207.mjs.map +1 -0
- package/dist/index209.cjs +64 -0
- package/dist/index209.cjs.map +1 -0
- package/dist/index209.mjs +65 -0
- package/dist/index209.mjs.map +1 -0
- package/dist/index21.cjs +268 -0
- package/dist/index21.cjs.map +1 -0
- package/dist/index21.mjs +269 -0
- package/dist/index21.mjs.map +1 -0
- package/dist/index211.cjs +45 -0
- package/dist/index211.cjs.map +1 -0
- package/dist/index211.mjs +46 -0
- package/dist/index211.mjs.map +1 -0
- package/dist/index213.cjs +241 -0
- package/dist/index213.cjs.map +1 -0
- package/dist/index213.mjs +241 -0
- package/dist/index213.mjs.map +1 -0
- package/dist/index214.cjs +63 -0
- package/dist/index214.cjs.map +1 -0
- package/dist/index214.mjs +63 -0
- package/dist/index214.mjs.map +1 -0
- package/dist/index215.cjs +53 -0
- package/dist/index215.cjs.map +1 -0
- package/dist/index215.mjs +53 -0
- package/dist/index215.mjs.map +1 -0
- package/dist/index216.cjs +53 -0
- package/dist/index216.cjs.map +1 -0
- package/dist/index216.mjs +53 -0
- package/dist/index216.mjs.map +1 -0
- package/dist/index217.cjs +4 -0
- package/dist/index217.cjs.map +1 -0
- package/dist/index217.mjs +5 -0
- package/dist/index217.mjs.map +1 -0
- package/dist/index218.cjs +29 -0
- package/dist/index218.cjs.map +1 -0
- package/dist/index218.mjs +30 -0
- package/dist/index218.mjs.map +1 -0
- package/dist/index219.cjs +4 -0
- package/dist/index219.cjs.map +1 -0
- package/dist/index219.mjs +5 -0
- package/dist/index219.mjs.map +1 -0
- package/dist/index23.cjs +41 -0
- package/dist/index23.cjs.map +1 -0
- package/dist/index23.mjs +42 -0
- package/dist/index23.mjs.map +1 -0
- package/dist/index24.cjs +117 -0
- package/dist/index24.cjs.map +1 -0
- package/dist/index24.mjs +118 -0
- package/dist/index24.mjs.map +1 -0
- package/dist/index26.cjs +127 -0
- package/dist/index26.cjs.map +1 -0
- package/dist/index26.mjs +128 -0
- package/dist/index26.mjs.map +1 -0
- package/dist/index28.cjs +39 -0
- package/dist/index28.cjs.map +1 -0
- package/dist/index28.mjs +40 -0
- package/dist/index28.mjs.map +1 -0
- package/dist/index29.cjs +176 -0
- package/dist/index29.cjs.map +1 -0
- package/dist/index29.mjs +177 -0
- package/dist/index29.mjs.map +1 -0
- package/dist/index3.cjs +110 -0
- package/dist/index3.cjs.map +1 -0
- package/dist/index3.mjs +110 -0
- package/dist/index3.mjs.map +1 -0
- package/dist/index31.cjs +361 -0
- package/dist/index31.cjs.map +1 -0
- package/dist/index31.mjs +362 -0
- package/dist/index31.mjs.map +1 -0
- package/dist/index33.cjs +20 -0
- package/dist/index33.cjs.map +1 -0
- package/dist/index33.mjs +21 -0
- package/dist/index33.mjs.map +1 -0
- package/dist/index34.cjs +311 -0
- package/dist/index34.cjs.map +1 -0
- package/dist/index34.mjs +312 -0
- package/dist/index34.mjs.map +1 -0
- package/dist/index36.cjs +132 -0
- package/dist/index36.cjs.map +1 -0
- package/dist/index36.mjs +133 -0
- package/dist/index36.mjs.map +1 -0
- package/dist/index38.cjs +80 -0
- package/dist/index38.cjs.map +1 -0
- package/dist/index38.mjs +81 -0
- package/dist/index38.mjs.map +1 -0
- package/dist/index4.cjs +612 -0
- package/dist/index4.cjs.map +1 -0
- package/dist/index4.mjs +613 -0
- package/dist/index4.mjs.map +1 -0
- package/dist/index40.cjs +600 -0
- package/dist/index40.cjs.map +1 -0
- package/dist/index40.mjs +601 -0
- package/dist/index40.mjs.map +1 -0
- package/dist/index42.cjs +160 -0
- package/dist/index42.cjs.map +1 -0
- package/dist/index42.mjs +160 -0
- package/dist/index42.mjs.map +1 -0
- package/dist/index43.cjs +26 -0
- package/dist/index43.cjs.map +1 -0
- package/dist/index43.mjs +27 -0
- package/dist/index43.mjs.map +1 -0
- package/dist/index44.cjs +20 -0
- package/dist/index44.cjs.map +1 -0
- package/dist/index44.mjs +21 -0
- package/dist/index44.mjs.map +1 -0
- package/dist/index45.cjs +104 -0
- package/dist/index45.cjs.map +1 -0
- package/dist/index45.mjs +104 -0
- package/dist/index45.mjs.map +1 -0
- package/dist/index46.cjs +8 -0
- package/dist/index46.cjs.map +1 -0
- package/dist/index46.mjs +9 -0
- package/dist/index46.mjs.map +1 -0
- package/dist/index47.cjs +7 -0
- package/dist/index47.cjs.map +1 -0
- package/dist/index47.mjs +8 -0
- package/dist/index47.mjs.map +1 -0
- package/dist/index48.cjs +7 -0
- package/dist/index48.cjs.map +1 -0
- package/dist/index48.mjs +8 -0
- package/dist/index48.mjs.map +1 -0
- package/dist/index49.cjs +7 -0
- package/dist/index49.cjs.map +1 -0
- package/dist/index49.mjs +8 -0
- package/dist/index49.mjs.map +1 -0
- package/dist/index50.cjs +7 -0
- package/dist/index50.cjs.map +1 -0
- package/dist/index50.mjs +8 -0
- package/dist/index50.mjs.map +1 -0
- package/dist/index51.cjs +7 -0
- package/dist/index51.cjs.map +1 -0
- package/dist/index51.mjs +8 -0
- package/dist/index51.mjs.map +1 -0
- package/dist/index52.cjs +7 -0
- package/dist/index52.cjs.map +1 -0
- package/dist/index52.mjs +8 -0
- package/dist/index52.mjs.map +1 -0
- package/dist/index53.cjs +7 -0
- package/dist/index53.cjs.map +1 -0
- package/dist/index53.mjs +8 -0
- package/dist/index53.mjs.map +1 -0
- package/dist/index54.cjs +7 -0
- package/dist/index54.cjs.map +1 -0
- package/dist/index54.mjs +8 -0
- package/dist/index54.mjs.map +1 -0
- package/dist/index55.cjs +7 -0
- package/dist/index55.cjs.map +1 -0
- package/dist/index55.mjs +8 -0
- package/dist/index55.mjs.map +1 -0
- package/dist/index56.cjs +7 -0
- package/dist/index56.cjs.map +1 -0
- package/dist/index56.mjs +8 -0
- package/dist/index56.mjs.map +1 -0
- package/dist/index57.cjs +7 -0
- package/dist/index57.cjs.map +1 -0
- package/dist/index57.mjs +8 -0
- package/dist/index57.mjs.map +1 -0
- package/dist/index58.cjs +7 -0
- package/dist/index58.cjs.map +1 -0
- package/dist/index58.mjs +8 -0
- package/dist/index58.mjs.map +1 -0
- package/dist/index59.cjs +8 -0
- package/dist/index59.cjs.map +1 -0
- package/dist/index59.mjs +9 -0
- package/dist/index59.mjs.map +1 -0
- package/dist/index6.cjs +578 -0
- package/dist/index6.cjs.map +1 -0
- package/dist/index6.mjs +579 -0
- package/dist/index6.mjs.map +1 -0
- package/dist/index60.cjs +7 -0
- package/dist/index60.cjs.map +1 -0
- package/dist/index60.mjs +8 -0
- package/dist/index60.mjs.map +1 -0
- package/dist/index61.cjs +7 -0
- package/dist/index61.cjs.map +1 -0
- package/dist/index61.mjs +8 -0
- package/dist/index61.mjs.map +1 -0
- package/dist/index62.cjs +7 -0
- package/dist/index62.cjs.map +1 -0
- package/dist/index62.mjs +8 -0
- package/dist/index62.mjs.map +1 -0
- package/dist/index63.cjs +7 -0
- package/dist/index63.cjs.map +1 -0
- package/dist/index63.mjs +8 -0
- package/dist/index63.mjs.map +1 -0
- package/dist/index64.cjs +7 -0
- package/dist/index64.cjs.map +1 -0
- package/dist/index64.mjs +8 -0
- package/dist/index64.mjs.map +1 -0
- package/dist/index65.cjs +8 -0
- package/dist/index65.cjs.map +1 -0
- package/dist/index65.mjs +9 -0
- package/dist/index65.mjs.map +1 -0
- package/dist/index66.cjs +7 -0
- package/dist/index66.cjs.map +1 -0
- package/dist/index66.mjs +8 -0
- package/dist/index66.mjs.map +1 -0
- package/dist/index67.cjs +7 -0
- package/dist/index67.cjs.map +1 -0
- package/dist/index67.mjs +8 -0
- package/dist/index67.mjs.map +1 -0
- package/dist/index68.cjs +7 -0
- package/dist/index68.cjs.map +1 -0
- package/dist/index68.mjs +8 -0
- package/dist/index68.mjs.map +1 -0
- package/dist/index69.cjs +8 -0
- package/dist/index69.cjs.map +1 -0
- package/dist/index69.mjs +9 -0
- package/dist/index69.mjs.map +1 -0
- package/dist/index70.cjs +7 -0
- package/dist/index70.cjs.map +1 -0
- package/dist/index70.mjs +8 -0
- package/dist/index70.mjs.map +1 -0
- package/dist/index71.cjs +38 -0
- package/dist/index71.cjs.map +1 -0
- package/dist/index71.mjs +38 -0
- package/dist/index71.mjs.map +1 -0
- package/dist/index72.cjs +22 -0
- package/dist/index72.cjs.map +1 -0
- package/dist/index72.mjs +22 -0
- package/dist/index72.mjs.map +1 -0
- package/dist/index73.cjs +40 -0
- package/dist/index73.cjs.map +1 -0
- package/dist/index73.mjs +40 -0
- package/dist/index73.mjs.map +1 -0
- package/dist/index74.cjs +80 -0
- package/dist/index74.cjs.map +1 -0
- package/dist/index74.mjs +80 -0
- package/dist/index74.mjs.map +1 -0
- package/dist/index75.cjs +29 -0
- package/dist/index75.cjs.map +1 -0
- package/dist/index75.mjs +29 -0
- package/dist/index75.mjs.map +1 -0
- package/dist/index76.cjs +157 -0
- package/dist/index76.cjs.map +1 -0
- package/dist/index76.mjs +157 -0
- package/dist/index76.mjs.map +1 -0
- package/dist/index77.cjs +16 -0
- package/dist/index77.cjs.map +1 -0
- package/dist/index77.mjs +16 -0
- package/dist/index77.mjs.map +1 -0
- package/dist/index78.cjs +87 -0
- package/dist/index78.cjs.map +1 -0
- package/dist/index78.mjs +87 -0
- package/dist/index78.mjs.map +1 -0
- package/dist/index79.cjs +16 -0
- package/dist/index79.cjs.map +1 -0
- package/dist/index79.mjs +16 -0
- package/dist/index79.mjs.map +1 -0
- package/dist/index8.cjs +130 -0
- package/dist/index8.cjs.map +1 -0
- package/dist/index8.mjs +131 -0
- package/dist/index8.mjs.map +1 -0
- package/dist/index80.cjs +65 -0
- package/dist/index80.cjs.map +1 -0
- package/dist/index80.mjs +65 -0
- package/dist/index80.mjs.map +1 -0
- package/dist/index81.cjs +69 -0
- package/dist/index81.cjs.map +1 -0
- package/dist/index81.mjs +69 -0
- package/dist/index81.mjs.map +1 -0
- package/dist/index82.cjs +30 -0
- package/dist/index82.cjs.map +1 -0
- package/dist/index82.mjs +30 -0
- package/dist/index82.mjs.map +1 -0
- package/dist/index83.cjs +86 -0
- package/dist/index83.cjs.map +1 -0
- package/dist/index83.mjs +86 -0
- package/dist/index83.mjs.map +1 -0
- package/dist/index84.cjs +102 -0
- package/dist/index84.cjs.map +1 -0
- package/dist/index84.mjs +102 -0
- package/dist/index84.mjs.map +1 -0
- package/dist/index85.cjs +20 -0
- package/dist/index85.cjs.map +1 -0
- package/dist/index85.mjs +20 -0
- package/dist/index85.mjs.map +1 -0
- package/dist/index86.cjs +21 -0
- package/dist/index86.cjs.map +1 -0
- package/dist/index86.mjs +21 -0
- package/dist/index86.mjs.map +1 -0
- package/dist/index87.cjs +191 -0
- package/dist/index87.cjs.map +1 -0
- package/dist/index87.mjs +191 -0
- package/dist/index87.mjs.map +1 -0
- package/dist/index88.cjs +67 -0
- package/dist/index88.cjs.map +1 -0
- package/dist/index88.mjs +67 -0
- package/dist/index88.mjs.map +1 -0
- package/dist/index89.cjs +312 -0
- package/dist/index89.cjs.map +1 -0
- package/dist/index89.mjs +312 -0
- package/dist/index89.mjs.map +1 -0
- package/dist/index90.cjs +10 -0
- package/dist/index90.cjs.map +1 -0
- package/dist/index90.mjs +10 -0
- package/dist/index90.mjs.map +1 -0
- package/dist/index91.cjs +15 -0
- package/dist/index91.cjs.map +1 -0
- package/dist/index91.mjs +15 -0
- package/dist/index91.mjs.map +1 -0
- package/dist/index92.cjs +8 -0
- package/dist/index92.cjs.map +1 -0
- package/dist/index92.mjs +8 -0
- package/dist/index92.mjs.map +1 -0
- package/dist/index93.cjs +81 -0
- package/dist/index93.cjs.map +1 -0
- package/dist/index93.mjs +81 -0
- package/dist/index93.mjs.map +1 -0
- package/dist/index94.cjs +124 -0
- package/dist/index94.cjs.map +1 -0
- package/dist/index94.mjs +124 -0
- package/dist/index94.mjs.map +1 -0
- package/dist/index95.cjs +68 -0
- package/dist/index95.cjs.map +1 -0
- package/dist/index95.mjs +68 -0
- package/dist/index95.mjs.map +1 -0
- package/dist/index96.cjs +29 -0
- package/dist/index96.cjs.map +1 -0
- package/dist/index96.mjs +29 -0
- package/dist/index96.mjs.map +1 -0
- package/dist/index97.cjs +184 -0
- package/dist/index97.cjs.map +1 -0
- package/dist/index97.mjs +184 -0
- package/dist/index97.mjs.map +1 -0
- package/dist/index98.cjs +78 -0
- package/dist/index98.cjs.map +1 -0
- package/dist/index98.mjs +78 -0
- package/dist/index98.mjs.map +1 -0
- package/dist/index99.cjs +55 -0
- package/dist/index99.cjs.map +1 -0
- package/dist/index99.mjs +55 -0
- package/dist/index99.mjs.map +1 -0
- package/dist/plugin.d.ts +37 -0
- package/dist/plugin.d.ts.map +1 -0
- package/dist/scss/_badge.scss +12 -0
- package/dist/scss/_breakpoints.scss +102 -0
- package/dist/scss/_color-utilities.scss +105 -0
- package/dist/scss/_controls.scss +135 -0
- package/dist/scss/_ds-input-base.scss +302 -0
- package/dist/scss/_ds-picker-m3.scss +179 -0
- package/dist/scss/_effects.scss +42 -0
- package/dist/scss/_overlays.scss +13 -0
- package/dist/scss/_radius.scss +24 -0
- package/dist/scss/_reset.scss +60 -0
- package/dist/scss/_scrollbar.scss +78 -0
- package/dist/scss/_spacing.scss +15 -0
- package/dist/scss/_themes.scss +493 -0
- package/dist/scss/_typography.scss +50 -0
- package/dist/scss/_utilities.scss +75 -0
- package/dist/scss/_variables.scss +143 -0
- package/dist/scss/api.scss +77 -0
- package/dist/scss/tokens.scss +13 -0
- package/dist/utils/date-utils.d.ts +48 -0
- package/dist/utils/date-utils.d.ts.map +1 -0
- package/dist/utils/dialog-utils.d.ts +17 -0
- package/dist/utils/dialog-utils.d.ts.map +1 -0
- package/dist/utils/file-utils.d.ts +20 -0
- package/dist/utils/file-utils.d.ts.map +1 -0
- package/dist/utils/filtro-input.d.ts +19 -0
- package/dist/utils/filtro-input.d.ts.map +1 -0
- package/dist/utils/form-rules.d.ts +74 -0
- package/dist/utils/form-rules.d.ts.map +1 -0
- package/dist/utils/formatadores.d.ts +15 -0
- package/dist/utils/formatadores.d.ts.map +1 -0
- package/dist/utils/gerador-id.d.ts +3 -0
- package/dist/utils/gerador-id.d.ts.map +1 -0
- package/dist/utils/hint-mensagem.d.ts +11 -0
- package/dist/utils/hint-mensagem.d.ts.map +1 -0
- package/dist/utils/index.d.ts +15 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/limpar-campos.d.ts +6 -0
- package/dist/utils/limpar-campos.d.ts.map +1 -0
- package/dist/utils/masks.d.ts +16 -0
- package/dist/utils/masks.d.ts.map +1 -0
- package/dist/utils/medidas-util.d.ts +3 -0
- package/dist/utils/medidas-util.d.ts.map +1 -0
- package/dist/utils/normalizar-label.d.ts +2 -0
- package/dist/utils/normalizar-label.d.ts.map +1 -0
- package/dist/utils/scroll-elemento.d.ts +16 -0
- package/dist/utils/scroll-elemento.d.ts.map +1 -0
- package/dist/utils/validar-campo.d.ts +7 -0
- package/dist/utils/validar-campo.d.ts.map +1 -0
- package/dist/utils/validar-documentos.d.ts +12 -0
- package/dist/utils/validar-documentos.d.ts.map +1 -0
- package/dist/utils/vnode-slot.d.ts +43 -0
- package/dist/utils/vnode-slot.d.ts.map +1 -0
- package/package.json +100 -0
- package/src/components/actions/acai-ui-actions.vue +225 -0
- package/src/components/async-select/acai-ui-async-select-interface.ts +49 -0
- package/src/components/async-select/acai-ui-async-select.vue +409 -0
- package/src/components/badge/acai-ui-badge-interface.ts +19 -0
- package/src/components/badge/acai-ui-badge.vue +40 -0
- package/src/components/banner/acai-ui-banner-interface.ts +17 -0
- package/src/components/banner/acai-ui-banner-styles.scss +47 -0
- package/src/components/banner/acai-ui-banner.vue +85 -0
- package/src/components/button/acai-ui-button-interface.ts +21 -0
- package/src/components/button/acai-ui-button.vue +378 -0
- package/src/components/card/acai-ui-card-interface.ts +14 -0
- package/src/components/card/acai-ui-card-styles.scss +94 -0
- package/src/components/card/acai-ui-card.vue +148 -0
- package/src/components/chart/acai-ui-chart-interface.ts +226 -0
- package/src/components/chart/acai-ui-chart-styles.scss +141 -0
- package/src/components/chart/acai-ui-chart.vue +679 -0
- package/src/components/chart/chart-a11y.ts +184 -0
- package/src/components/chart/chart-caminhos.ts +466 -0
- package/src/components/chart/chart-cartesiano.vue +247 -0
- package/src/components/chart/chart-dados.ts +381 -0
- package/src/components/chart/chart-escalas.ts +141 -0
- package/src/components/chart/chart-formatar.ts +98 -0
- package/src/components/chart/chart-gauge.vue +152 -0
- package/src/components/chart/chart-headless.ts +130 -0
- package/src/components/chart/chart-imagem.ts +247 -0
- package/src/components/chart/chart-layout.ts +184 -0
- package/src/components/chart/chart-legenda.vue +103 -0
- package/src/components/chart/chart-pizza.vue +134 -0
- package/src/components/chart/chart-plano.ts +818 -0
- package/src/components/chart/chart-rotulos.ts +75 -0
- package/src/components/chart/chart-tabela.vue +116 -0
- package/src/components/chart/chart-ticks.ts +116 -0
- package/src/components/checkbox/acai-ui-checkbox-interface.ts +17 -0
- package/src/components/checkbox/acai-ui-checkbox.vue +114 -0
- package/src/components/chip/acai-ui-chip-interface.ts +19 -0
- package/src/components/chip/acai-ui-chip.vue +61 -0
- package/src/components/code/acai-ui-code-interface.ts +43 -0
- package/src/components/code/acai-ui-code-styles.scss +407 -0
- package/src/components/code/acai-ui-code.vue +595 -0
- package/src/components/code/dobras-json.ts +52 -0
- package/src/components/confirm/acai-ui-confirm.vue +230 -0
- package/src/components/container/acai-ui-container-interface.ts +34 -0
- package/src/components/container/acai-ui-container-styles.scss +122 -0
- package/src/components/container/acai-ui-container.vue +140 -0
- package/src/components/date/acai-ui-date-interface.ts +18 -0
- package/src/components/date/acai-ui-date.vue +191 -0
- package/src/components/date-range/acai-ui-date-range-interface.ts +27 -0
- package/src/components/date-range/acai-ui-date-range.vue +300 -0
- package/src/components/datetime/acai-ui-datetime-interface.ts +10 -0
- package/src/components/datetime/acai-ui-datetime.vue +203 -0
- package/src/components/datetime/data-hora-styles.scss +18 -0
- package/src/components/dialog/acai-ui-dialog-interface.ts +18 -0
- package/src/components/dialog/acai-ui-dialog.vue +168 -0
- package/src/components/divider/acai-ui-divider-interface.ts +4 -0
- package/src/components/divider/acai-ui-divider-styles.scss +42 -0
- package/src/components/divider/acai-ui-divider.vue +20 -0
- package/src/components/drawer/acai-ui-drawer-interface.ts +99 -0
- package/src/components/drawer/acai-ui-drawer-styles.scss +586 -0
- package/src/components/drawer/acai-ui-drawer.vue +802 -0
- package/src/components/drawer/drawer-sidebar-helper.ts +117 -0
- package/src/components/dropdown/acai-ui-dropdown-interface.ts +41 -0
- package/src/components/dropdown/acai-ui-dropdown-item.vue +36 -0
- package/src/components/dropdown/acai-ui-dropdown-styles.scss +90 -0
- package/src/components/dropdown/acai-ui-dropdown.vue +77 -0
- package/src/components/error-log/acai-ui-error-log-interface.ts +59 -0
- package/src/components/error-log/acai-ui-error-log-json-tree.vue +426 -0
- package/src/components/error-log/acai-ui-error-log-redigir.ts +74 -0
- package/src/components/error-log/acai-ui-error-log-styles.scss +137 -0
- package/src/components/error-log/acai-ui-error-log.vue +318 -0
- package/src/components/file/acai-ui-file-interface.ts +28 -0
- package/src/components/file/acai-ui-file.vue +85 -0
- package/src/components/file/arquivo-styles.scss +109 -0
- package/src/components/form/acai-ui-form-grid.scss +145 -0
- package/src/components/form/acai-ui-form-interface.ts +37 -0
- package/src/components/form/acai-ui-form-styles.scss +159 -0
- package/src/components/form/acai-ui-form-validation-modal.vue +216 -0
- package/src/components/form/acai-ui-form.vue +410 -0
- package/src/components/help/acai-ui-help-interface.ts +200 -0
- package/src/components/help/acai-ui-help-styles.scss +209 -0
- package/src/components/help/acai-ui-help.vue +259 -0
- package/src/components/help/acai-ui-tour-styles.scss +292 -0
- package/src/components/help/acai-ui-tour.vue +766 -0
- package/src/components/help/tour-escolha.ts +139 -0
- package/src/components/help/tour-posicionar.ts +148 -0
- package/src/components/help/tour-registry.ts +177 -0
- package/src/components/help/use-tour-visto.ts +81 -0
- package/src/components/icon/acai-ui-icon-interface.ts +12 -0
- package/src/components/icon/acai-ui-icon.vue +33 -0
- package/src/components/index.ts +149 -0
- package/src/components/input/acai-ui-input-interface.ts +20 -0
- package/src/components/input/acai-ui-input.vue +146 -0
- package/src/components/modal/acai-ui-modal-interface.ts +19 -0
- package/src/components/modal/acai-ui-modal-styles.scss +131 -0
- package/src/components/modal/acai-ui-modal.vue +83 -0
- package/src/components/pagination/acai-ui-pagination-interface.ts +8 -0
- package/src/components/pagination/acai-ui-pagination.vue +36 -0
- package/src/components/preferences/acai-ui-preferences-interface.ts +4 -0
- package/src/components/preferences/acai-ui-preferences-styles.scss +387 -0
- package/src/components/preferences/acai-ui-preferences.vue +349 -0
- package/src/components/progress/acai-ui-progress-interface.ts +20 -0
- package/src/components/progress/acai-ui-progress.vue +124 -0
- package/src/components/radio/acai-ui-radio-interface.ts +14 -0
- package/src/components/radio/acai-ui-radio.vue +78 -0
- package/src/components/section/acai-ui-section-styles.scss +93 -0
- package/src/components/section/acai-ui-section.vue +134 -0
- package/src/components/select/acai-ui-select-interface.ts +18 -0
- package/src/components/select/acai-ui-select.vue +322 -0
- package/src/components/session-clock/acai-ui-session-clock.vue +111 -0
- package/src/components/stepper/acai-ui-step-interface.ts +18 -0
- package/src/components/stepper/acai-ui-step.vue +37 -0
- package/src/components/stepper/acai-ui-stepper-interface.ts +56 -0
- package/src/components/stepper/acai-ui-stepper-styles.scss +222 -0
- package/src/components/stepper/acai-ui-stepper.vue +231 -0
- package/src/components/swagger/acai-ui-swagger-interface.ts +54 -0
- package/src/components/swagger/acai-ui-swagger-operacao.vue +372 -0
- package/src/components/swagger/acai-ui-swagger-requisicao.ts +272 -0
- package/src/components/swagger/acai-ui-swagger-schema.vue +36 -0
- package/src/components/swagger/acai-ui-swagger-styles.scss +883 -0
- package/src/components/swagger/acai-ui-swagger.vue +349 -0
- package/src/components/swagger/openapi-normalizar.ts +514 -0
- package/src/components/swagger/openapi-tipos.ts +198 -0
- package/src/components/table/acai-ui-table-interface.ts +60 -0
- package/src/components/table/acai-ui-table-justificativa.vue +135 -0
- package/src/components/table/acai-ui-table-styles.scss +293 -0
- package/src/components/table/acai-ui-table.vue +340 -0
- package/src/components/tabs/acai-ui-tab.vue +10 -0
- package/src/components/tabs/acai-ui-tabs-interface.ts +48 -0
- package/src/components/tabs/acai-ui-tabs-styles.scss +78 -0
- package/src/components/tabs/acai-ui-tabs.vue +137 -0
- package/src/components/time/acai-ui-time-interface.ts +14 -0
- package/src/components/time/acai-ui-time.vue +86 -0
- package/src/components/toggle/acai-ui-toggle-interface.ts +13 -0
- package/src/components/toggle/acai-ui-toggle.vue +162 -0
- package/src/components/tooltip/acai-ui-tooltip-interface.ts +11 -0
- package/src/components/tooltip/acai-ui-tooltip-styles.scss +104 -0
- package/src/components/tooltip/acai-ui-tooltip.vue +90 -0
- package/src/components/user-menu/acai-ui-user-menu-interface.ts +13 -0
- package/src/components/user-menu/acai-ui-user-menu-styles.scss +125 -0
- package/src/components/user-menu/acai-ui-user-menu.vue +139 -0
- package/src/components/validation/acai-ui-validation.vue +236 -0
- package/src/constants/chart-paleta.ts +162 -0
- package/src/constants/efeitos.ts +24 -0
- package/src/constants/index.ts +24 -0
- package/src/constants/lista-icons.ts +156 -0
- package/src/constants/medidas-espacos.ts +15 -0
- package/src/constants/radius.ts +15 -0
- package/src/constants/status-badge.ts +44 -0
- package/src/env.d.ts +7 -0
- package/src/hooks/filtros-url-internos.ts +497 -0
- package/src/hooks/index.ts +22 -0
- package/src/hooks/notify.ts +18 -0
- package/src/hooks/use-contador-sessao.ts +95 -0
- package/src/hooks/use-filtros-na-url.ts +174 -0
- package/src/hooks/use-leitura-voz.ts +346 -0
- package/src/hooks/use-listagem-na-url.ts +614 -0
- package/src/hooks/use-preferencias.ts +152 -0
- package/src/hooks/use-repasse-quasar.ts +63 -0
- package/src/hooks/use-tamanho-elemento.ts +107 -0
- package/src/hooks/use-tela.ts +114 -0
- package/src/hooks/use-validacao-visual.ts +189 -0
- package/src/index.ts +30 -0
- package/src/plugin.ts +134 -0
- package/src/scss/_badge.scss +12 -0
- package/src/scss/_breakpoints.scss +102 -0
- package/src/scss/_color-utilities.scss +105 -0
- package/src/scss/_controls.scss +135 -0
- package/src/scss/_ds-input-base.scss +302 -0
- package/src/scss/_ds-picker-m3.scss +179 -0
- package/src/scss/_effects.scss +42 -0
- package/src/scss/_overlays.scss +13 -0
- package/src/scss/_radius.scss +24 -0
- package/src/scss/_reset.scss +60 -0
- package/src/scss/_scrollbar.scss +78 -0
- package/src/scss/_spacing.scss +15 -0
- package/src/scss/_themes.scss +493 -0
- package/src/scss/_typography.scss +50 -0
- package/src/scss/_utilities.scss +75 -0
- package/src/scss/_variables.scss +143 -0
- package/src/scss/api.scss +77 -0
- package/src/scss/tokens.scss +13 -0
- package/src/styles-global.scss +30 -0
- package/src/utils/date-utils.ts +128 -0
- package/src/utils/dialog-utils.ts +59 -0
- package/src/utils/file-utils.ts +85 -0
- package/src/utils/filtro-input.ts +41 -0
- package/src/utils/form-rules.ts +202 -0
- package/src/utils/formatadores.ts +97 -0
- package/src/utils/gerador-id.ts +29 -0
- package/src/utils/hint-mensagem.ts +25 -0
- package/src/utils/index.ts +32 -0
- package/src/utils/limpar-campos.ts +94 -0
- package/src/utils/masks.ts +19 -0
- package/src/utils/medidas-util.ts +5 -0
- package/src/utils/normalizar-label.ts +9 -0
- package/src/utils/scroll-elemento.ts +34 -0
- package/src/utils/validar-campo.ts +27 -0
- package/src/utils/validar-documentos.ts +86 -0
- package/src/utils/vnode-slot.ts +74 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index184.cjs","sources":["../src/hooks/use-repasse-quasar.ts"],"sourcesContent":["import { computed, type ComputedRef } from 'vue'\n\n// INTERNO — de propósito fora do barrel `hooks/index.ts`. É detalhe de\n// implementação dos wrappers de componente Quasar, não API pública da lib.\n\n/**\n * Repassa ao `q-*` tudo o que o wrapper recebeu, menos o que a lib consome ou\n * compõe por conta própria.\n *\n * **Por que existe:** os wrappers tipam props como `extends Omit<QXProps, ...>`,\n * então TODA prop do Quasar — inclusive os eventos, que ele declara como\n * `onFocus`, `onFilter`, ... — vira prop DECLARADA do wrapper. Prop declarada\n * sai do `$attrs` e **não faz fallthrough**: só chega no `q-*` o que o wrapper\n * repassar à mão. Enquanto esse repasse foi uma lista escrita à mão, o que\n * ficava de fora nascia morto — aceito pelo TypeScript, montado sem erro e sem\n * efeito nenhum. Já custou `@focus`/`@blur`, `@filter` (a busca server-side do\n * `q-select`) e, do lado das props, `debounce`, `counter`, `autogrow` e\n * `autofocus`.\n *\n * **Por que não tirar as props do Quasar do tipo:** `Omit<QXProps, \\`on${string}\\`>`\n * seria a solução de raiz — virariam attrs e o fallthrough resolveria sozinho.\n * Mas o `@vue/compiler-sfc` não resolve template literal em `Omit` e o build\n * quebra com \"Failed to resolve extends base type\" (o `vue-tsc` aceita — o\n * resolver do compiler é mais limitado que o do TS). E remover as props do tipo\n * sem mais nada tiraria do consumidor o autocomplete e a checagem que ele tem\n * hoje.\n *\n * **A inversão que isso traz:** a lista mantida à mão passa a ser a das props da\n * PRÓPRIA lib (`naoRepassar`) — pequena, estável e sob nosso controle. A lista\n * do Quasar, que muda fora do nosso controle, flui sozinha: prop nova dele já\n * nasce ligada.\n *\n * 🔴 **Prop de três estados exige `default: undefined` no `withDefaults`.** O Vue\n * casta prop booleana AUSENTE para `false`, e algumas props do Quasar são\n * `Boolean | null` onde `null` significa \"herda\" e `false` significa \"força\n * desligado\" — `dark` é a mais grave (`null` = segue o tema, `false` = força\n * claro). Sem o `undefined` explícito, repassar tudo desligaria o tema escuro em\n * todo campo de todo app. Com ele, a prop ausente fica `undefined` e é filtrada\n * aqui, deixando o Quasar aplicar o default dele.\n *\n * @param props as props do wrapper (`defineProps`).\n * @param naoRepassar props que a lib CONSOME (não existem no `q-*`, e vazariam\n * como atributo no DOM) ou COMPÕE (o wrapper repassa com valor próprio).\n */\nexport function useRepasseQuasar(\n props: object,\n naoRepassar: readonly string[] = [],\n): ComputedRef<Record<string, unknown>> {\n // `modelValue`/`update:modelValue` vêm do `defineModel` em todo wrapper — o\n // template já os liga por `v-model`, repassar aqui duplicaria a ligação.\n const ignorados = new Set<string>(['modelValue', 'onUpdate:modelValue', ...naoRepassar])\n\n return computed(() => {\n const repasse: Record<string, unknown> = {}\n for (const [nome, valor] of Object.entries(props)) {\n // `undefined` é \"não passou\": deixa o Quasar aplicar o default dele, que\n // nem sempre é `undefined` (`optionValue` é `'value'`, `dark` é `null`).\n if (valor === undefined || ignorados.has(nome)) continue\n repasse[nome] = valor\n }\n return repasse\n })\n}\n"],"names":["computed"],"mappings":";;;AA4CO,SAAS,iBACd,OACA,cAAiC,IACK;AAGtC,QAAM,gCAAgB,IAAY,CAAC,cAAc,uBAAuB,GAAG,WAAW,CAAC;AAEvF,SAAOA,IAAAA,SAAS,MAAM;AACpB,UAAM,UAAmC,CAAA;AACzC,eAAW,CAAC,MAAM,KAAK,KAAK,OAAO,QAAQ,KAAK,GAAG;AAGjD,UAAI,UAAU,UAAa,UAAU,IAAI,IAAI,EAAG;AAChD,cAAQ,IAAI,IAAI;AAAA,IAClB;AACA,WAAO;AAAA,EACT,CAAC;AACH;;"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { computed } from "vue";
|
|
2
|
+
function useRepasseQuasar(props, naoRepassar = []) {
|
|
3
|
+
const ignorados = /* @__PURE__ */ new Set(["modelValue", "onUpdate:modelValue", ...naoRepassar]);
|
|
4
|
+
return computed(() => {
|
|
5
|
+
const repasse = {};
|
|
6
|
+
for (const [nome, valor] of Object.entries(props)) {
|
|
7
|
+
if (valor === void 0 || ignorados.has(nome)) continue;
|
|
8
|
+
repasse[nome] = valor;
|
|
9
|
+
}
|
|
10
|
+
return repasse;
|
|
11
|
+
});
|
|
12
|
+
}
|
|
13
|
+
export {
|
|
14
|
+
useRepasseQuasar
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=index184.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index184.mjs","sources":["../src/hooks/use-repasse-quasar.ts"],"sourcesContent":["import { computed, type ComputedRef } from 'vue'\n\n// INTERNO — de propósito fora do barrel `hooks/index.ts`. É detalhe de\n// implementação dos wrappers de componente Quasar, não API pública da lib.\n\n/**\n * Repassa ao `q-*` tudo o que o wrapper recebeu, menos o que a lib consome ou\n * compõe por conta própria.\n *\n * **Por que existe:** os wrappers tipam props como `extends Omit<QXProps, ...>`,\n * então TODA prop do Quasar — inclusive os eventos, que ele declara como\n * `onFocus`, `onFilter`, ... — vira prop DECLARADA do wrapper. Prop declarada\n * sai do `$attrs` e **não faz fallthrough**: só chega no `q-*` o que o wrapper\n * repassar à mão. Enquanto esse repasse foi uma lista escrita à mão, o que\n * ficava de fora nascia morto — aceito pelo TypeScript, montado sem erro e sem\n * efeito nenhum. Já custou `@focus`/`@blur`, `@filter` (a busca server-side do\n * `q-select`) e, do lado das props, `debounce`, `counter`, `autogrow` e\n * `autofocus`.\n *\n * **Por que não tirar as props do Quasar do tipo:** `Omit<QXProps, \\`on${string}\\`>`\n * seria a solução de raiz — virariam attrs e o fallthrough resolveria sozinho.\n * Mas o `@vue/compiler-sfc` não resolve template literal em `Omit` e o build\n * quebra com \"Failed to resolve extends base type\" (o `vue-tsc` aceita — o\n * resolver do compiler é mais limitado que o do TS). E remover as props do tipo\n * sem mais nada tiraria do consumidor o autocomplete e a checagem que ele tem\n * hoje.\n *\n * **A inversão que isso traz:** a lista mantida à mão passa a ser a das props da\n * PRÓPRIA lib (`naoRepassar`) — pequena, estável e sob nosso controle. A lista\n * do Quasar, que muda fora do nosso controle, flui sozinha: prop nova dele já\n * nasce ligada.\n *\n * 🔴 **Prop de três estados exige `default: undefined` no `withDefaults`.** O Vue\n * casta prop booleana AUSENTE para `false`, e algumas props do Quasar são\n * `Boolean | null` onde `null` significa \"herda\" e `false` significa \"força\n * desligado\" — `dark` é a mais grave (`null` = segue o tema, `false` = força\n * claro). Sem o `undefined` explícito, repassar tudo desligaria o tema escuro em\n * todo campo de todo app. Com ele, a prop ausente fica `undefined` e é filtrada\n * aqui, deixando o Quasar aplicar o default dele.\n *\n * @param props as props do wrapper (`defineProps`).\n * @param naoRepassar props que a lib CONSOME (não existem no `q-*`, e vazariam\n * como atributo no DOM) ou COMPÕE (o wrapper repassa com valor próprio).\n */\nexport function useRepasseQuasar(\n props: object,\n naoRepassar: readonly string[] = [],\n): ComputedRef<Record<string, unknown>> {\n // `modelValue`/`update:modelValue` vêm do `defineModel` em todo wrapper — o\n // template já os liga por `v-model`, repassar aqui duplicaria a ligação.\n const ignorados = new Set<string>(['modelValue', 'onUpdate:modelValue', ...naoRepassar])\n\n return computed(() => {\n const repasse: Record<string, unknown> = {}\n for (const [nome, valor] of Object.entries(props)) {\n // `undefined` é \"não passou\": deixa o Quasar aplicar o default dele, que\n // nem sempre é `undefined` (`optionValue` é `'value'`, `dark` é `null`).\n if (valor === undefined || ignorados.has(nome)) continue\n repasse[nome] = valor\n }\n return repasse\n })\n}\n"],"names":[],"mappings":";AA4CO,SAAS,iBACd,OACA,cAAiC,IACK;AAGtC,QAAM,gCAAgB,IAAY,CAAC,cAAc,uBAAuB,GAAG,WAAW,CAAC;AAEvF,SAAO,SAAS,MAAM;AACpB,UAAM,UAAmC,CAAA;AACzC,eAAW,CAAC,MAAM,KAAK,KAAK,OAAO,QAAQ,KAAK,GAAG;AAGjD,UAAI,UAAU,UAAa,UAAU,IAAI,IAAI,EAAG;AAChD,cAAQ,IAAI,IAAI;AAAA,IAClB;AACA,WAAO;AAAA,EACT,CAAC;AACH;"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const vue = require("vue");
|
|
4
|
+
function normalizarProps(props) {
|
|
5
|
+
const out = {};
|
|
6
|
+
for (const chave in props) {
|
|
7
|
+
out[vue.camelize(chave)] = props[chave];
|
|
8
|
+
}
|
|
9
|
+
return out;
|
|
10
|
+
}
|
|
11
|
+
function lerBooleano(valor) {
|
|
12
|
+
return valor === "" ? true : Boolean(valor);
|
|
13
|
+
}
|
|
14
|
+
function achatarSlot(children) {
|
|
15
|
+
const out = [];
|
|
16
|
+
for (const v of children ?? []) {
|
|
17
|
+
if (v == null) continue;
|
|
18
|
+
if (v.type === vue.Fragment && Array.isArray(v.children)) {
|
|
19
|
+
out.push(...achatarSlot(v.children));
|
|
20
|
+
continue;
|
|
21
|
+
}
|
|
22
|
+
if (v.type === vue.Comment) continue;
|
|
23
|
+
if (v.type === vue.Text && String(v.children ?? "").trim() === "") continue;
|
|
24
|
+
out.push(v);
|
|
25
|
+
}
|
|
26
|
+
return out;
|
|
27
|
+
}
|
|
28
|
+
exports.achatarSlot = achatarSlot;
|
|
29
|
+
exports.lerBooleano = lerBooleano;
|
|
30
|
+
exports.normalizarProps = normalizarProps;
|
|
31
|
+
//# sourceMappingURL=index185.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index185.cjs","sources":["../src/utils/vnode-slot.ts"],"sourcesContent":["import { Comment, Fragment, Text, camelize, type VNode } from 'vue'\n\n/**\n * Leitura de vnodes vindos de slot — para quem precisa INSPECIONAR o que o\n * consumidor escreveu antes de decidir como renderizar.\n *\n * Dois componentes fazem isso hoje:\n *\n * - `<acai-ui-tabs>` lê a config de cada `<acai-ui-tab>` (label, ícone,\n * keep-alive) sem que o `<acai-ui-tab>` chegue a montar;\n * - `<acai-ui-actions>` converte cada `<acai-ui-button>` do slot num\n * `<acai-ui-dropdown-item>` quando recolhe as ações no celular.\n *\n * Nos dois casos o vnode NÃO passou pela normalização que o Vue só faz ao\n * montar o componente de verdade — e é por isso que estas funções existem. Elas\n * nasceram dentro do `acai-ui-tabs`, cada uma pagando um bug; ficam aqui pra\n * não divergirem quando o segundo consumidor aparecer (apareceu).\n *\n * Interno de propósito: **não** é exportado no `utils/index.ts`. É detalhe de\n * implementação da lib, não API de consumidor.\n */\n\n/**\n * `vnode.props` guarda o atributo COMO ESCRITO no template — o Vue só\n * camelCase-ifica ao resolver `instance.props`, o que exige montar. Sem isto,\n * `<acai-ui-button icon-right=\"download\">` chega com a chave `'icon-right'` e\n * `p.iconRight` dá `undefined`.\n */\nexport function normalizarProps(\n props: Record<string, unknown> | null | undefined,\n): Record<string, unknown> {\n const out: Record<string, unknown> = {}\n for (const chave in props) {\n out[camelize(chave)] = props[chave]\n }\n return out\n}\n\n/**\n * Boolean casting do Vue (o mesmo do `resolvePropValue`): atributo booleano sem\n * valor — `<acai-ui-button disable>`, que é como se escreve de verdade — chega\n * no vnode como `''`, e `Boolean('')` é `false`. Aqui `''` significa `true`.\n */\nexport function lerBooleano(valor: unknown): boolean {\n return valor === '' ? true : Boolean(valor)\n}\n\n/**\n * Achata o que o slot devolveu até a lista de vnodes que interessam.\n *\n * - **Fragment** é o que `v-for` e `v-if` produzem; a recursão cobre o caso\n * aninhado (um `v-for` dentro de um `v-if` gera Fragment dentro de Fragment).\n * - **Comment** é o que sobra de um `v-if` falso — não é conteúdo.\n * - **Text só de espaço** é a quebra de linha do template, não conteúdo.\n */\nexport function achatarSlot(children: ReadonlyArray<VNode> | undefined | null): VNode[] {\n const out: VNode[] = []\n\n for (const v of children ?? []) {\n if (v == null) continue\n\n if (v.type === Fragment && Array.isArray(v.children)) {\n out.push(...achatarSlot(v.children as VNode[]))\n continue\n }\n\n if (v.type === Comment) continue\n if (v.type === Text && String(v.children ?? '').trim() === '') continue\n\n out.push(v)\n }\n\n return out\n}\n"],"names":["camelize","Fragment","Comment","Text"],"mappings":";;;AA4BO,SAAS,gBACd,OACyB;AACzB,QAAM,MAA+B,CAAA;AACrC,aAAW,SAAS,OAAO;AACzB,QAAIA,IAAAA,SAAS,KAAK,CAAC,IAAI,MAAM,KAAK;AAAA,EACpC;AACA,SAAO;AACT;AAOO,SAAS,YAAY,OAAyB;AACnD,SAAO,UAAU,KAAK,OAAO,QAAQ,KAAK;AAC5C;AAUO,SAAS,YAAY,UAA4D;AACtF,QAAM,MAAe,CAAA;AAErB,aAAW,KAAK,YAAY,IAAI;AAC9B,QAAI,KAAK,KAAM;AAEf,QAAI,EAAE,SAASC,IAAAA,YAAY,MAAM,QAAQ,EAAE,QAAQ,GAAG;AACpD,UAAI,KAAK,GAAG,YAAY,EAAE,QAAmB,CAAC;AAC9C;AAAA,IACF;AAEA,QAAI,EAAE,SAASC,YAAS;AACxB,QAAI,EAAE,SAASC,IAAAA,QAAQ,OAAO,EAAE,YAAY,EAAE,EAAE,KAAA,MAAW,GAAI;AAE/D,QAAI,KAAK,CAAC;AAAA,EACZ;AAEA,SAAO;AACT;;;;"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { Fragment, Comment, Text, camelize } from "vue";
|
|
2
|
+
function normalizarProps(props) {
|
|
3
|
+
const out = {};
|
|
4
|
+
for (const chave in props) {
|
|
5
|
+
out[camelize(chave)] = props[chave];
|
|
6
|
+
}
|
|
7
|
+
return out;
|
|
8
|
+
}
|
|
9
|
+
function lerBooleano(valor) {
|
|
10
|
+
return valor === "" ? true : Boolean(valor);
|
|
11
|
+
}
|
|
12
|
+
function achatarSlot(children) {
|
|
13
|
+
const out = [];
|
|
14
|
+
for (const v of children ?? []) {
|
|
15
|
+
if (v == null) continue;
|
|
16
|
+
if (v.type === Fragment && Array.isArray(v.children)) {
|
|
17
|
+
out.push(...achatarSlot(v.children));
|
|
18
|
+
continue;
|
|
19
|
+
}
|
|
20
|
+
if (v.type === Comment) continue;
|
|
21
|
+
if (v.type === Text && String(v.children ?? "").trim() === "") continue;
|
|
22
|
+
out.push(v);
|
|
23
|
+
}
|
|
24
|
+
return out;
|
|
25
|
+
}
|
|
26
|
+
export {
|
|
27
|
+
achatarSlot,
|
|
28
|
+
lerBooleano,
|
|
29
|
+
normalizarProps
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=index185.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index185.mjs","sources":["../src/utils/vnode-slot.ts"],"sourcesContent":["import { Comment, Fragment, Text, camelize, type VNode } from 'vue'\n\n/**\n * Leitura de vnodes vindos de slot — para quem precisa INSPECIONAR o que o\n * consumidor escreveu antes de decidir como renderizar.\n *\n * Dois componentes fazem isso hoje:\n *\n * - `<acai-ui-tabs>` lê a config de cada `<acai-ui-tab>` (label, ícone,\n * keep-alive) sem que o `<acai-ui-tab>` chegue a montar;\n * - `<acai-ui-actions>` converte cada `<acai-ui-button>` do slot num\n * `<acai-ui-dropdown-item>` quando recolhe as ações no celular.\n *\n * Nos dois casos o vnode NÃO passou pela normalização que o Vue só faz ao\n * montar o componente de verdade — e é por isso que estas funções existem. Elas\n * nasceram dentro do `acai-ui-tabs`, cada uma pagando um bug; ficam aqui pra\n * não divergirem quando o segundo consumidor aparecer (apareceu).\n *\n * Interno de propósito: **não** é exportado no `utils/index.ts`. É detalhe de\n * implementação da lib, não API de consumidor.\n */\n\n/**\n * `vnode.props` guarda o atributo COMO ESCRITO no template — o Vue só\n * camelCase-ifica ao resolver `instance.props`, o que exige montar. Sem isto,\n * `<acai-ui-button icon-right=\"download\">` chega com a chave `'icon-right'` e\n * `p.iconRight` dá `undefined`.\n */\nexport function normalizarProps(\n props: Record<string, unknown> | null | undefined,\n): Record<string, unknown> {\n const out: Record<string, unknown> = {}\n for (const chave in props) {\n out[camelize(chave)] = props[chave]\n }\n return out\n}\n\n/**\n * Boolean casting do Vue (o mesmo do `resolvePropValue`): atributo booleano sem\n * valor — `<acai-ui-button disable>`, que é como se escreve de verdade — chega\n * no vnode como `''`, e `Boolean('')` é `false`. Aqui `''` significa `true`.\n */\nexport function lerBooleano(valor: unknown): boolean {\n return valor === '' ? true : Boolean(valor)\n}\n\n/**\n * Achata o que o slot devolveu até a lista de vnodes que interessam.\n *\n * - **Fragment** é o que `v-for` e `v-if` produzem; a recursão cobre o caso\n * aninhado (um `v-for` dentro de um `v-if` gera Fragment dentro de Fragment).\n * - **Comment** é o que sobra de um `v-if` falso — não é conteúdo.\n * - **Text só de espaço** é a quebra de linha do template, não conteúdo.\n */\nexport function achatarSlot(children: ReadonlyArray<VNode> | undefined | null): VNode[] {\n const out: VNode[] = []\n\n for (const v of children ?? []) {\n if (v == null) continue\n\n if (v.type === Fragment && Array.isArray(v.children)) {\n out.push(...achatarSlot(v.children as VNode[]))\n continue\n }\n\n if (v.type === Comment) continue\n if (v.type === Text && String(v.children ?? '').trim() === '') continue\n\n out.push(v)\n }\n\n return out\n}\n"],"names":[],"mappings":";AA4BO,SAAS,gBACd,OACyB;AACzB,QAAM,MAA+B,CAAA;AACrC,aAAW,SAAS,OAAO;AACzB,QAAI,SAAS,KAAK,CAAC,IAAI,MAAM,KAAK;AAAA,EACpC;AACA,SAAO;AACT;AAOO,SAAS,YAAY,OAAyB;AACnD,SAAO,UAAU,KAAK,OAAO,QAAQ,KAAK;AAC5C;AAUO,SAAS,YAAY,UAA4D;AACtF,QAAM,MAAe,CAAA;AAErB,aAAW,KAAK,YAAY,IAAI;AAC9B,QAAI,KAAK,KAAM;AAEf,QAAI,EAAE,SAAS,YAAY,MAAM,QAAQ,EAAE,QAAQ,GAAG;AACpD,UAAI,KAAK,GAAG,YAAY,EAAE,QAAmB,CAAC;AAC9C;AAAA,IACF;AAEA,QAAI,EAAE,SAAS,QAAS;AACxB,QAAI,EAAE,SAAS,QAAQ,OAAO,EAAE,YAAY,EAAE,EAAE,KAAA,MAAW,GAAI;AAE/D,QAAI,KAAK,CAAC;AAAA,EACZ;AAEA,SAAO;AACT;"}
|
|
@@ -0,0 +1,460 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const quasar = require("quasar");
|
|
3
|
+
const vue = require("vue");
|
|
4
|
+
const acaiUiBanner = require("./index48.cjs");
|
|
5
|
+
const acaiUiButton = require("./index49.cjs");
|
|
6
|
+
const acaiUiCode_vue_vue_type_script_setup_true_lang = require("./index6.cjs");
|
|
7
|
+
;/* empty css */
|
|
8
|
+
const acaiUiIcon_vue_vue_type_script_setup_true_lang = require("./index23.cjs");
|
|
9
|
+
const acaiUiSwaggerSchema_vue_vue_type_script_setup_true_lang = require("./index218.cjs");
|
|
10
|
+
const notify = require("./index91.cjs");
|
|
11
|
+
const geradorId = require("./index86.cjs");
|
|
12
|
+
const fileUtils = require("./index74.cjs");
|
|
13
|
+
const acaiUiSwaggerRequisicao = require("./index187.cjs");
|
|
14
|
+
const _hoisted_1 = ["aria-expanded", "aria-controls"];
|
|
15
|
+
const _hoisted_2 = { class: "swagger-op__path" };
|
|
16
|
+
const _hoisted_3 = { class: "swagger-op__resumo" };
|
|
17
|
+
const _hoisted_4 = ["id"];
|
|
18
|
+
const _hoisted_5 = {
|
|
19
|
+
key: 0,
|
|
20
|
+
class: "swagger-op__descricao"
|
|
21
|
+
};
|
|
22
|
+
const _hoisted_6 = { class: "swagger-op__colunas" };
|
|
23
|
+
const _hoisted_7 = { class: "swagger-op__coluna" };
|
|
24
|
+
const _hoisted_8 = {
|
|
25
|
+
key: 0,
|
|
26
|
+
class: "swagger-bloco"
|
|
27
|
+
};
|
|
28
|
+
const _hoisted_9 = { class: "swagger-bloco__titulo" };
|
|
29
|
+
const _hoisted_10 = { class: "swagger-bloco__contagem" };
|
|
30
|
+
const _hoisted_11 = { class: "swagger-params" };
|
|
31
|
+
const _hoisted_12 = { class: "swagger-param__rotulo" };
|
|
32
|
+
const _hoisted_13 = { class: "swagger-param__nome" };
|
|
33
|
+
const _hoisted_14 = {
|
|
34
|
+
key: 0,
|
|
35
|
+
title: "obrigatório",
|
|
36
|
+
class: "swagger-param__req"
|
|
37
|
+
};
|
|
38
|
+
const _hoisted_15 = { class: "swagger-param__meta" };
|
|
39
|
+
const _hoisted_16 = { class: "swagger-param__onde" };
|
|
40
|
+
const _hoisted_17 = { class: "swagger-param__tipo" };
|
|
41
|
+
const _hoisted_18 = { class: "swagger-param__valor" };
|
|
42
|
+
const _hoisted_19 = {
|
|
43
|
+
key: 0,
|
|
44
|
+
class: "swagger-select swagger-select--campo"
|
|
45
|
+
};
|
|
46
|
+
const _hoisted_20 = ["onUpdate:modelValue", "aria-label", "required"];
|
|
47
|
+
const _hoisted_21 = {
|
|
48
|
+
key: 0,
|
|
49
|
+
value: ""
|
|
50
|
+
};
|
|
51
|
+
const _hoisted_22 = ["value"];
|
|
52
|
+
const _hoisted_23 = ["onUpdate:modelValue", "aria-label", "placeholder", "required"];
|
|
53
|
+
const _hoisted_24 = {
|
|
54
|
+
key: 2,
|
|
55
|
+
class: "swagger-param__exemplo"
|
|
56
|
+
};
|
|
57
|
+
const _hoisted_25 = {
|
|
58
|
+
key: 3,
|
|
59
|
+
class: "swagger-param__descricao"
|
|
60
|
+
};
|
|
61
|
+
const _hoisted_26 = {
|
|
62
|
+
key: 1,
|
|
63
|
+
class: "swagger-bloco"
|
|
64
|
+
};
|
|
65
|
+
const _hoisted_27 = { class: "swagger-bloco__titulo" };
|
|
66
|
+
const _hoisted_28 = {
|
|
67
|
+
key: 0,
|
|
68
|
+
title: "obrigatório",
|
|
69
|
+
class: "swagger-param__req"
|
|
70
|
+
};
|
|
71
|
+
const _hoisted_29 = {
|
|
72
|
+
key: 1,
|
|
73
|
+
class: "swagger-select"
|
|
74
|
+
};
|
|
75
|
+
const _hoisted_30 = ["value"];
|
|
76
|
+
const _hoisted_31 = {
|
|
77
|
+
key: 2,
|
|
78
|
+
class: "swagger-tag"
|
|
79
|
+
};
|
|
80
|
+
const _hoisted_32 = {
|
|
81
|
+
key: 0,
|
|
82
|
+
class: "swagger-bloco__descricao"
|
|
83
|
+
};
|
|
84
|
+
const _hoisted_33 = {
|
|
85
|
+
key: 3,
|
|
86
|
+
class: "swagger-detalhe"
|
|
87
|
+
};
|
|
88
|
+
const _hoisted_34 = {
|
|
89
|
+
key: 2,
|
|
90
|
+
class: "swagger-op__vazio"
|
|
91
|
+
};
|
|
92
|
+
const _hoisted_35 = { class: "swagger-op__coluna" };
|
|
93
|
+
const _hoisted_36 = {
|
|
94
|
+
key: 0,
|
|
95
|
+
class: "swagger-executar"
|
|
96
|
+
};
|
|
97
|
+
const _hoisted_37 = { class: "swagger-executar__acoes" };
|
|
98
|
+
const _hoisted_38 = { class: "swagger-executar__url" };
|
|
99
|
+
const _hoisted_39 = { class: "swagger-executar__endereco" };
|
|
100
|
+
const _hoisted_40 = {
|
|
101
|
+
key: 0,
|
|
102
|
+
class: "swagger-resultado",
|
|
103
|
+
role: "status",
|
|
104
|
+
"aria-live": "polite"
|
|
105
|
+
};
|
|
106
|
+
const _hoisted_41 = { class: "swagger-resultado__linha" };
|
|
107
|
+
const _hoisted_42 = { class: "swagger-resultado__meta" };
|
|
108
|
+
const _hoisted_43 = { class: "swagger-resultado__meta" };
|
|
109
|
+
const _hoisted_44 = {
|
|
110
|
+
key: 1,
|
|
111
|
+
class: "swagger-bloco"
|
|
112
|
+
};
|
|
113
|
+
const _hoisted_45 = { class: "swagger-resposta__linha" };
|
|
114
|
+
const _hoisted_46 = { class: "swagger-resposta__descricao" };
|
|
115
|
+
const _hoisted_47 = {
|
|
116
|
+
key: 0,
|
|
117
|
+
class: "swagger-tag"
|
|
118
|
+
};
|
|
119
|
+
const _hoisted_48 = {
|
|
120
|
+
key: 0,
|
|
121
|
+
class: "swagger-detalhe"
|
|
122
|
+
};
|
|
123
|
+
const _hoisted_49 = {
|
|
124
|
+
key: 1,
|
|
125
|
+
class: "swagger-detalhe"
|
|
126
|
+
};
|
|
127
|
+
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
128
|
+
__name: "acai-ui-swagger-operacao",
|
|
129
|
+
props: {
|
|
130
|
+
operacao: {},
|
|
131
|
+
doc: {},
|
|
132
|
+
baseUrl: {},
|
|
133
|
+
headers: {},
|
|
134
|
+
withCredentials: { type: Boolean },
|
|
135
|
+
hideExecute: { type: Boolean }
|
|
136
|
+
},
|
|
137
|
+
setup(__props, { expose: __expose }) {
|
|
138
|
+
var _a;
|
|
139
|
+
const props = __props;
|
|
140
|
+
const aberta = vue.ref(false);
|
|
141
|
+
const idCorpo = geradorId.gerarId(props.operacao.id, "swagger-op");
|
|
142
|
+
const valores = vue.ref({});
|
|
143
|
+
const corpo = vue.ref("");
|
|
144
|
+
const contentType = vue.ref(((_a = props.operacao.corpo) == null ? void 0 : _a.tipoConteudoPadrao) ?? "application/json");
|
|
145
|
+
const executando = vue.ref(false);
|
|
146
|
+
const resultado = vue.ref(null);
|
|
147
|
+
const podeExecutar = vue.computed(() => !props.hideExecute);
|
|
148
|
+
const paraJson = (valor) => typeof valor === "string" ? valor : JSON.stringify(valor, null, 2);
|
|
149
|
+
const exemploCorpo = vue.computed(() => {
|
|
150
|
+
var _a2;
|
|
151
|
+
return paraJson(((_a2 = props.operacao.corpo) == null ? void 0 : _a2.exemplo) ?? null);
|
|
152
|
+
});
|
|
153
|
+
function restaurarCorpo() {
|
|
154
|
+
corpo.value = exemploCorpo.value;
|
|
155
|
+
}
|
|
156
|
+
vue.watch(aberta, (abriu) => {
|
|
157
|
+
if (abriu && !corpo.value && props.operacao.corpo) restaurarCorpo();
|
|
158
|
+
});
|
|
159
|
+
function alternar() {
|
|
160
|
+
aberta.value = !aberta.value;
|
|
161
|
+
}
|
|
162
|
+
function placeholderDe(parametro) {
|
|
163
|
+
if (parametro.exemplo === void 0 || parametro.exemplo === null) return parametro.tipo;
|
|
164
|
+
return String(parametro.exemplo);
|
|
165
|
+
}
|
|
166
|
+
const entrada = vue.computed(() => ({
|
|
167
|
+
operacao: props.operacao,
|
|
168
|
+
baseUrl: props.baseUrl,
|
|
169
|
+
valores: valores.value,
|
|
170
|
+
corpo: corpo.value,
|
|
171
|
+
contentType: contentType.value,
|
|
172
|
+
...props.headers ? { headers: props.headers } : {},
|
|
173
|
+
...props.withCredentials ? { withCredentials: true } : {}
|
|
174
|
+
}));
|
|
175
|
+
const urlPrevia = vue.computed(() => acaiUiSwaggerRequisicao.montarUrl(entrada.value));
|
|
176
|
+
const tamanhoLegivel = vue.computed(
|
|
177
|
+
() => resultado.value ? fileUtils.FileUtils.formatarTamanhoArquivo(resultado.value.tamanhoBytes) : ""
|
|
178
|
+
);
|
|
179
|
+
function classeStatus(status) {
|
|
180
|
+
const faixa = status.charAt(0);
|
|
181
|
+
if (faixa === "2") return "swagger-status--ok";
|
|
182
|
+
if (faixa === "4") return "swagger-status--alerta";
|
|
183
|
+
if (faixa === "5" || status === "0") return "swagger-status--erro";
|
|
184
|
+
return "swagger-status--neutro";
|
|
185
|
+
}
|
|
186
|
+
async function executar() {
|
|
187
|
+
executando.value = true;
|
|
188
|
+
try {
|
|
189
|
+
resultado.value = await acaiUiSwaggerRequisicao.executarRequisicao(entrada.value);
|
|
190
|
+
} finally {
|
|
191
|
+
executando.value = false;
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
async function copiarCurl() {
|
|
195
|
+
await quasar.copyToClipboard(acaiUiSwaggerRequisicao.montarCurl(entrada.value));
|
|
196
|
+
notify.notificacao({ color: "positive", message: "cURL copiado." });
|
|
197
|
+
}
|
|
198
|
+
__expose({
|
|
199
|
+
abrir: () => {
|
|
200
|
+
aberta.value = true;
|
|
201
|
+
},
|
|
202
|
+
fechar: () => {
|
|
203
|
+
aberta.value = false;
|
|
204
|
+
}
|
|
205
|
+
});
|
|
206
|
+
return (_ctx, _cache) => {
|
|
207
|
+
return vue.openBlock(), vue.createElementBlock("article", {
|
|
208
|
+
class: vue.normalizeClass(["swagger-op", [`swagger-op--${__props.operacao.metodo}`, { "swagger-op--aberta": aberta.value }]])
|
|
209
|
+
}, [
|
|
210
|
+
vue.createElementVNode("button", {
|
|
211
|
+
type: "button",
|
|
212
|
+
class: "swagger-op__cabecalho",
|
|
213
|
+
"aria-expanded": aberta.value,
|
|
214
|
+
"aria-controls": vue.unref(idCorpo),
|
|
215
|
+
onClick: alternar
|
|
216
|
+
}, [
|
|
217
|
+
vue.createElementVNode("span", {
|
|
218
|
+
class: vue.normalizeClass(["swagger-metodo", `swagger-metodo--${__props.operacao.metodo}`])
|
|
219
|
+
}, vue.toDisplayString(__props.operacao.metodo), 3),
|
|
220
|
+
vue.createElementVNode("span", _hoisted_2, vue.toDisplayString(__props.operacao.path), 1),
|
|
221
|
+
vue.createElementVNode("span", _hoisted_3, vue.toDisplayString(__props.operacao.resumo), 1),
|
|
222
|
+
__props.operacao.depreciada ? (vue.openBlock(), vue.createBlock(acaiUiIcon_vue_vue_type_script_setup_true_lang, {
|
|
223
|
+
key: 0,
|
|
224
|
+
name: "warning_amber",
|
|
225
|
+
size: "16px",
|
|
226
|
+
class: "swagger-op__aviso",
|
|
227
|
+
"aria-label": "Endpoint depreciado"
|
|
228
|
+
})) : vue.createCommentVNode("", true),
|
|
229
|
+
__props.operacao.exigeAutenticacao ? (vue.openBlock(), vue.createBlock(acaiUiIcon_vue_vue_type_script_setup_true_lang, {
|
|
230
|
+
key: 1,
|
|
231
|
+
name: "lock",
|
|
232
|
+
size: "14px",
|
|
233
|
+
class: "swagger-op__cadeado",
|
|
234
|
+
"aria-label": "Exige autenticação"
|
|
235
|
+
})) : vue.createCommentVNode("", true),
|
|
236
|
+
vue.createVNode(acaiUiIcon_vue_vue_type_script_setup_true_lang, {
|
|
237
|
+
name: "expand_more",
|
|
238
|
+
size: "20px",
|
|
239
|
+
class: "swagger-op__seta",
|
|
240
|
+
decorative: ""
|
|
241
|
+
})
|
|
242
|
+
], 8, _hoisted_1),
|
|
243
|
+
vue.createVNode(quasar.QSlideTransition, null, {
|
|
244
|
+
default: vue.withCtx(() => [
|
|
245
|
+
aberta.value ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
246
|
+
key: 0,
|
|
247
|
+
id: vue.unref(idCorpo),
|
|
248
|
+
class: "swagger-op__corpo"
|
|
249
|
+
}, [
|
|
250
|
+
__props.operacao.descricao ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_5, vue.toDisplayString(__props.operacao.descricao), 1)) : vue.createCommentVNode("", true),
|
|
251
|
+
vue.createElementVNode("div", _hoisted_6, [
|
|
252
|
+
vue.createElementVNode("div", _hoisted_7, [
|
|
253
|
+
__props.operacao.parametros.length ? (vue.openBlock(), vue.createElementBlock("section", _hoisted_8, [
|
|
254
|
+
vue.createElementVNode("h4", _hoisted_9, [
|
|
255
|
+
_cache[3] || (_cache[3] = vue.createTextVNode(" Parâmetros ", -1)),
|
|
256
|
+
vue.createElementVNode("span", _hoisted_10, vue.toDisplayString(__props.operacao.parametros.length), 1)
|
|
257
|
+
]),
|
|
258
|
+
vue.createElementVNode("div", _hoisted_11, [
|
|
259
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.operacao.parametros, (parametro) => {
|
|
260
|
+
return vue.openBlock(), vue.createElementBlock("div", {
|
|
261
|
+
key: vue.unref(acaiUiSwaggerRequisicao.chaveParametro)(parametro),
|
|
262
|
+
class: "swagger-param"
|
|
263
|
+
}, [
|
|
264
|
+
vue.createElementVNode("div", _hoisted_12, [
|
|
265
|
+
vue.createElementVNode("span", _hoisted_13, [
|
|
266
|
+
vue.createTextVNode(vue.toDisplayString(parametro.nome) + " ", 1),
|
|
267
|
+
parametro.obrigatorio ? (vue.openBlock(), vue.createElementBlock("abbr", _hoisted_14, " * ")) : vue.createCommentVNode("", true)
|
|
268
|
+
]),
|
|
269
|
+
vue.createElementVNode("span", _hoisted_15, [
|
|
270
|
+
vue.createElementVNode("span", _hoisted_16, vue.toDisplayString(parametro.onde), 1),
|
|
271
|
+
vue.createElementVNode("span", _hoisted_17, vue.toDisplayString(parametro.tipo), 1)
|
|
272
|
+
])
|
|
273
|
+
]),
|
|
274
|
+
vue.createElementVNode("div", _hoisted_18, [
|
|
275
|
+
podeExecutar.value && parametro.opcoes.length ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_19, [
|
|
276
|
+
vue.withDirectives(vue.createElementVNode("select", {
|
|
277
|
+
"onUpdate:modelValue": ($event) => valores.value[vue.unref(acaiUiSwaggerRequisicao.chaveParametro)(parametro)] = $event,
|
|
278
|
+
"aria-label": `Valor de ${parametro.nome}`,
|
|
279
|
+
required: parametro.obrigatorio
|
|
280
|
+
}, [
|
|
281
|
+
!parametro.obrigatorio ? (vue.openBlock(), vue.createElementBlock("option", _hoisted_21, "(não enviar)")) : vue.createCommentVNode("", true),
|
|
282
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(parametro.opcoes, (opcao) => {
|
|
283
|
+
return vue.openBlock(), vue.createElementBlock("option", {
|
|
284
|
+
key: opcao,
|
|
285
|
+
value: opcao
|
|
286
|
+
}, vue.toDisplayString(opcao), 9, _hoisted_22);
|
|
287
|
+
}), 128))
|
|
288
|
+
], 8, _hoisted_20), [
|
|
289
|
+
[vue.vModelSelect, valores.value[vue.unref(acaiUiSwaggerRequisicao.chaveParametro)(parametro)]]
|
|
290
|
+
])
|
|
291
|
+
])) : podeExecutar.value ? vue.withDirectives((vue.openBlock(), vue.createElementBlock("input", {
|
|
292
|
+
key: 1,
|
|
293
|
+
"onUpdate:modelValue": ($event) => valores.value[vue.unref(acaiUiSwaggerRequisicao.chaveParametro)(parametro)] = $event,
|
|
294
|
+
class: "swagger-input",
|
|
295
|
+
"aria-label": `Valor de ${parametro.nome}`,
|
|
296
|
+
placeholder: placeholderDe(parametro),
|
|
297
|
+
required: parametro.obrigatorio
|
|
298
|
+
}, null, 8, _hoisted_23)), [
|
|
299
|
+
[vue.vModelText, valores.value[vue.unref(acaiUiSwaggerRequisicao.chaveParametro)(parametro)]]
|
|
300
|
+
]) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_24, vue.toDisplayString(parametro.opcoes.length ? parametro.opcoes.join(" | ") : placeholderDe(parametro)), 1)),
|
|
301
|
+
parametro.descricao ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_25, vue.toDisplayString(parametro.descricao), 1)) : vue.createCommentVNode("", true)
|
|
302
|
+
])
|
|
303
|
+
]);
|
|
304
|
+
}), 128))
|
|
305
|
+
])
|
|
306
|
+
])) : vue.createCommentVNode("", true),
|
|
307
|
+
__props.operacao.corpo ? (vue.openBlock(), vue.createElementBlock("section", _hoisted_26, [
|
|
308
|
+
vue.createElementVNode("h4", _hoisted_27, [
|
|
309
|
+
_cache[4] || (_cache[4] = vue.createTextVNode(" Corpo ", -1)),
|
|
310
|
+
__props.operacao.corpo.obrigatorio ? (vue.openBlock(), vue.createElementBlock("abbr", _hoisted_28, " * ")) : vue.createCommentVNode("", true),
|
|
311
|
+
__props.operacao.corpo.tiposConteudo.length > 1 ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_29, [
|
|
312
|
+
vue.withDirectives(vue.createElementVNode("select", {
|
|
313
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => contentType.value = $event),
|
|
314
|
+
"aria-label": "Content-Type"
|
|
315
|
+
}, [
|
|
316
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.operacao.corpo.tiposConteudo, (tipo) => {
|
|
317
|
+
return vue.openBlock(), vue.createElementBlock("option", {
|
|
318
|
+
key: tipo,
|
|
319
|
+
value: tipo
|
|
320
|
+
}, vue.toDisplayString(tipo), 9, _hoisted_30);
|
|
321
|
+
}), 128))
|
|
322
|
+
], 512), [
|
|
323
|
+
[vue.vModelSelect, contentType.value]
|
|
324
|
+
])
|
|
325
|
+
])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_31, vue.toDisplayString(__props.operacao.corpo.tipoConteudoPadrao), 1)),
|
|
326
|
+
podeExecutar.value ? (vue.openBlock(), vue.createBlock(acaiUiButton, {
|
|
327
|
+
key: 3,
|
|
328
|
+
flat: "",
|
|
329
|
+
dense: "",
|
|
330
|
+
size: "sm",
|
|
331
|
+
class: "swagger-bloco__acao",
|
|
332
|
+
label: "Restaurar exemplo",
|
|
333
|
+
icon: "refresh",
|
|
334
|
+
onClick: restaurarCorpo
|
|
335
|
+
})) : vue.createCommentVNode("", true)
|
|
336
|
+
]),
|
|
337
|
+
__props.operacao.corpo.descricao ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_32, vue.toDisplayString(__props.operacao.corpo.descricao), 1)) : vue.createCommentVNode("", true),
|
|
338
|
+
podeExecutar.value ? (vue.openBlock(), vue.createBlock(acaiUiCode_vue_vue_type_script_setup_true_lang, {
|
|
339
|
+
key: 1,
|
|
340
|
+
modelValue: corpo.value,
|
|
341
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => corpo.value = $event),
|
|
342
|
+
"aria-label": "Corpo da requisição",
|
|
343
|
+
copiavel: false
|
|
344
|
+
}, null, 8, ["modelValue"])) : (vue.openBlock(), vue.createBlock(acaiUiCode_vue_vue_type_script_setup_true_lang, {
|
|
345
|
+
key: 2,
|
|
346
|
+
value: exemploCorpo.value,
|
|
347
|
+
"max-height": "420px"
|
|
348
|
+
}, null, 8, ["value"])),
|
|
349
|
+
__props.operacao.corpo.schema ? (vue.openBlock(), vue.createElementBlock("details", _hoisted_33, [
|
|
350
|
+
_cache[5] || (_cache[5] = vue.createElementVNode("summary", null, "Campos do schema", -1)),
|
|
351
|
+
vue.createVNode(acaiUiSwaggerSchema_vue_vue_type_script_setup_true_lang, {
|
|
352
|
+
doc: __props.doc,
|
|
353
|
+
schema: __props.operacao.corpo.schema
|
|
354
|
+
}, null, 8, ["doc", "schema"])
|
|
355
|
+
])) : vue.createCommentVNode("", true)
|
|
356
|
+
])) : vue.createCommentVNode("", true),
|
|
357
|
+
!__props.operacao.parametros.length && !__props.operacao.corpo ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_34, " Esta operação não recebe parâmetros nem corpo. ")) : vue.createCommentVNode("", true)
|
|
358
|
+
]),
|
|
359
|
+
vue.createElementVNode("div", _hoisted_35, [
|
|
360
|
+
podeExecutar.value ? (vue.openBlock(), vue.createElementBlock("section", _hoisted_36, [
|
|
361
|
+
vue.createElementVNode("div", _hoisted_37, [
|
|
362
|
+
vue.createVNode(acaiUiButton, {
|
|
363
|
+
label: "Executar",
|
|
364
|
+
icon: "play_arrow",
|
|
365
|
+
size: "sm",
|
|
366
|
+
loading: executando.value,
|
|
367
|
+
onClick: executar
|
|
368
|
+
}, null, 8, ["loading"]),
|
|
369
|
+
vue.createVNode(acaiUiButton, {
|
|
370
|
+
flat: "",
|
|
371
|
+
dense: "",
|
|
372
|
+
size: "sm",
|
|
373
|
+
label: "cURL",
|
|
374
|
+
icon: "content_copy",
|
|
375
|
+
onClick: copiarCurl
|
|
376
|
+
}),
|
|
377
|
+
resultado.value ? (vue.openBlock(), vue.createBlock(acaiUiButton, {
|
|
378
|
+
key: 0,
|
|
379
|
+
flat: "",
|
|
380
|
+
dense: "",
|
|
381
|
+
size: "sm",
|
|
382
|
+
label: "Limpar",
|
|
383
|
+
icon: "close",
|
|
384
|
+
onClick: _cache[2] || (_cache[2] = ($event) => resultado.value = null)
|
|
385
|
+
})) : vue.createCommentVNode("", true)
|
|
386
|
+
]),
|
|
387
|
+
vue.createElementVNode("p", _hoisted_38, [
|
|
388
|
+
vue.createElementVNode("span", {
|
|
389
|
+
class: vue.normalizeClass(["swagger-metodo", `swagger-metodo--${__props.operacao.metodo}`])
|
|
390
|
+
}, vue.toDisplayString(__props.operacao.metodo), 3),
|
|
391
|
+
vue.createElementVNode("span", _hoisted_39, vue.toDisplayString(urlPrevia.value), 1)
|
|
392
|
+
]),
|
|
393
|
+
resultado.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_40, [
|
|
394
|
+
resultado.value.erroRede ? (vue.openBlock(), vue.createBlock(acaiUiBanner, {
|
|
395
|
+
key: 0,
|
|
396
|
+
type: "error",
|
|
397
|
+
title: "A requisição não saiu"
|
|
398
|
+
}, {
|
|
399
|
+
default: vue.withCtx(() => [
|
|
400
|
+
vue.createTextVNode(vue.toDisplayString(resultado.value.erroRede) + " — verifique se o servidor está no ar e se ele libera CORS para a origem do app. ", 1)
|
|
401
|
+
]),
|
|
402
|
+
_: 1
|
|
403
|
+
})) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
404
|
+
vue.createElementVNode("div", _hoisted_41, [
|
|
405
|
+
vue.createElementVNode("span", {
|
|
406
|
+
class: vue.normalizeClass(["swagger-status", classeStatus(String(resultado.value.status))])
|
|
407
|
+
}, vue.toDisplayString(resultado.value.status) + " " + vue.toDisplayString(resultado.value.statusTexto), 3),
|
|
408
|
+
vue.createElementVNode("span", _hoisted_42, vue.toDisplayString(resultado.value.tempoMs) + " ms", 1),
|
|
409
|
+
vue.createElementVNode("span", _hoisted_43, vue.toDisplayString(tamanhoLegivel.value), 1)
|
|
410
|
+
]),
|
|
411
|
+
vue.createVNode(acaiUiCode_vue_vue_type_script_setup_true_lang, {
|
|
412
|
+
value: resultado.value.corpo || "(sem corpo)",
|
|
413
|
+
"max-height": "480px"
|
|
414
|
+
}, null, 8, ["value"])
|
|
415
|
+
], 64))
|
|
416
|
+
])) : vue.createCommentVNode("", true)
|
|
417
|
+
])) : vue.createCommentVNode("", true),
|
|
418
|
+
__props.operacao.respostas.length ? (vue.openBlock(), vue.createElementBlock("section", _hoisted_44, [
|
|
419
|
+
_cache[8] || (_cache[8] = vue.createElementVNode("h4", { class: "swagger-bloco__titulo" }, "Respostas previstas", -1)),
|
|
420
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.operacao.respostas, (resposta) => {
|
|
421
|
+
return vue.openBlock(), vue.createElementBlock("div", {
|
|
422
|
+
key: resposta.status,
|
|
423
|
+
class: "swagger-resposta"
|
|
424
|
+
}, [
|
|
425
|
+
vue.createElementVNode("div", _hoisted_45, [
|
|
426
|
+
vue.createElementVNode("span", {
|
|
427
|
+
class: vue.normalizeClass(["swagger-status", classeStatus(resposta.status)])
|
|
428
|
+
}, vue.toDisplayString(resposta.status), 3),
|
|
429
|
+
vue.createElementVNode("span", _hoisted_46, vue.toDisplayString(resposta.descricao), 1),
|
|
430
|
+
resposta.tipoConteudo ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_47, vue.toDisplayString(resposta.tipoConteudo), 1)) : vue.createCommentVNode("", true)
|
|
431
|
+
]),
|
|
432
|
+
resposta.exemplo !== null ? (vue.openBlock(), vue.createElementBlock("details", _hoisted_48, [
|
|
433
|
+
_cache[6] || (_cache[6] = vue.createElementVNode("summary", null, "Exemplo", -1)),
|
|
434
|
+
vue.createVNode(acaiUiCode_vue_vue_type_script_setup_true_lang, {
|
|
435
|
+
value: resposta.exemplo,
|
|
436
|
+
"max-height": "360px"
|
|
437
|
+
}, null, 8, ["value"])
|
|
438
|
+
])) : vue.createCommentVNode("", true),
|
|
439
|
+
resposta.schema ? (vue.openBlock(), vue.createElementBlock("details", _hoisted_49, [
|
|
440
|
+
_cache[7] || (_cache[7] = vue.createElementVNode("summary", null, "Campos do schema", -1)),
|
|
441
|
+
vue.createVNode(acaiUiSwaggerSchema_vue_vue_type_script_setup_true_lang, {
|
|
442
|
+
doc: __props.doc,
|
|
443
|
+
schema: resposta.schema
|
|
444
|
+
}, null, 8, ["doc", "schema"])
|
|
445
|
+
])) : vue.createCommentVNode("", true)
|
|
446
|
+
]);
|
|
447
|
+
}), 128))
|
|
448
|
+
])) : vue.createCommentVNode("", true)
|
|
449
|
+
])
|
|
450
|
+
])
|
|
451
|
+
], 8, _hoisted_4)) : vue.createCommentVNode("", true)
|
|
452
|
+
]),
|
|
453
|
+
_: 1
|
|
454
|
+
})
|
|
455
|
+
], 2);
|
|
456
|
+
};
|
|
457
|
+
}
|
|
458
|
+
});
|
|
459
|
+
module.exports = _sfc_main;
|
|
460
|
+
//# sourceMappingURL=index186.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index186.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|