.
This commit is contained in:
parent
8ad8238f06
commit
2e36029ae6
6 changed files with 4 additions and 11 deletions
|
|
@ -743,7 +743,6 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
||||||
};
|
};
|
||||||
filtrosBase: {
|
filtrosBase: {
|
||||||
type: PropType<Array<{
|
type: PropType<Array<{
|
||||||
rotulo: string;
|
|
||||||
coluna: string | number | symbol;
|
coluna: string | number | symbol;
|
||||||
operador: import("p-comuns").operadores | keyof typeof import("p-comuns").operadores;
|
operador: import("p-comuns").operadores | keyof typeof import("p-comuns").operadores;
|
||||||
entrada: import("../EliEntrada/tiposEntradas.js").ComponenteEntrada;
|
entrada: import("../EliEntrada/tiposEntradas.js").ComponenteEntrada;
|
||||||
|
|
@ -878,7 +877,6 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
||||||
valor: any;
|
valor: any;
|
||||||
}[]>;
|
}[]>;
|
||||||
opcoesParaAdicionar: import("vue").ComputedRef<{
|
opcoesParaAdicionar: import("vue").ComputedRef<{
|
||||||
rotulo: string;
|
|
||||||
coluna: string | number | symbol;
|
coluna: string | number | symbol;
|
||||||
operador: import("p-comuns").operadores | keyof typeof import("p-comuns").operadores;
|
operador: import("p-comuns").operadores | keyof typeof import("p-comuns").operadores;
|
||||||
entrada: import("../EliEntrada/tiposEntradas.js").ComponenteEntrada;
|
entrada: import("../EliEntrada/tiposEntradas.js").ComponenteEntrada;
|
||||||
|
|
@ -1236,7 +1234,6 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
||||||
emitSalvar: () => void;
|
emitSalvar: () => void;
|
||||||
emitLimpar: () => void;
|
emitLimpar: () => void;
|
||||||
rotuloDoFiltro: (f: {
|
rotuloDoFiltro: (f: {
|
||||||
rotulo: string;
|
|
||||||
coluna: string | number | symbol;
|
coluna: string | number | symbol;
|
||||||
operador: import("p-comuns").operadores | keyof typeof import("p-comuns").operadores;
|
operador: import("p-comuns").operadores | keyof typeof import("p-comuns").operadores;
|
||||||
entrada: import("../EliEntrada/tiposEntradas.js").ComponenteEntrada;
|
entrada: import("../EliEntrada/tiposEntradas.js").ComponenteEntrada;
|
||||||
|
|
@ -1252,7 +1249,6 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
||||||
};
|
};
|
||||||
filtrosBase: {
|
filtrosBase: {
|
||||||
type: PropType<Array<{
|
type: PropType<Array<{
|
||||||
rotulo: string;
|
|
||||||
coluna: string | number | symbol;
|
coluna: string | number | symbol;
|
||||||
operador: import("p-comuns").operadores | keyof typeof import("p-comuns").operadores;
|
operador: import("p-comuns").operadores | keyof typeof import("p-comuns").operadores;
|
||||||
entrada: import("../EliEntrada/tiposEntradas.js").ComponenteEntrada;
|
entrada: import("../EliEntrada/tiposEntradas.js").ComponenteEntrada;
|
||||||
|
|
|
||||||
|
|
@ -141,7 +141,6 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
||||||
valor: any;
|
valor: any;
|
||||||
}[]>;
|
}[]>;
|
||||||
opcoesParaAdicionar: import("vue").ComputedRef<{
|
opcoesParaAdicionar: import("vue").ComputedRef<{
|
||||||
rotulo: string;
|
|
||||||
coluna: string | number | symbol;
|
coluna: string | number | symbol;
|
||||||
operador: import("p-comuns").operadores | keyof typeof import("p-comuns").operadores;
|
operador: import("p-comuns").operadores | keyof typeof import("p-comuns").operadores;
|
||||||
entrada: ComponenteEntrada;
|
entrada: ComponenteEntrada;
|
||||||
|
|
|
||||||
|
|
@ -108,7 +108,6 @@ export type tipoEliTabelaConsulta<T> = {
|
||||||
editarLista?: (lista: T[]) => Promise<T[]>;
|
editarLista?: (lista: T[]) => Promise<T[]>;
|
||||||
}[];
|
}[];
|
||||||
filtroAvancado?: {
|
filtroAvancado?: {
|
||||||
rotulo: string;
|
|
||||||
coluna: keyof T;
|
coluna: keyof T;
|
||||||
operador: operadores | keyof typeof operadores;
|
operador: operadores | keyof typeof operadores;
|
||||||
entrada: ComponenteEntrada;
|
entrada: ComponenteEntrada;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "eli-vue",
|
"name": "eli-vue",
|
||||||
"version": "0.1.87",
|
"version": "0.1.88",
|
||||||
"private": false,
|
"private": false,
|
||||||
"main": "./dist/eli-vue.umd.js",
|
"main": "./dist/eli-vue.umd.js",
|
||||||
"module": "./dist/eli-vue.es.js",
|
"module": "./dist/eli-vue.es.js",
|
||||||
|
|
|
||||||
|
|
@ -138,7 +138,6 @@ export type tipoEliTabelaConsulta<T> = {
|
||||||
}[];
|
}[];
|
||||||
|
|
||||||
filtroAvancado?: {
|
filtroAvancado?: {
|
||||||
rotulo: string,
|
|
||||||
coluna: keyof T,
|
coluna: keyof T,
|
||||||
operador: operadores | keyof typeof operadores,
|
operador: operadores | keyof typeof operadores,
|
||||||
entrada: ComponenteEntrada
|
entrada: ComponenteEntrada
|
||||||
|
|
|
||||||
|
|
@ -508,19 +508,19 @@ export default defineComponent({
|
||||||
coluna: "empreendedor",
|
coluna: "empreendedor",
|
||||||
operador: "like",
|
operador: "like",
|
||||||
entrada: ["texto", { rotulo: "Empreendedor" }] as ComponenteEntrada,
|
entrada: ["texto", { rotulo: "Empreendedor" }] as ComponenteEntrada,
|
||||||
rotulo: 'Empreendedor'
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
coluna: "documento",
|
coluna: "documento",
|
||||||
operador: "like",
|
operador: "like",
|
||||||
entrada: ["texto", { rotulo: "Documento", formato: "cpfCnpj" }] as ComponenteEntrada,
|
entrada: ["texto", { rotulo: "Documento", formato: "cpfCnpj" }] as ComponenteEntrada,
|
||||||
'rotulo': 'Documento'
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
coluna: "email",
|
coluna: "email",
|
||||||
operador: "like",
|
operador: "like",
|
||||||
entrada: ["texto", { rotulo: "E-mail", formato: "email" }] as ComponenteEntrada,
|
entrada: ["texto", { rotulo: "E-mail", formato: "email" }] as ComponenteEntrada,
|
||||||
rotulo: 'E-mail'
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
consulta: async (parametrosConsulta) => {
|
consulta: async (parametrosConsulta) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue