extra-map-card 1.2.5 → 1.2.7
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 +2 -5
- package/dist/extra-map-card.js +17013 -0
- package/dist/extra-map-card.js.map +1 -0
- package/package.json +1 -1
- package/dist/extra-map-card-bundle.js +0 -439
- package/dist/index.js +0 -439
|
@@ -23,20 +23,18 @@ export declare class EmcMap extends LitElement {
|
|
|
23
23
|
private _fitBounds;
|
|
24
24
|
private _clusterIndex?;
|
|
25
25
|
private _clusters;
|
|
26
|
-
private _clustersZoom;
|
|
27
|
-
private _circleLoaded;
|
|
28
26
|
private _mapClusterItems;
|
|
29
27
|
private _mapClusterFocusItems;
|
|
28
|
+
private _circleLoaded;
|
|
30
29
|
private _loaded;
|
|
30
|
+
private _entitiesDrawn;
|
|
31
31
|
private _error?;
|
|
32
|
-
private _clustersLoaded;
|
|
33
32
|
private get _darkMode();
|
|
34
33
|
protected firstUpdated(): Promise<void>;
|
|
35
34
|
protected render(): import("lit-html").TemplateResult<1>;
|
|
36
35
|
private _renderLoadError;
|
|
37
36
|
protected updated(changedProps: PropertyValues): void;
|
|
38
37
|
private _drawEntities;
|
|
39
|
-
private _drawCircles;
|
|
40
38
|
private _computePathTooltip;
|
|
41
39
|
private _drawPaths;
|
|
42
40
|
private _setupPointInteraction;
|
|
@@ -46,7 +44,6 @@ export declare class EmcMap extends LitElement {
|
|
|
46
44
|
animate?: boolean;
|
|
47
45
|
}): void;
|
|
48
46
|
private _initMap;
|
|
49
|
-
private _getClusterCenter;
|
|
50
47
|
private _centerMap;
|
|
51
48
|
private _addMapControl;
|
|
52
49
|
private _createButton;
|