flame-plus 0.1.63 → 0.1.65
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.
|
@@ -7991,7 +7991,9 @@ const Zb = { class: "toolbar" }, Qb = De({
|
|
|
7991
7991
|
props: Xb,
|
|
7992
7992
|
emits: ["toolbarClick"],
|
|
7993
7993
|
setup(e, { emit: n }) {
|
|
7994
|
-
const o = e, s = o.config.maxButton, l = X(() => o.config.buttons.slice(0, s)), f = X(() => o.config.buttons.slice(s)), d = (g) =>
|
|
7994
|
+
const o = e, s = o.config.maxButton, l = X(() => o.config.buttons.slice(0, s)), f = X(() => o.config.buttons.slice(s)), d = (g) => {
|
|
7995
|
+
console.log("event----", g), n("toolbarClick", g);
|
|
7996
|
+
};
|
|
7995
7997
|
return (g, m) => {
|
|
7996
7998
|
const v = Te("el-button"), C = Te("el-dropdown-item"), y = Te("el-dropdown-menu"), k = Te("el-dropdown");
|
|
7997
7999
|
return ae(), Fe("div", Zb, [
|
|
@@ -8014,13 +8016,14 @@ const Zb = { class: "toolbar" }, Qb = De({
|
|
|
8014
8016
|
le(y, null, {
|
|
8015
8017
|
default: ke(() => [
|
|
8016
8018
|
(ae(!0), Fe(bn, null, sn(f.value, ($) => (ae(), Le(C, ze({ ...g.config.publicConfig, ...$ }, {
|
|
8017
|
-
key: $.event
|
|
8019
|
+
key: $.event,
|
|
8020
|
+
command: { ...g.config.publicConfig, ...$ }
|
|
8018
8021
|
}), {
|
|
8019
8022
|
default: ke(() => [
|
|
8020
8023
|
yn(Ft($.buttonText), 1)
|
|
8021
8024
|
]),
|
|
8022
8025
|
_: 2
|
|
8023
|
-
}, 1040))), 128))
|
|
8026
|
+
}, 1040, ["command"]))), 128))
|
|
8024
8027
|
]),
|
|
8025
8028
|
_: 1
|
|
8026
8029
|
})
|
|
@@ -8038,7 +8041,7 @@ const Zb = { class: "toolbar" }, Qb = De({
|
|
|
8038
8041
|
]);
|
|
8039
8042
|
};
|
|
8040
8043
|
}
|
|
8041
|
-
}), e1 = /* @__PURE__ */ Oa(Qb, [["__scopeId", "data-v-
|
|
8044
|
+
}), e1 = /* @__PURE__ */ Oa(Qb, [["__scopeId", "data-v-7031dbd8"]]), Ls = Vo(e1);
|
|
8042
8045
|
const t1 = { class: "page-header" }, n1 = De({
|
|
8043
8046
|
__name: "flmReportPage",
|
|
8044
8047
|
props: {
|
|
@@ -8153,7 +8156,7 @@ const t1 = { class: "page-header" }, n1 = De({
|
|
|
8153
8156
|
let ue = v.value;
|
|
8154
8157
|
_n(q, F) ? F[q]() : o("customEvent", { event: q, data: ue });
|
|
8155
8158
|
}, P = (q, ue) => {
|
|
8156
|
-
_n(q, F) ? F[q](ue) : o("customEvent", { event: q, data: ue.row });
|
|
8159
|
+
_n(q, F) ? F[q](ue) : o("customEvent", { event: q.event, data: ue.row });
|
|
8157
8160
|
}, h = {
|
|
8158
8161
|
handleSelectionChange: (q) => {
|
|
8159
8162
|
v.value = q;
|
|
@@ -8468,7 +8471,7 @@ const t1 = { class: "page-header" }, n1 = De({
|
|
|
8468
8471
|
}, 8, ["config", "onClose"])
|
|
8469
8472
|
], 512));
|
|
8470
8473
|
}
|
|
8471
|
-
}), sf = /* @__PURE__ */ Oa(n1, [["__scopeId", "data-v-
|
|
8474
|
+
}), sf = /* @__PURE__ */ Oa(n1, [["__scopeId", "data-v-5c5a0802"]]);
|
|
8472
8475
|
const o1 = { class: "page-header" }, r1 = { class: "page-search" }, a1 = De({
|
|
8473
8476
|
__name: "flmExportPage",
|
|
8474
8477
|
props: {
|