@conboai/storybook.components 0.2.66 → 0.2.67
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.
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
export declare enum TrailPathType {
|
|
4
|
+
Geo = 0,
|
|
5
|
+
Feed = 1
|
|
6
|
+
}
|
|
7
|
+
interface IGeoPath {
|
|
8
|
+
type: TrailPathType.Geo;
|
|
9
|
+
coordinates: Array<[number, number]>;
|
|
10
|
+
points?: never;
|
|
11
|
+
feedUrl?: never;
|
|
12
|
+
}
|
|
13
|
+
interface IFeedPath {
|
|
14
|
+
type: TrailPathType.Feed;
|
|
15
|
+
points: Array<[number, number]>;
|
|
16
|
+
feedUrl: string;
|
|
17
|
+
coordinates?: never;
|
|
18
|
+
}
|
|
19
|
+
export type ITrailPathView = IGeoPath | IFeedPath;
|
|
20
|
+
declare const TrailPathView: React.FC<ITrailPathView>;
|
|
21
|
+
export default TrailPathView;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as TrailPathView } from './TrailPathView';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { Point } from '../../core/Shapes/types';
|
|
2
|
+
import { CoordinatePoint } from '../../core/Geo/types';
|
|
3
|
+
|
|
4
|
+
export declare const arrayToShapePoints: (points: number[][]) => Point[];
|
|
5
|
+
export declare const arrayToGeoCoordinates: (coordinates: number[][]) => CoordinatePoint[];
|
|
@@ -42565,7 +42565,7 @@ function wB(t, e) {
|
|
|
42565
42565
|
"error"
|
|
42566
42566
|
);
|
|
42567
42567
|
try {
|
|
42568
|
-
po.log(`Debug logs enabled for "${e}" in hls.js version 1.5.
|
|
42568
|
+
po.log(`Debug logs enabled for "${e}" in hls.js version 1.5.13`);
|
|
42569
42569
|
} catch {
|
|
42570
42570
|
po = Id;
|
|
42571
42571
|
}
|
|
@@ -44007,12 +44007,15 @@ function Sm(t, e) {
|
|
|
44007
44007
|
return t && t !== "mp4a" ? t : e && e.split(",")[0];
|
|
44008
44008
|
}
|
|
44009
44009
|
function fj(t) {
|
|
44010
|
-
const e = t.split("
|
|
44011
|
-
|
|
44012
|
-
|
|
44013
|
-
|
|
44010
|
+
const e = t.split(",");
|
|
44011
|
+
for (let n = 0; n < e.length; n++) {
|
|
44012
|
+
const r = e[n].split(".");
|
|
44013
|
+
if (r.length > 2) {
|
|
44014
|
+
let i = r.shift() + ".";
|
|
44015
|
+
i += parseInt(r.shift()).toString(16), i += ("000" + parseInt(r.shift()).toString(16)).slice(-4), e[n] = i;
|
|
44016
|
+
}
|
|
44014
44017
|
}
|
|
44015
|
-
return
|
|
44018
|
+
return e.join(",");
|
|
44016
44019
|
}
|
|
44017
44020
|
const Tm = /#EXT-X-STREAM-INF:([^\r\n]*)(?:[\r\n](?:#[^\r\n]*)?)*([^\r\n]+)|#EXT-X-(SESSION-DATA|SESSION-KEY|DEFINE|CONTENT-STEERING|START):([^\r\n]*)[\r\n]+/g, Cm = /#EXT-X-MEDIA:(.*)/g, pj = /^#EXT(?:INF|-X-TARGETDURATION):/m, wm = new RegExp([
|
|
44018
44021
|
/#EXTINF:\s*(\d*(?:\.\d+)?)(?:,(.*)\s+)?/.source,
|
|
@@ -47843,7 +47846,7 @@ class bh extends Zj {
|
|
|
47843
47846
|
return e ? r = Math.max(8 * n.maxBufferSize / e, n.maxBufferLength) : r = n.maxBufferLength, Math.min(r, n.maxMaxBufferLength);
|
|
47844
47847
|
}
|
|
47845
47848
|
reduceMaxBufferLength(e, n) {
|
|
47846
|
-
const r = this.config, i = Math.max(Math.min(e, r.maxBufferLength), n), s = Math.max(e - n * 3, r.maxMaxBufferLength / 2);
|
|
47849
|
+
const r = this.config, i = Math.max(Math.min(e - n, r.maxBufferLength), n), s = Math.max(e - n * 3, r.maxMaxBufferLength / 2, i);
|
|
47847
47850
|
return s >= i ? (r.maxMaxBufferLength = s, this.warn(`Reduce max buffer length to ${s}s`), !0) : !1;
|
|
47848
47851
|
}
|
|
47849
47852
|
getAppendedFrag(e, n = nt.MAIN) {
|
|
@@ -58619,7 +58622,7 @@ class wr {
|
|
|
58619
58622
|
* Get the video-dev/hls.js package version.
|
|
58620
58623
|
*/
|
|
58621
58624
|
static get version() {
|
|
58622
|
-
return "1.5.
|
|
58625
|
+
return "1.5.13";
|
|
58623
58626
|
}
|
|
58624
58627
|
/**
|
|
58625
58628
|
* Check if the required MediaSource Extensions are available.
|
|
@@ -62351,7 +62354,7 @@ const p8 = hn.forwardRef(
|
|
|
62351
62354
|
var vv = { exports: {} };
|
|
62352
62355
|
(function(t) {
|
|
62353
62356
|
/**
|
|
62354
|
-
* Highcharts JS v11.4.
|
|
62357
|
+
* Highcharts JS v11.4.5 (2024-07-04)
|
|
62355
62358
|
*
|
|
62356
62359
|
* (c) 2009-2024 Torstein Honsi
|
|
62357
62360
|
*
|
|
@@ -62366,7 +62369,7 @@ var vv = { exports: {} };
|
|
|
62366
62369
|
}
|
|
62367
62370
|
return r(n, "Core/Globals.js", [], function() {
|
|
62368
62371
|
var i, s;
|
|
62369
|
-
return (s = i || (i = {})).SVG_NS = "http://www.w3.org/2000/svg", s.product = "Highcharts", s.version = "11.4.
|
|
62372
|
+
return (s = i || (i = {})).SVG_NS = "http://www.w3.org/2000/svg", s.product = "Highcharts", s.version = "11.4.5", s.win = e !== void 0 ? e : {}, s.doc = s.win.document, s.svg = s.doc && s.doc.createElementNS && !!s.doc.createElementNS(s.SVG_NS, "svg").createSVGRect, s.userAgent = s.win.navigator && s.win.navigator.userAgent || "", s.isChrome = s.win.chrome, s.isFirefox = s.userAgent.indexOf("Firefox") !== -1, s.isMS = /(edge|msie|trident)/i.test(s.userAgent) && !s.win.opera, s.isSafari = !s.isChrome && s.userAgent.indexOf("Safari") !== -1, s.isTouchDevice = /(Mobile|Android|Windows Phone)/.test(s.userAgent), s.isWebKit = s.userAgent.indexOf("AppleWebKit") !== -1, s.deg2rad = 2 * Math.PI / 360, s.hasBidiBug = s.isFirefox && 4 > parseInt(s.userAgent.split("Firefox/")[1], 10), s.marginNames = ["plotTop", "marginRight", "marginBottom", "plotLeft"], s.noop = function() {
|
|
62370
62373
|
}, s.supportsPassiveEvents = function() {
|
|
62371
62374
|
let a = !1;
|
|
62372
62375
|
if (!s.isMS) {
|
|
@@ -63613,7 +63616,7 @@ var vv = { exports: {} };
|
|
|
63613
63616
|
class ie {
|
|
63614
63617
|
constructor(z, J, re, B, U, R, H) {
|
|
63615
63618
|
let Y, q, K = this.createElement("svg").attr({ version: "1.1", class: "highcharts-root" }), ne = K.element;
|
|
63616
|
-
H || K.css(this.getStyle(B || {})), z.appendChild(ne), I(z, "dir", "ltr"), z.innerHTML.indexOf("xmlns") === -1 && I(ne, "xmlns", this.SVG_NS), this.box = ne, this.boxWrapper = K, this.alignedObjects = [], this.url = this.getReferenceURL(), this.createElement("desc").add().element.appendChild(b.createTextNode("Created with Highcharts 11.4.
|
|
63619
|
+
H || K.css(this.getStyle(B || {})), z.appendChild(ne), I(z, "dir", "ltr"), z.innerHTML.indexOf("xmlns") === -1 && I(ne, "xmlns", this.SVG_NS), this.box = ne, this.boxWrapper = K, this.alignedObjects = [], this.url = this.getReferenceURL(), this.createElement("desc").add().element.appendChild(b.createTextNode("Created with Highcharts 11.4.5")), this.defs = this.createElement("defs").add(), this.allowHTML = R, this.forExport = U, this.styledMode = H, this.gradients = {}, this.cache = {}, this.cacheKeys = [], this.imgCount = 0, this.rootFontSize = K.getStyle("font-size"), this.setSize(J, re, !1), T && z.getBoundingClientRect && ((Y = function() {
|
|
63617
63620
|
y(z, { left: 0, top: 0 }), q = z.getBoundingClientRect(), y(z, { left: Math.ceil(q.left) - q.left + "px", top: Math.ceil(q.top) - q.top + "px" });
|
|
63618
63621
|
})(), this.unSubPixelFix = O($, "resize", Y));
|
|
63619
63622
|
}
|
|
@@ -64026,7 +64029,7 @@ var vv = { exports: {} };
|
|
|
64026
64029
|
}
|
|
64027
64030
|
let ge = { value: R, lineWidth: H, old: U, force: oe, acrossPanes: V.acrossPanes, translatedValue: ne };
|
|
64028
64031
|
return I(this, "getPlotLinePath", ge, function(fe) {
|
|
64029
|
-
ue = le = (ne = w(ne = M(ne, z.translate(R, void 0, void 0, U)), -1e5, 1e5)) + K, de = ae = Y - ne - K, C(ne) ? z.horiz ? (de = B, ae = Y - z.bottom + (J.scrollablePixelsY || 0), ue = le = he(ue, re, re + z.width)) : (ue = re, le = q - z.right + (J.scrollablePixelsX || 0), de = ae = he(de, B, B + z.height)) : (ce = !0, oe = !1), fe.path = ce && !oe ? void 0 : J.renderer.crispLine([["M", ue, de], ["L", le, ae]], H || 1);
|
|
64032
|
+
ue = le = (ne = w(ne = M(ne, z.translate(R, void 0, void 0, U)), -1e5, 1e5)) + K, de = ae = Y - ne - K, C(ne) ? z.horiz ? (de = B, ae = Y - z.bottom + (z.options.isInternal ? 0 : J.scrollablePixelsY || 0), ue = le = he(ue, re, re + z.width)) : (ue = re, le = q - z.right + (J.scrollablePixelsX || 0), de = ae = he(de, B, B + z.height)) : (ce = !0, oe = !1), fe.path = ce && !oe ? void 0 : J.renderer.crispLine([["M", ue, de], ["L", le, ae]], H || 1);
|
|
64030
64033
|
}), ge.path;
|
|
64031
64034
|
}
|
|
64032
64035
|
getLinearTickPositions(V, z, J) {
|
|
@@ -67347,7 +67350,7 @@ const kl = /* @__PURE__ */ Pn(m8);
|
|
|
67347
67350
|
var Sv = { exports: {} };
|
|
67348
67351
|
(function(t) {
|
|
67349
67352
|
/**
|
|
67350
|
-
* Highcharts JS v11.4.
|
|
67353
|
+
* Highcharts JS v11.4.5 (2024-07-04)
|
|
67351
67354
|
*
|
|
67352
67355
|
* (c) 2009-2024 Torstein Honsi
|
|
67353
67356
|
*
|
|
@@ -68395,7 +68398,7 @@ var Sv = { exports: {} };
|
|
|
68395
68398
|
break;
|
|
68396
68399
|
}
|
|
68397
68400
|
}
|
|
68398
|
-
T.push(T[0].slice()), m.polygon = T;
|
|
68401
|
+
T.length && T.push(T[0].slice()), m.polygon = T;
|
|
68399
68402
|
}
|
|
68400
68403
|
return m;
|
|
68401
68404
|
}
|
|
@@ -69092,7 +69095,7 @@ const b8 = /* @__PURE__ */ Pn(g8);
|
|
|
69092
69095
|
var Tv = { exports: {} };
|
|
69093
69096
|
(function(t) {
|
|
69094
69097
|
/**
|
|
69095
|
-
* Highcharts JS v11.4.
|
|
69098
|
+
* Highcharts JS v11.4.5 (2024-07-04)
|
|
69096
69099
|
*
|
|
69097
69100
|
* X-range series
|
|
69098
69101
|
*
|
|
@@ -69585,7 +69588,7 @@ const lV = ({
|
|
|
69585
69588
|
}
|
|
69586
69589
|
)
|
|
69587
69590
|
] });
|
|
69588
|
-
}, T8 = (t) => t.replace(/_/g, " ").replace(/\b\w/g, (e) => e.toUpperCase()), cV = (t) => t.join(", ")
|
|
69591
|
+
}, T8 = (t) => t.replace(/_/g, " ").replace(/\b\w/g, (e) => e.toUpperCase()), cV = (t) => t.join(", "), dV = () => `ID_${Math.random().toString(36).substr(2, 3)}_${Date.now()}`;
|
|
69589
69592
|
ft.extend(Hb);
|
|
69590
69593
|
ft.extend(Gb);
|
|
69591
69594
|
const bg = (t, e, n) => ft().startOf(t).set(e, n), C8 = (t, e, n) => ft().endOf(t).set(e, n), w8 = (t) => ft().subtract(1, "day").startOf("day").set("hour", t), yg = (t, e) => ft().subtract(t, e), E8 = () => {
|
|
@@ -69616,30 +69619,30 @@ const bg = (t, e, n) => ft().startOf(t).set(e, n), C8 = (t, e, n) => ft().endOf(
|
|
|
69616
69619
|
}
|
|
69617
69620
|
}).join("");
|
|
69618
69621
|
return n ? r.replace("hh", "hh") : r.replace("hh", "HH");
|
|
69619
|
-
},
|
|
69622
|
+
}, uV = (t) => {
|
|
69620
69623
|
const e = E8();
|
|
69621
69624
|
return ft(t).format(e);
|
|
69622
|
-
},
|
|
69625
|
+
}, hV = (t) => {
|
|
69623
69626
|
const r = Math.floor(t / 6e4);
|
|
69624
69627
|
t %= 6e4;
|
|
69625
69628
|
const i = Math.floor(t / 1e3);
|
|
69626
69629
|
let s = "";
|
|
69627
69630
|
return r > 0 ? (s += `${r} min`, i > 0 && (s += ` ${i} sec`), s) : i > 0 ? (s += `${i} sec`, s) : "0 sec";
|
|
69628
|
-
}, wv = (t, e = "UTC") => ft(t).tz(e).startOf("minute").format("YYYY-MM-DDTHH:mm:00.000[Z]"), k8 = (t, e) => ft(t).add(e, "millisecond").toISOString(), Ev = (t, e) => ft.tz(t, e).utc().format("YYYY-MM-DDTHH:mm:ss.SSS[Z]"),
|
|
69631
|
+
}, wv = (t, e = "UTC") => ft(t).tz(e).startOf("minute").format("YYYY-MM-DDTHH:mm:00.000[Z]"), k8 = (t, e) => ft(t).add(e, "millisecond").toISOString(), Ev = (t, e) => ft.tz(t, e).utc().format("YYYY-MM-DDTHH:mm:ss.SSS[Z]"), fV = (t, e) => ft.utc(t).tz(e).format("YYYY-MM-DDTHH:mm:ssZ"), pV = (t, e) => ft(t).tz(e).format(), mV = (t, e) => Ev(wv(t, e), e), gV = (t, e, n) => Ev(
|
|
69629
69632
|
wv(k8(t, n), e),
|
|
69630
69633
|
e
|
|
69631
|
-
),
|
|
69634
|
+
), bV = [
|
|
69632
69635
|
"Camera 1 (all items)",
|
|
69633
69636
|
"Camera 5 (all items)",
|
|
69634
69637
|
"Camera 2 (10 items)",
|
|
69635
69638
|
"Camera 3 (Zone 1)",
|
|
69636
69639
|
"Camera 4 (24 items)"
|
|
69637
|
-
],
|
|
69640
|
+
], yV = [
|
|
69638
69641
|
{ key: "classifier", label: "Classifier" },
|
|
69639
69642
|
{ key: "value", label: "Value" },
|
|
69640
69643
|
{ key: "count", label: "Count" },
|
|
69641
69644
|
{ key: "score", label: "Score" }
|
|
69642
|
-
],
|
|
69645
|
+
], xV = [
|
|
69643
69646
|
{
|
|
69644
69647
|
label: "Summary",
|
|
69645
69648
|
value: "0",
|
|
@@ -69650,14 +69653,14 @@ const bg = (t, e, n) => ft().startOf(t).set(e, n), C8 = (t, e, n) => ft().endOf(
|
|
|
69650
69653
|
value: "1",
|
|
69651
69654
|
disabled: !0
|
|
69652
69655
|
}
|
|
69653
|
-
],
|
|
69656
|
+
], vV = [
|
|
69654
69657
|
{ classifier: "Color", value: "Black", count: 50, score: "80%" },
|
|
69655
69658
|
{ classifier: "Color", value: "Yellow", count: 60, score: "70%" },
|
|
69656
69659
|
{ classifier: "Manufacture", value: "Volvo", count: 50, score: "80%" },
|
|
69657
69660
|
{ classifier: "Color", value: "Red", count: 50, score: "40%" },
|
|
69658
69661
|
{ classifier: "Color", value: "Green", count: 75, score: "70%" },
|
|
69659
69662
|
{ classifier: "Manufacture", value: "Man", count: 3, score: "80%" }
|
|
69660
|
-
],
|
|
69663
|
+
], SV = (t) => [
|
|
69661
69664
|
{
|
|
69662
69665
|
value: "0",
|
|
69663
69666
|
content: /* @__PURE__ */ ee.jsx(sB, { ...t })
|
|
@@ -69666,7 +69669,7 @@ const bg = (t, e, n) => ft().startOf(t).set(e, n), C8 = (t, e, n) => ft().endOf(
|
|
|
69666
69669
|
value: "1",
|
|
69667
69670
|
content: "More"
|
|
69668
69671
|
}
|
|
69669
|
-
],
|
|
69672
|
+
], TV = {
|
|
69670
69673
|
data: [
|
|
69671
69674
|
{
|
|
69672
69675
|
id: "1",
|
|
@@ -69724,15 +69727,15 @@ const bg = (t, e, n) => ft().startOf(t).set(e, n), C8 = (t, e, n) => ft().endOf(
|
|
|
69724
69727
|
value: "kit"
|
|
69725
69728
|
}
|
|
69726
69729
|
]
|
|
69727
|
-
},
|
|
69730
|
+
}, CV = [
|
|
69728
69731
|
{ key: "id", label: "ID" },
|
|
69729
69732
|
{ key: "name", label: "Name" },
|
|
69730
69733
|
{ key: "age", label: "Age" }
|
|
69731
|
-
],
|
|
69734
|
+
], wV = [
|
|
69732
69735
|
{ id: 1, name: "John Doe", age: 30 },
|
|
69733
69736
|
{ id: 2, name: "Jane Smith", age: 25 },
|
|
69734
69737
|
{ id: 3, name: "Bob Johnson", age: 40 }
|
|
69735
|
-
],
|
|
69738
|
+
], EV = {
|
|
69736
69739
|
feed: 139,
|
|
69737
69740
|
conbo_key: "28145-139-021-64216",
|
|
69738
69741
|
event_id: "CNB-7987",
|
|
@@ -69742,7 +69745,7 @@ const bg = (t, e, n) => ft().startOf(t).set(e, n), C8 = (t, e, n) => ft().endOf(
|
|
|
69742
69745
|
end: "2024-05-15T21:05:27.745000Z",
|
|
69743
69746
|
cargo: "N/A",
|
|
69744
69747
|
zones: ["Dock main road ", "Hello dock"]
|
|
69745
|
-
},
|
|
69748
|
+
}, kV = [
|
|
69746
69749
|
{ headerName: "Event ID", field: "event_id" },
|
|
69747
69750
|
{
|
|
69748
69751
|
headerName: "Move",
|
|
@@ -69761,7 +69764,7 @@ const bg = (t, e, n) => ft().startOf(t).set(e, n), C8 = (t, e, n) => ft().endOf(
|
|
|
69761
69764
|
},
|
|
69762
69765
|
{ headerName: "Cargo", field: "cargo" },
|
|
69763
69766
|
{ headerName: "Zones", field: "zones" }
|
|
69764
|
-
],
|
|
69767
|
+
], RV = [
|
|
69765
69768
|
{ id: "1", color: "#f99191", title: "New title" },
|
|
69766
69769
|
{
|
|
69767
69770
|
id: "2",
|
|
@@ -69769,7 +69772,7 @@ const bg = (t, e, n) => ft().startOf(t).set(e, n), C8 = (t, e, n) => ft().endOf(
|
|
|
69769
69772
|
title: "Message should contain more information"
|
|
69770
69773
|
},
|
|
69771
69774
|
{ id: "3", color: "#7095f4", title: "Hello, World!" }
|
|
69772
|
-
],
|
|
69775
|
+
], AV = [
|
|
69773
69776
|
{
|
|
69774
69777
|
label: "Start of the day",
|
|
69775
69778
|
getValue: () => bg("day", "hour", 6)
|
|
@@ -69794,7 +69797,7 @@ const bg = (t, e, n) => ft().startOf(t).set(e, n), C8 = (t, e, n) => ft().endOf(
|
|
|
69794
69797
|
label: "One day ago",
|
|
69795
69798
|
getValue: () => yg(1, "day")
|
|
69796
69799
|
}
|
|
69797
|
-
],
|
|
69800
|
+
], PV = [
|
|
69798
69801
|
{
|
|
69799
69802
|
value: 864e5,
|
|
69800
69803
|
label: "1 day"
|
|
@@ -69866,7 +69869,7 @@ export {
|
|
|
69866
69869
|
pl as PLACEMENTS,
|
|
69867
69870
|
H$ as SearchInput,
|
|
69868
69871
|
Mt as Svg,
|
|
69869
|
-
|
|
69872
|
+
xV as TABS,
|
|
69870
69873
|
I8 as TICK_COLOR,
|
|
69871
69874
|
dB as Tab,
|
|
69872
69875
|
U8 as TabsBar,
|
|
@@ -69877,41 +69880,42 @@ export {
|
|
|
69877
69880
|
X8 as VideoBox,
|
|
69878
69881
|
bn as WHITE,
|
|
69879
69882
|
k8 as addMillisecondsToDate,
|
|
69880
|
-
|
|
69881
|
-
|
|
69882
|
-
|
|
69883
|
+
yV as columnDefs,
|
|
69884
|
+
CV as columns,
|
|
69885
|
+
gV as convertDateFromUTCWithFormattedDateAndDuration,
|
|
69883
69886
|
Ev as convertLocalToUTC,
|
|
69884
|
-
|
|
69885
|
-
|
|
69886
|
-
|
|
69887
|
-
|
|
69888
|
-
|
|
69887
|
+
mV as convertLocalToUTCWithFormattedDate,
|
|
69888
|
+
pV as convertTimezone,
|
|
69889
|
+
fV as convertUTCToTimeZone,
|
|
69890
|
+
bV as dataMock,
|
|
69891
|
+
vV as detailsViewDataMock,
|
|
69889
69892
|
Gd as extractPrefix,
|
|
69890
69893
|
c8 as extractZip,
|
|
69891
69894
|
wv as formatDate,
|
|
69892
|
-
|
|
69893
|
-
|
|
69895
|
+
uV as formatDateWithLocal,
|
|
69896
|
+
hV as formatDuration,
|
|
69894
69897
|
cV as formatValueWithComma,
|
|
69898
|
+
dV as generateRandomId,
|
|
69895
69899
|
C8 as getEndTime,
|
|
69896
69900
|
E8 as getLocalDateTimeFormat,
|
|
69897
69901
|
sV as getParsedSvgViewsFromZip,
|
|
69898
69902
|
bg as getStartTime,
|
|
69899
69903
|
w8 as getStartTimeOfYesterday,
|
|
69900
|
-
|
|
69904
|
+
SV as getTabsContent,
|
|
69901
69905
|
sx as inputLabelSx,
|
|
69902
69906
|
rx as loaderSx,
|
|
69903
|
-
|
|
69904
|
-
|
|
69905
|
-
|
|
69906
|
-
|
|
69907
|
+
wV as mainTableDataMock,
|
|
69908
|
+
PV as mockSelectOptions,
|
|
69909
|
+
AV as mockShortcut,
|
|
69910
|
+
TV as newFilterMock,
|
|
69907
69911
|
mg as parseSvg,
|
|
69908
69912
|
ix as selectSx,
|
|
69909
69913
|
T8 as snakeCaseToTitleCase,
|
|
69910
69914
|
l8 as startsWithAny,
|
|
69911
69915
|
yg as subtractTime,
|
|
69912
69916
|
tx as tabSx,
|
|
69913
|
-
|
|
69917
|
+
RV as tabsMock,
|
|
69914
69918
|
nx as tabsSx,
|
|
69915
|
-
|
|
69916
|
-
|
|
69919
|
+
kV as verticalTableColumnDefs,
|
|
69920
|
+
EV as verticalTableDataMock
|
|
69917
69921
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conboai/storybook.components",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.67",
|
|
4
4
|
"main": "dist/storybook.components.mjs",
|
|
5
5
|
"types": "dist/build/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -9,16 +9,26 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
+
"scripts": {
|
|
13
|
+
"start": "react-scripts start",
|
|
14
|
+
"build": "tsc && vite build",
|
|
15
|
+
"storybook": "storybook dev -p 6006",
|
|
16
|
+
"build-storybook": "storybook build",
|
|
17
|
+
"prepare": "husky"
|
|
18
|
+
},
|
|
12
19
|
"dependencies": {
|
|
13
20
|
"@emotion/react": "^11.11.4",
|
|
14
21
|
"@emotion/styled": "^11.11.5",
|
|
22
|
+
"@mui/icons-material": "^5.15.21",
|
|
15
23
|
"@mui/lab": "^5.0.0-alpha.170",
|
|
16
24
|
"@mui/material": "^5.15.15",
|
|
17
25
|
"@mui/x-date-pickers": "^7.2.0",
|
|
26
|
+
"@react-google-maps/api": "^2.19.3",
|
|
18
27
|
"@storybook/addon-actions": "^8.0.8",
|
|
19
28
|
"@testing-library/jest-dom": "^5.17.0",
|
|
20
29
|
"@testing-library/react": "^13.4.0",
|
|
21
30
|
"@testing-library/user-event": "^13.5.0",
|
|
31
|
+
"@types/googlemaps": "^3.43.3",
|
|
22
32
|
"@types/jest": "^29.5.12",
|
|
23
33
|
"@types/node": "^20.12.7",
|
|
24
34
|
"@types/react": "^18.2.78",
|
|
@@ -39,15 +49,6 @@
|
|
|
39
49
|
"react": "^18.2.0",
|
|
40
50
|
"react-scripts": "5.0.1"
|
|
41
51
|
},
|
|
42
|
-
"scripts": {
|
|
43
|
-
"start": "react-scripts start",
|
|
44
|
-
"build": "tsc && vite build",
|
|
45
|
-
"test": "react-scripts test",
|
|
46
|
-
"eject": "react-scripts eject",
|
|
47
|
-
"storybook": "storybook dev -p 6006",
|
|
48
|
-
"build-storybook": "storybook build",
|
|
49
|
-
"prepare": "husky"
|
|
50
|
-
},
|
|
51
52
|
"eslintConfig": {
|
|
52
53
|
"extends": [
|
|
53
54
|
"react-app",
|