melhoria na tabela

This commit is contained in:
Luiz Silva 2026-02-15 10:38:42 -03:00
parent 87520552b4
commit 2f01368305
5 changed files with 719 additions and 695 deletions

1239
dist/eli-vue.es.js vendored

File diff suppressed because it is too large Load diff

18
dist/eli-vue.umd.js vendored

File diff suppressed because one or more lines are too long

View file

@ -48,6 +48,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
}[]>;
temAcoesCabecalho: import("vue").ComputedRef<boolean>;
temAcoes: import("vue").ComputedRef<boolean>;
totalColunas: import("vue").ComputedRef<number>;
colunasEfetivas: import("vue").ComputedRef<any[]>;
rotulosColunas: import("vue").ComputedRef<string[]>;
modalColunasAberto: import("vue").Ref<boolean, boolean>;