igniteui-angular-maps 18.2.0-beta.0 → 18.2.0-beta.2

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 (74) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1266 -1266
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -71
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +165 -165
  6. package/esm2015/lib/GeographicMarkerSeries.js +26 -26
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +58 -58
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +50 -50
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/TileSeries_combined.js +80 -80
  14. package/esm2015/lib/XamGeographicMap_combined.js +376 -376
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  17. package/esm2015/lib/igx-geographic-map-component.js +37 -37
  18. package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
  19. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  20. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  21. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  22. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  23. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  25. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  26. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  27. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igx-tile-series-component.js +2 -2
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -71
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +163 -163
  32. package/esm5/lib/GeographicMarkerSeries.js +26 -26
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +50 -50
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
  38. package/esm5/lib/GeographicTileSeries.js +26 -26
  39. package/esm5/lib/TileSeries_combined.js +78 -78
  40. package/esm5/lib/XamGeographicMap_combined.js +370 -370
  41. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  42. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  43. package/esm5/lib/igx-geographic-map-component.js +37 -37
  44. package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
  45. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  46. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  47. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  48. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  49. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  50. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  51. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  52. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  53. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igx-tile-series-component.js +2 -2
  55. package/fesm2015/igniteui-angular-maps.js +1278 -1278
  56. package/fesm5/igniteui-angular-maps.js +1266 -1266
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +19 -19
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +28 -28
  60. package/lib/GeographicMarkerSeries.d.ts +14 -14
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +23 -23
  65. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  66. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +23 -23
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +16 -16
  70. package/lib/GeographicTileSeries.d.ts +9 -9
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +19 -19
  73. package/lib/XamGeographicMap_combined.d.ts +81 -81
  74. package/package.json +2 -2
@@ -38,77 +38,77 @@ import { TriangulationStatusEventArgs } from "igniteui-angular-core";
38
38
  export declare class XamGeographicMap extends SeriesViewer implements IMapRenderDeferralHandler {
39
39
  static $t: Type;
40
40
  constructor();
41
- private xg;
41
+ private xh;
42
42
  provideContainer(a: any): void;
43
43
  n0(): void;
44
44
  fl(): boolean;
45
45
  fm(): boolean;
46
- w9: boolean;
47
- static w1: MapResizeBehavior;
48
- w2: MapResizeBehavior;
49
- w5: boolean;
46
+ xa: boolean;
47
+ static w2: MapResizeBehavior;
48
+ w3: MapResizeBehavior;
50
49
  w6: boolean;
51
- protected w0(): MapBackgroundTilingMode;
52
- private wx;
53
- get wz(): MapBackgroundTilingMode;
54
- set wz(a: MapBackgroundTilingMode);
55
- wy: MapBackgroundTilingMode;
56
- static yo: Rect;
57
- xc: number;
58
- w8: boolean;
59
50
  w7: boolean;
60
- y4: Rect;
61
- private yn;
62
- get ys(): Rect;
63
- set ys(a: Rect);
64
- yw(): Rect;
65
- private xy;
66
- private y2;
51
+ protected w1(): MapBackgroundTilingMode;
52
+ private wy;
53
+ get w0(): MapBackgroundTilingMode;
54
+ set w0(a: MapBackgroundTilingMode);
55
+ wz: MapBackgroundTilingMode;
56
+ static yp: Rect;
57
+ xd: number;
58
+ w9: boolean;
59
+ w8: boolean;
60
+ y5: Rect;
61
+ private yo;
62
+ get yt(): Rect;
63
+ set yt(a: Rect);
64
+ yx(): Rect;
65
+ private xz;
66
+ private y3;
67
67
  get backgroundContent(): GeographicMapImagery;
68
68
  set backgroundContent(a: GeographicMapImagery);
69
- private wu;
70
- get wr(): NumericXAxis;
71
- set wr(a: NumericXAxis);
72
- private wq;
73
- get wt(): NumericYAxis;
74
- set wt(a: NumericYAxis);
75
- private ws;
76
- ww: GeographicMapImagery;
77
- private static yr;
69
+ private wv;
70
+ get ws(): NumericXAxis;
71
+ set ws(a: NumericXAxis);
72
+ private wr;
73
+ get wu(): NumericYAxis;
74
+ set wu(a: NumericYAxis);
75
+ private wt;
76
+ wx: GeographicMapImagery;
77
+ private static ys;
78
78
  getZoomRectFromGeoRect(a: Rect): Rect;
79
+ x9(a: Rect): void;
79
80
  x8(a: Rect): void;
80
- x7(a: Rect): void;
81
81
  getZoomFromGeographicRect(a: Rect): Rect;
82
- yt(a: Rect, b: number): Rect;
83
- private yu;
82
+ yu(a: Rect, b: number): Rect;
83
+ private yv;
84
84
  getZoomFromGeographicPoints(a: Point, b: Point): Rect;
85
- yy(a: Rect): Rect;
86
- yk(a: Point): Point;
85
+ yz(a: Rect): Rect;
87
86
  yl(a: Point): Point;
88
87
  ym(a: Point): Point;
89
- xv(): void;
90
- x1(a: Brush): void;
88
+ yn(a: Point): Point;
89
+ xw(): void;
90
+ x2(a: Brush): void;
91
91
  gg(): boolean;
92
- x3(): void;
93
- protected yj: Point;
94
- protected x6(): void;
95
- protected x2(): void;
92
+ x4(): void;
93
+ protected yk: Point;
94
+ protected x7(): void;
95
+ protected x3(): void;
96
96
  protected get_fd(): boolean;
97
- protected yq: Rect;
97
+ protected yr: Rect;
98
98
  protected v5(): Rect;
99
99
  m4(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
100
100
  wf(): Rect;
101
- private yv;
101
+ private yw;
102
102
  protected v6(a: Rect): Rect;
103
- yx(a: Rect): Rect;
103
+ yy(a: Rect): Rect;
104
104
  protected c8(): SeriesViewerView;
105
- private xx;
105
+ private xy;
106
106
  protected p5(a: SeriesViewerView): void;
107
107
  qg(a: Rect, b: Rect): void;
108
- xe: number;
109
- private xb;
110
- get xd(): number;
111
- set xd(a: number);
108
+ xf: number;
109
+ private xc;
110
+ get xe(): number;
111
+ set xe(a: number);
112
112
  hs(): number;
113
113
  ht(): number;
114
114
  protected rk(): void;
@@ -116,11 +116,11 @@ export declare class XamGeographicMap extends SeriesViewer implements IMapRender
116
116
  cs(): ZoomCoercionMode;
117
117
  protected qh(a: any, b: string, c: any, d: any): void;
118
118
  imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
119
- private xz;
120
- private x4;
119
+ private x0;
121
120
  private x5;
122
- w3: XamGeographicMapView;
123
- private w4;
121
+ private x6;
122
+ w4: XamGeographicMapView;
123
+ private w5;
124
124
  getFontInfo(): FontInfo;
125
125
  u8(): Brush;
126
126
  getFontBrush(): Brush;
@@ -129,16 +129,16 @@ export declare class XamGeographicMap extends SeriesViewer implements IMapRender
129
129
  unRegister(a: DependencyObject): void;
130
130
  deferredRefresh(): void;
131
131
  deferAction(a: () => void): void;
132
- xw(a: boolean): void;
133
- xh(): any;
132
+ xx(a: boolean): void;
133
+ xi(): any;
134
134
  wb(a: Rect, b: Rect, c: Rect): Rect;
135
- x0(): void;
136
- private yp;
137
- protected get y3(): Rect;
138
- protected set y3(a: Rect);
139
- ya(a: Rect): void;
140
- private x9;
141
- get xa(): boolean;
135
+ x1(): void;
136
+ private yq;
137
+ protected get y4(): Rect;
138
+ protected set y4(a: Rect);
139
+ yb(a: Rect): void;
140
+ private ya;
141
+ get xb(): 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 cs(): SeriesView;
282
- qz(a: SeriesView): void;
283
- w6: GeographicXYTriangulatingSeriesView;
282
+ q1(a: SeriesView): void;
283
+ w8: GeographicXYTriangulatingSeriesView;
284
+ xc: string;
284
285
  xa: string;
285
- w8: string;
286
- w7: IEnumerable;
287
- xd: string;
286
+ w9: IEnumerable;
288
287
  xf: string;
289
288
  xh: string;
290
- protected q7(a: any, b: string, c: any, d: any): void;
289
+ xj: string;
290
+ protected q9(a: any, b: string, c: any, d: any): void;
291
291
  static $$p: string[];
292
292
  }
293
293
  /**
@@ -298,21 +298,21 @@ export declare class GeographicScatterAreaSeries extends GeographicXYTriangulati
298
298
  protected bj(): Series;
299
299
  protected get_eu(): boolean;
300
300
  constructor();
301
- xw: string;
302
- private xp;
303
- get xr(): ColorScale;
304
- set xr(a: ColorScale);
305
- private xz;
306
- x1(): void;
307
- xq: ColorScale;
308
- protected sf(): void;
309
- xs: ScatterAreaSeries;
310
- protected wx(): Series;
311
- private x0;
301
+ xy: string;
302
+ private xr;
303
+ get xt(): ColorScale;
304
+ set xt(a: ColorScale);
305
+ private x1;
306
+ x3(): void;
307
+ xs: ColorScale;
308
+ protected sh(): void;
309
+ xu: ScatterAreaSeries;
310
+ protected wz(): Series;
311
+ private x2;
312
312
  protected cs(): SeriesView;
313
- qz(a: SeriesView): void;
314
- xu: GeographicScatterAreaSeriesView;
315
- protected q7(a: any, b: string, c: any, d: any): void;
313
+ q1(a: SeriesView): void;
314
+ xw: GeographicScatterAreaSeriesView;
315
+ protected q9(a: any, b: string, c: any, d: any): void;
316
316
  triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
317
317
  protected get_g7(): boolean;
318
318
  protected set_g7(a: boolean): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular-maps",
3
- "version": "18.2.0-beta.0",
3
+ "version": "18.2.0-beta.2",
4
4
  "description": "Ignite UI Angular map components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-angular-maps",
6
6
  "keywords": [
@@ -19,7 +19,7 @@
19
19
  "@angular/common": "^18.0.0",
20
20
  "@angular/compiler": "^18.0.0",
21
21
  "@angular/core": "^18.0.0",
22
- "igniteui-angular-core": "18.2.0-beta.0"
22
+ "igniteui-angular-core": "18.2.0-beta.2"
23
23
  },
24
24
  "sideEffects": false,
25
25
  "typings": "igniteui-angular-maps.d.ts",