@anzusystems/common-admin 1.47.0-beta.dev-1771894804 → 1.47.0-beta.dev-1771894805

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.
@@ -10489,6 +10489,7 @@ declare function __VLS_template_34(): {
10489
10489
  attrs: Partial<{}>;
10490
10490
  slots: {
10491
10491
  default?(_: {}): any;
10492
+ actions?(_: {}): any;
10492
10493
  };
10493
10494
  refs: {};
10494
10495
  rootEl: HTMLDivElement;
@@ -5271,16 +5271,18 @@ const hf = { class: "text-center w-100 text-body-small pb-1" }, IK = /* @__PURE_
5271
5271
  e.title ? (v(), K("span", Lf, A(e.title), 1)) : E("", !0)
5272
5272
  ])) : E("", !0),
5273
5273
  e.text ? (v(), K("p", zf, A(e.text), 1)) : E("", !0),
5274
- e.buttonText && e.returnRouteName ? (v(), x(s, {
5275
- key: 2,
5276
- to: { name: e.returnRouteName },
5277
- size: "large"
5278
- }, {
5279
- default: f(() => [
5280
- M(A(e.buttonText), 1)
5281
- ]),
5282
- _: 1
5283
- }, 8, ["to"])) : E("", !0)
5274
+ le(a.$slots, "actions", {}, () => [
5275
+ e.buttonText && e.returnRouteName ? (v(), x(s, {
5276
+ key: 0,
5277
+ to: { name: e.returnRouteName },
5278
+ size: "large"
5279
+ }, {
5280
+ default: f(() => [
5281
+ M(A(e.buttonText), 1)
5282
+ ]),
5283
+ _: 1
5284
+ }, 8, ["to"])) : E("", !0)
5285
+ ])
5284
5286
  ])
5285
5287
  ])
5286
5288
  ]);