igniteui-angular-maps 20.0.1-beta.0 → 20.0.2-beta.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.
Files changed (102) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1753 -1431
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/AzureMapsImageryStyle.js +32 -0
  4. package/esm2015/lib/AzureMapsMapImagery.js +7 -0
  5. package/esm2015/lib/AzureMapsMapImageryView.js +7 -0
  6. package/esm2015/lib/AzureMapsMapImageryView_combined.js +119 -0
  7. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
  8. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
  9. package/esm2015/lib/GeographicMapSeriesHost_combined.js +187 -187
  10. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  11. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +16 -16
  12. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +88 -88
  13. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +59 -59
  14. package/esm2015/lib/GeographicShapeSeriesView_combined.js +54 -54
  15. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -55
  16. package/esm2015/lib/GeographicTileSeries.js +27 -27
  17. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  18. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  19. package/esm2015/lib/TileSeries_combined.js +86 -86
  20. package/esm2015/lib/XamGeographicMap_combined.js +482 -482
  21. package/esm2015/lib/igx-azure-maps-map-imagery-dynamic-module.js +34 -0
  22. package/esm2015/lib/igx-azure-maps-map-imagery-module.js +26 -0
  23. package/esm2015/lib/igx-azure-maps-map-imagery.js +81 -0
  24. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  25. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  26. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  27. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  28. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  29. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  30. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  31. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  32. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  33. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  34. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  35. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  36. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  37. package/esm2015/lib/igx-tile-series-component.js +2 -2
  38. package/esm2015/public_api.js +6 -0
  39. package/esm5/lib/AzureMapsImageryStyle.js +32 -0
  40. package/esm5/lib/AzureMapsMapImagery.js +7 -0
  41. package/esm5/lib/AzureMapsMapImageryView.js +7 -0
  42. package/esm5/lib/AzureMapsMapImageryView_combined.js +122 -0
  43. package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
  44. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
  45. package/esm5/lib/GeographicMapSeriesHost_combined.js +185 -185
  46. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  47. package/esm5/lib/GeographicPolylineSeriesView_combined.js +16 -16
  48. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +88 -88
  49. package/esm5/lib/GeographicShapeSeriesBase_combined.js +58 -58
  50. package/esm5/lib/GeographicShapeSeriesView_combined.js +54 -54
  51. package/esm5/lib/GeographicSymbolSeriesView_combined.js +55 -55
  52. package/esm5/lib/GeographicTileSeries.js +26 -26
  53. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  54. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  55. package/esm5/lib/TileSeries_combined.js +84 -84
  56. package/esm5/lib/XamGeographicMap_combined.js +475 -475
  57. package/esm5/lib/igx-azure-maps-map-imagery-dynamic-module.js +33 -0
  58. package/esm5/lib/igx-azure-maps-map-imagery-module.js +27 -0
  59. package/esm5/lib/igx-azure-maps-map-imagery.js +113 -0
  60. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  61. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  62. package/esm5/lib/igx-geographic-map-component.js +40 -40
  63. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  64. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  65. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  66. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  67. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  68. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  69. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  70. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  71. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  72. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  73. package/esm5/lib/igx-tile-series-component.js +2 -2
  74. package/esm5/public_api.js +6 -0
  75. package/fesm2015/igniteui-angular-maps.js +1734 -1447
  76. package/fesm5/igniteui-angular-maps.js +1748 -1433
  77. package/lib/AzureMapsImageryStyle.d.ts +25 -0
  78. package/lib/AzureMapsMapImagery.d.ts +1 -0
  79. package/lib/AzureMapsMapImageryView.d.ts +1 -0
  80. package/lib/AzureMapsMapImageryView_combined.d.ts +39 -0
  81. package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
  82. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -22
  83. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  84. package/lib/GeographicMarkerSeries.d.ts +17 -17
  85. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  86. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  87. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  88. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
  89. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  90. package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
  91. package/lib/GeographicShapeSeriesView_combined.d.ts +25 -25
  92. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  93. package/lib/GeographicSymbolSeriesView_combined.d.ts +18 -18
  94. package/lib/GeographicTileSeries.d.ts +9 -9
  95. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  96. package/lib/TileSeries_combined.d.ts +19 -19
  97. package/lib/XamGeographicMap_combined.d.ts +110 -110
  98. package/lib/igx-azure-maps-map-imagery-dynamic-module.d.ts +9 -0
  99. package/lib/igx-azure-maps-map-imagery-module.d.ts +7 -0
  100. package/lib/igx-azure-maps-map-imagery.d.ts +51 -0
  101. package/package.json +2 -2
  102. package/public_api.d.ts +6 -0
@@ -22,31 +22,31 @@ export declare class TileSeries extends ShapeSeriesBase implements IMapRenderDef
22
22
  protected get_f4(): boolean;
23
23
  constructor();
24
24
  protected ct(): SeriesView;
25
- q3(a: SeriesView): void;
26
- protected get_yf(): boolean;
27
- protected aac: TileSeriesView;
28
- get aag(): GeographicMapImagery;
29
- set aag(a: GeographicMapImagery);
30
- private aae;
31
- private aad;
32
- protected get aaf(): GeographicMapImagery;
33
- protected set aaf(a: GeographicMapImagery);
34
- protected rc(a: any, b: string, c: any, d: any): void;
35
- private aal;
25
+ q7(a: SeriesView): void;
26
+ protected get_yk(): boolean;
27
+ protected aah: TileSeriesView;
28
+ get aal(): GeographicMapImagery;
29
+ set aal(a: GeographicMapImagery);
30
+ private aaj;
31
+ private aai;
32
+ protected get aak(): GeographicMapImagery;
33
+ protected set aak(a: GeographicMapImagery);
34
+ protected rg(a: any, b: string, c: any, d: any): void;
35
+ private aaq;
36
36
  imageTilesReady: (sender: any, e: EventArgs) => void;
37
+ private aar;
37
38
  private aam;
38
- private aah;
39
39
  register(a: DependencyObject, b: (arg1: boolean) => void): void;
40
40
  unRegister(a: DependencyObject): void;
41
41
  deferredRefresh(): void;
42
42
  deferAction(a: () => void): void;
43
- protected su(a: Rect, b: Rect): void;
44
- private aai;
45
- rv(a: boolean): void;
46
- protected aan(a: boolean, b: SeriesView): void;
47
- rt(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
48
- private aao;
49
- o7(a: boolean, b: SeriesView): void;
43
+ protected sy(a: Rect, b: Rect): void;
44
+ private aan;
45
+ rz(a: boolean): void;
46
+ protected aas(a: boolean, b: SeriesView): void;
47
+ rx(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
48
+ private aat;
49
+ pb(a: boolean, b: SeriesView): void;
50
50
  }
51
51
  /**
52
52
  * @hidden
@@ -38,107 +38,107 @@ import { TriangulationStatusEventArgs } from "igniteui-angular-core";
38
38
  export declare class XamGeographicMap extends SeriesViewer implements IMapRenderDeferralHandler {
39
39
  static $t: Type;
40
40
  constructor();
41
- private x8;
41
+ private y1;
42
42
  provideContainer(a: any): void;
43
- oi(): void;
44
- fp(): boolean;
45
- fq(): boolean;
46
- x1: boolean;
47
- static xt: MapResizeBehavior;
48
- xu: MapResizeBehavior;
49
- xx: boolean;
50
- xy: boolean;
51
- protected xs(): MapBackgroundTilingMode;
52
- private xp;
53
- get xr(): MapBackgroundTilingMode;
54
- set xr(a: MapBackgroundTilingMode);
55
- xq: MapBackgroundTilingMode;
56
- static zg: Rect;
57
- x4: number;
58
- x0: boolean;
59
- xz: boolean;
60
- zw: Rect;
61
- private zf;
62
- get zk(): Rect;
63
- set zk(a: Rect);
64
- zo(): Rect;
65
- private yq;
66
- private zu;
43
+ oy(): void;
44
+ f2(): boolean;
45
+ f3(): boolean;
46
+ yu: boolean;
47
+ static ym: MapResizeBehavior;
48
+ yn: MapResizeBehavior;
49
+ yq: boolean;
50
+ yr: boolean;
51
+ protected yl(): MapBackgroundTilingMode;
52
+ private yi;
53
+ get yk(): MapBackgroundTilingMode;
54
+ set yk(a: MapBackgroundTilingMode);
55
+ yj: MapBackgroundTilingMode;
56
+ static z9: Rect;
57
+ yx: number;
58
+ yt: boolean;
59
+ ys: boolean;
60
+ aap: Rect;
61
+ private z8;
62
+ get aad(): Rect;
63
+ set aad(a: Rect);
64
+ aah(): Rect;
65
+ private zj;
66
+ private aan;
67
67
  get backgroundContent(): GeographicMapImagery;
68
68
  set backgroundContent(a: GeographicMapImagery);
69
- private xm;
70
- get xj(): NumericXAxis;
71
- set xj(a: NumericXAxis);
72
- private xi;
73
- get xl(): NumericYAxis;
74
- set xl(a: NumericYAxis);
75
- private xk;
76
- xo: GeographicMapImagery;
77
- private static zj;
69
+ private yf;
70
+ get yc(): NumericXAxis;
71
+ set yc(a: NumericXAxis);
72
+ private yb;
73
+ get ye(): NumericYAxis;
74
+ set ye(a: NumericYAxis);
75
+ private yd;
76
+ yh: GeographicMapImagery;
77
+ private static aac;
78
78
  getZoomRectFromGeoRect(a: Rect): Rect;
79
- y0(a: Rect): void;
80
- yz(a: Rect): void;
79
+ zt(a: Rect): void;
80
+ zs(a: Rect): void;
81
81
  getZoomFromGeographicRect(a: Rect): Rect;
82
- zl(a: Rect, b: number): Rect;
83
- private zm;
82
+ aae(a: Rect, b: number): Rect;
83
+ private aaf;
84
84
  getZoomFromGeographicPoints(a: Point, b: Point): Rect;
85
- zq(a: Rect): Rect;
86
- zc(a: Point): Point;
87
- zd(a: Point): Point;
88
- ze(a: Point): Point;
89
- yn(): void;
90
- yt(a: Brush): void;
91
- gk(): boolean;
92
- yv(): void;
93
- protected zb: Point;
94
- protected yy(): void;
95
- protected yu(): void;
96
- protected get_fh(): boolean;
97
- protected zi: Rect;
98
- protected wu(): Rect;
99
- nm(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
100
- w5(): Rect;
101
- private zn;
102
- protected wv(a: Rect): Rect;
103
- zp(a: Rect): Rect;
104
- protected db(): SeriesViewerView;
105
- private yp;
106
- protected qo(a: SeriesViewerView): void;
107
- qz(a: Rect, b: Rect): void;
108
- x6: number;
109
- private x3;
110
- get x5(): number;
111
- set x5(a: number);
112
- hz(): number;
113
- h0(): number;
114
- protected r4(): void;
115
- f8(): boolean;
116
- ct(): ZoomCoercionMode;
117
- protected q0(a: any, b: string, c: any, d: any): void;
118
- imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
119
- private yr;
85
+ aaj(a: Rect): Rect;
86
+ z5(a: Point): Point;
87
+ z6(a: Point): Point;
88
+ z7(a: Point): Point;
89
+ zg(): void;
90
+ zm(a: Brush): void;
91
+ gx(): boolean;
92
+ zo(): void;
93
+ protected z4: Point;
94
+ protected zr(): void;
95
+ protected zn(): void;
96
+ protected get_ft(): boolean;
97
+ protected aab: Rect;
98
+ protected xn(): Rect;
99
+ n1(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
100
+ xy(): Rect;
101
+ private aag;
102
+ protected xo(a: Rect): Rect;
103
+ aai(a: Rect): Rect;
104
+ protected dn(): SeriesViewerView;
105
+ private zi;
106
+ protected q4(a: SeriesViewerView): void;
107
+ rf(a: Rect, b: Rect): void;
108
+ yz: number;
120
109
  private yw;
121
- private yx;
122
- xv: XamGeographicMapView;
123
- private xw;
110
+ get yy(): number;
111
+ set yy(a: number);
112
+ ic(): number;
113
+ id(): number;
114
+ protected sw(): void;
115
+ gl(): boolean;
116
+ c5(): ZoomCoercionMode;
117
+ protected rg(a: any, b: string, c: any, d: any): void;
118
+ imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
119
+ private zk;
120
+ private zp;
121
+ private zq;
122
+ yo: XamGeographicMapView;
123
+ private yp;
124
124
  getFontInfo(): FontInfo;
125
- vx(): Brush;
125
+ wq(): Brush;
126
126
  getFontBrush(): Brush;
127
- protected rx(a: Series, b: any): void;
127
+ protected sp(a: Series, b: any): void;
128
128
  register(a: DependencyObject, b: (arg1: boolean) => void): void;
129
129
  unRegister(a: DependencyObject): void;
130
130
  deferredRefresh(): void;
131
131
  deferAction(a: () => void): void;
132
- yo(a: boolean): void;
133
- x9(): any;
134
- w1(a: Rect, b: Rect, c: Rect): Rect;
135
- ys(): void;
136
- private zh;
137
- protected get zv(): Rect;
138
- protected set zv(a: Rect);
139
- y2(a: Rect): void;
140
- private y1;
141
- get x2(): boolean;
132
+ zh(a: boolean): void;
133
+ y2(): any;
134
+ xu(a: Rect, b: Rect, c: Rect): Rect;
135
+ zl(): void;
136
+ private aaa;
137
+ protected get aao(): Rect;
138
+ protected set aao(a: Rect);
139
+ zv(a: Rect): void;
140
+ private zu;
141
+ get yv(): boolean;
142
142
  static $$p: string[];
143
143
  }
144
144
  /**
@@ -279,15 +279,15 @@ export declare class OpenStreetMapImagery extends GeographicMapImagery {
279
279
  export declare abstract class GeographicXYTriangulatingSeries extends GeographicMapSeriesHost {
280
280
  static $t: Type;
281
281
  protected ct(): SeriesView;
282
- q3(a: SeriesView): void;
283
- xd: GeographicXYTriangulatingSeriesView;
284
- xh: string;
285
- xf: string;
286
- xe: IEnumerable;
287
- xk: string;
282
+ q7(a: SeriesView): void;
283
+ xi: GeographicXYTriangulatingSeriesView;
288
284
  xm: string;
289
- xo: string;
290
- protected rc(a: any, b: string, c: any, d: any): void;
285
+ xk: string;
286
+ xj: IEnumerable;
287
+ xp: string;
288
+ xr: string;
289
+ xt: string;
290
+ protected rg(a: any, b: string, c: any, d: any): void;
291
291
  static $$p: string[];
292
292
  }
293
293
  /**
@@ -298,21 +298,21 @@ export declare class GeographicScatterAreaSeries extends GeographicXYTriangulati
298
298
  protected bk(): Series;
299
299
  protected get_ew(): boolean;
300
300
  constructor();
301
- x3: string;
302
- private xw;
303
- get xy(): ColorScale;
304
- set xy(a: ColorScale);
305
- private x6;
306
- x8(): void;
307
- xx: ColorScale;
308
- protected sl(): void;
309
- xz: ScatterAreaSeries;
310
- protected w4(): Series;
311
- private x7;
301
+ x8: string;
302
+ private x1;
303
+ get x3(): ColorScale;
304
+ set x3(a: ColorScale);
305
+ private yb;
306
+ yd(): void;
307
+ x2: ColorScale;
308
+ protected sp(): void;
309
+ x4: ScatterAreaSeries;
310
+ protected w9(): Series;
311
+ private yc;
312
312
  protected ct(): SeriesView;
313
- q3(a: SeriesView): void;
314
- x1: GeographicScatterAreaSeriesView;
315
- protected rc(a: any, b: string, c: any, d: any): void;
313
+ q7(a: SeriesView): void;
314
+ x6: GeographicScatterAreaSeriesView;
315
+ protected rg(a: any, b: string, c: any, d: any): void;
316
316
  triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
317
317
  protected get_g8(): boolean;
318
318
  protected set_g8(a: boolean): void;
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./igx-azure-maps-map-imagery-module";
4
+ export declare class IgxAzureMapsMapImageryDynamicModule {
5
+ constructor();
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgxAzureMapsMapImageryDynamicModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgxAzureMapsMapImageryDynamicModule, never, [typeof i1.CommonModule, typeof i2.IgxAzureMapsMapImageryModule], [typeof i2.IgxAzureMapsMapImageryModule]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgxAzureMapsMapImageryDynamicModule>;
9
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/common";
3
+ export declare class IgxAzureMapsMapImageryModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgxAzureMapsMapImageryModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgxAzureMapsMapImageryModule, never, [typeof i1.CommonModule], never>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgxAzureMapsMapImageryModule>;
7
+ }
@@ -0,0 +1,51 @@
1
+ import { AzureMapsImageryStyle } from "./AzureMapsImageryStyle";
2
+ import { IgxGeographicMapImagery } from "./igx-geographic-map-imagery";
3
+ import { AzureMapsMapImagery as AzureMapsMapImagery_internal } from "./AzureMapsMapImagery";
4
+ /**
5
+ * UI element class used to display AzureMapsMap imagery in the IgxGeographicMap.Component
6
+ */
7
+ export declare class IgxAzureMapsMapImagery extends IgxGeographicMapImagery {
8
+ protected createImplementation(): AzureMapsMapImagery_internal;
9
+ /**
10
+ * @hidden
11
+ */
12
+ get i(): AzureMapsMapImagery_internal;
13
+ constructor();
14
+ /**
15
+ * Gets or sets the culture name for this tile source.
16
+ */
17
+ get cultureName(): string;
18
+ set cultureName(v: string);
19
+ /**
20
+ * Gets or sets a subscription key required by the Azure Maps imagery service.
21
+ * For more information see https://learn.microsoft.com/en-us/azure/azure-maps/azure-maps-authentication#shared-key-authentication.
22
+ */
23
+ get apiKey(): string;
24
+ set apiKey(v: string);
25
+ /**
26
+ * Gets or sets the API version used by the Azure Maps imagery service.
27
+ * For more information see Render API version in https://learn.microsoft.com/en-us/azure/azure-maps/rest-api-azure-maps#latest-release.
28
+ */
29
+ get apiVersion(): string;
30
+ set apiVersion(v: string);
31
+ /**
32
+ * Gets or sets a map style of the Azure Maps imagery tiles.
33
+ * For example: Road map style.
34
+ */
35
+ get imageryStyle(): AzureMapsImageryStyle;
36
+ set imageryStyle(v: AzureMapsImageryStyle);
37
+ static ngAcceptInputType_imageryStyle: AzureMapsImageryStyle | string;
38
+ /**
39
+ * Gets or sets a string that specifies which maps to show for geopolitically disputed regions.
40
+ * For more information see https://learn.microsoft.com/en-us/rest/api/maps/render/get-map-tile#localizedmapview.
41
+ */
42
+ get localizedView(): string;
43
+ set localizedView(v: string);
44
+ /**
45
+ * Gets or sets a specific date and time for the map.
46
+ * Note that not all tilesets support this option and those that do might have restrictions.
47
+ * For more information see https://learn.microsoft.com/en-us/rest/api/maps/render/get-map-tile#uri-parameters.
48
+ */
49
+ get timestamp(): Date;
50
+ set timestamp(v: Date);
51
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular-maps",
3
- "version": "20.0.1-beta.0",
3
+ "version": "20.0.2-beta.0",
4
4
  "description": "Ignite UI Angular map components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-angular-maps",
6
6
  "keywords": [
@@ -27,7 +27,7 @@
27
27
  "@angular/common": "^20.0.0",
28
28
  "@angular/compiler": "^20.0.0",
29
29
  "@angular/core": "^20.0.0",
30
- "igniteui-angular-core": "25.1.0.45"
30
+ "igniteui-angular-core": "25.1.0.66"
31
31
  },
32
32
  "sideEffects": false,
33
33
  "typings": "igniteui-angular-maps.d.ts",
package/public_api.d.ts CHANGED
@@ -17,6 +17,7 @@ export * from './lib/GeographicTileSeries';
17
17
  export * from './lib/igx-geographic-tile-series-component';
18
18
  export * from './lib/igx-geographic-tile-series-module';
19
19
  export * from './lib/igx-geographic-tile-series-dynamic-module';
20
+ export * from './lib/AzureMapsMapImageryView';
20
21
  export * from './lib/BingMapsMapImageryView';
21
22
  export * from './lib/GeographicMapImageryView';
22
23
  export * from './lib/GeographicPolylineSeriesView';
@@ -35,6 +36,11 @@ export * from './lib/GeographicXYTriangulatingSeriesView';
35
36
  export * from './lib/XamGeographicMapView';
36
37
  export * from './lib/SphericalMercatorHorizontalScaler';
37
38
  export * from './lib/SphericalMercatorVerticalScaler';
39
+ export * from './lib/AzureMapsImageryStyle';
40
+ export * from './lib/AzureMapsMapImagery';
41
+ export * from './lib/igx-azure-maps-map-imagery';
42
+ export * from './lib/igx-azure-maps-map-imagery-module';
43
+ export * from './lib/igx-azure-maps-map-imagery-dynamic-module';
38
44
  export * from './lib/BingMapsImageryStyle';
39
45
  export * from './lib/BingResponse';
40
46
  export * from './lib/BingResourceSet';