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.
@@ -68622,13 +68622,13 @@ function registerIcon(app) {
68622
68622
  if (typeof window !== "undefined") {
68623
68623
  let loadSvg = function() {
68624
68624
  var body = document.body;
68625
- var svgDom = document.getElementById("__svg__icons__dom__1779169494965__");
68625
+ var svgDom = document.getElementById("__svg__icons__dom__1779189425285__");
68626
68626
  if (!svgDom) {
68627
68627
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
68628
68628
  svgDom.style.position = "absolute";
68629
68629
  svgDom.style.width = "0";
68630
68630
  svgDom.style.height = "0";
68631
- svgDom.id = "__svg__icons__dom__1779169494965__";
68631
+ svgDom.id = "__svg__icons__dom__1779189425285__";
68632
68632
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
68633
68633
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
68634
68634
  }
@@ -79226,7 +79226,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
79226
79226
  _: 1
79227
79227
  }, 8, ["modelValue", "onClose"]);
79228
79228
  }
79229
- var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-0de00117"]]);
79229
+ var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-0c6d23e8"]]);
79230
79230
  var index_vue_vue_type_style_index_0_lang$1 = "";
79231
79231
  const _sfc_main$5 = {
79232
79232
  name: "asset-select-widget",
@@ -80319,6 +80319,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
80319
80319
  "sub-form-row-id": $props.subFormRowId
80320
80320
  }, {
80321
80321
  default: withCtx(() => [
80322
+ createTextVNode(toDisplayString($options.hasExistingValue()) + " ", 1),
80322
80323
  createVNode(_component_el_input, {
80323
80324
  modelValue: $options.displayModel,
80324
80325
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $options.displayModel = $event),