@conboai/app.db.query 0.9.50 → 0.9.52
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 +9 -7
- package/package.json +2 -2
package/dist/app.db.query.js
CHANGED
|
@@ -73857,6 +73857,11 @@ const RNe = ({
|
|
|
73857
73857
|
}
|
|
73858
73858
|
}
|
|
73859
73859
|
},
|
|
73860
|
+
tooltip: {
|
|
73861
|
+
outside: !0,
|
|
73862
|
+
useHTML: !0,
|
|
73863
|
+
zIndex: 100
|
|
73864
|
+
},
|
|
73860
73865
|
series: [
|
|
73861
73866
|
{
|
|
73862
73867
|
type: "xrange",
|
|
@@ -136869,9 +136874,7 @@ function wqe({ baseUrl: e }) {
|
|
|
136869
136874
|
floorPlan: _,
|
|
136870
136875
|
selectedFeed: z,
|
|
136871
136876
|
polygonPixelPath: k
|
|
136872
|
-
} = Ke($t), { getEntitySearchData: A, loading: S, clearData: T } = Kl(), { topOneFilterKeys: I } = GL(), { classifiersFilterKeys: R } = Xu(), [j, $] = Pe("50vh"), [Y, U] = Pe("50%"), [V, H] = Pe(null), [G, X] = Pe(!1), [ne, ee] = Pe(v), [ue, K] = Pe(ne), [oe, le] = Pe(Une), [he, Q] = Pe([]), [ie, B] = Pe([]), [ae, se] = Pe(!1), re = Dn(/* @__PURE__ */ new Map()), [W, ce] = Pe(0), [pe, ve] = Pe([])
|
|
136873
|
-
console.log("floorPlanCoordinates", ie);
|
|
136874
|
-
const ye = Dn(!1), fe = Dn(0), me = Dn(0), de = Yt(
|
|
136877
|
+
} = Ke($t), { getEntitySearchData: A, loading: S, clearData: T } = Kl(), { topOneFilterKeys: I } = GL(), { classifiersFilterKeys: R } = Xu(), [j, $] = Pe("50vh"), [Y, U] = Pe("50%"), [V, H] = Pe(null), [G, X] = Pe(!1), [ne, ee] = Pe(v), [ue, K] = Pe(ne), [oe, le] = Pe(Une), [he, Q] = Pe([]), [ie, B] = Pe([]), [ae, se] = Pe(!1), re = Dn(/* @__PURE__ */ new Map()), [W, ce] = Pe(0), [pe, ve] = Pe([]), ye = Dn(!1), fe = Dn(0), me = Dn(0), de = Yt(
|
|
136875
136878
|
() => {
|
|
136876
136879
|
var yt, sn, qt;
|
|
136877
136880
|
return {
|
|
@@ -137280,9 +137283,7 @@ const Oqe = (e) => {
|
|
|
137280
137283
|
]), { getEntitySearchData: m } = Kl(), g = lt(
|
|
137281
137284
|
async (C) => {
|
|
137282
137285
|
var D;
|
|
137283
|
-
const v = bn(C).add(1, "second").format("YYYY-MM-DDTHH:mm:ss"), x = c == null ? void 0 : c.map((O) => O.id)
|
|
137284
|
-
console.log("polygonPixelPath", l);
|
|
137285
|
-
const { area: w } = Gee(
|
|
137286
|
+
const v = bn(C).add(1, "second").format("YYYY-MM-DDTHH:mm:ss"), x = c == null ? void 0 : c.map((O) => O.id), { area: w } = Gee(
|
|
137286
137287
|
s,
|
|
137287
137288
|
l,
|
|
137288
137289
|
(D = c[0]) == null ? void 0 : D.is_indoor
|
|
@@ -147354,7 +147355,8 @@ const QXe = ({
|
|
|
147354
147355
|
id: c.conbo_key,
|
|
147355
147356
|
startTime: c.start_time,
|
|
147356
147357
|
endTime: c.end_time,
|
|
147357
|
-
type: c.action
|
|
147358
|
+
type: c.action,
|
|
147359
|
+
assignedFeedId: c.feed
|
|
147358
147360
|
}));
|
|
147359
147361
|
r("cargoTrailsDetails", {
|
|
147360
147362
|
primary: s,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conboai/app.db.query",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.52",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/app.db.query.js",
|
|
6
6
|
"types": "dist/build/index.d.ts",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"format": "prettier --write \"src/**/*.{ts,tsx,json}\" --color"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@conboai/storybook.components": "
|
|
42
|
+
"@conboai/storybook.components": "0.5.77",
|
|
43
43
|
"@emotion/react": "^11.11.4",
|
|
44
44
|
"@emotion/styled": "^11.11.5",
|
|
45
45
|
"@hookform/resolvers": "^3.9.1",
|