@tmagic/form 1.3.0-alpha.14 → 1.3.0-alpha.16
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/tmagic-form.umd.cjs
CHANGED
|
@@ -3028,6 +3028,7 @@
|
|
|
3028
3028
|
key: 2,
|
|
3029
3029
|
type: "primary",
|
|
3030
3030
|
size: "small",
|
|
3031
|
+
disabled: _ctx.disabled,
|
|
3031
3032
|
loading: saveFetch.value,
|
|
3032
3033
|
onClick: save
|
|
3033
3034
|
}, {
|
|
@@ -3035,7 +3036,7 @@
|
|
|
3035
3036
|
vue.createTextVNode(vue.toDisplayString(_ctx.confirmText), 1)
|
|
3036
3037
|
]),
|
|
3037
3038
|
_: 1
|
|
3038
|
-
}, 8, ["loading"]))
|
|
3039
|
+
}, 8, ["disabled", "loading"]))
|
|
3039
3040
|
])
|
|
3040
3041
|
]),
|
|
3041
3042
|
_: 3
|
|
@@ -4058,14 +4059,15 @@
|
|
|
4058
4059
|
}),
|
|
4059
4060
|
vue.createVNode(vue.unref(design.TMagicButton), {
|
|
4060
4061
|
type: "primary",
|
|
4061
|
-
|
|
4062
|
-
loading: saveFetch.value
|
|
4062
|
+
disabled: _ctx.disabled,
|
|
4063
|
+
loading: saveFetch.value,
|
|
4064
|
+
onClick: submitHandler
|
|
4063
4065
|
}, {
|
|
4064
4066
|
default: vue.withCtx(() => [
|
|
4065
4067
|
vue.createTextVNode(vue.toDisplayString(_ctx.confirmText), 1)
|
|
4066
4068
|
]),
|
|
4067
4069
|
_: 1
|
|
4068
|
-
}, 8, ["loading"])
|
|
4070
|
+
}, 8, ["disabled", "loading"])
|
|
4069
4071
|
])
|
|
4070
4072
|
]),
|
|
4071
4073
|
_: 3
|