form-custom-test 3.0.105 → 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 +5 -7
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +2 -2
- package/dist/render.es.js +5 -7
- 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
|
}
|
|
@@ -79667,7 +79667,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
79667
79667
|
"sub-form-row-id": $props.subFormRowId
|
|
79668
79668
|
}, {
|
|
79669
79669
|
default: withCtx(() => [
|
|
79670
|
-
|
|
79670
|
+
createElementVNode("div", {
|
|
79671
79671
|
class: "asset-type-widget",
|
|
79672
79672
|
style: normalizeStyle(_ctx.widgetStyle)
|
|
79673
79673
|
}, [
|
|
@@ -79685,14 +79685,12 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
79685
79685
|
createElementVNode("div", _hoisted_2, toDisplayString(item.label), 1)
|
|
79686
79686
|
], 2);
|
|
79687
79687
|
}), 128))
|
|
79688
|
-
], 4)
|
|
79689
|
-
[vShow, !$props.field.options.hidden]
|
|
79690
|
-
])
|
|
79688
|
+
], 4)
|
|
79691
79689
|
]),
|
|
79692
79690
|
_: 1
|
|
79693
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"]);
|
|
79694
79692
|
}
|
|
79695
|
-
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"]]);
|
|
79696
79694
|
const loadExtension = function(app) {
|
|
79697
79695
|
addContainerWidgetSchema(cardSchema);
|
|
79698
79696
|
app.component(CardWidget.name, CardWidget);
|