bhl-forms 0.1.17 → 0.1.19

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.
@@ -9442,7 +9442,10 @@ var keyValOverlap = (o1, o2) => {
9442
9442
  }
9443
9443
  return result;
9444
9444
  };
9445
- var strSubUrl = (str, obj) => str.replace(/\${(.*?)}/g, (x2, g) => encodeURIComponent(_getKey(obj, g)));
9445
+ var strSubUrl = function strSubUrl2(str, obj) {
9446
+ var d3 = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : "";
9447
+ return str.replace(/\${(.*?)}/g, (x2, g) => encodeURIComponent(_getKey(obj, g) || d3));
9448
+ };
9446
9449
  function usePrepop() {
9447
9450
  var prepopSettings = {};
9448
9451
  var urlParams2 = new URLSearchParams(window.location.search);