@conboai/storybook.components 0.2.9 → 0.2.11
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.
|
@@ -6,3 +6,4 @@ export declare const playControlsSx: SxProps;
|
|
|
6
6
|
export declare const containerSx: (isModalOpen: boolean) => SxProps;
|
|
7
7
|
export declare const videoStyles: (isLoading: boolean) => CSSProperties | undefined;
|
|
8
8
|
export declare const controlsSx: (isModalOpen: boolean) => SxProps;
|
|
9
|
+
export declare const videoBoxSx: SxProps;
|
|
@@ -39782,7 +39782,7 @@ const R2 = {
|
|
|
39782
39782
|
};
|
|
39783
39783
|
St.extend(DL);
|
|
39784
39784
|
St.extend(OL);
|
|
39785
|
-
const
|
|
39785
|
+
const c3 = ({
|
|
39786
39786
|
label: t = "",
|
|
39787
39787
|
onChange: e,
|
|
39788
39788
|
value: n,
|
|
@@ -40839,7 +40839,7 @@ const Ly = {
|
|
|
40839
40839
|
id: n.key,
|
|
40840
40840
|
subItemValues: r.subItemValues
|
|
40841
40841
|
};
|
|
40842
|
-
}),
|
|
40842
|
+
}), u3 = ({
|
|
40843
40843
|
title: t,
|
|
40844
40844
|
filterTitle: e,
|
|
40845
40845
|
data: n,
|
|
@@ -41158,7 +41158,7 @@ const Ly = {
|
|
|
41158
41158
|
]
|
|
41159
41159
|
}
|
|
41160
41160
|
) });
|
|
41161
|
-
},
|
|
41161
|
+
}, d3 = ({
|
|
41162
41162
|
tabs: t,
|
|
41163
41163
|
activeId: e,
|
|
41164
41164
|
onDelete: n,
|
|
@@ -41205,7 +41205,7 @@ const Ly = {
|
|
|
41205
41205
|
] })
|
|
41206
41206
|
}
|
|
41207
41207
|
);
|
|
41208
|
-
},
|
|
41208
|
+
}, f3 = ({ children: t }) => /* @__PURE__ */ T.jsx(
|
|
41209
41209
|
lt,
|
|
41210
41210
|
{
|
|
41211
41211
|
justifyContent: "space-between",
|
|
@@ -41215,7 +41215,7 @@ const Ly = {
|
|
|
41215
41215
|
sx: { backgroundColor: yb, display: "flex" },
|
|
41216
41216
|
children: t
|
|
41217
41217
|
}
|
|
41218
|
-
),
|
|
41218
|
+
), p3 = ({ linkContent: t, link: e }) => /* @__PURE__ */ T.jsx(e0, { href: e, height: "100%", children: t }), pB = ({
|
|
41219
41219
|
setValue: t,
|
|
41220
41220
|
value: e,
|
|
41221
41221
|
tabs: n,
|
|
@@ -41256,7 +41256,7 @@ const Ly = {
|
|
|
41256
41256
|
}
|
|
41257
41257
|
),
|
|
41258
41258
|
/* @__PURE__ */ T.jsx(hB, { tabsContent: r })
|
|
41259
|
-
] }),
|
|
41259
|
+
] }), h3 = ({ tabsContent: t, tabs: e, onChange: n }) => {
|
|
41260
41260
|
const [r, o] = ft("0"), i = { background: "none", padding: "20px" };
|
|
41261
41261
|
return /* @__PURE__ */ T.jsx(ct, { sx: i, children: /* @__PURE__ */ T.jsx(
|
|
41262
41262
|
mB,
|
|
@@ -41282,7 +41282,7 @@ const Ly = {
|
|
|
41282
41282
|
/* @__PURE__ */ T.jsx("circle", { cx: "2", cy: "14", r: "2", fill: "black", fillOpacity: "0.6" })
|
|
41283
41283
|
]
|
|
41284
41284
|
}
|
|
41285
|
-
),
|
|
41285
|
+
), m3 = ({ title: t }) => /* @__PURE__ */ T.jsxs(
|
|
41286
41286
|
lt,
|
|
41287
41287
|
{
|
|
41288
41288
|
container: !0,
|
|
@@ -41306,7 +41306,7 @@ const Ly = {
|
|
|
41306
41306
|
]
|
|
41307
41307
|
}
|
|
41308
41308
|
), gB = { display: "flex", flexWrap: "wrap", gap: 0.5 };
|
|
41309
|
-
function
|
|
41309
|
+
function g3({
|
|
41310
41310
|
options: t,
|
|
41311
41311
|
label: e,
|
|
41312
41312
|
value: n,
|
|
@@ -58199,8 +58199,17 @@ const $5 = {
|
|
|
58199
58199
|
}), V5 = (t) => ({
|
|
58200
58200
|
position: t ? "absolute" : "relative",
|
|
58201
58201
|
bottom: t ? "5px" : "auto",
|
|
58202
|
-
width: t ? "100%" : "auto"
|
|
58203
|
-
|
|
58202
|
+
width: t ? "100%" : "auto",
|
|
58203
|
+
display: "flex",
|
|
58204
|
+
gap: "10px"
|
|
58205
|
+
}), U5 = {
|
|
58206
|
+
display: "flex",
|
|
58207
|
+
backgroundColor: un,
|
|
58208
|
+
".MuiContainer-root": {
|
|
58209
|
+
paddingLeft: "15px !important",
|
|
58210
|
+
paddingRight: "0 !important"
|
|
58211
|
+
}
|
|
58212
|
+
}, qv = ({
|
|
58204
58213
|
isLoading: t = !1,
|
|
58205
58214
|
src: e,
|
|
58206
58215
|
isHls: n = !1,
|
|
@@ -58290,7 +58299,7 @@ const $5 = {
|
|
|
58290
58299
|
sx: V5(o),
|
|
58291
58300
|
margin: "0",
|
|
58292
58301
|
children: [
|
|
58293
|
-
!o && /* @__PURE__ */ T.jsx(lt, {
|
|
58302
|
+
!o && /* @__PURE__ */ T.jsx(lt, { children: /* @__PURE__ */ T.jsx(zt, { onClick: m, children: i ? /* @__PURE__ */ T.jsx($t, { icon: "pause" }) : /* @__PURE__ */ T.jsx($t, { icon: "play" }) }) }),
|
|
58294
58303
|
/* @__PURE__ */ T.jsx(lt, { item: !0, xs: !0, children: /* @__PURE__ */ T.jsx(
|
|
58295
58304
|
f0,
|
|
58296
58305
|
{
|
|
@@ -58324,12 +58333,12 @@ const $5 = {
|
|
|
58324
58333
|
)
|
|
58325
58334
|
}
|
|
58326
58335
|
);
|
|
58327
|
-
},
|
|
58336
|
+
}, H5 = {
|
|
58328
58337
|
position: "absolute",
|
|
58329
58338
|
top: "50%",
|
|
58330
58339
|
left: "50%",
|
|
58331
58340
|
transform: "translate(-50%, -50%)"
|
|
58332
|
-
},
|
|
58341
|
+
}, W5 = {
|
|
58333
58342
|
position: "absolute",
|
|
58334
58343
|
top: "60px",
|
|
58335
58344
|
right: "20px",
|
|
@@ -58355,7 +58364,7 @@ const $5 = {
|
|
|
58355
58364
|
stroke: un
|
|
58356
58365
|
}
|
|
58357
58366
|
}
|
|
58358
|
-
},
|
|
58367
|
+
}, z5 = ({ open: t, handleClose: e, children: n }) => /* @__PURE__ */ T.jsx(
|
|
58359
58368
|
Xl,
|
|
58360
58369
|
{
|
|
58361
58370
|
open: t,
|
|
@@ -58363,17 +58372,17 @@ const $5 = {
|
|
|
58363
58372
|
"aria-labelledby": "modal-title",
|
|
58364
58373
|
"aria-describedby": "modal-description",
|
|
58365
58374
|
children: /* @__PURE__ */ T.jsxs(T.Fragment, { children: [
|
|
58366
|
-
/* @__PURE__ */ T.jsx(ct, { sx:
|
|
58367
|
-
/* @__PURE__ */ T.jsx(ct, { sx:
|
|
58375
|
+
/* @__PURE__ */ T.jsx(ct, { sx: W5, onClick: e, children: /* @__PURE__ */ T.jsx($t, { icon: "close" }) }),
|
|
58376
|
+
/* @__PURE__ */ T.jsx(ct, { sx: H5, children: n })
|
|
58368
58377
|
] })
|
|
58369
58378
|
}
|
|
58370
|
-
),
|
|
58379
|
+
), G5 = ({
|
|
58371
58380
|
isModalOpen: t = !1,
|
|
58372
58381
|
onModalClose: e,
|
|
58373
58382
|
isLoading: n = !1,
|
|
58374
58383
|
src: r,
|
|
58375
58384
|
isHls: o = !1
|
|
58376
|
-
}) => /* @__PURE__ */ T.jsx(
|
|
58385
|
+
}) => /* @__PURE__ */ T.jsx(z5, { open: t, handleClose: e, children: /* @__PURE__ */ T.jsx(
|
|
58377
58386
|
qv,
|
|
58378
58387
|
{
|
|
58379
58388
|
src: r,
|
|
@@ -58381,7 +58390,7 @@ const $5 = {
|
|
|
58381
58390
|
isHls: o,
|
|
58382
58391
|
isModalOpen: t
|
|
58383
58392
|
}
|
|
58384
|
-
) }),
|
|
58393
|
+
) }), v3 = ({
|
|
58385
58394
|
onGenerate: t,
|
|
58386
58395
|
isLoading: e,
|
|
58387
58396
|
src: n,
|
|
@@ -58395,10 +58404,11 @@ const $5 = {
|
|
|
58395
58404
|
lt,
|
|
58396
58405
|
{
|
|
58397
58406
|
width: "100%",
|
|
58398
|
-
height: "auto",
|
|
58407
|
+
height: o && !e ? "auto" : "265px",
|
|
58399
58408
|
justifyContent: "center",
|
|
58400
58409
|
alignItems: "center",
|
|
58401
|
-
|
|
58410
|
+
mt: "10px",
|
|
58411
|
+
sx: U5,
|
|
58402
58412
|
children: o ? /* @__PURE__ */ T.jsxs(T.Fragment, { children: [
|
|
58403
58413
|
/* @__PURE__ */ T.jsx(
|
|
58404
58414
|
qv,
|
|
@@ -58410,7 +58420,7 @@ const $5 = {
|
|
|
58410
58420
|
}
|
|
58411
58421
|
),
|
|
58412
58422
|
/* @__PURE__ */ T.jsx(
|
|
58413
|
-
|
|
58423
|
+
G5,
|
|
58414
58424
|
{
|
|
58415
58425
|
onModalClose: l,
|
|
58416
58426
|
src: n,
|
|
@@ -58423,7 +58433,7 @@ const $5 = {
|
|
|
58423
58433
|
}
|
|
58424
58434
|
);
|
|
58425
58435
|
};
|
|
58426
|
-
function
|
|
58436
|
+
function x3({ label: t, imageSrc: e }) {
|
|
58427
58437
|
return /* @__PURE__ */ T.jsxs(
|
|
58428
58438
|
ct,
|
|
58429
58439
|
{
|
|
@@ -58444,50 +58454,50 @@ function v3({ label: t, imageSrc: e }) {
|
|
|
58444
58454
|
}
|
|
58445
58455
|
);
|
|
58446
58456
|
}
|
|
58447
|
-
const
|
|
58457
|
+
const Y5 = {
|
|
58448
58458
|
border: `1px solid ${un}`,
|
|
58449
58459
|
opacity: "40%"
|
|
58450
|
-
},
|
|
58460
|
+
}, T3 = () => /* @__PURE__ */ T.jsx(ct, { sx: Y5 }), K5 = {
|
|
58451
58461
|
width: "36px",
|
|
58452
58462
|
height: "36px",
|
|
58453
58463
|
borderRadius: "50%",
|
|
58454
58464
|
overflow: "hidden"
|
|
58455
|
-
},
|
|
58465
|
+
}, q5 = {
|
|
58456
58466
|
fontWeight: "400",
|
|
58457
58467
|
fontSize: "20px",
|
|
58458
58468
|
lineHeight: "20px",
|
|
58459
58469
|
color: un
|
|
58460
|
-
},
|
|
58461
|
-
/* @__PURE__ */ T.jsx(ct, { sx:
|
|
58462
|
-
/* @__PURE__ */ T.jsx(wt, { sx:
|
|
58463
|
-
] }),
|
|
58470
|
+
}, S3 = ({ logo: t, title: e }) => /* @__PURE__ */ T.jsxs(lt, { container: !0, gap: "8px", alignItems: "center", children: [
|
|
58471
|
+
/* @__PURE__ */ T.jsx(ct, { sx: K5, display: "flex", alignItems: "center", justifyContent: "center", children: /* @__PURE__ */ T.jsx("img", { src: t, alt: e, loading: "lazy" }) }),
|
|
58472
|
+
/* @__PURE__ */ T.jsx(wt, { sx: q5, children: e })
|
|
58473
|
+
] }), X5 = (t) => {
|
|
58464
58474
|
if (Array.isArray(t))
|
|
58465
58475
|
return t.join(", ");
|
|
58466
58476
|
if (typeof t == "object")
|
|
58467
58477
|
return JSON.stringify(t, null, 2);
|
|
58468
|
-
},
|
|
58478
|
+
}, Z5 = (t) => t == null ? "" : (X5(t), t.toString()), Q5 = {
|
|
58469
58479
|
borderBottom: "none",
|
|
58470
58480
|
width: "66%",
|
|
58471
58481
|
paddingTop: 0,
|
|
58472
58482
|
paddingBottom: "8px"
|
|
58473
|
-
},
|
|
58483
|
+
}, J5 = {
|
|
58474
58484
|
width: "33%",
|
|
58475
58485
|
borderBottom: "none",
|
|
58476
58486
|
paddingTop: 0,
|
|
58477
58487
|
paddingBottom: "8px"
|
|
58478
|
-
},
|
|
58488
|
+
}, e3 = (t) => ({
|
|
58479
58489
|
...t,
|
|
58480
58490
|
boxShadow: "none"
|
|
58481
|
-
}),
|
|
58482
|
-
/* @__PURE__ */ T.jsx(hr, { component: "th", scope: "row", sx:
|
|
58483
|
-
/* @__PURE__ */ T.jsx(hr, { sx:
|
|
58484
|
-
] }, o)) }) }) }),
|
|
58491
|
+
}), E3 = ({ columnDefs: t, data: e, sx: n }) => /* @__PURE__ */ T.jsx(Ld, { component: Rr, sx: e3(n), children: /* @__PURE__ */ T.jsx(al, { children: /* @__PURE__ */ T.jsx(Pd, { children: t.map((r, o) => /* @__PURE__ */ T.jsxs(Go, { children: [
|
|
58492
|
+
/* @__PURE__ */ T.jsx(hr, { component: "th", scope: "row", sx: J5, children: /* @__PURE__ */ T.jsx(wt, { fontWeight: "500", children: r.headerName }) }),
|
|
58493
|
+
/* @__PURE__ */ T.jsx(hr, { sx: Q5, children: r.renderCell ? r.renderCell(e[r.field]) : Z5(e[r.field]) })
|
|
58494
|
+
] }, o)) }) }) }), t3 = {
|
|
58485
58495
|
width: "36px",
|
|
58486
58496
|
height: "36px",
|
|
58487
58497
|
borderRadius: "50%",
|
|
58488
58498
|
overflow: "hidden",
|
|
58489
58499
|
cursor: "pointer"
|
|
58490
|
-
},
|
|
58500
|
+
}, C3 = ({ imageSrc: t, alt: e }) => /* @__PURE__ */ T.jsx(ct, { sx: t3, children: /* @__PURE__ */ T.jsx("img", { src: t, alt: e }) }), n3 = {
|
|
58491
58501
|
"& .MuiSwitch-switchBase.Mui-checked": {
|
|
58492
58502
|
color: un
|
|
58493
58503
|
},
|
|
@@ -58501,7 +58511,7 @@ const G5 = {
|
|
|
58501
58511
|
lineHeight: "16px",
|
|
58502
58512
|
letterSpacing: "0.15px",
|
|
58503
58513
|
color: Vl
|
|
58504
|
-
},
|
|
58514
|
+
}, R3 = ({
|
|
58505
58515
|
checked: t,
|
|
58506
58516
|
onChange: e,
|
|
58507
58517
|
leftLabel: n,
|
|
@@ -58513,13 +58523,13 @@ const G5 = {
|
|
|
58513
58523
|
Ei,
|
|
58514
58524
|
{
|
|
58515
58525
|
sx: { margin: 0 },
|
|
58516
|
-
control: /* @__PURE__ */ T.jsx(p0, { checked: t, onChange: e, sx:
|
|
58526
|
+
control: /* @__PURE__ */ T.jsx(p0, { checked: t, onChange: e, sx: n3 }),
|
|
58517
58527
|
label: ""
|
|
58518
58528
|
}
|
|
58519
58529
|
),
|
|
58520
58530
|
o && /* @__PURE__ */ T.jsx(bo, { sx: eg, children: o })
|
|
58521
58531
|
] });
|
|
58522
|
-
function
|
|
58532
|
+
function w3({ images: t }) {
|
|
58523
58533
|
const [e, n] = ft(0), r = () => {
|
|
58524
58534
|
n((i) => (i + 1) % t.length);
|
|
58525
58535
|
}, o = () => {
|
|
@@ -58597,7 +58607,7 @@ function R3({ images: t }) {
|
|
|
58597
58607
|
)
|
|
58598
58608
|
] });
|
|
58599
58609
|
}
|
|
58600
|
-
const
|
|
58610
|
+
const I3 = ({
|
|
58601
58611
|
label: t,
|
|
58602
58612
|
options: e,
|
|
58603
58613
|
value: n,
|
|
@@ -58605,7 +58615,7 @@ const w3 = ({
|
|
|
58605
58615
|
}) => /* @__PURE__ */ T.jsxs(Os, { fullWidth: !0, size: "small", children: [
|
|
58606
58616
|
/* @__PURE__ */ T.jsx(bo, { sx: $y, children: t }),
|
|
58607
58617
|
/* @__PURE__ */ T.jsx(Ro, { sx: Ny, label: t, onChange: r, value: n, children: e.map((o) => /* @__PURE__ */ T.jsx(Co, { value: o.value, children: o.label }, o.value)) })
|
|
58608
|
-
] }),
|
|
58618
|
+
] }), r3 = (t) => t.replace(/_/g, " ").replace(/\b\w/g, (e) => e.toUpperCase()), D3 = (t) => t.join(", "), tg = (t, e, n) => St().startOf(t).set(e, n), o3 = (t, e, n) => St().endOf(t).set(e, n), s3 = (t) => St().subtract(1, "day").startOf("day").set("hour", t), ng = (t, e) => St().subtract(t, e), i3 = () => {
|
|
58609
58619
|
const e = new Intl.DateTimeFormat(void 0, {
|
|
58610
58620
|
year: "numeric",
|
|
58611
58621
|
month: "2-digit",
|
|
@@ -58633,27 +58643,27 @@ const w3 = ({
|
|
|
58633
58643
|
}
|
|
58634
58644
|
}).join("");
|
|
58635
58645
|
return n ? r.replace("hh", "hh") : r.replace("hh", "HH");
|
|
58636
|
-
}, D3 = (t) => {
|
|
58637
|
-
const e = s3();
|
|
58638
|
-
return St(t).format(e);
|
|
58639
58646
|
}, A3 = (t) => {
|
|
58647
|
+
const e = i3();
|
|
58648
|
+
return St(t).format(e);
|
|
58649
|
+
}, O3 = (t) => {
|
|
58640
58650
|
const r = Math.floor(t / 6e4);
|
|
58641
58651
|
t %= 6e4;
|
|
58642
58652
|
const o = Math.floor(t / 1e3);
|
|
58643
58653
|
let i = "";
|
|
58644
58654
|
return r > 0 ? (i += `${r} min`, o > 0 && (i += ` ${o} sec`), i) : o > 0 ? (i += `${o} sec`, i) : "0 sec";
|
|
58645
|
-
},
|
|
58655
|
+
}, k3 = [
|
|
58646
58656
|
"Camera 1 (all items)",
|
|
58647
58657
|
"Camera 5 (all items)",
|
|
58648
58658
|
"Camera 2 (10 items)",
|
|
58649
58659
|
"Camera 3 (Zone 1)",
|
|
58650
58660
|
"Camera 4 (24 items)"
|
|
58651
|
-
],
|
|
58661
|
+
], P3 = [
|
|
58652
58662
|
{ key: "classifier", label: "Classifier" },
|
|
58653
58663
|
{ key: "value", label: "Value" },
|
|
58654
58664
|
{ key: "count", label: "Count" },
|
|
58655
58665
|
{ key: "score", label: "Score" }
|
|
58656
|
-
],
|
|
58666
|
+
], L3 = [
|
|
58657
58667
|
{
|
|
58658
58668
|
label: "Summary",
|
|
58659
58669
|
value: "0",
|
|
@@ -58664,14 +58674,14 @@ const w3 = ({
|
|
|
58664
58674
|
value: "1",
|
|
58665
58675
|
disabled: !0
|
|
58666
58676
|
}
|
|
58667
|
-
],
|
|
58677
|
+
], M3 = [
|
|
58668
58678
|
{ classifier: "Color", value: "Black", count: 50, score: "80%" },
|
|
58669
58679
|
{ classifier: "Color", value: "Yellow", count: 60, score: "70%" },
|
|
58670
58680
|
{ classifier: "Manufacture", value: "Volvo", count: 50, score: "80%" },
|
|
58671
58681
|
{ classifier: "Color", value: "Red", count: 50, score: "40%" },
|
|
58672
58682
|
{ classifier: "Color", value: "Green", count: 75, score: "70%" },
|
|
58673
58683
|
{ classifier: "Manufacture", value: "Man", count: 3, score: "80%" }
|
|
58674
|
-
],
|
|
58684
|
+
], _3 = (t) => [
|
|
58675
58685
|
{
|
|
58676
58686
|
value: "0",
|
|
58677
58687
|
content: /* @__PURE__ */ T.jsx(aB, { ...t })
|
|
@@ -58680,7 +58690,7 @@ const w3 = ({
|
|
|
58680
58690
|
value: "1",
|
|
58681
58691
|
content: "More"
|
|
58682
58692
|
}
|
|
58683
|
-
],
|
|
58693
|
+
], N3 = {
|
|
58684
58694
|
data: [
|
|
58685
58695
|
{
|
|
58686
58696
|
id: "1",
|
|
@@ -58738,15 +58748,15 @@ const w3 = ({
|
|
|
58738
58748
|
value: "kit"
|
|
58739
58749
|
}
|
|
58740
58750
|
]
|
|
58741
|
-
},
|
|
58751
|
+
}, $3 = [
|
|
58742
58752
|
{ key: "id", label: "ID" },
|
|
58743
58753
|
{ key: "name", label: "Name" },
|
|
58744
58754
|
{ key: "age", label: "Age" }
|
|
58745
|
-
],
|
|
58755
|
+
], F3 = [
|
|
58746
58756
|
{ id: 1, name: "John Doe", age: 30 },
|
|
58747
58757
|
{ id: 2, name: "Jane Smith", age: 25 },
|
|
58748
58758
|
{ id: 3, name: "Bob Johnson", age: 40 }
|
|
58749
|
-
],
|
|
58759
|
+
], B3 = {
|
|
58750
58760
|
feed: 139,
|
|
58751
58761
|
conbo_key: "28145-139-021-64216",
|
|
58752
58762
|
event_id: "CNB-7987",
|
|
@@ -58756,12 +58766,12 @@ const w3 = ({
|
|
|
58756
58766
|
end: "2024-05-15T21:05:27.745000Z",
|
|
58757
58767
|
cargo: "N/A",
|
|
58758
58768
|
zones: ["Dock main road ", "Hello dock"]
|
|
58759
|
-
},
|
|
58769
|
+
}, j3 = [
|
|
58760
58770
|
{ headerName: "Event ID", field: "event_id" },
|
|
58761
58771
|
{
|
|
58762
58772
|
headerName: "Move",
|
|
58763
58773
|
field: "move",
|
|
58764
|
-
renderCell: (t) =>
|
|
58774
|
+
renderCell: (t) => r3(t)
|
|
58765
58775
|
},
|
|
58766
58776
|
{
|
|
58767
58777
|
headerName: "Start",
|
|
@@ -58775,7 +58785,7 @@ const w3 = ({
|
|
|
58775
58785
|
},
|
|
58776
58786
|
{ headerName: "Cargo", field: "cargo" },
|
|
58777
58787
|
{ headerName: "Zones", field: "zones" }
|
|
58778
|
-
],
|
|
58788
|
+
], V3 = [
|
|
58779
58789
|
{ id: "1", color: "#f99191", title: "New title" },
|
|
58780
58790
|
{
|
|
58781
58791
|
id: "2",
|
|
@@ -58783,7 +58793,7 @@ const w3 = ({
|
|
|
58783
58793
|
title: "Message should contain more information"
|
|
58784
58794
|
},
|
|
58785
58795
|
{ id: "3", color: "#7095f4", title: "Hello, World!" }
|
|
58786
|
-
],
|
|
58796
|
+
], U3 = [
|
|
58787
58797
|
{
|
|
58788
58798
|
label: "Start of the day",
|
|
58789
58799
|
getValue: () => tg("day", "hour", 6)
|
|
@@ -58794,11 +58804,11 @@ const w3 = ({
|
|
|
58794
58804
|
},
|
|
58795
58805
|
{
|
|
58796
58806
|
label: "End of day today at 18:00",
|
|
58797
|
-
getValue: () =>
|
|
58807
|
+
getValue: () => o3("day", "hour", 18)
|
|
58798
58808
|
},
|
|
58799
58809
|
{
|
|
58800
58810
|
label: "Start of yesterday",
|
|
58801
|
-
getValue: () =>
|
|
58811
|
+
getValue: () => s3(6)
|
|
58802
58812
|
},
|
|
58803
58813
|
{
|
|
58804
58814
|
label: "One hour ago",
|
|
@@ -58808,7 +58818,7 @@ const w3 = ({
|
|
|
58808
58818
|
label: "One day ago",
|
|
58809
58819
|
getValue: () => ng(1, "day")
|
|
58810
58820
|
}
|
|
58811
|
-
],
|
|
58821
|
+
], H3 = [
|
|
58812
58822
|
{
|
|
58813
58823
|
value: 864e5,
|
|
58814
58824
|
label: "1 day"
|
|
@@ -58824,14 +58834,14 @@ export {
|
|
|
58824
58834
|
S1 as ACTIVE_TAB,
|
|
58825
58835
|
Yr as ActionButton,
|
|
58826
58836
|
RL as ActionSelect,
|
|
58827
|
-
|
|
58837
|
+
x3 as AppTitleBar,
|
|
58828
58838
|
ld as BETWEEN_GRAY_BORDER,
|
|
58829
58839
|
d1 as BG_GRAY_COLOR,
|
|
58830
58840
|
Vl as BLACK,
|
|
58831
58841
|
R1 as BORDER_TAB,
|
|
58832
58842
|
wL as ChipsBar,
|
|
58833
|
-
|
|
58834
|
-
|
|
58843
|
+
g3 as ChipsMultiSelect,
|
|
58844
|
+
I3 as CustomSelect,
|
|
58835
58845
|
T1 as DARK_BLUE_BORDER,
|
|
58836
58846
|
E1 as DEFAULT_TAB,
|
|
58837
58847
|
Xs as DETAILS_VIEW_BG,
|
|
@@ -58841,22 +58851,22 @@ export {
|
|
|
58841
58851
|
f1 as DISABLED_CHECKBOX,
|
|
58842
58852
|
Rp as DISABLED_TEXT,
|
|
58843
58853
|
b1 as DISABLED_TEXT_ICON,
|
|
58844
|
-
|
|
58845
|
-
|
|
58846
|
-
|
|
58847
|
-
|
|
58854
|
+
c3 as DatePicker,
|
|
58855
|
+
T3 as Delimiter,
|
|
58856
|
+
h3 as DetailsView,
|
|
58857
|
+
m3 as DetailsViewPanel,
|
|
58848
58858
|
rB as Filter,
|
|
58849
|
-
|
|
58859
|
+
u3 as FilterBox,
|
|
58850
58860
|
v1 as GRAY_BORDER,
|
|
58851
58861
|
yb as HOVER_BTN_PRIMARY,
|
|
58852
58862
|
g1 as HOVER_BTN_SECONDARY,
|
|
58853
58863
|
p1 as HOVER_DARK_BLUE_ICON,
|
|
58854
58864
|
C1 as HOVER_TAB,
|
|
58855
|
-
|
|
58856
|
-
|
|
58857
|
-
|
|
58865
|
+
f3 as Header,
|
|
58866
|
+
p3 as HomeLink,
|
|
58867
|
+
w3 as ImageBox,
|
|
58858
58868
|
x1 as LIGHT_GRAY_BORDER,
|
|
58859
|
-
|
|
58869
|
+
S3 as Logo,
|
|
58860
58870
|
aB as MainTable,
|
|
58861
58871
|
eB as NotificationBar,
|
|
58862
58872
|
Ft as PASSIVE_BTN_PRIMARY,
|
|
@@ -58864,38 +58874,38 @@ export {
|
|
|
58864
58874
|
ul as PLACEMENTS,
|
|
58865
58875
|
Y2 as SearchInput,
|
|
58866
58876
|
$t as Svg,
|
|
58867
|
-
|
|
58877
|
+
L3 as TABS,
|
|
58868
58878
|
fB as Tab,
|
|
58869
|
-
|
|
58870
|
-
|
|
58871
|
-
|
|
58872
|
-
|
|
58873
|
-
|
|
58879
|
+
d3 as TabsBar,
|
|
58880
|
+
R3 as Toggle,
|
|
58881
|
+
C3 as UserAvatar,
|
|
58882
|
+
E3 as VerticalTable,
|
|
58883
|
+
v3 as VideoBox,
|
|
58874
58884
|
un as WHITE,
|
|
58875
|
-
|
|
58876
|
-
|
|
58877
|
-
|
|
58878
|
-
|
|
58879
|
-
|
|
58880
|
-
|
|
58881
|
-
|
|
58882
|
-
|
|
58883
|
-
|
|
58885
|
+
P3 as columnDefs,
|
|
58886
|
+
$3 as columns,
|
|
58887
|
+
k3 as dataMock,
|
|
58888
|
+
M3 as detailsViewDataMock,
|
|
58889
|
+
A3 as formatDateWithLocal,
|
|
58890
|
+
O3 as formatDuration,
|
|
58891
|
+
D3 as formatValueWithComma,
|
|
58892
|
+
o3 as getEndTime,
|
|
58893
|
+
i3 as getLocalDateTimeFormat,
|
|
58884
58894
|
tg as getStartTime,
|
|
58885
|
-
|
|
58886
|
-
|
|
58895
|
+
s3 as getStartTimeOfYesterday,
|
|
58896
|
+
_3 as getTabsContent,
|
|
58887
58897
|
$y as inputLabelSx,
|
|
58888
58898
|
_y as loaderSx,
|
|
58889
|
-
|
|
58890
|
-
|
|
58891
|
-
|
|
58892
|
-
|
|
58899
|
+
F3 as mainTableDataMock,
|
|
58900
|
+
H3 as mockSelectOptions,
|
|
58901
|
+
U3 as mockShortcut,
|
|
58902
|
+
N3 as newFilterMock,
|
|
58893
58903
|
Ny as selectSx,
|
|
58894
|
-
|
|
58904
|
+
r3 as snakeCaseToTitleCase,
|
|
58895
58905
|
ng as subtractTime,
|
|
58896
58906
|
Ly as tabSx,
|
|
58897
|
-
|
|
58907
|
+
V3 as tabsMock,
|
|
58898
58908
|
My as tabsSx,
|
|
58899
|
-
|
|
58900
|
-
|
|
58909
|
+
j3 as verticalTableColumnDefs,
|
|
58910
|
+
B3 as verticalTableDataMock
|
|
58901
58911
|
};
|