igniteui-angular-maps 18.1.1 → 18.2.0-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.
- package/bundles/igniteui-angular-maps.umd.js +1559 -1473
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +40 -40
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +85 -85
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +208 -193
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +79 -69
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm2015/lib/GeographicTileSeries.js +29 -29
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +93 -93
- package/esm2015/lib/XamGeographicMap_combined.js +465 -465
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +68 -17
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +39 -39
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicMapSeriesHost_combined.js +206 -191
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +78 -68
- package/esm5/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm5/lib/GeographicTileSeries.js +28 -28
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +91 -91
- package/esm5/lib/XamGeographicMap_combined.js +458 -458
- package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +80 -17
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +3 -3
- package/fesm2015/igniteui-angular-maps.js +1561 -1487
- package/fesm5/igniteui-angular-maps.js +1560 -1474
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
- package/lib/GeographicMapSeriesHost_combined.d.ts +50 -49
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -10
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +30 -30
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +29 -25
- package/lib/GeographicShapeSeriesView_combined.d.ts +29 -29
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +22 -22
- package/lib/GeographicTileSeries.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +23 -23
- package/lib/XamGeographicMap_combined.d.ts +116 -116
- package/lib/igx-geographic-shape-series-base-component.d.ts +19 -1
- 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
|
|
22
|
-
protected
|
|
21
|
+
protected bj(): Series;
|
|
22
|
+
protected get_f3(): boolean;
|
|
23
23
|
constructor();
|
|
24
|
-
protected
|
|
25
|
-
|
|
26
|
-
protected
|
|
27
|
-
protected
|
|
28
|
-
get
|
|
29
|
-
set
|
|
30
|
-
private
|
|
31
|
-
private
|
|
32
|
-
protected get
|
|
33
|
-
protected set
|
|
34
|
-
protected
|
|
35
|
-
private
|
|
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
|
|
38
|
-
private
|
|
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
|
|
44
|
-
private
|
|
45
|
-
|
|
46
|
-
protected
|
|
47
|
-
|
|
48
|
-
private
|
|
49
|
-
|
|
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
|
|
41
|
+
private xh;
|
|
42
42
|
provideContainer(a: any): void;
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
static
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
protected
|
|
52
|
-
private
|
|
53
|
-
get
|
|
54
|
-
set
|
|
55
|
-
|
|
56
|
-
static
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
private
|
|
62
|
-
get
|
|
63
|
-
set
|
|
64
|
-
|
|
65
|
-
private
|
|
66
|
-
private
|
|
43
|
+
n0(): void;
|
|
44
|
+
fl(): boolean;
|
|
45
|
+
fm(): boolean;
|
|
46
|
+
xa: boolean;
|
|
47
|
+
static w2: MapResizeBehavior;
|
|
48
|
+
w3: MapResizeBehavior;
|
|
49
|
+
w6: boolean;
|
|
50
|
+
w7: boolean;
|
|
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
|
|
70
|
-
get
|
|
71
|
-
set
|
|
72
|
-
private
|
|
73
|
-
get
|
|
74
|
-
set
|
|
75
|
-
private
|
|
76
|
-
|
|
77
|
-
private static
|
|
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
|
-
|
|
80
|
-
|
|
79
|
+
x9(a: Rect): void;
|
|
80
|
+
x8(a: Rect): void;
|
|
81
81
|
getZoomFromGeographicRect(a: Rect): Rect;
|
|
82
|
-
|
|
83
|
-
private
|
|
82
|
+
yu(a: Rect, b: number): Rect;
|
|
83
|
+
private yv;
|
|
84
84
|
getZoomFromGeographicPoints(a: Point, b: Point): Rect;
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
protected
|
|
94
|
-
protected
|
|
95
|
-
protected
|
|
96
|
-
protected
|
|
97
|
-
protected
|
|
98
|
-
protected
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
private
|
|
102
|
-
protected
|
|
103
|
-
|
|
104
|
-
protected
|
|
105
|
-
private
|
|
106
|
-
protected
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
private
|
|
110
|
-
get
|
|
111
|
-
set
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
protected
|
|
115
|
-
|
|
85
|
+
yz(a: Rect): Rect;
|
|
86
|
+
yl(a: Point): Point;
|
|
87
|
+
ym(a: Point): Point;
|
|
88
|
+
yn(a: Point): Point;
|
|
89
|
+
xw(): void;
|
|
90
|
+
x2(a: Brush): void;
|
|
91
|
+
gg(): boolean;
|
|
92
|
+
x4(): void;
|
|
93
|
+
protected yk: Point;
|
|
94
|
+
protected x7(): void;
|
|
95
|
+
protected x3(): void;
|
|
96
|
+
protected get_fd(): boolean;
|
|
97
|
+
protected yr: Rect;
|
|
98
|
+
protected v5(): Rect;
|
|
99
|
+
m4(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
|
|
100
|
+
wf(): Rect;
|
|
101
|
+
private yw;
|
|
102
|
+
protected v6(a: Rect): Rect;
|
|
103
|
+
yy(a: Rect): Rect;
|
|
104
|
+
protected c8(): SeriesViewerView;
|
|
105
|
+
private xy;
|
|
106
|
+
protected p5(a: SeriesViewerView): void;
|
|
107
|
+
qg(a: Rect, b: Rect): void;
|
|
108
|
+
xf: number;
|
|
109
|
+
private xc;
|
|
110
|
+
get xe(): number;
|
|
111
|
+
set xe(a: number);
|
|
112
|
+
hs(): number;
|
|
113
|
+
ht(): number;
|
|
114
|
+
protected rk(): void;
|
|
115
|
+
f4(): boolean;
|
|
116
116
|
cs(): ZoomCoercionMode;
|
|
117
|
-
protected
|
|
117
|
+
protected qh(a: any, b: string, c: any, d: any): void;
|
|
118
118
|
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
119
|
-
private
|
|
120
|
-
private
|
|
121
|
-
private
|
|
122
|
-
|
|
123
|
-
private
|
|
119
|
+
private x0;
|
|
120
|
+
private x5;
|
|
121
|
+
private x6;
|
|
122
|
+
w4: XamGeographicMapView;
|
|
123
|
+
private w5;
|
|
124
124
|
getFontInfo(): FontInfo;
|
|
125
|
-
|
|
125
|
+
u8(): Brush;
|
|
126
126
|
getFontBrush(): Brush;
|
|
127
|
-
protected
|
|
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
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
private
|
|
137
|
-
protected get
|
|
138
|
-
protected set
|
|
139
|
-
|
|
140
|
-
private
|
|
141
|
-
get
|
|
132
|
+
xx(a: boolean): void;
|
|
133
|
+
xi(): any;
|
|
134
|
+
wb(a: Rect, b: Rect, c: Rect): Rect;
|
|
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
|
/**
|
|
@@ -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
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
protected
|
|
281
|
+
protected cs(): SeriesView;
|
|
282
|
+
qz(a: SeriesView): void;
|
|
283
|
+
w6: GeographicXYTriangulatingSeriesView;
|
|
284
|
+
xa: string;
|
|
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
|
|
299
|
-
protected
|
|
298
|
+
protected bj(): Series;
|
|
299
|
+
protected get_eu(): boolean;
|
|
300
300
|
constructor();
|
|
301
|
-
|
|
302
|
-
private
|
|
303
|
-
get
|
|
304
|
-
set
|
|
305
|
-
private
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
protected
|
|
309
|
-
|
|
310
|
-
protected
|
|
311
|
-
private
|
|
312
|
-
protected
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
protected
|
|
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
|
|
318
|
-
protected
|
|
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.
|
|
3
|
+
"version": "18.2.0-beta.1",
|
|
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.
|
|
22
|
+
"igniteui-angular-core": "18.2.0-beta.1"
|
|
23
23
|
},
|
|
24
24
|
"sideEffects": false,
|
|
25
25
|
"typings": "igniteui-angular-maps.d.ts",
|