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,50 +1,50 @@
|
|
|
1
|
-
import { IgcStyleShapeEventArgs } from "igniteui-webcomponents-charts";
|
|
2
|
-
import { IgcGeographicShapeSeriesBaseComponent } from "./igc-geographic-shape-series-base-component";
|
|
3
|
-
import { GeographicPolylineSeries } from "./GeographicPolylineSeries";
|
|
4
|
-
/**
|
|
5
|
-
* Series class used for displaying multiple polylines, in a geographic context, for datasources which contain multiple lists of points.
|
|
6
|
-
*/
|
|
7
|
-
export declare class IgcGeographicPolylineSeriesComponent extends IgcGeographicShapeSeriesBaseComponent {
|
|
8
|
-
protected createImplementation(): GeographicPolylineSeries;
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
get i(): GeographicPolylineSeries;
|
|
13
|
-
constructor();
|
|
14
|
-
connectedCallback(): void;
|
|
15
|
-
disconnectedCallback(): void;
|
|
16
|
-
private static _observedAttributesIgcGeographicPolylineSeriesComponent;
|
|
17
|
-
static get observedAttributes(): string[];
|
|
18
|
-
static htmlTagName: string;
|
|
19
|
-
protected static _isElementRegistered: boolean;
|
|
20
|
-
static register(): void;
|
|
21
|
-
/**
|
|
22
|
-
* Gets whether the current series shows a polyline shape.
|
|
23
|
-
*/
|
|
24
|
-
get isPolyline(): boolean;
|
|
25
|
-
/**
|
|
26
|
-
* Gets or sets the fill brush.
|
|
27
|
-
*/
|
|
28
|
-
get shapeFill(): string;
|
|
29
|
-
set shapeFill(v: string);
|
|
30
|
-
/**
|
|
31
|
-
* Gets or sets the stroke brush.
|
|
32
|
-
*/
|
|
33
|
-
get shapeStroke(): string;
|
|
34
|
-
set shapeStroke(v: string);
|
|
35
|
-
/**
|
|
36
|
-
* Gets or sets the stroke thickness.
|
|
37
|
-
*/
|
|
38
|
-
get shapeStrokeThickness(): number;
|
|
39
|
-
set shapeStrokeThickness(v: number);
|
|
40
|
-
/**
|
|
41
|
-
* Gets or sets the opacity.
|
|
42
|
-
*/
|
|
43
|
-
get shapeOpacity(): number;
|
|
44
|
-
set shapeOpacity(v: number);
|
|
45
|
-
ensureShapeStyle(): void;
|
|
46
|
-
private _styleShape;
|
|
47
|
-
private _styleShape_wrapped;
|
|
48
|
-
get styleShape(): (s: IgcGeographicPolylineSeriesComponent, e: IgcStyleShapeEventArgs) => void;
|
|
49
|
-
set styleShape(ev: (s: IgcGeographicPolylineSeriesComponent, e: IgcStyleShapeEventArgs) => void);
|
|
50
|
-
}
|
|
1
|
+
import { IgcStyleShapeEventArgs } from "igniteui-webcomponents-charts";
|
|
2
|
+
import { IgcGeographicShapeSeriesBaseComponent } from "./igc-geographic-shape-series-base-component";
|
|
3
|
+
import { GeographicPolylineSeries } from "./GeographicPolylineSeries";
|
|
4
|
+
/**
|
|
5
|
+
* Series class used for displaying multiple polylines, in a geographic context, for datasources which contain multiple lists of points.
|
|
6
|
+
*/
|
|
7
|
+
export declare class IgcGeographicPolylineSeriesComponent extends IgcGeographicShapeSeriesBaseComponent {
|
|
8
|
+
protected createImplementation(): GeographicPolylineSeries;
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
get i(): GeographicPolylineSeries;
|
|
13
|
+
constructor();
|
|
14
|
+
connectedCallback(): void;
|
|
15
|
+
disconnectedCallback(): void;
|
|
16
|
+
private static _observedAttributesIgcGeographicPolylineSeriesComponent;
|
|
17
|
+
static get observedAttributes(): string[];
|
|
18
|
+
static htmlTagName: string;
|
|
19
|
+
protected static _isElementRegistered: boolean;
|
|
20
|
+
static register(): void;
|
|
21
|
+
/**
|
|
22
|
+
* Gets whether the current series shows a polyline shape.
|
|
23
|
+
*/
|
|
24
|
+
get isPolyline(): boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Gets or sets the fill brush.
|
|
27
|
+
*/
|
|
28
|
+
get shapeFill(): string;
|
|
29
|
+
set shapeFill(v: string);
|
|
30
|
+
/**
|
|
31
|
+
* Gets or sets the stroke brush.
|
|
32
|
+
*/
|
|
33
|
+
get shapeStroke(): string;
|
|
34
|
+
set shapeStroke(v: string);
|
|
35
|
+
/**
|
|
36
|
+
* Gets or sets the stroke thickness.
|
|
37
|
+
*/
|
|
38
|
+
get shapeStrokeThickness(): number;
|
|
39
|
+
set shapeStrokeThickness(v: number);
|
|
40
|
+
/**
|
|
41
|
+
* Gets or sets the opacity.
|
|
42
|
+
*/
|
|
43
|
+
get shapeOpacity(): number;
|
|
44
|
+
set shapeOpacity(v: number);
|
|
45
|
+
ensureShapeStyle(): void;
|
|
46
|
+
private _styleShape;
|
|
47
|
+
private _styleShape_wrapped;
|
|
48
|
+
get styleShape(): (s: IgcGeographicPolylineSeriesComponent, e: IgcStyleShapeEventArgs) => void;
|
|
49
|
+
set styleShape(ev: (s: IgcGeographicPolylineSeriesComponent, e: IgcStyleShapeEventArgs) => void);
|
|
50
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare class IgcGeographicPolylineSeriesModule {
|
|
2
|
-
static register(): void;
|
|
3
|
-
}
|
|
1
|
+
export declare class IgcGeographicPolylineSeriesModule {
|
|
2
|
+
static register(): void;
|
|
3
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { IgcGeographicMarkerSeriesBaseComponent } from "./igc-geographic-marker-series-base-component";
|
|
2
|
-
import { GeographicProportionalSymbolSeriesBase } from "./GeographicProportionalSymbolSeriesBase";
|
|
3
|
-
export declare abstract class IgcGeographicProportionalSymbolSeriesBaseComponent extends IgcGeographicMarkerSeriesBaseComponent {
|
|
4
|
-
/**
|
|
5
|
-
* @hidden
|
|
6
|
-
*/
|
|
7
|
-
get i(): GeographicProportionalSymbolSeriesBase;
|
|
8
|
-
constructor();
|
|
9
|
-
connectedCallback(): void;
|
|
10
|
-
disconnectedCallback(): void;
|
|
11
|
-
private static _observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent;
|
|
12
|
-
static get observedAttributes(): string[];
|
|
13
|
-
}
|
|
1
|
+
import { IgcGeographicMarkerSeriesBaseComponent } from "./igc-geographic-marker-series-base-component";
|
|
2
|
+
import { GeographicProportionalSymbolSeriesBase } from "./GeographicProportionalSymbolSeriesBase";
|
|
3
|
+
export declare abstract class IgcGeographicProportionalSymbolSeriesBaseComponent extends IgcGeographicMarkerSeriesBaseComponent {
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
get i(): GeographicProportionalSymbolSeriesBase;
|
|
8
|
+
constructor();
|
|
9
|
+
connectedCallback(): void;
|
|
10
|
+
disconnectedCallback(): void;
|
|
11
|
+
private static _observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent;
|
|
12
|
+
static get observedAttributes(): string[];
|
|
13
|
+
}
|
|
@@ -1,131 +1,131 @@
|
|
|
1
|
-
import { IgcSizeScaleComponent } from "igniteui-webcomponents-charts";
|
|
2
|
-
import { IgcBrushScaleComponent } from "igniteui-webcomponents-charts";
|
|
3
|
-
import { ScatterItemSearchMode } from "igniteui-webcomponents-charts";
|
|
4
|
-
import { IgcAssigningScatterStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
5
|
-
import { IgcAssigningScatterMarkerStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
6
|
-
import { IgcGeographicMarkerSeriesComponent } from "./igc-geographic-marker-series-component";
|
|
7
|
-
import { GeographicProportionalSymbolSeries } from "./GeographicProportionalSymbolSeries";
|
|
8
|
-
/**
|
|
9
|
-
* Series class for a geographic map with points marked at given locations.
|
|
10
|
-
* This is the geographic equivalent of a ScatterSeries.
|
|
11
|
-
*/
|
|
12
|
-
export declare class IgcGeographicProportionalSymbolSeriesComponent extends IgcGeographicMarkerSeriesComponent {
|
|
13
|
-
protected createImplementation(): GeographicProportionalSymbolSeries;
|
|
14
|
-
/**
|
|
15
|
-
* @hidden
|
|
16
|
-
*/
|
|
17
|
-
get i(): GeographicProportionalSymbolSeries;
|
|
18
|
-
constructor();
|
|
19
|
-
connectedCallback(): void;
|
|
20
|
-
disconnectedCallback(): void;
|
|
21
|
-
private static _observedAttributesIgcGeographicProportionalSymbolSeriesComponent;
|
|
22
|
-
static get observedAttributes(): string[];
|
|
23
|
-
static htmlTagName: string;
|
|
24
|
-
protected static _isElementRegistered: boolean;
|
|
25
|
-
static register(): void;
|
|
26
|
-
/**
|
|
27
|
-
* Gets whether the series has only marker as visuals
|
|
28
|
-
*/
|
|
29
|
-
get hasOnlyMarkers(): boolean;
|
|
30
|
-
/**
|
|
31
|
-
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
32
|
-
*/
|
|
33
|
-
get latitudeMemberPath(): string;
|
|
34
|
-
set latitudeMemberPath(v: string);
|
|
35
|
-
/**
|
|
36
|
-
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
37
|
-
*/
|
|
38
|
-
get longitudeMemberPath(): string;
|
|
39
|
-
set longitudeMemberPath(v: string);
|
|
40
|
-
/**
|
|
41
|
-
* Gets or sets the radius mapping property for the current series object.
|
|
42
|
-
*/
|
|
43
|
-
get radiusMemberPath(): string;
|
|
44
|
-
set radiusMemberPath(v: string);
|
|
45
|
-
/**
|
|
46
|
-
* Gets or sets the radius size scale for the bubbles.
|
|
47
|
-
*/
|
|
48
|
-
get radiusScale(): IgcSizeScaleComponent;
|
|
49
|
-
set radiusScale(v: IgcSizeScaleComponent);
|
|
50
|
-
/**
|
|
51
|
-
* Gets or sets the Label mapping property for the current series object.
|
|
52
|
-
*/
|
|
53
|
-
get labelMemberPath(): string;
|
|
54
|
-
set labelMemberPath(v: string);
|
|
55
|
-
/**
|
|
56
|
-
* Gets or sets the fill mapping property for the current series object.
|
|
57
|
-
*/
|
|
58
|
-
get fillMemberPath(): string;
|
|
59
|
-
set fillMemberPath(v: string);
|
|
60
|
-
/**
|
|
61
|
-
* Gets or sets the brush scale for the marker brush.
|
|
62
|
-
*/
|
|
63
|
-
get fillScale(): IgcBrushScaleComponent;
|
|
64
|
-
set fillScale(v: IgcBrushScaleComponent);
|
|
65
|
-
/**
|
|
66
|
-
* Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series.
|
|
67
|
-
* This setting applies only if multiple series are using the same FillScale.
|
|
68
|
-
*/
|
|
69
|
-
get fillScaleUseGlobalValues(): boolean;
|
|
70
|
-
set fillScaleUseGlobalValues(v: boolean);
|
|
71
|
-
/**
|
|
72
|
-
* Gets or sets whether or not the marker outline should use FillScale like the marker fill does.
|
|
73
|
-
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
74
|
-
*/
|
|
75
|
-
get markerOutlineUsesFillScale(): boolean;
|
|
76
|
-
set markerOutlineUsesFillScale(v: boolean);
|
|
77
|
-
/**
|
|
78
|
-
* Gets or sets brightness of the marker outline. Using negative value will change marker outline to darker color and positive value will change marker outline to brighter color
|
|
79
|
-
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
80
|
-
*/
|
|
81
|
-
get markerOutlineBrightness(): number;
|
|
82
|
-
set markerOutlineBrightness(v: number);
|
|
83
|
-
/**
|
|
84
|
-
* Gets or sets brightness of the marker fill. Using negative value will change marker fill to darker color and positive value will change marker fill to brighter color
|
|
85
|
-
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
86
|
-
*/
|
|
87
|
-
get markerBrushBrightness(): number;
|
|
88
|
-
set markerBrushBrightness(v: number);
|
|
89
|
-
/**
|
|
90
|
-
* Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
|
|
91
|
-
* This setting applies only if multiple series are using the same RadiusScale.
|
|
92
|
-
*/
|
|
93
|
-
get radiusScaleUseGlobalValues(): boolean;
|
|
94
|
-
set radiusScaleUseGlobalValues(v: boolean);
|
|
95
|
-
/**
|
|
96
|
-
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
97
|
-
*/
|
|
98
|
-
get isCustomScatterStyleAllowed(): boolean;
|
|
99
|
-
set isCustomScatterStyleAllowed(v: boolean);
|
|
100
|
-
/**
|
|
101
|
-
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
102
|
-
*/
|
|
103
|
-
get isCustomScatterMarkerStyleAllowed(): boolean;
|
|
104
|
-
set isCustomScatterMarkerStyleAllowed(v: boolean);
|
|
105
|
-
/**
|
|
106
|
-
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
107
|
-
*/
|
|
108
|
-
get itemSearchMode(): ScatterItemSearchMode;
|
|
109
|
-
set itemSearchMode(v: ScatterItemSearchMode);
|
|
110
|
-
/**
|
|
111
|
-
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
112
|
-
*/
|
|
113
|
-
get itemSearchThreshold(): number;
|
|
114
|
-
set itemSearchThreshold(v: number);
|
|
115
|
-
findByName(name: string): any;
|
|
116
|
-
protected _styling(container: any, component: any, parent?: any): void;
|
|
117
|
-
private _assigningScatterStyle;
|
|
118
|
-
private _assigningScatterStyle_wrapped;
|
|
119
|
-
/**
|
|
120
|
-
* Event raised when Assigning Category Style
|
|
121
|
-
*/
|
|
122
|
-
get assigningScatterStyle(): (s: IgcGeographicProportionalSymbolSeriesComponent, e: IgcAssigningScatterStyleEventArgs) => void;
|
|
123
|
-
set assigningScatterStyle(ev: (s: IgcGeographicProportionalSymbolSeriesComponent, e: IgcAssigningScatterStyleEventArgs) => void);
|
|
124
|
-
private _assigningScatterMarkerStyle;
|
|
125
|
-
private _assigningScatterMarkerStyle_wrapped;
|
|
126
|
-
/**
|
|
127
|
-
* Event raised when Assigning Scatter Marker Style
|
|
128
|
-
*/
|
|
129
|
-
get assigningScatterMarkerStyle(): (s: IgcGeographicProportionalSymbolSeriesComponent, e: IgcAssigningScatterMarkerStyleEventArgs) => void;
|
|
130
|
-
set assigningScatterMarkerStyle(ev: (s: IgcGeographicProportionalSymbolSeriesComponent, e: IgcAssigningScatterMarkerStyleEventArgs) => void);
|
|
131
|
-
}
|
|
1
|
+
import { IgcSizeScaleComponent } from "igniteui-webcomponents-charts";
|
|
2
|
+
import { IgcBrushScaleComponent } from "igniteui-webcomponents-charts";
|
|
3
|
+
import { ScatterItemSearchMode } from "igniteui-webcomponents-charts";
|
|
4
|
+
import { IgcAssigningScatterStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
5
|
+
import { IgcAssigningScatterMarkerStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
6
|
+
import { IgcGeographicMarkerSeriesComponent } from "./igc-geographic-marker-series-component";
|
|
7
|
+
import { GeographicProportionalSymbolSeries } from "./GeographicProportionalSymbolSeries";
|
|
8
|
+
/**
|
|
9
|
+
* Series class for a geographic map with points marked at given locations.
|
|
10
|
+
* This is the geographic equivalent of a ScatterSeries.
|
|
11
|
+
*/
|
|
12
|
+
export declare class IgcGeographicProportionalSymbolSeriesComponent extends IgcGeographicMarkerSeriesComponent {
|
|
13
|
+
protected createImplementation(): GeographicProportionalSymbolSeries;
|
|
14
|
+
/**
|
|
15
|
+
* @hidden
|
|
16
|
+
*/
|
|
17
|
+
get i(): GeographicProportionalSymbolSeries;
|
|
18
|
+
constructor();
|
|
19
|
+
connectedCallback(): void;
|
|
20
|
+
disconnectedCallback(): void;
|
|
21
|
+
private static _observedAttributesIgcGeographicProportionalSymbolSeriesComponent;
|
|
22
|
+
static get observedAttributes(): string[];
|
|
23
|
+
static htmlTagName: string;
|
|
24
|
+
protected static _isElementRegistered: boolean;
|
|
25
|
+
static register(): void;
|
|
26
|
+
/**
|
|
27
|
+
* Gets whether the series has only marker as visuals
|
|
28
|
+
*/
|
|
29
|
+
get hasOnlyMarkers(): boolean;
|
|
30
|
+
/**
|
|
31
|
+
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
32
|
+
*/
|
|
33
|
+
get latitudeMemberPath(): string;
|
|
34
|
+
set latitudeMemberPath(v: string);
|
|
35
|
+
/**
|
|
36
|
+
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
37
|
+
*/
|
|
38
|
+
get longitudeMemberPath(): string;
|
|
39
|
+
set longitudeMemberPath(v: string);
|
|
40
|
+
/**
|
|
41
|
+
* Gets or sets the radius mapping property for the current series object.
|
|
42
|
+
*/
|
|
43
|
+
get radiusMemberPath(): string;
|
|
44
|
+
set radiusMemberPath(v: string);
|
|
45
|
+
/**
|
|
46
|
+
* Gets or sets the radius size scale for the bubbles.
|
|
47
|
+
*/
|
|
48
|
+
get radiusScale(): IgcSizeScaleComponent;
|
|
49
|
+
set radiusScale(v: IgcSizeScaleComponent);
|
|
50
|
+
/**
|
|
51
|
+
* Gets or sets the Label mapping property for the current series object.
|
|
52
|
+
*/
|
|
53
|
+
get labelMemberPath(): string;
|
|
54
|
+
set labelMemberPath(v: string);
|
|
55
|
+
/**
|
|
56
|
+
* Gets or sets the fill mapping property for the current series object.
|
|
57
|
+
*/
|
|
58
|
+
get fillMemberPath(): string;
|
|
59
|
+
set fillMemberPath(v: string);
|
|
60
|
+
/**
|
|
61
|
+
* Gets or sets the brush scale for the marker brush.
|
|
62
|
+
*/
|
|
63
|
+
get fillScale(): IgcBrushScaleComponent;
|
|
64
|
+
set fillScale(v: IgcBrushScaleComponent);
|
|
65
|
+
/**
|
|
66
|
+
* Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series.
|
|
67
|
+
* This setting applies only if multiple series are using the same FillScale.
|
|
68
|
+
*/
|
|
69
|
+
get fillScaleUseGlobalValues(): boolean;
|
|
70
|
+
set fillScaleUseGlobalValues(v: boolean);
|
|
71
|
+
/**
|
|
72
|
+
* Gets or sets whether or not the marker outline should use FillScale like the marker fill does.
|
|
73
|
+
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
74
|
+
*/
|
|
75
|
+
get markerOutlineUsesFillScale(): boolean;
|
|
76
|
+
set markerOutlineUsesFillScale(v: boolean);
|
|
77
|
+
/**
|
|
78
|
+
* Gets or sets brightness of the marker outline. Using negative value will change marker outline to darker color and positive value will change marker outline to brighter color
|
|
79
|
+
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
80
|
+
*/
|
|
81
|
+
get markerOutlineBrightness(): number;
|
|
82
|
+
set markerOutlineBrightness(v: number);
|
|
83
|
+
/**
|
|
84
|
+
* Gets or sets brightness of the marker fill. Using negative value will change marker fill to darker color and positive value will change marker fill to brighter color
|
|
85
|
+
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
86
|
+
*/
|
|
87
|
+
get markerBrushBrightness(): number;
|
|
88
|
+
set markerBrushBrightness(v: number);
|
|
89
|
+
/**
|
|
90
|
+
* Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
|
|
91
|
+
* This setting applies only if multiple series are using the same RadiusScale.
|
|
92
|
+
*/
|
|
93
|
+
get radiusScaleUseGlobalValues(): boolean;
|
|
94
|
+
set radiusScaleUseGlobalValues(v: boolean);
|
|
95
|
+
/**
|
|
96
|
+
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
97
|
+
*/
|
|
98
|
+
get isCustomScatterStyleAllowed(): boolean;
|
|
99
|
+
set isCustomScatterStyleAllowed(v: boolean);
|
|
100
|
+
/**
|
|
101
|
+
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
102
|
+
*/
|
|
103
|
+
get isCustomScatterMarkerStyleAllowed(): boolean;
|
|
104
|
+
set isCustomScatterMarkerStyleAllowed(v: boolean);
|
|
105
|
+
/**
|
|
106
|
+
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
107
|
+
*/
|
|
108
|
+
get itemSearchMode(): ScatterItemSearchMode;
|
|
109
|
+
set itemSearchMode(v: ScatterItemSearchMode);
|
|
110
|
+
/**
|
|
111
|
+
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
112
|
+
*/
|
|
113
|
+
get itemSearchThreshold(): number;
|
|
114
|
+
set itemSearchThreshold(v: number);
|
|
115
|
+
findByName(name: string): any;
|
|
116
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
117
|
+
private _assigningScatterStyle;
|
|
118
|
+
private _assigningScatterStyle_wrapped;
|
|
119
|
+
/**
|
|
120
|
+
* Event raised when Assigning Category Style
|
|
121
|
+
*/
|
|
122
|
+
get assigningScatterStyle(): (s: IgcGeographicProportionalSymbolSeriesComponent, e: IgcAssigningScatterStyleEventArgs) => void;
|
|
123
|
+
set assigningScatterStyle(ev: (s: IgcGeographicProportionalSymbolSeriesComponent, e: IgcAssigningScatterStyleEventArgs) => void);
|
|
124
|
+
private _assigningScatterMarkerStyle;
|
|
125
|
+
private _assigningScatterMarkerStyle_wrapped;
|
|
126
|
+
/**
|
|
127
|
+
* Event raised when Assigning Scatter Marker Style
|
|
128
|
+
*/
|
|
129
|
+
get assigningScatterMarkerStyle(): (s: IgcGeographicProportionalSymbolSeriesComponent, e: IgcAssigningScatterMarkerStyleEventArgs) => void;
|
|
130
|
+
set assigningScatterMarkerStyle(ev: (s: IgcGeographicProportionalSymbolSeriesComponent, e: IgcAssigningScatterMarkerStyleEventArgs) => void);
|
|
131
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare class IgcGeographicProportionalSymbolSeriesModule {
|
|
2
|
-
static register(): void;
|
|
3
|
-
}
|
|
1
|
+
export declare class IgcGeographicProportionalSymbolSeriesModule {
|
|
2
|
+
static register(): void;
|
|
3
|
+
}
|
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
import { IgcColorScaleComponent } from "igniteui-webcomponents-charts";
|
|
2
|
-
import { IgcTriangulationStatusEventArgs } from "igniteui-webcomponents-core";
|
|
3
|
-
import { IgcGeographicXYTriangulatingSeriesComponent } from "./igc-geographic-xy-triangulating-series-component";
|
|
4
|
-
import { GeographicScatterAreaSeries } from "./GeographicScatterAreaSeries";
|
|
5
|
-
/**
|
|
6
|
-
* Series class which draws a colored 2D surface, in a geographic context, based on a triangulation of XY data with numeric values assigned to each point.
|
|
7
|
-
*/
|
|
8
|
-
export declare class IgcGeographicScatterAreaSeriesComponent extends IgcGeographicXYTriangulatingSeriesComponent {
|
|
9
|
-
protected createImplementation(): GeographicScatterAreaSeries;
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
get i(): GeographicScatterAreaSeries;
|
|
14
|
-
constructor();
|
|
15
|
-
connectedCallback(): void;
|
|
16
|
-
disconnectedCallback(): void;
|
|
17
|
-
private static _observedAttributesIgcGeographicScatterAreaSeriesComponent;
|
|
18
|
-
static get observedAttributes(): string[];
|
|
19
|
-
static htmlTagName: string;
|
|
20
|
-
protected static _isElementRegistered: boolean;
|
|
21
|
-
static register(): void;
|
|
22
|
-
/**
|
|
23
|
-
* Gets whether the current series shows an area shape.
|
|
24
|
-
*/
|
|
25
|
-
get isArea(): boolean;
|
|
26
|
-
/**
|
|
27
|
-
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
28
|
-
*/
|
|
29
|
-
get colorMemberPath(): string;
|
|
30
|
-
set colorMemberPath(v: string);
|
|
31
|
-
/**
|
|
32
|
-
* The ColorScale used to resolve the color values of points in the series.
|
|
33
|
-
*/
|
|
34
|
-
get colorScale(): IgcColorScaleComponent;
|
|
35
|
-
set colorScale(v: IgcColorScaleComponent);
|
|
36
|
-
/**
|
|
37
|
-
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
38
|
-
*/
|
|
39
|
-
get actualColorScale(): IgcColorScaleComponent;
|
|
40
|
-
set actualColorScale(v: IgcColorScaleComponent);
|
|
41
|
-
findByName(name: string): any;
|
|
42
|
-
protected _styling(container: any, component: any, parent?: any): void;
|
|
43
|
-
/**
|
|
44
|
-
* Updates ActualColorScale properties using HostedSeries's ColorScale properties
|
|
45
|
-
|
|
46
|
-
*/
|
|
47
|
-
updateActualColorScale(): void;
|
|
48
|
-
private _triangulationStatusChanged;
|
|
49
|
-
private _triangulationStatusChanged_wrapped;
|
|
50
|
-
/**
|
|
51
|
-
* Raised when the status of an ongoing Triangulation has changed.
|
|
52
|
-
*/
|
|
53
|
-
get triangulationStatusChanged(): (s: IgcGeographicScatterAreaSeriesComponent, e: IgcTriangulationStatusEventArgs) => void;
|
|
54
|
-
set triangulationStatusChanged(ev: (s: IgcGeographicScatterAreaSeriesComponent, e: IgcTriangulationStatusEventArgs) => void);
|
|
55
|
-
}
|
|
1
|
+
import { IgcColorScaleComponent } from "igniteui-webcomponents-charts";
|
|
2
|
+
import { IgcTriangulationStatusEventArgs } from "igniteui-webcomponents-core";
|
|
3
|
+
import { IgcGeographicXYTriangulatingSeriesComponent } from "./igc-geographic-xy-triangulating-series-component";
|
|
4
|
+
import { GeographicScatterAreaSeries } from "./GeographicScatterAreaSeries";
|
|
5
|
+
/**
|
|
6
|
+
* Series class which draws a colored 2D surface, in a geographic context, based on a triangulation of XY data with numeric values assigned to each point.
|
|
7
|
+
*/
|
|
8
|
+
export declare class IgcGeographicScatterAreaSeriesComponent extends IgcGeographicXYTriangulatingSeriesComponent {
|
|
9
|
+
protected createImplementation(): GeographicScatterAreaSeries;
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
get i(): GeographicScatterAreaSeries;
|
|
14
|
+
constructor();
|
|
15
|
+
connectedCallback(): void;
|
|
16
|
+
disconnectedCallback(): void;
|
|
17
|
+
private static _observedAttributesIgcGeographicScatterAreaSeriesComponent;
|
|
18
|
+
static get observedAttributes(): string[];
|
|
19
|
+
static htmlTagName: string;
|
|
20
|
+
protected static _isElementRegistered: boolean;
|
|
21
|
+
static register(): void;
|
|
22
|
+
/**
|
|
23
|
+
* Gets whether the current series shows an area shape.
|
|
24
|
+
*/
|
|
25
|
+
get isArea(): boolean;
|
|
26
|
+
/**
|
|
27
|
+
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
28
|
+
*/
|
|
29
|
+
get colorMemberPath(): string;
|
|
30
|
+
set colorMemberPath(v: string);
|
|
31
|
+
/**
|
|
32
|
+
* The ColorScale used to resolve the color values of points in the series.
|
|
33
|
+
*/
|
|
34
|
+
get colorScale(): IgcColorScaleComponent;
|
|
35
|
+
set colorScale(v: IgcColorScaleComponent);
|
|
36
|
+
/**
|
|
37
|
+
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
38
|
+
*/
|
|
39
|
+
get actualColorScale(): IgcColorScaleComponent;
|
|
40
|
+
set actualColorScale(v: IgcColorScaleComponent);
|
|
41
|
+
findByName(name: string): any;
|
|
42
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
43
|
+
/**
|
|
44
|
+
* Updates ActualColorScale properties using HostedSeries's ColorScale properties
|
|
45
|
+
|
|
46
|
+
*/
|
|
47
|
+
updateActualColorScale(): void;
|
|
48
|
+
private _triangulationStatusChanged;
|
|
49
|
+
private _triangulationStatusChanged_wrapped;
|
|
50
|
+
/**
|
|
51
|
+
* Raised when the status of an ongoing Triangulation has changed.
|
|
52
|
+
*/
|
|
53
|
+
get triangulationStatusChanged(): (s: IgcGeographicScatterAreaSeriesComponent, e: IgcTriangulationStatusEventArgs) => void;
|
|
54
|
+
set triangulationStatusChanged(ev: (s: IgcGeographicScatterAreaSeriesComponent, e: IgcTriangulationStatusEventArgs) => void);
|
|
55
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare class IgcGeographicScatterAreaSeriesModule {
|
|
2
|
-
static register(): void;
|
|
3
|
-
}
|
|
1
|
+
export declare class IgcGeographicScatterAreaSeriesModule {
|
|
2
|
+
static register(): void;
|
|
3
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { IgcGeographicMapSeriesHostComponent } from "./igc-geographic-map-series-host-component";
|
|
2
|
-
import { GeographicShapeSeriesBaseBase } from "./GeographicShapeSeriesBaseBase";
|
|
3
|
-
export declare abstract class IgcGeographicShapeSeriesBaseBaseComponent extends IgcGeographicMapSeriesHostComponent {
|
|
4
|
-
/**
|
|
5
|
-
* @hidden
|
|
6
|
-
*/
|
|
7
|
-
get i(): GeographicShapeSeriesBaseBase;
|
|
8
|
-
constructor();
|
|
9
|
-
connectedCallback(): void;
|
|
10
|
-
disconnectedCallback(): void;
|
|
11
|
-
private static _observedAttributesIgcGeographicShapeSeriesBaseBaseComponent;
|
|
12
|
-
static get observedAttributes(): string[];
|
|
13
|
-
}
|
|
1
|
+
import { IgcGeographicMapSeriesHostComponent } from "./igc-geographic-map-series-host-component";
|
|
2
|
+
import { GeographicShapeSeriesBaseBase } from "./GeographicShapeSeriesBaseBase";
|
|
3
|
+
export declare abstract class IgcGeographicShapeSeriesBaseBaseComponent extends IgcGeographicMapSeriesHostComponent {
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
get i(): GeographicShapeSeriesBaseBase;
|
|
8
|
+
constructor();
|
|
9
|
+
connectedCallback(): void;
|
|
10
|
+
disconnectedCallback(): void;
|
|
11
|
+
private static _observedAttributesIgcGeographicShapeSeriesBaseBaseComponent;
|
|
12
|
+
static get observedAttributes(): string[];
|
|
13
|
+
}
|