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.
package/dist/render.es.js CHANGED
@@ -26025,13 +26025,13 @@ function registerIcon(app) {
26025
26025
  if (typeof window !== "undefined") {
26026
26026
  let loadSvg = function() {
26027
26027
  var body = document.body;
26028
- var svgDom = document.getElementById("__svg__icons__dom__1775623023917__");
26028
+ var svgDom = document.getElementById("__svg__icons__dom__1775640144712__");
26029
26029
  if (!svgDom) {
26030
26030
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
26031
26031
  svgDom.style.position = "absolute";
26032
26032
  svgDom.style.width = "0";
26033
26033
  svgDom.style.height = "0";
26034
- svgDom.id = "__svg__icons__dom__1775623023917__";
26034
+ svgDom.id = "__svg__icons__dom__1775640144712__";
26035
26035
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
26036
26036
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
26037
26037
  }
@@ -32495,9 +32495,7 @@ const _sfc_main$i = {
32495
32495
  fieldModel: {
32496
32496
  handler(newVal) {
32497
32497
  if (typeof newVal === "string" && newVal.includes("_RADIO_OTHER_")) {
32498
- console.log(newVal, "newVal");
32499
32498
  const [radio, input] = newVal.split("&");
32500
- console.log(radio, input, "radio, input");
32501
32499
  this.radioValue = radio || "_RADIO_OTHER_";
32502
32500
  this.inputValue = input;
32503
32501
  } else {
@@ -32604,9 +32602,10 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
32604
32602
  class: "w-[200px] ml-10px",
32605
32603
  modelValue: $data.inputValue,
32606
32604
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => $data.inputValue = $event),
32605
+ disabled: $props.field.options.disabled,
32607
32606
  onInput: _cache[2] || (_cache[2] = ($event) => $options.handleOtherValueChange()),
32608
32607
  placeholder: "\u8BF7\u8F93\u5165"
32609
- }, null, 8, ["modelValue"])) : createCommentVNode("", true)
32608
+ }, null, 8, ["modelValue", "disabled"])) : createCommentVNode("", true)
32610
32609
  ]),
32611
32610
  _: 1
32612
32611
  }, 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"]);