@bsgoal/common 2.8.1 → 2.8.3
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/index.mjs
CHANGED
|
@@ -6091,14 +6091,15 @@ const z0 = { class: "bsgoal-base-dialog" }, G0 = { class: "base_dialog" }, k0 =
|
|
|
6091
6091
|
c.footer ? Ze(A.$slots, "footer", { key: 0 }, () => [
|
|
6092
6092
|
_e("span", H0, [
|
|
6093
6093
|
te(mu, {
|
|
6094
|
-
|
|
6094
|
+
class: "base_dialog_footer_cancel",
|
|
6095
6095
|
mode: "cancel",
|
|
6096
|
+
task: S,
|
|
6096
6097
|
content: c.cancelTxt,
|
|
6097
6098
|
"has-loading": !1
|
|
6098
6099
|
}, null, 8, ["content"]),
|
|
6099
6100
|
te(mu, {
|
|
6100
|
-
task: T,
|
|
6101
6101
|
mode: "confirm",
|
|
6102
|
+
task: T,
|
|
6102
6103
|
content: c.confirmTxt
|
|
6103
6104
|
}, null, 8, ["content"])
|
|
6104
6105
|
])
|