igniteui-angular-maps 20.2.0 → 20.2.1-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 (76) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +975 -975
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +166 -166
  6. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +58 -58
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +81 -81
  16. package/esm2015/lib/XamGeographicMap_combined.js +124 -124
  17. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  19. package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
  20. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  21. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  22. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  23. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  24. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  25. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  26. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  27. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  28. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  29. package/esm2015/lib/igx-tile-series-component.js +2 -2
  30. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  31. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  32. package/esm5/lib/GeographicMapSeriesHost_combined.js +164 -164
  33. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  34. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  35. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  36. package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
  37. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  38. package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
  39. package/esm5/lib/GeographicTileSeries.js +25 -25
  40. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  41. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  42. package/esm5/lib/TileSeries_combined.js +79 -79
  43. package/esm5/lib/XamGeographicMap_combined.js +123 -123
  44. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  45. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  46. package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
  47. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  48. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  49. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  50. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  51. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  52. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  53. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  54. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  55. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  56. package/esm5/lib/igx-tile-series-component.js +2 -2
  57. package/fesm2015/igniteui-angular-maps.js +983 -983
  58. package/fesm5/igniteui-angular-maps.js +975 -975
  59. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  60. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  61. package/lib/GeographicMapSeriesHost_combined.d.ts +28 -28
  62. package/lib/GeographicMarkerSeries.d.ts +13 -13
  63. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  64. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  65. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  66. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  67. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  68. package/lib/GeographicShapeSeriesBase_combined.d.ts +18 -18
  69. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  70. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  71. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  72. package/lib/GeographicTileSeries.d.ts +8 -8
  73. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  74. package/lib/TileSeries_combined.d.ts +19 -19
  75. package/lib/XamGeographicMap_combined.d.ts +22 -22
  76. package/package.json +2 -2
@@ -27,20 +27,20 @@ export declare class GeographicContourLineSeries extends GeographicXYTriangulati
27
27
  protected bk(): Series;
28
28
  protected get_fm(): boolean;
29
29
  constructor();
30
- protected xp(a: any, b: any): void;
31
- yc: ScatterContourSeries;
32
- protected xj(): Series;
33
- private ym;
30
+ protected xq(a: any, b: any): void;
31
+ yd: ScatterContourSeries;
32
+ protected xk(): Series;
34
33
  private yn;
35
- yj: string;
34
+ private yo;
35
+ yk: string;
36
+ yg: ValueBrushScale;
36
37
  yf: ValueBrushScale;
37
- ye: ValueBrushScale;
38
- protected sy(): void;
38
+ protected sz(): void;
39
39
  protected ct(): SeriesView;
40
- rg(a: SeriesView): void;
41
- yg: GeographicContourLineSeriesView;
42
- yb: ContourValueResolver;
43
- protected rp(a: any, b: string, c: any, d: any): void;
40
+ rh(a: SeriesView): void;
41
+ yh: GeographicContourLineSeriesView;
42
+ yc: ContourValueResolver;
43
+ protected rq(a: any, b: string, c: any, d: any): void;
44
44
  triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
45
45
  static $$p: string[];
46
46
  }
@@ -38,28 +38,28 @@ export declare class GeographicHighDensityScatterSeries extends GeographicMapSer
38
38
  protected get_fr(): boolean;
39
39
  constructor();
40
40
  protected ct(): SeriesView;
41
- rg(a: SeriesView): void;
42
- xt: GeographicHighDensityScatterSeriesView;
43
- protected xj(): Series;
44
- private xs;
45
- x7: string;
46
- x9: string;
41
+ rh(a: SeriesView): void;
42
+ xu: GeographicHighDensityScatterSeriesView;
43
+ protected xk(): Series;
44
+ private xt;
45
+ x8: string;
46
+ ya: string;
47
+ xx: boolean;
47
48
  xw: boolean;
48
49
  xv: boolean;
49
- xu: boolean;
50
+ xz: number;
50
51
  xy: number;
51
- xx: number;
52
+ yt: Color;
52
53
  ys: Color;
53
- yr: Color;
54
- x1: number;
54
+ x2: number;
55
55
  progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
56
- private x0;
57
- get x2(): number;
58
- set x2(a: number);
59
- protected xp(a: any, b: any): void;
56
+ private x1;
57
+ get x3(): number;
58
+ set x3(a: number);
59
+ protected xq(a: any, b: any): void;
60
+ private yh;
60
61
  private yg;
61
- private yf;
62
- protected rp(a: any, b: string, c: any, d: any): void;
62
+ protected rq(a: any, b: string, c: any, d: any): void;
63
63
  protected get_hd(): boolean;
64
64
  protected set_hd(a: boolean): void;
65
65
  static $$p: string[];
@@ -15,9 +15,9 @@ import { RenderingContext } from "igniteui-angular-core";
15
15
  */
16
16
  export declare abstract class GeographicMapSeriesHost extends Series {
17
17
  static $t: Type;
18
- qu(): void;
18
+ qv(): void;
19
19
  constructor();
20
- private xi;
20
+ private xj;
21
21
  protected get_ff(): boolean;
22
22
  kz(a: any, b: string): any;
23
23
  mo(a: string): string;
@@ -26,55 +26,55 @@ export declare abstract class GeographicMapSeriesHost extends Series {
26
26
  ed(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number, e: boolean): boolean;
27
27
  ai(): Axis[];
28
28
  bp(): Series;
29
- get xk(): Series;
30
- set xk(a: Series);
29
+ get xl(): Series;
30
+ set xl(a: Series);
31
31
  protected get_hasMarkers(): boolean;
32
- protected xp(a: any, b: any): void;
32
+ protected xq(a: any, b: any): void;
33
33
  dh(a: any, b: Point, c: boolean): HighlightingInfo;
34
34
  di(a: any, b: Point, c: boolean): HighlightingInfo;
35
35
  kw(a: Point): any;
36
36
  kj(a: Point, b: boolean): number;
37
37
  kh(a: Point, b: boolean): number;
38
38
  jd(a: Point, b: boolean, c: boolean): number;
39
- wv(a: Point, b: boolean, c: boolean): Point;
40
- w7(a: Point): Rect;
41
- ao(a: Point): Rect[];
39
+ ww(a: Point, b: boolean, c: boolean): Point;
42
40
  w8(a: Point): Rect;
43
- ap(a: Point): Rect[];
41
+ ao(a: Point): Rect[];
44
42
  w9(a: Point): Rect;
43
+ ap(a: Point): Rect[];
45
44
  xa(a: Point): Rect;
45
+ xb(a: Point): Rect;
46
46
  i9(a: Point, b: boolean, c: boolean): number;
47
- wr(a: Point, b: boolean, c: boolean): Point;
47
+ ws(a: Point, b: boolean, c: boolean): Point;
48
48
  jb(a: Point, b: boolean, c: boolean): number;
49
- wt(a: Point, b: boolean, c: boolean): Point;
50
- ww(a: Point, b: boolean, c: boolean): Point;
49
+ wu(a: Point, b: boolean, c: boolean): Point;
50
+ wx(a: Point, b: boolean, c: boolean): Point;
51
51
  je(a: Point, b: boolean, c: boolean): number;
52
- ws(a: Point, b: boolean, c: boolean): Point;
52
+ wt(a: Point, b: boolean, c: boolean): Point;
53
53
  ja(a: Point, b: boolean, c: boolean): number;
54
- wu(a: Point, b: boolean, c: boolean): Point;
54
+ wv(a: Point, b: boolean, c: boolean): Point;
55
55
  jc(a: Point, b: boolean, c: boolean): number;
56
56
  kd(a: Point): number;
57
57
  i3(): number;
58
58
  iz(a: Point): number;
59
59
  kx(a: Point): any;
60
- protected abstract xj(): Series;
60
+ protected abstract xk(): Series;
61
61
  protected ct(): SeriesView;
62
- rg(a: SeriesView): void;
63
- xl: HostSeriesView;
64
- static readonly xr: DependencyProperty;
65
- get xm(): number;
66
- set xm(a: number);
67
- protected rp(a: any, b: string, c: any, d: any): void;
68
- private xo;
69
- private xq;
70
- r7(a: boolean): void;
71
- protected rk(a: boolean): void;
72
- r6(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
62
+ rh(a: SeriesView): void;
63
+ xm: HostSeriesView;
64
+ static readonly xs: DependencyProperty;
65
+ get xn(): number;
66
+ set xn(a: number);
67
+ protected rq(a: any, b: string, c: any, d: any): void;
68
+ private xp;
69
+ private xr;
70
+ r8(a: boolean): void;
71
+ protected rl(a: boolean): void;
72
+ r7(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
73
73
  a2(a: Point, b: boolean): DataContext;
74
- st(): void;
74
+ su(): void;
75
75
  protected get_coercionMethods(): any;
76
76
  protected set_coercionMethods(a: any): void;
77
- protected qc(a: any): void;
77
+ protected qd(a: any): void;
78
78
  }
79
79
  /**
80
80
  * @hidden
@@ -11,23 +11,23 @@ import { Type } from "igniteui-angular-core";
11
11
  export declare abstract class GeographicMarkerSeries extends GeographicMapSeriesHost {
12
12
  static $t: Type;
13
13
  constructor();
14
- tg(): DataTemplate;
15
- v4(): Brush;
14
+ th(): DataTemplate;
16
15
  v5(): Brush;
16
+ v6(): Brush;
17
17
  iu(): number;
18
18
  ml(): string;
19
- private x8;
20
- xu: MarkerType;
21
- xv: number;
22
- xt: MarkerOutlineMode;
23
- xs: MarkerFillMode;
24
- ya: DataTemplate;
25
- yo: Brush;
26
- yp: Brush;
19
+ private x9;
20
+ xv: MarkerType;
27
21
  xw: number;
28
- x9: DataTemplate;
29
- ym: Brush;
22
+ xu: MarkerOutlineMode;
23
+ xt: MarkerFillMode;
24
+ yb: DataTemplate;
25
+ yp: Brush;
26
+ yq: Brush;
27
+ xx: number;
28
+ ya: DataTemplate;
30
29
  yn: Brush;
31
- protected rp(a: any, b: string, c: any, d: any): void;
30
+ yo: Brush;
31
+ protected rq(a: any, b: string, c: any, d: any): void;
32
32
  static $$p: string[];
33
33
  }
@@ -6,5 +6,5 @@ import { Type } from "igniteui-angular-core";
6
6
  */
7
7
  export declare abstract class GeographicMarkerSeriesBase extends GeographicMarkerSeries {
8
8
  static $t: Type;
9
- protected abstract xj(): Series;
9
+ protected abstract xk(): Series;
10
10
  }
@@ -27,13 +27,13 @@ export declare class GeographicPolylineSeries extends GeographicShapeSeriesBase
27
27
  protected get_fu(): boolean;
28
28
  constructor();
29
29
  protected ct(): SeriesView;
30
- rg(a: SeriesView): void;
31
- y0: GeographicPolylineSeriesView;
32
- yz: StyleSelector;
33
- y7: Style;
34
- protected xj(): Series;
35
- private y4;
30
+ rh(a: SeriesView): void;
31
+ y1: GeographicPolylineSeriesView;
32
+ y0: StyleSelector;
33
+ y8: Style;
34
+ protected xk(): Series;
35
+ private y5;
36
36
  styleShape: (sender: any, e: StyleShapeEventArgs) => void;
37
- protected rp(a: any, b: string, c: any, d: any): void;
37
+ protected rq(a: any, b: string, c: any, d: any): void;
38
38
  static $$p: string[];
39
39
  }
@@ -6,5 +6,5 @@ import { Type } from "igniteui-angular-core";
6
6
  */
7
7
  export declare abstract class GeographicProportionalSymbolSeriesBase extends GeographicMarkerSeriesBase {
8
8
  static $t: Type;
9
- protected abstract xj(): Series;
9
+ protected abstract xk(): Series;
10
10
  }
@@ -48,34 +48,34 @@ export declare class GeographicProportionalSymbolSeries extends GeographicMarker
48
48
  protected get_ek(): boolean;
49
49
  constructor();
50
50
  protected ct(): SeriesView;
51
- rg(a: SeriesView): void;
52
- yw: GeographicProportionalSymbolSeriesView;
51
+ rh(a: SeriesView): void;
52
+ yx: GeographicProportionalSymbolSeriesView;
53
53
  protected jt(): number;
54
- protected xj(): Series;
55
- private yt;
56
- zh: string;
57
- zj: string;
58
- zo: string;
59
- yv: SizeScale;
60
- zf: string;
61
- y7: string;
62
- ys: BrushScale;
63
- yz: boolean;
64
- y2: boolean;
65
- y5: number;
66
- y4: number;
54
+ protected xk(): Series;
55
+ private yu;
56
+ zi: string;
57
+ zk: string;
58
+ zp: string;
59
+ yw: SizeScale;
60
+ zg: string;
61
+ y8: string;
62
+ yt: BrushScale;
63
+ y0: boolean;
67
64
  y3: boolean;
65
+ y6: number;
66
+ y5: number;
67
+ y4: boolean;
68
+ y2: boolean;
68
69
  y1: boolean;
69
- y0: boolean;
70
+ protected yz: boolean;
70
71
  protected yy: boolean;
71
- protected yx: boolean;
72
72
  protected get_fh(): boolean;
73
73
  assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
74
74
  assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
75
- yu: ScatterItemSearchMode;
76
- y6: number;
77
- protected rp(a: any, b: string, c: any, d: any): void;
75
+ yv: ScatterItemSearchMode;
76
+ y7: number;
77
+ protected rq(a: any, b: string, c: any, d: any): void;
78
+ private zu;
78
79
  private zt;
79
- private zs;
80
80
  static $$p: string[];
81
81
  }
@@ -6,5 +6,5 @@ import { Type } from "igniteui-angular-core";
6
6
  */
7
7
  export declare abstract class GeographicShapeSeriesBaseBase extends GeographicMapSeriesHost {
8
8
  static $t: Type;
9
- protected abstract xj(): Series;
9
+ protected abstract xk(): Series;
10
10
  }
@@ -13,33 +13,33 @@ import { HostSeriesView } from "./HostSeriesView";
13
13
  export declare abstract class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
14
14
  static $t: Type;
15
15
  protected ct(): SeriesView;
16
- xw: GeographicShapeSeriesBaseView;
17
- rg(a: SeriesView): void;
18
- yj: string;
16
+ xx: GeographicShapeSeriesBaseView;
17
+ rh(a: SeriesView): void;
18
+ yk: string;
19
19
  protected get_fh(): boolean;
20
20
  protected get_ef(): boolean;
21
+ x5: boolean;
21
22
  x4: boolean;
22
- x3: boolean;
23
+ protected x2: boolean;
23
24
  protected x1: boolean;
24
- protected x0: boolean;
25
- xv: ShapeItemSearchMode;
25
+ xw: ShapeItemSearchMode;
26
+ x8: number;
27
+ x9: string;
28
+ xv: BrushScale;
29
+ x3: boolean;
26
30
  x7: number;
27
- x8: string;
28
- xu: BrushScale;
29
- x2: boolean;
30
- x6: number;
31
31
  assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void;
32
32
  assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void;
33
- protected rp(a: any, b: string, c: any, d: any): void;
34
- private ym;
35
- private yl;
33
+ protected rq(a: any, b: string, c: any, d: any): void;
36
34
  private yn;
35
+ private ym;
37
36
  private yo;
38
- private xx;
39
- private xz;
40
- get xy(): ShapefileConverter;
41
- set xy(a: ShapefileConverter);
42
- x5: number;
37
+ private yp;
38
+ private xy;
39
+ private x0;
40
+ get xz(): ShapefileConverter;
41
+ set xz(a: ShapefileConverter);
42
+ x6: number;
43
43
  protected get_hd(): boolean;
44
44
  protected set_hd(a: boolean): void;
45
45
  static $$p: string[];
@@ -40,32 +40,32 @@ export declare class GeographicShapeSeries extends GeographicShapeSeriesBase {
40
40
  protected get_ft(): boolean;
41
41
  constructor();
42
42
  protected ct(): SeriesView;
43
- y4: GeographicShapeSeriesView;
44
- rg(a: SeriesView): void;
45
- protected xj(): Series;
46
- private zl;
47
- styleShape: (sender: any, e: StyleShapeEventArgs) => void;
43
+ y5: GeographicShapeSeriesView;
44
+ rh(a: SeriesView): void;
45
+ protected xk(): Series;
48
46
  private zm;
49
- y3: StyleSelector;
50
- z8: Style;
51
- y2: MarkerType;
52
- y1: MarkerOutlineMode;
53
- y0: MarkerFillMode;
54
- zo: DataTemplate;
55
- z5: Brush;
47
+ styleShape: (sender: any, e: StyleShapeEventArgs) => void;
48
+ private zn;
49
+ y4: StyleSelector;
50
+ z9: Style;
51
+ y3: MarkerType;
52
+ y2: MarkerOutlineMode;
53
+ y1: MarkerFillMode;
54
+ zp: DataTemplate;
56
55
  z6: Brush;
57
- z7: Style;
58
- y5: number;
56
+ z7: Brush;
57
+ z8: Style;
58
+ y6: number;
59
59
  iu(): number;
60
- v4(): Brush;
61
60
  v5(): Brush;
62
- tg(): DataTemplate;
61
+ v6(): Brush;
62
+ th(): DataTemplate;
63
63
  ml(): string;
64
- yz: CollisionAvoidanceType;
65
- protected rp(a: any, b: string, c: any, d: any): void;
64
+ y0: CollisionAvoidanceType;
65
+ protected rq(a: any, b: string, c: any, d: any): void;
66
66
  protected jt(): number;
67
- zn: DataTemplate;
68
- z3: Brush;
67
+ zo: DataTemplate;
69
68
  z4: Brush;
69
+ z5: Brush;
70
70
  static $$p: string[];
71
71
  }
@@ -6,5 +6,5 @@ import { Type } from "igniteui-angular-core";
6
6
  */
7
7
  export declare abstract class GeographicSymbolSeriesBase extends GeographicMarkerSeriesBase {
8
8
  static $t: Type;
9
- protected abstract xj(): Series;
9
+ protected abstract xk(): Series;
10
10
  }
@@ -38,26 +38,26 @@ export declare class GeographicSymbolSeries extends GeographicMarkerSeries {
38
38
  protected get_ek(): boolean;
39
39
  constructor();
40
40
  protected ct(): SeriesView;
41
- rg(a: SeriesView): void;
42
- yv: GeographicSymbolSeriesView;
41
+ rh(a: SeriesView): void;
42
+ yw: GeographicSymbolSeriesView;
43
43
  protected jt(): number;
44
- protected xj(): Series;
45
- private yu;
46
- y6: string;
47
- y8: string;
48
- ys: CollisionAvoidanceType;
44
+ protected xk(): Series;
45
+ private yv;
46
+ y7: string;
47
+ y9: string;
48
+ yt: CollisionAvoidanceType;
49
+ y0: boolean;
49
50
  yz: boolean;
50
- yy: boolean;
51
+ protected yy: boolean;
51
52
  protected yx: boolean;
52
- protected yw: boolean;
53
53
  protected get_fh(): boolean;
54
54
  assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
55
55
  assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
56
- yt: ScatterItemSearchMode;
57
- y1: number;
58
- protected rp(a: any, b: string, c: any, d: any): void;
56
+ yu: ScatterItemSearchMode;
57
+ y2: number;
58
+ protected rq(a: any, b: string, c: any, d: any): void;
59
+ private ze;
59
60
  private zd;
60
- private zc;
61
- y0: boolean;
61
+ y1: boolean;
62
62
  static $$p: string[];
63
63
  }
@@ -11,14 +11,14 @@ export declare class GeographicTileSeries extends GeographicShapeSeriesBase {
11
11
  protected bk(): Series;
12
12
  protected get_f6(): boolean;
13
13
  constructor();
14
- get y1(): GeographicMapImagery;
15
- set y1(a: GeographicMapImagery);
14
+ get y2(): GeographicMapImagery;
15
+ set y2(a: GeographicMapImagery);
16
+ private y1;
17
+ y6(): void;
18
+ protected rq(a: any, b: string, c: any, d: any): void;
16
19
  private y0;
17
- y5(): void;
18
- protected rp(a: any, b: string, c: any, d: any): void;
19
- private yz;
20
- protected xp(a: any, b: any): void;
21
- protected xj(): Series;
20
+ protected xq(a: any, b: any): void;
21
+ protected xk(): Series;
22
22
  imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
23
- private y4;
23
+ private y5;
24
24
  }
@@ -6,5 +6,5 @@ import { Type } from "igniteui-angular-core";
6
6
  */
7
7
  export declare abstract class GeographicXYTriangulatingSeriesBase extends GeographicMapSeriesHost {
8
8
  static $t: Type;
9
- protected abstract xj(): Series;
9
+ protected abstract xk(): Series;
10
10
  }
@@ -22,31 +22,31 @@ export declare class TileSeries extends ShapeSeriesBase implements IMapRenderDef
22
22
  protected get_f6(): boolean;
23
23
  constructor();
24
24
  protected ct(): SeriesView;
25
- rg(a: SeriesView): void;
26
- protected get_yu(): boolean;
27
- protected aar: TileSeriesView;
28
- get aav(): GeographicMapImagery;
29
- set aav(a: GeographicMapImagery);
25
+ rh(a: SeriesView): void;
26
+ protected get_yv(): boolean;
27
+ protected aas: TileSeriesView;
28
+ get aaw(): GeographicMapImagery;
29
+ set aaw(a: GeographicMapImagery);
30
+ private aau;
30
31
  private aat;
31
- private aas;
32
- protected get aau(): GeographicMapImagery;
33
- protected set aau(a: GeographicMapImagery);
34
- protected rp(a: any, b: string, c: any, d: any): void;
35
- private aa0;
36
- imageTilesReady: (sender: any, e: EventArgs) => void;
32
+ protected get aav(): GeographicMapImagery;
33
+ protected set aav(a: GeographicMapImagery);
34
+ protected rq(a: any, b: string, c: any, d: any): void;
37
35
  private aa1;
38
- private aaw;
36
+ imageTilesReady: (sender: any, e: EventArgs) => void;
37
+ private aa2;
38
+ private aax;
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 s7(a: Rect, b: Rect): void;
44
- private aax;
45
- r8(a: boolean): void;
46
- protected aa2(a: boolean, b: SeriesView): void;
47
- r6(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
48
- private aa3;
49
- ph(a: boolean, b: SeriesView): void;
43
+ protected s8(a: Rect, b: Rect): void;
44
+ private aay;
45
+ r9(a: boolean): void;
46
+ protected aa3(a: boolean, b: SeriesView): void;
47
+ r7(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
48
+ private aa4;
49
+ pi(a: boolean, b: SeriesView): void;
50
50
  }
51
51
  /**
52
52
  * @hidden
@@ -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
- rg(a: SeriesView): void;
283
- xs: GeographicXYTriangulatingSeriesView;
284
- xw: string;
285
- xu: string;
286
- xt: IEnumerable;
287
- xz: string;
288
- x1: string;
289
- x3: string;
290
- protected rp(a: any, b: string, c: any, d: any): void;
282
+ rh(a: SeriesView): void;
283
+ xt: GeographicXYTriangulatingSeriesView;
284
+ xx: string;
285
+ xv: string;
286
+ xu: IEnumerable;
287
+ x0: string;
288
+ x2: string;
289
+ x4: string;
290
+ protected rq(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_ex(): boolean;
300
300
  constructor();
301
- yi: string;
302
- private yb;
303
- get yd(): ColorScale;
304
- set yd(a: ColorScale);
305
- private yl;
306
- yn(): void;
307
- yc: ColorScale;
308
- protected sy(): void;
309
- ye: ScatterAreaSeries;
310
- protected xj(): Series;
301
+ yj: string;
302
+ private yc;
303
+ get ye(): ColorScale;
304
+ set ye(a: ColorScale);
311
305
  private ym;
306
+ yo(): void;
307
+ yd: ColorScale;
308
+ protected sz(): void;
309
+ yf: ScatterAreaSeries;
310
+ protected xk(): Series;
311
+ private yn;
312
312
  protected ct(): SeriesView;
313
- rg(a: SeriesView): void;
314
- yg: GeographicScatterAreaSeriesView;
315
- protected rp(a: any, b: string, c: any, d: any): void;
313
+ rh(a: SeriesView): void;
314
+ yh: GeographicScatterAreaSeriesView;
315
+ protected rq(a: any, b: string, c: any, d: any): void;
316
316
  triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
317
317
  protected get_hd(): boolean;
318
318
  protected set_hd(a: boolean): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular-maps",
3
- "version": "20.2.0",
3
+ "version": "20.2.1-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": "20.2.0"
30
+ "igniteui-angular-core": "20.2.1-beta.0"
31
31
  },
32
32
  "sideEffects": false,
33
33
  "typings": "igniteui-angular-maps.d.ts",