igniteui-webcomponents-maps 6.3.0-beta.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,81 +1,81 @@
|
|
|
1
|
-
import { HostSeriesView } from "./HostSeriesView";
|
|
2
|
-
import { SeriesView } from "igniteui-webcomponents-charts";
|
|
3
|
-
import { GeographicMarkerSeries } from "./GeographicMarkerSeries";
|
|
4
|
-
import { Series } from "igniteui-webcomponents-charts";
|
|
5
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
6
|
-
import { SizeScale } from "igniteui-webcomponents-charts";
|
|
7
|
-
import { BrushScale } from "igniteui-webcomponents-charts";
|
|
8
|
-
import { ScatterItemSearchMode } from "igniteui-webcomponents-charts";
|
|
9
|
-
import { AssigningScatterStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
10
|
-
import { AssigningScatterMarkerStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
export declare class GeographicProportionalSymbolSeriesView extends HostSeriesView {
|
|
15
|
-
static $t: Type;
|
|
16
|
-
constructor(a: GeographicProportionalSymbolSeries);
|
|
17
|
-
private cu;
|
|
18
|
-
a4(): void;
|
|
19
|
-
ci(): void;
|
|
20
|
-
c3(): void;
|
|
21
|
-
c2(): void;
|
|
22
|
-
c8(): void;
|
|
23
|
-
c6(): void;
|
|
24
|
-
c7(): void;
|
|
25
|
-
c9(): void;
|
|
26
|
-
db(): void;
|
|
27
|
-
dc(): void;
|
|
28
|
-
da(): void;
|
|
29
|
-
c4(): void;
|
|
30
|
-
c5(): void;
|
|
31
|
-
dd(): void;
|
|
32
|
-
de(): void;
|
|
33
|
-
cy(): void;
|
|
34
|
-
cw(): void;
|
|
35
|
-
cv(): void;
|
|
36
|
-
df(): void;
|
|
37
|
-
cx(): void;
|
|
38
|
-
c1(): void;
|
|
39
|
-
c0(): void;
|
|
40
|
-
cz(): void;
|
|
41
|
-
}
|
|
42
|
-
/**
|
|
43
|
-
* @hidden
|
|
44
|
-
*/
|
|
45
|
-
export declare class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
|
|
46
|
-
static $t: Type;
|
|
47
|
-
protected bk(): Series;
|
|
48
|
-
protected get_ek(): boolean;
|
|
49
|
-
constructor();
|
|
50
|
-
protected ct(): SeriesView;
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
protected jt(): number;
|
|
54
|
-
protected
|
|
55
|
-
private
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
protected
|
|
71
|
-
protected
|
|
72
|
-
protected get_fh(): boolean;
|
|
73
|
-
assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
|
|
74
|
-
assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
protected
|
|
78
|
-
private
|
|
79
|
-
private
|
|
80
|
-
static $$p: string[];
|
|
81
|
-
}
|
|
1
|
+
import { HostSeriesView } from "./HostSeriesView";
|
|
2
|
+
import { SeriesView } from "igniteui-webcomponents-charts";
|
|
3
|
+
import { GeographicMarkerSeries } from "./GeographicMarkerSeries";
|
|
4
|
+
import { Series } from "igniteui-webcomponents-charts";
|
|
5
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
6
|
+
import { SizeScale } from "igniteui-webcomponents-charts";
|
|
7
|
+
import { BrushScale } from "igniteui-webcomponents-charts";
|
|
8
|
+
import { ScatterItemSearchMode } from "igniteui-webcomponents-charts";
|
|
9
|
+
import { AssigningScatterStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
10
|
+
import { AssigningScatterMarkerStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
export declare class GeographicProportionalSymbolSeriesView extends HostSeriesView {
|
|
15
|
+
static $t: Type;
|
|
16
|
+
constructor(a: GeographicProportionalSymbolSeries);
|
|
17
|
+
private cu;
|
|
18
|
+
a4(): void;
|
|
19
|
+
ci(): void;
|
|
20
|
+
c3(): void;
|
|
21
|
+
c2(): void;
|
|
22
|
+
c8(): void;
|
|
23
|
+
c6(): void;
|
|
24
|
+
c7(): void;
|
|
25
|
+
c9(): void;
|
|
26
|
+
db(): void;
|
|
27
|
+
dc(): void;
|
|
28
|
+
da(): void;
|
|
29
|
+
c4(): void;
|
|
30
|
+
c5(): void;
|
|
31
|
+
dd(): void;
|
|
32
|
+
de(): void;
|
|
33
|
+
cy(): void;
|
|
34
|
+
cw(): void;
|
|
35
|
+
cv(): void;
|
|
36
|
+
df(): void;
|
|
37
|
+
cx(): void;
|
|
38
|
+
c1(): void;
|
|
39
|
+
c0(): void;
|
|
40
|
+
cz(): void;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* @hidden
|
|
44
|
+
*/
|
|
45
|
+
export declare class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
|
|
46
|
+
static $t: Type;
|
|
47
|
+
protected bk(): Series;
|
|
48
|
+
protected get_ek(): boolean;
|
|
49
|
+
constructor();
|
|
50
|
+
protected ct(): SeriesView;
|
|
51
|
+
rh(a: SeriesView): void;
|
|
52
|
+
yx: GeographicProportionalSymbolSeriesView;
|
|
53
|
+
protected jt(): number;
|
|
54
|
+
protected xk(): Series;
|
|
55
|
+
private yu;
|
|
56
|
+
zi: string;
|
|
57
|
+
zk: string;
|
|
58
|
+
zp: string;
|
|
59
|
+
yw: SizeScale;
|
|
60
|
+
zg: string;
|
|
61
|
+
y8: string;
|
|
62
|
+
yt: BrushScale;
|
|
63
|
+
y0: boolean;
|
|
64
|
+
y3: boolean;
|
|
65
|
+
y6: number;
|
|
66
|
+
y5: number;
|
|
67
|
+
y4: boolean;
|
|
68
|
+
y2: boolean;
|
|
69
|
+
y1: boolean;
|
|
70
|
+
protected yz: boolean;
|
|
71
|
+
protected yy: boolean;
|
|
72
|
+
protected get_fh(): boolean;
|
|
73
|
+
assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
|
|
74
|
+
assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
|
|
75
|
+
yv: ScatterItemSearchMode;
|
|
76
|
+
y7: number;
|
|
77
|
+
protected rq(a: any, b: string, c: any, d: any): void;
|
|
78
|
+
private zu;
|
|
79
|
+
private zt;
|
|
80
|
+
static $$p: string[];
|
|
81
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { GeographicScatterAreaSeries } from "./XamGeographicMap_combined";
|
|
1
|
+
export { GeographicScatterAreaSeries } from "./XamGeographicMap_combined";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { GeographicScatterAreaSeriesView } from "./XamGeographicMap_combined";
|
|
1
|
+
export { GeographicScatterAreaSeriesView } from "./XamGeographicMap_combined";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { GeographicShapeSeries } from "./GeographicShapeSeriesView_combined";
|
|
1
|
+
export { GeographicShapeSeries } from "./GeographicShapeSeriesView_combined";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { GeographicShapeSeriesBase } from "./GeographicShapeSeriesBase_combined";
|
|
1
|
+
export { GeographicShapeSeriesBase } from "./GeographicShapeSeriesBase_combined";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
|
|
2
|
-
import { Series } from "igniteui-webcomponents-charts";
|
|
3
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
-
/**
|
|
5
|
-
* @hidden
|
|
6
|
-
*/
|
|
7
|
-
export declare abstract class GeographicShapeSeriesBaseBase extends GeographicMapSeriesHost {
|
|
8
|
-
static $t: Type;
|
|
9
|
-
protected abstract
|
|
10
|
-
}
|
|
1
|
+
import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
|
|
2
|
+
import { Series } from "igniteui-webcomponents-charts";
|
|
3
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare abstract class GeographicShapeSeriesBaseBase extends GeographicMapSeriesHost {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
protected abstract xk(): Series;
|
|
10
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { HostSeriesView } from "./HostSeriesView";
|
|
2
|
-
import { GeographicShapeSeriesBaseBase } from "./GeographicShapeSeriesBaseBase";
|
|
3
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
-
/**
|
|
5
|
-
* @hidden
|
|
6
|
-
*/
|
|
7
|
-
export declare abstract class GeographicShapeSeriesBaseBaseView extends HostSeriesView {
|
|
8
|
-
static $t: Type;
|
|
9
|
-
constructor(a: GeographicShapeSeriesBaseBase);
|
|
10
|
-
private cu;
|
|
11
|
-
}
|
|
1
|
+
import { HostSeriesView } from "./HostSeriesView";
|
|
2
|
+
import { GeographicShapeSeriesBaseBase } from "./GeographicShapeSeriesBaseBase";
|
|
3
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare abstract class GeographicShapeSeriesBaseBaseView extends HostSeriesView {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
constructor(a: GeographicShapeSeriesBaseBase);
|
|
10
|
+
private cu;
|
|
11
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { GeographicShapeSeriesBaseView } from "./GeographicShapeSeriesBase_combined";
|
|
1
|
+
export { GeographicShapeSeriesBaseView } from "./GeographicShapeSeriesBase_combined";
|
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
|
|
2
|
-
import { ShapeItemSearchMode } from "igniteui-webcomponents-charts";
|
|
3
|
-
import { BrushScale } from "igniteui-webcomponents-charts";
|
|
4
|
-
import { ShapefileConverter } from "igniteui-webcomponents-core";
|
|
5
|
-
import { SeriesView } from "igniteui-webcomponents-charts";
|
|
6
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
7
|
-
import { AssigningShapeStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
8
|
-
import { AssigningShapeMarkerStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
9
|
-
import { HostSeriesView } from "./HostSeriesView";
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
export declare abstract class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
|
|
14
|
-
static $t: Type;
|
|
15
|
-
protected ct(): SeriesView;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
protected get_fh(): boolean;
|
|
20
|
-
protected get_ef(): boolean;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
protected
|
|
24
|
-
protected
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void;
|
|
32
|
-
assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void;
|
|
33
|
-
protected
|
|
34
|
-
private
|
|
35
|
-
private
|
|
36
|
-
private
|
|
37
|
-
private
|
|
38
|
-
private
|
|
39
|
-
private
|
|
40
|
-
get
|
|
41
|
-
set
|
|
42
|
-
|
|
43
|
-
protected get_hd(): boolean;
|
|
44
|
-
protected set_hd(a: boolean): void;
|
|
45
|
-
static $$p: string[];
|
|
46
|
-
}
|
|
47
|
-
/**
|
|
48
|
-
* @hidden
|
|
49
|
-
*/
|
|
50
|
-
export declare class GeographicShapeSeriesBaseView extends HostSeriesView {
|
|
51
|
-
static $t: Type;
|
|
52
|
-
constructor(a: GeographicShapeSeriesBase);
|
|
53
|
-
private cu;
|
|
54
|
-
ci(): void;
|
|
55
|
-
cv(): void;
|
|
56
|
-
cx(): void;
|
|
57
|
-
cw(): void;
|
|
58
|
-
}
|
|
1
|
+
import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
|
|
2
|
+
import { ShapeItemSearchMode } from "igniteui-webcomponents-charts";
|
|
3
|
+
import { BrushScale } from "igniteui-webcomponents-charts";
|
|
4
|
+
import { ShapefileConverter } from "igniteui-webcomponents-core";
|
|
5
|
+
import { SeriesView } from "igniteui-webcomponents-charts";
|
|
6
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
7
|
+
import { AssigningShapeStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
8
|
+
import { AssigningShapeMarkerStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
9
|
+
import { HostSeriesView } from "./HostSeriesView";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
export declare abstract class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
|
|
14
|
+
static $t: Type;
|
|
15
|
+
protected ct(): SeriesView;
|
|
16
|
+
xx: GeographicShapeSeriesBaseView;
|
|
17
|
+
rh(a: SeriesView): void;
|
|
18
|
+
yk: string;
|
|
19
|
+
protected get_fh(): boolean;
|
|
20
|
+
protected get_ef(): boolean;
|
|
21
|
+
x5: boolean;
|
|
22
|
+
x4: boolean;
|
|
23
|
+
protected x2: boolean;
|
|
24
|
+
protected x1: boolean;
|
|
25
|
+
xw: ShapeItemSearchMode;
|
|
26
|
+
x8: number;
|
|
27
|
+
x9: string;
|
|
28
|
+
xv: BrushScale;
|
|
29
|
+
x3: boolean;
|
|
30
|
+
x7: number;
|
|
31
|
+
assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void;
|
|
32
|
+
assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void;
|
|
33
|
+
protected rq(a: any, b: string, c: any, d: any): void;
|
|
34
|
+
private yn;
|
|
35
|
+
private ym;
|
|
36
|
+
private yo;
|
|
37
|
+
private yp;
|
|
38
|
+
private xy;
|
|
39
|
+
private x0;
|
|
40
|
+
get xz(): ShapefileConverter;
|
|
41
|
+
set xz(a: ShapefileConverter);
|
|
42
|
+
x6: number;
|
|
43
|
+
protected get_hd(): boolean;
|
|
44
|
+
protected set_hd(a: boolean): void;
|
|
45
|
+
static $$p: string[];
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* @hidden
|
|
49
|
+
*/
|
|
50
|
+
export declare class GeographicShapeSeriesBaseView extends HostSeriesView {
|
|
51
|
+
static $t: Type;
|
|
52
|
+
constructor(a: GeographicShapeSeriesBase);
|
|
53
|
+
private cu;
|
|
54
|
+
ci(): void;
|
|
55
|
+
cv(): void;
|
|
56
|
+
cx(): void;
|
|
57
|
+
cw(): void;
|
|
58
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { GeographicShapeSeriesView } from "./GeographicShapeSeriesView_combined";
|
|
1
|
+
export { GeographicShapeSeriesView } from "./GeographicShapeSeriesView_combined";
|
|
@@ -1,71 +1,71 @@
|
|
|
1
|
-
import { GeographicShapeSeriesBaseView } from "./GeographicShapeSeriesBaseView";
|
|
2
|
-
import { SeriesView } from "igniteui-webcomponents-charts";
|
|
3
|
-
import { GeographicShapeSeriesBase } from "./GeographicShapeSeriesBase";
|
|
4
|
-
import { Brush } from "igniteui-webcomponents-core";
|
|
5
|
-
import { Series } from "igniteui-webcomponents-charts";
|
|
6
|
-
import { MarkerType } from "igniteui-webcomponents-charts";
|
|
7
|
-
import { MarkerFillMode } from "igniteui-webcomponents-charts";
|
|
8
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
9
|
-
import { StyleSelector } from "igniteui-webcomponents-charts";
|
|
10
|
-
import { Style } from "igniteui-webcomponents-core";
|
|
11
|
-
import { MarkerOutlineMode } from "igniteui-webcomponents-charts";
|
|
12
|
-
import { DataTemplate } from "igniteui-webcomponents-core";
|
|
13
|
-
import { CollisionAvoidanceType } from "igniteui-webcomponents-charts";
|
|
14
|
-
import { StyleShapeEventArgs } from "igniteui-webcomponents-charts";
|
|
15
|
-
/**
|
|
16
|
-
* @hidden
|
|
17
|
-
*/
|
|
18
|
-
export declare class GeographicShapeSeriesView extends GeographicShapeSeriesBaseView {
|
|
19
|
-
static $t: Type;
|
|
20
|
-
constructor(a: GeographicShapeSeries);
|
|
21
|
-
protected cy: GeographicShapeSeries;
|
|
22
|
-
a4(): void;
|
|
23
|
-
ci(): void;
|
|
24
|
-
c3(): void;
|
|
25
|
-
c5(): void;
|
|
26
|
-
c0(): void;
|
|
27
|
-
c4(): void;
|
|
28
|
-
cz(): void;
|
|
29
|
-
c1(): void;
|
|
30
|
-
c2(): void;
|
|
31
|
-
c6(): void;
|
|
32
|
-
c7(): void;
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* @hidden
|
|
36
|
-
*/
|
|
37
|
-
export declare class GeographicShapeSeries extends GeographicShapeSeriesBase {
|
|
38
|
-
static $t: Type;
|
|
39
|
-
protected bk(): Series;
|
|
40
|
-
protected get_ft(): boolean;
|
|
41
|
-
constructor();
|
|
42
|
-
protected ct(): SeriesView;
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
protected
|
|
46
|
-
private
|
|
47
|
-
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
48
|
-
private
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
iu(): number;
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
ml(): string;
|
|
64
|
-
|
|
65
|
-
protected
|
|
66
|
-
protected jt(): number;
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
static $$p: string[];
|
|
71
|
-
}
|
|
1
|
+
import { GeographicShapeSeriesBaseView } from "./GeographicShapeSeriesBaseView";
|
|
2
|
+
import { SeriesView } from "igniteui-webcomponents-charts";
|
|
3
|
+
import { GeographicShapeSeriesBase } from "./GeographicShapeSeriesBase";
|
|
4
|
+
import { Brush } from "igniteui-webcomponents-core";
|
|
5
|
+
import { Series } from "igniteui-webcomponents-charts";
|
|
6
|
+
import { MarkerType } from "igniteui-webcomponents-charts";
|
|
7
|
+
import { MarkerFillMode } from "igniteui-webcomponents-charts";
|
|
8
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
9
|
+
import { StyleSelector } from "igniteui-webcomponents-charts";
|
|
10
|
+
import { Style } from "igniteui-webcomponents-core";
|
|
11
|
+
import { MarkerOutlineMode } from "igniteui-webcomponents-charts";
|
|
12
|
+
import { DataTemplate } from "igniteui-webcomponents-core";
|
|
13
|
+
import { CollisionAvoidanceType } from "igniteui-webcomponents-charts";
|
|
14
|
+
import { StyleShapeEventArgs } from "igniteui-webcomponents-charts";
|
|
15
|
+
/**
|
|
16
|
+
* @hidden
|
|
17
|
+
*/
|
|
18
|
+
export declare class GeographicShapeSeriesView extends GeographicShapeSeriesBaseView {
|
|
19
|
+
static $t: Type;
|
|
20
|
+
constructor(a: GeographicShapeSeries);
|
|
21
|
+
protected cy: GeographicShapeSeries;
|
|
22
|
+
a4(): void;
|
|
23
|
+
ci(): void;
|
|
24
|
+
c3(): void;
|
|
25
|
+
c5(): void;
|
|
26
|
+
c0(): void;
|
|
27
|
+
c4(): void;
|
|
28
|
+
cz(): void;
|
|
29
|
+
c1(): void;
|
|
30
|
+
c2(): void;
|
|
31
|
+
c6(): void;
|
|
32
|
+
c7(): void;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* @hidden
|
|
36
|
+
*/
|
|
37
|
+
export declare class GeographicShapeSeries extends GeographicShapeSeriesBase {
|
|
38
|
+
static $t: Type;
|
|
39
|
+
protected bk(): Series;
|
|
40
|
+
protected get_ft(): boolean;
|
|
41
|
+
constructor();
|
|
42
|
+
protected ct(): SeriesView;
|
|
43
|
+
y5: GeographicShapeSeriesView;
|
|
44
|
+
rh(a: SeriesView): void;
|
|
45
|
+
protected xk(): Series;
|
|
46
|
+
private zm;
|
|
47
|
+
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
48
|
+
private zn;
|
|
49
|
+
y4: StyleSelector;
|
|
50
|
+
z9: Style;
|
|
51
|
+
y3: MarkerType;
|
|
52
|
+
y2: MarkerOutlineMode;
|
|
53
|
+
y1: MarkerFillMode;
|
|
54
|
+
zp: DataTemplate;
|
|
55
|
+
z6: Brush;
|
|
56
|
+
z7: Brush;
|
|
57
|
+
z8: Style;
|
|
58
|
+
y6: number;
|
|
59
|
+
iu(): number;
|
|
60
|
+
v5(): Brush;
|
|
61
|
+
v6(): Brush;
|
|
62
|
+
th(): DataTemplate;
|
|
63
|
+
ml(): string;
|
|
64
|
+
y0: CollisionAvoidanceType;
|
|
65
|
+
protected rq(a: any, b: string, c: any, d: any): void;
|
|
66
|
+
protected jt(): number;
|
|
67
|
+
zo: DataTemplate;
|
|
68
|
+
z4: Brush;
|
|
69
|
+
z5: Brush;
|
|
70
|
+
static $$p: string[];
|
|
71
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { GeographicSymbolSeries } from "./GeographicSymbolSeriesView_combined";
|
|
1
|
+
export { GeographicSymbolSeries } from "./GeographicSymbolSeriesView_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 GeographicSymbolSeriesBase 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 GeographicSymbolSeriesBase 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 GeographicSymbolSeriesBaseView 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 GeographicSymbolSeriesBaseView extends HostSeriesView {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
constructor(a: GeographicMarkerSeriesBase);
|
|
10
|
+
private cu;
|
|
11
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { GeographicSymbolSeriesView } from "./GeographicSymbolSeriesView_combined";
|
|
1
|
+
export { GeographicSymbolSeriesView } from "./GeographicSymbolSeriesView_combined";
|