igniteui-angular-maps 13.2.0-beta.3 → 14.1.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 (72) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +946 -946
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +34 -34
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +154 -154
  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 +55 -55
  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/TileSeries_combined.js +79 -79
  14. package/esm2015/lib/XamGeographicMap_combined.js +82 -82
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +23 -23
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  17. package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
  18. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  19. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  20. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
  21. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +17 -17
  22. package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
  23. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  24. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  25. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  26. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igx-tile-series-component.js +3 -3
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +34 -34
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +152 -152
  31. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
  37. package/esm5/lib/GeographicTileSeries.js +25 -25
  38. package/esm5/lib/TileSeries_combined.js +77 -77
  39. package/esm5/lib/XamGeographicMap_combined.js +81 -81
  40. package/esm5/lib/igx-geographic-contour-line-series-component.js +23 -23
  41. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  42. package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
  43. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  44. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  45. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
  46. package/esm5/lib/igx-geographic-scatter-area-series-component.js +17 -17
  47. package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
  48. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  49. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  50. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  51. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igx-tile-series-component.js +3 -3
  53. package/fesm2015/igniteui-angular-maps.js +954 -954
  54. package/fesm5/igniteui-angular-maps.js +946 -946
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +26 -26
  58. package/lib/GeographicMarkerSeries.d.ts +13 -13
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  68. package/lib/GeographicTileSeries.d.ts +8 -8
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +18 -18
  71. package/lib/XamGeographicMap_combined.d.ts +22 -22
  72. package/package.json +5 -5
@@ -26,20 +26,20 @@ export declare class GeographicContourLineSeries extends GeographicXYTriangulati
26
26
  static $t: Type;
27
27
  protected get_d0(): boolean;
28
28
  constructor();
29
- protected qa(): void;
30
- qx: ScatterContourSeries;
31
- protected p4(): Series;
32
- private q7;
29
+ protected qb(): void;
30
+ qy: ScatterContourSeries;
31
+ protected p5(): Series;
33
32
  private q8;
34
- q4: string;
33
+ private q9;
34
+ q5: string;
35
+ q1: ValueBrushScale;
35
36
  q0: ValueBrushScale;
36
- qz: ValueBrushScale;
37
- protected mv(): void;
37
+ protected mw(): void;
38
38
  protected bx(): SeriesView;
39
- ly(a: SeriesView): void;
40
- q1: GeographicContourLineSeriesView;
41
- qw: ContourValueResolver;
42
- protected l3(a: any, b: string, c: any, d: any): void;
39
+ lz(a: SeriesView): void;
40
+ q2: GeographicContourLineSeriesView;
41
+ qx: ContourValueResolver;
42
+ protected l4(a: any, b: string, c: any, d: any): void;
43
43
  triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
44
44
  static $$p: string[];
45
45
  }
@@ -37,28 +37,28 @@ export declare class GeographicHighDensityScatterSeries extends GeographicMapSer
37
37
  protected get_d5(): boolean;
38
38
  constructor();
39
39
  protected bx(): SeriesView;
40
- ly(a: SeriesView): void;
41
- qe: GeographicHighDensityScatterSeriesView;
42
- protected p4(): Series;
43
- private qd;
44
- qs: string;
45
- qu: string;
40
+ lz(a: SeriesView): void;
41
+ qf: GeographicHighDensityScatterSeriesView;
42
+ protected p5(): Series;
43
+ private qe;
44
+ qt: string;
45
+ qv: string;
46
+ qi: boolean;
46
47
  qh: boolean;
47
48
  qg: boolean;
48
- qf: boolean;
49
+ qk: number;
49
50
  qj: number;
50
- qi: number;
51
+ re: Color;
51
52
  rd: Color;
52
- rc: Color;
53
- qm: number;
53
+ qn: number;
54
54
  progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
55
- private ql;
56
- get qn(): number;
57
- set qn(a: number);
58
- protected qa(): void;
55
+ private qm;
56
+ get qo(): number;
57
+ set qo(a: number);
58
+ protected qb(): void;
59
+ private q2;
59
60
  private q1;
60
- private q0;
61
- protected l3(a: any, b: string, c: any, d: any): void;
61
+ protected l4(a: any, b: string, c: any, d: any): void;
62
62
  protected get_e3(): boolean;
63
63
  protected set_e3(a: boolean): void;
64
64
  static $$p: string[];
@@ -15,59 +15,59 @@ import { RenderingContext } from "igniteui-angular-core";
15
15
  */
16
16
  export declare abstract class GeographicMapSeriesHost extends Series {
17
17
  static $t: Type;
18
- lj(): void;
18
+ lk(): void;
19
19
  constructor();
20
- private p3;
20
+ private p4;
21
21
  protected get_dv(): boolean;
22
22
  hw(a: any, b: string): any;
23
23
  c1(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number): boolean;
24
24
  ag(): Axis[];
25
25
  be(): Series;
26
- get p5(): Series;
27
- set p5(a: Series);
26
+ get p6(): Series;
27
+ set p6(a: Series);
28
28
  protected get_hasMarkers(): boolean;
29
- protected qa(): void;
29
+ protected qb(): void;
30
30
  aw(a: any, b: Point, c: boolean): HighlightingInfo;
31
31
  ax(a: any, b: Point, c: boolean): HighlightingInfo;
32
32
  ht(a: Point): any;
33
33
  hj(a: Point, b: boolean): number;
34
34
  hh(a: Point, b: boolean): number;
35
35
  gj(a: Point, b: boolean, c: boolean): number;
36
- pl(a: Point, b: boolean, c: boolean): Point;
37
- pu(a: Point): Rect;
38
- ak(a: Point): Rect[];
36
+ pm(a: Point, b: boolean, c: boolean): Point;
39
37
  pv(a: Point): Rect;
40
- al(a: Point): Rect[];
38
+ ak(a: Point): Rect[];
41
39
  pw(a: Point): Rect;
40
+ al(a: Point): Rect[];
42
41
  px(a: Point): Rect;
42
+ py(a: Point): Rect;
43
43
  gf(a: Point, b: boolean, c: boolean): number;
44
- ph(a: Point, b: boolean, c: boolean): Point;
44
+ pi(a: Point, b: boolean, c: boolean): Point;
45
45
  gh(a: Point, b: boolean, c: boolean): number;
46
- pj(a: Point, b: boolean, c: boolean): Point;
47
- pm(a: Point, b: boolean, c: boolean): Point;
46
+ pk(a: Point, b: boolean, c: boolean): Point;
47
+ pn(a: Point, b: boolean, c: boolean): Point;
48
48
  gk(a: Point, b: boolean, c: boolean): number;
49
- pi(a: Point, b: boolean, c: boolean): Point;
49
+ pj(a: Point, b: boolean, c: boolean): Point;
50
50
  gg(a: Point, b: boolean, c: boolean): number;
51
- pk(a: Point, b: boolean, c: boolean): Point;
51
+ pl(a: Point, b: boolean, c: boolean): Point;
52
52
  gi(a: Point, b: boolean, c: boolean): number;
53
53
  he(a: Point): number;
54
54
  ga(): number;
55
55
  f6(a: Point): number;
56
56
  hu(a: Point): any;
57
- protected abstract p4(): Series;
57
+ protected abstract p5(): Series;
58
58
  protected bx(): SeriesView;
59
- ly(a: SeriesView): void;
60
- p6: HostSeriesView;
61
- static readonly qc: DependencyProperty;
62
- get p7(): number;
63
- set p7(a: number);
64
- protected l3(a: any, b: string, c: any, d: any): void;
65
- private p9;
66
- private qb;
67
- mh(a: boolean): void;
68
- mg(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
59
+ lz(a: SeriesView): void;
60
+ p7: HostSeriesView;
61
+ static readonly qd: DependencyProperty;
62
+ get p8(): number;
63
+ set p8(a: number);
64
+ protected l4(a: any, b: string, c: any, d: any): void;
65
+ private qa;
66
+ private qc;
67
+ mi(a: boolean): void;
68
+ mh(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
69
69
  at(a: Point, b: boolean): DataContext;
70
- mr(): void;
70
+ ms(): void;
71
71
  protected get_coercionMethods(): any;
72
72
  protected set_coercionMethods(a: any): void;
73
73
  protected k7(a: any): void;
@@ -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
- nd(): DataTemplate;
15
- o5(): Brush;
14
+ ne(): DataTemplate;
16
15
  o6(): Brush;
16
+ o7(): Brush;
17
17
  f2(): number;
18
18
  iy(): string;
19
- private qt;
20
- qf: MarkerType;
21
- qg: number;
22
- qe: MarkerOutlineMode;
23
- qd: MarkerFillMode;
24
- qv: DataTemplate;
25
- q9: Brush;
26
- ra: Brush;
19
+ private qu;
20
+ qg: MarkerType;
27
21
  qh: number;
28
- qu: DataTemplate;
29
- q7: Brush;
22
+ qf: MarkerOutlineMode;
23
+ qe: MarkerFillMode;
24
+ qw: DataTemplate;
25
+ ra: Brush;
26
+ rb: Brush;
27
+ qi: number;
28
+ qv: DataTemplate;
30
29
  q8: Brush;
31
- protected l3(a: any, b: string, c: any, d: any): void;
30
+ q9: Brush;
31
+ protected l4(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 p4(): Series;
9
+ protected abstract p5(): Series;
10
10
  }
@@ -26,13 +26,13 @@ export declare class GeographicPolylineSeries extends GeographicShapeSeriesBase
26
26
  protected get_d8(): boolean;
27
27
  constructor();
28
28
  protected bx(): SeriesView;
29
- ly(a: SeriesView): void;
30
- rc: GeographicPolylineSeriesView;
31
- rb: StyleSelector;
32
- rj: Style;
33
- protected p4(): Series;
34
- private rg;
29
+ lz(a: SeriesView): void;
30
+ rd: GeographicPolylineSeriesView;
31
+ rc: StyleSelector;
32
+ rk: Style;
33
+ protected p5(): Series;
34
+ private rh;
35
35
  styleShape: (sender: any, e: StyleShapeEventArgs) => void;
36
- protected l3(a: any, b: string, c: any, d: any): void;
36
+ protected l4(a: any, b: string, c: any, d: any): void;
37
37
  static $$p: string[];
38
38
  }
@@ -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 p4(): Series;
9
+ protected abstract p5(): Series;
10
10
  }
@@ -47,34 +47,34 @@ export declare class GeographicProportionalSymbolSeries extends GeographicMarker
47
47
  protected get_c4(): boolean;
48
48
  constructor();
49
49
  protected bx(): SeriesView;
50
- ly(a: SeriesView): void;
51
- rh: GeographicProportionalSymbolSeriesView;
50
+ lz(a: SeriesView): void;
51
+ ri: GeographicProportionalSymbolSeriesView;
52
52
  protected gv(): number;
53
- protected p4(): Series;
54
- private re;
55
- r2: string;
56
- r4: string;
57
- r9: string;
58
- rg: SizeScale;
59
- r0: string;
60
- rs: string;
61
- rd: BrushScale;
62
- rk: boolean;
63
- rn: boolean;
64
- rq: number;
65
- rp: number;
53
+ protected p5(): Series;
54
+ private rf;
55
+ r3: string;
56
+ r5: string;
57
+ sa: string;
58
+ rh: SizeScale;
59
+ r1: string;
60
+ rt: string;
61
+ re: BrushScale;
62
+ rl: boolean;
66
63
  ro: boolean;
64
+ rr: number;
65
+ rq: number;
66
+ rp: boolean;
67
+ rn: boolean;
67
68
  rm: boolean;
68
- rl: boolean;
69
+ protected rk: boolean;
69
70
  protected rj: boolean;
70
- protected ri: boolean;
71
71
  protected get_dx(): boolean;
72
72
  assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
73
73
  assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
74
- rf: ScatterItemSearchMode;
75
- rr: number;
76
- protected l3(a: any, b: string, c: any, d: any): void;
74
+ rg: ScatterItemSearchMode;
75
+ rs: number;
76
+ protected l4(a: any, b: string, c: any, d: any): void;
77
+ private sf;
77
78
  private se;
78
- private sd;
79
79
  static $$p: string[];
80
80
  }
@@ -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 p4(): Series;
9
+ protected abstract p5(): Series;
10
10
  }
@@ -12,30 +12,30 @@ import { HostSeriesView } from "./HostSeriesView";
12
12
  export declare abstract class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
13
13
  static $t: Type;
14
14
  protected bx(): SeriesView;
15
- qg: GeographicShapeSeriesBaseView;
16
- ly(a: SeriesView): void;
17
- qy: string;
15
+ qh: GeographicShapeSeriesBaseView;
16
+ lz(a: SeriesView): void;
17
+ qz: string;
18
18
  protected get_dx(): boolean;
19
19
  protected get_c2(): boolean;
20
+ qo: boolean;
20
21
  qn: boolean;
21
- qm: boolean;
22
+ protected qm: boolean;
22
23
  protected ql: boolean;
23
- protected qk: boolean;
24
- qf: ShapeItemSearchMode;
24
+ qg: ShapeItemSearchMode;
25
+ qr: number;
25
26
  qq: number;
26
- qp: number;
27
27
  assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void;
28
28
  assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void;
29
- protected l3(a: any, b: string, c: any, d: any): void;
30
- private q1;
31
- private q0;
29
+ protected l4(a: any, b: string, c: any, d: any): void;
32
30
  private q2;
31
+ private q1;
33
32
  private q3;
34
- private qh;
35
- private qj;
36
- get qi(): ShapefileConverter;
37
- set qi(a: ShapefileConverter);
38
- qo: number;
33
+ private q4;
34
+ private qi;
35
+ private qk;
36
+ get qj(): ShapefileConverter;
37
+ set qj(a: ShapefileConverter);
38
+ qp: number;
39
39
  protected get_e3(): boolean;
40
40
  protected set_e3(a: boolean): void;
41
41
  static $$p: string[];
@@ -39,32 +39,32 @@ export declare class GeographicShapeSeries extends GeographicShapeSeriesBase {
39
39
  protected get_d7(): boolean;
40
40
  constructor();
41
41
  protected bx(): SeriesView;
42
- rg: GeographicShapeSeriesView;
43
- ly(a: SeriesView): void;
44
- protected p4(): Series;
45
- private rx;
46
- styleShape: (sender: any, e: StyleShapeEventArgs) => void;
42
+ rh: GeographicShapeSeriesView;
43
+ lz(a: SeriesView): void;
44
+ protected p5(): Series;
47
45
  private ry;
48
- rf: StyleSelector;
49
- sk: Style;
50
- re: MarkerType;
51
- rd: MarkerOutlineMode;
52
- rc: MarkerFillMode;
53
- r0: DataTemplate;
54
- sh: Brush;
46
+ styleShape: (sender: any, e: StyleShapeEventArgs) => void;
47
+ private rz;
48
+ rg: StyleSelector;
49
+ sl: Style;
50
+ rf: MarkerType;
51
+ re: MarkerOutlineMode;
52
+ rd: MarkerFillMode;
53
+ r1: DataTemplate;
55
54
  si: Brush;
56
- sj: Style;
57
- rh: number;
55
+ sj: Brush;
56
+ sk: Style;
57
+ ri: number;
58
58
  f2(): number;
59
- o5(): Brush;
60
59
  o6(): Brush;
61
- nd(): DataTemplate;
60
+ o7(): Brush;
61
+ ne(): DataTemplate;
62
62
  iy(): string;
63
- rb: CollisionAvoidanceType;
64
- protected l3(a: any, b: string, c: any, d: any): void;
63
+ rc: CollisionAvoidanceType;
64
+ protected l4(a: any, b: string, c: any, d: any): void;
65
65
  protected gv(): number;
66
- rz: DataTemplate;
67
- sf: Brush;
66
+ r0: DataTemplate;
68
67
  sg: Brush;
68
+ sh: Brush;
69
69
  static $$p: string[];
70
70
  }
@@ -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 p4(): Series;
9
+ protected abstract p5(): Series;
10
10
  }
@@ -37,26 +37,26 @@ export declare class GeographicSymbolSeries extends GeographicMarkerSeries {
37
37
  protected get_c4(): boolean;
38
38
  constructor();
39
39
  protected bx(): SeriesView;
40
- ly(a: SeriesView): void;
41
- rg: GeographicSymbolSeriesView;
40
+ lz(a: SeriesView): void;
41
+ rh: GeographicSymbolSeriesView;
42
42
  protected gv(): number;
43
- protected p4(): Series;
44
- private rf;
45
- rr: string;
46
- rt: string;
47
- rd: CollisionAvoidanceType;
43
+ protected p5(): Series;
44
+ private rg;
45
+ rs: string;
46
+ ru: string;
47
+ re: CollisionAvoidanceType;
48
+ rl: boolean;
48
49
  rk: boolean;
49
- rj: boolean;
50
+ protected rj: boolean;
50
51
  protected ri: boolean;
51
- protected rh: boolean;
52
52
  protected get_dx(): boolean;
53
53
  assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
54
54
  assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
55
- re: ScatterItemSearchMode;
56
- rm: number;
57
- protected l3(a: any, b: string, c: any, d: any): void;
55
+ rf: ScatterItemSearchMode;
56
+ rn: number;
57
+ protected l4(a: any, b: string, c: any, d: any): void;
58
+ private rz;
58
59
  private ry;
59
- private rx;
60
- rl: boolean;
60
+ rm: boolean;
61
61
  static $$p: string[];
62
62
  }
@@ -10,14 +10,14 @@ export declare class GeographicTileSeries extends GeographicShapeSeriesBase {
10
10
  static $t: Type;
11
11
  protected get_ei(): boolean;
12
12
  constructor();
13
- get rd(): GeographicMapImagery;
14
- set rd(a: GeographicMapImagery);
13
+ get re(): GeographicMapImagery;
14
+ set re(a: GeographicMapImagery);
15
+ private rd;
16
+ ri(): void;
17
+ protected l4(a: any, b: string, c: any, d: any): void;
15
18
  private rc;
16
- rh(): void;
17
- protected l3(a: any, b: string, c: any, d: any): void;
18
- private rb;
19
- protected qa(): void;
20
- protected p4(): Series;
19
+ protected qb(): void;
20
+ protected p5(): Series;
21
21
  imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
22
- private rg;
22
+ private rh;
23
23
  }
@@ -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 p4(): Series;
9
+ protected abstract p5(): Series;
10
10
  }
@@ -20,30 +20,30 @@ export declare class TileSeries extends ShapeSeriesBase implements IMapRenderDef
20
20
  protected get_ei(): boolean;
21
21
  constructor();
22
22
  protected bx(): SeriesView;
23
- ly(a: SeriesView): void;
24
- protected get_q6(): boolean;
25
- protected sq: TileSeriesView;
26
- get su(): GeographicMapImagery;
27
- set su(a: GeographicMapImagery);
23
+ lz(a: SeriesView): void;
24
+ protected get_q7(): boolean;
25
+ protected sr: TileSeriesView;
26
+ get sv(): GeographicMapImagery;
27
+ set sv(a: GeographicMapImagery);
28
+ private st;
28
29
  private ss;
29
- private sr;
30
- protected get st(): GeographicMapImagery;
31
- protected set st(a: GeographicMapImagery);
32
- protected l3(a: any, b: string, c: any, d: any): void;
33
- private sz;
34
- imageTilesReady: (sender: any, e: EventArgs) => void;
30
+ protected get su(): GeographicMapImagery;
31
+ protected set su(a: GeographicMapImagery);
32
+ protected l4(a: any, b: string, c: any, d: any): void;
35
33
  private s0;
36
- private sv;
34
+ imageTilesReady: (sender: any, e: EventArgs) => void;
35
+ private s1;
36
+ private sw;
37
37
  register(a: DependencyObject, b: (arg1: boolean) => void): void;
38
38
  unRegister(a: DependencyObject): void;
39
39
  deferredRefresh(): void;
40
40
  deferAction(a: () => void): void;
41
- protected m4(a: Rect, b: Rect): void;
42
- private sw;
43
- mi(a: boolean): void;
44
- protected s1(a: boolean, b: SeriesView): void;
45
- mg(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
46
- private s2;
41
+ protected m5(a: Rect, b: Rect): void;
42
+ private sx;
43
+ mj(a: boolean): void;
44
+ protected s2(a: boolean, b: SeriesView): void;
45
+ mh(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
46
+ private s3;
47
47
  kx(a: boolean, b: SeriesView): void;
48
48
  }
49
49
  /**
@@ -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 bx(): SeriesView;
282
- ly(a: SeriesView): void;
283
- qd: GeographicXYTriangulatingSeriesView;
284
- qh: string;
285
- qf: string;
286
- qe: IEnumerable;
287
- qk: string;
288
- qm: string;
289
- qo: string;
290
- protected l3(a: any, b: string, c: any, d: any): void;
282
+ lz(a: SeriesView): void;
283
+ qe: GeographicXYTriangulatingSeriesView;
284
+ qi: string;
285
+ qg: string;
286
+ qf: IEnumerable;
287
+ ql: string;
288
+ qn: string;
289
+ qp: string;
290
+ protected l4(a: any, b: string, c: any, d: any): void;
291
291
  static $$p: string[];
292
292
  }
293
293
  /**
@@ -297,21 +297,21 @@ export declare class GeographicScatterAreaSeries extends GeographicXYTriangulati
297
297
  static $t: Type;
298
298
  protected get_dd(): boolean;
299
299
  constructor();
300
- q3: string;
301
- private qw;
302
- get qy(): ColorScale;
303
- set qy(a: ColorScale);
304
- private q6;
305
- q8(): void;
306
- qx: ColorScale;
307
- protected mv(): void;
308
- qz: ScatterAreaSeries;
309
- protected p4(): Series;
300
+ q4: string;
301
+ private qx;
302
+ get qz(): ColorScale;
303
+ set qz(a: ColorScale);
310
304
  private q7;
305
+ q9(): void;
306
+ qy: ColorScale;
307
+ protected mw(): void;
308
+ q0: ScatterAreaSeries;
309
+ protected p5(): Series;
310
+ private q8;
311
311
  protected bx(): SeriesView;
312
- ly(a: SeriesView): void;
313
- q1: GeographicScatterAreaSeriesView;
314
- protected l3(a: any, b: string, c: any, d: any): void;
312
+ lz(a: SeriesView): void;
313
+ q2: GeographicScatterAreaSeriesView;
314
+ protected l4(a: any, b: string, c: any, d: any): void;
315
315
  triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
316
316
  protected get_e3(): boolean;
317
317
  protected set_e3(a: boolean): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular-maps",
3
- "version": "13.2.0-beta.3",
3
+ "version": "14.1.0",
4
4
  "description": "Ignite UI Angular map components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-angular-maps",
6
6
  "keywords": [
@@ -16,10 +16,10 @@
16
16
  "tslib": "^2.3.1"
17
17
  },
18
18
  "peerDependencies": {
19
- "@angular/common": "^13.0.0",
20
- "@angular/compiler": "^13.0.0",
21
- "@angular/core": "^13.0.0",
22
- "igniteui-angular-core": "13.2.0-beta.3"
19
+ "@angular/common": "^14.0.0",
20
+ "@angular/compiler": "^14.0.0",
21
+ "@angular/core": "^14.0.0",
22
+ "igniteui-angular-core": "14.1.0"
23
23
  },
24
24
  "sideEffects": false,
25
25
  "typings": "igniteui-angular-maps.d.ts",