@fileverse-dev/ddoc 3.0.53-patch-16 → 3.0.53-patch-18
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/index.es.js +6 -5
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -170015,7 +170015,7 @@ User prompt: ${u} /no_think` : `${u} /no_think`;
|
|
|
170015
170015
|
},
|
|
170016
170016
|
[a, e, i]
|
|
170017
170017
|
);
|
|
170018
|
-
Ie(() => {
|
|
170018
|
+
console.log({ defaultTabId: s }), Ie(() => {
|
|
170019
170019
|
if (!e) return;
|
|
170020
170020
|
if (t || r && !n && !t) {
|
|
170021
170021
|
const { tabList: x, activeTabId: v } = _de(
|
|
@@ -170025,7 +170025,7 @@ User prompt: ${u} /no_think` : `${u} /no_think`;
|
|
|
170025
170025
|
createDefaultTabIfMissing: o
|
|
170026
170026
|
}
|
|
170027
170027
|
);
|
|
170028
|
-
i && l(v), c(x);
|
|
170028
|
+
console.log({ shouldSyncActiveTab: i, id: v }), i && l(v), c(x);
|
|
170029
170029
|
return;
|
|
170030
170030
|
}
|
|
170031
170031
|
}, [
|
|
@@ -170036,7 +170036,7 @@ User prompt: ${u} /no_think` : `${u} /no_think`;
|
|
|
170036
170036
|
o,
|
|
170037
170037
|
i
|
|
170038
170038
|
]), Ie(() => {
|
|
170039
|
-
!t || !s || l(s);
|
|
170039
|
+
!t || !s || (console.log("setting from here"), l(s));
|
|
170040
170040
|
}, [t, s]), Ie(() => {
|
|
170041
170041
|
if (!e) return;
|
|
170042
170042
|
const y = e.getMap("ddocTabs");
|
|
@@ -170053,7 +170053,7 @@ User prompt: ${u} /no_think` : `${u} /no_think`;
|
|
|
170053
170053
|
showOutline: _.get("showOutline"),
|
|
170054
170054
|
emoji: _.get("emoji")
|
|
170055
170055
|
});
|
|
170056
|
-
}), c(I), l((A == null ? void 0 : A.toString()
|
|
170056
|
+
}), c(I), l(() => i ? A == null ? void 0 : A.toString() : s || "default");
|
|
170057
170057
|
}, D = () => {
|
|
170058
170058
|
x && x.unobserve(v), x = y.get("order"), x == null || x.observe(v);
|
|
170059
170059
|
};
|
|
@@ -170064,7 +170064,7 @@ User prompt: ${u} /no_think` : `${u} /no_think`;
|
|
|
170064
170064
|
return y.observe(w), () => {
|
|
170065
170065
|
x == null || x.unobserve(v), y.unobserve(w);
|
|
170066
170066
|
};
|
|
170067
|
-
}, [e]);
|
|
170067
|
+
}, [e, s, i]);
|
|
170068
170068
|
const h = Be(() => {
|
|
170069
170069
|
const y = e.getMap("ddocTabs"), x = y.get("order"), v = y.get("tabs"), D = y.get("activeTabId");
|
|
170070
170070
|
if (!(x instanceof yl))
|
|
@@ -184518,6 +184518,7 @@ const Eqe = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
|
|
|
184518
184518
|
collaborationKeyPair: nt,
|
|
184519
184519
|
collabConfig: it,
|
|
184520
184520
|
isDDocOwner: ee,
|
|
184521
|
+
tabConfig: Se,
|
|
184521
184522
|
...pt
|
|
184522
184523
|
});
|
|
184523
184524
|
VR(
|