Skip to content

Commit

Permalink
Subindo nova build
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJardim committed Dec 17, 2024
1 parent 89e6f44 commit 6b8d0a2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion build/Vectorization-builded-4node.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if(typeof window === 'undefined'){
window.VECTORIZATION_BUILD_TYPE = 'navegador';
}

/* COMPILADO: 11/12/2024 - 15:35:57*//* ARQUIVO VECTORIZATION: ../src/Root.js*/
/* COMPILADO: 17/12/2024 - 16:27:05*//* ARQUIVO VECTORIZATION: ../src/Root.js*/
/*
* File Name: Root.js
* Author Name: William Alves Jardim
Expand Down Expand Up @@ -5232,6 +5232,12 @@ window.Vectorization.Matrix = function( config, classConfig={} ){
dadosRecortados.push( context.getLinha(i).raw() );
}

if( context.flexibilidade ){
return Vectorization.Matrix(dadosRecortados, {
flexibilidade: context.flexibilidade || []
});
}

return Vectorization.Matrix(dadosRecortados);
}

Expand Down
8 changes: 7 additions & 1 deletion build/Vectorization-builded.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if(typeof window === 'undefined'){
window.VECTORIZATION_BUILD_TYPE = 'navegador';
}

/* COMPILADO: 11/12/2024 - 15:35:57*//* ARQUIVO VECTORIZATION: ../src/Root.js*/
/* COMPILADO: 17/12/2024 - 16:27:05*//* ARQUIVO VECTORIZATION: ../src/Root.js*/
/*
* File Name: Root.js
* Author Name: William Alves Jardim
Expand Down Expand Up @@ -5232,6 +5232,12 @@ window.Vectorization.Matrix = function( config, classConfig={} ){
dadosRecortados.push( context.getLinha(i).raw() );
}

if( context.flexibilidade ){
return Vectorization.Matrix(dadosRecortados, {
flexibilidade: context.flexibilidade || []
});
}

return Vectorization.Matrix(dadosRecortados);
}

Expand Down

0 comments on commit 6b8d0a2

Please sign in to comment.