@pdfme/ui 6.1.12-dev.12 → 6.1.12-dev.13
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -75616,7 +75616,7 @@ var Underline = [["path", { d: "M6 4v6a6 6 0 0 0 12 0V4" }], ["line", {
|
|
|
75616
75616
|
y2: "20"
|
|
75617
75617
|
}]];
|
|
75618
75618
|
//#endregion
|
|
75619
|
-
//#region ../schemas/dist/builtins-
|
|
75619
|
+
//#region ../schemas/dist/builtins-DZAw3Nhr.js
|
|
75620
75620
|
var addUriLinkAnnotation = (arg) => {
|
|
75621
75621
|
const { pdfDoc, page, uri, rect, borderWidth = 0 } = arg;
|
|
75622
75622
|
const safeUri = normalizeSafeLinkUri(uri);
|
|
@@ -75978,6 +75978,7 @@ var pdfRender = async (arg) => {
|
|
|
75978
75978
|
x: x + width / 2,
|
|
75979
75979
|
y: pageHeight - mm2pt(schema.position.y) - height / 2
|
|
75980
75980
|
};
|
|
75981
|
+
if (!value) return;
|
|
75981
75982
|
drawTextBoxDecoration({
|
|
75982
75983
|
page,
|
|
75983
75984
|
schema,
|
|
@@ -75989,7 +75990,6 @@ var pdfRender = async (arg) => {
|
|
|
75989
75990
|
rotate,
|
|
75990
75991
|
pivotPoint
|
|
75991
75992
|
});
|
|
75992
|
-
if (!value) return;
|
|
75993
75993
|
const fontName = schema.fontName ? schema.fontName : getFallbackFontName(font);
|
|
75994
75994
|
const enableInlineMarkdown = isInlineMarkdownTextSchema(schema);
|
|
75995
75995
|
const contentArea = getBoxContentArea(schema);
|