@conboai/app.db.query 0.8.39 → 0.8.41
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 +277 -264
- package/package.json +1 -1
package/dist/app.db.query.js
CHANGED
|
@@ -660,7 +660,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
660
660
|
}
|
|
661
661
|
process.env.NODE_ENV === "production" ? SM.exports = see() : SM.exports = aee();
|
|
662
662
|
var me = SM.exports;
|
|
663
|
-
const
|
|
663
|
+
const Xn = (e) => {
|
|
664
664
|
const t = e.tabsData.find(
|
|
665
665
|
(n) => n.id === e.selectedTabId
|
|
666
666
|
);
|
|
@@ -25600,7 +25600,7 @@ var dW = mm;
|
|
|
25600
25600
|
Object.defineProperty(Si, "__esModule", {
|
|
25601
25601
|
value: !0
|
|
25602
25602
|
});
|
|
25603
|
-
var
|
|
25603
|
+
var Jn = Si.alpha = mW;
|
|
25604
25604
|
Si.blend = Jde;
|
|
25605
25605
|
Si.colorChannel = void 0;
|
|
25606
25606
|
var D1 = Si.darken = BP;
|
|
@@ -31418,20 +31418,20 @@ const w2e = ["children", "color", "component", "className", "disabled", "disable
|
|
|
31418
31418
|
}),
|
|
31419
31419
|
"&:hover": q({
|
|
31420
31420
|
textDecoration: "none",
|
|
31421
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette.text.primaryChannel} / ${e.vars.palette.action.hoverOpacity})` :
|
|
31421
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.text.primaryChannel} / ${e.vars.palette.action.hoverOpacity})` : Jn(e.palette.text.primary, e.palette.action.hoverOpacity),
|
|
31422
31422
|
// Reset on touch devices, it doesn't add specificity
|
|
31423
31423
|
"@media (hover: none)": {
|
|
31424
31424
|
backgroundColor: "transparent"
|
|
31425
31425
|
}
|
|
31426
31426
|
}, t.variant === "text" && t.color !== "inherit" && {
|
|
31427
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette[t.color].mainChannel} / ${e.vars.palette.action.hoverOpacity})` :
|
|
31427
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette[t.color].mainChannel} / ${e.vars.palette.action.hoverOpacity})` : Jn(e.palette[t.color].main, e.palette.action.hoverOpacity),
|
|
31428
31428
|
// Reset on touch devices, it doesn't add specificity
|
|
31429
31429
|
"@media (hover: none)": {
|
|
31430
31430
|
backgroundColor: "transparent"
|
|
31431
31431
|
}
|
|
31432
31432
|
}, t.variant === "outlined" && t.color !== "inherit" && {
|
|
31433
31433
|
border: `1px solid ${(e.vars || e).palette[t.color].main}`,
|
|
31434
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette[t.color].mainChannel} / ${e.vars.palette.action.hoverOpacity})` :
|
|
31434
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette[t.color].mainChannel} / ${e.vars.palette.action.hoverOpacity})` : Jn(e.palette[t.color].main, e.palette.action.hoverOpacity),
|
|
31435
31435
|
// Reset on touch devices, it doesn't add specificity
|
|
31436
31436
|
"@media (hover: none)": {
|
|
31437
31437
|
backgroundColor: "transparent"
|
|
@@ -31475,7 +31475,7 @@ const w2e = ["children", "color", "component", "className", "disabled", "disable
|
|
|
31475
31475
|
border: "1px solid currentColor"
|
|
31476
31476
|
}, t.variant === "outlined" && t.color !== "inherit" && {
|
|
31477
31477
|
color: (e.vars || e).palette[t.color].main,
|
|
31478
|
-
border: e.vars ? `1px solid rgba(${e.vars.palette[t.color].mainChannel} / 0.5)` : `1px solid ${
|
|
31478
|
+
border: e.vars ? `1px solid rgba(${e.vars.palette[t.color].mainChannel} / 0.5)` : `1px solid ${Jn(e.palette[t.color].main, 0.5)}`
|
|
31479
31479
|
}, t.variant === "contained" && {
|
|
31480
31480
|
color: e.vars ? (
|
|
31481
31481
|
// this is safe because grey does not change between default light/dark mode
|
|
@@ -32648,7 +32648,7 @@ const i1e = ["className", "component", "elevation", "square", "variant"], s1e =
|
|
|
32648
32648
|
}, t.variant === "elevation" && q({
|
|
32649
32649
|
boxShadow: (e.vars || e).shadows[t.elevation]
|
|
32650
32650
|
}, !e.vars && e.palette.mode === "dark" && {
|
|
32651
|
-
backgroundImage: `linear-gradient(${
|
|
32651
|
+
backgroundImage: `linear-gradient(${Jn("#fff", Oj(t.elevation))}, ${Jn("#fff", Oj(t.elevation))})`
|
|
32652
32652
|
}, e.vars && {
|
|
32653
32653
|
backgroundImage: (n = e.vars.overlays) == null ? void 0 : n[t.elevation]
|
|
32654
32654
|
}));
|
|
@@ -33283,7 +33283,7 @@ const R1e = kt("MuiIconButton", ["root", "disabled", "colorInherit", "colorPrima
|
|
|
33283
33283
|
})
|
|
33284
33284
|
}, !t.disableRipple && {
|
|
33285
33285
|
"&:hover": {
|
|
33286
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.hoverOpacity})` :
|
|
33286
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.hoverOpacity})` : Jn(e.palette.action.active, e.palette.action.hoverOpacity),
|
|
33287
33287
|
// Reset on touch devices, it doesn't add specificity
|
|
33288
33288
|
"@media (hover: none)": {
|
|
33289
33289
|
backgroundColor: "transparent"
|
|
@@ -33305,7 +33305,7 @@ const R1e = kt("MuiIconButton", ["root", "disabled", "colorInherit", "colorPrima
|
|
|
33305
33305
|
color: r == null ? void 0 : r.main
|
|
33306
33306
|
}, !t.disableRipple && {
|
|
33307
33307
|
"&:hover": q({}, r && {
|
|
33308
|
-
backgroundColor: e.vars ? `rgba(${r.mainChannel} / ${e.vars.palette.action.hoverOpacity})` :
|
|
33308
|
+
backgroundColor: e.vars ? `rgba(${r.mainChannel} / ${e.vars.palette.action.hoverOpacity})` : Jn(r.main, e.palette.action.hoverOpacity)
|
|
33309
33309
|
}, {
|
|
33310
33310
|
// Reset on touch devices, it doesn't add specificity
|
|
33311
33311
|
"@media (hover: none)": {
|
|
@@ -35891,19 +35891,19 @@ const Ar = kt("MuiChip", ["root", "sizeSmall", "sizeMedium", "colorError", "colo
|
|
|
35891
35891
|
})),
|
|
35892
35892
|
[`& .${Ar.deleteIcon}`]: q({
|
|
35893
35893
|
WebkitTapHighlightColor: "transparent",
|
|
35894
|
-
color: e.vars ? `rgba(${e.vars.palette.text.primaryChannel} / 0.26)` :
|
|
35894
|
+
color: e.vars ? `rgba(${e.vars.palette.text.primaryChannel} / 0.26)` : Jn(e.palette.text.primary, 0.26),
|
|
35895
35895
|
fontSize: 22,
|
|
35896
35896
|
cursor: "pointer",
|
|
35897
35897
|
margin: "0 5px 0 -6px",
|
|
35898
35898
|
"&:hover": {
|
|
35899
|
-
color: e.vars ? `rgba(${e.vars.palette.text.primaryChannel} / 0.4)` :
|
|
35899
|
+
color: e.vars ? `rgba(${e.vars.palette.text.primaryChannel} / 0.4)` : Jn(e.palette.text.primary, 0.4)
|
|
35900
35900
|
}
|
|
35901
35901
|
}, t.size === "small" && {
|
|
35902
35902
|
fontSize: 16,
|
|
35903
35903
|
marginRight: 4,
|
|
35904
35904
|
marginLeft: -4
|
|
35905
35905
|
}, t.color !== "default" && {
|
|
35906
|
-
color: e.vars ? `rgba(${e.vars.palette[t.color].contrastTextChannel} / 0.7)` :
|
|
35906
|
+
color: e.vars ? `rgba(${e.vars.palette[t.color].contrastTextChannel} / 0.7)` : Jn(e.palette[t.color].contrastText, 0.7),
|
|
35907
35907
|
"&:hover, &:active": {
|
|
35908
35908
|
color: (e.vars || e).palette[t.color].contrastText
|
|
35909
35909
|
}
|
|
@@ -35915,7 +35915,7 @@ const Ar = kt("MuiChip", ["root", "sizeSmall", "sizeMedium", "colorError", "colo
|
|
|
35915
35915
|
color: (e.vars || e).palette[t.color].contrastText
|
|
35916
35916
|
}, t.onDelete && {
|
|
35917
35917
|
[`&.${Ar.focusVisible}`]: {
|
|
35918
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette.action.selectedChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))` :
|
|
35918
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.action.selectedChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))` : Jn(e.palette.action.selected, e.palette.action.selectedOpacity + e.palette.action.focusOpacity)
|
|
35919
35919
|
}
|
|
35920
35920
|
}, t.onDelete && t.color !== "default" && {
|
|
35921
35921
|
[`&.${Ar.focusVisible}`]: {
|
|
@@ -35930,10 +35930,10 @@ const Ar = kt("MuiChip", ["root", "sizeSmall", "sizeMedium", "colorError", "colo
|
|
|
35930
35930
|
WebkitTapHighlightColor: "transparent",
|
|
35931
35931
|
cursor: "pointer",
|
|
35932
35932
|
"&:hover": {
|
|
35933
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette.action.selectedChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))` :
|
|
35933
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.action.selectedChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))` : Jn(e.palette.action.selected, e.palette.action.selectedOpacity + e.palette.action.hoverOpacity)
|
|
35934
35934
|
},
|
|
35935
35935
|
[`&.${Ar.focusVisible}`]: {
|
|
35936
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette.action.selectedChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))` :
|
|
35936
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.action.selectedChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))` : Jn(e.palette.action.selected, e.palette.action.selectedOpacity + e.palette.action.focusOpacity)
|
|
35937
35937
|
},
|
|
35938
35938
|
"&:active": {
|
|
35939
35939
|
boxShadow: (e.vars || e).shadows[1]
|
|
@@ -35974,15 +35974,15 @@ const Ar = kt("MuiChip", ["root", "sizeSmall", "sizeMedium", "colorError", "colo
|
|
|
35974
35974
|
}
|
|
35975
35975
|
}, t.variant === "outlined" && t.color !== "default" && {
|
|
35976
35976
|
color: (e.vars || e).palette[t.color].main,
|
|
35977
|
-
border: `1px solid ${e.vars ? `rgba(${e.vars.palette[t.color].mainChannel} / 0.7)` :
|
|
35977
|
+
border: `1px solid ${e.vars ? `rgba(${e.vars.palette[t.color].mainChannel} / 0.7)` : Jn(e.palette[t.color].main, 0.7)}`,
|
|
35978
35978
|
[`&.${Ar.clickable}:hover`]: {
|
|
35979
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette[t.color].mainChannel} / ${e.vars.palette.action.hoverOpacity})` :
|
|
35979
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette[t.color].mainChannel} / ${e.vars.palette.action.hoverOpacity})` : Jn(e.palette[t.color].main, e.palette.action.hoverOpacity)
|
|
35980
35980
|
},
|
|
35981
35981
|
[`&.${Ar.focusVisible}`]: {
|
|
35982
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette[t.color].mainChannel} / ${e.vars.palette.action.focusOpacity})` :
|
|
35982
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette[t.color].mainChannel} / ${e.vars.palette.action.focusOpacity})` : Jn(e.palette[t.color].main, e.palette.action.focusOpacity)
|
|
35983
35983
|
},
|
|
35984
35984
|
[`& .${Ar.deleteIcon}`]: {
|
|
35985
|
-
color: e.vars ? `rgba(${e.vars.palette[t.color].mainChannel} / 0.7)` :
|
|
35985
|
+
color: e.vars ? `rgba(${e.vars.palette[t.color].mainChannel} / 0.7)` : Jn(e.palette[t.color].main, 0.7),
|
|
35986
35986
|
"&:hover, &:active": {
|
|
35987
35987
|
color: (e.vars || e).palette[t.color].main
|
|
35988
35988
|
}
|
|
@@ -37287,16 +37287,16 @@ const Oge = ["autoComplete", "autoHighlight", "autoSelect", "blurOnSelect", "Chi
|
|
|
37287
37287
|
backgroundColor: (e.vars || e).palette.action.focus
|
|
37288
37288
|
},
|
|
37289
37289
|
'&[aria-selected="true"]': {
|
|
37290
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})` :
|
|
37290
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})` : Jn(e.palette.primary.main, e.palette.action.selectedOpacity),
|
|
37291
37291
|
[`&.${sr.focused}`]: {
|
|
37292
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))` :
|
|
37292
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))` : Jn(e.palette.primary.main, e.palette.action.selectedOpacity + e.palette.action.hoverOpacity),
|
|
37293
37293
|
// Reset on touch devices, it doesn't add specificity
|
|
37294
37294
|
"@media (hover: none)": {
|
|
37295
37295
|
backgroundColor: (e.vars || e).palette.action.selected
|
|
37296
37296
|
}
|
|
37297
37297
|
},
|
|
37298
37298
|
[`&.${sr.focusVisible}`]: {
|
|
37299
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))` :
|
|
37299
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))` : Jn(e.palette.primary.main, e.palette.action.selectedOpacity + e.palette.action.focusOpacity)
|
|
37300
37300
|
}
|
|
37301
37301
|
}
|
|
37302
37302
|
}
|
|
@@ -39202,7 +39202,7 @@ const gR = kt("MuiCheckbox", ["root", "checked", "disabled", "indeterminate", "c
|
|
|
39202
39202
|
color: (e.vars || e).palette.text.secondary
|
|
39203
39203
|
}, !t.disableRipple && {
|
|
39204
39204
|
"&:hover": {
|
|
39205
|
-
backgroundColor: e.vars ? `rgba(${t.color === "default" ? e.vars.palette.action.activeChannel : e.vars.palette[t.color].mainChannel} / ${e.vars.palette.action.hoverOpacity})` :
|
|
39205
|
+
backgroundColor: e.vars ? `rgba(${t.color === "default" ? e.vars.palette.action.activeChannel : e.vars.palette[t.color].mainChannel} / ${e.vars.palette.action.hoverOpacity})` : Jn(t.color === "default" ? e.palette.action.active : e.palette[t.color].main, e.palette.action.hoverOpacity),
|
|
39206
39206
|
// Reset on touch devices, it doesn't add specificity
|
|
39207
39207
|
"@media (hover: none)": {
|
|
39208
39208
|
backgroundColor: "transparent"
|
|
@@ -40957,7 +40957,7 @@ const tN = kt("MuiDivider", ["root", "absolute", "fullWidth", "inset", "middle",
|
|
|
40957
40957
|
left: 0,
|
|
40958
40958
|
width: "100%"
|
|
40959
40959
|
}, t.light && {
|
|
40960
|
-
borderColor: e.vars ? `rgba(${e.vars.palette.dividerChannel} / 0.08)` :
|
|
40960
|
+
borderColor: e.vars ? `rgba(${e.vars.palette.dividerChannel} / 0.08)` : Jn(e.palette.divider, 0.08)
|
|
40961
40961
|
}, t.variant === "inset" && {
|
|
40962
40962
|
marginLeft: 72
|
|
40963
40963
|
}, t.variant === "middle" && t.orientation === "horizontal" && {
|
|
@@ -43877,7 +43877,7 @@ const j4e = kt("MuiLink", ["root", "underlineNone", "underlineHover", "underline
|
|
|
43877
43877
|
ownerState: t
|
|
43878
43878
|
}) => {
|
|
43879
43879
|
const n = N4e(t.color), r = j1(e, `palette.${n}`, !1) || t.color, o = j1(e, `palette.${n}Channel`);
|
|
43880
|
-
return "vars" in e && o ? `rgba(${o} / 0.4)` :
|
|
43880
|
+
return "vars" in e && o ? `rgba(${o} / 0.4)` : Jn(r, 0.4);
|
|
43881
43881
|
}, $4e = ["className", "color", "component", "onBlur", "onFocus", "TypographyClasses", "underline", "variant", "sx"], V4e = (e) => {
|
|
43882
43882
|
const {
|
|
43883
43883
|
classes: t,
|
|
@@ -44286,9 +44286,9 @@ const Q4e = ["className"], e6e = ["alignItems", "autoFocus", "button", "children
|
|
|
44286
44286
|
backgroundColor: (e.vars || e).palette.action.focus
|
|
44287
44287
|
},
|
|
44288
44288
|
[`&.${_2.selected}`]: {
|
|
44289
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})` :
|
|
44289
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})` : Jn(e.palette.primary.main, e.palette.action.selectedOpacity),
|
|
44290
44290
|
[`&.${_2.focusVisible}`]: {
|
|
44291
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))` :
|
|
44291
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))` : Jn(e.palette.primary.main, e.palette.action.selectedOpacity + e.palette.action.focusOpacity)
|
|
44292
44292
|
}
|
|
44293
44293
|
},
|
|
44294
44294
|
[`&.${_2.disabled}`]: {
|
|
@@ -44312,10 +44312,10 @@ const Q4e = ["className"], e6e = ["alignItems", "autoFocus", "button", "children
|
|
|
44312
44312
|
}
|
|
44313
44313
|
},
|
|
44314
44314
|
[`&.${_2.selected}:hover`]: {
|
|
44315
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))` :
|
|
44315
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))` : Jn(e.palette.primary.main, e.palette.action.selectedOpacity + e.palette.action.hoverOpacity),
|
|
44316
44316
|
// Reset on touch devices, it doesn't add specificity
|
|
44317
44317
|
"@media (hover: none)": {
|
|
44318
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})` :
|
|
44318
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})` : Jn(e.palette.primary.main, e.palette.action.selectedOpacity)
|
|
44319
44319
|
}
|
|
44320
44320
|
}
|
|
44321
44321
|
}, t.hasSecondaryAction && {
|
|
@@ -45613,16 +45613,16 @@ const g5 = kt("MuiMenuItem", ["root", "focusVisible", "dense", "disabled", "divi
|
|
|
45613
45613
|
}
|
|
45614
45614
|
},
|
|
45615
45615
|
[`&.${g5.selected}`]: {
|
|
45616
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})` :
|
|
45616
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})` : Jn(e.palette.primary.main, e.palette.action.selectedOpacity),
|
|
45617
45617
|
[`&.${g5.focusVisible}`]: {
|
|
45618
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))` :
|
|
45618
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))` : Jn(e.palette.primary.main, e.palette.action.selectedOpacity + e.palette.action.focusOpacity)
|
|
45619
45619
|
}
|
|
45620
45620
|
},
|
|
45621
45621
|
[`&.${g5.selected}:hover`]: {
|
|
45622
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))` :
|
|
45622
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))` : Jn(e.palette.primary.main, e.palette.action.selectedOpacity + e.palette.action.hoverOpacity),
|
|
45623
45623
|
// Reset on touch devices, it doesn't add specificity
|
|
45624
45624
|
"@media (hover: none)": {
|
|
45625
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})` :
|
|
45625
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})` : Jn(e.palette.primary.main, e.palette.action.selectedOpacity)
|
|
45626
45626
|
}
|
|
45627
45627
|
},
|
|
45628
45628
|
[`&.${g5.focusVisible}`]: {
|
|
@@ -48079,7 +48079,7 @@ const k8e = Ye("span", {
|
|
|
48079
48079
|
[`&:hover, &.${wl.focusVisible}`]: q({}, e.vars ? {
|
|
48080
48080
|
boxShadow: `0px 0px 0px 8px rgba(${e.vars.palette[n].mainChannel} / 0.16)`
|
|
48081
48081
|
} : {
|
|
48082
|
-
boxShadow: `0px 0px 0px 8px ${
|
|
48082
|
+
boxShadow: `0px 0px 0px 8px ${Jn(e.palette[n].main, 0.16)}`
|
|
48083
48083
|
}, {
|
|
48084
48084
|
"@media (hover: none)": {
|
|
48085
48085
|
boxShadow: "none"
|
|
@@ -48088,7 +48088,7 @@ const k8e = Ye("span", {
|
|
|
48088
48088
|
[`&.${wl.active}`]: q({}, e.vars ? {
|
|
48089
48089
|
boxShadow: `0px 0px 0px 14px rgba(${e.vars.palette[n].mainChannel} / 0.16)`
|
|
48090
48090
|
} : {
|
|
48091
|
-
boxShadow: `0px 0px 0px 14px ${
|
|
48091
|
+
boxShadow: `0px 0px 0px 14px ${Jn(e.palette[n].main, 0.16)}`
|
|
48092
48092
|
})
|
|
48093
48093
|
}
|
|
48094
48094
|
}))]
|
|
@@ -48821,7 +48821,7 @@ const F8e = (e) => {
|
|
|
48821
48821
|
theme: e,
|
|
48822
48822
|
ownerState: t
|
|
48823
48823
|
}) => q({
|
|
48824
|
-
backgroundColor: e.vars ? e.vars.palette.Tooltip.bg :
|
|
48824
|
+
backgroundColor: e.vars ? e.vars.palette.Tooltip.bg : Jn(e.palette.grey[700], 0.92),
|
|
48825
48825
|
borderRadius: (e.vars || e).shape.borderRadius,
|
|
48826
48826
|
color: (e.vars || e).palette.common.white,
|
|
48827
48827
|
fontFamily: e.typography.fontFamily,
|
|
@@ -48886,7 +48886,7 @@ const F8e = (e) => {
|
|
|
48886
48886
|
width: "1em",
|
|
48887
48887
|
height: "0.71em",
|
|
48888
48888
|
boxSizing: "border-box",
|
|
48889
|
-
color: e.vars ? e.vars.palette.Tooltip.bg :
|
|
48889
|
+
color: e.vars ? e.vars.palette.Tooltip.bg : Jn(e.palette.grey[700], 0.9),
|
|
48890
48890
|
"&::before": {
|
|
48891
48891
|
content: '""',
|
|
48892
48892
|
margin: "auto",
|
|
@@ -49415,7 +49415,7 @@ const Fs = kt("MuiSwitch", ["root", "edgeStart", "edgeEnd", "switchBase", "color
|
|
|
49415
49415
|
theme: e
|
|
49416
49416
|
}) => ({
|
|
49417
49417
|
"&:hover": {
|
|
49418
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.hoverOpacity})` :
|
|
49418
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.hoverOpacity})` : Jn(e.palette.action.active, e.palette.action.hoverOpacity),
|
|
49419
49419
|
// Reset on touch devices, it doesn't add specificity
|
|
49420
49420
|
"@media (hover: none)": {
|
|
49421
49421
|
backgroundColor: "transparent"
|
|
@@ -49429,7 +49429,7 @@ const Fs = kt("MuiSwitch", ["root", "edgeStart", "edgeEnd", "switchBase", "color
|
|
|
49429
49429
|
[`&.${Fs.checked}`]: {
|
|
49430
49430
|
color: (e.vars || e).palette[t].main,
|
|
49431
49431
|
"&:hover": {
|
|
49432
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.hoverOpacity})` :
|
|
49432
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.hoverOpacity})` : Jn(e.palette[t].main, e.palette.action.hoverOpacity),
|
|
49433
49433
|
"@media (hover: none)": {
|
|
49434
49434
|
backgroundColor: "transparent"
|
|
49435
49435
|
}
|
|
@@ -50049,7 +50049,7 @@ const cbe = kt("MuiTableCell", ["root", "head", "body", "footer", "sizeSmall", "
|
|
|
50049
50049
|
// Workaround for a rendering bug with spanned columns in Chrome 62.0.
|
|
50050
50050
|
// Removes the alpha (sets it to 1), and lightens or darkens the theme color.
|
|
50051
50051
|
borderBottom: e.vars ? `1px solid ${e.vars.palette.TableCell.border}` : `1px solid
|
|
50052
|
-
${e.palette.mode === "light" ? A1(
|
|
50052
|
+
${e.palette.mode === "light" ? A1(Jn(e.palette.divider, 1), 0.88) : D1(Jn(e.palette.divider, 1), 0.68)}`,
|
|
50053
50053
|
textAlign: "left",
|
|
50054
50054
|
padding: 16
|
|
50055
50055
|
}, t.variant === "head" && {
|
|
@@ -50990,9 +50990,9 @@ const AN = kt("MuiTableRow", ["root", "selected", "hover", "head", "footer"]), V
|
|
|
50990
50990
|
backgroundColor: (e.vars || e).palette.action.hover
|
|
50991
50991
|
},
|
|
50992
50992
|
[`&.${AN.selected}`]: {
|
|
50993
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})` :
|
|
50993
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})` : Jn(e.palette.primary.main, e.palette.action.selectedOpacity),
|
|
50994
50994
|
"&:hover": {
|
|
50995
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))` :
|
|
50995
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))` : Jn(e.palette.primary.main, e.palette.action.selectedOpacity + e.palette.action.hoverOpacity)
|
|
50996
50996
|
}
|
|
50997
50997
|
}
|
|
50998
50998
|
})), _N = "tr", U2 = /* @__PURE__ */ $.forwardRef(function(e, t) {
|
|
@@ -102659,7 +102659,7 @@ const Sc = {
|
|
|
102659
102659
|
comfortable: QPe,
|
|
102660
102660
|
standard: 1
|
|
102661
102661
|
}, q2 = (e) => e.density, i8 = bn(q2, (e) => eOe[e]);
|
|
102662
|
-
let
|
|
102662
|
+
let Qn = /* @__PURE__ */ function(e) {
|
|
102663
102663
|
return e.LEFT = "left", e.RIGHT = "right", e;
|
|
102664
102664
|
}({});
|
|
102665
102665
|
const aK = {
|
|
@@ -106821,14 +106821,14 @@ function EAe(e) {
|
|
|
106821
106821
|
}
|
|
106822
106822
|
const c8 = (e, t, n, r, o) => {
|
|
106823
106823
|
const i = t === n - 1;
|
|
106824
|
-
return e ===
|
|
106825
|
-
}, u8 = (e, t) => e ===
|
|
106824
|
+
return e === Qn.LEFT && i ? !0 : r ? e === Qn.LEFT ? !0 : e === Qn.RIGHT ? !i : !i || o : !1;
|
|
106825
|
+
}, u8 = (e, t) => e === Qn.RIGHT && t === 0, kAe = ["column", "rowId", "editCellState", "align", "children", "colIndex", "width", "className", "style", "gridHasScrollX", "colSpan", "disableDragEvents", "isNotVisible", "pinnedOffset", "pinnedPosition", "sectionIndex", "sectionLength", "gridHasFiller", "onClick", "onDoubleClick", "onMouseDown", "onMouseUp", "onMouseOver", "onKeyDown", "onKeyUp", "onDragEnter", "onDragOver"], RAe = ["changeReason", "unstable_updateValueOnRender"];
|
|
106826
106826
|
let ra = /* @__PURE__ */ function(e) {
|
|
106827
106827
|
return e[e.NONE = 0] = "NONE", e[e.LEFT = 1] = "LEFT", e[e.RIGHT = 2] = "RIGHT", e[e.VIRTUAL = 3] = "VIRTUAL", e;
|
|
106828
106828
|
}({});
|
|
106829
106829
|
const mX = {
|
|
106830
|
-
[ra.LEFT]:
|
|
106831
|
-
[ra.RIGHT]:
|
|
106830
|
+
[ra.LEFT]: Qn.LEFT,
|
|
106831
|
+
[ra.RIGHT]: Qn.RIGHT,
|
|
106832
106832
|
[ra.NONE]: void 0,
|
|
106833
106833
|
[ra.VIRTUAL]: void 0
|
|
106834
106834
|
}, YV = {
|
|
@@ -110082,10 +110082,10 @@ const QL = (e, t, n, r, o) => {
|
|
|
110082
110082
|
const i = o.hasScrollY ? o.scrollbarSize : 0;
|
|
110083
110083
|
let s;
|
|
110084
110084
|
switch (e) {
|
|
110085
|
-
case
|
|
110085
|
+
case Qn.LEFT:
|
|
110086
110086
|
s = r[n];
|
|
110087
110087
|
break;
|
|
110088
|
-
case
|
|
110088
|
+
case Qn.RIGHT:
|
|
110089
110089
|
s = o.columnsTotalWidth - r[n] - t + i;
|
|
110090
110090
|
break;
|
|
110091
110091
|
default:
|
|
@@ -110141,15 +110141,15 @@ const kje = Nr("div", {
|
|
|
110141
110141
|
};
|
|
110142
110142
|
}, [l, m]), C = $.useCallback((E) => {
|
|
110143
110143
|
if (v.left.findIndex((T) => T.field === E) !== -1)
|
|
110144
|
-
return
|
|
110144
|
+
return Qn.LEFT;
|
|
110145
110145
|
if (v.right.findIndex((T) => T.field === E) !== -1)
|
|
110146
|
-
return
|
|
110146
|
+
return Qn.RIGHT;
|
|
110147
110147
|
}, [v.left, v.right]), x = $.useMemo(() => {
|
|
110148
110148
|
const E = [];
|
|
110149
110149
|
for (let T = 0; T < p; T += 1) {
|
|
110150
110150
|
const k = [];
|
|
110151
110151
|
for (let P = 0; P < y.length; P += 1) {
|
|
110152
|
-
const N = y[P], V = C(N.field), D = V ===
|
|
110152
|
+
const N = y[P], V = C(N.field), D = V === Qn.LEFT, A = V === Qn.RIGHT, O = V ? v[V].length : y.length - v.left.length - v.right.length, M = V ? v[V].findIndex((de) => de.field === N.field) : P - v.left.length, w = V && S(N.computedWidth, P, V), R = l.columnsTotalWidth < l.viewportOuterSize.width, j = c8(V, M, O, n.showCellVerticalBorder, R), I = u8(V, M), B = P === y.length - 1, H = A && M === 0, F = H && R, U = B && !H && R, K = l.viewportOuterSize.width - l.columnsTotalWidth, Q = Math.max(0, K), ne = /* @__PURE__ */ G.jsx(r.skeletonCell, {
|
|
110153
110153
|
width: Q,
|
|
110154
110154
|
empty: !0
|
|
110155
110155
|
}, `skeleton-filler-column-${T}`), oe = l.hasScrollY ? l.scrollbarSize : 0, re = B && oe !== 0;
|
|
@@ -110183,7 +110183,7 @@ const kje = Nr("div", {
|
|
|
110183
110183
|
} = E, D = (T = i.current) == null ? void 0 : T.querySelectorAll(`[data-field="${fp(N.field)}"]`);
|
|
110184
110184
|
if (!D)
|
|
110185
110185
|
throw new Error("MUI X: Expected skeleton cells to be defined with `data-field` attribute.");
|
|
110186
|
-
const A = y.findIndex((I) => I.field === N.field), O = C(N.field), M = O ===
|
|
110186
|
+
const A = y.findIndex((I) => I.field === N.field), O = C(N.field), M = O === Qn.LEFT, w = O === Qn.RIGHT, R = getComputedStyle(D[0]).getPropertyValue("--width"), j = parseInt(R, 10) - V;
|
|
110187
110187
|
if (D && D.forEach((I) => {
|
|
110188
110188
|
I.style.setProperty("--width", `${V}px`);
|
|
110189
110189
|
}), M) {
|
|
@@ -114370,7 +114370,7 @@ const HI = Ye("div", {
|
|
|
114370
114370
|
lastColumnToRender: ee
|
|
114371
114371
|
};
|
|
114372
114372
|
}, F = (oe, re, de, Z = !1) => {
|
|
114373
|
-
const ee = (oe == null ? void 0 : oe.position) ===
|
|
114373
|
+
const ee = (oe == null ? void 0 : oe.position) === Qn.RIGHT, ae = (oe == null ? void 0 : oe.position) === void 0, pe = V.right.length > 0 && ee || V.right.length === 0 && ae, W = A - de;
|
|
114374
114374
|
return /* @__PURE__ */ G.jsxs($.Fragment, {
|
|
114375
114375
|
children: [ae && /* @__PURE__ */ G.jsx("div", {
|
|
114376
114376
|
role: "presentation",
|
|
@@ -114393,7 +114393,7 @@ const HI = Ye("div", {
|
|
|
114393
114393
|
computedWidth: de
|
|
114394
114394
|
}) => {
|
|
114395
114395
|
let Z;
|
|
114396
|
-
const ee = oe ===
|
|
114396
|
+
const ee = oe === Qn.LEFT, ae = oe === Qn.RIGHT;
|
|
114397
114397
|
if (ee || ae) {
|
|
114398
114398
|
const pe = QL(oe, de, re, P, E);
|
|
114399
114399
|
let W = ee ? "left" : "right";
|
|
@@ -114414,7 +114414,7 @@ const HI = Ye("div", {
|
|
|
114414
114414
|
pinnedPosition: X,
|
|
114415
114415
|
columnIndex: W,
|
|
114416
114416
|
computedWidth: pe.computedWidth
|
|
114417
|
-
}), se = X ===
|
|
114417
|
+
}), se = X === Qn.RIGHT ? de[ae - 1] : de[ae + 1], ce = se ? s !== null && s.field === se.field : !1, ve = W + 1 === P.length - V.right.length;
|
|
114418
114418
|
ee.push(/* @__PURE__ */ G.jsx(i_e, q({}, n[pe.field], {
|
|
114419
114419
|
columnMenuOpen: ie,
|
|
114420
114420
|
filterItemsCounter: r[pe.field] && r[pe.field].length,
|
|
@@ -114442,7 +114442,7 @@ const HI = Ye("div", {
|
|
|
114442
114442
|
ownerState: x,
|
|
114443
114443
|
className: $e["row--borderBottom"],
|
|
114444
114444
|
children: [I && K({
|
|
114445
|
-
position:
|
|
114445
|
+
position: Qn.LEFT,
|
|
114446
114446
|
renderContext: I,
|
|
114447
114447
|
maxLastColumn: I.lastColumnIndex
|
|
114448
114448
|
}, {
|
|
@@ -114451,7 +114451,7 @@ const HI = Ye("div", {
|
|
|
114451
114451
|
renderContext: N,
|
|
114452
114452
|
maxLastColumn: t.length - V.right.length
|
|
114453
114453
|
}), B && K({
|
|
114454
|
-
position:
|
|
114454
|
+
position: Qn.RIGHT,
|
|
114455
114455
|
renderContext: B,
|
|
114456
114456
|
maxLastColumn: B.lastColumnIndex
|
|
114457
114457
|
}, {
|
|
@@ -114543,7 +114543,7 @@ const HI = Ye("div", {
|
|
|
114543
114543
|
children: [I && ne({
|
|
114544
114544
|
depth: re,
|
|
114545
114545
|
params: {
|
|
114546
|
-
position:
|
|
114546
|
+
position: Qn.LEFT,
|
|
114547
114547
|
renderContext: I,
|
|
114548
114548
|
maxLastColumn: I.lastColumnIndex
|
|
114549
114549
|
}
|
|
@@ -114555,7 +114555,7 @@ const HI = Ye("div", {
|
|
|
114555
114555
|
}), B && ne({
|
|
114556
114556
|
depth: re,
|
|
114557
114557
|
params: {
|
|
114558
|
-
position:
|
|
114558
|
+
position: Qn.RIGHT,
|
|
114559
114559
|
renderContext: B,
|
|
114560
114560
|
maxLastColumn: B.lastColumnIndex
|
|
114561
114561
|
}
|
|
@@ -115301,11 +115301,11 @@ const QFe = (e, t) => {
|
|
|
115301
115301
|
H.getAttribute("aria-colspan") === "1" ? F = `${V}px` : F = `${H.offsetWidth + M}px`, H.style.setProperty("--width", F);
|
|
115302
115302
|
});
|
|
115303
115303
|
const I = e.current.unstable_applyPipeProcessors("isColumnPinned", !1, o.colDef.field);
|
|
115304
|
-
I ===
|
|
115304
|
+
I === Qn.LEFT && (O2(o.fillerLeft, "width", M), o.leftPinnedCellsAfter.forEach((B) => {
|
|
115305
115305
|
O2(B, "left", M);
|
|
115306
115306
|
}), o.leftPinnedHeadersAfter.forEach((B) => {
|
|
115307
115307
|
O2(B, "left", M);
|
|
115308
|
-
})), I ===
|
|
115308
|
+
})), I === Qn.RIGHT && (O2(o.fillerRight, "width", M), o.rightPinnedCellsBefore.forEach((B) => {
|
|
115309
115309
|
O2(B, "right", M);
|
|
115310
115310
|
}), o.rightPinnedHeadersBefore.forEach((B) => {
|
|
115311
115311
|
O2(B, "right", M);
|
|
@@ -115336,7 +115336,7 @@ const QFe = (e, t) => {
|
|
|
115336
115336
|
const w = M.querySelector(`.${$e.headerFilterRow} [data-field="${fp(V.field)}"]`);
|
|
115337
115337
|
w && (o.headerFilterElement = w), o.groupHeaderElements = bAe((O = e.current.columnHeadersContainerRef) == null ? void 0 : O.current, V.field), o.cellElements = yAe(o.columnHeaderElement, e.current), o.fillerLeft = qV(e.current, n ? "filler--pinnedRight" : "filler--pinnedLeft"), o.fillerRight = qV(e.current, n ? "filler--pinnedLeft" : "filler--pinnedRight");
|
|
115338
115338
|
const R = e.current.unstable_applyPipeProcessors("isColumnPinned", !1, o.colDef.field);
|
|
115339
|
-
o.leftPinnedCellsAfter = R !==
|
|
115339
|
+
o.leftPinnedCellsAfter = R !== Qn.LEFT ? [] : vAe(e.current, o.columnHeaderElement, n), o.rightPinnedCellsBefore = R !== Qn.RIGHT ? [] : CAe(e.current, o.columnHeaderElement, n), o.leftPinnedHeadersAfter = R !== Qn.LEFT ? [] : xAe(e.current, o.columnHeaderElement, n), o.rightPinnedHeadersBefore = R !== Qn.RIGHT ? [] : wAe(e.current, o.columnHeaderElement, n), s.current = qFe(D, n), i.current = WFe(A, o.columnHeaderElement.getBoundingClientRect(), s.current);
|
|
115340
115340
|
}, m = xt(p), g = xt((V) => {
|
|
115341
115341
|
if (V.buttons === 0) {
|
|
115342
115342
|
m(V);
|
|
@@ -116037,7 +116037,7 @@ function gJ(e) {
|
|
|
116037
116037
|
}, [r, t.field, n]), a = (h) => {
|
|
116038
116038
|
r.current.unpinColumn(t.field), n(h);
|
|
116039
116039
|
}, l = /* @__PURE__ */ G.jsxs(Ii, {
|
|
116040
|
-
onClick: s(
|
|
116040
|
+
onClick: s(Qn.LEFT),
|
|
116041
116041
|
children: [/* @__PURE__ */ G.jsx(Ec, {
|
|
116042
116042
|
children: /* @__PURE__ */ G.jsx(o.slots.columnMenuPinLeftIcon, {
|
|
116043
116043
|
fontSize: "small"
|
|
@@ -116046,7 +116046,7 @@ function gJ(e) {
|
|
|
116046
116046
|
children: r.current.getLocaleText("pinToLeft")
|
|
116047
116047
|
})]
|
|
116048
116048
|
}), u = /* @__PURE__ */ G.jsxs(Ii, {
|
|
116049
|
-
onClick: s(
|
|
116049
|
+
onClick: s(Qn.RIGHT),
|
|
116050
116050
|
children: [/* @__PURE__ */ G.jsx(Ec, {
|
|
116051
116051
|
children: /* @__PURE__ */ G.jsx(o.slots.columnMenuPinRightIcon, {
|
|
116052
116052
|
fontSize: "small"
|
|
@@ -116059,7 +116059,7 @@ function gJ(e) {
|
|
|
116059
116059
|
return null;
|
|
116060
116060
|
const p = r.current.isColumnPinned(t.field);
|
|
116061
116061
|
if (p) {
|
|
116062
|
-
const h = p ===
|
|
116062
|
+
const h = p === Qn.RIGHT ? Qn.LEFT : Qn.RIGHT, m = h === Qn.RIGHT ? "pinToRight" : "pinToLeft", g = p === Qn.RIGHT ? o.slots.columnMenuPinLeftIcon : o.slots.columnMenuPinRightIcon;
|
|
116063
116063
|
return /* @__PURE__ */ G.jsxs($.Fragment, {
|
|
116064
116064
|
children: [/* @__PURE__ */ G.jsxs(Ii, {
|
|
116065
116065
|
onClick: s(h),
|
|
@@ -117427,7 +117427,7 @@ const W$e = ["hideDescendantCount"], wp = "dataSourceTreeData", G$e = (e, t) =>
|
|
|
117427
117427
|
const u = $.useCallback((b, y) => {
|
|
117428
117428
|
if (e.current.isColumnPinned(b) === y)
|
|
117429
117429
|
return;
|
|
117430
|
-
const v = y ===
|
|
117430
|
+
const v = y === Qn.RIGHT ? Qn.LEFT : Qn.RIGHT, S = {
|
|
117431
117431
|
[y]: [...r[y] || [], b],
|
|
117432
117432
|
[v]: (r[v] || []).filter((C) => C !== b)
|
|
117433
117433
|
};
|
|
@@ -117439,7 +117439,7 @@ const W$e = ["hideDescendantCount"], wp = "dataSourceTreeData", G$e = (e, t) =>
|
|
|
117439
117439
|
});
|
|
117440
117440
|
}, [e, r.left, r.right]), h = $.useCallback(() => Y2(e.current.state), [e]), m = $.useCallback((b) => {
|
|
117441
117441
|
PB(e, b), e.current.forceUpdate();
|
|
117442
|
-
}, [e]), g = $.useCallback((b) => (r.left || []).includes(b) ?
|
|
117442
|
+
}, [e]), g = $.useCallback((b) => (r.left || []).includes(b) ? Qn.LEFT : (r.right || []).includes(b) ? Qn.RIGHT : !1, [r.left, r.right]);
|
|
117443
117443
|
Rn(e, {
|
|
117444
117444
|
pinColumn: u,
|
|
117445
117445
|
unpinColumn: p,
|
|
@@ -118278,14 +118278,14 @@ const gVe = (e) => q({}, e, {
|
|
|
118278
118278
|
"aria-rowindex": n + 2,
|
|
118279
118279
|
ownerState: v,
|
|
118280
118280
|
children: [l && N({
|
|
118281
|
-
position:
|
|
118281
|
+
position: Qn.LEFT,
|
|
118282
118282
|
renderContext: l,
|
|
118283
118283
|
maxLastColumn: l.lastColumnIndex
|
|
118284
118284
|
}), N({
|
|
118285
118285
|
renderContext: a,
|
|
118286
118286
|
maxLastColumn: h.length - p.right.length
|
|
118287
118287
|
}), u && N({
|
|
118288
|
-
position:
|
|
118288
|
+
position: Qn.RIGHT,
|
|
118289
118289
|
renderContext: u,
|
|
118290
118290
|
maxLastColumn: u.lastColumnIndex
|
|
118291
118291
|
})]
|
|
@@ -120406,7 +120406,7 @@ const p8 = (e, t) => zn(e).add(t, "millisecond").toISOString(), sp = (e, t) => z
|
|
|
120406
120406
|
}
|
|
120407
120407
|
) }) });
|
|
120408
120408
|
}, cBe = (e) => {
|
|
120409
|
-
const { onHomeClick: t } = e, n = St(Z0), { isLeftPanelShown: r } = St(
|
|
120409
|
+
const { onHomeClick: t } = e, n = St(Z0), { isLeftPanelShown: r } = St(Xn), [
|
|
120410
120410
|
o,
|
|
120411
120411
|
i,
|
|
120412
120412
|
s,
|
|
@@ -121898,7 +121898,7 @@ var ZJ = { exports: {} };
|
|
|
121898
121898
|
});
|
|
121899
121899
|
})(ZJ);
|
|
121900
121900
|
var JBe = ZJ.exports;
|
|
121901
|
-
const
|
|
121901
|
+
const tr = /* @__PURE__ */ cm(JBe);
|
|
121902
121902
|
var KJ = { exports: {} };
|
|
121903
121903
|
(function(e, t) {
|
|
121904
121904
|
(function(n, r) {
|
|
@@ -122089,10 +122089,10 @@ var rHe = { exports: {} };
|
|
|
122089
122089
|
} };
|
|
122090
122090
|
});
|
|
122091
122091
|
})(rHe);
|
|
122092
|
-
|
|
122093
|
-
|
|
122094
|
-
|
|
122095
|
-
|
|
122092
|
+
tr.extend(nHe);
|
|
122093
|
+
tr.extend(a2);
|
|
122094
|
+
tr.extend(_h);
|
|
122095
|
+
tr.extend(_h);
|
|
122096
122096
|
const QJ = (e, t) => {
|
|
122097
122097
|
const n = typeof e == "string" ? new Date(e) : e, o = (typeof t == "string" ? new Date(t) : t).getTime() - n.getTime(), i = 1e3, s = i * 60, a = Math.floor(o / s), l = o % s, u = Math.floor(l / i);
|
|
122098
122098
|
let p = "";
|
|
@@ -122100,14 +122100,14 @@ const QJ = (e, t) => {
|
|
|
122100
122100
|
}, eQ = (e, t) => {
|
|
122101
122101
|
const n = new Date(e);
|
|
122102
122102
|
return new Date(n.getTime() + t);
|
|
122103
|
-
}, oHe = (e) =>
|
|
122103
|
+
}, oHe = (e) => tr(e).format("DD/MM/YYYY HH:mm:ss"), iHe = () => {
|
|
122104
122104
|
const e = /* @__PURE__ */ new Date(), t = e.getFullYear(), n = (e.getMonth() + 1).toString().padStart(2, "0"), r = e.getDate().toString().padStart(2, "0"), o = e.getHours().toString().padStart(2, "0"), i = e.getMinutes().toString().padStart(2, "0");
|
|
122105
122105
|
return `${r}-${n}-${t} ${o}-${i}`;
|
|
122106
122106
|
}, sHe = (e) => {
|
|
122107
122107
|
const t = Math.floor(e / 1e3), n = Math.floor(t / 60), r = Math.floor(n / 60);
|
|
122108
122108
|
return r > 0 ? `${r} hour${r !== 1 ? "s" : ""}, ${n % 60} minute${n % 60 !== 1 ? "s" : ""}` : n > 0 ? `${n} minute${n !== 1 ? "s" : ""}, ${t % 60} second${t % 60 !== 1 ? "s" : ""}` : `${t} second${t !== 1 ? "s" : ""}`;
|
|
122109
|
-
}, aHe = (e, t) =>
|
|
122110
|
-
const n =
|
|
122109
|
+
}, aHe = (e, t) => tr.tz(e, t).format("DD/MM/YY, HH:mm:ss"), lHe = (e, t) => tr(sp(e, t)).tz(t).format("DD/MM/YY, HH:mm:ss"), tQ = (e, t) => tr(e).utc().add(t, "second").format("YYYY-MM-DDTHH:mm:ss.SSS[Z]"), nQ = (e, t) => tr(e).utc().subtract(t, "second").format("YYYY-MM-DDTHH:mm:ss.SSS[Z]"), cHe = (e, t) => tr(e).utc().add(t, "minute").format("YYYY-MM-DDTHH:mm:ss.SSS[Z]"), uHe = (e, t) => tr(e).utc().subtract(t, "minute").format("YYYY-MM-DDTHH:mm:ss.SSS[Z]"), uD = (e, t) => {
|
|
122110
|
+
const n = tr().tz(e), r = tr().tz(t);
|
|
122111
122111
|
return n.hour() === r.hour() && n.minute() === r.minute();
|
|
122112
122112
|
}, dHe = (e) => e.length === 0 ? null : e.reduce(
|
|
122113
122113
|
(n, r) => new Date(r.endTime) > new Date(n.endTime) ? r : n,
|
|
@@ -122116,11 +122116,11 @@ const QJ = (e, t) => {
|
|
|
122116
122116
|
(n, r) => new Date(r.startTime) < new Date(n.startTime) ? r : n,
|
|
122117
122117
|
e[0]
|
|
122118
122118
|
).startTime, hHe = (e, t) => {
|
|
122119
|
-
const n =
|
|
122120
|
-
return
|
|
122119
|
+
const n = tr(pHe(e)), r = tr(uHe(t, 15));
|
|
122120
|
+
return tr.max(n, r).utc().format("YYYY-MM-DDTHH:mm:ss.SSS[Z]");
|
|
122121
122121
|
}, fHe = (e, t) => {
|
|
122122
|
-
const n =
|
|
122123
|
-
return
|
|
122122
|
+
const n = tr(dHe(e)), r = tr(cHe(t, 15));
|
|
122123
|
+
return tr.min(n, r).utc().format("YYYY-MM-DDTHH:mm:ss.SSS[Z]");
|
|
122124
122124
|
};
|
|
122125
122125
|
function rQ(e) {
|
|
122126
122126
|
const t = e < 0, n = Math.abs(e), r = Math.floor(n / 1e3), o = Math.floor(r / 86400), i = Math.floor(r % 86400 / 3600), s = Math.floor(r % 3600 / 60), a = r % 60, l = t ? "-" : "";
|
|
@@ -122132,7 +122132,7 @@ function rQ(e) {
|
|
|
122132
122132
|
return `${l}${s}:${u} min`;
|
|
122133
122133
|
}
|
|
122134
122134
|
function oQ(e) {
|
|
122135
|
-
return
|
|
122135
|
+
return tr(e).format("DD/MM/YYYY, HH:mm");
|
|
122136
122136
|
}
|
|
122137
122137
|
const mHe = (e) => {
|
|
122138
122138
|
const t = new Date(e), n = /* @__PURE__ */ new Date(), r = t.getTime() - n.getTime();
|
|
@@ -122188,7 +122188,7 @@ function vHe({ labels: e, tagValues: t, onChange: n }) {
|
|
|
122188
122188
|
});
|
|
122189
122189
|
}
|
|
122190
122190
|
function CHe({ setPanelShown: e, isPanelShown: t = !0 }) {
|
|
122191
|
-
const [n, r] = Ve(!1), [o, i] = Ve(!1), { startTime: s, duration: a, feed: l, tabTags: u, tagValues: p, endTime: h, timezone: m } = St(
|
|
122191
|
+
const [n, r] = Ve(!1), [o, i] = Ve(!1), { startTime: s, duration: a, feed: l, tabTags: u, tagValues: p, endTime: h, timezone: m } = St(Xn), { getClassifiers: g, fetchLabels: b, tags: y, labels: v } = Vu(), [S, C, x, E, T] = St((w) => [
|
|
122192
122192
|
w.loadingState,
|
|
122193
122193
|
w.newSiteInfo,
|
|
122194
122194
|
w.newFeeds,
|
|
@@ -122394,19 +122394,19 @@ function CHe({ setPanelShown: e, isPanelShown: t = !0 }) {
|
|
|
122394
122394
|
)
|
|
122395
122395
|
] });
|
|
122396
122396
|
}
|
|
122397
|
-
|
|
122398
|
-
|
|
122397
|
+
tr.extend(a2);
|
|
122398
|
+
tr.extend(_h);
|
|
122399
122399
|
const xHe = (e) => [
|
|
122400
122400
|
{ key: "conbo_key", label: "Conbo Key" },
|
|
122401
122401
|
{
|
|
122402
122402
|
key: "start_time",
|
|
122403
122403
|
label: "Start time",
|
|
122404
|
-
renderCell: (t) =>
|
|
122404
|
+
renderCell: (t) => tr(sp(t, e)).tz(e).format("DD/MM/YYYY, HH:mm")
|
|
122405
122405
|
},
|
|
122406
122406
|
{
|
|
122407
122407
|
key: "end_time",
|
|
122408
122408
|
label: "End time",
|
|
122409
|
-
renderCell: (t) =>
|
|
122409
|
+
renderCell: (t) => tr(sp(t, e)).tz(e).format("DD/MM/YYYY, HH:mm")
|
|
122410
122410
|
},
|
|
122411
122411
|
{ key: "feed", label: "Feed" }
|
|
122412
122412
|
];
|
|
@@ -122422,7 +122422,7 @@ function wHe() {
|
|
|
122422
122422
|
duration: a,
|
|
122423
122423
|
startTime: l,
|
|
122424
122424
|
endTime: u
|
|
122425
|
-
} = St(
|
|
122425
|
+
} = St(Xn), { data: p, totalRows: h, getClassifiers: m, fetchDetails: g, loading: b } = Vu(), [y, v] = Ve(0), [S, C] = Ve(100), [x, E] = Ve({ field: "", direction: "" }), [T, k] = St((D) => [
|
|
122426
122426
|
D.editTabData,
|
|
122427
122427
|
D.siteFeeds
|
|
122428
122428
|
]);
|
|
@@ -124820,8 +124820,8 @@ const Nh = (e) => {
|
|
|
124820
124820
|
] })
|
|
124821
124821
|
] });
|
|
124822
124822
|
};
|
|
124823
|
-
|
|
124824
|
-
|
|
124823
|
+
tr.extend(a2);
|
|
124824
|
+
tr.extend(_h);
|
|
124825
124825
|
const tUe = (e, t, n) => {
|
|
124826
124826
|
var s;
|
|
124827
124827
|
const r = [
|
|
@@ -124830,12 +124830,12 @@ const tUe = (e, t, n) => {
|
|
|
124830
124830
|
{
|
|
124831
124831
|
headerName: "Start",
|
|
124832
124832
|
field: "start_time",
|
|
124833
|
-
renderCell: (a) =>
|
|
124833
|
+
renderCell: (a) => tr(sp(a, e)).tz(e).format("DD/MM/YYYY, HH:mm")
|
|
124834
124834
|
},
|
|
124835
124835
|
{
|
|
124836
124836
|
headerName: "End",
|
|
124837
124837
|
field: "end_time",
|
|
124838
|
-
renderCell: (a) => a &&
|
|
124838
|
+
renderCell: (a) => a && tr(sp(a, e)).tz(e).format("DD/MM/YYYY, HH:mm")
|
|
124839
124839
|
},
|
|
124840
124840
|
{
|
|
124841
124841
|
headerName: "Duration",
|
|
@@ -128954,8 +128954,13 @@ const iH = "AIzaSyARRJwBmfqqfnNnLYFmUrhRtdUbiR37CVM", w8 = ({
|
|
|
128954
128954
|
display: "flex",
|
|
128955
128955
|
flexDirection: "column",
|
|
128956
128956
|
backgroundColor: "#F5F6FA"
|
|
128957
|
-
}, wh = (
|
|
128958
|
-
|
|
128957
|
+
}, wh = ({
|
|
128958
|
+
subtitle: e = "",
|
|
128959
|
+
textToCopy: t = "",
|
|
128960
|
+
children: n,
|
|
128961
|
+
showHeader: r = !0
|
|
128962
|
+
}) => {
|
|
128963
|
+
const o = (s) => {
|
|
128959
128964
|
Ws.info(`Conbo key ${s} copied to clipboard!`), navigator.clipboard.writeText(s);
|
|
128960
128965
|
}, i = {
|
|
128961
128966
|
width: "20px",
|
|
@@ -128964,7 +128969,7 @@ const iH = "AIzaSyARRJwBmfqqfnNnLYFmUrhRtdUbiR37CVM", w8 = ({
|
|
|
128964
128969
|
height: "20px"
|
|
128965
128970
|
};
|
|
128966
128971
|
return /* @__PURE__ */ me.jsxs(st, { bgcolor: "#F5F6FA", height: "100%", sx: aUe, pb: "20px", children: [
|
|
128967
|
-
/* @__PURE__ */ me.jsx(
|
|
128972
|
+
r && /* @__PURE__ */ me.jsx(
|
|
128968
128973
|
Uo,
|
|
128969
128974
|
{
|
|
128970
128975
|
container: !0,
|
|
@@ -128985,14 +128990,14 @@ const iH = "AIzaSyARRJwBmfqqfnNnLYFmUrhRtdUbiR37CVM", w8 = ({
|
|
|
128985
128990
|
fontWeight: 500,
|
|
128986
128991
|
fontSize: "14px",
|
|
128987
128992
|
lineHeight: "16px",
|
|
128988
|
-
children:
|
|
128993
|
+
children: e
|
|
128989
128994
|
}
|
|
128990
128995
|
),
|
|
128991
128996
|
/* @__PURE__ */ me.jsx(
|
|
128992
128997
|
O1,
|
|
128993
128998
|
{
|
|
128994
128999
|
variant: "text",
|
|
128995
|
-
onClick: () => o(
|
|
129000
|
+
onClick: () => o(t),
|
|
128996
129001
|
sx: i,
|
|
128997
129002
|
children: /* @__PURE__ */ me.jsx(Tr, { icon: "copy", fill: "#939496" })
|
|
128998
129003
|
}
|
|
@@ -129008,14 +129013,14 @@ const iH = "AIzaSyARRJwBmfqqfnNnLYFmUrhRtdUbiR37CVM", w8 = ({
|
|
|
129008
129013
|
paddingLeft: "12px",
|
|
129009
129014
|
paddingRight: "12px",
|
|
129010
129015
|
sx: { flex: 1, height: "100%", overflow: "auto" },
|
|
129011
|
-
children:
|
|
129016
|
+
children: n
|
|
129012
129017
|
}
|
|
129013
129018
|
)
|
|
129014
129019
|
] });
|
|
129015
129020
|
};
|
|
129016
129021
|
function lUe({ baseUrl: e = "" }) {
|
|
129017
129022
|
var O, M, w, R;
|
|
129018
|
-
const { selectedTableItemId: t, timezone: n, startTime: r, endTime: o } = St(
|
|
129023
|
+
const { selectedTableItemId: t, timezone: n, startTime: r, endTime: o } = St(Xn), { siteFeeds: i } = St(), {
|
|
129019
129024
|
getFeedImages: s,
|
|
129020
129025
|
feedImages: a,
|
|
129021
129026
|
objectImages: l,
|
|
@@ -129184,7 +129189,7 @@ function mUe() {
|
|
|
129184
129189
|
entityType: g,
|
|
129185
129190
|
operations: b,
|
|
129186
129191
|
isLeftPanelShown: y
|
|
129187
|
-
} = St(
|
|
129192
|
+
} = St(Xn), {
|
|
129188
129193
|
getCargo: v,
|
|
129189
129194
|
getEntityTypes: S,
|
|
129190
129195
|
getOperationTypes: C,
|
|
@@ -129410,21 +129415,21 @@ function mUe() {
|
|
|
129410
129415
|
}
|
|
129411
129416
|
);
|
|
129412
129417
|
}
|
|
129413
|
-
|
|
129414
|
-
|
|
129418
|
+
tr.extend(a2);
|
|
129419
|
+
tr.extend(_h);
|
|
129415
129420
|
const gUe = WBe(jee), bUe = (e) => [
|
|
129416
129421
|
{ field: "id", headerName: "ID", width: 90 },
|
|
129417
129422
|
{
|
|
129418
129423
|
field: "startDate",
|
|
129419
129424
|
headerName: "Start time",
|
|
129420
129425
|
flex: 2,
|
|
129421
|
-
valueGetter: (t) =>
|
|
129426
|
+
valueGetter: (t) => tr(sp(t, e)).tz(e).format("DD/MM/YYYY, HH:mm")
|
|
129422
129427
|
},
|
|
129423
129428
|
{
|
|
129424
129429
|
field: "endDate",
|
|
129425
129430
|
headerName: "End time",
|
|
129426
129431
|
flex: 2,
|
|
129427
|
-
valueGetter: (t) => t &&
|
|
129432
|
+
valueGetter: (t) => t && tr(sp(t, e)).tz(e).format("DD/MM/YYYY, HH:mm")
|
|
129428
129433
|
},
|
|
129429
129434
|
{
|
|
129430
129435
|
field: "assigned_feed_id",
|
|
@@ -129507,7 +129512,7 @@ function CUe() {
|
|
|
129507
129512
|
operations: l,
|
|
129508
129513
|
entityId: u,
|
|
129509
129514
|
entityType: p
|
|
129510
|
-
} = St(
|
|
129515
|
+
} = St(Xn), { data: h, totalRows: m, getCargo: g, loading: b, getDetails: y, hasMore: v } = RD(), [S, C] = Ve(0), [x, E] = Ve(200), [T, k] = Ve([]), [P, N] = Ve([]), [V, D] = Ve(0), [A, O] = St((ie) => [
|
|
129511
129516
|
ie.editTabData,
|
|
129512
129517
|
ie.newFeeds
|
|
129513
129518
|
]), [M, w] = Ve(""), [R, j] = Ve(
|
|
@@ -129877,7 +129882,7 @@ const Lm = (e) => {
|
|
|
129877
129882
|
}
|
|
129878
129883
|
);
|
|
129879
129884
|
}, OUe = (e) => {
|
|
129880
|
-
const { showSiteName: t = !0, title: n, onHomeClick: r, titleWidth: o } = e, i = St(Z0), { isLeftPanelShown: s } = St(
|
|
129885
|
+
const { showSiteName: t = !0, title: n, onHomeClick: r, titleWidth: o } = e, i = St(Z0), { isLeftPanelShown: s } = St(Xn), [
|
|
129881
129886
|
a,
|
|
129882
129887
|
l,
|
|
129883
129888
|
u,
|
|
@@ -129920,7 +129925,7 @@ const Lm = (e) => {
|
|
|
129920
129925
|
}
|
|
129921
129926
|
);
|
|
129922
129927
|
}, zYe = (e) => {
|
|
129923
|
-
const { siteId: t, onHomeClick: n, baseUrl: r } = e, { isLeftPanelShown: o } = St(
|
|
129928
|
+
const { siteId: t, onHomeClick: n, baseUrl: r } = e, { isLeftPanelShown: o } = St(Xn), [i] = St((p) => [p.editTabData]);
|
|
129924
129929
|
jh(r), Oe(() => {
|
|
129925
129930
|
document.title = Ys.CARGO;
|
|
129926
129931
|
}, []), Nh(t), Oe(() => {
|
|
@@ -130566,7 +130571,7 @@ const Ei = $l((e) => ({
|
|
|
130566
130571
|
snapshots: s,
|
|
130567
130572
|
classifierSummaryRight: a,
|
|
130568
130573
|
classifiersFrameInfo: l
|
|
130569
|
-
} = St(
|
|
130574
|
+
} = St(Xn), { detailsLoading: u, vehicleInfoImages: p } = zl(), { kitsElements: h } = al(), { loading: m } = mh(
|
|
130570
130575
|
"FetchVehicleInfoImages"
|
|
130571
130576
|
), g = n.find((O) => O.id === t) || null, b = AUe(), y = !!(g != null && g.conbo_key), v = m || u === "pending", S = rm(s, e), C = vn(
|
|
130572
130577
|
() => ({
|
|
@@ -130709,7 +130714,7 @@ const Ei = $l((e) => ({
|
|
|
130709
130714
|
onTabIndexChange: r,
|
|
130710
130715
|
data: o
|
|
130711
130716
|
}) => {
|
|
130712
|
-
const { isDeepSearch: i } = St(
|
|
130717
|
+
const { isDeepSearch: i } = St(Xn), [s] = St((l) => [l.editTabData]), a = (l) => s("isDeepSearch", l.target.checked);
|
|
130713
130718
|
return /* @__PURE__ */ me.jsxs(me.Fragment, { children: [
|
|
130714
130719
|
e && /* @__PURE__ */ me.jsx(st, { mt: "10px", mb: "16px", children: /* @__PURE__ */ me.jsx(
|
|
130715
130720
|
fs,
|
|
@@ -130749,7 +130754,7 @@ function HUe({ isAdmin: e }) {
|
|
|
130749
130754
|
data: k,
|
|
130750
130755
|
displayFeed: P,
|
|
130751
130756
|
isLeftPanelShown: N
|
|
130752
|
-
} = St(
|
|
130757
|
+
} = St(Xn), { getSnapshot: V } = zl(), { getClassifiersFilterKeys: D } = Vu(), [A, O, M, w, R] = St((He) => [
|
|
130753
130758
|
He.loadingState,
|
|
130754
130759
|
He.newSiteInfo,
|
|
130755
130760
|
He.newFeeds,
|
|
@@ -131106,8 +131111,8 @@ const lH = {
|
|
|
131106
131111
|
)
|
|
131107
131112
|
};
|
|
131108
131113
|
};
|
|
131109
|
-
|
|
131110
|
-
|
|
131114
|
+
tr.extend(a2);
|
|
131115
|
+
tr.extend(_h);
|
|
131111
131116
|
const zUe = ({
|
|
131112
131117
|
handleCheckBoxChange: e,
|
|
131113
131118
|
handleSelectAllClick: t,
|
|
@@ -131115,7 +131120,7 @@ const zUe = ({
|
|
|
131115
131120
|
getTotalItems: r,
|
|
131116
131121
|
getElementInSet: o
|
|
131117
131122
|
}) => {
|
|
131118
|
-
const { getTabValueLabelsAndSubLabels: i } = R8(), { timezone: s, isUtc: a } = St(
|
|
131123
|
+
const { getTabValueLabelsAndSubLabels: i } = R8(), { timezone: s, isUtc: a } = St(Xn);
|
|
131119
131124
|
return { columns: vn(
|
|
131120
131125
|
() => [
|
|
131121
131126
|
{
|
|
@@ -131372,7 +131377,7 @@ const zUe = ({
|
|
|
131372
131377
|
geo: u,
|
|
131373
131378
|
snapshots: p,
|
|
131374
131379
|
classifierSummary: h
|
|
131375
|
-
} = zl(), { classifiersFrameInfo: m } = Vu(), [g] = St((S) => [S.editTabData]), { shouldFetchCheckboxes: b } = St(
|
|
131380
|
+
} = zl(), { classifiersFrameInfo: m } = Vu(), [g] = St((S) => [S.editTabData]), { shouldFetchCheckboxes: b } = St(Xn), y = Et(
|
|
131376
131381
|
({
|
|
131377
131382
|
requestBody: S,
|
|
131378
131383
|
conboKey: C,
|
|
@@ -131430,7 +131435,7 @@ const zUe = ({
|
|
|
131430
131435
|
setRightPanelData: v
|
|
131431
131436
|
};
|
|
131432
131437
|
}, qUe = () => {
|
|
131433
|
-
const { conboKey: e, trailState: t, currentSliderIndex: n, data: r } = St(
|
|
131438
|
+
const { conboKey: e, trailState: t, currentSliderIndex: n, data: r } = St(Xn), { frameDetails: o, getTrailDetails: i, clearTrailDetailsData: s } = zl();
|
|
131434
131439
|
Oe(() => {
|
|
131435
131440
|
var h;
|
|
131436
131441
|
const a = o == null ? void 0 : o.map((m) => m.conbo_key), l = (h = r[n]) == null ? void 0 : h.captureTime, u = hHe(o, l), p = fHe(o, l);
|
|
@@ -131490,7 +131495,7 @@ function TQ({ baseUrl: e = "", isImageAnalysis: t = !1 }) {
|
|
|
131490
131495
|
tabFovInfo: j,
|
|
131491
131496
|
fov: I,
|
|
131492
131497
|
feedId: B
|
|
131493
|
-
} = St(
|
|
131498
|
+
} = St(Xn), { topOneFilterKeys: H } = MD(), { classifiersFilterKeys: F } = Vu(), { getFovByAssignedFeed: U, fovInfo: K, clearQueryInfo: Q } = al(), [ne, oe] = Ve([]), [re, de] = Ve(""), [Z, ee] = Ve(
|
|
131494
131499
|
S1[0].value
|
|
131495
131500
|
), [ae, pe] = Ve("0"), [W, te] = Ve([]), [z, le] = Ve([]), [ie, X] = Ve(
|
|
131496
131501
|
null
|
|
@@ -131897,7 +131902,7 @@ function TQ({ baseUrl: e = "", isImageAnalysis: t = !1 }) {
|
|
|
131897
131902
|
] });
|
|
131898
131903
|
}
|
|
131899
131904
|
const EQ = () => {
|
|
131900
|
-
const { snapshotsData: e, frameDetailsData: t } = zl(), [n] = St((i) => [i.editTabData]), { id: r, isNewTab: o } = St(
|
|
131905
|
+
const { snapshotsData: e, frameDetailsData: t } = zl(), [n] = St((i) => [i.editTabData]), { id: r, isNewTab: o } = St(Xn);
|
|
131901
131906
|
Oe(() => {
|
|
131902
131907
|
var i;
|
|
131903
131908
|
if (o)
|
|
@@ -131920,7 +131925,7 @@ const EQ = () => {
|
|
|
131920
131925
|
id: u,
|
|
131921
131926
|
currentSliderIndex: p,
|
|
131922
131927
|
shouldFetchFrameDetails: h
|
|
131923
|
-
} = St(
|
|
131928
|
+
} = St(Xn);
|
|
131924
131929
|
return Oe(() => {
|
|
131925
131930
|
var m, g;
|
|
131926
131931
|
if (h) {
|
|
@@ -131954,7 +131959,7 @@ const EQ = () => {
|
|
|
131954
131959
|
u
|
|
131955
131960
|
]), EQ(), /* @__PURE__ */ me.jsx(TQ, { baseUrl: e, isImageAnalysis: !0 });
|
|
131956
131961
|
}, ZUe = (e) => {
|
|
131957
|
-
const { title: t, onHomeClick: n } = e, r = St(Z0), { isLeftPanelShown: o } = St(
|
|
131962
|
+
const { title: t, onHomeClick: n } = e, r = St(Z0), { isLeftPanelShown: o } = St(Xn), [
|
|
131958
131963
|
i,
|
|
131959
131964
|
s,
|
|
131960
131965
|
a,
|
|
@@ -131996,7 +132001,7 @@ const EQ = () => {
|
|
|
131996
132001
|
}
|
|
131997
132002
|
);
|
|
131998
132003
|
}, UYe = (e) => {
|
|
131999
|
-
const { siteId: t, onHomeClick: n, baseUrl: r, isAdmin: o = !1 } = e, { id: i, isLeftPanelShown: s } = St(
|
|
132004
|
+
const { siteId: t, onHomeClick: n, baseUrl: r, isAdmin: o = !1 } = e, { id: i, isLeftPanelShown: s } = St(Xn), [a, l] = St((v) => [
|
|
132000
132005
|
v.editTabData,
|
|
132001
132006
|
v.clearTabsData
|
|
132002
132007
|
]), { getKitsElements: u, kitsElements: p } = al(), h = ar(!0);
|
|
@@ -132141,7 +132146,7 @@ const EQ = () => {
|
|
|
132141
132146
|
snapshots: s,
|
|
132142
132147
|
classifierSummaryRight: a,
|
|
132143
132148
|
classifiersFrameInfo: l
|
|
132144
|
-
} = St(
|
|
132149
|
+
} = St(Xn), { detailsLoading: u, vehicleInfoImages: p } = zl(), { kitsElements: h } = al(), { loading: m } = mh(
|
|
132145
132150
|
"FetchVehicleInfoImages"
|
|
132146
132151
|
), g = n.find((O) => O.id === t) || null, b = XUe(), y = !!(g != null && g.conbo_key), v = m || u === "pending", S = rm(s, e), C = vn(
|
|
132147
132152
|
() => ({
|
|
@@ -132228,7 +132233,7 @@ const EQ = () => {
|
|
|
132228
132233
|
}
|
|
132229
132234
|
};
|
|
132230
132235
|
function eWe() {
|
|
132231
|
-
const { conboKey: e, feed: t, isConboKeyExclusive: n, id: r, isUtc: o, isLeftPanelShown: i } = St(
|
|
132236
|
+
const { conboKey: e, feed: t, isConboKeyExclusive: n, id: r, isUtc: o, isLeftPanelShown: i } = St(Xn), { getDetectionsInfo: s } = zl(), [a, l, u, p, h] = St((C) => [
|
|
132232
132237
|
C.loadingState,
|
|
132233
132238
|
C.editTabData,
|
|
132234
132239
|
C.setLoading,
|
|
@@ -132324,7 +132329,7 @@ const tWe = ({ baseUrl: e = "" }) => {
|
|
|
132324
132329
|
shouldFetchFrameDetails: b,
|
|
132325
132330
|
isNewTab: y,
|
|
132326
132331
|
frameDetails: v
|
|
132327
|
-
} = St(
|
|
132332
|
+
} = St(Xn), S = ar(l == null ? void 0 : l[m]);
|
|
132328
132333
|
return Oe(() => {
|
|
132329
132334
|
var C, x, E, T;
|
|
132330
132335
|
!a && ((C = r == null ? void 0 : r[m]) != null && C.start_time) && o({
|
|
@@ -132368,7 +132373,7 @@ const tWe = ({ baseUrl: e = "" }) => {
|
|
|
132368
132373
|
v.length
|
|
132369
132374
|
]), EQ(), /* @__PURE__ */ me.jsx(TQ, { baseUrl: e });
|
|
132370
132375
|
}, nWe = (e) => {
|
|
132371
|
-
const { showSiteName: t = !0, title: n, onHomeClick: r, titleWidth: o } = e, i = St(Z0), { isLeftPanelShown: s } = St(
|
|
132376
|
+
const { showSiteName: t = !0, title: n, onHomeClick: r, titleWidth: o } = e, i = St(Z0), { isLeftPanelShown: s } = St(Xn), [
|
|
132372
132377
|
a,
|
|
132373
132378
|
l,
|
|
132374
132379
|
u,
|
|
@@ -132411,7 +132416,7 @@ const tWe = ({ baseUrl: e = "" }) => {
|
|
|
132411
132416
|
}
|
|
132412
132417
|
);
|
|
132413
132418
|
}, WYe = (e) => {
|
|
132414
|
-
const { siteId: t, onHomeClick: n, baseUrl: r } = e, { id: o, isLeftPanelShown: i } = St(
|
|
132419
|
+
const { siteId: t, onHomeClick: n, baseUrl: r } = e, { id: o, isLeftPanelShown: i } = St(Xn), [s, a] = St((b) => [
|
|
132415
132420
|
b.editTabData,
|
|
132416
132421
|
b.clearTabsData
|
|
132417
132422
|
]), l = ar(!0), { getKitsElements: u } = al();
|
|
@@ -132534,7 +132539,7 @@ function iWe({ baseUrl: e = "" }) {
|
|
|
132534
132539
|
geo: i,
|
|
132535
132540
|
snapshots: s,
|
|
132536
132541
|
classifierSummaryRight: a
|
|
132537
|
-
} = St(
|
|
132542
|
+
} = St(Xn), { detailsLoading: l, vehicleInfoImages: u } = zl(), { getTabValueLabelsAndSubLabels: p } = R8(), { loading: h } = mh(
|
|
132538
132543
|
"FetchVehicleInfoImages"
|
|
132539
132544
|
), [m, g] = Ve(!1);
|
|
132540
132545
|
Oe(() => {
|
|
@@ -132637,7 +132642,7 @@ const cH = {
|
|
|
132637
132642
|
height: "20px"
|
|
132638
132643
|
}
|
|
132639
132644
|
}, sWe = ({ params: e, setCenterCoordinates: t }) => {
|
|
132640
|
-
const { selectedTableItemId: n } = St(
|
|
132645
|
+
const { selectedTableItemId: n } = St(Xn), r = {
|
|
132641
132646
|
lat: e == null ? void 0 : e.value[1],
|
|
132642
132647
|
lng: e == null ? void 0 : e.value[0]
|
|
132643
132648
|
}, o = n === (e == null ? void 0 : e.id) ? ci : "#999999";
|
|
@@ -132658,8 +132663,8 @@ const cH = {
|
|
|
132658
132663
|
}
|
|
132659
132664
|
);
|
|
132660
132665
|
};
|
|
132661
|
-
|
|
132662
|
-
|
|
132666
|
+
tr.extend(a2);
|
|
132667
|
+
tr.extend(_h);
|
|
132663
132668
|
const aWe = ({
|
|
132664
132669
|
handleCheckBoxChange: e,
|
|
132665
132670
|
handleSelectAllClick: t,
|
|
@@ -132669,7 +132674,7 @@ const aWe = ({
|
|
|
132669
132674
|
setCenterCoordinates: i,
|
|
132670
132675
|
disabled: s = !0
|
|
132671
132676
|
}) => {
|
|
132672
|
-
const { getTabValueLabelsAndSubLabels: a } = R8(), { timezone: l, isUtc: u } = St(
|
|
132677
|
+
const { getTabValueLabelsAndSubLabels: a } = R8(), { timezone: l, isUtc: u } = St(Xn);
|
|
132673
132678
|
return { columns: vn(
|
|
132674
132679
|
() => [
|
|
132675
132680
|
{
|
|
@@ -132974,8 +132979,8 @@ const aWe = ({
|
|
|
132974
132979
|
fetchEntityRightPanelData: g
|
|
132975
132980
|
};
|
|
132976
132981
|
}, pWe = "AIzaSyARRJwBmfqqfnNnLYFmUrhRtdUbiR37CVM";
|
|
132977
|
-
|
|
132978
|
-
|
|
132982
|
+
tr.extend(a2);
|
|
132983
|
+
tr.extend(_h);
|
|
132979
132984
|
function hWe() {
|
|
132980
132985
|
const { getTabValueLabelsAndSubLabels: e } = R8(), { fetchEntityRightPanelData: t, setRightPanelData: n } = dWe(), [r, o, i] = St((mt) => [mt.editTabData, mt.selectedTabId, mt.newFeeds]), {
|
|
132981
132986
|
conboKey: s,
|
|
@@ -132998,7 +133003,7 @@ function hWe() {
|
|
|
132998
133003
|
currentSliderIndex: P,
|
|
132999
133004
|
isGeoSearch: N,
|
|
133000
133005
|
polygonPath: V
|
|
133001
|
-
} = St(
|
|
133006
|
+
} = St(Xn), { getEntitySearchData: D, loading: A, clearData: O } = ID(), { topOneFilterKeys: M } = MD(), { classifiersFilterKeys: w } = Vu(), [R, j] = Ve([]), [I, B] = Ve(""), [H, F] = Ve(
|
|
133002
133007
|
S1[0].value
|
|
133003
133008
|
), [U, K] = Ve("0"), [Q, ne] = Ve("50vh"), [oe, re] = Ve(null), [de, Z] = Ve(!1), [ee, ae] = Ve(C), [pe, W] = Ve(ee), [te, z] = Ve(
|
|
133004
133009
|
BH.filter((mt) => mt.label !== "FOV")
|
|
@@ -133016,7 +133021,7 @@ function hWe() {
|
|
|
133016
133021
|
Oe(() => {
|
|
133017
133022
|
n();
|
|
133018
133023
|
}, [n]), Oe(() => {
|
|
133019
|
-
const mt =
|
|
133024
|
+
const mt = tr(S).add(1, "second").format("YYYY-MM-DDTHH:mm:ss"), Te = i == null ? void 0 : i.map((Pe) => Pe.id), { area: ze } = aH(V), qe = {
|
|
133020
133025
|
startTime: S,
|
|
133021
133026
|
endTime: mt,
|
|
133022
133027
|
body: {
|
|
@@ -133207,8 +133212,8 @@ function hWe() {
|
|
|
133207
133212
|
Z(!1), re(null);
|
|
133208
133213
|
}, []), un = Et(
|
|
133209
133214
|
(mt) => {
|
|
133210
|
-
const Te =
|
|
133211
|
-
startTime:
|
|
133215
|
+
const Te = tr(mt).utc().add(1, "second").format("YYYY-MM-DDTHH:mm:ss"), ze = i == null ? void 0 : i.map((De) => De.id), { area: qe } = aH(V), Pe = {
|
|
133216
|
+
startTime: tr(mt).utc().format("YYYY-MM-DDTHH:mm:ss"),
|
|
133212
133217
|
endTime: Te,
|
|
133213
133218
|
body: {
|
|
133214
133219
|
assigned_feed_ids: ze
|
|
@@ -133387,7 +133392,7 @@ function hWe() {
|
|
|
133387
133392
|
] });
|
|
133388
133393
|
}
|
|
133389
133394
|
const fWe = () => {
|
|
133390
|
-
const { entitySearchData: e } = ID(), [t] = St((o) => [o.editTabData]), { id: n, isNewTab: r } = St(
|
|
133395
|
+
const { entitySearchData: e } = ID(), [t] = St((o) => [o.editTabData]), { id: n, isNewTab: r } = St(Xn);
|
|
133391
133396
|
return Oe(() => {
|
|
133392
133397
|
r ? t("entitySearchData", []) : t("entitySearchData", e[n] || []);
|
|
133393
133398
|
}, [t, r, n, e]), /* @__PURE__ */ me.jsx(hWe, {});
|
|
@@ -133415,7 +133420,7 @@ function gWe({ isAdmin: e }) {
|
|
|
133415
133420
|
isDeepSearch: C,
|
|
133416
133421
|
isGeoSearch: x,
|
|
133417
133422
|
isLeftPanelShown: E
|
|
133418
|
-
} = St(
|
|
133423
|
+
} = St(Xn), { getEntitySearchData: T, entitySearchData: k } = ID(), { kitsElements: P } = al(), [
|
|
133419
133424
|
N,
|
|
133420
133425
|
V,
|
|
133421
133426
|
D,
|
|
@@ -133442,7 +133447,7 @@ function gWe({ isAdmin: e }) {
|
|
|
133442
133447
|
F(ce);
|
|
133443
133448
|
}
|
|
133444
133449
|
}, [k]), Oe(() => {
|
|
133445
|
-
const ce =
|
|
133450
|
+
const ce = tr(b).add(1, "second").format("YYYY-MM-DDTHH:mm:ss"), be = (P == null ? void 0 : P.filter(
|
|
133446
133451
|
(ye) => ye.kit_id === ne
|
|
133447
133452
|
)).map((ye) => {
|
|
133448
133453
|
var Ie;
|
|
@@ -133681,7 +133686,7 @@ function gWe({ isAdmin: e }) {
|
|
|
133681
133686
|
);
|
|
133682
133687
|
}
|
|
133683
133688
|
const bWe = (e) => {
|
|
133684
|
-
const { showSiteName: t = !0, title: n, onHomeClick: r } = e, o = St(Z0), { isLeftPanelShown: i } = St(
|
|
133689
|
+
const { showSiteName: t = !0, title: n, onHomeClick: r } = e, o = St(Z0), { isLeftPanelShown: i } = St(Xn), [
|
|
133685
133690
|
s,
|
|
133686
133691
|
a,
|
|
133687
133692
|
l,
|
|
@@ -133723,7 +133728,7 @@ const bWe = (e) => {
|
|
|
133723
133728
|
}
|
|
133724
133729
|
);
|
|
133725
133730
|
}, GYe = (e) => {
|
|
133726
|
-
const { siteId: t, onHomeClick: n, baseUrl: r, isAdmin: o } = e, { id: i, isLeftPanelShown: s } = St(
|
|
133731
|
+
const { siteId: t, onHomeClick: n, baseUrl: r, isAdmin: o } = e, { id: i, isLeftPanelShown: s } = St(Xn), [a] = St((y) => [y.editTabData]), { getKitsElements: l, kitsElements: u } = al(), p = ar(!0);
|
|
133727
133732
|
jh(r), Oe(() => {
|
|
133728
133733
|
const y = u.map((S) => S.kit_id), v = [...new Set(y)];
|
|
133729
133734
|
a("infoKitsIds", v);
|
|
@@ -135255,7 +135260,7 @@ const xH = (e, t) => {
|
|
|
135255
135260
|
}
|
|
135256
135261
|
};
|
|
135257
135262
|
};
|
|
135258
|
-
function
|
|
135263
|
+
function er(e) {
|
|
135259
135264
|
if (!e)
|
|
135260
135265
|
return {};
|
|
135261
135266
|
const { errorMap: t, invalid_type_error: n, required_error: r, description: o } = e;
|
|
@@ -135399,7 +135404,7 @@ class cr {
|
|
|
135399
135404
|
}
|
|
135400
135405
|
transform(t) {
|
|
135401
135406
|
return new jc({
|
|
135402
|
-
...
|
|
135407
|
+
...er(this._def),
|
|
135403
135408
|
schema: this,
|
|
135404
135409
|
typeName: Fn.ZodEffects,
|
|
135405
135410
|
effect: { type: "transform", transform: t }
|
|
@@ -135408,7 +135413,7 @@ class cr {
|
|
|
135408
135413
|
default(t) {
|
|
135409
135414
|
const n = typeof t == "function" ? t : () => t;
|
|
135410
135415
|
return new E6({
|
|
135411
|
-
...
|
|
135416
|
+
...er(this._def),
|
|
135412
135417
|
innerType: this,
|
|
135413
135418
|
defaultValue: n,
|
|
135414
135419
|
typeName: Fn.ZodDefault
|
|
@@ -135418,13 +135423,13 @@ class cr {
|
|
|
135418
135423
|
return new jD({
|
|
135419
135424
|
typeName: Fn.ZodBranded,
|
|
135420
135425
|
type: this,
|
|
135421
|
-
...
|
|
135426
|
+
...er(this._def)
|
|
135422
135427
|
});
|
|
135423
135428
|
}
|
|
135424
135429
|
catch(t) {
|
|
135425
135430
|
const n = typeof t == "function" ? t : () => t;
|
|
135426
135431
|
return new k6({
|
|
135427
|
-
...
|
|
135432
|
+
...er(this._def),
|
|
135428
135433
|
innerType: this,
|
|
135429
135434
|
catchValue: n,
|
|
135430
135435
|
typeName: Fn.ZodCatch
|
|
@@ -135824,7 +135829,7 @@ Rc.create = (e) => {
|
|
|
135824
135829
|
checks: [],
|
|
135825
135830
|
typeName: Fn.ZodString,
|
|
135826
135831
|
coerce: (t = e == null ? void 0 : e.coerce) !== null && t !== void 0 ? t : !1,
|
|
135827
|
-
...
|
|
135832
|
+
...er(e)
|
|
135828
135833
|
});
|
|
135829
135834
|
};
|
|
135830
135835
|
function lGe(e, t) {
|
|
@@ -136001,7 +136006,7 @@ Sh.create = (e) => new Sh({
|
|
|
136001
136006
|
checks: [],
|
|
136002
136007
|
typeName: Fn.ZodNumber,
|
|
136003
136008
|
coerce: (e == null ? void 0 : e.coerce) || !1,
|
|
136004
|
-
...
|
|
136009
|
+
...er(e)
|
|
136005
136010
|
});
|
|
136006
136011
|
class Th extends cr {
|
|
136007
136012
|
constructor() {
|
|
@@ -136128,7 +136133,7 @@ Th.create = (e) => {
|
|
|
136128
136133
|
checks: [],
|
|
136129
136134
|
typeName: Fn.ZodBigInt,
|
|
136130
136135
|
coerce: (t = e == null ? void 0 : e.coerce) !== null && t !== void 0 ? t : !1,
|
|
136131
|
-
...
|
|
136136
|
+
...er(e)
|
|
136132
136137
|
});
|
|
136133
136138
|
};
|
|
136134
136139
|
class g6 extends cr {
|
|
@@ -136147,7 +136152,7 @@ class g6 extends cr {
|
|
|
136147
136152
|
g6.create = (e) => new g6({
|
|
136148
136153
|
typeName: Fn.ZodBoolean,
|
|
136149
136154
|
coerce: (e == null ? void 0 : e.coerce) || !1,
|
|
136150
|
-
...
|
|
136155
|
+
...er(e)
|
|
136151
136156
|
});
|
|
136152
136157
|
class q0 extends cr {
|
|
136153
136158
|
_parse(t) {
|
|
@@ -136225,7 +136230,7 @@ q0.create = (e) => new q0({
|
|
|
136225
136230
|
checks: [],
|
|
136226
136231
|
coerce: (e == null ? void 0 : e.coerce) || !1,
|
|
136227
136232
|
typeName: Fn.ZodDate,
|
|
136228
|
-
...
|
|
136233
|
+
...er(e)
|
|
136229
136234
|
});
|
|
136230
136235
|
class H7 extends cr {
|
|
136231
136236
|
_parse(t) {
|
|
@@ -136242,7 +136247,7 @@ class H7 extends cr {
|
|
|
136242
136247
|
}
|
|
136243
136248
|
H7.create = (e) => new H7({
|
|
136244
136249
|
typeName: Fn.ZodSymbol,
|
|
136245
|
-
...
|
|
136250
|
+
...er(e)
|
|
136246
136251
|
});
|
|
136247
136252
|
class b6 extends cr {
|
|
136248
136253
|
_parse(t) {
|
|
@@ -136259,7 +136264,7 @@ class b6 extends cr {
|
|
|
136259
136264
|
}
|
|
136260
136265
|
b6.create = (e) => new b6({
|
|
136261
136266
|
typeName: Fn.ZodUndefined,
|
|
136262
|
-
...
|
|
136267
|
+
...er(e)
|
|
136263
136268
|
});
|
|
136264
136269
|
class y6 extends cr {
|
|
136265
136270
|
_parse(t) {
|
|
@@ -136276,7 +136281,7 @@ class y6 extends cr {
|
|
|
136276
136281
|
}
|
|
136277
136282
|
y6.create = (e) => new y6({
|
|
136278
136283
|
typeName: Fn.ZodNull,
|
|
136279
|
-
...
|
|
136284
|
+
...er(e)
|
|
136280
136285
|
});
|
|
136281
136286
|
class am extends cr {
|
|
136282
136287
|
constructor() {
|
|
@@ -136288,7 +136293,7 @@ class am extends cr {
|
|
|
136288
136293
|
}
|
|
136289
136294
|
am.create = (e) => new am({
|
|
136290
136295
|
typeName: Fn.ZodAny,
|
|
136291
|
-
...
|
|
136296
|
+
...er(e)
|
|
136292
136297
|
});
|
|
136293
136298
|
class D0 extends cr {
|
|
136294
136299
|
constructor() {
|
|
@@ -136300,7 +136305,7 @@ class D0 extends cr {
|
|
|
136300
136305
|
}
|
|
136301
136306
|
D0.create = (e) => new D0({
|
|
136302
136307
|
typeName: Fn.ZodUnknown,
|
|
136303
|
-
...
|
|
136308
|
+
...er(e)
|
|
136304
136309
|
});
|
|
136305
136310
|
class lp extends cr {
|
|
136306
136311
|
_parse(t) {
|
|
@@ -136314,7 +136319,7 @@ class lp extends cr {
|
|
|
136314
136319
|
}
|
|
136315
136320
|
lp.create = (e) => new lp({
|
|
136316
136321
|
typeName: Fn.ZodNever,
|
|
136317
|
-
...
|
|
136322
|
+
...er(e)
|
|
136318
136323
|
});
|
|
136319
136324
|
class z7 extends cr {
|
|
136320
136325
|
_parse(t) {
|
|
@@ -136331,7 +136336,7 @@ class z7 extends cr {
|
|
|
136331
136336
|
}
|
|
136332
136337
|
z7.create = (e) => new z7({
|
|
136333
136338
|
typeName: Fn.ZodVoid,
|
|
136334
|
-
...
|
|
136339
|
+
...er(e)
|
|
136335
136340
|
});
|
|
136336
136341
|
class Dc extends cr {
|
|
136337
136342
|
_parse(t) {
|
|
@@ -136404,7 +136409,7 @@ Dc.create = (e, t) => new Dc({
|
|
|
136404
136409
|
maxLength: null,
|
|
136405
136410
|
exactLength: null,
|
|
136406
136411
|
typeName: Fn.ZodArray,
|
|
136407
|
-
...
|
|
136412
|
+
...er(t)
|
|
136408
136413
|
});
|
|
136409
136414
|
function $2(e) {
|
|
136410
136415
|
if (e instanceof ei) {
|
|
@@ -136695,21 +136700,21 @@ ei.create = (e, t) => new ei({
|
|
|
136695
136700
|
unknownKeys: "strip",
|
|
136696
136701
|
catchall: lp.create(),
|
|
136697
136702
|
typeName: Fn.ZodObject,
|
|
136698
|
-
...
|
|
136703
|
+
...er(t)
|
|
136699
136704
|
});
|
|
136700
136705
|
ei.strictCreate = (e, t) => new ei({
|
|
136701
136706
|
shape: () => e,
|
|
136702
136707
|
unknownKeys: "strict",
|
|
136703
136708
|
catchall: lp.create(),
|
|
136704
136709
|
typeName: Fn.ZodObject,
|
|
136705
|
-
...
|
|
136710
|
+
...er(t)
|
|
136706
136711
|
});
|
|
136707
136712
|
ei.lazycreate = (e, t) => new ei({
|
|
136708
136713
|
shape: e,
|
|
136709
136714
|
unknownKeys: "strip",
|
|
136710
136715
|
catchall: lp.create(),
|
|
136711
136716
|
typeName: Fn.ZodObject,
|
|
136712
|
-
...
|
|
136717
|
+
...er(t)
|
|
136713
136718
|
});
|
|
136714
136719
|
class v6 extends cr {
|
|
136715
136720
|
_parse(t) {
|
|
@@ -136782,7 +136787,7 @@ class v6 extends cr {
|
|
|
136782
136787
|
v6.create = (e, t) => new v6({
|
|
136783
136788
|
options: e,
|
|
136784
136789
|
typeName: Fn.ZodUnion,
|
|
136785
|
-
...
|
|
136790
|
+
...er(t)
|
|
136786
136791
|
});
|
|
136787
136792
|
const Bd = (e) => e instanceof w6 ? Bd(e.schema) : e instanceof jc ? Bd(e.innerType()) : e instanceof S6 ? [e.value] : e instanceof Eh ? e.options : e instanceof T6 ? Rr.objectValues(e.enum) : e instanceof E6 ? Bd(e._def.innerType) : e instanceof b6 ? [void 0] : e instanceof y6 ? [null] : e instanceof Du ? [void 0, ...Bd(e.unwrap())] : e instanceof kh ? [null, ...Bd(e.unwrap())] : e instanceof jD || e instanceof R6 ? Bd(e.unwrap()) : e instanceof k6 ? Bd(e._def.innerType) : [];
|
|
136788
136793
|
class _9 extends cr {
|
|
@@ -136843,7 +136848,7 @@ class _9 extends cr {
|
|
|
136843
136848
|
discriminator: t,
|
|
136844
136849
|
options: n,
|
|
136845
136850
|
optionsMap: o,
|
|
136846
|
-
...
|
|
136851
|
+
...er(r)
|
|
136847
136852
|
});
|
|
136848
136853
|
}
|
|
136849
136854
|
}
|
|
@@ -136910,7 +136915,7 @@ C6.create = (e, t, n) => new C6({
|
|
|
136910
136915
|
left: e,
|
|
136911
136916
|
right: t,
|
|
136912
136917
|
typeName: Fn.ZodIntersection,
|
|
136913
|
-
...
|
|
136918
|
+
...er(n)
|
|
136914
136919
|
});
|
|
136915
136920
|
class Hu extends cr {
|
|
136916
136921
|
_parse(t) {
|
|
@@ -136959,7 +136964,7 @@ Hu.create = (e, t) => {
|
|
|
136959
136964
|
items: e,
|
|
136960
136965
|
typeName: Fn.ZodTuple,
|
|
136961
136966
|
rest: null,
|
|
136962
|
-
...
|
|
136967
|
+
...er(t)
|
|
136963
136968
|
});
|
|
136964
136969
|
};
|
|
136965
136970
|
class x6 extends cr {
|
|
@@ -136994,12 +136999,12 @@ class x6 extends cr {
|
|
|
136994
136999
|
keyType: t,
|
|
136995
137000
|
valueType: n,
|
|
136996
137001
|
typeName: Fn.ZodRecord,
|
|
136997
|
-
...
|
|
137002
|
+
...er(r)
|
|
136998
137003
|
}) : new x6({
|
|
136999
137004
|
keyType: Rc.create(),
|
|
137000
137005
|
valueType: t,
|
|
137001
137006
|
typeName: Fn.ZodRecord,
|
|
137002
|
-
...
|
|
137007
|
+
...er(n)
|
|
137003
137008
|
});
|
|
137004
137009
|
}
|
|
137005
137010
|
}
|
|
@@ -137049,7 +137054,7 @@ U7.create = (e, t, n) => new U7({
|
|
|
137049
137054
|
valueType: t,
|
|
137050
137055
|
keyType: e,
|
|
137051
137056
|
typeName: Fn.ZodMap,
|
|
137052
|
-
...
|
|
137057
|
+
...er(n)
|
|
137053
137058
|
});
|
|
137054
137059
|
class Y0 extends cr {
|
|
137055
137060
|
_parse(t) {
|
|
@@ -137113,7 +137118,7 @@ Y0.create = (e, t) => new Y0({
|
|
|
137113
137118
|
minSize: null,
|
|
137114
137119
|
maxSize: null,
|
|
137115
137120
|
typeName: Fn.ZodSet,
|
|
137116
|
-
...
|
|
137121
|
+
...er(t)
|
|
137117
137122
|
});
|
|
137118
137123
|
class h1 extends cr {
|
|
137119
137124
|
constructor() {
|
|
@@ -137212,7 +137217,7 @@ class h1 extends cr {
|
|
|
137212
137217
|
args: t || Hu.create([]).rest(D0.create()),
|
|
137213
137218
|
returns: n || D0.create(),
|
|
137214
137219
|
typeName: Fn.ZodFunction,
|
|
137215
|
-
...
|
|
137220
|
+
...er(r)
|
|
137216
137221
|
});
|
|
137217
137222
|
}
|
|
137218
137223
|
}
|
|
@@ -137228,7 +137233,7 @@ class w6 extends cr {
|
|
|
137228
137233
|
w6.create = (e, t) => new w6({
|
|
137229
137234
|
getter: e,
|
|
137230
137235
|
typeName: Fn.ZodLazy,
|
|
137231
|
-
...
|
|
137236
|
+
...er(t)
|
|
137232
137237
|
});
|
|
137233
137238
|
class S6 extends cr {
|
|
137234
137239
|
_parse(t) {
|
|
@@ -137249,13 +137254,13 @@ class S6 extends cr {
|
|
|
137249
137254
|
S6.create = (e, t) => new S6({
|
|
137250
137255
|
value: e,
|
|
137251
137256
|
typeName: Fn.ZodLiteral,
|
|
137252
|
-
...
|
|
137257
|
+
...er(t)
|
|
137253
137258
|
});
|
|
137254
137259
|
function qQ(e, t) {
|
|
137255
137260
|
return new Eh({
|
|
137256
137261
|
values: e,
|
|
137257
137262
|
typeName: Fn.ZodEnum,
|
|
137258
|
-
...
|
|
137263
|
+
...er(t)
|
|
137259
137264
|
});
|
|
137260
137265
|
}
|
|
137261
137266
|
class Eh extends cr {
|
|
@@ -137349,7 +137354,7 @@ e4 = /* @__PURE__ */ new WeakMap();
|
|
|
137349
137354
|
T6.create = (e, t) => new T6({
|
|
137350
137355
|
values: e,
|
|
137351
137356
|
typeName: Fn.ZodNativeEnum,
|
|
137352
|
-
...
|
|
137357
|
+
...er(t)
|
|
137353
137358
|
});
|
|
137354
137359
|
class lm extends cr {
|
|
137355
137360
|
unwrap() {
|
|
@@ -137373,7 +137378,7 @@ class lm extends cr {
|
|
|
137373
137378
|
lm.create = (e, t) => new lm({
|
|
137374
137379
|
type: e,
|
|
137375
137380
|
typeName: Fn.ZodPromise,
|
|
137376
|
-
...
|
|
137381
|
+
...er(t)
|
|
137377
137382
|
});
|
|
137378
137383
|
class jc extends cr {
|
|
137379
137384
|
innerType() {
|
|
@@ -137456,13 +137461,13 @@ jc.create = (e, t, n) => new jc({
|
|
|
137456
137461
|
schema: e,
|
|
137457
137462
|
typeName: Fn.ZodEffects,
|
|
137458
137463
|
effect: t,
|
|
137459
|
-
...
|
|
137464
|
+
...er(n)
|
|
137460
137465
|
});
|
|
137461
137466
|
jc.createWithPreprocess = (e, t, n) => new jc({
|
|
137462
137467
|
schema: t,
|
|
137463
137468
|
effect: { type: "preprocess", transform: e },
|
|
137464
137469
|
typeName: Fn.ZodEffects,
|
|
137465
|
-
...
|
|
137470
|
+
...er(n)
|
|
137466
137471
|
});
|
|
137467
137472
|
class Du extends cr {
|
|
137468
137473
|
_parse(t) {
|
|
@@ -137475,7 +137480,7 @@ class Du extends cr {
|
|
|
137475
137480
|
Du.create = (e, t) => new Du({
|
|
137476
137481
|
innerType: e,
|
|
137477
137482
|
typeName: Fn.ZodOptional,
|
|
137478
|
-
...
|
|
137483
|
+
...er(t)
|
|
137479
137484
|
});
|
|
137480
137485
|
class kh extends cr {
|
|
137481
137486
|
_parse(t) {
|
|
@@ -137488,7 +137493,7 @@ class kh extends cr {
|
|
|
137488
137493
|
kh.create = (e, t) => new kh({
|
|
137489
137494
|
innerType: e,
|
|
137490
137495
|
typeName: Fn.ZodNullable,
|
|
137491
|
-
...
|
|
137496
|
+
...er(t)
|
|
137492
137497
|
});
|
|
137493
137498
|
class E6 extends cr {
|
|
137494
137499
|
_parse(t) {
|
|
@@ -137508,7 +137513,7 @@ E6.create = (e, t) => new E6({
|
|
|
137508
137513
|
innerType: e,
|
|
137509
137514
|
typeName: Fn.ZodDefault,
|
|
137510
137515
|
defaultValue: typeof t.default == "function" ? t.default : () => t.default,
|
|
137511
|
-
...
|
|
137516
|
+
...er(t)
|
|
137512
137517
|
});
|
|
137513
137518
|
class k6 extends cr {
|
|
137514
137519
|
_parse(t) {
|
|
@@ -137551,7 +137556,7 @@ k6.create = (e, t) => new k6({
|
|
|
137551
137556
|
innerType: e,
|
|
137552
137557
|
typeName: Fn.ZodCatch,
|
|
137553
137558
|
catchValue: typeof t.catch == "function" ? t.catch : () => t.catch,
|
|
137554
|
-
...
|
|
137559
|
+
...er(t)
|
|
137555
137560
|
});
|
|
137556
137561
|
class W7 extends cr {
|
|
137557
137562
|
_parse(t) {
|
|
@@ -137568,7 +137573,7 @@ class W7 extends cr {
|
|
|
137568
137573
|
}
|
|
137569
137574
|
W7.create = (e) => new W7({
|
|
137570
137575
|
typeName: Fn.ZodNaN,
|
|
137571
|
-
...
|
|
137576
|
+
...er(e)
|
|
137572
137577
|
});
|
|
137573
137578
|
const cGe = Symbol("zod_brand");
|
|
137574
137579
|
class jD extends cr {
|
|
@@ -137636,7 +137641,7 @@ class R6 extends cr {
|
|
|
137636
137641
|
R6.create = (e, t) => new R6({
|
|
137637
137642
|
innerType: e,
|
|
137638
137643
|
typeName: Fn.ZodReadonly,
|
|
137639
|
-
...
|
|
137644
|
+
...er(t)
|
|
137640
137645
|
});
|
|
137641
137646
|
function YQ(e, t = {}, n) {
|
|
137642
137647
|
return e ? am.create().superRefine((r, o) => {
|
|
@@ -137821,7 +137826,7 @@ const as = {
|
|
|
137821
137826
|
conboMatchExlusiveValue: o,
|
|
137822
137827
|
conboMatchUtcValue: i,
|
|
137823
137828
|
conboMatchInputError: s
|
|
137824
|
-
} = St(
|
|
137829
|
+
} = St(Xn), [a] = St((v) => [v.editTabData]), l = _We({
|
|
137825
137830
|
defaultValues: {
|
|
137826
137831
|
...SH.shape,
|
|
137827
137832
|
conboKey: r,
|
|
@@ -138392,19 +138397,19 @@ const ZGe = (e, t) => {
|
|
|
138392
138397
|
}
|
|
138393
138398
|
}
|
|
138394
138399
|
})), JGe = ({ baseUrl: e }) => {
|
|
138395
|
-
const t = j9(), { loading: n } = mh("FetchAllMatchList"), { findAllReids: r } = FD(), { getDetectionsInfo: o } = Dm(), i = (
|
|
138396
|
-
(async () => (await r(
|
|
138397
|
-
},
|
|
138398
|
-
return /* @__PURE__ */ me.jsx(st, { position: "relative", height: "100%", display:
|
|
138400
|
+
const t = j9(), { loading: n } = mh("FetchAllMatchList"), { findAllReids: r } = FD(), { getDetectionsInfo: o } = Dm(), [i] = St((l) => [l.editTabData]), s = (l) => {
|
|
138401
|
+
(async () => (i("title", l.conboKey), await r(l), await o({ conboKey: l.conboKey })))();
|
|
138402
|
+
}, a = t != null && t.isLeftPanelShown ? "flex" : "none";
|
|
138403
|
+
return /* @__PURE__ */ me.jsx(st, { position: "relative", height: "100%", display: a, children: /* @__PURE__ */ me.jsx(
|
|
138399
138404
|
qGe,
|
|
138400
138405
|
{
|
|
138401
138406
|
loadingFetch: n,
|
|
138402
|
-
onSubmit:
|
|
138407
|
+
onSubmit: s,
|
|
138403
138408
|
baseUrl: e
|
|
138404
138409
|
}
|
|
138405
138410
|
) });
|
|
138406
138411
|
}, QGe = (e) => {
|
|
138407
|
-
const { title: t, onHomeClick: n } = e, r = St(Z0), { isLeftPanelShown: o } = St(
|
|
138412
|
+
const { title: t, onHomeClick: n } = e, r = St(Z0), { isLeftPanelShown: o } = St(Xn), [
|
|
138408
138413
|
i,
|
|
138409
138414
|
s,
|
|
138410
138415
|
a,
|
|
@@ -138577,7 +138582,7 @@ const ZGe = (e, t) => {
|
|
|
138577
138582
|
}
|
|
138578
138583
|
}, rqe = (e) => {
|
|
138579
138584
|
var N, V, D, A;
|
|
138580
|
-
const { baseUrl: t = "" } = e, n = j9(), { loading: r } = mh("FetchMetadataById"), { selectedTableItemId: o } = St(
|
|
138585
|
+
const { baseUrl: t = "" } = e, n = j9(), { loading: r } = mh("FetchMetadataById"), { selectedTableItemId: o } = St(Xn);
|
|
138581
138586
|
if (!n)
|
|
138582
138587
|
return null;
|
|
138583
138588
|
const i = n == null ? void 0 : n.conboKey, s = n == null ? void 0 : n.isRightPanelShown, a = n == null ? void 0 : n.topOneList, l = n == null ? void 0 : n.snapshotsList, u = n == null ? void 0 : n.vehicleInfoImages, p = n == null ? void 0 : n.classifierSummaryList, h = n == null ? void 0 : n.classifiersFrameInfoList, m = (V = (N = n == null ? void 0 : n.geo) == null ? void 0 : N.geometry) == null ? void 0 : V.coordinates, g = (A = (D = n == null ? void 0 : n.pixelGeo) == null ? void 0 : D.geometry) == null ? void 0 : A.coordinates, b = rm(l, t), y = vn(
|
|
@@ -138612,38 +138617,46 @@ const ZGe = (e, t) => {
|
|
|
138612
138617
|
display: "flex",
|
|
138613
138618
|
children: /* @__PURE__ */ me.jsx(fm, { sx: nqe })
|
|
138614
138619
|
}
|
|
138615
|
-
) }) :
|
|
138616
|
-
|
|
138617
|
-
|
|
138618
|
-
|
|
138619
|
-
|
|
138620
|
-
|
|
138621
|
-
|
|
138622
|
-
|
|
138623
|
-
|
|
138624
|
-
|
|
138625
|
-
|
|
138626
|
-
|
|
138627
|
-
|
|
138628
|
-
|
|
138629
|
-
|
|
138630
|
-
|
|
138631
|
-
|
|
138632
|
-
|
|
138633
|
-
|
|
138634
|
-
|
|
138635
|
-
|
|
138636
|
-
|
|
138637
|
-
|
|
138638
|
-
|
|
138639
|
-
|
|
138640
|
-
|
|
138641
|
-
|
|
138642
|
-
|
|
138643
|
-
|
|
138644
|
-
|
|
138645
|
-
|
|
138646
|
-
|
|
138620
|
+
) }) : /* @__PURE__ */ me.jsx(
|
|
138621
|
+
wh,
|
|
138622
|
+
{
|
|
138623
|
+
textToCopy: k,
|
|
138624
|
+
subtitle: P,
|
|
138625
|
+
showHeader: s,
|
|
138626
|
+
children: s && /* @__PURE__ */ me.jsxs(me.Fragment, { children: [
|
|
138627
|
+
/* @__PURE__ */ me.jsx(
|
|
138628
|
+
Xd,
|
|
138629
|
+
{
|
|
138630
|
+
tabsContent: v,
|
|
138631
|
+
tabs: S,
|
|
138632
|
+
isCollapseActive: !0
|
|
138633
|
+
}
|
|
138634
|
+
),
|
|
138635
|
+
/* @__PURE__ */ me.jsx(
|
|
138636
|
+
Xd,
|
|
138637
|
+
{
|
|
138638
|
+
tabsContent: C,
|
|
138639
|
+
tabs: x,
|
|
138640
|
+
isCollapseActive: !0,
|
|
138641
|
+
sx: {
|
|
138642
|
+
paddingTop: 0
|
|
138643
|
+
}
|
|
138644
|
+
}
|
|
138645
|
+
),
|
|
138646
|
+
/* @__PURE__ */ me.jsx(
|
|
138647
|
+
Xd,
|
|
138648
|
+
{
|
|
138649
|
+
tabsContent: E,
|
|
138650
|
+
tabs: T,
|
|
138651
|
+
isCollapseActive: !0,
|
|
138652
|
+
sx: {
|
|
138653
|
+
paddingTop: 0
|
|
138654
|
+
}
|
|
138655
|
+
}
|
|
138656
|
+
)
|
|
138657
|
+
] })
|
|
138658
|
+
}
|
|
138659
|
+
);
|
|
138647
138660
|
}, oqe = (e) => ({ columns: vn(
|
|
138648
138661
|
() => [
|
|
138649
138662
|
{
|
|
@@ -138732,10 +138745,10 @@ const ZGe = (e, t) => {
|
|
|
138732
138745
|
disabled: !1
|
|
138733
138746
|
}
|
|
138734
138747
|
], aqe = () => {
|
|
138735
|
-
const e = j9(), { allReids: t, detectionsInfo: n, selectedTableItemId: r } = St(
|
|
138748
|
+
const e = j9(), { allReids: t, detectionsInfo: n, selectedTableItemId: r, title: o } = St(Xn), i = ZGe(t, n), { onFetchMetadataById: s } = ND(), { loading: a } = FD(), [l, u] = St((S) => [
|
|
138736
138749
|
S.editTabData,
|
|
138737
138750
|
S.newFeeds
|
|
138738
|
-
]),
|
|
138751
|
+
]), p = Et(
|
|
138739
138752
|
(S) => {
|
|
138740
138753
|
(async () => {
|
|
138741
138754
|
var x, E;
|
|
@@ -138745,19 +138758,19 @@ const ZGe = (e, t) => {
|
|
|
138745
138758
|
endTime: S.row.endTime,
|
|
138746
138759
|
assignedFeedId: S.row.assigned_feed_id
|
|
138747
138760
|
};
|
|
138748
|
-
await
|
|
138761
|
+
await s(C), l("selectedTableItemId", (E = S == null ? void 0 : S.row) == null ? void 0 : E.conbo_key);
|
|
138749
138762
|
})();
|
|
138750
138763
|
},
|
|
138751
|
-
[
|
|
138752
|
-
),
|
|
138764
|
+
[l, s]
|
|
138765
|
+
), h = e == null ? void 0 : e.matchListFeatchAt, m = e == null ? void 0 : e.timezone, { columns: g } = oqe(u), b = vn(
|
|
138753
138766
|
() => ({
|
|
138754
138767
|
columns: g,
|
|
138755
|
-
rows:
|
|
138756
|
-
loading:
|
|
138757
|
-
handleCellClick:
|
|
138768
|
+
rows: i,
|
|
138769
|
+
loading: a,
|
|
138770
|
+
handleCellClick: p,
|
|
138758
138771
|
selectedRowId: r
|
|
138759
138772
|
}),
|
|
138760
|
-
[g,
|
|
138773
|
+
[g, i, a, p]
|
|
138761
138774
|
), y = vn(() => iqe(b), [b]), v = vn(() => sqe(), []);
|
|
138762
138775
|
return /* @__PURE__ */ me.jsxs(me.Fragment, { children: [
|
|
138763
138776
|
/* @__PURE__ */ me.jsxs(
|
|
@@ -138768,8 +138781,8 @@ const ZGe = (e, t) => {
|
|
|
138768
138781
|
alignItems: "center",
|
|
138769
138782
|
justifyContent: "space-between",
|
|
138770
138783
|
children: [
|
|
138771
|
-
|
|
138772
|
-
/* @__PURE__ */ me.jsx(ln, { fontSize: 16, children:
|
|
138784
|
+
o && /* @__PURE__ */ me.jsx(ln, { fontWeight: 500, fontSize: 20, children: o }),
|
|
138785
|
+
/* @__PURE__ */ me.jsx(ln, { fontSize: 16, children: a ? "Loading..." : /* @__PURE__ */ me.jsx(me.Fragment, { children: h && `Search run: ${xh({
|
|
138773
138786
|
date: h,
|
|
138774
138787
|
timezone: m
|
|
138775
138788
|
})} in ${xh({
|
|
@@ -138783,17 +138796,17 @@ const ZGe = (e, t) => {
|
|
|
138783
138796
|
/* @__PURE__ */ me.jsx(st, { children: /* @__PURE__ */ me.jsx(Pu, { tabsContent: y, tabs: v, tabsWidth: "40%" }) })
|
|
138784
138797
|
] });
|
|
138785
138798
|
}, qYe = (e) => {
|
|
138786
|
-
const { siteId: t, onHomeClick: n, baseUrl: r = "" } = e, {
|
|
138787
|
-
onFetchKitsElements:
|
|
138788
|
-
onFetchAllTabs:
|
|
138789
|
-
onFetchConfiguration:
|
|
138790
|
-
clearStore:
|
|
138791
|
-
} = ND(), { clearDetectionsStore:
|
|
138792
|
-
if (jh(r), Nh(t), Oe(() => (document.title = Ys.CONBO_KEY_SEARCH,
|
|
138793
|
-
|
|
138799
|
+
const { siteId: t, onHomeClick: n, baseUrl: r = "" } = e, { isLeftPanelShown: o } = St(Xn), { loading: i } = mh("FetchAllTabs"), { loading: s } = mh("FetchConfiguration"), { loading: a, error: l } = mh("FetchKitsElements"), {
|
|
138800
|
+
onFetchKitsElements: u,
|
|
138801
|
+
onFetchAllTabs: p,
|
|
138802
|
+
onFetchConfiguration: h,
|
|
138803
|
+
clearStore: m
|
|
138804
|
+
} = ND(), { clearDetectionsStore: g } = Dm(), b = j9(), { clearData: y } = FD();
|
|
138805
|
+
if (jh(r), Nh(t), Oe(() => (document.title = Ys.CONBO_KEY_SEARCH, p(), () => {
|
|
138806
|
+
m(), y(), g();
|
|
138794
138807
|
}), []), Oe(() => {
|
|
138795
|
-
|
|
138796
|
-
}, [
|
|
138808
|
+
b || (u({ siteId: t }), h({ deploymentId: t }));
|
|
138809
|
+
}, [b]), i || a || s)
|
|
138797
138810
|
return /* @__PURE__ */ me.jsx(
|
|
138798
138811
|
st,
|
|
138799
138812
|
{
|
|
@@ -138804,28 +138817,28 @@ const ZGe = (e, t) => {
|
|
|
138804
138817
|
children: /* @__PURE__ */ me.jsx(fm, {})
|
|
138805
138818
|
}
|
|
138806
138819
|
);
|
|
138807
|
-
if (
|
|
138820
|
+
if (l)
|
|
138808
138821
|
return /* @__PURE__ */ me.jsxs("p", { children: [
|
|
138809
138822
|
"Oops! Error: ",
|
|
138810
|
-
|
|
138823
|
+
l.message
|
|
138811
138824
|
] });
|
|
138812
|
-
if (!
|
|
138825
|
+
if (!b)
|
|
138813
138826
|
return null;
|
|
138814
|
-
const
|
|
138827
|
+
const v = /* @__PURE__ */ me.jsx(
|
|
138815
138828
|
QGe,
|
|
138816
138829
|
{
|
|
138817
138830
|
title: Ys.CONBO_MATCH,
|
|
138818
138831
|
onHomeClick: n
|
|
138819
138832
|
}
|
|
138820
|
-
),
|
|
138833
|
+
), S = /* @__PURE__ */ me.jsx(JGe, { baseUrl: r }), C = /* @__PURE__ */ me.jsx(aqe, {}), x = /* @__PURE__ */ me.jsx(rqe, { baseUrl: r });
|
|
138821
138834
|
return /* @__PURE__ */ me.jsx(
|
|
138822
138835
|
Lm,
|
|
138823
138836
|
{
|
|
138824
|
-
isLeftPanelShown:
|
|
138825
|
-
header:
|
|
138826
|
-
sidebarLeft:
|
|
138827
|
-
content:
|
|
138828
|
-
sidebarRight:
|
|
138837
|
+
isLeftPanelShown: o,
|
|
138838
|
+
header: v,
|
|
138839
|
+
sidebarLeft: S,
|
|
138840
|
+
content: C,
|
|
138841
|
+
sidebarRight: x,
|
|
138829
138842
|
baseUrl: r
|
|
138830
138843
|
}
|
|
138831
138844
|
);
|
|
@@ -138961,7 +138974,7 @@ const ZGe = (e, t) => {
|
|
|
138961
138974
|
display: "flex",
|
|
138962
138975
|
justifyContent: "center",
|
|
138963
138976
|
alignItems: "center",
|
|
138964
|
-
|
|
138977
|
+
top: "200px"
|
|
138965
138978
|
}, pqe = {
|
|
138966
138979
|
width: "440px",
|
|
138967
138980
|
height: "auto",
|
|
@@ -139510,7 +139523,7 @@ const ZGe = (e, t) => {
|
|
|
139510
139523
|
}
|
|
139511
139524
|
);
|
|
139512
139525
|
}, Aqe = ({ title: e, onHomeClick: t }) => {
|
|
139513
|
-
const n = St(Z0), { isLeftPanelShown: r } = St(
|
|
139526
|
+
const n = St(Z0), { isLeftPanelShown: r } = St(Xn), [
|
|
139514
139527
|
o,
|
|
139515
139528
|
i,
|
|
139516
139529
|
s,
|
|
@@ -139865,7 +139878,7 @@ const ZGe = (e, t) => {
|
|
|
139865
139878
|
styles: t || r
|
|
139866
139879
|
};
|
|
139867
139880
|
}, Kqe = () => {
|
|
139868
|
-
const { fov: e, trailInfoPixel: t, trailInfoGeo: n, tabFovInfo: r } = St(
|
|
139881
|
+
const { fov: e, trailInfoPixel: t, trailInfoGeo: n, tabFovInfo: r } = St(Xn), [o, i] = Ve([]), [s, a] = Ve([]);
|
|
139869
139882
|
return Oe(() => {
|
|
139870
139883
|
var l;
|
|
139871
139884
|
if (t.length && n.length) {
|
|
@@ -139895,7 +139908,7 @@ const ZGe = (e, t) => {
|
|
|
139895
139908
|
geoCoordinates: s
|
|
139896
139909
|
};
|
|
139897
139910
|
}, Xqe = () => {
|
|
139898
|
-
const { detectionsPixel: e, detectionsGeo: t, isNewSearch: n } = St(
|
|
139911
|
+
const { detectionsPixel: e, detectionsGeo: t, isNewSearch: n } = St(Xn), { getTrailInfoPixel: r, getTrailInfoGeo: o } = Dm(), { getLatestSnapshot: i } = P8(), { getFovByAssignedFeed: s } = al(), [a] = St((m) => [m.editTabData]), l = Et(async () => {
|
|
139899
139912
|
if (e != null && e.items.length && n) {
|
|
139900
139913
|
const m = e.items[0].assigned_feed;
|
|
139901
139914
|
await s({
|
|
@@ -139948,7 +139961,7 @@ const ZGe = (e, t) => {
|
|
|
139948
139961
|
p
|
|
139949
139962
|
]);
|
|
139950
139963
|
}, Jqe = ({ baseUrl: e }) => {
|
|
139951
|
-
const { loading: t } = Dm(), { pixelCoordinates: n, geoCoordinates: r } = Kqe(), [o] = St((g) => [g.editTabData]), { latestSnapshot: i, detectionsPixel: s, detectionsGeo: a, fov: l, showInfoText: u } = St(
|
|
139964
|
+
const { loading: t } = Dm(), { pixelCoordinates: n, geoCoordinates: r } = Kqe(), [o] = St((g) => [g.editTabData]), { latestSnapshot: i, detectionsPixel: s, detectionsGeo: a, fov: l, showInfoText: u } = St(Xn);
|
|
139952
139965
|
Xqe();
|
|
139953
139966
|
const p = vn(
|
|
139954
139967
|
() => YJ(
|
|
@@ -140071,7 +140084,7 @@ const ZGe = (e, t) => {
|
|
|
140071
140084
|
displayFeed: v,
|
|
140072
140085
|
isLeftPanelShown: S,
|
|
140073
140086
|
objectsLimit: C
|
|
140074
|
-
} = St(
|
|
140087
|
+
} = St(Xn), { getDetectionsPixel: x, getDetectionsGeo: E } = Dm(), [T, k, P, N, V] = St((ue) => [
|
|
140075
140088
|
ue.loadingState,
|
|
140076
140089
|
ue.newSiteInfo,
|
|
140077
140090
|
ue.newFeeds,
|
|
@@ -140317,7 +140330,7 @@ const ZGe = (e, t) => {
|
|
|
140317
140330
|
e(), t(), n("objectsLimit", null), n("displayFeed", []), n("feed", []), n("startTime", /* @__PURE__ */ new Date()), n("endTime", /* @__PURE__ */ new Date()), n("fov", !1), n("showInfoText", !1);
|
|
140318
140331
|
}, [e, t, n]);
|
|
140319
140332
|
}, ZYe = ({ siteId: e, onHomeClick: t, baseUrl: n }) => {
|
|
140320
|
-
const { isLeftPanelShown: r } = St(
|
|
140333
|
+
const { isLeftPanelShown: r } = St(Xn);
|
|
140321
140334
|
return Oe(() => {
|
|
140322
140335
|
document.title = Ys.HEAT_MAP;
|
|
140323
140336
|
}, []), iYe(), jh(n), Nh(e), /* @__PURE__ */ me.jsx(
|