igniteui-webcomponents-maps 3.2.1 → 3.2.2

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-webcomponents-maps.umd.js +997 -997
  2. package/bundles/igniteui-webcomponents-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/igc-geographic-contour-line-series-component.js +23 -23
  16. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  17. package/esm2015/lib/igc-geographic-map-series-host-component.js +12 -12
  18. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  19. package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
  20. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +51 -51
  21. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +17 -17
  22. package/esm2015/lib/igc-geographic-shape-series-base-component.js +26 -26
  23. package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
  24. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  25. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  26. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igc-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/igc-geographic-contour-line-series-component.js +23 -23
  41. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  42. package/esm5/lib/igc-geographic-map-series-host-component.js +12 -12
  43. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  44. package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
  45. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +51 -51
  46. package/esm5/lib/igc-geographic-scatter-area-series-component.js +17 -17
  47. package/esm5/lib/igc-geographic-shape-series-base-component.js +26 -26
  48. package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
  49. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  50. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  51. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igc-tile-series-component.js +3 -3
  53. package/fesm2015/igniteui-webcomponents-maps.js +1006 -1006
  54. package/fesm5/igniteui-webcomponents-maps.js +997 -997
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +15 -15
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +24 -24
  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 +14 -14
  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 +7 -7
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +16 -16
  71. package/lib/XamGeographicMap_combined.d.ts +21 -21
  72. package/package.json +3 -3
@@ -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,27 +37,27 @@ 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;
54
- progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
55
- private ql;
56
53
  qn: number;
57
- protected qa(): void;
54
+ progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
55
+ private qm;
56
+ qo: number;
57
+ protected qb(): void;
58
+ private q2;
58
59
  private q1;
59
- private q0;
60
- protected l3(a: any, b: string, c: any, d: any): void;
60
+ protected l4(a: any, b: string, c: any, d: any): void;
61
61
  protected get_e3(): boolean;
62
62
  protected set_e3(a: boolean): void;
63
63
  static $$p: string[];
@@ -15,57 +15,57 @@ import { RenderingContext } from "igniteui-webcomponents-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
- p5: Series;
26
+ p6: Series;
27
27
  protected get_hasMarkers(): boolean;
28
- protected qa(): void;
28
+ protected qb(): void;
29
29
  aw(a: any, b: Point, c: boolean): HighlightingInfo;
30
30
  ax(a: any, b: Point, c: boolean): HighlightingInfo;
31
31
  ht(a: Point): any;
32
32
  hj(a: Point, b: boolean): number;
33
33
  hh(a: Point, b: boolean): number;
34
34
  gj(a: Point, b: boolean, c: boolean): number;
35
- pl(a: Point, b: boolean, c: boolean): Point;
36
- pu(a: Point): Rect;
37
- ak(a: Point): Rect[];
35
+ pm(a: Point, b: boolean, c: boolean): Point;
38
36
  pv(a: Point): Rect;
39
- al(a: Point): Rect[];
37
+ ak(a: Point): Rect[];
40
38
  pw(a: Point): Rect;
39
+ al(a: Point): Rect[];
41
40
  px(a: Point): Rect;
41
+ py(a: Point): Rect;
42
42
  gf(a: Point, b: boolean, c: boolean): number;
43
- ph(a: Point, b: boolean, c: boolean): Point;
43
+ pi(a: Point, b: boolean, c: boolean): Point;
44
44
  gh(a: Point, b: boolean, c: boolean): number;
45
- pj(a: Point, b: boolean, c: boolean): Point;
46
- pm(a: Point, b: boolean, c: boolean): Point;
45
+ pk(a: Point, b: boolean, c: boolean): Point;
46
+ pn(a: Point, b: boolean, c: boolean): Point;
47
47
  gk(a: Point, b: boolean, c: boolean): number;
48
- pi(a: Point, b: boolean, c: boolean): Point;
48
+ pj(a: Point, b: boolean, c: boolean): Point;
49
49
  gg(a: Point, b: boolean, c: boolean): number;
50
- pk(a: Point, b: boolean, c: boolean): Point;
50
+ pl(a: Point, b: boolean, c: boolean): Point;
51
51
  gi(a: Point, b: boolean, c: boolean): number;
52
52
  he(a: Point): number;
53
53
  ga(): number;
54
54
  f6(a: Point): number;
55
55
  hu(a: Point): any;
56
- protected abstract p4(): Series;
56
+ protected abstract p5(): Series;
57
57
  protected bx(): SeriesView;
58
- ly(a: SeriesView): void;
59
- p6: HostSeriesView;
60
- static readonly qc: DependencyProperty;
61
- p7: number;
62
- protected l3(a: any, b: string, c: any, d: any): void;
63
- private p9;
64
- private qb;
65
- mh(a: boolean): void;
66
- mg(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
58
+ lz(a: SeriesView): void;
59
+ p7: HostSeriesView;
60
+ static readonly qd: DependencyProperty;
61
+ p8: number;
62
+ protected l4(a: any, b: string, c: any, d: any): void;
63
+ private qa;
64
+ private qc;
65
+ mi(a: boolean): void;
66
+ mh(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
67
67
  at(a: Point, b: boolean): DataContext;
68
- mr(): void;
68
+ ms(): void;
69
69
  protected get_coercionMethods(): any;
70
70
  protected set_coercionMethods(a: any): void;
71
71
  protected k7(a: any): void;
@@ -11,23 +11,23 @@ import { Type } from "igniteui-webcomponents-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-webcomponents-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-webcomponents-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-webcomponents-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,29 +12,29 @@ 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
- qi: ShapefileConverter;
37
- qo: number;
33
+ private q4;
34
+ private qi;
35
+ private qk;
36
+ qj: ShapefileConverter;
37
+ qp: number;
38
38
  protected get_e3(): boolean;
39
39
  protected set_e3(a: boolean): void;
40
40
  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-webcomponents-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,13 +10,13 @@ export declare class GeographicTileSeries extends GeographicShapeSeriesBase {
10
10
  static $t: Type;
11
11
  protected get_ei(): boolean;
12
12
  constructor();
13
- rd: GeographicMapImagery;
13
+ re: GeographicMapImagery;
14
+ private rd;
15
+ ri(): void;
16
+ protected l4(a: any, b: string, c: any, d: any): void;
14
17
  private rc;
15
- rh(): void;
16
- protected l3(a: any, b: string, c: any, d: any): void;
17
- private rb;
18
- protected qa(): void;
19
- protected p4(): Series;
18
+ protected qb(): void;
19
+ protected p5(): Series;
20
20
  imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
21
- private rg;
21
+ private rh;
22
22
  }
@@ -6,5 +6,5 @@ import { Type } from "igniteui-webcomponents-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,28 +20,28 @@ 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
- su: GeographicMapImagery;
23
+ lz(a: SeriesView): void;
24
+ protected get_q7(): boolean;
25
+ protected sr: TileSeriesView;
26
+ sv: GeographicMapImagery;
27
+ private st;
27
28
  private ss;
28
- private sr;
29
- protected st: GeographicMapImagery;
30
- protected l3(a: any, b: string, c: any, d: any): void;
31
- private sz;
32
- imageTilesReady: (sender: any, e: EventArgs) => void;
29
+ protected su: GeographicMapImagery;
30
+ protected l4(a: any, b: string, c: any, d: any): void;
33
31
  private s0;
34
- private sv;
32
+ imageTilesReady: (sender: any, e: EventArgs) => void;
33
+ private s1;
34
+ private sw;
35
35
  register(a: DependencyObject, b: (arg1: boolean) => void): void;
36
36
  unRegister(a: DependencyObject): void;
37
37
  deferredRefresh(): void;
38
38
  deferAction(a: () => void): void;
39
- protected m4(a: Rect, b: Rect): void;
40
- private sw;
41
- mi(a: boolean): void;
42
- protected s1(a: boolean, b: SeriesView): void;
43
- mg(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
44
- private s2;
39
+ protected m5(a: Rect, b: Rect): void;
40
+ private sx;
41
+ mj(a: boolean): void;
42
+ protected s2(a: boolean, b: SeriesView): void;
43
+ mh(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
44
+ private s3;
45
45
  kx(a: boolean, b: SeriesView): void;
46
46
  }
47
47
  /**
@@ -267,15 +267,15 @@ export declare class OpenStreetMapImagery extends GeographicMapImagery {
267
267
  export declare abstract class GeographicXYTriangulatingSeries extends GeographicMapSeriesHost {
268
268
  static $t: Type;
269
269
  protected bx(): SeriesView;
270
- ly(a: SeriesView): void;
271
- qd: GeographicXYTriangulatingSeriesView;
272
- qh: string;
273
- qf: string;
274
- qe: IEnumerable;
275
- qk: string;
276
- qm: string;
277
- qo: string;
278
- protected l3(a: any, b: string, c: any, d: any): void;
270
+ lz(a: SeriesView): void;
271
+ qe: GeographicXYTriangulatingSeriesView;
272
+ qi: string;
273
+ qg: string;
274
+ qf: IEnumerable;
275
+ ql: string;
276
+ qn: string;
277
+ qp: string;
278
+ protected l4(a: any, b: string, c: any, d: any): void;
279
279
  static $$p: string[];
280
280
  }
281
281
  /**
@@ -285,20 +285,20 @@ export declare class GeographicScatterAreaSeries extends GeographicXYTriangulati
285
285
  static $t: Type;
286
286
  protected get_dd(): boolean;
287
287
  constructor();
288
- q3: string;
289
- private qw;
290
- qy: ColorScale;
291
- private q6;
292
- q8(): void;
293
- qx: ColorScale;
294
- protected mv(): void;
295
- qz: ScatterAreaSeries;
296
- protected p4(): Series;
288
+ q4: string;
289
+ private qx;
290
+ qz: ColorScale;
297
291
  private q7;
292
+ q9(): void;
293
+ qy: ColorScale;
294
+ protected mw(): void;
295
+ q0: ScatterAreaSeries;
296
+ protected p5(): Series;
297
+ private q8;
298
298
  protected bx(): SeriesView;
299
- ly(a: SeriesView): void;
300
- q1: GeographicScatterAreaSeriesView;
301
- protected l3(a: any, b: string, c: any, d: any): void;
299
+ lz(a: SeriesView): void;
300
+ q2: GeographicScatterAreaSeriesView;
301
+ protected l4(a: any, b: string, c: any, d: any): void;
302
302
  triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
303
303
  protected get_e3(): boolean;
304
304
  protected set_e3(a: boolean): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-maps",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "description": "Ignite UI Web Components map components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-webcomponents-maps",
6
6
  "keywords": [
@@ -16,8 +16,8 @@
16
16
  "tslib": "^2.3.1"
17
17
  },
18
18
  "peerDependencies": {
19
- "igniteui-webcomponents-core": "3.2.1",
20
- "igniteui-webcomponents-charts": "3.2.1"
19
+ "igniteui-webcomponents-core": "3.2.2",
20
+ "igniteui-webcomponents-charts": "3.2.2"
21
21
  },
22
22
  "sideEffects": false,
23
23
  "typings": "igniteui-webcomponents-maps.d.ts",