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
|
@@ -6,10 +6,7 @@ import { IgcGeographicXYTriangulatingSeriesComponent } from "./igc-geographic-xy
|
|
|
6
6
|
import { GeographicContourLineSeries } from "./GeographicContourLineSeries";
|
|
7
7
|
import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
|
|
8
8
|
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
9
|
-
|
|
10
|
-
* Represents a class for Geographic Contour Series displayed on a map.
|
|
11
|
-
*/
|
|
12
|
-
export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
9
|
+
let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
13
10
|
class IgcGeographicContourLineSeriesComponent extends IgcGeographicXYTriangulatingSeriesComponent {
|
|
14
11
|
createImplementation() {
|
|
15
12
|
return new GeographicContourLineSeries();
|
|
@@ -74,16 +71,16 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
74
71
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
75
72
|
*/
|
|
76
73
|
get valueMemberPath() {
|
|
77
|
-
return this.i.
|
|
74
|
+
return this.i.yk;
|
|
78
75
|
}
|
|
79
76
|
set valueMemberPath(v) {
|
|
80
|
-
this.i.
|
|
77
|
+
this.i.yk = v;
|
|
81
78
|
}
|
|
82
79
|
/**
|
|
83
80
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
84
81
|
*/
|
|
85
82
|
get fillScale() {
|
|
86
|
-
const r = this.i.
|
|
83
|
+
const r = this.i.yg;
|
|
87
84
|
if (r == null) {
|
|
88
85
|
return null;
|
|
89
86
|
}
|
|
@@ -99,13 +96,13 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
99
96
|
set fillScale(v) {
|
|
100
97
|
if (v != null && this._stylingContainer && v._styling)
|
|
101
98
|
v._styling(this._stylingContainer, this, this);
|
|
102
|
-
v == null ? this.i.
|
|
99
|
+
v == null ? this.i.yg = null : this.i.yg = v.i;
|
|
103
100
|
}
|
|
104
101
|
/**
|
|
105
102
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
106
103
|
*/
|
|
107
104
|
get actualFillScale() {
|
|
108
|
-
const r = this.i.
|
|
105
|
+
const r = this.i.yf;
|
|
109
106
|
if (r == null) {
|
|
110
107
|
return null;
|
|
111
108
|
}
|
|
@@ -121,13 +118,13 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
121
118
|
set actualFillScale(v) {
|
|
122
119
|
if (v != null && this._stylingContainer && v._styling)
|
|
123
120
|
v._styling(this._stylingContainer, this, this);
|
|
124
|
-
v == null ? this.i.
|
|
121
|
+
v == null ? this.i.yf = null : this.i.yf = v.i;
|
|
125
122
|
}
|
|
126
123
|
/**
|
|
127
124
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
128
125
|
*/
|
|
129
126
|
get valueResolver() {
|
|
130
|
-
const r = this.i.
|
|
127
|
+
const r = this.i.yc;
|
|
131
128
|
if (r == null) {
|
|
132
129
|
return null;
|
|
133
130
|
}
|
|
@@ -143,7 +140,7 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
143
140
|
set valueResolver(v) {
|
|
144
141
|
if (v != null && this._stylingContainer && v._styling)
|
|
145
142
|
v._styling(this._stylingContainer, this, this);
|
|
146
|
-
v == null ? this.i.
|
|
143
|
+
v == null ? this.i.yc = null : this.i.yc = v.i;
|
|
147
144
|
}
|
|
148
145
|
findByName(name) {
|
|
149
146
|
var baseResult = super.findByName(name);
|
|
@@ -207,3 +204,4 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
207
204
|
IgcGeographicContourLineSeriesComponent._isElementRegistered = false;
|
|
208
205
|
return IgcGeographicContourLineSeriesComponent;
|
|
209
206
|
})();
|
|
207
|
+
export { IgcGeographicContourLineSeriesComponent };
|
|
@@ -4,11 +4,7 @@ import { IgcGeographicMapSeriesHostComponent } from "./igc-geographic-map-series
|
|
|
4
4
|
import { GeographicHighDensityScatterSeries } from "./GeographicHighDensityScatterSeries";
|
|
5
5
|
import { getAllPropertyNames, toSpinal, ensureBool, colorToString, stringToColor } from "igniteui-webcomponents-core";
|
|
6
6
|
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
7
|
-
|
|
8
|
-
* Series class for a geographic map with points marked at given locations.
|
|
9
|
-
* This is the geographic equivalent of a HighDensityScatterSeries.
|
|
10
|
-
*/
|
|
11
|
-
export let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() => {
|
|
7
|
+
let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() => {
|
|
12
8
|
class IgcGeographicHighDensityScatterSeriesComponent extends IgcGeographicMapSeriesHostComponent {
|
|
13
9
|
createImplementation() {
|
|
14
10
|
return new GeographicHighDensityScatterSeries();
|
|
@@ -73,109 +69,109 @@ export let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() =>
|
|
|
73
69
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
74
70
|
*/
|
|
75
71
|
get latitudeMemberPath() {
|
|
76
|
-
return this.i.
|
|
72
|
+
return this.i.x8;
|
|
77
73
|
}
|
|
78
74
|
set latitudeMemberPath(v) {
|
|
79
|
-
this.i.
|
|
75
|
+
this.i.x8 = v;
|
|
80
76
|
}
|
|
81
77
|
/**
|
|
82
78
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
83
79
|
*/
|
|
84
80
|
get longitudeMemberPath() {
|
|
85
|
-
return this.i.
|
|
81
|
+
return this.i.ya;
|
|
86
82
|
}
|
|
87
83
|
set longitudeMemberPath(v) {
|
|
88
|
-
this.i.
|
|
84
|
+
this.i.ya = v;
|
|
89
85
|
}
|
|
90
86
|
/**
|
|
91
87
|
* Gets or sets the whether to use use brute force mode.
|
|
92
88
|
*/
|
|
93
89
|
get useBruteForce() {
|
|
94
|
-
return this.i.
|
|
90
|
+
return this.i.xx;
|
|
95
91
|
}
|
|
96
92
|
set useBruteForce(v) {
|
|
97
|
-
this.i.
|
|
98
|
-
this._a("useBruteForce", this.i.
|
|
93
|
+
this.i.xx = ensureBool(v);
|
|
94
|
+
this._a("useBruteForce", this.i.xx);
|
|
99
95
|
}
|
|
100
96
|
/**
|
|
101
97
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
102
98
|
*/
|
|
103
99
|
get progressiveLoad() {
|
|
104
|
-
return this.i.
|
|
100
|
+
return this.i.xw;
|
|
105
101
|
}
|
|
106
102
|
set progressiveLoad(v) {
|
|
107
|
-
this.i.
|
|
108
|
-
this._a("progressiveLoad", this.i.
|
|
103
|
+
this.i.xw = ensureBool(v);
|
|
104
|
+
this._a("progressiveLoad", this.i.xw);
|
|
109
105
|
}
|
|
110
106
|
/**
|
|
111
107
|
* Gets or sets the whether the chart reacts to mouse move events.
|
|
112
108
|
*/
|
|
113
109
|
get mouseOverEnabled() {
|
|
114
|
-
return this.i.
|
|
110
|
+
return this.i.xv;
|
|
115
111
|
}
|
|
116
112
|
set mouseOverEnabled(v) {
|
|
117
|
-
this.i.
|
|
118
|
-
this._a("mouseOverEnabled", this.i.
|
|
113
|
+
this.i.xv = ensureBool(v);
|
|
114
|
+
this._a("mouseOverEnabled", this.i.xv);
|
|
119
115
|
}
|
|
120
116
|
/**
|
|
121
117
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
122
118
|
*/
|
|
123
119
|
get heatMinimum() {
|
|
124
|
-
return this.i.
|
|
120
|
+
return this.i.xz;
|
|
125
121
|
}
|
|
126
122
|
set heatMinimum(v) {
|
|
127
|
-
this.i.
|
|
128
|
-
this._a("heatMinimum", this.i.
|
|
123
|
+
this.i.xz = +v;
|
|
124
|
+
this._a("heatMinimum", this.i.xz);
|
|
129
125
|
}
|
|
130
126
|
/**
|
|
131
127
|
* Gets or sets the value that maps to the maximum heat color.
|
|
132
128
|
*/
|
|
133
129
|
get heatMaximum() {
|
|
134
|
-
return this.i.
|
|
130
|
+
return this.i.xy;
|
|
135
131
|
}
|
|
136
132
|
set heatMaximum(v) {
|
|
137
|
-
this.i.
|
|
138
|
-
this._a("heatMaximum", this.i.
|
|
133
|
+
this.i.xy = +v;
|
|
134
|
+
this._a("heatMaximum", this.i.xy);
|
|
139
135
|
}
|
|
140
136
|
/**
|
|
141
137
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
142
138
|
*/
|
|
143
139
|
get heatMinimumColor() {
|
|
144
|
-
return colorToString(this.i.
|
|
140
|
+
return colorToString(this.i.yt);
|
|
145
141
|
}
|
|
146
142
|
set heatMinimumColor(v) {
|
|
147
|
-
this.i.
|
|
148
|
-
this._a("heatMinimumColor", colorToString(this.i.
|
|
143
|
+
this.i.yt = stringToColor(v);
|
|
144
|
+
this._a("heatMinimumColor", colorToString(this.i.yt));
|
|
149
145
|
}
|
|
150
146
|
/**
|
|
151
147
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
152
148
|
*/
|
|
153
149
|
get heatMaximumColor() {
|
|
154
|
-
return colorToString(this.i.
|
|
150
|
+
return colorToString(this.i.ys);
|
|
155
151
|
}
|
|
156
152
|
set heatMaximumColor(v) {
|
|
157
|
-
this.i.
|
|
158
|
-
this._a("heatMaximumColor", colorToString(this.i.
|
|
153
|
+
this.i.ys = stringToColor(v);
|
|
154
|
+
this._a("heatMaximumColor", colorToString(this.i.ys));
|
|
159
155
|
}
|
|
160
156
|
/**
|
|
161
157
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
162
158
|
*/
|
|
163
159
|
get pointExtent() {
|
|
164
|
-
return this.i.
|
|
160
|
+
return this.i.x2;
|
|
165
161
|
}
|
|
166
162
|
set pointExtent(v) {
|
|
167
|
-
this.i.
|
|
168
|
-
this._a("pointExtent", this.i.
|
|
163
|
+
this.i.x2 = +v;
|
|
164
|
+
this._a("pointExtent", this.i.x2);
|
|
169
165
|
}
|
|
170
166
|
/**
|
|
171
167
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
172
168
|
*/
|
|
173
169
|
get progressiveStatus() {
|
|
174
|
-
return this.i.
|
|
170
|
+
return this.i.x3;
|
|
175
171
|
}
|
|
176
172
|
set progressiveStatus(v) {
|
|
177
|
-
this.i.
|
|
178
|
-
this._a("progressiveStatus", this.i.
|
|
173
|
+
this.i.x3 = +v;
|
|
174
|
+
this._a("progressiveStatus", this.i.x3);
|
|
179
175
|
}
|
|
180
176
|
/**
|
|
181
177
|
* Raised when the progressive loading state of the series has changed.
|
|
@@ -209,3 +205,4 @@ export let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() =>
|
|
|
209
205
|
IgcGeographicHighDensityScatterSeriesComponent._isElementRegistered = false;
|
|
210
206
|
return IgcGeographicHighDensityScatterSeriesComponent;
|
|
211
207
|
})();
|
|
208
|
+
export { IgcGeographicHighDensityScatterSeriesComponent };
|
|
@@ -21,7 +21,7 @@ import { IgcImageTilesReadyEventArgs } from './igc-image-tiles-ready-event-args'
|
|
|
21
21
|
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
22
22
|
import { MapResizeBehavior_$type } from './MapResizeBehavior';
|
|
23
23
|
import { MapBackgroundTilingMode_$type } from './MapBackgroundTilingMode';
|
|
24
|
-
|
|
24
|
+
let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
25
25
|
class IgcGeographicMapComponent extends IgcSeriesViewerComponent {
|
|
26
26
|
set height(value) {
|
|
27
27
|
this._height = value;
|
|
@@ -679,3 +679,4 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
679
679
|
IgcGeographicMapComponent._isElementRegistered = false;
|
|
680
680
|
return IgcGeographicMapComponent;
|
|
681
681
|
})();
|
|
682
|
+
export { IgcGeographicMapComponent };
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { IgcSeriesComponent } from "igniteui-webcomponents-charts";
|
|
2
2
|
import { getAllPropertyNames, toSpinal, toPoint, fromPoint, fromRect } from "igniteui-webcomponents-core";
|
|
3
|
-
|
|
4
|
-
* Base class for hosting chart series in a IgxGeographicMap.Component
|
|
5
|
-
*/
|
|
6
|
-
export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
3
|
+
let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
7
4
|
class IgcGeographicMapSeriesHostComponent extends IgcSeriesComponent {
|
|
8
5
|
/**
|
|
9
6
|
* @hidden
|
|
@@ -64,11 +61,11 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
64
61
|
* The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.
|
|
65
62
|
*/
|
|
66
63
|
get visibleFromScale() {
|
|
67
|
-
return this.i.
|
|
64
|
+
return this.i.xn;
|
|
68
65
|
}
|
|
69
66
|
set visibleFromScale(v) {
|
|
70
|
-
this.i.
|
|
71
|
-
this._a("visibleFromScale", this.i.
|
|
67
|
+
this.i.xn = +v;
|
|
68
|
+
this._a("visibleFromScale", this.i.xn);
|
|
72
69
|
}
|
|
73
70
|
/**
|
|
74
71
|
* Gets or sets the coercion methods to use when loading data from data sources.
|
|
@@ -86,7 +83,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
86
83
|
|
|
87
84
|
*/
|
|
88
85
|
notifyIndexedPropertiesChanged() {
|
|
89
|
-
this.i.
|
|
86
|
+
this.i.qv();
|
|
90
87
|
}
|
|
91
88
|
getItemValue(item, memberPathName) {
|
|
92
89
|
let iv = this.i.kz(item, memberPathName);
|
|
@@ -123,7 +120,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
123
120
|
return (iv);
|
|
124
121
|
}
|
|
125
122
|
getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
|
|
126
|
-
let iv = this.i.
|
|
123
|
+
let iv = this.i.ww(toPoint(world), useInterpolation, skipUnknowns);
|
|
127
124
|
return fromPoint(iv);
|
|
128
125
|
}
|
|
129
126
|
/**
|
|
@@ -132,7 +129,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
132
129
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
133
130
|
*/
|
|
134
131
|
getSeriesValueBoundingBox(world) {
|
|
135
|
-
let iv = this.i.
|
|
132
|
+
let iv = this.i.w8(toPoint(world));
|
|
136
133
|
return fromRect(iv);
|
|
137
134
|
}
|
|
138
135
|
/**
|
|
@@ -141,7 +138,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
141
138
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
142
139
|
*/
|
|
143
140
|
getSeriesValueMarkerBoundingBox(world) {
|
|
144
|
-
let iv = this.i.
|
|
141
|
+
let iv = this.i.xa(toPoint(world));
|
|
145
142
|
return fromRect(iv);
|
|
146
143
|
}
|
|
147
144
|
getSeriesHighValue(world, useInterpolation, skipUnknowns) {
|
|
@@ -149,7 +146,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
149
146
|
return (iv);
|
|
150
147
|
}
|
|
151
148
|
getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
|
|
152
|
-
let iv = this.i.
|
|
149
|
+
let iv = this.i.ws(toPoint(world), useInterpolation, skipUnknowns);
|
|
153
150
|
return fromPoint(iv);
|
|
154
151
|
}
|
|
155
152
|
getSeriesLowValue(world, useInterpolation, skipUnknowns) {
|
|
@@ -157,11 +154,11 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
157
154
|
return (iv);
|
|
158
155
|
}
|
|
159
156
|
getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
|
|
160
|
-
let iv = this.i.
|
|
157
|
+
let iv = this.i.wu(toPoint(world), useInterpolation, skipUnknowns);
|
|
161
158
|
return fromPoint(iv);
|
|
162
159
|
}
|
|
163
160
|
getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
164
|
-
let iv = this.i.
|
|
161
|
+
let iv = this.i.wx(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
165
162
|
return fromPoint(iv);
|
|
166
163
|
}
|
|
167
164
|
getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
@@ -182,16 +179,17 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
182
179
|
* @param animate * True if the change should be animated.
|
|
183
180
|
*/
|
|
184
181
|
renderSeries(animate) {
|
|
185
|
-
this.i.
|
|
182
|
+
this.i.r8(animate);
|
|
186
183
|
}
|
|
187
184
|
/**
|
|
188
185
|
* Called when this series' Style is updated.
|
|
189
186
|
|
|
190
187
|
*/
|
|
191
188
|
styleUpdated() {
|
|
192
|
-
this.i.
|
|
189
|
+
this.i.su();
|
|
193
190
|
}
|
|
194
191
|
}
|
|
195
192
|
IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
|
|
196
193
|
return IgcGeographicMapSeriesHostComponent;
|
|
197
194
|
})();
|
|
195
|
+
export { IgcGeographicMapSeriesHostComponent };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IgcGeographicMarkerSeriesComponent } from "./igc-geographic-marker-series-component";
|
|
2
2
|
import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
|
|
3
|
-
|
|
3
|
+
let IgcGeographicMarkerSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
4
4
|
class IgcGeographicMarkerSeriesBaseComponent extends IgcGeographicMarkerSeriesComponent {
|
|
5
5
|
/**
|
|
6
6
|
* @hidden
|
|
@@ -48,3 +48,4 @@ export let IgcGeographicMarkerSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
48
48
|
IgcGeographicMarkerSeriesBaseComponent._observedAttributesIgcGeographicMarkerSeriesBaseComponent = null;
|
|
49
49
|
return IgcGeographicMarkerSeriesBaseComponent;
|
|
50
50
|
})();
|
|
51
|
+
export { IgcGeographicMarkerSeriesBaseComponent };
|
|
@@ -3,10 +3,7 @@ import { MarkerOutlineMode_$type } from "igniteui-webcomponents-charts";
|
|
|
3
3
|
import { MarkerFillMode_$type } from "igniteui-webcomponents-charts";
|
|
4
4
|
import { IgcGeographicMapSeriesHostComponent } from "./igc-geographic-map-series-host-component";
|
|
5
5
|
import { getAllPropertyNames, toSpinal, ensureEnum, enumToString, brushToString, stringToBrush } from "igniteui-webcomponents-core";
|
|
6
|
-
|
|
7
|
-
* Base class for creating marker series in a IgxGeographicMap.Component
|
|
8
|
-
*/
|
|
9
|
-
export let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
6
|
+
let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
10
7
|
class IgcGeographicMarkerSeriesComponent extends IgcGeographicMapSeriesHostComponent {
|
|
11
8
|
/**
|
|
12
9
|
* @hidden
|
|
@@ -55,70 +52,70 @@ export let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
55
52
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
56
53
|
*/
|
|
57
54
|
get markerType() {
|
|
58
|
-
return this.i.
|
|
55
|
+
return this.i.xv;
|
|
59
56
|
}
|
|
60
57
|
set markerType(v) {
|
|
61
|
-
this.i.
|
|
62
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
58
|
+
this.i.xv = ensureEnum(MarkerType_$type, v);
|
|
59
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.xv));
|
|
63
60
|
}
|
|
64
61
|
/**
|
|
65
62
|
* Gets or sets thickness of the marker outline
|
|
66
63
|
*/
|
|
67
64
|
get markerThickness() {
|
|
68
|
-
return this.i.
|
|
65
|
+
return this.i.xw;
|
|
69
66
|
}
|
|
70
67
|
set markerThickness(v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("markerThickness", this.i.
|
|
68
|
+
this.i.xw = +v;
|
|
69
|
+
this._a("markerThickness", this.i.xw);
|
|
73
70
|
}
|
|
74
71
|
/**
|
|
75
72
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
76
73
|
*/
|
|
77
74
|
get markerOutlineMode() {
|
|
78
|
-
return this.i.
|
|
75
|
+
return this.i.xu;
|
|
79
76
|
}
|
|
80
77
|
set markerOutlineMode(v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
78
|
+
this.i.xu = ensureEnum(MarkerOutlineMode_$type, v);
|
|
79
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.xu));
|
|
83
80
|
}
|
|
84
81
|
/**
|
|
85
82
|
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
86
83
|
*/
|
|
87
84
|
get markerFillMode() {
|
|
88
|
-
return this.i.
|
|
85
|
+
return this.i.xt;
|
|
89
86
|
}
|
|
90
87
|
set markerFillMode(v) {
|
|
91
|
-
this.i.
|
|
92
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
88
|
+
this.i.xt = ensureEnum(MarkerFillMode_$type, v);
|
|
89
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xt));
|
|
93
90
|
}
|
|
94
91
|
/**
|
|
95
92
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
96
93
|
*/
|
|
97
94
|
get markerTemplate() {
|
|
98
|
-
return this.i.
|
|
95
|
+
return this.i.yb;
|
|
99
96
|
}
|
|
100
97
|
set markerTemplate(v) {
|
|
101
|
-
this.i.
|
|
98
|
+
this.i.yb = v;
|
|
102
99
|
}
|
|
103
100
|
/**
|
|
104
101
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
105
102
|
*/
|
|
106
103
|
get markerBrush() {
|
|
107
|
-
return brushToString(this.i.
|
|
104
|
+
return brushToString(this.i.yp);
|
|
108
105
|
}
|
|
109
106
|
set markerBrush(v) {
|
|
110
|
-
this.i.
|
|
111
|
-
this._a("markerBrush", brushToString(this.i.
|
|
107
|
+
this.i.yp = stringToBrush(v);
|
|
108
|
+
this._a("markerBrush", brushToString(this.i.yp));
|
|
112
109
|
}
|
|
113
110
|
/**
|
|
114
111
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
115
112
|
*/
|
|
116
113
|
get markerOutline() {
|
|
117
|
-
return brushToString(this.i.
|
|
114
|
+
return brushToString(this.i.yq);
|
|
118
115
|
}
|
|
119
116
|
set markerOutline(v) {
|
|
120
|
-
this.i.
|
|
121
|
-
this._a("markerOutline", brushToString(this.i.
|
|
117
|
+
this.i.yq = stringToBrush(v);
|
|
118
|
+
this._a("markerOutline", brushToString(this.i.yq));
|
|
122
119
|
}
|
|
123
120
|
/**
|
|
124
121
|
* Gets or sets the maximum number of markerItems displayed by the current series.
|
|
@@ -126,42 +123,43 @@ export let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
126
123
|
* choose a representative set.
|
|
127
124
|
*/
|
|
128
125
|
get maximumMarkers() {
|
|
129
|
-
return this.i.
|
|
126
|
+
return this.i.xx;
|
|
130
127
|
}
|
|
131
128
|
set maximumMarkers(v) {
|
|
132
|
-
this.i.
|
|
133
|
-
this._a("maximumMarkers", this.i.
|
|
129
|
+
this.i.xx = +v;
|
|
130
|
+
this._a("maximumMarkers", this.i.xx);
|
|
134
131
|
}
|
|
135
132
|
/**
|
|
136
133
|
* Gets the effective marker template for the current series object.
|
|
137
134
|
*/
|
|
138
135
|
get actualMarkerTemplate() {
|
|
139
|
-
return this.i.
|
|
136
|
+
return this.i.ya;
|
|
140
137
|
}
|
|
141
138
|
set actualMarkerTemplate(v) {
|
|
142
|
-
this.i.
|
|
139
|
+
this.i.ya = v;
|
|
143
140
|
}
|
|
144
141
|
/**
|
|
145
142
|
* Gets the effective marker brush for the current series object.
|
|
146
143
|
*/
|
|
147
144
|
get actualMarkerBrush() {
|
|
148
|
-
return brushToString(this.i.
|
|
145
|
+
return brushToString(this.i.yn);
|
|
149
146
|
}
|
|
150
147
|
set actualMarkerBrush(v) {
|
|
151
|
-
this.i.
|
|
152
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
148
|
+
this.i.yn = stringToBrush(v);
|
|
149
|
+
this._a("actualMarkerBrush", brushToString(this.i.yn));
|
|
153
150
|
}
|
|
154
151
|
/**
|
|
155
152
|
* Gets the effective marker outline for the current series object.
|
|
156
153
|
*/
|
|
157
154
|
get actualMarkerOutline() {
|
|
158
|
-
return brushToString(this.i.
|
|
155
|
+
return brushToString(this.i.yo);
|
|
159
156
|
}
|
|
160
157
|
set actualMarkerOutline(v) {
|
|
161
|
-
this.i.
|
|
162
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
158
|
+
this.i.yo = stringToBrush(v);
|
|
159
|
+
this._a("actualMarkerOutline", brushToString(this.i.yo));
|
|
163
160
|
}
|
|
164
161
|
}
|
|
165
162
|
IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent = null;
|
|
166
163
|
return IgcGeographicMarkerSeriesComponent;
|
|
167
164
|
})();
|
|
165
|
+
export { IgcGeographicMarkerSeriesComponent };
|
|
@@ -5,10 +5,7 @@ import { GeographicPolylineSeries } from "./GeographicPolylineSeries";
|
|
|
5
5
|
import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
|
|
6
6
|
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
7
7
|
import { Style } from "igniteui-webcomponents-core";
|
|
8
|
-
|
|
9
|
-
* Series class used for displaying multiple polylines, in a geographic context, for datasources which contain multiple lists of points.
|
|
10
|
-
*/
|
|
11
|
-
export let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
|
|
8
|
+
let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
|
|
12
9
|
class IgcGeographicPolylineSeriesComponent extends IgcGeographicShapeSeriesBaseComponent {
|
|
13
10
|
createImplementation() {
|
|
14
11
|
return new GeographicPolylineSeries();
|
|
@@ -73,49 +70,49 @@ export let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
73
70
|
* Gets or sets the fill brush.
|
|
74
71
|
*/
|
|
75
72
|
get shapeFill() {
|
|
76
|
-
return this.i.
|
|
73
|
+
return this.i.y8 ? this.i.y8.fill : null;
|
|
77
74
|
}
|
|
78
75
|
set shapeFill(v) {
|
|
79
76
|
this.ensureShapeStyle();
|
|
80
|
-
this.i.
|
|
77
|
+
this.i.y8.fill = v;
|
|
81
78
|
}
|
|
82
79
|
/**
|
|
83
80
|
* Gets or sets the stroke brush.
|
|
84
81
|
*/
|
|
85
82
|
get shapeStroke() {
|
|
86
|
-
return this.i.
|
|
83
|
+
return this.i.y8 ? this.i.y8.stroke : null;
|
|
87
84
|
}
|
|
88
85
|
set shapeStroke(v) {
|
|
89
86
|
this.ensureShapeStyle();
|
|
90
|
-
this.i.
|
|
87
|
+
this.i.y8.stroke = v;
|
|
91
88
|
}
|
|
92
89
|
/**
|
|
93
90
|
* Gets or sets the stroke thickness.
|
|
94
91
|
*/
|
|
95
92
|
get shapeStrokeThickness() {
|
|
96
|
-
return this.i.
|
|
93
|
+
return this.i.y8 ? this.i.y8.strokeThickness : NaN;
|
|
97
94
|
}
|
|
98
95
|
set shapeStrokeThickness(v) {
|
|
99
96
|
this.ensureShapeStyle();
|
|
100
|
-
this.i.
|
|
101
|
-
this._a("shapeStrokeThickness", this.i.
|
|
97
|
+
this.i.y8.strokeThickness = +v;
|
|
98
|
+
this._a("shapeStrokeThickness", this.i.y8.strokeThickness);
|
|
102
99
|
}
|
|
103
100
|
/**
|
|
104
101
|
* Gets or sets the opacity.
|
|
105
102
|
*/
|
|
106
103
|
get shapeOpacity() {
|
|
107
|
-
return this.i.
|
|
104
|
+
return this.i.y8 ? this.i.y8.opacity : NaN;
|
|
108
105
|
}
|
|
109
106
|
set shapeOpacity(v) {
|
|
110
107
|
this.ensureShapeStyle();
|
|
111
|
-
this.i.
|
|
112
|
-
this._a("shapeOpacity", this.i.
|
|
108
|
+
this.i.y8.opacity = +v;
|
|
109
|
+
this._a("shapeOpacity", this.i.y8.opacity);
|
|
113
110
|
}
|
|
114
111
|
ensureShapeStyle() {
|
|
115
|
-
if (this.i.
|
|
112
|
+
if (this.i.y8) {
|
|
116
113
|
return;
|
|
117
114
|
}
|
|
118
|
-
this.i.
|
|
115
|
+
this.i.y8 = new Style();
|
|
119
116
|
}
|
|
120
117
|
get styleShape() {
|
|
121
118
|
return this._styleShape;
|
|
@@ -146,3 +143,4 @@ export let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
146
143
|
IgcGeographicPolylineSeriesComponent._isElementRegistered = false;
|
|
147
144
|
return IgcGeographicPolylineSeriesComponent;
|
|
148
145
|
})();
|
|
146
|
+
export { IgcGeographicPolylineSeriesComponent };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IgcGeographicMarkerSeriesBaseComponent } from "./igc-geographic-marker-series-base-component";
|
|
2
2
|
import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
|
|
3
|
-
|
|
3
|
+
let IgcGeographicProportionalSymbolSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
4
4
|
class IgcGeographicProportionalSymbolSeriesBaseComponent extends IgcGeographicMarkerSeriesBaseComponent {
|
|
5
5
|
/**
|
|
6
6
|
* @hidden
|
|
@@ -48,3 +48,4 @@ export let IgcGeographicProportionalSymbolSeriesBaseComponent = /*@__PURE__*/ ((
|
|
|
48
48
|
IgcGeographicProportionalSymbolSeriesBaseComponent._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent = null;
|
|
49
49
|
return IgcGeographicProportionalSymbolSeriesBaseComponent;
|
|
50
50
|
})();
|
|
51
|
+
export { IgcGeographicProportionalSymbolSeriesBaseComponent };
|