bt-core-app 2.0.129 → 2.0.130
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/bt-core-app.js +8 -6
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -9884,9 +9884,10 @@ function Ooe(e) {
|
|
|
9884
9884
|
function n(r) {
|
|
9885
9885
|
if (r != null && r.all) {
|
|
9886
9886
|
const i = (r == null ? void 0 : r.mode) ?? "remove";
|
|
9887
|
-
|
|
9888
|
-
|
|
9889
|
-
|
|
9887
|
+
let o = r.except != null ? Array.isArray(r.except) ? r.except : [r.except] : [];
|
|
9888
|
+
Nl.value.filter((s) => !o.some((c) => c == s.bladeName)).forEach((s) => {
|
|
9889
|
+
i == "remove" && (s.data = {}), s.show = !1, s.closeFunctions.forEach((c) => {
|
|
9890
|
+
c();
|
|
9890
9891
|
});
|
|
9891
9892
|
});
|
|
9892
9893
|
} else {
|
|
@@ -9934,9 +9935,10 @@ function g1(e) {
|
|
|
9934
9935
|
function v(m) {
|
|
9935
9936
|
if (m != null && m.all) {
|
|
9936
9937
|
const p = (m == null ? void 0 : m.mode) ?? "remove";
|
|
9937
|
-
|
|
9938
|
-
|
|
9939
|
-
|
|
9938
|
+
let w = m.except != null ? Array.isArray(m.except) ? m.except : [m.except] : [];
|
|
9939
|
+
Nl.value.filter((S) => !w.some((h) => h == S.bladeName)).forEach((S) => {
|
|
9940
|
+
p == "remove" && (S.data = {}), S.show = !1, S.closeFunctions.forEach((h) => {
|
|
9941
|
+
h();
|
|
9940
9942
|
});
|
|
9941
9943
|
});
|
|
9942
9944
|
} else {
|
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED