igniteui-webcomponents-maps 6.3.0 → 6.3.1-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.
- 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 +1 @@
|
|
|
1
|
-
export * from './public_api';
|
|
1
|
+
export * from './public_api';
|
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
import { GeographicMapImagery } from "./GeographicMapImagery";
|
|
2
|
-
import { DependencyProperty } from "igniteui-webcomponents-core";
|
|
3
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
-
/**
|
|
5
|
-
* @hidden
|
|
6
|
-
*/
|
|
7
|
-
export declare class ArcGISOnlineMapImagery extends GeographicMapImagery {
|
|
8
|
-
static $t: Type;
|
|
9
|
-
private static readonly bv;
|
|
10
|
-
constructor();
|
|
11
|
-
static readonly mapServerUriProperty: DependencyProperty;
|
|
12
|
-
get mapServerUri(): string;
|
|
13
|
-
set mapServerUri(a: string);
|
|
14
|
-
private static cd;
|
|
15
|
-
static readonly userNameProperty: DependencyProperty;
|
|
16
|
-
get userName(): string;
|
|
17
|
-
set userName(a: string);
|
|
18
|
-
private static cg;
|
|
19
|
-
static readonly passwordProperty: DependencyProperty;
|
|
20
|
-
get password(): string;
|
|
21
|
-
set password(a: string);
|
|
22
|
-
private static ce;
|
|
23
|
-
static readonly userTokenProperty: DependencyProperty;
|
|
24
|
-
get userToken(): string;
|
|
25
|
-
set userToken(a: string);
|
|
26
|
-
private static ch;
|
|
27
|
-
static readonly isMapPublicProperty: DependencyProperty;
|
|
28
|
-
get isMapPublic(): boolean;
|
|
29
|
-
set isMapPublic(a: boolean);
|
|
30
|
-
private static cc;
|
|
31
|
-
private bp;
|
|
32
|
-
get defaultTokenTimeout(): number;
|
|
33
|
-
set defaultTokenTimeout(a: number);
|
|
34
|
-
private bu;
|
|
35
|
-
get tokenGenerationEndPoint(): string;
|
|
36
|
-
set tokenGenerationEndPoint(a: string);
|
|
37
|
-
private bt;
|
|
38
|
-
get refererUri(): string;
|
|
39
|
-
set refererUri(a: string);
|
|
40
|
-
acquireNewToken(): void;
|
|
41
|
-
private b9;
|
|
42
|
-
private b8;
|
|
43
|
-
private ci;
|
|
44
|
-
private _pendingTokenRequest_;
|
|
45
|
-
private _pendingMapServerRequest_;
|
|
46
|
-
private getResponseCompleted_TokenResponse;
|
|
47
|
-
private getResponseCompleted_MapServerResponse;
|
|
48
|
-
private cf;
|
|
49
|
-
}
|
|
1
|
+
import { GeographicMapImagery } from "./GeographicMapImagery";
|
|
2
|
+
import { DependencyProperty } from "igniteui-webcomponents-core";
|
|
3
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class ArcGISOnlineMapImagery extends GeographicMapImagery {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
private static readonly bv;
|
|
10
|
+
constructor();
|
|
11
|
+
static readonly mapServerUriProperty: DependencyProperty;
|
|
12
|
+
get mapServerUri(): string;
|
|
13
|
+
set mapServerUri(a: string);
|
|
14
|
+
private static cd;
|
|
15
|
+
static readonly userNameProperty: DependencyProperty;
|
|
16
|
+
get userName(): string;
|
|
17
|
+
set userName(a: string);
|
|
18
|
+
private static cg;
|
|
19
|
+
static readonly passwordProperty: DependencyProperty;
|
|
20
|
+
get password(): string;
|
|
21
|
+
set password(a: string);
|
|
22
|
+
private static ce;
|
|
23
|
+
static readonly userTokenProperty: DependencyProperty;
|
|
24
|
+
get userToken(): string;
|
|
25
|
+
set userToken(a: string);
|
|
26
|
+
private static ch;
|
|
27
|
+
static readonly isMapPublicProperty: DependencyProperty;
|
|
28
|
+
get isMapPublic(): boolean;
|
|
29
|
+
set isMapPublic(a: boolean);
|
|
30
|
+
private static cc;
|
|
31
|
+
private bp;
|
|
32
|
+
get defaultTokenTimeout(): number;
|
|
33
|
+
set defaultTokenTimeout(a: number);
|
|
34
|
+
private bu;
|
|
35
|
+
get tokenGenerationEndPoint(): string;
|
|
36
|
+
set tokenGenerationEndPoint(a: string);
|
|
37
|
+
private bt;
|
|
38
|
+
get refererUri(): string;
|
|
39
|
+
set refererUri(a: string);
|
|
40
|
+
acquireNewToken(): void;
|
|
41
|
+
private b9;
|
|
42
|
+
private b8;
|
|
43
|
+
private ci;
|
|
44
|
+
private _pendingTokenRequest_;
|
|
45
|
+
private _pendingMapServerRequest_;
|
|
46
|
+
private getResponseCompleted_TokenResponse;
|
|
47
|
+
private getResponseCompleted_MapServerResponse;
|
|
48
|
+
private cf;
|
|
49
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { AzureMapsImagery } from "./AzureMapsImageryView_combined";
|
|
1
|
+
export { AzureMapsImagery } from "./AzureMapsImageryView_combined";
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
2
|
-
/**
|
|
3
|
-
* Describes available map styles for the Azure Maps imagery.
|
|
4
|
-
*/
|
|
5
|
-
export declare enum AzureMapsImageryStyle {
|
|
6
|
-
Road = 0,
|
|
7
|
-
Satellite = 1,
|
|
8
|
-
DarkGrey = 2,
|
|
9
|
-
LabelsRoadOverlay = 3,
|
|
10
|
-
LabelsDarkGreyOverlay = 4,
|
|
11
|
-
HybridRoadOverlay = 5,
|
|
12
|
-
HybridDarkGreyOverlay = 6,
|
|
13
|
-
TerraOverlay = 7,
|
|
14
|
-
WeatherRadarOverlay = 8,
|
|
15
|
-
WeatherInfraredOverlay = 9,
|
|
16
|
-
TrafficAbsoluteOverlay = 10,
|
|
17
|
-
TrafficRelativeOverlay = 11,
|
|
18
|
-
TrafficRelativeDarkOverlay = 12,
|
|
19
|
-
TrafficDelayOverlay = 13,
|
|
20
|
-
TrafficReducedOverlay = 14
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* @hidden
|
|
24
|
-
*/
|
|
25
|
-
export declare let AzureMapsImageryStyle_$type: Type;
|
|
1
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
2
|
+
/**
|
|
3
|
+
* Describes available map styles for the Azure Maps imagery.
|
|
4
|
+
*/
|
|
5
|
+
export declare enum AzureMapsImageryStyle {
|
|
6
|
+
Road = 0,
|
|
7
|
+
Satellite = 1,
|
|
8
|
+
DarkGrey = 2,
|
|
9
|
+
LabelsRoadOverlay = 3,
|
|
10
|
+
LabelsDarkGreyOverlay = 4,
|
|
11
|
+
HybridRoadOverlay = 5,
|
|
12
|
+
HybridDarkGreyOverlay = 6,
|
|
13
|
+
TerraOverlay = 7,
|
|
14
|
+
WeatherRadarOverlay = 8,
|
|
15
|
+
WeatherInfraredOverlay = 9,
|
|
16
|
+
TrafficAbsoluteOverlay = 10,
|
|
17
|
+
TrafficRelativeOverlay = 11,
|
|
18
|
+
TrafficRelativeDarkOverlay = 12,
|
|
19
|
+
TrafficDelayOverlay = 13,
|
|
20
|
+
TrafficReducedOverlay = 14
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* @hidden
|
|
24
|
+
*/
|
|
25
|
+
export declare let AzureMapsImageryStyle_$type: Type;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { AzureMapsImageryView } from "./AzureMapsImageryView_combined";
|
|
1
|
+
export { AzureMapsImageryView } from "./AzureMapsImageryView_combined";
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
import { GeographicMapImageryView } from "./GeographicMapImageryView";
|
|
2
|
-
import { GeographicMapImagery } from "./GeographicMapImagery";
|
|
3
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
-
import { AzureMapsImageryStyle } from "./AzureMapsImageryStyle";
|
|
5
|
-
/**
|
|
6
|
-
* @hidden
|
|
7
|
-
*/
|
|
8
|
-
export declare class AzureMapsImageryView extends GeographicMapImageryView {
|
|
9
|
-
static $t: Type;
|
|
10
|
-
constructor(a: AzureMapsImagery);
|
|
11
|
-
protected k: AzureMapsImagery;
|
|
12
|
-
p(): void;
|
|
13
|
-
l(): void;
|
|
14
|
-
n(): void;
|
|
15
|
-
o(): void;
|
|
16
|
-
m(): void;
|
|
17
|
-
q(): void;
|
|
18
|
-
r(): void;
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* @hidden
|
|
22
|
-
*/
|
|
23
|
-
export declare class AzureMapsImagery extends GeographicMapImagery {
|
|
24
|
-
static $t: Type;
|
|
25
|
-
constructor();
|
|
26
|
-
protected ai(): GeographicMapImageryView;
|
|
27
|
-
protected bb(a: GeographicMapImageryView): void;
|
|
28
|
-
bp: AzureMapsImageryView;
|
|
29
|
-
cultureName: string;
|
|
30
|
-
apiKey: string;
|
|
31
|
-
apiVersion: string;
|
|
32
|
-
imageryStyle: AzureMapsImageryStyle;
|
|
33
|
-
b1: string;
|
|
34
|
-
localizedView: string;
|
|
35
|
-
timestamp: Date;
|
|
36
|
-
private b4;
|
|
37
|
-
private bx;
|
|
38
|
-
static $$p: string[];
|
|
39
|
-
}
|
|
1
|
+
import { GeographicMapImageryView } from "./GeographicMapImageryView";
|
|
2
|
+
import { GeographicMapImagery } from "./GeographicMapImagery";
|
|
3
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
+
import { AzureMapsImageryStyle } from "./AzureMapsImageryStyle";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare class AzureMapsImageryView extends GeographicMapImageryView {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
constructor(a: AzureMapsImagery);
|
|
11
|
+
protected k: AzureMapsImagery;
|
|
12
|
+
p(): void;
|
|
13
|
+
l(): void;
|
|
14
|
+
n(): void;
|
|
15
|
+
o(): void;
|
|
16
|
+
m(): void;
|
|
17
|
+
q(): void;
|
|
18
|
+
r(): void;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @hidden
|
|
22
|
+
*/
|
|
23
|
+
export declare class AzureMapsImagery extends GeographicMapImagery {
|
|
24
|
+
static $t: Type;
|
|
25
|
+
constructor();
|
|
26
|
+
protected ai(): GeographicMapImageryView;
|
|
27
|
+
protected bb(a: GeographicMapImageryView): void;
|
|
28
|
+
bp: AzureMapsImageryView;
|
|
29
|
+
cultureName: string;
|
|
30
|
+
apiKey: string;
|
|
31
|
+
apiVersion: string;
|
|
32
|
+
imageryStyle: AzureMapsImageryStyle;
|
|
33
|
+
b1: string;
|
|
34
|
+
localizedView: string;
|
|
35
|
+
timestamp: Date;
|
|
36
|
+
private b4;
|
|
37
|
+
private bx;
|
|
38
|
+
static $$p: string[];
|
|
39
|
+
}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
2
|
-
/**
|
|
3
|
-
* Describes available map styles for the Bing Maps imagery.
|
|
4
|
-
*/
|
|
5
|
-
export declare enum BingMapsImageryStyle {
|
|
6
|
-
/**
|
|
7
|
-
* Specifies the Aerial map style without road or labels overlay.
|
|
8
|
-
*/
|
|
9
|
-
Aerial = 0,
|
|
10
|
-
/**
|
|
11
|
-
* Specifies the Aerial map style with road and labels overlay.
|
|
12
|
-
*/
|
|
13
|
-
AerialWithLabels = 1,
|
|
14
|
-
/**
|
|
15
|
-
* Specifies the Roads map style without aerial overlay.
|
|
16
|
-
*/
|
|
17
|
-
Road = 2,
|
|
18
|
-
/**
|
|
19
|
-
* Specifies a dark version of the Roads maps.
|
|
20
|
-
*/
|
|
21
|
-
CanvasDark = 3,
|
|
22
|
-
/**
|
|
23
|
-
* Specifies a lighter version of the Roads maps.
|
|
24
|
-
*/
|
|
25
|
-
CanvasLight = 4,
|
|
26
|
-
/**
|
|
27
|
-
* Specifies a grayscale version of the Roads maps.
|
|
28
|
-
*/
|
|
29
|
-
CanvasGray = 5
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* @hidden
|
|
33
|
-
*/
|
|
34
|
-
export declare let BingMapsImageryStyle_$type: Type;
|
|
1
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
2
|
+
/**
|
|
3
|
+
* Describes available map styles for the Bing Maps imagery.
|
|
4
|
+
*/
|
|
5
|
+
export declare enum BingMapsImageryStyle {
|
|
6
|
+
/**
|
|
7
|
+
* Specifies the Aerial map style without road or labels overlay.
|
|
8
|
+
*/
|
|
9
|
+
Aerial = 0,
|
|
10
|
+
/**
|
|
11
|
+
* Specifies the Aerial map style with road and labels overlay.
|
|
12
|
+
*/
|
|
13
|
+
AerialWithLabels = 1,
|
|
14
|
+
/**
|
|
15
|
+
* Specifies the Roads map style without aerial overlay.
|
|
16
|
+
*/
|
|
17
|
+
Road = 2,
|
|
18
|
+
/**
|
|
19
|
+
* Specifies a dark version of the Roads maps.
|
|
20
|
+
*/
|
|
21
|
+
CanvasDark = 3,
|
|
22
|
+
/**
|
|
23
|
+
* Specifies a lighter version of the Roads maps.
|
|
24
|
+
*/
|
|
25
|
+
CanvasLight = 4,
|
|
26
|
+
/**
|
|
27
|
+
* Specifies a grayscale version of the Roads maps.
|
|
28
|
+
*/
|
|
29
|
+
CanvasGray = 5
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @hidden
|
|
33
|
+
*/
|
|
34
|
+
export declare let BingMapsImageryStyle_$type: Type;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { BingMapsMapImagery } from "./BingMapsMapImageryView_combined";
|
|
1
|
+
export { BingMapsMapImagery } from "./BingMapsMapImageryView_combined";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { BingMapsMapImageryView } from "./BingMapsMapImageryView_combined";
|
|
1
|
+
export { BingMapsMapImageryView } from "./BingMapsMapImageryView_combined";
|
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
import { GeographicMapImageryView } from "./GeographicMapImageryView";
|
|
2
|
-
import { SubDomainsCollection } from "./SubDomainsCollection";
|
|
3
|
-
import { GeographicMapImagery } from "./GeographicMapImagery";
|
|
4
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
5
|
-
import { BingMapsImageryStyle } from "./BingMapsImageryStyle";
|
|
6
|
-
/**
|
|
7
|
-
* @hidden
|
|
8
|
-
*/
|
|
9
|
-
export declare class BingMapsMapImageryView extends GeographicMapImageryView {
|
|
10
|
-
static $t: Type;
|
|
11
|
-
constructor(a: BingMapsMapImagery);
|
|
12
|
-
protected k: BingMapsMapImagery;
|
|
13
|
-
m(): void;
|
|
14
|
-
o(): void;
|
|
15
|
-
l(): void;
|
|
16
|
-
n(): void;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* @hidden
|
|
20
|
-
*/
|
|
21
|
-
export declare class BingMapsMapImagery extends GeographicMapImagery {
|
|
22
|
-
static $t: Type;
|
|
23
|
-
private _pendingBingRequest_;
|
|
24
|
-
private static readonly cc;
|
|
25
|
-
constructor();
|
|
26
|
-
protected ai(): GeographicMapImageryView;
|
|
27
|
-
protected bb(a: GeographicMapImageryView): void;
|
|
28
|
-
bp: BingMapsMapImageryView;
|
|
29
|
-
private _isInitialized;
|
|
30
|
-
get isInitialized(): boolean;
|
|
31
|
-
set isInitialized(a: boolean);
|
|
32
|
-
isDeferredLoad: boolean;
|
|
33
|
-
tilePath: string;
|
|
34
|
-
private bz;
|
|
35
|
-
get actualTilePath(): string;
|
|
36
|
-
set actualTilePath(a: string);
|
|
37
|
-
subDomains: SubDomainsCollection;
|
|
38
|
-
private bq;
|
|
39
|
-
get actualSubDomains(): SubDomainsCollection;
|
|
40
|
-
set actualSubDomains(a: SubDomainsCollection);
|
|
41
|
-
private b0;
|
|
42
|
-
get bingImageryRestUri(): string;
|
|
43
|
-
set bingImageryRestUri(a: string);
|
|
44
|
-
private by;
|
|
45
|
-
get actualBingImageryRestUri(): string;
|
|
46
|
-
set actualBingImageryRestUri(a: string);
|
|
47
|
-
cultureName: string;
|
|
48
|
-
apiKey: string;
|
|
49
|
-
imageryStyle: BingMapsImageryStyle;
|
|
50
|
-
requestMapSettings(): void;
|
|
51
|
-
private co;
|
|
52
|
-
private bw;
|
|
53
|
-
private cq;
|
|
54
|
-
private bv;
|
|
55
|
-
private cj;
|
|
56
|
-
private cp;
|
|
57
|
-
private cl;
|
|
58
|
-
private getResponseCompleted;
|
|
59
|
-
private ci;
|
|
60
|
-
private cm;
|
|
61
|
-
static $$p: string[];
|
|
62
|
-
}
|
|
1
|
+
import { GeographicMapImageryView } from "./GeographicMapImageryView";
|
|
2
|
+
import { SubDomainsCollection } from "./SubDomainsCollection";
|
|
3
|
+
import { GeographicMapImagery } from "./GeographicMapImagery";
|
|
4
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
5
|
+
import { BingMapsImageryStyle } from "./BingMapsImageryStyle";
|
|
6
|
+
/**
|
|
7
|
+
* @hidden
|
|
8
|
+
*/
|
|
9
|
+
export declare class BingMapsMapImageryView extends GeographicMapImageryView {
|
|
10
|
+
static $t: Type;
|
|
11
|
+
constructor(a: BingMapsMapImagery);
|
|
12
|
+
protected k: BingMapsMapImagery;
|
|
13
|
+
m(): void;
|
|
14
|
+
o(): void;
|
|
15
|
+
l(): void;
|
|
16
|
+
n(): void;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* @hidden
|
|
20
|
+
*/
|
|
21
|
+
export declare class BingMapsMapImagery extends GeographicMapImagery {
|
|
22
|
+
static $t: Type;
|
|
23
|
+
private _pendingBingRequest_;
|
|
24
|
+
private static readonly cc;
|
|
25
|
+
constructor();
|
|
26
|
+
protected ai(): GeographicMapImageryView;
|
|
27
|
+
protected bb(a: GeographicMapImageryView): void;
|
|
28
|
+
bp: BingMapsMapImageryView;
|
|
29
|
+
private _isInitialized;
|
|
30
|
+
get isInitialized(): boolean;
|
|
31
|
+
set isInitialized(a: boolean);
|
|
32
|
+
isDeferredLoad: boolean;
|
|
33
|
+
tilePath: string;
|
|
34
|
+
private bz;
|
|
35
|
+
get actualTilePath(): string;
|
|
36
|
+
set actualTilePath(a: string);
|
|
37
|
+
subDomains: SubDomainsCollection;
|
|
38
|
+
private bq;
|
|
39
|
+
get actualSubDomains(): SubDomainsCollection;
|
|
40
|
+
set actualSubDomains(a: SubDomainsCollection);
|
|
41
|
+
private b0;
|
|
42
|
+
get bingImageryRestUri(): string;
|
|
43
|
+
set bingImageryRestUri(a: string);
|
|
44
|
+
private by;
|
|
45
|
+
get actualBingImageryRestUri(): string;
|
|
46
|
+
set actualBingImageryRestUri(a: string);
|
|
47
|
+
cultureName: string;
|
|
48
|
+
apiKey: string;
|
|
49
|
+
imageryStyle: BingMapsImageryStyle;
|
|
50
|
+
requestMapSettings(): void;
|
|
51
|
+
private co;
|
|
52
|
+
private bw;
|
|
53
|
+
private cq;
|
|
54
|
+
private bv;
|
|
55
|
+
private cj;
|
|
56
|
+
private cp;
|
|
57
|
+
private cl;
|
|
58
|
+
private getResponseCompleted;
|
|
59
|
+
private ci;
|
|
60
|
+
private cm;
|
|
61
|
+
static $$p: string[];
|
|
62
|
+
}
|
package/lib/BingResourceSet.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
-
import { List$1 } from "igniteui-webcomponents-core";
|
|
3
|
-
import { ImageryMetadata } from "./ImageryMetadata";
|
|
4
|
-
/**
|
|
5
|
-
* @hidden
|
|
6
|
-
*/
|
|
7
|
-
export declare class BingResourceSet extends Base {
|
|
8
|
-
static $t: Type;
|
|
9
|
-
constructor();
|
|
10
|
-
a: List$1<ImageryMetadata>;
|
|
11
|
-
}
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { List$1 } from "igniteui-webcomponents-core";
|
|
3
|
+
import { ImageryMetadata } from "./ImageryMetadata";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class BingResourceSet extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
constructor();
|
|
10
|
+
a: List$1<ImageryMetadata>;
|
|
11
|
+
}
|
package/lib/BingResponse.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
-
import { List$1 } from "igniteui-webcomponents-core";
|
|
3
|
-
import { BingResourceSet } from "./BingResourceSet";
|
|
4
|
-
/**
|
|
5
|
-
* @hidden
|
|
6
|
-
*/
|
|
7
|
-
export declare class BingResponse extends Base {
|
|
8
|
-
static $t: Type;
|
|
9
|
-
constructor();
|
|
10
|
-
a: List$1<BingResourceSet>;
|
|
11
|
-
}
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { List$1 } from "igniteui-webcomponents-core";
|
|
3
|
+
import { BingResourceSet } from "./BingResourceSet";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class BingResponse extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
constructor();
|
|
10
|
+
a: List$1<BingResourceSet>;
|
|
11
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { GeographicMapImagery } from "./GeographicMapImagery";
|
|
2
|
-
import { CustomMapTileSource } from "igniteui-webcomponents-core";
|
|
3
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
-
import { GetTileImageUriArgs } from "igniteui-webcomponents-core";
|
|
5
|
-
/**
|
|
6
|
-
* @hidden
|
|
7
|
-
*/
|
|
8
|
-
export declare class CustomMapImagery extends GeographicMapImagery {
|
|
9
|
-
static $t: Type;
|
|
10
|
-
constructor(a: CustomMapTileSource);
|
|
11
|
-
private bq;
|
|
12
|
-
protected bp(a: GetTileImageUriArgs): void;
|
|
13
|
-
getTileImageUri: (sender: any, e: GetTileImageUriArgs) => void;
|
|
14
|
-
}
|
|
1
|
+
import { GeographicMapImagery } from "./GeographicMapImagery";
|
|
2
|
+
import { CustomMapTileSource } from "igniteui-webcomponents-core";
|
|
3
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
+
import { GetTileImageUriArgs } from "igniteui-webcomponents-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare class CustomMapImagery extends GeographicMapImagery {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
constructor(a: CustomMapTileSource);
|
|
11
|
+
private bq;
|
|
12
|
+
protected bp(a: GetTileImageUriArgs): void;
|
|
13
|
+
getTileImageUri: (sender: any, e: GetTileImageUriArgs) => void;
|
|
14
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { GeographicContourLineSeries } from "./GeographicContourLineSeriesView_combined";
|
|
1
|
+
export { GeographicContourLineSeries } from "./GeographicContourLineSeriesView_combined";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { GeographicContourLineSeriesView } from "./GeographicContourLineSeriesView_combined";
|
|
1
|
+
export { GeographicContourLineSeriesView } from "./GeographicContourLineSeriesView_combined";
|
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
import { GeographicXYTriangulatingSeriesView } from "./GeographicXYTriangulatingSeriesView";
|
|
2
|
-
import { SeriesView } from "igniteui-webcomponents-charts";
|
|
3
|
-
import { Series } from "igniteui-webcomponents-charts";
|
|
4
|
-
import { ScatterContourSeries } from "igniteui-webcomponents-charts";
|
|
5
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
6
|
-
import { GeographicXYTriangulatingSeries } from "./GeographicXYTriangulatingSeries";
|
|
7
|
-
import { ValueBrushScale } from "igniteui-webcomponents-charts";
|
|
8
|
-
import { ContourValueResolver } from "igniteui-webcomponents-charts";
|
|
9
|
-
import { TriangulationStatusEventArgs } from "igniteui-webcomponents-core";
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
export declare class GeographicContourLineSeriesView extends GeographicXYTriangulatingSeriesView {
|
|
14
|
-
static $t: Type;
|
|
15
|
-
constructor(a: GeographicContourLineSeries);
|
|
16
|
-
private c2;
|
|
17
|
-
a4(): void;
|
|
18
|
-
ci(): void;
|
|
19
|
-
c3(): void;
|
|
20
|
-
c4(): void;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* @hidden
|
|
24
|
-
*/
|
|
25
|
-
export declare class GeographicContourLineSeries extends GeographicXYTriangulatingSeries {
|
|
26
|
-
static $t: Type;
|
|
27
|
-
protected bk(): Series;
|
|
28
|
-
protected get_fm(): boolean;
|
|
29
|
-
constructor();
|
|
30
|
-
protected
|
|
31
|
-
|
|
32
|
-
protected
|
|
33
|
-
private
|
|
34
|
-
private
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
protected
|
|
39
|
-
protected ct(): SeriesView;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
protected
|
|
44
|
-
triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
|
|
45
|
-
static $$p: string[];
|
|
46
|
-
}
|
|
1
|
+
import { GeographicXYTriangulatingSeriesView } from "./GeographicXYTriangulatingSeriesView";
|
|
2
|
+
import { SeriesView } from "igniteui-webcomponents-charts";
|
|
3
|
+
import { Series } from "igniteui-webcomponents-charts";
|
|
4
|
+
import { ScatterContourSeries } from "igniteui-webcomponents-charts";
|
|
5
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
6
|
+
import { GeographicXYTriangulatingSeries } from "./GeographicXYTriangulatingSeries";
|
|
7
|
+
import { ValueBrushScale } from "igniteui-webcomponents-charts";
|
|
8
|
+
import { ContourValueResolver } from "igniteui-webcomponents-charts";
|
|
9
|
+
import { TriangulationStatusEventArgs } from "igniteui-webcomponents-core";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
export declare class GeographicContourLineSeriesView extends GeographicXYTriangulatingSeriesView {
|
|
14
|
+
static $t: Type;
|
|
15
|
+
constructor(a: GeographicContourLineSeries);
|
|
16
|
+
private c2;
|
|
17
|
+
a4(): void;
|
|
18
|
+
ci(): void;
|
|
19
|
+
c3(): void;
|
|
20
|
+
c4(): void;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* @hidden
|
|
24
|
+
*/
|
|
25
|
+
export declare class GeographicContourLineSeries extends GeographicXYTriangulatingSeries {
|
|
26
|
+
static $t: Type;
|
|
27
|
+
protected bk(): Series;
|
|
28
|
+
protected get_fm(): boolean;
|
|
29
|
+
constructor();
|
|
30
|
+
protected xq(a: any, b: any): void;
|
|
31
|
+
yd: ScatterContourSeries;
|
|
32
|
+
protected xk(): Series;
|
|
33
|
+
private yn;
|
|
34
|
+
private yo;
|
|
35
|
+
yk: string;
|
|
36
|
+
yg: ValueBrushScale;
|
|
37
|
+
yf: ValueBrushScale;
|
|
38
|
+
protected sz(): void;
|
|
39
|
+
protected ct(): SeriesView;
|
|
40
|
+
rh(a: SeriesView): void;
|
|
41
|
+
yh: GeographicContourLineSeriesView;
|
|
42
|
+
yc: ContourValueResolver;
|
|
43
|
+
protected rq(a: any, b: string, c: any, d: any): void;
|
|
44
|
+
triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
|
|
45
|
+
static $$p: string[];
|
|
46
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { GeographicHighDensityScatterSeries } from "./GeographicHighDensityScatterSeriesView_combined";
|
|
1
|
+
export { GeographicHighDensityScatterSeries } from "./GeographicHighDensityScatterSeriesView_combined";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { GeographicHighDensityScatterSeriesView } from "./GeographicHighDensityScatterSeriesView_combined";
|
|
1
|
+
export { GeographicHighDensityScatterSeriesView } from "./GeographicHighDensityScatterSeriesView_combined";
|