form-custom-test 3.0.62 → 3.0.63

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.
@@ -54915,7 +54915,7 @@ const _sfc_main$2o = {
54915
54915
  },
54916
54916
  computed: {
54917
54917
  noLabelSetting() {
54918
- return this.selectedWidget.type === "static-text" || this.selectedWidget.type === "html-text";
54918
+ return this.selectedWidget.type === "html-text";
54919
54919
  }
54920
54920
  }
54921
54921
  };
@@ -68056,13 +68056,13 @@ function registerIcon(app) {
68056
68056
  if (typeof window !== "undefined") {
68057
68057
  let loadSvg = function() {
68058
68058
  var body = document.body;
68059
- var svgDom = document.getElementById("__svg__icons__dom__1773815225570__");
68059
+ var svgDom = document.getElementById("__svg__icons__dom__1773822734638__");
68060
68060
  if (!svgDom) {
68061
68061
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
68062
68062
  svgDom.style.position = "absolute";
68063
68063
  svgDom.style.width = "0";
68064
68064
  svgDom.style.height = "0";
68065
- svgDom.id = "__svg__icons__dom__1773815225570__";
68065
+ svgDom.id = "__svg__icons__dom__1773822734638__";
68066
68066
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
68067
68067
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
68068
68068
  }