igniteui-webcomponents-maps 6.3.0-beta.0 → 6.3.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-maps.umd.js +1027 -1027
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/ArcGISOnlineMapImagery.js +2 -4
- package/esm2015/lib/AzureMapsImageryView_combined.js +4 -8
- package/esm2015/lib/BingMapsMapImageryView_combined.js +4 -8
- package/esm2015/lib/BingResourceSet.js +2 -4
- package/esm2015/lib/BingResponse.js +2 -4
- package/esm2015/lib/CustomMapImagery.js +2 -4
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -43
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -77
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +170 -174
- package/esm2015/lib/GeographicMarkerSeries.js +27 -29
- package/esm2015/lib/GeographicMarkerSeriesBase.js +2 -4
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -23
- package/esm2015/lib/GeographicProportionalSymbolSeriesBase.js +2 -4
- package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -4
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -90
- package/esm2015/lib/GeographicShapeSeriesBaseBase.js +2 -4
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -4
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -66
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +53 -57
- package/esm2015/lib/GeographicSymbolSeriesBase.js +2 -4
- package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -4
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -59
- package/esm2015/lib/GeographicTileSeries.js +28 -30
- package/esm2015/lib/GeographicXYTriangulatingSeriesBase.js +2 -4
- package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -4
- package/esm2015/lib/ImageTilesReadyEventArgs.js +2 -4
- package/esm2015/lib/ImageryMetadata.js +2 -4
- package/esm2015/lib/ImagesChangedEventArgs.js +2 -4
- package/esm2015/lib/LevelOfDetailResponseModel.js +2 -4
- package/esm2015/lib/MapServerResponseModel.js +2 -4
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +4 -6
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +4 -6
- package/esm2015/lib/SubDomainsCollection.js +2 -4
- package/esm2015/lib/TileGeneratorMapImagery.js +2 -4
- package/esm2015/lib/TileInfoResponseModel.js +2 -4
- package/esm2015/lib/TileSeries_combined.js +85 -89
- package/esm2015/lib/TokenResponseModel.js +2 -4
- package/esm2015/lib/XamGeographicMap_combined.js +142 -160
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +10 -12
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +33 -36
- package/esm2015/lib/igc-geographic-map-component.js +2 -1
- package/esm2015/lib/igc-geographic-map-series-host-component.js +14 -16
- package/esm2015/lib/igc-geographic-marker-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-marker-series-component.js +33 -35
- package/esm2015/lib/igc-geographic-polyline-series-component.js +14 -16
- package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +43 -46
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +9 -11
- package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +31 -33
- package/esm2015/lib/igc-geographic-shape-series-component.js +45 -47
- package/esm2015/lib/igc-geographic-symbol-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-symbol-series-component.js +21 -24
- package/esm2015/lib/igc-geographic-tile-series-component.js +5 -7
- package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +14 -16
- package/esm2015/lib/igc-tile-series-component.js +4 -6
- package/esm5/lib/ArcGISOnlineMapImagery.js +1 -2
- package/esm5/lib/AzureMapsImageryView_combined.js +2 -4
- package/esm5/lib/BingMapsMapImageryView_combined.js +2 -4
- package/esm5/lib/BingResourceSet.js +1 -2
- package/esm5/lib/BingResponse.js +1 -2
- package/esm5/lib/CustomMapImagery.js +1 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -39
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -73
- package/esm5/lib/GeographicMapSeriesHost_combined.js +166 -168
- package/esm5/lib/GeographicMarkerSeries.js +26 -27
- package/esm5/lib/GeographicMarkerSeriesBase.js +1 -2
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -19
- package/esm5/lib/GeographicProportionalSymbolSeriesBase.js +1 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +1 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -86
- package/esm5/lib/GeographicShapeSeriesBaseBase.js +1 -2
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +1 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -61
- package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -53
- package/esm5/lib/GeographicSymbolSeriesBase.js +1 -2
- package/esm5/lib/GeographicSymbolSeriesBaseView.js +1 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -55
- package/esm5/lib/GeographicTileSeries.js +26 -27
- package/esm5/lib/GeographicXYTriangulatingSeriesBase.js +1 -2
- package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +1 -2
- package/esm5/lib/ImageTilesReadyEventArgs.js +1 -2
- package/esm5/lib/ImageryMetadata.js +1 -2
- package/esm5/lib/ImagesChangedEventArgs.js +1 -2
- package/esm5/lib/LevelOfDetailResponseModel.js +1 -2
- package/esm5/lib/MapServerResponseModel.js +1 -2
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +3 -4
- package/esm5/lib/SphericalMercatorVerticalScaler.js +3 -4
- package/esm5/lib/SubDomainsCollection.js +1 -2
- package/esm5/lib/TileGeneratorMapImagery.js +1 -2
- package/esm5/lib/TileInfoResponseModel.js +1 -2
- package/esm5/lib/TileSeries_combined.js +81 -83
- package/esm5/lib/TokenResponseModel.js +1 -2
- package/esm5/lib/XamGeographicMap_combined.js +132 -141
- package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -10
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -33
- package/esm5/lib/igc-geographic-map-component.js +1 -2
- package/esm5/lib/igc-geographic-map-series-host-component.js +13 -14
- package/esm5/lib/igc-geographic-marker-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-marker-series-component.js +32 -33
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -14
- package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -43
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -9
- package/esm5/lib/igc-geographic-shape-series-base-base-component.js +1 -2
- package/esm5/lib/igc-geographic-shape-series-base-component.js +30 -31
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -45
- package/esm5/lib/igc-geographic-symbol-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-symbol-series-component.js +20 -21
- package/esm5/lib/igc-geographic-tile-series-component.js +4 -5
- package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +13 -14
- package/esm5/lib/igc-tile-series-component.js +3 -4
- package/fesm2015/igniteui-webcomponents-maps.js +1036 -1249
- package/fesm5/igniteui-webcomponents-maps.js +1027 -1027
- package/igniteui-webcomponents-maps.d.ts +1 -1
- package/lib/ArcGISOnlineMapImagery.d.ts +49 -49
- package/lib/AzureMapsImagery.d.ts +1 -1
- package/lib/AzureMapsImageryStyle.d.ts +25 -25
- package/lib/AzureMapsImageryView.d.ts +1 -1
- package/lib/AzureMapsImageryView_combined.d.ts +39 -39
- package/lib/BingMapsImageryStyle.d.ts +34 -34
- package/lib/BingMapsMapImagery.d.ts +1 -1
- package/lib/BingMapsMapImageryView.d.ts +1 -1
- package/lib/BingMapsMapImageryView_combined.d.ts +62 -62
- package/lib/BingResourceSet.d.ts +11 -11
- package/lib/BingResponse.d.ts +11 -11
- package/lib/CustomMapImagery.d.ts +14 -14
- package/lib/GeographicContourLineSeries.d.ts +1 -1
- package/lib/GeographicContourLineSeriesView.d.ts +1 -1
- package/lib/GeographicContourLineSeriesView_combined.d.ts +46 -46
- package/lib/GeographicHighDensityScatterSeries.d.ts +1 -1
- package/lib/GeographicHighDensityScatterSeriesView.d.ts +1 -1
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +66 -66
- package/lib/GeographicMapImagery.d.ts +1 -1
- package/lib/GeographicMapImageryView.d.ts +1 -1
- package/lib/GeographicMapSeriesHost.d.ts +1 -1
- package/lib/GeographicMapSeriesHost_combined.d.ts +103 -103
- package/lib/GeographicMarkerSeries.d.ts +33 -33
- package/lib/GeographicMarkerSeriesBase.d.ts +10 -10
- package/lib/GeographicPolylineSeries.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +39 -39
- package/lib/GeographicProportionalSymbolSeries.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +10 -10
- package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +11 -11
- package/lib/GeographicProportionalSymbolSeriesView.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +81 -81
- package/lib/GeographicScatterAreaSeries.d.ts +1 -1
- package/lib/GeographicScatterAreaSeriesView.d.ts +1 -1
- package/lib/GeographicShapeSeries.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBaseBase.d.ts +10 -10
- package/lib/GeographicShapeSeriesBaseBaseView.d.ts +11 -11
- package/lib/GeographicShapeSeriesBaseView.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +58 -58
- package/lib/GeographicShapeSeriesView.d.ts +1 -1
- package/lib/GeographicShapeSeriesView_combined.d.ts +71 -71
- package/lib/GeographicSymbolSeries.d.ts +1 -1
- package/lib/GeographicSymbolSeriesBase.d.ts +10 -10
- package/lib/GeographicSymbolSeriesBaseView.d.ts +11 -11
- package/lib/GeographicSymbolSeriesView.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +63 -63
- package/lib/GeographicTileSeries.d.ts +24 -24
- package/lib/GeographicXYTriangulatingSeries.d.ts +1 -1
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesView.d.ts +1 -1
- package/lib/HostSeriesView.d.ts +1 -1
- package/lib/ImageTilesReadyEventArgs.d.ts +7 -7
- package/lib/ImageryMetadata.d.ts +11 -11
- package/lib/ImagesChangedEventArgs.d.ts +7 -7
- package/lib/LevelOfDetailResponseModel.d.ts +16 -16
- package/lib/MapBackgroundTilingMode.d.ts +22 -22
- package/lib/MapResizeBehavior.d.ts +22 -22
- package/lib/MapServerResponseModel.d.ts +14 -14
- package/lib/OpenStreetMapImagery.d.ts +1 -1
- package/lib/SphericalMercatorHorizontalScaler.d.ts +23 -23
- package/lib/SphericalMercatorVerticalScaler.d.ts +34 -34
- package/lib/SubDomainsCollection.d.ts +11 -11
- package/lib/TileGeneratorMapImagery.d.ts +14 -14
- package/lib/TileInfoResponseModel.d.ts +11 -11
- package/lib/TileSeries.d.ts +1 -1
- package/lib/TileSeriesView.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +78 -78
- package/lib/TokenResponseModel.d.ts +16 -16
- package/lib/XamGeographicMap.d.ts +1 -1
- package/lib/XamGeographicMapView.d.ts +1 -1
- package/lib/XamGeographicMap_combined.d.ts +320 -320
- package/lib/igc-arc-gis-online-map-imagery-module.d.ts +3 -3
- package/lib/igc-arc-gis-online-map-imagery.d.ts +59 -59
- package/lib/igc-azure-maps-imagery-module.d.ts +3 -3
- package/lib/igc-azure-maps-imagery.d.ts +50 -50
- package/lib/igc-bing-maps-map-imagery-module.d.ts +3 -3
- package/lib/igc-bing-maps-map-imagery.d.ts +79 -79
- package/lib/igc-custom-map-imagery-module.d.ts +3 -3
- package/lib/igc-custom-map-imagery.d.ts +20 -20
- package/lib/igc-geographic-contour-line-series-component.d.ts +56 -56
- package/lib/igc-geographic-contour-line-series-module.d.ts +3 -3
- package/lib/igc-geographic-high-density-scatter-series-component.d.ts +88 -88
- package/lib/igc-geographic-high-density-scatter-series-module.d.ts +3 -3
- package/lib/igc-geographic-map-component.d.ts +244 -244
- package/lib/igc-geographic-map-core-module.d.ts +3 -3
- package/lib/igc-geographic-map-imagery.d.ts +92 -92
- package/lib/igc-geographic-map-module.d.ts +3 -3
- package/lib/igc-geographic-map-series-host-component.d.ts +95 -95
- package/lib/igc-geographic-marker-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-marker-series-component.d.ts +78 -78
- package/lib/igc-geographic-polyline-series-component.d.ts +50 -50
- package/lib/igc-geographic-polyline-series-module.d.ts +3 -3
- package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-proportional-symbol-series-component.d.ts +131 -131
- package/lib/igc-geographic-proportional-symbol-series-module.d.ts +3 -3
- package/lib/igc-geographic-scatter-area-series-component.d.ts +55 -55
- package/lib/igc-geographic-scatter-area-series-module.d.ts +3 -3
- package/lib/igc-geographic-shape-series-base-base-component.d.ts +13 -13
- package/lib/igc-geographic-shape-series-base-component.d.ts +113 -113
- package/lib/igc-geographic-shape-series-component.d.ts +111 -111
- package/lib/igc-geographic-shape-series-module.d.ts +3 -3
- package/lib/igc-geographic-symbol-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-symbol-series-component.d.ts +78 -78
- package/lib/igc-geographic-symbol-series-module.d.ts +3 -3
- package/lib/igc-geographic-tile-series-component.d.ts +44 -44
- package/lib/igc-geographic-tile-series-module.d.ts +3 -3
- package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-xy-triangulating-series-component.d.ts +51 -51
- package/lib/igc-image-tiles-ready-event-args.d.ts +12 -12
- package/lib/igc-images-changed-event-args.d.ts +12 -12
- package/lib/igc-open-street-map-imagery-module.d.ts +3 -3
- package/lib/igc-open-street-map-imagery.d.ts +18 -18
- package/lib/igc-sub-domains-collection.d.ts +6 -6
- package/lib/igc-tile-generator-map-imagery-module.d.ts +3 -3
- package/lib/igc-tile-generator-map-imagery.d.ts +19 -19
- package/lib/igc-tile-series-component.d.ts +36 -36
- package/lib/igc-tile-series-module.d.ts +3 -3
- package/package.json +3 -3
- package/public_api.d.ts +107 -107
|
@@ -8,11 +8,7 @@ import { IgcGeographicMarkerSeriesComponent } from "./igc-geographic-marker-seri
|
|
|
8
8
|
import { GeographicProportionalSymbolSeries } from "./GeographicProportionalSymbolSeries";
|
|
9
9
|
import { getAllPropertyNames, toSpinal, ensureBool, ensureEnum, enumToString } from "igniteui-webcomponents-core";
|
|
10
10
|
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
11
|
-
|
|
12
|
-
* Series class for a geographic map with points marked at given locations.
|
|
13
|
-
* This is the geographic equivalent of a ScatterSeries.
|
|
14
|
-
*/
|
|
15
|
-
export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
11
|
+
let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
16
12
|
class IgcGeographicProportionalSymbolSeriesComponent extends IgcGeographicMarkerSeriesComponent {
|
|
17
13
|
createImplementation() {
|
|
18
14
|
return new GeographicProportionalSymbolSeries();
|
|
@@ -79,34 +75,34 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
|
|
|
79
75
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
80
76
|
*/
|
|
81
77
|
get latitudeMemberPath() {
|
|
82
|
-
return this.i.
|
|
78
|
+
return this.i.zi;
|
|
83
79
|
}
|
|
84
80
|
set latitudeMemberPath(v) {
|
|
85
|
-
this.i.
|
|
81
|
+
this.i.zi = v;
|
|
86
82
|
}
|
|
87
83
|
/**
|
|
88
84
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
89
85
|
*/
|
|
90
86
|
get longitudeMemberPath() {
|
|
91
|
-
return this.i.
|
|
87
|
+
return this.i.zk;
|
|
92
88
|
}
|
|
93
89
|
set longitudeMemberPath(v) {
|
|
94
|
-
this.i.
|
|
90
|
+
this.i.zk = v;
|
|
95
91
|
}
|
|
96
92
|
/**
|
|
97
93
|
* Gets or sets the radius mapping property for the current series object.
|
|
98
94
|
*/
|
|
99
95
|
get radiusMemberPath() {
|
|
100
|
-
return this.i.
|
|
96
|
+
return this.i.zp;
|
|
101
97
|
}
|
|
102
98
|
set radiusMemberPath(v) {
|
|
103
|
-
this.i.
|
|
99
|
+
this.i.zp = v;
|
|
104
100
|
}
|
|
105
101
|
/**
|
|
106
102
|
* Gets or sets the radius size scale for the bubbles.
|
|
107
103
|
*/
|
|
108
104
|
get radiusScale() {
|
|
109
|
-
const r = this.i.
|
|
105
|
+
const r = this.i.yw;
|
|
110
106
|
if (r == null) {
|
|
111
107
|
return null;
|
|
112
108
|
}
|
|
@@ -122,31 +118,31 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
|
|
|
122
118
|
set radiusScale(v) {
|
|
123
119
|
if (v != null && this._stylingContainer && v._styling)
|
|
124
120
|
v._styling(this._stylingContainer, this, this);
|
|
125
|
-
v == null ? this.i.
|
|
121
|
+
v == null ? this.i.yw = null : this.i.yw = v.i;
|
|
126
122
|
}
|
|
127
123
|
/**
|
|
128
124
|
* Gets or sets the Label mapping property for the current series object.
|
|
129
125
|
*/
|
|
130
126
|
get labelMemberPath() {
|
|
131
|
-
return this.i.
|
|
127
|
+
return this.i.zg;
|
|
132
128
|
}
|
|
133
129
|
set labelMemberPath(v) {
|
|
134
|
-
this.i.
|
|
130
|
+
this.i.zg = v;
|
|
135
131
|
}
|
|
136
132
|
/**
|
|
137
133
|
* Gets or sets the fill mapping property for the current series object.
|
|
138
134
|
*/
|
|
139
135
|
get fillMemberPath() {
|
|
140
|
-
return this.i.
|
|
136
|
+
return this.i.y8;
|
|
141
137
|
}
|
|
142
138
|
set fillMemberPath(v) {
|
|
143
|
-
this.i.
|
|
139
|
+
this.i.y8 = v;
|
|
144
140
|
}
|
|
145
141
|
/**
|
|
146
142
|
* Gets or sets the brush scale for the marker brush.
|
|
147
143
|
*/
|
|
148
144
|
get fillScale() {
|
|
149
|
-
const r = this.i.
|
|
145
|
+
const r = this.i.yt;
|
|
150
146
|
if (r == null) {
|
|
151
147
|
return null;
|
|
152
148
|
}
|
|
@@ -162,102 +158,102 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
|
|
|
162
158
|
set fillScale(v) {
|
|
163
159
|
if (v != null && this._stylingContainer && v._styling)
|
|
164
160
|
v._styling(this._stylingContainer, this, this);
|
|
165
|
-
v == null ? this.i.
|
|
161
|
+
v == null ? this.i.yt = null : this.i.yt = v.i;
|
|
166
162
|
}
|
|
167
163
|
/**
|
|
168
164
|
* Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series.
|
|
169
165
|
* This setting applies only if multiple series are using the same FillScale.
|
|
170
166
|
*/
|
|
171
167
|
get fillScaleUseGlobalValues() {
|
|
172
|
-
return this.i.
|
|
168
|
+
return this.i.y0;
|
|
173
169
|
}
|
|
174
170
|
set fillScaleUseGlobalValues(v) {
|
|
175
|
-
this.i.
|
|
176
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
171
|
+
this.i.y0 = ensureBool(v);
|
|
172
|
+
this._a("fillScaleUseGlobalValues", this.i.y0);
|
|
177
173
|
}
|
|
178
174
|
/**
|
|
179
175
|
* Gets or sets whether or not the marker outline should use FillScale like the marker fill does.
|
|
180
176
|
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
181
177
|
*/
|
|
182
178
|
get markerOutlineUsesFillScale() {
|
|
183
|
-
return this.i.
|
|
179
|
+
return this.i.y3;
|
|
184
180
|
}
|
|
185
181
|
set markerOutlineUsesFillScale(v) {
|
|
186
|
-
this.i.
|
|
187
|
-
this._a("markerOutlineUsesFillScale", this.i.
|
|
182
|
+
this.i.y3 = ensureBool(v);
|
|
183
|
+
this._a("markerOutlineUsesFillScale", this.i.y3);
|
|
188
184
|
}
|
|
189
185
|
/**
|
|
190
186
|
* Gets or sets brightness of the marker outline. Using negative value will change marker outline to darker color and positive value will change marker outline to brighter color
|
|
191
187
|
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
192
188
|
*/
|
|
193
189
|
get markerOutlineBrightness() {
|
|
194
|
-
return this.i.
|
|
190
|
+
return this.i.y6;
|
|
195
191
|
}
|
|
196
192
|
set markerOutlineBrightness(v) {
|
|
197
|
-
this.i.
|
|
198
|
-
this._a("markerOutlineBrightness", this.i.
|
|
193
|
+
this.i.y6 = +v;
|
|
194
|
+
this._a("markerOutlineBrightness", this.i.y6);
|
|
199
195
|
}
|
|
200
196
|
/**
|
|
201
197
|
* Gets or sets brightness of the marker fill. Using negative value will change marker fill to darker color and positive value will change marker fill to brighter color
|
|
202
198
|
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
203
199
|
*/
|
|
204
200
|
get markerBrushBrightness() {
|
|
205
|
-
return this.i.
|
|
201
|
+
return this.i.y5;
|
|
206
202
|
}
|
|
207
203
|
set markerBrushBrightness(v) {
|
|
208
|
-
this.i.
|
|
209
|
-
this._a("markerBrushBrightness", this.i.
|
|
204
|
+
this.i.y5 = +v;
|
|
205
|
+
this._a("markerBrushBrightness", this.i.y5);
|
|
210
206
|
}
|
|
211
207
|
/**
|
|
212
208
|
* Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
|
|
213
209
|
* This setting applies only if multiple series are using the same RadiusScale.
|
|
214
210
|
*/
|
|
215
211
|
get radiusScaleUseGlobalValues() {
|
|
216
|
-
return this.i.
|
|
212
|
+
return this.i.y4;
|
|
217
213
|
}
|
|
218
214
|
set radiusScaleUseGlobalValues(v) {
|
|
219
|
-
this.i.
|
|
220
|
-
this._a("radiusScaleUseGlobalValues", this.i.
|
|
215
|
+
this.i.y4 = ensureBool(v);
|
|
216
|
+
this._a("radiusScaleUseGlobalValues", this.i.y4);
|
|
221
217
|
}
|
|
222
218
|
/**
|
|
223
219
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
224
220
|
*/
|
|
225
221
|
get isCustomScatterStyleAllowed() {
|
|
226
|
-
return this.i.
|
|
222
|
+
return this.i.y2;
|
|
227
223
|
}
|
|
228
224
|
set isCustomScatterStyleAllowed(v) {
|
|
229
|
-
this.i.
|
|
230
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
225
|
+
this.i.y2 = ensureBool(v);
|
|
226
|
+
this._a("isCustomScatterStyleAllowed", this.i.y2);
|
|
231
227
|
}
|
|
232
228
|
/**
|
|
233
229
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
234
230
|
*/
|
|
235
231
|
get isCustomScatterMarkerStyleAllowed() {
|
|
236
|
-
return this.i.
|
|
232
|
+
return this.i.y1;
|
|
237
233
|
}
|
|
238
234
|
set isCustomScatterMarkerStyleAllowed(v) {
|
|
239
|
-
this.i.
|
|
240
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
235
|
+
this.i.y1 = ensureBool(v);
|
|
236
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.y1);
|
|
241
237
|
}
|
|
242
238
|
/**
|
|
243
239
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
244
240
|
*/
|
|
245
241
|
get itemSearchMode() {
|
|
246
|
-
return this.i.
|
|
242
|
+
return this.i.yv;
|
|
247
243
|
}
|
|
248
244
|
set itemSearchMode(v) {
|
|
249
|
-
this.i.
|
|
250
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
245
|
+
this.i.yv = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
246
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yv));
|
|
251
247
|
}
|
|
252
248
|
/**
|
|
253
249
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
254
250
|
*/
|
|
255
251
|
get itemSearchThreshold() {
|
|
256
|
-
return this.i.
|
|
252
|
+
return this.i.y7;
|
|
257
253
|
}
|
|
258
254
|
set itemSearchThreshold(v) {
|
|
259
|
-
this.i.
|
|
260
|
-
this._a("itemSearchThreshold", this.i.
|
|
255
|
+
this.i.y7 = +v;
|
|
256
|
+
this._a("itemSearchThreshold", this.i.y7);
|
|
261
257
|
}
|
|
262
258
|
findByName(name) {
|
|
263
259
|
var baseResult = super.findByName(name);
|
|
@@ -341,3 +337,4 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
|
|
|
341
337
|
IgcGeographicProportionalSymbolSeriesComponent._isElementRegistered = false;
|
|
342
338
|
return IgcGeographicProportionalSymbolSeriesComponent;
|
|
343
339
|
})();
|
|
340
|
+
export { IgcGeographicProportionalSymbolSeriesComponent };
|
|
@@ -5,10 +5,7 @@ import { IgcGeographicXYTriangulatingSeriesComponent } from "./igc-geographic-xy
|
|
|
5
5
|
import { GeographicScatterAreaSeries } from "./GeographicScatterAreaSeries";
|
|
6
6
|
import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
|
|
7
7
|
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
8
|
-
|
|
9
|
-
* 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.
|
|
10
|
-
*/
|
|
11
|
-
export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
8
|
+
let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
12
9
|
class IgcGeographicScatterAreaSeriesComponent extends IgcGeographicXYTriangulatingSeriesComponent {
|
|
13
10
|
createImplementation() {
|
|
14
11
|
return new GeographicScatterAreaSeries();
|
|
@@ -73,16 +70,16 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
73
70
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
74
71
|
*/
|
|
75
72
|
get colorMemberPath() {
|
|
76
|
-
return this.i.
|
|
73
|
+
return this.i.yj;
|
|
77
74
|
}
|
|
78
75
|
set colorMemberPath(v) {
|
|
79
|
-
this.i.
|
|
76
|
+
this.i.yj = v;
|
|
80
77
|
}
|
|
81
78
|
/**
|
|
82
79
|
* The ColorScale used to resolve the color values of points in the series.
|
|
83
80
|
*/
|
|
84
81
|
get colorScale() {
|
|
85
|
-
const r = this.i.
|
|
82
|
+
const r = this.i.ye;
|
|
86
83
|
if (r == null) {
|
|
87
84
|
return null;
|
|
88
85
|
}
|
|
@@ -98,13 +95,13 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
98
95
|
set colorScale(v) {
|
|
99
96
|
if (v != null && this._stylingContainer && v._styling)
|
|
100
97
|
v._styling(this._stylingContainer, this, this);
|
|
101
|
-
v == null ? this.i.
|
|
98
|
+
v == null ? this.i.ye = null : this.i.ye = v.i;
|
|
102
99
|
}
|
|
103
100
|
/**
|
|
104
101
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
105
102
|
*/
|
|
106
103
|
get actualColorScale() {
|
|
107
|
-
const r = this.i.
|
|
104
|
+
const r = this.i.yd;
|
|
108
105
|
if (r == null) {
|
|
109
106
|
return null;
|
|
110
107
|
}
|
|
@@ -120,7 +117,7 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
120
117
|
set actualColorScale(v) {
|
|
121
118
|
if (v != null && this._stylingContainer && v._styling)
|
|
122
119
|
v._styling(this._stylingContainer, this, this);
|
|
123
|
-
v == null ? this.i.
|
|
120
|
+
v == null ? this.i.yd = null : this.i.yd = v.i;
|
|
124
121
|
}
|
|
125
122
|
findByName(name) {
|
|
126
123
|
var baseResult = super.findByName(name);
|
|
@@ -151,7 +148,7 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
151
148
|
|
|
152
149
|
*/
|
|
153
150
|
updateActualColorScale() {
|
|
154
|
-
this.i.
|
|
151
|
+
this.i.yo();
|
|
155
152
|
}
|
|
156
153
|
/**
|
|
157
154
|
* Raised when the status of an ongoing Triangulation has changed.
|
|
@@ -185,3 +182,4 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
185
182
|
IgcGeographicScatterAreaSeriesComponent._isElementRegistered = false;
|
|
186
183
|
return IgcGeographicScatterAreaSeriesComponent;
|
|
187
184
|
})();
|
|
185
|
+
export { IgcGeographicScatterAreaSeriesComponent };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IgcGeographicMapSeriesHostComponent } from "./igc-geographic-map-series-host-component";
|
|
2
2
|
import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
|
|
3
|
-
|
|
3
|
+
let IgcGeographicShapeSeriesBaseBaseComponent = /*@__PURE__*/ (() => {
|
|
4
4
|
class IgcGeographicShapeSeriesBaseBaseComponent extends IgcGeographicMapSeriesHostComponent {
|
|
5
5
|
/**
|
|
6
6
|
* @hidden
|
|
@@ -48,3 +48,4 @@ export let IgcGeographicShapeSeriesBaseBaseComponent = /*@__PURE__*/ (() => {
|
|
|
48
48
|
IgcGeographicShapeSeriesBaseBaseComponent._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent = null;
|
|
49
49
|
return IgcGeographicShapeSeriesBaseBaseComponent;
|
|
50
50
|
})();
|
|
51
|
+
export { IgcGeographicShapeSeriesBaseBaseComponent };
|
|
@@ -6,10 +6,7 @@ import { IgcAssigningShapeStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
|
6
6
|
import { IgcAssigningShapeMarkerStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
7
7
|
import { ShapeItemSearchMode_$type } from "igniteui-webcomponents-charts";
|
|
8
8
|
import { IgcBrushScaleComponent } from "igniteui-webcomponents-charts";
|
|
9
|
-
|
|
10
|
-
* Base class for series which render polygons on a map.
|
|
11
|
-
*/
|
|
12
|
-
export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
9
|
+
let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
13
10
|
class IgcGeographicShapeSeriesBaseComponent extends IgcGeographicMapSeriesHostComponent {
|
|
14
11
|
/**
|
|
15
12
|
* @hidden
|
|
@@ -120,65 +117,65 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
120
117
|
* 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.
|
|
121
118
|
*/
|
|
122
119
|
get shapeMemberPath() {
|
|
123
|
-
return this.i.
|
|
120
|
+
return this.i.yk;
|
|
124
121
|
}
|
|
125
122
|
set shapeMemberPath(v) {
|
|
126
|
-
this.i.
|
|
123
|
+
this.i.yk = v;
|
|
127
124
|
}
|
|
128
125
|
/**
|
|
129
126
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
130
127
|
*/
|
|
131
128
|
get isCustomShapeStyleAllowed() {
|
|
132
|
-
return this.i.
|
|
129
|
+
return this.i.x5;
|
|
133
130
|
}
|
|
134
131
|
set isCustomShapeStyleAllowed(v) {
|
|
135
|
-
this.i.
|
|
136
|
-
this._a("isCustomShapeStyleAllowed", this.i.
|
|
132
|
+
this.i.x5 = ensureBool(v);
|
|
133
|
+
this._a("isCustomShapeStyleAllowed", this.i.x5);
|
|
137
134
|
}
|
|
138
135
|
/**
|
|
139
136
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
140
137
|
*/
|
|
141
138
|
get isCustomShapeMarkerStyleAllowed() {
|
|
142
|
-
return this.i.
|
|
139
|
+
return this.i.x4;
|
|
143
140
|
}
|
|
144
141
|
set isCustomShapeMarkerStyleAllowed(v) {
|
|
145
|
-
this.i.
|
|
146
|
-
this._a("isCustomShapeMarkerStyleAllowed", this.i.
|
|
142
|
+
this.i.x4 = ensureBool(v);
|
|
143
|
+
this._a("isCustomShapeMarkerStyleAllowed", this.i.x4);
|
|
147
144
|
}
|
|
148
145
|
/**
|
|
149
146
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
150
147
|
*/
|
|
151
148
|
get itemSearchMode() {
|
|
152
|
-
return this.i.
|
|
149
|
+
return this.i.xw;
|
|
153
150
|
}
|
|
154
151
|
set itemSearchMode(v) {
|
|
155
|
-
this.i.
|
|
156
|
-
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.
|
|
152
|
+
this.i.xw = ensureEnum(ShapeItemSearchMode_$type, v);
|
|
153
|
+
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.xw));
|
|
157
154
|
}
|
|
158
155
|
/**
|
|
159
156
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
160
157
|
*/
|
|
161
158
|
get itemSearchThreshold() {
|
|
162
|
-
return this.i.
|
|
159
|
+
return this.i.x8;
|
|
163
160
|
}
|
|
164
161
|
set itemSearchThreshold(v) {
|
|
165
|
-
this.i.
|
|
166
|
-
this._a("itemSearchThreshold", this.i.
|
|
162
|
+
this.i.x8 = +v;
|
|
163
|
+
this._a("itemSearchThreshold", this.i.x8);
|
|
167
164
|
}
|
|
168
165
|
/**
|
|
169
166
|
* Gets or sets the fill mapping property for the current series object.
|
|
170
167
|
*/
|
|
171
168
|
get fillMemberPath() {
|
|
172
|
-
return this.i.
|
|
169
|
+
return this.i.x9;
|
|
173
170
|
}
|
|
174
171
|
set fillMemberPath(v) {
|
|
175
|
-
this.i.
|
|
172
|
+
this.i.x9 = v;
|
|
176
173
|
}
|
|
177
174
|
/**
|
|
178
175
|
* Gets or sets the brush scale for the fill brush of markers.
|
|
179
176
|
*/
|
|
180
177
|
get fillScale() {
|
|
181
|
-
const r = this.i.
|
|
178
|
+
const r = this.i.xv;
|
|
182
179
|
if (r == null) {
|
|
183
180
|
return null;
|
|
184
181
|
}
|
|
@@ -194,34 +191,34 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
194
191
|
set fillScale(v) {
|
|
195
192
|
if (v != null && this._stylingContainer && v._styling)
|
|
196
193
|
v._styling(this._stylingContainer, this, this);
|
|
197
|
-
v == null ? this.i.
|
|
194
|
+
v == null ? this.i.xv = null : this.i.xv = v.i;
|
|
198
195
|
}
|
|
199
196
|
/**
|
|
200
197
|
* Gets or sets whether or not the FillScale uses global min/max values of FillMemberPath from multiple series.
|
|
201
198
|
* This setting applies only if multiple series are using the same FillScale.
|
|
202
199
|
*/
|
|
203
200
|
get fillScaleUseGlobalValues() {
|
|
204
|
-
return this.i.
|
|
201
|
+
return this.i.x3;
|
|
205
202
|
}
|
|
206
203
|
set fillScaleUseGlobalValues(v) {
|
|
207
|
-
this.i.
|
|
208
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
204
|
+
this.i.x3 = ensureBool(v);
|
|
205
|
+
this._a("fillScaleUseGlobalValues", this.i.x3);
|
|
209
206
|
}
|
|
210
207
|
/**
|
|
211
208
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
212
209
|
*/
|
|
213
210
|
get itemSearchPointsThreshold() {
|
|
214
|
-
return this.i.
|
|
211
|
+
return this.i.x7;
|
|
215
212
|
}
|
|
216
213
|
set itemSearchPointsThreshold(v) {
|
|
217
|
-
this.i.
|
|
218
|
-
this._a("itemSearchPointsThreshold", this.i.
|
|
214
|
+
this.i.x7 = +v;
|
|
215
|
+
this._a("itemSearchPointsThreshold", this.i.x7);
|
|
219
216
|
}
|
|
220
217
|
/**
|
|
221
218
|
* Set a shapefile datasource to use with the series.
|
|
222
219
|
*/
|
|
223
220
|
get shapefileDataSource() {
|
|
224
|
-
const r = this.i.
|
|
221
|
+
const r = this.i.xz;
|
|
225
222
|
if (r == null) {
|
|
226
223
|
return null;
|
|
227
224
|
}
|
|
@@ -240,18 +237,18 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
240
237
|
return r.externalObject;
|
|
241
238
|
}
|
|
242
239
|
set shapefileDataSource(v) {
|
|
243
|
-
v == null ? this.i.
|
|
240
|
+
v == null ? this.i.xz = null : this.i.xz = v.i;
|
|
244
241
|
}
|
|
245
242
|
/**
|
|
246
243
|
* The resolution at which to filter out shapes in the series. For example, if the ShapeFilterResolution is set to 3, then elements with a bounding rectangle smaller than 3 X 3 pixels will be filtered out.
|
|
247
244
|
* 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.
|
|
248
245
|
*/
|
|
249
246
|
get shapeFilterResolution() {
|
|
250
|
-
return this.i.
|
|
247
|
+
return this.i.x6;
|
|
251
248
|
}
|
|
252
249
|
set shapeFilterResolution(v) {
|
|
253
|
-
this.i.
|
|
254
|
-
this._a("shapeFilterResolution", this.i.
|
|
250
|
+
this.i.x6 = +v;
|
|
251
|
+
this._a("shapeFilterResolution", this.i.x6);
|
|
255
252
|
}
|
|
256
253
|
findByName(name) {
|
|
257
254
|
var baseResult = super.findByName(name);
|
|
@@ -330,3 +327,4 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
330
327
|
IgcGeographicShapeSeriesBaseComponent._observedAttributesIgcGeographicShapeSeriesBaseComponent = null;
|
|
331
328
|
return IgcGeographicShapeSeriesBaseComponent;
|
|
332
329
|
})();
|
|
330
|
+
export { IgcGeographicShapeSeriesBaseComponent };
|