form-custom-test 3.0.91 → 3.0.93

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
  };
@@ -25932,7 +25932,14 @@ const _sfc_main$2R = {
25932
25932
  delete this.refList[this.widget.options.name];
25933
25933
  }
25934
25934
  },
25935
- watch: {},
25935
+ watch: {
25936
+ "widget.options.span": {
25937
+ handler(val) {
25938
+ this.layoutProps.span = val;
25939
+ },
25940
+ immediate: true
25941
+ }
25942
+ },
25936
25943
  methods: {
25937
25944
  setHidden(flag) {
25938
25945
  if (this.widget && this.widget.options) {
@@ -26038,7 +26045,7 @@ function _sfc_render$2R(_ctx, _cache, $props, $setup, $data, $options) {
26038
26045
  [vShow, $options.colVisible]
26039
26046
  ]) : createCommentVNode("", true);
26040
26047
  }
26041
- var GridColItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$2R, [["render", _sfc_render$2R], ["__scopeId", "data-v-bc1d425a"]]);
26048
+ var GridColItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$2R, [["render", _sfc_render$2R], ["__scopeId", "data-v-746165e2"]]);
26042
26049
  var __glob_0_1$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
26043
26050
  __proto__: null,
26044
26051
  "default": GridColItem
@@ -68239,13 +68246,13 @@ function registerIcon(app) {
68239
68246
  if (typeof window !== "undefined") {
68240
68247
  let loadSvg = function() {
68241
68248
  var body = document.body;
68242
- var svgDom = document.getElementById("__svg__icons__dom__1776823575705__");
68249
+ var svgDom = document.getElementById("__svg__icons__dom__1776839117729__");
68243
68250
  if (!svgDom) {
68244
68251
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
68245
68252
  svgDom.style.position = "absolute";
68246
68253
  svgDom.style.width = "0";
68247
68254
  svgDom.style.height = "0";
68248
- svgDom.id = "__svg__icons__dom__1776823575705__";
68255
+ svgDom.id = "__svg__icons__dom__1776839117729__";
68249
68256
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
68250
68257
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
68251
68258
  }