igniteui-webcomponents-maps 5.0.2 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1524 -1524
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -39
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +191 -191
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -19
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +58 -58
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +60 -60
  12. package/esm2015/lib/GeographicTileSeries.js +29 -29
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +93 -93
  16. package/esm2015/lib/XamGeographicMap_combined.js +465 -465
  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 +23 -23
  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 +42 -42
  24. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
  25. package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
  26. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  27. package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
  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 +39 -39
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +189 -189
  34. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +19 -19
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +58 -58
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +60 -60
  40. package/esm5/lib/GeographicTileSeries.js +28 -28
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +91 -91
  44. package/esm5/lib/XamGeographicMap_combined.js +458 -458
  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 +23 -23
  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 +42 -42
  52. package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
  53. package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
  54. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  55. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
  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 +1538 -1538
  60. package/fesm5/igniteui-webcomponents-maps.js +1524 -1524
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +26 -26
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +49 -49
  64. package/lib/GeographicMarkerSeries.d.ts +18 -18
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -10
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +28 -28
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +29 -29
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +22 -22
  74. package/lib/GeographicTileSeries.d.ts +11 -11
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +22 -22
  77. package/lib/XamGeographicMap_combined.d.ts +114 -114
  78. package/package.json +3 -3
@@ -24,23 +24,23 @@ export declare class GeographicContourLineSeriesView extends GeographicXYTriangu
24
24
  */
25
25
  export declare class GeographicContourLineSeries extends GeographicXYTriangulatingSeries {
26
26
  static $t: Type;
27
- protected bi(): Series;
28
- protected get_fh(): boolean;
27
+ protected bj(): Series;
28
+ protected get_fi(): boolean;
29
29
  constructor();
30
- protected wx(): void;
31
- xk: ScatterContourSeries;
32
- protected wr(): Series;
33
- private xu;
34
- private xv;
35
- xr: string;
36
- xn: ValueBrushScale;
37
- xm: ValueBrushScale;
38
- protected sb(): void;
39
- protected cq(): SeriesView;
40
- qx(a: SeriesView): void;
41
- xo: GeographicContourLineSeriesView;
42
- xj: ContourValueResolver;
43
- protected q5(a: any, b: string, c: any, d: any): void;
30
+ protected w1(): void;
31
+ xo: ScatterContourSeries;
32
+ protected wv(): Series;
33
+ private xy;
34
+ private xz;
35
+ xv: string;
36
+ xr: ValueBrushScale;
37
+ xq: ValueBrushScale;
38
+ protected sd(): void;
39
+ protected cr(): SeriesView;
40
+ qy(a: SeriesView): void;
41
+ xs: GeographicContourLineSeriesView;
42
+ xn: ContourValueResolver;
43
+ protected q6(a: any, b: string, c: any, d: any): void;
44
44
  triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
45
45
  static $$p: string[];
46
46
  }
@@ -33,34 +33,34 @@ export declare class GeographicHighDensityScatterSeriesView extends HostSeriesVi
33
33
  */
34
34
  export declare class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
35
35
  static $t: Type;
36
- protected bi(): Series;
37
- protected ji(): number;
38
- protected get_fm(): boolean;
36
+ protected bj(): Series;
37
+ protected jj(): number;
38
+ protected get_fn(): boolean;
39
39
  constructor();
40
- protected cq(): SeriesView;
41
- qx(a: SeriesView): void;
42
- w1: GeographicHighDensityScatterSeriesView;
43
- protected wr(): Series;
44
- private w0;
45
- xf: string;
46
- xh: string;
47
- w4: boolean;
48
- w3: boolean;
49
- w2: boolean;
50
- w6: number;
51
- w5: number;
52
- x0: Color;
53
- xz: Color;
40
+ protected cr(): SeriesView;
41
+ qy(a: SeriesView): void;
42
+ w5: GeographicHighDensityScatterSeriesView;
43
+ protected wv(): Series;
44
+ private w4;
45
+ xj: string;
46
+ xl: string;
47
+ w8: boolean;
48
+ w7: boolean;
49
+ w6: boolean;
50
+ xa: number;
54
51
  w9: number;
52
+ x4: Color;
53
+ x3: Color;
54
+ xd: number;
55
55
  progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
56
- private w8;
57
- get xa(): number;
58
- set xa(a: number);
59
- protected wx(): void;
60
- private xo;
61
- private xn;
62
- protected q5(a: any, b: string, c: any, d: any): void;
63
- protected get_g5(): boolean;
64
- protected set_g5(a: boolean): void;
56
+ private xc;
57
+ get xe(): number;
58
+ set xe(a: number);
59
+ protected w1(): void;
60
+ private xs;
61
+ private xr;
62
+ protected q6(a: any, b: string, c: any, d: any): void;
63
+ protected get_g6(): boolean;
64
+ protected set_g6(a: boolean): void;
65
65
  static $$p: string[];
66
66
  }
@@ -15,65 +15,65 @@ import { RenderingContext } from "igniteui-webcomponents-core";
15
15
  */
16
16
  export declare abstract class GeographicMapSeriesHost extends Series {
17
17
  static $t: Type;
18
- qc(): void;
18
+ qd(): void;
19
19
  constructor();
20
- private wq;
21
- protected get_fa(): boolean;
22
- ko(a: any, b: string): any;
23
- mb(a: string): string;
24
- protected get_kg(): any;
25
- protected set_kg(a: any): void;
26
- d9(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number, e: boolean): boolean;
20
+ private wu;
21
+ protected get_fb(): boolean;
22
+ kp(a: any, b: string): any;
23
+ mc(a: string): string;
24
+ protected get_kh(): any;
25
+ protected set_kh(a: any): void;
26
+ ea(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number, e: boolean): boolean;
27
27
  ai(): Axis[];
28
- bm(): Series;
29
- get ws(): Series;
30
- set ws(a: Series);
28
+ bn(): Series;
29
+ get ww(): Series;
30
+ set ww(a: Series);
31
31
  protected get_hasMarkers(): boolean;
32
- protected wx(): void;
33
- de(a: any, b: Point, c: boolean): HighlightingInfo;
32
+ protected w1(): void;
34
33
  df(a: any, b: Point, c: boolean): HighlightingInfo;
35
- kl(a: Point): any;
36
- j8(a: Point, b: boolean): number;
37
- j6(a: Point, b: boolean): number;
38
- i3(a: Point, b: boolean, c: boolean): number;
39
- v6(a: Point, b: boolean, c: boolean): Point;
40
- wh(a: Point): Rect;
41
- an(a: Point): Rect[];
42
- wi(a: Point): Rect;
43
- ao(a: Point): Rect[];
34
+ dg(a: any, b: Point, c: boolean): HighlightingInfo;
35
+ km(a: Point): any;
36
+ j9(a: Point, b: boolean): number;
37
+ j7(a: Point, b: boolean): number;
38
+ i4(a: Point, b: boolean, c: boolean): number;
39
+ v8(a: Point, b: boolean, c: boolean): Point;
44
40
  wj(a: Point): Rect;
41
+ ao(a: Point): Rect[];
45
42
  wk(a: Point): Rect;
46
- iz(a: Point, b: boolean, c: boolean): number;
47
- v2(a: Point, b: boolean, c: boolean): Point;
48
- i1(a: Point, b: boolean, c: boolean): number;
49
- v4(a: Point, b: boolean, c: boolean): Point;
50
- v7(a: Point, b: boolean, c: boolean): Point;
51
- i4(a: Point, b: boolean, c: boolean): number;
52
- v3(a: Point, b: boolean, c: boolean): Point;
43
+ ap(a: Point): Rect[];
44
+ wl(a: Point): Rect;
45
+ wm(a: Point): Rect;
53
46
  i0(a: Point, b: boolean, c: boolean): number;
54
- v5(a: Point, b: boolean, c: boolean): Point;
47
+ v4(a: Point, b: boolean, c: boolean): Point;
55
48
  i2(a: Point, b: boolean, c: boolean): number;
56
- j2(a: Point): number;
57
- iu(): number;
58
- iq(a: Point): number;
59
- km(a: Point): any;
60
- protected abstract wr(): Series;
61
- protected cq(): SeriesView;
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
- a1(a: Point, b: boolean): DataContext;
73
- r6(): void;
49
+ v6(a: Point, b: boolean, c: boolean): Point;
50
+ v9(a: Point, b: boolean, c: boolean): Point;
51
+ i5(a: Point, b: boolean, c: boolean): number;
52
+ v5(a: Point, b: boolean, c: boolean): Point;
53
+ i1(a: Point, b: boolean, c: boolean): number;
54
+ v7(a: Point, b: boolean, c: boolean): Point;
55
+ i3(a: Point, b: boolean, c: boolean): number;
56
+ j3(a: Point): number;
57
+ iv(): number;
58
+ ir(a: Point): number;
59
+ kn(a: Point): any;
60
+ protected abstract wv(): Series;
61
+ protected cr(): SeriesView;
62
+ qy(a: SeriesView): void;
63
+ wx: HostSeriesView;
64
+ static readonly w3: DependencyProperty;
65
+ get wy(): number;
66
+ set wy(a: number);
67
+ protected q6(a: any, b: string, c: any, d: any): void;
68
+ private w0;
69
+ private w2;
70
+ ro(a: boolean): void;
71
+ rn(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
72
+ a2(a: Point, b: boolean): DataContext;
73
+ r8(): void;
74
74
  protected get_coercionMethods(): any;
75
75
  protected set_coercionMethods(a: any): void;
76
- protected pv(a: any): void;
76
+ protected pw(a: any): void;
77
77
  }
78
78
  /**
79
79
  * @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
- st(): DataTemplate;
15
- vf(): Brush;
16
- vg(): Brush;
17
- il(): number;
18
- l8(): string;
19
- private xg;
20
- w2: MarkerType;
21
- w3: number;
22
- w1: MarkerOutlineMode;
23
- w0: MarkerFillMode;
24
- xi: DataTemplate;
25
- xw: Brush;
26
- xx: Brush;
27
- w4: number;
28
- xh: DataTemplate;
29
- xu: Brush;
30
- xv: Brush;
31
- protected q5(a: any, b: string, c: any, d: any): void;
14
+ sv(): DataTemplate;
15
+ vh(): Brush;
16
+ vi(): Brush;
17
+ im(): number;
18
+ l9(): string;
19
+ private xk;
20
+ w6: MarkerType;
21
+ w7: number;
22
+ w5: MarkerOutlineMode;
23
+ w4: MarkerFillMode;
24
+ xm: DataTemplate;
25
+ x0: Brush;
26
+ x1: Brush;
27
+ w8: number;
28
+ xl: DataTemplate;
29
+ xy: Brush;
30
+ xz: Brush;
31
+ protected q6(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 wr(): Series;
9
+ protected abstract wv(): Series;
10
10
  }
@@ -23,17 +23,17 @@ export declare class GeographicPolylineSeriesView extends GeographicShapeSeriesB
23
23
  */
24
24
  export declare class GeographicPolylineSeries extends GeographicShapeSeriesBase {
25
25
  static $t: Type;
26
- protected bi(): Series;
27
- protected get_fp(): boolean;
26
+ protected bj(): Series;
27
+ protected get_fq(): boolean;
28
28
  constructor();
29
- protected cq(): SeriesView;
30
- qx(a: SeriesView): void;
31
- xz: GeographicPolylineSeriesView;
32
- xy: StyleSelector;
33
- x6: Style;
34
- protected wr(): Series;
35
- private x3;
29
+ protected cr(): SeriesView;
30
+ qy(a: SeriesView): void;
31
+ x3: GeographicPolylineSeriesView;
32
+ x2: StyleSelector;
33
+ ya: Style;
34
+ protected wv(): Series;
35
+ private x7;
36
36
  styleShape: (sender: any, e: StyleShapeEventArgs) => void;
37
- protected q5(a: any, b: string, c: any, d: any): void;
37
+ protected q6(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 wr(): Series;
9
+ protected abstract wv(): Series;
10
10
  }
@@ -44,38 +44,38 @@ export declare class GeographicProportionalSymbolSeriesView extends HostSeriesVi
44
44
  */
45
45
  export declare class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
46
46
  static $t: Type;
47
- protected bi(): Series;
48
- protected get_eg(): boolean;
47
+ protected bj(): Series;
48
+ protected get_eh(): boolean;
49
49
  constructor();
50
- protected cq(): SeriesView;
51
- qx(a: SeriesView): void;
52
- x4: GeographicProportionalSymbolSeriesView;
53
- protected jj(): number;
54
- protected wr(): Series;
55
- private x1;
56
- yp: string;
50
+ protected cr(): SeriesView;
51
+ qy(a: SeriesView): void;
52
+ x8: GeographicProportionalSymbolSeriesView;
53
+ protected jk(): number;
54
+ protected wv(): Series;
55
+ private x5;
56
+ yt: string;
57
+ yv: string;
58
+ y0: string;
59
+ x7: SizeScale;
57
60
  yr: string;
58
- yw: string;
59
- x3: SizeScale;
60
- yn: string;
61
- yf: string;
62
- x0: BrushScale;
63
- x7: boolean;
64
- ya: boolean;
65
- yd: number;
66
- yc: number;
61
+ yj: string;
62
+ x4: BrushScale;
67
63
  yb: boolean;
68
- x9: boolean;
69
- x8: boolean;
70
- protected x6: boolean;
71
- protected x5: boolean;
72
- protected get_fc(): boolean;
64
+ ye: boolean;
65
+ yh: number;
66
+ yg: number;
67
+ yf: boolean;
68
+ yd: boolean;
69
+ yc: boolean;
70
+ protected ya: boolean;
71
+ protected x9: boolean;
72
+ protected get_fd(): boolean;
73
73
  assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
74
74
  assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
75
- x2: ScatterItemSearchMode;
76
- ye: number;
77
- protected q5(a: any, b: string, c: any, d: any): void;
78
- private y1;
79
- private y0;
75
+ x6: ScatterItemSearchMode;
76
+ yi: number;
77
+ protected q6(a: any, b: string, c: any, d: any): void;
78
+ private y5;
79
+ private y4;
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 wr(): Series;
9
+ protected abstract wv(): Series;
10
10
  }
@@ -11,33 +11,33 @@ import { HostSeriesView } from "./HostSeriesView";
11
11
  */
12
12
  export declare abstract class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
13
13
  static $t: Type;
14
- protected cq(): SeriesView;
15
- w3: GeographicShapeSeriesBaseView;
16
- qx(a: SeriesView): void;
17
- xl: string;
18
- protected get_fc(): boolean;
19
- protected get_eb(): boolean;
20
- xa: boolean;
21
- w9: boolean;
22
- protected w8: boolean;
23
- protected w7: boolean;
24
- w2: ShapeItemSearchMode;
25
- xd: number;
26
- xc: number;
14
+ protected cr(): SeriesView;
15
+ w7: GeographicShapeSeriesBaseView;
16
+ qy(a: SeriesView): void;
17
+ xp: string;
18
+ protected get_fd(): boolean;
19
+ protected get_ec(): boolean;
20
+ xe: boolean;
21
+ xd: boolean;
22
+ protected xc: boolean;
23
+ protected xb: boolean;
24
+ w6: ShapeItemSearchMode;
25
+ xh: number;
26
+ xg: number;
27
27
  assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void;
28
28
  assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void;
29
- protected q5(a: any, b: string, c: any, d: any): void;
30
- private xo;
31
- private xn;
32
- private xp;
33
- private xq;
34
- private w4;
35
- private w6;
36
- get w5(): ShapefileConverter;
37
- set w5(a: ShapefileConverter);
38
- xb: number;
39
- protected get_g5(): boolean;
40
- protected set_g5(a: boolean): void;
29
+ protected q6(a: any, b: string, c: any, d: any): void;
30
+ private xs;
31
+ private xr;
32
+ private xt;
33
+ private xu;
34
+ private w8;
35
+ private xa;
36
+ get w9(): ShapefileConverter;
37
+ set w9(a: ShapefileConverter);
38
+ xf: number;
39
+ protected get_g6(): boolean;
40
+ protected set_g6(a: boolean): void;
41
41
  static $$p: string[];
42
42
  }
43
43
  /**
@@ -36,36 +36,36 @@ export declare class GeographicShapeSeriesView extends GeographicShapeSeriesBase
36
36
  */
37
37
  export declare class GeographicShapeSeries extends GeographicShapeSeriesBase {
38
38
  static $t: Type;
39
- protected bi(): Series;
40
- protected get_fo(): boolean;
39
+ protected bj(): Series;
40
+ protected get_fp(): boolean;
41
41
  constructor();
42
- protected cq(): SeriesView;
43
- x3: GeographicShapeSeriesView;
44
- qx(a: SeriesView): void;
45
- protected wr(): Series;
46
- private yk;
42
+ protected cr(): SeriesView;
43
+ x7: GeographicShapeSeriesView;
44
+ qy(a: SeriesView): void;
45
+ protected wv(): Series;
46
+ private yo;
47
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;
55
- y4: Brush;
56
- y5: Brush;
57
- y6: Style;
58
- x4: number;
59
- il(): number;
60
- vf(): Brush;
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
- protected jj(): number;
67
- ym: DataTemplate;
68
- y2: Brush;
69
- y3: Brush;
48
+ private yp;
49
+ x6: StyleSelector;
50
+ zb: Style;
51
+ x5: MarkerType;
52
+ x4: MarkerOutlineMode;
53
+ x3: MarkerFillMode;
54
+ yr: DataTemplate;
55
+ y8: Brush;
56
+ y9: Brush;
57
+ za: Style;
58
+ x8: number;
59
+ im(): number;
60
+ vh(): Brush;
61
+ vi(): Brush;
62
+ sv(): DataTemplate;
63
+ l9(): string;
64
+ x2: CollisionAvoidanceType;
65
+ protected q6(a: any, b: string, c: any, d: any): void;
66
+ protected jk(): number;
67
+ yq: DataTemplate;
68
+ y6: Brush;
69
+ y7: 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 wr(): Series;
9
+ protected abstract wv(): Series;
10
10
  }
@@ -34,30 +34,30 @@ export declare class GeographicSymbolSeriesView extends HostSeriesView {
34
34
  */
35
35
  export declare class GeographicSymbolSeries extends GeographicMarkerSeries {
36
36
  static $t: Type;
37
- protected bi(): Series;
38
- protected get_eg(): boolean;
37
+ protected bj(): Series;
38
+ protected get_eh(): boolean;
39
39
  constructor();
40
- protected cq(): SeriesView;
41
- qx(a: SeriesView): void;
42
- x3: GeographicSymbolSeriesView;
43
- protected jj(): number;
44
- protected wr(): Series;
45
- private x2;
46
- ye: string;
47
- yg: string;
48
- x0: CollisionAvoidanceType;
49
- x7: boolean;
50
- x6: boolean;
51
- protected x5: boolean;
52
- protected x4: boolean;
53
- protected get_fc(): boolean;
40
+ protected cr(): SeriesView;
41
+ qy(a: SeriesView): void;
42
+ x7: GeographicSymbolSeriesView;
43
+ protected jk(): number;
44
+ protected wv(): Series;
45
+ private x6;
46
+ yi: string;
47
+ yk: string;
48
+ x4: CollisionAvoidanceType;
49
+ yb: boolean;
50
+ ya: boolean;
51
+ protected x9: boolean;
52
+ protected x8: boolean;
53
+ protected get_fd(): boolean;
54
54
  assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
55
55
  assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
56
- x1: ScatterItemSearchMode;
57
- x9: number;
58
- protected q5(a: any, b: string, c: any, d: any): void;
59
- private yl;
60
- private yk;
61
- x8: boolean;
56
+ x5: ScatterItemSearchMode;
57
+ yd: number;
58
+ protected q6(a: any, b: string, c: any, d: any): void;
59
+ private yp;
60
+ private yo;
61
+ yc: boolean;
62
62
  static $$p: string[];
63
63
  }
@@ -8,17 +8,17 @@ import { ImageTilesReadyEventArgs } from "./ImageTilesReadyEventArgs";
8
8
  */
9
9
  export declare class GeographicTileSeries extends GeographicShapeSeriesBase {
10
10
  static $t: Type;
11
- protected bi(): Series;
12
- protected get_f1(): boolean;
11
+ protected bj(): Series;
12
+ protected get_f2(): boolean;
13
13
  constructor();
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;
19
- private xy;
20
- protected wx(): void;
21
- protected wr(): Series;
22
- imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
14
+ get x4(): GeographicMapImagery;
15
+ set x4(a: GeographicMapImagery);
23
16
  private x3;
17
+ x8(): void;
18
+ protected q6(a: any, b: string, c: any, d: any): void;
19
+ private x2;
20
+ protected w1(): void;
21
+ protected wv(): Series;
22
+ imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
23
+ private x7;
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 wr(): Series;
9
+ protected abstract wv(): Series;
10
10
  }