@conboai/app.db.query 1.0.5 → 1.0.6

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.
@@ -1,5 +1,5 @@
1
1
  (function(){"use strict";try{if(typeof document<"u"){var t=document.createElement("style");t.appendChild(document.createTextNode('*,*:after,*:before{box-sizing:inherit}html{box-sizing:border-box}body,html{padding:0;margin:0;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;font-variant-ligatures:none;line-height:1.5;scroll-behavior:smooth}section{width:100%}img{max-width:100%;height:auto}button.gm-fullscreen-control{background-color:#0000007f!important;width:32px!important;height:32px!important;border-radius:4px!important}button.gm-fullscreen-control:hover{opacity:70%}button.gm-fullscreen-control img{filter:brightness(0) invert(1);opacity:80%;width:16px!important;height:18px}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-toast-container{width:auto;padding:0}.custom-toast{max-width:496px;height:64px;position:relative;background-color:#fff;border-radius:8px;padding:12px;box-shadow:0 2px 10px #0000001a;display:flex;align-items:center}.custom-toast-body{display:flex;align-items:center;font-weight:500;color:#333;font-size:14px;gap:12px;padding:0;margin:0 30px 0 0}.custom-toast .Toastify__toast-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;margin:0}.custom-toast--error .Toastify__toast-icon{background-color:#fde8e8;color:#d32f2f}.custom-toast--warning .Toastify__toast-icon{background-color:#fff4e5;color:#ed6c02}.custom-toast--info .Toastify__toast-icon{background-color:#e7f3ff;color:#0288d1}.custom-toast--success .Toastify__toast-icon{background-color:#e8f5e9;color:#2e7d32}.Toastify__close-button{position:absolute;top:8px;right:8px;color:#9e9e9e;background:none;border:none;font-size:18px;cursor:pointer}.Toastify__close-button:hover{color:#616161}')),document.head.appendChild(t)}}catch(o){console.error("vite-plugin-css-injected-by-js",o)}})();
2
- import { a as r, e as t, C as i, b as c, d as n, c as p, E as C, F as l, H as m, I as S, S as g, f as h } from "./index-130abef8.js";
2
+ import { a as r, e as t, C as i, b as c, d as n, c as p, E as C, F as l, H as m, I as S, S as g, f as h } from "./index-5567310e.js";
3
3
  import "react";
4
4
  import "react-dom";
5
5
  export {
@@ -1,11 +1,18 @@
1
+ import { KitDTO } from '../../../../api/queryInfo';
2
+
1
3
  interface IDetailsContent {
2
4
  getTabValueLabelsAndSubLabels: any;
3
- topOne?: any[];
4
- classifierSummary: any[];
5
+ topOne?: {
6
+ [x: string]: unknown;
7
+ }[];
8
+ classifierSummary: {
9
+ [x: string]: unknown;
10
+ }[];
11
+ kitsElements?: KitDTO[];
5
12
  isLoading?: boolean;
6
13
  delay?: number;
7
14
  }
8
- export declare const getDetailsContent: ({ topOne, getTabValueLabelsAndSubLabels, isLoading, classifierSummary }: IDetailsContent) => {
15
+ export declare const getDetailsContent: ({ topOne, classifierSummary, getTabValueLabelsAndSubLabels, isLoading }: IDetailsContent) => {
9
16
  value: string;
10
17
  content: import("react/jsx-runtime").JSX.Element;
11
18
  }[];
@@ -11,7 +11,7 @@ type ShapesCoordinatesInput = {
11
11
  };
12
12
  delay: number;
13
13
  selectedClassifications?: string[];
14
- getLabel: (kitId: number, labelId: number) => {
14
+ getLabel: (kitId: number, value: string) => {
15
15
  tagValueLabel: string;
16
16
  tagValueSubLabel: string;
17
17
  };
@@ -98397,7 +98397,7 @@ function yYe(e, t) {
98397
98397
  je(() => {
98398
98398
  const c = e.mapLib;
98399
98399
  let u = !0, d;
98400
- return Promise.resolve(c || import("./mapbox-gl-mk7lqDBW-da306250.js").then((f) => f.m)).then((f) => {
98400
+ return Promise.resolve(c || import("./mapbox-gl-mk7lqDBW-c559cfcb.js").then((f) => f.m)).then((f) => {
98401
98401
  if (!u)
98402
98402
  return;
98403
98403
  if (!f)
@@ -156581,23 +156581,22 @@ const J0t = ({
156581
156581
  ]);
156582
156582
  }, fM = () => {
156583
156583
  const { kitsElements: e } = Uo();
156584
- return {
156585
- getTabValueLabelsAndSubLabels: ct(
156586
- (n, r, o) => {
156587
- var f, m;
156588
- const i = new Set(e.map((g) => g.kit_id)), s = e.filter((g) => g.kit_id === o), a = e.find(
156589
- (g) => g.serial_number === n
156590
- ), l = s.find(
156591
- (g) => g.serial_number === n
156592
- ), c = i.size > 1 ? l : a, u = (c == null ? void 0 : c.name) || "";
156593
- return {
156594
- tagValueLabel: ((m = (f = c == null ? void 0 : c.labels) == null ? void 0 : f.find((g) => g.id === r)) == null ? void 0 : m.name) || "",
156595
- tagValueSubLabel: u
156596
- };
156597
- },
156598
- [e]
156599
- )
156600
- };
156584
+ return ct(
156585
+ (t, n, r) => {
156586
+ var d, f;
156587
+ const o = new Set(e.map((m) => m.kit_id)), i = e.filter((m) => m.kit_id === r), s = e.find(
156588
+ (m) => m.serial_number === t
156589
+ ), a = i.find(
156590
+ (m) => m.serial_number === t
156591
+ ), l = o.size > 1 ? a : s, c = (l == null ? void 0 : l.name) || "";
156592
+ let u = "";
156593
+ return s != null && s.is_open_text ? u = n ?? "" : u = ((f = (d = s == null ? void 0 : s.labels) == null ? void 0 : d.find((m) => String(m.id) === String(n))) == null ? void 0 : f.name) ?? "", {
156594
+ tagValueLabel: u,
156595
+ tagValueSubLabel: c
156596
+ };
156597
+ },
156598
+ [e]
156599
+ );
156601
156600
  }, Gc = (e) => {
156602
156601
  const { value: t, timezone: n, isUtc: r = !1 } = e, { timezone: o, isUtc: i } = Ge(Bt), s = o || n, l = i || r ? Mrt(t, s) : RL(t, s);
156603
156602
  return /* @__PURE__ */ $.jsx(Be, { children: l });
@@ -156612,7 +156611,7 @@ const syt = ({
156612
156611
  getTotalItems: o,
156613
156612
  getElementInSet: i
156614
156613
  }) => {
156615
- const { getTabValueLabelsAndSubLabels: s } = fM(), { timezone: a, isUtc: l, selectedClassifications: c } = Ge(Bt);
156614
+ const s = fM(), { timezone: a, isUtc: l, selectedClassifications: c } = Ge(Bt);
156616
156615
  return { columns: kt(
156617
156616
  () => [
156618
156617
  {
@@ -156807,7 +156806,7 @@ const syt = ({
156807
156806
  } = Ge(Bt), [w, I] = Ge((de) => [
156808
156807
  de.editTabData,
156809
156808
  de.selectedTabId
156810
- ]), { topOneFilterKeys: A } = LF(), { classifiersFilterKeys: U } = Eh(), { getEventsByConboKeys: P } = sh(), { getTabValueLabelsAndSubLabels: k } = fM(), { trailDetails: L, delay: R } = yi(), [E, N] = _e(r), [O, z] = _e(E), [j, F] = _e([]), [V, _] = _e(u), [Y, Q] = _e([]), [W, X] = _e([]), [K, q] = _e([]), [le, Z] = _e([]), [J, se] = _e([]), ue = Ge(yR), G = vn(/* @__PURE__ */ new Map()), [ne, H] = _e(0), ce = ct(() => G.current.get(I) || /* @__PURE__ */ new Set(), [I]), ae = ct(
156809
+ ]), { topOneFilterKeys: A } = LF(), { classifiersFilterKeys: U } = Eh(), { getEventsByConboKeys: P } = sh(), k = fM(), { trailDetails: L, delay: R } = yi(), [E, N] = _e(r), [O, z] = _e(E), [j, F] = _e([]), [V, _] = _e(u), [Y, Q] = _e([]), [W, X] = _e([]), [K, q] = _e([]), [le, Z] = _e([]), [J, se] = _e([]), ue = Ge(yR), G = vn(/* @__PURE__ */ new Map()), [ne, H] = _e(0), ce = ct(() => G.current.get(I) || /* @__PURE__ */ new Set(), [I]), ae = ct(
156811
156810
  (de, ye) => {
156812
156811
  const { id: xe } = ye.row, Te = ce(), De = Array.from(Te).find((Ne) => Ne.id === xe);
156813
156812
  De && (De.selected = de.target.checked, H((Ne) => Ne + 1));
@@ -159367,13 +159366,13 @@ const $yt = ({
159367
159366
  );
159368
159367
  }, Qyt = ({
159369
159368
  topOne: e,
159370
- getTabValueLabelsAndSubLabels: t,
159371
- isLoading: n,
159372
- classifierSummary: r
159369
+ classifierSummary: t,
159370
+ getTabValueLabelsAndSubLabels: n,
159371
+ isLoading: r
159373
159372
  }) => [
159374
159373
  {
159375
159374
  value: "0",
159376
- content: n ? /* @__PURE__ */ $.jsx(
159375
+ content: r ? /* @__PURE__ */ $.jsx(
159377
159376
  Be,
159378
159377
  {
159379
159378
  sx: {
@@ -159388,9 +159387,9 @@ const $yt = ({
159388
159387
  }
159389
159388
  ) : /* @__PURE__ */ $.jsx(Be, { marginTop: "8px", children: e != null && e.length ? e == null ? void 0 : e.map((o) => {
159390
159389
  const i = Es(
159391
- t(o.element_serial_number, o.value).tagValueSubLabel
159390
+ n(o.element_serial_number, o.value).tagValueSubLabel
159392
159391
  ), s = Es(
159393
- t(o.element_serial_number, o.value).tagValueLabel
159392
+ n(o.element_serial_number, o.value).tagValueLabel
159394
159393
  );
159395
159394
  return /* @__PURE__ */ $.jsx(
159396
159395
  nc,
@@ -159407,7 +159406,7 @@ const $yt = ({
159407
159406
  },
159408
159407
  {
159409
159408
  value: "1",
159410
- content: n ? /* @__PURE__ */ $.jsx(
159409
+ content: r ? /* @__PURE__ */ $.jsx(
159411
159410
  Be,
159412
159411
  {
159413
159412
  sx: {
@@ -159420,11 +159419,11 @@ const $yt = ({
159420
159419
  },
159421
159420
  children: /* @__PURE__ */ $.jsx(cc, {})
159422
159421
  }
159423
- ) : /* @__PURE__ */ $.jsx(Be, { marginTop: "8px", children: r != null && r.length ? r == null ? void 0 : r.map((o) => {
159422
+ ) : /* @__PURE__ */ $.jsx(Be, { marginTop: "8px", children: t != null && t.length ? t == null ? void 0 : t.map((o) => {
159424
159423
  const i = Es(
159425
- t(o.element_serial_number, o.value).tagValueSubLabel
159424
+ n(o.element_serial_number, o.value).tagValueSubLabel
159426
159425
  ), s = Es(
159427
- t(o.element_serial_number, o.value).tagValueLabel
159426
+ n(o.element_serial_number, o.value).tagValueLabel
159428
159427
  );
159429
159428
  return /* @__PURE__ */ $.jsx(
159430
159429
  nc,
@@ -159464,7 +159463,7 @@ function Gyt({ baseUrl: e = "" }) {
159464
159463
  snapshots: l,
159465
159464
  feed: c,
159466
159465
  classifierSummaryRight: u
159467
- } = Ge(Bt), { detailsLoading: d, vehicleInfoImages: f, trailLoading: m, snapshotsLoading: g } = yi(), { getTabValueLabelsAndSubLabels: y } = fM(), { loading: b } = nd(
159466
+ } = Ge(Bt), { detailsLoading: d, vehicleInfoImages: f, trailLoading: m, snapshotsLoading: g } = yi(), y = fM(), { loading: b } = nd(
159468
159467
  "FetchVehicleInfoImages"
159469
159468
  ), [T, M] = _e(!1);
159470
159469
  je(() => {
@@ -159588,7 +159587,7 @@ const Zyt = ({
159588
159587
  setCenterCoordinates: i,
159589
159588
  disabled: s = !0
159590
159589
  }) => {
159591
- const { getTabValueLabelsAndSubLabels: a } = fM(), { timezone: l, isUtc: c } = Ge(Bt);
159590
+ const a = fM(), { timezone: l, isUtc: c } = Ge(Bt);
159592
159591
  return { columns: kt(
159593
159592
  () => [
159594
159593
  {
@@ -160520,7 +160519,7 @@ dn.extend(Hh);
160520
160519
  dn.extend(ud);
160521
160520
  function C2t({ baseUrl: e }) {
160522
160521
  var Nn;
160523
- const { getTabValueLabelsAndSubLabels: t } = fM(), { fetchEntityRightPanelData: n, setRightPanelData: r } = t2t(), [o, i, s] = Ge((xt) => [xt.editTabData, xt.selectedTabId, xt.newFeeds]), {
160522
+ const t = fM(), { fetchEntityRightPanelData: n, setRightPanelData: r } = t2t(), [o, i, s] = Ge((xt) => [xt.editTabData, xt.selectedTabId, xt.newFeeds]), {
160524
160523
  conboKey: a,
160525
160524
  title: l,
160526
160525
  callDate: c,
@@ -168351,7 +168350,7 @@ const C4t = ({
168351
168350
  onToggleSelectAll: n,
168352
168351
  onToggleRow: r
168353
168352
  }) => {
168354
- const { getTabValueLabelsAndSubLabels: o } = fM(), { timezone: i, isUtc: s } = Ge(Bt);
168353
+ const o = fM(), { timezone: i, isUtc: s } = Ge(Bt);
168355
168354
  return { columns: kt(
168356
168355
  () => [
168357
168356
  {
@@ -1,4 +1,4 @@
1
- import { G as Nb, j as Ub } from "./index-130abef8.js";
1
+ import { G as Nb, j as Ub } from "./index-5567310e.js";
2
2
  import "react";
3
3
  import "react-dom";
4
4
  function jb(bh, uf) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",