@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.
Files changed (52) hide show
  1. package/@syncfusion/ej2-angular-maps.es5.js +877 -0
  2. package/@syncfusion/ej2-angular-maps.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-maps.js +810 -0
  4. package/@syncfusion/ej2-angular-maps.js.map +1 -0
  5. package/dist/ej2-angular-maps.umd.js +1136 -0
  6. package/dist/ej2-angular-maps.umd.js.map +1 -0
  7. package/dist/ej2-angular-maps.umd.min.js +11 -0
  8. package/dist/ej2-angular-maps.umd.min.js.map +1 -0
  9. package/{syncfusion-ej2-angular-maps.d.ts → ej2-angular-maps.d.ts} +1 -1
  10. package/ej2-angular-maps.metadata.json +1 -0
  11. package/license +10 -0
  12. package/package.json +15 -29
  13. package/schematics/collection.json +10 -9
  14. package/schematics/ng-add/index.d.ts +3 -0
  15. package/schematics/ng-add/index.js +9 -0
  16. package/schematics/ng-add/index.ts +10 -10
  17. package/schematics/ng-add/schema.d.ts +13 -0
  18. package/schematics/ng-add/schema.js +2 -0
  19. package/schematics/ng-add/schema.json +34 -34
  20. package/schematics/ng-add/schema.ts +30 -30
  21. package/schematics/tsconfig.json +25 -25
  22. package/schematics/utils/lib-details.d.ts +4 -0
  23. package/schematics/utils/lib-details.js +6 -0
  24. package/schematics/utils/lib-details.ts +2 -2
  25. package/src/maps/annotations.directive.d.ts +0 -5
  26. package/src/maps/bubblesettings.directive.d.ts +0 -5
  27. package/src/maps/colormapping.directive.d.ts +0 -5
  28. package/src/maps/initialshapeselection.directive.d.ts +0 -5
  29. package/src/maps/layers.directive.d.ts +0 -5
  30. package/src/maps/maps-all.module.d.ts +0 -6
  31. package/src/maps/maps.component.d.ts +0 -3
  32. package/src/maps/maps.module.d.ts +0 -13
  33. package/src/maps/markersettings.directive.d.ts +0 -5
  34. package/src/maps/navigationlinesettings.directive.d.ts +0 -5
  35. package/CHANGELOG.md +0 -762
  36. package/esm2020/public_api.mjs +0 -2
  37. package/esm2020/src/index.mjs +0 -12
  38. package/esm2020/src/maps/annotations.directive.mjs +0 -62
  39. package/esm2020/src/maps/bubblesettings.directive.mjs +0 -71
  40. package/esm2020/src/maps/colormapping.directive.mjs +0 -61
  41. package/esm2020/src/maps/initialshapeselection.directive.mjs +0 -59
  42. package/esm2020/src/maps/layers.directive.mjs +0 -64
  43. package/esm2020/src/maps/maps-all.module.mjs +0 -68
  44. package/esm2020/src/maps/maps.component.mjs +0 -168
  45. package/esm2020/src/maps/maps.module.mjs +0 -88
  46. package/esm2020/src/maps/markersettings.directive.mjs +0 -73
  47. package/esm2020/src/maps/navigationlinesettings.directive.mjs +0 -67
  48. package/esm2020/syncfusion-ej2-angular-maps.mjs +0 -5
  49. package/fesm2015/syncfusion-ej2-angular-maps.mjs +0 -737
  50. package/fesm2015/syncfusion-ej2-angular-maps.mjs.map +0 -1
  51. package/fesm2020/syncfusion-ej2-angular-maps.mjs +0 -737
  52. 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
  }