@conboai/storybook.components 0.5.31 → 0.5.32
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.
|
@@ -19,6 +19,7 @@ interface IGeoPath {
|
|
|
19
19
|
mapOverlay?: boolean;
|
|
20
20
|
darkShapeMode?: never;
|
|
21
21
|
polylineProps?: never;
|
|
22
|
+
shapesStyles?: never;
|
|
22
23
|
}
|
|
23
24
|
interface IFeedPath {
|
|
24
25
|
type: TrailPathType.Feed;
|
|
@@ -45,6 +46,7 @@ interface IFeedPath {
|
|
|
45
46
|
scaleNumber?: never;
|
|
46
47
|
endMarkerLabel?: never;
|
|
47
48
|
startMarkerLabel?: never;
|
|
49
|
+
shapesStyles?: any;
|
|
48
50
|
}
|
|
49
51
|
export type ITrailPathView = IGeoPath | IFeedPath;
|
|
50
52
|
declare const TrailPathView: FC<ITrailPathView>;
|
|
@@ -80688,14 +80688,15 @@ const mhe = () => {
|
|
|
80688
80688
|
fullscreenControl: d,
|
|
80689
80689
|
polylineProps: h,
|
|
80690
80690
|
darkShapeMode: f = !1,
|
|
80691
|
-
mapOverlay: b
|
|
80691
|
+
mapOverlay: b,
|
|
80692
|
+
shapesStyles: p
|
|
80692
80693
|
}) => {
|
|
80693
|
-
const
|
|
80694
|
+
const g = {
|
|
80694
80695
|
id: "1",
|
|
80695
80696
|
points: yhe(n),
|
|
80696
80697
|
type: Ti.Polyline,
|
|
80697
80698
|
styles: i
|
|
80698
|
-
},
|
|
80699
|
+
}, m = {
|
|
80699
80700
|
id: "1",
|
|
80700
80701
|
coordinates: vhe(r),
|
|
80701
80702
|
type: gs.Polyline,
|
|
@@ -80707,7 +80708,7 @@ const mhe = () => {
|
|
|
80707
80708
|
googleMapsApiKey: o,
|
|
80708
80709
|
showDirection: !0,
|
|
80709
80710
|
mode: { type: "view", shape: "polyline" },
|
|
80710
|
-
data: [
|
|
80711
|
+
data: [m],
|
|
80711
80712
|
showNumbers: !1,
|
|
80712
80713
|
disableControls: !0,
|
|
80713
80714
|
startMarkerLabel: s,
|
|
@@ -80722,12 +80723,13 @@ const mhe = () => {
|
|
|
80722
80723
|
{
|
|
80723
80724
|
showDirection: !0,
|
|
80724
80725
|
menu: { show: !1 },
|
|
80725
|
-
selected:
|
|
80726
|
-
shapes: [
|
|
80726
|
+
selected: g,
|
|
80727
|
+
shapes: [g],
|
|
80727
80728
|
mode: jn.View,
|
|
80728
80729
|
showPoints: !1,
|
|
80729
80730
|
showId: !1,
|
|
80730
80731
|
polylineProps: h,
|
|
80732
|
+
styles: p,
|
|
80731
80733
|
children: t ? /* @__PURE__ */ V.jsxs(bt, { position: "relative", width: "100%", height: "100%", children: [
|
|
80732
80734
|
/* @__PURE__ */ V.jsx(
|
|
80733
80735
|
a0,
|