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