igniteui-angular-maps 18.1.0 → 18.2.0-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 (79) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1559 -1473
  2. package/bundles/igniteui-angular-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 +208 -193
  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 +79 -69
  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 +466 -466
  17. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  19. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  20. package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
  21. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  22. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  23. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  24. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  25. package/esm2015/lib/igx-geographic-shape-series-base-component.js +68 -17
  26. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  27. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  28. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  29. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igx-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 +206 -191
  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 +78 -68
  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 +459 -459
  45. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  46. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  47. package/esm5/lib/igx-geographic-map-component.js +40 -40
  48. package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
  49. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  50. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  51. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  52. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  53. package/esm5/lib/igx-geographic-shape-series-base-component.js +80 -17
  54. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  55. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  56. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  57. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igx-tile-series-component.js +3 -3
  59. package/fesm2015/igniteui-angular-maps.js +1561 -1487
  60. package/fesm5/igniteui-angular-maps.js +1560 -1474
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +50 -49
  64. package/lib/GeographicMarkerSeries.d.ts +18 -18
  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 +29 -29
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +29 -25
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +29 -29
  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 +23 -23
  77. package/lib/XamGeographicMap_combined.d.ts +115 -115
  78. package/lib/igx-geographic-shape-series-base-component.d.ts +19 -1
  79. package/package.json +2 -2
@@ -18,35 +18,35 @@ import { PointCollection } from "igniteui-angular-core";
18
18
  */
19
19
  export declare class TileSeries extends ShapeSeriesBase implements IMapRenderDeferralHandler {
20
20
  static $t: Type;
21
- protected bi(): Series;
22
- protected get_f1(): boolean;
21
+ protected bj(): Series;
22
+ protected get_f3(): boolean;
23
23
  constructor();
24
- protected cq(): SeriesView;
25
- qw(a: SeriesView): void;
26
- protected get_xs(): boolean;
27
- protected zg: TileSeriesView;
28
- get zk(): GeographicMapImagery;
29
- set zk(a: GeographicMapImagery);
30
- private zi;
31
- private zh;
32
- protected get zj(): GeographicMapImagery;
33
- protected set zj(a: GeographicMapImagery);
34
- protected q4(a: any, b: string, c: any, d: any): void;
35
- private zp;
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 zq;
38
- private zl;
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 sj(a: Rect, b: Rect): void;
44
- private zm;
45
- rn(a: boolean): void;
46
- protected zr(a: boolean, b: SeriesView): void;
47
- rl(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
48
- private zs;
49
- o2(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
@@ -38,107 +38,107 @@ 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 wx;
41
+ private xg;
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
+ n0(): void;
44
+ fl(): boolean;
45
+ fm(): boolean;
46
+ w9: boolean;
47
+ static w1: MapResizeBehavior;
48
+ w2: MapResizeBehavior;
49
+ w5: boolean;
50
+ 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
+ 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;
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 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;
78
78
  getZoomRectFromGeoRect(a: Rect): Rect;
79
- xp(a: Rect): void;
80
- xo(a: Rect): void;
79
+ x8(a: Rect): void;
80
+ x7(a: Rect): void;
81
81
  getZoomFromGeographicRect(a: Rect): Rect;
82
- ya(a: Rect, b: number): Rect;
83
- private yb;
82
+ yt(a: Rect, b: number): Rect;
83
+ private yu;
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
+ yy(a: Rect): Rect;
86
+ yk(a: Point): Point;
87
+ yl(a: Point): Point;
88
+ ym(a: Point): Point;
89
+ xv(): void;
90
+ x1(a: Brush): void;
91
+ gg(): boolean;
92
+ x3(): void;
93
+ protected yj: Point;
94
+ protected x6(): void;
95
+ protected x2(): void;
96
+ protected get_fd(): boolean;
97
+ protected yq: Rect;
98
+ protected v5(): Rect;
99
+ m4(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
100
+ wf(): Rect;
101
+ private yv;
102
+ protected v6(a: Rect): Rect;
103
+ yx(a: Rect): Rect;
104
+ protected c8(): SeriesViewerView;
105
+ private xx;
106
+ protected p5(a: SeriesViewerView): void;
107
+ qg(a: Rect, b: Rect): void;
108
+ xe: number;
109
+ private xb;
110
+ get xd(): number;
111
+ set xd(a: number);
112
+ hs(): number;
113
+ ht(): number;
114
+ protected rk(): void;
115
+ f4(): boolean;
116
116
  cs(): ZoomCoercionMode;
117
- protected p3(a: any, b: string, c: any, d: any): void;
117
+ protected qh(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 xz;
120
+ private x4;
121
+ private x5;
122
+ w3: XamGeographicMapView;
123
+ private w4;
124
124
  getFontInfo(): FontInfo;
125
- up(): Brush;
125
+ u8(): Brush;
126
126
  getFontBrush(): Brush;
127
- protected qz(a: Series, b: any): void;
127
+ protected rd(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
+ xw(a: boolean): void;
133
+ xh(): any;
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;
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
- qw(a: SeriesView): void;
283
- wz: GeographicXYTriangulatingSeriesView;
284
- w3: string;
285
- w1: string;
286
- w0: IEnumerable;
287
- w6: string;
288
- w8: string;
281
+ protected cs(): SeriesView;
282
+ qz(a: SeriesView): void;
283
+ w6: GeographicXYTriangulatingSeriesView;
289
284
  xa: string;
290
- protected q4(a: any, b: string, c: any, d: any): void;
285
+ w8: string;
286
+ w7: IEnumerable;
287
+ xd: string;
288
+ xf: string;
289
+ xh: 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_eu(): boolean;
300
300
  constructor();
301
- xp: string;
302
- private xi;
303
- get xk(): ColorScale;
304
- set xk(a: ColorScale);
305
- private xs;
306
- xu(): void;
307
- xj: ColorScale;
308
- protected sa(): void;
309
- xl: ScatterAreaSeries;
310
- protected wq(): Series;
311
- private xt;
312
- protected cq(): SeriesView;
313
- qw(a: SeriesView): void;
314
- xn: GeographicScatterAreaSeriesView;
315
- protected q4(a: any, b: string, c: any, d: any): void;
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;
312
+ protected cs(): SeriesView;
313
+ qz(a: SeriesView): void;
314
+ xu: 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_g7(): boolean;
318
+ protected set_g7(a: boolean): void;
319
319
  static $$p: string[];
320
320
  }
@@ -5,6 +5,7 @@ import { IgxShapeDataSource } from "igniteui-angular-core";
5
5
  import { IgxAssigningShapeStyleEventArgs } from "igniteui-angular-charts";
6
6
  import { IgxAssigningShapeMarkerStyleEventArgs } from "igniteui-angular-charts";
7
7
  import { ShapeItemSearchMode } from "igniteui-angular-charts";
8
+ import { IgxBrushScaleComponent } from "igniteui-angular-charts";
8
9
  import * as i0 from "@angular/core";
9
10
  /**
10
11
  * Base class for series which render polygons on a map.
@@ -60,6 +61,23 @@ export declare abstract class IgxGeographicShapeSeriesBaseComponent extends IgxG
60
61
  get itemSearchThreshold(): number;
61
62
  set itemSearchThreshold(v: number);
62
63
  static ngAcceptInputType_itemSearchThreshold: number | string;
64
+ /**
65
+ * Gets or sets the fill mapping property for the current series object.
66
+ */
67
+ get fillMemberPath(): string;
68
+ set fillMemberPath(v: string);
69
+ /**
70
+ * Gets or sets the brush scale for the fill brush of markers.
71
+ */
72
+ get fillScale(): IgxBrushScaleComponent;
73
+ set fillScale(v: IgxBrushScaleComponent);
74
+ /**
75
+ * Gets or sets whether or not the FillScale uses global min/max values of FillMemberPath from multiple series.
76
+ * This setting applies only if multiple series are using the same FillScale.
77
+ */
78
+ get fillScaleUseGlobalValues(): boolean;
79
+ set fillScaleUseGlobalValues(v: boolean);
80
+ static ngAcceptInputType_fillScaleUseGlobalValues: boolean | string;
63
81
  /**
64
82
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
65
83
  */
@@ -96,5 +114,5 @@ export declare abstract class IgxGeographicShapeSeriesBaseComponent extends IgxG
96
114
  args: IgxAssigningShapeMarkerStyleEventArgs;
97
115
  }>;
98
116
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxGeographicShapeSeriesBaseComponent, never>;
99
- static ɵcmp: i0.ɵɵComponentDeclaration<IgxGeographicShapeSeriesBaseComponent, "ng-component", never, { "shapeDataSource": "shapeDataSource"; "databaseSource": "databaseSource"; "shapeMemberPath": "shapeMemberPath"; "isCustomShapeStyleAllowed": "isCustomShapeStyleAllowed"; "isCustomShapeMarkerStyleAllowed": "isCustomShapeMarkerStyleAllowed"; "itemSearchMode": "itemSearchMode"; "itemSearchThreshold": "itemSearchThreshold"; "itemSearchPointsThreshold": "itemSearchPointsThreshold"; "shapefileDataSource": "shapefileDataSource"; "shapeFilterResolution": "shapeFilterResolution"; }, { "assigningShapeStyle": "assigningShapeStyle"; "assigningShapeMarkerStyle": "assigningShapeMarkerStyle"; }, never, never>;
117
+ static ɵcmp: i0.ɵɵComponentDeclaration<IgxGeographicShapeSeriesBaseComponent, "ng-component", never, { "shapeDataSource": "shapeDataSource"; "databaseSource": "databaseSource"; "shapeMemberPath": "shapeMemberPath"; "isCustomShapeStyleAllowed": "isCustomShapeStyleAllowed"; "isCustomShapeMarkerStyleAllowed": "isCustomShapeMarkerStyleAllowed"; "itemSearchMode": "itemSearchMode"; "itemSearchThreshold": "itemSearchThreshold"; "fillMemberPath": "fillMemberPath"; "fillScale": "fillScale"; "fillScaleUseGlobalValues": "fillScaleUseGlobalValues"; "itemSearchPointsThreshold": "itemSearchPointsThreshold"; "shapefileDataSource": "shapefileDataSource"; "shapeFilterResolution": "shapeFilterResolution"; }, { "assigningShapeStyle": "assigningShapeStyle"; "assigningShapeMarkerStyle": "assigningShapeMarkerStyle"; }, never, never>;
100
118
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular-maps",
3
- "version": "18.1.0",
3
+ "version": "18.2.0-beta.0",
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.1.0"
22
+ "igniteui-angular-core": "18.2.0-beta.0"
23
23
  },
24
24
  "sideEffects": false,
25
25
  "typings": "igniteui-angular-maps.d.ts",