form-custom-test 3.0.88 → 3.0.90

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.
@@ -68175,13 +68175,13 @@ function registerIcon(app) {
68175
68175
  if (typeof window !== "undefined") {
68176
68176
  let loadSvg = function() {
68177
68177
  var body = document.body;
68178
- var svgDom = document.getElementById("__svg__icons__dom__1775623015771__");
68178
+ var svgDom = document.getElementById("__svg__icons__dom__1775640133739__");
68179
68179
  if (!svgDom) {
68180
68180
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
68181
68181
  svgDom.style.position = "absolute";
68182
68182
  svgDom.style.width = "0";
68183
68183
  svgDom.style.height = "0";
68184
- svgDom.id = "__svg__icons__dom__1775623015771__";
68184
+ svgDom.id = "__svg__icons__dom__1775640133739__";
68185
68185
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
68186
68186
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
68187
68187
  }
@@ -74559,9 +74559,7 @@ const _sfc_main$c = {
74559
74559
  fieldModel: {
74560
74560
  handler(newVal) {
74561
74561
  if (typeof newVal === "string" && newVal.includes("_RADIO_OTHER_")) {
74562
- console.log(newVal, "newVal");
74563
74562
  const [radio, input] = newVal.split("&");
74564
- console.log(radio, input, "radio, input");
74565
74563
  this.radioValue = radio || "_RADIO_OTHER_";
74566
74564
  this.inputValue = input;
74567
74565
  } else {
@@ -74668,9 +74666,10 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
74668
74666
  class: "w-[200px] ml-10px",
74669
74667
  modelValue: $data.inputValue,
74670
74668
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => $data.inputValue = $event),
74669
+ disabled: $props.field.options.disabled,
74671
74670
  onInput: _cache[2] || (_cache[2] = ($event) => $options.handleOtherValueChange()),
74672
74671
  placeholder: "\u8BF7\u8F93\u5165"
74673
- }, null, 8, ["modelValue"])) : createCommentVNode("", true)
74672
+ }, null, 8, ["modelValue", "disabled"])) : createCommentVNode("", true)
74674
74673
  ]),
74675
74674
  _: 1
74676
74675
  }, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);