.
This commit is contained in:
parent
75309db4ef
commit
82645e0e01
8 changed files with 74 additions and 43 deletions
36
dist-require/pilao-de-dados/index.d.ts
vendored
36
dist-require/pilao-de-dados/index.d.ts
vendored
|
|
@ -41,21 +41,21 @@ export declare const pPilao: {
|
|||
tipo_campo: import("zod").TypeOf<import("zod").ZodEnum<["tabela", "coluna", "texto", "lista_colunas", "lista_filtros", "ordem"]>>;
|
||||
order: number;
|
||||
};
|
||||
colunaAgrupamento?: {
|
||||
colunaAgrupamento: {
|
||||
rotulo: string;
|
||||
tipo_campo: import("zod").TypeOf<import("zod").ZodEnum<["tabela", "coluna", "texto", "lista_colunas", "lista_filtros", "ordem"]>>;
|
||||
order: number;
|
||||
} | undefined;
|
||||
filtros?: {
|
||||
};
|
||||
filtros: {
|
||||
rotulo: string;
|
||||
tipo_campo: import("zod").TypeOf<import("zod").ZodEnum<["tabela", "coluna", "texto", "lista_colunas", "lista_filtros", "ordem"]>>;
|
||||
order: number;
|
||||
} | undefined;
|
||||
descricao_pelo_usuario?: {
|
||||
};
|
||||
descricao_pelo_usuario: {
|
||||
rotulo: string;
|
||||
tipo_campo: import("zod").TypeOf<import("zod").ZodEnum<["tabela", "coluna", "texto", "lista_colunas", "lista_filtros", "ordem"]>>;
|
||||
order: number;
|
||||
} | undefined;
|
||||
};
|
||||
};
|
||||
};
|
||||
z_contagem_em_pizza: {
|
||||
|
|
@ -92,16 +92,16 @@ export declare const pPilao: {
|
|||
tipo_campo: import("zod").TypeOf<import("zod").ZodEnum<["tabela", "coluna", "texto", "lista_colunas", "lista_filtros", "ordem"]>>;
|
||||
order: number;
|
||||
};
|
||||
filtros?: {
|
||||
filtros: {
|
||||
rotulo: string;
|
||||
tipo_campo: import("zod").TypeOf<import("zod").ZodEnum<["tabela", "coluna", "texto", "lista_colunas", "lista_filtros", "ordem"]>>;
|
||||
order: number;
|
||||
} | undefined;
|
||||
descricao_pelo_usuario?: {
|
||||
};
|
||||
descricao_pelo_usuario: {
|
||||
rotulo: string;
|
||||
tipo_campo: import("zod").TypeOf<import("zod").ZodEnum<["tabela", "coluna", "texto", "lista_colunas", "lista_filtros", "ordem"]>>;
|
||||
order: number;
|
||||
} | undefined;
|
||||
};
|
||||
};
|
||||
};
|
||||
z_tabela: {
|
||||
|
|
@ -142,26 +142,26 @@ export declare const pPilao: {
|
|||
tipo_campo: import("zod").TypeOf<import("zod").ZodEnum<["tabela", "coluna", "texto", "lista_colunas", "lista_filtros", "ordem"]>>;
|
||||
order: number;
|
||||
};
|
||||
filtros?: {
|
||||
filtros: {
|
||||
rotulo: string;
|
||||
tipo_campo: import("zod").TypeOf<import("zod").ZodEnum<["tabela", "coluna", "texto", "lista_colunas", "lista_filtros", "ordem"]>>;
|
||||
order: number;
|
||||
} | undefined;
|
||||
descricao_pelo_usuario?: {
|
||||
};
|
||||
descricao_pelo_usuario: {
|
||||
rotulo: string;
|
||||
tipo_campo: import("zod").TypeOf<import("zod").ZodEnum<["tabela", "coluna", "texto", "lista_colunas", "lista_filtros", "ordem"]>>;
|
||||
order: number;
|
||||
} | undefined;
|
||||
coluna_ordem?: {
|
||||
};
|
||||
coluna_ordem: {
|
||||
rotulo: string;
|
||||
tipo_campo: import("zod").TypeOf<import("zod").ZodEnum<["tabela", "coluna", "texto", "lista_colunas", "lista_filtros", "ordem"]>>;
|
||||
order: number;
|
||||
} | undefined;
|
||||
direcao_ordem?: {
|
||||
};
|
||||
direcao_ordem: {
|
||||
rotulo: string;
|
||||
tipo_campo: import("zod").TypeOf<import("zod").ZodEnum<["tabela", "coluna", "texto", "lista_colunas", "lista_filtros", "ordem"]>>;
|
||||
order: number;
|
||||
} | undefined;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue