cosey 0.4.20 → 0.4.22
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.
|
@@ -111,7 +111,8 @@ var stdin_default = /* @__PURE__ */defineComponent({
|
|
|
111
111
|
reset: unref(reset),
|
|
112
112
|
submit: unref(submit),
|
|
113
113
|
submitting: unref(submitting)
|
|
114
|
-
}, () => [
|
|
114
|
+
}, () => [!_ctx.hideSubmit ? (openBlock(), createBlock(unref(ElButton), {
|
|
115
|
+
key: 0,
|
|
115
116
|
onClick: _cache[0] || (_cache[0] = () => unref(submit)()),
|
|
116
117
|
type: "primary",
|
|
117
118
|
loading: unref(submitting)
|
|
@@ -120,14 +121,15 @@ var stdin_default = /* @__PURE__ */defineComponent({
|
|
|
120
121
|
/* TEXT */)]),
|
|
121
122
|
_: 1
|
|
122
123
|
/* STABLE */
|
|
123
|
-
}, 8, ["loading"]),
|
|
124
|
+
}, 8, ["loading"])) : createCommentVNode("v-if", true), !_ctx.hideReset ? (openBlock(), createBlock(unref(ElButton), {
|
|
125
|
+
key: 1,
|
|
124
126
|
onClick: unref(reset)
|
|
125
127
|
}, {
|
|
126
128
|
default: withCtx(() => [createTextVNode(toDisplayString(unref(t)("co.form.reset")), 1
|
|
127
129
|
/* TEXT */)]),
|
|
128
130
|
_: 1
|
|
129
131
|
/* STABLE */
|
|
130
|
-
}, 8, ["onClick"])]), showToggle.value ? (openBlock(), createBlock(unref(_Toggle), {
|
|
132
|
+
}, 8, ["onClick"])) : createCommentVNode("v-if", true)]), showToggle.value ? (openBlock(), createBlock(unref(_Toggle), {
|
|
131
133
|
key: 0,
|
|
132
134
|
modelValue: unref(innerCollapsed),
|
|
133
135
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = $event => isRef(innerCollapsed) ? innerCollapsed.value = $event : null)
|