igniteui-angular-maps 20.0.1-beta.0 → 20.0.2-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-angular-maps.umd.js +1753 -1431
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/AzureMapsImageryStyle.js +32 -0
- package/esm2015/lib/AzureMapsMapImagery.js +7 -0
- package/esm2015/lib/AzureMapsMapImageryView.js +7 -0
- package/esm2015/lib/AzureMapsMapImageryView_combined.js +119 -0
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +187 -187
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +16 -16
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +88 -88
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +59 -59
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -55
- 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 +86 -86
- package/esm2015/lib/XamGeographicMap_combined.js +482 -482
- package/esm2015/lib/igx-azure-maps-map-imagery-dynamic-module.js +34 -0
- package/esm2015/lib/igx-azure-maps-map-imagery-module.js +26 -0
- package/esm2015/lib/igx-azure-maps-map-imagery.js +81 -0
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +2 -2
- package/esm2015/public_api.js +6 -0
- package/esm5/lib/AzureMapsImageryStyle.js +32 -0
- package/esm5/lib/AzureMapsMapImagery.js +7 -0
- package/esm5/lib/AzureMapsMapImageryView.js +7 -0
- package/esm5/lib/AzureMapsMapImageryView_combined.js +122 -0
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
- package/esm5/lib/GeographicMapSeriesHost_combined.js +185 -185
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +16 -16
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +88 -88
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +58 -58
- package/esm5/lib/GeographicShapeSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +55 -55
- 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 +84 -84
- package/esm5/lib/XamGeographicMap_combined.js +475 -475
- package/esm5/lib/igx-azure-maps-map-imagery-dynamic-module.js +33 -0
- package/esm5/lib/igx-azure-maps-map-imagery-module.js +27 -0
- package/esm5/lib/igx-azure-maps-map-imagery.js +113 -0
- package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +2 -2
- package/esm5/public_api.js +6 -0
- package/fesm2015/igniteui-angular-maps.js +1734 -1447
- package/fesm5/igniteui-angular-maps.js +1748 -1433
- package/lib/AzureMapsImageryStyle.d.ts +25 -0
- package/lib/AzureMapsMapImagery.d.ts +1 -0
- package/lib/AzureMapsMapImageryView.d.ts +1 -0
- package/lib/AzureMapsMapImageryView_combined.d.ts +39 -0
- package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -22
- package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
- package/lib/GeographicMarkerSeries.d.ts +17 -17
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
- package/lib/GeographicShapeSeriesView_combined.d.ts +25 -25
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +18 -18
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +110 -110
- package/lib/igx-azure-maps-map-imagery-dynamic-module.d.ts +9 -0
- package/lib/igx-azure-maps-map-imagery-module.d.ts +7 -0
- package/lib/igx-azure-maps-map-imagery.d.ts +51 -0
- package/package.json +2 -2
- package/public_api.d.ts +6 -0
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { GeographicMapImageryView } from "./GeographicMapImageryView";
|
|
9
|
+
import { GeographicMapImagery } from "./GeographicMapImagery";
|
|
10
|
+
import { AzureMapsTileSource } from "igniteui-angular-core";
|
|
11
|
+
import { markType, enumGetBox, markDep } from "igniteui-angular-core";
|
|
12
|
+
import { DependencyProperty } from "igniteui-angular-core";
|
|
13
|
+
import { AzureMapsImageryStyle_$type } from "./AzureMapsImageryStyle";
|
|
14
|
+
import { PropertyMetadata } from "igniteui-angular-core";
|
|
15
|
+
import { stringEmpty } from "igniteui-angular-core";
|
|
16
|
+
import { dateMinValue } from "igniteui-angular-core";
|
|
17
|
+
/**
|
|
18
|
+
* @hidden
|
|
19
|
+
*/
|
|
20
|
+
var AzureMapsMapImageryView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
21
|
+
__extends(AzureMapsMapImageryView, _super);
|
|
22
|
+
function AzureMapsMapImageryView(a) {
|
|
23
|
+
var _this = _super.call(this, a) || this;
|
|
24
|
+
_this.k = a;
|
|
25
|
+
return _this;
|
|
26
|
+
}
|
|
27
|
+
AzureMapsMapImageryView.prototype.p = function () {
|
|
28
|
+
this.l();
|
|
29
|
+
this.n();
|
|
30
|
+
this.o();
|
|
31
|
+
this.m();
|
|
32
|
+
this.q();
|
|
33
|
+
this.r();
|
|
34
|
+
};
|
|
35
|
+
AzureMapsMapImageryView.prototype.l = function () {
|
|
36
|
+
this.a.ap.apiKey = this.k.apiKey;
|
|
37
|
+
};
|
|
38
|
+
AzureMapsMapImageryView.prototype.n = function () {
|
|
39
|
+
this.a.ap.cultureName = this.k.cultureName;
|
|
40
|
+
};
|
|
41
|
+
AzureMapsMapImageryView.prototype.o = function () {
|
|
42
|
+
this.a.ap.tilesetId = this.k.b1;
|
|
43
|
+
};
|
|
44
|
+
AzureMapsMapImageryView.prototype.m = function () {
|
|
45
|
+
this.a.ap.apiVersion = this.k.apiVersion;
|
|
46
|
+
};
|
|
47
|
+
AzureMapsMapImageryView.prototype.q = function () {
|
|
48
|
+
this.a.ap.localizedView = this.k.localizedView;
|
|
49
|
+
};
|
|
50
|
+
AzureMapsMapImageryView.prototype.r = function () {
|
|
51
|
+
this.a.ap.timestamp = this.k.timestamp;
|
|
52
|
+
};
|
|
53
|
+
AzureMapsMapImageryView.$t = markType(AzureMapsMapImageryView, 'AzureMapsMapImageryView', GeographicMapImageryView.$);
|
|
54
|
+
return AzureMapsMapImageryView;
|
|
55
|
+
}(GeographicMapImageryView));
|
|
56
|
+
export { AzureMapsMapImageryView };
|
|
57
|
+
/**
|
|
58
|
+
* @hidden
|
|
59
|
+
*/
|
|
60
|
+
var AzureMapsMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
61
|
+
__extends(AzureMapsMapImagery, _super);
|
|
62
|
+
function AzureMapsMapImagery() {
|
|
63
|
+
var _this = _super.call(this, new AzureMapsTileSource()) || this;
|
|
64
|
+
_this.bp.p();
|
|
65
|
+
return _this;
|
|
66
|
+
}
|
|
67
|
+
AzureMapsMapImagery.prototype.ai = function () {
|
|
68
|
+
return new AzureMapsMapImageryView(this);
|
|
69
|
+
};
|
|
70
|
+
AzureMapsMapImagery.prototype.bb = function (a) {
|
|
71
|
+
_super.prototype.bb.call(this, a);
|
|
72
|
+
this.bp = a;
|
|
73
|
+
};
|
|
74
|
+
AzureMapsMapImagery.prototype.b4 = function (a, b, c) {
|
|
75
|
+
switch (a) {
|
|
76
|
+
case AzureMapsMapImagery.$$p[3]:
|
|
77
|
+
this.b1 = this.bx();
|
|
78
|
+
this.bp.o();
|
|
79
|
+
break;
|
|
80
|
+
case AzureMapsMapImagery.$$p[0]:
|
|
81
|
+
this.bp.l();
|
|
82
|
+
break;
|
|
83
|
+
case AzureMapsMapImagery.$$p[2]:
|
|
84
|
+
this.bp.n();
|
|
85
|
+
break;
|
|
86
|
+
case AzureMapsMapImagery.$$p[1]:
|
|
87
|
+
this.bp.m();
|
|
88
|
+
break;
|
|
89
|
+
case AzureMapsMapImagery.$$p[4]:
|
|
90
|
+
this.bp.q();
|
|
91
|
+
break;
|
|
92
|
+
case AzureMapsMapImagery.$$p[6]:
|
|
93
|
+
this.bp.r();
|
|
94
|
+
break;
|
|
95
|
+
}
|
|
96
|
+
_super.prototype.ba.call(this, a, b, c);
|
|
97
|
+
};
|
|
98
|
+
AzureMapsMapImagery.prototype.bx = function () {
|
|
99
|
+
switch (this.imageryStyle) {
|
|
100
|
+
case 0: return "microsoft.base.road";
|
|
101
|
+
case 1: return "microsoft.terra.main";
|
|
102
|
+
case 2: return "microsoft.base.darkgrey";
|
|
103
|
+
case 3: return "microsoft.base.labels.road";
|
|
104
|
+
case 4: return "microsoft.base.labels.darkgrey";
|
|
105
|
+
case 5: return "microsoft.base.hybrid.road";
|
|
106
|
+
case 6: return "microsoft.base.hybrid.darkgrey";
|
|
107
|
+
case 7: return "microsoft.imagery";
|
|
108
|
+
case 8: return "microsoft.weather.radar.main";
|
|
109
|
+
case 9: return "microsoft.weather.infrared.main";
|
|
110
|
+
case 10: return "microsoft.traffic.absolute.main";
|
|
111
|
+
case 11: return "microsoft.traffic.relative.main";
|
|
112
|
+
case 12: return "microsoft.traffic.relative.dark";
|
|
113
|
+
case 13: return "microsoft.traffic.delay.main";
|
|
114
|
+
case 14: return "microsoft.traffic.reduced.main";
|
|
115
|
+
default: return "";
|
|
116
|
+
}
|
|
117
|
+
};
|
|
118
|
+
AzureMapsMapImagery.$t = markType(AzureMapsMapImagery, 'AzureMapsMapImagery', GeographicMapImagery.$);
|
|
119
|
+
AzureMapsMapImagery.$$p = markDep(DependencyProperty, PropertyMetadata, AzureMapsMapImagery, 'b4', ['ApiKey', [2, stringEmpty()], 'ApiVersion', [2, "2024-04-01"], 'CultureName', [2, "en-US"], 'ImageryStyle', [AzureMapsImageryStyle_$type, enumGetBox(AzureMapsImageryStyle_$type, 0)], 'LocalizedView', [2, null], 'TilesetId:b1:ca', [2, null], 'Timestamp', [3, dateMinValue()]]);
|
|
120
|
+
return AzureMapsMapImagery;
|
|
121
|
+
}(GeographicMapImagery));
|
|
122
|
+
export { AzureMapsMapImagery };
|
|
@@ -28,24 +28,24 @@ var GeographicContourLineSeriesView = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
28
28
|
GeographicContourLineSeriesView.prototype.a4 = function () {
|
|
29
29
|
_super.prototype.a4.call(this);
|
|
30
30
|
if (!this.t) {
|
|
31
|
-
this.c2.
|
|
31
|
+
this.c2.jt = 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.xa != null) {
|
|
37
|
+
this.c2.x2.y5 = this.c2.x5;
|
|
38
|
+
this.c2.x2.zf = this.c2.x9;
|
|
39
39
|
}
|
|
40
40
|
};
|
|
41
41
|
GeographicContourLineSeriesView.prototype.c3 = function () {
|
|
42
|
-
if (this.c2.
|
|
43
|
-
this.c2.
|
|
42
|
+
if (this.c2.x2 != null) {
|
|
43
|
+
this.c2.x2.y5 = this.c2.x5;
|
|
44
44
|
}
|
|
45
45
|
};
|
|
46
46
|
GeographicContourLineSeriesView.prototype.c4 = function () {
|
|
47
|
-
if (this.c2.
|
|
48
|
-
this.c2.
|
|
47
|
+
if (this.c2.x2 != null) {
|
|
48
|
+
this.c2.x2.zf = this.c2.x9;
|
|
49
49
|
}
|
|
50
50
|
};
|
|
51
51
|
GeographicContourLineSeriesView.$t = markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -69,69 +69,69 @@ var GeographicContourLineSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
69
69
|
GeographicContourLineSeries.prototype.get_fk = function () {
|
|
70
70
|
return true;
|
|
71
71
|
};
|
|
72
|
-
GeographicContourLineSeries.prototype.
|
|
73
|
-
_super.prototype.
|
|
72
|
+
GeographicContourLineSeries.prototype.xf = function (a, b) {
|
|
73
|
+
_super.prototype.xf.call(this, a, b);
|
|
74
74
|
};
|
|
75
|
-
GeographicContourLineSeries.prototype.
|
|
76
|
-
this.
|
|
77
|
-
var a = this.
|
|
78
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
79
|
-
var b = this.
|
|
80
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
81
|
-
return this.
|
|
75
|
+
GeographicContourLineSeries.prototype.w9 = function () {
|
|
76
|
+
this.x2 = new ScatterContourSeries();
|
|
77
|
+
var a = this.x2;
|
|
78
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yc));
|
|
79
|
+
var b = this.x2;
|
|
80
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.yd));
|
|
81
|
+
return this.x2;
|
|
82
82
|
};
|
|
83
|
-
GeographicContourLineSeries.prototype.
|
|
83
|
+
GeographicContourLineSeries.prototype.yc = function (a, b) {
|
|
84
84
|
if (this.triangulationStatusChanged != null) {
|
|
85
85
|
this.triangulationStatusChanged(this, b);
|
|
86
86
|
}
|
|
87
87
|
};
|
|
88
|
-
GeographicContourLineSeries.prototype.
|
|
89
|
-
var c = typeCast(ScatterContourSeries.$, this.
|
|
88
|
+
GeographicContourLineSeries.prototype.yd = function (a, b) {
|
|
89
|
+
var c = typeCast(ScatterContourSeries.$, this.xa);
|
|
90
90
|
if (c == null) {
|
|
91
91
|
return;
|
|
92
92
|
}
|
|
93
93
|
if (b.propertyName == "ActualFillScale") {
|
|
94
|
-
this.
|
|
94
|
+
this.x4 = c.y4;
|
|
95
95
|
}
|
|
96
96
|
};
|
|
97
|
-
GeographicContourLineSeries.prototype.
|
|
98
|
-
_super.prototype.
|
|
97
|
+
GeographicContourLineSeries.prototype.sp = function () {
|
|
98
|
+
_super.prototype.sp.call(this);
|
|
99
99
|
};
|
|
100
100
|
GeographicContourLineSeries.prototype.ct = function () {
|
|
101
101
|
return new GeographicContourLineSeriesView(this);
|
|
102
102
|
};
|
|
103
|
-
GeographicContourLineSeries.prototype.
|
|
104
|
-
_super.prototype.
|
|
105
|
-
this.
|
|
103
|
+
GeographicContourLineSeries.prototype.q7 = function (a) {
|
|
104
|
+
_super.prototype.q7.call(this, a);
|
|
105
|
+
this.x6 = a;
|
|
106
106
|
};
|
|
107
|
-
GeographicContourLineSeries.prototype.
|
|
108
|
-
_super.prototype.
|
|
107
|
+
GeographicContourLineSeries.prototype.rg = function (a, b, c, d) {
|
|
108
|
+
_super.prototype.rg.call(this, a, b, c, d);
|
|
109
109
|
switch (b) {
|
|
110
110
|
case GeographicContourLineSeries.$$p[1]:
|
|
111
|
-
this.
|
|
111
|
+
this.x6.c3();
|
|
112
112
|
break;
|
|
113
113
|
case GeographicContourLineSeries.$$p[2]:
|
|
114
|
-
this.
|
|
114
|
+
this.x6.c4();
|
|
115
115
|
break;
|
|
116
116
|
case GeographicContourLineSeries.$$p[3]:
|
|
117
|
-
this.
|
|
117
|
+
this.x2.y2 = this.x1;
|
|
118
118
|
break;
|
|
119
119
|
case "DashArray":
|
|
120
|
-
this.
|
|
120
|
+
this.x2.wc = this.wc;
|
|
121
121
|
break;
|
|
122
122
|
case "DashCap":
|
|
123
|
-
this.
|
|
123
|
+
this.x2.wd = this.wd;
|
|
124
124
|
break;
|
|
125
125
|
case "MiterLimit":
|
|
126
|
-
this.
|
|
126
|
+
this.x2.jk = this.jk;
|
|
127
127
|
break;
|
|
128
128
|
case "LineJoin":
|
|
129
|
-
this.
|
|
129
|
+
this.x2.wf = this.wf;
|
|
130
130
|
break;
|
|
131
131
|
}
|
|
132
132
|
};
|
|
133
133
|
GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
|
|
134
|
-
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:
|
|
134
|
+
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:x4:ye', [ValueBrushScale.$, null], 'FillScale:x5:yf', [ValueBrushScale.$, null], 'ValueMemberPath:x9:yg', [2, "value"], 'ValueResolver:x1:yh', [ContourValueResolver.$, null]]);
|
|
135
135
|
return GeographicContourLineSeries;
|
|
136
136
|
}(GeographicXYTriangulatingSeries));
|
|
137
137
|
export { GeographicContourLineSeries };
|
|
@@ -27,71 +27,71 @@ var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
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.
|
|
33
|
-
a.
|
|
34
|
-
a.
|
|
35
|
-
a.f9 = this.cu.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
38
|
-
a.
|
|
39
|
-
a.
|
|
40
|
-
a.
|
|
30
|
+
var a = typeCast(HighDensityScatterSeries.$, this.cu.xa);
|
|
31
|
+
a.zj = this.cu.xz;
|
|
32
|
+
a.zr = this.cu.xx;
|
|
33
|
+
a.xw = this.cu.xm;
|
|
34
|
+
a.xv = this.cu.xl;
|
|
35
|
+
a.f9 = this.cu.xk;
|
|
36
|
+
a.yr = this.cu.xo;
|
|
37
|
+
a.yq = this.cu.xn;
|
|
38
|
+
a.aap = this.cu.yi;
|
|
39
|
+
a.aao = this.cu.yh;
|
|
40
|
+
a.y3 = this.cu.xr;
|
|
41
41
|
};
|
|
42
42
|
GeographicHighDensityScatterSeriesView.prototype.c0 = function () {
|
|
43
|
-
this.cu.
|
|
43
|
+
this.cu.xa.zj = this.cu.xz;
|
|
44
44
|
};
|
|
45
45
|
GeographicHighDensityScatterSeriesView.prototype.cz = function () {
|
|
46
|
-
this.cu.
|
|
46
|
+
this.cu.xa.zr = this.cu.xx;
|
|
47
47
|
};
|
|
48
48
|
GeographicHighDensityScatterSeriesView.prototype.c5 = function () {
|
|
49
|
-
this.cu.
|
|
49
|
+
this.cu.xa.xw = this.cu.xm;
|
|
50
50
|
};
|
|
51
51
|
GeographicHighDensityScatterSeriesView.prototype.c3 = function () {
|
|
52
|
-
this.cu.
|
|
52
|
+
this.cu.xa.xv = this.cu.xl;
|
|
53
53
|
};
|
|
54
54
|
GeographicHighDensityScatterSeriesView.prototype.c1 = function () {
|
|
55
|
-
this.cu.
|
|
55
|
+
this.cu.xa.f9 = this.cu.xk;
|
|
56
56
|
};
|
|
57
57
|
GeographicHighDensityScatterSeriesView.prototype.cy = function () {
|
|
58
|
-
this.cu.
|
|
58
|
+
this.cu.xa.yr = this.cu.xo;
|
|
59
59
|
};
|
|
60
60
|
GeographicHighDensityScatterSeriesView.prototype.cw = function () {
|
|
61
|
-
this.cu.
|
|
61
|
+
this.cu.xa.yq = this.cu.xn;
|
|
62
62
|
};
|
|
63
63
|
GeographicHighDensityScatterSeriesView.prototype.c4 = function () {
|
|
64
|
-
var a = typeCast(HighDensityScatterSeries.$, this.cu.
|
|
64
|
+
var a = typeCast(HighDensityScatterSeries.$, this.cu.xa);
|
|
65
65
|
if (this.cu.dc == null) {
|
|
66
|
-
a.
|
|
67
|
-
a.
|
|
66
|
+
a.xf = null;
|
|
67
|
+
a.xh = null;
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
70
|
-
a.
|
|
71
|
-
a.
|
|
70
|
+
a.xf = this.cu.dc.yc;
|
|
71
|
+
a.xh = this.cu.dc.ye;
|
|
72
72
|
};
|
|
73
73
|
GeographicHighDensityScatterSeriesView.prototype.c6 = function () {
|
|
74
|
-
this.cu.
|
|
74
|
+
this.cu.xa.xf = this.cu.dc.yc;
|
|
75
75
|
};
|
|
76
76
|
GeographicHighDensityScatterSeriesView.prototype.c7 = function () {
|
|
77
|
-
this.cu.
|
|
77
|
+
this.cu.xa.xh = this.cu.dc.ye;
|
|
78
78
|
};
|
|
79
79
|
GeographicHighDensityScatterSeriesView.prototype.cx = function () {
|
|
80
|
-
this.cu.
|
|
80
|
+
this.cu.xa.aap = this.cu.yi;
|
|
81
81
|
};
|
|
82
82
|
GeographicHighDensityScatterSeriesView.prototype.cv = function () {
|
|
83
|
-
this.cu.
|
|
83
|
+
this.cu.xa.aao = this.cu.yh;
|
|
84
84
|
};
|
|
85
85
|
GeographicHighDensityScatterSeriesView.prototype.c2 = function () {
|
|
86
|
-
this.cu.
|
|
86
|
+
this.cu.xa.y3 = this.cu.xr;
|
|
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.yi = Defaults.bf;
|
|
92
|
+
this.cu.yh = Defaults.be;
|
|
93
|
+
this.cu.vp = Defaults.ba;
|
|
94
|
+
this.cu.v5 = Defaults.a9;
|
|
95
95
|
}
|
|
96
96
|
};
|
|
97
97
|
GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
|
|
@@ -105,18 +105,18 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
105
105
|
__extends(GeographicHighDensityScatterSeries, _super);
|
|
106
106
|
function GeographicHighDensityScatterSeries() {
|
|
107
107
|
var _this = _super.call(this) || this;
|
|
108
|
-
_this.
|
|
108
|
+
_this.xi = null;
|
|
109
109
|
_this.progressiveLoadStatusChanged = null;
|
|
110
|
-
_this.
|
|
110
|
+
_this.xq = 0;
|
|
111
111
|
_this.ab = GeographicHighDensityScatterSeries.$;
|
|
112
112
|
return _this;
|
|
113
113
|
}
|
|
114
114
|
GeographicHighDensityScatterSeries.prototype.bk = function () {
|
|
115
115
|
return new GeographicHighDensityScatterSeries();
|
|
116
116
|
};
|
|
117
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
118
|
-
if (!isNaN_(this.
|
|
119
|
-
return _super.prototype.
|
|
117
|
+
GeographicHighDensityScatterSeries.prototype.jn = function () {
|
|
118
|
+
if (!isNaN_(this.jm)) {
|
|
119
|
+
return _super.prototype.jn.call(this);
|
|
120
120
|
}
|
|
121
121
|
return Defaults.ad;
|
|
122
122
|
};
|
|
@@ -126,85 +126,85 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
126
126
|
GeographicHighDensityScatterSeries.prototype.ct = function () {
|
|
127
127
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
128
128
|
};
|
|
129
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
130
|
-
_super.prototype.
|
|
131
|
-
this.
|
|
129
|
+
GeographicHighDensityScatterSeries.prototype.q7 = function (a) {
|
|
130
|
+
_super.prototype.q7.call(this, a);
|
|
131
|
+
this.xj = a;
|
|
132
132
|
};
|
|
133
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
134
|
-
this.
|
|
135
|
-
return this.
|
|
133
|
+
GeographicHighDensityScatterSeries.prototype.w9 = function () {
|
|
134
|
+
this.xi = new HighDensityScatterSeries();
|
|
135
|
+
return this.xi;
|
|
136
136
|
};
|
|
137
|
-
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "
|
|
137
|
+
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "xs", {
|
|
138
138
|
get: function () {
|
|
139
|
-
return this.
|
|
139
|
+
return this.xq;
|
|
140
140
|
},
|
|
141
141
|
set: function (a) {
|
|
142
|
-
var b = this.
|
|
143
|
-
this.
|
|
144
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
142
|
+
var b = this.xq;
|
|
143
|
+
this.xq = a;
|
|
144
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.xq);
|
|
145
145
|
},
|
|
146
146
|
enumerable: false,
|
|
147
147
|
configurable: true
|
|
148
148
|
});
|
|
149
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
150
|
-
_super.prototype.
|
|
151
|
-
var c = this.
|
|
152
|
-
c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.
|
|
153
|
-
var d = this.
|
|
154
|
-
d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.
|
|
155
|
-
};
|
|
156
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
157
|
-
this.
|
|
149
|
+
GeographicHighDensityScatterSeries.prototype.xf = function (a, b) {
|
|
150
|
+
_super.prototype.xf.call(this, a, b);
|
|
151
|
+
var c = this.xa;
|
|
152
|
+
c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.x6));
|
|
153
|
+
var d = this.xa;
|
|
154
|
+
d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.x5));
|
|
155
|
+
};
|
|
156
|
+
GeographicHighDensityScatterSeries.prototype.x6 = function (a, b) {
|
|
157
|
+
this.xs = b.currentStatus;
|
|
158
158
|
if (this.progressiveLoadStatusChanged != null) {
|
|
159
159
|
this.progressiveLoadStatusChanged(this, b);
|
|
160
160
|
}
|
|
161
161
|
};
|
|
162
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
163
|
-
if (this.
|
|
162
|
+
GeographicHighDensityScatterSeries.prototype.x5 = function (a, b) {
|
|
163
|
+
if (this.xi == null) {
|
|
164
164
|
return;
|
|
165
165
|
}
|
|
166
166
|
};
|
|
167
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
168
|
-
_super.prototype.
|
|
167
|
+
GeographicHighDensityScatterSeries.prototype.rg = function (a, b, c, d) {
|
|
168
|
+
_super.prototype.rg.call(this, a, b, c, d);
|
|
169
169
|
switch (b) {
|
|
170
170
|
case "SeriesViewer":
|
|
171
|
-
this.
|
|
171
|
+
this.xj.c4();
|
|
172
172
|
break;
|
|
173
173
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
174
|
-
this.
|
|
174
|
+
this.xj.c0();
|
|
175
175
|
break;
|
|
176
176
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
177
|
-
this.
|
|
177
|
+
this.xj.cz();
|
|
178
178
|
break;
|
|
179
179
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
180
|
-
this.
|
|
180
|
+
this.xj.c5();
|
|
181
181
|
break;
|
|
182
182
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
183
|
-
this.
|
|
183
|
+
this.xj.c3();
|
|
184
184
|
break;
|
|
185
185
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
186
|
-
this.
|
|
186
|
+
this.xj.c1();
|
|
187
187
|
break;
|
|
188
188
|
case "XAxis":
|
|
189
|
-
this.
|
|
189
|
+
this.xj.c6();
|
|
190
190
|
break;
|
|
191
191
|
case "YAxis":
|
|
192
|
-
this.
|
|
192
|
+
this.xj.c7();
|
|
193
193
|
break;
|
|
194
194
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
195
|
-
this.
|
|
195
|
+
this.xj.cy();
|
|
196
196
|
break;
|
|
197
197
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
198
|
-
this.
|
|
198
|
+
this.xj.cw();
|
|
199
199
|
break;
|
|
200
200
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
201
|
-
this.
|
|
201
|
+
this.xj.cx();
|
|
202
202
|
break;
|
|
203
203
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
204
|
-
this.
|
|
204
|
+
this.xj.cv();
|
|
205
205
|
break;
|
|
206
206
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
207
|
-
this.
|
|
207
|
+
this.xj.c2();
|
|
208
208
|
break;
|
|
209
209
|
}
|
|
210
210
|
};
|
|
@@ -215,7 +215,7 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
215
215
|
_super.prototype.set_g8.call(this, a);
|
|
216
216
|
};
|
|
217
217
|
GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
218
|
-
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
218
|
+
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:yh:x7', [Color.$, Defaults.be], 'HeatMaximum:xn:x8', [1, 50], 'HeatMinimumColor:yi:x9', [Color.$, Defaults.bf], 'HeatMinimum:xo:ya', [1, 0], 'LatitudeMemberPath:xx:yb', [2, null], 'LongitudeMemberPath:xz:yc', [2, null], 'MouseOverEnabled:xk:yd', [0, false], 'PointExtent:xr:ye', [1, 1], 'ProgressiveLoad:xl:yf', [0, true], 'UseBruteForce:xm:yg', [0, false]]);
|
|
219
219
|
return GeographicHighDensityScatterSeries;
|
|
220
220
|
}(GeographicMapSeriesHost));
|
|
221
221
|
export { GeographicHighDensityScatterSeries };
|