realmap 1.0.12 → 1.0.13
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.
- package/band.js +1 -1
- package/band.mjs +1 -1
- package/chart.js +1 -1
- package/chart.mjs +1 -1
- package/editing.js +1 -1
- package/editing.mjs +1 -1
- package/export.js +1 -1
- package/export.mjs +1 -1
- package/feature.js +1 -1
- package/feature.mjs +1 -1
- package/heatmap.js +1 -1
- package/heatmap.mjs +1 -1
- package/index.d.ts +1 -1
- package/index.js +2 -2
- package/index.mjs +2 -2
- package/package.json +1 -1
- package/sankey.js +1 -1
- package/sankey.mjs +1 -1
- package/table.js +1 -1
- package/table.mjs +1 -1
- package/tiledweb.js +1 -1
- package/tiledweb.mjs +1 -1
- package/track.js +1 -1
- package/track.mjs +1 -1
- package/vector.js +1 -1
- package/vector.mjs +1 -1
package/band.js
CHANGED
package/band.mjs
CHANGED
package/chart.js
CHANGED
package/chart.mjs
CHANGED
package/editing.js
CHANGED
package/editing.mjs
CHANGED
package/export.js
CHANGED
package/export.mjs
CHANGED
package/feature.js
CHANGED
package/feature.mjs
CHANGED
package/heatmap.js
CHANGED
package/heatmap.mjs
CHANGED
package/index.d.ts
CHANGED
|
@@ -6982,7 +6982,7 @@ declare class InsetLabel extends IconedText<InsetLabelOptions> {
|
|
|
6982
6982
|
constructor(chart: IChart);
|
|
6983
6983
|
getInsetText(inset: MapInset): string;
|
|
6984
6984
|
getInsetLabelStyle(inset: MapInset): SVGStyleOrClass;
|
|
6985
|
-
|
|
6985
|
+
hideInsetLabel(inset: MapInset): boolean;
|
|
6986
6986
|
isVisible(): boolean;
|
|
6987
6987
|
getDefaultIconPos(): IconPosition;
|
|
6988
6988
|
}
|