@conboai/app.db.query 0.4.55 → 0.4.56
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 +23 -19
- package/package.json +1 -1
package/dist/app.db.query.js
CHANGED
|
@@ -115683,20 +115683,24 @@ function cY({
|
|
|
115683
115683
|
getTabValueLabelsAndSubLabels: t
|
|
115684
115684
|
}) {
|
|
115685
115685
|
var L, O, M, w;
|
|
115686
|
-
const { classifiersFrameInfo: n } = _f(), {
|
|
115687
|
-
|
|
115688
|
-
|
|
115689
|
-
|
|
115690
|
-
|
|
115691
|
-
|
|
115692
|
-
|
|
115693
|
-
|
|
115686
|
+
const { classifiersFrameInfo: n } = _f(), {
|
|
115687
|
+
selectedTableItemId: r,
|
|
115688
|
+
tagFamilyValueLabel: o,
|
|
115689
|
+
tagFamilyValueSubLabel: i,
|
|
115690
|
+
frameDetails: s
|
|
115691
|
+
} = Sn(_o), {
|
|
115692
|
+
topOne: a,
|
|
115693
|
+
pixelGeo: c,
|
|
115694
|
+
geo: d,
|
|
115695
|
+
snapshots: h,
|
|
115696
|
+
cropped: p,
|
|
115697
|
+
detailsLoading: m,
|
|
115694
115698
|
classifierSummary: v
|
|
115695
115699
|
} = Es(), [b, g] = He(!1);
|
|
115696
115700
|
Ae(() => {
|
|
115697
115701
|
r !== -1 && g(!0);
|
|
115698
115702
|
}, [r]);
|
|
115699
|
-
const y = uf(
|
|
115703
|
+
const y = uf(h, e), T = uf(p || [], e), C = s.find(
|
|
115700
115704
|
(R) => R.id === r
|
|
115701
115705
|
), S = () => navigator.clipboard.writeText(C.conbo_key), E = Un(
|
|
115702
115706
|
() => ({
|
|
@@ -115704,7 +115708,7 @@ function cY({
|
|
|
115704
115708
|
objectImages: T,
|
|
115705
115709
|
isFirstPage: b,
|
|
115706
115710
|
setIsFirstPage: g,
|
|
115707
|
-
isLoading:
|
|
115711
|
+
isLoading: m === "pending"
|
|
115708
115712
|
}),
|
|
115709
115713
|
[
|
|
115710
115714
|
r,
|
|
@@ -115716,32 +115720,32 @@ function cY({
|
|
|
115716
115720
|
y,
|
|
115717
115721
|
T
|
|
115718
115722
|
), D = tP({
|
|
115719
|
-
polylineProps: (L =
|
|
115723
|
+
polylineProps: (L = d == null ? void 0 : d.geometry) == null ? void 0 : L.coordinates,
|
|
115720
115724
|
trailProps: {
|
|
115721
|
-
coordinates: (O =
|
|
115725
|
+
coordinates: (O = c == null ? void 0 : c.geometry) == null ? void 0 : O.coordinates,
|
|
115722
115726
|
url: y[0]
|
|
115723
115727
|
},
|
|
115724
|
-
isLoading:
|
|
115728
|
+
isLoading: m === "pending"
|
|
115725
115729
|
}), N = nP(
|
|
115726
|
-
(M =
|
|
115727
|
-
(w =
|
|
115730
|
+
(M = d == null ? void 0 : d.geometry) == null ? void 0 : M.coordinates,
|
|
115731
|
+
(w = c == null ? void 0 : c.geometry) == null ? void 0 : w.coordinates
|
|
115728
115732
|
), j = Un(
|
|
115729
115733
|
() => oNe({
|
|
115730
115734
|
getTabValueLabelsAndSubLabels: t,
|
|
115731
115735
|
selectedTableItemId: r,
|
|
115732
|
-
topOne:
|
|
115736
|
+
topOne: a,
|
|
115733
115737
|
classifiersFrameInfo: n,
|
|
115734
115738
|
classifierSummary: v,
|
|
115735
|
-
isLoading:
|
|
115739
|
+
isLoading: m === "pending"
|
|
115736
115740
|
}),
|
|
115737
115741
|
[
|
|
115738
115742
|
v,
|
|
115739
115743
|
n,
|
|
115740
|
-
|
|
115744
|
+
m,
|
|
115741
115745
|
r,
|
|
115742
115746
|
o,
|
|
115743
115747
|
i,
|
|
115744
|
-
|
|
115748
|
+
a
|
|
115745
115749
|
]
|
|
115746
115750
|
), $ = iNe();
|
|
115747
115751
|
return /* @__PURE__ */ Re.jsx(vt, { bgcolor: "#F5F6FA", height: "100%", sx: { overflowY: "auto" }, pb: "20px", children: /* @__PURE__ */ Re.jsx(XM, { children: C != null && C.conbo_key ? /* @__PURE__ */ Re.jsxs(Re.Fragment, { children: [
|