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.
@@ -4652,11 +4652,11 @@ const getRegExp = function(validatorName2) {
4652
4652
  chinese: "/^[\u4E00-\u9FA5]+$/",
4653
4653
  email: "/^([-_A-Za-z0-9.]+)@([_A-Za-z0-9]+\\.)+[A-Za-z0-9]{2,3}$/",
4654
4654
  url: "/^([hH][tT]{2}[pP]:\\/\\/|[hH][tT]{2}[pP][sS]:\\/\\/)(([A-Za-z0-9-~]+)\\.)+([A-Za-z0-9-~\\/])+$/",
4655
- maxLen12Decimals6: "/^d{1,12}(.d{1,6})?$/",
4656
- isPositiveIntegerLength: "/^([1-9]d{0,3})$/",
4657
- isPositiveIntegerZero: "/^0$|^([1-9]d{0,3})$/",
4658
- maxLen10Decimals2: "/^d{1,10}(.d{1,2})?$/",
4659
- maxLen12Decimals2: "/^d{1,12}(.d{1,2})?$/"
4655
+ maxLen12Decimals6: "/^\\d{1,12}(\\.\\d{1,6})?$/",
4656
+ isPositiveIntegerLength: "/^([1-9]\\d{0,3})$/",
4657
+ isPositiveIntegerZero: "/^0$|^([1-9]\\d{0,3})$/",
4658
+ maxLen10Decimals2: "/^\\d{1,10}(\\.\\d{1,2})?$/",
4659
+ maxLen12Decimals2: "/^\\d{1,12}(\\.\\d{1,2})?$/"
4660
4660
  };
4661
4661
  return commonRegExp[validatorName2];
4662
4662
  };
@@ -68239,13 +68239,13 @@ function registerIcon(app) {
68239
68239
  if (typeof window !== "undefined") {
68240
68240
  let loadSvg = function() {
68241
68241
  var body = document.body;
68242
- var svgDom = document.getElementById("__svg__icons__dom__1776823575705__");
68242
+ var svgDom = document.getElementById("__svg__icons__dom__1776823846277__");
68243
68243
  if (!svgDom) {
68244
68244
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
68245
68245
  svgDom.style.position = "absolute";
68246
68246
  svgDom.style.width = "0";
68247
68247
  svgDom.style.height = "0";
68248
- svgDom.id = "__svg__icons__dom__1776823575705__";
68248
+ svgDom.id = "__svg__icons__dom__1776823846277__";
68249
68249
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
68250
68250
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
68251
68251
  }