@conboai/app.db.query 0.4.76 → 0.4.77
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/app.db.query.js +7 -1
- package/package.json +1 -1
package/dist/app.db.query.js
CHANGED
|
@@ -118476,7 +118476,13 @@ function HG({ baseUrl: e = "", isImageAnalysis: t = !1 }) {
|
|
|
118476
118476
|
const zG = () => {
|
|
118477
118477
|
const { snapshotsData: e, frameDetailsData: t } = xs(), [n] = fn((i) => [i.editTabData]), { id: r, isNewTab: o } = fn(so);
|
|
118478
118478
|
Ae(() => {
|
|
118479
|
-
|
|
118479
|
+
var i;
|
|
118480
|
+
if (o)
|
|
118481
|
+
n("data", []), n("frameDetails", []);
|
|
118482
|
+
else {
|
|
118483
|
+
const s = (i = Object.keys(t[r] || {})) != null && i.length ? t[r] : [];
|
|
118484
|
+
n("data", e[r] || []), n("frameDetails", s);
|
|
118485
|
+
}
|
|
118480
118486
|
}, [n, e, t, o, r]);
|
|
118481
118487
|
}, yDe = ({ baseUrl: e = " " }) => {
|
|
118482
118488
|
const {
|