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.
@@ -69045,13 +69045,13 @@ function registerIcon(app) {
69045
69045
  if (typeof window !== "undefined") {
69046
69046
  let loadSvg = function() {
69047
69047
  var body = document.body;
69048
- var svgDom = document.getElementById("__svg__icons__dom__1780627772452__");
69048
+ var svgDom = document.getElementById("__svg__icons__dom__1780637039927__");
69049
69049
  if (!svgDom) {
69050
69050
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
69051
69051
  svgDom.style.position = "absolute";
69052
69052
  svgDom.style.width = "0";
69053
69053
  svgDom.style.height = "0";
69054
- svgDom.id = "__svg__icons__dom__1780627772452__";
69054
+ svgDom.id = "__svg__icons__dom__1780637039927__";
69055
69055
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
69056
69056
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
69057
69057
  }
@@ -78325,7 +78325,8 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
78325
78325
  disabled: $props.widget.options.disabled,
78326
78326
  maxlength: $options.getColMaxLength(col),
78327
78327
  "show-word-limit": !!col.showWordLimit && !!col.maxLength,
78328
- onChange: ($event) => $options.handleInputChange(col)
78328
+ onChange: ($event) => $options.handleInputChange(col),
78329
+ clearable: ""
78329
78330
  }, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder", "disabled", "maxlength", "show-word-limit", "onChange"])) : col.type === "number" ? (openBlock(), createBlock(_component_el_input_number, {
78330
78331
  key: 1,
78331
78332
  modelValue: $data.dialogFormData[col.prop],
@@ -78333,7 +78334,8 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
78333
78334
  placeholder: col.placeholder || `\u8BF7\u8F93\u5165${col.label}`,
78334
78335
  disabled: $props.widget.options.disabled,
78335
78336
  style: { "width": "100%" },
78336
- onChange: ($event) => $options.handleInputChange(col)
78337
+ onChange: ($event) => $options.handleInputChange(col),
78338
+ clearable: ""
78337
78339
  }, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder", "disabled", "onChange"])) : col.type === "date" ? (openBlock(), createBlock(_component_el_date_picker, {
78338
78340
  key: 2,
78339
78341
  modelValue: $data.dialogFormData[col.prop],
@@ -78343,7 +78345,8 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
78343
78345
  disabled: $props.widget.options.disabled,
78344
78346
  style: { "width": "100%" },
78345
78347
  "value-format": "YYYY-MM-DD",
78346
- onChange: ($event) => $options.handleInputChange(col)
78348
+ onChange: ($event) => $options.handleInputChange(col),
78349
+ clearable: ""
78347
78350
  }, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder", "disabled", "onChange"])) : col.type === "datetime" ? (openBlock(), createBlock(_component_el_date_picker, {
78348
78351
  key: 3,
78349
78352
  modelValue: $data.dialogFormData[col.prop],
@@ -78351,6 +78354,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
78351
78354
  type: "datetime",
78352
78355
  placeholder: col.placeholder || `\u8BF7\u9009\u62E9${col.label}`,
78353
78356
  disabled: $props.widget.options.disabled,
78357
+ clearable: "",
78354
78358
  style: { "width": "100%" },
78355
78359
  "value-format": "YYYY-MM-DD HH:mm:ss"
78356
78360
  }, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder", "disabled"])) : col.type === "month" ? (openBlock(), createBlock(_component_el_date_picker, {
@@ -78362,12 +78366,14 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
78362
78366
  disabled: $props.widget.options.disabled,
78363
78367
  style: { "width": "100%" },
78364
78368
  "value-format": "YYYY-MM",
78369
+ clearable: "",
78365
78370
  onChange: ($event) => $options.handleInputChange(col)
78366
78371
  }, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder", "disabled", "onChange"])) : col.type === "select" ? (openBlock(), createBlock(_component_el_select, {
78367
78372
  modelValue: $data.dialogFormData[col.prop],
78368
78373
  "onUpdate:modelValue": ($event) => $data.dialogFormData[col.prop] = $event,
78369
78374
  placeholder: col.placeholder || `\u8BF7\u9009\u62E9${col.label}`,
78370
78375
  disabled: $props.widget.options.disabled,
78376
+ clearable: "",
78371
78377
  style: { "width": "100%" },
78372
78378
  ref_for: true,
78373
78379
  ref: (el) => $options.handleSelectMounted(el, col),
@@ -78393,6 +78399,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
78393
78399
  rows: col.rows || 3,
78394
78400
  maxlength: $options.getColMaxLength(col),
78395
78401
  "show-word-limit": !!col.showWordLimit && !!col.maxLength,
78402
+ clearable: "",
78396
78403
  onChange: ($event) => $options.handleInputChange(col)
78397
78404
  }, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder", "disabled", "rows", "maxlength", "show-word-limit", "onChange"])) : createCommentVNode("", true)
78398
78405
  ]),
@@ -78412,7 +78419,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
78412
78419
  _: 1
78413
78420
  }, 8, ["widget"]);
78414
78421
  }
78415
- var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-70478d6d"]]);
78422
+ var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-0b6beffd"]]);
78416
78423
  var subTableColumnsEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
78417
78424
  const _sfc_main$b = {
78418
78425
  name: "sub-table-columns-editor",