shareneus 1.6.89 → 1.6.90
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.
|
@@ -224,7 +224,7 @@ function buildPdfDocDefinition(PDFInvoiceData = {}, PrintConfigData = {}, printC
|
|
|
224
224
|
const raw = String((_a = PrintConfig === null || PrintConfig === void 0 ? void 0 : PrintConfig.PSize) !== null && _a !== void 0 ? _a : '').trim().toLowerCase();
|
|
225
225
|
const normalized = raw.replace(/[\s_-]/g, '');
|
|
226
226
|
if (normalized === 'halfa4') {
|
|
227
|
-
pageMargins = [
|
|
227
|
+
pageMargins = [15, 15, 15, 435.945];
|
|
228
228
|
}
|
|
229
229
|
const availableWidth = (0, pdf_table_section_1.getAvailablePageWidth)(pageSize, requestedPageOrientation, pageMargins);
|
|
230
230
|
const content = [];
|