extra-map-card 1.0.6 → 1.0.8
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/dist/components/emc-map.d.ts +5 -0
- package/dist/extra-map-card-bundle.js +27 -17
- package/dist/index.js +27 -17
- package/package.json +1 -1
|
@@ -32,11 +32,16 @@ export declare class EmcMap extends LitElement {
|
|
|
32
32
|
_fitMap(options?: {
|
|
33
33
|
zoom?: number;
|
|
34
34
|
pad?: number;
|
|
35
|
+
animate?: boolean;
|
|
35
36
|
}): void;
|
|
36
37
|
private _initMap;
|
|
38
|
+
private _centerMap;
|
|
39
|
+
private _addMapControl;
|
|
40
|
+
private _createButton;
|
|
37
41
|
private getModeColor;
|
|
38
42
|
private _getInitStyle;
|
|
39
43
|
private _changeControlTheme;
|
|
44
|
+
private _computeMapStyle;
|
|
40
45
|
static get styles(): CSSResultGroup;
|
|
41
46
|
}
|
|
42
47
|
declare global {
|