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
|
@@ -13,7 +13,7 @@ import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
|
13
13
|
* Series class for a geographic map with points marked at given locations.
|
|
14
14
|
* This is the geographic equivalent of a ScatterSeries.
|
|
15
15
|
*/
|
|
16
|
-
var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
|
+
export var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
17
17
|
__extends(IgcGeographicProportionalSymbolSeriesComponent, _super);
|
|
18
18
|
function IgcGeographicProportionalSymbolSeriesComponent() {
|
|
19
19
|
var _this = _super.call(this) || this;
|
|
@@ -94,10 +94,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
94
94
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
95
95
|
*/
|
|
96
96
|
get: function () {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.zi;
|
|
98
98
|
},
|
|
99
99
|
set: function (v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.zi = v;
|
|
101
101
|
},
|
|
102
102
|
enumerable: false,
|
|
103
103
|
configurable: true
|
|
@@ -107,10 +107,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
107
107
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
108
108
|
*/
|
|
109
109
|
get: function () {
|
|
110
|
-
return this.i.
|
|
110
|
+
return this.i.zk;
|
|
111
111
|
},
|
|
112
112
|
set: function (v) {
|
|
113
|
-
this.i.
|
|
113
|
+
this.i.zk = v;
|
|
114
114
|
},
|
|
115
115
|
enumerable: false,
|
|
116
116
|
configurable: true
|
|
@@ -120,10 +120,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
120
120
|
* Gets or sets the radius mapping property for the current series object.
|
|
121
121
|
*/
|
|
122
122
|
get: function () {
|
|
123
|
-
return this.i.
|
|
123
|
+
return this.i.zp;
|
|
124
124
|
},
|
|
125
125
|
set: function (v) {
|
|
126
|
-
this.i.
|
|
126
|
+
this.i.zp = v;
|
|
127
127
|
},
|
|
128
128
|
enumerable: false,
|
|
129
129
|
configurable: true
|
|
@@ -133,7 +133,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
133
133
|
* Gets or sets the radius size scale for the bubbles.
|
|
134
134
|
*/
|
|
135
135
|
get: function () {
|
|
136
|
-
var r = this.i.
|
|
136
|
+
var r = this.i.yw;
|
|
137
137
|
if (r == null) {
|
|
138
138
|
return null;
|
|
139
139
|
}
|
|
@@ -149,7 +149,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
149
149
|
set: function (v) {
|
|
150
150
|
if (v != null && this._stylingContainer && v._styling)
|
|
151
151
|
v._styling(this._stylingContainer, this, this);
|
|
152
|
-
v == null ? this.i.
|
|
152
|
+
v == null ? this.i.yw = null : this.i.yw = v.i;
|
|
153
153
|
},
|
|
154
154
|
enumerable: false,
|
|
155
155
|
configurable: true
|
|
@@ -159,10 +159,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
159
159
|
* Gets or sets the Label mapping property for the current series object.
|
|
160
160
|
*/
|
|
161
161
|
get: function () {
|
|
162
|
-
return this.i.
|
|
162
|
+
return this.i.zg;
|
|
163
163
|
},
|
|
164
164
|
set: function (v) {
|
|
165
|
-
this.i.
|
|
165
|
+
this.i.zg = v;
|
|
166
166
|
},
|
|
167
167
|
enumerable: false,
|
|
168
168
|
configurable: true
|
|
@@ -172,10 +172,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
172
172
|
* Gets or sets the fill mapping property for the current series object.
|
|
173
173
|
*/
|
|
174
174
|
get: function () {
|
|
175
|
-
return this.i.
|
|
175
|
+
return this.i.y8;
|
|
176
176
|
},
|
|
177
177
|
set: function (v) {
|
|
178
|
-
this.i.
|
|
178
|
+
this.i.y8 = v;
|
|
179
179
|
},
|
|
180
180
|
enumerable: false,
|
|
181
181
|
configurable: true
|
|
@@ -185,7 +185,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
185
185
|
* Gets or sets the brush scale for the marker brush.
|
|
186
186
|
*/
|
|
187
187
|
get: function () {
|
|
188
|
-
var r = this.i.
|
|
188
|
+
var r = this.i.yt;
|
|
189
189
|
if (r == null) {
|
|
190
190
|
return null;
|
|
191
191
|
}
|
|
@@ -201,7 +201,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
201
201
|
set: function (v) {
|
|
202
202
|
if (v != null && this._stylingContainer && v._styling)
|
|
203
203
|
v._styling(this._stylingContainer, this, this);
|
|
204
|
-
v == null ? this.i.
|
|
204
|
+
v == null ? this.i.yt = null : this.i.yt = v.i;
|
|
205
205
|
},
|
|
206
206
|
enumerable: false,
|
|
207
207
|
configurable: true
|
|
@@ -212,11 +212,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
212
212
|
* This setting applies only if multiple series are using the same FillScale.
|
|
213
213
|
*/
|
|
214
214
|
get: function () {
|
|
215
|
-
return this.i.
|
|
215
|
+
return this.i.y0;
|
|
216
216
|
},
|
|
217
217
|
set: function (v) {
|
|
218
|
-
this.i.
|
|
219
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
218
|
+
this.i.y0 = ensureBool(v);
|
|
219
|
+
this._a("fillScaleUseGlobalValues", this.i.y0);
|
|
220
220
|
},
|
|
221
221
|
enumerable: false,
|
|
222
222
|
configurable: true
|
|
@@ -227,11 +227,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
227
227
|
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
228
228
|
*/
|
|
229
229
|
get: function () {
|
|
230
|
-
return this.i.
|
|
230
|
+
return this.i.y3;
|
|
231
231
|
},
|
|
232
232
|
set: function (v) {
|
|
233
|
-
this.i.
|
|
234
|
-
this._a("markerOutlineUsesFillScale", this.i.
|
|
233
|
+
this.i.y3 = ensureBool(v);
|
|
234
|
+
this._a("markerOutlineUsesFillScale", this.i.y3);
|
|
235
235
|
},
|
|
236
236
|
enumerable: false,
|
|
237
237
|
configurable: true
|
|
@@ -242,11 +242,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
242
242
|
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
243
243
|
*/
|
|
244
244
|
get: function () {
|
|
245
|
-
return this.i.
|
|
245
|
+
return this.i.y6;
|
|
246
246
|
},
|
|
247
247
|
set: function (v) {
|
|
248
|
-
this.i.
|
|
249
|
-
this._a("markerOutlineBrightness", this.i.
|
|
248
|
+
this.i.y6 = +v;
|
|
249
|
+
this._a("markerOutlineBrightness", this.i.y6);
|
|
250
250
|
},
|
|
251
251
|
enumerable: false,
|
|
252
252
|
configurable: true
|
|
@@ -257,11 +257,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
257
257
|
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
258
258
|
*/
|
|
259
259
|
get: function () {
|
|
260
|
-
return this.i.
|
|
260
|
+
return this.i.y5;
|
|
261
261
|
},
|
|
262
262
|
set: function (v) {
|
|
263
|
-
this.i.
|
|
264
|
-
this._a("markerBrushBrightness", this.i.
|
|
263
|
+
this.i.y5 = +v;
|
|
264
|
+
this._a("markerBrushBrightness", this.i.y5);
|
|
265
265
|
},
|
|
266
266
|
enumerable: false,
|
|
267
267
|
configurable: true
|
|
@@ -272,11 +272,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
272
272
|
* This setting applies only if multiple series are using the same RadiusScale.
|
|
273
273
|
*/
|
|
274
274
|
get: function () {
|
|
275
|
-
return this.i.
|
|
275
|
+
return this.i.y4;
|
|
276
276
|
},
|
|
277
277
|
set: function (v) {
|
|
278
|
-
this.i.
|
|
279
|
-
this._a("radiusScaleUseGlobalValues", this.i.
|
|
278
|
+
this.i.y4 = ensureBool(v);
|
|
279
|
+
this._a("radiusScaleUseGlobalValues", this.i.y4);
|
|
280
280
|
},
|
|
281
281
|
enumerable: false,
|
|
282
282
|
configurable: true
|
|
@@ -286,11 +286,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
286
286
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
287
287
|
*/
|
|
288
288
|
get: function () {
|
|
289
|
-
return this.i.
|
|
289
|
+
return this.i.y2;
|
|
290
290
|
},
|
|
291
291
|
set: function (v) {
|
|
292
|
-
this.i.
|
|
293
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
292
|
+
this.i.y2 = ensureBool(v);
|
|
293
|
+
this._a("isCustomScatterStyleAllowed", this.i.y2);
|
|
294
294
|
},
|
|
295
295
|
enumerable: false,
|
|
296
296
|
configurable: true
|
|
@@ -300,11 +300,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
300
300
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
301
301
|
*/
|
|
302
302
|
get: function () {
|
|
303
|
-
return this.i.
|
|
303
|
+
return this.i.y1;
|
|
304
304
|
},
|
|
305
305
|
set: function (v) {
|
|
306
|
-
this.i.
|
|
307
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
306
|
+
this.i.y1 = ensureBool(v);
|
|
307
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.y1);
|
|
308
308
|
},
|
|
309
309
|
enumerable: false,
|
|
310
310
|
configurable: true
|
|
@@ -314,11 +314,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
314
314
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
315
315
|
*/
|
|
316
316
|
get: function () {
|
|
317
|
-
return this.i.
|
|
317
|
+
return this.i.yv;
|
|
318
318
|
},
|
|
319
319
|
set: function (v) {
|
|
320
|
-
this.i.
|
|
321
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
320
|
+
this.i.yv = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
321
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yv));
|
|
322
322
|
},
|
|
323
323
|
enumerable: false,
|
|
324
324
|
configurable: true
|
|
@@ -328,11 +328,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
328
328
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
329
329
|
*/
|
|
330
330
|
get: function () {
|
|
331
|
-
return this.i.
|
|
331
|
+
return this.i.y7;
|
|
332
332
|
},
|
|
333
333
|
set: function (v) {
|
|
334
|
-
this.i.
|
|
335
|
-
this._a("itemSearchThreshold", this.i.
|
|
334
|
+
this.i.y7 = +v;
|
|
335
|
+
this._a("itemSearchThreshold", this.i.y7);
|
|
336
336
|
},
|
|
337
337
|
enumerable: false,
|
|
338
338
|
configurable: true
|
|
@@ -428,4 +428,3 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
428
428
|
IgcGeographicProportionalSymbolSeriesComponent._isElementRegistered = false;
|
|
429
429
|
return IgcGeographicProportionalSymbolSeriesComponent;
|
|
430
430
|
}(IgcGeographicMarkerSeriesComponent));
|
|
431
|
-
export { IgcGeographicProportionalSymbolSeriesComponent };
|
|
@@ -9,7 +9,7 @@ import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
|
9
9
|
/**
|
|
10
10
|
* Series class which draws a colored 2D surface, in a geographic context, based on a triangulation of XY data with numeric values assigned to each point.
|
|
11
11
|
*/
|
|
12
|
-
var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
12
|
+
export var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
13
|
__extends(IgcGeographicScatterAreaSeriesComponent, _super);
|
|
14
14
|
function IgcGeographicScatterAreaSeriesComponent() {
|
|
15
15
|
var _this = _super.call(this) || this;
|
|
@@ -88,10 +88,10 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
88
88
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
89
89
|
*/
|
|
90
90
|
get: function () {
|
|
91
|
-
return this.i.
|
|
91
|
+
return this.i.yj;
|
|
92
92
|
},
|
|
93
93
|
set: function (v) {
|
|
94
|
-
this.i.
|
|
94
|
+
this.i.yj = v;
|
|
95
95
|
},
|
|
96
96
|
enumerable: false,
|
|
97
97
|
configurable: true
|
|
@@ -101,7 +101,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
101
101
|
* The ColorScale used to resolve the color values of points in the series.
|
|
102
102
|
*/
|
|
103
103
|
get: function () {
|
|
104
|
-
var r = this.i.
|
|
104
|
+
var r = this.i.ye;
|
|
105
105
|
if (r == null) {
|
|
106
106
|
return null;
|
|
107
107
|
}
|
|
@@ -117,7 +117,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
117
117
|
set: function (v) {
|
|
118
118
|
if (v != null && this._stylingContainer && v._styling)
|
|
119
119
|
v._styling(this._stylingContainer, this, this);
|
|
120
|
-
v == null ? this.i.
|
|
120
|
+
v == null ? this.i.ye = null : this.i.ye = v.i;
|
|
121
121
|
},
|
|
122
122
|
enumerable: false,
|
|
123
123
|
configurable: true
|
|
@@ -127,7 +127,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
127
127
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
128
128
|
*/
|
|
129
129
|
get: function () {
|
|
130
|
-
var r = this.i.
|
|
130
|
+
var r = this.i.yd;
|
|
131
131
|
if (r == null) {
|
|
132
132
|
return null;
|
|
133
133
|
}
|
|
@@ -143,7 +143,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
143
143
|
set: function (v) {
|
|
144
144
|
if (v != null && this._stylingContainer && v._styling)
|
|
145
145
|
v._styling(this._stylingContainer, this, this);
|
|
146
|
-
v == null ? this.i.
|
|
146
|
+
v == null ? this.i.yd = null : this.i.yd = v.i;
|
|
147
147
|
},
|
|
148
148
|
enumerable: false,
|
|
149
149
|
configurable: true
|
|
@@ -177,7 +177,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
177
177
|
|
|
178
178
|
*/
|
|
179
179
|
IgcGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
|
|
180
|
-
this.i.
|
|
180
|
+
this.i.yo();
|
|
181
181
|
};
|
|
182
182
|
Object.defineProperty(IgcGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
|
|
183
183
|
/**
|
|
@@ -215,4 +215,3 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
215
215
|
IgcGeographicScatterAreaSeriesComponent._isElementRegistered = false;
|
|
216
216
|
return IgcGeographicScatterAreaSeriesComponent;
|
|
217
217
|
}(IgcGeographicXYTriangulatingSeriesComponent));
|
|
218
|
-
export { IgcGeographicScatterAreaSeriesComponent };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { IgcGeographicMapSeriesHostComponent } from "./igc-geographic-map-series-host-component";
|
|
3
3
|
import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
|
|
4
|
-
var IgcGeographicShapeSeriesBaseBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
4
|
+
export var IgcGeographicShapeSeriesBaseBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
5
5
|
__extends(IgcGeographicShapeSeriesBaseBaseComponent, _super);
|
|
6
6
|
function IgcGeographicShapeSeriesBaseBaseComponent() {
|
|
7
7
|
return _super.call(this) || this;
|
|
@@ -56,4 +56,3 @@ var IgcGeographicShapeSeriesBaseBaseComponent = /** @class */ /*@__PURE__*/ (fun
|
|
|
56
56
|
IgcGeographicShapeSeriesBaseBaseComponent._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent = null;
|
|
57
57
|
return IgcGeographicShapeSeriesBaseBaseComponent;
|
|
58
58
|
}(IgcGeographicMapSeriesHostComponent));
|
|
59
|
-
export { IgcGeographicShapeSeriesBaseBaseComponent };
|
|
@@ -10,7 +10,7 @@ import { IgcBrushScaleComponent } from "igniteui-webcomponents-charts";
|
|
|
10
10
|
/**
|
|
11
11
|
* Base class for series which render polygons on a map.
|
|
12
12
|
*/
|
|
13
|
-
var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
+
export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
14
|
__extends(IgcGeographicShapeSeriesBaseComponent, _super);
|
|
15
15
|
function IgcGeographicShapeSeriesBaseComponent() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
@@ -140,10 +140,10 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
140
140
|
* To be consistent with the Shapefile technical description, it is expected that each list of points is defined as an IEnumerable of IEnumerable of Point, or in other words, a list of lists of points.
|
|
141
141
|
*/
|
|
142
142
|
get: function () {
|
|
143
|
-
return this.i.
|
|
143
|
+
return this.i.yk;
|
|
144
144
|
},
|
|
145
145
|
set: function (v) {
|
|
146
|
-
this.i.
|
|
146
|
+
this.i.yk = v;
|
|
147
147
|
},
|
|
148
148
|
enumerable: false,
|
|
149
149
|
configurable: true
|
|
@@ -153,11 +153,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
153
153
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
154
154
|
*/
|
|
155
155
|
get: function () {
|
|
156
|
-
return this.i.
|
|
156
|
+
return this.i.x5;
|
|
157
157
|
},
|
|
158
158
|
set: function (v) {
|
|
159
|
-
this.i.
|
|
160
|
-
this._a("isCustomShapeStyleAllowed", this.i.
|
|
159
|
+
this.i.x5 = ensureBool(v);
|
|
160
|
+
this._a("isCustomShapeStyleAllowed", this.i.x5);
|
|
161
161
|
},
|
|
162
162
|
enumerable: false,
|
|
163
163
|
configurable: true
|
|
@@ -167,11 +167,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
167
167
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
168
168
|
*/
|
|
169
169
|
get: function () {
|
|
170
|
-
return this.i.
|
|
170
|
+
return this.i.x4;
|
|
171
171
|
},
|
|
172
172
|
set: function (v) {
|
|
173
|
-
this.i.
|
|
174
|
-
this._a("isCustomShapeMarkerStyleAllowed", this.i.
|
|
173
|
+
this.i.x4 = ensureBool(v);
|
|
174
|
+
this._a("isCustomShapeMarkerStyleAllowed", this.i.x4);
|
|
175
175
|
},
|
|
176
176
|
enumerable: false,
|
|
177
177
|
configurable: true
|
|
@@ -181,11 +181,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
181
181
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
182
182
|
*/
|
|
183
183
|
get: function () {
|
|
184
|
-
return this.i.
|
|
184
|
+
return this.i.xw;
|
|
185
185
|
},
|
|
186
186
|
set: function (v) {
|
|
187
|
-
this.i.
|
|
188
|
-
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.
|
|
187
|
+
this.i.xw = ensureEnum(ShapeItemSearchMode_$type, v);
|
|
188
|
+
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.xw));
|
|
189
189
|
},
|
|
190
190
|
enumerable: false,
|
|
191
191
|
configurable: true
|
|
@@ -195,11 +195,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
195
195
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
196
196
|
*/
|
|
197
197
|
get: function () {
|
|
198
|
-
return this.i.
|
|
198
|
+
return this.i.x8;
|
|
199
199
|
},
|
|
200
200
|
set: function (v) {
|
|
201
|
-
this.i.
|
|
202
|
-
this._a("itemSearchThreshold", this.i.
|
|
201
|
+
this.i.x8 = +v;
|
|
202
|
+
this._a("itemSearchThreshold", this.i.x8);
|
|
203
203
|
},
|
|
204
204
|
enumerable: false,
|
|
205
205
|
configurable: true
|
|
@@ -209,10 +209,10 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
209
209
|
* Gets or sets the fill mapping property for the current series object.
|
|
210
210
|
*/
|
|
211
211
|
get: function () {
|
|
212
|
-
return this.i.
|
|
212
|
+
return this.i.x9;
|
|
213
213
|
},
|
|
214
214
|
set: function (v) {
|
|
215
|
-
this.i.
|
|
215
|
+
this.i.x9 = v;
|
|
216
216
|
},
|
|
217
217
|
enumerable: false,
|
|
218
218
|
configurable: true
|
|
@@ -222,7 +222,7 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
222
222
|
* Gets or sets the brush scale for the fill brush of markers.
|
|
223
223
|
*/
|
|
224
224
|
get: function () {
|
|
225
|
-
var r = this.i.
|
|
225
|
+
var r = this.i.xv;
|
|
226
226
|
if (r == null) {
|
|
227
227
|
return null;
|
|
228
228
|
}
|
|
@@ -238,7 +238,7 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
238
238
|
set: function (v) {
|
|
239
239
|
if (v != null && this._stylingContainer && v._styling)
|
|
240
240
|
v._styling(this._stylingContainer, this, this);
|
|
241
|
-
v == null ? this.i.
|
|
241
|
+
v == null ? this.i.xv = null : this.i.xv = v.i;
|
|
242
242
|
},
|
|
243
243
|
enumerable: false,
|
|
244
244
|
configurable: true
|
|
@@ -249,11 +249,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
249
249
|
* This setting applies only if multiple series are using the same FillScale.
|
|
250
250
|
*/
|
|
251
251
|
get: function () {
|
|
252
|
-
return this.i.
|
|
252
|
+
return this.i.x3;
|
|
253
253
|
},
|
|
254
254
|
set: function (v) {
|
|
255
|
-
this.i.
|
|
256
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
255
|
+
this.i.x3 = ensureBool(v);
|
|
256
|
+
this._a("fillScaleUseGlobalValues", this.i.x3);
|
|
257
257
|
},
|
|
258
258
|
enumerable: false,
|
|
259
259
|
configurable: true
|
|
@@ -263,11 +263,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
263
263
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
264
264
|
*/
|
|
265
265
|
get: function () {
|
|
266
|
-
return this.i.
|
|
266
|
+
return this.i.x7;
|
|
267
267
|
},
|
|
268
268
|
set: function (v) {
|
|
269
|
-
this.i.
|
|
270
|
-
this._a("itemSearchPointsThreshold", this.i.
|
|
269
|
+
this.i.x7 = +v;
|
|
270
|
+
this._a("itemSearchPointsThreshold", this.i.x7);
|
|
271
271
|
},
|
|
272
272
|
enumerable: false,
|
|
273
273
|
configurable: true
|
|
@@ -277,7 +277,7 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
277
277
|
* Set a shapefile datasource to use with the series.
|
|
278
278
|
*/
|
|
279
279
|
get: function () {
|
|
280
|
-
var r = this.i.
|
|
280
|
+
var r = this.i.xz;
|
|
281
281
|
if (r == null) {
|
|
282
282
|
return null;
|
|
283
283
|
}
|
|
@@ -296,7 +296,7 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
296
296
|
return r.externalObject;
|
|
297
297
|
},
|
|
298
298
|
set: function (v) {
|
|
299
|
-
v == null ? this.i.
|
|
299
|
+
v == null ? this.i.xz = null : this.i.xz = v.i;
|
|
300
300
|
},
|
|
301
301
|
enumerable: false,
|
|
302
302
|
configurable: true
|
|
@@ -307,11 +307,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
307
307
|
* In the case of GeographicPolylineSeries, the resolution is compared to either dimension, rather than both. In other words, a polyline will not be filtered if its height or its width exceeds the value of this property. Whereas with a ShapeSeries, both the height and the width must exceed the value of this property.
|
|
308
308
|
*/
|
|
309
309
|
get: function () {
|
|
310
|
-
return this.i.
|
|
310
|
+
return this.i.x6;
|
|
311
311
|
},
|
|
312
312
|
set: function (v) {
|
|
313
|
-
this.i.
|
|
314
|
-
this._a("shapeFilterResolution", this.i.
|
|
313
|
+
this.i.x6 = +v;
|
|
314
|
+
this._a("shapeFilterResolution", this.i.x6);
|
|
315
315
|
},
|
|
316
316
|
enumerable: false,
|
|
317
317
|
configurable: true
|
|
@@ -402,4 +402,3 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
402
402
|
IgcGeographicShapeSeriesBaseComponent._observedAttributesIgcGeographicShapeSeriesBaseComponent = null;
|
|
403
403
|
return IgcGeographicShapeSeriesBaseComponent;
|
|
404
404
|
}(IgcGeographicMapSeriesHostComponent));
|
|
405
|
-
export { IgcGeographicShapeSeriesBaseComponent };
|