melhorias no build
This commit is contained in:
parent
cd6d9c35a2
commit
1d6a109fc4
387 changed files with 765 additions and 23443 deletions
|
|
@ -1,44 +0,0 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.escopo3aeronave1 = void 0;
|
||||
const resposta_1 = require("../../../../resposta");
|
||||
const listas_1 = require("../../../ListasFatoresEmissao/listas");
|
||||
const interfaces_1 = require("../../../interfaces");
|
||||
exports.escopo3aeronave1 = {
|
||||
escopo: "Escopo3",
|
||||
idTipoFonte: "escopo3aeronave1",
|
||||
descricao: "Viagens em aeronaves de acordo com aeroportos de origem e destino",
|
||||
estruturaCadastro: [
|
||||
{
|
||||
idCampo: "descricao",
|
||||
descricao: "Registro da viagem",
|
||||
tipo: interfaces_1.tiposCamposGee.texto,
|
||||
},
|
||||
{
|
||||
idCampo: "partida",
|
||||
descricao: "Partida",
|
||||
tipo: interfaces_1.tiposCamposGee.opcoes,
|
||||
opcoes: listas_1.listaCategoriasEscopo3,
|
||||
},
|
||||
{
|
||||
idCampo: "chegada",
|
||||
descricao: "Chegada",
|
||||
tipo: interfaces_1.tiposCamposGee.opcoes,
|
||||
opcoes: listas_1.listaCategoriasEscopo3,
|
||||
},
|
||||
],
|
||||
estruturaRegistro: [
|
||||
{
|
||||
campo: "numeroTrechos",
|
||||
descricao: "Número de trechos voados",
|
||||
tipo: interfaces_1.tiposCamposGee.numero,
|
||||
},
|
||||
],
|
||||
formula: ({ reg }) => {
|
||||
const trechos = reg.numeroTrechos;
|
||||
const carbono = 1 * trechos;
|
||||
const bio = 0;
|
||||
return resposta_1.respostaCM.addResultado([carbono, bio]);
|
||||
},
|
||||
};
|
||||
//# sourceMappingURL=viagemAeronave1.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue