form-custom-test 3.0.196 → 3.0.197

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
@@ -26517,13 +26517,13 @@ function registerIcon(app) {
26517
26517
  if (typeof window !== "undefined") {
26518
26518
  let loadSvg = function() {
26519
26519
  var body = document.body;
26520
- var svgDom = document.getElementById("__svg__icons__dom__1780627781215__");
26520
+ var svgDom = document.getElementById("__svg__icons__dom__1780637050551__");
26521
26521
  if (!svgDom) {
26522
26522
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
26523
26523
  svgDom.style.position = "absolute";
26524
26524
  svgDom.style.width = "0";
26525
26525
  svgDom.style.height = "0";
26526
- svgDom.id = "__svg__icons__dom__1780627781215__";
26526
+ svgDom.id = "__svg__icons__dom__1780637050551__";
26527
26527
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
26528
26528
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
26529
26529
  }
@@ -36797,7 +36797,8 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
36797
36797
  disabled: $props.widget.options.disabled,
36798
36798
  maxlength: $options.getColMaxLength(col),
36799
36799
  "show-word-limit": !!col.showWordLimit && !!col.maxLength,
36800
- onChange: ($event) => $options.handleInputChange(col)
36800
+ onChange: ($event) => $options.handleInputChange(col),
36801
+ clearable: ""
36801
36802
  }, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder", "disabled", "maxlength", "show-word-limit", "onChange"])) : col.type === "number" ? (openBlock(), createBlock(_component_el_input_number, {
36802
36803
  key: 1,
36803
36804
  modelValue: $data.dialogFormData[col.prop],
@@ -36805,7 +36806,8 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
36805
36806
  placeholder: col.placeholder || `\u8BF7\u8F93\u5165${col.label}`,
36806
36807
  disabled: $props.widget.options.disabled,
36807
36808
  style: { "width": "100%" },
36808
- onChange: ($event) => $options.handleInputChange(col)
36809
+ onChange: ($event) => $options.handleInputChange(col),
36810
+ clearable: ""
36809
36811
  }, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder", "disabled", "onChange"])) : col.type === "date" ? (openBlock(), createBlock(_component_el_date_picker, {
36810
36812
  key: 2,
36811
36813
  modelValue: $data.dialogFormData[col.prop],
@@ -36815,7 +36817,8 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
36815
36817
  disabled: $props.widget.options.disabled,
36816
36818
  style: { "width": "100%" },
36817
36819
  "value-format": "YYYY-MM-DD",
36818
- onChange: ($event) => $options.handleInputChange(col)
36820
+ onChange: ($event) => $options.handleInputChange(col),
36821
+ clearable: ""
36819
36822
  }, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder", "disabled", "onChange"])) : col.type === "datetime" ? (openBlock(), createBlock(_component_el_date_picker, {
36820
36823
  key: 3,
36821
36824
  modelValue: $data.dialogFormData[col.prop],
@@ -36823,6 +36826,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
36823
36826
  type: "datetime",
36824
36827
  placeholder: col.placeholder || `\u8BF7\u9009\u62E9${col.label}`,
36825
36828
  disabled: $props.widget.options.disabled,
36829
+ clearable: "",
36826
36830
  style: { "width": "100%" },
36827
36831
  "value-format": "YYYY-MM-DD HH:mm:ss"
36828
36832
  }, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder", "disabled"])) : col.type === "month" ? (openBlock(), createBlock(_component_el_date_picker, {
@@ -36834,12 +36838,14 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
36834
36838
  disabled: $props.widget.options.disabled,
36835
36839
  style: { "width": "100%" },
36836
36840
  "value-format": "YYYY-MM",
36841
+ clearable: "",
36837
36842
  onChange: ($event) => $options.handleInputChange(col)
36838
36843
  }, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder", "disabled", "onChange"])) : col.type === "select" ? (openBlock(), createBlock(_component_el_select, {
36839
36844
  modelValue: $data.dialogFormData[col.prop],
36840
36845
  "onUpdate:modelValue": ($event) => $data.dialogFormData[col.prop] = $event,
36841
36846
  placeholder: col.placeholder || `\u8BF7\u9009\u62E9${col.label}`,
36842
36847
  disabled: $props.widget.options.disabled,
36848
+ clearable: "",
36843
36849
  style: { "width": "100%" },
36844
36850
  ref_for: true,
36845
36851
  ref: (el) => $options.handleSelectMounted(el, col),
@@ -36865,6 +36871,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
36865
36871
  rows: col.rows || 3,
36866
36872
  maxlength: $options.getColMaxLength(col),
36867
36873
  "show-word-limit": !!col.showWordLimit && !!col.maxLength,
36874
+ clearable: "",
36868
36875
  onChange: ($event) => $options.handleInputChange(col)
36869
36876
  }, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder", "disabled", "rows", "maxlength", "show-word-limit", "onChange"])) : createCommentVNode("", true)
36870
36877
  ]),
@@ -36884,7 +36891,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
36884
36891
  _: 1
36885
36892
  }, 8, ["widget"]);
36886
36893
  }
36887
- var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-70478d6d"]]);
36894
+ var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-0b6beffd"]]);
36888
36895
  var ace$2 = { exports: {} };
36889
36896
  (function(module, exports) {
36890
36897
  (function() {