@morghulis/core 1.0.25 → 1.0.26
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.
|
@@ -559,6 +559,7 @@ function Tc(e) {
|
|
|
559
559
|
open: s
|
|
560
560
|
} = $c(e);
|
|
561
561
|
return X(r, () => {
|
|
562
|
+
console.log(r);
|
|
562
563
|
const i = JSON.parse(r.value), u = i.tag;
|
|
563
564
|
if (u === "batch")
|
|
564
565
|
n(i);
|
|
@@ -2518,10 +2519,14 @@ function zo() {
|
|
|
2518
2519
|
return { getAxiosInstance: o, loading: n };
|
|
2519
2520
|
}
|
|
2520
2521
|
function up() {
|
|
2522
|
+
const { open: e, status: t } = vt("connection");
|
|
2523
|
+
return { open: e, status: t };
|
|
2524
|
+
}
|
|
2525
|
+
function cp() {
|
|
2521
2526
|
const { container: e } = vt("channel-hub");
|
|
2522
2527
|
return { container: e };
|
|
2523
2528
|
}
|
|
2524
|
-
function
|
|
2529
|
+
function dp(e) {
|
|
2525
2530
|
const t = ue(e) ? e : x(e), { mount: n, unmount: o } = vt("channel-hub"), l = x();
|
|
2526
2531
|
X(t, (u, c) => {
|
|
2527
2532
|
c && o(c), l.value = n(u);
|
|
@@ -2541,10 +2546,6 @@ function cp(e) {
|
|
|
2541
2546
|
}
|
|
2542
2547
|
return { execute: i, config: t, loading: a, payload: s };
|
|
2543
2548
|
}
|
|
2544
|
-
function dp() {
|
|
2545
|
-
const { open: e, status: t } = vt("connection");
|
|
2546
|
-
return { open: e, status: t };
|
|
2547
|
-
}
|
|
2548
2549
|
class Pe {
|
|
2549
2550
|
includes;
|
|
2550
2551
|
excludes;
|
|
@@ -3119,7 +3120,7 @@ function vp(e) {
|
|
|
3119
3120
|
loading: l,
|
|
3120
3121
|
payload: r,
|
|
3121
3122
|
execute: a
|
|
3122
|
-
} =
|
|
3123
|
+
} = dp(o);
|
|
3123
3124
|
function s(i, u) {
|
|
3124
3125
|
a({
|
|
3125
3126
|
db: n.value,
|
|
@@ -19957,7 +19958,7 @@ const Bh = /* @__PURE__ */ R({
|
|
|
19957
19958
|
}), Kh = { style: { margin: "3px 0" } }, Yh = /* @__PURE__ */ R({
|
|
19958
19959
|
__name: "MChannelHub",
|
|
19959
19960
|
setup(e) {
|
|
19960
|
-
const { container: t } =
|
|
19961
|
+
const { container: t } = cp();
|
|
19961
19962
|
return (n, o) => {
|
|
19962
19963
|
const l = w("el-table-column"), r = w("el-text"), a = w("el-tooltip"), s = w("el-divider"), i = w("el-tag"), u = w("el-space"), c = w("el-table");
|
|
19963
19964
|
return y(), k(c, {
|
|
@@ -20577,7 +20578,7 @@ const Bh = /* @__PURE__ */ R({
|
|
|
20577
20578
|
title: {}
|
|
20578
20579
|
},
|
|
20579
20580
|
setup(e) {
|
|
20580
|
-
const { open: t, status: n } =
|
|
20581
|
+
const { open: t, status: n } = up();
|
|
20581
20582
|
return (o, l) => {
|
|
20582
20583
|
const r = w("el-button");
|
|
20583
20584
|
return _(n) === "CONNECTED" ? (y(), k(o_, { key: 0 }, {
|
|
@@ -22021,10 +22022,10 @@ export {
|
|
|
22021
22022
|
ut as jwt,
|
|
22022
22023
|
Us as useAdminSize,
|
|
22023
22024
|
Bt as useAoa,
|
|
22024
|
-
|
|
22025
|
-
|
|
22025
|
+
dp as useChannel,
|
|
22026
|
+
cp as useChannelContainer,
|
|
22026
22027
|
wp as useCondition,
|
|
22027
|
-
|
|
22028
|
+
up as useConnection,
|
|
22028
22029
|
_e as useDao,
|
|
22029
22030
|
Nr as useData,
|
|
22030
22031
|
yp as useEditableTableModel,
|