@mappedin/mappedin-js 4.0.13 → 4.0.16
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.
|
@@ -1667,6 +1667,7 @@ declare module '@mappedin/mappedin-js/renderer/internal/Mappedin.FloatingLabel'
|
|
|
1667
1667
|
RIGHT = "right"
|
|
1668
1668
|
}
|
|
1669
1669
|
class FloatingLabel extends BaseCollider implements ISmarterLabel {
|
|
1670
|
+
#private;
|
|
1670
1671
|
lines: number;
|
|
1671
1672
|
contextConfigured: boolean;
|
|
1672
1673
|
fillText: TDrawFn | undefined;
|