form-custom-test 3.0.91 → 3.0.92

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
@@ -3034,11 +3034,11 @@ const getRegExp = function(validatorName2) {
3034
3034
  chinese: "/^[\u4E00-\u9FA5]+$/",
3035
3035
  email: "/^([-_A-Za-z0-9.]+)@([_A-Za-z0-9]+\\.)+[A-Za-z0-9]{2,3}$/",
3036
3036
  url: "/^([hH][tT]{2}[pP]:\\/\\/|[hH][tT]{2}[pP][sS]:\\/\\/)(([A-Za-z0-9-~]+)\\.)+([A-Za-z0-9-~\\/])+$/",
3037
- maxLen12Decimals6: "/^d{1,12}(.d{1,6})?$/",
3038
- isPositiveIntegerLength: "/^([1-9]d{0,3})$/",
3039
- isPositiveIntegerZero: "/^0$|^([1-9]d{0,3})$/",
3040
- maxLen10Decimals2: "/^d{1,10}(.d{1,2})?$/",
3041
- maxLen12Decimals2: "/^d{1,12}(.d{1,2})?$/"
3037
+ maxLen12Decimals6: "/^\\d{1,12}(\\.\\d{1,6})?$/",
3038
+ isPositiveIntegerLength: "/^([1-9]\\d{0,3})$/",
3039
+ isPositiveIntegerZero: "/^0$|^([1-9]\\d{0,3})$/",
3040
+ maxLen10Decimals2: "/^\\d{1,10}(\\.\\d{1,2})?$/",
3041
+ maxLen12Decimals2: "/^\\d{1,12}(\\.\\d{1,2})?$/"
3042
3042
  };
3043
3043
  return commonRegExp[validatorName2];
3044
3044
  };
@@ -26059,13 +26059,13 @@ function registerIcon(app) {
26059
26059
  if (typeof window !== "undefined") {
26060
26060
  let loadSvg = function() {
26061
26061
  var body = document.body;
26062
- var svgDom = document.getElementById("__svg__icons__dom__1776823583547__");
26062
+ var svgDom = document.getElementById("__svg__icons__dom__1776823853993__");
26063
26063
  if (!svgDom) {
26064
26064
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
26065
26065
  svgDom.style.position = "absolute";
26066
26066
  svgDom.style.width = "0";
26067
26067
  svgDom.style.height = "0";
26068
- svgDom.id = "__svg__icons__dom__1776823583547__";
26068
+ svgDom.id = "__svg__icons__dom__1776823853993__";
26069
26069
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
26070
26070
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
26071
26071
  }