form-custom-test 3.0.23 → 3.0.24
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 -4
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +2 -2
- package/dist/render.es.js +10 -11
- package/dist/render.style.css +1 -1
- package/dist/render.umd.js +4 -4
- package/package.json +1 -1
package/dist/designer.es.js
CHANGED
|
@@ -61690,13 +61690,13 @@ function registerIcon(app) {
|
|
|
61690
61690
|
if (typeof window !== "undefined") {
|
|
61691
61691
|
let loadSvg = function() {
|
|
61692
61692
|
var body = document.body;
|
|
61693
|
-
var svgDom = document.getElementById("
|
|
61693
|
+
var svgDom = document.getElementById("__svg__icons__dom__1767602550429__");
|
|
61694
61694
|
if (!svgDom) {
|
|
61695
61695
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
61696
61696
|
svgDom.style.position = "absolute";
|
|
61697
61697
|
svgDom.style.width = "0";
|
|
61698
61698
|
svgDom.style.height = "0";
|
|
61699
|
-
svgDom.id = "
|
|
61699
|
+
svgDom.id = "__svg__icons__dom__1767602550429__";
|
|
61700
61700
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
61701
61701
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
61702
61702
|
}
|
|
@@ -62425,7 +62425,6 @@ const _sfc_main$9 = {
|
|
|
62425
62425
|
this.initEventHandler();
|
|
62426
62426
|
this.buildFieldRules();
|
|
62427
62427
|
this.handleOnCreated();
|
|
62428
|
-
console.log(cookies, "cookies");
|
|
62429
62428
|
},
|
|
62430
62429
|
mounted() {
|
|
62431
62430
|
this.handleOnMounted();
|
|
@@ -62645,7 +62644,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62645
62644
|
_: 1
|
|
62646
62645
|
}, 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"]);
|
|
62647
62646
|
}
|
|
62648
|
-
var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-
|
|
62647
|
+
var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-487df9ec"]]);
|
|
62649
62648
|
const _sfc_main$8 = {
|
|
62650
62649
|
name: "radio-other-widget",
|
|
62651
62650
|
componentName: "FieldWidget",
|