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/designer.es.js +3 -3
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +2 -2
- package/dist/render.es.js +3 -3
- package/dist/render.style.css +1 -1
- package/dist/render.umd.js +2 -2
- package/package.json +1 -1
package/dist/designer.es.js
CHANGED
|
@@ -68365,13 +68365,13 @@ function registerIcon(app) {
|
|
|
68365
68365
|
if (typeof window !== "undefined") {
|
|
68366
68366
|
let loadSvg = function() {
|
|
68367
68367
|
var body = document.body;
|
|
68368
|
-
var svgDom = document.getElementById("
|
|
68368
|
+
var svgDom = document.getElementById("__svg__icons__dom__1777278993949__");
|
|
68369
68369
|
if (!svgDom) {
|
|
68370
68370
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
68371
68371
|
svgDom.style.position = "absolute";
|
|
68372
68372
|
svgDom.style.width = "0";
|
|
68373
68373
|
svgDom.style.height = "0";
|
|
68374
|
-
svgDom.id = "
|
|
68374
|
+
svgDom.id = "__svg__icons__dom__1777278993949__";
|
|
68375
68375
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
68376
68376
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
68377
68377
|
}
|
|
@@ -79690,7 +79690,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
79690
79690
|
_: 1
|
|
79691
79691
|
}, 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"]);
|
|
79692
79692
|
}
|
|
79693
|
-
var AssetTypeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
79693
|
+
var AssetTypeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-7351af35"]]);
|
|
79694
79694
|
const loadExtension = function(app) {
|
|
79695
79695
|
addContainerWidgetSchema(cardSchema);
|
|
79696
79696
|
app.component(CardWidget.name, CardWidget);
|