igniteui-webcomponents-maps 5.0.2 → 5.0.3-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 (78) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1519 -1519
  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 +460 -460
  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 +453 -453
  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 +1533 -1533
  60. package/fesm5/igniteui-webcomponents-maps.js +1519 -1519
  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 +17 -17
  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 +24 -24
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +28 -28
  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 +115 -115
  78. package/package.json +3 -3
@@ -38,107 +38,107 @@ import { TriangulationStatusEventArgs } from "igniteui-webcomponents-core";
38
38
  export declare class XamGeographicMap extends SeriesViewer implements IMapRenderDeferralHandler {
39
39
  static $t: Type;
40
40
  constructor();
41
- private wx;
41
+ private w9;
42
42
  provideContainer(a: any): void;
43
- no(): void;
44
- fh(): boolean;
45
- fi(): boolean;
46
- wq: boolean;
47
- static wi: MapResizeBehavior;
48
- wj: MapResizeBehavior;
49
- wm: boolean;
50
- wn: boolean;
51
- protected wh(): MapBackgroundTilingMode;
52
- private we;
53
- get wg(): MapBackgroundTilingMode;
54
- set wg(a: MapBackgroundTilingMode);
55
- wf: MapBackgroundTilingMode;
56
- static x5: Rect;
57
- wt: number;
58
- wp: boolean;
59
- wo: boolean;
60
- yl: Rect;
61
- private x4;
62
- get x9(): Rect;
63
- set x9(a: Rect);
64
- yd(): Rect;
65
- private xf;
66
- private yj;
43
+ nv(): void;
44
+ fk(): boolean;
45
+ fl(): boolean;
46
+ w2: boolean;
47
+ static wu: MapResizeBehavior;
48
+ wv: MapResizeBehavior;
49
+ wy: boolean;
50
+ wz: boolean;
51
+ protected wt(): MapBackgroundTilingMode;
52
+ private wq;
53
+ get ws(): MapBackgroundTilingMode;
54
+ set ws(a: MapBackgroundTilingMode);
55
+ wr: MapBackgroundTilingMode;
56
+ static yh: Rect;
57
+ w5: number;
58
+ w1: boolean;
59
+ w0: boolean;
60
+ yx: Rect;
61
+ private yg;
62
+ get yl(): Rect;
63
+ set yl(a: Rect);
64
+ yp(): Rect;
65
+ private xr;
66
+ private yv;
67
67
  get backgroundContent(): GeographicMapImagery;
68
68
  set backgroundContent(a: GeographicMapImagery);
69
- private wb;
70
- get v8(): NumericXAxis;
71
- set v8(a: NumericXAxis);
72
- private v7;
73
- get wa(): NumericYAxis;
74
- set wa(a: NumericYAxis);
75
- private v9;
76
- wd: GeographicMapImagery;
77
- private static x8;
69
+ private wn;
70
+ get wk(): NumericXAxis;
71
+ set wk(a: NumericXAxis);
72
+ private wj;
73
+ get wm(): NumericYAxis;
74
+ set wm(a: NumericYAxis);
75
+ private wl;
76
+ wp: GeographicMapImagery;
77
+ private static yk;
78
78
  getZoomRectFromGeoRect(a: Rect): Rect;
79
- xp(a: Rect): void;
80
- xo(a: Rect): void;
79
+ x1(a: Rect): void;
80
+ x0(a: Rect): void;
81
81
  getZoomFromGeographicRect(a: Rect): Rect;
82
- ya(a: Rect, b: number): Rect;
83
- private yb;
82
+ ym(a: Rect, b: number): Rect;
83
+ private yn;
84
84
  getZoomFromGeographicPoints(a: Point, b: Point): Rect;
85
- yf(a: Rect): Rect;
86
- x1(a: Point): Point;
87
- x2(a: Point): Point;
88
- x3(a: Point): Point;
89
- xc(): void;
90
- xi(a: Brush): void;
91
- ga(): boolean;
92
- xk(): void;
93
- protected x0: Point;
94
- protected xn(): void;
95
- protected xj(): void;
96
- protected get_e9(): boolean;
97
- protected x7: Rect;
98
- protected vm(): Rect;
99
- mt(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
100
- vw(): Rect;
101
- private yc;
102
- protected vn(a: Rect): Rect;
103
- ye(a: Rect): Rect;
104
- protected c7(): SeriesViewerView;
105
- private xe;
106
- protected pr(a: SeriesViewerView): void;
107
- p2(a: Rect, b: Rect): void;
108
- wv: number;
109
- private ws;
110
- get wu(): number;
111
- set wu(a: number);
112
- hl(): number;
113
- hm(): number;
114
- protected q6(): void;
115
- fz(): boolean;
85
+ yr(a: Rect): Rect;
86
+ yd(a: Point): Point;
87
+ ye(a: Point): Point;
88
+ yf(a: Point): Point;
89
+ xo(): void;
90
+ xu(a: Brush): void;
91
+ gd(): boolean;
92
+ xw(): void;
93
+ protected yc: Point;
94
+ protected xz(): void;
95
+ protected xv(): void;
96
+ protected get_fc(): boolean;
97
+ protected yj: Rect;
98
+ protected vy(): Rect;
99
+ mz(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
100
+ v8(): Rect;
101
+ private yo;
102
+ protected vz(a: Rect): Rect;
103
+ yq(a: Rect): Rect;
104
+ protected c8(): SeriesViewerView;
105
+ private xq;
106
+ protected p0(a: SeriesViewerView): void;
107
+ qb(a: Rect, b: Rect): void;
108
+ w7: number;
109
+ private w4;
110
+ get w6(): number;
111
+ set w6(a: number);
112
+ hp(): number;
113
+ hq(): number;
114
+ protected rf(): void;
115
+ f2(): boolean;
116
116
  cs(): ZoomCoercionMode;
117
- protected p3(a: any, b: string, c: any, d: any): void;
117
+ protected qc(a: any, b: string, c: any, d: any): void;
118
118
  imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
119
- private xg;
120
- private xl;
121
- private xm;
122
- wk: XamGeographicMapView;
123
- private wl;
119
+ private xs;
120
+ private xx;
121
+ private xy;
122
+ ww: XamGeographicMapView;
123
+ private wx;
124
124
  getFontInfo(): FontInfo;
125
- up(): Brush;
125
+ u1(): Brush;
126
126
  getFontBrush(): Brush;
127
- protected qz(a: Series, b: any): void;
127
+ protected q8(a: Series, b: any): void;
128
128
  register(a: DependencyObject, b: (arg1: boolean) => void): void;
129
129
  unRegister(a: DependencyObject): void;
130
130
  deferredRefresh(): void;
131
131
  deferAction(a: () => void): void;
132
- xd(a: boolean): void;
133
- wy(): any;
134
- vs(a: Rect, b: Rect, c: Rect): Rect;
135
- xh(): void;
136
- private x6;
137
- protected get yk(): Rect;
138
- protected set yk(a: Rect);
139
- xr(a: Rect): void;
140
- private xq;
141
- get wr(): boolean;
132
+ xp(a: boolean): void;
133
+ xa(): any;
134
+ v4(a: Rect, b: Rect, c: Rect): Rect;
135
+ xt(): void;
136
+ private yi;
137
+ protected get yw(): Rect;
138
+ protected set yw(a: Rect);
139
+ x3(a: Rect): void;
140
+ private x2;
141
+ get w3(): boolean;
142
142
  static $$p: string[];
143
143
  }
144
144
  /**
@@ -278,16 +278,16 @@ export declare class OpenStreetMapImagery extends GeographicMapImagery {
278
278
  */
279
279
  export declare abstract class GeographicXYTriangulatingSeries extends GeographicMapSeriesHost {
280
280
  static $t: Type;
281
- protected cq(): SeriesView;
282
- qx(a: SeriesView): void;
283
- w0: GeographicXYTriangulatingSeriesView;
284
- w4: string;
285
- w2: string;
286
- w1: IEnumerable;
281
+ protected cr(): SeriesView;
282
+ qz(a: SeriesView): void;
283
+ w3: GeographicXYTriangulatingSeriesView;
287
284
  w7: string;
288
- w9: string;
289
- xb: string;
290
- protected q5(a: any, b: string, c: any, d: any): void;
285
+ w5: string;
286
+ w4: IEnumerable;
287
+ xa: string;
288
+ xc: string;
289
+ xe: string;
290
+ protected q7(a: any, b: string, c: any, d: any): void;
291
291
  static $$p: string[];
292
292
  }
293
293
  /**
@@ -295,26 +295,26 @@ export declare abstract class GeographicXYTriangulatingSeries extends Geographic
295
295
  */
296
296
  export declare class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
297
297
  static $t: Type;
298
- protected bi(): Series;
299
- protected get_es(): boolean;
298
+ protected bj(): Series;
299
+ protected get_et(): boolean;
300
300
  constructor();
301
- xq: string;
302
- private xj;
303
- get xl(): ColorScale;
304
- set xl(a: ColorScale);
305
- private xt;
306
- xv(): void;
307
- xk: ColorScale;
308
- protected sb(): void;
309
- xm: ScatterAreaSeries;
310
- protected wr(): Series;
311
- private xu;
312
- protected cq(): SeriesView;
313
- qx(a: SeriesView): void;
314
- xo: GeographicScatterAreaSeriesView;
315
- protected q5(a: any, b: string, c: any, d: any): void;
301
+ xt: string;
302
+ private xm;
303
+ get xo(): ColorScale;
304
+ set xo(a: ColorScale);
305
+ private xw;
306
+ xy(): void;
307
+ xn: ColorScale;
308
+ protected sd(): void;
309
+ xp: ScatterAreaSeries;
310
+ protected wu(): Series;
311
+ private xx;
312
+ protected cr(): SeriesView;
313
+ qz(a: SeriesView): void;
314
+ xr: GeographicScatterAreaSeriesView;
315
+ protected q7(a: any, b: string, c: any, d: any): void;
316
316
  triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
317
- protected get_g5(): boolean;
318
- protected set_g5(a: boolean): void;
317
+ protected get_g6(): boolean;
318
+ protected set_g6(a: boolean): void;
319
319
  static $$p: string[];
320
320
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-maps",
3
- "version": "5.0.2",
3
+ "version": "5.0.3-beta.0",
4
4
  "description": "Ignite UI Web Components map components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-webcomponents-maps",
6
6
  "keywords": [
@@ -16,8 +16,8 @@
16
16
  "tslib": "^2.3.1"
17
17
  },
18
18
  "peerDependencies": {
19
- "igniteui-webcomponents-core": "5.0.2",
20
- "igniteui-webcomponents-charts": "5.0.2"
19
+ "igniteui-webcomponents-core": "5.0.3-beta.0",
20
+ "igniteui-webcomponents-charts": "5.0.3-beta.0"
21
21
  },
22
22
  "sideEffects": false,
23
23
  "typings": "igniteui-webcomponents-maps.d.ts",