@fkui/vue 5.46.0 → 5.46.1
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/esm/index.esm.js
CHANGED
|
@@ -17258,10 +17258,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17258
17258
|
class: "wizard-step-body",
|
|
17259
17259
|
onSubmit: _ctx.onSubmit
|
|
17260
17260
|
}, {
|
|
17261
|
-
"error-message": withCtx(() => [renderSlot(_ctx.$slots, "error-message",
|
|
17262
|
-
stepNumber: _ctx.stepNumber,
|
|
17263
|
-
totalSteps: _ctx.totalSteps
|
|
17264
|
-
})), () => [createTextVNode(toDisplayString(_ctx.$t("fkui.wizard-step.errorlist.title", "Oj, du har glömt att fylla i något. Gå till:")), 1)])]),
|
|
17261
|
+
"error-message": withCtx(() => [renderSlot(_ctx.$slots, "error-message", {}, () => [createTextVNode(toDisplayString(_ctx.$t("fkui.wizard-step.errorlist.title", "Oj, du har glömt att fylla i något. Gå till:")), 1)])]),
|
|
17265
17262
|
default: withCtx(() => [renderSlot(_ctx.$slots, "default"), _cache[14] || (_cache[14] = createTextVNode()), createElementVNode("div", _hoisted_10, [createElementVNode("button", {
|
|
17266
17263
|
"data-test": "submit-button",
|
|
17267
17264
|
"data-disabled": _ctx.ignoreClick ? "true" : "false",
|
|
@@ -17279,7 +17276,10 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17279
17276
|
type: "button",
|
|
17280
17277
|
class: "button button--secondary button-group__item button--large",
|
|
17281
17278
|
onClick: _cache[2] || (_cache[2] = (...args) => _ctx.onCancel && _ctx.onCancel(...args))
|
|
17282
|
-
}, [renderSlot(_ctx.$slots, "cancel-button-text",
|
|
17279
|
+
}, [renderSlot(_ctx.$slots, "cancel-button-text", normalizeProps(guardReactiveProps({
|
|
17280
|
+
stepNumber: _ctx.stepNumber,
|
|
17281
|
+
totalSteps: _ctx.totalSteps
|
|
17282
|
+
})), () => [createTextVNode(toDisplayString(_ctx.$t("fkui.wizard-step.button.cancel.text", "Avbryt")), 1)])])])]),
|
|
17283
17283
|
_: 3
|
|
17284
17284
|
}, 8, ["id", "before-submit", "before-validation", "use-error-list", "onSubmit"])]),
|
|
17285
17285
|
_: 3
|