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
|
@@ -10,7 +10,7 @@ import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
|
10
10
|
/**
|
|
11
11
|
* Represents a class for Geographic Contour Series displayed on a map.
|
|
12
12
|
*/
|
|
13
|
-
var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
+
export var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
14
|
__extends(IgcGeographicContourLineSeriesComponent, _super);
|
|
15
15
|
function IgcGeographicContourLineSeriesComponent() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
@@ -89,10 +89,10 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
89
89
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
90
90
|
*/
|
|
91
91
|
get: function () {
|
|
92
|
-
return this.i.
|
|
92
|
+
return this.i.yk;
|
|
93
93
|
},
|
|
94
94
|
set: function (v) {
|
|
95
|
-
this.i.
|
|
95
|
+
this.i.yk = v;
|
|
96
96
|
},
|
|
97
97
|
enumerable: false,
|
|
98
98
|
configurable: true
|
|
@@ -102,7 +102,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
102
102
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
103
103
|
*/
|
|
104
104
|
get: function () {
|
|
105
|
-
var r = this.i.
|
|
105
|
+
var r = this.i.yg;
|
|
106
106
|
if (r == null) {
|
|
107
107
|
return null;
|
|
108
108
|
}
|
|
@@ -118,7 +118,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
118
118
|
set: function (v) {
|
|
119
119
|
if (v != null && this._stylingContainer && v._styling)
|
|
120
120
|
v._styling(this._stylingContainer, this, this);
|
|
121
|
-
v == null ? this.i.
|
|
121
|
+
v == null ? this.i.yg = null : this.i.yg = v.i;
|
|
122
122
|
},
|
|
123
123
|
enumerable: false,
|
|
124
124
|
configurable: true
|
|
@@ -128,7 +128,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
128
128
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
129
129
|
*/
|
|
130
130
|
get: function () {
|
|
131
|
-
var r = this.i.
|
|
131
|
+
var r = this.i.yf;
|
|
132
132
|
if (r == null) {
|
|
133
133
|
return null;
|
|
134
134
|
}
|
|
@@ -144,7 +144,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
144
144
|
set: function (v) {
|
|
145
145
|
if (v != null && this._stylingContainer && v._styling)
|
|
146
146
|
v._styling(this._stylingContainer, this, this);
|
|
147
|
-
v == null ? this.i.
|
|
147
|
+
v == null ? this.i.yf = null : this.i.yf = v.i;
|
|
148
148
|
},
|
|
149
149
|
enumerable: false,
|
|
150
150
|
configurable: true
|
|
@@ -154,7 +154,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
154
154
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
155
155
|
*/
|
|
156
156
|
get: function () {
|
|
157
|
-
var r = this.i.
|
|
157
|
+
var r = this.i.yc;
|
|
158
158
|
if (r == null) {
|
|
159
159
|
return null;
|
|
160
160
|
}
|
|
@@ -170,7 +170,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
170
170
|
set: function (v) {
|
|
171
171
|
if (v != null && this._stylingContainer && v._styling)
|
|
172
172
|
v._styling(this._stylingContainer, this, this);
|
|
173
|
-
v == null ? this.i.
|
|
173
|
+
v == null ? this.i.yc = null : this.i.yc = v.i;
|
|
174
174
|
},
|
|
175
175
|
enumerable: false,
|
|
176
176
|
configurable: true
|
|
@@ -241,4 +241,3 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
241
241
|
IgcGeographicContourLineSeriesComponent._isElementRegistered = false;
|
|
242
242
|
return IgcGeographicContourLineSeriesComponent;
|
|
243
243
|
}(IgcGeographicXYTriangulatingSeriesComponent));
|
|
244
|
-
export { IgcGeographicContourLineSeriesComponent };
|
|
@@ -9,7 +9,7 @@ import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
|
9
9
|
* Series class for a geographic map with points marked at given locations.
|
|
10
10
|
* This is the geographic equivalent of a HighDensityScatterSeries.
|
|
11
11
|
*/
|
|
12
|
-
var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
12
|
+
export var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
13
|
__extends(IgcGeographicHighDensityScatterSeriesComponent, _super);
|
|
14
14
|
function IgcGeographicHighDensityScatterSeriesComponent() {
|
|
15
15
|
var _this = _super.call(this) || this;
|
|
@@ -88,10 +88,10 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
88
88
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
89
89
|
*/
|
|
90
90
|
get: function () {
|
|
91
|
-
return this.i.
|
|
91
|
+
return this.i.x8;
|
|
92
92
|
},
|
|
93
93
|
set: function (v) {
|
|
94
|
-
this.i.
|
|
94
|
+
this.i.x8 = v;
|
|
95
95
|
},
|
|
96
96
|
enumerable: false,
|
|
97
97
|
configurable: true
|
|
@@ -101,10 +101,10 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
101
101
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
102
102
|
*/
|
|
103
103
|
get: function () {
|
|
104
|
-
return this.i.
|
|
104
|
+
return this.i.ya;
|
|
105
105
|
},
|
|
106
106
|
set: function (v) {
|
|
107
|
-
this.i.
|
|
107
|
+
this.i.ya = v;
|
|
108
108
|
},
|
|
109
109
|
enumerable: false,
|
|
110
110
|
configurable: true
|
|
@@ -114,11 +114,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
114
114
|
* Gets or sets the whether to use use brute force mode.
|
|
115
115
|
*/
|
|
116
116
|
get: function () {
|
|
117
|
-
return this.i.
|
|
117
|
+
return this.i.xx;
|
|
118
118
|
},
|
|
119
119
|
set: function (v) {
|
|
120
|
-
this.i.
|
|
121
|
-
this._a("useBruteForce", this.i.
|
|
120
|
+
this.i.xx = ensureBool(v);
|
|
121
|
+
this._a("useBruteForce", this.i.xx);
|
|
122
122
|
},
|
|
123
123
|
enumerable: false,
|
|
124
124
|
configurable: true
|
|
@@ -128,11 +128,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
128
128
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
129
129
|
*/
|
|
130
130
|
get: function () {
|
|
131
|
-
return this.i.
|
|
131
|
+
return this.i.xw;
|
|
132
132
|
},
|
|
133
133
|
set: function (v) {
|
|
134
|
-
this.i.
|
|
135
|
-
this._a("progressiveLoad", this.i.
|
|
134
|
+
this.i.xw = ensureBool(v);
|
|
135
|
+
this._a("progressiveLoad", this.i.xw);
|
|
136
136
|
},
|
|
137
137
|
enumerable: false,
|
|
138
138
|
configurable: true
|
|
@@ -142,11 +142,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
142
142
|
* Gets or sets the whether the chart reacts to mouse move events.
|
|
143
143
|
*/
|
|
144
144
|
get: function () {
|
|
145
|
-
return this.i.
|
|
145
|
+
return this.i.xv;
|
|
146
146
|
},
|
|
147
147
|
set: function (v) {
|
|
148
|
-
this.i.
|
|
149
|
-
this._a("mouseOverEnabled", this.i.
|
|
148
|
+
this.i.xv = ensureBool(v);
|
|
149
|
+
this._a("mouseOverEnabled", this.i.xv);
|
|
150
150
|
},
|
|
151
151
|
enumerable: false,
|
|
152
152
|
configurable: true
|
|
@@ -156,11 +156,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
156
156
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
157
157
|
*/
|
|
158
158
|
get: function () {
|
|
159
|
-
return this.i.
|
|
159
|
+
return this.i.xz;
|
|
160
160
|
},
|
|
161
161
|
set: function (v) {
|
|
162
|
-
this.i.
|
|
163
|
-
this._a("heatMinimum", this.i.
|
|
162
|
+
this.i.xz = +v;
|
|
163
|
+
this._a("heatMinimum", this.i.xz);
|
|
164
164
|
},
|
|
165
165
|
enumerable: false,
|
|
166
166
|
configurable: true
|
|
@@ -170,11 +170,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
170
170
|
* Gets or sets the value that maps to the maximum heat color.
|
|
171
171
|
*/
|
|
172
172
|
get: function () {
|
|
173
|
-
return this.i.
|
|
173
|
+
return this.i.xy;
|
|
174
174
|
},
|
|
175
175
|
set: function (v) {
|
|
176
|
-
this.i.
|
|
177
|
-
this._a("heatMaximum", this.i.
|
|
176
|
+
this.i.xy = +v;
|
|
177
|
+
this._a("heatMaximum", this.i.xy);
|
|
178
178
|
},
|
|
179
179
|
enumerable: false,
|
|
180
180
|
configurable: true
|
|
@@ -184,11 +184,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
184
184
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
185
185
|
*/
|
|
186
186
|
get: function () {
|
|
187
|
-
return colorToString(this.i.
|
|
187
|
+
return colorToString(this.i.yt);
|
|
188
188
|
},
|
|
189
189
|
set: function (v) {
|
|
190
|
-
this.i.
|
|
191
|
-
this._a("heatMinimumColor", colorToString(this.i.
|
|
190
|
+
this.i.yt = stringToColor(v);
|
|
191
|
+
this._a("heatMinimumColor", colorToString(this.i.yt));
|
|
192
192
|
},
|
|
193
193
|
enumerable: false,
|
|
194
194
|
configurable: true
|
|
@@ -198,11 +198,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
198
198
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
199
199
|
*/
|
|
200
200
|
get: function () {
|
|
201
|
-
return colorToString(this.i.
|
|
201
|
+
return colorToString(this.i.ys);
|
|
202
202
|
},
|
|
203
203
|
set: function (v) {
|
|
204
|
-
this.i.
|
|
205
|
-
this._a("heatMaximumColor", colorToString(this.i.
|
|
204
|
+
this.i.ys = stringToColor(v);
|
|
205
|
+
this._a("heatMaximumColor", colorToString(this.i.ys));
|
|
206
206
|
},
|
|
207
207
|
enumerable: false,
|
|
208
208
|
configurable: true
|
|
@@ -212,11 +212,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
212
212
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
213
213
|
*/
|
|
214
214
|
get: function () {
|
|
215
|
-
return this.i.
|
|
215
|
+
return this.i.x2;
|
|
216
216
|
},
|
|
217
217
|
set: function (v) {
|
|
218
|
-
this.i.
|
|
219
|
-
this._a("pointExtent", this.i.
|
|
218
|
+
this.i.x2 = +v;
|
|
219
|
+
this._a("pointExtent", this.i.x2);
|
|
220
220
|
},
|
|
221
221
|
enumerable: false,
|
|
222
222
|
configurable: true
|
|
@@ -226,11 +226,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
226
226
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
227
227
|
*/
|
|
228
228
|
get: function () {
|
|
229
|
-
return this.i.
|
|
229
|
+
return this.i.x3;
|
|
230
230
|
},
|
|
231
231
|
set: function (v) {
|
|
232
|
-
this.i.
|
|
233
|
-
this._a("progressiveStatus", this.i.
|
|
232
|
+
this.i.x3 = +v;
|
|
233
|
+
this._a("progressiveStatus", this.i.x3);
|
|
234
234
|
},
|
|
235
235
|
enumerable: false,
|
|
236
236
|
configurable: true
|
|
@@ -271,4 +271,3 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
271
271
|
IgcGeographicHighDensityScatterSeriesComponent._isElementRegistered = false;
|
|
272
272
|
return IgcGeographicHighDensityScatterSeriesComponent;
|
|
273
273
|
}(IgcGeographicMapSeriesHostComponent));
|
|
274
|
-
export { IgcGeographicHighDensityScatterSeriesComponent };
|
|
@@ -22,7 +22,7 @@ import { IgcImageTilesReadyEventArgs } from './igc-image-tiles-ready-event-args'
|
|
|
22
22
|
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
23
23
|
import { MapResizeBehavior_$type } from './MapResizeBehavior';
|
|
24
24
|
import { MapBackgroundTilingMode_$type } from './MapBackgroundTilingMode';
|
|
25
|
-
var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
25
|
+
export var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
26
26
|
__extends(IgcGeographicMapComponent, _super);
|
|
27
27
|
function IgcGeographicMapComponent() {
|
|
28
28
|
var _this = _super.call(this) || this;
|
|
@@ -793,4 +793,3 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
793
793
|
IgcGeographicMapComponent._isElementRegistered = false;
|
|
794
794
|
return IgcGeographicMapComponent;
|
|
795
795
|
}(IgcSeriesViewerComponent));
|
|
796
|
-
export { IgcGeographicMapComponent };
|
|
@@ -4,7 +4,7 @@ import { getAllPropertyNames, toSpinal, toPoint, fromPoint, fromRect } from "ign
|
|
|
4
4
|
/**
|
|
5
5
|
* Base class for hosting chart series in a IgxGeographicMap.Component
|
|
6
6
|
*/
|
|
7
|
-
var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
7
|
+
export var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
8
8
|
__extends(IgcGeographicMapSeriesHostComponent, _super);
|
|
9
9
|
function IgcGeographicMapSeriesHostComponent() {
|
|
10
10
|
return _super.call(this) || this;
|
|
@@ -82,11 +82,11 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
82
82
|
* 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%.
|
|
83
83
|
*/
|
|
84
84
|
get: function () {
|
|
85
|
-
return this.i.
|
|
85
|
+
return this.i.xn;
|
|
86
86
|
},
|
|
87
87
|
set: function (v) {
|
|
88
|
-
this.i.
|
|
89
|
-
this._a("visibleFromScale", this.i.
|
|
88
|
+
this.i.xn = +v;
|
|
89
|
+
this._a("visibleFromScale", this.i.xn);
|
|
90
90
|
},
|
|
91
91
|
enumerable: false,
|
|
92
92
|
configurable: true
|
|
@@ -111,7 +111,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
111
111
|
|
|
112
112
|
*/
|
|
113
113
|
IgcGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
|
|
114
|
-
this.i.
|
|
114
|
+
this.i.qv();
|
|
115
115
|
};
|
|
116
116
|
IgcGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
|
|
117
117
|
var iv = this.i.kz(item, memberPathName);
|
|
@@ -148,7 +148,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
148
148
|
return (iv);
|
|
149
149
|
};
|
|
150
150
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
151
|
-
var iv = this.i.
|
|
151
|
+
var iv = this.i.ww(toPoint(world), useInterpolation, skipUnknowns);
|
|
152
152
|
return fromPoint(iv);
|
|
153
153
|
};
|
|
154
154
|
/**
|
|
@@ -157,7 +157,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
157
157
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
158
158
|
*/
|
|
159
159
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
|
|
160
|
-
var iv = this.i.
|
|
160
|
+
var iv = this.i.w8(toPoint(world));
|
|
161
161
|
return fromRect(iv);
|
|
162
162
|
};
|
|
163
163
|
/**
|
|
@@ -166,7 +166,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
166
166
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
167
167
|
*/
|
|
168
168
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
|
|
169
|
-
var iv = this.i.
|
|
169
|
+
var iv = this.i.xa(toPoint(world));
|
|
170
170
|
return fromRect(iv);
|
|
171
171
|
};
|
|
172
172
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
|
|
@@ -174,7 +174,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
174
174
|
return (iv);
|
|
175
175
|
};
|
|
176
176
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
177
|
-
var iv = this.i.
|
|
177
|
+
var iv = this.i.ws(toPoint(world), useInterpolation, skipUnknowns);
|
|
178
178
|
return fromPoint(iv);
|
|
179
179
|
};
|
|
180
180
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
|
|
@@ -182,11 +182,11 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
182
182
|
return (iv);
|
|
183
183
|
};
|
|
184
184
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
185
|
-
var iv = this.i.
|
|
185
|
+
var iv = this.i.wu(toPoint(world), useInterpolation, skipUnknowns);
|
|
186
186
|
return fromPoint(iv);
|
|
187
187
|
};
|
|
188
188
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
189
|
-
var iv = this.i.
|
|
189
|
+
var iv = this.i.wx(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
190
190
|
return fromPoint(iv);
|
|
191
191
|
};
|
|
192
192
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
@@ -207,16 +207,15 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
207
207
|
* @param animate * True if the change should be animated.
|
|
208
208
|
*/
|
|
209
209
|
IgcGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
|
|
210
|
-
this.i.
|
|
210
|
+
this.i.r8(animate);
|
|
211
211
|
};
|
|
212
212
|
/**
|
|
213
213
|
* Called when this series' Style is updated.
|
|
214
214
|
|
|
215
215
|
*/
|
|
216
216
|
IgcGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
|
|
217
|
-
this.i.
|
|
217
|
+
this.i.su();
|
|
218
218
|
};
|
|
219
219
|
IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
|
|
220
220
|
return IgcGeographicMapSeriesHostComponent;
|
|
221
221
|
}(IgcSeriesComponent));
|
|
222
|
-
export { IgcGeographicMapSeriesHostComponent };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { IgcGeographicMarkerSeriesComponent } from "./igc-geographic-marker-series-component";
|
|
3
3
|
import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
|
|
4
|
-
var IgcGeographicMarkerSeriesBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
4
|
+
export var IgcGeographicMarkerSeriesBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
5
5
|
__extends(IgcGeographicMarkerSeriesBaseComponent, _super);
|
|
6
6
|
function IgcGeographicMarkerSeriesBaseComponent() {
|
|
7
7
|
return _super.call(this) || this;
|
|
@@ -56,4 +56,3 @@ var IgcGeographicMarkerSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functi
|
|
|
56
56
|
IgcGeographicMarkerSeriesBaseComponent._observedAttributesIgcGeographicMarkerSeriesBaseComponent = null;
|
|
57
57
|
return IgcGeographicMarkerSeriesBaseComponent;
|
|
58
58
|
}(IgcGeographicMarkerSeriesComponent));
|
|
59
|
-
export { IgcGeographicMarkerSeriesBaseComponent };
|
|
@@ -7,7 +7,7 @@ import { getAllPropertyNames, toSpinal, ensureEnum, enumToString, brushToString,
|
|
|
7
7
|
/**
|
|
8
8
|
* Base class for creating marker series in a IgxGeographicMap.Component
|
|
9
9
|
*/
|
|
10
|
-
var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
10
|
+
export var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
11
11
|
__extends(IgcGeographicMarkerSeriesComponent, _super);
|
|
12
12
|
function IgcGeographicMarkerSeriesComponent() {
|
|
13
13
|
return _super.call(this) || this;
|
|
@@ -65,11 +65,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
65
65
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
66
66
|
*/
|
|
67
67
|
get: function () {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.xv;
|
|
69
69
|
},
|
|
70
70
|
set: function (v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
71
|
+
this.i.xv = ensureEnum(MarkerType_$type, v);
|
|
72
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.xv));
|
|
73
73
|
},
|
|
74
74
|
enumerable: false,
|
|
75
75
|
configurable: true
|
|
@@ -79,11 +79,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
79
79
|
* Gets or sets thickness of the marker outline
|
|
80
80
|
*/
|
|
81
81
|
get: function () {
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.xw;
|
|
83
83
|
},
|
|
84
84
|
set: function (v) {
|
|
85
|
-
this.i.
|
|
86
|
-
this._a("markerThickness", this.i.
|
|
85
|
+
this.i.xw = +v;
|
|
86
|
+
this._a("markerThickness", this.i.xw);
|
|
87
87
|
},
|
|
88
88
|
enumerable: false,
|
|
89
89
|
configurable: true
|
|
@@ -93,11 +93,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
93
93
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
94
94
|
*/
|
|
95
95
|
get: function () {
|
|
96
|
-
return this.i.
|
|
96
|
+
return this.i.xu;
|
|
97
97
|
},
|
|
98
98
|
set: function (v) {
|
|
99
|
-
this.i.
|
|
100
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
99
|
+
this.i.xu = ensureEnum(MarkerOutlineMode_$type, v);
|
|
100
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.xu));
|
|
101
101
|
},
|
|
102
102
|
enumerable: false,
|
|
103
103
|
configurable: true
|
|
@@ -107,11 +107,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
107
107
|
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
108
108
|
*/
|
|
109
109
|
get: function () {
|
|
110
|
-
return this.i.
|
|
110
|
+
return this.i.xt;
|
|
111
111
|
},
|
|
112
112
|
set: function (v) {
|
|
113
|
-
this.i.
|
|
114
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
113
|
+
this.i.xt = ensureEnum(MarkerFillMode_$type, v);
|
|
114
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xt));
|
|
115
115
|
},
|
|
116
116
|
enumerable: false,
|
|
117
117
|
configurable: true
|
|
@@ -121,10 +121,10 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
121
121
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
122
122
|
*/
|
|
123
123
|
get: function () {
|
|
124
|
-
return this.i.
|
|
124
|
+
return this.i.yb;
|
|
125
125
|
},
|
|
126
126
|
set: function (v) {
|
|
127
|
-
this.i.
|
|
127
|
+
this.i.yb = v;
|
|
128
128
|
},
|
|
129
129
|
enumerable: false,
|
|
130
130
|
configurable: true
|
|
@@ -134,11 +134,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
134
134
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
135
135
|
*/
|
|
136
136
|
get: function () {
|
|
137
|
-
return brushToString(this.i.
|
|
137
|
+
return brushToString(this.i.yp);
|
|
138
138
|
},
|
|
139
139
|
set: function (v) {
|
|
140
|
-
this.i.
|
|
141
|
-
this._a("markerBrush", brushToString(this.i.
|
|
140
|
+
this.i.yp = stringToBrush(v);
|
|
141
|
+
this._a("markerBrush", brushToString(this.i.yp));
|
|
142
142
|
},
|
|
143
143
|
enumerable: false,
|
|
144
144
|
configurable: true
|
|
@@ -148,11 +148,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
148
148
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
149
149
|
*/
|
|
150
150
|
get: function () {
|
|
151
|
-
return brushToString(this.i.
|
|
151
|
+
return brushToString(this.i.yq);
|
|
152
152
|
},
|
|
153
153
|
set: function (v) {
|
|
154
|
-
this.i.
|
|
155
|
-
this._a("markerOutline", brushToString(this.i.
|
|
154
|
+
this.i.yq = stringToBrush(v);
|
|
155
|
+
this._a("markerOutline", brushToString(this.i.yq));
|
|
156
156
|
},
|
|
157
157
|
enumerable: false,
|
|
158
158
|
configurable: true
|
|
@@ -164,11 +164,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
164
164
|
* choose a representative set.
|
|
165
165
|
*/
|
|
166
166
|
get: function () {
|
|
167
|
-
return this.i.
|
|
167
|
+
return this.i.xx;
|
|
168
168
|
},
|
|
169
169
|
set: function (v) {
|
|
170
|
-
this.i.
|
|
171
|
-
this._a("maximumMarkers", this.i.
|
|
170
|
+
this.i.xx = +v;
|
|
171
|
+
this._a("maximumMarkers", this.i.xx);
|
|
172
172
|
},
|
|
173
173
|
enumerable: false,
|
|
174
174
|
configurable: true
|
|
@@ -178,10 +178,10 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
178
178
|
* Gets the effective marker template for the current series object.
|
|
179
179
|
*/
|
|
180
180
|
get: function () {
|
|
181
|
-
return this.i.
|
|
181
|
+
return this.i.ya;
|
|
182
182
|
},
|
|
183
183
|
set: function (v) {
|
|
184
|
-
this.i.
|
|
184
|
+
this.i.ya = v;
|
|
185
185
|
},
|
|
186
186
|
enumerable: false,
|
|
187
187
|
configurable: true
|
|
@@ -191,11 +191,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
191
191
|
* Gets the effective marker brush for the current series object.
|
|
192
192
|
*/
|
|
193
193
|
get: function () {
|
|
194
|
-
return brushToString(this.i.
|
|
194
|
+
return brushToString(this.i.yn);
|
|
195
195
|
},
|
|
196
196
|
set: function (v) {
|
|
197
|
-
this.i.
|
|
198
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
197
|
+
this.i.yn = stringToBrush(v);
|
|
198
|
+
this._a("actualMarkerBrush", brushToString(this.i.yn));
|
|
199
199
|
},
|
|
200
200
|
enumerable: false,
|
|
201
201
|
configurable: true
|
|
@@ -205,11 +205,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
205
205
|
* Gets the effective marker outline for the current series object.
|
|
206
206
|
*/
|
|
207
207
|
get: function () {
|
|
208
|
-
return brushToString(this.i.
|
|
208
|
+
return brushToString(this.i.yo);
|
|
209
209
|
},
|
|
210
210
|
set: function (v) {
|
|
211
|
-
this.i.
|
|
212
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
211
|
+
this.i.yo = stringToBrush(v);
|
|
212
|
+
this._a("actualMarkerOutline", brushToString(this.i.yo));
|
|
213
213
|
},
|
|
214
214
|
enumerable: false,
|
|
215
215
|
configurable: true
|
|
@@ -217,4 +217,3 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
217
217
|
IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent = null;
|
|
218
218
|
return IgcGeographicMarkerSeriesComponent;
|
|
219
219
|
}(IgcGeographicMapSeriesHostComponent));
|
|
220
|
-
export { IgcGeographicMarkerSeriesComponent };
|
|
@@ -9,7 +9,7 @@ import { Style } from "igniteui-webcomponents-core";
|
|
|
9
9
|
/**
|
|
10
10
|
* Series class used for displaying multiple polylines, in a geographic context, for datasources which contain multiple lists of points.
|
|
11
11
|
*/
|
|
12
|
-
var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
12
|
+
export var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
13
|
__extends(IgcGeographicPolylineSeriesComponent, _super);
|
|
14
14
|
function IgcGeographicPolylineSeriesComponent() {
|
|
15
15
|
var _this = _super.call(this) || this;
|
|
@@ -88,11 +88,11 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
88
88
|
* Gets or sets the fill brush.
|
|
89
89
|
*/
|
|
90
90
|
get: function () {
|
|
91
|
-
return this.i.
|
|
91
|
+
return this.i.y8 ? this.i.y8.fill : null;
|
|
92
92
|
},
|
|
93
93
|
set: function (v) {
|
|
94
94
|
this.ensureShapeStyle();
|
|
95
|
-
this.i.
|
|
95
|
+
this.i.y8.fill = v;
|
|
96
96
|
},
|
|
97
97
|
enumerable: false,
|
|
98
98
|
configurable: true
|
|
@@ -102,11 +102,11 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
102
102
|
* Gets or sets the stroke brush.
|
|
103
103
|
*/
|
|
104
104
|
get: function () {
|
|
105
|
-
return this.i.
|
|
105
|
+
return this.i.y8 ? this.i.y8.stroke : null;
|
|
106
106
|
},
|
|
107
107
|
set: function (v) {
|
|
108
108
|
this.ensureShapeStyle();
|
|
109
|
-
this.i.
|
|
109
|
+
this.i.y8.stroke = v;
|
|
110
110
|
},
|
|
111
111
|
enumerable: false,
|
|
112
112
|
configurable: true
|
|
@@ -116,12 +116,12 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
116
116
|
* Gets or sets the stroke thickness.
|
|
117
117
|
*/
|
|
118
118
|
get: function () {
|
|
119
|
-
return this.i.
|
|
119
|
+
return this.i.y8 ? this.i.y8.strokeThickness : NaN;
|
|
120
120
|
},
|
|
121
121
|
set: function (v) {
|
|
122
122
|
this.ensureShapeStyle();
|
|
123
|
-
this.i.
|
|
124
|
-
this._a("shapeStrokeThickness", this.i.
|
|
123
|
+
this.i.y8.strokeThickness = +v;
|
|
124
|
+
this._a("shapeStrokeThickness", this.i.y8.strokeThickness);
|
|
125
125
|
},
|
|
126
126
|
enumerable: false,
|
|
127
127
|
configurable: true
|
|
@@ -131,21 +131,21 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
131
131
|
* Gets or sets the opacity.
|
|
132
132
|
*/
|
|
133
133
|
get: function () {
|
|
134
|
-
return this.i.
|
|
134
|
+
return this.i.y8 ? this.i.y8.opacity : NaN;
|
|
135
135
|
},
|
|
136
136
|
set: function (v) {
|
|
137
137
|
this.ensureShapeStyle();
|
|
138
|
-
this.i.
|
|
139
|
-
this._a("shapeOpacity", this.i.
|
|
138
|
+
this.i.y8.opacity = +v;
|
|
139
|
+
this._a("shapeOpacity", this.i.y8.opacity);
|
|
140
140
|
},
|
|
141
141
|
enumerable: false,
|
|
142
142
|
configurable: true
|
|
143
143
|
});
|
|
144
144
|
IgcGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
|
|
145
|
-
if (this.i.
|
|
145
|
+
if (this.i.y8) {
|
|
146
146
|
return;
|
|
147
147
|
}
|
|
148
|
-
this.i.
|
|
148
|
+
this.i.y8 = new Style();
|
|
149
149
|
};
|
|
150
150
|
Object.defineProperty(IgcGeographicPolylineSeriesComponent.prototype, "styleShape", {
|
|
151
151
|
get: function () {
|
|
@@ -180,4 +180,3 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
180
180
|
IgcGeographicPolylineSeriesComponent._isElementRegistered = false;
|
|
181
181
|
return IgcGeographicPolylineSeriesComponent;
|
|
182
182
|
}(IgcGeographicShapeSeriesBaseComponent));
|
|
183
|
-
export { IgcGeographicPolylineSeriesComponent };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { IgcGeographicMarkerSeriesBaseComponent } from "./igc-geographic-marker-series-base-component";
|
|
3
3
|
import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
|
|
4
|
-
var IgcGeographicProportionalSymbolSeriesBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
4
|
+
export var IgcGeographicProportionalSymbolSeriesBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
5
5
|
__extends(IgcGeographicProportionalSymbolSeriesBaseComponent, _super);
|
|
6
6
|
function IgcGeographicProportionalSymbolSeriesBaseComponent() {
|
|
7
7
|
return _super.call(this) || this;
|
|
@@ -56,4 +56,3 @@ var IgcGeographicProportionalSymbolSeriesBaseComponent = /** @class */ /*@__PURE
|
|
|
56
56
|
IgcGeographicProportionalSymbolSeriesBaseComponent._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent = null;
|
|
57
57
|
return IgcGeographicProportionalSymbolSeriesBaseComponent;
|
|
58
58
|
}(IgcGeographicMarkerSeriesBaseComponent));
|
|
59
|
-
export { IgcGeographicProportionalSymbolSeriesBaseComponent };
|