igniteui-webcomponents-maps 6.3.0 → 6.3.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-webcomponents-maps.umd.js +1027 -1027
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/ArcGISOnlineMapImagery.js +2 -4
- package/esm2015/lib/AzureMapsImageryView_combined.js +4 -8
- package/esm2015/lib/BingMapsMapImageryView_combined.js +4 -8
- package/esm2015/lib/BingResourceSet.js +2 -4
- package/esm2015/lib/BingResponse.js +2 -4
- package/esm2015/lib/CustomMapImagery.js +2 -4
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -43
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -77
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +170 -174
- package/esm2015/lib/GeographicMarkerSeries.js +27 -29
- package/esm2015/lib/GeographicMarkerSeriesBase.js +2 -4
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -23
- package/esm2015/lib/GeographicProportionalSymbolSeriesBase.js +2 -4
- package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -4
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -90
- package/esm2015/lib/GeographicShapeSeriesBaseBase.js +2 -4
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -4
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -66
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +53 -57
- package/esm2015/lib/GeographicSymbolSeriesBase.js +2 -4
- package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -4
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -59
- package/esm2015/lib/GeographicTileSeries.js +28 -30
- package/esm2015/lib/GeographicXYTriangulatingSeriesBase.js +2 -4
- package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -4
- package/esm2015/lib/ImageTilesReadyEventArgs.js +2 -4
- package/esm2015/lib/ImageryMetadata.js +2 -4
- package/esm2015/lib/ImagesChangedEventArgs.js +2 -4
- package/esm2015/lib/LevelOfDetailResponseModel.js +2 -4
- package/esm2015/lib/MapServerResponseModel.js +2 -4
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +4 -6
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +4 -6
- package/esm2015/lib/SubDomainsCollection.js +2 -4
- package/esm2015/lib/TileGeneratorMapImagery.js +2 -4
- package/esm2015/lib/TileInfoResponseModel.js +2 -4
- package/esm2015/lib/TileSeries_combined.js +85 -89
- package/esm2015/lib/TokenResponseModel.js +2 -4
- package/esm2015/lib/XamGeographicMap_combined.js +142 -160
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +10 -12
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +33 -36
- package/esm2015/lib/igc-geographic-map-component.js +2 -1
- package/esm2015/lib/igc-geographic-map-series-host-component.js +14 -16
- package/esm2015/lib/igc-geographic-marker-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-marker-series-component.js +33 -35
- package/esm2015/lib/igc-geographic-polyline-series-component.js +14 -16
- package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +43 -46
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +9 -11
- package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +31 -33
- package/esm2015/lib/igc-geographic-shape-series-component.js +45 -47
- package/esm2015/lib/igc-geographic-symbol-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-symbol-series-component.js +21 -24
- package/esm2015/lib/igc-geographic-tile-series-component.js +5 -7
- package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +14 -16
- package/esm2015/lib/igc-tile-series-component.js +4 -6
- package/esm5/lib/ArcGISOnlineMapImagery.js +1 -2
- package/esm5/lib/AzureMapsImageryView_combined.js +2 -4
- package/esm5/lib/BingMapsMapImageryView_combined.js +2 -4
- package/esm5/lib/BingResourceSet.js +1 -2
- package/esm5/lib/BingResponse.js +1 -2
- package/esm5/lib/CustomMapImagery.js +1 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -39
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -73
- package/esm5/lib/GeographicMapSeriesHost_combined.js +166 -168
- package/esm5/lib/GeographicMarkerSeries.js +26 -27
- package/esm5/lib/GeographicMarkerSeriesBase.js +1 -2
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -19
- package/esm5/lib/GeographicProportionalSymbolSeriesBase.js +1 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +1 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -86
- package/esm5/lib/GeographicShapeSeriesBaseBase.js +1 -2
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +1 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -61
- package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -53
- package/esm5/lib/GeographicSymbolSeriesBase.js +1 -2
- package/esm5/lib/GeographicSymbolSeriesBaseView.js +1 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -55
- package/esm5/lib/GeographicTileSeries.js +26 -27
- package/esm5/lib/GeographicXYTriangulatingSeriesBase.js +1 -2
- package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +1 -2
- package/esm5/lib/ImageTilesReadyEventArgs.js +1 -2
- package/esm5/lib/ImageryMetadata.js +1 -2
- package/esm5/lib/ImagesChangedEventArgs.js +1 -2
- package/esm5/lib/LevelOfDetailResponseModel.js +1 -2
- package/esm5/lib/MapServerResponseModel.js +1 -2
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +3 -4
- package/esm5/lib/SphericalMercatorVerticalScaler.js +3 -4
- package/esm5/lib/SubDomainsCollection.js +1 -2
- package/esm5/lib/TileGeneratorMapImagery.js +1 -2
- package/esm5/lib/TileInfoResponseModel.js +1 -2
- package/esm5/lib/TileSeries_combined.js +81 -83
- package/esm5/lib/TokenResponseModel.js +1 -2
- package/esm5/lib/XamGeographicMap_combined.js +132 -141
- package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -10
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -33
- package/esm5/lib/igc-geographic-map-component.js +1 -2
- package/esm5/lib/igc-geographic-map-series-host-component.js +13 -14
- package/esm5/lib/igc-geographic-marker-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-marker-series-component.js +32 -33
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -14
- package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -43
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -9
- package/esm5/lib/igc-geographic-shape-series-base-base-component.js +1 -2
- package/esm5/lib/igc-geographic-shape-series-base-component.js +30 -31
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -45
- package/esm5/lib/igc-geographic-symbol-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-symbol-series-component.js +20 -21
- package/esm5/lib/igc-geographic-tile-series-component.js +4 -5
- package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +13 -14
- package/esm5/lib/igc-tile-series-component.js +3 -4
- package/fesm2015/igniteui-webcomponents-maps.js +1036 -1249
- package/fesm5/igniteui-webcomponents-maps.js +1027 -1027
- package/igniteui-webcomponents-maps.d.ts +1 -1
- package/lib/ArcGISOnlineMapImagery.d.ts +49 -49
- package/lib/AzureMapsImagery.d.ts +1 -1
- package/lib/AzureMapsImageryStyle.d.ts +25 -25
- package/lib/AzureMapsImageryView.d.ts +1 -1
- package/lib/AzureMapsImageryView_combined.d.ts +39 -39
- package/lib/BingMapsImageryStyle.d.ts +34 -34
- package/lib/BingMapsMapImagery.d.ts +1 -1
- package/lib/BingMapsMapImageryView.d.ts +1 -1
- package/lib/BingMapsMapImageryView_combined.d.ts +62 -62
- package/lib/BingResourceSet.d.ts +11 -11
- package/lib/BingResponse.d.ts +11 -11
- package/lib/CustomMapImagery.d.ts +14 -14
- package/lib/GeographicContourLineSeries.d.ts +1 -1
- package/lib/GeographicContourLineSeriesView.d.ts +1 -1
- package/lib/GeographicContourLineSeriesView_combined.d.ts +46 -46
- package/lib/GeographicHighDensityScatterSeries.d.ts +1 -1
- package/lib/GeographicHighDensityScatterSeriesView.d.ts +1 -1
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +66 -66
- package/lib/GeographicMapImagery.d.ts +1 -1
- package/lib/GeographicMapImageryView.d.ts +1 -1
- package/lib/GeographicMapSeriesHost.d.ts +1 -1
- package/lib/GeographicMapSeriesHost_combined.d.ts +103 -103
- package/lib/GeographicMarkerSeries.d.ts +33 -33
- package/lib/GeographicMarkerSeriesBase.d.ts +10 -10
- package/lib/GeographicPolylineSeries.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +39 -39
- package/lib/GeographicProportionalSymbolSeries.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +10 -10
- package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +11 -11
- package/lib/GeographicProportionalSymbolSeriesView.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +81 -81
- package/lib/GeographicScatterAreaSeries.d.ts +1 -1
- package/lib/GeographicScatterAreaSeriesView.d.ts +1 -1
- package/lib/GeographicShapeSeries.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBaseBase.d.ts +10 -10
- package/lib/GeographicShapeSeriesBaseBaseView.d.ts +11 -11
- package/lib/GeographicShapeSeriesBaseView.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +58 -58
- package/lib/GeographicShapeSeriesView.d.ts +1 -1
- package/lib/GeographicShapeSeriesView_combined.d.ts +71 -71
- package/lib/GeographicSymbolSeries.d.ts +1 -1
- package/lib/GeographicSymbolSeriesBase.d.ts +10 -10
- package/lib/GeographicSymbolSeriesBaseView.d.ts +11 -11
- package/lib/GeographicSymbolSeriesView.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +63 -63
- package/lib/GeographicTileSeries.d.ts +24 -24
- package/lib/GeographicXYTriangulatingSeries.d.ts +1 -1
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesView.d.ts +1 -1
- package/lib/HostSeriesView.d.ts +1 -1
- package/lib/ImageTilesReadyEventArgs.d.ts +7 -7
- package/lib/ImageryMetadata.d.ts +11 -11
- package/lib/ImagesChangedEventArgs.d.ts +7 -7
- package/lib/LevelOfDetailResponseModel.d.ts +16 -16
- package/lib/MapBackgroundTilingMode.d.ts +22 -22
- package/lib/MapResizeBehavior.d.ts +22 -22
- package/lib/MapServerResponseModel.d.ts +14 -14
- package/lib/OpenStreetMapImagery.d.ts +1 -1
- package/lib/SphericalMercatorHorizontalScaler.d.ts +23 -23
- package/lib/SphericalMercatorVerticalScaler.d.ts +34 -34
- package/lib/SubDomainsCollection.d.ts +11 -11
- package/lib/TileGeneratorMapImagery.d.ts +14 -14
- package/lib/TileInfoResponseModel.d.ts +11 -11
- package/lib/TileSeries.d.ts +1 -1
- package/lib/TileSeriesView.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +78 -78
- package/lib/TokenResponseModel.d.ts +16 -16
- package/lib/XamGeographicMap.d.ts +1 -1
- package/lib/XamGeographicMapView.d.ts +1 -1
- package/lib/XamGeographicMap_combined.d.ts +320 -320
- package/lib/igc-arc-gis-online-map-imagery-module.d.ts +3 -3
- package/lib/igc-arc-gis-online-map-imagery.d.ts +59 -59
- package/lib/igc-azure-maps-imagery-module.d.ts +3 -3
- package/lib/igc-azure-maps-imagery.d.ts +50 -50
- package/lib/igc-bing-maps-map-imagery-module.d.ts +3 -3
- package/lib/igc-bing-maps-map-imagery.d.ts +79 -79
- package/lib/igc-custom-map-imagery-module.d.ts +3 -3
- package/lib/igc-custom-map-imagery.d.ts +20 -20
- package/lib/igc-geographic-contour-line-series-component.d.ts +56 -56
- package/lib/igc-geographic-contour-line-series-module.d.ts +3 -3
- package/lib/igc-geographic-high-density-scatter-series-component.d.ts +88 -88
- package/lib/igc-geographic-high-density-scatter-series-module.d.ts +3 -3
- package/lib/igc-geographic-map-component.d.ts +244 -244
- package/lib/igc-geographic-map-core-module.d.ts +3 -3
- package/lib/igc-geographic-map-imagery.d.ts +92 -92
- package/lib/igc-geographic-map-module.d.ts +3 -3
- package/lib/igc-geographic-map-series-host-component.d.ts +95 -95
- package/lib/igc-geographic-marker-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-marker-series-component.d.ts +78 -78
- package/lib/igc-geographic-polyline-series-component.d.ts +50 -50
- package/lib/igc-geographic-polyline-series-module.d.ts +3 -3
- package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-proportional-symbol-series-component.d.ts +131 -131
- package/lib/igc-geographic-proportional-symbol-series-module.d.ts +3 -3
- package/lib/igc-geographic-scatter-area-series-component.d.ts +55 -55
- package/lib/igc-geographic-scatter-area-series-module.d.ts +3 -3
- package/lib/igc-geographic-shape-series-base-base-component.d.ts +13 -13
- package/lib/igc-geographic-shape-series-base-component.d.ts +113 -113
- package/lib/igc-geographic-shape-series-component.d.ts +111 -111
- package/lib/igc-geographic-shape-series-module.d.ts +3 -3
- package/lib/igc-geographic-symbol-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-symbol-series-component.d.ts +78 -78
- package/lib/igc-geographic-symbol-series-module.d.ts +3 -3
- package/lib/igc-geographic-tile-series-component.d.ts +44 -44
- package/lib/igc-geographic-tile-series-module.d.ts +3 -3
- package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-xy-triangulating-series-component.d.ts +51 -51
- package/lib/igc-image-tiles-ready-event-args.d.ts +12 -12
- package/lib/igc-images-changed-event-args.d.ts +12 -12
- package/lib/igc-open-street-map-imagery-module.d.ts +3 -3
- package/lib/igc-open-street-map-imagery.d.ts +18 -18
- package/lib/igc-sub-domains-collection.d.ts +6 -6
- package/lib/igc-tile-generator-map-imagery-module.d.ts +3 -3
- package/lib/igc-tile-generator-map-imagery.d.ts +19 -19
- package/lib/igc-tile-series-component.d.ts +36 -36
- package/lib/igc-tile-series-module.d.ts +3 -3
- package/package.json +3 -3
- package/public_api.d.ts +107 -107
|
@@ -1,66 +1,66 @@
|
|
|
1
|
-
import { HostSeriesView } from "./HostSeriesView";
|
|
2
|
-
import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
|
|
3
|
-
import { Series } from "igniteui-webcomponents-charts";
|
|
4
|
-
import { SeriesView } from "igniteui-webcomponents-charts";
|
|
5
|
-
import { Color } from "igniteui-webcomponents-core";
|
|
6
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
7
|
-
import { ProgressiveLoadStatusEventArgs } from "igniteui-webcomponents-charts";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class GeographicHighDensityScatterSeriesView extends HostSeriesView {
|
|
12
|
-
static $t: Type;
|
|
13
|
-
constructor(a: GeographicHighDensityScatterSeries);
|
|
14
|
-
private cu;
|
|
15
|
-
ci(): void;
|
|
16
|
-
c0(): void;
|
|
17
|
-
cz(): void;
|
|
18
|
-
c5(): void;
|
|
19
|
-
c3(): void;
|
|
20
|
-
c1(): void;
|
|
21
|
-
cy(): void;
|
|
22
|
-
cw(): void;
|
|
23
|
-
c4(): void;
|
|
24
|
-
c6(): void;
|
|
25
|
-
c7(): void;
|
|
26
|
-
cx(): void;
|
|
27
|
-
cv(): void;
|
|
28
|
-
c2(): void;
|
|
29
|
-
a4(): void;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* @hidden
|
|
33
|
-
*/
|
|
34
|
-
export declare class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
|
|
35
|
-
static $t: Type;
|
|
36
|
-
protected bk(): Series;
|
|
37
|
-
protected js(): number;
|
|
38
|
-
protected get_fr(): boolean;
|
|
39
|
-
constructor();
|
|
40
|
-
protected ct(): SeriesView;
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
protected
|
|
44
|
-
private
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
|
|
56
|
-
private
|
|
57
|
-
get
|
|
58
|
-
set
|
|
59
|
-
protected
|
|
60
|
-
private
|
|
61
|
-
private
|
|
62
|
-
protected
|
|
63
|
-
protected get_hd(): boolean;
|
|
64
|
-
protected set_hd(a: boolean): void;
|
|
65
|
-
static $$p: string[];
|
|
66
|
-
}
|
|
1
|
+
import { HostSeriesView } from "./HostSeriesView";
|
|
2
|
+
import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
|
|
3
|
+
import { Series } from "igniteui-webcomponents-charts";
|
|
4
|
+
import { SeriesView } from "igniteui-webcomponents-charts";
|
|
5
|
+
import { Color } from "igniteui-webcomponents-core";
|
|
6
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
7
|
+
import { ProgressiveLoadStatusEventArgs } from "igniteui-webcomponents-charts";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export declare class GeographicHighDensityScatterSeriesView extends HostSeriesView {
|
|
12
|
+
static $t: Type;
|
|
13
|
+
constructor(a: GeographicHighDensityScatterSeries);
|
|
14
|
+
private cu;
|
|
15
|
+
ci(): void;
|
|
16
|
+
c0(): void;
|
|
17
|
+
cz(): void;
|
|
18
|
+
c5(): void;
|
|
19
|
+
c3(): void;
|
|
20
|
+
c1(): void;
|
|
21
|
+
cy(): void;
|
|
22
|
+
cw(): void;
|
|
23
|
+
c4(): void;
|
|
24
|
+
c6(): void;
|
|
25
|
+
c7(): void;
|
|
26
|
+
cx(): void;
|
|
27
|
+
cv(): void;
|
|
28
|
+
c2(): void;
|
|
29
|
+
a4(): void;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @hidden
|
|
33
|
+
*/
|
|
34
|
+
export declare class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
|
|
35
|
+
static $t: Type;
|
|
36
|
+
protected bk(): Series;
|
|
37
|
+
protected js(): number;
|
|
38
|
+
protected get_fr(): boolean;
|
|
39
|
+
constructor();
|
|
40
|
+
protected ct(): SeriesView;
|
|
41
|
+
rh(a: SeriesView): void;
|
|
42
|
+
xu: GeographicHighDensityScatterSeriesView;
|
|
43
|
+
protected xk(): Series;
|
|
44
|
+
private xt;
|
|
45
|
+
x8: string;
|
|
46
|
+
ya: string;
|
|
47
|
+
xx: boolean;
|
|
48
|
+
xw: boolean;
|
|
49
|
+
xv: boolean;
|
|
50
|
+
xz: number;
|
|
51
|
+
xy: number;
|
|
52
|
+
yt: Color;
|
|
53
|
+
ys: Color;
|
|
54
|
+
x2: number;
|
|
55
|
+
progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
|
|
56
|
+
private x1;
|
|
57
|
+
get x3(): number;
|
|
58
|
+
set x3(a: number);
|
|
59
|
+
protected xq(a: any, b: any): void;
|
|
60
|
+
private yh;
|
|
61
|
+
private yg;
|
|
62
|
+
protected rq(a: any, b: string, c: any, d: any): void;
|
|
63
|
+
protected get_hd(): boolean;
|
|
64
|
+
protected set_hd(a: boolean): void;
|
|
65
|
+
static $$p: string[];
|
|
66
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { GeographicMapImagery } from "./XamGeographicMap_combined";
|
|
1
|
+
export { GeographicMapImagery } from "./XamGeographicMap_combined";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { GeographicMapImageryView } from "./XamGeographicMap_combined";
|
|
1
|
+
export { GeographicMapImageryView } from "./XamGeographicMap_combined";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { GeographicMapSeriesHost } from "./GeographicMapSeriesHost_combined";
|
|
1
|
+
export { GeographicMapSeriesHost } from "./GeographicMapSeriesHost_combined";
|
|
@@ -1,103 +1,103 @@
|
|
|
1
|
-
import { Series } from "igniteui-webcomponents-charts";
|
|
2
|
-
import { Point, Type } from "igniteui-webcomponents-core";
|
|
3
|
-
import { DependencyProperty } from "igniteui-webcomponents-core";
|
|
4
|
-
import { List$1 } from "igniteui-webcomponents-core";
|
|
5
|
-
import { SeriesPointOfInterest } from "igniteui-webcomponents-charts";
|
|
6
|
-
import { Axis } from "igniteui-webcomponents-charts";
|
|
7
|
-
import { HighlightingInfo } from "igniteui-webcomponents-core";
|
|
8
|
-
import { Rect } from "igniteui-webcomponents-core";
|
|
9
|
-
import { SeriesView } from "igniteui-webcomponents-charts";
|
|
10
|
-
import { RenderSurface } from "igniteui-webcomponents-charts";
|
|
11
|
-
import { DataContext } from "igniteui-webcomponents-core";
|
|
12
|
-
import { RenderingContext } from "igniteui-webcomponents-core";
|
|
13
|
-
/**
|
|
14
|
-
* @hidden
|
|
15
|
-
*/
|
|
16
|
-
export declare abstract class GeographicMapSeriesHost extends Series {
|
|
17
|
-
static $t: Type;
|
|
18
|
-
|
|
19
|
-
constructor();
|
|
20
|
-
private
|
|
21
|
-
protected get_ff(): boolean;
|
|
22
|
-
kz(a: any, b: string): any;
|
|
23
|
-
mo(a: string): string;
|
|
24
|
-
protected get_kr(): any;
|
|
25
|
-
protected set_kr(a: any): void;
|
|
26
|
-
ed(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number, e: boolean): boolean;
|
|
27
|
-
ai(): Axis[];
|
|
28
|
-
bp(): Series;
|
|
29
|
-
get
|
|
30
|
-
set
|
|
31
|
-
protected get_hasMarkers(): boolean;
|
|
32
|
-
protected
|
|
33
|
-
dh(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
34
|
-
di(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
35
|
-
kw(a: Point): any;
|
|
36
|
-
kj(a: Point, b: boolean): number;
|
|
37
|
-
kh(a: Point, b: boolean): number;
|
|
38
|
-
jd(a: Point, b: boolean, c: boolean): number;
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
ao(a: Point): Rect[];
|
|
42
|
-
|
|
43
|
-
ap(a: Point): Rect[];
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
i9(a: Point, b: boolean, c: boolean): number;
|
|
47
|
-
|
|
48
|
-
jb(a: Point, b: boolean, c: boolean): number;
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
je(a: Point, b: boolean, c: boolean): number;
|
|
52
|
-
|
|
53
|
-
ja(a: Point, b: boolean, c: boolean): number;
|
|
54
|
-
|
|
55
|
-
jc(a: Point, b: boolean, c: boolean): number;
|
|
56
|
-
kd(a: Point): number;
|
|
57
|
-
i3(): number;
|
|
58
|
-
iz(a: Point): number;
|
|
59
|
-
kx(a: Point): any;
|
|
60
|
-
protected abstract
|
|
61
|
-
protected ct(): SeriesView;
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
static readonly
|
|
65
|
-
get
|
|
66
|
-
set
|
|
67
|
-
protected
|
|
68
|
-
private
|
|
69
|
-
private
|
|
70
|
-
|
|
71
|
-
protected
|
|
72
|
-
|
|
73
|
-
a2(a: Point, b: boolean): DataContext;
|
|
74
|
-
|
|
75
|
-
protected get_coercionMethods(): any;
|
|
76
|
-
protected set_coercionMethods(a: any): void;
|
|
77
|
-
protected
|
|
78
|
-
}
|
|
79
|
-
/**
|
|
80
|
-
* @hidden
|
|
81
|
-
*/
|
|
82
|
-
export declare class HostSeriesView extends SeriesView {
|
|
83
|
-
static $t: Type;
|
|
84
|
-
constructor(a: GeographicMapSeriesHost);
|
|
85
|
-
private cd;
|
|
86
|
-
a3(a: RenderingContext, b: RenderingContext): void;
|
|
87
|
-
ci(): void;
|
|
88
|
-
cj(): void;
|
|
89
|
-
cq(): void;
|
|
90
|
-
ct(): void;
|
|
91
|
-
cn(): void;
|
|
92
|
-
cs(): void;
|
|
93
|
-
ch(): void;
|
|
94
|
-
cp(): void;
|
|
95
|
-
ce(): void;
|
|
96
|
-
cf(): void;
|
|
97
|
-
ck(): void;
|
|
98
|
-
cl(): void;
|
|
99
|
-
cg(): void;
|
|
100
|
-
cm(): void;
|
|
101
|
-
co(): void;
|
|
102
|
-
cr(): void;
|
|
103
|
-
}
|
|
1
|
+
import { Series } from "igniteui-webcomponents-charts";
|
|
2
|
+
import { Point, Type } from "igniteui-webcomponents-core";
|
|
3
|
+
import { DependencyProperty } from "igniteui-webcomponents-core";
|
|
4
|
+
import { List$1 } from "igniteui-webcomponents-core";
|
|
5
|
+
import { SeriesPointOfInterest } from "igniteui-webcomponents-charts";
|
|
6
|
+
import { Axis } from "igniteui-webcomponents-charts";
|
|
7
|
+
import { HighlightingInfo } from "igniteui-webcomponents-core";
|
|
8
|
+
import { Rect } from "igniteui-webcomponents-core";
|
|
9
|
+
import { SeriesView } from "igniteui-webcomponents-charts";
|
|
10
|
+
import { RenderSurface } from "igniteui-webcomponents-charts";
|
|
11
|
+
import { DataContext } from "igniteui-webcomponents-core";
|
|
12
|
+
import { RenderingContext } from "igniteui-webcomponents-core";
|
|
13
|
+
/**
|
|
14
|
+
* @hidden
|
|
15
|
+
*/
|
|
16
|
+
export declare abstract class GeographicMapSeriesHost extends Series {
|
|
17
|
+
static $t: Type;
|
|
18
|
+
qv(): void;
|
|
19
|
+
constructor();
|
|
20
|
+
private xj;
|
|
21
|
+
protected get_ff(): boolean;
|
|
22
|
+
kz(a: any, b: string): any;
|
|
23
|
+
mo(a: string): string;
|
|
24
|
+
protected get_kr(): any;
|
|
25
|
+
protected set_kr(a: any): void;
|
|
26
|
+
ed(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number, e: boolean): boolean;
|
|
27
|
+
ai(): Axis[];
|
|
28
|
+
bp(): Series;
|
|
29
|
+
get xl(): Series;
|
|
30
|
+
set xl(a: Series);
|
|
31
|
+
protected get_hasMarkers(): boolean;
|
|
32
|
+
protected xq(a: any, b: any): void;
|
|
33
|
+
dh(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
34
|
+
di(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
35
|
+
kw(a: Point): any;
|
|
36
|
+
kj(a: Point, b: boolean): number;
|
|
37
|
+
kh(a: Point, b: boolean): number;
|
|
38
|
+
jd(a: Point, b: boolean, c: boolean): number;
|
|
39
|
+
ww(a: Point, b: boolean, c: boolean): Point;
|
|
40
|
+
w8(a: Point): Rect;
|
|
41
|
+
ao(a: Point): Rect[];
|
|
42
|
+
w9(a: Point): Rect;
|
|
43
|
+
ap(a: Point): Rect[];
|
|
44
|
+
xa(a: Point): Rect;
|
|
45
|
+
xb(a: Point): Rect;
|
|
46
|
+
i9(a: Point, b: boolean, c: boolean): number;
|
|
47
|
+
ws(a: Point, b: boolean, c: boolean): Point;
|
|
48
|
+
jb(a: Point, b: boolean, c: boolean): number;
|
|
49
|
+
wu(a: Point, b: boolean, c: boolean): Point;
|
|
50
|
+
wx(a: Point, b: boolean, c: boolean): Point;
|
|
51
|
+
je(a: Point, b: boolean, c: boolean): number;
|
|
52
|
+
wt(a: Point, b: boolean, c: boolean): Point;
|
|
53
|
+
ja(a: Point, b: boolean, c: boolean): number;
|
|
54
|
+
wv(a: Point, b: boolean, c: boolean): Point;
|
|
55
|
+
jc(a: Point, b: boolean, c: boolean): number;
|
|
56
|
+
kd(a: Point): number;
|
|
57
|
+
i3(): number;
|
|
58
|
+
iz(a: Point): number;
|
|
59
|
+
kx(a: Point): any;
|
|
60
|
+
protected abstract xk(): Series;
|
|
61
|
+
protected ct(): SeriesView;
|
|
62
|
+
rh(a: SeriesView): void;
|
|
63
|
+
xm: HostSeriesView;
|
|
64
|
+
static readonly xs: DependencyProperty;
|
|
65
|
+
get xn(): number;
|
|
66
|
+
set xn(a: number);
|
|
67
|
+
protected rq(a: any, b: string, c: any, d: any): void;
|
|
68
|
+
private xp;
|
|
69
|
+
private xr;
|
|
70
|
+
r8(a: boolean): void;
|
|
71
|
+
protected rl(a: boolean): void;
|
|
72
|
+
r7(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
73
|
+
a2(a: Point, b: boolean): DataContext;
|
|
74
|
+
su(): void;
|
|
75
|
+
protected get_coercionMethods(): any;
|
|
76
|
+
protected set_coercionMethods(a: any): void;
|
|
77
|
+
protected qd(a: any): void;
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* @hidden
|
|
81
|
+
*/
|
|
82
|
+
export declare class HostSeriesView extends SeriesView {
|
|
83
|
+
static $t: Type;
|
|
84
|
+
constructor(a: GeographicMapSeriesHost);
|
|
85
|
+
private cd;
|
|
86
|
+
a3(a: RenderingContext, b: RenderingContext): void;
|
|
87
|
+
ci(): void;
|
|
88
|
+
cj(): void;
|
|
89
|
+
cq(): void;
|
|
90
|
+
ct(): void;
|
|
91
|
+
cn(): void;
|
|
92
|
+
cs(): void;
|
|
93
|
+
ch(): void;
|
|
94
|
+
cp(): void;
|
|
95
|
+
ce(): void;
|
|
96
|
+
cf(): void;
|
|
97
|
+
ck(): void;
|
|
98
|
+
cl(): void;
|
|
99
|
+
cg(): void;
|
|
100
|
+
cm(): void;
|
|
101
|
+
co(): void;
|
|
102
|
+
cr(): void;
|
|
103
|
+
}
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
|
|
2
|
-
import { MarkerType } from "igniteui-webcomponents-charts";
|
|
3
|
-
import { MarkerOutlineMode } from "igniteui-webcomponents-charts";
|
|
4
|
-
import { MarkerFillMode } from "igniteui-webcomponents-charts";
|
|
5
|
-
import { DataTemplate } from "igniteui-webcomponents-core";
|
|
6
|
-
import { Brush } from "igniteui-webcomponents-core";
|
|
7
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare abstract class GeographicMarkerSeries extends GeographicMapSeriesHost {
|
|
12
|
-
static $t: Type;
|
|
13
|
-
constructor();
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
iu(): number;
|
|
18
|
-
ml(): string;
|
|
19
|
-
private
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
protected
|
|
32
|
-
static $$p: string[];
|
|
33
|
-
}
|
|
1
|
+
import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
|
|
2
|
+
import { MarkerType } from "igniteui-webcomponents-charts";
|
|
3
|
+
import { MarkerOutlineMode } from "igniteui-webcomponents-charts";
|
|
4
|
+
import { MarkerFillMode } from "igniteui-webcomponents-charts";
|
|
5
|
+
import { DataTemplate } from "igniteui-webcomponents-core";
|
|
6
|
+
import { Brush } from "igniteui-webcomponents-core";
|
|
7
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export declare abstract class GeographicMarkerSeries extends GeographicMapSeriesHost {
|
|
12
|
+
static $t: Type;
|
|
13
|
+
constructor();
|
|
14
|
+
th(): DataTemplate;
|
|
15
|
+
v5(): Brush;
|
|
16
|
+
v6(): Brush;
|
|
17
|
+
iu(): number;
|
|
18
|
+
ml(): string;
|
|
19
|
+
private x9;
|
|
20
|
+
xv: MarkerType;
|
|
21
|
+
xw: number;
|
|
22
|
+
xu: MarkerOutlineMode;
|
|
23
|
+
xt: MarkerFillMode;
|
|
24
|
+
yb: DataTemplate;
|
|
25
|
+
yp: Brush;
|
|
26
|
+
yq: Brush;
|
|
27
|
+
xx: number;
|
|
28
|
+
ya: DataTemplate;
|
|
29
|
+
yn: Brush;
|
|
30
|
+
yo: Brush;
|
|
31
|
+
protected rq(a: any, b: string, c: any, d: any): void;
|
|
32
|
+
static $$p: string[];
|
|
33
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { GeographicMarkerSeries } from "./GeographicMarkerSeries";
|
|
2
|
-
import { Series } from "igniteui-webcomponents-charts";
|
|
3
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
-
/**
|
|
5
|
-
* @hidden
|
|
6
|
-
*/
|
|
7
|
-
export declare abstract class GeographicMarkerSeriesBase extends GeographicMarkerSeries {
|
|
8
|
-
static $t: Type;
|
|
9
|
-
protected abstract
|
|
10
|
-
}
|
|
1
|
+
import { GeographicMarkerSeries } from "./GeographicMarkerSeries";
|
|
2
|
+
import { Series } from "igniteui-webcomponents-charts";
|
|
3
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare abstract class GeographicMarkerSeriesBase extends GeographicMarkerSeries {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
protected abstract xk(): Series;
|
|
10
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { GeographicPolylineSeries } from "./GeographicPolylineSeriesView_combined";
|
|
1
|
+
export { GeographicPolylineSeries } from "./GeographicPolylineSeriesView_combined";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { GeographicPolylineSeriesView } from "./GeographicPolylineSeriesView_combined";
|
|
1
|
+
export { GeographicPolylineSeriesView } from "./GeographicPolylineSeriesView_combined";
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
import { GeographicShapeSeriesBaseView } from "./GeographicShapeSeriesBaseView";
|
|
2
|
-
import { SeriesView } from "igniteui-webcomponents-charts";
|
|
3
|
-
import { Series } from "igniteui-webcomponents-charts";
|
|
4
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
5
|
-
import { GeographicShapeSeriesBase } from "./GeographicShapeSeriesBase";
|
|
6
|
-
import { StyleSelector } from "igniteui-webcomponents-charts";
|
|
7
|
-
import { Style } from "igniteui-webcomponents-core";
|
|
8
|
-
import { StyleShapeEventArgs } from "igniteui-webcomponents-charts";
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export declare class GeographicPolylineSeriesView extends GeographicShapeSeriesBaseView {
|
|
13
|
-
static $t: Type;
|
|
14
|
-
constructor(a: GeographicPolylineSeries);
|
|
15
|
-
protected cy: GeographicPolylineSeries;
|
|
16
|
-
a4(): void;
|
|
17
|
-
ci(): void;
|
|
18
|
-
cz(): void;
|
|
19
|
-
c0(): void;
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* @hidden
|
|
23
|
-
*/
|
|
24
|
-
export declare class GeographicPolylineSeries extends GeographicShapeSeriesBase {
|
|
25
|
-
static $t: Type;
|
|
26
|
-
protected bk(): Series;
|
|
27
|
-
protected get_fu(): boolean;
|
|
28
|
-
constructor();
|
|
29
|
-
protected ct(): SeriesView;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
protected
|
|
35
|
-
private
|
|
36
|
-
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
37
|
-
protected
|
|
38
|
-
static $$p: string[];
|
|
39
|
-
}
|
|
1
|
+
import { GeographicShapeSeriesBaseView } from "./GeographicShapeSeriesBaseView";
|
|
2
|
+
import { SeriesView } from "igniteui-webcomponents-charts";
|
|
3
|
+
import { Series } from "igniteui-webcomponents-charts";
|
|
4
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
5
|
+
import { GeographicShapeSeriesBase } from "./GeographicShapeSeriesBase";
|
|
6
|
+
import { StyleSelector } from "igniteui-webcomponents-charts";
|
|
7
|
+
import { Style } from "igniteui-webcomponents-core";
|
|
8
|
+
import { StyleShapeEventArgs } from "igniteui-webcomponents-charts";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export declare class GeographicPolylineSeriesView extends GeographicShapeSeriesBaseView {
|
|
13
|
+
static $t: Type;
|
|
14
|
+
constructor(a: GeographicPolylineSeries);
|
|
15
|
+
protected cy: GeographicPolylineSeries;
|
|
16
|
+
a4(): void;
|
|
17
|
+
ci(): void;
|
|
18
|
+
cz(): void;
|
|
19
|
+
c0(): void;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* @hidden
|
|
23
|
+
*/
|
|
24
|
+
export declare class GeographicPolylineSeries extends GeographicShapeSeriesBase {
|
|
25
|
+
static $t: Type;
|
|
26
|
+
protected bk(): Series;
|
|
27
|
+
protected get_fu(): boolean;
|
|
28
|
+
constructor();
|
|
29
|
+
protected ct(): SeriesView;
|
|
30
|
+
rh(a: SeriesView): void;
|
|
31
|
+
y1: GeographicPolylineSeriesView;
|
|
32
|
+
y0: StyleSelector;
|
|
33
|
+
y8: Style;
|
|
34
|
+
protected xk(): Series;
|
|
35
|
+
private y5;
|
|
36
|
+
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
37
|
+
protected rq(a: any, b: string, c: any, d: any): void;
|
|
38
|
+
static $$p: string[];
|
|
39
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { GeographicProportionalSymbolSeries } from "./GeographicProportionalSymbolSeriesView_combined";
|
|
1
|
+
export { GeographicProportionalSymbolSeries } from "./GeographicProportionalSymbolSeriesView_combined";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { GeographicMarkerSeriesBase } from "./GeographicMarkerSeriesBase";
|
|
2
|
-
import { Series } from "igniteui-webcomponents-charts";
|
|
3
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
-
/**
|
|
5
|
-
* @hidden
|
|
6
|
-
*/
|
|
7
|
-
export declare abstract class GeographicProportionalSymbolSeriesBase extends GeographicMarkerSeriesBase {
|
|
8
|
-
static $t: Type;
|
|
9
|
-
protected abstract
|
|
10
|
-
}
|
|
1
|
+
import { GeographicMarkerSeriesBase } from "./GeographicMarkerSeriesBase";
|
|
2
|
+
import { Series } from "igniteui-webcomponents-charts";
|
|
3
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare abstract class GeographicProportionalSymbolSeriesBase extends GeographicMarkerSeriesBase {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
protected abstract xk(): Series;
|
|
10
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { HostSeriesView } from "./HostSeriesView";
|
|
2
|
-
import { GeographicMarkerSeriesBase } from "./GeographicMarkerSeriesBase";
|
|
3
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
-
/**
|
|
5
|
-
* @hidden
|
|
6
|
-
*/
|
|
7
|
-
export declare abstract class GeographicProportionalSymbolSeriesBaseView extends HostSeriesView {
|
|
8
|
-
static $t: Type;
|
|
9
|
-
constructor(a: GeographicMarkerSeriesBase);
|
|
10
|
-
private cu;
|
|
11
|
-
}
|
|
1
|
+
import { HostSeriesView } from "./HostSeriesView";
|
|
2
|
+
import { GeographicMarkerSeriesBase } from "./GeographicMarkerSeriesBase";
|
|
3
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare abstract class GeographicProportionalSymbolSeriesBaseView extends HostSeriesView {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
constructor(a: GeographicMarkerSeriesBase);
|
|
10
|
+
private cu;
|
|
11
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { GeographicProportionalSymbolSeriesView } from "./GeographicProportionalSymbolSeriesView_combined";
|
|
1
|
+
export { GeographicProportionalSymbolSeriesView } from "./GeographicProportionalSymbolSeriesView_combined";
|