@pdfme/pdf-lib 6.0.6-dev.4 → 6.0.6-dev.9

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
@@ -819,7 +819,7 @@ var pdfDocEncodingDecode = (bytes) => {
819
819
  return String.fromCodePoint(...codePoints);
820
820
  };
821
821
  //#endregion
822
- //#region \0@oxc-project+runtime@0.122.0/helpers/typeof.js
822
+ //#region \0@oxc-project+runtime@0.127.0/helpers/typeof.js
823
823
  function _typeof(o) {
824
824
  "@babel/helpers - typeof";
825
825
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
@@ -829,7 +829,7 @@ function _typeof(o) {
829
829
  }, _typeof(o);
830
830
  }
831
831
  //#endregion
832
- //#region \0@oxc-project+runtime@0.122.0/helpers/toPrimitive.js
832
+ //#region \0@oxc-project+runtime@0.127.0/helpers/toPrimitive.js
833
833
  function toPrimitive(t, r) {
834
834
  if ("object" != _typeof(t) || !t) return t;
835
835
  var e = t[Symbol.toPrimitive];
@@ -841,13 +841,13 @@ function toPrimitive(t, r) {
841
841
  return ("string" === r ? String : Number)(t);
842
842
  }
843
843
  //#endregion
844
- //#region \0@oxc-project+runtime@0.122.0/helpers/toPropertyKey.js
844
+ //#region \0@oxc-project+runtime@0.127.0/helpers/toPropertyKey.js
845
845
  function toPropertyKey(t) {
846
846
  var i = toPrimitive(t, "string");
847
847
  return "symbol" == _typeof(i) ? i : i + "";
848
848
  }
849
849
  //#endregion
850
- //#region \0@oxc-project+runtime@0.122.0/helpers/defineProperty.js
850
+ //#region \0@oxc-project+runtime@0.127.0/helpers/defineProperty.js
851
851
  function _defineProperty(e, r, t) {
852
852
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
853
853
  value: t,
@@ -1064,7 +1064,7 @@ var CharCodes = /* @__PURE__ */ function(CharCodes) {
1064
1064
  CharCodes[CharCodes["RightParen"] = 41] = "RightParen";
1065
1065
  CharCodes[CharCodes["Plus"] = 43] = "Plus";
1066
1066
  CharCodes[CharCodes["Minus"] = 45] = "Minus";
1067
- CharCodes[CharCodes["Dash"] = 45] = "Dash";
1067
+ CharCodes[CharCodes["Dash"] = CharCodes.Minus] = "Dash";
1068
1068
  CharCodes[CharCodes["Period"] = 46] = "Period";
1069
1069
  CharCodes[CharCodes["ForwardSlash"] = 47] = "ForwardSlash";
1070
1070
  CharCodes[CharCodes["Zero"] = 48] = "Zero";
@@ -3536,7 +3536,7 @@ var AFRelationship = /* @__PURE__ */ function(AFRelationship) {
3536
3536
  AFRelationship["Alternative"] = "Alternative";
3537
3537
  AFRelationship["Supplement"] = "Supplement";
3538
3538
  AFRelationship["EncryptedPayload"] = "EncryptedPayload";
3539
- AFRelationship["FormData"] = "EncryptedPayload";
3539
+ AFRelationship[AFRelationship["FormData"] = AFRelationship.EncryptedPayload] = "FormData";
3540
3540
  AFRelationship["Schema"] = "Schema";
3541
3541
  AFRelationship["Unspecified"] = "Unspecified";
3542
3542
  return AFRelationship;