form-custom-test 3.0.155 → 3.0.156

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
@@ -26300,13 +26300,13 @@ function registerIcon(app) {
26300
26300
  if (typeof window !== "undefined") {
26301
26301
  let loadSvg = function() {
26302
26302
  var body = document.body;
26303
- var svgDom = document.getElementById("__svg__icons__dom__1779169505069__");
26303
+ var svgDom = document.getElementById("__svg__icons__dom__1779189435625__");
26304
26304
  if (!svgDom) {
26305
26305
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
26306
26306
  svgDom.style.position = "absolute";
26307
26307
  svgDom.style.width = "0";
26308
26308
  svgDom.style.height = "0";
26309
- svgDom.id = "__svg__icons__dom__1779169505069__";
26309
+ svgDom.id = "__svg__icons__dom__1779189435625__";
26310
26310
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
26311
26311
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
26312
26312
  }
@@ -62451,7 +62451,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
62451
62451
  _: 1
62452
62452
  }, 8, ["modelValue", "onClose"]);
62453
62453
  }
62454
- var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-0de00117"]]);
62454
+ var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-0c6d23e8"]]);
62455
62455
  var index_vue_vue_type_style_index_0_lang$1 = "";
62456
62456
  const _sfc_main$5 = {
62457
62457
  name: "asset-select-widget",
@@ -63544,6 +63544,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
63544
63544
  "sub-form-row-id": $props.subFormRowId
63545
63545
  }, {
63546
63546
  default: withCtx(() => [
63547
+ createTextVNode(toDisplayString($options.hasExistingValue()) + " ", 1),
63547
63548
  createVNode(_component_el_input, {
63548
63549
  modelValue: $options.displayModel,
63549
63550
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $options.displayModel = $event),