Refatorado estrutura de visões de gráficos
This commit is contained in:
parent
33a89ac1f3
commit
fea1b3d96c
52 changed files with 1489 additions and 1777 deletions
12
dist-require/pilao-de-dados/visoes/tipagem.js
Normal file
12
dist-require/pilao-de-dados/visoes/tipagem.js
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.z_tipos_campos_reg_grafico = void 0;
|
||||
const zod_1 = require("zod");
|
||||
exports.z_tipos_campos_reg_grafico = zod_1.z.enum([
|
||||
"tabela",
|
||||
"coluna",
|
||||
"texto",
|
||||
"lista_colunas",
|
||||
"lista_filtros",
|
||||
"ordem",
|
||||
]);
|
||||
Loading…
Add table
Add a link
Reference in a new issue