@pdfme/ui 6.1.1-dev.16 → 6.1.1-dev.18

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 CHANGED
@@ -100159,7 +100159,7 @@ var getDynamicLayoutForTable = async (value, args) => {
100159
100159
  };
100160
100160
  };
100161
100161
  //#endregion
100162
- //#region ../schemas/dist/utils.js
100162
+ //#region ../schemas/dist/utils-Bd4CvhPZ.js
100163
100163
  var convertForPdfLayoutProps = ({ schema, pageHeight, applyRotateTranslate = true }) => {
100164
100164
  const { width: mmWidth, height: mmHeight, position, rotate, opacity } = schema;
100165
100165
  const { x: mmX, y: mmY } = position;
@@ -100449,7 +100449,7 @@ var Underline = [["path", { d: "M6 4v6a6 6 0 0 0 12 0V4" }], ["line", {
100449
100449
  y2: "20"
100450
100450
  }]];
100451
100451
  //#endregion
100452
- //#region ../schemas/dist/builtins-IF8ozb_E.js
100452
+ //#region ../schemas/dist/builtins-BNd4jd5D.js
100453
100453
  var addUriLinkAnnotation = (arg) => {
100454
100454
  const { pdfDoc, page, uri, rect, borderWidth = 0 } = arg;
100455
100455
  const safeUri = normalizeSafeLinkUri(uri);
@@ -213697,7 +213697,7 @@ withProvider(FormCore, { Html: html });
213697
213697
  //#region ../../node_modules/form-render/es/index.js
213698
213698
  var es_default = withProvider(FormCore, widgets_exports);
213699
213699
  //#endregion
213700
- //#region ../schemas/dist/helper-BJzBqIT4.js
213700
+ //#region ../schemas/dist/helper-BFz9EwDz.js
213701
213701
  var substituteVariables = (text, variablesIn, valueMapper = (value) => value) => {
213702
213702
  if (!text) return "";
213703
213703
  let substitutedText = text;
@@ -213733,7 +213733,7 @@ var validateVariables = (value, schema) => {
213733
213733
  return true;
213734
213734
  };
213735
213735
  //#endregion
213736
- //#region ../schemas/dist/dynamicTemplate-CB2Hj9cN.js
213736
+ //#region ../schemas/dist/dynamicTemplate-CBvwRBx9.js
213737
213737
  var getDynamicLayoutForMultiVariableText = async (value, args) => {
213738
213738
  if (args.schema.type !== "multiVariableText") return { heights: [args.schema.height] };
213739
213739
  const schema = args.schema;
@@ -235755,7 +235755,7 @@ var Designer = class extends BaseUIClass {
235755
235755
  }
235756
235756
  };
235757
235757
  //#endregion
235758
- //#region ../schemas/dist/dynamicTemplate-Fn7mpUsu.js
235758
+ //#region ../schemas/dist/dynamicTemplate-BpD4RNw8.js
235759
235759
  var normalizeListItems = (value) => {
235760
235760
  if (Array.isArray(value)) return value.map((item) => String(item));
235761
235761
  if (typeof value !== "string") return value == null ? [] : [String(value)];