form-custom-test 3.0.89 → 3.0.90
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 -3
- package/dist/designer.umd.js +2 -2
- package/dist/render.es.js +4 -3
- package/dist/render.umd.js +2 -2
- package/package.json +1 -1
package/dist/designer.es.js
CHANGED
|
@@ -68175,13 +68175,13 @@ function registerIcon(app) {
|
|
|
68175
68175
|
if (typeof window !== "undefined") {
|
|
68176
68176
|
let loadSvg = function() {
|
|
68177
68177
|
var body = document.body;
|
|
68178
|
-
var svgDom = document.getElementById("
|
|
68178
|
+
var svgDom = document.getElementById("__svg__icons__dom__1775640133739__");
|
|
68179
68179
|
if (!svgDom) {
|
|
68180
68180
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
68181
68181
|
svgDom.style.position = "absolute";
|
|
68182
68182
|
svgDom.style.width = "0";
|
|
68183
68183
|
svgDom.style.height = "0";
|
|
68184
|
-
svgDom.id = "
|
|
68184
|
+
svgDom.id = "__svg__icons__dom__1775640133739__";
|
|
68185
68185
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
68186
68186
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
68187
68187
|
}
|
|
@@ -74666,9 +74666,10 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
74666
74666
|
class: "w-[200px] ml-10px",
|
|
74667
74667
|
modelValue: $data.inputValue,
|
|
74668
74668
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => $data.inputValue = $event),
|
|
74669
|
+
disabled: $props.field.options.disabled,
|
|
74669
74670
|
onInput: _cache[2] || (_cache[2] = ($event) => $options.handleOtherValueChange()),
|
|
74670
74671
|
placeholder: "\u8BF7\u8F93\u5165"
|
|
74671
|
-
}, null, 8, ["modelValue"])) : createCommentVNode("", true)
|
|
74672
|
+
}, null, 8, ["modelValue", "disabled"])) : createCommentVNode("", true)
|
|
74672
74673
|
]),
|
|
74673
74674
|
_: 1
|
|
74674
74675
|
}, 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"]);
|