yuanjia-form-pro-standard 1.1.6-beta7.2 → 1.1.6-beta7.4

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/designer.es.js CHANGED
@@ -44694,6 +44694,8 @@ var fieldMixin = {
44694
44694
  this.setDisabled(!!newFormData[this.fieldKeyName]);
44695
44695
  } else if (this.field.options.disabled === 2 && isCaseEdit) {
44696
44696
  this.setDisabled(!!newFormData[this.fieldKeyName]);
44697
+ } else if (this.field.options.disabled === 3) {
44698
+ this.setDisabled(true);
44697
44699
  } else {
44698
44700
  this.setDisabled(false);
44699
44701
  }
@@ -181358,7 +181360,7 @@ function _sfc_render$4l(_ctx, _cache, $props, $setup, $data, $options) {
181358
181360
  fit: "cover"
181359
181361
  }, null, 8, ["src", "preview-src-list"])) : (openBlock(), createElementBlock("div", {
181360
181362
  key: 1,
181361
- class: "file-item",
181363
+ class: "file-item-vform",
181362
181364
  onClick: ($event) => $options.openFileUrl(file.url),
181363
181365
  title: file.name || "\u70B9\u51FB\u9884\u89C8"
181364
181366
  }, [
@@ -181396,7 +181398,7 @@ function _sfc_render$4l(_ctx, _cache, $props, $setup, $data, $options) {
181396
181398
  fit: "cover"
181397
181399
  }, null, 8, ["src", "preview-src-list"])) : (openBlock(), createElementBlock("div", {
181398
181400
  key: 1,
181399
- class: "file-item",
181401
+ class: "file-item-vform",
181400
181402
  onClick: ($event) => $options.openFileUrl(file.url),
181401
181403
  title: file.name || "\u70B9\u51FB\u9884\u89C8"
181402
181404
  }, [
@@ -181427,7 +181429,7 @@ function _sfc_render$4l(_ctx, _cache, $props, $setup, $data, $options) {
181427
181429
  [_directive_loading, $data.formLoading]
181428
181430
  ]);
181429
181431
  }
181430
- var VFormRender = /* @__PURE__ */ _export_sfc(_sfc_main$4l, [["render", _sfc_render$4l], ["__scopeId", "data-v-9b862892"]]);
181432
+ var VFormRender = /* @__PURE__ */ _export_sfc(_sfc_main$4l, [["render", _sfc_render$4l], ["__scopeId", "data-v-2af90684"]]);
181431
181433
  var ace$2 = { exports: {} };
181432
181434
  (function(module, exports) {
181433
181435
  (function() {
@@ -215381,6 +215383,13 @@ function _sfc_render$40(_ctx, _cache, $props, $setup, $data, $options) {
215381
215383
  ])),
215382
215384
  _: 1,
215383
215385
  __: [3]
215386
+ }),
215387
+ createVNode(_component_el_radio, { label: 3 }, {
215388
+ default: withCtx(() => _cache[4] || (_cache[4] = [
215389
+ createTextVNode("\u7981\u7528", -1)
215390
+ ])),
215391
+ _: 1,
215392
+ __: [4]
215384
215393
  })
215385
215394
  ]),
215386
215395
  _: 1
@@ -240738,13 +240747,13 @@ var Draggable = /* @__PURE__ */ getDefaultExportFromCjs(vuedraggable_umd.exports
240738
240747
  if (typeof window !== "undefined") {
240739
240748
  let loadSvg = function() {
240740
240749
  var body = document.body;
240741
- var svgDom = document.getElementById("__svg__icons__dom__1768303182646__");
240750
+ var svgDom = document.getElementById("__svg__icons__dom__1768372755914__");
240742
240751
  if (!svgDom) {
240743
240752
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
240744
240753
  svgDom.style.position = "absolute";
240745
240754
  svgDom.style.width = "0";
240746
240755
  svgDom.style.height = "0";
240747
- svgDom.id = "__svg__icons__dom__1768303182646__";
240756
+ svgDom.id = "__svg__icons__dom__1768372755914__";
240748
240757
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
240749
240758
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
240750
240759
  }