etiquetas.js 1.0.0-alpha.11 → 1.0.0-alpha.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/etiquetas.es.js +1 -1
- package/dist/etiquetas.umd.js +1 -1
- package/dist/etiquetas.umd.js.map +1 -1
- package/dist/{index-Bl0CvwuC.js → index-ByX7GCn9.js} +7 -15
- package/dist/{index-Bl0CvwuC.js.map → index-ByX7GCn9.js.map} +1 -1
- package/dist/{index.es-eEPQXFRd.js → index.es-D9tZR_eO.js} +2 -2
- package/dist/{index.es-eEPQXFRd.js.map → index.es-D9tZR_eO.js.map} +1 -1
- package/package.json +1 -1
|
@@ -11530,7 +11530,7 @@ function(t2) {
|
|
|
11530
11530
|
*/
|
|
11531
11531
|
function(t2) {
|
|
11532
11532
|
function e2() {
|
|
11533
|
-
return (n.canvg ? Promise.resolve(n.canvg) : import("./index.es-
|
|
11533
|
+
return (n.canvg ? Promise.resolve(n.canvg) : import("./index.es-D9tZR_eO.js")).catch(function(t3) {
|
|
11534
11534
|
return Promise.reject(new Error("Could not load canvg: " + t3));
|
|
11535
11535
|
}).then(function(t3) {
|
|
11536
11536
|
return t3.default ? t3.default : t3;
|
|
@@ -28862,19 +28862,11 @@ function insertFiguresToPdf(_e) {
|
|
|
28862
28862
|
tableWidth: vWidth,
|
|
28863
28863
|
rowPageBreak: "avoid",
|
|
28864
28864
|
pageBreak: "auto",
|
|
28865
|
-
showHead: "firstPage"
|
|
28866
|
-
|
|
28867
|
-
|
|
28868
|
-
|
|
28869
|
-
|
|
28870
|
-
},
|
|
28871
|
-
columnStyles: {
|
|
28872
|
-
// Definição de larguras específicas para colunas
|
|
28873
|
-
0: { cellWidth: vWidth * 0.15 }, // ID - 15%
|
|
28874
|
-
1: { cellWidth: vWidth * 0.4 }, // Nome - 40%
|
|
28875
|
-
2: { cellWidth: vWidth * 0.1 }, // Qtd - 10%
|
|
28876
|
-
3: { cellWidth: vWidth * 0.35 } // Dimensões - 35%
|
|
28877
|
-
}*/
|
|
28865
|
+
showHead: "firstPage",
|
|
28866
|
+
didDrawPage: function(data) {
|
|
28867
|
+
data.settings.margin.top = 0;
|
|
28868
|
+
data.cursor.y = 0;
|
|
28869
|
+
}
|
|
28878
28870
|
});
|
|
28879
28871
|
} catch (tableError) {
|
|
28880
28872
|
console.error("Erro ao criar tabela automatizada:", tableError);
|
|
@@ -59979,4 +59971,4 @@ export {
|
|
|
59979
59971
|
sendToPrinter as y,
|
|
59980
59972
|
validateLabelData as z
|
|
59981
59973
|
};
|
|
59982
|
-
//# sourceMappingURL=index-
|
|
59974
|
+
//# sourceMappingURL=index-ByX7GCn9.js.map
|