@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.
- package/dist/common-admin.d.ts +1 -0
- package/dist/common-admin.js +12 -10
- package/dist/common-admin.js.map +1 -1
- package/package.json +2 -2
package/dist/common-admin.d.ts
CHANGED
|
@@ -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;
|
package/dist/common-admin.js
CHANGED
|
@@ -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
|
-
|
|
5275
|
-
|
|
5276
|
-
|
|
5277
|
-
|
|
5278
|
-
|
|
5279
|
-
|
|
5280
|
-
|
|
5281
|
-
|
|
5282
|
-
|
|
5283
|
-
|
|
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
|
]);
|