@siemens/maps-ng 48.0.0-next.8 → 48.0.0
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/index.d.ts
CHANGED
|
@@ -721,11 +721,11 @@ declare class SiMapModule {
|
|
|
721
721
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<SiMapModule>;
|
|
722
722
|
}
|
|
723
723
|
|
|
724
|
-
declare class
|
|
725
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<
|
|
726
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<
|
|
727
|
-
static ɵinj: _angular_core.ɵɵInjectorDeclaration<
|
|
724
|
+
declare class SiMapsNgModule {
|
|
725
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SiMapsNgModule, never>;
|
|
726
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<SiMapsNgModule, never, never, [typeof SiMapModule]>;
|
|
727
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<SiMapsNgModule>;
|
|
728
728
|
}
|
|
729
729
|
|
|
730
|
-
export { ANIMATION_DURATION, CLUSTER_CHARTS_FRAGMENTS, CLUSTER_RADIUS_SIZE, DEFAULT_CLUSTER_CLICK_ZOOM, DEFAULT_CLUSTER_DISTANCE, DEFAULT_CLUSTER_TYPE, DEFAULT_DONUT_RATIO, DEFAULT_FEATURE_CLICK_ZOOM, DEFAULT_FEATURE_SELECT_ZOOM, DEFAULT_FIT_PADDING, DEFAULT_GLOBAL_ZOOM, DEFAULT_ICON, DEFAULT_ICON_SCALE, DEFAULT_OFFSET, DEFAULT_STROKE_WEIGHT,
|
|
730
|
+
export { ANIMATION_DURATION, CLUSTER_CHARTS_FRAGMENTS, CLUSTER_RADIUS_SIZE, DEFAULT_CLUSTER_CLICK_ZOOM, DEFAULT_CLUSTER_DISTANCE, DEFAULT_CLUSTER_TYPE, DEFAULT_DONUT_RATIO, DEFAULT_FEATURE_CLICK_ZOOM, DEFAULT_FEATURE_SELECT_ZOOM, DEFAULT_FIT_PADDING, DEFAULT_GLOBAL_ZOOM, DEFAULT_ICON, DEFAULT_ICON_SCALE, DEFAULT_OFFSET, DEFAULT_STROKE_WEIGHT, GEOJSON_LAYER, Grouping, LAYER_NAME, MAX_CLUSTER_BUILDINGS, MapService, POINTS_LAYER, SIEMENS_FONT, SIEMENS_FONT_LABELS, SiMapComponent, SiMapModule, SiMapPopoverComponent, SiMapTooltipComponent, SiMapsNgModule, SiMapsNgModule as SimplMapsNgModule, TOOLTIP_FEATURES_TO_DISPLAY };
|
|
731
731
|
export type { ColorPalette, ColorPalettes, IconMarkerOptions, LabelOptions, MapPoint, MapPointMetaData, MarkerOptions, MarkerStatusType, OverlayNativeProperties, RenderOptions };
|