igniteui-webcomponents-maps 7.1.0-alpha.1 → 7.1.0-alpha.2
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 +1442 -1442
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +16 -16
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +437 -437
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +8 -8
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-map-component.js +47 -47
- 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 +12 -12
- 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 +43 -43
- package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +3 -3
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +2 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
- package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +16 -16
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm5/lib/GeographicShapeSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +431 -431
- package/esm5/lib/igc-geographic-contour-line-series-component.js +8 -8
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm5/lib/igc-geographic-map-component.js +47 -47
- 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 +12 -12
- 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 +43 -43
- package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +3 -3
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +2 -2
- package/fesm2015/igniteui-webcomponents-maps.js +1456 -1456
- package/fesm5/igniteui-webcomponents-maps.js +1442 -1442
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +19 -19
- 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 +7 -7
- 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 +23 -23
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
- package/lib/GeographicTileSeries.d.ts +8 -8
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +102 -102
- package/package.json +3 -3
|
@@ -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.xn);
|
|
31
|
+
a.zw = this.cu.yc;
|
|
32
|
+
a.z4 = this.cu.ya;
|
|
33
|
+
a.x9 = this.cu.xz;
|
|
33
34
|
a.x8 = this.cu.xy;
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
35
|
+
a.gf = this.cu.xx;
|
|
36
|
+
a.y4 = this.cu.x1;
|
|
36
37
|
a.y3 = this.cu.x0;
|
|
37
|
-
a.
|
|
38
|
+
a.aa2 = this.cu.yv;
|
|
38
39
|
a.aa1 = this.cu.yu;
|
|
39
|
-
a.
|
|
40
|
-
a.zf = this.cu.x3;
|
|
40
|
+
a.zg = this.cu.x4;
|
|
41
41
|
};
|
|
42
42
|
GeographicHighDensityScatterSeriesView.prototype.c0 = function () {
|
|
43
|
-
this.cu.
|
|
43
|
+
this.cu.xn.zw = this.cu.yc;
|
|
44
44
|
};
|
|
45
45
|
GeographicHighDensityScatterSeriesView.prototype.cz = function () {
|
|
46
|
-
this.cu.
|
|
46
|
+
this.cu.xn.z4 = this.cu.ya;
|
|
47
47
|
};
|
|
48
48
|
GeographicHighDensityScatterSeriesView.prototype.c5 = function () {
|
|
49
|
-
this.cu.
|
|
49
|
+
this.cu.xn.x9 = this.cu.xz;
|
|
50
50
|
};
|
|
51
51
|
GeographicHighDensityScatterSeriesView.prototype.c3 = function () {
|
|
52
|
-
this.cu.
|
|
52
|
+
this.cu.xn.x8 = this.cu.xy;
|
|
53
53
|
};
|
|
54
54
|
GeographicHighDensityScatterSeriesView.prototype.c1 = function () {
|
|
55
|
-
this.cu.
|
|
55
|
+
this.cu.xn.gf = this.cu.xx;
|
|
56
56
|
};
|
|
57
57
|
GeographicHighDensityScatterSeriesView.prototype.cy = function () {
|
|
58
|
-
this.cu.
|
|
58
|
+
this.cu.xn.y4 = this.cu.x1;
|
|
59
59
|
};
|
|
60
60
|
GeographicHighDensityScatterSeriesView.prototype.cw = function () {
|
|
61
|
-
this.cu.
|
|
61
|
+
this.cu.xn.y3 = this.cu.x0;
|
|
62
62
|
};
|
|
63
63
|
GeographicHighDensityScatterSeriesView.prototype.c4 = function () {
|
|
64
|
-
var a = typeCast(HighDensityScatterSeries.$, this.cu.
|
|
64
|
+
var a = typeCast(HighDensityScatterSeries.$, this.cu.xn);
|
|
65
65
|
if (this.cu.dc == null) {
|
|
66
|
-
a.
|
|
67
|
-
a.
|
|
66
|
+
a.xs = null;
|
|
67
|
+
a.xu = null;
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
70
|
-
a.
|
|
71
|
-
a.
|
|
70
|
+
a.xs = this.cu.dc.zl;
|
|
71
|
+
a.xu = this.cu.dc.zn;
|
|
72
72
|
};
|
|
73
73
|
GeographicHighDensityScatterSeriesView.prototype.c6 = function () {
|
|
74
|
-
this.cu.
|
|
74
|
+
this.cu.xn.xs = this.cu.dc.zl;
|
|
75
75
|
};
|
|
76
76
|
GeographicHighDensityScatterSeriesView.prototype.c7 = function () {
|
|
77
|
-
this.cu.
|
|
77
|
+
this.cu.xn.xu = this.cu.dc.zn;
|
|
78
78
|
};
|
|
79
79
|
GeographicHighDensityScatterSeriesView.prototype.cx = function () {
|
|
80
|
-
this.cu.
|
|
80
|
+
this.cu.xn.aa2 = this.cu.yv;
|
|
81
81
|
};
|
|
82
82
|
GeographicHighDensityScatterSeriesView.prototype.cv = function () {
|
|
83
|
-
this.cu.
|
|
83
|
+
this.cu.xn.aa1 = this.cu.yu;
|
|
84
84
|
};
|
|
85
85
|
GeographicHighDensityScatterSeriesView.prototype.c2 = function () {
|
|
86
|
-
this.cu.
|
|
86
|
+
this.cu.xn.zg = this.cu.x4;
|
|
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.yv = Defaults.bf;
|
|
92
|
+
this.cu.yu = Defaults.be;
|
|
93
|
+
this.cu.v1 = Defaults.ba;
|
|
94
|
+
this.cu.wh = Defaults.a9;
|
|
95
95
|
}
|
|
96
96
|
};
|
|
97
97
|
GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
|
|
@@ -104,18 +104,18 @@ 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.xv = null;
|
|
108
108
|
_this.progressiveLoadStatusChanged = null;
|
|
109
|
-
_this.
|
|
109
|
+
_this.x3 = 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.ju = function () {
|
|
117
|
+
if (!isNaN_(this.jt)) {
|
|
118
|
+
return _super.prototype.ju.call(this);
|
|
119
119
|
}
|
|
120
120
|
return Defaults.ad;
|
|
121
121
|
};
|
|
@@ -125,95 +125,95 @@ export var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (fun
|
|
|
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.rj = function (a) {
|
|
129
|
+
_super.prototype.rj.call(this, a);
|
|
130
|
+
this.xw = a;
|
|
131
131
|
};
|
|
132
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
133
|
-
this.
|
|
134
|
-
return this.
|
|
132
|
+
GeographicHighDensityScatterSeries.prototype.xm = function () {
|
|
133
|
+
this.xv = new HighDensityScatterSeries();
|
|
134
|
+
return this.xv;
|
|
135
135
|
};
|
|
136
|
-
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "
|
|
136
|
+
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "x5", {
|
|
137
137
|
get: function () {
|
|
138
|
-
return this.
|
|
138
|
+
return this.x3;
|
|
139
139
|
},
|
|
140
140
|
set: function (a) {
|
|
141
|
-
var b = this.
|
|
142
|
-
this.
|
|
143
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
141
|
+
var b = this.x3;
|
|
142
|
+
this.x3 = a;
|
|
143
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.x3);
|
|
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.xs = function (a, b) {
|
|
149
|
+
_super.prototype.xs.call(this, a, b);
|
|
150
|
+
var c = this.xn;
|
|
151
|
+
c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.yj));
|
|
152
|
+
var d = this.xn;
|
|
153
|
+
d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yi));
|
|
154
|
+
};
|
|
155
|
+
GeographicHighDensityScatterSeries.prototype.yj = function (a, b) {
|
|
156
|
+
this.x5 = 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.yi = function (a, b) {
|
|
162
|
+
if (this.xv == null) {
|
|
163
163
|
return;
|
|
164
164
|
}
|
|
165
165
|
};
|
|
166
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
167
|
-
_super.prototype.
|
|
166
|
+
GeographicHighDensityScatterSeries.prototype.rs = function (a, b, c, d) {
|
|
167
|
+
_super.prototype.rs.call(this, a, b, c, d);
|
|
168
168
|
switch (b) {
|
|
169
169
|
case "SeriesViewer":
|
|
170
|
-
this.
|
|
170
|
+
this.xw.c4();
|
|
171
171
|
break;
|
|
172
172
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
173
|
-
this.
|
|
173
|
+
this.xw.c0();
|
|
174
174
|
break;
|
|
175
175
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
176
|
-
this.
|
|
176
|
+
this.xw.cz();
|
|
177
177
|
break;
|
|
178
178
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
179
|
-
this.
|
|
179
|
+
this.xw.c5();
|
|
180
180
|
break;
|
|
181
181
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
182
|
-
this.
|
|
182
|
+
this.xw.c3();
|
|
183
183
|
break;
|
|
184
184
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
185
|
-
this.
|
|
185
|
+
this.xw.c1();
|
|
186
186
|
break;
|
|
187
187
|
case "XAxis":
|
|
188
|
-
this.
|
|
188
|
+
this.xw.c6();
|
|
189
189
|
break;
|
|
190
190
|
case "YAxis":
|
|
191
|
-
this.
|
|
191
|
+
this.xw.c7();
|
|
192
192
|
break;
|
|
193
193
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
194
|
-
this.
|
|
194
|
+
this.xw.cy();
|
|
195
195
|
break;
|
|
196
196
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
197
|
-
this.
|
|
197
|
+
this.xw.cw();
|
|
198
198
|
break;
|
|
199
199
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
200
|
-
this.
|
|
200
|
+
this.xw.cx();
|
|
201
201
|
break;
|
|
202
202
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
203
|
-
this.
|
|
203
|
+
this.xw.cv();
|
|
204
204
|
break;
|
|
205
205
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
206
|
-
this.
|
|
206
|
+
this.xw.c2();
|
|
207
207
|
break;
|
|
208
208
|
}
|
|
209
209
|
};
|
|
210
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
210
|
+
GeographicHighDensityScatterSeries.prototype.get_hf = function () {
|
|
211
211
|
return true;
|
|
212
212
|
};
|
|
213
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
214
|
-
_super.prototype.
|
|
213
|
+
GeographicHighDensityScatterSeries.prototype.set_hf = function (a) {
|
|
214
|
+
_super.prototype.set_hf.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:yu:yk', [Color.$, Defaults.be], 'HeatMaximum:x0:yl', [1, 50], 'HeatMinimumColor:yv:ym', [Color.$, Defaults.bf], 'HeatMinimum:x1:yn', [1, 0], 'LatitudeMemberPath:ya:yo', [2, null], 'LongitudeMemberPath:yc:yp', [2, null], 'MouseOverEnabled:xx:yq', [0, false], 'PointExtent:x4:yr', [1, 1], 'ProgressiveLoad:xy:ys', [0, true], 'UseBruteForce:xz:yt', [0, false]]);
|
|
218
218
|
return GeographicHighDensityScatterSeries;
|
|
219
219
|
}(GeographicMapSeriesHost));
|