igniteui-webcomponents-maps 5.1.0 → 5.1.1-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 (75) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1597 -1508
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +38 -38
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +80 -80
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +206 -191
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +18 -18
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +79 -69
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +57 -57
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +59 -59
  12. package/esm2015/lib/GeographicTileSeries.js +28 -28
  13. package/esm2015/lib/TileSeries_combined.js +92 -92
  14. package/esm2015/lib/XamGeographicMap_combined.js +456 -456
  15. package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
  16. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  17. package/esm2015/lib/igc-geographic-map-component.js +50 -50
  18. package/esm2015/lib/igc-geographic-map-series-host-component.js +23 -23
  19. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  20. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  21. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
  22. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
  23. package/esm2015/lib/igc-geographic-shape-series-base-component.js +76 -22
  24. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  25. package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
  26. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  27. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igc-tile-series-component.js +3 -3
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +38 -38
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +80 -80
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +204 -189
  32. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +18 -18
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +78 -68
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +57 -57
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +59 -59
  38. package/esm5/lib/GeographicTileSeries.js +27 -27
  39. package/esm5/lib/TileSeries_combined.js +90 -90
  40. package/esm5/lib/XamGeographicMap_combined.js +449 -449
  41. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  42. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  43. package/esm5/lib/igc-geographic-map-component.js +50 -50
  44. package/esm5/lib/igc-geographic-map-series-host-component.js +23 -23
  45. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  46. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  47. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
  48. package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
  49. package/esm5/lib/igc-geographic-shape-series-base-component.js +88 -22
  50. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  51. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
  52. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  53. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igc-tile-series-component.js +3 -3
  55. package/fesm2015/igniteui-webcomponents-maps.js +1600 -1523
  56. package/fesm5/igniteui-webcomponents-maps.js +1598 -1509
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +24 -24
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +48 -47
  60. package/lib/GeographicMarkerSeries.d.ts +16 -16
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +27 -27
  65. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  66. package/lib/GeographicShapeSeriesBase_combined.d.ts +29 -25
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +28 -28
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +20 -20
  70. package/lib/GeographicTileSeries.d.ts +10 -10
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +22 -22
  73. package/lib/XamGeographicMap_combined.d.ts +109 -109
  74. package/lib/igc-geographic-shape-series-base-component.d.ts +18 -0
  75. 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 bj(): Series;
28
- protected get_fi(): boolean;
28
+ protected get_fj(): boolean;
29
29
  constructor();
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;
30
+ protected w3(a: any, b: any): void;
31
+ xq: ScatterContourSeries;
32
+ protected wx(): Series;
33
+ private x0;
34
+ private x1;
35
+ xx: string;
36
+ xt: ValueBrushScale;
37
+ xs: ValueBrushScale;
38
+ protected sf(): void;
39
+ protected cs(): SeriesView;
40
+ qz(a: SeriesView): void;
41
+ xu: GeographicContourLineSeriesView;
42
+ xp: ContourValueResolver;
43
+ protected q7(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 bj(): Series;
37
- protected jj(): number;
38
- protected get_fn(): boolean;
37
+ protected jk(): number;
38
+ protected get_fo(): boolean;
39
39
  constructor();
40
- protected cr(): SeriesView;
41
- qy(a: SeriesView): void;
42
- w5: GeographicHighDensityScatterSeriesView;
43
- protected wv(): Series;
44
- private w4;
45
- xj: string;
40
+ protected cs(): SeriesView;
41
+ qz(a: SeriesView): void;
42
+ w7: GeographicHighDensityScatterSeriesView;
43
+ protected wx(): Series;
44
+ private w6;
46
45
  xl: string;
46
+ xn: string;
47
+ xa: boolean;
48
+ w9: boolean;
47
49
  w8: boolean;
48
- w7: boolean;
49
- w6: boolean;
50
- xa: number;
51
- w9: number;
52
- x4: Color;
53
- x3: Color;
54
- xd: number;
50
+ xc: number;
51
+ xb: number;
52
+ x6: Color;
53
+ x5: Color;
54
+ xf: number;
55
55
  progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => 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;
56
+ private xe;
57
+ get xg(): number;
58
+ set xg(a: number);
59
+ protected w3(a: any, b: any): void;
60
+ private xu;
61
+ private xt;
62
+ protected q7(a: any, b: string, c: any, d: any): void;
63
+ protected get_g7(): boolean;
64
+ protected set_g7(a: boolean): void;
65
65
  static $$p: string[];
66
66
  }
@@ -15,65 +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
- qd(): void;
18
+ qe(): void;
19
19
  constructor();
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;
20
+ private ww;
21
+ protected get_fc(): boolean;
22
+ kq(a: any, b: string): any;
23
+ md(a: string): string;
24
+ protected get_ki(): any;
25
+ protected set_ki(a: any): void;
26
+ eb(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number, e: boolean): boolean;
27
27
  ai(): Axis[];
28
- bn(): Series;
29
- get ww(): Series;
30
- set ww(a: Series);
28
+ bo(): Series;
29
+ get wy(): Series;
30
+ set wy(a: Series);
31
31
  protected get_hasMarkers(): boolean;
32
- protected w1(): void;
33
- df(a: any, b: Point, c: boolean): HighlightingInfo;
32
+ protected w3(a: any, b: any): void;
34
33
  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;
40
- wj(a: Point): Rect;
41
- ao(a: Point): Rect[];
42
- wk(a: Point): Rect;
43
- ap(a: Point): Rect[];
34
+ dh(a: any, b: Point, c: boolean): HighlightingInfo;
35
+ kn(a: Point): any;
36
+ ka(a: Point, b: boolean): number;
37
+ j8(a: Point, b: boolean): number;
38
+ i5(a: Point, b: boolean, c: boolean): number;
39
+ wa(a: Point, b: boolean, c: boolean): Point;
44
40
  wl(a: Point): Rect;
41
+ ao(a: Point): Rect[];
45
42
  wm(a: Point): Rect;
46
- i0(a: Point, b: boolean, c: boolean): number;
47
- v4(a: Point, b: boolean, c: boolean): Point;
48
- i2(a: Point, b: boolean, c: boolean): number;
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;
43
+ ap(a: Point): Rect[];
44
+ wn(a: Point): Rect;
45
+ wo(a: Point): Rect;
53
46
  i1(a: Point, b: boolean, c: boolean): number;
54
- v7(a: Point, b: boolean, c: boolean): Point;
47
+ v6(a: Point, b: boolean, c: boolean): Point;
55
48
  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;
49
+ v8(a: Point, b: boolean, c: boolean): Point;
50
+ wb(a: Point, b: boolean, c: boolean): Point;
51
+ i6(a: Point, b: boolean, c: boolean): number;
52
+ v7(a: Point, b: boolean, c: boolean): Point;
53
+ i2(a: Point, b: boolean, c: boolean): number;
54
+ v9(a: Point, b: boolean, c: boolean): Point;
55
+ i4(a: Point, b: boolean, c: boolean): number;
56
+ j4(a: Point): number;
57
+ iw(): number;
58
+ is(a: Point): number;
59
+ ko(a: Point): any;
60
+ protected abstract wx(): Series;
61
+ protected cs(): SeriesView;
62
+ qz(a: SeriesView): void;
63
+ wz: HostSeriesView;
64
+ static readonly w5: DependencyProperty;
65
+ get w0(): number;
66
+ set w0(a: number);
67
+ protected q7(a: any, b: string, c: any, d: any): void;
69
68
  private w2;
70
- ro(a: boolean): void;
71
- rn(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
69
+ private w4;
70
+ rp(a: boolean): void;
71
+ protected q3(a: boolean): void;
72
+ ro(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
72
73
  a2(a: Point, b: boolean): DataContext;
73
- r8(): void;
74
+ sa(): void;
74
75
  protected get_coercionMethods(): any;
75
76
  protected set_coercionMethods(a: any): void;
76
- protected pw(a: any): void;
77
+ protected px(a: any): void;
77
78
  }
78
79
  /**
79
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
- 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;
14
+ sx(): DataTemplate;
15
+ vj(): Brush;
16
+ vk(): Brush;
17
+ io(): number;
18
+ ma(): string;
19
+ private xm;
20
+ w8: MarkerType;
21
+ w9: number;
22
+ w7: MarkerOutlineMode;
23
+ w6: MarkerFillMode;
24
+ xo: DataTemplate;
25
+ x2: Brush;
26
+ x3: Brush;
27
+ xa: number;
28
+ xn: DataTemplate;
25
29
  x0: Brush;
26
30
  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;
31
+ protected q7(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 wv(): Series;
9
+ protected abstract wx(): 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 bj(): Series;
27
- protected get_fq(): boolean;
27
+ protected get_fr(): boolean;
28
28
  constructor();
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;
29
+ protected cs(): SeriesView;
30
+ qz(a: SeriesView): void;
31
+ ye: GeographicPolylineSeriesView;
32
+ yd: StyleSelector;
33
+ yl: Style;
34
+ protected wx(): Series;
35
+ private yi;
36
36
  styleShape: (sender: any, e: StyleShapeEventArgs) => void;
37
- protected q6(a: any, b: string, c: any, d: any): void;
37
+ protected q7(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 wv(): Series;
9
+ protected abstract wx(): Series;
10
10
  }
@@ -45,37 +45,37 @@ export declare class GeographicProportionalSymbolSeriesView extends HostSeriesVi
45
45
  export declare class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
46
46
  static $t: Type;
47
47
  protected bj(): Series;
48
- protected get_eh(): boolean;
48
+ protected get_ei(): boolean;
49
49
  constructor();
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;
50
+ protected cs(): SeriesView;
51
+ qz(a: SeriesView): void;
52
+ ya: GeographicProportionalSymbolSeriesView;
53
+ protected jl(): number;
54
+ protected wx(): Series;
55
+ private x7;
57
56
  yv: string;
58
- y0: string;
59
- x7: SizeScale;
60
- yr: string;
61
- yj: string;
62
- x4: BrushScale;
63
- yb: boolean;
64
- ye: boolean;
65
- yh: number;
66
- yg: number;
67
- yf: boolean;
57
+ yx: string;
58
+ y2: string;
59
+ x9: SizeScale;
60
+ yt: string;
61
+ yl: string;
62
+ x6: BrushScale;
68
63
  yd: boolean;
69
- yc: boolean;
70
- protected ya: boolean;
71
- protected x9: boolean;
72
- protected get_fd(): boolean;
64
+ yg: boolean;
65
+ yj: number;
66
+ yi: number;
67
+ yh: boolean;
68
+ yf: boolean;
69
+ ye: boolean;
70
+ protected yc: boolean;
71
+ protected yb: boolean;
72
+ protected get_fe(): boolean;
73
73
  assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
74
74
  assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
75
- x6: ScatterItemSearchMode;
76
- yi: number;
77
- protected q6(a: any, b: string, c: any, d: any): void;
78
- private y5;
79
- private y4;
75
+ x8: ScatterItemSearchMode;
76
+ yk: number;
77
+ protected q7(a: any, b: string, c: any, d: any): void;
78
+ private y7;
79
+ private y6;
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 wv(): Series;
9
+ protected abstract wx(): Series;
10
10
  }
@@ -1,5 +1,6 @@
1
1
  import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
2
2
  import { ShapeItemSearchMode } from "igniteui-webcomponents-charts";
3
+ import { BrushScale } from "igniteui-webcomponents-charts";
3
4
  import { ShapefileConverter } from "igniteui-webcomponents-core";
4
5
  import { SeriesView } from "igniteui-webcomponents-charts";
5
6
  import { Type } from "igniteui-webcomponents-core";
@@ -11,33 +12,36 @@ import { HostSeriesView } from "./HostSeriesView";
11
12
  */
12
13
  export declare abstract class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
13
14
  static $t: Type;
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;
15
+ protected cs(): SeriesView;
16
+ xa: GeographicShapeSeriesBaseView;
17
+ qz(a: SeriesView): void;
18
+ xx: string;
19
+ protected get_fe(): boolean;
20
+ protected get_ed(): boolean;
21
+ xi: boolean;
22
+ xh: boolean;
23
+ protected xf: boolean;
24
+ protected xe: boolean;
25
+ w9: ShapeItemSearchMode;
26
+ xl: number;
27
+ xm: string;
28
+ w8: BrushScale;
29
+ xg: boolean;
30
+ xk: number;
27
31
  assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void;
28
32
  assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => 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;
33
+ protected q7(a: any, b: string, c: any, d: any): void;
34
+ private x0;
35
+ private xz;
36
+ private x1;
37
+ private x2;
38
+ private xb;
39
+ private xd;
40
+ get xc(): ShapefileConverter;
41
+ set xc(a: ShapefileConverter);
42
+ xj: number;
43
+ protected get_g7(): boolean;
44
+ protected set_g7(a: boolean): void;
41
45
  static $$p: string[];
42
46
  }
43
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 bj(): Series;
40
- protected get_fp(): boolean;
40
+ protected get_fq(): boolean;
41
41
  constructor();
42
- protected cr(): SeriesView;
43
- x7: GeographicShapeSeriesView;
44
- qy(a: SeriesView): void;
45
- protected wv(): Series;
46
- private yo;
42
+ protected cs(): SeriesView;
43
+ yi: GeographicShapeSeriesView;
44
+ qz(a: SeriesView): void;
45
+ protected wx(): Series;
46
+ private yz;
47
47
  styleShape: (sender: any, e: StyleShapeEventArgs) => void;
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;
48
+ private y0;
49
+ yh: StyleSelector;
50
+ zm: Style;
51
+ yg: MarkerType;
52
+ yf: MarkerOutlineMode;
53
+ ye: MarkerFillMode;
54
+ y2: DataTemplate;
55
+ zj: Brush;
56
+ zk: Brush;
57
+ zl: Style;
58
+ yj: number;
59
+ io(): number;
60
+ vj(): Brush;
61
+ vk(): Brush;
62
+ sx(): DataTemplate;
63
+ ma(): string;
64
+ yd: CollisionAvoidanceType;
65
+ protected q7(a: any, b: string, c: any, d: any): void;
66
+ protected jl(): number;
67
+ y1: DataTemplate;
68
+ zh: Brush;
69
+ zi: 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 wv(): Series;
9
+ protected abstract wx(): Series;
10
10
  }
@@ -35,29 +35,29 @@ export declare class GeographicSymbolSeriesView extends HostSeriesView {
35
35
  export declare class GeographicSymbolSeries extends GeographicMarkerSeries {
36
36
  static $t: Type;
37
37
  protected bj(): Series;
38
- protected get_eh(): boolean;
38
+ protected get_ei(): boolean;
39
39
  constructor();
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;
40
+ protected cs(): SeriesView;
41
+ qz(a: SeriesView): void;
42
+ x9: GeographicSymbolSeriesView;
43
+ protected jl(): number;
44
+ protected wx(): Series;
45
+ private x8;
47
46
  yk: string;
48
- x4: CollisionAvoidanceType;
49
- yb: boolean;
50
- ya: boolean;
51
- protected x9: boolean;
52
- protected x8: boolean;
53
- protected get_fd(): boolean;
47
+ ym: string;
48
+ x6: CollisionAvoidanceType;
49
+ yd: boolean;
50
+ yc: boolean;
51
+ protected yb: boolean;
52
+ protected ya: boolean;
53
+ protected get_fe(): boolean;
54
54
  assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
55
55
  assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
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;
56
+ x7: ScatterItemSearchMode;
57
+ yf: number;
58
+ protected q7(a: any, b: string, c: any, d: any): void;
59
+ private yr;
60
+ private yq;
61
+ ye: 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 bj(): Series;
12
- protected get_f2(): boolean;
12
+ protected get_f3(): boolean;
13
13
  constructor();
14
- get x4(): GeographicMapImagery;
15
- set x4(a: GeographicMapImagery);
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;
14
+ get yf(): GeographicMapImagery;
15
+ set yf(a: GeographicMapImagery);
16
+ private ye;
17
+ yj(): void;
18
+ protected q7(a: any, b: string, c: any, d: any): void;
19
+ private yd;
20
+ protected w3(a: any, b: any): void;
21
+ protected wx(): Series;
22
22
  imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
23
- private x7;
23
+ private yi;
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 wv(): Series;
9
+ protected abstract wx(): 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 bj(): Series;
22
- protected get_f2(): boolean;
22
+ protected get_f3(): boolean;
23
23
  constructor();
24
- protected cr(): SeriesView;
25
- qy(a: SeriesView): void;
26
- protected get_xy(): boolean;
27
- protected zn: TileSeriesView;
28
- get zr(): GeographicMapImagery;
29
- set zr(a: GeographicMapImagery);
30
- private zp;
31
- private zo;
32
- protected get zq(): GeographicMapImagery;
33
- protected set zq(a: GeographicMapImagery);
34
- protected q6(a: any, b: string, c: any, d: any): void;
35
- private zw;
24
+ protected cs(): SeriesView;
25
+ qz(a: SeriesView): void;
26
+ protected get_x8(): boolean;
27
+ protected z5: TileSeriesView;
28
+ get z9(): GeographicMapImagery;
29
+ set z9(a: GeographicMapImagery);
30
+ private z7;
31
+ private z6;
32
+ protected get z8(): GeographicMapImagery;
33
+ protected set z8(a: GeographicMapImagery);
34
+ protected q7(a: any, b: string, c: any, d: any): void;
35
+ private aae;
36
36
  imageTilesReady: (sender: any, e: EventArgs) => void;
37
- private zx;
38
- private zs;
37
+ private aaf;
38
+ private aaa;
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 sm(a: Rect, b: Rect): void;
44
- private zt;
45
- rp(a: boolean): void;
46
- protected zy(a: boolean, b: SeriesView): void;
47
- rn(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
48
- private zz;
49
- o4(a: boolean, b: SeriesView): void;
43
+ protected so(a: Rect, b: Rect): void;
44
+ private aab;
45
+ rq(a: boolean): void;
46
+ protected aag(a: boolean, b: SeriesView): void;
47
+ ro(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
48
+ private aah;
49
+ o5(a: boolean, b: SeriesView): void;
50
50
  }
51
51
  /**
52
52
  * @hidden