igniteui-webcomponents-maps 7.1.0-alpha.0 → 7.1.0-alpha.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 (78) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1488 -1488
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +78 -78
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +186 -186
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +88 -88
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -55
  12. package/esm2015/lib/GeographicTileSeries.js +28 -28
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +90 -90
  16. package/esm2015/lib/XamGeographicMap_combined.js +457 -457
  17. package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  19. package/esm2015/lib/igc-geographic-map-component.js +50 -50
  20. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  21. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  22. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  23. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  24. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  25. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  26. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  27. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  28. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  29. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igc-tile-series-component.js +3 -3
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +78 -78
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +184 -184
  34. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +88 -88
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +55 -55
  40. package/esm5/lib/GeographicTileSeries.js +27 -27
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +88 -88
  44. package/esm5/lib/XamGeographicMap_combined.js +450 -450
  45. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  46. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  47. package/esm5/lib/igc-geographic-map-component.js +50 -50
  48. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  49. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  50. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  51. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  52. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  53. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  54. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  55. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  56. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  57. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igc-tile-series-component.js +3 -3
  59. package/fesm2015/igniteui-webcomponents-maps.js +1502 -1502
  60. package/fesm5/igniteui-webcomponents-maps.js +1488 -1488
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +23 -23
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +40 -40
  64. package/lib/GeographicMarkerSeries.d.ts +16 -16
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +24 -24
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +22 -22
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +25 -25
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +17 -17
  74. package/lib/GeographicTileSeries.d.ts +10 -10
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +21 -21
  77. package/lib/XamGeographicMap_combined.d.ts +103 -103
  78. package/package.json +3 -3
@@ -25,22 +25,22 @@ export declare class GeographicContourLineSeriesView extends GeographicXYTriangu
25
25
  export declare class GeographicContourLineSeries extends GeographicXYTriangulatingSeries {
26
26
  static $t: Type;
27
27
  protected bk(): Series;
28
- protected get_fm(): boolean;
28
+ protected get_fn(): boolean;
29
29
  constructor();
30
- protected xq(a: any, b: any): void;
31
- yd: ScatterContourSeries;
32
- protected xk(): Series;
33
- private yn;
34
- private yo;
35
- yk: string;
36
- yg: ValueBrushScale;
37
- yf: ValueBrushScale;
38
- protected sz(): void;
30
+ protected xs(a: any, b: any): void;
31
+ yf: ScatterContourSeries;
32
+ protected xm(): Series;
33
+ private yp;
34
+ private yq;
35
+ ym: string;
36
+ yi: ValueBrushScale;
37
+ yh: ValueBrushScale;
38
+ protected s1(): void;
39
39
  protected ct(): SeriesView;
40
- rh(a: SeriesView): void;
41
- yh: GeographicContourLineSeriesView;
42
- yc: ContourValueResolver;
43
- protected rq(a: any, b: string, c: any, d: any): void;
40
+ rj(a: SeriesView): void;
41
+ yj: GeographicContourLineSeriesView;
42
+ ye: ContourValueResolver;
43
+ protected rs(a: any, b: string, c: any, d: any): void;
44
44
  triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
45
45
  static $$p: string[];
46
46
  }
@@ -34,33 +34,33 @@ export declare class GeographicHighDensityScatterSeriesView extends HostSeriesVi
34
34
  export declare class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
35
35
  static $t: Type;
36
36
  protected bk(): Series;
37
- protected js(): number;
38
- protected get_fr(): boolean;
37
+ protected ju(): number;
38
+ protected get_fs(): boolean;
39
39
  constructor();
40
40
  protected ct(): SeriesView;
41
- rh(a: SeriesView): void;
42
- xu: GeographicHighDensityScatterSeriesView;
43
- protected xk(): Series;
44
- private xt;
45
- x8: string;
41
+ rj(a: SeriesView): void;
42
+ xw: GeographicHighDensityScatterSeriesView;
43
+ protected xm(): Series;
44
+ private xv;
46
45
  ya: string;
46
+ yc: string;
47
+ xz: boolean;
48
+ xy: boolean;
47
49
  xx: boolean;
48
- xw: boolean;
49
- xv: boolean;
50
- xz: number;
51
- xy: number;
52
- yt: Color;
53
- ys: Color;
54
- x2: number;
50
+ x1: number;
51
+ x0: number;
52
+ yv: Color;
53
+ yu: Color;
54
+ x4: number;
55
55
  progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
56
- private x1;
57
- get x3(): number;
58
- set x3(a: number);
59
- protected xq(a: any, b: any): void;
60
- private yh;
61
- private yg;
62
- protected rq(a: any, b: string, c: any, d: any): void;
63
- protected get_hd(): boolean;
64
- protected set_hd(a: boolean): void;
56
+ private x3;
57
+ get x5(): number;
58
+ set x5(a: number);
59
+ protected xs(a: any, b: any): void;
60
+ private yj;
61
+ private yi;
62
+ protected rs(a: any, b: string, c: any, d: any): void;
63
+ protected get_hf(): boolean;
64
+ protected set_hf(a: boolean): void;
65
65
  static $$p: string[];
66
66
  }
@@ -15,66 +15,66 @@ import { RenderingContext } from "igniteui-webcomponents-core";
15
15
  */
16
16
  export declare abstract class GeographicMapSeriesHost extends Series {
17
17
  static $t: Type;
18
- qv(): void;
18
+ qx(): void;
19
19
  constructor();
20
- private xj;
20
+ private xl;
21
21
  protected get_ff(): boolean;
22
- kz(a: any, b: string): any;
23
- mo(a: string): string;
24
- protected get_kr(): any;
25
- protected set_kr(a: any): void;
22
+ k1(a: any, b: string): any;
23
+ mq(a: string): string;
24
+ protected get_kt(): any;
25
+ protected set_kt(a: any): void;
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 xl(): Series;
30
- set xl(a: Series);
29
+ get xn(): Series;
30
+ set xn(a: Series);
31
31
  protected get_hasMarkers(): boolean;
32
- protected xq(a: any, b: any): void;
32
+ protected xs(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
- kw(a: Point): any;
35
+ ky(a: Point): any;
36
+ kl(a: Point, b: boolean): number;
36
37
  kj(a: Point, b: boolean): number;
37
- kh(a: Point, b: boolean): number;
38
- jd(a: Point, b: boolean, c: boolean): number;
39
- ww(a: Point, b: boolean, c: boolean): Point;
40
- w8(a: Point): Rect;
41
- ao(a: Point): Rect[];
42
- w9(a: Point): Rect;
43
- ap(a: Point): Rect[];
38
+ jf(a: Point, b: boolean, c: boolean): number;
39
+ wy(a: Point, b: boolean, c: boolean): Point;
44
40
  xa(a: Point): Rect;
41
+ ao(a: Point): Rect[];
45
42
  xb(a: Point): Rect;
46
- i9(a: Point, b: boolean, c: boolean): number;
47
- ws(a: Point, b: boolean, c: boolean): Point;
43
+ ap(a: Point): Rect[];
44
+ xc(a: Point): Rect;
45
+ xd(a: Point): Rect;
48
46
  jb(a: Point, b: boolean, c: boolean): number;
49
47
  wu(a: Point, b: boolean, c: boolean): Point;
50
- wx(a: Point, b: boolean, c: boolean): Point;
51
- je(a: Point, b: boolean, c: boolean): number;
52
- wt(a: Point, b: boolean, c: boolean): Point;
53
- ja(a: Point, b: boolean, c: boolean): number;
48
+ jd(a: Point, b: boolean, c: boolean): number;
49
+ ww(a: Point, b: boolean, c: boolean): Point;
50
+ wz(a: Point, b: boolean, c: boolean): Point;
51
+ jg(a: Point, b: boolean, c: boolean): number;
54
52
  wv(a: Point, b: boolean, c: boolean): Point;
55
53
  jc(a: Point, b: boolean, c: boolean): number;
56
- kd(a: Point): number;
57
- i3(): number;
58
- iz(a: Point): number;
59
- kx(a: Point): any;
60
- protected abstract xk(): Series;
54
+ wx(a: Point, b: boolean, c: boolean): Point;
55
+ je(a: Point, b: boolean, c: boolean): number;
56
+ kf(a: Point): number;
57
+ i5(): number;
58
+ i1(a: Point): number;
59
+ kz(a: Point): any;
60
+ protected abstract xm(): Series;
61
61
  protected ct(): SeriesView;
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;
62
+ rj(a: SeriesView): void;
63
+ xo: HostSeriesView;
64
+ static readonly xu: DependencyProperty;
65
+ get xp(): number;
66
+ set xp(a: number);
67
+ protected rs(a: any, b: string, c: any, d: any): void;
69
68
  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;
69
+ private xt;
70
+ sa(a: boolean): void;
71
+ protected rn(a: boolean): void;
72
+ r9(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
73
73
  a2(a: Point, b: boolean): DataContext;
74
- su(): void;
74
+ sw(): void;
75
75
  protected get_coercionMethods(): any;
76
76
  protected set_coercionMethods(a: any): void;
77
- protected qd(a: any): void;
77
+ protected qf(a: any): void;
78
78
  }
79
79
  /**
80
80
  * @hidden
@@ -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
- th(): DataTemplate;
15
- v5(): Brush;
16
- v6(): Brush;
17
- iu(): number;
18
- ml(): string;
19
- private x9;
20
- xv: MarkerType;
21
- xw: number;
22
- xu: MarkerOutlineMode;
23
- xt: MarkerFillMode;
24
- yb: DataTemplate;
14
+ tj(): DataTemplate;
15
+ v7(): Brush;
16
+ v8(): Brush;
17
+ iw(): number;
18
+ mn(): string;
19
+ private yb;
20
+ xx: MarkerType;
21
+ xy: number;
22
+ xw: MarkerOutlineMode;
23
+ xv: MarkerFillMode;
24
+ yd: DataTemplate;
25
+ yr: Brush;
26
+ ys: Brush;
27
+ xz: number;
28
+ yc: DataTemplate;
25
29
  yp: Brush;
26
30
  yq: Brush;
27
- xx: number;
28
- ya: DataTemplate;
29
- yn: Brush;
30
- yo: Brush;
31
- protected rq(a: any, b: string, c: any, d: any): void;
31
+ protected rs(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 xk(): Series;
9
+ protected abstract xm(): Series;
10
10
  }
@@ -24,16 +24,16 @@ export declare class GeographicPolylineSeriesView extends GeographicShapeSeriesB
24
24
  export declare class GeographicPolylineSeries extends GeographicShapeSeriesBase {
25
25
  static $t: Type;
26
26
  protected bk(): Series;
27
- protected get_fu(): boolean;
27
+ protected get_fv(): boolean;
28
28
  constructor();
29
29
  protected ct(): SeriesView;
30
- rh(a: SeriesView): void;
31
- y1: GeographicPolylineSeriesView;
32
- y0: StyleSelector;
33
- y8: Style;
34
- protected xk(): Series;
35
- private y5;
30
+ rj(a: SeriesView): void;
31
+ y3: GeographicPolylineSeriesView;
32
+ y2: StyleSelector;
33
+ za: Style;
34
+ protected xm(): Series;
35
+ private y7;
36
36
  styleShape: (sender: any, e: StyleShapeEventArgs) => void;
37
- protected rq(a: any, b: string, c: any, d: any): void;
37
+ protected rs(a: any, b: string, c: any, d: any): void;
38
38
  static $$p: string[];
39
39
  }
@@ -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 xk(): Series;
9
+ protected abstract xm(): 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
- rh(a: SeriesView): void;
52
- yx: GeographicProportionalSymbolSeriesView;
53
- protected jt(): number;
54
- protected xk(): Series;
55
- private yu;
56
- zi: string;
51
+ rj(a: SeriesView): void;
52
+ yz: GeographicProportionalSymbolSeriesView;
53
+ protected jv(): number;
54
+ protected xm(): Series;
55
+ private yw;
57
56
  zk: string;
58
- zp: string;
59
- yw: SizeScale;
60
- zg: string;
61
- y8: string;
62
- yt: BrushScale;
63
- y0: boolean;
64
- y3: boolean;
65
- y6: number;
66
- y5: number;
67
- y4: boolean;
57
+ zm: string;
58
+ zr: string;
59
+ yy: SizeScale;
60
+ zi: string;
61
+ za: string;
62
+ yv: BrushScale;
68
63
  y2: boolean;
69
- y1: boolean;
70
- protected yz: boolean;
71
- protected yy: boolean;
64
+ y5: boolean;
65
+ y8: number;
66
+ y7: number;
67
+ y6: boolean;
68
+ y4: boolean;
69
+ y3: boolean;
70
+ protected y1: boolean;
71
+ protected y0: boolean;
72
72
  protected get_fh(): boolean;
73
73
  assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
74
74
  assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
75
- yv: ScatterItemSearchMode;
76
- y7: number;
77
- protected rq(a: any, b: string, c: any, d: any): void;
78
- private zu;
79
- private zt;
75
+ yx: ScatterItemSearchMode;
76
+ y9: number;
77
+ protected rs(a: any, b: string, c: any, d: any): void;
78
+ private zw;
79
+ private zv;
80
80
  static $$p: string[];
81
81
  }
@@ -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 xk(): Series;
9
+ protected abstract xm(): Series;
10
10
  }
@@ -13,35 +13,35 @@ import { HostSeriesView } from "./HostSeriesView";
13
13
  export declare abstract class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
14
14
  static $t: Type;
15
15
  protected ct(): SeriesView;
16
- xx: GeographicShapeSeriesBaseView;
17
- rh(a: SeriesView): void;
18
- yk: string;
16
+ xz: GeographicShapeSeriesBaseView;
17
+ rj(a: SeriesView): void;
18
+ ym: string;
19
19
  protected get_fh(): boolean;
20
20
  protected get_ef(): boolean;
21
+ x7: boolean;
22
+ x6: boolean;
23
+ protected x4: boolean;
24
+ protected x3: boolean;
25
+ xy: ShapeItemSearchMode;
26
+ ya: number;
27
+ yb: string;
28
+ xx: BrushScale;
21
29
  x5: boolean;
22
- x4: boolean;
23
- protected x2: boolean;
24
- protected x1: boolean;
25
- xw: ShapeItemSearchMode;
26
- x8: number;
27
- x9: string;
28
- xv: BrushScale;
29
- x3: boolean;
30
- x7: number;
30
+ x9: number;
31
31
  assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void;
32
32
  assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void;
33
- protected rq(a: any, b: string, c: any, d: any): void;
34
- private yn;
35
- private ym;
36
- private yo;
33
+ protected rs(a: any, b: string, c: any, d: any): void;
37
34
  private yp;
38
- private xy;
35
+ private yo;
36
+ private yq;
37
+ private yr;
39
38
  private x0;
40
- get xz(): ShapefileConverter;
41
- set xz(a: ShapefileConverter);
42
- x6: number;
43
- protected get_hd(): boolean;
44
- protected set_hd(a: boolean): void;
39
+ private x2;
40
+ get x1(): ShapefileConverter;
41
+ set x1(a: ShapefileConverter);
42
+ x8: number;
43
+ protected get_hf(): boolean;
44
+ protected set_hf(a: boolean): void;
45
45
  static $$p: string[];
46
46
  }
47
47
  /**
@@ -37,35 +37,35 @@ export declare class GeographicShapeSeriesView extends GeographicShapeSeriesBase
37
37
  export declare class GeographicShapeSeries extends GeographicShapeSeriesBase {
38
38
  static $t: Type;
39
39
  protected bk(): Series;
40
- protected get_ft(): boolean;
40
+ protected get_fu(): boolean;
41
41
  constructor();
42
42
  protected ct(): SeriesView;
43
- y5: GeographicShapeSeriesView;
44
- rh(a: SeriesView): void;
45
- protected xk(): Series;
46
- private zm;
43
+ y7: GeographicShapeSeriesView;
44
+ rj(a: SeriesView): void;
45
+ protected xm(): Series;
46
+ private zo;
47
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;
48
+ private zp;
49
+ y6: StyleSelector;
50
+ aab: Style;
51
+ y5: MarkerType;
52
+ y4: MarkerOutlineMode;
53
+ y3: MarkerFillMode;
54
+ zr: DataTemplate;
55
+ z8: Brush;
56
+ z9: Brush;
57
+ aaa: Style;
58
+ y8: number;
59
+ iw(): number;
60
+ v7(): Brush;
61
+ v8(): Brush;
62
+ tj(): DataTemplate;
63
+ mn(): string;
64
+ y2: CollisionAvoidanceType;
65
+ protected rs(a: any, b: string, c: any, d: any): void;
66
+ protected jv(): number;
67
+ zq: DataTemplate;
55
68
  z6: Brush;
56
69
  z7: Brush;
57
- z8: Style;
58
- y6: number;
59
- iu(): number;
60
- v5(): Brush;
61
- v6(): Brush;
62
- th(): DataTemplate;
63
- ml(): string;
64
- y0: CollisionAvoidanceType;
65
- protected rq(a: any, b: string, c: any, d: any): void;
66
- protected jt(): number;
67
- zo: DataTemplate;
68
- z4: Brush;
69
- z5: Brush;
70
70
  static $$p: string[];
71
71
  }
@@ -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 xk(): Series;
9
+ protected abstract xm(): 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
- rh(a: SeriesView): void;
42
- yw: GeographicSymbolSeriesView;
43
- protected jt(): number;
44
- protected xk(): Series;
45
- private yv;
46
- y7: string;
41
+ rj(a: SeriesView): void;
42
+ yy: GeographicSymbolSeriesView;
43
+ protected jv(): number;
44
+ protected xm(): Series;
45
+ private yx;
47
46
  y9: string;
48
- yt: CollisionAvoidanceType;
49
- y0: boolean;
50
- yz: boolean;
51
- protected yy: boolean;
52
- protected yx: boolean;
47
+ zb: string;
48
+ yv: CollisionAvoidanceType;
49
+ y2: boolean;
50
+ y1: boolean;
51
+ protected y0: boolean;
52
+ protected yz: boolean;
53
53
  protected get_fh(): boolean;
54
54
  assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
55
55
  assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
56
- yu: ScatterItemSearchMode;
57
- y2: number;
58
- protected rq(a: any, b: string, c: any, d: any): void;
59
- private ze;
60
- private zd;
61
- y1: boolean;
56
+ yw: ScatterItemSearchMode;
57
+ y4: number;
58
+ protected rs(a: any, b: string, c: any, d: any): void;
59
+ private zg;
60
+ private zf;
61
+ y3: boolean;
62
62
  static $$p: string[];
63
63
  }
@@ -9,16 +9,16 @@ import { ImageTilesReadyEventArgs } from "./ImageTilesReadyEventArgs";
9
9
  export declare class GeographicTileSeries extends GeographicShapeSeriesBase {
10
10
  static $t: Type;
11
11
  protected bk(): Series;
12
- protected get_f6(): boolean;
12
+ protected get_f7(): boolean;
13
13
  constructor();
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;
19
- private y0;
20
- protected xq(a: any, b: any): void;
21
- protected xk(): Series;
14
+ get y4(): GeographicMapImagery;
15
+ set y4(a: GeographicMapImagery);
16
+ private y3;
17
+ y8(): void;
18
+ protected rs(a: any, b: string, c: any, d: any): void;
19
+ private y2;
20
+ protected xs(a: any, b: any): void;
21
+ protected xm(): Series;
22
22
  imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
23
- private y5;
23
+ private y7;
24
24
  }
@@ -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 xk(): Series;
9
+ protected abstract xm(): Series;
10
10
  }
@@ -19,34 +19,34 @@ import { PointCollection } from "igniteui-webcomponents-core";
19
19
  export declare class TileSeries extends ShapeSeriesBase implements IMapRenderDeferralHandler {
20
20
  static $t: Type;
21
21
  protected bk(): Series;
22
- protected get_f6(): boolean;
22
+ protected get_f7(): boolean;
23
23
  constructor();
24
24
  protected ct(): SeriesView;
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;
31
- private aat;
32
- protected get aav(): GeographicMapImagery;
33
- protected set aav(a: GeographicMapImagery);
34
- protected rq(a: any, b: string, c: any, d: any): void;
35
- private aa1;
25
+ rj(a: SeriesView): void;
26
+ protected get_yx(): boolean;
27
+ protected aau: TileSeriesView;
28
+ get aay(): GeographicMapImagery;
29
+ set aay(a: GeographicMapImagery);
30
+ private aaw;
31
+ private aav;
32
+ protected get aax(): GeographicMapImagery;
33
+ protected set aax(a: GeographicMapImagery);
34
+ protected rs(a: any, b: string, c: any, d: any): void;
35
+ private aa3;
36
36
  imageTilesReady: (sender: any, e: EventArgs) => void;
37
- private aa2;
38
- private aax;
37
+ private aa4;
38
+ private aaz;
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 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;
43
+ protected ta(a: Rect, b: Rect): void;
44
+ private aa0;
45
+ sb(a: boolean): void;
46
+ protected aa5(a: boolean, b: SeriesView): void;
47
+ r9(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
48
+ private aa6;
49
+ pk(a: boolean, b: SeriesView): void;
50
50
  }
51
51
  /**
52
52
  * @hidden