@conboai/storybook.components 0.5.32 → 0.5.33
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.
|
@@ -20,6 +20,7 @@ interface IGeoPath {
|
|
|
20
20
|
darkShapeMode?: never;
|
|
21
21
|
polylineProps?: never;
|
|
22
22
|
shapesStyles?: never;
|
|
23
|
+
imageStyles?: never;
|
|
23
24
|
}
|
|
24
25
|
interface IFeedPath {
|
|
25
26
|
type: TrailPathType.Feed;
|
|
@@ -47,6 +48,7 @@ interface IFeedPath {
|
|
|
47
48
|
endMarkerLabel?: never;
|
|
48
49
|
startMarkerLabel?: never;
|
|
49
50
|
shapesStyles?: any;
|
|
51
|
+
imageStyles?: any;
|
|
50
52
|
}
|
|
51
53
|
export type ITrailPathView = IGeoPath | IFeedPath;
|
|
52
54
|
declare const TrailPathView: FC<ITrailPathView>;
|
|
@@ -80689,14 +80689,15 @@ const mhe = () => {
|
|
|
80689
80689
|
polylineProps: h,
|
|
80690
80690
|
darkShapeMode: f = !1,
|
|
80691
80691
|
mapOverlay: b,
|
|
80692
|
-
shapesStyles: p
|
|
80692
|
+
shapesStyles: p,
|
|
80693
|
+
imageStyles: g
|
|
80693
80694
|
}) => {
|
|
80694
|
-
const
|
|
80695
|
+
const m = {
|
|
80695
80696
|
id: "1",
|
|
80696
80697
|
points: yhe(n),
|
|
80697
80698
|
type: Ti.Polyline,
|
|
80698
80699
|
styles: i
|
|
80699
|
-
},
|
|
80700
|
+
}, v = {
|
|
80700
80701
|
id: "1",
|
|
80701
80702
|
coordinates: vhe(r),
|
|
80702
80703
|
type: gs.Polyline,
|
|
@@ -80708,7 +80709,7 @@ const mhe = () => {
|
|
|
80708
80709
|
googleMapsApiKey: o,
|
|
80709
80710
|
showDirection: !0,
|
|
80710
80711
|
mode: { type: "view", shape: "polyline" },
|
|
80711
|
-
data: [
|
|
80712
|
+
data: [v],
|
|
80712
80713
|
showNumbers: !1,
|
|
80713
80714
|
disableControls: !0,
|
|
80714
80715
|
startMarkerLabel: s,
|
|
@@ -80723,8 +80724,8 @@ const mhe = () => {
|
|
|
80723
80724
|
{
|
|
80724
80725
|
showDirection: !0,
|
|
80725
80726
|
menu: { show: !1 },
|
|
80726
|
-
selected:
|
|
80727
|
-
shapes: [
|
|
80727
|
+
selected: m,
|
|
80728
|
+
shapes: [m],
|
|
80728
80729
|
mode: jn.View,
|
|
80729
80730
|
showPoints: !1,
|
|
80730
80731
|
showId: !1,
|
|
@@ -80736,7 +80737,12 @@ const mhe = () => {
|
|
|
80736
80737
|
{
|
|
80737
80738
|
component: "img",
|
|
80738
80739
|
image: t,
|
|
80739
|
-
style: {
|
|
80740
|
+
style: {
|
|
80741
|
+
width: "100%",
|
|
80742
|
+
objectFit: "contain",
|
|
80743
|
+
height: "100%",
|
|
80744
|
+
...g
|
|
80745
|
+
},
|
|
80740
80746
|
alt: "Feed image"
|
|
80741
80747
|
}
|
|
80742
80748
|
),
|