form-custom-test 3.0.97 → 3.0.98

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/render.es.js CHANGED
@@ -3047,10 +3047,10 @@ const getRegExp = function(validatorName2) {
3047
3047
  isPositiveIntegerZero: "/^0$|^([1-9]\\d{0,3})$/",
3048
3048
  maxLen10Decimals2: "/^\\d{1,10}(\\.\\d{1,2})?$/",
3049
3049
  maxLen12Decimals2: "/^\\d{1,12}(\\.\\d{1,2})?$/",
3050
- latitude: "/^-?(?:90(?:.0{1,6})?|[1-8]?d(?:.d{1,6})?|0(?:.d{1,6})?)$/",
3051
- sixFigures: "/^d{1,6}(.d{1,6})?$/",
3052
- percentage: "/^(?:100(?:.0{0,4})?|[1-9]?d(?:.d{0,4})?|0(?:.d{0,4})?)$/",
3053
- longitude: "/^-?(?:180(?:.0{1,6})?|1[0-7]d(?:.d{1,6})?|[1-9]?d(?:.d{1,6})?|0(?:.d{1,6})?)$/"
3050
+ latitude: "/^-?(?:90(?:\\.0{1,6})?|[1-8]?\\d(?:\\.\\d{1,6})?|0(?:\\.\\d{1,6})?)$/",
3051
+ sixFigures: "/^\\d{1,6}(\\.\\d{1,6})?$/",
3052
+ percentage: "/^(?:100(?:\\.0{0,4})?|[1-9]?\\d(?:\\.\\d{0,4})?|0(?:\\.\\d{0,4})?)$/",
3053
+ longitude: "/^-?(?:180(?:\\.0{1,6})?|1[0-7]\\d(?:\\.\\d{1,6})?|[1-9]?\\d(?:\\.\\d{1,6})?|0(?:\\.\\d{1,6})?)$/"
3054
3054
  };
3055
3055
  return commonRegExp[validatorName2];
3056
3056
  };
@@ -26090,13 +26090,13 @@ function registerIcon(app) {
26090
26090
  if (typeof window !== "undefined") {
26091
26091
  let loadSvg = function() {
26092
26092
  var body = document.body;
26093
- var svgDom = document.getElementById("__svg__icons__dom__1777000619906__");
26093
+ var svgDom = document.getElementById("__svg__icons__dom__1777010213004__");
26094
26094
  if (!svgDom) {
26095
26095
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
26096
26096
  svgDom.style.position = "absolute";
26097
26097
  svgDom.style.width = "0";
26098
26098
  svgDom.style.height = "0";
26099
- svgDom.id = "__svg__icons__dom__1777000619906__";
26099
+ svgDom.id = "__svg__icons__dom__1777010213004__";
26100
26100
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
26101
26101
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
26102
26102
  }