igniteui-webcomponents-maps 7.1.0-alpha.0 → 7.1.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-maps.umd.js +1477 -1477
- 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 +85 -85
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
- 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 +456 -456
- 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-component.js +50 -50
- 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 +85 -85
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
- 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 +449 -449
- 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-component.js +50 -50
- 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 +1492 -1492
- package/fesm5/igniteui-webcomponents-maps.js +1477 -1477
- 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 +102 -102
- package/package.json +3 -3
|
@@ -23,24 +23,24 @@ let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
|
|
|
23
23
|
a4() {
|
|
24
24
|
super.a4();
|
|
25
25
|
if (!this.t) {
|
|
26
|
-
this.c2.
|
|
26
|
+
this.c2.jz = Defaults.z;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
ci() {
|
|
30
30
|
super.ci();
|
|
31
|
-
if (this.c2.
|
|
32
|
-
this.c2.
|
|
33
|
-
this.c2.
|
|
31
|
+
if (this.c2.xm != null) {
|
|
32
|
+
this.c2.ye.zh = this.c2.yh;
|
|
33
|
+
this.c2.ye.zr = this.c2.yl;
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
c3() {
|
|
37
|
-
if (this.c2.
|
|
38
|
-
this.c2.
|
|
37
|
+
if (this.c2.ye != null) {
|
|
38
|
+
this.c2.ye.zh = this.c2.yh;
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
c4() {
|
|
42
|
-
if (this.c2.
|
|
43
|
-
this.c2.
|
|
42
|
+
if (this.c2.ye != null) {
|
|
43
|
+
this.c2.ye.zr = this.c2.yl;
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
}
|
|
@@ -53,7 +53,7 @@ let GeographicContourLineSeries = /*@__PURE__*/ (() => {
|
|
|
53
53
|
bk() {
|
|
54
54
|
return new GeographicContourLineSeries();
|
|
55
55
|
}
|
|
56
|
-
|
|
56
|
+
get_fn() {
|
|
57
57
|
return true;
|
|
58
58
|
}
|
|
59
59
|
constructor() {
|
|
@@ -61,70 +61,70 @@ let GeographicContourLineSeries = /*@__PURE__*/ (() => {
|
|
|
61
61
|
this.triangulationStatusChanged = null;
|
|
62
62
|
this.ab = GeographicContourLineSeries.$;
|
|
63
63
|
}
|
|
64
|
-
|
|
65
|
-
super.
|
|
64
|
+
xr(a, b) {
|
|
65
|
+
super.xr(a, b);
|
|
66
66
|
}
|
|
67
|
-
|
|
68
|
-
this.
|
|
69
|
-
let a = this.
|
|
70
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
71
|
-
let b = this.
|
|
72
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
73
|
-
return this.
|
|
67
|
+
xl() {
|
|
68
|
+
this.ye = new ScatterContourSeries();
|
|
69
|
+
let a = this.ye;
|
|
70
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yo));
|
|
71
|
+
let b = this.ye;
|
|
72
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.yp));
|
|
73
|
+
return this.ye;
|
|
74
74
|
}
|
|
75
|
-
|
|
75
|
+
yo(a, b) {
|
|
76
76
|
if (this.triangulationStatusChanged != null) {
|
|
77
77
|
this.triangulationStatusChanged(this, b);
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
|
-
|
|
81
|
-
let c = typeCast(ScatterContourSeries.$, this.
|
|
80
|
+
yp(a, b) {
|
|
81
|
+
let c = typeCast(ScatterContourSeries.$, this.xm);
|
|
82
82
|
if (c == null) {
|
|
83
83
|
return;
|
|
84
84
|
}
|
|
85
85
|
if (b.propertyName == "ActualFillScale") {
|
|
86
|
-
this.
|
|
86
|
+
this.yg = c.zg;
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
|
-
|
|
90
|
-
super.
|
|
89
|
+
s0() {
|
|
90
|
+
super.s0();
|
|
91
91
|
}
|
|
92
92
|
ct() {
|
|
93
93
|
return new GeographicContourLineSeriesView(this);
|
|
94
94
|
}
|
|
95
|
-
|
|
96
|
-
super.
|
|
97
|
-
this.
|
|
95
|
+
ri(a) {
|
|
96
|
+
super.ri(a);
|
|
97
|
+
this.yi = a;
|
|
98
98
|
}
|
|
99
|
-
|
|
100
|
-
super.
|
|
99
|
+
rr(a, b, c, d) {
|
|
100
|
+
super.rr(a, b, c, d);
|
|
101
101
|
switch (b) {
|
|
102
102
|
case GeographicContourLineSeries.$$p[1]:
|
|
103
|
-
this.
|
|
103
|
+
this.yi.c3();
|
|
104
104
|
break;
|
|
105
105
|
case GeographicContourLineSeries.$$p[2]:
|
|
106
|
-
this.
|
|
106
|
+
this.yi.c4();
|
|
107
107
|
break;
|
|
108
108
|
case GeographicContourLineSeries.$$p[3]:
|
|
109
|
-
this.
|
|
109
|
+
this.ye.ze = this.yd;
|
|
110
110
|
break;
|
|
111
111
|
case "DashArray":
|
|
112
|
-
this.
|
|
112
|
+
this.ye.wn = this.wn;
|
|
113
113
|
break;
|
|
114
114
|
case "DashCap":
|
|
115
|
-
this.
|
|
115
|
+
this.ye.wo = this.wo;
|
|
116
116
|
break;
|
|
117
117
|
case "MiterLimit":
|
|
118
|
-
this.
|
|
118
|
+
this.ye.jq = this.jq;
|
|
119
119
|
break;
|
|
120
120
|
case "LineJoin":
|
|
121
|
-
this.
|
|
121
|
+
this.ye.wq = this.wq;
|
|
122
122
|
break;
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
126
|
GeographicContourLineSeries.$t = /*@__PURE__*/ markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
|
|
127
|
-
GeographicContourLineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:
|
|
127
|
+
GeographicContourLineSeries.$$p = /*@__PURE__*/ 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]]);
|
|
128
128
|
return GeographicContourLineSeries;
|
|
129
129
|
})();
|
|
130
130
|
export { GeographicContourLineSeries };
|
|
@@ -22,71 +22,71 @@ let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
|
|
|
22
22
|
}
|
|
23
23
|
ci() {
|
|
24
24
|
super.ci();
|
|
25
|
-
let a = typeCast(HighDensityScatterSeries.$, this.cu.
|
|
26
|
-
a.
|
|
27
|
-
a.
|
|
25
|
+
let a = typeCast(HighDensityScatterSeries.$, this.cu.xm);
|
|
26
|
+
a.zv = this.cu.yb;
|
|
27
|
+
a.z3 = this.cu.x9;
|
|
28
|
+
a.x8 = this.cu.xy;
|
|
28
29
|
a.x7 = this.cu.xx;
|
|
29
|
-
a.
|
|
30
|
-
a.
|
|
30
|
+
a.gf = this.cu.xw;
|
|
31
|
+
a.y3 = this.cu.x0;
|
|
31
32
|
a.y2 = this.cu.xz;
|
|
32
|
-
a.
|
|
33
|
+
a.aa1 = this.cu.yu;
|
|
33
34
|
a.aa0 = this.cu.yt;
|
|
34
|
-
a.
|
|
35
|
-
a.ze = this.cu.x2;
|
|
35
|
+
a.zf = this.cu.x3;
|
|
36
36
|
}
|
|
37
37
|
c0() {
|
|
38
|
-
this.cu.
|
|
38
|
+
this.cu.xm.zv = this.cu.yb;
|
|
39
39
|
}
|
|
40
40
|
cz() {
|
|
41
|
-
this.cu.
|
|
41
|
+
this.cu.xm.z3 = this.cu.x9;
|
|
42
42
|
}
|
|
43
43
|
c5() {
|
|
44
|
-
this.cu.
|
|
44
|
+
this.cu.xm.x8 = this.cu.xy;
|
|
45
45
|
}
|
|
46
46
|
c3() {
|
|
47
|
-
this.cu.
|
|
47
|
+
this.cu.xm.x7 = this.cu.xx;
|
|
48
48
|
}
|
|
49
49
|
c1() {
|
|
50
|
-
this.cu.
|
|
50
|
+
this.cu.xm.gf = this.cu.xw;
|
|
51
51
|
}
|
|
52
52
|
cy() {
|
|
53
|
-
this.cu.
|
|
53
|
+
this.cu.xm.y3 = this.cu.x0;
|
|
54
54
|
}
|
|
55
55
|
cw() {
|
|
56
|
-
this.cu.
|
|
56
|
+
this.cu.xm.y2 = this.cu.xz;
|
|
57
57
|
}
|
|
58
58
|
c4() {
|
|
59
|
-
let a = typeCast(HighDensityScatterSeries.$, this.cu.
|
|
59
|
+
let a = typeCast(HighDensityScatterSeries.$, this.cu.xm);
|
|
60
60
|
if (this.cu.dc == null) {
|
|
61
|
-
a.
|
|
62
|
-
a.
|
|
61
|
+
a.xr = null;
|
|
62
|
+
a.xt = null;
|
|
63
63
|
return;
|
|
64
64
|
}
|
|
65
|
-
a.
|
|
66
|
-
a.
|
|
65
|
+
a.xr = this.cu.dc.zi;
|
|
66
|
+
a.xt = this.cu.dc.zk;
|
|
67
67
|
}
|
|
68
68
|
c6() {
|
|
69
|
-
this.cu.
|
|
69
|
+
this.cu.xm.xr = this.cu.dc.zi;
|
|
70
70
|
}
|
|
71
71
|
c7() {
|
|
72
|
-
this.cu.
|
|
72
|
+
this.cu.xm.xt = this.cu.dc.zk;
|
|
73
73
|
}
|
|
74
74
|
cx() {
|
|
75
|
-
this.cu.
|
|
75
|
+
this.cu.xm.aa1 = this.cu.yu;
|
|
76
76
|
}
|
|
77
77
|
cv() {
|
|
78
|
-
this.cu.
|
|
78
|
+
this.cu.xm.aa0 = this.cu.yt;
|
|
79
79
|
}
|
|
80
80
|
c2() {
|
|
81
|
-
this.cu.
|
|
81
|
+
this.cu.xm.zf = this.cu.x3;
|
|
82
82
|
}
|
|
83
83
|
a4() {
|
|
84
84
|
super.a4();
|
|
85
85
|
if (!this.t) {
|
|
86
|
-
this.cu.
|
|
87
|
-
this.cu.
|
|
88
|
-
this.cu.
|
|
89
|
-
this.cu.
|
|
86
|
+
this.cu.yu = Defaults.bf;
|
|
87
|
+
this.cu.yt = Defaults.be;
|
|
88
|
+
this.cu.v0 = Defaults.ba;
|
|
89
|
+
this.cu.wg = Defaults.a9;
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
92
|
}
|
|
@@ -99,112 +99,112 @@ let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
|
|
|
99
99
|
bk() {
|
|
100
100
|
return new GeographicHighDensityScatterSeries();
|
|
101
101
|
}
|
|
102
|
-
|
|
103
|
-
if (!isNaN_(this.
|
|
104
|
-
return super.
|
|
102
|
+
jt() {
|
|
103
|
+
if (!isNaN_(this.js)) {
|
|
104
|
+
return super.jt();
|
|
105
105
|
}
|
|
106
106
|
return Defaults.ad;
|
|
107
107
|
}
|
|
108
|
-
|
|
108
|
+
get_fs() {
|
|
109
109
|
return true;
|
|
110
110
|
}
|
|
111
111
|
constructor() {
|
|
112
112
|
super();
|
|
113
|
-
this.
|
|
113
|
+
this.xu = null;
|
|
114
114
|
this.progressiveLoadStatusChanged = null;
|
|
115
|
-
this.
|
|
115
|
+
this.x2 = 0;
|
|
116
116
|
this.ab = GeographicHighDensityScatterSeries.$;
|
|
117
117
|
}
|
|
118
118
|
ct() {
|
|
119
119
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
120
120
|
}
|
|
121
|
-
|
|
122
|
-
super.
|
|
123
|
-
this.
|
|
121
|
+
ri(a) {
|
|
122
|
+
super.ri(a);
|
|
123
|
+
this.xv = a;
|
|
124
124
|
}
|
|
125
|
-
|
|
126
|
-
this.
|
|
127
|
-
return this.
|
|
125
|
+
xl() {
|
|
126
|
+
this.xu = new HighDensityScatterSeries();
|
|
127
|
+
return this.xu;
|
|
128
128
|
}
|
|
129
|
-
get
|
|
130
|
-
return this.
|
|
129
|
+
get x4() {
|
|
130
|
+
return this.x2;
|
|
131
131
|
}
|
|
132
|
-
set
|
|
133
|
-
let b = this.
|
|
134
|
-
this.
|
|
135
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
132
|
+
set x4(a) {
|
|
133
|
+
let b = this.x2;
|
|
134
|
+
this.x2 = a;
|
|
135
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.x2);
|
|
136
136
|
}
|
|
137
|
-
|
|
138
|
-
super.
|
|
139
|
-
let c = this.
|
|
140
|
-
c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.
|
|
141
|
-
let d = this.
|
|
142
|
-
d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.
|
|
137
|
+
xr(a, b) {
|
|
138
|
+
super.xr(a, b);
|
|
139
|
+
let c = this.xm;
|
|
140
|
+
c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.yi));
|
|
141
|
+
let d = this.xm;
|
|
142
|
+
d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yh));
|
|
143
143
|
}
|
|
144
|
-
|
|
145
|
-
this.
|
|
144
|
+
yi(a, b) {
|
|
145
|
+
this.x4 = b.currentStatus;
|
|
146
146
|
if (this.progressiveLoadStatusChanged != null) {
|
|
147
147
|
this.progressiveLoadStatusChanged(this, b);
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
|
-
|
|
151
|
-
if (this.
|
|
150
|
+
yh(a, b) {
|
|
151
|
+
if (this.xu == null) {
|
|
152
152
|
return;
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
|
-
|
|
156
|
-
super.
|
|
155
|
+
rr(a, b, c, d) {
|
|
156
|
+
super.rr(a, b, c, d);
|
|
157
157
|
switch (b) {
|
|
158
158
|
case "SeriesViewer":
|
|
159
|
-
this.
|
|
159
|
+
this.xv.c4();
|
|
160
160
|
break;
|
|
161
161
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
162
|
-
this.
|
|
162
|
+
this.xv.c0();
|
|
163
163
|
break;
|
|
164
164
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
165
|
-
this.
|
|
165
|
+
this.xv.cz();
|
|
166
166
|
break;
|
|
167
167
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
168
|
-
this.
|
|
168
|
+
this.xv.c5();
|
|
169
169
|
break;
|
|
170
170
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
171
|
-
this.
|
|
171
|
+
this.xv.c3();
|
|
172
172
|
break;
|
|
173
173
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
174
|
-
this.
|
|
174
|
+
this.xv.c1();
|
|
175
175
|
break;
|
|
176
176
|
case "XAxis":
|
|
177
|
-
this.
|
|
177
|
+
this.xv.c6();
|
|
178
178
|
break;
|
|
179
179
|
case "YAxis":
|
|
180
|
-
this.
|
|
180
|
+
this.xv.c7();
|
|
181
181
|
break;
|
|
182
182
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
183
|
-
this.
|
|
183
|
+
this.xv.cy();
|
|
184
184
|
break;
|
|
185
185
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
186
|
-
this.
|
|
186
|
+
this.xv.cw();
|
|
187
187
|
break;
|
|
188
188
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
189
|
-
this.
|
|
189
|
+
this.xv.cx();
|
|
190
190
|
break;
|
|
191
191
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
192
|
-
this.
|
|
192
|
+
this.xv.cv();
|
|
193
193
|
break;
|
|
194
194
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
195
|
-
this.
|
|
195
|
+
this.xv.c2();
|
|
196
196
|
break;
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
|
-
|
|
199
|
+
get_he() {
|
|
200
200
|
return true;
|
|
201
201
|
}
|
|
202
|
-
|
|
203
|
-
super.
|
|
202
|
+
set_he(a) {
|
|
203
|
+
super.set_he(a);
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
206
|
GeographicHighDensityScatterSeries.$t = /*@__PURE__*/ markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
207
|
-
GeographicHighDensityScatterSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
207
|
+
GeographicHighDensityScatterSeries.$$p = /*@__PURE__*/ 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]]);
|
|
208
208
|
return GeographicHighDensityScatterSeries;
|
|
209
209
|
})();
|
|
210
210
|
export { GeographicHighDensityScatterSeries };
|