.
This commit is contained in:
parent
0bdfaf9729
commit
b3915b93c2
4 changed files with 4 additions and 5 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "p-drives",
|
"name": "p-drives",
|
||||||
"version": "0.212.0",
|
"version": "0.213.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|
|
||||||
|
|
@ -63,12 +63,11 @@ export const z_soma_em_barra_vertical: tipo_estrutura_visao_grafico<"z_soma_em_b
|
||||||
tipo_campo: "texto",
|
tipo_campo: "texto",
|
||||||
order: 6,
|
order: 6,
|
||||||
},
|
},
|
||||||
filtros: { rotulo: "Filtros", tipo_campo: "lista_filtros", order: 5 },
|
|
||||||
|
|
||||||
exibirComoPorcentagem: {
|
exibirComoPorcentagem: {
|
||||||
rotulo: "Exibir como porcentagem",
|
rotulo: "Exibir como porcentagem",
|
||||||
order: 7,
|
order: 7,
|
||||||
tipo_campo: "booleana",
|
tipo_campo: "booleana",
|
||||||
},
|
},
|
||||||
|
filtros: { rotulo: "Filtros", tipo_campo: "lista_filtros", order: 8 },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue