@syncfusion/ej2-angular-maps 26.2.10 → 27.1.48-ngcc
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/@syncfusion/ej2-angular-maps.es5.js +877 -0
- package/@syncfusion/ej2-angular-maps.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-maps.js +810 -0
- package/@syncfusion/ej2-angular-maps.js.map +1 -0
- package/dist/ej2-angular-maps.umd.js +1136 -0
- package/dist/ej2-angular-maps.umd.js.map +1 -0
- package/dist/ej2-angular-maps.umd.min.js +11 -0
- package/dist/ej2-angular-maps.umd.min.js.map +1 -0
- package/{syncfusion-ej2-angular-maps.d.ts → ej2-angular-maps.d.ts} +1 -1
- package/ej2-angular-maps.metadata.json +1 -0
- package/license +10 -0
- package/package.json +15 -29
- package/schematics/collection.json +10 -9
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/index.ts +10 -10
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -34
- package/schematics/ng-add/schema.ts +30 -30
- package/schematics/tsconfig.json +25 -25
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/maps/annotations.directive.d.ts +0 -5
- package/src/maps/bubblesettings.directive.d.ts +0 -5
- package/src/maps/colormapping.directive.d.ts +0 -5
- package/src/maps/initialshapeselection.directive.d.ts +0 -5
- package/src/maps/layers.directive.d.ts +0 -5
- package/src/maps/maps-all.module.d.ts +0 -6
- package/src/maps/maps.component.d.ts +0 -3
- package/src/maps/maps.module.d.ts +0 -13
- package/src/maps/markersettings.directive.d.ts +0 -5
- package/src/maps/navigationlinesettings.directive.d.ts +0 -5
- package/CHANGELOG.md +0 -762
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/index.mjs +0 -12
- package/esm2020/src/maps/annotations.directive.mjs +0 -62
- package/esm2020/src/maps/bubblesettings.directive.mjs +0 -71
- package/esm2020/src/maps/colormapping.directive.mjs +0 -61
- package/esm2020/src/maps/initialshapeselection.directive.mjs +0 -59
- package/esm2020/src/maps/layers.directive.mjs +0 -64
- package/esm2020/src/maps/maps-all.module.mjs +0 -68
- package/esm2020/src/maps/maps.component.mjs +0 -168
- package/esm2020/src/maps/maps.module.mjs +0 -88
- package/esm2020/src/maps/markersettings.directive.mjs +0 -73
- package/esm2020/src/maps/navigationlinesettings.directive.mjs +0 -67
- package/esm2020/syncfusion-ej2-angular-maps.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-maps.mjs +0 -737
- package/fesm2015/syncfusion-ej2-angular-maps.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-maps.mjs +0 -737
- package/fesm2020/syncfusion-ej2-angular-maps.mjs.map +0 -1
|
@@ -1,18 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./maps.component";
|
|
3
|
-
import * as i2 from "./initialshapeselection.directive";
|
|
4
|
-
import * as i3 from "./markersettings.directive";
|
|
5
|
-
import * as i4 from "./colormapping.directive";
|
|
6
|
-
import * as i5 from "./bubblesettings.directive";
|
|
7
|
-
import * as i6 from "./navigationlinesettings.directive";
|
|
8
|
-
import * as i7 from "./layers.directive";
|
|
9
|
-
import * as i8 from "./annotations.directive";
|
|
10
|
-
import * as i9 from "@angular/common";
|
|
11
1
|
/**
|
|
12
2
|
* NgModule definition for the Maps component.
|
|
13
3
|
*/
|
|
14
4
|
export declare class MapsModule {
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MapsModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MapsModule, [typeof i1.MapsComponent, typeof i2.InitialShapeSelectionDirective, typeof i2.InitialShapeSelectionsDirective, typeof i3.MarkerDirective, typeof i3.MarkersDirective, typeof i4.ColorMappingDirective, typeof i4.ColorMappingsDirective, typeof i5.BubbleDirective, typeof i5.BubblesDirective, typeof i6.NavigationLineDirective, typeof i6.NavigationLinesDirective, typeof i7.LayerDirective, typeof i7.LayersDirective, typeof i8.AnnotationDirective, typeof i8.AnnotationsDirective], [typeof i9.CommonModule], [typeof i1.MapsComponent, typeof i2.InitialShapeSelectionDirective, typeof i2.InitialShapeSelectionsDirective, typeof i3.MarkerDirective, typeof i3.MarkersDirective, typeof i4.ColorMappingDirective, typeof i4.ColorMappingsDirective, typeof i5.BubbleDirective, typeof i5.BubblesDirective, typeof i6.NavigationLineDirective, typeof i6.NavigationLinesDirective, typeof i7.LayerDirective, typeof i7.LayersDirective, typeof i8.AnnotationDirective, typeof i8.AnnotationsDirective]>;
|
|
17
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MapsModule>;
|
|
18
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* Represents the directive to define the markers in the maps.
|
|
6
5
|
* ```html
|
|
@@ -147,8 +146,6 @@ export declare class MarkerDirective extends ComplexBase<MarkerDirective> {
|
|
|
147
146
|
template: any;
|
|
148
147
|
tooltipSettings_template: any;
|
|
149
148
|
constructor(viewContainerRef: ViewContainerRef);
|
|
150
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MarkerDirective, never>;
|
|
151
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MarkerDirective, "e-layer>e-markerSettings>e-markerSetting", never, { "animationDelay": "animationDelay"; "animationDuration": "animationDuration"; "border": "border"; "colorValuePath": "colorValuePath"; "dashArray": "dashArray"; "dataSource": "dataSource"; "enableDrag": "enableDrag"; "fill": "fill"; "height": "height"; "highlightSettings": "highlightSettings"; "imageUrl": "imageUrl"; "imageUrlValuePath": "imageUrlValuePath"; "initialMarkerSelection": "initialMarkerSelection"; "latitudeValuePath": "latitudeValuePath"; "legendText": "legendText"; "longitudeValuePath": "longitudeValuePath"; "offset": "offset"; "opacity": "opacity"; "query": "query"; "selectionSettings": "selectionSettings"; "shape": "shape"; "shapeValuePath": "shapeValuePath"; "template": "template"; "tooltipSettings": "tooltipSettings"; "visible": "visible"; "width": "width"; }, {}, ["template", "tooltipSettings_template"]>;
|
|
152
149
|
}
|
|
153
150
|
/**
|
|
154
151
|
* Marker Array Directive
|
|
@@ -156,6 +153,4 @@ export declare class MarkerDirective extends ComplexBase<MarkerDirective> {
|
|
|
156
153
|
*/
|
|
157
154
|
export declare class MarkersDirective extends ArrayBase<MarkersDirective> {
|
|
158
155
|
constructor();
|
|
159
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MarkersDirective, never>;
|
|
160
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MarkersDirective, "e-layer>e-markerSettings", never, {}, {}, ["children"]>;
|
|
161
156
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* Represents the directive to define the navigation lines in the maps.
|
|
6
5
|
* ```html
|
|
@@ -66,8 +65,6 @@ export declare class NavigationLineDirective extends ComplexBase<NavigationLineD
|
|
|
66
65
|
width: any;
|
|
67
66
|
tooltipSettings_template: any;
|
|
68
67
|
constructor(viewContainerRef: ViewContainerRef);
|
|
69
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationLineDirective, never>;
|
|
70
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NavigationLineDirective, "e-layer>e-navigationLineSettings>e-navigationLineSetting", never, { "angle": "angle"; "arrowSettings": "arrowSettings"; "color": "color"; "dashArray": "dashArray"; "highlightSettings": "highlightSettings"; "latitude": "latitude"; "longitude": "longitude"; "selectionSettings": "selectionSettings"; "visible": "visible"; "width": "width"; }, {}, ["tooltipSettings_template"]>;
|
|
71
68
|
}
|
|
72
69
|
/**
|
|
73
70
|
* NavigationLine Array Directive
|
|
@@ -75,6 +72,4 @@ export declare class NavigationLineDirective extends ComplexBase<NavigationLineD
|
|
|
75
72
|
*/
|
|
76
73
|
export declare class NavigationLinesDirective extends ArrayBase<NavigationLinesDirective> {
|
|
77
74
|
constructor();
|
|
78
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationLinesDirective, never>;
|
|
79
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NavigationLinesDirective, "e-layer>e-navigationLineSettings", never, {}, {}, ["children"]>;
|
|
80
75
|
}
|