igniteui-angular-maps 19.0.1 → 19.1.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1704 -1704
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +48 -48
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +114 -114
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +224 -224
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +28 -28
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  9. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
  10. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  11. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +73 -73
  12. package/esm2015/lib/GeographicShapeSeriesView_combined.js +75 -75
  13. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
  14. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +79 -79
  15. package/esm2015/lib/GeographicTileSeries.js +29 -29
  16. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  17. package/esm2015/lib/TileSeries_combined.js +154 -154
  18. package/esm2015/lib/XamGeographicMap_combined.js +477 -477
  19. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  20. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  21. package/esm2015/lib/igx-geographic-map-component.js +39 -39
  22. package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
  23. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  25. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  26. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  27. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  28. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  29. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  30. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  31. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  32. package/esm2015/lib/igx-tile-series-component.js +3 -3
  33. package/esm5/lib/GeographicContourLineSeriesView_combined.js +48 -48
  34. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +113 -113
  35. package/esm5/lib/GeographicMapSeriesHost_combined.js +223 -223
  36. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  37. package/esm5/lib/GeographicPolylineSeriesView_combined.js +28 -28
  38. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  39. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
  40. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  41. package/esm5/lib/GeographicShapeSeriesBase_combined.js +72 -72
  42. package/esm5/lib/GeographicShapeSeriesView_combined.js +75 -75
  43. package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
  44. package/esm5/lib/GeographicSymbolSeriesView_combined.js +79 -79
  45. package/esm5/lib/GeographicTileSeries.js +28 -28
  46. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  47. package/esm5/lib/TileSeries_combined.js +151 -151
  48. package/esm5/lib/XamGeographicMap_combined.js +469 -469
  49. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  50. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  51. package/esm5/lib/igx-geographic-map-component.js +39 -39
  52. package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
  53. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  54. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  55. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  56. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  57. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  58. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  59. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  60. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  61. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  62. package/esm5/lib/igx-tile-series-component.js +3 -3
  63. package/fesm2015/igniteui-angular-maps.js +1709 -1709
  64. package/fesm5/igniteui-angular-maps.js +1704 -1704
  65. package/lib/GeographicContourLineSeriesView_combined.d.ts +21 -21
  66. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +42 -42
  67. package/lib/GeographicMapSeriesHost_combined.d.ts +65 -65
  68. package/lib/GeographicMarkerSeries.d.ts +18 -18
  69. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  70. package/lib/GeographicPolylineSeriesView_combined.d.ts +15 -15
  71. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  72. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
  73. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +51 -51
  74. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  75. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
  76. package/lib/GeographicShapeSeriesBase_combined.d.ts +32 -32
  77. package/lib/GeographicShapeSeriesView_combined.d.ts +41 -41
  78. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  79. package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
  80. package/lib/GeographicSymbolSeriesView_combined.d.ts +36 -36
  81. package/lib/GeographicTileSeries.d.ts +11 -11
  82. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  83. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
  84. package/lib/TileSeries_combined.d.ts +43 -43
  85. package/lib/XamGeographicMap_combined.d.ts +122 -122
  86. package/package.json +2 -2
@@ -13,34 +13,34 @@ import { TriangulationStatusEventArgs } from "igniteui-angular-core";
13
13
  export declare class GeographicContourLineSeriesView extends GeographicXYTriangulatingSeriesView {
14
14
  static $t: Type;
15
15
  constructor(a: GeographicContourLineSeries);
16
- private cp;
17
- au(): void;
18
- b5(): void;
19
- cq(): void;
20
- cr(): void;
16
+ private c2;
17
+ a4(): void;
18
+ ci(): void;
19
+ c3(): void;
20
+ c4(): void;
21
21
  }
22
22
  /**
23
23
  * @hidden
24
24
  */
25
25
  export declare class GeographicContourLineSeries extends GeographicXYTriangulatingSeries {
26
26
  static $t: Type;
27
- protected bj(): Series;
28
- protected get_fi(): boolean;
27
+ protected bk(): Series;
28
+ protected get_fk(): boolean;
29
29
  constructor();
30
- protected w4(a: any, b: any): void;
31
- xr: ScatterContourSeries;
32
- protected wy(): Series;
33
- private x1;
34
- private x2;
35
- xy: string;
36
- xu: ValueBrushScale;
37
- xt: ValueBrushScale;
38
- protected sg(): void;
39
- protected cs(): SeriesView;
40
- q0(a: SeriesView): void;
41
- xv: GeographicContourLineSeriesView;
42
- xq: ContourValueResolver;
43
- protected q8(a: any, b: string, c: any, d: any): void;
30
+ protected xa(a: any, b: any): void;
31
+ xx: ScatterContourSeries;
32
+ protected w4(): Series;
33
+ private x7;
34
+ private x8;
35
+ x4: string;
36
+ x0: ValueBrushScale;
37
+ xz: ValueBrushScale;
38
+ protected sl(): void;
39
+ protected ct(): SeriesView;
40
+ q3(a: SeriesView): void;
41
+ x1: GeographicContourLineSeriesView;
42
+ xw: ContourValueResolver;
43
+ protected rc(a: any, b: string, c: any, d: any): void;
44
44
  triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
45
45
  static $$p: string[];
46
46
  }
@@ -11,56 +11,56 @@ import { ProgressiveLoadStatusEventArgs } from "igniteui-angular-charts";
11
11
  export declare class GeographicHighDensityScatterSeriesView extends HostSeriesView {
12
12
  static $t: Type;
13
13
  constructor(a: GeographicHighDensityScatterSeries);
14
- private ch;
15
- b5(): void;
16
- cn(): void;
17
- cm(): void;
18
- cs(): void;
19
- cq(): void;
20
- co(): void;
21
- cl(): void;
22
- cj(): void;
23
- cr(): void;
24
- ct(): void;
25
- cu(): void;
26
- ck(): void;
14
+ private cu;
27
15
  ci(): void;
28
- cp(): void;
29
- au(): void;
16
+ c0(): void;
17
+ cz(): void;
18
+ c5(): void;
19
+ c3(): void;
20
+ c1(): void;
21
+ cy(): void;
22
+ cw(): void;
23
+ c4(): void;
24
+ c6(): void;
25
+ c7(): void;
26
+ cx(): void;
27
+ cv(): void;
28
+ c2(): void;
29
+ a4(): void;
30
30
  }
31
31
  /**
32
32
  * @hidden
33
33
  */
34
34
  export declare class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
35
35
  static $t: Type;
36
- protected bj(): Series;
37
- protected jj(): number;
38
- protected get_fn(): boolean;
36
+ protected bk(): Series;
37
+ protected jl(): number;
38
+ protected get_fp(): boolean;
39
39
  constructor();
40
- protected cs(): SeriesView;
41
- q0(a: SeriesView): void;
42
- w8: GeographicHighDensityScatterSeriesView;
43
- protected wy(): Series;
44
- private w7;
45
- xm: string;
46
- xo: string;
47
- xb: boolean;
48
- xa: boolean;
49
- w9: boolean;
50
- xd: number;
51
- xc: number;
52
- x7: Color;
53
- x6: Color;
54
- xg: number;
40
+ protected ct(): SeriesView;
41
+ q3(a: SeriesView): void;
42
+ xe: GeographicHighDensityScatterSeriesView;
43
+ protected w4(): Series;
44
+ private xd;
45
+ xs: string;
46
+ xu: string;
47
+ xh: boolean;
48
+ xg: boolean;
49
+ xf: boolean;
50
+ xj: number;
51
+ xi: number;
52
+ yd: Color;
53
+ yc: Color;
54
+ xm: number;
55
55
  progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
56
- private xf;
57
- get xh(): number;
58
- set xh(a: number);
59
- protected w4(a: any, b: any): void;
60
- private xv;
61
- private xu;
62
- protected q8(a: any, b: string, c: any, d: any): void;
63
- protected get_g6(): boolean;
64
- protected set_g6(a: boolean): void;
56
+ private xl;
57
+ get xn(): number;
58
+ set xn(a: number);
59
+ protected xa(a: any, b: any): void;
60
+ private x1;
61
+ private x0;
62
+ protected rc(a: any, b: string, c: any, d: any): void;
63
+ protected get_g8(): boolean;
64
+ protected set_g8(a: boolean): void;
65
65
  static $$p: string[];
66
66
  }
@@ -15,66 +15,66 @@ import { RenderingContext } from "igniteui-angular-core";
15
15
  */
16
16
  export declare abstract class GeographicMapSeriesHost extends Series {
17
17
  static $t: Type;
18
- qf(): void;
18
+ qi(): void;
19
19
  constructor();
20
- private wx;
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
- eb(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number, e: boolean): boolean;
20
+ private w3;
21
+ protected get_fd(): boolean;
22
+ kr(a: any, b: string): any;
23
+ mf(a: string): string;
24
+ protected get_kj(): any;
25
+ protected set_kj(a: any): void;
26
+ ed(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number, e: boolean): boolean;
27
27
  ai(): Axis[];
28
- bo(): Series;
29
- get wz(): Series;
30
- set wz(a: Series);
28
+ bp(): Series;
29
+ get w5(): Series;
30
+ set w5(a: Series);
31
31
  protected get_hasMarkers(): boolean;
32
- protected w4(a: any, b: any): void;
33
- dg(a: any, b: Point, c: boolean): HighlightingInfo;
32
+ protected xa(a: any, b: any): void;
34
33
  dh(a: any, b: Point, c: boolean): HighlightingInfo;
35
- km(a: Point): any;
34
+ di(a: any, b: Point, c: boolean): HighlightingInfo;
35
+ ko(a: Point): any;
36
+ kb(a: Point, b: boolean): number;
36
37
  j9(a: Point, b: boolean): number;
37
- j7(a: Point, b: boolean): number;
38
- i4(a: Point, b: boolean, c: boolean): number;
39
- wb(a: Point, b: boolean, c: boolean): Point;
40
- wm(a: Point): Rect;
38
+ i6(a: Point, b: boolean, c: boolean): number;
39
+ wh(a: Point, b: boolean, c: boolean): Point;
40
+ ws(a: Point): Rect;
41
41
  ao(a: Point): Rect[];
42
- wn(a: Point): Rect;
42
+ wt(a: Point): Rect;
43
43
  ap(a: Point): Rect[];
44
- wo(a: Point): Rect;
45
- wp(a: Point): Rect;
46
- i0(a: Point, b: boolean, c: boolean): number;
47
- v7(a: Point, b: boolean, c: boolean): Point;
44
+ wu(a: Point): Rect;
45
+ wv(a: Point): Rect;
48
46
  i2(a: Point, b: boolean, c: boolean): number;
49
- v9(a: Point, b: boolean, c: boolean): Point;
50
- wc(a: Point, b: boolean, c: boolean): Point;
51
- i5(a: Point, b: boolean, c: boolean): number;
52
- v8(a: Point, b: boolean, c: boolean): Point;
53
- i1(a: Point, b: boolean, c: boolean): number;
54
- wa(a: Point, b: boolean, c: boolean): Point;
47
+ wd(a: Point, b: boolean, c: boolean): Point;
48
+ i4(a: Point, b: boolean, c: boolean): number;
49
+ wf(a: Point, b: boolean, c: boolean): Point;
50
+ wi(a: Point, b: boolean, c: boolean): Point;
51
+ i7(a: Point, b: boolean, c: boolean): number;
52
+ we(a: Point, b: boolean, c: boolean): Point;
55
53
  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 wy(): Series;
61
- protected cs(): SeriesView;
62
- q0(a: SeriesView): void;
63
- w0: HostSeriesView;
64
- static readonly w6: DependencyProperty;
65
- get w1(): number;
66
- set w1(a: number);
67
- protected q8(a: any, b: string, c: any, d: any): void;
68
- private w3;
69
- private w5;
70
- rq(a: boolean): void;
71
- protected q4(a: boolean): void;
72
- rp(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
54
+ wg(a: Point, b: boolean, c: boolean): Point;
55
+ i5(a: Point, b: boolean, c: boolean): number;
56
+ j5(a: Point): number;
57
+ ix(): number;
58
+ it(a: Point): number;
59
+ kp(a: Point): any;
60
+ protected abstract w4(): Series;
61
+ protected ct(): SeriesView;
62
+ q3(a: SeriesView): void;
63
+ w6: HostSeriesView;
64
+ static readonly xc: DependencyProperty;
65
+ get w7(): number;
66
+ set w7(a: number);
67
+ protected rc(a: any, b: string, c: any, d: any): void;
68
+ private w9;
69
+ private xb;
70
+ ru(a: boolean): void;
71
+ protected q7(a: boolean): void;
72
+ rt(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
73
73
  a2(a: Point, b: boolean): DataContext;
74
- sb(): void;
74
+ sg(): void;
75
75
  protected get_coercionMethods(): any;
76
76
  protected set_coercionMethods(a: any): void;
77
- protected py(a: any): void;
77
+ protected p1(a: any): void;
78
78
  }
79
79
  /**
80
80
  * @hidden
@@ -82,22 +82,22 @@ export declare abstract class GeographicMapSeriesHost extends Series {
82
82
  export declare class HostSeriesView extends SeriesView {
83
83
  static $t: Type;
84
84
  constructor(a: GeographicMapSeriesHost);
85
- private b0;
86
- at(a: RenderingContext, b: RenderingContext): void;
87
- b5(): void;
88
- b6(): void;
89
- cd(): void;
90
- cg(): void;
91
- ca(): void;
92
- cf(): void;
93
- b4(): void;
94
- cc(): void;
95
- b1(): void;
96
- b2(): void;
97
- b7(): void;
98
- b8(): void;
99
- b3(): void;
100
- b9(): void;
101
- cb(): void;
85
+ private cd;
86
+ a3(a: RenderingContext, b: RenderingContext): void;
87
+ ci(): void;
88
+ cj(): void;
89
+ cq(): void;
90
+ ct(): void;
91
+ cn(): void;
92
+ cs(): void;
93
+ ch(): void;
94
+ cp(): void;
102
95
  ce(): void;
96
+ cf(): void;
97
+ ck(): void;
98
+ cl(): void;
99
+ cg(): void;
100
+ cm(): void;
101
+ co(): void;
102
+ cr(): void;
103
103
  }
@@ -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
- sy(): DataTemplate;
15
- vk(): Brush;
16
- vl(): Brush;
17
- im(): number;
18
- l9(): string;
19
- private xn;
20
- w9: MarkerType;
21
- xa: number;
22
- w8: MarkerOutlineMode;
23
- w7: MarkerFillMode;
24
- xp: DataTemplate;
25
- x3: Brush;
26
- x4: Brush;
27
- xb: number;
28
- xo: DataTemplate;
29
- x1: Brush;
30
- x2: Brush;
31
- protected q8(a: any, b: string, c: any, d: any): void;
14
+ s3(): DataTemplate;
15
+ vq(): Brush;
16
+ vr(): Brush;
17
+ ip(): number;
18
+ mc(): string;
19
+ private xt;
20
+ xf: MarkerType;
21
+ xg: number;
22
+ xe: MarkerOutlineMode;
23
+ xd: MarkerFillMode;
24
+ xv: DataTemplate;
25
+ x9: Brush;
26
+ ya: Brush;
27
+ xh: number;
28
+ xu: DataTemplate;
29
+ x7: Brush;
30
+ x8: Brush;
31
+ protected rc(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 wy(): Series;
9
+ protected abstract w4(): Series;
10
10
  }
@@ -12,28 +12,28 @@ import { StyleShapeEventArgs } from "igniteui-angular-charts";
12
12
  export declare class GeographicPolylineSeriesView extends GeographicShapeSeriesBaseView {
13
13
  static $t: Type;
14
14
  constructor(a: GeographicPolylineSeries);
15
- protected cl: GeographicPolylineSeries;
16
- au(): void;
17
- b5(): void;
18
- cm(): void;
19
- cn(): void;
15
+ protected cy: GeographicPolylineSeries;
16
+ a4(): void;
17
+ ci(): void;
18
+ cz(): void;
19
+ c0(): void;
20
20
  }
21
21
  /**
22
22
  * @hidden
23
23
  */
24
24
  export declare class GeographicPolylineSeries extends GeographicShapeSeriesBase {
25
25
  static $t: Type;
26
- protected bj(): Series;
27
- protected get_fq(): boolean;
26
+ protected bk(): Series;
27
+ protected get_fs(): boolean;
28
28
  constructor();
29
- protected cs(): SeriesView;
30
- q0(a: SeriesView): void;
31
- yf: GeographicPolylineSeriesView;
32
- ye: StyleSelector;
33
- ym: Style;
34
- protected wy(): Series;
35
- private yj;
29
+ protected ct(): SeriesView;
30
+ q3(a: SeriesView): void;
31
+ yl: GeographicPolylineSeriesView;
32
+ yk: StyleSelector;
33
+ ys: Style;
34
+ protected w4(): Series;
35
+ private yp;
36
36
  styleShape: (sender: any, e: StyleShapeEventArgs) => void;
37
- protected q8(a: any, b: string, c: any, d: any): void;
37
+ protected rc(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 wy(): Series;
9
+ protected abstract w4(): Series;
10
10
  }
@@ -7,5 +7,5 @@ import { Type } from "igniteui-angular-core";
7
7
  export declare abstract class GeographicProportionalSymbolSeriesBaseView extends HostSeriesView {
8
8
  static $t: Type;
9
9
  constructor(a: GeographicMarkerSeriesBase);
10
- private ch;
10
+ private cu;
11
11
  }
@@ -14,68 +14,68 @@ import { AssigningScatterMarkerStyleEventArgs } from "igniteui-angular-charts";
14
14
  export declare class GeographicProportionalSymbolSeriesView extends HostSeriesView {
15
15
  static $t: Type;
16
16
  constructor(a: GeographicProportionalSymbolSeries);
17
- private ch;
18
- au(): void;
19
- b5(): void;
20
- cq(): void;
21
- cp(): void;
22
- cv(): void;
23
- ct(): void;
24
- cu(): void;
25
- cw(): void;
17
+ private cu;
18
+ a4(): void;
19
+ ci(): void;
20
+ c3(): void;
21
+ c2(): void;
22
+ c8(): void;
23
+ c6(): void;
24
+ c7(): void;
25
+ c9(): void;
26
+ db(): void;
27
+ dc(): void;
28
+ da(): void;
29
+ c4(): void;
30
+ c5(): void;
31
+ dd(): void;
32
+ de(): void;
26
33
  cy(): void;
27
- cz(): void;
34
+ cw(): void;
35
+ cv(): void;
36
+ df(): void;
28
37
  cx(): void;
29
- cr(): void;
30
- cs(): void;
31
- c0(): void;
32
38
  c1(): void;
33
- cl(): void;
34
- cj(): void;
35
- ci(): void;
36
- c2(): void;
37
- ck(): void;
38
- co(): void;
39
- cn(): void;
40
- cm(): void;
39
+ c0(): void;
40
+ cz(): void;
41
41
  }
42
42
  /**
43
43
  * @hidden
44
44
  */
45
45
  export declare class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
46
46
  static $t: Type;
47
- protected bj(): Series;
48
- protected get_ei(): boolean;
47
+ protected bk(): Series;
48
+ protected get_ek(): boolean;
49
49
  constructor();
50
- protected cs(): SeriesView;
51
- q0(a: SeriesView): void;
52
- yb: GeographicProportionalSymbolSeriesView;
53
- protected jk(): number;
54
- protected wy(): Series;
55
- private x8;
56
- yw: string;
57
- yy: string;
58
- y3: string;
59
- ya: SizeScale;
60
- yu: string;
61
- ym: string;
62
- x7: BrushScale;
63
- ye: boolean;
64
- yh: boolean;
65
- yk: number;
66
- yj: number;
67
- yi: boolean;
68
- yg: boolean;
69
- yf: boolean;
70
- protected yd: boolean;
71
- protected yc: boolean;
72
- protected get_fd(): boolean;
50
+ protected ct(): SeriesView;
51
+ q3(a: SeriesView): void;
52
+ yh: GeographicProportionalSymbolSeriesView;
53
+ protected jm(): number;
54
+ protected w4(): Series;
55
+ private ye;
56
+ y2: string;
57
+ y4: string;
58
+ y9: string;
59
+ yg: SizeScale;
60
+ y0: string;
61
+ ys: string;
62
+ yd: BrushScale;
63
+ yk: boolean;
64
+ yn: boolean;
65
+ yq: number;
66
+ yp: number;
67
+ yo: boolean;
68
+ ym: boolean;
69
+ yl: boolean;
70
+ protected yj: boolean;
71
+ protected yi: boolean;
72
+ protected get_ff(): boolean;
73
73
  assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
74
74
  assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
75
- x9: ScatterItemSearchMode;
76
- yl: number;
77
- protected q8(a: any, b: string, c: any, d: any): void;
78
- private y8;
79
- private y7;
75
+ yf: ScatterItemSearchMode;
76
+ yr: number;
77
+ protected rc(a: any, b: string, c: any, d: any): void;
78
+ private ze;
79
+ private zd;
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 wy(): Series;
9
+ protected abstract w4(): Series;
10
10
  }
@@ -7,5 +7,5 @@ import { Type } from "igniteui-angular-core";
7
7
  export declare abstract class GeographicShapeSeriesBaseBaseView extends HostSeriesView {
8
8
  static $t: Type;
9
9
  constructor(a: GeographicShapeSeriesBaseBase);
10
- private ch;
10
+ private cu;
11
11
  }
@@ -12,36 +12,36 @@ import { HostSeriesView } from "./HostSeriesView";
12
12
  */
13
13
  export declare abstract class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
14
14
  static $t: Type;
15
- protected cs(): SeriesView;
16
- xb: GeographicShapeSeriesBaseView;
17
- q0(a: SeriesView): void;
18
- xy: string;
19
- protected get_fd(): boolean;
20
- protected get_ed(): boolean;
21
- xj: boolean;
22
- xi: boolean;
23
- protected xg: boolean;
24
- protected xf: boolean;
25
- xa: ShapeItemSearchMode;
26
- xm: number;
27
- xn: string;
28
- w9: BrushScale;
29
- xh: boolean;
30
- xl: number;
15
+ protected ct(): SeriesView;
16
+ xh: GeographicShapeSeriesBaseView;
17
+ q3(a: SeriesView): void;
18
+ x4: string;
19
+ protected get_ff(): boolean;
20
+ protected get_ef(): boolean;
21
+ xp: boolean;
22
+ xo: boolean;
23
+ protected xm: boolean;
24
+ protected xl: boolean;
25
+ xg: ShapeItemSearchMode;
26
+ xs: number;
27
+ xt: string;
28
+ xf: BrushScale;
29
+ xn: boolean;
30
+ xr: number;
31
31
  assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void;
32
32
  assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void;
33
- protected q8(a: any, b: string, c: any, d: any): void;
34
- private x1;
35
- private x0;
36
- private x2;
37
- private x3;
38
- private xc;
39
- private xe;
40
- get xd(): ShapefileConverter;
41
- set xd(a: ShapefileConverter);
42
- xk: number;
43
- protected get_g6(): boolean;
44
- protected set_g6(a: boolean): void;
33
+ protected rc(a: any, b: string, c: any, d: any): void;
34
+ private x7;
35
+ private x6;
36
+ private x8;
37
+ private x9;
38
+ private xi;
39
+ private xk;
40
+ get xj(): ShapefileConverter;
41
+ set xj(a: ShapefileConverter);
42
+ xq: number;
43
+ protected get_g8(): boolean;
44
+ protected set_g8(a: boolean): void;
45
45
  static $$p: string[];
46
46
  }
47
47
  /**
@@ -50,9 +50,9 @@ export declare abstract class GeographicShapeSeriesBase extends GeographicMapSer
50
50
  export declare class GeographicShapeSeriesBaseView extends HostSeriesView {
51
51
  static $t: Type;
52
52
  constructor(a: GeographicShapeSeriesBase);
53
- private ch;
54
- b5(): void;
53
+ private cu;
55
54
  ci(): void;
56
- ck(): void;
57
- cj(): void;
55
+ cv(): void;
56
+ cx(): void;
57
+ cw(): void;
58
58
  }