igniteui-webcomponents-maps 7.0.1 → 7.1.0-alpha.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 +1477 -1477
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +87 -87
  16. package/esm2015/lib/XamGeographicMap_combined.js +456 -456
  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 +22 -22
  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 +41 -41
  24. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  25. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  26. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  27. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  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 +37 -37
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  34. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
  40. package/esm5/lib/GeographicTileSeries.js +26 -26
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +85 -85
  44. package/esm5/lib/XamGeographicMap_combined.js +449 -449
  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 +22 -22
  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 +41 -41
  52. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  53. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  54. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  55. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  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 +1492 -1492
  60. package/fesm5/igniteui-webcomponents-maps.js +1477 -1477
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  64. package/lib/GeographicMarkerSeries.d.ts +15 -15
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  74. package/lib/GeographicTileSeries.d.ts +9 -9
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +20 -20
  77. package/lib/XamGeographicMap_combined.d.ts +102 -102
  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 z7;
41
+ private z6;
42
42
  provideContainer(a: any): void;
43
- pp(): void;
43
+ po(): void;
44
+ gg(): boolean;
44
45
  gh(): boolean;
45
- gi(): boolean;
46
- z0: boolean;
47
- static zs: MapResizeBehavior;
48
- zt: MapResizeBehavior;
49
- zw: boolean;
50
- zx: boolean;
51
- protected zr(): MapBackgroundTilingMode;
52
- private zo;
53
- get zq(): MapBackgroundTilingMode;
54
- set zq(a: MapBackgroundTilingMode);
55
- zp: MapBackgroundTilingMode;
56
- static abf: Rect;
57
- z3: number;
58
46
  zz: boolean;
47
+ static zr: MapResizeBehavior;
48
+ zs: MapResizeBehavior;
49
+ zv: boolean;
50
+ zw: boolean;
51
+ protected zq(): MapBackgroundTilingMode;
52
+ private zn;
53
+ get zp(): MapBackgroundTilingMode;
54
+ set zp(a: MapBackgroundTilingMode);
55
+ zo: MapBackgroundTilingMode;
56
+ static abe: Rect;
57
+ z2: number;
59
58
  zy: boolean;
60
- abv: Rect;
61
- private abe;
62
- get abj(): Rect;
63
- set abj(a: Rect);
64
- abn(): Rect;
65
- private aap;
66
- private abt;
59
+ zx: boolean;
60
+ abu: Rect;
61
+ private abd;
62
+ get abi(): Rect;
63
+ set abi(a: Rect);
64
+ abm(): Rect;
65
+ private aao;
66
+ private abs;
67
67
  get backgroundContent(): GeographicMapImagery;
68
68
  set backgroundContent(a: GeographicMapImagery);
69
- private zl;
70
- get zi(): NumericXAxis;
71
- set zi(a: NumericXAxis);
72
- private zh;
73
- get zk(): NumericYAxis;
74
- set zk(a: NumericYAxis);
75
- private zj;
76
- zn: GeographicMapImagery;
77
- private static abi;
69
+ private zk;
70
+ get zh(): NumericXAxis;
71
+ set zh(a: NumericXAxis);
72
+ private zg;
73
+ get zj(): NumericYAxis;
74
+ set zj(a: NumericYAxis);
75
+ private zi;
76
+ zm: GeographicMapImagery;
77
+ private static abh;
78
78
  getZoomRectFromGeoRect(a: Rect): Rect;
79
- aaz(a: Rect): void;
80
79
  aay(a: Rect): void;
80
+ aax(a: Rect): void;
81
81
  getZoomFromGeographicRect(a: Rect): Rect;
82
- abk(a: Rect, b: number): Rect;
83
- private abl;
82
+ abj(a: Rect, b: number): Rect;
83
+ private abk;
84
84
  getZoomFromGeographicPoints(a: Point, b: Point): Rect;
85
- abp(a: Rect): Rect;
85
+ abo(a: Rect): Rect;
86
+ aba(a: Point): Point;
86
87
  abb(a: Point): Point;
87
88
  abc(a: Point): Point;
88
- abd(a: Point): Point;
89
- aam(): void;
90
- aas(a: Brush): void;
91
- hd(): boolean;
92
- aau(): void;
93
- protected aba: Point;
94
- protected aax(): void;
95
- protected aat(): void;
96
- protected get_f7(): boolean;
97
- protected abh: Rect;
98
- protected yt(): Rect;
99
- ok(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
100
- y4(): Rect;
101
- private abm;
102
- protected yu(a: Rect): Rect;
103
- abo(a: Rect): Rect;
89
+ aal(): void;
90
+ aar(a: Brush): void;
91
+ hc(): boolean;
92
+ aat(): void;
93
+ protected aa9: Point;
94
+ protected aaw(): void;
95
+ protected aas(): void;
96
+ protected get_f6(): boolean;
97
+ protected abg: Rect;
98
+ protected ys(): Rect;
99
+ oj(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
100
+ y3(): Rect;
101
+ private abl;
102
+ protected yt(a: Rect): Rect;
103
+ abn(a: Rect): Rect;
104
104
  protected dv(): SeriesViewerView;
105
- private aao;
106
- protected rx(a: SeriesViewerView): void;
107
- r8(a: Rect, b: Rect): void;
108
- z5: number;
109
- private z2;
110
- get z4(): number;
111
- set z4(a: number);
105
+ private aan;
106
+ protected rw(a: SeriesViewerView): void;
107
+ r7(a: Rect, b: Rect): void;
108
+ z4: number;
109
+ private z1;
110
+ get z3(): number;
111
+ set z3(a: number);
112
+ iu(): number;
112
113
  iv(): number;
113
- iw(): number;
114
- protected tz(): void;
115
- g1(): boolean;
114
+ protected ty(): void;
115
+ g0(): boolean;
116
116
  dc(): ZoomCoercionMode;
117
- protected r9(a: any, b: string, c: any, d: any): void;
117
+ protected r8(a: any, b: string, c: any, d: any): void;
118
118
  imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
119
- private aaq;
119
+ private aap;
120
+ private aau;
120
121
  private aav;
121
- private aaw;
122
- zu: XamGeographicMapView;
123
- private zv;
122
+ zt: XamGeographicMapView;
123
+ private zu;
124
124
  getFontInfo(): FontInfo;
125
- xw(): Brush;
125
+ xv(): Brush;
126
126
  getFontBrush(): Brush;
127
- protected tl(a: Series, b: any): void;
127
+ protected tk(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
- aan(a: boolean): void;
133
- z8(): any;
134
- y0(a: Rect, b: Rect, c: Rect): Rect;
135
- aar(): void;
136
- private abg;
137
- protected get abu(): Rect;
138
- protected set abu(a: Rect);
139
- aa1(a: Rect): void;
140
- private aa0;
141
- get z1(): boolean;
132
+ aam(a: boolean): void;
133
+ z7(): any;
134
+ yz(a: Rect, b: Rect, c: Rect): Rect;
135
+ aaq(): void;
136
+ private abf;
137
+ protected get abt(): Rect;
138
+ protected set abt(a: Rect);
139
+ aa0(a: Rect): void;
140
+ private aaz;
141
+ get z0(): boolean;
142
142
  static $$p: string[];
143
143
  }
144
144
  /**
@@ -279,15 +279,15 @@ export declare class OpenStreetMapImagery extends GeographicMapImagery {
279
279
  export declare abstract class GeographicXYTriangulatingSeries extends GeographicMapSeriesHost {
280
280
  static $t: Type;
281
281
  protected ct(): SeriesView;
282
- ri(a: SeriesView): void;
283
- xu: GeographicXYTriangulatingSeriesView;
284
- xy: string;
285
- xw: string;
286
- xv: IEnumerable;
287
- x1: string;
288
- x3: string;
289
- x5: string;
290
- protected rr(a: any, b: string, c: any, d: any): void;
282
+ rh(a: SeriesView): void;
283
+ xt: GeographicXYTriangulatingSeriesView;
284
+ xx: string;
285
+ xv: string;
286
+ xu: IEnumerable;
287
+ x0: string;
288
+ x2: string;
289
+ x4: string;
290
+ protected rq(a: any, b: string, c: any, d: any): void;
291
291
  static $$p: string[];
292
292
  }
293
293
  /**
@@ -298,23 +298,23 @@ export declare class GeographicScatterAreaSeries extends GeographicXYTriangulati
298
298
  protected bk(): Series;
299
299
  protected get_ex(): boolean;
300
300
  constructor();
301
- yk: string;
302
- private yd;
303
- get yf(): ColorScale;
304
- set yf(a: ColorScale);
301
+ yj: string;
302
+ private yc;
303
+ get ye(): ColorScale;
304
+ set ye(a: ColorScale);
305
+ private ym;
306
+ yo(): void;
307
+ yd: ColorScale;
308
+ protected sz(): void;
309
+ yf: ScatterAreaSeries;
310
+ protected xk(): Series;
305
311
  private yn;
306
- yp(): void;
307
- ye: ColorScale;
308
- protected s0(): void;
309
- yg: ScatterAreaSeries;
310
- protected xl(): Series;
311
- private yo;
312
312
  protected ct(): SeriesView;
313
- ri(a: SeriesView): void;
314
- yi: GeographicScatterAreaSeriesView;
315
- protected rr(a: any, b: string, c: any, d: any): void;
313
+ rh(a: SeriesView): void;
314
+ yh: GeographicScatterAreaSeriesView;
315
+ protected rq(a: any, b: string, c: any, d: any): void;
316
316
  triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
317
- protected get_he(): boolean;
318
- protected set_he(a: boolean): void;
317
+ protected get_hd(): boolean;
318
+ protected set_hd(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": "7.0.1",
3
+ "version": "7.1.0-alpha.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": "7.0.1",
20
- "igniteui-webcomponents-charts": "7.0.1"
19
+ "igniteui-webcomponents-core": "7.1.0-alpha.0",
20
+ "igniteui-webcomponents-charts": "7.1.0-alpha.0"
21
21
  },
22
22
  "sideEffects": false,
23
23
  "typings": "igniteui-webcomponents-maps.d.ts",