igniteui-angular-maps 18.1.0 → 18.1.1

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 +921 -921
  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 +162 -162
  6. package/esm2015/lib/GeographicMarkerSeries.js +27 -27
  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 +51 -51
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/TileSeries_combined.js +81 -81
  14. package/esm2015/lib/XamGeographicMap_combined.js +82 -82
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  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 +12 -12
  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 +32 -32
  21. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  22. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  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 +3 -3
  26. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igx-tile-series-component.js +2 -2
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +160 -160
  31. package/esm5/lib/GeographicMarkerSeries.js +27 -27
  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 +51 -51
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
  37. package/esm5/lib/GeographicTileSeries.js +25 -25
  38. package/esm5/lib/TileSeries_combined.js +79 -79
  39. package/esm5/lib/XamGeographicMap_combined.js +81 -81
  40. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  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 +12 -12
  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 +32 -32
  46. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  47. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  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 +3 -3
  51. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igx-tile-series-component.js +2 -2
  53. package/fesm2015/igniteui-angular-maps.js +929 -929
  54. package/fesm5/igniteui-angular-maps.js +921 -921
  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 +28 -28
  58. package/lib/GeographicMarkerSeries.d.ts +14 -14
  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 +21 -21
  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 +19 -19
  71. package/lib/XamGeographicMap_combined.d.ts +22 -22
  72. package/package.json +2 -2
@@ -27,20 +27,20 @@ export declare class GeographicContourLineSeries extends GeographicXYTriangulati
27
27
  protected bi(): Series;
28
28
  protected get_fh(): boolean;
29
29
  constructor();
30
- protected ww(): void;
31
- xj: ScatterContourSeries;
32
- protected wq(): Series;
33
- private xt;
30
+ protected wx(): void;
31
+ xk: ScatterContourSeries;
32
+ protected wr(): Series;
34
33
  private xu;
35
- xq: string;
34
+ private xv;
35
+ xr: string;
36
+ xn: ValueBrushScale;
36
37
  xm: ValueBrushScale;
37
- xl: ValueBrushScale;
38
- protected sa(): void;
38
+ protected sb(): void;
39
39
  protected cq(): SeriesView;
40
- qw(a: SeriesView): void;
41
- xn: GeographicContourLineSeriesView;
42
- xi: ContourValueResolver;
43
- protected q4(a: any, b: string, c: any, d: any): void;
40
+ qx(a: SeriesView): void;
41
+ xo: GeographicContourLineSeriesView;
42
+ xj: ContourValueResolver;
43
+ protected q5(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_fm(): boolean;
39
39
  constructor();
40
40
  protected cq(): SeriesView;
41
- qw(a: SeriesView): void;
42
- w0: GeographicHighDensityScatterSeriesView;
43
- protected wq(): Series;
44
- private wz;
45
- xe: string;
46
- xg: string;
41
+ qx(a: SeriesView): void;
42
+ w1: GeographicHighDensityScatterSeriesView;
43
+ protected wr(): Series;
44
+ private w0;
45
+ xf: string;
46
+ xh: string;
47
+ w4: boolean;
47
48
  w3: boolean;
48
49
  w2: boolean;
49
- w1: boolean;
50
+ w6: number;
50
51
  w5: number;
51
- w4: number;
52
+ x0: Color;
52
53
  xz: Color;
53
- xy: Color;
54
- w8: number;
54
+ w9: number;
55
55
  progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
56
- private w7;
57
- get w9(): number;
58
- set w9(a: number);
59
- protected ww(): void;
56
+ private w8;
57
+ get xa(): number;
58
+ set xa(a: number);
59
+ protected wx(): void;
60
+ private xo;
60
61
  private xn;
61
- private xm;
62
- protected q4(a: any, b: string, c: any, d: any): void;
62
+ protected q5(a: any, b: string, c: any, d: any): void;
63
63
  protected get_g5(): boolean;
64
64
  protected set_g5(a: boolean): void;
65
65
  static $$p: string[];
@@ -15,65 +15,65 @@ import { RenderingContext } from "igniteui-angular-core";
15
15
  */
16
16
  export declare abstract class GeographicMapSeriesHost extends Series {
17
17
  static $t: Type;
18
- qb(): void;
18
+ qc(): void;
19
19
  constructor();
20
- private wp;
20
+ private wq;
21
21
  protected get_fa(): boolean;
22
22
  ko(a: any, b: string): any;
23
- ma(a: string): string;
23
+ mb(a: string): string;
24
24
  protected get_kg(): any;
25
25
  protected set_kg(a: any): void;
26
26
  d9(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number): boolean;
27
27
  ai(): Axis[];
28
28
  bm(): Series;
29
- get wr(): Series;
30
- set wr(a: Series);
29
+ get ws(): Series;
30
+ set ws(a: Series);
31
31
  protected get_hasMarkers(): boolean;
32
- protected ww(): void;
32
+ protected wx(): void;
33
33
  de(a: any, b: Point, c: boolean): HighlightingInfo;
34
34
  df(a: any, b: Point, c: boolean): HighlightingInfo;
35
35
  kl(a: Point): any;
36
36
  j8(a: Point, b: boolean): number;
37
37
  j6(a: Point, b: boolean): number;
38
38
  i3(a: Point, b: boolean, c: boolean): number;
39
- v5(a: Point, b: boolean, c: boolean): Point;
40
- wg(a: Point): Rect;
41
- an(a: Point): Rect[];
39
+ v6(a: Point, b: boolean, c: boolean): Point;
42
40
  wh(a: Point): Rect;
43
- ao(a: Point): Rect[];
41
+ an(a: Point): Rect[];
44
42
  wi(a: Point): Rect;
43
+ ao(a: Point): Rect[];
45
44
  wj(a: Point): Rect;
45
+ wk(a: Point): Rect;
46
46
  iz(a: Point, b: boolean, c: boolean): number;
47
- v1(a: Point, b: boolean, c: boolean): Point;
47
+ v2(a: Point, b: boolean, c: boolean): Point;
48
48
  i1(a: Point, b: boolean, c: boolean): number;
49
- v3(a: Point, b: boolean, c: boolean): Point;
50
- v6(a: Point, b: boolean, c: boolean): Point;
49
+ v4(a: Point, b: boolean, c: boolean): Point;
50
+ v7(a: Point, b: boolean, c: boolean): Point;
51
51
  i4(a: Point, b: boolean, c: boolean): number;
52
- v2(a: Point, b: boolean, c: boolean): Point;
52
+ v3(a: Point, b: boolean, c: boolean): Point;
53
53
  i0(a: Point, b: boolean, c: boolean): number;
54
- v4(a: Point, b: boolean, c: boolean): Point;
54
+ v5(a: Point, b: boolean, c: boolean): Point;
55
55
  i2(a: Point, b: boolean, c: boolean): number;
56
56
  j2(a: Point): number;
57
57
  iu(): number;
58
58
  iq(a: Point): number;
59
59
  km(a: Point): any;
60
- protected abstract wq(): Series;
60
+ protected abstract wr(): Series;
61
61
  protected cq(): SeriesView;
62
- qw(a: SeriesView): void;
63
- ws: HostSeriesView;
64
- static readonly wy: DependencyProperty;
65
- get wt(): number;
66
- set wt(a: number);
67
- protected q4(a: any, b: string, c: any, d: any): void;
68
- private wv;
69
- private wx;
70
- rm(a: boolean): void;
71
- rl(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
62
+ qx(a: SeriesView): void;
63
+ wt: HostSeriesView;
64
+ static readonly wz: DependencyProperty;
65
+ get wu(): number;
66
+ set wu(a: number);
67
+ protected q5(a: any, b: string, c: any, d: any): void;
68
+ private ww;
69
+ private wy;
70
+ rn(a: boolean): void;
71
+ rm(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
72
72
  a1(a: Point, b: boolean): DataContext;
73
- r5(): void;
73
+ r6(): void;
74
74
  protected get_coercionMethods(): any;
75
75
  protected set_coercionMethods(a: any): void;
76
- protected pu(a: any): void;
76
+ protected pv(a: any): void;
77
77
  }
78
78
  /**
79
79
  * @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
- ss(): DataTemplate;
15
- ve(): Brush;
14
+ st(): DataTemplate;
16
15
  vf(): Brush;
16
+ vg(): Brush;
17
17
  il(): number;
18
- l7(): string;
19
- private xf;
20
- w1: MarkerType;
21
- w2: number;
22
- w0: MarkerOutlineMode;
23
- wz: MarkerFillMode;
24
- xh: DataTemplate;
25
- xv: Brush;
26
- xw: Brush;
18
+ l8(): string;
19
+ private xg;
20
+ w2: MarkerType;
27
21
  w3: number;
28
- xg: DataTemplate;
29
- xt: Brush;
22
+ w1: MarkerOutlineMode;
23
+ w0: MarkerFillMode;
24
+ xi: DataTemplate;
25
+ xw: Brush;
26
+ xx: Brush;
27
+ w4: number;
28
+ xh: DataTemplate;
30
29
  xu: Brush;
31
- protected q4(a: any, b: string, c: any, d: any): void;
30
+ xv: Brush;
31
+ protected q5(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 wq(): Series;
9
+ protected abstract wr(): Series;
10
10
  }
@@ -27,13 +27,13 @@ export declare class GeographicPolylineSeries extends GeographicShapeSeriesBase
27
27
  protected get_fp(): boolean;
28
28
  constructor();
29
29
  protected cq(): SeriesView;
30
- qw(a: SeriesView): void;
31
- xy: GeographicPolylineSeriesView;
32
- xx: StyleSelector;
33
- x5: Style;
34
- protected wq(): Series;
35
- private x2;
30
+ qx(a: SeriesView): void;
31
+ xz: GeographicPolylineSeriesView;
32
+ xy: StyleSelector;
33
+ x6: Style;
34
+ protected wr(): Series;
35
+ private x3;
36
36
  styleShape: (sender: any, e: StyleShapeEventArgs) => void;
37
- protected q4(a: any, b: string, c: any, d: any): void;
37
+ protected q5(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 wq(): Series;
9
+ protected abstract wr(): Series;
10
10
  }
@@ -48,34 +48,34 @@ export declare class GeographicProportionalSymbolSeries extends GeographicMarker
48
48
  protected get_eg(): boolean;
49
49
  constructor();
50
50
  protected cq(): SeriesView;
51
- qw(a: SeriesView): void;
52
- x3: GeographicProportionalSymbolSeriesView;
51
+ qx(a: SeriesView): void;
52
+ x4: GeographicProportionalSymbolSeriesView;
53
53
  protected jj(): number;
54
- protected wq(): Series;
55
- private x0;
56
- yo: string;
57
- yq: string;
58
- yv: string;
59
- x2: SizeScale;
60
- ym: string;
61
- ye: string;
62
- xz: BrushScale;
63
- x6: boolean;
64
- x9: boolean;
65
- yc: number;
66
- yb: number;
54
+ protected wr(): Series;
55
+ private x1;
56
+ yp: string;
57
+ yr: string;
58
+ yw: string;
59
+ x3: SizeScale;
60
+ yn: string;
61
+ yf: string;
62
+ x0: BrushScale;
63
+ x7: boolean;
67
64
  ya: boolean;
65
+ yd: number;
66
+ yc: number;
67
+ yb: boolean;
68
+ x9: boolean;
68
69
  x8: boolean;
69
- x7: boolean;
70
+ protected x6: boolean;
70
71
  protected x5: boolean;
71
- protected x4: boolean;
72
72
  protected get_fc(): boolean;
73
73
  assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
74
74
  assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
75
- x1: ScatterItemSearchMode;
76
- yd: number;
77
- protected q4(a: any, b: string, c: any, d: any): void;
75
+ x2: ScatterItemSearchMode;
76
+ ye: number;
77
+ protected q5(a: any, b: string, c: any, d: any): void;
78
+ private y1;
78
79
  private y0;
79
- private yz;
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 wq(): Series;
9
+ protected abstract wr(): 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 cq(): SeriesView;
15
- w2: GeographicShapeSeriesBaseView;
16
- qw(a: SeriesView): void;
17
- xk: string;
15
+ w3: GeographicShapeSeriesBaseView;
16
+ qx(a: SeriesView): void;
17
+ xl: string;
18
18
  protected get_fc(): boolean;
19
19
  protected get_eb(): boolean;
20
+ xa: boolean;
20
21
  w9: boolean;
21
- w8: boolean;
22
+ protected w8: boolean;
22
23
  protected w7: boolean;
23
- protected w6: boolean;
24
- w1: ShapeItemSearchMode;
24
+ w2: ShapeItemSearchMode;
25
+ xd: number;
25
26
  xc: number;
26
- xb: number;
27
27
  assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void;
28
28
  assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void;
29
- protected q4(a: any, b: string, c: any, d: any): void;
30
- private xn;
31
- private xm;
29
+ protected q5(a: any, b: string, c: any, d: any): void;
32
30
  private xo;
31
+ private xn;
33
32
  private xp;
34
- private w3;
35
- private w5;
36
- get w4(): ShapefileConverter;
37
- set w4(a: ShapefileConverter);
38
- xa: number;
33
+ private xq;
34
+ private w4;
35
+ private w6;
36
+ get w5(): ShapefileConverter;
37
+ set w5(a: ShapefileConverter);
38
+ xb: number;
39
39
  protected get_g5(): boolean;
40
40
  protected set_g5(a: boolean): void;
41
41
  static $$p: string[];
@@ -40,32 +40,32 @@ export declare class GeographicShapeSeries extends GeographicShapeSeriesBase {
40
40
  protected get_fo(): boolean;
41
41
  constructor();
42
42
  protected cq(): SeriesView;
43
- x2: GeographicShapeSeriesView;
44
- qw(a: SeriesView): void;
45
- protected wq(): Series;
46
- private yj;
47
- styleShape: (sender: any, e: StyleShapeEventArgs) => void;
43
+ x3: GeographicShapeSeriesView;
44
+ qx(a: SeriesView): void;
45
+ protected wr(): Series;
48
46
  private yk;
49
- x1: StyleSelector;
50
- y6: Style;
51
- x0: MarkerType;
52
- xz: MarkerOutlineMode;
53
- xy: MarkerFillMode;
54
- ym: DataTemplate;
55
- y3: Brush;
47
+ styleShape: (sender: any, e: StyleShapeEventArgs) => void;
48
+ private yl;
49
+ x2: StyleSelector;
50
+ y7: Style;
51
+ x1: MarkerType;
52
+ x0: MarkerOutlineMode;
53
+ xz: MarkerFillMode;
54
+ yn: DataTemplate;
56
55
  y4: Brush;
57
- y5: Style;
58
- x3: number;
56
+ y5: Brush;
57
+ y6: Style;
58
+ x4: number;
59
59
  il(): number;
60
- ve(): Brush;
61
60
  vf(): Brush;
62
- ss(): DataTemplate;
63
- l7(): string;
64
- xx: CollisionAvoidanceType;
65
- protected q4(a: any, b: string, c: any, d: any): void;
61
+ vg(): Brush;
62
+ st(): DataTemplate;
63
+ l8(): string;
64
+ xy: CollisionAvoidanceType;
65
+ protected q5(a: any, b: string, c: any, d: any): void;
66
66
  protected jj(): number;
67
- yl: DataTemplate;
68
- y1: Brush;
67
+ ym: DataTemplate;
69
68
  y2: Brush;
69
+ y3: 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 wq(): Series;
9
+ protected abstract wr(): Series;
10
10
  }
@@ -38,26 +38,26 @@ export declare class GeographicSymbolSeries extends GeographicMarkerSeries {
38
38
  protected get_eg(): boolean;
39
39
  constructor();
40
40
  protected cq(): SeriesView;
41
- qw(a: SeriesView): void;
42
- x2: GeographicSymbolSeriesView;
41
+ qx(a: SeriesView): void;
42
+ x3: GeographicSymbolSeriesView;
43
43
  protected jj(): number;
44
- protected wq(): Series;
45
- private x1;
46
- yd: string;
47
- yf: string;
48
- xz: CollisionAvoidanceType;
44
+ protected wr(): Series;
45
+ private x2;
46
+ ye: string;
47
+ yg: string;
48
+ x0: CollisionAvoidanceType;
49
+ x7: boolean;
49
50
  x6: boolean;
50
- x5: boolean;
51
+ protected x5: boolean;
51
52
  protected x4: boolean;
52
- protected x3: boolean;
53
53
  protected get_fc(): boolean;
54
54
  assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
55
55
  assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
56
- x0: ScatterItemSearchMode;
57
- x8: number;
58
- protected q4(a: any, b: string, c: any, d: any): void;
56
+ x1: ScatterItemSearchMode;
57
+ x9: number;
58
+ protected q5(a: any, b: string, c: any, d: any): void;
59
+ private yl;
59
60
  private yk;
60
- private yj;
61
- x7: boolean;
61
+ x8: boolean;
62
62
  static $$p: string[];
63
63
  }
@@ -11,14 +11,14 @@ export declare class GeographicTileSeries extends GeographicShapeSeriesBase {
11
11
  protected bi(): Series;
12
12
  protected get_f1(): boolean;
13
13
  constructor();
14
- get xz(): GeographicMapImagery;
15
- set xz(a: GeographicMapImagery);
14
+ get x0(): GeographicMapImagery;
15
+ set x0(a: GeographicMapImagery);
16
+ private xz;
17
+ x4(): void;
18
+ protected q5(a: any, b: string, c: any, d: any): void;
16
19
  private xy;
17
- x3(): void;
18
- protected q4(a: any, b: string, c: any, d: any): void;
19
- private xx;
20
- protected ww(): void;
21
- protected wq(): Series;
20
+ protected wx(): void;
21
+ protected wr(): Series;
22
22
  imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
23
- private x2;
23
+ private x3;
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 wq(): Series;
9
+ protected abstract wr(): Series;
10
10
  }
@@ -22,31 +22,31 @@ export declare class TileSeries extends ShapeSeriesBase implements IMapRenderDef
22
22
  protected get_f1(): boolean;
23
23
  constructor();
24
24
  protected cq(): SeriesView;
25
- qw(a: SeriesView): void;
26
- protected get_xs(): boolean;
27
- protected zg: TileSeriesView;
28
- get zk(): GeographicMapImagery;
29
- set zk(a: GeographicMapImagery);
25
+ qx(a: SeriesView): void;
26
+ protected get_xt(): boolean;
27
+ protected zh: TileSeriesView;
28
+ get zl(): GeographicMapImagery;
29
+ set zl(a: GeographicMapImagery);
30
+ private zj;
30
31
  private zi;
31
- private zh;
32
- protected get zj(): GeographicMapImagery;
33
- protected set zj(a: GeographicMapImagery);
34
- protected q4(a: any, b: string, c: any, d: any): void;
35
- private zp;
36
- imageTilesReady: (sender: any, e: EventArgs) => void;
32
+ protected get zk(): GeographicMapImagery;
33
+ protected set zk(a: GeographicMapImagery);
34
+ protected q5(a: any, b: string, c: any, d: any): void;
37
35
  private zq;
38
- private zl;
36
+ imageTilesReady: (sender: any, e: EventArgs) => void;
37
+ private zr;
38
+ private zm;
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 sj(a: Rect, b: Rect): void;
44
- private zm;
45
- rn(a: boolean): void;
46
- protected zr(a: boolean, b: SeriesView): void;
47
- rl(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
48
- private zs;
49
- o2(a: boolean, b: SeriesView): void;
43
+ protected sk(a: Rect, b: Rect): void;
44
+ private zn;
45
+ ro(a: boolean): void;
46
+ protected zs(a: boolean, b: SeriesView): void;
47
+ rm(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
48
+ private zt;
49
+ o3(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 cq(): SeriesView;
282
- qw(a: SeriesView): void;
283
- wz: GeographicXYTriangulatingSeriesView;
284
- w3: string;
285
- w1: string;
286
- w0: IEnumerable;
287
- w6: string;
288
- w8: string;
289
- xa: string;
290
- protected q4(a: any, b: string, c: any, d: any): void;
282
+ qx(a: SeriesView): void;
283
+ w0: GeographicXYTriangulatingSeriesView;
284
+ w4: string;
285
+ w2: string;
286
+ w1: IEnumerable;
287
+ w7: string;
288
+ w9: string;
289
+ xb: string;
290
+ protected q5(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 bi(): Series;
299
299
  protected get_es(): boolean;
300
300
  constructor();
301
- xp: string;
302
- private xi;
303
- get xk(): ColorScale;
304
- set xk(a: ColorScale);
305
- private xs;
306
- xu(): void;
307
- xj: ColorScale;
308
- protected sa(): void;
309
- xl: ScatterAreaSeries;
310
- protected wq(): Series;
301
+ xq: string;
302
+ private xj;
303
+ get xl(): ColorScale;
304
+ set xl(a: ColorScale);
311
305
  private xt;
306
+ xv(): void;
307
+ xk: ColorScale;
308
+ protected sb(): void;
309
+ xm: ScatterAreaSeries;
310
+ protected wr(): Series;
311
+ private xu;
312
312
  protected cq(): SeriesView;
313
- qw(a: SeriesView): void;
314
- xn: GeographicScatterAreaSeriesView;
315
- protected q4(a: any, b: string, c: any, d: any): void;
313
+ qx(a: SeriesView): void;
314
+ xo: GeographicScatterAreaSeriesView;
315
+ protected q5(a: any, b: string, c: any, d: any): void;
316
316
  triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
317
317
  protected get_g5(): boolean;
318
318
  protected set_g5(a: boolean): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular-maps",
3
- "version": "18.1.0",
3
+ "version": "18.1.1",
4
4
  "description": "Ignite UI Angular map components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-angular-maps",
6
6
  "keywords": [
@@ -19,7 +19,7 @@
19
19
  "@angular/common": "^18.0.0",
20
20
  "@angular/compiler": "^18.0.0",
21
21
  "@angular/core": "^18.0.0",
22
- "igniteui-angular-core": "18.1.0"
22
+ "igniteui-angular-core": "18.1.1"
23
23
  },
24
24
  "sideEffects": false,
25
25
  "typings": "igniteui-angular-maps.d.ts",