auto-vue-manual 0.1.49 → 0.1.50
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.
|
@@ -49571,13 +49571,16 @@ const KZ = 8, Hde = "undo redo cut copy paste indent2em | image | styleselect fo
|
|
|
49571
49571
|
disabled: { type: Boolean, default: !1 },
|
|
49572
49572
|
loading: { type: Boolean, default: !1 },
|
|
49573
49573
|
plain: { type: Boolean, default: !1 },
|
|
49574
|
+
icon: { type: String, default: "" },
|
|
49575
|
+
refresh: { type: Function, default: () => {
|
|
49576
|
+
} },
|
|
49574
49577
|
t: { type: String, default: "" }
|
|
49575
49578
|
},
|
|
49576
|
-
emits: ["
|
|
49579
|
+
emits: ["click"],
|
|
49577
49580
|
setup(l, { emit: m }) {
|
|
49578
49581
|
const v = m, b = l;
|
|
49579
49582
|
function S() {
|
|
49580
|
-
v("
|
|
49583
|
+
v("click"), b.refresh() != null && b.refresh();
|
|
49581
49584
|
}
|
|
49582
49585
|
return (k, P) => {
|
|
49583
49586
|
const M = un("el-button");
|
|
@@ -49594,7 +49597,7 @@ const KZ = 8, Hde = "undo redo cut copy paste indent2em | image | styleselect fo
|
|
|
49594
49597
|
fn: gn(() => [
|
|
49595
49598
|
l.loading ? dm("", !0) : (Ln(), Ps("span", {
|
|
49596
49599
|
key: 0,
|
|
49597
|
-
class: Kp(["icon iconfont",
|
|
49600
|
+
class: Kp(["icon iconfont", l.icon])
|
|
49598
49601
|
}, null, 2))
|
|
49599
49602
|
]),
|
|
49600
49603
|
key: "0"
|