igniteui-angular-maps 20.0.2-beta.2 → 20.1.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1409 -1409
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/{AzureMapsMapImagery.js → AzureMapsImagery.js} +1 -1
  4. package/esm2015/lib/AzureMapsImageryStyle.js +14 -14
  5. package/{esm5/lib/AzureMapsMapImagery.js → esm2015/lib/AzureMapsImageryView.js} +1 -1
  6. package/esm2015/lib/{AzureMapsMapImageryView_combined.js → AzureMapsImageryView_combined.js} +18 -18
  7. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
  8. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  9. package/esm2015/lib/GeographicMapSeriesHost_combined.js +163 -163
  10. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  11. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  12. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  13. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +58 -58
  14. package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
  15. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
  16. package/esm2015/lib/GeographicTileSeries.js +26 -26
  17. package/esm2015/lib/TileSeries_combined.js +79 -79
  18. package/esm2015/lib/XamGeographicMap_combined.js +448 -448
  19. package/esm2015/lib/igx-azure-maps-imagery-dynamic-module.js +34 -0
  20. package/esm2015/lib/{igx-azure-maps-map-imagery-module.js → igx-azure-maps-imagery-module.js} +7 -7
  21. package/esm2015/lib/{igx-azure-maps-map-imagery.js → igx-azure-maps-imagery.js} +4 -4
  22. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  23. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-map-component.js +39 -39
  25. package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
  26. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  27. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  28. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  29. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  30. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  31. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  32. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  33. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  34. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  35. package/esm2015/lib/igx-tile-series-component.js +2 -2
  36. package/esm2015/public_api.js +5 -5
  37. package/{esm2015/lib/AzureMapsMapImageryView.js → esm5/lib/AzureMapsImagery.js} +1 -1
  38. package/esm5/lib/AzureMapsImageryStyle.js +14 -14
  39. package/esm5/lib/{AzureMapsMapImageryView.js → AzureMapsImageryView.js} +1 -1
  40. package/esm5/lib/{AzureMapsMapImageryView_combined.js → AzureMapsImageryView_combined.js} +33 -33
  41. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  42. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  43. package/esm5/lib/GeographicMapSeriesHost_combined.js +161 -161
  44. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  45. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  46. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  47. package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
  48. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  49. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
  50. package/esm5/lib/GeographicTileSeries.js +25 -25
  51. package/esm5/lib/TileSeries_combined.js +77 -77
  52. package/esm5/lib/XamGeographicMap_combined.js +441 -441
  53. package/esm5/lib/igx-azure-maps-imagery-dynamic-module.js +33 -0
  54. package/esm5/lib/{igx-azure-maps-map-imagery-module.js → igx-azure-maps-imagery-module.js} +8 -8
  55. package/esm5/lib/{igx-azure-maps-map-imagery.js → igx-azure-maps-imagery.js} +16 -16
  56. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  57. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  58. package/esm5/lib/igx-geographic-map-component.js +39 -39
  59. package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
  60. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  61. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  62. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  63. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  64. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  65. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  66. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  67. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  68. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  69. package/esm5/lib/igx-tile-series-component.js +2 -2
  70. package/esm5/public_api.js +5 -5
  71. package/fesm2015/igniteui-angular-maps.js +1395 -1395
  72. package/fesm5/igniteui-angular-maps.js +1405 -1405
  73. package/lib/AzureMapsImagery.d.ts +1 -0
  74. package/lib/AzureMapsImageryStyle.d.ts +13 -13
  75. package/lib/AzureMapsImageryView.d.ts +1 -0
  76. package/lib/{AzureMapsMapImageryView_combined.d.ts → AzureMapsImageryView_combined.d.ts} +5 -5
  77. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  78. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  79. package/lib/GeographicMapSeriesHost_combined.d.ts +27 -27
  80. package/lib/GeographicMarkerSeries.d.ts +13 -13
  81. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  82. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  83. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  84. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  85. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  86. package/lib/GeographicShapeSeriesBase_combined.d.ts +18 -18
  87. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  88. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  89. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  90. package/lib/GeographicTileSeries.d.ts +8 -8
  91. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  92. package/lib/TileSeries_combined.d.ts +18 -18
  93. package/lib/XamGeographicMap_combined.d.ts +96 -96
  94. package/lib/igx-azure-maps-imagery-dynamic-module.d.ts +9 -0
  95. package/lib/igx-azure-maps-imagery-module.d.ts +7 -0
  96. package/lib/{igx-azure-maps-map-imagery.d.ts → igx-azure-maps-imagery.d.ts} +5 -5
  97. package/package.json +2 -2
  98. package/public_api.d.ts +5 -5
  99. package/esm2015/lib/igx-azure-maps-map-imagery-dynamic-module.js +0 -34
  100. package/esm5/lib/igx-azure-maps-map-imagery-dynamic-module.js +0 -33
  101. package/lib/AzureMapsMapImagery.d.ts +0 -1
  102. package/lib/AzureMapsMapImageryView.d.ts +0 -1
  103. package/lib/igx-azure-maps-map-imagery-dynamic-module.d.ts +0 -9
  104. package/lib/igx-azure-maps-map-imagery-module.d.ts +0 -7
@@ -0,0 +1 @@
1
+ export { AzureMapsImagery } from "./AzureMapsImageryView_combined";
@@ -4,20 +4,20 @@ import { Type } from "igniteui-angular-core";
4
4
  */
5
5
  export declare enum AzureMapsImageryStyle {
6
6
  Road = 0,
7
- Terra = 1,
7
+ Satellite = 1,
8
8
  DarkGrey = 2,
9
- LabelsRoad = 3,
10
- LabelsDarkGrey = 4,
11
- HybridRoad = 5,
12
- HybridDarkGrey = 6,
13
- Imagery = 7,
14
- WeatherRadar = 8,
15
- WeatherInfrared = 9,
16
- TrafficAbsolute = 10,
17
- TrafficRelative = 11,
18
- TrafficRelativeDark = 12,
19
- TrafficDelay = 13,
20
- TrafficReduced = 14
9
+ LabelsRoadOverlay = 3,
10
+ LabelsDarkGreyOverlay = 4,
11
+ HybridRoadOverlay = 5,
12
+ HybridDarkGreyOverlay = 6,
13
+ TerraOverlay = 7,
14
+ WeatherRadarOverlay = 8,
15
+ WeatherInfraredOverlay = 9,
16
+ TrafficAbsoluteOverlay = 10,
17
+ TrafficRelativeOverlay = 11,
18
+ TrafficRelativeDarkOverlay = 12,
19
+ TrafficDelayOverlay = 13,
20
+ TrafficReducedOverlay = 14
21
21
  }
22
22
  /**
23
23
  * @hidden
@@ -0,0 +1 @@
1
+ export { AzureMapsImageryView } from "./AzureMapsImageryView_combined";
@@ -5,10 +5,10 @@ import { AzureMapsImageryStyle } from "./AzureMapsImageryStyle";
5
5
  /**
6
6
  * @hidden
7
7
  */
8
- export declare class AzureMapsMapImageryView extends GeographicMapImageryView {
8
+ export declare class AzureMapsImageryView extends GeographicMapImageryView {
9
9
  static $t: Type;
10
- constructor(a: AzureMapsMapImagery);
11
- protected k: AzureMapsMapImagery;
10
+ constructor(a: AzureMapsImagery);
11
+ protected k: AzureMapsImagery;
12
12
  p(): void;
13
13
  l(): void;
14
14
  n(): void;
@@ -20,12 +20,12 @@ export declare class AzureMapsMapImageryView extends GeographicMapImageryView {
20
20
  /**
21
21
  * @hidden
22
22
  */
23
- export declare class AzureMapsMapImagery extends GeographicMapImagery {
23
+ export declare class AzureMapsImagery extends GeographicMapImagery {
24
24
  static $t: Type;
25
25
  constructor();
26
26
  protected ai(): GeographicMapImageryView;
27
27
  protected bb(a: GeographicMapImageryView): void;
28
- bp: AzureMapsMapImageryView;
28
+ bp: AzureMapsImageryView;
29
29
  cultureName: string;
30
30
  apiKey: string;
31
31
  apiVersion: string;
@@ -27,20 +27,20 @@ export declare class GeographicContourLineSeries extends GeographicXYTriangulati
27
27
  protected bk(): Series;
28
28
  protected get_fk(): boolean;
29
29
  constructor();
30
- protected xf(a: any, b: any): void;
31
- x2: ScatterContourSeries;
32
- protected w9(): Series;
33
- private yc;
30
+ protected xg(a: any, b: any): void;
31
+ x3: ScatterContourSeries;
32
+ protected xa(): Series;
34
33
  private yd;
35
- x9: string;
34
+ private ye;
35
+ ya: string;
36
+ x6: ValueBrushScale;
36
37
  x5: ValueBrushScale;
37
- x4: ValueBrushScale;
38
- protected sp(): void;
38
+ protected sq(): void;
39
39
  protected ct(): SeriesView;
40
- q7(a: SeriesView): void;
41
- x6: GeographicContourLineSeriesView;
42
- x1: ContourValueResolver;
43
- protected rg(a: any, b: string, c: any, d: any): void;
40
+ q8(a: SeriesView): void;
41
+ x7: GeographicContourLineSeriesView;
42
+ x2: ContourValueResolver;
43
+ protected rh(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_fp(): boolean;
39
39
  constructor();
40
40
  protected ct(): SeriesView;
41
- q7(a: SeriesView): void;
42
- xj: GeographicHighDensityScatterSeriesView;
43
- protected w9(): Series;
44
- private xi;
45
- xx: string;
46
- xz: string;
41
+ q8(a: SeriesView): void;
42
+ xk: GeographicHighDensityScatterSeriesView;
43
+ protected xa(): Series;
44
+ private xj;
45
+ xy: string;
46
+ x0: string;
47
+ xn: boolean;
47
48
  xm: boolean;
48
49
  xl: boolean;
49
- xk: boolean;
50
+ xp: number;
50
51
  xo: number;
51
- xn: number;
52
+ yj: Color;
52
53
  yi: Color;
53
- yh: Color;
54
- xr: number;
54
+ xs: number;
55
55
  progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
56
- private xq;
57
- get xs(): number;
58
- set xs(a: number);
59
- protected xf(a: any, b: any): void;
56
+ private xr;
57
+ get xt(): number;
58
+ set xt(a: number);
59
+ protected xg(a: any, b: any): void;
60
+ private x7;
60
61
  private x6;
61
- private x5;
62
- protected rg(a: any, b: string, c: any, d: any): void;
62
+ protected rh(a: any, b: string, c: any, d: any): void;
63
63
  protected get_g8(): boolean;
64
64
  protected set_g8(a: boolean): void;
65
65
  static $$p: string[];
@@ -15,9 +15,9 @@ import { RenderingContext } from "igniteui-angular-core";
15
15
  */
16
16
  export declare abstract class GeographicMapSeriesHost extends Series {
17
17
  static $t: Type;
18
- qm(): void;
18
+ qn(): void;
19
19
  constructor();
20
- private w8;
20
+ private w9;
21
21
  protected get_fd(): boolean;
22
22
  ku(a: any, b: string): any;
23
23
  mi(a: string): string;
@@ -26,52 +26,52 @@ export declare abstract class GeographicMapSeriesHost extends Series {
26
26
  ed(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number, e: boolean): boolean;
27
27
  ai(): Axis[];
28
28
  bp(): Series;
29
- get xa(): Series;
30
- set xa(a: Series);
29
+ get xb(): Series;
30
+ set xb(a: Series);
31
31
  protected get_hasMarkers(): boolean;
32
- protected xf(a: any, b: any): void;
32
+ protected xg(a: any, b: any): void;
33
33
  dh(a: any, b: Point, c: boolean): HighlightingInfo;
34
34
  di(a: any, b: Point, c: boolean): HighlightingInfo;
35
35
  kr(a: Point): any;
36
36
  ke(a: Point, b: boolean): number;
37
37
  kc(a: Point, b: boolean): number;
38
38
  i8(a: Point, b: boolean, c: boolean): number;
39
- wm(a: Point, b: boolean, c: boolean): Point;
40
- wx(a: Point): Rect;
41
- ao(a: Point): Rect[];
39
+ wn(a: Point, b: boolean, c: boolean): Point;
42
40
  wy(a: Point): Rect;
43
- ap(a: Point): Rect[];
41
+ ao(a: Point): Rect[];
44
42
  wz(a: Point): Rect;
43
+ ap(a: Point): Rect[];
45
44
  w0(a: Point): Rect;
45
+ w1(a: Point): Rect;
46
46
  i4(a: Point, b: boolean, c: boolean): number;
47
- wi(a: Point, b: boolean, c: boolean): Point;
47
+ wj(a: Point, b: boolean, c: boolean): Point;
48
48
  i6(a: Point, b: boolean, c: boolean): number;
49
- wk(a: Point, b: boolean, c: boolean): Point;
50
- wn(a: Point, b: boolean, c: boolean): Point;
49
+ wl(a: Point, b: boolean, c: boolean): Point;
50
+ wo(a: Point, b: boolean, c: boolean): Point;
51
51
  i9(a: Point, b: boolean, c: boolean): number;
52
- wj(a: Point, b: boolean, c: boolean): Point;
52
+ wk(a: Point, b: boolean, c: boolean): Point;
53
53
  i5(a: Point, b: boolean, c: boolean): number;
54
- wl(a: Point, b: boolean, c: boolean): Point;
54
+ wm(a: Point, b: boolean, c: boolean): Point;
55
55
  i7(a: Point, b: boolean, c: boolean): number;
56
56
  j8(a: Point): number;
57
57
  iy(): number;
58
58
  iu(a: Point): number;
59
59
  ks(a: Point): any;
60
- protected abstract w9(): Series;
60
+ protected abstract xa(): Series;
61
61
  protected ct(): SeriesView;
62
- q7(a: SeriesView): void;
63
- xb: HostSeriesView;
64
- static readonly xh: DependencyProperty;
65
- get xc(): number;
66
- set xc(a: number);
67
- protected rg(a: any, b: string, c: any, d: any): void;
68
- private xe;
69
- private xg;
70
- ry(a: boolean): void;
71
- protected rb(a: boolean): void;
72
- rx(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
62
+ q8(a: SeriesView): void;
63
+ xc: HostSeriesView;
64
+ static readonly xi: DependencyProperty;
65
+ get xd(): number;
66
+ set xd(a: number);
67
+ protected rh(a: any, b: string, c: any, d: any): void;
68
+ private xf;
69
+ private xh;
70
+ rz(a: boolean): void;
71
+ protected rc(a: boolean): void;
72
+ ry(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
73
73
  a2(a: Point, b: boolean): DataContext;
74
- sk(): void;
74
+ sl(): void;
75
75
  protected get_coercionMethods(): any;
76
76
  protected set_coercionMethods(a: any): void;
77
77
  protected p5(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
- s7(): DataTemplate;
15
- vv(): Brush;
14
+ s8(): DataTemplate;
16
15
  vw(): Brush;
16
+ vx(): Brush;
17
17
  ip(): number;
18
18
  mf(): string;
19
- private xy;
20
- xk: MarkerType;
21
- xl: number;
22
- xj: MarkerOutlineMode;
23
- xi: MarkerFillMode;
24
- x0: DataTemplate;
25
- ye: Brush;
26
- yf: Brush;
19
+ private xz;
20
+ xl: MarkerType;
27
21
  xm: number;
28
- xz: DataTemplate;
29
- yc: Brush;
22
+ xk: MarkerOutlineMode;
23
+ xj: MarkerFillMode;
24
+ x1: DataTemplate;
25
+ yf: Brush;
26
+ yg: Brush;
27
+ xn: number;
28
+ x0: DataTemplate;
30
29
  yd: Brush;
31
- protected rg(a: any, b: string, c: any, d: any): void;
30
+ ye: Brush;
31
+ protected rh(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 w9(): Series;
9
+ protected abstract xa(): Series;
10
10
  }
@@ -27,13 +27,13 @@ export declare class GeographicPolylineSeries extends GeographicShapeSeriesBase
27
27
  protected get_fs(): boolean;
28
28
  constructor();
29
29
  protected ct(): SeriesView;
30
- q7(a: SeriesView): void;
31
- yq: GeographicPolylineSeriesView;
32
- yp: StyleSelector;
33
- yx: Style;
34
- protected w9(): Series;
35
- private yu;
30
+ q8(a: SeriesView): void;
31
+ yr: GeographicPolylineSeriesView;
32
+ yq: StyleSelector;
33
+ yy: Style;
34
+ protected xa(): Series;
35
+ private yv;
36
36
  styleShape: (sender: any, e: StyleShapeEventArgs) => void;
37
- protected rg(a: any, b: string, c: any, d: any): void;
37
+ protected rh(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 w9(): Series;
9
+ protected abstract xa(): 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
- q7(a: SeriesView): void;
52
- ym: GeographicProportionalSymbolSeriesView;
51
+ q8(a: SeriesView): void;
52
+ yn: GeographicProportionalSymbolSeriesView;
53
53
  protected jo(): number;
54
- protected w9(): Series;
55
- private yj;
56
- y7: string;
57
- y9: string;
58
- ze: string;
59
- yl: SizeScale;
60
- y5: string;
61
- yx: string;
62
- yi: BrushScale;
63
- yp: boolean;
64
- ys: boolean;
65
- yv: number;
66
- yu: number;
54
+ protected xa(): Series;
55
+ private yk;
56
+ y8: string;
57
+ za: string;
58
+ zf: string;
59
+ ym: SizeScale;
60
+ y6: string;
61
+ yy: string;
62
+ yj: BrushScale;
63
+ yq: boolean;
67
64
  yt: boolean;
65
+ yw: number;
66
+ yv: number;
67
+ yu: boolean;
68
+ ys: boolean;
68
69
  yr: boolean;
69
- yq: boolean;
70
+ protected yp: boolean;
70
71
  protected yo: boolean;
71
- protected yn: boolean;
72
72
  protected get_ff(): boolean;
73
73
  assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
74
74
  assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
75
- yk: ScatterItemSearchMode;
76
- yw: number;
77
- protected rg(a: any, b: string, c: any, d: any): void;
75
+ yl: ScatterItemSearchMode;
76
+ yx: number;
77
+ protected rh(a: any, b: string, c: any, d: any): void;
78
+ private zk;
78
79
  private zj;
79
- private zi;
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 w9(): Series;
9
+ protected abstract xa(): Series;
10
10
  }
@@ -13,33 +13,33 @@ import { HostSeriesView } from "./HostSeriesView";
13
13
  export declare abstract class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
14
14
  static $t: Type;
15
15
  protected ct(): SeriesView;
16
- xm: GeographicShapeSeriesBaseView;
17
- q7(a: SeriesView): void;
18
- x9: string;
16
+ xn: GeographicShapeSeriesBaseView;
17
+ q8(a: SeriesView): void;
18
+ ya: string;
19
19
  protected get_ff(): boolean;
20
20
  protected get_ef(): boolean;
21
+ xv: boolean;
21
22
  xu: boolean;
22
- xt: boolean;
23
+ protected xs: boolean;
23
24
  protected xr: boolean;
24
- protected xq: boolean;
25
- xl: ShapeItemSearchMode;
25
+ xm: ShapeItemSearchMode;
26
+ xy: number;
27
+ xz: string;
28
+ xl: BrushScale;
29
+ xt: boolean;
26
30
  xx: number;
27
- xy: string;
28
- xk: BrushScale;
29
- xs: boolean;
30
- xw: number;
31
31
  assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void;
32
32
  assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void;
33
- protected rg(a: any, b: string, c: any, d: any): void;
34
- private yc;
35
- private yb;
33
+ protected rh(a: any, b: string, c: any, d: any): void;
36
34
  private yd;
35
+ private yc;
37
36
  private ye;
38
- private xn;
39
- private xp;
40
- get xo(): ShapefileConverter;
41
- set xo(a: ShapefileConverter);
42
- xv: number;
37
+ private yf;
38
+ private xo;
39
+ private xq;
40
+ get xp(): ShapefileConverter;
41
+ set xp(a: ShapefileConverter);
42
+ xw: number;
43
43
  protected get_g8(): boolean;
44
44
  protected set_g8(a: boolean): void;
45
45
  static $$p: string[];
@@ -40,32 +40,32 @@ export declare class GeographicShapeSeries extends GeographicShapeSeriesBase {
40
40
  protected get_fr(): boolean;
41
41
  constructor();
42
42
  protected ct(): SeriesView;
43
- yu: GeographicShapeSeriesView;
44
- q7(a: SeriesView): void;
45
- protected w9(): Series;
46
- private zb;
47
- styleShape: (sender: any, e: StyleShapeEventArgs) => void;
43
+ yv: GeographicShapeSeriesView;
44
+ q8(a: SeriesView): void;
45
+ protected xa(): Series;
48
46
  private zc;
49
- yt: StyleSelector;
50
- zy: Style;
51
- ys: MarkerType;
52
- yr: MarkerOutlineMode;
53
- yq: MarkerFillMode;
54
- ze: DataTemplate;
55
- zv: Brush;
47
+ styleShape: (sender: any, e: StyleShapeEventArgs) => void;
48
+ private zd;
49
+ yu: StyleSelector;
50
+ zz: Style;
51
+ yt: MarkerType;
52
+ ys: MarkerOutlineMode;
53
+ yr: MarkerFillMode;
54
+ zf: DataTemplate;
56
55
  zw: Brush;
57
- zx: Style;
58
- yv: number;
56
+ zx: Brush;
57
+ zy: Style;
58
+ yw: number;
59
59
  ip(): number;
60
- vv(): Brush;
61
60
  vw(): Brush;
62
- s7(): DataTemplate;
61
+ vx(): Brush;
62
+ s8(): DataTemplate;
63
63
  mf(): string;
64
- yp: CollisionAvoidanceType;
65
- protected rg(a: any, b: string, c: any, d: any): void;
64
+ yq: CollisionAvoidanceType;
65
+ protected rh(a: any, b: string, c: any, d: any): void;
66
66
  protected jo(): number;
67
- zd: DataTemplate;
68
- zt: Brush;
67
+ ze: DataTemplate;
69
68
  zu: Brush;
69
+ zv: 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 w9(): Series;
9
+ protected abstract xa(): 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
- q7(a: SeriesView): void;
42
- yl: GeographicSymbolSeriesView;
41
+ q8(a: SeriesView): void;
42
+ ym: GeographicSymbolSeriesView;
43
43
  protected jo(): number;
44
- protected w9(): Series;
45
- private yk;
46
- yw: string;
47
- yy: string;
48
- yi: CollisionAvoidanceType;
44
+ protected xa(): Series;
45
+ private yl;
46
+ yx: string;
47
+ yz: string;
48
+ yj: CollisionAvoidanceType;
49
+ yq: boolean;
49
50
  yp: boolean;
50
- yo: boolean;
51
+ protected yo: boolean;
51
52
  protected yn: boolean;
52
- protected ym: boolean;
53
53
  protected get_ff(): boolean;
54
54
  assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
55
55
  assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
56
- yj: ScatterItemSearchMode;
57
- yr: number;
58
- protected rg(a: any, b: string, c: any, d: any): void;
56
+ yk: ScatterItemSearchMode;
57
+ ys: number;
58
+ protected rh(a: any, b: string, c: any, d: any): void;
59
+ private y4;
59
60
  private y3;
60
- private y2;
61
- yq: boolean;
61
+ yr: boolean;
62
62
  static $$p: string[];
63
63
  }
@@ -11,14 +11,14 @@ export declare class GeographicTileSeries extends GeographicShapeSeriesBase {
11
11
  protected bk(): Series;
12
12
  protected get_f4(): boolean;
13
13
  constructor();
14
- get yr(): GeographicMapImagery;
15
- set yr(a: GeographicMapImagery);
14
+ get ys(): GeographicMapImagery;
15
+ set ys(a: GeographicMapImagery);
16
+ private yr;
17
+ yw(): void;
18
+ protected rh(a: any, b: string, c: any, d: any): void;
16
19
  private yq;
17
- yv(): void;
18
- protected rg(a: any, b: string, c: any, d: any): void;
19
- private yp;
20
- protected xf(a: any, b: any): void;
21
- protected w9(): Series;
20
+ protected xg(a: any, b: any): void;
21
+ protected xa(): Series;
22
22
  imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
23
- private yu;
23
+ private yv;
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 w9(): Series;
9
+ protected abstract xa(): Series;
10
10
  }
@@ -22,30 +22,30 @@ export declare class TileSeries extends ShapeSeriesBase implements IMapRenderDef
22
22
  protected get_f4(): boolean;
23
23
  constructor();
24
24
  protected ct(): SeriesView;
25
- q7(a: SeriesView): void;
26
- protected get_yk(): boolean;
27
- protected aah: TileSeriesView;
28
- get aal(): GeographicMapImagery;
29
- set aal(a: GeographicMapImagery);
25
+ q8(a: SeriesView): void;
26
+ protected get_yl(): boolean;
27
+ protected aai: TileSeriesView;
28
+ get aam(): GeographicMapImagery;
29
+ set aam(a: GeographicMapImagery);
30
+ private aak;
30
31
  private aaj;
31
- private aai;
32
- protected get aak(): GeographicMapImagery;
33
- protected set aak(a: GeographicMapImagery);
34
- protected rg(a: any, b: string, c: any, d: any): void;
35
- private aaq;
36
- imageTilesReady: (sender: any, e: EventArgs) => void;
32
+ protected get aal(): GeographicMapImagery;
33
+ protected set aal(a: GeographicMapImagery);
34
+ protected rh(a: any, b: string, c: any, d: any): void;
37
35
  private aar;
38
- private aam;
36
+ imageTilesReady: (sender: any, e: EventArgs) => void;
37
+ private aas;
38
+ private aan;
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 sy(a: Rect, b: Rect): void;
44
- private aan;
45
- rz(a: boolean): void;
46
- protected aas(a: boolean, b: SeriesView): void;
47
- rx(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
48
- private aat;
43
+ protected sz(a: Rect, b: Rect): void;
44
+ private aao;
45
+ r0(a: boolean): void;
46
+ protected aat(a: boolean, b: SeriesView): void;
47
+ ry(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
48
+ private aau;
49
49
  pb(a: boolean, b: SeriesView): void;
50
50
  }
51
51
  /**