form-custom-test 3.0.184 → 3.0.185
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 +4 -4
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +3 -3
- package/dist/render.es.js +4 -4
- package/dist/render.style.css +1 -1
- package/dist/render.umd.js +3 -3
- package/package.json +1 -1
package/dist/designer.es.js
CHANGED
|
@@ -10815,7 +10815,6 @@ var fieldMixin = {
|
|
|
10815
10815
|
}
|
|
10816
10816
|
},
|
|
10817
10817
|
handleOnChange(val, oldVal) {
|
|
10818
|
-
console.log("handleOnChange", val, oldVal);
|
|
10819
10818
|
if (!!this.field.options.onChange) {
|
|
10820
10819
|
let changeFn = new Function("value", "oldValue", this.field.options.onChange);
|
|
10821
10820
|
changeFn.call(this, val, oldVal);
|
|
@@ -69039,13 +69038,13 @@ function registerIcon(app) {
|
|
|
69039
69038
|
if (typeof window !== "undefined") {
|
|
69040
69039
|
let loadSvg = function() {
|
|
69041
69040
|
var body = document.body;
|
|
69042
|
-
var svgDom = document.getElementById("
|
|
69041
|
+
var svgDom = document.getElementById("__svg__icons__dom__1780467900190__");
|
|
69043
69042
|
if (!svgDom) {
|
|
69044
69043
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
69045
69044
|
svgDom.style.position = "absolute";
|
|
69046
69045
|
svgDom.style.width = "0";
|
|
69047
69046
|
svgDom.style.height = "0";
|
|
69048
|
-
svgDom.id = "
|
|
69047
|
+
svgDom.id = "__svg__icons__dom__1780467900190__";
|
|
69049
69048
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
69050
69049
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
69051
69050
|
}
|
|
@@ -77933,6 +77932,7 @@ const _sfc_main$c = {
|
|
|
77933
77932
|
}
|
|
77934
77933
|
});
|
|
77935
77934
|
}
|
|
77935
|
+
console.log(rules, "rules333333");
|
|
77936
77936
|
this.dialogFormRules = rules;
|
|
77937
77937
|
},
|
|
77938
77938
|
getColumnOptions(col) {
|
|
@@ -78385,7 +78385,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
78385
78385
|
_: 1
|
|
78386
78386
|
}, 8, ["widget"]);
|
|
78387
78387
|
}
|
|
78388
|
-
var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-
|
|
78388
|
+
var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-7c26304d"]]);
|
|
78389
78389
|
var subTableColumnsEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
78390
78390
|
const _sfc_main$b = {
|
|
78391
78391
|
name: "sub-table-columns-editor",
|