This commit is contained in:
Luiz Silva 2026-01-09 13:59:40 -03:00
parent fd5c49071c
commit 5bfde6ee66
7 changed files with 45 additions and 14 deletions

View file

@ -213,9 +213,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
* Campo para entrada de data + hora.
*
* Modelo:
* - O componente **recebe** `modelValue` em ISO 8601 (UTC `Z` ou com offset).
* - Converte para horário local para exibir no `datetime-local`.
* - Ao editar, **emite** ISO 8601 com o **offset local**.
* - O componente **recebe** `modelValue` em ISO 8601 (UTC `Z` ou com offset)
* - Converte para horário local para exibir (`date` ou `datetime-local`)
* - Ao editar, **emite** ISO 8601 com o **offset local**
*/
declare const _default: typeof __VLS_export;
export default _default;