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/render.es.js
CHANGED
|
@@ -8966,7 +8966,6 @@ var fieldMixin = {
|
|
|
8966
8966
|
}
|
|
8967
8967
|
},
|
|
8968
8968
|
handleOnChange(val, oldVal) {
|
|
8969
|
-
console.log("handleOnChange", val, oldVal);
|
|
8970
8969
|
if (!!this.field.options.onChange) {
|
|
8971
8970
|
let changeFn = new Function("value", "oldValue", this.field.options.onChange);
|
|
8972
8971
|
changeFn.call(this, val, oldVal);
|
|
@@ -26511,13 +26510,13 @@ function registerIcon(app) {
|
|
|
26511
26510
|
if (typeof window !== "undefined") {
|
|
26512
26511
|
let loadSvg = function() {
|
|
26513
26512
|
var body = document.body;
|
|
26514
|
-
var svgDom = document.getElementById("
|
|
26513
|
+
var svgDom = document.getElementById("__svg__icons__dom__1780467909330__");
|
|
26515
26514
|
if (!svgDom) {
|
|
26516
26515
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
26517
26516
|
svgDom.style.position = "absolute";
|
|
26518
26517
|
svgDom.style.width = "0";
|
|
26519
26518
|
svgDom.style.height = "0";
|
|
26520
|
-
svgDom.id = "
|
|
26519
|
+
svgDom.id = "__svg__icons__dom__1780467909330__";
|
|
26521
26520
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
26522
26521
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
26523
26522
|
}
|
|
@@ -36405,6 +36404,7 @@ const _sfc_main$d = {
|
|
|
36405
36404
|
}
|
|
36406
36405
|
});
|
|
36407
36406
|
}
|
|
36407
|
+
console.log(rules, "rules333333");
|
|
36408
36408
|
this.dialogFormRules = rules;
|
|
36409
36409
|
},
|
|
36410
36410
|
getColumnOptions(col) {
|
|
@@ -36857,7 +36857,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36857
36857
|
_: 1
|
|
36858
36858
|
}, 8, ["widget"]);
|
|
36859
36859
|
}
|
|
36860
|
-
var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-
|
|
36860
|
+
var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-7c26304d"]]);
|
|
36861
36861
|
var ace$2 = { exports: {} };
|
|
36862
36862
|
(function(module, exports) {
|
|
36863
36863
|
(function() {
|