form-custom-test 3.0.104 → 3.0.106

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
@@ -26107,13 +26107,13 @@ function registerIcon(app) {
26107
26107
  if (typeof window !== "undefined") {
26108
26108
  let loadSvg = function() {
26109
26109
  var body = document.body;
26110
- var svgDom = document.getElementById("__svg__icons__dom__1777278294398__");
26110
+ var svgDom = document.getElementById("__svg__icons__dom__1777279002204__");
26111
26111
  if (!svgDom) {
26112
26112
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
26113
26113
  svgDom.style.position = "absolute";
26114
26114
  svgDom.style.width = "0";
26115
26115
  svgDom.style.height = "0";
26116
- svgDom.id = "__svg__icons__dom__1777278294398__";
26116
+ svgDom.id = "__svg__icons__dom__1777279002204__";
26117
26117
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
26118
26118
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
26119
26119
  }
@@ -62979,7 +62979,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
62979
62979
  _: 1
62980
62980
  }, 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"]);
62981
62981
  }
62982
- var AssetTypeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-208aa12d"]]);
62982
+ var AssetTypeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-7351af35"]]);
62983
62983
  const loadExtension = function(app) {
62984
62984
  app.component(CardWidget.name, CardWidget);
62985
62985
  app.component(CardItem.name, CardItem);