igniteui-webcomponents-maps 6.3.1 → 7.0.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 +1097 -1097
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +52 -52
- package/esm2015/lib/GeographicTileSeries.js +27 -27
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +87 -87
- package/esm2015/lib/XamGeographicMap_combined.js +124 -124
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
- package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +52 -52
- package/esm5/lib/GeographicTileSeries.js +26 -26
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +85 -85
- package/esm5/lib/XamGeographicMap_combined.js +123 -123
- package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +3 -3
- package/fesm2015/igniteui-webcomponents-maps.js +1106 -1106
- package/fesm5/igniteui-webcomponents-maps.js +1097 -1097
- package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
- package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
- package/lib/GeographicMarkerSeries.d.ts +15 -15
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
- package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +20 -20
- package/lib/XamGeographicMap_combined.d.ts +24 -24
- package/package.json +3 -3
|
@@ -74,69 +74,69 @@ let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
74
74
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
75
75
|
*/
|
|
76
76
|
get latitudeMemberPath() {
|
|
77
|
-
return this.i.
|
|
77
|
+
return this.i.y8;
|
|
78
78
|
}
|
|
79
79
|
set latitudeMemberPath(v) {
|
|
80
|
-
this.i.
|
|
80
|
+
this.i.y8 = v;
|
|
81
81
|
}
|
|
82
82
|
/**
|
|
83
83
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
84
84
|
*/
|
|
85
85
|
get longitudeMemberPath() {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.za;
|
|
87
87
|
}
|
|
88
88
|
set longitudeMemberPath(v) {
|
|
89
|
-
this.i.
|
|
89
|
+
this.i.za = v;
|
|
90
90
|
}
|
|
91
91
|
/**
|
|
92
92
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
93
93
|
*/
|
|
94
94
|
get markerCollisionAvoidance() {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.yu;
|
|
96
96
|
}
|
|
97
97
|
set markerCollisionAvoidance(v) {
|
|
98
|
-
this.i.
|
|
99
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
98
|
+
this.i.yu = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
99
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.yu));
|
|
100
100
|
}
|
|
101
101
|
/**
|
|
102
102
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
103
103
|
*/
|
|
104
104
|
get isCustomScatterStyleAllowed() {
|
|
105
|
-
return this.i.
|
|
105
|
+
return this.i.y1;
|
|
106
106
|
}
|
|
107
107
|
set isCustomScatterStyleAllowed(v) {
|
|
108
|
-
this.i.
|
|
109
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
108
|
+
this.i.y1 = ensureBool(v);
|
|
109
|
+
this._a("isCustomScatterStyleAllowed", this.i.y1);
|
|
110
110
|
}
|
|
111
111
|
/**
|
|
112
112
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
113
113
|
*/
|
|
114
114
|
get isCustomScatterMarkerStyleAllowed() {
|
|
115
|
-
return this.i.
|
|
115
|
+
return this.i.y0;
|
|
116
116
|
}
|
|
117
117
|
set isCustomScatterMarkerStyleAllowed(v) {
|
|
118
|
-
this.i.
|
|
119
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
118
|
+
this.i.y0 = ensureBool(v);
|
|
119
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.y0);
|
|
120
120
|
}
|
|
121
121
|
/**
|
|
122
122
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
123
123
|
*/
|
|
124
124
|
get itemSearchMode() {
|
|
125
|
-
return this.i.
|
|
125
|
+
return this.i.yv;
|
|
126
126
|
}
|
|
127
127
|
set itemSearchMode(v) {
|
|
128
|
-
this.i.
|
|
129
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
128
|
+
this.i.yv = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
129
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yv));
|
|
130
130
|
}
|
|
131
131
|
/**
|
|
132
132
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
133
133
|
*/
|
|
134
134
|
get itemSearchThreshold() {
|
|
135
|
-
return this.i.
|
|
135
|
+
return this.i.y3;
|
|
136
136
|
}
|
|
137
137
|
set itemSearchThreshold(v) {
|
|
138
|
-
this.i.
|
|
139
|
-
this._a("itemSearchThreshold", this.i.
|
|
138
|
+
this.i.y3 = +v;
|
|
139
|
+
this._a("itemSearchThreshold", this.i.y3);
|
|
140
140
|
}
|
|
141
141
|
/**
|
|
142
142
|
* Event raised when Assigning Category Style
|
|
@@ -63,20 +63,20 @@ let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
63
63
|
* Gets whether the current series shows a tile imagery.
|
|
64
64
|
*/
|
|
65
65
|
get isTile() {
|
|
66
|
-
return this.i.
|
|
66
|
+
return this.i.f7;
|
|
67
67
|
}
|
|
68
68
|
/**
|
|
69
69
|
* The MapImagery which is used to provide the tiles for display.
|
|
70
70
|
*/
|
|
71
71
|
get tileImagery() {
|
|
72
|
-
const r = this.i.
|
|
72
|
+
const r = this.i.y3;
|
|
73
73
|
if (r == null) {
|
|
74
74
|
return null;
|
|
75
75
|
}
|
|
76
76
|
return r.externalObject;
|
|
77
77
|
}
|
|
78
78
|
set tileImagery(v) {
|
|
79
|
-
v == null ? this.i.
|
|
79
|
+
v == null ? this.i.y3 = null : this.i.y3 = v.i;
|
|
80
80
|
}
|
|
81
81
|
findByName(name) {
|
|
82
82
|
var baseResult = super.findByName(name);
|
|
@@ -93,7 +93,7 @@ let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
93
93
|
|
|
94
94
|
*/
|
|
95
95
|
clearTileCache() {
|
|
96
|
-
this.i.
|
|
96
|
+
this.i.y7();
|
|
97
97
|
}
|
|
98
98
|
/**
|
|
99
99
|
* This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
|
|
@@ -45,56 +45,56 @@ let IgcGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
45
45
|
* The name of the property from which to extract the Longitude for each item in the ItemsSource.
|
|
46
46
|
*/
|
|
47
47
|
get longitudeMemberPath() {
|
|
48
|
-
return this.i.
|
|
48
|
+
return this.i.xy;
|
|
49
49
|
}
|
|
50
50
|
set longitudeMemberPath(v) {
|
|
51
|
-
this.i.
|
|
51
|
+
this.i.xy = v;
|
|
52
52
|
}
|
|
53
53
|
/**
|
|
54
54
|
* The name of the property from which to extract the Latitude for each item in the ItemsSource.
|
|
55
55
|
*/
|
|
56
56
|
get latitudeMemberPath() {
|
|
57
|
-
return this.i.
|
|
57
|
+
return this.i.xw;
|
|
58
58
|
}
|
|
59
59
|
set latitudeMemberPath(v) {
|
|
60
|
-
this.i.
|
|
60
|
+
this.i.xw = v;
|
|
61
61
|
}
|
|
62
62
|
/**
|
|
63
63
|
* The source of triangulation data.
|
|
64
64
|
* This property is optional. If it is left as null, the triangulation will be created based on the items in the ItemsSource. Triangulation is a demanding operation, so the runtime performance will be better when specifying a TriangulationSource, especially when a large number of data items are present.
|
|
65
65
|
*/
|
|
66
66
|
get trianglesSource() {
|
|
67
|
-
return this.i.
|
|
67
|
+
return this.i.xv;
|
|
68
68
|
}
|
|
69
69
|
set trianglesSource(v) {
|
|
70
|
-
this.i.
|
|
70
|
+
this.i.xv = v;
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
73
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
|
|
74
74
|
*/
|
|
75
75
|
get triangleVertexMemberPath1() {
|
|
76
|
-
return this.i.
|
|
76
|
+
return this.i.x1;
|
|
77
77
|
}
|
|
78
78
|
set triangleVertexMemberPath1(v) {
|
|
79
|
-
this.i.
|
|
79
|
+
this.i.x1 = v;
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
82
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
|
|
83
83
|
*/
|
|
84
84
|
get triangleVertexMemberPath2() {
|
|
85
|
-
return this.i.
|
|
85
|
+
return this.i.x3;
|
|
86
86
|
}
|
|
87
87
|
set triangleVertexMemberPath2(v) {
|
|
88
|
-
this.i.
|
|
88
|
+
this.i.x3 = v;
|
|
89
89
|
}
|
|
90
90
|
/**
|
|
91
91
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
|
|
92
92
|
*/
|
|
93
93
|
get triangleVertexMemberPath3() {
|
|
94
|
-
return this.i.
|
|
94
|
+
return this.i.x5;
|
|
95
95
|
}
|
|
96
96
|
set triangleVertexMemberPath3(v) {
|
|
97
|
-
this.i.
|
|
97
|
+
this.i.x5 = v;
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
IgcGeographicXYTriangulatingSeriesComponent._observedAttributesIgcGeographicXYTriangulatingSeriesComponent = null;
|
|
@@ -59,20 +59,20 @@ let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
59
59
|
* Gets whether the current series shows a tile imagery.
|
|
60
60
|
*/
|
|
61
61
|
get isTile() {
|
|
62
|
-
return this.i.
|
|
62
|
+
return this.i.f7;
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
65
65
|
* The MapImagery which is used to provide the tiles for display.
|
|
66
66
|
*/
|
|
67
67
|
get tileImagery() {
|
|
68
|
-
const r = this.i.
|
|
68
|
+
const r = this.i.aax;
|
|
69
69
|
if (r == null) {
|
|
70
70
|
return null;
|
|
71
71
|
}
|
|
72
72
|
return r.externalObject;
|
|
73
73
|
}
|
|
74
74
|
set tileImagery(v) {
|
|
75
|
-
v == null ? this.i.
|
|
75
|
+
v == null ? this.i.aax = null : this.i.aax = v.i;
|
|
76
76
|
}
|
|
77
77
|
findByName(name) {
|
|
78
78
|
var baseResult = super.findByName(name);
|
|
@@ -28,24 +28,24 @@ export var GeographicContourLineSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
28
28
|
GeographicContourLineSeriesView.prototype.a4 = function () {
|
|
29
29
|
_super.prototype.a4.call(this);
|
|
30
30
|
if (!this.t) {
|
|
31
|
-
this.c2.
|
|
31
|
+
this.c2.jz = Defaults.z;
|
|
32
32
|
}
|
|
33
33
|
};
|
|
34
34
|
GeographicContourLineSeriesView.prototype.ci = function () {
|
|
35
35
|
_super.prototype.ci.call(this);
|
|
36
|
-
if (this.c2.
|
|
37
|
-
this.c2.
|
|
38
|
-
this.c2.
|
|
36
|
+
if (this.c2.xm != null) {
|
|
37
|
+
this.c2.ye.zh = this.c2.yh;
|
|
38
|
+
this.c2.ye.zr = this.c2.yl;
|
|
39
39
|
}
|
|
40
40
|
};
|
|
41
41
|
GeographicContourLineSeriesView.prototype.c3 = function () {
|
|
42
|
-
if (this.c2.
|
|
43
|
-
this.c2.
|
|
42
|
+
if (this.c2.ye != null) {
|
|
43
|
+
this.c2.ye.zh = this.c2.yh;
|
|
44
44
|
}
|
|
45
45
|
};
|
|
46
46
|
GeographicContourLineSeriesView.prototype.c4 = function () {
|
|
47
|
-
if (this.c2.
|
|
48
|
-
this.c2.
|
|
47
|
+
if (this.c2.ye != null) {
|
|
48
|
+
this.c2.ye.zr = this.c2.yl;
|
|
49
49
|
}
|
|
50
50
|
};
|
|
51
51
|
GeographicContourLineSeriesView.$t = markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -65,71 +65,71 @@ export var GeographicContourLineSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
65
65
|
GeographicContourLineSeries.prototype.bk = function () {
|
|
66
66
|
return new GeographicContourLineSeries();
|
|
67
67
|
};
|
|
68
|
-
GeographicContourLineSeries.prototype.
|
|
68
|
+
GeographicContourLineSeries.prototype.get_fn = function () {
|
|
69
69
|
return true;
|
|
70
70
|
};
|
|
71
|
-
GeographicContourLineSeries.prototype.
|
|
72
|
-
_super.prototype.
|
|
71
|
+
GeographicContourLineSeries.prototype.xr = function (a, b) {
|
|
72
|
+
_super.prototype.xr.call(this, a, b);
|
|
73
73
|
};
|
|
74
|
-
GeographicContourLineSeries.prototype.
|
|
75
|
-
this.
|
|
76
|
-
var a = this.
|
|
77
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
78
|
-
var b = this.
|
|
79
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
80
|
-
return this.
|
|
74
|
+
GeographicContourLineSeries.prototype.xl = function () {
|
|
75
|
+
this.ye = new ScatterContourSeries();
|
|
76
|
+
var a = this.ye;
|
|
77
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yo));
|
|
78
|
+
var b = this.ye;
|
|
79
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.yp));
|
|
80
|
+
return this.ye;
|
|
81
81
|
};
|
|
82
|
-
GeographicContourLineSeries.prototype.
|
|
82
|
+
GeographicContourLineSeries.prototype.yo = function (a, b) {
|
|
83
83
|
if (this.triangulationStatusChanged != null) {
|
|
84
84
|
this.triangulationStatusChanged(this, b);
|
|
85
85
|
}
|
|
86
86
|
};
|
|
87
|
-
GeographicContourLineSeries.prototype.
|
|
88
|
-
var c = typeCast(ScatterContourSeries.$, this.
|
|
87
|
+
GeographicContourLineSeries.prototype.yp = function (a, b) {
|
|
88
|
+
var c = typeCast(ScatterContourSeries.$, this.xm);
|
|
89
89
|
if (c == null) {
|
|
90
90
|
return;
|
|
91
91
|
}
|
|
92
92
|
if (b.propertyName == "ActualFillScale") {
|
|
93
|
-
this.
|
|
93
|
+
this.yg = c.zg;
|
|
94
94
|
}
|
|
95
95
|
};
|
|
96
|
-
GeographicContourLineSeries.prototype.
|
|
97
|
-
_super.prototype.
|
|
96
|
+
GeographicContourLineSeries.prototype.s0 = function () {
|
|
97
|
+
_super.prototype.s0.call(this);
|
|
98
98
|
};
|
|
99
99
|
GeographicContourLineSeries.prototype.ct = function () {
|
|
100
100
|
return new GeographicContourLineSeriesView(this);
|
|
101
101
|
};
|
|
102
|
-
GeographicContourLineSeries.prototype.
|
|
103
|
-
_super.prototype.
|
|
104
|
-
this.
|
|
102
|
+
GeographicContourLineSeries.prototype.ri = function (a) {
|
|
103
|
+
_super.prototype.ri.call(this, a);
|
|
104
|
+
this.yi = a;
|
|
105
105
|
};
|
|
106
|
-
GeographicContourLineSeries.prototype.
|
|
107
|
-
_super.prototype.
|
|
106
|
+
GeographicContourLineSeries.prototype.rr = function (a, b, c, d) {
|
|
107
|
+
_super.prototype.rr.call(this, a, b, c, d);
|
|
108
108
|
switch (b) {
|
|
109
109
|
case GeographicContourLineSeries.$$p[1]:
|
|
110
|
-
this.
|
|
110
|
+
this.yi.c3();
|
|
111
111
|
break;
|
|
112
112
|
case GeographicContourLineSeries.$$p[2]:
|
|
113
|
-
this.
|
|
113
|
+
this.yi.c4();
|
|
114
114
|
break;
|
|
115
115
|
case GeographicContourLineSeries.$$p[3]:
|
|
116
|
-
this.
|
|
116
|
+
this.ye.ze = this.yd;
|
|
117
117
|
break;
|
|
118
118
|
case "DashArray":
|
|
119
|
-
this.
|
|
119
|
+
this.ye.wn = this.wn;
|
|
120
120
|
break;
|
|
121
121
|
case "DashCap":
|
|
122
|
-
this.
|
|
122
|
+
this.ye.wo = this.wo;
|
|
123
123
|
break;
|
|
124
124
|
case "MiterLimit":
|
|
125
|
-
this.
|
|
125
|
+
this.ye.jq = this.jq;
|
|
126
126
|
break;
|
|
127
127
|
case "LineJoin":
|
|
128
|
-
this.
|
|
128
|
+
this.ye.wq = this.wq;
|
|
129
129
|
break;
|
|
130
130
|
}
|
|
131
131
|
};
|
|
132
132
|
GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
|
|
133
|
-
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:
|
|
133
|
+
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:yg:yq', [ValueBrushScale.$, null], 'FillScale:yh:yr', [ValueBrushScale.$, null], 'ValueMemberPath:yl:ys', [2, "value"], 'ValueResolver:yd:yt', [ContourValueResolver.$, null]]);
|
|
134
134
|
return GeographicContourLineSeries;
|
|
135
135
|
}(GeographicXYTriangulatingSeries));
|
|
@@ -27,71 +27,71 @@ export var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/
|
|
|
27
27
|
}
|
|
28
28
|
GeographicHighDensityScatterSeriesView.prototype.ci = function () {
|
|
29
29
|
_super.prototype.ci.call(this);
|
|
30
|
-
var a = typeCast(HighDensityScatterSeries.$, this.cu.
|
|
31
|
-
a.
|
|
32
|
-
a.
|
|
30
|
+
var a = typeCast(HighDensityScatterSeries.$, this.cu.xm);
|
|
31
|
+
a.zv = this.cu.yb;
|
|
32
|
+
a.z3 = this.cu.x9;
|
|
33
|
+
a.x8 = this.cu.xy;
|
|
33
34
|
a.x7 = this.cu.xx;
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
35
|
+
a.gf = this.cu.xw;
|
|
36
|
+
a.y3 = this.cu.x0;
|
|
36
37
|
a.y2 = this.cu.xz;
|
|
37
|
-
a.
|
|
38
|
+
a.aa1 = this.cu.yu;
|
|
38
39
|
a.aa0 = this.cu.yt;
|
|
39
|
-
a.
|
|
40
|
-
a.ze = this.cu.x2;
|
|
40
|
+
a.zf = this.cu.x3;
|
|
41
41
|
};
|
|
42
42
|
GeographicHighDensityScatterSeriesView.prototype.c0 = function () {
|
|
43
|
-
this.cu.
|
|
43
|
+
this.cu.xm.zv = this.cu.yb;
|
|
44
44
|
};
|
|
45
45
|
GeographicHighDensityScatterSeriesView.prototype.cz = function () {
|
|
46
|
-
this.cu.
|
|
46
|
+
this.cu.xm.z3 = this.cu.x9;
|
|
47
47
|
};
|
|
48
48
|
GeographicHighDensityScatterSeriesView.prototype.c5 = function () {
|
|
49
|
-
this.cu.
|
|
49
|
+
this.cu.xm.x8 = this.cu.xy;
|
|
50
50
|
};
|
|
51
51
|
GeographicHighDensityScatterSeriesView.prototype.c3 = function () {
|
|
52
|
-
this.cu.
|
|
52
|
+
this.cu.xm.x7 = this.cu.xx;
|
|
53
53
|
};
|
|
54
54
|
GeographicHighDensityScatterSeriesView.prototype.c1 = function () {
|
|
55
|
-
this.cu.
|
|
55
|
+
this.cu.xm.gf = this.cu.xw;
|
|
56
56
|
};
|
|
57
57
|
GeographicHighDensityScatterSeriesView.prototype.cy = function () {
|
|
58
|
-
this.cu.
|
|
58
|
+
this.cu.xm.y3 = this.cu.x0;
|
|
59
59
|
};
|
|
60
60
|
GeographicHighDensityScatterSeriesView.prototype.cw = function () {
|
|
61
|
-
this.cu.
|
|
61
|
+
this.cu.xm.y2 = this.cu.xz;
|
|
62
62
|
};
|
|
63
63
|
GeographicHighDensityScatterSeriesView.prototype.c4 = function () {
|
|
64
|
-
var a = typeCast(HighDensityScatterSeries.$, this.cu.
|
|
64
|
+
var a = typeCast(HighDensityScatterSeries.$, this.cu.xm);
|
|
65
65
|
if (this.cu.dc == null) {
|
|
66
|
-
a.
|
|
67
|
-
a.
|
|
66
|
+
a.xr = null;
|
|
67
|
+
a.xt = null;
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
70
|
-
a.
|
|
71
|
-
a.
|
|
70
|
+
a.xr = this.cu.dc.zh;
|
|
71
|
+
a.xt = this.cu.dc.zj;
|
|
72
72
|
};
|
|
73
73
|
GeographicHighDensityScatterSeriesView.prototype.c6 = function () {
|
|
74
|
-
this.cu.
|
|
74
|
+
this.cu.xm.xr = this.cu.dc.zh;
|
|
75
75
|
};
|
|
76
76
|
GeographicHighDensityScatterSeriesView.prototype.c7 = function () {
|
|
77
|
-
this.cu.
|
|
77
|
+
this.cu.xm.xt = this.cu.dc.zj;
|
|
78
78
|
};
|
|
79
79
|
GeographicHighDensityScatterSeriesView.prototype.cx = function () {
|
|
80
|
-
this.cu.
|
|
80
|
+
this.cu.xm.aa1 = this.cu.yu;
|
|
81
81
|
};
|
|
82
82
|
GeographicHighDensityScatterSeriesView.prototype.cv = function () {
|
|
83
|
-
this.cu.
|
|
83
|
+
this.cu.xm.aa0 = this.cu.yt;
|
|
84
84
|
};
|
|
85
85
|
GeographicHighDensityScatterSeriesView.prototype.c2 = function () {
|
|
86
|
-
this.cu.
|
|
86
|
+
this.cu.xm.zf = this.cu.x3;
|
|
87
87
|
};
|
|
88
88
|
GeographicHighDensityScatterSeriesView.prototype.a4 = function () {
|
|
89
89
|
_super.prototype.a4.call(this);
|
|
90
90
|
if (!this.t) {
|
|
91
|
-
this.cu.
|
|
92
|
-
this.cu.
|
|
93
|
-
this.cu.
|
|
94
|
-
this.cu.
|
|
91
|
+
this.cu.yu = Defaults.bf;
|
|
92
|
+
this.cu.yt = Defaults.be;
|
|
93
|
+
this.cu.v0 = Defaults.ba;
|
|
94
|
+
this.cu.wg = Defaults.a9;
|
|
95
95
|
}
|
|
96
96
|
};
|
|
97
97
|
GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
|
|
@@ -104,116 +104,116 @@ export var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (fun
|
|
|
104
104
|
__extends(GeographicHighDensityScatterSeries, _super);
|
|
105
105
|
function GeographicHighDensityScatterSeries() {
|
|
106
106
|
var _this = _super.call(this) || this;
|
|
107
|
-
_this.
|
|
107
|
+
_this.xu = null;
|
|
108
108
|
_this.progressiveLoadStatusChanged = null;
|
|
109
|
-
_this.
|
|
109
|
+
_this.x2 = 0;
|
|
110
110
|
_this.ab = GeographicHighDensityScatterSeries.$;
|
|
111
111
|
return _this;
|
|
112
112
|
}
|
|
113
113
|
GeographicHighDensityScatterSeries.prototype.bk = function () {
|
|
114
114
|
return new GeographicHighDensityScatterSeries();
|
|
115
115
|
};
|
|
116
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
117
|
-
if (!isNaN_(this.
|
|
118
|
-
return _super.prototype.
|
|
116
|
+
GeographicHighDensityScatterSeries.prototype.jt = function () {
|
|
117
|
+
if (!isNaN_(this.js)) {
|
|
118
|
+
return _super.prototype.jt.call(this);
|
|
119
119
|
}
|
|
120
120
|
return Defaults.ad;
|
|
121
121
|
};
|
|
122
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
122
|
+
GeographicHighDensityScatterSeries.prototype.get_fs = function () {
|
|
123
123
|
return true;
|
|
124
124
|
};
|
|
125
125
|
GeographicHighDensityScatterSeries.prototype.ct = function () {
|
|
126
126
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
127
127
|
};
|
|
128
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
129
|
-
_super.prototype.
|
|
130
|
-
this.
|
|
128
|
+
GeographicHighDensityScatterSeries.prototype.ri = function (a) {
|
|
129
|
+
_super.prototype.ri.call(this, a);
|
|
130
|
+
this.xv = a;
|
|
131
131
|
};
|
|
132
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
133
|
-
this.
|
|
134
|
-
return this.
|
|
132
|
+
GeographicHighDensityScatterSeries.prototype.xl = function () {
|
|
133
|
+
this.xu = new HighDensityScatterSeries();
|
|
134
|
+
return this.xu;
|
|
135
135
|
};
|
|
136
|
-
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "
|
|
136
|
+
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "x4", {
|
|
137
137
|
get: function () {
|
|
138
|
-
return this.
|
|
138
|
+
return this.x2;
|
|
139
139
|
},
|
|
140
140
|
set: function (a) {
|
|
141
|
-
var b = this.
|
|
142
|
-
this.
|
|
143
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
141
|
+
var b = this.x2;
|
|
142
|
+
this.x2 = a;
|
|
143
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.x2);
|
|
144
144
|
},
|
|
145
145
|
enumerable: false,
|
|
146
146
|
configurable: true
|
|
147
147
|
});
|
|
148
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
149
|
-
_super.prototype.
|
|
150
|
-
var c = this.
|
|
151
|
-
c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.
|
|
152
|
-
var d = this.
|
|
153
|
-
d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.
|
|
154
|
-
};
|
|
155
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
156
|
-
this.
|
|
148
|
+
GeographicHighDensityScatterSeries.prototype.xr = function (a, b) {
|
|
149
|
+
_super.prototype.xr.call(this, a, b);
|
|
150
|
+
var c = this.xm;
|
|
151
|
+
c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.yi));
|
|
152
|
+
var d = this.xm;
|
|
153
|
+
d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yh));
|
|
154
|
+
};
|
|
155
|
+
GeographicHighDensityScatterSeries.prototype.yi = function (a, b) {
|
|
156
|
+
this.x4 = b.currentStatus;
|
|
157
157
|
if (this.progressiveLoadStatusChanged != null) {
|
|
158
158
|
this.progressiveLoadStatusChanged(this, b);
|
|
159
159
|
}
|
|
160
160
|
};
|
|
161
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
162
|
-
if (this.
|
|
161
|
+
GeographicHighDensityScatterSeries.prototype.yh = function (a, b) {
|
|
162
|
+
if (this.xu == null) {
|
|
163
163
|
return;
|
|
164
164
|
}
|
|
165
165
|
};
|
|
166
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
167
|
-
_super.prototype.
|
|
166
|
+
GeographicHighDensityScatterSeries.prototype.rr = function (a, b, c, d) {
|
|
167
|
+
_super.prototype.rr.call(this, a, b, c, d);
|
|
168
168
|
switch (b) {
|
|
169
169
|
case "SeriesViewer":
|
|
170
|
-
this.
|
|
170
|
+
this.xv.c4();
|
|
171
171
|
break;
|
|
172
172
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
173
|
-
this.
|
|
173
|
+
this.xv.c0();
|
|
174
174
|
break;
|
|
175
175
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
176
|
-
this.
|
|
176
|
+
this.xv.cz();
|
|
177
177
|
break;
|
|
178
178
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
179
|
-
this.
|
|
179
|
+
this.xv.c5();
|
|
180
180
|
break;
|
|
181
181
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
182
|
-
this.
|
|
182
|
+
this.xv.c3();
|
|
183
183
|
break;
|
|
184
184
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
185
|
-
this.
|
|
185
|
+
this.xv.c1();
|
|
186
186
|
break;
|
|
187
187
|
case "XAxis":
|
|
188
|
-
this.
|
|
188
|
+
this.xv.c6();
|
|
189
189
|
break;
|
|
190
190
|
case "YAxis":
|
|
191
|
-
this.
|
|
191
|
+
this.xv.c7();
|
|
192
192
|
break;
|
|
193
193
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
194
|
-
this.
|
|
194
|
+
this.xv.cy();
|
|
195
195
|
break;
|
|
196
196
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
197
|
-
this.
|
|
197
|
+
this.xv.cw();
|
|
198
198
|
break;
|
|
199
199
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
200
|
-
this.
|
|
200
|
+
this.xv.cx();
|
|
201
201
|
break;
|
|
202
202
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
203
|
-
this.
|
|
203
|
+
this.xv.cv();
|
|
204
204
|
break;
|
|
205
205
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
206
|
-
this.
|
|
206
|
+
this.xv.c2();
|
|
207
207
|
break;
|
|
208
208
|
}
|
|
209
209
|
};
|
|
210
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
210
|
+
GeographicHighDensityScatterSeries.prototype.get_he = function () {
|
|
211
211
|
return true;
|
|
212
212
|
};
|
|
213
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
214
|
-
_super.prototype.
|
|
213
|
+
GeographicHighDensityScatterSeries.prototype.set_he = function (a) {
|
|
214
|
+
_super.prototype.set_he.call(this, a);
|
|
215
215
|
};
|
|
216
216
|
GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
217
|
-
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
217
|
+
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:yt:yj', [Color.$, Defaults.be], 'HeatMaximum:xz:yk', [1, 50], 'HeatMinimumColor:yu:yl', [Color.$, Defaults.bf], 'HeatMinimum:x0:ym', [1, 0], 'LatitudeMemberPath:x9:yn', [2, null], 'LongitudeMemberPath:yb:yo', [2, null], 'MouseOverEnabled:xw:yp', [0, false], 'PointExtent:x3:yq', [1, 1], 'ProgressiveLoad:xx:yr', [0, true], 'UseBruteForce:xy:ys', [0, false]]);
|
|
218
218
|
return GeographicHighDensityScatterSeries;
|
|
219
219
|
}(GeographicMapSeriesHost));
|