inertia-bootstrap-forms 1.0.52 → 1.0.54
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.
|
@@ -2727,8 +2727,11 @@ const Mm = /* @__PURE__ */ Q(Fd, [["render", Rd]]), Bd = x({
|
|
|
2727
2727
|
},
|
|
2728
2728
|
placeholder: {
|
|
2729
2729
|
type: String,
|
|
2730
|
-
default: ""
|
|
2731
|
-
|
|
2730
|
+
default: ""
|
|
2731
|
+
},
|
|
2732
|
+
disabled: {
|
|
2733
|
+
type: Boolean,
|
|
2734
|
+
default: !1
|
|
2732
2735
|
},
|
|
2733
2736
|
modelValue: String,
|
|
2734
2737
|
options: {
|
|
@@ -2764,6 +2767,7 @@ function Kd(t, e, i, n, r, s) {
|
|
|
2764
2767
|
"onUpdate:modelValue": e[0] || (e[0] = (a) => t.modelValue = a),
|
|
2765
2768
|
class: "tiny-editor-input-el",
|
|
2766
2769
|
init: {
|
|
2770
|
+
disabled: this.disabled,
|
|
2767
2771
|
placeholder: this.placeholder,
|
|
2768
2772
|
...t.options
|
|
2769
2773
|
}
|
|
@@ -3099,7 +3103,7 @@ function df(t, e, i, n, r, s) {
|
|
|
3099
3103
|
method: t.method,
|
|
3100
3104
|
onSubmit: e[0] || (e[0] = Gs((...a) => t.submit && t.submit(...a), ["prevent"])),
|
|
3101
3105
|
onReset: e[1] || (e[1] = (a) => t.$emit("reset")),
|
|
3102
|
-
class: re({ "form-processing
|
|
3106
|
+
class: re({ "form-processing": t.form.processing }),
|
|
3103
3107
|
novalidate: !!Object.values(t.form.errors).length
|
|
3104
3108
|
}, [
|
|
3105
3109
|
se(t.$slots, "errors", {}, () => [
|