flame-plus 1.0.14 → 1.1.0
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.
|
@@ -6407,7 +6407,7 @@ const ra = /* @__PURE__ */ Te({
|
|
|
6407
6407
|
);
|
|
6408
6408
|
const d = Ae(() => {
|
|
6409
6409
|
const { items: D = [], buttons: U, ...q } = u.config;
|
|
6410
|
-
return x.value = D.length > s.value, U &&
|
|
6410
|
+
return x.value = D.length > s.value, U && x.value && U[0].buttonText != "\u66F4\u591A" && (U == null || U.unshift({ buttonText: "\u66F4\u591A", event: "openDrawer" })), {
|
|
6411
6411
|
...q,
|
|
6412
6412
|
inline: !0,
|
|
6413
6413
|
items: D.slice(0, s.value),
|